html {
  overflow-x: hidden;
}

.carousel-inner img {
  margin: auto;
  height: 720px;
  object-fit: cover;
}

.article-text p,
h1,
h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h1 {
  color: ghostwhite;
  background-image: url("../img/icon/rectangle2.svg");
  background-repeat: no-repeat;
  background-position: -4%;
}

h2 {
  color: #ffa045;
}

.space {
  height: 200px;
  background-image: url("../img/webp/plaine2.webp");
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-1 {
  background-color: #425fa2;
}

.info {
  color: #fee600;
  font-size: 20px;
}

.logo:hover {
  filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
}

.logo {
  transition: 0.5s;
}

.mainTitle {
  background-image: url(../img/icon/rectangle2.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2% !important;
}

.cdBg {
  background-position: -25%;
}

.oeaBg {
  background-position: -35%;
}

.spaceBlue {
  background-color: #425fa2;
  height: 90px;
}
