/*
Theme Name: themeEnfantByInovaWeb
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

/* 
	Code Couleur 
    Violet : #500075;
    Nom de la couleur : "Code Hexadécimal";
    Nom de la couleur : "Code Hexadécimal";
*/

#main-header { display: none  }
#top-header { display: none  }
#page-container { overflow:hidden; }
@media only screen and (min-width: 981px) {
  #page-container {padding-top:0px !important; }
}
@media only screen and (max-width: 980px) {
  #page-container {padding-top:110px !important; }
}

#slider1 {
	height:100vh;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	z-index:99999999;

    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

/*------------------------------------------------------------*/
/*-------------------BURGER MENU------------------------------*/
/*------------------------------------------------------------*/

.mobile_menu_bar::before{
  color:#500075;
}

.et_mobile_menu{
  border-top: 3px solid #500075;
}





/*-------------------AVIS CLIENTS---------------------------*/
#avis_clients input, #avis_clients textarea {
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border-color: #500075;
    color: #000000;
    margin-bottom:5px;
}

#avis_clients input[type=submit], #avis_clients input[type=button] {
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border-color: #ffffff;
     background-color: #500075;
    color: #ffffff;
    margin-bottom:5px;
}

#avis_clients label {
    color: #ffffff;
}
#avis_clients h3 {
    color: #ffffff;
}
.gwolle_gb_notice {
     background-color: #500075;
     padding:15px;
     color:#ffffff;
     font-weight :bold;
}

@media only screen and (max-width: 980px) {
	#map .et_pb_top_inside_divider, #map .et_pb_bottom_inside_divider {
		display: none !important;
	}
}