body {
    margin: 0;
    overflow-x: hidden;
}

::root {
    --main-texte-color: black;
    --background: #FFFFFF; 
    --background-blue: #B4D4D7;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #244D51;
    text-align: center;
}

h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--main-texte-color);
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--main-texte-color);
}

p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: var(--main-texte-color);
}

a {
    text-decoration: none;
    color: inherit;
}

.titre-mutuelle {
    margin-top: 40px;
}

#logo-chambre-sophro {
    width: 160px;
    height: 160px;
}

/* --------- Mobile --------- */

@media screen and (max-width: 700px) {

    h1 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 12px;
        margin-bottom: 12px;       
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }

    .cta {
        background: white;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 400px;
        text-align: center;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        width: 184px;
    }

    .cta > a {
        color: #244D51;
        text-decoration: none;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

    .cta-blue {
        background: #44949C;
        margin-top: 24px;
    }

    .cta-blue > a {
        color: white;
    }

    .section-presentation {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        background: url("assets/fond-presentation.png");
        background-size: 100% 33%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .section-presentation > h2 {
        color: #244D51;
    }

    .svg-nat-prez {
        width: 75%;
        height: auto;
        margin: 8px;
    }

    .caption {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .section-consultation {
        background: #B4D4D7;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:24px;
        padding-top: 24px;
    }

    .card-consultation {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        position: relative;
        max-width: 100%;
    }

    .card-consultation > h3 {
        padding-top: 24px;
    }

    .icon-consultation {
        position: absolute;
        top: -20px;
    }

    .card-description {
        align-self: flex-start;
    }

    .card-description > p {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .section-sophrologie {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:24px;
        padding-top: 24px;
        background: #F4F4F4;
    }

    .section-sophrologie > p {
        margin-top: 8px;
        margin-bottom: 0;
        width: 95%;
        text-align: center;
    }

    .svg-nat-zen {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .section-seance {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:24px;
        padding-top: 24px;
    }

    .card-seance {
        position: relative;
        margin-top: 56px;
    }

    .card-seance-description > h3 {
        text-align: left;
    }

    .card-seance-description {
        background: #E2F2F3;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 16px;
        padding-top: 135px;
        margin-left: 30px;
        align-items: flex-start;
        max-width: 245px;
    }

    .card-seance-image {
        position: absolute;
        width: 256px;
        height: 155px;
        top: -30px;
    }

    .card-green {
        background: #E5F2E4;
    }

    .card-pink {
        background: #FFF0EB;
    }

    .section-tarif {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:40px;
        padding-top: 24px;
    }

    .tarif-prix > h3 {
        text-align: left;
    }

    .card-tarif {
        background: #F1F8F9;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 24px;
        align-items: flex-start;
        width: 80%;
        margin-top: 24px;
    }

    .tarif-prix > h3:first-child {
        width: 70%;
    }

    .tarif-prix > p {
            margin: 0px;
            margin-top: -8px;
    }

    .tarif-prix {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .section-contact {
        background: #A3D2D7;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .row-contact > p {
        padding-left: 12px;
    }

    footer {
        background: #44949C;
        color: white;
        padding: 8px;
        text-align: center;
    }
}



/*--------- Desktop ---------*/

@media screen and (min-width: 701px) {
   
    h1 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 24px;
        line-height: 29px;
        margin-top: 12px;
        margin-bottom: 12px;       
    }

    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 17px;
        line-height: 23px;
    }

    .cta {
        background: white;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 400px;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cta > a {
        color: #244D51;
        text-decoration: none;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 23px;
    }

    .cta:hover {
        background-color: #29235C;
    }

    .cta:hover > a {
        color: white;
    }

    .cta-blue {
        background: #44949C;
        margin-top: 48px;
    }

    .cta-blue > a {
        color: white;
    }

    .section-presentation {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        background: url("assets/fond-presentation.png");
        background-size: 100% 28%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .section-presentation > h2 {
        color: #244D51;
    }

    .svg-nat-prez {
        width: 30%;
        height: auto;
        margin: 8px;
    }

    .caption {
        margin-top: 0px;
        margin-bottom: 16px;
    } 
        
    .section-consultation {
        background: #B4D4D7;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .container-card-consultation {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 8px;
    }

    .card-consultation {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        position: relative;
        max-width: 20%;
        min-width: 268px;
    }

    .card-consultation > h3 {
        padding-top: 24px;
    }

    .icon-consultation {
        position: absolute;
        top: -20px;
    }

    .card-description {
        align-self: flex-start;
    }

    .card-description > p {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .section-sophrologie {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:48px;
        padding-top: 48px;
        background: #F4F4F4;
    }

    .section-sophrologie > p {
        margin-top: 8px;
        margin-bottom: 0;
        width: 70%;
        text-align: center;
    }

    .svg-nat-zen {
        padding-top: 32px;
        padding-bottom: 24px;
        width: 35%;
        height: auto;
    }

    .section-seance {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .container-card-seance {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
    }

    .card-seance {
        position: relative;
        margin-top: 56px;
    }

    .card-seance-description > h3 {
        text-align: left;
    }

    .card-seance-description {
        background: #E2F2F3;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 16px;
        padding-top: 135px;
        margin-left: 33px;
        align-items: flex-start;
        max-width: 235px;
    }

    .card-seance-image {
        position: absolute;
        width: 256px;
        height: 155px;
        top: -30px;
    }

    .card-green {
        background: #E5F2E4;
    }

    .card-pink {
        background: #FFF0EB;
    }

    .section-tarif {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:48px;
        padding-top: 24px;
    }

    .tarif-prix > h3 {
        text-align: left;
    }

    .card-tarif {
        background: #F1F8F9;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 24px;
        align-items: flex-start;
        width: 45%;
        margin-top: 24px;
    }

    .tarif-prix {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .tarif-prix > p {
        margin: 0px;
        margin-top: -8px;
}

    .section-contact {
        background: #A3D2D7;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
        display: flex; 
        flex-direction: column;
        align-items: center;
    }

    .container-contact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 16px;
    }

    .row-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
    }

    .row-contact > p {
        padding-left: 12px;
    }

    .row-contact > p > a:hover {
        text-decoration: underline;
    }

    footer {
        background: #44949C;
        color: white;
        padding: 8px;
        text-align: center;
    } 
}

/* --------- Tablette -------*/

@media screen and (min-width: 701px) and (max-width: 1023px) {

    .svg-nat-prez {
        width: 45%;
        height: auto;
        margin: 8px;
    }

    .svg-nat-zen {
        width: 45%;
        height: auto;
    }

    .card-tarif {
        width: 55%;
    }

}

/* ------------ Desktop HD ------------ */

@media screen and (min-width: 1920px) {
    
    .icon-consultation {
        top: -25px;
        width: 56px;
        height: auto;
    }

    .container-card-consultation {
        padding-top: 24px;
    }


    .card-seance {
        position: relative;
        margin-top: 108px;
    }

    .card-seance-image {
        position: absolute;
        width: 350px;
        height: auto;
        top: -60px;
    }

    .card-seance-image > img {
        width: inherit;
    }

    .card-seance-description {
        box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
        border-radius: 15px;
        padding: 16px;
        padding-top: 160px;
        margin-left: 33px;
        align-items: flex-start;
        max-width: 320px;
    }

    .svg-nat-prez {
        width: 25%;
        height: auto;
        margin: 16px;
    }

    .card-tarif {
        width: 30%;
    }

}