<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.site {
    background-color : #536973 !important;
    /*
    background-image: url('../images/fond_dechirure.png');
    background-size: cover;
    background-repeat: no-repeat;*/
}

#main{
    background: url('../images/fond_header.png') top no-repeat, url('../images/footer_dechirure.png') bottom no-repeat;
    background-size: 100% 160px;
    background-color:white;
    border-radius: 8px;
}

#main.container-fluid {
	padding: 20px
}

.row {
    margin-left: 0px;
}


/* Header */

.header {
    margin: 20px 5px 40px 5px;
}

.header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.site-title {
    min-height: 100%;
    width: 100%;
    vertical-align: middle;
    margin: 0px 5px;
    text-align: center;    
    word-break: keep-all;
    text-shadow: 0px 1px #817f7f;
}
.site-title &gt; a {
    color: inherit
}

/* Vue responsive */
/* texte spÃ©cifique au menu de la vue responsive*/
.responsive-menu{
    display : none;
    color: black;
}

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

    .header {
        margin: 0 !important;
    }

    .site-title &gt; a {
        font-size: 70%;
    }

    .header-inner {
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }
    .logosfp img {
        transform: scale(0.7);
    }
    .logosect {
	    margin: 0 0 15px 0;
    }
}

@media (max-width: 767px) {
    .logopoint{
        display: none !important;
      }
    .site-title &gt; a {
        font-size: 80%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .site-title &gt; a {
        font-size: 90%;
    }
}
    
@media (max-width: 979px) {
    #main{
	background-size: 100% !important;
    }
    .responsive-menu{
        display : inline-block !important;
        /*color: #f68600;*/
        margin : 10px 0 0 0;
        /*font-weight: lighter;*/
        font-size: 12px;
        /*text-shadow: 0px 1px #817f7f;*/
        line-height: 22px;
        text-align: center;
    }  
    .site-title, .logopoint {
        display: none;
    }
    .navigation .nav-child {
        all: initial;
        display: block;
        list-style: none;
        font: normal normal normal 14px/1 ForkAwesome,Kavivanar;
        margin: 0 0 0 30px;
    }
    .navigation .nav &gt; li &gt; .nav-child::before {
        content:none;
    }
}

/* Menu */
.navigation {
	background-color: #bab8b833;
	margin-left: -20px;
	margin-right: -20px;	
}

.navigation .nav-pills {
    top: auto;
    left: auto;
}

.nav-tabs &gt; li &gt; a, .nav-pills &gt; li &gt; a , .nav-tabs &gt; li &gt; span, .nav-pills &gt; li &gt; span {
	padding-right: 8px;
	padding-left: 8px;
}

.nav-tabs &gt; li &gt; span, .nav-pills &gt; li &gt; span {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #506973;
}

nav.fix-nav {
	position: fixed; /*Pour IE */
	position: sticky;
	top: 0;
	/*width: 970px;
	max-width:982px;*/
	background-color: #f1f1f1;
	padding: 5px;
	z-index: 1000;
	box-shadow: 0px 5px 5px grey;
}
nav.fix-nav a {
	color: #2e3e45;
}

form {
    margin: 8px;
}
/*Classe permettant de dÃ©sactiver le upper forcÃ© notamment dans sles menus*/
.text-noupper{
	text-transform : none;
}

/* Panel */
/* On dÃ©sactive les bordures sur certains contenus */
ul.panel, div.feed.panel, div.custom.panel{
    border: 0px;
    box-shadow: none;
}

.panel-heading {
    border-radius: 6px 6px 0 0;
}

.noborder{
    border: transparent !important;
    text-align:center;
    margin-bottom: 20px;
}

.float-right{
    float: right;
}

.page-header {
    border-bottom: 2px solid #FF6800;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0;
}

.page-header &gt; h2 {
    margin-top: 5px;
}

/* Mise en forme diffÃ©rente pour la page d'accueil des sites locaux */

.articles-accueil {
    border-bottom:1px solid #eee;
}
.articles-accueil  &gt; h2 {
	color: #f37037;
     margin-top: 2rem;
}
.articles-accueil  &gt; h2 &gt; a {
    color: #f37037;
}
    
/* Items sous l'item principal (3 colonnes) */
div.span4:nth-child(odd) {
    background: #f6abb51a;
}
div.span4:nth-child(even) {
}

.item &gt; .page-header {
        border-bottom: unset;
        /*margin-top: 20px;*/
        border-top: 2px solid #FF6800;
        
}

.item &gt; .page-header &gt; h2 {
    line-height: 14px;
    padding: 0 5px;
}

.item &gt; .page-header &gt; h2 &gt; a {
        font-size: 14px;
        color: unset;

}
.item &gt; .page-header &gt; h2 &gt; a:before {
    background-image:url(../images/logo_point.png);
    background-size: 15px 15px;
    display: inline-block;
    width: 15px; 
    height: 15px;
    content:"";
    vertical-align: sub;
}

div.texte {
    padding: 0 3px;
}
    

.leading-0 {
        margin-bottom:2rem;
}

.leading-0 &gt; p {
        font-size: 14px;
        /*font-style: italic;*/
}


dl.article-info {

}

.published {
    font-size: 12px;
}

.btn, .wf_file {
    padding: 2px 3px !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background: unset !important;
    border: 1px solid #c41c004d !important;
    color: #C41C00 !important;
    hyphens: auto;
}

.wf_file {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn.active {
    background-color: #6cf57c !important;
}

.btn-primary {
    background-color: unset !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color:black !important;
    background-color: #e6e6e6 !important;
    text-shadow:none !important;
}

p.readmore &gt; a.btn {
   /* background: unset;
    border: 1px solid #c41c004d;
    color: #C41C00;
    margin: 10px 0;*/
}
p.readmore &gt; a.btn &gt; span.icon-chevron-right {
	font-size: 11px !important;
}

ul.newsfeed{
    list-style:none; 
    margin : 10px;
}
ul.newsfeed &gt;li:before, ul#admin &gt;li:before  {
    background-image:url(../images/logo_point.png);
    background-size: 12px 12px;
    display: inline-block;
    width: 12px; 
    height: 12px;
    content:"";
    vertical-align: initial;
}

.nav a.fa, .nav span.fa {
    font: normal normal normal 14px/1 ForkAwesome,Kavivanar;
}

.fa::before {
    padding: 3px;
}

ul#admin &gt; li, ul#admin &gt; li &gt; a {
        padding: 5px;
}

ul#admin &gt; li &gt; a {
    display: inline;
}



.footer {
    margin-top: 5rem;
}

a:hover, a:active {
    /*outline: 0;*/
    color: #f37037;
    text-decoration: unset;
}


/* EventBooking */
.extcal_navbar td {
	padding: 3px !important;
}
div._sfpsl .extcal_minical, div._sfpsl table.extcal_minical {
   background-color: #FFFFFF;
   border-radius: 8px;
}
div._sfpsl td.mod_eb_mincalendar_not_today, div._sfpsl td.mod_eb_mincalendar_no_event a, div._sfpsl .extcal_month_label a {
    color: black;
}
div._sfpsl .mod_eb_mincalendar_td_dayname{
    color: unset;
}
div._sfpsl td.mod_eb_mincalendar_today {
    line-height: 18px;
    font-size: 12px;
    box-shadow: 0px 0px 5px #999;
    border-radius: 3px;
}
div._sfpsl td.mod_eb_mincalendar_event {
    background-color: #970058;
}
div._sfpsl td {
    border-radius : 3px;
}

div._sfpsl .mod_eb_mincalendar_table td {
	border: 0;
}

div._sfpsl .mod_eb_minicalendar_link i, div._sfpsl .mod_eb_minicalendar_link i::before {
	color: black;
}

div._sfpsl .extcal_minical .extcal_navbar {
	background: transparent;
}

div._sfpsl .mod_eb_mincalendar_td_dayname {
	background: transparent;
}

/*** Pour les images ***/
.pull-left {
    margin-right: 20px;
}
.pull-right {
    margin-left: 20px;
}

/* Formulaire de connexion (impacte eventbooking aussi) */
label.control-label {
    text-align: left !important;
    font-weight: bold;
    padding: 0px !important;
}

/* Mode Ã©dition d'article - suppression en vedette */
#jform_featured-lbl, #jform_featured_chzn {
	display: none;
}

/* recherche */
.search &gt; .form-inline {
   margin: 2px 8px; 
}
input.search-query {
   border-radius: 6px;
   width: 75px;
}
#advancedSearch.collapse{
    overflow: hidden;
}
#advancedSearch.collapse.in{
    overflow: visible;
}
form#searchForm button, form#searchForm a.btn  {
    padding: 4px;
}
form#searchForm a.btn {
    padding: 5px;
}

/* labels */
.label-info, .label-info[href] {
	background-color: #fc7506;
}

/* socialbar */ 
#socialbar {
	margin: 2px 20px;
}


/* Acymailing */
#acybuttontag, #acybuttonreplace, #mail_attachments_tabli, #mail_sender_tabli, #mail_metadata_tabli {
	display: none;
}
.columnclassemail {
	hyphens: auto;
	min-width: 60%;
	font-size: 10px !important;
}
.linknl {
	border-radius: 8px;
	font-family: arial;
	text-align: center;
	padding: 7px;
	background-color: #ff6800;
}


/* Image colonne de droite pour les opÃ©rations nationales */
.custom::before {
	/*content: url(/images/logo_election_2018_vignette.png);
	margin: 1em;*/
}
.no-banner::before {
	content: none;
}

#socialbar-header{
	position: absolute;
	top: 25px;
	right:0;
	z-index: 999;
}

/* Classes d'image pour agrandissement au survol */
.zoom15, .zoom20, .zoom25, .zoom30  {
	-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.zoom15:hover {-webkit-transform: scale(1.5);transform: scale(1.5);position: relative;background-color: white;z-index:1000}
.zoom20:hover {-webkit-transform: scale(2.0);transform: scale(2.0);position: relative;background-color: white;z-index:1000}
.zoom25:hover {-webkit-transform: scale(2.5);transform: scale(2.5);position: relative;background-color: white;z-index:1000}
.zoom30:hover {-webkit-transform: scale(3.0);transform: scale(3.0);position: relative;background-color: white;z-index:1000}
</pre></body></html>