@CHARSET "ISO-8859-1";
@font-face {font-family: "Futura Extra Bold";src: url('fonts/CoreMellow65Bold.otf');}
@font-face {font-family: "Montserrat-Bold";src: url('fonts/CoreMellow45Regular.otf');}
@font-face {font-family: "Montserrat-Light";src: url('fonts/Panton-Regular.otf');}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
    text-transform: uppercase;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


#object {
    position: fixed;
    left: 0;
    bottom: 5%;
    height: 30px;
    width: 30px;
    border-radius:5px;
    background: #d3d3d3;
}

/* Custom CSS
 * --------------------------------------- */
body{
	
	color: #333;
	color: rgba(255,255,255,0.5);
}

.bg { 
    /* The image used */
    background-image: url("imgs/fondsite1.jpg");


    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1 {
	background-color: rgba(255,255,255, 0);
}

.bg2 {
	background-color: rgba(255, 255, 255, .7);
    margin: 0;
    padding: 0;
    height: 100%; 
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.intro {
    float: left;
    margin-top: 150px;
    margin-bottom: 150px;
}
.intro h2{
	font-size: 60px;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1rem;
    margin-top: 5%;
    
    
    
}


.intro h3{
	font-size: 1em;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1rem;
    margin-top: 5%;
    position: inherit;
    
    
    
}




.slide {
    display: flex;
    position: relative;
}
.slide h2{
	font-size: 60px;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1rem;
    margin-top: 5%;
    z-index: 10;
}
p{
	width: 70%;
	margin: 5% auto;
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
    color: #fff;
    
}


.accueil {
    display: flex; 
    align-items: center;
    justify-content: center;
}

.accueil h2{
	font-size: 60px;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #f59c00;
    letter-spacing: .1rem;
    margin-top: 5%;
    z-index: 10;
}

.accueil h3{
	font-size: 1.5em;
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #f59c00;
    letter-spacing: .1rem;
    margin-top: 2%;
    z-index: 10;
}

.accueil img {
    display: block;
    width: 55%;
    height: auto;
}

.onglet {
    width: 70%;
    margin-left: 15%;
}
.onglet p {
    color: #f59c00;
}

.onglet1 {
    background-color: rgba(255,255,255,0.74);
    margin-top: -2%;
    width : 47.5%;
    font-size: 0.8em;
    padding: 3% 0 3% 0;
    float: left;
    
}
.onglet2 {
    background-color: rgba(255,255,255,0.74);
    margin-top: -2%;
    width : 47.5%;
    font-size: 0.8em;
    padding: 3% 0 3% 0; 
    float: right;
    
}
.section{
	text-align:center;
    margin-left: 30%;
}
.image {
    width: 70%;
    margin-left : 15%;
    margin-top: 5%;
}
.image img {
    width: 100%;
    height: 100%;
}
.image3 {
    width: 70%;
    margin-left : 15%;
    margin-top: 5%;
    margin-bottom: 15%;
}
.image3 img {
    width: 100%;
    height: 100%;
}

.image4 {
    width: 70%;
    margin-left : 15%;
    margin-top: 5%;
}
.image4 img {
    width: 100%;
    height: 100%;
}

.video {
    width: 70%;
    margin-left : 15%;
    margin-top: 0;
    
}
.video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0px solid black;
}

/* =====================PRESENTATION===================== */


.texte ul {
    
    display: list-item;
}

.texte li {
    
}

.texte li p {
    width: 60%;
	margin-left: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
    color: #fff;
}



/* =====================FIN PRESENTATION===================== */

/* =====================CARTE INTERACTIVE===================== */

#plan {
    opacity: 0.8;
}
.image2 {
    width: 100%;
    z-index: -1;
    position: inherit;
    margin-top: 0;
    bottom: 0;
}

/* =====================FIN CARTE INTERACTIVE===================== */


/* =====================DECOUVERTE===================== */

.buttons {
    width: 70%;
    align-content: center;
    margin-left: 15%;
    margin-top: 3%;
    height: 5%;
}

.bouton {
    display: inline-block;
    background: #fff;
    width: 20%;
    transition: all ease 0.3s;
    padding: 1%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    position: relative;
}

.buttons a {
    
    cursor: pointer;
    margin: 3%;
    transition: all ease 0.3s;
}

.bouton:hover {
    background: #ffcd7d;
    border-radius: 5px;
    
}


.bouton h4 {
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #f59c00;
    transition: all ease 0.3s;
    

}

.bouton:hover h4 {
    color : #fff;
}

.bouton img {
    position: absolute;
}

.bouton1 {
    display: inline-block;
    background: #fff;
    width: 25%;
    transition: all ease 0.3s;
    padding: 1%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}



.bouton1:hover {
    background: #ffcd7d;
    border-radius: 5px;
}



.bouton1 h4 {
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #f59c00;
    transition: all ease 0.3s;

}

.bouton1:hover h4 {
    color : #fff;
}


.article h4 {
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: -2.5%;
    color: #f59c00;
}

.article h5 {
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-size: 2.7em;
    text-align: center;
    margin-bottom: -2.5%;
    color: #f59c00;
}

.article p{
	width: 70%;
	margin: 2% auto;
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: justify;
    color: #fff;
    
}


/* =====================FIN DECOUVERTE===================== */



.biblio {
    font-size: 30px; 
    text-transform: uppercase; 
    font-family: "Futura Extra Bold", sans-serif;
}

.lienbiblio{
    text-decoration: none; 
    color: #666;
    transition: 0.2s ease all;
    margin-bottom: -5%;
}

.lienbiblio:hover {
    text-decoration: none; 
    color: #fff;
}


/* =====================EQUIPE===================== */
.logoequipe {
    margin-top: 5%;
    margin-left: 15%;
    width: 70%;
}

.logoequipe h3 {

    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-align: left;
    color: #fff;
}

.info p {
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: left;
    font-size: 18px;
}

.info {
    width: 100%;
    margin-top: 5%;
    
    
}

.info p a {
    color: #fff;
    text-decoration: underline;
    transition: all ease 0.2s;
    font-size: 18px;
}

.info p a:hover {
    color: #fff;
    font-size: 20px;
}

.info1 {
    float: left;
    width: 50%;
    margin: 0;
    
}

.info2 {
    margin-left: 50%;
    width: 50%;
    border: 1px solid rgba(245, 156, 0, 0);
}


.logos {
    width: 100%;
    margin-top: 8%;
}

.logo1 {
    width: 100%;
    margin-top: 5%;
}

.logo1 img{
    width: 40%;
    height: auto;
}

.logo2 {
    width: 100%;
   
}

.logo2 img{
    width: 15%;
    height: auto;
    margin: 3%;
}


/* =====================FIN EQUIPE===================== */


/* =====================QR CODE===================== */
.qrcode {
    background-color: #f59c00;
    padding-bottom: 20%;
}

.qrcode h2{
    width: 100%;
	font-size: 3em;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1rem;
    z-index: 10;
}
.qrcode p{
	width: 100%;
	padding: 5% 0% 5% 0%;
    margin: auto;
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-align: justify;
    color: #fff;
    
}

.contenu {
    padding: 10%;
    margin-bottom: 15%;
}

.contenu blockquote {
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-align: left;
    color: #fff;
    width: 100%;
	padding: 5% 0% 5% 0%;
}

.boutonqr {
    position: absolute;
    margin-top: 5%;
    width: 50%;
    height: auto;
    background: #fff;
    transition: all ease 0.2s;
    border-radius: 0px;
}

.boutonqr:hover {
    background: #ffcd7d;
    border-radius: 10px;
}

.boutonqr:hover h3 {
    color: #fff;
    
}



.boutonqr h3 {
    font-size: 2em;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #f59c00;
    margin: 6%;
    transition: all ease 0.2s;
    
}




.buttonsqr {
    width: 70%;
    align-content: center;
    margin-left: 20%;
    margin-top: 3%;
    height: 5%;
}


.pointer {
    cursor: pointer;
}





/* =====================FIN QRCODE===================== */

/* =====================MENUS===================== */

#menu{
    display: flex;
    justify-content: center;
    align-items: center;
	position:fixed;
	height: 100%;
    width: 30%;
	z-index: 70;
	padding: 0;
}

#menu ul {
    display: block;
    width: 90%;
    margin-left: 10%;
    display:block;

}

#menu li {
	color: #fff;
    transition: all 0.5s ease;
    left:0%;
    border-width: 0px;
    border-style: solid;
	border-color: rgba(245, 156, 0, 1);
    margin-top: 5%;
    display: block;
}
#menu li.active{
	border-width: 0px 0px 0px 3px;
    border-style: solid;
	border-color: rgba(245, 156, 0, 1);
    width: 100%;
}
#menu li.active:hover {
	border-width: 0px 0px 0px 3px;
    border-style: solid;
	border-color: rgba(160, 99, 2, 1);
    width: -100%;
}
#menu li a{
	text-decoration:none;
    font-size: 24px;
    line-Height: 2;
    color: rgba(245, 156, 0, 1);
	font-family: 'Montserrat-Bold', sans-serif;
    transition: color .3s ease;
}
#menu li a:hover{
	color: rgba(160, 99, 2, 1);
    cursor: pointer;
}
#menu li.active a:hover{
	color: rgba(160, 99, 2, 1);
    cursor: pointer;
}
#menu li:hover{
	 color: #f59c00;
}
#menu li a,
#menu li.active a{
    padding-left: 5%;
	display:block;
}
#menu li.active a{
	color: rgba(245, 156, 0, 1);
}


.survol {
    padding-left: 5%; 
    margin-bottom: 10%; 
    width: 40%; 
    height: auto; 
    transition: all 0.5s ease;
}

.survol:hover .cls-1 {
        fill: rgba(160, 99, 2, 1);
        
      } 

/* =====================FIN MENUS===================== */


/* =====================MENUS RESPONSIVE===================== */


.aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
z-index: 200;    
}



.aside-right {
  width: 100%;
  right: 0;
  background-color: rgba(245, 156, 0, 0.8);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;    
  margin-top: 15%;
  text-align: left;
  padding-left: 10%;
}

.aside-content {
  margin-top: 10%;
  padding: 0 40px;
  position: relative;
  color: white;
  text-align: center;
}

.aside-list li {
  margin-bottom: 5%;
}

.aside-anchor {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 2vw;
  position: relative;
  font-weight: 500;
  font-family: 'Montserrat-Bold', sans-serif;    
  text-transform: uppercase;    
  transition: all ease 0.2s;
}

.aside-anchor:hover {
    font-size: 2.5vw;
}




input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
}

input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
}

input[type="checkbox"]:checked ~ label {
  background-color: rgba(245, 156, 0, 0);
}


input[type="checkbox"]:checked ~ label .bar {
  background-color: #fff;
}

input[type="checkbox"]:checked ~ label .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}

input[type="checkbox"]:checked ~ label .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}

.middle {
  margin: 0 auto;
}

label {
  top: 10px;
  display: inline-block;
  padding: 2%;
  background: rgba(245, 156, 0, 1);
  cursor: pointer;
  margin: 2%;
  z-index: 910;
  position: fixed;
  transition: background ease 0.4s;     
}

.bar {
  display: block;
  background-color: #fff;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in,
    width 0.4s ease-in;
}




@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
  .aside-left {
    display: block;
  }

  .aside-right {
    width: 100%;
  }
}


/* =====================FIN MENUS RESPONSIVE===================== */


@media only screen and (max-width: 768px)
{
    .texte li p, p, .info p, .info p a {
        font-size: 14px;
    }
    .info p a:hover {
        font-size: 16px;
    }
    
    .accueil h2, .slide h2, .intro h2 {
        font-size:30px;
    }
    #menu {
        display: none;
    }
    .section{
	   text-align:center;
        margin-left: 0;
    }
}




@media only screen and (min-width: 769px) and (max-width: 1080px)
{
    .accueil h2, .slide h2, .intro h2 {
        font-size:45px;
    }
    
    .texte li p, p {
        font-size: 16px;
    }
    
    .section{
	   text-align:center;
        margin-left: 0;
    }
    #menu {
        display: none;
        }
    
   .info p, .info p a {
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: left;
    font-size: 16px;
      
    }
    
    .info p a:hover {
        font-size: 18px; 
    }
      
    .accueil img {
    margin: auto;
    width: 55%;
    height: auto;
    }



    .info a {
        color: #fff;
        text-decoration: underline;
        font-size: 18px;
        transition: all ease 0.2s;

    }

    .info a:hover {
        color: #fff;
        font-size: 20px;
    }
    .boutonmenu {
        display: block;
    }
    
   
    
    
}






@media (min-width: 1080px) {
    
    
  .dropdown {
        display: none;
    } 
    
    label, aside {
           display: none;
       }
    
    .boutonmenu {
        display: none;
    }
}


    


/* =====================POPUP===================== */



#popup {
    width: 100%;
    
    background-image: url("imgs/fondsite2.jpg");


    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    position: fixed;
    display: none; // par défaut lors du chargement du site la popup n'est pas visible
    margin: 0 auto;
    
}

.popup {
    
}

.boutonpopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.boutonpopup h2{
	font-size: 4em;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 900;
    color: #f59c00;
    letter-spacing: .1rem;
    
}

.boutonpopup h3 {
    font-size: 2em;
    font-family: "Futura Extra Bold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: none;
    color: #f59c00;
    margin-top: 1%;
}

.boutonpopup p {
    font-size: 1.5em;
    font-family: "Montserrat-Light", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #f59c00;
     margin-top: 5%;
}

.buttonspopup {
    width: 70%;
    align-content: center;
    margin-left: 30%;
    margin-top: 3%;
    height: 5%;
}

#close {
    
    position: relative;
    color: red;
    text-align: center;
    font-size: 20px;
    
}

#close a {
    text-decoration: none;
    color : red;
}

.pointer {
    cursor: pointer;
}



.buttons a {
    
    cursor: pointer;
    margin: 3%;
    transition: all ease 0.3s;
}

.boutonpop {
    display: inline-block;
    background: #f59c00;
    width: 20%;
    transition: all ease 0.3s;
    padding: 1%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    position: relative;
}

.boutonpop:hover {
    background: #ffcd7d;
    border-radius: 5px;
    
}


.boutonpop h4 {
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color: #fff;
    transition: all ease 0.3s;
    

}

.boutonpop:hover h4 {
    color : #fff;
}


/* =====================FIN POPUP===================== */

#fond1 {
    background: #000;
    display: none; // par défaut lors du chargement du site le fond opaque n'est pas visible
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 990;
}

#popup1 {
    width: 100%;
    background-color: white;
    height: 100%;
    z-index: 1000;
    position: fixed;
    display: none; // par défaut lors du chargement du site la popup n'est pas visible
    margin: 0;
    animation-duration: 1s;
    animation-delay: 6s;
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    
}
#popup1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#popup1 img {
    width: 80%;
    height: auto;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}




/* =====================SOURIS===================== */

.mouse_scroll {
  /*
  position:absolute;
	display: block;
	top:50%;
	right:1px;
	width: 22px;
  margin-top:-26px;
  */
  position:fixed;
  bottom:45%;
  left:90%;
  margin-left:-11px;
  right:auto;
  top:auto;
  z-index:1;
  
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/*
.project_scroll{
    position:fixed;
    bottom:30px;
    left:62.5%;
    margin-left:-11px;
    right:auto;
    top:auto;
    z-index:1;
}
*/
.mouse_scroll.hid{
    opacity:0;
}


.m_scroll_arrows
{
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid rgba(245, 156, 0, 1);
  border-bottom: 2px solid rgba(245, 156, 0, 1);
  margin: 0 0 3px 5px;
  width: 10px;
  height: 10px;
}

.gray .m_scroll_arrows{
    border-color:#aaa;
}

.unu
{
  margin-top: 2px;
}

.unu, .doi
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.mouse
{
height: 32px;
width: 20px;
border-radius: 14px;
transform: none;
border: 2px solid rgba(245, 156, 0, 1);
}

.wheel
{
  display: block;
  margin: 5px auto;
  background: rgba(245, 156, 0, 1);
  position: relative;
  height: 5px;
  width: 2px;
  border: 1px solid rgba(245, 156, 0, 1);
  -webkit-border-radius: 8px;
   border-radius: 8px;
}

.gray .mouse, .gray .wheel{
    border-color:#aaa;
}

.wheel
{
  -webkit-animation: mouse-wheel 1s linear infinite;
  -moz-animation: mouse-wheel 1s linear infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*-----mouse-scroll-icon-end----*/

.boutonmenu {
    margin-top: 2%;
    margin-left: 2%;
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size : 2em;
    cursor: pointer;
    background: rgba(245, 156, 0, 1);
    width: auto;
    height: auto;
    padding: 0.5% 1% 0.5% 1%;
}

.sidenav {
  display: block;    
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 100%;
  padding-top: 10%;
  background-color: rgba(245, 156, 0, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  
}

.sidenav a {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;    
  padding-left : 5%;
  padding-top: 1.5%;    
  text-decoration: none;
  font-size: 2em;
  color: #fff;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #FFCF8A;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
