@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
    z-index: 10;
    
}

body {
	background: radial-gradient(50% 50% at 50% 50%, rgba(40, 40, 40, 0.5) 0%, rgba(36, 36, 36, 0) 100%), #1A1B1C;
    background-repeat: no-repeat;
	}


footer {
  left: 0;
  bottom: 0;
	padding-top: 25px;
padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.back-to-top {
    float: right;
    position: fixed;
     bottom:20px;
     right:20px;
     padding:1em;
     z-index: 100;
        max-height: 50%;
        width: auto;
}

.home {
    float: left;
    position: fixed;
     bottom:20px;
     left:20px;
     padding:1em;
     z-index: 100;
        max-height: 50%;
        width: auto;
}

.logo {
	margin-top: 35px;
	height: 100%;
	width: auto;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 50%;
	
	
}

h1 {
	color: whitesmoke;
	text-align: center;
	padding: 2em 2em 0em 2em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 100;
}
	h2 {
	color: whitesmoke;
	text-align: center;
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
		letter-spacing: 100;
}
	h3 {
	color: whitesmoke;
	text-align: center;
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 100;
}




p {
	color: whitesmoke;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	letter-spacing: 50;
	
}

.galerielogo {
	 display: block;
	padding: 5em 0 0; 
  width: 100;
	height: auto;
	
}

.galerielogo img {
	display: block;
	padding: 1em 0; 
  margin-left: auto;
  margin-right: auto;
  width: 42%;
	
}

.adresse img {
	display: block;
	padding: 1em 0; 
  margin-left: auto;
  margin-right: auto;
  width: 30%;
	
}

.instagram {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    
}

.instagram img {
    width: auto;
    height: 100%;
    
}

.youtube {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    margin-top: -3em;
    
}

.youtube img {
    width: auto;
    height: 100%;
    
}

.gallery {
	margin-top: 2em;
	display:table;
	text-align: center;
}

.gallery img {
	transition: 0.5s;
	padding: 15px;
	width: 350px;
}

.gallery img:hover {
	transform: scale(1.1);
	
}

.back {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    
}

.back img {
    margin: 0 auto;
    padding: 1em 5em;
    
}
.back img {
    margin: 0 auto;
    padding: 1em 5em;
    
}

.nav-links img:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

li {
    text-decoration: none;
    list-style: none;}

.logoM {
    	margin-top: 75px;
	height: 100%;
	width: auto;
}

.logoM img {
	max-width: 500px;
    display: block;
    
}

.video {
    margin-top: 15px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow:relative;
    z-index: auto;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .nav {
        align-items: center;
        
        
    }
    
    .nav-links {
    display: table-row;
        align-items: center;
      margin: 5;
  }
    
    .nav-links img {
        display: block;
        margin-left: auto;
        margin-right: auto;   
    }
    
       .instagram {
        width: 175px;
        height: auto;
           margin-top: -3em;
    }
    
     .youtube {
        width: 175px;
        height: auto;
    }
    
    
    
    .galerielogo {
        padding: 2em 0 0;
    width: 100%;
    height: auto;
    }
    
    .logoM {
    	margin-top: 35px;
        align-self: center;
        
    }
    
    .video {
        margin-top: 10px;
        z-index: auto;
        
    }
    
    .logoM img {
	width: 250px;
}
    
    .adresse img {
        width: 65%;}
    
}