

@font-face {
    font-family: "Rammstein";
    src: url('rammstein.ttf') format('truetype');
}

#when {
    text-align: center;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#bigtitre{
    text-align: center;
    color: black;
    font-size: 80px;
    font-family: "Rammstein";
}

#bling {
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: "Rammstein";
}

.price {
    background: url('images/moneybag.png');
    background-repeat: repeat-x;
    background-size: 200px;
    padding-right: 200px;
}

#hautdelapage{
    background: url('images/hellfest.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 300px;
    padding-top: 0px;
    background-attachment: fixed;
}

#hautdelapagel {
    background: url('images/location.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: bottom;
    padding-bottom: 100px;
    padding-top: 0px;
}

#hautdelapagec {
    background: url('images/charter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: bottom;
    padding-bottom: 100px;
    padding-top: 0px;
}

#hautdelapagep {
    background: url('images/affiche.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: bottom;
    padding-bottom: 100px;
    padding-top: 0px;
}

#hautdelapageco {
    background: url('images/cost.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: bottom;
    padding-bottom: 100px;
    padding-top: 0px;
}

space {
    padding: 20px;
}


.dewit {
    font-size: 30px;
    flex: 2;
    margin-top: 20px;
    text-align: center;
    margin-left: 10px;
}

.dewit a{
    color: red;
    border: 2px solid red;
    border-radius: 15px;
    padding: 20px;
    
}

.dewit a:hover {
    transition: ease 1s;
    color: white;
    background-color: rgba(178, 32, 19, 0.8);
}


#scroll {
    margin-top: 20px;
}

#bandeau {
    background-color: rgba(255, 0, 0, 0.5);
    padding: 20px;
    margin: 30px;
    margin-top: 60px;
}

nav{
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    justify-content: center;
    border-bottom: solid;
    border-bottom-color: black;
}

.zebouton {
    padding: 30px;
    color: white;
    font-size: 20px;
    background-color: rgba(250, 250, 250, 0);
    border: solid;
    border-color: rgba(250, 250, 250, 0);
}



.zebouton:hover {
    transition: ease 2s;
    background-color: rgba(204, 0, 0, 0.4);
}

.belleaffiche {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 50px;
}

#demandecontact {
    font-family: Georgia;
    color: lightgray;
    text-align: right;
    font-size: 15px;
    flex:2;
    padding-right: 30px;
}

#basdelapage{
    margin-top: 30px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
}

#bouton {
    font-size: 15px;
    flex: 2;
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
}

#bouton a{
    color: red;
    border: 1px solid red;
    border-radius: 15px;
    padding: 20px;
    transition: ease 1s;
}

#bouton a:hover {
    color: white;
    background-color: rgba(178, 32, 19, 0.8);
}

.column {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: brown;
    padding: 10px;
    border: solid;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: grey;
    border-right-color: grey;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content {
    display: flex;
    margin-right: 10px;
}

#jeanluc {
    color: white;
    font-size: 25px;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 10px;
}
#title {
    color: white;
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-weight: bold;
}

.c_jolie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bogosses {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.mascotte {
    margin-top: 100px;
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
        


body {
    background-color: rgb(50, 50, 50);
}
