@charset "UTF-8";
/*------------------------------------
  SOAC
------------------------------------*/
/* Text */
.soac-background-vert {
  color: #fff;
  background: #0d8d52;
}
.soac-background-bleu {
  color: #fff;
  background: #372980;
}
.soac-background-marron {
  color: #fff;
  background: #96371b;
}
.soac-background-or {
  color: #000;
  background: #e9b939;
}




.soac-background-vert:hover::after {
  background: #0d8d52;
}
.soac-background-bleu:hover::after {
  background: #372980;
}
.soac-background-marron:hovhover::afterer {
  color: #e9b939;
  background: #96371b;
}
.soac-background-or:hover::after {
  color: #96371b;
  background: #e9b939;
}



.soac-background-vert:hover {
  background: #0d8d52;
}
.soac-background-bleu:hover {
  background: #372980;
}
.soac-background-marron:hover {
  color: #000;
  background: #e9b939;
}
.soac-background-or:hover {
  color: #fff;
  background: #96371b;
}





.soac-color-vert {
  color: #0d8d52;
}
.soac-color-bleu {
  color: #372980;
}
.soac-color-marron {
  color: #96371b;
}
.soac-color-or {
  color: #e9b939;
}




.soac-background-vert-opacity { 
  background: rgba(13, 141, 82, 0.8);
}
.soac-background-bleu-opacity {
  background: rgba(55, 41, 128, 0.8);
}
.soac-background-marron-opacity {
  background: rgba(150, 57, 28, 0.8);
}
.soac-background-or-opacity {
  background: rgba(232, 186, 59, 0.8);
}