@font-face {
  font-family: "font1";
  src: url("fonts/sen-regular-webfont.woff2") format("woff2"),
    url("fonts/sen-regular-webfont.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "font2";
  src: url("fonts/firasans-light-webfont.woff2") format("woff2"),
    url("fonts/firasans-light-webfont.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  /* overflow: auto;
  scroll-padding-top: 100px; */
  background-color: transparent;
  font-family: font2, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: #d9d9d9;
  box-sizing: border-box !important;
  scroll-behavior: smooth;
  scroll-padding-top: 190px;
  overflow: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  width: 100%;
  padding: 0;
  min-width: 320px;
  height: 100vh;
  list-style-type: none;
  position: relative;
  background-color: #ffffff;
  color: #26272e;
}

div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

p,
.content li {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-family: font2, sans-serif;
}

.bloc-element p {
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0;
}

.readmore {
  position: relative;
  color: #888;
  font-style: italic;
  display: block;
  width: 100%;
  height: 100%;
}

.lien-suite {
  /* clear: both; */
  display: block;
  font-size: 0.95em;
  padding: 0.5em 0 0 2px;
}

hr {
  border: 2px solid;
  clear: both;
  color: #5F6E10;
  display: inline-block;
  height: 1px;
  margin: 2% auto;
  width: 100%;
  border-radius: 10px;
}

.vertical {
  display: block;
  border: none;
  margin: 0 calc(2% - 1.5px);
  background: #fff;
  width: 3px;
}

.h01 {
  margin: 1% 0;
}

.h02 {
  margin: 2% 0;
}

.h05 {
  margin: 5% 0;
}

.flexbox {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.separation {
  border: 0 none;
  height: 0;
  margin-bottom: 40px;
}

.espace {
  line-height: 2em;
  display: block;
}

ol {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0;
}

ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 2em;
}

.content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.1em;
  counter-reset: item;
}

.content ol li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
  text-indent: 0;
  list-style-type: none;
  counter-increment: item;
}

.content ol li:before {
  display: inline-block;
  width: 1em;
  padding-right: 1em;
  font-weight: normal;
  text-align: right;
  content: counter(item) ".";
}

.content ul {
  margin: 0.2em 0 0 0;
}

.content .bloc-article li {
  list-style-position: inside !important;
  /* text-indent: -1em; */
  margin-bottom: 0.2em;
  /* margin-left: 2em; */
  padding-left: 1.5%;
  /* list-style: circle; */
}

div>ul>li {
  margin: 0.2em 0 !important;
  list-style: circle;
}

.com-content-article__body {
  padding: 0;
}

/* navigation pages */
main nav {
  position: relative;
  top: inherit;
  border: none;
  background-color: transparent;
  max-width: 1024px;
  margin: 0 auto;
}

.pagenavigation,
.pager {
  clear: both;
}

.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.pagenavigation .pagination,
.pager .pagination {
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}

.pagenavigation .pagination li.next:only-child,
.pager .pagination li.next:only-child {
  margin-left: auto;
}

[dir="rtl"] .pagenavigation .pagination>li.next:only-child,
[dir="rtl"] .pager .pagination>li.next:only-child {
  margin-left: 1em;
  margin-right: auto;
}

a.page-link {
  padding: 4px 6px;
  background-color: #fafafa;
  border-radius: 10px;
}

.page-link:hover {
  opacity: 0.7;
}

.pager .pagination {
  justify-content: center;
}

.sr-only,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* *************************************** */
img {
  margin: 0;
  border: none;
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
  /* image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast; */
  font-size: 0;
  max-width: 100%;
  height: auto;
}

img.icone {
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  width: auto;
  height: 24px;
}

.img_caption.none {
  text-align: center;
}

.bloc-content img[style*="float: left;"] {
  margin-right: 10px;
}

.bloc-content img[style*="float: right;"] {
  margin-left: 10px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clear,
.clearfix:after {
  clear: both;
}

table {
  border-collapse: collapse;
  font-size: 90%;
}

table,
th,
td {
  border-width: 1px 0 1px 0;
  border-color: #dfdfdf;
  border-style: solid;
}

th,
td {
  vertical-align: top;
  margin: 0;
  padding: 1em 1.5em;
  border-right: 1px #dfdfdf solid;
  text-align: left;
}

tr th:last-child,
tr td:last-child {
  border-right: none;
}

table th:nth-child(2n),
table td:nth-child(2n) {
  background-color: #efefef;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: font1, sans-serif;
  color: #000000;
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.content h1,
.content h2,
.content h3 {
  color: #5F6E10;
}

.bloc-titre h1,
.bloc-titre h2,
.bloc-titre h3 {
  color: var(--titre);
  font-weight: 400;
  font-size: 2.2em;
  font-variant: inherit;
  text-transform: none;
  line-height: 1;
}

h1 {
  font-size: 1.8em;
  line-height: 1.3;
  text-transform: none;
}

h1 span {
  font-size: 0.8em;
}

h2 {
  font-size: 2.2em;
  line-height: 1.2;
  text-transform: none;
}

h3 {
  font-size: 1.7em;
  text-transform: none;
}

h4 {
  font-size: 1.4em;
}

h5,
h6 {
  font-size: 1em;
}

div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
  margin-top: 0;
}

h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6,
h1+h3 {
  margin-top: 0;
}

blockquote {
  background-color: #ddd;
  padding: 1.5%;
  border: none;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 1.1em;
  font-style: italic;
  margin: 2.5% auto;
  border-radius: 10px;
  clear: both;
}

a {
  text-decoration: none;
  border-style: none;
  color: #808080;
}

a.anchor-padding {
  padding-top: 5%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

a:active {
  color: #fff;
}

/*
a img { display: block; }
 */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border: none;
  vertical-align: top;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.control-label .hasTooltip {
  display: inline-block;
}

/* ****************************** */
#system-message {
  width: 100%;
  padding: 1em;
  margin: 1em 0 0 0;
  position: relative;
  background-color: rgba(255, 207, 207, 0.5);
  border-radius: 10px;
}

#system-message h4.alert-heading,
#system-message a.close,
#system-message .alert-message div {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: top;
}

#system-message div.alert.alert-message div {
  margin-left: 2em;
}

/* ****************************** */
#global {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  align-content: start;
  margin: 0 auto;
  /* max-width: 1680px; */
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  /* -webkit-transform: translate3d(0, 0, 0); safari fix */
  z-index: 10;
}

/***************************/
.ariane {
  overflow: hidden;
  margin: 2% auto 1% auto;
  vertical-align: middle;
  max-width: 1024px;
}

.ariane ul.breadcrumb {
  margin: 0;
}

.ariane,
.ariane h1 {
  color: #878787;
  font-size: 1em;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  text-align: left;
  font-style: normal;
}

.ariane ol {
  line-height: 24px;
}

.ariane li {
  display: inline-block;
  margin: 0 4px 0 0;
  background: #eee;
  border-radius: 5px;
}

.ariane a {
  color: #666666;
  padding: 1em;
}

.ariane a:hover {
  opacity: 0.7;
}

.ariane li.active {
  display: none;
}

.ariane li:last-child {
  background: #069;
  font-size: 1em;
  display: inline-block;
}

.ariane li:last-child a {
  color: #fff;
}

.ariane li span.divider {
  display: inline;
  margin: 0;
  color: #666666;
}

.ariane .mod-breadcrumbs__divider {
  display: none;
}

/* ****************************** */
.page {
  position: relative;
  margin: 190px auto 0 auto;
  width: 100%;
  min-height: 50%;
  overflow: hidden;
  /* max-width: 1280px; */
}

/* ****************************** */
.page__wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page__inner-wrapper {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/***************************/
.page-header {
  margin-top: 0.2em;
  overflow: hidden;
  margin-bottom: 0.25em;
  padding: 0;
  order: 2;
  text-align: center;
}

.page-header h1 {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  color: #ffffff;
}

.page-header ul .current h1 {
  display: inline;
  font-size: 1em;
}

.page-header ul {
  display: block;
  overflow: hidden;
  font-size: 130%;
  font-variant: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0.5em 0.8em 0 0.8em;
}

.page-header li {
  padding: 0 0.5em 0.5em 0.5em;
}

/* ****************************** */
section {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  min-height: 100%;
  height: 100%;
}

/* ****************************** */
.category-desc {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

/* .inner-category-desc {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2% 3%;
} */
#cat_documentation-du-site .category-desc {
  border-top: 1px solid #069;
  border-bottom: 1px solid #069;
}

.content .blog-featured .items-leading,
.content .blog .items-leading,
.content .item-page {
  width: 100%;
  min-height: 100%;
}

.content .blog-featured .items-leading div.clearfix::after,
.content .blog .items-leading div.clearfix::after {
  clear: none;
}

.content .bloc-element a {
  color: #650f2a;
}

.blog,
.blog-featured,
.item-page>div {
  overflow: hidden;
  margin: 0;
}

.blog,
.blog-featured {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

/*************** osembed ***************/
.osembed_wrapper,
.media-wrapper {
  clear: both;
}

/*************** agenda et video ***************/
.agenda-wrapper,
.video-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.agenda-fiche,
.video-player {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
}

.agenda-fiche {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.agenda-fiche p {
  line-height: 1.4;
}

.agenda-date {
  color: #ffecc8;
}

.agenda-project {
  font-size: 1.3em;
}

.agenda-formation {
  font-size: 1.3em;
}

.agenda-infos {
  font-style: italic;
}

.agenda-lieu {
  font-weight: 600;
}

.uptextmore,
.uptextless {
  background-color: transparent;
  border: none;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  color: #d9d9d9 !important;
}

.video-titre {
  color: #d9d9d9;
  font-style: italic;
  font-size: 1em;
}

@media screen and (max-width: 1280px) {
  .agenda-fiche {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .video-player {
    width: 100% !important;
  }
}

/*************** galeries up ************/
.galerie-wrapper {
  width: 100%;
  padding: 3% 4%;
  margin-top: 2%;
  border-top: solid 3px #c9c9c9;
  border-bottom: solid 3px #c9c9c9;
}

.galerie-titre {
  margin-bottom: 10px;
  font-style: italic;
}

.galerie-texte {
  font-style: italic;
}

.galerie-article {
  margin: 0 auto !important;
  display: block !important;
}

.galerie-wrapper div div.fg-row {
  justify-content: center
}

.grid__item {
  text-align: center;
}

figure.upgallery {
  margin: 0;
}

figure.upgallery a {
  position: relative;
  font-size: 0;
  display: block;
  width: 100%;
}

.upgallery picture img {
  width: auto;
  object-fit: cover;
  object-position: center;
}

.upgallery picture img.square {
  aspect-ratio: 1;
}

.legend figure figcaption {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  color: #eee;
  background: #00000085;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.legend-hover figure figcaption {
  display: none;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  color: transparent;
  background: transparent;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

.legend-hover figure:hover figcaption {
  display: block;
  background: #00000085;
  color: #eee;
  height: inherit;
}

.pswp__bg {
  opacity: 0.85 !important;
}

.pswp__caption__center {
  text-align: center !important;
}

.pswp__button.pswp__button--share {
  display: none !important;
}

/******************** Articles ***********************************/
.bloc,
.bloc100,
.bloc75,
.bloc66,
.bloc50,
.bloc33,
.bloc25,
.bloc20,
.bloc16,
.bloc12,
.bloc8 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bloc84,
.bloc80,
.bloc75,
.bloc66,
.bloc50,
.bloc33,
.bloc25 {
  float: left;
  padding: 0.5% 0 1% 0 !important;
}

.bloc20,
.bloc16,
.bloc12,
.bloc8 {
  float: left;
  padding: 0.2% 0 0.5% 0 !important;
}

/*** --- ***/
.article-wrapper {
  /* max-width: 1024px; */
  /* margin: 0 auto; */
  overflow: hidden;
}

/* .bloc-article:nth-child(odd) { clear: both; } */
.bloc-article {
  padding: 2% 4% !important;
  position: relative;
  margin-top: inherit;
  margin-bottom: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.bloc-element {
  position: relative;
  width: 100%;
}

.bloc-article,
.bloc-element {
  margin-bottom: 3%;
}

.bloc-flex {
  display: flex;
  flex-flow: row wrap;
  column-gap: 25px;
  row-gap: 25px;
  align-items: stretch;
}

.bloc-content,
.bloc-image {
  flex: 1;
  margin: 0;
  float: none;
  height: auto !important;
  max-height: 100%;
  min-width: 300px;
  overflow: hidden;
}

.bloc-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* ici la taille maxi de l'image
  max-width: 420px;
  max-height: 420px;
  border: 1px solid #e3e3e3;
  font-size: 0; */
}

.bloc-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  column-gap: 20px;
}

.bloc-categorie {
  padding: 1% 0;
}

.bloc:last-child,
.bloc100:last-child,
.bloc84:last-child,
.bloc80:last-child,
.bloc75:last-child,
.bloc66:last-child,
.bloc50:last-child,
.bloc33:last-child,
.bloc25:last-child,
.bloc20:last-child,
.bloc16:last-child,
.bloc12:last-child,
.bloc8:last-child,
.bloc-article:last-child,
.bloc-categorie:last-child,
.bloc-element:last-child {
  margin-bottom: 0;
  /* border-bottom: none !important; */
}

.bloc100 {
  width: 100%;
  clear: both;
  float: none;
}

.bloc8 {
  width: 8.333%;
}

.bloc12 {
  width: 12.5%;
}

.bloc16 {
  width: 16.667%;
}

.bloc20 {
  width: 20%;
}

.bloc25 {
  width: 25%;
}

.bloc33 {
  width: 33.333%;
  min-width: 33.333%;
  max-width: 33.333%;
}

.bloc50 {
  width: 50%;
}

.bloc66 {
  width: 66.666%;
}

.bloc75 {
  width: 75%;
}

.bloc80 {
  width: 80%;
}

.bloc84 {
  width: 83.33%;
}

.maxwidth12 {
  max-width: 12.5%;
}

.maxwidth25 {
  max-width: 25%;
}

.maxwidth33 {
  max-width: 33.33%;
}

.maxwidth50 {
  max-width: 50%;
}

.maxwidth66 {
  max-width: 66%;
}

.maxwidth75 {
  max-width: 75%;
}

.maxwidth100px {
  max-width: 100px;
}

.maxwidth200px {
  max-width: 200px;
}

.maxwidth300px {
  max-width: 300px;
}

.affiche {
  width: 100%;
  /* height: 320px !important; */
  border-radius: 4px;
  /* border: solid 6px #B64402; */
}

.bloc-image.bloc-affiche .bloc-titre {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 0.8em 0.5em 0.5em 0.5em;
  border-radius: 0 0 10px 10px;
  min-height: 20%;
  border-top: #ddd 1px solid;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}

.bloc-image.bloc-affiche .bloc-titre h1,
.bloc-image.bloc-affiche .bloc-titre h2,
.bloc-image.bloc-affiche .bloc-titre h3 {
  color: #000;
  font-size: 18px;
  margin: 0.5em 0;
}

.bloc-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.bloc-image a:hover {
  opacity: 0.7;
}

.bloc-image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px auto;
}

.bloc-titre {
  width: 100%;
}

.bloc-titre,
.bloc-soustitre {
  display: block;
  word-spacing: 0em;
  display: inline-block;
}

.bloc-titre h2,
.bloc-titre h3 {
  font-family: font1, sans-serif;
  color: var(--titre);
}

.bloc-titre h2 {
  text-transform: none;
  font-weight: normal;
}

.bloc-titre span {
  font-family: helvetica, arial, sans-serif;
  color: #000;
  display: inline-block;
  text-align: left;
}

.bloc-sous-titre {
  letter-spacing: -0.05em;
}

.bloc hr {
  margin: 0;
}

.no-display {
  display: none !important;
}

/*** onepage ***/
a.lien-article-onepage,
a:active.lien-article-onepage {
  color: #dddddd !important;
}

a:hover.lien-article-onepage {
  opacity: 0.8;
}

.onepage h1,
.onepage h2,
.onepage h3,
.onepage h4,
.onepage h5,
.onepage h6 {
  color: #dddddd;
}

.onepage .article-wrapper {
  max-width: none;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.onepage .section-backgroundcontent {
  overflow: hidden;
  height: 100vh;
}

.onepage .onepage .bloc-article {
  width: 100%;
  max-width: 1480px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.onepage .onepage-suite {
  position: absolute;
  bottom: 10px;
  width: auto;
  height: 80px;
}

.onepage .siteswebs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.onepage .bloc-element .bloc50 {
  width: 48%;
}

.lien-article {
  display: block;
  float: right;
  margin: 0 10px;
}

/******************/
/* bandeaux */
.article-bandeau {
  max-width: 1024px;
  margin: 0x;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 2% 15% 2% 10% !important;
  text-align: right;
  text-shadow: 0px 0px 8px #000;
}

h1.titre-bandeau {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin: 0.5rem 0;
}

.texte-bandeau {
  max-width: 1280px;
  padding: 2% !important;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.article-titre,
.article-titre a {
  color: #801302;
}

/* hr.separation {
  border: 0px solid #ddd;
  margin: 0.5em auto 0.5em auto;
} */
hr.separation {
  border: 1px solid #8e995640;
  margin: 0 auto;
  width: 85%;
  text-align: center;
  display: block;
}

hr.separation2 {
  border: solid 1px #dddddd1a;
  margin: 4% auto 3% auto;
}

.no-uppercase {
  text-transform: none;
}

.container-table {
  margin: 0 -10px;
}

.table {
  table-layout: fixed;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 1px;
}

.table .bloc,
.table .cellule {
  display: table-cell;
}

.complements {
  float: right;
  width: 40%;
}

.presentation,
.illustrations {
  background-color: #efefef3d;
  border: solid 1px #eaeaea;
  padding: 1.3em;
  margin: 0 0 0.5em 1em;
  border-radius: 6px;
  font-size: 110%;
}

.explication {
  font-size: 95%;
  margin: 20px 20px 40px 20px;
  padding: 20px;
  background-color: #eee;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
}

.exergue {
  font-size: 95%;
  padding: 20px;
  background-color: #eee;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
  margin: 20px 0 40px 0;
}

.encadre {
  padding: 2em 2em 2em 1em;
  color: #000;
  font-size: 1.1em;
  border-left: 6px solid #ddd;
}

.email {
  padding: 0;
}

.email a {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-image: url(../../../images/site-elements/envelope.png);
  background-color: #e5e5e5;
  display: block;
  width: 90%;
  height: 100%;
  padding: 15px 20px 15px 60px;
}

.email a:hover {
  opacity: 0.9;
}

a.telecharger {
  display: block;
  float: left;
  background-color: #dad7bd;
  background-image: url(../../../images/site-elements/folder.png);
  padding: 0.8em 0.8em 0.8em 3.2em;
  margin: 0 0 2em 0;
  background-repeat: no-repeat;
  background-position: 1em;
}

.copyright-photo {
  font-size: 0.8em;
  font-style: italic;
}

.p-taille1 p {
  font-size: 0.8em;
  line-height: 1.1;
}

.barre-titre h2.article-titre {
  width: 100%;
  background-color: #777;
  padding: 0.2em 1em;
  color: #fff;
}

.date-modif {
  font-size: 75%;
  opacity: 0.5;
  padding: 0 1%;
}

/************************** tags **************************/
.tagspopular {
  color: #fff;
  font-size: 1em;
  font-variant: small-caps;
  text-transform: lowercase;
  overflow: hidden;
  float: none;
  padding: 0.6em;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  word-spacing: 0.2em;
}

.tagspopular a {
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.6em 0.4em 0.6em;
  border-radius: 5px;
  text-align: center;
  background-color: #a6a6a6;
}

.tagspopular ul {
  text-align: center;
}

.tagspopular ul li {
  display: inline-block;
  padding: 2px 1px;
}

/************************** cs-popup **************************/
.cs-popup-fond {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  background-color: #000;
  opacity: 0.7;
}

.cs-popup-outer {
  position: fixed;
  top: 0;
  left: 0;
}

.cs-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: auto;
  margin: 3% auto;
  min-width: 310px;
  max-width: 1280px;
  opacity: 1;
  overflow: unset;
}

.cs-popup-inner {
  position: relative;
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: auto;
}

.afficher {
  display: block;
  opacity: 1;
}

.cs-popup-fermer {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 4.5em;
}

.cs-popup-inner .logo {
  margin-top: 2%;
}

.cs-popup-inner.devis img.logo {
  max-width: 170px;
}

.cs-popup-inner.devis img.logo

/***************** modules *********************/
.module0 {
  margin: 0 0 24px 0;
  padding: 0;
  overflow: hidden;
}

.module1 {
  padding: 6px;
  margin-top: 10px;
  background-color: #403e3e;
  overflow: hidden;
}

.module2 {
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.lien-espace {
  width: 100%;
  height: auto;
  max-width: 403px;
  min-width: 320px;
}

.module1 a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.modules span.lien-texte {
  text-align: center;
  display: block;
  float: left;
  padding: 12px 0;
  width: 84%;
  height: 42px;
  text-transform: uppercase;
}

.modules span.lien-image {
  display: block;
  float: right;
  width: 42px;
  height: 42px;
  text-align: right;
}

.modules span.lien-image img {
  max-width: 42px;
}

/***************** module custom google maps *********************/
.googlemap {
  width: 100%;
  min-width: 300px;
}

/***************** cookie ck *********************/
#cookiesck {
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 1% !important;
}

#cookiesck_accept,
#cookiesck_decline,
#cookiesck_readmore,
#cookiesck_settings {
  border: none !important;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 5px !important;
  padding: 3px 5px !important;
}

#cookiesck_accept:hover,
#cookiesck_decline:hover,
#cookiesck_readmore:hover {
  opacity: 0.7 !important;
}

#cookiesck_accept {
  margin-right: 2em !important;
}

#cookiesck_options,
#cookiesck_options>.inner {
  display: none !important;
}

/***************** formulaire *********************/
.titre-formulaire {
  /* inséré par fiche_produit-suite */
  padding: 1.5em;
}

.contactform,
.visforms-form {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
}

.form-label {
  font-size: 0.95em;
  min-width: 150px;
  display: inline-block;
  width: 12.5%;
  float: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* .form-field {
  max-width: 640px;
  width: 90%;
}
*/
.visforms-form fieldset>div {
  padding: 0;
}

.form-field-info {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 1em !important;
}

.form-field-separation {
  border: 1px #ddd solid;
}

.envoyer {
  padding: 10px 20px !important;
  background-color: var(--titre) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}

.vis_mandatory {
  font-size: 0.8em !important;
  color: #d61d00 !important;
  font-weight: normal;
  position: absolute;
  bottom: 1%;
}

a.retour-form {
  font-size: 1.2em;
  color: #069;
}

.form-objet {
  word-break: break-word;
}

.visCSSlabel {
  margin-top: 0;
}

.visCSSinput,
.editor {
  width: 100%;
}

.visform input:not(.btn),
.visform select,
.visform textarea {
  color: #000;
  margin: 5px 0;
  padding: 5px;
}

select.visCSSinput.form-field option {
  background: #fff;
}

/*** ***/
.contactform .control-group {
  margin: 0 0 0.5em 0;
  width: 100%;
}

.contactform-01,
.contactform-02 {
  display: block;
  float: left;
  width: 50%;
  min-width: 320px;
}

.submit.control-group {
  float: right;
  width: 50%;
}

.contactform .control-label {
  line-height: 1.2em;
}

#jform_nom,
#jform_email {
  line-height: 1.1em;
  width: 75%;
  min-width: 300px;
  font-size: 0.8em;
}

#jform_tel {
  line-height: 1.1em;
  width: 33%;
  min-width: 150px;
  font-size: 0.8em;
}

#jform_arrivee,
#jform_depart {
  line-height: 1.1em;
  width: 25%;
  font-size: 0.8em;
  min-width: 120px;
  text-align: center;
}

#jform_nbpersonnes {
  line-height: 1.1em;
  width: 10%;
  min-width: 40px;
  font-size: 0.8em;
}

#jform_message {
  line-height: 1.1em;
  width: 90%;
  min-width: 300px;
  font-size: 0.8em;
}

.contactform button {
  line-height: 1.2em;
  font-size: 0.8em;
  height: 1.7em;
  border-radius: 3px;
  background-color: #fff;
}

.js-calendar,
.calendar-container,
.calendar-container a {
  color: #000;
  top: 0 !important;
  margin-top: 0 !important;
}

.icon-calendar:before {
  font-family: "IcoMoon";
  font-style: normal;
  content: "\43";
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 18px;
  color: rgb(195, 191, 191);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 28px;
  margin-top: 4px;
  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select option {
  background: #7c7c7c;
}

.mod-languages.lang-switcher-menu select.inputbox {
  width: 90px;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/**********************************************************************/
.agauche.bloc16,
.agauche.bloc12,
.agauche.bloc8 {
  margin-bottom: 0.5%;
}

.agauche {
  display: block;
  float: left;
  /* margin-bottom: 2%; */
}

.bloc-image.agauche,
img.agauche,
span.agauche img {
  margin-right: 2%;
  margin-left: 0;
}

.adroite {
  display: block;
  float: right;
  /* margin-bottom: 2%; */
}

.bloc-image.adroite,
img.adroite,
span.adroite img {
  margin-right: 0;
  margin-left: 2%;
}

.aucentre {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  /* margin-bottom: 2%; */
}

img.aucentre,
span.aucentre img {
  margin-bottom: 2%;
}

.max012 {
  max-width: 10% !important;
  height: auto !important;
}

.max025 {
  max-width: 23% !important;
  height: auto !important;
}

.max033 {
  max-width: 31% !important;
  height: auto !important;
}

.max050 {
  max-width: 48% !important;
  height: auto !important;
}

.max066 {
  max-width: 64% !important;
  height: auto !important;
}

.max075 {
  max-width: 73% !important;
  height: auto !important;
}

.max100 {
  max-width: 98% !important;
  height: auto !important;
}

.nomax {
  max-width: auto !important;
  height: auto !important;
}

/** recherche **/
.search {
  padding: 1%;
  font-family: helvetica, arial, sans-serif;
}

#searchForm {
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px #ddd solid;
  font-size: 0.8em;
}

#searchForm>div,
#searchForm>fieldset {
  margin-bottom: 0.6em;
}

legend {
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-variant: small-caps;
  padding-bottom: 0.5em;
  border-bottom: 1px #ddd solid;
}

.pull-left {
  float: left;
}

.isotope_button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

button.isotope_button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 8px 4px 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px !important;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%,
      #f6f6f6 50%,
      #eeeeee 52%,
      #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.label-info,
.badge-info {
  background-color: #ddd;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.phrases-box,
.only {
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 0.8em;
}

label {
  display: inline-block;
  padding: 0 1em 0 0;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0 !important;
}

.counter {
  font-size: 0.9em;
  font-style: italic;
}

/************************** recherche **************************/
.recherche {
  width: 100%;
  position: absolute;
  top: 30%;
  font-size: 14px;
}

#cat_recherche #search-form {
  display: none;
}

#search-results {
  margin-top: 40px;
  overflow: hidden;
}

#search-results .recherche-resultats {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#search-results .search-pagination .pagination {
  border-top: none;
  border-bottom: none;
}

.finder .form-search label.finder {
  vertical-align: middle;
  display: none;
}

.finder .form-search .search-query.input-medium {
  vertical-align: middle;
  max-width: 30%;
  min-width: 200px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 6px;
}

.finder .form-search button {
  vertical-align: middle;
  width: 120px;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-radius: 6px;
}

.finder .form-search button span.icon-search.icon-white {
  display: none;
}

.finder .resultat h3.result-title {
  font-size: 1.2em;
  font-variant: normal;
}

.finder .resultat h3 a {
  color: #069;
}

.finder .resultat.bloc-article {
  color: #000;
  padding: 1% !important;
  margin-bottom: 0;
  flex: 1;
}

.finder .resultat .bloc-element {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2%;
}

.finder .resultat .bloc-image {
  border: none;
  margin-right: 10px;
  max-width: 200px;
  width: auto;
  height: auto;
}

.finder .resultat .result-imageintro {
  height: auto;
  width: initial;
  min-width: 100px;
  max-height: 200px;
  margin: 1% 2% 1% 0;
}

.site-recherche {
  padding: 6% 2%;
  font-size: 1.3em;
  font-family: helvetica, arial, sans-serif;
}

.site-recherche h3 {
  font-size: 1em;
  font-family: helvetica, arial, sans-serif;
}

.recherche-libre {
  margin: 1em auto 5% auto;
}

.recherche-libre .element-invisible {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.recherche-libre .inputbox {
  font-size: 0.8em;
  padding: 0.5em;
  display: inline-block;
  box-shadow: inset 2px 2px 3px 0px #656565;
  width: 94%;
  max-width: 400px;
}

.recherche-tags {
  margin: 1em auto 1em auto;
}

.finder #search-form .icon-search.icon-white {
  display: none;
}

.search-results .result-title {
  margin-top: 1em;
  font-variant: normal;
}

.search-results .result-category,
.search-results .result-created {
  font-size: 0.8em;
  font-style: italic;
}

.search-results .osembed_wrapper {
  display: none;
}

.pagination-list .hidden-phone {
  border-radius: 100px;
  padding: 6px 10px;
}

.pagination-list .active.hidden-phone {
  background-color: #403e3e;
  border-radius: 100px;
  padding: 6px 10px;
}

.pagination-list .active.hidden-phone a {
  color: #fff;
}

/***************** page catégories ******************/
.liens-cat .bloc-element {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin: 0 auto;
}

.liens-cat .bloc-element .bloc-article .bloc-element {
  border: 1px solid #e3e3e3;
  max-width: 420px;
  border-radius: 10px;
}

.liens-cat .bloc-image {
  border: none;
  border-radius: 0;
}

/** frontedit */
.content .items-leading div.icons,
.content .item-page div.icons,
.edit-icon {
  display: none;
}

/** print **/
.print-only {
  display: none;
}

.btn.btn-primary {
  padding: 10px;
  border-radius: 6px;
  float: right;
}

@media print {
  body {
    font-size: 9pt;
    padding: 1cm;
  }

  .saut {
    page-break-after: always;
  }

  .no-print {
    display: none;
  }

  .print-only {
    display: block;
  }
}

hr.separation-print {
  border: 1px dashed #ddd;
}

.progress-wrap {
  right: 13px !important;
  bottom: 15px !important;
}