/* ///  FIX MARGIN ADMIN   /// */
.FormGroup--1_PlD {padding: 16px !important;}


/* ///  PLUGIN GOOGLE REVIEW   /// */
.ti-review-content {
  font-size: 12px !important;
}

/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
width: 100vw !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  ACCORDION
////////////////////////////////////////////////////////////////////*/
.ea-expand-icon.ea-icon-expand-plus, .ea-expand-icon.ea-icon-expand-minus {
  font-size: 12px !important;
}
.ea-header a {
  font-size: 16px !important;
}
.ea-card.sp-ea-single, .ea-card.sp-ea-single a {
  font-size: 15px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 10px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  background-color: #FBFBF8;
}
.ea-card.sp-ea-single a:hover {
  color: #CA892A;
}
.ea-body {
  background: #fdfdfd !important;
}
.sp-easy-accordion > .sp-ea-single {
  border: 0px !important;
}
.ea-card.sp-ea-single a {
  font-size: 13px !important;
}


.copyright-footer {
  text-align: center;
  padding: 11px 10px 11px;
}


/*///////////////////////////////////////////////////////////////////////////////////////
//   PP SLIDESHOW - Réduit la taille des images en mode galerie 
///////////////////////////////////////////////////////////////////////////////////////*/
.ansel-slides-container .slide img {
  scale: 90%;
}
.pp-grid-image__image {
  cursor: pointer;
}
& .ansel-slides-container {
  backdrop-filter: blur(8px);
/*  background: rgba(255, 255, 255, 0.6);  */
}