/* 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:#545454; }
.txt-first { color:#f7154f; } /* rose */
.txt-second { color:#0929ad; } /* bleu électrique */
.txt-third { color:#00063f; } /* bleu foncé */
.txt-fourth { color:#13eaf7 } /* bleu clair */
.txt-fifth { color:#e8e9ff; } /* bleu pastel */
/* Header ---------------------------------------- */
/* Navigation ------------------------------------ */
/* Footer ---------------------------------------- */
/* Primary content ------------------------------- */
/* Responsive design ----------------------------- */

.site-main .sup-section{
    margin-top: -350px;
}
@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*/
