/* ----- couleur fond logo ----- */
/* ----- header ----- */
.container-header {
  position: relative;
  padding: 10px 0;
  z-index: 10;
  margin-bottom: 20px;  
}

.container-header .navbar-brand {
  margin: auto;
  justify-content: center;
}

/* ----- boutons du header ----- */
.button_below:hover {
  transform: scale(1.08);
  z-index: 2;
}


/*
.container-header{
   color: black;
    background-color: white;
}
*/
/* ----- centre logo ----- */
/*
.container-header .navbar-brand {margin: auto;}

*/

/* ----- access icon ----- */
._access-icon._access {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
}

._access-menu._access {
  position: fixed;
  top: 50px !important;
  right: 0 !important;
  left: auto !important;
}