.gtm-header-main .menu-item.default  {
  display: block;
  padding: 0px !important;
}

.gtm-header-main.scroll .menu-item.default  {
  display: block;
  padding: 0px !important;
}

.menu-item.default img {
  width: auto;
  margin-bottom: 0;
  max-height: 61.68px;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                              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; /* Ajoute la propriété FLEX aux menu DESKTOP et MOBILE */
  justify-content: flex-end;
  width: 100%;
}

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

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

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


.gtmHeader .menu > .menu-item > a {
  background-color: transparent;
}


.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: #548DD2; /* couleur d'arrière plan de la boite */
  transition: 0.2s;
  border-radius: 10px 0;
}

/* 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: #0E60B0;/* couleur des lignes */
}

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

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


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

.gtmHeader .gtm-nav-menu{
  background-color: #0E60B0;
  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 {
  display: block;
}

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

.gtm-header-main {
  justify-content: flex-end;
  width: 100%;
  max-width: 2560px;
  margin: auto;
}

.gtm-header-main.scroll {
  max-height: 61.68px;
}

li.menu-item.nav-item.gtmFada.plus.item-101.default {
  margin: auto 10px;
  height: 61.68px;
}

/* 
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: #fff;
  font-size: 25px;
  font-weight: 300;
  text-transform: normal; 
}

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

/* Design des liens actifs */
.gtmFada.active > a{
  color: #fff !important;
  font-weight: 700 !important;
  background-color: #0a3e72;
  padding: 10px;
}

.mod-menu__separator.separator {
  padding: 10px 15px !important;
}

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



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


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

/* -----------------------------------------------------------
                  ICONE DE SOUS-MENU
------------------------------------------------------------ */
  /* Barre horizontale du + */
  .gtm-menu-item-has-children .separator::after {
    background-color: #fff;/* couleur de la barre */
}
  
/* Barre verticale du + */
.gtm-menu-item-has-children .separator::before {
    background-color: #fff;/* 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;
  width: fit-content;
  margin: 0 auto;
}
}

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

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

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



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

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

span.image-title {
  display: none;
}


.gtmHeader .gtm-nav-menu{
  background-image: none;
}

.gtm-header-main {
  background-color: #2E4993;/* Couleur d'arrière plan de la barre de menu */
  height: auto;
  transition: all .2s ease-in-out;
}

.gtm-header-main.scroll {
  position: fixed;
  top: 0;
  left: 0;
}

.gtm-header-main li.menu-item.nav-item.gtmFada.plus.item-101.default {
  display: none;
}

.gtm-header-main.scroll li.menu-item.nav-item.gtmFada.plus.item-101.default {
  display: block;
}

.navbar.navbar-expand-md, .collapse.navbar-collapse {
  padding: 0;
}

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

  .gtmHeader .gtm-nav-menu{
    background-color: transparent;/* Annule la couleur de fond du menu mobile */
    /* margin-top: 8px;
    margin-bottom: 10px; */
    padding-left: 15px;
    padding-right: 15px;
  }

  body .gtmHeader .gtm-open-nav-menu{
    background-color: transparent; /* couleur d'arrière plan de la boite */
    border: 0px solid transparent!important;
  }
  
  body .gtmHeader .gtm-open-nav-menu:hover{
    transform: none;
    box-shadow: none;
  }
/* -----------------------------------------------------------
                        NAVIGATION
------------------------------------------------------------ */


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

    .gtm-img-menu {
      display: block;
    }

    .gtm-header-main {
      justify-content: flex-start;
      width: 100%;
      max-width: 2560px;
      margin: auto;
    }


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

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

    .mod-menu__separator.separator {
      padding: 0 !important;
    }
    
    .gtmHeader .menu > .menu-item:hover {
      background-color:   #3fa2d4;
    }

    .gtmHeader .menu > .menu-item.active {
      background-color: #3fa2d4;
    }


  /* Design des liens actifs */
  .gtmHeader .menu > .menu-item > a{
    color: #fff;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;/* transition au survol des liens */
  }

  .gtmHeader .menu > .menu-item > a:hover {
    color: #fff;/* couleur des liens de menu */
  }

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

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

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

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

  /* Design du sous-menu */    
  .gtmHeader .menu > .menu-item > .gtm-sub-menu {
    background-color: #2E4993;/* Couleur d'arrière plan du sous-menu */
    width: 300px;
  }

/* Design des liens de second niveau  */
  .gtmHeader .menu > .menu-item > .gtm-sub-menu li a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2rem;
    transition: all 0.3s ease;/* transition liens du sous-menu */
  }

  .gtmHeader .menu > .menu-item > .gtm-sub-menu > .menu-item > a:hover {
    background-color: #0a3e72;
  }





/* -----------------------------------------------------------
                    ICÔNES SOUS-MENU
------------------------------------------------------------ */
  /* Barre horizontale du + */
  .gtm-menu-item-has-children .separator::after {
    background-color: #fff;/* couleur de la barre */
  }

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

  .gtm-menu-item-has-children:hover .separator::before {
    background-color: #fff/* couleur de la barre verticale actif */
  }

  .gtm-menu-item-has-children:hover .separator::after {
    background-color: #fff;/* couleur du picto actif */
  }

}

@media screen and (min-width: 1300px){
  .gtmHeader .menu > .menu-item > a {
      font-size: 14px !important;
  }

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

@media screen and (min-width: 1400px){
  .gtmHeader .menu > .menu-item > a {
      font-size: 15px !important;
  }

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

@media screen and (min-width: 1500px){
  .gtmHeader .menu > .menu-item > a {
      font-size: 17px !important;
  }

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

@media screen and (min-width: 1600px){
  .gtmHeader .menu > .menu-item > a {
      font-size: 18px !important;
  }

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