* {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

header {
    display: flex;
    justify-content: center;
    
}
#img2,#img3 {display: none;
    
}

h1 {
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
    position: absolute;
    top : 80px;
    left: 50%;
    transform: translate( -50% , -50%);
}
h2 {
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
    position: absolute;
    top : 150px;
    left: 50%;
    transform: translate( -50% , -50%);
}
.rond{
    background: rgba(120, 123, 196, 0);
    position: absolute;
    width: 335px;
    height: 330px;
    border-radius: 100%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%);
}
.rond:hover {
    background: rgba(211, 210, 141, 0.08);
    box-shadow: 4px 2px 2px rgba(72, 73, 77, 0.322);
}
#rond1 {
    margin-left: -342px;
    top: 210px;
}
#rond2 {
    
    top: 209px;
}
#rond3 {
    margin-left: 344px;
    top: 208px;
}
.onglets {
    background: rgb(231, 227, 227);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    height : auto;
    width :107%;
    
}
.onglets p {
    font-size: 36px;
}
#onglet1 {
    display: none;
}
#onglet2 {
    display: none;
}
#onglet3 {
    display: none;
}
.active {
    display: block!important;
}
.titre {
    font-style: italic;
    font-size: 40px;
    color: black;
    padding: 10px 0px 0px 0px;
}
.donnees, .donnees a {
    font-weight: 900;
    color: rgb(6, 2, 252);
    font-size: 40px;
    padding: 0px 10px 10px 0px;
}
@media only screen and (max-width: 1000px) {
    #img1 {
        display: none;
    }
    #img2 {
        display: block;
        width: 1000px;
    }
    #img3 {
        display: none;
    }
    h1 {
        font-size: 36px;
        top : 60px;
    }
    h2 {
        font-size: 18px;
        top : 100px;
    }
    .rond{
        width: 210px;
        height: 205px;
    }
    #rond1 {
        margin-left: -212.5px;
        top: 133px;
    }
    #rond2 {
        top: 130px;
        width: 209px;
        margin-left: 1px;
    }
    #rond3 {
        margin-left: 216.5px;
        top: 130px;
        width: 211px;
    }
    .titre, .donnees, .donnees a {
        font-size: 30px;
        display: block;
    }
}
@media only screen and (max-width: 420px) {
    #img1 {
        display: none;
    }
    #img2 {
        display: none;

    }
    #img3 {
        display: block;
    }
    h1 {
        font-size: 21px;
        top : 20px;
    }
    h2 {
        font-size: 9px;
        top : 40px;
    }
    .rond{
        width: 87px!important;
        height: 85px;
    }
    #rond1 {
        margin-left: -89px;
        top: 56px;
        width: 88px!important;
    }
    #rond2 {
        top: 55px;
        margin-left: 1px;
    }
    #rond3 {
        margin-left: 91px;
        top: 55px;
        width: 88px!important;
    }
    .titre, .donnees, .donnees a {
        font-size: 18px;
        display: block;
    }
}