
.widget-fermer-page {
    display: inline-block;    
}


.layout-page { 
}

.layout-main {
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
}

.layout-content h2,
.layout-content h3,
.layout-content h4,
.layout-content h5 {
    text-align: left !important;
    margin-left: initial !important;
    margin-right: initial !important;
    color: #000 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    max-width: initial !important;
}

.layout-content h2 {
    text-align: left !important;
    margin-left: initial !important;
    margin-right: initial !important;
    margin-top: 40px !important;
}

.layout-content h2:before {
    content: '';
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 50px;
    height: 2px;
    background-color: var(--orange);
}

.layout-content h4:after {
    display: none;
}

.layout-content ol {
    list-style-type:decimal !important;
    margin-left: 20px;
}

.layout-content ul {
    list-style-type: disc !important;    
    margin-left: 20px;
}

.layout-content li {
    display: list-item !important;    
}


@media screen and (max-width:600px) {

    .layout-content p {
        text-align: left;
    }
    
}