:root {
  scrollbar-width: 12px;
  scrollbar-color: #1B2720 #B5B25F;
}
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: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  background-color: #2B3A2B;
  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 {
  text-decoration: none;
}
body p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin: 0 0 20px;
  color: #F7ECDD;
}
body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body div.container h1,
body div.container-fluid h1 {
  font-family: 'Ge Body', sans-serif;
  color: #F7ECDD;
  font-size: 4.5rem;
  line-height: 5.6rem;
  margin: 0 0 40px;
  font-weight: 400;
  letter-spacing: 2px;
}
body div.container h2,
body div.container .h2like,
body div.container-fluid h2,
body div.container-fluid .h2like {
  font-family: 'Ge Body', sans-serif;
  color: #F7ECDD;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0 0 20px;
}
body div.container h2.chapeau,
body div.container-fluid h2.chapeau {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #F7ECDD;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 0 40px;
}
body div.container h2.chapeau a,
body div.container-fluid h2.chapeau a {
  color: #B5B25F;
}
body div.container h3,
body div.container .h3like,
body div.container-fluid h3,
body div.container-fluid .h3like {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #F7ECDD;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0 0 20px;
}
body div.container h3:before,
body div.container .h3like:before,
body div.container-fluid h3:before,
body div.container-fluid .h3like:before {
  content: "[";
}
body div.container h3:after,
body div.container .h3like:after,
body div.container-fluid h3:after,
body div.container-fluid .h3like:after {
  content: "]";
}
body div.container h4,
body div.container .h4like,
body div.container-fluid h4,
body div.container-fluid .h4like {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #F7ECDD;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
body div.container h4:before,
body div.container .h4like:before,
body div.container-fluid h4:before,
body div.container-fluid .h4like:before {
  content: "[";
}
body div.container h4:after,
body div.container .h4like:after,
body div.container-fluid h4:after,
body div.container-fluid .h4like:after {
  content: "]";
}
body div.container h5,
body div.container .h5like,
body div.container-fluid h5,
body div.container-fluid .h5like {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #B5B25F;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
body div.container h5:before,
body div.container .h5like:before,
body div.container-fluid h5:before,
body div.container-fluid .h5like:before {
  content: "[";
}
body div.container h5:after,
body div.container .h5like:after,
body div.container-fluid h5:after,
body div.container-fluid .h5like:after {
  content: "]";
}
body div.container h6,
body div.container .h6like,
body div.container-fluid h6,
body div.container-fluid .h6like {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  color: #F7ECDD;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
body div.container h6:before,
body div.container .h6like:before,
body div.container-fluid h6:before,
body div.container-fluid .h6like:before {
  content: "[";
}
body div.container h6:after,
body div.container .h6like:after,
body div.container-fluid h6:after,
body div.container-fluid .h6like:after {
  content: "]";
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::-moz-selection {
  color: #F7ECDD;
  background: #B5B25F;
}
body ::selection {
  color: #F7ECDD;
  background: #B5B25F;
}
body ::-webkit-input-placeholder {
  color: #1B2720;
}
body ::-moz-placeholder {
  color: #1B2720;
}
body :-ms-input-placeholder {
  color: #1B2720;
}
body :-moz-placeholder {
  color: #1B2720;
}
body::-webkit-scrollbar-track {
  background-color: #B5B25F;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #B5B25F;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #1B2720;
}
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 {
  padding-top: 47px;
  margin-top: 180px;
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
body.home {
  background-image: url(/wp-content/themes/yatatheme/img/backgroundhome.svg);
  background-size: 110vw;
  background-position: -5vw 45vh;
  background-repeat: no-repeat;
}
span.socials_links {
  position: absolute;
  top: 47%;
  left: 66px;
}
span.socials_links a {
  display: block;
  text-align: center;
}
span.socials_links a i {
  font-size: 1.6rem;
  color: #F7ECDD;
}
span.socials_links a:first-child {
  margin-bottom: 30px;
}
span.socials_links a:hover i {
  color: #B5B25F;
}
body.sizeplus .main p:not(.descr_past):not(.surtitre),
body.sizeplus .main .section-paragraphe ul,
body.sizeplus .main .contenuYatadata ul {
  font-size: 1.9rem !important;
}
body.lineplus .main p:not(.descr_past):not(.surtitre),
body.lineplus .main .section-paragraphe ul,
body.lineplus .main .contenuYatadata ul {
  line-height: 4rem !important;
}
body.lineplus .main p.description,
body.lineplus .main p.yatamap-popup__desc {
  line-height: 2.6rem !important;
}
body.typeplus .main p:not(.descr_past):not(.surtitre),
body.typeplus .main .section-paragraphe ul,
body.typeplus .main .contenuYatadata ul {
  font-family: Courier, serif;
}
body.sizeplus footer.ftr .inner p.textefooter {
  font-size: 1.5rem !important;
}
body.lineplus footer.ftr .inner p.textefooter {
  line-height: 2rem !important;
}
body.typeplus footer.ftr .inner p.textefooter {
  font-family: Courier, serif;
}
header.hdr {
  padding: 25px 66px;
  width: 100%;
}
header.hdr .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.hdr .inner a.logo {
  width: 200px;
}
header.hdr .inner a.logo img {
  height: 152px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
header.hdr .inner a.logo .logomenumobile {
  display: none;
}
header.hdr .inner span.burger {
  display: none;
  width: 72px;
  height: 56px;
  background: url('/wp-content/themes/yatatheme/img/fond_icones.svg') top left / 100% 100% no-repeat;
  margin: 15px 0 0 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header.hdr .inner span.burger i {
  font-size: 2.4rem;
  color: #2B3A2B;
}
header.hdr .inner span.burger i.icon-close {
  display: none;
}
header.hdr .inner span.burger:hover i {
  color: #B5B25F !important;
}
header.hdr .inner nav {
  width: calc(100% - 365px);
  max-width: 1260px;
  user-select: none;
}
header.hdr .inner nav > div > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header.hdr .inner nav > div > ul > li {
  max-width: 170px;
  text-align: center;
}
header.hdr .inner nav > div > ul > li > a {
  display: block;
  color: #F7ECDD;
  font-family: 'Ge Body', sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
header.hdr .inner nav > div > ul > li > a:hover {
  color: #B5B25F;
}
header.hdr .inner nav > div > ul > li > a:before {
  content: "";
  display: block;
  margin: 0 auto 12px;
}
header.hdr .inner nav > div > ul > li > a em {
  font-size: 1.5rem;
  font-style: normal;
  display: block;
}
header.hdr .inner nav > div > ul > li:nth-child(1) a:before {
  width: 53px;
  height: 49px;
  background: url(/wp-content/themes/yatatheme/img/ecodestination.svg) 100% no-repeat;
}
header.hdr .inner nav > div > ul > li:nth-child(2) a:before {
  width: 80px;
  height: 60px;
  background: url(/wp-content/themes/yatatheme/img/imaginaterres.svg) 100% no-repeat;
}
header.hdr .inner nav > div > ul > li:nth-child(3) a:before {
  width: 80px;
  height: 60px;
  background: url(/wp-content/themes/yatatheme/img/escapades.svg) 100% no-repeat;
}
header.hdr .inner nav > div > ul > li:nth-child(4) a:before {
  width: 77px;
  height: 60px;
  background: url(/wp-content/themes/yatatheme/img/vadrouilles.svg) 100% no-repeat;
}
header.hdr .inner span.icones {
  width: 185px;
}
header.hdr .inner span.icones > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 32px;
  background: url('/wp-content/themes/yatatheme/img/fond_icones.svg') 100% 100% no-repeat;
  margin: 0 5px;
  cursor: pointer;
}
header.hdr .inner span.icones > span i {
  color: #2B3A2B;
  font-size: 1.7rem;
}
header.hdr .inner span.icones > span:hover i {
  color: #B5B25F;
}
header.hdr .inner .menumobile {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F7ECDD;
  display: none;
  user-select: none;
}
header.hdr .inner .menumobile span.background_pin {
  position: absolute;
  width: 516px;
  height: 566px;
  left: -125px;
  bottom: 0px;
  z-index: -1;
  background: url('/wp-content/themes/yatatheme/img/background3.svg') top left / 100% 100% no-repeat;
}
header.hdr .inner .menumobile span.background_feuille {
  position: absolute;
  width: 429px;
  height: 379px;
  right: -90px;
  top: -120px;
  z-index: -1;
  background: url('/wp-content/themes/yatatheme/img/background4.svg') top left / 100% 100% no-repeat;
}
header.hdr .inner .menumobile nav {
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.hdr .inner .menumobile nav > div {
  width: 90%;
  max-width: 1260px;
}
header.hdr .inner .menumobile nav > div > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header.hdr .inner .menumobile nav > div > ul >li {
  max-width: 210px;
  padding: 30px;
  background: url('/wp-content/themes/yatatheme/img/fond_icones_vert.svg') top left / 100% 100% no-repeat;
}
header.hdr .inner .menumobile nav > div > ul >li a em {
  font-size: 1.3rem;
}
header.hdr .inner .menumobile div.logos {
  position: absolute;
  right: 0;
  bottom: 45px;
}
header.hdr .inner .menumobile div.logos a {
  margin-right: 70px;
}
header.hdr.menuopened .inner a.logo img {
  display: none;
}
header.hdr.menuopened .inner a.logo img.logomenumobile {
  display: block;
}
header.hdr.menuopened .inner .menumobile {
  display: block;
}
header.hdr.menuopened .inner span.burger {
  background-image: url('/wp-content/themes/yatatheme/img/fond_icones_vert.svg');
}
header.hdr.menuopened .inner span.burger i {
  color: #F7ECDD;
}
header.hdr.menuopened .inner span.burger i.icon-close {
  display: block;
}
header.hdr.menuopened .inner span.burger i.icon-burger {
  display: none;
}
header.hdr.stickyHeader {
  top: 0;
  z-index: 1000;
  position: fixed;
}
header.hdr.stickyHeader.scrolling,
header.hdr.stickyHeader.menuopened {
  width: auto;
}
header.hdr.stickyHeader.scrolling .inner,
header.hdr.stickyHeader.menuopened .inner {
  flex-direction: column;
  align-items: flex-start;
}
header.hdr.stickyHeader.scrolling .inner a.logo img,
header.hdr.stickyHeader.menuopened .inner a.logo img {
  height: 110px;
}
header.hdr.stickyHeader.scrolling .inner span.burger,
header.hdr.stickyHeader.menuopened .inner span.burger {
  display: flex;
}
header.hdr.stickyHeader.scrolling .inner nav.mainmenu,
header.hdr.stickyHeader.scrolling .inner span.icones,
header.hdr.stickyHeader.menuopened .inner nav.mainmenu,
header.hdr.stickyHeader.menuopened .inner span.icones {
  display: none;
}
body.page-id-9053 header.hdr.stickyHeader,
body.page-id-9055 header.hdr.stickyHeader,
body.page-id-9057 header.hdr.stickyHeader,
body.page-id-13413 header.hdr.stickyHeader {
  position: absolute;
}
.grecaptcha-badge {
  visibility: hidden;
}
footer.ftr {
  overflow: hidden;
  position: relative;
}
footer.ftr .inner {
  background: #F7ECDD;
  min-height: 370px;
  padding: 50px 0;
}
footer.ftr .inner .menufooter {
  margin-bottom: 20px;
}
footer.ftr .inner .menufooter li {
  margin-bottom: 18px;
}
footer.ftr .inner .menufooter li a {
  color: #2B3A2B;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: underline;
  display: block;
}
footer.ftr .inner .menufooter li a:hover {
  color: #B5B25F;
}
footer.ftr .inner .bouton_pnr {
  margin: 10px 0;
}
footer.ftr .inner .logofooter {
  display: block;
  text-align: center;
}
footer.ftr .inner .logofooter img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 256px;
}
footer.ftr .inner .emailfooter {
  display: block;
  text-align: center;
  color: #2B3A2B;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
footer.ftr .inner .emailfooter:hover {
  color: #B5B25F;
}
footer.ftr .inner .socialfooter {
  text-align: center;
}
footer.ftr .inner .socialfooter a {
  color: #2B3A2B;
  margin: 0 20px;
}
footer.ftr .inner .socialfooter a:hover {
  color: #B5B25F;
}
footer.ftr .inner .logosfooter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer.ftr .inner .logosfooter a:hover img {
  filter: sepia(0.9);
}
footer.ftr .inner p.textefooter {
  color: #2B3A2B;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
footer.ftr .copyright {
  padding: 15px 90px;
  background: #2B3A2B;
}
footer.ftr .copyright p {
  margin: 0;
  font-size: 1.2rem;
}
footer.ftr .copyright a {
  color: #F7ECDD;
}
footer.ftr .copyright a:hover {
  color: #B5B25F;
}
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: #F7ECDD;
  -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;
}
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;
}
main.main .mt10,
div.acf-block-preview .mt10 {
  margin-top: 10px;
}
main.main .mt20,
div.acf-block-preview .mt20 {
  margin-top: 20px;
}
main.main .mt30,
div.acf-block-preview .mt30 {
  margin-top: 30px;
}
main.main .mt40,
div.acf-block-preview .mt40 {
  margin-top: 40px;
}
main.main .mt50,
div.acf-block-preview .mt50 {
  margin-top: 50px;
}
main.main .mt60,
div.acf-block-preview .mt60 {
  margin-top: 60px;
}
main.main .mt70,
div.acf-block-preview .mt70 {
  margin-top: 70px;
}
main.main .mt80,
div.acf-block-preview .mt80 {
  margin-top: 80px;
}
main.main .mt90,
div.acf-block-preview .mt90 {
  margin-top: 90px;
}
main.main .mt100,
div.acf-block-preview .mt100 {
  margin-top: 100px;
}
main.main .mt110,
div.acf-block-preview .mt110 {
  margin-top: 110px;
}
main.main .mt120,
div.acf-block-preview .mt120 {
  margin-top: 120px;
}
main.main .mt130,
div.acf-block-preview .mt130 {
  margin-top: 130px;
}
main.main .mt140,
div.acf-block-preview .mt140 {
  margin-top: 140px;
}
main.main .mt150,
div.acf-block-preview .mt150 {
  margin-top: 150px;
}
main.main .mt160,
div.acf-block-preview .mt160 {
  margin-top: 160px;
}
main.main .mt170,
div.acf-block-preview .mt170 {
  margin-top: 170px;
}
main.main .mt180,
div.acf-block-preview .mt180 {
  margin-top: 180px;
}
main.main .mt190,
div.acf-block-preview .mt190 {
  margin-top: 190px;
}
main.main .mt200,
div.acf-block-preview .mt200 {
  margin-top: 200px;
}
main.main .mb10,
div.acf-block-preview .mb10 {
  margin-bottom: 10px;
}
main.main .mb20,
div.acf-block-preview .mb20 {
  margin-bottom: 20px;
}
main.main .mb30,
div.acf-block-preview .mb30 {
  margin-bottom: 30px;
}
main.main .mb40,
div.acf-block-preview .mb40 {
  margin-bottom: 40px;
}
main.main .mb50,
div.acf-block-preview .mb50 {
  margin-bottom: 50px;
}
main.main .mb60,
div.acf-block-preview .mb60 {
  margin-bottom: 60px;
}
main.main .mb70,
div.acf-block-preview .mb70 {
  margin-bottom: 70px;
}
main.main .mb80,
div.acf-block-preview .mb80 {
  margin-bottom: 80px;
}
main.main .mb90,
div.acf-block-preview .mb90 {
  margin-bottom: 90px;
}
main.main .mb100,
div.acf-block-preview .mb100 {
  margin-bottom: 100px;
}
main.main .mb110,
div.acf-block-preview .mb110 {
  margin-bottom: 110px;
}
main.main .mb120,
div.acf-block-preview .mb120 {
  margin-bottom: 120px;
}
main.main .mb130,
div.acf-block-preview .mb130 {
  margin-bottom: 130px;
}
main.main .mb140,
div.acf-block-preview .mb140 {
  margin-bottom: 140px;
}
main.main .mb150,
div.acf-block-preview .mb150 {
  margin-bottom: 150px;
}
main.main .mb160,
div.acf-block-preview .mb160 {
  margin-bottom: 160px;
}
main.main .mb170,
div.acf-block-preview .mb170 {
  margin-bottom: 170px;
}
main.main .mb180,
div.acf-block-preview .mb180 {
  margin-bottom: 180px;
}
main.main .mb190,
div.acf-block-preview .mb190 {
  margin-bottom: 190px;
}
main.main .mb200,
div.acf-block-preview .mb200 {
  margin-bottom: 200px;
}
main.main .mb210,
div.acf-block-preview .mb210 {
  margin-bottom: 210px;
}
main.main .mb220,
div.acf-block-preview .mb220 {
  margin-bottom: 220px;
}
main.main .mb230,
div.acf-block-preview .mb230 {
  margin-bottom: 230px;
}
main.main .mb240,
div.acf-block-preview .mb240 {
  margin-bottom: 240px;
}
main.main .mb250,
div.acf-block-preview .mb250 {
  margin-bottom: 250px;
}
main.main .mb260,
div.acf-block-preview .mb260 {
  margin-bottom: 260px;
}
main.main .mb270,
div.acf-block-preview .mb270 {
  margin-bottom: 270px;
}
main.main .mb280,
div.acf-block-preview .mb280 {
  margin-bottom: 280px;
}
main.main .mb290,
div.acf-block-preview .mb290 {
  margin-bottom: 290px;
}
main.main .mb300,
div.acf-block-preview .mb300 {
  margin-bottom: 300px;
}
form.post-password-form {
  max-width: 1050px;
  margin: auto;
  margin-bottom: 170px;
}
form.post-password-form input[type="password"] {
  border: 0px #F7ECDD solid;
  background-color: #F7ECDD;
  color: #2B3A2B;
  outline: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  padding: 8px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
form.post-password-form input[type="submit"] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 390px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 25px;
  border: 1px solid transparent;
  margin: 0 0 20px;
  background: #F7ECDD;
  color: #2B3A2B;
  border-color: #F7ECDD;
}
form.post-password-form input[type="submit"]:hover {
  background: transparent;
  color: #F7ECDD;
}
body.page-id-9098 .colformenvies {
  display: none;
}
.colformenvies {
  z-index: 10;
}
form.formrechmesenvies {
  border: 1px solid white;
  padding: 15px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 60px;
  height: 73px;
  text-align: center;
}
form.formrechmesenvies .selecteur {
  background-color: #2B3A2B;
  display: inline-block;
  width: 18.6%;
  margin: 0 0.5%;
  border: 1px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
form.formrechmesenvies .selecteur a.titre {
  padding: 12px 16px;
  user-select: none;
  display: flex;
  justify-content: space-between;
  font-family: 'Ge Body', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5rem;
  color: #F7ECDD;
}
form.formrechmesenvies .selecteur a.titre i {
  font-size: 10px;
  transform: rotate(180deg);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  line-height: inherit;
}
form.formrechmesenvies .selecteur a.titre.collapsed i {
  transform: rotate(0deg);
}
form.formrechmesenvies .selecteur div.reponse {
  padding: 0 16px;
  user-select: none;
  text-align: left;
}
form.formrechmesenvies .selecteur div.reponse p {
  position: relative;
  margin-bottom: 0;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"] + label {
  position: relative;
  padding: 6px 0 0 26px;
  font-size: 1.4rem;
  line-height: 2rem;
  cursor: pointer;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:not(:checked) + label::before,
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #F7ECDD;
  background: #2B3A2B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:not(:checked) + label::after,
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:checked + label::after {
  content: '✕';
  speak: never;
  position: absolute;
  top: 16px;
  left: 2px;
  font-size: 15px;
  color: #F7ECDD;
  line-height: 0;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}
form.formrechmesenvies .selecteur div.reponse p [type="checkbox"]:checked + label::after {
  opacity: 1;
}
form.formrechmesenvies .selecteur div.reponse p label {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #F7ECDD;
}
.section-listedoffres #btnvoirsuite {
  margin-bottom: 100px;
}
.ariane {
  margin-bottom: 25px;
}
.ariane .contenuariane {
  max-width: 1200px;
  margin: auto;
  color: #F7ECDD;
  font-size: 1.4rem;
  line-height: 2rem;
}
.ariane .contenuariane a {
  color: #F7ECDD;
}
.ariane .contenuariane a:hover {
  text-decoration: underline;
}
.bouton_pnr {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 390px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 25px;
  border: 1px solid transparent;
  margin: 0 0 20px;
}
.bouton_pnr span,
.bouton_pnr i {
  font-size: 40px;
  margin-right: 17px;
}
.bouton_pnr.primary {
  background: #2B3A2B;
  color: #F7ECDD;
  border-color: #2B3A2B;
}
.bouton_pnr.primary span,
.bouton_pnr.primary i {
  color: #F7ECDD;
}
.bouton_pnr.primary:hover {
  background: transparent;
  color: #2B3A2B;
}
.bouton_pnr.primary:hover span,
.bouton_pnr.primary:hover i {
  color: #2B3A2B;
}
.bouton_pnr.secondary {
  background: #B5B25F;
  color: #1B2720;
  border-color: #B5B25F;
}
.bouton_pnr.secondary span,
.bouton_pnr.secondary i {
  color: #1B2720;
}
.bouton_pnr.secondary:hover {
  background: transparent;
  color: #B5B25F;
}
.bouton_pnr.secondary:hover span,
.bouton_pnr.secondary:hover i {
  color: #B5B25F;
}
.bouton_pnr.third {
  background: #1E736E;
  color: #F7ECDD;
  border-color: #1E736E;
}
.bouton_pnr.third span,
.bouton_pnr.third i {
  color: #F7ECDD;
}
.bouton_pnr.third:hover {
  background: transparent;
  color: #1E736E;
}
.bouton_pnr.third:hover span,
.bouton_pnr.third:hover i {
  color: #1E736E;
}
.bouton_pnr.white {
  background: #F7ECDD;
  color: #1B2720;
  border-color: #F7ECDD;
}
.bouton_pnr.white span,
.bouton_pnr.white i {
  color: #1B2720;
}
.bouton_pnr.white:hover {
  background: transparent;
  color: #F7ECDD;
}
.bouton_pnr.white:hover span,
.bouton_pnr.white:hover i {
  color: #F7ECDD;
}
.bouton_pnr.transparent {
  background: transparent;
  color: #F7ECDD;
  border-color: #F7ECDD;
}
.bouton_pnr.transparent span,
.bouton_pnr.transparent i {
  color: #F7ECDD;
}
.bouton_pnr.transparent:hover {
  background: #F7ECDD;
  color: #1B2720;
}
.bouton_pnr.transparent:hover span,
.bouton_pnr.transparent:hover i {
  color: #1B2720;
}
.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.8);
}
.fondModal .modalclosebackground {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fondModal .modalinner {
  max-width: 317px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  animation-name: animmodal;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.fondModal .modalinner .modalContent {
  border-radius: 10px;
  background-color: #2B3A2B;
  color: #F7ECDD;
  margin: 0px;
  padding: 15px;
}
.fondModal .modalinner .modalContent .modalClose {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #F7ECDD;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.fondModal .modalinner .modalContent .modalClose:hover {
  color: #B5B25F;
}
.fondModal .modalinner .modalContent .titremodal {
  margin: 5px 0px 15px 0px;
  color: #F7ECDD;
  font-size: 2.2rem;
  font-weight: 500;
}
.fondModal .modalinner .modalContent .accessoption {
  padding: 5px 10px;
  background-color: #F7ECDD;
  border-radius: 10px;
  margin-top: 8px;
}
.fondModal .modalinner .modalContent .accessoption p.formtexte {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2B3A2B;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle {
  margin-left: 0px;
  margin-top: -10px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #2B3A2B;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle {
  margin: 5px 15px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle input + label {
  margin-left: 63px;
  color: #2B3A2B;
}
.fondModal .modalinner .modalContent form.modalrech ::placeholder {
  color: #969696;
}
.fondModal .modalinner .modalContent form.modalrech input[type="text"] {
  border: 0px #F7ECDD solid;
  background-color: #F7ECDD;
  color: #2B3A2B;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: none;
  width: 100%;
  padding: 8px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
.fondModal .modalinner .modalContent form.modalrech input[type="submit"] {
  display: block;
  margin: auto;
}
div.cs_elem {
  border: 1.5px solid #F7ECDD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 25px 15px;
  height: 484px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}
div.cs_elem span.categ {
  font-family: 'Ge Body', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  background-color: #F7ECDD;
  color: #2B3A2B;
  padding: 3px 16px;
  position: absolute;
  top: -13px;
  left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.cs_elem div.h6like {
  margin-bottom: 0;
}
div.cs_elem div.image {
  margin: 0 auto 10px;
  max-width: 100%;
}
div.cs_elem div.image .imgcropCtn {
  width: 171px;
  height: 171px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
}
div.cs_elem h3.titre {
  font-family: 'Ge Body', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
div.cs_elem h3.titre:before {
  content: "";
}
div.cs_elem h3.titre:after {
  content: "";
}
div.cs_elem p.description {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0 0 20px;
  color: #F7ECDD;
  max-height: 127px;
  overflow: hidden;
}
div.cs_elem a.bouton_pnr {
  margin-bottom: 0;
  padding: 5px 25px;
  max-width: fit-content;
}
section.section-listedoffres div.cs_elem {
  margin-bottom: 50px;
}
.pastille {
  display: inline-block;
  position: relative;
  max-width: 210px;
  padding: 30px;
  background: url(/wp-content/themes/yatatheme/img/fond_icones_vertclair.svg) top left / 100% 100% no-repeat;
  text-align: center;
  color: #1B2720;
  font-family: 'Ge Body', sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 1px;
  min-height: 170px;
}
.pastille:before {
  content: "";
  display: block;
  margin: 0 auto 12px;
  width: 100%;
  min-width: 60px;
  background: center top / contain no-repeat;
  height: 60px;
}
.past1:before {
  background-image: url(/wp-content/themes/yatatheme/img/imaginaterres.svg);
}
.past2:before {
  background-image: url(/wp-content/themes/yatatheme/img/escapades.svg);
}
.past3:before {
  background-image: url(/wp-content/themes/yatatheme/img/vadrouilles.svg);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e67800;
  font-size: 1.6rem;
  color: #F7ECDD;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #F7ECDD;
  font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e62300;
  font-size: 1.6rem;
  color: #F7ECDD;
}
.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: #1B2720;
}
.pagination__ctn nav > span.current {
  color: #2B3A2B;
}
.pagination__ctn nav a:hover {
  color: #2B3A2B;
}
.section-enconstruction {
  height: 100vh;
  background: #B5B25F;
  color: #F7ECDD;
  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: #2B3A2B;
}
.wpml-ls {
  display: inline-flex;
  display: none;
  margin: 0 5px;
  justify-content: center;
  align-items: flex-end;
  width: 41px;
  height: 32px;
  background: url(/wp-content/themes/yatatheme/img/fond_icones.svg) 100% 100% no-repeat;
}
.wpml-ls-legacy-dropdown a {
  color: #2B3A2B !important;
  transform: translateY(-3px);
  border: 0px solid #1B2720 !important;
  background-color: transparent !important;
  padding: 5px 10px !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #F7ECDD;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #B5B25F !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}
.bloclienrech {
  max-width: 900px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  min-height: 120px;
}
.bloclienrech div.miniimgrech {
  margin-right: 20px;
  float: left;
  width: 250px;
  height: 117px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #B5B25F;
}
form.searchpageform {
  text-align: center;
}
form.searchpageform input[type="text"] {
  border: 0px #F7ECDD solid;
  background-color: #F7ECDD;
  color: #2B3A2B;
  outline: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 16px;
  margin: 0 0 20px;
  line-height: 1;
}
form.searchpageform input[type="submit"] {
  max-width: 390px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 25px;
  border: 1px solid transparent;
  background-color: #F7ECDD;
  color: #2B3A2B;
  border-color: #F7ECDD;
}
form.searchpageform input[type="submit"]:hover {
  color: #F7ECDD;
  background-color: transparent;
}
p.searchresults {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.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: #1B2720;
}
.toggle input:checked + label {
  color: #2B3A2B;
}
.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: 24px;
  width: 48px;
  border-radius: 16px;
  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: 20px;
  width: 20px;
  background-color: #F7ECDD;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -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: #2B3A2B;
}
.toggle input:checked + label::after {
  -webkit-transform: translate(22px,0);
  -moz-transform: translate(22px,0);
  -ms-transform: translate(22px,0);
  -o-transform: translate(22px,0);
  transform: translate(22px,0);
}
.gdpr-data-request-block {
  padding: 40px 20px;
}
.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;
  color: #F7ECDD;
}
@media (max-width: 1699px) {
  form.formrechmesenvies {
    height: 87px;
  }
}
@media (max-width: 1399px) {
  header.hdr .inner nav > div > ul > li > a {
    font-size: 1.5rem;
  }
  header.hdr .inner nav > div > ul > li {
    padding: 0 10px;
  }
  .pastille {
    padding: 30px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    min-height: auto;
  }
  .pastille:before {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  header.hdr {
    padding: 25px 25px;
  }
  body div.container h1,
  body div.container-fluid h1 {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
  .pastille {
    padding: 20px;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .pastille:before {
    height: 40px;
  }
  form.formrechmesenvies .selecteur {
    width: 18.2%;
  }
}
@media (max-width: 991px) {
  body.page-id-9053 header.hdr.stickyHeader,
  body.page-id-9055 header.hdr.stickyHeader,
  body.page-id-9057 header.hdr.stickyHeader,
  body.page-id-13413 header.hdr.stickyHeader {
    position: relative;
  }
  header.hdr.stickyHeader {
    position: relative;
  }
  header.hdr.stickyHeader .inner nav.mainmenu {
    display: none;
  }
  header.hdr.stickyHeader .inner a.logo {
    width: 145px;
  }
  header.hdr.stickyHeader .inner a.logo img {
    height: 110px;
  }
  header.hdr.stickyHeader .inner span.burger {
    display: flex;
    position: absolute;
    top: 35px;
    right: 30px;
    width: 60px;
    height: 46px;
  }
  header.hdr.stickyHeader .inner span.burger i {
    font-size: 1.9rem;
  }
  header.hdr.stickyHeader .inner span.icones {
    display: none;
  }
  header.hdr.stickyHeader .inner .menumobile span.background_feuille {
    display: none;
  }
  header.hdr.stickyHeader .inner .menumobile nav > div > ul >li {
    margin: 0 5px;
    padding: 29px;
    max-width: 180px;
  }
  header.hdr.stickyHeader.menuopened .inner a.logo img.logomenumobile {
    display: none;
  }
  header.hdr.stickyHeader.menuopened .inner span.icones {
    display: block;
    margin-top: 33px;
  }
  body main {
    margin-top: 0px;
    padding: 0 10px;
  }
  .container {
    max-width: none;
  }
  body.home {
    background-image: none;
  }
  span.socials_links {
    display: none;
  }
  .section-paragraphe table {
    width: 100% !important;
  }
  footer.ftr .copyright {
    padding: 15px 110px 30px 20px;
  }
  #cookie-law-info-again {
    right: auto !important;
    left: 20px;
  }
  form.formrechmesenvies {
    height: 104px;
  }
}
@media (max-width: 767px) {
  .slick-slider button.slick-arrow {
    display: none !important;
  }
  .menumobile nav > div > ul {
    flex-direction: column;
  }
  header.hdr.stickyHeader .inner .menumobile nav > div > ul >li {
    margin: 5px 5px;
    padding: 24px 20px;
    max-width: 190px;
  }
  header.hdr .inner .menumobile div.logos a {
    margin-right: 30px;
  }
  header.hdr .inner .menumobile div.logos a img {
    height: 50px;
  }
  footer.ftr .inner .menufooter li {
    text-align: center;
  }
  footer .row > div {
    text-align: center;
  }
  footer.ftr .inner .logofooter img {
    max-width: 200px;
  }
  footer.ftr .inner .logosfooter {
    justify-content: space-around;
    margin: 20px 0 20px 0;
  }
  body div.container h1,
  body div.container-fluid h1 {
    font-size: 3.3rem;
    line-height: 4rem;
  }
  body div.container h2,
  body div.container .h2like,
  body div.container-fluid h2,
  body div.container-fluid .h2like {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .bouton_pnr span,
  .bouton_pnr i {
    font-size: 30px;
  }
  form.formrechmesenvies {
    height: auto;
    border: 0px solid #F7ECDD;
    padding: 0;
  }
  form.formrechmesenvies .selecteur {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575px) {
  header.hdr {
    padding: 15px 15px;
  }
  header.hdr.stickyHeader .inner a.logo img {
    height: 90px;
  }
  header.hdr.stickyHeader .inner a.logo {
    width: 115px;
  }
  header.hdr.stickyHeader .inner span.burger {
    top: 25px;
  }
  body main {
    margin-top: 20px;
  }
  header.hdr.stickyHeader.menuopened .inner a.logo img,
  header.hdr.stickyHeader.scrolling .inner a.logo img {
    height: 90px;
  }
  header.hdr.stickyHeader .inner .menumobile nav > div > ul >li {
    background: none;
    padding: 5px 5px;
    max-width: 260px;
  }
  header.hdr.stickyHeader .inner .menumobile nav > div > ul >li a {
    color: #2B3A2B;
  }
  header.hdr .inner .menumobile span.background_pin {
    display: none;
  }
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
  body div.container h1,
  body div.container-fluid h1 {
    font-size: 2.7rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  body div.container h2,
  body div.container .h2like,
  body div.container-fluid h2,
  body div.container-fluid .h2like {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  body div.container h2.chapeau,
  body div.container-fluid h2.chapeau {
    margin: 0 0 30px;
  }
  body div.container h3,
  body div.container .h3like,
  body div.container-fluid h3,
  body div.container-fluid .h3like {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  main.main .mb60,
  main.main .mb70 {
    margin-bottom: 50px;
  }
  main.main .mb100 {
    margin-bottom: 70px;
  }
}
