@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,300&display=swap");

@font-face {
  font-family: ALBRA;
  src: url(./ALBRA.ttf);
}

body {
  margin: 0px;
}

a { 
  text-decoration: none;
}

.background_ban {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  z-index: -2;
}

.plane {
  height: 400px;
  margin-top: 170px;
}

.hat {
  height: 500px;
}


.content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.content_text {
  width: 50%;
  text-align: center;
  margin: 50px 0px;
}

.logo {
  width: 236px;
  height: 82px;
  margin: 10px 0px 70px 0px;
}

.content h1 {
  color: #00437b;
  font-family: ALBRA;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.5%; 
  margin: 50px 0px 10px 0px;
}


.content p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 121.5%;
  /* width: 705px; */
  margin: 0px 0px 0px 50px;
}





.buttontop button {
  width: 247px;
  height: 50px;
  background: #b6b6b6;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 130px 0px;


  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.5%; 
  letter-spacing: 2.8px;
  cursor: pointer;
  border: none;
}



.social {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


/* * modale * */
.modal-overlay {
  display: none;
  z-index: 2;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1251px;
  height: 365px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popupmsg {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.5%;
  margin: 25px;
}

form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}

input {
  width: 865px;
  height: 74px;
  flex-shrink: 0;
  border-radius: 52px;
  border: 1px solid #330a8a;
  color: #131212;
  text-align: left;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.5%;
  padding: 0 0 0 30px;
}

input::placeholder {
  color: #dedede;
}

form button {
  width: 247px;
  height: 66px;
  background: #b6b6b6;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.5%;
  letter-spacing: 2.8px;
  cursor: pointer;
  border: none;
} 
