/*
Theme Name: Malmedy 2018
Description: Site de la ville de Malmedy
Author: Signtec
*/
/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0px;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  clear: none;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

a {
  outline: none;
  color: #009bd5;
}

.clear {
  clear: both;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

/********CUSTOM SLIDE***********/
div.custom-slide.homepage, div.background_header {
  width: 100%;
  height: 80%;
  min-height: 650px;
  top: 0px;
  left: 0px;
  position: relative;
  overflow: hidden;
  margin: auto;
  z-index: 1;
  background-color: white;
  background-size: cover;
  background-position: center;
}
div.custom-slide.homepage h1.main_title, div.background_header h1.main_title {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 15px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 30%;
}

body.logged-in div.custom-slide.homepage {
  height: calc(80% - 32px);
}

div.custom-slide > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease-out 800ms;
  -o-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
}
div.custom-slide > div > div.content-text {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  /* IE 9 */
  -webkit-transform: translate(0%, -50%);
  /* Safari */
  transform: translate(0%, -50%);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
}
div.custom-slide > div > div.content-text h3 {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 15px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}
div.custom-slide > div > div.content-text p {
  text-align: center;
  font-size: 18px;
  color: white;
}
div.custom-slide > div > div.content-text a {
  text-decoration: none;
  color: white;
  background-color: #575a5c;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  letter-spacing: 3px;
  text-align: center;
}
div.custom-slide > div > div.content-text a:hover {
  background-color: #8d908f;
}
div.custom-slide > div > div.image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
div.custom-slide > div.slide_active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

div#pager_slide {
  position: absolute;
  z-index: 2;
  margin-top: -140px;
  width: 100%;
  text-align: center;
}
div#pager_slide span.itemSlidePager {
  display: inline-block;
  background-color: white;
  border: 2px solid white;
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 50%;
}
div#pager_slide span.itemSlidePager.active {
  background-color: #f5e11d;
}

/****************CONTACT******************/
div.wpcf7 {
  margin-bottom: 25px;
  margin-top: 25px;
  font-family: "Rubik", sans-serif;
}
div.wpcf7 ul.contact-form li.itemContact {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: none;
  display: block;
  margin-bottom: 2%;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 800;
}
div.wpcf7 ul.contact-form li.itemContact em {
  font-weight: 300;
}
div.wpcf7 ul.contact-form li.itemContact input, div.wpcf7 ul.contact-form li.itemContact textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  background-color: white;
  border: 1px solid #d9dadb;
  color: #4e4c4c;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
}
div.wpcf7 ul.contact-form li.itemContact input.wpcf7-not-valid {
  border: 1px solid #c1002f;
}
div.wpcf7 ul.contact-form li.liSubmit input {
  display: block;
  max-width: 250px;
  margin: auto;
  background-color: #78b829;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 25px;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  cursor: pointer;
}
div.wpcf7 ul.contact-form li.liSubmit input:hover {
  background-color: #78b829;
}
div.wpcf7 ul.contact-form li.clear {
  clear: both;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: none;
  list-style-type: none;
  list-style-image: none;
}
div.wpcf7 ul.contact-form li.liLeft {
  float: left;
  width: 49%;
}
div.wpcf7 ul.contact-form li.liRight {
  float: right;
  width: 49%;
}
div.wpcf7 ul.contact-form li.liFull {
  clear: both;
  width: 100%;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  text-align: center;
  color: #c1002f;
  font-size: 13px;
}

div.screen-reader-response > ul {
  display: none;
}

div.screen-reader-response {
  display: none;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  color: green;
}

section.galerie {
  width: 100%;
  overflow: hidden;
}
section.galerie div.cycle-carousel {
  position: relative;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  -webkit-transition: all ease-in 500ms;
  -o-transition: all ease-in 500ms;
  transition: all ease-in 500ms;
}
section.galerie div.cycle-carousel > a {
  display: block;
  overflow: hidden;
  height: 100%;
}
section.galerie div.cycle-carousel > a > img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  margin-top: -10%;
}
section.galerie span#left {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin-top: -130px;
  left: 0px;
  background-color: #575a5c;
  cursor: pointer;
  color: white;
  text-align: center;
}
section.galerie span#right {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin-top: -130px;
  right: 0px;
  background-color: #575a5c;
  cursor: pointer;
  color: white;
}

div.background_header {
  position: relative;
  z-index: 1;
}
div.background_header h1.page-title {
  font-family: "Khand", sans-serif;
  font-size: 48px;
  margin-bottom: 15px;
  color: white;
  bottom: 5%;
  position: absolute;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  z-index: 5;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

div.taxonomy-description {
  font-size: 15px;
  line-height: 24px;
  color: #575a5c;
  margin-bottom: 20px;
}

div#listing {
  margin: 5% auto 0% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
div#listing .item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
div#listing .item {
  display: none;
  text-align: left;
  width: 48%;
  margin: 1%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
div#listing .item > h2 {
  color: #78b829;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
div#listing .item .item_container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 100%;
  background-color: white;
}
div#listing .item .item_container a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 200px;
  width: 40%;
  background-size: cover;
  background-position: center top;
}
div#listing .item .item_container div {
  position: relative;
  display: block;
  height: 100%;
  min-height: 200px;
  width: 40%;
  background-size: cover;
  background-position: center top;
}
div#listing .item .item_container table {
  width: 54%;
  margin-left: 3%;
  margin-right: 3%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
div#listing .item .item_container table tr th {
  margin-left: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #575a5c;
  padding: 5px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
}
div#listing .item .item_container table tr th h3 {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  color: #78b829;
  font-weight: 700;
}
div#listing .item .item_container table tr td {
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #8d908f;
  border-bottom: 1px solid #ccc;
}
div#listing .item .item_container table tr td img.picto {
  max-width: 35px;
  width: auto;
  max-height: 35px;
  height: auto;
}
div#listing .item .item_container table tr:last-child td, div#listing .item .item_container table tr:last-child th {
  border-bottom: 0px;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}

div#page {
  width: 100%;
  background: url(./assets/images/bg-event.jpg) no-repeat center 200px;
  background-attachment: fixed;
  position: relative;
}

header {
  position: absolute;
  z-index: 5;
  width: 100%;
}
header h1#logo {
  height: 150px;
  position: absolute;
  left: 0px;
}
header h1#logo a {
  display: block;
  height: 100%;
  width: auto;
}
header h1#logo a img {
  height: 100%;
  width: auto;
  display: block;
}
header > nav {
  position: absolute;
  right: 0px;
  background-color: #575a5c;
  height: 65px;
}
header > nav div#menu_container {
  display: block;
  float: left;
}
header > nav div#menu_container > ul {
  height: 65px;
}
header > nav div#menu_container > ul > li {
  display: block;
  float: left;
  text-align: center;
  width: 130px;
  -webkit-transition: all ease-in 500ms;
  -o-transition: all ease-in 500ms;
  transition: all ease-in 500ms;
  background-color: #575a5c;
  border-right: 1px solid #707373;
}
header > nav div#menu_container > ul > li > a {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  line-height: 35px;
  padding-top: 30px;
  display: block;
  font-weight: 300;
}
header > nav div#menu_container > ul > li > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
header > nav div#menu_container > ul > li:hover {
  background-color: #f5e11d;
}
header > nav div#menu_container > ul > li:hover > a {
  color: #575a5c;
}
header > nav div#menu_container > ul > li:hover > ul {
  width: 200px;
  text-align: left;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #f5e11d;
  z-index: 15;
}
header > nav div#menu_container > ul > li:hover > ul li a {
  display: block;
  text-align: left;
  padding: 10px 15px;
  color: #575a5c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  border-top: 1px dotted #ccbb12;
}
header > nav div#menu_container > ul > li:hover > ul li:hover a {
  background-color: #f0d500;
}
header > nav div#menu_container > ul li.a-pied > a {
  background: url(./assets/images/a-pied.png) no-repeat center top;
}
header > nav div#menu_container > ul li.a-velo > a {
  background: url(./assets/images/a-velo.png) no-repeat center top;
}
header > nav div#menu_container > ul li.que-faire > a {
  background: url(./assets/images/que-faire.png) no-repeat center top;
}
header > nav div#menu_container > ul li.dormir > a {
  background: url(./assets/images/dormir.png) no-repeat center top;
}
header > nav div#menu_container > ul li.boire-manger > a {
  background: url(./assets/images/boire-manger.png) no-repeat center top;
}
header > nav div#menu_container > ul li.pratique > a {
  background: url(./assets/images/en-pratique.png) no-repeat center top;
}
header > nav span#bouton_recherche {
  display: block;
  float: left;
  background: url(./assets/images/loupe.png) no-repeat center #8d908f;
  width: 50px;
  height: 65px;
  background-size: contain;
  cursor: pointer;
}
header > nav span#bouton_newsletter {
  display: block;
  float: left;
  background: url(./assets/images/newsletter.png) no-repeat left center #f5e11d;
  padding-left: 45px;
  line-height: 65px;
  color: #575a5c;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 15px;
  height: 65px;
  background-size: contain;
  cursor: pointer;
}
header > nav div.hide_module {
  position: absolute;
  right: 0px;
  width: 300px;
  height: 30px;
  top: 65px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
header > nav div.hide_module.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header > nav form.search-form, header > nav form.newsletter-form {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
}
header > nav form.search-form button#search, header > nav form.newsletter-form button#search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  display: block;
  z-index: 1;
  width: 40%;
  float: right;
  height: 100%;
  background-color: #78b829;
  color: white;
}
header > nav form.search-form input#mc-embedded-subscribe, header > nav form.newsletter-form input#mc-embedded-subscribe {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  display: block;
  z-index: 1;
  width: 40%;
  float: right;
  height: 100%;
  background-color: #78b829;
  color: white;
  cursor: pointer;
}
header > nav form.search-form input, header > nav form.newsletter-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  display: block;
  z-index: 1;
  width: 60%;
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
header > nav form.search-form.active, header > nav form.newsletter-form.active {
  display: block;
}
header > nav a#facebook {
  display: block;
  float: left;
  width: 40px;
  height: 65px;
  background: url(./assets/images/facebook.png) no-repeat center #3c5b9b;
  background-size: contain;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
header > nav div.lang {
  position: relative;
  display: block;
  float: left;
  line-height: 65px;
  padding: 0px 15px;
  background-color: #78b829;
  color: white;
  text-transform: uppercase;
  text-align: center;
  height: 65px;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
header > nav div.lang > a {
  text-decoration: none;
  color: white;
  display: inline-block;
}
header > nav div.lang > a img {
  margin-right: 5px;
}
header > nav div.lang ul {
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  line-height: normal;
}
header > nav div.lang ul li {
  display: block;
  width: 100%;
  line-height: 25px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
header > nav div.lang ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #575a5c;
  text-align: center;
}
header > nav div.lang ul li a img {
  height: 10px;
  width: auto;
  margin-right: 5px;
}
header > nav div.lang:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
header > nav a#facebook:hover {
  background: url(./assets/images/facebook.png) no-repeat center #173b85;
  background-size: contain;
}

section.raccourcis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  position: relative;
  z-index: 3;
  max-width: 90%;
  width: 1180px;
  margin: auto;
  margin: auto;
  margin-top: -100px;
}
section.raccourcis #video_home {
  width: 48%;
  margin: 1%;
  height: 250px;
}
section.raccourcis #video_home iframe, section.raccourcis #video_home source {
  width: 100%;
  height: 100%;
}
section.raccourcis div#bonplan {
  width: 48%;
  margin: 1%;
  height: 250px;
  background-color: #8d908f;
  position: relative;
}
section.raccourcis div#bonplan div.hover {
  background: url(./assets/images/hover.png) repeat-x center top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
section.raccourcis div#bonplan h2 {
  font-family: "Khand", sans-serif;
  font-size: 36px;
  text-align: center;
  width: 100%;
  position: absolute;
  color: white;
  top: 5%;
  line-height: 24px;
  z-index: 4;
}
section.raccourcis div#bonplan h2 span {
  color: #f5e11d;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
section.raccourcis div#bonplan a.item_raccourci {
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
section.raccourcis div#bonplan a.item_raccourci h3 {
  position: absolute;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0px;
  bottom: 0px;
  text-transform: uppercase;
  font-size: 15px;
}
section.raccourcis div#bonplan a.item_raccourci.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
section.raccourcis div#bonplan div.pager_raccourcis {
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}
section.raccourcis div#bonplan div.pager_raccourcis > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #78b829;
  color: white;
  text-align: center;
  cursor: pointer;
}

section#agendas {
  position: relative;
  z-index: 2;
  padding: 50px 0px;
  background: url(./assets/images/bg-event.jpg) no-repeat center 200px #fff;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
section#agendas > h2 {
  font-size: 36px;
  text-align: center;
  color: #8d908f;
  font-family: "Khand", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
section#agendas > h2 span {
  background-color: white;
  padding: 0px 20px;
}
section#agendas span.line {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: -24px;
  margin-bottom: 80px;
  height: 1px;
  background-color: #ccc;
  width: 1180px;
  max-width: 90%;
}
section#agendas > a.bouton {
  text-decoration: none;
  color: white;
  background-color: #78b829;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  letter-spacing: 3px;
  text-align: center;
}
section#agendas > a.bouton:hover {
  background-color: #598620;
}
section#agendas .list-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 1180px;
  max-width: 90%;
  margin: auto;
  text-align: left;
}
section#agendas .list-event .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 48%;
  margin: 1%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
section#agendas .list-event .item > h2 {
  color: #78b829;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
section#agendas .list-event .item .item_container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  width: 100%;
  background-color: white;
}
section#agendas .list-event .item .item_container-image {
  position: relative;
  display: block;
  height: 100%;
  min-height: 200px;
  width: 28%;
  background-size: cover;
  background-position: center top;
}
section#agendas .list-event .item .item_container a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 200px;
  width: 28%;
  background-size: cover;
  background-position: center top;
}
section#agendas .list-event .item .item_container table {
  width: 64%;
  margin-left: 3%;
  margin-right: 3%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
section#agendas .list-event .item .item_container table tr th {
  margin-left: 10px;
  font-family: "Khand", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #575a5c;
  padding: 5px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
}
section#agendas .list-event .item .item_container table tr td {
  padding: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #8d908f;
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
}
section#agendas .list-event .item .item_container table tr:last-child td, section#agendas .list-event .item .item_container table tr:last-child th {
  border-bottom: 0px;
}

section.separation_photo {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
  margin-bottom: 50px;
}

section.introduction_home {
  max-width: 90%;
  width: 1024px;
  margin: auto;
  color: #575a5c;
}
section.introduction_home:before, section.introduction_home:after {
  content: "";
  display: table;
}
section.introduction_home:after {
  clear: both;
}
section.introduction_home p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 20px;
}
section.introduction_home h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Khand", sans-serif;
  margin-bottom: 30px;
}
section.introduction_home h2 strong {
  font-weight: normal;
  color: #78b829;
}
section.introduction_home div.left {
  float: left;
  width: 48%;
}
section.introduction_home div.right {
  float: right;
  width: 48%;
}

img#img-city {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  background-color: #78b829;
  color: white;
}
footer a.rss {
  display: block;
  margin-top: 10px;
}
footer div#list_link_footer {
  width: 700px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
footer div#list_link_footer > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: auto;
}
footer div#list_link_footer > ul > li {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
footer div#list_link_footer > ul > li > a {
  display: block;
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  font-family: "Khand", sans-serif;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 5px;
}
footer div#list_link_footer > ul > li > ul > li ul {
  display: none;
}
footer div#list_link_footer > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 18px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 100;
  font-family: "Rubik", sans-serif;
}
footer div.back_links {
  text-align: center;
  padding: 10px 0px;
  width: 100%;
}
footer div.back_links a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
footer div#footer_infos {
  padding: 25px;
}
footer div#footer_infos h3 {
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  font-family: "Khand", sans-serif;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 5px;
}
footer div#footer_infos p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 100;
  font-family: "Rubik", sans-serif;
  margin-bottom: 25px;
}
footer form.form_newsletter:before, footer form.form_newsletter:after {
  content: "";
  display: table;
}
footer form.form_newsletter:after {
  clear: both;
}
footer form.form_newsletter input.newsletter-field {
  display: block;
  float: left;
  line-height: 20px;
  border: 0px;
  background: none;
  background-color: white;
  padding: 5px;
}
footer form.form_newsletter input.button {
  background-color: #78b829;
  border: 0px;
  cursor: pointer;
  color: white;
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
}
footer div#map-container {
  padding: 25px;
}
footer div#map-container div#map-canvas {
  width: 300px;
  height: 100%;
}

section#main {
  max-width: 90%;
  width: 1024px;
  margin: auto;
  min-height: 500px;
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 3% 0% 3%;
  background: url(./assets/images/bg-event.jpg) no-repeat center 200px #fff;
  background-attachment: fixed;
}
section#main div.page-header {
  color: #8d908f;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
section#main div.page-header a {
  font-weight: 300;
}
section#main p#breadcrumbs {
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2%;
  font-size: 13px;
  color: #9c9e9f;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
section#main p#breadcrumbs span.breadcrumb_last {
  text-decoration: none;
  color: #78b829;
  font-weight: 700;
}
section#main p#breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

div.entry-content {
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}
div.entry-content h1 {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: #78b829;
  margin-bottom: 30px;
}
div.entry-content h1 strong {
  color: #575a5c;
  font-weight: 300;
}
div.entry-content h2 {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #575a5c;
  margin-bottom: 20px;
}
div.entry-content h2 strong {
  color: #78b829;
  font-weight: 300;
}
div.entry-content h3 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #78b829;
  margin-bottom: 30px;
}
div.entry-content * + h2, div.entry-content * + h1, div.entry-content * + h3, div.entry-content * + h4 {
  margin-top: 30px;
}
div.entry-content strong {
  font-weight: 700;
}
div.entry-content p, div.entry-content ul {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #575a5c;
}
div.entry-content li {
  list-style-type: disc;
  margin-left: 30px;
}
div.entry-content li ul li {
  list-style-type: circle;
}
div.entry-content img.alignnone {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
div.entry-content table {
  margin: 20px auto;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  text-align: left;
  color: #8d908f;
}
div.entry-content table tr td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
div.entry-content table tr td ul li {
  list-style-image: url(./assets/images/v-list.png);
  margin-left: 25px;
  margin-bottom: 10px;
}
div.entry-content table tr th {
  color: #575a5c;
  padding: 10px;
  font-weight: 700;
  border: 1px solid #ddd;
  text-align: left;
  text-transform: uppercase;
}
div.entry-content img.size-large, div.entry-content img.size-full {
  max-width: 100%;
  height: auto;
}
div.entry-content figcaption {
  font-style: italic;
  color: #78b829;
  font-size: 13px;
}
div.entry-content div.link_container {
  text-align: center;
}
div.entry-content div.link_container a {
  text-decoration: none;
  color: white;
  background-color: #78b829;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  letter-spacing: 3px;
  text-align: center;
}
div.entry-content div.link_container a:hover {
  background-color: #598620;
}
div.entry-content iframe {
  width: 100%;
  height: 400px;
}

section.filtre div.category_list {
  margin-bottom: 20px;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
section.filtre div.category_list p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  margin-right: 15px;
}
section.filtre div.category_list ul {
  display: inline-block;
  width: 250px;
  text-align: left;
  border: 1px solid #ddd;
}
section.filtre div.category_list ul > li {
  display: block;
  position: relative;
  padding: 10px 20px;
  background-color: white;
  font-size: 15px;
  color: #8d908f;
}
section.filtre div.category_list ul > li > ul {
  position: absolute;
  z-index: 10;
  width: 100%;
  visibility: hidden;
  left: 0px;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
section.filtre div.category_list ul > li > ul li {
  border-bottom: 1px solid #eee;
  position: relative;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
section.filtre div.category_list ul > li > ul li ul.children {
  left: 100%;
  top: 0px;
}
section.filtre div.category_list ul > li > ul li ul.children a {
  font-size: 10px;
  color: #8d908f;
}
section.filtre div.category_list ul > li > ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #78b829;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
section.filtre div.category_list ul > li > ul li.parent {
  background: url(./assets/images/ssfiltre.png) no-repeat center right white;
}
section.filtre div.category_list ul > li > ul li:hover {
  background-color: #8d908f;
}
section.filtre div.category_list ul > li > ul li:hover ul.children li:hover a {
  color: white;
}
section.filtre div.category_list ul > li > ul li:hover a {
  color: white;
}
section.filtre div.category_list ul > li > ul li:last-child {
  border-bottom: 0px;
}
section.filtre div.category_list ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
section.filtre div.list_tag ul {
  text-align: center;
}
section.filtre div.list_tag ul li {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #8d908f;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  margin: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  cursor: pointer;
}
section.filtre div.list_tag ul li a {
  text-decoration: none;
  color: inherit;
}
section.filtre div.list_tag ul li.active, section.filtre div.list_tag ul li:hover {
  background-color: #78b829;
}
section.filtre div.dormir_filtre {
  margin-bottom: 50px;
}
section.filtre div.dormir_filtre label {
  margin: 0px 10px;
  display: inline-block;
}
section.filtre div.dormir_filtre button {
  border: 0px;
  text-decoration: none;
  color: white;
  background-color: #78b829;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  letter-spacing: 3px;
  text-align: center;
}
section.filtre div.dormir_filtre button:hover {
  background-color: #598620;
}
section.filtre div.dormir_filtre input#HiddenFiltre {
  display: none;
}

section#list_tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 100%;
}
section#list_tax div.entry-content {
  margin-top: 0px;
  margin-bottom: 50px;
}
section#list_tax a.link_taxonomy {
  display: block;
  position: relative;
  width: calc(50% - 10px);
  margin: 5px;
  height: 250px;
  z-index: 1;
  background-position: center;
  text-decoration: none;
  color: inherit;
  background-size: cover;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
section#list_tax a.link_taxonomy div.hover {
  background: url(./assets/images/hover.png) repeat-x center top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#list_tax a.link_taxonomy h3 {
  font-family: "Khand", sans-serif;
  font-size: 36px;
  text-align: center;
  width: 100%;
  position: absolute;
  color: white;
  top: 10%;
  line-height: 30px;
  z-index: 4;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
section#list_tax a.link_taxonomy:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

div#export {
  max-width: 800px;
  margin: auto;
  padding: 200px 0px;
}

div#map {
  width: 100%;
  height: 300px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

iframe#map_interactive {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  background-color: #4d6a79;
}

div.ancre {
  text-align: center;
}
div.ancre a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #8d908f;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
  margin: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  cursor: pointer;
  text-decoration: none;
}
div.ancre a:hover {
  background-color: #78b829;
}

div#share_container {
  text-align: left;
  max-width: 600px;
  margin: auto;
}
div#share_container #share {
  display: block;
  cursor: pointer;
}
div#share_container #share img {
  display: inline-block;
  max-width: 50px;
  height: auto;
}
div#share_container div.a2a_kit {
  display: none;
  padding: 15px;
  height: 32px;
  background-color: white;
  border: 1px solid #ccc;
}
div#share_container div.a2a_kit a {
  display: inline-block;
  float: none;
}
div#share_container div.a2a_kit a.a2a_dd {
  display: none;
}
div#share_container div.a2a_kit.active {
  display: inline-block;
}