/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/***********************************************************/
/*******		   MIXINS				********************/
/***********************************************************/
@font-face {
  font-family: 'MontserratRegular';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.otf") format("truetype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.svg#QuadrantaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratLight';
  src: url("fonts/Montserrat-Light.eot");
  src: url("fonts/Montserrat-Light.otf") format("truetype"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.svg#QuadrantaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: url("fonts/Montserrat-SemiBold.otf") format("truetype"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.svg#QuadrantaBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 48, sass/style.scss */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 54, sass/style.scss */
h1 {
  font: 32px "MontserratSemiBold", sans-serif;
  color: #333333;
}
/* line 57, sass/style.scss */
h1.vert {
  margin-top: 0;
  padding-left: 10px;
  position: relative;
}
/* line 61, sass/style.scss */
h1.vert:before {
  content: '';
  height: 52px;
  width: 4px;
  background: #1ce9b8;
  position: absolute;
  left: 0;
  top: -20px;
}

/* line 72, sass/style.scss */
h2 {
  font: 26px "MontserratSemiBold", sans-serif;
  color: #333333;
}

/* line 76, sass/style.scss */
h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3 {
  font: 21px "MontserratSemiBold", sans-serif;
  color: #333333;
}

/* line 80, sass/style.scss */
h4 {
  color: #333333;
}

/* line 83, sass/style.scss */
p, a, span, strong, em, small, b, ul li, td, tr, dt, dl, label, figcaption {
  font-size: 15px;
  line-height: 1.5;
  color: #707070;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

/* line 91, sass/style.scss */
section {
  display: block;
  margin: 20px 0;
  padding: 0;
}
/* line 95, sass/style.scss */
section.first {
  margin-top: 0 !important;
}
/* line 98, sass/style.scss */
section div.container:not(.no-padding) {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  width: calc(100% - 40px);
}
/* line 103, sass/style.scss */
section div.container:not(.no-padding).big {
  max-width: 1280px;
}
/* line 105, sass/style.scss */
section div.container:not(.no-padding).big figure {
  margin: 0;
}
/* line 107, sass/style.scss */
section div.container:not(.no-padding).big figure img {
  width: 100%;
  height: auto;
}
/* line 112, sass/style.scss */
section div.container:not(.no-padding).big .col-md-12 {
  margin-top: -60px;
}
/* line 114, sass/style.scss */
section div.container:not(.no-padding).big .col-md-12 h2 {
  min-width: 430px;
  margin: 0 -4px 0 0;
  padding: 15px;
  line-height: 1;
  background-color: #ffffff;
  vertical-align: bottom;
}
/* line 122, sass/style.scss */
section div.container:not(.no-padding).big .col-md-12 a {
  padding: 7px 20px 3px;
  vertical-align: bottom;
  text-transform: uppercase;
  line-height: 30px;
}
/* line 127, sass/style.scss */
section div.container:not(.no-padding).big .col-md-12 a:before {
  font-family: "FontAwesome";
  position: relative;
  top: -2px;
  line-height: 25px;
  content: "\f105";
  font-size: 19px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 679px) {
  /* line 112, sass/style.scss */
  section div.container:not(.no-padding).big .col-md-12 {
    margin-top: 0;
  }
  /* line 141, sass/style.scss */
  section div.container:not(.no-padding).big .col-md-12 h2 {
    min-width: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  /* line 147, sass/style.scss */
  section div.container:not(.no-padding).big .col-md-12 a {
    padding-left: 18px;
  }
}

/* line 156, sass/style.scss */
.boutonGris, .nextend-smartslider-button-container > a,
.n2-ss-button-container > a {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "MontserratSemiBold", sans-serif;
  line-height: 1;
  background-color: #707070;
  border: solid 1px #707070;
  padding: 12px 20px 10px;
  display: inline-block;
  margin: 10px auto;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
/* line 168, sass/style.scss */
.boutonGris:hover, .nextend-smartslider-button-container > a:hover,
.n2-ss-button-container > a:hover, .boutonGris:focus, .nextend-smartslider-button-container > a:focus,
.n2-ss-button-container > a:focus {
  color: #707070;
  background-color: #fff;
}

/* line 175, sass/style.scss */
.align-top {
  display: inline-block;
  vertical-align: top;
}

/* line 180, sass/style.scss */
.align-middle {
  display: inline-block;
  vertical-align: middle;
}

/* line 185, sass/style.scss */
.float-left {
  float: left;
}

/* line 189, sass/style.scss */
.clearfix {
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 195, sass/style.scss */
.clear-float {
  float: none;
  display: block;
  clear: both;
}

/* line 202, sass/style.scss */
::-moz-selection {
  background: #1ce9b8;
  color: #fff;
}

/* line 206, sass/style.scss */
::selection {
  background: #1ce9b8;
  color: #fff;
}

@media screen and (max-width: 679px) {
  /* line 211, sass/style.scss */
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width: 680px) and (max-width: 989px) {
  /* line 216, sass/style.scss */
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  /* line 221, sass/style.scss */
  .hidden-md {
    display: none;
  }
}

/* line 226, sass/style.scss */
div.bloc-info {
  display: block;
  width: 250px;
  margin-top: 1.4em;
  -moz-transition: top 0.1s ease, bottom 0.1s ease;
  -o-transition: top 0.1s ease, bottom 0.1s ease;
  -webkit-transition: top 0.1s ease, bottom 0.1s ease;
  transition: top 0.1s ease, bottom 0.1s ease;
}
/* line 232, sass/style.scss */
div.bloc-info > div p, div.bloc-info > div h2, div.bloc-info > div h3, div.bloc-info > div body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a div.bloc-info > div .h3, div.bloc-info > div h4, div.bloc-info > div ul {
  padding-left: 0 !important;
}
/* line 235, sass/style.scss */
div.bloc-info > div p:first-child {
  margin-top: 0;
  font-size: 16px;
}
/* line 239, sass/style.scss */
div.bloc-info > div p, div.bloc-info > div a, div.bloc-info > div li, div.bloc-info > div span {
  max-width: 100%;
  word-wrap: break-word;
}
/* line 243, sass/style.scss */
div.bloc-info > div > h2 {
  font-size: 1.5em !important;
  margin: 0;
  padding-left: 5px !important;
  line-height: 1.4em;
}
/* line 249, sass/style.scss */
div.bloc-info > div h2::before {
  display: none !important;
}
/* line 253, sass/style.scss */
div.bloc-info div.download {
  background-color: #1ce9b8;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
}
/* line 258, sass/style.scss */
div.bloc-info div.download h2 {
  color: #ffffff;
}
/* line 261, sass/style.scss */
div.bloc-info div.download .logoPDF {
  display: block;
  background: transparent !important;
  text-transform: none !important;
  color: #ffffff;
  padding: 2px 5px 2px 21px !important;
}
/* line 267, sass/style.scss */
div.bloc-info div.download .logoPDF:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 272, sass/style.scss */
div.bloc-info div.download .logoPDF::before {
  margin-left: -21px;
}
/* line 275, sass/style.scss */
div.bloc-info div.download p:first-child {
  font-weight: bold;
  color: #ffffff !important;
  font-size: 16px;
}
/* line 280, sass/style.scss */
div.bloc-info div.download p {
  margin-left: 5px;
}
/* line 284, sass/style.scss */
div.bloc-info div.other {
  padding: 10px;
  display: block;
  background-color: #e8e8e8;
}
/* line 288, sass/style.scss */
div.bloc-info div.other p {
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 5px;
}
/* line 292, sass/style.scss */
div.bloc-info div.other p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 296, sass/style.scss */
div.bloc-info div.other p strong {
  font-weight: bold;
  color: #333333 !important;
  margin-top: 10px;
}

/* line 304, sass/style.scss */
a.logoPDF.rose {
  padding: 2px 5px 2px 5px;
  background-color: #e91e63;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
/* line 311, sass/style.scss */
a.logoPDF.rose:before {
  color: #ffffff;
  font-family: "FontAwesome";
  content: '\f01a';
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: normal;
}

@media screen and (max-width: 989px) {
  /* line 323, sass/style.scss */
  article > div.bloc-info {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    bottom: auto !important;
    margin-top: 1.4em;
  }
  /* line 330, sass/style.scss */
  article > div.bloc-info > div {
    width: calc(50% - 27px);
    display: inline-block !important;
    vertical-align: top;
  }
  /* line 334, sass/style.scss */
  article > div.bloc-info > div.other {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 340, sass/style.scss */
  article > div.bloc-info > div {
    width: calc(100% - 20px);
    margin-left: 0 !important;
    display: block;
  }
  /* line 344, sass/style.scss */
  article > div.bloc-info > div.other {
    margin-top: 5px;
  }
}
@media screen and (min-width: 990px) {
  /* line 323, sass/style.scss */
  article > div.bloc-info {
    position: absolute;
    top: 0;
    right: 1rem;
  }
}

/* line 357, sass/style.scss */
article#generique h2, article#generique h3, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3, article#generique h4 {
  margin-bottom: 0;
  color: #333333;
}
/* line 363, sass/style.scss */
article#generique h2 p, article#generique h2 a, article#generique h2 span, article#generique h2 strong, article#generique h2 em, article#generique h2 small, article#generique h2 b {
  font: 26px "MontserratSemiBold", sans-serif;
  color: #333333;
}
/* line 368, sass/style.scss */
article#generique h3, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 {
  margin-bottom: 0;
}
/* line 370, sass/style.scss */
article#generique h3 p, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 p, article#generique h3 a, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 a, article#generique h3 span, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 span, article#generique h3 strong, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 strong, article#generique h3 em, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 em, article#generique h3 small, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 small, article#generique h3 b, body.tribe-events-page-template article.event-details .tribe-events-footer article#generique .row > li .content > a .h3 b {
  font: 21px "MontserratSemiBold", sans-serif;
  color: #333333;
}
/* line 375, sass/style.scss */
article#generique h4 {
  margin-bottom: 0;
}
/* line 377, sass/style.scss */
article#generique h4 p, article#generique h4 a, article#generique h4 span, article#generique h4 strong, article#generique h4 em, article#generique h4 small, article#generique h4 b {
  color: #333333;
}
@media screen and (min-width: 680px) {
  /* line 382, sass/style.scss */
  article#generique.post167 h1 + div {
    padding-left: 30px;
  }
}

/* line 392, sass/style.scss */
header {
  position: relative;
  z-index: 2;
  background: #383A3C;
  width: 100%;
  color: white;
  text-align: center;
  overflow: hidden;
}
/* line 400, sass/style.scss */
header #artclose {
  padding: 30px 30px 30px 25px;
  display: inline-block;
  float: left;
  border-right: 1px solid #5f6265;
}
@media only screen and (max-width: 680px) {
  /* line 400, sass/style.scss */
  header #artclose {
    padding: 15px 30px 15px 25px;
  }
}
/* line 410, sass/style.scss */
header div.logo-spf {
  width: 146px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 419, sass/style.scss */
header div.logo-spf img {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  /* line 423, sass/style.scss */
  header div.logo-spf img {
    width: 67%;
  }
}

/* line 430, sass/style.scss */
nav#main-nav {
  position: relative;
  height: 18px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSI2MCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyYzlmYmMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTU2N2IiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-radial-gradient(right 60% top, circle, #2c9fbc, #55567b);
  background: -webkit-radial-gradient(right 60% top, circle, #2c9fbc, #55567b);
  background: radial-gradient(circle at right 60% top, #2c9fbc, #55567b);
  margin: 0;
  padding: 0;
  top: -18px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  /* line 430, sass/style.scss */
  nav#main-nav {
    display: none;
  }
}
/* line 441, sass/style.scss */
nav#main-nav.active {
  height: auto;
}
/* line 444, sass/style.scss */
nav#main-nav ul {
  margin: 0;
  padding: 0;
}
/* line 447, sass/style.scss */
nav#main-nav ul.first-panel {
  position: relative;
  width: 50%;
  display: inline-block;
  height: 0;
  padding: 0;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
/* line 454, sass/style.scss */
nav#main-nav ul.first-panel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 0;
  background: none;
  -moz-transition: height 250ms ease;
  -o-transition: height 250ms ease;
  -webkit-transition: height 250ms ease;
  transition: height 250ms ease;
}
/* line 465, sass/style.scss */
nav#main-nav ul.first-panel.active {
  height: 682px;
}
/* line 467, sass/style.scss */
nav#main-nav ul.first-panel.active:after {
  height: 100%;
}
/* line 471, sass/style.scss */
nav#main-nav ul.first-panel li.first-level {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 4vh;
  margin-left: 50%;
  text-align: left;
  list-style: none;
  width: 325px;
}
/* line 480, sass/style.scss */
nav#main-nav ul.first-panel li.first-level.has-depth {
  padding-right: 25px;
}
/* line 483, sass/style.scss */
nav#main-nav ul.first-panel li.first-level#blob {
  position: absolute;
  height: 82px;
  background: #1ce9b8;
  width: 6px;
  left: -20px;
  top: 89px;
  -moz-transition: height 0.2s ease, top 0.6s ease, opacity 0.2s ease-out;
  -o-transition: height 0.2s ease, top 0.6s ease, opacity 0.2s ease-out;
  -webkit-transition: height 0.2s ease, top 0.6s ease, opacity 0.2s ease-out;
  transition: height 0.2s ease, top 0.6s ease, opacity 0.2s ease-out;
}
/* line 492, sass/style.scss */
nav#main-nav ul.first-panel li.first-level.padding-li-top {
  margin-top: 58px;
}
/* line 495, sass/style.scss */
nav#main-nav ul.first-panel li.first-level a {
  display: inline-block;
  color: white;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "MontserratSemiBold", sans-serif;
}
/* line 502, sass/style.scss */
nav#main-nav ul.first-panel li.first-level a.real-link {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 10px;
  line-height: .9;
  position: relative;
  z-index: 1;
  opacity: 0;
  font-size: 11px;
  text-decoration: underline;
  font-family: "MontserratLight", sans-serif;
  color: #AEEBFF;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 515, sass/style.scss */
nav#main-nav ul.first-panel li.first-level a.real-link.active {
  opacity: 1;
}
/* line 522, sass/style.scss */
nav#main-nav ul.second-panel {
  display: none;
  width: 50%;
  position: absolute;
  background: #2fddc1;
  right: -100%;
  min-height: 682px;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
/* line 530, sass/style.scss */
nav#main-nav ul.second-panel.active {
  display: inline-block;
}
/* line 533, sass/style.scss */
nav#main-nav ul.second-panel.translate {
  right: 0;
}
/* line 536, sass/style.scss */
nav#main-nav ul.second-panel li {
  list-style: none;
  padding-left: 50px;
}
/* line 539, sass/style.scss */
nav#main-nav ul.second-panel li a {
  color: #4b688b;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "MontserratSemiBold", sans-serif;
}
/* line 545, sass/style.scss */
nav#main-nav ul.second-panel li a span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  display: inline-table;
  width: calc(100% - 55px);
}
/* line 556, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul {
  height: 0;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
/* line 559, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li {
  display: none;
  position: relative;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #4b688b;
  margin-left: 60px;
  width: 50%;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(1) {
  bottom: 20px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(2) {
  bottom: 40px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(3) {
  bottom: 60px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(4) {
  bottom: 80px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(5) {
  bottom: 100px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(6) {
  bottom: 120px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(7) {
  bottom: 140px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(8) {
  bottom: 160px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(9) {
  bottom: 180px;
}
/* line 568, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:nth-child(10) {
  bottom: 200px;
}
/* line 572, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:last-child {
  border: none;
}
/* line 575, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li a {
  position: relative;
  left: 0;
  font-size: 15px;
  display: block;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
/* line 582, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url("images/arrow.svg") 50px no-repeat;
  height: 12px;
  width: 34px;
  position: absolute;
  top: 13px;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
/* line 594, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:hover a {
  left: 30px;
}
/* line 597, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth ul li:hover:before {
  background-position: 0;
}
/* line 604, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth.active ul {
  height: auto;
}
/* line 607, sass/style.scss */
nav#main-nav ul.second-panel li.has-depth.active ul li.active {
  bottom: 0;
}
/* line 614, sass/style.scss */
nav#main-nav ul.second-panel li.second-level {
  margin-top: 5vh;
}
/* line 616, sass/style.scss */
nav#main-nav ul.second-panel li.second-level.padding-li-top {
  margin-top: 58px;
}
/* line 619, sass/style.scss */
nav#main-nav ul.second-panel li.second-level:last-of-type {
  margin-bottom: 40px;
}
/* line 622, sass/style.scss */
nav#main-nav ul.second-panel li.second-level:before {
  display: inline-block;
  cursor: pointer;
  content: '';
  background: url("images/cross.svg") center no-repeat;
  height: 20px;
  width: 20px;
  padding-right: 30px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
}
/* line 634, sass/style.scss */
nav#main-nav ul.second-panel li.second-level.active:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 645, sass/style.scss */
#navMobile {
  display: none;
}
/* line 647, sass/style.scss */
#navMobile nav {
  display: none;
}
/* line 649, sass/style.scss */
#navMobile nav div#burgerMobile {
  color: #fff;
  float: left;
  height: 25px;
  width: 25px;
  margin: 8px;
  background: url("../img/cross-gris.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 657, sass/style.scss */
#navMobile nav div#burgerMobile.isClosed {
  background: url("../img/burger-gris.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 662, sass/style.scss */
#navMobile nav div.button-top-mobile {
  float: left;
}
/* line 665, sass/style.scss */
#navMobile nav div.logoMobile {
  float: right;
}

/* line 671, sass/style.scss */
#navMobileBlock {
  display: none;
  width: 100%;
}
/* line 674, sass/style.scss */
#navMobileBlock.opened {
  display: block;
}
@media screen and (min-width: 991px) {
  /* line 671, sass/style.scss */
  #navMobileBlock {
    display: none !important;
  }
}

@media only screen and (max-width: 990px) {
  /* line 684, sass/style.scss */
  div#bandeau-top > div {
    background: transparent;
  }
  /* line 686, sass/style.scss */
  div#bandeau-top > div div.modules {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 690, sass/style.scss */
  div#bandeau-top > div div.modules #connect .header_user_info {
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 696, sass/style.scss */
  div#bandeau-top > div div.modules div > div.shopping_cart .cart_block {
    top: 65px;
  }
}
@media only screen and (max-width: 990px) and (max-width: 989px) {
  /* line 696, sass/style.scss */
  div#bandeau-top > div div.modules div > div.shopping_cart .cart_block {
    display: none !important;
  }
}
@media only screen and (max-width: 990px) {
  /* line 705, sass/style.scss */
  div#bandeau-top #header_logo img {
    display: none;
  }

  /* line 711, sass/style.scss */
  #navMobile {
    display: block;
    padding-top: 8px;
  }
  /* line 714, sass/style.scss */
  #navMobile nav {
    display: block;
    width: 100%;
  }
  /* line 717, sass/style.scss */
  #navMobile nav div#burgerMobile {
    margin-top: 30px;
    margin-left: 2vw;
    margin-right: 5vw;
  }
  /* line 722, sass/style.scss */
  #navMobile nav div.button-top-mobile {
    display: none;
  }
  /* line 725, sass/style.scss */
  #navMobile nav a#logoMobile {
    float: right;
    margin-right: 1.5vw;
  }
  /* line 728, sass/style.scss */
  #navMobile nav a#logoMobile img {
    height: 85px;
    padding: 10px;
    width: 175px;
  }

  /* line 736, sass/style.scss */
  #navMobileBlock {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    background: #303030;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    width: 100%;
    height: auto;
    z-index: 9999;
  }
  /* line 746, sass/style.scss */
  #navMobileBlock > ul li {
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px;
    font-size: 20px;
    width: calc(100% - 30px);
    border-bottom: 1px solid #0d0d0d;
    border-top: 1px solid #4d4d4d;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold', sans-serif;
  }
  /* line 757, sass/style.scss */
  #navMobileBlock > ul li a {
    color: #fff;
    font-size: 20px;
    font-family: 'MontserratSemiBold', sans-serif;
  }
  /* line 762, sass/style.scss */
  #navMobileBlock > ul li:first-child {
    border-top: none;
  }
  /* line 765, sass/style.scss */
  #navMobileBlock > ul li:last-child {
    border-bottom: none;
  }
  /* line 768, sass/style.scss */
  #navMobileBlock > ul li:after {
    font-family: "fontAwesome";
    font-size: 22px;
    content: "\f054";
    color: #1ce9b8;
    margin: 0;
    float: right;
  }
  /* line 777, sass/style.scss */
  #navMobileBlock #subMenu-demarches,
  #navMobileBlock #subMenu-services,
  #navMobileBlock #subMenu-actualites,
  #navMobileBlock #subMenu-projets,
  #navMobileBlock #subMenu-municipalite {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #303030;
    width: 100%;
    height: auto;
    min-height: 100vh;
    z-index: 9999;
    margin: 0;
    padding: 0 0 30px 0;
  }
  /* line 793, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul, #navMobileBlock #subMenu-demarches ul.sub,
  #navMobileBlock #subMenu-services > ul,
  #navMobileBlock #subMenu-services ul.sub,
  #navMobileBlock #subMenu-actualites > ul,
  #navMobileBlock #subMenu-actualites ul.sub,
  #navMobileBlock #subMenu-projets > ul,
  #navMobileBlock #subMenu-projets ul.sub,
  #navMobileBlock #subMenu-municipalite > ul,
  #navMobileBlock #subMenu-municipalite ul.sub {
    margin: 0;
    padding: 0;
  }
  /* line 797, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul li, #navMobileBlock #subMenu-demarches ul.sub li,
  #navMobileBlock #subMenu-services > ul li,
  #navMobileBlock #subMenu-services ul.sub li,
  #navMobileBlock #subMenu-actualites > ul li,
  #navMobileBlock #subMenu-actualites ul.sub li,
  #navMobileBlock #subMenu-projets > ul li,
  #navMobileBlock #subMenu-projets ul.sub li,
  #navMobileBlock #subMenu-municipalite > ul li,
  #navMobileBlock #subMenu-municipalite ul.sub li {
    color: #000;
    background: #fafbf7;
    display: block;
    margin: 0;
    padding: 12px 20px;
    font-size: 17px;
    width: calc(100% - 40px);
    border-bottom: 1px solid #000;
  }
  /* line 806, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul li a, #navMobileBlock #subMenu-demarches ul.sub li a,
  #navMobileBlock #subMenu-services > ul li a,
  #navMobileBlock #subMenu-services ul.sub li a,
  #navMobileBlock #subMenu-actualites > ul li a,
  #navMobileBlock #subMenu-actualites ul.sub li a,
  #navMobileBlock #subMenu-projets > ul li a,
  #navMobileBlock #subMenu-projets ul.sub li a,
  #navMobileBlock #subMenu-municipalite > ul li a,
  #navMobileBlock #subMenu-municipalite ul.sub li a {
    color: #000;
    font-family: 'MontserratRegular', sans-serif;
  }
  /* line 811, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul li.hasChildren a:before, #navMobileBlock #subMenu-demarches ul.sub li.hasChildren a:before,
  #navMobileBlock #subMenu-services > ul li.hasChildren a:before,
  #navMobileBlock #subMenu-services ul.sub li.hasChildren a:before,
  #navMobileBlock #subMenu-actualites > ul li.hasChildren a:before,
  #navMobileBlock #subMenu-actualites ul.sub li.hasChildren a:before,
  #navMobileBlock #subMenu-projets > ul li.hasChildren a:before,
  #navMobileBlock #subMenu-projets ul.sub li.hasChildren a:before,
  #navMobileBlock #subMenu-municipalite > ul li.hasChildren a:before,
  #navMobileBlock #subMenu-municipalite ul.sub li.hasChildren a:before {
    font-family: "fontAwesome";
    font-size: 6px;
    font-weight: lighter;
    content: "\f04d";
    color: #1ce9b8;
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 823, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul div, #navMobileBlock #subMenu-demarches ul.sub div,
  #navMobileBlock #subMenu-services > ul div,
  #navMobileBlock #subMenu-services ul.sub div,
  #navMobileBlock #subMenu-actualites > ul div,
  #navMobileBlock #subMenu-actualites ul.sub div,
  #navMobileBlock #subMenu-projets > ul div,
  #navMobileBlock #subMenu-projets ul.sub div,
  #navMobileBlock #subMenu-municipalite > ul div,
  #navMobileBlock #subMenu-municipalite ul.sub div {
    display: none;
  }
  /* line 826, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul > li, #navMobileBlock #subMenu-demarches ul.sub > li,
  #navMobileBlock #subMenu-services > ul > li,
  #navMobileBlock #subMenu-services ul.sub > li,
  #navMobileBlock #subMenu-actualites > ul > li,
  #navMobileBlock #subMenu-actualites ul.sub > li,
  #navMobileBlock #subMenu-projets > ul > li,
  #navMobileBlock #subMenu-projets ul.sub > li,
  #navMobileBlock #subMenu-municipalite > ul > li,
  #navMobileBlock #subMenu-municipalite ul.sub > li {
    text-transform: uppercase;
    background-color: #1ce9b8;
    font-family: 'MontserratRegular', sans-serif;
  }
  /* line 830, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul > li.hasChildren:after, #navMobileBlock #subMenu-demarches ul.sub > li.hasChildren:after,
  #navMobileBlock #subMenu-services > ul > li.hasChildren:after,
  #navMobileBlock #subMenu-services ul.sub > li.hasChildren:after,
  #navMobileBlock #subMenu-actualites > ul > li.hasChildren:after,
  #navMobileBlock #subMenu-actualites ul.sub > li.hasChildren:after,
  #navMobileBlock #subMenu-projets > ul > li.hasChildren:after,
  #navMobileBlock #subMenu-projets ul.sub > li.hasChildren:after,
  #navMobileBlock #subMenu-municipalite > ul > li.hasChildren:after,
  #navMobileBlock #subMenu-municipalite ul.sub > li.hasChildren:after {
    font-family: "fontAwesome";
    font-size: 26px;
    font-weight: lighter;
    content: "\f054";
    color: #000;
    margin: -2px 0 0;
    float: right;
  }
  /* line 839, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul > li a, #navMobileBlock #subMenu-demarches ul.sub > li a,
  #navMobileBlock #subMenu-services > ul > li a,
  #navMobileBlock #subMenu-services ul.sub > li a,
  #navMobileBlock #subMenu-actualites > ul > li a,
  #navMobileBlock #subMenu-actualites ul.sub > li a,
  #navMobileBlock #subMenu-projets > ul > li a,
  #navMobileBlock #subMenu-projets ul.sub > li a,
  #navMobileBlock #subMenu-municipalite > ul > li a,
  #navMobileBlock #subMenu-municipalite ul.sub > li a {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 17px;
  }
  /* line 846, sass/style.scss */
  #navMobileBlock #subMenu-demarches .backMenuMobile,
  #navMobileBlock #subMenu-services .backMenuMobile,
  #navMobileBlock #subMenu-actualites .backMenuMobile,
  #navMobileBlock #subMenu-projets .backMenuMobile,
  #navMobileBlock #subMenu-municipalite .backMenuMobile {
    background: #303030;
    color: #FFF;
    display: block;
    margin: 0;
    padding: 20px 0;
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #0D0D0D;
    font-family: "MontserratSemiBold",sans-serif;
  }
  /* line 857, sass/style.scss */
  #navMobileBlock #subMenu-demarches .backMenuMobile:before,
  #navMobileBlock #subMenu-services .backMenuMobile:before,
  #navMobileBlock #subMenu-actualites .backMenuMobile:before,
  #navMobileBlock #subMenu-projets .backMenuMobile:before,
  #navMobileBlock #subMenu-municipalite .backMenuMobile:before {
    font-family: "fontAwesome";
    font-size: 18px;
    font-weight: lighter;
    content: "\f053";
    color: #fff;
    margin: 0 7px 0 15px;
  }
  /* line 866, sass/style.scss */
  #navMobileBlock #subMenu-demarches .titleMenuMobile,
  #navMobileBlock #subMenu-services .titleMenuMobile,
  #navMobileBlock #subMenu-actualites .titleMenuMobile,
  #navMobileBlock #subMenu-projets .titleMenuMobile,
  #navMobileBlock #subMenu-municipalite .titleMenuMobile {
    background: #303030;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 0 15px 15px;
    font-size: 20px;
    width: calc(100% - 30px);
    border-top: 1px solid #4d4d4d;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold', sans-serif;
  }
  /* line 877, sass/style.scss */
  #navMobileBlock #subMenu-demarches .titleMenuMobile a,
  #navMobileBlock #subMenu-services .titleMenuMobile a,
  #navMobileBlock #subMenu-actualites .titleMenuMobile a,
  #navMobileBlock #subMenu-projets .titleMenuMobile a,
  #navMobileBlock #subMenu-municipalite .titleMenuMobile a {
    font-family: "MontserratLight", sans-serif;
    padding-left: 8px;
    text-decoration: underline;
    color: #ffffff;
  }
  /* line 887, sass/style.scss */
  #navMobileBlock #subMenu-demarches ul.sub li a:before, #navMobileBlock #subMenu-services ul.sub li a:before {
    font-family: "fontAwesome";
    font-size: 6px;
    font-weight: lighter;
    content: "\f04d";
    color: #1ce9b8;
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 898, sass/style.scss */
  #navMobileBlock #subMenu-demarches ul.sub li.regularLinks a:before, #navMobileBlock #subMenu-services ul.sub li.regularLinks a:before {
    content: none;
  }
  /* line 909, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul, #navMobileBlock #subMenu-demarches ul.sub,
  #navMobileBlock #subMenu-services > ul,
  #navMobileBlock #subMenu-services ul.sub,
  #navMobileBlock #subMenu-actualites > ul,
  #navMobileBlock #subMenu-actualites ul.sub,
  #navMobileBlock #subMenu-projets > ul,
  #navMobileBlock #subMenu-projets ul.sub,
  #navMobileBlock #subMenu-municipalite > ul,
  #navMobileBlock #subMenu-municipalite ul.sub {
    margin: 0;
    padding: 0;
  }
  /* line 914, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul.open > li.hasChildren:after, #navMobileBlock #subMenu-demarches ul.sub.open > li.hasChildren:after,
  #navMobileBlock #subMenu-services > ul.open > li.hasChildren:after,
  #navMobileBlock #subMenu-services ul.sub.open > li.hasChildren:after,
  #navMobileBlock #subMenu-actualites > ul.open > li.hasChildren:after,
  #navMobileBlock #subMenu-actualites ul.sub.open > li.hasChildren:after,
  #navMobileBlock #subMenu-projets > ul.open > li.hasChildren:after,
  #navMobileBlock #subMenu-projets ul.sub.open > li.hasChildren:after,
  #navMobileBlock #subMenu-municipalite > ul.open > li.hasChildren:after,
  #navMobileBlock #subMenu-municipalite ul.sub.open > li.hasChildren:after {
    content: "\f078";
  }
  /* line 917, sass/style.scss */
  #navMobileBlock #subMenu-demarches > ul.open div, #navMobileBlock #subMenu-demarches ul.sub.open div,
  #navMobileBlock #subMenu-services > ul.open div,
  #navMobileBlock #subMenu-services ul.sub.open div,
  #navMobileBlock #subMenu-actualites > ul.open div,
  #navMobileBlock #subMenu-actualites ul.sub.open div,
  #navMobileBlock #subMenu-projets > ul.open div,
  #navMobileBlock #subMenu-projets ul.sub.open div,
  #navMobileBlock #subMenu-municipalite > ul.open div,
  #navMobileBlock #subMenu-municipalite ul.sub.open div {
    display: block;
  }
  /* line 923, sass/style.scss */
  #navMobileBlock #navConnexionMobile #search_block_top {
    width: 100% !important;
    margin-top: 20px;
  }
  /* line 926, sass/style.scss */
  #navMobileBlock #navConnexionMobile #search_block_top input#search_query_top {
    width: 90%;
    border: none;
    border-bottom: solid 2px #707070;
    box-shadow: none;
    background-color: #fff;
  }
  /* line 933, sass/style.scss */
  #navMobileBlock #navConnexionMobile #search_block_top button.button-search {
    color: #707070;
    background-color: #fff;
    font-size: 24px;
    border: none;
    top: -10px;
  }
  /* line 939, sass/style.scss */
  #navMobileBlock #navConnexionMobile #search_block_top button.button-search:before {
    font-size: 30px;
  }
  /* line 944, sass/style.scss */
  #navMobileBlock > ul {
    background-color: #303030;
  }

  /* line 949, sass/style.scss */
  #navDesktop {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  /* line 955, sass/style.scss */
  div#bandeau-top {
    display: none;
  }

  /* line 960, sass/style.scss */
  #navMobile nav div.button-top-mobile {
    display: inline-block;
    margin-top: 25px;
  }
  /* line 963, sass/style.scss */
  #navMobile nav div.button-top-mobile a {
    background: #1ce9b8;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    border: solid 1px #1ce9b8;
    height: 34px;
    width: 34px;
    padding: 7px 9px 10px;
    line-height: 16px;
  }
  /* line 973, sass/style.scss */
  #navMobile nav div.button-top-mobile a#cartMobile {
    padding: 7px 8px 10px;
    line-height: 16px;
  }
  /* line 978, sass/style.scss */
  #navMobile nav div.button-top-mobile a#connectionMobile {
    margin-right: 4.5vw;
  }

  /* line 984, sass/style.scss */
  #navMobileBlock {
    top: 60px;
  }
}
/* line 990, sass/style.scss */
#artclose {
  height: 30px;
  width: 33px;
  cursor: pointer;
}

/* line 996, sass/style.scss */
.burgx, .burgx2, .burgx3 {
  margin-top: 3px;
  background: #1ce9b8;
  width: 33px;
  height: 2px;
  position: absolute;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 1005, sass/style.scss */
.burgx2 {
  margin-top: 13px;
}

/* line 1008, sass/style.scss */
.burgx3 {
  margin-top: 23px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1012, sass/style.scss */
.burgx4 {
  position: absolute;
  margin-top: 30px;
  width: 33px;
  font-size: 0.7em;
  color: #1ce9b8;
  font-family: "MontserratRegular", sans-serif;
}
@media screen and (max-width: 680px) {
  /* line 1012, sass/style.scss */
  .burgx4 {
    display: none;
    font-size: 0em;
  }
}

/* line 1026, sass/style.scss */
#artclose > div.burgx, #artclose > div.burgx3 {
  -moz-transition: -moz-transform 0.4s, margin-top 0.4s;
  -o-transition: -o-transform 0.4s, margin-top 0.4s;
  -webkit-transition: -webkit-transform 0.4s, margin-top 0.4s;
  transition: transform 0.4s, margin-top 0.4s;
}
/* line 1030, sass/style.scss */
#artclose > div.burgx2 {
  -moz-transition: opacity 0.2s ease-in, opacity 0.1s ease-out;
  -o-transition: opacity 0.2s ease-in, opacity 0.1s ease-out;
  -webkit-transition: opacity 0.2s ease-in, opacity 0.1s ease-out;
  transition: opacity 0.2s ease-in, opacity 0.1s ease-out;
}

/* line 1037, sass/style.scss */
#artclose.opened > div.burgx {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 13px;
}
/* line 1041, sass/style.scss */
#artclose.opened > div.burgx2 {
  opacity: 0;
}
/* line 1044, sass/style.scss */
#artclose.opened > div.burgx3 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 13px;
}

/* line 1052, sass/style.scss */
form.search {
  float: right;
  width: 89px;
  height: 90px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
}
/* line 1059, sass/style.scss */
form.search:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: relative;
  background-color: #5f6265;
  transition: all .5s ease;
}
/* line 1068, sass/style.scss */
form.search.open {
  width: 420px;
  padding-left: calc(100% - 550px);
}
/* line 1071, sass/style.scss */
form.search.open:before {
  height: 60px;
  margin: 15px 0 20px 30px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  /* line 1071, sass/style.scss */
  form.search.open:before {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  /* line 1068, sass/style.scss */
  form.search.open {
    width: calc( 100% - 100px );
  }
}
@media only screen and (max-width: 680px) {
  /* line 1052, sass/style.scss */
  form.search {
    height: 60px;
  }
  /* line 1085, sass/style.scss */
  form.search.open:before {
    height: 30px;
  }
}
@media screen and (max-width: 950px) {
  /* line 1052, sass/style.scss */
  form.search {
    background-color: #383a3c;
  }
}
/* line 1092, sass/style.scss */
form.search .search-submit {
  display: none;
}

/* line 1097, sass/style.scss */
.search-box {
  width: 300px;
  height: 90px;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #fff;
  padding: 20px 30px 20px 0;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 1108, sass/style.scss */
.search-box:focus {
  outline: none;
}
@media only screen and (max-width: 680px) {
  /* line 1097, sass/style.scss */
  .search-box {
    width: 200px;
    height: 60px;
  }
}

/* line 1117, sass/style.scss */
.search-button {
  width: 60px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 10px 15px 0;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  /* line 1117, sass/style.scss */
  .search-button {
    padding: 15px 5px 15px 0;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1117, sass/style.scss */
  .search-button {
    padding: 10px 20px 0 0;
  }
}

/* line 1134, sass/style.scss */
.search-icon {
  width: 28px;
  height: 28px;
  border-radius: 40px;
  border: 3px solid #1ce9b8;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all .5s ease;
}
/* line 1143, sass/style.scss */
.search-icon:before {
  content: '';
  width: 3px;
  height: 13px;
  position: absolute;
  right: -5px;
  top: 23px;
  display: block;
  background-color: #1ce9b8;
  transform: rotate(-45deg);
  transition: all .5s ease;
}
/* line 1155, sass/style.scss */
.search-icon:after {
  content: '';
  width: 3px;
  height: 13px;
  position: absolute;
  right: -14px;
  top: 32px;
  display: block;
  background-color: #1ce9b8;
  transform: rotate(-45deg);
  transition: all .5s ease;
}
/* line 1167, sass/style.scss */
.open .search-icon {
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 60px;
}
/* line 1172, sass/style.scss */
.open .search-icon:before {
  transform: rotate(52deg);
  right: 16px;
  top: 17px;
  height: 18px;
}
/* line 1178, sass/style.scss */
.open .search-icon:after {
  transform: rotate(-230deg);
  right: 16px;
  top: 6px;
  height: 18px;
}
@media only screen and (max-width: 680px) {
  /* line 1167, sass/style.scss */
  .open .search-icon {
    width: 30px;
    height: 30px;
  }
  /* line 1187, sass/style.scss */
  .open .search-icon:before {
    right: 14px;
    top: 12px;
    height: 14px;
  }
  /* line 1192, sass/style.scss */
  .open .search-icon:after {
    right: 14px;
    top: 4px;
    height: 14px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1134, sass/style.scss */
  .search-icon {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
  /* line 1203, sass/style.scss */
  .search-icon:before {
    width: 2px;
    right: -4px;
    height: 9px;
    top: 16px;
  }
  /* line 1209, sass/style.scss */
  .search-icon:after {
    width: 2px;
    height: 8px;
    right: -10px;
    top: 22px;
  }
}

/* line 1222, sass/style.scss */
p#breadcrumbs a, p#breadcrumbs span, p#breadcrumbs strong {
  text-transform: uppercase;
  font-family: "MontserratSemiBold";
  color: #a5a5a5;
  font-size: 14px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 1231, sass/style.scss */
p#breadcrumbs span > a:hover {
  text-decoration: underline;
  color: #707070;
}
/* line 1236, sass/style.scss */
p#breadcrumbs span strong {
  color: #ffffff;
  padding: 2px 4px;
  background-color: #1ce9b8;
}
/* line 1242, sass/style.scss */
p#breadcrumbs .breadcrumb_last {
  background-color: #707070;
  color: #ffffff;
  padding: 5px;
}

/* line 1251, sass/style.scss */
nav.navigation.pagination {
  height: auto;
  margin-top: 20px;
}
/* line 1254, sass/style.scss */
nav.navigation.pagination div.nav-links {
  text-align: center;
}
/* line 1256, sass/style.scss */
nav.navigation.pagination div.nav-links a {
  font-family: "MontserratSemiBold";
  color: #333333;
  margin: 0 3px;
}
/* line 1260, sass/style.scss */
nav.navigation.pagination div.nav-links a:not(.prev):not(.next) {
  padding: 4px;
  color: #707070;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 680px) {
  /* line 1265, sass/style.scss */
  nav.navigation.pagination div.nav-links a:not(.prev):not(.next):hover {
    text-decoration: underline;
    color: #333333;
  }
}
/* line 1271, sass/style.scss */
nav.navigation.pagination div.nav-links a.next, nav.navigation.pagination div.nav-links a.prev {
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #707070;
}
@media screen and (min-width: 680px) {
  /* line 1277, sass/style.scss */
  nav.navigation.pagination div.nav-links a.next:hover, nav.navigation.pagination div.nav-links a.prev:hover {
    color: #e91e63;
    text-decoration: underline;
  }
}
/* line 1283, sass/style.scss */
nav.navigation.pagination div.nav-links a.next {
  margin-left: 15px;
}
/* line 1286, sass/style.scss */
nav.navigation.pagination div.nav-links a.prev {
  margin-right: 15px;
}
/* line 1290, sass/style.scss */
nav.navigation.pagination div.nav-links span.current {
  background: #e91e63;
  padding: 4px;
  font-family: "MontserratSemiBold";
  color: #fff;
}

/* line 1303, sass/style.scss */
footer p, footer a:not(.boutonGris), footer span, footer strong, footer em, footer small, footer b {
  font-weight: bold;
}
/* line 1306, sass/style.scss */
footer section {
  margin: 15px 0;
}
/* line 1308, sass/style.scss */
footer section .networks {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px;
}
/* line 1312, sass/style.scss */
footer section .networks li {
  display: inline;
}
/* line 1314, sass/style.scss */
footer section .networks li a {
  font-size: 0px;
}
/* line 1317, sass/style.scss */
footer section .networks li i {
  font-size: 1.5rem;
  margin-right: 0.7em;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 15px 9px 15px;
  border-radius: 5px;
  -moz-transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
}
/* line 1326, sass/style.scss */
footer section .networks li a:hover i {
  color: #707070;
  background-color: #fff;
  border-color: #707070;
}
/* line 1336, sass/style.scss */
footer section div.container > div p {
  font-size: 11px;
}
/* line 1338, sass/style.scss */
footer section div.container > div p strong {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}
/* line 1343, sass/style.scss */
footer section div.container > div p:not(.title) {
  padding-right: 20px;
}
/* line 1346, sass/style.scss */
footer section div.container > div p.title {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "MontserratSemiBold";
}
/* line 1353, sass/style.scss */
footer section div.container > div p.tel strong, footer section div.container > div p.fax strong {
  display: inline-block;
  font-size: 13px;
}
/* line 1359, sass/style.scss */
footer section div.container > div a.underline {
  font-size: 11px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 1366, sass/style.scss */
footer section div.container > div a.boutonGris, footer section div.container > div .nextend-smartslider-button-container > a,
footer section div.container > div .n2-ss-button-container > a {
  font-size: 13px;
  margin: 10px auto 0;
}
/* line 1370, sass/style.scss */
footer section div.container > div:not(.row) {
  width: calc(100% / 3);
}
/* line 1373, sass/style.scss */
footer section div.container > div:nth-child(2) {
  width: 250px;
  margin-left: calc( (100% / 3) - 250px);
}
@media screen and (min-width: 990px) {
  /* line 1373, sass/style.scss */
  footer section div.container > div:nth-child(2) {
    margin-left: 0;
    padding-left: 8%;
    width: calc( (100% / 3) - 8%);
  }
}
@media screen and (max-width: 989px) and (min-width: 680px) {
  /* line 1373, sass/style.scss */
  footer section div.container > div:nth-child(2) {
    padding-left: 5% !important;
    width: calc(250px - 5%) !important;
  }
}
/* line 1388, sass/style.scss */
footer section.main {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkZTliNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzZWFmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1de9b6), color-stop(100%, #03eaf7));
  background-image: -moz-linear-gradient(left, #1de9b6 0%, #03eaf7 100%);
  background-image: -webkit-linear-gradient(left, #1de9b6 0%, #03eaf7 100%);
  background-image: linear-gradient(to right, #1de9b6 0%, #03eaf7 100%);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1350px) {
  /* line 1388, sass/style.scss */
  footer section.main {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 990px) {
  /* line 1399, sass/style.scss */
  footer section.second div.alone {
    width: 270px;
    -webkit-flex-basis: 270px;
    flex-basis: 270px;
    max-width: 265px;
  }
  /* line 1403, sass/style.scss */
  footer section.second div.alone + div {
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
    -webkit-flex-basis: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
  }
}
@media screen and (max-width: 989px) {
  /* line 1411, sass/style.scss */
  footer section.second div.alone {
    text-align: center;
  }
}
/* line 1415, sass/style.scss */
footer section.second a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 1418, sass/style.scss */
footer section.second a:not(.col-md-12):not(:last-child) {
  text-align: center;
}
/* line 1422, sass/style.scss */
footer section.second a.col-md-12 strong {
  font-family: "MontserratSemiBold";
  text-transform: none;
  font-size: 17px;
}
/* line 1426, sass/style.scss */
footer section.second a.col-md-12 strong sup {
  text-transform: uppercase;
  font-size: 10px;
}
@media screen and (min-width: 680px) and (max-width: 989px) {
  /* line 1421, sass/style.scss */
  footer section.second a.col-md-12 {
    display: block;
    margin: 0 auto 10px auto;
  }
}
@media screen and (min-width: 680px) and (max-width: 989px) {
  /* line 1438, sass/style.scss */
  footer section.second div.container {
    text-align: center;
  }
  /* line 1440, sass/style.scss */
  footer section.second div.container > a + a {
    margin-right: 10px;
  }
}
@media screen and (min-width: 680px) and (max-width: 989px) {
  /* line 1446, sass/style.scss */
  footer section.second div.container {
    text-align: center;
  }
  /* line 1448, sass/style.scss */
  footer section.second div.container > a + a {
    margin-right: 10px;
  }
}
/* line 1454, sass/style.scss */
footer section.mobile {
  display: none;
  padding-bottom: 0;
  margin: 0;
}
/* line 1458, sass/style.scss */
footer section.mobile div.container {
  text-align: center;
}
/* line 1460, sass/style.scss */
footer section.mobile div.container > div {
  width: 100%;
  margin: 0;
}
/* line 1463, sass/style.scss */
footer section.mobile div.container > div > p {
  background-color: #707070;
  color: #fff;
  cursor: pointer;
  padding: 20px 10px;
  margin: 0;
  position: relative;
  font-size: 20px;
  border-bottom: solid 1px #fff;
}
/* line 1472, sass/style.scss */
footer section.mobile div.container > div > p:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  float: right;
  margin-right: 10px;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
/* line 1480, sass/style.scss */
footer section.mobile div.container > div > div {
  padding: 10px 20px;
  display: none;
  background-color: #fff;
}
/* line 1484, sass/style.scss */
footer section.mobile div.container > div > div > a {
  margin: 10px auto;
  font-size: 1em;
}
/* line 1491, sass/style.scss */
footer section.mobile div.container > div.open > p:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 1495, sass/style.scss */
footer section.mobile div.container > div.open > div {
  display: block;
}
@media screen and (max-width: 679px) {
  /* line 1306, sass/style.scss */
  footer section {
    display: none;
  }
  /* line 1504, sass/style.scss */
  footer section.mobile {
    display: block;
  }
}

/*********** slider ****************/
/* line 1527, sass/style.scss */
.nextend-smartslider-button-container > a,
.n2-ss-button-container > a {
  background: #fff !important;
  color: #000 !important;
  border: solid 1px #000 !important;
  border-radius: inherit;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 1535, sass/style.scss */
.nextend-smartslider-button-container > a span,
.n2-ss-button-container > a span {
  background: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-weight: bold;
}
/* line 1543, sass/style.scss */
.nextend-smartslider-button-container > a:after,
.n2-ss-button-container > a:after {
  content: url("images/arrow-black.svg");
  width: 0;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease, width 0.3s ease, -moz-transform 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease, width 0.3s ease, -o-transform 0.3s ease 0.3s;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition: opacity 0.3s ease, width 0.3s ease, transform 0.3s ease 0.3s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 1554, sass/style.scss */
.nextend-smartslider-button-container > a:hover, .nextend-smartslider-button-container > a.hover,
.n2-ss-button-container > a:hover,
.n2-ss-button-container > a.hover {
  text-decoration: underline !important;
}
/* line 1556, sass/style.scss */
.nextend-smartslider-button-container > a:hover span > span, .nextend-smartslider-button-container > a.hover span > span,
.n2-ss-button-container > a:hover span > span,
.n2-ss-button-container > a.hover span > span {
  text-decoration: underline;
}
/* line 1559, sass/style.scss */
.nextend-smartslider-button-container > a:hover:after, .nextend-smartslider-button-container > a.hover:after,
.n2-ss-button-container > a:hover:after,
.n2-ss-button-container > a.hover:after {
  width: 25px;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 679px) {
  /* line 1527, sass/style.scss */
  .nextend-smartslider-button-container > a,
  .n2-ss-button-container > a {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  /* line 1570, sass/style.scss */
  section.index.first {
    position: relative;
    top: -18px;
    margin-bottom: 0;
  }
}
/* line 1578, sass/style.scss */
section.index div.slider .n2-ss-layers-container {
  z-index: 10;
}
/* line 1581, sass/style.scss */
section.index div.slider div.title > div > p {
  font: 26px "MontserratSemiBold", sans-serif;
  color: #ffffff !important;
  font-size: 300% !important;
  font-style: normal !important;
  font-weight: bold;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  word-spacing: normal !important;
  border: 0 none !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

/* line 1606, sass/style.scss */
section.hp span.border {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin-bottom: 5px;
}
/* line 1615, sass/style.scss */
section.hp:not(.actualites) div.container h2 {
  margin-right: 20px;
}
/* line 1618, sass/style.scss */
section.hp:not(.actualites) div.container > a {
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
/* line 1622, sass/style.scss */
section.hp:not(.actualites) div.container > a:hover {
  text-decoration: underline;
}
/* line 1625, sass/style.scss */
section.hp:not(.actualites) div.container > a:before {
  font-family: "FontAwesome";
  position: relative;
  top: -2px;
  content: "\f105";
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
}
/* line 1636, sass/style.scss */
section.hp:not(.actualites) div.container div.row {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1639, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div {
  display: flex;
  margin-bottom: 2rem;
}
/* line 1642, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a {
  background: #1ce9b8;
  padding: 20px;
  width: 100%;
  display: block;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 1648, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a h3, section.hp:not(.actualites) div.container div.row > div > a body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp:not(.actualites) div.container div.row > div > a .h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1654, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a p {
  height: 68px;
  overflow: hidden;
  margin-bottom: 0;
  color: #000;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 1661, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a.demarches {
  background: #e91e63;
}
/* line 1663, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a.demarches h3, section.hp:not(.actualites) div.container div.row > div > a.demarches body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp:not(.actualites) div.container div.row > div > a.demarches .h3, section.hp:not(.actualites) div.container div.row > div > a.demarches p {
  color: #fff;
}
/* line 1667, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a.demarches:hover h3, section.hp:not(.actualites) div.container div.row > div > a.demarches:hover body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp:not(.actualites) div.container div.row > div > a.demarches:hover .h3, section.hp:not(.actualites) div.container div.row > div > a.demarches:hover p {
  color: #707070 !important;
}
/* line 1672, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a.projets {
  background: #03eaf7;
}
/* line 1675, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a.municipalite {
  background: #f3d600;
}
/* line 1678, sass/style.scss */
section.hp:not(.actualites) div.container div.row > div > a:hover {
  background: #ebebeb;
}
/* line 1686, sass/style.scss */
section.hp:not(.actualites).demarches div.bkg-hp {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNlOTFlNjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTFlNjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(16%, #ffffff), color-stop(16%, #e91e63), color-stop(100%, #e91e63));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 16%, #e91e63 16%, #e91e63 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 16%, #e91e63 16%, #e91e63 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 16%, #e91e63 16%, #e91e63 100%);
}
/* line 1688, sass/style.scss */
section.hp:not(.actualites).demarches div.bkg-hp a {
  background-color: #e91e63;
  color: #ffffff;
}
/* line 1691, sass/style.scss */
section.hp:not(.actualites).demarches div.bkg-hp a:before {
  color: #ffffff;
}
/* line 1698, sass/style.scss */
section.hp:not(.actualites).services div.bkg-hp {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMxY2U5YjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxY2U5YjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(16%, #ffffff), color-stop(16%, #1ce9b8), color-stop(100%, #1ce9b8));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 16%, #1ce9b8 16%, #1ce9b8 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 16%, #1ce9b8 16%, #1ce9b8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 16%, #1ce9b8 16%, #1ce9b8 100%);
}
/* line 1700, sass/style.scss */
section.hp:not(.actualites).services div.bkg-hp a {
  background-color: #1ce9b8;
}
/* line 1706, sass/style.scss */
section.hp:not(.actualites).projets div.bkg-hp {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwM2VhZjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwM2VhZjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(16%, #ffffff), color-stop(16%, #03eaf7), color-stop(100%, #03eaf7));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 16%, #03eaf7 16%, #03eaf7 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 16%, #03eaf7 16%, #03eaf7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 16%, #03eaf7 16%, #03eaf7 100%);
}
/* line 1708, sass/style.scss */
section.hp:not(.actualites).projets div.bkg-hp a {
  background-color: #03eaf7;
}
/* line 1714, sass/style.scss */
section.hp:not(.actualites).municipalite div.bkg-hp {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmM2Q2MDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Q2MDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(16%, #ffffff), color-stop(16%, #f3d600), color-stop(100%, #f3d600));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 16%, #f3d600 16%, #f3d600 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 16%, #f3d600 16%, #f3d600 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 16%, #f3d600 16%, #f3d600 100%);
}
/* line 1716, sass/style.scss */
section.hp:not(.actualites).municipalite div.bkg-hp a {
  background-color: #f3d600;
}
/* line 1722, sass/style.scss */
section.hp.actualites {
  background: #ebebeb;
  padding-bottom: 20px;
}
/* line 1727, sass/style.scss */
section.hp.actualites > div.container > .row h2 + a.align-middle {
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
/* line 1731, sass/style.scss */
section.hp.actualites > div.container > .row h2 + a.align-middle:hover {
  text-decoration: underline;
}
/* line 1734, sass/style.scss */
section.hp.actualites > div.container > .row h2 + a.align-middle:before {
  font-family: "FontAwesome";
  position: relative;
  top: -2px;
  content: "\f105";
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
}
/* line 1745, sass/style.scss */
section.hp.actualites > div.container > .row figure {
  border: solid 1px rgba(165, 165, 165, 0.4);
  height: 150px;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1755, sass/style.scss */
section.hp.actualites > div.container > .row a.text-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 220px;
}
/* line 1761, sass/style.scss */
section.hp.actualites > div.container > .row h3, section.hp.actualites > div.container > .row body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp.actualites > div.container > .row .h3 {
  margin-top: 5px;
  font-size: 15px;
  height: 56px;
  overflow: hidden;
  font-family: "MontserratRegular";
}
/* line 1768, sass/style.scss */
section.hp.actualites > div.container > .row div.news {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
/* line 1772, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div {
  width: 100%;
  display: block;
}
/* line 1775, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div > a {
  width: 100%;
  height: auto;
  display: block;
}
/* line 1780, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div figure {
  margin: 0;
  height: 221px;
  width: 100%;
  border: none;
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1790, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div figure a {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 1796, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div div.content {
  width: calc(100% - 42px);
  height: calc(100% - 220px);
  padding: 10px 30px 10px 10px;
  border: solid 1px rgba(165, 165, 165, 0.2);
  border-top: none;
  background-color: #fff;
  -moz-transition: background 0.3s, padding 0.3s;
  -o-transition: background 0.3s, padding 0.3s;
  -webkit-transition: background 0.3s, padding 0.3s;
  transition: background 0.3s, padding 0.3s;
}
/* line 1804, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div div.content h3, section.hp.actualites > div.container > .row div.news > div div.content body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp.actualites > div.container > .row div.news > div div.content .h3 {
  margin-top: 5px;
  margin-bottom: 0;
  color: #333333;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 1810, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div div.content small {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #333333;
}
/* line 1813, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div div.content small span {
  color: #333333;
}
/* line 1815, sass/style.scss */
section.hp.actualites > div.container > .row div.news > div div.content small span a {
  color: #333333;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 680px) {
  /* line 1824, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover figure {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 1827, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover div.content {
    background-color: #03a3e8;
    padding: 10px 10px 10px 30px;
  }
  /* line 1830, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover div.content small {
    color: white;
  }
  /* line 1832, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover div.content small span {
    color: white;
  }
  /* line 1834, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover div.content small span a {
    color: white;
  }
  /* line 1839, sass/style.scss */
  section.hp.actualites > div.container > .row div.news > div:hover div.content h3, section.hp.actualites > div.container > .row div.news > div:hover div.content body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section.hp.actualites > div.container > .row div.news > div:hover div.content .h3 {
    color: white;
  }
}
/* line 1848, sass/style.scss */
section.hp.actualites > div.container > .row aside p {
  font-size: 14px;
  color: #333333;
}
/* line 1851, sass/style.scss */
section.hp.actualites > div.container > .row aside p strong {
  color: #333333;
  display: block;
  font-size: 14px;
}
/* line 1856, sass/style.scss */
section.hp.actualites > div.container > .row aside p.tel {
  font-family: "MontserratSemiBold";
}
/* line 1858, sass/style.scss */
section.hp.actualites > div.container > .row aside p.tel strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
/* line 1866, sass/style.scss */
section.hp.actualites > div.container > .row aside p.fax {
  font-family: "MontserratSemiBold";
}
/* line 1868, sass/style.scss */
section.hp.actualites > div.container > .row aside p.fax strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
/* line 1880, sass/style.scss */
section.hp.actualites > div.container.events p.no-result {
  margin-top: 0;
}
/* line 1883, sass/style.scss */
section.hp.actualites > div.container.events ul.ecs-event-list {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
/* line 1888, sass/style.scss */
section.hp.actualites > div.container.events ul.ecs-event-list li h3, section.hp.actualites > div.container.events ul.ecs-event-list body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article section.hp.actualites > div.container.events ul.ecs-event-list .row > li .content > a .h3 {
  margin-bottom: 5px;
  font: 21px "MontserratSemiBold", sans-serif;
  color: #333333;
  height: auto;
  font-size: 18px;
}
/* line 1894, sass/style.scss */
section.hp.actualites > div.container.events ul.ecs-event-list li h3 a, section.hp.actualites > div.container.events ul.ecs-event-list body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3 a, body.tribe-events-page-template article.event-details .tribe-events-footer article section.hp.actualites > div.container.events ul.ecs-event-list .row > li .content > a .h3 a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
/* line 1900, sass/style.scss */
section.hp.actualites > div.container.events ul.ecs-event-list li span.duration {
  display: block;
  color: #333333;
}
@media screen and (max-width: 679px) {
  /* line 1879, sass/style.scss */
  section.hp.actualites > div.container.events {
    margin-top: 10px;
  }
  /* line 1908, sass/style.scss */
  section.hp.actualites > div.container.events ul.ecs-event-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* line 1926, sass/style.scss */
article#second-level section div.children > div a.content:not(.no-padding) {
  display: block;
  height: 100%;
  padding: 0 20px;
  background: #1ce9b8;
}
/* line 1932, sass/style.scss */
article#second-level section div.children > div h2 {
  color: #fff;
}
/* line 1935, sass/style.scss */
article#second-level section div.children > div p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1941, sass/style.scss */
article#second-level section div.children > div.hasChild {
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 1944, sass/style.scss */
article#second-level section div.children > div.hasChild .parent,
article#second-level section div.children > div.hasChild .child {
  padding: 0;
}
/* line 1947, sass/style.scss */
article#second-level section div.children > div.hasChild .parent > a,
article#second-level section div.children > div.hasChild .child > a {
  padding-top: 20px;
  height: 180px;
}
/* line 1951, sass/style.scss */
article#second-level section div.children > div.hasChild .parent h2,
article#second-level section div.children > div.hasChild .child h2 {
  margin-top: 0;
}
/* line 1955, sass/style.scss */
article#second-level section div.children > div.hasChild .parent {
  width: 50%;
}
/* line 1957, sass/style.scss */
article#second-level section div.children > div.hasChild .parent a {
  cursor: default;
}
@media screen and (max-width: 989px) {
  /* line 1955, sass/style.scss */
  article#second-level section div.children > div.hasChild .parent {
    width: calc(200% / 3);
  }
}
@media screen and (max-width: 679px) {
  /* line 1955, sass/style.scss */
  article#second-level section div.children > div.hasChild .parent {
    width: 100%;
  }
  /* line 1965, sass/style.scss */
  article#second-level section div.children > div.hasChild .parent > a {
    height: auto;
    padding-bottom: 10px;
  }
}
/* line 1971, sass/style.scss */
article#second-level section div.children > div.hasChild .child {
  text-align: center;
  width: 25%;
}
/* line 1974, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a {
  height: 200px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 1980, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a span {
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: filter 0.3s, opacity 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  -webkit-transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(images/desaturate.svg#greyscale);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
/* line 1999, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a div {
  width: calc(100% - 40px);
  height: 68%;
  display: block;
  z-index: 3;
  position: absolute;
  top: 32%;
  left: 0;
  padding: 0 20px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: transparent;
}
/* line 2010, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a div.item535 {
  height: 82%;
  top: 18%;
}
/* line 2014, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a div h2 {
  color: #333333;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
}
/* line 2022, sass/style.scss */
article#second-level section div.children > div.hasChild .child > a div p {
  -moz-transition: color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, opacity 0.3s;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: 0;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  /* line 2034, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a:hover span {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 2038, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a:hover div {
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 2040, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a:hover div h2 {
    color: #fff !important;
  }
  /* line 2043, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a:hover div p {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media screen and (max-width: 679px) {
  /* line 2051, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a div p {
    color: #ebebeb;
  }
}
@media screen and (min-width: 990px) {
  /* line 2058, sass/style.scss */
  article#second-level section div.children > div.hasChild .child:nth-child(4), article#second-level section div.children > div.hasChild .child:nth-child(7), article#second-level section div.children > div.hasChild .child:nth-child(10) {
    margin-left: 25%;
  }
}
@media screen and (min-width: 680px) and (max-width: 989px) {
  /* line 1971, sass/style.scss */
  article#second-level section div.children > div.hasChild .child {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 679px) {
  /* line 1971, sass/style.scss */
  article#second-level section div.children > div.hasChild .child {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  /* line 1971, sass/style.scss */
  article#second-level section div.children > div.hasChild .child {
    width: 100%;
  }
  /* line 2072, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a {
    height: 100px;
  }
  /* line 2074, sass/style.scss */
  article#second-level section div.children > div.hasChild .child > a div {
    top: 18%;
  }
}
/* line 2083, sass/style.scss */
article#second-level section .single {
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2087, sass/style.scss */
article#second-level section .single.bkg {
  width: 50%;
  background-color: #ebebeb;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2094, sass/style.scss */
article#second-level section .single.content {
  width: 50%;
  background: #1ce9b8;
}
/* line 2097, sass/style.scss */
article#second-level section .single.content div {
  padding: 0 20px;
  height: 100%;
  overflow: hidden;
}
/* line 2101, sass/style.scss */
article#second-level section .single.content div h2 {
  color: #fff;
}
/* line 2104, sass/style.scss */
article#second-level section .single.content div p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  width: calc(100% - 40px);
  font-weight: bold;
}
@media screen and (max-width: 679px) {
  /* line 2083, sass/style.scss */
  article#second-level section .single {
    height: auto;
  }
  /* line 2115, sass/style.scss */
  article#second-level section .single.content {
    width: 100%;
  }
}
/* line 2125, sass/style.scss */
article#second-level section .custom.elem-0.single, article#second-level section .custom.elem-5.single {
  background: #e91e63;
}
/* line 2129, sass/style.scss */
article#second-level section .custom.elem-0 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-0 > div.bkg, article#second-level section .custom.elem-5 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-5 > div.bkg {
  background: #e91e63;
}
/* line 2134, sass/style.scss */
article#second-level section .custom.elem-0 > div.child > a h2, article#second-level section .custom.elem-5 > div.child > a h2 {
  color: #e91e63 !important;
}
@media screen and (min-width: 680px) {
  /* line 2139, sass/style.scss */
  article#second-level section .custom.elem-0 > div.child > a:hover h2, article#second-level section .custom.elem-5 > div.child > a:hover h2 {
    color: #fff !important;
  }
}
/* line 2150, sass/style.scss */
article#second-level section .custom.elem-1.single, article#second-level section .custom.elem-6.single {
  background: #8cd2c1;
}
/* line 2154, sass/style.scss */
article#second-level section .custom.elem-1 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-1 > div.bkg, article#second-level section .custom.elem-6 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-6 > div.bkg {
  background: #8cd2c1;
}
/* line 2159, sass/style.scss */
article#second-level section .custom.elem-1 > div.child > a h2, article#second-level section .custom.elem-6 > div.child > a h2 {
  color: #8cd2c1 !important;
}
@media screen and (min-width: 680px) {
  /* line 2164, sass/style.scss */
  article#second-level section .custom.elem-1 > div.child > a:hover h2, article#second-level section .custom.elem-6 > div.child > a:hover h2 {
    color: #fff !important;
  }
}
/* line 2175, sass/style.scss */
article#second-level section .custom.elem-2.single, article#second-level section .custom.elem-7.single {
  background: #f3d600;
}
/* line 2177, sass/style.scss */
article#second-level section .custom.elem-2.single h2, article#second-level section .custom.elem-2.single p, article#second-level section .custom.elem-7.single h2, article#second-level section .custom.elem-7.single p {
  color: #333333;
}
/* line 2182, sass/style.scss */
article#second-level section .custom.elem-2 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-2 > div.bkg, article#second-level section .custom.elem-7 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-7 > div.bkg {
  background: #f3d600;
}
/* line 2185, sass/style.scss */
article#second-level section .custom.elem-2 > div.parent a.content:not(.no-padding) h2, article#second-level section .custom.elem-2 > div.parent a.content:not(.no-padding) p, article#second-level section .custom.elem-2 > div.bkg h2, article#second-level section .custom.elem-2 > div.bkg p, article#second-level section .custom.elem-7 > div.parent a.content:not(.no-padding) h2, article#second-level section .custom.elem-7 > div.parent a.content:not(.no-padding) p, article#second-level section .custom.elem-7 > div.bkg h2, article#second-level section .custom.elem-7 > div.bkg p {
  color: #333333;
}
/* line 2190, sass/style.scss */
article#second-level section .custom.elem-2 > div.child > a h2, article#second-level section .custom.elem-2 > div.child > a p, article#second-level section .custom.elem-7 > div.child > a h2, article#second-level section .custom.elem-7 > div.child > a p {
  color: #000 !important;
}
@media screen and (min-width: 680px) {
  /* line 2195, sass/style.scss */
  article#second-level section .custom.elem-2 > div.child > a:hover h2, article#second-level section .custom.elem-2 > div.child > a:hover p, article#second-level section .custom.elem-7 > div.child > a:hover h2, article#second-level section .custom.elem-7 > div.child > a:hover p {
    color: #fff !important;
  }
}
/* line 2206, sass/style.scss */
article#second-level section .custom.elem-3.single, article#second-level section .custom.elem-8.single {
  background: #8bb72a;
}
/* line 2210, sass/style.scss */
article#second-level section .custom.elem-3 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-3 > div.bkg, article#second-level section .custom.elem-8 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-8 > div.bkg {
  background: #8bb72a;
}
/* line 2215, sass/style.scss */
article#second-level section .custom.elem-3 > div.child > a h2, article#second-level section .custom.elem-8 > div.child > a h2 {
  color: #8bb72a !important;
}
@media screen and (min-width: 680px) {
  /* line 2220, sass/style.scss */
  article#second-level section .custom.elem-3 > div.child > a:hover h2, article#second-level section .custom.elem-8 > div.child > a:hover h2 {
    color: #fff !important;
  }
}
/* line 2231, sass/style.scss */
article#second-level section .custom.elem-4.single, article#second-level section .custom.elem-9.single {
  background: #03a1e7;
}
/* line 2235, sass/style.scss */
article#second-level section .custom.elem-4 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-4 > div.bkg, article#second-level section .custom.elem-9 > div.parent a.content:not(.no-padding), article#second-level section .custom.elem-9 > div.bkg {
  background: #03a1e7;
}
/* line 2240, sass/style.scss */
article#second-level section .custom.elem-4 > div.child > a h2, article#second-level section .custom.elem-9 > div.child > a h2 {
  color: #03a3e8 !important;
}
@media screen and (min-width: 680px) {
  /* line 2245, sass/style.scss */
  article#second-level section .custom.elem-4 > div.child > a:hover h2, article#second-level section .custom.elem-9 > div.child > a:hover h2 {
    color: #fff !important;
  }
}

/* line 2261, sass/style.scss */
section#newsList h1.vert::before {
  background: #03a3e8;
}
/* line 2264, sass/style.scss */
section#newsList small {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #a5a5a5;
  font-family: "MontserratRegular";
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 2271, sass/style.scss */
section#newsList small span a {
  font-size: 11px;
  color: #03a3e8;
  font-family: "MontserratRegular";
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 2277, sass/style.scss */
section#newsList small.categories {
  margin-bottom: 20px;
}
/* line 2279, sass/style.scss */
section#newsList small.categories span a {
  margin-right: 5px;
}
/* line 2281, sass/style.scss */
section#newsList small.categories span a:after {
  content: '|';
  color: #a5a5a5;
  margin-left: 5px;
}
/* line 2286, sass/style.scss */
section#newsList small.categories span a:first-child {
  margin-left: 5px;
}
/* line 2290, sass/style.scss */
section#newsList small.categories span a:last-child:after {
  display: none;
}
/* line 2298, sass/style.scss */
section#newsList div.row.between-md > div {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
/* line 2302, sass/style.scss */
section#newsList div.row.between-md > div figure {
  margin: 0;
  height: 200px;
  width: 100%;
  border: solid 1px rgba(165, 165, 165, 0.4);
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2312, sass/style.scss */
section#newsList div.row.between-md > div figure a {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 2318, sass/style.scss */
section#newsList div.row.between-md > div div.content {
  width: 100%;
  height: calc(100% - 220px);
  padding: 10px 30px 10px 10px;
  border: solid 1px rgba(165, 165, 165, 0.2);
  border-top: none;
  -moz-transition: background 0.3s, padding 0.3s;
  -o-transition: background 0.3s, padding 0.3s;
  -webkit-transition: background 0.3s, padding 0.3s;
  transition: background 0.3s, padding 0.3s;
}
/* line 2325, sass/style.scss */
section#newsList div.row.between-md > div div.content h3, section#newsList div.row.between-md > div div.content body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section#newsList div.row.between-md > div div.content .h3 {
  margin-top: 5px;
  margin-bottom: 0;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 680px) {
  /* line 2333, sass/style.scss */
  section#newsList div.row.between-md > div:hover div.content {
    background-color: #03a3e8;
    padding: 10px 10px 10px 30px;
  }
  /* line 2336, sass/style.scss */
  section#newsList div.row.between-md > div:hover div.content small {
    color: #fff;
  }
  /* line 2338, sass/style.scss */
  section#newsList div.row.between-md > div:hover div.content small span {
    color: #fff;
  }
  /* line 2340, sass/style.scss */
  section#newsList div.row.between-md > div:hover div.content small span a {
    color: #fff;
  }
  /* line 2345, sass/style.scss */
  section#newsList div.row.between-md > div:hover div.content h3, section#newsList div.row.between-md > div:hover div.content body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section#newsList div.row.between-md > div:hover div.content .h3 {
    color: #fff;
  }
}

/* line 2358, sass/style.scss */
section#newsFiche p#breadcrumbs .breadcrumb_last {
  background-color: #03a3e8;
}
/* line 2361, sass/style.scss */
section#newsFiche h1.vert {
  margin-top: 30px;
}
/* line 2363, sass/style.scss */
section#newsFiche h1.vert:before {
  height: 80px;
  top: -48px;
  background: #03a3e8;
}
/* line 2370, sass/style.scss */
section#newsFiche div.container article {
  position: relative;
}
/* line 2373, sass/style.scss */
section#newsFiche div.container small {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #a5a5a5;
  font-family: "MontserratRegular";
}
/* line 2379, sass/style.scss */
section#newsFiche div.container small span a {
  font-size: 11px;
  color: #03a3e8;
  font-family: "MontserratRegular";
}
/* line 2385, sass/style.scss */
section#newsFiche div.container .news-wrapper {
  position: relative;
}
/* line 2388, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news p, section#newsFiche div.container .news-wrapper div.content-news a.noir, section#newsFiche div.container .news-wrapper div.content-news h2, section#newsFiche div.container .news-wrapper div.content-news h3, section#newsFiche div.container .news-wrapper div.content-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section#newsFiche div.container .news-wrapper div.content-news .h3, section#newsFiche div.container .news-wrapper div.content-news h4 {
  color: #333333;
}
/* line 2391, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news h2:before {
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 40px;
  background: #03a3e8;
}
/* line 2400, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 2403, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .alignleft:before {
  content: "";
  clear: left;
  display: table;
}
/* line 2409, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 2412, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .alignright:before {
  content: "";
  clear: right;
  display: table;
}
/* line 2420, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div .logoPDF {
  padding: 2px 5px 2px 21px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
/* line 2425, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div .logoPDF:before {
  color: #ffffff;
  font-family: "FontAwesome";
  content: '\f01a';
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: normal;
  margin-left: -21px;
}
/* line 2437, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.download a {
  color: #ffffff;
}
/* line 2439, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.download a:not(.logoPDF):hover {
  text-decoration: underline;
}
/* line 2443, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other a {
  color: #333333;
}
/* line 2445, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other a.logoPDF {
  text-transform: none;
}
/* line 2447, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other a.logoPDF:before {
  color: inherit;
}
/* line 2451, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other a:not(.logoPDF) {
  text-decoration: underline;
}
@media screen and (max-width: 989px) {
  /* line 2418, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    bottom: auto !important;
    margin-top: 1.4em;
  }
  /* line 2462, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div {
    width: calc(50% - 27px);
    display: inline-block !important;
    vertical-align: top;
  }
  /* line 2466, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2472, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div {
    width: calc(100% - 20px);
    margin-left: 0 !important;
    display: block;
  }
  /* line 2476, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info > div.other {
    margin-top: 5px;
  }
}
@media screen and (min-width: 990px) {
  /* line 2418, sass/style.scss */
  section#newsFiche div.container .news-wrapper div.content-news .bloc-info {
    top: 0;
    right: 0;
    width: 22%;
  }
}
/* line 2487, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news div.bloc-info div.download {
  background-color: #e91e63;
}
/* line 2490, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news p.chapeau {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 2495, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news a {
  cursor: pointer;
}
/* line 2497, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news a:not(.logoPDF):not(.boutonGris) {
  color: #03a3e8;
}
/* line 2501, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news > figure {
  width: 100%;
  margin: 10px 0 0;
}
/* line 2504, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news > figure img {
  width: 100%;
  display: block;
}
/* line 2508, sass/style.scss */
section#newsFiche div.container .news-wrapper div.content-news > figure:after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 10px;
  background-color: #03a3e8;
}
/* line 2519, sass/style.scss */
section#newsFiche div.container div.content-publication > div {
  margin-left: 0 !important;
}
/* line 2523, sass/style.scss */
section#newsFiche div.container #other-news h2 {
  display: block;
}
/* line 2526, sass/style.scss */
section#newsFiche div.container #other-news .no-post-picture {
  max-width: 100%;
}
/* line 2531, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div {
  display: flex;
  margin-bottom: 10px;
}
/* line 2534, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content {
  padding: 10px 50px 10px 10px;
  width: 100%;
  position: relative;
  border: solid 1px rgba(165, 165, 165, 0.3);
  -moz-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  -o-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  -webkit-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  transition: background 0.3s, padding 0.3s, border-color 0.4s;
}
/* line 2540, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > small {
  margin-bottom: 5px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 2544, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > small span a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 2547, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > small span a:last-child span {
  display: none;
}
/* line 2554, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details div.row > div div.content .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details div.row > div div.content .tribe-events-footer article .row > li .content > a .h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a div.row > div div.content .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details .tribe-events-footer article .row > li .content > a div.row > div div.content .h3 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  max-height: 30px;
  overflow: hidden;
}
/* line 2559, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > a {
  color: #333333;
}
/* line 2561, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > a.more {
  display: block;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: "MontserratSemiBold", sans-serif;
}
/* line 2567, sass/style.scss */
section#newsFiche div.container #other-news article div.row > div div.content > a.more h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details div.row > div .tribe-events-footer article .row > li div.content > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details div.row > div .tribe-events-footer article .row > li div.content > a.more .h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li div.row > div div.content > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details .tribe-events-footer article .row > li div.row > div div.content > a.more .h3 {
  margin: 0;
  max-height: 30px;
  overflow: hidden;
  text-transform: none;
}
@media screen and (max-width: 679px) {
  /* line 2567, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content > a.more h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details div.row > div .tribe-events-footer article .row > li div.content > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details div.row > div .tribe-events-footer article .row > li div.content > a.more .h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li div.row > div div.content > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details .tribe-events-footer article .row > li div.row > div div.content > a.more .h3 {
    max-height: 58px;
  }
}
@media screen and (min-width: 680px) {
  /* line 2579, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover {
    background-color: #03a3e8;
    padding: 10px 10px 10px 50px;
    border-color: #03a3e8;
  }
  /* line 2583, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > small {
    color: #fff;
  }
  /* line 2585, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > small span {
    color: #fff;
  }
  /* line 2587, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > small span a {
    color: #fff;
  }
  /* line 2589, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > small span a:hover {
    text-decoration: underline;
  }
  /* line 2595, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > a.more {
    color: #fff;
  }
  /* line 2597, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > a.more:before {
    bottom: 7px;
    content: url("images/arrow-white.svg");
    height: auto;
    left: -35px;
    position: absolute;
    width: 25px;
  }
  /* line 2605, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > a.more h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details div.row > div .tribe-events-footer article .row > li div.content:hover > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details div.row > div .tribe-events-footer article .row > li div.content:hover > a.more .h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li div.row > div div.content:hover > a.more .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details .tribe-events-footer article .row > li div.row > div div.content:hover > a.more .h3 {
    color: #ffffff;
  }
  /* line 2608, sass/style.scss */
  section#newsFiche div.container #other-news article div.row > div div.content:hover > a.more:hover h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details div.row > div .tribe-events-footer article .row > li div.content:hover > a.more:hover .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details div.row > div .tribe-events-footer article .row > li div.content:hover > a.more:hover .h3, section#newsFiche div.container #other-news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li div.row > div div.content:hover > a.more:hover .h3, body.tribe-events-page-template section#newsFiche div.container #other-news article.event-details .tribe-events-footer article .row > li div.row > div div.content:hover > a.more:hover .h3 {
    text-decoration: underline;
  }
}
/* line 2620, sass/style.scss */
section#newsFiche.first {
  padding-top: 0;
}
/* line 2622, sass/style.scss */
section#newsFiche.first small.top {
  margin-left: 10px;
  top: -15px;
  position: absolute;
}
/* line 2628, sass/style.scss */
section#newsFiche.first figure {
  margin: 10px 0;
}
/* line 2630, sass/style.scss */
section#newsFiche.first figure img {
  max-width: 100%;
  height: auto;
}

/* line 2642, sass/style.scss */
section#search-results {
  margin: 0;
}
/* line 2644, sass/style.scss */
section#search-results p {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
/* line 2650, sass/style.scss */
section#search-results .page-header .page-title {
  font-size: 24px;
}
/* line 2652, sass/style.scss */
section#search-results .page-header .page-title span {
  font-family: "MontserratRegular", sans-serif;
  font-size: 24px;
  color: #1ce9b8;
}
/* line 2659, sass/style.scss */
section#search-results h2 {
  margin: 0 0 10px;
}
/* line 2662, sass/style.scss */
section#search-results .news {
  border-bottom: solid 1px rgba(165, 165, 165, 0.4);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 2666, sass/style.scss */
section#search-results .news > div {
  width: 100%;
}
/* line 2669, sass/style.scss */
section#search-results .news small {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-right: 20px;
}
@media screen and (max-width: 989px) {
  /* line 2669, sass/style.scss */
  section#search-results .news small {
    display: block;
  }
}
/* line 2676, sass/style.scss */
section#search-results .news small span a {
  text-decoration: underline;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 2679, sass/style.scss */
section#search-results .news small span a:hover {
  color: #333333;
}
/* line 2684, sass/style.scss */
section#search-results .news h3, section#search-results .news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section#search-results .news .h3 {
  display: inline-block;
  margin: 8px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
}
/* line 2690, sass/style.scss */
section#search-results .news h3:before, section#search-results .news body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3:before, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a section#search-results .news .h3:before {
  font-family: "fontAwesome";
  content: '\f178';
  margin-right: 5px;
}

/* line 2702, sass/style.scss */
section.page {
  margin: 0;
}
/* line 2704, sass/style.scss */
section.page section {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333333;
  margin: 0;
}
/* line 2710, sass/style.scss */
section.page section .row img {
  max-width: 100%;
  height: auto;
}
/* line 2713, sass/style.scss */
section.page section .row img.size-full {
  width: 100% !important;
  height: auto !important;
}
/* line 2717, sass/style.scss */
section.page section .row img.aligncenter {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 991px) {
  /* line 2702, sass/style.scss */
  section.page {
    position: relative;
    top: -18px;
  }
}
/* line 2731, sass/style.scss */
section.page#lvl2 div.container h1.vert {
  margin-top: 23px;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.4;
  padding-left: 15px;
}
/* line 2737, sass/style.scss */
section.page#lvl2 div.container h1.vert:before {
  height: 65px;
  top: -23px;
}
/* line 2742, sass/style.scss */
section.page#lvl2 div.container hr {
  height: 1px;
  border: none;
  background: #333333;
  margin: 40px 0;
  width: 100%;
}
/* line 2749, sass/style.scss */
section.page#lvl2 div.container p {
  color: #333333;
}
/* line 2751, sass/style.scss */
section.page#lvl2 div.container p.title {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 26px;
}
/* line 2755, sass/style.scss */
section.page#lvl2 div.container p > a {
  color: blue;
  text-decoration: underline;
}
/* line 2760, sass/style.scss */
section.page#lvl2 div.container figure.bandeau {
  margin: 10px 0;
  height: 350px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 2768, sass/style.scss */
section.page#lvl2 div.container article h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
/* line 2771, sass/style.scss */
section.page#lvl2 div.container article h2:before {
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 40px;
  background: #1ce9b8;
}
@media screen and (min-width: 680px) {
  /* line 2781, sass/style.scss */
  section.page#lvl2 div.container article p:not(.chapeau), section.page#lvl2 div.container article h3, section.page#lvl2 div.container body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer section.page#lvl2 div.container article .row > li .content > a .h3, section.page#lvl2 div.container article h4, section.page#lvl2 div.container article h5, section.page#lvl2 div.container article > ul {
    padding-left: 30px;
  }
}
/* line 2785, sass/style.scss */
section.page#lvl2 div.container article p:not(.chapeau) strong, section.page#lvl2 div.container article h3 strong, section.page#lvl2 div.container body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3 strong, body.tribe-events-page-template article.event-details .tribe-events-footer section.page#lvl2 div.container article .row > li .content > a .h3 strong, section.page#lvl2 div.container article h4 strong, section.page#lvl2 div.container article h5 strong, section.page#lvl2 div.container article > ul strong {
  font-weight: bold;
  color: #000000;
}
/* line 2790, sass/style.scss */
section.page#lvl2 div.container article ul {
  padding-left: 60px;
}
/* line 2792, sass/style.scss */
section.page#lvl2 div.container article ul li {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
}
/* line 2799, sass/style.scss */
section.page#lvl2 div.container article p a, section.page#lvl2 div.container article p a > em, section.page#lvl2 div.container article p a > strong a > em > strong {
  color: #03a3e8;
  text-decoration: underline;
}
/* line 2805, sass/style.scss */
section.page#lvl2 div.container article p.chapeau {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 2809, sass/style.scss */
section.page#lvl2 div.container article p.chapeau > * {
  color: #000000;
}
/* line 2813, sass/style.scss */
section.page#lvl2 div.container article > p:last-child {
  margin-bottom: 0;
}
/* line 2816, sass/style.scss */
section.page#lvl2 div.container article > figure {
  width: 100%;
  margin: 10px 0 0;
}
/* line 2819, sass/style.scss */
section.page#lvl2 div.container article > figure img {
  width: 100%;
  display: block;
}
/* line 2823, sass/style.scss */
section.page#lvl2 div.container article > figure:after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 10px;
  background-color: #1ce9b8;
}
/* line 2832, sass/style.scss */
section.page#lvl2 div.container article h3, section.page#lvl2 div.container body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3, body.tribe-events-page-template article.event-details .tribe-events-footer section.page#lvl2 div.container article .row > li .content > a .h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.9);
}
/* line 2837, sass/style.scss */
section.page#lvl2 div.container article h4, section.page#lvl2 div.container article h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.9);
}
/* line 2841, sass/style.scss */
section.page#lvl2 div.container article h4:before, section.page#lvl2 div.container article h5:before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.6);
  margin-top: 30px;
  margin-bottom: 5px;
}
/* line 2851, sass/style.scss */
section.page#lvl2 div.container article > table {
  border: none !important;
  border-collapse: collapse;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: calc(100% - 40px);
  background: #ffffff !important;
}
/* line 2858, sass/style.scss */
section.page#lvl2 div.container article > table > caption {
  display: none;
}
/* line 2862, sass/style.scss */
section.page#lvl2 div.container article > table > tbody > tr {
  border-bottom: solid 1px #333333;
}
/* line 2865, sass/style.scss */
section.page#lvl2 div.container article > table > tbody > tr:first-child > td {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  border: solid 2px #ffffff !important;
  line-height: 1;
}
/* line 2871, sass/style.scss */
section.page#lvl2 div.container article > table > tbody > tr:first-child > td strong {
  color: #ffffff;
  line-height: 1;
}
/* line 2877, sass/style.scss */
section.page#lvl2 div.container article > table > tbody > tr > td {
  border: none;
  padding: 0;
}
/* line 2884, sass/style.scss */
section.page#lvl2 div.container article .logoPDF {
  padding: 2px 5px 2px 5px;
  background-color: #1ce9b8;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
/* line 2891, sass/style.scss */
section.page#lvl2 div.container article .logoPDF:before {
  color: #ffffff;
  font-family: "FontAwesome";
  content: '\f01a';
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: normal;
}
/* line 2902, sass/style.scss */
section.page#lvl2 div.container article .other .logoPDF {
  background: transparent !important;
  color: #333333;
  text-transform: none;
}
/* line 2906, sass/style.scss */
section.page#lvl2 div.container article .other .logoPDF:before {
  color: #333333;
}
/* line 2911, sass/style.scss */
section.page#lvl2 div.container .boutonForm {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 12px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #ebebeb;
  text-decoration: none;
  color: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
/* line 2922, sass/style.scss */
section.page#lvl2 div.container .boutonForm:hover {
  color: #ebebeb;
  background-color: #707070;
}
/* line 2930, sass/style.scss */
section.page#lvl2.ancestor-8 ::-moz-selection {
  background: #e91e63;
  color: #fff;
}
/* line 2934, sass/style.scss */
section.page#lvl2.ancestor-8 ::selection {
  background: #e91e63;
  color: #fff;
}
/* line 2938, sass/style.scss */
section.page#lvl2.ancestor-8 .breadcrumb_last {
  background-color: #e91e63;
  padding: 5px;
  color: #fff;
}
/* line 2944, sass/style.scss */
section.page#lvl2.ancestor-8 div.container p#breadcrumbs span strong {
  background-color: #e91e63;
}
/* line 2947, sass/style.scss */
section.page#lvl2.ancestor-8 div.container h1.vert:before {
  background: #e91e63;
}
/* line 2951, sass/style.scss */
section.page#lvl2.ancestor-8 div.container article h2:before {
  background-color: #e91e63;
}
/* line 2954, sass/style.scss */
section.page#lvl2.ancestor-8 div.container article > figure:after {
  background-color: #e91e63;
}
/* line 2957, sass/style.scss */
section.page#lvl2.ancestor-8 div.container article .logoPDF {
  background-color: #e91e63;
}
/* line 2960, sass/style.scss */
section.page#lvl2.ancestor-8 div.container article div.bloc-info div.download {
  background-color: #e91e63;
}
/* line 2963, sass/style.scss */
section.page#lvl2.ancestor-8 div.container article img {
  border-bottom: 5px solid #e91e63;
}
/* line 2967, sass/style.scss */
section.page#lvl2.ancestor-8 div.container .boutonGris, section.page#lvl2.ancestor-8 div.container .nextend-smartslider-button-container > a,
section.page#lvl2.ancestor-8 div.container .n2-ss-button-container > a {
  background-color: #e91e63;
  border: 1px solid #e91e63;
  color: #fff;
  text-decoration: none;
}
/* line 2973, sass/style.scss */
section.page#lvl2.ancestor-8 div.container .boutonGris:hover, section.page#lvl2.ancestor-8 div.container .nextend-smartslider-button-container > a:hover,
section.page#lvl2.ancestor-8 div.container .n2-ss-button-container > a:hover {
  background-color: #707070;
  border: solid 1px #707070;
}
/* line 2977, sass/style.scss */
section.page#lvl2.ancestor-8 div.container .boutonGris::before, section.page#lvl2.ancestor-8 div.container .nextend-smartslider-button-container > a::before,
section.page#lvl2.ancestor-8 div.container .n2-ss-button-container > a::before {
  content: "\f178";
  font-family: "FontAwesome";
  margin-right: 10px;
  -webkit-transition: display 0.4s ease 0.4s;
  -moz-transition: display 0.4s ease 0.4s;
  -ms-transition: display 0.4s ease 0.4s;
  -o-transition: display 0.4s ease 0.4s;
  transition: display 0.4s ease 0.4s;
  display: none;
}
/* line 2988, sass/style.scss */
section.page#lvl2.ancestor-8 div.container .boutonGris:hover::before, section.page#lvl2.ancestor-8 div.container .nextend-smartslider-button-container > a:hover::before,
section.page#lvl2.ancestor-8 div.container .n2-ss-button-container > a:hover::before {
  display: inline;
}
/* line 2995, sass/style.scss */
section.page#lvl2.ancestor-13 .breadcrumb_last {
  background-color: #1ce9b8;
  padding: 5px;
  color: #fff;
}
/* line 3001, sass/style.scss */
section.page#lvl2.ancestor-13 div.container h1.vert:before {
  background: #1ce9b8;
}
/* line 3006, sass/style.scss */
section.page#lvl2.ancestor-13 div.container article div.bloc-info h2 {
  color: #333333;
}
/* line 3010, sass/style.scss */
section.page#lvl2.ancestor-13 div.container article div.bloc-info p a {
  color: #333333;
}
/* line 3013, sass/style.scss */
section.page#lvl2.ancestor-13 div.container article div.bloc-info p a::before {
  color: #333333;
}
/* line 3019, sass/style.scss */
section.page#lvl2.ancestor-13 div.container .boutonGris, section.page#lvl2.ancestor-13 div.container .nextend-smartslider-button-container > a,
section.page#lvl2.ancestor-13 div.container .n2-ss-button-container > a {
  background-color: #1ce9b8;
  border: 1px solid #1ce9b8;
  color: #fff;
  text-decoration: none;
}
/* line 3025, sass/style.scss */
section.page#lvl2.ancestor-13 div.container .boutonGris:hover, section.page#lvl2.ancestor-13 div.container .nextend-smartslider-button-container > a:hover,
section.page#lvl2.ancestor-13 div.container .n2-ss-button-container > a:hover {
  background-color: #707070;
  border: solid 1px #707070;
}
/* line 3029, sass/style.scss */
section.page#lvl2.ancestor-13 div.container img {
  border-bottom: 5px solid #1ce9b8;
}
/* line 3036, sass/style.scss */
section.page#lvl2.ancestor-15 ::-moz-selection {
  background: #03eaf7;
  color: #fff;
}
/* line 3040, sass/style.scss */
section.page#lvl2.ancestor-15 ::selection {
  background: #03eaf7;
  color: #fff;
}
/* line 3044, sass/style.scss */
section.page#lvl2.ancestor-15 .breadcrumb_last {
  background-color: #03eaf7;
  padding: 5px;
  color: #fff;
}
/* line 3050, sass/style.scss */
section.page#lvl2.ancestor-15 div.container p#breadcrumbs span strong {
  background-color: #03eaf7;
}
/* line 3053, sass/style.scss */
section.page#lvl2.ancestor-15 div.container h1.vert:before {
  background: #03eaf7;
}
/* line 3057, sass/style.scss */
section.page#lvl2.ancestor-15 div.container article h2:before {
  background-color: #03eaf7;
}
/* line 3060, sass/style.scss */
section.page#lvl2.ancestor-15 div.container article > figure:after {
  background-color: #03eaf7;
}
/* line 3063, sass/style.scss */
section.page#lvl2.ancestor-15 div.container article .logoPDF {
  background-color: #03eaf7;
}
/* line 3066, sass/style.scss */
section.page#lvl2.ancestor-15 div.container article div.bloc-info div.download {
  background-color: #03eaf7;
}
/* line 3069, sass/style.scss */
section.page#lvl2.ancestor-15 div.container article img {
  border-bottom: 5px solid #03eaf7;
}
/* line 3073, sass/style.scss */
section.page#lvl2.ancestor-15 div.container .boutonGris, section.page#lvl2.ancestor-15 div.container .nextend-smartslider-button-container > a,
section.page#lvl2.ancestor-15 div.container .n2-ss-button-container > a {
  background-color: #03eaf7;
  border: 1px solid #03eaf7;
  color: #fff;
  text-decoration: none;
}
/* line 3079, sass/style.scss */
section.page#lvl2.ancestor-15 div.container .boutonGris:hover, section.page#lvl2.ancestor-15 div.container .nextend-smartslider-button-container > a:hover,
section.page#lvl2.ancestor-15 div.container .n2-ss-button-container > a:hover {
  background-color: #707070;
  border: solid 1px #707070;
}
/* line 3087, sass/style.scss */
section.page#lvl2.ancestor-17 ::-moz-selection {
  background: #f3d600;
  color: #333333;
}
/* line 3091, sass/style.scss */
section.page#lvl2.ancestor-17 ::selection {
  background: #f3d600;
  color: #333333;
}
/* line 3095, sass/style.scss */
section.page#lvl2.ancestor-17 .breadcrumb_last {
  background-color: #f3d600;
  padding: 5px;
  color: #fff;
}
/* line 3101, sass/style.scss */
section.page#lvl2.ancestor-17 div.container p#breadcrumbs span strong {
  background-color: #f3d600;
  color: #333333;
}
/* line 3105, sass/style.scss */
section.page#lvl2.ancestor-17 div.container h1.vert:before {
  background: #f3d600;
}
/* line 3109, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article h2:before {
  background-color: #f3d600;
}
/* line 3112, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article > figure:after {
  background-color: #f3d600;
}
/* line 3115, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article .logoPDF {
  background-color: #f3d600;
}
/* line 3119, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article div.bloc-info h2 {
  color: #333333;
}
/* line 3123, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article div.bloc-info div.download {
  background-color: #f3d600;
}
/* line 3125, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article div.bloc-info div.download p:first-child {
  color: #333333;
}
/* line 3128, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article div.bloc-info div.download .logoPDF {
  color: #333333;
}
/* line 3130, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article div.bloc-info div.download .logoPDF:before {
  color: #333333;
}
/* line 3135, sass/style.scss */
section.page#lvl2.ancestor-17 div.container article img {
  border-bottom: 5px solid #f3d600;
}
/* line 3139, sass/style.scss */
section.page#lvl2.ancestor-17 div.container .boutonGris, section.page#lvl2.ancestor-17 div.container .nextend-smartslider-button-container > a,
section.page#lvl2.ancestor-17 div.container .n2-ss-button-container > a {
  background-color: #f3d600;
  border: 1px solid #f3d600;
  color: #fff;
  text-decoration: none;
}
/* line 3145, sass/style.scss */
section.page#lvl2.ancestor-17 div.container .boutonGris:hover, section.page#lvl2.ancestor-17 div.container .nextend-smartslider-button-container > a:hover,
section.page#lvl2.ancestor-17 div.container .n2-ss-button-container > a:hover {
  background-color: #707070;
  border: solid 1px #707070;
}

/* line 3154, sass/style.scss */
div.background-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 3;
}

/* line 3169, sass/style.scss */
body.tribe-events-page-template {
  /* Single */
}
/* line 3170, sass/style.scss */
body.tribe-events-page-template article.event-details {
  margin-top: 16px;
}
/* line 3173, sass/style.scss */
body.tribe-events-page-template #tribe-bar-collapse-toggle {
  font-family: "Open Sans", sans-serif;
}
/* line 3176, sass/style.scss */
body.tribe-events-page-template #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  font-family: "MontserratSemiBold", sans-serif;
  line-height: 1.2;
  font-size: 13px;
  font-weight: normal;
  color: #707070;
  background-color: #1ce9b8;
  border: solid 1px #1ce9b8;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
/* line 3185, sass/style.scss */
body.tribe-events-page-template #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover, body.tribe-events-page-template #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus {
  background-color: #fff;
}
/* line 3190, sass/style.scss */
body.tribe-events-page-template #tribe-events-content-wrapper {
  margin-top: 30px;
}
/* line 3192, sass/style.scss */
body.tribe-events-page-template #tribe-events-content-wrapper a.tribe-events-button {
  display: none !important;
}
/* line 3197, sass/style.scss */
body.tribe-events-page-template table.tribe-events-calendar div[id^='tribe-events-daynum'] a {
  line-height: 1;
}
/* line 3200, sass/style.scss */
body.tribe-events-page-template table.tribe-events-calendar .tribe-events-tooltip {
  display: none !important;
}
/* line 3203, sass/style.scss */
body.tribe-events-page-template table.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title, body.tribe-events-page-template table.tribe-events-calendar div[id*="tribe-events-event-"] article.event-details .tribe-events-footer article .row > li .content > a .tribe-events-month-event-title.h3, body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a table.tribe-events-calendar div[id*="tribe-events-event-"] .tribe-events-month-event-title.h3 {
  font-size: 13px !important;
}
/* line 3206, sass/style.scss */
body.tribe-events-page-template table.tribe-events-calendar .tribe_events a {
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  color: #000000;
}
/* line 3209, sass/style.scss */
body.tribe-events-page-template table.tribe-events-calendar .tribe_events a:hover, body.tribe-events-page-template table.tribe-events-calendar .tribe_events a:focus {
  -moz-box-shadow: inset 0 0 0 transparent, 0 3px 0 black;
  -webkit-box-shadow: inset 0 0 0 transparent, 0 3px 0 black;
  box-shadow: inset 0 0 0 transparent, 0 3px 0 black;
}
@media screen and (min-width: 820px) and (max-width: 1250px) {
  /* line 3216, sass/style.scss */
  body.tribe-events-page-template #tribe-bar-form .tribe-bar-search-filter {
    width: calc(75% - 205px);
  }
  /* line 3219, sass/style.scss */
  body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit {
    margin-left: 0;
    width: 205px;
  }
  /* line 3222, sass/style.scss */
  body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    font-size: 11px;
  }
}
/* line 3230, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-schedule.tribe-clearfix {
  margin: -35px 0 0;
  padding: 0;
  background: transparent;
  border: none;
}
/* line 3235, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-schedule.tribe-clearfix small.top {
  display: block;
  text-transform: uppercase;
  color: #a5a5a5;
  margin-left: 10px;
  top: 10px;
  position: absolute;
}
/* line 3242, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-schedule.tribe-clearfix small.top span {
  font-size: 11px;
  font-family: "MontserratRegular";
}
/* line 3245, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-schedule.tribe-clearfix small.top span a {
  font-size: inherit;
  color: #03a3e8;
  font-family: inherit;
}
/* line 3253, sass/style.scss */
body.tribe-events-page-template article.event-details h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 3256, sass/style.scss */
body.tribe-events-page-template article.event-details h1:before {
  height: 80px;
  top: -48px;
  background: #03a3e8;
}
/* line 3262, sass/style.scss */
body.tribe-events-page-template article.event-details p#breadcrumbs {
  margin-bottom: 30px;
}
/* line 3264, sass/style.scss */
body.tribe-events-page-template article.event-details p#breadcrumbs .breadcrumb_last {
  background-color: #03a3e8;
}
/* line 3268, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-event-image img {
  display: inline-block;
  vertical-align: middle;
}
/* line 3272, sass/style.scss */
body.tribe-events-page-template article.event-details #tribe-events-content {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3279, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-content h2:before {
  display: block;
  content: '';
  width: 60px;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 40px;
  background: #03a3e8;
}
/* line 3288, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-content p, body.tribe-events-page-template article.event-details .tribe-events-content li {
  color: #333333;
}
/* line 3294, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-content li {
  margin-bottom: 0 !important;
}
/* line 3297, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-content p:not(:first-of-type) {
  text-align: justify;
}
/* line 3300, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-content h4, body.tribe-events-page-template article.event-details .tribe-events-content h5 {
  font: 21px "MontserratSemiBold", sans-serif;
  font-size: 16px !important;
  margin-bottom: 0;
}
/* line 3306, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer {
  margin-top: 50px;
}
/* line 3308, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer article .row {
  padding: 0;
}
/* line 3310, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
/* line 3316, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content {
  padding: 16px 50px 16px 10px;
  width: 100%;
  display: block;
  position: relative;
  border: solid 1px rgba(165, 165, 165, 0.3);
  -moz-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  -o-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  -webkit-transition: background 0.3s, padding 0.3s, border-color 0.4s;
  transition: background 0.3s, padding 0.3s, border-color 0.4s;
}
/* line 3323, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a {
  background: transparent;
  color: #333333;
  display: block;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: "MontserratSemiBold", sans-serif;
}
/* line 3331, sass/style.scss */
body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3 {
  display: block;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0;
  max-height: 30px;
  overflow: hidden;
  text-transform: none;
}
@media screen and (max-width: 679px) {
  /* line 3331, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content > a .h3 {
    max-height: 58px;
  }
}
@media screen and (min-width: 680px) {
  /* line 3345, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content:hover {
    background-color: #03a3e8;
    padding: 16px 10px 16px 50px;
    border-color: #03a3e8;
  }
  /* line 3349, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content:hover > a {
    color: #fff;
  }
  /* line 3351, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content:hover > a:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url("images/arrow-white.svg");
    height: auto;
    left: -35px;
    position: absolute;
    width: 25px;
  }
  /* line 3360, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content:hover > a .h3 {
    color: #ffffff;
  }
  /* line 3363, sass/style.scss */
  body.tribe-events-page-template article.event-details .tribe-events-footer article .row > li .content:hover > a:hover .h3 {
    text-decoration: underline;
  }
}

/* line 3375, sass/style.scss */
.datepicker th.datepicker-switch {
  font-family: "Open Sans", sans-serif;
}

/*# sourceMappingURL=style.css.map */
