/* Presentations */
.h1infos {
    margin-bottom: 10px;
}

.aboutfix{
    min-height: 40vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.about .backcontainer .title-block, .aboutfix .backcontainer .title-block{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-top: 4px;
}
.about .backcontainer .description-block, .aboutfix .backcontainer .description-block{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.abouttop {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    clear: left;
    background-repeat: no-repeat ;
}
.sliderboxfirst {
    clear: left;
}
.sliderbox {
    min-height: 40vh;
    margin: 10px 3%;
    box-shadow: 12px 12px 0px gray;
    position: relative;
}
.sliderbox .about-link {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.aboutfix .backcontainer .col-md-6{
    background-color: #FFF;
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
    margin-left: 20px;
}
.linkbut .butplus {
    margin-bottom: 10px;
    margin-right: 10px;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.linkbut .butplusbefore {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    margin-bottom: 10px;
    margin-right: -4px;
    font-size: 31px;
    padding: 2px 15px;
}
.sliderbox .butplusbefore {
    display: none;
}
.sliderbox .butplus, .butplusslider {
    border-radius: 4px;
    padding: 4px 6px;
}

.footvitrine a:hover {
    color:#DBDBDB;
}

.centerbottom {
    position: absolute !important;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -25%)
}
.homevitrine {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
    .w25.sliderbox {
        width: 92%;
    }
    .sliderbox h2{
        float: none;
    }
    .sliderbox {
        min-height: auto;
    }
    .sliderbox .about-link {
    bottom: auto;
    top: 10px;
}
}

