body {
	font-family: "Work Sans", Sans-serif;
  background: #1A1414;
  color: white;
}
.tooltip {
  position: relative;
  background: rgb(255,203,112);
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #000;
}

.tooltip:before,
.tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}

.tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: rgb(255,203,112) transparent transparent transparent;
  top: -15px;
   transform: translateY(20px);
}

.tooltip:after {
  content: attr(data-tooltip);
  background: rgb(255,203,112);
  width: 350px;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  top: -80px;
  left: 10px;
  padding: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: translateY(20px);
}

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}  
#zone {
background-color: #fff;
color: black;
width: 500px;
padding: 8px;
font-size: 14px;
}
#envoi {
width:50%;
margin:0 auto;
}
#envoi p {
text-align: center;
}
#envoi #fichier {
display: none;
}
#nom_photo {
font-size: 14px;;
}
#msg_err {
color: red;
}
.retour-button {
	 width: 110px;
    font-family: "Work Sans", Sans-serif;
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.5px;
    word-spacing: 0.2em;
 /*   fill: var( --e-global-color-6094cc0 ); */
    color: rgb(255,203,112);
    background-color: black;
    border-style: solid;
  /*    border-color: var( --e-global-color-6094cc0 ); */
  border-radius: 50px 50px 50px 50px; 
    padding: 5px 15px 5px 15px;
}  
.retour-button:hover {
    color: black;
    background-color: rgb(255,203,112);
}
nounderline
{ 
 align: center; 
 color: rgb(255,203,112); 
 text-decoration:none;
} 
a.nounderline
{    
 align: center; 
 color: rgb(255,203,112); 
 text-decoration:none;
} 
a.nounderline:hover
{   
 color: black; 
 text-decoration:none;
} 
.etoile {
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.mail-cadre {
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}