:root {
    --crf--shiny-blue: #0970E6;
    --crf--white: #FFF;
    --crf--black: #000;
    --crf--light-grey: #EEF5FD;
    --crf--blue: #264F9A;
    --crf--middle-grey: #9A9A9A;
    --crf--middle-grey-2: #E8E8E8;
    --crf--dark-blue: #0E1226;
    --crf--orange : #FF6D01;
    
    --global-lateral-bonus-padding: max(0px, calc((100vw - 1457px) / 2));
    --min-padding: calc(25px + var(--global-lateral-bonus-padding));
    --mid-padding: calc(10vw + var(--global-lateral-bonus-padding));
    --max-padding: calc(120px + var(--global-lateral-bonus-padding));
    
    /*--global-block-padding: clamp(25px, 10vw, 120px);*/
    --global-lateral-padding: clamp(var(--min-padding), var(--mid-padding), var(--max-padding));
    --global-vertical-padding: clamp(25px, 10vw, 120px);
    
    
    
    --z-index--burger-menu: 10;
    --z-index--mainheader: 8;
    --z-index--toc-slider: 7;
    /* 1 (and 2) are reserved for swiper and other components */
    
    --visible-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - var(--header--height, 60px) - var(--bottom-bar--height, 0px));
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Ubuntu", sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 300;
    font-style: normal;
    color: var(--crf--black);
}
body.no-scroll {
    height: 100%;
    overflow: hidden;
}
/* CTA
   ========================================================================== */
.cta {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
    min-width: 160px;
    
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid var(--primary-color);
    padding: 19px 21px;
    
    user-select: none;
    cursor: pointer;
    
    
    color: var(--secondary-color);
    background-color: var(--primary-color);
    
    transition-property: background-color, border-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.cta--blue {
    --primary-color: var(--crf--shiny-blue);
    --secondary-color: var(--crf--white);
}
/*.cta--blue:hover {
    --primary-color: var(--crf--shiny-blue);
}*/
.cta--white {
    --primary-color: var(--crf--white);
    --secondary-color: var(--crf--shiny-blue);
}
/*.cta--white:hover {
    --primary-color: var(--crf--white);
}*/
.cta--wide,
.cta--wide--mobile {
    width: 100%;
}
button#ot-sdk-btn.cta.ot-sdk-show-settings {
    align-self: flex-start;
    font-family: 'Ubuntu';
    color: var(--secondary-color);
    background-color: var(--primary-color);
    height: inherit;
    border: 2px solid var(--primary-color);
    white-space: normal;
    word-wrap: break-word;
    padding: 19px 21px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    transition-property: background-color, border-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}
button#ot-sdk-btn.cta.ot-sdk-show-settings:hover {
    color: var(--crf--shiny-blue);
    background-color: white;
}
button#ot-sdk-btn.cta.ot-sdk-show-settings::after {
    content: " les cookies" !important;
}

@media screen and (min-width: 576px) {
    .cta--wide--mobile {
        display: flex;
        width: fit-content;
        /*margin-right: auto;
        margin-left: auto;*/
    }
}

/* CTA Ripple Effect
   ========================================================================== */
.cta {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.cta:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}
.cta--white:after {
    background-image: radial-gradient(circle, var(--crf--shiny-blue) 10%, transparent 10.01%);
}

.cta:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}



/* Arrows
   ========================================================================== */
.arrow-after::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8882 4.99964C13.8837 4.82906 13.8324 4.72624 13.7666 4.65243L10.1557 0.208196C9.98511 -0.0322933 9.5986 -0.0703421 9.35694 0.124954C9.11529 0.320223 9.10246 0.685312 9.29634 0.902608L12.1695 4.44411L0.555406 4.44411C0.248587 4.44411 -0.000123978 4.69282 -0.000123978 4.99964C-0.000123978 5.30646 0.248587 5.55517 0.555406 5.55517L12.1695 5.55517L9.29634 9.09667C9.0764 9.31614 9.1389 9.70107 9.37105 9.90756C9.54974 10.0665 10.026 10.0159 10.1557 9.79109L13.7666 5.34685C13.8607 5.23174 13.8893 5.14616 13.8882 4.99964Z' fill='%230970E6'/%3E%3C/svg%3E%0A");
    display: inline-block;
    flex: none;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease 0s;
    animation: 300ms ease 0s shake-it both alternate infinite paused;
}
.arrow-white-after::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8882 4.99964C13.8837 4.82906 13.8324 4.72624 13.7666 4.65243L10.1557 0.208196C9.98511 -0.0322933 9.5986 -0.0703421 9.35694 0.124954C9.11529 0.320223 9.10246 0.685312 9.29634 0.902608L12.1695 4.44411L0.555406 4.44411C0.248587 4.44411 -0.000123978 4.69282 -0.000123978 4.99964C-0.000123978 5.30646 0.248587 5.55517 0.555406 5.55517L12.1695 5.55517L9.29634 9.09667C9.0764 9.31614 9.1389 9.70107 9.37105 9.90756C9.54974 10.0665 10.026 10.0159 10.1557 9.79109L13.7666 5.34685C13.8607 5.23174 13.8893 5.14616 13.8882 4.99964Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
    display: inline-block;
    flex: none;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease 0s;
    animation: 300ms ease 0s shake-it both alternate infinite paused;
}
.arrow-after:hover::after,
.arrow-white-after:hover::after {
    animation-play-state: running;
}
@keyframes shake-it {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(20%);
    }
}


/*////////////*/
.icon-before, 
.icon-after {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.icon-before::before,
.icon-after::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: none;
}
.icon-after--arrow-right:hover::after {
    animation-play-state: running;
}
.icon-after--arrow-right::after {
    content: "";
    width: 14px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8882 4.99964C13.8837 4.82906 13.8324 4.72624 13.7666 4.65243L10.1557 0.208196C9.98511 -0.0322933 9.5986 -0.0703421 9.35694 0.124954C9.11529 0.320223 9.10246 0.685312 9.29634 0.902608L12.1695 4.44411L0.555406 4.44411C0.248587 4.44411 -0.000123978 4.69282 -0.000123978 4.99964C-0.000123978 5.30646 0.248587 5.55517 0.555406 5.55517L12.1695 5.55517L9.29634 9.09667C9.0764 9.31614 9.1389 9.70107 9.37105 9.90756C9.54974 10.0665 10.026 10.0159 10.1557 9.79109L13.7666 5.34685C13.8607 5.23174 13.8893 5.14616 13.8882 4.99964Z' fill='%230970E6'/%3E%3C/svg%3E%0A");
    transition: transform 0.2s ease 0s;
    animation: 300ms ease 0s shake-it both alternate infinite paused;
}


/* 
   ========================================================================== */
.card--post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* Semi-transparent Carrefour logo as Background (needs both ::before and ::after pseudo-elements)
   ========================================================================== */
/*
.crf-bg-logo {
    position: relative;
    overflow: hidden;
}
.crf-bg-logo::before, 
.crf-bg-logo::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: url(./../../assets/images/svg/logo-carrefour--white.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}
.crf-bg-logo::before {
    opacity: 0.15;
}
.crf-bg-logo::after {
    opacity: 0.05;
    transform: translateX(3%);
}
@media screen and (max-width: 767px) {
    .crf-bg-logo::before, 
    .crf-bg-logo::after {
        background-size: 1163px auto;
    }
}
@media screen and (min-width: 768px) {
    .crf-bg-logo::before,
    .crf-bg-logo::after {
        background-size: 100% 100%;
        background-position: center;
    }
}
*/

.crf-institutional-header__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

[id] {
    scroll-margin-top: calc(var(--header--height, 60px) + var(--wp-admin--admin-bar--height, 0px));
}

.error-page {
    position: relative;
    background-color: var(--crf--shiny-blue);
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: calc(80vh - 115px);
    overflow: hidden;
}
.error-page::before, .error-page::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(./../../assets/images/svg/logo-carrefour--white.svg);
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.15;
}
.error-page::after {
    opacity: 0.05;
    transform: translateX(3%);
}

.error-title {
    font-size: 100px;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-title svg {
    width: 100px;
    height: 70px;
}
.error-text {
    margin: 35px 0 15px;
}

@media screen and (min-width: 768px) {
    .error-page {
        min-height: calc(100vh - 160px);
    }
    .error-title {
        font-size: 270px;
        font-weight: 400;
        margin: 0;
    }
    .error-text {
        margin: 70px 0 35px;
    }
    .error-title svg {
        width: inherit;
        height: inherit;
    }
}

/**
 * Page Domaine
 */
.single-domain .crf-job-content:nth-child(odd) {
    --kmb--networkking-slider--odd--bg-color: var(--crf--light-grey);
    --kmb--networkking-slider--odd--card-color: var(--crf--white);
    --kmb--networkking-slider--even--bg-color: var(--crf--white);
    
    background-color: var(--crf--light-grey);
}

/* odd block bg */
.single-domain .crf-job-content:nth-child(odd) #kmb-intconv-container [class*=main-module__kmb_intconv_container__],
.single-domain .crf-job-content:nth-child(odd) .main-module__kmb_intconv_container__5Xjfr,
.single-domain .crf-job-content:nth-child(odd) #kmb-intconv-container [class*=main-module__layout_container__] {
    background-color: var(--kmb--networkking-slider--odd--bg-color);
}
/* odd card bg */
.single-domain .crf-job-content:nth-child(odd) #kmb-intconv-container [class*=resultList-module__kmb_results_alternate__] .result-card-container {
    background-color: var(--kmb--networkking-slider--odd--card-color);
}
/* fix: even block bg */
.single-domain .crf-job-content:nth-child(even) #kmb-intconv-container [class*=main-module__kmb_intconv_container__],
.single-domain .crf-job-content:nth-child(even) .main-module__kmb_intconv_container__5Xjfr,
.single-domain .crf-job-content:nth-child(even) #kmb-intconv-container [class*=main-module__layout_container__] {
    background-color: var(--kmb--networkking-slider--even--bg-color);
}





div[data-accordion-region] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--accordion-duration) var(--accordion-timing-function) 0s;
}
div[data-accordion][data-open="true"] > div[data-accordion-region] {
    grid-template-rows: 1fr;
}

p img.aligncenter {
    margin: 0 auto;
}


/**
 * FACIL'iti CTA
 */
 
#faciliti-cta {
    position: fixed;
    /* bottom: 20vh; */
    bottom: calc(var(--bottom-bar--height, 0px) + 25px + 60px + 8px);
    min-width: 160px;
    width: 160px;
    min-height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    right: -123px;
    -webkit-transition: right .2s ease;
    transition: right .2s ease;
    background-color: #0870e5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10000
}
#faciliti-cta .cta-text {
    margin: auto;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
    text-align: center
}
#faciliti-cta img {
    height: 60px;
    width: 60px;
    margin-left: -30px;
    background-color: transparent!important
}
#faciliti-cta:hover {
    right: 0;
    width: 160px
}

@media(min-width: 768px) {
    #faciliti-cta {
        min-height:75px;
        bottom: 32vh;
        min-width: 180px;
        width: 180px;
        -webkit-box-orient: horizontal;
        flex-direction: row;
        right: -137px;
        transition: right .2s ease;
    }
    #faciliti-cta img {
        height:75px;
        width: 75px;
        margin-right: -40px;
    }
    #faciliti-cta:hover {
        right:0;
        width: 180px
    }
}


.placeholder__matching-cv-btn {
    position: fixed;
    display: flex;
    bottom: calc(45vh + 4px);
    right: -125px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: none;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--crf--shiny-blue);
    color: white;
    font-weight: 500;
    transition: right .2s ease
}
.placeholder__matching-cv-btn:hover {
    right: 0;
}
.placeholder__matching-cv-btn .cta-text {
    padding: 0 20px 0 10px;
}

.placeholder__matching-cv-btn img {
    width: 75px;
    height: 75px;
}