.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, .section4, .section5, .section6, .section7, .section8, .section9 {
    width: 100%;
     padding: 5%;
}

.section9 {
    width: 100%;
     padding: 15% 5%;
}

 .bulle {
    padding: 5%;
    background-color: transparent;
    background-image: none;
}
	
}

@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 */




	

}









/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
/************************************************************************************
MENU INITIALISATION
*************************************************************************************/
.centerImg {
display: none;
}
	
 #outer {
    min-height: 70vh;
}
    
.outer-menu {
  right: 20px;
}

.outer-menu .menu > div {
    width: 300vw;
    height: 300vw;
}	
	
#home-top-video video {
    object-fit: cover;
    width: 100vw;
    height: 70vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
    
#home-top-video::before {
    background: linear-gradient(to right,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0));

}
	
 h1 {
    font-size: 4.2rem;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 2.6rem;
}
    
h4 {
    font-size: 2.1rem;
}
    
h5 {
    font-size: 1.8rem;
}
    
h6 {
    font-size: 1.8rem;
}  
    
    
  .bulle {
    min-height: 150px;
}
	   
	
.logo {
	max-width: 230px;
	height: auto;
	padding: 10%;
}	
	
	
.padding-16, .padding-24, .padding-32, .padding-64 {
	padding: 16px!important
}
	
	
		

input {
	-webkit-appearance: none;
}


.borderLeft {
    border-left: none;
	
}
/*_______________________________________did you know */
    

    
.hslide h3 {
  background: #FFF;
  font-size: 5.2rem;
  padding: 15px 5px 0 5px;
 border-radius:30px;
    display: block;
    color:#272727;
    height: 100px;
    width:100%;
    float: left;
    font-weight: 500;
    text-align: center;
}

.hslide p {
    width:100%;
    float: right;
    text-align: center;
    font-size: 1.8rem;
}

.hslide sup {
    font-size: 1.4rem;
}

	
}








