
/* Hook des listes à puces */

.et_pb_text_inner ul li {

	list-style: none !important;

}

.et_pb_text_inner ul li:before {

	/*font-family: 'ETmodules';
	content: "\45";
	color: #F37867;
	padding-right: 2px;
	margin-left: -17px;*/

	display: inline-block;
    content: ' ';
    background: url(../images/puce.svg);
    background-repeat: no-repeat;
    background-size: 30px 15px;
    width: 26px;
    height: 15px;
    position: relative;
    margin-left: -26px;
    top: 2px;


}

.puces_blanches .et_pb_text_inner ul li:before {

	background: url(../images/puce_blanche.svg);
	background-repeat: no-repeat;
    background-size: 30px 15px;

}


/* Hook du formulaire Plezi (Newsletters) */

#formNL .jsonform-error-consents,
#formNL .jsonform-error-plezi_user_id {

	display: none !important;

}

#formNL .jsonform-error-email {

	padding-bottom: 0px !important;

}

#formNL .plezi-form-field .jsonform-errortext {
    margin-top: 0px;
    display: block;
    color: red;
}

#formNL .plezi-form-field .control-label  {
    color: white !important;
}

#formNL input.plezi-submit-btn:hover {
    background-color: white;
    color: #f37867;
}


/* Hook spécifique pour le projet courant */

sup {
	font-size: 9px !important;
    padding: 2px !important;
}

#temoignages p {
	text-shadow: none !important;
}

li.et_pb_social_icon {
	margin-bottom: 0px!important;
}

blockquote {
    margin: 10px 0 0;
    border-left: 0px solid;
    padding-left: 0px;
}

.et_pb_menu_0_tb_header.dd-desktop-menu {

	margin-left: 25px !important;

}

@media ( max-width: 1250px ) and ( min-width: 1051px ) {

	.et_pb_menu_0_tb_header.dd-desktop-menu {

		margin-left: 20px !important;

	}

	#nav-logo img {

		height: 60px;

	}

	#menu-menu-principal li a {

		font-size: 13px;

	}

}

@media ( max-width: 1050px ) and ( min-width: 981px ) {

	.et_pb_menu_0_tb_header.dd-desktop-menu {

		margin-left: 15px !important;

	}

	#menu-menu-principal li a {

		font-size: 13px;

	}

}

@media ( max-width: 1150px ) and ( min-width: 981px ) {

	#nav-logo img {

		height: 40px !important;

	}

}

/* Hook de l'affichage du bouton contact dans la navigation */

@media only screen and ( min-width: 981px ) {

	#et-top-navigation {

		padding: 20px 0 0 0;

	}

	.et-fixed-header #et-top-navigation   {
	    
		padding: 30px 0 0 0;

	}

	.menu_button a {
	    background-color: #0092B2;
	    color: #FFF!important;
	    text-transform: uppercase;
	    padding: 10px 15px!important;
	    margin-bottom: 30px;
	    max-height: 35px;
	    font-size: 12px;
	}

	.menu_button a:hover {
	    background-color: #000;
	    color: #FFF!important;
	}

	.et-fixed-header #top-menu .menu_button a {
	    color: #FFF!important;
	    margin-bottom: 20px;
	    max-height: 35px;
	}

	.et-fixed-header #top-menu .menu_button a:hover {
	    color: white !important;
		background-color: #1b3557;
		opacity: 1;
	}

	#main-header.et-fixed-header #top-menu-nav #top-menu .menu_button a,
	#main-header.et-fixed-header #top-menu-nav #top-menu li.current-menu-item.menu_button > a, 
	#main-header.et-fixed-header #top-menu-nav #top-menu li.current_page_item.menu_button > a   {
	     color: #FFF !important;
	}

}

#fb_form_26380-0 .form-title {
	display: none;
}