<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
vert clair  #6aa943
vert        #017841
vert fonce  #005129 
*/

.bleu {
    color: #6aa943 !important;
}

.titre, .footer-titre, .cc-titre, .nom-camping {
    color: #6aa943 !important;
}

.note-moyenne-rond-gris {
    color: #6aa943 !important;
}

.bouton-bleu {
  background-color: #6aa943 !important;
}

.onglet-mois-actif, .mois-header, .date_du, .titre-hebergement-page {
  background-color: #017841  !important;
}

@media (max-width: 768px) {
    .h3bleu {
        background: #000000 !important;
        color: white !important;
    }
}

.libre {
  background-color: #6aa943 !important;
}


div.onglet-mois-actif:after {
  border-top: 10px solid #017841  !important;
}

.tableau-resa-date {
  background-color: #017841  !important;
}

.tableau-resa-prix2 {
    background-color: #e9f1e5  !important;
}
.tableau-resa-prix2:hover{
  background-color:#e0ecda !important;
}

.etiquete-prix-rouge {
    background-color: #000000 !important;
}
.table-prix a {
  color:black !important;
}
/*.rouge {
  color:black !important;
}*/
.onglet-mois {
  background-color: #6aa943  !important;
}

.onglet-moisvert {
  background-color: #000000  !important;
}
.onglet-moisvert-actif {
  background-color: #000000  !important;
}
div.onglet-moisvert-actif:after {
  border-top: 10px solid #000000;
}

span.bouton-bleu:after {
  border-top: 10px solid #6aa943 !important;
}

.bouton-bleu-inverse {
  background-color: #6aa943 !important;
}

span.bouton-bleu-inverse:after {
  border-bottom: 10px solid #6aa943 !important;
}

.ziehharmonika h3 {
    color: #6aa943 !important;
}

.ziehharmonika h3.active {
  background: #005129 !important;
  color: #fff !important;
}
.ziehharmonika .active .arrowDown {
  border-color: #005129 transparent transparent transparent !important;
}
.expandable .expand-bar {
    color: #6aa943 !important;
}
.h3vert {
  background: #000000 !important;
}

.bouton-gris {
    color: #6aa943 !important;
}

.bouton-gris-inverse {
    color: #6aa943 !important;
}

.note-grande-rond-bleu {
    background: #6aa943 !important;
}

.note-satisfaisant, .note-excellent, .note-bien, .note-satisfaisant, .note-insuffisant, .note-nsp {
    background: #6aa943 !important;
}

.fond-tarif {
    background-image: url(../img/tarif_fond_clicochic.png) !important;
}

a {
    color: #6aa943 !important;
}

.tableau-resa-bleu{ /*vert pour clico*/
	background-color:#e9f1e5   !important;
	color:#444444;	
	font-size:0.8em;
	text-align:center;
	letter-spacing: .02rem;
	font-family: 'Raleway', sans-serif !important;
	border:4px solid white;
	padding-right: .35rem !important;
}

.tableau-resa-bleu:hover{ /*vert pour clico*/
	background-color:#dfefd7 !important;
}

.tableau-resa-bleu-actif{ /*vert pour clico*/
	background-color:#dfefd7 !important;
}

.decale-td-gauche {
	-webkit-box-shadow:inset 15px 0px 0px 0px #fff;
	-moz-box-shadow:inset 15px 0px 0px 0px #fff;
	box-shadow:inset 15px 0px 0px 0px #fff;
	padding-left: 2em !important;
	text-align:right !important;
}

.etiquete-prix-bleu { /*vert pour clico*/
	color:white;
	font-size:0.7rem;
	background-color:#6aa943 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:2em !important;
}

/*reste en bleu*/
.menuselectionne {
  color: #1ca9e3 !important;
}</pre></body></html>