body {
  padding-top: 10px;
  font: 18px Arial, sans-serif;
}

.devenirMembre {
  text-align: center;  
}

.memberSchedule {
  text-align: left;
}

.footer {
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #7F98E6;
  color: white;
}

a {
  color: #00B7FF;
}

.footer a {
  color: white;
}

.caption h1 {
	color: white !important;
}

.caption {
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, .5);
}

.jumbotron {
	background-color: transparent;
}

.commanditaire {
	height:141px;
	max-width:200px;
	cursor: pointer;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 60px;
    height: 50px;
    padding-top: 0;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

.subtitle {
  font-size: small;
  font-style: italic;
  margin-top: -5pt;
}

.smiley {
  height: 75px;
}

.minismiley {
  width: 20px;
  height: 20px;
  padding-left: 5px;
  vertical-align: text-bottom;
}

.questionblock {
  font-size: 16px;      
  padding-top: 20px;
}

.question {
  height: 75px;
  line-height: 75px;
  font-weight: bold;
}

.question span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

.questionblock:nth-child(odd) .question {
  text-align: right;
}

.questionblock:nth-child(even) .col-sm-2 {
  text-align: right;
}

.forfait {
  padding-top: 5px;  
}

.horaire tr td {
  padding-bottom: 1em;
}

.horaire tr td:nth-child(odd) {
  text-align: right;
  padding-right: 5px;
  width: 60px;
}
.horaire tr td:nth-child(2) {
  text-align: center;
  width: 20px;
}
.horaire tr td:nth-child(4) {
  padding-left: 20px;
}

.dataTables_wrapper img {
  max-width: 15vw;
  max-height: 15vh;
}

.dataTables_wrapper {
  font-size: min(1em,2vh)
}

#spinner {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}