html {
    height : 100%;
}

body {
    margin: 0;
    overflow: hidden;
    user-select: none;
    height : 100%;
}

#holder-anim {
    width: 100%;
    height : 100%;
    background-color: #21acd2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform:scale(1);
}

#prompteur {
    margin-right: 5%;
    width: 30%;
    z-index: 1000000;
}

#prompteur div:first-of-type {
    font-size: 1.5vw;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

#ajout-profil {
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin-top : 20%
}

.circle {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    background: radial-gradient(circle, rgba(21, 54, 131, 0) 30%, rgba(21, 54, 131, 0.3) 80%, rgba(21, 54, 131, 1) 100%);
}

.pivot {
    z-index: 100;
    position: absolute;
    display: flex;
    align-items: center;
}

.point {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #c49d30;
    position: absolute;
    opacity: 0;
}

.trait-perso .point {
    background-color: #3d9721;
}

.locaux {
    width: 70px;
    height: auto;
    display: block;
    position: relative;
}

.trait {
    position: absolute;
    left:-7px;
    background-image: url("assets/trait-2e3192.png");
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 40px;
    opacity: 0;
    z-index: 90;
}

.perso {
    z-index: 99;
    display: block;
    height: 120px;
    width: auto;
    opacity: 0;
    position: relative;
    left: -60px;
    transform: rotate(0deg);
}

#circle-1 {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
}

#holder-rotation {
    width: 42.5%;
    margin-left: 10%;
    transform: rotate(0deg);
    background: radial-gradient(circle, #004a63 0%, #21acd2 70%);
}

#phrase-prompteur{
    opacity: 0
}

#prompteur span{
    color : white;
    background-color: #2a549b
}

.pieces {
    width: 60px;
    height: 55px;
    position: absolute;
    border-radius: 50%;
    z-index: 100;
    background: url('assets/piece.png'), linear-gradient(0deg, #7dbae3 20%, #FFFFFF 20%);
    background-size: cover;
    opacity: 0;
    transform: rotate(0deg);
}

.piece-profil {
    background: url('assets/piece-profil.png'), linear-gradient(0deg, #7dbae3 20%, #FFFFFF 20%);
    background-size: cover;
}

.keys {
    position: absolute;
}

#circle-2 {
    animation-delay: 0.2s;
}

#circle-3 {
    animation-delay: 0.4s;
}

#circle-4 {
    animation-delay: 0.6s;
}

#circle-5 {
    animation-delay: 0.8s;
}

#circle-6 {
    animation-delay: 1s;
}

#circle-7 {
    animation-delay: 1.2s;
}

#circle-8 {
    animation-delay: 1.4s;
}

#circle-9 {
    animation-delay: 1.6s;
}

#circle-11 {
    animation-delay: 1.8s;
}

#circle-12 {
    animation-delay: 2s;
    background: radial-gradient(circle, rgba(196, 157, 48, 1) 0%, rgba(196, 157, 48, 0) 80%) !important
}

#holder-local {
    position: absolute;
    z-index: 1000;
}

#holder-btn-profil {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.scale {
    transform: scale(1.5);
    transition: transform 30s;
}

.keys {
    background-image: url("assets/ring-key.png");
    background-size: cover;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.img-keys {
    width: 20px;
    transform: rotation(180deg);
}

.btn-profil {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px !important;
    width: 15% !important;
    border-radius: 20px;
    border: solid #c49d30 3px;
    background-color: #21acd2;
    padding: 10px;
    cursor: pointer;
}

.btn-profil img {
    width: 80%;
}

.btn-profil:hover{
    background-color: #059EC9;
}
