body {
    margin:0;
    overflow : hidden;
}

a {
    display : block;
    font-family: "Montserrat", sans-serif;
    background-size: cover;
    color: rgb(40, 40, 40);
    text-decoration: none;
    text-align: center;
}

#badge1{
    background-image: url("bg-sticker/bg-badge-1.svg");
    background-size: cover;
    width: 200px;
    height: 200px;
}

#badge2{
    background-image: url("bg-sticker/bg-badge2.svg");
    background-size: cover;
    width: 200px;
    height: 200px;
}

#badge3{
    background-image: url("bg-sticker/bg-badge3.svg");
    background-size: cover;
    width: 200px;
    height: 200px;
    color : white;
}

#rond1{
    background-image: url("bg-sticker/bg-rond-1.svg");
    background-size: cover;
    width : 250px;
    height : 250px;
}

#rond2{
    background-image: url("bg-sticker/bg-rond-2.svg");
    background-size: cover;
    width : 250px;
    height : 250px;
}

#rond3{
    background-image: url("bg-sticker/bg-rond3.svg");
    background-size: cover;
    width : 250px;
    height : 250px;
    color : white;
}

#row1, #row2, #row3{
    width : 100%;
    display : flex;
    justify-content: center;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    background-size : cover;
}

#row1{
    background-image: url("bg-sticker/bg-row1.svg");
}

#row2{
    background-image: url("bg-sticker/bg-row2.svg");
}

#row3{
    background-image: url("bg-sticker/bg-row3.svg");
    color : white;
}

#row3 a {
    color : white;
}

#row1 a, #row2 a, #row3 a{
    text-align: left;
    font-size : 1.2vw;
}

#name {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding-top : 10px;
}

#flex-box{
    display : flex;
    flex-direction: column;
    justify-content: space-between;
}

#note-ecole{
    display : block;
    font-size: 1.25em;
}

.noteEcole{
    display : flex;
    justify-content: center;
}

#row1 div, #row2 div, #row3 div{
    font-size: 1.8vw;
}

.noteEcole img{
    width : 40px;
    height : 40px;
    padding : 5px;
}

img{
    width : 25px;
    height : 25px;
}

.fa-square-check{
    color : #47ad34;
}

.com-holder{
    position : absolute;
    width : 100%;
}

.com-holder span{
    font-size : 1.4vw;
}

.fa-solid{
    font-size : 50px;
}

.com-holder div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    width : 70%;
    margin : auto;
}

.hide{
    display : none;
}

.com-name{
    font-weight: bold;
}

#badge1 #flex-box, #badge2 #flex-box, #badge3 #flex-box{
    height : 60%;
    padding-top : 10px;
    margin : auto;
    width : 90%;
}

#rond1 #flex-box, #rond2 #flex-box, #rond3 #flex-box{
    height : 50%;
    padding-top : 30px;
}

#note{
    font-size: 1.9em;
}
