/** Main **/
a, a:hover {
    text-decoration: none !important;
    color: inherit;
}
a.btn, btn, div.btn {
    font-size: 14px;
}
.cursor-pointer {
    cursor: pointer;
}
.text-transform-uppercase {
    text-transform: uppercase !important;
}
.radius-10 {
    border-radius: 10px;
}
#main-logo img, #footer img {
    max-height: 60px;
    border-radius: 5px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.blank-space {
    flex-basis: 0;
    flex-grow: 1;
    height: 0;
}

/** Geoloc **/
#modal-map .modal-body, #modal-map-contact, #technical-sheet-geoloc {
    min-height: 300px;
}
#contact-geoloc {
    min-height: 400px;
}

/** Header cover **/
.header-cover {
    background-size: cover;
    color: #f9f9f9;
    min-height: 330px;
    opacity: 1;
}

/** AdvertSection **/
.advertSection {
    /*min-width: 250px;*/
    /*max-width: 250px;*/
}
.advertSection img {
    min-height: 220px;
    object-fit: cover;
}
.horizontalScrollingAds {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.horizontalScrollingAds button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.left i, .right i {
    color: #ffffff;
}

/** Listing **/
#listing > div.list {
    min-height: 210px;
}

#listing .coverImg img {
    object-fit: cover;
    width: 100%;
}

/** Newsletter **/
.label-newsletter-width {
    width: 90%;
}

/** Seo links **/
.seo-links ul {
    list-style: none !important;
    padding: 0;
}

/** Ariane **/
.breadcrumb {
    background-color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/*CGV*/
.cgv-subtitle,
.legal-notice-subtitle {
    color: #044064;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
}

.cgv-chips li {
    list-style-type: none;
}

.cgv-chips li:before {
    content: '- ';
}

/** Borders **/
.border-1 {
    border: 1px solid;
}
.border-left-1 {
    border-left: 1px solid;
}
.border-right-1 {
    border-right: 1px solid;
}
.border-top-1 {
    border-top: 1px solid;
}
.border-bottom-1 {
    border-bottom: 1px solid;
}
.border-l-grey-light {
    border-color: #f9f9f9 !important;
}
.border-l-grey-light-medium {
    border-color: #c2cfdd !important;
}
.border-l-grey-medium {
    border-color: #6f839c !important;
}
.border-l-grey-dark {
    border-color: #233249 !important;
}

/** Font sizes **/

.font-8 {
    font-size: 8px !important;
}
.font-9 {
    font-size: 9px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-38 {
    font-size: 38px !important;
}
.font-40 {
    font-size: 40px !important;
}

/** Positions **/
.position-absolute {
    position: absolute;
}
.inline-block {
    display: inline-block !important;
}
.hidden {
    display: none !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

/** Responsive **/

@media (min-width: 576px) {
    .hidden-sm {
        display: none;
    }
    .font-sm-10 {
        font-size: 10px !important;
    }
    .font-sm-12 {
        font-size: 12px !important;
    }
    .font-sm-14 {
        font-size: 14px !important;
    }
    .font-sm-16 {
        font-size: 16px !important;
    }
    .font-sm-18 {
        font-size: 18px !important;
    }
    .font-sm-20 {
        font-size: 26px !important;
    }
    .font-sm-26 {
        font-size: 26px !important;
    }
    .font-sm-28 {
        font-size: 28px !important;
    }
    .font-sm-30 {
        font-size: 30px !important;
    }
}
@media (min-width: 768px) {
    .hidden-md {
        display: none;
    }
    .font-md-10 {
        font-size: 10px !important;
    }
    .font-md-12 {
        font-size: 12px !important;
    }
    .font-md-14 {
        font-size: 14px !important;
    }
    .font-md-16 {
        font-size: 16px !important;
    }
    .font-md-18 {
        font-size: 18px !important;
    }
    .font-md-20 {
        font-size: 20px !important;
    }
    .font-md-22 {
        font-size: 22px !important;
    }
    .font-md-24 {
        font-size: 24px !important;
    }
    .font-md-30 {
        font-size: 30px !important;
    }
    .font-md-40 {
        font-size: 40px !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
    /** Borders **/
    .border-right-grey-light {
        border-right: 2px solid #dee2e6 !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
    .font-lg-10 {
        font-size: 10px !important;
    }
    .font-lg-12 {
        font-size: 12px !important;
    }
    .font-lg-14 {
        font-size: 14px !important;
    }
    .font-lg-16 {
        font-size: 16px !important;
    }
    .font-lg-18 {
        font-size: 18px !important;
    }
    .font-lg-36 {
        font-size: 36px !important;
    }
    .font-lg-40 {
        font-size: 40px !important;
    }
    .text-left-md {
        text-align: left !important;
    }
    .border-left-md-1 {
        border-left: 1px solid #dee2e6 !important
    }
}
@media (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }
    .font-xl-10 {
        font-size: 10px !important;
    }
    .font-xl-12 {
        font-size: 12px !important;
    }
    .font-xl-14 {
        font-size: 14px !important;
    }
    .font-xl-16 {
        font-size: 16px !important;
    }
    .font-xl-18 {
        font-size: 18px !important;
    }
    .font-xl-38 {
        font-size: 38px !important;
    }
    .mx-xl-25-pct {
        margin-left: 25% !important;
        margin-right: 25% !important;
    }
    .grid-xl-7-1 {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (max-width: 400px) {
    .visible-xs {
        display: none;
    }
}
@media (max-width: 450px) {
    .visible-l-xs {
        display: none;
    }
}
@media (max-width: 576px) {
    .visible-sm {
        display: none;
    }
    /** Listing **/
    #listing > div.list {
        min-height: 150px;
    }
}
@media (max-width: 768px) {
    .visible-md {
        display: none;
    }
    #main-logo img {
        max-height: 70px;
    }
    .header-cover {
        background-size: cover;
        color: #f9f9f9;
        min-height: 175px;
        opacity: 1;
    }

}
@media (max-width: 992px) {
    .visible-lg {
        display: none;
    }
}
@media (max-width: 1200px) {
    .visible-xl {
        display: none;
    }
}