.my_menu {
	display: none;
}
#PhotoAccueil {
	display: none;
}
body {
	overflow-x: hidden;
}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 1024px) {



}

@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;
}




}

@media only screen and (max-width: 768px)and (orientation:portrait) {
/* Styles for Portrait screen */




.sssnext, .sssprev {
	display: none;
}

.logo {
	
	width: 100%;
	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;
}	
	

	
#bars {
  padding-right: 20px;
}
	
	
h1 {
	font-size:36px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
}
h4{
	font-size: 21px;
	}
h5{
font-size: 18px;
}
	
.padding-16, .padding-24, .padding-32, .padding-64 {
	padding: 16px!important
}
	
	/* Centered text */
.centeredMobile {
  display:none;
}



/* Centered text */
.centered {
  display:none;
}



	
.centeredMobile {
	display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
}
	
.centeredMobile img {
  max-width: 190px; 
	height: auto;
}

	
.section1{
	padding: 30% 5% 5% 5%;
}
	
.section2,.section3, .section5 {
	padding: 5%;
}
		
.marginNeg{
  margin-top:-150px;
}

input {
	-webkit-appearance: none;
}
	
	
#logo {
  left: 5%;
  margin-top: -110px;
}

#logo img {
  max-width: 280px;
  height: auto;
}
	
.logos {
	min-height: 250px;
	display:block;	
	text-align:center;
	padding:10px;
	margin-top:50px;
	position: relative;
	right: 0;
	background-color:#FFF;
	color:#304099;
	width: 100%;
	z-index: 1;

}
	
	
.sidenav a {
  padding: 20px 10px;
  text-decoration: none;
  font-size: 18px;
  color: var(--color-blanc);
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
	
/*_______________________________________Footer */


.footer {
	/* display:none;*/
	padding-left: 2%;
	padding-right: 2%;
	font-size:10px !important;
}


	
}








