/* LUTOSA 2026 */

:root {
    --red: #97242C;
    --cream: #FFEFC9;
    --gold: #f4c24f;
}

body.cms #sidebar-left {
    display: none; 
}

body.cms #main-content,
body.extra.about #main-content {
   /* width: 100%;
    max-width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;*/
    padding: 0 !important;
}

body.cms .container .row #main,
body.extra.about .container .row #main {
    /*padding: 0 !important;*/
}

body.cms .spacer-fixed-header.extra-space,
.spacer-fixed-header {
    height: 220px;
}

body.jobs-listing .spacer-fixed-header,
body.cms .spacer-fixed-header {
    height: 90px;
}

body.myjobsite .spacer-fixed-header {
    height: 350px;
}




@media (min-width: 576px) {
   /* .container {
        max-width: 100%;
    }*/
}

@media (min-width: 768px) {
   /* .container {
        max-width: 100%;
    }*/
}

@media (max-width: 992px) {
    body.cms .spacer-fixed-header.extra-space,
    .spacer-fixed-header {
        height: 140px;
    }

    body.myjobsite .spacer-fixed-header,
    body.jobs-listing .spacer-fixed-header,
    body.cms .spacer-fixed-header {
        height: 90px;
    }


}

@media (min-width: 1200px) {
    /*.container {
        width: 100%;
       
    }

    body.cms .container#main-content,
    body.about .container#main-content {
        max-width: 100%;
        padding: 0 !important;
    }

    body.cms .container {
        
        padding: 0;
    }

    footer .container {
        width: 100%;
        
    }*/
}

.img-fluid {
    width: 100%;
}


.bg-red-lutosa {
    background-color: #97242C;
}

.red-lutosa{
    color: #97242C;
}

.bg-light-yellow-lutosa {
    background-color: #FFEFC9;
}


/* === LUTOSA NAVBAR === */

.navbar-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

header .navbar.navbar-lutosa {
    background-color: #97242C;
   /* position: fixed;
    z-index: 200;
    top: 0;
    left: 0;*/
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: all .3s ease;
    padding: 0rem 1rem;
}

.navbar-curve {
  width: 100%;
  overflow: hidden;
  margin-top: -10px; /* optionnel pour coller parfaitement sous le menu */
}

/* Image full width responsive */
.navbar-curve img {
  width: 100%;
  height: auto; /* conserve le ratio */
  display: block;
}
.active-scroll header .navbar.navbar-lutosa {
    /*
    opacity: 1;    */
}

@media screen and (max-width: 992px) {
    header .navbar.navbar-lutosa {
        /*padding: 0.5rem 1rem;*/
    }


    header .navbar.navbar-lutosa.navbar-is-open {}

    .active-scroll header .navbar.navbar-lutosa {
       /* padding-top: 0.5rem;
        padding-bottom: 0.5rem;*/
    }

    .navbar-curve {
  margin-top: -5px; /* optionnel pour coller parfaitement sous le menu */
}
}

@media (min-width: 992px) {
    .active-scroll header .navbar.navbar-lutosa {
       /* padding-top: 0.5rem;
        padding-bottom: 0.5rem;*/
    }
}

header .navbar.navbar-lutosa svg {
    max-width: 100px;
    width: 100%;
}

header .navbar.navbar-lutosa svg .st1 {
    fill: #FF4E00;
}

.active-scroll header .navbar.navbar-lutosa svg .st1 {
    fill: #FF4E00;
}

@media screen and (max-width: 992px) {

    header .navbar.navbar-lutosa svg {
        max-width: 75px;
        width: 100%;
    }
}

header .navbar.navbar-lutosa .navbar-toggler {
    border: 0;
}

header .navbar.navbar-lutosa .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.8)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}

header .navbar.navbar-lutosa .navbar-toggler-icon:hover {
    background-image: url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e') !important;
}


/* CROSS TOGGLE */


button:focus {
    outline: 0;
    ;
    box-shadow: none;
}

.navbar-toggle {
    position: relative;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle .icon-bar {
    display: block;

    width: 34px;
    height: 3px;
    margin: 3px 0;

    background-color: #FFF;
}


.navbar-toggle .icon-bar {
    background-color: #FFF;
}


.navbar-toggle .icon-bar {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    margin: 0;

    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
}

.navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}


.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    display: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .navbar.navbar-lutosa .navbar-brand{
    padding: 0;
}

header .navbar.navbar-lutosa .nav-link,
header .navbar.navbar-lutosa .navbar-brand {
    color: #fff;
    font-weight: 600;
    
}

header .navbar.navbar-lutosa .navbar-brand img{
    max-height: 100px;
}

header .navbar.navbar-lutosa .nav-link:hover {
    color: #f7e6b3;
}

header .navbar.navbar-lutosa .nav-link.active {
    color: #f7e6b3;
    text-decoration: none;
}

header .navbar.navbar-lutosa .lang-switch a {
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
}

header .navbar.navbar-lutosa .lang-switch a:hover,
header .navbar.navbar-lutosa .lang-switch a.active {
    color: #f7e6b3;
    text-decoration: none;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
    .navbar-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*.navbar-lutosa::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -280px;
    width: 100%;
    height: 450px;
    background-image: url(https://cdn.dev.profilegroup-hrs.com/Lutosa2025/Ressources/Images/images/bkg-header.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    pointer-events: none;
    z-index: -1;
}


@media (max-width: 1920px) {
  .navbar-lutosa::after {
    bottom: -200px;
    width: 100%;
    height: 343px;
  }

  
}*/

@media (max-width: 992px) {
  .navbar-lutosa::after {
    display: none;
  }

  
}


/* Langues */
.lang-switch a {
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
}

.lang-switch a.active,
.lang-switch a[aria-current="true"] {
    text-decoration: none;
    color: rgb(255, 208, 211);
}

.lang-switch a:hover,
.lang-switch a:focus {
    color: rgb(255, 208, 211);
    outline: none;
}


.header-title {
   /* font-size: 3rem;
    line-height: 1;
    font-weight: 600;*/
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 600;
}

/* MAIN CONTENT */

#wrap-container {
    background-color: #FFEFC9;
}

/* Jobs */
/* Filters */


.filter-section select.form-control{
    margin: 0;
    padding: 13px 25px;
    border-radius: 50px;
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none !important;
    font-family: Effra;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    filter: invert(1);
    border-color: #000;
    color: #000;
    height: auto;
}

.dd-container {
    color: #FFF;
    border-radius: 50px;
    padding: 10px;
    border: 2px solid #FFF;
}

a:hover {
    text-decoration: none;

    color: inherit;
}

.filter-plugin-dd-container {
    text-transform: uppercase;
}

.filter-plugin-dd-container .dropdown-toggle {
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
}


.filter-plugin-dd-container .dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border: 0;
    position: absolute;
    top: 0px;
    font-size: 20px;
    line-height: 1;
    margin-left: 0.5rem;
}

.filter-plugin-dd-container.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.filter-plugin-dd-container .dropdown-menu {
    border-radius: 25px;
    background: #97242C;
    color: #FFF;
    padding: 1.5rem 0.75rem 1.5rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container {
    max-height: 320px;
    overflow: auto;
    padding-right: 1rem;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar {
    width: 4px;
    background-color: #FFF;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar-thumb {
    background-color: #FFF;
}

.filter-plugin-dd-container .dropdown-menu .scroll-container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #97242C;
}

.filter-plugin-dd-container a.dropdown-item {
    color: #FFF;
    border-radius: 25px;
    border: 1px solid #FFF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0.5rem 1rem;
    display: inline-block;
    width: auto;
}

.filter-plugin-dd-container a.dropdown-item.active,
.filter-plugin-dd-container a.dropdown-item:hover,
.filter-plugin-dd-container a.dropdown-item:active,
.filter-plugin-dd-container a.dropdown-item:focus {
    color: #97242C;
    background: #FFF;
}


.filter-plugin-dd-container div.dp-item-container.mb-3:last-child {
    margin-bottom: 0 !important;
}

.filter-plugin-dd-container a.dropdown-item span {
    color: #FF4E00;
}

@media (max-width: 768px) {
    .filter-plugin-dd-container .dropdown-menu {
        width: 100%;
    }
}


/* SUB-FOOTER */

/* Jobs */

/* ===== SECTION TEXTE ===== */
.section-quote {
    background-color: #97242C;
    padding: clamp(48px, 8vw, 96px) 0;
}

.quote-text {
    color: #f4c24f;
    font-weight: 700;
    line-height: 1.25;

    /* Taille fluide */
    font-size: clamp(22px, 4vw, 48px);

    /* Lisibilité */
    max-width: 100%;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;

    /* Évite les lignes trop larges */
    text-wrap: balance;
}

/* Guillemets */
.quote-mark {
    font-size: 1.5em;
    vertical-align: top;
}

.quote-mark.end {
    vertical-align: bottom;
}

/* Mobile fin */
@media (max-width: 576px) {
    .quote-text {
        line-height: 1.35;
    }
}


/* ===== SECTION IMAGE + LAYERS ===== */
.section-image-layer {
    position: relative;
    overflow: hidden;
}

.image-wrapper {}

.image-bg {}

/* Overlay sombre */
.overlay-dark {
    /* position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;*/
}

/* Shape décoratif */
.overlay-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 40%;
    background-color: #97242C;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

/* Contenu texte */
.overlay-content {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    color: #fff;
    text-align: right;
}

.overlay-content h2 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 800;
    text-transform: uppercase;
}

.overlay-content p {
    font-size: 18px;
}


/* FOOTER  */

.footer-logo{
    max-width: 400px;
}

.footer-lutosa {
    background-color: #97242C;
    color: #fff;
    font-size: 15px;
}

.footer-lutosa a {
    color: #fff;
    text-decoration: none;
}

.footer-lutosa a:hover {
    text-decoration: underline;
}

/* Liens */
.footer-links a {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Contact */
.footer-contact p {
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Social */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: bold;
}

/* Bottom */
.footer-bottom {
    /*border-top: 1px solid rgba(255,255,255,0.3);*/
    font-size: 14px;
}

/* Hover liens footer */
.footer-lutosa a {
    transition: color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}

.footer-lutosa a:hover,
.footer-lutosa a:focus {
    color: rgb(255, 208, 211);
    text-decoration: none;
}

/* Hover icônes sociales */
.footer-social a:hover i,
.footer-social a:focus i {
    color: rgb(255, 208, 211);
}

/* Cercle icônes si bordure présente */
.footer-social a:hover,
.footer-social a:focus {
    border-color: rgb(255, 208, 211);
    outline: none;
}


/* FORMS */

fieldset.MuiOutlinedInput-notchedOutline {
    border-width: 2px;
    border-color: #61615F;
    border-radius: 20px;
}

/* MY JOBSITE */

.gdpr-logon.custom-control.custom-checkbox div.text {
    padding-top: 8px;
    font-size: 14px;
}

/* CMS */

/* CURVES */


.position-relative {
  position: relative;
  /*overflow: hidden;*/ 
}

.btn-primary.btn-gold{
 position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33%;  /* 1/3 du bas */
  z-index: 3;
  padding: 12px 24px;
  font-weight: 600;
  padding: 0.75rem 1.5rem !important;
}

.btn-primary.btn-gold:hover{
    border-color: rgb(241, 180, 64);
    background: rgb(241, 180, 64);
    color: #97242C;
}


a.go-to-jobs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 60px;
    width: 60px;
    text-decoration: none;
    cursor: pointer;
    z-index: 3;
    animation: bounce 2s infinite;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    top: 80vh; 
}
a.go-to-jobs i{
    color: #FFF;
}

/* Effet hover */
a.go-to-jobs:hover {
  opacity: 0.7;
  color: #f7e6b3;
}

/* Animation douce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(10px);
  }
  60% {
    transform: translateX(-50%) translateY(5px);
  }
}

@media (max-width: 1200px) {
   


    a.go-to-jobs {
        top: 40vh;
    }
}

@media (max-width: 992px) {
    .btn.btn-primary.btn-lg.btn-gold{
        display: none;
    }


    a.go-to-jobs {
        top: 27vh;
        font-size: 40px;
    width: 40px;
   
    height: 40px;
    line-height: 40px;
    }
}


@media (max-width: 768px) {    

    a.go-to-jobs {
        display: none;
    }
}



/* ===== CURVE ===== */
.img-curve-container {
  position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.img-curve {
  width: 100%;
  height: auto;
  /*transform: rotate(180deg);*/
}

/* tagline  */

.img-tag-container {
    position: absolute;
    top: 25%;
    right: 1rem;
    transform: translateY(-25%);
    z-index: 3;
}

.img-tag {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* ===== FRITES ===== */
.img-fries-container {
  position: absolute;
  bottom: 4%;
  left: 65%;
  transform: translateX(-65%);
  z-index: 3; /* au-dessus de tout */
}

.img-fries {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* ===== IMAGE EMPLOYÉE ===== */
.position-relative > img {
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .img-fries {
    max-width: 200px;
  }

.img-fries-container {
  position: absolute;
  bottom: 0%;
  left: 65%;
  transform: translateX(-65%);
  z-index: 3; /* au-dessus de tout */
}

.img-tag {
  max-width: 200px;
  width: 100%;
  height: auto;
}
}


@media (max-width: 765px) {
  .img-fries {
    max-width: 200px;
  }

.img-fries-container {
  position: absolute;
  bottom: -1%;
  left: 65%;
  transform: translateX(-65%);
  z-index: 3; /* au-dessus de tout */
}

.img-tag {
  max-width: 160px;
  width: 100%;
  height: auto;
}
}



/* SECTION 1 */
.hero {
    background-color: var(--red);
    color: #fff;
    padding: 100px 0;
}

.hero h1 {
    font-weight: bold;
}

.btn-cream {
    background: #fff;
    color: var(--red);
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: bold;
}

/* SECTION 2 */
.values {
    background-color: var(--cream);
    padding: 100px 0;
}

.value-card {
    background-color: var(--red);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.value-card h3{
       font-weight: 600;
    margin-bottom: 1.5rem;
}

.values .fries{
    position: absolute;
    left: -50px;
    bottom: -45px;
    width: 300px;
}

@media (max-width: 767px) {
  
    .values .fries {
        position: absolute;
        left: -30px;
        bottom: -35px;
        width: 220px;
    }
}




/* SECTION 3 */
.testimonial {
    background-color: var(--cream);

}

.testimonial img {

    max-width: 100%;
}

.quote {
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: bold;
}




.text-section .btn-custom {
    border-radius: 50px;
    display: block;
    margin: 0.25rem auto;
    color: #000000;
    font-weight: bold;
    padding: 2rem;
    font-size: 1.5rem;
    width: 260px;
    pointer-events: none;
}
/* Couleurs personnalisées */
.btn-1 { background-color: #CCCC57; }
.btn-2 { background-color: #F1B440; }
.btn-3 { background-color: #F4C7FF; }
.btn-4 { background-color: #CBBFFF; }
.btn-5 { background-color: #8D80E5; }

/* ==========================
   IMAGE COVER SYSTEM
   ========================== */

.image-column {
  padding: 0;
}

.image-cover {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* ==========================
   HAUTEURS DES SECTIONS
   ========================== */

.testimonial .row {
  min-height: 450px;
}

.text-section .image-cover {
  min-height: 350px;
}

.map-section .row {
  min-height: 500px;
}


/* ==========================
   MOBILE FIX
   ========================== */

@media (max-width: 767px) {
  .testimonial .row,
  .map-section .row {
    min-height: auto;
  }

  .image-cover {
    min-height: 250px;
  }
}


/* MAP */

 #map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 3;
}