* {
  box-sizing: border-box; /* Applique à tous les éléments */
  -webkit-tap-highlight-color: transparent;
  outline: none;
  /* user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; */
}


body{
  font-family: "Roboto", sans-serif;
  color:rgb(64, 64, 64);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 30px);
  background-color: #f4f2f1;
  background-color: #e6e7e069;
}
h1, h2, h3, h4{
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: inherit;
  font-size: inherit;
  
}
ul{
  padding: 0;
  margin: 0;
}
.are_block{
  display: block;
}
.body_color_es{
  color:rgb(53, 53, 53)!important;
}
.body_color_en{
  background-color: #dbe4f1!important;
}
p{
  margin: 0;
  padding: 0;
}

.body_nuni{
  font-family: "nunito"!important;
}
.retour_btn{
  width: 60%;
}
#text_slide{
  opacity: 1;
  transition: opacity 0.5s ease;
}
.text_opa{
  opacity: 0;
}
#slide{
  position: fixed;
  bottom: 4%;
  overflow: hidden;
  width: 100%;
  height: auto;
  align-items: center;
  padding-right: 1%;
  right:1%;
  z-index: 999;
  width: 50%;
}
#slider{
  transition: transform 1s ease;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  gap:1%;
  justify-content: end;
}
#container_chiffre{
  overflow: hidden;
  height: 1em;
  display: inline-flex;
}
#chiffre{
  display: inline-block;
  line-height: 1em;
  transition: transform 0.8s cubic-bezier(.19,1,.22,1);
}
.el_nav_active{
  transform: translateY(0)!important;
}
.drap{
  width: 30px;
  height:auto;
}
.container_drap{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chiffre span{
  display: block;
  height: 1em;
}
#zero{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line_ffoter{
  width: 80%;
}

/* */
#nav{
  position: fixed;
  height:5vh;
  min-height: 60px;
  top: 2%;
  width: 95%;
  margin-left: 2.5%;
  border-radius: 20px;
  display: flex;
  background-color: rgb(255, 255, 255);
  transition: transform 1s ease,
  background-color 1s ease;
  transform: translateY(-140%);
  z-index: 9999;
}
.hover_a{
  transition: color 1s ease;
}
.hover_a:hover{
  color:rgb(10, 60, 200);
}
#btn_reserv{
  border-radius: 12px;
  background-color: rgb(10, 60, 200);
  color:white;
  padding: 0.5% 1% 0.5% 1%;
  width: 200px;
  height:30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_nav{
  cursor: pointer;
  width: auto;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 1s ease;
}
#menu_whte{
  display: none;
}
.container_nav{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3%;
  overflow: hidden;
}
#left_nav{
  justify-content: left;
  padding-left: 3%;
  width: 22.5%;
}
#center_nav{
  justify-content: center;
  width: 50%;
}
#right_nav{
  justify-content: end;
  align-items: center;
  width: 25%;
}
#drap_contianer{
  display: flex;
  gap:5px;
  height: 100%;
  justify-content: center;
  align-items: center;
}



/* */

#menu_resp{
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: white;
  transition: transform 1s ease;
  transform: translateX(100%);
  left:0;
  top:0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.active_menu_resp{
  transform: translateX(0%)!important;
}
#in_menu{
  width: 80%;
  height:80%;
  border-radius: 20px;
  padding: 3%;
  margin-top: 5%;
}
#container_menu{
  margin-top: 5%;
  width: 100%;
  overflow: hidden;
}
.nav_resp{
  margin-top: 2%;
  overflow: hidden;
  line-height: 1.1;
}
.nav_resp a{
  transition: transform 1s ease;
  transform: translateY(200%) rotate(0);
  display: block;
}
#drap_rep{
  position: absolute;
  top:5%;
  display: flex;
  width: 15%;
  gap:5px;
  justify-content: end;
  right: 5%;;
}


/* */
#masthead{
  width: 100%;
  height: 65svh;
  position: fixed;
  top:15%;
  min-height: 500px;
  
}
#masthead{
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE 10+ */
}
#masthead::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;             /* Chrome, Safari, Edge */
}



#container_button{
  width: 60%;
  margin-top: 4%;
  display: flex;
  justify-content: end;
  padding-right: 5%;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 1s ease;
}
#border_mast{
  position: absolute;
  width: 95%;
  left:2.5%;
  height:130%;
  top:-3%;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  opacity: 0;
}
#container_titre{
  width: 80%;
  height: 100%;
  position: relative;
  margin-left: 10%;
  padding-top: 4%;
}
#container_sentence{
  width: 85%;
  height: auto;
}
.marg_top{
  margin-top: 1%;
}
.bloc_appear{
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.bloc_appear span{
  display: inline-block;
  transform: translateY(200%) rotate(1deg);
  transition: transform 1s cubic-bezier(.19,1,.22,1);
}
.appearing_block{
  transform: translateY(-10%) rotate(0deg)!important;
}
#site_multi{
  margin-left: 10%;
}


/* */

.is_container_stock{
  position: relative;
  width: fit-content;
}
.felt_stroke{
  position:absolute;
  width: 100%;
  height: 100%;
  right:-10%;
  bottom: -40%;
  pointer-events:none;
  z-index:20;
}
#stroke_anim{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#stroke_anim_fr{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#stroke_anim_en{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#stroke_anim_es{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.drawing{
  animation: draw 2s cubic-bezier(.19,1,.22,1) forwards;
}
@keyframes draw{
  to{ stroke-dashoffset: 0; }
}




#container_vid{
  position: absolute;
  right: clamp(2%, 5vw, 7%);
  bottom: clamp(-20%, -15vh, 10%);
  
  width: clamp(420px, 37vw, 45%);
  height: clamp(340px, 42vh, 55%);
  
  aspect-ratio: 16 / 9;
  overflow: hidden;
   opacity: 0;
   transition: opacity 1s ease;
}

#video_mast,
#img_mast{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url("/static/images/portefolio/img/oki.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;

  mask-image: url("/static/images/portefolio/img/oki.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  overflow: hidden;
  border: 2px solid transparent;
}
#img_mast{
  display: none;
}


/* */





/* */
.cylinder{
  perspective: 800px;
  height: 50vh;
  width: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s ease,
  transform 2s ease;
  position: absolute;
  top:50%;
  left:50%;
  z-index: 999;
  /* display: none; */
}
.cyl_dis_none{
  display: none;
}

.ring{
  position:absolute;
  transform-style: preserve-3d;
  animation: spin 14s linear infinite;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
  transform:
    rotateX(20deg)
    rotateZ(-25deg)
}

.ring span{
  position:absolute;
  left:50%;
  top:50%;
  transform-style: preserve-3d;
  transform-origin: center;
  backface-visibility: visible;
}

@keyframes spin{
  from{
    transform: rotateX(20deg) rotateZ(-25deg) rotateY(0deg);
  }
  to{
    transform: rotateX(20deg) rotateZ(-25deg) rotateY(-360deg);
  }
}




/* */
#acrroche{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 95vh;
  opacity: 1;
  transition: opacity 1s ease;
  background-color: white;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
#background_div{
  position: absolute;
  left:0;
  top:-10px;
  width: 100%;
  background-color: white;
  z-index: 0;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 0;
  overflow-x: hidden;
}
.white_en{
  background-color: #f2f5fb!important;
}
.white_esp{
  background-color: #fff4e8!important;
  color: rgb(0, 0, 0)!important;
}
/* #container_acrroche_titre_service{
  width: 95%;
  padding-top: 10%;
  position: relative;
  z-index: 2;
  height:auto;
  padding-left: 5%;
} */

.container_padd{
  padding-left: 5%;
  width: 95%;
}
.circle_blue{
  width: 0.5vw;
  height: 0.5vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: blue;
  min-width: 5px;
  min-height: 5px;
}
.width_text{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:1%;
}
.is_margin_little{
  margin-top: 2%;
}
.is_margin_little2{
  margin-top: 4%;
}
.is_margin_med{
  margin-top: 5%;
}
.ismargin{
  margin-top: 10%;
}
.imgs{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is_upper{
  text-transform: uppercase;
}


.animate_div{
  overflow: hidden;
}
.animate_div span{
  display: inline-block;
  transition: transform 1s cubic-bezier(.2,.8,.2,1),
  opacity 1s ease;
  transform : translateY(150%) rotate(10deg);
  opacity: 0;
  line-height: 1.1;
}




.titre_resp{
  line-height: 1.1!important;
}



a{
  text-decoration: none;
  color:inherit;
  width: 100%;
  cursor: pointer;
}
.animimations{
  opacity: 0;
  transition: opacity 5s cubic-bezier(.19,1,.22,1);
  will-change: opacity;
}
.visible{
  opacity: 1!important;
}
#appear_mobile{
  flex-wrap: wrap;
  gap:0.5rem;
  row-gap: 0;
}
#appear_mobile div{
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  line-height: 1.1;
}
.resp_span{
transform: translateY(100%);
  display: inline-block;
  line-height: 1.1;
  transition: transform 0.8s cubic-bezier(.19,1,.22,1); /* 👈 ça */
}
.appearing_block_resp{
  transform: translateY(0%) rotate(0deg)!important;
}
.ombre{
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}


/* */
#room{
  display: none;
}






/* */

#footer{
  width: 100%;
  padding: 5%;
  padding-top: 5%;
  margin-top: 15%;
  height:auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.in_footer{
  position: relative;
  z-index: 99999;
  margin-top: 0.5%;
}
.footer_back_fr{
   background-color: #e6e7e069;
}
img{
    user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#titre_mast{
  width: 60%;
}
#container_center{
  position: absolute;
  left:30%;
  top:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#map_ffoter{
  width: 60%;
  height: auto;
  opacity: 0.1;
}
#logo{
  width: 10%;
  height: auto;
  position: absolute;
  right: 10%;
  top:15%;
}
.contact_line{
  display: flex;
  width: 100%;
  gap:1%;
  margin-top: 0.5%;
  align-items: center;
}
#contact{
  position: relative;
}
.ic_footer{
  width: 20px;
  height:20px;
  aspect-ratio: 1/1;
}
#lk{
  width: 40px;
  aspect-ratio: 1;
  margin-top: 1%;
}





/* */
.is_margin{
  margin-top: 3%;
}
.a_btn_mast{
  text-align: right;
display: inline-flex;   /* clé magique */
  width: auto;
}
button{
border: none;
  background-color: rgb(10, 60, 200);   /* ⚠ tu avais oublié le # */
  padding: 0.8em 1.6em;        /* jamais en % pour du texte */
  border-radius: 10px;
  cursor: pointer;
  font-size: clamp(16px, 1.2vw, 30px);
  color: white;
  white-space: nowrap;        /* empêche le retour à la ligne */
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.10),
    0 8px 20px rgba(0, 0, 0, 0.05),
    0 30px 60px rgba(0, 0, 0, 0.08);
}
.button_en{
  font-size: clamp(18px, 1.6vw, 30px);
}

.info2{
  opacity: 0.5;
}
#reserv{
  text-decoration: underline;
}
#reserv:hover{
  color: rgb(75, 127, 231);
}
.back{
  background-color: #a1bdcb;
  padding: 0.5%;
}
.is_black{
  color:rgb(64, 64, 64);
}
.is_blue_clair{
  color: #437693;
}
.is_blue{
  color: rgb(10, 60, 200);
}
.is_blue_esp{
  color: rgb(75, 127, 231);
}
.is_blue_en{
  color: rgb(10, 60, 200);
}
.is_white{
  color:white;
}
.is_bold{
  font-weight: bold;
}
.is_titre{
  line-height: 1;
  font-size: clamp(30px, 5vw, 100px);
}
.is_titre1{
  line-height: 1;
  font-size: clamp(40px, 5vw, 100px);
}
.is_titre2{
  line-height: 1;
  font-size: clamp(25px, 4vw, 100px);
}
.is_titre3{
  line-height: 1;
  font-size: clamp(20px, 3vw, 100px);
}
.is_titre4{
  line-height: 1;
  font-size: clamp(18px, 3vw, 100px);
}
.is_titre5{
  line-height: 1;
  font-size: clamp(16px, 2vw, 100px);
}
.mini_text{
  font-size: clamp(14px, 1.2vw, 100px);
}
.el_nav{
  font-size: clamp(14px, 1.05vw, 25px);
}


.resp{
  display: none;
}
.no_resp{
  display: block;
}
.are_resp{
  display: none;
}




#avis_google{
  display: flex;
  gap: 10px;
  align-items: center;
  position: fixed;
  bottom: 2%;
  left:2%;
  font-size: 8px;
  z-index: 99999;
  width: auto;
}
.icone_avis{
  width: 15px;
  height: auto;
}



#messagerie{
  width: 15%;
  height:23px;
  background-color: rgb(53, 94, 209);
  position: fixed;
  bottom: 0;
  right:2%;
  z-index: 999999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.transi_mess{
  transform: translateY(100%);
}
#chataing{
  width: 30%;
  height:90%;
  min-width: 400px;
  min-height: 400px;
  transform: translateX(120%);
  transition: transform 1s ease;
  background-color: rgb(53, 94, 209);
  position: fixed;
  bottom: 0;
  right:1%;
  z-index: 999999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#chat{
  display: flex;
  width: 100%;;
  height: 5%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.open_chat{
  transform: translateX(0%)!important;
}
#under_chat{
  height: 95%;
  width: 99%;
  margin-left: 0.5%;
  position: relative;
}
#top_chat{
  width: 100%;
  height:5%;
  text-align: center;
}
#close_chat{
  width: 35px;
  height: auto;
  position: absolute;
  right: 10px;
  top:10px;
  cursor: pointer;
}
#conversation{
  position: relative;
  margin-top:10px;
  height:82%;
  width: 95%;
  margin-left: 2.5%;
  background-color: white;
  border-radius: 10px;
  padding-top: 2%;
  overflow: hidden;
}
#in_convers{
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 10px;
}
/* Chrome, Edge, Safari */
#in_convers::-webkit-scrollbar {
  width: 6px;
}

#in_convers::-webkit-scrollbar-track {
  background: transparent;
}

#in_convers::-webkit-scrollbar-thumb {
  background: #cbd5e1; /* gris doux */
  border-radius: 20px;
  transition: background 0.2s ease;
}

#in_convers::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Firefox */
#in_convers {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.ul_chat{
  list-style-type: disc!important;
  list-style: disc !important;
  padding-left: 18px!important;
}

#tete{
  width: 100%;
  display: flex;
  gap:10px;
  align-items: center;
}
#ligne{
  color:green;
}
#ligne_red{
  color: red;
}
#sentence{
  position: relative;
  bottom: 1%;
  width: 95%;
  margin-left: 2.5%;
  height:8%;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
}
#container_input{
  width: 90%;
  height: 100%;
}
#container_bienvenu{
  padding-bottom: 20px;
}
#copntainer_img{
  width: 10%;
  height: 100%;
  position: absolute;
  right:0;
  top:0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
#send{
  width: 90%;
  height: 90%;
  object-fit: contain;
  cursor: pointer;
}
.line_converse{
  width: 95%;
  height:auto;
  position: relative;
  display: flex;
  gap:2%;
  margin-left: 2.5%;
  align-items: center;
}
.pict_disc{
  width: 60px;
  height: 60px;
  min-width: 20px;
  min-height: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

#input_convers{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 1%;
  padding-left: 3%;
}




#faq{
  width: 95%;
  margin-left: 2.5%;
  height: auto;
  padding-bottom: 20px;
}
.hide_div{
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: height 0.5s ease;
  padding-left: 10px;
}
.faq_sentence{
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 5px;
}
.sep_hidden{
  height:15px;
}
#nav_rdv{
  display: none;
}




@media (max-width: 1366px){
  #nav{
    min-height:50px;
  }
  .drap{
    width: 20px;
  }
  #close_chat{
    width: 25px;
  }
  #btn_reserv{
    width: 150px;
  }
}

@media (max-width: 1280px) and (max-height: 1024px){
  #chataing{
    height:80%;
  }
  #conversation{
    height: 80%;
  }
}
@media (max-width: 1280px) and (max-height: 800PX){
  #chataing{
    height:90%;
  }
  #close_chat{
    width: 20px;
  }
}
@media (max-width: 1176px){

  #close_chat{
    top:5px;
    right:5px;
  }
  #top_chat{
    margin-top: 2px;
  }
  #conversation{
    height:78%;
  }
}

@media (max-height: 800px){
  #in_menu{
    margin-top: 0%;
  }
}
@media (max-height: 700px){
  #container_vid{
    width: clamp(350px, 37vw, 45%);
    height: clamp(270px, 42vh, 55%);
    bottom: auto;
    top:40%;
  }
  #container_sentence{
    width: 100%;
  }
}

@media (max-height: 500px){
  #resp_div_mast{
    height:10vh;
    min-height:200px;
  }
}
@media (max-width: 970px){
  #right_nav{
    width: 50%;
  }
  #left_nav{
    width: 50%;
  }
  #center_nav{
    display: none;
  }
  #right_nav{
    width: 60%;
    padding-right: 3%;
  }
  #menu_whte{
    display: block;
  }
}
@media (max-width: 800px){
  #messagerie{
    width: 20%;
    min-width: 130px;
    right: 2%;
  }
  #chataing{
    height:100%;
    min-width: 100%;
    right: 0;
  }
  #top_chat{
    margin-top: 10px;
  }
  #conversation{
    height: 76%;
  }
  #drap_contianer{
    gap:10px;
  }
  #btn_reserv{
    width: 160px;
  }
  .is_titre1{
    font-size: clamp(50px, 7vw, 100px);
  }
  .is_titre2{
    font-size: clamp(30px, 5.5vw, 100px);
  }
  .is_titre3{
    font-size: clamp(20px, 5vw, 100px);
  }
  .is_titre4{
    font-size: clamp(19px, 4vw, 100px);
  }
  .is_titre5{
    font-size: clamp(17px, 3.5vw, 100px);
  }  
  body{
    font-size: clamp(18px, 3vw, 30px);
  }
  button{
    font-size: clamp(16px, 2.5vw, 30px);
  }
  .el_nav{
    font-size: clamp(13px, 2vw, 30px);
  }
  .mini_text{
    font-size: clamp(15px, 2vw, 30px);
  }
  .big_word{
    font-size: clamp(50px, 15vw, 300px);
  }
  .is_margin_little2, 
  #marque_home{
    margin-top: 5%;
  }
  #container_vid{
    width: 55%;
    height: 50%;
    min-width: 300px;
    top:0;
    right: auto;
    margin-left: auto;
    position: relative;
  }
  #grid_avis{
    grid-template-columns: repeat(3, 1fr);
  }
  #container_titre{
    width: 90%;
    margin-left: 5%;
    height: auto;
  }
  #container_sentence{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .item{
    height: 20vh;
    min-height: 150px;
  }
  #logo{
    right: 5%;
  }
  #footer_marques{
    margin-top: 5%;
  }
  #contact{
    margin-top: 5%;
  }
  #container_menu{
    margin-top: 0;
  }
}
@media (max-width: 700px){
  .resp{
    display: block;
  }
  .no_resp{
    display: none;
  }
  #container_titre{
    width: 90%;
    margin-left: 5%;
    height: auto;
  }
  #container_menu{
    margin-top: 5%;
  }
  #container_button{
    width: auto;
    margin-top: 8%;
  }
  #container_vid{
    width: 100%;
    min-width: 250px;
    text-align: center;
  }
  #video_mast{
    width: 70%;
  }
  .drap{
    width: 20px!important;
  }
  #img_mast{
    display: block;
  }
  #video_mast{
    display: none;
  }
}
@media (max-width: 600px){
  .cylinder {
    transform: translate(-50%, -50%) scale(0.7);
  }
  #right_nav{
    width: 90%;
  }
}
@media (max-width: 500px){
  .cylinder {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .is_titre1{
    font-size: clamp(40px, 10vw, 100px);
  }
  .is_titre2 {
      font-size: clamp(30px, 7.5vw, 100px);
  }
  .is_titre3 {
      font-size: clamp(25px, 6vw, 100px);
  }
  .is_titre4 {
      font-size: clamp(25px, 5.5vw, 100px);
  }
  .is_titre5 {
      font-size: clamp(20px, 5vw, 100px);
  }
  .mini_text {
      font-size: clamp(14px, 3vw, 30px);
  }
  button{
    padding: 2.5% 4% 2.5% 4%;
    font-size: clamp(16px, 4vw, 30px);
  }
  body{
    font-size: clamp(16px, 4.5vw, 30px);
  }
  .el_nav{
    font-size: clamp(14px, 2.5vw, 30px);
  }
  #container_vid{
    margin-top: -5%;
    z-index: 0;
  }
  #background_div, #accroche, #acrroche{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #video_mast{
    width: 85%;
  }
  #in_menu{
    width: 90%;
    margin-top: 5%;
  }
  #container_menu{
    margin-top: 5%;
  }
  #slider{
    display: none;
  }
  #container_lk{
    margin-top: 3%;
  }
  #logo{
    display: none;
  }
  .animimations{
    opacity: 1;
  }
  .titre_resp{
    display: none!important;
  }
  .are_resp{
    display: flex;
  }
  .felt_stroke{
    bottom:-45%!important;
  }
  #img_mast{
    object-position: 20% -100%;
  }
 #chataing{
  width: 100%!important;
  height:100%!important;
  right: 0;
 } 
  #contact_nav{
    display: none;
  }
  #nav_rdv{
    display: block;
  }
}
