@font-face {
    font-family: 'Cabaret';
    font-style: normal;
    font-weight: 400;
    src: url(./CabaretContour.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    margin: 0px;
    height: 100%;
    font-family: Aubrey;
}
body {
    font-size: 40px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    background: url("./img/Hero.jpg") repeat;
    background-size: cover;
}
a {
    color:#8B4021;
}
.header {
    transform: rotate(-5deg);
    text-align: center;
}
.header__title {
    color: #FFCB05;
    -webkit-text-stroke: 1.5px black;
    font-family: Cabaret;
    font-size: 4.5em;
    font-weight: 400;
    line-height: 75.14px;
    text-align: center;
    margin: 50px 0 100px 0;
}
.header__subtitle {
    color: #FFCB05;
    font-size: 1.6em;
    font-weight: 400;
    border:1px black;
    margin: 30px 0;
    letter-spacing: 6.6px;
    -webkit-text-stroke: 2px black;
    text-decoration: underline;
    text-transform: uppercase;
    text-decoration-color: #8B4021;
}
.content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 15px;
    justify-content: flex-start;
}
.content.enigma-list {
    align-items: center;
}
.form {
    margin-top: 50px;
    position: relative;
}
.form__info {
    margin: 30px 0;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 18.76px;
}
.form__warning, .form__subinfo {
    color:#8B4021;
    font-size: .7em;
    font-weight: 400;
    line-height: 12.5px;
}
.form__subinfo {
    text-align: center;
}
.form__input {
    margin: 55px 0;
    position: relative;
}
.form__input input {
    width: 100%;
    padding: 20px;
    font-size: 1em;
    border-radius: 10px;
    position: relative;
    border: 2px #8B4021 solid;
}
.form__input::before, .form__input::after {
	top: -23px;
	width: 100%;
	height: 25px;
	content: " ";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/img_flourish.svg");
}
.form__input::after {
	left: 0;
	top: inherit;
	bottom: -23px;
	transform: rotate(180deg);
}
.form__dropdown__label {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.form__dropdown {
    border:2px solid #8B4021;
    border-radius: 20px;
}
.form__dropdown:focus-within {
    border-radius: 20px 20px 0 0;
}
.form__dropdown select:focus {
    background: white url(img/circle-chevron-up.svg) no-repeat 99%;
    border-radius: 20px 20px 0 0;
}
.form__dropdown select option {
}
.form__dropdown select {
    text-align: center;
    border:none;
    border-radius: 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url(img/circle-chevron-down.svg) no-repeat 99%;
}
.form__dropdown select:focus-visible {
    outline: none;
}
/*.form__dropdown::before{
    content: url(img/list_top.svg);
    position: absolute;
}
.form__dropdown::after {
    content: url(img/list_bottom.svg);
    position: absolute;
}*/
.rouge {
    background-color: red;
}
.bleu {
    background-color: blue;
    color:white;
}
.vert {
    background-color: green;
}
.violet {
    background-color: purple;
    color:white;
}
.noir {
    background-color: black;
    color:white;
}
.rose {
    background-color: pink;
}
.orange {
    background-color: orange;
}
.form__action {
    text-align: center;
}
.form__button, .link-enigma {
    margin: 25px 0;
    color: white;
    padding: 20px 30px;
    font-size: .8em;
    font-weight: 400;
    border: 1px #FFCB05 solid;
    border-radius: 10px;
    background-color: #8B4021;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.link-enigma {
    text-align: center;
    font-size: 1em;
    margin: 0;
    border-radius: 20px;
    border-width: 2px;
    width: 100%;
}
.link-enigma--logout {
    display: inline-block;
    color:#8B4021;
    box-shadow: none;
    width: fit-content;
    border-color: #8B4021;
    background-color: transparent;
}
.enigma__content {
    font-size: 1.2em;
}
.enigma__link {
    text-align: right;
}
.enigma__clues {
    display: flex;
    flex-direction: column;
}
.enigma__clues .form__button {
    font-size: 1.2em;
    border-width: 2px;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
}
.enigma__clues .form__button.form__button--shown {
    color: black;
    box-shadow: none;
    border-color: #8B4021;
    background-color: transparent;
}
.enigma__clues-mail {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    background-image: url("./img/mail.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.enigma__clues-mail.enigma__clues--shown {
    color: black;
    background-image: url("./img/mail-open.svg");
}
.enigma__back {
    text-align: center;
}
.footer {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boussole {
    text-align: center;
}
.footer__contact {
    margin-right: 70px;
}
.footer__compass {
    border-radius: 10px;
    width: 20%;
}
.fleches {
    height: 200px;
}
.fleches_reponse {
    height: 50px;
}
.fleches, .fleches_reponse {
    display:flex;
    justify-content: center;
}
.fleche, .fleche_reponse {
    display: flex;
    flex-direction: row;
}
.fleche {
    cursor: pointer;
    width: 185px;
}
.fleche_reponse {
    width: 50px;
    border: 1px solid #8B4021;
}
.fleche_gauche, .fleche_haut, .fleche_droite, .fleche_bas {
    background: url(img/circle-chevron-down.svg) no-repeat;
    background-position: center;
    background-size: cover;
}
.fleche_gauche {
    transform: rotate(90deg);
}
.fleche_haut {
    transform: rotate(180deg);
}
.fleche_droite {
    transform: rotate(-90deg);
}
.correction {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    padding: 0 300px 0 300px;
}