/*
General class
 */
body.customize-support{
    overflow-x: hidden;
}

p, a {
    font-family: 'Rubik', sans-serif;
    color: #4c4c4c;
}

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h1, h2 {
    letter-spacing: -3px;
}

h2 {
    color: white;
    font-size: 4.5rem;
}

h2.wp-block-heading {
    color: #6a6a6a;
    border-bottom: solid #f3d84b 7px;
    width: max-content;
    margin: auto;
    font-size: 3.5rem;
    margin-bottom: 3rem;
    margin-top: 3rem
}

h3 {
    color: #6a6a6a;
}

.bg-yellow {
    background-color: #f5d208;
}

.bg-light-yellow {
    background-color: #FEF9EA;
}

.bg-grey {
    background-color: #6a6a6a;
}

.yellow-color {
    color: #F9D70C;
}

.color-white {
    color: white;
}

.color-grey {
    color: #6a6a6a;
}

.d-none {
    display: none;
}

.w-100 {
    width: 100%;
}

.btn-contact {
    background: #ead462;
    color: #4b4b4b !important;
    font-size: 25px;
    padding: 0.5rem 2rem;
    border: solid #efd348 4px;
    border-radius: 21px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

.btn-call {
    position: fixed;
    background: #6a6a6a;
    bottom: 12px;
    padding: 11px;
    border-radius: 2rem;
    right: 10px;
    z-index: 11;
    -webkit-box-shadow: 5px 5px 15px 5px #A4A4A4;
    box-shadow: 5px 5px 15px 5px #00000030;
}

.btn-call:hover {
    background: #F9D70C;
    transition: 0.5s;
}

.btn-call img {
    width: 30px;
}

@media only screen and (max-width: 750px) {
    h2 {
        color: white;
        font-size: 2.5rem;
    }

    .header-instit h2 {
        width: max-content !important;
        padding: 2rem 2rem !important;
        transform: translate(0px, 16px) !important;
    }

    .header-instit {
        height: 20vh !important;
    }
}

aside.country-selector.weglot-inline.weglot-default.wg-.weglot-invert {
    display: none;
}

.header-instit {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-instit h2 {
    margin: auto;
    width: max-content;
    border-bottom: solid 4px #efd965;
    text-align: center;
    background: #2d2d2da3;
    padding: 3rem 12rem;
    transform: translate(10px, 220px);
}

.bloc-image {
    background: #f5dd65;
}

.image-base {
    display: block;
    width: 100%;
}

.image-hover {
    display: none;
    width: 100%;
}

.bloc-image {
    text-align: center;
    color: #6a6a6a;
}

.image-base:hover {
    display: none;
}

.image-hover:hover {
    display: block;
}

.bloc-image h3 {
    font-size: 4rem;
    text-align: center;
}

@media (min-width: 769px) {
    #carouselExampleIndicators {
        display: none;
    }
}

@media (min-width: 769px) {
    .carousel-item {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .carousel.slide.d-md-none {
        display: none;
    }
}

.swiper-slide.swiper-slide-next {
    text-align: center;
}

.card-menu-box {
    text-align: center;
}

.swiper-slide {
    margin: auto;
}

.m-auto {
    margin: auto;
}

.text-center{
    text-align: center
}

.w-auto {
    width: auto;
}

.title-produit-une-home {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.bouton-order {
    color: white;
    border: solid;
    border-radius: 2rem;
    width: min-content;
    padding: 5px 19px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-top: 1rem;
}