/* Style général */
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    scrollbar-width: none;
}

.navbar {
    position: absolute;
    top: 25%;
    left: 5%;
    transform: translateY(-50%);
    padding: 10px;
    z-index: 100;
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.navbar ul li {
    margin-bottom: 40px; 
}

.navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.accueil{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-overlay {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    display: block;
    right: 5%;
    top: 35%;
}

.accueil-section {
    position: relative;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
}

.accueil-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.logoaccueil{
    position: relative;
    display: flex;
    top: 4%;
    width: 5%;
    height: 19%;
    left: 9.6%;
}

.logoaccueil-coaching{
    position: relative;
    display: flex;
    top: 5%;
    width: 5%;
    height: 16%;
    left: 9%;
}

.logo {
    width: 1000px;
    margin-bottom: 60px;
}

.rectangleorange {
    width: 20%;
    height: 100%;
    left: 0;
    background-color: #d17057;
    position: absolute;
    display: flex;
}

.trianglehaut,
.trianglebas {
    opacity: 0; 
    transition: opacity 1s ease-out; 
}

.trianglehaut.animate-from-left {
    animation: slideInFromLeft 1.5s forwards ease-out; 
}

.trianglebas.animate-from-right {
    animation: slideInFromRight 1.5s forwards ease-out; 
}

/* Animation pour faire arriver le triangle haut depuis la gauche */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animation pour faire arriver le triangle bas depuis la droite */
@keyframes slideInFromRight {
    0% {
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* CSS existant pour le positionnement des triangles */
.trianglehaut {
    width: 0;
    height: 0;
    border-top: 900px solid #242424c4;
    border-right: 900px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.trianglebas {
    width: 0;
    height: 0;
    border-bottom: 900px solid #242424c4;
    border-left: 900px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cursor {
    display: inline-block;
    width: 2px;
    background-color: white;
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
}

/* Boutons d'appel à l'action */
.action-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 55%;
    width: 80%; 
    padding: 0 20px;
}

.action-buttons-coaching {
    position: relative;
    display: flex;
    left: 16.5%;
    top: 45%;
    width: 80%; 
    padding: 0 20px;
}

.btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 100px; 
}

.btn-left {
    background-image: url('images/butongauche.png'); 
    width: 400px;
    margin-left: 0; 
}

.btn-right {
    background-image: url('images/butondroit.png'); 
    width: 400px;
    margin-left: 40px;
}

.btn:hover {
    opacity: 0.8; 
}

.changing-text-h2{
    color: black
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 400;
    color: #d17057;
}

h3 {
    color: #fff;
}

p {
    color: #fff;
}

.content-sections {
    position: relative;
}

.orange-bar {
    background-color: #8B4133;
    height: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.orange2-bar{
    background-color: #d17057;
    height: 15px;
    width: 100%;
}

.orange2-bar1{
    background-color: #d17057;
    height: 15px;
    width: 100%;
}
.orange2-bar2{
    background-color: #d17057;
    height: 15px;
    width: 100%;
}

.orange3-bar {
    background-color: #000;
    height: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.scroll1 {
    z-index: 5;
    width: 4%;
    height: auto;
    position: absolute;
    animation: moveUpDown 2s ease-in-out infinite;
}

/* Keyframes pour l'animation de va-et-vient */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Ordinateurs portables */
@media (min-width: 1600px) and (max-width: 1950px) {

    .action-buttons {
        top: 35%;
        left: 50%;
    }

    .btn-left, .btn-right {
        width: 375px;
    }

    .btn {
        height: 75px;
    }



    .changing-text-h1 {
        font-size: 2.5rem;
    }
        
    .changing-text-h2 {
        font-size: 1.5rem;
    }

}

/* Ordinateurs portables */
@media (min-width: 700px) and (max-width: 1600px) {
    .navbar ul li a {
        font-size: 18px;
    }

    .trianglehaut {
        border-top: 500px solid #131313c4;
        border-right: 500px solid transparent;
    }

    .trianglebas {
        border-bottom: 500px solid #131313c4;
        border-left: 500px solid transparent;
    }

    .action-buttons {
        top: 40%;
        left: 50%;
    }
    
    .btn {
        height: 50px;
    }

    .btn-left, .btn-right {
        width: 350px;
    }
    
    .changing-text-h1 {
        font-size: 2rem;
    }
        
    .changing-text-h2 {
        font-size: 1rem;
    }
    
    .action-buttons-coaching {
        left: 13.5%;
    }
}

/* Section À propos de moi */
.about {
    display: flex; /* Utilise flexbox pour aligner les éléments en ligne (texte à gauche, image à droite) */
    align-items: center; /* Centre verticalement le contenu */
    justify-content: space-between; /* Espace entre le texte et l'image */
    padding: 0px 20px;
    background-color: #000000;
    color: #fff;
}

.about-text {
    display: flex;
    flex-direction: column;
    max-width: 60%;
}

.about h2 {
    margin-bottom: 16px;
    font-size: 3rem; 
    color: #fff;
    text-align: left;
    font-style: italic;
}

.about p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.6; 
}

.about img {
    max-width: 30%; 
    height: auto;
    border-radius: 10px; 
}

/* Conteneur du carrousel */
.carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('images/texture.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

/* Conteneur des slides */
.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

/* Boutons de navigation */
.carousel-button {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-button img {
    width: 50px;
    height: auto;
}

.carousel-button.left {
    left: 15px;
}

.carousel-button.right {
    right: 15px;
}

/* Conteneur du carrousel */
.carousel-track-container {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* Assure que les slides sont bien alignés verticalement */
}

/* Piste du carrousel */
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    margin: 10px;
    padding: 0;
}

/* Chaque diapositive */
.carousel-slide {
    min-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3); 
    box-sizing: border-box; 
    padding: 0px 10px 0px 10px;
}

.carousel-image-container {
    width: 100%;
    height: 600px; /* Hauteur fixe */
    max-height: none;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image ajustée */
.carousel-image-container img {
    width: 100%; /* L'image prend 100% de la largeur de son conteneur */
    height: 100%; /* Ajuste à la hauteur du conteneur */
    object-fit: cover; /* L'image est coupée si nécessaire pour couvrir toute la zone */
    border-radius: 10px;
}

/* Services Section */
.services {
    background-color: #000000; /* Couleur brique */
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}

/* Container for the service boxes */
.services-container {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;          
    gap: 20px;                
    padding: 20px;
    max-width: 100%;        
    margin: 0 auto;           
}

/* Service box style */
.service-box {
    position: relative;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    width: calc(20% - 20px);
    /* height: 250px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
}

/* Image inside service box */
.service-box .icon img {
    width: 100%;
    height: auto; 
    object-fit: cover; 
    border-radius: 10px;
}

/* Text centered over image */
.service-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 20px;
    border-radius: 5px;
    width: 80%;
}

/* Optional: If you want some fade-in effect on load */
.service-box {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
    display: flex;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1600px) and (max-width: 1950px) {
}

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

}

/* Avis Google */
.google-reviews-grid {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    padding: 40px 0px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(images/texture.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Définit 5 colonnes */
    gap: 20px; /* Espace entre les avis */
    justify-items: center;
    padding: 10px;
}

.grid-item {
    width: 100%;
    max-width: 250px; /* Ajuste la taille des avis */
    height: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    padding: 20px;
}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.grid-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.more-reviews {
    display: none;
}

.show-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #D9534F;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}

.show-more:hover {
    background-color: #C9302C;
}

/* Modal (lightbox) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    margin: auto;
    display: flex;
    top: 25%;
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Contact */
.contact{
    background-color: #000000;
    padding: 30px 0;
}

.container-contact {
    display: flex;
    justify-content: space-between;
    border: 10px solid rgb(209, 112, 87); /* Couleur brique dominante */
    max-width: 1200px;
    margin: auto;

}

.modalabout {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.modalabout-content {
    position: relative;
    margin: auto;
    display: flex;
    top: 25%;
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

.closeabout {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.contact-section {
    width: 40%; /* Largeur ajustée pour une meilleure proportion */
    padding: 20px;
    overflow: hidden;
    background-image: url(images/texture.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-right: 1px solid rgb(209, 112, 87); /* Couleur brique dominante */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.form-section {
    width: 70%; /* Largeur ajustée pour équilibrer avec la section contact */
    padding: 20px;
    background-image: url(images/texture.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.contact-section h2, .form-section h2 {
    color: rgb(209, 112, 87); /* Couleur brique dominante */
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.contact-section p, .form-section p {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: center; /* Centre les icônes horizontalement */
    gap: 15px; /* Espace entre les icônes */
    margin-top: 20px;

}

.social-icons a {
    color: rgb(255, 255, 255); /* Blanc */
    text-decoration: none;
    margin-right: 15px;
    font-size: 18px;
}

.social-icons a:hover {
    color: rgb(209, 112, 87); /* Couleur brique dominante */
}

.social-icons img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ajuste les images pour bien rentrer dans leur conteneur */
    filter: grayscale(100%); /* Applique un filtre noir et blanc */
    transition: transform 0.3s ease, filter 0.3s ease; /* Ajoute une transition pour le zoom et le filtre */
}

.social-icons img:hover {
    transform: scale(1.2); /* Agrandit l'icône au survol */
    filter: grayscale(0%); /* Retire le filtre noir et blanc pour afficher les couleurs */
}

.contactmail{
    text-decoration: none;
    color: #fff;
}

/* Formulaire */

.contactbody{
    background-color: #000;
}

.contactpage{
    background-color: #000000;
}

.navbar1contact{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.title-center {
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    font-size: 2.5rem;
    margin-top: 2%;
    margin-bottom: 2%; 
}

form input, form select, form button {
    width: 90%;
    padding: 12px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid rgb(209, 111, 89);
    font-size: 14px;
}

form input, form select {
    background-color: rgba(0, 0, 0, 0.3); /* Brun foncé */
    color: rgb(255, 255, 255); /* Blanc */
}

form button {
    background-color: rgb(209, 112, 87); /* Couleur brique dominante */
    color: rgb(255, 255, 255); /* Blanc */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid rgb(209, 111, 89); /* Couleur brique légèrement plus foncée */
}

form button:hover {
    background-color: rgb(209, 111, 89); /* Couleur brique légèrement plus foncée */
}

form textarea {
    width: 90%;
    height: 150px; /* Augmente la hauteur ici */
    padding: 12px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid rgb(209, 111, 89);
    font-size: 14px;
    background-color: rgb(139, 65, 51); /* Brun foncé */
    background-color: rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

textarea::placeholder {
    color: rgb(255, 255, 255); /* Blanc */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

textarea:focus {
    outline: none;
    border: 1px solid rgb(209, 112, 87); /* Couleur brique dominante */
}

input::placeholder, select {
    color: rgb(255, 255, 255); /* Blanc */
}

input:focus, select:focus, button:focus {
    outline: none;
    border: 1px solid rgb(209, 112, 87); /* Couleur brique dominante */
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.mention_cgu{
    text-decoration: none;
    color: #fff;
}
.navbar1 {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.navbar1 ul , .navbar1contact ul{
    display: flex;
    gap: 30px;
    padding: 15px;
}

.navbar1 ul li , .navbar1contact ul li {
    list-style-type: none;
}

.navbar1 ul li a , .navbar1contact ul li a{
    color: white;
    font-size: 1.2em;
    padding: 10px 15px;
    transition: background 0.3s;
    text-decoration: none;
}

.navbar1 ul li a:hover , .navbar1contact ul li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

/*----------------------------------------------------------------- about -----------------------------------------------*/
.about-page {
    background-color: black; 
    margin: 0; 
    font-family: 'Ubuntu', sans-serif;
}

/* Navbar Styling */
.navbar2 {
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.navbar2 ul {
    display: flex;
    gap: 30px;
    padding: 15px;
}

.navbar2 ul li {
    list-style-type: none;
}

.navbar2 ul li a {
    color: white;
    font-size: 1.2em;
    padding: 10px 15px;
    transition: background 0.3s;
    text-decoration: none;
}

.navbar2 ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

/* Conteneur principal */
.about-page-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Grille principale pour image et texte */
.about-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr; /* Image prend 1/3, texte prend 2/3 */
    gap: 20px;
    align-items: center;
}

/* Image principale à gauche */
.main-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
}

/* Texte à droite */
.about-page-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.about-page-text p {
    font-size: 20px;
    line-height: 1.6;
    color: white;
    margin-right: 5%;
}

/* Logos alignés en ligne */
.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 10%;
}

.logo-row img {
    width: 22%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo-row img:hover {
    transform: scale(1.1);
}

/* Modal pour l'image en grand */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Section vidéo limitée à une hauteur spécifique */
.video-section {
    position: relative;
    height: 95vh; /* Limite la hauteur à 60% de la hauteur de la fenêtre */
    display: flex;
    align-items: center; /* Aligne le contenu verticalement au centre */
    justify-content: center; /* Aligne le contenu horizontalement au centre */
    overflow: hidden;
    z-index: 1;
}

/* Vidéo de fond */
.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garde la vidéo centrée */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bandes-container {
    display: flex;
    flex-direction: column;
}

.bande {
    display: flex;
    align-items: center;
    width: 100%;
    height: 400px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(images/texture.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.bande img {
    width: 40%;
    height: auto;
    object-fit: cover;
    margin-right: 20px;
}

.bande .content {
    width: 60%;
    padding: 10px;
    text-align: left;
}

.bande h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #ff6347; /* Accent color for the title */
}

.bande .intro-text {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #f0f0f0;
}

.bande h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ff6347; /* Accent color for the subtitle */
}

.bande .benefits-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #dcdcdc;
}

.inversée {
    right: 1%; 
    background-color: #000;
    background-image: none;
}
.avisverif{
    color: #fff;
}
/* ------------------------------------------------------------------------
7) Grand Full HD / 27" : 1920px à 2559px
(27" souvent en 1920x1080, QHD 2560x1440, etc.)
------------------------------------------------------------------------ */
@media (max-width: 2700px) {
    .navbar {
        top: 20%;
    }
    .logoaccueil {
        top: 4%;
        width: 5%;
        height: 18%;
        left: 9.5%;
    }
    .action-buttons {
        top: 40%;
        left: 54%;
        width: 74%;
    }
    .action-buttons-coaching {
        left: 21%;
    }
}

@media (max-width: 2600px) {
    .action-buttons-coaching {
        left: 21.4%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2550px) {
    .action-buttons-coaching {
        left: 21%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2500px) {
    .action-buttons-coaching {
        left: 20.7%;
    }

    .logoaccueil {
        top: 4%;
        left: 10%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2450px) {
    .action-buttons-coaching {
        left: 20.3%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2400px) {
    .action-buttons-coaching {
        left: 19.9%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2350px) {
    .action-buttons-coaching {
        left: 19.5%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2300px) {
    .action-buttons-coaching {
        left: 19.2%;
    }
    .trianglehaut {
        border-top: 800px solid #242424c4;
        border-right: 800px solid transparent;
    }
    .trianglebas {
        border-bottom: 800px solid #242424c4;
        border-left: 800px solid transparent;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2250px) {
    .action-buttons-coaching {
        left: 18.7%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2200px) {
    .action-buttons {
        left: 51%;
    }

    .logoaccueil {
        height: 17%;
        left: 11%;
    }

    .action-buttons-coaching {
        left: 18.3%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2150px) {
    .action-buttons-coaching {
        left: 17.9%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2100px) {
    .action-buttons-coaching {
        left: 17.5%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2050px) {
    .action-buttons-coaching {
        left: 16.9%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2020px) {
    .action-buttons-coaching {
        left: 16.6%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 2000px) {
    .navbar {
        top: 23%;
    }

    .logoaccueil {
        height: 17%;
        left: 10.7%;
    }

    .action-buttons {
        top: 36%;
        left: 48%;
    }

    .action-buttons-coaching {
        left: 16.4%;
    }

    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 1950px) {
    .action-buttons-coaching {
        left: 17.2%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
    .service-text {
        font-size: 16px;
    }
}

@media (max-width: 1919px) {
    .navbar {
        top: 19%;
    }
    .logoaccueil {
        top: 6%;
        width: 5%;
        height: 19%;
        left: 8%;
    }
    .action-buttons {
        top: 38%;
        left: 48%;
    }
    .action-buttons-coaching {
        left: 16.6%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
}

@media (max-width: 1850px) {
    .action-buttons-coaching {
        left: 16.1%;
    }
    .logoaccueil-coaching {
        height: 19.5%;
    }
    .about p {
        font-size: 1.6rem;
    }
}

@media (max-width: 1800px) {
    .action-buttons-coaching {
        left: 15.5%;
    }
    .logoaccueil-coaching {
        height: 19%;
    }
    .logoaccueil {
        height: 18%;
    }
}

@media (max-width: 1750px) {
    .action-buttons-coaching {
        left: 14.8%;
    }
    .logoaccueil-coaching {
        height: 18.5%;
    }
    .logoaccueil {
        height: 17%;
    }
}

@media (max-width: 1700px) {
    .action-buttons-coaching {
        left: 14.3%;
    }
    .logoaccueil-coaching {
        height: 18%;
    }
    .about p {
        font-size: 1.4rem;
    }
    .action-buttons {
        top: 35%;
        left: 45%;
    }
    .navbar {
        top: 21%;
    }
    .trianglehaut {
        border-top: 700px solid #131313c4;
        border-right: 700px solid transparent;
    }

    .trianglebas {
        border-bottom: 700px solid #131313c4;
        border-left: 700px solid transparent;
    }
}

@media (max-width: 1650px) {
    .action-buttons-coaching {
        left: 13.5%;
    }
    .logoaccueil-coaching {
        height: 17.5%;
    }
}

@media (max-width: 1600px) {
    .action-buttons-coaching {
        left: 14.2%;
    }
    .logoaccueil-coaching {
        height: 17%;
    }
    .service-text {
        font-size: 12px;
    }
    .logoaccueil {
        height: 16%;
    }
}

@media (max-width: 1550px) {
    .action-buttons-coaching {
        left: 13.4%;
    }
    .logoaccueil-coaching {
        height: 16.5%;
    }
}

@media (max-width: 1525px) {
    .action-buttons-coaching {
        left: 13%;
    }
    .logoaccueil-coaching {
        height: 16%;
    }
    .carousel-container{
        padding: 75px;
    }
    .logoaccueil {
        height: 15.5%;
    }
}

@media (max-width: 1500px) {
    .action-buttons-coaching {
        left: 12.7%;
    }
    .logoaccueil-coaching {
        height: 16%;
    }
    .logoaccueil {
        height: 15%;
    }
    .about-page-text p {
        font-size: 16px;
    }
}

@media (max-width: 1475px) {
    .action-buttons-coaching {
        left: 12.25%;
    }
}

@media (max-width: 1450px) {
    .action-buttons-coaching {
        left: 11.85%;
    }
    .logoaccueil-coaching {
        height: 15.5%;
    }
    .logoaccueil {
        height: 14%;
    }
    .action-buttons {
        left: 43%;
    }
}

@media (max-width: 1400px) {
    .action-buttons-coaching {
        left: 10.9%;
    }
    .logoaccueil-coaching {
        height: 15%;
    }
}

@media (max-width: 1380px) {
    .action-buttons-coaching {
        left: 10.4%;
    }
}

@media (max-width: 1360px) {
    .action-buttons-coaching {
        left: 10.2%;
    }
}

@media (max-width: 1350px) {
    .action-buttons-coaching {
        left: 10%;
    }
    .logoaccueil-coaching {
        height: 14.5%;
    }
    .action-buttons {
        top: 38%;
        left: 38%;
    }
    .logoaccueil {
        height: 13%;
    }
}

@media (max-width: 1340px) {
    .action-buttons-coaching {
        left: 9.8%;
    }
    .about p {
        font-size: 1.2rem;
    }
}

@media (max-width: 1325px) {
    .action-buttons-coaching {
        left: 9.6%;
    }
}

@media (max-width: 1315px) {
    .action-buttons-coaching {
        left: 9.2%;
    }
}

@media (max-width: 1300px) {
    .action-buttons-coaching {
        left: 9%;
    }
    .logoaccueil-coaching {
        height: 14%;
    }
    .logoaccueil {
        height: 13%;
    }
    .trianglehaut {
        border-top: 600px solid #131313c4;
        border-right: 600px solid transparent;
    }

    .trianglebas {
        border-bottom: 600px solid #131313c4;
        border-left: 600px solid transparent;
    }
}

@media (max-width: 1280px) {
    .action-buttons-coaching {
        left: 8.85%;
    }
}

@media (max-width: 1265px) {
    .action-buttons-coaching {
        left: 8.4%;
    }
}

@media (max-width: 1250px) {
    .action-buttons-coaching {
        left: 8.1%;
    }
    .about p {
        font-size: 1rem;
    }
    .logo-row {
        gap: 75px;
        margin-top: 5%;
    }
    .about-page-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1235px) {
    .action-buttons-coaching {
        left: 7.5%;
    }
}

@media (max-width: 1215px) {
    .action-buttons-coaching{
        height: 7.15%;
    }
    .action-buttons {
        top: 40%;
        left: 35%;
    }
}

@media (max-width: 1200px) {
    .action-buttons-coaching {
        left: 6.8%;
    }
    .logoaccueil {
        height: 12.5%;
    }
}

@media (max-width: 1185px) {
    .action-buttons-coaching {
        left: 6.5%;
    }
}

@media (max-width: 1165px) {
    .action-buttons-coaching {
        left: 5.85%;
    }
    .btn-left, .btn-right {
        width: 300px;
    }
}

@media (max-width: 1150px) {
    .action-buttons-coaching {
        left: 5.6%;
    }
    .logoaccueil-coaching {
        height: 12.5%;
    }
    .logoaccueil {
        height: 12%;
    }
}

@media (max-width: 1135px) {
    .action-buttons-coaching {
        left: 5.15%;
    }
}

@media (max-width: 1115px) {
    .action-buttons-coaching {
        left: 4.49%;
    }
}

@media (max-width: 1100px) {
    .action-buttons-coaching {
        left: 4.05%;
    }
    .logoaccueil-coaching {
        height: 12%;
    }
}

@media (max-width: 1090px) {
    .action-buttons-coaching {
        left: 3.75%;
    }
}

@media (max-width: 1080px) {
    .action-buttons-coaching {
        left: 3.3%;
    }
    .about p {
        font-size: 0.9rem;
    }
    .about h2 {
        font-size: 2.5rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 1070px) {
    .action-buttons-coaching {
        left: 3%;
    }
    .trianglehaut {
        border-top: 500px solid #131313c4;
        border-right: 500px solid transparent;
    }

    .trianglebas {
        border-bottom: 500px solid #131313c4;
        border-left: 500px solid transparent;
    }
}

@media (max-width: 1060px) {
    .action-buttons-coaching {
        left: 2.7%;
    }
    .action-buttons {
        left: 34%;
    }
}

@media (max-width: 1050px) {
    .action-buttons-coaching {
        left: 2.1%;
    }
    .logoaccueil-coaching {
        height: 11.5%;
    }
    .about-page-text p {
        font-size: 14px;
    }
}

@media (max-width: 1040px) {
    .action-buttons-coaching {
        left: 1.9%;
    }
    .action-buttons {
        left: 33%;
    }
}

@media (max-width: 1030px) {
    .action-buttons-coaching {
        left: 1.7%;
    }
}

@media (max-width: 1020px) {
    .action-buttons-coaching {
        left: 1.4%;
    }
}

@media (max-width: 1010px) {
    .action-buttons-coaching {
        left: 1.2%;
    }
    .logoaccueil {
        height: 10.5%;
    }
    .action-buttons {
        left: 32%;
    }
}

@media (max-width: 1000px) {
    .action-buttons-coaching {
        left: 0.9%;
    }
    .logoaccueil-coaching {
        height: 11%;
    }
    .about-text {
        max-width: 100%;
    }
}

@media (max-width: 990px) {
    .action-buttons-coaching {
        left: 0.2%;
    }
    .action-buttons {
        left: 31%;
    }
}

@media (max-width: 980px) {
    .action-buttons-coaching {
        left: -0.5%;
    }
    .action-buttons {
        left: 30%;
    }
}

@media (max-width: 970px) {
    .action-buttons-coaching {
        left: -1.2%;
    }
}

@media (max-width: 960px) {
    .action-buttons-coaching {
        left: -1.9%;
    }
    .service-text {
        font-size: 10px;
    }
    .action-buttons {
        left: 29%;
    }
}

@media (max-width: 950px) {
    .action-buttons-coaching {
        left: -1.9%;
    }
    .logoaccueil-coaching {
        height: 10.5%;
    }
    .about-page .logo-row img {
        width: 15%;
    }
}

@media (max-width: 940px) {
    .action-buttons-coaching {
        left: -2%;
    }
    .action-buttons {
        left: 28%;
    }
}

@media (max-width: 930px) {
    .action-buttons-coaching {
        left: -2.1%;
    }
    .bande img {
        width: 30%;
    }
    .bande h2 {
        font-size: 1.4rem;
    }
    .bande h3 {
        font-size: 1rem;
    }
    .bande .intro-text {
        font-size: 1.0rem;
    }
    .bande .benefits-text {
        font-size: 0.9rem;
    }
    .action-buttons {
        left: 27%;
    }
}

@media (max-width: 920px) {
    .action-buttons-coaching {
        left: -2.3%;
    }
}

@media (max-width: 910px) {
    .action-buttons-coaching {
        left: -2.5%;
    }
    .logoaccueil {
        height: 10%;
    }
    .action-buttons {
        left: 25.5%;
    }
}

@media (max-width: 900px) {
    .action-buttons-coaching {
        left: -2.7%;
    }
    .logoaccueil-coaching {
        height: 10%;
    }
    .navbar2 ul li a {
        font-size: 0.8em;
    }
    .about-page-text p {
        font-size: 12px;
        line-height: 1.4;
    }
    .about-grid-container {
        gap: 0px;
    }
    .logo-row{
        margin: 5%;
    }
}

@media (max-width: 890px) {
    .action-buttons-coaching {
        left: -2.2%;
    }
}

@media (max-width: 880px) {
    .action-buttons-coaching {
        left: -2.5%;
    }
    .action-buttons {
        left: 24.5%;
    }
}

@media (max-width: 870px) {
    .action-buttons-coaching {
        left: -2.6%;
    }
    .trianglehaut {
        border-top: 450px solid #131313c4;
        border-right: 450px solid transparent;
    }

    .trianglebas {
        border-bottom: 450px solid #131313c4;
        border-left: 450px solid transparent;
    }
    .action-buttons {
        left: 26.5%;
    }
    .btn-left, .btn-right {
        width: 275px;
    }
    .about p {
        max-width: 100%;
    }
}

@media (max-width: 860px) {
    .action-buttons-coaching {
        left: -2.4%;
    }
}

@media (max-width: 850px) {
    .action-buttons-coaching {
        left: -2.5%;
    }
    .logoaccueil-coaching {
        height: 9.5%;
    }
    .action-buttons {
        left: 25%;
    }
    .btn-left, .btn-right {
        width: 250px;
    }
    .about p {
        font-size: 0.8rem;
    }
    .about h2 {
        font-size: 2rem;
        margin-bottom: 12px;
    }
}

@media (max-width: 810px) {
    .logoaccueil {
        height: 9.5%;
    }
}

@media (max-width: 800px) {
    .action-buttons-coaching {
        left: -2.3%;
    }
    .logoaccueil-coaching {
        height: 9%;
    }
    .service-text {
        font-size: 9px;
    }
    .action-buttons {
        left: 23%;
    }
}

@media (max-width: 775px) {
    .logoaccueil {
        height: 9%;
    }
    .about p {
        font-size: 0.7rem;
    }
    .about h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 760px) {
    .trianglehaut {
        border-top: 400px solid #131313c4;
        border-right: 400px solid transparent;
    }
    
    .trianglebas {
        border-bottom: 400px solid #131313c4;
        border-left: 400px solid transparent;
    }
    .action-buttons {
        left: 26%;
    }
    .btn-left, .btn-right {
        width: 200px;
    }
}

@media (max-width: 750px) {
    .action-buttons-coaching {
        left: -2.5%;
    }
    .logoaccueil-coaching {
        height: 8.5%;
    }
    .carousel-slide {
        min-width: 100%;   /* La slide prend toute la largeur */
        flex: 0 0 100%;    /* Ajustement pour occuper 100% du track */
        padding: 0 10px;   /* Tu peux réduire si besoin sur mobile */
    }
    .carousel-button.left {
        left: 0px;
    }
    .carousel-button.right {
        right: 0px;
    }
      /* Optionnel : réduire la hauteur fixe si besoin sur mobile */
    .carousel-image-container {
        height: 235px;   /* Par exemple, moins haut que 600px */
    }
    .carousel-container {
        padding: 15px;
    }
    .action-buttons {
        left: 23.5%;
    }
    .logo-row{
        gap: 50px
    }
}

@media (max-width: 700px) {
    .action-buttons-coaching {
        left: -2.8%;
    }
    .logoaccueil-coaching {
        height: 8%;
    }
    .service-text {
        font-size: 8px;
    }
    .content-overlay {
        display: none;
    }
    .logoaccueil {
        left: -3%;
    }
    .action-buttons{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        top: 43%;
        left: 38%;
        transform: translate(-50%, 0);
    }
    .navbar ul li a {
        font-size: 18px;
    }
}

@media (max-width: 690px) {
    .logoaccueil {
        height: 8.5%;
        left: 0%;
    }
}

@media (max-width: 675px) {
    .bande img {
        width: 30%;
    }
    .bande h2 {
        font-size: 1.2rem;
    }
    .bande h3 {
        font-size: 0.8rem;
    }
    .bande .intro-text {
        font-size: 0.8rem;
    }
    .bande .benefits-text {
        font-size: 0.8rem;
    }
    .accueil-section {
        height: 75vh;
    }
    .navbar ul li {
        margin-bottom: 25px;
    }
    .navbar ul li a {
        font-size: 17px;
    }
    .navbar {
        top: 16%;
    }
}

@media (max-width: 660px) {
    .trianglehaut {
        border-top: 350px solid #131313c4;
        border-right: 350px solid transparent;
    }
    
    .trianglebas {
        border-bottom: 350px solid #131313c4;
        border-left: 350px solid transparent;
    }
}

@media (max-width: 650px) {
    .action-buttons-coaching {
        left: -2.5%;
        top: 43%
    }
    .logoaccueil-coaching {
        height: 7.5%;
    }
    .services-container{
        display: none;
    }
    .services{
        padding: 20px;
        display: none;
    }
    .navbar1 ul li a{
        font-size: 1em;
    }
    .navbar2 ul li a{
        font-size: 1em;
    }
    .contact-section p{
        font-size: 16px;
    }
    .about p {
        font-size: 0.6rem;
    }
    .about h2 {
        font-size: 1rem;
        margin-bottom: 0px;
    }
    .orange2-bar1{
        display: none;
    }
    .orange2-bar2{
        display: none;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1rem;
    }
    .accueilverifp{
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .action-buttons-coaching {
        left: -2.3%;
    }
    .logoaccueil-coaching {
        height: 7%;
    }
    .navbar1 ul li a{
        font-size: 0.9em;
    }
    .contact-section p, .form-section p{
        font-size: 14px;
        overflow-wrap: break-word;
        white-space: normal;
    }
    .logoaccueil {
        height: 8%;
        left: 0%;
    }
}

@media (max-width: 575px) {
    .navbar2 ul li a{
        font-size: 1em;
        padding: 0;
    }
    .contact-section p{
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .trianglehaut {
        border-top: 300px solid #131313c4;
        border-right: 300px solid transparent;
    }
    
    .trianglebas {
        border-bottom: 300px solid #131313c4;
        border-left: 300px solid transparent;
    }
}

@media (max-width: 550px) {
    .action-buttons-coaching {
        left: -2.7%;
    }
    .logoaccueil-coaching {
        height: 6.5%;
    }
    .navbar1 ul li a{
        font-size: 0.75em;
    }
    .social-icons{
        gap: 0px;
    }
    .logoaccueil {
        height: 8%;
        left: 1%;
    }
    .navbar ul li a {
        font-size: 15px;
    }
    .navbar ul li {
        margin-bottom: 20px;
    }
    .navbar {
        top: 12%;
    }
}

@media (max-width: 500px) {
    .action-buttons-coaching {
        left: -3%;
    }
    .logoaccueil-coaching {
        height: 6%;
    }
    .navbar1 ul li a{
        font-size: 0.65em;
        padding: 0;
    }
    .logoaccueil {
        height: 8%;
        left: 0%;
    }
}

@media (max-width: 475px) {
    .action-buttons-coaching {
        left: -2.5%;
    }
    .logoaccueil-coaching {
        height: 5.5%;
    }
    .contact-section p{
        font-size: 12px;
    }
    .social-icons{
        display: none;
    }
}

@media (max-width: 460px) {
    .bande img {
        display: none;
    }
    .bande .content {
        width: 85%;
    }  
    .navbar2 ul li a{
        font-size: 0.65em;
    }
    .trianglehaut {
        border-top: 250px solid #131313c4;
        border-right: 250px solid transparent;
    }
    
    .trianglebas {
        border-bottom: 250px solid #131313c4;
        border-left: 250px solid transparent;
    }
    .navbar ul li a {
        font-size: 13px;
    }
    .navbar ul li {
        margin-bottom: 17px;
    }
    .navbar {
        top: 12%;
    }
}

@media (max-width: 450px) {
    .action-buttons-coaching {
        left: -2.3%;
    }
    .logoaccueil-coaching {
        height: 5%;
    }
    .btn{
        font-size: 11px;
    }
    .video-section {
        background: black;
        background-image:url(images/accueil1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .video-background video {
        display: none;
    }
    .logoaccueil {
        left: -2%;
        height: 7%;
    }
}

@media (max-width: 425px) {
    .action-buttons-coaching {
        left: -2.6%;
    }
    .logoaccueil-coaching {
        height: 5%;
    }
}

@media (max-width: 400px) {
    .action-buttons-coaching {
        left: -2.7%;
    }
    .logoaccueil-coaching {
        height: 4.5%;
    }
    .avisverif{
        font-size: 12px;
    }
    .logoaccueil {
        height: 7%;
    }
}

@media (max-width: 385px) {
    .logoaccueil {
        height: 6%;
        left: -1%;
    }
    .action-buttons {
        left: 40%;
    }
}

@media (max-width: 380px) {
    .action-buttons-coaching {
        left: -2.3%;
    }
    .logoaccueil-coaching {
        height: 4%;
    }
}

@media (max-width: 360px) {
    .action-buttons-coaching {
        left: -2.6%;
    }
    .logoaccueil-coaching {
        height: 3.5%;
    }
    .trianglehaut {
        border-top: 200px solid #131313c4;
        border-right: 200px solid transparent;
    }
    
    .trianglebas {
        border-bottom: 200px solid #131313c4;
        border-left: 200px solid transparent;
    }
    .navbar ul li a {
        font-size: 12px;
    }
    .navbar ul li {
        margin-bottom: 9px;
    }
    .navbar {
        top: 8%;
    }
}

@media (max-width: 350px) {
    .logoaccueil {
        height: 4.5%;
    }
    .navbar {
        top: 9%;
    }
}

@media (max-width: 340px) {
    .navbar2 ul li a{
        font-size: 0.45em;
    }
    .logoaccueil {
        height: 5.5%;
        left: 2%;
    }
    .navbar {
        top: 8.5%;
    }
}

@media (max-width: 315px) {
    .logoaccueil {
        height: 4.20%;
    }
}

