@charset "utf-8";
/* Home Texte */

.teaser-content {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
	background-color:#393938;
	padding: 10px;
}

.head a {
	margin-top: 10px;
	color: white;
    text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	padding-left: 80px;
	line-height: 2.8;
	font-family: "Museo300Regular", Helvetica, Arial, sans-serif;
	font-size: 5.2vmin;
}

.teaser-description {
    min-height: 93px;
    border-top: 3px solid #b8b3ad;
    padding: 1.25em .9375em 0 1.875em;
    overflow: hidden;
    padding-bottom: 7px;
	background: #393938;
    background: rgba(0,0,0,0.7);
}

.teaser-link {
	background-color:#393938;
	background: rgba(0,0,0,0.7);
    padding-left: 1.875em;
	width: 100%;
	-moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
	

	-moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;	
	border-bottom-right-radius:6px;
}


.ribbon {
  position: absolute;
  left: 11px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 200px;
  height: 200px;
  text-align: right;
}
.ribbon span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 157px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#036C96 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 22px;
  left: -37px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}