
#p3_caractere .content:nth-child(2){
  align-items: stretch;
}

#p3_caractere .ba{
  height: 100%;
  min-height: 100%;
  align-self: stretch;
}

#p3_caractere .ba-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#p5_domptes .bloc{
  text-align: center;
  background-color: #f3f3f9;
  padding: 30px;
  border-radius: 12px;
}

#p1_prestations .card{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#p1_prestations .more{
  position: absolute;
  right: 45px;
  bottom: 45px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #831608;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  visibility: visible;
}

#p1_prestations .more:hover,
#p1_prestations .more:focus{
  background: #831608;
  color: #fff;
}

@media (min-width: 768px){
  #p1_services [data-slickin] .slickin-slides.slick-initialized{
    overflow: visible;
  }

  #p1_services [data-slickin] .slick-slide{
    transform-origin: center;
  }

  #p1_services [data-slickin] .slick-slide.slick-current,
  #p1_services [data-slickin] .slick-slide.slick-active{
    opacity: 1;
    filter: blur(0);
    z-index: 3;
  }

  #p1_services [data-slickin] .slick-slide:has(+ .slick-current){
    transform: translateX(48%) scale(.48);
  }

  #p1_services [data-slickin] .slick-current + .slick-slide{
    transform: translateX(-48%) scale(.48);
  }
}

#p3_retrouvez{
  background-image: url(../img/p3/3_retrouvez_bkg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 30px;
  overflow: hidden;
}

#p3_retrouvez .container{
  max-width: none;
  margin-left: 50px;
  margin-right: 50px;
  min-height: 500px;
  display: flex;
  align-items: center;
}

#p3_retrouvez [data-col],
#p3_retrouvez .row{
  width: 100%;
}

#p3_retrouvez .row > *:last-child{
  max-width: 436px;
}

#p3_retrouvez h2{
  color: #61131c;
}

#p3_retrouvez h2 .st{
  display: block;
  margin-top: 4px;
  color: #332e2f;
  font-size: .55em;
  font-weight: 400;
}

#p3_retrouvez img{
  display: block;
  width: 100%;
  aspect-ratio: 406 / 500;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px){
  #p3_retrouvez{
    margin-left: 20px;
    margin-right: 20px;
    background-size: cover;
  }

  #p3_retrouvez .container{
    margin-left: auto;
    margin-right: auto;
    min-height: 430px;
  }

  #p3_retrouvez .row > *:last-child{
    max-width: 380px;
  }
}

@media (max-width: 767px){
  #p3_retrouvez{
    background-position: center;
  }

  #p3_retrouvez .container{
    min-height: 0;
  }

  #p3_retrouvez .row > *:last-child{
    max-width: none;
  }
}

@media (max-width: 575px){
  #p3_retrouvez{
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 22px;
  }

  #p3_retrouvez img{
    border-radius: 16px;
  }
}
