#header {
    position: relative;
    z-index: 99;
    padding: 24px;
}

#header .nav-menu .section-list {
    display: flex;
    align-items: center;
    justify-content: end;
}

#header .nav-menu .section-list li:not(:last-child) {
    margin-right: 70px;
}

#header .nav-menu .section-list li a {
    font-family: var(--secondary-font-m);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    position: relative;
}

#header .nav-menu .section-list li.current-menu-item a::after {
    content: url(../img/arrow.png);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#header .nav-menu .section-list li a:hover {
    text-decoration: none;
}

#header .nav-menu .section-list li:not(:last-child) a:hover::after {
    content: url(../img/arrow.png);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#footer {
    background-color: var(--lightgrey);
    margin-top: 75px;
    border-top: 4px solid var(--secondary);
    padding: 32px 0;
}

#footer .footer-3 img {
    width: 180px;
}

#footer .footer-3 p {
    font-size: 12px;
    line-height: 14px;
}

#footer .footer-2 .textwidget {
    margin-bottom: 25px;
}

#footer .footer-2 a.btn-contact {
    display: block;
    width: 260px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 28px;
    padding: 7px 0 9px 0;
    text-transform: uppercase;
    border: 1px solid var(--primary);
}

#footer .footer-2 a:hover {
    color: var(--primary);
    background: transparent;
}

#footer .footer-1 p {
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: 24px;
}

#footer .footer-1 img {
    width: 235px;
}

.home .slider-for figure {
    /* background-repeat: no-repeat;    
    background-position: center right; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 800px;
    position: relative;
    background-size: cover !important;
}

.home .slider {
    margin-top: -116px;
}

.home .slider .slider-content {
    position: absolute;
    top: 30%;
    max-width: 575px;
}

.home .slider .slider-content h1 {
    color: var(--white);
    font-size: 36px;
    font-family: var(--secondary-font);
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.home .slider .slider-content h1 strong {
    font-weight: 400;
}

.home .slider .slider-content p {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
}

.home .slider .slider-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--primary);
    padding: 8px 0;
    width: 230px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px;
    border: 1px solid var(--primary);
    box-shadow: 0px 8px 16px #562C1226;
}

.home .slider .slider-content a:hover {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.banner img {
    float: left;
    margin-right: 24px;
    width: 360px;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 8px 16px #562C1226;
    border-radius: 6px;
}

.banner {
    background: linear-gradient(to right, var(--primary) 10%, var(--secondary));
    max-height: 125px;
    padding-top: 32px;
    box-shadow: 0px 8px 16px #562C1226;
}

.banner-histoire {
    max-height: 120px;
}

.banner-histoire h2 {
    padding-top: 14px;
}

.banner h2 {
    color: var(--white);
    font-size: 36px;
    margin-bottom: 70px;
}

.banner h3:nth-of-type(2) {
    margin-top: 40px;
}

.banner h3 {
    color: var(--primary);
    font-family: var(--secondary-font);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.banner p em {
    color: #D8D8D8;
}

.banner p {
    margin-bottom: 12px;
}

.home .enseignements {
    margin-top: 520px;
}

.home .enseignements img {
    border-radius: 6px;
    box-shadow: 0px 8px 16px #562C1226;
    height: 620px;
    object-fit: cover;
}

.home .enseignements h2 {
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 36px;
}

.home .enseignements .enseignement-item {
    background-color: var(--lightgrey);
    box-shadow: 0px 8px 16px #562C1226;
    border-radius: 6px;
    padding: 24px;
    height: 190px;
    margin-bottom: 24px;
}

.home .enseignements .enseignement-item h3 {
    color: var(--primary);
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-bottom: 24px;
}

.home .enseignements .enseignement-item p {
    /*height: 55px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.home .enseignements .enseignement-item a {
    display: inline-block;
    margin-top: 16px;
    color: var(--secondary);
    text-decoration: underline;
    font-size: 14px;
    font-family: var(--primary-font);
}

.home .enseignements .enseignement-item a:hover {
    color: #9F9F9F;
}

.home .enseignements .teaching-btn {
    display: flex;
    margin-top: 24px;
}

.teaching-btn a:first-of-type {
    margin-right: 24px;
}

.btn-main {
    display: flex;
    align-items: center;
    padding: 7px 24px 3px 24px;
    font-size: 14px;
    font-family: var(--secondary-font-m);
    font-weight: 600;
    border-radius: 28px;
    text-transform: uppercase;
    width: 200px;
    background: var(--primary);
    color: var(--white);
    border: 2px solid transparent;
}

.btn-main:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--white);
}

.home .slider .slider-content a.btn-catalogue {
    background: var(--white);
    height: 36px;
    padding: 0;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 24px;
}

.home .slider .slider-content a.btn-catalogue:hover {
    background: transparent;
}

.slider-content .btn-hero {
    display: flex;
}

.home .enseignements a.btn-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 8px 16px #562C1226;
    width: 260px;
    padding: 7px 24px 3px 24px;
    font-family: var(--secondary-font-m);
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 28px;
    font-size: 14px;
    border: 2px solid transparent;
}

.home .enseignements a.btn-file:hover {
    border-color: var(--primary);
}

.home .chiffres {
    margin-top: -90px;
    background: linear-gradient(to right, var(--secondary) 70%, var(--tertiary));
    padding: 32px 0;
    color: var(--white);
    box-shadow: 0px 8px 16px #562C1226;
    text-align: center;
}

.home .chiffres h3 {
    font-family: var(--secondary-font);
    font-size: 48px;
}

.home .chiffres p {
    color: var(--white);
}

.home .slider-partenaires figure {
    height: 100px;
}

.home .partenaires {
    padding-top: 72px;
}

.home .partenaires .slick-prev {
    left: -65px;
}

.home .partenaires .slick-right {
    right: -65px;
}

.home .partenaires .slick-prev:before {
    content: url('../img/arrow-left.png');
}

.home .partenaires .slick-next:before {
    content: url('../img/arrow-right.png');
}

.home .partenaires .slick-dots li:before,
.home .temoignages .slick-dots li:before {
    display: none;
}

.home .partenaires .slick-dots li button,
.home .temoignages .slick-dots li button {
    background: #D8D8D8;
    color: #D8D8D8;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}

.home .partenaires .slick-dots li button:before,
.home .temoignages .slick-dots li button:before {
    content: none;
}

.home .partenaires .slick-dots li.slick-active button,
.home .temoignages .slick-dots li.slick-active button {
    background: var(--primary);
    color: var(--primary);
}

.home .partenaires .slick-dots,
.home .temoignages .slick-dots {
    bottom: -55px;
}

.home .partenaires h2 {
    color: var(--primary);
    margin-bottom: 60px;
    font-size: 24px;
}

.home .temoignages h2 {
    margin-bottom: 24px;
    font-size: 24px;
    color: var(--primary);
}

.home .temoignages {
    margin-top: 120px;
}

.home .temoignages .item-temoignage {
    box-shadow: 0px 8px 16px #562C1226;
    padding: 16px;
    height: 170px;
    margin: 12px;
}

.home .temoignages .item-temoignage .author {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 500;
    margin-bottom: 22px;
    color: var(--text);
}

.home .temoignages .item-temoignage h3 {
    color: var(--text);
    margin-bottom: 8px;
    font-size: 14px;
    font-family: var(--primary-font-b);
}

.home .temoignages .item-temoignage .date {
    font-size: 10px;
    margin-top: 16px;
}

.hero .hero-img {
    height: 400px;
}

.hero {
    position: relative;
    margin-top: -112px;
}

.hero h1 {
    position: absolute;
    top: 50%;
    color: var(--white);
    text-transform: uppercase;
    font-size: 48px;
    font-family: var(--secondary-font);
}

.wpcf7 form textarea::placeholder,
.wpcf7 form input::placeholder {
    color: var(--secondary);
}

.wpcf7 form input[type=checkbox] {
    width: auto;
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-list-item {
    margin: 0;
}

.wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
}

.wpcf7 form textarea,
.wpcf7 form input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-family: var(--primary-font);
    padding: 3px 12px 5px 12px;
    margin-bottom: 24px;
    outline: none;
    font-size: 14px;
}

.wpcf7 form input[type=submit] {
    width: 250px;
    margin-top: 24px;
    background-color: var(--primary);
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--secondary-font-m);
    padding-top: 7px;
    border: 1px solid var(--primary);
}

.wpcf7 form input[type=submit]:hover {
    background: transparent;
    color: var(--primary);
}

.wpcf7 {
    h3 {
        font-family: var(--primary-font);
        margin-bottom: 15px;
        color: var(--text);
    }

    .form-group:not(.optin) {
        margin-bottom: 0;
    }
}

.contact-widget {
    background: var(--primary);
    text-align: center;
    padding: 35px 45px;
    border-radius: 14px;
}

.contact-widget p:first-of-type {
    font-size: 18px;
}

.contact-widget p {
    color: var(--white);
    margin-bottom: 36px;
}

.contact-widget p:last-of-type {
    margin-bottom: 0;
}

.contact-widget a {
    color: var(--white);
}

.contact-widget a.btn-contact {
    display: block;
    margin-top: 32px;
    color: var(--white);
    text-transform: uppercase;
    border: 1px solid var(--white);
    border-radius: 28px;
    padding: 5px 15px;
    font-size: 14px;
}

section.form-contact {
    padding: 32px 0;
}

.main-references {
    padding: 30px 0;
}

.main-references p {
    font-size: 18px;
    text-align: center;
}

.main-references p strong {
    color: var(--primary);
}

.main-references .reference-item {
    height: 100px;
    margin-top: 64px;
    filter: grayscale(90%);
}

.main-references .reference-item:hover {
    filter: grayscale(0%);
}

.banner-histoire blockquote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -30px;
    color: var(--primary);
    font-size: 48px;
}

.banner-histoire blockquote::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -20px;
    color: var(--primary);
    font-size: 48px;
}

.banner-histoire blockquote {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}

.banner-histoire blockquote p:not(:last-child) {
    color: #D8D8D8;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 0;
    /*margin-left: 350px;*/
}

.banner-histoire p strong {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
}

.equipe {
    margin-top: 750px;
}

.equipe .header-item-equipe {
    display: flex;
    margin-bottom: 32px;
}

.equipe .header-item-equipe img {
    margin-right: 16px;
    border-radius: 6px;
    max-width: 96px;
    filter: grayscale(100%);
}

.equipe .header-item-equipe h3 {
    font-size: 18px;
    color: var(--primary);
    font-family: var(--primary-font);
    font-weight: 600;
    max-width: 175px;
    line-height: 24px;
    margin-bottom: 16px;
}

.equipe .item-equipe {
    box-shadow: 0px 8px 16px #562C1226;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 6px;
    height: 280px;
}

.equipe h2 {
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 16px;
}

/* Page formations */
.header-formations {
    margin-top: -30px;
}

.header-formations .formation-item {
    box-shadow: 0px 8px 16px #562C1226;
    padding: 15px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 6px;
}

.header-formations .formation-item:hover {
    background: var(--primary);
}

.header-formations .formation-item:hover a {
    color: var(--white);
}

.header-formations .formation-item h2 {
    text-align: center;
    line-height: 18px;
}

.header-formations .formation-item a {
    color: var(--primary);
}

.header-formations .formation-item.current-formation {
    background: var(--primary);
}

.header-formations .formation-item.current-formation a {
    color: var(--white);
}

.cat-description {
    margin-bottom: 48px;
}

.main-formation {
    margin-top: 64px;
}

.main-formation .header-item {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0px 8px 16px #562C1226;
    padding: 16px 22px 10px 22px;
    color: var(--primary);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}

.main-formation .row-modalites {
    margin-top: 40px;
    text-align: center;
}

.main-formation .row-modalites p.title {
    color: var(--primary);
    text-transform: uppercase;
}

.main-formation .row-modalites a {
    text-decoration: underline;
}

.rotate {
    transform: rotate(180deg);
}

.main-formation .header-item span {
    display: block;
    margin-right: 14px;
}

.main-formation .description-item {
    padding: 0 24px;
}

.main-formation .description-item h4 {
    font-family: var(--primary-font);
    font-weight: 600;
    margin: 32px 0 16px 0;
    color: var(--secondary);
}

ul {
    margin-left: 20px;
}

ul li {
    font-size: 14px;
    color: var(--text);
    font-family: var(--primary-font);
    line-height: 19px;
}

.section-list ul li::before {
    content: none;
}

ul li::before {
    content: '-';
    left: 0;
    margin-right: 15px;
}

.main-formation .infos-item {
    margin-top: 32px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 8px 16px #562C1226;
    background: var(--white);
    padding-bottom: 24px;
}

.main-formation .infos-item .infos-header {
    background: var(--secondary);
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.main-formation .infos-item .infos-header p {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px;
    font-size: 18px;
}

.main-formation .infos-item .subitem {
    margin: 16px 16px 0 16px;
}

.main-formation .infos-item .subitem .title {
    color: var(--secondary);
    font-size: 14px;
    text-transform: uppercase;
}

.main-formation .item-complete {
    margin-bottom: 48px;
}

.page-default h2 {
    margin: 24px 0;
}

#menu-footer {
    margin-left: 0;
    display: flex;
}

#menu-footer li::before {
    content: none;
}

#menu-footer li {
    margin-right: 24px;
}

#menu-footer li a {
    font-size: 12px;
    color: var(--secondary);
}

/** Formations importées depuis ABCM (posts) **/
body.category {
    .hero {
        .hero-img {
            background: linear-gradient(180deg, #EE8113 0%, transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .3)), url('../img/bg-formations.jpg') no-repeat center center;
        }
    }

    .header-formations {
        z-index: 20;
        position: relative;

        .pull-right {
            background: #FFF;
            box-shadow: rgba(86, 44, 18, 0.15) 0px 8px 16px;
            border-radius: 6px;
            margin-bottom: 50px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 35px 12px;

            a {
                text-transform: uppercase;
                font-family: var(--secondary-font);
                margin: 0 30px 0 30px;
                line-height: 2;
                font-weight: 300;
            }
        }
    }

    .formations-list {
        article {
            font-family: var(--primary-font);
            border: 1px solid var(--primary);
            box-shadow: 0px 3px 6px #00000029;
            margin: 2% 1%;
            padding: 20px;
            max-width: 48%;

            h2 {
                font-size: 0.9em;
                line-height: 1.4;
                margin: 0;

                a {
                    color: #000;
                }
            }

            h3 {
                font-size: 0.9em;
                line-height: 1.4;
                margin: 0 0 0.2em;
                text-transform: none;
            }
        }

        .row:last-child {
            margin-top: 50px;

            h2 {
                color: var(--primary);
                font-size: 1.5em;
                font-weight: normal;
                margin: 40px 0 15px;
                text-transform: uppercase;
                width: 100%;
            }
        }
    }
}

body.post-template-default {
    .hero {
        .hero-img {
            background: linear-gradient(180deg, #EE8113 0%, transparent 40%), url('../img/bg-formations.jpg') no-repeat center center;
        }

        .container .post-header {
            position: absolute;
            top: 50%;
            max-width: 80%;

            h1 {
                font-size: 1.8em;
                position: static;
                text-transform: none;
                margin-bottom: 15px;
            }

            h2.subtitle {
                font-size: 1.5em;
                margin-bottom: 10px;
                max-width: 992px;
                width: inherit;
                text-transform: none;
            }

            .meta-tag {
                display: block;
                margin-bottom: .5em;

                .category {
                    background: rgba(12, 12, 12, 0.5);
                    color: #FFF;
                    line-height: 1;
                    padding: 2px 5px 2px 5px;
                    text-transform: none;
                    font-family: var(--primary-font);
                }
            }
        }
    }

    .page-content {
        .container {
            padding-top: 40px;
        }

        .sidebar {
            line-height: 1.5em;

            .save-the-date {
                background-color: #fbfbfb;
                border-bottom: 5px solid #898987;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                color: var(--text);
                margin: 0 0 15px 0;
                transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;

                h3 {
                    background: var(--secondary);
                    color: #fff;
                    font-size: 1em;
                    margin: 0 auto 10px auto;
                    padding: 15px 20px;
                    position: relative;
                    text-align: center;
                    width: inherit;
                    text-transform: uppercase;
                    font-family: var(--secondary-font);
                }

                h4 {
                    color: var(--primary);
                    display: inline-block;
                    font-size: 0.9em;
                    line-height: 20px;
                    margin: 20px 0 5px;
                    text-transform: uppercase;
                    width: inherit;
                    font-family: var(--secondary-font);
                }

                h4.price {
                    background-position: left -120px;
                }

                .informations-event {
                    padding: 5px 20px 30px 20px;
                }

                span {
                    display: block;
                    font-family: var(--secondary-font);
                }

                span.default {
                    font-family: var(--primary-font);
                    font-size: 0.8em;
                    font-style: italic;
                    text-transform: none;
                }

                strong {
                    font-weight: 500;
                }
            }

            .program-pdf,
            .inscription {
                .btn {
                    font-family: var(--secondary-font);
                    font-size: 0.9em;
                    margin: 30px auto 0 auto;
                    max-width: 350px;
                    /*min-width: 340px;*/
                    width: 100%;
                    color: #FFF;
                    text-transform: uppercase;
                    padding: 12px 2em;
                }
            }

            .btn.pdf {
                background: var(--secondary);
            }

            .inscription .btn {
                background: var(--primary);
                margin-bottom: 60px;
            }

            .sticky-offset {
                position: sticky;
                top: 100px;
                transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                z-index: 2;
            }

            em {
                font-family: var(--primary-font);
                font-style: italic;
                color: var(--text);
            }
        }

        .rich-text {
            padding-right: 30px;

            h2 {
                margin: 30px 0 15px;
                color: var(--primary);
                font-size: 1.5em;
                font-weight: normal;
                text-transform: uppercase;
                width: 100%;
            }

            h3 {
                display: inline-block;
                font-size: 1em;
                line-height: 1;
                margin: 20px 0 10px;
                padding: 3px 15px 2px 5px;
                width: auto;
                text-transform: uppercase;
                font-family: var(--secondary-font);
                color: var(--text);
            }

            h3:first-child {
                margin-top: 0;
                margin-left: 0;
                padding-left: 0;
            }

            h4 {
                font-family: "Montserrat-ExtraBold", "OpenSans-SemiBold", Arial, sans-serif;
                margin: 10px 0;
                font-weight: 800;
                color: var(--text);
            }

            a.pdf {
                background: url("images/pdf-icon.png") no-repeat left center transparent;
                display: inline-block;
                line-height: 30px;
                margin: 15px 0 0 0;
                padding: 0 0 0 35px;
            }

            a.pdf::after {
                left: 35px;
                width: calc(90%);
            }

            hr {
                border: 0 none;
                background: transparent;
                clear: both;
                margin: 0 0 15px 0;
                overflow: hidden;
                padding: 0;
                width: 100%;
            }

            ul {
                margin-bottom: 30px;
            }

            figure {
                margin: 30px 0;
                max-width: 100%;
                width: auto;

                img {
                    border: 1px solid #e2e2e2;
                    height: auto;
                    margin: 0;
                    max-width: 100%;
                    width: auto;
                }
            }

            figure.alignleft {
                border: 1px solid #e2e2e2;
                float: left;
                margin: 0 30px 30px 0;
                max-width: 50%;
            }

            figure.gallery-item {
                max-width: inherit;
            }

            img.alignleft {
                float: left;
                margin: 15px 30px 30px 0;
                max-width: 50%;
            }

            img.alignright {
                float: right;
                margin: 15px 0 30px 30px;
                max-width: 50%;
            }

            .gallery {
                clear: both;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 30px -15px 30px -15px;

                figure.gallery-item {
                    border: 0 none;
                    padding: 0 15px;

                    figcaption {
                        color: #898987;
                        font-size: 0.9em;
                        font-style: italic;
                        text-align: center;
                        max-width: 80%;
                        margin: 5px auto;
                    }
                }

                img {
                    border: 0 none;
                    border-radius: 100%;
                }
            }

            .gallery.gallery-columns-2 figure.gallery-item {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }

            .gallery.gallery-columns-3 figure.gallery-item {
                -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
                max-width: 33.333%;
            }

            .gallery.gallery-columns-4 figure.gallery-item {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }

            .gallery.gallery-columns-5 figure.gallery-item {
                -ms-flex: 0 0 20%;
                flex: 0 0 20%;
                max-width: 20%;
            }

            .gallery.gallery-columns-6 figure.gallery-item {
                -ms-flex: 0 0 15%;
                flex: 0 0 15%;
                max-width: 15%;
            }
        }
    }
}

body.page-nos-formations,
body.page-la-pedagogie-de-nos-interventions,
body.page-classe-virtuelle {
    .page-default {
        padding-top: 40px;

        .btn {
            font-family: var(--secondary-font);
            font-size: 0.9em;
            margin: 30px auto 0 auto;
            width: 100%;
            color: #FFF;
            text-transform: uppercase;
            padding: 12px 2em;
            background: var(--primary);
        }

        h2 {
            margin: 30px 0 15px;
            color: var(--primary);
            font-size: 1.5em;
            font-weight: normal;
            text-transform: uppercase;
            width: 100%;
        }

        h3 {
            display: inline-block;
            font-size: 1em;
            line-height: 1;
            margin: 20px 0 10px;
            padding: 3px 15px 2px 5px;
            width: auto;
            text-transform: uppercase;
            font-family: var(--secondary-font);
            color: var(--text);
        }

        p {
            margin-bottom: .7rem;
        }
    }
}