@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  scroll-behavior: smooth;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  text-decoration: none;
}

body {
  background-color: #2c2363;
}

header nav {
  background-color: #ffffff;
  border-bottom: 4px solid #696295;
}

header nav ul {
  width: 100%;
  max-width: 1224px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

main {
  width: 100%;
  max-width: 1224px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

header nav img {
  width: 120px;
}

header nav ul li a {
  display: flex;
  padding: 34px;
  color: #2c2363;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
}

header nav ul li a:hover {
  display: flex;
  padding: 34px;
  border-radius: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff9600;
}

header nav ul li a span {
  background-color: #ff9600;
  padding: 10px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
}

header nav ul li a span:hover,
header nav ul li a:hover span {
  background-color: #2c2363;
  padding: 10px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
}

header nav ul li svg {
  fill: #2c2363;
  width: 24px;
  display: flex;
  margin-right: 12px;
}

header nav ul li a span svg {
  fill: #ffffff;
  width: 24px;
  display: flex;
  margin-right: 12px;
}

.introduction {
  margin-top: 42px;
  margin-bottom: 42px;
}

.introduction h1 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 8px;
}

.introduction h1 span {
  color: #ff9600;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 8px;
}

.introduction h2 {
  color: #ffffff;
  margin-top: 12px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}

.presentation {
  display: flex;
  justify-content: space-between;
}

.presentation article {
  width: 48%;
}
.presentation .school {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 32px;
}

.presentation .school h1 {
  font-size: 32px;
  color: #ff9600;
  font-weight: 800;
  margin-bottom: 24px;
}

.presentation .school p,
.presentation .infos p {
  line-height: 1.8;
  text-align: justify;
  font-weight: 500;
}

.presentation .school p b,
.presentation .infos p b {
  font-weight: 700;
}

.presentation .school p span {
  color: #2c2363;
  font-weight: 800;
  text-transform: uppercase;
}

.presentation .infos {
  padding: 32px;
  background-color: #ff9600;
  border-radius: 32px;
}

.presentation .infos h1 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 24px;
}

.presentation .infos p {
  color: #2c2363;
}

.presentation article:hover {
  opacity: 0.8;
}

.nous-choisir svg {
  width: 12px;
}

a.modules {
  background-color: #ff9600;
  padding: 18px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 600;
  width: 280px;
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.modules svg {
  fill: #ffffff;
  width: 20px;
  margin-left: 8px;
}

a.modules:hover {
  background-color: #ffffff;
  color: #ff9600;
  fill: #ff9600;
}

a.modules:hover svg {
  fill: #ff9600;
}

footer {
  background-color: #150f3a;
  border-top: 4px solid #696295;
  margin-top: 42px;
}

footer nav {
  width: 100%;
  max-width: 1224px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

footer h4 {
  color: #ff9600;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 12px;
}

footer ul {
  margin-left: 24px;
  margin-right: 24px;
}

footer ul a {
  color: #ffffff;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

footer ul a svg {
  fill: #ff9600;
  width: 12px;
  margin-right: 12px;
}

footer ul a:hover {
  color: #ff9600;
}
