
:root {
  --col_border: rgba(255, 255, 0, 0.202);
}


.container_section{
  width: 95%;
}

#container_svg{
  bottom: 10px;
  right: -50px;
}


#titre{
  width: 95%;
  height:auto;
}
#is_first_marg{
  margin-top: 10vh;
}

#video_intr{
  width: 150%;
  height:150%;
  object-fit: cover;   
  object-position: center; 
}





#container_services{
  width: 100%;
  height: 75vh;
  margin-top: 2%;
  position: relative;
  padding-left: 5%;
  min-height: 400px;
}
.cotnainer{
  width: 95%;
  height:100%;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.drag_scroll {
  position: relative;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE et Edge */
  scrollbar-width: none;    /* Firefox */
  width: 100%;
  height:100%;
  scroll-behavior: smooth;
  cursor: grab;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: auto;
  border-bottom: 1px solid rgb(77, 77, 77);
}
.drag_scroll * {

}
.drag_scroll a,
.drag_scroll button,
.drag_scroll .box .img {
  pointer-events: auto;
}
.drag_scroll:active {
  cursor: grabbing;
}
.drag_scroll::-webkit-scrollbar {
  display: none;
}
.drag_scroll.dragging .grab_layer {
  cursor: grabbing;
}
.box {
  min-width: 32vw;
  height: 100%;
  position: relative;
  z-index: 1;
  overscroll-behavior: contain;
  overflow: hidden;
  transition: border 0.5s ease;
}
.lines{
  position: absolute;
  transition:height 1s ease-out;
  background-color: rgb(77, 77, 77);;
}
.line_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: rgb(77, 77, 77);;

  transform-origin: left;
  transform: scaleX(0);
  transition: transform 3s ease-out;
}

.drag_scroll.draw .line_top {
  transform: scaleX(1);
}
.line_left{
  width: 1px;
  top:0;
  height:0;
  left:0;
  transform-origin: top;
}
.line_right{
  width: 1px;
  top:0;
  right: 0;
  height:0;
  transform-origin: top;
}
.draw .line_top {
  width: 100%;
}

.line_draw .line_left {
  height: 100%;
}

.line_draw .line_right {
  height: 100%;
}
.draw_top {
  width: 100%!important;
}



/* */



.container_in_box{
  padding: 8%;
  height: 100%;
}
.is_three{
  padding-top: 20%;
}
.is_two{
  padding-top: 10%;
}
.first_titre{
  margin-top: 3%;
}
.under_first{
  margin-top: 2%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.see{
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: box-shadow 0.5s ease;
  z-index: 2;
  margin-top: 5%;
  border: 1px solid rgba(255, 255, 255, 0.435);
  border-radius: 8px;
  padding: 2% 3% 2% 3%;
  width: fit-content;
}
.is_margin{
  margin-top: 2%;
}


.section_img{
  width: 100%;
  height:50%;
  display: flex;
  justify-content: center;
}
.are_top{
  margin-top: 8%;
}
.container_img{
  width: 100%;
  height:100%;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 1s ease;
  cursor: pointer;
}





@media (max-width: 1366px){


}

@media (max-width: 1280px) and (max-height: 1024px){
  #container_services{
    height:70vh;
  }
  
}
@media (max-width: 1280px) and (max-height: 800px){
  .section_img {
    height: 45%;
  }
  .container_img{
    height:80%;
  }
  .container_in_box{
    padding: 6%;
  }
  
}

@media (max-width: 1280px) and (max-height: 720px){
  #container_services{
    height:80vh;
  }
  .first_titre{
    margin-top: 0;
  }
}
@media (max-width: 1176px){
  .box{
    min-width: 25vw;
  }
  #container_services{
    min-height: 300px;
  }
  .box{
    min-width: 30vw;
  }
  .container_img{
    height: 100%;
  }
  .first_titre{
    margin-top: 5%;
  }
}
@media (max-width: 1152px){
  .section_img {
    height: 65%;
  }
  #container_services{
    height:80vh;
  }
  .box{
    min-width: 35vw;
  }
}

@media (max-width: 800px){
  .box{
    min-width: 45vw;
  }
  #container_services{
    height:80vh;
  }
  .section_img{
    height: 45%;
  }
}

@media (max-width: 700px){
  .box{
    min-width: 80vw;
  }
  .lines{
    display: none;
  }

}

@media (max-width: 400px){
  .box{
    min-width: 280px;
  }
  #container_services{
    padding-left: 2.5%;
  }

}










