
h1 { margin:0px auto 10px auto; text-align:center; color: #ccc;font-family:Century Gothic;}
nav {
  margin: 0px auto;
  width: 100%;
  font-family: 'Century Gothic';
  
}

h1:hover {
   color: #000;
    

}
body {
	background: #fff;
	text-align: center;
	margin: 0 auto; 
	}


#checkbox1,
.toggle {
  display: none;
  
}




.menu {
 
  height: 20px;
  border-radius:2px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
 
   
}

.menu li a {
  text-decoration: none;
  align-self: center;
  border-radius:1px;
  font-size: 16px;

  transition: background .2s linear;
  text-align: center;
   
	
}

@media screen and (max-width: 600px) {
  .menu li a {
    font-size: 13px;
	 text-align:center;
  }
  

  
}

@media screen and (max-width: 550px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #595959;
    background: #dbdbdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .1s linear;
	
	
	
  }
  .toggle:hover {
    background: #cecece;
  }
  #checkbox1:checked + label .demo li {
    opacity: 1;
    visibility: visible;
    transition: all .7s linear;
  }

  #checkbox1:checked + label .demo {
    height: 200px;
  }
  .menu {
	  text-align:center;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .3s linear;
  }
  .menu li {
    display: flex;
    /* magic */
    align-self: center;
    width: 95%;
    opacity: 0;
    visibility: hidden;
  }
  .menu li a {
    width: 95%;
    text-align: center;
    align-self: center;
    align-content: center;
  }
}

.demo {
  background: #transparent;
}

.demo li a {
  color:#000;
}
.demo li a:hover {
   color:#ccc;
    

}




nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}



.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    
}
.deroulant > a::after{
    content:" ?";
    font-size: 12px;
}




hr{
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: none; /*on supprime le style par défaut*/
  margin-top: 0px;
}	
.ligne{
  
  width: 100%;
  height: 4px;
  background-color:#ccc;
  
  margin-top: 300px;
}	
.ligne2{
  
  width: 100%;
  height: 4px;
 background-color:#ccc;
  
  margin-top: 300px;
}	
.ligne4{
  
  width: 100%;
  height: 4px;
 background-color: #ccc;
  
  margin-top: 80px;
}	

	
.artmajeur a{
	font-family:"arial";
	color:#ccc;	
	font-size:10px;	
    text-decoration:none;	
	max-width: 1100px;
    min-width: 250px;
	text-align: center; 
	}	
.artmajeur p{
	font-family:"arial";
	color:#ccc;	
	font-size:10px;	
    text-decoration:none;	
	max-width: 1100px;
    min-width: 250px;
	text-align: center; 
	padding-top:50px;
	}	


.bas p{ 
    max-width: 1100px;
    min-width: 250px;
	text-decoration:none;	
	font-family:"arial";
	color:#ccc;
	font-size:10px;	
	
}

 
 
.gal{ 
    
	margin-left:360px;
	padding-top:100px;
}

.onglet .text_onglet
{ 
  width: 0px;
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
  font-size:25px;
  font-weight:300;
  height: 80px;
  color: #000;
  font-family: 'Roboto';
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin:30px;
  align-items: center;
  margin-top:50px;
}
.onglet:hover .text_onglet
{
  visibility: visible;
  width: 200px;
  color: #ccc;
  height: 80px;
  padding-left: 5px;
  text-decoration:none;
}



.images3{
	margin-top:300px;
   
  
}

.images3 img:hover{
	
	 box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 500ms ease-in;
    transform: scale(2.5);
	
}
