/**************
   CARROUSEL
**************/

.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
    border: none;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img{
    max-height:100%;
    max-width:100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

#carousel-smile {
    margin-left: 30px; 
    margin-right: 30px;
}

.carousel-control {
    top: 40%;
    width: 5%;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    border: none;
}

.carousel-control.left, .carousel-control.right {
    color: black;
}

/*** SOCIAL MEDIAS ***/
.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
    color: #eeeeee;
}

.share-btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #f37020; }

/*** Statistic blocks ***/
tr.clickable-row {
    cursor: pointer;
}

/*** MAP ***/
.block-map.blue-background {
    padding: 0;
}

.block-map__details-col {
    text-align: left;
}

/** HOME **/
.block-thumbnails__col-2 {
    height: 230px;
}

/* METIERS */

#business-carousel .block-panel__image img {
    width: calc(100% - 40px);
    height: auto;
}
