﻿@font-face {
	font-family: 'hanshand';
	src: url('../fonts/hanshand.woff2') format('woff2'),
		url('../fonts/hanshand.TTF') format('truetype')
}

body {
  font-family: Lato;
  font-weight: 400;
  /*padding-bottom: 30px;*/
  overflow-x: hidden;
  overflow-y: auto;
}

body.blocked {
  position: fixed;
  overflow: hidden;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
}

#site-mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 90;
}

header {
  transition: top .3s;
  position: fixed;
  box-sizing: content-box;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
}

header:after {
  content: '';
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, 0));
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

@keyframes header-hover-bg-appear {
  0% { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}

header:hover:before, header.active:before {
  animation: header-hover-bg-appear .15s forwards;
  content: '';
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 4;
}

header.active:before {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .2);
}

header.hidden {
  top: -120px;
}

header * {
  color: #fff;
}

header svg {
  fill: #fff;
}

header:hover *, header.active * {
  color: #000;
}

header:hover svg, header.active svg {
  fill: #000;
}

header section {
  position: relative;
  z-index: 5;
}

header section:first-child {
  transition: height .2s ease-in-out, padding .2s ease-in-out;
  /*background-color: rgba(0, 0, 0, .2);*/
  background: linear-gradient(30deg, rgba(255, 255, 255, 0) calc(50vw - 330px), rgba(0, 0, 0, .25) calc(50vw - 230px));
  line-height: 30px;
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
}

header.reduced section:first-child {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

header:hover section:first-child, header.active section:first-child {
  /*background-color: rgba(0, 0, 0, .1);*/
  background: linear-gradient(30deg, rgba(255, 255, 255, 0) calc(50vw - 330px), rgba(0, 0, 0, .08) calc(50vw - 230px));
}

header section:last-child {
  line-height: 80px;
  font-size: 0;
  padding: 0 20px;
  text-align: right;
}

header section > div {
  max-width: 1400px;
  margin: 0 auto;
  z-index: 4;
}

header .menu-icon,
header .close-icon {
  display: none;
}

header #logo {
  height: 60px;
  vertical-align: baseline;
  display: inline-block;
  margin-right: 10px;
}

@keyframes header-slogan-appear {
  0% { opacity: 0; margin-left: -50px; }
  100% { opacity: 1; margin-left: 0; }
}

header #slogan {
  animation: header-slogan-appear .5s ease-out .5s forwards;
  display: inline-block;
  vertical-align: middle;
  font-family: Questrial;
  font-size: 18px;
  height: 30px;
  opacity: 0;
  line-height: 20px;
  position: relative;
  text-align: left;
  transition: height .3s, margin-bottom .3s;
}

header.active #depuis{
  top: 25px;
}

#div-logo-a{
  position: relative;
}

header #depuis{
  animation: header-slogan-appear .5s ease-out .5s forwards;
  font-family: hanshand, no-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 250px;
  transform: rotate(-10deg);
}

/*header.reduced #slogan {
  height: 60px;
  margin-bottom: 20px;
}*/

header.reduced #slogan {
  margin-bottom: 5px;
}

header:hover #slogan, header:hover #slogan *, header.active #slogan, header.active #slogan *{
  /*color: #e2007a;*/
  color: #000;
}

header:hover #depuis, header.active #depuis{
  color: #666;
}

header #logo-anniversaire {
  font-family: Satisfy;
  font-size: 15px;
  color: #d4d4d4;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

header #logo-anniversaire b {
  font-weight: 400;
  font-size: 20px;
}

#background-img {
  height: 25vw;
}

header .nav-secondaire {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

header .nav-secondaire li {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}

header .nav-secondaire li.highlight {
  background-color: rgba(0, 0, 0, .1);
}

header .nav-secondaire li.highlight a {
  font-size: 13px;
  z-index: 1;
  position: static;
}

header .nav-secondaire li.highlight a:before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(17, 146, 222, .05), rgba(17, 146, 222, .15));
  transition: bottom ease-out .2s;
  z-index: -1;
}

header .nav-secondaire li.highlight a:hover {
  color: #1192de;
}

header .nav-secondaire li.highlight a:hover svg {
  fill: #1192de;
}

header .nav-secondaire li.highlight a:hover:before {
  bottom: 0;
}

header:hover .nav-secondaire li.highlight, header.active .nav-secondaire li.highlight {
  background-color: rgba(0, 0, 0, .05);
  color: #111;
}

header:hover .nav-secondaire li.highlight svg, header.active .nav-secondaire li.highlight svg {
  fill: #111;
}

header .nav-secondaire li a {
  display: block;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 24px;
  text-decoration: none;
  color: inherit;
}

header:hover .nav-secondaire li, header.active .nav-secondaire li {
  color: #111;
}

header .nav-secondaire li a svg {
  margin: 0 2px -3px 0;
  height: 16px;
  display: inline-block;
}

header:hover .nav-secondaire li svg, header.active .nav-secondaire li svg {
  fill: #111;
}

header .nav-secondaire li a:hover {
  /*color: #e2007a;*/
  color: #1192de;
}

header .nav-secondaire li a:hover svg {
  /*fill: #e2007a;*/
  fill: #1192de;
}

#mobile-favoris {
  display: none;
}

.btn-favoris {
  display: none;
}

#menu-hover-bar {
  transition: all .3s;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: -1;
}

#menu-hover-bar.active, #menu-hover-bar.on {
  background-color: #e2007a;
}

#menu-hover-bar.active.hover-mag, #menu-hover-bar.on.hover-mag {
  background-color: #e2007a;
}

#menu-call-to-action {
  float: right;
}

#menu-call-to-action > a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 17px 5px;
  font-size: 15px;
  background-color: #e2007a;
  border-radius: 2px;
  line-height: 25px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .1);
  transition: box-shadow .2s, transform .15s, padding .2s;
  border: 2px solid rgba(226, 0, 122, .65);
  text-transform: uppercase;
  opacity: .85;
}

#menu-call-to-action > a span {
  position: relative;
  z-index: 2;
  color: #fff;
}

#menu-call-to-action > a svg {
  height: 40px;
  position: absolute;
  left: -3px;
  bottom: -7px;
  fill: #fff;
  opacity: .1;
  transition: opacity 1s;
}

header:hover #menu-call-to-action > a, header.active #menu-call-to-action > a {
  opacity: 1;
}

header:hover #menu-call-to-action > a span, #menu-call-to-action > a span {
  color: #fff;
  transition: text-shadow 1s;
}

header:hover #menu-call-to-action > a:nth-child(1):hover span, #menu-call-to-action > a:nth-child(1):hover span {
  text-shadow: -5px 5px 15px #e2007a;
}

header:hover #menu-call-to-action > a:hover, header.active #menu-call-to-action > a:hover {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .25);
  transform: scale(1.05);
}

header:hover #menu-call-to-action > a:hover svg, header.active #menu-call-to-action > a:hover svg {
  opacity: .25;
}

#logo-a {
  transition: margin-top .3s;
  float: left;
  display: inline-block;
  margin-top: -15px;
  height: 70px;
}

header.reduced #logo-a {
  margin-top: 10px;
}

header #mobile-secondary-nav {
  display: none;
}

nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: inherit;
  margin: 0;
  /*position: relative;*/
  text-align: left;
}

nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: inherit;
  font-size: 0;
  /*position: relative;*/
  max-height: 80px;
}

nav li {
  display: inline-block;
  line-height: inherit;
  position: relative;
}

nav > ul > li:last-child {
  display: none;
}

nav > ul > li > a {
  line-height: inherit;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  z-index: 999;
  /*position: relative;*/
  cursor: default;
  text-transform: uppercase;
}

nav > ul > li > a[href] {
  cursor: pointer;
}

nav > ul > li > a:hover,
nav > ul > li > a.active {
  background-color: rgba(0, 0, 0, .03);
  color: #000;
  text-decoration: none;
}

nav li > div {
  display: none;
  background-color: #f7f7f7;
  position: absolute;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
  white-space: nowrap;
  z-index: 999;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 20px;
  top: 80px;
  text-align: center;
  opacity: 0;
  max-height: 50px;
  padding: 0 10px;
}

@keyframes show-div-menu {
  0% { opacity: 0; max-height: 50px; }
  100% { opacity: 1; max-height: 100vh; }
}

nav li > div.displayed {
  animation: show-div-menu .2s ease-in-out forwards;
  display: block;
}

nav li > div.displayed.already-displayed {
  animation: none;
}

nav li > div.displayed > * {
  animation: show-content-menu .35s ease-out .2s forwards;
  opacity: 0;
}

@keyframes show-content-menu {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

nav li > div > .sous-menu {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100vw / 4);
  width: 330px;
  white-space: normal;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

nav li > div > .sous-menu:first-child:last-child {
  max-width: 330px;
  width: 330px;
}

nav li > div > div.img {
  position: relative;
  top: -10px;
  padding: 10px 0;
  text-align: center;
  border: 0;
}

nav li > div > div.img a {
  transition: all .1s ease-in;
  border: 0;
  display: inline-block;
  margin: 10px auto;
  max-width: 180px;
  font-size: 0;
  line-height: 0;
  opacity: .9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .15);
}

nav li > div > div.img a:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .35);
}

nav li h3 {
  font-family: "Questrial";
  transition: all .3s;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px;
  width: 100%;
}

nav li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li li {
  width: 100%;
}

nav li h3 a, nav li h3.no-link, nav li h3.no-link:hover {
  color: inherit;
  padding: 10px;
  display: block;
  padding-right: 50px;
}

nav li h3 a:hover {
  color: #e2007a;
  background-color: rgba(226, 0, 122, .05);
  border-radius: 8px;
  text-decoration: none;
}

nav li li a:not(.btn) {
  transition: border, background-color, padding .2s;
  color: #555;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: none;
}

nav li li a:not(.btn):hover {
  color: #000;
  background-color: rgba(226, 0, 122, .05);
  text-decoration: none;
  /*padding-left: 12px;
  padding-right: 8px;*/
  border-radius: 5px;
}

nav li li a.btn {
  transition: all .3s ease .3s;
  font-family: "Questrial";
  background-color: rgba(17, 146, 222, .05);
  border: 0;
  width: calc(100% - 10px);
  text-align: left;
  color: #1192de;
  max-width: 400px;
  margin: 15px 0 5px;
  border-radius: 5px;
  padding: 8px 5px 8px 16px;
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
  position: relative;
  overflow: hidden;
}

nav li li a.btn:before {
  transition: all .3s ease;
  content: '';
  position: absolute;
  height: calc(100% - 16px);
  width: 3px;
  left: 8px;
  background-color: #1192de;
  top: 8px;
  opacity: .15;
  z-index: -1;
  border-radius: 1px;
}

nav li li a.btn:hover {
  text-decoration: none;
  color: #fff;
  padding: 8px 10px;
  background-color: transparent;
}

nav li li a.btn svg {
  transition: all .3s ease .3s;
  height: 20px;
  fill: transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

nav li li a.btn:hover svg {
  right: 10px;
  fill: #fff;
}

nav li li a.btn:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

/* Share links */

.caption span{
  margin-bottom: 5px;
  display: block;
}

.gallery-share-links{
  position: absolute;
  bottom: 5px;
  left: 10px;
  text-align: left;
}

.share-links a{
  text-decoration: none;
  margin-right: 10px;
  font-size: 30px;
}

.share-links a:hover{
  color:#ad005d;
}

/* Barre d'actions (fixée en bas) */

@keyframes action-bar-apparition {
  0% {
    right: -90px;
  }
  90% {
    right: -90px;
  }
  100% {
    right: 0;
  }
}

#action-bar {
  animation: action-bar-apparition 6s;
  background-color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 997;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-size: 0;
  text-align: center;
  width: 85px;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
}

#action-bar a {
  display: block;
  width: 100%;
  max-width: 150px;
  vertical-align: top;
  padding: 20px 5px;
  font-size: 11px;
  text-align: center;
  height: 85px;
  font-weight: 400;
  color: #888;
  border-right: 2px solid transparent;
}

#action-bar a:nth-child(2) {
  border-left: 0;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}

#action-bar a:hover {
  text-decoration: none;
  border-right: 2px solid #e2007a;
  color: #000;
  background-color: #fcfcfc;
}

#action-bar a:hover span.lnr {
  color: #e2007a;
}

/* OFFRE PRE FOOTER */

#box-offre {
  background: #eee;
  padding-bottom: 25px;
  display: block;
  margin-top: 25px;
}

#offre-top {
  background: #eee;
}

#offre-bottom {
  max-width: 1100px;
  margin: auto;
  font-size: 0;
}

#box-offre h2 {
  max-width: 1100px;
  margin: 0 auto;
  color: #999;
  padding: 10px 0;
  font-weight: 400;
  font-family: Questrial;
  font-size: 23px;
}

@media only screen and (max-width: 1100px) {
  #box-offre h2 {
    padding: 10px;
  }
  #box-offre {
    padding-bottom: 0;
  }
}

#box-offre img {
  margin: auto;
}

/* FOOTER */

footer {
  background-color: #4d4d4d;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

#last-item {
  background-color: inherit;
  min-height: 300px;
  position: relative;
  margin: -5px 0;
}

#last-item > div {
  max-width: 1100px;
  background: #2b2b2b;
  color: #fff;
  margin: 0 auto;
  min-height: 300px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .15);
}

#last-item .last-item-column {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 15px;
  opacity: .9;
}

#last-item .last-item-column:hover {
  opacity: 1;
}

#last-item h2 {
  color: #fff;
  font-size: 20px;
  font-family: Questrial;
  position: absolute;
  padding: 0;
  font-weight: 400;
  max-width: calc(100% / 3 - 10px);
  z-index: 1;
}

#last-item h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  bottom: -2px;
  background-color: #0097a7;
  transition: all .3s;
}

#last-item .last-item-column:hover h2:before {
  transform: scale(1.1);
  opacity: .9;
  background-color: #e2007a;
}

#last-item ul {
  list-style: none;
  margin: 60px 0 15px;
  padding: 0;
}

#last-item li {
  margin: 0 0 0;
  padding: 10px 0;
  height: 125px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #444;
  transition: background-color .3s;
}

#last-item li:hover {
  background-color: #444;
}

#last-item li:last-child {
  border-radius: 0 0 3px 3px;
  background-color: #222;
  font-size: 15px;
  height: auto;
  border: 0;
  padding: 0;
}

#last-item li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2b2b2b);
  bottom: 0;
  left: 0;
}

#last-item li:last-child > a, #last-item li:last-child > a:hover {
  text-decoration: inherit;
  display: block;
  position: relative;
  padding: 15px 30px;
  height: 100%;
  transition: all .3s;
  text-align: center;
  color: #ccc;
}

#last-item li:last-child > a:hover {
  text-decoration: underline;
}

#last-item li:last-child svg {
  transition: all .2s;
  right: -50px;
  height: 30px;
  fill: #e2007a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: .75;
}

#last-item li:last-child a:hover svg {
  right: 10px;
}

#last-item li:not(:last-child) > a, #last-item li:not(:last-child) > a:hover {
  text-decoration: inherit;
  display: block;
  position: relative;
  height: 100%;
  padding: 5px 5px 5px 85px;
  transition: all .3s;
}

#last-item li strong {
  font-weight: 400;
  font-family: Questrial;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  transition: all .3s;
}

#last-item li span {
  font-weight: 400;
  color: #888;
  font-size: 12px;
  opacity: .7;
  transition: all .3s;
  display: block;
}

#last-item li img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 75px;
  height: 75px;
  border-radius: 3px;
  transition: all .3s;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1);
  overflow: hidden;
  object-fit: cover;
}

#last-item li:hover strong {
  color: #e2007a;
}

#last-item li:hover span {
  opacity: 1;
}


@media only screen and (max-width: 670px) {
  #last-item .last-item-column {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  
  #last-item h2 {
    max-width: 100%;
    position: relative;
  }
  
  #last-item ul {
    margin: 0 0 30px;
  }
}


#starcats {
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  padding: 35px 0 40px;
  max-width: 1100px;
  background: #3f3f3f;
}

.starcat {
  max-width: 350px;
  margin: 25px auto;
}

.starcat img {
  width: 40%;
  display: inline-block;
  margin-right: 5px;
}

.starcat div {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  text-align: left;
}

.starcat h3 {
  margin: 0 0 0.5em 0;
  font-family: Questrial;
  font-weight: 400;
}

.starcat h3 a:hover {
  text-decoration: none;
}

.starcat h3::after {
  content: "";
  display: block;
  border-bottom: 2px solid #e2007a;
  width: 20px;
}

.starcat div p {
  font-size: 13px;
  color: #888;
  line-height: 15px;
}

.starcat a {
  color: #fff;
}

@media only screen and (min-width: 590px) {
  .starcat {
    width: 31%;
    display: inline-block;
    margin: 0 1%;
  }
}

footer > .entrees-footer > a {
  transition: color 0.3s;
  font-weight: 400;
  display: inline-block;
  margin: 0 3%;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 300;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  padding: 20px 10px;
  font-family: "Questrial";
  background-color: #4d4d4d;
  color: #eee;
  text-decoration: none;
}

footer > .entrees-footer > a > span {
  transition: color 0.75s;
  font-size: 55px;
  display: block;
  margin-bottom: 14px;
  color: #888;
}

footer > .entrees-footer > a:hover {
  color: #fff;
}

footer > .entrees-footer > a:hover:after {
  content: "";
  display: block;
  text-align: center;
  width: inherit;
  margin: 5px auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

footer > .entrees-footer > a:hover > span {
  color: #fff;
}

footer > .entrees-footer,
footer .liens {
  max-width: 1100px;
  margin: 0 auto;
}

footer > .entrees-footer {
  background-color: #3f3f3f;
  text-align: center;
  padding: 40px 10px;
}

footer > .questions > a.bordered {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 50px;
  color: #ccc;
  font-size: 18px;
  background-color: transparent;
}

footer .liens {
  background: linear-gradient(to bottom, #3f3f3f 0%, #4d4d4d 40%);
  padding: 30px 0 150px;
  padding-left: 370px;
  display: flex;
}

footer .liens > div {
  display: inline-block;
  vertical-align: top;
  width: calc(60% / 2);
  padding: 0 10px;
}

footer .liens > div:last-child {
  width: 40%;
}

footer .liens ul {
  font-size: 15px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

footer .liens li {
  line-height: 20px;
  font-size: 13px;
}

footer .liens li:first-child {
  font-weight: 400;
  font-family: "Questrial";
  padding: 0;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  margin: 0 0 5px -2px;
}

footer .liens li:first-child:after {
  content: "";
  display: block;
  border-bottom: 2px solid #e2007a;
  width: 20px;
}

footer .liens > div:last-child li:first-child:after {
  border-bottom-color: #0097a7;
}

footer .liens li a {
  color: #ccc;
}

footer .liens li a.bordered {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 2px 5px;
  margin-top: 8px;
  width: 100%;
}

footer .liens li:not(:first-child) {
  margin-left: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer > .reseaux-sociaux {
  background-color: #2b2b2b; /* #333 */
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

footer > .reseaux-sociaux > div {
  max-width: 1100px;
  margin: auto;
  padding: 5px 10px;
}

footer > .reseaux-sociaux span {
  float: right;
}

footer > .reseaux-sociaux a {
  color: #888;
  margin-left: 5px;
  font-size: 28px;
  text-decoration: none;
}

footer > .reseaux-sociaux a:hover {
  color: #fff;
}

footer > .reseaux-sociaux h2 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Questrial";
  margin: 0;
  display: inline-block;
}


@media only screen and (min-width: 781px) {
  #link-cp{
    overflow:hidden;
    position:relative;
  }
}

footer .copyright {
  font-size: 20px;
  position: absolute;
  width: 300px;
  background-color: #333;
  left: calc(50vw - 1100px / 2);
  height: 100%;
  padding: 10px;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 1100px) {
  footer .copyright {
    left: 0;
  }
}

footer .copyright:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50vw;
  background-color: inherit;
  top: 0;
  right: 100%;
  z-index: -1;
}

footer .copyright:after {
  content: '';
  position: absolute;
  height: calc(100% + 100px);
  width: 100px;
  background-color: inherit;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) rotate(5deg);
  z-index: -1;
}

footer .copyright svg {
  height: 70px;
  fill: #555;
  position: absolute;
  top: 30px;
}

footer .copyright p {
  margin: 0 0 0 80px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  color: #777;
  position: absolute;
  top: 30px;
}

footer .copyright p span {
  font-size: 15px;
  display: block;
  color: #aaa;
  font-family: "Questrial";
  margin-bottom: 10px;
}

footer .copyright > span {
  display: block;
  border-radius: 5px;
  /*text-align: center;*/
  position: absolute;
  top: 125px;
  width: fit-content;
}

footer .copyright > span a, footer .copyright > span span {
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  width: 58px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  margin-right: 3px;
  margin-top: 5px;
}

footer .copyright > span img {
  /*height: 43px;*/
  width: 38px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 780px) {
  footer .copyright {
    position: relative;
    width: 100%;
    height: 200px;
    padding-bottom: 100px;
  }
  
  footer .copyright:before, footer .copyright:after {
    display: none;
  }
  
  footer .copyright > span {
    right: 70px;
  }
  
  footer .liens {
    padding: 30px 0;
  }
  
  footer .copyright p, footer .copyright > span, footer .copyright svg {
    top: 10px;
    transform: none;
  }
}

@media only screen and (max-width: 700px) {
  footer .copyright p, footer .copyright > span {
    position: static;
    margin-left: 80px;
  }
  
  footer .copyright > span {
    margin: 30px auto 0;
  }
  
  footer .copyright {
    height: 275px;
  }
}

@media only screen and (max-width: 500px) {
  footer .liens > div, footer .liens > div:last-child {
    width: 100%;
    display: block;
  }
}

/*footer > .copyright {
  margin: -20px 0 30px;
  font-size: 0;
  color: #888;
  position: relative;
  z-index: 2;
}

footer > .copyright > div {
  max-width: 1100px;
  margin: auto;
  padding: 10px;
}

footer > .copyright p {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  color: #aaa;
}

footer > .copyright p span {
  font-size: 15px;
  display: block;
  color: #444;
  font-family: "Questrial";
}

footer > .copyright > div > span,
footer > .copyright p {
  display: inline-block;
  vertical-align: middle;
}

footer > .copyright > div > span img {
  /height: 43px;/
  margin: 0 8px;
  width: 43px;
  height: auto;
}

footer > div:last-child {
  width: 130vw;
  height: 200px;
  background-color: #fff;
  transform: rotate(2deg);
  position: absolute;
  bottom: -105px;
  left: -10px;
  z-index: 1;
}*/

@media only screen and (max-width: 400px) {
  header #slogan {
    bottom: 15px !important;
  }

  header #div-logo-a #depuis{
    top: 15px;
    left: 150px;
  }
}

@media only screen and (max-width: 1220px) {
  
  header #logo {
    height: 50px;
    margin: 5px;
  }
  
  header #slogan {
    position: absolute;
    font-size: 15px;
    margin-top: 40px;
  }

  header #depuis{
    top: -15px;
    left: 210px;
  }
  
  header #logo-a {
    margin-top: -35px;
    margin-left: -5px;
  }
  
  header nav#menu > ul > li > a {
    font-size: 13px;
    /*line-height: 20px;
    padding: 30px 15px 20px;
    margin-top: 10px;*/
  }
  
}

@media only screen and (max-width: 1120px) {
  
  header.reduced #slogan {
    margin-top: 25px;
    line-height: 50px;
    font-size: 15px;
  }

  header.reduced #depuis{
    top: 20px;
    left: 55px;
  }
  
  header.reduced #slogan span {
    display: block;
  }

}

@media only screen and (max-width: 1000px) {
  header {
    top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  header #logo-anniversaire {
    font-size: 12px;
  }

  header #logo-anniversaire span:nth-child(2) {
    font-size: 50px;
    line-height: 40px;
  }

  header #logo-anniversaire span:nth-child(3) {
    font-size: 15px;
  }
}

@media only screen and (max-width: 970px) {
  footer > .entrees-footer > a {
    margin: 0 1%;
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 300;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 20px 10px;
    font-family: "Questrial";
    background-color: #4d4d4d;
    color: #eee;
    text-decoration: none;
  }
}

/* VERSION MOBILE */
@media only screen and (max-width: 940px) {
  
  #menu-call-to-action, header section:first-child, header:hover:before, header.active:before {
    display: none;
  }
  
  header:hover #logo, header.active #logo {
    fill: #fff;
  }
  
  header:hover #slogan, header.active #slogan, header:hover #slogan span, header.active #slogan span {
    color: #fff;
  }
  
  header section:last-child {
    padding-top: 10px;
    max-width: 100vw;
    overflow: hidden;
  }
  
  header #menu > ul > li > a:hover {
    font-size: 13px !important;
  }
  
  header #logo-a {
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }
  
  header nav#menu > ul > li > div {
    max-height: none !important;
  }
  
  header:hover *, header.active * {
    color: inherit;
  }

  header.active #div-logo-a #depuis, header:hover #div-logo-a #depuis{
    color: white;
  }
  
  header nav > ul {
    max-height: initial;
  }
  
  header #mobile-secondary-nav {
    display: block;
    background-color: #333;
    padding: 10px;
    border-top: 2px solid #1192de;
  }
  
  header #mobile-secondary-nav a {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 5px;
  }
  
  header #mobile-secondary-nav a:hover {
    color: #1192de;
    background-color: #fff;
    text-decoration: none;
  }
  
  header {
    position: absolute;
    overflow: visible;
    top: 0;
    line-height: 50px;
    z-index: 99;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  header #logo {
    height: 50px;
    margin: 5px;
  }

  header #slogan {
    font-size: 15px;
    /*bottom: 15px;*/
    bottom: 2px;
    width: 240px;
  }

  header #depuis{
    top: 15px;
    left: 210px;
  }
  
  header #menu,
  header #logo-anniversaire {
    display: none;
  }

  #background-img {
    height: 33vh;
  }

  header .nav-secondaire {
    display: none;
  }

  header .menu-icon,
  header .close-icon {
    position: relative;
    float: right;
    width: 50px;
    height: 60px;
    vertical-align: middle;
    display: block;
    cursor: pointer;
  }

  header .menu-icon span,
  header .close-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
  }

  header .menu-icon span::before,
  header .menu-icon span::after,
  header .close-icon span::before,
  header .close-icon span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-6px);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
  }

  header .menu-icon span::after {
    transform: translateY(6px);
  }

  header .close-icon span {
    background: transparent;
  }

  header .close-icon span::before {
    transform: translateY(0) rotate(45deg);
    background-color: #fff;
  }

  header .close-icon span::after {
    transform: translateY(0) rotate(-45deg);
    background-color: #fff;
  }

  header #slogan {
    line-height: 25px;
    color: #fff;
  }

  @keyframes ouverture-menu {
    0% {
      right: -300px;
    }

    100 % {
      right: 0;
    }
  }

  header #menu {
    position: fixed;
    background-color: #4d4d4d;
    right: -320px;
    top: 0;
    bottom: 0;
    max-width: 300px;
    overflow-y: auto;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    line-height: 20px;
  }

  header #menu div:not(.demande-rappel),
  header #menu {
    display: block !important;
  }

  header #menu div.savoir-plus{
    display: none !important; 
  }

  header #menu .menu-vignette{
    margin-top: 10px;
    border: 1px solid#e2007a;
  }

  header #menu .menu-vignette #mon-conseiller{
    background-color: transparent;
  }

  #savoir-plus .vendeur-card-presentation{
    display: flex;
  }

  /*
	header #menu > ul {
		margin-top: 60px;
	}
	*/

  header #menu li > div {
    display: block;
    background-color: #4d4d4d;
    position: static;
    margin-top: 0;
    left: auto;
    transform: none;
    max-width: 100%;
    white-space: normal;
    z-index: 998;
    padding-top: 0;
    text-align: left;
  }
  
  header #menu li > div > .sous-menu {
    width: 100%;
    max-width: 100%;
  }
  
  nav li li a.btn {
    margin-left: 5px;
    /*background-color: #ebf1f5;*/
    color: #fff;
    border-radius: 2px;
    border: 2px solid #fff;
  }
  
  nav li li a.btn:before {
    opacity: 1;
  }
  
  nav li li a:not(.btn) {
    color: #fff;
    padding-left: 15px;
  }
  
  nav li li a:not(.btn):hover, header nav#menu > ul > li h3 > a:hover {
    color: #e2007a;
    background-color: #ccc;
    border-radius: 0;
  }

  header #menu h3 {
    border: 0;
    margin: 0;
    padding: 0;
    height: auto;
    color: #fff;
    border-radius: 0;
  }
  
  header #menu h3.no-link {
    display: none;
  }

  /*
	#titre-menu{
		border: 0;
		margin: 5px 0px 0px 0px !important;
		padding: 5px;
		height: auto;
		font-size:30px;
		color:#fff;
		text-transform:uppercase;
	}
	*/

  #titre-menu {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 15px;
    color: #aaa;
    padding: 5px;
    background-color: transparent;
    width: 100%;
    font-weight: 400;
  }

  header #menu div ul {
    margin-bottom: 20px;
  }

  header #menu > ul > li {
    display: block;
    text-align: right;
    border-top: 2px solid #e2007a;
    margin-top: 10px;
  }

  header #menu > ul > li > a,
  header #menu > ul > li > a:hover {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 15px;
    color: #aaa;
    padding: 5px;
    background-color: transparent;
    width: 100%;
  }

  header #menu > ul > li > a.on {
    color: #4d4d4d;
    background-color: #eee;
    font-weight: 700;
  }

  header #menu > ul > li > a.on:after {
    display: none;
  }

  header nav#menu > ul > li:last-child {
    width: auto;
    margin: 0;
    vertical-align: bottom;
    right: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    max-height: 0;
  }

  /*
	header nav#menu > ul > li:last-child > a {
		transition: background-color 0.3s;
		background-color: #e2007a;
		color: #fff;
		text-align: center;
		width: 200px;
		position: relative;
		bottom: auto;
		top: -57px;
		line-height: 40px;
		padding: 5px 30px;
		font-weight: 700;
		margin: 0;
		left: 5px;
		border-radius: 2px;
	}
	*/

  header nav#menu > ul > li:last-child > a {
    display: none;
  }

  header nav#menu > ul > li:last-child > a:hover {
    background-color: #ad005d;
  }

  @keyframes action-bar-apparition {
    0% {
      bottom: -60px;
    }
    100% {
      bottom: 0;
    }
  }

  #action-bar {
    animation: action-bar-apparition 0.8s;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    z-index: 997;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.35);
    width: 100%;
    border-radius: 0;
    font-size: 0;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    transform: none;
  }

  #action-bar a {
    display: inline-block;
    width: 33.3%;
    max-width: 150px;
    vertical-align: top;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    height: 55px;
    font-weight: 400;
    color: #888;
    border-bottom: 2px solid transparent;
    border-right: 0;
  }

  #action-bar a:nth-child(2),
  #action-bar a:nth-child(2):hover {
    border-top: 0;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
  }

  #action-bar a:hover {
    border-right: 0;
    border-bottom: 2px solid #e2007a;
  }
  #mobile-favoris {
    line-height: 20px;
    padding: 7px;
    color: #fff;
  }
  
  #mobile-favoris svg {
    fill: #fff;
    height: 20px;
    margin-right: 15px;
  }

  .btn-favoris,
  .btn-diaporama-photo {
    border-radius: 2px;
    display: flex;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    align-items: center;
  }

  .btn-favoris {
    margin-top: 12px;
    padding: 15px 25px;
  }
  .btn-diaporama-photo {
    margin-top: 10px;
    padding: 25px;
    text-shadow: 3px 3px 4px #000;
    border: solid 2px #fff;
  }

  .btn-favoris span,
  .btn-diaporama-photo span {
    margin-right: 20px;
  }

  #favori1 {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6)),
      url(../upload/piscinelle-photo-perron-kit-nantes-3-S.jpg) no-repeat center
        80%;
    background-size: cover;
  }
  #favori1:hover {
    text-decoration: none;
  }
  /*#favori2{
		background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.65)),url(../upload/piscinelle-or-S.jpg) no-repeat center 50%; 
		background-size: cover;
		clear:both;
	}*/
  /*#favori3{
		background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6)),url(../img/rendez-vous-tarifs-piscine.jpg) no-repeat center 70%; 
		background-size: cover;
	}*/
  #favori3,
  #favori2,
  #favori4,
  #favori5,
  #favori7 {
    background: #1192de;
  }

  #favori3:hover,
  #favori2:hover,
  #favori4:hover,
  #favori5:hover,
  #favori7:hover {
    background: #097cbe;
    text-decoration: none;
  }

  /*.icone-favoris{
		border :solid 2px rgba(226, 0, 122, 1);
		border-radius: 10000px;
		text-align:center;
		padding:15px;
		color:#fff;
		font-size: 30px;
		text-shadow: 3px 3px 4px #000; 
		display : inline-block;
		
		margin:5px 5px 0px 5px;
	}
	*/
}

@media only screen and (max-width: 760px) {
  footer > .entrees-footer {
    padding: 20px 10px;
  }

  footer > .entrees-footer > a {
    font-size: 13px;
    width: 100px;
    height: 100px;
  }

  footer > .entrees-footer > a > span {
    font-size: 38px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 700px) {
  footer > .reseaux-sociaux h2 {
    display: block;
    line-height: 20px;
    padding-top: 5px;
  }

  footer > .reseaux-sociaux span {
    float: none;
    display: block;
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  footer > .copyright p {
    margin: 0 0 20px;
  }

  footer > .copyright > div > span {
    display: block;
    text-align: center;
  }

  /*footer > div:last-child {
    bottom: -40px;
    left: -5px;
  }*/
}

@media only screen and (max-width: 540px) {
  footer > .entrees-footer {
    padding: 20px 10px;
  }

  footer > .entrees-footer > a {
    font-size: 12px;
    width: 90px;
    height: 90px;
    padding: 15px 0;
  }

  footer > .entrees-footer > a > span {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  header #slogan {
    line-height: 50px;
    width: calc(100vw - 160px);
  }

  header #slogan > span {
    display: block;
    line-height: 10px;
  }
}

@media only screen and (max-width: 341px) {
  footer > div:last-child {
    bottom: -20px;
  }
}

/* Contenus rédactionnels et contenus communs */
#page-content,
.page-content {
  margin: 50px auto 0;
  max-width: 1100px;
  padding: 10px;
  overflow: auto;
}

.the-formulaire-header {
  display: flex;
  padding: 0 0 10px;
  border-bottom: 2px solid #e2007a;
}

.the-formulaire-header img {
  width: 70px;
}

#the-formulaire .formulaire-desc-catalogue,
#the-formulaire .formulaire-desc-partenaire,
.desc-img-partenaire {
  display: flex;
  margin-top: 20px;
}

.desc-img-partenaire .desc-partenaire {
  margin-left: 20px;
}

#the-formulaire .formulaire-desc-catalogue img,
#the-formulaire .formulaire-desc-partenaire img,
.desc-img-partenaire .img-partenaire img {
  max-width: 200px;
  height: auto;
}

#the-formulaire .formulaire-desc-catalogue p,
#the-formulaire .formulaire-desc-partenaire p,
.desc-img-partenaire .img-partenaire img {
  padding-top: 0;
}

.desc-img-partenaire {
  max-width: 700px;
  margin: 0 auto;
}

#page-content h1,
.page-content h1,
.form-type h1,
#the-formulaire h5,
h1.dah1 {
  margin: 0 auto 5px;
  color: #000;
  font-size: 35px;
  font-family: Questrial;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
  border-bottom: 2px solid #e2007a;
}

#the-formulaire h5 {
  border-bottom: none;
  margin: 0;
}

#page-content h2,
.page-content h2,
#page-content h3,
.page-content h3,
#page-content h4,
.page-content h4 {
  font-family: Questrial;
  color: #000;
  font-size: 23px;
  font-weight: 400;
  padding: 0;
  max-width: 700px;
  margin: 25px auto;
  clear: both;
}

#page-content h3,
.page-content h3 {
  font-size: 19px;
}

#page-content h4,
.page-content h4 {
  font-size: 15px;
}

#page-content h2:after,
.page-content h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e2007a;
  margin-top: 5px;
}

#page-content > p,
.page-content > p {
  margin: 30px auto;
}

#page-content > p,
#page-content > div.div-pagination,
#page-content > ul,
#page-content > ol,
#page-content table td,
.page-content > p,
.page-content > ul,
.page-content > ol,
.page-content table td,
.row ul,
#page-content > ul,
#promo-div ul,
#promo-div ol {
  line-height: 26px;
  font-family: Lato;
  color: #555;
  max-width: 700px;
  margin: 15px auto;
  font-size: 15px;
}

#page-content ul {
  overflow: hidden;
}

.container,
.plus-loin,
.colonnes {
  max-width: 700px;
  margin: 0px auto;
  color: #555;
  overflow: hidden;
  clear: both;
}

.colonnes ul {
  column-count: 3;
  padding-left: 20px;
  line-height: 26px;
}

.container h3:first-child,
.container h1:first-child,
.container h2:first-child {
  margin-top: 0 !important;
}
.container p:last-child {
  margin-bottom: 0;
}

.plus-loin {
  text-align: right;
}

.plus-loin h3 {
  margin-bottom: 0 !important;
}

.plus-loin p {
  margin: 0 !important;
}

.plus-loin a {
  color: #999;
}

.plus-loin a:after {
  content: " ►";
  font-size: 13px;
  color: #ddd;
}

a.btn.pagination {
  max-width: 45%;
  width: 200px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #eee;
  background-color: white;
}

a.btn.pagination img {
  width: 100%;
  height: auto;
  background: #4dd0e1;
}

a.btn.pagination .div-pagination-next-img,
a.btn.pagination .div-pagination-prev-img {
  max-height: 110px;
  overflow: hidden;
}

.categories .badge,
.filter-categories a.badge {
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #999;
  padding: 4px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.categories .badge:hover{
  color: rgb(153, 153, 153) !important;
  text-decoration: underline;
}

a.btn.pagination .pagination-next-page-texte,
a.btn.pagination .pagination-prev-page-texte {
  padding: 10px;
  height: 90px;
}

a.btn.pagination.prev-link {
  margin-bottom: 40px;
}

a.btn.pagination:hover {
  text-decoration: none;
  background-color: rgb(243, 243, 243);
}
a.btn.pagination small {
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#page-content > ul,
.page-content > ul,
#page-content > ol,
.page-content > ol {
  padding-left: 20px;
}

img.img-left,
img.img-right {
  margin: 10px;
  width: 30%;
}

img.img-left {
  float: left;
}

img.img-right {
  float: right;
}

img.img-left-40,
img.img-right-40 {
  margin: 10px;
  width: 40%;
}

img.img-left-40 {
  float: left;
}

img.img-right-40 {
  float: right;
}

#page-content div.large,
.page-content div.large {
  font-size: 0;
  text-align: left;
  padding: 0;
  margin: 0px;
  display: block;
  background-color: #fff;
  min-height: 100px;
  position: relative;
  clear: both;
}

#page-content div.large img,
.page-content div.large img {
  min-width: 100%;
  max-width: 100%;
  display: block;
}

#page-content .gallery,
.page-content .gallery {
  display: none;
  font-size: 0;
  text-align: left;
  padding: 0;
  column-count: 3;
  margin: -5px;
  clear: both;
}

#page-content .gallery p,
.page-content .gallery p {
  display: inline-block;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

#page-content .gallery a,
.page-content .gallery a {
  border: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: calc(100% - 10px);
  display: inline-block;
  margin: 5px;
}

#page-content .gallery a:hover,
.page-content .gallery a:hover {
  border-color: #e2007a;
}

#page-content .gallery a img,
.page-content .gallery a img {
  width: 100%;
}

#page-content .video,
.page-content .video {
  position: relative;
  padding-bottom: 393.5px; /* 16:9 */
  padding-top: 25px;
  width: 700px;
  height: 0;
  margin: 0 auto;
  clear: both;
}
#page-content .video iframe,
.page-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93%;
}

@media only screen and (min-width: 701px) {
  .page-content .custom-anchor {
    height: 13.5rem;
    line-height: 26px;
  }

  .page-content .custom-anchor:hover {
    background-color: #fff6f8 !important;
    text-decoration: none;
    --borderWidth: 1px;
    background: #1d1f20;
    position: relative;
    border-radius: var(--borderWidth);
  }
}

#page-content > table,
.page-content > table {
  width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#page-content table tbody tr {
  border-top: 1px solid #f0f0f0;
}

#page-content table td,
.page-content table td,
#page-content table th,
.page-content table th {
  padding: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 700px) {
  #page-content .video,
  .page-content .video {
    width: auto;
    padding-bottom: 56.25%; /* 16:9 */
  }

  #page-content table,
  .page-content table {
    width: 100%;
  }
}
/*
#page-content .btn,
.page-content .btn {
	background-color: #eee;
	border: 0;
	border-radius: 50px;
	color: #444;
	font-family: Lato;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
	margin: 5px;
}

#page-content .btn:hover,
.page-content .btn:hover,
.btn:hover {
	text-decoration: underline;
	background-color: #ddd;
}

#page-content .btn.btn-primary,
.page-content .btn.btn-primary,
.btn.btn-primary {
	background-color: #e2007a;
	color: #fff;
}

#page-content .btn.btn-primary:hover,
.page-content .btn.btn-primary:hover,
.btn.btn-primary:hover {
	background-color: #ad005d;
}

#page-content .btn.btn-large,
.page-content .btn.btn-large,
.btn.btn-large {
	padding: 15px 30px;
	font-size: 17px;
}
*/
#page-content #show-pdf,
.page-content #show-pdf {
  display: inline-block;
}

#page-content #show-pdf-mobile,
.page-content #show-pdf-mobile {
  display: none;
}

@media only screen and (max-width: 530px) {
  #page-content .gallery,
  .page-content .gallery {
    column-count: 2;
  }

  .colonnes ul {
    column-count: 2;
  }

  .page-content .mag-actu {
    display: none;
  }

  #background-img {
    height: 33vh;
  }
}

@media only screen and (max-width: 470px) {
  #page-content > img,
  #page-content > img.fr,
  #page-content > img.fl,
  .page-content > img,
  .page-content > img.fr,
  .page-content > img.fl,
  img.img-left,
  img.img-right,
  img.img-left-40,
  img.img-right-40 {
    float: none;
    display: block;
    margin: 10px auto;
  }

  img.img-left-40,
  img.img-right-40 {
    width: auto;
  }

  a.btn.pagination .div-pagination-next-img,
  a.btn.pagination .div-pagination-prev-img {
    max-height: 250px;
  }

  #page-content h1,
  .page-content h1,
  .form-type h1 {
    font-size: 25px;
  }

  img.img-left,
  img.img-right {
    width: auto;
    max-height: 40vh;
  }

  .colonnes ul {
    column-count: 1;
  }

  #page-content .btn,
  .page-content .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  a.btn.pagination {
    max-width: unset;
  }

  #page-content #show-pdf,
  .page-content #show-pdf {
    display: none;
  }

  #page-content #show-pdf-mobile,
  .page-content #show-pdf-mobile {
    display: inline-block;
  }
}

/* Fil d'ariane */
#fil-ariane {
  list-style: none;
  padding: 0 calc(50vw - 560px);
  margin: 0;
  font-size: 0;
  background: linear-gradient(
    to right,
    #f8f8f8 calc(50vw - 500px),
    #fff calc(50vw - 500px)
  );
  overflow-x: auto;
  white-space: nowrap;
  max-height: 40px;
  overflow-y: hidden;
}

#fil-ariane > li {
  display: inline-block;
  padding: 10px 25px 10px 40px;
  background-color: #f8f8f8;
  font-size: 13px;
  position: relative;
  line-height: 20px;
  color: #888;
}

#fil-ariane > li:last-child {
  background-color: #fff;
  font-weight: 700;
}

#fil-ariane > li:not(:last-child):after {
  content: "";
  display: block;
  background-color: inherit;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 6px;
  right: -15px;
  z-index: 3;
  transform: rotate(45deg);
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
}

#fil-ariane a {
  color: #999;
}

#fil-ariane a:hover {
  color: #555;
}

#go-top {
  transition: all 0.3s;
  position: fixed;
  bottom: 180px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  line-height: 30px;
  padding: 10px 0;
  display: none;
}

#go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 0 13px;
}

#go-top:active {
  background-color: #e2007a;
}

.two-columns {
  font-size: 0;
  max-width: 700px;
  margin: 20px auto;
}

.two-columns:after {
  content: "";
  display: block;
  clear: both;
}

.two-columns > :first-child {
  float: right;
  width: 50%;
}

.two-columns > :last-child {
  float: left;
  width: 50%;
  position: relative;
}

.two-columns > p:first-child {
  padding: 10px;
}

@media only screen and (max-width: 700px) {
  .two-columns > :first-child,
  .two-columns > :last-child {
    float: none;
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  .two-columns iframe {
    width: 100%;
  }
}

/* FANCYBOX */

.fancybox-content {
  padding: 24px !important;
}

.fancybox-content ul{
	line-height:26px;
}
.fancybox-content h1,
.fancybox-content h2,
.fancybox-content h3 {
  clear: both;
}

.fancybox-thumbs > ul > li {
  border: 2px solid transparent;
}

.fancybox-thumbs > ul > li:hover {
  border: 2px solid #e2007a !important;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid rgba(226, 0, 122, 0.5) !important;
}

.fancybox-caption-wrap {
  padding: 0 !important;
  background: linear-gradient(
    305deg,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 80%
  ) !important;
  min-height: 120px;
}

.fancybox-caption {
	opacity: 1 !important;
	border: 0 !important;
	padding: 10px !important;
	text-align: left;
	min-height:105px!important;
	background:rgba(0,0,0,0.5)!important;
}

.fancybox-caption .btn.reportage {
  color: #555 !important;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 700px;
}

.fancybox-slide--iframe {
  padding: 44px 0 0 0 !important;
  overflow-x: hidden !important;
}

@keyframes p-apparition {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fancybox-caption p {
  animation: p-apparition 1.5s;
  font-family: Lato !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 29px;
  margin: auto;
  max-width: calc(100vw - 250px);
}

.fancybox-caption__body .addthis_inline_share_toolbox {
  animation: p-apparition 2s;
  position: absolute;
  bottom: 5px;
}

.fancybox-caption__body .price_button,.fancybox-caption__body .epingler_button {
	animation: p-apparition 2s;
	position: absolute;
	bottom: 5px;
	right:10px;
	/*float: right;*/
	background-color: #e2007a;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
	line-height: 20px;
	padding: 5px 25px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.fancybox-caption__body .epingler_button{
	max-width: 60%;
}

.fancybox-caption__body .price_button:hover, .fancybox-caption__body .epingler_button:hover{
	transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .fancybox-inner .fancybox-caption{
    min-height: 130px !important;
  }

  .fancybox-caption p {
    top: 0;
    left: 0;
    position: absolute;
    line-height: 23px;
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .fancybox-caption__body .epingler_button{
    max-width: 50%;
  }

  .caption span{
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
  }
}

/* FORMULAIRES */
#the-formulaire {
  max-width: 720px;
  min-width: 400px;
  width: 100%;
}

#the-formulaire #contact-form .consulted:invalid {
  border: 2px solid #e2007a;
}

.form-hide p {
  background: #fbfbfb;
  padding: 10px;
  margin: 0;
}

.form-type {
  background-color: #fbfbfb;
  font-size: 0;
}
.form-type form {
  font-family: Lato;
}

.form-type form p {
  display: inline-block;
  width: 50%;
  padding: 10px;
  margin: 0;
}

.demande-rappel form p{
  display: block;
  width: 100%;
}

.form-type form p label:not(.no-uc) {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #444;
  font-family: Questrial;
  line-height: 15px;
}

.form-type form input[type="text"]::placeholder,
.form-type form textarea::placeholder {
  font-weight: 400;
  font-size: 17px;
  color: #888;
  font-family: Questrial;
}

.form-type form input[type="text"],
.form-type form select,
.form-type form textarea {
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 12px 15px;
  color: #000;
  width: 100%;
  font-family: Lato;
  font-size: 15px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.02);
}

.form-type form .complete {
  position: absolute;
  top: 35px;
  left: 10px;
  border: 1px solid transparent;
  cursor: text;
  font-size: 15px;
  padding: 12px 15px;
  width: calc(100% - 20px);
  color: rgba(0, 0, 0, 0.5);
  line-height: normal;
}

.form-type form input[type="text"]:focus,
.form-type form select:focus,
.form-type form textarea:focus {
  border: 2px solid #e2007a;
  background-color: #fff;
  color: #444;
  padding: 11px 14px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.form-type form .form-group {
  position: relative;
  padding-top: 20px;
}

.form-type form div.form-group {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-top: 0;
}

.form-type form .form-group:focus-within label {
  color: #e2007a;
}

.form-type form .suggestion-bar {
  position: absolute;
  top: 65px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  margin: 10px;
  width: calc(100% - 20px);
  z-index: 99;
  list-style: none;
  padding: 2px 0;
  border-top: 2px solid #e2007a;
  max-height: 295px;
  overflow-y: scroll;
}

.form-type form .suggestion-bar::-webkit-scrollbar {
  width: 9px;
  height: 0;
}

.form-type form .suggestion-bar::-webkit-scrollbar-track {
  background-color: #888;
  border: 4px solid #444;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.form-type form .suggestion-bar::-webkit-scrollbar-thumb {
  background-color: #e2007a;
  border-radius: 0;
  outline: 0;
  border: 2px solid #444;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.form-type form .suggestion-bar::-webkit-scrollbar-thumb:active {
  background-color: #ad005d;
  border: 0;
}

.form-type form .suggestion-bar li {
  padding: 5px;
  cursor: pointer;
}

.form-type form .suggestion-bar li.active,
.form-type form #suggestions-pays li:hover {
  background-color: #e2007a;
}

.form-type form #liste-avantages {
  font-size: 15px;
  list-style: none;
  padding: 10px;
}

.form-type form #liste-avantages li {
  padding: 5px;
}

/* on cache la case à cocher */
.form-type form [type="checkbox"]:not(:checked),
.form-type form [type="checkbox"]:checked,
.form-type form [type="radio"]:not(:checked),
.form-type form [type="radio"]:checked {
  position: absolute;
  z-index: -9999;
}

/* on prépare le label */
.form-type form [type="checkbox"]:not(:checked) + label,
.form-type form [type="checkbox"]:checked + label,
.form-type form [type="radio"]:not(:checked) + label,
.form-type form [type="radio"]:checked + label {
  position: relative;
  padding: 3px 0 3px 28px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
}

.form-type form .blocks [type="radio"] + label {
  margin-right: 15px;
}

/* aspect des checkboxes (avec le :before) */
.form-type form [type="checkbox"]:not(:checked) + label:before,
.form-type form [type="checkbox"]:checked + label:before,
.form-type form [type="radio"]:not(:checked) + label:before,
.form-type form [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.02);
}

.form-type form [type="radio"]:not(:checked) + label:before,
.form-type form [type="radio"]:checked + label:before {
  border-radius: 50%;
}

/* Checkbox générale */
.form-type form [type="checkbox"]:not(:checked) + label:after,
.form-type form [type="checkbox"]:checked + label:after,
.form-type form [type="radio"]:not(:checked) + label:after,
.form-type form [type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 0;
  width: 14px;
  height: 14px;
  background: url(../img/check-icon-alt.svg);
  transition: all 0.2s;
}
/* Checkbox si "pas cochée" */
.form-type form [type="checkbox"]:not(:checked) + label:after,
.form-type form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
/* Checkbox si "cochée" */
.form-type form [type="checkbox"]:checked + label:after,
.form-type form [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form-type form [type="checkbox"]:not([readonly]):checked + label:before,
.form-type form [type="radio"]:not([readonly]):checked + label:before {
  border: 2px solid #e2007a;
  width: 18px;
  height: 18px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.05);
}

#mon-conseiller {
  background-color: #eee;
  padding: 15px;
}

.form-type #mon-conseiller,.demande-rappel #mon-conseiller{
  background-color: transparent;
  padding: 15px;
}

.form-type #mon-conseiller > img,
#mon-conseiller > img {
  float: left;
  height: 100px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
}

.form-type #mon-conseiller > h3,
#mon-conseiller > h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: Lato;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin: 0 0 5px 10px;
  clear: none;
}

.form-type #mon-conseiller > p,
#mon-conseiller > p {
  margin: 0;
  display: block;
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .form-type form p,
  .form-type form div.form-group {
    display: block;
    width: 100%;
  }

  #contact-form {
    padding: 0;
  }
  /*Tweak mobile pour type rdv*/
  #details-rdv #type_rdv {
    width: 100% !important;
  }
  #details-rdv #planning-rdv {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 660px) {
  .fancybox-inner .fancybox-caption{
    min-height: 150px !important;
  }
}

@media only screen and (max-width: 500px) {
  .form-type #mon-conseiller,
  #mon-conseiller {
    background-color: #eee;
    padding: 5px;
  }

  .form-type #mon-conseiller > img,
  #mon-conseiller > img {
    height: 65px;
    margin-bottom: 10px;
  }

  header #menu .menu-vignette #mon-conseiller > p{
    font-size: 13px;
  }

  .form-type #mon-conseiller > p,
  #mon-conseiller > p {
    font-size: 14px;
  }

  .fancybox-caption__body .epingler_button
  {
    font-size: 15px;
    padding: 3px 20px;
  }
}

.form-type #planning-rdv {
  width: calc(100% - 20px);
  margin: 10px 10px 0;
}

.form-type #planning-rdv tr {
  height: 40px;
  border-bottom: 1px solid #ddd;
}

.form-type #planning-rdv tbody tr:first-child th:first-child {
  color: #e2007a;
}

.form-type #planning-rdv tbody tr:last-child {
  border: 0;
}

.form-type #planning-rdv tr th,
#planning-rdv tr td {
  border-right: 1px solid #ddd;
}

.form-type #planning-rdv td {
  padding: 5px;
  cursor: pointer;
}

.form-type #planning-rdv td.active {
  color: #e2007a;
  background: rgba(226, 0, 122, 0.03);
}

.form-type #planning-rdv td:hover {
  background: rgba(226, 0, 122, 0.1);
}

.form-type #planning-rdv td.indispo,
#planning-rdv td.indispo:hover {
  background: repeating-linear-gradient(
    -45deg,
    #eee 0,
    #eee 3px,
    #f8f8f8 3px,
    #f8f8f8 6px
  );
  cursor: default;
}

.form-type #planning-rdv th:first-child {
  min-width: 100px;
}

.form-type #planning-rdv th:not(:first-child),
#planning-rdv td:not(:first-child) {
  min-width: 30px;
  text-align: center;
}

.form-type form .opened {
  background-color: #fff;
  padding-bottom: 10px;
  outline: 1px solid #ddd;
  padding: 5px;
}

.form-type form #details-rdv > div {
  margin: 10px auto 0;
}

.form-type #details-rdv #rdvblock {
  padding: 0 0px 0 30px;
  width: 100%;
  color: #adadad;
}

.form-type #takerdv {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 15px;
}

.form-type form #takerdv label {
  width: 100%;
}

/* Radios cliquable par étiquettes label */
input[type="radio"].choice {
  display: none;
}
input[type="radio"].choice + label {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  float: left;
  color: black;
  background: #f7f7f7;
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
input[type="radio"].choice:checked + label {
  border: 1px solid #e2007a;
  background-color: #e2007a;
  color: #fff;
}
input[type="radio"].choice + label:last-child {
  margin-right: unset;
}
input[type="radio"].choice:not(:checked) + label:hover {
  background: #f1f0f0;
}

.form-slider {
  background: #fbfbfb;
}

/* Popup Tarifs */

#tarifPopup {
  border: 3px solid #4dd0e1;
  max-width: 650px;
  background: #333;
  color: white;
  font-family: Questrial;
}
#tarifPopup .tittle {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
#tarifPopup .content {
  margin: 20px 0 20px 0;
}
#tarifPopup a {
  float: right;
}

#cookie_box {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background: #353232;
  position: fixed;
  z-index: 1001;
  text-align: center;
  color: white;
}
#cookie_box a {
  margin-left: 15px;
  color: white;
  letter-spacing: 1px;
  font-weight: 900;
  font-family: Questrial;
  text-decoration: underline;
  transition: color 0.3s;
}
#cookie_box a:hover {
  color: #bbb;
}

.bulle {
  margin-bottom: 35px !important;
}
.bulle em {
  box-shadow: 2px 2px 4px #ccc;
  background: #f9f9f9;
  border-radius: 20px 20px 20px 10px;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.bulle em:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: #f9f9f9;
  bottom: -6px;
  left: 7px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px #ccc;
}
.bulle img {
  border-radius: 50%;
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.bulle.femme strong {
  color: #f135d1;
}
.bulle.homme strong {
  color: #3592f1;
}

/* Collaps */

.collapsed {
  display: none;
}
.collapsed.active {
  display: block;
}
.collapsible li > a:after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #d0d0d0;
}
.collapsible li > a.active:after {
  content: "▲";
}

ul.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.collapsible li > a {
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.collapsible li > div {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* tabs */

.tabs {
  padding: 0;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  height: 48px;
}
li.tab {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  text-transform: uppercase;
}
.tabs li.tab a {
  color: rgb(153, 153, 153);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs li.tab a.active {
  color: #e2007a;
  border-bottom: 2px solid #e2007a;
  background: #80808012;
}

/* Auto size textarea */
.autosize {
  resize: none;
  overflow: hidden;
  min-height: 46px;
}

.flex-hbetween-vcenter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.flex-haround-vcenter {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}

/* Selection de langue */
.choisir-langue {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -40px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 940px) {
  .choisir-langue {
    /*margin-bottom: 55px;
    padding: 20px;*/
    margin-top: -100px;
    z-index: 2;
  }
}
.drapeau {
  width: 33px;
  height: 25px;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  margin-right: 7px;
  border: 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 75%);
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 75%);
}
.drapeau.small {
  width: 23px;
  height: 17px;
}
.drapeau-lien {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================== */
/* APPELS AU CLIC FLOTTANTS */
/* ================== */

a#blue-btn {
  background: #1192de !important;
}
a#blue-btn:hover {
  background: #0f89d1 !important;
}
a#dark-blue-btn {
  background: #0d7fc3 !important;
}
a#dark-blue-btn:hover {
  background: #0675b7 !important;
}
a#light-blue-btn {
  background: #33a2e5 !important;
}
a#light-blue-btn:hover {
  background: #2a9be0 !important;
}

#action-bar-new {
  z-index: 98;
  position: fixed;
  bottom: 0;
  right: 0;
}

#action-bar-new #pastille {
  display: inline-block;
  padding: 6px;
  border-radius: 20px;
  background-color: tomato;
  position: absolute;
  margin-left: 3px;
  box-shadow: 1px 1px 2px #0000009e;
}

#action-bar-new a {
  background: #e2007a;
  padding: 9px 16px;
  color: #fff;
  text-decoration: none;
  width: 200px;
  display: block;
  text-align: center;
}

#action-bar-new a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#action-bar-new .lnr {
  font-size: 20px;
  display: block;
}
#action-bar-new svg {
  height: 20px;
  fill: #fff;
  display: block;
  margin: 0 auto 2px;
}
#action-bar-new span {
  vertical-align: middle;
  font-size: 12px;
}

/*CHATBOT*/
#chatbase-bubble-button{
  left: 30px !important;
}

#chatbase-message-bubbles{
  left: 30px !important;
  right: unset !important;
}

#chatbase-bubble-window{
	left: 30px !important;
}

@media (max-width: 640px) {
  #chatbase-bubble-window{
    left: auto !important;
  }
}

@media (max-width: 940px) {
  #go-top {
    bottom: 100px;
  }

  #chatbase-bubble-button{
    bottom: 70px !important;
  }

  #chatbase-bubble-window{
    bottom: 120px !important;
  }

  #chatbase-message-bubbles{
    bottom: 120px !important;
  }

  #action-bar-new .lnr {
    display: inline;
  }

  #the-formulaire .the-formulaire-header h5 {
    font-size: 25px;
    margin: 0;
  }

  #the-formulaire .formulaire-desc-catalogue,
  #the-formulaire .formulaire-desc-partenaire,
  .desc-img-partenaire {
    flex-direction: column;
  }

  .desc-img-partenaire .img-partenaire {
    text-align: center;
  }

  .desc-img-partenaire .desc-partenaire {
    margin-left: 0;
  }

  #the-formulaire .formulaire-desc-catalogue img,
  #the-formulaire .formulaire-desc-partenaire img,
  .desc-img-partenaire .img-partenaire img {
    max-width: 400px;
    margin: 0 auto;
  }

  #action-bar-new a {
    /*width: 180px;*/
    width: 100%;
    padding: 12px 6px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #action-bar-new a:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #action-bar-new {
    left: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    clear: both;
    background-color: #002e5b;
    align-items: stretch;
    justify-content: space-around;
    top: unset;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
  }
}

@media (max-width: 720px) {
  .video-banniere{
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  #the-formulaire .the-formulaire-header h5 {
    font-size: 20px;
  }

  #the-formulaire{
    min-width: 100%;
  }

  #the-formulaire .the-formulaire-header img {
    width: 55px;
  }
  #the-formulaire .formulaire-desc-catalogue img,
  #the-formulaire .formulaire-desc-partenaire img,
  .desc-img-partenaire .img-partenaire img {
    max-width: 100%;
    margin: 0 auto;
  }
  #action-bar-new a {
    /*width: 180px;*/
    width: 100%;
    padding: 12px 6px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #action-bar-new a:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #action-bar-new {
    left: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    clear: both;
    background-color: #002e5b;
    align-items: stretch;
    justify-content: space-around;
    top: unset;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
  }
}

@media (max-width: 430px) {
  #the-formulaire .the-formulaire-header h5 {
    font-size: 20px;
  }

  #the-formulaire .the-formulaire-header img {
    width: 55px;
  }
}

/* ================== */
/* RUBRIQUE PAGINEE */
/* ================== */

.filter-categories span {
  text-decoration: underline;
  margin-right: 10px;
}

.filter-categories {
  margin: 25px 0;
}

.filter-categories a.badge.active {
  background: #666;
  color: white;
}

.filter-categories a.badge{
  color: #666;
}

.filter-categories a.badge:hover{
  color: #666;
  text-decoration: underline;
}

.filter-categories a.badge.active:hover {
  color: white !important;
}

.pas-de-resultat {
  display: block;
}

/* mobile first */
.article-pagine {
  margin-bottom: 75px;
}

.article-pagine a > h2 {
  text-decoration: none;
}
/* desktop */
@media only screen and (min-width: 530px) {
  .article-pagine {
    padding: 15px;
  }

  .article-pagine h2 {
    margin: 0;
  }

  .article-pagine .article-date {
    font-size: 0.8em;
  }

  .pagine-left {
    width: 48%;
    float: left;
  }
  .pagine-right {
    width: 50%;
    float: right;
  }
}

/* ================== */
/* CAROUSEL */
/* ================== */
.carousel {
  max-width: 700px;
  margin: auto;
}

.carousel p {
  margin: 0;
}

/* Landing pages */

  :root {
    --pink: #d4245c;
    --pink-dark: #b81f4f;
    --cream: #f5f3ef;
    --cream-dark: #ece9e3;
    --dark: #1a1a2e;
    --text: #2c2c2c;
    --text-light: #6b6b6b;
    --gold: #c9a84c;
    --white: #ffffff;
  }

  .hide-ariane #page-content{
	margin: 0;
	max-width: none;
	padding: 0;
  }

  /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    filter: brightness(0.65);
    transform: scale(1.03);
    animation: zoomOut 12s ease-out forwards;
  }

  @keyframes zoomOut {
    from { transform: scale(1.08); }
    to   { transform: scale(1.0); }
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(to right, rgba(10,10,20,0.55) 50%, transparent);*/
    background: linear-gradient(to right, rgba(10, 10, 20, 0.25) 50%, transparent);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
    max-width: 700px;
    animation: fadeUp 1s ease 0.3s both;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-tag {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.55);
    color: var(--white);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 7px 14px;
    margin-bottom: 28px;
  }

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 400;
    color: var(--white) !important;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .hero-title em {
    font-style: italic;
    font-weight: 300;
  }

  .hero-sub {
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 44px;
  }

  .hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hide-ariane .btn-primary {
    background: var(--pink);
    color: var(--white);
    border: none;
    padding: 16px 32px;
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, transform 0.2s;
  }

  .hide-ariane .btn-primary:hover { background: var(--pink-dark); transform: translateY(-1px); }

  .hide-ariane .btn-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.6);
    padding: 16px 32px;
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s, background 0.2s;
  }

  .hide-ariane .btn-outline:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.08);
  }

  /* ── FEATURES ── */
  .features {
    background: var(--cream);
    padding: 100px 60px;
    text-align: center;
  }

  .hide-ariane .section-tag {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--pink);
    margin-bottom: 18px;
    display: block;
  }

  .hide-ariane .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    color: var(--text);
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .hide-ariane .section-title em { font-style: italic; font-weight: 300; }

  .hide-ariane .section-sub {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 60px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .feature-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.07);
    padding: 36px 28px;
    text-align: left;
    transition: box-shadow 0.25s, transform 0.25s;
  }

  .feature-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    color: var(--pink);
  }

  .feature-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--text);
  }

  .feature-card p {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-light);
  }

  /* ── RÉALISATIONS ── */
  .hide-ariane .realisations {
    background: var(--cream-dark);
    padding: 100px 60px;
    text-align: center;
  }

  .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .project-card {
    background: var(--white);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.25s;
  }

  .project-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.12); }

  .project-card:hover .project-img {
    transform: scale(1.04);
  }

  .project-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
  }

  .project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .project-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--pink);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 5px 11px;
  }

  .project-info {
    padding: 22px 24px;
    text-align: left;
  }

  .project-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 6px;
  }

  .project-info p {
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--text-light);
  }

  /* ── TÉMOIGNAGES ── */
  .testimonials {
    background: var(--cream);
    padding: 100px 60px;
    text-align: center;
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .testimonial-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.07);
    padding: 36px 30px;
    text-align: left;
    transition: box-shadow 0.25s;
  }

  .testimonial-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); }

  .stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
  }

  .star {
    color: var(--gold);
    font-size: 1.1rem;
  }

  .testimonial-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 24px;
  }

  .testimonial-author strong {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 3px;
  }

  .testimonial-author span {
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--text-light);
  }

  /* ── FORMULAIRE ── */
  .hide-ariane .contact {
    background: var(--cream-dark);
    padding: 100px 60px;
    text-align: center;
  }

  .contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    max-width: 1100px;
    margin: 60px auto 0;
    text-align: left;
    align-items: start;
  }

  .hide-ariane .contact-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .hide-ariane #page-content h3{
	margin: 0;
  }

  .hide-ariane .contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .hide-ariane #page-content h2::after{
	margin: 10px auto;
  }

  .hide-ariane .contact-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--pink);
    margin-top: 2px;
  }

  .hide-ariane .contact-item p {
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.5;
  }

  .saviez-vous {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.08);
    padding: 24px 26px;
    margin-top: 8px;
  }

  .saviez-vous .sy-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .saviez-vous p {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--text-light);
  }

  .saviez-vous p small {
    display: block;
    margin-top: 8px;
    font-size: 0.72rem;
    color: #999;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero-content { padding: 0 28px; }
    .features,.hide-ariane .realisations, .testimonials,.hide-ariane .contact { padding: 70px 28px; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .projects-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  }

  @media (max-width: 600px) {
    .features-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; }
  }