@font-face {
  font-family: "Inter";
  src: url("font/inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("font/inter_18pt-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0 auto;
  background-color: #f8fafc;
  line-height: 1.6;
  max-width: 1024px;
  font-family: "inter", sans-serif;
  color: #64748b;
}

.titre {
  text-align: center;
  color: #0f172a;
}

/* HEADER */

header {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center;
  padding: 37px;
  color: #f97316;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 5px 20px rgba(15, 23, 42, 1);
}

header h1 {
  text-shadow: 0 4px 16px rgba(251, 146, 60, 0.5);
  font-family: "Sora", sans-serif;
  letter-spacing: 1px;
}

/* NAV */

nav {
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(6, 182, 212, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(20, 184, 166, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  padding: 15px;
  position: fixed;
  width: 140px;
  height: 330px;
  box-shadow: 0 5px 20px rgba(15, 23, 42, 1);
  border-radius: 0 30px 30px 0;
}

nav ul {
  list-style: none;
  padding-left: 5px;
}

nav ul li {
  padding: 5px;
}

nav ul li img {
  height: 50px;
  margin-left: 35px;
}

nav li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

nav li a:hover {
  color: #fb923c;
}

/* FOOTER */

footer {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  text-align: center;
  color: #f97316;
  padding: 25px;
  padding-right: 20px;
  font-size: 18px;
  bottom: 0;
  width: 101%;
}

.footer-index {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  text-align: center;
  color: #f97316;
  padding: 25px;
  font-size: 18px;
  margin-top: 500px;
  width: 100%;
}

footer img {
  height: 50px;
  position: relative;
  top: 15px;
}

.footer-index img {
  height: 50px;
  position: relative;
  top: 15px;
}

/* CONTAINER */

.container {
  padding: 40px 200px;
}

.container-subtitle {
  margin: 0 auto;
  height: 5px;
  width: 70px;
  background-color: #06b6d4;
  margin-bottom: 40px;
}

.container p {
  font-size: 16px;
  font-weight: 600;
}

/* INDEX */

.box1,
.box2,
.box3,
.box4 {
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(6, 182, 212, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(20, 184, 166, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  height: 300px;
  width: 300px;
  border-radius: 20%;
  color: white;
  text-align: center;
  position: absolute;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 1);
  transition: all 0.3s;
}

.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
  box-shadow: 0px 30px 40px rgba(15, 23, 42, 1);
  transform: translateY(-10px);
}

.box2 {
  left: 1100px;
}

.box3 {
  bottom: 60px;
}

.box3 img {
  height: 80px;
}

.box4 {
  left: 1100px;
  bottom: 60px;
}

.box1 h1,
.box2 h1,
.box3 h1,
.box4 h1 {
  padding-top: 40px;
}

.boxs {
  margin-bottom: 200px;
}

.box2 img {
  height: 115px;
  border-radius: 50%;
  position: relative;
  bottom: 20px;
  border: 2px solid #06b6d4;
}

.box3 img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  position: relative;
  bottom: 18px;
}

.box4 {
  position: absolute;
}

.box4 img {
  height: 115px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  bottom: 20px;
  border: 2px solid #06b6d4;
}

/* RAPPORT */

.rapport-intro {
  background-color: #ffffff;
  font-size: large;
  line-height: 1.8;
  font-weight: 250;
  padding: 45px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  font-size: large;
  border-radius: 20px;
  border-left: 3px solid #06b6d4;
  border-right: 3px solid #06b6d4;
  margin-bottom: 85px;
}

.rapport-intro strong {
  color: #0f172a;
}

.rapport-intro img {
  position: relative;
  left: 125px;
  top: 10px;
}

.entreprise-id {
  padding-bottom: 50px;
}

.entreprise-box {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  border-radius: 20px;
  border-left: 3px solid #06b6d4;
  border-right: 3px solid #06b6d4;
  text-align: center;
  height: 185px;
  width: 200px;
  padding: 8px;
  position: absolute;
  transition: all 0.3s;
}

.entreprise-box-b {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  border-radius: 20px;
  border-left: 3px solid #06b6d4;
  border-right: 3px solid #06b6d4;
  text-align: center;
  height: 185px;
  width: 200px;
  padding: 8px;
  position: relative;
  left: 400px;
  transition: all 0.3s;
}

.entreprise-id h2 {
  color: #1e3a5f;
}

.entreprise-box:hover,
.entreprise-box-b:hover {
  border: 3px solid #f97316;
  transform: translateY(-25px);
  box-shadow: 1px 12px 20px 7px rgba(15, 23, 42, 0.8);
}

/* BLUE CARD */

.blue-card {
  margin-top: 45px;
  background-color: beige;
  font-size: large;
  line-height: 1.8;
  padding: 40px;
  font-weight: 450;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(6, 182, 212, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(20, 184, 166, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  border-radius: 20px;
  color: white;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 1);
}

.blue-card h2 {
  text-align: center;
  color: #f97316;
  text-shadow: 0 4px 16px rgba(251, 146, 60, 0.5);
  font-family: "Sora", sans-serif;
}

.blue-card h3 {
  text-align: center;
  color: #06b6d4;
}

.blue-card img {
  position: relative;
  left: 235px;
}

.blue-card strong {
  color: #06b6d4;
}

/* INTERVIEW */

.card-maxime {
  background-color: #ffffff;
  font-size: large;
  line-height: 1.8;
  font-weight: 550;
  padding: 45px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  font-size: large;
  border-radius: 20px;
  border-left: 3px solid #06b6d4;
  border-right: 3px solid #06b6d4;
}

.card-maxime h2 {
  text-align: center;
  color: #1e3a5f;
}
.card-maxime h3 {
  text-align: center;
  color: #06b6d4;
  font-weight: 600;
}

.card-maxime p {
  font-weight: 550;
  font-size: large;
  color: #1e3a5f;
}

.card-maxime img {
  height: 200px;
  border-radius: 50%;
  position: relative;
  left: 150px;
  border: 3px solid #06b6d4;
}

.qa {
  margin-top: 40px;
  font-size: large;
  line-height: 1.5;
}

.qa-a {
  height: 350px;
  width: 300px;
  padding-bottom: 55px;
  position: absolute;
}

.qa-b {
  height: 350px;
  width: 300px;
  padding-bottom: 55px;
  position: relative;
  left: 350px;
}

.qa-final {
  height: 350px;
  width: 400px;
  font-size: large;
  line-height: 1.5;
  position: relative;
  top: 150px;
  left: 110px;
  margin-top: 20px;
}

.question {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #334155 100%);
  border-radius: 20px 20px 0 0;
  padding: 10px;
  color: white;
  font-weight: 550;
}

.answer {
  background: white;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  padding: 10px;
  font-weight: 550;
  border-left: 1px solid #fb923c;
}

.number {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(251, 146, 60, 0.4);
  display: inline-block;
  text-align: center;
  height: 8px;
  width: 8px;
  line-height: 8px;
  padding: 15px;
  margin-right: 5px;
  font-weight: 550;
}

/* CONCLUSION */

.conclusion {
  background-color: #ffffff;
  font-size: large;
  line-height: 1.8;
  font-weight: 250;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.8);
  font-weight: 540;
  border-radius: 20px;
  border-top: 3px solid #06b6d4;
  border-bottom: 3px solid #06b6d4;
  color: #64748b;
}

.conclusion h2,
.conclusion h3 {
  text-align: center;
  color: #1e3a5f;
}

.conclusion p strong {
  color: #1e3a5f;
  font-weight: 650;
}
