#search-result a {
  width: 100%;
  display: block;
  color: black;
}
#search-result {
  background-color: white;
  padding-left: 10px;
  color: black;
  display: none;
}
#inputFormRechercheautocomplete-list {
  background-color: white;
  color: black;
  text-transform: lowercase;
  border-top: 1px solid black;
}

/* test du css pour l'autocomplete  */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
/*input {*/
#inputFormRecherche {
  border: 1px solid transparent;
  /* background-color: #f1f1f1;*/
  background-color: white;
  /* border-bottom:1px solid #d6d4d4;*/
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
}
/*input[type=text] {*/
#inputFormRecherche[type="text"] {
  /* background-color: #f1f1f1;*/
  /* background-color:white;*/
  /*  background-color:#787878 !important;*/
  background-color: white !important;
  color: black;
  /*width: 95%;*/
  width:100%;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#div_select > select {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 35px;
  height: 42px;
  top: -1px;
  padding-left: 10px;
}
#inputFormRecherche::placeholder {
  color: white;
}
/*input[type=submit] {*/
#inputFormRecherche[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  /* left: 0;
     right: 0;*/
  left: 30px;
  right: 15px;
  text-align: left;
}
.autocomplete-items div {
  /*  padding: 5px;*/
  padding: 3px;
  cursor: pointer;
  background-color: #fff;
  /*border-bottom: 1px solid #d4d4d4;*/
  padding-left: 15px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  /*  background-color: DodgerBlue !important;
      color: #ffffff;*/
  background-color: #e9e9e9 !important;
}
.elementsAuto {
  color: black;
  /*font-weight: bold;*/
}
.elementsAuto a {
  color: black;
  font-size: 13px;
  /* A voir si ça marche */
  /* display:block;
     width:100%;*/
}
#inputFormRechercheautocomplete-list p {
  margin: 0;
  padding-left: 10px;
  font: normal 12px Roboto;
  text-transform: uppercase;
  color: #929292;
  padding-top: 10px;
}
#inputFormRecherche {
  height: 40px;
  /* height: 35px;*/
  /*height:25px;
    margin-top:3px;*/
}
#barreSuperieur {
  /*position: absolute;
  width: 25%;
  left: 35.5%;
  z-index: 1002;
  text-align: left;*/
  width: 60%;
  margin: auto;
}
#closeBarreRecherche {
  display: none;
  /* background-color:#222222;*/
  background-color: black;
  font-size: 28px;
  width: 8%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 16px;
  /* border-radius: 0 4px 4px 0;*/
  color: white;
  text-align: center;
  cursor: pointer;
}
#closeBarreRecherche i {
  /*top:5px;
    font-size:40px;
    left:5px;*/
  top: 10px;
  font-size: 30px;
  left: 10px;
}

#accesUnivers {
  width: 100px;
  left: -100px;
  position: absolute;
  top: 3px;
}
#accesUnivers select {
  height: 25px;
  border-radius: 0;
  padding: 0;
  /* border-color:#009EFA;*/
  border-color: #4672c4;
  cursor: pointer;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;

  /*  background-image:
          linear-gradient(45deg, transparent 50%, blue 50%),
          linear-gradient(135deg, blue 50%, transparent 50%),
          linear-gradient(to right, skyblue, skyblue);*/
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, #4672c4, #4672c4);
  /*background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;*/
  /* #009EFA */
  background-position: calc(100% - 12px) calc(1em - 2px),
    calc(100% - 7px) calc(1em - 2px), 100% 0;
  /* background-size:
         5px 5px,
         5px 5px,
         2.5em 2.5em;*/
  background-size: 5px 5px, 5px 5px, 25px 25px;
  background-repeat: no-repeat;
}
.padding0Pc {
  display: flex;
  padding-right: 0;
  margin-top: 15px;
}

  #menuResponsive {
    height: 110px !important;
  }
  #menuResponsive .navbar-inverse {
    height: 110px !important;
  }
  #sub-cat-nav {
    top: 40px;
    width: 55%;
    padding-right: 0;
  }
  #sub-cat-nav li.nav-item {
    width: 25%;
  }
  #barreSuperieur {
    /*margin-top: 25px;*/
  }


@media (min-width: 767px) and (max-width: 994px) {
  #inputFormRecherche[type="text"] {
    font-size: 16px !important;
  }
}

#loupeInsideBarre {
  position: absolute;
  display: inline-block;
  /* top:5px;
     right:10px;*/
  right: 0;
  /* top:5px;*/
  top: 0;
  cursor: pointer;
  padding-top: 7px;
  padding-right: 6px;
  padding-left: 3px;
  height: 35px;
  /* background-color:#009EFA; */
  /*background-color:#4672C4;*/
  /* background-color:#787878;*/
  background-color: #000;
}

@media (max-width: 610px) {
  #loupeInsideBarre {
    padding-right: 10.5%;
    width: 9%;
  }
}
@media (max-width: 510px) {
  #loupeInsideBarre {
    padding-right: 11%;
    width: 10%;
  }
}
@media (max-width: 380px) {
  #loupeInsideBarre {
    padding-right: 15%;
    width: 11%;
  }
}

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

/* page de recherche sur les univers */
#rondCompetition {
  background-color: #4672c4;
}
#rondEntrainement {
  background-color: #c87137;
}
#rondCommunaute {
  background-color: #2ea65e;
}
.rondMenu {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.rondNotification {
  background-color: #b01803;
  color: white;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  position: absolute;
  /* left:90px;
     top:5px;
    margin-left:80px;*/
  top: 5px;
  left: 0;
  margin-left: 55%;
}
.rondActif {
  box-shadow: 0px 0px 4px 4px white;
}
#contenuResult {
  /* background-color:#0F3154;*/
  min-height: 300px;
  margin-top: 40px;
}
#entete_titre h1 {
  color: white;
  font: normal 25px Roboto;
  text-transform: uppercase;
  padding-bottom: 45px;
  text-align: center;
}
#separation_titre {
  border-top: 1px solid white;
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
}
#entete_titre {
  text-align: center;
  margin-bottom: 30px;
}
#contenuResultCompetition {
  /* background-color:#0F3154;*/
  /*background-color:#162838;*/
  background-color: #122f4e;
  height: 100%;
  min-height: 300px;
}
#contenuResultEntrainement {
  /* background-color:#C87137;*/
  /*background-color:#162838;*/
  background-color: #122f4e;
  height: 100%;
  min-height: 300px;
}
#contenuResultCommunaute {
  /*background-color:#2EA65E;*/
  /* background-color:#162838;*/
  background-color: #122f4e;
  height: 100%;
  min-height: 300px;
}
.displayNone {
  display: none;
}
.contenuVisible {
  display: block !important;
}
.contenuContainer {
  display: none;
  clear: both;
  margin-top: 20px;
}
.contenuContainer a {
  color: white;
}
.ongletSelection {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border-right: 1px solid white;
  border-left: 1px solid white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  padding-top: 5px;
  border-bottom: 1px solid white;
}
.ongletSelectionActif {
  background-color: transparent;
  border-bottom: none;
  border: none;
}
#sousMenu_competition {
  padding: 0;
  /*  background-color:#0F3154;*/
  /*background-color:#162838;*/
  background-color: #122f4e;
}
#sousMenu_entrainement {
  padding: 0;
  /* background-color:#C87137;*/
  /*background-color:#162838;*/
  background-color: #122f4e;
}
#sousMenu_communaute {
  padding: 0;
  /* background-color:#2EA65E;*/
  /*background-color:#162838;*/
  background-color: #122f4e;
}
.partie_contenu {
  margin-bottom: 10px;
}
.partie_contenu a {
  text-decoration: underline;
  font-size: 14px;
  color: white;
}
.partie_contenu span {
  /* color:#363636;*/
}
.contenu_element {
  color: #808080;
}
#selectUnivers {
  position: absolute;
  height: 35px;
  right: 0px;
  background-color: white;
  color: black;
  width: auto !important;
}
#selectUnivers option {
  background-color: white;
  color: black;
}
@media (max-width: 991px) {
  .rondNotification {
    margin-left: 58%;
  }
}


@media (max-width: 700px) {
  .rondNotification {
    left: 135px;
  }
}
@media (max-width: 650px) {
  .rondNotification {
    left: 115px;
  }
}
@media (max-width: 550px) {
  .rondNotification {
    left: 105px;
  }
}

@media (max-width: 450px) {
  .rondNotification {
    left: 90px;
  }
}
@media (max-width: 400px) {
  .rondNotification {
    left: 80px;
  }
}
@media (max-width: 300px) {
  .rondNotification {
    left: 80px;
  }
}
.rondNotifOnglet {
  background-color: #b01803;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 10px;
}
/* v2 */

#rondCompetition {
  background-color: #4672c4;
}
#rondEntrainement {
  background-color: #c87137;
}
#rondCommunaute {
  background-color: #2ea65e;
}
.rondMenu {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.rondNotification {
  /*  background-color:#B01803;
      color:white;
      height:20px;
      width:20px;
      border-radius:50%;
      padding:2px;
      text-align:center;
      position:absolute;*/
  /* left:90px;
     top:5px;
    margin-left:80px;*/
  background-color: #b01803;
  color: white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding-top: 4px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: 55%;
}
.rondActif {
  box-shadow: 0px 0px 4px 4px white;
}
#contenuResult {
  /* background-color:#0F3154;*/
  min-height: 300px;
  margin-top: 40px;
}
#entete_titre h1 {
  color: white;
  font: normal 25px Roboto;
  text-transform: uppercase;
  padding-bottom: 45px;
  text-align: center;
}
#separation_titre {
  border-top: 1px solid white;
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
}
#entete_titre {
  text-align: center;
  margin-bottom: 30px;
}
#contenuResultCompetition {
  /* background-color:#0F3154;*/
  /*background-color:#162838;*/
  /* background-color:#122F4E;*/
  background-color: #162838;
  height: 100%;
  min-height: 300px;
}
#contenuResultEntrainement {
  /* background-color:#C87137;*/
  /*background-color:#162838;*/
  /* background-color:#122F4E;*/
  background-color: #162838;
  height: 100%;
  min-height: 300px;
}
#contenuResultCommunaute {
  /*background-color:#2EA65E;*/
  /* background-color:#162838;*/
  /* background-color:#122F4E;*/
  background-color: #162838;
  height: 100%;
  min-height: 300px;
}
.displayNone {
  display: none;
}
.contenuVisible {
  display: block !important;
}
.contenuContainer {
  display: none;
  clear: both;
  margin-top: 20px;
}
.contenuContainer a {
  color: white;
}
.ongletSelection {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border-right: 1px solid white;
  border-left: 1px solid white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  padding-top: 5px;
  border-bottom: 1px solid white;
}
.ongletSelectionActif {
  background-color: transparent;
  border-bottom: none;
  border: none;
}
#sousMenu_competition {
  padding: 0;
  /*  background-color:#0F3154;*/
  /*background-color:#162838;*/
  /* background-color:#122F4E; */
  background-color: #162838;
}
#sousMenu_entrainement {
  padding: 0;
  /* background-color:#C87137;*/
  /*background-color:#162838;*/
  /* background-color:#122F4E; */
  background-color: #162838;
}
#sousMenu_communaute {
  padding: 0;
  /* background-color:#2EA65E;*/
  /*background-color:#162838;*/
  /* background-color:#122F4E;*/
  background-color: #162838;
}
.partie_contenu {
  margin-bottom: 10px;
  margin-top: 10px;
}
.partie_contenu a {
  text-decoration: underline;
  font-size: 14px;
  color: white;
}
.partie_contenu span {
  /* color:#363636;*/
}
.contenu_element {
  color: #808080;
}
.date_element {
  margin-bottom: 10px;
}
#selectUnivers {
  position: absolute;
  height: 35px;
  right: 0px;
  background-color: white;
  color: black;
}
#selectUnivers option {
  background-color: white;
  color: black;
}
@media (max-width: 991px) {
  .rondNotification {
    margin-left: 58%;
  }
}

@media (max-width: 767px) {
  /*#selectUnivers{
        height:50px;
        z-index: 1000;
        left: 38%;
        right: 85%;
        left: 10px;
        width:80px;
    }
    .form_badminton{
        left: 70px;
        font-size: 16px !important;
    }*/
  .ongletSelection {
    border-left: none;
    border-right: none;
  }
  #contenuResult {
    padding: 0;
  }
  .rondMenu {
    width: 75px;
    height: 75px;
  }
  .rondNotification {
    left: 65px;
    margin-left: 0;
  }
  .partie_contenu {
    padding: 0;
  }
  #entete_titre {
    padding: 0;
  }
  #entete_titre h1 {
    margin: 10px;
  }
  /* .rondNotification{
         left:85px;
         top:0;
         margin-left:10%;
     }*/
  .rondMenu span {
    display: none;
  }

  .rondMenu svg {
    height: 45px;
    width: 45px;
  }
  .rondMenu {
    height: 80px;
    width: 80px;
    padding-top: 19px;
  }
  .rondNotification {
    left: 150px;
  }
}
@media (max-width: 700px) {
  .rondNotification {
    left: 135px;
  }
}
@media (max-width: 650px) {
  .rondNotification {
    left: 115px;
  }
}
@media (max-width: 550px) {
  .rondNotification {
    left: 105px;
  }
}

@media (max-width: 450px) {
  .rondNotification {
    left: 90px;
  }
}
@media (max-width: 400px) {
  .rondNotification {
    left: 80px;
  }
}
@media (max-width: 300px) {
  .rondNotification {
    left: 80px;
  }
}
.rondNotifOnglet {
  /*background-color:#b01803;
    border-radius: 50%;
    height:20px;
    width:20px;
    font-size:12px;
    display: inline-block;
    position:absolute;
    top:10px;*/
  background-color: #b01803;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 5px;
  padding-top: 4px;
}
.titreLien {
  padding-left: 10px;
}
.lienSiteClub {
  color: #808080 !important;
}
.separationTournois {
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}
.padding30 {
  padding-top: 30px;
  clear: both;
}
.elementPosteur {
  padding-top: 20px;
  padding-left: 25px;
}
.element_search {
  font-weight: bold;
  color: #c0c0c0;
}
.logoJoueurPro {
  position: absolute;
  margin-top: -5px;
  margin-left: 10px;
  fill: #e74c3c;
}

/* Correciton avec le forum  */
.select #selectUnivers {
  display: block !important;
  width: auto !important;
  padding: none !important;
  position: absolute !important;
  top: 0 !important;
}
