@font-face {
    font-family: "adelia";
    src: url("/font/adelia.ttf");
}

@font-face {
    font-family: "CairoBold";
    src: url("/font/Cairo-Bold.ttf");
}

@font-face {
    font-family: "CairoSemiBold";
    src: url("/font/Cairo-SemiBold.ttf");
}

@font-face {
    font-family: "CairoRegular";
    src: url("/font/Cairo-Regular.ttf");
}

@font-face {
    font-family: "Baloo2Bold";
    src: url("/font/Baloo2-Bold.ttf");
}

@font-face {
    font-family: "Baloo2ExtraBold";
    src: url("/font/Baloo2-ExtraBold.ttf");
}

@font-face {
    font-family: "Baloo2Medium";
    src: url("/font/Baloo2-Medium.ttf");
}

@font-face {
    font-family: "Baloo2SemiBold";
    src: url("/font/Baloo2-SemiBold.ttf");
}

@font-face {
    font-family: "Baloo2Regular";
    src: url("/font/Baloo2-Regular.ttf");
}

@font-face {
    font-family: "BalooChettan2Regular";
    src: url("/font/BalooChettan2-Regular.ttf");
}

@font-face {
    font-family: "BalooChettan2Bold";
    src: url("/font/BalooChettan2-Bold.ttf");
}

@font-face {
    font-family: "BalooChettan2ExtraBold";
    src: url("/font/BalooChettan2-ExtraBold.ttf");
}

@font-face {
    font-family: "BalooChettan2SemiBold";
    src: url("/font/BalooChettan2-SemiBold.ttf");
}

@font-face {
    font-family: "BalooChettan2Regular";
    src: url("/font/BalooChettan2-Regular.ttf");
}


/*Header*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: url("/images/nav-bg.webp") no-repeat;
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 101px;
    width: 100%;
    /*margin-top: 30px;*/
}

.overlay a {
    font-family: 'BalooChettan2ExtraBold', Arial, sans-serif;
    text-decoration: none;
    font-size: 40px;
    color: #e5112f;
    display: block;
    transition: 0.3s;
    text-transform: uppercase
}

.overlay .title {
    font-family: 'BalooChettan2ExtraBold', Arial, sans-serif;
    transition: 0.3s;
    font-size: 26px;
}

.overlay img {
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 25px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media(max-width:800px) {
    .home-nav {
        position: absolute;
        top: 30px;
    }
    .home-nav .logo {
        max-width: 140px;
    }
    .lang-menu {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
        padding: 0px 12px;
        border-radius: 2px;
    }
    .lang-menu:hover,
    .lang-menu:focus {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
    }
    .dropdown-menu {
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }
    .dropdown-menu a {
        color: #fff;
    }
    .dropdown-menu a:hover {
        background: none;
        color: #fff;
        text-decoration: underline;
    }
    .login-btn {
        background: #e5112f;
        font-family: 'Baloo2Bold', Arial, sans-serif!important;
        font-size: 18px!important;
        padding: 8px;
        color: #fff!important;
        border-radius: 8px;
    }
    .login-btn:hover,
    .login-btn:focus {
        background: #fff;
        color: #e5112f!important;
        box-shadow: none!important;
        border: 1px solid #e5112f;
    }
    .bottom-title {
        color: #fff!important;
        font-family: 'adelia', Arial, sans-serif!important;
        font-size: 30px!important;
    }
    #events-subscribe-section {
        background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url("/images/statistics_back.jpg");
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
        background-size: cover!important;
        background-position: center!important;
    }
}

@media(min-width:801px) {
    .home-nav {
        position: absolute;
        top: 30px;
    }
    .home-nav .logo {
        max-width: 190px;
    }
    .lang-menu {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
        padding: 0px 12px;
        border-radius: 2px;
    }
    .lang-menu:hover,
    .lang-menu:focus {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
    }
    .dropdown-menu {
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }
    .dropdown-menu a {
        color: #fff;
    }
    .dropdown-menu a:hover {
        background: none;
        color: #fff;
        text-decoration: underline;
    }
    .login-btn {
        background: #e5112f;
        font-family: 'Baloo2Bold', Arial, sans-serif!important;
        font-size: 18px!important;
        padding: 8px;
        color: #fff!important;
        border-radius: 8px;
    }
    .login-btn:hover,
    .login-btn:focus {
        background: #fff;
        color: #e5112f!important;
        box-shadow: none!important;
        border: 1px solid #e5112f;
    }
    .bottom-title {
        color: #fff!important;
        font-family: 'adelia', Arial, sans-serif!important;
        font-size: 30px!important;
    }
}


/*event subscribe*/

#events-subscribe-section {
    background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url("/images/statistics_back.jpg");
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

#events-subscribe-section .title {
    font-family: 'Baloo2ExtraBold', Arial, sans-serif;
    font-size: 46px;
    color: #e5112f;
    text-transform: uppercase;
}

#events-subscribe-section p {
    font-family: 'Baloo2Regular', Arial, sans-serif;
    font-size: 16px;
    color: #777777;
    padding-left: 3rem;
    line-height: 28px;
}

#events-subscribe-section .eventsForm input {
    border: #f0eced solid 1px;
    box-shadow: 6px 6px 10px -5px #e0e1e4;
    background-color: #f8f7f6;
    height: 50px;
    padding: 10px;
    color: #515151;
    margin: 0;
    width: 75%;
    margin-right: 1%;
    border-radius: 8px;
}

#events-subscribe-section .eventsForm input:hover,
#events-subscribe-section .eventsForm input:focus {
    border: #f0eced solid 1px;
    box-shadow: 6px 6px 10px -5px #e0e1e4;
    background-color: #f8f7f6;
    height: 50px;
    padding: 10px;
    color: #515151;
    margin: 0;
    width: 75%;
    margin-right: 1%;
    border-radius: 8px;
}

#events-subscribe-section .eventsForm button {
    background: #e5112f;
    font-family: 'Baloo2Bold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    height: 50px;
    padding: 10px 80px;
    margin: 0;
    border: 0;
    transition: all 0.5s ease-in-out;
}

#events-subscribe-section .eventsForm button:hover,
#events-subscribe-section .eventsForm button:focus {
    background: #fff;
    color: #e5112f;
    border: 1px solid #e5112f;
    box-shadow: none!important;
}


/* home */

#background-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#entrance .content {
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-darck-effect {
    background-image: linear-gradient(0deg, rgba(255, 0, 0, 0), rgba(17, 17, 17, 1));
}

@media(max-width:800px) {
    #entrance {
        width: 100%;
        height: 100vh;
        background-size: cover;
        text-align: center;
    }
    #entrance label {
        color: #fff;
        font-size: 45px;
        font-family: 'adelia', Arial, sans-serif;
        height: 86vh;
        padding-top: 65vh;
    }
    #entrance .footer {
        height: 10vh;
    }
    #second-section {
        width: 100%;
        min-height: 100vh;
        background-size: cover;
    }
    #second-section .bg-img {
        width: 100%;
    }
    #second-section .title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 35px;
        color: #e5112f;
        text-align: center;
    }
    #second-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 20px;
        color: #777777;
        line-height: 22px;
        text-align: justify;
    }
    .professor .title {
        font-family: 'adelia', Arial, sans-serif!important;
        font-size: 35px!important;
        color: #e5112f!important;
        text-align: center!important;
    }
    .professor p {
        font-family: 'Baloo2Regular', Arial, sans-serif!important;
        font-size: 20px!important;
        color: #777777!important;
        line-height: 22px!important;
        text-align: justify!important;
    }
    #fourth-section {
        width: 100%;
        min-height: 100vh;
        background: #777777;
        color: #fff;
    }
    #fourth-section .bg-img {
        width: 100%;
    }
    #fourth-section .title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 28px;
    }
    #fourth-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }
    #fifth-section {
        width: 100%;
        min-height: 100vh;
        background: #777777;
        color: #fff;
    }
    #fifth-section .title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 46px;
        color: #ffffff;
        text-transform: uppercase;
    }
    #fifth-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 18px;
        line-height: 20px;
    }
    #fifth-section .contact-btn {
        background: #e5112f;
        font-family: 'Baloo2Bold', Arial, sans-serif;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
        height: 50px;
        padding: 12px 80px;
        margin: 0;
        border: 0;
        transition: all 0.5s ease-in-out;
    }
    #fifth-section .contact-btn:hover,
    #fifth-section .contact-btn:focus {
        background: #fff;
        color: #e5112f;
        border: 1px solid #e5112f;
        box-shadow: none!important;
    }
    #statistics-section {
        background: #f8f7f6;
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    #statistics-section ul li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    #statistics-section ul li .count-box {
        background: #fff;
        border-radius: 25px;
        border: #f0eced solid 1px;
        box-shadow: 6px 6px 10px -5px #e0e1e4;
        padding: 18px;
        text-align: center;
        width: 180px;
    }
    #statistics-section ul li .count-box label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 40px;
        color: #e5112f;
    }
    #statistics-section ul li .count-box p {
        font-family: 'Baloo2Medium', Arial, sans-serif;
        font-size: 16px;
        color: #aeaeae;
        text-transform: uppercase;
    }
    #third-section .styles-block .title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 46px;
        color: #e5112f;
    }
    #third-section .styles-block .sub-title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 36px;
        color: #e5112f;
        display: block;
    }
}

@media(min-width:801px) {
    #entrance {
        width: 100%;
        height: 100vh;
        background-size: cover;
        text-align: center;
    }
    #entrance label {
        color: #fff;
        font-size: 45px;
        font-family: 'adelia', Arial, sans-serif;
        height: 86vh;
        padding-top: 75vh;
    }
    #entrance .footer {
        height: 10vh;
    }
    #second-section {
        width: 100%;
        min-height: 100vh;
        background-size: cover;
    }
    #second-section .bg-img {
        width: 100%;
        min-height: 100vh;
    }
    #second-section .title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 56px;
        color: #e5112f;
    }
    #second-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 21.33px;
        color: #777777;
        padding-left: 3rem;
        line-height: 28px;
    }
    .professor .title {
        font-family: 'adelia', Arial, sans-serif!important;
        font-size: 56px!important;
        color: #e5112f!important;
    }
    .professor p {
        font-family: 'Baloo2Regular', Arial, sans-serif!important;
        font-size: 21.33px!important;
        color: #777777!important;
        padding-left: 3rem!important;
        line-height: 28px!important;
    }
    #third-section {
        width: 100%;
        min-height: 100vh;
        background: #fff;
    }
    #third-section .styles-block .title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 46px;
        color: #e5112f;
    }
    #third-section .styles-block .sub-title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 36px;
        color: #e5112f;
        display: block;
    }
    #fourth-section {
        width: 100%;
        min-height: 100vh;
        background: #777777;
        color: #fff;
    }
    #fourth-section .bg-img {
        width: 100%;
    }
    #fourth-section .title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 28px;
    }
    #fourth-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }
    #fifth-section {
        width: 100%;
        min-height: 100vh;
        background: #777777;
        color: #fff;
    }
    #fifth-section .title {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 46px;
        color: #ffffff;
        text-transform: uppercase;
    }
    #fifth-section p {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 18px;
        line-height: 20px;
    }
    #fifth-section .contact-btn {
        background: #e5112f;
        font-family: 'Baloo2Bold', Arial, sans-serif;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
        height: 50px;
        padding: 12px 150px;
        margin: 0;
        border: 0;
        transition: all 0.5s ease-in-out;
    }
    #fifth-section .contact-btn:hover,
    #fifth-section .contact-btn:focus {
        background: #fff;
        color: #e5112f;
        border: 1px solid #e5112f;
        box-shadow: none!important;
    }
    #statistics-section {
        background: #f8f7f6;
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    #statistics-section ul li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    #statistics-section ul li .count-box {
        background: #fff;
        border-radius: 25px;
        border: #f0eced solid 1px;
        box-shadow: 6px 6px 10px -5px #e0e1e4;
        padding: 18px;
        text-align: center;
        width: 180px;
    }
    #statistics-section ul li .count-box label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 40px;
        color: #e5112f;
    }
    #statistics-section ul li .count-box p {
        font-family: 'Baloo2Medium', Arial, sans-serif;
        font-size: 16px;
        color: #aeaeae;
        text-transform: uppercase;
    }
    #home-footer {
        background: #e5112f;
        padding-top: 4rem!important;
        padding-bottom: 0.5rem!important;
    }
    #home-footer .logo {
        max-width: 190px;
    }
    #home-footer .credits {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 14px;
        color: #fff;
    }
}


/*Contact*/

@media(max-width:800px) {
    #contact-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #contact-block .form-container {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }
    .contact-title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 36px;
        color: #fff;
    }
    .left-side-logo {
        width: 60px;
    }
    #contact-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }
    #contact-block .address-infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #fff;
    }
    #contact-block .address-infos label strong {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 20px;
        color: #e5112f;
        text-transform: uppercase;
        display: block;
    }
    #contact-block form input,
    #contact-block form textarea,
    #contact-block form select {
        background: #f8f7f6;
        color: #453f41;
        font-family: cairoSemiBold, Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 3px;
        border: #f0eced solid 1px;
        box-shadow: 6px 6px 10px -5px #e0e1e4;
    }
    #contact-block .btn-red:hover,
    #contact-block .btn-red:focus {
        border: 1px solid #e5112f;
    }
}

@media(min-width:801px) {
    #contact-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 4rem;
    }
    #contact-block .form-container {
        background: rgba(255, 255, 255);
        border-radius: 3px;
    }
    .contact-title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 36px;
        color: #453f41;
    }
    .left-side-logo {
        width: 60px;
    }
    #contact-block .address-infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #453f41;
    }
    #contact-block .address-infos label strong {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 20px;
        color: #e5112f;
        text-transform: uppercase;
    }
    #contact-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #453f41;
        padding-left: 10px;
    }
    #contact-block form input,
    #contact-block form textarea,
    #contact-block form select {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
    #contact-block .btn-red:hover,
    #contact-block .btn-red:focus {
        border: 1px solid #e5112f;
    }
}

@media(min-width:801px) {
    #contact-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 4rem;
    }
    .contact-title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 36px;
        color: #fff;
    }
    .left-side-logo {
        width: 60px;
    }
    #contact-block .address-infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #453f41;
    }
    #contact-block .address-infos label strong {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 20px;
        color: #e5112f;
        text-transform: uppercase;
    }
    #contact-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #453f41;
        padding-left: 10px;
    }
    #contact-block form input,
    #contact-block form textarea,
    #contact-block form select {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
}

@media(max-width:800px) {
    #login-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #login-block .infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #fff;
    }
    #login-block .login-title label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 30px;
        color: #e5112f;
    }
    #login-block .login-title p {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #b4b4b4;
    }
    #login-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }
    #login-block form input {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
    #login-block .login-rest .register-link {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 18px;
        color: #e5112f;
    }
    #login-block .login-rest .rest-pwd {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 14px;
        color: #fff;
    }
}

@media(min-width:801px) {
    #login-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 3rem;
    }
    #login-block .infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #fff;
    }
    #login-block .login-title label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 30px;
        color: #e5112f;
    }
    #login-block .login-title p {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #b4b4b4;
    }
    #login-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }
    #login-block form input {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
    #login-block .login-rest .register-link {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 18px;
        color: #e5112f;
    }
    #login-block .login-rest .rest-pwd {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 14px;
        color: #fff;
    }
}

@media(max-width:800px) {
    #register-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #register-block .register-title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 36px;
        color: #fff;
    }
    #register-block .register-sub-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 26px;
        color: #fff;
        display: block;
    }
    #register-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #453f41;
        padding-left: 35px;
    }
    #register-block .form-container {
        background: rgba(255, 255, 255);
        border-radius: 3px;
    }
    #register-block .infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #453f41;
    }
    #register-block .btn-red:hover,
    #register-block .btn-red:focus {
        border: 1px solid #e5112f;
    }
    #login-block .login-title label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 30px;
        color: #e5112f;
    }
    #login-block .login-title p {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #b4b4b4;
    }
    #login-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }
    #register-block form input {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
    #register-block form input:focus {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
        box-shadow: none;
    }
}

@media(min-width:801px) {
    #register-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 3rem;
    }
    #register-block .register-title {
        font-family: 'adelia', Arial, sans-serif;
        font-size: 36px;
        color: #fff;
    }
    #register-block .register-sub-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 26px;
        color: #fff;
        display: block;
    }
    #register-block .form-container {
        background: rgba(255, 255, 255);
        border-radius: 3px;
    }
    #register-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #453f41;
        padding-left: 35px;
    }
    #register-block .infos label {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 20px;
        color: #453f41;
    }
    #register-block .btn-red:hover,
    #register-block .btn-red:focus {
        border: 1px solid #e5112f;
    }
    #login-block .login-title label {
        font-family: 'Baloo2ExtraBold', Arial, sans-serif;
        font-size: 30px;
        color: #e5112f;
    }
    #login-block .login-title p {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #b4b4b4;
    }
    #login-block form .input-title {
        font-family: 'Baloo2regular', Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }
    #register-block form input {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
    }
    #register-block form input:hover,
    #register-block form input:focus {
        background: #f8f7f6;
        color: #453f41;
        font-family: 'Baloo2regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 8px;
        border: #f0eced solid 1px;
        padding: 22px 12px;
        box-shadow: none;
    }
}


/** Gallery Img **/

.GalleryImgBox {
    padding: 20px 15px;
    cursor: pointer;
}

.GalleryImgBlock {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.GalleryImgInfo {
    color: #f1eded;
    width: 100%;
    height: 100%;
    padding: 20% 25px 25px 25px;
    text-align: center;
    background-color: rgba(127, 124, 123, 0);
}

.GalleryImgBlock:hover>.GalleryImgInfo {
    display: block;
}

.GalleryImgInfo:hover {
    transition: all 0.4s ease-in-out;
    background-color: rgba(229, 17, 47, 0.5);
}

.GalleryImgInfo h4 {
    padding-top: 20%;
    font-weight: 500;
    text-align: center;
}

.GalleryImgInfo p {
    font-size: 12px;
    font-weight: 300;
}

.GalleryImgInfo>a {
    font-family: 'adelia', Arial, sans-serif;
    display: block;
    color: #f1eded;
    font-size: 30px;
    padding: 20%;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.GalleryImgInfo>a:hover {
    text-decoration: none;
}


/** Gallery Img **/

.btn-red {
    background: #e5112f;
    font-family: 'Baloo2Bold', Arial, sans-serif;
    font-size: 18px;
    padding: 8px 80px;
    color: #fff;
    border-radius: 8px;
}

.btn-red:hover,
.btn-red:focus {
    background: #fff;
    font-family: 'Baloo2Bold', Arial, sans-serif;
    font-size: 18px;
    padding: 8px 80px;
    color: #e5112f;
    border-radius: 8px;
}


/*index classes */

@media(max-width:800px) {
    #classes-index-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #classes-index-block .classe-link {
        color: #fff;
        font-family: 'adelia', Arial, sans-serif;
        font-size: 30px;
        text-transform: capitalize;
        text-decoration: none;
    }
    #classes-index-block .link-row {
        margin-bottom: 3rem!important;
    }
    #classes-index-block .link-row:hover,
    #classes-index-block .link-row:focus {
        background: url('/images/classess-link-hover.png') no-repeat;
        background-position: left;
    }
    #classes-index-block .link-block {
        margin-top: 3rem!important;
    }
    .page-title a {
        color: #777777!important;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
        text-decoration: none;
    }
    .page-title a:hover,
    .page-title a:focus {
        color: #e5112f!important;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
        text-decoration: none;
    }
    .page-title {
        color: #777777;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
    }
    .page-title span {
        color: #777777;
        font-size: 16px;
        font-family: 'Baloo2Regular', Arial, sans-serif;
    }
    .GalleryImgInfo {
        color: #f1eded;
        width: 100%;
        height: 100%;
        padding: 5px;
        text-align: center;
        background-color: rgba(127, 124, 123, 0);
    }
}

@media(min-width:801px) {
    #classes-index-block {
        background: url('/images/home-entrance-bg.webp') no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #classes-index-block .classe-link {
        color: #fff;
        font-family: 'adelia', Arial, sans-serif;
        font-size: 35px;
        text-transform: capitalize;
        text-decoration: none;
    }
    #classes-index-block .link-row:hover,
    #classes-index-block .link-row:focus {
        background: url('/images/classess-link-hover.png') no-repeat;
        background-position: left;
    }
    #classes-index-block .link-row {
        margin-bottom: 4rem!important;
    }
    #classes-index-block .link-block {
        margin-top: 4rem!important;
        padding-left: 10%!important;
    }
    .page-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .page-title {
        color: #777777;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
    }
    .page-title a {
        color: #777777!important;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
        text-decoration: none;
    }
    .page-title a:hover,
    .page-title a:focus {
        color: #e5112f!important;
        font-size: 16px;
        font-family: 'Baloo2bold', Arial, sans-serif;
        text-decoration: none;
    }
    .page-title span {
        color: #777777;
        font-size: 16px;
        font-family: 'Baloo2Regular', Arial, sans-serif;
    }
}

.btn-red-outline {
    background: none;
    color: #e5112f;
    font-size: 16px;
    font-family: 'CairoBold', Arial, sans-serif;
    line-height: 16px;
    border: 2px solid rgba(229, 17, 47, 0.5);
    padding: 10px 16px;
    border-radius: 8px;
}

.btn-red-outline:hover,
.btn-red-outline:focus {
    background: #e5112f;
    color: #fff;
}

.btn-green-outline {
    background: none;
    color: #2ECC40;
    font-size: 16px;
    font-family: 'CairoBold', Arial, sans-serif;
    line-height: 16px;
    border: 2px solid rgba(46, 204, 64, 0.5);
    padding: 10px 16px;
    border-radius: 8px;
}
.btn-green-outline:hover,
.btn-green-outline:focus {
    background: #2ECC40;
    color: #fff;
}

.btn-black {
    background: #111111;
    color: #fff;
    font-size: 16px;
    font-family: 'CairoBold', Arial, sans-serif;
    line-height: 16px;
    padding: 10px 16px;
    border-radius: 8px;
}

.btn-black:hover,
.btn-black:focus {
    background: #fff;
    color: #111111;
    border: 2px solid rgba(17, 17, 17, 0.5);
}

@media(max-width:800px) {
    .public-card {
        border-radius: 10px;
        background: #fff;
        border: 1px solid rgba(119, 119, 119, 0.3);
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
        padding-bottom: 1rem;
    }
    .public-card .bg {
        background-size: cover!important;
        background-position: center!important;
        height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .public-card .title {
        color: #797979;
        font-size: 18px;
        font-family: 'Cairobold', Arial, sans-serif;
        word-break: break-all;
    }
    .public-card .description {
        color: #797979;
        font-size: 14px;
        font-family: 'CairoRegular', Arial, sans-serif;
        word-break: break-all;
    }
    .public-card .address {
        color: #3a61b2;
        font-size: 14px;
        font-family: 'Cairobold', Arial, sans-serif;
    }
    .public-card .date {
        color: #fff;
        background: #797979;
        font-size: 14px;
        font-family: 'Cairobold', Arial, sans-serif;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
    }
    .btn-red-outline {
        width: 100%
    }
    .left-side-menu li.active {
        background: #e5112f;
        border: 1px #e5112f;
        z-index: 0;
    }
}

@media(min-width:800px) {
    .public-card {
        border-radius: 10px;
        background: #fff;
        border: 1px solid rgba(119, 119, 119, 0.3);
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
    }
    .public-card .bg {
        background-size: cover!important;
        background-position: center!important;
        height: 250px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .public-card .title {
        color: #797979;
        font-size: 18px;
        font-family: 'Cairobold', Arial, sans-serif;
        word-break: break-all;
    }
    .public-card .description {
        color: #797979;
        font-size: 14px;
        font-family: 'CairoRegular', Arial, sans-serif;
        word-break: break-all;
    }
    .public-card .address {
        color: #3a61b2;
        font-size: 14px;
        font-family: 'Cairobold', Arial, sans-serif;
    }
    .public-card .date {
        color: #fff;
        background: #797979;
        font-size: 14px;
        font-family: 'Cairobold', Arial, sans-serif;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
    }
    .btn-red-outline {
        width: 100%;
        margin-bottom: 2px;
    }
}


/*public footer lesson types*/


/*Footer*/

@media(min-width:801px) {
    #public-footer {
        background: #e5112f;
        padding-top: 4rem!important;
        padding-bottom: 0.5rem!important;
    }
    #public-footer .logo {
        max-width: 190px;
    }
    #public-footer .credits {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 14px;
        color: #fff;
    }
    .event-content {
        height: 250px;
    }
    .event-text {
        height: 147px;
        overflow: auto;
        margin-bottom: 5px;
    }
    .lesson-content {
        height: 250px;
    }
    .lesson-text {
        height: 140px;
        overflow: auto;
        margin-bottom: 5px;
    }
    .lesson-text-long {
        height: 180px;
        overflow: auto;
        margin-bottom: 5px;
    }
    .event-text::-webkit-scrollbar-track,
    .lesson-text-long::-webkit-scrollbar-track,
    .lesson-text::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    .event-text::-webkit-scrollbar,
    .lesson-text-long::-webkit-scrollbar,
    .lesson-text::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }
    .event-text::-webkit-scrollbar-thumb,
    .lesson-text-long::-webkit-scrollbar-thumb,
    .lesson-text::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }
}

@media(max-width:800px) {
    #public-footer {
        background: #e5112f;
        padding-top: 4rem!important;
        padding-bottom: 0.5rem!important;
    }
    #public-footer .logo {
        max-width: 190px;
    }
    #public-footer .credits {
        font-family: 'Baloo2Regular', Arial, sans-serif;
        font-size: 14px;
        color: #fff;
    }
}


/*End footer*/


/*events carousel */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}


/*.MultiCarousel .MultiCarousel-inner .item>div {*/


/*    padding: 30px 25px;*/


/*    margin: 10px 25px;*/


/*    background: #ffff;*/


/*    border: #f0eced solid 1px;*/


/*    box-shadow: 6px 6px 10px -5px #e0e1e4;*/


/*    border-radius: 25px;*/


/*    height: 162px;*/


/*    cursor: pointer;*/


/*}*/

.MultiCarousel .MultiCarousel-inner .item .text {
    color: #666;
    font-family: 'Baloo2Regular', Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    word-break: break-all;
}

.MultiCarousel .MultiCarousel-inner .item>div .lead {
    color: #e5112f;
    font-family: 'Baloo2ExtraBold', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: -14px;
    top: 34%;
}

.MultiCarousel .leftLst img {
    width: 30px;
}

.MultiCarousel .rightLst {
    right: -14px;
    top: 34%;
}

.MultiCarousel .rightLst img {
    width: 30px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
}

.btn-red-register-outline {
    background: none;
    color: #e5112f;
    font-size: 16px;
    font-family: 'CairoBold', Arial, sans-serif;
    line-height: 16px;
    border: 2px solid rgba(229, 17, 47, 0.5);
    padding: 10px 16px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}

.btn-red-register-outline:hover,
.btn-red-register-outline:focus {
    background: #ffffff;
    color: #e5112f;
    font-size: 16px;
    font-family: 'CairoBold', Arial, sans-serif;
    line-height: 16px;
    border: 2px solid #fff;
    padding: 10px 16px;
    border-radius: 8px;
}


/*videos index*/

@media(max-width:800px) {
    #videos-index-block {
        background: url(/images/home-entrance-bg.webp) no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #videos-index-block .video-details .title {
        color: #fff;
        font-size: 20px;
        font-family: 'adelia', Arial, sans-serif!important;
    }
    #videos-index-block .video-details .description {
        color: #fff;
        font-size: 16px;
        font-family: 'BalooRegular', Arial, sans-serif!important;
    }
    #videos-index-block .video-details .video-content {
        height: 230px;
        overflow: auto;
    }
    #videos-index-block .video-details .video-content video {
        width: 100%;
        height: 300px;
        border: 1px solid #fff;
        border-radius: 3px;
    }
}

@media(min-width:801px) {
    #videos-index-block .video-details .title {
        color: #fff;
        font-size: 25px;
        font-family: 'adelia', Arial, sans-serif!important;
    }
    #videos-index-block .video-details .description {
        color: #fff;
        font-size: 16px;
        font-family: 'BalooRegular', Arial, sans-serif!important;
    }
    #videos-index-block {
        background: url(/images/home-entrance-bg.webp) no-repeat;
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        padding-top: 7rem;
    }
    #videos-index-block .link-block {
        padding-left: 10%!important;
    }
    #videos-index-block .video-details .video-content {
        height: 420px;
        overflow: auto;
    }
    #videos-index-block .video-details .video-content video {
        width: 100%;
        height: 300px;
        border: 1px solid #fff;
        border-radius: 3px;
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: rgb(223, 30, 54);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

@media(max-width:800px) {
    #splide ul li {
        background-position: center;
        background-size: cover;
    }
    #splide ul li span {
        cursor: pointer;
        width: 100%;
        height: 100%;
        display: none;
        padding: 7%;
        text-align: center;
    }
    #splide ul li:hover {
        cursor: pointer;
    }
    #splide ul li:hover>span {
        display: block;
    }
    #splide ul li span:hover {
        transition: all 0.4s ease-in-out;
        background-color: rgba(223, 30, 54, 0.8);
    }
    #splide .splide__arrow {
        display: none!important;
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 3em!important;
        height: 3em!important;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        padding: 0;
        opacity: .7;
        background: none!important;
        border: 3px solid #aeaeae!important;
    }
    #splide .splide__pagination__page {
        display: inline-block;
        width: 12px!important;
        height: 12px!important;
        background: #aeaeae!important;
        border-radius: 50%;
        margin: 3px 6px;
        padding: 0;
        transition: transform .2s linear;
        border: none;
        opacity: .7;
    }
    #splide .splide__pagination__page.is-active {
        transform: scale(1.4);
        background: rgba(223, 30, 54)!important;
    }
    #splide .splide__pagination {
        bottom: -1.5em!important;
    }
    .splide-container {
        height: 100px;
        margin-top: 1rem;
    }
    .loader {
        height: 310px;
        padding: 16% 36%;
    }
    .bottom_row .innova-logo {
        width: 98px;
    }
}

@media(min-width:801px) {
    #splide ul li {
        background-position: center;
        background-size: cover;
    }
    #splide ul li span {
        cursor: pointer;
        width: 100%;
        height: 100%;
        display: none;
        padding: 10%;
        text-align: center;
    }
    #splide ul li:hover {
        cursor: pointer;
    }
    #splide ul li:hover>span {
        display: block;
    }
    #splide ul li span:hover {
        transition: all 0.4s ease-in-out;
        background-color: rgba(223, 30, 54, 0.8);
    }
    #splide .splide__arrow--next {
        right: -4em!important;
    }
    #splide .splide__arrow svg {
        color: #aeaeae!important;
    }
    #splide .splide__arrow--prev {
        display: none!important;
    }
    #splide .splide__arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        width: 3em!important;
        height: 3em!important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        opacity: .7;
        background: none!important;
        border: 3px solid #aeaeae!important;
    }
    #splide .splide__pagination {
        display: none;
    }
    .splide-container {
        height: 100px;
    }
    .loader {
        height: 505px;
        padding: 16% 26%;
    }
    .bottom_row .innova-logo {
        width: 80px;
    }
    #second-section .arrow {
        position: absolute;
        bottom: 36px;
        left: 21%;
    }
}

.bottom_row .footer-innova-label {
    font-family: 'Baloo2Regular', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    vertical-align: sub;
}

.bottom_row {
    background: #111111;
}

footer .list {
    list-style: none;
}

footer .list-title {
    font-family: 'Baloo2Bold', Arial, sans-serif;
    font-size: 18px;
}

footer .list a {
    font-family: 'Baloo2Regular', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

footer .list a:hover {
    font-family: 'Baloo2Regular', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

.scroll-div {
    position: fixed;
    bottom: 14px;
    left: 49%;
    cursor: pointer;
    z-index: 100;
}

.next {
    cursor: pointer;
}

.previous {
    transform: rotate( 180deg);
    cursor: pointer;
}

.border-left-radius {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}

.cursor-pointer {
    cursor: pointer!important;
}

.add-reduce-quantity {
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.cartItems .price-span {
    color: #898888;
    font-weight: 600;
    font-size: 20px;
}


/** Panier **/

.cartTopTitle {
    font-size: 24px;
    font-weight: 400;
    color: #515151;
    padding-left: 15px;
}

.cartCounter {
    color: #e5112f;
    font-weight: 700;
}

.cartPrice {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #111111;
    box-shadow: 3px 3px 6px -5px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.cartPrice h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.cartItemsElements {
    display: inline-block;
}

.cartItems {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #111111;
    box-shadow: 3px 3px 6px -5px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.cartItemsImg {
    height: 100%;
    width: 100%;
    padding-top: 50%;
    background-position: center;
    background-size: cover;
}

.cartItemsDetailsPrice {
    color: #e5112f !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.cartItems span {
    color: #111111;
    font-weight: 600;
    font-size: 16px;
}

.cartItems p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #111111;
}

.cartItems h4 {
    font-size: 18px;
    font-weight: 700;
    color: #515151;
    margin-top: 10px;
}

.cartItemsDelete {
    color: #fff;
    font-size: 18px;
    background-color: #e5112f!important;
    border-radius: 50%;
    padding: 1px 7px;
    transition: all 0.33s ease-in-out;
}

.cartItemsDelete:hover {
    text-decoration: none;
    color: #c9414a;
    background: #fff;
    border: 1px solid rgba(201, 65, 74, 0.6);
}

.cartPriceItems {
    font-family: 400;
    font-size: 20px;
    color: #898888;
}

.cartPriceItemsTotal {
    font-family: 400;
    font-size: 28px;
    color: #898888;
}

.priceTotal {
    color: #e5112f;
    font-weight: 700;
}

.btn-green2 {
    background-color: #8ce976;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.btn-green2 :hover {
    background-color: #44cc24;
}

.btn-gris {
    background-color: #898888;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.btn-gris:hover {
    background-color: #585858;
}


/** Panier **/

.pager {
    list-style: none;
}

.pager li {
    display: inline-block;
}

.pager li a,
.pager li span {
    display: inline-block;
    background-color: #e5112f;
    color: #fff;
    border-radius: 50%;
    padding: 3px 11px;
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pager li.active span {
    display: inline-block;
    background-color: #fff;
    color: #e5112f;
    border-radius: 50%;
    padding: 2px 9px;
    border: 0.05rem solid rgb(229, 17, 47);
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pager li.disabled span {
    display: inline-block;
    background-color: rgba(127, 126, 126, 0.3);
    color: #fff;
    border-radius: 50%;
    padding: 3px 7px;
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pager li.active span:hover {
    display: inline-block;
    background-color: #fff;
    color: #e5112f;
    border-radius: 50%;
    padding: 2px 9px;
    border: 0.05rem solid rgb(229, 17, 47);
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pager li a:hover,
.pager li span:hover {
    display: inline-block;
    background-color: rgba(127, 126, 126, 0.3);
    color: #fff;
    border-radius: 50%;
    padding: 3px 9px;
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
}

.pager .prev a {
    background-color: #7f7e7e;
    color: #fff;
    padding: 3px 7px;
}

.pager .next a {
    background-color: #7f7e7e;
    color: #fff;
    padding: 5px 10px;
}

@media(max-width:800px) {
    .white-card {
        border-radius: 10px;
        background: #fff;
        border: 1px solid rgba(119, 119, 119, 0.3);
        box-shadow: 6px 6px 10px -5px rgb(119 119 119 / 50%);
    }
    .white-card .imgs-block .img-bg {
        max-height: 350px;
    }
    .white-card .imgs-block:first-child .img-bg {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .white-card .description-block .title {
        color: #777777;
        font-size: 22px;
        font-family: 'Baloo2bold', Arial, sans-serif;
    }
    .white-card .description-block .description {
        color: #7b7b7b;
        font-family: 'CairoRegular', Arial, sans-serif;
    }
    .white-card.town .title {
        color: #4c4c4c;
        font-size: 26px;
        font-family: 'CairoBold', Arial, sans-serif;
    }
    .white-card.town .town-block {
        background-color: #fff;
        border: 2px solid #e6112f;
        border-radius: 5px;
        padding: 10px 5px;
        text-align: center;
        cursor: pointer;
    }
    .white-card.town .town-block * {
        cursor: pointer;
    }
    .white-card.town .town-block img {
        display: inline-block;
        width: 28px;
        vertical-align: initial;
        margin-right: 18px;
    }
    .white-card.town .town-block .text {
        display: inline-block;
    }
    .white-card.town .town-block .town-name {
        color: #8a8a8a;
        font-family: 'Baloo2bold', Arial, sans-serif;
        font-size: 28px;
        display: block;
        line-height: 7px;
    }
    .white-card.town .town-block .town-address {
        color: #e6112f;
        font-family: 'CairoBold', Arial, sans-serif;
        font-size: 24px;
        display: block;
    }
    .white-card.town .town-block.active,
    .white-card.town .town-block:hover,
    .white-card.town .town-block:focus {
        background-color: #e6112f;
        border: 2px solid #e6112f;
    }
    .white-card.town .town-block.active .town-name,
    .white-card.town .town-block:hover .town-name,
    .white-card.town .town-block:focus .town-name {
        color: #fff;
    }
    .white-card.town .town-block.active .town-address,
    .white-card.town .town-block:hover .town-address,
    .white-card.town .town-block:focus .town-address {
        color: #fff;
    }
    .white-card.town .town-block .white-position {
        display: none;
    }
    .white-card.town .town-block.active .white-position,
    .white-card.town .town-block:hover .white-position,
    .white-card.town .town-block:focus .white-position {
        display: inline-block;
    }
    .white-card.town .town-block.active .red-position,
    .white-card.town .town-block:hover .red-position,
    .white-card.town .town-block:focus .red-position {
        display: none;
    }
    .day-block {
        background-color: #fff;
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-radius: 8px;
    }
    .day-block .title-block {
        background-color: #f8f7f5;
        padding-left: 150px;
        border-bottom: 1px solid rgba(80, 79, 77, 0.3);
    }
    .day-block .title-block .title {
        color: #504f4d;
        font-family: 'CairoBold', Arial, sans-serif;
        font-size: 18px;
    }
    .day-block .content-block {
        background-color: #ffffff;
    }
    .day-block .content-block .calendar-block {
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
        border-radius: 5px;
    }
    .day-block .content-block .calendar-block .text-block {
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-left: none;
    }
    .day-block .content-block .calendar-block .text-block .level {
        font-size: 16px;
        font-family: 'CairoBold', Arial, sans-serif;
        line-height: 1px;
    }
    .day-block .content-block .calendar-block .text-block .coach {
        font-size: 16px;
        color: #514f50;
        font-family: 'CairoRegular', Arial, sans-serif;
    }
    .day-block .content-block .calendar-block .time-block {
        background-color: #514f50;
        color: #fff;
        font-size: 22px;
        font-family: 'CairoBold', Arial, sans-serif;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .day-block .content-block .calendar-block .time-block label {
        vertical-align: middle;
    }
    .keys_block ul li {
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-radius: 8px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .keys_block ul li span {
        border-radius: 5px;
        height: 25px;
        width: 26px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    .keys_block ul li label {
        color: #514f50;
        font-size: 14px;
        font-family: 'CairoRegular', Arial, sans-serif;
        display: inline-block;
    }
}

@media(min-width:801px) {
    .white-card {
        border-radius: 10px;
        background: #fff;
        border: 1px solid rgba(119, 119, 119, 0.3);
        box-shadow: 6px 6px 10px -5px rgb(119 119 119 / 50%);
    }
    .white-card .imgs-block .img-bg {
        max-height: 350px;
    }
    .white-card .imgs-block:first-child .img-bg {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .white-card .description-block .title {
        color: #777777;
        font-size: 22px;
        font-family: 'Baloo2bold', Arial, sans-serif;
    }
    .white-card .description-block .description {
        color: #7b7b7b;
        font-family: 'CairoRegular', Arial, sans-serif;
    }
    .white-card.town .title {
        color: #4c4c4c;
        font-size: 26px;
        font-family: 'CairoBold', Arial, sans-serif;
    }
    .white-card.town .town-block {
        background-color: #fff;
        border: 2px solid #e6112f;
        border-radius: 5px;
        padding: 10px 5px;
        text-align: center;
        cursor: pointer;
    }
    .white-card.town .town-block * {
        cursor: pointer;
    }
    .white-card.town .town-block img {
        display: inline-block;
        width: 28px;
        vertical-align: initial;
        margin-right: 18px;
    }
    .white-card.town .town-block .text {
        display: inline-block;
    }
    .white-card.town .town-block .town-name {
        color: #8a8a8a;
        font-family: 'Baloo2bold', Arial, sans-serif;
        font-size: 28px;
        display: block;
        line-height: 7px;
    }
    .white-card.town .town-block .town-address {
        color: #e6112f;
        font-family: 'CairoBold', Arial, sans-serif;
        font-size: 24px;
        display: block;
    }
    .white-card.town .town-block.active,
    .white-card.town .town-block:hover,
    .white-card.town .town-block:focus {
        background-color: #e6112f;
        border: 2px solid #e6112f;
    }
    .white-card.town .town-block.active .town-name,
    .white-card.town .town-block:hover .town-name,
    .white-card.town .town-block:focus .town-name {
        color: #fff;
    }
    .white-card.town .town-block.active .town-address,
    .white-card.town .town-block:hover .town-address,
    .white-card.town .town-block:focus .town-address {
        color: #fff;
    }
    .white-card.town .town-block .white-position {
        display: none;
    }
    .white-card.town .town-block.active .white-position,
    .white-card.town .town-block:hover .white-position,
    .white-card.town .town-block:focus .white-position {
        display: inline-block;
    }
    .white-card.town .town-block.active .red-position,
    .white-card.town .town-block:hover .red-position,
    .white-card.town .town-block:focus .red-position {
        display: none;
    }
    .day-block {
        background-color: #fff;
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-radius: 8px;
    }
    .day-block .title-block {
        background-color: #f8f7f5;
        padding-left: 150px;
        border-bottom: 1px solid rgba(80, 79, 77, 0.3);
    }
    .day-block .title-block .title {
        color: #504f4d;
        font-family: 'CairoBold', Arial, sans-serif;
        font-size: 18px;
    }
    .day-block .content-block {
        background-color: #ffffff;
    }
    .day-block .content-block .calendar-block {
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
        border-radius: 5px;
    }
    .day-block .content-block .calendar-block .text-block {
        box-shadow: 6px 6px 10px -5px rgba(119, 119, 119, 0.5);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-left: none;
    }
    .day-block .content-block .calendar-block .text-block .level {
        font-size: 16px;
        font-family: 'CairoBold', Arial, sans-serif;
        line-height: 1px;
    }
    .day-block .content-block .calendar-block .text-block .coach {
        font-size: 16px;
        color: #514f50;
        font-family: 'CairoRegular', Arial, sans-serif;
    }
    .day-block .content-block .calendar-block .time-block {
        background-color: #514f50;
        color: #fff;
        font-size: 22px;
        font-family: 'CairoBold', Arial, sans-serif;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .day-block .content-block .calendar-block .time-block label {
        vertical-align: middle;
    }
    .keys_block ul li {
        border: 1px solid rgba(80, 79, 77, 0.3);
        border-radius: 8px;
        padding: 10px 15px;
    }
    .keys_block ul li span {
        border-radius: 5px;
        height: 25px;
        width: 26px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    .keys_block ul li label {
        color: #514f50;
        font-size: 14px;
        font-family: 'CairoRegular', Arial, sans-serif;
        display: inline-block;
    }
}

