* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
}

html {
  scroll-behavior: smooth;
}

a {
  display: contents;
}

.bloc-width {
  width: 70%;
}
.mobile-menu {
  width: 0;
}

.mobile-links {
  display: none;
}

#close {
  display: none;
  font-size: 15px;
  line-height: 10px;
}

.banner {
  width: 100%;
  background-color: #9db2e8;
  height: 80vh;
  background-image: url("../assets/images/banner/banner-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-rows: 100px auto 70px;
  grid-template-areas: "." "content";
}

.banner-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-self: center;
  align-self: center;
}

.banner-content .title {
  color: #fff;
  font-family: "DIN-Condensed";
  font-size: 55px;
  font-weight: lighter;
}

.banner-content p {
  width: 35%;
  color: #fff;
  text-align: left;
  line-height: 44px;
  font-size: 20px;
}

.banner-content .title span {
  font-family: "DIN-Condensed";
  font-size: inherit;
  color: #0fc3ed;
}

.navbar {
  width: 100%;
  display: grid;
  place-items: center;
  height: fit-content;
  height: -moz-fit-content;
  position: fixed;
  z-index: 3;
  background-color: none;
  transition: all 0.5s;
}

.navbar-scroll {
  background-color: #fff;
  color: #585858;
  transition: all 1s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.navbar-scroll .menu ul li a {
  color: #585858 !important;
}

.navbar-scroll .menu ul li button a {
  color: #0fc3ed !important;
}

.link-in-text {
  color: #0231a8;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 20px 0;
  justify-self: center;
}
.nav-content .mobile {
  display: none;
}

.navbar .logo {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: fit-content;
  width: -moz-fit-content;
}

.logo a img {
  width: 200px;
  align-self: start;
  margin-left: -10px;
}

#colored-logo {
  display: none;
}

.navbar .menu {
  width: fit-content;
  width: -moz-fit-content;
  justify-self: end;
}

.navbar .menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
}

.navbar .menu ul li {
  list-style-type: none;
}

.navbar .menu ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gill-Sans-Nova";
  font-size: 15px;
}

.empty-button {
  all: unset;
  width: fit-content;
  width: -moz-fit-content;
  color: #0fc3ed;
  border: 1px solid #0fc3ed;
  text-transform: uppercase;
  font-family: "Gill-Sans-Nova";
  padding: 5px 55px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}

.empty-button > a {
  color: #0fc3ed !important;
  font-weight: 400;
}

.white {
  border-color: #fff;
  color: #fff;
}

.vision {
  display: block;
  margin: auto;
  margin-top: -70px;
}

.vision .about {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(24%, auto) 1px minmax(24%, auto) 1px minmax(24%, auto)
    1px minmax(24%, auto);
  align-items: center;
  height: 140px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-family: "DIN-Condensed";
}

.h-line {
  display: none;
}

.vision .about div {
  justify-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vision .about div:hover {
  background-color: #efefef;
  cursor: pointer;
}

.vision .about div a {
  text-decoration: none;
  display: block;
}

.vision .about div .title {
  color: #b7b7b7;
  font-weight: lighter;
  font-size: 30px;
}

.vision .about div .text-colored {
  font-size: 25px;
  text-transform: uppercase;
}

.blue {
  color: #0231a8;
}

.light-blue {
  color: #0fc3ed;
}

.purple {
  color: #a60fed;
}

.light-green {
  color: #7ee318;
}

.vision .vision-content {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-areas: "description" "illustration";
  gap: 10%;
  padding: 50px 0;
}

.vision .description {
  grid-area: description;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row-start: 1;
  gap: 25px;
}

.bloc-title {
  display: flex;
  flex-direction: column;
  font-family: "DIN-Condensed";
  font-size: 32px;
  line-height: 48px;
  width: fit-content;
  width: -moz-fit-content;
}

.half-underline {
  width: 40px;
  border-bottom: 6px solid #0fc3ed;
}

.vision .description .title {
  font-size: 40px;
}

.vision .description .signature {
  font-family: "White Dream";
  font-size: 50px;
  color: #0231a8;
  text-align: right;
}

.default-text {
  font-family: "Gill-Sans-Nova";
  font-size: 16px;
  color: #585858;
  text-align: justify;
}

.vision .illustration {
  position: relative;
}

.vision .illustration .pictures {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.vision .illustration .pictures .picture-container {
  width: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 0.5;
}

.picture-container:first-child {
  background-image: url("../assets/images/illustration1.png");
}

.picture-container:nth-child(2) {
  background-image: url("../assets/images/illustration2.png");
}

.picture-container:nth-child(3) {
  background-image: url("../assets/images/illustration3.png");
}

.vision .illustration .bold-text {
  position: absolute;
  top: 35%;
  right: 5%;
  text-align: right;
}

.vision .illustration .bold-text span {
  font-family: "Poppins";
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 80px;
  background-color: #0231a8;
  padding: 5px;
}

.news {
  background-color: #f2f6ff;
}

.news .content {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 50px 0;
  gap: 25px;
}

.news-bloc {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 45%;
  grid-template-areas: "headline" "others";
  gap: 5%;
}

.news-bloc .headline {
  display: flex;
  flex-direction: column;
}

.rectangle-title {
  font-family: "DIN-Condensed";
  color: #fff;
  background-color: #0fc3ed;
  text-transform: uppercase;
  font-size: 30px;
  width: fit-content;
  width: -moz-fit-content;
  padding: 5px;
  font-weight: bold;
}

.news-bloc .headline .thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 450px;
  background-image: linear-gradient(to top, rgb(0 0 0 / 80%), rgba(255, 255, 255, 0.2)), url("../assets/images/news/IMG-11992-2023-09-05 11-07-53.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 20px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.white-title {
  font-family: "DIN-Condensed";
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
}

.date {
  display: flex;
  flex-direction: row;
  height: fit-content;
  height: -moz-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  color: #fff;
  font-family: "Gill-Sans-Nova";
  font-size: 16px;
  gap: 10px;
}

.date img {
  width: 15px;
}

.news-bloc .others {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-bloc .others .bloc {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
}

.news-bloc .others .bloc .image {
  width: 100%;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-bloc .others .bloc .about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-bloc .others .bloc .about .title{
  font-family: "DIN-Condensed";
  color: #0231a8;
  line-height: 35px;
  font-size: 29px;
}

.news-bloc .others .bloc .about .date {
  color: #a6a5a5;
}

.mobile-text {
  display: none;
}

.blue-button {
  all: unset;
  text-align: center;
  width: fit-content;
  color: #fff;
  background-color: #0fc3ed;
  padding: 15px 45px;
  align-self: center;
  font-size: 16px;
  font-family: "Gill-Sans-Nova";
  text-transform: uppercase;
  cursor: pointer;
}

footer {
  background-color: #04216a;
  height: 190px;
  display: grid;
  place-items: center;
}

footer .content {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}

.footer-content {
  display: grid;
  place-items: center;
}

.footer-content:first-child {
  justify-self: flex-start;
}

.footer-content:nth-child(2) {
  gap: 25px;
}

.footer-content:nth-child(2) h4 {
  text-transform: uppercase;
  font-family: "DIN-Condensed";
  font-size: 25px;
  font-weight: 400;
  color: #9db2e8;
}

.footer-content:nth-child(2) p {
  font-family: "Gill-Sans-Nova";
  color: #fff;
  font-size: 18px;
}

.social {
  display: flex;
  gap: 25px;
}

.social a {
  display: flex;
}

.social a img {
  width: 25px;
  height: 25px;
}

.footer-content:first-child img {
  width: 250px;
}

.footer-content:nth-child(3) {
  justify-self: flex-end;
  text-align: right;
}
.footer-content:nth-child(3) p:first-child {
  color: #fff;
  font-family: "DIN-Condensed";
  font-size: 20px;
  gap: 0;
}

.footer-content:nth-child(3) p {
  font-family: "Gill-Sans-Nova";
  font-size: 16px;
  color: #9db2e8;
  line-height: 1.5em;
}

.address {
  display: block;
  padding-top: 20px;
}

.default-bloc {
  padding-top: 25px;
  padding-bottom: 25px;
}

.simple-list ul li {
  gap: 0;
}

.simple-list {
  padding-left: 50px;
}

.bloc-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
label {
  line-height: 25px !important;
}

.newsContent {
  width: 70%;
  margin: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.fullBloc {
  margin-top: 3em;
  display: grid;
  grid-template-areas: "img about";
}

.img {
  grid-area: img;
  width: 100%;
  max-height: 26em;
  text-align: center;
  box-shadow: 2px 2px 2px 0px #d8d5d5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.img img{
  width: 20em;
  margin: auto;
}

.newsAbout {
  grid-area: about;
  width: 95%;
  margin-left: 5%;
}

.newsTitle {
  font-family: "DIN-Condensed";
  color: #0231a8;
  font-size: 29px;
  margin-bottom: 0.5em ;
}

.newsDate {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.newsDate p {
  font-family: "Gill-Sans-Nova";
  font-size: 16px;
  color: #a6a5a5;
}
