.ergotogo-main-article {
    padding: 0 5vw 5vh;
    background-color: var(--background-yellow);
}
.ergotogo-main-article h1, .ergotogo-main-article h2 {
    font-family: "AmaticBold";
    font-size: 5rem;
    line-height: 5rem;
    padding: 4rem 0;
}
.ergotogo-main-article h1.texte-grand, .ergotogo-main-article h2.texte-grand {
    font-size: 6rem;
    line-height: 6rem;
}
.ergotogo-main-article h1.texte-petit, .ergotogo-main-article h2.texte-petit {
    font-size: 4rem;
    line-height: 4rem;
}
.ergotogo-main-article h1.ecartement-petit, .ergotogo-main-article h2.ecartement-petit {
    padding: 2rem 0;
}
.ergotogo-main-article h1.ecartement-grand, .ergotogo-main-article h2.ecartement-grand {
    padding: 6rem 0;
}
.ergotogo-main-article h3, .ergotogo-main-article h4, .ergotogo-main-article h5, .ergotogo-main-article h6 {
    font-family: "AmaticRegular";
    font-size: 4rem;
    line-height: 4rem;
    padding: 3rem 0;
}
.ergotogo-main-article h3.texte-grand, .ergotogo-main-article h4.texte-grand, .ergotogo-main-article h5.texte-grand, .ergotogo-main-article h6.texte-grand {
    font-size: 5rem;
    line-height: 5rem;
}
.ergotogo-main-article h3.texte-petit, .ergotogo-main-article h4.texte-petit, .ergotogo-main-article h5.texte-petit, .ergotogo-main-article h6.texte-petit {
    font-size: 3rem;
    line-height: 3rem;
}
.ergotogo-main-article h3.ecartement-petit, .ergotogo-main-article h4.ecartement-petit, .ergotogo-main-article h5.ecartement-petit, .ergotogo-main-article h6.ecartement-petit {
    padding: 1rem 0;
}
.ergotogo-main-article h3.ecartement-grand, .ergotogo-main-article h4.ecartement-grand, .ergotogo-main-article h5.ecartement-grand, .ergotogo-main-article h6.ecartement-grand {
    padding: 5rem 0;
}
.ergotogo-main-article p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 1rem 0;
}
.ergotogo-main-article p.texte-grand {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article p.texte-petit {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.ergotogo-main-article p.ecartement-petit {
    padding: 0rem 0;
}
.ergotogo-main-article p.ecartement-grand {
    padding: 2rem 0;
}
.ergotogo-main-article ul, .ergotogo-main-article ol {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1rem 5vw;
}
.ergotogo-main-article ul ul, .ergotogo-main-article ul ol, .ergotogo-main-article ol ul, .ergotogo-main-article ol ol {
    padding: 0.5rem 5vw;
}
.ergotogo-main-article ul ol, .ergotogo-main-article ol ol {
    list-style: auto;
}
.ergotogo-main-article ul li, .ergotogo-main-article ol li {
    padding: 0.3rem 0;
}
.ergotogo-main-article ul.ecartement-petit, .ergotogo-main-article ol.ecartement-petit {
    padding: 0rem 5vw;
}
.ergotogo-main-article ul.ecartement-grand, .ergotogo-main-article ol.ecartement-grand {
    padding: 2rem 5vw;
}
.ergotogo-main-article ul.texte-grand, .ergotogo-main-article ol.texte-grand {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article ul.texte-grand ul, .ergotogo-main-article ul.texte-grand ol, .ergotogo-main-article ol.texte-grand ul, .ergotogo-main-article ol.texte-grand ol {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article ul.texte-petit, .ergotogo-main-article ol.texte-petit {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.ergotogo-main-article ul.texte-petit ul, .ergotogo-main-article ul.texte-petit ol, .ergotogo-main-article ol.texte-petit ul, .ergotogo-main-article ol.texte-petit ol {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.ergotogo-main-article ul.indentation-petite, .ergotogo-main-article ol.indentation-petite {
    padding-right: 3vw;
    padding-left: 3vw;
}
.ergotogo-main-article ul.indentation-petite ul, .ergotogo-main-article ul.indentation-petite ol, .ergotogo-main-article ol.indentation-petite ul, .ergotogo-main-article ol.indentation-petite ol {
    padding-right: 3vw;
    padding-left: 3vw;
}
.ergotogo-main-article ul.indentation-grande, .ergotogo-main-article ol.indentation-grande {
    padding-right: 8vw;
    padding-left: 8vw;
}
.ergotogo-main-article ul.indentation-grande ul, .ergotogo-main-article ul.indentation-grande ol, .ergotogo-main-article ol.indentation-grande ul, .ergotogo-main-article ol.indentation-grande ol {
    padding-right: 8vw;
    padding-left: 8vw;
}
.ergotogo-main-article ul.puce, .ergotogo-main-article ol.puce {
    list-style: circle;
}
.ergotogo-main-article ul.puce ul, .ergotogo-main-article ul.puce ol, .ergotogo-main-article ol.puce ul, .ergotogo-main-article ol.puce ol {
    list-style: circle;
}
.ergotogo-main-article ol {
    list-style: auto;
}
.ergotogo-main-article ol ol {
    list-style: auto;
}
.ergotogo-main-article blockquote {
    padding: 1rem 0;
    font-style: italic;
}
.ergotogo-main-article blockquote p {
    padding: 0 0 0.5rem;
    line-height: 2rem;
}
.ergotogo-main-article blockquote.ecartement-petit {
    padding: 0;
}
.ergotogo-main-article blockquote.ecartement-petit p {
    padding: 0;
}
.ergotogo-main-article blockquote.ecartement-grand {
    padding: 2rem 0;
}
.ergotogo-main-article blockquote.ecartement-grand p {
    padding: 1rem 0 2rem;
}
.ergotogo-main-article figure {
    margin: 0;
    padding: 1rem 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ergotogo-main-article figure.wp-block-gallery {
    flex-direction: row;
    padding: 1rem 0;
}
.ergotogo-main-article figure.wp-block-gallery figure {
    margin: 0 !important;
    padding: 1rem;
}
.ergotogo-main-article figure.wp-block-gallery.image-colonne {
    flex-direction: column;
}
.ergotogo-main-article figure.wp-block-gallery.image-colonne figure {
    width: 100% !important;
}
.ergotogo-main-article figure table {
    border: 1px solid var(--black);
    font-size: 1.5rem;
}
.ergotogo-main-article figure table tbody tr td {
    border: 1px solid var(--black);
    padding: 1vh 1vw;
    text-align: center;
    vertical-align: middle;
}
.ergotogo-main-article figure table tbody tr:nth-child(1) {
    background-color: var(--middleGrey);
}
.ergotogo-main-article figure.supprimer-couleur table tbody tr {
    background: none;
}
.ergotogo-main-article figure.ligne1-couleur-fond table tbody tr:nth-child(1) {
    background-color: var(--background-yellow) !important;
}
.ergotogo-main-article figure.ligne1-noir table tbody tr:nth-child(1) {
    background-color: var(--black) !important;
}
.ergotogo-main-article figure.ligne1-gris-fonce table tbody tr:nth-child(1) {
    background-color: var(--darkGrey) !important;
}
.ergotogo-main-article figure.ligne1-gris table tbody tr:nth-child(1) {
    background-color: var(--middleGrey) !important;
}
.ergotogo-main-article figure.ligne1-vert table tbody tr:nth-child(1) {
    background-color: var(--green) !important;
}
.ergotogo-main-article figure.ligne1-blanc table tbody tr:nth-child(1) {
    background-color: var(--white) !important;
}
.ergotogo-main-article figure.ligne1-jaune table tbody tr:nth-child(1) {
    background-color: var(--yellow) !important;
}
.ergotogo-main-article figure.ligne1n-couleur-fond table tbody tr:nth-child(2n+1) {
    background-color: var(--background-yellow);
}
.ergotogo-main-article figure.ligne1n-noir table tbody tr:nth-child(2n+1) {
    background-color: var(--black);
}
.ergotogo-main-article figure.ligne1n-gris-fonce table tbody tr:nth-child(2n+1) {
    background-color: var(--darkGrey);
}
.ergotogo-main-article figure.ligne1n-gris table tbody tr:nth-child(2n+1) {
    background-color: var(--middleGrey);
}
.ergotogo-main-article figure.ligne1n-vert table tbody tr:nth-child(2n+1) {
    background-color: var(--green);
}
.ergotogo-main-article figure.ligne1n-blanc table tbody tr:nth-child(2n+1) {
    background-color: var(--white);
}
.ergotogo-main-article figure.ligne1n-jaune table tbody tr:nth-child(2n+1) {
    background-color: var(--yellow);
}
.ergotogo-main-article figure.ligne2n-couleur-fond table tbody tr:nth-child(2n) {
    background-color: var(--background-yellow);
}
.ergotogo-main-article figure.ligne2n-noir table tbody tr:nth-child(2n) {
    background-color: var(--black);
}
.ergotogo-main-article figure.ligne2n-gris-fonce table tbody tr:nth-child(2n) {
    background-color: var(--darkGrey);
}
.ergotogo-main-article figure.ligne2n-gris table tbody tr:nth-child(2n) {
    background-color: var(--middleGrey);
}
.ergotogo-main-article figure.ligne2n-vert table tbody tr:nth-child(2n) {
    background-color: var(--green);
}
.ergotogo-main-article figure.ligne2n-blanc table tbody tr:nth-child(2n) {
    background-color: var(--white);
}
.ergotogo-main-article figure.ligne2n-jaune table tbody tr:nth-child(2n) {
    background-color: var(--yellow);
}
.ergotogo-main-article figure figcaption {
    margin: 0;
    padding: 1.2rem 5vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.ergotogo-main-article figure.ecartement-petit {
    padding: 0 5vw;
}
.ergotogo-main-article figure.ecartement-petit figcaption {
    padding: 1.2rem 5vw 0;
}
.ergotogo-main-article figure.ecartement-grand {
    padding: 3rem 5vw;
}
.ergotogo-main-article figure.texte-grand table {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article figure.texte-grand figcaption {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.ergotogo-main-article figure.texte-petit table {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.ergotogo-main-article figure.texte-petit figcaption {
    font-size: 0.9rem;
    line-height: 0.9rem;
}
.ergotogo-main-article figure.image-droite {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.ergotogo-main-article figure.image-droite img {
    max-width: 60%;
}
.ergotogo-main-article figure.image-droite figcaption {
    text-align: left;
    padding: 0 5vw 0 0;
}
.ergotogo-main-article figure.image-gauche {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ergotogo-main-article figure.image-gauche img {
    max-width: 60%;
}
.ergotogo-main-article figure.image-gauche figcaption {
    text-align: left;
    padding: 0 0 0 5vw;
}
.ergotogo-main-article figure.image-ombre img {
    box-shadow: 2px 2px 5px 1px var(--darkGrey);
}
.ergotogo-main-article figure.image-arrondi img {
    border-radius: 10px;
}
.ergotogo-main-article hr {
    width: 50%;
    margin: 5rem 25%;
}
.ergotogo-main-article .ergotogo-main-article__footer * {
    padding: 0;
}
.ergotogo-main-article .ergotogo-main-article__footer .crp-list-title {
    padding: 1rem 0;
    font-family: "RalewayRegular";
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article .ergotogo-main-article__footer .crp-list {
    padding: 0 5vw 3rem;
    list-style: circle;
}
.ergotogo-main-article .ergotogo-main-article__footer .crp-list li {
    padding: 0.5rem 0;
}
.ergotogo-main-article .ergotogo-main-article__footer .crp-list li a, .ergotogo-main-article .ergotogo-main-article__footer .crp-list li a:hover, .ergotogo-main-article .ergotogo-main-article__footer .crp-list li a:visited {
    color: var(--black);
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__auteur, .ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__date {
    text-align: right;
    font-family: "RalewayBold";
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__auteur {
    padding: 5.4rem 0 0.4rem;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__date {
    padding: 0.4rem 0 7.2rem;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__partager {
    padding: 3rem 0 3rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "RalewayBold";
    font-size: 2.3rem;
    line-height: 2.3rem;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste {
    padding: 0 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0.5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--yellow);
    border-radius: 50%;
    box-shadow: 2px 2px 5px 1px var(--darkGrey);
    font-size: 4rem;
    cursor: pointer;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item a, .ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item a:visited {
    color: var(--black);
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item:hover {
    background-color: var(--yellow);
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item:hover i {
    color: var(--background-yellow);
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--facebook {
    border: 1px solid #3B5998;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--facebook i {
    color: #3B5998;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--facebook:hover {
    background-color: #3B5998;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--twitter {
    border: 1px solid #00ACEE;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--twitter i {
    color: #00ACEE;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--twitter:hover {
    background-color: #00ACEE;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--linkedin {
    border: 1px solid #0E76A8;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--linkedin i {
    color: #0E76A8;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--linkedin:hover {
    background-color: #0E76A8;
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--mail {
    border: 1px solid var(--green);
}
.ergotogo-main-article .ergotogo-main-article__footer .ergotogo-main-article__conteneur-liste .ergotogo-main-article__conteneur-item--mail:hover {
    background-color: var(--green);
}
.ergotogo-main-article .ergotogo-main-article__footer .share-the-content {
    position: relative;
}
.ergotogo-main-article .ergotogo-main-article__footer .share-the-content .toast-copy {
    position: absolute;
    top: -2.5rem;
    left: -50vw;
    font-style: italic;
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
    border-radius: 0.5rem;
    animation: 2s ease-in apparitionToast;
}
.ergotogo-main-article .ergotogo-main-article__footer .share-the-content .toast-copy--check {
    background-color: Var(--yellow);
}
.ergotogo-main-article .ergotogo-main-article__footer .share-the-content .toast-copy--fail {
    background-color: #E74C3E;
}
@keyframes apparitionToast {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
        left: -50vw;
    }
    30% {
        transform: scale(0.7);
        opacity: 0.7;
        left: 5vw;
    }
    40% {
        transform: scale(1);
        opacity: 1;
        left: 5vw;
    }
    60% {
        transform: scale(1);
        opacity: 1;
        left: 5vw;
    }
    70% {
        transform: scale3d(0.9, 0.9, 0.9);
        left: 5vw;
        opacity: 1;
    }
    80% {
        transform: scale3d(1.1, 1.1, 1.1);
        left: 5vw;
        opacity: 1;
    }
    100% {
        left: 5vw;
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.ergotogo-main-article .italic {
    font-style: italic;
}
.ergotogo-main-article .gras {
    font-weight: bold;
}
.ergotogo-main-article .texte-centre {
    text-align: center;
}
.ergotogo-main-article .texte-couleur-fond {
    color: var(--background-yellow);
}
.ergotogo-main-article .texte-noir {
    color: var(--black);
}
.ergotogo-main-article .texte-gris-fonce {
    color: var(--darkGrey);
}
.ergotogo-main-article .texte-gris {
    color: var(--middleGrey);
}
.ergotogo-main-article .texte-vert {
    color: var(--green);
}
.ergotogo-main-article .texte-blanc {
    color: var(--white);
}
.ergotogo-main-article .texte-jaune {
    color: var(--yellow);
}

@media screen and (min-width: 1000px) {
    .ergotogo-main-article {
        padding: 0 5vw 5vh 25vw;
    }
}
