@charset "UTF-8";
/********************************************************
*														*
		        MODULES/CMS
*														*
********************************************************/
/********************************************************
*														*
		          BLOCS/_ADMIN
*														*
********************************************************/
.ccm-ui a.icon-link:before {
  content: '';
}

/********************************************************
*														*
		          BLOCS/_BASE-BLOCS
*														*
********************************************************/
ul.ccm-edit-mode-inline-commands {
  left: 100%;
  right: auto;
}

.blocs-cms > * + * {
  margin-top: 3rem;
}

.blocs-cms > [class*="titre"] + * {
  margin-top: 1rem;
}

.blocs-cms > [class*="titre4"] + [class*="titre3"] {
  margin-top: 3rem;
}

.blocs-cms > p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms > ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms > ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms > ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms > ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms > ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms > ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms > p + p,
.blocs-cms > p + ul:not([class]),
.blocs-cms > p + ol:not([class]),
.blocs-cms > ol:not([class]) + p,
.blocs-cms > ol:not([class]) + ul:not([class]),
.blocs-cms > ol:not([class]) + ol:not([class]),
.blocs-cms > ul:not([class]) + p:not([class]),
.blocs-cms > ul:not([class]) + ul:not([class]),
.blocs-cms > ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

.blocs-cms .fancy {
  text-align: center;
}

.blocs-cms > .row > [class*="col"] {
  margin-bottom: 1rem;
}

.blocs-cms > .row > [class*="col"] > * + * {
  margin-top: 3rem;
}

.blocs-cms > .row > [class*="col"] > [class*="titre"] + * {
  margin-top: 1rem;
}

.blocs-cms > .row > [class*="col"] > [class*="titre4"] + [class*="titre3"] {
  margin-top: 3rem;
}

.blocs-cms > .row > [class*="col"] > p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms > .row > [class*="col"] > ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms > .row > [class*="col"] > ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms > .row > [class*="col"] > ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms > .row > [class*="col"] > ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms > .row > [class*="col"] > ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms > .row > [class*="col"] > ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms > .row > [class*="col"] > p + p,
.blocs-cms > .row > [class*="col"] > p + ul:not([class]),
.blocs-cms > .row > [class*="col"] > p + ol:not([class]),
.blocs-cms > .row > [class*="col"] > ol:not([class]) + p,
.blocs-cms > .row > [class*="col"] > ol:not([class]) + ul:not([class]),
.blocs-cms > .row > [class*="col"] > ol:not([class]) + ol:not([class]),
.blocs-cms > .row > [class*="col"] > ul:not([class]) + p:not([class]),
.blocs-cms > .row > [class*="col"] > ul:not([class]) + ul:not([class]),
.blocs-cms > .row > [class*="col"] > ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .blocs-cms > .row > [class*="col"] {
    margin-bottom: 0;
  }
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > * + * {
  margin-top: 3rem;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > [class*="titre"] + * {
  margin-top: 1rem;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > [class*="titre4"] + [class*="titre3"] {
  margin-top: 3rem;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > p + p,
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > p + ul:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > p + ol:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + p,
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + ul:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + ol:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + p:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + ul:not([class]),
.blocs-cms > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > * + * {
  margin-top: 3rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="titre"] + * {
  margin-top: 1rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="titre4"] + [class*="titre3"] {
  margin-top: 3rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > p + p,
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > p + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > p + ol:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) + p,
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ol:not([class]) + ol:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) + p:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > * + * {
  margin-top: 3rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > [class*="titre"] + * {
  margin-top: 1rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > [class*="titre4"] + [class*="titre3"] {
  margin-top: 3rem;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > p + p,
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > p + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > p + ol:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + p,
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ol:not([class]) + ol:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + p:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + ul:not([class]),
.blocs-cms > .ccm-custom-style-container > .row > [class*="col"] > [class*="ccm-custom-style"] > ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

.colonnes-egales > .row > [class*="col"] {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colonnes-egales > .row > [class*="col"] > * {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
}

.montelimar-pratique .blocs-cms > [class*="titre"].text-primary, .montelimar-pratique .blocs-cms > [class*="titre"].text-info, .montelimar-pratique .blocs-cms > [class*="titre"].text-muted {
  color: #fff !important;
}

.montelimar-pratique .blocs-cms > hr {
  border-color: rgba(255, 255, 255, 0.6);
}

.blocs-cms .ccm-block-edit > * + * {
  margin-top: 1.5rem;
}

.blocs-cms .ccm-block-edit > .ccm-ui + * {
  margin-top: 0;
}

.blocs-cms .ccm-block-edit > p,
.blocs-cms .ccm-block-edit .cke_editable p {
  margin-top: 0;
  margin-bottom: 0;
}

.blocs-cms .ccm-block-edit > ul:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 15px;
}

.blocs-cms .ccm-block-edit > ul:not([class]) li,
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocs-cms .ccm-block-edit > ul:not([class]) li:before,
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocs-cms .ccm-block-edit > ol:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocs-cms .ccm-block-edit > ol:not([class]) li,
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocs-cms .ccm-block-edit > ol:not([class]) li:before,
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}

.blocs-cms .ccm-block-edit > p + p,
.blocs-cms .ccm-block-edit > p + ul:not([class]),
.blocs-cms .ccm-block-edit > p + ol:not([class]),
.blocs-cms .ccm-block-edit > ol:not([class]) + p,
.blocs-cms .ccm-block-edit > ol:not([class]) + ul:not([class]),
.blocs-cms .ccm-block-edit > ol:not([class]) + ol:not([class]),
.blocs-cms .ccm-block-edit > ul:not([class]) + p:not([class]),
.blocs-cms .ccm-block-edit > ul:not([class]) + ul:not([class]),
.blocs-cms .ccm-block-edit > ul:not([class]) + ol:not([class]),
.blocs-cms .ccm-block-edit .cke_editable p + p,
.blocs-cms .ccm-block-edit .cke_editable p + ul:not([class]),
.blocs-cms .ccm-block-edit .cke_editable p + ol:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) + p,
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) + ul:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ol:not([class]) + ol:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) + p:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) + ul:not([class]),
.blocs-cms .ccm-block-edit .cke_editable ul:not([class]) + ol:not([class]) {
  margin-top: 10px;
}

.blocs-cms .ccm-area-block-list > [data-container="block"] ~ [data-container="block"],
.blocs-cms .ccm-area-block-list > [data-container="block"] ~ .block,
.blocs-cms .ccm-area-block-list > .block ~ [data-container="block"] {
  margin-top: 1.5rem;
}

[id*="grid-edit-mode"] {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: inherit inherit;
  -ms-flex-flow: inherit inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-flow: inherit inherit;
  -webkit-justify-content: inherit;
  -ms-justify-content: inherit;
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  -ms-align-items: inherit;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  width: 100%;
}

.ccm-layout-column-highlight {
  width: 100%;
  height: 100%;
}

.bande {
  position: relative;
  padding: 40px 0;
  position: relative;
  z-index: 0;
}

.bande:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2000px;
  height: 100%;
  width: 9999px;
  background-color: #e8e8e8;
  z-index: -1;
}

.bande.ccm-area:before {
  display: block;
}

.bande.bg-blue {
  color: #fff;
}

.bande.bg-blue:before {
  background-color: #0089cf;
}

.bande.bg-marine {
  color: #fff;
}

.bande.bg-marine:before {
  background-color: #222f64;
}

.bande .form-control {
  background-color: #fff;
}

.bande + .bande {
  margin-top: -40px;
  padding-top: 3rem;
}

.blocs-cms .row:last-child > [class*="col"] > [class*="bande"],
.blocs-cms [class*="bande"]:last-child {
  margin-bottom: -5rem;
}

.blocs-cms > .fancy {
  display: block;
}

.blocs-cms > .fancy figure {
  margin-bottom: 0;
}

.blocs-cms > .fancy img {
  max-width: 100%;
}

.contenuPage .ccm-block-edit > img {
  max-width: 100%;
}

.btn-download a {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px 0 90px;
  border-radius: 0 35px 35px 35px;
  color: #0089cf;
  font-family: "Sifonn", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-download i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
  font-size: 20px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.btn-download div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.btn-download span {
  display: block;
  font-family: "Mosk", Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  text-transform: none;
}

.btn-download a:hover {
  background-color: #e8e8e8;
}

.btn-download a:hover i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.connexion-debats > .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.connexion-debats > .row > [class*="col-lg"] {
  margin-top: 10px;
  padding: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
  box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
}

@media (min-width: 992px) {
  .connexion-debats > .row > [class*="col-lg"] {
    -webkit-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1 1 48%;
    max-width: 48%;
    margin-top: 0;
  }
}

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.slideshow6tk ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.slideshow6tk .slideContainer {
  position: relative;
}

.slideshow6tk-content {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.slideshow6tk .slides {
  height: 100%;
  width: 100%;
}

.slideshow6tk .slides:after {
  content: '';
  display: table;
  clear: both;
}

.slideshow6tk .slide {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
}

.slideshow6tk .slide:first-child {
  display: block;
}

.slideshow6tk .slideContainer .slide {
  display: block;
}

.slideshow6tk figure {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: small) {
  .slideshow6tk figure {
    height: 250px;
  }
}

.slideshow6tk .legende {
  margin-top: 1.5rem;
  text-align: center;
}

.slideshow6tk .legende-titre {
  display: block;
  width: 100%;
  line-height: 1;
  color: #222f64;
  font-family: "Sifonn", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
}

.slideshow6tk .legende-description {
  display: block;
  color: #4d4a47;
  font-size: 1em;
}

.slideshow6tk-nav-prev, .slideshow6tk-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  z-index: 9;
}

.slideshow6tk-nav-prev a, .slideshow6tk-nav-next a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  line-height: 1;
  color: #cecece;
}

.slideshow6tk-nav-prev a:hover, .slideshow6tk-nav-next a:hover {
  color: #0089cf;
}

.slideshow6tk-nav-prev {
  left: 0;
}

.slideshow6tk-nav-next {
  right: 0;
}

.slideshow6tk-pagin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  z-index: 1;
}

.slideshow6tk-pagin li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.slideshow6tk-pagin a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f5f4f4;
  text-indent: -9999px;
}

.slideshow6tk-pagin a:hover {
  background-color: #222f64;
}

.slideshow6tk-pagin .active a {
  background-color: #0089cf;
}

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.blocLien--bouton {
  display: block;
  color: #231f20;
}

.blocLien--bouton .blocLien-content {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.blocLien--bouton .blocLien-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: block;
  margin-bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px 0 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
}

.blocLien--bouton .blocLien-text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 10px 20px;
}

.blocLien--bouton .blocLien-text strong {
  display: block;
  color: #0089cf;
  line-height: 1;
  font-family: "Sifonn", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.blocLien--bouton .blocLien-text span {
  display: block;
  font-size: 1em;
  color: #4d4a47;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.blocLien--bouton:hover {
  color: #0089cf;
}

.blocLien--bouton:hover .blocLien-image {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.blocLien--bouton:hover .blocLien-content {
  background-color: #e8e8e8;
}

.blocLien--bouton:hover .blocLien-text strong {
  color: #ffa302;
}

.montelimar-pratique .blocLien--bouton .blocLien-text strong {
  color: #fff;
}

.montelimar-pratique .blocLien--bouton .blocLien-text span {
  color: rgba(255, 255, 255, 0.6);
}

.montelimar-pratique .blocLien--bouton:hover .blocLien-content {
  background-color: rgba(255, 255, 255, 0.1);
}

.montelimar-pratique .blocLien--bouton:hover .blocLien-text strong {
  color: #ffa302;
}

.blocLien--image {
  display: block;
  color: #fff;
}

.blocLien--image .blocLien-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 0;
}

.blocLien--image .blocLien-image {
  position: relative;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.blocLien--image .blocLien-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222f64;
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

.blocLien--image .blocLien-text {
  display: block;
  padding: 1.5rem 1.5rem;
}

.blocLien--image .blocLien-text strong {
  display: block;
  font-family: "Sifonn", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}

.blocLien--image .blocLien-text span {
  display: block;
  font-size: 1em;
  opacity: 0.6;
}

.blocLien--image:hover {
  color: #fff;
}

.blocLien--image:hover .blocLien-image:before {
  opacity: 0.6;
}

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.blocGalerie ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.blocGalerie-liste {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -floor(5px);
  margin-right: -floor(5px);
}

.blocGalerie-liste li {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 20%;
  max-width: 20%;
  padding: 0 5px 10px 5px;
}

@media screen and (min-width: med) {
  .blocGalerie-liste li {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: small) {
  .blocGalerie-liste li {
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: narrow) {
  .blocGalerie-liste li {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.blocGalerie-item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 0;
}

.blocGalerie figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/********************************************************
*														*
		          BLOCS/_BLOC-TROMBINOSCOPE
*														*
********************************************************/
.blocTrombi {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #231f20;
  text-align: left;
}

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

.blocTrombi-image {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .blocTrombi-image {
    max-width: 50%;
  }
}

.blocTrombi-content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}

.blocTrombi-nom {
  display: block;
  color: #222f64;
  font-size: 2rem;
}

.blocTrombi-fonction {
  line-height: 1;
  color: #231f20;
  font-size: 1em;
  font-weight: 500;
}

.blocTrombi-description {
  color: #4d4a47;
  font-size: 0.875em;
}

.blocs-cms .row .blocTrombi {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  display: block;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cecece;
}

.blocs-cms .row .blocTrombi-image {
  display: block;
}

.blocs-cms .row .blocTrombi-image:after {
  content: 'Contacter';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50% 0 50% 50%;
  background-color: rgba(0, 137, 207, 0.5);
  color: #fff;
  font-family: "Sifonn", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.blocs-cms .row .blocTrombi-image img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50% 0 50% 50%;
}

@media (min-width: 768px) {
  .blocs-cms .row .blocTrombi-image {
    max-width: 100%;
  }
}

.blocs-cms .row .blocTrombi-content {
  display: block;
  padding-left: 0;
  padding-top: 1rem;
}

.blocs-cms .row .blocTrombi-nom {
  font-size: 1.375rem;
}

.blocs-cms .row .blocTrombi:hover .blocTrombi-image:after {
  opacity: 1;
}

/********************************************************
*														*
		          BLOCS/_BLOC-PUBLICATION
*														*
********************************************************/
.blocPubli {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blocPubli-image {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .blocPubli-image {
    -webkit-flex-basis: 30%;
    -ms-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.blocPubli-image figure {
  width: 100%;
  height: 0;
  padding-bottom: 141.4%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blocPubli-content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 50px;
  padding-left: 1.5rem;
}

.blocPubli-content [class*="titre"] {
  color: #0089cf;
}

.blocPubli-content [class*="tip"] {
  color: #b0aaa5;
}

.blocPubli-boutons {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 95%;
  text-align: right;
}

/********************************************************
*														*
		          BLOCS/_BLOC-ANNUAIRE
*														*
********************************************************/
.blocAnnuaire {
  padding: 1.5rem;
  border: 1px solid rgba(35, 31, 32, 0.1);
  background-color: #fff;
}

.blocAnnuaire.bg-marine, .blocAnnuaire.bg-blue {
  padding: 40px 0;
}

.blocAnnuaire-titre {
  color: #222f64;
}

.bg-marine .blocAnnuaire-titre,
.bg-blue .blocAnnuaire-titre {
  color: #fff;
}

.bg-marine .blocAnnuaire-titre + [class*="tag"] {
  color: #0089cf;
}

.bg-blue .blocAnnuaire-titre + [class*="tag"] {
  color: #222f64;
}

.blocAnnuaire-image {
  display: block;
  padding-left: 20px;
}

.blocAnnuaire-image figure {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blocAnnuaire-content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .blocAnnuaire-content {
    padding-top: 0;
    padding-left: 1.5rem;
  }
}

.blocAnnuaire-description p {
  margin: 10px 0 0 0;
}

.blocAnnuaire-description ul {
  margin-left: 15px;
}

.blocAnnuaire-description ul li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocAnnuaire-description ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #222f64;
}

.blocAnnuaire-infos {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
  padding: 5px 20px;
  background-color: rgba(35, 31, 32, 0.1);
  font-size: 0.875em;
}

.blocAnnuaire-infos > li {
  position: relative;
  padding: 10px 0 10px 30px;
}

.blocAnnuaire-infos i {
  position: absolute;
  top: 9px;
  left: 0;
  color: #0089cf;
  font-size: 20px;
}

.blocAnnuaire-infos p {
  margin: 0;
}

.bg-marine .blocAnnuaire-infos i,
.bg-blue .blocAnnuaire-infos i {
  color: #fff;
}

.bg-marine .blocAnnuaire-infos a {
  color: #0089cf;
}

.bg-marine .blocAnnuaire-infos a:hover {
  color: #fff;
}

.bg-blue .blocAnnuaire-infos a {
  color: #222f64;
}

.bg-blue .blocAnnuaire-infos a:hover {
  color: #fff;
}

.bande.bg-info .blocAnnuaire,
.bande.bg-success .blocAnnuaire {
  color: #fff;
}

.bande.bg-info .blocAnnuaire-titre,
.bande.bg-success .blocAnnuaire-titre {
  color: #fff;
}

.bande.bg-info .blocAnnuaire-infos i,
.bande.bg-success .blocAnnuaire-infos i {
  color: #231f20;
}

.survey-titre {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(35, 31, 32, 0.37);
  z-index: 2;
}

.survey-titre [class*="titre"] {
  line-height: inherit;
}

.survey-message {
  clear: both;
  padding: 0 0 10px 0;
  color: #4d4a47;
}

.survey-results .table {
  margin-bottom: .5rem;
  color: #4d4a47;
}

.survey-results .table th,
.survey-results .table td {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  padding: 0 0 10px 0;
  padding-right: 50px;
}

.survey-percent {
  position: absolute;
  right: 0;
  top: 24px;
  font-weight: 700;
}

.survey-swatch {
  background: #999999 none repeat scroll 0%;
  height: 25px;
  width: 0;
  min-width: 3px;
}

.survey-swatch[style*="width: 0%"] {
  background-color: #cecece !important;
}

.survey-img {
  clear: both;
  padding: 15px 0;
}

.listeDebats .unDebat {
  position: relative;
  margin-bottom: 30px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
  box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
  color: #fff;
  z-index: 0;
}

.listeDebats .unDebat .row {
  min-height: 300px;
}

.listeDebats .unDebat .colInfos {
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.listeDebats .unDebat .colInfos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .listeDebats .unDebat .colInfos:before {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
  }
}

.listeDebats .unDebat .colSondage {
  padding: 2em;
  border-left: none;
}

.listeDebats .unDebat .custom-radio {
  color: #4d4a47;
  font-size: 110%;
  cursor: pointer;
}

.listeDebats .unDebat .colSondage form .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.listeDebats .unDebat .colSondage .help-block {
  color: #4d4a47;
}

.listeDebats .unDebat .survey-content {
  position: relative;
  z-index: 2;
}

.listeDebats .unDebat .tag {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: -10px;
  left: 20px;
  max-width: 70%;
  padding: 8px 10px 8px 10px;
  background-color: #0089cf;
  color: #fff;
  z-index: 3;
}

.listeDebats .unDebat .infos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #4d4a47;
}

.listeDebats .unDebat .infos .btn {
  margin-left: auto;
}

.listeDebats .aLaUne .tag--inline {
  display: block;
  margin-bottom: 0.5em;
  color: #fff;
}

.listeDebats .aLaUne .survey-titre {
  padding-top: 1.25em;
}

.listeDebats .aLaUne .colInfos [class*="tip"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 20px 45px;
  color: #fff;
  text-shadow: 1px 1px rgba(35, 31, 32, 0.35);
}

.listeDebats .aLaUne .colInfos [class*="tip"] i {
  position: absolute;
  top: 20px;
  left: 20px;
}

.listeDebats .pasLaUne {
  background-color: #fff;
}

.listeDebats .pasLaUne .img-top {
  position: relative;
  height: 200px;
  padding: 3em 20px;
  z-index: 0;
}

.listeDebats .pasLaUne .img-top figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listeDebats .pasLaUne .img-top figure {
  position: relative;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.listeDebats .pasLaUne .img-top figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .listeDebats .pasLaUne .img-top figure:before {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
  }
}

.listeDebats .pasLaUne .survey-sondage {
  position: relative;
  padding: 1.25em;
}

.sondageClassique {
  position: relative;
  display: block;
  padding: 1.25em 2em;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
  box-shadow: 0 3px 10px 0 rgba(35, 31, 32, 0.2);
}

.sondageClassique .survey-titre {
  display: block;
  color: #222f64;
  text-shadow: none;
}

.sondageClassique .colGraph {
  text-align: center;
}

.blocFAQ-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.blocFAQ-item + .blocFAQ-item {
  margin-top: 0.25rem;
}

.blocFAQ-question {
  position: relative;
  margin-bottom: 0;
  display: block;
  padding: 1.5rem 2rem 1.5rem 3rem;
  background-color: #222f64;
  color: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}

.blocFAQ-question::before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1.5rem;
  left: 0;
  line-height: 1;
  width: 3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  text-align: center;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), color 0.3s, -moz-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), color 0.3s;
  transition: transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), color 0.3s, -webkit-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1), -moz-transform 0.3s cubic-bezier(0.06, 0.29, 0.25, 1);
}

.blocFAQ-question strong {
  display: block;
  margin-bottom: -0.25rem;
}

.blocFAQ-question:hover {
  background-color: #0089cf;
  color: #fff;
}

.blocFAQ-question:hover:before {
  color: #fff;
}

.active .blocFAQ-question {
  background-color: #ffa302;
  color: #fff;
}

.active .blocFAQ-question:before {
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active .blocFAQ-question::after {
  opacity: 0.5;
}

.active .blocFAQ-question:hover {
  background-color: #0089cf;
  color: #fff;
}

.blocFAQ-depliant {
  display: none;
}

.blocFAQ-reponse {
  background-color: #f5f4f4;
  padding: 1.5rem 2rem 1.5rem 3rem;
}

.blocFAQ-reponse p,
.blocFAQ-reponse ul,
.blocFAQ-reponse ol {
  margin: 0;
}

.blocFAQ-reponse p + *,
.blocFAQ-reponse ul + *,
.blocFAQ-reponse ol + * {
  margin-top: 0.5rem;
}

.blocFAQ-reponse ul {
  margin-left: 15px;
}

.blocFAQ-reponse ul li {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 17px;
}

.blocFAQ-reponse ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #0089cf;
}

.blocFAQ-reponse ol {
  counter-reset: list-numbers;
  margin-left: 15px;
}

.blocFAQ-reponse ol li {
  counter-increment: list-numbers;
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
}

.blocFAQ-reponse ol li:before {
  content: counter(list-numbers) ". ";
  color: #0089cf;
  font-weight: 500;
}
