/*
 Theme Name: Divi-child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
 
/*Page accueil enlever ombre textes témoignages*/
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none!important;
}

/*Sur pc inverser colonne menu et logo*/
/*reverse the menu module logo and navigation*/
@media screen and ( min-width: 980px ) {
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container {
	flex-direction: row-reverse;
}}
/*move the navigation completely to the left*/
@media screen and ( min-width: 980px ) {
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
	justify-content: left;
	align-content: center;
}}

/*move the logo completely to the right*/
@media screen and ( min-width: 980px ) {
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
	margin-right: 0px;
	margin-left: 30px;
}}

/*move the default header menu to the left*/
@media screen and ( min-width: 980px ) {
.et_pb_menu__menu {
	float: left;
	padding-left: 0!important;
}}

/*move the default header logo to the right*/
@media screen and ( min-width: 980px ) {
.et_pb_menu__logo-wrap {
	float: right;
	margin-right: 60px;
	margin-top: 15px;
}}

@media (max-width: 980px) {
  .photo {
    min-height: 250px!important;
    display: block!important;
  }
}