* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFDF7 !important;
    color: #1C2939;
}



.no_padding_top {
    padding-top: 0 !important;
}

.desCoachs_supervises_padding {
    padding: 0;
}

p {
    color: #1C2939;
}

div {
    color: #1C2939;
}

/*
.container {
    margin: 0 !important;
    padding: 0 !important;
}
*/
.modal.fade.in {
    opacity: 1 !important;
}

.modal-backdrop.fade.in {
    opacity: 0.5 !important;
}

.modal-dialog {
    margin-top: 90px !important;
}

.landing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 95vh;
    width: 100%;
    /* margin-bottom: -90px; */
    position: relative;
}

.supervision_landing {
    height: 82vh !important;

}

.landing_no_img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    width: 100%;

}

.landing_no_img_notre_methode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 110px;
}

.navbar_v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    padding: 10px 0px;
}

.landing .container,
.landing .container-fluid {
    /*Hauteur de la navbar*/
    top: 135px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
}

.landing .container-fluid {
    background-color: #1C2939;
    min-height: 63vh;
    overflow: hidden;
    border-radius: 0px !important;
}

.vh-100 {
    min-height: 100vh !important;
}



.landing_no_img .container {}

.no_min_height {
    min-height: 0 !important;
}

.scrolled_nav {
    background-color: white;
    z-index: 25;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

.navbar_v2_menu ul {
    list-style-type: none;
    /* Supprimer les puces */
    margin: 0;
    /* Supprimer les marges par défaut */
    padding: 0;
    /* Supprimer les espacements par défaut */
    display: flex;
    /* Disposer les éléments en ligne */
    gap: 10px;
    /* Espacement entre les éléments (facultatif) */
    align-items: center;
    gap: 10px;
}

.navbar_v2_menu ul li {
    display: inline-block;
    /* S'assurer que chaque élément est en ligne */

}

.navbar_v2_menu ul li a {
    text-decoration: none;
    /* Supprimer les soulignements */
    color: #1C2939;
    font-size: 18px;
    font-weight: 500;
    /* Couleur du texte */
    padding: 10px 15px;
    /* Espacement interne */
    transition: color 0.3s;
    /* Animation sur les interactions */
}

.navbar_v2_menu ul li a:hover {
    color: #E7AC44;
    /* Couleur au survol */
}

#navbarLogo {
    width: 150px;
}

.loginButton {
    background-color: #1C2939;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: #FFFDF7;
}

.landing_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 0px !important;
    background-color: white;
}


.home_expertise_landing {
    display: flex;
    width: 100%;
    padding-top: 75px;
    padding-right: 0;
    gap: 50px;
}

.home_expertise_landing_right,
.home_expertise_landing_left {
    display: flex;
    width: 50%;
}

.home_expertise_landing_right img {
    width: 100%;
    border-radius: 10px;
}

.background_img {
    display: flex;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.supervision_background_img {
    display: flex;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(28, 41, 57, 0) 0%, #1C2939 63.96%);
    position: absolute;
    bottom: 0;
}

.supervision_image {
    position: absolute;
    right: -300px;
    object-fit: cover;
    height: 100%;

}

.supervision_image img {
    object-fit: cover;
}

.container .landing_content_text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    padding: 80px;
    /* padding-right: 0px !important; */
    width: 60% !important;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5);*/
}


.white_text_color {
    color: #FFF !important;
}

.landing_content_text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 100px;

}

.landing_content_text_header {
    color: #1C2939;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.landing_content_text_skihlls {
    color: #1C2939;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.landing_content_text_skihlls img {
    width: 25%;
}

.skihls_txt {
    width: 100%;
    text-align: end;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 25px;
    right: 50px;
}

.landing_content_text_paragraph {
    color: #1C2939;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    font-size: 24px;
}

.landing_content_image {
    width: 55%;
    height: 100%;
}

.landing_content_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing_content_text_actions {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;

}


.nosOffres_image {
    height: 100%;
}

.nosOffres_img {
    object-fit: cover;
    /* Ajuste l'image pour remplir le conteneur sans déformation */
    width: 100%;
    height: 100%;
    display: block;
    /* Supprime les espaces blancs supplémentaires */
}

.nosOffres_text {
    position: absolute;
    bottom: 0;
}

.landing_content_text_actions_buttons {
    background-color: #F7F9FB;
    padding: 5px 15px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #1C2939;
}

.transparent_background_btn {
    background-color: transparent !important;
}

.yellow_background_btn {
    background-color: #E7AC44 !important;

    border: none !important;

}

.transparent_background_btn {
    background-color: transparent !important;

    border: 1px solid #1C2939 !important;

}

.dark_blue_background_btn {
    background-color: #1C2939 !important;

    border: none !important;

}

.dark_blue_text {
    color: #1C2939 !important;

}

#animate_content_text {
    color: #E7AC44;
}

.accompagnement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0px -5px 10px 0px #00000026;
    z-index: 10;
    background-color: #FFFDF7;
    margin-top: -50px;

}

.pourquoiNous_accompagnement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFDF7;
}

.accompagnement_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 50px 0px;
    gap: 25px;
}

.accompagnement_header_text {
    line-height: 1;
}

.accompagnement_logo_slider_header {
    color: #7D7D7D;
}

.accompagnement_header_title {
    color: #7D7D7D;
    font-size: 24px;
    font-weight: 400;
}



.text_yellow {

    color: #E7AC44;
}

.accompagnement_card {
    position: relative;
    min-height: 300px;
    min-width: 100%;
    cursor: pointer;
}

.accompagnement_header_title_img {
    max-height: 100px;
}



.cards_img {

    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.cards_img_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*F;*/
    border-radius: 30px;
    color: white;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);

}

.cards_img_text_title {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    color: #FFFDF7
}

.cards_img_text_paragraph {
    font-size: 13px;
    font-weight: 400;
    display: none;
    color: #FFFDF7
}

.cards_img_text_paragraph_btn {
    display: none;
    text-align: end;
}

.cards_img_text_paragraph_btn a {
    text-decoration: none;
    color: white;
    padding: 0px 15px;

}

.accompagnement_cards_btn {
    text-align: center;
    padding: 50px 0px;
}

.btn_v2 {
    background-color: #F7F9FB;
    padding: 10px 25px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #1C2939;

}

.film_roll_prev {
    background-color: #E7AC44;
    opacity: 1;
}

.film_roll_prev,
.film_roll_next {
    background-color: #E7AC44 !important;
    opacity: 1 !important;
}

.splide__arrows,
.splide__pagination {
    display: none !important;
}

.accompagnement_logo_slider {
    /* padding: 50px 0px; */
    color: #7D7D7D;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 75px;

}

.comment_ca_marche {
    width: 100%;
    background-color: #FFF4D7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment_ca_marche_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    text-align: center;
    gap: 25px;
}

.comment_ca_marche_header_btn {
    gap: 10px;
    padding: 0;
    border-radius: 30px;
    background-color: #FFFDF7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment_ca_marche_header_btn_commanditaire,
.comment_ca_marche_header_btn_beneficiaire {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    cursor: pointer;

}


.comment_ca_marche_header_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1C2939;
}

.comment_ca_marche_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.comment_ca_marche_content_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0px;
    text-align: center;
    gap: 25px;
    font-weight: 600;
    width: 35%;
}

.comment_ca_marche_content_img {
    display: flex;
    justify-content: center;
    position: relative;
}

.comment_ca_marche_content_img_list {
    position: absolute;
    top: 35px;
    right: -85px;
    height: 100%;
}

.comment_ca_marche_content_img_list ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 45px;
    position: relative;

}

.comment_ca_marche_content_img_list ul li {

    background-color: #FFFDF7;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #1C2939;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    position: relative;
}

.comment_ca_marche_content_img_list ul li span {
    position: absolute;
    background-color: #E7AC44;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    left: -15px;
    color: #FFFDF7;
    font-weight: 600;
}

.right_list {
    position: relative;
    right: -110px;
}



.comment_ca_marche_image {
    /*padding: 50px;*/
    width: 65%;
}

.comment_ca_marche_content_text_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.comment_ca_marche_content_text_header_title {
    color: #1C2939;
    font-size: 24px;
    font-weight: 700;
}

.comment_ca_marche_content_text_header_subtitle {
    font-size: 17px;
    font-weight: 600;
    color: #1C2939;
}

.comment_ca_marche_content_text_body {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: 600;
    color: #1C2939;
    font-size: 15px;
}

.nos_offres {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    width: 100%;
    /* justify-content: center; */
    gap: 25px;
}



.nos_offres_header {
    font-size: 36px;
    font-weight: 700;
    color: #1C2939;
    text-align: center;
}

.nos_offres_card {
    display: flex;
    flex-direction: column;
    background-color: #EDEDED;
    align-items: center;
    padding: 25px;
    color: #1C2939;
    border-radius: 30px;
}

.card_yellow {
    background-color: #E7AC44;
}

.card_yellow .nos_offres_card_body_footer_seance {
    color: #EDEDED;
}



.card_yellow_clear {
    background-color: #FFF4D7;
}

.card_light_yellow {
    background-color: #FFF4D7
}


.white_yellow_bg {
    background-color: #FFFDF7
}

.light_yellow_bg {
    background-color: #FFF4D7
}

.nosOffres_round {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #1C2939;
    border-radius: 50%;
    /* height: 200px; */
    width: auto;
    aspect-ratio: 1 / 1;
    padding: 35px 10px;
}

.nosOffres_round_icon,
.nosOffres_round_text {
    flex: 1;
}

.nos_offres_card_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    border-bottom: 1px solid #1C2939;
    padding: 25px 0px;
    width: 100%;
}

.nosOffres_round_text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.41px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px;

}

.nos_offres_card_header_title {
    font-size: 30px;
    font-weight: 900;
}

.nos_offres_card_header_subtitle {
    font-size: 22px;
    font-weight: 600;
}

.nos_offres_card_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}


.nos_offres_card_body_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 0px;
    font-weight: 600;
    color: #1C2939;
}

.nos_offres_card_body_footer {
    display: flex;
    flex-direction: column;
}

.nos_offres_card_body_footer_prix {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 900;
}

.nos_offres_card_body_footer_prix_text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nos_offres_card_body_footer_prix_unit {
    font-size: 25px;
    color: #7D7D7D;
}

.nos_offres_card_body_footer_seance {
    text-align: center;
    font-size: 18px;
    color: #7D7D7D;
    padding-bottom: 25px;
}


.nosOffres_div_img {
    position: absolute;

}


.nosOffres_accompagnement_perso_section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.nosOffres_accompagnement_perso_section_img {
    display: flex;
    flex: 1;
}

.nosOffres_accompagnement_perso_form {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.nosOffres_accompagnement_perso_form_header_title,
.nosOffres_supervision_section_left_title {
    font-size: 28px;
    font-weight: 900;
    line-height: 33.89px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.nosOffres_accompagnement_perso_form_header_txt,
.nosOffres_supervision_section_left_form_header_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.nosOffres_accompagnement_perso_form_bottom {
    width: 100%;
}

.nosOffres_supervision_section {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 75px;
    width: 100%;
}


.nosOffres_supervision_section_left {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
}

.nosFormations_left {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 40%;
}

.nosFormations_left_title {
    font-size: 30px;
    font-weight: 900;
    line-height: 33.89px;
    text-align: left;

}

.nosFormations_left_txt {

    font-size: 20px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    width: 40%;

}

.nosFormations_supervision_div_left {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.nosFormations_supervision_div_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    background-color: #1C2939;
    opacity: 0.95;
    color: white;
    font-size: 20px;
    padding: 0px 50px;
    position: relative;
}

.nosFormations_supervision_div_right_btn a {
    text-decoration: none;
    color: white;
}

.nosFormations_supervision_div_right_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px 50px;
}


.nosOffres_supervision_section_form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nosOffres_supervision_div {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.nosOffres_supervision_div_link {
    color: white;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nosOffres_supervision_div_link_container {
    display: flex;
    border-bottom: 3px solid black;
    align-items: center;
    padding: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.nosOffres_supervision_div_link_container:hover {
    background-color: #FFFDF7;
    transition: background-color 0.3s ease;
    /* Pour un effet de transition fluide */
}


.nosOffres_supervision_div_top {
    display: flex;
    border-bottom: 3px solid white;
    align-items: center;
    padding: 25px;
    padding-right: 25px;
}

.nosOffres_supervision_div_bottom {
    display: flex;
    border-bottom: 3px solid white;
    align-items: center;
    padding: 25px;
    padding-right: 25px;
}

.nosOffres_supervision_div_bottom_2 {
    display: flex;
    align-items: center;
    padding: 25px;
    padding-right: 25px;
}

.yellow_bg {
    background-color: #E7AC44;
}

/* Style pour les inputs sans fond et sans cadre */
.single-line-input {
    background: transparent;
    /* Pas de fond */
    border: none;
    /* Pas de bordure */
    border-bottom: 1px solid #000;
    /* Ligne en dessous de l'input */
    outline: none;
    /* Pas de contour lors du focus */
    padding: 5px 0;
    font-size: 16px;
    width: 100%;
}

.single-line-input:focus {
    border-bottom: 2px solid #007BFF;
    /* Changer la couleur de la ligne au focus */
}

.nosOffres_form_style {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2
}

.nosFormations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    /* gap: 75px;*/
}

.nosFormations_supervision_div {
    display: flex;
    flex-direction: row;
    gap: 75px;
    width: 100%;
}


.nosFormations_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.accompagnement_perso_section {
    display: flex;
    justify-content: center;
    align-items: center;


}

.accompagnement_perso_section_left {
    display: flex;
    position: relative;
    flex: 1;
}

.accompagnement_perso_section_left img {
    position: absolute;
    /* Position absolue pour permettre le débordement */
    top: -410px;
    /* Décalage vers le haut pour dépasser */
    left: 0;
    height: auto;
    /* Maintenir la proportion de l'image */
    max-height: none;
    /* Désactiver la limitation de hauteur */
    z-index: 1;
}

.accompagnement_perso_section_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex: 1;
}

.card_btn {
    background-color: #1C2939;
    color: #FFFDF7;
    font-size: 18px;
}



.temoignage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #C7D5E6;
    width: 100%;
    padding-bottom: 75px;
}

.temoignage_title {
    padding: 35px 0px;
    font-size: 30px;
    font-weight: 700;
}

.my-slider-progress {
    background: #ccc;
}

.my-slider-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

.splide__slide video {
    width: 100%;
    /* Assurez-vous que les vidéos occupent tout l'espace */
    height: auto;
    border-radius: 30px;
}



.temoignage_video {
    width: 100%;
    height: 350px;
}



.temoignage_video iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 5px;
}

.video-carousel {
    padding-bottom: 50px;
}

.pourquoiNous_landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 150px;

}

.coaching_landing {
    display: flex;
    width: 100%;
    padding-top: 150px;
    padding-right: 0;
    gap: 50px;
}

.coaching_landing_left {
    display: flex;
    width: 40%;
}

.coaching_landing_right {
    display: flex;
    width: 60%;
}

.coaching_landing_right img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

#coaching_bienfaits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.coaching_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
}

.coaching_left p {
    font-size: 28px;
    font-weight: 900;
    line-height: 43.57px;
}

.coaching_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}

.coaching_circles {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    width: 100%;
}



.yellow {
    color: #E7AC44;
}


.dark_blue {
    color: #1C2939
}

.white {
    color: white;
}



.coaching_circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 21.78px;
    padding: 0px 30px;

}

.coaching_circle_grey {
    right: 0;
    background-color: #7D7D7D;
    color: white;
    z-index: 3;
}

.coaching_circle_yellow {
    background-color: #E7AC44;
    color: #1C2939;
    right: 275px;
    z-index: 2;
}

.coaching_circle_dark_blue {
    background-color: #1C2939;
    color: #E7AC44;
    right: 550px;
}

.coaching_circle_percentage {
    font-size: 40px;
    font-weight: 900;
    line-height: 72.61px;
}

.circle p {
    font-size: 14px;
    margin: 0;
}

.pourquoiNous_landing_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
}

.coaching_landing_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pourquoiNous_header_paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
}

.pourquoiNous_header_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;
}

.coaching_header_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;
}

.coaching_header_subtitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;
}

.coaching_header_subtitle_2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;
}

.coaching_header_paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
}

.supervision_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.supervision_container_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 40%;
    gap: 15px;
}

.supervision_container_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.supervision_landing_content_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    z-index: 10;
}

.supervision_landing_content_text_header {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    min-height: 200px;
}

.supervision_landing_content_text_paragraph {
    color: white;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    font-size: 22px;
}

.supervision_landing_content_text_paragraph p {
    color: white;
}

.notre_supervision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.notre_supervision_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}



.notre_supervision_content_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    width: 50%;
}

.notre_supervision_content_left_header {
    font-size: 32px;
    font-weight: 900;
    line-height: 50.83px;
}

.notre_supervision_content_left_paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
}

.notre_supervision_content_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 50%;
}



.notre_supervision_header_btn {
    gap: 10px;
    padding: 0;
    border-radius: 30px;
    background-color: #FFF4D7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notre_supervision_header_btn_coach,
.notre_supervision_header_btn_coach_rh {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    cursor: pointer;

}


.pourquoiNous_landing_img {
    padding-top: 25px;
}

.pourquoiNous_landing_img img {

    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 10px;


}


.pourquoiNous_landing_note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.pourquoiNous_landing_note_header {

    font-size: 12px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;

}

.pourquoiNous_landing_note_paragraph {
    font-size: 21px;
    font-weight: 600;
    line-height: 29.05px;
    width: 100%;
    text-align: center;
}


.circles {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
}

.circles_left,
.circles_right,
.circles_center {
    height: 100% !important;
}

.circles_center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.circle {
    position: absolute;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding-right: 110px;
    padding-left: 50px;
    text-align: left;

    font-weight: 600;
    line-height: 21.78px;


}

.circle p {
    font-size: 14px;
    margin: 0;
}

.circle-yellow {
    top: 0;
    background-color: #f4b44d;
    left: 0;
    color: black;
}

.circle-lightblue {
    background-color: #d9e8f1;
    color: #000;
    left: 200px;
    top: 0;
}

.circle-grey {
    top: 0;
    background-color: #EDEDED;
    right: 200px;
    color: #000;
}

.circle-lightyellow {
    background-color: #FFF4D7;
    right: 0;
    top: 0;
    color: #000;
}





.circles_btn {
    display: flex;
    justify-content: center;
    justify-self: center;
    gap: 25px;
    padding-top: 50px;
}

#plateforme_pionniere .container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-color: #F7F9FB;
    color: #1C2939;
    padding: 50px;
    border-radius: 30px;
}

.plateforme_pionniere_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* flex: 1; */
    padding: 50px;
    width: 50%;
}

.plateforme_pionniere_imgs {
    display: flex;
    gap: 25px;
    padding-right: 50px;
}

.plateforme_pionniere_img_left,
.plateforme_pionniere_img_right {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    object-fit: cover;
    flex-direction: column;
    gap: 25px;
    width: 50%;
}


.plateforme_pionniere_img div {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.78px;


}

.plateforme_pionniere_img_right img,
.plateforme_pionniere_img_left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#pourquoiNous_intelligence_humaine {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.pourquoiNous_intelligence_humaine {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    padding: 0px 75px;
}

.coaching_pecrentage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 75px; */
    padding-top: 75px;
    padding-right: 100px;
    padding-left: 100px;
}

.pourquoiNous_intelligence_humaine_img {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

.pourquoiNous_intelligence_humaine_img img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.pourquoiNous_intelligence_humaine_header {
    font-size: 26px;
    font-weight: 900;
    line-height: 50.83px;
    text-align: left;
}

.pourquoiNous_intelligence_humaine_txt {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pourquoiNous_intelligence_humaine_percentage {
    display: flex;
    flex-direction: column;
    flex: 1;

    gap: 25px;

}

.pourquoiNous_intelligence_humaine_percentage_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pourquoiNous_intelligence_humaine_percentage_card_header {
    font-size: 50px;
    font-weight: 900;
    line-height: 72.61px;
    text-align: left;
    color: #E7AC44;
}

.pourquoiNous_intelligence_humaine_percentage_card_txt {
    font-size: 21px;
    font-weight: 500;
    line-height: 25.41px;
    text-align: left;
}

.humanite_paragraph {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 100%;
}

.humanite_paragraph_icon {
    width: 10%;
}

.humanite_paragraph_icon svg {
    width: 100%;

}

.yellow_svg {
    fill: #E7AC44
}


.humanite_paragraph_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.humanite_paragraph_txt {
    font-size: 16px;
    line-height: 21.78px;
    text-align: left;
    width: 90%;

}

.pourquoiNous_cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 400px;
    /* Définissez une hauteur minimale pour uniformiser les cartes */
    align-items: center;
}

.pourquoiNous_cards_img_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 25px;
    width: 90%;
    padding: 25px 0px;
}

.pourquoiNous_cards_img_text_btn {
    text-align: left;
    /* Centre le bouton */
    margin-top: auto;
    /* Positionne le bouton en bas */
}

.pourquoiNous_cards_img_text_title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38.73px;
}

.pourquoiNous_cards_img_text_paragraph {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.78px;




}

.pourquoi_nous_btn {
    display: flex;
    justify-content: center;
    width: 75%;
    justify-self: center;
    gap: 25px;
}

#sept_bonnes_raisons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.sept_bonnes_raisons_left img {

    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 10px;

}

.sept_bonnes_raisons_left {
    display: flex;
    width: 50%;
    padding: 50px;
}

.sept_bonnes_raisons_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 50px;
    gap: 50px;

}

.sept_bonnes_raisons_right_header {

    font-size: 30px;
    font-weight: 900;
    line-height: 50.83px;
    color: #1C2939;

}


.sept_bonnes_raisons_right_faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sept_bonnes_raisons_right_txt {
    text-align: left;
    width: 100%;

    font-size: 12px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

}

.sept_bonnes_raisons_right_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    z-index: 2;
}

.accordion-item {

    border: 0px !important;
    border-bottom: 1px solid #E7AC44 !important;
}

.accordion-button {
    background-color: #FFFDF7 !important;
}

.accordion-body {
    background-color: #FFFDF7 !important;

    font-size: 16px;
    font-weight: 600;
    line-height: 21.78px;


}

.accordion_header_title {

    font-size: 20px;
    font-weight: 600;
    line-height: 29.05px;
    color: #1C2939;
    display: flex;
    gap: 50px;
}

.expertise_landing {
    height: 100vh
}

.expertise_coaching {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    border-radius: 30px;
    padding: 0 75px !important;
}


.expertise_coaching_img {
    display: flex;
    width: 50%;
    padding: 75px 0px;
}

.expertise_coaching_img_2 {
    display: flex;
    width: 50%;
}

.expertise_coaching_img_2 img {
    width: 100%;
    object-fit: cover;
}

.expertise_coaching_img img {
    width: 100%;
    object-fit: cover;
}

.expertise_coaching_txt {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 75px 0px;
}

.expertise_coaching_txt_2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.expertise_content_left {
    gap: 0px !important;
}

.white_blue_bg {
    background-color: #F7F9FB;
}

.container_radius {
    border-radius: 10px;
}

.img_radius {
    border-radius: 10px;
}

.expertise_coaching_2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 75px !important;
    border-radius: 30px;
}

.formation_landing {
    display: flex;
    padding: 0;
    background-color: #1C2939;
}

.formations_landing_left {
    display: flex;
    width: 40%;
}

.formations_landing_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    padding: 25px 75px;
    gap: 10px;
}

.formations_landing_right_title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
}

.formations_landing_right_subtitle {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
}

.formations_landing_right_paragraph {
    color: white;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    font-size: 24px;
}

.formations_landing_right_btn {
    width: 100%;
    text-align: left;
    padding: 0;
}

.formation_etapes {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px !important;
}

.formation_etapes_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: 50px 0px;
    gap: 10px;
}

.formation_etapes_header_title {
    font-size: 36px;
    font-weight: 900;
    line-height: 50.83px;
}

.formation_etapes_header_paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
}

.formation_etapes_content {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.formation_etapes_content_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 100px;
}

.formation_etapes_content_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 100px;
    gap: 25px;
}

.formation_etapes_content_right_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 43.57px;


}

.timeline {
    border-left: 3px solid #1C2939;
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:after {
    background-color: #E7AC44;
    left: -45px;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    content: "";
}

.formation_etapes_content_div_link_container {
    display: flex;
    border-bottom: 3px solid black;
    align-items: center;
    padding: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.formation_etapes_content_div_link_container:hover {
    background-color: #E7AC44;
    transition: background-color 0.3s ease;
    /* Pour un effet de transition fluide */
}

.formation_etapes_content_div_link_container.active {
    background-color: #E7AC44;

}

.formation_etapes_btn {
    display: flex;
    text-align: center;
    padding: 50px 0px;
    gap: 25px;
    z-index: 2;
}

.nosCoachs_landing {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 75px;
}


.nosCoachs_circle {
    position: absolute;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 21.78px;
    padding: 0px 30px;

}

.nosCoachs_circle_grey {
    right: 0;
    background-color: #7D7D7D;
    color: white;
    z-index: 3;
}

.nosCoachs_circle_yellow {
    background-color: #E7AC44;
    color: #1C2939;
    right: 200px;
    z-index: 2;
}

.nosCoachs_circle_dark_blue {
    background-color: #1C2939;
    color: #E7AC44;
    right: 400px;
}

.nosCoachs_circle_percentage {
    font-size: 26px;
    font-weight: 900;
    line-height: 72.61px;
}


#nosCoachs_landing_video {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 75px !important;
}

#nosCoachs_landing_video iframe {
    min-width: 700px;
    min-height: 375px;
    border-radius: 10px;
}

#nosCoachs_puissance {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFF4D7;
    gap: 50px;
}

.nosCoachs_puissance_img {
    display: flex;
    width: 50%;
}

.nosCoachs_puissance_img img {
    width: 100%;
    border-radius: 10px;
}

.no_border_radius {
    border-radius: 0px !important;
}

.nosCoachs_puissance_img iframe {
    width: 100%;
    border-radius: 10px;
    min-height: 350px;
}

#nosCoachs_puissance .container {
    display: flex;
    width: 100%;
    padding: 50px 0px !important;
    gap: 100px;
    align-items: center;
}

.nosCoachs_puissance_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.nosCoachs_puissance_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    width: 100%;
}

.nosCoachs_ih {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 100px;
}

.nosCoachs_ih_reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 100px;
}

.nosCoachs_puissance_right_title {
    font-size: 32px;
    font-weight: 900;
    line-height: 50.83px;
}

.nosCoachs_puissance_right_paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
}

.nosCoachs_puissance_right_note {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
}

.nosCoachs {
    background-color: #FFFDF7;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px -5px 10px 0px #00000026;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nosCoachs .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 50px 0px !important;
}

.nosCoachs_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
}

.nosCoachs_carrousel {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.profile-card {
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center !important;
    margin: 20px auto !important;
}

.profile-card img {
    border-radius: 50%;
    max-width: 150px;
    height: auto;
    text-align: center !important;
    margin: auto !important;
}

.profile-card h2 {
    margin-top: 10px;
    font-size: 20px;
}

.profile-card p {
    margin-top: 10px;
    font-size: 16px;
}

.social-icons a,
.presentation-coach a {
    text-decoration: none;
}



.coach_profil_btn {
    background-color: #E7AC44 !important;
    padding: 5px 15px !important;
    border-radius: 30px !important;
}


.criteres_selection {
    background-color: #F7F9FB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.criteres_selection .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    padding: 50px 0px !important;
}

.nosCoachs_cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.nosCoachs_card_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
}

.nosCoachs_card_icon svg {
    width: 15%;
}

.desCoachs_supervises_btn {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    gap: 25px;
    width: 50%;
}

.desCoachs_supervises_img {
    position: relative;
    display: flex;
    width: 50%;
}

.desCoachs_supervises_img img {
    width: 100%;
    border-radius: 10px;
}

.nosCoachs_supervises_img_dark_blue_circle {
    position: absolute;
    top: 50px;
    left: -100px;
    height: 250px;
    width: 250px;
    background-color: #1C2939;
    border-radius: 50%;
    padding: 40px;
}

.nosCoachs_supervises_img_yellow_circle {
    position: absolute;
    top: 150px;
    left: 140px;
    height: 300px;
    width: 300px;
    background-color: #E7AC44;
    border-radius: 50%;
    opacity: 0.9;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.nosCoachs_supervises_img_dark_blue_circle_title {
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    color: #E7AC44;
}

.nosCoachs_supervises_img_dark_blue_circle_paragraph {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: white;
}

.nosCoachs_supervises_img_yellow_circle_title {
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    color: #1C2939;
}

.nosCoachs_supervises_img_yellow_circle_paragraph {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #1C2939;
}


.nosCoachs_deontologie {
    background-color: #FFF4D7;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

.nosCoachs_deontologie .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px !important;
    gap: 75px;
}

.nosCoachs_deontologie_txt_div {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.nosCoachs_deontologie_img {
    display: flex;
    width: 35%;
}

.nosCoachs_deontologie_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
}

.nosCoachs_deontologie_img img {
    width: 100%;
}

.deontologie_row {
    display: flex;

    align-items: center;
}

.deontologie_row_col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.deontologie_row_icon {
    width: 50px;
}

.deontologie_row_icon svg {
    width: 50px;
}


.nosCoachs_deontologie_txt_header {
    font-size: 32px;
    font-weight: 900;
    line-height: 50.83px;
    text-align: left;
}

.nosCoachs_deontologie_txt_paragraph {

    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;


}


.notreMethode_landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    position: relative;
}

.notreMethode_landing_top {
    display: flex;
    height: 50%;
    background-color: transparent;
    width: 100%;
}

.notreMethode_landing_bottom {
    display: flex;
    height: 50%;
    background-color: #FFF4D7;
    width: 100%;
}

.notreMethode_landing .container {
    position: absolute;
    top: 130px;
}

.notreMethode_landing_img {
    position: relative;
}

.notreMethode_landing_img img {
    width: 100%;
    border-radius: 10px;
}

.background_img_notre_methode {
    display: flex;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}


.notre_methode_comment_ca_marche {
    background-color: #FFF4D7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}

.notre_methode_comment_ca_marche_title {
    color: #1C2939;
    font-size: 32px;
    font-weight: 700;
}

.cnotre_methode_comment_ca_marche_subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #1C2939;
}


/* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #939597;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.notre_methode_timeline {
    position: relative;
    background-color: transparent;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

/* The circles on the timeline */
.notre_methode_timeline::after {
    content: attr(data-number);
    position: absolute;
    width: 50px;
    height: 50px;
    right: -24px;
    background-color: #E7AC44;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #1C2939;
}

/* Place the container to the left */
.left {
    padding: 0px 150px 0px 0px;
    left: 0;
}

/* Place the container to the right */
.right {
    padding: 0px 0px 0px 150px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: "---------------";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    color: #E7AC44;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: "---------------";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    color: #E7AC44;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -26px;
    font-size: 32px;
    color: #1C2939;
}

.nos_offres_supervision_mobile {
    padding: 0 !important;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .main-timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .notre_methode_timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .notre_methode_timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 18px;
    }

    .left::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}


.notre_methode_timeline_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notre_methode_timeline_title_txt_header {
    font-size: 16px;
    font-weight: 900;
    text-align: left;
}


.notre_methode_timeline_title_txt_sub {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}


.nousContacter_landing {
    display: flex;
    width: 100%;
    padding-top: 150px;
    padding-right: 0;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.nousContacter_landing_left {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.nousContacter_landing_right {
    display: flex;
    width: 50%;
}

.nousContacter_landing_right img {
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}



.nousContacter_circle {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 21.78px;
    padding: 0px 30px;
    top: 330px;
    right: 38vw;
}



.footer_v2 {
    background-color: #FFF4D7;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 0px;
    align-items: center;
}

.footer_v2_links {
    text-decoration: none;
    color: #1C2939;
    font-weight: 600;
    ;
}

.underline {
    text-decoration: underline;
}

.footer_v2_a_propos,
.footer_v2_notre_equipe,
.footer_v2_contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_v2_a_propos_top,
.footer_v2_notre_equipe_top,
.footer_v2_contact_top {
    font-size: 16px;
    font-weight: 300;
    color: #1C2939;
}

.footer_v2_a_propos_bottom,
.footer_v2_notre_equipe_bottom,
.footer_v2_contact_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;

}

.footer_v2_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.footer_v2_bottom_text {
    border-top: 1px solid #1C2939;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 0px;
}

/* Pour les petits écrans et au-delà */
@media (min-width: 576px) {
    .custom-padding {
        padding-left: calc((100% - 540px) / 2);

    }

    .normal-padding {
        padding-left: calc((100% - 540px) / 2);
        padding-right: calc((100% - 540px) / 2);
        /* 540px est la largeur du container sm */
    }
}

/* Pour les écrans moyens et au-delà */
@media (min-width: 768px) {
    .custom-padding {
        padding-left: calc((100% - 720px) / 2);

    }

    .normal-padding {
        padding-left: calc((100% - 720px) / 2);
        padding-right: calc((100% - 720px) / 2);
        /* 720px est la largeur du container md */
    }
}

/* Pour les écrans larges et au-delà */
@media (min-width: 992px) {
    .custom-padding {
        padding-left: calc((100% - 960px) / 2);

    }

    .normal-padding {
        padding-left: calc((100% - 960px) / 2);
        padding-right: calc((100% - 960px) / 2);
        /* 960px est la largeur du container lg */
    }
}

/* Pour les écrans extra-larges et au-delà */
@media (min-width: 1200px) {
    .custom-padding {
        padding-left: calc((100% - 1140px) / 2);

    }

    .normal-padding {
        padding-left: calc((100% - 1140px) / 2);
        padding-right: calc((100% - 1140px) / 2);
        /* 1140px est la largeur du container xl */
    }
}

/* Pour les écrans XXL et au-delà */
@media (min-width: 1400px) {
    .custom-padding {
        padding-left: calc((100% - 1320px) / 2);

    }

    .normal-padding {
        padding-left: calc((100% - 1320px) / 2);
        padding-right: calc((100% - 1320px) / 2);
        /* 1320px est la largeur du container xxl */
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #E7AC44;
    }

    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_skhills {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 100;
    padding: 10px;
    border-radius: 25px;
}

.floating_skhills_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: #FFFDF7;
    font-size: 19px !important;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    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: 360px;
    align-items: center;
    border: 2px #E7AC44 solid;

}

.floating-button_logo img {
    width: 100px;
}

.floating-button_txt {
    text-align: center;
    color: #1C2939;
}

.floating-button.visible {
    opacity: 1;
    transform: scale(1);
}

/* Animation du texte */
.floating_skhills_txt.show {
    opacity: 1;
    transform: translateY(0) scaleX(1);
}


.floating_skhills_close {
    position: absolute;
    top: -20px;
    right: 0px;
    background-color: transparent;
    color: grey;
    font-weight: bold;
    border: none;
    opacity: 0;
}

.floating_skhills_close.visible {
    opacity: 1 !important;
}

.skihlls_landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 75px;
    height: 90vh;
}

.icon {
    font-size: 60px;
    margin-bottom: 20px;
    animation: bounce 1s infinite alternate;
}

/* Animation pour faire disparaître le texte de droite à gauche avec transform */
@keyframes slideOutLeft {
    0% {
        transform: translateX(100%) scaleX(1);
        /* Position initiale à droite */
        opacity: 1;
    }

    100% {
        transform: translateX(-100%) scaleX(1);
        /* Déplacer à gauche */
        opacity: 0;
        /* Rendre transparent */
    }
}

/* Classe pour l'animation */
.floating_skhills_txt.hide {
    animation: slideOutLeft 1s forwards;
    /* Optionnel : vous pouvez ajouter un délai ou un contrôle supplémentaire ici */
    display: none;
}



.chat-container {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
}

.chat_contents {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.chat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 15px;
    /* border-bottom: 3px solid grey; */
    font-size: 18px;
    background-color: #E7AC44;
}

.avatar {
    font-size: 24px;
    background-color: #E7AC44;
    padding: 5px;
    border-radius: 50%;
    color: white;
}

.chat-title {
    font-size: 18px;
    color: #1C2939;
}

.chat-avatar img {
    width: 35px;
}

.chat-message-container {
    display: flex;
    gap: 10px;
    padding: 15px;
    overflow-y: visible;
    overflow-x: hidden;

}

.chat-message {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    margin-left: auto;

    overflow: hidden;
    /* Cache le texte excédentaire */
    animation: typing 5s steps(60) 1s forwards, blink 0.75s step-end infinite;
}

.bot-message {
    background-color: #1C2939;
    color: white;
}

.chat-btn {
    padding: 15px;
    text-align: right;
}

.btn_chat {
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;

}

.btn_chat a {
    text-decoration: none;
    color: white;
}

.bell-container {
    display: inline-block;
    animation: bounce 1s infinite;
}

/* --- Burger --- */
.burger-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #E7AC44;
}

/* 💻 Laptop First : styles par défaut (≥ 992px) */
@media (max-width: 991px) {

    /* Afficher le bouton burger */
    .burger-toggle {
        display: block;
    }

    /* Cacher le menu horizontal par défaut */
    .navbar_v2_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }

    /* Afficher menu vertical quand on ajoute la classe show */
    .navbar_v2_menu.show {
        display: flex;
    }

    .navbar_v2_menu ul {
        flex-direction: column;
        gap: 0;
    }

    .navbar_v2_menu ul li {
        margin-bottom: 1rem;
        position: static;
    }

    /* Sous-menus en accordéon (ou affichés au hover si tu préfères) */
    .navbar_v2_menu ul li ul {
        position: static;
        display: none;
        box-shadow: none;

        padding-left: 1rem;
    }

    /* Affiche le sous-menu au hover (pas parfait sur mobile, prévoir JS si besoin) */
    .navbar_v2_menu ul li:hover ul {
        display: block;
    }




}

/* 📱 Tablettes et plus petit (≤ 767.98px) - Affiche bouton burger */
@media (max-width: 767.98px) {
    a {
        text-decoration: none;
    }

    .landing_content_text_actions_buttons,
    .yellow_background_btn {
        color: #1C2939;
    }

    .navbar_v2 {
        padding: 1.5rem;
    }

    .landing_content {
        padding: 0 1.5rem;
    }

    .landing_content_text {
        width: 100%;
    }

    .landing_content_image {
        display: none;
    }

    .accompagnement_header_text p {
        font-size: 1.5rem;
    }

    .accompagnement_cards .row {
        display: flex;
        gap: 2rem;
    }

    .comment_ca_marche_content_text {
        width: 100%;
    }

    .comment_ca_marche_content_text_header {
        align-items: center;
    }

    .comment_ca_marche_content_img {
        display: none;
    }

    .comment_ca_marche_header_btn_commanditaire,
    .comment_ca_marche_header_btn_beneficiaire {

        border-radius: 50px;

    }

    .home_expertise_landing {
        display: flex;
        flex-wrap: wrap;
        /* ✅ Wrap automatique */
        gap: 50px;
        padding-top: 75px;
    }

    /* Par défaut, chaque bloc prend 50% */
    .home_expertise_landing_left,
    .home_expertise_landing_right {
        flex: 1 1 50%;
    }

    /* L'image prend 100% de sa largeur dispo */
    .home_expertise_landing_right img {
        width: 100%;
        border-radius: 10px;
        height: auto;
    }

    .footer_v2_logo {
        text-align: center;
        padding: 1rem;
    }

    .footer_v2_a_propos_top,
    .footer_v2_notre_equipe_top,
    .footer_v2_contact_top {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1rem 0;
    }


    .footer_v2_bottom_text {
        justify-content: center;
    }

    .footer_v2_bottom_mentions {
        display: none;
    }

    .nousContacter_circle {
        display: none;

    }

    .nousContacter_landing {
        flex-direction: column;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .nousContacter_landing_left {
        width: 100%;
    }

    .nousContacter_landing_right {
        display: none;
    }

    .accompagnement_perso_section_left {
        display: none;
    }

    .accompagnement_perso_section_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1;
        width: 100%;
    }

    .accompagnement_mobile {
        padding: 1.5rem;
    }

    .accompagnement_mobile_title,
    .accompagnement_mobile_paragraph {
        text-align: center !important;
    }

    .pourquoiNous_landing_header {
        width: 100%;
    }

    .pourquoiNous_header_title {
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
    }

    .nosCoachs_ih {
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 50px;
        gap: 100px;
    }

    .nosCoachs_puissance_img,
    .nosCoachs_puissance_right,
    .desCoachs_supervises_img {
        width: 100%;
    }

    .nosCoachs_puissance_right_title,
    .nosCoachs_card_icon {
        text-align: center;
    }

    .nosCoachs_cards {
        align-items: center;
    }

    .nosCoachs_ih_reverse {
        flex-direction: column;
        gap: 1rem;
    }

    .desCoachs_supervises_padding {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }




    .nosCoachs_puissance_right {
        width: 100%;
        align-items: center;
    }

    #plateforme_pionniere .container {

        justify-content: center;

        padding: 0;

    }

    .plateforme_pionniere_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .plateforme_pionniere_text_title {
        text-align: center;
    }

    .plateforme_pionniere_imgs {
        display: none;
    }

    .plateforme_pionniere_text_title,
    .pourquoiNous_intelligence_humaine_txt_title {
        text-align: center !important;
        font-size: 20px !important;
    }

    #pourquoiNous_intelligence_humaine {

        padding: 0;
    }

    .pourquoiNous_intelligence_humaine {

        padding: 0;

    }

    .methode_container {
        padding-top: 50px !important;
    }

    .pourquoiNous_header_title {
        text-align: left !important;
    }

    .pourquoiNous_cards_img_text {

        width: unset;
        padding: unset;
    }

    .left::before,
    .right::before {
        display: none;
    }

    .left::after,
    .right::after {
        left: 5px;
    }

    .nos_offres_landing {
        height: 20vh !important;
    }

    .gap_mobile {
        gap: 2rem;
    }

    .row_mobile {
        display: flex;
        justify-content: right;
        align-content: center;
        width: 100% !important;
        padding: 0 !important;

    }

    .nosOffres_round {
        padding: 0 !important;
        width: 15rem !important;
    }

    .row_mobile .col-sm-4 {
        display: flex;
        justify-content: center;
    }

    .support_icon_mobile {
        height: unset !important;
    }

    .nosOffres_round_icon {
        display: flex;
        align-items: center;
    }

    .supervision_landing_content_text {
        width: 100%;
    }

    .supervision_background_img {
        background: unset;
    }

    .supervision_landing_content_text_paragraph p {
        color: black;
    }

    .white_text_color {
        color: black !important;
    }

    .supervision_background_img {
        position: unset !important;
    }

    .nos_offres_supervision_mobile {
        min-height: unset !important;
        padding: unset !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
    }

    .nosOffres_supervision_div_link {
        color: black !important;
    }

    .supervision_landing_content_text_header {
        font-size: 36px;

        text-align: center;
    }

    .coaching_landing_left {
        width: 100%;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
    }

    .coaching_header_subtitle {
        line-height: unset !important;
    }

    .coaching_pecrentage {
        gap: unset !important;
        padding-top: unset !important;
        padding-right: unset !important;
        padding-left: unset !important;
    }

    .pourquoiNous_intelligence_humaine_percentage_card {

        align-items: center;
    }

    #sept_bonnes_raisons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .sept_bonnes_raisons_left {
        width: 100%;
        padding: unset;
    }

    .sept_bonnes_raisons_left img {

        height: unset;

    }


    .sept_bonnes_raisons_right {
        width: 100%;
        padding: unset;
    }

    .sept_bonnes_raisons_right_header {
        line-height: unset;
        text-align: center;
    }

    .notre_supervision_content {
        flex-direction: column;
        gap: unset;
    }

    .notre_supervision_content_left {
        width: 100%;

    }

    .notre_supervision_content_right {
        width: 100%;
    }

    .sept_bonnes_raisons_right_actions {

        flex-direction: column;

    }

    .padding_top_mobile {
        padding-top: 18rem !important;
    }

    .coaching_landing_left {
        width: 100%;
    }

    .coaching_header_title {
        text-align: center;
    }

    .margin_bottom_expertise_mobile {
        padding-bottom: unset !important;
        margin-bottom: 18rem;
    }

    .expertise_coaching,
    .expertise_coaching_2 {
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;

    }

    .expertise_coaching_txt,
    .expertise_coaching_txt_2 {
        width: 100%;
    }

    .coaching_header_subtitle,
    .coaching_header_subtitle_2 {
        text-align: center;
    }


}



/* 📱 Mobiles standards (≤ 575.98px) */
/* Ajuste marges, polices, boutons, logo... */
@media (max-width: 575.98px) {}

/* 📱 Très petits écrans (≤ 399.98px) */
/* Cacher certains éléments non essentiels, réduire encore les paddings */
@media (max-width: 399.98px) {}

@media (max-width: 361px) {

    .floating_skhills {
        max-width: 21rem;
    }
}