/*
 * Définitition des couleurs du site
 */
/*
@texte : #333;
@bleu: #57565D;
@couleurTitres: @bleu;
@texte_sidebar:@couleurTitres;
@bgmenu: #FEE400;
@menu_texte_principal:#56575D;
@menu_bordure:#56575D;
@menu_nav:@bgmenu;
@menu_hover:#FDCF00;
@menu_open:#FDCF00;
@menu_actif:#FDCF00;
@dropdown_menu_actif:#FDCF00;
@dropdown_menu_text:#56575D;
@menu_homepage:#56575D;
@menu_homepage_hover:#56575D;
@menu_text:#FFFFFF;
@bg_sidebar: @menu_open;
@menu_homepage_text_hover:rgba(244,215,57,1);
@fond_encart : @couleurTitres;
@fond_defaut: @bgmenu;
@hover_article_fond: @bgmenu;
@hover_article_texte: @menu_texte_principal;
*/
a {
  color: #0e5e85;
}
:focus {
  outline: 1px dotted;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body {
  background: #fefefe;
  color: #333;
  font-size: 11px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
}
#topinfos {
  height: 20px;
  background: #aaa;
}
#topinfos div.datedujour {
  padding: 2px 12px;
  color: #333;
  font-size: 10px;
  vertical-align: middle;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  #menuheader {
    transition: all 0.2s ease-in-out;
  }
  #menuheader.is_pinned {
    position: fixed;
    z-index: 20000;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    background: #0e5e85;
    border-bottom: 2px solid #56575D;
    box-shadow: 2px 0px 5px #333;
  }
}
.navbar-ma71 .container-fluid {
  margin: 0;
  padding: 0;
}
.navbar-ma71 {
  background: none;
}
@media screen and (max-width: 767px) {
  .navbar-ma71 {
    background: none;
  }
  .navbar-header {
    background: #0e5e85;
    color: #fff;
  }
  .navbar-ma71 .navbar-brand {
    font-weight: 200;
    color: #fff !important;
  }
}
.navbar-ma71 .navbar-nav > .open > a,
.navbar-ma71 .navbar-nav > .active > a {
  background: #0e5e85;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .navbar-ma71 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .navbar-ma71 {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
  }
  .navbar-ma71 .navbar-nav {
    float: none;
    width: 100%;
    display: table;
  }
  .navbar-ma71 .navbar-nav > li {
    float: none;
    text-align: center;
    display: table-cell;
  }
  .navbar-ma71 .dropdown-menu {
    min-width: 100%;
  }
  .navbar-ma71 .navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-ma71 .navbar-nav > li#section-71 .dropdown-menu {
    right: 2px;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .navbar-ma71 .navbar-nav > li {
    width: 25%;
  }
  .navbar-ma71 .navbar-nav > li:first-child {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-ma71 li.homepage {
    display: none;
  }
}
.container {
  position: relative;
}
.topslide:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  /* background: #000; */
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(250, 250, 250, 0));
}
@media screen and (min-width: 768px) {
}
.navbar-ma71 .navbar-toggle .icon-bar {
  background-color: #0e5e85;
  transition: all ease-in-out 0.25s;
}
.navbar-ma71 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px !important;
}
.navbar-ma71 .navbar-toggle.collapsed {
  transform: none;
}
.navbar-ma71 .navbar-toggle:not(.collapsed) .icon-bar:first-child {
  transform: rotate(45deg) translate(3px, 4px);
}
.navbar-ma71 .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2n) {
  transform: scale(0);
}
.navbar-ma71 .navbar-toggle:not(.collapsed) .icon-bar:last-child {
  transform: rotate(-45deg) translate(3px, -4px);
}
.navbar-ma71 ul.nav > li:not(.homepage) > a {
  min-width: 100px;
  transition: all ease 0.2s;
}
.navbar-ma71 ul.nav > li:last-child > a {
  margin-right: 0px;
}
.navbar-ma71 ul.nav > li:not(.homepage) > a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #0e5e85;
}
.navbar-ma71 ul.nav > li:not(.homepage):hover > a {
  color: #ffffff;
  background: #117db1;
}
.navbar-ma71 ul.nav > li:not(.homepage).open > a {
  color: #ffffff !important;
  background: #117db1 !important;
}
.navbar-ma71 ul.nav > li:not(.homepage).active > a {
  color: #ffffff !important;
  background: #117db1 !important;
}
.navbar-ma71 ul.nav > li.homepage.active a,
.navbar-ma71 ul.nav > li.homepage > a {
  color: #FFFFFF;
  background: #56575D !important;
}
.navbar-ma71 ul.nav > li.homepage:hover a {
  background: #56575D !important;
  color: #f4d739 !important;
}
.navbar-ma71 li.moncompte > a,
.navbar-ma71 li.moncomptemobile > a {
  font-weight: bold;
  color: #ffffff;
  background-color: #FF5A00;
  transition: all 0.5s ease-in-out;
}
.navbar-ma71 li.moncompte:hover > a {
  color: #fff;
  background-color: #FFAE00;
}
.navbar-ma71 .nav.navbar-nav {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .navbar-ma71 ul.nav > li:not(.homepage) > a {
    line-height: 32px;
  }
  .navbar-ma71 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-ma71 .dropdown-menu li:hover,
  .navbar-ma71 .dropdown-submenu li:hover {
    background: #f0f0f0;
  }
  .navbar-ma71 .dropdown-submenu > li > a {
    line-height: 32px;
  }
}
.dropdown-menu {
  z-index: 20000;
}
.navbar-ma71 .dropdown.active > a,
.navbar-ma71 .dropdown-menu > .active > a,
.navbar-ma71 .dropdown-menu > .active > a:hover,
.navbar-ma71 .dropdown-menu > .active > a:focus {
  background-image: none !important;
  color: #fff;
  background-color: #007db8 !important;
}
@media (max-width: 767px) {
  .navbar-ma71 .open .dropdown-menu > .active > a,
  .navbar-ma71 .open .dropdown-menu > .active > a:hover,
  .navbar-ma71 .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: none !important;
    background: #007db8 !important;
  }
}
#wrapper {
  /*background:transparent url(../images/theme/fond-page.png) top center no-repeat;*/
}
#baspage {
  height: 24px;
  /*background:transparent url(../images/theme/baspage.png) top center no-repeat;*/
}
#container {
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  font-size: 12px;
  overflow: hidden;
}
.spacer {
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  border: none;
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#flashinfo {
  width: 100%;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#flashinfo {
  font-size: 0.9em;
}
#flashinfo a {
  font-weight: bold;
  text-decoration: underline;
}
#flashinfo div.items {
  height: 120px;
  overflow: hidden;
  padding: 4px;
}
#flashinfo div.flitem {
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
}
#flashinfo .title {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
}
#flashinfo h3 {
  background: transparent;
  font-size: 1em;
  font-weight: bold;
  color: #f00;
}
#flashinfo p.text {
  padding: 2px;
}
#head_txt {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 12px;
}
#head_txt .separateur {
  padding: 0 5px;
}
#head_txt div {
  position: relative;
  vertical-align: middle;
  line-height: 16px;
  display: block;
  float: left;
}
#head_txt a {
  display: block;
  line-height: 16px;
  font-size: 10px;
  color: #333;
}
#head_txt a:hover {
  color: #ff0;
}
#head_txt * {
  margin: 0;
  padding: 0;
}
#head_txt form {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
#head_txt .bt {
  margin: 0;
  padding: 1px 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  border: none;
  outline: none;
}
#head_txt .search {
  margin: 0;
  padding: 1px 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  border: none;
  outline: none;
}
#head_txt .spacer {
  display: block;
  clear: both;
  color: #333;
  height: 1px;
  overflow: hidden;
}
#colmask {
  position: relative;
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
#colmid {
  /*position:relative;display:block;float:right;width:100%;*/
}
#col1wrap {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: block;
  float: left;
}
#col1 {
  margin: 0 18px 20px 18px;
  overflow: hidden;
}
#col2 {
  position: relative;
  display: block;
  float: right;
  width: 180px;
}
#col3 {
  position: relative;
  display: block;
  float: left;
  width: 182px;
  padding-bottom: 20px;
}
#dateinfo {
  -moz-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0;
  -webkit-border-radius: 12px 0 0 0;
  text-align: right;
  position: absolute;
  height: 18px;
  width: 180px;
  bottom: 0;
  right: 0;
  padding: 4px 20px;
  background: transparent url(../images/theme/blanc_60p.png) top left repeat;
  color: #333;
}
#dateinfo div {
  display: block;
  float: right;
}
#dateinfo br {
  display: none;
}
#dateinfo b {
  display: block;
  float: left;
  margin: 0 8px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
}
#dateinfo a {
  display: none;
}
#branding {
  display: block;
  position: relative;
  /*height:150px;background:transparent url(../images/theme/header.jpg) top left no-repeat;*/
}
/*#header-anim p{ margin:0;padding:0;position:relative;}*/
#header-anim a {
  /*position:absolute;top:0;left:0;outline:none;display:block;height:150px;overflow:hidden;color:#fff;*/
}
/*#header-anim span{ display:none;left:-9999em;position:absolute;}*/
#nav-skip {
  display: none;
  position: absolute;
  top: -40px;
  color: #e0e0e0;
}
#nav-skip.active {
  left: 0;
  z-index: 1000;
}
#nav-skip li {
  float: left;
  padding: 5px;
}
#nav-skip a,
#nav-skip a:visited {
  color: #f0f0f0;
  text-decoration: none;
}
#nav-skip a:hover,
#nav-skip a:active {
  text-decoration: underline;
}
.nav-add {
  position: absolute;
  left: -9999em;
}
#nav-add {
  background-color: #4b4b53;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 984px;
}
#copyright {
  font-size: 1.1em;
  padding: 0 10px;
}
#footer {
  display: block;
  clear: both;
  width: 100%;
  color: #333;
  padding: 3px 0 2px 0;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
}
#footer ul {
  display: block;
  text-align: left;
}
#footer li {
  display: block;
  list-style: none;
}
#footer a:not(.btn) {
  outline: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 1px 10px;
  color: #333;
  font-weight: 100;
}
#footer a.current {
  font-weight: bold;
}
a {
  text-decoration: none;
}
.error ul {
  border: 0 !important;
  margin: 0 0 0 2em !important;
  list-style: square !important;
}
.error li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
h1 {
  color: #0e5e85;
  font-size: 1.4em;
}
h2 {
  color: #0e5e85;
  font-size: 1.2em;
}
h2.title,
h3.title,
p.title {
  margin: 5px 0;
  padding: 0;
  color: #0e5e85;
  font-size: 1em;
  font-weight: bold;
}
#generic {
  font-size: 1.2em;
}
.accessibility {
  display: none;
}
.liens {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #b6b6b8;
  color: #fff;
}
.liens {
  height: 22px;
  background-color: #9c9d9f;
  padding-left: 10px;
  line-height: 22px;
  border-bottom: 1px solid #868789;
}
.liens h3 a {
  outline: none;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.liens a:hover {
  color: #fff;
}
#form-recherche {
  margin: 21px 0;
  display: block;
  clear: both;
}
.sep {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
div#encart-droite-1 {
  position: relative;
  float: right;
  display: block;
  z-index: 10;
  width: 128px;
}
#encart-droite-1 ul {
  margin: 0;
  padding: 0;
  list-style: none none outside;
  float: none;
}
#encart-droite-1 li {
  float: none;
  display: block;
  height: 23px;
  margin-bottom: 7px;
  text-align: left;
  background-color: #0e5e85;
}
#encart-droite-1 a {
  display: block;
  line-height: 23px;
  padding-left: 5px;
  text-transform: uppercase;
  color: #fff;
}
#encart-droite-2 {
  position: relative;
  display: block;
  margin-top: 31px;
}
#form-recherche {
  display: block;
  clear: both;
  line-height: 18px;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  background-color: #fff;
  margin-top: 29px;
}
#form-recherche input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  color: #0e5e85;
  font-weight: bold;
  font-size: 9px;
}
#form-recherche #search_kw {
  margin-left: 6px;
  width: 158px;
  color: #0e5e85;
  font-weight: normal;
  font-size: 9px;
}
#form-recherche .search_button {
  margin-left: 6px;
  padding-left: 4px;
  border-left: 2px solid #0e5e85;
  color: #0e5e85;
}
#form-recherche label {
  display: none;
}
.rouge {
  color: #0e5e85;
}
.blanc {
  color: #fff;
}
.noir {
  color: #333;
}
.uppercase {
  text-transform: uppercase;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.newsletter-box {
  margin: 4px auto;
  width: 400px;
  text-align: left;
}
.contact-box {
  margin: 4px auto;
  width: 400px;
  text-align: left;
}
form {
  padding: 1%;
}
.mail_label {
  font-weight: bold;
  font-size: 1.1em;
  padding: 4px 0;
}
.inputForm {
  width: 98%;
  margin: 4px 0;
  padding: 4px;
  border: none;
  font-size: 1.1em;
  background-color: #ccc;
  color: #333;
}
.inputFormOver {
  background-color: #0e5e85;
  width: 98%;
  margin: 4px 0;
  padding: 4px;
  border: none;
  font-size: 1.1em;
  color: #fff;
}
.envoyer {
  background: url(../images/theme/envoyer-over.jpg) no-repeat right top;
  border: none;
  width: 106px;
  height: 25px;
  cursor: pointer;
  margin-top: 5px;
  text-indent: -9999px;
  outline: none;
}
#error_msg,
.error-info {
  color: #0e5e85;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}
.envoyer:hover {
  background: url(../images/theme/envoyer.jpg) top center no-repeat;
}
.retablir {
  background: url(../images/theme/retablir.jpg) no-repeat right top;
  border: none;
  width: 61px;
  height: 16px;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
  text-indent: -9999px;
  outline: none;
}
.retablir:hover {
  background: url(../images/theme/retablir-over.jpg) top center no-repeat;
}
.field-error {
  border: 1px solid #f00;
}
#search_results ul {
  margin: 10px;
  padding: 0 10px;
  list-style: circle;
}
#search_results li {
  padding: 4px 0;
}
div.faq {
  margin-top: 10px;
}
div.faq h2 {
  margin: 0 0 4px 0;
  padding: 4px 0;
  cursor: pointer;
  border-bottom: 0 solid #0e5e85;
}
div.faq div.faqdetail {
  display: none;
  margin: 0 0 0 10px;
  padding: 0 0 10px 0;
}
#tetiere-rubrique {
  height: 36px;
  margin-left: 27px;
  background-color: #e75118;
  margin-bottom: 24px;
}
#tetiere-rubrique h1 {
  margin: 0;
  padding: 0;
  line-height: 36px;
  padding-left: 22px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}
#contact #tetiere-rubrique,
#plan-du-site #tetiere-rubrique,
#aide #tetiere-rubrique,
#newsletter #tetiere-rubrique,
#mentions #tetiere-rubrique,
#flux-rss #tetiere-rubrique {
  background-color: #0e5e85;
}
h1.headline {
  margin: 0 0 8px 0;
  font-size: 2.7rem;
  color: #0e5e85;
  background: linear-gradient(90deg, #0e5e851f, transparent);
  padding: 0.5rem 10rem 0.5rem 1rem;
  border-radius: 8px;
  display: block;
}
h1.headline span {
  padding: 2px 0;
  font-size: 2.7rem;
}
h2.headline {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 100;
  color: #0e5e85;
}
h2.headline span {
  font-weight: 100;
  font-size: 20px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 480px) {
  h2.headline {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #0e5e85;
    margin-bottom: 0.5rem;
  }
  h2.headline span {
    font-size: 22px;
    background: linear-gradient(90deg, #0e5e851f, transparent);
    padding: 0.5rem 10rem 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
    min-width: 30vw;
  }
}
.article h2.headline span {
  background: linear-gradient(90deg, #0e5e851f, transparent);
  padding: 0.5rem 10rem 0.5rem 1rem;
  border-radius: 8px;
}
#content,
#content a {
  font-size: 15px;
  line-height: 22px;
}
#content a:not(.btn) {
  color: inherit;
  font-weight: bold;
}
#content .accroche {
  font-weight: bold;
}
#content img {
  /*width: auto;*/
  max-width: 100%;
}
#content .article > h1,
#content .article > h1 a {
  border-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 2px 0;
  color: #0e5e85;
}
#content .article > h2,
#content .article > h2 a {
  display: inline-block;
  position: relative;
  border-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0px 0px 4px 0px;
  color: #0e5e85;
}
#content .article > h3,
#content .article > h3 a {
  border-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 2px 0;
  color: #0e5e85;
}
#content .article h1 span {
  font-size: 2.5rem;
}
#content .article h2 span {
  font-size: 2.2rem;
  font-weight: 100;
}
@media screen and (max-width: 479px) {
  #content .article > h1,
  #content .article > h1 a {
    background: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 2px 0;
    color: #0e5e85;
  }
  #content .article > h2,
  #content .article > h2 a {
    background: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 2px 0;
    color: #0e5e85;
  }
  #content .article > h3,
  #content .article > h2 a {
    background: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 2px 0;
    color: #0e5e85;
  }
  #content .article h1 span,
  #content .article h2 span {
    font-size: 18px;
    padding: 2px 10px 2px 0;
  }
}
#content .article {
  box-sizing: border-box;
  display: block;
  clear: both;
  font-size: 15px;
  padding: 0px;
  margin: 10px 0px 25px 0px;
}
#content .article h2 + div.content {
  padding: 15px 0px;
}
#content .vignette {
  width: 90px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: block;
  float: left;
}
#content div.vignette img {
  position: relative;
  max-height: 90px;
  max-width: 90px;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
}
#content .article h3 {
  color: #0e5e85;
}
#content .galerie .txtinfos {
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .galerie img {
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  width: 100%;
  height: auto;
  max-width: 200px;
}
#content div.imgarticle {
  text-align: center;
  margin: 5px 10px 15px 10px;
}
#content div.imgarticle img {
  transition: all 0.2s ease-in-out;
  position: relative;
  max-width: 500px;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
}
#content div.article:hover div.imgarticle img {
  transform: scale(1.05);
}
.breaker {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  float: none;
}
#content p {
  font-size: 15px;
  margin: 11px 0;
}
#content p.bg-info {
  padding: 15px;
}
#content h2.stretcher {
  cursor: pointer;
  padding-left: 20px;
}
#content h2.link {
  display: inline;
  cursor: pointer;
  padding-left: 20px;
}
.article-toolbar {
  display: block;
  float: left;
  height: 16px;
}
.article-toolbar a span {
  display: none;
}
.article-toolbar a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}
.toplink {
  margin: 5px 0;
  height: 16px;
  display: block;
  clear: both;
  text-align: right;
}
.toplink a {
  display: block;
  float: right;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/theme/hautpage.png) top left no-repeat;
}
#breadcrumb {
  font-size: 12px;
  padding: 5px 0px;
  display: block;
  min-height: 20px;
  height: auto !important;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#breadcrumb ul {
  border-radius: 0px;
  list-style: none;
  margin: 0;
  padding: 5px 0px;
  display: flex;
}
#breadcrumb li {
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  height: 20px;
}
#breadcrumb li:last-child {
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  text-overflow: ellipsis;
}
#breadcrumb a {
  font-size: 12px;
}
div.infos {
  font-size: 12px;
  text-align: right;
  margin: 5px 0 15px 0;
  padding: 5px 10px;
  border-top: 1px solid #e1e1e1;
}
div.infos .spacer {
  background: transparent;
}
div.pollresult .spacer {
  height: 5px;
}
.pollbutton,
.pollaction {
  text-align: center;
}
.pollbutton {
  padding-top: 5px;
}
.resultvotes {
  font-size: 10px;
}
.separateur {
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  overflow: hidden;
}
.f_right {
  position: relative;
  display: block;
  float: right;
}
.f_left {
  position: relative;
  display: block;
  float: left;
}
.sitemap {
  margin: 10px;
}
.sitemap ul.list li {
  padding: 2px 0;
  list-style: none outside !important;
}
.sitemap ul.list ul {
  margin: 10px 20px;
}
.sitemap a {
  display: block;
  -border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
}
#sitemap_detail .heading {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 20px;
  display: block;
  font-weight: bold;
  background-color: #0e5e85;
  color: #fff !important;
  text-transform: uppercase;
}
.sitemap div.article {
  border: none;
}
div.sidebar {
  padding-top: 5px;
  margin-bottom: 1.5rem;
}
div.sidebar .content {
  border: none;
  padding: 15px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #fafafa 0, #fff 100%);
  border-radius: 0 0 8px 0;
}
div.sidebar h3 {
  border: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  color: #0e5e85;
  padding: 0.5rem 1rem;
  border-radius: 8px 0 0 0;
  font-weight: 500;
  background: linear-gradient(90deg, #0e5e851f, transparent);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#sidebar {
  font-size: 0.9em;
}
.couleur {
  color: #0e5e85;
}
#sidebar a {
  color: #0e5e85;
  text-decoration: underline;
}
select {
  border: none;
  background: transparent;
  outline: none;
}
.flitem {
  display: block;
  height: 70px;
}
ul.agenda_list li {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 6px;
}
.agenda_date {
  display: block;
  float: left;
  width: 140px;
}
.agenda_title {
  display: block;
  clear: right;
}
#sidebar .agenda_date {
  width: auto;
  text-align: left;
  clear: both;
  float: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 2px;
}
#sidebar .agenda_title {
  clear: both;
  float: none;
}
.align_center {
  clear: both;
  margin: 4px 0;
  display: block;
  text-align: center;
}
span.tiny {
  line-height: 12px;
  vertical-align: baseline;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 8px;
  background: #eee;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#content .odd {
  background-color: #eee;
}
#content li.over {
  background-color: #ccf;
}
#agenda {
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}
a.more {
  background: transparent url(../images/theme/btn.png) center left no-repeat;
  padding-left: 14px;
}
.rounded4px {
  -border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.rounded8px {
  -border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#branding h1 {
  display: none;
}
#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px;
}
#lbOverlay.grey {
  background-color: #000;
}
#lbOverlay.red {
  background-color: #300;
}
#lbOverlay.green {
  background-color: #030;
}
#lbOverlay.blue {
  background-color: #011D50;
}
#lbOverlay.gold {
  background-color: #660;
}
#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}
#lbMain a img {
  border: none;
}
#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
#lbOuterContainer.grey {
  border: 3px solid #888;
}
#lbOuterContainer.red {
  border: 3px solid #D00;
}
#lbOuterContainer.green {
  border: 3px solid #00B000;
}
#lbOuterContainer.blue {
  border: 3px solid #5F89D8;
}
#lbOuterContainer.gold {
  border: 3px solid #B0B000;
}
#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto;
}
#lbDetailsContainer.grey {
  border: 3px solid #888;
  border-top: none;
}
#lbDetailsContainer.red {
  border: 3px solid #D00;
  border-top: none;
}
#lbDetailsContainer.green {
  border: 3px solid #00B000;
  border-top: none;
}
#lbDetailsContainer.blue {
  border: 3px solid #5F89D8;
  border-top: none;
}
#lbDetailsContainer.gold {
  border: 3px solid #B0B000;
  border-top: none;
}
#lbImageContainer,
#lbIframeContainer {
  padding: 10px;
}
#lbLoading {
  position: absolute;
  top: 45%;
  left: 0;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(/js/lytebox/images/loading.gif) center no-repeat;
}
#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lbImageContainer > #lbHoverNav {
  left: 0;
}
#lbHoverNav a {
  outline: none;
}
#lbPrev {
  width: 49%;
  height: 100%;
  background: transparent url(/js/lytebox/images/blank.gif) no-repeat;
  display: block;
  left: 0;
  float: left;
}
#lbPrev.grey:hover,
#lbPrev.grey:visited:hover {
  background: url(/js/lytebox/images/prev_grey.gif) left 15% no-repeat;
}
#lbPrev.red:hover,
#lbPrev.red:visited:hover {
  background: url(/js/lytebox/images/prev_red.gif) left 15% no-repeat;
}
#lbPrev.green:hover,
#lbPrev.green:visited:hover {
  background: url(/js/lytebox/images/prev_green.gif) left 15% no-repeat;
}
#lbPrev.blue:hover,
#lbPrev.blue:visited:hover {
  background: url(/js/lytebox/images/prev_blue.gif) left 15% no-repeat;
}
#lbPrev.gold:hover,
#lbPrev.gold:visited:hover {
  background: url(/js/lytebox/images/prev_gold.gif) left 15% no-repeat;
}
#lbNext {
  width: 49%;
  height: 100%;
  background: transparent url(/js/lytebox/images/blank.gif) no-repeat;
  display: block;
  right: 0;
  float: right;
}
#lbNext.grey:hover,
#lbNext.grey:visited:hover {
  background: url(/js/lytebox/images/next_grey.gif) right 15% no-repeat;
}
#lbNext.red:hover,
#lbNext.red:visited:hover {
  background: url(/js/lytebox/images/next_red.gif) right 15% no-repeat;
}
#lbNext.green:hover,
#lbNext.green:visited:hover {
  background: url(/js/lytebox/images/next_green.gif) right 15% no-repeat;
}
#lbNext.blue:hover,
#lbNext.blue:visited:hover {
  background: url(/js/lytebox/images/next_blue.gif) right 15% no-repeat;
}
#lbNext.gold:hover,
#lbNext.gold:visited:hover {
  background: url(/js/lytebox/images/next_gold.gif) right 15% no-repeat;
}
#lbPrev2,
#lbNext2 {
  text-decoration: none;
  font-weight: bold;
}
#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
  color: #333;
}
#lbPrev2.red,
#lbNext2.red,
#lbSpacer.red {
  color: #620000;
}
#lbPrev2.green,
#lbNext2.green,
#lbSpacer.green {
  color: #030;
}
#lbPrev2.blue,
#lbNext2.blue,
#lbSpacer.blue {
  color: #01379E;
}
#lbPrev2.gold,
#lbNext2.gold,
#lbSpacer.gold {
  color: #660;
}
#lbPrev2_Off,
#lbNext2_Off {
  font-weight: bold;
}
#lbPrev2_Off.grey,
#lbNext2_Off.grey {
  color: #CCC;
}
#lbPrev2_Off.red,
#lbNext2_Off.red {
  color: #FCC;
}
#lbPrev2_Off.green,
#lbNext2_Off.green {
  color: #82FF82;
}
#lbPrev2_Off.blue,
#lbNext2_Off.blue {
  color: #B7CAEE;
}
#lbPrev2_Off.gold,
#lbNext2_Off.gold {
  color: #E1E100;
}
#lbDetailsData {
  padding: 0 10px;
}
#lbDetailsData.grey {
  color: #333;
}
#lbDetailsData.red {
  color: #620000;
}
#lbDetailsData.green {
  color: #030;
}
#lbDetailsData.blue {
  color: #01379E;
}
#lbDetailsData.gold {
  color: #660;
}
#lbDetails {
  width: 60%;
  float: left;
  text-align: left;
}
#lbCaption {
  display: block;
  font-weight: bold;
}
#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}
#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}
#lbClose {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbClose.grey {
  background: url(/js/lytebox/images/close_grey.png) no-repeat;
}
#lbClose.red {
  background: url(/js/lytebox/images/close_red.png) no-repeat;
}
#lbClose.green {
  background: url(/js/lytebox/images/close_green.png) no-repeat;
}
#lbClose.blue {
  background: url(/js/lytebox/images/close_blue.png) no-repeat;
}
#lbClose.gold {
  background: url(/js/lytebox/images/close_gold.png) no-repeat;
}
#lbPlay {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbPlay.grey {
  background: url(/js/lytebox/images/play_grey.png) no-repeat;
}
#lbPlay.red {
  background: url(/js/lytebox/images/play_red.png) no-repeat;
}
#lbPlay.green {
  background: url(/js/lytebox/images/play_green.png) no-repeat;
}
#lbPlay.blue {
  background: url(/js/lytebox/images/play_blue.png) no-repeat;
}
#lbPlay.gold {
  background: url(/js/lytebox/images/play_gold.png) no-repeat;
}
#lbPause {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}
#lbPause.grey {
  background: url(/js/lytebox/images/pause_grey.png) no-repeat;
}
#lbPause.red {
  background: url(/js/lytebox/images/pause_red.png) no-repeat;
}
#lbPause.green {
  background: url(/js/lytebox/images/pause_green.png) no-repeat;
}
#lbPause.blue {
  background: url(/js/lytebox/images/pause_blue.png) no-repeat;
}
#lbPause.gold {
  background: url(/js/lytebox/images/pause_gold.png) no-repeat;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(/css/ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(/css/ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(/css/ui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(/css/ui/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(/css/ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(/css/ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(/css/ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/css/ui/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(/css/ui/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/css/ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/css/ui/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/css/ui/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/css/ui/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/css/ui/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/css/ui/images/ui-icons_ffd27a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-widget-overlay {
  background: #666 url(/css/ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(/css/ui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/*.ui-autocomplete-loading{ background:white url('/css/ui/images/ui-anim_basic_16x16.gif') right center no-repeat;}*/
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em 0.3em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.homepage_actualites .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.homepage_actualites .coldata {
  display: flex;
}
.homepage_actualites .article {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  width: 100%;
}
/*.homepage_actualites .article .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.homepage_actualites .article .content > div:last-child {
  margin-top: auto;
}*/
.homepage_actualites h2,
.homepage_actualites h1,
.homepage_actualites h3,
.homepage_actualites h2 a,
.homepage_actualites h1 a,
.homepage_actualites h3 a,
.homepage_actualites h2 > span {
  background: transparent;
}
.bx-wrapper {
  padding-top: 25px;
}
#content .homepage_actualites .article {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
#content .homepage_actualites .article h2 {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
}
#content .homepage_actualites .content {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
#content .homepage_actualites .content .nav {
  margin-top: auto;
}
#content p {
  margin: 11px 0 !important;
}
#content .document_detail {
  line-height: 10px !important;
}
#content .document_detail p {
  font-size: 12px;
  margin: 0 !important;
  padding: 5px 0 0 0;
}
#content ul li {
  list-style: initial;
  margin: 10px 0 !important;
}
#content .homepage_actualites .article h2 a,
#content .homepage_actualites .article h2 > span {
  display: block;
  padding: 0;
  color: #0e5e85;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  border-bottom: 0;
  font-size: 2.4rem;
  margin: 0 0 10px 0;
}
#content .homepage_actualites .article h2:after {
  display: none;
}
#content .homepage_actualites .article:hover h2 a,
#content .homepage_actualites .article h2 a:hover,
#content .homepage_actualites .article:hover h2 > span,
#content .homepage_actualites .article h2 > span:hover {
  text-decoration: none;
}
#content .homepage_actualites .article img {
  max-width: 100%;
  aspect-ratio: 1.33333333;
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  border-radius: 8px;
}
#content .homepage_actualites .article a.more {
  margin-right: 10px;
  background: #e0e0e0;
  padding: 5px 20px;
  border: 1px solid #999;
  display: inline-block;
}
#content .homepage_actualites .article .navback {
  margin: 15px 0;
  display: block;
  text-align: center;
}
#content .homepage_actualites .article .navback a {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background-color: #0e5e85;
  padding: 5px 20px;
  font-size: 12px;
}
#content .homepage_actualites .article .navback a:before {
  content: '< ';
  display: inline-block;
}
#content .homepage_actualites .article .link {
  display: block;
  clear: both;
  margin: 10px 0;
  text-align: right;
}
.homepage_actualites .imgarticle {
  display: block;
  padding: 5px;
  margin: 0;
}
.homepage_actualites .imgarticle img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
#content .page_bloc {
  /*background:#f7f7f7;padding:20px;*/
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  /*max-width:582px;*/
  box-sizing: border-box;
}
#content .page_bloc h2 {
  color: #0e5e85;
  font-size: 20px;
}
#content .page_bloc h2 + div.content {
  padding: 10px 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 15px;
    padding-bottom: 0;
    background: #fafafa;
    /*rgba(0,133,183,0.5);*/
  }
}
.meteo > div {
  margin: 0px auto;
}
.newsticker.flexslider {
  margin: 0;
}
#header-anim.flexslider {
  margin: 0;
  border: none;
  overflow: hidden;
  height: 100vh;
  max-height: calc((960px * 9) / 16);
  transition: height 0.2s ease-in-out;
}
#header-anim.flexslider .slides li {
  overflow: hidden;
  height: calc((960px * 9) / 16);
  transition: height 0.2s ease-in-out;
}
#header-anim.flexslider .slideimage {
  display: none;
}
@media screen and (max-width: 1279px) {
  #header-anim.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    height: 100vh;
    max-height: calc((768px * 9) / 16);
  }
  #header-anim.flexslider .slides li {
    height: calc((768px * 9) / 16);
  }
}
@media screen and (max-width: 991px) {
  #header-anim.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    height: 100vh;
    max-height: calc((630px * 9) / 17);
  }
  #header-anim.flexslider .slides li {
    height: calc((630px * 9) / 17);
  }
}
@media screen and (max-width: 767px) {
  #header-anim.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    height: 100vh;
    max-height: calc((480px * 8) / 20);
  }
  #header-anim.flexslider .slides li {
    height: calc((480px * 8) / 20);
  }
}
@media screen and (max-width: 479px) {
  #header-anim.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    height: 100vh;
    max-height: calc((320px * 8) / 20);
  }
  #header-anim.flexslider .slides li {
    height: calc((320px * 8) / 20);
  }
}
#header-anim {
  border-radius: 0 0 16px 16px;
}
#header-anim .flex-control-nav {
  width: auto;
  right: 10px;
  bottom: 10px;
}
.newsticker h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.newsticker p {
  font-size: 12px;
  line-height: 16px;
}
.newsticker li > div:first-child {
  font-size: 12px;
  line-height: 16px;
}
.gmap > div {
  width: 100% !important;
}
h1.headline {
  position: relative;
  color: #0e5e85;
}
div.infos {
  display: none;
}
#topheader {
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #topheader {
    color: #333 !important;
  }
  #topheader img {
    width: auto;
    height: 80px;
  }
  #topheader h1 {
    line-height: initial;
    display: inline-block;
    font-size: 2rem;
    color: #333;
    padding-top: 0;
  }
}
#topheader img,
#tophear h1 {
  transition: all 0.125s ease-in-out;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  #topheader img {
    max-height: 100px;
    width: auto;
    height: 100%;
  }
  #topheader h1 {
    line-height: initial;
    display: inline-block;
    font-size: 2rem;
    color: #333;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #topheader h1 {
    line-height: initial;
    display: inline-block;
    font-size: 2rem;
    color: #333;
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  #topheader h1 {
    line-height: initial;
    display: inline-block;
    font-size: 2rem;
    color: #333;
    padding-top: 20px;
  }
}
.table-contact td {
  padding: 2px 5px 2px 0;
  margin: 0;
}
.table-contact td:first-child {
  max-width: 40px;
}
.table-bureau-association {
  margin: 0;
  padding: 0;
}
.table-bureau-association td {
  padding: 2px 5px 2px 0;
  margin: 0;
}
.table-bureau-association td:first-child {
  min-width: 120px;
}
.navbar-default .navbar-brand {
  font-size: 20px;
  color: #333;
}
#bloc-01_meteo .content {
  text-align: center;
}
#bloc-01_meteo .content > div {
  margin: 0px auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border: 4px solid #fff;
  min-width: 100% !important;
}
.navbar-user {
  margin: 5px 0px;
  background: transparent;
  color: #333;
}
.navbar-user .navbar-nav > li {
  background: #f0f0f0;
  clear: both;
  float: none !important;
  display: block;
  margin-bottom: 5px;
}
.navbar-user .navbar-nav > li a {
  padding: 10px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .moncomptemobile {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  #topheader h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #topheader {
    position: relative;
  }
  .colinfos {
    position: absolute;
    width: auto;
    top: 5px;
    right: 0;
  }
  #topheader .info-mairie {
    padding: 5px 5px;
  }
  #topheader .info-mairie span {
    white-space: nowrap;
    text-align: right;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  #topheader .info-mairie {
    padding: 10px 0px;
  }
  #topheader .info-mairie span:first-child {
    padding-right: 10px;
  }
}
.flexslider .slides > li {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: initial;
}
/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
hr.short {
  margin: 11px 0 11px 0;
}
hr.tall {
  margin: 44px 0 44px 0;
}
hr.taller {
  margin: 66px 0 66px 0;
}
hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
hr.invisible {
  background: none;
}
.slides li {
  position: relative;
}
.slides li .slide_content {
  z-index: 1000;
  display: block !important;
}
.slides li .btn {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.slides li.flex-active-slide .btn {
  opacity: 1;
}
.slides li.flex-active-slide .slide_content,
.slides li.flex-active-slide .btn {
  /*transform:scale(1);opacity:1;*/
}
.slides .slide_content {
  width: 90%;
  position: absolute;
  display: block;
  bottom: auto;
  top: 10%;
  left: 5%;
}
.slides li h1 {
  display: inline !important;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.slides li .headline {
  display: block;
  margin: 30px 0px 0px 0px;
  color: #fff;
  max-width: 60%;
}
.slides li .headline > span {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.slides li .headline > span p {
  clear: both;
  display: block;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .homepage_actualites > div.row {
    display: flex;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 959px) {
  .slides li h1 {
    font-size: 18px;
  }
  .slides li .headline {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .slides li h1 {
    font-size: 22px;
  }
  .slides li .headline {
    font-size: 16px;
  }
}
.slides li .btn {
  display: block;
  margin: 0;
  position: absolute;
  right: 2%;
  bottom: 10%;
}
.slides li .btn a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .slides .slide_content {
    top: 10%;
  }
  .slides li h1 {
    font-size: 16px;
    display: inline-block !important;
    margin: 0;
    max-width: 80%;
    line-height: 22px;
  }
  .slides li .headline {
    font-size: 12px;
    display: none !important;
  }
  #content .homepage_actualites .article h2 a {
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .slides .slide_content {
    top: 10%;
  }
  .slides li h1 {
    font-size: 16px;
  }
  .slides li .headline {
    font-size: 14px;
  }
  #content .homepage_actualites .article h2 a {
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .slides li .headline {
    max-width: 70%;
    font-size: 11.5px !important;
  }
}
#menuheader .container {
  padding: 0;
  background: #fff;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  /*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  /*.navbar .nav-item .dropdown-menu{ margin-top:0; }*/
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transform: translateY(0);
  }
}
/* ============ desktop view .end// ============ */
.mobileForm {
  color: #333;
  background: rgba(163, 167, 176, 0.2);
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.mobileForm.grey {
  background: #f0f0f0;
}
.content *:not(.fa) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  /*font-size:14px !important;*/
}
/** Fix pour sa danierl */
.content font[size="3"],
.content font[size="4"] {
  font-size: 15px !important;
}
/** taille de la sidebar **/
@media screen and (min-width: 768px) {
  .sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.info-mairie ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.info-mairie ul li {
  margin: 0;
  padding: 5px 0px 4px 0px;
  font-size: 11px;
  color: #545454;
}
.info-mairie ul li a {
  color: #545454;
}
@media screen and (min-width: 480px) {
  .info-mairie ul li {
    padding: 4px 0px 4px 0px;
  }
}
@media screen and (min-width: 600px) {
  .info-mairie ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .info-mairie ul li {
    padding: 10px 0px 5px 0px;
  }
}
#f_login table {
  width: 100%;
}
#f_login table td b {
  font-weight: normal;
}
#f_login table td {
  box-sizing: border-box;
  padding: 5px 10px;
}
.adminToolBar {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  transition: all 0.2s ease-in-out;
}
.article:hover .adminToolBar {
  display: block;
}
.open > .dropdown-menu {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.table-heading {
  color: #ffffff !important;
  background: #0085B7 !important;
  font-size: 20px;
}
.mr-1 {
  margin-right: 5px;
}
.img-bulletin img {
  transition: all 125ms ease-in-out;
  transform: scale(1);
}
.img-bulletin:hover img {
  transform: scale(1.05);
}
.equipe_municipale figure {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.equipe_municipale figure img {
  opacity: 0;
  max-width: unset;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .equipe_municipale figure {
    max-width: 300px;
    width: 60% !important;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  .equipe_municipale .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    place-items: flex-start;
  }
  .equipe_municipale .equipe_maire .fig_container {
    display: inline-block;
  }
  .equipe_municipale .equipe_maire figure {
    display: block;
  }
  .equipe_municipale .equipe_maire figure {
    height: 300px;
  }
  .equipe_municipale .equipe_adjoints figure {
    height: 200px;
  }
  .equipe_municipale .equipe_conseillers p.head,
  .equipe_municipale .equipe_opposition p.head {
    font-size: 16px;
  }
  .equipe_municipale .equipe_conseillers p:not(.head),
  .equipe_municipale .equipe_opposition p:not(.head) {
    font-size: 13px !important;
  }
  .equipe_municipale .equipe_conseillers p:not(.head) + p,
  .equipe_municipale .equipe_opposition p:not(.head) + p {
    font-size: 12px !important;
  }
  .equipe_municipale .equipe_conseillers figure,
  .equipe_municipale .equipe_opposition figure {
    height: 150px;
  }
}
.equipe_municipale .row > div {
  text-align: center;
}
.table.table-borderless td {
  border: none;
}
.title_hovered h2:first-child {
  display: inline-block;
  position: relative;
}
.title_hovered h2:first-child:before {
  content: " ";
  position: absolute;
  max-width: 60%;
  transition: all ease-in-out 0.25s;
  width: 100%;
  background: #1B60A3;
  height: 2px;
  bottom: 0;
}
.title_hovered:hover h2:first-child:before {
  height: 2px;
  background: #0e5e85;
  max-width: 100%;
}
.pt0 {
  padding-top: 0;
}
.mt0 {
  margin-top: 0;
}
.container-1600 {
  max-width: 1600px;
}
#footer {
  display: block;
  font-size: 1.4rem;
  clear: both;
  width: 100%;
  color: #333;
  padding: 1px 0 2px;
  background: #edf6f9;
  background: -moz-linear-gradient(180deg, #edf6f9 0, #fff 75%, #fff 100%);
  background: -webkit-linear-gradient(180deg, #edf6f9 0, #fff 75%, #fff 100%);
  background: linear-gradient(180deg, #edf6f9 0, #fff 75%, #fff 100%);
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}
#footer p,
#footer span {
  line-height: 2.5rem;
}
.btn-footer {
  white-space: unset !important;
  background: #0e5e85;
  color: #FFFFFF !important;
}
.btn-footer:hover {
  background: #117db1;
  color: #FFFFFF;
}
.grid-commerce .article {
  background: #fff;
  transition: background-color 0.2s ease-in-out;
  padding: 10px !important;
}
.grid-commerce .article h2 span {
  display: block;
}
.grid-commerce:hover .article {
  background: #f8f8f8;
}
.grid-commerce:hover .article h2 {
  background: #f8f8f8;
}
.grid-commerce:hover .article h2 span {
  display: block;
  background: #f8f8f8 !important;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.slideimage {
  opacity: 0 !important;
}
@media screen and (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
#navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.nav > li > a {
  line-height: 20px;
  font-size: 14px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
div.sidebar .content h3 {
  opacity: 0;
}
#link_get_widget {
  opacity: 0;
}
h4.compte_rendus {
  font-size: 20px !important;
}
h4.compte_rendus a {
  font-size: 20px!important;
  text-decoration: none;
}
.agenda-card {
  margin-bottom: 1rem;
  background: #eeeeee;
}
.agenda-card .card {
  position: relative;
}
.agenda-card .card .card-header span {
  padding: 1.5rem;
  background: #0e5e85;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}
.agenda-card .card .card-body {
  height: 20rem;
  display: flex;
  place-items: center;
  justify-content: center;
  max-height: 30rem;
  aspect-ratio: 1.41;
}
.agenda-card .card .card-footer {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.agenda-card .card .card-footer div span:first-child {
  word-break: break-all;
  letter-spacing: 0.1rem;
}
.agenda-card .card .card-footer div a.btn {
  font-size: 1.4rem !important;
}
.item-vertical-center {
  place-items: center;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.text-no-wrap {
  white-space: nowrap;
}
.row-flex {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ml-0 {
  margin-left: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-3 {
  padding: 1rem!important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  position: relative;
  width: 100%;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex!important;
  flex-wrap: wrap;
}
.sidebar .acces_direct img {
  max-width: 90px;
}
.carbonpage,
.carbonbadge *,
#wcb,
#wcb * {
  font-size: 10px !important;
}
.category-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 2px 5px 2px 0;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category-badge:hover {
  opacity: 0.8;
}
.category-badge i {
  margin-right: 5px;
}
.category-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.sbtn {
  text-decoration: none !important;
}
.newsticker.flexslider {
  background: none;
}
.newsticker .flex-direction-nav a {
  background: none;
}
/*# sourceMappingURL=main.css.map */