
html, body {
  margin: 0px;

  padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  
}

.container {
  margin: 0 auto;
  max-width: 940px; 
  padding: 0 10px;
}

.header {
  background: url(after.JPG) no-repeat center center; 
  background-size: cover;
  height: 800px;
  text-align: center;
}

.header .container {
  position: static;
  top: 200px;
}

.header h1 {
  color: #fff;
  line-height: 100px; 
  font-size: 80px;
  margin-top: 0;
  margin-bottom: 150px;
  text-transform: uppercase; 
}


@media (min-width:850px) {
  .header h1 {
    font-size: 120px;
  }
}


.header p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 8px;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase; 
  font-size: 15px;
}

#droite {
  text-align: left;
  margin-left : 450px;
}

.nav { 
  background: black;
  height: 80px; 
  width: 100%;
  position: fixed;

}

.nav ul {
  height: 100px;
  list-style: none;
  margin: 0 auto; 
  padding: 0;
}

.nav ul li  {
  color: white;
  display: inline-block; 
  height: 80px;
  line-height: 80px; 
  list-style: none;
  padding: 0 10px;
  transition: background .5s; 
  font-size: 20px;
}

.nav a  {
  color: #fff;
  display: inline-block; 
  height: 80px;
  line-height: 80px; 
  list-style: none;
  padding: 0 10px;
  transition: background .5s; 
  text-decoration: none;
}

.nav ul li:hover {
  color: black;
  background-color: #fff;
  cursor: pointer;  
}
.nav a:hover {
  color: black;
  background-color: #fff;
  cursor: pointer;  
}

.main .container {
  margin: 50px auto;
  color : white;
  font-size: 25px;
  
}

.trans {
  color : transparent;
}


.main img {
  float: left;
  margin: 10px 80px 50px 0;
}

.jumbotron {
  background: url(unity.jpg) center center;
  background-size: cover;
  height: 400px; 
}

.jumbotron .container {
  position: relative;
  top: 220px;
}

.jumbotron h2 {
  color: #fff;
  text-align: right; 
}

.jumbotron p {
  color: #fff; 
  text-align: right; 
}

.jumbotron .btn {
  margin: 10px 0 0;
  float: right; 
}

.footer { 
  background: #000;
  height: 5px; 
  padding-bottom: 50px;
}

.footer p { 
  color: #fff;
  font-size: 14px;  
  height: 80px; 
  line-height: 60px;
  margin: 0;  
}

@media (max-width: 500px) {
  .header h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .main, .jumbotron {
    padding: 0 30px;
  }

  .main img {
    width: 100%;
  }
}

.titre {
  color: black;
  display: inline-block; 
  height: 80px;
  line-height: 80px; 
  list-style: none;
  padding: 0 10px;
  transition: background .5s;
}

.titre:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}

.Contact h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 50px 15%;
}

.karim-photo {
  height : 300px;
  width : 200px;
  border-radius : 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Creators p {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 25px;
}

.gabriel-photo {
  height : 300px;
  width : 200px;
  border-radius : 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.melanie-photo {
  height : 300px;
  width : 200px;
  border-radius : 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.thomas-photo {
  height : 300px;
  width : 200px;
  border-radius : 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}





