/*///////////////////////////////////////////////////////////////////////////////////////
//   PP SLIDESHOW - Réduit la taille des images en mode galerie 
///////////////////////////////////////////////////////////////////////////////////////*/
& .ansel-slides-container.is-fullscreen-supported.is-fullwindow .slide img {
  scale: 90%;
}

.pp-grid-image__image {
  cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////// 
//   PP SLIDESHOW - Ajoute un fond noir au slider
////////////////////////////////////////////////////////////////////*/
.ansel-slides {
  background: #000000b0 !important;
}

.ansel-control-bar {
  top: -56px;
  position: relative;
}


/*///////////////////////////////////////////////////////////////////////////////////////
//   DIVERS - Curseur point GGPD Link 
///////////////////////////////////////////////////////////////////////////////////////*/
.wt-cli-manage-consent-link {
  cursor: pointer;
}


/*//////////////////////////////////////////////////////////////////// 
//  ACCORDION PLUGIN
////////////////////////////////////////////////////////////////////*/
.collapsed, h3 a {font-size: 13px !important; font-weight: normal !important;}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {padding: 6px 3px 3px 11px; color: #444;}
.ea-body a {padding: 0 0 0 0 !important;}
.ea-expand-icon.fa.fa-plus, .ea-expand-icon.fa.fa-minus {font-size: 10px; color: #0F4778;}
.collapsed {background-color: #eee; font-weight: normal !important;}
.collapsed:hover {line-height: 28px !important; background-color: #ddd;}
.sp-easy-accordion .sp-ea-single {
  background: #efefef;
  margin-bottom: 3px;
  border-radius: 3px;
  font-weight: normal !important;
}
.sp-easy-accordion a, .sp-easy-accordion a:hover {
  padding: 6px 3px 3px 11px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover {
  line-height: 28px;
}
.ea-expand-icon.ea-icon-expand-minus, .ea-expand-icon.ea-icon-expand-plus {
  font-size: 12px !important;
}