@charset "UTF-8";

/* Text */
/* @font-face {
  font-family: "AlphaMonday";
  src: url("../fonts/AlphaMonday.otf");
} */

@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.otf");
}

/* @font-face {
  font-family: "new-brilliant";
  src: url("../../../../fonts/new-brilliant.ttf");
} */

/* .alphamonday{
  font-family: AlphaMonday, Arial, Helvetica, sans-serif;
} */

.montserrat{
  font-family: Montserrat-Black, Arial, Helvetica, sans-serif;
}

/* .new-brillant{
  font-family: new-brilliant, Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
} */

.static-number{ 
      font-size: 4.25rem;
      /* color: #f7c93e; */
      line-height: 1;
      font-family: 'Montserrat-Black', sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 10px;
}

/* .test{
      color:pink
} */

.underline{
    border-bottom: 2px solid #e6a117;
    font-family: 'Montserrat-Black', Courier, monospace;
}

.text-shadow{
    text-shadow: 1px 1px 2px #000000;
}

/* .content-5-img {
      text-align: center;
      margin-bottom: -300px;
      position: relative;
      z-index: 999;
      position: relative;
} */

/* borders */
.border-fonctionnalites{
      border: solid 1px #e0dfdf;
      border-top-color: #f7c93e; /* #f7c93e */
      border-top-width:4px;
}
.border-fonctionnalites:hover{
       border-top-color: #000000;
       background-color: #FFFFFF;
       color:#000000;
 }

.b-bottom{
      border-bottom: 1px solid #e0dfdf;
} 
.b-right{
      border-right: 1px solid #e0dfdf;
}


/* .bg-hero{
    background-color:#f5bf2c; 
    background-color:#000; 
    background-image: url('../imgs/hero-3.png');
    background-repeat: no-repeat; 
    background-position: left -40px; 
    background-size: cover;
} */







