html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav > li > a {
    padding: 1.2rem 1.1rem !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Droid Arabic Kufi' !important;
}

body {
    display: table;
    width: 100%;
}

footer {
    line-height: 20px;
    height: 80px; /* à titre d'exemple */
}

a {
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
}

.sidebar-menu > li > a:hover {
    background-color: #f5f5f5;
}

.sidebar-menu > li > a {
    display: block;
    padding: 3px 8px 3px 0;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0px;
}

.imagez {
    position: relative;
    width: 100%; /* for IE 6 */
}

.celh4 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 3px !important;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.75);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: left;
    color: #fff !important;
    z-index: 2;
}

#pagpied {
    margin: 0.2em 1.2em 0 1.2em;
    /*               border: 2px groove #b8c7ce;*/
}

.menugauche {
    color: #000000;
    background-color: white;
}

/* Make it a marquee */
.marquee {
    height: 3.5rem;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee a {
    color: #0c0c0c;
    line-height: 37px;
    margin: 0 30px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 1.2em;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0% {
        text-indent: 27.5em
    }
    100% {
        text-indent: -105em
    }
}

/* Make it pretty */
.microsoft {
    padding-bottom: 1.5em;
    position: relative;
    font: 0.9em 'Droid Arabic Kufi', Sans-Serif;
}

/* ::before was :before before ::before was ::before - kthx */
.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em;
    right: -1em;
    width: .5em;
    height: .5em;
    box-shadow: 1.0em 1.25em 0 #F65314,
    1.6em 1.25em 0 #7CBB00,
    1.0em 1.85em 0 #00A1F1,
    1.6em 1.85em 0 #FFBB00;
}

.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
}

/* Style toggle button */
.toggle {
    display: block;
    margin: 2em auto;
}

/*.image {
    width: 100%;
    height: 190px;
    background-image: url('banniere.jpg');
    background-size: 100% 100%;

}*/

/**************/
.image {
    width: 100%;
    height: 280px;
    background-size: 100% 100%;
    background-image: url('banniere.jpg');
}

.image section {
    position: relative;
}

.image section img {
    position: absolute;
}

.image .top {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/**************/

body {
    display: table;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: 400;
    background: #efefef !important;
    font-size: 0.9em !important;
    height: 100%;
}

#tnav > .navbar.container {
    height: 20px;
}

#tnav > .navbar .navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 20px;
    color: white;
}

#tnav > .navbar .navbar-nav > li > a:hover {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 25px;
    background-color: rgb(239, 239, 239);
    color: black;
}

#brand1 {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 20px;
    color: white;
}

#tnav > .navbar {
    min-height: 20px !important;
}

.padsoc {
    padding: 0.2em;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: black;
}