@font-face {
    font-family: Formula1-Regular;
    src: url(../ressources/fonts/Formula1_Font/Formula1-Regular.otf);
}

@font-face {
    font-family: Formula1-Wide;
    src: url(../ressources/fonts/Formula1_Font/Formula1-Wide.otf);
}

@font-face {
    font-family: Formula1-Bold;
    src: url(../ressources/fonts/Formula1_Font/Formula1-Bold.otf);
}

html {
    box-sizing: border-box;
    font-family: "Formula1-Regular";
    font-size: 16px;
    background: #252525; 
    background: -webkit-linear-gradient(to left, #929292, #444444); 
    scroll-behavior: smooth;
    scroll-padding: 450px;
}



*, 
*::after, 
*::before {
    box-sizing: inherit;
    padding: 0; 
    margin: 0; 
}

body {
    color: #ffffee;
}

body, html {
    height: 100%;
}

#active {
    color:#ff232b;
}

.Circuits{
    width: 230px;
}

.grande_div {
    margin-left : 25px;
    margin-top: 10%;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.CircuitTexte {
    text-align-last: center;
    margin-left: 100px;
    margin-right: 100px;
    color: white;
}

.LesCircuits {
    border-width: 2px 2px 2px 2px;
    border-radius: 3px 3px;
    border-style: solid;
    border-color: #2b2d42;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 100px;
}

.Texte{
    margin-left: 400px; 
    margin-right: 400px; 
    text-align: justify; 
}

/* .Circuits:hover{
    margin-top: 25%;
    margin-left: 25%;
    width: 500px;
} */

.CircuitThéorique {
    background-color: rgba(245, 245, 220, 0.112); 
    border-radius: 10px 10px;

}