/*
font-family: 'Barlow', sans-serif;
*/


html {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html,
body,
#header{
	min-height: 100%;
}

body {
	font-family: 'Barlow', sans-serif;	
}

a{
	font-size: 1rem;
}

p {
	font-size: 1rem;
}

h1{
	font-size: 4.3rem;
}

h2{
	font-size: 2.5rem;
}

h3{
	font-size: 1.65rem;
}

h4{
	font-size: 1rem;
}

main {
	height: 100%;
}

#header {
	background-image: url('../img/image_homme_bureau_2.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #91a3ae;
	background-size: cover;
	height: 100vh;
}

#iframe-section{
	background-color: #ffffff;
}

/*#col-iframe{
	margin-top: -390px;
	margin-top: -50vh;
}*/

#container-iframe{
	padding: unset;
}

#nflForm {
	transition: all 0.3s linear;
}

#btn-simulation{
	font-size: 18px;
	text-transform: none;
	border-radius: 25px;
	padding: 10px 25px 12px;
	font-weight: 700;
	box-shadow: none !important;
	border: #e8770c 1px solid;
	line-height: 20px;
	color: white;
}

#btn-simulation:hover{
	border: #e8770c 1px solid;
	background-color: #f7f7f7 !important;
	color: #e8770c;
	box-shadow: none !important;
}

#divRappel{
	position: relative;
}

#divRappel #inputRappel{
	width: 100%;
}

#divRappel #btnRappel{
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 10px;
	border-radius: 25px;
	max-width: 30px;
	height: 30px;
	transition: all .5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
}

#divRappel #btnRappel .fa-arrow-right{
	opacity: 0;
	transition: opacity .3s;
	align-self: end;
}

#divRappel #btnRappel:hover i{
	font-size: 1rem;
}

#divRappel #btnRappel:hover{
	max-width: 60px;

}

#divRappel #btnRappel:hover .fa-arrow-right{
	opacity: 1;
	font-size: .8rem;
}

#un-seul-container{
	font-family: 'Barlow Condensed', sans-serif;
	margin-top: 170px;
	flex-direction: column;
}

#un-seul-container h2{
	font-size: 2rem;
}

#un-seul-container h3{
	font-size: 1.5rem;
}

#pourquoi{
	background-color: #ffffff;
}

#pourquoi .container>div{
	padding: 0;
}

.navbar{
	box-shadow: none !important;
}

.font-weight-boldest{
	font-weight: 900 !important;
}

.bg-deep-blue{
	background-color: #4f5a77;
}

.bg-light-grey{
	background-color: #f1f2f6;
}

.bg-orange{
	background-color: #e8770c !important;
}

.txt-deep-blue{
	color: #282e3d;
}

.txt-light-blue{
	color: #86b3d6;
}

.txt-grey{
	color: #7e7f89;
}

.text-dark-white{
	color: #fefeff;
}

.font-size-10{
	font-size: 10px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-18{
	font-size: 18px;
}

.text-underline{
	text-decoration: underline !important;
}

.hr-light-blue{
	height: 1px;
	width: 190px;
	background-color: #4f5a77;
	margin: 20px 0;
	border: none;
}

.vertical-hr{
	height: auto;
	width: 1px;
	background-color: #d5d5d8;
}

.picto{
	height: 150px;
}

.slogan{
	font-weight: 15px;
}

.modal-body{
	max-height: 70vh;
	overflow: auto;
}

.modal-body ul, .modal-body ol{
	list-style: initial;
	padding-left: 30px;
}

/*m screen*/
@media screen and (min-width: 767px) and (max-width: 991px) {

	#header {

		background-image: url('../img/image_homme_bureau.png');
		background-repeat: no-repeat;
		background-position: top;
	}

	#un-seul-container{
		margin-top: 60px;
		flex-direction: row;
		justify-content: space-around;
	}

	.hr-light-blue{
		height: 150px;
		width: 1px;
		background-color: #4f5a77;
		margin: none;
	}
}

/*s screen*/
@media screen and (min-width: 576px) and (max-width: 767px) {

	h1{
		font-size: 3rem;
	}

	h2{
		font-size: 2.5rem;
	}

	h3{
		font-size: 2rem;
	}

	h4{
		font-size: 1.5rem;
	}

	#titre-interlocuteur{
		margin-left: -18px;
	}

	#un-seul-container{
		margin-top: 60px;
		display: none !important;
	}

	#header h1, #header h3{
		display: none;
	}
}

/*xs screen*/
@media screen and (max-width: 576px){

	h1{
		font-size: 2.5rem;
	}

	h2{
		font-size: 2rem;
	}

	h3{
		font-size: 1.5rem;
	}

	h4{
		font-size: .90rem;
	}

	#un-seul-container{
		margin-top: 60px;
		display: none !important;
	}

	#header h1, #header h3{
		display: none;
	}

/*	#col-iframe{
		margin-top: -670px;
		margin-top: -70vh;
	}*/
}

/*@media screen and (max-height: 599px){	
	#col-iframe{
		margin-top: -290px;
	}
}

@media screen and (min-height: 600px) and (max-height: 699px){	
	#col-iframe{
		margin-top: -340px;
	}
}

@media screen and (min-height: 700px) and (max-height: 800px){	
	#col-iframe{
		margin-top: -380px;
	}
}*/

/*@media screen and (min-height: 1000px) and (max-height: 1150px){	
	#col-iframe{
		margin-top: -480px;
		margin-top: -50vh;
	}
}

@media screen and (min-height: 1200px){	
	#col-iframe{
		margin-top: -670px;
		margin-top: -60vh;
	}
}*/