.my_menu {
	display: none;
}

body {
	overflow-x: hidden;
}

	.mobile {
	display: block;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 1280px) {
	


 }

/*Styles for screen 600px and lower*/
@media screen and (max-width: 1080px) {


body {
	margin: 0;
	color: #000;
	font-size: 1.4rem;
    line-height:2.1rem;
	background-color: #FFF;
}


#menu {
    height: 100px;
}
	
	
#logos {
    width: 200px;
}
	
	
	
.main, .section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9 {
    width: 90%;
   padding: 5%;

}
	

.menu ul li a {
	font-weight:500;
	padding:10px 30px;
	font-size: 1.4rem;
 }
	
	

	

	
	
}

@media screen and (max-width: 768px) {

.border-left, .border-right{
 border-left: none!important;
	 border-right: none!important;
	}

.menu ul li a {
	padding:15px 10px;
	font-size: 1.5rem;
 }
	

}




/************************************************************************************
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: 0;
}
	

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
	

.mobile {
	display: none;
}
	
h1 {
	font-size:30px;
}
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-20, .padding-128 {
	padding: 25px!important
}
	
	
.my_menu {
	display: block;
}


#menu {
	display: none;
}

.border-cta {
	border-right:none;
}

.grille {
    padding: 10px 0;
	margin:0;
}
	
	
.grille div div {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
	padding:10px 0!important;
}
	

input {
	-webkit-appearance: none;
}

.ligne {
    background-size: cover;
    background-position: left center;
}
	
span{
    white-space: normal!important;
}

	
/*_______________________________________Footer */


.footer {
	/* display:none;*/
	width: 90%;
	padding: 5%;
	margin: 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;
  }
	
}








