/* footer */
.footer-row {
	display:flex;
	gap:0;
	font-size:14px;
}
.footer-row .et_pb_column {
	margin-right:0 !important;
}
.footer-row .logo-col {
	width:235px !important;
}
.footer-row .menu-col {
	width:calc(100% - 255px - 235px) !important;
}
.footer-row .contact-col {
	width:255px !important;
}
.footer-row .contact-col strong {
	font-size:18px;
	font-weight:600;
}

/* accueil */
.reference-module .percent {
	height:33px;
}
.reference-module .percent-value {
	font-weight:600;
}
.reference-module .percent-value:before {
	content:'+';	
}
.reference-module .percent-value:after {
	content:' clients';	
}


.newsletter-section {
	background-image: linear-gradient(-240deg, #0b090a 0%, #0b090a calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), #191919 calc(50% + 1px), #191919 100%) !important;
}
.newsletter-module input[type="email"] {
	padding:15px 30px !important;
	border-radius:27px;
}
.newsletter-module input[type="submit"] {
	background-color:#DB3234;
	font-weight:400;
	font-size:16px;
	width:174px;
	padding:16px;
	border-radius:27px;
	cursor:pointer;
}
.newsletter-module .wpcf7-not-valid-tip {
	position:absolute;
	bottom:-50px;
	width: 100%;
    text-align: center;
    padding-right: 15px;
}

.newsletter-module .wpcf7-response-output {
	display:none;
}