@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: "“" "”" "‘" "’";
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  box-sizing: content-box;
  height: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

input, select, button {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish-VariableFont_wght.woff2") format("woff2"), url("fonts/Mulish-VariableFont_wght.ttf") format("truetype");
}
[class*=col-] {
  float: left;
  min-height: 1px;
}

.col-1 {
  width: 16.66%;
}

.col-15 {
  width: 25%;
}

.col-2 {
  width: 33.3%;
}

.col-3 {
  width: 50%;
}

.col-4 {
  width: 66.66%;
}

.col-5 {
  width: 83.33%;
}

.col-6 {
  width: 100%;
}

::-moz-selection {
  background: #3C64B1;
  color: #fff;
}

::selection {
  background: #3C64B1;
  color: #fff;
}

::-moz-selection {
  background: #3C64B1;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

html.sr .load-hidden {
  visibility: hidden;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Mulish", sans-serif;
  height: 100%;
  font-weight: 400;
  color: #737B7D;
  /*-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;*/
}

h1 {
  font-size: 44px;
  font-weight: 700;
  color: #737B7D;
  line-height: 1;
  clear: both;
  position: relative;
  margin-bottom: 30px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #373F41;
  line-height: 1.2;
  margin: 20px 0;
  clear: both;
}
h2 strong {
  color: #3C64B1;
  font-weight: 600;
  font-size: 34px;
}

h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  color: #373F41;
  clear: both;
  margin: 30px 0 15px 0;
}

h4 {
  color: #3C64B1;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin: 0px 0px 15px;
}

a {
  color: #3C64B1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

a, a:active, a:focus {
  outline: none;
}

a img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

strong {
  color: #373F41;
  font-weight: 700;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

blockquote {
  width: auto;
  padding: 10px 30px;
  margin: 20px 70px;
}
blockquote p {
  margin: 0;
}

i.fas,
i.far {
  margin-right: 10px;
}

*:focus {
  outline: none;
}

.entry-content img,
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-],
img.size-full,
img.size-large,
.wp-post-image,
figure,
.wp-caption {
  height: auto;
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.25em 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  background: #e5e5e5;
}

.center, .footer_content, #container .flexslider, #container {
  max-width: 90%;
  margin: 0 auto;
}

.center {
  clear: both;
}

.shifter-open #header {
  top: 0;
}

#header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease-in;
}
#header #topbar {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  background: #8C8C8C;
  padding: 0 30px;
}
#header #topbar ul {
  margin: 10px 0;
  padding: 0;
}
#header #topbar ul li {
  display: inline;
}
#header #topbar ul li a {
  color: #fff;
  margin: 0 10px;
}
#header .header_line {
  float: left;
  width: 100%;
  text-align: center;
}
#header .header_line .logo {
  width: 135px;
  padding: 5px 0;
}
#header .header_line .logo img {
  display: block;
  width: 100%;
}
#header .header_line .shifter-handle {
  display: none;
}

.admin-bar #header {
  top: 32px;
}
.admin-bar #header.f-nav {
  top: 32px;
}

.admin-bar.page-template-page-simple #header {
  top: 0;
}

.admin-bar.shifter-open #header {
  top: 0;
}

#header.f-nav {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding-bottom: inherit;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.1) 0px 5px 32px;
}
#header.f-nav .header_line {
  background: none;
  padding: 0;
}
#header.f-nav .header_line .right_content .logo {
  max-width: 90px;
}
#header.f-nav .header_line .right_content #access {
  top: 0;
}
#header.f-nav #nav ul li.current-menu-item a,
#header.f-nav #nav ul li.current_page_ancestor > a {
  border-color: #3C64B1;
}
#header.f-nav #nav ul li a:hover, #header.f-nav #nav ul li a:focus {
  color: #737B7D !important;
  border-color: #3C64B1 !important;
}
#header.f-nav #nav ul li a:hover:before, #header.f-nav #nav ul li a:focus:before {
  border-color: #3C64B1 !important;
}
#header.f-nav #nav ul li a:hover .small:after, #header.f-nav #nav ul li a:focus .small:after {
  border-color: #3C64B1;
}
#header.f-nav #nav ul li a .small:after {
  transition: all 0.2s ease-in;
  border-color: #737B7D;
}
#header.f-nav #nav ul li.cta a:hover, #header.f-nav #nav ul li.cta a:focus {
  color: #fff !important;
}
#header.f-nav #nav .sub-menu li a {
  line-height: normal;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a {
  border: none !important;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a:hover, #header.f-nav #nav ul li ul.sub-menu li.current_page_item a:focus {
  color: #737B7D !important;
}

.entry-content ul li {
  list-style-type: none;
  margin: 8px 0;
}
.entry-content ul li:before {
  content: "—";
  font-weight: 700;
  margin-right: 10px;
  font-size: 12px;
}

.margindiv {
  margin: 30px 0;
  background: #f5f5f5;
}

.margindiv.noborder {
  margin: 0 0 30px 0;
  float: left;
  border: none;
}

.noborder {
  margin: 30px 0;
  float: left;
}

#content {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 70px 0 0;
  background: #fff;
}
#content .heading {
  background: #E8ECF6;
  padding: 60px 0;
  text-align: center;
}
#content .heading h1 {
  margin: 0 auto;
  color: #373F41;
  line-height: normal;
  max-width: 1280px;
}
#content .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
#content .color {
  display: inline-block;
  background: #f2f5fa;
  width: 100%;
  padding: 50px 0;
}
#content .color .marger {
  margin: 0 30px;
}
#content .color h1 {
  background: none;
  padding: 0;
}
#content .color img {
  display: block;
}
#content .color.margin {
  margin-bottom: 50px;
}
#content .color.paragraph.nopad {
  padding: 0 0 50px 0;
  margin: 0;
}
#content .color h1 {
  margin: 0;
  padding: 50px 0 30px 0;
}
#content h1.pad {
  padding: 50px 0 30px 0;
}
#content .color.avis {
  padding: 50px 0;
}
#content .color.alter {
  background: #f2f2f2;
  color: #737B7D;
}
#content .color.alter:after {
  display: none;
}
#content .color.alter h2,
#content .color.alter h3 {
  color: #737B7D;
}
#content .color.alter .title_actu {
  margin-bottom: 30px;
}
#content .sup {
  background: #3C64B1;
  color: #fff;
  padding: 20px 30px;
}
#content .sup h2, #content .sup h3 {
  color: #fff;
}
#content .sup ul {
  padding: 0;
}
#content .sup ul li {
  margin: 5px 0;
}
#content .separ {
  font-size: 13px;
  padding: 10px 30px 10px 30px;
  margin: 30px 0;
  background: #d6ddef;
}
#content .separ ul {
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  list-style-position: inside;
  padding: 0;
}
#content .list {
  background: #d6ddef;
  padding: 10px 20px;
  font-size: 13px;
}
#content .list ul {
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  list-style-position: inside;
}

.single #content.galeriecontent {
  margin: 5px 0 50px 0;
}

#footer {
  clear: both;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  background: #3C64B1;
  color: #fff;
}
#footer .footer_content {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: top;
  justify-content: center;
  max-width: 1260px;
}
#footer .footer_content .footer_item {
  padding: 50px 30px;
}
#footer .footer_content .footer_item h2 {
  font-size: 18px;
  color: #fff;
}
#footer .footer_content .footer_item a {
  color: #fff;
}
#footer .footer_content .footer_item a.button {
  width: auto;
  background: #fff;
  color: #3C64B1 !important;
  margin-top: 30px;
  padding: 10px 15px;
}
#footer .footer_content .footer_item a.button:hover, #footer .footer_content .footer_item a.button:focus {
  background: #E8ECF6;
}
#footer .footer_content .footer_item .partners {
  display: flex;
  align-items: flex-end;
}
#footer .footer_content .footer_item .partners .brand {
  margin: 0 30px 0 0;
}
#footer .footer_content .footer_item .partners .brand:last-child {
  margin: 0;
}
#footer .footer_content .footer_item .partners .brand img {
  display: block;
  max-width: 60px;
}
#footer .footer_content .footer_item .title_footer {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
#footer .footer_content .footer_item ul {
  padding: 0;
  margin: 0;
  -moz-columns: 2;
       columns: 2;
}
#footer .footer_content .footer_item ul li {
  list-style-type: none;
  padding: 2px 0;
}
#footer .footer_content .footer_item ul li:first-child {
  border: none;
}
#footer .menu-footer-container #menu-footer {
  padding: 0;
  margin: 0;
}
#footer .menu-footer-container #menu-footer li {
  list-style-type: none;
}
#footer .grid-foo {
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
  width: 100%;
  font-weight: 700;
}
#footer .grid-foo a {
  color: #fff;
}
#footer .grid-foo .space {
  margin-left: 20px;
}
#footer .right {
  text-align: right;
}

#main {
  clear: both;
}

.home .color h2 {
  text-align: center;
}
.home .color.alter {
  display: inline-block;
}
.home .photobig .slidetext {
  z-index: 99;
  width: 100%;
}
.home .cpt_content {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 50px;
  padding: 0 30px;
}
.home .cpt_content .cpt_select h2,
.home .cpt_content .cpt_select h3 {
  font-family: "Mulish", sans-serif;
  text-transform: initial;
}
.home .cpt_content .cpt_select:hover .cpt_select_content h3, .home .cpt_content .cpt_select:focus .cpt_select_content h3 {
  color: #737B7D !important;
}
.home .cpt_content .cpt_select figure {
  border-radius: 0;
}
.home .cpt_content.simple {
  display: block;
}
.home .cpt_content.simple .cpt_select_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}
.home .cpt_content.simple .cpt_select_content h3 {
  margin: 0;
  text-transform: initial;
}
.home .cpt_content.simple .cpt_select_content .button {
  position: relative;
  bottom: auto;
}
.home .color .center-button {
  margin-bottom: 50px;
}
.home .title_actu {
  margin: 80px auto 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .title_actu h2 {
  margin: 0;
  font-weight: 700;
}
.home .title_actu a {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in;
}
.home .title_actu a:hover, .home .title_actu a:focus {
  border-color: #3C64B1;
  text-decoration: none;
}
.home .title_actu a .fas {
  font-size: 10px;
  margin: 0 0 0 5px;
}

.photobig {
  position: relative;
  z-index: 1;
  height: 75vh;
  margin-top: 50px;
  /* pour anciens Chrome et Safari */
  background-size: cover !important;
  /* version standardisee */
  background-attachment: fixed !important;
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.photobig .layer {
  background: rgba(0, 0, 0, 0.4);
}
.photobig .slidetext {
  width: 100%;
  padding: 50px;
  position: relative;
}
.photobig .slidetext .contentintro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.photobig .slidetext .contentintro .logo {
  width: 40px;
  margin: 0;
}
.photobig .slidetext .contentintro .titre, .photobig .slidetext .contentintro h1 {
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 44px;
  line-height: 1;
}
.photobig .slidetext .contentintro .titre strong, .photobig .slidetext .contentintro h1 strong {
  background: #3C64B1;
  padding: 4px 15px;
  line-height: 1.2;
  font-size: 90px;
}
.photobig .slidetext .contentintro .button {
  width: auto;
  font-weight: 400;
  background: #3C64B1;
  padding: 10px 20px;
  font-weight: 700;
}
.photobig .slidetext .contentintro .button:hover, .photobig .slidetext .contentintro .button:focus {
  background: #4670c0;
}
.photobig .logo {
  width: 100%;
  max-width: 420px;
  margin-bottom: 50px;
}

.photomiddle {
  height: auto;
  position: relative;
  z-index: 1;
  background-position: 50% 50% !important;
  width: 100%;
  height: 650px;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
}
.photomiddle .breadcrumb {
  margin-bottom: 30px;
}
.photomiddle .slidetext {
  width: 100%;
  z-index: 999;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
}
.photomiddle .slidetext .contentintro {
  padding: 120px 30px 80px 30px;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: normal;
}
.photomiddle .slidetext .contentintro .titre,
.photomiddle .slidetext .contentintro h1 {
  color: #fff;
  margin: 0 0 30px 0;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 42px;
  line-height: 1;
}
.photomiddle .slidetext .contentintro .surtitre {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.photomiddle .slidetext .contentintro .logo {
  width: 40px;
  margin: 0 0 15px 0;
}
.photomiddle .slidetext .contentintro .subtitle {
  text-transform: initial;
  font-style: italic;
  text-align: center;
  font-size: 50px;
  margin: 0;
}
.photomiddle .slidetext .contentintro .separator {
  margin: 10px auto 15px;
  width: 100px;
  border: 1px solid #3C64B1;
}
.photomiddle .slidetext .contentintro .sitetitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 18px;
}
.photomiddle .slidetext .contentintro .breadcrumb {
  color: #fff;
}
.photomiddle .slidetext .contentintro .breadcrumb a {
  color: #fff;
}
.photomiddle .logo {
  width: 100%;
  max-width: 40px;
}
.photomiddle .descendre {
  bottom: 0;
}

.photomiddle.pad {
  margin-bottom: 80px;
}

.layer {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button, #submit, .wpcf7-submit {
  padding: 12px 30px;
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  background: #3C64B1;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.button:hover, .button:focus, #submit:hover, #submit:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #597fc7;
  text-decoration: none;
}

.button.nomargin {
  margin: 0;
}

.button.left {
  width: auto;
  float: none;
  display: inline-block;
}

.center-button a,
.center-button .wpcf7-submit {
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  z-index: 0;
  min-width: 47px;
  padding: 12px 30px;
  border: none;
  text-align: center;
  color: #fff;
  background: #3C64B1;
  text-decoration: none;
}
.center-button a:hover,
.center-button .wpcf7-submit:hover {
  background: #4670c0;
  transition: all 0.2s ease-in;
}
.center-button a:hover > .next_arrow,
.center-button .wpcf7-submit:hover > .next_arrow {
  margin-left: 25px;
  transition: all 0.2s ease-in;
}
.center-button a .next_arrow,
.center-button .wpcf7-submit .next_arrow {
  fill: #fff;
  transition: all 0.2s ease-in;
  margin-left: 15px;
}
.center-button .wpcf7-submit {
  width: auto;
  float: none;
}

.center-button.colored {
  display: block;
  width: 100%;
  background: white;
  color: #737B7D;
  padding: 50px 0;
}
.center-button.colored h3 {
  margin: 0 auto;
  text-transform: uppercase;
}
.center-button.colored .left,
.center-button.colored .right {
  display: inline-block;
}
.center-button.colored .right {
  font-size: 14px;
  font-weight: 500;
}
.center-button.colored .small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-transform: initial;
}
.center-button.colored a {
  margin: 15px 15px 0 15px;
  color: #fff;
  background: #3C64B1;
  transition: all 0.2s ease-in;
}
.center-button.colored a:hover {
  background: #2f4e8b;
}

.center-button.nomargin.colored {
  margin: 0;
}

input#submit,
button#submit {
  width: auto;
  padding: 6px 25px;
  float: none;
}

nav {
  display: none;
}

.shifter-handle,
.shifter-enabled .shifter-handle {
  display: block;
  z-index: 10000;
  font-weight: 500;
}

.right_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
.right_content #logo_down {
  display: none;
}
.right_content .item {
  display: inline-block;
  position: absolute;
  top: 65px;
  right: 210px;
  color: #fff;
  transition: all 0.2s ease-in;
}
.right_content .item a {
  color: #fff;
  padding: 14px 10px;
  transition: all 0.2s ease-in;
}
.right_content .item a:hover, .right_content .item a:focus {
  color: #3C64B1;
  text-decoration: none;
}
.right_content .item a.mail {
  margin-right: 20px;
  padding: 14px;
}
.right_content .item a.mail:hover {
  background: #3C64B1;
  color: #fff;
}
.right_content .item a.mail i.far {
  margin-right: 0;
}
.right_content .item.social {
  margin: 0 20px;
}
.right_content #lang {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
}
.right_content #lang a {
  color: #737B7D;
}

#menuArea {
  display: none;
}

#access {
  display: inline-block;
  transition: all 0.2s ease-in;
}
#access ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
#access ul li.margerright {
  margin-right: 200px;
}
#access ul li {
  display: inline-block;
  width: auto;
}

#nav {
  position: relative;
  z-index: 9999;
}
#nav ul li.current-menu-item a,
#nav ul li.current_page_ancestor > a {
  color: #3C64B1;
}
#nav ul li a {
  color: #373F41;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  margin: 0 15px;
  transition: all 0.2s ease-in;
}
#nav ul li a .small {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
  font-size: 10px;
}
#nav ul li a .small:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  width: calc(100% - 10px);
  margin-left: 10px;
}
#nav ul li.menu-item-has-children a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#nav ul li.cta a {
  background: #3C64B1;
  color: #fff;
  padding: 10px 18px;
}
#nav ul li.cta a:hover, #nav ul li.cta a:focus {
  background: #597fc7;
  color: #fff;
}

#nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 230px;
  text-align: left;
}
#nav .sub-menu:before {
  content: "";
  display: block;
  position: relative;
  left: 40px;
  height: 0;
  width: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E8ECF6;
  border-left: 10px solid transparent;
}

#access ul li:hover > ul.sub-menu {
  display: block;
}

#nav ul li ul.sub-menu li {
  display: block;
  width: 230px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
#nav ul li ul.sub-menu li a {
  background: #E8ECF6;
  color: #373F41;
  margin: 0;
  padding: 10px 15px;
  text-transform: inherit;
  font-weight: 500;
}
#nav ul li ul.sub-menu li a:hover, #nav ul li ul.sub-menu li a:focus {
  background: #d6ddef;
  color: #373F41;
  border-color: transparent;
}
#nav ul li ul.sub-menu li a:before, #nav ul li ul.sub-menu li a:after {
  display: none;
}

#nav ul li ul.sub-menu li.current_page_item a {
  border-bottom: none;
}
#nav ul li ul.sub-menu li.current_page_item a:hover, #nav ul li ul.sub-menu li.current_page_item a:focus {
  background: #36599e !important;
  color: #737B7D !important;
}

#nav ul li ul.sub-menu a:hover,
.current_page_item a:hover,
.current-menu-parent a,
.current_page_parent a:hover,
.current_page_ancestor a:hover,
#nav ul li a:hover {
  color: #3C64B1;
}

#container {
  position: relative;
  margin: 80px 0;
}
#container .flexslider {
  clear: both;
}

.descendre {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 50px);
  z-index: 99;
  max-width: 1280px;
  width: 100%;
  text-transform: uppercase;
}
.descendre a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
.descendre a:hover i.fas, .descendre a:focus i.fas {
  background: #3C64B1;
  border-color: #3C64B1;
  color: #fff;
}
.descendre i.fas {
  width: 50px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 26px;
  line-height: 1;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
  transition: all 0.2s ease-in;
}

.legal {
  margin-top: 50px !important;
}
.legal h1 {
  font-size: 40px;
}
.legal h1 strong {
  font-size: 40px;
}
.legal h2 {
  margin: 30px 0 10px 0 !important;
  font-weight: 700;
  text-transform: initial;
}
.legal h3 {
  margin: 30px 0 10px 0 !important;
  font-weight: 700;
  text-transform: initial;
  color: #737B7D;
}
.legal .col-2 {
  padding-right: 50px;
}

.gallery h2 {
  text-align: center;
}

.center-button {
  width: 100%;
  text-align: center;
  clear: both;
}
.center-button .button {
  width: auto;
  float: none;
  display: inline-block;
}

.cpt_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.cpt_content a {
  text-decoration: none;
  border-radius: 30px;
}
.cpt_content a:hover .cpt_select, .cpt_content a:focus .cpt_select {
  opacity: 0.6;
}
.cpt_content .cpt_select {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select:hover figcaption, .cpt_content .cpt_select:focus figcaption {
  padding-bottom: 60px;
}
.cpt_content .cpt_select:hover .cpt_select_content h2,
.cpt_content .cpt_select:hover .cpt_select_content h3, .cpt_content .cpt_select:focus .cpt_select_content h2,
.cpt_content .cpt_select:focus .cpt_select_content h3 {
  color: #737B7D !important;
  font-size: 20px;
}
.cpt_content .cpt_select:hover .cpt_select_content .button, .cpt_content .cpt_select:focus .cpt_select_content .button {
  background: #4670c0;
  color: #fff;
}
.cpt_content .cpt_select .date {
  display: block;
}
.cpt_content .cpt_select .separator {
  margin: 10px 0;
  width: 10%;
  border: 2px solid #3C64B1;
}
.cpt_content .cpt_select .text .price {
  font-size: 22px;
  font-weight: 700;
}
.cpt_content .cpt_select .button.marger {
  margin-right: 10px !important;
}
.cpt_content .cpt_select .layer {
  z-index: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cpt_content .cpt_select figure {
  margin: 0;
  border-radius: 30px;
}
.cpt_content .cpt_select figure figcaption {
  z-index: 9999;
  bottom: 0;
  top: inherit;
  height: auto;
  padding: 100px 15px 50px 15px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select figure figcaption h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.cpt_content .cpt_select figure figcaption .button {
  position: relative;
  font-weight: 500;
  margin: 0;
  padding: 12px 50px 10px 30px;
}
.cpt_content .cpt_select figure figcaption .button .fas {
  position: absolute;
  top: 22px;
  font-size: 10px;
  margin-left: 10px;
}
.cpt_content .cpt_select .cpt_select_content {
  padding: 30px;
  color: #737B7D;
  text-align: center;
}
.cpt_content .cpt_select .cpt_select_content h2,
.cpt_content .cpt_select .cpt_select_content h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #373F41;
  font-weight: 700;
}
.cpt_content .cpt_select .cpt_select_content .specs {
  color: #737B7D;
  padding-bottom: 15px;
  font-size: 16px;
}
.cpt_content .cpt_select .cpt_select_content .specs .label {
  font-weight: 500;
}
.cpt_content .cpt_select .cpt_select_content .price {
  margin-top: 15px;
  font-weight: 700;
}
.cpt_content .cpt_select .cpt_select_content blockquote {
  margin: 0 0 15px 0;
  padding: 0;
  color: #E8ECF6;
  font-size: 18px;
}
.cpt_content .cpt_select .cpt_select_content .button {
  position: absolute;
  bottom: 50px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 50px 10px 30px;
  margin: 0;
}
.cpt_content .cpt_select .cpt_select_content .button:hover .fas, .cpt_content .cpt_select .cpt_select_content .button:focus .fas {
  right: 10px;
}
.cpt_content .cpt_select .cpt_select_content .button .fas {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select.first {
  margin: 0;
}
.cpt_content .cpt_select.first .parallax-page {
  margin: 0;
}
.cpt_content .cpt_select .parallax-page {
  min-height: 550px;
}
.cpt_content .cpt_select_vertical {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1;
  grid-gap: 50px;
  align-items: top;
  margin: 30px 0;
}
.cpt_content .cpt_select_vertical figure {
  border-radius: 8px;
  background: #3C64B1;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select_vertical figure img {
  width: 100%;
}
.cpt_content .cpt_select_vertical figure:hover img, .cpt_content .cpt_select_vertical figure:focus img {
  opacity: 0.4;
}
.cpt_content .cpt_select_vertical figure:hover figcaption, .cpt_content .cpt_select_vertical figure:focus figcaption {
  padding-bottom: 60px;
}
.cpt_content .cpt_select_vertical figure figcaption {
  top: inherit;
  bottom: 0;
  height: auto;
  padding: 100px 15px 50px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select_vertical figure figcaption h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}
.cpt_content .cpt_select_vertical figure figcaption .button {
  position: relative;
  margin: 0;
  font-weight: 700;
  padding: 12px 50px 10px 30px;
}
.cpt_content .cpt_select_vertical figure figcaption .button .fas {
  position: absolute;
  top: 18px;
  font-size: 10px;
  margin-left: 10px;
}

.cpt_content.nomargin {
  margin: 0;
}

.reservation_engine {
  margin: 50px 0;
}

.parallax-home {
  min-height: 800px;
  background: transparent;
}

.parallax-page {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.parallax-page .flexy {
  width: 100%;
  text-align: center;
  color: #fff;
}
.parallax-page .flexy h2, .parallax-page .flexy h3 {
  color: #fff;
  text-transform: uppercase;
}
.parallax-page .flexy h2:after, .parallax-page .flexy h3:after {
  display: none;
}
.parallax-page .flexy .layer {
  background: rgba(0, 0, 0, 0.5);
}
.parallax-page .centering {
  max-width: 50%;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.parallax-page .centering h2, .parallax-page .centering h3, .parallax-page .centering strong {
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
.parallax-page .centering strong {
  font-weight: 400;
}
.parallax-page .centering .text {
  margin: 15px 0;
}
.parallax-page .centering .button {
  font-size: initial;
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #3C64B1;
}
.parallax-page .centering .button:hover {
  border-color: #2f4e8b;
}
.parallax-page .centering .button.marger {
  background: none;
  border-color: #3C64B1;
  color: #3C64B1;
}
.parallax-page .centering .button.marger:hover {
  background: #2f4e8b;
  color: #fff;
  border-color: #2f4e8b;
}
.parallax-page .centering .button.margintop {
  margin-top: 15px;
}

#firstpane {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
#firstpane .menu_head {
  transition: all 0.2s ease-in;
  position: relative;
  cursor: pointer;
  border: 1px solid #E8ECF6;
  color: #3C64B1;
  padding: 10px 40px 10px 15px;
  margin: 0 0 20px 0;
  clear: both;
  text-align: center;
  border-radius: 10px;
}
#firstpane .menu_head:hover, #firstpane .menu_head:focus {
  border-color: #3C64B1;
  color: #3C64B1 !important;
}
#firstpane .menu_head .fas {
  position: absolute;
  right: 15px;
  top: 18px;
}
#firstpane .menu_head.down {
  border-color: #3C64B1;
  background: #3C64B1;
  color: #fff !important;
}
#firstpane .menu_head.down .fas {
  transform: rotate(180deg);
  color: #fff !important;
}
#firstpane .menu_head.highlight {
  border-color: #3C64B1;
  color: #3C64B1 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center !important;
}
#firstpane .menu_head.highlight:hover, #firstpane .menu_head.highlight:focus {
  background: #3C64B1;
  color: #fff !important;
}
#firstpane .menu_head.highlight:hover span .mention, #firstpane .menu_head.highlight:focus span .mention {
  color: #fff;
}
#firstpane .menu_head.highlight span {
  max-width: 100% !important;
}
#firstpane .menu_head.highlight span .mention {
  display: block;
  text-transform: initial;
  letter-spacing: initial;
  color: #737B7D;
}
#firstpane .menu_head.highlight.down {
  background: #3C64B1;
  color: #fff !important;
}
#firstpane .menu_head.highlight.down span,
#firstpane .menu_head.highlight.down span .mention  {
  color: #fff;
}

#firstpane.resa {
  margin-bottom: 30px;
}

.menu_body {
  display: none;
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 50px;
}
.menu_body ul {
  padding-left: 10px;
}

.faq_title {
  text-align: center;
}

#firstpane.faq,
#firstpane.infosup {
  margin-top: 30px;
}
#firstpane.faq h2,
#firstpane.infosup h2 {
  text-align: center;
}
#firstpane.faq .menu_head,
#firstpane.infosup .menu_head {
  font-size: inherit;
  padding: 15px 30px;
  text-align: left;
  color: #737B7D;
}
#firstpane.faq .menu_head span,
#firstpane.infosup .menu_head span {
  display: block;
  max-width: 90%;
}
#firstpane.faq .menu_head .fas,
#firstpane.infosup .menu_head .fas {
  font-size: 16px;
  top: 35%;
  right: 30px;
  margin: 0;
  color: #737B7D;
}
#firstpane.faq .menu_head.down,
#firstpane.infosup .menu_head.down {
  border-color: #3C64B1;
  color: #3C64B1;
}

.straight {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.straight.mid {
  max-width: 1200px;
}

.straight.pad {
  padding: 50px 0;
}

.straight.gutter {
  padding: 0 30px;
}

.straight.fullmargin {
  margin: 0 80px;
  max-width: inherit;
}

.straight.full {
  max-width: 1200px;
}

.straight.wide {
  max-width: 1600px;
}

.straight.wider {
  max-width: 1920px;
}

.straight.mobile {
  padding: 0 30px;
}
.straight.mobile h1 {
  font-size: 20px;
}
.straight.mobile h1 strong {
  font-size: 28px;
}
.straight.mobile h1 p {
  padding: 0;
}

.photos_gallery {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
  padding: 5px;
}
.photos_gallery .itemy {
  float: left;
  width: 16.66%;
  padding: 5px;
  box-sizing: border-box;
}
.photos_gallery .itemy figcaption {
  display: flex;
  align-items: center;
}
.photos_gallery .itemy figcaption div {
  width: 100%;
}
.photos_gallery .itemy figcaption div p {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
}
.photos_gallery .itemy img {
  width: 100%;
}

.home .rapide {
  background: white;
}
.home .rapide .straight.mid h2 {
  color: #3C64B1;
}
.home .rapide .straight.mid .slides_tourism figcaption {
  background: white;
  max-width: 85%;
}
.home .rapide .straight.mid .slides_tourism figcaption h3 {
  color: #3C64B1;
  font-size: 20px;
  text-align: center;
}

.rapide {
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  background: #E8ECF6;
}
.rapide .straight.mid {
  max-width: 1560px;
}
.rapide .straight.mid h2 {
  color: #737B7D;
  font-size: 32px;
  text-transform: uppercase;
}
.rapide .straight.mid h2:after {
  content: "";
  display: block;
  border-bottom: 5px solid #8C8C8C;
  width: 100px;
  margin: 15px auto 0;
  border-radius: 10px;
}
.rapide .suptitle {
  text-align: center;
  margin-bottom: 5px;
}
.rapide .slides_rapide,
.rapide .slides_tourism {
  background: none;
}
.rapide .slides_rapide .slick-slide,
.rapide .slides_tourism .slick-slide {
  padding: 0 15px;
}
.rapide .slides_rapide .slick-slide a,
.rapide .slides_tourism .slick-slide a {
  display: block;
  transition: all 0.2s ease-in;
}
.rapide .slides_rapide .slick-slide a:hover figure, .rapide .slides_rapide .slick-slide a:focus figure,
.rapide .slides_tourism .slick-slide a:hover figure,
.rapide .slides_tourism .slick-slide a:focus figure {
  opacity: 0.7;
}
.rapide .slides_rapide .slick-prev,
.rapide .slides_rapide .slick-next,
.rapide .slides_tourism .slick-prev,
.rapide .slides_tourism .slick-next {
  bottom: 56%;
}
.rapide .slides_rapide .slick-prev,
.rapide .slides_tourism .slick-prev {
  right: inherit;
  left: -18px;
}
.rapide .slides_rapide .slick-prev:before,
.rapide .slides_tourism .slick-prev:before {
  width: 60px;
  border-radius: 100%;
}
.rapide .slides_rapide .slick-next,
.rapide .slides_tourism .slick-next {
  right: -18px;
}
.rapide .slides_rapide .slick-next:before,
.rapide .slides_tourism .slick-next:before {
  width: 60px;
  border-radius: 100%;
}
.rapide figure {
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.rapide figcaption {
  pointer-events: none;
  margin: 0 auto;
  border-radius: 10px;
}
.rapide figcaption .figcontent {
  display: inline-block;
  color: #737B7D;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: left;
}
.rapide figcaption h3 {
  text-transform: uppercase;
  margin-top: 0;
  color: #737B7D;
  font-weight: 700;
  font-size: 20px;
}
.rapide figcaption .layer {
  border-radius: 8px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rapide img {
  width: 100%;
  height: auto;
}
.rapide h2 {
  text-align: center !important;
  margin: 0 0 30px 0;
  width: 100%;
}

.rapide.page {
  padding: 0;
  border: none;
}
.rapide.page .center {
  max-width: 800px;
  padding: 0;
}
.rapide.page .center ul li {
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}

.breadcrumb {
  font-size: 12px;
  color: #aaa;
  margin: 10px 0;
  text-align: left;
}
.breadcrumb a {
  color: #aaa;
}

.wpcf7 {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}
.wpcf7 h3 {
  display: inline-block;
  width: 100%;
  margin: 50px 0 30px 0 !important;
  padding-top: 15px;
  border-top: 5px solid #fff;
}
.wpcf7 .col-3,
.wpcf7 .col-6 {
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 .col-3 .cursor,
.wpcf7 .col-6 .cursor {
  display: block;
}
.wpcf7 .col-3 .cursor:hover, .wpcf7 .col-3 .cursor:focus,
.wpcf7 .col-6 .cursor:hover,
.wpcf7 .col-6 .cursor:focus {
  cursor: pointer;
}
.wpcf7 .col-3 p,
.wpcf7 .col-6 p {
  margin: 0 0 15px 0;
  max-width: inherit;
}
.wpcf7 .col-3 #rgpd,
.wpcf7 .col-6 #rgpd {
  font-size: 12px;
  line-height: normal;
}
.wpcf7 .col-3 #rgpd .wpcf7-list-item,
.wpcf7 .col-6 #rgpd .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .col-3 #rgpd input,
.wpcf7 .col-6 #rgpd input {
  margin-right: 5px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-number,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-file,
.wpcf7 .wpcf7-radio {
  position: relative;
  z-index: 9;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px;
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-text:active, .wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:active,
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-select:active,
.wpcf7 .wpcf7-select:focus,
.wpcf7 .wpcf7-number:active,
.wpcf7 .wpcf7-number:focus,
.wpcf7 .wpcf7-date:active,
.wpcf7 .wpcf7-date:focus,
.wpcf7 .wpcf7-file:active,
.wpcf7 .wpcf7-file:focus,
.wpcf7 .wpcf7-radio:active,
.wpcf7 .wpcf7-radio:focus {
  border-color: #3C64B1;
  transition: all 0.2s ease-in;
}
.wpcf7 .wpcf7-file {
  color: #737B7D;
}
.wpcf7 .wpcf7-radio {
  display: inline-block;
  color: #737B7D;
  padding: 12px 15px;
}
.wpcf7 .wpcf7-radio .first {
  margin: 0;
}
.wpcf7 .wpcf7-textarea {
  min-width: 100%;
  max-width: 100%;
  resize: none;
}
.wpcf7 .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/arrow.gif") 98% 50% no-repeat #f5f5f5;
}
.wpcf7 .wpcf7-select:hover, .wpcf7 .wpcf7-select:focus {
  cursor: pointer;
}
.wpcf7 .wpcf7-select option:first-child {
  color: #3C64B1;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9;
  background: #ed4451;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 14px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #ed4451;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  top: -6px;
  left: 1rem;
}
.wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  background: none;
  color: #ed4451;
  border: none !important;
  font-size: 14px;
}
.wpcf7 .wpcf7-validation-errors {
  border: none;
  color: #fff;
  background: #ed4451;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  color: #fff;
  background: #3C64B1;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .center-button {
  text-align: right;
}
.wpcf7 .center-button .wpcf7-submit {
  margin: 0;
}
.wpcf7 .center-button .wpcf7-spinner {
  margin: 0;
  float: left;
}

.coord {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.coord .coord_content {
  display: flex;
  align-items: center;
  background: #8C8C8C;
}
.coord .coord_content img {
  display: block;
}
.coord .coord_content .coord_text {
  padding-left: 50px;
}
.coord .coord_content .coord_text a {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 5px 20px;
  margin: 5px 0;
  transition: all 0.2s ease-in;
}
.coord .coord_content .coord_text a:hover, .coord .coord_content .coord_text a:focus {
  text-decoration: none;
  background: #333;
}

.error404 #content {
  padding: 0;
  text-align: center;
}
.error404 #content .table_404 {
  width: 100%;
}
.error404 #content .text_404 {
  padding: 200px 80px;
  margin: 0 auto;
  width: 50%;
}
.error404 #content .text_404 h1 {
  margin: 0 0 15px 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content ul {
  max-width: 960px;
  margin: 0 auto 15px;
}

.entry-content blockquote {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2,
.entry-content h3 {
  margin: 0 auto 15px;
}

.entry-content p.has-background {
  max-width: 1200px;
}

/* Shifter Responsive Menu
--------------------------------------------------*/
.shifter-open .shifter-handle {
  left: 30px !important;
  background-image: url("images/cross.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 0 50% !important;
  padding-left: 40px !important;
}
.shifter-open .shifter-handle:after {
  display: none !important;
}
.shifter-open .shifter-page:hover, .shifter-open .shifter-page:focus {
  cursor: pointer;
}

#navi {
  margin-left: -450px;
  padding: 50px 0;
  background: #f2f5fa;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
#navi .col-4 {
  padding: 50px 0;
}
#navi .logo_navi {
  height: 100%;
  background: #8C8C8C;
  display: flex;
  align-items: center;
}
#navi .logo_navi #logomob {
  max-width: 80px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

#navi .logoblack {
  width: 100%;
}

#navi .logomenu {
  text-align: center;
}
#navi .logomenu .logo a {
  color: #737B7D;
}
#navi .logomenu .logo .subtitle:before, #navi .logomenu .logo .subtitle:after {
  border-color: #737B7D;
}
#navi .logomenu img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

#navi .menu li a {
  color: #373F41;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 10px 0;
}
#navi .menu li a:hover, #navi .menu li a:focus {
  text-decoration: none;
  border-color: #373F41;
}

#navi .menu li.cta a {
  background: #3C64B1;
  color: #fff;
  padding: 10px 18px;
}
#navi .menu li.cta a:hover, #navi .menu li.cta a:focus {
  background: #597fc7;
  color: #fff;
}

#navi .menu li:hover > a:before {
  opacity: 1;
  margin-left: -20px;
  transition: all 0.2s ease-in;
}

#navi #menu-mobile {
  margin-top: 0;
}

#navi .socialmobile {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
#navi .socialmobile a {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  border: none;
  color: #fff;
}
#navi .socialmobile a:hover, #navi .socialmobile a:focus {
  color: #737B7D;
}

.shifter .shifter-handle {
  z-index: 5000;
  position: absolute;
  top: 0;
  right: 50px;
}

.shifter .shifter-navigation {
  padding: 0;
}

.shifter .shifter-navigation ul {
  padding-left: 0;
  list-style: none;
}
.shifter .shifter-navigation ul li {
  text-align: center;
}
.shifter .shifter-navigation ul li .sub-menu {
  display: none;
}
.shifter .shifter-navigation ul li.menu-item-has-children:hover, .shifter .shifter-navigation ul li.menu-item-has-children:focus {
  cursor: pointer;
}
.shifter .shifter-navigation ul li.menu-item-has-children > a {
  pointer-events: none;
  cursor: pointer;
}
.shifter .shifter-navigation ul li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.shifter .shifter-navigation ul li.menu-item-has-children.down {
  background: #dfe6f4;
}
.shifter .shifter-navigation ul li.menu-item-has-children.down > a:after {
  transform: rotate(180deg);
}

.shifter .shifter-navigation a {
  display: block;
  font-size: inherit;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in;
}

.shifter-open {
  overflow: hidden;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}

.shifter-navigation {
  display: none;
  opacity: 0;
}

.shifter-handle {
  display: none;
}

.shifter-enabled .shifter-page {
  display: block;
  z-index: 1;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}

.shifter-enabled .shifter-navigation {
  display: block;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 450px;
  height: 100%;
  overflow: auto;
  background: #fff;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  transition: all 0.3s ease-in;
}

.shifter-enabled #header.f-nav .shifter-handle {
  top: 60px;
}

.shifter-enabled .shifter-handle {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 30px;
  width: 100px;
  height: 50px;
  overflow: hidden;
  color: #373F41;
  white-space: nowrap;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.shifter-enabled .shifter-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 2px;
  margin: auto;
  background: #373F41;
  box-shadow: 0 9px 0 #373F41, 0 -9px 0 #373F41;
}

.shifter-enabled .shifter-navigation {
  right: 0;
  transform: translate3D(0, 0, 0);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  transform: translate3D(450px, 0, 0);
}

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  transform: translate3D(0, 0, 0);
}

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  transform: translate3D(450px, 0, 0);
}

.shifter-open .shifter-navigation {
  opacity: 1;
  transition: all 0.3s ease-in;
  transform: translate3D(450px, 0, 0);
  pointer-events: all;
}

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  right: -450px;
  left: auto;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

/* Image hover home */
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 !important;
}
figure img {
  position: relative;
  display: block;
  max-width: 100%;
  transition: all 0.2s ease-in;
}
figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background: #000;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  transition: all 0.2s ease-in;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -31px;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.9;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  /*opacity: $slick-opacity-default;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
}

.slick-prev {
  right: 70px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  display: block;
  background: url("images/left-arrow.svg") 50% no-repeat #fff;
  background-size: 40px;
  width: 70px;
  height: 60px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  display: block;
  background: url("images/right-arrow.svg") 50% no-repeat #fff;
  background-size: 40px;
  width: 70px;
  height: 60px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

#totop {
  display: inline-block;
  background-color: #3C64B1;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  padding: 23px 0;
  text-align: center;
}
#totop:hover, #totop:focus {
  background: #597fc7;
  cursor: pointer;
}
#totop .fas {
  margin: 0;
  line-height: 0;
}

#totop.show {
  opacity: 1;
  visibility: visible;
}

@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover.has-parallax,
.wp-block-cover-image.has-parallax,
.wp-block-cover__image-background.has-parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1660px) {
  .wp-block-columns,
.photolien {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-columns .photolien {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .col-15 {
    width: 50%;
  }

  .single-post #main,
.category #main,
.error404 #main {
    margin-top: 130px;
  }
}
@media (max-width: 1280px) {
  .shifter-enabled #header.f-nav .shifter-handle {
    top: 8px;
    color: #373F41;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover {
    background: none;
    color: #3C64B1;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover:after {
    background: #3C64B1;
    box-shadow: 0 9px 0 #3C64B1, 0 -9px 0 #3C64B1;
  }
  .shifter-enabled #header.f-nav .shifter-handle:after {
    background: #373F41;
    box-shadow: 0 9px 0 #373F41, 0 -9px 0 #373F41;
  }

  .center {
    padding: 0 30px;
  }

  .straight.full {
    padding: 0 30px;
  }

  .photobig .slidetext .contentintro .titre,
.photobig .slidetext .contentintro h1 {
    font-size: 50px;
  }

  .photomiddle .slidetext .contentintro h1 {
    font-size: 32px;
  }
  .photomiddle .slidetext .contentintro h1 strong {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  #header .header_line .shifter-handle {
    display: inline-grid;
  }
  #header .header_line .logo {
    margin: 0 auto;
    width: 130px;
  }

  #access {
    display: none;
  }

  #footer .footer_content {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .photobig {
    background-attachment: scroll !important;
  }
  .photobig .slidetext {
    padding: 100px 30px 30px;
  }

  .descendre {
    display: none;
  }

  #footer .footer_content .footer_item:last-child {
    padding-top: 0;
  }
  #footer .footer_content .footer_item .partners {
    justify-content: center;
  }
  #footer .footer_content .footer_item .button {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 960px) {
  #header {
    top: inherit;
    padding: 0;
  }
  #header .header_line {
    padding: 0;
  }
  #header .header_line .right_content .logo {
    padding: 5px 0;
  }
  #header .header_line .right_content #logo_normal {
    display: none;
  }
  #header .header_line .right_content #logo_down {
    display: block;
  }

  #header.f-nav {
    width: 100%;
  }
  #header.f-nav .header_line {
    background: #fff;
  }

  .admin-bar #main {
    margin-top: 0;
  }
  .admin-bar #main .photobig {
    height: 65vh;
  }

  #main {
    margin-top: 60px;
  }

  .home #content {
    padding: 50px 0 0;
  }

  #content {
    padding: 0;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px !important;
  }

  .straight {
    padding: 0 30px;
  }

  .straight.nopad {
    padding: 0;
  }

  .straight.pad {
    padding: 30px;
  }

  .straight.wider {
    padding: 0;
  }

  .photobig {
    height: 65vh;
  }
  .photobig .logo {
    top: 50px;
  }
  .photobig .logohp {
    display: none;
  }
  .photobig .hometitle {
    font-size: 45px;
  }
  .photobig .slidetext .contentintro {
    max-width: 100%;
  }

  .photobig.aligner {
    height: 65vh;
  }

  .photomiddle .slidetext .contentintro {
    width: 100%;
  }
  .photomiddle .slidetext .contentintro .titre,
.photomiddle .slidetext .contentintro h1 {
    font-size: 45px;
  }
  .photomiddle .descendre i.fas {
    display: none;
  }

  .center-button.colored .left,
.center-button.colored .right {
    display: block;
  }
  .center-button.colored .left a,
.center-button.colored .right a {
    margin: 0;
  }
  .center-button.colored .right {
    margin-top: 10px;
  }
  .center-button.colored .small {
    display: none;
  }

  .rapide figcaption {
    text-align: center;
  }
  .rapide figcaption h3 {
    font-size: 18px !important;
    padding: 0;
  }
  .rapide figcaption .infos, .rapide figcaption .price {
    display: block;
    text-align: center;
  }
  .rapide figcaption .infos h2, .rapide figcaption .price h2 {
    text-align: center;
  }

  .entry-content .blog_single p,
.entry-content .blog_single h1,
.entry-content .blog_single h2,
.entry-content .blog_single h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content p,
.entry-content blockquote,
.entry-content ul,
.entry-content h2,
.entry-content h3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .entry-content .avis_home .avis .name,
.entry-content .cpt_select_vertical p,
.entry-content .cpt_select_vertical h2,
.entry-content .cpt_select_vertical h3,
.menu_body p,
.legal p,
.legal ul,
.cpt_content .cpt_select .cpt_select_content h2,
.cpt_content .cpt_select .cpt_select_content h3,
.title_actu h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-block-quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-quote:before {
    left: 10px !important;
  }

  .entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns ul,
.entry-content .wp-block-columns p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) and (max-height: 640px) {
  .menuinContent {
    height: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  /*.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
  background-attachment: scroll !important;
  }*/
  blockquote {
    margin: 20px 0;
  }

  h1 {
    background: none;
    padding: 0;
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  .alignleft, .alignright {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .col-4, .col-3, .col-2 {
    width: 100%;
  }

  #header #topbar .item {
    font-size: 14px;
  }
  #header .header_line .right_content #lang {
    right: 140px;
  }

  .photobig,
.photobig.aligner {
    height: 60vh;
  }
  .photobig .logo,
.photobig.aligner .logo {
    max-width: 40px;
    margin: 0;
  }
  .photobig .slidetext,
.photobig.aligner .slidetext {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .photobig .slidetext .contentintro,
.photobig.aligner .slidetext .contentintro {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .photobig.aligner .slidetext {
    padding-bottom: 50px;
  }
  .photobig.aligner .slidetext .contentintro {
    padding-bottom: 0;
  }
  .photobig.aligner .slidetext .contentintro h1 {
    font-size: 34px;
  }

  #footer .footer_content {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  #footer .footer_content .left,
#footer .footer_content .right {
    text-align: center;
    padding: 0;
    border: none;
  }
  #footer .grid-foo {
    text-align: center;
  }
  #footer .grid-foo .right {
    text-align: center;
  }

  .video-container {
    margin: 0 30px;
  }

  #content .list ul, #content .separ ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media (max-width: 781px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 33.33% !important;
  }

  body.home .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .home .wp-block-column .has-text-align-right,
.home .wp-block-column .has-text-align-left {
    text-align: left;
  }
  .home .wp-block-column figure.wp-block-image img {
    max-width: 300px;
    margin: 0 auto;
  }

  /*.home {
  	.wp-block-columns {
  		display: grid;
  		grid-template-columns: repeat(2, 1fr);
  	}
  }
  .home {
  	.wp-block-cover .wp-block-columns {
  		display: block;
  	}
  }*/
}
@media (max-width: 768px) {
  #header .header_line .buttonresa .button {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  body {
    border: none;
    font-size: 16px;
  }

  body.menu_opened {
    overflow: hidden;
  }

  /*input {
    display: none;
  }*/
  .open {
    background-color: #737B7D;
    width: 24px;
    height: 2px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 8px;
    margin: 0 auto;
  }
  .open:before {
    content: "";
    background-color: #737B7D;
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  .open:after {
    content: "";
    background-color: #737B7D;
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    top: 6px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }

  #menuArea {
    display: inline-block;
    position: relative;
    z-index: 999;
    height: 60px;
    width: 100%;
  }
  #menuArea #menuToggle {
    display: none;
  }

  .content_menu {
    display: table;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: calc(100% - 60px);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px, rgba(0, 0, 0, 0.3) 0px 5px 32px;
  }
  .content_menu label {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    border-right: 1px solid #f2f2f2;
    padding: 10px;
  }
  .content_menu label:hover {
    background: #f2f2f2;
  }
  .content_menu label a {
    color: #737B7D;
    font-weight: 400;
    display: block;
    text-decoration: none;
  }
  .content_menu label a:hover {
    text-decoration: none;
  }
  .content_menu label i.fas,
.content_menu label i.far {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #737B7D;
  }
  .content_menu label.last {
    border: none;
  }

  .menuOpen {
    display: block;
    cursor: pointer;
    float: left;
    width: 100% !important;
  }
  .menuOpen .name {
    display: block;
    margin-top: 23px;
    line-height: normal;
    color: #737B7D;
    font-weight: 400;
  }

  .menu_display {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f2f5fa;
  }
  .menu_display label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
  }
  .menu_display .menuContent {
    display: flex;
    align-items: center;
    text-align: center;
    height: calc(100% - 67px);
    overflow: auto;
  }
  .menu_display .menuContent .socialmobile {
    margin: 20px 0;
  }
  .menu_display .menuContent .socialmobile a {
    color: #373F41;
    margin: 0 10px;
    font-size: 18px;
  }
  .menu_display .menuContent .logomenu .logo {
    margin-bottom: 30px;
  }
  .menu_display .menuContent .logomenu .logo img {
    max-width: 120px;
  }
  .menu_display .menuContent .logomenu .logo a {
    color: #fff;
  }
  .menu_display .menuContent .logomenu .logo .subtitle:before, .menu_display .menuContent .logomenu .logo .subtitle:after {
    border-color: #fff;
  }
  .menu_display ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .menu_display ul li .sub-menu {
    display: none;
    margin-bottom: 15px;
  }
  .menu_display ul li .sub-menu a {
    font-size: 14px;
  }
  .menu_display ul li a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #373F41;
    text-decoration: none;
    transition: color 0.2s;
    padding: 6px 10px;
  }
  .menu_display ul li.cta a {
    display: inline-block;
    background: #3C64B1;
    color: #fff;
    padding: 10px 18px;
    margin-top: 30px;
  }
  .menu_display ul li.cta a:hover, .menu_display ul li.cta a:focus {
    background: #597fc7;
    color: #fff;
  }
  .menu_display ul li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    padding: 4px 10px;
  }
  .menu_display ul li.menu-item-has-children.down {
    background: #dfe6f4;
  }
  .menu_display ul li.menu-item-has-children.down > a:after {
    transform: rotate(180deg);
  }

  .menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
  }

  #menuToggle:checked ~ .menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  #menuToggle:checked ~ .content_menu .menuEffects ul {
    opacity: 1;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open {
    background-color: transparent;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open:before {
    content: "";
    background-color: #737B7D;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open:after {
    content: "";
    background-color: #737B7D;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:not(:checked) ~ .content_menu .menuEffects ul {
    transform: translateY(-30%);
  }

  h2,
h2.wp-block-heading,
h2 strong {
    line-height: 1.2;
    font-size: 28px;
  }

  .straight ul {
    padding: 0;
  }

  .admin-bar #header {
    top: 0;
  }

  #header {
    position: absolute;
    background: #fff;
    margin: 0;
    width: 100%;
  }
  #header .header_line {
    padding: 5px;
    background: none;
  }
  #header .header_line:after {
    display: none;
  }
  #header .header_line .right_content .logo {
    width: 100px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    padding: 5px 5px 0 5px;
  }
  #header .header_line .right_content #lang {
    display: none;
  }
  #header .header_line .shifter-handle,
#header .header_line .buttonmenutop,
#header .header_line .buttonresa {
    display: none;
  }

  #header.f-nav {
    position: relative;
  }

  #footer .footer_content {
    display: block;
  }
  #footer .footer_content .footer_item.img a,
#footer .footer_content .footer_item.img #custombg {
    max-width: inherit;
  }
  #footer .footer_content .footer_item ul {
    -moz-columns: inherit;
         columns: inherit;
  }

  #main {
    margin-top: 0;
  }

  #header,
#content,
.photobig,
.photomiddle,
#footer,
#navi,
.rapide {
    border: none;
  }

  #content {
    z-index: 999;
    padding: 50px 0 0;
  }

  .button {
    font-size: 12px;
  }

  .photobig,
.photobig.aligner {
    height: 500px;
    min-height: inherit;
    z-index: 999;
  }
  .photobig .slidetext .contentintro .surtitre,
.photobig.aligner .slidetext .contentintro .surtitre {
    font-size: 20px;
    line-height: 1;
  }
  .photobig .descendre,
.photobig.aligner .descendre {
    display: none;
  }

  .photobig.aligner .slidetext .contentintro .hometitle {
    margin: 0;
  }

  .center {
    padding: 0 10px;
  }

  .photobig .slidetext .contentintro,
.photobig.aligner .slidetext .contentintro,
.photomiddle .slidetext .contentintro {
    margin: 0;
  }
  .photobig .slidetext .contentintro h1,
.photobig.aligner .slidetext .contentintro h1,
.photomiddle .slidetext .contentintro h1 {
    font-size: 32px;
  }
  .photobig .slidetext .contentintro h1 strong,
.photobig.aligner .slidetext .contentintro h1 strong,
.photomiddle .slidetext .contentintro h1 strong {
    font-size: 40px;
  }
  .photobig .slidetext .contentintro .subtitle,
.photobig.aligner .slidetext .contentintro .subtitle,
.photomiddle .slidetext .contentintro .subtitle {
    font-size: 22px;
  }

  .photomiddle {
    min-height: inherit;
    height: 300px;
  }
  .photomiddle .slidetext .contentintro {
    max-width: inherit;
    padding: 0 30px 30px 30px;
  }
  .photomiddle .slidetext .contentintro .breadcrumb {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: normal;
  }
  .photomiddle .slidetext .contentintro h1 {
    font-size: 20px;
  }
  .photomiddle .slidetext .contentintro h1 strong {
    font-size: 28px;
  }

  .rapide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rapide .straight {
    padding: 0;
  }
  .rapide figcaption {
    width: 100%;
  }
  .rapide .slides_rapide .slick-prev {
    left: -20px;
  }
  .rapide .slides_rapide .slick-prev:before {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }
  .rapide .slides_rapide .slick-next {
    right: -20px;
  }
  .rapide .slides_rapide .slick-next:before {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .photos_gallery {
    margin: 10px 0;
  }
  .photos_gallery .itemy {
    width: 33.33%;
  }

  #footer .infos {
    width: 100%;
    padding: 10px;
  }

  .home .cpt_content {
    padding: 0;
  }
  .home .cpt_content .cpt_select .cpt_select_content {
    padding: 30px;
  }
  .home .cpt_content .cpt_select .cpt_select_content h3 {
    font-size: 20px !important;
  }
  .home .cpt_content.simple .cpt_select_content {
    display: block;
    text-align: center;
  }
  .home .cpt_content.simple .cpt_select_content h3 {
    margin-bottom: 15px;
  }
  .home .title_actu {
    display: block;
    text-align: center;
    margin: 50px auto 0;
  }

  .cpt_content .cpt_select {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpt_content .cpt_select figure {
    border-radius: 5px 5px 0 0;
  }
  .cpt_content .cpt_select figure img {
    width: 100%;
  }
  .cpt_content .cpt_select_vertical {
    grid-template-columns: repeat(1, 1fr);
  }

  .cpt_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-post #main,
.category #main,
.error404 #main {
    margin-top: 0;
  }

  .has-large-font-size {
    font-size: 24px !important;
  }

  .content_menu {
    width: 100%;
  }

  #totop {
    bottom: 80px;
  }

  .wpcf7 input {
    border-radius: none;
  }

  #totop {
    display: none;
  }
}
@media (max-width: 480px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  h1 {
    font-size: 24px;
  }

  p.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center {
    text-align: left;
  }

  .straight.nopadmob {
    padding: 0 0 0 30px;
  }

  .admin-bar.home #main .photobig.aligner {
    height: 350px;
  }
  .admin-bar.home #main .photobig.aligner .fullscreen-bg__video {
    height: 100%;
  }

  .photobig .slidetext {
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .photobig .slidetext .contentintro {
    top: 150px;
  }
  .photobig .slidetext .contentintro h1 {
    text-align: left;
    font-size: 26px;
  }
  .photobig .slidetext .contentintro .center-button {
    text-align: left;
  }

  .straight.relative {
    position: relative;
  }
}