/*
 Theme Name:     M Agence Theme
 Theme URI:      https://magenceweb.fr
 Description:    Custom Theme
 Author:         M Agence Web
 Author URI:     https://magenceweb.fr
 Template:       Divi
 Version:        4.5.0
*/
/*Galerie diaporama chiots*/
.galerie-chiots a.et-pb-arrow-next, .galerie-chiots a.et-pb-arrow-prev {
  color : black!important;
  background-color : white;
  width: 32px;
  height: 32px;
  font-size : 32px;
  opacity: 1;
}

.galerie-chiots a.et-pb-arrow-next {
  margin-right: 6px;
  right:0;
}
.galerie-chiots a.et-pb-arrow-prev {
  margin-left: 6px;
  left: 0;
}

.galerie-chiots .et_pb_gallery_item {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Ratio 1:1 */
  overflow: hidden;
}

.galerie-chiots .et_pb_gallery_image img{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover!important;
  object-position: center;
}

.galerie-chiots .et-pb-controllers a{
  background-color: white;
}
.galerie-chiots .et-pb-controllers a {
  opacity : 1;
}
.galerie-chiots .et-pb-controllers .et-pb-active-control {
  background-color: black;
}
/*FIN*/