/* Feuille CSS en surcharge du thème pour le site du réseau ID 7 */
/* 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:#737373; }
.txt-first { color:#0097B1; } /* bleu */
.txt-second { color:#7CD858; } /* vert */
.txt-third { color:#CD1719; } /* rouge */
.txt-fourth { color:#181F3A; } /* bleu noir */
.txt-fifth { color:#0E5D4D; } /* vert foncé */
/* Global ---------------------------------------- */
.site-main .sup-section > .kt-inside-inner-col, .site.footer-widgets { box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px; }
.site-info { background:linear-gradient(60deg,rgba(124, 216, 88, 1) 0%, rgba(0, 151, 177, 1) 70%); }
/* 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; }
.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) {
}
@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-info { background:#0097B1; }
}
@media only screen and (max-width:480px) {
  .footer-bar .widget_nav_menu .menu li a { border-right:none; }
}
/*EOF*/
