@font-face {
    font-family: 'BCAR';
    src: url('../fonts/BCArabic-Regular.eot');
    src: url('../fonts/BCArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BCArabic-Regular.woff2') format('woff2'),
        url('../fonts/BCArabic-Regular.woff') format('woff'),
        url('../fonts/BCArabic-Regular.ttf') format('truetype'),
        url('../fonts/BCArabic-Regular.svg#../fonts/BCArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BCAB';
    src: url('../fonts/BCArabic-Bold.eot');
    src: url('../fonts/BCArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BCArabic-Bold.woff2') format('woff2'),
        url('../fonts/BCArabic-Bold.woff') format('woff'),
        url('../fonts/BCArabic-Bold.ttf') format('truetype'),
        url('../fonts/BCArabic-Bold.svg#../fonts/BCArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PNL';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PNBL';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PNR';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PNB';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PNSB';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'PNR', 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: #FFF;
}
body.rtl{
	font-family: 'BCAR' !important;
}
body.rtl h6,
body.rtl h5,
body.rtl h4,
body.rtl h3,
body.rtl p strong,
body.rtl h2,
body.rtl h1
{
	font-family: 'BCAB' !important;
}
input.form-control {
    text-align: left;
    direction: ltr;
}
.input-group.rtl input.form-control {
    text-align: right;
    direction: rtl;
}
/* body.rtl .form-control,
body.rtl .form-check-input,
body.rtl .form-select,
body.rtl label, */
body.rtl h3,
body.rtl p{
	direction: rtl;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'PNB', sans-serif;
	margin: 0;
}
p{
	margin-bottom: 10px;
}
a{
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
}
.hover{
	position: absolute;
	width: 60%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 9;
}
.logo img {
    width: 330px;
}
.logo2 img {
    width: 150px;
}
a.myBtn.arabe{
	background-color: #009448;
}
a.myBtn:hover{
	opacity: .7;
}
a.myBtn {
    font-family: 'PNB';
    font-size: 1.1rem;
    color: #FFF;
    background-color: #fd0012;
    padding: 15px 45px;
    border-radius: 12px;
    border: 1px solid #fbf2f1;
    margin: 0 13px;
}
p{
	font-size: 1.5rem;
}
p strong{
	font-family: 'PNB';
}
h2{
	font-size: 3rem;
	font-family: 'PNB';
}
.types {
    padding: 80px 50px 50px;
    border: 1px solid #FFF;
    border-radius: 12px;
    position: relative;
    margin-top: 5rem !important;
    max-width: 570px;
    margin: auto;
}
.types a.myBtn{
	background-color: transparent;
	font-size: 1.5rem;
	font-family: 'PNSB';
	margin-bottom: 15px;
}
.types h3 {
    display: inline-block;
    padding: 13px 15px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    font-size: 1.5rem;
    font-family: 'PNSB';
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: auto;
    width: 210px;
}
.copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.copyright p {
    font-size: 1rem;
}
.types.border-0{
	margin-top: 3rem !important;
	padding: 0 !important;
}
.formContact .input-group span{
	border-radius: 0.375rem 0 0 0.375rem;
}
.formContact input[type = 'text']{
	height: 45px;
	padding: 5px 10px;
	font-size: 1rem;
}
.formContact label{
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 50px;
}
.rtl .formContact p{ text-align: left;}
.formContact p{
	text-align: left;
	font-size: 1.1rem;
}
.formContact button:hover{ opacity: .7;}
.formContact button{
	font-size: 1.5rem;
	padding: 10px 30px;
	background-color: #FFF;
	border: 0;
	border-radius: 6px;
	color: #fd0012;
	font-family: 'PNB';
	transition: .3s;
}
.hover{
	background-image: none !important;
}


















.slick-dotted.slick-slider{ margin-bottom: 0;}
.backToTop{
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	z-index: 11;
	display: none;
	border-radius: 50%;
	border: 2px solid #131f67;
	text-align: center;
}
.backToTop.white{
	border-color: #FFF;
	background-image: url(../images/top-white.svg);
	background-color: transparent;
}
.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;
  vertical-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;
}

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

.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: #af2b25;
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
	transition: all .5s;
}
.preload div{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 200px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

div.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.black{ background-color: #000; }
.red{ background-color: #ca222b; }
.gray{ background-color: #f6f6f6; }
.white{ 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; }
.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}
.mb6{margin-bottom: 60px;}
.mb7{margin-bottom: 70px;}
.mb8{margin-bottom: 80px;}
.mb9{margin-bottom: 90px;}
.mb10{margin-bottom: 100px;}
.mt1{margin-top: 10px; }
.mt2{margin-top: 20px; }
.mt3{margin-top: 30px; }
.mt4{margin-top: 40px; }
.mt5{margin-top: 50px; }
.mt6{margin-top: 60px; }
.mt7{margin-top: 70px; }
.mt8{margin-top: 80px; }
.mt9{margin-top: 90px; }
.mt10{margin-top: 100px; }
/*Padding*/

.pt1{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt2{padding-top: 20px;}
.pt3{padding-top: 30px;}
.pt4{padding-top: 40px;}
.pt5{padding-top: 50px;}
.pt6{padding-top: 60px;}
.pt7{padding-top: 70px;}
.pt8{padding-top: 80px;}
.pt9{padding-top: 90px;}
.pt10{padding-top: 100px;}

.pb1{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb2{padding-bottom: 20px;}
.pb3{padding-bottom: 30px;}
.pb4{padding-bottom: 40px;}
.pb5{padding-bottom: 50px;}
.pb6{padding-bottom: 60px;}
.pb7{padding-bottom: 70px;}
.pb8{padding-bottom: 80px;}
.pb9{padding-bottom: 90px;}
.pb10{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

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

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

@media screen and (max-width: 650px) {
	.logo2 img {
		width: 100px;
	}
	a.myBtn {
		padding: 15px 35px;
		margin: 0 10px;
	}
	.hover {
		width: 100%;
	}
	.logo img {
		width: 210px;
	}
	p {
		font-size: 1.2rem;
	}
	h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.bg{
		display: none;
	}
	.hover{
		background-image: url(../images/bg.jpg) !important;
		background-size: cover;
		background-position: left bottom;
		position: static;
	}
	.copyright {
		position: static;
		padding: 15px;
	}
	.copyright p{
		color: #000;
	}
	.types {
		padding: 80px 5px 50px;
	}
	.types a.myBtn {
		font-size: 1.3rem;
	}
	.formContact label {
		font-size: 1.1rem;
		margin: 0px 50px 0 0;
	}
	.formContact label:last-child {
		margin: 0;
	}
	.merci h3 {
		font-size: 1.1rem;
	}
}