@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Orbitron-Black';
  src: url('../fonts/Orbitron-Black.eot');
  src: url('../fonts/Orbitron-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Black.woff2') format('woff2'), url('../fonts/Orbitron-Black.woff') format('woff'), url('../fonts/Orbitron-Black.ttf') format('truetype'), url('../fonts/Orbitron-Black.svg#Orbitron-Black') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Medium.eot');
  src: url('../fonts/Orbitron-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Medium.woff2') format('woff2'), url('../fonts/Orbitron-Medium.woff') format('woff'), url('../fonts/Orbitron-Medium.ttf') format('truetype'), url('../fonts/Orbitron-Medium.svg#Orbitron-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../fonts/OpenSans-Italic.eot');
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .site-description, .prochainement p:first-child, input.progtitle, .finder h4.result-title a, .accordion-toggle, .adp-placemark td {
  font-family: 'Orbitron', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;

}
h1, .h1 {color: var(--orange);}
h1 .soustitre {
    font-size: 87.5%;
    color: var(--green);
}
h2, .h2, h3, .h3 {
    color: var(--green);
}
h4, .h4 {color: var(--gray-600);} 
b, strong, h5, .accordion-item h2.accordion-header {
      font-family: 'OpenSans-SemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: normal;
}
em {font-family: 'OpenSans-Italic', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-style: normal;
}
em b, b em, strong em, em strong {
    font-family: 'OpenSans-SemiBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-style: normal;
      font-weight: normal;
}
a, a:link {
    text-decoration: none !important;
}
a:hover, a:focus {
    text-decoration: underline !important;
}
a.brand-logo {
  font-weight: normal !important;
  font-family: 'Orbitron-Black', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
}
a.brand-logo img {
    max-height: 175px;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-left: 3rem; 
}
a.brand-logo:hover {
    text-decoration: none !important;
}
a.brand-logo:hover img {
    transform-origin: center;
   transform: rotate(-195deg) scale(0.9);
}
#chargement {position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: #fff url("../images/chargement.gif") 50% 50% no-repeat; z-index: 10001;}
body#loaded #chargement {display: none;}
.site-specs {
	margin-top: 30px;
	float: left;
	text-align: center;
}
.site-title {
  /* No px! */
  --font-size-min: 24; 
  --font-size-max: 48;
  --font-view-min: 340;
  --font-view-max: 1280;
  font-size: clamp(calc(var(--font-size-min) * 1px), calc((var(--font-size-min) * 1px) + (var(--font-size-max) - var(--font-size-min)) * ((100vw - (var(--font-view-min) * 1px)) / var(--font-view-max))), calc(var(--font-size-max) * 1px) ); 
  line-height: 1.6em;
	display: block;
}
.site-description {
	font-size: 66% !important;
	line-height: 2rem;
	letter-spacing: 0.1em;
    display: block;
}
.site-title, .site-description  {
	opacity: 0.95;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), -1px 0 rgba(0,0,0,0.15), 0 1px rgba(0,0,0,0.15), 1px 0 rgba(0,0,0,0.15), 0 -1px rgba(0,0,0,0.15);
}
a.brand-logo:hover .site-description {
	letter-spacing: 0.2rem;
	font-size: 75% !important;
}
@media(max-width: 1024px) {
    a.brand-logo img {
    max-height: 135px;
}  
}
@media(max-width: 800px) {
    .container-header.full-width .grid-child {
      text-align: center;
    }
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
    .site-specs {
    float: none !important;
}  
    a.brand-logo img {
    display: none;
}  
}
a, .accordion-toggle:after, .fixed, .back-to-top-link, input:hover {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
a:after, .site-title, .site-description, li, .btn, a.brand-logo img, button, .jt-cs  .owl-dots span {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
body {
  background: var(--white) url("../images/header.png") 50% 0 no-repeat;
}
body.contentpane.component {
  background: var(--gray-600);
}
.header {
  height: 190px;
  position: relative;
}
@media(min-width: 1024px) {
.header {
  background-image: url(../images/fourgon.png) !important;
  background-position: 46% 161px;
  background-repeat: no-repeat;
  -webkit-animation: fourgon 9s linear;
  animation: fourgon 9s linear;
  position: relative;
  filter: grayscale(100%);
}
}
@keyframes fourgon {
  0% {
    background-position: -100px 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  30% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  95% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  100% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(100%);
  }
}
@-webkit-keyframes fourgon {
  0% {
    background-position: -100px 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  30% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  95% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(0%);
  }
  100% {
    background-position: 46% 161px;
    opacity: 1;
    filter: grayscale(100%);
  }
}
#navigation {
  background: var(--gray-600);
}
.fixed {
  animation: fixed 0.75s ease-out;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  z-index: 9990;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes fixed {
  0% {
    top: -68px
  }
  100% {
    top: 0;
  }
}
@keyframes fixed {
  0% {
    top: -68px
  }
  100% {
    top: 0;
  }
}
@supports (display: grid) {
  @media (min-width: 1320px) {
    .startpagina .site-grid {
      grid-template-columns: [full-start] minmax(0, 1fr) [main-start] 14.0625rem repeat(2, minmax(0, 18.25rem)) minmax(0, 450px) [main-end] minmax(0, 1fr) [full-end];
    }
  }
}
.grid-child.container-component {padding-right: 1rem;}

.footer {
  background: var(--gray-600);
      display: flex;
  justify-content: center;
}
.footer h3, .footer h4 {
    color: var(--white);
}
.container-footer.footer.full-width {
    margin: 0;
}
.container-footer.footer.full-width.artetessai {
    padding-bottom: 2rem;
}
.container-footer .grid-child {
  diplay: table;
    padding-bottom: 0;
    table-layout: fixed;
width: 100%;
}
.container-footer .grid-child .footer-module {
  diplay: table-cell;
    height: 100%;
    width: 24%;
    padding-right: 1%;
}
.container-footer .grid-child .footer-module .moduletable {
    margin-bottom: 1rem;
}
.copy {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(var(--white-rgb), 0.75);
    padding: 0 1rem;
}
.copy a {
    text-decoration: none;
}
.copy a:hover {
    text-decoration: underline;
}
/*tooltip*/
.bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  top: -3px;
}

/*acy*/

.acym_introtext, .acym_posttext, .onefield label  {
  font-size: .875rem;
}
.acym_posttext {
   padding-left: 0.5rem;
}
.onefield input {
    border-radius: 0.25rem;
    width: 100%;
    border: 1px solid var(--gray-900);
}
.onefield input.disabled {
    border-color: #979797 !important;
}
p.acysubbuttons {
    margin-bottom: 0;
}
.acysubbuttons button {
    width: calc(100% - 30px);
    text-align: left;
}
.acysubbuttons button.subbutton {
    background: var(--green);
}
.acysubbuttons button.subbutton:hover {
    background: var(--gray-700);
}
.acysubbuttons button.unsubbutton {
    background: var(--gray-900);
    border: 1px solid var(--white);
    color: var(--white);
    margin: 0.25rem 0 0.5rem;
}
.acysubbuttons button.unsubbutton:hover {
    background: var(--orange);
}
div.acym__unsubscribe__actions.grid-x.align-center button.cell {
    min-width: 100% !important;
    display: block !important;
    white-space: nowrap !important;
}
#acym_wrapper #archive_view h1 {
    color: var(--white);
    text-align: center;
    font-size: 1.5rem;
}
/*logoslider*/
.swiper-caption {
  background: transparent !important;
  color: #fff !important;
  width: 100% !important;
  padding: 0px !important;
  text-align: center !important;
  height: auto !important;
  opacity: 0 !important;
  font-size: 12px !important;
}
.swiper-slide:hover .swiper-caption {
  opacity: 1 !important;
}
.swiper-layout-over .swiper-caption {
  position: absolute;
  top: auto !important;
  bottom: 0;
}
.swiper-title {
  font-size: 0.8em !important;
  line-height: 1.2em !important;
  padding: 5px !important;
background: var(--gray-700) !important;
  display: inline-block;
  width: 100% !important;
}
/*back-to-top-link*/
.back-to-top-link {
  color: var(--white);
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: .5rem;
  padding: .5em .5rem 0.25rem;
  transition: all .25s ease-in;
}

.back-to-top-link.visible {
  opacity: 1;
}

.back-to-top-link:hover, .back-to-top-link:focus {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green);
}
/*image map*/
#carte {
  margin-top: -2px;
}
@media (max-width: 1320px) {
  #carte {
    display: none !important;
  }
}
.startpagina .sidebar-right.card._menu.salles {
    display: none;
}
@media (max-width: 1319px) {
.startpagina .sidebar-right.card._menu.salles {
    display: block !important;
}
}
#Map {
  position: relative;
  margin: 0;
}
.area {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  z-index: 99;
  padding: 2px 5px;
  text-align: center;
  width: 52px;
  -webkit-transition: transform .25s linear;
  -moz-transition: transform .25s linear;
  -o-transition: transform .25s linear;
  transition: transform .25s linear;
}
.area {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.area a, .area a:hover, .area a:focus {
  font-size: 16px;
  text-decoration: none !important;
  font-weight: bold;
}
.area a {
  color: var(--white);
  text-shadow:
    -1px -1px 0 rgba(36, 27, 20, 0.5), 1px -1px 0 rgba(36, 27, 20, 0.5), -1px 1px 0 rgba(36, 27, 20, 0.5), 1px 1px 0 rgba(36, 27, 20, 0.5);
  white-space: nowrap;
}
.area:hover a, .area:focus a {
  color: var(--yellow);
  text-shadow:
    -1px -1px 0 rgba(36, 27, 20, 0.25), 1px -1px 0 rgba(36, 27, 20, 0.25), -1px 1px 0 rgba(36, 27, 20, 0.5), 1px 1px 0 rgba(36, 27, 20, 0.5);
}
.area:hover {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
#clelles {
  left: 84px;
  top: 414px;
}
#cordeac {
  left: 280px;
  top: 405px;
}
#genevrey {
  left: 156px;
  top: 165px;
}
#grenoble {
  left: 190px;
  top: 40px;
  color: var(--white);
  text-shadow:
    -1px -1px 0 rgba(36, 27, 20, 0.5), 1px -1px 0 rgba(36, 27, 20, 0.5), -1px 1px 0 rgba(36, 27, 20, 0.5), 1px 1px 0 rgba(36, 27, 20, 0.5);
  white-space: nowrap;
  font-weight: bold;
}
#grenoble:hover {
  left: 200px;
  pointer-events: none;
}
#lalley {
  left: 134px;
  top: 473px;
}
#lavars {
  left: 120px;
  top: 380px;
}
#mens {
  left: 201px;
  top: 419px;
}
#miribel {
  left: 125px;
  top: 238px;
}
#monestier {
  left: 140px;
  top: 291px;
}
#prelenfrey {
  left: 20px;
  top: 189px;
}
#roissard {
  left: 63px;
  top: 354px;
}
#saintjean {
  left: 205px;
  top: 362px;
}
#saintmartin {
  left: 170px;
  top: 205px;
}
#saintpaul {
  left: 107px;
  top: 116px;
}
#sinard {
  left: 174px;
  top: 260px;
}
#treffort {
  left: 175px;
  top: 318px;
}
#treminis {
  left: 231px;
  top: 499px;
}
#varces {
  left: 194px;
  top: 91px;
}
#vif {
  left: 187px;
  top: 139px;
}
:root {
  --gelauff-color-primary: #112855;
  --gelauff-color-link: #578448;
  --link-color: #578448;
  --link-color-rgb: 85, 103, 157;
  --gelauff-color-hover: #9D5567;
  --link-hover-color: #9D5567;
  --link-hover-color-rgb: 157, 85, 103;
  --blue: #010156;
  --black: #000;
  --indigo: #6812f3;
  --purple: #bd75ae;
  --pink: #e93f8e;
  --red: #d5001e;
  --orange: #D54B00;
  --yellow: #f89a1c;
  --green: #689D56;
  --teal: #75aebd;
  --cyan: #30638d;
  --white: #fff;
  --beige: #CCBC97;
  --gray-100: #f9fafb;
  --gray-200: #eaedf0;
  --gray-300: #dfe3e7;
  --gray-400: #ced4da;
  --gray-500: #969e94;
  --gray-600: #778174;
  --gray-700: #636b61;
  --gray-800: #353b41;
  --gray-900: #4a5049;
  --primary: #010156;
  --secondary: #6d757e;
  --success: #689D56;
  --info: #30638d;
  --warning: #f89a1c;
  --danger: #d5001e;
  --light: #f9fafb;
  --dark: #353b41;
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 248, 154, 28;
  --danger-rgb: 213, 0, 30;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --primary-text-emphasis: #002;
  --secondary-text-emphasis: #2c2f32;
  --success-text-emphasis: #1b351b;
  --info-text-emphasis: #132838;
  --warning-text-emphasis: #452700;
  --danger-text-emphasis: #420c09;
  --light-text-emphasis: #484f56;
  --dark-text-emphasis: #484f56;
  --primary-bg-subtle: #ccd;
  --secondary-bg-subtle: #e2e3e5;
  --success-bg-subtle: #dae6da;
  --info-bg-subtle: #d6e0e8;
  --warning-bg-subtle: #efe0cc;
  --danger-bg-subtle: #edd2d1;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #99b;
  --secondary-border-subtle: #c5c8cb;
  --success-border-subtle: #b4ceb4;
  --info-border-subtle: #acc1d1;
  --warning-border-subtle: #dec099;
  --danger-border-subtle: #dba5a2;
  --light-border-subtle: #eaedf0;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --body-font-family: 'OpenSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #4a5049;
  --body-color-rgb: 74, 80, 73;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: #4a5049bf;
  --secondary-color-rgb: 74, 80, 73;
  --secondary-bg: #eaedf0;
  --secondary-bg-rgb: 234, 237, 240;
  --tertiary-color: #4a504980;
  --tertiary-color-rgb: 74, 80, 73;
  --tertiary-bg: #f9fafb;
  --tertiary-bg-rgb: 249, 250, 251;
  --heading-color: inherit;
  --link-color: #578448;
  --link-color-rgb: 85, 103, 157;
  --link-decoration: underline;
  --link-hover-color: #9D5567;
  --link-hover-color-rgb: 157, 85, 103;
  --code-color: #e93f8e;
  --highlight-color: #4a5049;
  --highlight-bg: #fbeea8;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dfe3e7;
  --border-color-translucent: #0000002d;
  --border-radius: .25rem;
  --border-radius-sm: .2rem;
  --border-radius-lg: .3rem;
  --border-radius-xl: .3rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0;
  --box-shadow-sm: 0;
  --box-shadow-lg: 0;
  --box-shadow-inset: 0;
  --focus-ring-width: 0;
  --focus-ring-opacity :0;
  --focus-ring-color: #01015640;
  --form-valid-color: #689D56;
  --form-valid-border-color: #689D56;
  --form-invalid-color: #d5001e;
  --form-invalid-border-color: #d5001e;
  --tooltip-bg: #d5001e;
}
.icons {
  display: none;
}
.far, .fa, .fas, .fa-solid, .fab, .icon-joomla, .far:before {
  font-family: inherit !important;
  font-weight: normal !important;
}
.fa:before, .fas:before, .fa-solid:before, [class^=icon-]:before, [class*=" icon-"]:before, .accordion h3:after, .wf-mediabox-theme-light .wf-mediabox-close:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fab:before, .icon-joomla:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa:before, .fas:before, .fab:before, .icon-joomla:before {
  margin-right: 0.25rem;
}
.fa-lg {
  margin-right: 0.25rem;
}
.mod-list li {padding: 0;}
.nav-item .fa:before, .nav-item .fab:before {
    min-width: 25px;
    text-align: center;
    display: inline-block;
}
.fa:before {
    text-decoration: none;
}
a[href]:after, a[href^="tel:"]:before, a[href^="mailto:"]:before, a[download]:after, a[href^=".pdf"]:after, main ul li:before, .item-content ul li:before, .pagenavigation a.next:after, .pagenavigation a.previous:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}
a[href]:after {
  content: "\f08e";
  margin-left: 0.3rem;
  font-size: 0.75rem;
}
main ul, .item-content ul {
  list-style: none;
    padding-left: 0;
}
main ul li:before, .item-content ul li:before {
  content: "\f0da" !important;
  margin-right: 0.3rem;
}
a[href^="tel:"]:before {
  content: "\f095";
  margin-right: 0.25rem;
}
a[href^="tel:06"]:before, a[href^="tel:+336"]:before, a[href^="tel:07"]:before, a[href^="tel:+337"]:before {
  content: "\f3cd";
  margin-right: 0.25rem;
}
a[href^="mailto:"]:before {
  content: "\f0e0";
  margin-right: 0.25rem;
}
a[href*="ecranvagabond.com"]:after, a[href*="ecranvagabond.fr"]:after, a[href^="/"]:after, a[href^="#"]:after, a[href^="javascript:"]:after, a[href^="mailto:"]:after, a[href^="tel:"]:after, a.nobefore:before, a.noafter:after, main ul.pagination li:before, .acym_front_page__unsubscribe__lists__container ul li:before, a.swiper-link:after, li.result__item:before, ul.list-unstyled li:before, #navigation a:after, .footer a:after, .eb-taskbar li:before, .menu.location_list li:before, .eb-calendar li:before, #eb-calendar-legend ul li:before {
  content: none !important;
}
a[download]:after, a[href^=".pdf"]:after {
  content: "\f019" !important;
  margin-right: 0.25rem;
}
.menu.location_list li {
    padding-left: 0.5rem;
}
.pagenavigation a.previous:before {
  content: "\f0a5" !important;
  margin-right: 0.25rem;
}
.pagenavigation a.next:after {
  content: "\f0a4" !important;
  margin-left: 0.25rem;
}
.btn-primary, a.btn-primary {
    background-color: var(--green);
}
.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
    background-color: var(--orange);
}
a.btn-secondary {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white)
}
a.btn-secondary:hover, a.btn-secondary:hover {
    background-color: var(--gray-700);
    border-color: var(--gray-700);
    color: var(--white)
}
a.btn:hover, a.btn:focus, a.button_cookie:hover, a.button_cookie:focus {
    text-decoration: none !important;
}
a.button_cookie:hover, a.button_cookie:focus, button.button_cookie:hover, button.button_cookie:focus {
    background: var(--link-hover-color) !important;
}
@media (max-width: 767px) {
.eb_privacypolicy .button_cookie + .button_cookie { margin: 10px 0 !important; }  
.bg-primary {
  background-color: var(--green) !important;
}
}
.eb_textinfo a {color: var(--white) !important;}
/*jce*/
.wf-mediabox-caption {
    padding: 0 0 5px 10px !important;
}
.wf-icon-zoom-image:before, .wf-icon-zoom-image svg {
    font-size: 32px !important;
    height: 42px !important;
    width: 32px !important;
      bottom: 15px !important;
  right: 12px !important;
}
.wf-mediabox-container {
  border: 10px solid var(--green) !important;
  border-radius: 0;
  padding: 0
}
.wf-icon-zoom-image > svg {
  fill: var(--yellow) !important;
}
.wf-mediabox-close > svg {
  fill: var(--red) !important;
}
.btn-block {
    width: 100% !important;
    display: block !important;
}
.btn-block:hover {
    letter-spacing: 0.1rem;
}
.note {
    color: var(--gray-600);
    font-size: 0.875rem;
}
.noshow {display: none !important;}
hr {
  border-top: 1px solid var(--gray-500) !important;
  opacity: 1;
  margin: 0.5rem 0 1rem;
}
.gris {color: var(--gray-600);}
.vert {color: var(--green);}
.orange, p.text-info {color: var(--orange);}
a.orange:hover {color: var(--green);}
.offline-card {
  border: 0;
  box-shadow: none;
border-radius: 0;
}

.head {
  text-align: center;
  margin: 0;
  padding: 1em 2em 0;
  position: relative;
}
.login {
  padding: 0 20px 20px;
}
.login input {
}
.table-striped > tbody > tr:nth-of-type(odd) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  background: rgba(var(--body-color-rgb),0.01);
}
.card {
  color: rgba(var(--body-color-rgb),0.75);
  background-color: rgba(var(--body-color-rgb),0.075);
  border: 0;
}
.flashinfo.card .card-header {
    padding: 0.5rem 1rem 0;
}
.card-header {
  color: var(--green);
    background-color: rgba(var(--body-color-rgb),0.05);
  border: 0;  
    padding: 0.5rem 0.5rem 0.25rem;
}
.card-header.danger {
  color: var(--danger) !important;
    background-color: rgba(var(--body-color-rgb),0.05);
  border: 0;  
    padding: 0.5rem 0.5rem 0.25rem;
}
.card-body {
  border-top: var(--card-border-width) solid var(--green);
}
.card.borderme {border-bottom: 1px solid var(--green);margin-bottom: 1rem;}
select option {
    backgroudcolor: var(--white) !important;
}
input.form-control:focus, button.accordion-button:focus {
    background: rgba(255,255,255,0.75) !important;
  box-shadow: 0 0 0 0 rgba(var(--success-rgb),0.5);
   border-color: var(--white);
}
div.moduletable.menumodule {
    max-width: 150px; !important;
}
div.moduletable.menumodule input {
    padding: 0.4rem 0.5rem 0.1rem;
    background: var(--gray-600) url("../images/recherche.png") 100% 50% no-repeat;
    border: 1px solid rgba(var(--white-rgb),0.75);
    color: var(--white);
}
div.moduletable.menumodule input:hover, div.moduletable.menumodule input:focus {
    background: var(--orange) !important;
}
div.moduletable.menumodule input::-webkit-input-placeholder {
  color: rgba(var(--white-rgb),0.5);
}

div.moduletable.menumodule input:-moz-placeholder { /* Firefox 18- */
  color: rgba(var(--white-rgb),0.5);  
}

div.moduletable.menumodule input::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(var(--white-rgb),0.5);  
}

div.moduletable.menumodule input:-ms-input-placeholder {  
   color: rgba(var(--white-rgb),0.5);  
}
.awesomplete li {
    text-align: left;
}
.awesomplete mark {
    background-color: var(--orange);
    color: var(--body-bg);
}
#search-results mark, #search-results .mark {
  background-color: var(--orange);
    color: var(--body-bg);
  border-radius: 0.25rem;
  padding: 0 0.25em;
}
input#mod-finder-searchword185:focus {
    border-color: var(--green);
}
.com-content-article__body .mod-finder__search.input-group button.btn.btn-primary {
    border-color: var(--green);
}
/*jt_contentslider*/
div.owl-dots {
  position: absolute !important;
  top: -50px !important;
  right: 0 !important;
}
.jt-cs .owl-carousel .owl-nav button {
    color: var(--green) !important;
    font-size: 1.5rem !important;
    background: transparent !important
}
.jt-cs .owl-carousel .owl-nav button:hover {
    color: var(--orange) !important;
}
.jt-cs .owl-carousel .owl-nav button.owl-next {
  right: -35px !important;
}
.jt-cs .owl-carousel .owl-nav button.owl-prev {
  left: -35px !important;
}
#mod-custom189 h1 {
    margin-bottom: 0 !important;
}
.jt-cs  .owl-dots span {border: 2px solid var(--green) !important;}
.jt-cs  .owl-dots .active span {background: var(--green) !important;}
.jt-cs  .owl-dots span:hover  {border: 2px solid var(--orange) !important;background: var(--orange) !important;}
.jt-cs  .owl-dots .active span {border: 2px solid var(--green) !important;background: var(--green) !important;}
body.view-article.itemid-101.startpagina h1 {font-size: 1.5rem;color: var(--green);}


.tooltip-inner {
    background-color: var(--green) !important;
    box-shadow: 0px 0px 0px black !important;
    opacity: 1 !important;
}
 .tooltip-arrow {
    display: none !important;
}
ul.pagination li.page-item a:hover, ul.pagination li.page-item a:focus {background: var(--orange);border-color: var(--orange);text-decoration: none !important;color: var(--white);box-shadow: 0 0 0 0 rgba(var(--success-rgb),0.5);}
ul.pagination li.active.page-item a {background: var(--green);border-color: var(--green);pointer-events: none;}
li.nav-item.item-1320.divider {display: none;}
