body {  
    font-family: 'Poppins', sans-serif; /* Change la police par défaut du corps */ 
    overflow-x: hidden;  
}
h1{
    font-weight: bolder;
    line-height: 2;

}
h2{

    font-weight: bolder;
    line-height: 1.6;

    
}

header{
    background-color: black;
}
section{
    max-height: 1000px;
}
.sect3{
    position: relative;
    height: 600px;
    padding-top: 7%;
    padding-bottom: 7%;
}
.nav-link{
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.navbar-nav{
    position: relative;
    left: 40%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    
}
.navbar-brand{
    height: 65px;
    
}

.logo{
    position:absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
#btnContact{
    background-color: rgb(255, 0, 0);
    
}
#btnLogin{
    color: #000;
}
.btn{
    font-weight: bold;
    color:white;
}
.video-container {  
    position: relative;  
    overflow: hidden;  
    padding-top: 56.25%;
   /* position: absolute;
    max-height: 600px; 
    height: 100%; 
    width: 100%;  
    max-width: auto;  Ajustez la largeur selon vos besoins  
    overflow: hidden;*/  
  }  
  .video-container video { 
    position: absolute; 
    top: 0px;
    left: 0px;
    width: 100%;  
    height: 100%;  
}  
.parallax {  
    background-image: url('../media/IMG-20240814-WA0004.jpg');  
    min-height: 20vh; /* Hauteur minimum */  
    background-attachment: fixed;  
    background-position: 50% 0;  
    background-repeat: no-repeat;  
    background-size: cover;  
  }
  .parallax1 {  
    background-image: url('../media/IMG-20240814-WA0004.jpg');  
    min-height: 60vh; /* Hauteur minimum */  
    background-attachment: fixed;  
    background-position: 50% 0;  
    background-repeat: no-repeat;  
    background-size: cover;  
    
  }
 .carousel-item img{
    height: 350px;
    background-attachment: fixed;  
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: cover; 
 }
  .overlay {  
    position: absolute; 
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    color: white;  
    font-weight: bold;
    text-align: center;  
    padding: 10px;  
    background-color: rgba(0, 0, 0, 0); /* Arrière-plan semi-transparent */  
    border-radius: 5px; /* Coins arrondis */  
    width: 100%;
}  
.overlay1 {  
    position: absolute;  
    top: 25%;  
    left: 10%;  
    transform: translate(-50%, -50%);  
    color: white;  
    font-weight: 500;
    text-align: center;  
    padding: 10px;  
    background-color: rgba(0, 0, 0, 0); /* Arrière-plan semi-transparent */  
    border-radius: 5px; /* Coins arrondis */  
    width: 100%;
}  

#btnVideo{
    /*width: 200px;
    height: 50px;*/
    background-color: rgb(255, 0, 0);
    font-weight: bold;
    color:white;
}
.sect2{
    padding-top: 7%;
    padding-bottom: 7%;

}
.img1{
    padding: 3%;
    border-radius: 5px;
}
.content-text{
    position: relative;
    top: 25%;
    left: 5%;
    width: 550px;
    height: 200px;
    border: 0.5px solid rgba(255, 255, 255, 0.25); 
    border-radius: 5px;
    padding: 3%;
}
.modal-backdrop {  
    background-color: transparent;  
}  

.modal {  
    background-color: rgba(255, 255, 255, 0.8); /* Ajustez l'opacité selon vos besoins */  
}

.img2{
    position: relative;
    width: 400px;
    height: 450px;
    left: 20%;
   
}
.card-body {
    height: 150px; /* Hauteur fixe du card-body */
    overflow-y: auto; /* Permet de défiler si le contenu dépasse */
}

/* Assurer que la carte prend la hauteur nécessaire */
.card {
    height: 350px; /* Hauteur totale de la carte */
}
.content-image{
    padding-top: 3%;
}
#mdp{
    color: rgba(253, 63, 63, 0.986);
    text-decoration: none;
}
#mdp:hover{
    color: rgb(255, 0, 0);
}
 
footer a{
    color: rgba(253, 63, 63, 0.986);
    text-decoration: none;
}
footer a:hover{
    color: rgb(255, 0, 0);
}
#modal-body-image{
    border: none; 
}
.highlight {
    background-color: yellow;
    font-weight: bold;
}
 /* Style du bouton pour ouvrir le modal */
 #openModalBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Style du modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal {  
    display: none;  
    position: fixed;  
    z-index: 1;  
    left: 0;  
    top: 0;  
    width: 100%;  
    height: 100%;  
    overflow: auto;  
    background-color: rgba(0,0,0,0.8);  
}  
.carousel {  
    position: relative;  
    max-width: 600px;  
    margin: auto;  
}  
.slides img {  
    width: 100%;  
    display: none;  
}
@media(max-width: 1300px){
    .navbar-nav{
        position: relative;
        left: 25%;
        font-weight: bold;
        color: rgb(255, 255, 255);
        
    }
    .overlay1 {  
        position: absolute;  
        top: 40%;  
        left: 10%;  
        transform: translate(-50%, -50%);  
        color: white;  
        font-weight: 500;
        text-align: center;  
        padding: 10px;  
        background-color: rgba(0, 0, 0, 0); /* Arrière-plan semi-transparent */  
        border-radius: 5px; /* Coins arrondis */  
        width: 100%;
    }  
    
}
@media(max-width: 1080px){
    .navbar-nav{
        position: relative;
        left: 20%;
        font-weight: bold;
        color: rgb(255, 255, 255);
        
    }
    
}


@media(max-width: 990px){
    .navbar-nav{
        position: relative;
        left: 40%;
        padding-bottom: 10px;
    }
    
    .menu-right{
        position: relative;
        top: 40%;
        left: 16%;
    }

    .col1{
        width: auto;
        padding-bottom: 10%;
    }
    .col2{
        width: auto;
        padding-top: 30%;
    }
    .content-text{
        position: absolute;
        top: 25%;
        left: 15%;
        right: 15%;
        width: auto;
        height: auto;
        border: 0.5px solid rgba(255, 255, 255, 0.25); 
        border-radius: 5px;
    
    }
}
@media (max-width: 900px) { 
    
    .video-container {  
        position: relative;  
        overflow: hidden;  
        padding-top: 56.25%;
      }   
      .video-container video {  
        width: 100%;  
        height: 100%;   
    }  
    .overlay {  
        position: absolute;  
        top: 50%;  
        left: 50%;  
        transform: translate(-50%, -50%);  
        color: white;  
        font-weight: bold;
        text-align: center;  
        padding: 10px;  
        background-color: rgba(0, 0, 0, 0); /* Arrière-plan semi-transparent */  
        border-radius: 5px; /* Coins arrondis */  
        width: 100%;
       
    }  
}
@media(max-width: 775px){
    .col2{
        width: auto;
        padding-top: 30%;
    }
    .img2{
        position: relative;
        top: 55%;
    }
}
@media(max-width: 767.98px){
    section, .parallax, .row, .hr, .blockquote {
        height: auto !important;
    }
    .col2{
        width: auto;
        padding-top: 40%;
    }
    .img2{
        position: relative;
        top: 55%;
    }
}

@media(max-width: 617px){
    .col2{
        width: auto;
        padding-top: 45%;
    }
    .img2{
        position: relative;
        top: 55%;
    }
}

@media(max-width: 55Opx){
    .navbar-brand{
        height: 45px;
     } 
     .col1{
        width: auto;
        padding-bottom: 20%;
    }
    .col2{
        width: auto;
        padding-top: 45%;
    }
}

@media(max-width: 528px){
    .col2{
        width: auto;
        padding-top: 45%;
    }
    .img2{
        position: relative;
        top: 55%;
    }
}

@media (max-width: 400px) { 
    .navbar-brand{
        height: 35px;
     }
    .logo{
        position:absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
    .col1{
        width: auto;
        padding-bottom: 20%;
    }
    .content-text{
        position: absolute;
        top: 20%;
        left: 5%;
        right: 5%;
        width: auto;
        height: auto;
        border: 0.5px solid rgba(255, 255, 255, 0.25); 
        border-radius: 5px;
    
    }
    .video-container {  
        position: relative;  
        overflow: hidden;  
        padding-top: 56.25%; 
      }  
      .video-container video {  
        width: 100%;  
        height: 100%;  
    }  
    .overlay {  
        position: absolute;  
        top: 50%;  
        left: 50%;  
        transform: translate(-50%, -50%);  
        color: white;  
        font-weight: bold;
        text-align: center;  
        padding: 10px;  
        background-color: rgba(0, 0, 0, 0); /* Arrière-plan semi-transparent */  
        border-radius: 5px; /* Coins arrondis */  
        width: 100%;
        
    }  
} 








