@font-face {
    font-family: 'Bastela';
    src: url('../fonts/bastela/bastela.web.woff2') format('woff2'), url('../fonts/bastela/bastela.web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    border: solid #9BA88C 10px;
    font-family: 'Montserrat', sans-serif;
}

.logo {
    height: 100px;
}

#cont {
    display: flex;
    justify-content: end;
    width: 98%;
}

h1 {
    font-family: "Bastela";
    font-weight: lighter;
    font-size: 100pt;
    text-align: center;
    line-height: 100px;
}

h2 {
    font-family: "Montserrat";
    font-weight: lighter;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

#banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

.contact {
    font-family: "Montserrat";
    color: white;
    text-decoration: none;
    background-color: #E99688;
    border-radius: 3px;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 800px) {
    .container {
        padding: 6px !important;
    }
    #cont {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .contact {
        margin-top: 25px;
    }
    #banner {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 10px;
    }
    .title {
        font-size: 70px;
    }
    #visu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h2 {
        margin-top: -5px;
        font-size: 14px;
    }
    #rc-anchor-container {
        width: 80%;
        height: 80%;
    }
}

.copyright {
    margin-bottom: 5px;
}

footer {
    background-color: #F9F9F9;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.legal-menu {
    font-weight: bold;
}

a {
    color: #9BA88C;
}

.switch-lang {
    color: white;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    top: 20px;
    right: 20px;
}

.switch-lang:hover .lang-dropdown {
    display: block;
}

.switcher-link {
    color: #fff;
}

.switcher-link:hover {
    color: #fff;
}

.current-lang {
    background: #666D82;
    padding: 3px 5px 0px 5px;
    border-radius: 5px;
}

.lang-flag {
    width: 30px;
    display: inline-block;
}

.lang-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    color: white;
}

.lang-dropdown {
    display: none;
    background: #34495e;
    border-radius: 5px;
    margin-top: 2px;
}

.selecting-lang {
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}

.selecting-lang:hover {
    background: #22313f;
    border-radius: 5px;
}

ul> :first-child {
    border-radius: 5px 5px 0px 0px;
}

ul> :last-child {
    border-radius: 0px 0px 5px 5px;
}

li {
    list-style-type: none;
}

.menu-arrow {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 6px;
}