/* couleur de fond pour le site */
body {
  background: #1B2028;
  font-family: 'Helvetica', sans-serif;
}
                                                        /*En tête*/
/* espace attribué pour boutons et nom */
.en_tete_page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    height:150px;
    background:#1B2028;
}

/* espace logo*/
.logo_nom{
    position: fixed;
    top: 10px;
    left: 20px;
    width: 35%;
    padding: 5px;
    z-index: 1;
    height:calc(250px/2);
    /*background:rgb(208, 216, 208)*/
}
.logo_nom_profession{
    position: fixed;
    top: 70px;
    left: 20px;
    width: 35%;
    padding: 5px;
    z-index: 1;
    height:calc(250px/2);
    text-align: center;
    /*background:rgb(223, 150, 41)*/
}
/* espace attribué pour le nom */
.nom_manuscrit{
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Georgia', sans-serif;
}


/* couleur dorée */
.dore{
    color: #C8A76A;
}
.gris{
    color: #a4a3a1;
    
}
.blanc{
    color: #f7f6f4;
}
.marge_0{
    margin:0;
}


/*Zone réservée pour les boutons*/
.emplacement_boutons{
    position: fixed;
    top: calc((150px-125px)/2);
    right: 50px;
    width: 50%;
    padding: 5px;
    z-index: 1;
    height:calc(250px/2);
    text-align: center;
    /*background:rgb(208, 216, 208)*/
}

.bouton {
  border: none;
  /*background-color: #04AA6D;*/
  background-color: #1B2028;
  padding: 45px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color: #a4a3a1;
}
.bouton_actif{
  border: none;
  box-shadow: inset 0 -3px 0 #C8A76A;
  /*background-color: #04AA6D;*/
  background-color: #1B2028;
  padding: 45px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color: #C8A76A;
}
.bouton:hover{
  box-shadow: inset 0 -1px 0 #C8A76A;
  /*background-color: #04AA6D;*/
  padding: 45px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  color: #C8A76A;
}

                                                    /*contenu acceuil*/
                                                  /*texte et photo*/


.moyen{
  font-size: 250%;
}
.grand{
  font-size: 350%;
}
.manuscrit{
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Georgia', sans-serif;

}