@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BlackItalic.eot');
    src: url('../fontsLato-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fontsLato-BlackItalic.woff2') format('woff2'),
        url('../fontsLato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.eot');
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Italic.woff2') format('woff2'),
        url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.eot');
    src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    padding-top: 70px;
    font-family: 'Lato', helvetica, sans-serif;
    font-size : 0.9em;
}

a {
    color : #3498db;
}

h3 {
    color : #007096;
    font-size : 1.3em;
    font-weight : 900;
}

h2 {
    color : #007096;
    font-size : 1.4em;
    font-weight : 900;
}

.form-group > label, .form-group > legend, .form-check label {
    font-size : 1em;
    font-weight : 900;
}

.card {
    border-radius: 0px;
}

.input-height {
    height : 50px;
    border-radius : 0px;
}
.input-group-prepend {
    border : none;
    border-radius : 0px;
}

.input-group-text {
    border : none;
    background-color: #6f8944;
    color : #FFF;
    font-weight : 900;
    border-radius : 0px;
}


header {
    /* background: #006285; */
    background: rgb(153,128,67) linear-gradient(90deg, rgba(153,128,67,1) 0%, rgba(209,183,126,1) 100%);
    color: white;
}

header .page-title {
    padding: 25px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-primary {
    background-color: #00011c;
    background-image: linear-gradient(to right,#00011c,#007096);
    border :none;
}

.butformat {
    border : 1px solid #FFF !important;
    color : #FFF !important;
    background-image : none !important;
    background-color : transparent !important;
    border-radius: 0px !important;
}

.butformat:hover {
    border : 1px solid #FFF !important;
    font-weight : bold;
    color : #FFF !important;
    background-image : none !important;
    background-color : transparent !important;
    border-radius: 0px !important;
}

.address-header, .invoice-header {
    font-size: 1.2em;
    font-weight : 900;
}

.headimage {
    height : 550px;
    background-image : url(../assets/ui/webbanner-2170x626_NL.jpg);
    background-repeat : no;
    background-position: center, center;
} 

.headimage_fr {
    height : 550px;
    background-image : url(../assets/ui/webbanner-2170x626-FR.jpg);
    background-repeat : no;
    background-position: center, center;
}

select {
   margin-right : 5px;

}
@media screen and (max-width: 600px) {
    header .page-title {
        padding: 25px 0px;
        font-size: 24px;
        text-transform: uppercase;
    }
    
    .headimage {
        height : 250px;
        background-image : url(../assets/ui/webbanner-2170x626_NL.jpg);
        background-repeat : no;
        background-position: center, center;
        background-size: cover;
    }
    
    .headimage_fr {
        height : 250px;
        background-image : url(../assets/ui/webbanner-2170x626-FR.jpg);
        background-repeat : no;
        background-position: center, center;
        background-size: cover;
    }
    
    .col-md-6 {
        margin-top : 20px;
    } 
    
    select {
        margin-top : 5px;
    }
}

.border-danger {
    background-color: #00011c;
    background-image: linear-gradient(to right,#00011c,#007096);
    border: 0;
    color : #FFF;
}

.border-danger h2 {
    color : #FFF;
}

/* Footer */
#bottom {
    padding: 20px 0px 40px 0px;
    background-color: #00011c;
    background-image: linear-gradient(to right,#00011c,#007096);
    /* border-top: 5px solid linear-gradient(to right,#00011c,#007096); */
}

.footer-block {
    color: #FFF;
}

.footer-block.col-sm-4 {
}

.footer-block a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#block-block-14>content a {
    color : #aaa;
    font-size : 1em;
}

.site-footer {
    padding: 10px 0px;
    background: #292929;
    font-size: 12px;
    color : #D3D3D3;
}

.lead {
    font-size : 1.1em;
    font-weight: 900;
}



/* Footer Social */

ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-pinterest {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-pinterest:hover {
    background-color: #5a32a3;
}
