* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/** Header Page **/
.background_createur {
    text-align: center;

    padding: 20 0 50 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28053f+0,8d45bc+27,3d1059+100 */
    background: rgb(40, 5, 63);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 5, 63, 1) 0%, rgba(141, 69, 188, 1) 27%, rgba(61, 16, 89, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(40, 5, 63, 1) 0%, rgba(141, 69, 188, 1) 27%, rgba(61, 16, 89, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(40, 5, 63, 1) 0%, rgba(141, 69, 188, 1) 27%, rgba(61, 16, 89, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28053f', endColorstr='#3d1059', GradientType=0);
    /* IE6-9 */
}

.icon_mrbastmugen_invert {
    transform: scaleX(-1);
}

.pseudo_createur {
    font-family: "Times New Roman";
    color: white;
    font-size: 100;
    padding: 0 0 15 0;
    text-shadow: 5px 5px #000000;
}

.slogan {
    font-size: 30;
    color: white;
    text-shadow: 3px 2px #000000;

    padding: 0 0 30 0;
}

.lien_unique {
    font-size: 50;
    color: white;
    text-shadow: 4px 3px #000000;

    padding: 0 5 0 5;
}

/** Main Page **/
.ligne_horizontal {
    color: white;
}

.titre_persos {
    font-family: "Times New Roman";
    font-size: 40px;
    text-align: center;
    color: white;

    padding: 10 0 40 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#360d51+0,614e7c+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(54, 13, 81, 1) 0%, rgba(97, 78, 124, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(54, 13, 81, 1) 0%, rgba(97, 78, 124, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(54, 13, 81, 1) 0%, rgba(97, 78, 124, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#360d51', endColorstr='#00614e7c', GradientType=0);
    /* IE6-9 */
}

.titre_provenance {
    font-family: "Times New Roman";
    font-size: 20px;
    text-align: center;
    color: white;

    margin: 10 auto 20 auto;
}

table {
    margin: 5 auto 25 auto;
}

.nom_personnage {
    text-align: center;
    color: white;
}

.nom_personnageV {
    text-align: center;
    color: yellow;
}

/** Arriere Plan Degrade **/
.background1 {
    width: 100vw;
    height: 100vh;
    background-size: cover;

    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9826c1+0,541f7c+100 */
    background: rgb(152, 38, 193);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(152, 38, 193, 1) 0%, rgba(84, 31, 124, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(152, 38, 193, 1) 0%, rgba(84, 31, 124, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(152, 38, 193, 1) 0%, rgba(84, 31, 124, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9826c1', endColorstr='#541f7c', GradientType=0);
    /* IE6-9 */
}
