@font-face {

    font-family: Playlist;
    
    src: url(police/Playlist\ Script.otf);
    
    }
@font-face {

    font-family: Brittany;

    src: url(police/FontsFree-Net-BrittanySignature.ttf);
        
    }
@font-face {

    font-family: Allura;

    src: url(police/Allura-Regular.ttf);
        
    }
body
{
    background:#f5f6f4;
    font-family:Cambria,"Verdana","Georgia", "Times New Roman",'Segoe UI', Moontime, Geneva,  sans-serif;
    color:black;
}
#blocpage
{
    color:white;
}
#banderole
{
    background: #3d5d6a;
    position:fixed;
    top:0;
    z-index:1;
    height: 1.7em;
    right:0;
    width:100%;
    display: flex;
    border-bottom:solid 1em #3d5d6a;
}
#top
{
    top : -1em;
    right:2%;
    z-index : 5;
    position:fixed;
    display: flex;
    color:white;
}

#tel
{
    font-size: 1.3em;
    top : 0.2%;
    left:2%;
    z-index : 5;
    position:fixed;
    display: flex; 
    color:white;
}
#imfr
{
    width:1em;
    margin-bottom:0.8%;
}
#imw
{
    width:1em;
    margin-left:1vw;
}
#imuk
{
    width:1em;
}
#imho
{
    width:1em;
}
#imfb
{
    width:1em;
    height:1em;
    margin-top:0.2em;
    margin-left :-0.3em;
}
#iminsta
{
    width:1em;
    height:1em;
    margin-top:0.2em;
    margin-left :-0.3em;
}
#imenv
{
    width:1em;
    height:1em;
    margin-top:0.2em;
    margin-left :-0.3em;
}
#menu
{
    display:flex;
    position:fixed;
    z-index:5;
    right:11vw;
    margin-top :1.4vw;
    font-weight:bold;
}

#menu  li
{
    text-align: center; 
    margin-right: 3.3vw;
}
#menu a
{
    font-size: 1.5vw;
    color: #d5ecdd;
    padding-bottom: 3px;
    text-decoration: none;
}
#menu ul
{
    display:flex;
    list-style-type: none;
    z-index : 5;
    
}
#top ul
{
    display:flex;
    list-style-type: none;
    z-index : 5;
}

#top  li
{
    margin-right: 1vw;
}

#top a
{
    font-size: 1.3em;
    color: white;
    padding-bottom: 4px;
    text-decoration: none;
}


#top a:hover
{
    color: #d5ecdd;
    border-bottom: 3px solid #d5ecdd;
}
#menu a:hover
{
    color: #3d5d6a;
    border-bottom: 3px solid #3d5d6a;
}

#banderole2
{
    background: #90b6ac;
    z-index:2;
    position:fixed;
    top:2em;
    height: 10em;
    width:100%;
    right:0;
    display: flex;
    flex:3;
}

#logo1
{
    display:block;
    position:fixed;
    width:10em;
    z-index:3;
    top:1.5em;
    right : 44%;
}
#lacausse
{
    position:fixed;
    color:#3d5d6a;
    z-index:4;
    top:1em;
    left:10vw;
    font-family: Playlist;
    font-size: 3em;
}
#lepeyre
{
    position:fixed;
    color: #3d5d6a;
    right:10vw;
    z-index:4;
    top:1em;
    font-family: Playlist;
    font-size: 3em;
}
#menu
{
    top:7.3em;
    color:#d5ecdd;
}
#main
{
    margin-top:15em;
    font-size:1.3em;
    text-align : center;
}

#galerie
{
    width : 98%;
    border-radius:10px;
    """background-color: #3d5d6a;
    box-shadow:0px 0px 6px #FFFFFF;
    margin-top:2em;
    margin-left: auto;
    margin-right: auto;
}
#titre1
{
    color:#3d5d6a;
    top:1em;
    font-family: Playlist;
    font-size: 3em;
}
#commeenhiver
{
    color:#3d5d6a;
    margin-top:1em;
    font-family: Playlist;
    font-size: 3em;
}
#commeenete
{
    color:#3d5d6a;
    margin-top:1em;
    font-family: Playlist;
    font-size: 3em;
}
#commeengite
{
    color:#3d5d6a;
    margin-top:1em;
    font-family: Playlist;
    font-size: 3em;
}

[class="imggalerie"]
{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction:row;
}
[class="hiver"]
{
   
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
}

[class="photohiver"]
{
    width:22em;
    height:18em;
    border-radius:10px;
    background-color:#FFFEF1;
    """box-shadow:0px 0px 6px #181818;"""
    -webkit-transition: all 1s ease; /* Safari et Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* Internet Explorer 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    
}



/* Styles pour la boîte modale */
#modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#modal-img {
    width: 100%;
    height: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus 
{
    text-decoration: none;
    cursor: pointer;
}

/* Masquer la scrollbar de la page lorsque la boîte modale est affichée */
body.modal-open {
overflow: hidden;
}

/* Styles pour l'image dans la galerie /
.imggalerie {
margin-top: 5em;
width: 95%;
height: 5em;
overflow: hidden;
position: relative; / permet de positionner les boutons de navigation sur l'image */
}

.photohiver {
width: 100%;
height: 100%;
object-fit: cover; /* permet de remplir l'espace disponible sans distorsion */
}

/* Styles pour les boutons de navigation dans la galerie */
.prev, .next {
display: none;
color: white;
font-size: 2em;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.prev {
left: 0;
}

.next {
right: 0;
}

/* Styles pour les boutons de navigation dans la boîte modale */
#modal .prev, #modal .next {
display: block;
font-size: 3em;
line-height: 1;
width: 10%;
height: 100%;
background-color: rgba(0,0,0,0.3);
text-align: center;
}

#modal .prev {
left: 0;
border-radius: 0 0 0 3px;
}

#modal .next {
right: 0;
border-radius: 0 0 3px 0;
}

#modal .prev:hover, #modal .next:hover {
background-color: rgba(0,0,0,0.6);
}


#banderolecontact
{
    width:101.6%;
    margin-left :-1em;
    right:0em;
    margin-top:20em;
    z-index:1;
    background: #3d5d6a;
    border-top:solid 0em #e8a317;
    margin-bottom:-1.27em;
    height:11.5em;
    overflow:visible;
}


#contacttext
{
    float : left;
    display : flex;
    z-index : 5;
    flex-direction: column;
    font-size: 1em;
    margin-left : 0;
    margin-top : -9.5em;
    color:white;
}

#contactbas ul
{
    list-style-type: none;
}

#titrecontact
{
    font-size: 1em;
}
#logo2
{
    float:right;
    display : flex;
    width:10em;
    margin-right:2em;
    margin-top:-9.2em;
}

#contactbas a
{
    margin-right : 0.2em;
    text-decoration: none;
    color : white;
}

#paperasse
{
    margin-right : -2em;
    margin-top : -1.5em;
    text-align : center;
}

#paperasse a
{
    margin-right : 2em;
}

#paperasse a:hover
{
    color: #d5ecdd;
    border-bottom: 3px solid #d5ecdd;
}

#imfacebook
{
    height : 1em;
}

#iminstagram
{
    height : 1em;
}

#imwhatsap
{
    height : 1em;
}