/* Feuille CSS en surcharge du thème pour le site du réseau ID 1 */
@import url('https://fonts.cdnfonts.com/css/dinpro-bold');
/* Text custom ----------------------------------- */
.txt-fontserif { font-family:'Merriweather', serif; }
.txt-fontsans { font-family:'Poppins', sans-serif; }
.txt-fontitle { font-family:'Poppins', sans-serif; }
.txt-white { color:#fff; }
.txt-black { color:#000; }
.txt-grey { color:#75797c; }
.txt-first { color:#90407f; } /* violet */
.txt-second { color:#ffde00; } /* jaune */
.txt-third { color:#002f5c; } /* bleu foncé */
.txt-fourth { color:#d814ff; } /* violet fluo */
.txt-fifth { color:#f7f6f6; } /* gris clair */
/* Header ---------------------------------------- */
.headline-date > mark { font-weight:600; border-radius:6px; }
.headline-bigtitle { font-family:'DINPro-Bold', sans-serif; }
/* Navigation ------------------------------------ */
#site-navigation { position:relative; margin-top:19px; margin-bottom:-62px; background:none; }
#menu-navigation-principale > li.menu-item > a { width:105px; border:2px solid #000; text-align:center; }
#menu-navigation-principale > li.menu-item:first-child > a { border-radius:6px 0 0 6px; }
#menu-navigation-principale > li.menu-item:last-child > a { border-left:none; border-radius:0 6px 6px 0; }
#menu-navigation-principale > li.menu-item:not(.current-menu-item) > a { background:#fff; }
/* Footer ---------------------------------------- */
.inside-site-info { justify-content:left; }
.copyright-bar { display:none; }
.footer-widgets .widget { margin-bottom:0; }
.footer-bar .widget_nav_menu .menu { margin:0; }
.footer-bar .widget_nav_menu li { display:inline-block; margin:0 4px; font-size:12px; }
.footer-bar .widget_nav_menu li:first-child { margin-left:0 !important; }
.footer-bar .widget_nav_menu li:last-child { margin-right:0 !important; }
.footer-bar .widget_nav_menu li a { padding-right:10px; border-right:1px solid #fff; text-decoration:underline; }
.footer-bar .widget_nav_menu li:last-child a { padding-right:0; border-right:none; }
/* Primary content ------------------------------- */
.site-main .sup-section { margin-top:-340px; }
/* Responsive design ----------------------------- */
@media only screen and (min-width:1200px) {
}
@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:896px) {
}
@media only screen and (max-width:768px) {
  #site-navigation { position:relative; margin-top:75px; margin-bottom:-160px; }
  #site-navigation .inside-navigation { justify-content:right; }
  #menu-navigation-principale { display:block; }
  #menu-navigation-principale > li.menu-item:first-child > a { border-radius:6px 6px 0 0; }
  #menu-navigation-principale > li.menu-item:last-child > a { border-left:2px solid #000; border-top:none; border-radius:0 0 6px 6px; }
  .footer-bar-active .inside-site-info { flex-direction:unset; }
  .site-main .sup-section { margin-top:-30px; }
}
@media only screen and (max-width:540px) {
  .footer-bar .widget_nav_menu .menu { margin:0 -2px; }
  .footer-bar .widget_nav_menu li { margin:0 3px !important; }
  .footer-bar .widget_nav_menu li a { padding-right:5px; }
  .footer-bar .widget_nav_menu li:last-child a { padding-right:0; }
}
/*EOF*/
