@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#footer {
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.carousel-caption {
    z-index: 10;
}

#myCarousel .item {
    min-width: 100%;
    max-height: 500px;
    height: auto;
    background-image: url('img/fondheader2.jpg');
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

#myCarousel img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#wrap > .container {
    padding: 0px 15px 0;
}

.container .credit {
    margin: 20px 0;
}

#footer {
    background-color: #414141;
}

#footer a {
    color: #efefef;
}

header {
    background: #333;
    color: #555;
}

h1 {
    font-size: 30px;
}

#titre_blog{
    color: #0a5794;
}

.logo {
    font-size: 40px;
    position: absolute;
    z-index: 1200;
    color: #333;
    top: 70px;
    text-align: center;
    width: 100%;
}

#nav {
    width: 100%;
    position: static;
    top: -32px;
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
}

#footer > .container {}

@media (min-width: 767px) {
    .navbar-nav.nav-justified > li {
        float: none;
    }
}

.navbar-nav {
    margin: 1px 1px;
}

.navbar-custom {
    background-color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 0;
}

.navbar-custom .navbar-nav>li>a {
    color: #ddd;
}

.navbar-custom .dropdown-menu li>a:hover {
    color: #eee;
}

.navbar-custom .navbar-nav li>a:hover,
.navbar-nav li .open,
.navbar-custom .navbar-nav .active a {
    background-color: #0a5794;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

.navbar-collapse.in {
    /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
    outline: 0;
}

.divider {
    height: 50px;
}

.panel {
    border-width: 0;
}

@media (max-width: 768px) {
    header {}
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 6%;
    z-index: 100;
    background: #0a5794;
    font-size: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.scroll-top a:link,
.scroll-top a:visited {
    color: #fff;
}

section {
    color: #ffffff;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    padding-top: 100px;
}

.bg-1 {
    background: url('img/fondheader.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-2 {
    background: url('img/fondheader.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-3 {
    background: url('img/fondheader3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-4 {
    padding-top: 30px;
    background-color: #e6e6e6;
}

.panel .img-responsive {
    min-height: 270px;
    max-height: 270px;
}

.drapeau {
    width: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
}

#video{
    margin:0 auto;
}