


#container_acrroche_titre_duo{
  width: 100%;
  padding-top: 10%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* */
.contaienres{
  width: 90%;
  height: auto;
  position: relative;
  z-index: 1;
}

#container_img{
  height:70vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
#lea_tri{
  position: relative;
  z-index: 2;
}
#triangle1{
  position:absolute;
  bottom:-13%;
  right:-3%;
  width:40px;
  height:40px;
  background:white;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(137deg);
}
#triangle2{
  position:absolute;
  top:-10%;
  left:-2%;
  width:30px;
  height:30px;
  background:rgb(255, 255, 255);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-40deg);
  z-index: 0;
}

#img_duo{
  height: 100%;
  width: 100%;
  object-position: 0% 10%;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}
li{
  display: flex;
  gap:2%;
  align-items: center;
}
#jb_img{
  position: absolute;
  top:50%;
  left:1%;
  width: 35%;
  background-color: white;
  padding: 1%;
  border-radius: 10px;
}
#lea_img{
  bottom: 2%;
  position: absolute;
  width: 40%;
  right: 2%;
  background-color: white;
  padding: 1%;
  border-radius: 10px;
}

.container_picture{
  width: 100%;
  height: 80vh;
  display: flex;
}
#jean, #lea{
  width: 50%;
  height:100%;
}

#container_picture_profil{
  height:auto;
}
.div_profil{
  width: 100%;
  height:100%;
  position: relative;
  border-radius: 20px;
  background-color: rgb(238, 238, 238);
}
.container_info{
  display: flex;
  width: 100%;
  height: 100%;
}
.section_info_img{
  width: 40%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_info{
  width: 55%;
  height: 100%;
  border-radius: 20px;
  padding: 3%;
  border: 1px solid rgba(255, 255, 255);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
}


.img_profil{
  width: 75%;
  height: 80%;
  object-fit: cover;
  margin-left: 12.5%;
  border-radius: 20px;
}
#lea_section{
  margin-left: 5%;
}
.container_lea_marg{
  height: 10vh;
  min-height: 100px;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* */
#container_last{
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: 5%;
}
.container_ul{
  position: relative;
  width: 85%;
}
.intro,
.container_info_text{
  width: 100%;
}


.img_profil2{
  position: absolute;
  right: 5%;
  top:5%;
  width: 10%;
  height:auto;
  border-radius: 20px;
  z-index: 2;
}
#lea_profil{
  bottom: 5%;
  top:auto;
  right: 30%;
}
#container_btn{
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 2%;
}
.align_bottom{
  width: fit-content;
  position: relative;
}
.guillemet_bot{
  position: absolute;
  margin-left: 5px;
}
@media (max-width: 800px){
  .img_profil{
    width: 90%;
  }
  .is_div{
    display: flex;
    flex-direction: column;
  }
  #container_service2{
    flex-direction: column-reverse;
  }
  #container_acrroche_titre_duo{
    padding-top: 20%;
  }
  #jb_img, #lea_img{
    display: none;
  }
  .container_info{
    flex-direction: column;
  }
  .reverve_container{
    flex-direction: column-reverse;
  }
  .section_info_img{
    width: 100%;
    height:50vh;
    overflow: hidden;
  }
  .img_profil{
    margin-left: 0;
  }
  .section_info{
    width: 90%;
    margin-left: 5%;
  }
  .img_profil2{
    bottom: 0!important;
    right: 0!important;
    top: auto;
  }
  .no_resp{
    display: none!important;
  }
  .resp{
    display: block!important;
  }
  #img_duo{
    object-position: center;
  }
  .img_profil2{
    width: 15%;
  }
}
@media (max-width: 500px){
  .container_ul{
    width: 100%;
  }
  .container_info_text{
    margin-top: 10%!important;
  }
  #container_btn{
    margin-top: 8%;
  }
  #acrroche{
    margin-top: 80vh!important;
  }
}


