:root {
  scrollbar-width: 12px;
  scrollbar-color: #ffd926 #24263F;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: 'Lato', 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;
}
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: #24263F;
  text-decoration: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body a:hover {
  text-decoration: none;
}
body p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  margin: 0 0 20px;
}
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body div.container {
  max-width: 1430px;
  padding: 0 15px;
}
body div.container h1,
body div.container-fluid h1 {
  font-family: 'Oswald', sans-serif;
  color: #24263F;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 600;
  text-align: center;
}
body div.container h2,
body div.container .h2like,
body div.container-fluid h2,
body div.container-fluid .h2like {
  font-family: 'Oswald', sans-serif;
  color: #24263F;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
}
body div.container h2.chapeau,
body div.container-fluid h2.chapeau {
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  color: #1e1e1e;
  line-height: 1.3em;
  margin: 0 0 20px;
  text-transform: none;
  font-weight: 300;
}
body div.container h3,
body div.container .h3like,
body div.container-fluid h3,
body div.container-fluid .h3like {
  font-family: 'Oswald', sans-serif;
  color: #ffd926;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: uppercase;
}
body div.container h4,
body div.container .h4like,
body div.container-fluid h4,
body div.container-fluid .h4like {
  font-family: 'Oswald', sans-serif;
  color: #24263F;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
}
body div.container h5,
body div.container .h5like,
body div.container-fluid h5,
body div.container-fluid .h5like {
  font-family: 'Oswald', sans-serif;
  color: #24263F;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 600;
}
body div.container h6,
body div.container .h6like,
body div.container-fluid h6,
body div.container-fluid .h6like {
  font-family: 'Oswald', sans-serif;
  color: #24263F;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::-moz-selection {
  color: #ffffff;
  background: #24263F;
}
body ::selection {
  color: #ffffff;
  background: #24263F;
}
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: #24263F;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #24263F;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ffd926;
}
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%;
}
body main {
  margin-top: 100px;
}
header.hdr {
  height: 70px;
  padding: 10px 30px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner {
  max-width: 1350px;
  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: 200px;
}
header.hdr .inner a.logo img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
header.hdr .inner nav.mainmenu > div > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.hdr .inner nav.mainmenu > div > ul > li {
  margin: 0 20px;
  position: relative;
  padding: 20px 0;
}
header.hdr .inner nav.mainmenu > div > ul > li > a {
  color: #1e1e1e;
  text-transform: uppercase;
}
header.hdr .inner nav.mainmenu > div > ul > li > a:hover {
  color: #ffd926;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu {
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.08);
  -moz-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.08);
  -o-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.08);
  box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.08);
  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: #24263F;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > a:hover {
  background: #24263F;
  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: #24263F;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul > li > a:hover {
  background: #24263F;
  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;
}
li.current-menu-item > a,
li.current-menu-ancestor > a {
  color: #ffd926 !important;
}
header.hdr.stickyHeader {
  height: 90px;
  top: 0;
  z-index: 1000;
  position: fixed;
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.3);
}
header.hdr.stickyHeader.scrolling {
  height: 60px;
}
footer.ftr {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
footer.ftr .inner {
  background: #24263F;
  height: 70px;
}
footer.ftr .copyright {
  text-align: center;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.6rem;
  background: #1b1c2f;
}
footer.ftr .copyright p {
  margin: 0;
}
footer.ftr .copyright a {
  color: #ffffff;
}
footer.ftr .copyright a:hover {
  color: #ffd926;
}
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: 15px 40px;
}
.boutPlein {
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid;
  border-radius: 20px;
  padding: 15px 40px;
  color: #ffffff;
  background-color: #24263F;
  border-color: #24263F;
}
.boutPlein:hover {
  color: #24263F;
  background-color: transparent;
}
.boutVide {
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid;
  border-radius: 20px;
  padding: 15px 40px;
  background-color: transparent;
  color: #24263F;
  border-color: #24263F;
}
.boutVide:hover {
  color: #ffffff;
  background-color: #24263F;
}
.boutPlein.coul2 {
  background-color: #ffd926;
  border-color: #ffd926;
}
.boutPlein.coul2:hover {
  color: #ffd926;
  background-color: transparent;
}
.boutVide.coul2 {
  color: #ffd926;
  border-color: #ffd926;
}
.boutVide.coul2:hover {
  color: #ffffff;
  background-color: #ffd926;
}
.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: 'Lato', 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 #24263F solid;
}
form.wpcf7-form input[type="submit"],
form#gdrf-form input[type="submit"] {
  outline: 0;
  border: 0;
  border-radius: 20px;
  -webkit-appearance: none;
  background: #24263F;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  padding: 15px 40px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: auto;
}
form.wpcf7-form input[type="submit"]:hover,
form#gdrf-form input[type="submit"]:hover {
  background: #ffd926;
}
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;
}
.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: #24263F;
}
.pagination__ctn nav a:hover {
  color: #24263F;
}
.section-enconstruction {
  height: 100vh;
  background: #ffd926;
  color: #ffffff;
  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: #24263F;
}
@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;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}
.mt160 {
  margin-top: 160px;
}
.mt180 {
  margin-top: 180px;
}
.mt200 {
  margin-top: 200px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}
.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: #24263F;
  border: 1px solid #ffffff;
}
.selectlangue span:after {
  content: '▼';
  margin-left: 7px;
}
#listlg {
  background-color: #24263F;
  display: none;
  position: absolute;
  border: 1px solid #ffffff;
  left: 0px;
}
a.nturl {
  display: block;
  padding: 3px 19px;
}
a.nturl:hover {
  color: #24263F;
  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: #24263F;
}
.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: #24263F;
}
.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) #000000 !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: #24263F;
  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: #24263F;
}
.sidemenu a:hover span {
  display: inline-block;
}
.sidemenu a:hover em img {
  filter: brightness(0.5) sepia(1) hue-rotate(370deg) #000000;
}
.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);
  bottom: 0px;
  width: 100%;
}
.ariane .contenuariane {
  max-width: 1430px;
  padding: 0 15px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 1em;
  color: #222;
  font-style: italic;
}
.ariane .contenuariane a {
  color: #ffd926;
  padding: 5px;
}
.ariane .contenuariane a:hover {
  text-decoration: underline;
}
.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: 992px) {
  .section-paragraphe table {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .slick-slider button.slick-arrow {
    display: none !important;
  }
}
@media (max-width: 576px) {
  header.hdr .inner nav.mainmenu > div > ul > li {
    margin: 0 5px;
    font-size: 1.3rem;
    text-align: center;
  }
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
}
