* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: Avenir;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  background-image: url("../images/FOND2.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  display: flex;
}
.v2_14 {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.img {
  width: 134px;
  height: 128px;
  background: url("../images/v1_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 47px;
  left: 84px;
  overflow: hidden;
}
.text {
  width: 65%;
  color: rgba(255,255,255,1);
  padding-left: 84px;
  text-align: justify;
  padding-top: 250px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Avenir;
  font-size: 23px;
  opacity: 1;
}

p {
  margin-top: -10px;
}

p span {
  font-weight: 800;
}

.v1_7 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 84px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;

}

.box {
  display: block;
  float: left;
  position: relative;
  width: 400px;
}

.v1_8 {
  width: 136px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 98px;
  left: 116px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 32px;
  opacity: 1;
  text-align: left;
}


.v1_10 {
  width: 136px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 98px;
  left: 116px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 32px;
  opacity: 1;
  text-align: left;
}

.v1_4 .v1_5 .v1_6 {
  width: 366px;
  height: 237px;
  background: rgba(217,217,217,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}
.v1_12 {
  width: 212px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 98px;
  left: 117px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 32px;
  opacity: 1;
  text-align: left;
}
h1 {
  width: 100%;
  color: rgba(255,255,255,1);
  position: relative;
  top: -25px;
  left: 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Avenir;
  font-weight: 800;
  font-size: 32px;
  opacity: 1;
  text-align: left;
}

/*rangement en colonne à partir de 768px de largeur*/

@media only screen and (max-width:1600px) {
  .text {
    width: 80%;
      font-size: 20px;
  }
}

@media only screen and (max-width:1020px) {
  .text {
    width: 90%;
    font-size: 18px;
  }
}

@media only screen and (max-width:700px) {
  
  .img {
    left: 140px;
  }
  
  .text {
    width: 80%;
    font-size: 18px;
    align-items: center;
  }

  .v1_7 {
    width: 80%;
  }


   h1 {
    width: 80%;
    font-size: 24px;
   }

   
  .box {
    display: flex;
    justify-content: center;
    height: 280px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}