/*** Surcharge le style Divi pour les contrôleurs de Galerie ***/

.et-pb-arrow-prev::before {
    content: " 	◀";
}
.et-pb-arrow-next::before {
    content: "▶";
}
.et-pb-arrow-prev::before,
.et-pb-arrow-next::before {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 1.6vw;
	line-height: 1.6 !important;
	text-align: center;
}

.et-pb-arrow-prev {
	left: 30px !important;
}
.et-pb-arrow-next {
	right: 30px !important;
}

/** Fix first row on Gallery page **/
#rowOne img, #rowOne .et_pb_image_wrap {
  max-height: 458px;
  width: 100%;
}
.height-max,  .height-max .et_pb_image_wrap  {
  background-color: #fff;
  height: 100%;
}
.height-max img {
  min-height: 100%;
}
.width-max img {
  width: 100%;
}