<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Variables de couleur
*/

/*Fond*/
.ficheDeReference{
    padding:10px;
}
/*Puces*/
.ficheDeReference ul{
    list-style-type: none;
}
.ficheDeReference ul li:before{
    content: "â€¢"!important;
    padding-left: 5px!important;
    position: absolute;
    left: -15px;
    top:0.1em;
}
.ficheDeReference ul li{
    position: relative;
    left: 15px;
    padding-bottom: 15px;
}
/*Accordeons*/
.ficheDeReference .Cas{
  overflow: hidden;
}
.ficheDeReference .ui-corner-all{
    border-radius:0;
}
.ficheDeReference .ui-accordion *:focus{
  outline: none;
}
.ficheDeReference .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;

}
.ficheDeReference .ui-accordion .ui-accordion-header{
  padding-left: 15px;
}
.ficheDeReference .ui-accordion .ui-accordion-header::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: -5px;
  position: relative;
  top: 0.35em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}
.ficheDeReference .ui-accordion .ui-accordion-header.ui-state-active::before{
  transform: rotate(45deg);
}
.ficheDeReference .ui-accordion.radio .ui-accordion-header::before {
  content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.ficheDeReference .ui-accordion.radio &gt; .ui-state-default {
    border: none;
}
.accordionChoice &gt; .ui-accordion-content &gt; .Cas &gt; .Titre{
  display: none;
}
.page_interieur .ficheDeReference  h2.titreOngletCas{
  display: none;
}
.page_interieur .ficheDeReference .contenuChapitre  h2.Titre{
  display: none;
}
.ui-accordion.radio .ui-accordion-content .Cas &gt; ul, .ui-accordion.radio .ui-accordion-content .Cas &gt; table, .ui-accordion.radio .ui-accordion-content .Cas &gt; p{
  padding: 5px;
}
/*Tabs*/
.ficheDeReference .ui-widget-header{
    border:none;
}
.ficheDeReference .ui-widget-content{
    border:none;
}
.ficheDeReference .ui-tabs &gt; li{
    border-radius:0;
}
.ficheDeReference .ui-tabs .ui-state-default a{
    border:none;
}
/*Bloc Info*/
.ficheDeReference .onglet &gt; ul li:before{
    content: none !important;
}
/*BlocMore*/
.ficheDeReference .blocMore &gt; div{
    padding: 25px 0;
}
.ficheDeReference .blocServiceEnLigne &gt; ul li:before{
    content: none !important;
}
/* Button Expand */
.ficheDeReference .expandAll{
    float:right;
}
.ficheDeReference .expandAll button{
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    margin-left: 10px;
    font-family: "Ruda", Arial, sans-serif;
    font-weight:normal;
}
.ficheDeReference .expandAll button:focus {
    outline: none;
}
#repAll::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: -5px;
	position: relative;
	top: 8px;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}
#depAll::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: -5px;
	position: relative;
	top: 4px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}

/*
    Mini-reset
*/
.ficheDeReference a,
.ficheDeReference p,
.ficheDeReference ul,
.ficheDeReference li,
.ficheDeReference h1,
.ficheDeReference h2,
.ficheDeReference h3,
.ficheDeReference h4,
.ficheDeReference h5,
.ficheDeReference h6
{
    font-size: 14px;
    margin:0;
    padding:0;
}
.ficheDeReference h1,
.ficheDeReference h2,
.ficheDeReference h3,
.ficheDeReference h4,
.ficheDeReference h5,
.ficheDeReference h6
{
  line-height: 1;
}
.ficheDeReference &gt; div{
    margin:15px auto;
    width: 95%;
}
.ficheDeReference header{
    margin-bottom: 45px;
}
.ficheDeReference header h2{
    font-size: 1.8em;
    text-align : center;
    padding: 25px 40px 10px 40px;
}
.ficheDeReference .contenuChapitre &gt; h2{
    font-size: 1.3em;
    margin-bottom:10px;
}
.ficheDeReference .SousChapitre h2{
    font-size: 1.1em;
    margin:15px auto;
}
.ficheDeReference .SousChapitre &gt; p, .ficheDeReference .contenuChapitre &gt; p{
    margin:5px auto;
}
.ficheDeReference .contenuChapitre &gt; p &gt; strong{
    margin:15px auto 10px auto;
    display: block;
}
.ficheDeReference header .credits{
    font-size: 0.8em;
    text-align : center;
}
.ficheDeReference .Source{
    font-size: 0.7em;
}
.ficheDeReference .Attention{
  padding:15px 15px 15px 45px;
  margin: 10px 0;
  position: relative;
}
.ficheDeReference .Attention h2{
  padding: 0;
}
.ficheDeReference .Attention::before{
  content: "!";
  position: absolute;
  font-size: 40px;
  left: 0.5em;
  top: 50%;
  margin-top: -28px;
}
.ficheDeReference .avertissement{
    padding:10px;
}
.ficheDeReference .avertissement h2{
    text-align:center;
}
.ficheDeReference .avertissement &gt; p{
    font-size: 0.8em;
    text-align : center;
}
.ficheDeReference ul.puce{
    list-style-type: none;
}
.ficheDeReference ul.puce li p{
    display:inline-block;
}
/*Service en ligne*/
.ficheDeReference .fiche-item-demarche{
    margin:25px auto;
    width:95%;
    padding:10px;
}
.ficheDeReference .fiche-item-demarche .fiche-sur-titre{
    font-size:0.9em;
}
.ficheDeReference .fiche-item-demarche h5{
    font-size:1.2em;
}
.ficheDeReference .fiche-item-demarche .demarche-button{
    width: 40%;
    margin: 25px auto 10px auto;
}
.ficheDeReference .fiche-item-demarche .demarche-button a{
    display:block;
    font-weight: 100;
    text-align: center;
    padding: 15px;
    text-decoration:none;
}
.ficheDeReference .fiche-item-demarche .demarche-button .source{
    text-align: center;
}


.blocServiceEnLigne &gt; ul {
    list-style-type: none;
}
.blocServiceEnLigne &gt; ul li {
    padding:10px 0;
}
.centreDeContact &gt; h2{
    cursor:pointer;
    text-indent: 15px;
}
.centreDeContact &gt; h2::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: -10px;
    position: relative;
    top: 5px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
}
.centreDeContact .collapse{
    display:none;
}

/*BlocMore*/
.ficheDeReference .blocMore ul{
     list-style-type: none !important;
}
.ficheDeReference .voirAussi ul li a h2{
   font-size:1em;
}
.coord{
    display: none;
}
/*collapse*/
.ficheDeReference .collapse {
    visibility: visible;
}
.ficheDeReference .collapse .contenuChapitre{
  border:none !important;
}

/*printSection*/

.printSection{
  float:right;
  margin:5px;
  width: 32px;
  height:32px;
  background-size: 100%;
  background-image:url('img/print.png');
  cursor: pointer;
}

.printSectionComplete{
  float:right;
  margin:5px;
  width: 32px !important;
  height:32px;
  background-size: 100%;
  background-image:url('img/print.png');
  cursor: pointer;
}
.urlForPrint{
    display: none;
}
</pre></body></html>