@charset "UTF-8";
/*    --- LEB COMMUNICATION | 2016	*/
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/- INIT +  -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/- variables -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
@font-face {
  font-family: "aaux_problackregular";
  src: url("../fonts/aauxproblack-webfont.eot");
  src: url("../fonts/aauxproblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aauxproblack-webfont.woff") format("woff"), url("../fonts/aauxproblack-webfont.ttf") format("truetype"), url("../fonts/aauxproblack-webfont.svg#aaux_problackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aaux_prolightregular";
  src: url("../fonts/aauxprolight-webfont.eot");
  src: url("../fonts/aauxprolight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aauxprolight-webfont.woff") format("woff"), url("../fonts/aauxprolight-webfont.ttf") format("truetype"), url("../fonts/aauxprolight-webfont.svg#aaux_prolightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aaux_proboldregular";
  src: url("../fonts/aauxprobold-webfont.eot");
  src: url("../fonts/aauxprobold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aauxprobold-webfont.woff") format("woff"), url("../fonts/aauxprobold-webfont.ttf") format("truetype"), url("../fonts/aauxprobold-webfont.svg#aaux_proboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* common     ----*/
/* specifique au site   ----*/
.img-wide {
  display: block;
  width: 100%;
  vertical-align: middle;
}

strong, b {
  font-weight: 700;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame-yt, .video-container embed, .video-container object, .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.couleur-primaire {
  color: #c12938;
}

/*@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
     -moz-border-radius: $radius;
      -ms-border-radius: $radius;
          border-radius: $radius;
}*/
/*@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}*/
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/ GESTIONNAIRE STYLES -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 *
 *     FEUILLE DE STYLE GÉRANT L'AFFICHAGE DU GESTIONNAIRE DE CONTENU
 *     LEB /2016
 *
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 *
/*     CONFIGURATION DE L'EDITEUR DE PAGE
 *
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
.testWatch {
  font-size: 1.5rem;
}

html {
  font-size: 62.5%;
  font-weight: 300;
}

#spec .messages {
  width: 100% !important;
}

/* width + 4 */
#blocEditor {
  width: 1400px;
  padding: 10px;
  border: 1px solid #ABADB3;
}

#spec fieldset, #submitButton {
  width: 710px;
}

#blocEditor p {
  margin: 0;
  margin-top: 5px;
}

#blocEditor #body p {
  margin-top: 0;
}

#blocEditor input, #blocEditor textarea {
  width: auto !important;
}

#toolbox {
  border-radius: 4px;
  background: #eeeded;
  color: #373737;
  border: 1px #6b6b6b solid;
  padding: 1% 2% 1.7%;
  position: absolute;
  width: 94%;
  text-align: center;
  display: none;
  z-index: 101;
  height: 24px;
  margin-left: 1%;
  margin-top: 1%;
}
#toolbox a {
  text-decoration: none;
}
#toolbox img {
  border: 0;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
}
#toolbox p {
  margin: 0;
  height: 24px;
}
#toolbox p.elt {
  text-align: left;
  float: left;
  width: 180px;
  padding-top: 2px;
}
#toolbox p.elt img {
  cursor: default;
  vertical-align: middle;
}
#toolbox p.elt span {
  position: relative;
  top: 2px;
}
#toolbox p.actions {
  float: left;
  width: 320px;
  margin-left: 30px;
  background: #282828;
  padding: 3px;
  border-radius: 8px;
}
#toolbox p.actions span {
  position: relative;
  top: 4px;
  cursor: pointer;
  padding: 0 3px;
  font-size: 14px;
  color: #fff;
}
#toolbox p.actions span:hover {
  color: #e31318;
}
#toolbox p.fleches {
  float: right;
  margin: 6px 0px 0 0;
}

#addButtons img {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.no-img img {
  width: 100% !important;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 *
/*     RECLASSEMENT
 *
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
#parentDePage {
  position: relative;
}

#reclassement {
  width: 170px;
  position: absolute;
  right: -200px;
  top: 0;
  background: url(../images/gestionnaire/bg_reclassement.gif) repeat-y left;
  padding-bottom: 15px;
}
#reclassement ul {
  margin: 0;
  padding: 0;
}
#reclassement ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#reclassement p#headline {
  margin: 0;
  background: url(../images/gestionnaire/headline.gif) no-repeat 0 0;
  padding: 0 0 10px 30px;
  color: #666;
}
#reclassement ul li a {
  font-family: "Trebuchet MS";
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
  padding: 8px 0 0 33px;
  display: block;
  width: 137px;
  height: 22px;
  color: #373737;
  background: url(../images/gestionnaire/onglet_classement.gif) no-repeat 0 0;
}
#reclassement ul li a img {
  position: absolute;
  top: 3px;
  left: 3px;
}
#reclassement ul li a:hover {
  text-decoration: none;
  background-position: 0 -30px;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
 *
/*     DÉCLARATIONS SPECIFIQUES AU SITE
 *
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* POUR LES COULEURS ET AUTRES VARIABLES, VOIR _initcms

/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
/*     SQUELETTE
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
#blocEditor {
  background: #fff;
  /* COULEUR DE FOND DU SITE */
}

#blocEditor .highlight {
  color: #333;
}

#blocEditor .encart_highlight {
  color: #c01020;
}

#margeCMS {
  margin: 0px 0px 0px 20px;
}

#spec {
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 200px;
}

#spec em {
  font-style: italic;
}

#spec:after {
  content: "";
  display: table;
  clear: both;
}

#body {
  text-underline-position: under;
}

#body p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #333;
  padding-bottom: 20px;
}
#body p strong, #body p b {
  font-size: 1.8rem;
}

#body p a, .ui-widget-content #body a {
  color: #c12938;
  text-decoration: underline;
}
#body p a:hover, .ui-widget-content #body a:hover {
  text-decoration: none;
}

#body p a,
#body ul a {
  text-underline-position: under;
  font-size: 1.6rem;
}

#body .ttl {
  clear: both;
}

#body form div.clear {
  margin: 0px;
}

#body .img img {
  width: 100%;
}

#body div.vdo, #body .contentmp3, #body div.swf, #body div.cmo, #body div.for, #body div.txt, #body a.linkDoc {
  margin: 0 0 20px;
}

#body .clear {
  margin-bottom: 1%;
  clear: both;
}

#body div.left {
  margin-right: 3%;
}

#body div.right {
  margin-left: 3%;
}

.clearElement {
  clear: both;
}

#body div.txt p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#body div.txt a {
  text-decoration: underline;
}

#body div.txt a:hover {
  text-decoration: none;
}

@media (min-width: 80em) {
  #body p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  #body p strong, #body p b {
    font-size: 2.2rem;
  }
  #body p a {
    font-size: 2rem;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/- GESTION DES IMAGES EN MOSAIQUE -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
#body .imgLarg2 {
  width: 48% !important;
  margin: 1% 1% 2% !important;
}

#body .imgLarg3 {
  width: 31% !important;
  margin: 1% 1% 2% !important;
}

#body .imgLarg4 {
  width: 23% !important;
  margin: 1% 1% 2% !important;
}

#body .imgLarg5 {
  width: 18% !important;
  margin: 1% 1% 2% !important;
}

#body .imgHabTexte {
  width: 42% !important;
  margin: 1% 4% 2% !important;
}

#body .imgLarg2 + .imgLarg2 {
  width: 48% !important;
  margin: 1% 1% 2% !important;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
/*     CONTENU ELEMENTS
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */
/* -- LISTES              ----*/
.largeurTotale {
  display: block;
  vertical-align: middle;
}

#bandeauPage img {
  display: block;
  width: 100%;
}

#body ul, #body ol {
  padding: 20px;
  background: #eaeaea;
  font-size: 16px;
  color: #444;
  line-height: 26px;
  margin: 0 0 20px;
}
#body ul li, #body ol li {
  margin: 0 0 5px 20px;
  background-size: 10px 10px;
  padding-left: 0;
  list-style: disc;
}
#body ul a, #body ol a {
  color: #c12938;
}
text-decoration:underline #body ul a:hover, text-decoration:underline #body ol a:hover {
  text-decoration: none;
}
#body ul ul, #body ul ol, #body ol ul, #body ol ol {
  padding-top: 5px;
}
#body ul ul li, #body ul ol li, #body ol ul li, #body ol ol li {
  padding-left: 0;
  background: transparent;
  list-style: circle;
}

/* -- SOUS TITRES H2              ----*/
#body {
  /* SOUS TITRE PAR DEFAUT */
  /* SOUS TITRE AFFICHAGE ALTERNATIF */
}
#body div.txt.deplace {
  overflow: visible !important;
}
#body h2 {
  font-size: 3.4rem;
  margin-bottom: 35px;
  line-height: 1.35;
  padding: 30px 15px 20px 0;
  color: #333;
  background: #fff;
  font-family: "aaux_problackregular", sans-serif;
  position: relative;
}
#body h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #c12938;
  position: absolute;
  bottom: 0;
  left: 0;
}
#body h2 strong, #body h2 b {
  font-weight: 700;
}
#body h2.cliquableMasque {
  cursor: pointer;
  background: url(../images/gestionnaire/hand.png) no-repeat 0 center;
  padding-left: 25px;
}
#body h2.cliquableMasque span.icoDeroule {
  width: 10px;
  height: 13px;
  background-position: -92px -245px;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
#body h2.cliquableMasque:after {
  display: none;
}
#body h2.cliquableMasque:hover {
  background-color: #f1f1f1;
  padding: 15px 0 15px 35px;
  background-position: 10px center;
}
#body h2.h2light {
  padding: 15px 0 12px;
  margin-bottom: 25px;
  background: #fff;
  color: #c12938;
  font-size: 2.5rem;
  line-height: 2.6rem;
  border-bottom: 2px #eee solid;
}
#body h2.h2light:after {
  display: none;
}
#body h2.h2light.cliquableMasque {
  cursor: pointer;
  background: #c12938 url(../images/gestionnaire/hand-white.png) no-repeat 10px center;
  color: #fff;
  padding-left: 35px;
}
#body h2.h2light.cliquableMasque span.icoDeroule {
  width: 10px;
  height: 13px;
  background-position: -92px -245px;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
#body h2.h2light.cliquableMasque:hover {
  background-color: #97202c;
  padding: 15px 0 15px 40px;
  background-position: 15px center;
}
#body #plan div {
  padding: 20px;
}
#body #plan div span {
  display: flex;
  flex-direction: row;
  background: #ececec;
  padding: 5px 0px 5px 5px;
  margin-bottom: 4px;
}
#body #plan div span a {
  display: block;
  color: #5f6565;
}
#body #plan div span.first_span {
  font-weight: bold;
  background: #c12938;
  color: #fff;
  display: block;
}
#body #plan div span.first_span a {
  color: #fff;
}
#body #plan ul {
  background-color: white;
}
#body #plan ul li {
  list-style-type: none !important;
  margin-left: 0px !important;
}
#body #plan ul li .titre {
  font-weight: bold;
  background: #c12938;
  color: #fff;
}
#body #plan ul li a {
  display: block;
  padding: 5px 0px 5px 5px;
  background: #ececec;
  margin-bottom: 4px;
  color: #5f6565;
}

/* -- GEOLOC              ----*/
#body p.highlight {
  padding: 20px;
  background: #c12938;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

#body p.ok {
  padding: 20px;
  background: #f1f1f1;
  border: 1px #e1e1e1 solid;
}

#body h1#firstHeading {
  background: #c12938;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 0px;
}

#body h1#firstHeading:after {
  display: none;
}

#bodyContent {
  padding: 5px;
  font-size: 14px;
}

/* -- LEGENDES              ----*/
#body p.legende, #body p.legendeImg {
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 17px;
  background: #f4f4f4;
  padding: 15px;
}

#body div.clear img.pleineLargeur {
  margin: 0;
  vertical-align: middle;
}

#body .img a, #body .img a .legende, #body .img a:hover .legende {
  border: none;
  text-decoration: none !important;
}

#body #item-left {
  float: left;
}

#body #item-right {
  float: right;
}

#body #item-center {
  text-align: center;
}

a.fancy img {
  text-decoration: none;
}

/* -- TABLEAUX              ----*/
#body table td {
  font-size: 1.6rem;
}

#body div.txt table {
  background: #f1f1f1;
  width: 100%;
  margin: 2% 0%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
#body div.txt table tr {
  padding: 0;
  margin: 1px 0;
  background-color: #f1f1f1;
  color: #333;
  font-size: 16px;
}
#body div.txt table td {
  background: #f1f1f1;
  padding: 10px;
  border: 1px #fff solid;
}
#body div.txt table a {
  text-decoration: underline;
  color: #c12938;
}
#body div.txt table tr.odd td {
  background: #eaeaea;
}
#body div.txt table thead tr {
  background: #c12938 !important;
}
#body div.txt table thead tr td {
  background: #c12938 !important;
  color: #fff !important;
}
#body div.txt table thead tr a {
  color: #fff;
}
#body div.txt table tfoot tr {
  background: #343434 !important;
}
#body div.txt table tfoot tr td {
  background: #343434 !important;
  color: #fff !important;
}
#body div.txt table tfoot tr a {
  color: #fff;
}
#body div.txt table tr:nth-child(2n+1) {
  background-color: #e1e1e1;
}
#body div.txt table tr:nth-child(2n+1) td {
  background-color: #e1e1e1;
}

/* -- HIGHLIGHT + VIDEO / SWF              ----*/
#body .highlight2 {
  background: #fbeeef;
  padding: 20px;
  line-height: 26px;
  font-size: 1.6rem;
  color: #1a1a1a;
  padding-bottom: 20px;
  border-left: 0;
}
#body .highlight2 ul, #body .highlight2 ol {
  border: 1px #c12938 solid;
  margin: 0 0 20px 0;
  background: #fffbfb;
  clear: both;
}
#body .highlight2 ul li a {
  background: none;
  color: #c12938;
  padding: 0;
}
#body .highlight2 a:hover {
  text-decoration: none;
}
#body .highlight2 p {
  padding: 0;
  padding-bottom: 20px;
  color: #333;
}
#body .highlight2 table tfoot p, #body .highlight2 table thead p {
  color: #fff;
  padding: 0;
  margin: 0;
}

#body .highlight2 :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#body .highlight2 ul:last-child {
  padding-bottom: 2%;
  margin-bottom: 0;
}

span.nb-guide {
  display: inline-block;
  background: #343434;
  color: #fff;
  padding: 2px 6px 3px;
  border-radius: 4px;
  margin-right: 4px;
  line-height: 2.5rem;
}

#body div.legendeVideo, #body div.legendeSWF {
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  background: #333;
  padding: 15px;
}

/* -- LECTEUR MP3              ----*/
.mp3 {
  margin-bottom: 30px;
}

/* -- VIDEO              ----*/
.vdo .video {
  margin: 0px 0px 30px 0px;
  border: 1px #f1f1f1 solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.video-container {
  margin: 0 0px 0px 0px;
  position: relative;
  padding-bottom: 54.3%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- GEOLOCALISATION - BULLE              ----*/
h1#firstHeading {
  color: #fff;
  background: #c12938;
}

div.geo {
  margin-bottom: 25px;
}

div.for #recaptcha_widget_div {
  margin-left: 0;
}

/* -- DOCUMENT              ----*/
.cdoc {
  padding-top: 10px;
}

#body a.linkDoc {
  display: block;
  box-sizing: border-box;
  padding: 25px 10px 20px 85px;
  background-size: 42px 47px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 2.2rem;
  text-decoration: none;
  color: #333;
  border: 1px #f1f1f1 solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  position: relative;
}
#body a.linkDoc span.titre {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}
#body a.linkDoc:hover {
  background-color: #f1f1f1;
  border-color: #e1e1e1;
}
#body a.linkDoc span.ico-doc {
  width: 40px;
  height: 30px;
  background: url(../images/squelette/ico-gc.svg) no-repeat -20px -20px;
  background-size: 500px 500px;
  position: absolute;
  top: 25px;
  left: 25px;
}

/* -- EXTRAIT ARBORESCENCE ESPACE DOC              ----*/
#body .doc h2 {
  margin-bottom: 0 !important;
  padding: 20px 0;
  border-top: 1px #eee solid;
}
#body .doc p.courant {
  padding: 20px 0 0;
}
#body .doc div.treeDoc h4 {
  color: #555;
  font-size: 1.6rem;
}
#body .doc div.treeDoc p a {
  color: #555;
  font-size: 1.4rem;
  font-weight: 300;
}
#body .doc .espace_document {
  padding: 20px;
  margin: 0 0 20px;
  border: 1px #f1f1f1 solid;
  border-top: 2px #f1f1f1 solid;
  border-bottom: 2px #f1f1f1 solid;
}
#body .doc .espace_document h3 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #c12938;
}
#body .doc .espace_document p.allDoc {
  font-weight: normal;
  margin-left: 40px;
}
#body .doc .espace_document form select {
  padding: 5px;
}
#body .doc form {
  padding: 0px 0px 20px 0px;
  margin: 0;
  background: transparent;
  border: none;
}
#body .doc form select {
  background: #F5F5F5;
  border: 1px #eee solid;
  font-size: 13px;
  padding: 4px;
  font-weight: bold;
  color: #54483d;
  width: 100%;
}

/************************/
/* TREE */
.espace_document .ligne a.roots {
  display: block;
  width: 28px;
  height: 28px;
  background: #f1f1f1 url(../images/docs/tree/extra_doc.gif) no-repeat 0 0;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

.espace_document .ligne a.roots:hover {
  background-position: 0 -28px;
}

.espace_document a.dl_tree_doc {
  padding: 0 0 0 20px;
  background: url(../images/picto/dl.gif) no-repeat 2px 0;
  color: #6d5238;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.espace_document a.dl_tree_doc:hover {
  background-position: 2px -34px;
  color: #6ca624;
}

.espace_document h3 {
  font-size: 22px;
  color: #f39800;
}

.espace_document .extras {
  padding-top: 10px;
}

form#recherche {
  padding-bottom: 20px;
}

div.separateurDoc {
  background: #c5c5c5;
  height: 1px;
  margin: 40px 60px;
}

#leGestionnaire p.seeAll {
  float: right;
  font-size: 12px;
  background: url(../images/docs/tree/seeall.gif) no-repeat 0 0;
  height: 28px;
  padding: 0 0 0 31px;
  margin-bottom: 15px;
}

#leGestionnaire p.seeAll a {
  display: block;
  background: #656565;
  color: #fff;
  padding: 4px 15px 0;
  text-align: center;
  height: 24px;
}

.ligne {
  position: relative;
  margin: 15px 0;
  width: 100%;
  clear: both;
  height: 30px;
}

.ligne select {
  width: 90%;
  padding: 6px;
  background: #f3f0ee;
  color: #6d5238;
  border: none;
  float: left;
}

#navDoc {
  border-bottom: 1px #dddddd solid;
}

#navDoc div.ligne {
  padding: 5px 5px 0 5px;
  border-top: 1px #dddddd solid;
}

#navDoc div.ligne img, #navDoc div.ligne select {
  vertical-align: middle;
}

#navDoc select {
  width: 655px;
}

#navDoc img {
  position: relative;
  top: 1px;
}

#body div.doc form {
  padding: 0px 0px 20px 0px;
  margin: 0;
  background: transparent;
}

#body div.doc form select:disabled {
  color: #aaa !important;
  font-weight: normal;
}

#body div.doc form select {
  background: #F5F5F5;
  border: 1px #eee solid;
  font-size: 13px;
  padding: 4px;
  font-weight: bold;
  color: #54483d;
  width: 90%;
  float: left;
}

#body div.doc div.treeDoc {
  color: #444;
  margin-left: 20px;
  background: url(../images/docs/tree/ligne_verticale.gif) repeat-y top left;
}

#body div.doc div.treeDoc h4 {
  margin-top: 10px;
  font-size: 16px;
  padding-bottom: 15px;
  color: #444;
  background: #fff url(../images/docs/tree/tree_root.gif) no-repeat 0 7px;
  padding-left: 15px;
}

#body div.doc div.treeDoc p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: normal;
}

#body div.doc div.treeDoc p a {
  font-size: 13px;
  color: #444;
  font-weight: bold;
  text-decoration: none !important;
  font-family: Arial, helvetica, sans-serif;
  padding-top: 6px;
}

#body div.doc div.treeDoc p a:hover, #body div.doc div.treeDoc p a.actif {
  text-decoration: underline !important;
}

#body div.doc div.treeDoc p.folder {
  background: url(../images/docs/tree/folder.gif) no-repeat 0 7px;
  padding: 7px 0 6px 42px;
}

#body div.doc div.treeDoc p.file {
  background: url(../images/docs/tree/file.gif) no-repeat 0 7px;
  padding: 7px 0 6px 42px;
}

#body div.doc div.treeDoc p.zip {
  background: url(../images/docs/tree/zip.gif) no-repeat 0 7px;
  padding: 7px 0 6px 42px;
}

#body div.doc div.treeDoc p.pdf {
  background: url(../images/docs/tree/pdf.gif) no-repeat 0 7px;
  padding: 7px 0 7px 42px;
}

#body div.doc div.treeDoc p.odt, #body div.doc div.treeDoc p.ods, #body div.doc div.treeDoc p.odp, #body div.doc div.treeDoc p.odg, #body div.doc div.treeDoc p.odc, #body div.doc div.treeDoc p.odf, #body div.doc div.treeDoc p.odb, #body div.doc div.treeDoc p.odi, #body div.doc div.treeDoc p.odm, #body div.doc div.treeDoc p.otg, #body div.doc div.treeDoc p.otp, #body div.doc div.treeDoc p.ots, #body div.doc div.treeDoc p.ott {
  background: url(../images/docs/tree/oo.gif) no-repeat 0 7px;
  padding: 7px 0 7px 42px;
}

#body div.doc div.treeDoc p.xls, #body div.doc div.treeDoc p.xlsx {
  background: url(../images/docs/tree/xls.gif) no-repeat 0 7px;
  padding: 7px 0 7px 42px;
}

#body div.doc div.treeDoc p.doc, #body div.doc div.treeDoc p.docx {
  background: url(../images/docs/tree/doc.gif) no-repeat 0 7px;
  padding: 7px 0 7px 42px;
}

#body div.doc div.treeDoc p.pic, #body div.doc div.treeDoc p.jpg, #body div.doc div.treeDoc p.jpeg {
  background: url(../images/docs/tree/pic.gif) no-repeat 0 7px;
  padding: 7px 0 7px 42px;
}

#body div.doc div.treeDoc hr.clear {
  height: 10px;
  border: 0;
}

/* FIN TREE */
/*******************/
#blocEditor .espace_document p.allDoc {
  margin: 0 0 10px 0;
  font-weight: bold;
}

#zoneLoadMenu form {
  background: #fff;
}

#listVdo {
  padding: 10px;
}

#recaptcha_table {
  margin: 15px auto !important;
}

/* -- FORMULAIRE              ----*/
#body form, #blocEditor .for {
  width: 94%;
  background: #f1f1f1;
  padding: 3%;
  margin: 10px 0;
  color: #333;
}

#body form input {
  font-size: 1.6rem;
  width: 250px;
  margin-bottom: 3px;
}
#body form select {
  font-size: 1.6rem;
  width: 250px;
  margin-bottom: 3px;
}
#body form textarea {
  font-size: 1.6rem;
}
#body form input[type=checkbox], #body form input[type=radio] {
  width: auto;
}

#body form .champ {
  background: #f1f1f1;
  margin: 0 0 3px 0;
  padding: 5px 0;
  color: #333 !important;
}
#body form .champ .oblig {
  background: #444;
}
#body form .champ .oblig label {
  font-weight: bold;
}
#body form .champ .libelle {
  width: 30%;
  text-align: right;
  margin-right: 10px;
}
#body form .champ .input {
  width: 60%;
}
#body form .champ .libelle2 {
  width: 35%;
  text-align: right;
  margin-right: 10px;
}
#body form .champ .input2 {
  width: 55%;
}

#body label, #body .radio label.main, #body .checkbox label.main {
  color: #333;
  display: block;
  font-size: 2rem;
  float: none;
  width: auto;
  text-align: left;
  padding: 15px 0 11px;
  margin: 0 0 5px;
}

#body .mandatory label {
  font-size: 2rem;
  font-weight: bold;
  color: #c12938;
}

#body .radio label, #body .checkbox label {
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 20px;
}
#body .radio label input, #body .checkbox label input {
  float: left;
  width: 30px;
  margin-top: 4px;
}
#body .radio label label, #body .checkbox label label {
  float: left;
  width: auto;
  color: #444;
  padding: 0;
  margin: 0 10px 15px 0;
}

#body .text input, #body textarea, #body form .select select {
  font-family: "arial";
  width: 96% !important;
  padding: 2%;
  border: none;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

#body .radio input {
  display: inline-block;
  width: auto;
}

#body .radio p.one-elem {
  display: inline-block;
  margin-right: 15px;
}

#body form .select select, #blocEditor .for .select select {
  width: 100% !important;
}

#body .formSubmit input {
  width: 100% !important;
  padding: 2%;
  font-size: 24px;
  background: #c12938;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#body .formSubmit input:hover {
  background: #97202c;
}

#body form p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#body form .fichier input, #blocEditor .fichier input {
  background: #e1e1e1;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}

/* -- CALAMEO              ----*/
#body div.calameo {
  padding: 20px;
  margin: 20px 0;
}

div.infos_calameo {
  padding-top: 10px;
}

div.cmo {
  background: #f1f1f1;
  border: 1px solid #c12938;
  border-left: 0;
  border-right: 0;
}
div.cmo p.texte {
  padding-top: 10px;
  padding-right: 50px;
  text-align: justify;
}
div.cmo p.texte a {
  color: #444;
  text-decoration: none;
}
div.cmo p {
  margin-bottom: 5px;
  padding: 0;
  font-size: 16px;
}
div.cmo p.sousTitre a {
  color: #333;
  text-decoration: none;
}
div.cmo p.titre {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
div.cmo p.titre a {
  color: #333;
  text-decoration: none;
}
div.cmo p.titre a:hover {
  text-decoration: underline;
}

/* -- DIAPORAMA              ----*/
div.dia {
  margin: 0 0 25px 0;
  position: relative;
}
div.dia div.diaporama {
  width: 100%;
  margin-top: 0;
  background: #fff;
}
div.dia div.diaporama .fGauche {
  width: 8%;
  float: left;
}
div.dia div.diaporama .fDroite {
  width: 8%;
  float: right;
}
div.dia div.diaporama .fGauche a, div.dia div.diaporama .fDroite a {
  display: block;
  width: 100%;
  background: #444;
  cursor: pointer;
}
div.dia div.diaporama img.decal {
  cursor: pointer;
}
div.dia div.diaporama .diapo {
  background: #f4f4f4;
}
div.dia div.diaporama .diapo .contenuItems {
  position: relative;
  float: left;
  width: 84%;
  overflow: hidden;
}

.scrollablePics {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: none;
}
.scrollablePics .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.scrollablePics .items div {
  position: relative;
  float: left;
  padding: 8px;
  background: #444;
}
.scrollablePics .items div span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrollablePics .items div img {
  display: block;
  cursor: pointer;
}
.scrollablePics .items div.active {
  background: #c12938;
}
.scrollablePics .items div.active span {
  display: block;
}

/* active item */
.scrollable .active {
  border: 3px solid #c12938;
  z-index: 45;
  position: relative;
}

.diapo-visu, .diapo-pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.diapo-visu div, .diapo-pager div {
  width: 100%;
}
.diapo-visu .fGauche, .diapo-visu .fDroite, .diapo-pager .fGauche, .diapo-pager .fDroite {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 7%;
  z-index: 110;
}
.diapo-visu .fGauche img, .diapo-visu .fDroite img, .diapo-pager .fGauche img, .diapo-pager .fDroite img {
  border: 1px #e1e1e1 solid;
}
.diapo-visu .fGauche a, .diapo-visu .fDroite a, .diapo-pager .fGauche a, .diapo-pager .fDroite a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  padding: 0 0 0 2%;
}
.diapo-visu .fGauche, .diapo-pager .fGauche {
  left: 0;
}
.diapo-visu .fDroite, .diapo-pager .fDroite {
  right: 0;
}
.diapo-visu .fDroite a, .diapo-pager .fDroite a {
  padding: 0 2% 0 0;
}

.diapo-visu .cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}

.diapo-pager {
  padding: 6px;
  background: #f1f1f1;
  border-top: 1px #e1e1e1 solid;
  position: relative;
}
.diapo-pager .cycle-slide, .diapo-pager .minstat {
  padding: 3px;
  background: #e1e1e1;
  cursor: pointer;
  box-sizing: border-box;
}
.diapo-pager .cycle-slide img, .diapo-pager .minstat img {
  vertical-align: middle;
  display: block;
  width: 98%;
  filter: grayscale(100%);
  filter: gray;
}
.diapo-pager .minstat {
  background: transparent;
}
.diapo-pager .minstat img {
  width: 100%;
}
.diapo-pager .minstat {
  float: left;
}
.diapo-pager .cycle-slide-active img, .diapo-pager .cycle-pager-active img {
  filter: none;
}
.diapo-pager .cycle-slideshow, .diapo-pager .no-cycle-s {
  width: 100%;
}

.image_wrap {
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px #f1f1f1 solid;
}
.image_wrap img {
  vertical-align: middle;
  width: 100%;
}
.image_wrap div.legendeDia {
  font-family: "arial", sans serif;
  font-weight: bold;
  text-align: center !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.image_wrap div.legendeDia p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff !important;
  padding: 10px !important;
  text-align: center !important;
  font-size: 1.3rem !important;
  margin: 0 auto;
}
.image_wrap:hover div.legendeDia {
  top: -80px;
}

.cycle-slide {
  width: auto;
  height: auto;
}

.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
  background-color: #eee70e;
}

/**
/* Actus
/**/
.uneActu {
  width: 526px;
  height: 260px;
  float: left;
}

.bigs {
  position: absolute;
  width: 2000em;
}

#defilement {
  position: relative;
  overflow: hidden;
  height: 260px;
  width: 526px;
}

.actualiteIndex {
  height: 300px;
}

#vignettes a {
  width: 33px;
  height: 22px;
  background: url("/2013/images/accueil/vignFond.gif");
  text-align: center;
  color: #E75012;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 3px;
}

#vignettes a:hover, #vignettes a.active {
  background: url("/2013/images/accueil/vignFond_roll.gif");
  color: #FFFFFF;
}

/* FILTRAGE DES ELEMENTS FLASH POUR MAC */
.mac #body .contentmp3, .mac #body .swf, .mac #body .vdoSWF {
  display: none;
}

/* -/-/-/ AUDIO MP3 /-/-/- */
/** Audio player **/
.mp3.deplace {
  padding: 20px;
  border: 1px #eee solid;
}

#audio {
  width: 100%;
  border: 2px #fff solid;
  border-radius: 20px;
}

#playlist {
  margin-top: 15px;
  width: 100%;
}

#playlist span {
  transition: all 0.3s ease;
  text-align: left;
  background: #fff;
  color: #3f3e3e;
  width: 100%;
  display: inline-block;
  border-bottom: 1px #ccc solid;
}

#playlist span a {
  transition: all 0.3s ease;
}

#playlist span:hover {
  background: #be0a26;
  color: #fff;
}

#playlist span:hover a {
  color: #fff;
}

#playlist span.active {
  background: #be0a26;
}

#playlist a {
  font-size: 16px;
  color: #3f3e3e;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  padding: 12px 25px 12px 12px;
}

#playlist span.active a {
  color: #fff;
}

/* FILTRAGE DES ELEMENTS FLASH POUR MAC */
/*    --- LEB COMMUNICATION | 2016	*/
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   RESPONSIVE CMS    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   MENU EN VERSION MOBILE    /-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
@media screen and (max-width: 2000px) {
  #spec {
    padding: 40px 100px;
  }

  .pleine-page #titreSolo h1 {
    padding: 40px 100px;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   GRANDES RESO    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
@media screen and (max-width: 1600px) {
  #spec {
    padding: 40px 90px;
  }

  .pleine-page #titreSolo h1 {
    padding: 40px 90px;
  }
}
@media screen and (min-width: 1600px) {
  #body {
    max-width: 120ch;
    margin: auto;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   ECRANS MOYENS    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
@media screen and (max-width: 1450px) {
  #spec {
    padding: 40px;
  }

  .pleine-page #titreSolo h1 {
    padding: 40px;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   TABLETTES    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   SMARTPHONES    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
@media screen and (max-width: 815px) {
  #spec {
    padding: 20px;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* -/-/   SMARTPHONES - affinement    /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
@media screen and (max-width: 615px) {
  #body div.left {
    width: 100% !important;
    margin: 3% 0 !important;
  }

  #body div.right {
    width: 100% !important;
    margin: 3% 0 !important;
  }
}
/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/- */