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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html{
  overflow-x: hidden;
}
body{
  padding: 0;
  margin: 0;
  position: relative;
  background-color: rgb(0, 0, 0);
  color:white;
  display: block;
  font-size: clamp(15px, 1.2vw, 30px);
  overflow-x: hidden;
}





:root {
  --col_border: rgba(255, 255, 0, 0.202);
}
.bold{
  font-weight: bold;
}




/* */
#corps_post{
  width: 100%;
  height:100vh;
}





/* */



/* */


/* */
#fiche_intro{
  width: 100%;
  margin-top: 5%;
  position: relative;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container_fiche{
  width: 90%;
  height:100%;
  display: flex;
}
.container_half{
  height: 100%;
  position: relative;
  padding: 1%;
}
#intro_left{
  width: 60%;
  padding: 2%;
  height: auto;
}
#intro_right{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  height:auto;
}

.line{
  position: absolute;
  background-color: white;
  transition: height 1s ease;
  width: 1px;
  height:0;
  top:0;
}
.line_height{
  height: 100%;
}
#line_left{
  left:0;
}
#line_center{
  right: 0;
}
#line_right{
  right: 0;
}
#text_bottom{
  position: relative;
  width: 95%;
}
.img_icone{
  width: 40%;
  height: auto;
  cursor: pointer;
}
.is_margin{
  margin-top: 2%;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:grayscale(100%);
  border-radius: 20px;
}
#container_img{
  width: 90%;
  height:60%;
  position: relative;
}
#container_reso{
  position: absolute;
  width: 20%;
  height:100%;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  row-gap: 3%;
}
#container_arrow{
  position: absolute;
  bottom: 5%;
  left:0;
  justify-content: end;
  align-items: center;
  padding-right: 3%;
  display: flex;
  gap:2%;
  width: 100%;
  cursor: pointer;
}
#arrow{
  width: 3vw;
  height:auto;
}






#container_services{
  width: 100%;
  height: 80vh;
  margin-top: 10%;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cotnainer{
  width: 90%;
  height:100%;
  overflow: hidden;
}
.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 white;
}
.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: 35vw;
  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: white;
}
.line_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: white;

  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%;
}
.first_titre{
  margin-top: 3%;
}
.under_first{
  margin-top: 2%;
  position: relative;
}
.see{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  padding: 1% 2% 1% 2%;
  right: 0%;
}


/* */
.section_img{
  width: 100%;
  height:60%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.top_img{
  margin-top: 10%;
}
.container_img{
  width: 100%;
  height:100%;
}
.img_other{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 1s ease;
  cursor: pointer;
}

/* */
.picture_div{
  overflow: hidden;
  width: 75%;
  position: absolute;
  bottom: 2%;
}
.grid2arrow{
 transform: translateX(-120%);
 transition: 0.5s ease; 
}
.rect_grid_2:hover .grid2arrow{
  transform: translateX(0%);
}
.arrow{
  width: 2vw;
  height:auto;
}



@media (max-width: 1366px){
  .no_marg{
    margin-top: 10%;
  }
}
@media (max-width: 1280px) and (max-height:1024px){
  #container_img{
    height:60%;
  }
  .mini_text{
    font-size: clamp(10px, 1.2vw, 100px);
  }

}
@media (max-width: 1280px) and (max-height:960px){

}
@media (max-width: 1280px) and (max-height:768px){

}
@media (max-width: 1280px) and (max-height:768px){

}
@media (max-width: 1176px){

}
@media (max-width: 1176px){
  #container_img{
    height:65%;
  }
}
@media (max-width: 800px){

}

@media (max-width: 700px){
  .line,
  .lines{
    display: none;
  }
  .container_in_box{
    border: 1px solid white;
    border-right: none;
  }

  #top_section{
    margin-left: 5%;
  }
  #container_fiche{
    flex-direction: column-reverse;
  }
  .container_half{
    width: 100%;
    height:100%;
  }
  #intro_left{
    width: 100%;
  }
  #intro_right{
    width: 100%;
    height:65vh;
    min-height: 400px;
  }
  #container_img{
    width: 100%;
    height:55%;
    width: 100%;
    height:100%;
  }
  .img{
    border: 1px solid white;
    border-radius: 20px;
  }
  .box{
    min-width: 80vw;
  }
  /* */
  #intro_left{
    margin-top: 5%;
  }
  .return{
    padding-left: 5%;
  }
}








