/* Feuille CSS en surcharge du thème pour le site du réseau ID 6 */
/* 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:#999; }
.txt-first { color:#181F3A; } /* bleu */
.txt-second { color:#FFDC0A; } /* jaune */
.txt-third { color:#CD1719; } /* rouge */
.txt-fourth { color:#0F6D6F; } /* vert foncé */
.txt-fifth { color:#29BCA6; } /* vert clair */
/* Global ---------------------------------------- */
.site-main .sup-section > .kt-inside-inner-col, .site.footer-widgets { box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px; }
body > .site { position:relative; z-index:5; }
body > .pagecolbg { margin-top:-70px; z-index:1; }
body.page-id-191 > .pagecolbg { margin-top:-500px; }
/* Header ---------------------------------------- */
/* Navigation ------------------------------------ */
/* Footer ---------------------------------------- */
.footer-bar .widget_nav_menu .menu li { margin-left:0; margin-right:0; }
.footer-bar .widget_nav_menu .menu li a { display:inline-block; padding-left:10px; padding-right:10px; border-right:1px solid #fff; }
.footer-bar .widget_nav_menu .menu li:first-child a { padding-left:0; }
.footer-bar .widget_nav_menu .menu li:last-child a { padding-right:0; border-right:none; }
.copyright-bar { display:none; }
/* Primary content ------------------------------- */
.site-main > article .entry-title { margin-bottom:1.3em; }
.site-main .sup-section { margin-top:-60px; }
.form-container { margin-bottom:2.5em; }
.form-container .field-checkbox span { font-size:14px; }
.form-container p.field-text label, .form-container p.field-select label { font-size:13px; color:#999; }
/* Responsive design ----------------------------- */
@media only screen and (min-width:1200px) {
  body > .pagecolbg { margin-top:-90px; }
}
@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
  body.page-id-191 > .pagecolbg { margin-top:-90px; }
}
@media only screen and (max-width:896px) {
}
@media only screen and (max-width:768px) {
  .site-main .sup-section { margin-top:0; }
  body > .pagecolbg { margin-top:-70px; }
}
@media only screen and (max-width:480px) {
  .footer-bar .widget_nav_menu .menu li a { border-right:none; }
}
/*EOF*/