body{
  font-family: 'epocapro', Arial;
}
/** Menu **/
.espace-menu{
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: lightgrey;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 0 20px;
  box-shadow: 0px -12px 30px black;
}
.wrapper-menu{
  display: flex;
  align-items: center;
}
.left-menu{
  font-weight: bold;
}
.right-menu{
  margin-right: 25px;
}
.right-menu select{
  height: 100%;
  vertical-align: middle;
  margin-left: 10px;
}
.item-menu{
  color: black;
  font-family: 'DharmaGothicE';
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
}
.item-menu a{
  color: black;
  text-decoration: none;
}
.item-menu:hover{
  cursor: pointer;
  background-color: grey;
}
.btn-save{
  font-family: 'DharmaGothicE';
  text-transform: uppercase;
  font-size: 28px;
  border: none;
  background: none;
}

/** conteneur **/
.espace_toogle{
  padding-top: 75px;
  text-align: center;
}
.btn_toogle{
  font-size: 24px;
}
.espace_preview{
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding-top: 100px;
}
.conteneur{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 1px 25px 25px 25px;
  background: lightgrey;
  border-radius: 15px;
}
.conteneur input{
  width: 99%;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px;
  border: none;
}
.conteneur input.smallInput{
  width: inherit;
}
.conteneur label, .conteneur option{
  font-family: 'epocapro', Arial;
  margin-right: 15px;
}
.conteneur select{
  margin-bottom: 25px;
}
h1{
  font-family: 'DharmaGothicE';
  text-transform: uppercase;
  font-size: 48px;
}
h2{
  font-family: 'DharmaGothicE';
  text-transform: uppercase;
  font-size: 32px;
}
/** lightbox **/
.popUp{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  top: 0;
  left: 0;
}
.espaceClose{
  position: fixed;
  font-family: 'DharmaGothicE';
  color: white;
  font-weight: 700;
  font-size: 2.5em;
  z-index: 9999999;
  width: 46px;
  height: 46px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background-color: red;
  text-align: center;
  line-height: 1.1;
  top: 6%;
  right: calc(50% - ((85% + 25px)/2));
}
.close-publier{
  top: 6%;
  right: calc(50% - ((80% + 25px)/2));
}
.close-apercu{
  top: 3%;
  right: calc(50% - (775px/2));
}
.espaceClose:hover{
  cursor: pointer;
}
.espace_code{
  display: none;
  width: 80%;
  height: 80%;
  padding: 25px;
  background-color: white;
  border: 2px solid black;
  margin: auto;
  color: black;
  overflow-y: scroll;
}
.btn-copy{
  display: none;
  width: 20%;
  height: 25px;
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom: 10px;
}

/** save message **/
.msg-popup{
  display: none;
  position: fixed;
  top: 6%;
  left: 2%;
  background-color: #fffcde;
  text-align: center;
  padding: 50px;
  z-index: 9999999;
}
