/*
Theme Name: Theme enfant
Description: Theme enfant Divi
Author: Clotilde
Author URI: https://www.wpserveur.net
Template: Divi 
Version: 0.1.0
*/

/* MENU TOP BAR */
.stopfloat {
	clear: both;
}
.et_search_outer {
	position: absolute;
	top: 35px;
}
.logo_container a {
	display: block;
	position: relative;
	top: -65px;
}
#top-bar {
	background-color: #000;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-weight: 600;
}
#top-bar #top-bar-container {
	max-width: 1080px;
	width: 90%;
	margin: auto;
	height: 35px;
	line-height: 35px;
}
#top-bar #social {
	display: block;
	float: left;
}
#top-bar #social ul li {
	display: block;
	float: left;
	padding-right: 6px;
}
#top-bar #social .facebook img {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#top-bar #social .instagram img {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#top-bar #social .pinterest img {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#top-bar #social .linkedin img {
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#top-bar #delivery {
	display: block;
	float: right;
	text-align: right;
}
/* Header mbile */
@media only screen and (max-width: 980px) {
	#top-bar {
		display: none;
	}
	.et_header_style_centered #main-header {
		height: 90px;
	}
	#page-container {
		padding-top: 90px;
	}
	.logo_container a {
		display: block;
		position: relative;
		top: -56px;
	}
}


