.statique-sans-img {
    width: 100%;
    background-color: var(--noirFonce);
    padding-bottom: 8px;
    position: relative; }

.menu-article {
    top: 450px;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .menu-article {
        display: none; } }
.menu-article .gauche, .menu-article .droite {
    position: absolute;
    width: 50px;
    overflow: hidden; }
.menu-article .gauche span, .menu-article .droite span {
    font-size: .6em;
    margin: 10px 12px 0;
    display: block; }
.menu-article .gauche h1, .menu-article .droite h1 {
    font-size: .9em;
    padding: 6px 12px; }
.menu-article .gauche {
    left: 0; }
.menu-article .gauche .boite-fleche {
    background-image: url("/img/icones/icone-precedent.png"); }
.menu-article .gauche .boite-texte {
    left: 50px; }
.menu-article .gauche .boite-image {
    left: 300px; }
.menu-article .droite {
    right: 0; }
.menu-article .droite .boite-fleche {
    background-image: url("/img/icones/icone-suivant.png"); }
.menu-article .droite .boite-texte {
    right: 50px; }
.menu-article .droite .boite-image {
    right: 300px; }
.menu-article .boite-fleche {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat; }
.menu-article .boite-texte, .menu-article .boite-image {
    position: absolute;
    top: 0;
    height: 120px; }
.menu-article .boite-texte {
    width: 250px; }
.menu-article .boite-image {
    width: 170px; }

.droite:hover, .gauche:hover {
    overflow: visible; }
.droite:hover .boite-fleche, .gauche:hover .boite-fleche {
    background-color: var(--orangeFonce);
    height: 120px; }

.statique h1 {
    color: var(--blanc); }

article a {
    text-decoration: underline; }

article ul {
    margin-bottom: 24px; }
@media screen and (max-width: 767px) {
    article ul {
        margin-bottom: 30px; } }

article h4 {
    margin-bottom: 12px; }

article h2, article h5 {
    font-size: 1.4em; }

article h2 {
    margin: 0 0 24px; }
@media screen and (max-width: 767px) {
    article h2 {
        margin: 30px 0; } }
@media screen and (max-width: 567px) {
    article h2 {
        margin: 24px 0;
        font-size: 1em; } }

article h5, article span.role, article a.lien-profil {
    font-family: var(--fonts_pt_sans_narrow); }

article h2, article h3, article h4 {
    font-family: var(--fonts_montserrat); }

article h2, article h3, article h4, article h5, article strong, article a, article th, article span.role, article a.lien-profil {
    font-weight: bold; }

article h3, article h4, article th, article h5, article span.role {
    text-transform: uppercase;
    letter-spacing: .1em; }

article h3, article p, article td, article li {
    font-size: .9em; }

article h4, article th {
    font-size: .8em; }

article h2, article h3, article h4, article strong, article th {
    color: var(--grisFonce); }

article p, article td, article li {
    font-family: var(--fonts_pt_sans);
    color: var(--grisMediumFonce); }

article li {
    list-style-image: url("/img/deco/bullet.png");
    margin: 8px 12px; }

article table {
    margin-bottom: 50px;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    position: relative; }
article table h4 {
    margin-bottom: 0; }
article table tr th {
    padding: 0 6px 6px;
    text-align: left; }
article table tr td {
    padding: 12px 6px;
    border-bottom: solid 1px var(--grisPale);
    line-height: 1.6em; }
article table tr td:first-of-type, article table tr th:first-of-type {
    padding-left: 24px; }
article table tr td:last-of-type, article table tr th:last-of-type {
    padding-right: 24px; }
article table tr:nth-child(even) {
    background-color: var(--beige); }
article table tr:nth-child(odd) {
    background-color: var(--grisPluspale); }
article table tr:first-of-type {
    background-color: var(--beige);
    border-bottom: solid 2px var(--orange); }
article table img {
    vertical-align: middle; }

.article-bottom {
    border-top: solid 1px var(--grisPale);
    margin-bottom: 100px; }
@media screen and (max-width: 767px) {
    .article-bottom {
        margin: 0 0 30px; } }
.article-bottom .gauche {
    padding: 5px 0 4px 22px;
    position: relative;
    top: 18px; }
.article-bottom span.role {
    color: var(--grisMedium);
    font-size: .7em;
    line-height: 1.6em; }
.article-bottom h5 {
    margin-bottom: 8px; }
.article-bottom a.lien-profil, .article-bottom a.lien-emerite {
    letter-spacing: .1em; }
.article-bottom a.lien-emerite {
    color: var(--grisFonce); }
.article-bottom .grille:hover a.lien-emerite {
    color: var(--orange); }
.article-bottom div.grille {
    margin: 0 -3px 40px 0; }
.article-bottom div.grille img {
    width: 240px;
    height: 192px; }
@media screen and (max-width: 968px) {
    .article-bottom div.grille img {
        width: 210px;
        height: 168px; } }
@media screen and (max-width: 567px) {
    .article-bottom div.grille img {
        width: 240px;
        height: 192px; } }
@media screen and (max-width: 1450px) {
    .article-bottom div.grille h5 {
        font-size: 1.2em; } }
@media screen and (max-width: 968px) {
    .article-bottom div.grille h5 {
        font-size: 1em; } }
@media screen and (max-width: 767px) {
    .article-bottom div.grille h5 {
        font-size: 1.2em; } }
.article-bottom .h2-emerite {
    margin-bottom: 18px; }
.article-bottom div.honoraires li {
    padding-bottom: 12px; }
.article-bottom .statique-bas {
    padding-left: 60px; }
@media screen and (max-width: 1023px) {
    .article-bottom .statique-bas {
        padding-left: 30px; } }
@media screen and (max-width: 767px) {
    .article-bottom .statique-bas {
        padding-left: 0; } }
.article-bottom .pad-bas {
    margin-bottom: 80px; }
.article-bottom .video-statique {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
.article-bottom .video-statique object, .article-bottom .video-statique embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.article-bottom .logo-hori {
    margin-bottom: 24px; }
.article-bottom .titre-equipement {
    margin: 10px 0 6px; }
.article-bottom .titre-fichetech {
    margin-bottom: 24px; }
@media screen and (max-width: 767px) {
    .article-bottom .mob-sansmarge {
        margin-bottom: -6px; } }
@media screen and (max-width: 567px) {
    .article-bottom .mob-sansmarge2 {
        margin-bottom: -3px; } }
.article-bottom .onglet-services {
    margin: -12px 0 0;
    padding-bottom: 24px !important; }
.article-bottom .avantages figure {
    margin: 12px 0; }
.article-bottom .avantages h3 {
    margin: 0 0 6px; }
.article-bottom .avantages p {
    margin: 0 0 6px;
    height: 75px;
    overflow: hidden; }
@media screen and (max-width: 1023px) {
    .article-bottom .avantages p {
        height: auto;
        max-height: 75px; } }
.article-bottom .avantages table {
    left: 0;
    margin-bottom: 24px; }
.article-bottom .lien-espace {
    text-decoration: none; }
