.is-closed {
    display: none;
}

.home-title {
    position: relative;
    height: 400px;
    padding-top: 4rem;
    background-color: #e0e0e0;
    color: #fff;
}
.home-title h1 {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 4rem;
}
.home-title-slider {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 0 !important;
    width: 100%;
    height: 400px;
}
.home-title-slider-item {
    height: 400px;
}
.home-title-slider-item.bg-1 {
    background: url(../img/slider-particulier.jpg) no-repeat center;
}
.home-title-slider-item.bg-2 {
    background: url(../img/slider-particulier-2.jpg) no-repeat center;
}

.how-it-works {
    position: relative;
    padding: 2rem 0;
    background-color: #e3f2fd;
}
.how-it-works-title {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.btn-how-it-works-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url(../img/cross.svg) no-repeat center;
    background-size: 32px 32px;
}
.button-bottom {
    margin-bottom: -3rem;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.home-dashboard {
    margin-top: 1rem;
    margin-bottom: -5rem;
    background-color: #fff;
}
.home-dashboard-item {
    background-color: #607d8b;
    position: relative;
    margin-bottom: 2rem;
}
.home-dashboard-item-link:hover {
    text-decoration: none;
}
.home-dashboard-item h5 {
    color: #fff;
    margin: 0;
}
.home-dashboard-item-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 150px;
    padding: 1rem;
}
.home-dashboard-item-container.flex-center {
    -webkit-align-items: center;
    align-items: center;
}

.counter {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #388e3c;
}
.counter .digit {
    display: inline-block;
    background-color: #fff;
    border: 4px solid #388e3c;
    line-height: 1;
    border-radius: 3px;
    padding: 0 1px;
}

.home-dashboard-item.bg-map {
    background: #607d8b url(../img/bg-map.png) center;
}
.home-dashboard-item.bg-food {
    background: #54ca35 url(../img/bg-food.png) no-repeat 33% 33%;
}

.home-direct-links {
    padding: 2rem 0;
    background-color: #eee;
}

.page-title {
    position: relative;
    min-height: 18rem;
    padding-top: 9rem;
    padding-bottom: 2rem;
    background-color: #000;
    color: #fff;
}
.page-title.bg-title-faq {
    background: #000 url(../img/bg-title-faq.jpg) no-repeat center;
}
.page-title.bg-title-service {
    background: #000 url(../img/bg-title-service.jpg) no-repeat center;
}
.page-title.bg-title-retrait {
    background: #000 url(../img/bg-title-retrait.jpg) no-repeat center;
}
.page-title.bg-title-conseil {
    background: #000 url(../img/bg-title-conseil.jpg) no-repeat center;
}
.page-title.bg-title-gamme {
    background: #000 url(../img/bg-title-gamme.jpg) no-repeat center;
}
.page-title.bg-title-volume {
    background: #000 url(../img/bg-title-volume.jpg) no-repeat center;
}
.page-title.bg-title-contact {
    background: #000 url(../img/bg-title-contact.jpg) no-repeat center;
}
.page-title.bg-title-agence {
    background: #000 url(../img/bg-title-agence.jpg) no-repeat center;
}
.page-title.bg-title-cgl {
    background: #000 url(../img/bg-title-cgl.jpg) no-repeat center;
}
.page-title h1 {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
}

.faq-category {
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px;
}
.faq-category:first-child {
    border-top-width: 1px;
}
.faq-category.active {
    background-color: #54ca35;
    border-color: transparent;
}
.faq-category.active .faq-category-link {
    color: #fff;
}
.faq-category-link {
    display: block;
    padding: 1.5rem 3.5rem;
    text-transform: uppercase;
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    color: #373A3C;
}
.faq-category-link:hover {
    text-decoration: none;
}
.faq-category-link.bg-link-1 {
    background: url(../img/snowflake.svg) no-repeat 1rem center;
}
.faq-category-link.bg-link-2 {
    background: url(../img/vehicle.svg) no-repeat 1rem center;
}
.faq-category-link.bg-link-3 {
    background: url(../img/wheel.svg) no-repeat 1rem center;
}
.faq-category-link.bg-link-4 {
    background: url(../img/calendar.svg) no-repeat 1rem center;
}
.faq-category-link.bg-link-5 {
    background: url(../img/round-trip.svg) no-repeat 1rem center;
}
.faq-category-link.bg-link-6 {
    background: url(../img/credit-card-2.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-1 {
    background: url(../img/snowflake-white.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-2 {
    background: url(../img/vehicle-white.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-3 {
    background: url(../img/wheel-white.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-4 {
    background: url(../img/calendar-white.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-5 {
    background: url(../img/round-trip-white.svg) no-repeat 1rem center;
}
.faq-category.active .faq-category-link.bg-link-6 {
    background: url(../img/credit-card-2-white.svg) no-repeat 1rem center;
}
.faq-content {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
}
.faq-title {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    margin: 0;
}
.faq-title.active {
    color: #4caf50;
}
.faq-title:hover {
    color: #4caf50;
    cursor: pointer;
}
.faq-title::before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #54ca35;
    margin-left: -1.75rem;
    margin-right: 1rem;
}
.faq-body {
    margin-top: 0.5rem;
}

.slidedeck {
    position: relative;
    border: 1px solid #607d8b;
    color: #fff;
}
.slidedeck-item {
    display: table;
    width: 100%;
    min-height: 480px;
}
.slidedeck-title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin: 0;
    padding-top: 2.5rem;
}
.slideteck-text {
    padding: 0 4rem 1rem;
}
.advice-display {
    position: relative;
    padding: 2rem 0;
    background-color: #000;
}
.btn-advice-display-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url(../img/cross-white.svg) no-repeat center;
    background-size: 40px 40px;
}
.advice-nav {
    padding: 2rem 0 1rem;
    background-color: #eee;
}
.advice-link {
    display: block;
    color: #373A3C;
}
.advice-link:hover {
    text-decoration: none;
}
.advice-img {
    background-color: #fff;
    transition: all 0.25s;
}
.advice-link.active {
    color: #4caf50;
    outline: none;
    text-decoration: none;
}
.advice-link:hover .advice-img, .advice-link.active .advice-img {
    background-color: #54ca35;
}
.advice-title {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-title {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
}

.btn-booking {
    display: inline-block;
    margin-bottom: 1rem;
}
.btn-booking:hover {
    text-decoration: none;
}
.btn-booking-head {
    background-color: #607d8b;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 1px 1px 0 0;
}
.btn-booking-foot {
    padding: 0.5rem 1rem;
    border: 1px solid #607d8b;
    border-radius: 0 0 1px 1px;
}
.btn-booking-price {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
}
.btn-booking-price-day {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
}

.snowflake {
    display: inline!important;
    vertical-align: middle;
    width: 20px!important;
    height: 20px;
}

.map-container {
    height: 480px;    
}
.agencies-container {
    height: 480px;    
    overflow: auto;
}
.agencies-container h5 {
    margin: 1rem;
}
.agencies-list {

}
.agencies-list li {
    font-size: 0.875rem;
    padding: 1rem 1rem 1rem 3rem;
    border-top: 1px solid #e0e0e0;
}
.agencies-list li:nth-child(1) {
    background: url(../img/pointer-map-1.svg) no-repeat left 0.625rem;
}
.agencies-list li:nth-child(2) {
    background: url(../img/pointer-map-2.svg) no-repeat left 0.625rem;
}
.agencies-list li:nth-child(3) {
    background: url(../img/pointer-map-3.svg) no-repeat left 0.625rem;
}
.agencies-list li:nth-child(4) {
    background: url(../img/pointer-map-4.svg) no-repeat left 0.625rem;
}
.agencies-list li:nth-child(5) {
    background: url(../img/pointer-map-5.svg) no-repeat left 0.625rem;
}
.agency-address {
    
}
.agency-phone {
    margin-top: 0.25rem;
}
.agency-phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    vertical-align: middle;
    background: url(../img/telephone.svg) no-repeat center;
}
.agency-opening {
    margin-top: 0.25rem;
}
.agency-opening::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    vertical-align: middle;
    background: url(../img/clock.svg) no-repeat center;
}
.agency-distance {
    float: right;
}

.food-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.125rem 0;
}
.food-item.active, .food-item:hover {
    background-color: #eee;
    cursor: pointer;
}
.food-item-img {
    width: 20%;
    min-width: 86px;
    padding: 0 0.5rem;
}
.food-item-img img {
    margin: 0 auto;
}
.food-item-info {
    width: 60%;
}
.food-item-qte {
    width: 20%;
    padding: 0 0.5rem;
}
.food-item-name {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.food-item-detail {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.volume-vehicule {
    display: block;
    width: 33%;
    margin: 0 auto;
}
.volume-counter {
    display: block;
    padding: 0.5rem;
    background-color: #607d8b;
    color: #fff;
}
.volume-counter-result {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 3rem;
}

@media (max-width: 33.9em) {
    .page-title {
        padding-top: 2rem;
    }
}