.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d72f2+0,0042a6+100 */
    background: rgb(29,114,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(29,114,242,1) 0%, rgba(0,66,166,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(29,114,242,1) 0%,rgba(0,66,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(29,114,242,1) 0%,rgba(0,66,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d72f2', endColorstr='#0042a6',GradientType=0 ); /* IE6-9 */
}

body {
    background: url(../img/bg-v4.jpg) center center no-repeat;
    background-size: cover;
}

#content {
    height: 100%;
    position: relative;
}

#title h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
}

#picto-contact {
    margin-bottom: 10px;
}

#call button {
    height: 48px;
    padding: .375rem .5rem;
    border-radius: 48px;
    border: 2px solid #1D72F2;
    box-shadow: 0px 0px 10px 1px rgba(102, 105, 102, 1);
}

#call button a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Fredoka One', cursive;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 5px 10px;
}

#call button a img {
    padding-right: 5px;
}

#sva {
    margin-top: 16px;
    position: relative;
}

#sva #hand {
    position: absolute;
    left: 75%;
    top: -5px;
}

#applis {
    margin-top: 35px;
}

#applis p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

#unsubscribe {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    margin: 0!important;
}

#unsubscribe p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0F5ACC;
    margin-bottom: 5px;
}

#unsubscribe a {
    font-weight: 900;
    padding: 3px 10px;
    color: #ffffff;
    background: #0F5ACC;
    border-radius: 26px;
}

.cartouche-prix {
	max-width: 125px;
}

@media (max-width: 320px) {
    #title h1 {
        font-size: 20px;
    }
    #picto-contact .img-fluid {
        max-width: 35%;
    }
    #call button a {
        font-size: 14px;
    }
    #applis {
        margin-top: 20px;
    }
    #applis p,
    #unsubscribe p {
        font-size: 13px;
    }
}

.justify-content-center {
	display: block;
}