.event_switch
{
  /*display: flex;*/
  display: none;
  justify-content: center;
  margin-top: 35px;
}

.event_button
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  border: solid 1px #dedede;
  border-radius: 12px;
  color: white;
}

.event_button:nth-child(1)
{
  background-color: #002e7b;
  margin-right: 30px;
}

.event_button:nth-child(2)
{
  background-color: #880202;
  margin-left: 30px;
}

.event_button:hover
{
  cursor: pointer;
}

.convocation_container
{
  /*display: flex;*/
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  /*border: solid 1px green;*/
}

.convocation_header
{
  display: flex;
  align-items: center;
  width: 100%;
  height: 63px;
  padding-left: 7px;
  color: white;
  font-weight: bold;
}

.convocation_header > img
{
  width: 80px;
  margin-right: 40px;
}

.header_repetitions{ background-color: #002e7b; }
.header_concours{ background-color: #880202; }

/* *********************************** */

.jour_salle
{
  padding: 0 15px;
  margin: 37px 0;
  font-size: 1.1em;
  text-align: center;
}


/* *********************************** */

.convocation
{
  display: flex;
  align-items: center;
  max-width: 600px;
  height: 60px;
  margin: auto;
  border-radius: 8px;
}

.convocations_repetitions .convocation_main{ border: solid 1px #002e7b; }
.convocations_concours .convocation_main{ border: solid 1px #880202; }

.horaire
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 20px;
  background-color: white;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.candidat
{
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
}

.candidat_nom
{
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.convocations_repetitions .convocation_main{ background-color: #002e7b;}
.convocations_concours .convocation_main{ background-color: #880202;}

.convocation_chauffe
{
  position: relative;
  z-index: -1;
  left: 10px;
  top: -8px;
  width: calc(100% - 55px);
  padding-left: 34px;
  font-style: italic;
  font-size: 0.9em;
  border: solid 1px #d5d5d5;
}

@media(min-width: 750px)
{
  .convocation_chauffe
  {
    left: 55px;
  }
}

.convocations_repetitions, .convocations_concours, .convocation_candidat
{
  width: 100%;
}

.pause
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin: 8px 0 17px 0;
  background-color: #f4f4f4;
  font-size: 1.1em;
  font-weight: bold;
}