:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

body{ 
  width: 100%;
  background: URL(./assets/images/NaturalResources_FocusAreaimage.jpg) no-repeat center;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}

.sombre{
  background: #ffffff87;
  width: 100%;
  height: 100vh; 
}

.sombre-scale{ 
  transform: scale(0.9);
  transform-origin: center center;
}

.main-container {
  position: relative;
  width: 1440px;
  height: 100vh;
  margin: 0 auto; 
  overflow: hidden;
}
.blason {
  position: absolute;
  width: 232px;
  height: 267px;
  top: 67px;
  left: 604px;
  background: url(./images/blasonmj.png)
    no-repeat center;
  background-size: contain;
  z-index: 1;
}
.rond {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 299px;
  left: 520px;
  background: url(./assets/images/09535103805b0b5f545da273c80c71115ad13694.png)
    no-repeat center;
  background-size: cover;
}
 

.anadeb { 
  position: relative;
  width: 250px;
  height: 400px;
  margin: 70px 0 0 76px;
  background: url(./assets/images/fc8fd5c32b95d7da0196bb34d8a9af70726738f9.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}

.gauche {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 280px;
  color:#000000;
  left: 149px;  
  z-index: 3;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-family: cursive;
}


.droite-div {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 280px;
  color:#000000;
  left: 870px; 
  z-index: 4;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-family: cursive;
}

.gauche-1 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 334px;
  left: 149px;
  background: url(./assets/images/7de6f6fa88740b5653ba2be2b3bcd9b3d8895648.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
}



.gauche-2 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 434px;
  left: 100px;
  background: url(./assets/images/7de6f6fa88740b5653ba2be2b3bcd9b3d8895648.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
}

.gauche-3 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 534px;
  left: 50px;
  background: url(./assets/images/7de6f6fa88740b5653ba2be2b3bcd9b3d8895648.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
}

.gauche-4 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 634px;
  left: 0px;
  background: url(./assets/images/autregauche.png)
    no-repeat center;
  background-size: cover;
  z-index: 3;
}

.rectangle-button img{
  width: auto;
  height: -webkit-fill-available;
}
.rectangle-button {
  position: absolute;
  width: 110px;
  height: 64px;
  top: 11px;
  left: 260px;
  cursor: pointer;
  background: transparent;
  background: no-repeat center;
  background-size: contain;
  border: none;
  z-index: 0;
}


 

.projet-span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 31px;
  top: 0px;
  padding-right: 120px;
  left: 30px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  z-index: 5;
  position-area: center;
}




.droite-div-1 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 334px;
  left: 870px;
  background: url(./assets/images/0984b3f54701d2790f215f59e5ace000851c14a4.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}



.droite-div-2 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 434px;
  left: 927px;
  background: url(./assets/images/0984b3f54701d2790f215f59e5ace000851c14a4.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}



.droite-div-3 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 534px;
  left: 977px;
  background: url(./assets/images/0984b3f54701d2790f215f59e5ace000851c14a4.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.shake-left:hover {
  animation: shakeLeft 0.5s ease forwards;
  cursor: pointer;
}

/* Définition des étapes de l'animation shake */
@keyframes shakeLeft {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px); /* Déplace à gauche */
  }
  50% {
    transform: translateX(10px); /* Déplace à droite */
  }
  75% {
    transform: translateX(-10px); /* Déplace à gauche */
  }
  100% {
    transform: translateX(0); /* Reviens à la position initiale */
  }
}

.droite-div-4 {
  position: absolute;
  width: 420px;
  height: 89px;
  top: 634px;
  left: 1027px;
  background: url(./assets/images/autredroite.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.rectangle-button-1 {
  position: absolute;
  width: 77px;
  height: 64px;
  top: 13px;
  left: 47px;
  cursor: pointer;
  background: transparent;
  background: no-repeat center;
  background-size: contain;
  border: none;
  z-index: 8;
}

.projet-span-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 31px;
  top: 0px;
  padding-right: 50px;
  left: 80px;
  color: #000000;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  z-index: 8;
  position-area: center;
  
}



/* Définir la div avec une position absolue ou relative, selon les besoins */
.slide-depuit-left {
  position: relative; /* ou absolute, selon le besoin */
  left: -100%; /* Initialement, l'élément est à gauche de l'écran */  
  transition: transform 1s ease-out; /* Pour une transition fluide */ 
}

.slide-1{
  animation: slideInFromLeft 1s ease-out forwards;
}
.slide-2{
  animation: slideInFromLeft 1.2s ease-out forwards;
}
.slide-3{
  animation: slideInFromLeft 1.4s ease-out forwards;
}
.slide-4{
  animation: slideInFromLeft 1.6s ease-out forwards;
}

/* Définir l'animation */
@keyframes slideInFromLeft {
  0% {
    left: -100%; /* Commence à gauche, hors écran */
  }
  100% {
    left: 0; /* Se déplace vers sa position initiale */
  }
}



/* Définir la div avec une position absolue ou relative, selon les besoins */
.slide-depuit-right {
  position: relative; /* ou absolute, selon le besoin */
  right: -100%; /* Initialement, l'élément est à gauche de l'écran */  
  transition: transform 1s ease-out; /* Pour une transition fluide */ 
}

.slider-1{
  animation: slideInFromRight 1s ease-out forwards;
}
.slider-2{
  animation: slideInFromRight 1.2s ease-out forwards;
}
.slider-3{
  animation: slideInFromRight 1.4s ease-out forwards;
}
.slider-4{
  animation: slideInFromRight 1.6s ease-out forwards;
}


/* Définir l'animation */
@keyframes slideInFromRight {
  0% {
    right: -100%; /* Commence à gauche, hors écran */
  }
  100% {
    right: 0; /* Se déplace vers sa position initiale */
  }
}





@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
 
.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

.input-box .close-icon { 
  color: #ff0000; 
}


.input-box {
  position: absolute;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 10px 10px;
  background-color: #ffffff63;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  opacity: 0.4;
}


.input-box:hover { 
  opacity: 1;
}