body {
    margin: 0px !important;
    background-color:#fff;
}
.container {
    text-align: center;
    overflow: hidden;
    width: 100%;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p {
    margin: 0 !important;
}


/* HEADER */
.ctr-header-align {
    display: flex;
    height: 100%;
}
.header {
    text-align: left;
    height: 42px;
}
.ctr-titre {
        margin: auto 0;
}
.titre {
    text-transform: initial;
    font-size: 105%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sous-titre {
    font-size: 70%;
}
.ctr-logo {
        float: left;
        margin: 0px 15px 0px 9px;
        border-radius: 0px 0px 5px 5px;
        margin-bottom: 4px;
        padding: 3px;
        height: 50px;
}
.logo {
        float: left;
        max-width: 105px;
        max-height: 50px;
}

/* CONTENT */
.content{
    clear: left;
    display: flex;
    padding: 12px;
    gap: 8px;
}

.c-content {
    width: 100%;
    margin: auto 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* FOOTER */


.accroche {
    font-size: 80%;
    height: 50%;
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
}
.ctr-btn-jouer {
    clear: both;
    text-align: center;
    height: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-jouer {
    text-decoration:none;
    padding: 5px 10px 0px 10px;
    border: none;
    display: block;
    margin: 0 auto;
    font-family: 'DINNextLTPro',serif;
    animation: slide-top 0.7s 1.5s both;
    top: -3px;
    position: relative;
    border-radius: 0px;
    font-weight: normal;
    text-transform: lowercase;
    box-shadow: none;
    height: 24px;
    width: 240px;
}


.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* .footer > div {
    height: 50%;
} */

.btn-jouer span {
    position: relative;
    top: 2px;
}

.ctr-footer-background {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50%;
    z-index: -1;
    
}

.footer-background {
    width: 100%;
    background-color: #f2f2f2;
    height: 100%;
}


@keyframes fadeIn {
    0% {opacity:0;}
    66% { opacity:0; }
    100% {opacity:1;}
}
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    66% { opacity:0; }
    100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    66% { opacity:0; }
    100% {opacity:1;}
}
@-o-keyframes fadeIn {
    0% {opacity:0;}
    66% { opacity:0; }
    100% {opacity:1;}
}
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    66% { opacity:0; }
    100% {opacity:1;}
}


@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(310px);
              transform: translateY(310px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes slide-top {
    0% {
        -webkit-transform: translateY(310px);
                transform: translateY(310px);
      }
      100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
      }
  }

@-webkit-keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }

.slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) both;
}

@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  .bounce-in-fwd {
	-webkit-animation: bounce-in-fwd 1.1s 0.3s both;
	        animation: bounce-in-fwd 1.1s 0.3s both;
    }


 @-webkit-keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-fwd {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: scale(0.84);
              transform: scale(0.84);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    89% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }


.ctr-player, .ctr-widget .ctr-date, .ctr-infos, .joueur-record .infos {
    background: #f2f2f2 !important;
}
