.titreSlogan {
    font-size: 3.23077em;
    line-height: 1;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
    color: white;
}

.f-inner-page-header p {
    margin: 0;
    font-size: 2.76923em;
    line-height: 1;
    text-transform: none;
}

.content h1 {
    margin: 40px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333;
    clear:both;
}
.content h2 {
    margin: 40px 0 20px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    text-transform: none;
    color: var(--main-color);
    clear:both;
}
.content h3 {
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #333;
    text-decoration: underline;
    clear:both;
}
.content h4 {
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #333;
    text-decoration: underline;
    clear:both;
}
.content p, .content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #515151;
}
.content p {
    margin:0 0 16px;
}

.content a {
    color: var(--main-color);
}
.content a:hover {
    color: black;
}

.content ul, .content ol {
    margin:0 0 16px;
}

.content ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
}
.content ul li ul {
    margin-top: 20px;
}

.content ul li::before {
    position: absolute;
    top:0;
    left: -15px;
    font-family: "FontAwesome";
    content: "\f105";
    color: #f78e25;
}

.content li ul li::before {
    color: #555555;
    font-weight: bold;
}

.content ol li {
    padding-bottom: 10px;
}

.content ol li::marker {
    color: #f78e25;
}


.content img {
    max-width: 100%;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.elearning-gallery { cursor:zoom-in; }

@media screen and (min-width: 992px) {
    .content img {
        max-width: 90%;
        margin: 40px auto;
        display: block;
    }
}

