@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: #FFF;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #000;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: normal;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
	display: inline-block;
}
.section.header.fixed .logo img{
	width: 110px;
}
.section.header .logo a:hover{
	opacity: 1 !important;
}
.section.header {
    background-color: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.header .logo img{
	width: 140px;
}
.header .nav a{
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 5px;
	font-family: 'Montserrat';
	font-size: 1.1rem;
	position: relative;
	cursor: pointer;
}
.header .nav a:hover::before,
.header .nav a.active::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 5px;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #FFF;
}
.header .nav ul li{
	margin-right: 50px;
}
.header .nav ul li:last-child{
	margin-right: 0;
}
.header a:hover{
	opacity: .7;
}
.slider .min-vh-100 {
    min-height: 100vh!important;
    padding-top: 90px;
}
.slider .col-md-6:first-child{
	background-color: #0E100F;
	padding: 2rem;
	padding-left: 100px;
}
.step { display: none; }
    .step.active { display: block; }
    .error { color: red; font-size: 0.9em; }
.step h2{
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
}
.step h3{
	font-size: 1.1rem;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 1rem;
}
.step p {
    font-size: 1rem;
    font-weight: 400;
    margin: .5rem 0;
    clear: both;
}
.step select,
.step input[type = 'email'],
.step input[type = 'text']{
	width: 42%;
	float: left;
	border: 0;
	border-bottom: 1px solid #FFF;
	height: 40px;
	margin: 0 5.5% 1rem 0;
	border-radius: 0;
	background-color: transparent;
	color: #FFF;
}
.step textarea{
	width: 89.5%;
}
.step select.error,
.step input[type = 'text'].error{
	border-color: red;
}
.step input[type = 'checkbox'].error,
.step input[type = 'radio'].error{
	border-color: red !important;
}
.step input[type = 'checkbox'],
.step input[type = 'radio']{
	width: 21px;
	height: 21px;
	margin: 0 3px .5rem 0;
	border: 1px solid #FFF;
}
.step label {
    display: inline-block;
    margin: 0px 1.5rem 1rem 0;
}
form button:hover{
	opacity: .7;
}
form button{
	padding: .5rem 1rem;
	font-weight: 600;
	border-radius: 8px;
	margin-left: .5rem;
	transition: .3s;
	color: #000 !important;
	border: 0;
}
.step .error{
	color: red !important;
}
.step{
	position: relative;
}
.step::before{
	content: '1/10';
	position: absolute;
	left: 0;
	bottom: -110px;
	font-size: 1rem;
	color: #FFF;
}
.step#step1::before { content: '1/10'; }
.step#step2::before { content: '2/10'; }
.step#step3::before { content: '3/10'; }
.step#step4::before { content: '4/10'; }
.step#step5::before { content: '5/10'; }
.step#step6::before { content: '6/10'; }
.step#step7::before { content: '7/10'; }
.step#step8::before { content: '8/10'; }
.step#step9::before { content: '9/10'; }
.step#step10::before { content: '10/10'; }
















.myPopup{
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.85);
	transition: all .5s;
	opacity: -1;
	display: none;
	z-index: -1;
}
.myPopup.active{
	display: block;
	opacity: 1;
	z-index: 999999;
	transition: all .5s;
}
.video2{
	width: 400px;
	height: auto;
	margin: auto;
}
.btnClose{
	font-size: 3.5rem;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999999;
	display: none;
	opacity: -1;
}
.btnClose.active{
	display: block;
	opacity: 1;
}
.btnClose:hover{
	opacity: .5;
}
.hover{
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent); */
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 15px;
	z-index: 9;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: 'Roboto';
    line-height: 15px;
    width: 15px;
    height: 15px;
    content: '';
    opacity: 1;
    background-color: #FFF;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #19536b;
}
.galerie:hover .slick-next, .galerie:hover .slick-prev{
	opacity: 1;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
	margin: auto;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
	left: auto;
    right: 30px;
    z-index: 99;
    left: auto;
    background-color: transparent;
	transition: all .3s;
	opacity: 0;
}
.slick-next:focus, .slick-next:hover, 
.slick-prev:focus, .slick-prev:hover {
    background-color: transparent;
	opacity: .65;
	cursor: pointer;
}
.slick-prev {
	left: 30px;
	right: auto;
}
.slick-next:before, .slick-prev:before {
    content: '\f054';
	font-family: 'FontAwesome';
	font-size: 4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:after{
	content: none;
	position: absolute;
	width: 1px;
	height: 60%;
	background-color: #000;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #00182c;
	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;
}

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

.step input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	color: #FFF;
  }
.step input::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: #FFF;
  }
.step input:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	color: #FFF;
  }
 .step input:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	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: #000;
	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: #ededed; }
.bgWhite{ background-color: rgba(255,255,255,.7); }
.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) {
	.header .logo img {
		width: 130px;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -45px;
		right: -5px;
	}
	.fixed.header .logo img {
		width: 110px;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	}
	.fixed .nav-mobile {
		top: -40px;
	}
	.nav-mobile {
		background-image: url(../images/nav-blanc.png);
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav{
		background-color: #FFF;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #FFF;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: #FFF;
		padding: 10px 10px 0  !important;
		left: 0;
	}
	.slider .col-md-6:first-child {
		padding: 2rem !important;
	}
	.step select, .step input[type = 'email'], .step input[type = 'text'] {
		width: 100%;
	}
}
