/*
Theme Name: STORACON
Description: This is a custom child theme for Salient
Theme URI: http://lp.storacon.be
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/


header .sf-menu {
	/*
	padding-right: 36px;
	background: transparent url('img/burgermenu.png') no-repeat right center;
	background-size: 24px;
	*/
}

/* Formulaires de contact */
.wpcf7 br {
	display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
	border: 1px solid #E8E8E8;
	background-color: #fff;
}
.wpcf7 .your-name {
	width: 49%;
	margin: 0 1% 10px 0;
	display: inline-block !important;
}
.wpcf7 .your-firstname {
	width: 49%;
	margin: 0 0% 10px 0;
	display: inline-block !important;
}
.wpcf7 .your-email{
	width: 49%;
	margin: 0 1% 10px 0;
	display: inline-block !important;
}
.wpcf7 .your-phone {
	width: 49%;
	margin: 0 0% 10px 0;
	display: inline-block !important;
}
.wpcf7 .your-company{
	width: 49%;
	margin: 0 1% 10px 0;
	display: inline-block !important;
}
.wpcf7 .your-zipcode {
	width: 49%;
	margin: 0 0% 10px 0;
	display: inline-block !important;
}
.wpcf7 textarea {
	margin: 0 0 10px 0;
}
.mentionrgpd {
	font-size:  12px;
	line-height: 14px;
}
.arrowemail {
	background-image: url('img/arrowemail.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 50px;
	width: 100% !important;
}
@media screen and (max-width: 720px) {
	.wpcf7 .your-name,
	.wpcf7 .your-firstname,
	.wpcf7 .your-email,
	.wpcf7 .your-phone,
	.wpcf7 .your-company,
	.wpcf7 .your-zipcode {
		width: 100%;
	}
}


/* banniere LP */
.titrerouge .wpb_wrapper {
	color: #fff;
	background: #D02802;
	border-radius: 10px;
	padding: 4px 20px;
	width: fit-content;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.banniere h1 {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
}
.listeicones ul {
	padding: 0;
	margin: 0;
}
.listeicones ul li {
	list-style: none;
	padding: 0 0 0 40px;
	min-height: 48px;
}
.icon_espace:before {
	content: url('img/icon_espace.png');
    height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}
.icon_horloge:before {
	content: url('img/icon_horloge.png');
	height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}
.icon_couts:before {
	content: url('img/icon_dollar.png');
	height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}
.icon_proteger:before {
	content: url('img/icon_proteger.png');
	height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}
.icon_soleil:before {
	content: url('img/icon_soleil.png');
	height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}
.icon_plateforme:before {
	content: url('img/icon_plateforme.png');
	height: 42px;
    width: 42px;
    left: 0;
 }
.icon_surface:before {
	content: url('img/icon_surface.png');
	height: 42px;
    width: 42px;
    left: 0;
    position: absolute;
}


/* Mise en forme texte */
.lettrage {
	color: #D02802;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}
.chapeau {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}
.bouton {
	background: #D02802;
	color: #fff;
	padding: 14px 70px 14px 60px;
	position: relative;
	font-size: 16px;
}
.bouton_arrow_up:after {
	content: url('img/arrow-up.png');
	width: 12px;
	height: 12px;
	margin: 0 0 0 10px;
	position: absolute;
}
.bouton_arrow_up:hover:after {
	margin: -3px 0 0 10px;
}
.bouton:hover {
	color: #fff;
	border: 1px solid #000;
}
.boutonplus {
	padding: 8px 20px;
	color: #D02802;
	text-align: center;
	display: block;
	margin: 0 15px 15px 15px;
	background: #FAE9E6 url('img/arrow-right-red.png') no-repeat 95% center;
}
.boutonplus:hover {
	background-position: 98% center;
}