#menu_accessible {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 100; }
  #menu_accessible li {
    display: inline; }
  #menu_accessible a {
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1px; }
    #menu_accessible a:active, #menu_accessible a:focus {
      color: #000;
      position: static; }
/* header */
.wrap-header {
  overflow: hidden; }

.header-logo-left, .header-search, .header-logo-right {
  display: inline-block;
  vertical-align: middle; }
  .header-logo-left img, .header-search img, .header-logo-right img {
    display: block;
    margin: 0 auto; }

.header-logo-left, .header-logo-right {
  width: 25%; }

.header-search {
  width: 49%; }
  .header-search > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .header-search > div > div {
      margin: 0 12px; }
  .header-search .container-basket {
    position: relative; }
  .header-search .header-search-activite, .header-search .mon-compte, .header-search .mon-panier, .header-search .deconnexion, .header-search .mes-envies {
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 500;
    color: #000; }
    .header-search .header-search-activite:before, .header-search .mon-compte:before, .header-search .mon-panier:before, .header-search .deconnexion:before, .header-search .mes-envies:before {
      content: '';
      display: block;
      margin: 0 auto 7px; }
  .header-search .header-search-activite:before {
    width: 25px;
    height: 28px;
    background: url(../../Images/search.png) no-repeat 0 0px; }
  .header-search .mon-compte:before {
    width: 21px;
    height: 28px;
    background: url(../../Images/account.png) no-repeat 0 0; }
  .header-search .mon-mail {
    display: block; }
  .header-search .mon-panier:before {
    width: 28px;
    height: 28px;
    background: url(../../Images/basket.png) no-repeat 0 0; }
  .header-search .mes-envies:before {
    width: 22px;
    height: 28px;
    background: url(../../Images/star-black.svg) no-repeat 0 0; }
  .header-search .countBasket {
    position: absolute;
    top: 0;
    left: 38px;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    padding: 0 0.25rem;
    border: 2px solid #000;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .header-search .countBasket.active {
      opacity: 1; }
  .header-search .deconnexion:before {
    width: 26px;
    height: 28px;
    background: url(../../Images/disconnection.png) no-repeat 0 0; }
/* menu */
.list-nav-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0; }
  .list-nav-principal li {
    display: inline-block;
    margin: auto;
    text-align: center;
    list-style-type: none;
    height: 60px;
    width: 100%;
    padding: 0 7px;
    /*line-height: 60px;*/ }
  .list-nav-principal a {
    /*display: block;
     width: 280px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase; }
/* search */
.baseline {
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase; }

.header-logo-left {
  margin: 1.25rem auto;
  text-align: center; }

.header-logo-right {
  margin: 0 auto;
  text-align: center; }
/*.header-search {
 position: relative;
 padding: 0;
 label {
 visibility: hidden;
 }
 input[type="text"] {
 display: block;
 width: 95%;
 height: 50px;
 padding: 1em;
 margin: 40px auto;
 border-radius: 3em;
 border: none;
 }
 input[type="text"]:focus {
 outline: none;
 background: #f5f4f4;
 }
 input[type="submit"] {
 position: absolute;
 top: 70px;
 right: 40px;
 width: 30px;
 height: 30px;
 margin: auto;
 border: none;
 font-size: 0;
 background: url("../images/item-search.png") 0 0 no-repeat;
 }
 input[type="submit"]:focus {
 outline: none;
 }
 }*/
.boxe-connexion {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  z-index: 100;
  -webkit-transition: background 350ms ease-in-out 0s;
  transition: background 350ms ease-in-out 0s;
  /*top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);*/ }
  .boxe-connexion > div {
    position: absolute;
    top: -50%;
    left: 50%;
    display: block;
    max-width: 500px;
    width: 100%;
    padding: 25px;
    background: #fff;
    opacity: 0;
    border: 5px solid #304e9d;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .boxe-connexion form input[type="submit"] {
    margin: 15px auto; }
  .boxe-connexion.active {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.7); }
    .boxe-connexion.active > div {
      top: 50%;
      opacity: 1; }
  .boxe-connexion .error {
    color: #304e9d; }

@media (min-width: 769px) {
  .header-search > div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header-search > div > div {
      margin: 0 10px; }

  .list-nav-principal li {
    width: 25%; } }

@media (min-width: 992px) {
  .header-search > div > div {
    margin: 0 20px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-height: 100vh; }
/*html {
 height: 100%;
 }
 body {
 font-family: arial;
 font-size: 16px;
 color: #000;
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 &>header, &>footer {
 -ms-flex-negative: 0;
 flex-shrink: 0;
 }
 &>main {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 }
 }
 h1 {
 font-size: 1.875rem;
 font-weight: bold;
 margin: 0 0 30px 0;
 color: #000;
 }
 h2 {
 font-size: 1.750rem;
 font-weight: bold;
 margin: 0 0 30px 0;
 color: #000;
 }
 h3 {
 font-size: 1.625rem;
 font-weight: bold;
 margin: 0 0 30px 0;
 color: #000;
 }
 h4 {
 font-size: 1.375rem;
 font-weight: bold;
 margin: 0 0 20px 0;
 color: #000;
 }
 h5 {
 font-size: 1.25rem;
 font-weight: bold;
 margin: 0 0 20px 0;
 color: #000;
 }
 h6 {
 font-size: 1.15rem;
 font-weight: bold;
 margin: 0 0 20px 0;
 color: #000;
 }
 p {
 font-size: 1rem;
 margin: 0 0 20px 0;
 color: #000;
 &.chapo {
 font-size: 1.250rem;
 font-weight: bold;
 margin: 0 0 30px 0;
 }
 &.text_high {
 background: $gris;
 padding: 20px;
 font-weight: bold;
 }
 }
 blockquote {
 padding: 20px 20px 20px 50px;
 margin: 50px 0;
 position: relative;
 border: 1px solid $gris;
 &:before {
 @include spriteImg(25,23,82,96);
 top: 20px;
 left: 10px;
 }
 p {
 margin: 0;
 }
 }*/
/*#main-content{min-height: calc(100vh - 489px);}*/
h2 {
  margin: 0 0 20px 0; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

a {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

b, strong, .strong {
  font-weight: 500; }

.ce-bodytext a {
  text-decoration: underline; }
  .ce-bodytext a:hover, .ce-bodytext a:focus {
    text-decoration: none; }

.ce-textpic.ce-nowrap .ce-bodytext {
  overflow: visible; }
  .ce-textpic .ce-gallery {
    margin-bottom: 20px; }
  .ce-textpic .ce-gallery img {
    max-width: 100%;
    height: auto; }
  .ce-textpic .ce-gallery figure {
    position: relative; }
    .ce-textpic .ce-gallery figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 0.75rem;
      padding: 0 10px; }
/*.ce-bodytext {
 a {
 position: relative;
 display: inline-block;
 color: #000;
 &:after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 display: block;
 height: 2px;
 width: 100%;
 background: #000;
 }
 &:hover, &:focus {
 text-decoration: none;
 }
 }
 ul {
 padding: 0;
 li {
 list-style: none;
 position: relative;
 padding: 0 0 0 20px;
 &:before {
 content: "";
 position: absolute;
 top: 10px;
 left: 10px;
 display: block;
 width: 4px;
 height: 4px;
 background: #000;
 }
 ul {
 margin: 5px 0;
 li {
 &:before {
 background: #fff;
 border: 1px solid #000;
 }
 }
 }
 }
 }
 table {
 border-collapse: separate;
 margin: 0 0 30px 0;
 display: block;
 overflow-x: auto;
 th {
 background: #000;
 color: #fff;
 padding: 15px 10px;
 text-transform: uppercase;
 text-align: center;
 }
 td {
 padding: 15px 10px;
 }
 tr:nth-child(even) {
 background-color: $gris;
 }
 }
 }
 a {
 &.link_internal {
 display: inline-block;
 border: 1px solid #000;
 padding: 10px 15px 10px 25px;
 &:after {content: none;}
 &:before {
 @include spriteImg(7,12,10,22);
 top: 50%;
 left: 10px;
 @include translate(0, -50%);
 }
 &:hover, &:focus {
 background: #000;
 color: #fff;
 &:before {
 @include spriteImg(7,12,29,22);
 top: 50%;
 left: 10px;
 @include translate(0, -50%);
 }
 }
 }
 &.link_external {
 display: inline-block;
 background: #000;
 border: 1px solid #000;
 color: #fff;
 padding: 10px 15px 10px 25px;
 &:after {content: none;}
 &:before {
 @include spriteImg(12,12,53,22);
 top: 50%;
 left: 8px;
 @include translate(0, -50%);
 }
 &:hover, &:focus {
 background: #fff;
 color: #000;
 &:before {
 @include spriteImg(12,12,66,22);
 top: 50%;
 left: 8px;
 @include translate(0, -50%);
 }
 }
 }
 &.dpnglossary.link {
 &:after {content: none;}
 }
 &[href="#top"] {
 display: inline-block;
 background: #000;
 color: #fff;
 padding: 5px 10px;
 }
 }
 table {
 width: 100%;
 }*/
.flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

select, .ms-choice {
  width: 100%;
  padding: 15px 43px 15px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../../Images/select.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #000;
  outline: none; }

select::-ms-expand {
  display: none; }
/*DatePicker*/
#ui-datepicker-div {
  background: #fff;
  max-width: 250px;
  border: none;
  display: none;
  z-index: 100 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    width: 100%;
    position: relative;
    padding: 20px 50px 15px 50px;
    color: #000;
    border: none;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background: #fff; }
  #ui-datepicker-div a.ui-corner-all {
    position: absolute;
    top: 50%;
    display: block;
    width: 7px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
  #ui-datepicker-div a.ui-corner-all span {
    display: none; }
  #ui-datepicker-div a.ui-datepicker-prev {
    left: 35px;
    background: url(../../Images/sprites.png) -1px -22px; }
  #ui-datepicker-div a.ui-datepicker-next {
    right: 35px;
    background: url(../../Images/sprites.png) -10px -22px; }
  #ui-datepicker-div .ui-state-disabled {
    opacity: 0.2; }
  #ui-datepicker-div .ui-datepicker-title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0; }
  #ui-datepicker-div select.ui-datepicker-month {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #000;
    font-size: 0.9em; }
  #ui-datepicker-div select.ui-datepicker-year {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: none;
    background: none;
    color: #000;
    font-size: 0.9em; }
  #ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%;
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-collapse: separate; }
  #ui-datepicker-div table.ui-datepicker-calendar thead th {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
    color: #fff;
    font-weight: normal; }
  #ui-datepicker-div table.ui-datepicker-calendar tbody td {
    text-align: center;
    padding: 4px 0; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td a {
      color: #000;
      text-decoration: none;
      border: none;
      background: none;
      font-weight: 400;
      display: inline; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
      background-color: #000; }
      #ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
        color: #fff; }
    #ui-datepicker-div table.ui-datepicker-calendar tbody td:hover {
      background-color: #f0f0f0; }
/*.content_center {
 padding-right: 15px;
 padding-left: 15px;
 width: 100%;
 }*/
/*Cookie CNIL*/
/*#cookieCnil {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 #cookie-banner, #inform-and-ask, #inform-and-consent {
 color: #fff;
 background: #000;
 opacity: 0.9;
 text-align: center;
 padding: 10px;
 font-size: 0.75rem;
 a {
 display: inline-block;
 color: #fff;
 border: 1px solid #fff;
 padding: 0 5px;
 margin: 5px 0 0 0;
 &:hover, &:focus {
 text-decoration: none;
 }
 }
 button {
 color: #fff;
 border: 1px solid #fff;
 padding: 0 5px;
 background: none;
 margin: 5px 2px 0 2px;
 cursor: pointer;
 }
 }
 }*/
/* récupération css ancien site */
/* ==========================================================================
 Colors
 ========================================================================== */
.skip-links a {
  background: #304e9d; }
  .skip-links a:hover, .skip-links a:focus {
    background: #fff;
    color: #304e9d; }

#cnil {
  background: #304e9d; }

.wrap-header {
  background: #c8d3ee; }

.wrap-footer-top {
  background: #c8d3ee;
  color: #304e9d; }

.wrap-footer-bottom {
  background: #304e9d;
  color: #fff; }

.nav-principal {
  background: #c8d3ee; }

.list-nav-principal a {
  background: #304e9d;
  color: #fff; }
  .list-nav-principal a:hover, .list-nav-principal a:focus {
    background: #fff;
    color: #304e9d; }

.baseline {
  color: #304e9d; }

.header-search input[type="submit"]:focus {
  outline: none; }

.item-lvl-2 > a {
  background: #304e9d;
  color: #fff; }
  .item-lvl-2 > a:hover, .item-lvl-2 > a:focus {
    background: #fff;
    color: #304e9d; }

.item-lvl-3 > a {
  color: #304e9d; }
  .item-lvl-3 > a:hover, .item-lvl-3 > a:focus {
    background: #c8d3ee; }
  .item-lvl-3.active > a {
    background: #c8d3ee; }

.item-lvl-4 > a:hover, .item-lvl-4 > a:focus {
  color: #304e9d; }

.mainTitle {
  color: #304e9d; }

.mainCol h1, .mainCol h3 {
  color: #304e9d; }
  .mainCol h1 a, .mainCol h3 a {
    color: #304e9d; }
  .mainCol .news-slider h1 a, .mainCol .news-slider h3 a {
    color: #fff; }
  .mainCol a {
    color: #304e9d; }
  .mainCol a:hover, .mainCol a:focus {
    color: #c8d3ee; }

.mainCol .internal-link {
  /*color: #fff;*/ }
/*.mainCol  a[target=_blank] {
 background-color: $menuColor;
 }*/
.mainCol blockquote p {
  color: #304e9d; }

.bloc6633 .bloc33 h2 {
  background: #c8d3ee;
  color: #304e9d; }

.fondColor {
  background: #304e9d; }

.bloc_sidebar {
  background: #304e9d; }

.listing-news h2 a {
  /*color: $menuColor;*/ }

.menu-footer a {
  color: #304e9d; }

.menu-social a {
  color: #304e9d; }

.news-slider .bx-pager-link.active {
  background: #304e9d; }

.frame-layout-4 .entete {
  background: #c8d3ee;
  color: #304e9d; }

.bloc_sidebar .readmore {
  border: 1px solid #304e9d;
  border-top: none;
  background: #304e9d;
  color: #fff; }
  .bloc_sidebar .readmore:hover, .bloc_sidebar .readmore:focus {
    border: 1px solid #304e9d;
    border-top: none;
    background: #fff;
    color: #304e9d; }
    .bloc_sidebar .readmore:hover:before, .bloc_sidebar .readmore:focus:before {
      color: #304e9d; }

.mainCol .ce-gallery figcaption {
  background: #304e9d; }

.wrap-footer-top {
  background: #fff; }

.menu-footer a {
  color: #304e9d; }

.wrap-footer-bottom {
  background: #304e9d; }

.tx-powermail .powermail_submit, .form_fieldset .form_submit {
  border: 2px solid #304e9d;
  background-color: #304e9d; }

.powermail_submit, .form_submit {
  border: 2px solid #304e9d;
  background-color: #304e9d; }
/*
 table tr:nth-child(odd),
 .ce-table tr:nth-child(odd) {background: #f2f2f2}
 table tr:first-child td,
 .ce-table tr:first-child td{background: $menuColor;}*/
/*table tr:first-child td:first-child,
 .ce-table tr:first-child td:first-child{background: #fff;}*/
/*table tr td:first-child,
 .ce-table tr td:first-child{background:  $menuColor; color: #fff}
 .ce-table.theme1  tr:first-child td:nth-child(odd),
 .ce-table.theme1  tr:first-child td:first-child{ background:  $menuColor;}
 .ce-table.theme1 tr td:first-child{background: pink; color: #333333;}
 .ce-table.theme1 tr:nth-child(odd){background-color: #fff;}
 .ce-table.theme1 tr td:nth-child(odd){background: #f2f2f2}
 */
table {
  border-collapse: separate;
  margin: 0 0 30px 0;
  /*display: block;*/
  overflow-x: auto;
  min-width: 100%; }
  table tbody {
    width: 100%; }
  table th {
    background: #304e9d;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    text-align: center; }
  table td {
    padding: 15px 10px; }
  table tr:nth-child(odd) {
    background-color: #f0f0f0; }

.results-topic a {
  color: #304e9d; }

.newsSearchBar {
  background-color: #304e9d; }

#tx-solr-faceting a {
  color: #304e9d; }
/* ==========================================================================
 Styles
 ========================================================================== */
#body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px; }

.header, .list-nav-principal, .content, .footer-top > div, .footer-bottom {
  /*overflow: hidden;*/
  width: 1180px;
  margin: 0 auto;
  max-width: 100%; }

.content {
  padding: 0 15px; }

.footer-top, .footer-bottom {
  position: relative;
  overflow: hidden; }

.wrap-content {
  /*overflow: hidden;*/
  margin: 0; }

.full-content {
  clear: both;
  width: 98%;
  margin: 0 auto; }

.main-content, .side-content {
  float: left; }

.main-content {
  width: 75%;
  padding-left: 2%; }
  .main-content.no-menu {
    clear: both;
    width: 100%;
    padding-left: 0; }

.side-content {
  width: 25%;
  padding-left: 10px; }

.aside-menu {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 2em; }
  .aside-menu.no-menu {
    display: none; }
/* skip-links - a11y */
.skip-links {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .skip-links ul {
    margin: 0;
    padding: 0; }
  .skip-links li {
    list-style-type: none; }
  .skip-links a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 1px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase; }
/* cnil */
#cnil {
  overflow: hidden;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-align: center; }
  #cnil a {
    color: #fff; }

.wrap-cnil {
  position: relative;
  max-width: 100%;
  width: 1180px;
  margin: 0 auto; }

.closeCnil {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0; }
  .closeCnil:focus {
    outline: none; }
  .closeCnil img {
    display: block; }
/* Résultats de recherche */
.newsSearchBar {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500; }

.newsSearchBar fieldset {
  border: none;
  padding: 0px;
  margin: 0px; }

.newsSearchBar label {
  display: none; }

.newsSearchBar .form-group {
  display: inline-block;
  margin-left: 20px; }

.newsSearchBar select, .newsSearchBar input {
  height: 40px;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-weight: 400; }

.newsSearchBar input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  border: none;
  font-size: 0;
  background: url("../../Images/item-search.png") 0 0 no-repeat; }

.newsSearchBar input[type="submit"]:hover, .newsSearchBar input[type="submit"]:focus {
  background: url("../../Images/item-search.png") 0 0 no-repeat;
  background-color: transparent; }

.newsSearchBar form {
  position: relative; }

.newsSearchBar .text {
  position: relative;
  width: 95%; }

.newsSearchBar .select {
  width: 25%; }

.newsSearchBar select, .newsSearchBar input[type="text"] {
  width: 100%; }

.relevance {
  display: none; }
/* Menu Aside */
.list-nav-aside, .list-lvl-2, .list-lvl-3, .list-lvl-4 {
  padding: 0;
  margin: 0; }
  .list-nav-aside a, .list-lvl-2 a, .list-lvl-3 a, .list-lvl-4 a {
    padding: 0 10px;
    text-decoration: none; }

.item-lvl-1 > a {
  display: none; }

.item-lvl-2 {
  margin: auto;
  list-style-type: none;
  border-bottom: 1px solid #f2f2f2; }
  .item-lvl-2 > a {
    display: block;
    padding: 0.5em 1em;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }

.item-lvl-3 {
  margin: auto;
  list-style-type: none;
  background: #f2f2f2; }
  .item-lvl-3 > a {
    display: block;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }

.item-lvl-4 {
  margin: auto;
  list-style-type: none;
  background: #fff; }
  .item-lvl-4 > a {
    position: relative;
    display: block;
    padding: 0.5em 1em 0.5em 20px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    text-transform: none; }
  .item-lvl-4 > a:before {
    position: absolute;
    bottom: 18px;
    left: 8px;
    margin: auto;
    width: 20px;
    height: 20px;
    content: ">"; }
/* Sidebar */
.mainCol .frame-layout-4 .entete, .mainColTop .frame-layout-4 .entete {
  margin: 0;
  padding: 0.5em;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; }

.bloc_sidebar .ce-gallery {
  margin: 0 !important; }
  .bloc_sidebar .sidebar-img img {
    display: block;
    width: 100%; }
  .bloc_sidebar .readmore {
    position: relative;
    display: block;
    padding: 1em 1em 1em 2em;
    font-size: 14px;
    text-transform: uppercase; }
  .bloc_sidebar .readmore:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    width: 20px;
    height: 20px;
    margin: auto;
    content: ">"; }
  .bloc_sidebar .mainCol .ce-gallery {
    margin: 0; }
  .bloc_sidebar p {
    padding-top: 1.25rem; }
  .bloc_sidebar a {
    text-decoration: underline; }
  .bloc_sidebar a:hover, .bloc_sidebar a:focus {
    text-decoration: none; }
  .bloc_sidebar p, .bloc_sidebar a {
    color: #fff !important; }
/* main content */
.mainCol blockquote {
  margin: 1em 0 !important;
  padding: 1em 2em;
  background: #f2f2f2;
  font-style: italic;
  font-size: 20px; }

.mainCol blockquote:before {
  display: none; }

.mainCol .ce-gallery figcaption {
  color: #fff;
  font-size: 16px;
  padding: 15px 20px; }

.mainCol .ce-gallery {
  margin: 1em 0; }

.fondColor .ce-gallery {
  margin: 0; }

.mainTitle {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px; }

.mainCol {
  padding: 2rem 0; }

.mainCol, .mainColTop {
  /*overflow: hidden;*/
  /*a[target=_blank],*/
  /* tableau */
  /*table tr:first-child td,
   .ce-table tr:first-child td {
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   }
   table .ce-table tr td:first-child,
   .ce-table tr td:first-child {
   color: #fff;
   }
   .ce-table.theme1 tr:first-child td:nth-child(odd),
   .ce-table.theme1 tr:first-child td:first-child {
   color: #fff;
   }
   .ce-table.theme1 tr td:first-child {
   color: #333333;
   }
   .ce-table.theme1 tr:nth-child(odd) {
   background-color: #fff;
   }*/ }
  .mainCol h1, .mainColTop h1, .mainCol h2, .mainColTop h2, .mainCol h3, .mainColTop h3, .mainCol h4, .mainColTop h4, .mainCol h5, .mainColTop h5 {
    /*margin: 0;*/
    margin-bottom: 1rem;
    padding: 0; }
  .mainCol h1, .mainColTop h1 {
    /*padding-bottom: 1em;*/
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: unset;
    font-weight: 500; }
  .mainCol h2, .mainColTop h2 {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 500; }
  .mainCol h3, .mainColTop h3 {
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: 500; }
  .mainCol h4, .mainColTop h4 {
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 500; }
  .mainCol h5, .mainColTop h5 {
    font-size: 1.125rem;
    line-height: 18px;
    font-weight: 500; }
  .mainCol h6, .mainColTop h6 {
    font-size: 1rem;
    line-height: 16px;
    font-weight: 400; }
  .mainCol .bloc33 h2, .mainColTop .bloc33 h2 {
    padding: 0.5em 1em;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase; }
  .mainCol .bloc_sidebar, .mainColTop .bloc_sidebar {
    padding-bottom: 1em;
    margin-bottom: 2em;
    color: #fff; }
  .mainCol .bloc_sidebar .ce-textpic .ce-gallery figure, .mainColTop .bloc_sidebar .ce-textpic .ce-gallery figure {
    display: block; }
  .mainCol .bloc_sidebar .ce-bodytext, .mainColTop .bloc_sidebar .ce-bodytext {
    padding: 0 1em; }
    .mainCol .bloc_sidebar .ce-bodytext p, .mainColTop .bloc_sidebar .ce-bodytext p {
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; }
  .mainCol .bloc_sidebar img, .mainColTop .bloc_sidebar img {
    width: 100%;
    height: auto; }
  .mainCol .bloc_sidebar .liens, .mainColTop .bloc_sidebar .liens {
    /*padding: 1em 0 0;*/ }
    .mainCol .bloc_sidebar .liens p, .mainColTop .bloc_sidebar .liens p {
      padding: 0;
      margin: 0;
      border-bottom: none; }
    .mainCol .bloc_sidebar .liens a, .mainColTop .bloc_sidebar .liens a {
      display: block;
      padding: 1em 0 0;
      line-height: 1.5;
      /*border-top: 1px solid #fff;*/
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      /*&:hover,
       &:focus {
       padding-left: 5px;
       transition: all 0.25s linear;
       }*/ }
  .mainCol .bloc75 img, .mainColTop .bloc75 img, .mainCol .bloc25 img, .mainColTop .bloc25 img, .mainCol .bloc50 img, .mainColTop .bloc50 img, .mainCol .bloc66 img, .mainColTop .bloc66 img, .mainCol .bloc33 img, .mainColTop .bloc33 img, .mainCol .width-1-3 img, .mainColTop .width-1-3 img {
    width: 100%;
    height: auto; }
  .mainCol .fondColor, .mainColTop .fondColor {
    margin-bottom: 20px; }
  .mainCol .fondColor a, .mainColTop .fondColor a, .mainCol .fondColor p, .mainColTop .fondColor p, .mainCol .fondColor li, .mainColTop .fondColor li, .mainCol .fondColor span, .mainColTop .fondColor span {
    color: #fff; }
  .mainCol .fondColor .col-md-9, .mainColTop .fondColor .col-md-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .mainCol .fondColor .col-md-3 > div, .mainColTop .fondColor .col-md-3 > div {
    padding: 25px; }
  .mainCol .external-link, .mainColTop .external-link {
    display: inline-block;
    padding: 0.5em 1em 0.5em 2.5em !important;
    /*font-size: 16px;*/
    color: #fff;
    background: url(../../Images/external-link.png) left center no-repeat;
    text-transform: uppercase; }
  .mainCol table, .mainColTop table, .mainCol .ce-table, .mainColTop .ce-table {
    font-size: 16px;
    width: 100%;
    margin: 20px 0;
    padding: 15px 0; }
  .mainCol table, .mainColTop table, .mainCol .ce-table, .mainColTop .ce-table, .mainCol table td, .mainColTop table td, .mainCol .ce-table td, .mainColTop .ce-table td {
    /*border: 1px solid #fff;*/
    font-weight: 500;
    text-align: center;
    vertical-align: middle; }
  .mainCol table td, .mainColTop table td, .mainCol table th, .mainColTop table th {
    text-align: center;
    /* **** Factures **** */ }
  .mainCol table td.facture__envoi, .mainColTop table td.facture__envoi, .mainCol table th.facture__envoi, .mainColTop table th.facture__envoi {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mainCol table td.facture__envoi .facture__envoi__wrap, .mainColTop table td.facture__envoi .facture__envoi__wrap, .mainCol table th.facture__envoi .facture__envoi__wrap, .mainColTop table th.facture__envoi .facture__envoi__wrap {
      margin: auto; }
/* social buttons */
.socialRow.row {
  border-bottom: 1px solid #d6d6d6;
  margin: 0px; }

.social-share {
  text-align: right;
  width: 100%; }

.social-share > ul {
  /*margin: 12px 0px 10px 0px;*/
  margin: 0; }

.socialbuttons {
  padding-top: 19px;
  display: none; }

.socialbuttons > ul {
  margin: 0px;
  font-size: 13px;
  line-height: 17px; }

.social-share li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px; }

.social-share .share {
  display: block;
  width: 30px;
  height: 32px;
  background: url(../../Images/social-share.png) left center no-repeat; }

.social-share .print {
  display: block;
  width: 30px;
  height: 32px;
  background: url(../../Images/social-print.png) left center no-repeat; }

.social_share_privacy_area li.help_info.mail {
  display: none; }
/*STYLE du texte*/
/*////*/
.ttcontent .align-right {
  text-align: right; }

.ttcontent .align-center {
  text-align: center; }

.ttcontent .align-left {
  text-align: left; }

.ttcontent .align-justify {
  text-align: justify; }
/* News */
.article {
  position: relative; }
  .article .header {
    margin: 2em 0 0 0; }
  .article h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  .article h2 a {
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .mainCol .fondColor .col-md-3 > div, .mainColTop .fondColor .col-md-3 > div {
    padding: 25px 25px 25px 0; } }

@media (min-width: 1025px) {
  blockquote {
    padding: 30px 30px 30px 150px;
    min-height: 150px; }
    blockquote:before {
      width: 76px;
      height: 71px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Images/sprites.png) -0px -48px;
      top: 30px;
      left: 15px; } }

@media only screen and (max-width: 768px) {
  .header-logo-left, .header-search, .header-logo-right {
    float: none;
    width: 100%; }

  .header-logo-right {
    padding: 2em 0; }

  .list-nav-principal {
    display: block;
    max-width: 100%; }
    .list-nav-principal li {
      display: block;
      height: auto;
      border-bottom: 1px solid #fff; }
    .list-nav-principal a {
      width: 100%;
      min-height: 60px; }

  .news-slider {
    background: #000; }

  .news-slider .news-content-img, .news-slider .news-img-wrap {
    height: auto;
    min-height: 0; }

  .bloc7525 .bloc75, .bloc7525 .bloc25, .bloc5050 .bloc50, .blocs_3col .width-1-3, .bloc6633 .bloc66, .bloc6633 .bloc33, .main-content, .aside-menu, .footer-top-left, .footer-top-right {
    display: block;
    float: none;
    width: 100%; }

  .menu-footer li, .footer-top-right .label, .footer-top-right .menu-social {
    display: block;
    float: none;
    width: 100%;
    text-align: center; }

  .menu-footer a {
    padding: 0; } }

.e_facturead .btn {
  border-radius: 0;
  background: #304e9d;
  border: 0; }
  .e_facturead .btn:hover, .e_facturead .btn:focus {
    cursor: pointer; }
  .e_facturead table td {
    font-weight: normal; }
  .e_facturead table tr:last-child td {
    font-weight: 500; }
/*Hide/show password*/
.password_parent {
  position: relative; }

.toggle-password {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 12px);
  right: 12px;
  transform: translateY(-50%); }
/*FontAwesome*/
.icon-eye:before {
  content: url(../../Images/eye.png); }

.icon-eye-slash:before {
  content: url(../../Images/eye-slash.png);
  width: 20px;
  height: auto; }
/*footer {
 background: #000;
 margin-top: 50px;
 .frame-type-menu_piedpage ul{
 margin: 0;
 padding: 20px 0;
 li {
 display: inline-block;
 padding: 0 10px;
 &:before {
 content: none;
 }
 a {
 color: #fff;
 &:hover, &:focus {
 text-decoration: none;
 }
 }
 }
 }
 }*/
/* Footer */
.footer-top {
  background: #c8d3ee;
  width: 100%; }
  .footer-top > div {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.footer-top-left {
  /*float: left;*/
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-top-right {
  /*float: right;*/
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-top-right .label, .footer-top-right .menu-social {
    display: inline-block;
    vertical-align: middle;
    margin: inherit;
    font-size: 1rem; }

.menu-footer {
  margin: 1em 0;
  padding: 0; }
  .menu-footer li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle; }
  .menu-footer a {
    padding-right: 40px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-decoration: none; }
  .menu-footer .mon-compte {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 500;
    color: #000;
    text-align: center; }
  .menu-footer .mon-compte:before {
    content: '';
    display: block;
    margin: 0 auto 7px; }
  .menu-footer .mon-compte:before {
    width: 21px;
    height: 28px;
    background: url(../../Images/account.png) no-repeat 0 0; }
  .menu-footer .deconnexion a {
    display: block;
    font-size: 0.688rem;
    color: #000;
    text-align: center;
    text-decoration: underline; }
  .menu-footer .deconnexion a:hover, .menu-footer .deconnexion a:focus {
    text-decoration: none; }

.menu-social {
  margin: 0;
  padding: 0; }
  .menu-social li {
    display: inline-block;
    list-style-type: none; }
  .menu-social a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    text-decoration: none; }
  .menu-social a.facebook {
    background: url("../../Images/item-facebook.png") no-repeat; }
  .menu-social a.twitter {
    background: url("../../Images/item-twitter.png") no-repeat; }
  .menu-social a.youtube {
    background: url("../../Images/item-youtube.png") no-repeat; }

.wrap-footer-bottom {
  color: #fff; }

.footerLogo {
  padding: 1em;
  text-align: center; }
  .footerLogo img {
    display: inline-block; }

.footer-address {
  margin: 10px 0 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.footer-contact {
  margin: 0 auto;
  text-align: center; }

.item-contact {
  margin-bottom: 30px;
  display: inline-block; }
  .item-contact a {
    margin: 0 20px;
    color: #fff; }
  .item-contact img {
    margin-right: 10px; }

.menu-footer li.tartaucitron {
  display: none; }

@media print {
    #tarteaucitronRoot {
      display: none; } }
/* ==========================================================================
 Print styles
 ========================================================================== */
/*@page { margin: 0.5cm }*/
@media only print {
  @page {
    margin: 1cm; }

  html, body {
    /*height:100%;*/
    margin: 0 !important;
    padding: 0 !important;
    /*overflow: hidden;*/ }

  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  .main-content, .mainCol {
    padding: 0;
    width: 100%; }

  table, pre {
    page-break-inside: avoid; }

  table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
    table th, table td {
      border: 1px solid #000;
      font-size: 5px;
      padding: 5px;
      font-family: Verdana; }
    table th {
      text-transform: none;
      font-weight: bold;
      font-size: 7px; }
    table .size-110 {
      width: 110px; }
    table .size-95 {
      width: 95px; }
    table .size-80 {
      width: 80px; }
    table .size-60 {
      width: 60px; }

  pre, blockquote {
    /*border: 1px solid #999;*/
    /*page-break-inside: avoid;*/ }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

@media only print {
  #cnil, #menu_accessible, .rootLine, .sideCol, .aside-menu, .socialRow, .social-share, footer, header {
    display: none !important; }

  img {
    max-width: 50% !important; }

  h1 {
    text-align: left; }

  .commonContent .ttcontent {
    margin-bottom: 15px; }

  .commonContent .encadrerouge, .commonContent .mainCol {
    font-size: 14px;
    line-height: 1.2; }

  .contentColSub {
    padding: 0px !important; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 20px; }

  .d-print-none {
    display: none !important; }

  .d-print-block {
    display: block !important; }

  .e_facturead table th, .e_facturead table td {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: normal; }
    .e_facturead table th.facture__envoi, .e_facturead table td.facture__envoi {
      text-align: center;
      display: table-cell; }
      .e_facturead table th.facture__envoi label, .e_facturead table td.facture__envoi label {
        margin-bottom: 0; }
    .e_facturead table tr:last-child td {
      background: #f0f0f0 !important; } }
/*Reset style par défaut */
form fieldset {
  border: none; }
  form .powermail_fieldwrap, form .form_fieldwrap {
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
    /*&.col-md-6, &.col-md-4 , &.col-md-8 {
     display: block;
     width: 100%;
     padding: 0;
     }*/ }
  form .powermail_fieldwrap.tarifs-postaux, form .form_fieldwrap.tarifs-postaux, form .powermail_fieldwrap.nbr-impression, form .form_fieldwrap.nbr-impression {
    display: none; }
  form .powermail_fieldwrap .form_field > .row > .col-md-6, form .form_fieldwrap .form_field > .row > .col-md-6 {
    margin-bottom: 20px; }
  form label {
    display: block; }
  form input, form textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #000;
    font-family: 'Rubik', sans-serif; }
  form input:focus, form textarea:focus {
    outline: none;
    border: 2px solid #000;
    padding: 14px 9px; }
  form input[type="submit"], form button[type="submit"] {
    display: block;
    width: 100%;
    max-width: 320px;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s; }
  form input[type="submit"]:hover, form button[type="submit"]:hover, form input[type="submit"]:focus, form button[type="submit"]:focus {
    background: rgba(0, 0, 0, 0);
    color: #000; }
  form button[type="submit"] {
    padding: 15px 10px;
    font-size: 100%; }
  form input[type="reset"] {
    background: none;
    border: none;
    color: #000;
    cursor: pointer; }
  form input[type="reset"]:hover, form input[type="reset"]:focus {
    text-decoration: underline; }
  form input.powermailDatepicker, form input.datepicker-birthday, form input.datepicker-sdn, form input.form-datepicker {
    padding: 15px 10px 15px 58px;
    background-image: url(../../Images/date.png);
    background-repeat: no-repeat;
    background-position: 7px 50%; }
  form ul.parsley-errors-list {
    margin: 0; }
  form ul.parsley-errors-list li {
    font-style: italic;
    list-style: none; }

.button-submit {
  width: 100%;
  max-width: 300px;
  text-align: center;
  height: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  -webkit-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
  border: 1px solid #000; }
  .button-submit:hover, .button-submit:focus {
    background: #304e9d;
    color: #fff; }
  .button-submit.full {
    max-width: 100%; }

a.button-submit {
  display: inline-block;
  line-height: 60px;
  color: #000; }
  a.button-submit:hover, a.button-submit:focus {
    color: #fff;
    text-decoration: none; }
  a.button-submit.disabled {
    pointer-events: none; }

.powermail_tab_navigation {
  display: table;
  width: 100%; }
  .powermail_tab_navigation .btn {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 0;
    border: none; }
  .powermail_tab_navigation .btn.btn-warning {
    float: left; }
  .powermail_tab_navigation .btn.btn-primary {
    float: right; }

#powermail_tabmenu {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #powermail_tabmenu .btn-default {
    text-decoration: none;
    padding: 10px 15px;
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    text-align: center; }
  #powermail_tabmenu .btn-default p {
    margin: 0;
    color: #000;
    line-height: 1em; }
  #powermail_tabmenu .btn-default hr {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    border: none;
    margin: 0; }
  #powermail_tabmenu .btn-default .item_inscription {
    position: relative;
    margin: 0 0 10px 0; }
    #powermail_tabmenu .btn-default .item_inscription p {
      width: 45px;
      height: 45px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #f0f0f0;
      color: #000;
      font-size: 1.875rem; }
  #powermail_tabmenu .btn-default p.txt {
    display: none; }
  #powermail_tabmenu .btn-default.btn-primary, #powermail_tabmenu .btn-default.previous {
    background: none;
    border: none; }
    #powermail_tabmenu .btn-default.btn-primary p, #powermail_tabmenu .btn-default.previous p {
      color: #000; }
    #powermail_tabmenu .btn-default.btn-primary hr, #powermail_tabmenu .btn-default.previous hr {
      background: #000; }
    #powermail_tabmenu .btn-default.btn-primary .item_inscription p, #powermail_tabmenu .btn-default.previous .item_inscription p {
      background-color: #000;
      color: #fff; }
    #powermail_tabmenu .btn-default.btn-primary:focus, #powermail_tabmenu .btn-default.previous:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  #powermail_tabmenu .btn-default.btn-danger {
    background: none;
    border: none; }
  #powermail_tabmenu .btn-default:first-child hr {
    width: 50%;
    left: 50%; }
  #powermail_tabmenu .btn-default:last-child hr {
    width: 50%; }

.powermail_confirmation table {
  display: table; }
  .powermail_confirmation .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .powermail_confirmation .btn-group .btn {
    border: none;
    border-radius: 0;
    background: #000;
    cursor: pointer; }
/*-------------------------Style radio et checkbox-----------------------*/
.powermail_fieldwrap_type_radio .powermail_field label, .powermail_fieldwrap_type_check .powermail_field label, .form_fieldwrap_type_radio .powermail_field label, .form_fieldwrap_type_check .powermail_field label, .powermail_fieldwrap_type_radio .form_field label, .powermail_fieldwrap_type_check .form_field label, .form_fieldwrap_type_radio .form_field label, .form_fieldwrap_type_check .form_field label {
  display: inline-block; }

.checkbox {
  position: relative; }
  .checkbox label {
    text-align: left;
    max-width: none; }
  .checkbox label a {
    position: relative;
    z-index: 6; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    z-index: 5;
    height: 100%; }
  .checkbox input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    width: auto;
    /*z-index:0;*/ }
  .checkbox input[type="checkbox"] + label:before {
    margin: 0 10px 0 0;
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -0px -0px; }
  .checkbox input[type="checkbox"]:checked + label:before {
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -20px -0px; }
  .checkbox.edit input[type="checkbox"] + label:before {
    top: inherit;
    background-color: white; }
  .checkbox.edit input[type="checkbox"]:checked + label:before {
    top: inherit; }

.radio {
  position: relative; }
  .radio label {
    text-align: left;
    max-width: none; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    top: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    z-index: 5;
    height: 100%; }
  .radio input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 23px;
    margin: 0 0 10px 0;
    width: auto;
    /*z-index:0;*/ }
  .radio input[type="radio"] + label:before {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -39px -0px; }
  .radio input[type="radio"]:checked + label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -61px -0px; }
/*-------------------------Style input file -----------------------*/
.powermail_fieldwrap_type_file {
  position: relative; }
  .powermail_fieldwrap_type_file p {
    display: block;
    font-weight: 500;
    line-height: 1em;
    font-size: 0.875rem;
    margin-bottom: 5px;
    margin-left: 12px; }
  .powermail_fieldwrap_type_file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .powermail_fieldwrap_type_file p.deleteFile {
    display: none;
    position: absolute;
    top: 37px;
    left: 15px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    text-indent: -9999em;
    cursor: pointer; }
  .powermail_fieldwrap_type_file p.deleteFile:before {
    width: 12px;
    height: 11px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/sprites.png) -38px -22px;
    top: 5px; }
  .powermail_fieldwrap_type_file label {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    /*color: $rose;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden; }
  .powermail_fieldwrap_type_file label span {
    display: block;
    width: 100%;
    float: left;
    height: 56px;
    padding: 15px 10px 15px 35px;
    margin: 0 0 5px 0;
    border: 1px solid #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .powermail_fieldwrap_type_file label strong {
    display: block;
    width: 100%;
    float: right;
    padding: 19px 10px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-align: center;
    z-index: 0;
    font-size: 0.75rem; }

.removeImage {
  cursor: pointer; }

.tx-powermail select.parsley-erro, .tx-powermail textarea.parsley-error, .tx-powermail input.parsley-error {
  border-color: #e45b51;
  color: #e45b51; }
  .tx-powermail .parsley-errors-list {
    margin-top: 0px;
    margin-left: 30%;
    padding: 0px; }
  .tx-powermail .parsley-errors-list li {
    list-style-type: none;
    padding: 5px;
    background: #ea4e4a;
    color: #fff;
    margin: 0px;
    font-size: 12px; }

@media (min-width: 640px) {
  form label {
    display: table-cell;
    text-align: right;
    padding-right: 20px;
    max-width: 30%; }

  .tx-femanager form label {
    text-align: left; }

  .powermail_fieldwrap > .powermail_field, .form_fieldwrap > .powermail_field, .powermail_fieldwrap > .form_field, .form_fieldwrap > .form_field {
    display: table-cell;
    width: 70%; }
    .powermail_fieldwrap .form_nolabel, .form_fieldwrap .form_nolabel {
      margin-left: 30%; }
    .powermail_fieldwrap.col-md-6, .form_fieldwrap.col-md-6, .powermail_fieldwrap.col-md-4, .form_fieldwrap.col-md-4, .powermail_fieldwrap.col-md-8, .form_fieldwrap.col-md-8, .powermail_fieldwrap.col, .form_fieldwrap.col {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px; }
      .powermail_fieldwrap.col-md-6 label, .form_fieldwrap.col-md-6 label, .powermail_fieldwrap.col-md-4 label, .form_fieldwrap.col-md-4 label, .powermail_fieldwrap.col-md-8 label, .form_fieldwrap.col-md-8 label, .powermail_fieldwrap.col label, .form_fieldwrap.col label {
        display: block;
        text-align: left;
        padding-right: 0px;
        max-width: none; }
      .powermail_fieldwrap.col-md-6 > .powermail_field, .form_fieldwrap.col-md-6 > .powermail_field, .powermail_fieldwrap.col-md-4 > .powermail_field, .form_fieldwrap.col-md-4 > .powermail_field, .powermail_fieldwrap.col-md-8 > .powermail_field, .form_fieldwrap.col-md-8 > .powermail_field, .powermail_fieldwrap.col > .powermail_field, .form_fieldwrap.col > .powermail_field, .powermail_fieldwrap.col-md-6 > .form_field, .form_fieldwrap.col-md-6 > .form_field, .powermail_fieldwrap.col-md-4 > .form_field, .form_fieldwrap.col-md-4 > .form_field, .powermail_fieldwrap.col-md-8 > .form_field, .form_fieldwrap.col-md-8 > .form_field, .powermail_fieldwrap.col > .form_field, .form_fieldwrap.col > .form_field {
        display: block;
        width: 100%; }
    .powermail_fieldwrap.powermail_fieldwrap_type_file label, .form_fieldwrap.powermail_fieldwrap_type_file label {
      display: block;
      text-align: left;
      padding-right: 0px;
      max-width: none; }
    .powermail_fieldwrap.powermail_fieldwrap_type_textarea label, .form_fieldwrap.powermail_fieldwrap_type_textarea label, .powermail_fieldwrap.form_fieldwrap_type_textarea label, .form_fieldwrap.form_fieldwrap_type_textarea label {
      vertical-align: top;
      padding-top: 15px; }

  .powermail_fieldwrap_type_file label span {
    width: calc(100% - 213px);
    margin: 0; }
    .powermail_fieldwrap_type_file label strong {
      width: 192px; } }
/* liens des blocs sur la Home */
.home .col-md-4 a, .home .col-md-6 a {
  display: block;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }
  .home .col-md-4 .ce-gallery, .home .col-md-6 .ce-gallery {
    margin: 1em 0 0; }

.col-md-9 > div, .col-md-3 > div {
  margin: 1.25rem 0; }
/* news carousel */
.news-slider .bxslider {
  margin: 0;
  padding: 0; }
  .news-slider .article .header, .news-slider .article h2 {
    margin: 0;
    line-height: 1; }
  .news-slider .news-content-img {
    position: relative;
    min-height: 580px; }
  .news-slider .news-content-img a {
    display: block;
    width: 100%;
    height: 100%; }
    .news-slider .news-content-img a:before {
      z-index: 3;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 362px;
      background: url(../../Images/fondCarousel.png) repeat-x;
      content: ""; }
  .news-slider .news-img-wrap {
    height: 580px; }
  .news-slider .news-img-wrap img {
    width: 100%;
    height: auto; }
  .news-slider .news-img-wrap a {
    z-index: 2;
    position: relative;
    display: block; }
  .news-slider .news-content-text {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em; }
  .news-slider .wrap-all-news {
    margin-top: 1em;
    border-top: 1px solid #fff; }
  .news-slider .all-news {
    display: inline-block;
    vertical-align: middle;
    padding-top: 1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400; }
  .news-slider .bx-wrapper {
    position: relative; }
  .news-slider .bx-controls {
    z-index: 99;
    position: absolute;
    bottom: 8px;
    right: 1em; }
  .news-slider .bx-pager-item {
    display: inline-block; }
  .news-slider .bx-pager-link {
    display: block;
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #fff;
    color: #fff;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff; }
  .news-slider .bx-pager-link.active {
    border: 1px solid #fff; }
