
/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                              MENU MOBILE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/* -----------------------------------------------------
					GENERAL
------------------------------------------------------- */

/* Position fixed de barre de navigation */
.gtmHeader{
	position: fixed;
	left:0;
	top:0;
  width: 100%;
	z-index: 99;
}

.gtm-header-main {
	display: flex;
  justify-content: flex-end;
  width: 100%;
}


.menu.mod-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gtm-nav-menu ul li {
    list-style: none;
}

.gtmHeader .menu > .menu-item {
    cursor: pointer; /* fait apparaitre la petite main */
}


.gtmHeader .menu > .menu-item > .gtm-sub-menu{
	transition: all 0.3s ease; /* Transition des sous-menu */
}

.gtmHeader .menu > .menu-item > .gtm-sub-menu > .menu-item > a{
	display: block; /* permet le bon alignement des liens de sous-menu verticaux */
}

/* .gtmHeader .gtm-nav-menu .menu-item.default img {
  width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  transition: width .3s ease-in-out;
}

.gtmHeader .gtm-nav-menu.scroll .menu-item.default img {
  width: 80px;
  padding-left: 15px;
  padding-right: 15px;
} */

/* -----------------------------------------------------
					BURGER
------------------------------------------------------- */

/* ------------------- OUVRIR -------------------- */

body .gtmHeader .gtm-open-nav-menu{
  background-color: #69a517; /* couleur d'arrière plan de la boite */
  transition: 0.2s;
}

/* body .gtmHeader .gtm-open-nav-menu:hover{
  transform: translate(-0.25rem,-0.25rem);
  box-shadow: 0.25rem 0.25rem #054958;
}

body .gtmHeader .gtm-open-nav-menu:active{
  transform: translate(0);
  box-shadow: none;
} */

/* ligne centrale du menu burger */
.gtmHeader .gtm-open-nav-menu span {
  height: 3px;/* hauteur */
  width: 24px;/* longueur */
  background-color: #fff; /* couleur */
}

/* Lignes haute & basse */
.gtmHeader .gtm-open-nav-menu span:before,
.gtmHeader .gtm-open-nav-menu span:after{
  background-color: #fff;/* couleur des lignes */
  transition: all .2s ease;/* transition des lignes */
}

/* ------------------- FERMER -------------------- */

.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu span:before {
  background-color: #fff;/* couleur des lignes */
}

.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu span:after{
  background-color: #fff; /* couleur des lignes */
}

body.gtm-hidden-scrolling .gtmHeader .gtm-open-nav-menu {
  background-color: #69a517; /* couleur d'arrière plan de la boite */
}


/* -----------------------------------------------------------
                        MENU
------------------------------------------------------------ */

.gtmHeader .gtm-nav-menu{
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -100%;/* déplacement du menu hors site */
  transition: all 0.5s ease;/* Transition d'apparition du menu*/
}

/* Menu ouvert */
.gtmHeader .gtm-nav-menu.gtmOpen {
  top: 0px;/* Décalage de 100% pour faire apparaitre le menu */
}


/* -----------------------------------------------------------
                        NAVIGATION
------------------------------------------------------------ */

.gtm-nav-menu a {
  border-bottom: none;
}

.gtm-nav-menu ul  {
  margin-left: 0;
  padding-left: 0;
}

/* ------------------- PREMIER NIVEAU -------------------- */

.gtm-img-menu {
  width: 25px;
  display: none;
}

.gtm-sub-menu {
  margin-bottom: 0px;
  margin-top: 0px;
}

li.menu-item.nav-item.gtmFada.plus.item-101.default {
  margin: 0 auto 15px auto;
}

li.menu-item.nav-item.gtmFada.plus.item-201 {
  display: block;
}

/* Design des liens actifs */
.gtmHeader .menu > .menu-item > a{
  color: #69a517;
  font-size: 25px;
  font-weight: 500;
  text-transform: normal; 
}

.gtmFada {
  padding: 10px 0 0 0;
}

/* Design des liens actifs */
.gtmFada.active > a{
  color: #527a05 !important;
  font-weight: 500 !important;
}

/* Design des séparateurs actifs  */
.parent.gtm-active a.separator {
  color: #527a05 !important;
  font-weight: 500 !important;
}



/* ------------------- SECOND NIVEAU -------------------- */


/* Design des liens de second niveau  */
.gtmHeader .menu > .menu-item > .gtm-sub-menu li a {
  color: #69a517;
  font-size: 20px;
  line-height: 1.5rem;
  font-weight: 500;
}

.gtm-mod-menu__heading {
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #69a517;
  border-top: 2px solid #527a05;
}

.gtm-mod-menu__heading + ul {
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 0px;
}

.gtm-mod-menu__heading + ul li {
  padding-top: 0px;
}

.gtm-mod-menu__heading + ul li a {
  color: #69a517 !important;
  font-size: 16px !important;
  font-weight: 400;
  padding-left: 5px;
}

/* -----------------------------------------------------------
                  ICONE DE SOUS-MENU
------------------------------------------------------------ */



/* Barre horizontale du + */
.gtm-menu-item-has-children .separator::after {
    background-color: #527a05;/* couleur de la barre */
}
  
/* Barre verticale du + */
.gtm-menu-item-has-children .separator::before {
    background-color: #527a05;/* couleur de la barre */
    transition: all .3s ease;/* transition du passage de + à - */
}



@media screen and (min-width: 575px) {

/* Design des liens actifs */
.gtmHeader .menu > .menu-item > a{
  font-size: 30px;
}
}

@media screen and (min-width: 1024px) {

  /* Design des liens actifs */
  .gtmHeader .menu > .menu-item > a{
    font-size: 35px;
    line-height: 1.2;
  }

  .gtmHeader .menu > .menu-item > .gtm-sub-menu li a {
    font-size: 24px;
  }
  }

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        MENU DESKTOP
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


