body {
    font-family: "Georgia", "serif"!important;
    margin: 0;
}

a {
    text-decoration: none!important;
}

section {
    padding: 0!important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.hr-horizontal {
    border: 2px solid #0A7D45;
    width: 100%;
    margin-bottom: 50px;
}

.no-padding {
    padding: 0!important;
}

.no-margin {
    margin: 0;
}

.et-main {
    padding: 0 5%;
    background-color: #eee;
}

.fontNormal {
    font-weight: normal;
}

.border-global {
    outline: 2px solid #0A7D45;
    border-top: 2px solid #0A7D45;
}

.border-img {
    border: 2px solid #0A7D45;
}

.fix-row {
    margin: 0;
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-50 {
    margin-left: 50px;
}

@media screen and (max-width: 1024px) {
    .desc-offrir {
        height: 150px!important;
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .affiche-mobile {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .affiche-ordi {
        display: none;
    }
}

/* ====================== NAVBAR ====================== */

.positionLogo {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80%;
}

@media screen and (max-width: 768px) {
    .positionLogo {
        height: 30%;
    }
}

.backgroundImage {
    background-image: url('../images/devanture_2025.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.et-hero-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
}

.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

@media screen and (max-height: 768px) {
    .et-hero-tabs-container {
        height: 50px;
    }
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #0A7D45;
    color: #eee;
    letter-spacing: 0.1rem;
    transition: all 200ms ease;
    font-size: 0.9vw;
}

.et-hero-tab:hover {
    color: #eee;
    border-bottom: 4px solid #FCDF18;
    transition: all 0s ease;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #FCDF18;
    transition: left 0.3s ease;
}

.navbar-mentions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #0A7D45;
    color: #eee;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.9vw;
}

.navbar-mentions:hover {
    cursor: default;
}

@media screen and (min-width: 769px) {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1100px) {
    .et-hero-tabs-container {
        height: 50px;
    }
}

.fixTest {
    position: fixed;
    width: 100%;
    top: 0;
}

/* ===================== NAVBAR MOBILE ===================== */

.mask-pc {
    background: #0A7D45;
}

.navbar-items {
    color: #eee;
    padding: 0 10px;
    font-size: 1.3rem;
}

.navbar-items:hover {
    color: #FCDF18!important;
}

.navbar-text {
    margin-top: auto;
    margin-bottom: auto;
    color: #eee;
    font-weight: bold;
    margin-left: 12px;
    font-size: 1.4rem!important;
}

.navbar-collapse-custom {
    background-color: #0A7D45;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .mask-mobile {
        display: none!important;
    }
}

@media screen and (min-width: 769px) {
    .mask-pc {
        display: none!important;
    }
}

/* ===================== SECTION EN GENERAL ===================== */

.titleSection {
    color: #0A7D45;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
}

.titleSousSection {
    color: #0A7D45;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
}

.wrapper {
    height: 100%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.textParagraphLeftInf {
    font-size: 26px;
    text-align: left;
    color: #0A7D45;
    font-weight: bold;
}

.textParagraphLeft {
    font-size: 22px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .textParagraphLeft {
        text-align: center!important;
    }

    .ml-50 {
        margin-left: 0;
    }

    .mb-mobile-3 {
        margin-bottom: 15px;
    }
}

.textParagraphCenter {
    font-size: 22px;
    text-align: center;
}

.textParagraphRight {
    font-size: 22px;
    text-align: right;
}

.span-mentions {
    color: #0A7D45;
    font-size: 24px;
}

.imgRound {
    border-radius: 50%;
    border: 2px solid #0A7D45;
}

.table-thread {
    background-color: #0A7D45;
    color: #eee;
}

.table-tr {
    padding: 5px 10px;
}

.table-tr-light {
    background-color: #EBF1E8;
}

.table-tr-dark {
    background-color: #D4E2CE;
}

.btn-plus {
    margin-top: 15px;
    border: 2px solid #0A7D45!important;
    border-radius: 5px!important;
    color: #0A7D45;
}

.table td, .table th {
    padding: 0.5rem!important;
    border: none!important;
}

/* ===================== PRODUITS ========================= */

.imageProduit {
    width: 250px;
    height: 250px;
    border: 1px solid #0A7D45;
}

.outline-img {
    outline: 2px solid #0A7D45;
    margin-top: 15px;
}

.title-produit {
    margin-top: 15px;
    padding: 5px 10px;
    border: 3px solid #eee;
    outline: 3px solid #0A7D45;
    background-color: #0A7D45;
    color: #eee;
    height: 92px;
    font-size: 1.6rem;
}

.desc-produit {
    margin-top: 1rem;
    padding: 5px 10px;
    border: 3px solid #eee;
    outline: 3px solid lightgray;
    background-color: lightgray;
    color: #0A7D45;
    height: 120px;
    width: 100%;
    font-size: 1.1rem;
    display: table;
}

.titreProduit {
    background-color: #0A7D45;
    color: #eee;
    border: 3px solid #eee;
    outline: 3px solid #0A7D45;
    padding: 5px 10px;
    width: 244px;
    height: 75px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.vaTitreProduit {
    line-height: 65px;
    vertical-align: middle;
}

/* ===================== CONTACT ========================= */

.desc-offrir {
    margin-top: 1rem;
    padding: 5px 10px;
    border: 3px solid #eee;
    outline: 3px solid lightgray;
    background-color: lightgray;
    color: #0A7D45;
    width: 100%;
    height: 140px;
    font-size: 1.05rem;
    display: table;
}

.display-table {
    width: 100%;
    display: table;
}

.span-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.span-contact {
    color: #0A7D45;
    font-weight: bold;
    font-size: 24px;
}

.btn-switch-map {
    background: #0A7D45;
    color: #eee;
    font-weight: bold;
    margin: 10px 5px;
}

/* --- NAVBAR MOBILE --- */

.bg {
    min-height: 70vh;
    background-image: url('../images/devanture_2025.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sticky-top {
    position: static;
}

@media screen and (max-width: 768px) {
    .bg {
        min-height: 45vh;
    }
}

@media screen and (min-width: 769px) {
    .sticky-top {
        transition: all 0.25s ease-in;
        position: sticky;
    }

    .stuck .sticky-top {
        background-color: #222 !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}