.iconhero{
  margin-right: 8px;
}
.icontexthero{
  margin-top: 2px;
}
.buttonhero{
  background-color: #3FD6FF;
  box-shadow: 0px 0px 3px #3FD6FF;
  border: none;
  color: white;
  border-radius: 30px;
  width: 40%;
  height: 47px;
  padding-bottom: 0;
  padding-right: 0%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
#herotext{
  color: var(--font-color);
}
video[poster]{
  object-fit: cover;
  }
.teaser{
  position: absolute;
  top:57px;
  right: 111px;
  width: 66.5%;
  height: auto;
}
.cadreimghere{
  background-image: url("../../img/cadrehero.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px; 
  margin-top: -40px;
}
#fleches{
  display: none;
}
@media only screen and (max-width: 1200px) {
  .buttonhero{
    width: 50%;   
  }
  .teaser{
    position: absolute;
    top: 80px;
    right: 95.5px;
    width: 65.5%;
    height: auto;
  }
  .cadreimghere{
    margin-top: 0;
  }
  #fleches{
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .buttonhero{
    width: 50%;
    
  }
  #fleches{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cadreimghere {
    background-image: url(../../img/cadrehero.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 309px;
  }
  .teaser {
    position: absolute;
    top: 35px;
    right: 96.5px;
    width: 65.5%;
    height: auto;
}
}
@media only screen and (max-width: 991px) {
  .responsiveheroicons{
    justify-content: center!important;
  }
  #cadrehero{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .teaser {
    position: absolute;
    top: 45px;
    right: 120.5px;
    width: 66.5%;
    height: auto;
   }
   #fleches{
    display: none;
  }
  .buttonhero{
    width: 40%;
  }
  .cadreimghere {
    background-image: url(../../img/cadrehero.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .responsiveheroicons{
    justify-content: center!important;
  }
  #cadrehero{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .teaser {
    position: absolute;
    top: 85px;
    right: 93.5px;
    width: 65.5%;
    height: auto;
}
#fleches{
  display: none;
}
}

@media only screen and (max-width: 576px) {
  .responsiveheroicons{
    justify-content: center!important;
  }
  #cadrehero{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .teaser {
    position: absolute;
    top: 78px;
    right: 98px;
    width: 65.5%;
    height: auto;
  }
  #fleches{
    width: 100%;
    display: block;
    margin-top: 27%;
  }
  .cadreimghere{
    background-image: none;
    height: 280px;
    margin-top: -20px;
  }
 
}
@media only screen and (max-width: 576px) {
  #fleches{
    margin-top: 30%;
  }
  .teaser{
    right: 17%;
  }
}
@media only screen and (max-width: 450px) {
  #fleches{
    margin-top: 33%;
  }
  .cadreimghere{
    height: 240px;
  }
}
@media only screen and (max-width: 405px) {
  #fleches{
    margin-top: 36%;
  }
}
@media only screen and (max-width: 370px) {
  #fleches{
    margin-top: 38%;
  }
  .cadreimghere{
    height: 200px;
  }
  .buttonhero{
    width: 65%;
    padding-right: 9px;
  }
}