@font-face {
    font-family: 'GlacialIndifference';
    src: url('GlacialIndifference-Regular.otf') format('opentype');
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

#overlay img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

#overlay div {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
}

#overlay div h3 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    font-style: italic;
    text-align: center;
    color: white;
    line-height: 1.8;
    margin: 0;
}

#div_menu_id {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#div_menu_id a {
    padding: 8px 8px 8px 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'GlacialIndifference', sans-serif;
    color: white;
    display: block;
    transition: 0.3s;
}

#div_menu_id a:hover {
    color: #88a8ff;
}

#div_menu_tools_id {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
    z-index: 1000;
}

.h1_menu_1 {
    display: inline;
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 3vw, 30px);
    margin: 0;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 0;
}

.h1_menu_2 {
    display: inline;
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 2.8vw, 30px);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.h1_menu_3 {
    display: inline;
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 6vw, 40px);
    margin: 0;
    margin-top: 4px;
    margin-bottom: 5px;
    padding: 0;
}

.h1_menu_3 span {
    font-size: clamp(20px, 7vw, 40px);
    cursor: pointer;
    line-height: 1.3;
    vertical-align: middle;
}

.div_tel {
    border: 2px solid black;
    background-color: #e7e7e7;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: black;
    color: black;
}

.div_tel h3,
.div_tel a {
    text-decoration: none;
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(12px, 3vw, 20px);
    margin: 0 auto;
    padding: 0;
}

#img_phone_bandeau {
    width: 50px;
    height: 50px;
    filter: invert(1);
}

#img_logo {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-radius: 50%;
}

#img_menu {
    width: 50px;
    height: 50px;
    filter: invert(1);
}


#liste_ul_c,
#liste_ul_p {
    display: none;
    margin: 0;
    padding: 0;
}

#liste_tbl_c a,
#liste_tbl_p a {
    margin: 0;
    padding: 0;
}

#liste_ul_c a,
#liste_ul_p a {
    margin: 4px 0px 4px 19px;
    padding: 4px 0px 4px 19px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'GlacialIndifference', sans-serif;
    color: white;
    display: block;
    transition: 0.3s;   
}

.div_chat_box {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
}

.div_chat_box p,
.div_chat_box input,
.div_chat_box textarea {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(12px, 1.8vw, 18px);
    margin: 20px;
    line-height: 1;
    width: 220px;
}

.div_chat_box p {
    color: white;
}

.div_chat_box input,
.div_chat_box textarea {
    margin-top: 0;
}

.div_chat_box textarea {
    height: 100px;
    resize: none;
}

.div_chat_box a {
    text-decoration: none;
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1;
    border: 2px solid black;
    background-color: #e7e7e7;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    padding: 32px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-color: black;
    color: black;
    text-align: center;
}

.div_chat_box a:hover {
    color: #88a8ff;
}

#div_chat {
    position: fixed;
    bottom: 0;
    right: 3px;
    z-index: 1000;
    width: 100px;
}

#div_chat img {
    width: 100%;
    height: 100%;
}

.placeholder-rouge::placeholder {
    color: red;
}

html, body {
    background-color: #365b6d;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    width: 100vw;

}

#section_acceuil {
    background-color: #365b6d;
    margin: 0;
    padding: 0;
    color: white;
}

#section_coach_pro,
#section_prestations,
#section_qui_suis_je,
#section_temoignages {
    background-color: #365b6d;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
}

#section_coach_perso {
    background-color: #ffffff;
    margin: 0;
    /* margin-top: 25px; */
    margin-bottom: 25px;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

#section_apporche,
#section_accompagnement,
#section_contact {
    background-color: #ffffff;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.div_contact,
.div_presentation,
.div_coach_perso,
.div_coach_pro,
.div_approche,
.div_accompagnement,
.div_qui_suis_je {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.div_contact {
    align-items: center;
}

#div_puces {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.div_prestations_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.div_prestations_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

#div_txt001,
#div_txt002,
#div_txt003,
#div_txt004,
#div_txt005,
#div_txt006,
#div_txt007,
#div_txt008,
#div_txt009 {
    margin: 0;
    margin-right: 3%;
    margin-left: 3%;
    width: 94%;
    padding-top: 0;
    padding-bottom: 0;
}

.p_messagerie {
    font-family: 'GlacialIndifference', sans-serif;
    font-style: italic;
    font-size: clamp(12px, 1.5vw, 16px);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
}

#div_img001,
#div_img003,
#div_img002,
#div_img004 {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

#img_img001,
#img_img002,
#img_img003,
#img_img004 {
    width: 100%;
    object-fit: cover;
    transition: transform 3s ease;
    margin: 0;
    padding: 0;
}

#img_img001 { transition: transform 6s ease; }

#div_img003 div,
#div_img004 div {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

#div_img002 div {
    position: absolute;
    top: 25%;
    left: 10%;
    transform: translate(-5%, 0);
}

#div_img001 div {
    position: absolute;
    bottom: 5%;
    left: 5%;
    transform: translate(-5%, 0);
}

#div_img003 div h3 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    text-align: center;
    color: black;
    line-height: 1.8;
    margin: 0;
}

#h3_img004_1 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    text-align: center;
    color: black;
    line-height: 1.8;
    margin: 0;
}

#h3_img002_1 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    text-align: center;
    color: white;
    line-height: 1.4;
    margin: 0;
    text-shadow: 
            2px 2px 0 rgba(0, 0, 0, 0.5),
            -2px 2px 0 rgba(0, 0, 0, 0.5),
            2px -2px 0 rgba(0, 0, 0, 0.5),
            -2px -2px 0 rgba(0, 0, 0, 0.5);
}

#h3_img002_2,
#h3_img004_2 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(11px, 2vw, 16px);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin: 0;
    text-shadow: 
            2px 2px 0 rgba(0, 0, 0, 0.5),
            -2px 2px 0 rgba(0, 0, 0, 0.5),
            2px -2px 0 rgba(0, 0, 0, 0.5),
            -2px -2px 0 rgba(0, 0, 0, 0.5);
}

#h3_img004_2 {
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 
            2px 2px 0 rgba(255, 255, 255, 0.5),
            -2px 2px 0 rgba(255, 255, 255, 0.5),
            2px -2px 0 rgba(255, 255, 255, 0.5),
            -2px -2px 0 rgba(255, 255, 255, 0.5);
}

#div_img001 div h3 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(6px, 1vw, 10px);
    text-align: left;
    line-height: 1.8;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.7),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
}

h1 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(18px, 4vw, 30px);
}

h2 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.5);
    text-align: left;
    font-style: italic;
}

h3 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    text-align: left;
    line-height: 1.8;
    margin: 0;
}

p {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    text-align: justify;
    line-height: 1.8;
}

#div_sous_approche_1,
#div_sous_approche_2 {
    border: 1px solid black;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div_approche ul {
    margin: 0;
    padding-left: 25px;
}

.div_approche h3 {
    font-size: clamp(14px, 1.6vw, 16px);
    font-family: 'GlacialIndifference', sans-serif;
    margin: 0;
}

.div_approche p {
    font-size: clamp(14px, 1.6vw, 16px);
    margin: 0;
    margin-left: 15px;
    margin-right: 20px;
    font-family: 'GlacialIndifference', sans-serif;
}

.div_approche li {
    margin: 0;
    margin-left: 10px;
    font-size: clamp(14px, 1.6vw, 16px);
}

.div_prestations ul {
    margin: 0;
    padding-left: 50px;
}

.div_prestations h3 {
    color: white;
    margin: 10px;
    font-weight: bold;
    font-size: clamp(18px, 2.6vw, 26px);
    text-shadow: 1px 0 0 black,
        -1px 0 0 black,
        0 1px 0 black,
        0 -1px 0 black;
}

.div_prestations h4 {
    border: 1px solid black;
    border-radius: 25px;
    background-color: white;
    font-size: clamp(16px, 1.6vw, 16px);
    color: black;
    text-shadow: none;
    margin: 0 auto;
    width: max-content;
    padding: 15px 30px 15px 30px;
    margin-bottom: 25px;
    cursor: pointer;
}

.div_prestations p {
    color: white;
    margin: 0;
    margin-right: 40px;
    font-size: clamp(14px, 1.6vw, 16px);
    text-shadow: 1px 0 0 black,
        -1px 0 0 black,
        0 1px 0 black,
        0 -1px 0 black;
    line-height: 1.3;
}

.div_prestations li {
    color: white;
    margin: 0;
    margin-left: 10px;
    font-size: clamp(14px, 1.6vw, 16px);
    text-shadow: 1px 0 0 black,
        -1px 0 0 black,
        0 1px 0 black,
        0 -1px 0 black;
    }

#div_sous_prestations_11,
#div_sous_prestations_12,
#div_sous_prestations_13,
#div_sous_prestations_21,
#div_sous_prestations_22 {
    border: 1px solid black;
    background-color: #365b6d;
    margin: 0 auto;
    opacity: 0.80;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#p_comment001 {
    text-align: left;
    margin: 0;
    line-height: 1.2;
    font-size: clamp(12px, 1.8vw, 20px);
}

#p_comment002 {
    text-align: left;
    margin: 0;
    line-height: 1.2;
    font-size: clamp(12px, 1.8vw, 20px);
}

#div_puces ul,
#div_puces li,
#div_puces p {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#div_puces p span {
    opacity: 0;
    display: inline-block;
    transform: translateX(50px);
    white-space: pre;
    font-weight: bold;
    animation: afficherLettre 0.2s forwards;
}

.div_contact_items {
    display: flex;
}

.div_contact_items div {
    border: 2px solid black;
    background-color: #e7e7e7;
    border-radius: 100px;
    width: 250px;
    height: max-content;
    padding: 0;
    border-color: black;
    overflow: hidden;
}

.div_contact_items h3 {
    background-color: #365b6d;
    font-size: clamp(14px, 2vw, 20px);
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1.8;
}

.div_contact_items a {
    text-decoration: none;
    font-family: 'GlacialIndifference', sans-serif;
    color: white;
    background-color: #365b6d;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1.8;
}

#div_contact_txt {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
}

#img_logo_2 {
    border-radius: 50%;
}

#div_temoignages div h3 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(16px, 3vw, 25px);
    /* text-align: center; */
    color: white;
    margin: 0 auto;
}

#div_temoignages div h4 {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(18px, 4vw, 40px);
    text-align: center;
    color: gold;
    margin: 0 auto;
}

#div_temoignages div p {
    font-family: 'GlacialIndifference', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    text-align: center;
    color: white;
    margin: 0 auto;
}

#div_slider_temoignages {
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_mentions {
    margin: 0;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
    padding: 0;
    color: white;
}

.section_mentions h1 {
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    margin-top: 80px;
}

.section_mentions h2 {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    line-height: 1;
    text-shadow: none;
    font-size: clamp(14px, 2vw, 20px);
    text-align: justify;
    margin: 0 auto;
    margin-top: 20px;
}

.section_mentions p {
    line-height: 1;
    font-size: clamp(12px, 1.6vw, 16px);
    text-align: justify;
    margin: 0 auto;
    margin-top: 10px;
}

.cercle-plein, .cercle-vide {
    display: inline-block;
    border-radius: 50%;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

.cercle-plein {
    background-color: black;
    width: 11px;
    height: 11px;
}

.cercle-vide {
    border: 2px solid black;
    width: 8px;
    height: 8px;
}

.carousel-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.carousel {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.cartouche {
    display: inline-block;
    padding: 10px 20px; /* Ajustez les valeurs selon vos besoins */
    border: 2px solid #000; /* Couleur et épaisseur de la bordure */
    border-radius: 30px; /* Arrondir les coins */
    background-color: #fff; /* Couleur de fond */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre pour un effet 3D */
    text-align: center; /* Centre le texte */
}
  
.cartouche-text {
    font-family: 'Arial', sans-serif; /* Police de caractères */
    font-size: 18px; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    color: #000; /* Couleur du texte */
    margin: 0 auto;
}

@keyframes afficherLettre {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes swing_left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes swing_right {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}
