
@font-face {
    font-family: "agency";
    src: url('../fonts/agency_fb.ttf');
	}
    @font-face {
    font-family: "softline";
    src: url('../fonts/SoftLine.ttf');
	}
@font-face {
    font-family: 'cuyabraregular';
    src: url('../fonts/cuyabra-webfont.woff2') format('woff2'),
         url('../fonts/cuyabra-webfont.woff') format('woff'),
         url('../fonts/cuyabra-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: softline;
    font-size: 25px;
    line-height: 1.42857143;
    color: #343639;
}

.form-control{
font-size: 24px;
height: 100%;
}

.water{
    color:#123D82;
    font-weight: 900;
  /*  font-size: 45px; pour cezart.com */
  font-size: 51px;
}

.light-grey{
    font-size: 28px;
}
a{
    
    color: #414347;
}
.img-centree{
  position:absolute;
  /* Pour décaler à gauche et en haut de 50% */
  left:45%;
}

.bordure2 {
    border: 2px solid black;
    margin:10px;
    overflow: hidden;
    max-height: 120px;
    max-width: 120px;
}
.bordureartiste2 {
    border: 2px solid black;
    margin:10px;
    overflow: hidden;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


footer{
    position: relative;
    bottom:5%;
}