/**
 * @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
 */
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: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(35, 40, 40, .7);
}
#sp-header .logo {
  height: 60px;
  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-title {
  min-height: 0;
}
.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);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.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-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore 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;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding-top: 3rem;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#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;
  padding-bottom: 75px;
}
#sp-footer .container-inner {
  padding: 30px 0;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  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;
}
.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;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
/*@import 'legacy';*/
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  text-align: center;
  position: relative;
}
.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: 60px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.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;
  background-color: #fff;
  text-align: left;
}
.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: 10px 0;
  cursor: pointer;
  color: #232828;
  font-size: 1.5rem;
}
.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: "FontAwesome";
  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: "FontAwesome";
  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: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 0;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
#offcanvas-toggler .titre {
  font-size: 2.2rem;
  display: inline-block;
  margin-top: -0.5rem;
}
.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;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
  margin-top: 2rem;
}
.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: 1rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1.4rem;
  padding: 0.125rem 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.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: FontAwesome;
  width: 3rem;
  text-align: right;
}
.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: FontAwesome;
}
.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;
  margin-top: 1rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 1.4rem;
}
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;
}
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;
}
/*@import 'animation';*/
* {
  outline: 0;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}
.blanc {
  color: #fff;
}
.vert {
  color: #ed7b1d;
}
.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcontain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bgvert {
  background-color: #ed7b1d;
}
.bgvert-clair, body.com-fakehome #sp-accroche1 {
  background-color: #f4f9ec;
}
.bgnoir {
  background-color: #50505a;
}
.bgblanc {
  background-color: #fff;
}
.manuscrit, #entete .img .content h1 {
  font-family: 'Satisfy', cursive;
}
.no-gutters-left {
  padding-left: 0;
}
.no-gutters-right {
  padding-right: 0;
}
.rotate0 {
  transform: rotate(0deg);
}
.rotate90, .filter-select .titre.active img {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}
.rotate270, .filter-select .titre img {
  transform: rotate(270deg);
}
.btn-cta, .rsform-submit-button, .btn-primary, .btn-cta:active:focus, .rsform-submit-button:active:focus, .btn-primary:active:focus, .btn-cta:hover, .rsform-submit-button:hover, .btn-primary:hover, .btn-cta:focus, .rsform-submit-button:focus, .btn-primary:focus, .btn-cta-rouge, .btn-cta-rouge:active:focus, .btn-cta-rouge:hover, .btn-cta-rouge:focus, .btn-cta-vert, .btn-cta-vert:active:focus, .btn-cta-vert:hover, .btn-cta-vert:focus, .btn-cta-blanc, .btn-cta-blanc:active:focus, .btn-cta-blanc:hover, .btn-cta-blanc:focus {
  transition: all linear 0.3s;
}
.radius-all {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.radius-rond {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.radius-left {
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-bottom-left-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-bottomleft: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.radius-bottom-left, .radius-bottom {
  -webkit-border-bottom-left-radius: 1rem;
  -moz-border-radius-bottomleft: 1rem;
  border-bottom-left-radius: 1rem;
}
.radius-top-left, .radius-top {
  -webkit-border-top-left-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  border-top-left-radius: 1rem;
}
.radius-right {
  -webkit-border-top-right-radius: 1rem;
  -webkit-border-bottom-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  -moz-border-radius-bottomright: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.radius-bottom-right, .radius-bottom {
  -webkit-border-bottom-right-radius: 1rem;
  -moz-border-radius-bottomright: 1rem;
  border-bottom-right-radius: 1rem;
}
.radius-top-right, .radius-top {
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.btn-cta, .rsform-submit-button, .btn-primary {
  background-color: #50505a !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 1.8rem;
  padding: 1rem 5rem !important;
  display: inline-block;
  border: 0.1rem solid transparent !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
}
.btn-cta:active, .rsform-submit-button:active, .btn-primary:active, .btn-cta:visited, .rsform-submit-button:visited, .btn-primary:visited {
  color: #fff;
  outline: 0;
  background-color: #50505a;
}
.btn-cta:active:focus, .rsform-submit-button:active:focus, .btn-primary:active:focus {
  color: #fff !important;
  background-color: #50505a !important;
  border: 0.1rem solid #50505a !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta:hover, .rsform-submit-button:hover, .btn-primary:hover, .btn-cta:focus, .rsform-submit-button:focus, .btn-primary:focus {
  color: #fff !important;
  background-color: #50505a !important;
  border: 0.1rem solid #50505a !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-rouge {
  background-color: #f55;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid transparent;
  text-transform: uppercase;
  border-radius: 10px !important;
}
.btn-cta-rouge:active, .btn-cta-rouge:visited {
  color: #fff;
  outline: 0;
  background-color: #f55;
}
.btn-cta-rouge:active:focus {
  color: #fff !important;
  background-color: #f55 !important;
  border: 0.1rem solid #f55 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-rouge:hover, .btn-cta-rouge:focus {
  color: #fff !important;
  background-color: #f55 !important;
  border: 0.1rem solid #f55 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-vert {
  background-color: #ed7b1d;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid transparent;
  text-transform: uppercase;
  border-radius: 10px !important;
}
.btn-cta-vert:active, .btn-cta-vert:visited {
  color: #fff;
  outline: 0;
  background-color: #ed7b1d;
}
.btn-cta-vert:active:focus {
  color: #fff !important;
  background-color: #ed7b1d !important;
  border: 0.1rem solid #ed7b1d !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-vert:hover, .btn-cta-vert:focus {
  color: #fff !important;
  background-color: #ed7b1d !important;
  border: 0.1rem solid #ed7b1d !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-blanc {
  background-color: #fff;
  color: #ed7b1d;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1rem 5rem;
  display: inline-block;
  border: 0.1rem solid #fff;
  text-transform: uppercase;
  border-radius: 10px !important;
}
.btn-cta-blanc:active, .btn-cta-blanc:visited {
  color: #ed7b1d;
  outline: 0;
  background-color: #fff;
}
.btn-cta-blanc:active:focus {
  color: #ed7b1d !important;
  background-color: #fff !important;
  border: 0.1rem solid #fff !important;
  outline: 0;
  box-shadow: inherit !important;
}
.btn-cta-blanc:hover, .btn-cta-blanc:focus {
  color: #ed7b1d !important;
  background-color: #fff !important;
  border: 0.1rem solid #fff !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% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
html, body {
  font-size: 62.5%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
body.com-content .item-page a {
  color: #ed7b1d !important;
}
body.com-content .item-page ul li {
  list-style-type: none;
}
body.es-es #sp-menu {
  padding-left: 0;
  padding-right: 0;
}
a {
  color: #50505a;
}
a:hover, a:focus, a:active {
  color: #50505a;
}
.bloc-logo .logo-top {
  padding: 1.5rem;
  margin-top: -1rem;
  position: absolute;
  left: 50%;
  margin-left: -8rem;
}
.bloc-logo .logo-top img {
  width: 13rem;
  height: 13rem;
  max-width: none;
}
#entete .mask {
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.72)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.72) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.72) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#B7000000, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B7000000', GradientType=0)";
  z-index: 8;
}
#entete .img {
  height: 50rem;
}
#entete .img .content {
  z-index: 9;
}
#entete .img .content h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 3rem;
  margin-top: 12rem;
}
#entete .img .content .soustitre {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
}
#entete .img .content .soustitre .vert {
  font-weight: 900;
}
#entete .accroche .bloc-accroche .bloc-content {
  min-height: 20rem;
}
#entete .accroche .bloc-accroche .bloc-content .content {
  color: #fff;
}
#entete .accroche .bloc-accroche .bloc-content .content b, #entete .accroche .bloc-accroche .bloc-content .content strong {
  font-weight: 900;
}
#entete .accroche .bloc-accroche .bloc-content .content .titreaccroche {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
#sp-avis {
  position: relative;
  background-image: url("/images/vacanciers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sp-avis h2 {
  color: #fff;
}
#sp-avis .mask {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
}
#sp-avis #sp-bottom1 {
  position: inherit;
}
#sp-avis .rating .checked {
  color: orange;
}
.filter-select {
  background-color: #fff;
  position: relative;
}
.filter-select .titre {
  cursor: pointer;
  font-weight: 900;
  color: #ed7b1d;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #ed7b1d;
}
.filter-select .titre img {
  display: inline-block;
  width: 2.2rem;
  float: right;
  margin-top: -0.7rem;
  transition: all 1s;
}
.filter-select .titre.active img {
  transition: all 1s;
}
.filter-select .data {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0rem;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  border: 0.1rem solid #ed7b1d;
  border-top: 0;
  padding-left: 2rem;
  padding-top: 1rem;
}
.filter-select .data ul {
  margin: 0;
  padding: 0;
}
.filter-select .data ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  color: #ed7b1d;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}
.filter-select .data ul li:not(.separateur) {
  cursor: pointer;
}
.filter-select .data ul li:hover {
  color: #ed7b1d;
}
.filter-select .data ul li.active {
  color: #ed7b1d;
}
.filter-select .data ul li.active img {
  display: block;
}
.filter-select .data ul li.separateur {
  height: 0.1rem;
  background-color: #ed7b1d;
  padding: 0;
  margin-right: 2rem;
}
.filter-select .data ul li img {
  float: right;
  width: 1.5rem;
  margin-right: 2.2rem;
  display: none;
}
table.table-responsive {
  border: 0.1rem solid #dee2e6;
  display: inline;
}
table.table-responsive tbody tr:first-child {
  background-color: #ed7b1d;
  color: #fff;
  font-weight: 700;
}
table.table-responsive tbody tr:first-child td {
  padding: 1rem;
}
table.table-responsive tbody tr td {
  padding: 1rem;
  border: 0.1rem solid #dee2e6;
}
table.table-responsive tbody tr td:first-child {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mod-languages {
  text-align: right;
  padding-top: 0.25rem;
  position: relative;
}
.mod-languages .dropdown-menu {
  min-width: auto;
}
.mod-languages .dropdown-menu.lang-block {
  padding: 1rem;
  left: -2rem !important;
}
.mod-languages .dropdown-menu img {
  width: 2rem;
  max-width: none;
}
.mod-languages .dropdown-toggle:after {
  position: absolute;
  left: -2rem;
  top: 1.8rem;
  color: #ed7b1d;
  border-top: 1rem solid;
  border-right: 1rem solid transparent;
  border-bottom: 0;
  border-left: 1rem solid transparent;
}
.mod-languages a {
  color: red;
}
.mod-languages a:focus {
  outline: 0;
  box-shadow: none;
}
.mod-languages li {
  margin-bottom: 10px;
}
.mod-languages li:last-child {
  margin-bottom: 0;
}
.article-details {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.article-details h2 {
  font-weight: 900;
}
.article-details a {
  color: #ed7b1d;
}
.article-details a:hover, .article-details a:focus, .article-details a:visited {
  color: #ed7b1d;
}
.item-page {
  margin-bottom: 4rem;
}
.item-page .carousel .carousel-control-prev, .item-page .carousel .carousel-control-next {
  width: 4rem;
}
.item-page .carousel .carousel-control-prev .fa, .item-page .carousel .carousel-control-next .fa {
  font-size: 3rem;
  background-color: #fff;
  padding: 1rem;
  color: #ed7b1d;
}
.item-page a {
  color: #ed7b1d;
}
.item-page a:hover {
  color: #ed7b1d;
}
form.modern {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
form.modern .form-group {
  position: relative;
  margin-top: 2rem;
}
form.modern .form-group .control-label {
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  font-size: 1.5rem;
  color: #999;
  transition: all 0.2s linear;
  background-color: #fff;
}
form.modern .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.modern .form-group .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-radius: 0;
  height: 3.5rem;
}
form.modern .form-group .form-control:focus {
  outline: 0;
  box-shadow: inherit;
  border-color: #ed7b1d;
}
form.modern .form-group textarea.form-control {
  resize: none;
  height: 10rem;
}
form.modern.newsletter .form-group .control-label {
  top: 1.15rem;
}
form.modern.newsletter .form-group .form-control {
  height: 4.5rem;
  padding: 1rem;
}
form.modern .rsform-block-coordonnees h2 {
  margin-top: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
form.modern .formContainer .form-row:first-child {
  margin-bottom: 4rem;
}
form.modern .rsform-block-send {
  text-align: right;
}
form.modern .rsform-block-send .rsform-submit-button {
  border-radius: 0;
}
.news h2 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 6rem;
}
.news .newsletter {
  margin-top: 2rem;
}
.news .newsletter .rsform-block-submit {
  text-align: center;
}
.itemid-264 h2, .itemid-265 h2, .itemid-288 h2, .itemid-289 h2, .itemid-291 h2, .itemid-290 h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter .col-12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .newsletter .col-12 .rsform-block-submit {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    margin-left: 1.5rem;
  }
  .newsletter .col-12 .rsform-block-email {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
  }
  #entete .img {
    height: 44rem;
  }
  #entete .img .content h1 {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
  #entete .img .content .soustitre {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #entete .accroche .bloc-accroche {
    background-size: 24rem 23rem;
    background-position: bottom -4rem right 8rem;
  }
  #entete .accroche .bloc-accroche .bloc-content {
    min-height: 20rem;
  }
  #entete .accroche .bloc-accroche .bloc-content .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #entete .accroche .bloc-accroche .bloc-content .content .titreaccroche {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #entete .img {
    height: 50rem;
  }
  #entete .img .content h1 {
    margin-top: 8rem;
  }
  #sp-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
  body.es-es #sp-header .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .bloc-logo .logo-top {
    position: relative;
    left: inherit;
  }
  .all-articles .article-list .card .img {
    height: 26rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #entete .img {
    height: 50rem;
  }
  #entete .img .content h1 {
    margin-top: 8rem;
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 3rem;
  }
  #entete .img .content .soustitre {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #entete .accroche .bloc-accroche {
    background-size: 24rem 23rem;
    background-position: bottom -4rem right -2rem;
  }
  #entete .accroche .bloc-accroche .bloc-content {
    min-height: 20rem;
  }
  #entete .accroche .bloc-accroche .bloc-content .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #entete .accroche .bloc-accroche .bloc-content .content .titreaccroche {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  .all-articles .article-list .card .img {
    height: 26rem;
  }
}
@media (min-width: 768px) {
  .bloc-logo .logo-top {
    margin-left: 0;
  }
  .bloc-logo .logo-top img {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 768px) {
  form.modern .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  form.modern .rsform-block-send {
    text-align: center;
  }
  form.modern .rsform-block-send .rsform-submit-button {
    width: 100%;
  }
  .all-articles .article-list .card .img {
    height: 20rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #entete .img .content h1 {
    margin-top: 6rem;
  }
  #entete .accroche .bloc-accroche {
    background-size: 24rem 23rem;
    background-position: bottom -4rem right -6rem;
  }
}
@media (min-width: 576px) {
  #entete .accroche .bloc-accroche {
    background-image: url('/images/site/frise.svg');
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #sp-header .row {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
