#header {
  overflow: hidden;
}

select {
  padding: 0 20px 0 20px;
  -webkit-appearance: menulist;
  appearance: menulist;
}

/* nav */
.nav {
  min-height: 34px;
  line-height: 34px;
}

.nav ul {
  background: #996a61;
  background: -moz-linear-gradient(top, #996a61 0%, #992913 100%);
  background: -webkit-linear-gradient(top, #996a61 0%, #992913 100%);
  background: linear-gradient(to bottom, #996a61 0%, #992913 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#996a61', endColorstr='#992913', GradientType=0);

  margin: 0;
  padding: 0;
  text-align: left;
}

.nav li {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;



  list-style: none;
  display: inline-block;
  *display: inline;
  /* ie7 */
}

.nav li a {
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  line-height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* fin nav */


.container_menu_responsive {
  display: none;
}

/*RESPONSIVE*/

@media screen and (max-width: 480px) {
  #header2 {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .nav {
    position: relative;
    background: none;
  }

  .nav ul {
    width: 100%;
    padding: 5px 0;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background: #992913;
    z-index: 9999;
    text-align: center;
  }

  #titre_page_menu {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-left: 55px;
  }

  /*
    .nav ul:before {
    content: "Accueil";
    color: #fff;
    text-align: center;
    font-weight: bold;
    }
    */

  .nav li {
    display: none;
    /* hide all <li> items */
    margin: 0;
  }

  .nav .current {
    display: block;
    /* show only current <li> item */
  }

  .nav ul li a {
    display: block;

    padding: 10px 0px;

    margin-left: 0px;
    padding-right: Opx;
    border-right: none;



    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
  }

  .nav .current a {
    background: none;
    color: #666;
  }

  /* on nav hover */
  /*.nav ul:hover {
        background-image: none;
    }
    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }*/

  /* on nav hover */




  /*ICONE MENU*/


  .afficher_block {
    /*background-image: none;*/
    display: block;
    margin: 0 0 5px;
  }


  .container_menu_responsive {
    display: inline;
  }


  .container_barres {
    padding-right: 20px;
    padding-top: 0px;
    float: right;
    cursor: pointer;
  }

  .bar1 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    margin-top: 4px;
    transition: 0.4s;
  }

  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }

  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  /*ICONE MENU*/


}


/*RESPONSIVE*/

/*
table, th, td {
border: 1px solid black;
}
*/
#table_header {
  width: 100%;
}

#image_header {
  max-width: 225px;
  max-height: 93px;
  width: 225px;
  height: 93px;
}

#titre_page {
  vertical-align: bottom;

}

#presentation_page {
  color: rgba(179, 179, 179, 1);
  vertical-align: top;
  font-size: 20px;
}

#header2 h2 {
  font-size: 30px;
}

/* Container optionnel pour le choix de langue */
.btn-lang-container {
  display: flex;
  gap: 10px;
}

/* Style du bouton */
.btn-lang {
  background: none;
  border: none;
  padding: 0;
  width: 50px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*   border-radius: 30%; */
}

/* Style de l'image */
.btn-lang img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*   border-radius: 50%; */
}