/* _content/mallea-website/Pages/Accueil.razor.rz.scp.css */
.mobile-layout[b-i9hvj6plgj] {
    display: none;
}
@media (max-width: 767px) {
    .desktop-layout[b-i9hvj6plgj] {
        display: none;
    }

    .mobile-layout[b-i9hvj6plgj] {
        display: inherit;
    }
}

.block[b-i9hvj6plgj] {
    padding: 3rem;
}

.block[b-i9hvj6plgj]  p {
    font-size:large;
}

.block[b-i9hvj6plgj]  a {
    font-size:large;
}

.block[b-i9hvj6plgj]  img {
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.block[b-i9hvj6plgj]  h3 {
    font-weight: bold;
    padding-bottom: 1rem;
}

.block-intro[b-i9hvj6plgj] {
    padding: 15%;
    background-image: url("images/accueil-headline.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
@media (max-width: 767px) {
    .block-intro[b-i9hvj6plgj] {
        padding: 10%;
    }
    .block-intro[b-i9hvj6plgj]  h3 {
        text-align: left;
        font-weight: bold;
    }
}

.block-intro[b-i9hvj6plgj]  h2 {
    font-weight: bold;
}

.row-center[b-i9hvj6plgj] {
    justify-content: center;
}

.btn-contact[b-i9hvj6plgj] {
    color: white;
    margin-top: 3rem;
    padding: 0.5rem;
    font-size: large;
    border-radius: 10px;
    max-width: 300px;
}

.col-text[b-i9hvj6plgj] {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .col-text[b-i9hvj6plgj] {
        padding: 1rem;
    }
}

.block-services[b-i9hvj6plgj] {
    background-color: white;
}

.img-container[b-i9hvj6plgj] {
    padding: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
}

@media (max-width: 767px) {
    .img-container[b-i9hvj6plgj] {
      display: none;
    }
  }

.img-container img[b-i9hvj6plgj] {
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* _content/mallea-website/Pages/Apropos.razor.rz.scp.css */
.green[b-s4ykewbh2n] {
    color: var(--bs-primary);
    display: unset;
}

.block[b-s4ykewbh2n] {
    padding: 3%;
}

.block[b-s4ykewbh2n]  h1 {
    margin-bottom: 2rem;
}

.block[b-s4ykewbh2n]  p {
    font-size:large;
}

.block[b-s4ykewbh2n]  img {
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.block-intro[b-s4ykewbh2n] {
    padding: 12%;
    background-image: url("images/apropos-headline.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    box-shadow: inset 0 0 0 1000px rgb(13 8 1 / 36%);
}

.block-valeurs[b-s4ykewbh2n] {
    padding: 5% 12%;
}

.block-valeurs[b-s4ykewbh2n]  h2 {
    padding-bottom: 1rem;
}

.block-valeurs[b-s4ykewbh2n]  li {
    text-align: start;
    font-size: large;
    border-width: 0 0 1px;
    padding: 1rem;
    margin-right: 1rem;
    background-color: var(--background);
}

.block-valeurs[b-s4ykewbh2n]  li:hover {
    font-weight: bold;
    border-width: 0 0 2px;
    border-color: var(--bs-primary);
}

.block-valeurs[b-s4ykewbh2n]  li.active {
    font-weight: bold;
    border-width: 0 0 2px;
    border-color: var(--bs-primary);
}

.block-valeurs[b-s4ykewbh2n]  img {
    max-width: 40%;
    height: auto;
    object-fit: cover;
}

.col-text[b-s4ykewbh2n] {
    padding-right: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 1400px) {
    .col-text[b-s4ykewbh2n] {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

.flex-container[b-s4ykewbh2n] {
    display: flex;
    flex-direction: row;
}

.flex-container-equipe[b-s4ykewbh2n] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.block-equipe[b-s4ykewbh2n] {
    background-color: white;
}

.block-equipe-slogan[b-s4ykewbh2n] {
    font-weight:bold;
    color:var(--bs-primary);
}

.block-equipe[b-s4ykewbh2n]  img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.membre[b-s4ykewbh2n] {
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.membre-img[b-s4ykewbh2n] {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    max-width: 400px;
}

.membre-img img[b-s4ykewbh2n] {
    display: block;
    width: 400px;
    object-fit: cover;
    height: 450px;
}

.membre-img p[b-s4ykewbh2n] {
    font-size: small;
}

.overlay[b-s4ykewbh2n] {
    position: absolute;
    height: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: var(--bs-primary);
    overflow: hidden;
    width: 100%;
    transition: .5s ease;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}
@media (max-width: 767px) {
    .overlay[b-s4ykewbh2n] {
        position: relative;
        height: 0;
        overflow: hidden;
        background-color: var(--bs-primary);
        color: white;
        text-align: justify;
    }
}


.membre-img:hover .overlay[b-s4ykewbh2n] {
    height: 100%;
    bottom: 0;
}
@media (max-width: 767px) {
    .membre-img:hover .overlay[b-s4ykewbh2n] {
        height: 100%;
    }
}


.block-slideshow[b-s4ykewbh2n] {
    padding: 0;
}

.carousel-item[b-s4ykewbh2n] {
    height: 500px;
    padding: 10rem;
    text-align: center;
}

.carousel-slide-1[b-s4ykewbh2n] {
    background-color: rgb(214, 214, 214);
}

.carousel-slide-2[b-s4ykewbh2n] {
    background-color: rgb(239, 255, 231);
}

.carousel-slide-3[b-s4ykewbh2n] {
    background-color: rgb(255, 243, 227);
}

.carousel-indicators li[b-s4ykewbh2n] {
    background-color: rgb(112, 112, 112);
    height: 5px;
    width: 20px;
    z-index: 5 !important;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-indicators li.active[b-s4ykewbh2n] {
    background-color: rgb(26, 26, 26);
    height: 5px;
    width: 20px;
    z-index: 5 !important;
    padding: 0 5px;
    cursor: pointer;
}

.carousel-control-icon[b-s4ykewbh2n] {
    color: rgb(26, 26, 26);
    text-decoration: none;
}

.carousel[b-s4ykewbh2n]  a {
    text-decoration: none;
}

.img-container[b-s4ykewbh2n] {
    padding: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .img-container[b-s4ykewbh2n] {
      display: none;
    }

    .flex-container[b-s4ykewbh2n] {
        flex-direction: column;
    }

    .flex-container-equipe[b-s4ykewbh2n] {
        flex-direction: column;
    }
  }

  
@media (max-width: 1400px) and (min-width: 768px) {
    .flex-container-equipe[b-s4ykewbh2n] {
        flex-direction: column;
    }

    .membre[b-s4ykewbh2n] {
        flex-direction: row;
    }

    .membre-text[b-s4ykewbh2n] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 2rem;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
  }

.img-container img[b-s4ykewbh2n] {
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* _content/mallea-website/Pages/Contact.razor.rz.scp.css */
.contact-page[b-ezlpstdarf] {
    margin: 1.5rem;
    padding: 3rem;
}

.block[b-ezlpstdarf] {
    padding: 3rem;
}

.block[b-ezlpstdarf]  p {
    font-size: x-large;
}

.block h2[b-ezlpstdarf] {
    font-weight: bold;
}

.form[b-ezlpstdarf] {
    min-width: 50%;
    margin: 1.5rem;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px) {
    .contact-page[b-ezlpstdarf] {
        padding: 0;
    }

    .block[b-ezlpstdarf] {
        padding: 1rem;
    }

    .block p[b-ezlpstdarf] {
        font-size: large;
    }

    .form[b-ezlpstdarf] {
        margin: 0;
    }
  }
/* _content/mallea-website/Pages/Services.razor.rz.scp.css */
.block[b-wztumkujsi] {
    padding: 6rem;
}

.block[b-wztumkujsi]  p {
    font-size:medium;
}

.block[b-wztumkujsi]  h2 {
    margin-bottom: 2rem;
}

.block[b-wztumkujsi]  h1 {
    margin-bottom: 2rem;
}

.block-intro[b-wztumkujsi] {
    padding: 12%;
    background-image: url("images/services-headline.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    box-shadow: inset 0 0 0 1000px rgb(13 8 1 / 36%);
}

.block-expertise-title[b-wztumkujsi] {
    background-image: url("images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align:center;
    padding: 10%;
    box-shadow: inset 0 0 0 1000px rgb(180 180 180 / 36%);
}

.row-buttons[b-wztumkujsi] {
    justify-content: space-around;
}

.btn-expertise[b-wztumkujsi] {
    color: white;
    background-image: linear-gradient(9deg, #ebebeb 0%, var(--bs-primary) 50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: end;
    max-width: 350px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem;
    border: 0;
}

.btn-expertise:hover[b-wztumkujsi] {
    background-image: linear-gradient(9deg, #ebebeb 0%, var(--bs-primary) 30%);
}

.btn-expertise[b-wztumkujsi]  h3 {
    text-align: center;
    padding: 4rem 2rem;
}

.sous-block-expertise[b-wztumkujsi] {
    padding: 3rem;
}

@media (max-width: 1400px) {
    .btn-expertise[b-wztumkujsi] {
      flex-basis: 50%;
    }
  }

.mobile-layout[b-wztumkujsi] {
    display: none;
    flex-direction: column;
}

.block-solutions-title[b-wztumkujsi] {
    background-image: url("images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align:center;
    padding: 10%;
    box-shadow: inset 0 0 0 1000px rgb(180 180 180 / 36%);
}

.block-solutions[b-wztumkujsi] {
    padding: 4rem;
}

.sous-block-solutions[b-wztumkujsi] {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sous-block-solutions[b-wztumkujsi]  h3 {
    font-weight: bold;
    padding-bottom: 1rem;
}

.img-container[b-wztumkujsi] {
    padding: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
}

@media (max-width: 767px) {
    .desktop-layout[b-wztumkujsi] {
        display: none;
    }

    .mobile-layout[b-wztumkujsi] {
        display: flex;
    }

    .sous-block-expertise[b-wztumkujsi] {
        padding: 1rem;
    }

    .sous-block-solutions[b-wztumkujsi] {
        padding: 0;
    }
    
    .img-container[b-wztumkujsi] {
      display: none;
    }
  }

@media (max-width: 450px) {
    .block[b-wztumkujsi] {
        padding: 10%;
    }
}

.img-container img[b-wztumkujsi] {
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* _content/mallea-website/Shared/BottomBar.razor.rz.scp.css */
.bottombar[b-var9t9r8qg] {
    background-image: linear-gradient(270deg, #ebebeb 0%, var(--bs-primary) 100%);
    color: black;
    flex-direction: column;
    justify-content: space-between;
}

.bb-content[b-var9t9r8qg] {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    margin: 0 1rem;
    font-size: small;
}

.bb-contact[b-var9t9r8qg] {
    flex-direction: column;
    display: flex;
    max-width: 200px;
}

.icon-text[b-var9t9r8qg] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.copyright[b-var9t9r8qg] {
    text-align:center;
    font-size: 0.7rem;
    margin-bottom: 0;
}
/* _content/mallea-website/Shared/ContactLink.razor.rz.scp.css */
.block-contact[b-vmwcl4fu40] {
    background-color: rgb(226 232 223);
    padding: 6rem;
    text-align: center;
}
/* _content/mallea-website/Shared/MainLayout.razor.rz.scp.css */
.page[b-bfnwv76jns] {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 641px) {
    .page[b-bfnwv76jns] {
        flex-direction: column;
    }

    .topbar[b-bfnwv76jns] {
        position: sticky;
    }
}
/* _content/mallea-website/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-9aq9xqiv6n] {
    background-image: linear-gradient(90deg, #ebebeb 0%, var(--bs-primary) 70%);
}

.navbar-toggler[b-9aq9xqiv6n] {
    color: white;
    margin-right: 1rem;
    border-color: white;
}

.nav-item[b-9aq9xqiv6n] {
    border-bottom: 2px solid transparent;
    margin: 0.5rem;
    margin-left: auto;
    margin-right: 1rem;
}

.nav-item[b-9aq9xqiv6n]  a {
    color: white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item:has(a.active)[b-9aq9xqiv6n], .nav-item:hover[b-9aq9xqiv6n] { 
    border-bottom: 2px solid white;
}

.nav-contact[b-9aq9xqiv6n] {
    background-color: white;
    border-radius: 8px;
    font-size: 0.9rem;
    margin: 0.75rem;
    margin-left: auto;
    margin-right: 1rem;
}

.nav-contact:hover[b-9aq9xqiv6n] {
    background-color: #dbdbdb;
}

.nav-contact[b-9aq9xqiv6n]  a {
    color:var(--bs-primary);
}
/* _content/mallea-website/Shared/NoContactLayout.razor.rz.scp.css */
.page[b-oa1bmeqwyf] {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 641px) {
    .page[b-oa1bmeqwyf] {
        flex-direction: column;
    }

    .topbar[b-oa1bmeqwyf] {
        position: sticky;
    }
}
