#slide-1 {
    position: relative;
    height: 100vh;
}

#slide-1 { z-index:1;} 

#slide1-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    display:block;
    text-align: center;
}


/******** Footer *********/
#footer {
    position: relative;
    
}

img#slide-btn{
    width:100%;
}

div#menu{
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    z-index: 99;
    top:0;
    background-color: #39533d;
    font-size: 0.6em;
    text-align: center;
}

h1.menu {
    color:white;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-size:2em;
    margin-bottom:1.7em;
    letter-spacing:0.5em;

}

.header {
    margin: auto;
    margin-bottom : 50px;
    text-align:center;
    
}

.footer {
    margin: auto;
    margin-top : 60px;
    text-align:center;
}

#footer {
    background-color:#244029;
    bottom:0px;
    color:white;
    
}

.logo {
    margin:auto;
    margin-top:3em;
    max-width:30px;
}


a, a:visited {
    text-decoration:none;
    font-style:normal;
    color:inherit;
}

a:hover {
    text-decoration:none;
    
    color:inherit;
}

.accueil a, a:hover {
    text-decoration:none;
    color:white;
}

.navbutton {
    border :0px;
    text-align: right;
    font-size: 0.8em;
    
}

.navbutton td {
    padding-left:10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.navbutton .bar {
    width: 10px;
    height: 2px;
    margin-bottom: 0.2em;
}

.navbutton td {
    padding-bottom:4em;
}

.navbutton .bullet{
    width: 0.7em;
    margin-bottom: 0.2em;
}

#logo-je img {
    width:3%;
    position:fixed;
    top:5%;
    left:3%;        
}

.double-height {
    line-height: 200%;
}

 

@keyframes slidein {
    from {
      right: -35%;
    }
  
    to {
      right: 10%;
    }
  }





@media only screen and (width <= 980px) {
    #logo-je img {width:8%;}
    h1 {font-size:calc(2em + 1.5vw);}
    h3 {font-size:0.6em;}
    .double-height {line-height: 150%;}
    .nav-txt{visibility: hidden;}
}

.scroll-container {
    position: absolute;
    left: 50%;
    bottom:3%;
}

.scroll {
    font-size: 0.6em;
    position: relative;
    left: -50%;
}

.savoir-plus {
    padding-top:2em;
    font-size: 1.3em;
}


.lineurl a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color:white;
    letter-spacing: 0.4em;
}

.lineurl a:after {
    width: 0;
    background:white;
    height: 1px;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
  }

.lineurl a:hover {
    color: white;
}
  
.lineurl a:hover:after {
    width: 100%;
    left: 0;
}

.footer {
    display:inline-block;
    width:45%;
    font-size: 0.8em;
    margin-top:0;
    line-height: 2;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.right a{
    text-transform: uppercase;
    font-size: 1em;
    margin-left: 2em;
    vertical-align: text-top;
}

figure {
    position: relative;
    display: inline-block;
    width:100%;
    top:10%;
  }
  
  figcaption {
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    
  }

#mail-phone {
    display:grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "a b";
    align-items: center;
    justify-items: center;
    text-align: center;
    font-size: 1.3em;

}


#menu-btn .bar {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    border-radius: 30px;
  }


#footerBar {
    border-color:white;
    width:90%;
    margin:auto;
    opacity:0.2;
}

.navigation {
    position:fixed;
    top:40%;
    right:0;
    color:white;
    text-align: right;
}

