:root {
    --color-rouge: #d92d45;
    --color-bleu: #78cbf2;
    --color-vert: #86c19a;
    --color-gris: #acaaab;
    --color-orange: #DC741E;
    --color-gris-sombre: #4c5c61;
    --color-doree: #FEBA33;

}

body {
    font-family: Arial;
    color: #4D5C61;
    font-size: 18px;
    position: relative;
}

p {
    line-height: 1;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 25px;
}

form input:focus {
    outline: 2px dotted #dbd8d8;
}

.text-white {
    color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
    color: #4D5C61;
}

::placeholder {
    color:silver;
}

.page.singular:not(.fl-builder) #content {
    max-width: 1100px;
    margin: 0 auto;
}


.header-primary {
    color: #fff;
}

.header-primary h2 {
    color: var(--color-doree);
    margin: 30px 0;
    font-size: 35px;
}


.header-secondary h2 {
    color: #fff;
    margin: 30px 0;
    font-size: 35px;
}

h1.color-secondary {

    color: var(--color-doree);
}

.color-secondary h2, h2.color-secondary {
    color: var(--color-doree);
    font-size: 35px;
}

.color-secondary p {
    color: #fff;
}


.site-header {
    padding-top: 25px;
    padding-bottom: 0;
}

#header-external-link a {
    color: var(--color-doree);
}

#header-external-link:hover a {
    color: #fff;
}

#header-external-link {
    display: none;
    color: var(--color-doree);
    margin-right: 10px;
    border: 1px solid var(--color-doree);
    padding: 5px 10px;
    border-radius: 9px;
    cursor: pointer;
}


#header-external-link:hover {
    background-color: var(--color-doree);
    color: #fff;
}


@media only screen and (max-width: 1024px) {
    .site-header {
        margin: 0 15px;
        max-width: 100%;
    }

}


.btn-fond-transparent a {
    background-color: transparent !important;
}

.btn-fond-transparent a:hover {
    background-color: var(--color-doree) !important;
}


header {
    display: flex;
}

header .custom-logo, .footer-logo img {
    max-width: 220px;
}

/*.site-branding {*/
/*    width: 20%;*/
/*}*/

/*.primary-navigation {*/
/*    width: 80%;*/
/*}*/

.menu-button-container {
    display: none;
}

.primary-navigation > div > .menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

}

.primary-navigation .primary-menu-container > ul > .menu-item {
    justify-content: center;
    align-items: center;
}

.primary-navigation .primary-menu-container > ul > .menu-item-type-post_type:not(.menu-item-has-children ) {
    flex-direction: column;
    justify-content: center;
}

.primary-navigation .primary-menu-container > ul > .menu-item-type-custom > a,
.primary-navigation .primary-menu-container > ul > .menu-item-type-post_type > a {
    border-bottom: 5px solid transparent;
    padding: 0;
    padding-bottom: 3px;

}

/*.primary-navigation .primary-menu-container > ul > .menu-item-has-children:hover > a{*/
.primary-navigation .primary-menu-container > ul > .menu-item:hover > a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 5px solid #FEBA33;
}

@media only screen and (min-width: 769px) {

    .primary-navigation .primary-menu-container > ul > .menu-item-has-children:hover {
        background-color: #fff;
    }


    .primary-navigation .sub-menu {
        background-color: #fff;
    }

    .primary-navigation .sub-menu li {
        min-width: 210px;
    }


    .primary-navigation .sub-menu .menu-item {
        border-bottom: 2px dotted #ece1e1;
    }

    /*.primary-navigation .sub-menu .menu-item:last-child {*/
    /*    border-bottom: none;*/
    /*}*/
    .primary-navigation .sub-menu .menu-item:hover {
        background-color: #FEBA33;
    }


    .primary-navigation .sub-menu .menu-item:hover a {
        text-decoration: none;
        font-weight: bold;
    }

    .primary-navigation .sub-menu .menu-item > a {
        padding: 12px 20px;
    }


    .primary-navigation .primary-menu-container > ul > .menu-item-has-children {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}


.primary-navigation .primary-menu-container > ul > .menu-item > a {
    /*width: 155px;*/
    text-align: center;
}

#primary-menu-list .menu-item a:focus {
    background-color: transparent;
    color: inherit;
}

#primary-menu-list > .menu-item {
    padding: 0px;
    border-left: 1px solid grey;
}

#primary-menu-list .menu-item a {
    font-size: 15px;
}

#primary-menu-list > .menu-item > a {
    width: 80px;
}

#primary-menu-list .menu-item:first-child, #primary-menu-list .menu-item:last-child {
    border-left: none;
}


#primary-menu-list #menu-item-18, #primary-menu-list #menu-item-1090 {
    border-left: none;

}

/*#primary-menu-list .menu-item-type-post_type:last-child a {*/
#primary-menu-list #menu-item-18 a, #primary-menu-list #menu-item-1090 a {
    color: #fbbb23;
    border: 1px solid #fbbb23;
    width: 180px;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 16px;
}

#primary-menu-list #menu-item-18:hover a, #primary-menu-list #menu-item-1090:hover a {
    color: #fff;
    background-color: #fbbb23;
    text-decoration: none;
}

.logo-menu-mobile {
    display: none;
}


@media only screen and (max-width: 400px) {

    .custom-logo-link img {
        width: 100%;
    }
}


/* Menu Mobile */

.primary-navigation-open .logo-menu-mobile {

    display: block;
}

.primary-navigation-open .logo-menu-mobile img {
    margin: 0 auto 20px;
    width: 90%;
}

@media only screen and (min-width: 482px) {
    .primary-navigation-open .logo-menu-mobile img {
        margin: 35px auto 20px;
        width: 250px;
    }
}


/*@media only screen and (min-width: 768px) {*/
/*    .primary-navigation-open .logo-menu-mobile img {*/
/*        margin: 50px auto 20px;*/
/*        width: 250px;*/
/*    }*/
/*}*/

.primary-navigation-open .primary-menu-container {
    background-color: #4D5C61;

}

.primary-navigation-open #primary-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100%;
}


.primary-navigation-open #primary-menu-list .menu-item a {
    width: 100%;
    color: var(--color-doree);
    padding: 0;
}

.primary-navigation-open #primary-menu-list > .menu-item > a {
    color: #fff;
    font-size: 20px;
}


.primary-navigation-open #primary-menu-list > .menu-item {
    padding: 15px 0;
    border-left: none;
    border-bottom: 1px solid var(--color-doree);
    max-width: 160px;
    margin: 0 auto;
}

.primary-navigation-open #primary-menu-list > .menu-item:last-child, .primary-navigation-open #primary-menu-list > .menu-item-18 {
    border-bottom: none;
}


.primary-navigation-open #primary-menu-list .sub-menu {
    text-align: center;
    margin: 0;
    display: none;
}


.primary-navigation-open #primary-menu-list .sub-menu a {
    padding: 5px 0;
}

.primary-navigation-open #primary-menu-list .sub-menu-toggle {
    position: absolute;
    top: 0px;
    right: -30px;
    color: #fff;
}

.primary-navigation-open .primary-navigation .menu-button-container {
    position: absolute;
    width: auto;
    background: none;
    top: 10px;
}

.primary-navigation-open .menu-button-container #primary-mobile-menu {
    color: #fff;
}

.primary-navigation-open .primary-navigation .primary-menu-container > ul > .menu-item:hover > a {
    border-color: transparent;
}


/*.primary-navigation-open #primary-menu-list > .sub-menu{*/
/*    border-bottom: none;*/
/*}*/


#header-icons-home {
    position: relative;
    top: 80px;
    z-index: 1;
}


@media only screen and (max-width: 768px) {

    #header-icons-home .fl-col-content {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        height: 90px;
        justify-content: flex-end;
        row-gap: 10px;
        font-weight: bold;
    }

    #header-icons-home .fl-module-content {
        margin: 0;
    }


    #header-icons-home img {
        max-width: 75px;
    }

}

body.home h1 {
    text-align: center;
    font-size: 55px;
}

#breadcrub a {
    display: inline-block;
}

.fl-post-feed {
    display: flex;
    align-items: center;
}

.fl-post-feed-post {
    border: none;
}

.fl-post-feed-terms a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}


.fl-post-feed-content a.fl-post-feed-more {
    color: #FCBA39;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #FCBA39;
    padding: 10px 15px;
}

.fl-post-feed-content a.fl-post-feed-more:hover {
    background-color: #FCBA39;
    color: #fff;
}

.fl-post-feed-more-arrow {
    padding: 0 25px;
}


.fl-post-feed-more-arrow a {
    text-decoration: none;
    font-size: 3em;
}


#home-featured-post {
    position: relative;
    background-color: transparent;
    /*min-width: 400px;*/
}


@media only screen and (min-width: 500px) {
    #home-featured-post {
        min-width: 400px;
    }
}


#home-featured-post .fl-post-feed-image {
    display: none;
}

#home-featured-post::before {
    content: '';
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    clip-path: polygon(0% 5%, 100% 10%, 100% calc(100% - 50px), 3% 97%);
    background-color: #4D5C61;
}


@media only screen and (max-width: 768px) {


    #home-featured-post::before {
        clip-path: polygon(0% 0%, 100% 10%, 100% calc(100% - 50px), 0% 100%);

    }

    #home-featured-post {
        margin-top: 200px;

    }

}

#home-featured-post .fl-module-content {
    position: relative;
    z-index: 1;
}

#col-4-numbers h2 {
    font-weight: bold;
    font-size: 5em;
}

#col-4-numbers .fl-col {
    padding: 0 25px;
}


@media only screen and (min-width: 769px) {

    #col-4-numbers .fl-col {
        border-right: 1px solid #EDBC56;
    }

}


#col-4-numbers .fl-col:last-child {
    border-right: none;
}

.image-over {
    z-index: 2;
}


.list-icon-overlay {
    max-width: 220px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin: 0 auto;
    grid-gap: 10px;
}


.list-icon-overlay .icon-bas-droit img {
    /*position: absolute;*/
    bottom: 30px;
    right: -25px;
}


.list-icon-overlay .icon-bas-droit p {
    position: absolute;
    height: 50px;
    width: 150px;
    bottom: 0;
    left: 0px;

}

.list-icon-overlay .icon-bas-gauche img {
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 130px;

}

.list-icon-overlay .icon-haut-droit img {
    position: absolute;
    top: -40px;
    right: 0px;
    height: 130px;
}

.list-icon-overlay .icon-haut-gauche img {
    position: absolute;
    top: -20px;
    left: -30px;
}

.list-icon-overlay .icon-bas-gauche,
.list-icon-overlay .icon-bas-droit {
    left: 50px;
}

.icon-overlay .overlay {
    cursor: pointer;
    display: block;
    /*background-color: #FCBA39;*/
    background-color: rgba(252, 186, 57, 0.9);
    position: absolute;
    width: 270px;
    padding: 15px 25px;
    line-height: 1;
    font-size: 18px;
    visibility: hidden;
}

.icon-haut-droit.icon-overlay .overlay {
    bottom: 0;
    left: 0;
}


.icon-haut-gauche.icon-overlay .overlay {
    bottom: 0;
    right: 0;
}


.icon-bas-droit.icon-overlay .overlay {
    top: 0;
    left: 0;
}

.icon-bas-gauche.icon-overlay .overlay {
    top: 0;
    right: 0;
}

.icon-overlay .overlay h4 {
    color: #595B49;
    font-size: 20px;
}


.icon-overlay:hover .overlay {
    display: block;
    visibility: visible;
}


.icon-overlay {
    position: relative;
    background-color: #E5EBEB;
    width: 110px;
    height: 110px;
    cursor: pointer;
    /*border: 1px solid black;*/
}


.icon-overlay img {
    position: absolute;
}

.col-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.list-icons {
    position: relative;
}


.list-icons .icon-overlay {
    position: absolute;
}

.list-icons .icon-haut-droit.icon-overlay {
    top: 10px;
    left: 130px;
}


.list-icons .icon-haut-gauche.icon-overlay {
    top: 10px;
    left: 5px;
}


.list-icons .icon-bas-droit.icon-overlay {
    bottom: 25px;
    left: 180px;
}

.list-icons .icon-bas-gauche.icon-overlay {
    bottom: 25px;
    left: 60px;
}


/* Footer */

footer.site-footer {
    background-color: #4D5C61;
}

.footer-navigation a {
    color: #fff;
    text-decoration: none;
}

.footer-navigation a span {
    padding: 10px;
    display: block;
}

.footer-credits {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.footer-navigation a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Page Nos domaines d'expertises */


.expertises-liste .fl-rich-text {
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.expertises-liste h3 {
    margin-bottom: 15px;
}


.expertises-liste ul {
    padding-left: 17px;
}

/* Nos actualités */

#list-years {
    margin-top: 15px
}

#list-years a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px 30px;
}

#list-years a.active {
    border-color: #FEBA33;
    color: #FEBA33;
}

.list-posts {
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    max-width: 880px;
}


@media only screen and (max-width: 500px) {
    .list-posts {
        grid-template-columns: 1fr;
    }
}


.post {
    max-width: 400px;
    line-height: 1;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post.js-pop-in-open:hover {
    cursor: pointer;
}


.post-content > div {
    margin-top: 10px;
}

.post-content {
    padding: 0 15px 15px;
    background-color: #FEBA33;
    color: #555B50;
    position: relative;
}


.post-content::before {
    content: '';
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 35px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    background-color: #FEBA33;
}


.post-content .title {
    color: #fff;
    text-transform: uppercase;
}

.post-content .date {
    font-size: 18px;
    color: #555B50;
    font-weight: bold;
}

.post-content .excerpt, .post-content .content {
    color: #555B50;
    font-size: 16px;
}


.post-content .content {
    display: none;
}


#pop-in .post-content .content {
    display: block;
}

#pop-in .post-content .excerpt {
    display: none;
}


/* Page produits / machine */


article.products #banner, #single_category #banner {
    min-height: 40vh;
    position: relative;
}


article.products #banner::after, #single_category #banner::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(0% 0%, 95% 100%, 0% 100%);
    background-color: #fff;
}


article.products .entry-title, #single_category .entry-title {
    font-size: 50px;
    font-weight: bold;
}

article.products h2 {
    font-size: 35px;
    margin: 10px 0 30px;
}


.product-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.product-info .product-picture-wrapper {
    display: flex;
    align-items: flex-start;
}

.product-info .product-picture-wrapper img {
    /*height: 100%;*/
    max-width: 100%;
    margin: 0 auto;
     flex-grow: 1;
}

.product-info .product-content p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-info .product-content h4 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 50px;
}

/*.product-info .product-content strong u{*/
/*    font-size: 18px;*/
/*}*/

.product-info .product-content ul {
    padding-left: 30px;
}

.product-info .product-content ul ul {
    list-style: revert;
}

.content-bouton {
    text-decoration: none;
    padding: 15px 30px;
    border: 1px solid;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0.5em
}

.content-bouton:hover {
    color:#fff !important;
    border-color:transparent;
}


.bandeau {
    color: #fff;
    position: relative;
    margin: 50px 0 0;
    padding-bottom: 5px;
}


#carte-identité-machine {
    margin-top: 50px;
}

#carte-identité-machine .liste-caracteristiques {
    /*flex-flow: column wrap;*/
    /*height: 350px;*/
    /*display: flex;*/

    display: grid;
    grid-template-columns:1fr 1fr;
}

#carte-identité-machine .liste-caracteristiques .product-option {
    margin-bottom: 30px;
    display: flex;
}

#carte-identité-machine .liste-caracteristiques .product-option .product-option-icon {
    margin: 5px 15px 0 0;
}

#carte-identité-machine .liste-caracteristiques .product-option h3 {
    margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
    #carte-identité-machine .liste-caracteristiques {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}


.bandeau::before {
    content: '';
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    background-color: green;
    /*z-index: 2;*/
}


.bandeau::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    background-color: green;
    /*z-index: 2;*/
}


#champ-expertise {
    background-color: #E5EBEB;
    position: relative;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}


#champ-expertise::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    background-color: #E5EBEB;
}

#champ-expertise .liste-champs > div {
    border-right: 1px solid #6D7170;
}

#champ-expertise .liste-champs > div:last-child {
    border-right: none;
}

#champ-expertise .liste-champs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}


#champ-expertise .liste-champs .list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-right: 40px;
}


#champ-expertise .liste-champs .list-items > div {
    align-self: center;
    line-height: 1;
}

#champ-expertise .liste-champs .list-items > img {
    margin: 10px auto 0;
    max-height: 80px;
}

#champ-fluide .list-items > img {
    max-width: 60px;
}

#champ-expertise h3.title {
    margin-bottom: 15px
}


@media only screen and (max-width: 769px) {
    #champ-expertise .liste-champs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    #champ-expertise .liste-champs > div:nth-child(2n) {
        border-right: none;
    }

    .product-info {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 500px) {
    #champ-expertise .liste-champs {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    #champ-expertise .liste-champs > div {
        border-right: none;
    }
}

.category-color-rouge .bandeau,
.category-color-rouge .bandeau::before,
.category-color-rouge .bandeau::after,
.category-color-rouge .content-bouton:hover {
    background-color: var(--color-rouge);
}

.category-color-rouge .current-category,
.category-color-rouge .product-content h4,
.category-color-rouge .product-content strong,
.category-color-rouge #champ-expertise h2,
.category-color-rouge #machine-complementaire h2,
.category-color-rouge .content-bouton {
    color: var(--color-rouge);
}


.category-color-vert .bandeau,
.category-color-vert .bandeau::before,
.category-color-vert .bandeau::after,
.category-color-vert .content-bouton:hover {
    background-color: var(--color-vert);
}

.category-color-vert .current-category,
.category-color-vert .product-content h4,
.category-color-vert .product-content strong,
.category-color-vert #champ-expertise h2,
.category-color-vert #machine-complementaire h2,
.category-color-vert .content-bouton {
    color: var(--color-vert);
}

.category-color-bleu .bandeau,
.category-color-bleu .bandeau::before,
.category-color-bleu .bandeau::after,
.category-color-bleu .content-bouton:hover {
    background-color: var(--color-bleu);
}


.category-color-bleu .current-category,
.category-color-bleu .product-content h4,
.category-color-bleu .product-content strong,
.category-color-bleu #champ-expertise h2,
.category-color-bleu #machine-complementaire h2,
.category-color-bleu .content-bouton {
    color: var(--color-bleu);
}

.category-color-gris .bandeau,
.category-color-gris .bandeau::before,
.category-color-gris .bandeau::after,
.category-color-gris .content-bouton:hover  {
    background-color: var(--color-gris);
}

.category-color-gris .current-category,
.category-color-gris .product-content h4,
.category-color-gris .product-content strong,
.category-color-gris #champ-expertise h2,
.category-color-gris #machine-complementaire h2,
.category-color-gris .content-bouton {
    color: var(--color-gris);
}

.category-color-orange .bandeau,
.category-color-orange .bandeau::before,
.category-color-orange .bandeau::after,
.category-color-orange .content-bouton:hover {
    background-color: var(--color-orange);
}

.category-color-orange .current-category,
.category-color-orange .product-content h4,
.category-color-orange .product-content strong,
.category-color-orange #champ-expertise h2,
.category-color-orange #machine-complementaire h2,
.category-color-orange .content-bouton {
    color: var(--color-orange);
}


/* Catégories de produits */

#single_category .list-products, .products.type-products .list-products {
    margin: 50px 0;
}

#single_category .list-products .list-products-wrapper, .products.type-products .list-products .list-products-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
}


@media only screen and (max-width: 768px) {


    #single_category .list-products .list-products-wrapper, .products.type-products .list-products .list-products-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }
}

@media only screen and (max-width: 469px) {


    #single_category .list-products .list-products-wrapper, .products.type-products .list-products .list-products-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
}

#single_category .product-card .product-picture-wrapper, .products.type-products .product-card .product-picture-wrapper {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#single_category .product-card .product-picture-wrapper .product-picture, .products.type-products .product-card .product-picture-wrapper .product-picture {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.list-products.products-featured .product-card .product-picture-wrapper {
    min-height: auto;
}


.list-products.products-featured .product-card .product-picture-wrapper .product-picture {
    height: 270px;
    width: auto;
}


#single_category .product-card a, .products.type-products .product-card a {
    text-decoration: none;
}

#single_category .product-card .product-title, .products.type-products .product-card .product-title {
    text-align: center;
    margin-top: 10px;
}

#single_category .product-card img, .products.type-products .product-card img {
    max-height: 380px;
    margin: 0 auto;
}


#single_category .product-card:hover .product-title, .products.type-products .product-card:hover .product-title {
    text-align: center;
}

#single_category.category-color-vert .product-card:hover .product-title, .products.type-products.category-color-vert .product-card:hover .product-title {
    color: var(--color-vert);
}

#single_category.category-color-gris .product-card:hover .product-title, .products.type-products.category-color-gris .product-card:hover .product-title {
    color: var(--color-gris);
}

#single_category.category-color-bleu .product-card:hover .product-title, .products.type-products.category-color-bleu .product-card:hover .product-title {
    color: var(--color-bleu);
}

#single_category.category-color-rouge .product-card:hover .product-title, .products.type-products.category-color-rouge .product-card:hover .product-title {
    color: var(--color-rouge);
}

#single_category .product-card:hover img, .products.type-products .product-card:hover img {
    max-height: 380px;
    margin: 0 auto;
}

#single_category .product-card:hover .product-overlay, .products.type-products .product-card:hover .product-overlay {
    display: flex;
}

#single_category .product-overlay, .products.type-products .product-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: red;*/
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}


#single_category .product-overlay a, .products.type-products .product-overlay a {
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.product-bullets {
    margin-top: 30px;
    color:#fff;
    line-height: 1.4em;
    padding:0 8px 6px 16px;
}


#single_category.category-color-vert .product-overlay, .products.type-products.category-color-vert .product-overlay {
    background-color: #86C19AE5;
}

#single_category.category-color-gris .product-overlay, .products.type-products.category-color-gris .product-overlay {
    background-color: #ACAAABE5;
}

#single_category.category-color-bleu .product-overlay, .products.type-products.category-color-bleu .product-overlay {
    background-color: #78CBF2E5;
}

#single_category.category-color-rouge .product-overlay, .products.type-products.category-color-rouge .product-overlay {
    background-color: #D92D45E5;
}


.category-header h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color:#fff;
}

.category-header .description {
    line-height: 1;
    max-width: 75%;
    font-size: 17px;
}

/* Page notre histoire */

.year-big {
    font-size: 140px;
    font-weight: bold;
    color: #E5EBEB;
}


.banner-option {
    display: none;
}

.banner-option.active {
    display: block;
}

.illustration-ligne {
    position: absolute;
    left: 60%;
    height: 450px;
    z-index: 99;
    width:40%;
    background-size: contain;
    background-repeat: no-repeat;
}

.illustration-ligne-mobile {
    display: none;
}

p.description {
    width: 60%;
}

@media only screen and (max-width: 1310px) {
    .illustration-ligne {
        margin-top:100px;
    }

}


@media only screen and (max-width: 1150px) {
    .illustration-ligne-mobile {
        background-size: 600px 435px;
        background-position: top left;
        position: relative;
        height: 435px;
        left: calc(90% - 450px);
        width: calc(10% + 450px);
        background-repeat: no-repeat;
        display: block;
    }

    .illustration-ligne {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .illustration-ligne-mobile {
        background-size: 390px 283px;
        background-position: top left;
        position: relative;
        height: 283px;
        left: calc(90% - 280px);
        width: calc(10% + 280px);
    }

    p.description {
        width: 100%;
    }

    .alignwide {
        padding:0 15px;
    }

    .onglets-categories {
        max-width: 310px
    }
}


.onglets-categories {
    margin-top: 2.5em;
    padding-bottom: 2.5em;
}

.onglets-categories a {
    margin-right: 10px; 
    text-transform: uppercase;
}



@media only screen and (min-width: 482px) {

    .year-big {

        font-size: 190px;

    }

    .year-big.year-big-left {
        transform: rotate(-90deg);

    }

    .year-big.year-big-right {
        transform: rotate(90deg);
    }
}


.date-list h3 {
    font-size: 40px;
    margin-bottom: 5px;
}

#imape-map-links-mobile {
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    gap: 10px;
}


/* Page contact nous-rejoindre */
#map-global img, #map {
    z-index: 1;
    position: relative;
}

form label {
    margin: 30px 0;
    color: silver;
}

form .form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 20px 0;
}

.form-flex {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    color:#4c5c67; 
    grid-gap: 1%;
}

.form-flex .wpcf7-form-control-wrap {
    width: 49%
}

.form-flex label {
    width: 100%;
    color:#4a5c61;
    margin: 15px 0 !important;
}

.form-flex .text-societe {
    width: 100%
}

.form-flex .wpcf7-form-control-wrap input {
    width: 100%;
    margin: 5px;
}

.form-file-upload .wpcf7-form-control-wrap {
    display: block;
}

#coordonnes-postales a {
    color: #4D5C61;
}


/* Formulaires */
#devis-form .wpcf7-form, #documentation-form .wpcf7-form {
    max-width: 750px;
    background-color: #e5eaeb;
    margin:0 auto;
    padding:20px 40px;
    color:#4c5c67;
}

#devis-form .mfp-close, #documentation-form .mfp-close {
    right: calc(50% - 360px);
    color: #fff;
    background-color: #ffba34;
    border-radius: 100%;
    font-size: 40px;
    top: 10px;
    opacity: 1
}

#devis-form label, #documentation-form label {
    width: 100%;
    color: #4a5c61;
    margin: 15px 0 !important;
}

.form-file-upload label {
    width: auto !important;
    color:#f1e5e6 !important;
}

.wpcf7-form-control-wrap.textarea-message textarea {
    padding:6px;
    margin-top: 6px
}

@media only screen and (max-width: 750px) {
    #devis-form .mfp-close, #documentation-form .mfp-close {
        right: 15px;
    }

}



@media only screen and (max-width: 500px) {

    form .form-grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin: 20px 0;
    }

    .form-flex .wpcf7-form-control-wrap {
        width: 100%
    }
}


form .form-grid-2 input[type='text'],
form .form-grid-2 input[type='email'],
form .form-grid-2 input[type='tel'] {
    width: 100%;
}

form input[type='radio'] {
    vertical-align: middle;
}


form input[type='submit'] {
    background-color: var(--color-doree);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0 auto;
    display: block;
}

form .form-file-upload {
    text-align: center;
    margin: 30px 0;
}


form .form-file-upload input[type='file'] {
    background-color: #7C8F94;
    color: #fff;
    padding: 10px;
    margin-top: 15px;
}

form .form-mt-30 {
    margin-top: 30px;
}


.inputfile {
    /*.js .inputfile {*/
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-file-upload label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


.form-file-upload label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;

    margin-left: 30px;

}


.form-file-upload label {
    color: #f1e5e6;
    background-color: #7C8F94;
    border-radius: 10px;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.form-file-upload label:hover {
    background-color: var(--color-doree);
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


/* Offres d'emploi */

article.jobs {
    margin-top: 50px;
}


.job-single {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
}

.job-single .job-description p, .job-single .job-description ul {
    margin-bottom: 1em;
    margin-top: 0.5em;
    line-height: 1.2em
}


.job-single .job-description h2 {
    margin: 30px 0 15px 0;
}

.job-single .job-details {
    min-width: 25%;
}


.job-single .job-details .job-subtitle {
    font-weight: bold;
}


.job-single .job-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.jobs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}


@media only screen and (max-width: 769px) {


    .jobs-list {
        grid-template-columns: 1fr;
    }
}


.jobs-list .job-item {
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
}

.jobs-list .job-item .btn {
    background-color: var(--color-doree);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid var(--color-doree);
    text-align: center;
}


.jobs-list .job-item .btn:hover {
    background-color: #fff;
    color: var(--color-doree);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;

}


/* Footer */

#form-newletters-wrapper {
    background: url('./assets/images/fond-newsletter.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    /*min-height: 50vh;*/

    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

/*
#form-newletters-wrapper  div {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
*/

#form-newletters-wrapper h3 {
    text-align: center;
    line-height: 1.3em;
}

#form-newletters-wrapper #form-newletters {
    margin-bottom: 30px;
}

.sib_signup_box_inside_1 {
    padding-bottom: 30px;
    text-align: center;
}

.sib_signup_box_inside_1 input[type=text], .sib_signup_box_inside_1 input[type=email] {
    padding: 10px;
    height: 48px;
    margin-top: 10px;
    margin-right: 20px;
    border-color: transparent;
}

#form-newletters input {
    max-width: 320px;
}

.wp-social-link-linkedin {
    background-color: var(--color-doree) !important;
    color:#fff  !important;
}

.footer-logo img {
    margin:0 auto;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    color:#4D5C61;
    text-decoration: none
}

 .footer-container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
        margin: 0 15px;
        text-align: center;
    }

.social-icon {
            display: inline-block;
            width: 44px;
            height: 44px;
            background-color: var(--color-doree);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin:5px auto 35px auto;
        }

.social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.social-icon svg {
    fill: white;
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 500px) {


    #form-newletters-wrapper div,
    #form-newletters-wrapper #form-newletters,
    #form-newletters-wrapper #form-newletters input[type=text] {
        width: 100%;
    }

    #form-newletters-wrapper #form-newletters input {
        display: block;
        margin: 10px auto;
    }

    #form-newletters-wrapper input[type="submit"] {
        margin-top:24px !important;
    }

    .sib_signup_box_inside_1 {
        display: block;
    }




}

#form-newletters-wrapper input[type=text] {
    border: none;
    border-radius: 10px;
    font-size: 20px;
    height: 48px;
    line-height: 1;
    margin: 0 8px;
}

#form-newletters-wrapper input[type=text]::placeholder {
    color: #BFBFBF;
}


#form-newletters-wrapper input[type=submit] {
    border: none;
    border-radius: 10px;
    background-color: var(--color-doree);
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    height: 48px;
    transition: 0.5s all;
}

#form-newletters-wrapper input[type=submit]:hover {
    background-color: #4D5C61;
}



@media only screen and (max-width: 768px) {

    .menu-button-container {
        display: flex;
    }

    .site-header {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .site-header:before,
    .site-header:after {
        content: none;
    }

    #header-external-link {
        display: block;
    }

    #form-newletters-wrapper, .footer-container {
        flex-direction: column
    }

    .footer-section {
        margin-bottom: 40px
    }


}

/*// width large mettre position top*/

@media only screen and (min-width: 1300px) {

    #form-newletters-wrapper {
        background-position: center center;
        /*min-height: 90vh;*/
    }


}


#pop-in {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(100, 100, 100, 0.8);


    display: flex;
    justify-content: center;
    align-items: center;

    display: none;
}


#pop-in .pop-in-content-wrapper {
    /*border: 3px solid white;*/
    position: relative;
    max-width: 500px;
    min-height: 500px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pop-in-close {
    position: absolute;
    top: 10px;
    right: 10px;

    background-color: var(--color-doree);
    width: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
}

#pop-in .pop-in-content {
    background-color: var(--color-doree);
}

#pop-in .pop-in-content .title {
    color: #fff;
}


/* Fix bug forme diagonale fl builder */
.fl-builder-bottom-edge-layer > * {
    bottom: -1px !important;
}


/* Galerie */

/* Slideshow container */
.gallery {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.gallery-item {
    display: none;
}

.gallery-item a {
    cursor: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}


/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

#main ul {
	line-height: 1.4em;
}

.fl-builder-content a.fl-button {
    border-radius: 10px !important
}


.header-container {
    position:sticky;
    top:0;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    padding-bottom: 10px;
}