
    /* Définition de la variable CSS pour le numéro de version */
    :root {
        --css-version: 220520231359;
      }
      
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

/* GENERAL */
body
{
    font-family: 'Lato',sans-serif
}
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}
h3{
    color: #444;
}
img{
    max-width: 100%;
    height: auto;
}
section{
    padding: 20px 0 20px 0;
}
section .heading{
    text-align: center;
    padding-bottom: 40px;
}
section .heading h2{
    text-align: center;
    padding-bottom: 40px;
}
.divider{
    width: 100px;
    height: 2px;
    background-color: rgb(172, 189, 199);
    margin: 0 auto 20px;
}
.divider .white{
    background-color: white;
}
ul{
    list-style: None;
    margin: 0;
}
/*NAVBAR*/
.navbar{
    background-color: rgb(172, 189, 199);
    letter-spacing: 2px;
    text-transform: uppercase ;
    font-weight: bold;
    border-bottom: 1px solid white;
}
.navbar-nav{
    margin: 0 auto;
    text-align: center;
}
.nav-link.active,
.nav-link:hover{
    background-color: white;
    color: rgb(172, 189, 199) !important;
}

.nav-link{
    color: white !important;
}
/* ABOUT */
#about{
    background-color: rgb(172, 189, 199);
}
.profile-picture{
    text-align: center;
    margin: 0px auto 30px;
}
#about .heading h1{
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.button1{
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 18px 50px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover{
    color: rgb(172, 189, 199);
}
/*CAROUSEL*/
#carousel .heading h2{
    color :#555;
}
#myCarousel .carousel-item {
    padding: 30px 30px 150px;
}
#myCarousel .carousel-item img {
    margin: auto;
    margin-bottom: 70px;
    height: 300px;
    width: auto;
}

#carousel h3{
    margin-top: 5px;
    font-size: 25px !important;
    color:  #444;
}
#carousel h4{
    margin-top: 5px;
    font-size: 20px !important;
    color:  #555;
}
#carousel .zoom-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajoute une transition fluide pour l'échelle et l'ombre */
}

#carousel .zoom-img:hover {
  transform: scale(1.1); /* Agrandit l'image de 10% lors du survol */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ajoute une ombre de 10px avec une transparence de 50% */
}
/*BIO*/
#Bio{
    background-color: rgb(172, 189, 199);
}
#Bio .heading h2{
    color: white;
}
a{
    color :#666;
}
.timeline{
    position: relative;
}
#Bio p{
    text-align: justify;
    text-justify: inter-word;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after{
    content: " ";
    display: table;
}
.timeline > li:after{
    clear: both;
}
.timeline-panel-container{
    width: 70%;
    float: left;
}
.timeline-panel-container-inverted{
    width: 50%;
    float: right;
}
.timeline-panel{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background: #fff;
}
.timeline-panel-container-inverted .timeline-panel{
    float: left;
    margin-left: 40px;
}
.timeline-panel-container-inverted .timeline-panel:after{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-heading h3{
    margin-top: 5px;
    font-size: 20px;
}
.timeline-heading h4{
    margin-top: 5px;
    font-size: 20px;
    color:  #555;
}

/*DemoDoublage*/
#DemoDoublage{
    background-color:rgb(172, 189, 199);
}
#DemoDoublage .heading h2{
    color: white;
}
#DemoDoublage img{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#DemoDoublage .container2 {
    position: relative;
    display: inline-block;
}

#DemoDoublage .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    text-align: center;
    transition: opacity 0.5s ease-in-out;
    opacity: .8;
}

#DemoDoublage .container2:hover .text {
    opacity:0;
}
#DemoDoublage .container2:hover img {
    filter: none;
    -webkit-filter: none;
}
#DemoDoublage .col-md-4{
    margin-bottom: 20px;
}
#headerPopup{
    width:75%;
    margin:0 auto;
}  
#headerPopup iframe{
    width:100%;
    margin:0 auto;
}/*
#DemoDoublage .col-md-3{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}*/
#DemoDoublage .btn{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
#DemoDoublage .btn .play{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 25px #fff;
    transition: 0.5s;
}
#DemoDoublage .btn.active .play{
    box-shadow: 0 0 0 15vh #444;

}
#DemoDoublage .btn .play::before{
    content: '';
    border: 25% solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px solid transparent;
    transform: translateX(5px);
}
/*ExtraitsVideo*/
#ExtraitsVideo{
    background-color:rgb(172, 189, 199);
}
#ExtraitsVideo .heading h2{
    color: white;
}
#ExtraitsVideo img{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#ExtraitsVideo .container2 {
    position: relative;
    display: inline-block;
}

#ExtraitsVideo .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    text-align: center;
    transition: opacity 0.5s ease-in-out;
    opacity: .8;
}

#ExtraitsVideo .container2:hover .text {
    opacity:0;
}
#ExtraitsVideo .container2:hover img {
    filter: none;
    -webkit-filter: none;
}
#ExtraitsVideo .col-md-4{
    margin-bottom: 20px;
}
#headerPopup{
    width:75%;
    margin:0 auto;
}  
#headerPopup iframe{
    width:100%;
    margin:0 auto;
}

  /*VIDEO PAGE*/
#video_page {
    height: 80vh;
}
#video_page .btn{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 80vh;
}
#video_page .btn .play{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 25px #fff;
    transition: 0.5s;
}
#video_page .btn.active .play{
    box-shadow: 0 0 0 15vh #444;

}
#video_page .btn .play::before{
    content: '';
    border: 25% solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0px solid transparent;
    transform: translateX(5px);
}
.clip{
    position: center;
       display: flex;
       width: 100%;
       height: 100%;
       justify-content: center;
       align-items: center;
       margin-left: auto;
       margin-right: auto;
    }

.clip video{
   
    position: relative;
    width: 100%;
    max-width: 800px; /* Largeur maximale pour l'ordinateur */
   outline: none;
   border: 10px solid #fff;
   border-radius: 10px;
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25) ;
   display: flex;
   align-items: center;
   justify-content: center;
}

#video_page @media(max-width: 991px)
{
    .clip video{
        max-width: 400px; /* Largeur maximale pour le téléphone */
    }
}
#video_page .clip .close{
    
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
#video_page
{
    background-color:rgb(172, 189, 199) !important;
}
/*GALLERY*/

#gallery .heading h2{
    color :#555;
}

#gallery img {
	box-sizing: border-box;
    background-color:rgb(172, 189, 199);
	border-radius: 5px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    text-align: center;
}
#gallery ul , li{
	list-style: none;
	padding: 0;
	margin: 10px;
}
#gallery .grid-wrap{
	position: relative;
	margin: 0;
	padding: 10px;
}
#gallery .grid-wrap ul{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(100px,auto));
	grid-auto-flow: dense;
	grid-gap: 2px;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
#gallery .grid-wrap ul li{
	position: relative;
}
#gallery .grid-wrap ul li:nth-child{
	grid-row: span 2;
	grid-column: span 2;}


#gallery .zoom-img {
    transition: transform 0.3s ease; /* Ajoute une transition fluide pour l'échelle*/
    cursor: pointer;
  }
  
#gallery .zoom-img:hover {
    transform: scale(1.1); /* Agrandit l'image de 10% lors du survol */
  }

  /* Styles pour la fenêtre modale */
 #modal {
    display: none; /* Caché par défaut */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
  }
  
      
.close {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 10px; /* Ajustez la valeur selon la position verticale souhaitée */
    right: 30px; /* Ajustez la valeur selon la position horizontale souhaitée */
    z-index: 1; /* Assurez-vous que la croix se superpose à l'image */
    cursor: pointer;
  }
  #gallery #modal #modal-content {
    max-height: 90vh;
    max-width: 90vh;
  }
/*FOOTER*/
footer{
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #444 ;
    padding: 20px 0 40px ;
    text-align: center ;
}
footer span{
    color: rgb(172, 189, 199) ;
    font-size: 30px ;
    line-height: 35px ;
}
footer span:hover{
    color: rgb(172, 189, 199) ;
    font-size: 33px ;
}
footer h5{
    color: white ;
    font-size: normal ;
}

/*Banniere*/
/* Conteneur de la bannière */
 #vidmodal {
    display: none; /* Caché par défaut */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
  }

.banner-container {
    position: fixed;
    top: 20;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
    overflow: hidden; /* Masque le contenu dépassant du conteneur */
    z-index: 9999; /* Valeur élevée pour mettre la bannière au premier plan */ 
    }

  /* Contenu de la bannière */
  .banner-content {
    display: flex; /* Permet aux éléments d'être alignés horizontalement */
    animation: scroll-banner 20s linear infinite; /* Animation de défilement */ 
    cursor: pointer;
  }

  /* Éléments de la bannière (ajoutez plus d'éléments au besoin) */
  .banner-item {
    flex: 0 0 auto; /* Empêche les éléments de redimensionner */
    margin-right: 20px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Ombre avec décalage horizontal, décalage vertical, flou et couleur */
  }

  
    /* Style du texte */
    .banner-item .zoom-text {
        font-size: 15 px;
        transition: transform 0.3s; /* Animation de transition pour une transformation en douceur */
      }
  
      /* Style du texte au survol */
      .banner-item .zoom-text:hover {
        transform: scale(1.2); /* Agrandissement du texte lors du survol */
      }

  /* Animation de défilement */
  @keyframes scroll-banner {
    0% {
      transform: translateX(70%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

.banner-container video{
    position: center;
    width: 100%;
    height: 100%; 
   outline: none;}

.banner-container .close{
    
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    }