*,
 :after,
 :before {
    box-sizing: border-box;
    color: #242020;
}

.logo {
    width: 100%;
    text-align: center;
    margin: 15px auto;
}

.logo img {
    width: 150px;
}

body {
    background-color: #f6f4e8;
    margin: 0;
    padding: 0;
    border: 10px solid white;
}

form {
    width: 50%;
}

textarea,
input,
select {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #242020;
    font-family: 'Neue Montreal';
    font-size: 1.1em;
    margin: 15px 0;
}

form input {
    min-height: 50px;
}

form textarea {
    height: 150px;
    margin-bottom: 0;
}

form input {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #242020;
    font-family: 'Neue Montreal';
    font-size: 1.1em;
}

.vh {
    height: 100vh;
}

form label {
    display: block;
}

label {
    margin-bottom: 10px;
    font-weight: bold;
}

.champ {
    margin-bottom: 15px;
}

.intervenant {
    display: flex;
    justify-content: space-between;
}

.intervenant>div {
    width: 48%;
}

h1 {
    font-size: 2em;
    text-align: center;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    form {
        width: 95%;
    }
}

i,
.charNum {
    margin-top: 0;
    padding-top: 0;
    color: rgb(109, 102, 95);
}

.event {
    padding: 30px;
    background-color: #f4f2e9;
    border-radius: 3px;
    border: 2px dashed #d4d1c2;
    margin-bottom: 30px;
    position: relative;
}

.event h2 {
    margin-top: 0;
}

.cross {
    position: absolute;
    top: 30px;
    right: 30px;
}


/* FONTS ////////////////*/

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Bold.eot');
    src: url('fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/NeueMontreal-Bold.woff2') format('woff2'), url('fonts/NeueMontreal-Bold.woff') format('woff'), url('fonts/NeueMontreal-Bold.svg#NeueMontreal-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Medium.eot');
    src: url('fonts/NeueMontreal-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/NeueMontreal-Medium.woff2') format('woff2'), url('fonts/NeueMontreal-Medium.woff') format('woff'), url('fonts/NeueMontreal-Medium.svg#NeueMontreal-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Regular.eot');
    src: url('fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NeueMontreal-Regular.woff2') format('woff2'), url('fonts/NeueMontreal-Regular.woff') format('woff'), url('fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('fonts/MonumentExtended-Ultrabold.eot');
    src: url('fonts/MonumentExtended-Ultrabold.eot?#iefix') format('embedded-opentype'), url('fonts/MonumentExtended-Ultrabold.woff2') format('woff2'), url('fonts/MonumentExtended-Ultrabold.woff') format('woff'), url('fonts/MonumentExtended-Ultrabold.svg#MonumentExtended-Ultrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body>* {
    font-family: 'Neue Montreal';
}

h1 {
    font-family: 'Monument Extended';
}

.add {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 15px;
    background-color: #d4d1c2;
    font-weight: bold;
    color: white;
    border-radius: 3px;
}

.endhr {
    display: block;
    height: 2px;
    background-color: #242020;
    border: none;
    margin: 30px 0;
}

.show {
    display: block !important;
}

.submit {
    border: none;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 15px;
    background-color: #dc67ac;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
    border-radius: 3px;
    font-family: 'Monument Extended';
    font-size: 1.6em;
}