@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700&display=swap');

h1,h2,h3,h4,h5,h6{
    font-family: 'Maven Pro', sans-serif;
}

body{
    font-family: 'Maven Pro', sans-serif;
}

#headerSection{
	background: url('../img/banner.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    position: relative;
}


.color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #0052A4;
    opacity: 0.26;
    top: 0;
    left: 0;
}

.headerTitle{
	padding: 20px 0px;
	overflow: hidden;
	color: #fff;
}

.headerTitle img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}
.headerTitleLarge img {
    width: 175px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
.headerTitle h2 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding-right: 60px;
    margin-top: 5px;
    line-height: 26px;
}
.headerTitleLarge {
    padding-bottom: 30px;
}

.headerTitleLarge p {
    color: #fff;
    margin-top: 25px;
    font-size: 13px;
    line-height: 17px;
	text-align: justify;
}
.box {
    background: rgba(255,255,255,1);
    border-radius: 5px 5px 5px 5px;
    filter: alpha(opacity=100);
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding: 15px 20px 0px 20px;
    overflow: hidden;
	margin-top: -11px;
	margin-bottom:40px;
}

.fa-check{
	color: #23bd66;
    background: #fff;
    font-size: 35px;
    padding: 10px;
    border-radius: 100px;
    border: 4px solid #23bd66;
	margin-top: 30px;
	z-index: 10;
    position: relative;
    margin-left: 43%;
	opacity:0
}

.boxBorder{
	border: 0;
    border-radius: 0.4375rem 0.4375rem 0.4375rem 0.4375rem;
    background: rgb(36, 189, 102);
    opacity: 1;
	margin-top: -35px;
	height:16px;
	
}
.box h2{
	    text-align: center;
    color: #0fb356;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 3px;
}

.box p{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
    margin-bottom: 10px;
}


/*--- tab css will be here  ---*/


#clientLogo,
#services,
#testimonial{
    padding: 10px 0px 25px;
}

#testimonial{
    padding: 40px 0px 25px;
}


.titleTextt h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #00406e;
    line-height: 34px;
}

.clientImgSingle {
    margin-top: 10px;
    text-align: center;
    padding: 0px 30px;
}


#services{
    background: #e9e9e9;
}

.clientImgSingle h2 {
    color: #00406e;
    font-weight: bold;
    font-size: 18px;
	margin-top: 5px;
}
.clientImgSingle p {
    color: #a4b3bc;
    font-size: 15px;
    line-height: 20px;
}

.testimonialContent h4 {
    font-size: 30px;
    color: #2bdb77;
    line-height: 38px;
    font-style: italic;
    /* font-family: inherit; */
    font-weight: 500;
}

.testimonialPadding{
    padding: 0px 30px;
}


.testimonialName h4{
        font-size: 20px;
    color: rgb(164, 179, 188);
    line-height: 24px;
    font-weight: bold;
}


.clientImgSize img {
max-width: 100%;
}

/* -- form css --*/

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    margin-left: -44px;
}
 #progressbar li {
     list-style-type: none;
     color: grey;
     text-transform: uppercase;
     font-size: 11px;
     width: 33.33%;
     float: left;
     position: relative;
	 line-height: 13px;
}
 #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: grey;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    z-index: 99999;
    position: relative;
}
/*progressbar connectors*/
 #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: grey;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 0;
}
 #progressbar li:first-child:after {
    /*connector not needed before the first step*/
     content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
 #progressbar li.active:before, #progressbar li.active:after{
     background: #27AE60;
     color: white;
}
 .divStep{}
.divDpt {
    margin-bottom: 10px !important;
    max-width: 440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.divUrgence {
    padding-left: 20px;
	    line-height: 30px;
}
 .divDpt b{
     font-size:16px;
}
 .thisVal{
     margin-bottom:10px 
}
 .fa-times{
     color:red;
     cursor:pointer;
}
 .nextStep, .nextStep2, .nextStep3, .nextLast{
     background: rgb(15, 179, 86);
     color: #fff;
     border-radius: 5px;
     padding: 15px 40px;
     font-weight: bold;
     font-size: 20px;
}

.connexion{
	font-size: 19px;
}

 .step2 input{
     border-radius: 5px;
     height: 40px;
     background-color: white;
     margin-top: 10px;
     color: black;
     padding-left: 10px;
     margin: 0;
}
 li.active{
     color:#27AE60 !important;
     font-weight:bold;
}
 .err{
     color:red;
     display:none;
     display: none;
     margin-left: 10px;
     font-size:11px;
	 margin-top: 5px;
}
 .confirmationMSG{
     font-size:16px;
     font-weight:bold;
	 text-align: center;
    padding: 30px 30px 60px 30px;
}

.divForm  {
    text-align: center;
}

.divForm .btn {
    margin-top: 20px;
}

.divUrgence label{
	font-weight:normal;
	margin-bottom: 0px;
}


.form-group {
        height: 65px;
}


.clientOne img{
    width: 112px;
    height: 83px;
}

.clientTwo img{
    width: 178px;
    height: 83px;
    margin-top: 14px;
}

.clientThree img{
    width: 172px;
    height: 58px;
    margin-top: 25px;
}

.clientFour img {
    width: 164px;
    height: 94px;
    margin-top: 10px;
}
.clientFour {
    margin-left: 15px;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
	text-align:center;
	margin-bottom:20px !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.titleTextt{
	text-align:center;
	
}

#testimonial{
	background: url('../img/isolation_exterieur_1.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	color:white;
}

#testimonial .col-md-4{
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;
	font-size:18px
}

.pourquoi .col-md-4{
	margin-bottom:25px;
	margin-top:25px;
	font-size:16px
}

.pourquoi .titredesc{
	color: #2bdb77;
	font-size:22px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.pourquoi .textdesc{
	text-align:justify;
}

.pourquoi img{
	width:100%;
}

.avis{
	width: 100%;
    background: #fff;
    height: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;
}

.etoiles{
	float:left
}
.date{
	float:right;
}
.avisTxt{
	margin-top: 10px;
    float: left;
}

.title{
	color: #ffffff;
	font-size:40px;
	line-height:37px;
	margin-top:80px;
	text-transform: uppercase;
}

.title div{
	    font-size: 25px;
    color: #fffd33;
    line-height: 25px;
    margin-top: 15px;
}

.surface{
	color: #ffffff;
	font-size:18px;
	border:2px solid #fff;
	margin-top:20px;
	padding:5px;
}

.points{
	color: #ffffff;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	margin-top:10px;
	padding:5px;
}

.testez{
	font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #00375b;
    margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
	
}

.testez span{
	font-size: 16px;
    line-height: 10px;
	font-weight: normal;
}

.taboola h2{
	font-size: 23px;
	margin-bottom: 10px;
}

.taboola div{
	font-size: 20px;
    line-height: 10px;
	font-weight: bold;
	border-bottom: 1px solid #c1c1c1;
    width: 100%;
    padding-bottom: 20px;
}

.titre{
	font-size: 15px;
    font-weight: bold;
    color: #00375b;
    margin-bottom: 5px;
}

.titre.taboola {
    font-size: 18px;
    font-weight: bold;
    color: #00375b;
    margin-bottom: 15px;
	text-align:center;
}

.nextSection{
	margin-top:20px
}

#departement{
	font-size: 16px;
    height: 40px;
	color: #002640;
    background-color: #F7F9FF;
    border-color: #D0E0FF;
}

 .radiobtn {
	 position: relative;
	 display: block;
}
 .radiobtn label {
	 display: block;
    background: #f7f9ff;
    color: #00375b;
    border-radius: 5px;
    padding: 5px 0px 6px 28px;
    border: 1px solid #d0dfff;
    margin-bottom: 5px;
    cursor: pointer;
	 font-weight: normal;
	 font-size: 14px;
}
 .radiobtn label:after, .radiobtn label:before {
	 content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #d0dfff;
	 
}
 .radiobtn label:before {
	 background: transparent;
	 transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	 z-index: 2;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 background-size: 13px;
	 background-position: center;
	 width: 0;
	 height: 0;
	 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
 .radiobtn input[type="checkbox"], .radiobtn input[type="radio"] {
	 display: none;
	 position: absolute;
	 width: 100%;
	 appearance: none;
}
 .radiobtn input[type="checkbox"]:checked + label, .radiobtn input[type="radio"]:checked + label {
	 background: #e9efff;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #7ca9ff;
}
 .radiobtn input[type="checkbox"]:checked + label:after, .radiobtn input[type="radio"]:checked + label:after {
	 background: #7ca9ff;
}
 .radiobtn input[type="checkbox"]:checked + label:before, .radiobtn input[type="radio"]:checked + label:before {
	 width: 18px;
    height: 18px;
}

.col{
	    padding-left: 3px;
    padding-right: 3px;
}

.rowGroup{
	margin: 0;
}
 
.logo{float:left;margin-top: 20px;}
.logo img{max-width:150px}

.programme{
float: left;
    color: #fff;
    margin-top: 57px;
    margin-left: 20px;
}

.service{
	max-width:180px;
	position: absolute;
    right: 0;
    left: 0;
}

.demarrer {
    color: #fffd33;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    line-height: 32px;
    transform: rotate(-22deg);
    text-align: center;
    margin-top: 60px;
}

.icon-right-drawn-arrow {
    font-size: 80px;
    margin-left: 70px;
    line-height: 100px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d6the4');
  src:  url('../fonts/icomoon.eot?d6the4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d6the4') format('truetype'),
    url('../fonts/icomoon.woff?d6the4') format('woff'),
    url('../fonts/icomoon.svg?d6the4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-drawn-arrow:before {
  content: "\e906";
}

.titleFinal{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
	color: #00375b;
}

.form-control{
	font-size: 16px;
    height: 40px;
    color: #002640;
    background-color: #F7F9FF;
    border-color: #D0E0FF;
}

.dropdown-toggle{
	color: #002640;
    background-color: #F7F9FF;
    border-color: #D0E0FF;
    height: 40px;
}
.dropdown-toggle:focus, .bootstrap-select:focus, .bootstrap-select .dropdown-toggle:focus{
	outline:none !important;	
}


.comment{
	font-size:22px;
	line-height:28px
}

.comment ul{
	margin-top:15px;
	list-style-type:none;
	margin-left: 40px;

}

.comment ul li{
	margin-bottom: 20px;
}

.comment ul li:before {    
    content: "✓";
    margin: 0px 15px 0 -50px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 80px;
    background-color: #0fb356;
}

.testBtn {
    background: rgb(15, 179, 86);
    color: #fff;
    border-radius: 5px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 20px;
}

.btncenter {
    margin: 40px;
    text-align: center;
}

.btn-statut {
	width:60px;
	height:60px;
	margin:10px auto 10px auto;
	background-color: rgba(0, 55, 91, 0.3);
	transition: 		all 0.25s ease-out;
	-o-transition: 		all 0.25s ease-out;
	-moz-transition: 	all 0.25s ease-out;	
	-webkit-transition: all 0.25s ease-out;	
	background-size:60px 60px;
	background-position:center center;
	background-repeat:no-repeat;
}
	.btn-statut.prop {
		background-image:url(../img/icon-femme@2x.png);
	}
	.btn-statut.loc {
		background-image:url(../img/icon-homme@2x.png);
	}
	.btn-group-statut .btn-default {
		color: rgb(0, 55, 91, 0.7);
		border: solid 1px rgba(151, 151, 151, 0.4);
		transition: 		all 0.25s ease-out;
		-o-transition: 		all 0.25s ease-out;
		-moz-transition: 	all 0.25s ease-out;	
		-webkit-transition: all 0.25s ease-out;	
	}
	/* HOVER
	----------------*/
	.btn-group-statut .btn-default:hover,
	.btn-group-statut .btn-default:focus,
	.btn-group-statut .btn-default:active,
	.btn-group-statut .btn-default:active:hover
	{
		background-color:#fff;
		border: solid 1px rgba(151, 151, 151, 0.8);
		border: solid 1px rgba(73, 73, 73, 0.8);;
	}
	.btn-group-statut .btn-default:hover .btn-statut,
	.btn-group-statut .btn-default:active .btn-statut,
	.btn-group-statut .btn-default:focus .btn-statut 
	{
		background-color: rgba(73, 73, 73, 0.8);
	}
	/* ACTIVE
	---------------*/
	.btn-group-statut label.btn-default.active, 
	.btn-group-statut label.btn-default.active.focus {
		background:#fff;
		color:#00375b;
	}
	.btn-group-statut .btn-default.active .btn-statut {
		background-color: #00375b;
	}

.civ{
	margin-right:10px;
}
.civ .btn.btn-default{
	background-color: #fff;
    border-color: #D0E0FF;
}

.civ.radiobtn label:after, .civ.radiobtn label:before {
    display:none;
}

.civ.radiobtn label {
    padding: 5px 0px 6px 0px;
	margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
	.programme{
		display:none;
	}
	
	.titleTextt img{
		margin-left:-30px;
		max-width:100%;
	}
	
	.demarrer {
		display:none;	
	}
	
	.title {
		color: #ffffff;
		font-size: 32px;
		line-height: 32px;
		margin-top: 20px;
		text-align: center;
	}
	
	.comment ul {
		margin-top: 15px;
		list-style-type: none;
		margin-left: 0px;
	}
	
	.btncenter {
		margin: 40px 0;
		text-align: center;
	}
	
	.surface {
		color: #ffffff;
		font-size: 18px;
		border: 2px solid #fff;
		font-weight: bold;
		margin-top: 25px;
		padding: 5px;
	}
	
	.logo {
		display:none;
		float: left;
		margin-top: -170px;
		width: 100%;
		text-align: center;
	}
	
	.points {
		color: #ffffff;
		font-size: 19px;
		margin-top: 10px;
	}
	
	.fa-check {
		margin-top: 5px;
	}
	
	.box h2 {
		font-size: 21px !important;
    	line-height: 30px !important;
    	margin-top: 15px !important;
	}
	
	.testez {
		margin-bottom:30px;	
	}
	
	.testez span {
		font-size: 13px;
		font-weight: normal;
		line-height: 10px;
	}
	
	.boxForm .box{
		padding:0px !important;
	}
	
	.clientImgSize img {
		max-width: 100%;
	}
	
	.text-left, .text-right{
		text-align:center;
	}
}