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

/*///////////////////////////////////////////////////////////////////////////////////////
//   PP SLIDESHOW - Réduit la taille des images en mode galerie 
///////////////////////////////////////////////////////////////////////////////////////*/
& .ansel-slides-container.is-fullscreen-supported.is-fullwindow .slide img {
  scale: 90%;
}
/*//////////////////////////////////////////////////////////////////// 
//   PP SLIDESHOW - Ajoute un fond noir au slider
////////////////////////////////////////////////////////////////////*/
.ansel-slides {
  background: #F9F6F6 !important;
}