/* Tablette */
@media screen and (max-width: 1024px) {}

/* Smartphone */
@media screen and (max-width: 767px) {}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.elementor-location-footer {
    margin-top: auto;
}

.elementor-icon-wrapper {
    display: flex;
}

.e-con-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.price-orange,
.price-yellow {
    padding: 2px 8px;
    border-radius: 6px;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.price-orange {
    color: #FFFFFF;
    background-color: #f25a25;
}

.price-yellow {
    color: #000000;
    background-color: #ffae00;
}