/******************************* GoogleMap *************************/
#map {
    width: 100%;
    border: 0;
    margin: 0 auto;
}

.bannerFvo--hp {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}


.bannerFvo--hp img {
    height: 120px;
}

.dealership-schedule__table {
    display: flex;
    padding-left: 55px;
}

.dealership-schedule__table-day {
    width: 92px;
}

.notre-concession {
    margin-top: -50px;
}

.header-schedules {
    position: relative;
    margin: 30px auto 20px;
}
.corner-page .header-schedules .banniere_hp.slick-slider.no-banner {
    max-width: calc(100% - 370px);
    margin-bottom: 30px;
    margin-top: 0;
}

.corner-page .header-schedules .banniere_hp {
    width: 721px;
}

.corner-page .header-schedules .banner_op {
    position: relative;
}

.dealership-informations {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.schedules_address h1 {
    font-size: 28px;
    line-height: 32px;
}

.schedules_address h2 {
    font-size: 24px;
    line-height: 32px;
}

.dealership-schedule h2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.dealership-informations__details{
    display: flex;
}

.dealership-informations__details-icon:before {
    content: "";
    background: url(/assets/img/corner/localisation/localisez-moi.svg) no-repeat bottom left;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    background-size: 33px 44px;
    top: 3px;
}

.dealership-informations__contact-block {
    position: absolute;
    top: -118px;
}

.dealership-schedule__title-icon:before {
    content: "";
    background: url(/assets/img/corner/dealership/horaires-concession.svg) no-repeat bottom left;
    width: 50px;
    height: 39px;
    display: inline-block;
    position: relative;
    background-size: 33px 44px;
    top: 3px;
}

@media (max-width: 1002px) {
    .bannerFvo--hp img {
        height: auto
    }
    .dealership-informations__contact-block{
        width: 290px;
    }
    .header-schedules .no-banner {
        margin-top: 70px;
    }

    .corner-page .header-schedules .banniere_hp.slick-slider.no-banner {
        max-width: 100%;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .corner-page .header-schedules .banniere_hp {
        width: 100%;
    }

    .corner-page .header-schedules .banner_op {
        width: 100%;
        margin: 0 0 20px;
    }

    .header-schedules {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto 0;
    }
    .schedules_address h1 {
        text-align: center;
        margin-top: 0;
    }
    .dealership-informations__details {
        justify-content: center;
    }
    .dealership-informations__contact-block {
        padding: 10px;
        top: -120px;
    }
}

@media (min-width: 1003px) {
    .dealership-informations__contact-block {
        padding: 42px 0;
        right: 0;
    }
}

@media screen and (min-width: 831px) {
    #map {
        height: 500px;
    }
    .dealership-informations {
        justify-content: space-between;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 830px) {
    #map {
        height: 385px;
    }

    .dealership-informations {
        padding: 0 20px 30px;
    }
    .dealership-informations__details-localisation {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .dealership-schedule {
        padding: 0 20px 30px;
    }
    .dealership-schedule h2 {
        padding-bottom: 20px;
    }
    .dealership-schedule h3 {
        font-size: 20px;
        line-height: 22px;
        padding-right: 20px;
    }
    .dealership-schedule .toggled__item .icone-plus .position-horizontal {
        right: 2px;
    }

    .dealership-schedule .wrapped_content {
        font-size: 18px;
        line-height: 1.5;
    }

    .dealership-schedule__table {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .dealership-informations h1 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 450px) {
    .dealership-informations__contact-block {
        width: calc(100% - 20px);
        max-width: 330px;
        top: -180px;
    }
}
