/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
.blanc, .exergue-rose, .exergue-vert, #sp-footer2 ul li a {
  color: #fff;
}
.noir {
  color: #000;
}
.vert, .infowindow h2, .accroche-footer .custom a {
  color: #a9c923;
}
.rose, .infowindow p a, .infowindow p a:hover {
  color: #e5004b;
}
.gris {
  color: #ccc;
}
.rouge {
  color: #d83f38;
}
.bg-rouge {
  background-color: #d83f38;
}
.bg-blanc {
  background-color: #fff;
}
.bg-noir {
  background-color: #000;
}
.bg-vert {
  background-color: #a9c923;
}
.bg-rose, .exergue-rose, .exergue-vert {
  background-color: #e5004b;
}
.bg-gris {
  background-color: #ececec;
}
.exergue-rose {
  padding: 1.5rem;
}
.exergue-vert {
  padding: 1.5rem;
}
.degrade-vert {
  background: -webkit-gradient(linear, center top, center bottom, from(#a9c923), color-stop(100%, #83a91b));
  background: -webkit-linear-gradient(top, #a9c923, #83a91b 100%);
  background: linear-gradient(to bottom, #a9c923, #83a91b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA9C923, endColorstr=#FF83A91B, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9C923', endColorstr='#FF83A91B', GradientType=0)";
}
.text-underline {
  text-decoration: underline;
}
.text-no-case {
  text-transform: none !important;
}
* {
  outline: 0;
}
html {
  font-size: 62.5%;
  margin: 0;
  height: 100%;
}
.bgcover, .bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bold, .infowindow h2, .accroche-footer .custom h3 {
  font-weight: 700;
}
.showItem {
  transform: scale(1);
  transition: all 0.5s ease;
}
.hideItem {
  transform: scale(0);
  transition: all 0.5s ease;
}
.radius-all, .btn-vert, .btn-rose, .btn-primary, .btn-blanc {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.radius-rond {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radius-left {
  -webkit-border-top-left-radius: 2rem;
  -webkit-border-bottom-left-radius: 2rem;
  -moz-border-radius-topleft: 2rem;
  -moz-border-radius-bottomleft: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.radius-no-left {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.radius-bottom-left, .radius-bottom {
  -webkit-border-bottom-left-radius: 2rem;
  -moz-border-radius-bottomleft: 2rem;
  border-bottom-left-radius: 2rem;
}
.radius-top-left, .radius-top {
  -webkit-border-top-left-radius: 2rem;
  -moz-border-radius-topleft: 2rem;
  border-top-left-radius: 2rem;
}
.radius-right {
  -webkit-border-top-right-radius: 2rem;
  -webkit-border-bottom-right-radius: 2rem;
  -moz-border-radius-topright: 2rem;
  -moz-border-radius-bottomright: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.radius-bottom-right, .radius-bottom {
  -webkit-border-bottom-right-radius: 2rem;
  -moz-border-radius-bottomright: 2rem;
  border-bottom-right-radius: 2rem;
}
.radius-top-right, .radius-top {
  -webkit-border-top-right-radius: 2rem;
  -moz-border-radius-topright: 2rem;
  border-top-right-radius: 2rem;
}
.left0 {
  left: 0;
}
.reset {
  left: 0;
  top: 0;
}
.mask {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ombre {
  box-shadow: 0px 0px 5px rgba(127, 127, 127, .1), 0px 0px 5px rgba(127, 127, 127, .1);
  -webkit-box-shadow: 0px 0px 5px rgba(127, 127, 127, .1), 0px 0px 5px rgba(127, 127, 127, .1);
  -moz-box-shadow: 0px 0px 5px rgba(127, 127, 127, .1), 0px 0px 5px rgba(127, 127, 127, .1);
}
a:not(.btn-vert), a:not(.btn-rose), a:not(.sp-scroll-up), a:not(.btn-blanc) {
  color: #000;
}
a:not(.btn-vert):hover, a:not(.btn-rose):hover, a:not(.sp-scroll-up):hover, a:not(.btn-blanc):hover {
  color: #000;
}
a[data-download], a[data-view] {
  padding: 0.5rem;
  width: 12rem;
  display: inline-block;
  text-align: center;
}
a[data-paiement] {
  background-color: #fff;
  border: 0.1rem solid #f00;
  padding: 0.5rem;
  width: 12rem;
  display: inline-block;
  text-align: center;
}
.btn-vert {
  background-color: #a9c923;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid #a9c923;
  text-transform: uppercase;
}
.btn-vert .fa {
  margin-right: 0.5rem;
}
.btn-vert:active, .btn-vert:visited {
  color: #fff;
  outline: 0;
  background-color: #a9c923;
}
.btn-vert:active:focus {
  color: #fff !important;
  background-color: #a9c923 !important;
  border: 0.1rem solid #a9c923 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-vert:hover, .btn-vert:focus {
  color: #fff !important;
  background-color: #a9c923 !important;
  border: 0.1rem solid #a9c923 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-rose, .btn-primary {
  background-color: #e5004b;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid #e5004b;
  text-transform: uppercase;
}
.btn-rose:active, .btn-primary:active, .btn-rose:visited, .btn-primary:visited {
  color: #fff;
  outline: 0;
  background-color: #e5004b;
}
.btn-rose:active:focus, .btn-primary:active:focus {
  color: #fff !important;
  background-color: #e5004b !important;
  border: 0.1rem solid #e5004b !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-rose:hover, .btn-primary:hover, .btn-rose:focus, .btn-primary:focus {
  color: #fff !important;
  background-color: #e5004b !important;
  border: 0.1rem solid #e5004b !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-blanc {
  background-color: #fff;
  color: #a9c923 !important;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid #a9c923;
  text-transform: uppercase;
}
.btn-blanc:active, .btn-blanc:visited {
  color: #a9c923;
  outline: 0;
  background-color: #fff;
}
.btn-blanc:active:focus {
  color: #a9c923 !important;
  background-color: #fff !important;
  border: 0.1rem solid #a9c923 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-blanc:hover, .btn-blanc:focus {
  color: #a9c923 !important;
  background-color: #fff !important;
  border: 0.1rem solid #a9c923 !important;
  outline: 0;
  box-shadow: inherit !important;
}
/*Bootstrap extends*/
.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 576px) {
  .col-sm-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  background-color: #fff;
}
#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 80px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #044cd0;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 4rem 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
}
#sp-footer ul.menu li {
  display: block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  position: relative;
  text-align: center;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.sp-megamenu-parent > li.active > a {
  color: #a9c923;
}
.sp-megamenu-parent > li:hover a {
  color: #a9c923;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
  background-color: #fff;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
  margin-top: 4rem;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1.5rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
  color: #fff !important;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
#system-message-container {
  display: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
body.view-home #sp-main-body {
  display: none;
}
body.view-rsform #sp-main-body > .container, body.view-article #sp-main-body > .container {
  max-width: none;
  padding: 0;
}
#sp-header .logo .logo-image {
  width: 14rem;
}
#sp-top1 {
  padding-top: 1.85rem;
}
#sp-footer2 ul {
  margin-left: 1rem;
}
h1.line.vert:before, h2.line.vert:before, .infowindow h2.line:before, h1.line.vert:after, h2.line.vert:after, .infowindow h2.line:after {
  position: absolute;
  content: "";
  background-color: #a9c923;
  height: 0.1rem;
  width: 10rem;
  top: 1.75rem;
}
h1.line.vert:before, h2.line.vert:before, .infowindow h2.line:before {
  left: -15rem;
}
h1.line.vert:after, h2.line.vert:after, .infowindow h2.line:after {
  right: -15rem;
}
h1.line.blanc:before, h1.exergue-rose.line:before, h1.exergue-vert.line:before, h2.line.blanc:before, h2.exergue-rose.line:before, h2.exergue-vert.line:before, h1.line.blanc:after, h1.exergue-rose.line:after, h1.exergue-vert.line:after, h2.line.blanc:after, h2.exergue-rose.line:after, h2.exergue-vert.line:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 0.1rem;
  width: 10rem;
  top: 1.75rem;
}
h1.line.blanc:before, h1.exergue-rose.line:before, h1.exergue-vert.line:before, h2.line.blanc:before, h2.exergue-rose.line:before, h2.exergue-vert.line:before {
  left: -15rem;
}
h1.line.blanc:after, h1.exergue-rose.line:after, h1.exergue-vert.line:after, h2.line.blanc:after, h2.exergue-rose.line:after, h2.exergue-vert.line:after {
  right: -15rem;
}
a.stretched-link::after {
  z-index: 999;
}
#maps {
  height: 40rem;
  margin-bottom: 6rem;
}
#maps .filter {
  width: 20rem;
  top: 8rem;
  padding: 2rem;
}
#maps .filter ul {
  margin: 0;
  padding: 0;
}
#maps .filter ul li {
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
  cursor: pointer;
}
#maps .filter ul li:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid #000;
  position: absolute;
  left: 0;
}
#maps .filter ul li.checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding-top: 0.25rem;
}
#maps .filter ul li:last-child {
  margin-bottom: 0;
}
.infowindow {
  padding: 1rem;
}
.infowindow h2 {
  text-transform: uppercase;
}
.infowindow p {
  margin-bottom: 0;
}
.infowindow p a {
  padding-top: 1rem;
}
.form-group {
  position: relative;
  margin-top: 2rem;
}
.form-group .control-label {
  position: absolute;
  left: 1rem;
  top: 1.3rem;
  color: #999;
  transition: all 0.2s linear;
  background-color: #fff;
}
.form-group.focused .control-label {
  transform: translateY(-100%);
  font-size: 1.2rem;
  transition: all 0.2s linear;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form-group .form-control {
  padding: 1rem 1rem;
  font-size: 1.5rem;
  border-radius: 0;
  height: 4.5rem;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: inherit;
  border-color: #a9c923;
}
.form-group textarea.form-control {
  resize: none;
  height: 10rem;
}
.rsform-block-envoyer {
  text-align: center;
}
.accroche-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.accroche-footer .custom h3 {
  margin-bottom: 1.5rem;
}
.article-details {
  margin-bottom: 8rem;
}
.article-details .decal {
  padding-left: 0;
  padding-right: 0;
}
#sp-bottom1 {
  margin-bottom: 3rem;
}
#sp-footer1 img {
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#alertpop img {
  max-height: 100%;
  width: auto !important;
}
@media (min-width: 1200px) {
  #sp-top1 {
    text-align: right;
  }
}
.enteteint {
  height: 28rem;
  margin-bottom: 6rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sp-megamenu-parent > li a {
    padding: 0 0.8rem;
  }
  .sp-megamenu-parent > li:first-child a {
    padding-left: 0;
  }
  #sp-top1 .btn-blanc {
    padding: 1rem 4rem;
  }
}
@media (min-width: 992px) {
  #maps .filter {
    width: 20rem;
    top: 6rem;
    padding: 3rem;
  }
  #sp-bottom1 {
    margin-bottom: 0;
  }
  #sp-bottom .sp-column {
    height: 100%;
  }
  #sp-bottom .sp-column .sp-module {
    height: 100%;
  }
  #sp-bottom .sp-column .sp-module .sp-module-content {
    height: 100%;
  }
  .accroche-footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .accroche-footer .custom:not(.nocolumn) {
    column-count: 2;
    column-gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sp-top1 {
    text-align: center;
  }
  #maps .filter {
    width: 20rem;
    top: 6rem;
    left: 3rem;
    padding: 3rem;
  }
  .accroche-footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .enteteint {
    height: 28rem;
    margin-bottom: 6rem;
  }
  .article-details {
    margin-bottom: 8rem;
  }
  .article-details .decal {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  #maps {
    height: 54rem;
    margin-bottom: 6rem;
  }
  #maps .filter {
    width: 20rem;
    top: 6rem;
    padding: 3rem;
  }
  .rsform-block-envoyer {
    text-align: right;
  }
  #sp-footer1 img {
    width: 16rem;
  }
  #sp-footer ul.menu {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  #sp-footer2 {
    text-align: center;
  }
  .view-rsform .souhait {
    text-align: center;
  }
  .view-rsform .souhait .row:last-child a {
    margin-bottom: 3rem;
  }
}
