/*
Theme Name: LBD2024
Description: Theme enfant de la refonte 2024 du site LBD
Author: Ludovic Prédéry
Author URI: https://www.labrosseetdupont.fr/
Template: getwid-base
Version: 0.1.0
*/

/** FONTS **/
@font-face {font-family: Area-Regular; src: url(/wp-content/themes/lbd2024/fonts/Area-Regular.otf); font-weight: normal; font-display: swap;}
@font-face {font-family: Area-Black; src: url(/wp-content/themes/lbd2024/fonts/Area-Black.otf); font-weight: normal; font-display: swap;}
/* @font-face {
    font-family: 'Area-Black';
    src: url('/wp-content/themes/lbd2024/fonts/Area-Black.woff2') format('woff2'),
         url('/wp-content/themes/lbd2024/fonts/Area-Black.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'Area-Regular';
    src: url('/wp-content/themes/lbd2024/fonts/Area-Regular.woff2') format('woff2'),
         url('/wp-content/themes/lbd2024/fonts/Area-Regular.woff') format('woff');
    font-weight: normal;
} */

/** GENERAL **/
html {margin-top: 0 !important;}
* {font-family: Area-Regular;}
h1, h2, h3, h4, h5, h6 {font-family: Area-Black; text-transform: uppercase;}
h1 {font-size: 2rem;}
h1 span {display: block; color: #000000; font-size: 1rem; font-weight: bold; letter-spacing: .05rem; font-family: Area-Black;}
h2 {font-size: 1.5rem; letter-spacing: 0.25px;}
h3 {font-size: 1.25rem;}
#main {padding: 0;}
body:not(.home) #main {padding-top: 2rem;}
.breadcrumb {
    width: 80%;
    margin: 0 auto 3rem;
    font-size: 80%;
    font-style: italic;
}
.breadcrumb a {color: inherit;}
.mt3 {margin-top: 3rem;}
.mt5 {margin-top: 5rem;}
p, li {font-size: 1rem;}
p strong, li strong, strong sup {font-family: Area-Black;}
hr {height: 1px !important; background: none !important;}
hr + p {max-width: 1000px; margin-left: auto; margin-right: auto; font-size: 1rem;}
form small {font-size: .75rem !important;}
.wp-block-group figure {margin-bottom: 0 !important;}
.site-content {margin-top:119px; margin-bottom: 0; background: #ffffff;}
body:not(.pages-legales) .entry-header {display: none !important;}
.entry-content > div {max-width: none !important; width: 80%;}
.wp-block-column>*:last-child {margin-bottom: auto;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
    border-color: #d8292f !important;
}
.intro p {text-align: justify;}
.intro strong {color: #d8292f;}
.citation {padding: 0 0 1rem 0;}
.citation .citation-image .wp-block-image {width: 100%; height: 100%; display: flex; align-items: center;}
.citation figure {display: flex !important; justify-content: center; align-items: center; max-width: 250px; padding: 1rem;}
.citation p:first-child {max-width: 90%; margin: 0 auto 2rem;}
.citation .auteur {max-width: 90%; margin: 0 auto; text-transform: uppercase;}
.close-icon {margin: 0;}
.close-icon i.lnr.lnr-cross:hover {cursor: pointer;}
.section-vignettes, .contenu {width: 90% !important;}
.chapo {margin-top: 2rem !important;}
.intro-partie {margin: 0 auto 3rem;}
.contenu {border: 2px solid #8a8a8a; padding: 1rem 2rem 2rem;}
.width-limit figure {max-width: 300px !important;}
.section-bas {width: 100% !important;}

/* Boutons */
.lbd-button {    
    color: #d8292f; 
    background: #ffffff; 
    border: 1px #d8292f solid; 
    border-radius: 0; 
    padding: 0.5em 0.75em;
}
.lbd-button a {text-transform: uppercase; font-family: Area-Black; font-weight: bold;}
.lbd-button:hover, .lbd-button:focus {color: #ffffff !important; background: #d8292f;}
.lbd-button a:hover, .lbd-button:hover a {text-decoration: none; color: #ffffff !important;}

button.toggled-on {color: #d8292f !important;}

/* Back-to-top button */
html {scroll-behavior: smooth;}
#backtotop {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #d8292f;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backtotop::after {
    content: "↑";
    font-size: 1.5em;
    color: #d8292f;
}
#backtotop.show:hover, #backtotop.show:active, #backtotop.show:focus {cursor: pointer; opacity: 1;}
#backtotop.show {opacity: .75; visibility: visible;}

/* Sections vignettes */
.section-vignettes {margin-bottom: -1px !important;}
.section-vignettes > .wp-block-column:last-child {margin-bottom: .5rem;}
.section-vignettes .wp-block-group {flex-direction: row; flex-wrap: nowrap; align-items: stretch;}
.section-vignettes .wp-block-group {
    position: relative;
    border: 2px solid #8a8a8a;
    cursor: pointer;
    gap: 0;
}
.section-vignettes .wp-block-group p {
    color: #000000;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
}
.section-vignettes .wp-block-column:first-of-type p {color: #fff; background: rgba(0, 0, 0, .5);}
.section-vignettes figure {overflow: hidden;}
.section-vignettes figure img {
    transform: scale(1);
    transition: transform 500ms cubic-bezier(.39,.58,.57,1);
}
.section-vignettes .wp-block-group:hover img {
    transform: scale(1.1);
    transition: transform 500ms cubic-bezier(.39,.58,.57,1);
}
.section-vignettes {flex-direction: column; gap: .5rem;}
.section-vignettes figure {width: 20%; margin: 5px !important;}
.section-vignettes .wp-block-group p {
    position: initial;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Flèches sliders */
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover {background: none !important;}
.slider-labels .slick-arrow::before, .body-univers .section-bas .slick-arrow::before {color: #d8292f !important;}

/* LinkedIn : equal heights */
div[data-app="eapps-linkedin-feed"] [class*="CardContainer-sc"] {min-height: 350px; justify-content: space-between;}
div[data-app="eapps-linkedin-feed"] [class*="CardActionsBlock__CardLayoutBlock-sc"] {position: absolute; bottom: 0;}
div[data-app="eapps-linkedin-feed"] [class*="CardActionsBlock__Divider-sc"]:empty {display: none !important;}

/* Flèches sliders YouTube */
div.yottie-widget-feed-section-arrow {background: none !important; box-shadow: none !important;}
.yottie-widget-feed-section-arrow span::before, .yottie-widget-feed-section-arrow span::after {
    background: #d8292f !important;
    width: 15px !important;
    height: 1px !important;
}
.yottie-widget-feed-section-arrow:hover span::before, .yottie-widget-feed-section-arrow:hover span::after {height: 2px !important;}
div.yottie-widget-feed-section-arrow-prev {left: -13px !important;}
div.yottie-widget-feed-section-arrow-next {right: -13px !important;}

/* Flux YouTube */
span.yottie-widget-feed-section-pagination-bullet {
    width: 35px !important;
    height: 35px !important;
    padding: 7px 0 !important;
    background: none !important;
    color: #000000 !important;
    border: 2px solid #8a8a8a;
    border-radius: 0 !important;
    font-size: 1.0625rem !important;
    margin: 3px !important;
}
div.yottie-widget-feed-section-pagination span.swiper-pagination-bullet-active,
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet:hover, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet:focus, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet:active {
    color: #d8292f !important;
    border-color: #d8292f !important;
    transition: all .5s ease;
}
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:hover::before,
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:hover::after, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:focus::before, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:focus::after, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:active::before, 
div.yottie-widget-feed-section-pagination span.yottie-widget-feed-section-pagination-bullet-more:active::after {
    background-color: #d8292f !important;
    transition: all .5s ease;
}
span.yottie-widget-feed-section-pagination-bullet-more::after,
span.yottie-widget-feed-section-pagination-bullet-more::before {
    top: 15px !important;
    width: 10px !important;
    height: 1px !important;
    background: #000 !important;
}

/* Flèches slider LinkedIn */
div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"], div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] {
    display: block;
    margin-right: 3px !important;
}
div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] {margin: 0 !important;}
div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] {margin-right: 3px !important;}
.home div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] > div, .home div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] > div {
    border-radius: 0;
    width: 35px !important;
    height: 50px !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, .6) !important;
}
.home div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] > div > div::before {transform: rotate(180deg);}
div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] svg, div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] svg {display: none;}
.home div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] > div > div::before, 
.home div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] > div > div::before {
    font-family: 'Linearicons-Free';
    content: '\e876';
    display: flex;
    justify-content: center;
    color: #ffffff !important;
    text-shadow: 0px 0px #000000;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
}
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:hover div[aria-label="Previous"] > div > div::before,
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:hover div[aria-label="Next"] > div > div::before, 
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:focus div[aria-label="Previous"] > div > div::before,
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:focus div[aria-label="Next"] > div > div::before, 
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:active div[aria-label="Previous"] > div > div::before,
div[data-app="eapps-linkedin-feed"] .es-carousel-layout:active div[aria-label="Next"] > div > div::before {
    color: #d8292f !important;
    font-weight: bold;
    text-shadow: none;
}

/* Sliders */
.wp-block-getwid-images-slider:not(.slider-labels):not(.slider-histoire) {max-width: 500px;}
.slick-arrow {
    max-width: 15%;
    border-radius: 0 !important;
    width: 35px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, .6) !important;
}
.slick-arrow::before {color: #ffffff !important; text-shadow: 0px 0px #000000;}
button.slick-arrow:hover {background: rgba(255, 255, 255, .6) !important;}
button.slick-arrow:hover:before {color: #d8292f !important; font-weight: bold; text-shadow: none;}
.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-content-slider.has-arrows-inside .slick-prev,
.body-rse .wp-block-getwid-post-carousel .slick-prev {left: 0;}
.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-content-slider.has-arrows-inside .slick-next,
.body-rse .wp-block-getwid-post-carousel .slick-next {right: 0;}
.wp-block-getwid-content-slider .slick-slide img {margin: auto;}

/* Sliders labels */
.section-labels {width: 80%;}
.slider-labels {
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8a8a8a;
    padding: 25px 0;
}

/* Messages auto contact form */
.wpcf7 form .wpcf7-response-output {text-align: center;}
.wpcf7 form.sent .wpcf7-response-output {background: rgba(70, 180, 80, .33);}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {background: rgba(255,185,0,.33);}
.wpcf7-spinner::before {background-color: #d8292f;}

/* Modal Presse */
#modal-contact-presse {display: none;}
#modal-contact-presse .wp-block-getwid-icon {display: flex; justify-content: flex-end;}
#modal-contact-presse .wp-block-getwid-icon__wrapper {
    padding: 16px;
    font-size: 32px;
    display: inline-block;
}
#modal-contact-presse h2 {color: #d8292f; margin: 0 auto 2rem !important;}
#modal-contact-presse p, #modal-contact-presse i {color: #000000; text-align: center;}
#modal-contact-presse .close-icon i {margin: -1rem 0rem 0rem -1rem;}

/** FIN GENERAL **/

/** HEADER **/
#masthead {position: fixed; align-items: flex-end; border-bottom: 5px solid #d8292f; z-index: 9999999999; top: 0; left: 0; right: 0;}
#masthead .site-branding img {max-width: 115px;}
#masthead nav.main-navigation .current_page_item a {font-weight: bold;}
#primary-menu > li:last-child a {color: #d8292f; font-family: Area-Black;}
.main-navigation-wrapper {align-self: center;}
.wp-block-getwid-banner__wrapper {background-color: transparent;}

/** FIN HEADER **/

/** FOOTER **/
#colophon {background: #8a8a8a; color: #ffffff; padding: 0;}
#colophon aside section {margin: 0 .5rem;}
.footer-sidebars-wrapper {margin: 2rem 0 0 0;}
.footer-sidebars-wrapper .footer-sidebars .widget-area {display: flex; justify-content: center; align-items: center; padding: 0 .5rem;}
.footer-sidebars > aside:first-child {flex-direction: column;}
footer #block-16 p {font-family: Area-Black; font-size: 1.25rem;}
.footer-rs figure {margin: 0;}
.footer-rs figure img {width: 40px; height: 40px;}
#menu-menu-footer li {text-align: center;}
#menu-menu-footer li a {padding: 0 1.25rem;}
#menu-menu-footer li a:hover {text-decoration: underline; color: #fff; transition: none; font-weight: bold;}

/** FIN FOOTER **/

/** HOME **/
.home-banner {max-width: 100% !important; margin: 0 auto !important;}
.home h1 {font-size: 1.8rem; align-self: center; margin-bottom: 1rem; line-height: 1.2;}
.home h2 {margin: 1.5rem auto;}
.home h2 + p {max-width: 1000px; margin: auto;}
.home .wp-block-button.is-style-outline>.wp-block-button__link {border: 2px solid; font-family: Area-Black; padding: 0.5em 0.75em;}
.home .wp-block-button.is-style-outline>.wp-block-button__link:hover, .home .wp-block-button.is-style-outline>.wp-block-button__link:focus {color: #ffffff !important; background: #d8292f;}
.home .home-intro {
    display: flex; 
    flex-direction: column-reverse; 
    text-align: center; 
    max-width: 1200px !important;
}
.home-intro > * {max-width: 500px;}
.home-intro > div {padding: 0;}
.home-intro figure {margin-top: 1rem !important;}
.home-intro .wp-block-buttons {margin: auto;}
div[data-app="eapps-linkedin-feed"] {margin-top: 3rem;}
.home-univers-mobile, .home-sf-mobile, .home-rse-mobile {display: inherit;}
.home-sf-desktop, .home-rse-desktop {display: none !important;}
.home-sf-mobile.width-limit figure, .home-rse-mobile.width-limit figure {max-width: none !important;}
.home-univers figure + p, .home-sf figure + p, .home-rse figure + p {line-height: 1.5; font-size: 1.25rem;}
.home-univers .wp-block-column:not(:first-child) {margin-top: 3rem;}
.home-chiffres {width: 100% !important; padding: 2rem;}
.home-chiffres * {font-family: Area-Black; color: #ffffff; text-transform: uppercase;}
.home-chiffres > div {max-width: 1080px; margin: auto !important;}
.home-chiffres img {max-width: 100px;}
.home-chiffres span {font-size: xx-large; line-height: 1;}
.home-chiffres span.small {font-size: x-small;}
.home-chiffres-blocks {justify-content: center;}
.wp-block-columns:not(.is-not-stacked-on-mobile).home-chiffres .home-chiffres-blocks > .wp-block-column {
    flex-basis: 40% !important;
    flex-grow: 0;
}
.home-chiffres-blocks .wp-block-image {margin-bottom: -1rem;}
.home-chiffres-blocks p {font-size: .8rem; margin-top: 2rem;}
.home-chiffres-blocks p span {font-size: 1.75rem;}
.home figure.is-type-video {margin: 5rem auto 0; max-width: 1000px;}
.wp-block-getwid-images-slider.slider-labels .wp-block-getwid-images-slider__item img {max-width: 150px; max-height: 100px;}
.WidgetBackground__Content-sc-1ho7q3r-2.ciCnpO > a, .WidgetBackground__Content-sc-1ho7q3r-2.ciCnpO > a * {
    width: 0 !important;
    overflow: hidden !important;
    max-height: 0 !important;
}
.home .kGYwFu {display: none;}
.home .gyfGWt {z-index: 999999; margin-bottom: -28px; background: #fff;}
.home .section-bas img {max-width: 1200px; margin: auto;}

/** FIN HOME **/

/** HISTOIRE **/
.body-histoire .wp-block-getwid-content-timeline-item__card {width: 90%;}
.body-histoire .wp-block-getwid-content-timeline-item__card p {text-align: justify;}
.body-histoire .wp-block-getwid-images-slider {margin: 2rem 0;}
.body-histoire .slick-dotted.slick-slider {max-width: 350px; max-height: 350px; margin: 0 auto 3rem;}

/** FIN HISTOIRE **/

/** INTERNATIONAL **/
.body-international .section-ca, .body-international .carte-monde, .body-international .section-logos, 
.body-international .section-export, .body-international .liste-pays {gap: 0;}
.body-international h2 {margin-bottom: 2rem;}
body.body-international .entry-content > div.section-logos {max-width: 800px !important;}
.body-international .wp-block-columns.section-logos > div.wp-block-column {flex-basis: 50% !important; margin: 1rem 0;}
.body-international .section-logos > div.wp-block-column > .wp-block-columns:first-of-type {justify-content: center;}
.body-international .section-logos > div.wp-block-column > .wp-block-columns:last-of-type {justify-content: space-between;}
.body-international .section-ca {max-width: 1000px !important;}
.body-international .section-export {width: 100%;}
.body-international .section-export > div {width: 80%; max-width: 1000px; margin: 2rem auto;}
.body-international .section-export h2 {color: #ffffff;}
.body-international .liste-pays ul {list-style: square; columns: 1;}
.body-international .liste-pays li {min-width: max-content; margin: 0; line-height: 1;}
.body-international .liste-pays li::marker {color: #d8292f; font-size: 1.5rem;}

/** FIN INTERNATIONAL **/

/** SITES **/
.body-sites .vignette .slick-list {height: auto !important;}
.body-sites .vignette h2 {margin: 1rem auto 0; max-width: 500px !important; width: 100%;}
.body-sites .vignette h3 {margin-top: 0; max-width: 500px !important; width: 100%;}
.body-sites .vignette p {max-width: 500px !important; width: 100%;}

/** FIN SITES **/

/** SAVOIR-FAIRE **/
.body-savoir-faire .bloc-savoir-faire figure {max-width: 500px;}
.body-savoir-faire .reassurance-savoir-faire {padding: 1rem 1.25rem;}
.body-savoir-faire .reassurance-savoir-faire h2 {margin-bottom: 1rem;}
.bloc-savoir-faire .reassurance-savoir-faire p {margin: auto; max-width: 350px;}
.body-savoir-faire .reassurance-savoir-faire span {display: block; color: #d8292f; font-family: 'Area-Black'; font-size: 2.25rem; line-height: 1;}
.body-savoir-faire .reassurance-savoir-faire img {max-width: 110px;}
.body-savoir-faire .vignette-appro, .body-savoir-faire .vignette-commerce {filter: opacity(.3);}
.body-savoir-faire #contenu-appro, .body-savoir-faire #contenu-fdv {display: none;}
.body-savoir-faire .reassurance-savoir-faire .wp-block-getwid-image-box__image-container {margin-bottom: 1rem;}
.body-savoir-faire .section-labels h2 {margin-bottom: 1.5rem;}

/** FIN SAVOIR-FAIRE **/

/** VALEURS **/
.body-valeurs h2 {margin-bottom: 1rem;}
.body-valeurs h2 + p {margin-left: auto; margin-right: auto; max-width: 1000px;}
.body-valeurs .section-vignettes-valeurs {margin: auto;}
.body-valeurs .section-vignettes-valeurs p {font-size: 1.25rem;}
.body-valeurs .bloc-valeur {display: flex; flex-direction: column;}
.body-valeurs .bloc-valeur.pair {flex-direction: column-reverse;}
.body-valeurs .bloc-valeur .wp-block-media-text__content {padding: 0;}
.body-valeurs .bloc-valeur figure {max-width: 500px; justify-self: center;}
.body-valeurs .wp-block-columns:not(.citation) figure {max-width: 500px;}

/** FIN VALEURS **/

/** MÉTIERS **/
/* .body-metiers {position: relative;}
.body-metiers h1 {font-size: 1.25rem;}
.body-metiers figure + h2 {font-size: 1rem;}
.body-metiers .metiers-vignettes, .body-metiers .apprenti-txt, .body-metiers .apprenti-video {margin-top: 5rem;}
.body-metiers .metiers-vignettes .wp-block-column {display: flex; flex-direction: column;}
.body-metiers .wp-block-button.is-style-outline>.wp-block-button__link {border: 1px solid; font-family: Area-Black; padding: 0.5em 0.75em;}
.body-metiers .wp-block-button.is-style-outline>.wp-block-button__link:hover, .body-metiers .wp-block-button.is-style-outline>.wp-block-button__link:focus {
    color: #ffffff !important;
    background: #d8292f;
}
.body-metiers .apprenti-video figure.is-type-video {max-width: 1000px; margin: auto;} */
.modal-metiers {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 20px;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .25);
}
.modal-metiers > .wp-block-getwid-section__wrapper {
    background: #fff;
    max-width: 800px;
    width: 90vw;
    height: fit-content;
    padding: 0;    
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
}
.modal-metiers .wp-block-getwid-section__inner-content {max-height: 90vh; overflow: auto;}
.modal-metiers .close-icon > div {position: relative; right: .4rem;}
.modal-metiers .close-icon i {position: fixed; margin: 0rem 0rem 0rem -1.5rem;}
.modal-metiers h2 {margin-top: -2rem;}
.modal-metiers h3 {margin-top: .5rem; margin-bottom: 3rem;}
.modal-metiers p {
    text-align: justify;
    width: 85%;
    margin: 0 auto 2rem;
    font-size: .9rem;
}
.modal-metiers h4::before, .modal-metiers h4::after {
    content: "";
    display:inline-block;
    vertical-align: middle;
    height:3px;
    width:200px;
    background: #d8292f;
}
.modal-metiers h4 + p {width: 85%; margin: auto; font-size: .9rem;}
.modal-metiers h4 + p + p {margin: 1rem auto; font-size: .9rem;}
.modal-metiers figure.is-type-video {width: 75%; margin: auto;}

/** FIN MÉTIERS **/

/** UNIVERS **/
.body-univers .wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figure {max-width: 500px;}
.body-univers p.nom-marque {margin-bottom: 1.5rem;}
.body-univers .section-marque-txt figure {max-width: 250px;}
.body-univers .section-marque-txt ul {padding: 0; padding-left: 1rem !important;}
.body-univers .section-marque-txt p {text-align: justify;}
.body-univers .section-marque li {margin: 0; padding-left: 3px;}
.body-univers .section-marque li::marker {content: "»"; color: #bc8888; font-weight: bold; font-size: 1.5rem;}
.body-univers #steripan li::marker {content: "»"; color: #104D90; font-weight: bold;}
.body-univers .section-marque li strong, .body-univers .section-marque .wp-block-button a {font-family: Area-Black;}
.body-univers .section-marque .wp-block-button a {padding: 0.5em 0.75em;}
.body-univers #elephant .section-marque-txt img {max-width: 100px;}
.body-univers #mcolors .section-marque-txt img, .body-univers #vileda .section-marque-txt img,
.body-univers #dessange .section-marque-txt img, .body-univers #efiseptyl .section-marque-txt img {max-width: 200px;}
.body-univers #hg .section-marque-txt img {max-width: 150px;}
.body-univers #steripan .section-marque-txt img, .body-univers #missden .section-marque-txt img {max-height: 110px; max-width: fit-content;}
.body-univers #logos-manix-skyn img, .body-univers a[href="#skyn-manix"] img {max-width: 125px !important;}
.body-univers .reassurance-univers h2 {margin-bottom: 1rem;}
.body-univers .reassurance-univers .wp-block-getwid-image-box__image-container {margin-bottom: 1rem;}
.body-univers .reassurance-univers img {max-width: 110px;}
.body-univers .reassurance-univers p {margin: auto; max-width: 350px;}
.body-univers .section-bas h2 {margin-bottom: 1rem;}
.body-univers .section-bas p {width: 75%; margin: auto;}

#logos-manix-skyn figure {margin: 0;}

.body-univers #allegory-btn a:hover {color: #ffffff !important; background-color: #d5ace5;}
.body-univers #albane-btn a:hover {color: #ffffff !important; background-color: #BE746B;}
.body-univers #dessange-btn a:hover {color: #ffffff !important; background-color: #000000;}
.body-univers #glamour-btn a:hover {color: #ffffff !important; background-color: #F5817E;}
.body-univers #lfg-btn a:hover {color: #ffffff !important; background-color: #82C7B5;}
.body-univers #msmith-btn a:hover {color: #ffffff !important; background-color: #013948;}

.body-univers #steripan-btn a:hover {color: #ffffff !important; background-color: #104D90;}
.body-univers #missden-btn a:hover {color: #ffffff !important; background-color: #B01657;}
.body-univers #efiseptyl-btn a:hover {color: #ffffff !important; background-color: #4EA7DF;}

.body-univers #prima-btn a:hover {color: #ffffff !important; background-color: #EB8F7D;}
.body-univers #trott-btn a:hover {color: #ffffff !important; background-color: #C1D119;}
.body-univers #baranne-btn a:hover {color: #ffffff !important; background-color: #000000;}

.body-univers #elephant-btn a:hover {color: #ffffff !important; background-color: #222B40;}

/* Slider Linéaires Maison */
.wp-block-getwid-content-slider .slick-prev::before {font-family: 'Linearicons-Free'; content: '\e875';}
.wp-block-getwid-content-slider .slick-next::before {font-family: 'Linearicons-Free'; content: '\e876'; display: flex; justify-content: center;}

/** FIN UNIVERS **/

/** RSE **/
.body-rse h2 {margin-bottom: 1rem;}
.body-rse .titre-vignettes h2 {margin: 5rem auto 1rem;}
.body-rse .reassurance-rse .wp-block-getwid-image-box__image-container {margin-bottom: 1rem;}
.body-rse .rse-bloc li, .body-rse .modal-label li {margin: 0; padding-left: 3px;}
.body-rse .rse-bloc p + ul, .body-rse .modal-label p + ul {margin-top: -2rem;}
.body-rse .rse-bloc ul, .body-rse .modal-label p + ul {padding-left: 1rem !important;}
.body-rse .rse-bloc ul {padding: 0;}
.body-rse .rse-bloc li::marker, .body-rse .modal-label li::marker {content: "»"; font-weight: bold; color: #d8292f; font-size: 1.5rem;}
.body-rse .reassurance-rse h2 {margin-bottom: 1rem;}
.body-rse .reassurance-rse span {display: block; color: #d8292f; font-family: 'Area-Black'; font-size: 2.25rem; line-height: 1;}
.reassurance-rse > div:last-child .wp-block-getwid-image-box__image-container {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-rse .reassurance-rse .wp-block-getwid-image-box__image-wrapper {display: flex; justify-content: center;}
.body-rse .reassurance-rse img {max-width: 150px;}
.body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 200px; margin-bottom: -2rem;}
.body-rse .reassurance-rse p {font-size: .8rem; margin: auto; max-width: 350px;}
.body-rse .vignette-societal, .body-rse .vignette-environnement {filter: opacity(.3);}
.body-rse #contenu-societal, .body-rse #contenu-environnement {display: none;}
.body-rse .citation .auteur + .wp-block-buttons {margin-top: 2rem;}
.body-rse .citation > div:not(.citation-image) {padding: 0 0.5rem 1rem;}
.body-rse .lbd-button {background: none; padding: 0;}
.body-rse .lbd-button a {padding: .5em .75em; border: 1px solid; font-family: 'Area-Black';}
.body-rse .lbd-button:hover, .body-rse .lbd-button a:hover, .body-rse .lbd-button:focus, .body-rse .lbd-button a:focus {
    background: #d8292f !important; 
    color: #fff !important; 
    text-decoration: none; 
    border: 1px solid #d8292f;
}
.body-rse .rse-bloc figure {max-width: 500px;}
.yottie.yottie-widget {margin-bottom: -19px !important;}
.yottie-widget-feed-section-inner {height: auto !important;}
.yottie-widget-video {margin-bottom: -10px !important;}
.yottie-widget-video-info-title {white-space: normal !important;}
.yottie-widget-video-info-properties {display: none;}
.elfsight-app-92c5b744-f488-4d23-ba6b-b1d75a2b9ca9 .yottie-container > a, .elfsight-app-92c5b744-f488-4d23-ba6b-b1d75a2b9ca9 .yottie-container > a * {
    width: 0 !important;
    overflow: hidden !important;
    max-height: 0 !important;
}

.body-rse .slider-labels figure {cursor: pointer;}
.body-rse #modal-video-rse {align-items: center;}
.body-rse #modal-video-rse > .wp-block-getwid-section__wrapper {height: fit-content;}
.body-rse .section-articles h3 {margin: 0 0 1rem; line-height: 1;}
.body-rse .section-articles h3 a {color: initial; font-family: Area-Black; text-transform: none; font-size: 1rem;}
.body-rse .wp-block-getwid-template-post-featured-image {margin-bottom: .5rem;}
.body-rse .articles-rse-carousel {display: block; margin-bottom: 0;}
.body-rse .articles-rse-grid {display: none; margin-bottom: 0;}
.body-rse .section-articles .wp-block-getwid-custom-post-type__post {
    display: flex;
    flex-direction: column;
}
.body-rse .navigation.pagination .nav-links .page-numbers {
    border-radius: 0;
    border-color: #8a8a8a;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: 0 5px 0px 0;
}
.body-rse .navigation.pagination .nav-links .next-icon, .navigation.pagination .nav-links .previous-icon {border-width: 0 1px 1px 0;}
.body-rse .section-articles .wp-block-button {margin-top: auto;}
.body-rse .section-articles .wp-block-button a {    
    color: #d8292f !important; 
    background: #ffffff; 
    border: 2px #d8292f solid; 
    border-radius: 0; 
    padding: 0.5em 0.75em;
    font-family: Area-Black;
}
.body-rse .section-articles img {border: 1px solid #8a8a8a;}
.section-articles .wp-block-getwid-post-carousel__slide {display: flex; flex-direction: column;}
.modal-label {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .25);
}
.modal-label > .wp-block-getwid-section__wrapper {
    background: #fff;
    max-width: 800px;
    height: auto;
    margin: auto;
    padding: 0;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
}
.modal-label .wp-block-getwid-section__inner-content {max-height: 90vh; overflow: auto;}
.modal-label .close-icon {position: absolute; width: 100%;}
.modal-label .close-icon > div {margin-right: 1rem;}
.modal-label h3 {margin-top: .5rem; margin-bottom: 0;}
.modal-label p, .modal-label ul {
    text-align: justify;
    width: 85%;
    margin: 0 auto 2rem;
    font-size: .9rem;
}

/** FIN RSE **/

/** CARRIÈRE **/
.body-carriere .recrutement-chiffres {justify-content: center;}
.body-carriere .vignette-anim, .body-carriere .vignette-emploi {filter: opacity(.3);}
.body-carriere #contenu-anime, .body-carriere #contenu-emploi {display: none;}
.body-carriere .wp-block-getwid-custom-post-type__post {border-bottom: 1px solid #8a8a8a; margin: 0 !important; padding: .75rem 0;}
.body-carriere .wp-block-getwid-custom-post-type__post:first-child {border-top: 1px solid #8a8a8a;}
.body-carriere .taxonomy-post_tag span {font-family: 'Area-Black';}
.body-carriere .wp-block-getwid-custom-post-type .lbd-button {font-family: 'Area-Black'; border-width: 2px;}
.body-carriere .wp-block-getwid-custom-post-type .lbd-button:hover {text-decoration: none;}
.body-carriere .navigation.pagination .nav-links .page-numbers {
    border-radius: 0;
    border-color: #8a8a8a;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: 0 5px 0px 0;
}
.body-carriere .wp-block-button.is-style-outline>.wp-block-button__link {border: 2px solid; font-family: Area-Black; padding: 0.5em 0.75em;}
.body-carriere .wp-block-button.is-style-outline>.wp-block-button__link:hover, .body-carriere .wp-block-button.is-style-outline>.wp-block-button__link:focus {
    color: #ffffff !important; 
    background: #d8292f;
}
.body-carriere .carriere-bloc li {margin: 0; padding-left: 3px;}
.body-carriere .carriere-bloc p + ul {margin-top: -2rem; padding-left: 1rem;}
.body-carriere .carriere-bloc li::marker {content: "»"; font-weight: bold; color: #d8292f; font-size: 1.5rem;}
.body-carriere .yottie-widget-video-info-title {white-space: normal;}
.body-carriere .wp-block-button.is-style-outline>.wp-block-button__link:hover, .body-carriere .wp-block-button.is-style-outline>.wp-block-button__link:focus {
    color: #ffffff !important; 
    background: #d8292f;
}
.body-carriere figure.is-type-video {max-width: 500px;}
.recrutement-chiffres > .wp-block-column {margin: 0 !important;}
.recrutement-chiffres .wp-block-image {margin-bottom: -1rem;}
.recrutement-chiffres p {font-size: .8rem; margin-top: 2rem; line-height: 1.5; margin: auto; max-width: 350px;}
.recrutement-chiffres span {font-size: 1.75rem; line-height: 1;}
.body-carriere .bloc-anim h2 {margin: 0 -.3rem 1.5rem -.3rem !important;}

/** FIN CARRIÈRE **/

/** REJOIGNEZ-NOUS **/
.body-recrutement .wp-block-getwid-custom-post-type__post {border-bottom: 1px solid #8a8a8a; margin: 0 !important; padding: .75rem 0;}
.body-recrutement .wp-block-getwid-custom-post-type__post:first-child {border-top: 1px solid #8a8a8a;}
.body-recrutement .taxonomy-post_tag span {font-family: 'Area-Black';}
.body-recrutement .wp-block-getwid-custom-post-type .lbd-button {font-family: 'Area-Black'; border-width: 2px;}
.body-recrutement .wp-block-getwid-custom-post-type .lbd-button:hover {text-decoration: none;}
.wp-block-getwid-custom-post-type .navigation.pagination {margin-top: 2rem;}
.body-recrutement .navigation.pagination .nav-links .page-numbers {
    border-radius: 0;
    border-color: #8a8a8a;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: 0 5px 0px 0;
}
.recrutement-chiffres > div {max-width: 80%; margin: auto !important;}
.recrutement-chiffres-bloc p, .recrutement-chiffres span, .recrutement-chiffres li {font-family: Area-Black; text-transform: uppercase;}
.recrutement-chiffres span {font-size: xx-large; line-height: 1;}
.recrutement-chiffres img {max-width: 100px;}
.offres-emploi h2 {margin-bottom: 3rem;}
.offres-emploi .wp-block-getwid-custom-post-type__post {padding-top: 0;}
.offres-emploi .wp-block-getwid-custom-post-type__post p {margin: auto; text-align: center !important;}
.offres-emploi .wp-block-getwid-custom-post-type__post .wp-block-getwid-section__inner-content * {gap: .5rem;}
.offres-emploi .savoir-plus {text-align: center !important;}
.candidature-spontanee {border: 2px solid #d8292f; margin-top: 6.5rem;}
.candidature-spontanee-inside {width: 80%; margin: 2rem auto;}
.candidature-spontanee h2 {
    background: #ffffff;
    margin: -1.5rem .5rem 2rem;
    width: fit-content;
    padding: 0;
}
#btn-candidature-spontanee {margin: auto; margin-bottom: 1rem !important;}
.body-recrutement .wp-block-button.is-style-outline>.wp-block-button__link {border: 2px solid; font-family: Area-Black; padding: 0.5em 0.75em;}
.body-recrutement .wp-block-button.is-style-outline>.wp-block-button__link:hover, .body-recrutement .wp-block-button.is-style-outline>.wp-block-button__link:focus {
    color: #ffffff !important; 
    background: #d8292f;
}
#modal-candidature-spontanee {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .25);
}
#modal-candidature-spontanee > .wp-block-getwid-section__wrapper {
    background: #fff;
    max-width: 800px;
    width: 90vw;
    height: auto;
    margin: 1rem auto;
    padding: 0;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
}
#modal-candidature-spontanee .wp-block-getwid-section__inner-content {max-width: 90%; height: 100%; margin: auto;}
#modal-candidature-spontanee .wp-block-getwid-icon__wrapper {margin-right: -2rem;}
#modal-candidature-spontanee .wp-block-heading {margin-top: -3rem; margin-bottom: 2rem;}
#modal-candidature-spontanee .wpcf7 {
    overflow: auto;
    max-height: 80vh;
    border: 1px solid #8a8a8a;
    padding: 2rem 1rem 0;
}
.wpcf7 form sup {top: inherit; color: #d8292f; font-size: inherit;}
.wpcf7 form p, .wpcf7 .fichiers-joints {margin-bottom: 1rem;}
.wpcf7 form label {font-family: Area-Black; width: 100%;}
.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {font-family: Area-Regular; padding: .25rem 1rem; margin-top: .5rem;}
.wpcf7 input[type="file"], .wpcf7 span {
    font-size: .66rem;
    padding: 0;
    width: fit-content;
}
.wpcf7 .fichiers-joints + p {line-height: 1;}
.wpcf7 form input[type="submit"] {
    font-family: Area-Black;
    border-radius: 0;
    background: #fff;
    color: #d8292f;
    border: 2px solid #d8292f;
    padding: .75rem 2rem;
}
.wpcf7 form input[type="submit"]:hover, .wpcf7 form input[type="submit"]:focus {background: #d8292f; color: #ffffff;}

/** FIN REJOIGNEZ-NOUS **/

/** CONTACT **/
.body-contact .select-form-hubspot select {font-family: 'Area-Regular';}
.body-contact .lbd-formulaire {max-width: 1000px !important;}
.body-contact .lbd-adresse .wp-block-columns {margin: auto; max-width: 270px; gap: 0;}
.body-contact .lbd-adresse .col-icon, .body-contact .lbd-adresse .col-address {display: flex; justify-content: center; align-items: center;}
.body-contact .lbd-adresse .address {display: flex; justify-content: center;}
.body-contact .lbd-adresse a {display: inline-block;}

/** FIN CONTACT **/

/** ARTICLES **/
.single-post #img-princ img {
    max-height: 200px;
    max-width: max-content;
    margin: 2rem auto;
}
.single-post .wp-block-columns {margin-top: 3rem; max-width: 1000px !important;}
body.single-post .entry-header {display: block !important; margin: 0 auto 2rem !important; width: 80%;}
body.single-post .category-offre-emploi .entry-content {margin: auto; width: 80%;}
body.single-post h1 {margin: 0 auto 3rem !important; font-size: 1.5rem;}
body.single-post .head-list {margin-bottom: 5rem; padding: 0 1rem;}
body.single-post .head-list li {margin: 0; padding-left: 3px; line-height: 1.5;}
body.single-post .head-list li::marker {content: "»"; color: #d8292f; font-size: 1.5rem; font-weight: bold;}
body.single-post .category-offre-emploi .entry-content ul {padding-left: 1rem;}
body.single-post .category-offre-emploi .entry-content ul:not(.head-list) ::marker {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}
body.single-post .category-offre-emploi .entry-content ul:not(.head-list) ul ::marker {
    color: #d8292f;
    font-size: initial;
    font-weight: initial;
}

body.single-post #bloc-postuler > div {display: flex; justify-content: center; margin-bottom: 1rem;}
body.single-post #btn-candidature-offre {font-family: 'Area-Black'; padding: .75rem 2rem; border-width: 2px;}
body.single-post #modal-candidature-offre {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .25);
    justify-content: center;
    align-items: center;
}
body.single-post #modal-candidature-offre .wrapper {
    background: #fff;
    max-width: 800px;
    width: 90%;
    height: 95vh;
    margin: 1rem auto;
    padding: 0 2rem;
    box-shadow: rgb(0, 0, 0) 0px 5px 15px;
}
body.single-post #modal-candidature-offre .close-icon {text-align: right;}
body.single-post #modal-candidature-offre .wp-block-getwid-icon__wrapper {
    animation-duration: 1s;
    animation-delay: 0s;
    margin-right: -2rem;
    color: #000000;
    padding: 16px;
    font-size: 32px;
    display: inline-block;
    transition: .3s ease;
}
body.single-post #modal-candidature-offre .wp-block-getwid-icon__wrapper:hover {transform: scale(1.2);}
body.single-post #modal-candidature-offre .wp-block-getwid-icon__wrapper i {
    display: block;
    height: 1em;
    width: 1em;
    position: relative;
}
body.single-post #modal-candidature-offre .wp-block-getwid-icon__wrapper i:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
body.single-post #modal-candidature-offre h3 {margin: -3rem 0 2rem;}
body.single-post #modal-candidature-offre .wpcf7 {
    overflow: auto;
    border: 1px solid #8a8a8a;
    padding: 2rem 1rem 0;
    max-height: 80vh;
    margin: auto;
}
body.single-post #modal-candidature-offre form input[readonly="readonly"] {
    display: inline !important;
    border: none;
    margin: 0;
    padding: 0;
}

/** FIN ARTICLES **/

/** PAGES LÉGALES **/
.pages-legales .entry-header {margin-top: 3rem !important;}
.pages-legales .entry-title {margin-bottom: 5rem !important; max-width: 80% !important;}
.pages-legales h2 {margin-bottom: 1rem;}
.pages-legales a {line-break: anywhere;}

/** FIN PAGES LÉGALES **/

/** PAGE AGEC **/
.body-agec h1 {margin-bottom: 5rem !important;}

/** FIN PAGE AGEC **/

/** PAGE 404 **/
.error404 .page-header {margin: 0 auto 3rem !important;}

/** FIN PAGE 404 **/


/***** RESPONSIVE *****/
@media (min-width:400px) {
    /* Général */
    h1 {font-size: 2.5rem;}
    h1 span {font-size: 1.3rem;}
    /* Footer */
    footer #block-16 p {font-size: 1.5rem;}
    /* Home */
    .home h1 {font-size: 2.3rem;}
    /* Métiers */
    .body-metiers h1 {font-size: 1.5rem;}
    .modal-metiers h4::before, .modal-metiers h4::after {width: 80px;}
    /* Savoir-faire */
    .body-savoir-faire .reassurance-savoir-faire span {font-size: 2.5rem;}
    /* RSE */
    .body-rse .reassurance-rse p {font-size: .9rem;}
    /* Articles */
    body.single-post h1 {font-size: 1.75rem;}
}

@media (min-width:480px) {
    /* Général */
    h1 {font-size: 3rem;}
    h1 span {font-size: 1.5rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.5rem;}
    p, li {font-size: 1.0625rem;}
    /* Back to top */
    #backtotop {
        width: 45px;
        height: 45px;
        bottom: 25px;
        right: 25px;
    }
    #backtotop::after {font-size: 2em;}
    /* Home */
    .home h1 {font-size: 2.5rem;}
    .home-chiffres img {max-width: 110px;}
    .home-sf-mobile.width-limit figure, .home-rse-mobile.width-limit figure {max-width: 300px !important;}
    .home-sf-mobile .slick-arrow::before, .home-rse-mobile .slick-arrow::before {color: #d8292f !important;}
    /* Métiers */
    .body-metiers h1 {font-size: 1.9rem;}
    .body-metiers figure + h2 {font-size: 1.5rem;}
    .modal-metiers p {width: 75%; font-size: 1rem;}
    /* RSE */
    .modal-label p, .modal-label ul {width: 75%; font-size: 1rem;}
    .body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 250px;}
    .body-rse .reassurance-rse p {font-size: 1rem;}
    /* Rejoignez-nous */
    .recrutement-chiffres img {max-width: 110px;}
    .wpcf7 input[type="file"], .wpcf7 span {font-size: .9rem;}
    .wpcf7 .fichiers-joints + p {line-height: 1;}
    /* Articles */
    body.single-post h1 {font-size: 2rem;}
}

@media (min-width:480px) and (max-width:782px) {
    /* Home */
    body.home .home-univers > .wp-block-column {flex-basis: 45% !important; margin-top: 0;}
}

@media (min-width:600px) {
    /* Général */
    .section-vignettes, .contenu {width: 80% !important;}
    .section-vignettes {flex-direction: row; gap: .5rem;}
    .section-vignettes > .wp-block-column:last-child {margin-bottom: 0;}
    .section-vignettes figure {width: auto; margin: initial !important;}
    .section-vignettes p {font-size: .75rem;}
    .section-vignettes .wp-block-group p {position: absolute; width: 100%;}
    /* Home */
    .home h1 {font-size: 3rem;}
    .home-sf-mobile .slick-prev, .home-rse-mobile .slick-prev {left: 25px !important;}
    .home-sf-mobile .slick-next, .home-rse-mobile .slick-next {right: 25px !important;}
    .home div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] > div > div::before, 
    .home div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] > div > div::before {color: #d8292f !important;}
    div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] {margin-left: -43px !important;}
    div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] {margin-right: -40px !important;}
    /* International */
    .body-international .liste-pays ul {columns: 2;}
    /* Savoir-faire */
    .body-savoir-faire .reassurance-savoir-faire {padding: 1.25em 2.375em;}
    .body-savoir-faire .bloc-savoir-faire {flex-direction: column;}
    /* Valeurs */
    .body-valeurs .section-vignettes-valeurs {flex-direction: row; flex-wrap: nowrap !important; width: fit-content;}
    .body-valeurs .section-vignettes-valeurs p {font-size: .75rem;}
    /* Carrière */
    .recrutement-chiffres {flex-direction: row; flex-wrap: nowrap !important;}
    /* Rejoignez-nous */
    .wpcf7 input[type="file"], .wpcf7 span {font-size: 1rem;}
    .wpcf7 .fichiers-joints + p {line-height: 1.5;}
}

@media (min-width:700px) {
    /* Général */
    .section-vignettes p {font-size: .95rem;}
    /* Home */
    .home-univers-mobile, .home-sf-mobile, .home-rse-mobile {display: none;}
    .home-sf-desktop, .home-rse-desktop {display: flex !important;}
    .home-sf figure + p, .home-rse figure + p {font-size: .9rem;}
    /* Métiers */
    .body-metiers h1 {font-size: 2.75rem;}
    .modal-metiers h4::before, .modal-metiers h4::after {width: 180px;}
    /* Valeurs */
    .body-valeurs .section-vignettes-valeurs p {font-size: .95rem;}
}

@media (min-width:700px) and (max-width:830px) {
    /* Home */
    .home-sf-desktop .wp-block-column:first-child p {font-size: .73rem; line-height: 1.9;}
}

@media (min-width:768px) {
    /* Général */
    body:not(.home) #main {padding-top: 3rem;}
    .intro > div:last-child {margin-left: 0;}
    .intro .wp-block-column:not(:last-child) {margin-right: 0 !important;}
    .wp-block-column:not(:last-child) {margin-right: 0 !important;}
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {margin-left: 0 !important;}
    /* Footer */
    #colophon .footer-sidebars-wrapper {padding: 0 1rem;}
    /* Home */
    .home-chiffres .wp-block-column:not(:last-child) {
        margin-right: 0;
        margin-left: 20px;
    }
    .home-chiffres-blocks p {font-size: 1rem; line-height: 1.5;}
    .home-chiffres-blocks p span {font-size: 2rem;}
    /* International */
    .body-international .wp-block-columns.section-logos > div.wp-block-column {flex-basis: 100% !important;}
    /* Métiers */
    .body-metiers h1 {font-size: 3rem;}
    .body-metiers .metiers-vignettes .wp-block-column {flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
    .body-metiers .metier-vignette {width: 45%;}
    .modal-metiers h4::before, .modal-metiers h4::after {width: 200px;}
    /* Savoir-faire */
    .body-savoir-faire .bloc-savoir-faire > div {margin-right: 0 !important;}
    /* RSE */
    .body-rse .rse-bloc > div {margin-right: 0 !important;}
    /* Rejoignez-nous */
    .recrutement-chiffres p {font-size: 1rem; line-height: 1.5;}
    .recrutement-chiffres p span {font-size: 2rem;}
    .offres-emploi .wp-block-getwid-custom-post-type__post {padding-top: .75em;}
    .offres-emploi .wp-block-getwid-custom-post-type__post p {margin: 0; text-align: left !important;}
    .offres-emploi .savoir-plus {text-align: right !important;}
    /* Pages légales */
    .pages-legales a {line-break: auto;}
}

@media (min-width:768px) and (max-width:782px) {
    /* International */
    body.body-international .entry-content > div.section-logos .bloc-logo {flex-basis: 25% !important;}
}

@media (min-width:781px) and (max-width:885px) {
    /* Histoire */
    .body-histoire h1 {font-size: 2.6rem;}
    /* Rejoignez-nous */
    .body-recrutement h1 {font-size: 2.5rem;}
}

@media (min-width:782px) {
    /* Général */
    .citation {padding: 1rem; gap: 0;}
    .citation .citation-image {margin-right: 0; display: flex; align-items: center;}
    .citation .citation-image > div {margin-bottom: 0;}
    /* Home */
    .home-univers figure + p {font-size: .9rem;}
    .home-univers a {font-size: .7rem;}
    .home-univers .wp-block-column:not(:first-child) {margin-top: 0;}
    .home-univers img {max-width: 100%;}
    .home-univers .wp-block-button__link {padding: .5rem;}
    /* Savoir-faire */
    .body-savoir-faire .reassurance-savoir-faire {flex-direction: column;}
    .body-savoir-faire .reassurance-savoir-faire span {font-size: 1.8rem;}
    #contenu-fdv .reassurance-savoir-faire > div > div .wp-block-column:first-child strong {hyphens: auto;}
    /* Univers */
    .body-univers .reassurance-univers {flex-direction: column;}
    /* RSE */
    .body-rse .citation {flex-direction: column;}
    .body-rse .citation > div:not(.citation-image) {padding: 1rem;}
    .body-rse .reassurance-rse.bloc-social .wp-block-getwid-image-box {display: flex; flex-direction: column;}
    .body-rse .reassurance-rse.bloc-social .wp-block-getwid-image-box__image-container {margin: auto;}
    .body-rse .reassurance-rse.bloc-societal .wp-block-getwid-image-box__image-container {max-height: 150px;}
    .body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 150px; margin-bottom: 0;}
    .body-rse .reassurance-rse p {font-size: .75rem;}
    /* Rejoignez-nous */
    .body-recrutement .candidature-spontanee h2 {margin: -1.5rem auto 2rem; padding: 0 .5rem;}
    .body-recrutement .candidature-spontanee-inside {flex-direction: column;}
    /* Carrière */
    .body-carriere .candidature-spontanee h2 {margin: -1.5rem auto 2rem; padding: 0 .5rem;}
    .body-carriere .candidature-spontanee-inside {flex-direction: column;}
    /* Contact */
    .body-contact .lbd-adresse .wp-block-columns {gap: 1rem;}
    .body-contact .lbd-adresse .col-icon {justify-content: flex-end; max-width: fit-content;}
    .body-contact .lbd-adresse .col-address {justify-content: flex-start; max-width: fit-content;}
    
}

@media (min-width:782px) and (max-width:992px) {
    /* Img cand. spont. */
    .candidature-spontanee-inside img {max-width: 500px;}
    /* Contact */
    .body-contact h1 {font-size: 2.85rem;}
}


@media (min-width:800px) {
    /* Home */
    .home-univers .wp-block-button__link {padding: .5rem .75rem;}
}

@media (min-width:850px) {
    /* Général */
    hr + p {font-size: 1.25rem;}
    /* Home */
    .home-univers figure + p {font-size: 1rem;}
    .home-univers a {font-size: .8rem;}
    /* International */
    .body-international .liste-pays ul {columns: 3;}
    /* Savoir-faire */
    .body-savoir-faire .reassurance-savoir-faire span {font-size: 2rem;}
    /* RSE*/
    .body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 185px;}
    .body-rse .reassurance-rse p {font-size: .9rem;}
}

@media (min-width:870px) {
    /* Général */
    .intro-partie {width: 80%;}
    .section-vignettes p {font-size: 1.25rem;}
    /* Home */
    .home .home-intro {
        display: flex;
        text-align: inherit;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .home-intro .wp-block-media-text__content, .home-intro .wp-block-group {padding: 0 0 0 1rem;}
    .home h1 {font-size: 2.5rem;}
    .home-intro > div {padding: 0 1rem;}
    .home-intro figure {margin-top: initial !important;}
    .home-intro .wp-block-buttons {margin: inherit;}
    .home-chiffres-blocks p {font-size: 1.25rem;}
    .home-chiffres-blocks p span {font-size: 2.5rem;}
    /* Valeurs */
    .body-valeurs .section-vignettes-valeurs p {font-size: 1.25rem;}
    /* Articles */
    .single-post .float.pair {flex-direction: row-reverse;}
    /* Rejoignez-nous */
    .recrutement-chiffres p {font-size: 1.0625rem;}
    .recrutement-chiffres p span {font-size: 2.5rem;}
    .recrutement-chiffres img {max-width: 130px;}
}

@media (min-width:992px) {
    /* Général */
    .col-pic {flex-basis: 30% !important;}
    .col-txt {flex-basis: 70% !important;}
    /* Sliders */
    .pair .wp-block-getwid-images-slider:not(.slider-labels):not(.slider-histoire) {margin-left: auto;}
    /* Header */
    .main-navigation-wrapper {align-self: initial;}
    #masthead nav.main-navigation ul li:not(:last-child) {border-right: 1px solid;}
    #masthead nav.main-navigation ul li a {padding: 0 1.25rem;}
    #masthead nav.main-navigation ul.sub-menu li {border: none; padding: .9rem 0;}
    /* Home */
    .home-univers figure + p, .home-sf figure + p, .home-rse figure + p {font-size: 1.25rem;}
    .home-univers a {font-size: .9375rem;}
    /* Métiers */
    .body-metiers h1 {font-size: 2rem;}
    .body-metiers .metier-vignette {width: 30%;}
    /* Histoire */
    .body-histoire .wp-block-getwid-content-timeline-item:not(:first-of-type) {margin-top: -5rem;}
    .body-histoire .wp-block-getwid-content-timeline-item__card {width: 30%;}
    .body-histoire .slick-dotted.slick-slider {max-width: 500px; max-height: 500px; margin: 0 auto 3rem;}
    /* Savoir-faire */
    .body-savoir-faire .bloc-savoir-faire {flex-direction: row;}
    .body-savoir-faire .reassurance-savoir-faire span {font-size: 2.5rem;}
    .body-savoir-faire .wp-block-columns.impair > .wp-block-column figure {margin-left: 0 !important;}
    .body-savoir-faire .wp-block-columns.pair > .wp-block-column figure {margin-right: 0 !important; margin-left: auto !important;}
    /* Valeurs */
    .body-valeurs .bloc-valeur, .body-valeurs .bloc-valeur.pair {flex-direction: row;}
    .body-valeurs .bloc-valeur .wp-block-media-text__content {padding: 0 8%;}
    .body-valeurs .wp-block-columns.impair > .wp-block-column figure {margin-left: 0 !important;}
    .body-valeurs .pair figure {margin-right: 0 !important;}
    /* RSE */
    .body-rse .wp-block-columns.impair > .wp-block-column figure {margin-left: 0 !important;}
    .body-rse .modal-label .wp-block-columns.impair > .wp-block-column figure {margin-left: auto !important;}
    .body-rse .pair figure {margin-right: 0 !important;}
    .body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 200px;}
    .body-rse .reassurance-rse p {font-size: 1rem;}
    /* Carrière */
    .body-carriere .candidature-spontanee-inside {flex-direction: row;}
    /* Rejoignez-nous */
    .body-recrutement .candidature-spontanee-inside {flex-direction: row;}
    #btn-candidature-spontanee {margin: 0;}
}

@media (min-width:992px) and (max-width:1100px) {
    /* Home */
    .home-sf-desktop .wp-block-column:first-child p {font-size: 1.1rem; line-height: 1.75;}
}

@media (min-width:1100px) {
    /* Footer */
    #menu-menu-footer {display: flex;}
    #menu-menu-footer li {display: flex; align-items: center;}
    #menu-menu-footer li:not(:last-child) {border-right: 1px solid;}
    /* Home */
    .home h1 {font-size: 3rem;}
    div[data-app="eapps-linkedin-feed"] div[aria-label="Previous"] {margin-left: -63px !important;}
    div[data-app="eapps-linkedin-feed"] div[aria-label="Next"] {margin-right: -60px !important;}
    /* RSE */
    .body-rse .citation {flex-direction: row;}
    .body-rse .reassurance-rse img[src*="glassdoor"] {max-width: 250px;}
    .body-rse .articles-rse-carousel {display: none;}
    .body-rse .articles-rse-grid {display: block;}
}

@media (min-width:1150px) {
    /* Général */
    .section-vignettes {width: fit-content !important;}
    /* International */
    .body-international .liste-pays ul {columns: 4;}
}

@media (min-width:1200px) {
    /* Header */
    #masthead {padding-left: 10%; padding-right: 10%;}
    /* Home */
    .home-sf-desktop, .home-rse-desktop {width: fit-content !important;}
    /* Métiers */    
    .body-metiers h1 {font-size: 2.5rem;}
    /* Savoir-faire */
    .body-savoir-faire .reassurance-savoir-faire {flex-direction: row;}
    #contenu-fdv .reassurance-savoir-faire > div > div .wp-block-column:first-child strong {hyphens: auto;}
    /* Univers */
    .body-univers .reassurance-univers {flex-direction: row;}
}

@media (min-width:1200px) and (max-width:1400px) {
    /* Savoir-faire */
    #contenu-appro .reassurance-savoir-faire > div > div .wp-block-column:nth-child(2) span {font-size: 2rem; line-height: 1.25;}
}

@media (min-width:1250px) {
    /* Général */
    .section-vignettes {gap: 2em;}
}

@media (min-width:1410px) {
    /* Métiers */    
    .body-metiers h1 {font-size: 3rem;}
}

@media (min-width:1450px) {
    /* Sites */
    .body-sites .wp-block-column:first-child .vignette .wp-block-getwid-images-slider,
    .body-sites .wp-block-column:first-child .vignette h2,
    .body-sites .wp-block-column:first-child .vignette h3,
    .body-sites .wp-block-column:first-child .vignette p {margin-right: 2rem;}
    .body-sites .wp-block-column:last-child .vignette .wp-block-getwid-images-slider,
    .body-sites .wp-block-column:last-child .vignette h2,
    .body-sites .wp-block-column:last-child .vignette h3,
    .body-sites .wp-block-column:last-child .vignette p {margin-left: 2rem;}
    /* Univers */
    .body-univers .section-bas .slick-prev {left: 5% !important;}
    .body-univers .section-bas .slick-next {right: 5% !important;}
}

@media (max-width:768px) {
    /* Métiers */
    .body-metiers .metier-vignette {align-items: center !important;}
}

@media (max-width:782px) {
    /* Articles */
    .single-post .no-float.pair {flex-direction: column-reverse;}
    .single-post .no-float img {max-width: 300px; width: 100%;}
}

@media (max-width:870px) {
    /* Carrière */
    .body-carriere .offres-emploi {margin-top: 3rem;}
    /* Articles */
    .single-post .wp-block-columns.float {display: block; clear: both;}
    .single-post .post-img-col-left {max-width: 45%; float: left; margin: 0; padding: 0 1rem 0 0;}
    .single-post .post-img-col-right {max-width: 45%; float: right; margin: 0; padding: 0 0 0 1rem;}
}

@media (max-width:992px) {
    /* Général */
    .pair {flex-direction: column-reverse;}
    /* Menu */
    .primary-menu-wrapper {display: none;}
    #site-navigation.toggled .primary-menu-wrapper {display: block;}
    /* Breadcrumb */
    .breadcrumb {margin: 0 auto 2rem; font-size: 60%;}
    /* Métiers */
    .body-metiers .intro {flex-direction: column;}
    /* Savoir-faire */
    .body-savoir-faire .bloc-savoir-faire.pair {flex-direction: column-reverse;}
    /* Univers */
    .body-univers .section-marque.impair {flex-direction: column-reverse;}
    .body-univers .section-marque.pair {flex-direction: column;}
    .body-univers .section-marque-txt figure {margin: 0 auto 2rem; width: fit-content;}
    .body-univers .wp-block-getwid-images-slider {margin: auto;}
    .body-univers .section-marque .wp-block-buttons {justify-content: center; margin-bottom: 2rem;}
    /* Carrière */
    .body-carriere .bloc-anim.impair {flex-direction: column-reverse;}
    .body-carriere .bloc-anim.pair {flex-direction: column;}
    /* RSE */
    .body-rse .impair {flex-direction: column;}
}

