/*!
Theme Name: selenium
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es/
Description:
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: selenium
*/
/* --------- GLOBAL --------- */
:root {
    --bleu: #1952C2;
    --bleuclair: #ECF2FF;
    --bleufonce: #0A2B6D;
    --bleupale: #CBDDFF;
    --boxshadow: 0 4px 44px 0 rgba(25, 82, 194, 0.10);
    --jaune: #FFA013;
    --jaunepale: #FFF5E6;
    --noir: #1C1C1C;
    --rouge: #F8255C;
    --rougepale: #FFE4EB;
    --vert: #17A89F;
    --vertpale: #B3E8DF;
}
::selection {
    background-color: #1e59cb;
}
html {
    overflow-x: hidden;
}
body {
    background-color: #F7FAFF !important;
    overflow-x: hidden;
    color: var(--bleufonce)!important;
    font-family: "poppins";
}

@font-face {
    font-family: "poppins";
    src: url("./assets/fonts/Poppins-Regular.woff") format("woff"), url("./assets/fonts/Poppins-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "poppins-semi";
    src: url("./assets/fonts/Poppins-SemiBold.woff") format("woff"), url("./assets/fonts/Poppins-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "poppins-bold";
    src: url("./assets/fonts/Poppins-Bold.woff") format("woff"), url("./assets/fonts/Poppins-Bold.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
h1 {
}
h2, h2 strong, h2 span {
    font-family: "poppins-semi";
    position: relative;
}
body h3, h3 span, body h3 strong {
    color: var(--bleu);
    font-family: "poppins-bold";
    font-size: 22px;
    font-weight: normal;
}
body.home h3, body.home h3 span, body.home h3 strong {
    color: var(--bleufonce);
    font-family: "poppins-bold";
    font-size: 29px;
}
body strong span, body p strong {
    font-family: "poppins-semi";
}
body h4 {
    font-family: 'poppins-semi';
    font-size: 18px;
    text-transform: uppercase;
}
body h4.mega-block-title {
    text-transform: inherit !important;
}
p strong, p strong * {
    font-family: "poppins-semi";
}
#main p a, #main ul a {
    color: var(--bleu);
    text-decoration: underline;
}
#main a:hover {
    color: #4d81e7;
}
.fond-bleu-clair {
    background-color: var(--bleuclair);
}
.card-blanche .vc_column-inner, .video-blanche, .img-blanche, .texte-blanc .wpb_text_column .wpb_wrapper {
    background-color: white;
    border-radius: 15px;
    box-shadow: var(--boxshadow);
    padding: 14px;
}
.texte-blanc .wpb_text_column .wpb_wrapper {
    padding: 30px;
}
.video-blanche {
    padding: 0;
}
.no-shadow.video-full-height > div, .no-shadow.video-full-height > div > div, .no-shadow.video-full-height > div > div > div, .no-shadow.video-full-height > div > div > div > div {
    height: 100%;
    padding: 0 !important;
}
.no-shadow.video-full-height video {
    height: 100%;
    object-fit: cover;
}
.card-blanche h3 {
    color: var(--bleufonce);
}
body .quote h2 {
    margin-bottom: 35px;
    padding-left: 60px;
    position: relative;
}
body .quote h2::before {
    content: url(./assets/img/quote-bleu.svg);
    left: -10%;
    position: absolute;
    top: -90%;
    z-index: -1;
}
body.surface-treatment .quote h2::before {
    content: url(./assets/img/quote-vert.svg);
    left: -10%;
    position: absolute;
    top: -90%;
    z-index: -1;
}
body.injection .quote h2::before {
    content: url(./assets/img/quote-rouge.svg);
    left: -10%;
    position: absolute;
    top: -90%;
    z-index: -1;
}
body.packaging .quote h2::before {
    content: url(./assets/img/quote-jaune.svg);
    left: -10%;
    position: absolute;
    top: -90%;
    z-index: -1;
}
body article.post-content.actu-page .post-thumbnail img, body article.post-content.actu-page .post-thumbnail {
    height: 350px;
}
body .actu-page h3 {
    color: var(--bleufonce);
}
body.injection .quote h2::before {
    content: url(./assets/img/quote-rouge.svg);
}
body.surfacetreatment .quote h2::before {
    content: url(./assets/img/quote-vert.svg);
}
body.packaging .quote h2::before {
    /*content: url(./assets/img/quote-jaune.svg);*/
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 8px;
}
body .metiers .card-blanche img {
    border-radius: 12px;
    height: 230px;
    object-fit: cover;
}
body .metiers .wpb_text_column, body .metiers .vc_btn3-container {
    padding-left: 40px;
    padding-right: 100px;
}
.btn-selenium, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .pagination > div > a, body #main .wpforms-submit, body #main .vc_btn3-color-white {
    background-color: var(--bleu);
    background-image: none;
    border: none;
    border-radius: 100px;
    box-shadow: none;
    color: white;
    font-family: 'poppins-bold';
    font-size: 16px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out all;
}
body .injection .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body.injection .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: var(--rouge);
}
body .surfacetreatment .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body.surface-treatment .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: var(--vert);
}
body.surface-treatment #main .vc_btn3-color-white {
    color: var(--vert);
}
body.packaging #main .vc_btn3-color-white {
    color: var(--jaune);
}
body.injection #main .vc_btn3-color-white {
    color: var(--rouge);
}
body .packaging .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body.packaging .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: var(--jaune);
}
body .btn-selenium:hover, body #main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body #main .pagination > div > a:hover, body #main .wpforms-submit:hover {
    background-color: var(--noir);
    color: white;
    transition: 0.2s ease-in-out all;
}
body.surface-treatment h3 {
    color: var(--vert);
}
body.injection h3 {
    color: var(--rouge);
}
body.packaging h3 {
    color: var(--jaune);
}
body #main .row-url {
}
body #main .row-url * {
    color: white;
}
body #main .row-url:hover {
    background: var(--bleu) !important;
    transition: 0.2s ease-in-out all;
}
.row-url h3 {
    align-items: center;
    display: flex;
}
.row-url h3::after {
    background: url(assets/img/arrow-row-url.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-flex;
    height: 25px;
    margin-left: 15px;
    width: 30px;
}
body #main .row-url {
    cursor: pointer;
}
.rond-blanc .vc_single_image-wrapper {
    background-color: white;
    border-radius: 100px;
    box-shadow: var(--boxshadow);
}
.rond-blanc img {
    padding: 35px;
}
.rond-bleu .vc_single_image-wrapper {
    background-color: var(--bleu);
    border-radius: 100px;
    /*box-shadow: var(--boxshadow);*/
    height: 140px;
    object-fit: contain;
    width: 140px;
}
.rond-bleu img {
    padding: 35px;
}
.rond-bleu .wpb_single_image {
    margin-bottom: 10px;
}
body .produits-packaging .vc_column_container .vc_column-inner {
    padding: 30px 30px 0 30px;
}
.produits-packaging .wpb_single_image {
    margin-bottom: 10px;
}
body .vc_btn3:hover {
    cursor: pointer;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, body .btn-flat {
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid var(--bleufonce);
    border-radius: 0;
    color: var(--bleufonce);
    display: inline-block;
    font-family: 'poppins-bold';
    font-size: 16px;
    padding: 3px 0;
    text-transform: uppercase;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, body .btn-flat:hover {
    background-color: transparent;
    border-color: var(--bleu);
    color: var(--bleu);
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:after, body .btn-flat:after {
    background: url(assets/img/arrow-blue-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 12px;
    margin-left: 15px;
    width: 12px;
}
body .no-shadow .vc_column-inner {
    background-color: transparent !important;
    box-shadow: none !important;
}
body .chiffre {
    margin-bottom: 0;
    text-align: center;
}
body .chiffre h2::before {
    content: none !important;
}
body .chiffre h2 {
    margin-left: 0 !important;
}
body .chiffre span {
    font-family: poppins-bold;
    font-size: 60px;
}
body .fond-bleu {
    background-color: var(--bleu);
    padding-bottom: 30px;
    padding-top: 30px;
}
body.surface-treatment .fond-bleu {
    background-color: var(--vert);
}
body.injection .fond-bleu {
    background-color: var(--rouge);
}
body.packaging .fond-bleu {
    background-color: var(--jaune);
}
body .fond-bleu *, body .fond-bleu h3 {
    color: white;
}
body .fond-pale {
    background-color: #ECF2FF;
}
body.surface-treatment .fond-pale {
    background-color: #EEF6F5;
}
body.injection .fond-pale {
    background-color: white;
}
body.packaging .fond-pale {
    background-color: white;
}
body.surface-treatment .fond-pale h3 {
    color: var(--vert);
}
body.injection .fond-pale h3 {
    color: var(--rouge);
}
body.packaging .fond-pale h3 {
    color: var(--jaune);
}
body .fond-bleu .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .discover-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .decouvrez .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body #main .vc_btn3-color-white {
    background-color: white;
    color: var(--bleu);
}
.card-blanche .vc_col-sm-2 .vc_column-inner {
    background-color: transparent;
    box-shadow: none;
}
body .fond-bleu .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .discover-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .decouvrez .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body #main .vc_btn3-color-white:hover {
    background-color: var(--noir);
    color: white;
}
/* --------- HEADER --------- */
.language-switcher img {
    border: 2px solid transparent;
    border-radius: 100px;
    height: 20px;
    object-fit: cover;
    width: 20px;
}
.language-switcher .current-language img {
    border: 2px solid var(--bleupale);
}
.language-switcher a, .language-switcher span {
    margin-right: 6px;
}
.tap-bar {
    background-color: var(--noir);
}
.tap-bar .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
}
.tap-right {
    align-items: center;
    color: var(--bleupale);
    display: flex;
}
header .search-form {
    background-color: transparent;
    border: none;
}
header .search-form input, header .search-form input:focus, header .search-form input:focus-visible {
    background: transparent;
    border: transparent;
    border-radius: 0;
    color: white;
}
header .search-form button {
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
}
header .input-group button:hover {
    background: transparent;
    border-radius: 0;
}
header .input-group button:hover path {
    color: white;
}
header .search-form .input-group {
    border-bottom: 1px solid var(--bleupale);
}
header input:-internal-autofill-selected {
    background-color: transparent !important;
}
.tap-bar .linkedin {
    margin-left: 20px;
    margin-right: 20px;
}
.tap-right .contact {
    color: var(--bleupale);
    font-family: 'poppins-semi';
    font-size: 18px;
}
body #footer .menu-item a[aria-current=page] {
    color: white;
}
#header {
    background-color: white;
    padding-bottom: 34px;
    padding-top: 34px;
}
#header {
    background-color: white;
    padding-bottom: 34px;
    padding-top: 34px;
}
#header .navbar-brand img {
    height: 50px;
}
#header #navbar {
    justify-content: flex-end;
}
#navbar ul li a {
    color: var(--bleufonce);
    font-family: 'poppins-semi';
    font-size: 18px;
}
#navbar ul li.current-menu-item a {
    color: var(--bleu);
}
#navbar ul li a:hover, #navbar ul li a:focus, #navbar ul li a:focus-visible {
    color: var(--bleu);
}
.header-bottom * {
    color: white;
}
.header-bottom #breadcrumbs * {
    color: #D8E4FF;
}
.packaging .header-bottom #breadcrumbs * {
    color: #fffcf7;
}
.injection .header-bottom #breadcrumbs * {
    color: #f6e8eb;
}
.surface-treatment .header-bottom #breadcrumbs * {
    color: #D7F0EC;
    font-size: 14px;
}
.header-bottom {
    background-position: center !important;
    background-size: cover !important;
    padding-bottom: 40px;
    padding-top: 40px;
}
.header-bottom .extrait {
    font-family: poppins-semi;
    margin-bottom: 0;
    margin-top: 20px;
}
body .header-bottom h1 {
    font-family: poppins-semi;
    font-size: 45px;
}
.breadcrumb_last {
    font-family: poppins-semi;
}
.header-bottom #breadcrumbs a:hover {
    color: white;
}
.header-bottom .container {
    padding-right: 15%;
}
/* MEGA MENU */
body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'poppins-semi';
}
.menu-entree {
    align-items: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.menu-entree:hover * {
    color: var(--bleu);
}
.menu-entree img {
    margin-right: 8px;
}
body .menu-entree p {
    margin-bottom: 0 !important;
}
.menu-entree .menu-titre {
    font-family: poppins-bold;
    font-size: 20px;
    line-height: 1;
}
.menu-entree .menu-soustitre {
    color: #AFAFAF;
    font-family: poppins;
    font-size: 16px;
    line-height: 1.2;
}
body .mega-sub-menu .btn-flat {
    text-transform: inherit !important;
}
body .mega-indicator {
    display: none !important;
}
body .mega-sub-menu {
    margin-top: 1px !important;
}
.mega-sub-menu .menu-ligne {
    background-color: #CBDDFF;
    height: 150px;
    width: 1px;
}
body .mega-menu-columns-1-of-12 {
    padding-right: 0 !important;
}
body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-family: 'poppins-Bold';
}
.imgs-ligne .wpb_wrapper {
    display: flex;
}
body .imgs-ligne img {
    height: 100%;
    object-fit: cover;
}
.imgs-ligne .wpb_wrapper .wpb_single_image {
    margin-left: 10px;
    margin-right: 10px;
}
.imgs-ligne .wpb_wrapper > .wpb_single_image:first-child {
    margin-left: 0;
}
.imgs-ligne .wpb_wrapper > .wpb_single_image:last-child {
    margin-right: 0;
}
.wpb_single_image .wpb_wrapper, .imgs-ligne .wpb_single_image .wpb_wrapper.vc_single_image-wrapper, .imgs-ligne .vc_single_image-wrapper {
    height: 100%;
}
/* --------- FOOTER --------- */
body #footer {
    background: #0A2B6D url("assets/img/footer-s-selenium-bleu.png");
    background-position: top center;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}
#footer * {
    color: white;
}
.logo-footer {
    height: 52px;
}
#footer .adress {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}
#footer .adress:before {
    content: url("assets/img/pin.svg");
    left: 0;
    position: absolute;
}
.sub-footer {
    background-color: var(--noir);
    padding-bottom: 15px;
    padding-top: 15px;
}
.sub-footer * {
    color: white;
    margin-bottom: 0;
    text-align: center;
}
/* ------------- heart animation */
@keyframes heart {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.sub-footer .fa-heart {
    animation: heart 1.25s ease-in-out infinite;
    fill: var(--bleu);
    font-size: 15px;
    padding: 0 3px;
    transition: all 0.25s ease-in-out 0s;
}
.sub-footer .fa-heart:hover {
    animation: heart 1.25s ease-in-out infinite;
    cursor: pointer;
    fill: #ce0f1f;
}
.sub-footer .fa-heart:hover path {
    transition: all 0.25s ease-in-out;
}
.sub-footer a:hover {
    color: var(--bleu);
    transition: 0.2s ease-in-out all;
}
#footer .menu.nav {
    flex-direction: column;
}
#footer .menu.nav a {
    padding-bottom: 0;
    padding-left: 0;
}
#footer .menu.nav a:hover, #footer .adress a:hover {
    color: #74a0f8;
    transition: 0.2s ease-in-out all;
}
#footer .col-md-9 > .row:first-child {
    margin-bottom: 65px;
}
#footer .nav-link[target="_blank"]::after {
    background: url(/wp-content/uploads/2025/02/go.svg) no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    filter: grayscale(1) brightness(0) invert(1);
    height: 16px;
    margin-bottom: -3px;
    margin-left: 10px;
    width: 16px;
}
/* --------- PAGE D'ACCUEIL --------- */
body.home h1 {
    font-family: "poppins-bold";
    font-size: 48px;
    margin-left: 35px;
    position: relative;
}
body.home h1::before {
    background-color: white;
    content: "";
    height: 80%;
    left: -35px;
    position: absolute;
    top: 10%;
    width: 7px;
}
.bandeau-header * {
    color: white;
}
.bandeau-header {
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 185px);
    padding-bottom: 100px;
}
body.home #main {
    margin-top: 0;
}
body.home h2::before, body .titre-trait h2::before {
    background-color: var(--bleupale);
    content: '';
    height: 85%;
    left: 0px;
    position: absolute;
    top: 10%;
    width: 7px;
}
body.home h2, body .titre-trait h2{
    padding-left: 25px;
}
body.injection .titre-trait h2::before {
    background-color: var(--rougepale);
    left: 0px;
}
body.packaging .titre-trait h2::before {
    background-color: #FFECC3;
}
body.surfacetreatment .titre-trait h2::before {
    background-color: var(--vertpale);
}
body.home .fond-bleu-clair {
    padding-bottom: 80px;
    padding-top: 80px;
}
body.home .fond-bleu-clair h2::before {
    background-color: var(--bleu);
}
body.surface-treatment .titre-trait h2::before {
    background-color: var(--vertpale);
}
body.injection .titre-trait h2::before {
    background-color: var(--rougepale);
}
body.packaging .titre-trait h2::before {
    background-color: #ffe7c3;
}
body.home h2 {
    font-size: 30px;
    margin-left: 35px;
    position: relative;
}
body.home h2 strong {
    font-size: 70px;
    line-height: 0.8;
}
body.home .packaging h2::before {
    background-color: var(--jaune);
}
body.home .surfacetreatment h2::before {
    background-color: var(--vert);
}
body .last-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body .last-posts h3 {
    font-size: 25px;
}
/* --------- ACTUTALITÉS --------- */
body.blog h3, body.archive h3 {
    color: var(--bleufonce);
}
.post-thumbnail img {
    border-radius: 14px;
}
body.single h2::before {
    background-color: var(--bleupale);
    content: '';
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 7px;
}
.categorie-post > a {
    background-color: var(--bleufonce);
    color: white;
    font-family: poppins-semi;
    padding: 5px 8px;
}
.categorie-post {
    margin-bottom: 15px;
}
.meta-donnees p {
    color: #828282;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.content-post {
    margin-left: 6%;
    margin-right: 6%;
}
.post-thumbnail img {
    width: 100%;
}
.single #main article img {
    border-radius: 14px;
}
body .addtoany_content {
    align-items: baseline;
    border-top: 1px solid var(--bleufonce);
    display: flex;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}
body .addtoany_content .addtoany_header {
    font-family: poppins-semi;
    font-size: 22px;
    margin-right: 20px;
}
.single #main article .addtoany_content img {
    border-radius: 0;
}
.single .last-posts {
    background-color: var(--bleuclair);
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}
.single .last-posts h2 {
    margin-bottom: 30px;
}
.single .last-posts .btn-selenium {
    display: inline-block;
    margin-top: 10px;
}
.single .last-posts::before {
    background-color: var(--bleuclair);
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
}
article.post-content {
    margin-bottom: 30px;
}
.last-posts > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
article.post-content .content-card {
    margin-bottom: 60px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
}
article.post-content .card-body {
    background-color: white;
    border-radius: 14px;
    box-shadow: var(--boxshadow);
    padding: 6px 10px;
}
article.post-content .post-thumbnail img {
    height: 400px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}
article.post-content .post-thumbnail {
    border-radius: 14px;
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.last-posts .col-sm-6 {
    width: 49%;
}
body article.article-card a:hover img {
    height: 400px;
    transform: scale(1.03);
    transition: transform 0.2s ease-in-out;
}
article a:hover .btn-flat {
    color: var(--bleu);
}
body.single #main > .row .categorie-post {
    left: 0;
    position: relative;
    top: 0;
}
.meta-donnees {
    margin-bottom: 30px;
}
.wp-pagenavi {
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}
body #main categorie-post .cat-injection, body #main .categorie-post .cat-injection-plastique {
    background-color: var(--rouge);
}
body #main .categorie-post .cat-packaging, body #main .categorie-post .cat-conditionnement-sterile {
    background-color: var(--jaune);
}
body #main .categorie-post .cat-consulting, body #main .categorie-post .cat-conseils-tests {
    background-color: var(--bleu);
}
body #main .categorie-post .cat-surface-treatment, body #main .categorie-post .cat-traitement-de-surface {
    background-color: var(--vert);
}
.discover-more {
    background-size: cover;
    border-radius: 13px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.discover-more * {
    color: white;
}
body.blog .row > .col-md-12 > h2, body.archive #main > h2 {
    margin-top: 25px;
}
body.archive.category .extrait {
    display: none;
}
body .all-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
    max-width: 750px;
    text-align: center;
}
body #main .all-categories > a {
    background-color: white;
    border: 1px solid var(--bleufonce);
    color: var(--bleufonce);
    font-family: poppins-semi;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 3px 10px;
    text-decoration: none;
}
body #main .all-categories > a.current-category {
    background-color: var(--bleufonce);
    color: white;
    font-family: poppins-semi;
    font-size: 14px;
    margin-right: 8px;
    padding: 3px 10px;
}
body .wp-pagenavi .current, body .wp-pagenavi .page {
    border-color: var(--bleupale);
    border-radius: 100%;
    color: var(--bleufonce);
    display: inline-block;
    height: 30px;
    transition: 0.2s ease-in-out all;
    width: 30px;
}
body .wp-pagenavi .current {
    background-color: var(--bleu);
    border-color: var(--bleu) !important;
    color: white;
}
body #main .wp-pagenavi a:hover, body #main .wp-pagenavi span.current {
    background: var(--bleu);
    border-color: var(--bleu) !important;
    color: white;
    transition: 0.2s ease-in-out all;
}
body .wp-pagenavi .pages, body .wp-pagenavi .nextpostslink, body .wp-pagenavi .previouspostslink {
    border: none;
    color: #acacac;
    font-size: 14px;
}
body .wp-pagenavi .nextpostslink:hover {
    color: var(--bleu);
    transition: 0.2s ease-in-out all;
}
body.blog .extrait {
    display: none;
}
.categorie-post {
    display: flex;
    flex-wrap: wrap;
    left: 15px;
    position: absolute;
    top: 15px;
}
#main .categorie-post .btn-cat {
    background-color: var(--bleufonce);
    color: white;
    font-family: poppins-semi;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 3px 10px;
    text-decoration: none;
}
.card-body .card-text {
    position: relative;
}
.modify {
    background-color: white;
    bottom: 15px;
    font-family: poppins-semi;
    font-size: 14px;
    left: 15px;
    margin-bottom: 0;
    padding: 3px 10px;
    position: absolute;
}
.card-text .post-thumbnail {
    position: relative;
}
/* --------- PAGE INTERNE --------- */
body a.vc_single_image-wrapper img {
    transition: 0.2s ease-in-out all;
}
body a.vc_single_image-wrapper:hover img {
    scale: 1.02;
    transition: 0.2s ease-in-out all;
}
.surface-treatment #main a:hover {
    color: var(--vert);
}
.injection #main a:hover {
    color: var(--rouge);
}
.packaging #main a:hover {
    color: var(--jaune);
}
.iframe-anim iframe {
    width: 100%;
}
body.search .header-bottom .extrait {
    display: none;
}
.decouvrez * {
    color: white;
}
.decouvrez {
    border-radius: 20px;
    padding: 40px 120px;
}
body #main .wpforms-container input, body #main .wpforms-container select {
    background-color: transparent;
    border-color: var(--bleu);
    border-radius: 200px;
    color: var(--bleufonce);
}
body #main .wpforms-container textarea, body #main .wpforms-container .wpforms-uploader {
    background-color: transparent;
    border-color: var(--bleu);
    border-radius: 15px;
    color: var(--bleufonce);
}
body #main .wpforms-field.wpforms-field-checkbox label {
    color: var(--bleufonce);
}
body #main .wpforms-container .iti__selected-country {
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
}
body #main .wpforms-submit-container {
    text-align: center;
}
body .fond-bleu2 * {
    color: white;
}
.tap-bar-mobile {
    background-color: var(--noir);
    bottom: 0;
    display: none;
    left: 0;
    padding: 15px 0;
    position: fixed;
    right: 0;
    text-align: center;
}
body .btn-blanc {
    align-items: center;
    background-color: white;
    border-radius: 200px;
    color: var(--bleufonce);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32%;
}
body.blog h2::before {
    content: none;
}
body .wp-pagenavi .last, body .wp-pagenavi .first {
    border: none;
    color: var(--bleu);
}
body .wp-pagenavi .extend {
    display: none;
}
.search-page svg {
    filter: invert(1);
}
#main .search-form input {
    border-color: var(--bleufonce);
    border-right-color: transparent;
    box-shadow: none;
}
#main .search-form button {
    background-color: white;
    border-left: none;
}
body .logo-innovation img {
    height: 45px;
    object-fit: contain;
    width: 200px;
}
body .card-3 .wpb_text_column, body .card-3 .vc_btn3-container {
    padding-left: 10px;
    padding-right: 10px;
}
body div.wpforms-container-full .wpforms-confirmation-container-full, body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background-color: var(--vert);
    border: none;
    border-radius: 5px;
    color: white !important;
    padding: 40px;
    text-align: center;
}
body div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: white !important;
    font-family: poppins-bold;
    font-size: 18px;
}
body .metiers.job .wpb_text_column, body .metiers.job .vc_btn3-container {
    padding-left: 20px;
    padding-right: 20px;
}
body .sharebuttons h3 {
    color: var(--bleufonce);
    display: flex;
}
@media (max-width: 1200px) {
    body #main .actu-lesaviezvous {
        justify-content: space-between;
    }
    body #main .actu-lesaviezvous .vc_col-sm-2 {
        display: none;
    }
    body #main .actu-lesaviezvous .vc_col-sm-4 {
        width: 45%;
    }
    /*.rond-blanc [class*="vc_col-sm-"]:has(.wpb_wrapper:empty) {*/
    /*    display: none;*/
    /*}*/
    .rond-bleu, .rond-blanc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rond-blanc img {
        padding: 35px;
    }
}
@media (max-width: 991px) {
    body.single #main .row > .col-md-2 {
        display: none;
    }
    body.single #main .row > .col-md-8 {
        width: 100%;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        margin-top: 30px;
        z-index: 2000;
    }
    body #navbar .mega-menu-wrap .mega-menu-toggle {
        background-color: transparent;
        z-index: 2001;
    }
    body #header #navbar .mega-toggle-animated .mega-toggle-animated-inner, body #header #navbar .mega-toggle-animated .mega-toggle-animated-inner::before, body #header #navbar .mega-toggle-animated .mega-toggle-animated-inner::after {
        background-color: var(--bleufonce);
    }
    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, body #header #mega-menu-wrap-main-menu .mega-menu-columns-1-of-12 {
        display: none !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 20px 0 20px;
    }
    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px;
    }
    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0 30px;
    }
    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: white;
        color: var(--bleu);
    }
    body .mega-indicator {
        display: flex !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: url("assets/img/arrow-down.svg");
        /*rotate: -90deg;*/
        transition: 0.2s ease-in-out all;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: url("assets/img/arrow-down.svg");
        rotate: 90deg;
        transition: 0.2s ease-in-out all;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-current_page_item > a.mega-menu-link > span.mega-indicator:after {
        filter: invert(1) brightness(1) saturate(0);
    }
    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on.mega-current_page_item > a.mega-menu-link {
        background-color: var(--bleu);
        color: white;
    }
    body #mega-menu-wrap-main-menu .btn-flat::after {
        content: none;
    }
    body #mega-menu-wrap-main-menu .btn-flat {
        margin-bottom: 20px;
    }
    .menu-entree .menu-titre {
        font-size: 18px;
    }
    #navbar ul li a {
        font-size: 16px;
    }
    body .menu-entree {
        margin-bottom: 20px;
    }
    .tap-right .linkedin {
        display: none;
    }
    .tap-right .search-form {
        margin-right: 15px;
    }
    .texte-blanc > div {
        width: 100%;
    }
    .header-bottom .container {
        padding-right: 0;
    }
    body .header-bottom h1 {
        font-size: 38px;
    }
    body .quote h2::before {
        left: -2%;
    }
    body #main .actu-lesaviezvous .vc_col-sm-4 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    body #main .actu-lesaviezvous .vc_col-sm-4, body #main .actu-lesaviezvous .vc_col-sm-6 {
        width: 100%;
    }
    .bandeau-header {
        padding-bottom: 80px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    body.home h1 {
        font-size: 38px;
    }
    #header {
        padding-bottom: 14px;
        padding-top: 14px;
    }
    #header .navbar-brand img {
        height: 40px;
    }
    body.home .fond-bleu-clair {
        padding-bottom: 30px;
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 30px;
    }
    .card-blanche .vc_column_container {
        width: 100%;
    }
    body.home h2 strong {
        font-size: 50px;
    }
    body.home h2 {
        font-size: 25px;
    }
    body.home h3, body.home h3 span, body.home h3 strong {
        font-size: 25px;
    }
    .produits-packaging .produit-img {
        margin: auto;
        width: 50%;
    }
    .last-posts .col-sm-6 {
        width: 100%;
    }
    #footer > .container > .row > .col-md-3, #footer > .container > .row > .col-md-9 {
        width: 100%;
    }
    #footer .logo-footer {
        object-fit: contain;
        object-position: left;
        width: 100%;
    }
    #footer > .container > .row > .col-md-3 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #footer .adress {
        width: 49%;
    }
    .rond-bleu .vc_single_image-wrapper {
        aspect-ratio: 1;
        height: auto;
        width: auto;
    }
    .rond-bleu, .rond-blanc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rond-bleu > div {
        width: 33%;
    }
    .rond-blanc > div {
        width: 50%;
    }
    .mega-menu-toggle {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: calc(var(--bs-gutter-x) * .5);
        top: -20px;
    }
    #mega-menu-wrap-main-menu {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        width: 100%;
    }
    #navbar {
        display: block;
        width: 100%;
    }
    body.mega-menu-main-menu-mobile-open #main {
        filter: blur(3px);
        transition: 0.2s ease-in-out all;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
        padding: 10px 0 40px 0;
    }
}
@media (max-width: 768px) {
    body .cky-revisit-bottom-left {
        bottom: 75px;
    }
    .iframe-anim {
        margin-bottom: 20px;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        margin-top: inherit;
    }
    header .tap-bar {
        display: none;
    }
    .tap-bar-mobile {
        display: block;
        z-index: 2002;
    }
    .tap-bar-mobile {
        align-items: center;
        display: flex;
        gap: 10px;
    }
    .tap-bar-mobile .dropdown {
        display: inline-block;
        position: relative;
    }
    .tap-bar-mobile .dropdown-toggle {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        vertical-align: sub;
    }
    .tap-bar-mobile .dropdown-menu {
        background: white;
        border: none;
        bottom: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: none;
        list-style: none;
        margin: 0;
        min-width: 120px;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: left;
        transform: translateY(-10px);
        width: 100%;
    }
    .tap-bar-mobile .dropdown-menu li {
        padding: 10px;
    }
    .tap-bar-mobile .dropdown-menu li a {
        color: var(--noir);
        display: block;
        font-family: 'poppins-semi';
        text-decoration: none;
    }
    .tap-bar-mobile .dropdown-menu li a:hover {
        background: #f5f5f5;
    }
    body .tap-bar-mobile .current-lang {
        color: var(--bleu);
    }
    .mega-menu-toggle {
        top: -45px;
    }
    .ressources-dl .wpb_single_image.vc_align_right {
        margin-bottom: 10px;
        text-align: left;
    }
    body .ressources-dl .vc_column-inner {
        padding-left: 0;
    }
    body .rangee-icones .vc_align_right {
        margin-bottom: 10px;
        text-align: left;
    }
    .fond-bleu .vc_btn3-container.vc_btn3-right {
        text-align: left;
    }
    .collab .wpb_text_column.wpb_content_element {
        margin-bottom: 0;
    }
    .bandeau-header {
        height: 550px;
        padding-bottom: 30px;
    }
    body.home h1 {
        font-size: 34px;
    }
}
@media (max-width: 564px) {
    .decouvrez {
        border-radius: 0;
        padding: 20px 20px;
    }
    body.home h1 {
        font-size: 28px;
    }
    .bandeau-header {
        height: 380px;
    }
    body.home h2 strong {
        font-size: 34px;
    }
    body.home h2 {
        font-size: 20px;
    }
    body.home h3, body.home h3 span, body.home h3 strong {
        font-size: 20px;
    }
    .btn-selenium, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .pagination > div > a {
        font-size: 15px;
        padding: 10px 30px;
    }
    .card-blanche {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rond-bleu > div {
        width: 40%;
    }
    .rond-blanc > div {
        width: 40%;
    }
    #footer .col-md-9 > .row:first-child {
        margin-bottom: inherit;
    }
    #footer .col-md-9 .col-md-4 {
        margin-bottom: 30px;
    }
    body #footer {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    #footer .adress {
        width: 100%;
    }
    body.home .fond-bleu-clair {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body .metiers .wpb_text_column, body .metiers .vc_btn3-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body .card-blanche.produits-packaging {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .card-blanche.produits-packaging .vc_empty_space {
        display: none;
    }
    body .ressources-dl .vc_col-sm-6 {
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    body .sub-footer * {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .bandeau-header {
        height: 300px;
        padding: 0 !important;
    }
    .rond-blanc > div {
        width: 50%;
    }
    .rond-bleu > div {
        width: 50%;
    }
}

