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




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

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

.slogan_titre {
	font-size: 18px;
	line-height: 18px;
	}
.slogan_soustitre {
	font-size: 48px;
	line-height: 42px;
}


.btn_savoir {
    background-color: #7ac043;
	color:#222;
    margin: 4% 4% 4% 0;
    padding: 10px ;
	font-size:1.4rem;
}	
	
.section4 {
    background-color: #080b0b;
    color: #FFF;
    z-index: 999;
    background-image: url(../images/img-propos-small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right bottom;
    height: 80px;
}
	
.section1, .section2, .section4, .section5, .section6 {
    width: 100%;
    padding: 50px 0;

}
	
	
 .section3 {
    width: 90%;
    padding: 50px 5%;

}	
	
.overlay-image .text {

    font-size: 1.1rem;
    line-height: 1.5em;
}	
	
.marginNeg {
    margin-top: 30px;
}
	
.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: 3%;
	max-width: 230px;
}
	


}

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



}

@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 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size: 21px;
}
h4{
	font-size: 18px;
	}
h5{
font-size: 16px;
}
	
h6 {
    font-size: 1.0rem;
    font-weight: 000;
}
	
.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;
}
	
.section2 h1 {
    font-size: 2.6rem;
}	

.btn_savoir {
    margin: 4% 4% 4% 0;
    padding: 5px;
	}	

	
/*_______________________________________Footer */


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


	
}








