﻿::selection {
    background: #86bb41;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #86bb41;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #86bb41;
    color: #fff;
    text-shadow: none;
}

/* FOOTER - SÉLECTION DE TEXTE */
#piedPage ::selection {
    background: #EB992F;
    color: #fff;
    text-shadow: none;
}
#piedPage ::-moz-selection {
    background: #EB992F;
    color: #fff;
    text-shadow: none;
}
#piedPage ::-webkit-selection {
    background: #EB992F;
    color: #fff;
    text-shadow: none;
}
#piedPage h6::selection {
    background: transparent;
    color: #7c7c7d;
}
#piedPage h6::-moz-selection {
    background: transparent;
    color: #7c7c7d;
}
#piedPage h6::-webkit-selection {
    background: transparent;
    color: #7c7c7d;
}
#piedPage h3::selection {
    background: transparent;
    color: #ffffff;
}
#piedPage h3::-moz-selection {
    background: transparent;
    color: #ffffff;
}
#piedPage h3::-webkit-selection {
    background: transparent;
    color: #ffffff;
}

body, html, div[class^="col-"], div[class*=" col-"], div[class="row"] {
    height: 100%;
}
body {
    background: url(/img/themes/ImageFondAR_2018.jpg) fixed no-repeat center top;
    background-size: cover !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5b5b5b;
    font-family: 'Roboto', sans-serif !important;
    cursor: default;
}
.img-lien{
    display:inline-block;
    overflow:hidden;
}
.close-organisation{
    position:relative;
    top:-9px;
    right:7px;
    cursor:pointer;
    float:right;
}
.white-bg{
    background-color:#fff;
}
.nav-eve{
    font-size:16px;
}
.scroll-top {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    bottom: 35px;
    right: 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    background-color: #86bb41;
    box-shadow: 0px 2px 4px rgba(000,000,000,0.2);
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    z-index: 10000;
}
.scroll-top:hover {
    bottom: 35px;
    background-color: #90c747;
    box-shadow: 0px 2px 9px rgba(000,000,000,0.3);
}
.entete-mobile, .entete-desktop-fixe {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2002;
    width: 100%;
    height: 60px;
    margin: 0px;
    box-shadow: 0px 2px 10px rgba(000,000,000,0.1) !important;
    background-color: #555;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
    .entete-mobile .img-lien, .entete-desktop-fixe .img-lien {
        float:left;
        margin-top:0px;
    }
    .titre-fixe {
        color: #fff;
        display:none;
        vertical-align:middle;
        height: 60px;
        max-width:300px;
    }
.titre-fixe-visible {
    display: table-cell;
}
        .titre-fixe .sous-titre1, .titre-fixe .sous-titre-fixe {
            font-size: 16px;
            display:block;
            font-weight:600;
        }
.titre-fixe .sous-titre2, .titre-fixe .sous-titre-fixe2 {
    font-size: 12px;
    display: block;
    line-height: 14px;
}
    .entete-mobile .conteneur-entete, .entete-desktop-fixe .conteneur-entete {
        max-width: 1200px;
        margin: 0 auto;
        height:60px;
    }
    .entete-mobile .btn, .entete-desktop .btn, .entete-desktop .btn:focus, .entete-desktop .btn:hover, .entete-mobile .btn:focus, .entete-mobile .btn:hover {
        margin-top: 10px;
        border: none !important;
        font-weight:500 !important;
        box-shadow: 0px 1px 4px rgba(000,000,000,0.2) !important;
        background-color: #fff !important;
        border-radius: 2px !important;
        color: #555 !important;
    }
.entete-mobile{
    display:none;
}
.btn-compte-mobile {
    display: none !important;
}
.container {
    width:inherit;
    max-width: 1200px;
}
#main-content {
    padding-top: 16px;
    min-height: 100%;
    margin-bottom: 50px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#contentController {
    height: 100%;
    padding:0px 8px;
}
.viewer-holder {
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 100%;
    width:100%;
}
input, #select-coup-de-coeur li, textarea, .button.dark-grey, .pagination li .paging, .button-lightgrey, .bouton-proposer, .button.lightgrey, .button.green, .form button, .pop-over-content .red, .login-form button, .btn-primary, .btn-danger, .nav-pills > li > a, .conteneur-proposer .red {
    -webkit-transition: all .1s ease-in-out !important;
    -moz-transition: all .1s ease-in-out !important;
    -o-transition: all .1s ease-in-out !important;
    transition: all .1s ease-in-out !important;
}
hr {
    margin: 10px 0;
}
h1, .h1 {
    font-size: 28px;
    margin: 0px 0px 5px 0px;
}
h2, .h2 {
    font-size: 21px;
}
h3, .h3 {
    font-size: 17px;
}
a {
    color: #428bca !important;
    font-weight: 500 !important;
    outline: none !important;
}
ul, ol {
    padding-left: 20px;
}
.contenu-article ul,
.contenu-article ol {
    padding-left: 15px;
}
li {
    outline: none;
}
.toggle {
    cursor: pointer;
}
.toggle:hover {
    text-decoration: none;
}
::-moz-selection, ::selection {
    color: #fff;
    background-color: #85bb38;
}
.display-block{
    display:block;
}
.padding-bottom {
    padding-bottom: 20px;
}
blockquote{
    font-style:italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-left:20px;
}
.overflow-hidden {
    overflow:hidden;
}.padding-0px {
    padding: 0px !important;
}
.padding-5px{
    padding:5px !important;
}
.padding-15px{
    padding:15px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-top, .margin-top-30px{
    margin-top:30px;
}
.margin-top-20px{
    margin-top:20px;
}
.margin-top-neg{
    margin-top:-10px;
}
.padding-left {
    padding-left: 10px;
}
.semi-bold{
    font-weight:500;
}
.bold {
    font-weight: 500;
}
.extra-bold {
    font-weight:bold !important;
}
.color-green {
    color: #94d13d !important;
}
.color-red {
    color: #ff5430 !important;
}
.color-grey {
    color: #e1e5e8 !important;
}
.x-large {
    font-size: 18px;
}
.xx-large {
    font-size: 20px;
}
.xxx-large {
    font-size: 18px;
}
.larger {
    font-size: 16px;
}
.medium{
    font-size:12px;
}
.smaller {
    font-size: 11px;
}
.relative {
    position: relative;
}
.relative p {
    color: #666 !important;
}
.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.auto-width {
    width: auto !important;
}
.float-right{
    float:right;
}
.viewer-holder .panel-heading, .viewer-holder .panel{
    background-image:none;
    border-radius:0px;
}
.viewer-holder .panel-heading{
    padding:7px 12px;
}
.viewer-holder .panel-title a, .viewer-holder .panel-title a:hover{
    font-size:14px;
    text-decoration:none;
    color:grey !important;
}
.viewer-holder .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.viewer-holder .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}
.icon-icone-craaq{
    font-size: 23px;
    display: block;
    float: left;
    height: 22px;
    margin-right: 2px;
    margin-top: -4px;
    overflow: hidden;
}
.border-top{
    border-top:solid thin #ccc;
}
.align-center{
    text-align:center;
}
.align-right{
    text-align:right;
}
.icon-geante .fa{
    font-size:40px;
    margin:10px;
}
.margin-top-5px{
    margin-top:5px !important;
}
.conteneur-recherche {
    margin: 0px -7px;
    margin-bottom: 5px;
    background-color: #eee;
    padding: 10px;
    border: solid thin #ddd;
    border-radius:2px;
}
.recherche-invisible{
    display:none;
}
.recherche-visible {
    display: block !important;
}
.conteneur-tri, .conteneur-tri-2 {
    padding:0px;
}
.conteneur-recherche .button {
    padding-left: 0px !important;
    font-size:14px !important;
    padding-right: 0px !important;
    padding: 10px 0px 10px 0px;
    border: solid thin #ccc;
}
#tbRecherche {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px !important;
    color: #353535;
    position: relative;
    border: 1px solid #d2d2d2;
}
.search-cell {
    display: table-cell;
    text-align: center;
    vertical-align:middle;
    width:100%;
    padding:0px 5px 0px 0px;
}
.reinitialise-recherche {
    margin-top:7px;
}
.recherche-avancee {
    display: table-cell;
    height:42px;
    width: inherit;
    text-align: center;
    vertical-align:middle;
    padding:0px 5px;
    cursor:pointer;
    font-weight:700;
    color:#428bca;
}
.recherche-avancee:hover{
    text-decoration:underline;
}
.conteneur-filtres{
    padding:5px;
    width:20%;
    display:none;
}
.conteneur-filtres-visibles {
    display: block;
}
body.sectionCalendrier .conteneurbTri {
    display: none !important;
}
.filtre-holder {
    background-color: #fff;
    margin: 0px;
    padding: 0px 2px;
    color: #ccc;
}
#search-box, .boite-grise {
    background-color: #eee;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding: 10px;
    border-radius:2px;
}
#search-box .fa-search {
    font-size: 20px;
    color: #5b5b5b !important;
    margin-left: 3px;
    padding-top: 5px;
}
#search-box p {
    margin-bottom: 5px;
    font-weight: 500;
}
#search-box .relative {
    margin-bottom: 5px !important;
}
#search-box .relative .toggle {
    padding: 11px 5px !important;
}
#search-box .button {
    text-align: left;
    border: solid thin #ccc;
    font-size: 13px !important;
    background-color: #ffffff !important;
}

#bFiltreRegion.selRegionActive,
#bFiltreOrganisation.selOrgActive {
    background: #666 !important;
    background-color: #666 !important;
    border: none;
    color: #fff !important;
}

#bFiltreRegion i.fa-caret-down,
#bFiltreOrganisation i.fa-caret-down {
    font-size: 16px !important;
    margin-right: 4px;
}

#ddlDocumentSujets {
    width: 258px;
    min-height: 150px;
}
#ddlDocumentProductions {
    width: 258px;
}
#filtreSujets {
    display: block !important;
    height: auto;
}
#filtreProductions {
    display: block !important;
    height: auto;
}
#filtreSujets .actree-search-container, #filtreProductions .actree-search-container {
    width: 100% !important;
}
#filtreSujets .actree-search-container::after, #filtreProductions .actree-search-container::after {
    content: '';
    position: absolute;
    border-top: 5px solid #555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    margin-top: -29px;
    position: relative;
    right: 9px;
}
#bSearch {
    line-height: 20px;
    cursor: pointer;
}
.search-group {
    display: inline-table;
    width: 100%;
}
#bCulture {
    max-height: inherit !important;
    background-color: #e5e5e5;
    border: solid thin #ccc !important;
    padding: 5px !important;
}
#bCulture .larger, #bCulture .x-large {
    font-size: 13px;
    color: #5b5b5b;
}
#bCulture .larger {
    background: #ccc;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}


/*---------------------------------Archives----------------------------------------------*/
.msgArchive {
    padding: 10px;
    color: #353535;
    border: 1px solid #4a4a4a;
    background-color: #fff3cd;
    font-size: 120%;
}

/*----------------------------------------------------------------------------------------*/
/*------------------------------ Conteneur principal du centre ---------------------------*/
.conteneur-principal {
    padding: 0px;
    width: 73%;
}
.conteneur-principal-petit, body.rap .conteneur-principal {
    width: 53%;
}
/*----------------------------------------------------------------------------------------*/
/*------------------------------ Conteneur principal large -------------------------------*/
.conteneur-principal-lg {
    width: 71%;
}
/*----------------------------------------------------------------------------------------*/
/*------------------------------------- Pub de droite ------------------------------------*/
.conteneur-pub {
    padding: 5px;
    width:27%;
    max-width: 310px;
    float: right;
    margin:0px 3px 0px 0px;
    text-align:center;
}
/*----------------------------------------------------------------------------------------*/
/*------------------------------- Les backgrounds ----------------------------------------*/
.filter-background {
    position: fixed;
    left: 0px !important;
    background-size: cover !important;
    top: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -1;
}
body.agriculturebiologique .filter-background {
    background: url(/img/themes/agriculturebiologique.jpg) fixed no-repeat center top;
}
body.agriculturebiologique h4.sous-titre1, body.agriculturebiologique h6.sous-titre2, body.agroenvironnement h4.sous-titre1, body.agroenvironnement h6.sous-titre2, body.phytoprotection h4.sous-titre1, body.phytoprotection h6.sous-titre2, body.sante-et-securite-du-travail h4.sous-titre1, body.sante-et-securite-du-travail.sous-titre2, body.legumesdeserre h4.sous-titre1, body.legumesdeserre h6.sous-titre2, body.apiculture h4.sous-titre1, body.apiculture h6.sous-titre2, body.bovinslaitiers h4.sous-titre1, body.bovinslaitiers h6.sous-titre2, body.grandsgibiers h4.sous-titre1, body.grandsgibiers h6.sous-titre2, body.caprins h4.sous-titre1, body.caprins h6.sous-titre2, body.ovins h4.sous-titre1, body.ovins h6.sous-titre2, body.porc h4.sous-titre1, body.porc h6.sous-titre2, body.bovinsboucherie h4.sous-titre1, body.bovinsboucherie h6.sous-titre2 {
    text-shadow: 0px 0px 10px rgb(95, 111, 121) !important;
}
body.agriculture-urbaine .filter-background {
    background: url(/img/themes/agriculture-urbaine.png) fixed no-repeat center top;
}
body.agroenvironnement .filter-background {
    background: url(/img/themes/Agroenvironnement.jpg) fixed no-repeat center top;
}
body.agroclimatologie {
    background: url(/img/themes/agroclimatologie.jpg) fixed no-repeat center top;
}
    body.agroclimatologie h4.sous-titre1, body.agroclimatologie h6.sous-titre2, body.agroforesterie h4.sous-titre1, body.agroforesterie h6.sous-titre2, body.pdt h4.sous-titre1, body.pdt h6.sous-titre2, body.biotechnologie-moderne-et-ogm h4.sous-titre1, body.biotechnologie-moderne-et-ogm h6.sous-titre2, body.lab h4.sous-titre1, body.lab h6.sous-titre2, body.horticulture-arbresdenoel h4.sous-titre1, body.horticulture-arbresdenoel h6.sous-titre2, body.legumeschamp h4.sous-titre1, body.legumeschamp h6.sous-titre2, body.plantes-fourrageres h4.sous-titre1, body.plantes-fourrageres h6.sous-titre2 {
        text-shadow: none !important;
        color: #3d3d3d !important;
    }
body.agroforesterie {
    background: url(/img/themes/agroforesterie.jpg) fixed no-repeat center top;
}
body.apiculture .filter-background {
    background: url(/img/themes/apiculture.jpg) fixed no-repeat center top;
}
body.bovinsboucherie {
    background: url(/img/themes/bovinsboucherie.jpg) fixed no-repeat center bottom;
}
body.bovinslaitiers {
    background: url(/img/themes/bovinslaitiers.jpg) fixed no-repeat center top;
}
body.caprins {
    background: url(/img/themes/caprins.jpg) fixed no-repeat center top;
}
body.cheval {
    background: url(/img/themes/cheval.jpg) fixed no-repeat center top;
}
body.economie-et-gestion {
    background: url(/img/themes/Economie-Et-Gestion.jpg) fixed no-repeat center top;
}
body.era {
    background: url(/img/themes/era.jpg) fixed no-repeat center top;
}
body.legumesdeserre {
    background: url(/img/themes/legumesdeserre.jpg) fixed no-repeat center top;
}
body.horticulture-serre {
    background: url(/img/themes/horticulture-serre.jpg) fixed no-repeat center top;
}
body.horticulture-pepiniere {
    background: url(/img/themes/horticulture-pepiniere.jpg) fixed no-repeat center top;
}
body.horticulture-gazon .filter-background {
    background: url(/img/themes/horticulture-gazon.jpg) fixed no-repeat center top;
}
body.erable {
    background: url(/img/themes/erable.jpg) fixed no-repeat center top;
}
body.marketing-agroalimentaire {
    background: url(/img/themes/marketing-agroalimentaire.jpg) fixed no-repeat center top;
}
    body.marketing-agroalimentaire h4.sous-titre1, body.horticulture-pepiniere h4.sous-titre1, body.petitsfruits h4.sous-titre1, body.petitsfruits h6.sous-titre2, body.horticulture-pepiniere h6.sous-titre2, body.transformation-alimentaire h4.sous-titre1, body.transformation-alimentaire h6.sous-titre2, body.marketing-agroalimentaire h6.sous-titre2, body.nanotechnologies-bioalimentaire h4.sous-titre1, body.nanotechnologies-bioalimentaire h6.sous-titre2, body.erable h4.sous-titre1, body.erable h6.sous-titre2, body.grandescultures h4.sous-titre1, body.grandescultures h6.sous-titre2, body.horticulture-gazon h4.sous-titre1, body.horticulture-gazon h6.sous-titre2, body.horticulture-serre h4.sous-titre1, body.horticulture-serre h6.sous-titre2, body.vigne-vin h4.sous-titre1, body.vigne-vin h6.sous-titre2 {
        text-shadow: 0px 0px 12px rgba(000, 000, 000,0.9) !important;
    }
body.biotechnologie-moderne-et-ogm {
    background: url(/img/themes/biotechnologie-moderne-et-ogm.jpg) fixed no-repeat center top;
}
body.nanotechnologies-bioalimentaire {
    background: url(/img/themes/nanotechnologies-bioalimentaire.jpg) fixed no-repeat center top;
}
body.banqueplans {
    background: url(/img/themes/banqueplans.jpg) fixed no-repeat center top;
}
    body.banqueplans h4.sous-titre1, body.banqueplans h6.sous-titre2 {
        text-shadow: 0px 0px 10px rgb(91, 105, 113) !important;
    }
body.energie {
    background: url(/img/themes/energie.jpg) fixed no-repeat center top;
}
body.grandescultures {
    background: url(/img/themes/grandescultures.jpg) fixed no-repeat center top;
}
body.grandsgibiers {
    background: url(/img/themes/grandsgibiers.jpg) fixed no-repeat center top;
}
body.horticulture-arbresdenoel {
    background: url(/img/themes/Horticulture-arbresdenoel.jpg) fixed no-repeat center top;
}
body.lab {
    background: url(/img/themes/lab.jpg) fixed no-repeat center top;
}
body.legumeschamp {
    background: url(/img/themes/LegumesChamp.jpg) fixed no-repeat center top;
}
body.ovins {
    background: url(/img/themes/ovins.jpg) fixed no-repeat center top;
}
body.pdt {
    background: url(/img/themes/pdt.jpg) fixed no-repeat center top;
}
body.petitsfruits {
    background: url(/img/themes/petitsfruits.jpg) fixed no-repeat center top;
}
body.phytoprotection {
    background: url(/img/themes/phytoprotection.jpg) fixed no-repeat center top;
}
body.plantes-fourrageres {
    background: url(/img/themes/plantes-fourrageres.jpg) fixed no-repeat center top;
}
body.patrimoines-identites {
    background: url(/img/themes/patrimoines-identites.jpg) fixed no-repeat center top;
}
body.porc {
    background: url(/img/themes/porc.jpg) fixed no-repeat center top;
}
body.rap {
    background: url(/img/themes/rap.jpg) fixed no-repeat center top;
}
body.sante-et-securite-du-travail {
    background: url(/img/themes/sante-et-securite-du-travail.jpg) fixed no-repeat center top;
}
body.reseaupommier {
    background: url(/img/themes/reseaupommier.jpg) fixed no-repeat center top;
}
body.transformation-alimentaire {
    background: url(/img/themes/transformation-alimentaire.jpg) fixed no-repeat center top;
}
body.vigne-vin {
    background: url(/img/themes/vigne-vin.jpg) fixed no-repeat center top;
}
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
input, .input, input[type="text"].textbox, input[type="password"].textbox, textarea.textbox, .form-input input[type="text"], .form-input select, .form-input textarea, .chosen-container-multi, .bootstrap-timepicker-widget table td input, .ui-toolbar select, .ui-toolbar input {
    border: 1px solid #cdcdcd !important;
    box-sizing: border-box;
    color: #353535 !important;
    float: none;
    font-size: 14px !important;
    height: auto;
    background-color:#fff !important;
    max-width: 100%;
    padding: 10px 10px !important;
    vertical-align: bottom;
    width: 100%;
    border-radius:2px;
}
textarea.input {
    height: 75px;
}
input, textarea {
    outline: none !important;
}
input.small {
    border: 1px solid #ccc;
    color: #555;
    height: 30px;
}
input:focus, textarea:focus {
    box-shadow: 0px 3px 15px rgba(000,000,000,0.1);
    border:solid thin #ccc !important;
}
input[type="checkbox"], input[type="radio"]{
    width:15px !important;
    margin:4px;
}
.abonnement-sites input[type="checkbox"] {
    width: 22px !important;
    margin: 4px;
    position: absolute;
    left: -5px;
}
input[type="checkbox"]:focus{
    box-shadow:none
}
.form label, .login-form label, label {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    margin-top:10px;
    width: 100%;
    color:#555;
}
select {
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    color: #777777;
    float: none;
    height: 32px;
    max-width: 100%;
    padding: 6px 12px;
    vertical-align: bottom;
    width: auto;
}


.evenPrec {
    font-size: 13px !important;
    margin-top: -15px;
    margin-left: 20px !important;
    padding-top: 0;
    padding-bottom: 10px;
    display:none;
}
.evenPrec [type="checkbox"] {
    margin-left: -20px !important;
}
.evenPrec em {
    font-style: normal;
    letter-spacing: -0.03rem;
}
.filtreProductions {
    margin-top: -5px;
}


/*--------------------------------------------------------------------------------------*/
/*--------------------------------------- Boutons --------------------------------------*/
.button, button, .btn, .form button {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    border-width: 1px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
    max-width: 100%;
    font-weight: 400 !important;
}
.form button:hover, button:hover {
    border:solid thin #5b5b5b;
    background-color: #333;
    color: #fff;
}
a.bouton-proposer {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    font-size: 15px !important;
    line-height: 1.42857;
    padding: 9px 0px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400 !important;
    margin: 0px 0px 10px 0px !important;
    max-width: 300px !important;
    background-color: #428bca !important;
    color: #fff !important;
    text-align: center !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bouton-proposer .fa {
    margin-right: 10px;
}
.bouton-proposer:hover {
    background-color: #2d71ab !important;
    text-decoration: none;
}
.bouton-proposer.projet-effluents {
    background-color: #e3e3be !important;
    padding: 10px 15px 15px 15px;
    color: #000 !important;
    margin: 10px 0 20px 0 !important;
    border: 1px solid #c7c788;
    position: relative;
    max-width: 400px !important;
    margin: 20px auto 20px auto !important;
    display: block;
}
.bouton-proposer.projet-effluents.v2 {
    padding: 10px 15px 11px 15px;
    max-width: 300px !important;
    margin: 10px 20px 3px 0;
    display: inline-block;
}
.bouton-proposer.projet-effluents span {
    display: inline-block;
    text-align: left;
    line-height: 1.2;
    margin-top: 5px;
}
.projet-effluents:hover {
    background-color: #c7c788 !important;
}
.ico-effluents {
    background: url(/img/ico-effluents.svg) no-repeat center;
    width: 60px;
    height: 30px;
    display: inline-block;
    margin: 0 20px -5px 0;
}
.ico-effluents.nouveau::before {
    content: "Nouveau";
    position: absolute;
    top: -10px;
    left: -14px;
    color: #fff;
    background: red;
    padding: 2px 7px 1px 7px;
    border-radius: 13px;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
.bouton-proposer.projet-effluents.v2 .ico-effluents {
    margin-bottom: 0;
}


.button-darkgrey, .button-action, .button.dark-grey{
    background-color: #555;
    border: 1px solid #555;
    color: #fff !important;
}
.button.dark-grey:hover, .button-darkgrey:hover, .button-action:hover {
    background-color: #666 !important;
    color: #fff !important;
    border: solid thin #666;
    text-decoration: none;
}
.button-darkgrey {
    padding: 12px 15px;
    font-size: 18px;
    width: 100%;
}
.button-darkgrey .fa {
    font-size: 20px;
    cursor: pointer;
}
.button-action {
    display: inline-block;
    font-size: 10px !important;
    line-height: 1;
    padding: 5px 7px !important;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    font-weight: 500;
    width:auto;
}
.document-item .button-lightgrey {
    width: 100%;
}
.button-lightgrey, .button-lightgrey:hover, .button-lightgrey.active{
    float:right;
    margin:0px 0px 0px 3px;
}
.icones-calendrier .button-lightgrey{
    width:43px;
    margin:0px 2px !important;
}
#ui-datepicker-div {
    z-index: 501 !important; /* Pour surclasser le plugin qui injecte le css en attributs */
}
.button-lightgrey, .button.lightgrey {
    display: inline-block;
    border-radius: 2px;
    background-color: #c9ccce;
    border: 1px solid #c9ccce;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 15px;
    font-weight: 400 !important;
    max-height: 42px !important;
}
    .button-lightgrey.active, .button-lightgrey:hover, .button-lightgrey.active:hover, .button.lightgrey:hover, .button.lightgrey.active, .button.lightgrey.active:hover {
        background-color: #bfbfbf;
        border: 1px solid #bfbfbf;
        text-decoration: none;
        color: #fff !important;
    }
.button-lightgrey .fa {
    line-height: 23px;
}
a.button-back {
    color: #b0b0b0 !important;
    font-weight: 500;
}
.button.white {
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #555;
}
.button.grey {
    color: #fff !important;
    background-color: #999 !important;
    border: 1px solid #999;
}
.button.green {
    color: #fff !important;
    background-color: #999 !important;
    border: solid thin #999;
    width: auto;
}
.button.green {
    color: #fff !important;
    background-color: #8ac13c !important;
    border: solid thin #8ac13c;
    width: auto;
}
.button.green:hover {
    background-color: #94d13d !important;
    border: solid thin #94d13d;
    text-decoration: none;
}
.button.small {
    font-size: 12px !important;
    height: 30px;
    padding: 5px;
    width:auto !important;
    line-height: 18px !important;
}
.button.red, .button.red a {
    color: #fff !important;
    background-color: #ff5430 !important;
    font-size: 15px;
    border:solid thin #ff5430;
}
.button.red:hover, .button.red:focus {
    color: #ff5430 !important;
    background-color: transparent !important;
    text-decoration:none;
}
.button.abonnement {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 15px !important;
    text-align: left;
    width: 100%;
    background-color:#eee;
    border:solid thin #ddd;
    border-radius:3px;
}
.abonnement-enregistrer label::after {
    font-family: "FontAwesome" !important;
    content: ' \f058';
}
.button.abonnement input[type="checkbox"] {
    margin: 6px 0px;
}
.close{
    text-align:right;
    color:#000 !important;
    opacity:.8 !important;
}
.close:hover{
    border:none;
    background-color:transparent !important;
}
/*--------------------------------------------------------------------------------------*/
/*------------------------------------ Pagination --------------------------------------*/
button.paging, li > a.paging {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 5px 12px;
    float: none;
    width:unset;
}
li.active button.paging, li.active > a.paging {
    background-color: #aaa !important;
    border: solid thin #aaa !important;
    color: #fff;
    font-weight: 500;
    float: none;
}
li.active button.paging:hover {
    background-color: #aaa !important;
    border: solid thin #aaa !important;
    color: #fff !important;
    cursor: default;
}
.pagination > li{
    display:inline-block;
}
.pagination li .paging {
    background-color: #ccc !important;
    border: solid thin #ccc !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 6px 10px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pagination li .paging:hover {
    background-color: #aaa !important;
    border: solid thin #aaa !important;
    color: #fff !important;
}
.margin-bottom-10px{
    margin-bottom:10px;
}
.menu-container-fixe {
    margin-top: 152px;
}
.menu-container-fixe .navbare {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.menu-container-fixe .navbare .onglet-favoris, .menu-container-fixe .navbare .onglet-favoris a {
    border-top-right-radius: 3px !important;
}
.menu-compte {
    margin: 0px;
    width: 409px;
    z-index: 2001;
}


/* -------------------------------------------------------------------------------------- */
/* -------------------------- FONTE PERSONNALISEE COMPTE CRAAQ -------------------------- */
/* -------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'compteCRAAQ';
    src: url('../Font/FonteCRAAQ/comptecraaq.eot?42111824');
    src: url('../Font/FonteCRAAQ/comptecraaq.eot?42111824#iefix') format('embedded-opentype'),
         url('../Font/FonteCRAAQ/comptecraaq.woff2?42111824') format('woff2'), 
         url('../Font/FonteCRAAQ/comptecraaq.woff?42111824') format('woff'), 
         url('../Font/FonteCRAAQ/comptecraaq.ttf?42111824') format('truetype'), 
         url('../Font/FonteCRAAQ/comptecraaq.svg?42111824#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icone-"]:before, 
[class*=" icone-"]:before {
    display: inline-block;
    font-family: "compteCRAAQ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 1em;
    margin-left: .2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icones menu */
.icon-comptecraaq_fleche:before { 
    content: '\e800'; 
}
.icone-comptecraaq_profile:before {
    content: '\e804';
}
.icone-comptecraaq_publications:before {
    content: '\e805';
}
.icone-comptecraaq_interets:before {
    content: '\e801';
}
.icone-comptecraaq_transactions:before {
    content: '\e808';
}
.icone-comptecraaq_notifications:before {
    content: '\e803';
}
.icone-comptecraaq_connexion:before {
    content: '\e824';
}
.icone-comptecraaq_deconnexion:before {
    content: '\e825';
}
.icone-comptecraaq_abonnement:before {
    content: '\e80e';
}
.icone-comptecraaq_depot:before {
    content: '\e818';
}
.icone-comptecraaq_newsletter:before {
    content: '\e819';
}


/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ MENU EN-TETE ------------------------------------ */
/* -------------------------------------------------------------------------------------- */

.icone-comptecraaq_ondescraaq:before {
    content: '\e814';
    font-size: 2.2rem;
    margin-right: .5rem;
    position: relative;
    top: 2px;
}
.icone-comptecraaq_logocraaq:before { content: '\e80a'; }
.icone-comptecraaq_logotypecraaq:before { content: '\e80b'; }
.listeCompteCRAAQ {
    display: inline-block;
}
.entete-desktop .listeCompteCRAAQ button,
.entete-desktop .listeCompteCRAAQ button:hover,
.entete-desktop .listeCompteCRAAQ button:focus,
.entete-desktop .listeCompteCRAAQ button:active,
.entete-desktop .listeCompteCRAAQ.meConnecter a.btn,
.entete-desktop .listeCompteCRAAQ #aConnexion,
.entete-desktop .listeCompteCRAAQ #aConnexion:hover,
.entete-desktop .btn, 
.entete-desktop .btn:focus, 
.entete-desktop .btn:hover{
    background: #86bb41 !important;
    border: none;
    border-radius: .5rem !important;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: normal !important;
    padding: 1rem 8rem 1rem 2rem;
    position: relative;
    text-align: left;
    /*z-index: 10000;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.entete-desktop .listeCompteCRAAQ button.connecte {
    min-width: 22rem !important;
}
.listeCompteCRAAQ .dropdown > a.icone-comptecraaq_connexion {
    padding-right: 2.3rem;
}
.listeCompteCRAAQ .dropdown-menu {
    background: #E8E8E8;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-width: 22rem;
    padding: 0;
    left: 0;
    z-index: 1001;
    -webkit-box-shadow: 0px 2px 9px rgb(0 0 0 / 20%);
            box-shadow: 0px 2px 9px rgb(0 0 0 / 20%);
}
.listeCompteCRAAQ .dropdown-menu a {
    border-bottom: .1rem solid #ddd;
    color: #333 !important;
    display: block;
    font-size: 1.4rem;
    font-weight: normal !important;
    line-height: 1;
    padding: 1rem;
    text-align: left;
    width: 22rem;
}
.listeCompteCRAAQ .dropdown-menu a:hover {
    background: #d8d8d8;
    border-bottom: .1rem solid #ddd !important;
}
.listeCompteCRAAQ .dropdown-menu li:last-of-type a:hover {
    background: #d8d8d8;
    border-bottom: none !important;
}
.listeCompteCRAAQ.meConnecter a.btn {
    padding: 1rem 2rem 1rem 1.5rem;
}
.listeCompteCRAAQ .dropdown-menu a::before {
    font-size: 2.4rem;
}
.listeCompteCRAAQ .dropdown-menu li:last-of-type a {
    border: none;
}
.icone-comptecraaq_fleche {
    position: absolute;
    top: 1.1rem;
    right: 1rem;
}
.icone-comptecraaq_fleche:before {
    content: '\e800';
    position: relative;
    top: 1px;
    right: -3px;
}

/* Version mobile */
.entete-mobile .btn-compte-mobile,
.entete-mobile .btn-compte-mobile:hover,
.entete-mobile .btn-compte-mobile:active,
.entete-mobile .btn-compte-mobile:focus {
    background: #86bb41 !important;
    color: #fff !important;
    font-size: 18px;
    height: 40px;
    margin-top: 0 !important;
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    width: 40px;
}
.entete-mobile .btn-compte-mobile:hover {
    font-size: 18px;
    min-width: 40px;
    max-width: 40px;
    text-align: center;
    width: 40px;
}
.entete-mobile .dropdown-menu {
    top: 42px;
    left: -165px;
}



/*--------------------------------------------------------------------------------------*/
/*--------------------------------------- Titre ----------------------------------------*/
#titre-sinformer {
    margin-top: -20px;
    display:inline-block;
}
/*--------------------------------------------------------------------------------------------*/
/*----------------------------- Navigation par site spécialisé -------------------------------*/
.converted-doc img, .converted-doc table {
    max-width:100%;
}
.lien-menu, .lien-menu:hover {
    color: #fff;
    font-size: 15px;
}
.fa-angle-down {
    font-size: 20px;
}
.navigation {
    z-index: 1;
}
.accueil {
    text-align: left;
}
.joindre {
    text-align: right;
    padding-right: 10px;
}
.joindre a, .accueil a {
    color: #fff !important;
    font-weight: 400 !important;
}
#site-name {
    margin-left: 0px;
    margin-right: 10px;
}
#filtre-site {
    background-color: #fff;
    padding: 10px 15px;
    display: none;
    width: 100% !important;
    border-radius: 2px;
    box-shadow: 1px 1px 8px rgba(000,000,000,0.5);
    margin-bottom:30px;
}
#filtre-site ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    display: block !important;
}
#filtre-site li {
    padding: 2px;
}
#filtre-site a {
    color: #555 !important;
    font-size:14px !important;
    line-height:16px !important;
}
    #filtre-site a.active, #filtre-site a:focus {
        font-weight: 600;
        background: none !important;
    }
#filtre-site h4 {
    margin-bottom: 10px;
    margin-top:0px;
    font-size: 17px;
    font-weight: 500;
    color: #555;
}
a.nav-site:hover {
    background: none !important;
}
a.nav-site {
    color: #555 !important;
    background: none !important;
    padding: 0px;
    font-weight: 400 !important;
    font-size: 14px;
}
#filtre-site a.site-actif, a.site-actif:focus {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: underline;
}
.bg-white{
    background-color:#eee !important;
    border-color:#ddd !important;
}
/*--------------------------------------------------------------------------------------*/
/*-------------------------------- Filtres et tri --------------------------------------*/
.panel-lightgrey {
    background-color: #e1e5e8;
    border: 1px solid #d8dcde;
    color: #5b5b5b;
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
    margin-top: 10px;
}
.bg-lightgrey {
    background-color: transparent;
    color: #5b5b5b !important;
    z-index: 30 !important;
}
.bg-lightgrey a {
    color: #5b5b5b !important;
}
#tri, .filtre {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #d8dcde;
    background-color: #fff !important;
    max-height: 300px;
    overflow-y: scroll;
}
#tri{
    overflow:auto;
}
#tri ul, .filtre ul {
    list-style-type: none !important;
    margin-bottom: 0px;
}
#tri ul li, .filtre ul li {
    padding: 3px 0px;
}
.filtre ul li a {
    font-weight: normal !important;
    font-size: 13px;
}
#filtresRAP img.filtresRAPImg {
    float: left;
    margin-right: 15px;
}

/* Filtres Patrimoine et Terroir*/

body:not(.sectionCalendrier):not(.patrimoines-identites) .filtreCalendrier {
    display: none;
}

.patrimoineToShow > .col {
    margin: 0 15px 15px 15px;
}
.patrimoineToShow > .col:last-of-type {
    margin: 0 15px;
}
.sectionCalendrier .patrimoineToShow {
    display: block;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #cdcdcd !important;
    border-radius: 2px !important;
    padding: 5px;
}
.select2-container .select2-selection--multiple {
    min-height: 42px !important;
}

.filtreContenu {
    display: none;
}

.filtreFormat {
    display: none;
}

.filtreCalendrier {
    display: none;
}

.filtreRegion {
    display: none;
}

.patrimoineToShow {
    display: none;
}

/*--------------------------------------------------------------------------------------*/
/*------------------------------------- Tags -------------------------------------------*/
.tag {
    background-color: #555;
    color: #e1e5e8;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 5px 7px;
    text-align: center;
    vertical-align: baseline;
    font-weight: 500;
}
/*--------------------------------------------------------------------------------------*/
/*------------------------------------- Forms -------------------------------------------*/
div.form-row.error input, div.form-row.error select {
    background-color: #f2dcd7 !important;
    border: 1px solid #ce9c90 !important;
}
#errorWrapper {
    z-index: 1 !important;
}
.form-row:after {
    clear: both;
}
.form-row:before, .form-row:after {
    box-sizing: border-box;
    content: " ";
    display: table;
}
.form-row {
    box-sizing: border-box;
}
    .form-row label.checkbox {
        padding-left: 15px;
    }
    .form-row label small {
        display: inline-block;
        font-size: 14px;
        line-height: normal;
    }
#login-persistent {
    width: auto !important;
    cursor: pointer !important;
}
.form {
    background-color: #fff;
    display: block;
    font-size: 13px;
    height: 100%;
    padding: 10px 20px;
}
#fModifier button, #fAbonnement button, #fChangementMotDePasse button {
    width: 48% !important;
}
ul.simple {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul.simple li label {
    font-weight: normal;
}

.cke_dialog_background_cover {
    z-index: 400002 !important;
}
.cke_dialog {
    z-index: 400002 !important;
}

.cke_wysiwyg_frame *,
body.article-editor,
body.document-editor,
body.inline-editor {
    font-family: roboto, Arial, sans-serif !important;
}

.uploadcare-dialog {
    z-index: 4000001 !important;
}
.uploadcare-dialog-inner-wrap{
    top:50px;
}
/*--------------------------------------------------------------------------------------*/
/*-------------------------------- Switch slider ---------------------------------------*/
.switch-slider {
    position: relative;
    display: inline-block;
}
    .switch-slider > label {
        text-align: center;
        border-radius: 2px;
        position: relative;
        background-color: #94d13d;
        float: left;
        margin-right: 10px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 100px !important;
    }
    .switch-slider > .switch-selector {
        position: absolute;
        top: 0;
        background-color: #94d13d;
        height: 100%;
        z-index: auto;
    }
    .switch-slider input[type="radio"] {
        display: none;
    }
label.switch-active {
    background-color: #76ac2a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
/*--------------------------------------------------------------------------------------*/
/*----------------------------------- Widget -------------------------------------------*/
.widget {
    padding: 20px;
    box-shadow: 0 2px 2px -2px #CCCCCC;
    margin-bottom: 10px;
}
.widget .widget-header:before, .widget .widget-header:after, .widget .widget-footer:before, .widget .widget-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget .widget-header:after, .widget .widget-footer:after {
    clear: both;
}
.widget-content .title {
    display: block;
    margin-top: 10px;
}
.widget .widget-header, .widget .widget-footer {
    margin: -20px;
    margin-bottom: 0;
    font-weight: 600;
}
    .widget .widget-header .title, .widget .widget-footer .title {
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 600;
        padding: 10px;
    }
.widget-content.padding {
    padding: 5px;
}
.widget-content .button {
    margin: 5px !important;
}
.widget.dark-grey {
    background-color: #333;
    border-radius:3px;
    color: #fff;
    text-align:left;
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------- Social icons ---------------------------------------*/
.social-icon {
    font-size: 30px;
    color: #94d13d;
    margin: 5px;
}
.social-row {
    margin-bottom: 10px;
    border-bottom: solid thin #eee;
    line-height: inherit !important;
    padding-bottom: 16px;
}
.social-row .share-twitter svg {
    margin-top: 7px;
    width: 27px;
}
@media screen and (max-width: 767px) {
    .social-row .share-twitter svg {
        width: 21px;
    }
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
.admin-bar {
    text-align: right;
    margin-bottom: 10px;
}
.mot-pilote {
    margin: 0px;
    padding: 20px 15px 20px 0px !important;
    font-family: inherit !important;
}
.nav-doc {
    font-weight: 500 !important;
}
.titre {
    margin: 0 0 5px !important;
}
p.maj {
    color: #ff5430 !important;
    font-size: 11px !important;
    margin-bottom: 0px;
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------- Documents ------------------------------------------*/
.document-item {
    background-color: #fff;
    padding: 30px 0px !important;
    border-bottom: solid thin #e0e0e0;
    position: relative;
}
.document-item a, .blogue-item a {
    color: #555 !important;
}
.blogue-item {
    padding: 30px 0px !important;
}
.document-item .titre, .blogue-item .titre {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #555;
}
.document-item .titre a, .blogue-item .titre a {
    color: #353535;
}
.document-item .footer {
    margin-top: 10px;
}
.evenement-vedette .document-item {
    background: #f4faec url(/img/icone-etoile-evenement-vedette.svg) no-repeat right 10px top 7px;
    background-size: 23px;
    border: 1px solid #94d13d;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 15px !important;
}
#pageNumber.toolbarField.pageNumber {
    padding-top: 2px !important;
    padding-bottom: 3px !important;
}


/*--------------------------------------------------------------------------------------*/
/*-------------------------------------- Versionnage -----------------------------------*/

.listeVersion {
    margin: -1px 15px 0 15px;
    overflow: hidden;
    width: calc( 100% - 30px );
    height: 32px;
}
.listeVersion:first-of-type{
    margin-top: 0;
}
.listeVersion > div {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-right: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 15px 7px 15px;
    text-align: center;
}
.listeVersion > div:last-of-type {
    border-right: 1px solid #ccc;
}
.listeVersion label {
    font-size: 1.2rem;
    font-weight: normal;
    word-wrap: unset;
    margin: 0;
}
.listeVersion label[name="dateHeure"] {
    font-weight: normal;
    font-style: italic;
}
#btnEnregistrerTexte {
    float: right;
    margin-top: 15px;
}
.conteneurListeVersion {
    overflow-y: scroll;
    max-height: 9.6rem;
    border: 1px solid transparent;
}
.versionActive {
    background-color: #8ac13c !important;
    background: #8ac13c !important;
}
.versionActive label {
    color: #fff;
}
.versionActive:first-of-type {
    position: relative;
}
.versionActive:first-of-type::before {
    content: "\f058"; /* Crochet encerclé */
    color: #fff;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate( -50%, -50% );
        -ms-transform: translate( -50%, -50% );
            transform: translate( -50%, -50% );
}
.versionActive:first-of-type>label {
    color: transparent;
}



/*--------------------------------------------------------------------------------------*/
/*---------------------------------------- Blogues -------------------------------------*/
.blogue-item {
    background-color: #fff;
    padding: 15px 0px 15px 0px;
    margin-top: 0px;
    border-bottom: solid thin #e0e0e0;
    position: relative;
}

.accueil .document-item, .accueil .blogue-item, .accueil {
    padding: 0;
}
/*--------------------Accès à modifier un document dans l'admin---------------------*/
.modal-content {
    top: 80px !important;
}
.modal {
  text-align: center;
  z-index: 1999;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop{
    z-index: 1000 !important;
}

/* SweetAlert (Modale confirmation suppression) */
.swal-button {
    background: #94d13d;
}
.swal-button:focus {
    box-shadow: none;
}
.swal-button:hover {
    border: none;
}
.swal-button:not([disabled]):hover {
    background: #86bb41;
}
.swal-text:first-child {
    text-align: left;
    width: 100%;
}
.swal-button--cancel {
    background: #428bca !important;
}
.swal-button--cancel:hover {
    background: #2d71ab !important;
}

/*--------------------------------------------------------------------------------------*/
/*---------------------------------------- Blogues -------------------------------------*/
.comment-item {
    color: #5b5b5b;
    font-size: 13px;
    background-color: rgba(000, 000, 000, 0.07) !important;
    overflow: hidden;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 15px !important;
}
.comment-item .button {
    color: #fff;
    margin-top: 0px !important;
    width:auto;
}
.comment-item .button:hover {
    color: #555;
}
.comment-item textarea {
    font-size: 14px;
}
.comment-item .toggle {
    color: #83bb31 !important;
}
.comment-item .toggle:hover {
    text-decoration: underline;
}
.blogue-item .main-image {
    margin-bottom: 20px;
    max-width: 100%;
}
.blogueur-tag {
    background-color: #fff;
    color: #353535;
    font-size: 14px;
    line-height: 1 !important;
}
.blogueur-tag img {
    width: 100%;
}
.blogueur-tag span {
    color: #888;
    font-size: 11px;
}
.blogueur-tag a {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 500;
}
.contenu-article .blogueur-tag img {
    width: inherit !important;
    margin-right: 20px;
}
.conteneur-principal-lg h1 {
    margin-bottom: 0px;
}
.conteneur-principal-lg .date-public {
    margin-bottom: 25px !important;
}
.conteneur-principal-lg .texte-article {
    display: block !important;
    width: 100% !important;
}
.texte-article{
    margin-top:10px;
}
.texte-article td, .texte-article caption{
    padding:10px;
}
.texte-article img{
    vertical-align:unset;
}
.contenu-article {
    margin-top: 20px;
    overflow:hidden;
    padding: 0px 10px 0px 10px !important;
}
.main-image {
    width: 100%;
    margin: 10px 0;
}
/*--------------------------------------------------------------------------------------*/
/*---------------------------------------- Vidéos -------------------------------------*/
.video-container {
    border-bottom: solid thin #ededed;
    padding-bottom: 5px;
}
.video-item {
    position: relative;
    background-color: #fff;
    height: 120px;
    width: auto;
    max-width: 320px !important;
}
.video-item a {
    font-size: 4px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* Exception si le vidéo ne charge pas (Ex.: Autre que YT ou Vimeo) */
#videoPlayerContainer #videoPlayer {
    position: relative;
}
#videoPlayerContainer #videoPlayer::before {
    -webkit-transition: all 600ms ease;
       -moz-transition: all 600ms ease;
         -o-transition: all 600ms ease;
            transition: all 600ms ease;
}
#videoPlayerContainer.videoOff video[src=""] {
    background: #dcdcdc url(../img/Agri-video-Placeholder.png) no-repeat top center !important;
    background-size: cover !important;
}
#videoPlayerContainer.videoOff #videoPlayer:hover::before {
    content: '';
    position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    background: rgba(255,255,255,0.08);
    z-index: 100;
}
#videoPlayerContainer video[src=""]~.vjs-big-play-button,
.vjs-error-display{
    display: none !important;
}


.info-video .titre a {
    font-size: 16px;
    color: #555 !important;
}
.date-public {
    position: relative;
    font-size: 11px;
    color: #ff9600;
    margin: 0 0 11px;
    margin-bottom: 5px;
    bottom: 0px;
}
.vid-auteur {
    font-weight: 500;
}
li#creerDossier {
    margin: 10px 0px 0px 0px !important;
}
.filtre-list {
    position: absolute;
    background-color: #e1e5e8;
    display: none;
    list-style: none;
    padding: 10px;
    margin: 15px;
    left: 0;
    top: 45px;
    width: 100%;
    z-index: 1000;
}
.filtre-list label {
    font-weight: normal;
}
.badge-orange {
    background-color: #ffae00;
    padding: 5px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
}
.badge-blue {
    background-color: #16acc4;
    padding: 5px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
}
.badge-purple {
    background-color: #875F9A;
    padding: 5px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
}
.badge-green {
    background-color: #94d13d;
    padding: 5px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
}
.muted {
    color: #999999;
}
.open-toggle {
    display: none;
}
.close-toggle {
    display: inline-block;
}
.open > .open-toggle {
    display: inline-block;
}
.open > .close-toggle {
    display: none;
}
#ajaxChargement {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    z-index: 9999;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
/*-------------------- Menu déroulant mon compte ---------------------------------------*/
#login-form {
    background-color: transparent;
    padding:0px;
}
#login-form button {
    border: solid thin #555;
    color: #555;
    background-color: transparent;
}
#login-form button:hover {
    border: solid thin #777;
    color: #fff !important;
    background-color: #555;
}
#login-form a {
    line-height: 23px;
    display:block;
    padding:7px 10px;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #555 !important;
}
#login-form .col-lg-6{
    padding:0px !important;
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------- Fil d'ariane ---------------------------------------*/
.non-visible {
    display: none;
}
.conteneur-ariane{
    padding:0px;
}
.conteneur-ariane li:first-of-type a i {
    font-size: 1.6rem;
}
#ariane {
    margin: 0;
    padding: 0;
    color: #a7a7a7;
    height: 35px;
    background-color: #f8f8f8;
    padding-top: 2px;
}
#ariane a {
    color: #a7a7a7 !important;
    font-size: 14px;
}
#ariane > li {
    display: inline-block;
    float: left;
    list-style: none;
    line-height: 33px;
    text-transform: lowercase;
    margin: 0px 3px;
    font-weight: 500 !important;
}
#ariane li img {
    margin-top: -6px;
    margin-left: 7px;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.clearable {
    background: #fff url(../img/signin/cancel.png) no-repeat right -20px center;
    border: 1px solid #999;
    background-size:13px;
    padding: 3px 18px 3px 4px;
    transition: background 0.4s;
}
    .clearable.x {
        background-position: right 10px center;
        color: #555 !important;
        background-color: rgba(255, 246, 88, 0.46) !important;
    }
    .clearable.onX {
        cursor: pointer;
    }
    .clearable::-ms-clear {
        display: none;
    }
/*--------------------------------------------------------------------------------------*/
/*---------------------------------- Calendrier ----------------------------------------*/
#calendrier-regulier {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
    #calendrier-regulier > thead > tr > th {
        text-align: center;
    }
    #calendrier-regulier > tbody > tr > td {
        position: relative;
        vertical-align: top;
        padding: 1px;
        width: 14%;
    }
    #calendrier-regulier div.day-cell-wrapper {
        min-height: 90px;
        position: relative;
    }
    #calendrier-regulier div.day-cell {
        background-color: #fff;
        position: absolute;
        overflow: hidden;
        padding: 5px;
        width: 100%;
        height: 100%;
        border: solid thin #ccc;
    }
    #calendrier-regulier div.day-cell.active.plDelay:hover {
        border: solid 1px #c9c9c9;
        height: auto;
        min-height: 90px;
        position: absolute;
        width: 300px;
        z-index: 1000;
    }
    #calendrier-regulier div.day-cell.right {
        right: 0;
    }
    #calendrier-regulier div.day-cell.bottom {
        bottom: 0;
    }
    #calendrier-regulier div.day-cell ul.event {
        display: none;
        font-size: 12px;
        color: #353535;
    }
    #calendrier-regulier div.day-cell ul.event a {
        color: #353535;
    }
    #calendrier-regulier div.day-cell.plDelay:hover ul.event {
        clear: both;
        display: block;
        margin: 5px 0;
        padding: 5px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #calendrier-regulier div.day-cell:hover ul.event li.blue:before {
        content: "■ ";
        font-size: 20px;
        color: #16acc4;
    }
    #calendrier-regulier div.day-cell:hover ul.event li.orange:before {
        content: "■ ";
        font-size: 20px;
        color: #ffae00;
    }
    #calendrier-regulier div.day {
        float: right;
        padding: 0 2px;
        color: #555;
    }
/*-------------------------------------------------------------------*/
/*------------------------ Calendrier admin --------------------------*/
#calendrier-admin {
    width: 100%;
}
    #calendrier-admin > thead > tr > th {
        text-align: center;
    }
    #calendrier-admin > tbody > tr > td {
        position: relative;
        vertical-align: top;
        padding: 5px;
        width: 60px;
    }
    #calendrier-admin div.day-cell-wrapper {
        height: 40px;
        position: relative;
    }
    #calendrier-admin div.day-cell {
        background-color: #fff;
        position: absolute;
        overflow: hidden;
        padding: 5px;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-in-out;
    }
    #calendrier-admin tr {
        cursor: pointer;
    }
        #calendrier-admin tr.active {
            background-color: #555;
        }
        #calendrier-admin tr:hover div.day-cell {
            background-color: #d8dcde;
        }
    #calendrier-admin div.day-cell.right {
        right: 0;
    }
    #calendrier-admin div.day-cell.bottom {
        bottom: 0;
    }
    #calendrier-admin div.day-cell div.event {
        display: none;
        font-size: 12px;
        color: #353535;
    }
        #calendrier-admin div.day-cell div.event a {
            color: #353535;
        }
    #calendrier-admin div.day-cell:hover div.event {
        clear: both;
        display: block;
        margin: 5px 0;
        padding: 5px;
    }
    #calendrier-admin div.day {
        float: right;
        padding: 0 2px;
    }
/*---------------------------------------------------------------------------------------*/
/*------------------------------ Calendrier accueil -------------------------------------*/
#calendrier-accueil {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 12px;
    width: 100%;
}
    #calendrier-accueil > thead > tr > th {
        text-align: center;
        background-color: #94d13d;
        line-height: 25px;
        color: #fff;
    }
    #calendrier-accueil > tbody > tr > td {
        position: relative;
        vertical-align: top;
        padding: 5px;
        width: 14%;
    }
    #calendrier-accueil div.day-cell-wrapper {
        min-height: 40px;
        position: relative;
    }
    #calendrier-accueil div.day-cell {
        position: absolute;
        overflow: hidden;
        padding: 3px;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease-in-out;
    }
        #calendrier-accueil div.day-cell.active .day {
            font-weight: bold;
        }
        #calendrier-accueil div.day-cell.active:hover {
            background-color: #fff;
            position: absolute;
            width: 440%;
            height: 320%;
            transition: all 0.2s ease-in-out;
            z-index: 1000;
            border: solid 1px #cacaca;
            overflow-y: scroll;
        }
        #calendrier-accueil div.day-cell.right {
            right: 0;
        }
        #calendrier-accueil div.day-cell.bottom {
            bottom: 0;
        }
        #calendrier-accueil div.day-cell div.event {
            display: none;
            font-size: 12px;
            color: #353535;
        }
        #calendrier-accueil div.day-cell:hover div.event {
            clear: both;
            display: block;
            margin: 5px 0;
            padding: 5px;
        }
    #calendrier-accueil div.day {
        text-align: center;
        line-height: 35px;
        padding: 0 2px;
    }
    #calendrier-accueil div.day-cell.active:hover div.day {
        float: right;
    }
/*-----------------------------------------------------------------------------------------*/
/*----------------------------- Calendrier visibilité --------------------------------------*/
#fVisibilite .checkbox {
    margin: 0;
}
.calendrier-visibilite {
    width: 200px;
    font-size: 12px;
}
.border-grey {
    border: solid 1px #ccc;
    padding: 5px;
}
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
#pdfContainer {
    margin-top: 20px;
    height: 750px;
}
#viewerContainer * {
    box-sizing: unset;
}
html[dir='ltr'] .outerCenter {
    right: 40% !important;
}
#scaleSelect {
    height: auto;
}
/* début ajouter visibilité */
#fVisibilite .form-row {
    padding: 10px 5px;
}
#fVisibilite .form-row .form-label .checkbox {
    font-weight: bold;
    font-size: 18px;
    padding: 0px 20px;
}
#fVisibilite .form-row .form-label .checkbox small {
    font-weight: 400;
}
.border-grey {
    padding: 4px 8px;
    border: solid 1px #cdcdcd;
}
/*---------Sélection sites spécialisés-----------*/
#choixSemaines {
    margin-top: 10px;
    padding-left: 25px !important;
}
    #choixSemaines .form-label {
        padding: 15px 5px 15px 15px;
        border-radius: 10px;
    }
    #choixSemaines .checkbox small {
        font-weight: 500 !important;
        color: #666;
    }
    #choixSemaines .checkbox {
        padding-left: 0px !important;
    }
.table ul {
    list-style: none;
    margin-bottom: 0px;
}
    .table ul li {
        cursor: pointer;
        font-weight: bold;
        color: #aaa;
    }
        .table ul li:hover {
            color: #777;
        }
.glyphicon-minus {
    font-size: 12px;
    color: #d9534f;
}
.table tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}
/*---------Boutons téléchargement de logo-------------*/
.telecharge-logo {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
    padding-left: 40px !important;
}
    .telecharge-logo #fileToUpload, .telecharge-logo small {
        float: left;
        margin-right: 5px;
        font-size: 13px !important;
        font-weight: bold !important;
    }
#fileToUpload1, #fileToUpload2 {
    color: #ccc;
    font-size: 14px;
    cursor: pointer !important;
}
/*-------------Icônes + et - -------------------------*/
.glyphicon-plus {
    font-size: 12px;
    color: #94d13d;
}
/*-----------Total------------*/
.total {
    border: solid 1px #f1f1f1;
    border-bottom: none;
  
    margin: 20px 0 0 0 !important;
}
.total-prix, #totalFinal {
    font-weight: bold;
    font-size: 18px;
    border-bottom: none;
}
.total span {
    display: block;
    padding-top: 2px;
}
.totaux {
    display: block;
    min-height: 20px;
    border-bottom: solid 1px #e2e2e2;
    text-align: right;
}
/*-----------Boutons de confirmation------------*/
.zone-stripe p {
    margin-top: 10px !important;
}
.bouton-confirmation, .zone-stripe {
    margin: 0 0 4px 0 !important;
    text-align: center;
    border: solid 1px #f1f1f1;
    padding: 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
    .bouton-confirmation .form-label {
        padding: 15px 15px;
    }
    .bouton-confirmation p {
        font-size: 12px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .bouton-confirmation .refuse {
        border-right: solid 1px #f1f1f1;
    }
.very-small {
    font-size: 11px !important;
    padding: 5px;
    text-align: left;
    font-weight: 400 !important;
}
.btn{
    text-shadow: none !important;
    box-shadow:none !important;
    background:none !important;
    border-radius: 2px !important;
    padding: 10px 20px !important;
    font-weight:400 !important;
}
.btn-sm{
    padding:5px 9px !important;
    font-size:13px;
}
.btn-primary {
    border: solid 1px #428bca !important;
    background-color: #428bca !important;
    color:#fff !important;
}
    .btn-primary:hover {
        border: solid 1px #407bae !important;
        background-color: #407bae !important;
    }
.btn-grey {
    border: solid 1px #888 !important;
    background-color: #888 !important;
    transition: all 0.2s ease-in-out;
    color: #fff !important;
}
.btn-grey:hover {
    border: solid 1px #777 !important;
    background-color: #777 !important;
    color: #fff !important;
}
.btn-default {
    border: solid 1px #555 !important;
    background-color: #555 !important;
    color:#fff !important;
}
    .btn-default:hover {
        border: solid 1px #555 !important;
        background-color: #fff !important;
        color: #555 !important;
    }
.btn-danger {
    border: solid 1px #d9534f !important;
    background-color: #d9534f !important;
    color:#fff !important;
}
    .btn-danger:hover {
        border: solid 1px #d9534f !important;
        background-color: #fff !important;
        color: #d9534f !important;
    }
.sticky-btn{
    position:fixed;
    width:40% !important;
    left:30%;
    bottom:20px;
    box-shadow:0px 2px 10px rgba(0,0,0, 0.3);
    z-index:7;
}
/* Bouton Enregistrer un brouillon */
.clsEnregistrer {
    padding: 9px 20px;
    bottom: 10px;
    left: auto;
    right: 60px;
    width: 130px !important;
    z-index: 10000;
}
.contenantConnexion #msg-connection.msg-erreur.visible {
    bottom: 80px !important;
}
#tempData {
    border: 1px solid #5b5b5b;
}


/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
#mainContainer {
    border-bottom: 1px solid #cacaca;
    margin: 0 0px;
    min-width: 280px !important;
}
.contenu-article h1 {
    margin-left: 0px;
}
.viewer-info {
    margin-top: 0;
}
.desc-holder {
    background-color: #fff;
    margin: 20px 0;
}
    .desc-holder table{
        margin:5px;
    }
    .desc-holder th, .desc-holder td, .desc-holder caption {
        padding:10px;
    }
.titre-Holder h1 {
    font-size: 20px;
    margin-top: 0;
}
.arrow-left {
    height: 130px;
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    margin-right: 10px;
    border-right: 15px solid rgba(000,000,000,0.07);
    float: left;
    margin-left: -25px;
}
.docinfo-holder {
    min-height: 150px;
    background-color: rgba(000,000,000,0.07);
    padding: 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    max-width: 300px !important;
    border-radius: 16px;
}
    .docinfo-holder img {
        margin-bottom: 15px;
        max-width: 270px;
    }
/*--------------------------------------------------------------------------------*/
/*---------------------------------- Abonnement ----------------------------------*/
.abonnement-sites ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    padding-left: 5px;
}
.abonnement-sites label {
    font-weight: normal;
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.form-row {
    box-sizing: border-box;
    padding: 0 0 20px;
}
/*--------------------------------------------------------------------------------*/
/*---------------------------- Viewer Vidéo --------------------------------------*/
.nav-vid {
    border: solid thin #ddd;
}
.info-video {
    padding-top: 20px;
    padding-left: 5px !important;
}
    .info-video a {
        color: #5b5b5b;
    }
    .info-video .titre {
        font-weight: 500;
        font-size: 16px;
    }
    .info-video .vid-auteur {
        font-size: 13px !important;
    }
    .info-video .vid-editeur {
        font-size: 12px !important;
    }
#videoPlayer {
    width: 100% !important;
    margin: 0 auto !important;
    height: 440px !important;
    margin-bottom: 20px !important;
}
#videoPlayerContainer {
    margin-top: 20px;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------------- NOTICE SI <IE11 -------------------------------------------*/
.noticeNavObsolete {
    background: #dd3131;
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: 600;
    height: 3.2rem;
    opacity: 0.8;
    padding: .8rem 1rem 1.2rem 1rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.noticeNavObsolete a {
    color: #fff !important;
    text-decoration: underline;
}
.noticeNavObsolete a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------------- PUB DU HAUT -----------------------------------------------*/
.pub-exterieur {
    margin: 0px 0px 10px 0px !important;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    overflow: hidden !important;
}
.pub-exterieur iframe {
    margin: 15px;
}
/*--------------------------------------------------------------------------------------------*/
/*-------------------------------- Pub de droite ---------------------------------------------*/
.pub-holder iframe {
    margin-bottom: 10px;
}
.pub-holder {
    position: relative;
    background-color: #fff;
    margin: 0px;
    color: #aaa;
    width:100%;
    max-width: 310px;
    float: right;
    padding: 0px 5px 5px 5px;
    border-radius: 2px;
    z-index: inherit;
    text-align:center;
    padding:0px;
}


/* ------------------------------------------------------------------------------------------ */
/* ----------------------------------------- FOOTER ----------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

.footerFull {
    background: #282828;
    position: relative;
    z-index: 1000;
}
footer#piedPage iframe {
    width: 100%;
}
#piedPage * {
    color: #ffffff;
    font-size: 1.3rem;
}
#piedPage {
    background: #282828 !important;
    max-width: 1200px;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;

    /* Patch Flex pour IE */
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#piedPage h6 {
    color: #7c7c7d !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    padding: 1rem 0 .5rem 0;
    text-transform: uppercase;
}
#piedPage h6 i {
    display: none;
}
#piedPage p {
    line-height: 2.6rem !important;
}
#piedPage .basPiedPage a {
    color: #ffffff;
    font-weight: normal;
}
#piedPage .logoSite {
    padding-bottom: 1.1rem;
}
#piedPage .logoSite a {
    display: inline-block;
}
#piedPage .logoSite > div {
    text-align: left;
}
#piedPage .repertoire > div {
    align-self: flex-end;
}
#piedPage .copyright p br {
    display: none;
}
#piedPage .logoSite h5,
#piedPage .logoSite h5 strong {
    font-size: 1rem;
}
#piedPage .logoSite h5 {
    padding-top: 1rem;
}
#piedPage .communications a {
    color: #ffffff !important;
    font-weight: 400 !important;
}
#piedPage .communications p {
    line-height: 2.2rem !important;
    margin-bottom: 10px;
}
#piedPage .communications p:last-of-type {
    margin-bottom: 0;
}
#piedPage .liensFooter a span {
    display: inline-block;
    width: 2.4rem;
}
#piedPage .liensFooter a span img {
    position: relative;
        top: -2px;
        left: -2px;
}
#piedPage .liensFooter a span img[alt~="éditoriale"],
#piedPage .liensFooter a span img[alt~="Aide"] {
    left: 0;
}
#piedPage .liensFooter a span img[alt~="Vidéos"],
#piedPage .liensFooter a span img[alt~="Blogue"],
#piedPage .liensFooter a span img[alt~="Aide"] {
    left: -3px;
}
#piedPage sup {
    font-size: 1rem !important;
}
#piedPage .copyright > p {
    display:block;
    line-height: 1.6 !important;
    margin: 0;
    text-align: center;
}
#piedPage .copyright > p,
#piedPage .copyright > p span {
    font-size: 1.2rem;
    color: #7c7c7d;
}
#piedPage .copyright > p span {
    margin-top: .5rem;
}
#piedPage .footerMediaSociaux {
    padding-top: 2.2rem;
    padding-right: 0;
    text-align: right;
}
#piedPage .footerMediaSociaux a {
    display: inline-block;
    padding-right: .8rem;
}
#piedPage .footerMediaSociaux a:last-of-type {
    padding-right: 0;
}
#piedPage .footerMediaSociaux a:hover {
    text-decoration: none;
}
#piedPage .footerMediaSociaux a > span {
    color: #7c7c7d;
    font-size: 3rem;
}
#piedPage .footerMediaSociaux a:hover span {
    color: #ffffff;
}
#piedPage .liensFooter a,
#piedPage .adresse a {
    color: #ffffff !important;
    font-weight: 400 !important;
}
#piedPage .liensFooter a:last-of-type span {
    position: relative;
    top: -.1rem;
}
#piedPage .siteOptimise {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
#piedPage .siteOptimise a {
    color: #7c7c7d !important;
    font-size: 1.2rem;
    text-decoration: underline;
}
#piedPage .siteOptimise a:hover {
    color: #ffffff;
}
#piedPage .basPiedPage {
    margin-top: .5rem;
    padding: 1rem 0 0 0;
    position: relative;
    width: 100%;
}
#piedPage .basPiedPage .corpo span {
    color: #7c7c7d;
    font-size: 1.2rem;
    margin-left: 7px;
    position: absolute;
        top: 6px;
        left: 84px;
    text-align: right;
}
#piedPage .basPiedPage .corpo a {
    display: block;
    position: relative;
}
#piedPage .basPiedPage .corpo a:after {
    content: "";
    position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
}
#piedPage .corpo a {
    display: inline-block;
}
#piedPage .corpo img {
    display:block;
    max-width: 23rem;
}


/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------- COOKIES POLICY ------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

#avisCookies ::-moz-selection{ 
    background-color: #55AB22;
    color: #fff;
}
#avisCookies ::selection{ 
    background-color: #55AB22;
    color: #fff;
}
#avisCookies * {
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
#avisCookies {
	background-color:rgba(0,0,0,0.8);
	min-height: 72px;
	padding: 14px;
	position: fixed;
		right: 0;
		bottom: -200px;
		left:  0;
	width: 100%;
	z-index: 10000;
	-webkit-transition: all 800ms ease;
	   -moz-transition: all 800ms ease;
	     -o-transition: all 800ms ease;
	        transition: all 800ms ease;
}
#avisCookies.active {
	bottom: -1px;
}
#avisCookies p,
#avisCookies a {
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
}
#avisCookies a {
    color: #fff !important;
	font-weight: 400;
}
#avisCookies button {
	background-color: #55AB22;
	border: none;
	border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    outline: 0;
	padding: 13px 23px;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	        transition: all 200ms ease;
}
#avisCookies button:hover,
#avisCookies button:focus,
#avisCookies button:visited {
	background-color: #44891b;
	border: none;
}
#avisCookies button:active {
	background-color: #366e16;
}


/* ==== Bandeau avertissement environnement Dev et/ou avertissement urgence ==== */
#msgEnvDev,
#msgAlerte {
    background: #5b157e;
    display: block;
    height: auto;
    padding: 5px;
    opacity: 0.9;
    position: fixed;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#msgEnvDev p,
#msgAlerte p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    text-align: center;
}
#msgEnvDev p > strong,
#msgAlerte p > strong {
    font-weight: 500;
}
#msgEnvDev p > a,
#msgAlerte p > a {
    color: #ffffff !important;
    font-weight: 500;
    text-decoration: underline;
}
#msgEnvDev p > a:hover,
#msgAlerte p > a:hover {
    text-decoration: none;
}
#msgAlerte {
    background: #c72800;
    bottom: 0;
    display: block;
    opacity: 0.95;
}
#msgEnvDev.preprod {
    background: #ffdb00;
}
#msgEnvDev.preprod p {
    color: #000;
}
#msgEnvDev.preprod p > a {
    color: #000 !important; /* Ciblage différent - !important nécessaire */
}
#msgAlerte br {
    display: none;
}
@media screen and (max-width: 670px) {
    #msgAlerte br {
        display: block;
    }
    #msgEnvDev p, #msgAlerte p {
        font-size: 13px;
    }
    .scroll-top {
        bottom: 45px;
    }
}

/* Crop-It pour rogner les images */
.cropit-image-preview.cropit-image-loading .spinner {
    opacity: 1;
}
.cropit-image-preview.cropit-image-loaded {
    cursor: move;
}
.cropit-image-zoom-input[disabled] {
    opacity: .2;
}
input.cropit-image-input {
    visibility: hidden;
}
.cropit-image-background {
    opacity: .1;
}
.cropit-image-background.cropit-preview-hovered {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
    width: 100%;
}
#image-cropper {
    overflow: hidden;
    width: 140px;
    height: 200px;
}
.cropit-preview {
    width: 140px;
    height: 160px;
}
.titre-liste-sujets, .titre-liste-productions {
    float: left !important;
    list-style-type: none !important;
    font-weight: bold;
    line-height: 26px;
    display: none;
}
.displayBlock{
    display:block;
}
.Sujets-Container li, .Productions-Container li {
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 2px;
}
.Sujets-Container, .Productions-Container {
    margin: 5px 0px 0px -8px !important;
    margin-bottom:0px !important;
    padding-left: 2px !important;
    display:table;
}
    .Sujets-Container .tag, .Productions-Container .tag {
        background-color: transparent;
        border: 1px solid #666;
        color: #666;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding: 7px 9px;
        border-radius: 3px;
        text-align: center;
        vertical-align: baseline;
        font-weight: 500;
    }
#filtreSujets, #filtreProductions {
    height: auto;
    padding: 0px 0px 5px 0px;
}
    #filtreSujets .actree-shortcut-container, #filtreSujets .actree-search-container, #filtreProductions .actree-shortcut-container, #filtreProductions .actree-search-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        margin: 0;
        z-index: 1 !important;
    }
    #filtreSujets span.actree-shortcut-title, #filtreProductions span.actree-shortcut-title {
        font-weight: 500 !important;
    }
    #filtreProductions .actree-link, #filtreSujets .actree-link {
        font-weight: 400 !important;
        font-size: 13px;
    }
.actree-drop li {
    white-space: nowrap;
}
.actree ul {
    margin: 0px 6px 0px 0;
}
ul.actree-choices{
    padding:5px 0px;
}
.actree-drop {
    width: auto;
    border:solid thin #bbb;
}
#filtreCulturesWrapper {
    margin-left: -4px;
}
#filtreCultures {
    display: inline-block;
    overflow: hidden;
    padding-top: 6px;
    width: 208px;
    transition: width 0.2s ease-in-out;
}
    #filtreCultures:hover {
        width: 300px;
        transition: width 0.2s ease-in-out;
    }
.element-actif {
    font-weight:700 !important;
    text-decoration:underline;
    color:#222;
}
#filtreSujets .actree-input, #filtreProductions .actree-input, #filtreCultures {
    clear: right;
    margin-bottom: 5px;
}
    #filtreCultures ul li a {
        font-size: 13px !important;
        white-space: nowrap !important;
    }
#filtreSujets .actree-drop-container, #filtreProductions .actree-drop-container {
    position: relative;
    padding: 0;
    z-index: 1 !important;
}
#filtreSujets .actree-drop a, #filtreProductions .actree-drop a {
    color: #555 !important;
}
#filtreSujets .actree-shortcut li, #filtreProductions .actree-shortcut li {
    margin-top: 2px;
}
#filtreSujets .actree-drop li, #filtreProductions .actree-drop li {
    margin: 0;
}
.fa-remove {
    cursor: pointer;
}
.jstree-classic li,
.jstree-classic ins {
    background-image: url("/scripts/plugins/actree/d.png");
    background-repeat: no-repeat;
    background-color: transparent;
}
.jstree-classic li {
    background-position: -90px 0;
    background-repeat: repeat-y;
}
    .jstree-classic li.jstree-last {
        background: transparent;
    }
.jstree-classic .jstree-open > ins {
    background-position: -72px 0;
}
.jstree-classic .jstree-closed > ins {
    background-position: -54px 0;
}
.jstree-classic .jstree-leaf > ins {
    background-position: -36px 0;
}
.jstree-classic .jstree-hovered {
    background: #e7f4f9;
    border: 1px solid #e7f4f9;
    padding: 0 2px 0 1px;
}
.jstree-classic .jstree-clicked {
    background: navy;
    border: 1px solid navy;
    padding: 0 2px 0 1px;
    color: white;
}
.jstree-classic a .jstree-icon {
    background-position: -56px -19px;
}
.jstree-classic .jstree-open > a .jstree-icon {
    background-position: -56px -36px;
}
.jstree-classic a.jstree-loading .jstree-icon {
    background: url("/scripts/plugins/jstree/themes/classic/throbber.gif") center center no-repeat !important;
}
.jstree-classic.jstree-focused {
    background: white;
}
.jstree-classic .jstree-no-dots li,
.jstree-classic .jstree-no-dots .jstree-leaf > ins {
    background: transparent;
}
.jstree-classic .jstree-no-dots .jstree-open > ins {
    background-position: -18px 0;
}
.jstree-classic .jstree-no-dots .jstree-closed > ins {
    background-position: 0 0;
}
.jstree-classic .jstree-no-icons a .jstree-icon {
    display: none;
}
.jstree-classic li.root {
    background-image: none !important;
}
.jstree-classic a.jstree-search {
    color: aqua;
}
.jstree-classic .jstree-locked a {
    color: silver;
    cursor: default;
}
.jstree ul, .jstree li {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}
.jstree li {
    display: block;
    min-height: 18px;
    line-height: 18px;
    white-space: nowrap;
    margin-left: 18px;
    min-width: 18px;
}
.jstree-rtl li {
    margin-left: 0;
    margin-right: 18px;
}
.jstree > ul > li {
    margin-left: 0px;
}
.jstree-rtl > ul > li {
    margin-right: 0px;
}
.jstree ins {
    display: inline-block;
    text-decoration: none;
    width: 18px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 0;
}
.jstree a {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    padding: 1px 2px;
    margin: 0;
}
    .jstree a:focus {
        outline: none;
    }
    .jstree a > ins {
        height: 16px;
        width: 16px;
    }
    .jstree a > .jstree-icon {
        margin-right: 3px;
    }
.jstree-rtl a > .jstree-icon {
    margin-left: 3px;
    margin-right: 0;
}
li.jstree-open > ul {
    display: block;
}
li.jstree-closed > ul {
    display: none;
}
li.jstree-selected > a {
    font-weight: 800 !important;
    color: #000;
}
/*--------------------------------------------------------------------------------------------*/
/*------------------------------------------ Logo --------------------------------------------*/
img.pull-left {
    max-width: 130px;
    max-height: 150px;
}
.lelogo {
    margin: -18px 0px 0px 45px;
    left: -20px !important;
    display: block !important;
}
    .lelogo img.pull-left {
        max-width: inherit;
        width: 150px !important;
    }
/*--------------------------------------------------------------------------------------------*/
/*---------------------------------------- Créer un compte -----------------------------------*/
#fCreer h1 {
    margin-left: -10px;
    margin-bottom: 15px;
}
#fCreer input, #fModifier input, #fChangementMotDePasse input {
    max-width: 400px;
}
.profil-image a {
    font-size: 13px;
    line-height: 24px;
}
/*--------------------------------------------------------------------------------------------*/
/*------------------------------------ Logo organismes entête --------------------------------*/
.logo-organisme {
    position: relative;
    text-align: right;
    padding: 15px 0px 15px 0px;
    margin: 0px -2px 15px -2px;
    background-color: #eee;
    border:solid thin #ddd;
    border-radius: 2px;
}
    .logo-organisme img {
        margin: 0px 0px 0px 0px;
    }
.h3-organisme-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 39px !important;
    margin: auto;
}
.logo-organisme h3 {
    color: #555;
    font-size: 17px;
    text-align: left;
    margin-top: 10px
}
.logo-organisme img {
    display: block;
    float: right;
    max-width: 200px;
}

/*--------------------------------------------------------------------------------------------*/
/*------------------------------------------ Entête ------------------------------------------*/
.invisible {
    display: none !important;
}
h4.sous-titre1 {
    color: #fff;
    text-shadow: 0px 0px 13px rgb(126, 155, 173);
    font-size: 40px;
    font-family: 'Nunito', sans-serif !important;
    margin-bottom: 0px;
    font-weight: 600;
}
h6.sous-titre2 {
    color: #fff;
    font-family: 'Nunito', sans-serif !important;
    font-size: 20px;
    margin-top: 6px;
    font-weight: 500;
    text-shadow: 0px 0px 11px rgb(100, 127, 143);
}

/*-----------------------------------------------------------------------------------------------*/
/*--------------------------------- Navigation haut droite --------------------------------------*/
.nav .open > a {
    color: #fff !important;
}
span.caret {
    margin-left: 8px;
}
.nav-pills {
    width: auto;
    float: right;
    padding-right: 0px;
    display: block !important;
}
    .nav-pills > li > a {
        background-color: rgba(255,255,255,0.9);
        border-radius: 2px;
        box-shadow: 2px 2px 7px rgba(000, 000, 000, 0.40);
        border: solid 2px rgba(255,255,255,0.8);
        margin-right: 10px;
        font-weight: 500 !important;
        font-size: 15px;
        height: 45px;
    }
    .nav-pills a:focus {
        outline: none !important;
    }
.nav-pills > li > a:hover {
    background-color: #fff;
    color: #4a4a4a !important;
}
.nav-pills > li > a:focus {
    background-color: #fff;
    color: #555 !important;
}
.menu-element {
    color: #6a6a6a !important;
}
.menu-element.toggle > span#site-name {
    background: #76a539;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 10px;
    border-right: none;
    font-weight: 400;
    margin-right: 0;
}
.menu-element.toggle > .nav-site.sip {
    display: inline-block;
    background: #76a539;
    border-left: none;
    border-radius: 3px;
    font-weight: 400;
    margin-left: -8px;
    padding: 5px 10px 5px 15px;
}
.nav .open > a {
    background-color: #fff;
    color: #6a6a6a !important;
    border: solid thin #fff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    color: #6a6a6a !important;
    border: solid thin #fff;
}
.dropdown-menu {
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-top: -1px;
    background-color: rgba(255,255, 255, 1);
    box-shadow: 2px 2px 10px #404040;
}
    .dropdown-menu > li > a {
        font-weight: 400;
        font-size: 15px;
        padding: 11px 20px;
        color: #6a6a6a;
    }
        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color: #e2e2e2 !important;
            border: 0px !important;
            color: #6a6a6a;
        }
.dropdown-menu-right .dropdown-submenu .dropdown-menu {
    border-radius: 0px;
}
.dropdown-submenu:hover > ul.dropdown-menu {
    margin: 0;
}
/*-----------------------------------------------------------------------------------------*/
/*--------------------------------- Navigation verte ---------------------------------------*/
.nav-specialise {
    margin-bottom:0px;
    min-height:inherit;
    border-radius:0px;
    border:none;
    background-color:#444;
}
.border-top-radius {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
} 
.nav-specialise .container-fluid {
    background-color: #86bb41;
}
.nav-specialise .navbar-nav{
    margin:0 auto;
    float:inherit;
}
.nav-specialise .bouton-naviguer {
    margin: 0 auto;
    float: inherit;
}
.nav-specialise a{
    color:#fff !important;
    text-align:center;
    height:60px;
    width:100%;
    font-size:20px;
    line-height:30px !important;
}
.nav-specialise a:focus, .nav-specialise .navbar-nav > .open > a {
    background: #86bb41 !important;
    box-shadow:none;
    border:none;
    color: #fff !important;
}

@keyframes page-in {
    0% { transform: scaleX(1.2) scaleY(1.2); }
    100% { }
}
.nav-specialise-fixe {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0px;
    box-shadow: 0px 2px 10px rgba(000,000,000,0.3) !important;
    z-index: 2001;
}
.nav-specialise-fixe #filtre-site-toggle{
    padding: 8px 0px !important;
    height:45px;
    line-height:20px !important;
}
.navbare {
    line-height: 50px;
    padding: 0px !important;
    height: 51px;
    background-color: #94d13d;
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: -1px;
    z-index: 500;
}
.element-menu{
    float: left;
    display: inline-block;
    font-size: 16px;
    margin-left: 0;
    text-align: center;
    list-style: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-desktop .element-menu:first-of-type > a {
    font-size: 20px;
    padding-left: 18px;
}
.element-menu a {
    color: #fff !important;
    font-weight: 400;
    display: block;
    background-color: #94d13d;
    padding-left: 40px;
}
.element-menu a[data-controller-name="Documents"] > i,
.element-menu a[data-controller-name="Calendrier"] > i,
.element-menu a[data-controller-name="Vidéos"] > i,
.element-menu a[data-controller-name="Blogue"] > i {
    display: none;
}
.element-menu a[data-controller-name="Documents"] {
    background: url(/img/ico-menu_document.svg) no-repeat 20px 46%;
    background-size: 14px 14px;
}
.element-menu a[data-controller-name="Calendrier"] {
    background: url(/img/ico-menu_calendrier.svg) no-repeat 20px 46%;
    background-size: 14px 14px;
}
.element-menu a[data-controller-name="Vidéos"] {
    background: url(/img/ico-menu_video.svg) no-repeat 20px 46%;
    background-size: 14px 14px;
}
.element-menu a[data-controller-name="Blogue"] {
    background: url(/img/ico-menu_blogue.svg) no-repeat 20px 46%;
    background-size: 14px 14px;
}

.element-menu a:visited {
    background-color: #94d13d !important;
}
.element-menu a:focus {
    text-decoration: none !important;
}
.element-menu a:hover {
    color: #fff !important;
    text-decoration: none;
}
.element-menu a.active, .menu-desktop .active, .menu-desktop .active:hover, .element-menu a.active:hover {
    background-color: rgba(255,255,255,.2) !important;
    color: #fff !important;
}
.menu-desktop{
    margin:0px;
    display: block !important;
    z-index: 1999 !important;
    position:relative;
    padding-left: 0;
}
.menu-desktop .element-menu {
    width: auto;
}
.menu-desktop .element-menu a {
    padding-left: 38px;
    padding-right: 18px;
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.connexion {
    display: none;
}
.invisible {
    display: none !important;
}
.caret-h4 {
    display: none;
}
.conteneur-proposer select {
    cursor: pointer;
}
.conteneur-proposer .red {
    background-color: #8ec83a !important;
    border: solid thin #8ec83a !important;
    color: #fff;
}
    .conteneur-proposer .red:hover {
        background-color: #fff !important;
        border: solid thin #8ec83a !important;
        color: #8ec83a !important;
        text-decoration: none;
    }
.conteneur-proposer .dark-grey {
    border: solid thin #555;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
    .conteneur-proposer .dark-grey:hover {
        background-color: #fff !important;
        color: #555 !important;
        border: solid thin #555;
        text-decoration: none;
    }
a.show-resume {
    color: #428bca !important;
    margin-top:5px;
    font-weight: 500 !important;
    outline: none !important;
}
/*--------------------------------------------------------------------------------*/
/*----------------------------- Coups de coeur ------------------------------------*/
.ajout-favoris{
    position:fixed;
    background-color:#000;
    box-shadow:0px 2px 8px rgba(000,000,000,0.4);
    padding:10px;
    bottom:10px;
    width:40%;
    min-width:300px;
    opacity:0;
    color:#fff;
    font-size:16px;
    line-height:30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:-1;
    left:30%;
    font-weight:bold;
    text-align:center;
    border-radius:2px;
}
.modal-content a{
    margin:0px 6px;
}
div.hopscotch-bubble{
    border:none !important;
    border-radius:10px !important;
    box-shadow: 0px 0px 16px rgba(000,000,000,0.3);
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #000;
    border-bottom: 17px solid rgba(0,0,0,.5);
     border-left: none !important; 
     border-right: none !important;
}
div.hopscotch-bubble .hopscotch-bubble-number, div.hopscotch-bubble .hopscotch-nav-button{
    display:none;
}
div.hopscotch-content, .hopscotch-title, div.hopscotch-bubble .hopscotch-bubble-content{
    font-family: 'Roboto', sans-serif !important;
    margin:0px !important;
}
.hopscotch-title{
    color:#555 !important;
}
.cdc-not-connect{
    margin-right:0px;
}
.ferme-popup{
    float:right;
    cursor:pointer;
}
.popover {
    display: none !important;
}
.ajout-favoris p{
    margin:0px;
}
.ajout-favoris a{
    margin:0px;
    color:#fff !important;
    text-decoration:underline;
}
.confirm-ajout-favoris{
    opacity:.8;
    z-index:2000;
}
.coup-de-coeur {
    float: right;
    cursor: pointer;
    color: #94d13d;
    margin-left: 10px;
    width: 26px;
    transition: width 0.5s;
}
a.coup-de-coeur {
    color: #d8dcde !important;
}
.coup-de-coeur i.fa-heart-o, .coup-de-coeur.selected i.fa-heart {
    font-size: 25px;
}
.social-row .coup-de-coeur {
    margin: 5px;
    float: right;
    color: #94d13d;
    width: 45px;
    position: relative;
}
    .social-row .coup-de-coeur .fa-heart-o, .social-row .coup-de-coeur.selected i.fa-heart {
        font-size: 30px;
    }
.coup-de-coeur:hover, .coup-de-coeur.open {
    color: #94d13d !important;
}
#select-coup-de-coeur {
    position: absolute;
    top: 30px;
    right:15px;
    display: none;
    border: solid 1px rgba(000, 000, 000, 0.1);
    background-color: #fff;
    padding: 0px;
    min-width: 200px;
    z-index: 1000;
    box-shadow:0px 3px 8px rgba(000,000,000,0.3);
}
.conteneur-principal-lg #select-coup-de-coeur{
    top:83px;
    right:24px;
}
.conteneur-principal-lg .social-row #select-coup-de-coeur{
    top:30px;
}
#select-coup-de-coeur ul {
    display: block;
    padding: 0;
    margin: 0;
}
#select-coup-de-coeur li {
    padding: 6px 10px;
    list-style: none;
}
#select-coup-de-coeur li:hover {
    background-color:#94d13d;
    color:#fff;
}
.coup-de-coeur.selected {
    color: #94d13d;
}
#inputDossier {
    display: none;
    overflow:hidden;
}
#nomDossier {
    color: #555;
    border: solid 1px #ccc;
    height: 30px;
    margin-top:5px;
    float:left;
    width:81%;
}
#bCreerDossier {
    height: 30px;
    padding: 5px;
    margin:5px 0px;
    float:right;
    font-size: 12px;
}
#bCreerDossierFavoris{
    margin-top:7px;
    padding: 3px 5px !important;
    height:auto !important;
}
#creerDossier {
    font-weight: bold;
}
.dossiers{
    color:#555;
}
.dossiers > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .dossiers > ul > li[id^=favDossier_] {
        color: #666 !important;
        display: block;
        line-height: 39px;
        border-top: solid 1px #cacaca;
        padding-left: 15px;
        overflow:hidden;
    }
        .dossiers > ul > li[id^=favDossier_] span {
            max-width: 70%;
            display: block;
            float: left;
        } 
        .item-liste {
            line-height: 20px !important;
            padding: 10px 0px;
        }
[id^=favDossier_] {
    cursor: pointer;
}
i[id^=modDossier_], i[id^=delDossier_] {
    padding: 5px 9px;
}
[id^=favDossier_].selected {
    font-weight: bold;
}
.affix-bottom {
    position: relative;
}
.filtre-holder.affix {
    top: 165px;
}
[draggable=true] {
    cursor: move;
}
.modification input{
    margin: 5px 0px;
}
.modification button.button{
    margin-right: 5px !important;
}
.mes-favoris {
    margin-right: 0;
}
.draggable {
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right:10px;
    position: relative;
    background-color: #fff;
}
.drag-target {
    font-size: 18px;
    position: absolute;
    z-index: 500;
    cursor: move;
    top: 20px;
    left: 0;
}
.dragging {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    border: solid 1px #ccc;
    opacity: 0.9;
}
    .dragging .drag-target {
        pointer-events: none;
        margin-bottom: 5px;
    }
.drag-placeholder {
    border: dashed 1px #ccc;
    margin-bottom: 5px;
}
.droppable.hover {
    background-color: #ccc;
    color: #fff;
}
.white-color {
    color: #fff !important;
}
/*-------------------------------------------------- Styles prédéfinis pour le CKEditor 19 fév. 2018 ------------------------------------------------------------------*/
.demi-img, .demi-img-double {
    margin-bottom: 10px !important;
}
.img-full img{
    max-width:800px !important;
    width:100% !important;
    height:auto !important;
}
.img-75 img {
    max-width: 700px !important;
    width: 100% !important;
    height: auto !important;
}
.img-50 img {
    max-width: 400px !important;
    width: 100% !important;
    height: auto !important;
}
@media print {
    #avisCookies {
        display: none;
    }
    .imageprofil {
        display: none;
    }
    .img-75 img {
        max-width: 75% !important;
        width: 100% !important;
        height: auto !important;
    }
    .img-50 img {
        max-width: 50% !important;
        width: 100% !important;
        height: auto !important;
    }
}
.demi-img img{
    max-width:400px !important;
    width:100% !important;
    height:auto !important;
}
.demi-img-double img {
    max-width: 400px !important;
    height: auto !important;
}
demi-img-equal-height {
    text-align: center !important;
}
.demi-img-equal-height img {
    height: 350px !important;
    max-width:inherit !important;
}
.image-entete-rap img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.grand-tableau {
    max-width: 100% !important;
    overflow-x: scroll;
    box-shadow: inset 0px 0px 10px rgba(000,000,000,0.3);
}
.grand-tableau td, .tableau-responsive td{
    padding:5px;
}
.tableau-0px td {
    padding: 0px;
}
.tableau-1px td {
    padding: 1px;
}
.tableau-2px td {
    padding: 2px;
}
.tableau-3px td {
    padding: 3px;
}
.tableau-4px td {
    padding: 4px;
}
.tableau-5px td{
    padding:5px;
}
.tableau-10px td {
    padding: 10px;
}
.tableau-15px td {
    padding: 15px;
}
.tableau-20px td {
    padding: 20px;
}
.tableau-25px td {
    padding: 25px;
}
.tableau-30px td {
    padding: 30px;
}
/* Styles : Formats titres */
.ckeformats_h1 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-style: unset;
}
.ckeformats_h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: unset;
    font-style: unset;
}
.ckeformats_h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: unset;
    font-style: unset;
}
.ckeformats_h4 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: unset;
    font-style: unset;
}
.ckeformats_p {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: unset;
    font-style: unset;
}
.ckeformats_p_petit {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: unset;
    font-style: unset;
}
.ckeformats_source {
    display: block;
    font-size: 10px;
    font-style: unset;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: unset;
}
.ckeformats_legende {
    display: block;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: unset;
}


/* -------------------------------------------------------------------------- */
/* ------------------------ GABARITS : Post-Événement ----------------------- */
/* -------------------------------------------------------------------------- */

.gabaritPostEvenement h4 span:not(.glyphicon) {
   font-size: 20px;
}
.gabaritPostEvenement h4 span.glyphicon {
    top: 5px;
}
.gabaritPostEvenement .sectionAuteur {
    background: #ededed;
    border-right: 3px solid #94d13d;
    border-left: 3px solid #94d13d;
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 30px;
    padding: 15px 15px 5px 15px;
}
.gabaritPostEvenement .sectionAuteur h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 6px;
}
.gabaritPostEvenement .sectionAuteur h3,
.gabaritPostEvenement .sectionAuteur p {
    margin: 0;
}
.gabaritPostEvenement img {
    height: auto !important;
}
.gabaritPostEvenement .sectionAuteur .titreProfessionnel {
    font-size: 12px;
    font-weight: 600;
}
.gabaritPostEvenement .sectionAuteur .description {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gabaritPostEvenement .sectionAuteur img,
.gabaritPostEvenement .sectionVideoGratuit img,
.gabaritPostEvenement .sectionVideoAchat img{
    display: block;
    float: left;
    margin: 0 15px 5px 0;
    max-width: 200px;
}
.gabaritPostEvenement .sectionVideoGratuit img {
    max-width: 200px;
}
.gabaritPostEvenement .sectionResume h4,
.gabaritPostEvenement .sectionVideoAchat h4 {
    margin-top: 20px;
    width: 100%;
}
.gabaritPostEvenement h4.panel-title {
    margin-top: 0;
}
.gabaritPostEvenement .sectionVideoGratuit,
.gabaritPostEvenement .sectionVideoAchat {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
/* Si 2 conférenciers */
.gabaritPostEvenement .sectionAuteur > div {
    overflow: hidden;
}
.gabaritPostEvenement .alignDr {
    margin-top: 30px;
}
.gabaritPostEvenement .alignDr h3,
.gabaritPostEvenement .alignDr .titreProfessionnel {
    text-align: right;
}
.gabaritPostEvenement .alignDr img {
    float: right;
    margin: 0 0 5px 15px;
}
.gabaritPostEvenement .alignDr .description {
    text-align: right;
}
/* Si 3 conférenciers */
.gabaritPostEvenement .confTrois {
    margin-top: 30px;
    overflow: hidden;
}


/* -------------------------------------------------------------------------- */
/* ---------------------------- AUTRES GABARITS ----------------------------- */
/* -------------------------------------------------------------------------- */

.gabarit {
    width: 100%;
    overflow: hidden;
}
.gabarit .demi-img {
    display:block;
    float:left;
    padding:5px;
    text-align:center;
    width:48%;
}
.gabarit.pleine-img {
    overflow:hidden;
    text-align:center;
    width:100%;
}
.gabarit.pleine-img img {
    margin-bottom: 5px !important;
    width: 100%;
}
.gabarit.img-75 img {
    margin-bottom: 5px !important;
    width: 75% !important;
}
.gabarit.img-50 img {
    margin-bottom: 5px !important;
    width: 50%;
}
.gabarit.img-50 {
    text-align: center;
}
.gabarit .demi-img.texte {
    text-align: left;
}
.demi-img-double img.margeBtm {
    margin-bottom: 5px !important;
}
.gabarit p {
    margin-top:3px;
    margin-bottom:0px;
}
.gabarit p.legende,
.gabarit p.srcIMG {
    font-size: 10px;
}
.gabarit .demi-img.texte p,
.gabarit .pleine-img p.srcIMG {
    margin-bottom: 5px;
}
.gabarit p.srcIMG {
    font-style:italic;
    margin-top:0px;
    margin-bottom:5px;
}
.gabarit.grand-tableau {
    display: block;
    padding: 5px;
}
.gabarit.grand-tableau table {
    width: 100%;
}
.tableau-responsive {
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}
.tableau-responsive > table {
    width: 100%
}

/* Correction couleur bouton vert */
.cke_dialog_ui_button.cke_dialog_ui_button_ok {
    color: #fff !important;
}
.cke_dialog_ui_button.cke_dialog_ui_button_cancel {
    color: #000 !important;
}
.cke_dialog_ui_button.cke_dialog_ui_button_ok,
.cke_dialog_ui_button.cke_dialog_ui_button_cancel {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Gabarit PAD */
.article-pad .accordion-list {
    margin-top:  30px;
}
.article-pad .panel-default > .panel-heading {
    background: rgba(47,184,194,1);
    color: #fff;
    font-size: 20px;
    padding: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.article-pad .panel-title,
.article-pad .panel-title a,
.article-pad .viewer-holder .panel-title a {
    font-size: 17px !important;
}
.article-pad .panel-default > .panel-heading:hover {
    text-decoration: none;
}
.article-pad .panel-default > .panel-heading a {
    display: block;
    color: #fff !important;
    padding: 15px;
}
.article-pad .panel-default > .panel-heading a:hover,
.article-pad .panel-default > .panel-heading a:active,
.article-pad .panel-default > .panel-heading a:focus {
    text-decoration: none;
}
.article-pad .panel-default h3 {
    color: #135da2;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.article-pad .panel-default h4 {
    color: #005da1;
    margin-bottom: 30px;
}
.article-pad .panel-default .tab-content {
    background: #e3eff3;
    padding:30px 15px;
}
.article-pad .nav-tabs {
    border-bottom: 1px solid #d3ebee;
    padding: 0;
}
.article-pad .nav-tabs > li > a {
    background:  #f1f7f9;
    color: #000 !important;
    font-weight: 400 !important;
    padding-right: 13px;
    padding-left: 13px;
    text-transform: uppercase !important;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.article-pad .nav-tabs > li > a:hover {
    background: #e3eff3;
    border-color: #e3eff3;
}
.article-pad .nav-tabs > li.active > a, 
.article-pad .nav-tabs > li.active > a:hover, 
.article-pad .nav-tabs > li.active > a:focus {
    background: #005da1;
    color: #fff !important;
    font-weight: bold;
}
.article-pad p {
    color: #3c3d3b;
}
.article-pad table > tbody > tr > td {
    padding: 15px;
    border: 1px solid #2fb8c2;
}
.article-pad table > tbody > tr > td:first-of-type {
    border-left: none;
}
.article-pad table > tbody > tr > td:last-of-type {
    border-right: none;
}
.article-pad table > tbody > tr > td:nth-child(2) {
    background: #fff;
    color: #005da1;
    font-weight: bold;
}
.article-pad table > tbody > tr:first-of-type {
    background: #f1f9fa;
}
.article-pad table > tbody > tr:nth-child(odd) {
    background: #d3ebee;
}

/* Gabarit PAD */
  .article-pad .panel-default > .panel-heading {
    background: rgba(47,184,194,1);
    color: #fff;
    font-size: 20px;
    padding: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .article-pad .panel-title,
  .article-pad .panel-title a,
  .article-pad .viewer-holder .panel-title a {
    font-size: 17px !important;
    letter-spacing: 0.03rem;
  }
  .article-pad .panel-group .panel + .panel {
    overflow:  hidden;
  }
  .article-pad .panel-default > .panel-heading:hover {
    text-decoration: none;
  }
  .article-pad .panel-default > .panel-heading a {
    display: block;
    color: #fff !important;
    padding: 15px;
  }
  .article-pad [aria-expanded="true"] span {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -20px;
  }
  .article-pad .panel-default > .panel-heading a:hover,
  .article-pad .panel-default > .panel-heading a:active,
  .article-pad .panel-default > .panel-heading a:focus {
    text-decoration: none;
  }
  .article-pad .panel-default h3 {
    color: #135da2;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .article-pad .panel-default h4 {
    color: #005da1;
    font-weight: bold;
    margin-bottom: 0;
  }
  .article-pad .panel-default .tab-content {
    background: #e3eff3;
    padding:30px 15px;
  }
  .article-pad .nav-tabs {
      border-bottom: 1px solid #d3ebee;
      padding: 0;
  }
  .article-pad .nav-tabs > li > a {
    background:  #f1f7f9;
    color: #000 !important;
    font-weight: 400 !important;
    max-width: 296px;
    padding-right: 13px;
    padding-left: 13px;
    text-transform: uppercase !important;
    text-align:  center;
    display: table-cell;
    line-height: 1.6rem;
    vertical-align: middle;
    height: 54px;

    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
  }
  .article-pad .nav-tabs > li > a:hover {
    background: #e3eff3;
    border-color: #e3eff3;
  }
  .article-pad .nav-tabs > li.active > a, 
  .article-pad .nav-tabs > li.active > a:hover, 
  .article-pad .nav-tabs > li.active > a:focus {
    background: #005da1;
    color: #fff !important;
    font-weight: bold;
  }
  .article-pad .panel {
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .article-pad p {
    color: #3c3d3b;
  }
  .article-pad table > tbody > tr > td {
    padding: 15px;
    border: 1px solid #2fb8c2;
  }
  .article-pad table > tbody > tr > td:first-of-type {
    border-left: none;
  }
  .article-pad table > tbody > tr > td:last-of-type {
    border-right: none;
  }
  .article-pad table > tbody > tr > td:nth-child(2) {
    background: #fff;
    color: #005da1;
    font-weight: bold;
  }
  .article-pad table > tbody > tr:first-of-type {
    background: #f1f9fa;
  }
  .article-pad table > tbody > tr:nth-child(odd) {
    background: #d3ebee;
  }
  .article-pad hr {
    background: #005da1;
    display: block;
    height: 3px;
    margin: 50px auto 40px auto;
    width: 66%;
  }
.article-pad li a#etoile {
    background: #f1f7f9 url(../img/pad/pad_etoile.png) no-repeat center center !important;
    min-width: 44px;
}
  .article-pad li:hover a#etoile {
    background: #e3eff3 url(../img/pad/pad_etoile.png) no-repeat center center !important;
  }
.article-pad li.active #etoile {
    background: #005da1 url(../img/pad/pad_etoile_blanche.png) no-repeat center center !important;
}
.article-pad li.active:hover #etoile {
    background: #005da1 url(../img/pad/pad_etoile_blanche.png) no-repeat center center !important;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------- ICONES DOCUMENTS ---------------------------- */
/* -------------------------------------------------------------------------- */

.docExcel,
.docPDF,
.docPPT,
.docWord {
    background: url(/img/logo-ppt.svg) no-repeat 11px center;
    background-size: 25px;
    font-weight: 300;
    margin-top: 15px;
    padding-left: 48px;
}
.docExcel {
    background: url(/img/logo-excel.svg) no-repeat 11px center;
    background-size: 25px;
}
.docPDF {
    background: url(/img/logo-pdf.svg) no-repeat 11px center;
    background-size: 25px;
}
.docWord {
    background: url(/img/logo-word.svg) no-repeat 11px center;
    background-size: 25px;
}

.button.btnDocInactif {
    background: #CCC !important;
    background-color: #CCC !important;
    border: 1px solid #b6b6b6;
    color: #999 !important;
    padding-left: 20px;
}
.button.btnDocInactif:hover {
    background: #CCC !important;
    background-color: #CCC !important;
    border: 1px solid #b6b6b6;
    cursor: help;
}
.button.btnDocInactif:active,
.button.btnDocInactif:focus {
    text-decoration: none;
}

a.lienCTA {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

@media screen and (min-width:576px) and (max-width:1260px) {
    #piedPage .liensFooter {
        padding-top: 0;
    }
    #piedPage .basPiedPage::after {
        width: calc( 100% - 30px );
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {

    /* FOOTER */
    #piedPage .logoSite { width: 100%; }
    #piedPage .liensFooter.agrireseau,
    #piedPage .liensFooter.informer,
    #piedPage .liensFooter.abonnements,
    #piedPage .communications {
        width: 25%;
    }
    #piedPage .logoSite {
        padding-bottom: .7rem;
    }
    #piedPage .basPiedPage p:first-of-type {
        margin-top: .5rem;
    }
}

@media screen and (min-width: 768px) {

    /* Filtres Patrimoine et Terroir*/
    .patrimoineToShow > .col {
        float: left;
        width: calc( 20% - 30px);
    }
    .sectionCalendrier .patrimoineToShow > .col,
    .sectionVideos .patrimoineToShow > .col,
    .sectionBlogue .patrimoineToShow > .col {
        width: calc( 25% - 30px);
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    /* FOOTER */
    #piedPage .logoSite {
        padding-bottom: 1rem !important;
    }
    #piedPage .liensFooter.agrireseau,
    #piedPage .liensFooter.informer,
    #piedPage .liensFooter.abonnements,
    #piedPage .communications {
        float: left;
        height: 200px !important;
        margin-top: 15px;
        width: 50%;
    }
}

@media screen and (min-width: 576px) {

    /* FOOTER */
    #piedPage .basPiedPage .corpo > a {
        background: url('/img/footer/craaq-logo-horizontal.svg') no-repeat center center;
        background-size: 20rem 6.5rem;
        height: 6.5rem;
        width: 20rem;
    }
    #piedPage .basPiedPage::after {
        background: #4a4a4a;
        content: "";
        height: .1rem;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
    }
    #piedPage .corpo {
        padding-top: 5px;
    }
    #piedPage .basPiedPage .copyright {
        padding-top: 15px;
    }
    #piedPage .basPiedPage::after {
        background: #4a4a4a;
        content: "";
        height: .1rem;
        position: absolute;
        top: 0;
        right: 1.5rem;
        left: 1.5rem;
    }
    #piedPage .basPiedPage p:first-of-type {
        margin-top: 2rem;
    }
    #piedPage .corpo {
        padding-top: 5px;
    }
    #piedPage .basPiedPage .copyright {
        padding-top: 0;
    }
}

@media screen and (max-width: 576px) {

    #piedPage [data-groupe="communications"][aria-expanded] p:first-of-type {
        border: none;
        margin-bottom: 0;
    }
    #avisCookies #btnAccepterCookies {
        display: block;
        width: 100%;
    }
}

/* Préchargeur de connexion FontAwesome */
@keyframes rotation {
    from {
        -webkit-transform: rotate( 0 );
            -ms-transform: rotate( 0 );
                transform: rotate( 0 );
    }
    to {
        -webkit-transform: rotate( 360deg );
            -ms-transform: rotate( 360deg );
                transform: rotate( 360deg );
    }
}
.fa-spinner {
    display: inline-block;
    font-size: 1.8rem;
    -webkit-animation: rotation 1200ms infinite linear;
       -moz-animation: rotation 1200ms infinite linear;
        -ms-animation: rotation 1200ms infinite linear;
         -o-animation: rotation 1200ms infinite linear;
            animation: rotation 1200ms infinite linear;
}

/*--------------------------------------------Media queries---------------------------------------------------------*/

    @media screen and (max-height: 780px) {
        #filtre-site {
            max-height: 270px;
            overflow-y: scroll;
        }
    }

    @media screen and (max-width: 1216px) {
        #main-content {
            margin-bottom: 0px;
        }
    }

    @media screen and (max-width: 1199px) {
        .pub-exterieur {
            margin: 0px 0px 5px 0px !important;
            padding-top: 0px;
        }

        img.pull-left {
            width: 130px;
        }

        .container {
            width: 100% !important;
            padding-right: 15px !important;
            padding-left: 15px !important;
            margin-right: auto !important;
            margin-left: auto !important;
        }

        .conteneur-principal-lg {
            width: 70%;
        }

        .conteneur-principal {
            width: 69%;
        }

        .conteneur-principal-petit, body.rap .conteneur-principal {
            width: 49%;
        }

        .conteneur-pub {
            width: 30%;
        }

        /* FOOTER */
        #piedPage.container {
            max-width: 100%;
        }
        #piedPage {
            padding: .5rem 1.5rem 1rem 1.5rem;
        }
    }

    @media screen and (max-width: 1166px) {
        .lelogo img.pull-left {
            width: 125px !important;
            margin-top: 5px;
            margin-left: 15px;
        }

        .menu-desktop .element-menu a {
            padding-left: 35px;
            padding-right: 18px;
        }

        .lelogo {
            margin-top: 5px;
            margin-left: 5px;
        }

        .conteneur-principal-lg {
            width: 66%;
        }

        #titre-sinformer {
            margin-top: -5px;
        }
    }

    @media screen and (max-width: 1060px) {
        .menu-desktop .element-menu a {
            padding-left: 15px;
            padding-right: 15px;
        }

        .margin-top-20px {
            margin-top: 10px;
        }

        .h3-organisme {
            font-size: 15px !important;
        }

        .h3-organisme-wrapper {
            padding: 5px;
        }

        .contenu-article {
            width: 100% !important;
        }

        .social-row {
            width: 100% !important;
        }

        #videoPlayer {
            height: 380px !important;
        }

        #titre-sinformer {
            margin-top: -15px;
        }

        h4.sous-titre1 {
            font-size: 33px;
        }

        h6.sous-titre2 {
            font-size: 18px;
        }

        .conteneur-principal {
            width: 67%;
        }

        .conteneur-principal-petit, body.rap .conteneur-principal {
            width: 47%;
        }

        .conteneur-pub {
            width: 33%;
        }
    }


    @media screen and (min-width: 767px) and (max-width: 1060px) {
        .element-menu a[data-controller-name="Documents"] span.texte,
        .element-menu a[data-controller-name="Calendrier"] span.texte,
        .element-menu a[data-controller-name="Vidéos"] span.texte,
        .element-menu a[data-controller-name="Blogue"] span.texte {
            display: inline-block;
            padding-left: 20px;
        }
    }

    @media screen and (min-width:992px) and (max-width:1199px) {

        /* FOOTER */
        #piedPage .logoSite h5 {
            padding-bottom: 1.4rem;
        }
        #piedPage .liensFooter {
            padding-top: 4.5rem;
        }
    }

    @media screen and (min-width:992px) {

        /* FOOTER */
        #piedPage .liensFooter {
            padding-top: 0;
        }
        #piedPage .copyright p #copyrightYear::after {
            content: ' - ';
            position: relative;
            right: 0;
        }
        #piedPage .logoSite,
        #piedPage .liensFooter.agrireseau,
        #piedPage .liensFooter.informer,
        #piedPage .liensFooter.abonnements,
        #piedPage .communications {
            float: left;
            width: 20%;
        }
    }

    @media screen and (max-width: 991px) {

        #titre-sinformer {
            margin-top: -5px;
        }

        .border-top-radius {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .tableau-responsive table {
            min-width: 890px !important;
        }

        .tableau-responsive {
            box-shadow: inset 0px 0px 10px rgba(000,000,000,0.3);
            overflow-x: scroll !important;
        }

        .conteneur-filtres {
            padding: 0px;
            width: 24%;
        }

        .conteneur-principal {
            width: 100%;
        }

        .conteneur-principal-petit, body.rap .conteneur-principal {
            width: 100%;
        }

        .menu-desktop .element-menu a {
            padding-left: 16px;
            padding-right: 16px;
        }

        .conteneur-principal-lg {
            width: 100%;
        }

        .conteneur-pub {
            padding: 0px;
            width: 100%;
            max-width: inherit;
            float: inherit;
            display: block;
            margin: 0px 0px 0px 0px;
            overflow: hidden;
        }

        .titre-filtre-desktop {
            display: none;
            font-weight: 700;
        }

        #ariane {
            height: 40px;
            background-color: #fff;
        }

        .margin-ouvert {
            margin-top: 0px !important;
        }

        .lelogo {
            z-index: 500 !important;
        }

        .pub-exterieur {
            margin-bottom: 0px !important;
        }

        .dropdown-menu {
            margin-left: 70px;
        }

        #menu {
            display: none;
        }

        .visible {
            display: block;
            z-index: 1500 !important;
        }

        .pub-holder {
            width: 610px;
            margin: 0 auto;
            float: inherit;
            max-width: inherit;
            display: block;
            overflow: hidden;
        }

        .pub-holder .ar-afficher {
            float: left;
            display: block;
            margin-right: 5px !important;
        }

        .blogue-item {
            margin: 0px;
        }

        .arrow-left {
            display: none;
        }

        .docinfo-holder {
            width: 100% !important;
            max-width: inherit !important;
            margin-left: 0px;
            border-radius: 0px;
            min-height: inherit;
        }

        #videoPlayer {
            height: 420px !important;
        }

        #search-box ul li {
            padding: 5px 0px 5px 0px;
        }

        .conteneur-pagination {
            text-align: center;
        }

        .pagination li .paging {
            padding: 12px 20px !important;
        }

        #site-name {
            margin-right: 0px !important;
        }

        .nav-pills {
            width: 350px;
            background-color: #fff !important;
            position: absolute;
            padding-right: 0px;
            float: right;
            right: 5px;
            top: 35px;
            display: none !important;
            box-shadow: 2px 2px 10px #404040;
        }

        .nav-pills li a {
            margin-right: 0px;
            box-shadow: none;
            white-space: nowrap !important;
        }

        .nav-pills > li {
            float: initial !important;
        }

        .nav-pills a {
            display: block !important;
            padding: 2px 5px !important;
            font-size: 13px !important;
            color: #555 !important;
        }

        .dropdown-menu li a {
            font-size: 12px;
            padding: 8px 10px;
        }

        .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
            padding-left: 15px;
        }

        .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
            padding-left: 30px;
        }

        .navbare {
            line-height: 50px;
            left: 0;
            border: none;
            border-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .connexion {
            display: block;
        }

        .titre-filtre {
            font-weight: 700 !important;
        }

        .element-menu .texte {
            display: none;
        }

        .menu-compte {
            width: 300px;
        }

        /* FOOTER */
        #piedPage {
            padding-top: 1.8rem;
            padding-bottom: 1rem;
            max-width: 100%;
        }
        #piedPage .communications,
        #piedPage .adresse,
        #piedPage .liensFooter,
        #piedPage .siteOptimise p {
            padding-top: .2rem;
        }
        #piedPage .liensFooter {
            padding-top: 3rem;
        }
        #piedPage .siteOptimise p {
            margin-top: 0rem;
        }
        #piedPage .copyright p {
            text-align: left;
        }
        #piedPage h6 {
            padding: 0 0 .2rem 0;
        }
        #piedPage .siteOptimise p,
        #piedPage .siteOptimise p a {
            line-height: 2rem !important;
            margin-bottom: .5rem;
            padding-bottom: 1.5rem;
        }
        #piedPage .corpo {
            padding-top: .2rem;
            position: relative;
        }
        #piedPage .corpo img {
            width: 100%;
        }
        #piedPage .copyright > p,
        #piedPage .copyright > p span {
            line-height: 1.7rem !important;
        }
        #piedPage .corpo img {
            max-width: 24rem;
        }
        #piedPage .copyright p {
            font-size: 1.2rem;
            padding-top: 0;
            padding-left: 0;
            text-align: center;
        }
        #piedPage .footerMediaSociaux {
            padding-top: 2rem;
            position: absolute;
            right: 0;
            text-align: left;
            top: 0;
        }
        #piedPage .logoSite {
            margin-bottom: 20px;
        }
        #piedPage .logoSite h4 {
            font-size: 2rem;
        }
    }
    
    @media screen and (min-width:768px) and (max-width:1199px) {

        /* FOOTER */
        #piedPage .footerMediaSociaux {
            text-align: right;
        }
        #piedPage .liensFooter p {
            padding-top: 3.5rem;
        }
        #piedPage .liensFooter p {
            padding-top: 0;
        }
        #piedPage .logoSite {
            padding-bottom: 0;
        }
        #piedPage .communications, 
        #piedPage .adresse, 
        #piedPage .siteOptimise p {
            padding-top: .5rem !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 991px) {

        /* FOOTER */
        #piedPage .copyright p {
            margin-top: 1.9rem;
            padding-top: 0;
        }
        #piedPage .copyright p br {
            display: block;
        }
    }

    @media screen and (min-width:768px) {

        /* Bouton Compte CRAAQ */
        .listeCompteCRAAQ.meConnecter a.btn {
            min-width: 18rem !important;
            padding: 1rem 2rem 1rem 1.5rem;
        }

        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 100%;
        }

        .menu-element.toggle > span#site-name {
            padding: 0 10px;
        }

        .nav-specialise-fixe #site-name {
            padding: 4px 10px 5px 10px !important;
        }

        /* FOOTER */
        #piedPage .copyright p {
            text-align: center;
        }
        #piedPage .footerMediaSociaux {
            float: right;
        }
        #piedPage .liensFooter.informer {
            padding-left: 45px;
        }
        
    }

    @media screen and (max-width:767px) {

        /* Bouton Compte CRAAQ */
        .listeCompteCRAAQ.meConnecter a.btn {
            line-height: 1.8;
        }

        #fAbonnement {
            padding: 0px;
        }
        .button-lightgrey#bCulture {
            width: 100%;
        }
        .document-item .titre, .blogue-item .titre {
            font-size: 16px;
        }

        .coup-de-coeur {
            width: 27px;
        }

        a.button-back {
            clear: none !important;
            padding-top: 7px;
        }

        .social-icon {
            font-size: 23px;
        }

        .draggable {
            padding-left: 0px;
            margin-bottom: 0px;
        }

        .drag-target {
            display: none;
        }

        .mes-favoris.boite-grise {
            width: 100%;
            margin-top: 15px;
        }

        li#creerDossier {
            margin: 10px 0px !important;
        }

        #bCreerDossierFavoris {
            margin-top: 7px !important;
        }

        .dossiers > ul > li[id^=favDossier_] {
            line-height: 30px;
            margin: 0px;
            padding: 5px 15px;
        }

        h1 {
            font-size: 22px;
        }

        .filtre-holder {
            padding: 0px 7px 0px 7px;
        }

        #filtre-site {
            height: 72vh;
            overflow-x: hidden;
            max-height: inherit;
            overflow-y: scroll;
            margin-bottom: 15px;
        }

        .conteneur-filtres {
            width: 100%;
        }

        .conteneur-filtres .relative, .conteneur-filtres .button {
            margin: 0px !important;
        }

        .conteneur-filtres #search-box {
            margin-bottom: 0px;
        }

        .btn-compte-desktop {
            display: none;
        }

        .menu-compte {
            width: 90vw;
            top: 81px;
        }

        .menu-visible {
            display: block;
        }

        .margin-top-30px, .margin-top-20px {
            margin-top: 10px;
        }

        .button, button, .btn, .form button {
            padding: 7px 8px !important;
        }

        .btn-sm {
            padding: 5px 9px !important;
        }

        .reinitialise-recherche {
            display: inline-block;
            float: left;
            margin-top: 3px;
            text-align: left;
        }

        .btn-compte-mobile {
            display: block !important;
            padding: 4px 5px !important;
            width: 29px;
            position: fixed !important;
            right: 15px;
        }

        .entete-mobile {
            display: block;
            box-shadow: none !important;
        }

        .visible {
            display: block !important;
            padding-left: 0px;
        }

        .nav-specialise, .nav-specialise-fixe {
            position: fixed;
            top: 59px !important;
            z-index: 2001;
            box-shadow: 0px 2px 10px rgba(000,000,000,0.3) !important;
        }

        .nav-specialise #filtre-site-toggle {
            padding: 10px 0px !important;
            height: 40px;
        }

        .nav-controller span {
            font-weight: 300 !important;
        }

        .navbare {
            margin-top: 36px;
            height: 41px;
            line-height: 40px;
        }

        #DocumentCount,
        #CalendrierCount,
        #VideoCount,
        #BlogueCount {
            display: none;
        }

        .menu-desktop .element-menu {
            width: 50px;
        }

        .menu-element.toggle > .nav-site.sip {
            padding: 7px 10px 7px 15px;
        }

        .nav-specialise .collapse {
            display: block !important;
        }

        .nav-specialise a {
            height: 43px;
        }

        .nav-specialise a {
            font-size: 17px;
            padding: 0px !important;
            display: table-cell !important;
            vertical-align: middle;
            line-height: 20px !important;
            width: 100vw;
        }

        .nav-specialise .collapse {
            margin: 0 auto;
            padding: 0px;
        }

        .menu-desktop .element-menu a {
            font-size: 13px;
            padding-left: 14px;
            padding-right: 14px;
        }

        .conteneur-entete .img-lien {
            margin-top: 10px;
        }
        .conteneur-entete .img-lien:hover {
            cursor: pointer;
        }

        .entete-titre {
            height: 58px;
        }

        .titre-filtre {
            text-align: center;
        }

        .conteneur-entete .img-lien img {
            width: 80px;
        }

        .menu-compte {
            top: 61px;
        }

        .entete-mobile {
            height: 60px;
        }

        .entete-mobile .btn, .entete-desktop .btn, .entete-desktop .btn:focus, .entete-desktop .btn:hover, .entete-mobile .btn:focus, .entete-mobile .btn:hover {
            margin-top: 15px;
        }

        .entete-mobile .conteneur-entete, .entete-desktop-fixe .conteneur-entete {
            height: 60px;
        }

        .conteneur-entete .img-lien {
            margin-top: 5px;
        }

        .titre-fixe {
            height: 60px;
        }

        .titre-fixe .sous-titre1, .titre-fixe .sous-titre-fixe {
            font-size: 14px;
            line-height: 16px;
        }

        .titre-fixe .sous-titre2, .titre-fixe .sous-titre-fixe2 {
            font-size: 11px;
            line-height: 12px;
        }

        .nav-site {
            height: 34px !important;
        }

        .conteneur-entete .img-lien {
            margin-left: -15px;
        }

        .entete-mobile .btn, .entete-desktop .btn, .entete-desktop .btn:focus, .entete-desktop .btn:hover, .entete-mobile .btn:focus, .entete-mobile .btn:hover {
            margin-top: 15px;
            margin-right: -5px;
        }

        .titre-fixe {
            display: table-cell;
            height: 60px;
        }

        .entete-desktop, entete-titre {
            display: none;
        }

        .entete-titre {
            height: 68px;
        }

        .pub-exterieur {
            display: none;
        }

        .conteneur-principal {
            padding: 5px 15px;
            width: 100%;
        }

        .conteneur-principal-lg {
            padding: 10px;
        }

        #main-content {
            overflow: hidden;
        }

        .h3-organisme-wrapper {
            position: relative;
        }

        .joindre {
            margin-left: 0px;
        }

        #search-box .relative p {
            display: none;
        }

        #search-box {
            margin-top: 0px;
        }

        #search-box .col-xs-4 {
            padding-top: 0px !important;
        }

        #search-box .toggle {
            margin-bottom: 10px;
            padding: 10px !important;
        }

        #search-box ul li {
            padding: 7px 0px 7px 0px;
        }

        .pub-holder {
            width: 300px !important;
        }

        .pub-holder .ar-afficher {
            float: left;
            display: inline-block;
        }

        div[class^="col-"], div[class*=" col-"] {
            height: auto !important;
        }

        .mot-pilote {
            padding: 10px 0px 10px 0px !important;
        }

        .larger {
            font-size: 15px;
        }

        #menu {
            margin-left: 0px;
            width: 100%;
        }

        .conteneur-ariane {
            display: none;
        }

        .social-row {
            padding: 0px 0px 16px 0px;
        }

        a.button-back {
            display: block;
            width: 100%;
            clear: both;
            font-size: 12px;
        }

        .texte-article img {
            width: 100%;
            max-width: 570px;
        }

        .contenu-article {
            padding: 0px !important;
        }

        .document-item {
            padding: 20px 0px 20px 0px !important;
        }

        #videoPlayer {
            height: 380px !important;
        }

        .comment-item {
            margin-top: 10px;
            padding: 10px;
            margin-bottom: 5px !important;
        }

        #fCreer h1 {
            margin-left: -10px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        #image-cropper {
            margin: 0 auto;
        }

        .profil-image {
            text-align: center;
            margin-bottom: 20px;
        }

        .conteneur-recherche {
            padding: 5px;
            margin-bottom: 10px;
            margin-top: 0px;
        }

        #tbRecherche {
            font-size: 14px !important;
            padding: 6px 8px !important;
        }

        .conteneur-recherche .button {
            padding: 5px 0px 5px 0px;
        }

        h4.sous-titre1 {
            font-size: 30px;
        }

        h6.sous-titre2 {
            font-size: 18px;
        }

        #fModifier button, #fModifier .full-width, #fAbonnement button, #fChangementMotDePasse button, #fChangementMotDePasse .full-width {
            width: 100% !important;
            max-width: inherit;
        }

        .login-form {
            width: 100% !important;
            max-width: inherit !important;
            height: auto !important;
            min-height: inherit !important;
        }

        .form-row #login-username, .form-row #login-password {
            width: 100% !important;
            max-width: inherit !important;
        }

        .nav-pills a {
            padding: 0px 0px 0px 10px !important;
            font-size: 12px !important;
        }

        .visible .nav-pills a {
            padding: 0px 0px 0px 15px !important;
        }

        .logo-organisme {
            text-align: center !important;
            margin: 0px -8px;
        }

        .logo-organisme h3 {
            margin: 0px 0px 0px 0px !important;
            text-align: center !important;
        }

        .logo-organisme img {
            margin: 10px 0px 0px 0px;
        }

        .viewer-holder {
            padding: 5px 0px;
        }

        .recherche-avancee {
            height: 36px;
            font-size: 13px;
        }

        #filtre-site-toggle .fa-times {
            font-size: 19px !important;
            padding-left: 8px;
        }

        /* Section versionnage */
        .listeVersion div + div {
            border-right: 1px solid #ccc;
        }
        .listeVersion div:nth-child(3),
        .listeVersion div:last-of-type {
            margin-top: -1px;
        }

        /* FOOTER */
        #piedPage {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-bottom: .5rem;
            max-width: 100%;
        }
        #piedPage .corpo {
            padding-top: 0;
        }
        #piedPage .copyright p {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: .25rem;
            text-align: left;
        }
        #piedPage .footerMediaSociaux {
            padding-top: 3rem;
            text-align: right;
        }
        #piedPage .liensFooter {
            padding-top: 0;
        }

        #avisCookies *,
        #avisCookies button {
            font-size: 13px;
        }
        #avisCookies p {
            line-height: 17px;
        }

        /* Notification cookies */
	    #avisCookies *,
	    #avisCookies button {
		    font-size: 13px;
	    }
	    #avisCookies p {
		    line-height: 17px;
	    }
	    #avisCookies button {
		    margin-top: 10px;
	    }

    }

    @media screen and (max-width:604px) {
        .larger {
            font-size: 14px;
        }

        #ariane {
            display: none;
        }

        #videoPlayer {
            height: 300px !important;
        }

        .ajout-favoris {
            left: 2%;
            width: 96%
        }

        #filtre-site {
            margin-bottom: 15px;
        }

        .nav-specialise .container {
            padding: 5px 0px !important;
        }

        #filtre-site li {
            padding: 6px 4px;
        }

            #filtre-site li a {
                font-size: 13px !important;
            }

        h4.sous-titre1 {
            font-size: 26px;
        }

        .menu-desktop .element-menu a {
            padding-right: 14px;
            padding-left: 14px;
        }
    }

    
    @media screen and (max-width:575px) {
        .button.green,
        a.lienCTA {
            clear: both;
            display: block !important;
            max-width: 260px !important;
        }

        /* FOOTER */
        .footerFull #piedPage .footerMediaSociaux {
            padding-top: 1.8rem;
            text-align: right;
        }
        #piedPage .liensFooter {
            padding-top: 3rem;
        }
        #piedPage .basPiedPage {
            padding: .5rem 0;
        }
        #piedPage .corpo img {
            max-width: 7rem;
        }
        #piedPage .logoSite {
            margin-bottom: 0;
            padding-bottom: .5rem;
        }
        #piedPage .logoSite img {
            padding-bottom: 1rem;
        }
        #piedPage .logoSite h5 {
            padding-top: .5rem;
        }
        #piedPage [data-groupe] p {
            overflow: hidden;
            max-height: 0;
        }
        #piedPage h6 {
            padding: .75rem 0 0 0;
            width: 100%;
        }
        #piedPage h6:active,
        #piedPage h6:focus {
            color: #6a6a6b !important;
        }
        #piedPage h6:active > i,
        #piedPage h6:focus > i {
            color: #58585a;
        }
        #piedPage h6 i {
            -webkit-transition: all 300ms ease;
                 -o-transition: all 300ms ease;
                    transition: all 300ms ease;
        }
        #piedPage h6 + p {
            display: block;
            max-height: 0;
            overflow: hidden;
            padding: .75rem 1.5rem 0 1.5rem;
        }
        #piedPage .copyright {
            padding-top: .75rem;
        }
        #piedPage .siteOptimise a {
            padding-top: .75rem;
            padding-bottom: 1rem;
        }
        #piedPage .logoSite h5 {
            padding-bottom: .3rem;
        }
        #piedPage .communications,
        #piedPage .adresse,
        #piedPage .liensFooter {
            padding-top: 0;
        }
        #piedPage .communications {
            margin-bottom: 11px;
        }
        #piedPage [data-groupe] p {
            overflow: hidden;
            max-height: 0;
        }
        #piedPage [data-groupe][aria-expanded] p {
            border-bottom: .1rem solid #4d4d4d;
        }
        #piedPage h6 i {
            color: #7c7c7d;
            display: inline-block;
            font-size: 2.8rem;
            position: absolute;
                top: .3rem;
                right: 3rem;
        }
        #piedPage h6 + p a:hover {
            text-decoration: none;
        }
        #piedPage .corpo {
            padding-top: 1.5rem;
        }
        #piedPage .basPiedPage .corpo > a {
            background: url('/img/footer/craaq-logotype.svg') no-repeat left center;
            background-size: 70px 59px;
            width: 70px;
            height: 59px;
        }
        #piedPage .basPiedPage .corpo span {
            top: -10px;
            left: 9px;
        }

        /* Notification cookies */
        #avisCookies #btnAccepterCookies {
            display: block;
            width: 100%;
        }

    }

    @media screen and (max-width:492px) {
        .contenu-article img {
            max-width: 100% !important;
            height: auto !important;
        }

        .grand-tableau img {
            max-width: inherit !important;
        }

        .lelogo img {
            margin-top: 20px;
        }

        #calendrier-regulier > tbody > tr > td {
            padding: 0px;
        }

        .conteneur-video .video-item {
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto !important;
            max-width: inherit !important;
            width: 100% !important;
            margin-bottom: 3px !important;
        }

        .info-video {
            padding: 10px !important;
            margin-bottom: 10px;
            width: 100% !important;
        }

        #videoPlayer {
            height: 240px !important;
        }

        .conteneur-video {
            width: 100%;
            padding: 10px;
        }

        .pagination li .paging {
            padding: 9px 14px !important;
        }
    }

    @media screen and (min-width: 480px) {

        /* FOOTER */
        #piedPage .siteOptimise p br {
            display: none;
        }

        #piedPage .footerMediaSociaux {
            text-align: right;
        }
    }

    @media screen and (max-width:480px) {
        .menu-element.toggle > .nav-site.sip {
            padding: 5px 10px 7px 15px;
        }
    }

    @media screen and (max-width:450px) {
        .menu-desktop .element-menu a {
            padding-right: 10px;
            padding-left: 10px;
        }

        .recherche-avancee {
            display: block;
            width: 100%;
            height: auto;
        }

        .nav-specialise a {
            font-size: 13px;
        }

        #filtre-site {
            margin-bottom: 7px;
        }

        #titre-sinformer {
            margin-top: 1px;
        }

        .conteneur-recherche .form-inline {
            width: 100%;
        }

        #fModifier button, #fAbonnement button, #fChangementMotDePasse button {
            width: 100% !important;
        }

        .conteneur-tri {
            width: 100%;
            padding: 5px;
        }

        .conteneur-tri-2 {
            width: 33.3%;
            padding: 5px;
        }

        .nav-specialise .container-fluid {
            padding: 0px 7px !important;
        }

        .demi-img, demi-img-double {
            width: 100% !important;
            max-width: 300px;
            margin: 0 auto;
            float: inherit !important;
        }
    }

    @media screen and (max-width:389px) {
        img.pull-left {
            margin-top: 25px;
        }

        #videoPlayer {
            height: 200px !important;
        }

        .pagination li .paging {
            padding: 6px 9px !important;
        }

        .titre-filtre {
            font-size: 13px !important;
        }

        .menu-desktop .element-menu a {
            padding-right: 8px;
            padding-left: 8px;
        }
    }

    @media screen and (max-width:360px) {
        .menu-desktop .element-menu a {
            font-size: 12px;
            padding-right: 8px;
            padding-left: 7px;
        }
    }