@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat", sans-serif;

}

body {
  background: linear-gradient(to bottom, #F7F7F7, #F7F7F7 40%);
  min-height: 100vh;
  color: #fff;
  padding: 50px 0;

}

.container {
  max-width: 80%;
  padding: 20px;
  margin: auto;

}

h1 {
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  color: #0A1C70;

}

h2 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #0A1C70;

}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #0A1C70;

}

.image-hotspot {
  max-width: 3412px;
  margin: 50px auto 0 auto;
  position: relative;

}

.image-hotspot img {
  max-width: 100%;
  box-shadow: 0 0 14px 0 rgb(0, 0, 0, 75%);
  border-radius: 30px;

}

.icon {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 3px solid #FFFFFF;
  background: #f7f7f780;
  cursor: pointer;
  position: absolute;
  z-index: 1;

}

.icon:after{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) scale(1,1);
  pointer-events: none;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid #0A1C70;
  transition: border-color 1s linear;
  animation: icon-pulse 4s linear infinite;
  

}

@keyframes icon-pulse {
  0%{
    transform: translate(-50%, -50%) scale(1,1);
    opacity: 0;
  }

  20%{
    transform: translate(-50%, -50%) scale(1.5,1.5);
    opacity: 0.9;
  }

  50%{
    transform: translate(-50%, -50%) scale(2,2);
    opacity: 0;
  }

  100%{
    transform: translate(-50%, -50%) scale(2,2);
    opacity: 0;
  }
}

.item {
  position: absolute;
  transform: translate(-50%, -50%);
}

.tooltip {
  position: absolute;
  width: 15em;
  height: auto;
  min-height: 7em;
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  line-height: 1.5em;
  z-index: -1;
  pointer-events: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.1s linear;
  padding: 1em;
  z-index: 10;
  
}

.item:hover .tooltip {
  opacity: 1;

}

.tooltip  h3{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0A1C70;


}

.tooltip p {
  font-size: 16px;
  font-weight: 600;
  color: #0A1C70;
  
}

.A .tooltip {
  left: calc(50% - 6.75em);
  bottom: 13px;

}

.A .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  bottom: -13px;
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  left: calc(50% - 13px);
  z-index: 10;
  
}

.B .tooltip {
  left: calc(50% - 6.75em);
  bottom: 13px;

}

.B .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  bottom: -13px;
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  left: calc(50% - 13px);
  
}

.C .tooltip {
  right: calc(50% - 8.25em);
  top: 38px;

}

.C .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  top: -13px;
  border-bottom: 13px solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  right: calc(50% - 13px);
  
}

.D .tooltip {
  left: calc(50% - 6.75em);
  bottom: 13px;

}

.D .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  bottom: -13px;
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  left: calc(50% - 13px);
  
}

.E .tooltip {
  bottom: calc(50% - 4.5em);
  right: 13px;

}

.E .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  right: -13px;
  border-left: 13px solid;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  bottom: calc(50% - 13px);
  
}

.F .tooltip {
  left: calc(50% - 6.75em);
  bottom: 13px;

}

.F .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  bottom: -13px;
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  left: calc(50% - 13px);
  
}

.G .tooltip {
  right: calc(50% - 8.25em);
  top: 38px;

}

.G .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  top: -13px;
  border-bottom: 13px solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  right: calc(50% - 13px);
  
}

.H .tooltip {
  right: calc(50% - 8.25em);
  top: 38px;

}

.H .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  top: -13px;
  border-bottom: 13px solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  right: calc(50% - 13px);
  
}

.I .tooltip {
  top: calc(50% - 5em);
  left: 38px;

}

.I .tooltip:after{
  color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  position: absolute;
  content: "";
  left: -13px;
  border-right: 13px solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  top: calc(50% - 13px);
  
}



@media only screen and (max-width:800px){
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width:650px){
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
  }
}



/* -------- LISTING DES FEATURES -------- */


.feature{
  margin-top: 5%;
  border-radius: 10px;
  padding: 10px;
  background: #F7F7F7;
  height: 20%;
  display: flex;
  flex-direction: row;
  max-height: 20%;
}

.image{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature img{
  width: 80%;

  
  
}

.texte{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: baseline;
  margin-top: 5px;
}


.feature h3{
  color: #0A1C70;
  font-size: 3em;
  font-weight: bold;
}

.feature p{
  color: #0A1C70;
  font-size: 2em;
  width: 100%;
  margin-top: 1%;
  
}

.feature li{
  margin-left: 5%;
  color: #0A1C70;
  font-size: 2em;
  width: 100%;
  margin-top: 1%;
  
}

@media only screen and (max-width:1000px){
  .feature h3 {
    font-size: 2.25em;
  }
  .feature p {
    font-size: 1.25em;
  }
  .feature li {
    font-size: 1.25em;
  }
}

@media only screen and (max-width:750px){
  .feature h3 {
    font-size: 1.75em;
  }
  .feature p {
    font-size: 1em;
  }
  .feature li {
    font-size: 1em;
  }
}

@media only screen and (max-width:500px){
  .feature h3 {
    font-size: 1.5em;
  }
  .feature p {
    font-size: 0.8em;
  }
  .feature li {
    font-size: 0.8em;
  }
}