/* --------------------------------------- */
/* ---------- MOBILE XS - 300px ---------- */
@media (min-width:1px) { 

    body {
        background: #ffffff!important;
    }

    /* style section concept XS */
    .section-concept {
        padding: 6rem 1rem 7rem 1rem;
    }

    .section-concept h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 34px;
        color: #DEC1FF;
    }

    .section-concept h2 {
        text-align: center;
        font-size: 24px;
        color: #2C373F;
    }

    .concept-contenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem auto;
        padding: 0 1rem;
    }

    .visu-concept {
        width: fit-content;
        margin: 0 auto 2rem auto;
    }

    .visu-concept img {
        width: 200px;
        height: auto;
    }

    .txt-concept {
        margin: auto 0;
        font-size: 15px;
    }

    .txt-concept h3 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .sep-01 {
        margin-bottom: 3rem;
    }

    .section-concept button {
        margin: auto;
        padding: 0.7rem 1.5rem;
        border-radius: 6px;
        border: none;
        background-color: #9CC69B;
        color: #ffffff;
        font-size: 18px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.1s ease-in-out;
    }

    .section-concept button:hover {
        background-color: #75A575;
    }

    /* style section avantage XS */

    .section-avantage {
        background: #DEC1FF;
        padding: 4rem 0.5rem;
        border-top: 8px solid #8E76CC;
        border-bottom: 8px solid #8E76CC;
    }

    .section-avantage h2 {
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        color: #ffffff;
        width: fit-content;
        margin: 0 auto 3rem auto;
        font-weight: 600;
    }

    .avantage-contenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 0 2rem;
    }

    .avantage {
        box-shadow: 0px 1px 10px rgb(0 0 0 / 12%);
        border-radius: 8px;
        padding: 1.5rem 1.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        margin-bottom: 4rem;
        width: 100%;
    }

    .avantage img {
        width: 80px;
        height: auto;
        margin: 0 auto 1.2rem auto;
    }

    .avantage p {
        font-size: 16px;
        margin: auto 0;
        text-align: center;
        width: 100%;
    }

    /* style section methode XS */

    .section-methode {
        background: #ffffff;
        padding: 5rem 1rem;
    }

    .section-methode h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 2.5rem;
        color: #242424;
    }

    .conteneur-methode {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .methode-contenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 2rem auto;
        width: 90%;
    }

    .methode-step {
        background: #B295E5;
        border-radius: 15px;
        width: 100%;
        position: relative;
        padding: 1.5rem 2rem;
        margin: 0 1rem 4rem 1rem;
    }

    .methode-step h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        margin-bottom: 1rem;
    }

    .methode-step p {
        font-family: 'Biryani', sans-serif;
        font-size: 15px;
        color: #ffffff;
    }

    .num-methode {
        font-weight: 700;
        font-size: 16px;
    }

    .bulle-chiffre {
        position: absolute;
        display: flex;
        top: -15px;
        left: -15px;
        width: 3.5rem;
        height: 3.5rem;
        background: #fdfdfd;
        border-radius: 500rem;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 18%);
        border: 2px solid #B295E5;
    }

    .bulle-chiffre p {
        font-family: 'Kanit', sans-serif;
        color: #2C373F;
        text-transform: uppercase;
        font-weight: 800;
        margin: auto;
        text-align: center;
        font-size: 26px;
    }

    /* style section appel XS */

    .section-appel {
        background: #48525B;
        padding: 4rem 1.5rem;
    }

    .intro-tarif {
        margin-bottom: 3rem;
    }

    .intro-tarif h2 {
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 1rem;
    }

    .intro-tarif p {
        text-align: center;
        color: #ffffff;
        font-family: 'Biryani', sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .conteneur-tarif {
        display: flex;
        justify-content: center;
        margin-bottom: 4rem;
        display: flex;
        flex-wrap: wrap;
    }

    .tarif-col-features {
        background: #fdfdfd;
        padding: 2rem 1rem;
        width: 100%;
        border-radius: 15px;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 18%);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tarif-col-features h4 {
        color: #FF9933;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .tarif-col-features .extra-feature {
        color: #48525b;
    }

    .intro-feature {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        color: #FF9933;
        font-weight: 600;
    }

    .feature {
        display: flex;
        flex-wrap: nowrap;
        padding: 0.75rem 0;
    }

    .feature img {
        width: 22px;
        height: auto;
        margin-right: 1rem;
    }

    .feature p {
        font-size: 15px;
        font-weight: 600;
        margin: auto 0 auto 0;
        padding-top: 7px;
    }

    .tarif-col-prix {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .tarif-col-prix .exemple-prix:last-child {
        margin-bottom: 0;
    }

    .exemple-prix {
        border-radius: 15px;
        height: -moz-fit-content;
        height: fit-content;
        background: #fdfdfd;
        padding: 1.5rem 1.5rem;
        margin: 0 auto 2rem auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 18%);
        justify-content: center;
        text-align: center;
    }

    .colg-ex-prix {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .exemple-prix h5 {
        font-family: 'Biryani', sans-serif;
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        color: #2C373F;
    }

    .exemple-prix .detail-feature {
        margin: 0;
        font-size: 15px;
        color: #48525B;
    }

    .cold-ex-prix {
        width: 100%;
    }

    .exemple-prix h6 {
        margin: 0;
        font-size: 24px;
        font-weight:700;
        color: #FF9933;
    }

    .exemple-prix .complement-prix {
        margin: 0;
        font-size: 14px;
        font-style: italic;
    }

    .exemple-prix span {
        font-size: 14px;
        color: #2C373F;
    }

    .disclaimer {
        margin: 0 auto;
    }

    .disclaimer p {
        text-align: center;
        color: #ADADAD;
        font-family: 'Biryani', sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0.2rem;
    }

    .disclaimer .disclaimer-titre {
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
        margin-bottom: 0.5rem;
    }

    .sepa-cta {
        margin: 0 1rem;
    }

    .devis-cta {
        display: flex;
        justify-content: center;
        border: 4px solid #ffffff;
        background: #2C373F;
        border-radius: 15px;
        padding: 2rem 3rem;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .devis-cta h3 {
        font-family: 'Biryani';
        text-align: center;
        color: #FF9933;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .devis-accroche {
        font-family: 'Kanit';
        color: #ffffff;
        width: 100%;
        margin-bottom: 1.5rem;
        font-size: 16px;
    }
    
    .include-devis {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .include-devis img {
        width: 50px;
        height: auto;
        margin: 0 auto 1.5rem auto;
    }

    .include-devis p {
        color: #ffffff;
        margin: auto 0;
        font-size: 15px;
    }

    .devis-cta button {
        margin: auto;
        padding: 0.7rem 1.5rem;
        border-radius: 6px;
        border: none;
        background-color: #FF9933;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.1s ease-in-out;
    }

    .devis-cta button:hover {
        background-color: #F07E13;
    }

    .lien-comparateur {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 2rem 2rem;
        margin-top: 3rem;
    }

    .lien-comparateur p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        width: 100%;
    }

    .lien-comparateur a {
        margin: 0 auto;
    }

    .lien-comparateur button {
        margin: 1rem auto auto auto;
        padding: 0.7rem 1.5rem;
        border-radius: 6px;
        border: none;
        border:3px solid #FF9933;
        background-color: rgba(255, 255, 255, 0);
        color: #FF9933;
        font-size: 16px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.1s ease-in-out;
    }

    .lien-comparateur button:hover {
        background-color: #FF9933;
        color: #ffffff;
    }

}

/* ----------------------------------------- */
/* ---------- TABLETTE SM - 576px ---------- */
@media (min-width:576px) {

    .section-concept h1 {
        font-size: 48px;
    }

    /* style section avantage SM */
    .avantage-contenu {
        padding: 0 3rem;
    }

    .avantage {
        box-shadow: 0px 1px 10px rgb(0 0 0 / 12%);
        border-radius: 10rem;
        padding: 1.1rem 3rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #ffffff;
        margin-bottom: 3rem;
        width: 100%;
        max-width: 35rem;
    }

    .ligne-video {
        width: 80%;
    }

    /* style section methode SM */
    .methode-step {
        margin: 0 5rem 4rem 5rem;
    }

    /* style section appel SM */

    .intro-tarif p {
        margin: 0 3rem 1rem 3rem;
    }

    .tarif-col-features {
        padding: 2rem 2rem;
        max-width: 34rem;
    }

    .exemple-prix {
        padding: 2rem 2rem;
        width: 100%;
        flex-wrap: nowrap;
        max-width: 34rem;
        justify-content: space-between;
    }

    .colg-ex-prix {
        margin-bottom: 0;
        text-align: left;
    }

    .exemple-prix h5 {
        font-size: 20px;
    }

    .exemple-prix .detail-feature {
        font-size: 16px;
    }

    .cold-ex-prix {
        text-align: right;
    }

    .exemple-prix h6 {
        font-size: 26px;
    }

    .exemple-prix .complement-prix {
        font-size: 14px;
    }

    .exemple-prix span {
        font-size: 16px;
    }

    .devis-cta {
        max-width: 34rem;
    }

    .include-devis {
        flex-wrap: nowrap;
    }

    .include-devis img {
        margin: auto 1rem auto 0;
    }

}



/* ----------------------------------------- */
/* ---------- TABLETTE MD - 768px ---------- */
@media (min-width:768px) {

    /* style section concept MD */
    .section-concept {
        padding: 8rem 1rem 7rem 1rem;
    }

    .visu-concept img {
        width: 250px;
    }

    .concept-contenu {
        padding: 0 3rem;
    }

    .txt-concept {
        font-size: 16px;
    }

    .txt-concept h3 {
        font-size: 22px;
    }

    /* style section avantages MD */
    .section-avantage {
        padding: 6rem 2rem;
    }

    .section-avantage h2 {
        font-size: 32px;
        background: #8E76CC;
        padding: 1rem 2rem;
        border-radius: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0 auto 5rem auto;
        width: 92%;
    }

    .avantage-contenu {
        padding: 0 0;
    }

    .avantage {
        flex-wrap: nowrap;
        justify-content: left;
        width: 45%;
        max-width: none;
        border-radius: 8px;
        padding: 1rem 2rem;
    }

    .avantage img {
        width: 80px;
        height: auto;
        margin: auto 1.5rem auto 0;
    }

    .avantage p {
        font-size: 16px;
        text-align: left;
        width: -moz-fit-content;
        width: fit-content;
    }

    /* section methode MD */
    .section-methode {
        padding: 7rem 2rem;
    }

    .methode-contenu {
        width: 80%;
    }

    .methode-step {
        margin: 0 8rem 4rem 8rem;
    }

    .methode-step p {
        font-size: 16px;
    }

    .num-methode {
        font-size: 18px;
    }

    .bulle-chiffre p {
        font-size: 26px;
    }

    /* style section méthode MD */
    .section-methode h2 {
        font-size: 36px;
    }

    .ligne-video {
        width: 70%;
        border: 20px solid #FF9933;
    }

    /* style section appel MD */
    .tarif-col-features {
        padding: 2rem 3rem;
        max-width: 40rem;
    }

    .tarif-col-features h4 {
        font-size: 20px;
    }

    .feature img {
        width: 30px;
    }

    .feature p {
        font-size: 18px;
    }

    .sepa-cta {
        margin: 0 2rem;
    }

    .devis-cta button {
        padding: 0.7rem 1.5rem;
        font-size: 18px;
    }

    .devis-cta {
        max-width: 40rem;
    }

    .devis-cta h3 {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }

    .devis-accroche {
        font-size: 18px;
    }

    .include-devis img {
        width: 60px;
    }

    .include-devis p {
        font-size: 16px;
    }

    .lien-comparateur p {
        font-size: 18px;
    }

}



/* -------------------------------------- */
/* ---------- ECRAN LG - 992px ---------- */
@media (min-width:992px) {

    /* style section concept LG */
   .concept-contenu {
    flex-wrap: nowrap;
    padding: 0 5rem;
    }

    .visu-concept {
        margin: auto 4rem auto 0;
    }

    /* style section avantage LG */
    .section-avantage h2 {
        font-size: 36px;
        width: -moz-fit-content;
        width: fit-content;
    }

    /* style section methode LG */
    .methode-step {
        width: 35%;
        padding: 1.5rem 2.5rem;
        margin: 0 3rem 4rem 3rem;
    }

    /* style section appel LG */

    .section-appel {
        padding: 4rem 2rem;
    }

    .intro-tarif h2 {
        font-size: 42px;
    }

    .intro-tarif p {
        font-size: 16px;
        font-weight: 600;
        width: 70%;
        margin: auto;
        line-height: 1.8;
        margin: 0 auto 1rem auto;
    }

    .conteneur-tarif {
        margin-bottom: 3rem;
        align-items: flex-start;
    }

    .tarif-col-features {
        padding: 2rem 3rem;
        width: 70%;
        max-width: 70%;
    }

    .tarif-col-features h4 {
        font-size: 20px;
    }

    .intro-feature {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .feature {
        width: 45%;
    }

    .feature img {
        width: 30px;
        height: auto;
        margin-right: 1.5rem;
    }

    .feature p {
        font-size: 18px;
        font-weight: 600;
        margin: auto 0 auto 0;
        padding-top: 7px;
    }

    .tarif-col-prix {
        width: 35%;
        margin-left: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

    .tarif-col-prix .exemple-prix:last-child {
        margin-bottom: 0;
    }

    .exemple-prix {
        padding: 2rem 2rem;
        max-width: 100%;
        margin: 0 auto 2rem auto;
    }

    .colg-ex-prix {
        width: -moz-fit-content;
        width: fit-content;
    }

    .cold-ex-prix {
        width: -moz-fit-content;
        width: fit-content;
    }

    .tarif-conclusion {
        margin-bottom: 3rem;
    }

    .tarif-conclusion p {
        text-align: center;
        color: #ffffff;
        font-family: 'Biryani', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
    }

    .devis-cta {
        padding: 2rem 3rem;
        width: 70%;
        max-width: 70%;
    }


}



/* --------------------------------------------- */
/* ---------- ECRAN MOYEN XL - 1200px ---------- */
@media (min-width:1200px) {

    /* style section concept XL */


   /* style section avantages XL */
   .avantage {
       width: 40%;
       border-radius: 10rem;
       padding: 1.5rem 3rem;
   }

    /* style section méthode XL */
    .ligne-video {
        width: 60%;
    }

    .methode-contenu {
        width: 60%;
    }

    /* style section appel XL */
}



/* ---------------------------------------------- */
/* ---------- ECRAN LARGE XXL - 1400px ---------- */
@media (min-width:1400px) {

    /* style section concept XXL */
    .concept-contenu {
        padding: 0 10rem;
    }

    .visu-concept {
        margin: auto 6rem auto 0;
    }

    /* style section avantage XXL */
    .avantage-contenu {
        justify-content: center;
    }

    .avantage {
        width: 35%;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    /* style section méthode XXL */
    .ligne-video {
        width: 50%;
        max-width: 60rem;
    }

    /* style section appel XXL */

    .tarif-col-prix {
        width: 30%;
        max-width: 38rem;
    }

    

}

/* ---------------------------------------------- */
/* ---------- CAS PARTICULIER - 1700px ---------- */
@media (min-width:1700px) {

    /* style section concept */
    .concept-contenu {
        padding: 0 15rem;
    }

}