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




/*Styles for screen 600px and lower*/
@media screen and (max-width: 1024px) {




.section1, .section2, .section3,.section5, .section6 {
    width: 100%;
    padding: 0;

}
	

.btn_savoir {
    color: #fff;
    margin: 2% 2% 2% 0;
    padding: 10px;
    text-align: center!important;
	font-size: 12px;
	letter-spacing: 2px;
	
}
	
	
.overlay-image .text {
    display: none;
}	
	

	
.menu ul li a {
	font-size: 1.4rem;
	padding-left:5px;
	padding-right:5px;
	text-transform:none;
 }
	
.logo {
	width: auto;
	height: auto;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	position: absolute;
	left: 1%;
	max-width: 200px;
}
	
#menu {
    background-color: rgba(255,255,255,1.0);
    min-height:90px;
}

	
.section0 h2 {
	font-size:3.0rem;
	letter-spacing: 0;
}
	
}

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





	
	
.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;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
	
html p, html li {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-transform: none;
    letter-spacing: 1.5px;
}

h1,h2,h3,h4,h5{
	font-weight: 700;
}
	
h1 {
	font-size: 2.5rem;
}
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
}
	
	
.my_menu {
	display: block;
}


#menu {
	display: none;
}


.slogan_slider {
	width:70%;
}


.slogan_titre {
	display:none;
	}
.slogan_soustitre {
	font-size: 24px;
	line-height: 24px;
	padding: 5px;
	color:#FFF!important;
}
	

input {
	-webkit-appearance: none;
}

.section0 {
    background-color: #FFF;
    background-image: url(../images/bg_maitreMobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    background-attachment: fixed;
    z-index: 999;
}
	
.section2 h1 {
    font-size: 3.0rem;
}
	
.section5 h1 {
    font-size: 3.6rem;
}	

.section6 h2 {
    font-size: 3.0rem;
    font-weight: 700;
}
	
.btn_savoir {
    margin: 4% 4% 4% 0;
    padding: 5px;
	}	
	
.boite {
    margin: 0;
    padding: 0;
    width: 95%;
    padding: 1%;
    margin-top: -10px;
	min-height: 250px;
}	
	
/*_______________________________________Footer */


.footer {
	/* display:none;*/
	width: 100%;
    padding: 0;
	font-size:12px !important;
}

table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align:left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
	
}








