/**
 * Theme Name: 	GDP Digital
 * Author: 		GDP.Digital
 * Template: 	Divi
 * Version: 	0.1
 */

/* Titre */
h1, h2, h3, h4, h5 {
	padding-bottom:0px;
}
 
.icon-footer .previw-social {
	margin-top: 20px ;
}

.et_pb_text_0_tb_footer.et_pb_text, .et_pb_text_0_tb_footer.et_pb_text a {
    color: #FFFFFF !important;
}

/* menu */
.header-menu {
	float: right !important;
}
.buttons > div {
	float: right;
	margin-left: 20px;
	max-width: 300px;
}
.buttons-mobile {
	text-align:center;
}
.buttons-mobile div {
	display: inline-block;
	margin-left:5px;
}
#search {
	min-width: 150px;
	width: 100%;
}
#menu_mobile {
	float: right;
}
.mobile_menu_bar:before {
	color:white !important;
}
.mobile_menu_bar {
	background-color:#00ADB8;
}
#mobile_menu2 {
    width: 240px;
    left: -200px;
}
#menu-desktop > div:nth-child(1) { width:20%; margin:0px; padding:0px !important; }
#menu-desktop > div:nth-child(2) { width:80%; }
@media (max-width: 400px) { 
	.buttons-mobile div { margin:0px; width:100%; }
	.buttons-mobile a { width:100%; text-align: center; }
	.header-mobile img { max-width:200px !important;}
} 

/* 3 colonnes avec un + */
#row-plus { width:100%}
#row-plus div { margin:0px !important}
#row-plus > div:nth-child(1) { width:45%; }
#row-plus > div:nth-child(2) { width:10%; }
#row-plus > div:nth-child(3) { width:45%; }

/* popup */
.popup > div {
	width: calc(100% - 40px);
}