@font-face {
	font-family: Recoleta;
	src: url(../srcmedia/typo/Recoleta-Regular.woff2);
}


/* LOAD */






/* BODY */


body {
    overflow-x: hidden;
    width: 100vw;
    font-style: normal;
    font-weight: normal;
    background-color: #F5F0EA;
}


/* NavBar */

/* Navigation Bar */

#navBarColorBlock {
    color: black;
    fill: black;
}

#navBarColorBlock {
    color: black;
    fill: black;
}


#navBarColorBlock .navlinkunder, #navBarColorBlock .navUnderSub {
	background-color: black;
}


#HamIconOpen {
    fill: black;
}

#ContactLink {
    transform: scaleX(1);
}

#laFermeSubMenu {
    background-color: white;
}






/* Content */

.ContentWraper {
    padding: 250px 13vw 300px 13vw;
}

.Title {
    position: relative;
    height: fit-content;
    width: 100%;
    display: flex;
}

    #Fleche {
        position: relative;
        color: black;
        
        
        
        width: 200px;
        top: 35%;
        right: 0;
        transform: scaleX(-1) rotate(85deg);
        
    }

.Title h1 {
    font-family: "Recoleta";
    font-size: 104px;
    line-height: 108%;
    margin-bottom: 138px;
    font-weight: normal;

}

    .InfoWraper {
        width: 100%;
        border-bottom: 2px solid black;
        position: relative;
    }

    .InfoWraper h2 {
        padding: 41px 0 1.5em 0;

    } 

    .InfoWraper h2 a, h2{
        font-family: 'Work Sans';
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: black;

    }

        .InfoWraper h2 a:hover{
            text-decoration: underline;
        }

    

    .InfoWraper h3, .InfoWraper h3 a {
        font-family: "Work Sans";
        font-weight: normal;
        font-size: 26px;
        line-height: 140%;

        letter-spacing: -0.02em;
        padding-bottom: 30px;
        color: black;
    }

    .InfoWraper h3 a:hover {
        text-decoration: underline;
    }

#Kiosque h2 {
    padding-bottom: 40px ;
}

.KiosqueInfo {

    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    gap: 3rem;

}

.kiosqueImageWraper{
    max-height: 330px;
    object-fit: fill;
}

.kiosqueImageWraper img{
    height: 100%;
    max-height: 330px;
    width: 100%;
    max-width: 420px;

    object-fit: cover;
}

.mapWraper {
    height: 300px;
    width: 100%;
    padding-bottom: 30px;
}

.mapWraper iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

.hoursWraper {
    min-width: unset;
}

.hoursWraper ul li, .hoursWraper h4 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;

    letter-spacing: -0.02em;
}

.hoursWraper h4 {
    font-weight: 600;
}

.hoursWraper li {
    list-style: none;
}




/* Under 1440px response */

@media only screen and (max-width: 1440px) {
	
    #Fleche {
        
    }

    

	
	/* Footer */
	

	
}

/* Under 1024px response */

@media only screen and (max-width: 1200px) {
	
   





    
}


 /* ------------------------
 Under 770px response */

@media only screen and (max-width: 770px) {
	



.Title h1 {
    font-size: 13.5vw;
}

#Fleche {
    width: 30vw;
}

.InfoWraper h2 a, .InfoWraper h2 {
    font-size: 5vw;
}

.InfoWraper h3, .InfoWraper h3 a, .InfoWraper h4, .hoursWraper ul li{
    font-size: 4vw;
}

.KiosqueInfo {
    flex-wrap: wrap;
}

.kiosqueImageWraper {
    max-width: unset ;
    width: 100%;
}    

    .kiosqueImageWraper img {
        max-width: unset;
    }

.mapWraper {
        width: 100%;
        min-width: unset;
    }



	
}

/* Large mobile (425px) */

@media only screen and (max-width: 425px) {

    .ContentWraper {
        padding-bottom: 150px;
    }
    
    .Title h1 {
        font-size: 52px;
    }
    
    #Fleche {
        left: -25%;
        top: 50%;
    }
    
    .InfoWraper h2 a, .InfoWraper h2 {
        font-size: 26px;
    }
    
    .InfoWraper h3, .InfoWraper h3 a, .InfoWraper h4, .hoursWraper ul li {
        font-size: 18px;
    }
    




}