/*afficher seulement la 1er ligne des date dans les evenement accueil*/
#event_section .newstext5 table tr {
  display: none;
}
#event_section .newstext5 table tr:first-child {
  display: table-row;
}
#event_section .newstext5 .text_bottom p.h5 {
  font-size: 18px;
  font-weight: bold !important;
}
#event_section .newstext5 .text_bottom p {
  font-size: 16px;
  font-weight: normal !important;
}
.newstext5 {
  height: 240px;
}

/*
header {
    position: sticky !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 1000 !important;
}
*/

@media (min-width: 800px) and (max-width: 1092px) {
  #main_nav .navbar {
    margin-bottom: -40px;
  }
}

@media (max-width: 1092px) {
  body .navigation .navbar-brand img {
    padding: 0 !important;
    margin-left: 15px;
  }
  .navigation .navbar-brand img {
    height: 80px !important;
    margin-top: 20px;
  }

  #entete_image_interne > img {
    display: none;
  }
  #entete_image_interne .container {
    position: relative;
    left: 0;
    text-align: center;
    transform: none;
  }
  #entete_image_interne .container #wrapper_titre_interne {
    text-align: center !important;
  }
  body #slogant_page_interne {
    background-color: transparent !important;
    color: #12b57b !important;
    margin: 28px 0 0 0 !important;
  }
  body #slogant_page_interne #slogant_page_interne {
    margin: 28px 0 0 0 !important;
  }
  #section_top {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 550px) {
  .newstext5 {
    height: auto;
  }
  .newstext5 > div {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  #entete_image_interne .container #wrapper_titre_interne,
  #entete_image_interne {
    z-index: 9999 !important;
    position: relative;
  }
  footer td img {
    max-width: 100px;
  }
  .lien-table td {
    overflow: hidden;
  }
  a.btn.btn-secondary.translateY-25 {
    text-wrap: pretty;
  }
  td img {
    margin-right: 0px !important;
  }
}
@media (max-width: 1000px) {
  #entete_image_interne .container #wrapper_titre_interne,
  #entete_image_interne {
    z-index: 9999 !important;
    position: relative;
  }
  .icon-bar:nth-child(1),
  .icon-bar:nth-child(2) {
    margin-bottom: 5px;
  }
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
  }
  footer td img {
    max-width: 100px;
  }
}
@media (max-width: 1550px) {
body .navigation .navbar .nav-item .nav-link {
    font-size: 1.25em !important;
}
body .navbar-expand-lg .navbar-nav > .nav-item
{
    margin: 20px 0px !important;
}


