﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.ns1 {
    font-size:34px;
}

.ns2 {
    font-size:26px;
}

#enseigne {
    background-color:#a5a3a3; 
    padding: 0px; 
    margin: 0px; 
    text-align: center; 
    background-image: url('../Content/img/FOND/background.png');
    background-repeat:repeat-x
}


.video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }

            .video-container iframe,
            .video-container object,
            .video-container embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 95%;
            }

        .img-responsive {
            max-width: 100%;
            display: block;
            height: auto;
        }

        html {
            line-height: 22px;
        }


.Fondblanc {
    background-color:#fff;
}

.centre {
    text-align:center;
}