body {
    font-family: "Noto Sans", sans-serif;
}
#bg-linear {
    width: 100%;
    background: url("../images/bg-banner.png") no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    padding: 4em 0 100px;
}
/*#bg-linear {
    position: relative;
    background: radial-gradient(circle at top center, #c88bff 0%, #7a1fa2 52%, #4a0072 100%);
    color: #fff;
    padding: 4em 0 100px;
}
.wave-divider {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
}
.wave-divider svg {
    display: none;
    width: 100%;
}*/

/*#bg-linear {
    position: relative;
    background-color: #7a1fa2;
    background-image: radial-gradient(circle at top center, #c88bff 0%, #7a1fa2 52%, #4a0072 100%);
    color: #fff;
    padding: 4em 0;
    overflow: hidden;
}
#bg-linear:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    background:url("../img/bg-wave.png") no-repeat bottom center;
    background-size: contain;
}*/

@media (min-width: 768px) {
    #bg-linear .row .col-md-8 {
        flex: 0 0 auto;
        width: 62%;
    }
    #bg-linear .row .col-md-4 {
        flex: 0 0 auto;
        width: 38%;
    }
}
#bg-linear .content-logo {
    max-width: 712px;
}
#form-signup {
    width: 100%;
    padding: 15px 15px 10px;
    border-radius: 52px;
    filter: drop-shadow(0px 9px 1.5px rgba(47, 47, 47, 0.2));
    background: #fff;
}
#form-signup .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2.title-sondage {
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    margin: 42px 0;
}
h2.title-sondage span.text-uppercase {
    font-size: 42px;
}
h2.title-sondage strong {
    color: #ffc600;
}
.content-logo p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 42px;
}
.content-logo p strong {
    color: #ffc600;
    font-weight: 400;
}
#paiement {
    margin-bottom: 12%;
}
.title-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}
.titlePaie {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
}
.btn-direct {
    background: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #141b34;
    font-weight: 800;
    font-style: italic;
    border-radius: 30px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.check-direct {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background-color: #00ba27;
}
.text-direct{
    font-size: 16px;
    text-transform: uppercase;
    color: #141b34;
    font-weight: 800;
    font-style: italic;
}
.image-flex {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 100%;
    margin-left: 10px;
}
.image-flex:after {
    content: url(../images/after-img.png);
    position: absolute;
    right: -104px;
    top: -87px;
}
.image-flex img {
    max-width: 100%;
}
#inscription-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    border-bottom: 2px solid #efedf1;
    padding-bottom: 26px;
    margin: 15px 0;
    width: 100%;
}
#inscription-form input {
    width: 100%;
    height: 42px;
    border-radius: 11px;
    filter: drop-shadow(0px 4px 0px rgba(194, 196, 205, 0.72));
    background-color: #f1eef3;
    margin: auto;
    padding: 0 0 0 17px;
    border: none;
    outline: none;
}
#inscription-form input::placeholder {
    font-size: 14px;
    color: #141b34;
    font-weight: 500;
}
#inscription-form button {
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    color: #141b34;
    font-weight: 900;
    border: none;
    width: 321px;
    height: 38px;
    border-radius: 11px;
    filter: drop-shadow(0px 3px 0px rgba(133,103,0,0.72));
    background-color: #ffc500;
    max-width: 100%;
}
#inscription-form button:after {
    content: url("../images/after-submit.svg");
    position: absolute;
    right: 10px;
    top: 8px;
}
.login {
    padding: 9px;
    width: 321px;
    border-radius: 11px;
    background-color: #131b33;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px;
    text-decoration: none;
    max-width: 100%;
}
.login .white-strong {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}
h3.title-form {
    font-size: 16px;
    color: #141b34;
    font-weight: 900;
    text-align: center;
}
h3.title-form .text-uppercase {
    font-size: 22px;
}
.trustpilot {
    width: 100%;
    border-top: 2px solid #efedf1;
    display: flex;
    justify-content: center;
}
.trustpilot .trustpilot-content {
    max-width: 312px;
    padding-top: 15px;
}
.trustpilot .trustpilot-content img {
    max-width: 100%;
    border-radius: 0 0 20px 20px;
}
h2.title-section {
    font-size: 24px;
    color: #141b34;
    font-weight: 900;
}
h2.title-section span {
    font-weight: 400;
    font-size: 18px;
}
#step-section .step-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    margin-top: 32px;
}
@media screen and (max-width: 1380px){
    #step-section .step-content {
        flex-wrap: wrap;
    }
}
#step-section .step-content .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#step-section .step-content .step img {
    max-width: 100%;
}
h3.title-descript {
    font-size: 20px;
    margin-bottom: 0;
    color: #993ccb;
    font-weight: 900;
}
.imageStep {
    position: relative;
}
.imageStep:after {
    content: url(../images/arrow-step.svg);
    position: absolute;
    top: 36%;
    right: -14%;
}
.step:last-child .imageStep:after {
    display: none;
}
.imageStep span.num-step {
    position: absolute;
    top: 16px;
    left: 10px;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    background: #ffc600;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}
.descript-step.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.descript-step p{
    font-size: 13px;
    line-height: 18px;
    color: #351845;
    font-weight: 500;
}
a.inscrit-rapide {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    background: #141b34;
    padding: 6px 14px;
    border-radius: 11px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
a.inscrit-rapide img {
    max-width: 20px !important;
}
.step-section-inner {
    padding: 108px 0;
}
#qlq-chiffre{
    background: #141b34;
    padding: 20px 0;
}
#qlq-chiffre .block-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.flex-center {
    display: flex;
    align-items: center;
    gap: 20px;
}
.block-num h3 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    margin: 0;
}
.block-num span {
    margin: 0;
    font-size: 13px;;
    color: #ffffff;
    font-weight: 300;
}
.opinions-inner .col-md-6 .row {
    height: 100%;
}
.flex-center p:first-child {
    margin: 0;
}
.gains {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 11px;
    background: linear-gradient(45deg, #151b36, #520e7f);
    padding: 15px 15px 12px;
    flex: 1;
}
#opinions {
    padding: 80px 0 0;
}
.opinions-inner .col-md-6 .row .gains {
    height: 100%;
    background: linear-gradient(258deg, #151b36, #520e7f);
}
.text-color p {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
}
.title-gains {
    position: relative;
    width: 100%;
}
.title-gains h3.title-descript {
    color: #d084f9;
    margin-bottom: 7px;
    padding-right: 30px;
}
.title-gains img {
    position: absolute;
    top: -6px;
    right: 0;
    max-width: 40px;
}
#opinions h2 {
    margin-bottom: 45px;
}
.block-immediat{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gains p {
    margin: 0;
}
.opinions-inner .col-md-6 .row .gains p {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
}
.opinions-inner .col-md-6 .row .gains p strong {
    font-weight: 500;
    color: #f0ba04;
}
#avis p {
    font-size: 13px;
    line-height: 20px;
    color: #351845;
    font-weight: 500;
}
#avis .image-avis img {
    max-width: 571px;
    width: 100%;
}
#avis h2 {
    margin-bottom: 42px;
}
.avis-inner {
    padding: 75px 0;
}
.title-section strong{
    color: #5c0b8b;
}

.block-immediat-1 .gains p strong {
    color: #fcc301;
}
.text-avis {
    max-width: 571px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.text-avis h3.title-descript {
    margin-bottom: 20px;
}
#footer {
    position: relative;
}
#footer .footer-inner {
    background: url("../images/bg-footer.png") no-repeat top center;
    background-size: 100% 100%;
    padding: 5% 0 32px;
}
/*#footer .footer-inner {
    background: radial-gradient(circle at bottom center, #c88bff 0%, #7a1fa2 40%, #4a0072 100%);
    padding-top: 5%;
    padding-bottom: 32px;
}*/
#footer .footer-inner .row {
    align-items: center;
}
.footerMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.text-copyright {
    display: flex;
    justify-content: flex-start;
}
.text-copyright p {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.text-footer {
    display: flex;
    justify-content: flex-start;
}
.text-footer p {
    font-size: 9px;
    line-height: 12px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    max-width: 510px;
    margin: 0;
}
.footerMenu a {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.footer-inner {
    position: relative;
}
.wave-divider-footer {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
    transform: rotate(180deg);
}

/* -- slider -- */
.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}
.slider {
    display: flex;
    gap: 10px;
    padding: 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.slide {
    width: 100%;
    border-radius: 11px;
    filter: drop-shadow(0px 2px 0px rgba(47,47,47,0.2));
    background-color: #d084f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bg-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    gap: 10px;
}
.bg-left .logo-bank{
    width: 32px;
    flex: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bg-left .logo-bank img {
    max-height: 32px;
}
.localise{
    flex: 1;
}
.localise > *{
    white-space: nowrap;
}
.price-block .price{
    white-space: nowrap;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
}
.price-block {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #141b34;
    border-radius: 0 11px 11px 0;
}
.localise p.hour {
    font-size: 9px;
    text-transform: uppercase;
    color: #141b34;
    font-weight: 500;
    margin: 0;
}
.price {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.zone .nom {
    font-size: 10px;
    text-transform: uppercase;
    color: #141b34;
    font-weight: 500;
}




/* -- responsive --- */
@media (max-width: 992px){
    .imageStep:after {
        display: none;
    }
    #form-signup {
        border-radius: 34px;
    }
    .block-immediat .gains .text-color p {
        margin-top: 15px;
    }
    .step-section-inner {
        padding: 42px 0;
    }
    #opinions {
        padding: 42px 0 0;
    }
    .avis-inner {
        padding: 30px 0 45px;
    }
    .col-md-6.block-part {
        width: 100%;
        margin-bottom: 20px;
    }
    .block-immediat {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .title-gains h3.title-descript {
        padding-right: 30px;
    }
    h2.title-section {
        font-size: 22px;
    }
    h2.title-section span {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    #bg-linear {
        padding: 32px 0 80px;
    }
    .col-md-6.block-part {
        width: 100%;
        margin-bottom: 20px;
    }
    #bg-linear .row .col-md-8 {
        width: 50%;
    }
    #bg-linear .row .col-md-4 {
        width: 50%;
    }
    h3.title-form {
        font-size: 14px;
    }
    .image-flex {
        margin-top: 15px;
    }
    .image-flex:after {
        display: none;
    }
    h2.title-section {
        font-size: 22px;
    }
    .imageStep span.num-step {
        top: 22px;
        left: 22px;
    }
    .wave-divider-footer {
        top: -26px;
    }
    h2.title-sondage {
        font-size: 24px;
        margin: 42px 0 24px;
    }
    h2.title-sondage span.text-uppercase {
        font-size: 31px;
    }
    .content-logo p {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 42px;
    }
}
@media (max-width: 767px){
    #bg-linear {
        background: radial-gradient(circle at top center, #c88bff 0%, #7a1fa2 52%, #4a0072 100%);
    }
    #bg-linear .bg-linear-inner {
        padding-bottom: 10px;
    }
    #footer .footer-inner {
        background: radial-gradient(circle at top center, #c88bff 0%, #7a1fa2 52%, #4a0072 100%);
        padding: 14px 0 10px;
    }
    .gains h3.title-descript {
        max-width: 87%;
    }
    .logo-inFooter {
        max-width: 128px;
        margin-top: 20px;
    }
    .logo-inFooter img {
        max-width: 100%;
    }
    .text-copyright {
        display: flex;
        justify-content: center;
        margin: 15px 0;
    }
    .text-footer p {
         text-align: justify;
     }
    .image-flex:after {
        display: none;
    }
    .footerMenu {
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding: 0 0 20px;
    }
    .wave-divider-footer {
        top: -10px;
    }
    #footer .footer-inner .row {
        flex-direction: column;
    }
    h2.title-sondage {
        font-size: 20px;
        margin: 20px 0;
    }
    h2.title-sondage span.text-uppercase {
        font-size: 24px;
    }
    .content-logo p {
        font-size: 18px;
        line-height: 1.3;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 26px;
    }
    .image-flex {
        margin-left: 0;
        margin-top: 10px;
    }
    h3.title-form {
        font-size: 12px;
    }
    h3.title-form .text-uppercase {
        font-size: 18px;
    }
    #form-signup {
        border-radius: 34px;
    }
    #inscription-form input {
        height: 40px;
        padding: 0 0 0 15px;
    }
    #inscription-form input::placeholder {
        font-size: 14px;
    }
    #inscription-form button {
        width: 242px;
        height: 38px;
        font-size: 16px;
    }
    #inscription-form button:after {
        right: 12px;
        top: 9px;
    }
    .login {
        width: 242px;
        height: 38px;
        font-size: 14px;
    }
    .step-section-inner {
        padding: 32px 0;
    }
    h3.title-descript {
        font-size: 18px;
    }
    h2.title-section {
        font-size: 17px;
    }
    #opinions {
        padding: 32px 0 0;
    }
    #opinions h2.title-section {
        display: flex;
        flex-direction: column;
    }
    #opinions h2.title-section br {
        display: none;
    }
    #opinions h2 {
        margin-bottom: 32px;
    }
    .opinions-inner .col-md-6 .row {
        margin-top: 20px;
    }
    .opinions-inner .col-md-6 .row .col-md-6:first-child {
        margin-bottom: 20px;
    }
    #avis .avis-inner {
        padding: 48px 0;
    }
    #avis .text-avis {
        margin-top: 20px;
    }
}




