.convoc-vide-match {
  color: #dc3545;
  font-weight: bold;
  height: 285px;
  margin: 75px 0 75px 0;
  text-align: center;
  text-transform: uppercase;
}

.poste-compo {
  color: #152b49;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
  text-decoration: underline;
}

.hashtag-compo {
  color: white;
  font-style: italic;
  font-weight: bold;
  margin: auto;
  padding-bottom: 15px; 
  text-align: center;
  text-shadow: rgb(0 0 0) 1px 1px 1px;
}

.liste-entrainement {
  background-color: black;
  color: white;
  /* margin-top: -5px; */
  padding-top: 70px;
}
.cropped {
  width: 50px;
  height: 47px;
  overflow: hidden;
  border-radius: 50%;
  float: right;
}
.cropped img {
  /*width: 65px;*/
  /*height: 40px;*/
  /*transform: scale(1.35);*/
  height: 100%;
  width: inherit;
  transform: scale(1.1);
}
.td-joueurs {
  font-size: 1.1em;
  vertical-align: middle;
}
.lien-joueurs {
  color: white;
  /* font-size: 1.1em; */
  text-decoration: none;
}
.objectif-atteint {
  color: green;
}
.objectif-non-atteint {
  color: red;
}
.objectif-seance {
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
}

.chapeau-resultat-detail {
  padding: 10px;
  text-align: center;
}
.chapeau-resultat-detail .date {
  align-items: center;
  display: flex;
  justify-content: center;
}
.date .date-match {
  color: #555e61a3;
  font-size:10px;
  font-weight: bold;
  margin-bottom:-10px;
}
.logo-equipes {
  width: 60px;
}
.score-match {
  align-items: center;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  letter-spacing: 3px;
  margin: 0;
}
.nom-equipes {
  align-items: center;
  display: flex;
  justify-content: center;
}
.equipe-libelle {
  font-size: 12px;
  margin-top: 3px;
}
.terminus {
  font-size:10px;
  font-weight: bold;
  margin-left: -2px;
  margin-top:-25px;
}
.apres-prolong-tab {
  font-size: 10px;
  font-weight: bold;
  margin-left: -2px;
  margin-top: -30px;
}
/* MOBILE */
@media (max-width: 769px) {
  .liste-convocation {
    background-image: url(images/fond_compo.jpg);
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    margin-top: -5px;
    padding-top: 5px;
  }
  .titre-compo {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 15px;
    text-align: center;
  }
  .liste-convocation h2 {
    color: #152b49;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    margin-top: 115px;
    text-align: center;
    text-shadow: white 1px 1px 1px;
  }
  .liste-convocation h3 {
    color: #152b49;
    font-size: 0.9em;
    font-weight: bolder;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: white 1px 1px 1px;
  }
  .coach-convoc {  
    margin: auto;
    text-align: center;
  }
  .coach-convoc img {
    width: 50%;
  }
  .td-align-photo {
    width: 37%;
  }
  .logo-entrainement {
    display: block;
    margin: auto;
    width: 30%;
  }
  .liste-entrainement h2 {
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  .liste-entrainement h3 {
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    text-align: center;
    text-transform: uppercase;
  }
  .liste-entrainement h4 {
    font-family: Montserrat, sans-serif;
    font-size: 0.8em;
    text-align: center;
  }
  .liste-entrainement h5 {
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 5px;
    text-transform: UPPERCASE;
  }
}

/*!* Au-dessus de 1120px *!*/
/*@media (min-width: 1121px) {*/
/*}*/
/* DESKTOP */
@media (min-width: 769px) {
  .chapeau-resultat-detail {
    margin-top: 25px;
  }
  .date .date-match {
    font-size:15px;
    margin-bottom:-20px;
  }
  .logo-equipes {
    width: 120px;
  }
  .score-match {
    font-size: 50px;
    height: 120px;
  }
  .equipe-libelle {
    font-size: 18px;
    margin-top: 5px;
  }
  .terminus {
    font-size:15px;
    margin-top:-40px;
  }
  .apres-prolong-tab {
    font-size: 15px;
    margin-top: -20px;
  }

  .fixer-nav-admin {
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
  }
  .liste-convocation {
    background-image: url(images/fond_compo.jpg);
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    padding-top: 70px;
  }
  .section-match-desktop {
    margin-bottom: -50px;
  }
  .titre-compo {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 15px;
    text-align: center;
  }
  .liste-convocation h2 {
    color: #152b49;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.3em;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    margin-top: 45px;
    text-align: center;
    text-shadow: white 1px 1px 1px;
  }
  .liste-convocation h3 {
    color: #152b49;
    font-size: 1em;
    font-weight: bolder;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: white 1px 1px 1px;
  }
  .liste-padding {
    padding-left: 60px;
  }
  .coach-convoc {  
    margin: auto;
    text-align: center;
  }
  .coach-convoc img {
    width: 45%;
  }
  .logo-entrainement {
    display: block;
    margin: auto;
    margin-top: -20px;
    width: 13%;
  }
  .td-align-photo {
    width: 45%;
  }
  .liste-entrainement h2 {
    font-family: Montserrat, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  .liste-entrainement h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
  }
  .liste-entrainement h4 {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    text-align: center;
  }
  .liste-entrainement h5 {
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 5px;
    text-transform: UPPERCASE;
  }
}

  [class*="reveal-"] {
    opacity: 0;
    transform: translateY(-30px);
  }
  
  .reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5, 0, 0, 1);
  }
  
  .reveal-2 {
    transition-delay: .6s;
  }
  
  .reveal-2:hover {
    transition-delay: -.5s;
  }
  
  .reveal-3 {
    transition-delay: .9s;
  }
  
  .reveal-3:hover {
    transition-delay: -.5s;
  }

/* Entre 769px et 1120px */
@media (min-width: 1121px) and (max-width: 1315px) {
  .nav-resize-width {
    font-size: 0.82em;
  }
  .navbar-brand {
    font-size: medium;
  }
}

/* Entre 769px et 1120px */
@media (min-width: 769px) and (max-width: 1120px) {
  .nav-resize-width {
    font-size: 0.72em;
  }
  .navbar-brand {
    font-size: smaller;
  }
}
