a, a:hover, a:visited {
    text-decoration: none;
    color: black;
}

.landing .losange{
	border-bottom: 23px solid #baa079;
}
.landing .losange:before{
	border-top: 23px solid #baa079;
}
.landing .numero{
	color: white;
}
.landing .coupure.impair.first{
	background: none;
}
.landing .coupure.impair, .landing .coupure.pair:before, .landing .produit.pair, .landing .pair{
	background-color: #f9f8f6;
}
.landing .coupure.pair, .landing .coupure.impair:before, .landing .produit.impair{
	background-color: #f2ece4;
}
.landing .header h2 {
	color:#baa079;
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase !important;
    line-height: 1.4em;
	margin-bottom: 15px;
}
.landing .header h2 span {
	color:#000;
	font-size:25px;
}
.landing .produit .contenu {
    max-width: 980px;
}
.landing .header h2, .landing .header p.desc-gen {
    text-align: center;
}
.landing .header p.desc-gen {
    margin-bottom: 50px;
	line-height: initial;
}
.landing .produit h3 span{
	color:#baa079;
}
.landing .produit h3 {
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase !important;
}

.landing .produit h2 span {
	color:#baa079;
	font-family: 'Crimson Text';
}

.landing .produit h2 {
    margin: auto;
    padding: 0 0 15px 0;
    text-transform: uppercase !important;
    text-align: left;
	font-family: 'Crimson Text';
	font-weight: 500;
    line-height: 1.2;
    color: inherit;
    max-width: unset!important;
}
.landing .produit hr {
    width: 50px;
    margin: 0;
    border: none;
    border-bottom: #000 solid 1px;
}
.landing .produit p {
    margin: 15px 0;
	text-align: justify;
	line-height: initial;
}
.landing .produit div.price {
    font-weight: normal;
    margin: 0 0 15px 0;
	white-space: initial !important;
}
.landing .strike{
	text-decoration:line-through;
	color:#9b9b9b;
	font-size: 0.8em;
}
.landing span.pricelitre {
    color: #9b9b9b;
    font-size: 0.8em;
	display: block;
	font-style: italic;
}
.landing .produit .btn {
    border: 1px solid #baa079;
    color: #baa079;
	transition-property: background-color, color;
	transition-duration: 1s;
}
.landing .produit .btn:hover{
    background-color: #baa079;
    color: white!important;
}

.landing .btn {
    border: 1px solid #baa079;
    color: #baa079!important;
}
.landing .btn:hover{
    background-color: #baa079;
    color: white!important;
}