/*
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;
}
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
  color: #000000;
  font-size: 50px!important;
}

/*inverser ordre colonnes sur mobile*/
.inverse {
        display: flex!important;
        flex-direction: column-reverse!important;
    }

.single .post {padding-bottom:0px!important;}
.et_pb_post {margin-bottom: 0px!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;
}

/*show desktop menu on phone*/
@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
}
