* {
    box-sizing: border-box;
    user-select: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 80%); 
    font-family: 'HelveticaNeueLTCom-MdCn', Helvetica, Arial, sans-serif;
}

.wrapper {
    align-items: center;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.mobileNav {
    align-items: center;
    background: white;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    padding: 10px 20px;
    top: 0;
    width: 90%;
}

.topPicto {
    background: white;
    border-radius: 50%;
    cursor: pointer;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    height: 30px;
    width: 30px;
}

.topPicto01 {
    background: url(../img/graphic-picto01.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 3px solid #2199CB;
}

.topPicto02 {
    background: url(../img/graphic-picto02.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 3px solid #FF8C1E;
}

.topPicto03 {
    background: url(../img/graphic-picto03.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 3px solid #65A51E;
}

.topPicto04 {
    background: url(../img/graphic-picto04.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 3px solid #00793A;
}

.topPicto05 {
    background: url(../img/graphic-picto05.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 3px solid #004A8F;
}

.graphicBlock {
    height: 490px;
    margin-top: -30px;
    position: relative;
    transform: scale(.53);
    width: 490px;
}

.graphicCenter {
    background-color: #DCDCDC;
    border-radius: 50%;
    height: 490px;
    position: relative;
    width: 490px;
    z-index: 1;
}

.graphicBull {
    background-color: white;
    border-radius: 50%;
    height: 188px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 188px;
    z-index: 10;
}

.graphicCore {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.graphicCore img {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.graphicSections {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.graphicSlices {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slice {
    position: absolute;
    height: 490px;
    left: -2px;
    top: -7px;
    width: 490px;
}

.sliceBox {
    overflow: visible;
}

.graphicSlice {
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.slice01 {
    cursor: pointer;
    fill:#2199cb;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke:#fff;
    stroke-width:2px;
}

.slice02 {
    cursor: pointer;
    fill:#ff8c1e;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke:#fff;
    stroke-width:2px;
}

.slice03 {
    cursor: pointer;
    fill:#65a51e;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke:#fff;
    stroke-width:2px;
}

.slice04 {
    cursor: pointer;
    fill:#00793a;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke:#fff;
    stroke-width:2px;
}

.slice05 {
    cursor: pointer;
    fill:#004a8f;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke:#fff;
    stroke-width:2px;
}

.graphicPicto {
    background: white;
    border-radius: 50%;
    cursor: pointer;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    height: 77px;
    position: absolute;
    width: 77px;
    z-index: 40;
}

.graphicPicto01 {
    background: url(../img/graphic-picto01.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #2199CB;
    left: -50px;
    top: 260px;
}

.graphicPicto02 {
    background: url(../img/graphic-picto02.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 70%;
    border: 6px solid #FF8C1E;
    left: 260px;
    top: 470px;
}

.graphicPicto03 {
    background: url(../img/graphic-picto03.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #65A51E;
    right: -40px;
    top: 320px;
}

.graphicPicto04 {
    background: url(../img/graphic-picto04.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #00793A;
    right: -20px;
    top: 70px;
}

.graphicPicto05 {
    background: url(../img/graphic-picto05.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #004A8F;
    left: 260px;
    top: -50px;
}

.ficheContainer {
    margin-top: -40px;
    width: 100%;
}

.closeBtn {
    background: white;
    border: 3px solid black;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    font-family: 'HelveticaNeueLTCom-BdCn', Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 30px;
}

.ficheBlock {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #706f6f;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    margin: auto;
    padding: 24px 24px 8px 24px;
    position: relative;
    width: 90%;
}

.fichePicto {
    background: white;
    border-radius: 50%;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    height: 57px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    top: -57px;
    width: 57px;
    z-index: 2;
}

.fichePicto01 {
    background: url(../img/graphic-picto01.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 70%;
    border: 6px solid #2199CB;
}

.fichePicto02 {
    background: url(../img/graphic-picto02.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 70%;
    border: 6px solid #FF8C1E;
}

.fichePicto03 {
    background: url(../img/graphic-picto03.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #65A51E;
}

.fichePicto04 {
    background: url(../img/graphic-picto04.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #00793A;
}

.fichePicto05 {
    background: url(../img/graphic-picto05.svg) center center #fff;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 6px solid #004A8F;
}

.ficheBlockContent {
    pointer-events: visible;
}

.ficheBlock sup {
    font-size: 75%;
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}

.ficheBlock a {
    color: #706f6f;
}

.ficheBlock h2 {
    font-family: 'HelveticaNeueLTCom-BdCn', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.ficheBlock h3 {
    font-family: 'HelveticaNeueLTCom-BdCn', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.ficheBlock ul {
    padding: 0;
    margin: 0 0 16px 16px;
}

.ficheBlock ul li {
    font-size: 14px;
    line-height: 20px;
    margin-left: 14px;
}

.ficheBlock .accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.ficheBlock h3.accordion:hover {
    color: black;
}

.ficheBlock h3 span {
    display: inline-block;
    margin-right: 8px;
    transition: 0.4s;
}

.ficheBlock h3.active span {
    transform: rotate(90deg);
}

.ficheBlock .panel {
    display: none;
    overflow: hidden;
}

.fiche01 {
    border: 6px solid #2199cb;

}

.fiche01 h2,
.fiche01 a {
    color: #2199cb;
}

.fiche02 {
    border: 6px solid #ff8c1e;

}

.fiche02 h2,
.fiche02 a {
    color: #ff8c1e;
}

.fiche03 {
    border: 6px solid #65a51e;

}

.fiche03 h2,
.fiche03 a {
    color: #65a51e;
}

.fiche04 {
    border: 6px solid #00793a;

}

.fiche04 h2,
.fiche04 a  {
    color: #00793a;
}

.fiche05 {
    border: 6px solid #004a8f;

}

.fiche05 h2,
.fiche05 a  {
    color: #004a8f;
}

.fiche01,
.fiche02,
.fiche03,
.fiche04,
.fiche05 {
    display: none;
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .wrapper {
        margin-top: 80px;
    }

    .mobileNav {
        display: none;
    }

    .graphicBlock {
        transform: scale(1);
        margin-top: inherit;
    }

    .ficheContainer {
        height: 100%;
        left: 0;
        margin-top: inherit;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20;
    }
    .fichePicto {
        border-radius: 50%;
        filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
        height: 57px;
        left: 20px;
        pointer-events: none;
        position: absolute;
        top: -47px;
        width: 57px;
        z-index: 2;
    }

    .fiche01 {
        left: 5%;
        position: absolute;
        top: 20%;
        width: 320px;
    }

    .fiche02 {
        left: 25%;
        position: absolute;
        top: 80%;
        width: 400px;
    }

    .fiche02 .ficheBlockContent {
        display: flex;
    }

    .fiche02 h2 {
        margin-right: 40px;
    }

    .fiche02 .accordionBlock {
        width: 200px;
    }

    .fiche03 {
        left: 55%;
        position: absolute;
        top: 40%;
        width: 320px;
    }

    .fiche04 {
        left: 55%;
        position: absolute;
        top: 20%;
        width: 320px;
    }

    .fiche05 {
        left: 25%;
        position: absolute;
        top: 0%;
        width: 400px;
    }

    .fiche05 .ficheBlockContent {
        display: flex;
    }

    .fiche05 h2 {
        margin-right: 40px;
    }

    .fiche05 .accordionBlock {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
        margin-top: inherit;
        height: 100vh;
    }
    .graphicBlock {
        transform: scale(1);
        margin-top: inherit;
    }

    .ficheContainer {
        height: 100%;
        left: 0;
        margin-top: inherit;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20;
    }
    
    .fichePicto {
        border-radius: 50%;
        filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
        height: 87px;
        left: 20px;
        pointer-events: none;
        position: absolute;
        top: -77px;
        width: 87px;
        z-index: 2;
    }

    .fiche01 {
        left: 20%;
        position: absolute;
        top: 20%;
        width: 320px;
    }

    .fiche02 {
        left: 35%;
        position: absolute;
        top: 60%;
        width: 560px;
    }

    .fiche02 .ficheBlockContent {
        display: flex;
    }

    .fiche02 h2 {
        margin-right: 40px;
    }

    .fiche02 .accordionBlock {
        width: 200px;
    }

    .fiche03 {
        left: 60%;
        position: absolute;
        top: 40%;
        width: 320px;
    }
    .fichePicto03 {
        left: inherit;
        right: -10px;
    }

    .fiche04 {
        left: 60%;
        position: absolute;
        top: 20%;
        width: 320px;
    }

    .fichePicto04 {
        left: inherit;
        right: -100px;
    }

    .fiche05 {
        left: 30%;
        position: absolute;
        top: 20%;
        width: 560px;
    }

    .fiche05 .ficheBlockContent {
        display: flex;
    }

    .fiche05 h2 {
        margin-right: 40px;
    }

    .fiche05 .accordionBlock {
        width: 200px;
    }
}
