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

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

/********************************************************
*														*
		          BLOCS/_FORMS
*														*
********************************************************/
.ccm-attribute-address-composer-wrapper {
  -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-strart;
  -ms-align-items: flex-strart;
  -webkit-box-align: flex-strart;
  -moz-box-align: flex-strart;
  -ms-flex-align: flex-strart;
  align-items: flex-strart;
  margin-left: -15px;
  margin-right: -15px;
}

.ccm-attribute-address-line {
  -webkit-flex: 1 1 33.3333%;
  -ms-flex: 1 1 33.3333%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.fields .field-radios .radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.fields .field-checkboxlist .checkboxList {
  position: relative;
}

.fields .field-checkboxlist .checkboxList input {
  position: absolute;
  top: 4px;
  left: 0;
}

.fields .field-checkboxlist .checkboxList span {
  padding-left: 1.75rem;
  display: block;
}

@media (min-width: 768px) {
  .form-2colonnes .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 576px) {
  .form-2colonnes .fields {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .form-2colonnes .fields {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .form-2colonnes .fields {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .form-2colonnes .fields {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .form-2colonnes .fields > .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .form-2colonnes .fields > .form-group.field-textarea, .form-2colonnes .fields > .form-group.field-radios, .form-2colonnes .fields > .form-group.field-checkboxes, .form-2colonnes .fields > .form-group.field-checkboxlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

.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: 5px;
}

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

.blocs-cms > ul:not([class]) li:before {
  content: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

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

.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: #26356d;
  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 > .row > [class*="col"] {
  margin-bottom: 1rem;
}

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

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

.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: 5px;
}

.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: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

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

.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: #26356d;
  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: 1.5rem;
}

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

.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: 5px;
}

.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: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

.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: 5px;
}

.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: #26356d;
  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-bottom: 1rem;
}

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

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

.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: 5px;
}

.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: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

.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: 5px;
}

.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: #26356d;
  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;
}

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

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

.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"] > 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: 5px;
}

.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: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

.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: 5px;
}

.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: #26356d;
  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"],
.sans-gouttieres > .row > [class*="col"],
.pleine-largeur > .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"] > *,
.sans-gouttieres > .row > [class*="col"] > *,
.pleine-largeur > .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%;
}

.pleine-largeur {
  position: relative;
  width: 100vw;
  left: -moz-calc(50% - 50vw);
  left: calc(50% - 50vw);
  margin-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .pleine-largeur {
    width: -moz-calc(100vw - 50px);
    width: calc(100vw - 50px);
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .pleine-largeur {
    width: -moz-calc(100vw - 100px);
    width: calc(100vw - 100px);
    margin-left: 50px;
  }
}

.sans-gouttieres > .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0 !important;
}

.pleine-largeur .fondBlanc:first-child,
.sans-gouttieres .fondBlanc:first-child {
  margin-top: 0;
}

.cancelPagePadding:first-child {
  margin-top: -80px;
}

.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: 5px;
}

.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: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

.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: 5px;
}

.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: #26356d;
  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%;
}

.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 {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 20px 0 80px;
  border-radius: 35px;
  color: #151716;
  font-family: "Muli", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.btn-download i {
  height: 75.81px;
  width: 70px;
  line-height: 75.81px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid #fff;
  border-radius: 100%;
  background-color: #ff5b77;
  font-size: 20px;
  color: #fff;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -webkit-transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.btn-download i:before {
  position: relative;
  display: inline-block;
  top: 2px;
  left: -1px;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

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

.btn-download span {
  display: block;
  margin-top: 1px;
  color: #8d9c95;
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.btn-download:hover span {
  color: #414745;
}

.blocs-cms hr {
  border: none;
  border-top: 2px dashed #b7c8c0;
}

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.slideshow6tk .slideContainer {
  position: relative;
}

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

.slideshow6tk ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

.slideshow6tk .fancy {
  display: block;
}

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

.slideshow6tk .legende {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  background: rgba(21, 23, 22, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(21, 23, 22, 0.6)), to(rgba(21, 23, 22, 0)));
  background: -moz-linear-gradient(bottom, rgba(21, 23, 22, 0.6) 50%, rgba(21, 23, 22, 0));
  background: linear-gradient(to top, rgba(21, 23, 22, 0.6) 50%, rgba(21, 23, 22, 0));
}

.slideshow6tk .legende-titre {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: none;
}

.slideshow6tk .legende-description {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

.slideshow6tk-nav-prev, .slideshow6tk-nav-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  z-index: 1000;
}

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

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

.slideshow6tk-nav-prev {
  right: 100%;
  margin-right: 20px;
}

.slideshow6tk-nav-next {
  left: 100%;
  margin-left: 20px;
}

.slideshow6tk-pagin {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  z-index: 1;
}

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

.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;
}

.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;
  position: relative;
  display: block;
  width: 100px;
  height: 108.3px;
  border-radius: 100%;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

.blocLien--bouton .blocLien-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108.3px;
  height: 108.3px;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-color: white;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-60deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-60deg);
  transform: translate3d(-50%, -50%, 0) rotate(-60deg);
  -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;
}

.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-left: 20px;
}

.blocLien--bouton .blocLien-text strong {
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 1.250em;
  font-weight: 700;
}

.blocLien--bouton .blocLien-text span {
  display: block;
  font-size: 1em;
  font-style: italic;
  color: #8d9c95;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.blocLien--bouton:hover {
  color: #26356d;
}

.blocLien--bouton:hover .blocLien-image:before {
  -webkit-transform: scale(1.1) translate3d(-50%, -50%, 0) rotate(-60deg);
  -moz-transform: scale(1.1) translate3d(-50%, -50%, 0) rotate(-60deg);
  transform: scale(1.1) translate3d(-50%, -50%, 0) rotate(-60deg);
}

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

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

.blocLien--image .blocLien-image {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  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%;
  opacity: 0;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  z-index: -2;
  -webkit-filter: grayscale(1) brightness(0.8);
  filter: grayscale(1) brightness(0.8);
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 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), background 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), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocLien--image .blocLien-image:before {
    content: none;
  }
}

.blocLien--image .blocLien-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151716;
  opacity: 0.2;
  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: overlay) or (-webkit-mix-blend-mode: overlay) {
  .blocLien--image .blocLien-image::after {
    opacity: 0.5;
    mix-blend-mode: overlay;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blocLien--image .blocLien-image::after {
    -webkit-mix-blend-mode: none;
    mix-blend-mode: none;
    opacity: 0.5;
  }
}

.blocLien--image .blocLien-text {
  display: block;
  padding: 20px 30px;
}

.blocLien--image .blocLien-text strong {
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 1.500em;
  font-weight: 700;
}

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

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

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

.blocLien--image:hover .blocLien-image:after {
  background-color: inherit;
  opacity: 1;
}

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.blocGalerie-liste {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -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 50%;
  -ms-flex: 1 1 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 5px 10px 5px;
}

@media (min-width: 576px) {
  .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 (min-width: 768px) {
  .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 (min-width: 992px) {
  .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%;
  }
}

.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: #151716;
  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: #005c98;
  font-family: "Muli", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.blocTrombi-fonction {
  line-height: 1;
  color: #414745;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}

.blocTrombi-description {
  margin-top: 0.5rem;
  color: #414745;
  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 #d9e8e1;
}

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

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

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

.blocs-cms .row .blocTrombi .blocs-cms .row a.blocTrombi .blocTrombi-image:after {
  content: 'Contacter';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 147.5px;
  border: 5px solid #005c98;
  border-radius: 100%;
  background-color: rgba(0, 92, 152, 0.5);
  color: #fff;
  font-family: "Muli", 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-content {
  display: block;
  padding-left: 0;
  padding-top: 1rem;
}

.blocs-cms .row .blocTrombi-content p {
  margin: 0;
}

.blocs-cms .row .blocTrombi-content * + p {
  margin-top: 0.25rem;
}

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

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

/********************************************************
*														*
		          BLOCS/_BLOC-SLIDESHOW
*														*
********************************************************/
.blocFAQ {
  display: block;
}

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

.blocFAQ-item {
  display: block;
  padding: 1.5rem 40px 0.25rem 40px;
  background-color: #fff;
}

.blocFAQ-item + .blocFAQ-item {
  margin-top: 5px;
}

.blocFAQ-question {
  position: relative;
  display: block;
  padding-bottom: 1rem;
  color: #414745;
  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;
  -webkit-transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.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;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 100%;
  top: 10px;
  margin-right: 5px;
  margin-top: -12px;
  color: #b7c8c0;
  font-size: 0.750rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -webkit-transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.3s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.blocFAQ-question:hover {
  color: #151716;
}

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

.blocFAQ-reponse {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #b7c8c0;
}

.blocFAQ-reponse p {
  margin: 0;
}

.blocFAQ-reponse ul, .blocFAQ-reponse ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.blocFAQ-reponse ul a, .blocFAQ-reponse ol a {
  color: #005c98;
}

.blocFAQ-reponse ul a:hover, .blocFAQ-reponse ol a:hover {
  color: #7d8c47;
}

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

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

.blocFAQ-reponse ul li:before {
  content: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #26356d;
}

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

.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: #26356d;
  font-weight: 500;
}

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

.blocFAQ-item.active .blocFAQ-question {
  color: #151716;
}

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

/********************************************************
*														*
		          BLOCS/_BLOC-DOCUMENTS
*														*
********************************************************/
.table-downloads {
  width: 100%;
  table-layout: fixed;
}

.table-downloads thead,
.table-downloads tbody {
  width: 100%;
  table-layout: fixed;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .table-downloads thead {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .table-downloads tr {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #b7c8c0;
  }
  .table-downloads tr:first-child {
    border-top: 1px solid #b7c8c0;
  }
}

.table-downloads td,
.table-downloads th {
  display: block;
  word-wrap: break-word;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .table-downloads td,
  .table-downloads th {
    padding: 0;
    border: none;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .table-downloads td,
  .table-downloads th {
    display: table-cell;
  }
}

.table-downloads td.actions,
.table-downloads th.actions {
  text-align: right;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .table-downloads td.actions,
  .table-downloads th.actions {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .table-downloads td.actions,
  .table-downloads th.actions {
    width: 50px;
    max-width: 50px;
  }
}

.table-downloads td:nth-child(2) {
  color: #8d9c95;
  font-size: 0.9375em;
}

@media (min-width: 768px) {
  .table-downloads td:nth-child(2) {
    width: 150px;
    max-width: 150px;
  }
}

.table-downloads td:nth-child(3) {
  color: #8d9c95;
  font-size: 0.9375em;
}

@media (min-width: 768px) {
  .table-downloads td:nth-child(3) {
    width: 150px;
    max-width: 150px;
  }
}

.table-downloads td [class*="olive"]:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(60deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(60deg);
  transform: translate3d(-50%, -50%, 0) rotate(60deg);
}

.table-downloads td [class*="olive"]:hover {
  color: #fff;
}

.table-downloads td [class*="olive"]:hover:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .table-downloads th:nth-child(2) {
    width: 150px;
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .table-downloads th:nth-child(3) {
    width: 150px;
    max-width: 150px;
  }
}

/********************************************************
*														*
		          BLOCS/_BLOC-ANNUAIRE
*														*
********************************************************/
.blocAnnuaire {
  padding: 40px;
  background-color: #fff;
}

.blocAnnuaire-titre {
  color: #151716;
}

.blocAnnuaire-image {
  display: block;
}

.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: 5px;
}

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

.blocAnnuaire-description ul li:before {
  content: "";
  font-family: "fontawesome";
  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: 9px;
  left: 0;
  font-size: 8px;
  color: #005c98;
}

.blocAnnuaire-infos {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
  border-top: 1px solid #d9e8e1;
  border-bottom: 1px solid #d9e8e1;
  font-size: 0.875em;
}

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

.blocAnnuaire-infos > li + li {
  border-top: 1px solid #d9e8e1;
}

.blocAnnuaire-infos i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0;
  color: #005c98;
  font-size: 20px;
}

.blocAnnuaire-infos p {
  margin: 0;
}

.blocAnnuaire-infos a {
  color: #151716;
}

.blocAnnuaire-infos a:hover {
  color: #414745;
}

/********************************************************
*														*
		        MODULES/AGENDA
*														*
********************************************************/
.recherche .contenuPage {
  padding-bottom: 0;
}

.recherche-header {
  position: relative;
  display: block;
  margin-top: -147px;
  padding: 3rem 3rem;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 768px) {
  .recherche-header {
    margin-top: -158px;
  }
}

@media (min-width: 992px) {
  .recherche-header {
    margin-top: -170px;
  }
}

.recherche-header form {
  position: relative;
  padding-right: 70px;
}

.recherche-header button {
  position: absolute;
  top: 0;
  right: 0;
}

.recherche-header input {
  height: 70px;
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.recherche-disclaimer {
  margin-top: 1.5rem;
}

.recherche-disclaimer [class*="titre"] {
  margin-bottom: 1rem;
}

.recherche-counter {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #8d9c95;
}

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

.recherche-liste li {
  margin-top: 0.5rem;
}

.recherche-liste-item {
  display: block;
  color: #414745;
  padding: 20px 30px;
  text-align: left;
  background-color: #fff;
}

.recherche-liste-titre {
  color: #151716;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.recherche-liste-extrait {
  margin-top: 0.5rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.recherche-liste-extrait p {
  margin-bottom: 0;
}

.recherche-liste-extrait p:first-child {
  margin-top: 0;
}

.recherche-liste-extrait mark {
  display: inline-block;
  padding: 0 3px;
  margin: 0 2px;
  background-color: #d9e8e1;
  color: #151716;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.recherche-liste-lien {
  margin-top: 5px;
  margin-bottom: 0;
  color: #8d9c95;
  font-style: italic;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.recherche-liste a:hover {
  color: #151716;
}

.recherche-liste a:hover .recherche-liste-titre {
  color: #005c98;
}

.recherche-liste a:hover .recherche-liste-extrait mark {
  background-color: #005c98;
  color: #fff;
}

.recherche-liste a:hover .recherche-liste-lien {
  color: #26356d;
}

.blocs-cms .recherche-header {
  padding: 3rem 0;
  margin-top: 0;
}
