@charset "UTF-8";

/* compileCompressed: main.css, sourceMap: false*/

/* Variables */

/* colors */

/* Couleur du site initial: #ea7d00 */

/* Sizes */

/* Background image path */

/* seasons icon for step n°4 */

/* font variables */

/* Responsive */

/* Responsive */

/* Mixins */

/*
Mixin used to refactor form-sejour with precise fonts
*/

/* Mixins for the template page votre-sejour */

/* Mixin to insert an icon centered above a text in a container */

/* 1 - TOOLS*/

/*----------------------------------------------------------- ------------------------------------------------------------- Eric Meyer's Reset CSS v2.0 http://cssreset.com ------------------------------------------------------------- -----------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

/*----------------------------------------------------------- ------------------------------------------------------------- Gridlock v3.2.1 - 2014-10-28 A responsive CSS grid system. Part of the Formstone Library. http://formstone.it/gridlock/ Copyright 2014 Ben Plum; MIT Licensed ------------------------------------------------------------- -----------------------------------------------------------*/

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gridlock .row {
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.gridlock .row:after {
  height: 0;
  clear: both;
  content: '.';
  display: block;
  line-height: 0;
  visibility: hidden;
}

.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gridlock .row [class*='all-'],
.gridlock .row [class*='min-'],
.gridlock .row [class*='mobile-'],
.gridlock .row [class*='tablet-'],
.gridlock .row [class*='desktop-'],
.gridlock .row [class*='max-'] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.gridlock .row [class*='all-'].padded,
.gridlock .row [class*='min-'].padded,
.gridlock .row [class*='mobile-'].padded,
.gridlock .row [class*='tablet-'].padded,
.gridlock .row [class*='desktop-'].padded,
.gridlock .row [class*='max-'].padded {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}

.gridlock .row [class*='all-'].contained,
.gridlock .row [class*='min-'].contained,
.gridlock .row [class*='mobile-'].contained,
.gridlock .row [class*='tablet-'].contained,
.gridlock .row [class*='desktop-'].contained,
.gridlock .row [class*='max-'].contained {
  margin-left: 0;
  margin-right: 0;
}

.gridlock .row [class*='all-'].right,
.gridlock .row [class*='min-'].right,
.gridlock .row [class*='mobile-'].right,
.gridlock .row [class*='tablet-'].right,
.gridlock .row [class*='desktop-'].right,
.gridlock .row [class*='max-'].right {
  float: right;
}

.gridlock-fluid .row {
  width: 98%;
}

.gridlock .row .all-fifth {
  width: 17.91666667%;
}

.gridlock .row .all-fourth {
  width: 22.91666667%;
}

.gridlock .row .all-third {
  width: 31.25%;
}

.gridlock .row .all-half {
  width: 47.91666667%;
}

.gridlock .row .all-full {
  width: 97.91666667%;
}

.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%;
}

.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%;
}

.gridlock .row .all-push-third {
  margin-left: 34.375%;
}

.gridlock .row .all-push-half {
  margin-left: 51.04166667%;
}

.gridlock .row .contained.all-fifth {
  width: 20%;
}

.gridlock .row .contained.all-fourth {
  width: 25%;
}

.gridlock .row .contained.all-third {
  width: 33.33333333%;
}

.gridlock .row .contained.all-half {
  width: 50%;
}

.gridlock .row .contained.all-full {
  width: 100%;
}

.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}

.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}

.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}

.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}

.gridlock .row [class*='all-'].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.gridlock .row .all-hide {
  display: none;
}

/* 2 - FONTS*/

/*----------------------------------------------------------- ------------------------------------------------------------- FONTS ------------------------------------------------------------- -----------------------------------------------------------*/

/*--- Initial website fonts ---*/

@font-face {
  font-family: 'feather';
  src: url("2-fonts/feather/feather-webfont.eot");
  src: url("2-fonts/feather/feather-webfont.eot?#iefix") format("embedded-opentype"), url("2-fonts/feather/feather-webfont.woff") format("woff"), url("2-fonts/feather/feather-webfont.ttf") format("truetype"), url("2-fonts/feather/feather-webfont.svg#feather") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Character Mapping Method */

[data-icon]:before {
  display: inline-block;
  font-family: 'feather';
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Class Mapping Method */

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  font-family: 'feather';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: '\e000';
}

.icon-paper-clip:before {
  content: '\e001';
}

.icon-mail:before {
  content: '\e002';
}

.icon-mail:before {
  content: '\e002';
}

.icon-toggle:before {
  content: '\e003';
}

.icon-layout:before {
  content: '\e004';
}

.icon-link:before {
  content: '\e005';
}

.icon-bell:before {
  content: '\e006';
}

.icon-lock:before {
  content: '\e007';
}

.icon-unlock:before {
  content: '\e008';
}

.icon-ribbon:before {
  content: '\e009';
}

.icon-image:before {
  content: '\e010';
}

.icon-signal:before {
  content: '\e011';
}

.icon-target:before {
  content: '\e012';
}

.icon-clipboard:before {
  content: '\e013';
}

.icon-clock:before {
  content: '\e014';
}

.icon-clock:before {
  content: '\e014';
}

.icon-watch:before {
  content: '\e015';
}

.icon-air-play:before {
  content: '\e016';
}

.icon-camera:before {
  content: '\e017';
}

.icon-video:before {
  content: '\e018';
}

.icon-disc:before {
  content: '\e019';
}

.icon-printer:before {
  content: '\e020';
}

.icon-monitor:before {
  content: '\e021';
}

.icon-server:before {
  content: '\e022';
}

.icon-cog:before {
  content: '\e023';
}

.icon-heart:before {
  content: '\e024';
}

.icon-paragraph:before {
  content: '\e025';
}

.icon-align-justify:before {
  content: '\e026';
}

.icon-align-left:before {
  content: '\e027';
}

.icon-align-center:before {
  content: '\e028';
}

.icon-align-right:before {
  content: '\e029';
}

.icon-book:before {
  content: '\e030';
}

.icon-layers:before {
  content: '\e031';
}

.icon-stack:before {
  content: '\e032';
}

.icon-stack-2:before {
  content: '\e033';
}

.icon-paper:before {
  content: '\e034';
}

.icon-paper-stack:before {
  content: '\e035';
}

.icon-search:before {
  content: '\e036';
}

.icon-zoom-in:before {
  content: '\e037';
}

.icon-zoom-out:before {
  content: '\e038';
}

.icon-reply:before {
  content: '\e039';
}

.icon-circle-plus:before {
  content: '\e040';
}

.icon-circle-minus:before {
  content: '\e041';
}

.icon-circle-check:before {
  content: '\e042';
}

.icon-circle-cross:before {
  content: '\e043';
}

.icon-square-plus:before {
  content: '\e044';
}

.icon-square-minus:before {
  content: '\e045';
}

.icon-square-check:before {
  content: '\e046';
}

.icon-square-cross:before {
  content: '\e047';
}

.icon-microphone:before {
  content: '\e048';
}

.icon-record:before {
  content: '\e049';
}

.icon-skip-back:before {
  content: '\e050';
}

.icon-rewind:before {
  content: '\e051';
}

.icon-play:before {
  content: '\e052';
}

.icon-pause:before {
  content: '\e053';
}

.icon-stop:before {
  content: '\e054';
}

.icon-fast-forward:before {
  content: '\e055';
}

.icon-skip-forward:before {
  content: '\e056';
}

.icon-shuffle:before {
  content: '\e057';
}

.icon-repeat:before {
  content: '\e058';
}

.icon-folder:before {
  content: '\e059';
}

.icon-umbrella:before {
  content: '\e060';
}

.icon-moon:before {
  content: '\e061';
}

.icon-thermometer:before {
  content: '\e062';
}

.icon-drop:before {
  content: '\e063';
}

.icon-sun:before {
  content: '\e064';
}

.icon-cloud:before {
  content: '\e065';
}

.icon-cloud-upload:before {
  content: '\e066';
}

.icon-cloud-download:before {
  content: '\e067';
}

.icon-upload:before {
  content: '\e068';
}

.icon-download:before {
  content: '\e069';
}

.icon-location:before {
  content: '\e070';
}

.icon-location-2:before {
  content: '\e071';
}

.icon-map:before {
  content: '\e072';
}

.icon-battery:before {
  content: '\e073';
}

.icon-head:before {
  content: '\e074';
}

.icon-briefcase:before {
  content: '\e075';
}

.icon-speech-bubble:before {
  content: '\e076';
}

.icon-anchor:before {
  content: '\e077';
}

.icon-globe:before {
  content: '\e078';
}

.icon-box:before {
  content: '\e079';
}

.icon-reload:before {
  content: '\e080';
}

.icon-share:before {
  content: '\e081';
}

.icon-marquee:before {
  content: '\e082';
}

.icon-marquee-plus:before {
  content: '\e083';
}

.icon-marquee-minus:before {
  content: '\e084';
}

.icon-tag:before {
  content: '\e085';
}

.icon-power:before {
  content: '\e086';
}

.icon-command:before {
  content: '\e087';
}

.icon-alt:before {
  content: '\e088';
}

.icon-esc:before {
  content: '\e089';
}

.icon-bar-graph:before {
  content: '\e090';
}

.icon-bar-graph-2:before {
  content: '\e091';
}

.icon-pie-graph:before {
  content: '\e092';
}

.icon-star:before {
  content: '\e093';
}

.icon-arrow-left:before {
  content: '\e094';
}

.icon-arrow-right:before {
  content: '\e095';
}

.icon-arrow-up:before {
  content: '\e096';
}

.icon-arrow-down:before {
  content: '\e097';
}

.icon-volume:before {
  content: '\e098';
}

.icon-mute:before {
  content: '\e099';
}

.icon-content-right:before {
  content: '\e100';
}

.icon-content-left:before {
  content: '\e101';
}

.icon-grid:before {
  content: '\e102';
}

.icon-grid-2:before {
  content: '\e103';
}

.icon-columns:before {
  content: '\e104';
}

.icon-loader:before {
  content: '\e105';
}

.icon-bag:before {
  content: '\e106';
}

.icon-ban:before {
  content: '\e107';
}

.icon-flag:before {
  content: '\e108';
}

.icon-trash:before {
  content: '\e109';
}

.icon-expand:before {
  content: '\e110';
}

.icon-contract:before {
  content: '\e111';
}

.icon-maximize:before {
  content: '\e112';
}

.icon-minimize:before {
  content: '\e113';
}

.icon-plus:before {
  content: '\e114';
}

.icon-minus:before {
  content: '\e115';
}

.icon-check:before {
  content: '\e116';
}

.icon-cross:before {
  content: '\e117';
}

.icon-move:before {
  content: '\e118';
}

.icon-delete:before {
  content: '\e119';
}

.icon-menu:before {
  content: '\e120';
}

.icon-archive:before {
  content: '\e121';
}

.icon-inbox:before {
  content: '\e122';
}

.icon-outbox:before {
  content: '\e123';
}

.icon-file:before {
  content: '\e124';
}

.icon-file-add:before {
  content: '\e125';
}

.icon-file-subtract:before {
  content: '\e126';
}

.icon-help:before {
  content: '\e127';
}

.icon-open:before {
  content: '\e128';
}

.icon-ellipsis:before {
  content: '\e129';
}

/* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */

@font-face {
  font-family: 'FontAwesome';
  src: url("2-fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("2-fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("2-fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("2-fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("2-fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */

.fa-glass:before {
  content: '\f000';
}

.fa-music:before {
  content: '\f001';
}

.fa-search:before {
  content: '\f002';
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-film:before {
  content: '\f008';
}

.fa-th-large:before {
  content: '\f009';
}

.fa-th:before {
  content: '\f00a';
}

.fa-th-list:before {
  content: '\f00b';
}

.fa-check:before {
  content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}

.fa-search-plus:before {
  content: '\f00e';
}

.fa-search-minus:before {
  content: '\f010';
}

.fa-power-off:before {
  content: '\f011';
}

.fa-signal:before {
  content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}

.fa-trash-o:before {
  content: '\f014';
}

.fa-home:before {
  content: '\f015';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-road:before {
  content: '\f018';
}

.fa-download:before {
  content: '\f019';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-inbox:before {
  content: '\f01c';
}

.fa-play-circle-o:before {
  content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}

.fa-refresh:before {
  content: '\f021';
}

.fa-list-alt:before {
  content: '\f022';
}

.fa-lock:before {
  content: '\f023';
}

.fa-flag:before {
  content: '\f024';
}

.fa-headphones:before {
  content: '\f025';
}

.fa-volume-off:before {
  content: '\f026';
}

.fa-volume-down:before {
  content: '\f027';
}

.fa-volume-up:before {
  content: '\f028';
}

.fa-qrcode:before {
  content: '\f029';
}

.fa-barcode:before {
  content: '\f02a';
}

.fa-tag:before {
  content: '\f02b';
}

.fa-tags:before {
  content: '\f02c';
}

.fa-book:before {
  content: '\f02d';
}

.fa-bookmark:before {
  content: '\f02e';
}

.fa-print:before {
  content: '\f02f';
}

.fa-camera:before {
  content: '\f030';
}

.fa-font:before {
  content: '\f031';
}

.fa-bold:before {
  content: '\f032';
}

.fa-italic:before {
  content: '\f033';
}

.fa-text-height:before {
  content: '\f034';
}

.fa-text-width:before {
  content: '\f035';
}

.fa-align-left:before {
  content: '\f036';
}

.fa-align-center:before {
  content: '\f037';
}

.fa-align-right:before {
  content: '\f038';
}

.fa-align-justify:before {
  content: '\f039';
}

.fa-list:before {
  content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}

.fa-indent:before {
  content: '\f03c';
}

.fa-video-camera:before {
  content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}

.fa-pencil:before {
  content: '\f040';
}

.fa-map-marker:before {
  content: '\f041';
}

.fa-adjust:before {
  content: '\f042';
}

.fa-tint:before {
  content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}

.fa-share-square-o:before {
  content: '\f045';
}

.fa-check-square-o:before {
  content: '\f046';
}

.fa-arrows:before {
  content: '\f047';
}

.fa-step-backward:before {
  content: '\f048';
}

.fa-fast-backward:before {
  content: '\f049';
}

.fa-backward:before {
  content: '\f04a';
}

.fa-play:before {
  content: '\f04b';
}

.fa-pause:before {
  content: '\f04c';
}

.fa-stop:before {
  content: '\f04d';
}

.fa-forward:before {
  content: '\f04e';
}

.fa-fast-forward:before {
  content: '\f050';
}

.fa-step-forward:before {
  content: '\f051';
}

.fa-eject:before {
  content: '\f052';
}

.fa-chevron-left:before {
  content: '\f053';
}

.fa-chevron-right:before {
  content: '\f054';
}

.fa-plus-circle:before {
  content: '\f055';
}

.fa-minus-circle:before {
  content: '\f056';
}

.fa-times-circle:before {
  content: '\f057';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-question-circle:before {
  content: '\f059';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-crosshairs:before {
  content: '\f05b';
}

.fa-times-circle-o:before {
  content: '\f05c';
}

.fa-check-circle-o:before {
  content: '\f05d';
}

.fa-ban:before {
  content: '\f05e';
}

.fa-arrow-left:before {
  content: '\f060';
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-arrow-up:before {
  content: '\f062';
}

.fa-arrow-down:before {
  content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}

.fa-expand:before {
  content: '\f065';
}

.fa-compress:before {
  content: '\f066';
}

.fa-plus:before {
  content: '\f067';
}

.fa-minus:before {
  content: '\f068';
}

.fa-asterisk:before {
  content: '\f069';
}

.fa-exclamation-circle:before {
  content: '\f06a';
}

.fa-gift:before {
  content: '\f06b';
}

.fa-leaf:before {
  content: '\f06c';
}

.fa-fire:before {
  content: '\f06d';
}

.fa-eye:before {
  content: '\f06e';
}

.fa-eye-slash:before {
  content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}

.fa-plane:before {
  content: '\f072';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-random:before {
  content: '\f074';
}

.fa-comment:before {
  content: '\f075';
}

.fa-magnet:before {
  content: '\f076';
}

.fa-chevron-up:before {
  content: '\f077';
}

.fa-chevron-down:before {
  content: '\f078';
}

.fa-retweet:before {
  content: '\f079';
}

.fa-shopping-cart:before {
  content: '\f07a';
}

.fa-folder:before {
  content: '\f07b';
}

.fa-folder-open:before {
  content: '\f07c';
}

.fa-arrows-v:before {
  content: '\f07d';
}

.fa-arrows-h:before {
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-camera-retro:before {
  content: '\f083';
}

.fa-key:before {
  content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}

.fa-comments:before {
  content: '\f086';
}

.fa-thumbs-o-up:before {
  content: '\f087';
}

.fa-thumbs-o-down:before {
  content: '\f088';
}

.fa-star-half:before {
  content: '\f089';
}

.fa-heart-o:before {
  content: '\f08a';
}

.fa-sign-out:before {
  content: '\f08b';
}

.fa-linkedin-square:before {
  content: '\f08c';
}

.fa-thumb-tack:before {
  content: '\f08d';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-sign-in:before {
  content: '\f090';
}

.fa-trophy:before {
  content: '\f091';
}

.fa-github-square:before {
  content: '\f092';
}

.fa-upload:before {
  content: '\f093';
}

.fa-lemon-o:before {
  content: '\f094';
}

.fa-phone:before {
  content: '\f095';
}

.fa-square-o:before {
  content: '\f096';
}

.fa-bookmark-o:before {
  content: '\f097';
}

.fa-phone-square:before {
  content: '\f098';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook:before {
  content: '\f09a';
}

.fa-github:before {
  content: '\f09b';
}

.fa-unlock:before {
  content: '\f09c';
}

.fa-credit-card:before {
  content: '\f09d';
}

.fa-rss:before {
  content: '\f09e';
}

.fa-hdd-o:before {
  content: '\f0a0';
}

.fa-bullhorn:before {
  content: '\f0a1';
}

.fa-bell:before {
  content: '\f0f3';
}

.fa-certificate:before {
  content: '\f0a3';
}

.fa-hand-o-right:before {
  content: '\f0a4';
}

.fa-hand-o-left:before {
  content: '\f0a5';
}

.fa-hand-o-up:before {
  content: '\f0a6';
}

.fa-hand-o-down:before {
  content: '\f0a7';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-globe:before {
  content: '\f0ac';
}

.fa-wrench:before {
  content: '\f0ad';
}

.fa-tasks:before {
  content: '\f0ae';
}

.fa-filter:before {
  content: '\f0b0';
}

.fa-briefcase:before {
  content: '\f0b1';
}

.fa-arrows-alt:before {
  content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}

.fa-cloud:before {
  content: '\f0c2';
}

.fa-flask:before {
  content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}

.fa-paperclip:before {
  content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}

.fa-square:before {
  content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}

.fa-list-ul:before {
  content: '\f0ca';
}

.fa-list-ol:before {
  content: '\f0cb';
}

.fa-strikethrough:before {
  content: '\f0cc';
}

.fa-underline:before {
  content: '\f0cd';
}

.fa-table:before {
  content: '\f0ce';
}

.fa-magic:before {
  content: '\f0d0';
}

.fa-truck:before {
  content: '\f0d1';
}

.fa-pinterest:before {
  content: '\f0d2';
}

.fa-pinterest-square:before {
  content: '\f0d3';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-money:before {
  content: '\f0d6';
}

.fa-caret-down:before {
  content: '\f0d7';
}

.fa-caret-up:before {
  content: '\f0d8';
}

.fa-caret-left:before {
  content: '\f0d9';
}

.fa-caret-right:before {
  content: '\f0da';
}

.fa-columns:before {
  content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-linkedin:before {
  content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}

.fa-comment-o:before {
  content: '\f0e5';
}

.fa-comments-o:before {
  content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}

.fa-sitemap:before {
  content: '\f0e8';
}

.fa-umbrella:before {
  content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}

.fa-lightbulb-o:before {
  content: '\f0eb';
}

.fa-exchange:before {
  content: '\f0ec';
}

.fa-cloud-download:before {
  content: '\f0ed';
}

.fa-cloud-upload:before {
  content: '\f0ee';
}

.fa-user-md:before {
  content: '\f0f0';
}

.fa-stethoscope:before {
  content: '\f0f1';
}

.fa-suitcase:before {
  content: '\f0f2';
}

.fa-bell-o:before {
  content: '\f0a2';
}

.fa-coffee:before {
  content: '\f0f4';
}

.fa-cutlery:before {
  content: '\f0f5';
}

.fa-file-text-o:before {
  content: '\f0f6';
}

.fa-building-o:before {
  content: '\f0f7';
}

.fa-hospital-o:before {
  content: '\f0f8';
}

.fa-ambulance:before {
  content: '\f0f9';
}

.fa-medkit:before {
  content: '\f0fa';
}

.fa-fighter-jet:before {
  content: '\f0fb';
}

.fa-beer:before {
  content: '\f0fc';
}

.fa-h-square:before {
  content: '\f0fd';
}

.fa-plus-square:before {
  content: '\f0fe';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-double-up:before {
  content: '\f102';
}

.fa-angle-double-down:before {
  content: '\f103';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f106';
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-desktop:before {
  content: '\f108';
}

.fa-laptop:before {
  content: '\f109';
}

.fa-tablet:before {
  content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}

.fa-circle-o:before {
  content: '\f10c';
}

.fa-quote-left:before {
  content: '\f10d';
}

.fa-quote-right:before {
  content: '\f10e';
}

.fa-spinner:before {
  content: '\f110';
}

.fa-circle:before {
  content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}

.fa-github-alt:before {
  content: '\f113';
}

.fa-folder-o:before {
  content: '\f114';
}

.fa-folder-open-o:before {
  content: '\f115';
}

.fa-smile-o:before {
  content: '\f118';
}

.fa-frown-o:before {
  content: '\f119';
}

.fa-meh-o:before {
  content: '\f11a';
}

.fa-gamepad:before {
  content: '\f11b';
}

.fa-keyboard-o:before {
  content: '\f11c';
}

.fa-flag-o:before {
  content: '\f11d';
}

.fa-flag-checkered:before {
  content: '\f11e';
}

.fa-terminal:before {
  content: '\f120';
}

.fa-code:before {
  content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}

.fa-location-arrow:before {
  content: '\f124';
}

.fa-crop:before {
  content: '\f125';
}

.fa-code-fork:before {
  content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}

.fa-question:before {
  content: '\f128';
}

.fa-info:before {
  content: '\f129';
}

.fa-exclamation:before {
  content: '\f12a';
}

.fa-superscript:before {
  content: '\f12b';
}

.fa-subscript:before {
  content: '\f12c';
}

.fa-eraser:before {
  content: '\f12d';
}

.fa-puzzle-piece:before {
  content: '\f12e';
}

.fa-microphone:before {
  content: '\f130';
}

.fa-microphone-slash:before {
  content: '\f131';
}

.fa-shield:before {
  content: '\f132';
}

.fa-calendar-o:before {
  content: '\f133';
}

.fa-fire-extinguisher:before {
  content: '\f134';
}

.fa-rocket:before {
  content: '\f135';
}

.fa-maxcdn:before {
  content: '\f136';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-chevron-circle-up:before {
  content: '\f139';
}

.fa-chevron-circle-down:before {
  content: '\f13a';
}

.fa-html5:before {
  content: '\f13b';
}

.fa-css3:before {
  content: '\f13c';
}

.fa-anchor:before {
  content: '\f13d';
}

.fa-unlock-alt:before {
  content: '\f13e';
}

.fa-bullseye:before {
  content: '\f140';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-ellipsis-v:before {
  content: '\f142';
}

.fa-rss-square:before {
  content: '\f143';
}

.fa-play-circle:before {
  content: '\f144';
}

.fa-ticket:before {
  content: '\f145';
}

.fa-minus-square:before {
  content: '\f146';
}

.fa-minus-square-o:before {
  content: '\f147';
}

.fa-level-up:before {
  content: '\f148';
}

.fa-level-down:before {
  content: '\f149';
}

.fa-check-square:before {
  content: '\f14a';
}

.fa-pencil-square:before {
  content: '\f14b';
}

.fa-external-link-square:before {
  content: '\f14c';
}

.fa-share-square:before {
  content: '\f14d';
}

.fa-compass:before {
  content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}

.fa-gbp:before {
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}

.fa-won:before,
.fa-krw:before {
  content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}

.fa-file:before {
  content: '\f15b';
}

.fa-file-text:before {
  content: '\f15c';
}

.fa-sort-alpha-asc:before {
  content: '\f15d';
}

.fa-sort-alpha-desc:before {
  content: '\f15e';
}

.fa-sort-amount-asc:before {
  content: '\f160';
}

.fa-sort-amount-desc:before {
  content: '\f161';
}

.fa-sort-numeric-asc:before {
  content: '\f162';
}

.fa-sort-numeric-desc:before {
  content: '\f163';
}

.fa-thumbs-up:before {
  content: '\f164';
}

.fa-thumbs-down:before {
  content: '\f165';
}

.fa-youtube-square:before {
  content: '\f166';
}

.fa-youtube:before {
  content: '\f167';
}

.fa-xing:before {
  content: '\f168';
}

.fa-xing-square:before {
  content: '\f169';
}

.fa-youtube-play:before {
  content: '\f16a';
}

.fa-dropbox:before {
  content: '\f16b';
}

.fa-stack-overflow:before {
  content: '\f16c';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-flickr:before {
  content: '\f16e';
}

.fa-adn:before {
  content: '\f170';
}

.fa-bitbucket:before {
  content: '\f171';
}

.fa-bitbucket-square:before {
  content: '\f172';
}

.fa-tumblr:before {
  content: '\f173';
}

.fa-tumblr-square:before {
  content: '\f174';
}

.fa-long-arrow-down:before {
  content: '\f175';
}

.fa-long-arrow-up:before {
  content: '\f176';
}

.fa-long-arrow-left:before {
  content: '\f177';
}

.fa-long-arrow-right:before {
  content: '\f178';
}

.fa-apple:before {
  content: '\f179';
}

.fa-windows:before {
  content: '\f17a';
}

.fa-android:before {
  content: '\f17b';
}

.fa-linux:before {
  content: '\f17c';
}

.fa-dribbble:before {
  content: '\f17d';
}

.fa-skype:before {
  content: '\f17e';
}

.fa-foursquare:before {
  content: '\f180';
}

.fa-trello:before {
  content: '\f181';
}

.fa-female:before {
  content: '\f182';
}

.fa-male:before {
  content: '\f183';
}

.fa-gittip:before {
  content: '\f184';
}

.fa-sun-o:before {
  content: '\f185';
}

.fa-moon-o:before {
  content: '\f186';
}

.fa-archive:before {
  content: '\f187';
}

.fa-bug:before {
  content: '\f188';
}

.fa-vk:before {
  content: '\f189';
}

.fa-weibo:before {
  content: '\f18a';
}

.fa-renren:before {
  content: '\f18b';
}

.fa-pagelines:before {
  content: '\f18c';
}

.fa-stack-exchange:before {
  content: '\f18d';
}

.fa-arrow-circle-o-right:before {
  content: '\f18e';
}

.fa-arrow-circle-o-left:before {
  content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}

.fa-dot-circle-o:before {
  content: '\f192';
}

.fa-wheelchair:before {
  content: '\f193';
}

.fa-vimeo-square:before {
  content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}

.fa-plus-square-o:before {
  content: '\f196';
}

.fa-space-shuttle:before {
  content: '\f197';
}

.fa-slack:before {
  content: '\f198';
}

.fa-envelope-square:before {
  content: '\f199';
}

.fa-wordpress:before {
  content: '\f19a';
}

.fa-openid:before {
  content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}

.fa-yahoo:before {
  content: '\f19e';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-reddit:before {
  content: '\f1a1';
}

.fa-reddit-square:before {
  content: '\f1a2';
}

.fa-stumbleupon-circle:before {
  content: '\f1a3';
}

.fa-stumbleupon:before {
  content: '\f1a4';
}

.fa-delicious:before {
  content: '\f1a5';
}

.fa-digg:before {
  content: '\f1a6';
}

.fa-pied-piper:before {
  content: '\f1a7';
}

.fa-pied-piper-alt:before {
  content: '\f1a8';
}

.fa-drupal:before {
  content: '\f1a9';
}

.fa-joomla:before {
  content: '\f1aa';
}

.fa-language:before {
  content: '\f1ab';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-building:before {
  content: '\f1ad';
}

.fa-child:before {
  content: '\f1ae';
}

.fa-paw:before {
  content: '\f1b0';
}

.fa-spoon:before {
  content: '\f1b1';
}

.fa-cube:before {
  content: '\f1b2';
}

.fa-cubes:before {
  content: '\f1b3';
}

.fa-behance:before {
  content: '\f1b4';
}

.fa-behance-square:before {
  content: '\f1b5';
}

.fa-steam:before {
  content: '\f1b6';
}

.fa-steam-square:before {
  content: '\f1b7';
}

.fa-recycle:before {
  content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}

.fa-tree:before {
  content: '\f1bb';
}

.fa-spotify:before {
  content: '\f1bc';
}

.fa-deviantart:before {
  content: '\f1bd';
}

.fa-soundcloud:before {
  content: '\f1be';
}

.fa-database:before {
  content: '\f1c0';
}

.fa-file-pdf-o:before {
  content: '\f1c1';
}

.fa-file-word-o:before {
  content: '\f1c2';
}

.fa-file-excel-o:before {
  content: '\f1c3';
}

.fa-file-powerpoint-o:before {
  content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}

.fa-file-code-o:before {
  content: '\f1c9';
}

.fa-vine:before {
  content: '\f1ca';
}

.fa-codepen:before {
  content: '\f1cb';
}

.fa-jsfiddle:before {
  content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}

.fa-circle-o-notch:before {
  content: '\f1ce';
}

.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}

.fa-git-square:before {
  content: '\f1d2';
}

.fa-git:before {
  content: '\f1d3';
}

.fa-hacker-news:before {
  content: '\f1d4';
}

.fa-tencent-weibo:before {
  content: '\f1d5';
}

.fa-qq:before {
  content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}

.fa-history:before {
  content: '\f1da';
}

.fa-circle-thin:before {
  content: '\f1db';
}

.fa-header:before {
  content: '\f1dc';
}

.fa-paragraph:before {
  content: '\f1dd';
}

.fa-sliders:before {
  content: '\f1de';
}

.fa-share-alt:before {
  content: '\f1e0';
}

.fa-share-alt-square:before {
  content: '\f1e1';
}

.fa-bomb:before {
  content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}

.fa-tty:before {
  content: '\f1e4';
}

.fa-binoculars:before {
  content: '\f1e5';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-slideshare:before {
  content: '\f1e7';
}

.fa-twitch:before {
  content: '\f1e8';
}

.fa-yelp:before {
  content: '\f1e9';
}

.fa-newspaper-o:before {
  content: '\f1ea';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-calculator:before {
  content: '\f1ec';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-google-wallet:before {
  content: '\f1ee';
}

.fa-cc-visa:before {
  content: '\f1f0';
}

.fa-cc-mastercard:before {
  content: '\f1f1';
}

.fa-cc-discover:before {
  content: '\f1f2';
}

.fa-cc-amex:before {
  content: '\f1f3';
}

.fa-cc-paypal:before {
  content: '\f1f4';
}

.fa-cc-stripe:before {
  content: '\f1f5';
}

.fa-bell-slash:before {
  content: '\f1f6';
}

.fa-bell-slash-o:before {
  content: '\f1f7';
}

.fa-trash:before {
  content: '\f1f8';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-at:before {
  content: '\f1fa';
}

.fa-eyedropper:before {
  content: '\f1fb';
}

.fa-paint-brush:before {
  content: '\f1fc';
}

.fa-birthday-cake:before {
  content: '\f1fd';
}

.fa-area-chart:before {
  content: '\f1fe';
}

.fa-pie-chart:before {
  content: '\f200';
}

.fa-line-chart:before {
  content: '\f201';
}

.fa-lastfm:before {
  content: '\f202';
}

.fa-lastfm-square:before {
  content: '\f203';
}

.fa-toggle-off:before {
  content: '\f204';
}

.fa-toggle-on:before {
  content: '\f205';
}

.fa-bicycle:before {
  content: '\f206';
}

.fa-bus:before {
  content: '\f207';
}

.fa-ioxhost:before {
  content: '\f208';
}

.fa-angellist:before {
  content: '\f209';
}

.fa-cc:before {
  content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}

.fa-meanpath:before {
  content: '\f20c';
}

@font-face {
  font-family: 'office-font';
  src: url("2-fonts/office/office-font.eot");
  src: url("2-fonts/office/office-font.eot?#iefix") format("embedded-opentype"), url("2-fonts/office/office-font.woff") format("woff"), url("2-fonts/office/office-font.ttf") format("truetype"), url("2-fonts/office/office-font.svg#office-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'office-font' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='rs-icon-']:before,
[class*=' rs-icon-']:before {
  font-family: 'office-font' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rs-icon-viadeo:before {
  content: '\0061';
}

.rs-icon-twitter:before {
  content: '\0062';
}

.rs-icon-linkedin:before {
  content: '\0063';
}

.rs-icon-facebook:before {
  content: '\0064';
}

.rs-icon-blog:before {
  content: '\0065';
}

.rs-icon-vimeo:before {
  content: '\0066';
}

.rs-icon-youtube:before {
  content: '\0067';
}

.rs-icon-instagram:before {
  content: '\0068';
}

.rs-icon-snapchat:before {
  content: '\0069';
}

.rs-icon-vse:before {
  content: '\006a';
}

.rs-icon-etranger:before {
  content: '\006b';
}

.rs-icon-french:before {
  content: '\006c';
}

.rs-icon-google-plus:before {
  content: '\006d';
}

.rs-icon-pinterest:before {
  content: '\006e';
}

.rs-icon-foursaqure:before {
  content: '\006f';
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 17, 2016 */

@font-face {
  font-family: 'akkuratbold';
  src: url("2-fonts/akkurat/akkurat_bold-webfont.woff2") format("woff2"), url("2-fonts/akkurat/akkurat_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akkurat_lightregular';
  src: url("2-fonts/akkurat/akkurat_light_regular-webfont.woff2") format("woff2"), url("2-fonts/akkurat/akkurat_light_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akkuratregular';
  src: url("2-fonts/akkurat/akkurat_regular-webfont.woff2") format("woff2"), url("2-fonts/akkurat/akkurat_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'milkshakeregular';
  src: url("2-fonts/milkshake/milkshake-webfont.woff2") format("woff2"), url("2-fonts/milkshake/milkshake-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* 3 - BASICS*/

/*----------------------------------------------------------- ------------------------------------------------------------- BODY START ------------------------------------------------------------- -----------------------------------------------------------*/

html,
body {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  line-height: 100%;
  font-family: 'Roboto', sans-serif;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.flex-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flex-wrapper iframe,
.flex-wrapper object,
.flex-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap__widget img {
  margin-bottom: 10px;
}

.wrap__widget-ads .textwidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrap__widget-ads .textwidget img {
  margin-right: 5px;
  margin-bottom: 5px;
}

#text-5.wrap__widget-ads,
#text-6.wrap__widget-ads {
  width: 375px;
}

#text-5.wrap__widget-ads.is-fixed,
#text-6.wrap__widget-ads.is-fixed {
  position: fixed;
  top: 80px;
}

#text-5.wrap__widget-ads.is-bottom,
#text-6.wrap__widget-ads.is-bottom {
  position: absolute;
  top: initial;
  bottom: 0;
}

/*----------------------------------------------------------- ------------------------------------------------------------- HEADER ------------------------------------------------------------- -----------------------------------------------------------*/

.wrap__header {
  padding: 20px 0;
}

.header-logo {
  width: 326px;
  height: 92px;
  display: inline-block;
  background: url(../images/logo_office.png) no-repeat;
  background-size: 100%;
  float: left;
}

.header-lead {
  text-transform: uppercase;
  color: #333;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  padding: 15px;
  text-align: left;
  margin-top: 17px;
  margin-left: 20px;
}

.header-lead span {
  font-size: 14px;
  text-transform: none;
  display: block;
  color: #666;
}

.header-contact {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  display: inline-block;
  text-align: center;
  padding: 15px 25px;
  background-color: #ea7d00;
  color: #5f5e5c;
  background-color: #d7d7d7;
  float: right;
  margin-top: 20px;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -o-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

.header-contact:hover {
  background-color: #333;
  color: white;
}

.bandeau {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.bandeau img {
  width: 100%;
}

/* WELCOME TITLE */

.welcome__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 80%;
  color: #065e96;
  text-transform: uppercase;
  margin-top: 20px;
}

.welcome__message {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
}

.wrap__breadcrumb {
  width: 100%;
  border: 2px solid #065e96;
  padding: 15px;
  margin: 10px 0 20px 0;
  font-size: 12px;
}

#primaryFooter {
  border-top: 2px solid #e5e5e5;
  padding-top: 50px;
  margin-top: 50px;
}

#primaryFooter ul {
  padding: 0;
  list-style: none;
}

#primaryFooter ul li a {
  text-decoration: none;
}

#primaryFooter .footer-links {
  width: 100%;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #24282b;
  color: white;
  line-height: 1;
}

#primaryFooter .footer-links ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

#primaryFooter .footer-links ul li a {
  color: white;
  font-weight: 400;
  font-size: 12px;
}

#primaryFooter .footer-links ul li a:after {
  content: '/';
  margin-left: 5px;
}

#primaryFooter .footer-links ul li:last-child a:after {
  content: '';
}

#primaryFooter .signature_agence {
  font-size: 12px;
  color: white;
  float: right;
  margin-top: 4px;
}

#primaryFooter .signature_agence .logo_billiotte {
  width: 90px;
  height: auto;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#primaryFooter .wrap__widget .first-item {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

body.home .wrap__widget-ads {
  margin-top: 30px;
  margin-bottom: 0;
}

.wrap__widget-ads {
  margin: 0 0 30px;
}

.wrap__widget-ads .textwidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap__widget-ads h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wrap__widget-ads a {
  margin: 0 5px;
}

.wrap__widget-ads a:first-child {
  margin-left: 0;
}

.wrap__widget-ads a:last-child {
  margin-right: 0;
}

.has-tooltip {
  position: relative;
}

.has-tooltip:after {
  content: attr(data-title);
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  z-index: 9999;
  padding: 0.6em 0.8em;
  bottom: -25px;
  left: 50%;
  color: #fff;
  border-radius: 3px;
  text-align: left;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.has-tooltip:hover:after {
  opacity: 1;
}

.section--filter-organisme {
  margin-bottom: 2rem;
}

.loader {
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.loader.hidden {
  display: none;
}

.loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ea7d00;
  margin: 35px 5px;
}

.loader span:nth-child(1) {
  -webkit-animation: bounce 1s ease-in-out infinite;
  animation: bounce 1s ease-in-out infinite;
}

.loader span:nth-child(2) {
  -webkit-animation: bounce 1s ease-in-out 0.33s infinite;
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader span:nth-child(3) {
  -webkit-animation: bounce 1s ease-in-out 0.66s infinite;
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@-webkit-keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/*----------------------------------------------------------- ------------------------------------------------------------- NAVIGATION ------------------------------------------------------------- -----------------------------------------------------------*/

#primaryHeader.is-fixed #primary-navigation {
  background-color: transparent;
}

#primaryHeader.is-fixed #primary-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  padding: 15px;
  padding-left: 188px;
  background-color: rgba(255, 255, 255, 0.95);
}

#primaryHeader.is-fixed #primary-navigation .menu {
  max-width: 1000px;
  margin: 0 auto;
}

#primaryHeader.is-fixed .header-logo {
  position: fixed;
  top: 20px;
  z-index: 99999;
  width: 150px;
}

#primaryHeader.is-fixed #primary-navigation li a {
  padding: 5px;
  font-size: 14px;
}

#primaryHeader.is-fixed #wrap__form-search,
#primaryHeader.is-fixed #secondary-navigation {
  margin-top: 97px;
}

#primaryHeader.is-fixed #primary-navigation .menu li:nth-child(6) {
  display: none;
}

#primaryHeader.is-fixed #primary-navigation .menu li.fixed-link {
  display: block;
}

#primary-navigation {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

#secondary-navigation {
  margin-bottom: 20px;
}

.nav__header-navigation .menu {
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.nav__header-navigation .menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 2px solid white;
  margin-bottom: 0;
}

.nav__header-navigation .menu li:last-child,
.nav__header-navigation .menu .unique-link,
.nav__header-navigation .menu .unique-link ~ li {
  border-right: none;
}

.nav__header-navigation .menu li a {
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #ea7d00;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -o-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

.nav__header-navigation .menu li a:hover,
#primary-navigation .menu li.current-menu-item a,
#secondary-navigation .menu li.current-menu-item a {
  color: #ea7d00;
  background-color: white;
}

#primary-navigation .menu li.fixed-link {
  display: none;
}

#primary-navigation .menu li:nth-child(6) a,
#primaryHeader.is-fixed #primary-navigation .menu li.fixed-link a,
#secondary-navigation .menu li a {
  color: #5f5e5c;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -o-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
  background-color: #d7d7d7;
}

#primary-navigation .menu li:nth-child(6) a:hover,
#primary-navigation .menu li:nth-child(5) a:hover,
#secondary-navigation .menu li a:hover {
  color: #ea7d00;
  background-color: white;
}

#secondary-navigation .menu .unique-link a {
  background-color: #ea7d00;
  color: white;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -o-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

#secondary-navigation .menu .unique-link a:hover {
  background-color: white;
  color: #ea7d00;
}

#secondary-navigation .menu li:first-child,
#secondary-navigation .menu li:nth-child(2) {
  border-right: 2px solid white;
}

.nav__header-navigation .menu .link-open-menu {
  display: none;
  cursor: pointer;
}

.nav__header-navigation .menu .link-open-menu a {
  background-color: #24282b !important;
  color: white !important;
}

.nav__header-navigation .menu .link-open-menu a:hover {
  background-color: rgba(36, 40, 43, 0.8) !important;
  color: white;
}

.nav__header-navigation .menu .link-open-menu a:before {
  display: inline-block;
  font-family: 'feather';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  margin-right: 5px;
}

.nav__header-navigation.close-menu .menu .link-open-menu a:before {
  content: '\e120';
}

.nav__header-navigation.open-menu .menu .link-open-menu a:before {
  content: '\e117';
}

/*----------------------------------------------------------- ------------------------------------------------------------- LANGUAGES ------------------------------------------------------------- -----------------------------------------------------------*/

#language_header {
  position: absolute;
  top: -20px;
  right: 12px;
  display: block;
}

.langs ul li {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.langs ul li.is-current {
  color: white;
  background-color: #c6c6c6;
}

.langs ul a:hover li {
  color: #5f5e5c;
}

.wrap__breadcrumb {
  width: 100%;
  border: 2px solid #ea7d00;
  padding: 15px;
  margin: 10px 0 20px 0;
  font-size: 12px;
}

#menu-widget-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.link-social a {
  color: white;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 8px;
}

.link-social.facebook a {
  background-color: #3b5998;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.link-social.youtube a {
  background-color: #cc181e;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.link-social.facebook a:hover {
  background-color: rgba(59, 89, 152, 0.6);
}

.link-social.youtube a:hover {
  background-color: rgba(204, 24, 30, 0.6);
}

/*-----------------------------------------------------------
-------------------------------------------------------------
TYPOGRAPHY
-------------------------------------------------------------
-----------------------------------------------------------*/

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  padding-left: 40px;
  list-style: disc;
}

ol {
  padding-left: 40px;
  list-style: decimal;
}

#header ul,
nav ul,
#footer ul {
  list-style: none;
  padding: 0;
}

#header ul li a,
nav ul li a,
#footer ul li a {
  text-decoration: none;
}

a {
  color: #ea7d00;
}

a:hover {
  color: #065e96;
}

p a {
  color: #ea7d00;
  font-weight: 700;
  text-decoration: underline;
}

.button {
  display: inline-block;
  line-height: 1;
  background-color: #ea7d00;
  border: 2px solid #ea7d00;
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
  padding: 0.85em 1em;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.button:hover {
  background-color: white;
  border-color: #ea7d00;
  color: #ea7d00;
}

h1.main__title-page {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-size: 42px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d7d7d7;
}

h3:not(.stepper__screen__title) {
  text-transform: uppercase;
  line-height: 1.2;
}

h3:not(.stepper__screen__title) a {
  float: right;
  font-size: 12px;
}

ul li,
ol li {
  color: #5f5e5c;
  font-size: 15px;
  line-height: 165%;
  margin: 0 0 10px 0;
}

ul li a,
ol li a {
  font-weight: 700;
  text-decoration: underline;
}

/* BLOCKQUOTE */

.wrap__body-content blockquote {
  border-left: 8px solid #ea7d00;
  margin: 0 0 40px 0;
  padding: 30px 60px;
  font-size: 17px;
  line-height: 165%;
  max-width: 90%;
}

.wrap__body-content blockquote p {
  margin: 0;
}

.wrap-encart {
  width: 100%;
  padding: 2em;
  background-color: #eee;
  line-height: 1.3;
}

.button-link {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  display: inline-block;
  text-align: center;
  padding: 15px 25px;
  background-color: #ea7d00;
  cursor: pointer;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: background-color 0.35s ease 0s;
  -o-transition: background-color 0.35s ease 0s;
  transition: background-color 0.35s ease 0s;
}

.button-link:hover {
  background-color: #333;
  color: #fff;
}

/* main: ../main.scss*/

.wpcf7-form {
  position: relative;
  padding-top: 0;
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

.wpcf7-form.spam,
.wpcf7-form.invalid,
.wpcf7-form.failed {
  padding-top: 100px;
}

.form label,
.form .label,
.wpcf7-form label {
  display: inline-block;
  padding: 10px 0 5px 3px;
  font-size: 0.85em;
  text-transform: uppercase;
  cursor: pointer;
  color: #5f5e5c;
}

.form .label {
  display: block;
}

.form label span {
  margin-right: 10px;
  display: inline-block;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form textarea,
.form select,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea,
.wpcf7-form select {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #222;
  display: block;
  width: 100%;
  background: transparent;
}

.form select,
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form textarea,
.wpcf7-form select,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea {
  border: 2px solid #ccc;
  -webkit-transition: border-color 0.35s;
  -o-transition: border-color 0.35s;
  transition: border-color 0.35s;
}

.form select:hover,
.form input[type='text']:hover,
.form input[type='email']:hover,
.form input[type='tel']:hover,
.form textarea:hover,
.wpcf7-form select:hover,
.wpcf7-form input[type='text']:hover,
.wpcf7-form input[type='email']:hover,
.wpcf7-form input[type='tel']:hover,
.wpcf7-form textarea:hover {
  border-color: #333;
}

.form select:focus,
.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form input[type='text']:focus,
.wpcf7-form input[type='email']:focus,
.wpcf7-form input[type='tel']:focus,
.wpcf7-form textarea:focus {
  border-color: #ea7d00;
  color: #ea7d00;
}

/* messages */

div.wpcf7-response-output {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1em 1em;
  margin: 2em auto;
  pointer-events: none;
}

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

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  border: 2px solid #e74c3c;
  color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
}

.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.sent {
  display: none !important;
}

/* sent */

.screen-reader-response.is-send {
  display: block !important;
  line-height: 1.5em;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 1em 1em;
  margin: 2em auto 0;
  pointer-events: none;
  border: 2px solid #065e96;
  color: #065e96;
  background-color: rgba(6, 94, 150, 0.1);
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  display: block !important;
  line-height: 1.5em;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 1em 1em;
  margin: 2em auto 0;
  pointer-events: none;
  border: 2px solid #e74c3c;
  color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
}

/* error */

.wpcf7-not-valid-tip {
  display: none !important;
  pointer-events: none;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid,
.wpcf7-form select.not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form input[type='text'].wpcf7-not-valid,
.wpcf7-form input[type='email'].wpcf7-not-valid,
.wpcf7-form input[type='tel'].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #e74c3c;
  color: #e74c3c;
}

.form select,
.wpcf7-form select {
  height: 48px;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .single-line {
  display: inline;
  font-size: 13px;
  text-transform: none;
  line-height: 1;
}

/* submit */

.form input[type='submit'],
.wpcf7-form input[type='submit'] {
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  line-height: 120%;
  padding: 15px 25px;
  background-color: #ea7d00;
  color: white;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.form input[type='submit']:hover,
.wpcf7-form input[type='submit']:hover {
  background-color: #333;
}

.form input[type='submit']:disabled,
.wpcf7-form input[type='submit']:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* placeholder */

.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
  font-style: italic;
}

.wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  font-style: italic;
}

.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  font-style: italic;
}

.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
  font-style: italic;
}

#field-time-checkbox {
  display: none;
}

form .groups-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

form .groups-wrapper.input-2 .group-field {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}

form .groups-wrapper.input-3 .group-field {
  width: calc((100% - 15px) / 3);
  margin-right: 15px;
}

form .groups-wrapper.input-4 .group-field {
  width: calc((100% - 15px) / 4);
  margin-right: 15px;
}

form .groups-wrapper.input-2 .group-field:last-child,
form .groups-wrapper.input-3 .group-field:last-child,
form .groups-wrapper.input-4 .group-field:last-child {
  margin-right: 0;
}

/* 4 - MODULES*/

/*----------------------------------------------------------- ------------------------------------------------------------- OWL CAROUSEL ------------------------------------------------------------- -----------------------------------------------------------*/

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Core Owl Carousel CSS File */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------------- ------------------------------------------------------------- SEARCH PLUGIN ------------------------------------------------------------- -----------------------------------------------------------*/

#wrap__form-search {
  float: right;
  position: relative;
  width: 100%;
}

#wrap__form-search .form__group-field {
  display: block;
  border: 2px solid #ea7d00;
  padding: 10px 20px;
  position: relative;
}

#wrap__form-search .form__input-search {
  font-family: 'Roboto Condensed', sans-serif;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  width: calc(100% - 44px);
  padding: 0;
  margin: 0;
}

#wrap__form-search .form__submit-search {
  border: none;
  background-color: transparent;
  font-size: 22px;
  color: #ea7d00;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
}

#wrap__form-search .form__submit-search i {
  vertical-align: 3px;
}

ul.search_results {
  display: block;
  background-color: white;
  width: 375px;
  max-height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 9999;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  padding: 0px;
  margin-left: -22px;
  margin-top: 20px !important;
}

ul.search_results li {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  text-decoration: none;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

ul.search_results li a {
  border-top: 1px solid #eee;
}

ul.search_results .daves-wordpress-live-search_result:nth-of-type(1) {
  border-top: 2px solid #ccc;
}

ul.search_results li a,
ul.search_results li a:visited {
  display: block;
  color: #ea7d00;
  margin-left: 0px;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}

ul.search_results li a:hover {
  color: #333;
}

.search_footer {
  background-color: #333;
  color: white;
  width: 100%;
  text-align: center;
  border: 2px solid #333;
}

.search_footer a,
.search_footer a:visited {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

#search_results_activity_indicator {
  z-index: 9999;
}

/* 6 - Components */

body.page-template-tpl_votre-sejour {
  /* Mobile screen width - text below step indicators */
  /* Steps management for all media queries width */
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 100px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 66px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  /* text and indicators */
  /* blue separation line */
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step::before {
  content: "";
  margin-bottom: 5px;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background-color: #e3e0e2;
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__text {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #e3e0e2;
  margin: 0;
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__line-wrapper {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__line-wrapper::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background-color: #e3e0e2;
  color: white;
  font-weight: bold;
  margin: 0 8px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="1"] .stepper-bar-wrapper::after {
  content: "Étape 1";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="1"] .stepper-bar-wrapper[data-langue="english"]::after {
  content: "Step 1";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .stepper-bar-wrapper::after {
  content: "Étape 2";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .stepper-bar-wrapper[data-langue="english"]::after {
  content: "Step 2";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .stepper-bar-wrapper::after {
  content: "Étape 3";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .stepper-bar-wrapper[data-langue="english"]::after {
  content: "Step 3";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .stepper-bar-wrapper::after {
  content: "Étape 4";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .stepper-bar-wrapper[data-langue="english"]::after {
  content: "Step 4";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #095E9C;
  padding: 0 20px;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="1"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__text {
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="1"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__text::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step2 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="3"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="3"] .step2 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="4"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="4"] .step2 .step__text {
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="3"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="3"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="4"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="4"] .step2 .step__text::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="3"] .step1 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .filter-form[data-current-screen="4"] .step1 .step__line-wrapper::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1 .step__text::before {
  content: '';
  background-image: url("../images/picto-valid-stepper.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step2 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step3 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step2 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step3 .step__text {
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step3 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step3 .step__text::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step2 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step1 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .filter-form[data-current-screen="4"] .step2 .step__line-wrapper::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step2 .step__text::before {
  content: '';
  background-image: url("../images/picto-valid-stepper.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step2 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step3 .step__text,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step4 .step__text {
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step3 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step4 .step__text::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step2 .step__line-wrapper::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step3 .step__line-wrapper::before {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step2 .step__text::before,
body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step3 .step__text::before {
  content: '';
  background-image: url("../images/picto-valid-stepper.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
  padding-right: 17px;
}

/* Background modal Wrapper */

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 19990;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* from modal wrapper - adapt padding if the modal need a select content */
}

.modal-wrapper.modal--show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-wrapper.js-modal-others .modal__content,
.modal-wrapper.js-time-modal-wrapper .modal__content {
  padding: 0;
}

/* Background modal Overlays */

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 19990;
  background: rgba(30, 30, 30, 0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Background modal container - the modal itself */

.modal-container {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  max-width: 560px;
  max-height: 90%;
  height: 500px;
  top: 50%;
  left: 50%;
  z-index: 19999;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Modal header */

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal__header .modal__title {
  font-family: "Montserrat", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  margin: 20px 0;
  padding: 16px 20px;
}

/* Modal footer */

.modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.modal__footer button {
  padding: 10px 30px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  background: #095E9C;
}

.modal__footer button:hover {
  opacity: 0.8;
}

.modal__footer button:disabled {
  pointer-events: none;
  cursor: default;
  background: #E3E0E2;
}

/* Modal content */

.modal__content {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-color: #aaa transparent;
  scrollbar-width: thin;
}

.modal__content::-webkit-scrollbar {
  background: #fff;
  width: 8px;
  border-radius: 0 10px 10px 0;
}

.modal__content::-webkit-scrollbar-thumb {
  background: #EF7C00;
  border-radius: 8px;
}

.modal__content .modal__answers__checks {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 28px;
}

.modal__content button {
  padding: 8px 20px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  border-radius: 200px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: #EF7C00;
  margin-bottom: 20px;
}

.modal__content button:hover {
  opacity: 0.8;
}

.modal__close {
  position: relative;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__close::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  height: 15px;
  width: 15px;
  background-image: url("../images/picto-exit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 0.8;
}

/* Custom checkbox for modal */

.checkbox-label {
  pointer-events: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.checkbox-label input[type="checkbox"] {
  pointer-events: auto;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkbox-label input[type="checkbox"]:checked ~ .group-checkbox__custom-input {
  background-color: #E3E0E2;
}

.checkbox-label .group-checkbox__custom-input {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.checkbox-label .group-checkbox__custom-input:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label:hover input ~ .group-checkbox__custom-input {
  background-color: #FEF2E5;
}

.checkbox-label input[type="checkbox"]:checked ~ .group-checkbox__custom-input {
  background-color: #EF7C00;
}

.checkbox-label input[type="checkbox"]:checked ~ .group-checkbox__custom-input:after {
  display: block;
}

.checkbox-label .group-checkbox__custom-input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-image: url("../images/picto-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 85%;
  height: 85%;
}

.modal-organism {
  /* Content avec les balises et les class issues de sejour.js */
  /* Footer avec le bouton (link) vers la page organisme */
}

.modal-organism ul,
.modal-organism li {
  font-family: "Montserrat", sans-serif !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal-organism div.modal-container {
  width: 95%;
  max-width: 100%;
  height: auto;
}

.modal-organism .modal__header {
  min-height: 40px;
}

.modal-organism .modal__header .modal__title {
  padding: 0;
  margin: 0;
}

.modal-organism .modal-organism-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.modal-organism .modal-organism-content .content__header {
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.modal-organism .modal-organism-content .content__header .content__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-organism .modal-organism-content .content__header .content__image .element-meta-image {
  width: 30%;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
}

.modal-organism .modal-organism-content .content__header .content__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-organism .modal-organism-content .content__header .content__title h2 {
  margin: 14px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.modal-organism .modal-organism-content .content__infos-contact {
  min-width: 100%;
  margin: 50px 0;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__first ul {
  height: 100px;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__first .contact__call li a {
  font-weight: 500 !important;
  text-decoration: none !important;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__first .contact__call li a:hover {
  color: #095E9C !important;
  text-decoration: underline !important;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__first .contact__call li.call__email {
  margin-top: 15px !important;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__address {
  margin-top: 15px !important;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__social-media {
  margin-top: 15px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__social-media a {
  color: #095E9C;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__social-media a::before {
  font-size: 25px;
}

.modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__social-media a:hover::before {
  color: #EF7C00 !important;
}

.modal-organism .modal-organism-content .content__text p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4B4B4B;
}

.modal-organism .modal-organism-content .content__tooltips {
  margin-top: 20px;
  margin-bottom: 60px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-organism .modal-organism-content .content__tooltips div {
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.modal-organism .modal-organism-content .content__tooltips div span::before {
  font-size: 45px;
}

.modal-organism .modal-organism-content .content__tooltips div span.has-tooltip::after {
  position: absolute;
  bottom: 55px;
}

.modal-organism .modal-organism-footer {
  min-height: 7rem;
  border-top: 1px solid #eeee;
}

.modal-organism .modal-organism-footer a {
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  text-decoration: none;
  background-color: #095E9C;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.modal-organism .modal-organism-footer a:hover {
  opacity: 0.8;
}

div.stepper__answers__countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-left: 0 !important;
}

div.stepper__answers__countries input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

div.stepper__answers__countries input[type="checkbox"]:checked + label::before {
  border: 1px solid #EF7C00;
  background-color: #EF7C00;
  background-image: url("../images/picto-check.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

div.stepper__answers__countries label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  cursor: pointer;
}

div.stepper__answers__countries label[for="check-all-countries"] {
  margin-bottom: 22px;
}

div.stepper__answers__countries label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

div.stepper__answers__countries label:hover::before {
  background-color: #FEF2E5;
  -webkit-transition: background-color ease-in 0.3s;
  -o-transition: background-color ease-in 0.3s;
  transition: background-color ease-in 0.3s;
}

div.stepper__answers__countries label span {
  text-align: center;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 600;
}

div.stepper__select-items {
  position: relative;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

div.stepper__select-items:hover {
  background: #FEF2E5;
}

div.stepper__select-items .modal__answers__text-wrapper {
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

div.stepper__select-items .modal__answers__text-wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

div.stepper__select-items.active {
  background: #EF7C00;
}

div.stepper__select-items.active .modal__answers__text-wrapper p {
  color: #fff;
}

div.stepper__select-items.active::before {
  content: "";
  position: absolute;
  left: 20px;
  display: block;
  height: 22px;
  width: 22px;
  background-image: url("../images/picto-check.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/****************************************************************** 
Style for the modal content triggered by the filter button on results page.
*******************************************************************/

.modal-wrapper .section--filter-organisme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-left: 0;
}

.modal-wrapper .section--filter-organisme label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  font-size: 16px;
  cursor: pointer;
}

.modal-wrapper .section--filter-organisme label input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
}

.modal-wrapper .section--filter-organisme label input[type="checkbox"]::before {
  content: "";
  height: 22px;
  width: 22px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.modal-wrapper .section--filter-organisme label input[type="checkbox"]:checked::before {
  border: 1px solid #EF7C00;
  background-color: #EF7C00;
  background-image: url("../images/picto-check.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-wrapper .section--filter-organisme label span {
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  text-align: left;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}

body.page-template-tpl_votre-sejour .arrow-up {
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #095E9C;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .arrow-up.show {
  opacity: 1;
  pointer-events: auto;
}

body.page-template-tpl_votre-sejour .arrow-up.go-down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

body.page-template-tpl_votre-sejour .arrow-up::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("../images/picto_arrow_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

/* 5 - PAGES*/

/*----------------------------------------------------------- ------------------------------------------------------------- FOR ALL PAGES ------------------------------------------------------------- -----------------------------------------------------------*/

.homeLink__box {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.homeLink__overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 77px;
  overflow: hidden;
  padding: 20px 0;
  background-color: rgba(234, 125, 0, 0.6);
  color: white;
  text-align: center;
  -webkit-transition: height 0.35s;
  -o-transition: height 0.35s;
  transition: height 0.35s;
}

.homeLink__visual {
  max-width: 100%;
  height: auto;
  display: block;
}

.homeLink__overlay .homeLink__title {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 100%;
  color: white;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition: margin-top 0.35s;
  -o-transition: margin-top 0.35s;
  transition: margin-top 0.35s;
}

.homeLink__overlay .homeLink__divide {
  border: none;
  height: 2px;
  width: 0;
  opacity: 0;
  margin: 20px auto;
  background-color: white;
  -webkit-transition: width 0.35s 0.1s, opacity 0.35s 0.1s;
  -o-transition: width 0.35s 0.1s, opacity 0.35s 0.1s;
  transition: width 0.35s 0.1s, opacity 0.35s 0.1s;
}

.homeLink__overlay .homeLink__resume {
  width: 85%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.35s 0.15s;
  -o-transition: all 0.35s 0.15s;
  transition: all 0.35s 0.15s;
}

.homeLink__overlay .homeLink__link {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid white;
  padding: 8px 14px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.4s 0.15s, -webkit-transform 0.4s 0.15s;
  transition: color 0.3s, background-color 0.3s, opacity 0.4s 0.15s, -webkit-transform 0.4s 0.15s;
  -o-transition: color 0.3s, background-color 0.3s, opacity 0.4s 0.15s, transform 0.4s 0.15s;
  transition: color 0.3s, background-color 0.3s, opacity 0.4s 0.15s, transform 0.4s 0.15s;
  transition: color 0.3s, background-color 0.3s, opacity 0.4s 0.15s, transform 0.4s 0.15s, -webkit-transform 0.4s 0.15s;
}

.homeLink__overlay .homeLink__link:hover {
  color: #ea7d00;
  background-color: white;
}

.homeLink__box:hover .homeLink__overlay {
  height: 100%;
  background-color: rgba(234, 125, 0, 0.9);
}

.homeLink__box:hover .homeLink__title {
  margin-top: 15px;
}

.homeLink__box:hover .homeLink__divide {
  opacity: 1;
  width: 60%;
}

.homeLink__box:hover .homeLink__resume {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.homeLink__box:hover .homeLink__link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main__title-page .lighter {
  color: #666;
  font-size: 75%;
  font-weight: 500;
}

/* CONTENT */

.wrap__body-content p {
  display: block;
  color: #5f5e5c;
  font-size: 15px;
  line-height: 165%;
  text-transform: none;
  margin: 0 0 20px 0;
}

.wrap__body-content h2:first-child:not(.stepper__screen__title) {
  margin: 0 0 20px 0;
}

.wrap__body-content h2:not(.stepper__screen__title) {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 80px 0 20px 0;
}

.wrap__body-content h3:not(.stepper__screen__title) {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  color: #5f5e5c;
}

.wrap__body-content table {
  width: 100%;
}

.wrap__body-content table tr td {
  border-left: 2px solid #ececec;
  border-top: 2px solid #ececec;
  padding: 1em;
  vertical-align: middle;
  color: #5f5e5c;
  font-size: 15px;
  line-height: 165%;
}

.wrap__body-content table tr td:last-child {
  border-right: 2px solid #ececec;
}

.wrap__body-content table tr:last-child td {
  border-bottom: 2px solid #ececec;
}

.wrap__body-content .wrap__item-spacer {
  display: block;
  overflow: hidden;
  max-height: 56px;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap__body-content .wrap__item-spacer h2 {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #ea7d00;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: margin-bottom 0.35s, background-color 0.35s;
  -o-transition: margin-bottom 0.35s, background-color 0.35s;
  transition: margin-bottom 0.35s, background-color 0.35s;
}

.wrap__body-content .wrap__item-spacer h2:hover {
  background-color: #333;
}

.wrap__body-content .wrap__item-spacer h2::before {
  content: '\e112';
  position: absolute;
  right: 20px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  font-size: 16px;
  font-family: 'feather', sans-serif;
}

.wrap__body-content .wrap__item-spacer.is--open h2::before {
  content: '\e113';
}

.wrap__body-content .wrap__item-spacer.is--open {
  max-height: 1500px;
}

.wrap__body-content .wrap__item-spacer p {
  padding: 0 1em;
}

.wrap__sidebar {
  background-color: #ececec;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.wrap__sidebar h2 {
  color: #065e96;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
}

.wrap__sidebar ul {
  padding-left: 20px;
}

.wrap__footer [id*='widget_sp_image'] {
  display: inline-block;
  margin-bottom: 20px;
}

.wrap__footer [id*='widget_sp_image'] h2 {
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.post-actu {
  padding: 1rem;
  min-height: 340px;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.post-actu:hover {
  background-color: #f5f5f5;
}

.post-actu:hover .meta-date {
  background-color: #f5f5f5;
}

.post-actu h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
}

.post-actu .sep {
  position: relative;
  height: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-actu .sep:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5f5e5c;
}

.post-actu .meta-date {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #5f5e5c;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.post-actu p {
  color: #333;
  font-size: 15px;
  line-height: 165%;
  margin: 0 0 10px 0;
}

.search-results .container-results {
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
  padding: 0 1em 40px;
}

.search-results .container-results:last-child {
  border-bottom: none;
}

.search-results .container-results h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.search-results .container-results .item__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.search-results .container-results .item__result:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.search-results .container-results .item__result .relevanssi-query-term {
  background-color: #ea7d00;
  padding: 0 4px;
  font-weight: bold;
}

.search-results .container-results .item__result .item-thumb {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.search-results .container-results .item__result .item-thumb img {
  display: block;
  border: 1px solid #eee;
  max-width: 100%;
  height: auto;
}

.search-results .container-results .item__result .item-content p {
  margin-bottom: 0;
}

.search-results .container-results .item__result .item-content a {
  color: #ea7d00;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

.search-results .container-results .item__result .item-content a:hover {
  color: #333;
}

/*----------------------------------------------------------- ------------------------------------------------------------- HOME PAGE ------------------------------------------------------------- -----------------------------------------------------------*/

.bandeau {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.bandeau img {
  width: 100%;
}

.carousel-actus h2 {
  color: #fff;
  margin-top: 20px;
  line-height: 1.4;
}

.carousel-actus a.link-button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
  margin-top: 15px;
  font-size: 13px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.carousel-actus a.link-button:hover {
  color: #fff;
  background-color: #ea7d00;
}

#wrap__home-link .homeLink__overlay {
  height: 57px;
  -webkit-transition: height 0.35s;
  -o-transition: height 0.35s;
  transition: height 0.35s;
}

#wrap__home-link .homeLink__box:hover .homeLink__overlay {
  height: 100%;
}

#wrap__home-news {
  width: 100%;
  padding: 40px 0;
  background-color: #065e96;
}

#wrap__home-organismes {
  width: 100%;
  padding: 40px 0;
  background-color: #eee;
}

#wrap__home-organismes .section__title {
  font-size: 26px;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

/* SLIDER */

#sliderOrganismes .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}

#sliderOrganismes .item-slider {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sliderOrganismes .item-slider:before {
  content: '';
  display: block;
  padding-top: 100%;
  background-color: #fff;
}

#sliderOrganismes .owl-nav .owl-prev,
#sliderOrganismes .owl-nav .owl-next {
  visibility: hidden;
  font-size: 22px;
  color: #ea7d00;
  position: absolute;
  width: 27px;
  height: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sliderOrganismes .owl-nav .owl-prev {
  left: -30px;
}

#sliderOrganismes .owl-nav .owl-next {
  right: -30px;
}

#sliderOrganismes .owl-nav .owl-prev:before {
  content: '\e094';
  font-family: 'feather';
  display: inline-block;
  line-height: 1;
  visibility: visible;
}

#sliderOrganismes .owl-nav .owl-next:before {
  content: '\e095';
  font-family: 'feather';
  display: inline-block;
  line-height: 1;
  visibility: visible;
}

/* BLOC GRIS */

#wrap__home-news h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.news__list-medias {
  padding: 0;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
}

.news__list-medias li a,
.news__list-medias li {
  color: white;
}

.news__list-medias li span {
  opacity: 0.6;
}

/* CONTRACT QUALITE */

#wrap__home-quality {
  margin-top: 40px;
  padding: 2em 1em;
  background-color: #f2f1ef;
}

#wrap__home-quality .section__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#wrap__home-quality .section__visual {
  max-width: 100%;
  height: auto;
}

#wrap__home-quality .section__body {
  display: block;
  color: #5f5e5c;
  font-size: 14px;
  line-height: 1.4;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

#wrap__home-quality .section__body p {
  margin: 0 0 20px 0;
}

#wrap__home-quality .section__body a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #065e96;
  color: white;
  text-decoration: none;
}

.choose {
  padding: 2rem 0;
}

.choose input[type='checkbox'] {
  display: none;
}

.choose input[type='checkbox'] + label {
  cursor: pointer;
  text-align: center;
  width: calc(100% - 2px);
  display: block;
  font-size: 1em;
  padding: 11px;
  margin-left: 2px;
  margin-bottom: 2px;
  border: 2px solid #ea7d00;
  color: #ea7d00;
  position: relative;
  -webkit-transition: background-color 0.35s, border-color 0.35s, color 0.35s;
  -o-transition: background-color 0.35s, border-color 0.35s, color 0.35s;
  transition: background-color 0.35s, border-color 0.35s, color 0.35s;
}

.choose input[type='checkbox'] + label:hover {
  border-color: #d7d7d7;
  color: #5f5e5c;
}

.choose input[type='checkbox']:checked + label {
  border-color: #ea7d00;
  background-color: #ea7d00;
  color: white;
}

/*-----------------------------------------------------------
-------------------------------------------------------------
ORGANISMES LABELLISES
-------------------------------------------------------------
-----------------------------------------------------------*/

.link-post.mobile {
  display: none !important;
}

.wrap__list-organisme .item {
  margin-bottom: 20px;
}

.wrap__list-organisme .single-element {
  position: relative;
  width: 100%;
  min-height: 340px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.element-meta-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  height: 200px;
  width: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.single-element .element-meta-image:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.wrap__list-organisme .single-element .element-meta-wrap-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__list-organisme .single-element .element-meta-wrap-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.wrap__list-organisme .single-element .element-meta-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
}

.single-element .input-checked-item {
  display: none;
}

.single-element .label-checked-item {
  border-radius: 50%;
  padding: 10px;
  display: block;
  position: absolute;
  top: 10px;
  right: -2px;
  z-index: 99;
  background-color: black;
  color: white;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: background-color 0.35s, opacity 0.35s;
  -o-transition: background-color 0.35s, opacity 0.35s;
  transition: background-color 0.35s, opacity 0.35s;
}

.single-element .label-checked-item:hover {
  opacity: 1;
}

.input-checked-item:checked + .label-checked-item:hover i:before {
  content: '\e117';
}

.input-checked-item:checked + .label-checked-item {
  background-color: #ea7d00;
  color: white;
  opacity: 1;
}

.wrap__list-organisme aside {
  position: relative;
  top: 0;
  left: 0;
  z-index: 899;
  padding: 0 20px;
  width: 100%;
  float: left;
  background: #f2f1ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

aside.not--open {
  max-height: 0;
  padding: 0 20px;
  margin-bottom: 0;
  -webkit-transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
  -o-transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
  transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
}

aside.is--open {
  max-height: 800px;
  margin-bottom: 20px;
  padding: 40px 20px;
  -webkit-transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
  -o-transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
  transition: max-height 0.35s, padding 0.35s, margin-bottom 0.35s;
}

.wrap__list-organisme aside .link-post {
  display: block;
  margin-top: 30px;
  float: right;
  padding: 10px;
  background-color: #ea7d00;
  color: white;
}

.wrap__list-organisme aside .block-desc {
  display: block;
  max-width: 100%;
}

.wrap__list-organisme aside .block-desc:nth-of-type(1) {
  max-width: 230px;
}

.wrap__list-organisme aside .block-desc:nth-of-type(2) {
  max-width: 330px;
  padding: 0 30px;
}

.wrap__list-organisme aside .block-desc:nth-of-type(3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.wrap__list-organisme aside .block-desc img {
  max-width: 100%;
  height: auto;
}

.wrap__list-organisme aside .block-desc p {
  margin: 0 0 10px;
}

.wrap__list-organisme aside .block-desc .meta-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
}

.wrap__list-organisme aside .block-desc .meta-adresse {
  margin-bottom: 20px;
}

.wrap__list-organisme aside .block-desc .meta-telephone {
  margin-bottom: 5px;
}

.wrap__list-organisme aside .block-desc .meta-fax {
  margin-bottom: 20px;
}

.wrap__list-organisme aside .block-desc .meta-social {
  margin-top: 30px;
}

.wrap__list-organisme aside .block-desc .meta-social.tooltips {
  margin-top: 15px;
}

.meta-social a,
.meta-social span {
  font-size: 32px;
  margin-right: 10px;
}

.meta-social.tooltips span {
  font-size: 42px;
}

.wrap__description {
  color: #5f5e5c;
  font-size: 15px;
  line-height: 165%;
}

.wrapper_switch.hidden {
  display: none;
}

/* SINGLE */

.wrap__prestation {
  margin-top: 60px;
}

.wrap__prestation article {
  margin: 0 0 30px;
  background-color: #f2f1ef;
}

.wrap__prestation.affiliated-members,
.wrap__prestation.vse {
  margin-top: 20px;
}

.wrap__prestation.affiliated-members article h2 {
  background-color: #f9690e;
}

.wrap__prestation.vse article h2 {
  background-color: #d35400;
}

.wrap__prestation article h2 {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #eb974e;
  color: white;
  padding: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: margin-bottom 0.35s, background-color 0.35s;
  -o-transition: margin-bottom 0.35s, background-color 0.35s;
  transition: margin-bottom 0.35s, background-color 0.35s;
}

.wrap__prestation article h2:hover {
  background-color: #333;
}

.wrap__prestation article p,
.wrap__informations p {
  margin: 0 0 10px;
}

.wrap__informations .meta-adresse {
  margin-bottom: 20px;
}

.wrap__informations .meta-telephone {
  margin-bottom: 5px;
}

.wrap__informations .meta-social {
  margin-top: 30px;
}

.wrap__prestation article > div {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0 30px;
  line-height: 150%;
  -webkit-transition: max-height 0.35s, opacity 0.35s, padding 0.35s;
  -o-transition: max-height 0.35s, opacity 0.35s, padding 0.35s;
  transition: max-height 0.35s, opacity 0.35s, padding 0.35s;
}

.wrap__prestation article.is--open > div {
  max-height: 5000px;
  opacity: 1;
  padding: 15px 0 15px 0;
  border-bottom: 2px solid gray;
}

.wrap__prestation article.is--open > div:first-of-type {
  padding-top: 30px;
}

.wrap__prestation article.is--open > div:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}

.page-id-2609 .wrap__prestation article > div .item {
  min-height: 250px;
}

.page-id-2609 .wrap__prestation article > div .item h3 {
  font-size: 14px;
  margin-top: 10px;
}

.wrap__prestation article > div .item {
  text-align: center;
}

.wrap__prestation article > div .item h3 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

.icon-lead {
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  float: right;
}

.icon-lead:before {
  content: '\e112';
  font-size: 20px;
}

.wrap__prestation article.is--open .icon-lead:before {
  content: '\e113';
}

.select-title {
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 15px;
}

.select-button {
  display: inline-block;
  float: right;
  vertical-align: middle;
}

form .wrap__list-organisme {
  padding: 2em 0 0 0;
}

#listOrganisme article.item.is-disable {
  display: none;
}

body.page-template-tpl_votre-sejour .info-bubble-container {
  display: none;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  /* Generic style for modal opening btn */
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper p,
body.page-template-tpl_votre-sejour .form-sejour__wrapper span {
  font-family: "Montserrat", sans-serif;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper button {
  font-family: "Roboto", sans-serif;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .filter-form {
  min-height: 520px;
  padding: 10px 0;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .stepper__btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal {
  position: relative;
  background: white;
  min-width: 100%;
  min-height: 45px;
  border: solid 1px;
  border-radius: 10px;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal:disabled {
  opacity: 0.8;
  background: #E3E0E2;
  border: none;
  cursor: default;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal:disabled .button__text {
  color: #fff;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal:disabled::before {
  background-image: url("../images/picto-dropdown-disabled.svg");
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-langs {
  margin: 20px 0;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/picto-dropdown.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal .button__text {
  font-size: 16px;
  color: #4B4B4B;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .stepper__screen {
  display: none;
  /* step des profils */
  /* Time and seasons screen */
}

body.page-template-tpl_votre-sejour .stepper__screen .screen__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons {
  padding: 0 10px;
  margin: 60px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 20px;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons .screen__previous {
  background: none;
  border: none;
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons .screen__previous:hover {
  opacity: 0.8;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons .screen__next {
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  text-decoration: none;
  opacity: 1;
  background: #E3E0E2;
  pointer-events: none;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons .screen__next:not(:disabled) {
  pointer-events: auto;
  cursor: pointer;
  background: #095E9C;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__buttons .screen__next:not(:disabled):hover {
  opacity: 0.8;
}

body.page-template-tpl_votre-sejour .stepper__screen label.stepper__screen__title,
body.page-template-tpl_votre-sejour .stepper__screen h3.stepper__screen__title {
  font-size: 24px !important;
  text-align: center;
  color: #4B4B4B;
  font-weight: bold;
  text-transform: unset;
}

body.page-template-tpl_votre-sejour .stepper__screen .stepper__answers__hidden {
  display: none;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] {
  display: block;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__screen__title {
  margin-bottom: 43px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  /* Passage en grid > évite qu'une réponse soit toute seule (lgs > max-width: 980px) */
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers__teacher {
  margin-top: 40px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers__teacher .answers__teacher__link {
  text-align: center;
  color: #EF7C00;
  text-decoration: none;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers__teacher .answers__teacher__link span.teacher-link__first-text {
  font-weight: 400 !important;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers__teacher .answers__teacher__link span.teacher-link__second-text {
  font-weight: 600 !important;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers__teacher .answers__teacher__link:hover {
  color: #095E9C !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="2"] .screen__inner label.stepper__screen__title {
  margin-bottom: 44px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="2"] .screen__inner .answers__input-wrapper {
  margin-bottom: 100px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="2"] .screen__inner .answers__input-wrapper .answers__input-age {
  width: 100px;
  height: 45px;
  border: 1px solid #4B4B4B;
  padding: 10px;
  border-radius: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="2"] .screen__inner .answers__input-wrapper .answers__input-age::-webkit-inner-spin-button,
body.page-template-tpl_votre-sejour .stepper__screen[data-screen="2"] .screen__inner .answers__input-wrapper .answers__input-age::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .screen__inner label.stepper__screen__title {
  margin-bottom: 44px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  gap: 20px;
  margin: 0 auto;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item:not([data-value="others"]).active .answers__item__text {
  margin-right: 25px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item:not([data-value="others"]) .answers__item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item:not([data-value="others"]) .answers__item__text .item__text__flag img {
  width: 30px;
  height: auto;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item:not([data-value="others"]) .answers__item__text .item__text__flag .item__text__value {
  text-align: center;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__section-countries .section-countries__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Si le titre est en français */
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__section-countries .section-countries__inner h3.stepper__screen__title {
  position: relative;
  margin-top: 59px !important;
  margin-bottom: calc(53px - 20px) !important;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__section-countries .section-countries__inner h3.stepper__screen__title input {
  visibility: hidden;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__section-countries .section-countries__inner .no-results-message {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__section-countries .section-countries__inner .stepper__screen__title {
  margin-bottom: 44px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner {
  /* seasons title */
  /* seasons answers */
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner label.stepper__screen__title {
  margin-bottom: 44px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .screen__title__period {
  margin-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .screen__title__period .screen__title__major {
  font-size: 24px;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .screen__title__period .screen__title__minor {
  font-size: 16px;
  font-weight: 400;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  gap: 20px;
  margin: 0 auto;
  /* seasons icons for each answer */
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) .stepper__answers__item {
  width: 100%;
  height: auto;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) .stepper__answers__item .answers__item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) [data-value="printemps"] .answers__item__text::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../images/seasons/picto-saison-printemps.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) [data-value="ete"] .answers__item__text::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../images/seasons/picto-saison-ete.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) [data-value="automne"] .answers__item__text::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../images/seasons/picto-saison-automne.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) [data-value="hiver"] .answers__item__text::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../images/seasons/picto-saison-hiver.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-tpl_votre-sejour .stepper__answers.stepper__answers--isLoading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.3;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item {
  position: relative;
  width: 200px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 65px;
  border: 1px solid black;
  border-radius: 10px;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item .answers__item__text {
  text-align: center;
  font-weight: bold;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item .answers__item__icon {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item .answers__item__icon img {
  width: 100%;
  aspect-ratio: 1/1;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item.active {
  background-color: #FEF2E5;
  border-color: #EF7C00;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item.active .answers__item__text {
  color: #EF7C00;
}

body.page-template-tpl_votre-sejour .stepper__answers .stepper__answers__item.active .answers__item__icon {
  opacity: 1;
}

/**
Style de la page des résultats du formulaire de recherche d'un organisme

**/

body.page-template-tpl_votre-sejour {
  /* Corps de page */
}

body.page-template-tpl_votre-sejour .btn-modal--other-filters,
body.page-template-tpl_votre-sejour .header__btn-modify-results {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 24px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: #4B4B4B;
  padding: 10px 30px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

body.page-template-tpl_votre-sejour .btn-modal--other-filters:hover,
body.page-template-tpl_votre-sejour .header__btn-modify-results:hover {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .btn-modal--other-filters .fa,
body.page-template-tpl_votre-sejour .header__btn-modify-results .fa {
  margin-left: -10px;
  margin-right: 10px;
}

body.page-template-tpl_votre-sejour .wrap__breadcrumb {
  margin: 30px 0 !important;
}

body.page-template-tpl_votre-sejour .results__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

body.page-template-tpl_votre-sejour .results__header .header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
}

body.page-template-tpl_votre-sejour .results__header .header__title .select-title {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  text-transform: none;
}

body.page-template-tpl_votre-sejour .results__header .header__title .select-title .orange-title {
  color: #EF7C00;
}

body.page-template-tpl_votre-sejour .results__header::after {
  content: none;
}

body.page-template-tpl_votre-sejour .results__header .btn-types {
  display: block;
  float: left;
  width: 90%;
  margin-left: -5px;
}

body.page-template-tpl_votre-sejour .results__header .btn-types span {
  display: inline-block;
  border: 1px solid #095E9C;
  border-radius: 17px;
  padding: 5px 9px;
  color: #095E9C;
  margin: 5px;
}

body.page-template-tpl_votre-sejour .results__header .btn-types .pays-destination {
  color: black;
  border: 1px solid #4B4B4B;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .results__header .btn-types .pays-destination.no-countries {
  display: none;
}

body.page-template-tpl_votre-sejour .results__header .header__nav {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-width: 576px */
}

body.page-template-tpl_votre-sejour .results__header .header__nav .btn-filter {
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .btn-filter .header__results-counter {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .btn-filter .btn-modal {
  border-radius: 24px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: #4B4B4B;
  padding: 10px 30px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .btn-filter .btn-modal:hover {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button {
  margin-top: 25px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a:nth-of-type(1) {
  padding: 0;
  margin: 0 auto 10px auto;
  background-color: transparent;
  color: #4B4B4B;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a:nth-of-type(1):hover {
  color: #095E9C;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a:nth-of-type(2) {
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  text-decoration: none;
  padding: 10px 30px;
  background-color: #4B4B4B;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px;
}

body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a:nth-of-type(2):hover {
  background-color: #095E9C;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content.row::after {
  content: none;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card {
  margin: 0 auto;
  height: 220px;
  min-height: 220px;
  width: 220px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card.organism-selected {
  border: 1px solid #EF7C00;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card.organism-unselected {
  border: 1px solid #4B4B4B;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element {
  position: relative;
  padding: 15px;
  height: 100%;
  max-height: 220px;
  min-height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* label z-index need to be kept under 90 (as info-bull z-index is 90) */
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element::after {
  content: "Voir les détails >";
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element:hover::after {
  opacity: 1;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__checked-item {
  width: 25px;
  height: 25px;
  background-color: #E3E0E2;
  z-index: 80;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__checked-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px;
  background-image: url("../images/picto-check.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .input-checked-item:checked + .organism-card__checked-item {
  background-color: #EF7C00;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .icon-check {
  display: none;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__img-wrapper__hidden {
  display: none;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__img-wrapper {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__img-wrapper img {
  width: 50%;
  height: auto;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__title-wrapper {
  max-height: 20%;
  margin-bottom: 40px;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card div.single-element .organism-card__title-wrapper h1.organism-card__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer {
  margin: 50px auto 100px auto;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .footer__no-results-msg {
  display: none;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .footer__no-results-msg.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .footer__no-results-msg p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .footer__no-results-msg p:nth-of-type(1) {
  font-weight: bold;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .contact-btn {
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  background-color: #EF7C00;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .contact-btn:disabled {
  background-color: #E3E0E2;
  pointer-events: none;
}

body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__footer div.all-full .contact-btn:hover {
  opacity: 0.8;
}

body.page-template-tpl_votre-sejour .results-form__no-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

body.page-template-tpl_votre-sejour .results-form__no-results span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

body.page-template-tpl_votre-sejour .results-form__no-results a.button-link {
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  background-color: #EF7C00;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

body.page-template-tpl_votre-sejour .results-form__no-results a.button-link:hover {
  opacity: 0.8;
}

/*TPL Voyage*/

/**** PAGE SEJOURS *****/

.page-template-tpl-voyage .fp-section {
  background-color: #0c5b8d !important;
  background-image: url(../images/pointille.svg);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 150px;
}

.page-template-tpl-voyage .fp-section.other-color {
  background-color: #e1e1e1 !important;
  background-image: url(../images/pointille-bleu.svg);
}

.page-template-tpl-voyage .fp-section.other-color .picto_fp_centre {
  background-color: #e1e1e1;
}

.page-template-tpl-voyage .fp-section.other-color h3 {
  text-shadow: none;
  color: #0c5b8d !important;
  background-color: #e1e1e1 !important;
}

.page-template-tpl-voyage .fp-section header {
  display: none !important;
}

.page-template-tpl-voyage .fp-section .inner-slide {
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-tpl-voyage .fp-section h2 {
  width: 100%;
  background: url(../images/texture_rayure.svg) top center repeat white;
  padding: 2em 0 2em 0;
  margin-bottom: 0 !important;
  text-align: center;
  /*position:relative;*/
  /*margin-bottom:5em;*/
  line-height: 1.2em;
  z-index: 996;
  /*top:0; z-index:1;*/
  /*top:-0.5em;*/
}

.page-template-tpl-voyage .fp-section h2 .sejour_t1 {
  font-family: 'akkuratbold', Verdana, Geneva, sans-serif;
  font-size: 40px;
  color: #0c5b8d !important;
  display: inline-block;
  text-align: left;
}

.page-template-tpl-voyage .fp-section h2 .sejour_t2 {
  font-family: 'milkshakeregular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 35px;
  display: inline-block;
  color: #ee7b0c !important;
  text-align: left;
}

.page-template-tpl-voyage .fp-section h2 .sejour_t3 {
  display: block;
  font-family: 'akkuratregular', Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #0c5b8d !important;
  text-align: center;
}

.page-template-tpl-voyage .fp-section h2:after {
  height: 5em;
  width: 5em;
  bottom: -50%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: none;
  z-index: 1;
  background: url(../images/texture_rayure.svg) top center repeat white;
}

.page-template-tpl-voyage .fp-section h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'akkuratbold', Verdana, Geneva, sans-serif;
  font-size: 20px;
  color: white !important;
  text-transform: uppercase;
  text-shadow: 2px 2px 2em #000;
  clear: both;
  position: relative;
  z-index: 996;
  line-height: 1.2em;
  background-color: #0c5b8d !important;
  padding: 10px;
}

.page-template-tpl-voyage .fp-section h3 em {
  font-family: 'milkshakeregular', Verdana, Geneva, sans-serif;
  font-size: 25px;
  color: #ee7b0c !important;
  text-transform: lowercase;
  display: block;
  left: 0.6em;
  position: relative;
  font-style: normal;
}

.page-template-tpl-voyage .fp-section article {
  /*position:relative;*/
  /*top:200px;*/
}

.page-template-tpl-voyage .fp-section .section-bloc {
  height: 500px;
  padding-top: 150px;
  /*padding-bottom:100px;*/
  /*border:1px solid white;*/
  display: block;
  clear: both;
  margin: 0 !important;
  /*margin-bottom:-100px!important;*/
}

.page-template-tpl-voyage .fp-section .section-bloc:before {
  /*content: ' '; padding-top:12em; display:block;*/
  /*height:12emem;*/
  /*display:block; margin-top:12em; /*height:300px;*/
  /*border-top:1px solid white;*/
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) h3 {
  float: none;
  text-align: center;
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) h3 span {
  float: none;
  text-align: center;
}

.page-template-tpl-voyage .fp-section ul {
  color: white !important;
  float: none;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-tpl-voyage .fp-section ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  height: 3em;
  margin-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-tpl-voyage .fp-section ul li span.ico_fp {
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 0px;
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li span.ico_fp {
  float: none;
  right: auto;
  left: auto;
  text-indent: 999px;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(1) span.ico_fp {
  background: url(../images/userb.svg) #ee7b0c center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(2) span.ico_fp {
  background: url(../images/checkb.svg) #ee7b0c center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(3) span.ico_fp {
  background: url(../images/criteresb.svg) #ee7b0c center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(1):hover span.ico_fp,
.page-template-tpl-voyage .fp-section ul li:nth-child(1) span.ico_fp.active {
  background: url(../images/user.svg) white center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(2):hover span.ico_fp,
.page-template-tpl-voyage .fp-section ul li:nth-child(2) span.ico_fp.active {
  background: url(../images/check.svg) white center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li:nth-child(3):hover span.ico_fp,
.page-template-tpl-voyage .fp-section ul li:nth-child(3) span.ico_fp.active {
  background: url(../images/criteres.svg) white center no-repeat;
  background-size: 2em 2em;
}

.page-template-tpl-voyage .fp-section ul li .infobulle_fp {
  background: #ee7b0c !important;
  position: absolute;
  display: none;
  right: 1em;
  left: 1em;
  padding: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 30px 0px #343434;
  -o-box-shadow: 0px 0px 30px 0px #343434;
  box-shadow: 0px 0px 30px 0px #343434;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=NaN, Strength=30);
  line-height: 1em;
  z-index: 996;
  top: -225%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-tpl-voyage .fp-section ul li:hover .infobulle_fp {
  display: block;
}

.page-template-tpl-voyage .fp-section ul li .infobulle_fp:before {
  content: ' ';
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ee7b0c transparent transparent;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li .infobulle_fp {
  left: 1em;
  right: 1em;
  text-align: left;
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li .infobulle_fp:before {
  border-style: solid;
  border-width: 10px 0px 10px 15px;
  border-color: transparent transparent transparent #ee7b0c;
  right: -15px;
  left: inherit;
}

.page-template-tpl-voyage .fp-section .infobulle_fp ul,
.page-template-tpl-voyage .fp-section .infobulle_fp ul li,
.page-template-tpl-voyage .fp-section .infobulle_fp p {
  width: 100% !important;
  float: inherit;
  color: white !important;
  padding: 0;
  margin: 0;
  height: inherit;
}

.page-template-tpl-voyage .fp-section .infobulle_fp h4 {
  color: white !important;
  font-family: 'milkshakeregular', Verdana, Geneva, sans-serif;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

.page-template-tpl-voyage .fp-section .infobulle_fp ul li {
  list-style-type: disc !important;
  list-style: disc !important;
  list-style-position: outside !important;
  list-style-image: inherit !important;
  display: list-item;
  text-align: left;
}

.page-template-tpl-voyage .fp-section .infobulle_fp ul {
  margin-left: 1em;
}

.page-template-tpl-voyage .fp-section .picto_fp_centre {
  float: left;
  width: 100%;
  height: 6em;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0c5b8d;
  background-size: 5em 5em;
  text-align: center;
  padding-top: 0.5em;
}

.page-template-tpl-voyage .fp-section .picto_fp_centre img {
  padding: 15px;
}

.page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) .picto_fp_centre {
  float: right;
}

.page-template-tpl-voyage .fp-section .picto_fp_informations {
  /*background-image:url(../images/picto_loupe.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_assurances {
  /*background-image:url(../images/picto_main_rando.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_transport {
  /*background-image:url(../images/picto_avion.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_encadrement {
  /*background-image:url(../images/picto_famille.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_assistance {
  /*background-image:url(../images/picto_telephone.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_famille {
  /*background-image:url(../images/picto_maison_famille.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_collectif {
  /*background-image:url(../images/picto_maison_drapeau.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_cours {
  /*background-image:url(../images/picto_notes.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_activites {
  /*background-image:url(../images/picto_main_basket.svg);*/
}

.page-template-tpl-voyage .fp-section .picto_fp_qualite {
  /*background-image:url(../images/picto_avion_loupe.svg);*/
}

.page-template-tpl-voyage .fp-section .puces_nav {
  position: absolute;
  top: 10em;
  left: inherit;
  z-index: 996;
  right: 10px;
}

.page-template-tpl-voyage .fp-section .puces_nav li a {
  display: block;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ee7b0c;
  cursor: pointer;
}

.page-template-tpl-voyage .fp-section .puces_nav li {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  position: relative;
  /*display:block; background:red; width:10px; height:10px; border-radius:5px; background:rgb(238, 123, 12); cursor:pointer;*/
}

.page-template-tpl-voyage .fp-section .puces_nav li a:hover,
.page-template-tpl-voyage .fp-section .puces_nav li.active a {
  background: white;
}

.page-template-tpl-voyage .fp-section .puces_nav li.separator {
  border-radius: 0;
  height: 1px;
  border-bottom: 1px solid white;
}

.page-template-tpl-voyage .fp-section .puces_nav li .tooltip-nav {
  position: absolute;
  top: -75%;
  width: 200px;
  padding: 0.25em;
  font-size: 12px;
  left: -215px;
  color: white;
  border-radius: 5px;
  background: #ee7b0c;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 390px) {
  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .btn-modal {
    min-width: 338px;
  }
}

@media (min-width: 460px) {
  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-countries,
  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-langs {
    min-width: calc((200px * 2) + 16px);
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item[data-value="others"] {
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 500px) {
  .gridlock .row {
    width: 480px;
  }

  .page-template-tpl-voyage .fp-section h3 {
    font-size: 25px;
  }

  .page-template-tpl-voyage .fp-section h3 em {
    font-size: 30px;
  }

  .page-template-tpl-voyage .fp-section ul li .infobulle_fp {
    top: -155%;
  }

  .page-template-tpl-voyage .fp-section .picto_fp_centre img {
    padding: 12px;
  }
}

@media (min-width: 576px) {
  .modal-organism div.modal-container {
    max-width: 90%;
  }

  .modal-organism .modal-organism-content {
    padding: 0 80px;
  }

  .modal-organism .modal-organism-content .content__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal-organism .modal-organism-content .content__header .content__image {
    display: block;
    width: 30%;
  }

  .modal-organism .modal-organism-content .content__header .content__image .element-meta-image {
    width: 100%;
  }

  .modal-organism .modal-organism-content .content__header .content__title h2 {
    margin: 0;
    text-align: left;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .btn-modal {
    min-width: calc(200px * 2 + 16px);
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) {
    max-width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px 16px;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav .btn-filter {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav .select-button {
    margin-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div {
    margin: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content.row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content.row.results-form__center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.page-template-tpl_votre-sejour .tpl-sejour__results-wrapper form .results-form__content .organism-card {
    margin: 0;
  }
}

@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }

  .page-template-tpl-voyage .fp-section h3 {
    width: 40%;
    font-size: 30px;
    text-align: right;
  }

  .page-template-tpl-voyage .fp-section h3 em {
    font-size: 35px;
  }

  .page-template-tpl-voyage .fp-section .section-bloc {
    height: 320px;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) h3 {
    text-align: left;
    float: right;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) h3 span {
    left: inherit;
    right: 0.6em;
  }

  .page-template-tpl-voyage .fp-section ul {
    display: block;
    width: 40%;
    text-align: left;
    padding-left: 40px;
    float: right;
  }

  .page-template-tpl-voyage .fp-section ul li {
    display: block;
    width: 90%;
    float: left;
  }

  .page-template-tpl-voyage .fp-section ul li span.ico_fp {
    left: -3em;
    margin-right: 40px;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul {
    text-align: right;
    float: left;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li {
    float: right;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li span.ico_fp {
    float: none;
    right: -3em;
    left: inherit;
  }

  .page-template-tpl-voyage .fp-section ul li:nth-child(1) span.ico_fp:hover,
  .page-template-tpl-voyage .fp-section ul li:nth-child(1) span.ico_fp.active {
    background: url(../images/user.svg) white center no-repeat;
    background-size: 2em 2em;
  }

  .page-template-tpl-voyage .fp-section ul li:nth-child(2) span.ico_fp:hover,
  .page-template-tpl-voyage .fp-section ul li:nth-child(2) span.ico_fp.active {
    background: url(../images/check.svg) white center no-repeat;
    background-size: 2em 2em;
  }

  .page-template-tpl-voyage .fp-section ul li:nth-child(3) span.ico_fp:hover,
  .page-template-tpl-voyage .fp-section ul li:nth-child(3) span.ico_fp.active {
    background: url(../images/criteres.svg) white center no-repeat;
    background-size: 2em 2em;
  }

  .page-template-tpl-voyage .fp-section ul li .infobulle_fp {
    right: inherit;
    left: 1em;
    top: 50%;
    margin-right: 40px;
  }

  .page-template-tpl-voyage .fp-section ul li .infobulle_fp:before {
    display: block;
  }

  .page-template-tpl-voyage .fp-section .section-bloc:nth-child(even) ul li .infobulle_fp {
    left: inherit;
    right: 1em;
  }

  .page-template-tpl-voyage .fp-section .picto_fp_centre {
    width: 20%;
  }

  .page-template-tpl-voyage .fp-section .picto_fp_centre img {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  body.page-template-tpl_votre-sejour .stepper-bar-wrapper {
    max-width: 100%;
    height: auto;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper::after {
    display: none;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step::before {
    display: none;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__text::before {
    content: attr(data-step-number);
    margin-right: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e3e0e2;
    color: white;
    font-weight: bold;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-organism div.modal-container {
    width: 900px;
  }

  .modal-organism .modal-organism-content .content__infos-contact {
    min-height: 180px;
    padding: 8px;
    border: 1px solid #4B4B4B;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20%;
  }

  .modal-organism .modal-organism-content .content__infos-contact .contact__second .contact__address {
    margin-top: 0 !important;
  }

  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal {
    min-width: 70%;
  }

  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-countries,
  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-langs {
    min-width: calc((200px * 3) + (2*16px));
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="3"] .stepper__answers .stepper__answers__item[data-value="others"] {
    grid-column: auto;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .btn-modal {
    min-width: calc(338px * 2 + 16px);
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) .stepper__answers__item {
    width: 338px;
    height: 180px;
    padding: 0;
  }

  body.page-template-tpl_votre-sejour .results__header .header__title .select-title {
    margin: 0;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body.page-template-tpl_votre-sejour .results__header .header__nav .select-button div a:nth-of-type(1) {
    margin: 0;
    padding: 10px 30px;
  }
}

@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }

  .gridlock .row .desktop-1 {
    width: 6.25%;
  }

  .gridlock .row .desktop-2 {
    width: 14.58333333%;
  }

  .gridlock .row .desktop-3 {
    width: 22.91666667%;
  }

  .gridlock .row .desktop-4 {
    width: 31.25%;
  }

  .gridlock .row .desktop-5 {
    width: 39.58333333%;
  }

  .gridlock .row .desktop-6 {
    width: 47.91666667%;
  }

  .gridlock .row .desktop-7 {
    width: 56.25%;
  }

  .gridlock .row .desktop-8 {
    width: 64.58333333%;
  }

  .gridlock .row .desktop-9 {
    width: 72.91666667%;
  }

  .gridlock .row .desktop-10 {
    width: 81.25%;
  }

  .gridlock .row .desktop-11 {
    width: 89.58333333%;
  }

  .gridlock .row .desktop-12 {
    width: 97.91666667%;
  }

  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%;
  }

  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%;
  }

  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%;
  }

  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%;
  }

  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%;
  }

  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%;
  }

  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%;
  }

  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%;
  }

  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%;
  }

  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%;
  }

  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%;
  }

  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }

  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }

  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }

  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }

  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }

  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }

  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }

  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }

  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }

  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }

  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }

  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }

  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%;
  }

  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%;
  }

  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%;
  }

  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%;
  }

  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%;
  }

  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%;
  }

  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%;
  }

  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%;
  }

  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%;
  }

  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%;
  }

  .gridlock .row .desktop-fifth {
    width: 17.91666667%;
  }

  .gridlock .row .desktop-fourth {
    width: 22.91666667%;
  }

  .gridlock .row .desktop-third {
    width: 31.25%;
  }

  .gridlock .row .desktop-half {
    width: 47.91666667%;
  }

  .gridlock .row .desktop-full {
    width: 97.91666667%;
  }

  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%;
  }

  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%;
  }

  .gridlock .row .desktop-push-third {
    margin-left: 34.375%;
  }

  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%;
  }

  .gridlock .row .contained.desktop-fifth {
    width: 20%;
  }

  .gridlock .row .contained.desktop-fourth {
    width: 25%;
  }

  .gridlock .row .contained.desktop-third {
    width: 33.33333333%;
  }

  .gridlock .row .contained.desktop-half {
    width: 50%;
  }

  .gridlock .row .contained.desktop-full {
    width: 100%;
  }

  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%;
  }

  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%;
  }

  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%;
  }

  .gridlock .row [class*='desktop-'].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gridlock .row .desktop-hide {
    display: none;
  }

  .page-template-tpl-voyage .fp-section h3 {
    font-size: 30px;
  }

  .page-template-tpl-voyage .fp-section h3 em {
    font-size: 40px;
  }

  .page-template-tpl-voyage .fp-section .picto_fp_centre img {
    padding: 0;
  }
}

@media (min-width: 980px) {
  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers div:nth-last-of-type(2) {
    grid-row: 2;
    grid-column: 1 / span 2;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers div:nth-last-of-type(1) {
    grid-row: 2;
    grid-column: 2 / span 2;
  }
}

@media (min-width: 992px) {
  body.page-template-tpl_votre-sejour .stepper-bar-wrapper {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step {
    gap: 0;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  body.page-template-tpl_votre-sejour .stepper-bar-wrapper .bar-wrapper__step .step__line-wrapper::before {
    width: 100px;
  }

  .modal-organism .modal-organism-content .content__infos-contact {
    min-height: 150px;
  }

  body.page-template-tpl_votre-sejour .results__header .header__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="1"] .screen__inner .stepper__answers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }

  .gridlock .row .max-1 {
    width: 6.25%;
  }

  .gridlock .row .max-2 {
    width: 14.58333333%;
  }

  .gridlock .row .max-3 {
    width: 22.91666667%;
  }

  .gridlock .row .max-4 {
    width: 31.25%;
  }

  .gridlock .row .max-5 {
    width: 39.58333333%;
  }

  .gridlock .row .max-6 {
    width: 47.91666667%;
  }

  .gridlock .row .max-7 {
    width: 56.25%;
  }

  .gridlock .row .max-8 {
    width: 64.58333333%;
  }

  .gridlock .row .max-9 {
    width: 72.91666667%;
  }

  .gridlock .row .max-10 {
    width: 81.25%;
  }

  .gridlock .row .max-11 {
    width: 89.58333333%;
  }

  .gridlock .row .max-12 {
    width: 97.91666667%;
  }

  .gridlock .row .max-push-1 {
    margin-left: 9.375%;
  }

  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%;
  }

  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%;
  }

  .gridlock .row .max-push-4 {
    margin-left: 34.375%;
  }

  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%;
  }

  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%;
  }

  .gridlock .row .max-push-7 {
    margin-left: 59.375%;
  }

  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%;
  }

  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%;
  }

  .gridlock .row .max-push-10 {
    margin-left: 84.375%;
  }

  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%;
  }

  .gridlock .row .contained.max-1 {
    width: 8.33333333%;
  }

  .gridlock .row .contained.max-2 {
    width: 16.66666667%;
  }

  .gridlock .row .contained.max-3 {
    width: 25%;
  }

  .gridlock .row .contained.max-4 {
    width: 33.33333333%;
  }

  .gridlock .row .contained.max-5 {
    width: 41.66666667%;
  }

  .gridlock .row .contained.max-6 {
    width: 50%;
  }

  .gridlock .row .contained.max-7 {
    width: 58.33333333%;
  }

  .gridlock .row .contained.max-8 {
    width: 66.66666667%;
  }

  .gridlock .row .contained.max-9 {
    width: 75%;
  }

  .gridlock .row .contained.max-10 {
    width: 83.33333333%;
  }

  .gridlock .row .contained.max-11 {
    width: 91.66666667%;
  }

  .gridlock .row .contained.max-12 {
    width: 100%;
  }

  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%;
  }

  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%;
  }

  .gridlock .row .contained.max-push-3 {
    margin-left: 25%;
  }

  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%;
  }

  .gridlock .row .contained.max-push-6 {
    margin-left: 50%;
  }

  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%;
  }

  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%;
  }

  .gridlock .row .contained.max-push-9 {
    margin-left: 75%;
  }

  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%;
  }

  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%;
  }

  .gridlock .row .max-fifth {
    width: 17.91666667%;
  }

  .gridlock .row .max-fourth {
    width: 22.91666667%;
  }

  .gridlock .row .max-third {
    width: 31.25%;
  }

  .gridlock .row .max-half {
    width: 47.91666667%;
  }

  .gridlock .row .max-full {
    width: 97.91666667%;
  }

  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%;
  }

  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%;
  }

  .gridlock .row .max-push-third {
    margin-left: 34.375%;
  }

  .gridlock .row .max-push-half {
    margin-left: 51.04166667%;
  }

  .gridlock .row .contained.max-fifth {
    width: 20%;
  }

  .gridlock .row .contained.max-fourth {
    width: 25%;
  }

  .gridlock .row .contained.max-third {
    width: 33.33333333%;
  }

  .gridlock .row .contained.max-half {
    width: 50%;
  }

  .gridlock .row .contained.max-full {
    width: 100%;
  }

  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%;
  }

  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%;
  }

  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.max-push-half {
    margin-left: 50%;
  }

  .gridlock .row [class*='max-'].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gridlock .row .max-hide {
    display: none;
  }

  .page-template-tpl-voyage .fp-section h3 {
    font-size: 35px;
  }

  .page-template-tpl-voyage .fp-section h3 em {
    font-size: 45px;
  }

  .page-template-tpl-voyage .fp-section .picto_fp_centre img {
    padding: 0;
  }
}

@media (max-width: 1219px) {
  .wrap__list-organisme .single-element {
    min-height: 410px;
  }

  #wrap__home-link .homeLink__overlay .homeLink__divide {
    margin: 10px auto;
  }

  .homeLink__overlay .homeLink__resume {
    display: none;
  }

  #wrap__home-link .homeLink__overlay .homeLink__resume {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }

  ul.search_results {
    width: 300px;
  }

  #primaryHeader.is-fixed #primary-navigation {
    padding-left: 276px;
  }
}

@media (max-width: 979px) {
  #primaryHeader.is-fixed .header-logo {
    width: 120px;
  }

  .homeLink__overlay .homeLink__title {
    font-size: 17px;
  }

  .homeLink__overlay .homeLink__divide {
    margin: 15px auto;
  }

  #wrap__home-link .homeLink__overlay .homeLink__resume {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }

  ul.search_results {
    width: 705px;
  }

  .nav__header-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #secondary-navigation .menu li:first-child,
  #secondary-navigation .menu li:nth-child(2),
  .nav__header-navigation .menu li {
    border-right: none;
  }

  .nav__header-navigation .menu .link-open-menu {
    display: block;
  }

  .nav__header-navigation.close-menu .menu {
    max-height: 52px;
  }

  .wrap__header.is-fixed .nav__header-navigation.close-menu .menu {
    max-height: 32px;
  }

  .header-logo {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .header-lead {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
  }

  .header-contact {
    display: none;
  }

  .link-post.mobile {
    display: block !important;
  }

  .wrap__list-organisme aside .block-desc:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="2"] .step1::before {
    content: "";
    margin-bottom: 5px;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    background-color: #095E9C;
  }

  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step1::before,
  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="3"] .step2::before {
    content: "";
    margin-bottom: 5px;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    background-color: #095E9C;
  }

  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step1::before,
  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step2::before,
  body.page-template-tpl_votre-sejour .filter-form[data-current-screen="4"] .step3::before {
    content: "";
    margin-bottom: 5px;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    background-color: #095E9C;
  }
}

@media screen and (max-width: 740px) {
  .icone-footer img {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%;
  }

  .gridlock .row .mobile-1 {
    width: 31.25%;
  }

  .gridlock .row .mobile-2 {
    width: 64.58333333%;
  }

  .gridlock .row .mobile-3 {
    width: 97.91666667%;
  }

  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%;
  }

  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%;
  }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }

  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }

  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }

  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%;
  }

  .gridlock .row .mobile-fifth {
    width: 17.91666667%;
  }

  .gridlock .row .mobile-fourth {
    width: 22.91666667%;
  }

  .gridlock .row .mobile-third {
    width: 31.25%;
  }

  .gridlock .row .mobile-half {
    width: 47.91666667%;
  }

  .gridlock .row .mobile-full {
    width: 97.91666667%;
  }

  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04166667%;
  }

  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%;
  }

  .gridlock .row .mobile-push-third {
    margin-left: 34.375%;
  }

  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%;
  }

  .gridlock .row .contained.mobile-fifth {
    width: 20%;
  }

  .gridlock .row .contained.mobile-fourth {
    width: 25%;
  }

  .gridlock .row .contained.mobile-third {
    width: 33.33333333%;
  }

  .gridlock .row .contained.mobile-half {
    width: 50%;
  }

  .gridlock .row .contained.mobile-full {
    width: 100%;
  }

  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%;
  }

  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%;
  }

  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%;
  }

  .gridlock .row [class*='mobile-'].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gridlock .row .mobile-hide {
    display: none;
  }

  form .groups-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  form .groups-wrapper.input-2 .group-field,
  form .groups-wrapper.input-3 .group-field,
  form .groups-wrapper.input-4 .group-field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 739px) {
  .homeLink__overlay .homeLink__title {
    font-size: 20px;
  }

  .homeLink__overlay .homeLink__divide {
    margin: 30px auto;
  }

  .homeLink__overlay .homeLink__resume {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }

  ul.search_results {
    width: 470px;
  }

  aside.is--open {
    max-height: 380px;
  }

  .wrap__list-organisme aside .block-desc:nth-of-type(2) {
    min-width: initial;
  }

  .wrap__list-organisme aside .block-desc:nth-of-type(1),
  .wrap__list-organisme aside .block-desc:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  body.page-template-tpl_votre-sejour .row {
    width: 85%;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .tpl-sejour__form-wrapper .row:nth-child(1) {
    width: 85%;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .form-sejour__wrapper .btn-modal.btn-modal--other-countries::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2px;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80%, 338px));
    grid-template-rows: repeat(auto-fit, minmax(90px, 1fr));
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 20px 16px;
    margin: 0 auto;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .stepper__buttons {
    padding: 0;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .stepper__buttons button:nth-of-type(2) {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 31.25%;
  }

  .gridlock .row .min-2 {
    width: 64.58333333%;
  }

  .gridlock .row .min-3 {
    width: 97.91666667%;
  }

  .gridlock .row .min-push-1 {
    margin-left: 34.375%;
  }

  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%;
  }

  .gridlock .row .contained.min-1 {
    width: 33.33333333%;
  }

  .gridlock .row .contained.min-2 {
    width: 66.66666667%;
  }

  .gridlock .row .contained.min-3 {
    width: 100%;
  }

  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%;
  }

  .gridlock .row .min-fifth {
    width: 17.91666667%;
  }

  .gridlock .row .min-fourth {
    width: 22.91666667%;
  }

  .gridlock .row .min-third {
    width: 31.25%;
  }

  .gridlock .row .min-half {
    width: 47.91666667%;
  }

  .gridlock .row .min-full {
    width: 97.91666667%;
  }

  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%;
  }

  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%;
  }

  .gridlock .row .min-push-third {
    margin-left: 34.375%;
  }

  .gridlock .row .min-push-half {
    margin-left: 51.04166667%;
  }

  .gridlock .row .contained.min-fifth {
    width: 20%;
  }

  .gridlock .row .contained.min-fourth {
    width: 25%;
  }

  .gridlock .row .contained.min-third {
    width: 33.33333333%;
  }

  .gridlock .row .contained.min-half {
    width: 50%;
  }

  .gridlock .row .contained.min-full {
    width: 100%;
  }

  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%;
  }

  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%;
  }

  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.min-push-half {
    margin-left: 50%;
  }

  .gridlock .row [class*='min-'].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gridlock .row .min-hide {
    display: none;
  }
}

@media (max-width: 499px) {
  .homeLink__overlay .homeLink__title {
    font-size: 17px;
  }

  .homeLink__overlay .homeLink__divide {
    margin: 10px auto;
  }

  .homeLink__overlay .homeLink__resume {
    display: none;
  }

  #wrap__home-link .homeLink__overlay .homeLink__resume {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #wrap__home-quality .section__body {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }

  ul.search_results {
    width: 294px;
  }
}

@media (max-width: 424.98px) {
  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .screen__inner .stepper__answers:nth-of-type(2) .stepper__answers__item {
    min-width: 70%;
    height: 180px;
    padding: 0;
  }

  body.page-template-tpl_votre-sejour .stepper__screen[data-screen="4"] .stepper__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%;
  }

  .gridlock .row .tablet-2 {
    width: 31.25%;
  }

  .gridlock .row .tablet-3 {
    width: 47.91666667%;
  }

  .gridlock .row .tablet-4 {
    width: 64.58333333%;
  }

  .gridlock .row .tablet-5 {
    width: 81.25%;
  }

  .gridlock .row .tablet-6 {
    width: 97.91666667%;
  }

  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833333%;
  }

  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%;
  }

  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%;
  }

  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%;
  }

  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%;
  }

  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }

  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }

  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }

  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }

  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }

  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }

  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%;
  }

  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%;
  }

  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%;
  }

  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%;
  }

  .gridlock .row .tablet-fifth {
    width: 17.91666667%;
  }

  .gridlock .row .tablet-fourth {
    width: 22.91666667%;
  }

  .gridlock .row .tablet-third {
    width: 31.25%;
  }

  .gridlock .row .tablet-half {
    width: 47.91666667%;
  }

  .gridlock .row .tablet-full {
    width: 97.91666667%;
  }

  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%;
  }

  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%;
  }

  .gridlock .row .tablet-push-third {
    margin-left: 34.375%;
  }

  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%;
  }

  .gridlock .row .contained.tablet-fifth {
    width: 20%;
  }

  .gridlock .row .contained.tablet-fourth {
    width: 25%;
  }

  .gridlock .row .contained.tablet-third {
    width: 33.33333333%;
  }

  .gridlock .row .contained.tablet-half {
    width: 50%;
  }

  .gridlock .row .contained.tablet-full {
    width: 100%;
  }

  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%;
  }

  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%;
  }

  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%;
  }

  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%;
  }

  .gridlock .row [class*='tablet-'].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .gridlock .row .tablet-hide {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
