@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
:root {
  scrollbar-width: 12px;
  scrollbar-color: #4C00FF #FFFEF1;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: static !important;
}
body *,
body *:before,
body *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::selection {
  color: #FFFEF1;
  background: #4C00FF;
}
body ::-moz-selection {
  color: #FFFEF1;
  background: #4C00FF;
}
body ::-webkit-input-placeholder {
  color: #000000;
}
body ::-moz-placeholder {
  color: #000000;
}
body ::-ms-input-placeholder {
  color: #000000;
}
body ::-moz-placeholder {
  color: #000000;
}
body::-webkit-scrollbar-track {
  background-color: #FFFEF1;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #FFFEF1;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #4C00FF;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1605px;
  }
}
.container,
.container-fluid,
.row {
  --bs-gutter-x: 1.5rem;
}
body:not(.wp-admin),
div.wp-block {
  overflow-x: hidden;
  font-family: 'N27', sans-serif;
  color: #4d4d4c;
  background-color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
body:not(.wp-admin) a,
div.wp-block a {
  color: #00F000;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body:not(.wp-admin) p,
div.wp-block p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin: 0 0 20px;
  font-weight: 500;
}
body:not(.wp-admin) p strong,
div.wp-block p strong {
  color: black;
}
body:not(.wp-admin) ul,
div.wp-block ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
body:not(.wp-admin) h1,
div.wp-block h1 {
  color: #00F000;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 7.6rem;
  line-height: 7.5rem;
  letter-spacing: 1px;
}
body:not(.wp-admin) h2,
body:not(.wp-admin) .h2like,
div.wp-block h2,
div.wp-block .h2like {
  color: #4C00FF;
  font-weight: 700;
  margin: 0 0 50px;
  text-transform: uppercase;
  text-align: left;
  font-size: 5.6rem;
  line-height: 5.5rem;
}
body:not(.wp-admin) h3,
body:not(.wp-admin) .h3like,
div.wp-block h3,
div.wp-block .h3like {
  color: #4C00FF;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: none;
  text-align: left;
}
body:not(.wp-admin) h4,
body:not(.wp-admin) .h4like,
div.wp-block h4,
div.wp-block .h4like {
  color: #4C00FF;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: none;
  text-align: left;
}
body:not(.wp-admin) header ul,
body:not(.wp-admin) footer ul,
div.wp-block header ul,
div.wp-block footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body:not(.wp-admin) .grecaptcha-badge,
div.wp-block .grecaptcha-badge {
  display: none;
}
body.fondviolet,
body.fondimage {
  background-color: #FFFEF1;
}
body.home {
  background-color: #FFFEF1;
}
@media (max-width: 1600px) {
  body:not(.wp-admin) h1,
  div.wp-block h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media (max-width: 991px) {
  body:not(.wp-admin) h1,
  div.wp-block h1 {
    font-size: 5.7rem;
    line-height: 6rem;
    margin: 0 0 30px;
  }
  body:not(.wp-admin) h2,
  body:not(.wp-admin) .h2like,
  div.wp-block h2,
  div.wp-block .h2like {
    font-size: 3rem;
    line-height: 3.2rem;
    margin: 0 0 30px;
  }
  body:not(.wp-admin) h3,
  body:not(.wp-admin) .h3like,
  div.wp-block h3,
  div.wp-block .h3like {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) h1,
  div.wp-block h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
  }
}
body.page-id-36933 h1 {
  font-size: 7.6rem;
  line-height: 7.5rem;
  letter-spacing: 1px;
}
body.page-id-36933 h2 {
  font-size: 5.6rem;
  line-height: 5.5rem;
}
body.page-id-36933 p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #4d4d4c;
  font-weight: 500;
}
body.page-id-36933 p strong {
  color: black;
}
body.page-id-36933 .section-entetepage.imagetitre .principal p {
  font-weight: 500;
  color: #4d4d4c;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
}
@keyframes headerAnimation {
  from {
    top: -70px;
  }
  to {
    top: 0;
  }
}
div.accesrapides {
  position: absolute;
  padding-left: calc((100vw - 1595px) / 2);
  top: 0;
  left: 0;
  line-height: 1;
}
div.accesrapides a {
  opacity: 0;
  color: #4C00FF;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}
div.accesrapides a:not(:last-child) {
  margin-right: 15px;
}
div.accesrapides a:focus {
  opacity: 1;
}
body.fondviolet header.hdr:not(.scrolling) div.accesrapides a {
  color: #FFFEF1;
}
header.hdr {
  position: absolute;
  height: 112px;
  width: 100%;
  top: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: 1001;
}
header.hdr.scrolling .inner {
  background-color: white;
  height: 70px;
  animation-name: headerAnimation;
  animation-duration: 300ms;
  position: fixed;
  box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > a {
  font-size: 1.8rem;
  padding: 23px 15px;
}
header.hdr.scrolling .inner nav.menuheader > div > ul > li > ul.sub-menu {
  top: 67px;
}
header.hdr .inner {
  padding: 0px 60px;
  padding-left: calc((100vw - 1595px)/2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
header.hdr .inner a.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 270px;
}
header.hdr .inner a.logo img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
header.hdr .inner nav.menuheader {
  height: 100%;
}
header.hdr .inner nav.menuheader > div {
  height: 100%;
}
header.hdr .inner nav.menuheader > div > ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header.hdr .inner nav.menuheader > div > ul > li {
  height: 100%;
  margin: 0 25px;
  position: relative;
  text-align: center;
}
header.hdr .inner nav.menuheader > div > ul > li > a {
  height: 100%;
  color: #4C00FF;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 40px 15px;
  display: inline-flex;
  align-items: center;
}
header.hdr .inner nav.menuheader > div > ul > li:hover > a,
header.hdr .inner nav.menuheader > div > ul > li:focus > a,
header.hdr .inner nav.menuheader > div > ul > li:focus-within > a {
  color: #00F000 !important;
  background-color: #4C00FF;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
  position: fixed;
  top: 110px;
  left: 0;
  background-color: #4C00FF;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 30px 20vw 0 30vw;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-box-shadow: 0px 360px 450px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 360px 450px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0px 360px 450px 0 rgba(0,0,0,0.3);
  box-shadow: 0px 360px 450px 0 rgba(0,0,0,0.3);
  background-image: url('/wp-content/themes/yatatheme/img/logo_menu.svg');
  background-position: 160px 40px;
  background-repeat: no-repeat;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 170px;
  background-image: url('/wp-content/themes/yatatheme/img/triangle_menu2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  height: 100vh;
  opacity: 0.63;
  z-index: -1;
  background-color: black;
  pointer-events: none;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li {
  width: 50%;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:last-child:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 260px;
  height: 420px;
  right: 0px;
  top: 0px;
  background-image: url('/wp-content/themes/yatatheme/img/triangle_cote.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #FFFEF1;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0px;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul {
  position: absolute;
  top: 30px;
  left: 55%;
  padding-left: 20px;
  border-left: 1px solid #FFFEF1;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  height: calc(100% - 60px);
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a {
  display: block;
  text-align: left;
  color: #FFFEF1;
  padding: 10px 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a:hover,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a:focus,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul > li > a:focus-within {
  color: #00F000;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul ul {
  display: none;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:hover > a,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:focus > a,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:focus-within > a {
  color: #00F000;
}
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:hover > ul,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:focus > ul,
header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:focus-within > ul {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  pointer-events: auto;
}
header.hdr .inner nav.menuheader > div > ul > li:hover > ul.sub-menu,
header.hdr .inner nav.menuheader > div > ul > li:focus > ul.sub-menu,
header.hdr .inner nav.menuheader > div > ul > li:focus-within > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
}
header.hdr .inner nav.menuheader > div > ul li.current-menu-item > a {
  color: #00F000 !important;
}
header.hdr .inner div.icones {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header.hdr .inner div.icones > span,
header.hdr .inner div.icones > a {
  cursor: pointer;
  user-select: none;
}
header.hdr .inner div.icones > span i,
header.hdr .inner div.icones > a i {
  color: #4C00FF;
  font-size: 2.7rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner div.icones > span:hover i,
header.hdr .inner div.icones > a:hover i {
  color: #00F000 !important;
}
header.hdr .inner div.icones > span,
header.hdr .inner div.icones > a,
header.hdr .inner div.icones > div {
  margin-right: 30px;
}
header.hdr .inner div.icones .map-link i {
  font-size: 3rem;
}
header.hdr .inner div.icones #accessibilite {
  margin: 0 !important;
}
header.hdr .inner div.icones span.burger {
  display: none;
}
header.hdr .inner div.icones span.burger i {
  font-size: 3rem;
  margin-left: 10px;
}
header.hdr .inner div.icones span.burger i#closeicone {
  display: none;
}
header.hdr .inner a.boutique {
  color: #4C00FF;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 700;
  padding: 6px 20px;
  border: 1px solid #4C00FF;
  max-width: 120px;
  text-align: center;
  margin-left: 20px;
}
header.hdr .inner a.boutique:hover {
  color: #00F000 !important;
  border-color: #00F000 !important;
}
header.hdr .inner .hautdroite {
  display: flex;
  justify-content: space-between;
}
header.hdr .inner nav.menupleinepage {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 100%);
  top: 100vh;
  left: 0;
  z-index: -1;
  background-color: #FFFEF1;
  user-select: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  overflow-x: hidden;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner {
  height: 100%;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFEF1;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li {
  width: 100%;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >a,
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >span {
  border-bottom: 1px solid #E6E5E5;
  padding: 15px 40px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  cursor: pointer;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >a i,
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >span i {
  transform: rotate(270deg);
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >a:hover,
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li >span:hover {
  color: #FFFEF1;
  background-color: #4C00FF;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li:last-child >a,
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul li:last-child >span {
  border-bottom: 0px solid #000;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.menu-principal {
  padding: 0;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.menu-principal li >a,
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.menu-principal li >span {
  text-transform: uppercase;
  font-weight: bold;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu {
  top: 0;
  position: absolute;
  left: 100vw;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 40px;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.submenu-titre {
  font-size: 2rem;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.closeMenu {
  cursor: pointer;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.closeMenu i {
  transform: rotate(90deg);
  display: inline-block;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .submenu-titlectn span.closeMenu:hover i {
  color: #4C00FF;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu .submenu-top .linktoparent {
  color: #4C00FF;
  opacity: 0.85;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
}
header.hdr .inner nav.menupleinepage .mobilemenu-inner ul.sub-menu.menuopened {
  left: 0;
}
header.hdr.menuopened .inner .menupleinepage {
  top: 100%;
  display: block;
}
header.hdr.menuopened .inner div.icones span.burger i#closeicone {
  display: block;
}
header.hdr.menuopened .inner div.icones span.burger i#burgericone {
  display: none;
}
body.fondviolet header.hdr:not(.scrolling) .inner nav.menuheader > div > ul > li > a {
  color: #FFFEF1;
}
body.fondviolet header.hdr:not(.scrolling) .inner div.icones > span i,
body.fondviolet header.hdr:not(.scrolling) .inner div.icones > a i {
  color: #FFFEF1;
}
body.fondviolet header.hdr:not(.scrolling) .inner a.boutique {
  color: #FFFEF1;
  border-color: #FFFEF1;
}
body.fondviolet header.hdr:not(.scrolling) .inner a.logo img {
  filter: saturate( 0 ) brightness(10);
}
footer.ftr {
  overflow: hidden;
  position: relative;
  margin-top: 150px;
}
footer.ftr .ligne1 {
  background-color: transparent;
  position: relative;
  z-index: 10;
  max-width: 1605px;
  margin: 0 auto 50px;
}
footer.ftr .ligne1 .logoadresse {
  display: flex;
}
footer.ftr .ligne1 .logoadresse a.logofooter {
  margin-right: 64px;
}
footer.ftr .ligne1 .logoadresse a.logofooter img {
  width: 232px;
}
footer.ftr .ligne1 .logoadresse div.office {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4C00FF;
}
footer.ftr .ligne1 a.guides {
  position: absolute;
  left: 49%;
  top: 0px;
  display: flex;
}
footer.ftr .ligne1 a.guides img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  max-width: 250px;
}
footer.ftr .ligne1 a.guides span {
  padding-top: 10px;
  max-width: 250px;
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #4C00FF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  transform: translateX(-110px);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
footer.ftr .ligne1 a.guides:hover img {
  transform: rotate3d(1,1,1,16deg);
}
footer.ftr .ligne1 a.guides:hover span {
  color: #00F000;
}
footer.ftr .fondvert {
  background-color: #00F000;
  -webkit-mask-image: url(/wp-content/themes/yatatheme/img/masqueligne1.svg);
  mask-image: url(/wp-content/themes/yatatheme/img/masqueligne1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-top: -170px;
}
footer.ftr .ligne2 {
  max-width: 1605px;
  margin: auto;
  align-items: flex-end;
}
footer.ftr .ligne2 .colvert {
  margin-bottom: 25px;
  width: 55%;
}
footer.ftr .ligne2 .colcarte {
  width: 45%;
}
footer.ftr .ligne2 .cartefooter {
  width: 45vw;
  height: 470px;
  -webkit-mask-image: url(/wp-content/themes/yatatheme/img/masquecarte.svg);
  mask-image: url(/wp-content/themes/yatatheme/img/masquecarte.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
footer.ftr .ligne2 .cartefooter .imgcrop {
  object-position: right top;
}
footer.ftr .ligne2 .contacts {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
footer.ftr .ligne2 .contacts .boutons {
  margin-right: 88px;
  display: flex;
  flex-direction: column;
}
footer.ftr .ligne2 .contacts .boutons a {
  position: relative;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #FFFEF1;
  text-transform: uppercase;
  padding: 12px 20px;
  background-color: transparent;
  margin-bottom: 14px;
  z-index: 2;
}
footer.ftr .ligne2 .contacts .boutons a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4C00FF;
  z-index: -1;
  transform: rotate(358deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
footer.ftr .ligne2 .contacts .boutons a:hover {
  color: #4C00FF;
}
footer.ftr .ligne2 .contacts .boutons a:hover:after {
  background-color: #FFFEF1;
}
footer.ftr .ligne2 .contacts .telaccueil span {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFEF1;
  display: block;
  margin-bottom: 10px;
}
footer.ftr .ligne2 .contacts .telaccueil a {
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFEF1;
}
footer.ftr .ligne2 .contacts .telaccueil a:hover {
  color: #4C00FF;
}
footer.ftr .ligne2 nav.menufooter {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00F000;
  margin-bottom: 50px;
}
footer.ftr .ligne2 nav.menufooter ul {
  display: inline-block;
}
footer.ftr .ligne2 nav.menufooter ul li {
  display: inline-block;
}
footer.ftr .ligne2 nav.menufooter ul li a {
  color: #4C00FF;
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer.ftr .ligne2 nav.menufooter ul li a:hover {
  color: #FFFEF1;
}
footer.ftr .ligne2 nav.menufooter ul li:after {
  content: "•";
  display: inline-block;
  margin: 0 6px 0 11px;
  color: #4C00FF;
}
footer.ftr .ligne2 nav.menufooter ul li:last-child:after {
  margin: 0;
  content: "";
}
footer.ftr .ligne2 .guidesmobile {
  display: none;
}
footer.ftr .ligne2 .copyright {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #4C00FF;
}
footer.ftr .ligne2 .copyright p {
  margin-bottom: 0;
}
footer.ftr .ligne2 .copyright a {
  color: #4C00FF;
}
footer.ftr .ligne2 .copyright a:hover {
  color: #FFFEF1;
}
footer.ftr .madebyYata {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background: #4C00FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px 10px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
footer.ftr .madebyYata span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
}
footer.ftr .madebyYata img {
  width: 50px;
}
footer.ftr .madebyYata:hover {
  background: #00F000;
}
#tarteaucitronIcon {
  z-index: 1000 !important;
  bottom: 20px;
  left: 20px;
}
#tarteaucitronIcon #tarteaucitronManager {
  background-color: #F6C227;
  background-image: url('/wp-content/themes/yatatheme/img/cookie.svg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 40px;
}
#tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
  left: 10px !important;
  bottom: 10px !important;
  max-width: 460px !important;
  width: calc(100% - 20px) !important;
  padding: 65px 0 0 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  border-radius: 8px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig::before {
  position: absolute;
  left: 60px;
  top: 20px;
  font-weight: bold;
  font-size: 21px;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #F6C227;
  background-image: url('/wp-content/themes/yatatheme/img/cookie.svg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 40px;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  margin: 0 0 20px !important;
  padding: 0 20px !important;
  text-align: left;
  width: 100%;
  order: 0;
  font-size: 14px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronDeny {
  position: absolute;
  top: 25px;
  right: 20px;
  background: none !important;
  margin: 0 !important;
  color: #6b6b6b !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronDeny:hover {
  color: #333 !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2,
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  margin: 0 !important;
  width: 50% !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
  order: 2;
  -webkit-border-bottom-right-radius: 8px !important;
  -moz-border-radius-bottomright: 8px !important;
  border-bottom-right-radius: 8px !important;
  float: right;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover {
  background-color: #4C00FF !important;
  color: #00F000 !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  order: 1;
  float: left;
  -webkit-border-bottom-left-radius: 8px !important;
  -moz-border-radius-bottomleft: 8px !important;
  border-bottom-left-radius: 8px !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover {
  background-color: #1e0066 !important;
}
.gtranslate-edit {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 10vw;
}
.gtranslate-edit a {
  padding: 10px;
  background: #1f2124;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.gtranslate-edit a img {
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
.gtranslate-edit a:hover {
  background: #ffae1f;
  color: #1f2124;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt190 {
  margin-top: 190px;
}
.mt200 {
  margin-top: 200px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 170px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb190 {
  margin-bottom: 190px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb210 {
  margin-bottom: 210px;
}
.mb220 {
  margin-bottom: 220px;
}
.mb230 {
  margin-bottom: 230px;
}
.mb240 {
  margin-bottom: 240px;
}
.mb250 {
  margin-bottom: 250px;
}
.mb260 {
  margin-bottom: 260px;
}
.mb270 {
  margin-bottom: 270px;
}
.mb280 {
  margin-bottom: 280px;
}
.mb290 {
  margin-bottom: 290px;
}
.mb300 {
  margin-bottom: 300px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.ml60 {
  margin-left: 60px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.ml140 {
  margin-left: 140px;
}
.ml160 {
  margin-left: 160px;
}
.ml180 {
  margin-left: 180px;
}
.ml200 {
  margin-left: 200px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr60 {
  margin-right: 60px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}
.mr120 {
  margin-right: 120px;
}
.mr140 {
  margin-right: 140px;
}
.mr160 {
  margin-right: 160px;
}
.mr180 {
  margin-right: 180px;
}
.mr200 {
  margin-right: 200px;
}
.container.w760 {
  max-width: 760px;
}
.container.w770 {
  max-width: 770px;
}
.container.w780 {
  max-width: 780px;
}
.container.w790 {
  max-width: 790px;
}
.container.w800 {
  max-width: 800px;
}
.container.w810 {
  max-width: 810px;
}
.container.w820 {
  max-width: 820px;
}
.container.w830 {
  max-width: 830px;
}
.container.w840 {
  max-width: 840px;
}
.container.w850 {
  max-width: 850px;
}
.container.w860 {
  max-width: 860px;
}
.container.w870 {
  max-width: 870px;
}
.container.w880 {
  max-width: 880px;
}
.container.w890 {
  max-width: 890px;
}
.container.w900 {
  max-width: 900px;
}
.container.w910 {
  max-width: 910px;
}
.container.w920 {
  max-width: 920px;
}
.container.w930 {
  max-width: 930px;
}
.container.w940 {
  max-width: 940px;
}
.container.w950 {
  max-width: 950px;
}
.container.w960 {
  max-width: 960px;
}
.container.w970 {
  max-width: 970px;
}
.container.w980 {
  max-width: 980px;
}
.container.w990 {
  max-width: 990px;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1010 {
  max-width: 1010px;
}
.container.w1020 {
  max-width: 1020px;
}
.container.w1030 {
  max-width: 1030px;
}
.container.w1040 {
  max-width: 1040px;
}
.container.w1050 {
  max-width: 1050px;
}
.container.w1060 {
  max-width: 1060px;
}
.container.w1070 {
  max-width: 1070px;
}
.container.w1080 {
  max-width: 1080px;
}
.container.w1090 {
  max-width: 1090px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1110 {
  max-width: 1110px;
}
.container.w1120 {
  max-width: 1120px;
}
.container.w1130 {
  max-width: 1130px;
}
.container.w1140 {
  max-width: 1140px;
}
.container.w1150 {
  max-width: 1150px;
}
.container.w1160 {
  max-width: 1160px;
}
.container.w1170 {
  max-width: 1170px;
}
.container.w1180 {
  max-width: 1180px;
}
.container.w1190 {
  max-width: 1190px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1210 {
  max-width: 1210px;
}
.container.w1220 {
  max-width: 1220px;
}
.container.w1230 {
  max-width: 1230px;
}
.container.w1240 {
  max-width: 1240px;
}
.container.w1250 {
  max-width: 1250px;
}
.container.w1260 {
  max-width: 1260px;
}
.container.w1270 {
  max-width: 1270px;
}
.container.w1280 {
  max-width: 1280px;
}
.container.w1290 {
  max-width: 1290px;
}
.container.w1300 {
  max-width: 1300px;
}
.container.w1310 {
  max-width: 1310px;
}
.container.w1320 {
  max-width: 1320px;
}
.container.w1330 {
  max-width: 1330px;
}
.container.w1340 {
  max-width: 1340px;
}
.container.w1350 {
  max-width: 1350px;
}
.container.w1360 {
  max-width: 1360px;
}
.container.w1370 {
  max-width: 1370px;
}
.container.w1380 {
  max-width: 1380px;
}
.container.w1390 {
  max-width: 1390px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1410 {
  max-width: 1410px;
}
.container.w1420 {
  max-width: 1420px;
}
.container.w1430 {
  max-width: 1430px;
}
.container.w1440 {
  max-width: 1440px;
}
.container.w1450 {
  max-width: 1450px;
}
.container.w1460 {
  max-width: 1460px;
}
.container.w1470 {
  max-width: 1470px;
}
.container.w1480 {
  max-width: 1480px;
}
.container.w1490 {
  max-width: 1490px;
}
.container.w1500 {
  max-width: 1500px;
}
.container.w1510 {
  max-width: 1510px;
}
.container.w1520 {
  max-width: 1520px;
}
.container.w1530 {
  max-width: 1530px;
}
.container.w1540 {
  max-width: 1540px;
}
.container.w1550 {
  max-width: 1550px;
}
.container.w1560 {
  max-width: 1560px;
}
.container.w1570 {
  max-width: 1570px;
}
.container.w1580 {
  max-width: 1580px;
}
.container.w1590 {
  max-width: 1590px;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1610 {
  max-width: 1610px;
}
.container.w1620 {
  max-width: 1620px;
}
.container.w1630 {
  max-width: 1630px;
}
.container.w1640 {
  max-width: 1640px;
}
.container.w1650 {
  max-width: 1650px;
}
.container.w1660 {
  max-width: 1660px;
}
.container.w1670 {
  max-width: 1670px;
}
.container.w1680 {
  max-width: 1680px;
}
.container.w1690 {
  max-width: 1690px;
}
.container.w1700 {
  max-width: 1700px;
}
.container.w1710 {
  max-width: 1710px;
}
.container.w1720 {
  max-width: 1720px;
}
.container.w1730 {
  max-width: 1730px;
}
.container.w1740 {
  max-width: 1740px;
}
.container.w1750 {
  max-width: 1750px;
}
.container.w1760 {
  max-width: 1760px;
}
.container.w1770 {
  max-width: 1770px;
}
.container.w1780 {
  max-width: 1780px;
}
.container.w1790 {
  max-width: 1790px;
}
.container.w1800 {
  max-width: 1800px;
}
.container.w1810 {
  max-width: 1810px;
}
.container.w1820 {
  max-width: 1820px;
}
.container.w1830 {
  max-width: 1830px;
}
.container.w1840 {
  max-width: 1840px;
}
.container.w1850 {
  max-width: 1850px;
}
.container.w1860 {
  max-width: 1860px;
}
.container.w1870 {
  max-width: 1870px;
}
.container.w1880 {
  max-width: 1880px;
}
.container.w1890 {
  max-width: 1890px;
}
.container.w1900 {
  max-width: 1900px;
}
.container.w1910 {
  max-width: 1910px;
}
.container.w1920 {
  max-width: 1920px;
}
.opacity0 {
  opacity: 0%;
}
.opacity5 {
  opacity: 5%;
}
.opacity10 {
  opacity: 10%;
}
.opacity15 {
  opacity: 15%;
}
.opacity20 {
  opacity: 20%;
}
.opacity25 {
  opacity: 25%;
}
.opacity30 {
  opacity: 30%;
}
.opacity35 {
  opacity: 35%;
}
.opacity40 {
  opacity: 40%;
}
.opacity45 {
  opacity: 45%;
}
.opacity50 {
  opacity: 50%;
}
.opacity55 {
  opacity: 55%;
}
.opacity60 {
  opacity: 60%;
}
.opacity65 {
  opacity: 65%;
}
.opacity70 {
  opacity: 70%;
}
.opacity75 {
  opacity: 75%;
}
.opacity80 {
  opacity: 80%;
}
.opacity85 {
  opacity: 85%;
}
.opacity90 {
  opacity: 90%;
}
.opacity95 {
  opacity: 95%;
}
.opacity100 {
  opacity: 100%;
}
.h400 {
  height: 400px !important;
}
.h410 {
  height: 410px !important;
}
.h420 {
  height: 420px !important;
}
.h430 {
  height: 430px !important;
}
.h440 {
  height: 440px !important;
}
.h450 {
  height: 450px !important;
}
.h460 {
  height: 460px !important;
}
.h470 {
  height: 470px !important;
}
.h480 {
  height: 480px !important;
}
.h490 {
  height: 490px !important;
}
.h500 {
  height: 500px !important;
}
.h510 {
  height: 510px !important;
}
.h520 {
  height: 520px !important;
}
.h530 {
  height: 530px !important;
}
.h540 {
  height: 540px !important;
}
.h550 {
  height: 550px !important;
}
.h560 {
  height: 560px !important;
}
.h570 {
  height: 570px !important;
}
.h580 {
  height: 580px !important;
}
.h590 {
  height: 590px !important;
}
.h600 {
  height: 600px !important;
}
.h610 {
  height: 610px !important;
}
.h620 {
  height: 620px !important;
}
.h630 {
  height: 630px !important;
}
.h640 {
  height: 640px !important;
}
.h650 {
  height: 650px !important;
}
.h660 {
  height: 660px !important;
}
.h670 {
  height: 670px !important;
}
.h680 {
  height: 680px !important;
}
.h690 {
  height: 690px !important;
}
.h700 {
  height: 700px !important;
}
.h710 {
  height: 710px !important;
}
.h720 {
  height: 720px !important;
}
.h730 {
  height: 730px !important;
}
.h740 {
  height: 740px !important;
}
.h750 {
  height: 750px !important;
}
.h760 {
  height: 760px !important;
}
.h770 {
  height: 770px !important;
}
.h780 {
  height: 780px !important;
}
.h790 {
  height: 790px !important;
}
.h800 {
  height: 800px !important;
}
.h810 {
  height: 810px !important;
}
.h820 {
  height: 820px !important;
}
.h830 {
  height: 830px !important;
}
.h840 {
  height: 840px !important;
}
.h850 {
  height: 850px !important;
}
.h860 {
  height: 860px !important;
}
.h870 {
  height: 870px !important;
}
.h880 {
  height: 880px !important;
}
.h890 {
  height: 890px !important;
}
.h900 {
  height: 900px !important;
}
.h910 {
  height: 910px !important;
}
.h920 {
  height: 920px !important;
}
.h930 {
  height: 930px !important;
}
.h940 {
  height: 940px !important;
}
.h950 {
  height: 950px !important;
}
.h960 {
  height: 960px !important;
}
.h970 {
  height: 970px !important;
}
.h980 {
  height: 980px !important;
}
.h990 {
  height: 990px !important;
}
.h1000 {
  height: 1000px !important;
}
.cls-1 {
  fill: #43e62d;
}
.cls-1,
.cls-2 {
  stroke-width: 0px;
}
.cls-2 {
  fill: #4600f0;
}
.cls-3 {
  fill: #43e62d;
}
.cls-3,
.cls-4 {
  stroke-width: 0px;
}
.cls-4 {
  fill: #4600f0;
}
div.bloc-yatamap {
  position: relative;
  z-index: 0;
  margin: 112px 0 0;
}
div.bloc-yatamap .categories {
  position: absolute;
  top: 10px;
  left: 60px;
  border-radius: 22px;
  background-color: #fff;
  padding: 30px 50px 40px;
  z-index: 520;
}
div.bloc-yatamap .categories .checkbox-categ label {
  color: #4d4d4c;
  font-weight: 700;
}
div.bloc-yatamap .yatamap__container {
  height: 100vh;
}
div.bloc-yatamap .yatamap-popup__container {
  padding: 0;
  min-width: auto;
}
div.bloc-yatamap .yatamap-popup__container .popupItem__img.imgcropCtn {
  height: 120px;
  margin-bottom: 10px;
}
div.bloc-yatamap .popupItem__titre {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #4C00FF;
}
div.bloc-yatamap .yatamap-popup__container .bouton1 {
  font-family: 'N27', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1399px) {
  div.bloc-yatamap .categories {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  div.bloc-yatamap .categories {
    position: relative;
    padding: 0 20px 20px;
    top: 0;
    left: 0;
  }
  div.bloc-yatamap form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  div.bloc-yatamap form .checkbox-categ {
    margin: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  div.bloc-yatamap {
    margin: 90px 0 0;
  }
}
span.resetFilters {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
span.resetFilters i {
  background-color: #000000;
  border-radius: 10px;
  font-size: 1.1rem;
  text-decoration: none;
  padding: 5px;
  color: #FFFEF1;
  margin-right: 5px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
span.resetFilters:hover,
span.resetFilters:focus {
  color: #00F000;
}
span.resetFilters:hover i,
span.resetFilters:focus i {
  background-color: #00F000;
}
.leaflet-control-container .leaflet-bar a {
  color: #000;
}
.leaflet-container .leaflet-control-attribution a {
  color: #4C00FF;
}
div.leaflet-popup {
  color: #FFFEF1 !important;
}
div.leaflet-popup-content-wrapper,
div.leaflet-popup-tip {
  background-color: #4C00FF;
}
div.leaflet-popup-content {
  margin: 7px;
}
div.leaflet-popup-content .leafletPopupContent,
div.leaflet-popup-content .yatamap-popup__container {
  width: 200px;
  min-width: auto;
  padding: 0;
}
div.leaflet-popup-content .leafletPopupContent .popupItem__img,
div.leaflet-popup-content .yatamap-popup__container .popupItem__img {
  height: 120px;
  border-radius: 8px 8px 0 0;
}
div.leaflet-popup-content .leafletPopupContent .popupItem__infos,
div.leaflet-popup-content .yatamap-popup__container .popupItem__infos {
  border-radius: 0 0 8px 8px;
  background-color: #4C00FF;
  padding: 10px 15px;
}
div.leaflet-popup-content .leafletPopupContent .popupItem__infos .popupItem__titre,
div.leaflet-popup-content .yatamap-popup__container .popupItem__infos .popupItem__titre {
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #FFFEF1;
  font-weight: 700;
}
div.leaflet-popup-content a.popupItem:hover .popupItem__infos .popupItem__titre {
  color: #00F000;
}
.catViewItem {
  border-radius: 16px;
}
.catViewItem a {
  border-radius: 16px;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.catViewItem a .catViewItem__img {
  width: 100%;
  height: 164px;
  border-radius: 16px 16px 0 0;
}
.catViewItem a .catViewItem__img img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.catViewItem a .catViewItem__img span.etiquette {
  position: absolute;
  top: 10px;
  right: 7px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #4C00FF;
  padding: 5px 11px 6px;
  background-color: #FFFEF1;
  border-radius: 6px;
}
.catViewItem a .catViewItem__img span.etiquette i {
  font-size: 1.5rem;
  margin-right: 9px;
}
.catViewItem a .catViewItem__infos {
  width: 100%;
  position: relative;
  background-color: #4C00FF;
  border-radius: 0 0 16px 16px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.catViewItem a .catViewItem__infos .inner {
  position: relative;
  z-index: 10;
  min-height: 200px;
  padding: 11px 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catViewItem a .catViewItem__infos span.beforetitle {
  display: flex;
  align-items: center;
}
.catViewItem a .catViewItem__infos span.beforetitle span.type {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #4C00FF;
  padding: 2px 10px;
  background-color: #FFFEF1;
  border-radius: 20px;
  margin-right: 7px;
}
.catViewItem a .catViewItem__infos span.beforetitle span.classement {
  display: flex;
  align-items: center;
}
.catViewItem a .catViewItem__infos span.beforetitle span.classement img {
  height: 10px;
  margin-right: 1.5px;
}
.catViewItem a .catViewItem__infos .catViewItem__titre {
  margin: 16px 0;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFEF1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  word-break: break-word;
}
.catViewItem a .catViewItem__infos p.description {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFEF1;
}
.catViewItem a .catViewItem__infos span.savoir {
  color: #FFFEF1;
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.catViewItem a .catViewItem__infos span.savoir:after {
  content: " >";
}
.catViewItem a:hover .catViewItem__img img {
  transform: scale(1.1);
}
.catViewItem a:hover .catViewItem__infos .catViewItem__titre {
  color: #00F000;
}
.catViewItem a:hover span.savoir {
  text-decoration: none;
  color: #00F000;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos {
  background-color: rgba(0,0,0,0.03);
  border-radius: 16px 16px 16px 16px;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos .inner {
  padding: 14px 30px 17px;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos span.beforetitle span.type {
  background-color: #4C00FF;
  color: #FFFEF1;
  padding: 8px 20px;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos .catViewItem__titre {
  color: #000000;
  margin: 10px 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos span.savoir {
  color: #000000;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos .infos_agenda {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #000000;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.yatadata-block.agenda .catViewItem a .catViewItem__infos .infos_agenda span.commune {
  display: block;
}
.yatadata-block.agenda .catViewItem a:hover .catViewItem__infos {
  background-color: #00F000;
}
.yatadata-block.agenda .catViewItem a:hover .catViewItem__infos .catViewItem__titre {
  color: white;
}
.yatadata-block.agenda .catViewItem a:hover .catViewItem__infos .infos_agenda {
  color: white;
}
.yatadata-block.agenda .catViewItem a:hover .catViewItem__infos span.savoir {
  color: white;
}
.yatadata-block.itineraire .catViewItem a .catViewItem__img,
.objet.sit-randonnees .catViewItem a .catViewItem__img {
  height: 244px;
}
.yatadata-block.itineraire .catViewItem a .catViewItem__infos .catViewItem__titre,
.objet.sit-randonnees .catViewItem a .catViewItem__infos .catViewItem__titre {
  margin-bottom: 8px;
}
.yatadata-block.itineraire .catViewItem a span.communesrando,
.objet.sit-randonnees .catViewItem a span.communesrando {
  color: #FFFEF1;
  font-size: 1.4rem;
}
.yatadata-block.itineraire .catViewItem a .distanceduree >span,
.objet.sit-randonnees .catViewItem a .distanceduree >span {
  color: #FFFEF1;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.yatadata-block.itineraire .catViewItem a .distanceduree >span i,
.objet.sit-randonnees .catViewItem a .distanceduree >span i {
  color: #FFFEF1;
  font-size: 1.7rem;
  width: 32px;
  margin-right: 12px;
  display: inline-block;
}
@media (max-width: 575px) {
  .catViewItem a .catViewItem__infos .inner {
    padding: 12px 10px 20px;
  }
  .catViewItem a .catViewItem__infos span.beforetitle span.type {
    font-size: 1.1rem;
  }
  .yatadata-block.itineraire .catViewItem a .catViewItem__img,
  .objet.sit-randonnees .catViewItem a .catViewItem__img {
    height: 194px;
  }
}
.swiper--ctn {
  position: relative;
}
.s-button-prev,
.s-button-next {
  width: 48px;
  height: 46px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 23px);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #FFFEF1;
}
.s-button-prev i,
.s-button-next i {
  font-size: 15px;
}
.s-button-prev i:before,
.s-button-next i:before {
  color: #FFFEF1;
}
.s-button-prev:hover,
.s-button-next:hover {
  background: #FFFEF1;
}
.s-button-prev:hover i:before,
.s-button-next:hover i:before {
  color: #000000;
}
.s-button-prev {
  left: 10px;
}
.s-button-prev i {
  transform: rotate(180deg);
}
.s-button-next {
  right: 10px;
}
.s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.s-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
}
.s-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4C00FF;
}
#langues:hover .langSwitcher .listlg,
#langues:focus .langSwitcher .listlg,
#langues:focus-within .langSwitcher .listlg {
  opacity: 1;
  pointer-events: auto;
}
.langSwitcher {
  display: block;
  position: relative;
  padding: 5px 0 10px;
}
.langSwitcher >span {
  display: flex;
  align-items: center;
  color: #4C00FF;
}
.langSwitcher >span i.icon-forward {
  transform: rotate(90deg);
  font-size: 1.35rem !important;
  margin-left: 5px;
}
.langSwitcher #afflg {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
}
.langSwitcher .listlg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.langSwitcher .listlg .gtranslate_wrapper {
  width: 100%;
}
.langSwitcher .listlg .gtranslate_wrapper a.nturl {
  display: block;
  padding: 5px 30px;
  color: #FFFEF1;
  background: #4C00FF;
  text-align: center;
}
.langSwitcher .listlg .gtranslate_wrapper a.glink.gt-current-lang {
  font-weight: 600;
  background: #00F000;
}
.langSwitcher .listlg .gtranslate_wrapper a:hover,
.langSwitcher .listlg .gtranslate_wrapper:focus,
.langSwitcher .listlg .gtranslate_wrapper:focus-within {
  background: #3903B5;
}
body.fondviolet header.hdr:not(.scrolling) .langSwitcher > span {
  color: #FFFEF1;
}
body .gtranslate-edit {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 10vw;
}
body .gtranslate-edit a {
  padding: 10px;
  background: #1f2124;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body .gtranslate-edit a img {
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
body .gtranslate-edit a:hover {
  background: #ffae1f;
  color: #1f2124;
}
.imgcropCtn {
  position: relative;
  overflow: hidden;
}
.imgcropCtn .imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.imgcropCtn .imgcropcontain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  object-position: center;
}
.imgcropCtn .objectpositiontop {
  object-position: top;
}
.imgcropCtn .objectpositionbottom {
  object-position: bottom;
}
.imgcropCtn .objectpositionleft {
  object-position: left;
}
.imgcropCtn .objectpositionright {
  object-position: right;
}
body.sizeplus .main p:not(.special1):not(.special2),
body.sizeplus .main .section-paragraphe ul,
body.sizeplus .main .contenuYatadata ul {
  font-size: 1.9rem !important;
}
body.lineplus .main p:not(.special1):not(.special2),
body.lineplus .main .section-paragraphe ul,
body.lineplus .main .contenuYatadata ul {
  line-height: 4rem !important;
}
body.lineplus .main p.description,
body.lineplus .main p.yatamap-popup__desc {
  line-height: 2.6rem !important;
}
body.typeplus .main p:not(.special1):not(.special2),
body.typeplus .main .section-paragraphe ul,
body.typeplus .main .contenuYatadata ul {
  font-family: Courier, serif;
}
.triangle {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 1px;
  transform: rotate(180deg);
  transform-origin: top;
}
.triangle svg {
  position: relative;
  display: block;
  width: 101%;
  height: 110px;
}
.triangle svg path {
  fill: white;
}
.section-entetepage {
  position: relative;
  margin-bottom: 50px;
}
.section-entetepage .container-fluid {
  max-width: 1605px;
  padding: 0px;
}
.section-entetepage.fondviolet {
  background-color: #4C00FF;
}
.section-entetepage.fondviolet h1 {
  font-size: 10rem;
  margin-bottom: 20px;
}
.section-entetepage.fondimage h1 {
  font-size: 10rem;
  margin-bottom: 20px;
}
.section-entetepage.fondimage .row,
.section-entetepage.fondviolet .row {
  min-height: 664px;
  align-items: center;
  padding: 110px 120px 80px;
}
.section-entetepage.fondviolet.macaron .row {
  padding: 110px 290px 80px;
}
.section-entetepage.imagetitre .row {
  padding: 20px 120px 0;
  width: 100%;
}
.section-entetepage .principal {
  position: relative;
}
.section-entetepage .imgcropCtn {
  height: 550px;
  margin-top: 110px;
  border-radius: 16px;
}
.section-entetepage .imgcropCtn span.overlay {
  position: absolute;
  width: 105%;
  height: 70%;
  left: 0;
  top: -1px;
  background: linear-gradient(0deg,rgba(255,254,241,0) 0%,rgba(255,254,241,0.6) 40%,#fffef1 100%);
}
.section-entetepage.fondimage .imgcropCtn {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: calc(100% - 110px);
}
.section-entetepage.fondimage small.copyimg {
  bottom: 6.2rem;
}
.section-entetepage.fondimage .filariane .triangle {
  z-index: -1;
}
.section-entetepage span.surtitre {
  display: block;
  text-align: center;
  font-size: 5.8rem;
  line-height: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4C00FF;
}
.section-entetepage.fondviolet span.surtitre {
  color: #FFFEF1;
}
.section-entetepage .principal p {
  color: #FFFEF1;
  text-transform: uppercase;
  text-align: center;
  max-width: 700px;
  margin: auto;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.section-entetepage .principal p strong {
  color: #FFFEF1;
}
.section-entetepage .principal p:last-child {
  margin-bottom: 25px;
}
.section-entetepage.imagetitre .principal p {
  color: #4d4d4c;
  max-width: 800px;
}
.section-entetepage.fondimage .principal p {
  color: #4C00FF;
}
.section-entetepage .imgcropCtn.macaron {
  position: absolute;
  width: 290px;
  height: 231px;
  margin-top: 0px;
  border-radius: 0px;
}
.section-entetepage .imgcropCtn.macaron.left {
  left: 5px;
  bottom: 140px;
}
.section-entetepage .imgcropCtn.macaron.right {
  right: 5px;
  top: 130px;
}
.section-entetepage.imagetitre .imgcropCtn {
  margin-top: 160px;
}
.section-entetepage .filariane {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.section-entetepage .filariane .ariane {
  background-color: #F2F1E2;
  padding: 0px 15px 25px;
}
.section-entetepage .filariane .ariane .contenuariane {
  color: #4C00FF;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
.section-entetepage .filariane .ariane .contenuariane a {
  color: #4C00FF;
  font-weight: 400;
}
.section-entetepage .filariane .ariane .contenuariane a:hover {
  color: #00F000;
}
.section-entetepage .filariane .triangle svg {
  height: 56px;
}
.section-entetepage .filariane .triangle svg path {
  fill: #F2F1E2;
}
.section-entetepage.imagetitre .filariane {
  bottom: auto;
  top: -14px;
}
.single-inspirations .section-entetepage .principal p strong {
  color: black;
}
@media (max-width: 1599px) {
  section.section-entetepage .principal h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
  .section-entetepage span.surtitre {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}
@media (max-width: 1399px) {
  .section-entetepage .imgcropCtn.macaron {
    width: 220px;
    height: 175px;
  }
  .section-entetepage.fondviolet.macaron .row {
    padding: 110px 230px 80px;
  }
}
@media (max-width: 1199px) {
  section.section-entetepage .principal h1 {
    font-size: 6.7rem;
    line-height: 7rem;
  }
}
@media (max-width: 991px) {
  section.section-entetepage .principal h1 {
    font-size: 5.7rem;
    line-height: 6rem;
  }
  .section-entetepage span.surtitre {
    font-size: 3.4rem;
    line-height: 4rem;
  }
  .section-entetepage.fondimage .row,
  .section-entetepage.fondviolet .row {
    padding: 110px 20px 80px;
    min-height: 464px;
  }
  .section-entetepage .principal p {
    max-width: none;
  }
  .section-entetepage .principal p {
    line-height: 3rem;
  }
  .section-entetepage .imgcropCtn.macaron {
    width: 140px;
    height: 111px;
  }
  .section-entetepage.fondviolet.macaron .row {
    padding: 110px 150px 80px;
  }
}
@media (max-width: 767px) {
  section.section-entetepage .principal h1 {
    font-size: 3.7rem;
    line-height: 4.1rem;
    word-break: break-word;
  }
  .section-entetepage span.surtitre {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .section-entetepage.fondimage .row,
  .section-entetepage.fondviolet .row {
    padding: 90px 20px 100px !important;
  }
  .section-entetepage.imagetitre .row {
    padding: 20px 7.5px 0;
    margin: 0;
  }
  .section-entetepage.fondimage small.copyimg {
    bottom: 8.2rem;
  }
  .section-entetepage.imagetitre small.copyimg {
    bottom: 5rem;
  }
  .section-entetepage figcaption {
    margin-right: 12px;
  }
  .section-entetepage .imgcropCtn {
    height: calc(60vw + 100px);
    margin-top: 90px;
  }
  .section-entetepage.imagetitre .imgcropCtn {
    margin-top: 140px;
  }
  .section-entetepage .imgcropCtn.macaron {
    display: none;
  }
  .section-entetepage.fondviolet span.surtitre {
    margin-top: 30px;
  }
  .section-entetepage.fondviolet .principal h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .section-entetepage.fondimage .row,
  .section-entetepage.fondviolet .row {
    padding: 90px 20px 80px !important;
    width: 100%;
  }
  .section-entetepage .principal p:last-child {
    margin-bottom: 15px;
  }
  .section-entetepage .filariane .triangle svg {
    height: 23px;
  }
  .section-entetepage .filariane .ariane {
    padding: 4px 10px 10px;
  }
  .section-entetepage.imagetitre .imgcropCtn {
    margin-top: 130px;
  }
  .section-entetepage .principal p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
body:not(.wp-admin) .bouton1,
div.wp-block .bouton1 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 30px;
  font-weight: 700;
  line-height: 1.8rem;
  color: #4C00FF;
  z-index: 2;
  margin-bottom: 8px;
}
body:not(.wp-admin) .bouton1:after,
div.wp-block .bouton1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00F000;
  z-index: -1;
  transform: rotate(3deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body:not(.wp-admin) .bouton1:hover,
div.wp-block .bouton1:hover {
  color: #00F000;
}
body:not(.wp-admin) .bouton1:hover:after,
div.wp-block .bouton1:hover:after {
  background-color: #4C00FF;
}
body:not(.wp-admin) .bouton2,
div.wp-block .bouton2 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 30px;
  font-weight: 700;
  line-height: 1.8rem;
  color: #00F000;
  z-index: 2;
  margin-bottom: 8px;
}
body:not(.wp-admin) .bouton2:after,
div.wp-block .bouton2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4C00FF;
  z-index: -1;
  transform: rotate(3deg);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body:not(.wp-admin) .bouton2:hover,
div.wp-block .bouton2:hover {
  color: #FFFEF1;
}
small.copyimg {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  color: #FFFEF1;
  font-size: 1.5rem;
  line-height: 1.5rem;
  background-color: rgba(0,0,0,0.3);
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
  user-select: none;
}
small.copyimg .copysymb {
  padding: 5px 0;
  font-size: 1.7rem;
}
small.copyimg .copycont {
  padding-left: 5px;
  display: none;
}
small.copyimg:hover .copycont,
small.copyimg:focus .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
figcaption {
  position: absolute;
  left: 12px;
  margin-right: 12px;
  bottom: 11px;
  background-color: #FFFEF1;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-style: italic;
  color: rgba(0,0,0,0.6);
  padding: 5px 10px;
}
a.bloglistitem {
  display: inline-flex;
  width: 50%;
  align-items: center;
  margin-bottom: 20px;
}
a.bloglistitem .imgcropCtn {
  height: 85px;
  min-width: 85px;
  margin-right: 20px;
}
a.bloglistitem .categcont {
  line-height: 2.4rem;
}
a.bloglistitem .categcont span.titre {
  font-family: 'N27', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #3903B5;
  margin-bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a.bloglistitem:hover .categcont span.titre {
  color: #00F000;
}
.blogsidebar {
  padding: 26px 24px;
  background-color: #FFFEF1;
  margin-top: 30px;
}
.blogsidebar span.titrerubrique {
  display: block;
  font-family: 'N27', sans-serif;
  font-size: 2.3rem;
  line-height: 3rem;
  color: #00F000;
  margin-bottom: 20px;
}
.blogsidebar a.bloglistitem {
  width: 100%;
}
.blogsidebar div.derniersarticles {
  margin-bottom: 40px;
}
.blogsidebar div.categories {
  margin-bottom: 40px;
  padding-left: 17px;
}
.blogsidebar div.categories a {
  font-weight: 300;
  line-height: 3.5rem;
  color: #00F000;
  display: block;
}
.blogsidebar div.categories a:before {
  position: absolute;
  content: "\2022";
  color: #3903B5;
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: -17px;
  margin-top: 0px;
}
.blogsidebar div.categories a:hover {
  color: #3903B5;
}
.blogsidebar div.auteurs a.bloglistitem .imgcropCtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.single-post .infosarticle {
  display: flex;
  padding: 25px 40px;
  background-color: #F5F5F7;
  max-width: 660px;
  width: 100%;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.single-post .infosarticle span {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  display: flex;
}
body.single-post .infosarticle span i {
  font-size: 2.2rem;
  color: #00F000;
  margin-right: 10px;
}
body.single-post .infosarticle span a {
  color: #3903B5;
  text-decoration: underline;
  margin-left: 5px;
}
body.single-post .imgmiseenavant {
  height: 450px;
  max-width: 660px;
  margin-bottom: 40px;
}
body.single-post .motscles {
  padding: 23px 38px;
  background-color: #F5F5F7;
  margin-bottom: 40px;
}
body.single-post .motscles .titrerubrique {
  display: block;
  font-family: 'N27', sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #00F000;
  margin-bottom: 20px;
}
body.single-post .motscles a.tags {
  line-height: 2.4rem;
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  margin-right: 20px;
}
body.single-post .motscles a.tags:last-child {
  margin-right: 0;
}
body.single-post .infosauteur {
  padding: 23px 38px;
  background-color: #F5F5F7;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-post .infosauteur .imgcropCtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 40px;
}
body.single-post .infosauteur .txtauteur {
  width: calc(100% - 200px);
}
body.single-post .infosauteur .txtauteur a {
  color: #00F000;
  font-family: 'N27', sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 20px;
  display: block;
}
.favoris.fav-added i {
  animation: 0.4s heartpulse 0s 2, 1s heartcolor 0s 1;
}
.ajouterCarnet.new-fav {
  animation: 0.3s heartpulse 0s;
}
.ajouterCarnet.added i {
  color: #fc5d40 !important;
}
@keyframes heartpulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heartcolor {
  0% {
    color: #FFFEF1;
  }
  25% {
    color: #fc5d40;
  }
  75% {
    color: #fc5d40;
  }
  100% {
    color: #FFFEF1;
  }
}
.carnetvoyage {
  margin-bottom: 70px;
}
.carnetvoyage .carnetvide {
  font-size: 2rem;
  font-weight: 400;
}
.carnetvoyage .boutons {
  display: flex;
  max-width: 900px;
  margin: 0 auto 70px;
  justify-content: space-between;
}
.carnetvoyage .boutons >a,
.carnetvoyage .boutons span {
  cursor: pointer;
}
.carnetvoyage .listecarnet {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 16px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.carnetvoyage .listecarnet .itemCarnet {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.carnetvoyage .listecarnet .itemCarnet .imgcropCtn {
  height: 200px;
  margin-bottom: 20px;
}
.carnetvoyage .listecarnet .itemCarnet h2 {
  font-family: 'Josefin Sans';
  font-size: 2rem;
  line-height: 2.2rem;
  color: #00F000;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.carnetvoyage .listecarnet .itemCarnet .commune {
  display: block;
  opacity: 0.5;
  color: #00F000;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.carnetvoyage .listecarnet .itemCarnet .commune i {
  font-size: 1rem;
  margin-right: 5px;
  color: #00F000;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.carnetvoyage .listecarnet .itemCarnet p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #4C00FF;
  margin-bottom: 0;
}
.carnetvoyage .listecarnet .itemCarnet a:hover h2,
.carnetvoyage .listecarnet .itemCarnet a:hover .commune,
.carnetvoyage .listecarnet .itemCarnet a:hover .commune i {
  color: #035C03;
  opacity: 1;
}
.carnetvoyage .listecarnet .itemCarnet span.supprFromCarnet {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.carnetvoyage .listecarnet .itemCarnet span.supprFromCarnet i {
  font-size: 2rem;
  color: #fc5d40;
}
.div404 {
  text-align: center;
  height: auto;
  margin-top: 130px;
  min-height: 50vh;
}
.div404 svg {
  width: 200px;
}
.div404 img {
  display: block;
  margin: auto;
  max-height: 220px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fondModal {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.9);
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
.fondModal .modalclosebackground {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fondModal span.icon-close {
  position: absolute;
  top: 55px;
  right: 55px;
  font-size: 40px;
  color: #FFFEF1;
  cursor: pointer;
}
.fondModal span.icon-close:hover {
  color: #00F000;
}
.fondModal .modalinner {
  max-width: 317px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  animation-name: animmodal;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.fondModal .modalinner .modalContent {
  border-radius: 10px;
  background-color: #4C00FF;
  color: #FFFEF1;
  margin: 0px;
  padding: 15px;
}
.fondModal .modalinner .modalContent .modalClose {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #FFFEF1;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.fondModal .modalinner .modalContent .modalClose:hover {
  color: #00F000;
}
.fondModal .modalinner .modalContent .titremodal {
  margin: 5px 0px 15px 0px;
  color: #FFFEF1;
  font-size: 2.2rem;
  font-weight: 500;
}
.fondModal .modalinner .modalContent .accessoption {
  padding: 5px 10px;
  background-color: #FFFEF1;
  border-radius: 10px;
  margin-top: 8px;
}
.fondModal .modalinner .modalContent .accessoption p.formtexte {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4C00FF;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle {
  margin-left: 0px;
  margin-top: -10px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #4C00FF;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus {
  outline: none;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus .toggle input+label::before,
.fondModal .modalinner .modalContent .accessoption p.formtoggle:focus .toggle input+span::before {
  outline: 2px solid #00F000;
  outline-offset: 2px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle {
  margin: 5px 0 5px 15px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle input + label {
  margin-left: 53px;
  color: #4C00FF;
}
.fondModal .modalinner .modalContent form.modalrech ::placeholder {
  color: #969696;
}
.fondModal .modalinner .modalContent form.modalrech input[type="text"] {
  border: 0px #FFFEF1 solid;
  background-color: #FFFEF1;
  color: #4C00FF;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  width: 100%;
  padding: 8px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
.fondModal .modalinner .modalContent form.modalrech input[type="submit"] {
  display: block;
  margin: auto;
}
.fondModal .modalinner .modalContent #inputcarnetpartage input {
  padding: 10px 20px 7px;
  margin-bottom: 20px;
}
.fondModal .modalinner .modalContent button.bout1 {
  border-color: #FFFEF1;
}
.fondModal .modalinner .modalContent button.bout1:hover {
  color: #3903B5;
  border-color: #3903B5;
}
.fondModal#modalcarnet .modalinner {
  max-width: 800px;
  text-align: center;
}
.searchCtn {
  display: none;
}
.search__input {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
.searchCtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.searchCtn .overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.btn--search-close {
  font-size: 2em;
  position: absolute;
  z-index: 5;
  top: 50px;
  right: 50px;
  display: none;
  outline: none;
}
.btn--search-close span {
  display: block;
  color: #FFFEF1;
  font-size: 40px;
}
.btn--search-close span:hover {
  color: #3903B5;
}
.btn--search-close {
  display: block;
}
.search__form {
  position: relative;
  width: 100%;
  max-width: 768px;
}
.search__form-inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.search__form-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3903B5;
}
.search__input {
  font-family: inherit;
  font-size: 5rem;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 20px;
  text-align: center;
  color: #4C00FF;
  border: none;
  background: #FFFEF1;
  outline: 0;
}
.search__input::-webkit-input-placeholder {
  color: #4C00FF;
}
.search__input::-moz-placeholder {
  opacity: 1;
  color: #4C00FF;
}
.search__input:-ms-input-placeholder {
  color: #4C00FF;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info {
  font-size: 90%;
  font-weight: bold;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0.85em 0;
  color: #FFFEF1;
}
.search__related {
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 2;
  margin: 40px 0 0;
}
.search__suggestion .h3like {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'N27', sans-serif;
  color: #FFFEF1;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 20px;
}
.search__suggestion .h3like span {
  color: #FFFEF1;
}
.search__suggestion ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.search__suggestion ul li {
  color: #FFFEF1;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 5px 10px;
  font-weight: 500;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search__suggestion ul li .hash {
  color: #00F000;
}
.search__suggestion ul li:hover {
  color: #00F000;
}
.main-wrap {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.main-wrap--move {
  opacity: 0;
  transform: scale3d(0.9,0.9,1);
}
.main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0;
}
.searchCtn {
  pointer-events: none;
}
.search--open {
  pointer-events: auto;
}
.searchCtn .overlay {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .overlay {
  opacity: 1;
}
.btn--search-close {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .btn--search-close {
  opacity: 1;
}
.search__suggestion,
.search__info {
  opacity: 0;
  transform: translate3d(0,-50px,0);
  transition: opacity 0.4s, transform 0.4s;
}
.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition-delay: 0.4s;
  transition-timing-function: ease-out;
}
.search__form-inner::after {
  opacity: 0;
  transform-origin: 50% 0;
}
.search--open .search__form-inner::after {
  animation: scaleUpDown 0.8s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1,0,1);
  }
  50% {
    transform: scale3d(1,1,1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(1,0,1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
}
.search__form-inner {
  transform: translate3d(0,-50px,0);
  transition: transform 0.4s;
}
.search--open .search__form-inner {
  transform: translate3d(0,0,0);
  transition: none;
}
.search__input {
  opacity: 0;
  transition: opacity 0.4s;
}
.search--open .search__input {
  opacity: 1;
  transition: opacity 0s 0.4s;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e67800;
  font-size: 1.6rem;
  color: #FFFEF1;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #FFFEF1;
  font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e62300;
  font-size: 1.6rem;
  color: #FFFEF1;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.pagination__ctn nav {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.pagination__ctn nav > a,
.pagination__ctn nav > span {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 10px;
  color: #000000;
}
.pagination__ctn nav > span.current {
  color: #4C00FF;
}
.pagination__ctn nav a:hover {
  color: #4C00FF;
}
.section-enconstruction {
  height: 100vh;
  background: #00F000;
  color: #FFFEF1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-enconstruction h1 {
  margin: 0 0 10px;
}
.section-enconstruction h1 img {
  width: 220px;
  height: auto;
}
.section-enconstruction h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #4C00FF;
}
.wpml-ls {
  display: inline-block;
  width: 60px !important;
  float: right;
  margin: 8px 23px;
}
.wpml-ls-legacy-dropdown a {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background-color: #FFFEF1 !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
  color: #000000 !important;
  background-color: #FFFEF1 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 30px !important;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 2px !important;
}
h1.rechercher {
  margin-top: 30px !important;
  text-align: center;
}
.recherchertemplate {
  margin-top: 150px;
}
form.searchpageform {
  text-align: center;
}
form.searchpageform input[type="text"] {
  border: 1px #4C00FF solid;
  outline: 0;
  border-radius: 10px;
  background-image: none;
  transition: 400ms;
  padding: 12px 35px;
  margin: 10px 0px;
  line-height: 1;
}
form.searchpageform input[type="submit"] {
  outline: 0;
  border: 0;
  border-radius: 10px;
  background: #4C00FF;
  transition: 400ms;
  text-align: center;
  padding: 12px 35px;
  color: #FFFEF1;
  cursor: pointer;
}
form.searchpageform input[type="submit"]:hover {
  background: #00F000;
}
p.searchresults {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
a.bloclienrech {
  max-width: 900px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 10px;
}
a.bloclienrech div.imgcropCtn {
  margin-right: 5%;
  width: 20%;
  height: 120px;
}
a.bloclienrech div.imgcropCtn .imgcrop {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a.bloclienrech div.contenutxt {
  width: 75%;
}
a.bloclienrech div.contenutxt h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.9rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a.bloclienrech div.contenutxt p {
  margin-bottom: 0;
  color: #000000;
}
a.bloclienrech:hover {
  background-color: #00F000;
}
a.bloclienrech:hover div.contenutxt h2 {
  color: #3903B5;
}
a.bloclienrech:hover div.imgcropCtn .imgcrop {
  transform: scale(1.1);
}
#wpc-weather,
#wpc-weather.small .now .location_name {
  font-size: 24px !important;
}
#wpc-weather.small .now .time_symbol svg {
  width: 90px !important;
  height: 90px !important;
  margin-bottom: 20px !important;
}
#wpc-weather.small .now .time_temperature {
  font-size: 34px !important;
  font-weight: 700 !important;
}
#wpc-weather .short_condition {
  font-size: 20px !important;
  margin: 5px 0 !important;
  text-align: center !important;
}
.toggle {
  display: inline-block;
  position: relative;
  user-select: none;
  margin-top: 5px;
}
.toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.toggle input + label,
.toggle input + span {
  margin-left: 40px;
  cursor: pointer;
  color: grey;
  margin-top: 1px;
}
.toggle input:checked + label,
.toggle input:checked + span {
  color: #4C00FF;
}
.toggle input + label::before,
.toggle input + span::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
  background-color: #969696;
  display: inline-block;
  height: 18px;
  width: 34px;
  border-radius: 10px;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.toggle input:focus + label::before,
.toggle input:focus + span::before {
  border: 2px solid #00F000;
}
.toggle input + label::after,
.toggle input + span::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 2px;
  height: 14px;
  width: 14px;
  background-color: #FFFEF1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
}
.toggle input:checked + label::before,
.toggle input:checked + span::before {
  background-color: #4C00FF;
}
.toggle input:checked + label::after,
.toggle input:checked + span::after {
  -webkit-transform: translate(16px,0);
  -moz-transform: translate(16px,0);
  -ms-transform: translate(16px,0);
  -o-transform: translate(16px,0);
  transform: translate(16px,0);
}
.sidemenu {
  position: absolute;
  right: 30px;
  top: 270px;
  z-index: 60;
}
.sidemenu a {
  display: block;
  text-align: right;
  cursor: pointer;
}
.sidemenu a em {
  display: inline-block;
  padding: 15px;
  background-color: transparent;
  vertical-align: middle;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sidemenu a em img {
  width: 50px;
  height: 50px;
}
.sidemenu a span {
  display: none;
  background-color: #4C00FF;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  color: #FFFEF1;
  font-size: 0.8rem;
  text-transform: uppercase;
  animation-name: animtitreside;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
.sidemenu a:hover em {
  background-color: #4C00FF;
}
.sidemenu a:hover span {
  display: inline-block;
}
.sidemenu a:hover em img {
  filter: brightness(0.5) sepia(1) hue-rotate(370deg) #000000;
}
.backtotop {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 100px;
  right: 70px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.backtotop i {
  font-size: 40px;
  opacity: 0.5;
}
.backtotop:hover i {
  opacity: 1;
}
.gdpr-data-request-block {
  padding: 40px 20px;
  background: #f5f5f5;
}
.gdpr-data-request-block form {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
.gdpr-data-request-block form .gdrf-field-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-radio-label {
  margin-bottom: 30px;
  font-size: 2rem;
  width: 100%;
}
.gdpr-data-request-block form .gdrf-field-action .gdrf-data-type-label {
  margin: 0;
}
.gdpr-data-request-block form .gdrf-field-action input {
  margin-right: 10px;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-data-type-remove {
  margin-left: 20px;
}
.gdpr-data-request-block form .gdrf-field {
  margin-bottom: 20px;
}
.gdpr-data-request-block form .gdrf-field label {
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}
@media (min-width: 1921px) {
  footer.ftr .ligne2 .cartefooter {
    width: 46.2vw;
  }
}
@media (max-width: 1699px) {
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
    padding: 30px 20vw 0 20vw;
    background-position: 50px 40px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > ul {
    left: 50%;
  }
}
@media (max-width: 1630px) {
  header.hdr .inner {
    padding: 0 20px;
  }
  header.hdr .inner nav.menuheader > div > ul > li {
    margin: 0 20px;
  }
}
@media (max-width: 1599px) {
  footer.ftr .ligne1 .logoadresse {
    padding-left: 50px;
  }
  footer.ftr .ligne2 nav.menufooter {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 40px;
  }
  footer.ftr .ligne2 .colvert {
    padding-left: 70px;
  }
  footer.ftr .ligne2 .contacts .boutons {
    margin-right: 38px;
  }
  footer.ftr .ligne1 a.guides span {
    font-size: 2.2rem;
    max-width: 190px;
    transform: translateX(-80px);
    line-height: 2.9rem;
    padding-top: 0;
  }
  footer.ftr .ligne1 a.guides img {
    width: 210px;
  }
  footer.ftr .ligne1 a.guides {
    top: 50px;
  }
}
@media (max-width: 1499px) {
  header.hdr .inner div.icones > span,
  header.hdr .inner div.icones > a,
  header.hdr .inner div.icones > div {
    margin-right: 20px;
  }
  header.hdr .inner nav.menuheader > div > ul > li {
    margin: 0 12px;
  }
}
@media (max-width: 1399px) {
  header.hdr .inner nav.menuheader > div > ul > li {
    margin: 0 12px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  header.hdr .inner a.logo {
    width: 200px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li > a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  header.hdr .inner nav.menuheader > div > ul > li > a {
    padding: 42px 15px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:last-child:after {
    width: 160px;
    height: 260px;
  }
  footer.ftr .ligne2 .contacts .telaccueil span {
    font-size: 2rem;
    line-height: 2.1rem;
    margin-bottom: 0;
  }
  footer.ftr .ligne2 .contacts .telaccueil a {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  header.hdr .inner div.icones > span i {
    font-size: 2.4rem;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu {
    background-size: 110px;
  }
  header.hdr .inner nav.menuheader > div > ul > li > ul.sub-menu > li:last-child:after {
    display: none;
  }
  header.hdr .inner nav.menuheader > div > ul > li {
    margin: 0;
  }
  header.hdr .inner div.icones > span,
  header.hdr .inner div.icones > a,
  header.hdr .inner div.icones > div {
    margin-right: 10px;
  }
  footer.ftr .ligne2 .colvert {
    width: 45%;
    padding-left: 20px;
  }
  footer.ftr .ligne2 .colcarte {
    width: 55%;
  }
  footer.ftr .ligne2 .contacts .boutons {
    margin-right: 20px;
  }
  footer.ftr .ligne2 .contacts .boutons a {
    font-size: 1.7rem;
    padding: 12px 10px;
  }
  footer.ftr .ligne2 .contacts .telaccueil a {
    font-size: 2.8rem;
  }
  footer.ftr .ligne1 a.guides {
    left: 38vw;
    top: 110px;
  }
  footer.ftr .ligne2 .cartefooter {
    height: 490px;
    width: 55vw;
    margin-top: 80px;
  }
  footer.ftr .ligne1 .logoadresse {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  div.accesrapides {
    display: none;
  }
  header.hdr .inner div.icones > span,
  header.hdr .inner div.icones > a,
  header.hdr .inner div.icones > div {
    margin-right: 20px;
  }
  header.hdr .inner div.icones #accessibilite {
    margin-right: 20px !important;
  }
  footer.ftr .fondvert {
    -webkit-mask-image: url(/wp-content/themes/yatatheme/img/masquemobile.svg);
    mask-image: url(/wp-content/themes/yatatheme/img/masquemobile.svg);
    padding-top: 130px !important;
    margin-top: -120px;
  }
  footer.ftr .ligne2 .colvert {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 5px;
  }
  footer.ftr .ligne2 .colcarte {
    width: 100%;
    padding: 0;
  }
  footer.ftr .ligne1 a.guides {
    display: none;
  }
  footer.ftr .ligne2 .guidesmobile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  footer.ftr .ligne2 .guidesmobile img {
    width: 140px;
    margin-right: 15px;
    height: auto;
  }
  footer.ftr .ligne2 .guidesmobile span {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFEF1;
  }
  footer.ftr .ligne2 .cartefooter {
    width: 100%;
    margin-top: 0;
    -webkit-mask-image: url(/wp-content/themes/yatatheme/img/masquemobile.svg);
    mask-image: url(/wp-content/themes/yatatheme/img/masquemobile.svg);
  }
  footer.ftr .ligne2 nav.menufooter {
    font-size: 1.8rem;
  }
  footer.ftr .ligne2 nav.menufooter {
    margin-bottom: 30px;
  }
  header.hdr .inner {
    padding: 15px 20px;
  }
  header.hdr .inner a.logo {
    width: 200px;
  }
  header.hdr .inner nav.menuheader {
    display: none;
  }
  header.hdr .inner div.icones span.burger {
    display: flex;
    margin: 0;
  }
  header.hdr .inner a.boutique {
    order: -1;
    margin-right: 20px;
    margin-left: 0;
  }
  .section-paragraphe table {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  header.hdr {
    height: 90px;
  }
  header.hdr .inner a.boutique {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  header.hdr.scrolling .inner a.boutique {
    top: 10px;
  }
  header.hdr .inner div.icones {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #4C00FF;
    padding: 15px 30px;
  }
  header.hdr .inner div.icones > span i,
  header.hdr .inner div.icones > a i {
    color: #FFFEF1;
  }
  header.hdr .inner div.icones span.burger {
    order: -1;
  }
  header.hdr .inner .hautdroite {
    width: 160px;
  }
  .langSwitcher .listlg {
    top: auto;
    bottom: 35px;
  }
  .langSwitcher >span {
    color: #FFFEF1;
  }
  header.hdr .inner div.icones span.burger i {
    margin-left: 0;
  }
  footer.ftr {
    margin-top: 120px;
    margin-bottom: 71px;
  }
  footer.ftr .ligne2 .cartefooter {
    height: 500px;
  }
  footer.ftr .ligne1 .logoadresse {
    flex-direction: column;
    align-items: center;
  }
  footer.ftr .ligne1 .logoadresse a.logofooter {
    margin: 0 0 20px;
  }
  footer.ftr .ligne2 .contacts {
    flex-direction: column;
    margin-bottom: 20px;
  }
  footer.ftr .ligne2 .contacts .boutons {
    flex-direction: column;
    width: 100%;
    margin: 0 0 20px;
  }
  footer.ftr .ligne2 .contacts .boutons a {
    text-align: center;
  }
  footer.ftr .ligne2 nav.menufooter {
    margin-bottom: 20px;
  }
  footer.ftr .ligne1 .logoadresse a.logofooter img {
    width: 180px;
  }
  .fondModal span.icon-close {
    font-size: 30px;
    top: 25px;
    right: 25px;
  }
  .mb100 {
    margin-bottom: 70px;
  }
  .slick-slider button.slick-arrow {
    display: none !important;
  }
  .body-enconstruction .section-enconstruction .subtitle {
    font-size: 2.4rem !important;
  }
  .body-enconstruction .section-enconstruction .h2like {
    font-size: 3rem;
  }
  .btn--search-close {
    top: 20px;
    right: 20px;
  }
  .btn--search-close span {
    font-size: 30px;
  }
  .search__input {
    font-size: 2.5rem;
    height: 60px;
  }
  .search__suggestion .h3like {
    font-size: 2.5rem;
  }
  .search__related {
    margin: 30px 0 0;
  }
  .searchContainer form.searchpageform input[type="text"] {
    margin: 0 0 10px;
    width: 100%;
  }
  .searchContainer form.searchpageform input[type="submit"] {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer.ftr .fondvert {
    padding-top: 130px !important;
    margin-top: -130px;
  }
  footer.ftr .ligne2 .cartefooter {
    height: 87vw;
  }
  footer.ftr .madebyYata {
    left: -30px;
    bottom: -20px;
    right: auto;
    width: 130px;
    height: 130px;
    padding: 0 0 10px 10px;
  }
  .carnetvoyage .listecarnet {
    grid-template-columns: repeat(1,1fr);
  }
  a.bloclienrech div.imgcropCtn {
    display: none;
  }
  a.bloclienrech div.contenutxt {
    width: 100%;
  }
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
}
