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

@font-face {
    font-family: 'BBL';
    src: url('../fonts/beINBlack.eot');
    src: url('../fonts/beINBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/beINBlack.woff2') format('woff2'),
        url('../fonts/beINBlack.woff') format('woff'),
        url('../fonts/beINBlack.ttf') format('truetype'),
        url('../fonts/beINBlack.svg#beINBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'BN', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFF;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #1c0900;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'BBL', sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	direction: rtl;
}
p{
	margin-bottom: 0;
	text-align: right;
	direction: rtl;
}
a{
	text-decoration: none;
	transition: .3s;
	color: #97806A;
}
.main{
	background-color: transparent;
}
.logo img{
	width: 150px;
	height: auto;
}
.main .bg .col-md-6:first-child{
	background-color: #DED5CE;
}
.main .bg .col-md-6{
	padding: 50px;
	border-radius: 0px;
	background-color: #B6A697;
}
.main p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
.main label{
	display: inline-block;
	font-size: 19px;
	margin-bottom: 2rem;
}
.main input[ type = 'checkbox'],
.main input[ type = 'radio']{
	width: 19px;
	height: 19px;
	margin-right: 2px;
}
.main input.form-control{
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	margin-bottom: 1rem;
	border: 0;
	background-color: #be3f1f;
	color: #FFF;
	font-size: 1rem;
	border-radius: 10px;
	background-image: linear-gradient(to right, #be3f1f, #fa8033);
	padding: 5px 10px;
	text-align: right;
	direction: rtl;

}
.main button:hover{
	opacity: .7;
}
.main button{
	display: inline-block;
	border: 0;
	border-radius: 8px;
	padding: 15px 30px;
	font-family: 'BBL';
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	background-color: #d23504;
	background-image: linear-gradient(to right, #ff7b20, #d23504);
	color: #FFF;
	transition: .3s;
	min-width: 150px;
}
.main #step2 label {
    width: 46%;
}
.footer{
	background-color: #DED5CE;
}
.footer a{
	font-size: 21px;
}
.main h2{
	font-size: 2.5rem;
	line-height: 2.7rem;
	margin-bottom: 1.5rem;
}
.main .bg .col-md-6:first-child p{
	font-size: 1.1rem;
	margin-bottom: 1.1rem;
}
.main .alerte h2 {
    font-size: 2rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
	color: #FFF;
}
.main .alerte p {
	color: #FFF;
}
button.btn:active,
button.btn:hover,
a.btn:hover{
	color: #FFF;
	opacity: .7;
}
.spirit,
.spirit .cercle{
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.spirit .cercle{
	animation: spin 3s linear infinite;
}
.spirit{
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.barre{
	display: block;
	background-color: #025a8b;
	width: 100%;
	height: 15px;
	border-radius: 10px;
}
.time{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center left;
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 30px;
	color: #FFF;
	height: 50px;
	min-width: 100px;
	font-size: 1rem;
	line-height: 37px;
}
/* .time::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 90%;
	background-color: #025a8b;
	border-radius: 50px;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
} */
.quiz .question { display:none; }
.barre { transition: width .35s ease; background:#000; }
#quiz .question { display:none; }

.barre{
  transition: width .35s ease;
  background:#025a8b;
}
.formContact{
	background-image: url(../images/bg-form.png);
	background-size: 100% 100%;
	background-position: center;
	border-radius: 17px;
	padding: 50px;
	border: .5px solid rgba(255,255,255,0.5);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}














/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #231d38;
	background-image: url(../img/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;
  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(../img/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("../img/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;
}

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

.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: #1c0900;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	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) {
	.main .bg {
		padding: 0;
	}
	.main .bg .col-md-6 {
		padding: 30px;
	}
	.main {
		padding: 0 25px;
	}
	.main label {
		display: block;
		margin-right: 0;
		margin-bottom: .5rem;
	}
	.main #step2 label {
		display: inline-block;
		margin-bottom: 20px;
	}
	.main input[ type = 'radio']{
		width: 17px;
		height: 17px;
	}
	.main .line label.last{
		margin-bottom: 0;
	}
	.main p br{
		display: none;
	}
}