.node_page_front {
    width: 1175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
}

.article-body {
    display: flex;
    flex-direction: row;
}

.container-article {
    margin: 0;
    width: 100%;
}

.article_content {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.article_content em {
    font-style: italic;
}

.article_content img {
    max-width: 100%;
}

.return-to-up {
    display: block;
    margin: 20px 0 100px 40px;
    color: #666666;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}

.return-to-up:hover {
    color: #666666;
    text-decoration: none;
}

.return-to-up:hover img {
    background-color: #2dd4d8;
}

.return-to-up:hover span {
    color: #966eaa;
}

.region-breadcrumb {
    width: 100%;
    text-align: left;
}

#block-rnm-theme-breadcrumbs > nav > ol {

    position: relative;
    display: block;
    margin-bottom: 20px;
}

#block-rnm-theme-breadcrumbs > nav > ol > li > a {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    line-height: 1.6rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333333;
}

#block-rnm-theme-breadcrumbs > nav > ol > li {
    display: inline-block;
    position: relative;
    line-height: 1.6rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
}

.return-to-up img {
    float: left;
    background-color: #1cc1c5;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}

.return-to-up span {
    font-size: 1.3rem;
    line-height: 4rem;
    font-weight: 400;
}

article div.node__content {
    padding-top: 5rem;
}

article div.node__content ul {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    padding-left: 15px;
    visibility: visible;
    opacity: 1;
    float: left;
    font-size: 13px;
    width: 100%;

}

article div.node__content div > h2 {
    position: inherit;
}

article div.node__content ul > li > a {
    text-decoration: none;
    color: #666;
}

article div.node__content ul > li > a:active,
article div.node__content ul > li > a:hover {
    color: #7c5590;
    text-decoration: underline;
}

article div.node__content ul > li {
    padding-left: 15px;
}

article div.node__content ul > li::marker {
    color: #1cc1c5;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    font-size: 1.8rem
}

@media only screen and (min-width: 569px) {
    .article_content h1 {
        font-size: 3.2rem;
        text-align: left;
    }

    .article_content h2, h3, h4 {
        text-align: left;
    }
}

p {
    word-break: break-word;
}

@media only screen and (min-width: 769px) {
    .container-switch-mode:before, .container-switch-mode:after {
        top: 15px;
    }

    .article-body {
        margin: 0;
        width: 100%;
    }

    .article_content {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .return-to-up {
        margin-bottom: 85px;
    }
}

@media only screen and (min-width: 1100px) {
    .return-to-up {
        margin-bottom: 100px;
    }

    .container-switch-mode:before, .container-switch-mode:after {
        top: 21px;
    }
}

@media (max-width: 1100px) {
    .node_page_front {
        width: 100%;
    }

    #block-navigationprincipale > ul.menu {
        width: 100% !important;
    }
}

.path-node #tarteaucitron #tarteaucitronClosePanel,
.path-frontpage #tarteaucitron #tarteaucitronClosePanel {
    padding: 0;
    border-radius: 0;
}

.path-node #tarteaucitron #tarteaucitronBack,
.path-frontpage #tarteaucitron #tarteaucitronBack {
    display: none;
}

.path-node #tarteaucitron #tarteaucitronServices,
.path-frontpage #tarteaucitron #tarteaucitronServices {
    height: auto;
}

.path-node #tarteaucitron #tarteaucitronServices > div.tarteaucitronBorder button,
.path-frontpage #tarteaucitron #tarteaucitronServices > div.tarteaucitronBorder button {
    border-radius: 0;
}

.path-node > #tarteaucitronRoot > #tarteaucitronAlertBig,
.path-frontpage > #tarteaucitronRoot > #tarteaucitronAlertBig {
    display: block;
    opacity: 1;
}

.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=password],
.webform-submission-form textarea {
    font-size: 14px;
}
