#wrap {
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 99;
  position: relative;
  background: grey;
}
.navbar {
  height: 50px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.navbar li {
  height: auto;
  width: 135.8px;
  float: left;
  text-align: center;
  list-style: none;
  font: normal bold 13px/1em Arial, Verdana, Helvetica;
  padding: 0;
  margin: 0;
  background: grey;
}
.navbar a {
  padding: 18px 0;
  border-left: 1px solid #ccc9c9;
  border-right: 1px solid #ccc9c9;;
  text-decoration: none;
  color: white;
  display: block;
 
}
.navbar li:hover,
a:hover {
  background: grey;
}
.navbar li ul {
  display: none;
  height: auto;
  margin: 0;
  padding: 0;

}
.navbar li:hover ul {
  display: block;
}
.navbar li ul li {
  background: grey;
}
.navbar li ul li a {
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  border-top: 1px solid #c9d4d8;
  border-bottom: 1px solid #444444;
}
.navbar li ul li a:hover {
  background-color: #a3a1a1;
}
body{
    margin: 0%;
}
header img{
  margin-top: 1%;
  margin-bottom: 1%;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
header img{
  margin-left: 32.5%;
}
.body1{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.footer {
  position: relative;
  background: #3586FF;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 1000px 100px;
  background-color: rgba(255, 255, 255, 0);
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

.container {
  display: grid; 
  grid-template-columns: 40% 60%; 
  gap: 0px 0px; 
  grid-template-areas: 
    "marseille info1"
    "marseille info2"
    "marseille info3"; 
}
.marseille { grid-area: marseille; }
.info1 { grid-area: info1; }
.info2 { grid-area: info2; }
.info3 { grid-area: info3; }
.main1{
  background-image: url("../image/main.jpg");
  background-color: #000000;
  margin: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5%;

}
.main{
  margin: 2%;
}
.marseille{
  text-align: justify;
  font-size: 18px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgb(0,0,0,.2);
  height: 1300px;
  padding-top: 7%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  
  
}
.info1{
  text-align: justify;
  font-size: 15px;
  
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgb(0,0,0,.2);
  height: 500px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 7%;
}
.info2{
  text-align: justify;
  font-size: 15px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgb(0,0,0,.2);
  height: 550px;
  padding-left: 2%;
  padding-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
.info3{
  text-align: justify;
  font-size: 15px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgb(0,0,0,.2);
  height: 550px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
}
.metro_img{
  width: 270px;
  height: 270px;
  background: url(metro.png);
  background-size: 100% 100%;
  border-radius: 50%;
  float: right;
  shape-outside: circle();
  margin: 20px;
  margin-top: 10px;
  
}
.metavers_img{
  width: 270px;
  height: 270px;
  background: url(metro.png);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: circle();
  margin: 20px;
  margin-top: 10px;
  
}
.OM_img{
  width: 270px;
  height: 270px;
  background: url(metro.png);
  background-size: 100% 100%;
  border-radius: 50%;
  float: right;
  shape-outside: circle();
  margin: 20px;
  margin-top: 10px;
  
}
.metro_titre{
  text-align: center;
  margin-bottom: 5%;
  margin-top: -2%;
  text-decoration: overline underline;
  color: red;
}
.metavers_titre{
  text-align: center;
  margin-bottom: 5%;
  margin-top: -2%;
  text-decoration: overline underline;
  color: red;
  margin-top: 2%;
}
.OM_titre{
  text-align: center;
  margin-bottom: 5%;
  margin-top: -2%;
  text-decoration: overline underline;
  color: red;
  margin-top: 2%;
}
.marseille_img{
  margin-left: 1%;
}