* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Legal popup */

#legal-popup {display:none; position:fixed; width:100vw; height:120vh; background:rgba(0,0,0,0.8); z-index:100000000; top:0; overflow:scroll; overscroll-behavior:contain}
#legal-popup .white {color: white;}
#legal-popup .cell {display:table-cell; text-align:center; vertical-align:middle; padding-bottom:20vh}
#legal-popup .container {max-width:600px; width:80%; padding:20px; display:inline-block; background-color: white;}
#legal-popup .container p {margin: 10px 0;}

/* Legal popup */

.cta {
    background-color: #496a8b;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
}

.cta-container {
    margin-top: 40px;
}

.title{
    font-size: 50px;
    line-height: 1;
}
.fontLevel1{
    font-size: 50px;
    line-height: 2;
}
.fontLevel2{
    font-size: 40px;
    line-height: 2;
    
}
.fontLevel3{
    font-size: 20px;
    line-height: 3;
    font-weight: bold;
}
.fontLevel4{
    font-size: 15px;
    line-height: 1.6;
}
.colorGreen{
    color: #496a8b;;
}
.colorBlack{
    color: black;
}
.colorWhite{
    color:white;
}
.fontLeft{
    text-align: left;
}

#millesime{            
    text-align: center;
}

#etiquette{
    background-image: url('../img/texture.jpg');
}
#logo {
    text-align: center;
    padding-bottom: 20px;
}      
#ellipse{
    position: relative;

}
#ellipse>a>img{
    position: relative;
    left: 80%;
    padding-top: 10px;

}

.wrapper {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
section{
    padding: 25px 0 25px 0;
}

.inline {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding:20px;
    display: table-cell;
    vertical-align: middle;
}
.centrer{
    display: table;
}
.sousligner {
    border-bottom: 2px solid #496a8b;
    width: 100%;
    display: block;
}

.caveat {
    font-family: "Caveat";
}

.spartan {
    font-family: "Spartan";
}

.kalam {
    font-family: 'Kalam', cursive;
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width: 992px) {
    .inline {
        width: 100%;
    }
    .centrer{
        display: block;
    }
    .inline{
        display: block;
        padding:0;
        
    }
    #etiquette>#logo>img {
        width:50%;
    }
    .fontCentrer{
        text-align: center;
    }
}