body {
  color:black;
  background-color:white; 
  background-image:url(../images8/fond_gris2.avif);
}

hnega {
  text-align: center;
  font-family:lucida calligraphy, serif;
    color: #FFFFFF;
  display: block;
   text-shadow: 3px 2px #969696;
    
  font-size: 3.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


nnega {
  text-align: center;
  color : #000000;
  font-family:lucida calligraphy, serif;
  display: block;
  font-size: 4em;
  margin-top: 0.1em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(0, 112, 241, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(0, 83, 178, 1);
  
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.img_nega {
    display:inline-block;
    
    /* border:1px solid black; */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    
}

.col {
        flex: 1; 
        padding: 1em;
      }

.row3 {
	      font-family: sans-serif;
	      font-size: 1.2em;
	      color: #333;
  	      background-color: #d6d6d6;
  	      text-align: justify;
  	      border-radius: 30px;
        display: flex;
        width: 87%;
      }
    
      .col2 {
        flex: 1; 
        padding: 1em;
      }

#footer_nega {
	font-family:arial, sans-serif;
    font-size: 20px;
	text-align: center;
	display: block;
	background-color: #ababab;
	height: 60px;    
}
	
 #footer_nega p {
	color: #000000;
	font-weight: bold;
	position: relative;
	top: 18px;
}

