.bg--primary {
    background-color: #009DDF;
}
.bg--yellow {
    background-color: #DEAC16;
}
.bg--body {
    background-color: #575756;
}
.text--primary {
    color: #009DDF;
}
.text--yellow {
    color: #DEAC16;
}
.text--body {
    color: #575756;
}
.text--white {
    color: white !important;
}
p,a,ul,li, h1, h2,h3,h4,h5,.btn {
    font-family: 'Montserrat', sans-serif;
}
body {
    background-image: url("https://mazebv.be/site/img/bg.jpg");
    background-size: cover;
   }
.social-icon {
    margin-left: auto;
    margin-right: auto;
}

.relative {
    position: relative !important;
}
.center {
    text-align: center;
}
footer {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 18px;
}
.social-icon {
    background-color: white !important;
    border-radius: 50%;
    padding: 4px;
    width: 35px;
    height: 35px;
}
.social-icon:hover {
    background-color: #ccc !important;
}
.fa {
    color: #009DDF;
    margin-left: 2px;
}
.full-link {
    position: absolute !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
h4 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 900 !important;
    letter-spacing: 4px;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
@media screen and (max-width: 767.95px) {
    .footer-collection {
        flex-direction: column !important;
        margin-top: 15px !important;
    }
    .footer-collection a {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .footer-collection .fa {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
a.linkedin, a.linkedin img{
    height: 35px;
    width: 35px;
}
a.linkedin:hover {
    opacity: 0.8;
}

.footer-collection a {
    color: white !important;
    text-decoration: none;
    font-weight: 600 !important;
    font-size: 11px !important;
    letter-spacing: 2px;
}
.footer-collection a:hover {
    color: white !important;
    text-decoration: underline;
}
.footer-collection .fa {
    color: white !important;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 5px;
    margin-top: 2px;
}
.logo {
    height: 220px;
    width: 237px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px !important;
    margin-bottom: 13px;
}
.icon {
    height: 70px;
    width: 70px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
h1 {
    font-size: 62px;
    line-height: 17px;
    margin-bottom: 0px !important;
}
h1 span {
    font-size: 11px;
}
h2 {
    font-size: 10px;
    margin-bottom: 0px !important;
    padding-right: 10px;
    letter-spacing: 5px;
    font-weight: bold;
}
a.contact {
    width: 224px;
    height: 39px;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-right: 5px;
}
a.contact:hover {
    opacity: 0.8;
}
.content-collection .fa {
    color: white !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-image {
   width: fit-content;
   height: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
}
.icon-image .icon {
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 25px;
    width: 25px;
}
.btn--primary {
    background-color: #DEAC16;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: white !important;
    margin-top: 75px !important;
    margin-bottom: 40px !important;
}
.btn--primary:hover {
    background-color: #efca5d;
    outline: none !important;
}

.empty {
    height: 60px;
}
.social-icon img {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1;
    z-index: 999999;
    top: 0;
    left: 0;
}