:root {
	/*COLORS*/
	--lighter: #2dafe6;
	--darker: #1d4080;
	--text: #1c243a;
	--gray: #f5f5f6;
	/*SIZE*/
	--size-btn-menu: 16px;
	--animate-delay: 0.5s;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.no-padding {
	padding: 0;
}

.no-padding-right {
	padding-right: 0;
}

a {
	color: #1d4080;
	text-decoration: none !important;
}

button,
.btn {
	transition: 0.2s;
}

body {
	font-family: "SFPro", sans-serif;
	line-height: 24.8px;
	padding-top: 32px;
	color: var(--text);
}

/* ===== SFPro Text ====*/
/* Regular */
@font-face {
	font-family: 'SFPro';
	src: url('../fonts/SFProText-Regular.eot');
	src: url('../fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Regular.woff') format('woff'),
		url('../fonts/SFProText-Regular.ttf') format('truetype'),
		url('../fonts/SFProText-Regular.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Medium */
@font-face {
	font-family: 'SFPro';
	src: url('../fonts/SFProText-Semibold.eot');
	src: url('../fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Semibold.woff') format('woff'),
		url('../fonts/SFProText-Semibold.ttf') format('truetype'),
		url('../fonts/SFProText-Semibold.svg#svgFontName') format('svg');
	font-weight: 500;
}

/* Bold */
@font-face {
	font-family: 'SFPro';
	src: url('../fonts/SFProText-Bold.eot');
	src: url('../fonts/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Bold.woff') format('woff'),
		url('../fonts/SFProText-Bold.ttf') format('truetype'),
		url('../fonts/SFProText-Bold.svg#svgFontName') format('svg');
	font-weight: 700;
}

/* Thin */
@font-face {
	font-family: 'SFPro';
	src: url('../fonts/SFProText-Thin.eot');
	src: url('../fonts/SFProText-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Thin.woff') format('woff'),
		url('../fonts/SFProText-Thin.ttf') format('truetype'),
		url('../fonts/SFProText-Thin.svg#svgFontName') format('svg');
	font-weight: 100;
}

/* Light */
@font-face {
	font-family: 'SFPro';
	src: url('../fonts/SFProText-Light.eot');
	src: url('../fonts/SFProText-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Light.woff') format('woff'),
		url('../fonts/SFProText-Light.ttf') format('truetype'),
		url('../fonts/SFProText-Light.svg#svgFontName') format('svg');
	font-weight: 300;
}

/* Heavy */
@font-face {
	font-family: 'SFProHeavy';
	src: url('../fonts/SFProText-Heavy.eot');
	src: url('../fonts/SFProText-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Heavy.woff') format('woff'),
		url('../fonts/SFProText-Heavy.ttf') format('truetype'),
		url('../fonts/SFProText-Heavy.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*BLACK*/
@font-face {
	font-family: 'SFProText';
	src: url('../fonts/SFProText-Black.eot');
	src: url('../fonts/SFProText-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SFProText-Black.woff2') format('woff2'),
		url('../fonts/SFProText-Black.woff') format('woff'),
		url('../fonts/SFProText-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}



/* ===== DIN Condensed ====*/
@font-face {
	font-family: 'DIN Condensed';
	src: url('../fonts/DINCondensed-Light.eot');
	src: local('DIN Condensed Light'), local('../fonts/DINCondensed-Light'),
		url('../fonts/DINCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINCondensed-Light.woff2') format('woff2'),
		url('../fonts/DINCondensed-Light.woff') format('woff'),
		url('../fonts/DINCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Condensed';
	src: url('../fonts/DINCondensed-Regular.eot');
	src: local('DIN Condensed'), local('../fonts/DINCondensed-Regular'),
		url('../fonts/DINCondensed-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINCondensed-Regular.woff2') format('woff2'),
		url('../fonts/DINCondensed-Regular.woff') format('woff'),
		url('../fonts/DINCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINCond';
	src: url('../fonts/DINCond-Black.eot');
	src: url('../fonts/DINCond-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINCond-Black.woff2') format('woff2'),
		url('../fonts/DINCond-Black.woff') format('woff'),
		url('../fonts/DINCond-Black.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

header.sticky {
	position: fixed;
	z-index: 9;
	background-color: #fff;
	width: 100%;
	top: 0px;
	padding-top: 27px;
	height: 80px;
}

header.sticky .logo {
	width: 210px;
	margin-top: 0;
}

header.sticky .blue-btn {
	display: none;
}

/* ===== Header ====*/
.page {
	max-width: 1319px;
	margin: 0 auto;
}

.blue-btn {
	border-radius: 30px;
	background-color: var(--lighter);
	border-color: var(--lighter);
	font-size: 18px;
	line-height: 1.3333333;
}

.blue-btn:hover {
	background-color: var(--darker);
	border-color: var(--darker);
}

.dark-btn {
	font-size: 18.4px;
	padding: 11px 18px;
	border-radius: 10px;
	background-color: var(--darker);
	border-color: var(--darker);
}

.dark-btn:hover {
	background-color: #fff;
	color: var(--darker);
}


header {
	padding-top: 2px;
	height: 119px;
	transition: 0.2s;
}

header .logo {
	float: left;
	width: 310px;
	margin-top: 19px;
	transition: 0.2s;
}

header .menu a.btn {
	float: right;
	padding: 6px 29px;
	margin-bottom: 18px;
}

header .menu ul {
	float: left;
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-left: 17px;
}

header .menu ul li {
	padding-left: 27px;
}

header .menu ul li a {
	font-size: 17px;
	font-weight: 500;
	color: var(--darker);
	text-decoration: none;
	position: relative;
	padding: 0;
}

.navbar-collapse.collapse {
	padding: 0;
}

header .menu ul li a:hover::before {
	width: 100%;
	left: 0;
}

header .menu ul li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	bottom: -10px;
	left: 50%;
	background-color: var(--darker);
	transition: all 0.4s;
}

/* FOOTER */
footer {
	position: relative;
	padding: 77px 0 45px;
	background-color: var(--gray);
}

footer .logos {
	float: left;
	width: 37%;
	height: 182px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 15px;
}


.logo-eurochem {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

footer .contacts {
	float: right;
	width: 52%;
	font-size: 17.8px;
	line-height: 29px;
	padding: 7px 1px;
}

footer .contacts span {
	display: block;
	float: left;
	width: 100%;
}

footer .contacts span:nth-child(2),
footer .contacts span:last-child {
	margin-top: 16px;
}

footer .logos span {
	font-size: 19px;
}

footer .col-md-3:nth-child(2) {
	padding: 0 0 0 98px;
}

footer .col-md-3:nth-child(3) {
	padding: 0 0 0 70px;
	margin-bottom: 66px;
}

footer .col-md-3 hr,
footer .col-md-6 hr {
	width: 31px;
	border-top: 2px solid var(--lighter);
}

footer h2 {
	font-family: "SFProHeavy", sans-serif;
	margin: 0;
	color: var(--darker);
	font-size: 21px;
	margin-top: 10px;
}

footer ul {
	list-style: none;
	font-size: 18px;
	margin: 31px 0;
	display: block;
}

footer ul li {
	margin-bottom: 11px;
}

footer ul li a {
	color: #000;
	text-decoration: none;
}

footer .col-md-6.pull-right {
	padding-left: 97px;
}

.copyright {
	background-color: #818080;
	padding: 9px;
	color: #FFFF;/ font-size: 14px;
}

.copyright .col-md-6 {
	padding: 0 32px;
}

.suivez-nous {
	display: flex;
	justify-content: space-between;
}

.suivez-nous .reseau-sociaux ul {
	display: flex;
	gap: 18px;
	font-size: 45px;
	margin: 0;
}

.suivez-nous .reseau-sociaux a {
	color: #e0e0e0;
}

.suivez-nous .reseau-sociaux a:hover span {
	background: #fff;
	border-radius: 25px;
}

.suivez-nous .reseau-sociaux .facebook:hover span {
	color: #1877F2;
}

.suivez-nous .reseau-sociaux .linkedin:hover span {
	color: #0077B5;
}

.suivez-nous .reseau-sociaux .instagram:hover span {
	background: linear-gradient(45deg, #FDCB5D, #FD5949, #D6249F, #285AEB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.suivez-nous .reseau-sociaux .pinterest:hover span {
	color: #E60023
}

.suivez-nous .reseau-sociaux .snap:hover span {
	color: #ffdb01
}

.suivez-nous .reseau-sociaux .youtube:hover span {
	color: #FF0000
}


/* HOME PAGE - SLIDE */
.slide {
	background-image: url(../img/slide_bg_.png);
	/*position: relative;
	padding-bottom: 44px;
	padding-top: 37px;
	background-size: 100% auto;
	background-repeat: no-repeat;*/
	height: 634px;
	background-position-x: 45%;
	position: relative;
	padding-bottom: 44px;
	padding-top: 37px;
	background-repeat: no-repeat;
}

.slide-content .title {
	padding-left: 278px;
}

.slide-content h1 {
	margin: 0;
	font-family: 'DINCond', sans-serif;
	font-size: 48px;
	line-height: 54px;
	color: #380101
}

.slide-content h1 span {
	display: block;
	color: #ee8515
}

.slide-content p {
	display: block;
	color: #1d4080;
	font-family: "SFProHeavy", sans-serif;
	font-style: italic;
	float: right;
	margin: 22px 16px;
	font-size: 20px;
	text-align: right;
	line-height: 29px;
}


.slide-content h1 sup {
	font-size: 32px;
}


.form-section {
	padding-left: 45px;
}

.form-section form {
	padding: 0;
	border: 2px solid var(--lighter);
	border-radius: 17px;
	margin: 8px 0 0;
}

.form-section form legend {
	border-bottom: none;
	font-family: 'SFProText', sans-serif;
	font-weight: 900;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
	line-height: 33px;
	color: var(--darker);
	margin-bottom: 0;
	background-color: #fff;
	padding: 12px 0;
	border-radius: 18px 18px 0 0;
}

.form-section form legend small {
	display: block;
	font-size: 23px;
	font-weight: 500;
	text-transform: none;
	font-family: 'SFPro', sans-serif;
}

.form-section label {
	font-family: 'SFPro', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #fff
}

.form-section .radio-inline {
	margin: 0 12px;
	font-weight: bold;
}

.margin-none {
	margin: 0 !important;
}

.form-fields {
	padding: 9px 13px 14px 11px;
	background-color: var(--lighter);
	border-radius: 0 0 14px 14px;
}

.form-group {
	margin-bottom: 4px;
}

.fields {
	padding: 0 1px 0 2px;
}

.fields input {
	border-radius: 10px;
	height: 40px;
	border-color: #fff;
	margin-bottom: 5px;
	box-shadow: none !important;
	font-size: 14.5px;
}

.fields .form-control:focus {
	border-color: #fff !important;
	box-shadow: none !important;
}

.fields .input-group {
	margin-top: 7px;
}

.fields input {
	border-right: none;
}

.fields .input-group-addon {
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	border-color: #fff !important;
	padding: 10px 16px;
}

.fields .checkbox label {
	font-size: 12.2px;
	padding: 6px 0 0 21px;
	line-height: 16px;
}

.fields .checkbox input {
	top: -10px;
}

.form-fields .dark-btn {
	margin: 0 auto;
	display: block;
}

/* HOME PAGE - NOS AVANTAGES */
section {
	padding: 95px 0;
}

.text-uppercase {
	text-transform: uppercase;
}

h2 {
	margin: 0;
	font-family: 'SFProHeavy', sans-serif;
	font-size: 36px;
	color: var(--darker);
	line-height: 45px;
}

h3 {
	font-family: 'SFProHeavy', sans-serif;
	color: var(--lighter);
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.nos-avantages ul {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	margin-top: 61px;
	padding: 0 32px;
	width: 100%;
	color: var(--darker)
}

.nos-avantages ul li {
	border: 2px solid var(--lighter);
	border-radius: 21px;
	padding: 30px 20px 22px 20px;
	width: 17.9%;
	float: left;
	margin: 0 32px 0 0;
}

.nos-avantages ul li:last-child {
	margin-right: 0;
}

.nos-avantages ul li span {
	font-size: 90px;
	background: -webkit-linear-gradient(var(--darker), var(--lighter));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nos-avantages ul li p {
	margin: 0;
	font-weight: bold;
	margin-top: 16px;
	font-size: 18px;
}

/* HOME PAGE - COMMENT CA MARCHE */
.bg-gray {
	background-color: var(--gray);
}

.text-image .comment-ca-marche,
.contenu-section {
	padding: 10px 30px;
}

.text-image hr,
.contenu-section hr {
	margin: 23px 0 45px;
	border-top: 3px solid var(--lighter);
	width: 54px;
}

.text-image p {
	font-size: 20px;
}

.text-image .content,
.contenu-section .content {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.text-image .text,
.contenu-section .text {
	flex-basis: 721px;
}

.text-image .text p,
.contenu-section p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 12px;
}

.text-image .image img,
.contenu-section img {
	height: 100%;
	object-fit: contain;
}

/* HOME PAGE - PROTEGEZ VOTRE MAISON */
.contenu-section {
	padding: 10px 30px;
}

.contenu-section .images ul {
	display: flex;
	margin-top: 65px;
	list-style: none;
	flex-direction: row;
	gap: 58px;
}

.contenu-section .images ul img {
	height: auto;
}

.contenu-section .images ul span {
	display: block;
	margin: 8px 0;
	line-height: 10px;
	font-size: 16px;
	font-style: italic;
}

.contenu-section .images ul span b {
	display: block;
	margin: 8px 0;
	font-size: 16px;
	line-height: 27px;
}

.mt-none {
	margin-top: 0 !important;
}

.mt-65 {
	margin: 20px auto 0;
}

/* HOME PAGE - COLORIS */
.coloris {
	padding: 50px;
	background-color: var(--darker);
}

.notice {
	text-align: center;
	display: block;
	color: #fff;
	font-style: italic;
	margin: 36px 0 0;
	font-size: 18px;
}

.coloris h2 {
	font-size: 35px;
	color: #fff
}

.coloris ul {
	margin-top: 42px;
	list-style: none;
}

.coloris ul li {
	float: left;
	width: 136px;
	margin: 0 21px 0 3px;
}

.coloris ul li:last-child {
	margin: 0;
}

.coloris ul li img {
	margin: 0 auto 19px;
	height: 130px;
	width: 130px;
}

.coloris ul li p {
	text-align: center;
	padding: 0;
	color: #fff;
}

.coloris ul li small {
	display: block;
	font-size: 14px;
}

/* HOME PAGE - NOS CERTIFICATIONS */
.nos-certifications {
	background-image: url('../img/certifications-bg.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-color: #fff;
	padding: 93px 0;
}

/* HOME PAGE - DEMANDE DE DEVIS GRATUIT */
.demande-devis-gratuit {
	padding: 58px;
	background-color: var(--lighter);
}

.demande-devis-gratuit .col-md-12 {
	padding: 0 30px;
}

.demande-devis-gratuit h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 31px;
}

.demande-devis-gratuit p {
	margin: 0;
	font-size: 40px;
	color: #fff;
}

.demande-devis-gratuit a {
	border: 2px solid white;
	border-radius: 11px;
	font-size: 33px;
	float: right;
	margin: 22px 0;
	padding: 15px 17px 15px 33px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
}

.demande-devis-gratuit a span {
	font-size: 38px;
}

.demande-devis-gratuit a:hover {
	background-color: var(--darker);
	border-color: var(--darker);
	color: #fff;
}


/* QUI SOMMES NOUS ? */
.slide-page img {
	margin: 0 auto;
	display: block;
}

.slide-page {
	position: relative;
	height: 239px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 41px;
}

.qui-sommes-nous {
	background-image: url('../img/qui-sommes-nous.jpg');
	background-size: auto 100%;
}

/* CONTACT */
.contact {
	background-image: url('../img/contact-bg.png');
	background-size: auto 100%;
}

.contact-page {
	position: relative;
}

.contact-page::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 971px;
	background: url(assets/img/contact.jpg) no-repeat center center;
	opacity: 30%;
	display: none;
}

.contact-details {
	padding: 0 15px 0 16px;
}

.contact-details p {
	margin-bottom: 25px;
}

.map {
	float: left;
	height: 312px;
	width: 100%;
}

.map iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.form-contact {
	padding: 128px 5px 0 0;
}

.contact-type {
	padding: 0 17px;
	margin-bottom: 10px;
}

.contact-type label {
	font-size: 22px;
	color: var(--darker);
}

.contact-type .radio-inline {
	font-size: 25px;
	color: var(--darker);
	font-weight: bold;
	padding-left: 27px;
	float: left
}

.contact-type .radio-inline:last-child {
	float: right;
}

.contact-type label[for="type"] {
	font-size: 22px;
	color: var(--darker);
	margin-right: 70px;
	float: left;
	font-weight: 500;
}

.form-contact .form-control {
	height: 51px;
	box-shadow: none;
}

.contact-details .form-group {
	margin-bottom: 10px;
}

.form-contact .form-group,
.input-group .form-group {
	margin-bottom: 14px;
}

.form-contact textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 184px;
	resize: none;
	line-height: 1.42857143;
	color: #555;
	padding: 13px;
	font-size: 14px;
}

.mt-message {
	margin-top: 15px;
	margin-bottom: 7px !important;
}

.form-contact button {
	width: 100%;
	border-radius: 5px;
	font-size: 27px;
	font-weight: bold;
}


/* Menu Mobile */
.menu-mobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999999;
	width: 0;
	min-width: 100%;
	max-width: none;
	height: 100vh;
	background-color: #fff;
	transform: translateX(-100%);
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 0.3s;
	padding-top: 31px;
}

.menu-mobile .logo-mobile {
	margin-left: 12px;
	float: left;
}

.menu-mobile .logo-mobile img {
	width: 73%;
}

.menu-mobile span.icon-close {
	float: right;
	font-size: 17px;
	margin-right: 12px;
	margin-top: 9px;
	color: var(--darker);
}

.menu-mobile .menu-items {
	text-align: center;
	margin-top: 65px;
}


.menu-mobile .menu-items li {
	margin-bottom: 44px;
}

.menu-mobile .menu-items li a {
	font-size: 22px;
	font-weight: 700;
	color: var(--darker);
	text-decoration: none;
}

.menu-mobile .btn-primary {
	margin: 83px auto 35px;
	float: none;
	display: block;
	width: 66%;
}

.menu-mobile--is-open {
	top: 0;
	min-width: 100%;
	height: 100vh;
	transform: translateX(0);
}

.grecaptcha-badge {
	display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.demande-devis-bloc {
	position: fixed;
	z-index: 9;
	bottom: 0;
	width: 100%;
	background-color: var(--lighter);
	text-align: center;
	padding: 17px 16px;
	box-shadow: 5px 10px 18px #ccc;
	color: #fff !important;
	font-size: 19px;
	font-weight: bold;
}


#modal-form .modal-dialog {
	height: 100vh;
	width: 100%;
	margin: 0;
}

#modal-form .modal-content {
	height: 100%;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

#modal-form .modal-header {
	border: none;
}

.avant-apres {
	width: 100%;
	height: auto;
	float: right;
}