
h1 { margin:0px auto 0px auto; text-align:center; color:#ccc;}
nav {
  margin: 0px auto;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 600px;
  min-width: 250px;

}


.image-responsive {
width: 100%;
height: auto;
}



body {
    margin: 0;
    padding: 0;
    background-color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Optima, sans-serif ;	
	text-decoration:none;	
    width: 100%;
    height: auto;
	
}
.conteneur1{
    background-color:#FAFAFA; 
	margin:auto;
	
    margin-top:100px;
	box-shadow: 7px 7px 5px rgb(140, 140, 140); 
	width: 100%;
    height: auto;
}

#checkbox1,
.toggle {
  display: none;
  
}

.menu {
  padding: 0;
  margin: 0;
  max-width:800px;
  height: 40px;
  border-radius: 5px;
  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: 5px;
  font-size: 15px;
  padding: 10px 15px;
  transition: background .2s linear;
  
}

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

@media screen and (max-width: 550px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 10px;
    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: 50px;
	
  }
  .menu {
	 
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    height: 0px;
    transition: height .3s linear;
  }
  .menu li {
    display: flex;
    /* magic */
    align-self: center;
    width: 95%;
   
    visibility: hidden;
  }

}

.demo {
  background: #fff;
}

.demo li a {
  color: #000;
  
}

.demo li a:hover {
  background: #ccc;
}






.texte{
	font-family:"arial";
	color:#ccc;
	font-size:18px;	
	float:left;
	padding-left:20px;
	padding-top:40px;
	text-decoration:none;	
	
	}
.texte strong{
    font-family:"arial";
	color:#000;
    font-size:18px;	
}


.accordian {
	margin-left:-22px;
	overflow: hidden;
	padding-top:80px;
	max-width: 600px;
    min-width: 250px;
	width: 100%;
    height: auto;
}


.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
	max-width: 800px;
    min-width: 250px;
}

.accordian li {
	
	display: block;
	width: 56px;
	float: left;
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
	
}




/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 300px;}








.espaceb {
	font-family:"Helvetica";
	color:#ccc;
    font-size:20px;	    
	text-decoration:none;	
	padding-top:1px;
	text-align: center;
	
	}	

#bookmarker_38026{


	 text-align: center;
		align-items: center;	
	
	margin-top:800px;
    }



.texte3 a{
	font-family:"arial";
	color:#000;
	font-size:13px;	
	padding-top:15px;
	text-decoration:none;	
	 text-align: center;
	}
.pinterest a{
    margin-top:80px;
	
    
	text-align: center;
}

.assiettes a{
	font-family:"arial";
	color:#000;
	font-size:13px;	
	padding-top:15px;
	text-decoration:none;	
	text-align: center;
	}
