:root {
    --mbc-gold-color: #b57329;
    --mbc-gold-color-dark-background: #d39834;
    --mbc-blue-color: #003e5d;
    --mbc-gray-color: #f1f1f1;
    --mbc-first-color: #d2980a;
    --mbc-second-color: #808080;
    --mbc-third-color: #b57329;
    --mbc-not-top-3-color: #b1b1b1;
}

p {
    margin: 0;
}

/* ------------------------
         Header MBC
   ------------------------ */

.header-navigation ul li.lien-mbc a {
    font-size: 1.5rem;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    color: #b57329;
}


.fond-mbc {
    background: url("https://mercanet.org/wp-content/uploads/2020/09/img_fond_paillette_02.jpg");
    margin-bottom: 0;
}

.fond-mbc h1 {
    font-size: 3rem;
    font-weight: 800;
    text-shadow: 1px 1px 1px black;
}

/* ------------------------
        Conteneur MBC
   ------------------------ */

.container-page-mbc {
    max-width: 1300px;
    margin: 0 auto;
}

.container-mbc {
    display: flex;
    justify-content: space-between;
}

/* ------------------------
       Explications MBC
   ------------------------ */

.colonne-principale-mbc {
    width: 65%;
    padding-right: 80px;
    padding-top: 40px;
}


.bienvenu-mbc {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.bienvenu-mbc img {
    width: 20%;
    height: auto;
    margin-right: 10px;
}

.bienvenu-mbc .bienvenue-bloc-droite {
    border-bottom: 0.8rem solid var(--mbc-blue-color);
}

.bienvenu-mbc div p {
    color: var(--mbc-gold-color);
    font-weight: 500;
    padding-bottom: 15px;
}

.bienvenu-mbc div p b {
    font-size: 1.8rem;
    line-height: 1em;
    font-style:italic;
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
}

.mbc-conteneur {
    margin-left: 1.5em;
}

.mbc-contenu-conteneur {
    margin-bottom: 50px;
    color: var(--mbc-blue-color);
}

.mbc-contenu-conteneur .titre {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.mbc-contenu-conteneur .titre img {
    width: 30px;
    height: auto;
    padding-right: 10px;
}

.mbc-contenu-conteneur .titre h2 {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 0;
    text-transform: uppercase;
}

.mbc-contenu {
    padding-left: 60px;
}

.padding-t-10 {
    padding-top: 10px;
}

.texte {
    line-height: 1.4rem;
    text-align: justify;
    color: var(--mbc-blue-color);
}

.sous-texte {
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--mbc-blue-color);
}

.systeme-points-conteneur {
    position: relative;
    border: 2px solid var(--mbc-gold-color);
    border-radius: 10px;
    padding: 30px 35px;
}

.systeme-points-conteneur hr {
    height: 1px;
    width: 50%;
    margin: 20px 0;
    background-color: var(--mbc-gold-color);
}

.palmiers {
    height: 600px;
    position: absolute;
    bottom: 0;
    right: -140px;
}

.challenge-description-conteneur {
    padding-bottom: 10px;
}

.titre-challenge {
    color: var(--mbc-gold-color);
    font-size: x-large;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nb-gagnants {
    color: var(--mbc-blue-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nb-gagnants > div:last-child {
    font-weight: 600;
    text-transform: lowercase;
}

.repartition-points {
    display: flex;
    font-weight: 600;
}

.repartition-points .moyens-obtention {
    color: var(--mbc-blue-color);
    margin-right: 10px;
}

.repartition-points .nb-points {
    color: var(--mbc-gold-color);
    margin-left: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.gif-clooney {
    width: 40rem;
    margin-bottom: 20px;
}

.gold-color {
    color: var(--mbc-gold-color);
}

.blue-color {
    color: var(--mbc-blue-color);
}

.font-bold {
    font-weight: bold;
}

.font-larger {
    font-size: 1.6rem;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.line-height-small {
    line-height: 1.2rem;
}

/* ------------------------
        Classement MBC
   ------------------------ */

#classement-mbc {
    display: none;
}

.chevron-texte-conteneur {
    display: flex;
    margin-bottom: 10px;
}

.chevron-texte-conteneur i {
    color: var(--mbc-gold-color);
    margin: 2px 10px 0 0;
}

.rappel-repartition-points {
    color: var(--mbc-blue-color);
    font-size: 1.25rem;
    font-weight: bold;
}

.classement-navigation-conteneur {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin-bottom: 40px;
}

.classement-navigation {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    color: var(--mbc-gold-color);
    border: 2px var(--mbc-gold-color) solid;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 300ms;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    position: relative;
}

.classement-navigation b {
    font-size: 1.2rem;
}

.classement-navigation.active-classement .triangle-bas {
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 20px solid var(--mbc-gold-color);
    border-right : 20px solid transparent;
    border-left : 20px solid transparent;
    position: absolute;
    bottom: -20px;
}

.classement-navigation img {
    width: 30px;
    height: auto;
    margin-left: 10px;
}

.active-classement,
.classement-navigation:hover {
    background-color: var(--mbc-gold-color);
    color: white;
}

.classement-conteneur {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 0 25px 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 25px 10px rgba(0,0,0,0.1);
}

.classement-conteneur:not(.bordure-votre-position) {
    margin-bottom: 100px;
}

#classement-integration,
#classement-rookie {
    display: none;
}

#bouton-chiffre-affaires img {
    display: none;
}

.classement-header {
    display: flex;
    align-items: center;
    padding: 30px 70px;
}

.classement-header > img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.classement-header > div {
    font-size: 2rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: var(--mbc-gold-color);
}

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

.classement-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.classement-line img {
    width: 75px;
    height: auto;
}

.classement-line:nth-child(odd) {
    background-color: white;
}

.classement-line:nth-child(even) {
    background-color: var(--mbc-gray-color);
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.fond-position-utilisateur {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--mbc-not-top-3-color);
    position: relative;
}

.classement > .classement-line:nth-child(1) .fond-position-utilisateur {
    background-color: var(--mbc-first-color);
}

.classement > .classement-line:nth-child(2) .fond-position-utilisateur {
    background-color: var(--mbc-second-color);
}

.classement > .classement-line:nth-child(3) .fond-position-utilisateur {
    background-color: var(--mbc-third-color);
}

.position-utilisateur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.classement-infos-utilisateur {
    line-height: 1.2rem;
    color: black;
}

.classement-infos-utilisateur b {
    font-size: 1.4rem;
}

.points-classement {
    color: var(--mbc-gold-color);
    font-weight: bold;
    font-size: 2rem;
}

.points-classement span {
    color: var(--mbc-second-color);
}

#votre-position-integration,
#votre-position-rookie {
    display: none;
}

.votre-position-label {
    font-size: 2rem;
    padding: 10px 30px;
    color: var(--mbc-second-color);
}

.bordure-votre-position {
    border: 2px var(--mbc-gold-color) solid;
    position: relative;
    z-index: 100;
}

.bouton-details-points {
    display: flex;
    justify-content: flex-end;
}

.bouton-details-points > button {
    border-radius: 30px;
    border: 2px var(--mbc-second-color) solid;
    padding: 5px 20px;
    color: var(--mbc-second-color);
    background-color: white;
    font-size: 1.1rem;
    margin: -25px 10px 10px 0;
    font-weight: 600;
    transition: background-color 300ms;
}

.bouton-details-points > button:hover {
    color: white;
    background-color: var(--mbc-second-color);
}

.bouton-details-points > button:focus,
.bouton-details-points > button:focus-visible {
    outline: 1px var(--mbc-second-color) solid;
}

.tableau-details-points-conteneur {
    background-color: white;
    margin: 0 10px;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.tableau-details-points {
    width: 100%;
}

.tableau-details-points thead tr {
    border-bottom: 5px var(--mbc-gold-color-dark-background) dotted;
}

.tableau-details-points thead tr img {
    height: 100px;
    width: auto;
    margin-right: 50px;
}

.tableau-details-points thead tr td {
    font-size: 2rem;
    padding: 0 10px 20px 10px;
}

.tableau-details-points thead td:not(:first-child) {
    text-align: center;
}

.tableau-details-points thead tr td > b {
    color: var(--mbc-gold-color-dark-background);
    font-size: 3rem;
}

.tableau-details-points thead tr td > div {
    line-height: 1.6rem;
    font-size: 1.6rem;
}

.tableau-details-points tbody td {
    padding: 10px;
    font-weight: 600;
}

.tableau-details-points tbody td:not(:first-child) {
    text-align: center;
    color: var(--mbc-second-color);
    position: relative;
    font-size: 1.4rem;
}

.tableau-details-points tbody td:first-child,
.tableau-details-points tbody th:first-child {
    font-size: 1.6rem;
}

.tableau-details-points tbody td b {
    color: var(--mbc-gold-color-dark-background);
    font-size: 2rem;
}

.tableau-details-points tbody td:not(:first-child):not(:last-child):after {
    content: "";
    height: 50%;
    border-left: 3px var(--mbc-gray-color) solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tableau-details-points tbody tr:last-child td b {
    font-size: 2.5rem;
}

.tableau-details-points tbody tr:not(:last-child) {
    border-bottom: 2px var(--mbc-gold-color) solid;
}

/* ------------------------
     Sidebar Droite MBC
  ------------------------ */

.colonne-secondaire-mbc {
    width: 30%;
    background-color: var(--mbc-blue-color);
}

.colonne-secondaire-mbc .container-padding {
    padding: 25px 25px 0 25px;
    display: flex;
    flex-direction: column;
}

.mbc-news {
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    font-size: 3rem;
}

.mbc-news .news {
    font-weight: normal;
    font-style: italic;
    color: var(--mbc-gold-color-dark-background);
}

.mbc-decompte {
    width: 100%;
    margin-top: 1em;
}

.mbc-decompte h1 {
    color: var(--mbc-gold-color-dark-background);
    font-size: medium;
    font-weight: bold;
}

.mbc-decompte h2 {
    font-size: medium;
    color: white;
    font-weight: bold;
}

.mbc-decompte h2 span {
    color: var(--mbc-gold-color-dark-background);
    font-weight: bold;
}

.bloc-navigation {
    border: 1px solid var(--mbc-gold-color-dark-background);
    border-radius: 0 10px 10px 10px;
    margin: 20px auto 10px auto;
    padding: 20px;
    position: relative;
}

.titre-navigation-conteneur {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.titre-navigation-conteneur img,
.infos-utilisateur-label img {
    width: 25%;
    height: auto;
}

.titre-navigation {
    width: 70%;
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 2rem;
}

.esprit-de-conquete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: var(--mbc-gold-color-dark-background);
}

.esprit-de-conquete hr {
    width: 8%;
    border-top: 1px solid var(--mbc-gold-color-dark-background);
}

.texte-navigation {
    margin-top: 20px;
    color: white;
}

.mbc-bouton {
    display: block;
    width: 100%;
    margin: 1em auto;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border: thin solid var(--mbc-gold-color-dark-background);
    text-align: center;
    padding: 1em;
    cursor: pointer;
}

.mbc-bouton:last-of-type {
    margin-bottom: 0;
}

.mbc-bouton:hover,
.mbc-bouton.active {
    background-color: var(--mbc-gold-color-dark-background);
    color: white;
}

.illustration-challenge {
    width: 100%;
    margin-top: -75px;
}

.score-utilisateur-conteneur {
    border: 1px solid var(--mbc-gold-color-dark-background);
    border-radius: 0 10px 10px 10px;
    margin: -25px 25px 25px 25px;
}

.padding-15-25 {
    padding: 15px 25px;
}

.infos-utilisateur-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infos-utilisateur-label img {
    width: 18%;
    height: auto;
}

.infos-utilisateur-label span {
    font-size: 1.6rem;
    color: white;
    margin-left: 10px;
}

.score-utilisateur-conteneur .flex-align-center img {
    width: 100px;
}

.score-utilisateur-conteneur .flex-align-center h2 {
    color: white;
    font-weight: bold;
    margin-left: 10px;
}

.cumul-points-conteneur {
    background-color: var(--mbc-gold-color-dark-background);
    padding: 10px 0;
}

.cumul-points-conteneur p {
    text-align: center;
    color: white;
    line-height: 3rem;
}

.cumul-points-label {
    font-size: 1.6rem;
    font-style: italic;
}

.cumul-points {
    font-size: 4rem;
    font-weight: bold;
}

.cumul-points span {
    font-size: 1.6rem;
    opacity: 60%;
    margin-left: 5px;
}

.position-classement-personnel-conteneur {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: white;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.position-classement-personnel-conteneur:not(:last-child) {
    border-bottom: 1px var(--mbc-gold-color-dark-background) solid;
}

.position-classement-personnel-conteneur > b {
    font-size: 2.5rem;
    color: var(--mbc-gold-color-dark-background);
}