﻿main {
    padding: 0px !important;
    scroll-behavior: smooth;
}

.home > .row {
    height: 100vh;
    width: 100vw;
    margin-bottom: 1em;
}

#heading-bloc {
    background: url('../image/home.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#heading-text {
    background-color: rgba(0, 0, 0, 0.6);
}

.pict {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#collaboration-bloc .pict {
    background: url('../image/collaboration.jpg');
}

#contact-bloc .pict {
    background: url('../image/contact-mail.jpg');
}

#reseau-bloc .pict {
    background: url('../image/reseau.png');
}

.know-more {
    float: right;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .home {
        height: 350px !important;
    }
}
