:root {
  scrollbar-width: 12px;
  scrollbar-color: #2DA045 #0F302D;
  overflow-x: clip;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: 'Cera PRO', sans-serif;
  color: #1e1e1e;
  background-color: #ffffff;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: clip;
}
body .main {
  margin: 0px 80px 0px 360px;
}
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 a {
  color: #0F302D;
  text-decoration: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  font-family: 'Cera PRO', sans-serif;
  font-size: 1.8rem;
}
body a:hover {
  text-decoration: none;
}
body p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 20px;
}
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body h1 {
  font-family: 'Sud', sans-serif;
  color: #0F302D;
  font-size: 5.4rem;
  line-height: 1.2;
  margin: 20px 0 40px;
  font-weight: 500;
}
body h2,
body .h2like {
  font-family: 'Cera PRO', sans-serif;
  color: #0F302D;
  font-size: 5.4rem;
  line-height: 1.2;
  margin: 20px 0px;
  font-weight: 900;
}
body h2.chapeau {
  font-family: 'Cera PRO', sans-serif;
  font-size: 1.3em;
  color: #1e1e1e;
  line-height: 1.3em;
  text-transform: none;
  font-weight: 300;
}
body h3,
body .h3like {
  font-family: 'Cera PRO', sans-serif;
  color: #2DA045;
  font-size: 4rem;
  line-height: 1.1;
  margin: 10px 0px;
  font-weight: 900;
  text-transform: initial;
}
body h4,
body .h4like {
  font-family: 'Cera PRO', sans-serif;
  color: #0F302D;
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 10px 0px;
  font-weight: 900;
  text-transform: initial;
}
body h5,
body .h5like {
  font-family: 'Cera PRO', sans-serif;
  color: #0F302D;
  font-size: 2rem;
  line-height: 1.1;
  margin: 10px 0px;
  font-weight: 600;
}
body h6,
body .h6like {
  font-family: 'Cera PRO', sans-serif;
  color: #0F302D;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 10px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::-moz-selection {
  color: #ffffff;
  background: #0F302D;
}
body ::selection {
  color: #ffffff;
  background: #0F302D;
}
body ::-webkit-input-placeholder {
  color: #1e1e1e;
}
body ::-moz-placeholder {
  color: #1e1e1e;
}
body :-ms-input-placeholder {
  color: #1e1e1e;
}
body :-moz-placeholder {
  color: #1e1e1e;
}
body::-webkit-scrollbar-track {
  background-color: #0F302D;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #0F302D;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #2DA045;
}
body .imgcropCtn {
  position: relative;
  overflow: hidden;
}
body .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%;
}
.page-template-template-edito header.hdr,
.page-template-template-video header.hdr {
  width: 18%;
  max-width: 330px;
}
header.hdr {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #ffffff;
  width: 25%;
  min-width: 250px;
  max-width: 360px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner {
  display: flex;
  height: 100%;
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: auto;
  padding: 90px 0px 115px 0px;
}
header.hdr .inner a.logo {
  width: 200px;
}
header.hdr .inner a.logo img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
header.hdr .inner p {
  color: #0F302D;
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0px 0px 80px 0px;
}
header.hdr .inner nav.mainmenu > div > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
header.hdr .inner nav.mainmenu > div > ul > li {
  position: relative;
  padding: 0px 0px 25px 0px;
  margin: 0px 0px 25px 0px;
}
header.hdr .inner nav.mainmenu > div > ul > li::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0F302D;
  bottom: 0;
  left: 0;
}
header.hdr .inner nav.mainmenu > div > ul > li:last-child::after {
  height: 0;
}
header.hdr .inner nav.mainmenu > div > ul > li > a {
  position: relative;
  color: #1e1e1e;
  text-transform: initial;
}
header.hdr .inner nav.mainmenu > div > ul > li > a:hover {
  color: #0F302D;
  font-weight: 900;
}
header.hdr .inner nav.mainmenu > div > ul > li > a:hover::after {
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.hdr .inner nav.mainmenu > div > ul > li > a::after {
  content: '\e90f';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  font-size: 3rem;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  -webkit-transform: translate(-50%,20px);
  -moz-transform: translate(-50%,20px);
  -ms-transform: translate(-50%,20px);
  -o-transform: translate(-50%,20px);
  transform: translate(-50%,20px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li {
  position: relative;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #0F302D;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > a:hover {
  background: #0F302D;
  color: #ffffff;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  -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.mainmenu > div > ul > li > ul.sub-menu > li > ul > li > a {
  display: block;
  color: #0F302D;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul > li > a:hover {
  background: #0F302D;
  color: #ffffff;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul ul {
  display: none;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li:hover > 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.mainmenu > div > ul > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  pointer-events: auto;
}
header.hdr .inner .menu-rs {
  display: flex;
  min-width: 125px;
  align-items: center;
  justify-content: space-between;
}
.menu-mobile {
  display: none;
}
.mainmenu-mobile {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: -3000px;
  transition: 0.5s all ease-in-out;
}
header.sticked {
  position: absolute;
  top: auto;
  bottom: unset;
  left: 0;
  right: unset;
}
footer.ftr {
  color: #ffffff;
  position: relative;
  margin: 280px 0px 0px 0px;
}
footer.ftr::before {
  content: "";
  position: absolute;
  top: -269px;
  right: 50px;
  width: 257px;
  height: 269px;
  background-image: url('/wp-content/themes/yatatheme/img/png/femmecontente.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer.ftr .footer__container {
  position: relative;
  overflow: hidden;
}
footer.ftr .footer__container .inner {
  display: flex;
  background: #00462D;
  height: 405px;
}
footer.ftr .footer__container .inner .footer__logocomte {
  width: 25%;
  min-width: 250px;
  max-width: 360px;
  flex-grow: 1;
  flex-basis: 250px;
  background-color: #ffffff;
}
footer.ftr .footer__container .inner .footer__logocomte img {
  width: 100%;
  height: 100%;
}
footer.ftr .footer__container .inner .footer__content {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  column-gap: 16px;
  width: 75%;
  max-width: 1480px;
  flex-grow: 1;
  padding: 0px 0px 0px 16px;
  margin: 0px auto 0px 0px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner {
  display: grid;
  padding: 75px 0px 0px 0px;
  grid-column: 2 / 11;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__logoheader {
  grid-row: 1;
  grid-column: 1 / 3;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__logoheader img {
  filter: saturate(0) brightness(10);
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse {
  grid-row: 1;
  grid-column: 3 / 6;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse p {
  font-weight: 200;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse .adresse_pretitre {
  font-family: 'Sud', sans-serif;
  font-size: 2.8rem;
  text-transform: uppercase;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte {
  position: relative;
  grid-row: 1;
  grid-column: 6 / 10;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte img {
  display: block;
  margin: 0px 60px 0px auto;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte p {
  position: absolute;
  font-size: 3rem;
  font-family: 'Sud';
  width: 100px;
  height: 115px;
  bottom: -20px;
  right: 0;
  margin: 0;
  line-height: 38px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte .footer__carte-encadre {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 90px;
  background-color: #2DA045;
  padding: 15px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte .footer__carte-encadre p {
  position: initial;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-family: 'Cera PRO';
  font-weight: 900;
  line-height: 27px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu {
  grid-column: 1 / 9;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu div ul li {
  padding: 0px 4% 0px 0px;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu div ul li a {
  color: #ffffff;
  font-size: 1.5rem;
}
footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu div ul li .sub-menu {
  display: none;
}
footer.ftr .copyright {
  text-align: center;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.6rem;
  background: #091d1b;
}
footer.ftr .copyright p {
  margin: 0;
}
footer.ftr .copyright a {
  color: #ffffff;
}
footer.ftr .copyright a:hover {
  color: #2DA045;
}
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: #24263F;
  background: #ffffff;
  -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: #ffd926;
}
.btn__yt {
  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;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
}
.boutPlein {
  transition: all 0.3s ease;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 8px 10px;
  color: #0F302D;
  border-color: #0F302D;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.boutPlein:hover {
  color: #2DA045;
  background-color: transparent;
  border-color: #2DA045;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.boutVide {
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid;
  border-radius: 20px;
  padding: 8px 10px;
  background-color: transparent;
  color: #0F302D;
  border-color: #0F302D;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.boutVide:hover {
  color: #ffffff;
  background-color: #0F302D;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.boutPlein.coul2 {
  background-color: #2DA045;
  border-color: #2DA045;
}
.boutPlein.coul2:hover {
  color: #2DA045;
  background-color: transparent;
}
.boutVide.coul2 {
  color: #2DA045;
  border-color: #2DA045;
}
.boutVide.coul2:hover {
  color: #ffffff;
  background-color: #2DA045;
}
.boutPlein.noir {
  background-color: #222;
  border: 1px solid #222;
}
.boutPlein.noir:hover {
  color: #222;
  background-color: transparent;
}
.boutVide.noir {
  color: #222;
  border: 1px solid #222;
}
.boutVide.noir:hover {
  color: white;
  background-color: #222;
}
.boutPlein.blanc {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #222;
}
.boutPlein.blanc:hover {
  color: #fff;
  background-color: transparent;
}
.boutVide.blanc {
  color: #fff;
  border: 1px solid #fff;
}
.boutVide.blanc:hover {
  color: #222;
  background-color: #fff;
}
.boutVide.withicon span.icbout,
.boutPlein.withicon span.icbout {
  position: absolute;
  font-size: 1.6em;
  display: inline-block;
  transform: translateY(-3px);
}
.boutVide.withicon span.textbout,
.boutPlein.withicon span.textbout {
  padding-left: 40px;
}
form.wpcf7-form,
form#gdrf-form {
  width: 100%;
  overflow: hidden;
}
form.wpcf7-form br,
form#gdrf-form br {
  display: none;
}
form.wpcf7-form textarea,
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form#gdrf-form textarea,
form#gdrf-form input[type="text"],
form#gdrf-form input[type="email"],
form#gdrf-form input[type="tel"] {
  border: 1px #CCC solid;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Cera PRO', sans-serif;
  border-radius: 20px;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  padding: 15px 30px;
  margin: 5px 0px;
  line-height: 1;
}
form.wpcf7-form textarea,
form#gdrf-form textarea {
  width: 100%;
  padding: 15px 30px 0;
  resize: vertical;
}
form.wpcf7-form textarea:focus,
form.wpcf7-form input:focus,
form#gdrf-form textarea:focus,
form#gdrf-form input:focus {
  border: 1px #0F302D solid;
}
form.wpcf7-form input[type="submit"],
form#gdrf-form input[type="submit"] {
  outline: 0;
  border: 0;
  border-radius: 20px;
  -webkit-appearance: none;
  background: #0F302D;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  padding: 8px 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: auto;
}
form.wpcf7-form input[type="submit"]:hover,
form#gdrf-form input[type="submit"]:hover {
  background: #2DA045;
}
form.wpcf7-form ::placeholder,
form#gdrf-form ::placeholder {
  color: #c8c8c8;
}
form.wpcf7-form div.wpcf7-recaptcha>div,
form#gdrf-form div.wpcf7-recaptcha>div {
  margin: auto;
}
form.wpcf7-form span.recaptcha > span > div,
form#gdrf-form span.recaptcha > span > div {
  margin: auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e67800;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #ffffff;
  font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e62300;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.edito-head {
  display: grid;
  position: relative;
  grid-template-columns: repeat(10,1fr);
  column-gap: 16px;
}
.edito-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 123px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/Logo_Comte_Fond_Blanc.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.edito-head .edito-head__inner {
  display: flex;
  flex-direction: column;
  min-height: 495px;
  grid-column: 1 / 11;
  justify-content: flex-start;
}
.edito-head .edito-head__inner .imgcropCtn {
  display: block;
  width: 100%;
  height: 333px;
}
.edito-head .edito-head__inner .edito-head__title {
  display: block;
  background-color: #2DA045;
  width: 100%;
  flex-grow: 1;
  min-height: 162px;
  padding: 60px;
}
.edito-head .edito-head__inner .edito-head__title h1 {
  margin: 0;
  color: #ffffff;
  line-height: 5.4rem;
}
.edito-main-content {
  display: grid;
  position: relative;
  grid-template-columns: repeat(10,1fr);
  column-gap: 16px;
}
.edito-main-content .edito-main-content__inner {
  grid-column: 1 / 10;
}
.edito-aside {
  background-color: #2DA045;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
}
.edito-aside .toc--collapse {
  width: 100%;
}
.edito-aside .toc--collapse ul {
  display: flex;
  width: 100%;
  min-height: 118px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.edito-aside .toc--collapse ul li a {
  color: #ffffff;
  padding: 15px 30px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.edito-aside .toc--collapse ul li a:hover {
  padding: 10px 25px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.video-main .edito-main-content__inner .section-blocintro {
  margin: 0px 0px 100px 0px;
}
.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: #1e1e1e;
}
.pagination__ctn nav > span.current {
  color: #0F302D;
}
.pagination__ctn nav a:hover {
  color: #0F302D;
}
.section-editosvisites .section-editosvisites__inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
}
.section-editosvisites .editosvisites__content {
  grid-column: 1 / 6;
}
.section-editosvisites .editosvisites__content .editosvisites__inner {
  padding: 90px 50px 50px 50px;
}
.section-editosvisites .editosvisites__content h3 {
  position: relative;
  color: #0F302D;
  font-size: 5.4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 7.2rem;
}
.section-editosvisites .editosvisites__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-editosvisites .editosvisites__content .editosvisites__chapeau {
  color: #2DA045;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
}
.section-editosvisites .editosvisites__content .editosvisites__data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-editosvisites .editosvisites__content .editosvisites__data li {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.2rem;
  color: #0F302D;
  width: 48%;
}
.section-editosvisites .editosvisites__content .editosvisites__data li i {
  padding: 0px 25px 0px 0px;
}
.section-editosvisites .editosvisites__content .editosvisites__data li i::before {
  color: #0F302D;
}
.section-editosvisites .editosvisites__content-full {
  grid-column: 1 / 10;
}
.section-editosvisites .editosvisites__slider {
  position: relative;
  min-height: 620px;
  grid-column: 7 / 10;
  width: 100%;
  margin-left: -26px;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner {
  width: 100%;
  height: 100%;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner .swiper {
  width: 100%;
  height: 100%;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner .button-container {
  display: flex;
  width: 125px;
  z-index: 1;
  position: absolute;
  bottom: 16px;
  right: 16px;
  justify-content: space-between;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner .button-container .v-button-prev {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editosvisites .editosvisites__slider .editosvisites__inner .button-container .v-button-next {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editocontenu .section-editocontenu__inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
}
.section-editocontenu .editocontenu__content {
  grid-column: 1 / 6;
}
.section-editocontenu .editocontenu__content .editocontenu__inner {
  padding: 90px 50px 0px 50px;
}
.section-editocontenu .editocontenu__content h3 {
  position: relative;
  color: #0F302D;
  font-size: 5.4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 7.2rem;
}
.section-editocontenu .editocontenu__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-editocontenu .editocontenu__content .editocontenu__chapeau {
  color: #2DA045;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
}
.section-editocontenu .editocontenu__content .editocontenu__data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-editocontenu .editocontenu__content .editocontenu__data li {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.2rem;
  color: #0F302D;
  width: 48%;
}
.section-editocontenu .editocontenu__content .editocontenu__data li i {
  padding: 0px 25px 0px 0px;
}
.section-editocontenu .editocontenu__content .editocontenu__data li i::before {
  color: #0F302D;
}
.section-editocontenu .editocontenu__slider {
  position: relative;
  min-height: 620px;
  grid-column: 7 / 10;
  width: 100%;
  margin-left: -26px;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner {
  width: 100%;
  height: 100%;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner .swiper {
  width: 100%;
  height: 100%;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner .button-container {
  display: flex;
  width: 125px;
  z-index: 1;
  position: absolute;
  bottom: 16px;
  right: 16px;
  justify-content: space-between;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner .button-container .c-button-prev {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editocontenu .editocontenu__slider .editocontenu__inner .button-container .c-button-next {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editoevent .section-editoevent__inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
}
.section-editoevent .editoevent__content {
  grid-column: 1 / 7;
}
.section-editoevent .editoevent__content .editoevent__inner {
  padding: 90px 50px 50px 50px;
}
.section-editoevent .editoevent__content .editoevent__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.section-editoevent .editoevent__content h3 {
  position: relative;
  color: #0F302D;
  font-size: 5.4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 7.2rem;
}
.section-editoevent .editoevent__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-editoevent .editoevent__content .editoevent__chapeau {
  color: #2DA045;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
}
.section-editoevent .editoevent__content .editoevent__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-editoevent .editoevent__content .editoevent__data .editoevent__farmadresse {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  margin: 10px 0px 0px 0px;
}
.section-editoevent .editoevent__content .editoevent__data li {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.2rem;
  color: #0F302D;
  width: 100%;
}
.section-editoevent .editoevent__content .editoevent__data li i {
  padding: 0px 25px 0px 0px;
}
.section-editoevent .editoevent__content .editoevent__data li i::before {
  color: #0F302D;
}
.section-editoevent .editoevent__content .editoevent__data-lieu {
  width: 55%;
}
.section-editoevent .editoevent__content .editoevent__data-lieu li {
  flex-wrap: wrap;
}
.section-editoevent .editoevent__content .editoevent__data-dates {
  width: 40%;
  justify-content: flex-end;
}
.section-editoevent .editoevent__content .editoevent__data-dates li {
  justify-content: flex-start;
  margin: 0px 0px 10px 0px;
}
.section-editoevent .editoevent__content .editoevent__data-dates li p {
  margin: 0;
}
.section-editoevent .editoevent__content-full {
  grid-column: 1 / 10;
}
.section-editoevent .editoevent__slider {
  position: relative;
  min-height: 620px;
  grid-column: 7 / 10;
  width: 100%;
  margin-left: -26px;
}
.section-editoevent .editoevent__slider .editoevent__inner {
  width: 100%;
  height: 100%;
}
.section-editoevent .editoevent__slider .editoevent__inner .swiper {
  width: 100%;
  height: 100%;
}
.section-editoevent .editoevent__slider .editoevent__inner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-editoevent .editoevent__slider .editoevent__inner .button-container {
  display: flex;
  width: 125px;
  z-index: 1;
  position: absolute;
  bottom: 16px;
  right: 16px;
  justify-content: space-between;
}
.section-editoevent .editoevent__slider .editoevent__inner .button-container .e-button-prev {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editoevent .editoevent__slider .editoevent__inner .button-container .e-button-next {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editoslideredit .section-editoslider__inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(9,1fr);
  column-gap: 16px;
}
.section-editoslideredit .section-editoslider__inner .editoslider__content {
  grid-column: 1 / 6;
}
.section-editoslideredit .section-editoslider__inner .editoslider__content .editoslider__inner {
  padding: 90px 200px 0px 0px;
}
.section-editoslideredit .section-editoslider__inner .editoslider__content .editoslider__inner h3 {
  position: relative;
  color: #0F302D;
  font-size: 4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 5.2rem;
}
.section-editoslideredit .section-editoslider__inner .editoslider__content .editoslider__inner h3:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-editoslideredit .section-editoslider__inner .editoslider__content .editoslider__inner .editoslider__chapeau {
  color: #2DA045;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider {
  position: relative;
  min-height: 620px;
  grid-column: 7 / 10;
  width: 100%;
  margin-left: -26px;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .editoslider__inner {
  width: 100%;
  height: 100%;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .editoslider__inner .swiper {
  width: 100%;
  height: 100%;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .editoslider__inner .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .button-container {
  display: flex;
  width: 125px;
  z-index: 1;
  position: absolute;
  bottom: 16px;
  right: 16px;
  justify-content: space-between;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .button-container .s-button-prev {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-editoslideredit .section-editoslider__inner .editoslider__slider .button-container .s-button-next {
  display: flex;
  width: 55px;
  height: 55px;
  color: #ffffff;
  background-color: #2DA045;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.section-contactreserv {
  margin: 0px 0px 0px 0px;
}
.section-contactreserv .contactreserv__contact {
  margin: 0px;
  padding: 0px 16px 0px 0px;
  min-height: 350px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner {
  width: 100%;
  height: 100%;
  background-color: #2DA045;
  padding: 50px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner h3 {
  position: relative;
  z-index: 8;
  width: fit-content;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 56px;
  height: 56px;
  top: -25px;
  right: -65px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/clochecontact.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner h4 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0px 0px 40px 0px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact {
  display: flex;
  flex-direction: column;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact li {
  display: flex;
  flex-direction: row;
  color: #0F302D;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact li i {
  display: block;
  width: 25px;
  height: 25px;
  color: #0F302D;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px 15px 0px 0px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact .tel i {
  background-image: url('/wp-content/themes/yatatheme/img/svg/icone-tel.svg');
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact .mail i {
  background-image: url('/wp-content/themes/yatatheme/img/svg/icone-mail.svg');
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact .mail a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-contact .pin i {
  background-image: url('/wp-content/themes/yatatheme/img/svg/icone-pin.svg');
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-rs {
  display: flex;
  flex-direction: column;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-rs li {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #0F302D;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-rs li i {
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px 15px 0px 0px;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-rs li i::before {
  font-size: 24px;
  color: #0F302D;
}
.section-contactreserv .contactreserv__contact .contactreserv__inner .contactreserv__liste-rs li a:hover {
  color: #ffffff;
}
.section-contactreserv .contactreserv__reservation {
  display: block;
}
.section-contactreserv .contactreserv__reservation .contactreserv__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section-contactreserv .contactreserv__reservation .contactreserv__inner h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.section-contactreserv .contactreserv__reservation .contactreserv__inner p {
  color: #0F302D;
  text-align: center;
  font-size: 1.8rem;
}
.section-contactreserv .contactreserv__reservation .contactreserv__inner .warning {
  display: block;
  width: 40px;
  height: 40px;
  color: #2DA045;
  background-image: url('/wp-content/themes/yatatheme/img/svg/warning.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-listeevent {
  margin: 90px 0px 90px 0px;
}
.section-listeevent h3 {
  position: relative;
  color: #0F302D;
  font-size: 4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 5.2rem;
}
.section-listeevent h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.section-listeevent .section-listeevent__inner ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item {
  position: relative;
  width: 600px;
  min-height: 258px;
  padding: 0px 0px 16px 0px;
  margin: 0px 0px 15px 0px;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner {
  padding: 30px;
  width: 100%;
  height: 100%;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .imgcropCtn {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content {
  z-index: 2;
  position: relative;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content h3 {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.1;
  margin: 10px 0px 20px 0px;
  font-weight: 900;
  text-transform: initial;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content h3::after {
  content: unset;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content p {
  color: #ffffff;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content .listeevent__content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 0px 15px 0px;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner .listeevent__content .listeevent__content-item p {
  font-size: 1.6rem;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner a {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #2DA045;
}
.section-listeevent .section-listeevent__inner ul .listeevent__item .listeevent__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.listevisites {
  margin: 90px 0px 90px 0px;
}
.listevisites h3 {
  position: relative;
  color: #0F302D;
  font-size: 4rem;
  font-weight: 900;
  margin: 0px 0px 60px 0px;
  line-height: 5.2rem;
}
.listevisites h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #0F302D;
}
.listevisites .listevisites__inner ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.listevisites .listevisites__inner ul .listevisites__item {
  position: relative;
  width: 600px;
  min-height: 258px;
  padding: 0px 0px 16px 0px;
  margin: 0px 0px 15px 0px;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner {
  padding: 30px;
  width: 100%;
  height: 100%;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .imgcropCtn {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .listevisites__content {
  z-index: 2;
  position: relative;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .listevisites__content h3 {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.1;
  margin: 10px 0px;
  font-weight: 900;
  text-transform: initial;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .listevisites__content h3::after {
  content: unset;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .listevisites__content p {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner .listevisites__content p i {
  margin: 0px 15px 0px 0px;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner a {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #2DA045;
}
.listevisites .listevisites__inner ul .listevisites__item .listevisites__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.section-tax {
  margin: 100px -8px 115px -8px;
}
.section-tax .tax__item {
  min-height: 358px;
  padding: 8px;
}
.section-tax .tax__item .tax__inner {
  position: relative;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.section-tax .tax__item .tax__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.section-tax .tax__item .tax__inner .imgcropCtn {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-tax .tax__item .tax__inner .tax__content {
  z-index: 2;
  position: relative;
}
.section-tax .tax__item .tax__inner .tax__content h3 {
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #ffffff;
}
.section-tax .tax__item .tax__inner .tax__content p {
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner .tax__content p i {
  margin: 0px 10px 0px 0px;
}
.section-tax .tax__item .tax__inner .tax__content p i::before {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner .tax__content a p {
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner .tax__content a p i {
  margin: 0px 10px 0px 0px;
}
.section-tax .tax__item .tax__inner .tax__content a p i::before {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner .tax__content a:hover p {
  color: #2DA045;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner .tax__content a:hover i::before {
  color: #2DA045;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-tax .tax__item .tax__inner a.btn_list {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #2DA045;
}
.section-paragraphe .bloc-yatamap {
  margin: 0px -8px 0px -8px;
}
.section-enconstruction {
  min-height: 100vh;
  background: #0F302D;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.section-enconstruction .enconstruction-left {
  position: relative;
  width: 55%;
  height: 100%;
}
.section-enconstruction .enconstruction-left .enconstruction-inner {
  width: 85%;
  margin: auto;
  padding: 30px;
}
.section-enconstruction .enconstruction-left .enconstruction-inner h1 {
  position: relative;
  font-family: 'Cera PRO';
  font-weight: 900;
  text-align: left;
  font-size: 5.4rem;
  color: #ffffff;
  margin-bottom: 70px;
  animation-name: leftanim;
  animation-duration: 2.5s;
}
.section-enconstruction .enconstruction-left .enconstruction-inner h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  background-color: #ffffff;
  height: 4px;
  width: 30%;
}
.section-enconstruction .enconstruction-left .enconstruction-inner p {
  color: #ffffff;
  font-family: 'Cera PRO';
  font-weight: 400;
  text-align: left;
  font-size: 1.8rem;
  line-height: 32px;
  animation-name: leftanim;
  animation-duration: 2s;
}
.section-enconstruction .enconstruction-left .enconstruction-inner .important {
  font-weight: 900;
  animation-duration: 3s;
}
.section-enconstruction .enconstruction-right {
  position: relative;
  width: 45%;
  height: 100%;
}
.section-enconstruction .enconstruction-right .enconstruction-inner {
  width: 75%;
  margin: auto;
  padding: 30px;
  animation-name: upanim;
  animation-duration: 2s;
}
.section-enconstruction .enconstruction-right .enconstruction-inner img {
  width: 100%;
  height: 100%;
}
.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: #0F302D;
}
@keyframes animmodal {
  from {
    margin-top: -10vw;
    opacity: .1;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes miniscale {
  from {
    transform: scale(0.3);
    opacity: .3;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animtitreside {
  from {
    transform: translateX(20px);
    opacity: .1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.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;
}
.wpml-ls {
  display: inline-block;
  width: 60px !important;
  float: right;
  margin: 8px 23px;
}
.wpml-ls-legacy-dropdown a {
  color: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  background-color: #ffffff !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: #1e1e1e !important;
  background-color: #ffffff !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;
}
#glt-translate-trigger {
  display: none;
}
.selectlangue {
  padding: 0px 10px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 50px;
  color: #ffffff;
  background-color: #0F302D;
  border: 1px solid #ffffff;
}
.selectlangue span:after {
  content: '▼';
  margin-left: 7px;
}
#listlg {
  background-color: #0F302D;
  display: none;
  position: absolute;
  border: 1px solid #ffffff;
  left: 0px;
}
a.nturl {
  display: block;
  padding: 3px 19px;
}
a.nturl:hover {
  color: #0F302D;
  background-color: #ffffff;
}
.fondModal {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}
.modal {
  max-width: 700px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  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.5s;
  animation-timing-function: ease;
}
.modalContent {
  background-color: #ffffff;
  color: #000000;
  margin: 15px;
  padding: 50px 20px;
}
.modalClose {
  position: absolute;
  right: 15px;
  top: 0;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.modalClose:hover {
  color: #000000;
  background-color: #969696;
}
.bloclienrech {
  max-width: 900px;
  display: block;
  margin: auto;
  margin-bottom: 70px;
}
.bloclienrech div.miniimgrech {
  margin-right: 20px;
  float: left;
  width: 250px;
  height: 117px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.bloclienrech h2.entry-title {
  margin: 15px 0px 0px 0px;
  text-align: left;
  font-size: 2rem;
}
.bloclienrech h2.entry-title:after {
  margin: 20px auto 20px auto !important;
}
.bloclienrech:hover h2.entry-title {
  color: #1e1e1e;
}
form.searchpageform {
  text-align: center;
}
p.searchresults {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
#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: 5px 10px;
}
.toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.toggle input + label {
  margin-left: 40px;
  cursor: pointer;
  color: #1e1e1e;
}
.toggle input:checked + label {
  color: #0F302D;
}
.toggle label {
  margin-top: 1px;
}
.toggle input + label::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 + label::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 2px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  -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 {
  background-color: #0F302D;
}
.toggle input:checked + label::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);
}
.slick-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.slick-slider .slick-slide {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: inline-block;
  border: 0;
  font-size: 0;
  background-color: transparent;
  width: 27px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 5;
  background-image: url('/wp-content/themes/yatatheme/img/arrow.svg');
  background-size: 100% 100%;
  filter: brightness(0.3);
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  filter: brightness(0.5) sepia(1) hue-rotate(-170deg) saturate(30) !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev {
  transform: rotate(180deg);
  left: -30px;
}
.slick-slider .slick-next {
  right: -30px;
}
.slick-slider ul.slick-dots {
  margin-top: 10px;
  list-style-type: none;
  text-align: center;
  padding: 0px;
}
.slick-slider ul.slick-dots > li {
  display: inline-block;
}
.slick-slider ul.slick-dots > li button {
  box-sizing: border-box;
  font-size: 0px;
  cursor: pointer;
  border: 1px solid #1e1e1e;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  background-color: transparent;
  transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slick-slider ul.slick-dots > li button:before {
  display: none;
}
.slick-slider ul.slick-dots > li button:hover {
  background-color: #3c3c3c;
}
.slick-slider ul.slick-dots > li.slick-active button {
  background-color: #3c3c3c;
}
.container-fluid .slick-slider {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.container-fluid .slick-slider .slick-prev {
  left: 30px;
  filter: brightness(10);
}
.container-fluid .slick-slider .slick-next {
  right: 30px;
  filter: brightness(10);
}
.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: #0F302D;
  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: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  animation-name: animtitreside;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
.sidemenu a:hover em {
  background-color: #0F302D;
}
.sidemenu a:hover span {
  display: inline-block;
}
.sidemenu a:hover em img {
  filter: brightness(0.5) sepia(1) hue-rotate(370deg) saturate(145);
}
.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;
}
.ariane {
  z-index: 6;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.ariane .contenuariane {
  max-width: 1200px;
  padding: 10px 15px;
  margin: auto;
  font-size: 1em;
  color: #222;
}
.ariane .contenuariane a {
  color: #0F302D;
  padding: 5px;
}
.ariane .contenuariane a:hover {
  color: white;
  background-color: #0F302D;
  border-radius: 20px;
}
.ariane ol {
  list-style-type: none;
  display: inline-flex;
}
.imgMiseAvant {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.blacky {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0,0,0,0.2);
}
.contenuPage {
  position: relative;
}
a.bloglistitem {
  width: 47%;
  display: inline-block;
  padding: 1%;
  transition: all 0.3s ease;
  margin: 13px 0px;
}
a.bloglistitem:hover {
  transform: scale(1.05);
  background-color: #2f3652;
}
a.bloglistitem div.categimage {
  width: 40%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
a.bloglistitem div.categcont {
  width: 58%;
  display: inline-block;
  margin-left: 1%;
  vertical-align: top;
}
a.bloglistitem h3 {
  margin: 0px 0px 20px 0px;
  line-height: 0.9em;
}
a.bloglistitem:hover h3,
a.bloglistitem:hover p {
  color: white;
}
div.moteurliste {
  background-color: #2f3652;
  padding: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  z-index: 200;
}
div.moteurliste form.theformlist {
  background-color: #ffdb01;
  padding: 20px 40px;
}
div.colonnemap {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
  padding-top: 30px;
}
div.colonnemap>div.themap {
  width: 100%;
  height: calc(-110vh);
}
div.loadmore {
  text-align: center;
  clear: both;
}
div.listloader {
  display: block;
  text-align: center;
}
button.voirsuite {
  border: none;
  outline: none;
}
.colonneitems {
  padding-top: 20px;
}
.withcarte .catViewItem {
  width: 46%;
}
.sanscarte .catViewItem {
  width: 29%;
}
.catViewItem {
  height: 340px;
  text-align: center;
  margin: 2%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 1px 8px #b8b7b7;
}
.catViewItem a {
  text-decoration: none !important;
  height: 340px;
  transition: all 0.3s ease;
  display: block;
  background-color: #dadada;
  box-shadow: 0px 3px 12px #969191;
}
.catViewItem a .catViewImg {
  transition: all 0.3s ease;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.catViewItem a .affresa {
  width: 170px;
  position: absolute;
  display: inline-block;
  padding: 20px 25px 50px;
  border-radius: 100px;
  top: 168px;
  font-size: 0.9em;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: #0a9a9b;
}
.catViewItem a .blocBas {
  transition: all 0.3s ease;
  height: 140px;
  background-color: #FFF;
  position: relative;
  top: 0px;
}
.catViewItem a .blocBas .blocTitre {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.catViewItem a .blocBas .blocTitre h4 {
  transition: all 0.3s ease;
  margin: 0px;
  font-size: 1.4em;
  text-transform: none;
}
.catViewItem a .blocBas .blocTitre p {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #555047;
}
.catViewItem a .blocBas .blocDescr {
  display: none;
  color: white;
  top: 43%;
  font-weight: 300;
  position: relative;
  font-size: 0.95em;
  line-height: 1.45em;
  padding: 0px 10px;
  transform: translateY(-50%);
}
.catViewItem #coordcoeur {
  color: #dadada;
  top: 25px;
  right: 25px;
}
.catViewItem a:hover .blocBas {
  background-color: #2f3652;
  height: 340px;
  top: -200px;
  opacity: 0.9;
}
.catViewItem a:hover .blocBas .blocTitre h4 {
  color: white;
}
.catViewItem a:hover .affresa {
  display: none;
}
.catViewItem a:hover .blocBas .blocDescr {
  display: block;
}
.catViewItem a:hover .blocBas .blocTitre {
  top: 20%;
}
.nbresultat {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #555047;
  margin-top: 20px;
}
#nbrResultContainer {
  display: inline;
  margin-right: 6px;
}
#nbrResultContainer p {
  display: inline;
}
.moteurwrap {
  position: relative;
  top: -9vw;
}
.moteurwrap .container {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px 20px 40px;
  box-shadow: 0px 4px 8px #b8b7b7;
}
.moteurwrap .row > div {
  padding: 0px 10px;
  text-align: center;
}
.moteurwrap .row > div .libel {
  display: block;
  color: #555047;
  font-size: 0.9em;
}
.moteurwrap .ui-widget-header {
  background: #E51A29;
}
.moteurwrap .ui-widget.ui-widget-content {
  border: 1px solid #848484;
}
.moteurwrap .ui-state-active,
.moteurwrap .ui-widget-content .ui-state-active {
  background: #E51A29;
}
.moteurwrap .slide-img svg {
  transform: translateY(-50%);
}
.moteurwrap .libel-range {
  width: 100%;
  display: block;
  color: #E51A29 !important;
  font-weight: 700;
  padding: 7px 17px 7px 44px;
  font-size: 1.2em;
  background-color: #fff;
  margin-bottom: 15px;
}
.moteurwrap .row > div svg {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 27px;
}
.moteurwrap .row > div svg g,
.moteurwrap .row > div svg path {
  fill: #848484;
}
.moteurwrap .row > div select {
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  display: block;
  color: #2f3652;
  font-weight: 300;
  border: 1px solid #848484;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 7px 17px 7px 44px;
  font-size: 1.2em;
  background-color: #fff;
}
.moteurwrap .row > div input[type="submit"] {
  transition: all 0.3s ease;
  outline: none;
  bottom: -24px;
  position: relative;
  border: none;
  font-weight: 700;
  font-size: 1.2em;
  background-color: #2f3652;
  color: #fff;
  border-radius: 40px;
  padding: 9px 24px;
}
.moteurwrap .row > div input[type="submit"]:hover {
  background-color: #555047;
}
.slideshow-container {
  position: relative;
  overflow: hidden;
}
.mySlides {
  display: none;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 4px 5px 7px black;
  transition: 0.3s ease;
  user-select: none;
}
.next {
  right: 0;
}
.prev:hover,
.next:hover {
  color: #2f3652;
  text-decoration: none;
}
.slidein {
  animation-name: slidein;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slidein {
  from {
    margin-left: -10vw;
    width: 100%;
    opacity: .1;
  }
  to {
    margin-right: 0px;
    width: 100%;
    opacity: 1;
  }
}
.pageitem h2 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.pageitem p {
  margin: 20px 0px;
}
.communeitem,
.typeitem {
  font-size: 1.5em;
  letter-spacing: -1px;
  display: inline-block;
}
.communeitem img,
.typeitem img {
  width: 50px;
}
.typeitem {
  margin-left: 50px;
}
.coorditem {
  padding-left: 50px;
}
.coorditem p,
.coorditem a {
  font-size: 1.3em;
}
.coorditem hr {
  border-top: 3px solid #555047;
  width: 100px;
  margin-left: 0px;
}
.coorditem a {
  line-height: 1.5em;
  transition: all 0.3s ease;
}
.coorditem a:hover {
  color: #2f3652;
}
.coorditem a.boutfb {
  border-radius: 20px;
  margin: 15px 0px;
  display: inline-block;
  border: 2px solid #2f3652;
  color: #2f3652;
  background-color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.coorditem a.boutfb:hover {
  color: #fff;
  background-color: #2f3652;
  border: 2px solid #fff;
}
.coorditem a.boutweb {
  border-radius: 20px;
  margin: 15px 0px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  background-color: #2f3652;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.coorditem a.boutweb:hover {
  color: #2f3652;
  background-color: #fff;
  border: 2px solid #2f3652;
}
.infosdetailinside {
  padding: 10px 0px 100px 0px;
  min-height: 650px;
}
.infosdetailinside h3 {
  margin-top: 50px;
}
.picto {
  padding: 10px;
  display: inline-block;
}
.picto .img_picto {
  text-align: center;
}
.nom_picto {
  line-height: 1em;
}
.blocmapitem {
  width: 100%;
  max-width: 450px;
  height: 500px;
  float: right;
  margin-top: 50px;
}
.contenuItemhorscadre .catViewItem {
  width: 29%;
}
.titrecross {
  font-family: 'Daniel', sans-serif;
  font-size: 2.5em;
  color: #2f3652;
  text-align: center;
  margin: 20px 0px;
}
@media (max-width: 1500px) {
  header.hdr {
    min-width: 260px;
    max-width: 260px;
  }
  header.hdr .inner {
    margin-right: auto;
  }
  body .main {
    margin: 0px 20px 0px 260px;
  }
  footer.ftr .footer__container .inner .footer__logocomte {
    min-width: 260px;
    max-width: 260px;
  }
}
@media (max-width: 1400px) {
  .page-template-template-edito header.hdr .inner {
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  footer.ftr .footer__container .inner .footer__content .footer__contentinner {
    grid-column: 1 / 12;
    padding: 75px 30px 0px 30px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__logoheader {
    grid-column: 1 / 2;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse {
    grid-column: 2 / 6;
  }
}
@media (max-width: 1200px) {
  .section-enconstruction {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 900px;
  }
  header.hdr {
    background: transparent;
    width: unset;
    height: unset;
  }
  body .main {
    margin: 0px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__logoheader {
    grid-column: 1 / 3;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse {
    grid-column: 4 / 10;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__carte {
    display: none;
  }
  header.hdr .inner a.logo {
    display: none;
  }
  header.hdr .inner p {
    display: none;
  }
  .mainmenu {
    display: none;
  }
  .headerinside > .pictos {
    display: none;
  }
  .mainmenu-mobile-inner > div > ul > li:nth-child(3) {
    display: block;
  }
  .scroll-mobile {
    right: 20px !important;
    top: 10px !important;
    transition: 0.3s all ease-in-out;
  }
  .menu-mobile {
    display: block;
  }
  .mainmenu-mobile {
    opacity: 0;
    background-color: #0F302D;
  }
  .mainmenu-mobile a {
    color: white;
  }
  .mainmenu-mobile ul.menu-menu-principal .sub-menu {
    position: initial;
    top: unset;
    left: unset;
    height: max-content;
  }
  .mainmenu-mobile ul.sub-menu li a {
    display: block;
    width: max-content;
    color: white;
    padding: 15px;
    white-space: nowrap;
    font-size: 14px;
    transition: 0.3s all ease-in-out;
  }
  .mainmenu-mobile ul.sub-menu li:hover>a {
    color: #E3001B;
    transition: 0.3s all ease-in-out;
  }
  .mainmenu-mobile .sub-menu {
    background-color: transparent;
    list-style: none;
  }
  .mainmenu-mobile .activeSub {
    display: block;
    position: initial;
  }
  .active-mobile {
    opacity: 1;
    top: 0;
    left: 0px;
    z-index: 999;
    transition: 0.5s all ease-in-out;
  }
  .menu-mobile span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
  }
  .menu-mobile span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .active-menuSymbole span {
    background-color: white;
  }
  .active-menuSymbole span:first-child {
    transform: rotate(135deg) translateY(-5px) translateX(6px);
    transform-origin: 50% 50%;
    transition: 0.3s all ease-in-out;
  }
  .active-menuSymbole span:nth-child(2) {
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
  .active-menuSymbole span:nth-child(3) {
    transform: rotate(-135deg) translateY(6px) translateX(6px);
    transform-origin: 50% 50%;
    transition: 0.3s all ease-in-out;
  }
  .sub-menu .sub-menu {
    padding-left: 15px;
  }
  header.stickyHeader {
    top: 0;
  }
  .menu-mobile {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    left: 20px;
    top: 30px;
    height: 55px;
    width: 55px;
    background-color: #2DA045;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s all ease-in-out;
  }
  .scrolling .menu-mobile {
    top: 15px;
    transition: 0.3s all ease-in-out;
  }
  .scrolling .menu-mobile span {
    background-color: white;
  }
  .active-menuSymbole {
    transition: 0.3s all ease-in-out;
  }
  .mainmenu-mobile-inner {
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    height: max-content;
    width: 80%;
    left: 50%;
    top: 50%;
  }
  .mainmenu-mobile-inner > div > ul {
    height: 100%;
    padding-left: 0;
    list-style: none;
  }
  .mainmenu-mobile-inner > div > ul > li.activeParent {
    opacity: 1;
    transition: 0.8s all ease-in-out;
  }
  .mainmenu-mobile-inner > div > ul > li {
    opacity: 0.9;
    transition: 0.8s all ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header.hdr .inner .menu-rs {
    display: none;
  }
}
@media (max-width: 992px) {
  .section-enconstruction {
    display: flex;
    flex-direction: column;
  }
  .section-enconstruction .enconstruction-left {
    position: relative;
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .section-enconstruction .enconstruction-left .enconstruction-inner {
    position: initial;
    width: 100%;
    padding: 15px;
    top: unset;
    left: unset;
    transform: unset;
  }
  .section-enconstruction .enconstruction-left .enconstruction-inner h1 {
    font-size: 3.4rem;
  }
  .section-enconstruction .enconstruction-right {
    position: relative;
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .section-enconstruction .enconstruction-right .enconstruction-inner {
    position: initial;
    width: 100%;
    padding: 30px;
    top: unset;
    left: unset;
    animation: none;
    transform: unset;
  }
  .section-enconstruction .enconstruction-right .enconstruction-inner img {
    width: 100%;
  }
  .section-paragraphe table {
    width: 100% !important;
  }
  footer.ftr .footer__container .inner {
    height: unset;
    min-height: 400px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__logoheader img {
    width: 150px;
    height: 150px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__adresse {
    margin: 40px 0px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner {
    display: flex;
    flex-direction: column;
    height: unset;
    min-height: 400px;
  }
  footer.ftr .footer__container .inner .footer__logocomte {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    flex-basis: unset;
    flex-grow: unset;
    background-color: #ffffff;
  }
  footer.ftr .footer__container .inner .footer__content {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    column-gap: 16px;
    width: 100%;
    max-width: unset;
    flex-grow: 1;
    padding: 0px 0px 0px 16px;
    margin: 0px auto 0px 0px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu {
    margin: 40px 0px;
  }
  footer.ftr .footer__container .inner .footer__content .footer__contentinner .footer__menu div ul {
    align-items: center;
    justify-content: center;
  }
  footer.ftr::before {
    z-index: 9;
    content: "";
    position: absolute;
    top: -155px;
    left: 50%;
    width: 150px;
    height: 155px;
    background-image: url(/wp-content/themes/yatatheme/img/png/femmecontente.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .slick-slider button.slick-arrow {
    display: none !important;
  }
  h1 {
    font-size: 6.2em;
  }
  h2 {
    font-size: 4.4em;
  }
  .edito-head__title h1 {
    font-size: 4.4rem;
  }
  .edito-aside {
    position: initial;
  }
  .edito-aside .toc--collapse ul {
    flex-wrap: wrap;
    min-height: 220px;
    justify-content: space-evenly;
  }
  .edito-main-content .edito-main-content__inner {
    grid-column: 1 / 11;
  }
  .section-editosvisites .section-editosvisites__inner {
    display: flex;
    flex-direction: column;
  }
  .section-editosvisites .editosvisites__slider {
    height: 350px;
    min-height: unset;
  }
  .section-editocontenu .section-editocontenu__inner {
    display: flex;
    flex-direction: column;
  }
  .section-editocontenu .editocontenu__slider {
    height: 350px;
    min-height: unset;
  }
  .edito-aside .toc--collapse ul li a:hover {
    padding: 10px 30px;
  }
  .section-editoevent .editoevent__content .editoevent__container {
    flex-direction: column;
  }
  .section-editoevent .editoevent__content .editoevent__container ul {
    padding: 0px 0px 20px 0px;
  }
  .listevisites .listevisites__inner ul .listevisites__item {
    width: 100%;
  }
  .section-editoevent .editoevent__content .editoevent__data-lieu {
    width: 100%;
  }
  .section-editoevent .editoevent__content .editoevent__data-dates {
    width: 100%;
  }
  .section-contactreserv .contactreserv__contact {
    padding: 0;
  }
  .section-listeevent .section-listeevent__inner ul .listeevent__item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
  .edito-head__title h1 {
    font-size: 3.3rem;
  }
  h1 {
    font-size: 3.3rem;
  }
  h2 {
    font-size: 3rem;
  }
  .section-listecateg .section-listecateg__inner .listecateg__content .listecateg__inner h3 {
    font-size: 3rem;
  }
}
@media (max-height: 850px) {
  header.hdr .inner {
    padding: 5% 0px 5% 0px;
  }
  header.hdr .inner p {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-height: 700px) {
  header.hdr .inner {
    padding: 5% 0px 5% 0px;
  }
  header.hdr .inner p {
    margin: 0px 0px 10px 0px;
  }
  header.hdr .inner a.logo img {
    height: 140px;
  }
}
