*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(i) {
  font-family: Montserrat;
}

nav,
header {
  width: 100%;
}

.clear {
  clear: both;
  float: none;
}

#editopop {
  position: fixed;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  background-color: white;
  z-index: 1000;
}

/* Popup index */
#FondFade_index {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  display: none;
}

.popup_index {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.popup_index > picture {
  cursor: pointer;
}

.popup_index img {
  max-width: none;
}

.fermer_popup_index {
  position: fixed;
  font-size: 1.8em;
  color: var(--bleu-alpin);
  top: 0px;
  right: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.fermer_popup_index:hover {
  color: firebrick;
}
/* Fin popup index */

/* page formation */

#container-formations {
  width: 98%;
  margin: 0 auto;
  margin-left: 1%;
  display: flex;
  flex-wrap: wrap;
}

#jauge-formation {
  width: 274px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  padding-left: 120px;
  margin-bottom: 50px;
}

#jauge-formation-responsive {
  display: none;
}

/* fin page formation */

.container-blanc {
  color: white;
  font-family: Arsenal;
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  background-color: rgba(60, 65, 74, 0.6);
  padding: 10px;
}

.container-standart {
  width: 1200px;
  margin: 0 auto;

  background-color: rgba(60, 65, 74, 0.6);
  padding: 10px;
}

.boxformationdispo {
  height: 260px;
  width: 30%;
  border: solid 1px white;
  margin-bottom: 30px;
  font-family: Arsenal;
  font-size: 17px;
  float: left;
  margin-right: 38px;
}

.boxformationnondispo {
  height: 260px;
  width: 30%;
  border: solid 1px white;
  margin-bottom: 30px;
  font-family: Arsenal;
  font-size: 17px;
  float: left;
  margin-right: 38px;
  background-color: rgba(255, 255, 255, 0.3);
}

.titremoisformation {
  font-family: arsenal;
  font-size: 26px;
  color: #3c414a;
  margin-bottom: 10px;
}

.imgvignetteformationdispo {
  height: 120px;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  float: left;
}

.imgvignetteformationnondispo {
  height: 120px;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  float: left;
  opacity: 0.5;
}

.disponiblecalendrier {
  width: 100%;
  text-align: center;
  height: 40px;
}

.imgtelechargerformation {
  float: right;
  margin-right: 10px;
  margin-top: -15px;
}

/* finpageacceuil */

/* formations */

.frame-catalogue {
  width: 1200px;
  height: 300px;
}

.contenant-page-formation {
  color: white;
  font-family: Arsenal;
  width: 600px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}

/* fin formations */

.vignetteformationdetail {
  float: right;
  width: 400px;
}

.titreformationdetail {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: solid 1px white;
  padding: 5px;
  font-size: 16px;
}

.containerformationdetail {
  width: 96%;
  margin: 0 auto;
  background: url("img/fond/fond-2020.jpg") no-repeat center fixed;

  font-family: Arsenal;
}

.iconeformationdetail {
  width: 3%;
  float: left;
}

.containerdateformationdetail {
  font-family: Arsenal;
  width: 1200px;
  margin-top: 5px;
}

.boxformationdetaildispo {
  height: 90px;
  font-family: Arsenal;
  border: solid 1px white;
  margin-bottom: 10px;
  font-size: 18px;
  background-color: rgba(60, 65, 74, 0.6);
}

.boxformationdetailnondispo {
  height: 90px;
  border: solid 1px white;
  margin-bottom: 10px;
  font-family: Arsenal;
  font-size: 18px;
  background-color: rgba(60, 65, 74, 0.2);
}

.titrejourformationdetail {
  font-size: 18px;
  margin-top: 10px;
}

.titredateformationdetail {
  font-size: 20px;
  margin-top: 0px;
  color: white;
}

.imgtelformationdetail {
  width: 40%;
  margin-right: 140px;
}

/* boite a outils */

.boutonaction {
  width: 100%;
  cursor: pointer;
  font-size: 17px;
  font-family: Arsenal;
  margin: 0 auto;
  background-color: #3c414a;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 40px;

  font-weight: normal;
}

#deconnexion {
  cursor: pointer;
  font-size: 13px;
  font-family: Arsenal;
  margin-top: 15px;
  background-color: #3c414a;
  text-align: center;
  height: 30px;
  color: white;
  line-height: 30px;
  width: 120px;
}

/* fin boite a outils */

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.labelinput {
  font-size: 20px;
  font-family: Arsenal;
}

#enregistrerpart {
  cursor: pointer;

  margin-top: 10px;
}

#grayBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 105, 105, 0.9);

  z-index: 1999;
}

#customPopup2 {
  display: none;
  z-index: 2000;
  padding: 0px;
  width: 900px;
  height: 500px;
  background-color: white;
  border: solid 2px black;

  font-size: 12px;

  color: #202020;
}

#customPopup {
  display: none;
  z-index: 2000;
  padding: 0px;
  width: 900px;
  height: 500px;
  background-color: white;
  border: solid 2px black;

  font-size: 12px;

  color: #202020;
}

.popup_block {
  display: none; /*--masqué par défaut--*/

  padding: 10px;
  float: left;
  font-size: 1.2em;
  height: 350px;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 101;
  /*--Les différentes définitions de Box Shadow en CSS3--*/
}

#fadelogin {
  /*--Masque opaque noir de fond--*/
  display: none; /*--masqué par défaut--*/
  background: #808080;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
}

#va {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

#returnOnTop {
  background: url("../img/return_on_top.png") no-repeat;
  bottom: 1%;
  cursor: pointer;
  display: none;
  filter: alpha(opacity = 50); /* IE < 8 */
  height: 48px;
  opacity: 0.5;
  position: fixed;
  right: 1%;
  width: 48px;
}

#returnOnTop:hover {
  filter: alpha(opacity = 100); /* IE < 8 */
  opacity: 1;
}

.contenant-image {
  float: left;
  padding-right: 10px;
}

h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 1px;
  color: #a51c1e;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #a51c1e;
  text-align: center;
}

#hr-menu {
  background-color: black;
  height: 1px;
}

.pipe_menu {
  color: #a51c1e;
  padding: 10px;
}

.pipe_menu_responsive {
  color: #a51c1e;
  padding: 10px;
  display: none;
}

.casse-float {
  float: none;
  clear: both;
}

.container {
  height: 100%;
  width: 100%;

  color: black;
  font-family: Arsenal;
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
}

.container_formation {
  height: 100%;
  width: 100%;
  margin: auto;
  color: black;
  font-family: Arsenal;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

/*-------------------------------------------------------- */

.form {
  width: 80%;
  margin: 2rem auto;
  text-align: center;
  display: none;
}
.form div {
  margin: 1rem auto;
}
textarea,
input,
select {
  width: 100%;
  padding: 10px;
}
input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
div.creation {
  padding: 1rem;
  font-size: 16px;
}
.bouton-action {
  /* width: 300px; */
  border: solid 1px black;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  margin: 1rem;
}

.containerAdmin {
  width: 350px;
  border: solid 1px black;
  margin: 2rem 0 2rem 1%;
  padding: 10px;
}
