<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** styles de base **/ 
/** utilisés par le site &amp; l'editeur ! **/ /*
body,td,th,p,div{
        font-family: Arial, sans-serif;
  		font-size: 12px;
		color: #000000;
}
/**/
div.spacer{

	clear: both;
    margin:0px;
    padding:0px;

}
a {
    color: #044443;
    text-decoration: none;
}
a:hover {
    color: var(--yellow-secondary);
    text-decoration: none;
}

main{
	min-height:calc( 100% - 325px);	
}
/*
h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}
/**/

textarea {
    overflow: auto;
}

.couleurDoree{
	color:var(--yellow-secondary);
}
.couleurVerte{
	color:#044443;
}
.lien_etalon{
	color:var(--yellow-secondary);
	font-weight:500;
}
/*
styles photos  pour alignement (utilisés par éditeur)
*/
.align_right {
  margin: 0 0 10px 10px;
  float:right;
}
.align_left {
  margin: 10px 10px 0 0;
  float:left;
}

/*
  styles pour les tableaux
  dispo dans tinymce &gt; Format et plugin tinymce &gt; Table notamment
*/

/* grille : bords sur toutes les cases */
table.table_grille {

}
 table.table_grille td {
  border:1px solid #999;
 }

/* listing : bords bas */ 
table.table_listing {
  
}
 table.table_listing td {
  border-bottom:1px solid #999;
 }
 
 
/* liens */
a.lien_telecharger, div.lien_telecharger {

    width:60px;
    margin-top:5px;
    background-color: #83cde0;
    color:#fff;
    padding:4px;
    padding-left:24px;
    padding-right:6px;

    text-decoration: none;
    
    background-image:url('../../upload/puces/fleche_bas.png');
    background-repeat:no-repeat;
    background-position:2px 1px;
    
    border-bottom:2px solid #118fb5;
}
a.lien_telecharger:hover, div.lien_telecharger:hover {
    color:#000;
    background-color: #cfe9f0;
    text-decoration: none;
    background-image:url('../../upload/puces/fleche_bas_on.png');
}

a.lien_feuilleter, div.lien_feuilleter {

    width:60px;    
    margin-top:5px;
    background-color: #83cde0;
    color:#fff;
    padding:4px;
    padding-left:24px;
    padding-right:6px;

    text-decoration: none;
    
    background-image:url('../../upload/puces/feuilleter.png');
    background-repeat:no-repeat;
    background-position:2px 1px;
    
    border-bottom:2px solid #118fb5;
}

a.lien_feuilleter:hover, div.lien_feuilleter:hover {
    color:#000;
    background-color: #cfe9f0;
    text-decoration: none;
    background-image:url('../../upload/puces/feuilleter_on.png');
} 
 
/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
div.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);
}

.backtop {
        float:left;
        width:100%;
        text-align:right;
}

.pedigree_contenu h2{
	padding:10px 0px 4px 0px;
	color:var(--yellow-secondary);
	font-size: 18px;
	margin-bottom: 4px;
}

p.ligneVerticale{
	position:relative;
}

p.ligneVerticale::before {
	content: '';
	position:absolute;
	border-left:2px solid #c3a473;
	left:20px;
	height:calc( 100% - 4px); 
	margin:2px;
}

.pedigree_contenu p{
    margin-block-start: 0em;
    margin-block-end: 0em;
	margin:0px;
	padding:0px;
}

.menu_actif{
	color: var(--yellow-secondary)!important;
}
#cboxTitle{
	display:none!important;
}
.signature{
	color:var(--yellow-secondary);	
	font-weight:400;
}
.guillemet{
	color:var(--yellow-secondary);	
	font-size:72px;
	font-family:arial;
}


.entete{				
	color:#044443;
}

.actualites--item-titre h1{
    margin: 10px 0 32px 0;
}

.photoActu {
	width:100%;
	
	text-align:center;
	background-color:transparent;
	border:1px solid #f4f4f4;
}


.quotes{
	position:relative;
	padding:45px;
	text-align:justify;
	font-style:italic;
}
.quotes::before{
	position:absolute;
	content:" ";				
	left: 0px;	
	top: 0px;
	background-image: url(web/images/quote-left.svg);				
	background-size: contain;
	background-repeat:no-repeat;
	height: 37px;
	width: 37px;	
	filter: opacity(33%);									
}
.quotes::after{
	position:absolute;
	content:" ";				
	right: 0px;	
	bottom: 0px;
	background-image: url(web/images/quote-right.svg);				
	background-size: contain;
	background-repeat:no-repeat;
	height: 37px;
	width: 37px;
	filter: opacity(33%);											
}



@media only screen and (max-width: 1160px) {

	.photoActu {
		width:auto;
	}
	.photoActu img{
		/*max-width:80vw!important;*/
	}
}
/**/
#acces-rapides .acces-rapide img{
	max-height:245px;
	width:100%;
}

#acces-rapides .acces-rapide {
	width:33.33%;
}

@media only screen and (max-width: 800px) {

	#acces-rapides .acces-rapide {
		width:46.33%;
	}
}
@media only screen and (max-width: 500px) {

	#acces-rapides .acces-rapide {
		width:100%;
	}	
}
/*
.actualites--item a.lienPhotoActu{
	width: calc(100% - 12px);
    margin-left: -12px;
	margin-top: 12px;
}
/**/</pre></body></html>