/*@font-face {
  font-family: Aminute;
  font-style: normal;
  font-weight: 400;
  src:
    local('Aminute Regular'),
    local('Aminute-Regular'),
    url('../../../fonts/nunito-v11-latin-regular.woff2') format('woff2'),
    url('../../../fonts/nunito-v11-latin-regular.woff') format('woff');
}*/

/* Webfont: Aminute-Regular */
@font-face {
    font-family: "Aminute";
    src:
        url("./font/Aminute.woff") format("woff"),
        url("./font/Aminute.woff2") format("woff2"),
        url("./font/Aminute.ttf") format("truetype"); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.acteur_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0px;
    padding-right: 0px;

    .modalbox {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (width < 768px) {
    .acteur_head {
        flex-wrap: wrap;

        a {
            margin: auto;
        }
    }

    .acteur_main {
        flex-wrap: wrap;
    }
}

.acteur_yellow::before {
    background: #fdc800;
    transform: rotate(-2deg);
    width: 20.5rem;
}

.acteur_blue::before {
    background: #336aea;
    transform: rotate(-2deg);
    width: 12rem;
}

.acteur_green::before {
    background: #00a992;
    transform: rotate(-1deg);
    width: 25rem;
}

.acteur_pink::before {
    background: #ff95bc;
    transform: rotate(-1deg);
    width: 22rem;
}

.acteur_purple::before {
    background: #bf24ce;
    transform: rotate(-1deg);
    width: 17rem;
}

.acteur_main {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.acteur_left {
    display: flex;
    flex-direction: column;
}

.acteur_qrcode {
    width: 200px;
    height: 200px;
    padding: 0.5rem;
    position: relative;

    img {
        padding: 10px;
        background-color: white;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    h5 {
        color: black;
        text-align: center;
        font-weight: bold;
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
    }
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.vertical {
    writing-mode: sideways-lr;
    font-size: 2.5rem;
    font-family: "Aminute";
    color: black;
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
}

.ficheActeur hr {
    border-top: 2px solid;
    margin-top: 0.3em;
}

.acteur_head {
    h6 {
        font-weight: 400;
        font-size: 1.2rem;
        color: black;
        font-family: "Montserrat";
    }

    .carre::before {
        mask-size: contain;
        mask-image: url("/custom/style/img/carre.svg");
        background-size: cover;
        background-color: #9741bf;
        margin-right: 0.2rem;
        display: inline-block;
        content: "";
        width: 1rem;
        height: 1rem;
    }

    .orange::before {
        background-color: #fdbe08;
    }

    .sablier::before {
        mask-size: contain;
        mask-image: url("/custom/style/img/sablier.svg");
        background-size: cover;
        background-color: #f03c32;
        margin-right: 0.2rem;
        display: inline-block;
        content: "";
        width: 1rem;
        height: 1rem;
    }

    .rond::before {
        mask-size: contain;
        mask-image: url("/custom/style/img/rond.svg");
        background-size: cover;
        background-color: #00a992;
        margin-right: 0.2rem;
        display: inline-block;
        content: "";
        width: 1rem;
        height: 1rem;
    }
    h2::before {
        content: "";
        position: absolute;
        height: 4.5rem;
        top: 0;
        left: -1%;
        border-radius: 0px;
        z-index: -1;
    }

    h2 {
        color: black;
        font-size: 4rem;
        margin-top: 1rem;
        font-family: "aminute";
        font-weight: 400;
        z-index: 3;
        position: relative;
        flex-grow: 10;
    }
}

h3::before {
    content: "";
    position: absolute;
    height: 2rem;
    top: 5%;
    left: -1%;
    border-radius: 0px;
    z-index: -1;
}

h3 {
    z-index: 3;
    font-family: "aminute";
    font-size: 2rem;
    color: black;
    font-weight: 400;
    position: relative;
}
