.container-header {
  background-color: white;
  background-image: none;
}
.container-header .navbar-brand {
  width: 100%;
}
.container-header .navbar-brand a {
  color: #963624;
  display: inline-block;
  font-family: Quicksand, Calibri;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.container-header .site-description {
  color: rgb(181, 89, 72);
  font-size: 30px;
  font-family: Quicksand, Calibri;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.container-header .mod-languages {
  position: absolute;
  top: 200px;
  right: 0;
}
.container-header .mod-menu {
  color: rgb(146, 55, 39);
  text-align: center;
}
.container-header .mod-menu > a, .container-header .mod-menu > li.current, .container-header .mod-menu > li:hover {
  color: #923727 !important;
  border-bottom: 4px solid #b55948;
  background-color: transparent;
}
.container-header .mod-menu > li a {
  margin: auto;
}
/* hamburger*/
.container-header .navbar-toggler {
  color: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(0, 0, 0, 0.65);
}
/* Choix langage */
div.mod-languages a:hover {
  color: var(--gray-600)!important;
}
/* Pied */
.footer {
  color: #963624;
  background-color: white;
  background-image: none;
  margin-top: 1em;
}
.footer .grid-child {
  border-top: 4px solid #eee;
  padding: 1.5rem .5em;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
  color: var(--gray-600);
}

@media (width > 1320px) {
  .container-header .mod-menu > li {
    width: 240px;
  }
}
@media (width <= 991.98px) {
  .container-header .mod-languages {
    top: 190px;
  }
  .container-header .mod-menu {
    position: absolute;
    top: -10px;
    left: 47px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgb(223, 227, 231);
    border-radius: 0.5em;
  }
  .container-header .mod-menu > li a {
    margin: 0;
  }
  .container-header .mod-menu > a, .container-header .mod-menu > li.current, .container-header .mod-menu > li:hover {
    border-bottom: none;
  }
  .container-header .metismenu-item.active a {
    text-decoration: none !important;
  }
  .container-header .metismenu-item.current a {
    text-decoration: underline !important;
  }
}
@media (width <= 767.98px) {
  .container-header .mod-languages {
    top: 195px;
  }
  .container-header .navbar-brand a {
    font-size: 60px;
  }
}
@media (width <= 575.98px) {
  .container-header .mod-languages {
    top: 180px;
  }
  .container-header .navbar-brand a {
    font-size: 40px;
  }
  .container-header .site-description {
    font-size: 20px;
  }
}