@import url("couleurs.css");

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

@font-face {
  font-family: "font2";
  src: url("fonts/ABeeZee-Regular.woff2") format("woff2"),
    url("fonts/ABeeZee-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  /* overflow: auto;
  scroll-padding-top: 100px; */
  background-color: #fff;
  font-family: font2, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  /* scroll-behavior: smooth; */
}

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

body {
  width: 100%;
  padding: 0;
  min-width: 320px;
  min-height: 100%;
  list-style-type: none;
  position: relative;
  z-index: -20;
  background-color: #fff;
  color: #000000;
}

#global {
  margin: 0 auto;
  /* max-width: 1680px; */
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

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

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: #bc3a0d;
  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: 1em 0 1em 0 !important;
  list-style: circle;
}

div>ul>li>ul>li {
  text-indent: -1em;
}

ul ul {
  margin-left: 1.5em !important;
  border-left: 1px solid #eaeaea;
  padding-left: 1em;
}

ul ul ul {
  border: none;
  margin-left: 0 !important;
  list-style: circle;
}

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

/* navigation pages */
main nav {
  position: relative;
  top: inherit;
  z-index: 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;
}

.clearfix {
  *zoom: 1;
}

.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 {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

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

h1 span {
  font-size: 0.8em;
}

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

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

h4,
h5,
h6 {
  font-size: 1.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 {
  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"] {
  -webkit-appearance: button;
  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;
  -webkit-appearance: textfield;
}

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

/* ****************************** */
nav.menus {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  z-index: 3000;
  /* border-top: solid #e2e2e2 1px; */
  border-bottom: solid #303632 1px;
  background-color: #ffffff;
  padding: 0;
}

.navbar {
  position: relative;
  max-width: 1480px;
  z-index: 2000;
  display: flex;
  flex-wrap: wrap;
  /* 	margin-bottom: 2%; */
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: inherit;
  padding: 0;
  border-radius: 0;
  /*
    font-size: 0;
 */
  margin: 0 auto;
}

.navbar-spacer {
  height: 0;
  padding: 0;
}

.sticky-start {
  opacity: 1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* #cat_accueil nav {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
} */
.navmodule {
  padding: 0;
}

.mainmenu {
  flex: 8;
  position: relative;
}

/* ****************************** */
.logo {
  height: 100%;
}

.logo-mobile {
  display: none;
}

.logo img {
  width: 100%;
  height: auto;
}

/* ****************************** */
.menu1 .logo a {
  border: none;
}

.menu1 {
  /*
    display: none;
 */
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #dddddd;
  width: 100%;
  height: 0;
  z-index: 8850;
  transition: height 0.3s ease-in-out;
  /*  box-shadow: 0px 2px 4px 0px #555; */
}

.menu-header {
  height: 90px;
  text-align: right;
}

.menu-content {
  position: absolute;
  left: 0;
  top: 90px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  padding: 0 10%;
}

.menu1 ul.menu {
  position: relative;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1480px;
  background-color: #808080;
}

.menu1 ul.menu h1 {
  font-size: 1em;
  margin: 0;
  text-transform: none;
}

/* desktop first */
/*
.menu1 .menu li
{
    background-color: transparent;
    text-align: center;
    padding: 0;
    display: inline-block;
}
 */
/* end desktop first */
/* mobile first */
.menu1 .menu li {
  width: 100%;
  border-right: none;
  display: inline;
  text-align: left;
}

.menu1 .menu li:hover {
  background-color: transparent;
}

.menu1 .menu a {
  padding-right: 25%;
}

.menu1 .menu a:hover,
.menu1 .menu li ul a:hover {
  color: #ddd;
}

/* end mobile first */
.menu1 .menu li:hover {
  background-color: #6e6e6e;
}

.menu1 .menu ul.nav-child {
  display: block;
}

.menu1 .menu li ul li {
  font-size: 90%;
  line-height: 1.1;
  margin: 1px 0 0 0;
}

.menu1 .menu a,
.menu1 .separator {
  font-family: helvetica, arial, sans-serif;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 13px 24px 11px 24px;
  font-weight: normal;
  font-size: 1.1em;
  text-transform: none;
}

.menu1 li a img {
  width: 24px;
  height: auto;
  vertical-align: bottom;
  margin-right: 10px;
}

.menu1 .menu a:hover,
.menu1 .menu li ul a:hover {
  opacity: 0.75;
  color: #fff;
}

.menu1 .menu .active a,
.menu1 .menu .current a,
.menu1 .menu .current.parent ul a {
  color: #fff;
  background-color: #403e3e;
}

.menu1 .menu .parent ul a,
.menu1 .menu .current.active.parent ul a {
  color: #fff;
  background-color: transparent;
}

.menu1 .menu .parent ul .active a {
  color: #fff;
  background-color: #656262;
}

/* ****************************** */
.menu1 span.lang-switcher-menu>div {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.menu1 .lang-switcher-mobile {
  display: none;
}

.menu1 .lang-switcher-menu ul {
  width: inherit;
  overflow: hidden;
  margin: 0;
}

.menu1 .lang-switcher-menu li {
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0;
  width: auto;
  min-width: inherit;
  display: inline-block;
}

.menu1 .lang-switcher-menu li a {
  padding: 0.8em;
  margin: 0;
  border: none;
  width: auto;
}

.menu1 .lang-switcher-menu li:hover {
  background-color: transparent;
  opacity: 0.75;
}

.menu1 .lang-switcher-menu li a img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

/* *********** menu 2 ********** */
.menu2 {
  min-height: 41px;
  background-color: #fff;
}

.fond-menu2 {
  background-color: #403e3e;
}

.menu2 ul {
  font-weight: normal;
  font-variant: normal;
  padding: 0;
  text-align: center;
  font-size: 1em;
  margin: 0;
  max-width: inherit;
  background-color: #403e3e;
}

.menu2 li {
  display: inline-block;
  background-color: none;
  line-height: 1;
}

/* .menu2 li:last-child { margin-right: 0; } */
.menu2 li ul li {
  font-size: 90%;
  line-height: 1;
  margin: 0;
}

.menu2 a {
  display: block;
  color: #b2abab;
  width: 100%;
  height: 100%;
  padding: 13px 24px 11px 24px;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.menu2 a:hover,
.menu2 li ul a:hover {
  opacity: 0.85;
}

.menu2 .active a,
.menu2 .current a,
.menu2 .current.parent ul a {
  color: #fff;
  background-color: #403e3e;
}

.menu2 .parent ul a,
.menu2 .current.active.parent ul a {
  color: #fff;
  background-color: transparent;
}

.menu2 .parent ul .active a {
  color: #fff;
  background-color: #fff;
}

/* menu dj */
.mainmenu a {
  font-family: font1, sans-serif;
  font-style: normal;
  font-size: 1.1em !important;
  text-transform: uppercase;
}

.burger {
  /* background-color: #323f35;
    color: #000;
    position: relative;
  z-index: 4000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: right;
  margin: 6px 8px; */
}

.fa-bars::before {
  color: #000;
}

/* **** menu local **** */
.navigation-locale {
  padding: 1% 2%;
  background-color: #efefef;
  border-bottom: 1px solid #e2e2e2;
}

.sous-menu-article-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: wrap row;
  align-content: center;
}

.sous-menu-article-wrapper div {
  display: flex;
  flex-flow: wrap row;
  align-content: flex-start;
}

.sous-menu-article-wrapper div>* {
  display: block;
}

.sous-menu-categorie,
.sous-menu-article {
  background: rgb(240, 240, 240);
  padding: 0;
  margin: 2px 0.5em 2px 0;
  text-align: left;
}

.sous-menu-article a {
  letter-spacing: -0.01em;
  word-spacing: -0.1em;
}

/* .sous-menu-categorie::after {
  content: " > ";
}
.sous-menu-article::after {
  content: " | ";
}

.sous-menu-article:last-of-type::after {
  content: "";
} */
.sous-menu-article-inner {
  margin: 0 auto;
}

.burger-local {
  margin-right: 10px;
  vertical-align: middle;
}

/* *** up menu articles *** */
.ancre a {
  padding: 4px 6px;
  margin: 2px;
  border-radius: 5px;
  background-color: #069;
  color: #fff;
  display: inline-block;
}

/***************************/
.ariane {
  overflow: hidden;
  z-index: 1;
  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;
}

/* ****************************** */
header {
  position: relative;
  top: 0px;
  overflow: hidden;
  z-index: 1000;
  border-radius: 0;
  width: 100%;
  font-size: 0;
  margin: 0 auto;
}

.inner-header {
  position: relative;
  padding: 0 1%;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1380px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 10;
}

.diaporama {
  display: block;
  z-index: 0;
  width: 100%;
  text-align: right;
  margin-top: 0;
  overflow: hidden;
  height: auto;
  margin-bottom: 15px;
  /* -webkit-box-shadow: 0px 1px 2px 0px #000000;
    box-shadow: 0px 1px 2px 0px #000000; */
  position: absolute;
  top: 0;
  left: 0;
  max-height: 350px;
}

.shrink {
  height: 0;
}

.icon-header {
  max-width: 60px;
  min-width: 40px;
}

/* smart slider */
/* .slide-title {
    position: absolute !important;
    top: 50%;
} */
/* .slide-text {
    position: absolute !important;
    top: 65%;
    right: 0;
} */
/* dj-slider */
#diaporama img.dj-image {
  image-rendering: auto;
}

#diaporama .slide-desc {
  font-size: 18px;
}

#diaporama .slide-text {
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

#diaporama .slide-text a {
  color: #fff;
}

#diaporama .slide-text h3,
#diaporama .slide-text h2,
#diaporama .slide-text h1 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 0.3em;
}

/* ****************************** */
.page {
  position: relative;
  margin: 0 auto 0 auto;
  /* 	padding: 1.8%; */
  width: 100%;
  z-index: 0;
  min-height: 50%;
  overflow: hidden;
  /* 	background-color: #ffffff; */
  /* max-width: 1280px; */
}

#cat_accueil .page {
  max-width: none;
}

/*
.page:after
{
    content: "";
    display: table;
    clear: both;
}
 */
/* ****************************** */
.social {
  position: relative;
  text-align: right;
  padding: 0 40px 0 0;
  margin: 30px 0 30px 0;
}

/* ****************************** */
.outer-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

/* ****************************** */
main {
  min-height: 100%;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.largeur1 {
  width: 66%;
}

.largeur2 {
  width: 32%;
  float: right;
}

.headline-intro {
  font-family: arial, sans-serif;
  margin: 0 auto 0 auto !important;
  background-color: #007fc2;
  color: #fff;
  font-size: 1.2em;
}

.headline-intro h2,
.headline-intro h3,
.headline-intro h4,
.headline-intro h5,
.headline-intro h6 {
  color: #fff;
}

.headline-intro h2 {
  font-size: 1.3em;
}

.headline-intro a {
  color: #fff;
}

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

#cat_web-audio-photo-formations section {
  display: flex;
}

/* ****************************** */
.modules {
  display: block;
  padding: 0 0 1% 1%;
  overflow: hidden;
}

.moduletable {
  overflow: auto;
}

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

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

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

/***************************/
footer {
  font-family: arial, sans-serif;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 0.75em;
  font-weight: normal;
  overflow: auto;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  z-index: 10;
  border-top: solid 1px #e2e2e2;
}

.inner-footer {
  overflow: hidden;
  width: 98%;
  max-width: 1480px;
  padding: 6px 0;
  margin: 0 auto;
  font-size: 0;
}

.copyright {
  width: 100%;
  display: inline;
}

.contact-footer,
footer ul.nav,
footer a:link,
footer a:visited {
  color: #ddd;
}

footer p,
footer a,
footer ul {
  font-size: 13px;
}

.contact-footer {
  margin: 0 0 2em 0;
  text-align: center;
  padding: 0 2% 0 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

footer ul.nav {
  padding: 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
}

footer li {
  display: inline-block;
  padding: 0 2% 0 0;
}

footer img {
  /*  margin: 0 6px 0 0; */
  vertical-align: top;
}

footer .current.active a {
  color: #b2b2b2;
}

footer .h1menu {
  font-size: 1em;
  display: inline;
  font-family: arial, sans-serif;
  font-weight: normal;
}

.upper-footer {
  width: 100%;
  padding: 3em 0 0 0;
  max-width: 1480px;
  margin: 0 auto;
}

#lazone {
  background-color: #ddd;
  padding: 2%;
  text-align: justify;
}

.logos-footer {
  width: 50%;
  display: inline-block;
  text-align: right;
}

footer hr {
  color: #736f70;
  border: 2px solid;
  max-width: 1260px;
  margin: 2em auto 1em auto;
}

.fiche-logo {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0 0.3%;
  min-width: 90px;
  max-width: 180px;
}

.logos-footer img,
.upper-footer img {
  width: 100%;
  height: auto;
  max-height: 90px;
}

/*** schuweb sitemap ***/
#SchuWeb_Sitemap {
  margin: 0 auto;
  max-width: 1024px;
  padding: 2% 10%;
}

#SchuWeb_Sitemap li ul.level_1,
#SchuWeb_Sitemap li ul.level_2,
#SchuWeb_Sitemap li ul.level_3,
#SchuWeb_Sitemap li ul.level_4,
#SchuWeb_Sitemap li ul.level_5,
#SchuWeb_Sitemap li ul.level_6 {
  margin-left: 1em;
  font-size: 97%;
}

#SchuWeb_Sitemap li ul.level_1 {
  border-left: 1px solid gray;
  padding-left: 0.5em;
  margin-top: 1em;
}

#SchuWeb_Sitemap li ul.level_2 {
  /* border-left: 1px solid gray; */
  padding-left: 0.5em;
}

#SchuWeb_Sitemap li ul.level_3 {
  border-left: 1px solid gray;
  padding-left: 0.5em;
}

#SchuWeb_Sitemap li ul.level_4 {
  border-left: 1px solid gray;
  padding-left: 0.5em;
}

#SchuWeb_Sitemap li ul.level_5 {
  border-left: 1px solid gray;
  padding-left: 0.5em;
}

#SchuWeb_Sitemap ul li {
  margin-bottom: 0;
  text-indent: inherit;
}

#SchuWeb_Sitemap .level_1 li {
  list-style: none;
}

#SchuWeb_Sitemap .level_0 .finder,
#SchuWeb_Sitemap .level_0 .mod-languages,
#SchuWeb_Sitemap .level_0 li span {
  display: none;
}

/*** menus osmap ***/
.osmap-sitemap {
  margin: 2% auto;
  max-width: 1024px;
}

#osmap .osmap-items h2 {
  display: none;
}

.osmap-items {
  display: block;
}

.osmap-items li[id*="category"] {
  font-variant: small-caps;
  font-size: 18px !important;
}

.osmap-items li[id*="article"] {
  font-variant: normal;
  font-size: 16px !important;
  margin-left: 1em;
  font-weight: normal;
}

.osmap-items>ul {
  padding: 1em 2%;
  margin-bottom: 0;
  border-bottom: 3px #e9e9e9 solid;
  background-color: #fff;
}

.osmap-items>ul:last-child {
  border-bottom: none;
}

#osmap ul.level_0 li {
  display: block;
}

#osmap>.osmap-items>ul>li {
  margin-top: 0.5em;
  font-weight: bold;
}

#osmap ul.level_1 {
  margin-bottom: 1em;
  margin-left: 1em;
}

#osmap>.osmap-items>ul>ul.level_1>li a {
  color: #000;
}

#osmap ul.level_2 a {
  font-style: italic;
  color: #555555;
}

#osmap .osmap-items ul>ul {
  margin-left: 1em;
}

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

/*************** galeries up ************/
.galerie-article {
  margin: 0 auto !important;
  display: block !important;
}

figure.upgallery {
  margin: 0;
  width: 100%;
}

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

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

/*************** galeries sigplus ************/
.sigplus-gallery div.boxplus-slider {
  padding: 6px 0 6px 0;
}

.sigplus-gallery.sigplus-left.sigplus-clear {
  clear: both;
}

.sigplus-gallery ul {
  width: 100%;
}

.fiche-objet .sigplus-gallery ul img {
  width: 100% !important;
  max-width: 420px;
  min-width: 180px;
}

.sigplus-gallery ul li {
  width: 24%;
  margin: 0.5% !important;
}

div.sigplus-gallery ul>li>img,
div.sigplus-gallery ul>li>a>img {
  margin: 8px 0 !important;
}

.sigplus-gallery ul li img {
  width: 100%;
  height: auto;
}

.captionplus-overlay.captionplus-bottom {
  bottom: 5px;
}

#boxplus .boxplus-background,
.boxplusx-container {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/***************************/
div.items-more ol.nav li {
  width: 40%;
  padding-right: 10%;
  float: left;
}

/** pour 2 colonnes **/
/* ************************* */
.column-1 {
  float: left;
  width: 49%;
  padding: 0;
  overflow: hidden;
  margin-right: 1%;
}

.column-2 {
  float: left;
  width: 49%;
  padding: 0;
  overflow: hidden;
  margin-left: 1%;
}

.blog-more {
  padding: 10px 5px;
}

div.blog div.item-separator {
  width: auto;
  height: 30px;
  clear: both;
}

div.blog div.items-row {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* ** connexion ** */
div.moduletable_connexion,
div.login {
  padding: 10px 20px 20px 20px;
  width: 50%;
  margin: 20px;
}

form#login-form span.add-on {
  display: block;
  width: 150px;
}

/*
div.isotope_button-group { display: none; }
 */
/* diaporama - accueil */
.random_image,
.random_image_extended {
  position: relative;
  width: 100%;
  max-width: 1680px;
  height: auto;
  /*
    height: 100%; */
  margin: 0 auto !important;
}

.random_image img,
.random-image_diapo,
.random_image_extended img {
  height: auto !important;
  width: 100% !important;
  display: block !important;
}

/******************** tabs   *******************************************/
.page-header li.active a {
  color: #6f0014;
}

/******************** 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% 1% !important;
  position: relative;
  margin-top: inherit;
  margin-bottom: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}

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

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

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

.bloc-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  border-radius: 10px;
  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;
}

.fiche-produit.fiche-produit-article .bloc-image {
  max-width: 420px;
}

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

.blog .bloc-article.article-standard .bloc-image.agauche {
  margin-right: 16px;
  max-width: 220px;
  border: none;
  border-radius: 0;
}

.blog .bloc-article.article-standard .bloc-image.adroite {
  margin-left: 16px;
  max-width: 220px;
  border: none;
  border-radius: 0;
}

.item-page .bloc-article.article-standard .bloc-image.agauche {
  margin-right: 16px;
  max-width: 320px;
  border: none;
  border-radius: 0;
}

.item-page .bloc-article.article-standard .bloc-image.adroite {
  margin-left: 16px;
  max-width: 320px;
  border: none;
  border-radius: 0;
}

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

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

.bloc-image img {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.bloc-content {
  margin: 0;
}

.bloc-titre {
  width: 100%;
}

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

.bloc-titre h2,
.bloc-titre h3 {
  font-family: font1, sans-serif;
  color: #000;
}

.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 ***/
.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 {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  width: auto;
  height: 80px;
}

.onepage .siteswebs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

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

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

/******************/
.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 #dddddd17;
  margin: 1em auto 1em auto;
  width: 80%;
  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;
  z-index: 8888;
  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;
  z-index: 8899;
  opacity: 1;
  overflow: unset;
}

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

.afficher {
  display: block;
}

.cs-popup-fermer {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 8999;
  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;
  z-index: 9999;
}

#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: 90%;
  max-width: 1024px;
  min-width: 320px;
  margin: 1% auto;
  padding: 1% 1% 1% 1%;
  overflow: hidden;
}

.form-label {
  font-size: 0.9em;
  min-width: 150px;
}

.form-field {
  max-width: 640px;
  width: 90%;
}

.form-field-1 {
  width: 180px;
}

.form-field-textarea-adresse {
  height: 5em !important;
}

.form-field-textarea-demande {
  height: 12em !important;
}

.visforms-form .field-calendar {
  float: left;
}

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

.envoyer {
  padding: 1em 2em !important;
  background-color: #878787 !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;
}

#lien-contact-accueil .visforms-form,
#lien-contact-accueil .visform input:not(.btn),
#lien-contact-accueil .visform select,
#lien-contact-accueil .visform textarea {
  color: #d3d2d2;
}

.visform input:not(.btn),
.visform select,
.visform textarea {
  color: #000;
}

.fieldset-1 {
  display: flex !important;
  flex-flow: row wrap;
}

.field-group {
  width: 50%;
  min-width: 320px;
}

.visBtnCon {
  margin-left: auto;
}

.visBtnCon #field7 {
  margin: 25% 0 0 0;
}

/*** ***/
.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;
  *margin-top: 0;
  margin-top: 1px \9;
  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%; */
}

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

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

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

/************************** isotope ******************/
.isotope-main .isotope-div.fg-row {
  margin-bottom: 20px;
}

.isotope_button-group.filter-button-group-cat:before,
.isotope_button-group.filter-button-group-tags:before {
  display: block;
  padding: 2px;
}

/* .isotope_button-group.filter-button-group-cat:before {
    content: "Filtrer par sous-catégories";
}

.isotope_button-group.filter-button-group-tags:before {
    content: "Filtrer par type d'activité";
} */
.isotope_button-group .isotope_button {
  float: left;
}

.isotope_button-group .isotope_button:active,
.isotope_button-group .isotope_button.is-checked,
.isotope_button:active,
.isotope_button.is-checked {
  background: #b6b6b6;
  background-color: #b6b6b6 !important;
  border-left: solid 6px #000;
  color: white;
}

.isotope_button-group button.isotope_button {
  border: none;
  box-shadow: none;
  background: #eaeaea;
  margin: 5px 8px 5px 0;
}

.isotope_button-group .isotope_button:hover,
.isotope_button:hover {
  background: #eaeaea !important;
  color: #069 !important;
  opacity: 0.7;
}

.isotope_item {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  line-height: 1.3;
  box-shadow: none !important;
  padding: 1.2% 1% !important;
  margin: 0.7% 0.7% 1em 0.7% !important;
  border-radius: 5px;
}

.isotope_item a {
  color: #069;
}

/* .isotope_item h3 {
    font-size: 1.2em;
    text-align: center;
} */
.isotope_item .images .field-label {
  display: none;
}

.isotope_item img {
  width: 100%;
  height: auto;
  min-width: 100px;
  max-height: 300px;
  margin: 1% 2% 1% 0;
  object-fit: contain;
}

.isotope_item .accueil-suite {
  display: block;
  float: right;
}

.isotope_item .bloc-article .article-titre,
.isotope_item .bloc-article>img {
  display: none;
}

.isotope_item .bloc-article {
  margin-bottom: 0 !important;
}

.isotope_item:nth-child(odd) {
  background-color: #fff !important;
}

.isotope_item:nth-child(even) {
  background-color: #fff !important;
}

.isotope_item .bloc-image img {
  display: block !important;
}

/* .isotope_item p:last-child::after {
    content: " ...";
} */
@media screen and (max-width: 768px) {
  .isotope_item {
    width: 98% !important;
  }
}

/** 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;
}