body {
  background:url(../img/red.jpg) repeat-x, url(../img/bg.jpg) repeat-x; 
 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:5% 360px, 25% 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

p {
  font-size: 1.05em;
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
  max-width: 400px;
}


#en_cours {
 border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #333131;
  color:#fff;
}


.brand,
.address-bar {
  display: none;
  
  
}



.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
  
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 300px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.95);
  margin-bottom: 20px;
  padding: 30px 15px;
   border-radius: 10px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255,255,255,1);
}

footer p {
  margin: 0;
  padding: 25px 0;
}

@media screen and (min-width: 768px) {

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.address-bar {
  display: inherit;
  text-align: center;
  margin: 0;
  padding: 0 0 15px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  font-weight: bold;
}

.navbar {
  border-radius: 0px;

  

}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

/* sikbar */
.navbar-default {
  background: #fff;
  background: rgba(255,255,255);
  border: none;
  
}

.nav>li>a {
  padding: 15px;
  
}

.navbar-nav>li>a {
  line-height: normal;
  
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.17em;
  

  
}


}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
  
  
}

@media all and (orientation: portrait) {
  .carousel-inner {
    height: 235px;
  }
  
}
