@import url("_ficheblockelements.css");
@import url("_predefinedclasses.css");


/*******************************************************
 * Balises génériques
 ********************************************************/

body {
  /*word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;*/
  color: #330;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  margin: 0;
}

h1 {
    font-size: 1.5rem;
    border-bottom-color: #C30;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-weight: normal;
}

h2, h3.spip {
    font-size: 1.1rem;
    font-weight: bold;
    color: #C30;
    margin-top: 35px;
    text-align: left
}

p {
    text-align: left;
}

a, a:visited {
    text-decoration: none;
    color: #C30;
}

a:hover {
    text-decoration: underline;
    color: #C30;
}

blockquote {
    border-left-width: 1px;
    border-left-color: #C30;
}

body > header, body > main, body > footer {
    display: block;
    max-width: 1170px;
    margin: auto;
    padding-right: 8px;
    padding-left: 8px;
}

@media screen {
    .sr-only {
        display: none;
    }
}

.hidden {
    display: none;
}

body a[hreflang]::after {
    content: "";
}

/*******************************************************
 * Liens externes
 ********************************************************/
/* XML des liens externes
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><g transform="translate(-826.429 -698.791)"><rect width="5.982" height="5.982" x="826.929" y="702.309" fill="#fff" stroke="#cc3300"/><g><path d="M831.194 698.791h5.234v5.391l-1.571 1.545-1.31-1.31-2.725 2.725-2.689-2.689 2.808-2.808-1.311-1.311z" fill="#ec2305"/><path d="M835.424 699.795l.022 4.885-1.817-1.817-2.881 2.881-1.228-1.228 2.881-2.881-1.851-1.851z" fill="#fff"/></g></g></svg>
*/
a.spip_out, a[rel="external"] {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI2LjQyOSAtNjk4Ljc5MSkiPjxyZWN0IHdpZHRoPSI1Ljk4MiIgaGVpZ2h0PSI1Ljk4MiIgeD0iODI2LjkyOSIgeT0iNzAyLjMwOSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjY2MzMzAwIi8+PGc+PHBhdGggZD0iTTgzMS4xOTQgNjk4Ljc5MWg1LjIzNHY1LjM5MWwtMS41NzEgMS41NDUtMS4zMS0xLjMxLTIuNzI1IDIuNzI1LTIuNjg5LTIuNjg5IDIuODA4LTIuODA4LTEuMzExLTEuMzExeiIgZmlsbD0iI2VjMjMwNSIvPjxwYXRoIGQ9Ik04MzUuNDI0IDY5OS43OTVsLjAyMiA0Ljg4NS0xLjgxNy0xLjgxNy0yLjg4MSAyLjg4MS0xLjIyOC0xLjIyOCAyLjg4MS0yLjg4MS0xLjg1MS0xLjg1MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
    color: #C30;
}


/*******************************************************
 * Classes diverses
 ********************************************************/

h2.citego-TitreRubrique {
    font-size: 1.1rem;
    font-weight: normal;
    color: #330;
    border-bottom-color: #C30;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-top:50px;
    margin-bottom: 20px;
}

.citego-Contributions {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    margin-top : 30px;
}

.citego-Soustitre {
    font-style: italic;   
}

.citego-Auteurs {
    font-style: italic; 
}

.citego-Notes {
    font-size: 0.85em;
    margin-top: 40px;
}

.citego-Notesbasdepage {

}

.citego-Resume  {
    margin-left: 15px;
    margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #efefef;
}

.citego-References {
    font-size: 0.9em;
}

.citego-References h2 {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 0;
}

.citego-territoires-Label {
  color: #C30;
  font-size: 150%;
  line-height: 20px;
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
  cursor: inherit;
}

.citego-ListeSimple li {
    margin-bottom: 5px;
}

.citego-LogoOrganisme {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}


/*******************************************************
 * .citego-footer-
 ********************************************************/

.citego-footer-Child {
    border-color: #c0c0c0;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0;
    border-right-width: 0;
    height: 15px;
}

.citego-footer-Child.citego-footer-Last {
    border-right-width: 1px;
}

.citego-footer-Container {
    margin-top: 35px;
}

.citego-footer-Mentions {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.citego-footer-Mentions li {
    padding: 0;
    display: inline-block;
}

.citego-footer-Mentions li::before {
    content: " - ";
}

.citego-footer-Mentions li:first-child::before {
    content: "";
}

.citego-footer-Mentions a {
    /*color: black;*/
    font-size: 0.8rem;
}

.citego-footer-Parent {
    border-color: #c0c0c0;
    border-style: solid;
    border-top-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    border-right-width: 0;
    height: 15px;
}

.citego-footer-Row {
    margin-top: 20px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #C0C0C0;
}

.citego-footer-Tool {
    font-size: 0.9rem;
    text-align: center;
}

.citego-footer-Tool a, .citego-footer-Tool span {
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    background-color: #ecf1ed;
    margin: 10px;
    display: inline-block;
    
}

.citego-footer-Tool a, .citego-footer-Tool a:visited {
    color: black;
}

.citego-footer-Tool span {
    color: #a3a5a4;
}


@media (max-width: 1023px) {
    
    .citego-footer-Tools {
        display: none;
    }
}


/*******************************************************
 * citego-headergrid-
 ********************************************************/

.citego-headergrid-Grid {
    display: grid;
    grid-template-areas: 
        "a b h"
        "a c i"
        "a d d";
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 104px 1fr auto;
    align-items: center;
}

.citego-headergrid-Langs {
    grid-area: h;
    text-align: right;
}

.citego-headergrid-Logo {
    grid-area: a;
}

.citego-headergrid-Subtitle {
    grid-area: f;
    color:
}

.citego-headergrid-Title1 {
    grid-area: b;
}

.citego-headergrid-Title2 {
    grid-area: c;
}

.citego-headergrid-Title3 {
    grid-area: d;
}

@media (max-width: 767px) {
    
    .citego-headergrid-Grid {
        grid-template-rows: auto auto 1fr;
        justify-content: space-around;
    }
    
    .citego-headergrid-Title3 {
        align-self: start;
    }
}


/*******************************************************
 * citego-maingrid-
 ********************************************************/

.citego-maingrid-Grid {
    display: flex;
    justify-content: space-around;
}

.citego-maingrid-Article {
    width: 650px;
}

.citego-maingrid-Article h1 {
    margin-top: 50px;
}

.citego-maingrid-Aside {
    width: 275px;
    margin-top: 30px;
}

@media (max-width: 899px) {
    
    .citego-maingrid-Grid {
        flex-flow: column;
    }
    
    .citego-maingrid-Article {
        width: auto;
        max-width: 650px;
        margin: auto;
    }
    
    .citego-maingrid-Aside {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
    }
}

@media (min-width: 900px) and (max-width: 1023px) {
    
    .citego-maingrid-Article {
        width: 590px;
    }
    
    .citego-maingrid-Aside {
        width: 270px;
    }
}


/*******************************************************
 * citego-nav-
 ********************************************************/

.citego-nav-Bar {
    background-color: #cc3300;
    border-radius: 0;
    border: none;
    min-height: 20px;
    margin-top: 1px;
    
}

.citego-nav-Bar a, .citego-nav-Bar a:visited {
    color: white;
}

.citego-nav-Bar a:hover {
    color: #ff9587;
    text-decoration: none;
}

.citego-nav-Container {
    position: relative;
}

.citego-nav-Details {
    display: none;
}

.citego-nav-Details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.citego-nav-Separator {
    margin-top: 20px;
}

.citego-nav-List {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.citego-nav-List li {
    padding: 5px;
}

.citego-nav-Logo {
    display: block;
}

.citego-nav-ScrutariHeader {
    grid-area: i;
    align-self: center;
}

.citego-nav-ScrutariHeader button {
    padding: 0;
    margin: 0;
    border: none;
    width: 17px;
    height: 18px;
    background-image: url("../images/loupe-header-roll.png");
    background-color: transparent;
}
    
.citego-nav-ScrutariHeader button:hover {
    background-image: url("../images/loupe-header-over.png");
}

.citego-nav-ScrutariHeader form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.citego-nav-ScrutariHeader input {
    margin-left: 4px;
    margin-right: 4px;
    padding: 1px;
    border-radius: 1px;
}

.citego-nav-ScrutariHeader label {
    font-weight: normal;
}

.citego-nav-Subtitle {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
}

.citego-nav-Title {
    color: #cc3300;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    
    .citego-nav-Subtitle {
        display: block;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .citego-nav-Title {
        font-size: 26px;
        padding-top: 15px;
        display: block;
    }
}

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


    .citego-nav-Details {
        display: block;
        position: relative;
        padding-top: 30px;
    }
    
    .citego-nav-Details summary {
        height: 26px;
        width: 30px;
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        border-radius: 2px;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        border-color: #fff;
        padding-left: 4px;
        padding-top: 1px;
    }
    
    .citego-nav-Details summary {
        list-style: none;
    }
    
    .citego-nav-Details summary::-webkit-details-marker {
        display: none;
    }
    
    .citego-nav-Details summary span {
        display: block;
        margin-top: 4px;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
    }
    
    .citego-nav-List {
        display: none;
    }
    
    .citego-nav-Details a {
        display: block;
        text-align: center;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: white;
        padding: 3px;
        
    }
    
    .citego-nav-ScrutariDetails {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: white;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .citego-nav-ScrutariDetails button {
        padding: 0;
        margin: 0;
        border: none;
        width: 17px;
        height: 18px;
        background-image: url("../images/loupe-details-roll.png");
        background-color: transparent;
    }
    
    .citego-nav-ScrutariDetails button:hover {
        background-image: url("../images/loupe-details-over.png");
    }
    
    .citego-nav-ScrutariDetails form {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .citego-nav-ScrutariDetails input {
        margin-left: 4px;
        margin-right: 4px;
        padding: 1px;
        border-radius: 0;
    }
    
    .citego-nav-ScrutariDetails label {
        font-weight: normal;
        color: white;
    }

    .citego-nav-ScrutariHeader {
        display: none;
    }
    
    
}

/*******************************************************
 *  .citego-picto-
 ********************************************************/

h1.citego-picto-Titre {
    min-height: 52px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: flex;
}

h1.citego-picto-Titre span {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

h2.citego-picto-Titre {
    min-height: 26px;
    padding-left: 30px;
    background-repeat: no-repeat;
}

h3.citego-picto-Titre {
    min-height: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 5px;
}

h1.citego-picto-Axe {
    background-image: url(../images/axe-48x48.png);
}

h2.citego-picto-Axe {
    background-image: url(../images/axe-24x24.png);
}

h3.citego-picto-Axe {
    background-image: url(../images/axe-16x16.png);
}

h1.citego-picto-Dossier {
    background-image: url(../images/dossier-48x48.png);
}

h2.citego-picto-Dossier {
    background-image: url(../images/dossier-24x24.png);
}

h3.citego-picto-Dossier {
    background-image: url(../images/dossier-16x16.png);
}

h1.citego-picto-Chapitre {
    background-image: url(../images/chapitre-48x48.png);
}

h2.citego-picto-Chapitre {
    background-image: url(../images/chapitre-24x24.png);
}

h3.citego-picto-Chapitre {
    background-image: url(../images/chapitre-16x16.png);
}

h1.citego-picto-Notion {
    background-image: url(../images/notion-48x48.png);
}

h2.citego-picto-Notion {
    background-image: url(../images/notion-24x24.png);
}

h3.citego-picto-Notion {
    background-image: url(../images/notion-16x16.png);
}

h1.citego-picto-Motcle {
    background-image: url(../images/motcle-48x48.png);
}

h2.citego-picto-Motcle {
    background-image: url(../images/motcle-24x24.png);
}

h3.citego-picto-Motcle {
    background-image: url(../images/motcle-16x16.png);
}

h1.citego-picto-Territoire {
    background-image: url(../images/territoire-48x48.png);
}

h2.citego-picto-Territoire {
    background-image: url(../images/territoire-24x24.png);
}

h3.citego-picto-Territoire {
    background-image: url(../images/territoire-16x16.png);
}

h1.citego-picto-Analyse {
    background-image: url(../images/analyse-48x48.png);
}

h2.citego-picto-Analyse {
    background-image: url(../images/analyse-24x24.png);
}

h3.citego-picto-Analyse {
    background-image: url(../images/analyse-16x16.png);
}

h1.citego-picto-Etudedecas {
    background-image: url(../images/etudedecas-48x48.png);
}

h2.citego-picto-Etudedecas {
    background-image: url(../images/etudedecas-24x24.png);
}

h3.citego-picto-Etudedecas {
    background-image: url(../images/etudedecas-16x16.png);
}

h1.citego-picto-Proposition {
    background-image: url(../images/proposition-48x48.png);
}

h2.citego-picto-Proposition {
    background-image: url(../images/proposition-24x24.png);
}

h3.citego-picto-Proposition {
    background-image: url(../images/proposition-16x16.png);
}

h1.citego-picto-Ressource {
    background-image: url(../images/ressource-48x48.png);
}

h2.citego-picto-Ressource {
    background-image: url(../images/ressource-24x24.png);
}

h3.citego-picto-Ressource {
    background-image: url(../images/ressource-16x16.png);
}

h1.citego-picto-Docslies {
    background-image: url(../images/docslies-48x48.png);
}

h2.citego-picto-Docslies {
    background-image: url(../images/docslies-24x24.png);
}

h3.citego-picto-Docslies {
    background-image: url(../images/docslies-16x16.png);
}

/*******************************************************
 * .citego-plugin-
 ********************************************************/

.citego-plugin-Sommaire {
    font-size: 0.85rem;
    margin-top: 120px;
}

.citego-plugin-Sommaire ul.spip > li {
    list-style-image: url("../images/flech-roll.png");
    line-height: 1.2em;
    margin-bottom: 15px;
}

.citego-plugin-Sommaire > ul.spip {
    margin: 0;
    padding: 0;
    list-style: none;
}

.citego-plugin-Sommaire ul.spip > li > ul.spip {
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 25px;
    padding: 0;
}

.citego-plugin-Sommaire ul.spip > li > ul.spip > li {
    font-size: 0.75rem;
}

.citego-plugin-Sommaire a, .citego-plugin-Sommaire a:visited {
    color: #330;
}

.citego-plugin-Sommaire h1 {
    font-size: 0.95rem;
    border-bottom-width: 1px;
}

/*******************************************************
 * .citego-rubrique-
 ********************************************************/

.citego-rubrique-Section {
    margin-top: 120px;
}

.citego-rubrique-Section h1 {
    font-size: 0.95rem;
    padding-top: 0;
    border-bottom-width: 0;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-image: url("../images/flech-roll.png");
    background-position: 0 1ex;
}

.citego-rubrique-Section h1.citego-rubrique-Encours {
    background-image: url("../images/flech-over.png");
}

.citego-rubrique-Section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.citego-rubrique-Section li {
    margin-left: 30px;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-size: 0.85rem;
    list-style-image: url("../images/flech-roll.png");
}

.citego-rubrique-Section a, .citego-rubrique-Section a:visited {
    color: #330;
}

.citego-rubrique-Section li.citego-rubrique-Encours {
    font-weight: bold;
    list-style-image: url("../images/flech-over.png");
}


.citego-aside-Liste {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 0;
}

.citego-aside-Liste li {
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 0.85rem;
    list-style-image: url("../images/flech-roll.png");
}

.citego-aside-Liste a, .citego-aside-Liste a:visited {
    color: #330;
}

/*******************************************************
 * .citego-toolgrid-
 ********************************************************/

.citego-toolgrid-Grid {
    display: grid;
    grid-template-areas:
        "a a b b c c"
        "i i i j j j"
        "e f f g g h"
        "k k l l m m";
    grid-template-columns: repeat(6, 16.66%);
}

.citego-toolgrid-Title {
    grid-area: b;
}

.citego-toolgrid-Tool_1 {
    grid-area: k;
}

.citego-toolgrid-Tool_2 {
    grid-area: l;
}

.citego-toolgrid-Tool_3 {
    grid-area: m;
}

.citego-toolgrid-Child_1 {
    grid-area: f;
}

.citego-toolgrid-Child_2 {
    grid-area: g;
}

.citego-toolgrid-Parent {
    grid-area: j;
}


/*******************************************************
 * Cas des images Spip
 ********************************************************/

#spipTextArea img {
	max-width: 650px;
	height: auto;
}

#spipTextArea img:hover {
	max-width: 1500px;
	height: auto;
}

/*******************************************************
 * Surcharge des classes de listes
 ********************************************************/


.citego-maingrid-Article ul.spip > li {
    margin-bottom: 10px;
}

.citego-maingrid-Article ul.spip > li > ul.spip > li {
    font-size: 0.9em;
}

ul.fbe-depth-1 > li, .citego-maingrid-Article ul.spip > li {
    list-style-image: url(puce.png);
}

ul.fbe-depth-2 > li, .citego-maingrid-Article ul.spip > li > ul.spip > li {
    list-style-image: url(tiret.png);
}


/*******************************************************
 * Surcharge des classes de _ficheblockelements.css
 ********************************************************/

p.fbe-p-Note {
    border-left-color: #C30;
}

p.fbe-p-H {
    color: #C30;
}

p.fbe-p-Level2 {
    font-size: 1.0rem;
    font-style: italic;
    margin-top: 30px;
    font-weight: bold;
}

p.fbe-p-Level3 {
    font-size: 0.9rem;
    margin-top: 15px;
}

figcaption.fbe-figure-Caption  {
    font-family: inherit;
    font-size: 0.9em;
}

figcaption.fbe-figure-BlockquoteCaption {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-size: 0.9em;
}


.fbe-figure-Lettrine {
    margin-bottom: 20px;
}


/*******************************************************
 *  Listes de liens dans le bloc principal
 ********************************************************/

ul.citego-Liste {
    margin-left: 0;
    padding-left: 0;
}

ul.citego-Liste li {
    list-style: none;
    text-indent: -10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

ul.citego-Liste ul.citego-Sousliste {
    border-left-style: dotted;
    border-left-width: 1px;
    margin-left: 50px;
    padding-left: 10px;
    border-left-color: #C0C0C0;
    margin-top: 5px;
}

.citego-Impair {
    background-color: #fce7e0;   
}

.citego-Pair {
    background-color: #fff1f1;   
}


/*******************************************************
 *  Traitement spécifiques à la colonne de droite
 ********************************************************/

#asideCol ul {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C30;
    margin-left: 8px;
    padding-left: 12px;
}

#asideCol ul.citego-Sousliste {
    border-left-style: dotted;
    border-left-color: #C0C0C0;
}

#asideCol ul li {
    list-style: none;
    text-indent: -10px;
    padding-left: 10px;
    margin-bottom: 5px;
}

#asideCol h3, #asideCol h3.spip {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.0rem;
    font-weight: normal;
}


/*******************************************************
 *  Classes pour la liste des partenaires
 ********************************************************/

.citego-partenariat-Liste {
    list-style: none;
}

.citego-partenariat-Liste li {
    clear: left;
    margin-top: 15px;
    
}

.citego-partenariat-Logo {
    display: block;
    float: left;
    text-align: center;
    width: 110px;
    margin-bottom: 25px;
    margin-right: 15px;
}


/*******************************************************
 *  Classes pour la page des évènements
 ********************************************************/

.citego-evenement-Infos td {
    vertical-align: top;
    padding-right: 10px;
}

/*******************************************************
 *  Traitement des petits liens
 ********************************************************/
div.citego-Petitsliens {
    text-align: center;
    margin-top: 30px;
}

div.citego-Petitsliens > p {
    padding: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #c30;
    color: #c30;
    display: inline-block;
    font-size: 1.0em;
}





/*******************************************************
 * .citego-scrutari-
 ********************************************************/

.citego-scrutari-Descripteurs {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.citego-scrutari-Descripteurs li {
    margin-bottom: 5px;
    padding: 3px 10px;
}

.citego-scrutari-Descripteurs li:nth-child(even) {
    background-color: #f6f6f6;   
}

.citego-scrutari-DescripteursArea {
    margin-bottom: 50px;
}

.citego-scrutari-Submit {
    padding: 0;
    margin: 0;
    border: none;
    width: 20px;
    height: 21px;
    background-image: url("../images/loupe-index-roll.png");
    background-color: transparent;
}
    
.citego-scrutari-Submit:hover {
    background-image: url("../images/loupe-index-over.png");
}

.citego-scrutari-TitreColonne {
    font-size: 1.3em;
    background-repeat: no-repeat;
    height: 35px;
    padding-top: 5px;
    
}

.citego-scrutari-TitreColonne_Basedoc {
    background-image: url("../images/icon-basedoc.png");
    padding-left: 37px;
    margin-left: 25px;
}

.citego-scrutari-TitreColonne_Descripteurs {
    background-image: url("../images/icon-atlas.png");
    padding-left: 56px;
    margin-left: 10px;
}




.citego-Test {
/*position: sticky;
    top: 0;*/
}
