/*
Theme Name: Divi Enfant
Description: Theme enfant du theme Divi.
Author: dstld
Author URI: https://distilled-art.com
Template: Divi
Version: 1.0
*/


/*bouton recherche*/
 * button.et_pb_menu__icon.et_pb_menu__search-button {
    padding-left: 1em !important;
}


/*première image à 100% - this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%!important;
}
/*this sets the height of the image container*/
.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%!important;
}
/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover!important;
	height: 100%!important;
}

