@import url("https://fonts.googleapis.com/css?family=Zilla+Slab:600");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700");
@import url('https://fonts.googleapis.com/css?family=Work+Sans:800');

* {
  box-sizing: border-box;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
section:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  background: #e5e5e5;
}
h1,h2,h3 {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

.btn_prise_concours_smartphone{
  display: none;
}


.classement__points--jours{
  display: inline-block; /*Display inline and maintain block characteristics.*/
  vertical-align: top; /*Makes sure all the divs are correctly aligned.*/
  white-space: normal; /*Prevents child elements from inheriting nowrap.*/
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  margin-right: 0;

}
.classement__club2 {
  width: 50%;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  margin-right: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.classement__jours_date{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.dl__button #bouton_inscription{
  border-radius:30px; color: #ef7d00; float: none;margin-top: 4%;
  font-size: 1em;
}
.youtube__video{

  width: 600px;
}
.navbar {
  background-color: white;
  height: 70px;
  width: 100%;
  float: left;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
}

.typoW {
  color: white;
}

.show-on-mobile {
  display: none;
  font-size: 0.8em;
}
.menu__logo {

  float: left;
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.menu__logo img {
  position: relative;
  width: auto;
  max-height: 80%;
  margin-left: 5px;
}
.menu__logo a {
  display: block;
  height: 70px;
  max-height: 80%;
  position: relative;
  width: auto;
}
.menu__logo a img {
  max-height: 100%;
}
#pConcoursDetailPrise .content_overflow{width:100%}

@media screen and (max-width: 48rem) {

  .form1{
    display: none;
  }

  .classement__points--jours{
    width: 147px;
    line-height: 24px;
  }
  .container {

    max-width: unset;
  }

  .btn_prise_concours_smartphone{
    display: inline-block;
  }

  .btn_prise_concours{
    display: none;
  }


  .classement__jours_date {
    overflow-x: unset;
    overflow-y: unset;
    white-space: nowrap;
  }
  .container {
    overflow-x: scroll;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .classement__club2 {
    width: 50%;
    display: inline-block;
    float: left;
    overflow-x: unset;
    overflow-y: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    height: 70px;
    margin-right: 0;
    white-space: nowrap;}

  .dl__button #bouton_inscription{

    font-size: 0.8em;
  }

  #equipe__mobile {
    font-size: 0.8em;
  }


  .menu__logo {
    width: calc(100% - 70px);
  }
  .menu__logo img {
    width: auto;
    max-width: 18%;
  }
  .menu__logo a {
    width: auto;
    max-width: 18%;
  }
  .menu__logo a img {
    max-width: 100%;
  }
}

.nav__wide ul {
  margin: 0;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  padding: 0;
}
.nav__wide ul li {
  height: 70px;
  list-style-type: none;
}
.nav__wide ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #121212;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  transition: 0.25s all ease;
  font-size: 0.95em;
  padding: 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.nav__wide ul li:last-child a {
  color: #FFFFFF;
}
.nav__wide ul li a:hover {
  background: #2e4770;
  color: white;
}

.nav__btM {
  display: none;
}
@media screen and (max-width: 48rem) {
  .nav__wide {
    display: none;
  }

  .nav__btM {
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: right;
    background: #2e4770;
  }

  .wrapper-menu {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .wrapper-menu.open {
    transform: rotate(-45deg);
  }

  .line-menu {
    background-color: white;
    border-radius: 4px;
    width: 100%;
    height: 4px;
  }

  .line-menu.half {
    width: 50%;
  }

  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }

  .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }

  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }

  .open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
  }

  .mobile__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 99999999;
    top: 70px;
    right: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    transform: translateX(100%);
  }
  .mobile__nav ul {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mobile__nav ul li {
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left: 0;
    border-bottom: 1px solid #1f304c;
    transform: translateX(100%);
    list-style-type: none;
  }
  .mobile__nav ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #2e4770;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    transition: 0.25s all ease;
  }
  .mobile__nav ul li a:hover {
    background: #1f304c;
    letter-spacing: 0.1em;
  }
  .mobile__nav ul li:nth-child(1) {
    transition: 0.35s all ease;
  }
  .mobile__nav ul li:nth-child(2) {
    transition: 0.45s all ease;
  }
  .mobile__nav ul li:nth-child(3) {
    transition: 0.55s all ease;
  }
  .mobile__nav ul li:nth-child(4) {
    transition: 0.65s all ease;
  }

  .mobile__nav.active {
    transform: translateX(0%);
  }

  .mbNav__container.active li {
    transform: translateX(0);
  }
}
.typoW {
  color: white;
}

.show-on-mobile {
  display: none;
  font-size: 0.8em;
}

/* section {
  font-family: 'Zilla Slab', serif;
} */

.classement__header {
  height: 70px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.classement__item {
  height: 70px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.classement__item p {
  color: #121212;
  font-family: 'Zilla Slab', serif;
}
.classement__rang {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  background: #9e9e9e;
}
.classement__info {
  width: 91.52542%;
  float: right;
  margin-right: 0;
  height: 70px;
  background: white;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  transition: 0.25s all ease;
}

.classement__info2 {
  width: 91.52542%;
  float: right;
  margin-right: 5%;
  height: 70px;
  background: white;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  transition: 0.25s all ease;
}
.classement__item:first-child .classement__info2{background: #2f4770; }
.classement__item:first-child .classement__info2 p{color:white}

.classement__equipe {
  width: 30%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
}

.classement__equipe2 {
  width: 50%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  margin-right: 0;

}

.classement__equipe2 p{
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding-left: 20px;
  overflow: hidden;
  overflow: hidden;
    height: 70px;
    padding:10px;

}

.classement__equipe2 h2{
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding-left: 20px;
  overflow: hidden;
  overflow: hidden;

}

.classement__club {
  width: 30%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
}


.style-8::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.style-8::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.style-8::-webkit-scrollbar-thumb
{
  margin-top: 3%;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #2e4770;
}




.classement__detail{
  display: inline-block; /*Display inline and maintain block characteristics.*/
  vertical-align: top; /*Makes sure all the divs are correctly aligned.*/
  white-space: nowrap; /*Prevents child elements from inheriting nowrap.*/
  width: 33%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  margin-right: 0;
  line-height: 70px;
  text-align: center

}


.classement__sponsors {
  width: 30%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
  padding: 0 5px;
}
.classement__sponsors p {
  text-align: center;
}
.classement__points {
  width: 10%;
  float: left;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
}
.classement__points p {
  margin: 0;
  font-weight: 700;
}
.classement__points a {
  text-decoration: none;
  font-weight: bold;
  color: #2e4770;
  line-height: 1.2;
  margin-top: 5px;
}

.equipe__image {
  overflow: hidden;
  height: 100%;
  width: 25%;
  position: relative;
}
.equipe__image img {
  height: 100%;
}

.bg--blue {
  background: #2e4770;
}

.classement__item * .classement__equipe {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.classement__item * .classement__equipe .equipe__image {
  margin-right: 10px;
  display: none;
}

.classement__item:last-child {
  margin-bottom: 30px;
}

.classement__item:nth-child(2) > .classement__rang {
  background: #ef7d00;
}

.classement__item:nth-child(3) > .classement__rang {
  background: #2e4770;
}

.classement__item:nth-child(4) > .classement__rang {
  background: #2e4770;
}

.classement__item > .classement__info:hover {
  background: #ccd8ea;
}

@media screen and (max-width: 48rem) {
  .show-on-mobile {
    display: inline-block;
  }

  .classement__item {
    height: auto;
    width: 90%;
    margin-left: 5%;
  }

  .classement__header {
    display: inline-block;
  }

  .classement__info {
    height: auto;
  }

  .classement__rang {
   display: none;
  }

  .classement__equipe {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classement__club {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classement__sponsors {
    width: 50%;
  }

  .classement__points {
    width: 50%;
  }
  .classement__points p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 30rem) {
  .classement__equipe {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
  }

  .classement__club {
    width: 50%;
    border-bottom: none;
  }

  .classement__sponsors {
    width: 50%;
    border-right: none;
  }

  .classement__points {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classement__points p {
    font-size: 1.2em;
  }
}



.profile__card {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
  background: white;
  margin-top: 30px;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.profile__header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile__header--left {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.profile__header--right {
  width: 83.05085%;
  float: right;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.profile__right {
  @incpude span(6 of 12 last);
  height: 100%;
}

.circle__thumb {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.circle__thumb img{
  width: 100%;
}

.profile__name {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.profile__points, .profile__rang {
  width: 23.72881%;
  float: right;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #2e4770;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.profile__rang {
  color: #ef7d00;
}

.profile__club {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.profile__sponsors {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.profile__info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prise__card {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
  background: white;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.prise__card .left {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  overflow: hidden;
}
.prise__card .left img {
  max-width: 100%;
  display: block;
}
.prise__card .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
.prise__card .right .line--blue {
  display: block;
  width: 50%;
  height: 2px;
  background: #2e4770;
}
.prise__card .right h3 {
  margin: 0;
  line-height: 2;
}

.nav__btM {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: right;
  background: #2e4770;
}

.wrapper-menu {
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 4px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

@media screen and (max-width: 48rem) {
  .profile__card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
  .profile__name p {
    font-size: 14px;
  }
  .profile__info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile__club {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .profile__sponsors {
    width: 100%;
    float: right;
    margin-right: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .circle__thumb {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }

  .prise__card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
@media screen and (max-width: 40rem) {
  .prise__card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prise__card .left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .prise__card .left img {
    max-width: 100%;
    display: block;
  }
}



.login__block {
  font-family: 'Lato', sans-serif;
  text-align: center;
  clear: both;
  padding: 5%;
  width: 40%;
  float: left;
  margin-left: 30%;
  margin-top: 30px;
  background: white;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
}
.login__block h2 {
  margin-top: 0;
  color: #2e4770;
}

.login-form {
  text-align: center;
}

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

input {
  text-align: center;
  background-color: #ECF0F1;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 0;
  width: 90%;
  transition: border .5s;
}

input:focus {
  border: 2px solid #3498DB;
  box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #2e4770;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.btn:hover {
  background-color: #4469a6;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 48rem) {
  .login__block {
    width: 90%;
    margin-left: 5%;
  }
}

@keyframes zoom-image {
  0%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50%{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
}
.accueil__header {
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Zilla Slab', serif;
}
.accueil__header--bg{
  z-index: 1;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: url("https://visualhunt.com/photos/l/5/fishing-dawn-island-drava-nature.jpg");
  background-size: cover;
  animation-name: zoom-image;
  animation-delay: 2s;
  animation-duration: 85s;
  animation-iteration-count: infinite;
}
.header__title {
  position: relative;
  z-index: 3;
  color: white;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
  text-align:center
}
.header__title h1 {
  margin: 0;
  font-size: 3.35rem;
}
.header__title h2 {
  margin: 0;
  font-size: 1.5rem;
}
.header__title p {
  margin: 0;
}
.cdp__head {
  font-family:calibri;
  font-weight:bold;
  font-size: 2rem;
}
@media screen and (max-width: 48rem) {
  .cdp__head {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1367px) {
  .accueil__header {
    height: 350px;
  }
}
@media screen and (max-width: 48rem) {
  .accueil__header {
    height: 250px;
  }

  .header__title {
    max-width: 80%;
    text-align: center;
  }
  .header__title h1 {
    font-size: 2rem;
  }
}
.orga {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.orga img {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

@media screen and (max-width: 48rem) {
  .orga {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .orga h2 {
    font-family: 'Lato', sans-serif;
    color: #2e4770;
  }
}
.accueil__date {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ef7d00;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
}

.catch {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.catch h2 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.programme {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.dl__button {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  background: #2e4770;
  font-family: 'Zilla Slab', serif;
  color: white;
  text-align: center;
  padding: 15px 0;
  transition: 0.25s all ease;
  text-decoration: none;
}

.dl__button:hover {
  background: #1f304c;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 40rem) {
  .programme {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dl__button {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
  }

  .dl__button:nth-child(2) {
    margin-top: 15px;
  }
}
.partenaires {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.partenaires h2 {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
}

.gallery {
  margin: 0;
}

.gallery__item {
  width: 32.20339%;
  float: left;
  margin-bottom: 1.69492%;
  list-style-type: none;
}
.gallery__item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery__item:nth-child(3n + 2) {
  margin-left: 33.89831%;
  margin-right: -100%;
  clear: none;
}
.gallery__item:nth-child(3n + 3) {
  margin-left: 67.79661%;
  margin-right: -100%;
  clear: none;
}
.gallery__item img {
  max-width: 100%;
  display: block;
}
.gallery__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (min-width: 30rem) {
  .gallery__item {
    width: 32.20339%;
    float: left;
  }
  .gallery__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery__item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 40rem) {
  .gallery__item {
    width: 15.25424%;
    float: left;
  }
  .gallery__item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery__item:nth-child(6n + 2) {
    margin-left: 16.94915%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 3) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 4) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 5) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 6) {
    margin-left: 84.74576%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 64rem) {
  .gallery__item {
    width: 15.25424%;
    float: left;
  }
  .gallery__item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery__item:nth-child(6n + 2) {
    margin-left: 16.94915%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 3) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 4) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 5) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(6n + 6) {
    margin-left: 84.74576%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 30rem) {
  .gallery {
    padding-left: 0;
  }
}
/*
.cdp {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 15px;
}
*/
.foo__logo {
  float: left;
}
.foo__cta {
  width: 95%;
  padding: 15px;
  background: #ef7d00;
  float: right;
  color: white;
  text-align: center;
  text-decoration: none;
}
.foo__cta:hover {
  background: #ff9118;
}
@media screen and (max-width: 48rem){

  .youtube__video{

    width: 90%;
  }
  #bouton__fixe{
    display: none;
  }
  /*
  .cdp {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  */
  .foo__logo {
    width: 90%;
    float: left;
    margin-left: 5%;
  }
  .foo__cta {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-top: 15px;
  }
}
.cdp h3 {
  color: #2e4770;
  font-family: 'Lato', serif;
  margin: 0;
}
.cdp img {
  max-width: 100%;
}

.classement__header {
  height: 70px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.classement .panel {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}
.panel-radios {
  display: none;
}
#tabs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#tabs-list li label {
  display: block;
  padding: 12px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  border-right: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  transition: 0.15s all ease;
}
#tabs-list li label:hover {
  background: #f7f7f7;
}
#panel-1-ctrl:checked ~ .panels #panel-1 {
  max-height: initial;
  opacity: 1;
  float: left;
  width: 100%;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  border-right: none;
  background: #2e4770;
  color: white;
}
#panel-2-ctrl:checked ~ .panels #panel-2 {
  max-height: initial;
  opacity: 1;
  float: left;
  width: 100%;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  border-right: none;
  background: #2e4770;
  color: white;
}
#panel-3-ctrl:checked ~ .panels #panel-3 {
  max-height: initial;
  opacity: 1;
  float: left;
  width: 100%;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  border-right: none;
  background: #2e4770;
  color: white;
}
#panel-4-ctrl:checked ~ .panels #panel-4 {
  max-height: initial;
  opacity: 1;
  float: left;
  width: 100%;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  border-right: none;
  background: #2e4770;
  color: white;
}
.classement__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  width: 100%;
  color:#2e4770;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 15px 0;
}
.classement__link i.fa {
  margin-left: 6px;
}
.classement__link:hover {
  color: #ef7d00;
}
.classement__cat {
  float: left;
  width: 100%;
  padding: 15px 10px 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.classement__cat:last-child {
  border-bottom: none;
}
.classement__cat h2 a {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #1b1b1b;
  font-weight: 700;
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
.classement__cat h2 a:hover {
  color: #2e4770;
}
.classement__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  float: left;
  width: 100%;
}
.classement__list img {
  max-height: 180px;
  object-fit: cover;
  object-position: top;
}
.classement .classement__cat .classement__list .profil {
  float: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin-bottom: 0;
  border: 1px solid rgba(0,0,0,0.1);
  background: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.15s all ease;
  cursor: pointer;
  position: relative;
}
.classement .classement__cat .classement__list .profil:hover {
  background: white;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.classement .classement__cat .classement__list .profil .profil__content {
  float:left;
  width:100%;
  color:#2e4770;
  text-align:center;
  padding: 10px;
  font-size:16px;
  font-weight:bold
}
.classement .classement__cat .classement__list .profil .profil__content span {
  background: #ef7d00;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 2px 8px 4px 8px;
  border-radius: 30px;
}
.classement .classement__cat .classement__list .profil .profil__content p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
@media (hover: none) and (pointer: coarse) {
  #tabs-list li label:hover {
    background: #2e4770;
  }
}
@media screen and (max-width: 930px) {
  .classement__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #tabs-list {
    overflow-x: scroll;
  }
  #tabs-list li label {
    white-space: nowrap;
  }
}
.classement__item {
  height: 70px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.classement__item p {
  color: #121212;
  font-family: 'Zilla Slab', serif;
  margin:0
}
.classement__rang {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  background: #9e9e9e;
}
.classement__info {
  width: 91.52542%;
  float: right;
  margin-right: 0;
  height: 70px;
  background: white;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
  transition: 0.25s all ease;
}
.classement__equipe {
  width: 20%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
}
.classement__club {
  width: 20%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
}
.classement__sponsors {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
  padding: 0 5px;
}
.classement__sponsors p {
  text-align: center;
}
.classement__manche {
  width: 11%;
  float: left;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 0;
}
.classement__manche p {
  margin: 0;
  font-weight: 700;
}
.classement__points {
  width: 13%;
  float: left;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
}
.classement__points p {
  margin: 0;
  font-weight: 700;
}

.equipe__image {
  display: none;
  overflow: hidden;
  height: 100%;
  width: 25%;
  position: relative;
}
.equipe__image img {
  height: 100%;
}

.bg--blue {
  background: #2e4770;
}

.classement__item * .classement__equipe {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.classement__item * .classement__equipe .equipe__image {
  margin-right: 10px;
}

.classement__item:last-child {
  margin-bottom: 30px;
}

.classement__item:nth-child(2) > .classement__rang {
  background: #ef7d00;
}

.classement__item:nth-child(3) > .classement__rang {
  background: #2e4770;
}

.classement__item:nth-child(4) > .classement__rang {
  background: #2e4770;
}

.classement__item > .classement__info:hover {
  background: #ccd8ea;
}

@media screen and (max-width: 48rem) {
  .show-on-mobile {
    display: inline-block;
  }

  #rang__mobile{
    display: none;
  }

  .classement__item {
    height: auto;
    width: 100%;

  }

  .classement__header {
    display: inline-block;
  }

  .classement__info {
    height: auto;
  }

  .classement__rang {
    margin-right: 0;
  }

  .classement__equipe {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classement__club {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classement__sponsors {
    width: 50%;
  }

  .classement__manche {
    width: 25%;
  }

  .classement__points {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classement__points p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 30rem) {
  #pConcoursDetailPrise .classement__detail{
    width:150px;
  }
  #pConcoursDetailPrise .classement__equipe2{
    width:130px;
  }
  #pConcoursDetailPrise .content_overflow{width:643px}
  #pConcoursDetailPrise .classement__club2{width:458px}

  .classement__equipe {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
  }

  .classement__club {
    width: 50%;
    border-bottom: none;
  }

  .classement__sponsors {
    width: 50%;
    border-right: none;
  }

  .classement__manche {
    width: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .classement__points {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classement__points p {
    font-size: 1.2em;
  }
}
.pr__envoyee {
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
  color: #0b6f0b;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (min-width: 48.01rem) {
	.nav__btM {
	  display: none;
	}

  .mobile__nav {
    display: none;
  }
}

.classement__equipe p {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #e83c3c;
}
