/* CORRECTION BUGS THEME */
@media (max-width: 575.98px) {
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: auto !important;
    }
}
/* GENERAL THEME */
.is-past { background-color: rgba(0, 0, 0, 0.05); }
.is-actually { background-color: #33ff0052; }
.col-padding {
    padding: 60px;
}
body, p {
    font-size: 1rem !important;
}

/*******************************************************/

/* HEADER ET MENU */
@media (min-width: 992px) {
    #header a.button-inscription-menu {
        display: inline-block;
        margin: 30px 0;
    }

    #header.sticky-header a.button-inscription-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*******************************************************/

.content-wrap {
  position: relative;
  padding: 40px 0;
}
.clickable {
	cursor: pointer !important;
}

/* Page: Planning */
tr.lesson-done td {
  background-color: #f3f3f3;
}
tr.lesson-next td {
  background-color: #1abc9c;
  color: white;
}

/************************************************************/

.top-msg {
    /*display: block;*/
    display: none;
    background-color: #ef5460;
    color: black;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.top-msg .text-promo {
    font-weight: 900;
    color: white;
}
@media (max-width: 500px) {
    .top-msg {
        font-size: 18px;
    }
}
