:root {
    --primary-color: hsla(262, 68%, 53%, 1);
    --primary-color-lighten: hsla(262, 68%, 63%, 1);
    --primary-color-darken: hsla(262, 68%, 43%, 1);
    --secondary-color: hsla(262, 64%, 22%, 1);
    --secondary-color-lighten: hsla(262, 64%, 32%, 1);
    --secondary-color-darken: hsla(262, 64%, 12%, 1);
    --accent-color: hsla(180, 85%, 71%, 1);
    --accent-color-lighten: hsla(180, 85%, 81%, 1);
    --accent-color-darken: hsla(180, 85%, 61%, 1);
    --background-color: hsla(0, 0%, 100%, 1);
    --text-color: hsla(0, 0%, 15%, 1);
    --text-color-lighten: hsla(0, 0%, 35%, 1);
    --primary-background-color: hsla(262, 68%, 90%, 1);
    --secondary-background-color: hsla(262, 64%, 90%, 1);
    --accent-background-color: hsla(180, 85%, 90%, 1);
    --success-color: hsla(122, 39%, 49%, 1);
    --error-color: hsla(4, 90%, 58%, 1);
    --info-color: hsla(199, 98%, 48%, 1);
    --font-primary: 'Barlow', sans-serif;
    --font-secondary: 'Barlow', sans-serif;
    --card-border-radius: 0;
    --button-border-radius: 0;
}

.max-largeur img {
    max-width: 28px !important;
}

.max-largeur {
    max-width: 170px;
    margin: auto;
}

.max-largeur p {
    margin: 0;
}

.max-largeur .flex-row {
    margin-bottom: 10px;
}

.bg-bleue {
    background: #115bb7;
    color: #fff;
    padding: 30px 0;
}

.plus-icon {
    font-family: 'Raleway', sans-serif;
    font-size: 68px;
    font-weight: 500;
    color: #7136d9;
    line-height: 78px;
}

.second-line {
    margin-top: 30px;
}

.offres-performances:not(.first-one) {
    margin-bottom: 35px;
}

.offres-performances {
    padding: 10px 20px;
    background: #58bb00;
    max-width: 270px;
    position: relative;
    z-index: 0;
    margin: auto;
}

.offres-performances.first-one {
    max-width: 220px;
}

.offres-performances.first-one::before {
    right: 10px;
}

.offres-performances.fourth-one .price-offre {
    top: 7px;
    line-height: 24px;
}

.offres-performances.fourth-one {
    background: #62cae8;
}

.offres-performances.third-one {
    background: #ee993e;
}

.offres-performances.second-one {
    background: #eed133;
}

.bordred-ligne {
    border-bottom: 1px solid #7136d9;
    padding-bottom: 25px;
}

.offres-performances:before {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    bottom: 0;
    top: 0;
    background-image: url('../assets/gifs/before-cadre.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

.offre-prix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}

.titre-item {
    display: block;
    font-size: 28px;
    font-weight: 600;
}

.number {
    display: block;
    font-size: 110px;
    color: #fff;
    opacity: .3;
    line-height: 70px;
    margin-bottom: 30px;
}

.price-offre {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 9px;
}

.bulles .encart-bulle {
    padding: 20px 40px;
    background: linear-gradient(45deg, #0e0285 40%, #fff);
    margin: 0 auto 20px;
    color: #fff;
}

.bulles .col:nth-of-type(2) .encart-bulle {
    background: linear-gradient(45deg, #2667bc 60%, #fff);
}

.bulles .col:nth-of-type(3) .encart-bulle {
    background: linear-gradient(45deg, #96b4e9 60%, #fff);
    color: #000;
}

.bg-bleue p {
    text-align: center;
}

#encart-map {
    padding: 0 15px;
}

h1,
.title-1 {
    font-size: 2.5rem;
}

h1 span,
.title-1 span {
    font-size: 16px;
}

.slide-img.slide-01 {
    background-image: url;
}

.slide-img.slide-02 {
    background-image: url;
}

.slide-img.slide-03 {
    background-image: url;
}

.index-page .slick-list {
    overflow: hidden !important;
}

html,
.index-page {
    overflow-x: hidden!important;
}

.slick-dotted {
    margin-bottom: 2rem;
}


/* TYPOGRAPHIE */


/* =========== */

main p a,
#fil_ariane a {
    text-decoration: underline;
}

main p a:hover,
#fil_ariane a:hover {
    text-decoration: none;
}

.slogan-wipea {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: 600;
}


/* MENU */


/* ==== */

.top-bar .main-nav ul li {
    padding: 0 !important;
}

.content-slogan {
    display: flex;
    align-items: center;
}

.content-slogan .slogan-wipea {
    margin-right: 1rem;
}

.content-slogan img {
    width: 240px;
    height: auto;
}

footer {
    text-align: center;
}

.text-footer {
    margin-top: 1em;
}

@media screen and (max-width: 992px) {
    .main-nav {
        overflow: auto;
    }
    .top-bar .main-nav ul li a {
        text-align: right;
    }
    .top-bar .container .main-nav {
        background-color: var(--primary-color-darken);
    }
    .top-bar .container .main-nav ul li a.selected,
    .top-bar .container .main-nav ul li:hover>a {
        color: var(--background-color);
        opacity: .64;
    }
    .content-slogan {
        flex-direction: column;
        justify-content: center;
    }
    .content-slogan .slogan-wipea {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .content-slogan img {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 993px) {
    .bulles .col:nth-of-type(2) {
        margin-top: 200px;
    }
    a.logo-blog:hover {
        opacity: 0.5;
    }
    div#marg-p {
        padding: 50px 0px;
    }
    .text-footer {
        margin-top: 1em;
        position: relative;
        top: 54px;
    }
    .top-bar .main-nav ul li a {
        color: inherit;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown {
        width: max-content;
        max-width: 320px;
    }
    .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
        text-align: left;
    }
    /* body:not(.index-page) .col div{
    text-align: right;
  }*/
}


/* PAGES INTERNES */


/* ============== */


/* ACTUALITES DETAIL */


/* ======= */

.actualitesDetailContenu ul,
.actualitesDetailContenu ol {
    margin-left: 40px;
}


/* PAGE CONTACT */


/* ========== */

.infos-content span.material-icons,
.contact-page .coordonnees span.material-icons {
    flex-shrink: 0;
}

.contact-page .coordonnees li {
    align-items: center;
    display: flex;
}

.contact-page #clock li {
    align-items: stretch;
    padding: .5rem 0;
}

.contact-page #clock li span.material-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    height: auto !important;
}


/* SECTIONS */

.sc-content section.ac-doubleColonne {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* RESPONSIVE IMG */

.sc-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* LIENS DE RELANCE */

#relance {
    margin: 2rem 0 4rem;
    text-align: center;
}

#relance p.titre-relance {
    font-size: 1rem;
    font-weight: 700;
}

#relance ul {
    margin-left: 0 !important;
}

#relance ul li {
    list-style: none !important;
}

#relance ul li a {
    text-decoration: underline;
    color: var(--secondary-color);
}

#relance ul li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 601px) {
    .bg-bleue {
        max-width: 900px;
        margin: auto;
        padding: 60px 0px 40px 50px;
        background: url('../assets/gifs/bg-bleue.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    .bg-bleue .flex-row {
        position: relative;
        top: 40px;
        max-width: 90%;
    }
    .bg-bleue p {
        max-width: 150px;
        text-align: center;
        color: #fff;
    }
    .bulles .encart-bulle {
        padding: 50px;
        border-radius: 50%;
        max-width: 390px;
        min-height: 390px;
        height: 100%;
        text-align: center;
    }
    .bulles .encart-bulle>* {
        max-width: 90%;
        margin: auto;
        text-align: center;
    }
    .bulles .encart-bulle .title-3 {
        max-width: 159px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .bulles .encart-bulle ul {
        margin-bottom: 30px;
        text-align: left;
    }
    #relance ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 -.75rem;
    }
    #relance ul li {
        margin: 0;
        padding: 0 .75rem;
    }
    /* ENCART CONTACT */
    /* =========== */
    #encart-contact a.tel,
    .encart-contact a.tel {
        min-height: 52px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* COORDONNEES */


/* =========== */

.coordonnees li span span {
    display: inline;
    vertical-align: baseline;
}


/* FORMULAIRES */


/* =========== */

::placeholder {
    color: var(--text-color);
    opacity: .4;
}

.validation {
    display: none;
}

span.required {
    color: var(--error-color);
}

form.generateur label[for=field_15] {
    display: none;
}

form.generateur label {
    height: auto !important;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea {
    width: 100%;
    padding: 0 1rem !important;
    color: var(--text-color) !important;
    box-sizing: border-box;
}

form.generateur .submit {
    padding: 0 !important;
}


/* NEWSLETTER */


/* ========== */

#newsletter label {
    display: none;
}

.newsletterInput #js_submit {
    line-height: 1rem;
}

@media screen and (max-width: 992px) {
    .newsletterInput #js_submit {
        color: #FFFFFF;
        border-color: #FFFFFF;
    }
    .newsletterInput #js_submit:hover {
        color: var(--text-color);
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }
}

@media screen and (min-width: 993px) {
    .newsletterInput {
        display: block;
        width: 100%;
    }
    .newsletterInput #input_newsletter {
        display: block;
        width: 100%;
        padding-right: 148px !important;
    }
    .newsletterInput #js_submit {
        position: absolute;
        top: 0;
        right: 8px;
        transform: none !important;
    }
}

@media screen and (max-width: 600px) {
    #avis #encart_avis.slick-initialized {
        margin-bottom: 64px;
    }
    #avis #encart_avis.slick-initialized .slick-arrow {
        transform: none !important;
    }
}

.no-mobile {
    display: none;
}

#newsletter label {
    display: none;
}

.top-bar .brand {
    font-size: 1rem;
    text-align: center;
}

.tel span.material-icons {
    margin-top: -.125em;
    margin-right: .25em;
}

.reseaux-sociaux svg {
    width: 25px;
    height: 25px;
    /* fill: var(--text-color); */
}

.baseline {
    color: var(--primary-color);
    font-size: .6rem;
}

.top-bar .container {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
}

#bloc-header {
    width: 100%;
    min-height: 306px;
    background: url(../assets/gifs/bg-header.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}

#bloc-header-content {
    background-color: var(--background-color);
    padding: 20px;
    text-align: center;
}

#encart-points-forts .container .l10 {
    margin: 0 auto;
}

#encart-points-forts {
    display: none;
}

.index-page #encart-points-forts {
    background-color: var(--primary-color);
    position: relative;
    display: block;
}

#encart-points-forts::before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    background-color: var(--primary-color);
    z-index: -1;
}

ul.points-forts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.points-forts li {
    margin: 20px;
}

ul.points-forts li span.material-icons {
    display: block;
    text-align: left;
}

ul.points-forts li p {
    font-size: 1.25rem;
    text-align: left;
}

ul.points-forts li p span {
    display: block;
    font-weight: 400;
    color: var(--text-color);
    font-size: 0.95rem;
}

.prestation .card-title {
    text-align: center;
}

.prestation .card-title span {
    color: var(--accent-color);
    letter-spacing: 1.12px;
    font-size: .85rem;
}

.prestation .card-title a {
    font-size: 1.2rem;
    padding-top: 12px;
}

.encart-contact .card {
    border: 2px solid #EBE6E3;
}

#ministere {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#bloc-05 {
    background: #F5F5F5;
    padding: 80px 0 0 0;
}

h2,
.title-2,
#avis .titre_avis {
    font-weight: 400;
}

h1,
.title-1 {
    font-weight: 600!important;
    z-index: 0;
}

.titre_avis {
    text-align: center;
}

#newsletter {
    background: url(../assets/gifs/bg-newsletter.jpeg);
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    justify-content: center;
    flex-direction: column;
    min-height: 292px;
}

.bg-news {
    content: "";
    position: absolute;
    background-color: var(--text-color);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .67;
    z-index: 0;
}

#news-map.section {
    position: relative;
    z-index: 0;
}

#news-map .col {
    padding: 0!important;
    position: relative;
    z-index: 1;
}

#form_newsletter {
    width: 100%;
    max-width: 450px;
}

#newsletter .title-2 {
    position: relative;
    color: var(--background-color);
}

.map-container iframe {
    height: 400px;
}

#encart-actualites ul.slick-actualites {
    display: block !important;
    margin: 0 0 1.5rem;
}

#encart-actualites ul.slick-actualites>li {
    width: auto !important;
    padding: 0;
}

#encart-actualites ul li .card {
    margin: 0;
    background-color: #FFFFFF !important;
    box-shadow: 0 8px 16px rgba(104, 104, 104, .16) !important;
}

#encart-actualites .card>div:last-child {
    padding: 40px 24px 24px;
}

#encart-actualites .card>div.card-image>a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#encart-actualites .card>div.card-image>a>img {
    display: block;
    width: auto !important;
    max-width: none !important;
    min-width: 1000%;
    height: auto;
    min-height: 1000%;
    margin: auto;
    position: absolute;
    top: -10000%;
    right: -10000%;
    bottom: -10000%;
    left: -10000%;
    transform: scale(.1);
}

#encart-actualites ul.slick-actualites {
    display: block !important;
    margin: 0px -12px 1.5rem;
}

#encart-actualites .date-actualite {
    position: relative;
    font-weight: 700;
}

#encart-actualites .date-actualite::before {
    position: relative;
    display: block;
    content: "ActualitÃ©s";
    letter-spacing: 0px;
    color: #2D2D2D;
    font-size: 42px;
    text-align: center;
    width: 100%;
    top: -12px;
    font-weight: 400;
}

#encart-actualites .card-title {
    color: var(--accent-color)!important;
}

.mini-text {
    font-size: 0.9rem;
}

.brand a {
    font-size: 1.5rem;
}

.divider {
    background-color: var(--background-color) !important;
}

.tel-center {
    text-align: center;
}

.index-page footer {
    position: relative;
}

.index-page footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    background-color: var(--secondary-color);
    top: -300px;
    left: 0;
    z-index: -1;
}

.white-text .divider {
    background-color: #FFFFFF;
}

body>footer .divider {
    margin: 1.5rem 0;
}

footer .siret {
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    h1,
    .title-1 {
        font-size: 26px;
    }
    h1 span,
    .title-1 span {
        /* font-size: 16px; */
    }
    .brand {
        font-size: 1rem;
    }
    #bloc-header-content>.flex-row>.col:not(:first-child) {
        padding-top: .75rem;
    }
    #bloc-header-content>.flex-row>.col:not(:last-child) {
        padding-bottom: .75rem;
    }
}

@media screen and (min-width: 601px) {
    #encart-actualites>.container {
        position: relative;
    }
    ul.points-forts {
        justify-content: space-around;
    }
    #bloc-header-content .col.flow-text {
        text-align: right;
    }
    #bloc-header-content .col {
        text-align: left;
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    #bloc-03 .flex-row .col:last-child>p:first-child {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    #ministere img {
        margin-left: 1rem;
    }
    footer address {
        text-align: center;
    }
    footer .reseaux-sociaux ul {
        justify-content: center!important;
    }
    .brand {
        text-align: center;
    }
    body>footer>.section>.container>.flex-row>.col:not(:first-child) {
        padding-top: .75rem;
    }
    body>footer>.section>.container>.flex-row>.col:not(:last-child) {
        padding-bottom: .75rem;
    }
}

footer .reseaux-sociaux ul {
    justify-content: flex-start;
}

@media screen and (min-width: 993px) {
    #encart-actualites {
        margin-top: -65px;
    }
    #encart-actualites ul li .card {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        justify-content: center;
    }
    #encart-actualites .card>div {
        /* width: 50%; */
        height: 400px;
    }
    #encart-actualites .card>div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 48px;
    }
    #encart-actualites .card>div.card-image>a {
        height: 100%;
    }
    #newsletter {
        padding: 60px;
    }
    #ministere img {
        padding-left: 20px;
        mix-blend-mode: multiply;
    }
    #encart-equipe .col .title-2 {
        transform: translateY(80px);
    }
    #bloc-03 .flex-row .col:last-child {
        align-self: flex-start;
    }
    #white-bg {
        background: var(--background-color);
        padding: 32px 52px 52px 52px;
        transform: translate3d(-75px, 110px, 0px);
    }
    #bloc-header-content {
        width: auto;
        padding: 50px;
    }
    .no-mobile {
        display: block;
    }
    #bloc-header {
        justify-content: flex-end;
    }
    .index-page .top-bar {
        font-size: .75em;
    }
    .top-bar {
        font-size: .75em;
    }
    .top-bar .container {
        padding: 20px 0 20px 0;
    }
    .js-scroll {
        padding: 5px 0 0 2px;
        transition: all .3s;
    }
    .index-page .js-scroll {
        padding: 5px 0 0 2px;
        transition: all .3s;
    }
    .js-scroll .container {
        padding-bottom: 5px;
    }
    .main-nav {
        font-weight: 700;
    }
    .reseaux-sociaux svg {
        /* fill: var(--text-color); */
    }
    .fold .container {
        position: relative;
    }
    #bloc-header-content {
        position: absolute;
        right: 0;
        padding: 30px 0px;
    }
    .fold .container .col.center-align.no-mobile {
        padding-top: 140px;
    }
    body>footer a.lien-maps,
    body>footer nav a {
        transition: opacity .3s ease-in-out;
    }
    body>footer a.lien-maps:hover,
    body>footer nav a:hover {
        opacity: .72;
    }
    body>footer nav>ul>li {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
    }
    body>footer nav>ul>li:not(:last-child)::after {
        display: block;
        width: 0;
        height: 100%;
        content: '';
        border-right: solid 1px;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
    }
}


/*================================================ SOMMAIRE */

html {
    scroll-behavior: smooth;
}

.sommaire {
    background-color: var(--primary-background-color);
    position: relative;
    padding: 40px 0px;
    z-index: 1;
}

.sommaire:before {
    background-color: var(--primary-background-color);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -70%;
    top: 0;
    content: '';
    z-index: -1;
}

.sommaire:after {
    background-color: var(--primary-background-color);
    position: absolute;
    width: 100%;
    height: 100%;
    right: -70%;
    top: 0;
    content: '';
    z-index: -1;
}

.sommaire ol li {
    padding: 15px 0px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}

.sommaire ol {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 20px;
}

.sommaire ol li a {
    margin-left: 10px;
}

.sommaire ol li::marker {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width:902px) {
    .sommaire ol {
        max-height: 250px;
    }
    .sommaire {
        padding: 48px 0px;
    }
}


/*PLAN DU SITE*/

.plan-site li {
    color: inherit;
    list-style: unset;
}

.plan-site .col-plan>ul {
    margin-left: 0;
}

.plan-site .col-plan>ul>li.firstLi {
    list-style: none;
}

.plan-site .col-plan>ul>li>a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.plan-site .col-plan>ul>li>a:hover {
    text-decoration: none;
}

.plan-site .col-plan>ul>li.firstLi>a[href='#'] {
    color: inherit !important;
    text-decoration: none !important;
    opacity: .4;
    pointer-events: none !important;
}

.plan-site .col-plan>ul>li.firstLi>a[href='#']::after {
    content: '\00A0 :';
}


/* LOGO */


/* ==== */

img.footer-only {
    display: none;
}

body>footer .logo img.footer-only {
    display: block;
}

body>footer .logo img.header-only {
    display: none;
}

#mess_newsletter {
    position: relative;
    color: #fff;
}


/* MEATBALLS */


/* ========= */

#nav-meatballs a.tel {
    display: inline-block;
}


/* PAGE 404 */


/* ==== */

.page-404 header .container {
    display: flex;
    flex-direction: column-reverse;
}

.page-404 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.page-404 header {
    padding: 25px 5px;
}

.page-404 {
    padding-top: 0px;
    background: var(--background-color);
}

.intro-404 {
    font-size: 1.3em;
}

.page-404 .top-bar .col {
    margin-top: 10px;
}

.page-404 .section ul {
    list-style: none;
    margin: 30px 0px 30px 30px;
}

.page-404 .section ul li {
    position: relative;
}

.page-404 .section ul li:before {
    position: absolute;
    left: -30px;
    top: 7px;
    content: ' ';
    width: 16px;
    height: 16px;
    background-image: url('../assets/gifs/icons/cancel.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page-404 .right-404 {
    background: #fff;
    padding: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin: 50px 0px;
}

.page-404 .title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0px;
}

.page-404 .btn-accueil svg .a {
    fill: transparent;
}

.page-404 .btn-accueil svg .b {
    fill: #fff;
}

.page-404 .btn-accueil svg {
    transform: translate3d(-5px, 2px, 0px);
}

.page-404 .container .flex-content {
    flex-direction: column-reverse;
}

.page-404 .col.m12 span.material-icons {
    transform: translate3d(-10px, -4px, 0px);
}

@media screen and (min-width:602px) {
    .page-404 .container .flex-content {
        flex-direction: row-reverse;
    }
    .page-404 .right-404 {
        padding: 25px;
    }
    .page-404 .top-bar .col:nth-child(2) {
        text-align: center;
    }
}

@media screen and (min-width:993px) {
    .page-404 .right-404 {
        padding: 48px;
    }
    .page-404 .top-bar {
        padding: 0px;
    }
    .page-404 header {
        padding: 5px 0px;
    }
    .page-404 .top-bar .brand {
        text-align: left;
    }
    .page-404 .top-bar .col:nth-child(2) {
        text-align: right;
    }
}


/* GdC */


/* === */

input[class*="mce-"] {
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
}

.mce-label {
    position: static !important;
}

.sticky .brand .col img {
    transition: .3s;
}

.sticky.js-scroll .brand .col img.header-only,
.rappel_telephonique .brand .col img.header-only {
    width: 100px;
    height: 100px;
}

.contact-page #fil_ariane a,
.contact-page p.intro,
ul.points-forts li p span {
    color: #fff;
}


/* ENCART PARTENAIRES */

#encart-partenaires ul {
    display: flex;
    justify-content: center;
}

#encart-partenaires ul li {
    list-style: none;
    margin: 0 1rem;
}

@media screen and (max-width:992px) {
    #encart-clients .slick-track {
        margin-bottom: 2rem;
    }
    #encart-clients .slick-next {
        right: -7px;
        background-color: rgba(255, 255, 255, 0.808);
    }
    #encart-clients .slick-prev {
        left: -7px;
        background-color: rgba(255, 255, 255, 0.808);
    }
}

@media screen and (max-width:600px) {
    #encart-partenaires ul li {
        margin: 0;
    }
}

footer .brand .baseline {
    color: #fff;
}

@media screen and (max-width: 993px) {
    .brand a>div {
        justify-content: center;
    }
    .brand a {
        width: auto;
    }
    .brand a div div {
        text-align: center;
    }
}

#encart-clients ul li {
    text-align: center;
}

#encart-clients ul .slick-slide img {
    display: inline-block;
}

.trio-img {
    display: flex;
    justify-content: center;
}


/* ENCART NEWSLETTER */

#encart-newsletter {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.a-newsletter {
    padding: 10px;
}

.a-newsletter {
    display: flex;
    align-items: center;
    z-index: 1;
}

.a-newsletter:hover {
    text-decoration: none;
}

.newsletter-liens {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-header {
    margin-top: 10px;
}

.a-newsletter span {
    margin-left: 5px;
}

.newsletter-footer {
    animation: .5s;
}

.newsletter-footer:hover {
    opacity: .65 !important;
}

@media screen and (min-width: 993px) {
    .newsletter-liens {
        justify-content: end;
    }
}

@media only screen and (min-width: 1201px) {
    .contact-page .map-container iframe {
        height: 300px
    }
}

.contact-page #infos-pratiques {
    margin-bottom: 30px;
}