/* 1. Reset & box-sizing global */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 2. Définir la base : 1rem = 16px (par défaut), mais tu peux ajuster */
html {
    font-size: 100%;
    /* 100% = 16px */
}

/* 3. Corps du site */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    /* 1.5rem = 24px */
    line-height: 1.5;
    color: #222;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    /* 32px */
    margin-bottom: 1rem;
}

p {
    font-size: 1.25rem;
    /* 32px */
    margin-bottom: 1rem;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;

}

.old-standard-tt-bold {
    font-family: "Old Standard TT", serif;
    font-weight: 700;
    font-style: normal;
}

.dawning-of-a-new-day {
    font-family: "Dawning of a New Day", cursive;

}

.didact-gothic-regular {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.alegreya {
    font-family: "Alegreya", serif;
    font-style: normal;
}

.special {
    font-family: "Special Elite", system-ui;
}

.video_accueil {
    /* display: flex
; */
    /* padding: 0; */
    /* margin: 0; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: black;
    position: relative;
}

.video_accueil video {
    width: 100%;
    height: 100vh;
}

.fixed_navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.white_bg_navbar {
    transition: background-color 0.5s ease;
    background-color: white !important;

    /* Ombre légère vers le bas */
    z-index: 1000;
}

.box_shadow_navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
    height: 125px;
    transition: height 0.5s ease;
}

.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: right;
    gap: 1.5rem;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link-perso {

    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: color 0.5s ease !important;
}

.nav-link-perso:hover {

    color: #63A21D;
    transition: color 0.5s ease !important;
}

.white {
    transition: color 1s ease;
    color: white;
}

.black {
    transition: color 1s ease;
    color: black;
}

.nav-btn {
    border-radius: 25px;
    padding: 10px 15px;

    border: none;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

.rdv-btn {
    border-radius: 25px;
    padding: 10px 15px;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.blue_bg_btn {
    background-color: #4b8ac0;
}

.green_bg_btn {
    background-color: #63A21D;
}

.blue_bg_btn_contact {
    color: white;
    background-color: #4b8ac0;
}

.blue_bg_btn_contact:hover {
    color: white;
    background-color: #4b8ac0;
}

.red_bg_btn {
    background-color: #D61E0A;
}

.accueil_landing {
    margin: 75px 0px;
    border: 1px solid;
    border-radius: 50px;
    overflow-x: hidden;
}

.accueil_landing .row {
    display: flex;
    /* Utiliser flex pour garantir l'alignement des éléments sur une ligne */
    align-items: center;
    /* Pour centrer les éléments verticalement */

}

.accueil_landing_right {
    padding: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.accueil_landing_right img {
    width: 100%;
    padding: 0;
    overflow: hidden;
    transform: scale(1.05);
}

.accueil_landing_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.accueil_landing_left_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accueil_landing_left_title {
    color: #231f20 !important;
    letter-spacing: 10px;
    font-size: 2rem !important;
}

.accueil_landing_left_paragraph {
    color: #231f20;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
}

.accueil_landing_left_icons {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.footer_social_icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.social_icons img {
    height: 35px;
}



.passe_le_bac {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.passe_le_bac_title {
    font-size: 3rem;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

.passe_le_bac_icon {
    position: absolute;
    top: -4rem;
    left: -6rem;
}

.passe_le_bac_subtitle {
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-align: center;
}

.passe_le_bac_paragraph {
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-align: justify;
}

.passe_le_bac_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1.1);
}

.defi_container .row {
    width: 100%;
}

.pink {
    color: #ad447f !important;
}

.green {
    color: #255247;
}

.title_header {
    font-size: 1.8rem;
    font-weight: bold;
}





.qui_suis_je_row_left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.qui_suis_je_row_left_title {
    font-size: 1.25rem;
    font-weight: bold;
}

.qui_suis_je_row_right {
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: justify;
    gap: 1.5rem;
    position: relative;
}

.absolute_img_green {
    position: absolute;
    right: -2rem;
    top: -2rem;
}

.absolute_img_yellow {
    position: absolute;
    top: 7rem;
    right: -6rem;
}

.absolute_img_dark_blue {
    position: absolute;
    top: 14rem;
    right: 0rem;
}

.absolute_img_red {
    position: absolute;
    top: 18rem;
    right: -45rem;
}

.absolute_img_pink {
    position: absolute;
    top: 27rem;
    right: -17rem;
}

.absolute_img_blue {
    position: absolute;
    top: 35rem;
    right: -7rem;
}

.tableau_txt {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
    height: 100%;
    right: 5rem;
    left: 17rem;
    padding: 8rem 0;
}

.conviction_left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.decorative-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: 40rem;
    background-position: left -3rem top 0rem;
    overflow: hidden;
}

.conviction_container {
    padding: 3rem 0;
}

.conviction_right {
    position: relative;

    background-size: 21rem;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    padding: 0 6rem;
    display: flex;
    align-items: center;
}

/* Voile blanc semi-transparent par-dessus l'image */
.conviction_right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 0;
}

/* Texte au-dessus de l’overlay */
.conviction_right>div {
    position: relative;
    z-index: 1;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}



.footer_links_header {
    font-size: 1.25rem;
    font-weight: bold;
}

.footer_links a {
    text-decoration: underline;
    font-size: 1.2rem;
    color: black;
}

.no_underline {
    text-decoration: none !important;
}

.footer_link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer_logo {
    width: 100%;
}

.mon_approche_background_img_container {
    position: relative;
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 72%;
    z-index: 1;
    border: 5px solid red;
    border-radius: 25px;

}

.infos_container {
    transform: rotate(-6deg);

}

.info_img {
    width: 15rem;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    right: -5rem;
    text-align: center;
    border-radius: 25px;
    border: 5px solid #908674
}

.atelier_font_size {
    font-size: 1.5rem;
}

.circle_icon {
    width: 3rem;
}

.rdv_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.rdv_contact {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#contact_form_link,
.rdv_link {
    color: #4b8ac0;
}

#contact_form_link {
    color: #4b8ac0;
}

.tarif_ardoise {
    transform: rotate(4deg);
    width: 40rem;
}


.tarif_txt_container {
    position: absolute;
    top: 12rem;
    color: white;
}

.tarif_txt_container p {
    text-align: center;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
}

.modal-header {
    border-bottom: none !important;
}

.input-group-addon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.input-group-addon i {
    cursor: pointer;
}

.section_mt {
    margin-top: 10vh;
}

.article {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.article img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.article-content {
    padding: 1rem;
}

.article-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.article-content p.date {
    font-size: 0.875rem;
    color: #4b5563;
}

.article-content p.excerpt {
    margin-top: 0.5rem;
}

.article-content a {
    color: #2563eb;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.article_date {
    font-size: 1.3rem;
    font-style: italic;

}

.multi-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    font-size: 1.3rem;
}

#right-menu {
    position: sticky;
    top: 20vh;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.testimonial-card {
    border-radius: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 550px !important;
    flex-grow: 1 !important;

}

.testimonial-card .card-body {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    overflow: hidden;
}

.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.testimonial-card .avatar {
    /*width: 110px;*/
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}

.splide__slide {
    height: auto !important;
}

.splide__pagination__page {
    display: none !important;
}

.landing_feuille {
    transform: scale(3);
    position: absolute;
    top: 20rem;
    left: 8rem;
    z-index: -1;
}

.defi_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 6rem 1rem;
    /* ajuste selon l'espacement souhaité */
    display: flex;
    justify-content: center;
    align-items: center;
}

.defi_banner p {
    color: #000;
}


.defi_banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    z-index: 0;
}

.defi_container {
    position: relative;
    z-index: 1;
}

.temoignage_container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.infos_atelier {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.infos_atelier::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.atelier_indiv_container {
    padding-top: 10rem;
    z-index: 1;
}

.pnl_therapie {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.pnl_therapie::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.art_perc {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.art_perc::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.floating_doc {
    position: fixed;
    bottom: 10px;
    right: -1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 100;
    padding: 10px;
    border-radius: 25px;
}

.floating_doc_text {
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    background-color: #1C2939;
    color: white;
    transform: translateY(10px) scaleX(0);
    transform-origin: left;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-button {
    background: #63A21D;
    font-size: 1.2rem !important;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    z-index: 100;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    gap: 5px;
    /*width: 25rem;*/
    align-items: center;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #63A21D;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 69, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
    }
}

.floating-button_txt {
    text-align: center;
}

.floating-button.visible {
    opacity: 1;
}

/* Animation du texte */
.floating_doc_txt.show {
    opacity: 1;
    transform: translateY(0) scaleX(1);
}


.floating_doc_close {
    position: absolute;
    top: -1rem;
    right: 2rem;
    background-color: transparent;
    color: grey;
    font-weight: bold;
    border: none;
    opacity: 0;
}

.floating_doc_close.visible {
    opacity: 1 !important;
}




.read_article_container {
    position: relative;

    background-position: center;

}

.read_article_container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.passe_le_bac_img {
    position: relative;

}

/* Mobile : jusqu'à 599px */
@media (max-width: 599px) {
    body {
        font-size: 1.2rem;
        line-height: 1.5;
        color: #222;
    }

    h1 {
        font-size: 2rem;
        font-weight: bold;
        /* 32px */
        margin-bottom: 1rem;
    }

    p {
        font-size: 1.2rem;
        /* 32px */
        margin-bottom: 1rem;
        text-align: left;
    }

    .mobile_paragraph {
        text-align: left !important;
        font-size: 1.2rem;
    }

    .circle_icon {
        width: 2.5rem;
    }

    .map_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .map_mobile img {
        width: 75%;
    }

    .pamplemousses {
        font-size: 1.4rem !important;
    }

    .mobile_title {
        text-align: center !important;
    }

    .accueil_landing {
        border: unset;
    }

    .accueil_img {
        width: 12rem;
    }

    .accueil_landing_left_title {

        text-align: center;
    }

    .accueil_landing_right {
        display: none;
    }

    .decorative-section {
        background-image: none !important;
    }

    .decorative-section .row {
        display: flex;
        flex-direction: column;
    }

    .passe_le_bac_img {
        position: relative;
        order: -1;
        /* Affiche l'image avant le texte */
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
    }


    .passe_le_bac_image {
        width: 17rem;

    }

    .passe_le_bac_title {
        text-align: center;
        font-size: 2.3rem;
    }

    .passe_le_bac_subtitle {
        text-align: center;
    }





    .title_header {
        font-size: 1.5rem;
    }

    .absolute_img_green {
        position: absolute;
        right: -2rem;
        top: -2rem;
    }

    .absolute_img_yellow {
        position: absolute;
        top: 7rem;
        right: -6rem;
    }

    .absolute_img_dark_blue {
        position: absolute;
        top: 14rem;
        right: 0rem;
    }

    .absolute_img_red {
        position: absolute;
        top: 18rem;
        right: -45rem;
    }

    .absolute_img_pink {
        position: absolute;
        top: 27rem;
        right: -17rem;
    }

    .absolute_img_blue {
        position: absolute;
        top: 35rem;
        right: -7rem;
    }

    .qui_suis_je_container {
        padding-top: 4rem;
    }

    .qui_suis_je_row_right {
        padding-top: 2rem;
    }

    .tab_img_decorative {
        display: none !important;
    }

    .tableau_txt_div {
        position: relative !important;
        width: 100% !important;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }


    .tableau_txt_div img {
        width: 100%;
    }

    .tableau_txt_container {
        padding-top: 3rem;
    }

    .tableau_txt {
        position: unset;
        color: black;
        height: 100%;
        gap: 1rem;

        padding-top: 3rem;
        padding-bottom: 3rem;
        text-align: justify;
    }

    .video_accueil video {
        width: 100%;
        height: 100vh;
        transform: scale(1.5);
    }

    .align_center {
        text-align: center !important;
    }

    .conviction_container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .conviction_container .row {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .conviction_right {
        position: relative;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        color: #000;
        padding: 3rem 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .follow {
        display: none;
    }

    .footer_social_icons {

        width: 100%;

    }

    .footer_logo {
        width: 70%;
    }

    .footer_links {
        padding-top: 1rem;
    }

    .image_col {
        order: 1;
    }

    .text_col {
        order: 2;
    }

    .testimonial-card {
        min-height: 720px !important;
        flex-grow: 1 !important;
    }

    .infos_container_subtitle {
        font-size: 3rem !important;
    }

    .info_img {
        display: none !important;
    }

    .atelier_font_size {
        text-align: justify;
    }

    .infos_images {
        display: none;
    }

    .atelier_indiv_container {
        padding-top: 0 !important;
    }

    .accueil_landing {
        margin-top: 135px;
    }

    .atelier_title{
        font-size: 1.7rem !important;
    }

}

/* Petite tablette / grands mobiles : 600px à 767px */
@media (min-width: 600px) and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .tab_img_decorative {
        display: none !important;
    }

    .tableau_txt_div {
        position: relative !important;
        width: 80% !important;
        padding: 1rem;
    }

    .qui_suis_je_container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 50px 0;
    }

    .accueil_landing {
        margin: 115px 0px;

    }

    /* Autres styles tablette portrait */
}

/* Tablette paysage / petits laptops : 768px à 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .tab_img_decorative {
        display: none !important;
    }

    .tableau_txt_div {
        position: relative !important;
        width: 80% !important;
        padding: 1rem;
    }

    .qui_suis_je_container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 50px 0;
    }

    .accueil_landing {
        margin: 115px 0px;

    }

    /* Styles tablette paysage */
}

/* Desktop classique (ex: HP Envy) : 1024px à 1399px */
@media (min-width: 1024px) and (max-width: 1399px) {
    .tab_img_decorative {
        display: none !important;
    }

    .tableau_txt_div {
        position: relative !important;
        width: 80% !important;
        padding: 1rem;
    }

    .col-flex-center {
        display: flex;
        justify-content: center;
    }

    .tableau_txt {
        gap: 3rem;
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        color: white;
        height: 100%;
        padding: 7rem 5rem;
        right: 0;
        left: 0;
        justify-content: unset;
    }

    .align_center {
        text-align: center;
    }

    .testimonial-card {
        height: 600px !important;
    }

    .section_mt {
        margin-top: 5vh !important;
    }

    .info_img {
        width: 11rem;
        right: -4rem;
    }

    .atelier_font_size {
        font-size: 1.25rem;
    }

    .qui_suis_je_container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 50px 0;
    }



}

/* Très grands écrans : 1400px et plus */
@media (min-width: 1400px) {

    /* Styles très grand écran */
    .qui_suis_je_container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 50px 0;
    }
}