/*
@import url("slider.css");
@import url("ressources.css");
@import url("boite_a_outils.css");
*/

.page-template-accueil-cortecs .main-content-inner {
   width: 100%;
}

.cs_home_alaune h2,
.cs_home_ressources h2,
.cs_home_actus h2 {
    color: var(--main-title-color);
    font-weight: 900;
    font-family: 'Roboto';
    font-size: 40px;
    margin-top: 0;
    margin-left: 0px;
}
.cs_home_actus h2 {
    text-align: right;
}
@media (max-width: 1200px) {
    .cs_home_alaune h2, .cs_home_ressources h2 {
        font-size: 38px !important;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .cs_home_alaune h2, .cs_home_ressources h2 {
        font-size: 31px !important;
        margin-bottom: 10px;
    }
}
@media (max-width: 781px) {
    .cs_home_ressources {
        flex-basis: 100% !important;
        margin-left: 0px !important;
    }
    .cs_home_alaune {
        flex-basis: 100% !important;
    }
    .cs_home_alaune h2, .cs_home_ressources h2 {
        font-size: 38px !important;
    }
}
@media (max-width: 767px) {
    .cs_home_alaune h2 {
        margin-top: 10px;
    }
}
@media (max-width: 320px) {
    .cs_home_ressources h2, .cs_home_alaune h2, .cs_home_actus h2 {
        font-size: 32px !important;
    }
}


/* Première ligne : slider et ressources */
.slider_ressource_row {
    margin-top: -40px;
}
.slider_ressource_cell .so-panel {
    margin-bottom: 0px;
}
@media (max-width: 781px) {

}

/* Masquage des footnotes */
#post-2036 .easy-footnotes-wrapper {
  display: none
}

