/*
Theme Name:     Divi Enfant
Description:    Theme enfant de Divi fourni par ElegantSchool
Author:         Nicolas Richer
Template:       Divi
Version:        1.1
*/

/*
Rajoutez vos règles de CSS personnalisé ci-dessous
*/

#footer-widgets .footer-widget li:before {
display: none; 
} 

.rshome {
	color:red;
}

#gwolle_gb_write_button > input {
color: #FECF50 !important;
border-color:#FECF50!important;
border-style: solid!important;
	background:#ffffff!important;
border-width: 4px !important;
font-size : 20px;
padding: .3em 1em;	
border-radius:100px;
}

#gwolle_gb .wp-exclude-emoji  {
    background-color: #F5F8FC;
    border: none;
    padding: 12px 12px;
    color: #575757;
    font-size: 15px;
}

input#gwolle_gb_submit.button.btn.btn-primary{
    color: #FECF50 !important;
    border-color: #FECF50!important;
    border-style: solid!important;
    border-width: 4px !important;
    font-size: 20px !important;
    padding: .3em 1em !important;
    border-radius: 100px !important;
}

input#gwolle_gb_fe6a268c7fbb02b55d1d83a30156f98c{
background-color: #F5F8FC;
border: none;
padding: 12px 12px;
color: #575757;
font-size: 15px;
}



#gwolle_gb div.input textarea {
height: 150px;
padding-top:10px;
padding-left: 10px;
}

#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;
}

ul#footersocial.et_pb_social_media_follow li a.icon::before{
color:#2F68A2!important;
background-color: #ffffff;
border-radius: 100px 100px 100px 100px;
}

ul#footersocialactu.et_pb_social_media_follow li a.icon::before{
color:#ffffff!important;
}

#footer-copy{
	color:#ffffff!important;
}

.et_pb_svg_logo.et_header_style_centered #logo {
    height: 54%;
}


/*************** Menu footer *********************/


/*make the menu items fullwidth and add space between them*/
.pa-vertical-menu .et_pb_menu__menu nav ul li {
    display: block;
    width: 100%;
}

@media (max-width: 980px) {
    /*open the mobile menu up and use on all devices*/
    .et-db #et-boc .et-l .pa-vertical-menu .et_pb_menu__menu {
        display: flex;
    }
    /*hide the hamburger icon*/
    .et-db #et-boc .et-l .pa-vertical-menu .et_mobile_nav_menu {
        display: none;
    }
}