body, html {
    margin: 0;
    font-family: degular,sans-serif;
    width: 100vw;
    scroll-behavior: smooth;
    transition: background-color 1s ease;
    height: auto;
    overflow: auto;
    /* overflow-x: hidden; */
}
main{
    scroll-snap-type: y mandatory;
    overflow: hidden;
}
.main_title_services{
  padding-top: 150px; 
  /* background-color: white;  */
  padding-left: 2.5vw; 
  padding-right: 2.5vw;
}
ul{
  margin: 0;
}
h1{
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 8rem;
  }

  h3{
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 6.5rem;
    font-size: 5vw !important;
    text-transform: uppercase;
    font-family: "Roboto Mono", serif;
}
:root {
    --cards: 4;
    --cardHeight: 50vh;
    --cardTopPadding: 15vh;
    --cardMargin: 15vh;
}

#my-text{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 9rem;
}
#my-text2{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 9rem;
}



/* panel styles */
#panel {
  /* min height incase content is higher than window height */
  /* min-height: 100vh; */
  /* display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif; */
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #1E1E1E;
}





h4{
  padding-left: 2.5vw;
}
p{
    margin: 0;
}
.card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* max-width: 50%; */
}
h2{
    margin: 0;
    font-family: degular,sans-serif;
    font-size: 4rem;
    color: #1E1E1E;
}

.img_detail1{
    height: 100%;
    width: 80%;
    background-image: url(/asset/img/11m2/11m2.1.jpg);
    background-position: center;
    background-size: cover;
}
.img_detail2{
    height: 100%;
    width: 80%;
    background-image: url(/asset/img/11m2/11m2.1.jpg);
    background-position: center;
    background-size: cover;
}
.img_detail3{
    max-height: 100%;
    max-width: 80%;
    background-image: url(/asset/img/11m2/11m2.1.jpg);
    background-position: center;
    background-size: cover;
}
.img_detail4{
    height: 100%;
    width: 80%;
    background-image: url(/asset/img/11m2/11m2.1.jpg);
    background-position: center;
    background-size: cover;
}
.tags {
    margin: 0;
    font-size: 0.8rem;
    margin-right: 12px;
    padding: 4px 16px 4px 16px;
    border-radius: 50px;
    border: #1E1E1E 1px solid;
}
.tags2 {
  margin: 0;
  font-size: 0.8rem;
  margin-right: 12px;
  padding: 4px 16px 4px 16px;
  border-radius: 50px;
  border: white 1px solid;
}
.footer{
    height: 350px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 48px;
}
.footer_left{
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  width: 50%; 
  display: flex; 
  flex-direction: column;
}
.footer_right{
  display: flex; 
  flex-direction: column;
  align-items: end;
  width: auto;
}
.main_title{
  color: black;
}
.main_section{
  height: 100vh;
  display: flex;
  background-color: white;
}
.main_section_phone{
  height: auto;        /* ne pas mettre height: 100vh ici */
  width: 100vw;
  display: flex;
  flex-direction: row;
  background-color: white;
  gap: 16px;
  padding-right: 2.5vw;
  overflow-y: hidden;
  padding-bottom: 5vh;
}
.Lit_section{
  padding: 0 2.5vw 0 2.5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  /* background-color: white; */
}
.service_date{
  color: rgb(126, 126, 126); 
  margin-bottom: 32px; 
  margin-top: 16px; 
  font-family: 'Poppins', sans-serif; 
  font-weight: 400;
  font-size: 2.5rem !important;
}
.grid_services{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  padding-bottom: 10vh;
}
.container_services{
  display: flex;
  flex-direction: column;
}
.services_content{
  width: 100%;
  height: 50vh;
  /* background-color: #1E1E1E; */
  border-radius: 20px;
}
.services_content2{
  width: 100%;
  height: 60vh;
  /* background-color: #1E1E1E; */
  border-radius: 20px;
}
.services_text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
}
.services_text_content{
  flex-direction: row; 
  display: flex; 
  margin-bottom: 8px; 
  max-width: 100px; 
  justify-content: end;
}

/*---------------------------------*/


.lines{
    /* width: 100vw; */
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.lines_W{
  /* width: 100vw; */
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255);
}
.Title_travail{
    display: flex;
    justify-content: space-between;
    align-items: center;
    object-fit: contain;
}

.Title_travail img{
  transform:rotate(-90deg); 
  height: 120px;
}

/*animation*/

/*animation*/
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}
.fade-in-bottom2 {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
}
.fade-in-bottom3 {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
}
.fade-in-bottom4 {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
}
.fade-in-left {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

 @-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  .fade-in-top {
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      /* opacity: 0; */
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      /* opacity: 1; */
    }
  }
  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      /* opacity: 0; */
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      /* opacity: 1; */
    }
  }
  
 @-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
  }
}

  




  .img_film2{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    /* margin-bottom: auto; */
}
.img_film2_phone{
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
}
.contain_video{
  width: 100vw;
  height: 100vh;
}
.contain_video_phone{
  /* width: 50vw;
  height: 70vh; */
  position: sticky;
  top: 0;
  flex: 0 0 50%; /* ou une largeur fixe */
  padding-top: 30vh;
}
.container_img2{
    width: 100%;
    height: 70vh;
    margin-left: auto;
}
.container_img2_phone{
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin-left: auto;
  display: flex;
  /* align-items: end; */
}
.container_img3{
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.img_film3{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* margin-bottom: auto; */
}
      
.img_film2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    }
.img_film2_phone video{
  width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.img_film3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 20px;
  }

.container_services_text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2.5vw 2.5vw 0 2.5vw;
  gap: 32px;
  height: 50vh;
}
.contain_services_text{
  width: 50vw;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.titre1{
  min-width: 16.66% !important;
  max-width: 16.66%;
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.texte1{
  min-width: 16.66%;
  max-width: 16.66%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.titre2{
  min-width: 33.32% !important;
  max-width: 33.32%;
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.texte2{
  min-width: 33.32%;
  max-width: 33.32%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.texte1 p{
  font-size: 1rem;
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
.texte2{
  min-width:  33.33%;
}
.texte2 p{
  font-size: 1rem;
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
.texte3{
  width:  100%;
  white-space: pre;
}
.service_container{
  display: flex;
  flex-direction: column;
  /* margin-left: 51vw; */
}
.conteiner_text_phone{
  width: 50%;
  display: flex;
  flex-direction: row;
  padding-top: 30vh;
  gap: 0px;
  overflow-y: hidden;
  flex: 1;
}
.conteiner_text_phone p{
  font-size: 1rem;
}
.contain_text_phone{
  width: 60%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contain_text_phone p{
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
.sticky_top{
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 70vh;
}
.full-screen-video-container {
    position: relative;
    height: 100%;
    width: 80%;
    overflow: hidden;
    border-radius: 16px;
}

.full-screen-video-container video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    scale: 0.85;
}


.carousel{
  /* background-color: #1E1E1E;  */
  height: 100vh; 
  width: 100vw; 
  overflow: hidden; 
  padding-top: 30vh;
}
.carousel p{
  padding: 2.5vw; color: white;
}

.slider{
  height: 70vh;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}
.slide-track{
  display: flex;
  width: calc(70vh * 18);
  animation: scroll 50s linear infinite;
}

.slide_photo{
  height: 70vh;
  width: auto;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-top: 0;
  perspective: 100px;
  transition: all 1s
}

img {
  width: auto;
  height: 100%;
  border-radius: 20px;
}
.slide_photo:hover{
  scale: 1.1;
  transform: translateZ(20px);
  z-index: 10;
}

/* .slide-track:hover{
  animation-play-state: paused;
} */

@keyframes scroll{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-70vh * 9));
  }
}


.recompenses{
  display: flex; 
  flex-direction: column; 
  padding: 2.5vw; 
  /* background-color: #1E1E1E;  */
  color: white;
  justify-content: space-between;
  padding-bottom: 20vh;
  padding-top: 20vh;
}
.recompense_content{
  padding: 5% 0 5% 0;
  display: flex; 
  flex-direction: row; 
  width: 100%; 
  justify-content: space-between;
}
.grid_recompenses{
  display: grid;
  width: 70%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 50% 50%;
  gap: 32px;
}
.grid_recompenses img {
  width: 10vw;
  height: auto;
}
.grid_recompenses span{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.first_recompense_line{
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 8px;
}


@media (max-width: 1300px) {
  .Title_travail img{
    height: 100px;
  } 
  h1{
    margin: 0px;
  }
}
@media (max-width: 900px) {
  .img_illu{
    width: 100%;
    height: 500px;
    /* background-image: url(../asset/img/Films/Laflamme.gif); */
    background-position: center;
    background-size: cover;
}
.main_title_services{
  padding-left: 25px;
  padding-right: 25px;
}
.firstchild_section{
  padding-top: 150px;
}
h1{
  margin: 0;
}
}
@media (max-width: 600px) {
  h3{
    line-height: 3rem !important;
    font-size: 2rem !important;
  }
  .contain_left_div{
    width: 0;
  }
  .left_div{
    display: none;
  }
.full-screen-video-container {
  width: 100%;
  height: 60%;
}
  .nav_contain_black{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nav-right{
    display: flex !important;
  }
  .Title_travail img{
    display: none;
  }
  .list_object{
    padding-top: 16px !important;
  }
  .firstchild_section{
    padding-top: 100px;
    position: relative;
  }
  .image{
    height: 200px; 
  }
  .img_illu{
    width: 100%;
    height: 200px;
    /* background-image: url(../asset/img/Films/Laflamme.gif); */
    background-position: center;
    background-size: cover;
}
.container_img2_phone{
  width: 100%;
  height: fit-content;
  margin-left: auto;
  display: flex;
  /* align-items: end; */
}
.container_services_text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px 32px 0 32px;
  gap: 32px;
  height: 70vh;
}
.texte1{
  min-width: 100%;
}
.titre1{
  min-width: 100% !important;
}
.texte2{
  min-width: 100%;
}
.main_section_phone{
  flex-direction: column;
  height: auto;
  margin-top: 64px;
}
.contain_video_phone{
  width: 100vw;
  height: auto;
  padding-top: 0;
  
}
.img_film2 video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    z-index: 0;
    }
.conteiner_text_phone{
  padding: 0 32px 0 32px;
  width: 100%;
  gap: 32px;
  flex-direction: column;
}
.contain_text_phone{
  width: 100%;
}
.img_film2{
  height: 70vh;
}
.container_img2{
  width: 100%;
  height: 70vh;
  margin-left: auto;
}
.main_section{
  height: 70vh;
  display: flex;
  background-color: white;
}
.grid_services{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  padding-bottom: 5vh;
}
.services_text{
  flex-direction: column;
  justify-content: space-between;
  margin-top: 12px;
}
.services_text_content{
  flex-direction: row; 
  display: flex; 
  margin-right: 8px; 
  max-width: 100px; 
  justify-content: start;
  margin-top: 8px;
}
.service_date{
  font-size: 1.5rem !important;
}
.services_content{
  width: 100%;
  height: 40vh;
  /* background-color: #1E1E1E; */
  border-radius: 10px;
}
.services_content2{
  width: 100%;
  height: 40vh;
  /* background-color: #1E1E1E; */
  border-radius: 10px;
}
h2{
  margin-bottom: 16px;
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
}
h4{
  padding: 0;
  white-space: nowrap;
}
.text_right_div{
  margin: 0;
  width: 85vw;
  margin-bottom: 5%;
}
.text_right_div_black{
  margin: 0;
  width: 85vw;
  margin-bottom: 5%;
}
.recompenses{
  height: auto;
}
.recompense_content{
  padding: 10% 2.5vw 15% 2.5vw;
  flex-direction: column; 
  height: auto;
  width: 100%; 
  height: fit-content;
  justify-content: space-between;
}
.grid_recompenses img{
  width: 30vw;
}
.grid_recompenses{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 32px;
  margin-top: 32px;
}
.carousel{
  /* background-color: #1E1E1E;  */
  height: 35vh; 
  padding-top: 15vh;
}
.carousel p{
  padding: 2.5vw; color: white;
}

.slider{
  height: 25vh;
}
.slide-track{
  width: calc(25vh * 18);
}

.slide_photo{
  height: 25vh;
}

img {
  width: auto;
  height: 100%;
  border-radius: 10px;
}


.overlay {
  opacity: 0;
}
.main_title{
  font-size: 4rem;
  line-height: 4rem;
}
.footer{
  width: 100vw;
  height: auto;
  border-top: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;

}
.footer_left{
  border-right: 0px; 
  width: 100%; 
  display: flex; 
  flex-direction: column;
}
.footer_left h3{
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}
.footer_right{
  display: flex; 
  flex-direction: column;
  margin-bottom: 100px;
  align-items: start;
}

}


