

#mesure-one{
  position: relative;
  height:90vh;
  width: 100vw;
  background-color: black;
}
#intro-image{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left: 0;
  z-index: 1;
}
#image-cover{
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    top:0;
    z-index: 2;
    background-color: black;
    opacity: 0.75;
}
#text-superposition-cover{    
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  padding-right: 40vw;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: #fff7ed;
  justify-content: center;
}
#mesure-two{
  padding: 150px 0;
}
#mesure-three{
  
  background-color: #062139;
  padding: 150px 0;
  color:#fff7ed;
}
#mesure-title{
  margin-bottom: 100px;
}
#mesure-content{
  padding: 0 10vw;
}
.mesure-content-row{
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.mesure-content-text{
  width: 35vw;
}
.mesure-content-text > span{
  margin-bottom: 1rem;
  font-size: large;
  font-weight: bold;
}
.mesure-content-text > p{
  margin:0;
}
@media only screen and (max-width: 640px){

    .section{
        padding: 0 5vw;
    }
    #text-superposition-cover{
        padding: 0 5vw;
        text-align: center;
    }
    #text-superposition-cover > h1{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    #text-superposition-cover > p{
        font-size: 0.9rem;
    }

    .mesure-content-row{
      flex-direction: column;
      margin-bottom: 0px;

    }   
    .mesure-content-text{
      width: unset;
      margin-bottom:100px;
    }
}