:root{
    --GDY-bg-color:#D6E6DA;
    /*--GDY-bg-color:rgba(255, 217, 0, 0.561);*/
    --GDY-bgh-color:#088A08;
    /*--GDY-bgh-color:#4b088a;*/
}
a.modal_appel {
  text-decoration: none;
  padding: 5px;
  background-color: white;
  border-radius: 2px 8px;
  /*text-transform: uppercase;*/
  color: blue;
}
/* modal */

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal_content {
  border-radius: 4px;
  position: relative;
  width: 700px;
  max-width: 90%;
  /*background: white;*/
  background:green;
  background:#7d9b68;
  background:#376d12;
  color:white;
  padding: 1.5em 2em;
}

.modal_close {
  position: absolute;
  top: 40px;
  right: 10px;
  color: white;
  
  text-decoration: none;
}
/* aig  */
.aig td
{
  width:150px;
  font-size:12px;
  font-family: Verdana,Tahoma;
}

.aig a
{                            

  border-radius: 8px;  
  border: solid thin #929292;
  text-shadow: none;
  background: #D6E6DA;  
  color: black;
  text-decoration: none;
  font-family: Verdana,Tahoma;
  font-size:12px;

}
.aig a:hover
{

  background:#088A08;
  color:#fff;
  text-decoration: none;
}

.aig td:focus
{
  background:#088A08; 
}


