.my_menu {
	display: none;
}
#PhotoAccueil {
	display: none;
}
body {
	overflow-x: hidden;
}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 1024px) {
	
	.menu ul li a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1rem;
}

	.slogan_slider {
	width:80%;
}
.bt_social img{
	width:20px;
	height:auto;
	}

.slogan_titre {
	font-size: 30px;
	line-height: 30px;
	}
.slogan_soustitre {
	display:none;
}

	
.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .sectionBlanche {
    width: 90%;
    padding: 1% 5%;
	text-align: left;

}
	


}

@media only screen and (max-width: 768px) and (orientation: landscape) {
/* rules for iPad in landscape orientation */




.logo {
	width: auto;
	height: auto;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	position: absolute;
	left: 3%;
}
	
.logo img {
	width:250px;
	height: auto;
}
	
	
.boite {
	margin: 0;
	padding: 0;
	width: 48%;
	padding:1%;
	-webkit-filter: brightness(70%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: left;
	margin-top: -150px;
	z-index: 99;
}



.toppe{
 margin-top: -5%;
	z-index: 999999;
	}

}

@media only screen and (max-width: 768px)and (orientation:portrait) {
/* Styles for Portrait screen */




.sssnext, .sssprev {
	display: none;
}

.logo {
	
	max-width: 140px;
	height: auto;
	padding-bottom: 0px;
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
	position: relative;
	left: 1%;

}
	

.logo img {
	width: 200px;
	height: auto;
	
}
}









/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
/************************************************************************************
MENU INITIALISATION
*************************************************************************************/

body {
	width: 100%;
	background-image: none;
	overflow-x: hidden;
}	
	
	
h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size: 21px;
}
h4{
	font-size: 18px;
	}
h5{
font-size: 16px;
}
	
.padding-16, .padding-24, .padding-32, .padding-64 {
	padding: 16px!important
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .sectionBlanche {
    width: 92%;
    padding: 1% 4%;
	text-align: left;

}

.section6 h3 {
    padding: 20px 0px 0 0;
    font-size: 2.4rem;
}	
	
.section2 h1 {
    font-size: 2.1rem;
}
	
.my_menu {
	display: block;
}


#menu {
	display: none;
}

.slogan_slider {
	top: 25%;
	width:100%;
}


.slogan_soustitre {
	font-size: 18px;
	line-height: 19px;
	
	padding: 5px;
	color:#FFF!important;
}
	
	
.boite {
	margin: 0;
	padding: 0;
	width: 90%;
	padding:5%;
	z-index: 999;
}

input {
	-webkit-appearance: none;
}
	
	

	
	
/*_______________________________________Footer */


.footer {
	/* display:none;*/
	padding-left: 2%;
	padding-right: 2%;
	font-size:11px !important;
}


	
}








