.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    
}
.footer_container{
    background-color: rgb(0, 0, 0);
    height: 50px;
    /*height: 400px;
    border: 2px solid lightblue;*/
    color:#ddd;
}

.hero {
    background: url('img/hero-bg.jpg') no-repeat center center/cover;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    
}



body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    background:  rgb(0, 0, 0);
    text-align: center;
    overflow-x: hidden;
}
.navbar {
    background: rgba(0, 0, 0, 0.1) !important; /* Fond semi-transparent */
    backdrop-filter: blur(10px); /* Effet de flou */
    -webkit-backdrop-filter: blur(10px); /* Compatibilité Safari */
    transition: background 0.3s ease-in-out;
}



/* Sections avec fond blanc */
.section {
    position: relative;
    z-index: 1;
    /*background-color: white;*/
    min-height: 100vh;
    padding: 50px;
    text-align: center;
}
.spacer {
    height: 100vh; /* Correspond à la hauteur de la vidéo */
}

/* Ajout d'une légère opacité pour un effet plus fluide */
#about {
    /*background: rgba(255, 255, 255, 0.9);*/
    backdrop-filter: blur(5px);
}
/*.section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0rem;
    opacity: 0;
    transform: translateY(50px);
}*/
#about {
    background: linear-gradient(to bottom, #000000,rgba(0, 0, 0, 0.9));

    
    font-size: 3rem;
    font-weight: bold;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    flex: 1;
    overflow-x: hidden; /* Empêche les débordements horizontaux */

}

video {
    display: block;
    margin: 20px auto;
    width: 70%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(196, 161, 115, 0.3);
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*margin-top:-3%;
    margin-bottom:50px;*/
}


.content {
    position:relative;
    z-index:1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: white;
    
    font-size: 2rem;

    /*padding: 10px;*/
    padding-top:0;
    


}



#about h1 {
    width: 80%;
    max-width: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 4rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c4a173; /* Accent */
}
#about p {
    width: 80%;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
}



#about1 {
    /*background: linear-gradient(to bottom, #29231b,#000000);*/
    
    font-size: 3rem;
    font-weight: bold;
    align-items: center; /* Centre le contenu */

    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding: 20px; /* Ajoute un peu d'espace */
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position:relative;

 
    
}

#about1 h1 {
    width: 80%;
    max-width: 1000px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 4rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    color: #c4a173; /* Accent */
}
#about1 p {
    width: 80%;
    max-width: 800px;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;

}

#about1 h3 {
    color: rgb(196, 161, 115); /* Accent */
}

.row {
    padding: 10px; /* Ajoute un peu d'espace */
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centre les éléments */
    align-items: center;
    /*padding: 80px 0;*/
    max-width: 80%;
    width: 70%;
    margin: 0 auto;  /*S'assurer que tout est bien centré*/
    /*margin-top:20px;
    padding-bottom: 2px;*/
}





/* Style des blocs */
.about-box {
    background: rgba(0, 0, 0, 0.80);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    flex: 1;
    min-height: 250px;
    
    /* Centrage du contenu */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* Équilibre au-dessus et en dessous */
    align-items: center;
    box-sizing: border-box; /* Assure que padding ne l'agrandit pas */

}

/* Effet au survol */
.about-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2);
}

/* Style des listes */
.about-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

/* Éléments de la liste */
.about-box li {
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
    color: #ddd; /* pour un bon contraste sur fond sombre */
    font-family: 'Oswald', sans-serif;
}

/* Ajout des puces stylisées */
.about-box li::before {
    content: "•";
    color: rgb(196, 161, 115);
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(196, 161, 115); 
}

/* Cacher la section par défaut */
#about2 {
    display: none;
    opacity: 0;
    visibility:hidden;
    transition: opacity 0.5s ease-in-out;  
    position: relative;
}

#about2 h2 { 
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 2.5rem; /* Correction : suppression du doublon */
    
    color: #c4a173; /* Accent */
    margin-top: 20px; /* Correction : bonne syntaxe */
    padding-top: 10px;
    text-transform: uppercase;
}






#about2 p {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
    /*text-align:center;*/
    /*text-align:right;*/
    
}

/* Une fois visible */
#about2.show {
    display: block;
    opacity: 1;
    visibility:visible;
    /*background: linear-gradient(to bottom,#000000, #29231b);*/
}



.two-columns-r {
    display: flex;
    justify-content: flex-end; /* Pousse le texte vers la droite */
    align-items: center; /* Centre verticalement */
    height: 90%; /* Pleine hauteur de l'écran */
    /*padding: 0 10%; /* Marge intérieure pour éviter que le texte colle aux bords */
    padding-right: 5%; /* Ajuste l'espace à gauche */
    /*border: 1px solid red;*/
}


#about2 .two-columns-r::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: rgb(196, 161, 115); /* Couleur demandée */
    border-radius: 50%;
    position: absolute;
    left: 50%; 
    top: 0;
    transform: translate(-50%, 150%); /* Déplace l'élément de 50% de sa propre hauteur vers le haut */
    z-index: -1; /* Devant la ligne */

}

#about2 .two-columns-l::before {
    content: "";
    width: 30px; /* Taille ajustée pour correspondre à la ligne */
    height: 30px;
    background-color: #c4a173; /* Couleur dorée */
    border-radius: 50%;
    position: absolute;
    left: 50%; /* Centre sur la ligne */
    top: 0;
    transform: translate(-50%, 150%); /* Centre horizontalement et ajuste verticalement */
    z-index: -1; /* Devant la ligne */
}


.right-column {
    width: 45%; /* Prend seulement la moitié droite de l'écran */
    background-color: rgba(0, 0, 0, 0.80); /* Légère couleur de fond */
    padding: 10px; /* Espace intérieur */
    border-radius: 10px; /* Coins arrondis pour un meilleur rendu */
    text-align: justify; /* Alignement du texte */
}

.two-columns-l {
    display: flex;
    justify-content: flex-start; /* Pousse le texte vers la gauche */
    align-items: center; /* Centre verticalement */
    height: 90%; /* Pleine hauteur de l'écran */
    /*padding: 0 10%; /* Marge intérieure pour ne pas coller aux bords */
    padding-left: 5%; /* Ajuste l'espace à gauche */
    /*border: 1px solid red;*/
}

.left-column {
    width: 45%; /* Prend seulement la moitié gauche de l'écran */
    background-color: rgba(0, 0, 0, 0.80); /* Légère couleur de fond */
    padding: 10px; /* Espace intérieur */
    border-radius: 10px; /* Coins arrondis */
    text-align: justify; /* Alignement du texte */
    
}


/* Effet au survol */
.right-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2);
}


/* Effet au survol */
.left-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2);
}


#about2 li{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;

}

/* Ligne centrale qui traverse la page */
/*#about2 .center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color:#c4a173; /* Couleur de la ligne 
    transform: translateX(-50%);
    z-index: 0; /* devant le contenu 
}*/



/* Ligne centrale */
.center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: rgba(255, 255, 255, 0.3); /* Couleur de la ligne */
    transform: translateX(-50%);
    z-index: 2;
}

/* Points */
.circle {
    width: 15px;
    height: 15px;
    background-color: rgb(196, 161, 115); /* Couleur des points */
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timeline-dot {
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}






/* Cacher la section par défaut */
#about3 {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;  
}

#about3 h2 {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 4rem;
    font-size: 2.5rem;
    
    /*letter-spacing: 2px;*/
    color: #c4a173; /* Accent */
    position: relative;
}


#about3 p {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
    text-align:center;
    
}

/* Une fois visible */
#about3.show {
    display: block;
    opacity: 1;
    background: linear-gradient(to bottom,#000000, #29231b);
  
    
}
/* Style du bouton */
#showMoreBtn {
    background-color: rgb(196, 161, 115);
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.1s;
    margin-top:100px;
    margin-bottom:50px;
}

#showMoreBtn:hover {
    background-color: rgba(196, 161, 115, 0.733);
}


/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}
#transitionCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* Pour ne pas gêner les interactions */
    z-index: 9999; /* S'assurer que ça passe au-dessus de tout */
}



/* Animation douce pour attirer l'attention */
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

.section1 {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*text-align: center;*/
    font-size: 0rem;
    opacity: 0;
    /*transform: translateY(50px);*/
    padding-bottom:50px;

}

.espace {
    height: 5px; /* ou plus */
    background-color: #000000;
    /*z-index:2;*/
    width: 100%;
}





#demoreel1 h1 {
    /*padding-top:25px;*/
    z-index:2;
    width: 80%;
    max-width: 1000px;
    font-weight: 600;
    letter-spacing: 2px;
    /*margin-bottom: 10px;*/
    /*font-size: 2rem;*/
    /*font-size: 2.5rem;*/
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    color: #c4a173; /* Accent */
    
}
#demoreel1 p {
    width: 80%;
    max-width: 800px;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
    

}





.section2 {
    
    width: 80%;
    /*margin: 50px auto;*/
    /*padding: 50px;*/
    /*background: #1e1e1e;*/
    border-radius: 10px;
    /*opacity: 0;*/
    transform: translateX(-50vw);
    transition: opacity 1s ease-out, transform 1s ease-out;
    /*margin-bottom: 100px;*/
    
}


.section2.visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-left {
    transform: translateX(-50vw);
}

.animate-right {
    transform: translateX(50vw);
}


#demoreel-etalo h1 {
    /*padding-top:75px;*/
    width: 80%;
    max-width: 1000px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    /*font-size: 4rem;
    font-size: 2.5rem;*/
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    color: #c4a173; /* Accent */
}
#demoreel-etalo p {
    width: 80%;
    max-width: 800px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #c4a173;

}





#demoreel-4K h1 {
    /*padding-top:75px;*/
    width: 80%;
    max-width: 1000px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    /*font-size: 4rem;
    font-size: 2.5rem;*/
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    color: #c4a173; /* Accent */
}
#demoreel-4K p {
    width: 80%;
    max-width: 800px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #c4a173;

}


#contact-section {
    background-color: #121212;
    padding: 100px 20px;
    color: white;
}

.contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(30, 30, 30, 0.9);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
}

/* Titres */
#contact-section h2 {
    font-size: 2.5rem;
    color: #c4a173;
}

/* Champs de formulaire */
#contactForm .form-label {
    color: #ccc;
    font-weight: 300;
}

#contactForm .form-control {
    background-color: #1e1e1e;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 15px;
    font-size: 1rem;
    box-shadow: inset 0 0 0 1px #444;
    transition: 0.3s ease;
}

#contactForm .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px #c4a173;
    background-color: #2a2a2a;
}

/* Bouton */
#contactForm .btn-primary {
    background-color: #c4a173;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    border-radius: 10px;
    color: #121212;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(196, 161, 115, 0.4);
    transition: background 0.3s ease, transform 0.2s;
}

#contactForm .btn-primary:hover {
    background-color: #e5c09a;
    transform: translateY(-2px);
}


.category {
    margin-bottom: 10px;
    width: 80%;
    max-width: 100%;
    padding-top:50px;
}

.category-title {
    background-color: #c4a173;
    color: #000000;;
    border: none;
    padding: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    text-align: left;

    font-weight: 600;
    letter-spacing: 2px;

    font-size: 4rem;
    font-size: 2.5rem;
    text-align:center;
    border-radius: 10px;
    
}
.category-title:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2);
}
.category-content:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 15px #c4a173;
}

.category-content {
    display: none; /* Caché par défaut */
    padding: 10px;
    background-color: #29231b;
    color: white;
    border-radius: 10px;
}


.video-banner {
    padding-top:-10px;
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}
.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 105% 48%;
}


.video-container1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    
}

.video-container1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*margin-top:-3%;*/
    /*margin-bottom:20%;*/
    /*margin-bottom:50px;*/
}



#demoreel1  {
    /*background: linear-gradient(to bottom, #ffffff,rgba(255, 255, 255, 0.9));*/
    

    width: 100%;
    max-width: 100%;

    font-size: 3rem;
    font-weight: bold;

    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    flex: 1;
    overflow-x: hidden; /* Empêche les débordements horizontaux */

}

#demoreel2 {
    padding-top : 100px;
    width: 80%;
    max-width: 80%;
    /*padding-bottom: 10px;*/
    /*width: 60%;
    height: 60%;*/
    
    
    
}





#demoreel-etalo  {
    /*background: linear-gradient(to bottom, #ffffff,rgba(255, 255, 255, 0.9));*/

    width: 100%;
    max-width: 100%;

    font-size: 3rem;
    font-weight: bold;

    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    flex: 1;
    overflow-x: hidden; /* Empêche les débordements horizontaux */

}

#demoreel-4K {
    /*background: linear-gradient(to bottom, #ffffff,rgba(255, 255, 255, 0.9));*/

    width: 100%;
    max-width: 100%;

    font-size: 3rem;
    font-weight: bold;

    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    flex: 1;
    overflow-x: hidden; /* Empêche les débordements horizontaux */

}

#confirmationMessage {
    color: black; /* force le texte à être en noir */
}


@media screen and (max-width: 1024px) {
  .two-columns-l, .two-columns-r {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .left-column, .right-column {
    width: 90%;
    margin-bottom: 20px;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
  }

  video {
    width: 100% !important;
  }

  .section2 {
    width: 95%;
  }

  #demoreel2 {
    width: 95%;
    padding-top: 50px;
  }

  .about-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .row {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: 1.6rem !important;
  }

  p, li {
    font-size: 1rem !important;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }

  .video-container video {
    object-fit: cover;
  }

  #showMoreBtn {
    font-size: 14px;
    padding: 8px 12px;
  }

  .content {
    padding: 10px;
  }

  .navbar-nav {
    text-align: center;
  }

  .dropdown-menu {
    text-align: center;
  }
}
