﻿body {
    background-image: url('../img/termes1-png.png');
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: fixed;
    background-color: rgb(159, 173, 33);
}

.card-default {
    background-image: url('../img/termes2-png.png');
    background-attachment: fixed;
    background-color: rgb(236, 236, 236);
}

.form-group p {
    color: black;
    font-family: 'Times New Roman';
    font-size: large;
}

.card-body h4 {
    font-family: 'Times New Roman';
    font-weight:bold;
}

.card-body h2 {
    font-family: 'Times New Roman';
}

.card-title {
    font-family: 'Times New Roman';
}

.a-font {
    font-family: NSimSun;
}

.imgboyut {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.imgboyut2 {
    display: block;
    max-width: 100%;
    height: 450px !important;
}

footer {
    position: fixed;
    top: 100px;
}

#header .header-nav-main nav > ul > li > a {
    color: black;
}