@font-face {
    font-family: 'Fibre Vintage';
    src: Local('font/fibre-font.otf');
}

body {
    background-image: url(https://lh6.googleusercontent.com/proxy/5fX-qlFREdbQBKXUQAVLeKZ8N4OC3Asc8uonhvnQUISpnJgFt93TF7DUmbO6pFEA9Ry0ys9IeVg3TYtf5PVb9ItVlX--Raf3VCB0DcSQehyiph3sY80U14y9439124vWhnoSmOA5-XFML1Ipo3MXvtEhFKUo82I8fQOwTTe3bd0b5mv3rJW52yubZRAcFA=s0-d);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
font-family: 'Fibre Vintage', Arial, sans-serif;
text-align: center;
font-size: 90px;
color: rgb(255, 255, 255);
}

h2 {
    color: whitesmoke;
    margin-top: 50px;
    margin-bottom: -50px;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 50px;
    color: whitesmoke;
}


.btn-primary {
background-color: rgb(172, 0, 34);
}

.navbar-expand-lg {
background-color:rgba(223, 93, 93, 0.78);
text-decoration-color: snow;
}

h5 {
font-size: 70px;
color: rgb(110, 75, 9);
}

.introtext {
font-family: 'Fibre Vintage', Arial, sans-serif;
text-align: center;
font-size: 20px;
color: rgb(110, 75, 9);
margin-bottom: 30px;
}

.intro {
margin-top: 50px;
}

.liste {
margin-top: 100px;
}

.carousel-item {
height: 600px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.textintro {
color: rgb(185, 185, 185);
font-size: 30px;
text-align: center;
}

.img-fluid {
max-width: 50%;
margin-bottom: 25px;
margin-top: 25px;
margin-left: 20%;
}

.lead {
color: rgb(255, 255, 255);
text-align: center;
}

.section {
    border: 2px solid rgb(238, 238, 238);
}

.motdepasse {
    color: whitesmoke;
    text-align: center;
}

.formulaire {
margin-top: 100px;
}


.parallax { 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
