* {
    /* Réinitialisation navigateur*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ELEMENT */
:root {
    /* Couleur de police du corps de text */
    --text-body: rgb(255, 255, 255);
    /* Gradient du fond d'écran */
    --gradient-bg-body: linear-gradient(.25turn, rgba(254, 249, 249, 0.8), 10%, rgba(168, 162, 162, 0.8));
    /* Couleur de lien primaire */
    --link-primary-color: rgb(255, 255, 255);
    /* Couleur de lien active primaire */
    --link-active-primary-color: rgb(197, 197, 197);
    /* Couleur de lien survolé primaire */
    --link-hover-primary-color: rgb(87, 88, 88);
    /* Couleur de fond de la suppérposition d'image pour améliorer la visibilité de texte */
    --bg-image-hover-text: #ffffff;
    /* Couleur de text de la class hc-primary */
    --title-color-class-hc-primary: rgb(255, 255, 255);
    /* Couleur de text de la class color-primary */
    --wrapped-title-color-primary: rgb(255, 255, 255);
    /* Image du header & dégrader du fond de la supperpossition d'image pour améliorer la visibilité du text */
    --bg-image-cover-header: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/world-of-warcraft-photo-head.jpg");
    /* Image du header & dégrader du fond de la supperpossition d'image pour améliorer la visibilité du text */
    --bg-image-cover-wow-classes: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/wow/bg-classes.avif");
    /* Image du header & dégrader du fond de la supperpossition d'image pour améliorer la visibilité du text */
    --bg-image-cover-wow-races: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    /* Image du header & dégrader du fond de la supperpossition d'image pour améliorer la visibilité du text */
    --bg-image-cover-wow-factions: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/wow/bg-factions.jpg");
    /* Image du header & dégrader du fond de la supperpossition d'image pour améliorer la visibilité du text */
    --bg-image-cover-wow-extension: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/world-of-warcraft-photo-head.jpg");
    /* Couleur de l'ombrage du header */
    --text-shadow-header: rgb(185, 179, 179) 2px 0 5px;
    /* Couleur de fonds du menu head */
    --bg-color-menuHead: rgb(0, 0, 0);
    /* Couleur de lien du menu head */
    --nav-menuHead-a-color: var(--link-primary-color);
    /* Couleur de lien survolé du menu head */
    --nav-menuHead-a-active-color: var(--link-active-primary-color);
    /* Couleur de lien survolé du menu head */
    --nav-menuHead-a-hover-color: #fff;
    /* Couleur de fond du menuHead  survolé*/
    --nav-menuHead-a-hover-bg-color: #333;
    /* Footer: Couleur de lien primaire */
    --link-footer-primary-color: var(--link-primary-color);
    /* Couleur de lien active primaire */
    --link-footer-active-primary-color: var(--link-active-primary-color);
    /* Couleur de lien survolé primaire */
    --link-footer-hover-primary-color: #000;
    /* Text décoration des liens footer */
    --text-decoration-footer-hover-link: none;
    /* Couleur de fond du copyright */
    --bg-footer-copyright: black;

}

html {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'Copperplate Gothic';
    margin: 0;
    box-sizing: border-box;
    background: var(--gradient-bg-body);
    background-size: cover;
    color: var(--text-body);
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-blue.jpg");
}

a {
    color: var(--link-primary-color);
}

a:active {
    color: var(--link-active-primary-color);
    text-decoration: solid;
}

a:hover {
    color: var(--link-hover-primary-color);
    text-decoration: none;
}

/* FONT SIZE */
section h1 {
    font-size: 35px;
}

section h2 {
    font-size: 30px;
}

section h3 {
    font-size: 28px;
}

section h4 {
    font-size: 26px;
}

section p {
    font-size: 22px;
}

article h2 {
    font-size: 30px;
}

article h3 {
    font-size: 25px;
    text-transform: uppercase;
}

article h4 {
    font-size: 25px;
    text-transform: uppercase;
}

aside {
    font-size: 22px;
}


.header {
    height: 455px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* padding-top: 170px; */
    background: var(--bg-image-hover-text);
    background: var(--bg-image-cover-header);
    background-size: cover;
    background-repeat: no-repeat;
}

.wow-home {
    height: 455px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* padding-top: 170px; */
    background: var(--bg-image-hover-text);
    background: var(--bg-image-cover-wow-classes);
    background-size: cover;
    background-repeat: no-repeat;
}

.wow-classes {
    height: 455px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* padding-top: 170px; */
    background: var(--bg-image-hover-text);
    background: var(--bg-image-cover-wow-classes);
    background-size: cover;
    background-repeat: no-repeat;
}

.wow-factions {
    height: 455px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* padding-top: 170px; */
    background: var(--bg-image-hover-text);
    background: var(--bg-image-cover-wow-factions);
    background-size: cover;
    background-repeat: no-repeat;
}

.wow-extension {
    height: 455px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* padding-top: 170px; */
    background: var(--bg-image-hover-text);
    background: var(--bg-image-cover-wow-extension);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Video Header */
.background-video {
    height: 475px;
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
}

#btnVideo {
    color: white;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;

}

#btnVideo {
    font-size: 1.5rem;
    background: 0;
    border: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* Main */
.in-article {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-blue.jpg");
}

/*************************** CLASS ***************************/
.uppercase {
    text-transform: uppercase;
}

/* Header text */
.wrapped-title {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
    padding: 1rem;
    color: var(--wrapped-title-color-primary);
    text-shadow: var(--text-shadow-header);
    font-size: large;
    font-weight: 900;
    z-index: 2;
    margin: auto;
}

.wrapped-title-races {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
    padding: 1rem;
    color: var(--wrapped-title-color-primary);
    text-shadow: var(--text-shadow-header);
    background: var(--bg-image-cover-wow-races);
    font-weight: 900;
    color: #eee;
    z-index: -1;
    margin: auto;
    transition: 1s;
}


.header-h1 {
    text-transform: uppercase;
    word-wrap: break-word;
    font-size: 2.4rem;
}

.header-p {
    line-height: 2.2;
    font-size: 1.8rem;
}

/* NavBar */
.nav-menuHead {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--bg-color-menuHead);
    z-index: 1000;
}

.menuHead {
    width: 100%;
    position: relative;
    list-style-type: none;
    font-weight: 900;
    text-transform: capitalize;
    overflow: hidden;
    margin: auto;
}

.menuHead .img-link-logo {
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/wowgeek.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 220px;
    height: 22px;
    margin: auto;
}

.link-logo {
    text-decoration: white wavy underline;
    font-size: x-large;
}

.menuHead img {
    float: left;
}

.menuHead a {
    float: left;
    display: block;
    color: var(--nav-menuHead-a-color);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: larger;
}

.menuHead a:hover {
    float: left;
    display: block;
    color: var(--nav-menuHead-a-hover-color);
    background-color: var(--nav-menuHead-a-hover-bg-color);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: larger;
    box-shadow: 0 0 10px #555;
}

.menuHead a:active {
    float: left;
    display: block;
    color: var(--nav-menuHead-a-active-color);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: larger;
}

.menuHead .icon {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/icons/menu-svgrepo-com.svg");
    background-size: cover;
}

.menuHead .icon-menu {
    float: right;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/icons/menu-svgrepo-com.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
}

/* CONTENT */
.h2-content {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    text-transform: capitalize;
}

.content:not(.h2-content) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    gap: 50px;
    column-gap: 2rem;
    min-height: 500px;
    padding: 1rem;
    margin: auto;
    flex: 1;
}

.content-races p {
    width: 90%;
    margin: auto;
}

/* FIGURE */
.content-races figure:nth-child(even) {
    float: right;
}

.content-races figure:nth-child(old) {
    float: right;
}

/* ARTICLE */
.content-races article:nth-child(even) {
    width: 45%;
    float: left;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 18px;
    gap: 50px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
}

.content-races article:nth-child(odd) {
    width: 45%;
    float: right;
    right: 5px;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    padding: 18px;
    gap: 50px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
}

/* ASIDE */
.content-races aside {
    display: flex;
    padding: 25px;
    width: 90%;
    margin: auto;
}

/* CONTACT */
.content-contact {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    gap: 50px;
    font-size: 20px;
    max-width: 550px;
    padding: 1rem;
    margin: auto;
}

.aside-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    min-width: 100%;
}

/* FACTION */
.content-factions:not(.element-not) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    min-height: 500px;
    gap: 50px;
    padding: 1rem;
    margin: auto;
    flex: 1;
}

.element-not {
    width: 100%;
    text-align: center;
}

.in-card {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    width: 45%;
    min-height: 275px;
    row-gap: 20px;
    margin: auto;
    padding: 1rem;
    border-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
}

.in-card:hover {
    border-radius: 12px / 65px;
    box-shadow: 0 0 10px #555;
}

.in-card:after {
    display: none;
}

/* IN-CARD-FACTIONS */
.in-card-faction {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: auto;
    padding: 18px;
    gap: 20px;
    border-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
}

.in-card-faction:hover {
    border-radius: 18px / 55px;
    box-shadow: 0 0 10px #555;
}

.in-card-faction:after {
    display: none;
}

/* IN-CARD-CLASSES */
article.in-card-classes {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-height: 275px;
    margin: auto;
    border-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
    border: solid 2px #fff;
}

article.in-card-classes:hover+.img-card {
    border-radius: 12px / 65px;
    box-shadow: 0 0 10px #555;

}

article.in-card-classes:hover .img-card {
    animation-name: scaleElement;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.17, .67, .8, .37);
}

article.in-card-classes:after {
    display: none;
}

article.in-card-classes .img-card {
    width: 100%;
}

article.in-card-classes img,
h2.h2-name {
    width: auto;
    height: auto;
    margin: auto;
}

article.in-card-classes h2.h2-name {
    display: flex;
    width: 100%;
    justify-content: center;
    height: auto;
}

.h2-name {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 4px;
}

.classes-p-speciality {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 6px;
    font-size: 1.2em;
}

.classes-p-description {
    display: flex;
    line-height: 1.8rem;
    align-items: center;
    min-height: 300px;
    margin: auto;
    padding: 2rem;
}

/* PAGE EXTENSION */
/* IN-CARD-EXTENSION */
article.in-card-extensions {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-height: 275px;
    row-gap: 20px;
    margin: auto;
    border-radius: 8px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
    border: solid 2px #fff;
}

article.in-card-extensions:hover+.card-img {
    border-radius: 12px / 65px;
    box-shadow: 0 0 10px #555;

}

article.in-card-extensions:hover .card-img {
    animation-name: scaleElement;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.17, .67, .8, .37);
}

article.in-card-extensions:after {
    display: none;
}

/*
article.in-card-extensions .card-img,
h2.h2-name {
    width: auto;
    height: auto;
    margin: auto;
}
*/
article.in-card-extensions h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    height: auto;
    font-size: x-large;
}

article.in-card-extensions .card-img {
    width: auto;
    max-width: 225px;
    height: 155px;
    justify-content: center;
}

.h2-name {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 4px;
}

/* PAGE RACE */
.list-race {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    flex-flow: column;
    font-size: 20px;
    text-transform: capitalize;
}

.list-race li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#00000010, #44444428);
    font-size: 20px;
    height: 20px;
    text-transform: uppercase;
    border-radius: 25px;
    list-style: none;
}

/* FORM CONTACT */
.form-contact {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 375px;
    margin: auto;
}

.list-contact {
    display: flex;
    justify-content: space-between;
}

.button-contact {
    width: 100%;
    height: 30px;
    border: 4px #333;
    border-radius: 12px;
    background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-red.jpg");
    background-size: cover;
    color: #ffffff;
}

/* Sticky footer : main occupe l'espace, footer se colle en bas */
main.in-article {
    flex: 1 0 auto;
}

/* FOOTER */
.footer {
    width: 100%;
    height: 100%;
    background-color: rgb(49, 49, 49);
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

/* Grille responsive : 1 colonne mobile, 3 colonnes à partir de 768px */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    padding: 1rem;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        justify-items: start;
        padding: 2rem;
    }

    .footer-grid > .old-footer-logo {
        grid-column: 1 / -1;
        width: 100%;
    }
}

.old-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    gap: 30px;
    line-height: 25px;
    margin: auto;
    padding: 1rem;
}

div.old-footer-logo {
    display: flex;
    flex-direction: column;
    line-height: 25px;
    width: 500px;
}

.menu-items-footer {
    text-transform: capitalize;
}

.footer-copyright {
    width: 100%;
    background-color: var(--bg-footer-copyright);
    text-align: center;
    font-size: 22px;
}

div.footer-copyright a:hover {
    color: rgb(168, 158, 158);
}

.footer-button {
    border: 2px solid #ffffff;
    border-radius: 2px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.footer-button:hover {
    border: 0px;
}

.footer a {
    color: var(--link-footer-primary-color);
    text-decoration: none;
}

.footer a:hover {
    color: var(--link-footer-hover-primary-color);
    text-decoration: none;
}

.footer a:active {
    color: var(--link-footer-active-primary-color);
    text-decoration: none;
}

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

/* Video Footer */
.video-container {
    float: left;
    margin: 1rem;
}

/* Accordion */
.slice {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

/* MEDIA 1350 Break */
@media screen and (max-width: 1350px) {

    /* Text Header */
    .header-h1 {
        font-size: 2.3rem;
    }

    .header-p {
        font-size: 1.6rem;
    }

    .h2-content {
        font-size: 2.5rem;
    }

    /* Footer */
    .old-footer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 2px;
        margin: auto;
    }

    .footer-button {
        width: 90%;
        align-self: center;
    }

    /* NavBar */
    .menuHead a:not(:first-child) {
        display: none;
    }

    .menuHead a.icon {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        z-index: 3;
    }

    /* IN-CARD */
    article.in-card-extensions h3 {
        display: flex;
        width: 100%;
        justify-content: center;
        height: auto;
        font-size: medium;
    }

    /* PAGE CLASSES */
    article.in-card-classes {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 45%;
        min-height: 200px;
        margin: auto;
        border-radius: 8px;
        background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
    }

    article.in-card-classes .img-card {
        width: 100%;
    }

    .h2-name {
        display: flex;
        align-items: center;
        height: 50px;
        padding: 4px;
    }

    .classes-p-speciality {
        display: none;
    }

    .classes-p-description {
        display: none;
    }

    /* FOOTER */
    .link-logo {
        font-size: large;
    }
}

/* MEDIA 1350 Break */
@media screen and (max-width: 1350px) {

    /* NavBar */
    .menuHead.responsive {
        position: relative;
    }

    .menuHead.menuHead.responsive div.icon-menu {
        position: absolute;
        right: 0;
        top: 0;
        margin: 15px;
    }

    .menuHead.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* MEDIA 950 Break */
@media screen and (max-width:950px) {

    /* Text Header */
    .header-h1 {
        font-size: 2rem;
    }

    .header-p {
        font-size: 1.3rem;
    }

    .h2-content {
        font-size: 2rem;
    }

    /* IN-CARD */
    .in-card {
        width: 100%;
    }

    article.in-card-extensions {
        width: 45%;
        padding: 1rem;
    }
}

/* MEDIA 650 Break */
@media screen and (max-width:650px) {

    /* Text Header */
    .header-h1 {
        font-size: 1.5rem;
    }

    .header-p {
        font-size: 0.8rem;
    }

    /* IN-CARD */
    .in-card {
        width: 100%;
    }

    article.in-card-extensions {
        width: 100%;
    }

    /* PAGE FACTIONS */
    .in-card-faction {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin-bottom: 3rem;
    }

    .content-factions:not(.element-not) {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        min-height: 500px;
        gap: 20px;
        padding: 1rem;
        margin: auto;
        flex: 1;
    }

    .element-not {
        width: 100%;
        text-align: center;
    }

    /* FOOTER */
    .footer {
        width: 100%;
    }

    .old-footer {
        padding-left: 0.4rem;
    }

    .link-logo {
        font-size: 14px;
    }
}

/* MEDIA 478 Break */
@media screen and (max-width:478px) {
    * {
        /* Réinitialisation navigateur*/
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* Text HEADER */
    .h2-content {
        font-size: 18px;
    }

    .header-h1 {
        font-size: 20px;
    }

    .header-p {
        font-size: 15px;
    }

    /* FONT SIZE */
    section h1 {
        font-size: 20px;
    }

    section h2 {
        font-size: 18px;
    }

    section h3 {
        font-size: 16px;
    }

    section h4 {
        font-size: 14px;
    }

    section p {
        font-size: 15px;
    }

    article h2 {
        font-size: 16px;
    }

    article h3 {
        font-size: 15px;
        text-transform: uppercase;
    }

    article h4 {
        font-size: 13px;
        text-transform: uppercase;
    }

    aside {
        font-size: 11px;
    }

    .aside-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    form ul {
        padding: 1rem;
    }

    /* PAGE CLASSES */
    article.in-card-classes {
        position: relative;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        width: 90%;
        min-height: 275px;
        margin: auto;
        background-image: url("https://jean-ely-gendrau.students-laplateforme.io/fansite/assets/images/bg-grey-1.jpg");
        border: solid 2px #fff;
    }

    article.in-card-classes:hover+.img-card {
        border-radius: 12px / 65px;
        box-shadow: 0 0 10px #555;
    }

    article.in-card-classes:hover .img-card {
        animation-name: scaleElement;
        animation-duration: 0.9s;
        animation-iteration-count: 2;
        animation-timing-function: cubic-bezier(.17, .67, .8, .37);
    }

    article.in-card-classes:after {
        display: none;
    }

    article.in-card-classes img,
    h2.h2-name {
        width: auto;
        height: auto;
        margin: auto;
    }

    article.in-card-classes h2.h2-name {
        display: flex;
        width: 100%;
        justify-content: center;
        height: auto;
    }

    .h2-name {
        font-size: 13px;
    }

    .classes-p-speciality {
        font-size: 13px;
    }

    .classes-p-description

    /* Video Footer */
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        width: 100%;
    }

    /* A utiliser pour mettre la vidéo fullscreen en position Top
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
*/
    /* FOOTER */
    .footer-button {
        width: 75%;
        font-size: small;
        align-self: center;
    }

    .link-logo {
        font-size: 12px;
    }

    div.old-footer-logo {
        width: 100%;
    }
}

/***************** KEYFRAME ANIMATION ************/
@keyframes scaleElement {
    from {
        filter: blur(2px);
    }

    25% {
        filter: blur(4px);
    }

    30% {
        filter: blur(6px);
    }

    35% {
        filter: blur(0px);
    }

    50% {
        filter: blur(6px);
    }

    75% {
        filter: blur(4px);
    }

    to {
        filter: blur(2px);
    }

}