@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'DR';
    src: url('../fonts/Didot.eot');
    src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Didot.woff2') format('woff2'),
        url('../fonts/Didot.woff') format('woff'),
        url('../fonts/Didot.ttf') format('truetype'),
        url('../fonts/Didot.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: normal;
	color: #000;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	max-width: 100%;
	font-weight: 400;
	overflow-x: hidden;
	background-color: #f9ae42;
}
input.form-control {
    text-align: left;
    direction: ltr;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 2.5rem;
	margin: 0 0 1rem;
}
.slider h2{
	font-size: 5rem;
	color: #FFF;
	text-transform: uppercase;
	margin: 80px 0 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}
.slider h3 strong{ font-weight: 600;}
.slider h3{
	font-size: 3rem;
	color: #FFF;
	margin: 0 0 80px;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}
.slider h2 strong{
	color: #f9ae42;
	font-family: 'DR', sans-serif;
}
p{
	margin-bottom: 10px;
}
a{
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
}

.formContact .col-md-12 textarea,
.formContact input{
	background-color: #FFF;
	height: 45px;
	border-radius: 30px;
	padding: 5px 15px 5px 15px;
	font-size: 1rem;
	font-weight: 200;
	color: #1F3E1D;
}
.header{
	background-color: #FFF5E6;
	border-bottom: 8px solid #F15B2A;
}
.header img{
	width: 150px;
	height: auto;
}
.header a{
	color: #F15B2A;
	font-size: 1.3rem;
	font-weight: 500;
}
.slider img{
	margin-bottom: 4rem;
}
.slider a{
	position: relative;
	display: inline-block;
	padding: 10px 50px 10px 30px;
	color: #000;
	background-color: #FFF;
	border-radius: 30px;
}
.slider a:hover{
	opacity: .7;
}
.slider a::before{
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.5rem;
}
.maps{
	position: relative;
}
.maps iframe:hover{
	filter: grayscale(0);
}
.maps iframe{
	width: 100%;
	height: 400px;
	filter: grayscale(100%);
	transition: .3s;
}
.contact .col-md-10{
	background-color: #FFF5E6;
	border-radius: 12px;
}
.contact a{
	color: #000;
}
.contact .col-md-4 a{
	margin-bottom: 1.5rem;
}
.contact a:hover{
	opacity: .7;
}
.contact textarea.form-control,
.contact .form-control{
	border: 0;
	border-radius: 0;
	background-color: #FFF;
	border-bottom: 3px solid #F15B2A;
	height: 55px;
	margin-bottom: 1rem;
}
.contact textarea.form-control{
	height: 150px;
	padding: 15px;
}
.contact button{
	position: relative;
	display: inline-block;
	padding: 10px 50px 10px 50px;
	color: #FFF;
	background-color: #F15B2A;
	border-radius: 8px;
	border: 0;
	transition: .3s;
}
.contact button:hover{
	opacity: .7;
}
.contact button::before{
	content: '\f054';
	content: none;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.5rem;
}
.footer{
	background-color: #FFF5E6;
	border-top: 8px solid #F15B2A;
}
.footer img{
	width: 200px;
}
.footer a:hover{
	opacity: .7;
}
.footer p,
.footer a{
	color: #000;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
}
.slick-dots li button:before {
    font-size: 21px;
	color: #FFF5E6;
	opacity: .5;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFF5E6;
}
.slick-dots {
    bottom: 25px;
}
.slides img{
	border-radius: 12px;
}
.merci{
	min-height: 72vh;
}
.content{
	position: relative;
}
.content::after,
.content::before{
	content: '';
	position: absolute;
	width: 25vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-image: url(../images/motif-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
.content::after{
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	background-image: url(../images/motif-2.png);
	background-position: right bottom;
}














.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;
}

.formContact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	color: #1F3E1D;
  }
.formContact  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: #1F3E1D;
  }
.formContact :-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	color: #1F3E1D;
  }
.formContact :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #1F3E1D;
}
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: #f9ae42;
	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) {
	.header a {
		font-size: 1.1rem;
	}
	.contact .col-md-10 {
		width: 94%;
		border-radius: 0;
		padding: 25px !important;
	}
	h2{
		font-size: 2.1rem;
	}
	.footer a{
		margin-bottom: 1rem;
	}
	.slider h2 {
		font-size: 2.7rem;
		margin: 50px 0 30px;
	}
	.slider h3 {
		font-size: 1.5rem;
		margin-bottom: 50px;
	}
	.slider h3 br{
		display: none;
	}
	body, html {
		background-size: 100% 100%;
	}
}