@font-face {
  font-family: 'Bigilla';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Bigilla.woff2") format("woff2"),url("../fonts/Bigilla.woff") format("woff");
}
@font-face {
  font-family: 'Bigilla Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Bigilla-Bold.woff2") format("woff2"),url("../fonts/Bigilla-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Didot';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Didot.woff2") format("woff2"),url("../fonts/Didot.woff") format("woff");
}
body{
	margin:0;
}
.bgd-intime{
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-image:url('../imgs/img-logo.png');
	background-size: calc(100% - 40px) auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
img{width: 100%;height:auto;}

header{
	position: fixed;
	top:0;
	margin:0;
	width: 100vw;
	text-align: center;
	padding:40px 0 24px;
	height:60px;
	z-index: 10;
}

header ul li.lien-dk{
	display: none;
}

header ul{
	list-style: none;
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 24px);
}


footer{
	position: fixed;
	bottom:0;
	margin:0;
	width: 100vw;
	text-align: center;
	padding-bottom:24px;
	height:30px;
	z-index: 10;
}

header a.lien-telechargement{
	border: 1px solid #B68345;
	background-color: #FFF;
	padding:4px 16px;
	text-align: center;
	color:#B68345;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: normal;
	-webkit-text-stroke-width: 0.20000000298023224;
	-webkit-text-stroke-color: #B68345;
	text-decoration: none;
	display: flex;
  justify-content: center;
  flex-direction: column;
}


footer{
	position: fixed;
	bottom:0;
	margin:0;
	width: 100vw;
	text-align: center;
	padding-bottom:24px;
	height:30px;
	z-index: 10;
}


footer ul{
	list-style: none;
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 34px);
	margin:0;
}

footer a.lien-telechargement{
	border: 1px solid #B68345;
	background-color: #FFF;
	padding:8px 20px;
	text-align: center;
	color:#B68345;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: normal;
	-webkit-text-stroke-width: 0.20000000298023224;
	-webkit-text-stroke-color: #B68345;
	text-decoration: none;
	display: flex;
  justify-content: center;
  flex-direction: column;
  
  width:fit-content;
  margin:0 auto;
}
section{z-index: 2;position: relative;}
section#pre-home{
	min-height:812px;	
}

section#pre-home .content-pre-home{
	height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;	
	top:0;
	left:0;
}

section#pre-home .content-pre-home span{
	background-image:url('../imgs/fleche.png');
	background-size: 22px 27px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom:35px;
	text-align: center;
	font-family: 'Bigilla Bold';
	line-height: 100%;
	font-weight: 700;
	color:#DFBB89;
	position: absolute;
	bottom: 96px;
	left:calc(50vw - 35px);
	width: 70px;
	font-size: 24px;
}

section#logo{
	min-height: 812px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.05) 55%);
}

section#logo h1, section#logo h2{
	text-align: center;
	margin:0;
	padding: 0;
}

section#logo h1 svg,section#logo h2 svg{
	max-width:calc(100% - 88px);	
	height: auto;	
}

section#intro{
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.40) 25%);

}
section#intro .intro-content{
	padding:32px 44px;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color:#fff;
}

section#intro .intro-content p strong{
	font-family: 'Poppins Bold';
	font-weight: 700;
}

section#nuage-de-mots{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 30%), linear-gradient(180deg, rgba(230, 224, 217, 0.00) 0%, #EDE7E0 21.59%);
}
section#nuage-de-mots p{
	margin:0;	
}
section#nuage-de-mots .content-deroule{
	position: relative;
	top:60px
}

section#nuage-de-mots .content-deroule p.deroule1{
	position: relative;
}
section#nuage-de-mots .content-deroule p.deroule2{
	position: relative;
	top:-50px;
}

section#nuage-de-mots .content-deroule p.deroule3{
	position: relative;
	top:-100px;
}

section#nuage-de-mots .content-deroule p.deroule1,section#nuage-de-mots .content-deroule p.deroule2,section#nuage-de-mots .content-deroule p.deroule3{
	white-space: nowrap;
	overflow: hidden;	
}
section#nuage-de-mots .content-deroule p.deroule1 span{
	 display: block;
        animation: der1 20s linear infinite;
        color:#DFB889;
        font-family: 'Bigilla';
        font-size: 86.98px;
        font-style: normal;
        line-height: 160%;
        width:1192.17px;
        
}section#nuage-de-mots .content-deroule p.deroule2 span{
	 display: block;
       animation: der2 20s linear infinite;
        color:#DFB889;
        font-family: 'Bigilla';
        font-size: 86.98px;
        font-style: normal;
        line-height: 160%;
        width:1147.4px;
        
}section#nuage-de-mots .content-deroule p.deroule3 span{
	 display: block;
        animation: der1 20s linear infinite;
        color:#DFB889;
        font-family: 'Bigilla';
        font-size: 86.98px;
        font-style: normal;
        line-height: 160%;
        width: 1324.98px;
        
}

@keyframes der1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes der2 {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

section#chiffres-cles{
	background: #EDE7E0;
	background-image:url('../imgs/ellipse-chiffres-cles.png'),url('../imgs/bgd-chiffres.png');
	background-size: 100% auto;
	background-position: top 0 center, bottom 0 center;
	background-repeat: no-repeat;
	padding:150px 0 250px;
}


section#chiffres-cles h3{
	margin:0;	
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 54px;
	text-align: center;
	padding-bottom: 30px;
}

section#chiffres-cles ul{
	list-style: none;
	padding: 0 20px;
	width:calc(100% - 40px);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	margin:0;
}
section#chiffres-cles ul li{
	font-family:'Poppins';
	font-size:16px;
	line-height:160%;
	color:#000;
}

section#chiffres-cles ul li span{
	font-family:'Bigilla Bold';
	font-weight: 700;
	font-size:80px;
	color:#DFB889;
	line-height:100%;
	display: block;
}

section#chiffres-cles ul li span sup{
	font-family:'Bigilla';
	font-weight:400;
	font-size:40px;	
}
section#chiffres-cles ul li span.ft-didot{
	font-family:'Didot';	
	display: inline-block;
	font-weight: 400;
}
section#accessibilite{
	background-color:#fff;
	background-image:url('../imgs/bgd-accessibilite.png');
	background-size: 100% auto;
	background-position:top 0 center;
	background-repeat: no-repeat;
	padding-top:100px;
}
section#accessibilite h3{
	margin:0;	
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 54px;
	text-align: center;
	padding-bottom: 30px;
	
}

section#accessibilite .accesibilite-transports{
	margin:64px 20px 0;
}

section#accessibilite h4{
	margin:0;	
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 36px;
	text-align: center;
	padding-bottom: 16px;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	gap:16px;
	border-bottom:1px solid #DFB889;
	margin-bottom:14px;
	
}
section#accessibilite h4 span{
	display:flex;
	flex-direction: column;
	justify-content: center;	
}

section#accessibilite ul{
	list-style: none;
	padding:0;
}

section#accessibilite ul li{
	position: relative;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	padding-bottom:24px;
}
section#accessibilite ul li span.temps-transport{
	position: absolute;
	top:0;
	right:0;	
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

section#accessibilite ul li span.temps-transport span.timing{
	display:flex;
	flex-direction: column;
	justify-content: center;	
}

section#accessibilite ul li .lignes-transport{
	margin-top:8px;
}

section#accessibilite .acc-tra-2{
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
}

section#accessibilite .acc-tra-2 ul.list-ferre{
	padding:0;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	gap:24px;	
}
section#accessibilite .acc-tra-2 ul.list-ferre li{
	display:flex;
	flex-direction: column;
	justify-content: center;
}

section#accessibilite .acc-tra-2 ul.list-ferre img{
	width:80px;
	height: auto;
}
section#accessibilite .acc-tra-2 .list-bus {
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:8px;
	padding:0;
}

section#accessibilite .acc-tra-2 .list-bus li{
	padding:0;	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#accessibilite .acc-tra-2 .list-bus li:last-child{
	padding-left:47px;
}

section#perspectives{
	background-color:#fff;
	padding-top:96px;
	position: relative;
	height: auto;
}

section#perspectives h3{
	margin:0;
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 54px;
	text-align: center;
	padding-bottom: 64px;
}
section#perspectives ul.liste-perspectives{
	width:calc(100% - 40px);
	margin:0 20px;
	list-style: none;
	padding:0 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}

section#perspectives ul.liste-perspectives li.zooming{
	position: relative;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
}
section#perspectives ul.liste-perspectives li.zooming img {
	
	transition: all .4s ease-in-out;
	height:100%;
}

section#perspectives ul.liste-perspectives li.zooming .overlay{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 5;
	background: #2D415A;
	mix-blend-mode: color;
}

section#perspectives ul.liste-perspectives li.zooming:hover img{
	transform: scale(1.1);	
}

section#perspectives ul.liste-perspectives li.zooming:hover .overlay{
	display:none;	
}

section#contacts {
	padding:96px 20px;
	background-image:url('../imgs/bgd-contacts.png'),linear-gradient(#fff 0% ,#EDE7E0 65%);
	background-size: 100% auto;
	background-position:bottom 0 center;
	background-repeat: no-repeat;
}

section#contacts h3{
	margin:0;
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 54px;
	text-align: center;
	padding-bottom: 64px;
}

section#contacts .contact-content ul{
	list-style: none;
	text-align: center;
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap:24px;
}

section#contacts .contact-content ul li{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color:#000;
}

section#contacts .contact-content ul li img{
	max-height:82px;	
}
section#contacts .contact-content ul li span{
	display:block;
	color:#000;
}
section#contacts .contact-content ul li span.nom{
	color:#DFB889;
	font-family: 'Bigilla Bold';
	font-weight: 700;
	line-height: 100%;
	font-size: 42px;
	font-feature-settings: 'dlig' on;
	line-height: 100%;
	padding-bottom:8px;
}

section#contacts .contact-content ul.contact.contact-bnp{
	padding-bottom:64px;
}


/* popin */

.smart-popin {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    overflow: auto; /* scrollbar will appear if the viewport is too tight to display all the popin content */
    opacity: 0;
    visibility: hidden;
    z-index: 50;
  	width: 100vw;
    /* design */
  
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.smart-popin:target {
    opacity: 1;
    visibility: visible;
}
.smart-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.smart-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; /* this space is important to let the box-shadow exceed around the popin - so it has to be at least equal to the shadow radius */
}
.smart-popin .sp-body {
    position: relative; /* to allow absolute positionning inside */
    z-index: 1; /* to ensure the popin body will be over the .sp-back layer */
    width: 100%; /* by default the width of the wider element inside */
    max-width: calc(100vw - 20px);
    height:calc(100vh - 40px);
    min-width: 300px;  /* standard width for xs smartphones (320px) minus 2*10px (.sp-cell margins) */
    margin: 0;
    padding:0;
  
    /* design */
  
    background-color: transparent;
    text-align: center;
    
}
.smart-popin .sp-body .swiper{
	height:100%;
	width:100%;
}
.smart-popin .sp-body .swiper-slide{
	width: 100%
}
.smart-popin .sp-body .swiper-slide figure{
	height:100%;
	width: fit-content;
	margin:0 auto;
	text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: center;

}
.smart-popin .sp-body .swiper-slide figure img{
	height:max-content;
	width: 100%;
}

.smart-popin .sp-table .swiper-zoom-pag{
	position: absolute;
	top:50%;
	width: calc(100% - 20px);
}
.smart-popin .sp-table .swiper-zoom-pag .swiper-button-prev{
	left:0px !important;
}
.smart-popin .sp-table .swiper-zoom-pag .swiper-button-next{
	right:0px !important;
}
.smart-popin .sp-back { /* only used to get clicks out of the popin body */
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    display: block;
}
.smart-popin .sp-close {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 44px;
    height: 44px;
	background-image:url('../imgs/btn-close.png');
    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    z-index:50;
}

.swiper-button-next, .swiper-button-prev {
	color:#DFB889;
}