h1 {
  text-align: center;
}

form {
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
}


#container-calendrier {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.container-calendrier-box-complet {
  width: 29%;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;

  box-shadow: 0px 0px 5px 0px rgba(108, 110, 105, 1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(108, 110, 105, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(108, 110, 105, 1);
}

.nomformation {
  margin-top: 5px;
  font-size: 14px;
  height: 38px;
  text-align: center;
  color: black;
}

.dateformation {
  font-size: 13px;
  margin-left: 105px;
}


.villeformationligne {
  margin-left: 105px;
  margin-top: 3px;
  
  font-weight: 500;
  font-size: 14px;
}

.Programme
{
margin-top: 6px;
text-decoration: underline;
font-size: 14px; 
text-align: center;
}

.ContenantProgramme
{
margin-top: 6px;
padding-left:10px;
padding-right: 10px;
height: 46px;
color: black;
margin-left:105px;
font-size: 12px; 
text-align: justify
}
.inscription-formation {
  background-color: black;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 1px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.centrer_joindre {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}

.titre_joindre {
  font-size: 1.4em;
  display: flex;
  align-items: center;
}

.joindre_egal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 1.3em;
  margin-top: 10px;
  line-height: 30px;
}

.joindre_egal span {
display: flex;
align-items: center;
}

.joindre_egal span span {
  margin-right: 10px;
}

.joindre_egal span a:hover {
  color: #e5c390;
}
@media screen and (max-width: 1500px) {
  .container-calendrier-box-complet  {
      width: 42%;
  }
}

@media screen and (max-width: 1000px) {
  .container-calendrier-box-complet  {
      width: 98%;
      margin-left: 5px;
      margin-right: 5px;
  }
}