.my_menu {
	display: none;
}

body {
	overflow-x: hidden;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 1280px) {

h3 {
	font-size:2.4rem;
}
}
	


/*Styles for screen 600px and lower*/
@media screen and (max-width: 1024px) {

.logo {

	width: 100%;
	height: auto;
	padding:0 0 0 20px;
	display: inline-block;
	position: relative;
	left: 0;
	background-color: #1b1b17;
}
	

.logo img {
	width: 250px;
	height: auto;
	
}
	
.bars {
    top: 3%;
}

	

.section1, .section2, .section4, .section5 {
    width: 90%;
    padding: 5%;

}
	
	
.boite {
display: inline-block;
	min-height: 150px;
}
	


}

@media only screen and (max-width: 768px) {
/* rules for iPad in landscape orientation */


	


	
}




/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
/************************************************************************************
MENU INITIALISATION
*************************************************************************************/

body {
	width: 100%;
	background-image: none;
	overflow-x: hidden;
}
	
.none {
	display: none;
}
	
.section1 h1 {
    font-size: 4rem;
    width: 95%;
}	
	
h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:3.0rem;
}
h4{
	font-size: 18px;
	}
h5{
font-size: 16px;
}
	
.padding-16, .padding-24, .padding-32, .padding-64 {
	padding: 16px!important
}
	
	
.boite {
display: inline-block;
	min-height: 100px;
}
	
	

input {
	-webkit-appearance: none;
}
	


.btn_savoir {
	font-size: 18px!important;
	}


	
}








