.home-title {
    height: 360px;
    padding-top: 5rem;
    background: #e0e0e0 url(../img/slider-professionnel.jpg) no-repeat center;
    color: #fff;
}
.home-title h1 {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
}

.home-title-vehicle {
    height: 260px;
    background: #e0e0e0 url(../img/bg-home-vehicule.jpg) no-repeat center;
}
.home-title-display-unit {
    height: 260px;
    background: #e0e0e0 url(../img/bg-home-meuble.jpg) no-repeat center;
}
.home-title-coldstore {
    height: 260px;
    background: #e0e0e0 url(../img/bg-home-container.jpg) no-repeat center;
}

.home-dashboard-item-link-title {
    margin: 0;
}
.home-dashboard-item-link-title strong {
    font-size: 200%;
}

.page-content-title {
    font-family: "ModenaLightRegular",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.125rem;
}
.page-content-subtitle {
    font-family: "ModenaExtraBoldRegular",Arial,Helvetica,sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.breadcrumbs {
    font-size: 0.75rem;
    margin-bottom: 2rem;
}
.breadcrumbs a {
    color: inherit;
}

.range-link {
    display: block;
    color: inherit;
    margin-bottom: 1rem;
}
.range-link:hover {
    text-decoration: none;
    color: #4caf50;
}
.range-title {
    font-family: "ModenaRegularBold",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.menu-side {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.menu-side-header {
    padding: 1rem;
    background-color: #455a64;
    color: #fff;
    line-height: 1.2;
}
.menu-side-bloc {
    border-top: 3px solid #fff;
    padding: 1rem 0;
    //background-color: #eee;
}
.menu-side-item-link {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #eee;
    color: inherit;
    border-top: 3px solid #fff;
    font-size: 0.875rem;
}
.menu-side-item-link:hover {
    text-decoration: none;
}
.menu-side-item-link.active {
    font-family: 'ModenaLightBold',Arial,Helvetica,sans-serif;
}
.menu-side-item-link-content {
    display: table-cell;
    vertical-align: middle;
}
.category-link {
    font-family: 'ModenaLightBold',Arial,Helvetica,sans-serif;
    font-size: 0.875rem;
    color: inherit;
    padding: 0.75rem 0.75rem;
}
.category-link:hover {
    text-decoration: none;
}
.menu-side-item-link.vehicle:hover {
    color: #4caf50;
}
.menu-side-item-link.display-unit:hover {
    color: #03a9f4;
}
.menu-side-item-link.coldstore:hover {
    color: #f57c00;
}
.menu-side-item-link.vehicle.active {
    color: #4caf50;
}
.menu-side-item-link.display-unit.active {
    color: #03a9f4;
}
.menu-side-item-link.coldstore.active {
    color: #f57c00;
}

.product-category-title {
    display: inline-block;
    padding: 0.5rem 1rem;
}
.product-filter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}
.product-filter-link {
    position: relative;
    display: inline-block;
    font-family: "ModenaLightBold",Arial,Helvetica,sans-serif;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    color: inherit;
}
.product-filter-link:hover {
    text-decoration: none;
}
.product-filter-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 3rem;
    margin-left: -1.5rem;
    border-bottom: 3px solid #333;
}
.vehicle .product-filter-link.active, .vehicle .product-filter-link:hover {
    color: #4caf50;
    text-decoration: none;
}
.display-unit .product-filter-link.active, .display-unit .product-filter-link:hover {
    color: #03a9f4;
    text-decoration: none;
}
.display-unit .product-filter-link.active::after {
    border-color: #03a9f4;
}
.vehicle .product-filter-link.active::after {
    border-color: #4caf50;
}
.product-item {
    transition: all 0.25s;
}
.product-item.inactive {
    opacity: 0.25;
}
.product-item-link {
    display: block;
    font-size: 0.875rem;
    color: inherit;
    border: 2px solid transparent;
    transition: all 0.25s;
}
.product-item-link.vehicle:hover {
    border-color: #4caf50;
    color: #4caf50;
    text-decoration: none;
}
.product-item-link.display-unit:hover {
    border-color: #03a9f4;
    color: #03a9f4;
    text-decoration: none;
}
.product-item-link.coldstore:hover {
    border-color: #f57c00;
    color: #f57c00;
    text-decoration: none;
}
.product-filter-link-info {
    padding: 0 0.5rem 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item {
    display: block;
    color: inherit;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.post-item-title {
    font-family: "ModenaLightRegular",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.post-item-date {
    margin-bottom: 1rem;
}
.post-title {
    font-family: "ModenaLightRegular",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.post-date {
    margin-bottom: 0.5rem;
}

.occupation-icon {
    width: 64px;
    height: 64px;
    background-color: #54ca35;
    background-image: url(../img/bg-occupations.png);
    background-repeat: no-repeat;
}
.occupation-icon.gms {
    background-position: 0 0;
}
.occupation-icon.restauration-collective {
    background-position: -64px 0;
}
.occupation-icon.boulangerie-patisserie {
    background-position: -128px 0;
}
.occupation-icon.produits-pharmaceutiques-laboratoires {
    background-position: -192px 0;
}
.occupation-icon.boucherie {
    background-position: -256px 0;
}
.occupation-icon.traiteur-charcuterie {
    background-position: -320px 0;
}
.occupation-icon.transporteur {
    background-position: -384px 0;
}
.occupation-icon.poissonnier-maree {
    background-position: -448px 0;
}
.occupation-icon.fleuriste {
    background-position: -512px 0;
}
.occupation-icon.maraicher {
    background-position: -576px 0;
}
.occupation-icon.collectivite-territoriale {
    background-position: -640px 0;
}
.occupation-icon.fromager-produits-laitiers {
    background-position: -704px 0;
}
.occupation-icon.produits-surgeles {
    background-position: -768px 0;
}

.card-container {
    position: relative;
    width: 100%;
    height: 340px;
    perspective: 800px;
}
.card-item {
    position: absolute;
    width: 100%;
    transform-style: preserve-3d;
    transition: transform 1s;
    cursor: pointer;
}
.card-item.flipped {
    transform: rotateY( 180deg );
}
.card-item-front, .card-item-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.card-item-back {
    font-size: 0.875rem;
    transform: rotateY( 180deg );
}
.card-item-back h6 {
    line-height: 1.3;
    margin: 0;
}

.home-dashboard {
    margin-top: -90px;
}
.home-dashboard-item {
    position: relative;
    margin-bottom: 2rem;
}
.home-dashboard-item-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0.625rem 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s;
}
.home-dashboard-item-title h5 {
    margin-bottom: 0;
}
.home-dashboard-item-link:hover .home-dashboard-item-title {
    background-color: #4caf50;
}
.home-dashboard-item.bg-map {
    background: #263238 url(../img/bg-map-2.png) center;
}
.home-dashboard-item-link {
    display: block;
    color: #607D8B;
}
.home-dashboard-item-link.vehicle:hover {
    color: #4caf50;
}
.home-dashboard-item-link.display-unit:hover {
    color: #03a9f4;
}
.home-dashboard-item-link.coldstore:hover {
    color: #f57c00;
}
.home-dashboard-item-link:hover {
    text-decoration: none;
}
.home-vehicle-link, .home-display-unit-link, .home-coldstore-link {
    display: block;
    color: #607d8b;
}
.home-vehicle-link:hover {
    color: #4caf50;
    text-decoration: none;
}
.home-display-unit-link:hover {
    color: #03a9f4;
    text-decoration: none;
}
.home-coldstore-link:hover {
    color: #f57c00;
    text-decoration: none;
}
.bg-activities {
    background: #54ca35 url(../img/bg-activities.png) no-repeat center 15%;
}
.home-news-display-unit {
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1rem 0 1rem 128px;
    background: url(../img/picto-news-display-unit.png) no-repeat 1rem center;
}
.home-news-coldstore {
    font-size: 1rem;
    line-height: 1.3;
    padding: 1rem 112px 1rem 0;
    background: url(../img/picto-news-coldstore.png) no-repeat right center;
}
.home-news-vehicle {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0 112px 1rem 0;
    background: url(../img/picto-news-coldstore.png) no-repeat right top;
}


.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;
    padding-left: 1.75rem;
}
.agency-opening::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -1.75rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background: url(../img/clock.svg) no-repeat center;
}
.agency-distance {
    float: right;
}

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

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

.btn-booking {
    display: inline-block;
    margin-bottom: 1rem;
}
.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;
    width: 20px!important;
    height: 20px;
    margin: 0 2px;
}

.coolevent-link {
    display: block;
    background: #263238 url(../img/bg-spangle.jpg) no-repeat left center;
    border-top: 3px solid #fff;
    padding: 1rem;
    font-size: 0.75rem;
    color: #fff;
}
.coolevent-link:hover {
    color: #fff;
    text-decoration: none;
}