@font-face {
    font-family: "CMU serifve VF Roman";
    src: url("CMUSerifve-Roman.otf") format("truetype");
}

@font-face {
    font-family: "Bold";
    src: url("COMPUTERMODERNSERIFVE-Bold.otf");
}
@font-face {
    font-family: "ExtraBold";
    src: url("COMPUTERMODERNSERIFVE-Extrabold.otf");
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5vw;
}
h1 {
    font-family: "ExtraBold";
    font-size: 3vw;
    margin-bottom: 3vw;
    text-align: center;
    color: white;
}
a:any-link {
    text-decoration: none;
}
a:visited {
    color:white;
}
a:hover {
    color:rgb(195, 255, 0);
}
textarea {
    width: 90vw;
    height: 30vw;
    padding: 1vw;
    margin-bottom: 0vw;
    margin-top: 0vw;
    background-color: white;
    border: 0.5vw solid black;
    border-radius: 1.5vw;
    font-family: "CMU serifve VF Roman";
    font-size: 2.5vw;
    text-align: left;
    resize: none;
}

textarea.small {
    width: 40vw;
    height: 4.5vw;
    padding: 1vw;
    margin-bottom: 0vw;
    margin-top: 1vw;
    background-color: white;
    border: 0.5vw solid black;
    border-radius: 1vw;
    font-family: "CMU serifve VF Roman";
    color: black;
    font-size: 1.5vw;
    text-align: left;
}
section {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 4vw;
}
.bouton {
    font-family: "CMU serifve VF Roman";
    font-size: 1.5vw;
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 1vw;
    border: 0.15vw solid rgb(255, 255, 255);
    padding: 0.7vw;
    margin-bottom: 0vw;
    margin-top: 2vw;
}
.bouton:hover {
    color: rgb(195, 255, 0);
    border-color: rgb(195, 255, 0);
}
.erreur {
    font-family: "Bold";
    font-size: 1.5vw;
    color: rgb(195, 255, 0);
    padding-left: 0.7vw;
    margin-bottom: 0;
}
h2 {
    font-family: "Bold";
    font-size: 3vw;
    text-align: center;
    color: white;
}
h3 {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 3vw;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.container {
    padding: 5vw;
    margin-bottom: 10vw;
    column-count: 3;
    height: max-content;
}
/*.titre {
  font-family: "CMUSerifve-Roman";
  font-size: 13.5vw;
  -webkit-text-fill-color: white;
  text-align: center;
  -webkit-text-stroke-width: 2vw;
  -webkit-text-stroke-color: white;
  text-decoration: none;
  margin-top: 50px;
  margin: 10vw;
}*/
.titre {
    font-family: "ExtraBold";
    font-size: 9vw;
    line-height: 9vw;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-bottom: 0vw;
}
.pcolonne {
    break-before: column;
}
.colonne {
    margin-top: 2vw;
    margin-bottom: 3vw;
    column-count: 3;
    height: max-content;
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 2vw;
    line-height: 2.5vw;
    color: white;
    text-align: left;
    display: flex;
    flex-direction: row;
    column-gap: 5vw;
}
.moi {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 2vw;
    line-height: 2.5vw;
    color: white;
    margin-top: 2vw;
    margin-bottom: 2vw;
    text-align: center;
    padding-left: 15vw;
    padding-right: 15vw;
}
.h4 {
    font-family: "Bold";
    font-size: 4vw;
    text-align: center;
    color: white;
}
/*.checkbox {
    height: 20px;
    width: 20px;
    font-family: "CMUSerifve-Roman";
    font-size: 18px;
    color: white;
}
.checkmark {
    margin: 75px;
    margin-bottom: 0px;
    margin-top: 30px;
    height: 20px;
    width: 20px;
    border: 2px solid rgb(195, 255, 0);
}

.checkbox input:checked ~ .checkmark {
    background-color:rgb(195, 255, 0)
}*/

.checkbox {
    font-size: 1.5vw;
    font-family: "CMU serifve VF Roman";
}
.checkbox:hover {
    font-size: 1.5vw;
    font-family: "CMU serifve VF Roman";
    color: rgb(195, 255, 0);
}
input[type="checkbox"] {
    box-sizing: border-box;
    width: 1vw;
    height: 1vw;
    margin-top: 2vw;
    margin-left: 0.3vw;
    border: 0.2vw solid white;
    appearance: none;
    background-color: black;
    outline: none;
}
input[type="checkbox"]:checked {
    background-color: rgb(195, 255, 0);
    border: 0.2vw solid white;
}
input[type="checkbox"]:checked:hover {
    background-color: rgb(195, 255, 0);
    border: 0.2vw solid rgb(195, 255, 0);
}
input[type="checkbox"]:hover {
    background-color: black;
    border: 0.2vw solid rgb(195, 255, 0);
}


@media (max-width: 800px) {
  
body {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    padding: 5vw;
	padding-top: 7vw;
}
h1 {
    font-family: "ExtraBold";
    font-size: 3.5vw;
    text-align: center;
    color: white;
    margin-bottom: 3vw;
}
a:any-link {
    text-decoration: none;
}
a:visited {
    color:white;
	text
}
a:hover {
    color:rgb(195, 255, 0);
}
textarea {
    width: 90vw;
    height: 120vw;
    padding: 2vw;
    margin-bottom: 0vw;
    margin-top: 0vw;
    background-color: white;
    border: 0.5vw solid black;
    border-radius: 2vw;
    font-family: "CMU serifve VF Roman";
    font-size: 5vw;
    text-align: left;
    resize: none;
}

textarea.small {
    width: 65vw;
    height: min-content;
    padding: 2vw;
    margin-bottom: 0vw;
    margin-top: 2vw;
    background-color: white;
    border: 0.5vw solid black;
    border-radius: 1.5vw;
    font-family: "CMU serifve VF Roman";
    color: black;
    font-size: 4vw;
    text-align: left;
}
section {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 4vw;
}
.bouton {
    font-family: "CMU serifve VF Roman";
    font-size: 4vw;
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 1vw;
    border: 0.3vw solid rgb(255, 255, 255);
    padding: 1vw;
    margin-bottom: 0vw;
    margin-top: 3vw;
}
.bouton:hover {
    color: rgb(195, 255, 0);
    border-color: rgb(195, 255, 0);
}
.erreur {
    font-family: "Bold";
    font-size: 4vw;
    color: rgb(195, 255, 0);
	padding-left: 1vw;
}
h2 {
    font-family: "Bold";
    font-size: 5vw;
    text-align: center;
    color: white;
    margin-top: 5vw;
    margin-bottom: 2vw;
}
h3 {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 3vw;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.container {
    column-count: 1; /* Une seule colonne sur petit écran */
}

.colonne {
    column-count: 1; /* Une seule colonne sur petit écran */
    font-size: 4vw;
    line-height: 4.5vw;
    text-align: center; 
    display: block;
}

.titre {
    font-family: "ExtraBold";
    font-size: 12vw;
	line-height: 13vw;
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0;
}
.containertitre {
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.pcolonne {
	font-family: "CMU serifve VF Roman";
	overflow-wrap: break-word;
    font-size: 4vw;
    line-height: 4.5vw;
    text-align: center;
}
.moi {
    overflow-wrap: break-word;
    font-family: "CMU serifve VF Roman";
    font-size: 4vw;
    line-height: 4.5vw;
    color: white;
    margin-top: 3vw;
    text-align: center;
    width: 100%;
}
.h4 {
    font-family: "Bold";
    font-size: 4vw;
    text-align: center;
    color: white;
}

.checkbox {
    font-size: 4vw;
    font-family: "CMU serifve VF Roman";
    text-align: left;
}
.checkbox:hover {
    font-size: 4vw;
    font-family: "CMU serifve VF Roman";
    color: rgb(195, 255, 0);
}
input[type="checkbox"] {
    box-sizing: border-box;
    width: 3.5vw;
    height: 3.5vw;
    margin-top: 3vw;
    border: 0.3vw solid white;
    appearance: none;
    background-color: black;
    outline: none;
}
input[type="checkbox"]:checked {
    background-color: rgb(195, 255, 0);
    border: 0.3vw solid white;
}
input[type="checkbox"]:checked:hover {
    background-color: rgb(195, 255, 0);
    border: 0.3vw solid rgb(195, 255, 0);
}
input[type="checkbox"]:hover {
    background-color: black;
    border: 0.3vw solid rgb(195, 255, 0);
}
}