a:hover,
a:focus{
	text-decoration:none;
	}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
h1, h2, h3, h4, h5, h6{
	font-weight:700;
	}
img{
	border-radius: 30px;
	}
.margintop{
	margin-top: 30px;
	}
header{
	border-top: 7px solid #ececec;
	}
header .logo{
	margin: 15px 0;
	}
header .main-menu{
	background:#ececec;
	}
header nav>ul{
	list-style:none;
	margin: 0;
	padding: 0;
	}
header nav>ul>li{
	display: inline-block;
	position:relative;
	}
header nav>ul>li>a{
	display:block;
	color: #333;
	padding: 13px;
	font-size: 16px;
	font-weight:500;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
header nav>ul>li.active>a,
header nav>ul>li:hover>a,
header nav>ul>li:focus>a{
	background:#1c4d92;
	color: #fff;
	text-decoration: none;
	}
header nav>ul>li>ul{
	position:absolute;
	left: 0;
	width: 300px;
	background:#222d3e;
	list-style:none;
	margin: 0;
	padding: 7px 0;
	visibility:hidden;
	opacity: 0;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
header nav>ul>li>ul.right{
	right: 0;
	left:inherit;
	}
header nav>ul>li:hover>ul{
	position:absolute;
	visibility:visible;
	opacity: 1;
	}
header nav>ul>li>ul>li:first-child{
	border-top: none;
	}
header nav>ul>li>ul>li{
	border-top: 1px solid #446089;
	}
header nav>ul>li>ul>li>a{
	display:block;
	color: #fff;
	padding: 7px 15px;
	}
header nav>ul>li>ul>li>a:hover,
header nav>ul>li>ul>li.active>a{
	color: #fde428;
	text-decoration:none;
	}
.phone-box{
	background: #ececec;
    border-radius: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 20px 0;
    text-align: center;
}
.phone-box p{
	font-size: 20px;
	margin: 0;
	color: #1c4d92;
	font-weight: 600;
}
.phone-box a{
	display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    background-color: #17b95f;
    color: #fff;
    margin-top: 10px;
    padding: 5px 30px;
}
.bandeau{
	background:url(../img/bandeau.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
	}
.bandeau.logement{
	background:url(../img/bandeau-logement.jpg) center no-repeat;
	background-size: cover;
	}
.bandeau h1{
	margin:0 0 10px;
	font-size: 32px;
	}

main{
	padding: 45px 0;
	}
.box{
	padding: 30px;
	border-radius: 30px;
	}
.box.grey{
	background: #ececec;
	}
.box.blue{
	background: #1c4d92;
	}
.box.icon{
	overflow: hidden;
	clear:both;
	position:relative;
	margin-bottom: 30px;
	}
.box.icon .bgicon{
	position:absolute;
	right: -50px;
	bottom: -50px;
	}
.box.icon .bgicon i{
	font-size: 250px;
	color: #305b98;
	transform: rotate(15deg);
	}
.heading-icon{
	margin: 0 0 25px;
    padding: 12px 0px 12px 54px;
	font-size:20px;
	position:relative;
	}
.heading-icon.blue{
	color: #1c4d92;
	}
.heading-icon.white{
	color: #fff;
	}
.heading-icon .icon{
	position:absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background:#fde428;
	border-radius: 50%;
	}
.heading-icon .icon i{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #1c4d92;
	}
.list-1{
	margin-top: 5px;
	}
.list-1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
	}
.list-1 ul li{
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	display: flex;
    align-items: baseline;
	}
.list-1 ul li i{
	color: #1c4d92;
	margin-right: 20px;
	font-weight: 700;
	}
.list-1 a{
	display: inline-block;
	background: #1c4d92;
	color: #fde428;
	font-size: 16px;
	padding: 10px 30px;
	margin-left: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.list-1 a:hover,
.list-1 a:focus{
	text-decoration:none;
	background: #333;
	}
.list-2 ul{
	list-style: none;
	padding: 0 0 0 20px;
	}
.list-2 ul li{
	position:relative;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 15px;
	}
.list-2 ul li:before{
    position:absolute;
	content: "\f105";  
    font-family: FontAwesome;
    top: -5px;
	left:0;
	font-size: 20px;
	color:#0dc3ff;
	}
.fig-link-item{
	text-align: center;
	margin-bottom: 30px;
	}
.fig-link-item a{
	display: block;
	color:#fff;
	font-size: 18px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.fig-link-item a:hover,
.fig-link-item a:focus{
	color:#fde428;
	}
.fig-link-item figure{
	background:#1c4d92;
	border-radius: 35px;
	}
.fig-link-item figure img{
	width: 100%;
	}
.fig-link-item figure figcaption{
	padding: 13px 0;
	}
.big-fig-link .fig-link-item figure figcaption{
	position:relative;
	height: 76px;
	}
.big-fig-link .fig-link-item figure figcaption span{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%
	}
.aside-fig-link{
	margin-bottom: 10px;
	position:relative;
	}
.aside-fig-link a{
	display: block;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.aside-fig-link a:hover,
.aside-fig-link a:focus{
	color:#fde428;
	}
.aside-fig-link figure{
	display:flex;
	}
.aside-fig-link img{
	border-radius: 10px;
	align-self:center;
	}
.aside-fig-link figcaption{
	display:inline-block;
	margin-left: 15px;
	font-size: 16px;
	align-self:center;
	}
footer{
	background: #222d3e;
	padding: 32px 0;
	}
footer .logo-footer{
	text-align:center;
	margin-top: 53px;
	}
footer h2{
	font-size: 20px;
	text-transform:uppercase;
	color: #185cbb;
	}
footer ul{
	padding: 0;
	list-style: none;
	}
footer ul li a{
	display:block;
	color: #fff;
	padding: 5px 0 5px 15px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	position: relative;
	}
footer ul li a:hover,
footer ul li a:focus{
	color: #D3D3D3;
	}
footer ul li a:before{
    position:absolute;
	content: "\f105";  
    font-family: FontAwesome;
    top: 50%;
	left:0;
	transform: translateY(-50%);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
footer ul li a:hover:before,
footer ul li a:focus:before{
	left:5px;
	}
.box.form form input{
	border: none;
	box-shadow: none;
	}
.box.form form button[type="submit"]{
	background: #1c4d92;
    color: #fde428;
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 25px;
    width: 100%;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	}
.box.form form button[type="submit"]:hover,
.box.form form button[type="submit"]:focus{
	background: #333;
	}
.bootstrap-select .btn-default{
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus{
	background: none;
	}
.box.success{
	display: none;
	background: #e0ffda;
	text-align: center;
	}
.box.success p{
	margin: 0;
	font-size: 20px;
	color:#2A6119;
	}
a.callbtn.vmobile {
	display: none;
}
.callbtn {
	background: #17b95f;
	color: #FFFFFF;
	width: 310px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px;
	display: inline-block;
}
.callbtn:hover, .callbtn:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.callbtn i{
	font-size: 32px;
	-ms-transform: rotate(-41deg);
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
	}
.callbtn span{
	font-size: 32px;
	}
.btns .callbtn {
	width: 150px;
	font-size: 18px;
	line-height: 34px;
	padding: 0;
}
.inscrit{
	display: none;
	}
.inscrit-box{
	background:#ececec;
	border-radius: 30px;
	text-align:center;
	}
.inscrit-box figure{
	position:relative;
	}
.inscrit-box figure figcaption{
	position:absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 100%;
	}
.inscrit-box figure figcaption .icon{
	margin: 0 auto;
	width: 46px;
    height: 46px;
    background: #fde428;
    border-radius: 50%;
	position:relative;
	}
.inscrit-box figure figcaption .icon i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #1c4d92;
	font-size: 20px;
	}
.inscrit-box figure figcaption h3{
	font-size: 20px;
	color: #fff;
	padding: 0 20px;
	}
.inscrit-box .phone-btn{
	margin: 50px 0;
	}
.inscrit-box ul{
	list-style: none;
	padding: 0 0 20px;
	}
.inscrit-box ul li{
	margin-bottom: 5px;
	}
.inscrit-box ul li i{
	margin-right: 5px;
	color: #1c4d92;
	}
.inscrit-box form{
	padding: 20px;
	}
.inscrit-box form input,
.inscrit-box form textarea{
	border: none;
	box-shadow: none;
	}
.inscrit-box form input[type="submit"]{
	background: #1c4d92;
    color: #fde428;
    font-size: 16px;
    padding: 5px 30px;
    width: 100%;
    box-shadow: none;
	}
.box{
	position: relative;
	}
.box .loader{
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
    z-index: 999;
	}
.box .loader img{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
.icon-box{
	border:1px solid #c8c8c8;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
	}
.icon-box .icon{
	margin: 0 auto;
	width: 80px;
    height: 80px;
    background: #1c4d92;
    border-radius: 50%;
	position:relative;
	}
.icon-box .icon i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fde428;
	font-size: 36px;
	}
.icon-box h4{
	margin: 20px 0 30px 0;
	}
.working-contact-form input,
.working-contact-form textarea,
.reclamform input,
.reclamform textarea{
	border: none;
    box-shadow: none;
	}
.working-contact-form input[type=submit],
.reclamform input[type=submit]{
	display: inline-block;
    background: #1c4d92;
    color: #fde428;
    font-size: 16px;
    padding: 10px 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	}
.working-contact-form input[type=submit]:hover,
.working-contact-form input[type=submit]:focus,
.reclamform input[type=submit]:hover,
.reclamform input[type=submit]:focus{
	background: #333;
	}
.form-message-error {
    color: #E91E63;
    font-size: 11px;
    margin: 7px 0 10px 0;
}
.humburger-menu{
	display: none;
	}
	.fixedctc {
    display: none;
}

/* ############## CONTACT LANDING PAGE STYLE ############## */

.contact-landing header {
    border-top: none;
}
.contact-landing header .main-menu{
	background: #09204e;
}
.contact-landing header nav>ul>li>a{
	color: #ffffff;
}
.contact-landing header nav>ul>li.active>a, 
.contact-landing header nav>ul>li:hover>a, 
.contact-landing header nav>ul>li:focus>a{
	background: #013593;
}
.bandeau.famille{
	background:none;
	color: #fff;
	padding: 50px 0;
	}
.contact-landing footer {
    background: #013593;
}
.contact-landing footer h2 {
    color: #fff;
}
.contact-page{
	text-align: center;
}
.contact-page .wrapper{
	padding: 8%;
	background: #dce3f2;
}
.row-container {
  display: flex;
  flex-direction: row;
}
	@media (max-width: 900px) {
	  .row-container {
	    flex-direction: column-reverse;
	  }
	}
.vertical-center{
	display: flex;
}
.vertical-center-child{
	align-self: center;
}
.contact-page .img-contact-right{
	width: 100%;
}
.contact-page h1{
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 40px;
	color: #09204e;
}
.contact-page p{
	color: #09204e;
	font-size: 18px;
}
.contact-page .sous-cat-btn{
	text-align: center;
	padding: 40px 0;
}
.contact-page .sous-cat-btn a{
	font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    color: #013593;
    margin: 10px 5px;
    border: 2px solid #013593;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-page .sous-cat-btn a:hover{
	background: #013593;
	color: #fff;
}
#callButton{
	background: #60bd22;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 70px;
    margin: 0 auto;
}
#callButton img{
	margin-right: 10px;
}
.cartouche3240{
	border-radius: 0;
	margin-top: 10px;
}
.cartouche3240.hide-cartouche{
	display: none;
}
.cartouche3240.show-cartouche{
	display: inline-block;
}
@media (max-width: 480px) {
	.fixedctc{
		display: block;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #fff;
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    box-shadow: inset 0 10px 0 0px #3a84df, inset 0 -10px 0 0px #3a84df;
	    z-index: 1000;
	}

	.fixedctc img{
		width: 100%;
		border-radius: 0;
	}
	header .logo{
		float: left;
		margin: 8px 0;
	}
	header .logo img{
		width: 83%;
	}
		
	.humburger-menu{
	    display: inline-block;
	    float: right;
	    margin-top: 20px;
	}
	.humburger-menu i{
		font-size: 30px;
	}
	header .main-menu{
		position: absolute;
	    top: 79px;
	    left: 0;
	    background: #333;
		padding: 12px 0;
		width: 100%;
	    z-index: 999;
		
		opacity: 0;
		visibility: hidden;
		
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	header .main-menu.active{
		opacity: 1;
		visibility: visible;
	}
	header .main-menu nav > ul > li {
		display: block;
	}
	header .main-menu nav > ul > li > a{
		padding: 12px 38px;
		font-size: 14px;
		color: #fff;
	}
	.bandeau{
		padding: 20px 0;
	} 
	.bandeau.famille{
		padding: 20px 0;
	}
	.bandeau h1 {
	    margin: 0 0 10px;
	    font-size: 28px;
	}
	.bandeau.famille h1{
		margin-bottom: 30px;
	    font-size: 23px;
	}
	.contact-page .sous-cat-btn a {
	    font-size: 16px;
	    padding: 10px 10px;
	    margin: 3px 3px;
	}
	.contact-page .sous-cat-btn {
	    padding: 30px 0;
	}
	.contact-page p {
	    font-size: 16px;
	}
	main {
	    padding: 25px 0;
	}
	.box {
	    padding: 20px;
	}
	.icon-box{
		height: inherit !important;
	}
	footer .logo-footer{
		text-align: left;
	    margin-top: 0;
	}
	a.callbtn.vmobile {
		display: inline-block;
	}
	.callbtn.vpc {
		display: none;
	}

	#callButton{
		font-size: 26px;
		width: 220px;
    	height: 60px;
	}
	.contact-page .wrapper {
	    padding: 8% 6%;
	}
}

