/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/

@media screen and ( max-width: 980px ) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.et-pb-contact-message {
    color: white;
    text-align: center;
}
.grecaptcha-badge {
	display:none!important;
	z-index:-9999!important;
}
#footer-bottom,#et_top_search {
    display: none;
}
#main-header {
   -webkit-box-shadow: none;
    box-shadow:none;

}

.bottom-nav {
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#main-footer {
    background-color: #1e1f1a;
}

.bottom-nav a {
    color: #ebfd4a;
}

/* calage du sous menu*/
#main-header .nav li ul {
 
    right: 0;
}

/* Sous-menu Divi : largeur basée sur le contenu */
#top-menu .sub-menu {
  	width: auto;
  	min-width: max-content;
 		 white-space: nowrap;
	
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#top-menu li li, #top-menu li li a {
    width: 90%;
}

#main-header .nav li ul {
    background-color: #ffffff;
    border-radius: 30px;
	border: 2px solid #ebfd4a;
}


