/* 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:'Inter', sans-serif; }
.txt-fontitle { font-family:'Inter', sans-serif; }
.txt-white { color:#fff; }
.txt-black { color:#000; }
.txt-grey { color:#646464; }
.txt-first { color:#11273d; } /* bleu */
.txt-second { color:#fcdb18; } /* jaune */
.txt-third { color:#cd3435; } /* rouge */
.txt-fourth { color:#d1ccc9; } /* autre 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*/
