body{
	font-family: 'Poppins', sans-serif;	
	line-height:1.5rem;
	font-size:14px;
}

#heading{
	width:100%;
	min-height:600px;
	background: url(../img/bg.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	position:relative;
}
#heading .overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #29abe2;
    opacity: 0.35;
	z-index:0;	
}
.shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	transform:rotate(180deg);
	bottom:-1px;
}
.shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index:-1;
    height: 150px;
    transform: translateX(-50%) rotateY(180deg);
}
.shape .shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#heading .row{
	display:flex;
	align-items:flex-end;
	position:relative;
	z-index:1;
}
h1{
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	color: #005f8f;
}
h1 br{
	display:none;
}
.heading-left{
	text-align:center;
	padding-top:50px;
	padding-bottom:40px;
}
.heading-left h2{
	font-size:32px;
	font-weight:700;
	color: #fff;	
}
.heading-left h2 span{
	color:#003a51;
	font-size:36px;
}
.heading-left p{
	font-size: 18px;
	color:#fff;
}

.heading-right .content{
	background:#fff;
	padding:15px;
	box-shadow: #222 2px 3px 10px 0;
}
.heading-right .content .intro{
	text-align:center;
}
.heading-right .content .intro p.success{
	color:#fff;
	background:#41a400;
	padding:5px;
	font-size:14px;
	line-height:26px;
}
.heading-right .content .intro p.error{
	color:#fff;
	background:#a70000;
	padding:5px;
	font-size:14px;
	line-height:26px;
}
.heading-right .content img{
	margin-bottom:10px;
}




/*** FORM ***/

form.blur{
	filter:blur(4px);
}
.form-group{
	margin-bottom:7px;
}
.form-control{
	border-radius:0;
	background:#eaeaea;
	border:none;
}
.mention label{
	font-size:12px;
}
.btn-primary{
	width:100%;
	border-radius:0;
	background:#41a400;
	text-transform:uppercase;
	font-size:22px;
	margin-top:10px;
	border:none;
}
.btn-primary:hover{
	background:#026c9e;
}



#intro{
	font-size:22px;
	line-height:2.5rem;
	text-align:center;
	color:#000;
	margin-top:3rem;
	margin-bottom:0;
}
#intro h2{
	color:#026c9e;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
}
.bloc-picto{
	text-align:center;
	color:#4d4d4d;
	margin-top:20px;
}
.bloc-picto img{
	margin-bottom:15px;
}
.bloc-picto h3{
	text-transform:uppercase;
	font-size:18px;
	color:#48a204
}
.bloc-picto h3 br{
	display:none;
}

#boxconjoint{
	opacity:0; 
	visibility:hidden;
	height:0;
	transition:all 0.5s;
}
#boxconjoint.show{
	opacity:1;
	visibility:visible;
	height:105px;
}

/*** PREFOOTER ***/

#prefooter{
	background:rgba(2,108,158,0.5);
	margin-top:50px;
	padding:50px 0;
}

#prefooter .col-md-12.col-lg-8{
	display:flex;
	align-items:center;
}

#prefooter p{
	color:#fff;
	font-size:20px;
	margin:0;
	text-align:center;
}
#prefooter h4{
	margin-top:20px;
	text-align:center;
	color:#026c9e;
	font-size:28px;
}

#footer{
	background:#026c9e;
	border-top:solid #fff 1px;
	color:#fff;
	text-align:center;
	padding:25px 0;
	font-size:18px;
}
#footer a{
	font-size: 14px;
	color:#fff;
	text-decoration:underline;
	font-weight:300;
}

#partners .row{
	margin-bottom:15px;
}
#partners img{
	width:70px;
	height:70px;
}


/*** MODAL ***/

.modal-body h4{
	font-size:18px;
}
.modal-body p{
	font-size:12px;
	margin-bottom:0.5rem;
	text-align:justify;
}
.modal-body ul{
	font-size:12px;
}




@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}





@media (min-width:575px){
	h1{
		font-size:42px;
	}
	#intro{
		font-size:28px;
	}	
}
@media (min-width:768px){
	.bloc-picto{
		margin-top:0;
	}
	#intro{
		margin-top:5rem;
		margin-bottom:3rem;
	}	
}
@media (min-width:992px){
	.heading-left{
		padding-top:0;
		padding-bottom:100px;
		text-align:left;
	}	
	.heading-right .content{
		margin-top:5rem;
	}
	.heading-right .content .intro{
		text-align:left;
	}	
	#prefooter p{
		text-align:left;
	}
	#prefooter h4{
		margin-top:0;
	}
	.bloc-picto h3{
		font-size:22px;
	}	
	.bloc-picto h3 br{
		display:block;
	}	
}
@media (min-width:1200px){
	h1 br{
		display:block;
	}
	.heading-left h2{
		font-size:42px;
	}	
	.heading-left h2 span{
		font-size:46px;
	}
}

