*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "sheershak-arabic", sans-serif;
	font-weight: 700;
	font-style: normal;
	overflow-x: hidden;
	min-height: 100vh;
	font-size: 1rem;
	line-height: normal;
	color: #000;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #000;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: .3s;
	color: #000;
}
.logo img{
	width: 300px;
	height: auto;
}
.main{
	/* background-image: url(../images/joueur.jpg);
	background-size: 9%;
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed; */
	position: relative;
}
body::before {
    content: none;
    position: absolute;
    background-image: url(../images/joueur-v1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    width: 7%;
    height: 88%;
    left: 0;
    top: 12%;
    margin: auto;
    z-index: 0;
    opacity: 1;
}
.main p{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.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: 40px;
	border-radius: 0;
	margin-bottom: 2rem;
	border: 0;
	background-color: transparent;
	color: #000;
	border-bottom: 1px solid #715D4B;

}
.main button:hover{
	opacity: .7;
}
.main button{
	display: inline-block;
	border: 0;
	padding: 15px 30px;
	font-family: 'BBOOK';
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-transform: uppercase;
	background-color: #DED5CE;
	color: #97806A;
	border-radius: 0;
	transition: .3s;
}
.main #step2 label {
    width: 46%;
}
.footer{
	background-color: #DED5CE;
}
.footer a{
	font-size: 21px;
}
.main h2{
	font-size: 3rem;
	line-height: 3.1rem;
	margin-bottom: 2rem;
}
.main form p{
	font-size: 2rem;
	margin-bottom: 2rem;
	color: #715D4B;
}
.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;
}
/* Video */
.video{
	border: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.video iframe{
	width: 100%;
	height: 500px;
}
.video video{
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	background-color: #000;
}
.bgVideo{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 1;
}
.old_video .playVideo {
	width: 70px;
	height: 70px;
	background-size: 70px;
}
.playVideo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    opacity: 1;
    z-index: 3;
    background-color: transparent;
    text-align: center;
    border-radius: 50%;
	background-image: url(../images/play.png);
	background-size: 100px;
	background-position: center;
	background-repeat: no-repeat;
}
.playVideo.hidd{
	z-index: -1;
	opacity: 0;
}
.main h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.count-box{
	position: relative;
	text-align: center;
	padding: 30px;
	margin: 0 30px;
	background-image: linear-gradient(to bottom, #e4ded8, #FFF);
	border-radius: 20px;
	font-size: 100px;
	line-height: 100px;
}
.count-box .count-label{
	font-size: 15px;
	line-height: 16px;
}
.count-box:first-child{
	margin-left: 0;
}
.count-box:last-child{
	margin-right: 0;
}
.old_video{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.footer{
	background-color: #000;
	padding: .5rem 0;
}
.footer *{
	color: #FFF;
	margin-bottom: 0;
}
.footer p{
	font-size: .9rem;
}
.footer a:first-child{
	margin-right: 10px;
}













/* 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: #030303;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #030303;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #030303;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #030303;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: .5;
	color: #2E2E2E59;
  }
form ::-moz-placeholder { /* Firefox 19+ */
	opacity: .5;
	color: #2E2E2E59;
  }
form :-ms-input-placeholder { /* IE 10+ */
	opacity: .5;
	color: #2E2E2E59;
}
form :-moz-placeholder { /* Firefox 18- */
	opacity: .5;
	color: #2E2E2E59;
  }

.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: #31529b;
	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) {
	.count-box {
		position: relative;
		text-align: center;
		padding: 13px;
		margin: 0 10px;
		background-image: linear-gradient(to bottom, #e4ded8, #FFF);
		border-radius: 20px;
		font-size: 60px;
		line-height: 60px;
	}
	.main h2 {
		margin-bottom: 1rem;
	}
	body::before {
		width: 22%;
		top: 2%;
	}
	.playVideo {
		width: 70px;
		height: 70px;
		background-size: 70px;
	}
}