/*
Police "Ilisarniq" // FLA 2022-07-18
- Regular: 'Ilisarniq-Regular'
- Regular italic: 'Ilisarniq-Italic'
- Bold: 'Ilisarniq-Bold'
- Bold italic: 'Ilisarniq-BoldItalic'
*/

/*Couleurs : vert clair : 79c960, vert du marché : 9fa716*/
/* Normalise les marges et le remplissage de tous les éléments présent sur le site */
body, div, ol, ul, li, h1, h2, h3, h4, p, form, input, fieldset, legend, dl, dt, dd, table, tr, td, span
{ margin : 0; padding : 0; }

/* Normalise les tailles des polices pour les en-têtes */
h1, h2, h3, h4
{ font-size:100%; }

/* Supprime list-style pour les listes */
ol, ul
{ list-style: none; }

/* Supprime les bordures dans les éléments fieldset et img */
img, fieldset { border : 0; }

/* Pour centrer la page, plutôt que d'utiliser un div enveloppant, on va faire appel aux éléments html et body */
html {
  text-align: center;
}

input, textarea, select {
  font-family:inherit;
  font-size:100%;
  margin:0;
  padding:1px;
}

body {
  font-family:'Ilisarniq-Regular',verdana,helvetica,arial,sans-serif; /* FLA 2022-07-18 */
  /*background-color:#EFF5DB;*/
  /*background:#F2E3ED none repeat scroll 0 0;*/
  background-color: #FFFFFF;
  /*background-image: url("../images/fond1.jpg");*/
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
b, strong, h1, h2, h3, h4, h5, h6, .tabset_tabs{
    font-family:'Ilisarniq-Bold',verdana,helvetica,arial,sans-serif; 
    font-weight: normal !important;
    font-style: normal !important;
}/* FLA 2022-07-18 */
i, em{
    font-family:'Ilisarniq-Italic',verdana,helvetica,arial,sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
}/* FLA 2022-07-18 */
b i, strong i, h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
b em, strong em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
    /*font-family:'Ilisarniq-BoldItalic',verdana,helvetica,arial,sans-serif;
    font-weight: normal !important;*/ /* 2022-09-22 - J'ai désactivé la font bold-italic pour réduire le poids du chargement */
    font-weight: normal !important;
    font-style: normal !important;
}


#fond {
  width:100%;
  height:100%;
}

div#hdp img {
  border:0; 
  position:fixed; 
  top:300px; 
  right:10px;
}

#page_wrapper {
  margin:0 auto;
  width:980px;
  background-color:#FFFFFF;
  /*border:1px solid #DBB0CD;*/
  /*box-shadow: 4px 4px 15px #111111;*/
  margin-bottom: 10px;
}

#header {
  height:105px;
  margin:0 0 5px 0;
  width:980px;
  /*background-color:#D5EDB3;*/
}

/* La page d'accueil */
div#center {
  margin-top: 10px;
  padding-bottom: 60px;
  overflow: auto;
}
div#colonne1 {
  float: left;
  width: 780px;
}
div#colonne2 {
  float: right;
  width: 180px;
}
div#presentation {
    /*float: left;
    width: 435px;*/
    border:1px solid #9fa716;
    margin:5px;
    padding:5px;
    text-align:justify;
    height: 420px;
    font-size: 0.8em;
}
div#presentation h2 {
  text-align:left;
}
div#presentation_texte {
    float: left;
    width: 180px;
}
/* Carroussel d'images */
#carousel-wrapper {
    float: right;
    padding-top: 10px;
    width: 560px;
    height: 360px;
    overflow: hidden;
}
#carousel-content {
    width: 2340px;
}
#carousel-content .slide {
    float: left;
    width: 560px;
    height: 360px;
}
#carousel-content .slide ul.fleches {
  padding-top: 30%;
}
#carousel-content .slide ul.fleches li:first-child {
  float: left;
}
#carousel-content ul.fleches li {
    float: right;
    padding-right: 10px;
}
#carousel-content ul.fleches li a.flex-prev {
    background: rgba(0,0,0, 0.5) url(../images/slider-prev.png) no-repeat center;
    width: 20px;
    padding-left: 20px;
}
#carousel-content ul.fleches li a.flex-next {
    background: rgba(0,0,0, 0.5) url(../images/slider-next.png) no-repeat center;
    width: 20px;
    padding-right: 20px;
}
#carousel-content .slide ul.numeros {
  padding-top: 35%;
  text-align:center;
}
#carousel-content .slide ul.numeros li {
  margin: 0 6px;
  display: inline-block;
}

/* La page d'accueil de l'adhérent */
div#colonne11 {
  float: left;
  width: 68%;
}
div#colonne12 {
  float: right;
  width: 30%;
}
div#pdc {
  float: left;
  width: 48%;
  border:1px solid #9fa716;
  text-align:center;
  margin: 5px;
  padding: 5px;
  height: 400px;
  display: flex;
}
div#pdc_centre {
  margin: auto;
}
div#messages {
  float: right;
  width: 42%;
  border:2px solid #9fa716;
  margin: 5px;
  padding: 5px 15px;
  height: 400px;
  text-align:justify;
}
div#messages h2 {
  text-align:center;
}
div#nouveautes {
  border:1px solid #9fa716;
  margin: 5px;
  padding: 5px;
  font-size: 0.8em;
  height: 400px;
  display: flex;
}
div#nouveautes_centre {
  margin: auto;
}
div#nouveautes img.img_float {
  float: left;
  margin-right:2px;
  padding: 0.5px;
}


/* Nouvelles */
div#nouvelles {
    margin:5px;
    padding:5px;
    text-align:left;
    clear: both;
    /*height: 320px; FLA 2022-10-11 
    width:96%;
    font-size: 0.8em;
    display: flex;*/
}
div#nouvelles_centre {
  width:100%;
}
div#nouvelles h2 {
  text-align:left;
}
div#nouvelles div.nouvelle {
  border:1px solid #9fa716;
  width:99%;
  margin:10px 0px 15px 0px;
  padding:10px;
  text-align:justify;
}
div#nouvelles p.lienplus {
  text-align:right;
}

/* Carroussel d'articles */
div#carroussel {
    float: right;
    width: 510px;
    border:1px solid #9fa716;
    font-size: 0.8em;
    margin:5px;
}
#carroussel ul.tabs {
    /*border-bottom: 1px solid #9fa716;*/
    height: 30px;
    padding: 0 25px;
}

#carroussel ul.tabs li a {
    float: left;
    height: 30px;
    width: 45px;
    line-height: 30px;
    padding: 0 10px;
    /*border: 1px solid #9fa716;*/
    margin-right: 3px;
    margin-bottom: -1px;
    background-image: url("../images/page_num.png");
    background-repeat: no-repeat;
    background-position: 0.7em 0.1em;
    text-decoration: none;
}

#carroussel ul.tabs li a.carousel-selected {
    background-image: url("../images/page_num_sel.png");
}
#carroussel div.tabs {
    height: 600px;
    overflow: hidden;
    border-bottom: 1px solid #D9FACF !important;
}
#carroussel div.middle-tabs {
    width: 500px;
    overflow: auto;
}
#carroussel div.inner-tabs {
    width: 2520px; /* 500*n + 20 */
    height: 600px;
}
#carroussel div.tab {
    float: left;
    width: 450px;
    height: 280px;
    padding: 15px;
}

hr.separateur {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

div.bottom {
    float: left;
    width: 304px;
    height: 95px;
    border:1px solid #9fa716;
    margin:5px;
    padding:5px;
    text-align:justify;
    font-size: 0.7em;
}
div.bottom h2 {
  text-align:center;
}
div.bottom img {
  float: left;
  margin-right:10px;
}

h3.h3centre {
  text-align:center;
}
#logo {width:100%;}
#logo img{}
/*#logo {
  float:left;
  padding-left:22px;
  text-align:left;
  width:28%;
}

#slogan {
  float:left;
  padding-left:2px;
  width:35%;
}

#connexion {
  float:right;
  padding-right:20px;
  text-align:center;
  width:30%;
}
#connexion form {
  margin: 3px 14px 0 0;
  font-size: 0.7em;
  text-align:right;
}*/ /* FLA 2022-07-29 */
#connexion span.conn {
  text-align:right;
	float: right;
	padding: 30px 0;
	line-height: 33px;
}
#connexion span.erreur_log {
  width: 300px;
  font-size: 11px;
  display: block;
  float: left;
  color: #FFF;
  background-color: RED;
  border: 2px solid #900;
  z-index: 10;
}
#connexion span#connexion_commande {
  padding: 20px 15px;
}
#connexion p.retourCommande {
  font-size: 12px;
  line-height: 13px;
}
#connexion img {
  vertical-align:middle;
}
p#liens_haut {
  padding-bottom:4px;
  text-align:right;
}
p#liens_haut_logout {
  padding-bottom:4px;
  text-align:right;
  font-size: 0.9em;
}

#nav_main {
  text-align: center;
  padding-bottom: 4px;
}

#content {
  margin:0;
  overflow:hidden;
  width:980px;
}
#menu_cote {
  float:left;
  padding-left:8px;
  width:16.5%;
}
#menu_cote_adherent {
  float:left;
  padding-left:22px;
  width:19.5%;
}
#informations {
  float:right;
  padding-right:20px;
  text-align:center;
  width:78.5%;
}
#informations_adherent {
  float:right;
  padding-right:20px;
  text-align:left;
  width:70%;
}
div#filtres_liste_adh {
  font-size: 0.80em;
}
p.p_center {
  text-align:center;
}
p.p_center_box {
  text-align:center;
  font-style: italic;
  border:1px solid #939905;
  margin-left:10%;
  width:80%;
}
p.p_center_petit {
  text-align:center;
  font-size: 0.80em;
}
p.p_left {
  text-align:left;
}
p.p_justify_padding {
  padding: 7px;
  text-align:justify;
}
p.p_justify_petit {
  font-size: 0.80em;
  text-align:justify;
}
p.p_justify_padding_petit {
  font-size: 0.8em;
  padding: 7px;
  text-align:justify;
}
p.nouveau_produit {
  color: red;
  font-weight: bold;
}
p.p_justify_petit_vert {
  font-size: 0.85em;
  text-align:justify;
  background-color:#DDFFAC;
}
span.surligne_vert {
  background-color:#94BD5E;
}
div.div_justify_padding {
  padding: 15px;
  text-align:justify;
}
div.div_left_padding {
  padding: 15px;
  text-align:left;
}
div.div_justify_petit {
  font-size: 0.80em;
  text-align:justify;
}
div.div_left_petit {
  font-size: 0.80em;
  text-align:left;
}
ul#liste_recettes {
  font-size:80%;
}
ul#proposer_recettes {
  text-align:justify;
  padding: 7px;
  padding-left: 30px;
}
.liste_produits_recette {
  font-size:65%;
  width: 300px;
}
table#table_recette td {
  border: 0;
}

img#img_producteur {
  width: 200px;
    max-width:30%;
}
p#p_desc_prod {
  font-size: 0.85em;
  text-align:justify;
  display: inline-block;
  width: 450px;
  margin-left: 20px;
  vertical-align: top;
}

/*#footer {
  background-color:#FFFFFF;
  background-image: url("../images/bas_page_mpq2.png");
  background-repeat:no-repeat;
  height: 140px;
  padding:5px;
}*/
div.baspage {
  float: left;
  width: 380px;
  margin:5px;
  padding-top:42px;
  text-align:justify;
  font-size: 0.70em;
}
div.baspage#joindre {
  text-align:right;
}
div.baspage#logo_bas {
  padding-top:39px;
  width: 150px;
  padding-right:25px;
}
div.baspage#logo_bas img {
  width: 124px;
}
p#asterix {
  font-size: 0.75em;
  padding-bottom:10px;
}

#menu_cote_haut {
  border:2px solid #9fa716;
  padding-bottom:5px;
}
/*#menu_cote_bas {
  background-image:url("../images/menu_bas.png");
  border-left:2px solid #9fa716;
  height:162px;
}*/ /* FLA 2022-09-29 */
ul#menuv {
  padding-top:4px;
  font-size:80%;
  margin-left:2px;
  line-height:18px;
  text-align:left;
  width: 95%;
}
ul#menuv li {
  margin-bottom:1px;
}
ul#menuv li a.current, ul#menuv li a:hover {
  background-color:#9fa716;
  color:#fff;
}
ul#menuv li a {
  background-color:#EAEDCD;
  border-color:#9fa716;
  color:#000;
  border-style:solid;
  border-width:1px 1px 1px 4px;
  display:block;
  padding:2px;
  text-decoration:none;
  width:auto !important;
}
ul#menuv ul a#active {
  background-color:#D6DD9B;
}
ul#menuv ul {
  background-color:#EAEDCD;
  border:1px solid #9fa716;
  font-size:80%;
  margin-bottom:6px;
  margin-left:4px;
  margin-top:1px;
}
ul#menuv ul li {
  margin:0;
}
ul#menuv ul a {
  border:medium none;
  padding:0 0 0 3px;
  background-color:#F2F3E5;
}

h1 {
  font-size:18px;
  padding:10px;
  text-align:center;
}

img.message {
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: middle; 
  padding-right: 6px;
}

/* Le menu principal début */
ul#list_nav {
  line-height:40px;
  font-size:14px;
  height:40px;/* Pour IE 6 */
  background-image:url(../images/menu/fond.png);
}
ul#list_nav li {
  display:inline-block;
  width:190px;
  vertical-align:middle;
  text-align:center;
}
ul#list_nav li a {
  text-decoration:none;
  line-height:1.2em;
  color:#eee;
  display:block;
  position:relative;
  
}
/* Le menu principal fin */

/* Le menu principal de l'accueil début */
ul#list_nav_accueil {
  line-height:40px;
  font-size:14px;
  height:40px;/* Pour IE 6 */
  background-image:url(../images/menu/fond_accueil.png);
}
ul#list_nav_accueil li {
  display:inline-block;
  width:240px;
  vertical-align:middle;
  text-align:center;
}
ul#list_nav_accueil li a {
  text-decoration:none;
  line-height:1.2em;
  color:#eee;
  display:block;
  position:relative;
  
}
/* Le menu principal fin */

/* Mise en forme du formulaire */
form.cmxform {
  /*width: 95%;*/
  font-size: 0.9em;
  color: #333;
  margin:auto;
  padding-top: 0.1em;
}
/*form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
}*/
form.cmxform fieldset#gestion_produit {
  background: none;
  border-bottom: 1px solid #C9DCA6;
}
form.cmxform legend {
  padding: 0 5px 5px;
  font-weight: bold;
  text-align: left;
  _margin: 0 -7px; /* IE Win */
  color: black;
}
form.cmxform label {
  display: inline-block;
  /*line-height: 1.8;*/
  vertical-align: top;
  color: #333;
  text-align: right;
  padding: 0;
  width: 200px;
}
form.cmxform#pluslarge label {
  width: 300px;
}
form.cmxform#pluslarge label.petit_lblautre {
  width: 200px;
}
form.cmxform label.lblautre {
  width: 400px;
}
form.cmxform label.petit_lblautre {
  width: 200px;
}
form.cmxform label.radio {
  line-height: 1.8;
  width: 570px;
  text-align: left;
  padding: 5px 0 0;
}
form.cmxform input.iradio {
  margin-top: 11px;
  padding: 0.2em 0;
}
form.cmxform em {
  /*font-weight: bold;*/
  font-style: normal;
  color: #f00;
}
form.cmxform .focus {
	background: beige;
	color: black;
}
form.cmxform .normal {
	background: white;
	color: black;
}
form.cmxform a.aide:hover {
	cursor: help;
}
form.cmxform label:hover, #piedForm input {
	cursor: pointer;
}
form.cmxform input.bouton {
	/*font-weight: bold;*/
	margin: 1em;
	padding: 0.2em 1em;
}
form.cmxform span {
  color: red;
  text-align: left;
  font-size:75%;
}
form.cmxform .entente span {
  color: black;
  text-align: left;
  font-size:100%;
}
form.cmxform span.cache {
  display:none;
}
form.cmxform table.no_border td {
  border: 0;
  /*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}
form.cmxform table.no_border td.td_label {
  width:30%;
}
form.cmxform#pluslarge table.no_border td.td_label {
  width:40%;
}
form.cmxform#pluslarge table.no_border td.td_label_petit {
  width:28%;
}
form.cmxform table.no_border td.td_input {
  width:40%;
  text-align: left;
  vertical-align: middle;
}
form.cmxform td.td_input img {
  vertical-align: middle;
}
form.cmxform table.no_border td.td_input_seul {
  width:70%;
  text-align: left;
}
form.cmxform table.no_border td.td_case_a_cocher {
  width:70%;
}
form.cmxform#pluslarge table.no_border td.td_input_seul {
  width:60%;
}
form.cmxform#pluslarge table.no_border td.td_input_seul_grand {
  width:70%;
  text-align: left;
}
form.cmxform table.no_border td.td_span {
  width:30%;
}
form.cmxform table.no_border td.td_autre {
  width:450px;
}
form.cmxform table.no_border td.td_left {
  text-align: left;
}

form.cmxform table.no_border tr.tr_ins {
  
}
form.cmxform table.no_border td.td_label_ins {
  width:20%;
  height:42px;
}
form.cmxform table.no_border td.td_input_ins {
  width:35%;
  text-align: left;
  vertical-align: middle;
}
form.cmxform table.no_border td.td_span_ins {
  width:45%;
}

table {
  margin:0 auto;
  border-collapse:collapse;
  table-layout:fixed;
}
thead, tfoot {
  background-color:#DDDDDD;
}
tr.tr_rouge td {
  background-color:#9F0000;
}
td.td_rouge {
  background-color:#9F0000;
}
tr.tr_gris td {
  background-color:#666666;
}
tr.tr_gris td a, tr.tr_rouge td a{color:#FFF;}
td.td_gris {
  background-color:#666666;
}
td, th {
  border:1px solid #CCCCCC;
  padding:0.5em;
}

table#legende {
  font-size:0.70em;
}

/* Colonnes de la table contenant la liste des producteurs */
th.ordre_prod {
  width: 11%;
}
th.nom_prod {
  width: 20%;
}
th.courriel_prod {
  width: 38%;
}
th.utilisateur_prod {
  width: 16%;
}
th.action_prod {
  width: 14%;
}

/* Colonnes de la table contenant la liste des produits */
th.ordre_produit {
  width: 10%;
}
th.nom_produit {
  width: 30%;
}
th.quantite_produit {
  width: 14%;
}
th.prix_produit {
  width: 10%;
}
th.emplacement_produit {
  width: 10%;
}
th.action_produit {
  width: 14%;
}

/* Colonnes de la table contenant la liste des adhérents */
th.nom_prenom_adh {
  width: 20%;
}
th.courriel_adh {
  width: 35%;
}
th.utilisateur_adh {
  width: 15%;
}
th.groupe_adh {
  width: 10%;
}
th.action_adh {
  width: 10%;
}
td.courriel_adh_td {
  font-size: 80%;
}
tr.courriel_adh_td td {
  font-size: 75%;
}
tr.courriel_adh_td td.actions {
  font-size: 100%;
}
th.nom_prenom_insc {
  width: 18%;
}
th.date_inscription_insc {
  width: 10%;
}
th.point_de_chute_insc {
  width: 8%;
}
th.courriel_insc {
  width: 30%;
}
th.telephone_insc {
  width: 15%;
}
th.code_postal_insc {
  width: 10%;
}
th.action_inscription_insc {
  width: 8%;
}

td.td_center {
  text-align:center;
}

table#liste_adh {
  font-size: 90%;
}
span.actif {
  color: green;
}
span.inactif {
  color: red;
}

table#ventes {
  font-size: 70%;
}

/* Table des messages */
th.date_message {
  width: 20%;
}
th.destinataire_message {
  width: 30%;
}
th.texte_message {
  width: 35%;
}
th.action_message {
  width: 15%;
}

/* Table des points de chute*/
table#points_de_chute {
  font-size: 85%;
}
table#points_de_chute th.infos_pdc {
  width: 22%;
}
table#points_de_chute th.debut_pdc {
  width: 22%;
}
table#points_de_chute th.fin_pdc {
  width: 22%;
}
table#points_de_chute th.date_pdc {
  width: 22%;
}
table#points_de_chute th.actions_pdc {
  width: 10%;
}

/* Table des commandes en cours */
table#commandes_en_cours {
  font-size: 90%;
}
table#commandes_en_cours th.nom_pdc {
  width: 25%;
}
table#commandes_en_cours th.date_pdc {
  width: 34%;
}
table#commandes_en_cours th.actions_pdc {
  width: 39%;
}

/* Table des commandes d'un point de chute */
table#commandes_un_pdc {
  font-size: 80%;
}
table#commandes_un_pdc th.nom {
  width: 45%;
}
table#commandes_un_pdc th.produits {
  width: 19%;
}
table#commandes_un_pdc th.total {
  width: 30%;
}

/* Table des commandes d'un point de chute */
table#produit_adherent_facture {
  font-size: 80%;
  width: 75%;
}
table#produit_adherent_facture th.ordre_commande {
  width: 15%;
}
table#produit_adherent_facture th.adherent {
  width: 50%;
}
table#produit_adherent_facture th.quantite {
  width: 35%;
}

/* Table d'une commande*/
table#commande {
  font-size: 75%;
}
table#commande th.ordre_commande {
  width: 5%;
}
table#commande th.description {
  width: 58%;
}
table#commande td.descriptions {
  text-align: left;
}
table#commande th.prix_unitaire {
  width: 10%;
}
table#commande th.quantite {
  width: 15%;
}
table#commande img {
  vertical-align: middle;
}
table#commande th.total {
  width: 10%;
}

/* Table des produits*/
table#liste_produits {
  font-size: 75%;
}
table#liste_produits th.intitule_produit_vente {
  width: 25%;
}
table#liste_produits th.intitule_produit_vente_par_produit {
  width: 18%;
}
table#liste_produits th.description_produit_vente {
  width: 37%;
}
table#liste_produits th.producteur_produit_vente {
  width: 18%;
}
table#liste_produits th.prix_produit_vente {
  width: 10%; min-width:75px;
}
table#liste_produits th.qte_produit_vente {
  width: 24%;
}
table#liste_produits th.qte_produit_vente_par_produit {
  width: 16%;
}
table#liste_produits img.img_float {
  float: left;
  margin-right:10px;
    max-width:35%;
}
tr.present {
  background-color:#DDFFAC;
}

/* Table du calendrier*/
table#calendrier th {
  background-color:#9fa716;
}
table#calendrier td {
  width: 75px;
  height: 75px;
  text-align: center;
}
table#calendrier td#aujourdhui {
  background-color:#A9D678;
}
table#calendrier tr {
  vertical-align:top;
}
table#calendrier tr.cal1 {
  background-color:#E6F4CE;
}
table#calendrier tr.cal2 {
  background-color:#D5EDB3;
}

.sortcol {
  background-position:right center;
  background-repeat:no-repeat;
  cursor:pointer;
  padding-right:20px;
}
.sortasc {
  background-color:#EBF7DA;
  background-image:url(up.gif);
}
.sortdesc {
  background-color:#C7D082;
  background-image:url(down.gif);
}


#tabs1 {
  padding-bottom: 4px;
}
#tabs1 ul {
  font-size:14px;
  /*zoom: 1;*/
}
#tabs1 ul.petit {
  font-size:12px;
  /*zoom: 1;*/
}
#tabs1 ul.tabset_tabs li {
  cursor: pointer;
	float: left;
	margin-left: 0.25em;
	margin-right: 0.1em;
	border-top: 2px solid #9fa716;
	border-left: 2px solid #9fa716;
	border-right: 2px solid #9fa716;
	background: #FFFFFF;
}
#tabs1 ul.tabset_tabs li.active {
  background: #FFFFFF;
}
#tabs1 ul.tabset_tabs li a:link, #tabs1 ul li a:visited {
	color: #365D95;
	display: block;
	padding: 0.515em 0.25em 0.215em;
	/*font-size: 0.9em;*/ /* FLA 2022-08-08 */
	font-weight: bold;
	text-decoration: none;
}
#tabs1 ul.tabset_tabs li a:hover, #tabs1 ul.tabset_tabs li a:active, #tabs1 ul.tabset_tabs li a:focus {
	color: #424040;
}
#tabs1 ul.tabset_tabs li.active a:link, #tabs1 ul.tabset_tabs li.active a:visited {
	color: #424040;
}
#tabs1 ul.tabset_tabs li.active {
  border-top: 2px solid #9fa716;
	border-left: 2px solid #9fa716;
	border-right: 2px solid #9fa716;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: -4px;
	font-weight: bold;
}
#tabs1 div.tabset_content_container {
	clear: both;
	padding: 10px 0;
	border: 2px solid #9fa716;
	background: #FFFFFF;
}
#tabs1 div.tabset_content {
	background-color: transparent !important;
	background: #FFFFFF none; /* IE */
	padding: 0 10px;
}
#tabs1 div.tabset_content ul {
  font-size:80%;
  margin-left:1px;
  margin-top:10px;
  padding-bottom:10px;
  text-align: left;
}
#tabs1 div.tabset_content ul li {
  margin:0;
  border-top:1px solid #D6E3C0;
  /*line-height:14px;*/ /* FLA 2022-08-08 */
}
#tabs1 div.tabset_content ul li#selection {
  background: #D6E3C0;
}
#tabs1 div.tabset_content ul li#li_sec_sel {
  background: #D6E3C0;
}
#tabs1 div.tabset_content ul li.li_sec {
  padding-left:10px;
}
#tabs1 div.tabset_content ul li:hover {
  background: #D6E3C0;
}
#tabs1 div.tabset_content ul a {
  border:medium none;
  padding:2px 0 0 1px;
  /* font-weight: bold;*/ /* FLA 2022-09-29 */
  text-align: left;
  text-decoration: none;
  color: #365D95;
    display:block;
  /*font-size: 0.8em;*/ /* FLA 2022-08-08 */
}

div#liste_producteurs {
  margin-left: 0;
  /*text-indent: -1.2em;*/
  text-align: left;
  font-size: 0.85em;
}
div#liste_producteurs p {
  padding: 0.4em;
}
div#liste_producteurs table.no_border td {
  border: 0;
  padding: 1.5em;
  text-align: center;
}
div#liste_producteurs table.no_border tr {
  border-bottom: 1px solid #9fa716;
}
div#liste_producteurs table.no_border tr#dernier_tr {
  border: 0;
}

span#mois {
  width: 115px;
  display:inline-block;
}
div.div_arrondi {
  border: 1px solid #9fa716;
  font-size: 0.85em;
  padding: 10px;
  margin: 10px;
}
div.div_arrondi#messageProd {
  border: 2px solid #9fa716;
  padding: 15px;
}
div.div_arrondi_plus {
  padding: 5px 24px 5px 5px
}
div.div_arrondi p {
  padding: 5px;
  margin: 5px;
}
div.div_arrondi ul {
  list-style: disc;
  padding-left: 50px;
}
hr.hr_vert {
  color: #9fa716;
  background-color: #9fa716;
}

ul.nouveaux_produits {
  text-align: left;
  padding-left: 25px;
  list-style: circle;
}

/* Colonnes */
.full, .col-1-1, input.col-1-1{
	width: 100%;
	float: none;
} 

.half, .col-1-2, input.col-1-2{
	width: 48%;
	margin-right: 4%;
	float: left;
}

.third, .col-1-3, input.col-1-3{
	width: 30%;
	margin-right: 5%;
	float: left;
}

.fourth, .col-1-4{
	width: 22%;
	margin-right: 4%;
	float: left;
}

.fifth, .col-1-5{
	width: 18%;
	margin-right: 2.5%;
	float: left;
}

.two-thirds, .col-2-3{
	width: 65%;
	margin-right: 5%;
	float: left;
}

.three-fourths, .col-3-4{
	width: 74%;
	margin-right: 4%;
	float: left;
}

.two-fifths, .col-2-5{
	width: 39%;
	margin-right: 2%;
	float: left;
}

.three-fifths, .col-3-5{
	width: 59%;
	margin-right: 2.5%;
	float: left;
}

.four-fifths, .col-4-5{
	width: 78%;
	margin-right: 4%;
	float: left;
}

.last {
	padding-right: 0;
	margin-right: 0;	
}

.right {
  text-align: right;
}


.messageBox {
  max-height:200px;
  overflow:hidden;
  position:relative;
  margin-bottom:15px;
  /*border-bottom:#d9d9d9 1px solid;*/
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

#presentationBox {
  max-height:330px;
}

.messageBox p {
  width:100%;
}

/* Lire la suite */
.career-readMore {
  position: absolute; 
  text-align: center; 
  color:#184793;
  font-weight:700;
  font-size:14px;
  width:100%;
  bottom:0px;
  border:none;
  margin-left:auto;
  margin-right:auto;
  background-image: linear-gradient(to bottom, transparent, #fff);
  cursor: pointer;
  cursor: hand;
  padding-top:50px;
  padding-bottom:5px;
  transition: all .2s ease;
}

.career-readMore:hover {
  color:#F4951F;
}

.expanded .career-readMore {
  display:none;
}

/* Menu Vertical */
.navigation {
  padding-top: 30px;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menufixe {
  position: fixed;
  left: 14%;
  top: 30%;
  width: 13em;
  margin-left: -0.5em;
}

#menufixe2 {
  position: relative;
  width: 13em;
  margin: 1px;
  padding: 2px;
}



.navigation > ul > li {
  border-left: 3px solid #d7d8da;
  border-bottom: 1px solid #d7d8da;
}

.navigation > ul > li:hover {
  border-left: 3px solid #99cc66;
}

.navigation > ul > li.rub_titre {
  background-color: #d7d8da;
  color: #6e7374;
  padding: 14px;
}

.mainmenu a {
  display: block;
  background-color: #FFF;
  text-decoration: none;
  padding: 10px;
  color: #6e7374;
}

.mainmenu a.current {
  background-color: #F6F6F6;
  color: #99cc66;
}

.mainmenu a:hover {
  background-color: #F6F6F6;
  color: #99cc66;
}

.search-field {
  padding: 4px;
  margin-top:75px;
  margin-bottom:75px;
  background-color: #F6F6F6;
}

.articlesrecents > li {
  border-left: 3px solid #d7d8da;
  border-bottom: 1px solid #d7d8da;
}

.articlesrecents > li > a {
  display: block;
  background-color: #FFF;
  text-decoration: none;
  padding: 10px;
  color: #6e7374;
}

.articlesrecents > li > a.current {
  background-color: #F6F6F6;
  color: #99cc66;
}

.articlesrecents > li > a:hover {
  background-color: #F6F6F6;
  color: #99cc66;
}

.articlesrecents > li:hover {
  border-left: 3px solid #99cc66;
}

.article ul {list-style: disc;}
.article li {margin-left: 3em;}

.button-star {
  border: none;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  color:#9fa716;
  background: no-repeat scroll 0 0 transparent;
}
.recherche_conteneur{width:303px; max-width:100%; display:block; margin:0 auto;}
@media (max-width: 767px){
    .recherche_conteneur form div:first-child{max-width: calc(100% - 78px);}
}
/*.button-star .vide {
  background: url("https://marchequebec.org/images/etoile_vide.png") no-repeat scroll 0 0 transparent;
}
.button-star .plein {
  background: url("https://marchequebec.org/images/etoile_pleine.png") no-repeat scroll 0 0 transparent;
}*/
.button-star:focus {
    outline: 0 !important;
}