@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --color-blue: #0e7ec2;
    --form-blue: #0579c0;
    --separator-blue: #3478be;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    overflow-x: hidden;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

.text-horaire {
    font-size: 17px;
    color: var(--color-blue);
    padding-right: 10px;
}

.call-tel {
    background: #0579c0;
    padding: 8px 25px;
    border-radius: 30px;
    text-align: center;
}

.space-left {
    padding-right: 8px;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: var(--color-blue);
}

.text-gris {
    color: #757575;
}

.text-intro {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #097bc1;
}

h1.text-big {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    line-height: 1.3em;
    font-weight: 900;
    margin-top: 0;
}

.text-normal {
    font-size: 16px;
}

#mainNav .navbar-brand {
    height: 100%;
}

.img-width {
    max-width: 571px;
    height: auto;
}

.container-text {
    padding-left: 50px;
}

#bodyHero {
    background-image: url("../img/ills-form.png");
    background-size: 45%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}

#bodyHero, 
#offreSMS {
    padding-left: 5%;
    padding-right: 5%;
}

.group-btn {
    margin-left: 50px;
}

.group-btn a {
    font-size: 15px;
    padding: 1.5rem 2.5rem;
    border-radius: 3px;
    transition: all .3s ease;
}

.form-btn {
    font-size: 15px;
    padding: 1.5rem 2.5rem;
    border-radius: 3px;
    transition: all .3s ease;
}

.group-btn .btn-blue {
    margin-right: 10px;
}
.form-btn .btn-blue {
    margin-right: 10px;
}

.group-btn a:hover {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
}

.form-btn hover {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
}

.group-btn .btn-blue {
    background: #0579c0;
    color: #ffffff;
}

.group-btn .btn-white {
    background: #ffffff;
    color: #097bc1;
    border-top: 2px solid #097bc1;
    border-right: 2px solid #097bc1;
    border-bottom: 1px solid #097bc1;
    border-left: 1px solid #097bc1;
}

.text-offer {
    width: 226px;
    margin-top: 25px;
    margin-left: 50px;
}

.text-offer p {
    text-align: center;
    font-weight: 700;
    color: #fdc500;
}

.text-offer .text-big {
    font-size: 24px;
    margin-bottom: 0px;
}

.text-offer .text-small {
    font-size: 14px;
}

.les-offres-sms {
    padding: 60px 0px 80px;
    background-color: #f0f8ff;
}

.flag-fr {
    width: 30px;
    margin-top: -2px;
}

.hn-heading-sms {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    margin-top: 0px;
}

.form-heading,
.form-main {
    width: 450px;
    max-width: 80%;
}

.form-heading {
    background-color: #0579c0;
    padding: 40px;
    margin-bottom: 0;
    border-top-right-radius: 80px 80px;
}

.contactus {
    width: 180px;
    margin: 0 auto 15px;
    text-align: center;
}

.form-main {
    background-color: #e5f3fe;
    padding: 20px 20px 30px;
    margin-bottom: 15px;
    border-bottom-left-radius: 80px 80px;
}

.divider {
    display: block;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #e5f3fe;
}

.d-flex {
    display: flex;
}

.d-flex div {
    width: 47.5%;
}

.form-row .col-left {
    margin-right: 5%;
}

.form-main form label {
    font-size: 15px;
    color: var(--form-blue);
    padding-left: 20px;
}

.form-main .form-control {
    font-size: 15px;
    height: 42px;
    border-radius: 30px;
    color: #333333;
}
.form-main .form-control::placeholder {
    color: #959595;
}

.form-main select > option {
    color: #959595;
}

.text-rgpd, 
.text-rgpd a {
    font-size: 15px;
}

.form-horizontal-btn {
    width: 200px;
    margin: 0 auto;
}

.form-horizontal-btn .btn {
    padding: 5px 10px;
    border-radius: 30px;
    text-transform: initial;
}

.form-info {
    font-size: 14px;
    color: var(--form-blue);
    padding-left: 60px;
}

#offreSMS {
    position: relative;
    z-index: 2;
    margin-top: -60px;
}

hr.separator {
    width: 180px;
    border-color: var(--separator-blue);
    background: var(--separator-blue);
}

hr.separateur-white {
    width: 180px;
    border-color: #ffffff;
    background: #ffffff;
    margin: 15px auto 30px 0px !important;
}

.offer-heading {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 700;
    color: #0579c0;
    max-width: 200px;
    margin: 0 auto 10px;
    height: 46px;
}

ul.discover-inlivBlc {
    list-style: none;
    margin-bottom: 60px;
    padding: 0;
}

ul.discover-inlivBlc li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
} 

ul.discover-inlivBlc li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}

.btnDownload {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #163061;
    padding: 12px 25px;
    border-radius: 5px;
    transition: all .3s ease;
}

.btnDownload:hover {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
}

.card.offer {
    background-color: #ffffff;
    text-align: center;
    padding: 0 3rem 3rem 3rem;
    border-radius: 12px;
}

.offer .card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    color: #000000;
}

.card-body {
    text-align: center;
}

.card-img {
    margin-bottom: 20px;
    height: 142px;
}

.card.offer img {
    margin-top: -50px;
    width: auto;
}

.margin-top-x6 {
    margin-top: 120px !important;
}

#livreBlanc {
    background-image: url('../img/polygone.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    padding: 0;
}

.mag-livblanc {
    position: relative;
    top: 120px;
}

.heading-livBlanc, 
.text-middle, 
.font-openSans, 
ul.discover-inlivBlc, 
.btnDownload {
    font-family: "Open Sans", san-serif;
}

.heading-livBlanc {
    line-height: 1.3em;
    margin-bottom: 0.75em;
}

.text-middle {
    font-size: 15px;
}

.footer {
    background-color: #163061;
    padding: 30px 0px 20px !important;
}

.logo-partners .col-md-2 {
    text-align: center;
}

.social-icons, 
.copyright-text {
    text-align: center;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icons .social-icons__anchor {
    font-size: 32px;
    color: #ffffff;
}

.social-icons .social-icons__anchor:not(:last-child) {
    margin-right: 20px;
}

.copyright-text {
    font-size: 12px;
    color: #ffffff;
}

.btnDownload {
    display: block;
    width: 300px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .padding-md-x2 {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1681px) {
    #bodyHero {
        background-size: 40%;
    }
}

@media screen and (max-width: 1280px) {
    #bodyHero {
        background-position: right bottom 20px;
    }
}

@media (min-width: 1281px) {
    #our-customer {
        padding-top: 100px;
    }
} 

@media (min-width: 992px) and (max-width: 1280px) {
    .heading-livBlanc {
        font-size: 2.5rem;
        margin-top: 0;
    }
    
    .mag-livblanc {
        top: 90px;
    }

    #our-customer {
        padding-top: 80px;
    }

    .offer .card-text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .gutter-x2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .row.gutter-x2 .col-md-4 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1519px) {
    ul.discover-inlivBlc {
        margin-bottom: 20px;
    }
}

@media (min-width: 1520px) {
    .heading-livBlanc {
        padding-right: 30%;
    } 
}

@media (min-width: 993px) {
    .card.offer {
        max-height: 372px;
    }

    .d-flex-center {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .card.offer {
        margin-bottom: 50px;
    }
}

@media (max-width: 980px) {
    .align-center-mobile {
        text-align: center;
    }

    .container-text {
        padding-left: 0px;
    }

    .text-offer {
        width: 100%;
        margin-left: 0px;
    }

    .margin-bottom-mobile {
        margin-bottom: 50px;
    }

    .card-img {
        height: auto;
    }

    .card.offer img {
        margin-top: -30px;
    }

    .card.offer {
        margin-bottom: 80px;
    }

    .ligne2.margin-top-x6 {
        margin-top: 0px !important;
    }

    .les-offres-sms {
        padding: 60px 0px 30px;
    }

    .card.offer {
        padding: 0 3rem 5rem 3rem;
    }

    .offer .card-text {
        font-size: 16px;
    }

    .offer-heading {
        font-size: 20px;
        height: auto;
        margin: 0 auto 30px;
    }

    .mag-livblanc {
        top: 0px;
    }

    #livreBlanc {
        padding: 40px 0px;
        margin-bottom: 0px;
    }

    #livreBlanc .row.d-flex-center {
        display: flex;
        flex-direction: column;
    }

    #livreBlanc .row .col-md-6:first-child {
        order: 2;
    }

    #livreBlanc .row .col-md-6:last-child {
        order: 1;
        margin-bottom: 50px !important;
    }

    .text-middle, 
    .text-maj-mobile {
        font-size: 18px;
    }

    .btnDownload {
        margin: 0 auto;
    }

    ul.discover-inlivBlc li {
        font-size: 18px;
    }

    .logo-partners img {
        width: auto;
    }

    .logo-partners .col-xs-12:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .form-heading, .form-main {
        width: 80%;
    }
}

@media (max-width: 840px) {
    .text-horaire {
        padding-bottom: 5px;
    }
}

@media (min-width: 540px) and (max-width: 840px) {
    .nav-infos {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .nav-infos {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .call-tel, 
    .group-btn a {
        width: 250px;
        margin: 0 auto;
    }

    .call-tel a, .call-tel .fa-solid {
        font-size: 2rem;
    }

    .form-heading, .form-main {
        width: 100%;
        max-width: 100%;
    }

    #bodyHero {
        background-size: 100%;
    }

    #offreSMS {
        margin-top: -31px;
    }

    .margin-top-x6 {
        margin-top: 90px !important;
    }

    #bodyHero .margin-top-x4 {
        margin-top: 20px !important;
    }

    .text-big {
        font-size: 3.5rem;
    }

    .contactus {
        width: 100%;
        font-size: 1.8rem;
    }

    .form-row.d-flex {
        flex-direction: column;
    }

    .offer-heading {
        margin: 0 auto 10px;
    }

    .text-rgpd {
        text-align: center;
    }

    .form-row .col-left {
        margin-right: 0;
    }

    .d-flex div {
        width: 100%;
    }

    .group-btn {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
    }

    .group-btn .btn-blue {
        margin-bottom: 30px;
        margin-right: auto;
    }

    #livreBlanc {
        padding: 40px 0px;
    }

    .text-middle, .text-maj-mobile, 
    ul.discover-inlivBlc li {
        font-size: 16px;
    }

    .card.offer.last-child-mobile {
        margin-bottom: 20px;
    }

    .heading-livBlanc {
        margin-top: 0px;
    }

    .btnDownload {
        width: 280px;
    }
}