*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: sans-serif, Arial, Helvetica;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 19px;
	color: #000;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-repeat: repeat;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6{
	font-family: sans-serif, Arial, Helvetica;
	margin: 0;
	font-weight: bold;
}
h1{
	text-transform: uppercase;
	font-size: 31px;
	color: #2a2f8a;
}
h2{ font-size: 27px;color: #2a2f8a; }
h3{ font-size: 15px; }
h4{ font-size: 14px; }
h5{ font-size: 13px; }
h6{ font-size: 12px; }
p{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: #2a2f8a;
}
.header {
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}
.header .logo img {
	height: 123px;
	width: auto;
	max-width: 100%;
}
.header a.menu-item{
	margin: 0 0 0 15px;
	padding: 5px;
	font-size: 19px;
}
.header a.menu-item:hover,
.header a.menu-item.active{
	color: #2a2f8a;
}
.sidebar .recents {
	background-color: #2a2f8a;
}
.sidebar .recents h2{
	color: #FFF;
}
.sidebar .categories {
	background-color: #c1b59d;
}
.post h3{
	margin-bottom: 15px;
}
.post p{
	margin-bottom: 15px;
}
.post a.link{
	padding: 5px 20px;
	background-color: #000;
	color: #FFF;
}
.post a.link:hover{
	opacity: .75;
}
.post img{
	width: 100%;
}
.recents a{
	position: relative;
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 15px;
	display: block;
	color: #FFF;
}
.recents a:hover{
	color: #C4C4C4;
}
.recents a::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background-color: #FFF;
	left: 0;
	top: 10px;
}
.paginations ul li{
	list-style: none;
}
.paginations ul li a{
	color: #000;
	padding: 7px;
	background-color: #F1F1F1;
}
.paginations ul li a:hover{
	color: #2a2f8a;
}
.paginations ul li{
	float: left;
	width: 49.5%;
}
.paginations ul li:last-child{
	float: right;
}
.subfooter.gray.py-3 {
	background-color: #2a2f8a;
}
.subfooter p{
	color: #FFF;
}
.sidebar img{
	margin-bottom: 10px;
}








  






















input:focus, textarea:focus, select:focus{
	outline: none;
}
.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;
}
p.valide{
	color: green;
	margin-bottom: 5px;
}
p.error{
	font-size: 17px;
	color: #d30613;
	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;
}

.contactForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.7;
	color: #FFF;
  }
.contactForm ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.7;
	color: #FFF;
  }
.contactForm :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.7;
	color: #FFF;
  }
 .contactForm :-moz-placeholder { /* Firefox 18- */
	opacity: 0.7;
	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, select.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: #FFF !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F1F1F1;
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
}
.preload div{
	width: 150px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 150px;
	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{
    cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
/*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-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) {
	.nav {
		height: 25px;
	}
	.burgerMenu {
		transition: none;
		right: 15px;
		top: 21px;
		display: block;
		z-index: 99999;
		position: relative;
		width: 30px;
		height: 30px;
		position: absolute;
	}
	.burgerMenu::before{
		content: '\f0c9';
		font-family: 'FontAwesome-Solid';
		color: #000;
		font-size: 31px;
		right: 0;
		top: 0;
	}
	.header.section{
		z-index: 3;
	}
	.mainMenuMobile {
		display: block;
		opacity: 0;
		z-index: -1;
		left: 0;
		background: #F1F1F1;
		top: -150%;
		padding: 130px 15px 0;
		position: fixed;
		width: 100%;
		height: 100%;
		transition: all .5s;
		text-align: center;
	}
	.mainMenuMobile.active {
		opacity: 1;
		top: 0;
		z-index: 9999;
	}
	.burgerMenu.active {
		transition: none;
		position: fixed;
		z-index: 99999;
		right: 16px;
		top: 44px;
		color: #FFF;
	}
	.burgerMenu.active::before{
		content: '\f00d';
		color: #000;
	}
	.mainMenuMobile a {
		display: block;
		margin: 0 0 45px;
		color: #000;
		text-decoration: none;
		padding: 5px 0;
		font-size: 41px;
	}
	.navMobile img {
		width: 150px;
		margin-bottom: 5px;
	}
	.navMobile.for-mobile {
		width: 100%;
		float: left;
	}
	.col-md-9.right.pe-5 {
		padding-right: 0 !important;
	}
	.post img{
		margin-bottom: 10px;
	}
	.header.section.py-3.zind2 {
		min-height: 60px;
	}
	.col-12.mb-3.col-md-12.paddingMin.align-self-center {
		margin-bottom: 0 !important;
	}
	.header a.menu-item {
		margin: 0 0 15px 15px;
		padding: 5px;
		font-size: 39px;
		line-height: 49px;
	}
}