@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v21-latin-regular.woff2') format('woff2');
}

:root {
    --text-color-1: black;
    --light-blue1: #e1f4fb;
    --light-grey1: #f2f2f2;
    --mauffrey-red: #e20303;
    --dark-grey: #e2e2e2;
}

/** 404 page */

#not-found .btn-home {
    background-color: var(--mauffrey-red);
    border: 1px solid var(--mauffrey-red);
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

#not-found .btn-home:hover {
    background-color: transparent;
    color: var(--text-color-1);
}

.search-bar.w-700 {
    max-width: 700px !important;
}

hr {
    margin: 14px 0;
    z-index: 0;
}
.z-index-1000 {
    z-index: 1000 !important;
}

body {
    background-color: #fff;
    color: var(--text-color-1);
    font-family: poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: var(--text-color-1);
}

input:focus-visible {
    outline: none;
    box-shadow: none;
}

p {
    margin: 0 !important;
}

#home h2,
#carousselD h2,
#carousselM {
    text-align: center;
}

h2 {
    font-size: 26px;
    color: var(--text-color-1);
    padding: 25px 0;
    font-weight: bold;
}

/* HEADER START*/
#address-link {
    cursor: pointer;
}

#address-link-footer {
    cursor: pointer;
}
.separator {
    width: 1px;
    background-color: var(--text-color-1);
    height: 20px;
    margin: 0 10px;
}

/* NAVBAR */
.navbar button {
    /* Desktop*/
    color: black;
    border: none;
    padding: 6px 8px;
    height: 40px;
}

.navbar button:focus {
    box-shadow: none;
}

.navbar .navbar-text {
    color: #212a51;
}

.navbar .navbar-nav > li {
    margin: 10px 0 !important;
}

.navbar .navbar-nav > li {
    margin: 20px 10px 20px 0!important;
}

.navbar .navbar-nav > li > a {
    border-radius: 20px !important;
    padding: 5px 10px !important;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.navbar .navbar-nav > li > a:hover {
    background-color: #e20303;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #e20303;
    border-radius: 20px;
    padding: 5px 10px !important;
    font-weight: bold;
}

.navbar .navbar-nav > li :hover {
    color: #fff;
    font-weight: bold;
    background-color: transparent;
}

#top img.logo,
.footer img.logo {
    width: 200px;
    height: auto;
}

.navbar-toggler .fa-xmark {
    display: block;
}

.navbar-toggler .fa-bars {
    display: none;
}

.navbar-toggler.collapsed .fa-xmark {
    display: none;
}

.navbar-toggler.collapsed .fa-bars {
    display: block;
}

.contact img {
    width: 12px;
}

.contact .phone-mask {
    background-color: var(--text-color-1);
}

.navbar-collapse .logo.desktop {
    display: none;
}

.navbar .logo.mobile {
    display: block;
}

#breadcrum a {
    font-weight: bold;
}

.breadcrumb {
    color: var(--mauffrey-red);
    font-weight: bold;
    margin: 0;
}

.panel-body {
    padding: 10px 20px;
    border: 1px solid var(--light-grey1);
    border-radius: 20px;
}

.form-group select {
    color: var(--text-color-1);
    font-weight: 600;
    border: none;
    padding: 12px 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-size: 20px;
    outline: none;
}

.form-group select:focus {
    box-shadow: none;
}

.form-group.element {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.start,
.end {
    padding: 10px 0;
}

.dropdown-menu.show {
    position: absolute;
    top: 135%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 10px;
    width: 85%;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/*CAROUSEL START */
.carousel {
    background-color: var(--light-grey1);
}

#myCarousel {
    --f-carousel-spacing: 15px;
    --f-carousel-slide-width: 80%;
}

.f-carousel__slide.card {
    border-radius: 15px;
}

.f-carousel__slide.card > img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 170px;
}

.f-carousel__nav {
    display: none;
}

.f-carousel__dots {
    display: none !important;
}

.f-carousel__slide .card-body {
    padding: 10px;
}

.card-body .card-link.price {
    line-height: 1.2;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}

.card-body .card-link.price.price-ht {
    color: var(--mauffrey-red);
}

.card-link.price {
    font-weight: bold;
}

.f-carousel__slide .card-body h5 {
    font-weight: bold;
    font-size: 15px;
}

.f-carousel__slide .card-body a {
    text-decoration: none;
    color: var(--text-color-1);
}

.f-carousel__slide .card-body span {
    color: var(--text-color-1);
}

.last-arrival {
    display: none;
}

.last-arrival .card-body a {
    text-decoration: none;
    color: var(--text-color-1);
}

.card-info .picto {
    width: 20px;
}

.card-info .card-info-picto {
    margin: 0.5rem;
}

.see-detail {
    font-size: 13px;
    font-weight: bold;
}
.show-all-vehicle {
    text-align: center;
    font-weight: bold;
}

.show-all-vehicle.btn {
    color: white;
    background-color: var(--mauffrey-red);
    border-radius: 10px;
    padding: 10px 60px;
}

.home.types {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home.marques a.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--light-grey1);
    border-radius: 10px;
    width: 160px;
    padding: 20px 10px;
    text-decoration: none;
    color: var(--text-color-1);
    font-weight: bold;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin: auto;
    background-color: white;
}

.home.types a.marques:hover,
.home.marques a.logos:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.home.types a.marques .logo,
.home.marques a.logos .logo {
    width: 60px;
    margin-bottom: 10px;
}

.home.marque, .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-1 {
    color: white;
    background-color: var(--mauffrey-red);
    border-radius: 25px;
    text-decoration: none;
    padding: 8px 24px;
    font-weight: bold;
}

.button-1:hover {
    color: var(--text-color-1);
    background-color: white;
    border: 1px solid var(--text-color-1);
    cursor: pointer;
}

.show-more-info h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.show-more-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light-grey1);
}

.show-more-info .content {
    color: var(--text-color-1);
}

.show-more-info h2 {
    text-align: left;
}

.show-more-info button {
    text-decoration: none;
    border: none;
    color: white;
    background-color: var(--text-color-1);
    margin: 25px auto;
    border-radius: 25px;
    padding: 8px 24px;
}

.hidden-content-wrapper {
    max-height: 80px;
    overflow: hidden;
    opacity: 0.5;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    position: relative;
}


.hidden-content-wrapper.active {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}


.hidden-content-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, var(--light-grey1), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.hidden-content-wrapper.active::after {
    display: none;
}


/* FOOTER */
.footer {
    background-color: var(--dark-grey);
    color: var(--text-color-1);
}

.footer h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}


.footer1 .brand a {
    color: var(--text-color-1);
    text-decoration: none;
}

.footer1 ul {
    padding: 0;
    list-style-type: none;
}

.footer span {
    font-weight: bold;
}

.footer .contact {
    margin: 20px 0;
    border-radius: 40px !important;
    border: 1px solid black !important;
    padding: 8px 24px !important;
}

.footer .contact a {
    color: var(--text-color-1);
    font-weight: bold;
}

.footer1 a:hover, .footer2 a:hover {
    text-decoration: underline;
}

.footer .contact:hover {
    background-color: var(--mauffrey-red);
    border-color: var(--mauffrey-red) !important;
}

.footer .contact:hover a,
.footer .contact:hover i {
    color: white;
    text-decoration: none;
}


.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

.vehicles {
    margin: 0 auto;
}

.vehicles h2 {
    padding-top: 0;
}

.filters {
    display: flex;
    flex-wrap: wrap;
}

.delfacet {
    font-size: 10px;
    text-decoration: none;
    color: var(--text-color-1);
    border: 1px solid var(--mauffrey-red);
    border-radius: 10px;
    padding: 5px;
    margin: 5px 5px 5px 0;
}

.facet-title,
.facet h3,
.facet1 h3 {
    font-weight: bold;
    font-size: 16px;
}

.badge {
    color: var(--text-color-1);
}

.facet-element {
    margin-bottom: 5px;
}

.btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    background-color: var(--mauffrey-red);
    border-radius: 4px;
    padding: 7px 0;
    margin-left: auto;
    margin-right: auto;
}

.btn-search .search-mask {
    background-color: white;
    transition: background-color 0.3s ease;
}

.btn-search:hover {
    background-color: white;
    color: var(--text-color-1);
    border-color: var(--text-color-1);
}

.btn-search:hover .search-mask {
    background-color: var(--text-color-1);
}

.btn-clear {
    width: 100%;
    color: red;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    font-weight: lighter;
    font-size: 12px;
}

.btn-clear:focus {
    border: none;
}

.slider {
    display: flex;
    align-items: center;
}

.price-range {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: #f8f8f8;
}

.form-group input[type=number] {
    width: 48%;
}

#FilterButton {
    font-weight: 600;
    background-color: white;
    border: 1px solid black;
}

#FilterButton img {
    width: 18px;
}

.inputs-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination_rounded,
.pagination_square {
    display: inline-block;
}

.pagination_rounded ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination_rounded li:first-child {
    margin-left: 0;
}

.pagination_rounded ul li {
    float: left;
    margin-left: 10px;
}

.pagination_rounded ul li .active{
    background-color: var(--mauffrey-red);
    color: white;
}
a:link {
    text-decoration: none
}

.pagination_rounded .prev,
.pagination_rounded .next {
    border-radius: 35px;
    line-height: 30px;
    border: 1px solid rgba(128, 128, 128, 0.43);
    width: 40px;
    background-color: var(--light-grey1);
}

.pagination_rounded ul li a {
    float: left;
    color: var(--text-color-1);
    font-weight: bold;
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 40px;

}

.visible-xs {
    display: none !important
}

#dropdownSort {
    background-color: white;
    color: var(--text-color-1);
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
}

#dropdownSort:hover {
    background-color: var(--mauffrey-red);
    color: white;
    border: 1px solid white;
}

#dropdownSort:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

#dropdownSort .dropdown-menu {
    width: 100px;
}

.dropdown-sort .dropdown-menu {
    width: auto;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.dropdown-sort .dropdown-item {
    font-size: 14px;
    padding: 8px 15px;
}

.dropdown-sort .dropdown-item:hover {
    background-color: var(--mauffrey-red);
    border-radius: 10px;
    color: white;
}

.dropdown-sort .dropdown-item.active {
    background-color: white;
    color: var(--text-color-1);
}

.dropdown-sort .dropdown-divider {
    border-top: 1px solid #ccc;
}

/* SLIDER */
/* (PART A) STACK RANGE SLIDERS */
.drange {
    position: relative;
}

.drange input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.drange input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
}

.drange input[type=range]::-moz-range-thumb {
    pointer-events: all;
}

/* (PART B) WRAPPER : CENTER SLIDERS & DIMENSIONS */
.drange {
    display: flex;
    align-items: center;
    max-width: 400px;
    height: 35px;
    margin: 1rem 0;
}

.drange.mobile {
    margin: 10px auto 20px auto;
}

/* (PART C) HIDE DEFAULT SLIDER STYLES */
.drange input[type=range] {
    appearance: none;
    background: none;
}

.drange input[type=range]::-webkit-slider-thumb {
    appearance: none;
}

.drange input[type=range]:focus {
    outline: none;
}

/* (PART D) CUSTOM THUMB */
.drange input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: var(--mauffrey-red);
    cursor: pointer;
}

.drange input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: var(--mauffrey-red);
    cursor: pointer;
}

/* (PART E) CUSTOM TRACK : FIRST SLIDER ONLY */
/* Calcul pour la couleur entre les deux slider */
.drange input[type=range]:first-child::-webkit-slider-runnable-track {
    background: linear-gradient(
            to right,
            #ddd var(--range-min, 0%),
            var(--mauffrey-red, #00f) var(--range-min, 0%),
            var(--mauffrey-red, #00f) var(--range-max, 100%),
            #ddd var(--range-max, 100%)
    );
}

.drange input[type=range]:first-child::-moz-range-track {
    background: linear-gradient(
            to right,
            #ddd var(--range-min, 0%),
            var(--mauffrey-red, #00f) var(--range-min, 0%),
            var(--mauffrey-red, #00f) var(--range-max, 100%),
            #ddd var(--range-max, 100%)
    );
}

/* Ajustement du second slider (non affiché) */
.drange input[type=range]:last-child {
    z-index: 1;
}

/* (PART F) TO "RESIZE" TRACK */
/* (20px - 6px) / 2 = 7 px */
.drange input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
}

.drange input[type=range]::-moz-range-track {
    height: 3px;
}

.drange input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
}

/* (PART G) MIN/MAX VALUE */
.drange .dmin, .drange .dmax {
    position: absolute;
    bottom: -5px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--light-blue1);
    width: auto;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}

.drange .dmin {
    left: 0;
}

.drange .dmax {
    right: 0;
}

/* (PART X) COSMETICS - NOT REALLY IMPORTANT */
* {
    box-sizing: border-box;
}

.f-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-label {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;

}

.dropdown-picto {
    width: 10px;
}

.dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
    padding: 10px;
    cursor: pointer;
    border-bottom: none;
}

.dropdown-menu li:hover {
    background-color: var(--light-blue1);
}

/* Premier élément avec border-radius uniquement en haut */
.dropdown-menu li:first-child:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Dernier élément avec border-radius uniquement en bas */
.dropdown-menu li:last-child:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Cible la barre de défilement */
::-webkit-scrollbar {
    width: 12px; /* Largeur de la barre de défilement */
}

/* Cible le fond de la barre de défilement */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Couleur de fond de la barre */
    border-radius: 10px; /* Coins arrondis */
}

/* Cible le curseur de la barre de défilement */
::-webkit-scrollbar-thumb {
    background-color: var(--mauffrey-red); /* Couleur du curseur */
    border-radius: 10px; /* Coins arrondis */
    border: 3px solid #f1f1f1; /* Bordure autour du curseur */
}

/* Lorsque le curseur de la barre de défilement est survolé */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Couleur du curseur au survol */
}

/* Fiche Tech*/
#technicalsheet .vehicle-primary-info {
    display: flex;
    align-items: center;
    background-color: var(--dark-grey);
    padding: 10px;
    border-radius: 25px;
    margin: 0 10px 15px 0;
}

#technicalsheet img.logo {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

#technicalsheet .price-ttc {
    color: var(--mauffrey-red);
    font-size: 20px;
    font-weight: bold;
}

#technicalsheet .price-ht {
    font-size: 20px;
    font-weight: bold;
}

.technical-title {
    font-weight: bold;
}

.technical-details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 16px;
}

.technical-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.technical-item.full-width {
    grid-column: span 2;
}

.technical-label {
    font-weight: bold;
    margin-bottom: 4px;
    margin-right: 50px;
}

.technical-value {
    color: #555;
    font-size: 14px;
    text-align: justify;
}

.panel-body-gallery .img-thumbnail {
    border: none;
    border-radius: 25px;
}

.image-container,
.thumb-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.image-container img,
.thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.total-photos-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: white;
    color: var(--text-color-1);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 10;
    pointer-events: none;
}

#contact {
    background-color: var(--light-grey1);
    border-radius: 25px;
    padding: 20px 22px;
}

#contact h3 {
    font-size: 21px;
    font-weight: 600
}

#contact .contact-phone {
    align-items: center;
}

#contact label {
    color: var(--text-color-1);
    font-size: 3rem;
}

#contact button {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--mauffrey-red);
    border: none;
    margin: 10px 0;
    padding: 14px 0;
}

#contact .ref-parc {
    font-weight: 600
}

#contact-message {
    scroll-margin-top: 400px;
}

/* Pour Safari */
@supports (-webkit-touch-callout: none) {
    #contact-message {
        scroll-snap-margin-top: 400px; /* Propriété spécifique à Safari */
    }
}

#sentinel {
    height: 1px;
    width: 100%;
}

.fade-out {
    opacity: 1;
    max-height: 100px; /* Ajustez cette valeur selon la hauteur maximale de votre élément */
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.fade-out.hidden {
    opacity: 0;
    max-height: 0;
}

.alert.invalid {
    background-color: #ff000021;
    border-radius: 10px;
}

/* CONTACT */
#contact-mauffrey h1 {
    font-size: 28px;
    font-weight: 600
}

#contact-mauffrey #google-maps {
    border-radius: 18px;
}

#contact-mauffrey .contact-info h2, #contact-mauffrey .contact-info h3 {
    font-size: 16px;
    color: var(--mauffrey-red);
    font-weight: bold;
}

textarea {
    height: 137px;
    resize: none;
}

/* Picto */
.contact-info .map-mask.header-icon.header-mask-icon,
.contact-info .phone-mask.header-icon.header-mask-icon {
    background-color: var(--mauffrey-red);
}

#breadcrum .arrowright-mask.header-icon.header-mask-icon {
    background-color: var(--mauffrey-red);
}

.arrowright-mask.header-icon.header-mask-icon,
.footer-contact .address-mask.header-icon.header-mask-icon,
.footer-contact .phone-mask.header-icon.header-mask-icon {
    background-color: var(--mauffrey-red);
}

.contact-info .map-mask.header-icon.header-mask-icon,
.contact-info .phone-mask.header-icon.header-mask-icon {
    margin: 0 5px;
}

.contact-info .facebookcircle-mask.header-icon.header-mask-icon,
.footer .facebookcircle-mask.header-icon.header-mask-icon,
.contact-info .linkedincircle-mask.header-icon.header-mask-icon,
.footer .linkedincircle-mask.header-icon.header-mask-icon,
.contact-info .instagramcircle-mask.header-icon.header-mask-icon,
.footer .instagramcircle-mask.header-icon.header-mask-icon {
    width: 2rem;
    height: 2rem;
    background-color: var(--text-color-1);
}

#breadcrum .arrowright-mask.header-icon.header-mask-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 5px;
}

.contact-info .facebookcircle-mask.header-icon.header-mask-icon,
.contact-info .linkedincircle-mask.header-icon.header-mask-icon,
.contact-info .instagramcircle-mask.header-icon.header-mask-icon {
    margin: 0;
}

.map-mask{display:inline-block;background-color:var(--text-color-1);mask-size:100% 100%;mask-repeat:no-repeat;width:1rem;height:1rem;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cg%3E%3Cpath d='M87.4,38.8c-.7,2.6-1.6,7.8-3.5,12.6-5.9,14.7-15.3,27.3-24.6,40-1.5,2.1-3.1,4.2-4.9,6.2-2.7,3.1-6.4,3.3-8.9.1-11.5-14.6-22.4-29.5-29.9-46.7C5.5,28.1,21.5.4,49.5,0c21.7-.3,37,16.1,37.9,38.8ZM49.4,89c.9-.8,1.2-1,1.5-1.3,9.4-12,18-24.5,24.3-38.4,1.6-3.7,2.9-7.8,3.1-11.7.5-11.3-6.9-22.1-17.5-26.3-11.2-4.4-24.4-1.6-32,7.1-8.2,9.4-9.5,19.9-4.1,31.2,6.5,13.6,14.9,26,24,37.9.3.4.5,1,.7,1.5Z'/%3E%3Cpath d='M34.4,37.6c0-8.4,7.2-15.8,15.5-15.7,8.3,0,15.3,7.2,15.4,15.5,0,8.4-7.2,15.8-15.5,15.7-8.3,0-15.3-7.2-15.4-15.5ZM56.4,37.4c0-3.8-2.8-6.3-6.7-6.2-3.7,0-6.3,2.6-6.3,6.3,0,3.8,2.6,6.4,6.6,6.4,3.9,0,6.5-2.7,6.4-6.5Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.address-mask{display:inline-block;background-color:var(--text-color-1);mask-size:100% 100%;mask-repeat:no-repeat;width:1rem;height:1rem;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cg%3E%3Cpath d='M87.4,38.8c-.7,2.6-1.6,7.8-3.5,12.6-5.9,14.7-15.3,27.3-24.6,40-1.5,2.1-3.1,4.2-4.9,6.2-2.7,3.1-6.4,3.3-8.9.1-11.5-14.6-22.4-29.5-29.9-46.7C5.5,28.1,21.5.4,49.5,0c21.7-.3,37,16.1,37.9,38.8ZM49.4,89c.9-.8,1.2-1,1.5-1.3,9.4-12,18-24.5,24.3-38.4,1.6-3.7,2.9-7.8,3.1-11.7.5-11.3-6.9-22.1-17.5-26.3-11.2-4.4-24.4-1.6-32,7.1-8.2,9.4-9.5,19.9-4.1,31.2,6.5,13.6,14.9,26,24,37.9.3.4.5,1,.7,1.5Z'/%3E%3Cpath d='M34.4,37.6c0-8.4,7.2-15.8,15.5-15.7,8.3,0,15.3,7.2,15.4,15.5,0,8.4-7.2,15.8-15.5,15.7-8.3,0-15.3-7.2-15.4-15.5ZM56.4,37.4c0-3.8-2.8-6.3-6.7-6.2-3.7,0-6.3,2.6-6.3,6.3,0,3.8,2.6,6.4,6.6,6.4,3.9,0,6.5-2.7,6.4-6.5Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.phone-mask{display:inline-block;background-color:var(--text-color-1);mask-size:100% 100%;mask-repeat:no-repeat;width:1rem;height:1rem;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cg%3E%3Cpath d='M15.8,49.9c0-12,0-24,0-36C15.8,5,20.9,0,29.8,0c13.5,0,26.9,0,40.4,0,8.9,0,14,5.1,14,14,0,24,0,47.9,0,71.9,0,9.1-5.1,14.1-14.2,14.1-13.3,0-26.7,0-40,0-9.1,0-14.1-5-14.1-14.1,0-12,0-24,0-36ZM75.3,50c0-12,0-24,0-36,0-4-.9-4.8-4.7-4.8-13.7,0-27.3,0-41,0-4.2,0-4.9.7-4.9,5,0,23.9,0,47.7,0,71.6,0,4.2.7,5,4.9,5,13.6,0,27.1,0,40.7,0,4.3,0,5.1-.7,5.1-5.1,0-11.9,0-23.8,0-35.7Z'/%3E%3Cpath d='M50,84.3c-2,0-4,.3-5.9-.1-1.2-.3-2.7-1.6-3-2.8-.5-2,1.1-3.1,3-3.1,4-.1,7.9-.2,11.9.1,1.1,0,2.7,1.6,3,2.8.5,1.9-1.1,3-3,3.1-2,.1-4,0-5.9,0Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.facebookcircle-mask{display:inline-block;mask-size:100% 100%;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cg%3E%3Cpath d='M35.3,55.8v-9h6.1v-3.9c0-10,4.5-14.7,14.4-14.7s5.1.4,6.4.7v8.2c-.7,0-1.9-.1-3.4-.1-4.8,0-6.7,1.8-6.7,6.6v3.2h9.6l-1.7,9h-8v19.6h-10.7v-19.6h-6.1Z'/%3E%3Cpath d='M50,100C22.4,100,0,77.6,0,50S22.4,0,50,0s50,22.4,50,50-22.4,50-50,50ZM50,2.6C23.9,2.6,2.6,23.9,2.6,50s21.2,47.4,47.4,47.4,47.4-21.2,47.4-47.4S76.1,2.6,50,2.6Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.linkedincircle-mask{display:inline-block;mask-size:100% 100%;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M35.3,40.2h8.3v29.5h-8.3V40.2Zm4.2-14.5c2.6,0,4.7,2.1,4.7,4.7s-2.1,4.7-4.7,4.7-4.7-2.1-4.7-4.7,2.1-4.7,4.7-4.7Zm13.1,14.5h8v4c1.1-2,3.9-4.7,9-4.7,6.5,0,11.4,4.3,11.4,13.7v16.5h-8.3V55.7c0-4.4-1.6-7.5-5.6-7.5-3,0-4.7,2-5.5,3.9-.3.7-.3,1.7-.3,2.7v15h-8.3V40.2Z'/%3E%3Cpath d='M50,100C22.4,100,0,77.6,0,50S22.4,0,50,0s50,22.4,50,50-22.4,50-50,50ZM50,2.6C23.9,2.6,2.6,23.9,2.6,50s21.2,47.4,47.4,47.4,47.4-21.2,47.4-47.4S76.1,2.6,50,2.6Z'/%3E%3C/svg%3E");}
.instagramcircle-mask{display:inline-block;mask-size:100% 100%;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg%3E%3Cpath d='M50,100C22.4,100,0,77.6,0,50S22.4,0,50,0s50,22.4,50,50-22.4,50-50,50Zm0-97.4C23.9,2.6,2.6,23.9,2.6,50s21.2,47.4,47.4,47.4S97.4,76.1,97.4,50,76.1,2.6,50,2.6Z'/%3E%3Cpath d='M62.5,27.1h-25c-5.7,0-10.4,4.7-10.4,10.4v25c0,5.7,4.7,10.4,10.4,10.4h25c5.7,0,10.4-4.7,10.4-10.4v-25c0-5.7-4.7-10.4-10.4-10.4Zm-12.5,36.5c-6.1,0-11-4.9-11-11s4.9-11,11-11,11,4.9,11,11-4.9,11-11,11Zm12-20.1c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5,2.5,1.1,2.5,2.5-1.1,2.5-2.5,2.5Z'/%3E%3Ccircle cx='50' cy='52.6' r='6.8'/%3E%3C/g%3E%3C/svg%3E");}
.arrowright-mask{display:inline-block;background-color:var(--text-color-1);mask-size:100% 100%;mask-repeat:no-repeat;width:1rem;height:1rem;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cpath d='M76.7,44.1c3.3,3.3,3.3,8.5,0,11.8l-41.6,41.6c-3.3,3.3-8.5,3.3-11.8,0s-3.3-8.5,0-11.8l35.8-35.8L23.3,14.2c-3.3-3.3-3.3-8.5,0-11.8s8.5-3.3,11.8,0l41.6,41.6h0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.search-mask{display:inline-block;background-color:var(--text-color-1);mask-size:100% 100%;mask-repeat:no-repeat;width:1rem;height:1rem;mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Calque_1'%3E%3Cpath fill='%23ffffff' d='M81.3,40.6c0,9-2.9,17.2-7.8,24l24.7,24.7c2.4,2.4,2.4,6.4,0,8.9-2.4,2.4-6.4,2.4-8.9,0l-24.7-24.7c-6.7,4.9-15,7.8-24,7.8C18.2,81.2,0,63.1,0,40.6S18.2,0,40.6,0s40.6,18.2,40.6,40.6ZM40.6,68.7c10.1,0,19.3-5.4,24.4-14.1s5-19.4,0-28.1c-5-8.7-14.3-14.1-24.4-14.1s-19.3,5.4-24.4,14.1c-5,8.7-5,19.4,0,28.1,5,8.7,14.3,14.1,24.4,14.1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}