@charset "utf-8";
.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span,
.gm-style .gm-style-mtc div {
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span {
    outline-offset: 3px
}

.gm-style-moc {
    background-color: rgba(0, 0, 0, .59);
    pointer-events: none;
    text-align: center;
    -webkit-transition: opacity ease-in-out;
    transition: opacity ease-in-out
}

.gm-style-mot {
    color: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}


.gm-style img {
    max-width: none;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

/* Theme style */
body {
    font-family: "Muli", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-display: swap;
    padding-top: 56px;
    color: #333334;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 300;
    color: #333334;
    padding-bottom: 1.5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1.5px solid #B89994;
    font-weight: 300;
    color: #000000e6;
    padding-bottom: 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 400;
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* End theme style */


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.h1,
h1 {
    font-size: 2.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*background-color: rgb(250, 250, 250);*/
.tarif-title {
    font-size: 24px; 
    line-height: 30px; 
    height: 60px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
}

.tarif-bg {
    background-color: rgb(234, 225, 215);
}

.tarif-price {
    color: rgb(172, 92, 92); 
    font-weight: bold; 
    font-size: 32px; 
    line-height: 37px;
}

.nav-body {
    top: 0px; 
    position: absolute; 
    margin-left: auto; 
    margin-right: auto; 
    left: 0px; 
    right: 0px; 
    z-index: 100000;
}