
@font-face {
    font-family: "Roobert";
    src: local("C:/wamp64/www/satisfa/css/fonts/roobert/roobert-medium-webfont.woff") format("woff"),
}

body {
    font-family: 'Roobert', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    background-color: #D9D9CE;
}
header {
    background-color: #1A1A1A;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-height: 15vh;
    margin-bottom: 4%;
}
#containerLang {
    max-width: 150px;
    right:2em;
    position:absolute;
    z-index: 1;
}
#langSelect {
    accent-color: #9FBFC4;
}

main {
    max-width: 100vw;
    position: relative;
    height: 70vh;
}
/*Logo de la compagnie*/
.logo {
    width: 10%;
    height: 10%;
    margin: auto;
    display: block;
}

/*Affichage lors de la sélection*/
.form-control {
    border: none;
    border-bottom: 2px solid #1A1A1A;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-control:focus, .selected {
    border-color: #1A1A1A;
    outline: 2px solid #1A1A1A;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
}

/*Notification d'erreurs*/
.alert-danger {
    width: 75%;
    margin: 5px auto 5px auto;
}

a {
    color: #9FBFC4;
    background-color: transparent;
}

input[type=checkbox], input[type=search] {
    accent-color: #1A1A1A;
    color: #E0DED1;
}