h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a {
    font-family: 'Neris';
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
    background: var(--e-global-color-ad611ac);
    padding: 8px;
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Neris';
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary {
    background: var(--e-global-color-aa2d2c1);
}

body #tutor-course-spotlight-overview {
    color: var(--e-global-color-ad611ac);
    font-size: 25px;
    font-family: 'Neris';
    font-weight: 800;
}

body #tutor-course-spotlight-overview .tutor-fs-5 {
    color: var(--e-global-color-ad611ac);
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

body #tutor-course-spotlight-overview h1 {
    border-bottom: 1px solid var(--e-global-color-ad611ac);
    margin-bottom: 20px;
    padding-bottom: 30px;
    color: var(--e-global-color-ad611ac);
    font-weight: 800;
    font-size: 25px;
}


body #tutor-course-spotlight-overview h2 {
    color: var(--e-global-color-aa2d2c1);
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

body #tutor-course-spotlight-overview p, body #tutor-course-spotlight-overview ul, body #tutor-course-spotlight-overview ol {
    margin-left: 50px;
    font-size: 14px;
    font-weight: 300;
    color: var(--e-global-color-ad611ac);
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
}

body #tutor-course-spotlight-overview h3{
    margin-left: 50px;
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-aa2d2c1);
    margin-top: 10px;
    margin-bottom: 10px;
}

body #tutor-course-spotlight-overview h4, body #tutor-course-spotlight-overview h5{
    margin-left: 50px;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-aa2d2c1);
    margin-top: 10px;
    margin-bottom: 10px;
}

body #tutor-course-spotlight-overview img{
    margin-left: 50px;
    max-width: 100%;
    height: auto;
    border: 2px solid var(--e-global-color-aa2d2c1);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

body #tutor-course-spotlight-overview p img, 
body #tutor-course-spotlight-overview li img,
 body #tutor-course-spotlight-overview h1 img,
 body #tutor-course-spotlight-overview h2 img,
 body #tutor-course-spotlight-overview h3 img,
 body #tutor-course-spotlight-overview h4 img,
 body #tutor-course-spotlight-overview h5 img,
 body #tutor-course-spotlight-overview h6 img{
    margin-left: 0;
    border: 2px solid var(--e-global-color-aa2d2c1);
    margin-top: 0px;
    margin-bottom: 0px;
    float: inherit;
}

body #tutor-course-spotlight-overview strong{
    font-weight: 600;
}

body #tutor-course-spotlight-overview .elementor-divider span{
    border-color: var(--e-global-color-ad611ac);
}

body .tutor-lesson-feature-image {
    display: none;
}

body .tutor-course-single-sidebar-title span{
    color: var(--e-global-color-aa2d2c1);
    font-weight: 700;
}

body .tutor-course-topic .tutor-accordion-item-header{
    background-color: #e3e6ee;
    border-top: 1px solid #c2c9da;
    border-bottom: 1px solid #c2c9da;
}

body .tutor-course-topic .tutor-course-topic-title{
    font-weight: 700;
    color: var(--e-global-color-ad611ac);
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a{
    background-color: #f8f9fb;
}

body .tutor-course-single-sidebar-wrapper:not(.is-active) .tutor-course-topic-item-icon{
    color: var(--e-global-color-aa2d2c1);
}

body .tutor-course-single-sidebar-wrapper.is-active .tutor-course-topic-item-icon{
    color: var(--e-global-color-ad611ac);
}

body .tutor-course-spotlight-wrapper .tutor-course-spotlight-tab{
    background-image: url(https://demo4.bulledair-communication.fr/wp-content/uploads/2024/11/background_header_lesson_coriolis.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

body .tutor-course-spotlight-wrapper .tutor-container{
    padding-top: 50px;
}




/*************** LOGIN *******************/
.login-container {
    background-image: url(https://coriolis-training-center.com/wp-content/uploads/2026/01/image_page_connexion.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-container .tutor-login-form-wrapper, .login-container .login-inner {
    height: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
}

.login-container #tutor-login-form {
    width: 400px;
}

.login-container input[type="text"], .login-container input[type="text"]:focus, .login-container input[type="password"], .login-container input[type="password"]:focus {
    border-radius: 0;
    border: 1px solid white;    
    background-color: #003C69B0;
    color: white;
    height: 45px;
    font-family: 'Neris';
}

.login-container .tutor-form-control::placeholder {
    color: white;
    font-family: 'Neris';
}

.login-container h1 {
    color: white;
    font-family: "Neris";
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.login-container #tutor-login-form {
    margin-left: auto;
    margin-right: auto;
}

.login-container .tutor-form-check-input {
    border-radius: 0;
    border: 1px solid white;
    background-color: #003C6980;
    color: white;
}

.login-container label,
.login-container a,
.login-container p {
    color: white;
    font-family: 'Neris';
}

.login-container a:hover{
    color:#003C69;
}

.login-container .tutor-form-check-input:checked{
    background-color: #003C69;
    border-color: #003C69;
}

.login-container button{
    border-color: #0082BB;
    border: 1px solid #0082BB;
    background-color: var(--e-global-color-aa2d2c1);
    box-shadow: 5px 5px 10px #222;
    color: #fff;
    font-family: 'Neris';
    font-weight: 800;
    font-size: 20px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    background-color: #0082BB;
}

.login-container button:hover{
    background-color: #003C69;
    border: 1px solid #003C69;
    cursor: pointer;
}

.login-container .center{
    text-align: center;
}

body.elementor-editor-active #tutor-course-spotlight-overview .catv5{
    background-color: #feefe6;
    border-left: 20px solid #e94e0f;
}

body.elementor-editor-active #tutor-course-spotlight-overview .exp3d{
    background-color: #eff1f5;
    border-left: 20px solid #587991;
}

/* .tutor-card-footer{
    padding: 0 !important;
}

.tutor-card-footer .list-item-button{
    padding: 15px !important;
} */

.tutor-card-footer:not(.tutor-no-border){
    border-top: none !important;
}

#logged-in-container{
    height: 800px;
    background-image: url(https://coriolis-training-center.com/wp-content/uploads/2026/01/image_page_connexion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#logged-in{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.coriolis_button{
    background-color: var(--e-global-color-aa2d2c1);
    border-radius: 10px;
    padding: 5px;
}