@charset "UTF-8";
/*
-- PROFIL WEB - 2014-2020
-- Manu.L
*/
/* stylelint-disable */
/* stylelint-enable */
/*
@font-face {
    font-family: @font;
    src:
        local('My Font'),
        local('MyFont'),
        url('../fonts/myfont.woff2') format('woff2'),
        url('../fonts/myfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*/
@font-face {
  font-family: 'gifilovetour';
  src: url(gifilovetour.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"],
[class*=" icon-"],
.picto-font {
  font-family: 'gifilovetour' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* .duo {
    position: relative;

    &::before {
        position: absolute;
        color: @color;
    }

    &::after {
        color: @color2;
    }
}

/* stylelint-disable */
/* @duotone: realtime, travel, map, scolaire, search, sav, info, tickets, horaire, actu, contact;

each(@duotone, {
    @icon : "icon-@{value}";
    @icon1 : "icon-@{value}1";
    @icon2 : "icon-@{value}2";

    .icon-@{value} {
        &::before {
            content: @@icon;
        }

        .duo& {
            &::before {
                content: @@icon1;
            }

            &::after {
                content: @@icon2;
            }
        }
    }
})

/* stylelint-enable */
.icon-play::before {
  content: "\e904";
}
.icon-guillemets-bas::before {
  content: "\e905";
}
.icon-guillemets-haut::before {
  content: "\e906";
}
.icon-check::before {
  content: "\e903";
}
.icon-close::before {
  content: "\e935";
}
.icon-select::before {
  content: "\e927";
}
.icon-prev::before {
  content: "\e914";
}
.icon-next::before {
  content: "\e913";
}
.icon-search::before {
  content: "\e933";
}
.icon-facebook::before {
  content: "\e900";
}
.icon-twitter::before {
  content: "\e901";
}
.icon-linkedin::before {
  content: "\e902";
}
.icon-pinterest::before {
  content: "\e90c";
}
.icon-instagram::before {
  content: "\e90b";
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent iOS bug fond gris état focus */
}
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;
}
* {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
img[src$=".svg"] {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  background-color: #db261b;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.07rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #ffdb32;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
body.header-fixed {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  body.header-fixed {
    padding-top: 55px;
  }
}
body .main-content {
  flex-grow: 1;
  padding: 0 75px;
  overflow-x: hidden;
  background: url(background-sitev1.jpg) center repeat;
  background-position-y: top;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  body .main-content {
    padding-top: 30px;
  }
}
body .main-content .deco {
  max-width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  body .main-content .deco {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  body .main-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 999px) {
  body .main-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 639px) {
  body .main-content {
    padding: 0 15px;
  }
}
.logo img {
  max-width: 400px;
}
.txt {
  letter-spacing: 0;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
a {
  color: #db261b;
  text-decoration: none;
  transition: all 250ms ease;
}
@media print {
  a {
    text-decoration: underline;
  }
}
strong,
b {
  font-weight: 700;
}
abbr {
  border-bottom: 1px dotted #555;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
.blur {
  opacity: 0.4;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 999px) {
  .wrap {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    max-width: 640px;
  }
}
@media screen and (max-width: 639px) {
  .wrap {
    max-width: none;
  }
}
.cols {
  display: flex;
  justify-content: space-between;
}
.cols .col2 {
  width: 49%;
}
.cols .col3 {
  width: 32%;
}
h1,
.h1 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1.1;
}
.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.social a {
  font-size: 3rem;
  margin-right: 10px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.social a.facebook:hover {
  color: #1877f2;
}
.social a.twitter:hover {
  color: #55acee;
}
.social a.pinterest:hover {
  color: #bd2126;
}
.social a.instagram:hover {
  color: #f24966;
}
.social a.linkedin:hover {
  color: #0077b5;
}
.social a.youtube:hover {
  color: #ff0000;
}
.social a.tumblr:hover {
  color: #34465d;
}
.social a.vimeo:hover {
  color: #1ab7ea;
}
.er404 .main-content {
  min-height: 715px;
  background-color: #ebebeb;
}
.er404 .main-content::before {
  display: block;
  content: '';
  background-color: #fff;
  height: 290px;
  width: 100%;
}
.er404 .main-content h1 {
  text-align: center;
  margin-top: -245px;
}
.outdated-browser {
  padding: 20px 0;
  text-align: center;
  background-color: #ffdb32;
}
.outdated-browser .wrap {
  max-width: 800px;
}
.outdated-browser h3,
.outdated-browser p {
  margin-bottom: 20px;
}
.outdated-browser nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.outdated-browser nav a:not(:first-child) {
  margin-left: 15px;
}
#cookiebanner {
  z-index: 9999!important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffdb32;
  padding: 0 15px;
  height: 50px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border: 2px solid #ffdb32;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.3;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.3;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.3;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: 0 none !important;
  color: #db261b;
  background-color: #ffdb32;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
input[type="submit"] {
  height: 50px;
  background-color: #ffdb32;
  color: #db261b;
  text-transform: uppercase;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ffdb32;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]:hover {
  background-color: transparent;
  color: #ffdb32;
  border-color: #ffdb32;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  border-radius: 0;
}
textarea {
  resize: vertical;
  padding: 10px;
  min-height: 150px;
}
label,
.label {
  display: block;
  color: #ffdb32;
  text-align: left;
  margin-bottom: 10px;
}
label em,
.label em {
  display: block;
  color: #999;
  margin-top: 5px;
  text-transform: none;
  font-size: 1.33rem;
}
.list-files {
  background-color: #db261b;
  margin-bottom: 30px;
}
.filename {
  display: block;
  margin-bottom: 10px;
}
.gauge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gauge b {
  margin-left: 15px;
}
progress[value] {
  flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 600px;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background-color: #db261b;
  border: 2px solid #ffdb32;
  border-radius: 20px;
}
progress[value]::-webkit-progress-bar {
  background-color: #db261b;
  border: 2px solid #ffdb32;
  border-radius: 20px;
}
progress[value]::-ms-fill {
  background-color: #ffdb32;
}
progress[value]::-moz-progress-bar {
  background-color: #ffdb32;
}
progress[value]::-webkit-progress-value {
  background-color: #ffdb32;
}
#captcha {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#captcha img {
  min-width: 100px;
  height: auto;
  margin-right: 10px;
}
#captcha input[type="text"] {
  max-width: 190px;
  margin-bottom: 0;
}
#captcha a {
  height: 40px;
  width: 40px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#captcha #reload {
  height: 30px;
  width: 30px;
  transition: all 250ms ease;
  cursor: pointer;
}
#captcha #reload path {
  fill: #db261b;
}
#captcha #reload:hover {
  transform: rotate(360deg);
}
#captcha #reload:hover path {
  fill: #ffdb32;
}
.checkbox {
  position: relative;
  z-index: 1;
}
.checkbox label {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  display: flex;
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: '';
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 2px solid #ddd;
  margin-right: 10px;
  padding-right: 15px;
}
.checkbox label::after {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -2px;
  color: #fff;
  font-size: 1.4rem;
  transition: all 250ms ease;
  font-family: 'gifilovetour' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "\e903";
}
.checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0 none;
  z-index: -1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::before {
  border-color: #db261b;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  color: #db261b;
  outline: none;
}
.list-radio {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}
.list-radio li {
  margin-bottom: 5px;
}
.list-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0 none;
  z-index: -1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
}
.list-radio input[type="radio"] + label {
  position: relative;
  display: flex;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
.list-radio input[type="radio"] + label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eee;
  border-radius: 50%;
  transition: all 250ms ease;
}
.list-radio input[type="radio"] + label::after {
  position: absolute;
  left: 6px;
  top: 6px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #eee;
  border-radius: 50%;
  transition: all 250ms ease;
}
.list-radio input[type="radio"]:checked + label {
  font-weight: 700;
}
.list-radio input[type="radio"]:checked + label::before {
  border: 1px solid #db261b;
  background-color: #fff;
}
.list-radio input[type="radio"]:checked + label::after {
  background-color: #db261b;
}
.habillage {
  height: 50px;
  max-width: 250px;
  margin-bottom: 20px;
  position: relative;
  background-color: #ebebeb;
  flex-grow: 1;
  overflow: hidden;
}
.habillage::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  height: 50px;
  width: 50px;
  background-color: #db261b;
  color: #fff;
  z-index: 97;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'gifilovetour' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  transform: rotate(90deg);
}
.habillage select {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-overflow: '';
  border: 0 none;
  font-family: inherit;
  font-size: 1.4rem;
  height: 100%;
  width: 100px;
  padding: 0 45px 0 15px;
  z-index: 98;
}
.input-file {
  width: auto;
  max-width: 300px;
}
.input-file label {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.input-file i {
  font-size: 2.5rem;
  margin-right: 5px;
  font-weight: 300;
}
.input-file input {
  display: none;
}
.input-file .file-selected {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
}
.input-file .file-selected:not(:empty) {
  background-color: #f4bebb;
  margin-bottom: 20px;
  padding: 10px;
}
.input-file .file-selected:not(:empty)::before {
  content: "Fichier sélectionné : ";
  display: block;
  font-style: italic;
  font-weight: 300;
  color: #000;
}
.input-file .file-selected:not(:empty)::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #f4bebb transparent;
}
.btn {
  margin: auto;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 20px;
  min-height: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid transparent;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media print {
  .btn {
    display: none;
  }
}
.btn span {
  margin-right: 10px;
}
.btn-primary {
  border-color: #db261b;
  background-color: #db261b;
  color: #fff;
}
.btn-primary:hover {
  background-color: transparent;
  color: #db261b;
}
.btn-secondary {
  border-color: #ffdb32;
  background-color: #ffdb32;
  color: #fff;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #ffdb32;
}
.btn-tertiary {
  border-color: #db261b;
  background-color: #db261b;
  color: #fff;
}
.btn-tertiary:hover {
  background-color: transparent;
  color: #db261b;
}
.sharer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sharer a {
  position: relative;
  margin-bottom: 0;
  color: #db261b;
  margin-right: 8px;
  /* stylelint-disable */
  /* stylelint-enable */
}
.sharer a i {
  font-size: 2.7rem;
}
.sharer a span {
  position: absolute;
  color: #fff;
  top: -30px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  width: 90px;
  height: 25px;
  font-size: 1.5rem;
  z-index: -1;
  transition: all 250ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sharer a span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
}
.sharer a:hover span {
  z-index: 99;
  opacity: 1;
  transform: translateY(-5px);
}
.sharer a.share-facebook span {
  background-color: #1877f2;
}
.sharer a.share-facebook span::after {
  border-color: #1877f2 transparent transparent transparent;
}
.sharer a.share-facebook:hover i {
  color: #1877f2;
}
.sharer a.share-twitter span {
  background-color: #55acee;
}
.sharer a.share-twitter span::after {
  border-color: #55acee transparent transparent transparent;
}
.sharer a.share-twitter:hover i {
  color: #55acee;
}
.sharer a.share-pinterest span {
  background-color: #bd2126;
}
.sharer a.share-pinterest span::after {
  border-color: #bd2126 transparent transparent transparent;
}
.sharer a.share-pinterest:hover i {
  color: #bd2126;
}
.sharer a.share-instagram span {
  background-color: #f24966;
}
.sharer a.share-instagram span::after {
  border-color: #f24966 transparent transparent transparent;
}
.sharer a.share-instagram:hover i {
  color: #f24966;
}
.sharer a.share-linkedin span {
  background-color: #0077b5;
}
.sharer a.share-linkedin span::after {
  border-color: #0077b5 transparent transparent transparent;
}
.sharer a.share-linkedin:hover i {
  color: #0077b5;
}
.sharer a.share-youtube span {
  background-color: #ff0000;
}
.sharer a.share-youtube span::after {
  border-color: #ff0000 transparent transparent transparent;
}
.sharer a.share-youtube:hover i {
  color: #ff0000;
}
.sharer a.share-tumblr span {
  background-color: #34465d;
}
.sharer a.share-tumblr span::after {
  border-color: #34465d transparent transparent transparent;
}
.sharer a.share-tumblr:hover i {
  color: #34465d;
}
.sharer a.share-vimeo span {
  background-color: #1ab7ea;
}
.sharer a.share-vimeo span::after {
  border-color: #1ab7ea transparent transparent transparent;
}
.sharer a.share-vimeo:hover i {
  color: #1ab7ea;
}
body.mode-popup::after {
  display: block;
  content: '';
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
.popup {
  display: none;
  color: #333;
  position: fixed;
  top: 8%;
  bottom: 8%;
  left: 50%;
  height: auto;
  width: 90%;
  max-width: 1000px;
  margin-left: -500px;
  z-index: 9999;
  overflow-y: auto;
}
@media screen and (max-width: 880px) {
  .popup {
    /* 640 */
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    width: auto;
    max-width: 90%;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .popup {
    /* 640 */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.popup .popup-heading {
  background-color: #db261b;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 0 15px;
  letter-spacing: 0.15rem;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .popup .popup-heading {
    height: auto;
    min-height: 50px;
    padding: 10px 40px;
    line-height: 1;
  }
}
.popup iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .popup iframe {
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  .popup iframe {
    height: 300px;
  }
}
.popup .popup-content {
  background-color: #fff;
  padding: 15px;
  padding-top: 25px;
}
.popup .cols {
  display: flex;
  justify-content: space-between;
}
.popup .cols > div:first-child {
  margin-right: 20px;
}
.popup input[type="email"] {
  min-width: 300px;
}
.popup.open {
  display: block;
}
.popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}
.popup .close-popup i {
  font-size: 3.5rem;
}
.popup .close-popup:hover {
  color: #ffdb32;
}
@media screen and (max-width: 639px) {
  .popup .close-popup {
    position: fixed;
  }
}
.pagination {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  padding: 5px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.navigation a {
  padding-top: 2px;
}
.pagination li.navigation a i {
  font-size: 2.5rem;
}
.pagination li.navigation.full a i:last-child {
  margin-left: -18px;
}
.pagination a {
  width: 27px;
  height: 27px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.8px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.table-list {
  margin-bottom: 25px;
  width: 100%;
}
.table-list th {
  text-transform: uppercase;
  height: 50px;
  vertical-align: middle;
  color: #000;
  text-align: left;
}
.table-list tbody tr:nth-child(odd) {
  background-color: #fadedd;
}
.table-list td {
  vertical-align: middle;
  height: 50px;
  padding: 15px;
  line-height: 1;
}
.table-list td.ref {
  width: 140px;
}
.table-list td.action {
  text-align: right;
  width: 230px;
}
.table-list a {
  color: #db261b;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.table-list a i {
  font-size: 2.7rem;
  margin-left: 5px;
}
.table-list a:hover {
  color: #6e130e;
}
.nav-onglet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nav-onglet a {
  min-height: 50px;
  min-width: 180px;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav-onglet a strong {
  margin-right: 10px;
}
.nav-onglet a.actif,
.nav-onglet a:hover {
  border-color: #db261b;
  color: #db261b;
}
.nav-onglet a:only-child {
  display: none;
}
.onglet-content {
  display: none;
}
.onglet-content h2 {
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.onglet-content.open {
  display: block;
}
.msg-info {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  line-height: 1;
  text-align: left;
  margin: auto;
  margin-bottom: 20px;
  color: #fff;
}
.msg-info:empty {
  display: none;
  background: red;
}
.valid {
  background-color: rgba(77, 166, 82, 0.9);
}
.error {
  background-color: rgba(195, 22, 22, 0.9);
}
.warning {
  background-color: rgba(245, 142, 40, 0.9);
}
#map {
  width: 100%;
  height: 300px;
}
.slick-list {
  width: 100%;
}
header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media print {
  header {
    display: none;
  }
}
.top {
  width: 100%;
  background: url(header-2500-fond.jpg) center no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top img {
  max-width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .top img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .top img {
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .top img {
    max-width: 80%;
  }
}
.top a {
  font-size: 10rem;
  display: flex;
  color: #ffdb32;
  -webkit-animation: iconAnimation ease-in-out 1.5s infinite;
          animation: iconAnimation ease-in-out 1.5s infinite;
  transition: all 250ms ease;
}
@-webkit-keyframes iconAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iconAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-nav {
  width: 100%;
  background-color: #ffdb32;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.menu li {
  padding: 0 20px;
  transition: all 250ms ease;
}
@media screen and (max-width: 767px) {
  .menu li {
    width: 100%;
  }
}
.menu li:hover,
.menu li.active {
  background-color: #db261b;
}
.menu li:hover a,
.menu li.active a {
  color: #ffdb32;
}
.menu li a {
  color: #db261b;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.4rem;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu li a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu.showing-nav {
  display: flex;
}
.toggle-nav {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 55px;
  background-color: #ffdb32;
  margin: auto;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .toggle-nav {
    display: block;
  }
}
.toggle-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #db261b;
  transform: rotate(0);
}
.toggle-nav span::before,
.toggle-nav span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #db261b;
  transform: translateY(-6px);
  transition: all 250ms ease;
}
.toggle-nav span::after {
  transform: translateY(0);
  top: 6px;
}
.menu-open.toggle-nav span {
  background-color: transparent;
}
.menu-open.toggle-nav span::before {
  transform: rotate(-45deg);
}
.menu-open.toggle-nav span::after {
  transform: rotate(45deg);
  transform-origin: 18px -2px 0;
}
@media print {
  footer {
    display: none;
  }
}
p {
  background-color: rgba(219, 38, 27, 0.4);
}
.section {
  min-height: 100vh;
  position: relative;
}
.section .anchor {
  position: absolute;
  top: -110px;
}
@media screen and (max-width: 1199px) {
  .section .anchor {
    position: static;
    display: block;
    height: 120px;
  }
}
.section .anchor#tutos,
.section .anchor #reglement {
  top: -90px;
}
.section-home {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .section-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-home {
    margin-bottom: 30px;
  }
}
.section-home .text {
  max-width: 700px;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .section-home .text {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-home .text {
    padding: 40px 10px 0 10px;
  }
}
.section-home img {
  max-width: 500px;
}
.section-home p {
  margin-bottom: 30px;
}
.section-home .quote {
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-home .quote {
    padding: 0 20px;
  }
}
.section-home .quote::before {
  font-family: "gifilovetour";
  content: "\e906";
  font-size: 2.5rem;
  position: absolute;
  top: -20px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .section-home .quote::before {
    font-size: 2.5rem;
    left: -20px;
  }
}
.section-home .quote::after {
  font-family: "gifilovetour";
  content: "\e905";
  font-size: 2.5rem;
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .section-home .quote::after {
    font-size: 2.5rem;
    right: -20px;
  }
}
.section-home .quote span {
  font-style: normal;
  font-weight: 500;
}
.section-tutos {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .section-tutos {
    margin-bottom: 30px;
  }
}
.section-tutos .cols {
  align-items: center;
  margin-bottom: 50px;
  padding: 0 10%;
}
@media screen and (max-width: 1499px) {
  .section-tutos .cols {
    padding: 0 5%;
  }
}
@media screen and (max-width: 999px) {
  .section-tutos .cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section-tutos .cols {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section-tutos img {
    max-width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .section-tutos img {
    max-width: 100%;
  }
}
.section-tutos .slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-tutos .slider .slide {
  outline: none;
  max-width: 25%;
  width: 100%;
  margin: 0 20px;
}
@media screen and (max-width: 1199px) {
  .section-tutos .slider .slide {
    max-width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .section-tutos .slider .slide {
    max-width: 100%;
    margin: 0 10px;
  }
}
.section-tutos .slider a {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-tutos .slider a::after {
  font-family: "gifilovetour";
  content: "\e904";
  color: #db261b;
  font-size: 10rem;
  position: absolute;
  transition: all 250ms ease;
}
.section-tutos .slider a:hover::after {
  color: #fff;
  transform: scale(1.1);
}
.section-tutos .slider a img {
  max-width: 100%;
}
.section-tutos .slider button {
  outline: none;
}
@media screen and (max-width: 639px) {
  .section-tutos .slider button {
    display: none;
  }
}
.section-tutos .slider button i {
  color: #ffdb32;
  font-size: 7rem;
}
@media screen and (max-width: 999px) {
  .section-tutos .slider button i {
    font-size: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .section-tutos .slider button i {
    font-size: 3rem;
  }
}
.section-reglement .cols {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .section-reglement .cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .section-reglement .cols .desktop {
    display: none;
  }
}
.section-reglement .cols .mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .section-reglement .cols .mobile {
    display: flex;
  }
}
.section-reglement img {
  max-width: 600px;
}
@media screen and (max-width: 1499px) {
  .section-reglement img {
    max-width: 30%;
  }
}
@media screen and (max-width: 639px) {
  .section-reglement img {
    max-width: 60%;
  }
}
.section-reglement .text {
  padding: 0 200px 0 50px;
  background-color: rgba(219, 38, 27, 0.4);
}
@media screen and (max-width: 1199px) {
  .section-reglement .text {
    padding: 0 10px;
  }
}
.section-reglement p {
  margin-bottom: 20px;
}
.section-reglement p span {
  font-weight: 500;
}
.section-reglement p strong {
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section-reglement p strong {
    font-size: 2rem;
  }
}
.section-add-video {
  background-color: #db261b;
  text-align: center;
}
.section-add-video .texte1 {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.form-add-video {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-add-video p {
  margin-bottom: 30px;
  font-style: italic;
}
.form-add-video .list-files {
  width: 100%;
  max-width: 600px;
}
.form-inscri {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-inscri input {
  width: 300px;
}
.btn-add-files {
  margin-bottom: 40px;
  transition: all 250ms ease;
}
.btn-add-files:hover {
  opacity: 0.8;
}
.btn-add-files img {
  max-width: 250px;
}
.ck,
.cke_editable {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.ck h2,
.cke_editable h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ck h3,
.cke_editable h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #db261b;
  font-weight: 300;
}
.ck h4,
.cke_editable h4 {
  font-weight: 700;
  font-size: 1.6rem;
}
.ck p,
.cke_editable p {
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}
.ck em,
.cke_editable em,
.ck i,
.cke_editable i {
  font-style: italic;
}
.ck b,
.cke_editable b,
.ck strong,
.cke_editable strong {
  font-weight: 700;
}
.ck a:not(.btn),
.cke_editable a:not(.btn) {
  color: #000;
}
.ck a:not(.btn):hover,
.cke_editable a:not(.btn):hover {
  color: #db261b;
}
.ck a:not(.btn):hover > img,
.cke_editable a:not(.btn):hover > img {
  opacity: 0.6;
}
.ck .btn,
.cke_editable .btn {
  display: inline-flex;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.ck .pres,
.cke_editable .pres {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  color: #000;
  position: relative;
}
.ck .pres::before,
.cke_editable .pres::before {
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  color: #ffdb32;
  content: "\00201c";
  top: -15px;
  left: -20px;
  z-index: -1;
}
.ck img,
.cke_editable img {
  max-width: 100%;
}
.ck table,
.cke_editable table {
  margin-bottom: 25px;
  width: 100%;
}
.ck table tr,
.cke_editable table tr {
  background-color: #fcebea;
}
.ck table tr:nth-child(odd),
.cke_editable table tr:nth-child(odd) {
  background-color: #fff8d6;
}
.ck table tr td,
.cke_editable table tr td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.ck table tr td h4,
.cke_editable table tr td h4 {
  color: #db261b;
}
.ck table tr td p,
.cke_editable table tr td p {
  max-width: 200px;
  text-align: left;
}
.ck table tr td > strong,
.cke_editable table tr td > strong {
  font-size: 1.6rem;
  color: #db261b;
}
.ck table tr td img,
.cke_editable table tr td img {
  margin: 0 5px;
}
.ck ul,
.cke_editable ul {
  margin-bottom: 15px;
}
.ck ul li,
.cke_editable ul li {
  display: flex;
  align-items: flex-start;
  color: #db261b;
}
.ck ul li a,
.cke_editable ul li a,
.ck ul li strong,
.cke_editable ul li strong,
.ck ul li span,
.cke_editable ul li span,
.ck ul li em,
.cke_editable ul li em,
.ck ul li i,
.cke_editable ul li i,
.ck ul li b,
.cke_editable ul li b {
  margin: 0 3px;
}
.ck ul li::before,
.cke_editable ul li::before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #ffdb32;
  margin-right: 8px;
  margin-top: 8px;
}


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