@font-face {
	font-family: "Bouquet";
	src: url("../fonts/bouquet-list.otf") format("opentype");
}
@font-face {
	font-family: "Sofia Pro";
	src: url("../fonts/Sofia\ Pro\ Black\ Az.otf") format("opentype");
}
h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
}

.bold {
	font-weight: 600;
}

.light {
	font-family: "";
}

html, body {
	font-family: "Montserrat", sans-serif;
}

p {
	font-family: "Montserrat", sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

img {
	max-width: 100%;
}

header {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

header .header_inner{
	min-height: 780px;
	max-height: 1000px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}

header .header_inner .fond_header{
	position: absolute;
	top: 0;
	left: 0;
	height: 90vh;
	max-height: 700px;
	object-fit: contain;
	width: 100%;
}
	
header .header_inner .logo{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

header .header_inner .titre_header{
	background-color: rgba(240,80,0, 0.86);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 40px;
}

header .header_inner .titre_header:before{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	right: 100%;
	background-color: rgba(240,80,0, 0.86);
	content: '';
}

header .header_inner .titre_header h1{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	font-family: "Bouquet", sans-serif;
	font-size: 160px;
}

header .header_inner .titre_header h1 span{
	background-color: white;
	width: max-content;
	color: #FF7D23;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Sofia Pro", sans-serif;
	font-size: 66px;
	margin-top: -20px;
}

header .header_inner .titre_header p{
	color: white;
	font-weight: 600px;
	font-size: 19px;
	line-height: 23px;
	max-width: 400px;
	text-align: center;
	margin: 20px auto;
	font-family: "Roboto", sans-serif;
}

header .header_inner .titre_header a{
	position: absolute;
	background-color: #9C0A0F;
	border: 1px solid #9C0A0F;
	border-radius: 40px;
	color: white;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 20px;
	top: 100%;
	transform: translateY(-50%);
	transition: 0.15s;
}

header .header_inner .titre_header a:hover{
	text-decoration: none;
	background-color: white;
	color: #9C0A0F;
}

header .header_inner .titre_header a:focus{
	text-decoration: none;
}

header .header_inner .row{
	display: flex;
	align-items: flex-end;
}

header .header_inner .titre_header .protection{
	position: absolute;
	left: calc(100% + 30px);
	top: 100%;
	transform: translateY(calc(-100% - 30px));
}

.avantages{
	position: relative;
	z-index: 1;
	background-color: white;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	padding-bottom: 150px;
	box-shadow: 0px 50px 40px -35px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 50px 40px -35px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 50px 40px -35px rgb(0 0 0 / 15%);
}

.avantages .protection_mobile{
	margin: 20px 0 60px 0;
	position: relative;
}

.avantages .protection_mobile::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 30vw;
	border-bottom: 2px dotted #BEBEBE;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
}

.avantages .protection_mobile::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 30vw;
	border-bottom: 2px dotted #BEBEBE;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
}

.avantages h2{
	color: #FF7D23;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	font-family: "Sofia Pro", sans-serif;
}

.avantages .separator{
		margin: 40px 0;
}

.avantages .avantage .titre_avantage{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 1;
	font-family: "Sofia Pro", sans-serif;
}

.avantages .avantage .titre_avantage img{
	width: 90px;
	height: 90px;
	object-fit: contain;
	background-color: white;
	box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	border-radius: 100%;
	z-index: 100;
}

.avantages .avantage .titre_avantage h3{
		margin: 0;
		background-color: #FF7D23;
		text-transform: uppercase;
		color: white;
		margin-left: -30px;
		border-radius: 40px;
		padding: 10px 20px 10px 40px;
		font-size: 18px;
		font-family: "Sofia Pro", sans-serif;
}

.avantages .avantage .texte_avantage{
	position: relative;
	z-index: 0;
	border: 1px solid #C9C9C9;
	padding: 50px 20px 20px 20px;
	margin-top: -45px;
	min-height: 250px;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.avantages .avantage .texte_avantage h4{
	color: #FF7D23;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.avantages .avantage .texte_avantage p{
	color: #6F7175;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}


.devis_gratuit{
	margin-top: -80px;
	background: url('../images/devis_gratuit_1.jpg');
	padding: 160px 0 80px 0;
	background-position: center;
	position: relative;
}
.devis_gratuit.snd{
	margin-top: -80px;
	background: url('../images/devis_gratuit_1.jpg');
	padding: 160px 0 80px 0;
	background-position: center;
	position: relative;
}

.devis_gratuit .devis{
	background-color: white;
	padding: 20px;
	box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	border-radius: 30px;
}

.devis_gratuit .devis h2{
	color:#FF7D23;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	position: relative;
	font-family: "Sofia Pro", sans-serif;
}

.devis_gratuit .devis h2::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 70%;
	border-bottom: 2px dotted #BEBEBE;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%)
}

.devis_gratuit .devis .separator{
	padding: 0 50px;
	object-fit: contain;
}

.devis_gratuit .devis a{
	background-color: #9C0A0F;
	border: 1px solid #9C0A0F;
	border-radius: 40px;
	color: white;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 20px;
	transition: 0.15s;
}

.devis_gratuit .devis a:focus{
	text-decoration: none;
}

.devis_gratuit .devis a:hover{
	text-decoration: none;
	background-color: white;
	color: #9C0A0F;
}


.benefices{
	padding: 80px;
	position: relative;
	z-index: 1;
}

.benefices.orange{
	background: linear-gradient(to left, #FFA900, #E74E00);
}

.benefices.orange h2{
	color: white;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	font-family: "Sofia Pro", sans-serif;
	font-size: 35px;
}

.benefices.orange h2::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 150px;
	border-bottom: 2px dotted white;
	bottom: -40px;
	left: 0;
}

.benefices.orange p{
	position: relative;
	color: white;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	padding-left: 30px;
}

.benefices.orange p::before{
	content: url('../images/whitedot.svg');
	position: absolute;
	left: 0px;
}

.benefices.orange p strong{
	font-weight: 600;
}

.benefices.white{
	background-color: white;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	box-shadow: 0px 17px 49px -16px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 17px 49px -16px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 17px 49px -16px rgba(0,0,0,0.15);
}

.benefices.white h2{
	color: #FF7D23;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	font-family: "Sofia Pro", sans-serif;
	font-size: 35px;
}

.benefices.white h2::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 150px;
	border-bottom: 2px dotted #BEBEBE;
	bottom: -40px;
	left: 0;
}

.benefices.white p{
	position: relative;
	color: #6F7175;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	padding-left: 30px;
}

.benefices.white p::before{
	content: url('../images/orangedot.svg');
	position: absolute;
	left: 0px;
}

.benefices.orange p strong{
	font-weight: 600;
}


footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px 0;
}

footer p, footer a{
	text-align: center;
	color: #5D5C5C;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	transition: 0.2s;
}

footer a:hover{
	color: #FF7D23;
	text-decoration: none;
}

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

	header .header_inner .fond_header{
		object-position: top;
		object-fit: cover;
	}

	.devis_gratuit, .devis_gratuit.snd{
		background-size: cover;
	}

}

@media screen and (max-width: 1200px){

	header .header_inner .fond_header{
		max-height: 800px;
	}

	header .header_inner .titre_header h1{
		font-size: 140px;
	}
	header .header_inner .titre_header h1 span{
		font-size: 50px;
	}
	header .header_inner .titre_header .protection{
		left: 100%;
		transform: translateY(-100%);
	}

	.avantages .avantage .titre_avantage h3{
		font-size: 15px;
	}

	.devis_gratuit .devis a{
		font-size: 17px;
	}
}

@media screen and (max-width: 992px){

	header .header_inner .fond_header{
		object-fit: cover;
		max-height: 600px;
	}

	header .header_inner{
		height: 800px;
		min-height: auto;
	}

	header .header_inner .titre_header h1{
		font-size: 90px;
	}
	header .header_inner .titre_header h1 span{
		font-size: 30px;
	}

	.avantages{
		padding: 20px;
	}

	.avantages h2{
		font-size: 25px;
	}

	.avantages .separator img{
		object-fit: cover;
	}

	.devis_gratuit, .devis_gratuit.snd{
		padding-left: 20px;
		padding-right: 20px;
	}
	.devis_gratuit .devis{
		padding: 30px;
	}

	.devis_gratuit .devis h2{
		font-size: 20px;
		line-height: 24px;
	}

	.benefices.white, .benefices.orange{
		padding: 30px;
	}

	.avantages .avantage .texte_avantage{
		min-height: auto;
		margin-bottom: 30px;
	}

	.benefices.orange h2, .benefices.white h2{
		padding-bottom: 30px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 18px;
	}
	.benefices.orange h2::after, .benefices.white h2::after{
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}

	.benefices.orange p, .benefices.white p{
		font-size: 14px;
	}
}

@media screen and (max-width: 575px){

	header .header_inner .logo{
		top: -50px;
		width: 200px;
		object-fit: contain;
	}

	header .header_inner{
		height: 620px;
		min-height: auto;
	}

	header .header_inner .fond_header{
		height: auto;
	}

	header .header_inner::after{
		display: none;
	}

	header .header_inner .titre_header{
		border-bottom-left-radius: 30px;
		border-top-right-radius: 0px;
	}

}