body{
    background: white;
    font-family: 'Marvel';
    font-size: 1.3em;
}

h1{
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-family: 'Marvel';
}

.navbar img{
    width: 15%;
    position: absolute;
    margin-top:-1vw 
}



.side-menu {
    width:14em;
    height: auto;
    margin:25vh auto 0;
    font-size: 1em;
    line-height: 2em;
    color: #fff;
    font-weight:700;
    text-transform:uppercase;
    position:fixed;
    top:0; 
    bottom:0;
    left: -10em;
    visibility: hidden;
    transition:opacity 0.5s linear;
}
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-menu ul li {
    display: flex;
    align-items: center;
    background-color: #333;
    height: 3em;
    padding: 1em 1.5em;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s,     background-color .5s, color .5s;
    transition: transform .5s, background-color .5s, color .5s;
    
}

.side-menu ul li:nth-child(1) { background-color: #9E3D2A;}
.side-menu ul li:nth-child(2) { background-color: #62312A;}
.side-menu ul li:nth-child(3) { background-color: #24625D;}
.side-menu ul li:nth-child(4) { background-color: #4E598F;}
.side-menu ul li:nth-child(5) { background-color: #364270;}
.side-menu ul li:nth-child(6) { background-color: #cb2027;}

.side-menu ul li:hover {
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
}
.side-menu ul li a {
  display:block;
    color: #FFF;
    text-decoration: none;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    
}
.side-menu ul li span {
    display:block;
    position: absolute;
    font-size:1em;
    line-height: 2em;
    height:2em;
    top:0; 
    bottom:0;
    margin:0 auto;
    padding-right: 1em;
    right: 0.16666666666667em;
    color: #F8F6FF;
}





/********* HEADER *********/
header{
    height: 100vh;
}

    /********* NAVBAR *********/
    header nav{
        position: absolute;
        z-index: 99;
    }

    nav a{
        font-size: 1.3em;
        margin-left: 2vw;
    }
    
    /********* VIDEO *********/
    #video-background {
      position: absolute;
      right: 0; 
      bottom: 0;
      min-width: 100%; 
      min-height: 100%;
      width: auto; 
      height: auto;
      z-index: 0;
    }
    
    /********* FLECHE ET RESEAUX SOCIAUX *********/
    .conteneur_header{
        margin-top:75vh;
        position: absolute;
        z-index: 2;
        width: 100%;
    }

        /********* RESEAUX SOCIAUX *********/
        .social img{
            width: 40%;
        }

        .social div{
            width: 30%;
        }

        /********* FLECHE *********/
        [data-ca3_icon]::before {
            font-weight: normal;
            content: attr(data-ca3_icon);
        }

        .ca3-scroll-down-arrow {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .ca3-scroll-down-link {
          cursor:pointer;
            height: 60px;
            width: 80px;
            margin: 0px 0 0 -40px;
            line-height: 60px;
            position: absolute;
            left: 50%;
            bottom: -70px;
            color: #FFF;
            text-align: center;
            font-size: 70px;
            z-index: 100;
            text-decoration: none;
            text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

            -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
            -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
            animation:         ca3_fade_move_down 2s ease-in-out infinite;
        }

        @-webkit-keyframes ca3_fade_move_down {
          0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
          50%  { opacity: 1;  }
          100% { -webkit-transform:translate(0,20px); opacity: 0; }
        }
        @-moz-keyframes ca3_fade_move_down {
          0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
          50%  { opacity: 1;  }
          100% { -moz-transform:translate(0,20px); opacity: 0; }
        }
        @keyframes ca3_fade_move_down {
          0%   { transform:translate(0,-20px); opacity: 0;  }
          50%  { opacity: 1;  }
          100% { transform:translate(0,20px); opacity: 0; }
        }



    /********* SLIDER *********/
    ::-webkit-scrollbar { 
        display: none; 
    }

    .main-screen {
        z-index: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
    }

    .slideshow {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      z-index: 0;
      list-style: none;
    }

    .image {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        display: block;
    }

    .image:nth-of-type(1) {
      background: url('img/photo-boutique1.JPG') no-repeat center center;
      background-size: cover;
    }

    .image:nth-of-type(2) {
      background: url('img/photo_boutique3.JPG') no-repeat center center;
      background-size: cover;
    }
    .image:nth-of-type(3) {
      background: url('img/photo_boutique5.JPG') no-repeat center center;
      background-size: cover;
    }

    .image.active {
        z-index:1;
    }

    .image.last-active {
        z-index:2;
    }


/********* INFOS PRATIQUE ET PHOTOS BOUTIQUE *********/
.infos{
    background: white;
    padding-bottom: 4vh;
}

.horaire{
    background: #9E3D2A;
}

.prix{
    background: #62312A;
}

.phone{
    background: #24625D;
}

.infos img{
    width: 30%;
    max-width: 30%;
    min-width: 20%;
    margin-bottom: 2vh;
}

.infos p{
    color: white;
}
span{style="font-weight:bold;"}
#boutique{
    background-image: url(img/photo-boutique1_flou.JPG);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}


/********* EQUIPE *********/
#equipe{
    padding-bottom: 4vh;
}

#equipe img{
    width: 50%
}

.nom{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 6vh;
}

.nom img{
    position: absolute;
    width: 120%;
}

.nom h2{
    z-index: 1;
    color: white;
}

/********* CATALOGUE *********/
.catalogue{
    background-image: url(img/boutique3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.catalogue img{
    width: 100%;
}



/********* ACCESSIBILITE (MAP) *********/
.map{
    width: 100%;
}



/********* FOOTER *********/
footer{
    color: white;
}

footer a{
    color: white;
}

.footer_RS img{
    width: 50%;
}


/********* MEDIA QUERIES *********/
@media screen and (min-width: 100px) and (max-width: 840px) { 
    .box{
        font-size: 1.5em;
    }
    
    .ca3-scroll-down-arrow {
        width: 100px;
        height: 100px;
        left: 50%;
        bottom: -50px;
    }
    
    .ca3-scroll-down-link {
        width: 100px;
        height: 100px;
        left: 45%;
        bottom: -50px;
    }
    
    .main-screen{
        visibility: visible;
        z-index: 0;
    }
    
    nav{
        z-index: 99;
    }
    
    video{
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
   
    #equipe img{
        width: 80%;
    }
    
    .side-menu{
        width: 0px;
    }
    
    .navbar img{
        width: 105%;
        position: relative;
        left: 0;
        
    }
    
    .navbar{
        position: fixed;
        right: 0;
    }
    
    .navbar-collapse{
        background: rgba(0, 0, 0, 0.7);
    }
    
    .navbar-toggler{
        background: white;
    }
    
    .navbar-toggler-icon{
        background-color: white
    }
    
    .logo_RS{
        width: 35%;
        margin-top: 2vh;
    }
    
    #boutique img{
        width: 100%;
        margin-bottom: 4vh;
    }
    
    #boutique .row{
        display: flex;
        flex-direction: column-reverse;
    }
}


