/** @format */

@font-face {
  font-family: "SourceSansPro_Regular";
  src: url("SourceSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro_Bold";
  src: url("SourceSansPro-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ad855f;
  font-family: "SourceSansPro_Bold";
}

li {
  float: left;
}

li a {
  display: block;
  text-align: center;
  color: #31313d;
  padding: 35px 40px;
  text-decoration: none;
  transition: 0.3s;
}

.droite a:hover {
  color: white;
}

.droite {
  float: right;
  font-size: 20px;
}

#connect a {
  background-color: #31313d;
  color: white;
}

#connect a:hover {
  background-color: #ad855f;
}

#banner {
  float: left;
  width: 100%;
}

#banner img {
  width: 100%;
}

#banner h1 {
  position: absolute;
  top: 225px;
  left: 50px;
  color: #dadbd6;
  width: 35%;
  font-size: 50px;
  line-height: 70px;
  font-family: "SourceSansPro_Bold";
}

.start {
  background-color: #e2d0bf;
  width: 75%;
  float: left;
  margin: 50px 12.5% 100px 12.5%;
  font-family: "SourceSansPro_Bold";
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.445);
}

.start p {
  color: #31313d;
  float: left;
  margin: 50px 0 25px 15%;
  font-size: 30px;
}

.start a {
  color: #dadbd6;
  background-color: #31313d;
  float: right;
  margin: 25px 15% 25px 0;
  padding: 25px 55px;
  font-size: 25px;
  text-decoration: none;
  transition: 0.4s;
}

.start a:hover {
  color: #31313d;
  background-color: #e2d0bf;
}

.tuto {
  float: left;
  margin-bottom: 100px;
}

.tuto h1,
h2 {
  font-family: "SourceSansPro_Bold";
}

.tuto h1 {
  text-align: center;
  font-size: 60px;
}

.tuto h2 {
  font-size: 40px;
  margin: 15px 25px;
}

.tuto table {
  width: 90%;
  margin-left: 7%;
}

.tuto td {
  width: 30%;
}

.tuto img {
  width: 75%;
}

.tuto p {
  font-family: "SourceSansPro_Regular";
  font-size: 25px;
  margin: 0 25px;
}

.footer {
  float: left;
  background-color: #ad855f;
  font-family: "SourceSansPro_Regular";
  width: 100%;
  text-align: center;
}

.footer .credit {
  text-align: center;
  font-size: 30px;
  color: white;
  padding: 15px;
}

.footer a {
  color: white;
  transition: 0.3s;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
}
