@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: normal;
	color: #FFF;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #1A1226;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin: 0;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all;
}
.section.header{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	background-color: #FFF;
}
.hover{
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35%;
	height: max-content;
	z-index: 9;
}
.hover.right{
	left: auto;
	right: 10%;
}
.section1::before{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slides .slide{
	padding: 15% 5% 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section{
	z-index: 1;
}
.section::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.section.section1::before{
	background-image: linear-gradient(to bottom right, rgba(0,0,0,.85), transparent);
}
.section.section2 .slide{
	position: relative;
}
.section.section2 .slide::before{
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgb(22, 14, 34, .7), rgba(71, 50, 101, .15));
	left: 0;
	top: 0;
}
.section.section2 h2{
	font-size: 3.7rem;
	line-height: 3.8rem;
	font-weight: 800;
}
.section h2 span{
	font-weight: 400;
}
.section1 p{
	margin-bottom: 2rem;
}
.section.section2 h3{
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 800;
}
.partners{
	background-color: #FFF;
}
.section3 *{
	color: #473265;
}
.section3 .right{
	padding: 5% 0;
}
.section3 .right img{
	width: 200px;
	height: auto;
	margin-bottom: .3rem;
}
.section.section3 h2{
	font-size: 2.5rem;
	line-height: 2.6rem;
	font-weight: 900;
	margin-bottom: 2rem;
}
.section3 h3{
	font-size: 1.5rem;
	line-height: 1.6rem;
	margin-bottom: .5rem;
	font-weight: 700;
}
.section3 p::before{
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #00182c;
}
.section3 p{
	font-size: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 25px;
}
.section5{
	background-color: #F2F2F2;
}
.section4{
	background-color: #F2F2F2;
}
.section5 *,
.section4 *{
	color: #473265;
}
.section5 h3,
.section4 h3{
	color: #EE7253;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: .5rem;
}
.section5 .icons img,
.section4 .icons img{
	width: 70px;
	float: left;
	margin-right: 1rem;
	margin-bottom: 50px;
}
.section5{
	background-image: url(../images/bg-section5.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #e8dbb8;
}
.min-vh-90{
	min-height: 80vh;
}
.form{
	min-height: 100vh;
	background-image: linear-gradient(to right, #523B73, #1A1226);
	padding: 70px;
	position: absolute;
	left: 0;
	top: -10vh;
	z-index: 2;
	border-radius: 30px;
}
.section h2{
	font-size: 3rem;
	line-height: 3.1rem;
	font-weight: 800;
	margin-bottom: 1rem;
}
.section1 a{
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #EE7253;
	border-radius: 8px;
	padding: 7px 30px;
	color: #FFF;
}
.section.section6{
	overflow: visible;
}
.form h2{
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.form p{
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.form p strong{
	font-weight: 700;
}
.form h3{
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: .5rem;
}
.form a:hover{ opacity: .7;}
.form a{
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #FFF;
}
.form .form-text{
	height: 120px;
}
.form button:hover{ opacity: .7;}
.form button{
	background-color: #EE7253;
	color: #FFF;
	border-radius: 0;
	border: 0;
	padding: 10px 30px;
	border-radius: 8px;
}
.footer img{
	width: 150px;
}


















/* 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;
}

.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: #1A1226;
	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;
	overflow: hidden;
	height: auto;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.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) {
	.header .logo img {
		width: 150px;
	}
	.min-vh-100 {
		min-height: 80vh!important;
	}
	.hover {
    	width: 80%;
	}
	.section h2 {
		font-size: 1.7rem;
		line-height: 1.8rem;
	}
	.section.section2 h2 {
		font-size: 3rem;
		line-height: 3.1rem;
	}
	.section2 .col-md-7.offset-md-1.pt-5.mt-5 {
		margin-top: 0 !important;
	}
	.slides .slide {
		padding: 15% 3% 5%;
	}
	.section.section3::before {
		background-image: linear-gradient(to bottom right, rgba(255,255,255,.95), transparent);
	}
	.section5 .icons img, .section4 .icons img {
		float: none;
		margin-bottom: 10px;
	}
	.section5 .icons .pt-5{
		padding-top: 2rem !important;
	}
	.section4 .col-md-7.d-flex.py-5.px-5,
	.section5 .col-md-7.d-flex.py-5.px-5 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.form {
		min-height: auto;
		background-image: linear-gradient(to right, rgb(82, 59, 115, .8), rgb(26, 18, 38,.8));
		padding: 30px;
		position: static;
		left: 0;
		top: 0;
		z-index: 2;
		border-radius: 30px;
		margin: 2rem 0;
	}
}
