.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
}


html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
menu {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Noto Sans", serif;
    color: #494949;
}

a {
    list-style: none;
    text-decoration: none;
}

li {
    list-style: none;
}

#content {
    padding-top: 140px;
    min-height: 100%;
}

/********************************************************/
/***********************  BANNER  ***********************/
/********************************************************/

.contact-banner-container {
    background-color: #23853B;
    position: relative;
    color: #FFFFFF;
    height: 200px;
    justify-content: center;
    width: 100%;
    padding: 50px 0px;
}

.presentation-banner-container {
    background-color: #23853B;
    position: relative;
    color: #FFFFFF;
    height: 300px;
    justify-content: center;
    padding: 50px 20px;
}
.contact-banner-content {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.contact-banner-content img {
    height: 90%;
    width: auto;
    margin: auto;
}

.contact-banner-content h2 {
    margin-bottom: 20px;
}

.contact-button-content {
    margin-top: 30px;
    width: 240px;
}

.contact-banner-text {
    width: auto;
    justify-content: center;
    margin-left: 60px;
}

.presentation-banner-container #logo-arrow {
    width: 11%;
    height: auto;
    position: absolute;
    bottom: -96px;
    left: 0;
    right: 0;
    z-index: 1;
}

/********************************************************/
/**********************  GENERAL  ***********************/
/********************************************************/

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.weight-100 {
    font-weight: 100;
}

.weight-300 {
    font-weight: 300;
}
.text-center {
    text-align: center;
}

.margin-auto {
    margin: auto;
}

.mt-40 {
    margin-top: 40px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-40 {
    margin-bottom: 40px;
}

.font-size-20 {
    font-size: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

.z-300 {
    z-index: 300;
}

.p-20 {
    padding: 20px;
}

.m-0 {
    margin: 0 !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.width-100 {
    width: 100%;
}

.block {
    display: block;
}

.pl-10 {
    padding-left: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

/********************************************************/
/********************  FONT-FAMILY  *********************/
/********************************************************/
.sour-gummy {
    font-family: "Sour Gummy", serif;
}

/********************************************************/
/***********************  COLOR  ************************/
/********************************************************/
.c-orange {
    color: #EF7D15;
}

.c-dark-green {
    color: #29A048;
}

.c-white {
    color: #FFFFFF;
}

.c-black {
    color: black;
}

.bg-green {
    background-color: #29A048;
}

/********************************************************/
/************************  FLEX  ************************/
/********************************************************/

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.relative {
    position: relative;
}

.justify-center {
    justify-content: center;
}

.justify-space-between {
    justify-content: space-between;
}

/********************************************************/
/***********************  BUTTON  ***********************/
/********************************************************/

.rdv-btn {
    margin-left: 20px;
}

.button {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.orange-button {
    background-color: #EF7D15;
    color: #FFFFFF;
    align-items: center;
}

.white-button {
    background-color: #FFFFFF;
    color: #23853B;
    border: 1px solid #FFFFFF;
}

.green-button {
    background-color: #23853B;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.orange-button p,
.white-button p,
.green-button p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.white-button p {
    height: -webkit-fill-available;
}

.orange-button img,
.white-button img,
.white-orange-btn img{
    width: 30px !important;
    height: 30px !important;
    margin-left: 10px;
}

.white-orange-btn {
    background-color: #FFFFFF;
    border: 2px solid #EF7D15;
    color: #EF7D15;
    width: fit-content;
    cursor: default;
    height: auto !important;
    align-items: center;
    font-family: "Noto Sans", serif;
}

/********************************************************/
/*********************  DIV FORMAT  *********************/
/********************************************************/

.div-img-text {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.div-img-text .img-container {
    width: 40%;
    display: flex;
}

.div-img-text img {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 20px;
}

.div-img-text .text-container {
    width: 55%;
    margin: auto;
}

.div-img-text .text-container h1 {
    margin-bottom: 20px;
    font-weight: 500;
}

.div-img-text .text-container h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.div-img-text .text-container p {
    margin-bottom: 10px;
}

.div-img-text .text-container ul li {
    margin-left: 30px;
    margin-top: 10px;
}


.cookie-alert {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10000;
    background-color: #FFFFFF;
    width: 300px;
    padding: 15px 20px;
    border: 2px solid #AECB47;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.cookie-alert a {
    background-color: #23853B;
    color: #FFFFFF;
    padding: 15px 20px;
    display: block;
    width: 100px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
}



/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/
@media (max-width: 1044px) {
    #values {
        height: 350px;
    }
    #my-values {
        padding-top: 0px;
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {

    #content {
        padding-bottom: 80px !important;
    }

    .presentation-banner-container {
        height: auto;
        padding: 20px;
    }

    .contact-banner-content {
        flex-direction: column;
        width: 95%;
    }

    .contact-banner-content img {
        width: 150px;
        height: auto;
        margin-bottom: 20px;
    }

    .contact-banner-content .contact-banner-text {
        margin: 0;
    }

    .contact-banner-content .contact-banner-text h2 {
        font-size: 18px;
    }

    .contact-banner-content .contact-banner-text p {
        font-size: 14px;
    }

    .contact-button-content {
        margin: auto;
        margin-top: 20px;
    }

    .contact-button-content img {
        margin: auto;
        margin-left: 10px;
    }

}

@media (max-width: 426px) {
    .cookie-alert {
        left: 40px;
        width: auto;
    }
}


