/* POLICES */
@font-face {
  font-family: 'Wedges';
  src: url('../fonts/Wedges.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RotisSansSerif';
  src: url('../fonts/RotisSansSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: 'WhisperingSignature';
  src: url('../fonts/WhisperingSignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 


/* HEADER */
.azul {
  font-family: 'Wedges', sans-serif;
}

.logo {
  /* font-weight: bold; */
  line-height: 1;
  /* font-family: 'Wedges', sans-serif; */
}

.wasi {
  font-family: 'WhisperingSignature';
  /* Changer police */
  position: relative;
  bottom: 12px;
}

.word {
  display: flex;
  justify-content: center;
}

.azul .a { color: #7acfb0; }
.azul .z { color: #00bdc8; } 
.azul .u { color: #0594d0; } 
.azul .l { color: #1c5588; } 


.social-icon {
  position: relative;
  bottom: 81px;
}

.iconform {
  max-width: 367px;
  min-width: 127px;
  top: -40px;
  right: 0;
}

.lineheader {
  background-color: #c3d0b8;
  font-family: 'WhisperingSignature';
}

.navheader {
  /* top: 0px; */
  top: -27px;
}
