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

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

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

@font-face {
    font-family: 'HCB';
    src: url('../fonts/Helvetica-Condensed-Black.eot');
    src: url('../fonts/Helvetica-Condensed-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Condensed-Black.woff2') format('woff2'),
        url('../fonts/Helvetica-Condensed-Black.woff') format('woff'),
        url('../fonts/Helvetica-Condensed-Black.ttf') format('truetype'),
        url('../fonts/Helvetica-Condensed-Black.svg#Helvetica-Condensed-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'HR', sans-serif;
	overflow-x: hidden;
	font-size: 1.1rem;
	line-height: normal;
	color: #357b47;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #fef100;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'HB', sans-serif;
	font-weight: bold;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: .3s;
}
.container{
	max-width: 1200px;
}
.logo img{
	width: 100px;
}
.header{
	padding: 1rem 0;
}
.header a:active,
.header a:focus,
.header a:hover{
	color: #009ee0;
}
.header a{
	color: #000;
	font-family: 'HB';
	font-size: 1.1rem;
}
.slider .row:first-child img{
	width: 150px;
}
.section2 h2{
	font-size: 3.5rem;
	line-height: 3.6rem;
	font-family: 'HCB';
}
.section2 .row:first-child p{
	font-size: 1.7rem;
	font-family: 'HO';
	font-style: italic;
}
.section2 h3{
	font-size: 2.7rem;
	font-family: 'HO';
	font-style: italic;
}
.img-texte {
	height: 230px;
}
.img-texte img {
    position: absolute;
    width: 120%;
	top: 0;
	left: 0;
    max-width: none;
}
.section2 .col-md-6:first-child{
	z-index: 3;
}
.section3 h2{
	font-size: 4rem;
	font-family: 'HCB';
}
img.filter{
	height: 95vh;
	width: auto;
}
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 150px;
    height: 150px;
    border: 0;
    position: absolute;
    perspective: 1000px;
    left: -11%;
    right: 0;
    margin: auto;
    top: -13%;
}
.flip-box.icon2 {
    left: 30%;
    top: 7%;
}
.flip-box.icon3 {
    left: 35%;
    top: 40%;
}
.flip-box.icon4 {
	left: -50%;
    top: 13%;
}
.flip-box.icon5 {
    left: -40%;
    top: 50%;
}
/* This container is needed to position the front and back side */
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
background-color: transparent;
color: black;
}

/* Style the back side */
.flip-box-back {
background-color: transparent;
color: white;
transform: rotateY(180deg);
}
form textarea.form-text,
form input.form-control{
	height: 50px;
	background-color: #e8e8e8;
	margin-bottom: 1rem;
	color: #5b5b5b;
	border: 0;
}
form input[type = 'checkbox']{
	width: 20px;
	height: 20px;
}
form textarea.form-text{
	height: 120px;
	margin-bottom: 1rem;
}
form{
	padding: 3rem;
	background-color: #FFF;
	margin-bottom: 40px;
	position: relative;
}
form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -60px;
    background-image: url(../images/ombre.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: -1;
}
form button{
	border: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #009ee0;
	color: #FFF;
	border-radius: 6px;
	font-size: 1.5rem;
	font-family: 'HO';
	font-style: italic;
}
.form h2{
	font-size: 3.5rem;
	font-family: 'HCB';
	line-height: 3.5rem;
	margin-bottom: 5px;
}
.form h2 span{
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-family: 'HB';
	margin-bottom: 5px;
}
.form p{
	font-size: 1.3rem;
	font-family: 'HO';
	color: #459cda;
	font-style: italic;
}
.form .row:first-child p{
	color: #009ee0;
}
.form p{
	color: #357b47;
	font-size: 1.3rem;
	margin-bottom: .5rem;
}
.merci .bg-merci {
    padding: 30px 30px;
    width: 90%;
    margin: auto;
}
.print.merci .bg-merci::after,
.print.merci .bg-merci::before{
	content: none;
}
.merci .bg-merci::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: -1;
}
.merci .bg-merci::after {
    content: '';
    position: absolute;
    left: 130px;
    top: -100px;
    right: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-gifts.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.merci .logo img{
	width: 150px;
}
.merci.print h2{
	font-size: 1.7rem;
	line-height: 1.8rem;
}
.merci.print h2 strong{
	font-size: 3.5rem;
	line-height: 3.6rem;
}
.merci h2{
	font-size: 2.5rem;
	line-height: 2.6rem;
	margin-bottom: 2rem;
}
.merci h2 strong{
	font-size: 5rem;
	line-height: 5.1rem;
	color: #459cda;
}
.merci p{
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-family: 'HO';
	font-style: italic;
	margin-bottom: 1rem;
}
.merci h3{
	font-size: 1.7rem;
	line-height: 1.8rem;
	font-family: 'HO';
	font-style: italic;
	margin-bottom: 2rem;
}
.print.merci h4{
	font-size: 1.1rem;
	line-height: 1.2rem;
}
.print.merci h5{
	font-size: 1.5rem;
	line-height: 1.6rem;
}
.merci h4{
	font-size: 1.5rem;
	line-height: 1.6rem;
	margin-bottom: .1rem;
}
.merci h5{
	font-size: 2rem;
	line-height: 2.1rem;
	margin-bottom: 2rem;
}
.merci a{
	display: block;
	width: max-content;
	margin: auto;
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin-bottom: 1rem;
	background-color: #009ee0;
	color: #fef100;
	border-radius: 3rem;
	padding: 10px 30px;
	clear: both;
}
.print.merci a{
	display: none;
}
.footer{
	background-color: #303030;
}
.footer img{
	width: 130px;
}
.footer p,
.footer a{
	font-size: 1.5rem;
	font-family: 'HB';
	color: #fef100;
	margin: 0 10px;
}
.footer a:hover{
	opacity: .7;
}
.footer .socials a{
	color: #FFF;
}
.footer .links a:first-child{
	position: relative;
	padding: 0 20px;
}
.footer .links a:first-child::after,
.footer .links a:first-child::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
}
.footer .links a:first-child::after{
	left: auto;
	right: 0;
}
.about h2{
	font-size: 3rem;
	line-height: 3.1rem;
}
.about h2 strong{
	font-size: 7rem;
	line-height: 7.1rem;
}
.about .gifts::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
	border-radius: 50px;
    z-index: -1;
}
.about .gifts::after {
    content: '';
    width: 250px;
    height: 250px;
    position: absolute;
    right: -60px;
    top: -70px;
    background-image: url(../images/gift1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}
.about::before {
    content: '';
    width: 50%;
    height: 80%;
    position: absolute;
    left: 0px;
    bottom: -10%;
    background-image: url(../images/gift2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}
.about .gifts{
	width: 90%;
	margin: auto;
	padding: 50px;
	position: relative;
	z-index: 0;
}
.about .gifts p{
	font-size: 2rem;
	color: #000;
}
.about .gifts p strong{
	font-family: 'HB';
}
.about .gifts h3{
	font-size: 4rem;
	line-height: 4.1rem;
	color: #009ee0;
}
.maps{
	background-image: url(../images/bg-points.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fef100;
}
.maps .texte{
	width: 60%;
}
.points{
	width: 1100px;
	margin: auto;
}
.points .point img{
	width: 50px;
	height: auto;
	margin: .7rem 0;
}
.points .point h3{
	font-size: 1.7rem;
	line-height: 1.8rem;
	margin-bottom: .2rem;
	color: #459cda;
}
.points .point p{
	font-size: 1.1rem;
	line-height: 1.2rem;
	color: #459cda;
}
.points .point {
    position: absolute;
    width: max-content;
    height: max-content;
    right: 77px;
    top: 214px;
}
.points .point.p2 {
    right: 245px;
    top: 378px;
}
.points .point.p3 {
    right: auto;
    top: 400px;
    left: 112px;
}
.points .point.p4 {
    right: auto;
    top: 233px;
    left: 227px;
}
.points a:hover{
	opacity: .7;
}
.points {
	padding-bottom: 50px;
}
.points::before{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0;
	background-color: #FFF;
	z-index: -1;
}
.points img.w-100{
	max-width: 1100px;
}















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

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

.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: #fef100;
	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) {
	.slider .row:first-child img {
		width: 100px;
	}
	.logo img {
		width: 90px;
	}
	.section2 h2 {
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	.section2 .row:first-child p {
		font-size: 1rem;
	}
	.section2 h3{
		font-size: 1.5rem;
	}
	.section2 h3 br{
		display: none;
	}
	.img-texte {
		height: 0;
	}
	.img-texte img {
		width: 100%;
		top: 360px;
	}
	.section2 .col-md-6:first-child {
		margin-bottom: 1rem !important;
	}
	.section2 .col-md-6:last-child {
		margin-bottom: 110px !important;
	}
	.section3 h2 {
		font-size: 2rem;
	}
	.section3 h2 br{
		display: none;
		margin-bottom: 2rem;
	}
	img.filter {
		height: auto;
		width: 90%;
	}
	.flip-box {
		width: 110px;
		height: 110px;
	}
	.flip-box.icon2 {
		left: 60%;
		top: 7%;
	}
	.flip-box.icon4 {
		left: -75%;
		top: 13%;
	}
	.flip-box.icon3 {
		left: 60%;
		top: 40%;
	}
	.flip-box.icon5 {
		left: -60%;
		top: 65%;
	}
	form {
		padding: 1.5rem;
	}
	.form h2 {
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	.form h2 span {
		font-size: 1.3rem;
		line-height: 1.4rem;
	}
	.form p {
		font-size: 1rem;
	}
	form button {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.footer img {
		width: 70px;
	}
	.footer p, .footer a {
		font-size: 1rem;
		margin: 0 7px;
	}
	.footer {
		padding: .7rem 0 !important;
	}
	.footer .links a:first-child {
		padding: 0 20px 0 0;
	}
	.footer .links a:first-child::before {
		content: none;
	}
	.merci .bg-merci {
		padding: 20px;
		width: 95%;
	}
	.merci .logo img {
		width: 110px;
	}
	.merci h2 {
    	font-size: 1.3rem;
		line-height: 1.4rem;
	}
	.merci h2 strong {
		font-size: 2.8rem;
		line-height: 2.9rem;
	}
	.print.merci h2 {
    	font-size: 1.3rem;
		line-height: 1.4rem;
	}
	.print.merci h2 strong {
		font-size: 2.8rem;
		line-height: 2.9rem;
	}
	.merci p {
		font-size: 1rem;
		line-height: 1.1rem;
		margin-bottom: .3rem;
	}
	.merci h4 {
		font-size: 1rem;
		line-height: 1.1rem;
	}
	.merci h5 {
		font-size: 1.45rem;
		line-height: 1.6rem;
	}
	.merci a {
		font-size: 1rem;
		line-height: 1rem;
		margin-bottom: .5rem;
	}
	.merci .bg-merci::after {
		left: -10px;
		top: -30px;
	}
	.about h2 {
		font-size: 1.7rem;
		line-height: 1.8rem;
	}
	.about h2 strong {
		font-size: 2.7rem;
		line-height: 2.8rem;
	}
	.about .gifts {
		width: 90%;
		padding: 20px;
		margin-top: 100px !important;
	}
	.about .gifts::after {
		width: 180px;
		height: 180px;
		right: -60px;
		top: -90px;
	}
	.about::before {
		width: 25%;
		height: 40%;
		left: 0px;
		bottom: 0;
	}
	.about .gifts p {
		font-size: 1rem;
	}
	.about .gifts h3 {
		font-size: 2.5rem;
		line-height: 2.6rem;
		margin-bottom: 0;
	}
	.maps .texte {
		width: 90%;
	}
	.maps .d-block.pt-5.wow.fadeIn {
		padding-top: 2rem !important;
	}
	.points {
		width: 370px;
	}
	.points .point h3 {
		font-size: 1rem;
		line-height: 1.1rem;
		margin-bottom: .1rem;
	}
	.points .point p {
		font-size: .7rem;
		line-height: .8rem;
		margin-bottom: 0;
		color: #000;
	}
	.points .point img {
		width: 25px;
		margin: .5rem 0;
	}
	.points .point {
		right: 9px;
		top: 67px;
	}
	.points .point.p2 {
		right: 53px;
		top: 143px;
	}
	.points .point.p3 {
		top: 150px;
		left: 17px;
	}
	.points .point.p4 {
		top: 72px;
		left: 14px;
	}
	.points .point.p4 img {
		margin-left: 60px;
	}
	.maps {
		overflow: hidden;
	}
	.maps .points {
		overflow: none;
	}
	.points::before {
		width: 200%;
		left: -50%;
	}
	.maps .overflow-auto{
		overflow: hidden !important;
	}
	.section.section2 .row.pt-5{
		padding-top: 1rem !important;
	}
}