/*MENU HD*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;

}
ul li {
  display: block;
  position: relative;
}
#section_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub_section_ul{
    top: -79px;
}
.colonne_1{
    float: left;
	width: 70%;
}

.last-not-least{margin-bottom: 88px;}
.colonne_2, .colonne_3{
    display: inline-table;
    background: #124636;	
	width: 70%;
	padding-bottom: 0%;
}

.sub_section_ul, .v1{top: -10px;}
#section_resp #section_ul #section_li  {
  display: block;
  position: relative;
 
}
.menu {
    position: fixed;
    background-color: #064735;
    min-height: 65px;
    height: 65px;
    z-index: 9999;
    width: 100%;
    top: -0px;
	display: block;
}
.logo_menu_hd {
	width: 150px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
} 
.sous_section {
background: #134535;
transition: all 0.3s ease-in-out 0s;
}
li ul {
display: none;
}
ul li a:hover {
transition: all 0.3s ease-in-out 0s;
}
li:hover > ul:not(.dropdown-children) {
  background: rgb(6, 71, 53);
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
li:hover li {
float: none;
transition: all 0.3s ease-in-out 0s;
}
li:hover a {
transition: all 0.3s ease-in-out 0s;
}
li:hover li a:hover {
background: #1f9537;
transition: all 0.3s ease-in-out 0s;
}
.main-navigation li ul li {
border-top: 0; 
}
ul ul ul {
  left: 100%;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
ul:before,ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  transition: all 0.3s ease-in-out 0s;
}
ul:after {
	clear: both;transition: all 0.3s ease-in-out 0s;
}
.arrow_menu_nb {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 6px;
    margin-bottom: 2px;
    border-right: 2px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
li:hover .arrow_menu_nb {
    transform: rotate(222.5deg);
    transition: .5s;
    -webkit-transform: rotate(222.5deg);
    -webkit-transition: .5s;
    -moz-transform: rotate(222.5deg);
	-moz-transition: .5s;
}
.arrow_submenu_nb {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 6px;
    margin-bottom: 2px;
    border-right: 2px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.sub_menu_1:hover .arrow_submenu_nb {
    transform: rotate(222.5deg);
    transition: .5s;
    -webkit-transform: rotate(222.5deg);
    -webkit-transition: .5s;
    -moz-transform: rotate(222.5deg);
    -moz-transition: .5s;
}
ul li:not(.menu_section) a {
	display: block;
	padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0s;
}
/* RESP MENU HD */
/*Full HD*/
/* 1900 px*/
.logo_menu_hd {
    width: 150px;
    margin-top: 18px;
    margin-left: 12vh;
    margin-right: 3vh;
    transition: all 0.3s ease-in-out 0s;
}
.menu_center {
margin-right: 1%;
    margin-left: 5%;
    display: block;
    margin-top: 2px;
    position: relative;
	    transition: all 0.3s ease-in-out 0s;
}
.menu_section{
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    margin-left: 1%;
    margin-right: 1%;
}
@media screen and (max-width: 1800px) {
.logo_menu_hd {
    width: 150px;
    margin-top: 18px;
    margin-left: 45%;
    margin-right: 190px;
	transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1625px) {
.logo_menu_hd {
    width: 150px;
    margin-top: 18px;
    margin-left: 50px;
    margin-right: 30px;
    transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1625px) {
.logo_menu_hd {
    width: 150px;
    margin-top: 18px;
    margin-left: 50px; 
    margin-right: 30px;
	transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1700px) {
.logo_menu_hd .in  {
    margin-left: 180pxpx;
    margin-right: 20px;
}
.logo_menu_hd {
    margin-left: 50px;
    margin-right: 20px;
}}
@media screen and (max-width: 1500px) {
.logo_menu_hd {
	margin-left: 2vh;
    margin-right: 4vh;
}
.logo_menu_hd.in {
	margin-left: 16vh;
    margin-right: 4vh;
}}
@media screen and (max-width: 1480px) {
.logo_menu_hd {
    width: 150px;
    margin-top: 18px;
    margin-right: 25px;
	margin-left: 1%;
}
.menu_center {
	margin-right: 1%;
    margin-left: 5%;
    display: block;
    margin-top: 2px;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.menu_section{
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    margin-left: 1%;
    margin-right: 1%;
}}
@media screen and (max-width: 1410px) {
.logo_menu_hd {
	width: 130px;
    margin-top: 3vh;
    margin-left: 10vh;
    margin-right: 25px;
    transition: all 0.3s ease-in-out 0s;
}
.menu_center {
	margin-right: 1%;
    margin-left: 5%;
    display: block;
    margin-top: 2px;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.menu_section{
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 3.5vh;
    font-size: 14px;
    margin-left: 1%;
    margin-right: 1%;
}}
@media screen and (max-width: 1385px) {
	.menu_section{
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 20px;
    font-size: 15px;
    margin-left: 1%;
    margin-right: 1%;
	}
	.logo_menu_hd {
    width: 135px;
    margin-top: 18px;
    margin-left: 2vh;
    margin-right: 3vh;
    transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1270px){
.menu_section {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 20px;
    font-size: 14px;
    margin-left: 1%;
    margin-right: 1%;
}
.logo_menu_hd {
	width: 135px;
    margin-top: 18px;
    margin-left: -1vh;
    margin-right: 4vh;
    transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1180px) {
	.menu_section {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 23px;
    font-size: 13px;
    margin-left: 1%;
    margin-right: 1%;
}
.logo_menu_hd {
    width: 130px;
    margin-top: 18px;
    margin-left: -2vh;
    margin-right: 2.5vh;
    transition: all 0.3s ease-in-out 0s;
}}
@media screen and (max-width: 1080px) {
.logo_menu_hd {
    width: 110px;
    margin-top: 20px;
    margin-left: -2vh;
    margin-right: 15px;
}
.menu_section {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 23px;
    font-size: 13px;
    margin-left: 1%;
    margin-right: 1%;
}}
@media screen and (max-width: 1035px) {
	.menu_section {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    float: left;
    margin-top: 25px;
    font-size: 12px;
    margin-left: 1%;
    margin-right: 1%;
}
.logo_menu_hd {
    width: 100px;
    margin-top: 23px;
    margin-left: -10px;
    margin-right: 10px;
}
.logo_menu_hd.in {
    margin-left: 8vh;
    margin-right: 4vh;
}}
/* fin resp menu HD*/
@media screen and (max-width: 2500px) {
.sub_section_ul{
    font-size: 13.5px;
}}
@media screen and (max-width: 1500px) {
.sub_section_ul{
    font-size: 13px;
}}
