/*
 Theme Name:   Asteria Thème par Célia Hub Studio
 Theme URI:    https://asteria.celiahubstudio.com/
 Description:  Child Theme pour Divi
 Author:       Célia Hub Studio
 Author URI:   https://celiahubstudio.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/* Retirer text shadow dans le module slider */
.et_pb_slide_description {
text-shadow:none !important;
}


/* Retirer la bordure du menu */
#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Retirer les animations et transitions pour les personnes qui préfèrent ne pas les voir */
 @media (prefers-reduced-motion: reduce) {
     * {
         animation-duration: 0.01ms !important;
         animation-iteration-count: 1 !important;
         transition-duration: 0.01ms !important;
         scroll-behavior: auto !important;
    }
}


/* Inverser l'ordre des colonnes sur mobile*/
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 

/* Menu Mobile : Croix pour fermer */

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}