
body, .sticky-footer-wrapper {
	font-family: 'Open Sans', sans-serif;
	min-height:100vh;
 }
 
.flex-fill {
	flex:1 1 auto;
}

.dargepy-color-white{
	color: #FFFFFF;
}

.dargepy-color-blue{
	color: #397F9F !important;
}

.dargepy-bg-blue{
	background: #397F9F !important;
}


.dargepy-color-green{
	color: #00A99D !important;
}

.dargepy-bg-green{
	background: #00A99D !important;
}


.dargepy-color-gray{
	color: #F2F2F2 !important;
}

.dargepy-bg-gray{
	background: #F2F2F2 !important;
}


.dargepy-color-orange{
	color: #FF641D !important;
}

.dargepy-bg-orange{
	background: #FF641D !important;
}

.dargepy-logo{
	font-family: 'Questrial', sans-serif;
	font-size: 50px;
}

a, 
a:hover,
a:visited,
a:active {
	text-decoration: none !important;
	box-shadow:none !important;
	color: inherit;
    outline:0px !important;
}



 .dargepy-banner{

	border-top: 15px solid #397F9F;
	border-bottom: 8px solid #F2F2F2;

	background-image: url('../imgs/green_bar.svg');
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 8%;
}



 .dargepy-banner-inner{

	background-image: url('../imgs/orange_splash.svg');
	background-position-x: right;
	background-position-x: right 15%;
	background-position-y: top ;
	background-repeat: no-repeat;
	background-size: 30%;
}


.dargepy-tagline{
	font-size: 16px;
	font-size: small;
	font-weight: bold;
	margin-top: -11px;
}


 .row-search-form{
	background-image: url('../imgs/green_losange.svg');
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 8%;
}


.row-search-form   .search-box{ 
	position: relative;
	border-radius:10px;
	width: 80% !important;

}

.row-search-form  .search-box img{ 
	z-index:-1;
	position: absolute;
	width: 100%;
	height: 120%;


	/*Top et left si vont varier en fonction que on soit sur mobile ou web ou tablette*/

	top: -11%;
	left: -29%;
}

.row-search-form  .search-box input{ 

}

@media (max-width: 576px) {
	.dargepy-banner{
		border-top: 8px solid #397F9F;
		border-bottom: 4px solid #F2F2F2;

		background-image: none !important;
	}

	.dargepy-banner-inner{
		background-image: none !important;
		text-align: center;
	}

	.dargepy-logo{
		font-size: 40px;
	}

	 .row-search-form{
		background-image: url('../imgs/green_losange.svg');
		background-position-x: 90%;
		background-position-y: 56%;
		background-repeat: no-repeat;
		background-size: 18%;
	}

	.row-search-form   .search-box{ 
		position: relative;
		border-radius:10px;
		width: 100% !important;
	
	}

	.row-search-form  .search-box img{ 
		width: 115%;
		height: 132%;
		top: -15%;
		left: -9%;
	}
  
	.row-search-form  .about-box {
		border-color: #F2F2F2;
		font-size: 13px;
	}

	.row-search-form  .about-box  .about{
		font-size: 150% !important;
	}

	.row-search-form  .about-box{
		position: relative;
		top: -17%;
		background: transparent;
	}

}




.row-search-form  .search-box label{
	font-size: 16px;
}

.row-search-form  .search-box span{
	font-size: 14px;
	font-style: italic;
}

.row-search-form  .search-box button{
	font-size: 14px;
	border-radius:5px;
	border-color: #00A99D !important;
}

.row-search-form  .search-box input{
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	font-size: 15px;
	font-style: normal;
}

 
.row-search-form  .about-box {
	border-color: #F2F2F2;
	font-size: 13px;
}

.row-search-form  .about-box  .about{
	font-size: 15px;
	background-image: url('../imgs/trait.svg');
	background-position-y: 97%;
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: 122%;
}

footer{
	font-size: 12px;
}