@font-face {
    font-family: 'BSB';
    src: url('../fonts/BasierCircle-SemiBold.eot');
    src: url('../fonts/BasierCircle-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasierCircle-SemiBold.woff2') format('woff2'),
        url('../fonts/BasierCircle-SemiBold.woff') format('woff'),
        url('../fonts/BasierCircle-SemiBold.ttf') format('truetype'),
        url('../fonts/BasierCircle-SemiBold.svg#BasierCircle-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR';
    src: url('../fonts/BasierCircle-Regular.eot');
    src: url('../fonts/BasierCircle-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasierCircle-Regular.woff2') format('woff2'),
        url('../fonts/BasierCircle-Regular.woff') format('woff'),
        url('../fonts/BasierCircle-Regular.ttf') format('truetype'),
        url('../fonts/BasierCircle-Regular.svg#BasierCircle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BM';
    src: url('../fonts/BasierCircle-Medium.eot');
    src: url('../fonts/BasierCircle-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasierCircle-Medium.woff2') format('woff2'),
        url('../fonts/BasierCircle-Medium.woff') format('woff'),
        url('../fonts/BasierCircle-Medium.ttf') format('truetype'),
        url('../fonts/BasierCircle-Medium.svg#BasierCircle-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BB';
    src: url('../fonts/BasierCircle-Bold.eot');
    src: url('../fonts/BasierCircle-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasierCircle-Bold.woff2') format('woff2'),
        url('../fonts/BasierCircle-Bold.woff') format('woff'),
        url('../fonts/BasierCircle-Bold.ttf') format('truetype'),
        url('../fonts/BasierCircle-Bold.svg#BasierCircle-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'BR', sans-serif;
	overflow-x: hidden;
	font-size: 15px;
	line-height: normal;
	color: #757678;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #ecf5fb;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'BM', sans-serif;
	margin: 0;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all;
}
.header{
	background-color: #0e2048;
}
.header .logo img{
	width: auto;
	height: 60px;
}
.socials a{
	display: inline-block;
	font-size: 21px;
	color: #FFF;
	margin-left: 15px;
	transition: all .3s;
}
.socials a:hover{
	opacity: .7;
}
.slider img{
	width: 100%;
	height: auto;
}
.slider .caption,
.slider .phones{
	position: absolute;
	width: 40%;
	right: 10%;
	top: 30px;
}
.slider .phones{
	top: auto;
	right: 16%;
	bottom: 30px;
	text-align: right;
}
.slider .caption img{
	width: 230px;
	max-width: 100%;
	margin: 0 auto 20px;
}
.slider .caption h2,
.slider .caption h3{
	font-family: 'BM';
	font-size: 2rem;
	color: #003791;
	margin-bottom: 15px;
}
.slider .caption h3{
	font-size: 1.3rem;
}
.slider .phones span,
.slider .phones a,
.footer .phones span,
.footer .phones a{
	display: inline-block;
	font-size: 2rem;
	color: #FFF;
	font-family: 'BM';
}
.footer .phones a{
	font-family: 'BB';
	font-size: 2.5rem;
}
.forms,
.footer{
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.footer{
	background-image: url(../images/bg-2.jpg);
	background-position: center top;
}
.forms h2,
.forms h3{
	font-size: 15px;
	font-family: 'BM';
	color: #d9ebf7;
	margin-bottom: 5px;
}
.forms h3{
	font-size: 21px;
	font-family: 'BSB';
}
.forms .left p,
.forms .left label{
	font-size: 14px;
	color: #FFF;
	margin-bottom: 5px;
	display: block;
}
label.form-check-label {
    line-height: 27px;
    margin: 0 !important;
}
.forms .left input{
	width: 100%;
	border: 1px solid rgb(217, 235, 247, .75);
	color: #FFF;
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
	padding: 5px 10px;
}
.forms .left input[type = 'checkbox'] {
    display: inline-block;
    margin-right: 10px;
    width: 20px !important;
    height: 20px;
    border-width: 2px;
}
.forms .left button{
	display: inline-block;
	padding: 10px 35px;
	border: 0;
	border-radius: 5px;
	background-color: #ffffff;
	color: #0e2048;
	margin-top: 10px;
}
a.combien,
a.infolettre{
	padding: 15px;
	display: inline-block;
	background-color: #cb3437;
	color: #FFF;
	padding-left: 40px;
	position: relative;
	border-radius: 8px;
	transition: all .3s;
}
a.combien:hover,
a.infolettre:hover{
	opacity: .7;
}
a.combien::before,
a.infolettre::before{
	content: '';
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #FFF;
}
a.combien::after,
a.infolettre::after{
	font-family: 'FontAwesome';
	content: '\24';
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	color: #cb3437;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
a.infolettre::after{
	font-family: 'FontAwesome';
	content: '\f658';
}
.remax img.icone{
	width: 70px;
	height: auto;
	margin-bottom: 30px;
}
.remax h2{
	font-family: 'BR';
	font-size: 41px;
	color: #164098;
	margin-bottom: 15px;
}
.remax p{
	color: #757678;
	font-size: 21px;
	line-height: 27px;
}
.remax .item{
	background-color: #FFF;
}
.remax .item img{
	width: 250px;
	height: auto;
	margin: auto;
	margin-bottom: 50px;
}
.remax .item h3{
	font-size: 15px;
	font-family: 'BM';
	color: #030303;
	margin-bottom: 20px;
}
.remax .item p{
	font-size: 14px;
	color: #030303;
	margin-bottom: 30px;
}
.remax .item a,
.btnSend{
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	padding: 10px 15px;
	padding-right: 35px;
	background-color: #123f9f;
	position: relative;
	border-radius: 6px;
	transition: all .3s;
}
.btnSend{
	background-color: #FFF;
	color: #0e2048;
	font-size: 15px;
}
.btnSend:hover{
	background-color: #FFF;
}
.remax .item a:hover,
.btnSend:hover{
	opacity: .7;
}
.remax .item a::before,
.btnSend::before{
	font-family: 'FontAwesome';
	content: '\f061';
	position: absolute;
	height: 15px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #FFF;
	font-size: 15px;
}
.btnSend::before{
	color: #0e2048;
}
.footer img.logo{
	width: 400px;
	max-width: 100%;
	margin: 0 auto 15px;
}
.footer h3{
	font-family: 'BSB';
	font-size: 1.5rem;
	color: #FFF;
	margin-bottom: 20px;
}
.footer p{
	color: #FFF;
	margin-bottom: 20px;
}
.footer iframe{
	width: 100%;
	height: 350px;
	margin-top: -50px;
}
.footer .copyright p{
	font-size: 13px;
	margin-bottom: 0;
}
.footer .socials a{
	font-size: 31px;
}
.modal label,
.modal p{
	color: #FFF;
	display: block;
	margin-bottom: 5px;
}
.modal span{
	color: #FFF;
	display: inline-block;
	margin: 5px !important;
	font-size: 21px;
}
.modal h3{
	color: #FFF;
	font-size: 27px;
}
.modal input[type = 'checkbox']{
	height: 14px;
	margin-right: 5px;
}
.slider{
	position: relative;
}





















.was-validated .form-control:invalid{
	color: #ca222b;
}
/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #0e2048;
	/* background-image: url(../images/logo-form.png); */
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top 100px right 50px;
}
.modal-content{
	background-color: transparent;
}
button.btn-close.float-end {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
	background: none;
	opacity: 1;
}
button.btn-close.float-end::before{
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 3rem;
	color: #FFF;
	opacity: 1;
	z-index: 1;
	position: absolute;
	width: 3rem;
    height: 3rem;
	left: 0;
	top: 0;
	transition: all .3s;
}
button.btn-close.float-end:hover::before{
	opacity: .7;
}

.posRel{
	position: relative;
}

.full-width{
	width: 100%;
	max-width: 100%;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  greenical-align: middle;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../images/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../images/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #FFF;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #FFF;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #FFF;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #FFF;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #FFF;
  }
 .newsletter :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #FFF;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0e2048;
	left: 0;
	top: 0;
	z-index: 99999999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #e7e7e7; }
.bgwhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.section.header {
		position: relative;
		z-index: 99999;
		left: 0;
		top: 0px;
		background-color: #1b2538;
		width: 100%;
		transition: all .3s;
	}
	.header .logo img {
		width: auto;
		height: 40px;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -35px;
	}
	/* .fixed.header {
		position: fixed;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	} */
	.fixed .nav-mobile {
		top: -35px;
	}
	.nav-mobile {
		/* background-image: url(../images/nav.png); */
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #1b2538;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 100%;
		background-color: #1b2538;
		padding: 0 !important;
	}
	.border-bottom-nav {
		border: 0;
	}
	.nav {
		background-color: #1b2538;
	}
	.slider .caption, .slider .phones {
		position: static;
		width: 100%;
		padding: 25px 15px 15px;
	}
	.slider .phones {
		padding-bottom: 25px;
	}
	.slider .caption, .slider .phones {
		position: static;
		width: 100%;
		padding-bottom: 25px;
		text-align: center;
	}
	.slider .phones a,
	.slider .phones span{
		color: #0e2048;
	}
	.remax h2 {
		font-size: 31px;
	}
	.remax p {
		font-size: 17px;
		line-height: 25px;
	}
	.remax p br{
		display: none;
	}
	.footer iframe{
		margin-top: 0;
	}
}