/* Feuille CSS en surcharge du thème pour le site du réseau ID 1 */
/* Text custom ----------------------------------- */
.txt-fontserif { font-family:'Merriweather', serif; }
.txt-fontsans { font-family:'Public Sans', sans-serif; }
.txt-fontitle { font-family:'Public Sans', sans-serif; }
.txt-white { color:#fff; }
.txt-black { color:#000; }
.txt-grey { color:#646464; }
.txt-first { color:#143f51; } /* bleu foncé */
.txt-second { color:#ab1b2A; } /* rouge foncé */
.txt-third { color:#9ecee5; } /* bleu clair */
.txt-fourth { color:#567483; } /* bleu gris */
.txt-fifth { color:#000; } /* xxxx */
/* Header ---------------------------------------- */
/* Navigation ------------------------------------ */
/* Footer ---------------------------------------- */
/* 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) {
}
@media only screen and (max-width:480px) {
}
/*EOF*/
