/*
Theme Name:     GSP
Author:			Dwayne" The Rock" Johnson
Template:       Divi
Version:        0.1.0
*/

@import url("../Divi/style.css");
@import url("./css/header.css");
@import url("./css/content.css");
@import url("./css/footer.css");
@import url("./css/responsive.css");


#contact .et_pb_column_2_3 {
	box-sizing: border-box;
	padding-left: 25px;
}

.zonePageInterne .et_pb_row{
	padding:0px;
}

textarea{font-family:Arial;}

#logo{max-height: 130px;margin-bottom:0px;}

#main-header{padding-top:0px!important;}

#main-header nav#top-menu-nav{padding-top: 0!important;}

#top-header:hover #et-info span,#top-header:hover #et-info:hover ul{color:white;}

#top-menu>li>a:hover::before, #top-menu>li>a:focus:before{
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

#top-menu>li>a:before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 10px solid rgba(208,57,48,0.5);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}


.et_header_style_centered #top-menu > li > a {padding-bottom:0px;}

#et-top-navigation{padding-bottom:14px;}

#footer-info img{position: relative;top: 10px;margin-right: 10px;}

footer .et-social-icons li a {padding: 18px;padding-bottom: 12px;padding-right:0px;}

#footer-bottom {padding:0px 0 0px;}

#footer-info a{color:grey!important;}
#main-footer:hover a{color:#d03930!important;}

.nav li ul {padding:0px;}

#top-menu li {
	padding-right: 66px !important;
}

#main-header .container{
	width: 100%;
}

#et-top-navigation{
	border-top: 1px solid #666666;
	padding-top: 13px;
	border-bottom: 1px solid #666666;
}

#top-menu{
	
}

.nav ul li a:hover{background-color:rgba(208,57,48,0.5);}
/*
.et_pb_section {padding: 0px 0;}

.entry-content ul{padding: 0 0 0px 16px;}

.et_pb_text {margin-bottom: 0px;}

.et_pb_pagebuilder_layout .entry-content {margin-bottom: 0 !important;padding-bottom: 30px;}
*/