@media only screen and (min-width: 990px) and (max-width: 1000px){
	
	.wrapper{
		width: 100%;
	}
	
}
/*
tablet portrait voire tel récents en mode portrait paysage*/

@media only screen and (min-width: 768px) and (max-width: 990px){
	
	.wrapper{
		width: 100%;
	}

div#mentionslegales {
	padding-left: 100px;
	padding-right: 100px;
	}
	


}


/*
tablet portrait voire tel récents en mode portrait paysage*/

@media only screen and (min-width: 480px) and (max-width: 768px){

	.wrapper{
		width: 100%;
	}

div#mentionslegales {
	padding-left: 40px;
	padding-right: 40px;
	}

/* IMAGE HOME */
main section.fond_home {
	background: url(../img/abricots.jpg) no-repeat center;
    background-size: contain;
	width: 100%;
	margin-top: 0px ;
	height: 450px;
	}
	
}

/*
tel portrait */


@media only screen and (max-width: 480px){

.wrapper{
		width: 100%;
		height: 100%;
		padding:0 0px;
	}
nav.entete ul li{
		width: 100%;
		float:"none";
	}

main section.fond_home{
		background-position: center;	
	}

.menu-mobile {
		display:inline-block;
		color:black;
		background-color: white;
		text-align: center;
		padding:12px 20px; 
	}

nav ul#menu {
		text-align: center;
	}

ul#menu {
		display:none;
	}


/*MENU / SOUS MENUS*/

nav.entete ul li{
	padding-top: 10px;
	}

nav ul#menu li, nav ul#menu li a {
	width: 100%;
	text-align : center;
	}

#menu .submenu li{
	margin-left: 40px;
	}
	
#menu li:hover ul {
    max-height: 100em;
    width: 250px;
	}

#menu li ul {
    position: absolute;
    width: 100px;
	}

/*	li.submenu ul {
   	padding-left: 20px;
   	text-align: center;
   	width: 100%;
	}*/


/*SLIDESHOW*/

#slideshow li {
    display: inline-block;
    width: 340px;
    padding-top: 0px;
   }

#slideshow img{
	width: inherit;
	margin-top: -220px;
	margin-bottom: 20px;
	}

/*CONTACT*/

#trait{
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	width: 0.40%;
	left: 50%;
	margin-top: 182px;
	}

#bloc {
	z-index: 108;
	height: 190px;
	background-color: #FFFFFF;
	opacity: 0.4;
	position: absolute;
	width: 100%;
	margin-top: 140px;
	}

div#phone {
	padding-top: 180px;
	text-align: left;
	}

section div p.textcontact1 {
	color:white;
	line-height: 17px;
	text-transform: none;
	font-size: 11px;
	}
section div p.textcontact2 {
	color:white;
	line-height: 10px;
	text-transform: none;
	font-size: 11px;
	}


/* MENTIONS LÉGALES*/

div#mentionslegales {
	padding-left: 20px;
	padding-right: 20px;
	}

/* IMAGE HOME */
main section.fond_home {
	background: url(../img/abricots.jpg) no-repeat center;
    background-size: contain;
	width: 100%;
	margin-top: 10px ;
	height: 220px;
	margin-bottom: 20px;
	}








}