/* FONTS Roboto htdocs/articles/squelettes/css/fonts/Roboto-web-in/roboto-black-webfont.woff */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 6, 2022 */

/*add mika : pour formulaire*/
.remarqueplus {
  display: none;
}
/*add joris 28/04/2021 à 28/05/2021 pour newsletter et alertes*/

.newsletter-container {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.formulaire_alertes_email .secteur {
  padding-left: 5px;
  margin: 20px 0;
}

.formulaire_alertes_email label {
  margin-bottom: 0;
}

.formulaire_alertes_email input[type="checkbox"] {
  margin-right: 5px;
}

.formulaire_alertes_email ul {
  list-style: none;
}

.formulaire_alertes_email .sous-rubriques {
  border-left: 2px solid #3c9fd9;
}
.formulaire_alertes_email .sous-sous-rubrique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formulaire_alertes_email .sous-sous-rubrique:first-child {
  margin-top: 5px;
}
.formulaire_alertes_email .sous-rubriques,
.formulaire_alertes_email .sous-sous-rubrique {
  padding-bottom: 5px;
  margin-bottom: 0;
  padding-left: 5px;
  margin-left: 5px;
}
.formulaire_alertes_email .sous-sous-rubrique input[type="checkbox"] {
  margin-left: 5px;
}

.formulaire_alertes_email a.rubrique-redirect {
  font-size: 16px;
}

.formulaire_alertes_email .panel-heading a {
  width: 100%;
}

/*add Joris 10/05/2021-20/05/2021 pour modal et formulaire abonnement*/

.modal {
  z-index: 3000 !important;
}

.modal-sm {
  max-width: 500px;
}
.modal-title {
  text-align: center;
}
.modal-backdrop.in {
  display: hidden;
  position: inherit;
  z-index: -2000;
}
.modal-header-bleu {
  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;
}

.abonnementRubrique,
.subscribe,
.subscribe button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items:center;*/
}
.abonnementInformations {
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
}
#abonnementInfosModal strong,
.popover-content a strong {
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.popover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.abonnementRubrique + .tooltip > .tooltip-inner,
.not-connected-subscribe + .tooltip > .tooltip-inner {
  padding: 15px 18px 15px 10px;
  max-width: 500px;
  font-size: 14px;
  text-align: justify;
  opacity: 1;
  box-shadow: 0px 10px 20px black;
}
.abonnementRubrique + .tooltip.in,
.not-connected-subscribe + .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.rsbtn {
  padding-bottom: 0;
}
.formulaire_alerte input,
.formulaire_alerte button,
.abonnementRubrique {
  border: none !important;
}

.formulaire_alerte .ajouter_alerte,
.formulaire_alerte .retirer_alerte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.formulaire_alertes_email .choix {
  float: none;
  display: flex;
  align-items: center;
}

.formulaire_alertes_email .choix a {
  margin-left: 5px;
}

.formulaire_alerte img {
  margin: 0;
  margin-bottom: 5px;
}
.formulaire_alerte form button {
  padding: 2px 5px;
}

button.close {
  margin-left: 30px;
}
.formulaire_alerte form button span {
  display: block;
  padding-bottom: 0;
  width: unset;
}

.rubrique-widget {
  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;
  align-items: flex-start;
}
.rubrique-widget > .row {
  max-width: 60%;
}

.subscribe button[data-toggle="modal"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe a[data-toggle="popover"] {
  display: none;
}

.subscribe img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 800px) {
  .rubrique-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe a[data-toggle="popover"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subscribe button[data-toggle="modal"] {
    display: none;
  }

  .formulaire_spip.formulaire_alerte .boutons {
    display: flex;
    align-items: center;
  }
  .formulaire_alerte .boutons a[data-toggle="popover"] {
    margin-left: 10px;
    font-size: 20px;
  }
  .popover {
    height: max-content;
    max-width: 100%;
    width: 600px;
  }
  .popover-content {
    text-align: justify;
  }
  .rubrique-widget > .row {
    max-width: 100%;
  }
}
/*Fin add joris*/

.page-blanche {
  background-color: #ffffff !important;
}

.red-contour {
  border: 1px solid #ff3d00;
}

.green-contour {
  border: 1px solid #00ba5c;
}

.box-shadow-container {
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .block-partage {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .block-partage {
    display: block;
    left: -40px;
    top: 485px;
    position: absolute !important;
  }
}

.z-index300 {
  z-index: 300;
}
/* Bouton sous photo auteur , page -> article */
.center-btn-user {
  display: block;
  background-color: #3c9fd9 !important;
  color: white !important;
  text-align: center;
  font-size: 16px;
  width: 40px;
  height: auto;
  margin: -1px auto 4px auto;
  padding-left: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.center-btn-user > .lnr {
  font-weight: 800 !important;
}

.icon-menu-lg {
  font-size: 21px !important;
  font-weight: bolder !important;
  line-height: 0.7em !important;
}

.icon-apropos-lg {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  border: #fff 2px solid;
  -webkfit-border-radius: 25px;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  display: inline-block;
  margin-top: -1px;
}

.border-radius-10 {
  overflow: hidden;
  -webkfit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-00 {
  opacity: 0;
}

.a-la-une {
  color: #34e089 !important;
  position: absolute;
  font-size: 30px !important;
  top: 50px;
  right: -15px;
}

/* premiere lettre en gras */
.firstLGras:first-letter {
  font-weight: bold;
}
/* premiere lettre plus grosse */
.firstLBig:first-letter {
  font-size: 1.2em;
}

/* COULEUR TEXTE */

.txt-italic {
  font-style: italic;
}
.txt-lighter {
  font-weight: lighter;
}

.txt-bleu-fonce {
  color: #076eab !important;
}

.txt-bleu {
  color: #3c9fd9 !important;
}

.txt-bleu-claire {
  color: #8ecbee !important;
}
.txt-gris {
  color: #555555 !important;
}

.txt-gris-clair {
  color: #cccccc !important;
}

.txt-blc {
  color: #ffffff !important;
}

.txt-bleu-titre {
  color: #076eab !important;
}
.txt-red {
  color: #ff6b3c !important;
}
.txt-red-fonce {
  color: #ff3d00;
}
.txt-red-clair {
  color: #ffad92;
}

.txt-green {
  color: #34e089 !important;
}
.txt-green-fonce {
  color: #00ba5c;
}
.txt-green-clair {
  color: #8af1bd;
}

blockquote > p > a,
article > p > a {
  color: inherit;
  /*font-weight:lighter !important;*/
  color: #3c9fd9;
}
blockquote > p > i > a,
article > p > i > a {
  color: inherit;
  /*font-weight:lighter !important;*/
  color: #3c9fd9;
}
blockquote > p > em > a,
article > p > em > a {
  color: inherit;
  /*font-weight:lighter !important;*/
  color: #3c9fd9;
}
blockquote.spip {
  min-height: 40px;
  padding-left: 10px;
}

.link-in-lang > a {
  color: #3c9fd9 !important;
}
.a-hidden a {
  display: none;
}

/* ACCORDION -> aside */

.bloc-in-30 {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px;
  color: #3c9fd9;
  font-size: 1.7em;
}
.bloc-in-20 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 4px 0 0;
  color: #3c9fd9;
  font-size: 1.2em;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.5em !important;
  padding: 4px;
  vertical-align: top;
  border-top: 1px solid #8ecbee;
}
.table > thead > tr > th {
  line-height: 1.6em !important;
  font-weight: 500;
  padding: 4px;
  vertical-align: top;
  border-top: 1px solid #8ecbee;
}

.table tbody tr:hover {
  /* background-color: rgba(255,255,255,0);*/
  background: 0.9em inherit;
}

@media (min-width: 1077px) and (max-width: 1366px) {
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 4px 0px 4px 1px;
    vertical-align: top;
    border-top: 1px solid #8ecbee;
  }

  .table > thead > tr > th {
    line-height: 1.5em !important;
    font-weight: 500;
    padding: 4px;
    vertical-align: top;
    border-top: 1px solid #8ecbee;
  }
}
/* ACCORDION FIN*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #8ecbee;
  border-right: 0px solid #8ecbee;
  border-left: 0px solid #8ecbee;
  /*border-bottom: none;*/
}
/*
.infos_cv dt, dl {
border-bottom: 0.5px solid #CCC !important;
}*/
.list_day_of_week {
  color: #3c9fd9;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2px solid !important;
}

.dynamic_form {
  width: 100% !important;
}
.dynamic_form_seperator {
  color: #3c9fd9;
  /*line-height: 2.6em;*/
}

.dynamic_form_field {
  width: 40% !important;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}
.dynamic_form_value {
  width: 60% !important;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}

@media (max-width: 1077px) {
  .dynamic_form_field {
    display: block;
    width: 100% !important;
  }
  .dynamic_form_value {
    display: block;
    width: 100% !important;
  }
}

.panel-body a:hover {
  color: #333333;
  text-decoration: none;
}
/*MODIF ltjno 031017
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF !important;
}
 */

.font-menu {
  font-size: 15px;
  text-transform: capitalize;
}

@media (min-width: 767px) and (max-width: 1076px) {
  .font-menu {
    font-size: 13px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) {
  .text-responsive-smallsize {
    /* taille de la date des annonces */
    font-size: 0.9em !important;
  }
}

@media (max-width: 767px) {
  .text-responsive-smallsize {
    /* taille de la date des annonces */
    font-size: 0.6em !important;
  }
}

.text-mobile-resize {
  font-size: inherit;
}
.list-style-none li {
  list-style-type: none !important;
}

.text-init {
  text-transform: none !important;
}

.text-05 {
  font-size: 0.5em !important;
}

.text-07 {
  font-size: 0.7em !important;
}
.text-08 {
  font-size: 0.8em !important;
}

.text-09 {
  font-size: 0.9em !important;
}

.text-1em {
  font-size: 1em !important;
}

.text-1em1 {
  font-size: 1.1em !important;
}

.text-1em3 {
  font-size: 1.3em !important;
}

.text-2em {
  font-size: 2em !important;
}

.text-3em {
  font-size: 3em !important;
}

.text-4em {
  font-size: 4em !important;
}

.text-biger {
  font-size: 1.2em !important;
  font-weight: bold !important;
}

.text-bold {
  font-weight: bold !important;
}
.text-bold-500 {
  font-weight: 500 !important;
}
.text-lg {
  font-size: 1.6em !important;
}

.text-lg-2 {
  font-size: 1.2em !important;
}

.v-align-b {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .md-small {
    font-size: 1.2em;
  }
  .xs-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1076px) {
  .md-small {
    font-size: 1.3em;
  }
}

@media (min-width: 1077px) and (max-width: 1366px) {
  .lg-small {
    font-size: 1.3em;
  }
}

.v-img-align-b {
  vertical-align: bottom;
  bottom: 0px;
  position: absolute;
}
img .v-img-align-m {
  vertical-align: middle;
  position: absolute;
}
.v-align-m {
  vertical-align: middle !important;
}

.border-radius-5 {
  border-radius: 5px;
}
.border-radius-10 {
  border-radius: 10px;
}

.block-rounded {
  border-radius: 50%;
}

.block-rounded-user {
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.block-rounded-user img {
  width: auto;
  height: auto;
  margin: auto;
}

.border-left-radius {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border-left-gris {
  border-left: 2px solid #8ecbee;
}

.border-top-gris {
  border-top: 2px solid #8ecbee;
}
.border-top-bleu {
  border-top: 1px solid #076eab;
}
.border-top-bleu2 {
  border-top: 2px solid #076eab;
}
.border-left-bleu {
  border-left: 1px solid #076eab;
}
.border-left-bleu2 {
  border-left: 2px solid #076eab;
}

.border-bottom-gris-light {
  border-bottom: 1px solid #ddd;
}

.border-bottom-gris {
  border-bottom: 2px solid #8ecbee;
}

.border-bottom-blk-big {
  border-bottom: 4px solid #666;
}

.border-top-blk-big {
  border-top: 4px solid #666;
}

.block-badge-border {
  border: 1px solid #3c9fd9;
  border-radius: 10px;
  padding: 5px;
}

.color-red-black {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ce0839 !important;
}

/*test*/
/* ICONES lienaricons */

.lnr {
  display: inline-block;
  fill: currentColor;
  /*width: 1em;*/
  height: 1em;
  vertical-align: -0.03em;
  /* font-weight: 600 !important;*/
}

.descr .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.1em;
}

.descr-txt-bleu .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.1em;
}

.link-blog-marg-left10 {
  margin-left: 10px;
}

.bienvenue {
  height: auto;
  color: #ffffff !important;
  padding: 10px 20px 0px 20px;
}

.bienvenue .img-bg-bottom {
  margin-left: -20px;
  margin-right: auto;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.bienvenue h4 {
  height: auto;
  margin: 0 0 80px 0;
  line-height: 1.2;
}

.tiret-separateur {
  display: inline-block;
  width: 75%;
  border-left: 2px solid #ffffff;
  border-radius: 0%;
  /*border-style:  none none none dotted;*/
  margin: 4px;
  padding: 0 8px;
}

.habitants {
  overflow: hidden !important;
  padding: 2px 10px -40px 10px;
  text-align: center;
}

.habitants .h2 {
  color: #3c9fd9 !important;
  font-size: 1.5em !important;
  margin: 4px 0 0 0;
}

.habitants .h5 {
  text-transform: uppercase;
  /*border-bottom: 1px solid #3C9FD9;*/
  font-size: 1.3em !important;
  /*color: #3C9FD9;*/
  /*padding: -15px 0 0 0 important;*/
  margin: 15px 0px 0px 0px;
}

.habitantsomm {
  overflow: hidden !important;
  height: 620px;
  /*color: #3C9FD9 ! important;*/
  padding: 2px 10px -40px 10px;
  text-align: center;
}

.habitantsomm .h2 {
  color: #3c9fd9 !important;
  font-size: 1.5em !important;
  margin: 4px 0 0 0;
}

.habitantsomm .h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #3c9fd9;
  font-size: 1.3em !important;
  /*color: #3C9FD9;*/
  padding: -15px 0 0 0 important;
  margin: 15px 15px -15px 15px;
}

.tiret-separateur-bottom {
  display: inline-block;
  width: 75%;
  border-bottom: 2px solid #ffffff;
  border-radius: 0%;
  /*border-style:  none none none dotted;*/
  margin: 0;
  padding: 2px 8px;
}

.tiret-separateur-bottom-bleu {
  display: inline-block;
  width: 75%;
  border-bottom: 2px solid #3c9fd9;
  border-radius: 0%;
  /*border-style:  none none none dotted;*/
  margin: 0;
  padding: 2px 2px;
}

.tiret-separateur-bottom-gris-4px {
  display: inline-block;
  border-bottom: 4px solid #ccc;
  border-radius: 0%;
  /*border-style:  none none none dotted;*/
  margin: 0;
  padding: 2px 2px;
}

.tiret-separateur-top-bleu {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #3c9fd9;
  border-radius: 0%;
  margin: 0;
  padding: 2px 2px;
}

.divider-bleu-lg {
  display: inline-block;
  width: 100%;
  border-top: 4px solid #8ecbee;
  border-radius: 0%;
  margin: 0;
  padding: 2px 2px;
}
.divider-bleu {
  display: inline-block;
  width: 80%;
  height: 1px;
  border-top: 1px solid #3c9fd9;
  border-radius: 0%;
  margin: 2% 10%;
  padding: 5px 2px;
}

.tiret-separateur-left-bleu {
  display: inline-block;
  width: 100%;
  border-left: 2px solid #3c9fd9;
  border-radius: 0%;
  margin: 0;
  padding: 2px 2px;
}

.border-bottom-bleu {
  border-bottom: 1px solid #3c9fd9;
  padding: 4px 0px;
}

.border-bottom-blc {
  border-bottom: 1px solid #fff;
  padding: 2px 0px;
}

.border-bottom-red {
  border-bottom: 1px solid #ff6b3c;
  padding: 4px 0px;
}

.border-bottom-green {
  border-bottom: 1px solid #34e089;
  padding: 4px 0px;
}

.tiret-dialog-left {
  display: block;
  position: absolute;
  left: -13px;
  top: 20px;
  background-image: url("../imagesvj/tiret-dialog-left.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 25px;
  z-index: 100;
}

.border-left-dialog {
  margin-left: 20px;
  border-left: 2px solid #8ecbee;
  z-index: 10;
}

.tiret-dialog-bottom {
  display: block;
  position: absolute;
  left: 20px;
  top: 147px;
  background-image: url("../imagesvj/tiret-dialog-left.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 25px;
  z-index: 100;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.border-bottom-dialog {
  margin-bottom: 25px;
  border-bottom: 2px solid #8ecbee;
  z-index: 10;
}
.dialog-bottom {
  display: block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  background-image: url("../imagesvj/tiret-dialog-left.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 38px;
  z-index: -10;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/*fleches dialogue et commentaire patch spip*/

.previsu {
  margin-bottom: 1.5em;
  padding: 0.75em;
  border: 0px;
  border-radius: 0px;
}

.cssarrow-bc {
  position: relative;
  background: #ffffff;
  border: 2px solid #c2e1f5;
  padding: 5px;
  margin-bottom: 15px;
}
.cssarrow-bc:after,
.cssarrow-bc:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cssarrow-bc:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.cssarrow-bc:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c2e1f5;
  border-width: 18px;
  margin-left: -18px;
}

.cssarrow-bl {
  position: relative;
  background: #ffffff;
  border: 2px solid #c2e1f5;
  padding: 5px;
  margin-bottom: 15px;
}
.cssarrow-bl:after,
.cssarrow-bl:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cssarrow-bl:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.cssarrow-bl:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c2e1f5;
  border-width: 18px;
  margin-left: -18px;
}

.cssarrow-tl {
  position: relative;
  background: #ffffff;
  border: 2px solid #c2e1f5;
  padding: 5px;
  margin-top: 15px;
}
.cssarrow-tl:after,
.cssarrow-tl:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cssarrow-tl:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: 0px;
}
.cssarrow-tl:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 18px;
  margin-left: -3px;
}

.cssarrow-tl-6art {
  position: relative;
  background: #e2e2e2;
  border: 2px solid #ccc;
  padding: 5px;
  margin-top: 15px;
}
.cssarrow-tl-6art:after,
.cssarrow-tl-6art:before {
  bottom: 100%;
  left: 120px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cssarrow-tl-6art:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e2e2e2;
  border-width: 15px;
  margin-left: 0px;
}
.cssarrow-tl-6art:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ccc;
  border-width: 18px;
  margin-left: -3px;
}

.cssarrow-0bord {
  position: relative;
  background: #e2e2e2;
  padding: 30px 10px 10px 10px;
  margin-top: 15px;
}
.cssarrow-0bord:after {
  bottom: 100%;
  left: 120px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e2e2e2;
  border-width: 15px;
  margin-left: 0px;
}

.titre-6art {
  padding: 0 0 0 71px !important;
  margin: 0 0 0 0 !important;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: -45px;
  z-index: 5;
}

.titre-6art-reduct {
  margin: -46px 0 0px 71px !important;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  height: auto;
}

@media (max-width: 480px) {
  .titre-6art {
    padding: 5px 0 0 72px !important;
    margin: 0 0 0 0 !important;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: -45px;
    z-index: 5;
  }
  .titre-6art-reduct {
    margin: -33px 0 0px 0px !important;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    height: auto;
  }
}

/*FIN fleches dialogue*/

.txt-titre-article {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #3c9fd9 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-left: 30px;
}
.txt-titre-rubrique {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #3c9fd9 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
blockquote {
  font-family: "", Helvetica, Arial, sans-serif;
  padding:  0px 0px 0px 6px;
  margin: 10px 5px 10px 0 !important;
  font-size: 18px !important;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border-left: 6px solid #8ecbee !important;
  border-radius: 10px;
}

.border-radius-top {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/* surcharge style des articles spip  */

blockquote > p {
  font-weight: 500;
}
b,
strong {
  font-weight: 400;
}

a.spip_note {
  font-weight: normal;
}

.texte-rubrique a {
  color: #3c9fd9;
}

.texte-article {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.2em;
  font-weight: 300;
  color: #666666 !important;
  padding: 10px;
  letter-spacing: 0.01em;
  word-spacing: 0.1rem;
}

ul.spip, ol.spip {
  margin-left: 0em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.texte-article img.puce {
  vertical-align: baseline !important;
}

.texte-article:before {
  font-family: "Linearicons-Free";
  /* MODIF ltjno 220917 :  supprime  l'affichage de l'icone en brut de l'article
    content: "\e802";
    content: "\e81f";
    */
  display: inline-block;
  padding-right: 3px;
  vertical-align: bottom;
  font-size: 1.6em;
  color: #3c9fd9 !important;
}

.texte-article > h2 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 500 !important;
  color: #666666 !important;
  margin: 15px -5px;
  padding-top: 1em !important;
  padding-bottom: 15px;
  margin-top: 1em !important;
  position: relative;
}
.texte-article h2.spip::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 33%;
  left: 0%;
  border-bottom: 2px solid #3c9fd9;
}

.texte-article > h4 {
  text-align: inherit;
  font-size: 1.2em;
  font-weight: 500 !important;
  color: #666666 !important;
  padding: 10px inherit;
  padding-top: 4em !important;
  margin-top: -4em !important;
}
.texte-article h5,
.texte-article .h5 {
  font-size: 1em;
  font-weight: 500;
  padding-left: 10px;
}

.texte-article .spip_exergue {
  font-style: italic;
  text-align: right;
  font-size: 1.2em;
  font-weight: inherit !important;
  color: #076eab !important;
  padding: 5px 5px;
  border-bottom: 5px solid #8ecbee;
  display: block;
  width: 30%;
  float: right;
  margin: 1px 10px;
}

@media (max-width: 481px) {
  .texte-article .spip_exergue {
    font-style: italic;
    text-align: left;
    font-size: 1.1em;
    font-weight: inherit !important;
    color: #076eab !important;
    border-bottom: 0px solid #8ecbee !important ;
    border-top: 0px solid #8ecbee !important  ;
    width: 100%;
    margin: 5px 0;
  }

.texte-article .spip_exergue{
  background:#FFFFFF;
  padding: 5px 30px 5px 30px;
  position: relative;
}
.texte-article .spip_exergue::before {
  content:'';
  border-top:23px solid #3C9FD8; /*couleur du fond derrière le bouton*/
  border-right: 23px solid transparent;
  position: absolute;
  left:0;
  top: 0;
}
}

.texte-article input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0 15px;
  margin-top: 1px \9;
  line-height: normal;
}
.documents_joints {
  display: block;
  float: left;
  padding: 10px;
  width: 100%;
}
.documents_joints h2 {
  color: #8ecbee;
  font-size: 23px;
  border-left: 2px solid #8ecbee;
  padding-left: 5px;
}
.documents_portfolio {
  width: 100%;
  margin: 10px;
}
.documents_portfolio img {
  padding: 2px;
  margin: 2px;
  border: 1px solid #8ecbee;
}
.spip_logo {
  float: left;
}

/* FIN surcharge style des articles spip  */
/* REPRISE DES STYLES SPIP DE PREVIEW POUR AVOIR le même résultat qu'en ligne */

#wysiwyg .champ,
.preview {
  font-size: 1.2em;
  line-height: 145%;
  font-family: "", Helvetica, Arial, sans-serif;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -khtml-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
/*#wysiwyg .champ .label, #wysiwyg .champ label {text-align:left;}*/
#wysiwyg p,
.preview p {
  margin: 0.8em 0;
}
#wysiwyg h2.spip,
.preview h2.spip {
  font-family: "", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold !important;
  color: #666666 !important;
  margin: 15px -5px;
  padding-top: 4.5em !important;
  padding-bottom: 15px;
  margin-top: -4em !important;
  position: relative;
}
#wysiwyg h2.spip,
.preview h2.spip::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 33%;
  left: 0%;
  border-bottom: 1px solid #3c9fd9;
}
h2.spip {
  text-align: left !important;
  padding-bottom: 4px;
  /*border-bottom: 1px solid #3C9FD9;*/
  position: relative;
  /*float: left;*/
  width: 100%;
  margin-bottom: 25px;
  font-size: 26px !important;
  word-break: break-word;
  hyphens : none;
  -webkit-hyphens : none;
  -ms-hyphens : none;
  -moz-hyphens : none;


}
h3.spip {
  font-size: 22px !important;
  margin-top: 30px;
  font-weight: 500;
}
h4.spip {
  font-size: 18px !important;
  margin-top: 20px;
  font-weight: 500;
}

#wysiwyg .spip_note_ref,
.preview .spip_note_ref {
  vertical-align: super;
  font-size: 80%;
  font-family: "", Helvetica, Arial, sans-serif;
}
#wysiwyg .contenu_descriptif {
  border: 0;
  background-color: #eee;
  padding: 10px 15px;
}
.fiche_objet #wysiwyg .contenu_descriptif {
  margin-left: -15px;
  margin-right: -15px;
}
#wysiwyg .contenu_descriptif .label {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5em;
  color: #999;
  font-weight: normal;
}
#wysiwyg .contenu_descriptif p {
  margin: 0.5em 0em;
}
#wysiwyg .contenu_bio {
  border: 0;
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
#wysiwyg .contenu_bio .label {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5em;
  color: #999;
  font-weight: normal;
}
#wysiwyg .contenu_bio p {
  margin: 0.5em 0em;
}
#wysiwyg .contenu_nom_site {
  border: 0;
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
#wysiwyg .contenu_nom_site .label {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5em;
  color: #999;
  font-weight: normal;
}
#wysiwyg .contenu_nom_site p {
  margin: 0.5em 0em;
}
#wysiwyg .contenu_nom_site .label {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#wysiwyg .contenu_nom_site .nom_site {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#wysiwyg .contenu_notes {
  background-color: transparent;
  border-top: 0px solid #ccc;
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
#wysiwyg .contenu_notes .label {
  font-family: "", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 0.5em;
  color: #999;
  font-weight: normal;
}
#wysiwyg .contenu_notes .notes p {
  margin: 0.5em 0;
}
#wysiwyg .contenu_notes .notes p .spip_note_ref {
  margin-left: -28px;
}

.texte-article .table {
  font-size: 0.9em;
  font-weight: 300;
  color: #666666 !important;
  text-align: left !important;
}

.texte-article .table .row_first {
  font-size: 18px !important;
  vertical-align: top;
  font-weight: 500;
  background-color: #f1f1f1;
}

th,
b {
  font-weight: 500 !important ;
  vertical-align: top;
  font-size: 1em;
}
.table > thead > tr > th {
  padding: 4px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #198acd;
}

/* FIN : REPRISE DES STYLES SPIP DE PREVIEW POUR AVOIR le même résultat qu'en ligne */

.img-bg-bottom {
  display: block;
  position: absolute;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  height: auto;

  bottom: 0;
}

.profil {
  background-color: #ffffff;
  border: 1px solid #076eab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 55px;
  border-radius: 50% !important;
}

.profil img {
  background-color: #ffffff;
  border-radius: 50% !important;
  width: 80px;
  height: 55px;
}

/*------------------------------------------------*/

.bg-body {
  background: url(imagesvj/pub-habillage1.jpg) no-repeat center top transparent;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

.body-pub {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0px;
  left: auto;
  margin: auto;
  text-align: center;
}

.bg-img-emploi {
  background-image: url("../img/emploi-big-bleu.png");
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: 45%;
  background-size: 23%;
}
@media (max-width: 1076px) {
  .bg-img-emploi {
    background-image: url("../img/emploi-big-bleu.png");
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 19%;
    background-size: 34%;
  }
}
.bg-img {
  background: url("/..") no-repeat scroll center top transparent;
  display: block;
  height: 100%;
  left: 1px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  cursor: pointer;
}

.img-center {
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}
.img-center-full {
  text-align: center;
  position: absolute;
  margin: auto;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
}

.img-in-text-right {
  width: auto;
  float: right;
  display: inline-block;
}
.img-in-text-left {
  width: auto;
  float: left;
  display: inline-block;
}
/* retrait pour conflits avec popover mika 20180322
.top {
    position: absolute;
    top: 2% !important;
    right: 0;
    bottom: 0;
    left: 0;
}
*/

@media (min-width: 480px) {
  .bg-space-menu {
    content: "  ";
    height: 27px;
    width: 4px;
    padding: 0 1px;
    margin: 6px 0 0 10px;
  }
  .descr-blog {
    left: 58% !important;
  }
}

@media (max-width: 767px) {
  .bg-space-menu {
    content: "  ";
    height: 2px;
    width: 100%;
    padding: 0 1px;
    margin: 4px 0 0 10px;
  }
  .txt-titre-article {
    font-family: "", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #3c9fd9 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .txt-titre-rubrique {
    font-family: "", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #3c9fd9 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}

@media handheld,
  all and (max-width: 980px) /* only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) */ {
  .text-mobile-resize {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

.bg-space120 {
  height: 120px;
  width: auto;
  margin: 0 auto;
}

.marqueur-publicite {
  display: block;
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 9px;
  color: #076eab;
  z-index: 10;
}

.pub-google-banner {
  text-align: center;
  margin: auto;
  width: auto;
  margin-top: 1%;
}

.logo-nuage {
  /*min-height: 70px;*/
  display: inline-block;
  vertical-align: middle;
  max-height: 150px;
  max-width: 150px;
  margin: -2% 0%;
}

.parallax {
  /* The image used */
  background-image: url("/imagesvj/pub-habillage1.jpg");

  /* Set a specific height */
  width: 1300px;
  height: 600px;
  z-index: -1000;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ombre-inset-bottom {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px -12px 21px -17px #8ebae8;
  -moz-box-shadow: inset 0px -12px 21px -17px #8ebae8;
  box-shadow: inset 0px -12px 21px -17px #8ebae8;
}

.ombre-light {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.bord-none {
  border: hidden !important;
}

.bord-gris {
  border: 4px solid #8ecbee !important;
}

.bord-bleu-1 {
  border: 1px solid #3c9fd9 !important;
}
.bord-black-1 {
  border: 1px solid rgb(100, 100, 100) !important;
}

.bord-left-black {
  border-left: 2px solid rgb(100, 100, 100) !important;
}

.bord-blc {
  border: 1px solid #ffffff !important;
}

.bord-red-1 {
  border: 1px solid #ff6b3c !important;
}

.bg-blc {
  background-color: #ffffff !important;
  color: #3c9fd9;
}

.bg-gris {
  background-color: rgba(100, 100, 100, 0.5) !important;
}

.bg-blue {
  background-color: #3c9fd9 !important;
}

.bg-blue2 {
  background-color: #61b9e5 !important;
}

.bg-blue3 {
  background-color: #61b9e5 !important;
}
.bg-green {
  background-color: #34e089 !important;
}

.bg-blue-clair {
  background-color: #8ecbee !important;
}

.bg-blue-som {
  background-color: rgba(97, 173, 223, 1) !important;
}

.bg-gris-clair {
  background-color: rgba(211, 234, 248, 0.5) !important;
}
@media (max-width: 768px) {
  .bg-gris-clair_simobile {
    background-color: rgba(211, 234, 248, 0.5) !important;
  }
}
.bg-gris-body {
  background-color: #ededed;
}

.bg-gris-clair2 {
  background-color: rgba(211, 234, 248, 0.9) !important;
}
.bg-red {
  background-color: #ff6b3c !important;
}

.bg-red-fonce {
  background-color: #ff3d00 !important;
}
.left {
  float: left !important;
}
.clic_left_carousel{
  
  position: absolute;
  left: 0px !important;
  display: block;
  top: 10%;
  margin-left: -12% !important;
}
.clic_right_carousel{ /* supprimé pour mobile */
  position: absolute;
  left: 100% !important;
  display: block;
  top: 10%;
 }


.text-left {
  text-align: left;
  float: left !important;
}

.text-right {
  text-align: right;
  float: right !important ;
}
.etiquet-red {
  background-color: #ff6b3c !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  top: -5px;
  right: 5px;
  height: 20px;
  width: 140px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-style: italic;
}

.etiquet-green {
  background-color: #34e089 !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  top: -5px;
  right: 5px;
  height: 20px;
  width: 140px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-style: italic;
}

/* base des col */

.col-droite-md-lg {
  overflow: hidden;
  float: right;
  background-color: #fff;
}

.col-gauche-md-lg {
  padding: 0px;
  float: left;
}

@media (min-width: 768px) {
  .col-droite-md-lg {
    width: 100% !important;
    overflow: hidden;
    padding-right: 2px;

    float: left;
  }

  .col-gauche-md-lg {
    padding: 0 10px;

    float: left;
    width: 100% !important;
  }
}

@media (min-width: 1165px) {
  .col-droite-md-lg {
    width: 308px !important;
    overflow: hidden;
    padding-right: 2px;
  }
  .col-gauche-md-lg {
    padding: 0 10px;
    width: 850px !important;
  }
}

@media (min-width: 1366px) {
  .col-droite-md-lg {
    width: 308px !important;
    overflow: hidden;
    padding-right: 2px;
  }
  .col-gauche-md-lg {
    padding: 0 10px;

    width: 850px !important;
  }
}

/* modif du contenu des annonces*/

.styl_annonce p ul li {
  margin: 0 0 0 7px;
}
/* reprise main.css*/
/*td.list_header_cell:hover {
    background-color: #60B3E3 !important;
    color: #fff !important;
}
*/
a.list_header_cell {
  color: #fff !important;
}
td.list_header_cell {
  font-size: 1em !important;
  margin: 0px;
  border-collapse: collapse;
  background-color: #60b3e3;
  color: #fff !important;
  text-align: center;
  padding: 2px !important;
}
/*
td.list_header_cell:hover {
    background-color: #60B3E3 !important;
    color: #fff !important;
}*/

a.list_header_cell {
  color: #fff !important;
  font-size: 0.9em;
}

/* FIN reprise main.css*/

/* base des col ANNONCE */

.col-droite-md-lg-ann {
  overflow: hidden;
  float: right;
}

@media (min-width: 768px) {
  .col-droite-md-lg-ann {
    width: 308px !important;
    overflow: hidden;
    padding-right: 2px;
  }
}

@media (min-width: 1077px) {
  .col-droite-md-lg-ann {
    width: 308px !important;
    overflow: hidden;
    padding-right: 2px;
  }
}
/* reprise main.css*/
/* MIKA 2020 : Responsive TABLEAUX et LISTES  */

@media (max-width: 1077px) {
  #resumelist input[type="checkbox"],
  #joblist_premium input[type="checkbox"],
  #joblist_premium input[type="radio"],
  #joblist input[type="checkbox"],
  #joblist input[type="radio"] {
    margin: 0px;
  }

  tr.list_controls,
  .list_controls {
    border: none !important;
    background-color: transparent !important;
  }
  .list_controls td {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0 !important;
  }
  .today {
    color: #f47a6e !important;
  }

  td.list_header_cell {
    display: none;
    width: 100%;
    font-size: 1em !important;
    margin: 0px;
    border-collapse: collapse;

    color: #fff !important;
    text-align: center;
    padding: 2px !important;
  }

  td.list_header_cell:hover {
    background-color: #60b3e3 !important;
    color: #fff !important;
  }

  a.list_header_cell {
    color: #fff !important;
  }

  tr.list_controls + tr,
  table#joblist + tbody + tr {
    background-color: #60b3e3 !important;
    color: #fff !important;
  }

  .list_data_cell {
    font-weight: 300 !important;
  }

  .list_data_cell b {
    font-weight: 400 !important;
  }

  .nav_page_cur {
    font-weight: bold;
    padding: 0.2em 0.3em 0.2em 0.5em;
    border: 1px solid #3c9fd9;
    text-align: center;
    background-color: #eee !important;
  }

  .lien_candidatures {
    display: block;
    height: 32px;
    width: 52px;
    margin: auto;
    text-align: left;
  }

  .green_grad .lien_candidatures {
    color: #ff3d00 !important;
  }

  input[type="radio"],
  input[type="checkbox"] {
    margin: 0px;
    position: relative !important;
  }

  .btn-group button,
  .btn-group input {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
  }

  th,
  b {
    font-weight: 400;
    font-size: 1.1em;
  }

  tr,
  td {
    font-weight: 300 !important;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*  border: 1px solid #8ecbee ; ---- supp mika*/
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    float: left;
  }

  .table-responsive > .table > tbody > tr > td {
    border: none;
  }
  .table-responsive > .table-bordered {
    word-break: break-word;
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  /* MIKA 2020 : Responsive TABLEAUX et LISTES  */

  /* Tableaux dynamic annonces JBListMarkup  */
  .order_col_head {
    display: none !important;
  }
}

.table-responsive > .table > tbody > tr > td {
  word-break: break-word;
}

@media (max-width: 1078px) {
  .table-responsive > .table > tbody > tr > td > b > a::before {
    font-family: "icomoonLinear";
    font-weight: normal !important;
    font-size: 16px !important;
    color: #3c9fd9;
    content: "\e94a"; /*\e92a circle*/
    margin: 4px;
  } /* .table-responsive > .table > tbody > tr >td > .description { font-style: italic !important;line-height: 1.3em !important; font-weight: bold !important;}*/
}

/* FIN responsive reprise main.css*/

.container-div {
  position: relative;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
}

.container-ss-rubrique {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.container-div-6art {
  position: relative;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}

.width-150px {
  width: 150px !important;
}

.min-height-full {
  min-height: 100%;
}
.min-heigh-50 {
  min-height: 50px;
}
.min-heigh-25 {
  min-height: 25px;
}
.max-height-500 {
  max-height: 500px;
}

.max-height-650 {
  max-height: 650px;
}
.max-height-260 {
  max-height: 260px;
  overflow: hidden;
}
.max-height-230 {
  max-height: 230px;
  overflow: hidden;
}

.overflow-auto-100 {
  max-height: 100px;
  overflow: auto;
}

.overflow-auto-80 {
  /* MODIF ltjno 150917
    max-height: 80px;
  */
  max-height: 100px;
  overflow: auto;
}
.overflow-auto-125 {
  max-height: 125px;
  overflow: auto;
}

.overflow-auto-300 {
  max-height: 300px;
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}
.minH-125 {
  min-height: 125px;
  overflow: hidden;
}

.max-height-120 {
  max-height: 120px;
  overflow: hidden;
}
.max-height-30 {
  max-height: 30px;
}
/* MODIF ltjno 190917 */
.max-height-150 {
  max-height: 150px;
  overflow: hidden;
}
.height-40 {
  position: relative;
  min-height: 40px;
}

.height-50 {
  position: relative;
  min-height: 50px;
}
.height-60 {
  position: relative;
  min-height: 60px;
}
.height-120 {
  position: relative;
  min-height: 120px;
}

.height-150 {
  position: relative;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
}

.height-160 {
  position: relative;
  width: 100%;
  min-height: 160px;
  overflow: hidden;
}

.height-200 {
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}

.height-250 {
  position: relative;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
}

.height-350 {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.height-327 {
  position: relative;
  width: 100%;
  min-height: 327px;
  overflow: hidden;
}

.h100-w100 {
  width: 100px;
  height: 100px;
}

.h100-w100pc {
  width: 100%;
  height: 100%;
}

.h150-w150 {
  width: 150px;
  height: 150px;
}

.H-125 {
  height: 125px;
  overflow: hidden;
}
.SomPresta-H148 {
  height: 148px !important;
}

.h75-w75 {
  width: 75px;
  height: 75px;
}

.h30-w30 {
  width: 30px;
  height: 30px;
}

.h20-w20 {
  width: 20px;
  height: 20px;
}

.size-80 {
  width: 80%;
  height: 80%;
  margin: auto;
}

.space-6px-h {
  width: 100%;
  height: 6px;
}

.Adapt {
  height: auto;
}

.padding0 {
  padding: 0 !important;
}

.head-aside-som {
  min-height: 440px;
}

.image-front-portrait {
  display: block;
  width: 100%;
  position: absolute;
  top: -30%;
  left: auto;
  right: 0;
}

.image-front-paysage {
  display: block;
  height: 100%;
  margin: auto;
  left: -20%;
  position: absolute;
}

.image-front-top {
  display: block;
  width: 100%;
  position: absolute;
  top: -10%;
  left: auto;
  right: 0;
}

.image-front-middle {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: -10%;
  vertical-align: middle;
  overflow: hidden;
}

.img-nuage {
  display: block;
  height: 100%;
  margin: auto;
  left: 0%;
  position: absolute;
}

.img-pub-lateral {
  max-height: 100%;
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
}

.content-image-middle {
  display: flex;
  height: auto;
  overflow: hidden;
  width: auto;
}

img .profil {
  display: flex;
  height: 75px;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
}

.block-mag {
  display: inline-block;
  width: inherit;
  height: auto;
  float: center;
  padding: 20px;
  border: 1px solid #3c9fd9;
  margin-top: 15px;
}
.block-mag li {
  line-height: 30px;
}

.block-mag img {
  display: inline-block;
  width: auto;
  height: auto;
  float: left;
  border: 1px solid #8ecbee;
  margin: 15px;
}

.overlay {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;

  background-color: #3c9fd9;
  /*overflow: hidden;*/
  width: 90%;
  min-height: 32%;
  transition: 0.7s ease;
  opacity: 0.95;
}
.overlay-mobil {
  width: 90%;
  min-height: 30%;
  opacity: 1;
}

.overlay-4line {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;

  background-color: #3c9fd9;
  overflow: hidden;
  width: 85%;
  min-height: 51%;
  transition: 0.7s ease;
  opacity: 0.95;
}

.overlay-3line {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;

  background-color: #3c9fd9;
  overflow: hidden;
  width: 85%;
  min-height: 30%;
  transition: 0.7s ease;
  opacity: 0.95;
}

.container-div img {
  transition: 0.7s ease;
  background-color: #fff;
}

------------------------------------------------ .overlay-top {
  position: absolute;
  top: 6%;
  left: 5%;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.7s ease;
  color: #3c9fd9;
  opacity: 0.9;
  transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}

.titre_interview {
  display: block;
  background-color: #fff;
  padding: 5px;
  padding-left: 15px;
  margin-left: -24px;
}

.teaser-top {
  font-size: 24px;
  color: #076eab;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  height: 30px;
  top: -40px;
  left: 22%;
  transition: 0.7s ease;
  transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}

.bord-bleu-block-somm {
  border-top: 8px solid rgba(60, 159, 217, 0.7) /*#E2E2E2*/;
}
.bg-gris-block-somm {
  background-color: rgba(200, 200, 200, 0.2);
  padding: 0.5rem;
}
.bg-bleu-clair-mobil {
  background-color: rgba(211, 234, 248, 0.5);
  padding: 1.5rem;
}

.btn_lire_mobil {
  position: absolute;
  left: 100%;
  top: 0px;
  font-size: 1.5em;
  text-align: center;
  color: #3c9fd9;
  background-color: transparent;
  width: 11%;
  height: 100%;
  padding-top: 3%;
}

@media (min-width: 768px) {
  .bord-bleu-block-somm {
    border: 1px solid #3c9fd9;
  }
  .bg-gris-block-somm {
    background-color: transparent;
  }
  .bg-bleu-clair-mobil {
    background-color: transparent;
    padding: 0rem;
    border: 1px solid #3c9fd9;
  }

  .btn_lire_mobil {
    position: absolute;
    left: 100%;
    top: 0px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    background-color: rgba(200, 200, 200, 0.5);
    width: 11%;
    height: 100%;
    padding-top: 3%;
  }
}

.teaser-top-FIX {
  font-size: 18px;
  color: #076eab;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  height: 26px;
  top: 0px;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2px 5px 4px 5px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
.teaser-top-FIX-FOCUS {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  height: 26px;
  top: 0px;
  left: 0%;
  background-color: rgba(60, 159, 217, 0.7);
  padding: 2px 5px 4px 5px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.teaser-fix {
  font-size: 24px;
  font-weight: lighter;

  position: absolute;
  overflow: hidden;
  height: 30px;
  top: -40px;
  left: 32%;
  transition: 0.7s ease;
  transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}
.teaser-fix-2 {
  font-size: 24px;
  font-weight: lighter;

  position: absolute;
  overflow: hidden;
  height: 30px;
  top: 4px;
  left: 18%;
}

.teaser-top-sixart {
  font-size: 20px;
  line-height: 1.1em;
  color: #076eab;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  height: 44px;
  top: -40px;
  left: 22%;
  transition: 0.7s ease;
  transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}

.teaser-top-2 {
  font-size: 19px;
  color: #076eab;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  /*MODIF ltjno 140917
    width:190px;
    height: 30px;
    */
  margin-left: 5px;
  width: 100%;
  height: auto;
  top: -54px;
  left: 25%;
  transition: 0.7s ease;
  transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}

.teaser-top-2-FIX {
  height: 23px;
  font-size: 16px;
  color: #076eab;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 5px 4px 5px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.teaser-som {
  height: 31px;
  color: #076eab;
  font-weight: 300;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 5px 4px 5px;
}

/*img {
  background-color: rgba(255 ,255, 255, 0.6) !important;
  -webkit-mask-mode: alpha!important;
  mask-mode: alpha!important;
    mask-image: rgba(255, 255, 255, 0.6)!important;
}*/

/* ALIGNEMENT texte */

.align_right {
  text-align: right;
}

/* AJUSTEMENT et alignement div  */

/*@media (min-width: 768px) {
.teaser-top {
  color : #3C9FD9 ;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  height:40px;
  top: 20% ;
  left: 0%;
 transform: translate(-20%, -100%);
  -ms-transform: translate(-20%, -100%);
  }
}*/
.center {
  text-align: center;
  vertical-align: middle;
}

.marg-5px {
  margin: 5px !important;
}

.marg-right-10px {
  margin: 0 10px 0 0 !important;
}

.marg-right-4px {
  margin: 0 4px 0 0 !important;
}

.marg-w-4px {
  margin: 0 4px !important;
}

.marg-right-25px {
  margin: 0 25px 0 0 !important;
}

.marg-10px {
  margin: 10px !important;
}

.marg-bottom-15px {
  margin-bottom: 15px !important;
}

.marg-bottom-10px {
  margin-bottom: 10px !important;
}
.marg-bottom-5px {
  margin-bottom: 5px !important;
}

.marg-top-14px {
  margin: -14px 0 0 0;
}

.marg-top-10px {
  margin: 10px 0 0 0;
}

.marg-top-30px {
  margin: 30px 0 0 0;
}

.marg5px {
  margin: 0 0 5px 0;
}

.marg0 {
  margin: 0 !important;
}

.padd-top-2 {
  padding: 2px 0 0 0;
}

.padd-top-10px {
  padding: 0 0 10px 0 !important;
}

.padd-left-top-10 {
  padding: 10px 0 0 10px !important;
}

.padd-0px {
  padding: 0px !important;
}

.padd-10px {
  padding: 10px;
}

.padd-15px {
  padding: 15px;
}

.padd-5px {
  padding: 5px;
}
.padd-2px {
  padding: 2px;
}

.padd-left-5 {
  padding: 0 0 0 5px !important;
}

.padd-left-15 {
  padding-left: 15px !important;
}

.padd-left-30 {
  padding-left: 30px !important;
}

.padd-left-10 {
  padding: 0 0 0 10px !important;
}

.left-10 {
  margin: 0 0 0 10px;
}

.padd-0px {
  padding: 0px !important;
}

.padd-4px {
  padding: 4px;
}

.padd-5px {
  padding: 5px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-20px {
  padding: 20px !important;
}

.left-10 {
  margin: 0 0 0 10px;
}

.block-relatif {
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 2px;
}

.bottom-sm {
  position: absolute;
  bottom: 2px;
}
@media (max-width: 767px) {
  .bottom-sm {
    position: relative;
    bottom: 2px;
  }
}

.block-in-top {
  position: absolute;
  top: 0;
}

/* Ajustement pour TABLEAUX */
.width50 {
  width: 50%;
  vertical-align: top;
}

.teaser {
  /*white-space: nowrap;*/
  color: white;
  font-size: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  position: absolute;
  overflow: visible;
  top: 16px;
  left: 25%;
  height: 50px;
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
  /* MODIF ltjno 220118*/
  width: 97%;
}
.teaser-mobil {
  font-size: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  min-height: 30px;
  width: 97%;
}
.overlay-4line > .teaser_min {
  /*white-space: nowrap;*/
  color: white;
  font-size: 13px;
  line-height: 1em;
  position: absolute;
  overflow: hidden;
  top: 24px;
  left: 23%;
  /*height: 43px;*/
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
  /* MODIF ltjno 220118*/
  width: 100%;
}

.overlay-3line > .teaser_min {
  /*white-space: nowrap;*/
  color: white;
  font-size: 15px;
  line-height: 1em;
  position: absolute;
  overflow: hidden;
  top: 19px;
  left: 25%;
  /*height: 43px;*/
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
  /* MODIF ltjno 220118*/
  width: 100%;
}

@media (min-width: 480px) {
  .teaser {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    overflow: visible;
    top: 17px;
    left: 26%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 97%;
  }

  .overlay-4line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 13px;
    line-height: 1em;
    position: absolute;
    overflow: hidden;
    top: 24px;
    left: 23%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }

  .overlay-3line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    overflow: hidden;
    top: 14px;
    left: 26%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }
}

@media (min-width: 768px) {
  .teaser {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    overflow: visible;
    top: 17px;
    left: 26%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 97%;
  }
  .overlay-4line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 13px;
    line-height: 1em;
    position: absolute;
    overflow: hidden;
    top: 24px;
    left: 23%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }

  .overlay-3line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    overflow: hidden;
    top: 22px;
    left: 26%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }
}

@media (min-width: 1077px) and (max-width: 1366px) {
  .overlay-3line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 15px;
    line-height: 1.1em;
    position: absolute;
    overflow: hidden;
    top: 26px;
    left: 26%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }

  .overlay-4line > .teaser_min {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 13px;
    line-height: 1.1em;
    position: absolute;
    overflow: hidden;
    top: 24px;
    left: 23%;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 100%;
  }
}

/*a tester*/

/* white-space: nowrap;
   overflow: hidden;
   text-overflow: "...";
    word-wrap: overflow-wrap-ellipsis; */

.descr {
  color: white;
  font-size: 15px;
  line-height: 1.1em;
  text-align: justify;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 90%;
  padding: 0 -20% 0 0;
  top: 115px;
  /* MODIF ltjno 220118
    left: 40%;
    */
  left: 52%;
  height: 100%;
  min-height: 50px;
  max-height: 100%;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-2 {
  color: white;
  font-size: 13px;
  line-height: 1em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 89%;
  padding: 0 0% 0 0;
  top: 118px;
  left: 50%;
  height: 100%;
  max-height: 110px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-3 {
  color: white;
  font-size: 14px;
  line-height: 1.1em;
  position: absolute;
  overflow: hidden;
  width: 97%;
  padding: 0 0% 0 0;
  top: 85px;
  left: 50%;
  height: 100%;
  max-height: 63px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-4 {
  color: white;
  font-size: 15px;
  line-height: 1.2em;
  position: absolute;
  overflow: hidden;
  width: 90%;
  padding: 0 -20% 0 0;
  top: 100px;
  /* MODIF ltjno 220118
    left: 40%;
    */
  left: 50%;
  height: 100%;
  min-height: 50px;
  max-height: 100%;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-4-titre {
  font-size: 15px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 2% 0 0 3%;
  height: 100%;
  min-height: 50px;
  max-height: 100%;
}

@media (min-width: 768px) {
  .descr {
    color: white;
    font-size: 17px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    padding: 0 -20% 0 0;
    top: 155px;
    left: 48%;
    width: 85%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }
  .descr-2 {
    color: white;
    font-size: 13px;
    line-height: 1em;

    position: absolute;
    overflow: hidden;
    width: 96%;
    padding: 0 0% 0 0;
    top: 118px;
    left: 50%;

    max-height: 110px;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }

  .descr-3 {
    color: white;
    font-size: 14px;
    line-height: 1em;

    position: absolute;
    overflow: hidden;
    width: 97%;
    padding: 0 0% 0 0;
    top: 85px;
    left: 50%;
    height: 100%;
    max-height: 60px;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }

  .descr-4 {
    font-size: 17px;
    position: absolute;
    overflow: hidden;
    padding: 0 -20% 0 0;
    top: 103px;
    /* MODIF ltjno 220118
        left: 40%;
        */
    left: 48%;
    width: 90%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }
  .descr-4-titre {
    font-size: 18px;
    line-height: 1.2em;
    overflow: hidden;
    padding: 9% 0 0 8%;
    height: 100%;
    min-height: 50px;
    max-height: 100%;
  }
}

/*-- bloc2 - blog ---*/

.overlay-blog {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  background-color: #198acd;
  overflow: hidden;
  width: 90%;
  min-height: 23%;
  transition: 0.7s ease;
  opacity: 0.95;
}

.overlay-blog-4lignes {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  background-color: #198acd;
  /*overflow: hidden;*/
  width: 90%;
  min-height: 31%;
  transition: 0.7s ease;
  opacity: 0.85;
}

.overlay-blog-sixart {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  background-color: #198acd;
  overflow: hidden;
  width: 90%;
  min-height: 29%;
  max-height: 56%;
  transition: 0.7s ease;
  opacity: 0.85;
}

.teaser-blog {
  /*white-space: nowrap;*/
  color: white;
  font-size: 14px;
  line-height: 1.1em;
  position: absolute;
  overflow: hidden;
  top: 27px;
  left: 25%;
  height: 70px;
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
  /* MODIF ltjno 220118*/
  width: 100%;
}

.teaser-blog-sixart {
  /*white-space: nowrap;*/
  color: white;
  font-size: 15px;
  line-height: 1.2em;
  position: absolute;
  overflow: hidden;
  top: 22px;
  left: 26%;
  height: 70px;
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
  /* MODIF ltjno 220118*/
  width: 98%;
}
.teaser-blog-sixart a {
  /*white-space: nowrap;*/
  color: white !important;
  opacity: 1 !important;
}
@media (max-width: 1365px) {
  .teaser-blog {
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    overflow: visible;
    width: 208px;
    top: 25px;
    left: 25%;
    height: 80px;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .overlay-blog {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #198acd;
    overflow: hidden;
    width: 90%;
    min-height: 32%;
    transition: 0.7s ease;
    opacity: 0.85;
  }

  .overlay-blog-4lignes {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #198acd;
    /*overflow: hidden;*/
    width: 90%;
    min-height: 31%;
    transition: 0.7s ease;
    opacity: 0.85;
  }

  .overlay-blog-sixart {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #198acd;
    overflow: hidden;
    width: 90%;
    min-height: 29%;
    max-height: 56%;
    transition: 0.7s ease;
    opacity: 0.85;
  }

  .teaser-blog {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    overflow: visible;
    width: 208px;
    top: 27px;
    left: 25%;
    height: 80px;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    width: 100%;
  }

  .teaser-blog-sixart {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 17px;
    line-height: 1.17em;
    position: absolute;
    overflow: hidden;
    width: 208px;
    top: 26px;
    left: 26%;
    height: 77px;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
    /* MODIF ltjno 220118*/
    width: 98%;
  }
}

.descr-blog {
  color: white;
  font-size: 15px;
  line-height: 1em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 94%;
  padding: 0 -20% 0 0;
  top: 100px;
  left: 57%;
  height: 30%;
  /*min-height:50px;*/
  max-height: 100px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-managt {
  color: white;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 0 -20% 0 0;
  top: 170px;
  /* MODIF ltjno 220118
    left: 40%;
    */
  left: 55%;
  height: 30%;
  /*min-height:50px;*/
  max-height: 100px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.descr-managt-bleu {
  color: #198acd;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 90%;
  padding: 0 -20% 0 0;
  top: 110px;
  left: 50%;
  height: 50%;
  max-height: 110px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.in-sous-rubrique {
  color: white;
  font-size: 14px;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  padding: 0 -20% 0 0;
  /*bottom: 0px;*/
  left: 0;
  /*width:"90%";
  transition: .7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);*/
}

@media (min-width: 768px) {
  .descr-blog {
    color: white;
    font-size: 17px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    width: 88%;
    padding: 0 -20% 0 0;
    top: 122px;
    /* MODIF ltjno 220118
        left: 40%;
        */
    left: 57% !important;
    height: 35%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }
  .descr-managt {
    color: white;
    font-size: 17px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    width: 200px;
    padding: 0 -20% 0 0;
    top: 190px;
    /* MODIF ltjno 220118
        left: 40%;
        */
    left: 55% !important;
    height: 30%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }

  .descr-managt-bleu {
    color: #198acd;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    width: 90%;
    padding: 0 -20% 0 0;
    top: 110px;
    left: 50%;
    height: 50%;
    /*min-height:50px;*/
    max-height: 110px;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }

  .in-sous-rubrique {
    color: white;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    padding: 0 -20% 0 0;
    /*bottom: 0px;*/
    left: 0;
    /*width:"90%";
  transition: .7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);*/
  }
}

@media (min-width: 320px) {
  .descr-managt {
    width: 95%;
    padding: 0 1% 0 0;
    top: 190px;
    left: 49%;
    height: 40%;
  }
}

/*------------------------------------------------*/

/*-- bloc2 - double  ---*/

.overlay-double {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  background-color: #198acd;
  width: 90%;
  min-height: 44%;
  transition: 0.7s ease;
  opacity: 0.85;
}

.teaser-double {
  /*white-space: nowrap;*/
  color: white;
  font-size: 14px;
  line-height: 1.1em;
  position: absolute;
  overflow: hidden;
  top: 47px;
  left: 22%;
  height: 140px;
  transform: translate(-25%, -23%);
  -ms-transform: translate(-25%, -23%);
}

@media (min-width: 768px) {
  .overlay-double {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #198acd;
    width: 90%;
    min-height: 44%;
    transition: 0.7s ease;
    opacity: 0.85;
  }

  .teaser-double {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 14px;
    line-height: 1.1em;
    position: absolute;
    overflow: hidden;
    width: 97%;
    top: 47px;
    left: 24%;
    height: 140px;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
  }
}

.descr-double {
  color: white;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  width: 88%;
  padding: 0 -20% 0 0;
  top: 200px;
  left: 49%;
  height: 90%;
  /*min-height:50px;*/
  max-height: 100px;
  transition: 0.7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);
}

.in-sous-rubrique {
  color: white;
  font-size: 14px;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  padding: 0 -20% 0 0;
  /*bottom: 0px;*/
  left: 0;
  /*width:"90%";
  transition: .7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);*/
}

@media (min-width: 768px) {
  .descr-double {
    color: white;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    width: 88%;
    padding: 0 -20% 0 0;
    top: 200px;
    left: 52%;
    height: 50%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }
  .in-sous-rubrique {
    color: white;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    padding: 0 -20% 0 0;
    /*bottom: 0px;*/
    left: 0;
    /*width:"90%";
  transition: .7s ease;
  transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, 35%);*/
  }
}

@media (min-width: 1077px) {
  .overlay-double {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    background-color: #198acd;
    width: 90%;
    min-height: 44%;
    transition: 0.7s ease;
    opacity: 0.85;
  }

  .teaser-double {
    /*white-space: nowrap;*/
    /*color: white;*/
    font-size: 14px;
    line-height: 1.1em;
    position: absolute;
    overflow: hidden;
    width: 97%;
    top: 47px;
    left: 24%;
    height: 140px;
    transform: translate(-25%, -30%);
    -ms-transform: translate(-25%, -30%);
  }

  .descr-double {
    color: white;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    overflow: hidden;
    width: 88%;
    padding: 0 -20% 0 0;
    top: 200px;
    left: 50%;
    height: 50%;
    transition: 0.7s ease;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, 35%);
  }
}

/*------------------------------------------------*/

.descr-txt-bleu {
  color: #3c9fd9;
  font-size: 17px;
  line-height: 1.2em;
  position: absolute;
  overflow: hidden;
  max-width: 300px;
}

.descr-txt-bleu p {
  color: #3c9fd9;
  line-height: 1.2em;
  font-size: 15px;
  text-align: justify;
  overflow: hidden;
  min-width: 100px;
  max-width: 300px;
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .descr-txt-bleu p {
    color: #3c9fd9;
    line-height: 1.2em;
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    min-width: 100px;
    max-width: 300px;
    padding: 10px 20px;
  }

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
}

.descr-anim {
  color: white;
  font-size: 17px;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  /*word-wrap: overflow-wrap-ellipsis; */
  top: 70%;
  left: 40%;
  transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, 50%);
}

.descr-bleu {
  color: #076eab;
  font-size: 13px;
  line-height: 1.1em;
  position: absolute;
  overflow: hidden;
  /*word-wrap: overflow-wrap-ellipsis; */
  top: 60%;
  left: 0px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: auto;

  width: "95%";
  /*transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, 50%);*/
}

.descr-ss-rubrique {
  color: #076eab /*3C9FD9*/;
  font-size: 12px;
  line-height: 1.1em;
  position: absolute;
  overflow: hidden;
  /*word-wrap: overflow-wrap-ellipsis; */
  bottom: 0;
  left: 0px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: auto;

  width: "95%";
  /*transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, 50%);*/
}

@media (min-width: 768px) {
  .descr-bleu {
    color: #076eab;
    font-size: 13px;
    line-height: 1.1em;
    position: absolute;
    overflow: hidden;
    /*word-wrap: overflow-wrap-ellipsis; */
    top: 60%;
    left: 0px;
    padding: 4px;
    background-size: auto;

    width: "80%";
    /*transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, 50%);*/
  }
}

input[type="text"] {
  width: 100%; /*ex200px pour un effet*/
  box-sizing: border-box;
  /*border: 2px solid #8ecbee;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 6px 4px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

input[type="text"]:focus {
  width: 100%;
}

input[type="text"] .form-control .search-bar {
  width: 10px!;
  box-sizing: border-box;
  /*border: 2px solid #8ecbee;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  /*background-image: url('searchicon.png');*/
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 4px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

input[type="text"] .form-control .search-bar:focus {
  width: 100%; /*ex50%*/
}

navbar-brand {
  width: 120px;
  box-sizing: border-box;
  border: 2px solid #3c9fd9;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  /*background-image: url('searchicon.png');*/
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 4px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

navbar-brand:focus {
  width: 100%;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

/* MENU Espace Membre */

#smiley-box {
  width: auto;
  float: left;
}

.panel-primary {
  padding: 2%;
}
#aside .panel-primary {
  padding: 0%;
}
.nav > li.panel-title {
  border-top: 1px #8ebae8 solid;
}

ul.rapidLink {
  margin-left: 0px !important;
}

.panel > .panel-heading > a > p {
  color: #000000;
}
h3.panel-title {
  font-size: 1.4em;
}

.menu_EM_Big {
  display: block;
}

.relative-logo {
  position: relative;
}

.titre-art-mobile {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0px;
}

@media (max-width: 767px) {
  .menu_EM_Big {
    display: none;
  }
  .relative-logo {
    position: inherit;
  }

  .height-250 {
    position: relative;
    width: 100%;
    min-height: 150px;
    overflow: hidden;
  }
  .height-327 {
    position: relative;
    width: 100%;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
  }
  .titre_interview {
    padding: 5px;
    padding-left: 5px;
    padding-left: 8px;
    margin-left: 0px;
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0px;
  }
  .titre-art-mobile {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 4px 0px;
  }

  .overflow-auto-125 {
    max-height: 90px;
    overflow: hidden;
  }
}

a.btn-block {
  white-space: inherit !important;
}

.text-retour {
  white-space: inherit !important;
  word-wrap: break-word;
}

.text-alaligne {
  white-space: normal !important;
  word-wrap: break-word;
}

.btn {
  white-space: inherit !important;
  word-wrap: break-word;
  margin: 1% auto;
}
/*/
@media (min-width: 768px) {
  .tex-hidden  {
visibility: hidden;
  }
}*/

/*
.navbar-brand2 {
    width: 90px;
    display:none;
    background-repeat: no-repeat;
    margin: 4px ;
   transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}
.navbar-brand2:focus {
    width: 100%;
    transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}
*/

.navbar-brand3 {
  z-index: -200;
  width: 0px;
  background-repeat: no-repeat;
  margin: 4px;
  opacity: 0;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: -200px;
  cursor: pointer;

  transition: transform 0.6s ease;
  transition-property: top;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
}

/*@media (max-width:810px){
   .navbar-brand3-up {
    width: 95px !important;
    } 
}
*/

.navbar-brand3-up {
  width: 120px;
  height: auto;
  background-repeat: no-repeat;
  margin: 5px;
  opacity: 1;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0px;
  transition: transform 0.6s ease;
  transition-property: top;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
}
/*
.navbar-brand3:focus {
    width: 100%;
}
*/
.navbar-brand3 :hover {
  display: none;
}

/*.teaser {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 14px ;
  left: 20%;
 transform: translate(-25%, -30%);
  -ms-transform: translate(-25%, -30%);
}
*/
.borderUL-nav {
  border-top: 0px solid #fff !important;
}
.dropdown-menu > div > li > a {
  display: block;
  margin: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  font-size: 1.15em;
  border-bottom: 1px solid transparent;
  position: relative;
  /*white-space: nowrap;*/
}
.dropdown-menu > div > li > a:hover,
.dropdown-menu > div > li > a:focus {
  text-decoration: none;
  color: #3c9fd9;
}

.dropdown-menu > div > li > a:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 30%;
  left: 2%;
  border-bottom: 1px solid #3c9fd9;
}

.dropdown-menu > div .lnr {
  color: #8ecbee;
}

/* dropdown hover btn*/

.dropbtn {
  background-color: #3c9fd9;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.left {
  float: left !important;
}
.pictouservj {
  display: inline-block;
  height: 100%;
  position: relative;
}

img.pictonvj {
  display: inline-block;
  max-width: 25px !important;
  margin-top: -3px;
}

.none {
  display: none !important;
}

@media (max-width: 767px) {
  #myNavbar2 {
    display: block;
    position: absolute;
    top: -8px;
    width: 75px;
    right: 20px;
    margin-right: 34px;
    padding-right: 0;
  }
  #myNavbar2 > ul > li {
    display: block;
    float: left;
  }

  #myNavbar2 > .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .full-size {
    width: 100% !important;
    min-height: 50px;
  }
}

.label_btn_log {
  font-size: 1.2em;
  padding-left: 1rem !important;
  padding-top: 1rem !important;
  float: left;
}
.label_btn_log_hid {
  font-size: 0em;
  padding-left: 0rem !important;
  padding-top: 0rem !important;
  float: left;
}

.width_0 {
  width: 0px !important;
}

.circle_nav_head {
  position: relative;
  top: -81px;
  right: 250px;

  height: 40px;
  width: 200px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: auto;
  border-radius: 20px;
  line-height: 10pt !important;
  border: 1px solid #fff;
  background-color: #fff;
  display: inline-block;
  transition-timing-function: ease-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  padding-top: 2px !important;

  z-index: 1035;
  border: 1px solid #ccc;
  padding: 2px;
}

.circle_nav {
  position: relative;
  height: 32px;
  width: 34px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: auto;
  border-radius: 22px;
  line-height: 10pt !important;
  background-color: #fff;
  display: inline-block;
  transition-timing-function: ease-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  padding: 0px 2px !important;
}
.circle_nav .lnr {
  /*line-height: 10px !important;*/
  padding-bottom: 2px;
  vertical-align: 0.3em;
  color: #3c9fd9;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8ecbee;
  min-width: 180px;
  left: -80%;
  top: 90%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #8ecbee;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #00ba5c;
}

/* dropdown hover btn fin*/

/* modal*/
#modalsearch {
  overflow: hidden;
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 1%;
  z-index: 4050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  max-width: 600px !important;
}

.modal-body {
  background-color: #ffffff;
  position: relative;
  padding: 15px !important;
  width: auto;
  height: auto;
  min-height: 60px;
}

.modal-header-bleu,
.close {
  background-color: #3c9fd9;
  color: white !important;
  text-align: center;
  font-size: 30px;
  padding: 10px;
}

.modal-footer {
  background-color: #f9f9f9;
}

/* Mika modif pour Full screen et nouveaux affichages pub*/
.full-size {
  width: 100% !important;
}
.pull-pub-top {
  margin-top: 114px;
}

/*footer*/

footer {
  margin-left: 0;
  margin-right: 0;
}

.full {
  width: 100%;
}

.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.footer {
  background: #ffffff;
  height: auto;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  border-bottom: 0px solid #8ecbee;
  /*border-top: 10px solid #8ecbee;*/
}

.footer p {
  margin: 5px;
}

.footer img {
  max-width: 100%;
}

.footer .h3 {
  border-top: 1px solid #61b9e5;
  color: #076eab;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  padding: 6px 0px 0px 0px;
  text-transform: uppercase;
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #ffffff;
  /* MODIF ltjno 131017 :  centrage des liens sous les icones de rÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ©seaucx sociaux  */
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}

.footer a {
  color: #3c9fd9;
  float: left;
}

.footer p > a {
  float: none;
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
  background: #ffffff;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}

.newsletter-box .btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 100%;
  color: #ffffff;
}

.newsletter-box {
  overflow: hidden;
}

.bg-gray {
  background-image: -moz-linear-gradient(
    center bottom,
    #8ebae8 0%,
    #f0f0f0 100%
  );
  box-shadow: 5px 1px 0 #198acd;
}

/* ICONES Reseaux sociaux */
.social i {
  background: none repeat scroll 0 0 #3c9fd9;
  border: 0px solid #076eab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 6px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.social i:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

.social a i {
  font-size: 18px;
  margin: 0 0 0 5px;
  color: #ffffff !important;
}

.social li a {
  color: #076eab;
}

.social li:hover {
  border: 0px solid #076eab;
  background: #3c9fd9;
}

.footer-bottom {
  background: #076eab;
  border-top: 0px solid #8ecbee;
  color: #ffffff;
}

.footer-bottom p.pull-left {
  padding: 12px 10px;
}

.footer-bottom p.pull-right {
  padding: 12px 10px;
}

.payments {
  font-size: 1.5em;
}
.rotate-5deg {
  transform: scale(1.15) rotate(-5deg);
  -webkit-transform: scale(1.1) rotate(-5deg);
  -moz-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  -o-transform: scale(1.1) rotate(-5deg);
}
.rotate-5deg-R {
  transform: scale(1.15) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
}
.rotate-10deg {
  transform: scale(1.15) rotate(-10deg);
  -webkit-transform: scale(1.1) rotate(-10deg);
  -moz-transform: scale(1.1) rotate(-10deg);
  -ms-transform: scale(1.1) rotate(-10deg);
  -o-transform: scale(1.1) rotate(-10deg);
}

.FramUP {
  border: 1px solid #8ecbee;
}

.FramUP > div .FramUP-to a:hover {
  border: 3px solid #076eab;
  background-color: 8ecbee;
}

/* 20171024  MIKA : Classes supp from bootstrap -> override */
/* MIKA : Classes modif from bootstrap */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  /*margin: 5px;*/
  background-color: #fff;
  border: 1px solid #8ecbee !important;
  border-radius: 5px;
}
input[type="checkbox"] {
  margin: 3px 3px 3px 0px;
  float: inherit;
}
.form-horizontal input[type="checkbox"] {
  margin: 3px 5px 0 -15px;
}
textarea {
  width: 100%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #3c9fd9;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  overflow: hidden;
}
/*MIKA start plus*/
.tooltipnav {
  position: relative;
  display: inline-block;
}

.tooltipnav .tooltipnavtext {
  visibility: hidden;
  width: 270px;
  color: #076eab;
  text-align: center;
  /*border-radius: 6px;*/
  border: 1px solid #076eab;
  padding: 5px 0;
  /*font-size: 1.2em;*/
  position: absolute;
  z-index: 2000;
  top: 36px;
  left: -192px;
  line-height: 1.2em;
}

.modal-dialog {
  width: 70%;
  margin: 25% auto;
  max-width: 800px;
}

@media (min-width: 768px) {
  .tooltipnav:hover .tooltipnavtext {
    visibility: visible;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 1);
  }

  .tooltipnav:hover span .tooltipnavtext {
    visibility: visible;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 1);
  }
  .pull-pub-top {
    top: -212px;
    position: relative;
  }
}
.modal-dialog {
  width: 95%;
  margin: 10% auto;
  max-width: 800px;
}

.navbar {
  min-height: 44px;
  margin-bottom: 10px;
  border: 0px solid transparent;
  z-index: 2000;
  padding-bottom: 4px;
}
a#myBtn-log {
  opacity: 1;
  color: #555;
}

.statut {
  display: block;
  /*position: absolute;
    bottom: -1px;
    right: 20px;
    height: 19px;*/
  width: 100%;
  font-size: 90%;
  /*color: #FFF;*/
}
/*membre_menu*/
.membre_menu {
  position: relative;
}
.statut_membre_no {
  display: none;
}
.statut_membre_yes {
  display: block;
  /*text-align: right;*/
}
.statut_membre_yes a > .lnr {
  color: #ff3d00 !important;
}
.ico_membre_deroulant {
  position: absolute;
  font-size: 2em;
  float: right;
  top: 5px;
  right: 5px;
  z-index: -10;
}
/*emploi_menu*/
.emploi_menu {
  position: relative;
}
.ico_emploi_deroulant {
  position: absolute;
  font-size: 2em;
  float: right;
  top: 5px;
  right: 5px;
}
.statut_annonce_no {
  display: none;
}
.statut_annonce_yes {
  display: block;
}
/*.statut_annonce_yes .lnr{
    color: #FF3D00 !important;
    }
*/
@media (min-width: 768px) and (max-width: 1076px) {
  .navbar {
    border-radius: 0px;
    z-index: 1025;
    width: 100%;
    margin: 0;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1281px) {
  .pull-pub-top {
    margin-top: 285px;
  }
}
@media (max-width: 991px) {
  .pull-pub-top {
    margin-top: 106px;
  }
}

@media (max-width: 1366px) {
  .hidden-nav-inter {
    display: none !important;
  }
}

@media (min-width: 1077px) {
  .navbar {
    border-radius: 0px;
    z-index: 1025;
    width: 960px;
    margin: auto;
    padding-left: 1px;
  }
}

#app_iframe > #st-2 {
  display: none !important;
}

@media (min-width: 1025px) {
  #st-2 {
    top: 35% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1281px) {
  #st-2.st-left {
    left: -24px !important;
    opacity: 0.8;
  }
  #st-2 .st-btn:hover > img {
    margin-left: 15px !important;
  }

  #st-2.st-left .st-toggle .st-right {
    display: none !important;
  }
  #st-2:hover .st-toggle {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .navbar {
    border-radius: 0px;
    z-index: 1025;
    width: 1160px;
    margin: auto;
  }
}

.navbar-collapse {
  overflow-x: hidden;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}

.navbar-brand > img {
  display: block;
  height: 35px;
  width: auto;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
}
/* supp  mika 20171025
.navbar-nav {
  margin: 5px -15px;

}*/
@media (max-width: 768px) {
  .btn-hautdepage {
    z-index: 4000;
    display: block;
    opacity: 0.8;
    position: fixed;
    bottom: 6%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    font-weight: 600;
  }
}
@media (min-width: 769px) {
  .btn-hautdepage {
    z-index: 4000;
    display: block;
    opacity: 0.8;
    position: fixed;
    bottom: 6%;
    right: 2%;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-default {
  background-color: #3c9fd9;
  border-bottom: #ddd 1px solid;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent !important;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: #ffffff;
  opacity: 1 !important;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  /*background-color:  #ffffff;*/
  opacity: 0.6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #198acd;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  opacity: 1 !important;
  color: #198acd;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu {
    color: #555555;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > div > li > a,
  .navbar-nav .open .dropdown-menu {
    color: #555555;
    background-color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ccc;
    background-color: #ffffff;
    opacity: 1 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ccc;
    background-color: #ffffff;
    opacity: 1 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: #ffffff;
    opacity: 1 !important;
  }

  .dropdown-menu > div > li > a {
    margin: 10px 6px;
  }

  .navbar-nav .open .dropdown-menu {
    color: #ffffff;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /*background-color: #198ACD;*/
    border: 0;
    -webkit-box-shadow: 3px 30px 56px -22px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 30px 56px -22px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
  }
  #Nav_connect .navbar-nav .open .dropdown-menu {
    color: #444;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /*background-color: #198ACD;*/
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #Nav_connect .open > .animate-opaci {
    display: block !important;
    opacity: 1;
    height: auto;
    max-height: 60%;
    position: fixed !important;
    top: 23px;
    animation: animatetop 1s;
    transition-timing-function: ease-out;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background-color: #fff !important;
    float: right;
    width: auto;
    left: 0px;
  }
  #Nav_connect .open > .animate-opaci > div > li {
    display: block;
    margin: 3px 0px;
    padding-left: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    font-size: 1.15em;
    border-bottom: 1px solid transparent;
    position: relative;
    /*white-space: nowrap;*/
    color: #444;
  }
  #Nav_connect .open > .animate-opaci > div > li > a {
    color: #444;
    float: left !important;
    margin-left: 10px !important ;
  }

  .circle_nav_head {
    display: none !important;
  }
  .circle_nav {
    display: block !important;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px;
}

.navbar-default .navbar-link {
  color: #ffffff;
}

.breadcrumb {
  padding: 4px 10px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #3c9fd9;
}
.breadcrumb > .active {
  color: #61b9e5;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 5px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #198acd;
  background-color: #ffffff;
  border: 1px solid #3c9fd9;
  margin: 1px;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #3c9fd9;
  border-radius: 15px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 4px 7px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #3c9fd9;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.popover.top {
  margin-top: 5px;
}
.popover.right {
  margin-left: 20px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover.left {
  margin-left: -20px;
}
.popover > .arrow {
  border-width: 21px;
}
.popover > .arrow:after {
  border-width: 20px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -21px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -21px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -20px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -21px;
  margin-top: -21px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -20px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -21px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -21px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -20px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -21px;
  margin-top: -21px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -20px;
}

a:hover,
a:focus {
  /*color: #1e8cba;*/
  /*color: #54697E;*/
  opacity: 0.8;
  text-decoration: none;
}

.img-rounded {
  border-radius: 50%;
}
/*#main-container {
       /* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=0, Color=#000000)";/*IE 8*/
/* -moz-box-shadow: 0 0 24px -5px rgba(0,0,0,0.2);/*FF 3.5+*/
/* -webkit-box-shadow: 0 0 24px -5px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
/* box-shadow: 0 0 24px -5px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/

.ombre-container {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}
.modal {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  top: 10%;
}
@media (min-width: 768px) {
  .modal {
    width: 90%;
    top: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .pub_background {
    display: flex;
    width: 100%;
    margin: 3px auto;
    z-index: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    opacity: 0;
    -webkit-animation-name: pub_background;
    animation-name: pub_background;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: auto;
    }
  }
  @keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: auto;
    }
  }
}
.pub_background_img {
  display: flex;
  flex-flow: column;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  overflow: visible;
  max-width: 100%;
  -moz-box-pack: end;
}

#controle_banner {
  z-index: 1;
  position: relative;
}
@media (min-width: 1077px) {
  .modal {
    width: 70%;
    top: 100px;
  }

  /*.header-h{height:110px}*/
  .height-logo {
    max-height: 110px;
  }

  .pub_background {
    display: flex;
    width: 100%;
    margin: 48px auto 3px auto;
    z-index: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    opacity: 0;
    -webkit-animation-name: pub_background;
    animation-name: pub_background;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      max-height: 200px;
    }
  }
  @keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      max-height: 200px;
    }
  }

  .pub_background_push {
    width: 100%;
    margin: 3px auto 3px auto;
    z-index: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: visible;
    opacity: 0;
    -webkit-animation-name: pub_background_push;
    animation-name: pub_background_push;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes pub_background_push {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: 250px;
    }
  }
  @keyframes pub_background_push {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: 250px;
    }
  }
}

@media (min-width: 1366px) {
  .modal {
    width: 80%;
    top: 100px;
  }
  #modalApplierDecline > .modal {
    width: 80%;
    top: 120px;
  }
}
@media (max-width: 1076px) {
  .header-h {
    height: 85px;
  }
  .height-logo {
    max-height: 85px;
  }

  .pub_background {
    display: flex;
    width: 100%;
    margin: 48px auto 3px auto;
    z-index: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    opacity: 0;
    -webkit-animation-name: pub_background;
    animation-name: pub_background;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: auto;
    }
  }
  @keyframes pub_background {
    0% {
      opacity: 0;
      height: 0px;
    }
    100% {
      opacity: 1;
      height: auto;
    }
  }
} /* fin media*/

@media (max-width: 767px) {
  .pub_background {
    margin: 3px auto 3px auto;
    min-height: 10px;
  }
}
@media (min-width: 768px) and (max-widht: 1076px) {
  .pub_background {
    margin: 48px auto 3px auto;
    min-height: 10px;
  }
}

.fixed-top,
.fixed-top-ann {
  position: fixed;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.footer .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .pushtop-mobil {
    padding-top: 0px;
  }
}
/* test format  
@media (min-width: 1025px) and (max-width: 1259px)  {
    .container {
    width: 90%;
    }
} 
test fin */

@media (min-width: 1165px) {
  .container {
    width: 1160px;
  }
  .navbar-collapse.in {
    overflow-y: visible;
    height: 200px !important;
  }

  .container-nav {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1160px;
  }
  .container-nav {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.espace_bas {
  display: block;
  height: 20px;
  width: 100%;
}

@media (min-width: 481px) and (max-width: 767px) {
  .espace_bas {
    display: block;
    height: 100px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .pushtop-mobil {
    padding-top: 50px;
  }
}

@media screen {
  a {
    text-decoration: none !important;
    overflow-wrap: break-word;
  }
}
@media (max-width: 767px) and (orientation: portrait) and (orientation: landscape) {
  a {
    text-decoration: underline !important;
    overflow-wrap: break-word;
  }
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}*/

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  min-width: 260px !important;
  max-width: 500px;
  left: auto;
  right: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 10px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #198acd;
}

.overflow-hidden {
  overflow: hidden;
}

.dropdown-menu {
  position: absolute;
  top: 90%;
  /*opacity: 0;*/
  z-index: 1030;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;

  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 3px 30px 56px -32px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 30px 56px -32px rgba(0, 0, 0, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  max-height: 400px;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.margeur {
  border-top: 20px solid rgba(255, 255, 255, 0) !important;
}

.open {
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.open > .dropdown-menu {
  opacity: 1;
  display: block;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.pop-connexion {
  min-width: 0px;
  height: 0;
  left: -250px;
  right: 0;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.open > .pop-connexion {
  min-width: 300px;
  height: auto;
  left: -250px;
  right: 0;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

/* PARTIE  Ajout
    .animate-top {
    animation: animatetop 0.8s;
}*/
.animate-opaci {
  display: block;
  opacity: 0;
  height: 0;
  position: fixed;
  top: -600px;
  transition-timing-function: ease-out;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

.dropdown-menu .animate-opaci {
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  max-height: 400px;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.open > .animate-opaci {
  opacity: 1;
  height: auto;
  position: absolute;
  top: 23px;
  /*animation: animatetop 1s;*/
  transition-timing-function: ease-out;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

.dropheader {
  z-index: 1030;
  opacity: 0;
  height: auto;
  position: absolute;
  top: -43px;
  left: -290px !important;
  /*animation: animatetop 1s;*/
  transition-timing-function: ease-out;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}
.open > .dropheader {
  opacity: 1;
  height: auto;
  position: absolute;
  top: -43px;
  left: -290px !important;
  /*animation: animatetop 1s;*/
  transition-timing-function: ease-out;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

/**** bootons sociaux footer*/
.socialUP > .animate-opaci {
  display: block;
  opacity: 0;
  height: 0;
  position: fixed;
  top: -600px;
}
.socialUP > .dropdown-menu .animate-opaci {
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  max-height: 400px;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.socialUP > .open > .animate-opaci {
  opacity: 1;
  height: auto;
  position: absolute;
  top: 45%;
  animation: animatetop 0.6s;
}

/* FIN animate*/

.nav-pills > li > a {
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.nav-pills > li.active,
.nav-pills > li.active :hover,
.nav-pills > li.active :focus {
  color: #ffffff;
  background-color: #3c9fd9;
}

.btn-default {
  color: #3c9fd9 !important;
  background-color: #ffffff;
  border-color: #3c9fd9;
}

.btn-default:focus,
.btn-default.focus {
  color: #ffffff !important;
  background-color: #8ecbee;
  border-color: #ffffff;
}
.btn-default:hover {
  color: #ffffff !important;
  background-color: #8ecbee;
  border-color: #ffffff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff !important;
  background-color: #8ecbee;
  border-color: #3c9fd9;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff !important;
  background-color: #8ecbee;
  border-color: #3c9fd9;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.btn-group,
.multiselect {
  width: 100%;
}

.multiselect {
  text-align: left;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiselect .caret {
  right: 12px;
  top: 45%;
  position: absolute;
}

.multiselect-container.dropdown-menu {
  min-width: 0px;
}

.multiselect-container > li > a > label {
  white-space: normal;
  padding: 0px 5px 0px 10px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-top: 3px;
}
/*
.multiselect-container>li>a>label {
  padding-right: 0;
  padding-left: 20px;
}
*/

label {
  font-weight: normal;
}

/* MIKA end*/
/* MIKA MEMBERforum*/
#page-phpbb {
  min-height: 1000px;
  background-color: #fff;
}

.memberF {
  display: block;
}
.memberF dl {
  display: block;
  float: left;
}

.memberF dt {
  display: block;
  float: left;
  clear: left;
  width: 40%;
  font-weight: normal;
  text-align: right;
  color: #3c9fd9;
  padding-right: 4px;
  margin-inline-start: 0px;
  margin-bottom: 0em;
}
.memberF dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 0px;
  color: #828282;
  float: left;
  width: 60%;
}

.memberFhead {
  display: block;
}
.memberFhead .postlink {
  color: #fff;
}
.memberFhead .postlink:hover {
  background-color: transparent;
}

.memberFhead dl {
  display: block;
  float: left;
  margin-bottom: 5px !important;
}

.memberFhead dt {
  display: block;
  float: left;
  clear: left;
  width: 40%;
  font-style: normal;
  font-weight: lighter;
  text-align: right;
  line-height: 1.2em;
  color: #ffffff;
  padding-right: 4px;
  margin-inline-start: 0px;
  margin-bottom: 0em;
}
.memberFhead dd {
  line-height: 1.2em;
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  float: left;
  width: 60%;
}
@media (max-width: 767px) {
  .memberF dt {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    color: #3c9fd9;
    padding-right: 4px;
    margin-inline-start: 0px;
    margin-bottom: 0em;
    border-bottom: 1px #3c9fd9 solid;
  }

  .memberF dd {
    margin-left: 0;
    padding-left: 5px;
    margin-bottom: 9px;
    color: #828282;
    float: left;
    width: 100%;
    background-color: #eeeeee;
  }
  .memberFhead dt,
  .memberFhead dd {
    line-height: 1.6em;
  }
  /*
    .memberFhead dt {
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: left;
        line-height: 1.1em;
        color: #ffffff;
        padding-right: 4px;
        margin-inline-start: 0px;
        margin-bottom: 0em;

    }

    .memberFhead dd {
    line-height: 1em;
    margin-left: 0;
    padding-left: 5px;
    color: #FFFFFF;
    float: left;
    width: 100%;

    }
    */
  .border-xs-hidden {
    border: hidden;
  }
}

.inline {
  display: inline-block;
}

.inline-p p {
  display: inline-block;
}
.suite:after {
  content: "   lire la suite ";
}

.text-justify {
  text-align: justify !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/*
.memberF dd::after {
     display: block;
    content:"\A";
    float: left;

}

*/

/* MIKA MEMBERforum*/

/*mika effet dropdow  debut*/

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*mika effet dropdow  FIN*/

/*mika reprise tynitypo */
a.mailto {
  color: #3c9fd9;
}
a.mailto::after {
  content: "\0000a0\2709";
  font-size: 1.5em;
}

a.external {
  color: #076eab !important;
  text-decoration: underline;
}

a.external:after {
  content: none;
}
a[hreflang].external:after {
  content: none;
}
/*mika reprise tynitypo FIN*/

/*mika reprise de spip.css
Logos, documents et images */
.spip_logo {
  margin: 0;
  padding: 0;
  border: none;
}
.spip_logo.center {
  display: block;
}
.spip_logo.left {
  margin: 0 10px 0.1em 0;
}
.spip_logo.right {
  margin: 0 0 0.1em 10px;
}

.spip_documents {
  max-width: 100%;
  margin: 10px;
  margin-bottom: 0.1em;
  text-align: center;
}
.spip_documents.center {
  display: block;
}
.spip_documents.left {
  margin-right: 15px;
}
.spip_documents.right {
  margin-left: 15px;
}
.spip_doc_titre {
  font-size: 1em !important;
  font-weight: normal !important;
}
.spip_doc_descriptif {
  clear: both;
  font-size: 0.8em !important;
}
.spip_doc_credits {
  font-size: x-small;
}
.spip_in {
  color: #3c9fd9 !important;
}

@media (max-width: 767px) {
  .spip_documents,
  .spip_doc_titre,
  .spip_doc_descriptif {
    max-width: 100% !important;
  }

  .spip_documents {
    width: auto !important;
    margin: auto;
    margin-bottom: 0.1em;
    text-align: center;
  }
  .spip_documents img {
    display: inline-block;
    margin: 5px;
    margin-bottom: 0.1em;
    text-align: center;
  }

  .spip_documents.center {
    display: block;
  }
  .spip_documents.left {
    width: 100% !important;
    margin: 5px;
    float: none !important;
  }
  .spip_documents.right {
    width: 100% !important;
    margin: 5px;
    float: none !important;
  }

  .spip_documents_left {
    width: 100% !important;
    margin: 5px;
    float: none !important;
  }
  .spip_documents_right {
    width: 100% !important;
    margin: 5px;
    float: none !important;
  }
}

/* fixer une largeur maximale de 100 % aux elements potentiellement problematiques */
/*@media (max-width: 1076px) {
    .spip_documents,
    .spip_doc_titre,
    .spip_doc_descriptif { max-width: 100% !important; }

.spip_documents { max-width: 50%; margin: 5px; margin-bottom: 0.1em; text-align: center; }
.spip_documents.center { display: block; }
.spip_documents.left {width: 50%!important; margin: 5px;}
.spip_documents.right {width: 50%!important; margin: 5px; float: left!important; }

}*/

.note-info::before {
  font-family: "icomoonLinear";
  font-weight: bold;
  color: #3c9fd9;
  content: "\ea40";
}

.spip_note_ref {
  color: #3c9fd9 !important ;
}

.spip_out {
  color: #3c9fd9 !important ;
  overflow-wrap: break-word;
}

.texte-article a {
  color: #3c9fd9;
}
.texte-article p {
  margin:  0 0 5px;
  padding-left: 0px;
}
.article-notes {
  overflow-wrap: break-word;
  margin: 0 2px;
  padding: 10px;
}

.p-inline p {
  display: inline !important;
}
/*mika FIN reprise de spip.css */

/*retouche du style google recherch*/
input.gsc-input {
  border: hidden !important;
}
/* FIN retouche du style google recherch*/

/*mika  reprise de SLIDES / plugin, Mediabox */
.hide-bullets {
  list-style: none;
  list-style-type: none;
  margin-left: 0px !important;
  margin-top: 20px;
}

/*mika FIN reprise de SLIDES / plugin, Mediabox */

/* COLORBOX pour Mediaboxavectexte 
 
#colorbox {height:35% !important;}
#cboxWrapper {max-width:none; height:100% !important;} 
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch ; height:100% !important; } 
#cboxMiddleLeft, #cboxBottomLeft{clear:left; height:100% !important;}
#cboxContent{position:relative; height:100% !important;}*/

/* FIN COLORBOX pour Mediaboxavectexte */

/* MODIFS pour ReadSeaker */
.float_btn_readspeak {
  padding-left: 2px;
}
@media (min-width: 1077px) and (max-width: 1366px) {
  .float_btn_readspeak {
    padding-left: 40px !important;
  }
}

@media (min-width: 1366px) {
  .float_btn_readspeak {
    padding-left: 50px !important;
  }
  .rs_addtools .rsbtn_play .rsbtn_left.rsimg,
  .rsbtn .rsbtn_play .rsbtn_left.rsimg {
    width: 100px !important;
  }
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
  background: #fff !important;
  border: 1px solid #3c9fd9 !important  ;
  border-radius: 5px !important;
  float: auto !important;
}
.rs_addtools .rsbtn_tooltoggle,
.rsbtn .rsbtn_tooltoggle {
  border: none !important ;
  display: block !important;
  top: 8px !important;
  width: 20px !important;
  font-size: 9px !important;
}

.rs_addtools .rsbtn_tooltoggle:focus,
.rs_addtools .rsbtn_tooltoggle:hover,
.rsbtn .rsbtn_tooltoggle:focus,
.rsbtn .rsbtn_tooltoggle:hover {
  background: #fff !important;
}
.rs_addtools.zoom-tooltoggler .rsbtn_tooltoggle,
.rsbtn.zoom-tooltoggler .rsbtn_tooltoggle {
  left: 2px !important;
  line-height: 20px !important;
  width: 16px !important;
}
.rsbtn .rsbtn_exp .rsbtn_exp_inner {
  background: linear-gradient(to bottom, #fff 0, #fff 100%) !important;
  border: 1px solid #3c9fd9 !important;
  border-radius: 0 5px 5px 0 !important;
  border-left: 0 !important;
}

.rsbtn.rsexpanded .rsbtn_play {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-right: 0 !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  .nav {
    display: none !important;
  }
  .col-droite-md-lg {
    display: none !important;
  }
  .h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #444;
  }
  b,
  strong {
    font-weight: 500 !important;
    color: #444;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  blockquote {
    border: 1px solid #333 !important;
    font-size: 20px;
    line-height: 22px;
  }
  blockquote::before {
    display: none !important;
  }
  aside {
    display: none !important;
  }
  form {
    display: none !important;
  }
  input {
    display: none !important;
  }
}

.texte-article blockquote::before {
  display: none !important;
}
.texte-article blockquote p {
  font-weight: 300;
}
/*.logo_vj{max-height:110px!important}*/
/* Surcouche style.php de spip */

/* plugin upload spip */

.zonedropfichier input::before {
  display: block;
  top: 25%;
  left: 10%;
  content: "Glissez / Déposez vos fichiers ici ";
  position: absolute;
}

/* bouton admin*/
.spip-admin-bloc,
.spip-admin-float {
  z-index: 100;
  position: fixed;
  left: 0%;
  right: auto !important;
  top: 0;
  white-space: nowrap;
}
/* fin bouton admin*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .buttons {
    margin: 5px;
  }
}
.online {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(7, 110, 171);
  border-radius: 0 0 10px 10px;
  height: 17px;
  width: 100% !important;
  padding: 2px;
  line-height: 1.4em;
  text-align: left;
  font-size: 1em;
}
/* ajout pour annonces et forum*/
#banniere-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  width: 75% !important;
  padding: 20px;
  max-width: 600px;
  margin: auto;
  display: inline-block;
  text-align: left !important;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px #a1a1a1;
  -webkit-box-shadow: 0 0 20px #a1a1a1;
  -moz-box-shadow: 0 0 20px #a1a1a1;
  -o-box-shadow: 0 0 20px #a1a1a1;
}

/* add style plugin cibloc */

/**** Bouttons ****/
.cibtn a,
.cibtn span {
  font-size: 1em;
}

.CybotCookiebotDialogBodyButton {
  width: 235px !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
}

.cardblock {
  height: 400px !important ;
  margin-bottom: 10px;
  overflow-y: hidden;
}
.imgbottom {
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
}
.pictouservisible {
  display: block;
}
.pictouserhidden {
  display: none;
}
.pictouservjnew {
  position: relative;
  float: right;
  height: 100%;
  right: 10px;
  margin-bottom: -20px;
}

.pictouserd {
  position: relative;
  float: right;
  height: 100%;
  right: 10px;
  margin-bottom: -40px;
}
.pictouseremp {
  position: relative;
  float: right;
  height: 100%;
  right: 10px;
  margin-bottom: -40px;
}

/***************Ajout Joris 30/07/2021 Pour bulle Notifications***************/

#notification .warning-number {
  position: absolute;
  /*top: -80px;*/
  right: -2px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1051;
}

#notification > ul {
  width: 370px;
  position: absolute;
  left: -360px;
  z-index: 1040;
  top: -50px;
}

#notification.notif-fixed .dropdown-menu {
  left: -305px;
  top: 23px;
}

#notification > .dropdown-toggle {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#notification .dropdown-menu > div > li > .notif-title {
  display: block;
  margin: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  font-size: 1.15em;
  border-bottom: 1px solid transparent;
  position: relative;
}

/* jusqu'à keyframes Empêche les deux elements du dropdown d'interferer entre eux et les place en display none pour qu'ils ne soient pas physiquement présents avant d'être ouverts */
#notification.dropdown:not(.open) > ul,
#btn_logger.dropdown:not(.open) ul {
  display: none;
}

#notification.dropdown.open ul,
#btn_logger.dropdown.open ul {
  animation-name: dropdown-animation;
  animation-duration: 0.3s;
}

@keyframes dropdown-animation {
  from {
    opacity: 0;
    display: block;
  }
  to {
    opacity: 1;
  }
}

#animOpaci2 {
  min-width: 300px;
}

.pictowarningbloc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #3c9fd9;
  padding: 2px;
  font-size: 14px;
  position: absolute;
  top: 5%;
  right: 1%;
  width: 40px;
  height: 40px;
  padding: 2px;
  z-index: 1030;
}

.pictowarningmenu {
  font-size: 28px;
  text-align: center;
  /*border-radius: 50%;
   border: 2px solid #3C9FD9;*/
  width: 35px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.picto_warning_no {
  display: none;
}

.picto_warning_ok {
  display: block;
}

.notif_circle_nav_head {
  height: 40px;
  margin-right: auto;
  padding-top: 3px;
  z-index: 1035;
  position: absolute;
  top: -85px;
  right: 40px;
}

.notif_circle_nav {
  position: relative;
  top: -7px;
  left: -50px;
  margin-left: 30px;
}
.notif_circle_nav > span {
  background-color: transparent;
}

#notification.notif-fixed {
  margin: 0 25px 0 25px;
}

.espace_membre_header {
  display: flex;
  align-items: center;
}
.espace_membre_header .notif_circle_nav_head {
  position: relative;
  margin-left: 30px;
  vertical-align: middle;
  display: inline-block;
  top: unset;
  right: 20px;
}

.espace_membre_header .warning-number {
  font-size: 18px;
  text-align: center;
}

.espace_membre_header .pictowarningbloc .dropdown-menu {
  left: -100px !important;
}

#notification.notif-fixed .warning-number {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  z-index: 1051;
  display: flex;
  justify-content: center;
  align-items: center;
}
#notification ul li ul li {
  margin-bottom: 5px;
}
.espace_membre_header #notification .warning-number {
  top: 0;
  right: -52px;
}

.espace_membre_header #notification > ul {
  top: 25px;
  left: -60px;
}
.dropdown-menu > div > li > a.btn-all-notifs {
  border-bottom: 1px solid #3c9fd9;
  font-size: 14px;
  width: 200px;
}

.notification-subcontainer {
  min-width: 45%;
}
.notification-subcontainer .panel,
.notification-subcontainer .panel-default {
  border-radius: 0px;
}

.notification-subcontainer > h4 {
  text-decoration: underline;
  margin-bottom: 10px;
}

/* Ajout et modification de la div id=myNavbar2 et son contenu pour accueillir la bulle de notifications*/
@media screen and (max-width: 1366px) {
  #myNavbar2 {
    width: 160px;
    top: 0;
    overflow: visible;
  }

  #Nav_connect {
    display: flex;
    justify-content: space-between;
    height: 40px;
  }

  #notification ul {
    font-size: 14px;
    margin: 0 5px;
    top: 0;
  }

  .notif_circle_nav {
    position: relative;
    top: -7px;
    left: 0;
    margin-left: 0;
  }

  #Nav_connect.navbar-nav {
    margin: 1px;
  }

  .animate-opaci {
    margin-left: 0;
  }
  #notification.open a:focus {
    background: transparent !important;
  }
  #notification ul li ul li {
    padding: 0;
  }

  #Nav_connect #notification.open > .animate-opaci > div > li {
    padding-left: 0;
  }

  #notification .warning-number {
    left: unset;
    right: -20px;
    top: 3px;
    width: 15px;
    height: 15px;
    z-index: 1051;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .espace_membre_header #notification .warning-number {
    top: 2px;
    left: 35px;
    right: 0;
    font-size: 16px;
  }
}

@media (min-width: 561px) and (max-width: 1180px) {
  #Nav_connect.navbar-nav {
    margin: 1px;
    width: 250px;
    right: 90%;
    position: relative;
  }
}

@media screen and (max-width: 560px) {
  #notification ul {
    z-index: 2001;
  }
  #notification > ul {
    max-width: 97%;
  }
  .notif_circle_nav_head {
    margin-left: 15px;
  }

  .espace_membre_header > a {
    font-size: 0.8em;
  }
  .espace_membre_header #notification > ul {
    left: -258px;
  }
}

/* Fin ajout Joris */

/*Ajout Joris 24/08/2021 , ajustement Notifications*/

.notification-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .notification-container {
    flex-direction: column;
  }
  .notification-subcontainer {
    min-width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  #notification > ul {
    max-width: 340px;
  }
}

/* Ajout Joris 27/09/2021, ajustement menu déroulant profil auteur article */

.article-profile-block .dropdown-menu {
  position: absolute;
  top: 95%;
  left: -30px;
  z-index: 1030;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 3px 30px 56px -22px rgba(0, 0, 0, 0.9);
  box-shadow: 3px 30px 56px -22px rgba(0, 0, 0, 0.9);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  max-height: 400px;
  transition-timing-function: ease-out;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 275px;
}

.dropdown-menu > li > a {
  white-space: unset !important /* STOP A CET ENFER */;
}

.article-profile-block.open .dropdown-menu {
  display: block;
  opacity: 1;
  scrollbar-width: thin;
}

.article-profile-block li.no-border {
  border-bottom: unset;
}
.article-profile-block li.border-top {
  border-top: 1px solid #e5e5e5;
  border-bottom: unset !important;
}
.article-profile-block li:not(.no-border) {
  border-bottom: 1px solid#e5e5e5;
}

.article-profile-block .h5 {
  margin: 0;
  font-weight: normal;
}

.article-profile-block li.h5 {
  border-top: 1px solid #e5e5e5;
}

.article-meme-auteur a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.article-meme-auteur img {
  width: 60px;
  height: auto;
}

.article-profile-block .center-btn-user > .lnr {
  font-weight: 500 !important;
  margin-right: 8px;
  margin-top: -3px;
}

.article-profile-block .center-btn-user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  font-weight: 300 !important;
}

.modal.contact-modal {
  max-width: 80%;
  margin: 0 auto;
}

#contenu {
  width: 100% !important;
}

@media screen and (max-width: 780px) {
  .article-profile-block li {
    padding: 3px 0;
  }

  .article-profile-block .dropdown-menu {
    left: 0;
  }
}
/*******************************/
/*partie in-mobil*/

.for-mobil {
  display: none !important;
}
.for-desktop {
  display: inherit;
}

/*partie not-in-mobil*/

@media (max-width: 768px) {
  .for-mobil {
    display: inherit;
  }
  .for-desktop {
    display: none !important;
  }

  .btn:active,
  .btn.active,
  .btn:focus,
  .btn.focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0px rgba(0, 0, 0, 0) !important;
    border: none !important  ;
  }
  /* liens mobiles*/
  @media (hover: none) {
    a:link {
      text-decoration: none;
    }
  }
}
/* END partie not-in-mobil*/

/* Chrome, Safari, and also the Edge Browser and Firefox */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  blockquote > p {
    font-weight: 500;
  }
  b,
  strong {
    font-weight: 600;
  }
  h3.spip {
    font-weight: 500;
  }
  h4.spip {
    font-weight: 500;
  }
}
