body {
  margin: 0;
  background-color: #f7f7f7;
}
.logo {
  width: 424px;
  height: 95px;
  margin-left: 24px;
  margin-right: 600px;
}
header {
  background-color: #191c25;
  width: 100%;
  height: 137px;
  position: relative;
  padding-top: 30px;
}
nav ul {
  list-style: none;
  margin-top: 0px;
}
nav li {
  display: inline-block;
}
.accueil {
  width: 67px;
  margin-right: 50px;
  text-align: center;
}
a {
  text-decoration: none;
  color: #f7f7f7;
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.active {
  font-weight: 600;
}
a:hover {
  font-weight: 600;
}
.projet {
  width: 150px;
  text-align: center;
}

.intro {
  padding: 40px 0px;
  background-color: #f7f7f7;
  display: flex;
}

img {
  width: 684px;
  height: 416px;
  margin-left: 24px;
}

h2 {
  width: 367px;
  height: 74px;

  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 74px;
  text-transform: uppercase;
  color: #191c24;
  margin-bottom: -20px;
}

h3 {
  width: 306px;
  height: 44px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  color: #191c24;
}

.intro p {
  width: 570px;
  height: 216px;

  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #191c24;
}
.content {
  margin-left: 24px;
  margin-top: -40px;
}

footer {
  background-color: #191c24;
  width: 100%;
}
footer h2 {
  color: #f7f7f7;
  margin-left: 24px;
}
.contact {
  display: flex;
}
.mail {
  display: flex;
  margin-left: 24px;
  margin-top: 30px;
  width: 400px;
}
.mail a {
  width: 250px;
  text-align: inherit;
  margin-top: 30px;
  margin-left: 10px;
}
.linkedin {
  display: flex;
  margin-left: 24px;
  margin-top: 30px;
  width: 400px;
}
.linkedin a {
  width: 250px;
  text-align: inherit;
  margin-top: 30px;
  margin-left: 10px;
}

/*projet*/

.film {
  background-color: #f7f7f7;
}

.film h2 {
  margin-left: 24px;
  padding-bottom: 30px;
}
iframe {
  border-radius: 6px 6px 0 0;
}
.card {
  margin-bottom: 30px;
  margin-left: 24px;
  width: 448px;
  height: 430px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.card-content {
  margin-left: 10px;
}

.card-content h3 {
  font-size: 26px;
  margin-top: 10px;
  width: 350px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 10px;
  width: 410px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #191c24;
}

.card-content p {
  margin-top: 10px;
  width: 410px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #191c24;
}

.films {
  display: flex;
  flex-wrap: wrap;
}
