@charset "UTF-8";

/* ************************* */
/* ******** PODUIM  ******** */

nav .goNext {
  display: none;
}


#poduim {
}


#poduim main {
  margin-bottom: 400px;  /* JS : faire code pour récupérer en dynamique la hauteur du footer et changer la valeur u margin-bottom */
}

#poduim main h1{
  font-size: 3em;
}

.contenairePodium::after {
  content: " ";
  display: table;
}

.contenairePodium::after {
  clear: both;
}

.contenairePodium {
  border: dashed 5px #cfcfcf ;
  max-width: 1050px;
  margin: 0 auto;
  /*padding: 20px 100px 100px;*/
  padding: 20px 0px 100px;
  /* si il n'y a pas d'image de fond pour le poduim, mettre une couleur dans le bg de la class .contentPodium .basePoduim */
  background: url("img/poduim-default.png") bottom center no-repeat;
}

.contenairePodium h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8em;
}



.contentPodium .basePoduim {
  /* activer si il n'y a pas d'image de fond pour le poduim. Cf : .contenairePodium   */
  /*background-color: #e0003d; */
} 


.contentPodium {
  display: table-cell;
  vertical-align: bottom;
}

.candidatPoduim {
  width: 80%;
  height: 315px; /*  réel 335px | -20px margin   */
  margin: 0 auto;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 12px #cecece;
  text-align: center;
}

.poduim1 .candidatPoduim {
  margin-bottom: 55px;
}

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

.poduim3 .candidatPoduim {
  /*margin-bottom: 10px;*/
}

.candidatPoduim .vignetteVideo {
  width: 255px;
  height: 145px;
  margin: 10px auto 0;
}

.candidatPoduim .nomSociete {
  font-size: 25px;
}

.candidatPoduim .voteQuantite {
  font-size: 25px;
}

.contentVote {
  /*border-top: 5px solid #ccc;*/
  /*  max-width: 1065px;
    margin: 50px auto;
    padding: 50px 0 0;*/
  max-width: 1065px;
  margin: 10px auto 50px;
  padding: 0px;
}



.contentVote .candidatVote {
  position: relative; /* por positionner le .numeroPoduim  */
  float: left;
  /*width: 270px;  réel 312px  |  -2*20px padding et -2 border  */
  width: 290px; /* réel 312px  |  -2*20px padding et -2 border  */
  /*height: 140px;  réel 180px  |  -2*20px de padding  */
  height: 220px; /* réel 180px  |  -2*20px de padding  */
  margin: 2% auto 0 3%;
  /*padding: 20px;*/
  padding: 15px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 12px #cecece;
}

.contentVote p {
  margin: 0;
}

.contentVote .nomSociete {
  /*font-size: 26px;*/
  font-size: 17px;
  letter-spacing: -0.5pt;
}

.contentVote .nomActivite {
  /*  font-size: 20px;
    margin-top: 10px; */
  font-size: 16px;
  margin-top: 10px;
  height: 24px;
  overflow: hidden;
}

.contentVote .voteQuantite {
  font-size: 20px;
  margin-top: 20px; 
}

.contentVote .numeroPoduim {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #e0003d;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
}

.contentVote .numeroPoduimSmall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 40px;
  background-color: #e0003d;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
}

.contentVote .vignetteVideo {
  width: 255px;
  height: 145px;
  margin: 10px auto 0;
}

.contentPodium .basePoduim {
  width: 350px;
  text-align: center;
  color: #fff;
  font-family: "Gotham Light", sans-serif;
}

.contentPodium.poduim2 .basePoduim {
  height: 145px;
}

.contentPodium.poduim1 .basePoduim {
  height: 215px;
}

.contentPodium.poduim3 .basePoduim {
  height: 100px;
}

.basePoduim .decoPoduim {
  /*width: 10%;*/  /* font dans css-client avec ajout class .decoImg[x] */
  display: inline;
  vertical-align: middle;
}

.basePoduim .textPoduim {
  margin: 0;
  line-height: 100px;
}


.btVoter {
  margin: 0 auto;
  border: 0;
  max-width: 100pt !important;
  line-height: 20pt !important;
}
