/* thanks to Ange Degheest, Eugénie Bidaut for the font*/
@font-face {
font-family: "Equateur";
src: url("fonts/Equateur-Regular.otf") format("opentype");
}

/* thanks to Ertekin Erdin for the font*/

@font-face {
font-family: "HaskoySemiBold";
src: url("fonts/Haskoy-SemiBold.otf") format("opentype");
}

@font-face {
font-family: "HaskoyRegular";
src: url("fonts/Haskoy-Regular.otf") format("opentype");
}

@font-face {
  font-family: "HaskoyItalic";
  src: url("fonts/Haskoy-Italic.otf") format("opentype");
  }

h1{
  color: #e94591;
  font-family: "Equateur";
  font-size: 7vw;
}

h2{
  color: #2b3079;
  font-family: "HaskoySemiBold";
  font-size: 3vw;
}

h3{
  color: #e94591;
  font-family: "HaskoyItalic";
}

h3 a{
  text-decoration: none;
  color: #e94591;
}

.info{
  font-size: 1.5vw;
}
.blocPresentation{
  width: 50%;
}

label{
  color: #e94591;
  font-family: "HaskoyRegular";
  font-size: 100%;
}

p{
  color: #2b3079;
  font-family: "HaskoyRegular";
  font-size: 100%;
  /*width: 50%;*/
}

.annotation{
  font-size: 75%;
}

.imageLogo{
  width: 50%;
}

.btn btn-primary{
  background-color: #e94591; 
}

.blocImageTexte{
  display: flex;
  align-items: center;
  /*padding-bottom: 3%;*/
  margin-bottom: 3%;
  /*border: #e94591;
  border-bottom-style: solid;
  border-bottom-width: 2px;*/
  width: 75%;
}

.horaire{
  margin-right: 2%;
}

.imageAAvoir{
  width: 15vw;
  margin-right: 5vw;
}

/*FORMAT TELEPHONE*/

@media (min-width:0px) and (max-width:1200px){

  h1{
    color: #e94591;
    font-family: "Equateur";
    font-size: 15vw;
  }
  
  h2{
    color: #2b3079;
    font-family: "HaskoySemiBold";
    font-size: 8vw;
  }  

    .blocPresentation{
    width: 100%;
  }  

  .annotation{
    font-size: 2.5vw;
  }

}
