@import url("https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/../editor-style.css");
@import url("https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/../editor-style-global.css");
/* **** ************************** **** */
/* Mixins                               */
/* **** ************************** **** */
/* Mixins génériques Flexit / VIC */
/* Mis en bas Parce qu'il est plus facile de lire la config client immédiatement */
html {
  min-height: 100%;
  font-size: 16px;
  font-weight: 500;
}
body:has(#params_window):not(.home) {
  padding-top: 0 !important;
}
body {
  font-family: 'Roboto', sans-serif;
  position: relative;
}
body:not(.home) {
  padding-top: 105px !important;
}
@media (max-width: 992px) {
  body:not(.home) {
    padding-top: 80px;
  }
}
body.admin-bar #site-header {
  top: 32px;
}
/* ONLY HOME */
body.home {
  padding-top: 0;
}
.home .slider-home {
  height: 80vh;
  border: 20px solid #fff;
  border-top-width: 50px;
}
.home .slider-home.video {
  height: 100vh;
  border: 20px solid #fff;
  border-top-width: 50px;
}
.home #site-header {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
  margin-top: 40px;
}
.single #site-header,
.page:not(.home) #site-header,
.archive #site-header {
  background: rgba(255, 255, 255, 0.95);
  border: 0;
}
.single #site-header .topmenu-wrapper,
.page:not(.home) #site-header .topmenu-wrapper,
.archive #site-header .topmenu-wrapper {
  top: 10px;
  z-index: 1009;
}
.single #site-header .topmenu-wrapper li a,
.page:not(.home) #site-header .topmenu-wrapper li a,
.archive #site-header .topmenu-wrapper li a {
  color: #000;
}
.single #site-header .topmenu-wrapper li a:hover,
.page:not(.home) #site-header .topmenu-wrapper li a:hover,
.archive #site-header .topmenu-wrapper li a:hover {
  color: #de0c2a;
}
.single #site-header .primary-menu-wrapper > ul > li > .subMainMenuWrapper,
.page:not(.home) #site-header .primary-menu-wrapper > ul > li > .subMainMenuWrapper,
.archive #site-header .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  border-left: 0;
  border-right: 0;
}
.container {
  max-width: 1200px;
}
.container-main {
  overflow: hidden;
  position: relative;
}
/**/
/* BOUTONS EFFETS */
[class^="btn-_"] {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.aab__accordion_heading {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[class^="btn-_"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.aab__accordion_heading:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
[class^="btn-_"]:hover:before,
[class^="btn-_"]:focus:before,
[class^="btn-_"]:active:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aab__accordion_heading:hover:before,
.aab__accordion_heading:focus:before,
.aab__accordion_heading:active:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
[class^="btn-telecharger"] {
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
[class^="btn-telecharger"]:before {
  content: '';
  display: block;
  background: no-repeat left -1px center / 42px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/download.svg);
  width: 36px;
  height: 36px;
}
[class^="btn-feuilleter"] {
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
[class^="btn-feuilleter"]:before {
  content: '';
  display: block;
  background: no-repeat left -2px center / 42px url(/wp-content/themes/theme_client/css/medias/read.svg);
  width: 36px;
  height: 36px;
}
[class^="btn-_bleu_"]:before {
  background: #ffffff;
}
[class^="btn-_rouge_"]:before {
  background: #ffffff;
}
[class^="btn-_jaune_"]:before {
  background: #ffffff;
}
[class^="btn-_vert_"]:before {
  background: #ffffff;
}
[class^="btn-_default_"]:before {
  background: #ffffff;
}
[class^="btn-_default_c"]:before,
.aab__accordion_heading:before {
  background: #000000;
}
[class^="btn-_bleu_"]:hover {
  color: #0b99aa;
}
[class^="btn-_rouge_"]:hover {
  color: #be5e5e;
}
[class^="btn-_jaune_"]:hover {
  color: #f9c620;
}
[class^="btn-_vert_"]:hover {
  color: #a2be5e;
}
[class^="btn-_default_"]:hover {
  color: #fff;
}
[class^="btn-_bleu_c"]:before {
  background: #0b99aa;
}
[class^="btn-_rouge_c"]:before {
  background: #be5e5e;
}
[class^="btn-_jaune_c"]:before {
  background: #f9c620;
}
[class^="btn-_vert_c"]:before {
  background: #a2be5e;
}
[class^="btn-_bleu_c"]:hover {
  color: #ffffff;
}
[class^="btn-_rouge_c"]:hover {
  color: #ffffff;
}
[class^="btn-_jaune_c"]:hover {
  color: #ffffff;
}
[class^="btn-_vert_c"]:hover {
  color: #ffffff;
}
[class^="btn-_default_c"]:hover h4,
.aab__accordion_heading:hover h4 {
  color: #0b99aa !important;
}
/* HOVER GUTENBERG */
[class*="btn-_"] > a {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[class*="btn-_"] > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-property: transform;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
[class*="btn-_"] > a:hover:before,
[class^="btn-_"] > a:focus:before,
[class^="btn-_"] > a:active:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
[class*="btn-_bleu_"] > a:before {
  background: #ffffff;
}
[class*="btn-_rouge_"] > a:before {
  background: #ffffff;
}
[class*="btn-_jaune_"] > a:before {
  background: #ffffff;
}
[class*="btn-_vert_"] > a:before {
  background: #ffffff;
}
[class*="btn-_default_"] > a:before {
  background: #ffffff;
}
[class*="btn-_bleu_"] > a:hover {
  color: #0b99aa;
}
[class*="btn-_rouge_"] > a:hover {
  color: #be5e5e;
}
[class*="btn-_jaune_"] > a:hover {
  color: #f9c620;
}
[class*="btn-_vert_"] > a:hover {
  color: #a2be5e;
}
[class*="btn-_default_"] > a:hover {
  color: #4e5253;
}
[class*="btn-_bleu_c"] > a:before {
  background: #0b99aa;
}
[class*="btn-telecharger"] > a:before {
  background: #0b99aa;
}
[class*="btn-_rouge_c"] > a:before {
  background: #be5e5e;
}
[class*="btn-_jaune_c"] > a:before {
  background: #f9c620;
}
[class*="btn-_vert_c"] > a:before {
  background: #a2be5e;
}
[class*="btn-_default_c"] > a:before,
.aab__accordion_heading > a:before {
  background: #4e5253;
}
[class*="btn-_bleu_c"] > a:hover {
  color: #ffffff;
}
[class*="btn-_rouge_c"] > a:hover {
  color: #ffffff;
}
[class*="btn-_jaune_c"] > a:hover {
  color: #ffffff;
}
[class*="btn-_vert_c"] > a:hover {
  color: #ffffff;
}
[class*="btn-_default_c"] > a:hover,
.aab__accordion_heading > a:hover {
  color: #ffffff;
}
.wp-block-columns .aab__accordion_head {
  padding: 0 !important;
}
.wp-block-columns .aab__accordion_container,
.wp-block-columns .aab__accordion_body {
  border: 0 !important;
}
.wp-block-columns .aab__accordion_heading h4 {
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-columns .aab__accordion_icon {
  display: none;
}
.wp-block-columns ul {
  padding-left: 10px;
}
.wp-block-columns ul > ul {
  padding-left: 20px;
}
h4.aagb__accordion_title {
  font-size: 18px;
}
h4.aagb__accordion_title strong {
  font-weight: 500;
}
/* */
.slick-slide {
  overflow: hidden;
}
.slick-prev,
.slick-next {
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 9;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  border: 1px solid transparent;
  width: 38px;
  height: 38px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-prev {
  background: no-repeat left 1px center / 30px #ffffff url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-left_red.svg);
  left: -24px;
  right: inherit;
}
.slick-prev:hover,
.slick-prev:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: no-repeat left 1px center / 30px #ffffff url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-left_red.svg);
}
.slick-next {
  background: no-repeat right 1px center / 30px #ffffff url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-right_red.svg);
  left: inherit;
  right: -24px;
}
.slick-next:hover,
.slick-next:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: no-repeat right 1px center / 30px #ffffff url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-right_red.svg);
}
/**/
.agendas-liste-accueil .slick-prev,
.agendas-liste-accueil .slick-next {
  margin-top: -80px;
}
.actualites-liste-accueil .slick-prev,
.actualites-liste-accueil .slick-next {
  margin-top: -120px;
}
/* Suivant / précédent */
.pagination-single.only-next .pagination-single-inner {
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.prevNext {
  position: relative;
}
.prevNext:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1e1;
}
.prevNext a {
  display: inline-block;
  width: 57px;
  height: 57px;
  border: 1px solid #c6c6c6;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 9999em;
  position: relative;
}
.prevNext a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.prevNext .prev:after {
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-prev.png);
}
.prevNext .next:after {
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-next.png);
}
.prevNext .parent:after {
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-parent.png);
}
/* Hover */
.prevNext a:hover,
.actualites-fiche .prevNext a:focus {
  background-color: #f5f6f7;
}
.prevNext a:hover:after,
.actualites-fiche .prevNext a:focus:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* Transitions */
.prevNext a:after {
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.featured-media img {
  max-width: 100%;
}
/* conditions responsive */
.desktop {
  display: block;
  position: relative;
  z-index: 1002;
}
@media (max-width: 992px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}
/* reserve pour le contenu flottant */
body #pojo-a11y-toolbar {
  top: 120px !important;
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: #de0c2a;
}
.card-video {
  max-width: calc(100vw - 80px);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.title-special {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 48px;
  color: #666;
  margin: 0 0 20px;
}
/* initialisation des sliders */
.slider-home .slick-slider,
.slider-labels .slick-slider,
.slider-mobile-list-actu .slick-slider {
  margin: 0;
  height: 0;
  visibility: hidden;
}
.slider-home .slick-slider.init,
.slider-labels .slick-slider.init,
.slider-mobile-list-actu .slick-slider.init {
  height: auto;
  visibility: visible;
}
/* HEADER */
#site-header {
  height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#site-header .page-item-84 {
  -moz-transition: top 0.35s ease-in-out;
  -webkit-transition: top 0.35s ease-in-out;
  -o-transition: top 0.35s ease-in-out;
  transition: top 0.35s ease-in-out;
}
#site-header.sticky {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  height: 105px;
}
#site-header.sticky .page-item-84 {
  top: -30px;
}
#site-header.sticky .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  top: 85px;
}
#site-header.sticky .topmenu-wrapper {
  top: 10px;
  z-index: 1009;
}
#site-header.sticky .topmenu-wrapper .top-menu li a {
  color: #fff;
}
#site-header.sticky .section-acces-rapide {
  top: 105px;
}
@media (max-width: 992px) {
  #site-header {
    height: 80px;
    background-color: #fff;
    overflow: hidden;
  }
}
#site-header > div {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#site-header .header-titles-wrapper {
  position: absolute;
  z-index: 1;
  left: 1rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site-header .header-titles-wrapper .custom-logo-link {
  display: none;
  height: 100%;
  width: 100%;
}
#site-header .search-modal button {
  display: none;
}
#site-header .header-search {
  max-width: 170px;
  position: absolute;
  right: 1rem;
  z-index: 101;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  #site-header .header-search .search-modal {
    display: none;
  }
}
@media (max-width: 992px) {
  #site-header .header-search {
    right: 5rem;
  }
}
#site-header .header-search .link-search {
  display: none;
}
#site-header .header-search .link-search img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  #site-header .header-search .link-search {
    display: block;
  }
}
#mainMenuWrapper {
  display: none;
}
@media (max-width: 992px) {
  #mainMenuWrapper {
    display: block;
    z-index: 101;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
  }
}
#fMenuMobileButton {
  height: 52px;
}
#fMenuMobileButton .nav-icon {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
#fMenuMobileButton .nav-icon span {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  transition: all 500ms;
}
#fMenuMobileButton .nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left bottom;
}
#fMenuMobileButton .nav-icon span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
#fMenuMobileButton .nav-icon span:nth-child(3) {
  bottom: 0px;
  transform-origin: left top;
}
.mm-opened #fMenuMobileButton .nav-icon span:nth-child(1) {
  transform: rotate(45deg);
}
.mm-opened #fMenuMobileButton .nav-icon span:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}
.mm-opened #fMenuMobileButton .nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
#fMobileMenuContainer .mm-navbar {
  background: #de0c2a;
}
#fMobileMenuContainer .mm-navbar a,
#fMobileMenuContainer .mm-navbar > * {
  color: #fff;
}
#fMobileMenuContainer .mm-btn:after,
#fMobileMenuContainer .mm-btn:before {
  border-color: #fff;
}
#fMobileMenuContainer .mm-listitem a {
  color: inherit;
}
#fMobileMenuContainer .mm-navbars_top .mm-navbar {
  background: #de0c2a;
}
#fMobileMenuContainer .mm-navbars_bottom {
  background: #a1a5a7;
}
#fMobileMenuContainer .mm-navbars_bottom .mm-navbar {
  background: #a1a5a7;
}
#fMobileMenuContainer .glyphicon.glyphicon-home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/theme_client/css/medias/ico_home.png') center center no-repeat;
  background-size: auto;
}
#fMobileMenuBodyContainer {
  overflow-x: hidden;
  max-width: 100vw;
}
.search-modal {
  position: relative;
  top: 9px;
  width: 100%;
}
.search-modal .screen-reader-text {
  display: none;
}
.search-modal #search-form {
  border-bottom: 2px solid #0b99aa ;
}
.search-modal input[type="search"] {
  border: 0;
  font-weight: 600;
  color: #000;
  outline: 0;
  font-size: 18px;
}
@media (min-width: 1400px) {
  .search-modal input[type="search"] {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .search-modal input[type="search"] {
    font-size: 23px;
  }
}
.search-modal input[type="search"]::placeholder {
  color: #000;
}
.search-modal #searchsubmit {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat 0 0 url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico_loupe.png);
  text-indent: -9999rem;
  overflow: hidden;
  border: 0;
  position: absolute;
  top: 3px;
  right: 0;
}
/* MENUS */
/* MENU TOP*/
.topmenu-wrapper {
  position: absolute;
  right: 30px;
  top: -29px;
}
.topmenu-wrapper .top-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.topmenu-wrapper .top-menu li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.topmenu-wrapper .top-menu li a {
  color: #8e1515;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.topmenu-wrapper .top-menu li a:hover {
  color: #0b99aa;
}
.topmenu-wrapper .top-menu li:not(:first-child):before {
  content: '|';
  margin: 0 7px;
}
.topmenu-wrapper .top-menu li:not(:first-child):before {
  content: '|';
  margin: 0 7px;
}
.titre-alaune {
  position: relative;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: .045em;
  padding-left: 49px;
  color: #1b1b1b;
}
.titre-alaune:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1b1b1b;
  z-index: 1;
}
.titre-alaune + .title2-default:after {
  display: none;
}
.soustitre-alaune {
  color: #1b1b1b;
}
body:not(.home) .primary-menu-wrapper > ul > li > a {
  margin-top: 20px;
}
body:not(.home) #site-header.sticky .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  top: 95px;
}
.wp-block-eedee-block-gutenslider.slides-auto .swiper-wrapper > .swiper-slide {
  padding: 0 6px;
}
#site-header.sticky .topmenu-wrapper .top-menu li a {
  color: #000;
}
/* MENU PRINCIPAL */
.home #site-header.sticky .topmenu-wrapper .top-menu li a {
  color: #000;
}
.home #site-header:not(.sticky) .primary-menu-wrapper > ul > li.page-item-84,
.home #site-header:not(.sticky) .primary-menu-wrapper > ul > li#menu-item-8225 {
  background: no-repeat center center / 100% url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/logo_vicsurseille_home.png);
}
.home #site-header:not(.sticky) .primary-menu-wrapper > ul li > a {
  color: #fff;
}
.home #site-header:not(.sticky) .primary-menu-wrapper > ul li.theme-jaune ul li a,
.home #site-header:not(.sticky) .primary-menu-wrapper > ul li.theme-vert ul li a {
  color: #000;
}
#fMobileMenuBodyContainer .searchwp-live-search-result p {
  padding: 0;
}
#fMobileMenuBodyContainer .searchwp-live-search-result p a {
  padding: 1rem;
  color: #1b1b1b;
}
#fMobileMenuBodyContainer .searchwp-live-search-result p a:hover {
  background: #4e5253;
  color: #fff;
}
body:not(.home) .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  top: 105px;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  display: none;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  -moz-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.1);
}
.primary-menu-wrapper li.current-menu-item > a {
  opacity: 0.8;
}
.primary-menu-wrapper li li.current-menu-item > a {
  font-weight: bold;
  color: #000 !important;
}
.primary-menu-wrapper > ul {
  display: flex;
  list-style: none;
  margin: 0;
  height: 105px;
  justify-content: space-between;
  padding: 0;
  /*.current-menu-item > a {
          text-decoration: underline !important;
        }*/
}
@media (min-width: 1500px) {
  .primary-menu-wrapper > ul {
    padding: 0 80px;
  }
}
@media (min-width: 1700px) {
  .primary-menu-wrapper > ul {
    padding: 0;
  }
}
.primary-menu-wrapper > ul > li.page-item-84,
.primary-menu-wrapper > ul > li#menu-item-8225 {
  background: no-repeat center bottom / contain url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/logo_vicsurseille.png);
  width: 320px;
  overflow: hidden;
  text-indent: -999rem;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  position: relative;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.primary-menu-wrapper > ul > li.page-item-84 > a,
.primary-menu-wrapper > ul > li#menu-item-8225 > a {
  width: 320px;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.primary-menu-wrapper > ul > li {
  position: static;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .primary-menu-wrapper > ul > li {
    margin: 0 5px;
  }
}
.primary-menu-wrapper > ul > li > a {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  text-align: center;
  height: 80px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  font-size: 16px;
}
.primary-menu-wrapper > ul > li.theme-bleu > .subMainMenuWrapper {
  background-color: #0b99aa;
}
.primary-menu-wrapper > ul > li.theme-bleu > .subMainMenuWrapper li,
.primary-menu-wrapper > ul > li.theme-bleu > .subMainMenuWrapper li a {
  color: #fff;
}
.primary-menu-wrapper > ul > li.theme-bleu > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li.theme-bleu > .subMainMenuWrapper:after {
  background-color: #0b99aa;
}
.primary-menu-wrapper > ul > li.theme-rouge > .subMainMenuWrapper {
  background-color: #de0c2a;
}
.primary-menu-wrapper > ul > li.theme-rouge > .subMainMenuWrapper li,
.primary-menu-wrapper > ul > li.theme-rouge > .subMainMenuWrapper li a {
  color: #fff;
}
.primary-menu-wrapper > ul > li.theme-rouge > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li.theme-rouge > .subMainMenuWrapper:after {
  background-color: #de0c2a;
}
.primary-menu-wrapper > ul > li.theme-jaune > .subMainMenuWrapper {
  background-color: #f9c620;
}
.primary-menu-wrapper > ul > li.theme-jaune > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li.theme-jaune > .subMainMenuWrapper:after {
  background-color: #f9c620;
}
.primary-menu-wrapper > ul > li.theme-vert > .subMainMenuWrapper {
  background-color: #a2be5e;
}
.primary-menu-wrapper > ul > li.theme-vert > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li.theme-vert > .subMainMenuWrapper:after {
  background-color: #a2be5e;
}
.primary-menu-wrapper > ul > li.theme-default > .subMainMenuWrapper {
  background-color: #a6a8a9;
}
.primary-menu-wrapper > ul > li.theme-default > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li.theme-default > .subMainMenuWrapper:after {
  background-color: #a6a8a9;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper {
  position: absolute;
  z-index: 999;
  left: calc(50% - (100vw / 2));
  right: calc(50% - (100vw / 2));
  top: 95px;
  padding: 15px 30px;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1);
  /* Works on Chrome, Edge, and Safari */
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul {
  -moz-column-count: 3;
  -moz-column-gap: 20pxpx;
  -webkit-column-count: 3;
  -webkit-column-gap: 20pxpx;
  column-count: 3;
  column-gap: 20pxpx;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper::-webkit-scrollbar {
  width: 6px;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  padding: 0 3px;
  border-radius: 20px;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
    padding-right: calc((100vw - 1140px)/2);
    padding-left: calc((100vw - 1140px)/2);
  }
}
@media (min-width: 1920px) {
  .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 410px;
  }
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper .title-menu {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: none;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li:first-child {
  margin-top: 0;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li > a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li li {
  padding: 0 0 0 15px;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li li a {
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 1px 0;
  display: inline-block;
}
@media (min-width: 1024px) {
  .primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li li a {
    padding: 5px 0;
  }
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper:before,
.primary-menu-wrapper > ul > li > .subMainMenuWrapper:after {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper:before {
  left: -50vw;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper:after {
  right: -50vw;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper li {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
}
.primary-menu-wrapper > ul > li > .subMainMenuWrapper > ul > li {
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.primary-menu-wrapper > ul > li.menu-item-has-children:hover > .subMainMenuWrapper {
  display: block;
}
.primary-menu-wrapper > ul > li > a:after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary-menu-wrapper > ul > li:hover > a:after {
  height: 28px;
  bottom: -25px;
}
.primary-menu-wrapper > ul > li.theme-bleu > a:after {
  background: #0b99aa;
}
.primary-menu-wrapper > ul > li.theme-bleu .sub-menu a:hover {
  opacity: 0.5;
}
.primary-menu-wrapper > ul > li.theme-rouge > a:after {
  background: #de0c2a;
}
.primary-menu-wrapper > ul > li.theme-rouge .sub-menu a:hover {
  opacity: 0.5;
}
.primary-menu-wrapper > ul > li.theme-jaune > a:after {
  background: #f9c620;
}
.primary-menu-wrapper > ul > li.theme-jaune .sub-menu a:hover {
  opacity: 0.5;
}
.primary-menu-wrapper > ul > li.theme-vert > a:after {
  background: #a2be5e;
}
.primary-menu-wrapper > ul > li.theme-vert .sub-menu a:hover {
  opacity: 0.5;
}
.primary-menu-wrapper > ul > li.theme-default > a:after {
  background: #4e5253;
}
.primary-menu-wrapper > ul > li.theme-default .sub-menu a:hover {
  opacity: 0.5;
}
/* FIL D ARIANE */
#breadcrumb {
  font-size: 1.25rem;
  background-position: center top;
  background-repeat: no-repeat;
  background: transparent;
  padding: 0;
  line-height: 1.1;
}
#breadcrumb ol,
#breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb ol,
#breadcrumb ul,
#breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb li:first-child a {
  display: inline-block;
  width: 21px;
  height: 18px;
  text-indent: 9999em;
  overflow: hidden;
  background: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico_home.png) no-repeat center top 1px;
  position: relative;
  top: 1px;
}
#breadcrumb .breadcrumb li a:hover,
#breadcrumb .breadcrumb li a:focus {
  color: #FFF;
}
#breadcrumb li:last-child a {
  pointer-events: none;
}
#breadcrumb li:last-child span {
  font-size: 1rem;
}
#breadcrumb li a {
  color: #FFF;
  font-weight: 300;
  font-size: 1rem;
}
#breadcrumb .sep {
  color: #fff;
  margin: 0 5px;
}
.breadcrumb {
  background: transparent;
}
/* MENU FOOTER */
.searchwp-modal-form-trigger-el {
  width: 28px;
  height: 28px;
  border: 0;
  outline: 0 !important;
  background: no-repeat center center url(/wp-content/themes/theme_client/css/medias/ico-search-home.png);
  overflow: hidden;
  text-indent: -999rem;
  filter: invert(100);
  cursor: pointer;
}
.header-footer-group .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-footer-group .row {
    justify-content: center;
  }
}
.footer-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  font-size: 14px;
  color: #aaa;
}
.footer-menu li a {
  font-size: 14px;
  color: #aaa;
}
.footer-menu li a:hover {
  color: #0b99aa;
}
.footer-menu li:not(:first-child):before {
  content: '-';
  margin: 0 3px;
}
.section-acces-rapide {
  margin-top: 10px;
  position: fixed;
  top: 150px;
  right: 20px;
  width: auto;
  z-index: 1001;
  /* MENU RAPIDE */
}
.section-acces-rapide .titre-alaune {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #de0c2a;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  margin-right: 1px;
  margin-bottom: 1px;
}
.section-acces-rapide .titre-alaune {
  padding-left: 0;
}
.section-acces-rapide .titre-alaune:before {
  display: none;
}
.section-acces-rapide.active .menu_rapide {
  max-height: 800px;
}
.section-acces-rapide .menu_rapide {
  position: absolute;
  right: 1px;
  max-height: 0;
  /*overflow:hidden;*/
  transition: all 0.35s ease-in-out;
  overflow-y: hidden;
  padding-left: 50px;
}
.section-acces-rapide .menu_rapide li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 1px;
  left: 0;
  position: relative;
  -moz-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.section-acces-rapide .menu_rapide li.current-menu-item a {
  background: #4e5253;
}
.section-acces-rapide .menu_rapide li:hover {
  left: -20px;
}
.section-acces-rapide .menu_rapide li:hover a {
  color: #fff;
  background: #4e5253;
}
.section-acces-rapide .menu_rapide li:hover img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-acces-rapide .menu_rapide li a {
  position: relative;
  width: 100px;
  height: 100px;
  background: #de0c2a;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.section-acces-rapide .menu_rapide li a img {
  margin: 0;
  -moz-transition: all 0.35s cubic-bezier(0.1, 0.5, 0.9, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.1, 0.5, 0.9, 1);
  -o-transition: all 0.35s cubic-bezier(0.1, 0.5, 0.9, 1);
  transition: all 0.35s cubic-bezier(0.1, 0.5, 0.9, 1);
  height: 60px;
  width: 60px;
  -moz-filter: invert(100);
  -webkit-filter: invert(100);
  -o-filter: invert(100);
  filter: invert(100);
}
.section-acces-rapide .menu_rapide li a span {
  display: block;
}
/**************/
/* PAGE TYPE */
/*************/
#fMobileMenuBodyContainer {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#site-content {
  max-width: 1920px;
  margin: 0 auto;
}
#site-content img {
  max-width: 100%;
}
.pagination-single-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.pagination-single-inner a {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pagination-single-inner .next-post {
  flex-direction: row-reverse;
  text-align: right;
}
.bg_image {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  height: 400px;
  position: relative;
}
.bg_image.bg-image-small {
  height: 160px;
}
.bg_image .imagealaune {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(530px + (100% - 1170px) / 2);
  height: 450px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 101%, 16% 89%);
  z-index: 10;
}
.bg_image .imagealaune:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -260px;
  height: 146px;
  width: 966px;
  background: no-repeat left bottom / 80% url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/header_background.png);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: 99;
}
.bg_image .imagealaune img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom center;
}
.bg_image .h100 {
  height: 100%;
}
.bg_image .center {
  margin: 0 auto;
  width: 1170px;
  z-index: 5;
  position: relative;
}
.bg_image .header-page {
  width: 670px;
  min-height: 555px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 15px;
}
.bg_image h1 {
  margin: 160px 0 0 0;
  color: #1b1b1b;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 50px;
}
.bg_image .header-page__content {
  margin: 30px 0;
  position: relative;
  background-color: #de0c2a;
  color: #FFFFFF;
  padding: 20px 0;
}
.bg_image .header-page__content:before {
  content: "";
  display: block;
  position: absolute;
  left: -100vw;
  top: -30px;
  right: -100vw;
  height: 110%;
  background-image: none;
  background-color: #de0c2a;
  z-index: -1;
  transform: rotate(-3deg);
}
.bg_image .header-page__content:after {
  content: "";
  display: block;
  position: absolute;
  left: -100vw;
  right: -100vw;
  height: 110%;
  background-image: none;
  background-color: #de0c2a;
  z-index: -1;
  transform: rotate(-3deg);
  bottom: -20px;
}
.bg_image .date_header {
  color: #1b1b1b;
  font-size: 1.25rem;
  margin-bottom: 75px;
}
.bg_image .date_header:first-letter {
  text-transform: uppercase;
}
.introduction {
  font-weight: 600;
  font-size: 1.25rem;
  color: #000;
}
.header_content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 8px 0;
  font-size: 14px;
  margin-top: 20px;
  font-style: italic;
}
.header_content .date_header {
  margin-left: 5px;
}
/* THEME */
.theme-bleu .bg_image .header-page__content {
  background: #0b99aa;
}
.theme-bleu .bg_image .header-page__content:before,
.theme-bleu .bg_image .header-page__content:after {
  background: #0b99aa;
}
.theme-bleu [class*="chapeau"] {
  color: #666;
}
.theme-bleu [class*="title4-default"],
.theme-bleu [class*="title3-default"],
.theme-bleu [class*="title2-default"] {
  color: #0b99aa;
}
.theme-bleu [class*="title4-default"]:after,
.theme-bleu [class*="title3-default"]:after,
.theme-bleu [class*="title2-default"]:after {
  background-color: #0b99aa;
}
.theme-vert .bg_image .header-page__content {
  background: #a2be5e;
}
.theme-vert .bg_image .header-page__content:before,
.theme-vert .bg_image .header-page__content:after {
  background: #a2be5e;
}
.theme-vert [class*="chapeau"] {
  color: #666;
}
.theme-vert [class*="title4-default"],
.theme-vert [class*="title3-default"],
.theme-vert [class*="title2-default"] {
  color: #a2be5e;
}
.theme-vert [class*="title4-default"]:after,
.theme-vert [class*="title3-default"]:after,
.theme-vert [class*="title2-default"]:after {
  background-color: #a2be5e;
}
.theme-rouge .bg_image .header-page__content {
  background: #de0c2a;
}
.theme-rouge .bg_image .header-page__content:before,
.theme-rouge .bg_image .header-page__content:after {
  background: #de0c2a;
}
.theme-rouge [class*="chapeau"] {
  color: #666;
}
.theme-rouge [class*="title4-default"],
.theme-rouge [class*="title3-default"],
.theme-rouge [class*="title2-default"] {
  color: #de0c2a;
}
.theme-rouge [class*="title4-default"]:after,
.theme-rouge [class*="title3-default"]:after,
.theme-rouge [class*="title2-default"]:after {
  background-color: #de0c2a;
}
.theme-jaune .bg_image .header-page__content {
  background: #f9c620;
}
.theme-jaune .bg_image .header-page__content:before,
.theme-jaune .bg_image .header-page__content:after {
  background: #f9c620;
}
.theme-jaune [class*="chapeau"] {
  color: #666;
}
.theme-jaune [class*="title4-default"],
.theme-jaune [class*="title3-default"],
.theme-jaune [class*="title2-default"] {
  color: #f9c620;
}
.theme-jaune [class*="title4-default"]:after,
.theme-jaune [class*="title3-default"]:after,
.theme-jaune [class*="title2-default"]:after {
  background-color: #f9c620;
}
.theme-default .bg_image:before {
  background: rgba(78, 82, 83, 0.8);
}
.theme-default [class*="chapeau"] {
  color: #1b1b1b;
}
.no-result {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.bloc_contact {
  padding: 10px 25px 10px 80px;
  background: no-repeat left 5px top / 60px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/informations.svg) #1b1b1b;
  color: #fff;
}
.bloc_contact .horaires span {
  font-weight: 300;
}
.bloc_contact .adresse {
  font-weight: 300;
}
.bloc_contact a {
  color: #d1d1d1;
}
.bloc_horaires {
  padding: 10px 25px 10px 80px;
  background: no-repeat left 5px top / 60px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/info_time_white.svg) #1b1b1b;
  color: #fff;
}
.bloc_horaires .horaires span {
  font-weight: 300;
}
.single-annuaires .bloc_contact,
.page .bloc_contact {
  padding: 0 25px 0 80px;
  background: no-repeat left 5px top / 60px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/informations_invert.svg);
  color: #1b1b1b;
}
.single-annuaires .bloc_contact a,
.page .bloc_contact a {
  color: inherit;
}
.single-annuaires .bloc_contact a.btn-_rouge_XL,
.page .bloc_contact a.btn-_rouge_XL {
  color: #fff;
}
.single-annuaires .bloc_contact a.btn-_rouge_XL:hover,
.page .bloc_contact a.btn-_rouge_XL:hover {
  color: #e81d26;
}
.single-annuaires .bloc_horaires,
.page .bloc_horaires {
  padding: 0 25px 0 80px;
  background: no-repeat left 5px top / 60px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/info_time.svg);
  color: #1b1b1b;
}
.single-annuaires .bloc_contact .title3-default,
.page .bloc_contact .title3-default,
.single-annuaires .bloc_horaires .title3-default,
.page .bloc_horaires .title3-default {
  padding-top: 0;
}
.single-annuaires .bloc_contact .title3-default:after,
.page .bloc_contact .title3-default:after,
.single-annuaires .bloc_horaires .title3-default:after,
.page .bloc_horaires .title3-default:after {
  display: none;
}
.wp-block-column .col-publication {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wp-block-column[style="flex-basis:33.33%"] .col-publication {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.documents-liste .col-publication {
  margin-bottom: 20px;
}
.wp-block-eedee-block-gutenslider.content-change {
  height: auto !important;
}
.documents-liste.documents-liste-simple {
  margin-top: 0;
}
.tab-download .tableau_defaut {
  width: 100%;
}
.tab-download .tableau_defaut tr,
.tab-download .tableau_defaut td,
.tab-download .tableau_defaut tbody {
  line-height: 1;
}
.tab-download .tableau_defaut tr > td {
  padding: 3px;
  border-bottom: 1px solid #d1d1d1;
}
.tab-download .tableau_defaut tr > td:first-child {
  padding-right: 20px;
}
.tab-download .tableau_defaut tr:nth-child(2n) td {
  background-color: #f1f1f1;
}
.tab-download .tableau_defaut td.download {
  width: 140px;
}
.table thead tr td,
.uk-table thead tr td {
  background: #717373;
  color: #fff;
}
.table tr:last-child td,
.uk-table tr:last-child td {
  border-bottom: 1px solid #717373;
}
.table tbody tr:nth-child(2n),
.uk-table tbody tr:nth-child(2n) {
  background: #E2E5E7;
}
.wp-block-columns .uk-table {
  width: 100%;
}
.container-publication-home .col-first .col-publication {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.container-publication-home .col-last .btn_all_agendas {
  z-index: 999;
  margin-left: 20px;
}
.container-publication-home .col-last .col-publication {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.container-publication-home .col-last article {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.container-publication-home .col-last:after {
  content: '';
  display: block;
  position: absolute;
  right: -600px;
  left: 0;
  top: -94px;
  bottom: -48px;
  background: #628ea5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
}
.container-publication-home .col-last:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 0 180px 820px;
  border-color: transparent transparent #628ea5 transparent;
  position: absolute;
  z-index: 2;
  left: 10px;
  top: -274px;
}
.container-publication-home .col-last .title-publication {
  color: #1b1b1b;
}
.container-publication-home .col-last .date-publication {
  color: #1b1b1b;
}
.container-publication,
.documents-liste {
  position: relative;
  z-index: 9;
  margin-top: 2rem;
  background: #ddeaee;
  /*&:before { content: ''; display : inline-block; height : 0; width : 0; border-style: solid; border-width: 0 0 80px 460px;border-color: transparent transparent #FFF transparent;  position: absolute; z-index: 2; left: -20px; top: -234px; }*/
  /* &:before { content:""; background:@color9; width: 140vw; position: absolute; left:20vw; top:-20px; bottom:270px; z-index:0; .transform( rotate(-5deg)); }*/
}
.container-publication .container,
.documents-liste .container {
  position: relative;
  z-index: 1;
}
.container-publication .container > div:first-child,
.documents-liste .container > div:first-child {
  z-index: 10;
}
.container-publication img,
.documents-liste img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-height: 310px;
  max-height: 310px;
  width: 220px;
  max-width: 100%;
  object-position: 0 0 ;
}
.container-publication .title-publication,
.documents-liste .title-publication {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
.container-publication .date-publication,
.documents-liste .date-publication {
  font-weight: 400;
  margin-top: 10px;
}
.container-publication .bouton_action,
.documents-liste .bouton_action {
  padding-left: 10px;
}
.container-publication ._df_button,
.documents-liste ._df_button {
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  border: 0;
  color: #1b1b1b;
  margin: 0;
}
.container-publication .btn-telecharger,
.documents-liste .btn-telecharger,
.container-publication .btn-feuilleter,
.documents-liste .btn-feuilleter {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.container-publication .btn-telecharger,
.documents-liste .btn-telecharger {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
  margin-right: 10px;
}
.container-publication .btn-telecharger:hover,
.documents-liste .btn-telecharger:hover {
  background-color: #1b1b1b;
}
.container-publication .btn-telecharger:hover:before,
.documents-liste .btn-telecharger:hover:before {
  filter: invert(100);
}
.container-publication .btn-feuilleter,
.documents-liste .btn-feuilleter {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
}
.container-publication .btn-feuilleter:hover,
.documents-liste .btn-feuilleter:hover {
  background-color: #1b1b1b;
}
.container-publication .btn-feuilleter:hover:before,
.documents-liste .btn-feuilleter:hover:before {
  filter: invert(100);
}
.container-publication .col-infos,
.documents-liste .col-infos {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 280px;
  background: #fff;
  padding: 10px;
  top: 70px;
  right: 0;
}
.documents-liste {
  background: none;
}
.container-publication-page {
  /* &:before { content:""; background:@color9; width: 140vw; position: absolute; left:20vw; top:-20px; bottom:270px; z-index:0; .transform( rotate(-5deg)); }*/
}
.container-publication-page .container {
  position: relative;
  z-index: 1;
}
.container-publication-page .container > div:first-child {
  z-index: 10;
}
.container-publication-page .col-publication {
  margin-bottom: 40px;
}
.container-publication-page img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.container-publication-page .title-publication {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
.container-publication-page .date-publication {
  font-weight: 400;
  margin-top: 10px;
}
.container-publication-page .bouton_action {
  padding-left: 10px;
}
.container-publication-page ._df_button {
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  border: 0;
  color: #1b1b1b;
}
.container-publication-page .btn-telecharger,
.container-publication-page .btn-feuilleter {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.container-publication-page .btn-telecharger {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
  margin-right: 10px;
}
.container-publication-page .btn-telecharger:hover {
  background-color: #1b1b1b;
}
.container-publication-page .btn-telecharger:hover:before {
  filter: invert(100);
}
.container-publication-page .btn-feuilleter {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
}
.container-publication-page .btn-feuilleter:hover {
  background-color: #1b1b1b;
}
.container-publication-page .btn-feuilleter:hover:before {
  filter: invert(100);
}
.container-publication-page .col-infos {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 280px;
  background: #fff;
  padding: 10px;
  top: 70px;
  right: 0;
}
.container-publication-page form {
  margin-top: 15px;
}
.container-publication-page form label.checkbox {
  margin-right: 8px;
  cursor: pointer;
}
.container-publication-page form label.checkbox span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 9px;
  background: #d9d9d9;
}
.container-publication-page form label.checkbox input[type="radio"] {
  display: none;
}
.container-publication-page form label.checkbox input[type="radio"]:checked + span {
  background: #de0c2a;
  color: #fff;
}
.section-acces-rapide-home {
  position: relative;
}
.section-acces-rapide-home:before {
  content: '';
  display: block;
  width: 204vw;
  height: 340px;
  -moz-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  position: absolute;
  z-index: -1;
  background: #de0c2a;
  top: 610px;
  left: -600px;
}
.section-acces-rapide-home .menu_rapide-home {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.section-acces-rapide-home .menu_rapide-home li {
  flex: 0 0 25%;
  margin: 0 0 40px;
  position: relative;
}
.section-acces-rapide-home .menu_rapide-home li:before {
  content: '';
  display: block;
  width: 96px;
  height: 96px;
  left: 50%;
  margin-left: -48px;
  border-radius: 50%;
  background: #de0c2a;
  position: absolute;
  z-index: -1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.6s ease-out;
  -webkit-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.section-acces-rapide-home .menu_rapide-home li a {
  text-align: center;
  display: block;
}
.section-acces-rapide-home .menu_rapide-home li a img {
  width: 90px;
  margin: 0 auto;
  filter: invert(1);
  margin-bottom: 15px;
  -moz-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-acces-rapide-home .menu_rapide-home li a span {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  -moz-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.section-acces-rapide-home .menu_rapide-home li a:hover span,
.section-acces-rapide-home .menu_rapide-home li a:focus span {
  color: #4e5253;
}
.section-acces-rapide-home .menu_rapide-home li a:hover img,
.section-acces-rapide-home .menu_rapide-home li a:focus img {
  filter: none;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-acces-rapide-home .menu_rapide-home li:hover:before {
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
/* FOOTER */
.bloc_newsletter {
  background: #0b99aa;
  padding: 30px 0 40px;
}
.bloc_newsletter h2 {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .bloc_newsletter h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.bloc_newsletter form {
  margin: 0;
}
.bloc_newsletter form .sib_signup_box_inside_1 {
  display: flex;
  position: relative;
}
.bloc_newsletter form .sib_signup_box_inside_1 .sib_msg_disp {
  position: absolute;
  top: 0px;
  left: 0px;
}
.bloc_newsletter form .sib_signup_box_inside_1 .sib_msg_disp .sib-alert-message {
  height: 35px;
}
.bloc_newsletter form input[type=email] {
  padding: 7px 15px;
  border: 0;
  font-size: 18px;
  margin-right: 5px;
  width: 100%;
  outline: none;
  line-height: 18px;
}
.bloc_newsletter form input[type=submit] {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #93aab4;
  padding: 5px 36px;
  transition: all 0.2s ease-in;
  background: none;
  line-height: 18px;
}
.bloc_newsletter form input[type=submit]:hover {
  border-color: #fff;
}
.to-the-top {
  position: absolute;
  display: none;
}
.footer-nav-widgets-wrapper {
  position: relative;
  z-index: 9;
  background-color: #1b1b1b;
  margin-top: 100px;
  color: #fff;
  font-size: 0.875rem;
  min-height: 310px;
  padding-top: 60px;
}
.footer-nav-widgets-wrapper .container {
  position: relative;
  z-index: 2;
}
.footer-nav-widgets-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 100%;
  background: #1b1b1b;
  right: calc(49%);
  transform: translateX(0) skew(0deg, 3.4deg);
  top: -60px;
  z-index: 0;
}
.footer-nav-widgets-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 100%;
  background: #1b1b1b;
  left: 50%;
  transform: translateX(0) skew(0deg, -3.4deg);
  top: -60px;
  z-index: 0;
}
.footer-nav-widgets-wrapper .carte-footer {
  position: absolute;
  height: 400px;
  width: 700px;
  left: -150px;
  top: -200px;
}
.footer-widgets-logo {
  position: absolute;
  background: #fff;
  z-index: 2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -142px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-widgets-logo img {
  height: 110px;
}
.footer-widgets .title_footer {
  font-size: 1.175rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 20px;
}
.footer-widgets .title_footer p {
  margin: 0;
}
.footer-widgets p {
  margin: 0;
}
@media (max-width: 992px) {
  .footer-widgets {
    margin-bottom: 25px;
    text-align: center;
  }
}
.footer-widgets .telephone a {
  color: #fff;
}
@media (max-width: 992px) {
  .footer-widgets .adresse,
  .footer-widgets .telephone,
  .footer-widgets .horaires {
    padding: 0;
    background-image: none !important;
  }
}
.footer-widgets .horaires {
  margin: 0;
}
.footer-widgets .horaires .details ul {
  margin: 0;
}
@media (max-width: 992px) {
  .footer-widgets .horaires {
    padding: 0;
  }
}
.footer-widgets .contact {
  background: no-repeat left top url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico_contact.png);
  padding: 8px 0 10px 72px;
}
@media (max-width: 992px) {
  .footer-widgets .contact {
    padding: 10px 0px 10px 80px;
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .footer-widgets.logo {
    margin-bottom: 25px;
    text-align: center;
  }
}
.bt-instagram,
.bt-facebook {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 18px;
  margin-left: 10px;
}
.bt-instagram:hover,
.bt-facebook:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -moz-transition: transform 0.35s cubic-bezier(0.6, 50, 0.4, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.6, 50, 0.4, 1);
  -o-transition: transform 0.35s cubic-bezier(0.6, 50, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.6, 50, 0.4, 1);
}
.bt-instagram {
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico_instagram.png);
}
.bt-facebook {
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico_facebook.png);
}
.footer-credits {
  text-align: center;
  color: #aaa;
  font-size: 14px;
}
.footer-credits a {
  color: #aaa;
  font-size: 14px;
}
/* pagination */
.pagination-wrapper {
  margin: 30px 0;
  text-align: right;
}
.pagination-wrapper .page-title {
  font-size: 16px;
  margin: 0 30px 0 0;
  color: #1b1b1b;
  line-height: 25px;
  font-family: 'arial', sans-serif;
}
.pagination-wrapper a span {
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination-wrapper .prev-icon {
  width: 14px;
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-prev.png);
}
.pagination-wrapper .next-icon {
  width: 14px;
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-next.png);
}
.pagination-wrapper .first-icon {
  width: 17px;
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-first-blue.png);
}
.pagination-wrapper .last-icon {
  width: 17px;
  background-image: url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-last-blue.png);
}
.pagination-wrapper .prev.placeholder,
.pagination-wrapper .next.placeholder {
  display: none;
}
.pagination-wrapper .page-numbers {
  color: #000;
  font-size: 16px;
  margin: 0 9px;
  line-height: 25px;
  font-family: 'arial', sans-serif;
}
.pagination-wrapper .page-numbers.current {
  color: #de0c2a;
}
.slider-home-bottom {
  width: calc(100% + 100px);
  position: absolute;
  bottom: -50px;
  right: -50px;
  background: #fff;
  image-rendering: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform: rotate(-2deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
  transform: rotate(-2deg) translate3d(0, 0, 0);
  height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.slider-home-bottom:after {
  content: '';
  position: absolute;
  bottom: 98px;
  right: 0;
  height: 146px;
  width: 966px;
  background: no-repeat left top url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/header_background.png);
}
.slider-home {
  position: relative;
}
.slider-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 350px);
  z-index: 99;
  top: 0;
}
.slider-home .slider .item {
  height: calc(80vh - 70px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -80px;
}
.slider-home .slider .item .gradient {
  /*background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0,0,0,0));*/
}
.slider-home .slider .item .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(80vh - 70px);
  max-width: 1110px;
  margin: 0 auto;
}
.slider-home .slider .item .infos {
  color: #fff;
  width: 100%;
}
.slider-home .slider .item .infos > * {
  margin: 0;
  padding: 0;
}
.slider-home .slider .item .infos h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.slider-home .slider .item .infos .resume {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.slider-home .slider .item .infos .cta a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
  font-size: 1.25rem;
}
.slider-home .slider .slick-dots {
  bottom: 50px;
}
.slider-home .slider .slick-dots li.slick-active button:before,
.slider-home .slider .slick-dots li button:before {
  content: '';
  opacity: 1;
  border: 2px solid white;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.slider-home .slider .slick-dots li button:before {
  background-color: rgba(255, 255, 255, 0);
}
.slider-home .slider .slick-next {
  right: 150px;
  border: 0;
  background: no-repeat right 1px center / 30px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-right_ffffff.svg);
}
.slider-home .slider .slick-prev {
  left: 25px;
  border: 0;
  background: no-repeat right 1px center / 30px url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-left_ffffff.svg);
}
.slider-home .slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .slider-home .slider .infos {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .slider-home .slider .infos {
    padding: 0 25px;
  }
  .slider-home .slider .slick-next,
  .slider-home .slider .slick-prev {
    display: none !important;
  }
}
/* search home et page recherche */
.search-home,
.search-archive {
  margin-top: -70px;
  position: relative;
  z-index: 999;
}
.search-home form,
.search-archive form {
  position: relative;
  width: 678px;
  margin: 0 auto;
}
.search-home form input[type=search],
.search-archive form input[type=search] {
  font-family: Roboto;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 9px 60px 9px 26px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 5px 8px 0px rgba(163, 163, 163, 0.4);
}
.search-home form input[type=search] ::placeholder,
.search-archive form input[type=search] ::placeholder {
  color: #b8b8b8;
}
.search-home form input[type=submit],
.search-archive form input[type=submit] {
  background: no-repeat left 13px center / 26px #0b99aa url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-search-home.png);
  cursor: pointer;
  font-size: 0;
  border: 0;
  padding: 0;
  width: 56px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in;
}
.search-home form input[type=submit]:hover,
.search-archive form input[type=submit]:hover {
  background: no-repeat left 13px center / 26px #0b99aa url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-search-home.png);
}
@media only screen and (max-width: 750px) {
  .search-home,
  .search-archive {
    margin-right: 25px;
    margin-left: 25px;
  }
  .search-home form,
  .search-archive form {
    width: 100%;
  }
}
.search-archive {
  margin: 5px 0 0 0;
}
#fMobileMenuBodyContainer #site-content .forminator-ui label {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 400;
}
#fMobileMenuBodyContainer #site-content .forminator-ui input[type="text"],
#fMobileMenuBodyContainer #site-content .forminator-ui input[type="email"],
#fMobileMenuBodyContainer #site-content .forminator-ui textarea {
  font-size: 16px;
  background: #fff;
  border-color: #d1d1d1;
}
/* carte et bulletins */
body .df-controls-bottom {
  background: #1b1b1b !important;
}
body .df-container > .df-ui-next,
body .df-container > .df-ui-prev,
body .df-lightbox-close {
  color: #fff;
}
body .container .wrapper {
  line-height: 1.7;
}
/* Labels */
.slider-labels {
  margin-bottom: 50px;
  position: relative;
  z-index: 99;
}
.slider-labels .item {
  height: 150px;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease-in;
  display: flex !important;
  align-items: center !important;
}
.slider-labels .item img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  max-height: 150px;
}
.slider-labels .item img[src*="LEADER"] {
  width: 200px;
}
.slider-labels a.item:hover {
  filter: grayscale(0);
}
.slider-labels .slick-prev,
.slider-labels .slick-next {
  height: 32px;
  width: 32px;
}
.slider-labels .slick-prev {
  background: no-repeat left 0 center / 28px #4e5253 url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-left_ffffff.svg);
  left: 0;
  right: inherit;
}
.slider-labels .slick-prev:hover,
.slider-labels .slick-prev:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: no-repeat left 0 center / 28px #8e1515 url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-left_ffffff.svg);
}
.slider-labels .slick-next {
  background: no-repeat right 0 center / 28px #4e5253 url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-right_ffffff.svg);
  left: inherit;
  right: 0;
}
.slider-labels .slick-next:hover,
.slider-labels .slick-next:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background: no-repeat right 0 center / 28px #8e1515 url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/svgs_dripicons_chevron-right_ffffff.svg);
}
@media (max-width: 600px) {
  .slider-labels .slider {
    padding: 0 50px;
  }
}
/****************************/
/* RESPONSIVE */
/****************************/
/* page de recherche */
body.search .container {
  margin-bottom: 50px;
}
body.search article .entry-title {
  margin-top: 25px;
  text-align: left;
}
body.search article .post-meta {
  display: none;
}
.no-search-results-form {
  padding: 50px 0;
}
.no-search-results-form h3 {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.no-search-results-form .search {
  position: relative;
  max-width: 600px;
  margin: 50px auto 0;
}
.no-search-results-form .search input[type=search] {
  font-family: arial;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 9px 60px 9px 26px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.4);
}
.no-search-results-form .search input[type=search] ::placeholder {
  color: #b8b8b8;
}
.no-search-results-form .search input[type=submit] {
  background: no-repeat left 13px center / 26px #0b99aa url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-search-home.png);
  cursor: pointer;
  font-size: 0;
  border: 0;
  padding: 0;
  width: 56px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in;
}
.no-search-results-form .search input[type=submit]:hover {
  background: no-repeat left 13px center / 26px #0b99aa url(https://www.vic-sur-seille.fr/wp-content/themes/theme_client/css/medias/ico-search-home.png);
}
.page-id-165 .page-list > li.page_item > .children > li > a {
  pointer-events: all;
}
.page-list > li.page_item > .children > li > a {
  pointer-events: none;
}
.page-list {
  overflow: hidden;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
}
.page-list li {
  list-style-type: none;
}
.page-list a {
  padding: 0;
}
.page-list > li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  /* display: inline-block; width: 100%; */
}
.page-list > li:last-child {
  border: none;
}
.page-list > li > a {
  font-size: 20px;
  color: #4e5253;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.page-list > li > a:hover,
.page-list > li > a:focus {
  color: #8e1515;
}
.page-list > li > ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.page-list > li > ul > li {
  /**/
  display: inline-block;
  width: 100%;
}
.page-list > li > ul > li + li {
  margin-top: 10px;
}
.page-list > li > ul > li > a {
  font-size: 18px;
  color: #4e5253;
}
.page-list > li > ul > li > a:hover,
.page-list > li > ul > li > a:focus {
  color: #4e5253;
}
.page-list > li > ul > li > ul {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.page-list > li > ul > li > ul > li + li {
  margin-top: 10px;
}
.page-list > li > ul > li > ul > li > a {
  font-size: 16px;
  color: #545454;
}
.page-list > li > ul > li > ul > li > a:hover,
.page-list > li > ul > li > ul > li > a:focus {
  color: #8e1515;
}
.page-list > li > ul > li > ul > li > ul {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.page-list > li > ul > li > ul > li > ul > li + li {
  margin-top: 10px;
}
.page-list > li > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  color: #7e7e7e;
}
.page-list > li > ul > li > ul > li > ul > li > a:hover,
.page-list > li > ul > li > ul > li > ul > li > a:focus {
  color: #8e1515;
}
.page-list > li > ul > li > ul > li > ul > li > ul {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li + li {
  margin-top: 10px;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 13px;
  color: #999;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.page-list > li > ul > li > ul > li > ul > li > ul > li > a:focus {
  color: #8e1515;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > ul {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > ul > li + li {
  margin-top: 10px;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  color: #999;
}
.page-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.page-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:focus {
  color: #8e1515;
}
.pum-title {
  max-width: 80%;
  margin: 0 auto;
}
.pum-close {
  padding: 0 14px !important;
}
@media (max-width: 1300px) {
  .primary-menu-wrapper > ul > li > a {
    height: 65px;
    margin-top: 10px;
  }
  body:not(.home) .primary-menu-wrapper > ul > li > a {
    margin-top: 30px;
  }
  .primary-menu-wrapper > ul > li#menu-item-8225 {
    top: -10px;
  }
  .bg_image .imagealaune {
    height: 330px;
  }
  .bg_image .header-page {
    width: 100%;
  }
  .bg_image h1 {
    max-width: 470px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .bg_image .header-page__content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: transparent !important;
  }
  .bg_image .imagealaune {
    width: calc(650px + (100% - 1170px) / 2);
  }
  .bg_image .imagealaune:after {
    bottom: -20px;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  .footer-nav-widgets-wrapper .carte-footer {
    right: -80px;
    left: inherit;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 75px;
  }
  .primary-menu-wrapper > ul > li.page-item-84,
  .primary-menu-wrapper > ul > li#menu-item-8225 {
    width: 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    background-size: contain;
    background-position: center top;
  }
  .primary-menu-wrapper > ul > li.page-item-84 > a,
  .primary-menu-wrapper > ul > li#menu-item-8225 > a {
    width: 240px;
  }
  #site-header.sticky .page-item-84 {
    top: 0;
  }
  .primary-menu-wrapper > ul > li > .subMainMenuWrapper {
    top: 75px;
  }
  .primary-menu-wrapper > ul {
    height: 75px;
    margin-top: 10px;
  }
  .home .slider-home.video {
    height: 64.28vw;
    min-height: 300px;
  }
  .bg_image {
    height: 330px;
  }
  .bg_image h1 {
    margin: 230px 0 0 50px;
  }
  body:not(.home) #site-header,
  body:not(.home) #site-header.sticky {
    height: 75px;
  }
  body:not(.home) .primary-menu-wrapper > ul > li > a {
    margin-top: 20px;
  }
  body:not(.home) .primary-menu-wrapper > ul > li.page-item-84,
  body:not(.home) .primary-menu-wrapper > ul > li#menu-item-8225 {
    background-position: bottom center;
  }
}
@media (max-width: 991px) {
  .topmenu-wrapper {
    display: none;
  }
  #site-header.sticky .section-acces-rapide,
  #site-header .section-acces-rapide {
    margin-top: 0;
    top: 7px;
    right: 56px;
    z-index: 1001;
  }
  #site-header.sticky .section-acces-rapide .titre-alaune,
  #site-header .section-acces-rapide .titre-alaune {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  #site-header.sticky .section-acces-rapide .menu_rapide li a,
  #site-header .section-acces-rapide .menu_rapide li a {
    width: 60px;
    height: 60px;
  }
  #site-header.sticky .section-acces-rapide .menu_rapide li a span,
  #site-header .section-acces-rapide .menu_rapide li a span {
    display: none;
  }
  #site-header.sticky .section-acces-rapide .menu_rapide li a img,
  #site-header .section-acces-rapide .menu_rapide li a img {
    width: 50px;
    height: 50px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  #site-header,
  #site-header.sticky,
  .home #site-header,
  .home #site-header.sticky {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    height: 75px;
  }
  .section-acces-rapide .titre-alaune {
    background: #4e5253;
  }
  .home .slider-home.video {
    margin-top: 45px;
  }
  .slider-home:before {
    display: none;
  }
  .slider-home-bottom:after {
    width: 100%;
    background-size: 70%;
    background-position: center bottom;
  }
  .bg_image h1 {
    max-width: 400px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 10px;
  }
  .container-publication-home .col-first .col-publication {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container-publication-home .col-last .btn_all_agendas {
    z-index: 999;
    margin-left: 20px;
  }
  .container-publication-home .col-last .col-publication {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  #site-header .header-titles-wrapper .custom-logo-link {
    display: inline-block;
    padding: 5px 0;
  }
  #site-header .header-titles-wrapper .custom-logo-link img {
    max-height: 70px;
    width: auto;
  }
  .container-publication,
  .documents-liste,
  .container-publication-page {
    font-size: 0.875rem;
  }
  .container-publication .col-infos,
  .documents-liste .col-infos,
  .container-publication-page .col-infos {
    width: 200px;
  }
  .container-publication .title-publication,
  .documents-liste .title-publication,
  .container-publication-page .title-publication {
    font-size: 1rem;
  }
  .footer-widgets .horaires .jours {
    display: block;
  }
  .pum-container {
    max-width: 100% !important;
    max-height: 100% !important;
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem !important;
  }
  .bg_image {
    height: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .bg_image .imagealaune {
    width: 100%;
    clip-path: none;
    position: relative;
    height: 50vw;
    min-height: 200px;
  }
  .bg_image .imagealaune:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-size: 80%;
    right: -320px;
    bottom: -1px;
  }
  .bg_image .header-page {
    width: 100%;
    min-height: inherit;
  }
  .bg_image .header-page__content {
    margin: 0;
    padding: 10px 0;
  }
  .bg_image h1 {
    margin: 10px 0 0;
    padding: 20px 0 60px;
    max-width: inherit;
  }
  .container-publication {
    padding-bottom: 0 !important;
  }
  .container-publication .col-infos,
  .documents-liste .col-infos {
    width: 240px;
  }
  .container-publication-home .col-first {
    padding-top: 20px;
  }
  .container-publication-home .col-last {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .container-publication-home .col-last .btn_all_agendas {
    margin-left: 0;
  }
  .container-publication-home .col-last .col-publication {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container-publication-home .col-last:before {
    display: none;
  }
  .container-publication-home .col-last article {
    padding-left: 0;
  }
  .container-publication-home .col-last:after {
    top: 0;
    bottom: 0;
    left: -60px;
  }
  .page-list {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
}
@media (max-width: 575px) {
  .section-acces-rapide-home:before {
    display: none;
  }
  .section-acces-rapide-home .menu_rapide-home li {
    flex: 0 0 33.333%;
  }
  #site-header .header-titles-wrapper .custom-logo-link img {
    height: auto;
    max-width: 240px;
  }
  #site-header .header-titles-wrapper {
    left: 5px;
  }
  .home .slider-home.video {
    border: 0;
  }
  .home .slider-home.video {
    margin-top: 75px;
  }
  h1,
  .bg_image h1 {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .bg_image .header-page__content:before {
    top: 0;
  }
  .bg_image .header-page__content:after {
    bottom: 0;
  }
  .bg_image .imagealaune:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-size: 100%;
    width: 100%;
    right: 0;
    bottom: -1px;
  }
  .page .bloc_contact,
  .page .bloc_horaires {
    padding-left: 20px;
    background-image: none;
  }
  .wp-block-column .documents-liste .col-publication {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .titre-alaune {
    font-size: 24px;
  }
  [class*="title2-default"] {
    font-size: 28px;
    line-height: 1.1;
  }
  .footer-widgets .horaires .jours {
    display: block;
  }
  .footer-widgets .telephone .fax {
    display: block;
  }
  .container-publication-home .col-first {
    padding-top: 20px;
  }
  .container-publication-home .col-last .col-publication,
  .container-publication-home .col-first .col-publication {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-publication .col-publication:nth-child(2) {
    display: none;
  }
  .page-list {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}
@media (max-width: 470px) {
  .section-acces-rapide-home .menu_rapide-home li {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  #site-header .header-titles-wrapper .custom-logo-link img {
    max-width: 200px;
  }
}
