@charset "utf-8";
/*
Theme Name:		Votre thème
Description: 	Thème créé sur mesure pour vous!
Version: 		1.0.0

Author: 		Duo
Author URI: 	https://duoeg.com
Template: 		starting-point
Text Domain:	starting-point-child 
*/
.fa,
.far,
.fas,
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  font-style: italic;
  color: var(--sp_color_1);
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -200000;
  background-color: var(--sp_color_2);
}
@media (min-width: 1500px) {
  .container {
    width: 1220px;
  }
}
/* General
 * ================================================== */
::-webkit-scrollbar-thumb {
  background-color: var(--sp_color_1);
}
.navbar-toggle {
  display: block;
  color: var(--sp_color_1);
}
.navbar-toggle i {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.site-logo-link {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
#page-container {
  padding-top: 170px;
}
#toTop {
  opacity: 1;
  border-radius: 20px;
  border: none !important;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 15px;
}
#toTop i {
  display: none;
}
#toTop:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f077";
  font-style: normal;
}
#toTop:active,
#toTop:focus,
#toTop:hover {
  opacity: 1;
  border-radius: 0;
}
@media (min-width: 992px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}
/* Header
 * ================================================== */
.site-header {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 30px 0 0;
}
.site-header .container {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .site-header .container {
    width: 80%;
  }
}
.site-header .row {
  margin: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-areas: "logo nav";
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .row::before,
.site-header .row::after {
  display: none;
}
.site-header .navbar-collapse {
  padding: 0;
}
.site-header .logo-container {
  grid-area: logo;
  padding: 0 15px;
}
.site-header .logo-container .site-logo {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-line-pack: center;
      align-content: center;
}
.site-header .logo-container .site-logo path {
  fill: var(--sp_color_1);
}
.site-header .logo-container .site-logo-link {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.site-header .logo-container .site-logo.partial-icon {
  width: 25px;
  max-height: 500px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.site-header .logo-container .site-logo.partial-text {
  width: 127px;
}
.site-header .nav-primary,
.site-header .navbar-header {
  grid-area: nav;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
.site-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.site-header .navbar-nav > li {
  float: none;
}
.site-header .navbar-nav > li > a {
  color: var(--sp_color_1);
  text-align: center;
  font-family: "DM Sans";
  padding: 15px 5px;
}
.site-header .navbar-nav > li > a:active,
.site-header .navbar-nav > li > a:focus,
.site-header .navbar-nav > li > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-header .navbar-nav > li + li {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .site-header .navbar-nav > li + li {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar-nav > li + li {
    margin-left: 80px;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar-nav > li + li {
    margin-left: 145px;
  }
}
@media (min-width: 768px) {
  .site-header .navbar-header {
    display: none;
  }
}
.site-header .navbar {
  display: none;
}
.site-header .navbar-nav {
  float: none;
}
.site-header .navbar-toggle {
  display: block;
}
@media (min-width: 768px) {
  .site-header .navbar {
    display: block;
  }
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--sp_color_2);
  opacity: 0.8;
  z-index: -1;
}
.site-header .container,
.section-title-bar .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1500px) {
  .site-header .container,
  .section-title-bar .container {
    width: 1470px;
  }
}
@media (min-width: 1800px) {
  .site-header .container,
  .section-title-bar .container {
    width: 1770px;
  }
}
@media (min-width: 1900px) {
  .site-header .container,
  .section-title-bar .container {
    width: 1820px;
  }
}
/* Slider
 * ================================================== */
h1 {
  line-height: 1;
  margin: 120px 0 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: clamp(60px, 6vw, 100px);
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: clamp(80px, 6.75vw, 150px);
    margin: 150px 0 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: clamp(80px, 6.75vw, 150px);
    margin: 180px 0 30px;
  }
}
@media (min-width: 1500px) {
  h1 {
    margin: 200px 0 30px;
  }
}
.section {
  position: relative;
}
.section .next-tab {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  cursor: pointer;
  z-index: 25;
}
.section .next-tab .icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 36px;
}
.section .next-tab:active .icon,
.section .next-tab:focus .icon,
.section .next-tab:hover .icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.section-0 h2 {
  text-align: center;
}
.section-0 h2 span::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid transparent;
  top: 50%;
  width: min(100vw, 470px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 25px);
}
.section-0 ol {
  list-style-type: none;
  padding-left: 0;
  font-style: initial;
  margin-top: 40px;
  padding-left: 40px;
  margin-bottom: 70px;
}
.section-0 ol > li[data-initial] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 0 75px;
  position: relative;
}
.section-0 ol > li[data-initial] + li {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .section-0 ol > li[data-initial] + li {
    margin-top: 0;
  }
}
.section-0 ol > li[data-initial]::before {
  content: attr(data-initial);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 12px;
  font-size: 125px;
  line-height: 125px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .section-0 ol > li[data-initial]::before {
    font-size: 150px;
    padding: 0;
    opacity: 1;
    left: auto;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (min-width: 992px) {
  .section-0 ol > li[data-initial]::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .section-0 ol > li[data-initial] {
    position: static;
    padding: 120px 60px 0 0;
  }
}
@media (min-width: 768px) {
  .section-0 ol {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .section-0 ol {
    margin-bottom: 40px;
  }
}
.section-title-bar {
  font-weight: 500;
  text-align: center;
  position: relative;
  color: var(--sp_color_1);
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
  font-style: normal;
}
.section-title-bar .the-content {
  font-size: 30px;
  font-size: clamp(20px, 1.5vw, 36px);
  letter-spacing: 1px;
  margin-bottom: clamp(150px, 10vw, 200px);
}
@media (min-width: 1500px) {
  .section-title-bar .the-content {
    margin-bottom: clamp(230px, 12vw, 250px);
  }
}
.section-title-bar .the-title,
.section-title-bar .the-content {
  z-index: 10;
}
.section.has-background-image {
  padding: clamp(50px, 4vw, 125px) 0 0;
}
.section.has-background-image > .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -25;
  opacity: 0.5;
}
.section.has-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 150px, #000000 calc(100% - 150px), #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 150px, #000000 calc(100% - 150px), #000000 100%);
}
.section:not(.has-background-image) + .has-background-image {
  padding-top: 0;
}
.section.has-background-image {
  padding-bottom: 0;
}
.section.has-background-image + :not(.has-background-image) {
  padding-top: 0;
}
.module-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  border-radius: 50px;
}
.module-slider .carousel-indicators {
  top: 50px;
  right: 70px;
  bottom: auto;
  left: auto;
  margin: 0;
  width: auto;
  clear: both;
  border-radius: 50px;
  border: 3px solid transparent;
}
.module-slider .carousel-indicators li {
  float: left;
  text-indent: 0;
  width: auto;
  height: auto;
  color: var(--sp_color_3);
  border: none;
  padding: 8px 29px;
  font-family: "Inter";
  font-size: 18px;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-slider .carousel-indicators li + li {
  margin-left: 0;
}
.module-slider .carousel-indicators li.active {
  background-color: var(--sp_color_2);
}
.module-slider .carousel-indicators li:first-child {
  border-radius: 50px 0 0 50px;
}
.module-slider .carousel-indicators li:last-child {
  border-radius: 0 50px 50px 0;
}
.module-slider .module-inner,
.module-slider .carousel-inner,
.module-slider .slider-module-content,
.module-slider .item,
.module-slider .image {
  height: 100%;
  border-radius: inherit;
}
.module-slider .item {
  min-height: 100%;
  position: relative;
  display: none;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
  -webkit-perspective: none;
          perspective: none;
}
.module-slider .item .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: -5;
}
.module-slider .item.active {
  display: block;
}
/* Shack
 * ================================================== */
h2 {
  font-weight: 400;
  color: var(--sp_color_1);
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
}
h2 .heading-inner {
  position: relative;
}
h2 .heading-inner::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid transparent;
  top: 50%;
  width: 100vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 25px);
}
@media (min-width: 1200px) {
  h2 {
    letter-spacing: 4px;
  }
}
@media (min-width: 1500px) {
  h2 {
    font-size: clamp(50px, 3vw, 70px);
    margin-bottom: clamp(35px, 2.35vw, 50px);
  }
}
h3 {
  color: var(--sp_color_1);
  font-weight: 400;
}
@media (min-width: 1500px) {
  h3 {
    font-size: clamp(30px, 2.2vw, 48px);
    margin-top: clamp(30px, 1.5vw, 60px);
    margin-bottom: clamp(20px, 1vw, 30px);
  }
}
.container,
.row,
.sp-column,
.tab-content,
.recent-posts-feed {
  overflow: visible;
}
.sp-column {
  padding: 25px 15px;
}
.sp-column.has-google-map {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp-column.has-google-map .content,
.sp-column.has-google-map .google-maps-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp-column.has-google-map .google-maps-container {
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-column.has-google-map .google-maps-container iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-column.has-background-image {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1500px) {
  .sp-column.has-background-image .content {
    padding: 20px 15px;
  }
}
.sp-column.has-background-image > .background-image {
  border-radius: 35px;
}
@media (min-width: 992px) {
  .sp-column.has-background-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 10%;
  }
  .sp-column.has-background-image .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 52%;
            flex: 1 0 52%;
  }
  .sp-column.has-background-image > .background-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 38%;
            flex: 1 0 38%;
  }
  .sp-column.has-background-image.column-odd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1500px) {
  .sp-column.has-background-image > .background-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 42%;
            flex: 1 0 42%;
  }
}
@media (min-width: 992px) {
  .sp-column {
    padding: 50px 15px 25px;
  }
}
@media (min-width: 1200px) {
  .sp-column {
    padding: 75px 15px 50px;
  }
}
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
}
/* Quoi faire
 * ================================================== */
.section-1 .container {
  position: relative;
}
.section-1 .column-0 h2 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section-1 .column-0 p {
    width: 50%;
  }
}
.section-1 .column-1 {
  padding-top: 0;
  position: static;
}
.section-1 .sp-column-tabs {
  position: static;
}
.section-1 .sp-column-tabs .tab-content {
  position: static;
}
@media (min-width: 768px) {
  .section-1 .recent-posts-feed .recent-post-nav {
    top: 35px;
  }
}
@media (min-width: 992px) {
  .section-1 .recent-posts-feed .recent-post-nav {
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .section-1 .recent-posts-feed .recent-post-nav {
    top: 75px;
  }
}
@media (min-width: 1800px) {
  .section-1 {
    padding-top: 50px;
  }
}
.recent-posts-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: visible;
  text-align: left;
  gap: 15px;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.recent-posts-feed .recent-post-nav {
  cursor: pointer;
  background-color: var(--sp_color_2);
  padding: 0 10px;
}
.recent-posts-feed .recent-post-nav i:before,
.recent-posts-feed .recent-post-nav i:after {
  opacity: 1;
}
.recent-posts-feed .recent-post-nav.go-new i {
  color: transparent;
}
.recent-posts-feed .recent-post-nav.go-new i:before {
  color: var(--sp_color_1);
}
.recent-posts-feed .recent-post-nav.go-old i {
  border-radius: 1000px;
}
.recent-posts-feed .recent-post-nav.go-old i:before {
  color: var(--sp_color_2) !important;
}
.recent-posts-feed .recent-post-nav-inner {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  position: relative !important;
}
@media (min-width: 768px) {
  .recent-posts-feed .recent-post-nav {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .recent-posts-feed .recent-post-nav {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .recent-posts-feed .recent-post-nav {
    font-size: 60px;
  }
}
.recent-posts-feed .tab-content {
  /* overflow-x: visible; */
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 99%;
          flex: 1 0 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
.recent-posts-feed .tab-content h3 {
  margin-bottom: 10px;
}
.recent-posts-feed .tab-content .tab-pane {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75vw;
          flex: 0 0 75vw;
  padding-top: 275px;
}
.recent-posts-feed .tab-content .tab-pane .background-image {
  height: 275px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .recent-posts-feed .tab-content .tab-pane {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    padding-top: 275px;
  }
  .recent-posts-feed .tab-content .tab-pane .background-image {
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .recent-posts-feed .tab-content .tab-pane {
    padding-top: 345px;
  }
  .recent-posts-feed .tab-content .tab-pane .background-image {
    height: 325px;
  }
}
.recent-posts-feed .tab-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background: black;
  width: 100vw;
}
.recent-posts-feed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 100vw;
  z-index: 5;
  background: var(--sp_column_2);
}
/* J'embarque
 * ================================================== */
@media (min-width: 992px) {
  .section-2 p {
    width: 50%;
  }
}
/* Contact Form 7
 * ================================================== */
.wpcf7 {
  padding-top: 25px;
  font-style: normal;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  border-left: 3px solid;
  padding: 5px 10px;
  margin-top: 5px;
  margin-left: 15px;
  border-bottom: 1px solid;
  display: none;
}
.wpcf7 .wpcf7-not-valid .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-submit {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-submit {
    margin-top: 0;
  }
}
.wpcf7 label {
  font-weight: 500;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form-control {
  background: transparent;
}
.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control {
  border: 1px solid var(--sp_color_1);
  border-radius: 35px;
  padding: 8px 20px;
  font-style: italic;
  width: 100%;
}
.wpcf7 input.wpcf7-form-control:active,
.wpcf7 textarea.wpcf7-form-control:active,
.wpcf7 input.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus,
.wpcf7 input.wpcf7-form-control:hover,
.wpcf7 textarea.wpcf7-form-control:hover {
  outline: none;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 input[type="file"] {
  padding-left: 275px;
}
.wpcf7 input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.wpcf7 input[type="file"] ::file-selector-button {
  display: none;
}
.wpcf7 input[type="file"]:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "Joindre le fichier";
  background-color: var(--sp_color_1);
  color: var(--sp_color_2);
  font-weight: 500;
  font-style: normal;
  border-radius: 35px;
  padding: 9px 50px;
  background-size: 100% 200%;
}
.wpcf7 input[type="file"]:active:before,
.wpcf7 input[type="file"]:focus:before,
.wpcf7 input[type="file"]:hover:before {
  background-position: 0 100%;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  position: relative;
  padding-left: 25px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:before,
.wpcf7 .wpcf7-radio .wpcf7-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.wpcf7 .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  left: -9999rem;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.wpcf7 .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7 .wpcf7-radio .wpcf7-list-item {
    padding-left: 25px;
  }
}
.wpcf7 .js-float-label-wrapper:has(textarea) {
  position: relative;
}
.wpcf7 .js-float-label-wrapper:has(textarea) textarea {
  border: none;
  padding: 8px 30px;
}
.wpcf7 .js-float-label-wrapper:has(textarea) textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.wpcf7 .js-float-label-wrapper:has(textarea) textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.wpcf7 .js-float-label-wrapper:has(textarea) textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.wpcf7 .js-float-label-wrapper:has(textarea):before {
  content: "";
  position: absolute;
  top: 45px;
  right: 15px;
  bottom: 25px;
  left: 0;
  border-radius: 35px;
  z-index: -1;
  border: 1px solid var(--sp_color_1);
}
@media (min-width: 992px) {
  .wpcf7 p {
    margin-bottom: 20px;
  }
  .wpcf7 .wpcf7-checkbox,
  .wpcf7 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 4%;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7 .wpcf7-radio .wpcf7-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding-left: 25px;
  }
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
  .wpcf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
}
.wpcf7[id*="f31"] .field-jesuis {
  grid-area: iam;
}
.wpcf7[id*="f31"] .field-nom {
  grid-area: nom;
}
.wpcf7[id*="f31"] .field-courriel {
  grid-area: email;
}
.wpcf7[id*="f31"] .field-tel {
  grid-area: tel;
}
.wpcf7[id*="f31"] .field-message {
  grid-area: msg;
}
.wpcf7[id*="f31"] .field-cv {
  grid-area: cv;
}
.wpcf7[id*="f31"] .field-submit {
  grid-area: submit;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.wpcf7[id*="f31"] .field-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.wpcf7[id*="f31"] .wpcf7-response-output {
  grid-area: resp;
}
.wpcf7[id*="f31"] form > p {
  grid-area: intro;
}
.wpcf7[id*="f31"] form p {
  width: 100%;
}
@media (min-width: 992px) {
  .wpcf7[id*="f31"] form {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "intro intro" "iam   msg" "nom   msg" "email cv" "tel   submit" "resp  resp";
    -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    gap: 0 30px;
  }
}
.wpcf7[id*="f31"] textarea {
  height: 185px;
}
/* Nous joindre
 * ================================================== */
.section-3 {
  font-style: normal;
}
.section-3 a {
  color: inherit;
}
.section-3 iframe {
  border-radius: 35px;
}
.section-3 .module-contactus {
  margin: 40px 0 25px;
}
.section-3 .module-contactus i[class*="fa-"] {
  display: none;
}
.section-3 .module-contactus .module-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.section-3 .module-contactus .address {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section-3 .module-contactus .phone {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section-3 .module-contactus .email {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-weight: bold;
  text-decoration: underline;
}
.section-3 .module-socialMedia {
  font-size: 36px;
}
.section-3 .module-socialMedia span {
  display: none;
}
@media (min-width: 992px) {
  .section-3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .section-3 .sp-column {
    padding: 0 15px;
  }
  .section-3 .sp-column:not(.column-0) {
    padding-top: 0;
  }
  .section-3 .sp-column.has-google-map {
    position: relative;
  }
  .section-3 .sp-column.has-google-map .content,
  .section-3 .sp-column.has-google-map .google-maps-container,
  .section-3 .sp-column.has-google-map iframe {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 100%;
  }
}
/* Footer
 * ================================================== */
.site-footer .pre-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-width: 3px;
  border-top-style: solid;
  padding: 30px 15px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .site-footer .pre-footer {
    margin-top: 90px;
  }
}
.site-footer .logo-container .site-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-footer .logo-container path {
  fill: var(--sp_color_1);
}
.site-footer .logo-container .partial-icon {
  height: 38px;
}
.site-footer .logo-container .partial-text {
  width: 121px;
}
@media (min-width: 1200px) {
  .site-footer .logo-container .partial-icon {
    height: 56px;
  }
  .site-footer .logo-container .partial-text {
    width: 176px;
  }
}
@media (min-width: 1500px) {
  .site-footer .logo-container .partial-icon {
    height: 70px;
  }
  .site-footer .logo-container .partial-text {
    width: 220px;
  }
}
.site-footer .navbar {
  display: none;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: none;
  background: transparent;
}
.site-footer .navbar-nav {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .navbar-nav > li > a {
  color: var(--sp_color_1);
}
.site-footer .navbar-nav > li > a:active,
.site-footer .navbar-nav > li > a:focus,
.site-footer .navbar-nav > li > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer .navbar {
    display: block;
  }
}
.site-footer .bottom-part {
  background-color: var(--sp_color_1);
  color: var(--sp_color_2);
  padding: 10px 0;
  font-size: 15px;
  font-style: normal;
}
.site-footer .bottom-part a {
  color: var(--sp_color_2);
}
.site-footer .bottom-part .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .site-footer .bottom-part .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .bottom-part .row .author-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}
/* Menu mobile
 * ================================================== */
.offscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 25000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  text-align: right;
  padding: 40px 0;
}
.offscreen-menu .navbar-header {
  float: none;
}
.offscreen-menu .navbar-toggle {
  position: relative;
  z-index: 2;
  margin: 0 35px 10px 0;
  padding: 15px 40px;
}
.offscreen-menu .navbar-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  z-index: -1;
}
.offscreen-menu .mobile-menu {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px 0 0;
  padding-top: 20px;
  border-top: 2px solid transparent;
}
.offscreen-menu .mobile-menu > li {
  padding: 0 20px;
}
.offscreen-menu .mobile-menu > li > a {
  display: block;
  padding: 20px 40px;
  color: var(--sp_color_1);
  position: relative;
}
.offscreen-menu .mobile-menu > li > a:active,
.offscreen-menu .mobile-menu > li > a:focus,
.offscreen-menu .mobile-menu > li > a:hover {
  background-color: transparent;
}
.offscreen-menu .mobile-menu > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  z-index: -1;
}
.offscreen-menu .mobile-menu > li::active a,
.offscreen-menu .mobile-menu > li::focus a,
.offscreen-menu .mobile-menu > li::hover a {
  background-color: transparent;
}
.offscreen-menu .mobile-menu > li::active:after,
.offscreen-menu .mobile-menu > li::focus:after,
.offscreen-menu .mobile-menu > li::hover:after {
  background-color: var(--sp_color_5);
}
.offscreen-menu:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  -webkit-mask-image: url("/wp-content/uploads/2024/04/logo-ico-shack-a-rondeau.svg");
  mask-image: url("/wp-content/uploads/2024/04/logo-ico-shack-a-rondeau.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
}
.offscreen-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  left: -40px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.75);
  z-index: -5;
}
/* User Event conditions
 * ================================================== */
body.admin-bar.logged-in .site-header {
  top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar.logged-in .site-header {
    top: 32px;
  }
}
body.scrolled-down .site-header {
  padding-top: 15px;
}
body.scrolled-down .site-header .site-logo.partial-icon {
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}
body.scrolled-down .site-header .site-logo-link {
  padding-top: 0;
}
.mobile-menu-visible .offscreen-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* Thème: Hiver
 * ================================================== */
body.shack-hiver .recent-posts-feed .recent-post-nav i:after,
body.shack-hiver .wpcf7-not-valid-tip,
body.shack-hiver .site-footer .navbar-nav > li > a:active,
body.shack-hiver .site-footer .navbar-nav > li > a:focus,
body.shack-hiver .site-footer .navbar-nav > li > a:hover,
body.shack-hiver .site-header .navbar-toggle:active,
body.shack-hiver .site-header .navbar-toggle:focus,
body.shack-hiver .site-header .navbar-toggle:hover,
body.shack-hiver .site-header .navbar-nav > li > a:active,
body.shack-hiver .site-header .navbar-nav > li > a:focus,
body.shack-hiver .site-header .navbar-nav > li > a:hover,
body.shack-hiver .site-footer .navbar-nav > li > a:active,
body.shack-hiver .site-footer .navbar-nav > li > a:focus,
body.shack-hiver .site-footer .navbar-nav > li > a:hover,
body.shack-hiver .section-0 ol > li[data-initial]::before,
body.shack-hiver .site-footer .bottom-part a:active,
body.shack-hiver .site-footer .bottom-part a:focus,
body.shack-hiver .site-footer .bottom-part a:hover,
body.shack-hiver .section a:active,
body.shack-hiver .section a:focus,
body.shack-hiver .section a:hover {
  color: var(--sp_color_4);
}
body.shack-hiver #toTop,
body.shack-hiver .recent-posts-feed .recent-post-nav.go-old:after,
body.shack-hiver .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
body.shack-hiver .wpcf7 .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
body.shack-hiver .module-slider .carousel-indicators,
body.shack-hiver .offscreen-menu::before {
  background-color: var(--sp_color_4);
}
body.shack-hiver .wpcf7 input.wpcf7-form-control:active,
body.shack-hiver .wpcf7 textarea.wpcf7-form-control:active,
body.shack-hiver .wpcf7 input.wpcf7-form-control:focus,
body.shack-hiver .wpcf7 textarea.wpcf7-form-control:focus,
body.shack-hiver .wpcf7 .js-float-label-wrapper:has(textarea:active):before,
body.shack-hiver .wpcf7 .js-float-label-wrapper:has(textarea:focus):before,
body.shack-hiver .pre-footer,
body.shack-hiver h2 span::before,
body.shack-hiver h2 span::after,
body.shack-hiver .module-slider .carousel-indicators {
  border-color: var(--sp_color_4);
}
body.shack-hiver .section .next-tab:active .icon,
body.shack-hiver .section .next-tab:focus .icon,
body.shack-hiver .section .next-tab:hover .icon {
  color: var(--sp_color_4);
}
body.shack-hiver .wpcf7 input[type="file"]:before {
  background-image: -webkit-linear-gradient(bottom, var(--sp_color_5) 50%, var(--sp_color_1) 50%);
  background-image: linear-gradient(to top, var(--sp_color_5) 50%, var(--sp_color_1) 50%);
}
body.shack-hiver .wpcf7-submit:active,
body.shack-hiver .wpcf7-submit:focus,
body.shack-hiver .wpcf7-submit:hover,
body.shack-hiver ::-webkit-scrollbar-track,
body.shack-hiver .offscreen-menu:after,
body.shack-hiver .offscreen-menu .navbar-nav > li:active::after,
body.shack-hiver .offscreen-menu .navbar-nav > li:focus::after,
body.shack-hiver .offscreen-menu .navbar-nav > li:hover::after,
body.shack-hiver .offscreen-menu .navbar-toggle:active::before,
body.shack-hiver .offscreen-menu .navbar-toggle:focus::before,
body.shack-hiver .offscreen-menu .navbar-toggle:hover::before {
  background-color: var(--sp_color_5);
}
body.shack-hiver .wpcf7-submit:active,
body.shack-hiver .wpcf7-submit:focus,
body.shack-hiver .wpcf7-submit:hover,
body.shack-hiver .wpcf7 .wpcf7-checkbox .wpcf7-list-item:before,
body.shack-hiver .wpcf7 .wpcf7-radio .wpcf7-list-item:before,
body.shack-hiver .offscreen-menu .mobile-menu {
  border-color: var(--sp_color_5);
}
/* Thème: Été
 * ================================================== */
body.shack-ete .recent-posts-feed .recent-post-nav i:after,
body.shack-ete .recent-posts-feed .recent-post-nav.go-old i:before,
body.shack-ete .wpcf7-not-valid-tip,
body.shack-ete .site-footer .navbar-nav > li > a:active,
body.shack-ete .site-footer .navbar-nav > li > a:focus,
body.shack-ete .site-footer .navbar-nav > li > a:hover,
body.shack-ete .site-header .navbar-toggle:active,
body.shack-ete .site-header .navbar-toggle:focus,
body.shack-ete .site-header .navbar-toggle:hover,
body.shack-ete .site-header .navbar-nav > li > a:active,
body.shack-ete .site-header .navbar-nav > li > a:focus,
body.shack-ete .site-header .navbar-nav > li > a:hover,
body.shack-ete .site-footer .navbar-nav > li > a:active,
body.shack-ete .site-footer .navbar-nav > li > a:focus,
body.shack-ete .site-footer .navbar-nav > li > a:hover,
body.shack-ete .section-0 ol > li[data-initial]::before,
body.shack-ete .site-footer .bottom-part a:active,
body.shack-ete .site-footer .bottom-part a:focus,
body.shack-ete .site-footer .bottom-part a:hover,
body.shack-ete .section a:active,
body.shack-ete .section a:focus,
body.shack-ete .section a:hover {
  color: var(--sp_color_6);
}
body.shack-ete #toTop,
body.shack-ete .recent-posts-feed .recent-post-nav.go-old:after,
body.shack-ete .wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
body.shack-ete .wpcf7 .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
body.shack-ete .module-slider .carousel-indicators,
body.shack-ete .offscreen-menu::before {
  background-color: var(--sp_color_6);
}
body.shack-ete .wpcf7 input.wpcf7-form-control:active,
body.shack-ete .wpcf7 textarea.wpcf7-form-control:active,
body.shack-ete .wpcf7 input.wpcf7-form-control:focus,
body.shack-ete .wpcf7 textarea.wpcf7-form-control:focus,
body.shack-ete .wpcf7 .js-float-label-wrapper:has(textarea:active):before,
body.shack-ete .wpcf7 .js-float-label-wrapper:has(textarea:focus):before,
body.shack-ete .pre-footer,
body.shack-ete h2 span::before,
body.shack-ete h2 span::after,
body.shack-ete .module-slider .carousel-indicators {
  border-color: var(--sp_color_6);
}
body.shack-ete .section .next-tab:active .icon,
body.shack-ete .section .next-tab:focus .icon,
body.shack-ete .section .next-tab:hover .icon {
  color: var(--sp_color_6);
}
body.shack-ete .wpcf7 input[type="file"]:before {
  background-image: -webkit-linear-gradient(bottom, var(--sp_color_6) 50%, var(--sp_color_1) 50%);
  background-image: linear-gradient(to top, var(--sp_color_6) 50%, var(--sp_color_1) 50%);
}
body.shack-ete .wpcf7-submit:active,
body.shack-ete .wpcf7-submit:focus,
body.shack-ete .wpcf7-submit:hover,
body.shack-ete ::-webkit-scrollbar-track,
body.shack-ete .offscreen-menu:after,
body.shack-ete .offscreen-menu .navbar-nav > li:active::after,
body.shack-ete .offscreen-menu .navbar-nav > li:focus::after,
body.shack-ete .offscreen-menu .navbar-nav > li:hover::after,
body.shack-ete .offscreen-menu .navbar-toggle:active::before,
body.shack-ete .offscreen-menu .navbar-toggle:focus::before,
body.shack-ete .offscreen-menu .navbar-toggle:hover::before {
  background-color: var(--sp_color_7);
}
body.shack-ete .wpcf7-submit:active,
body.shack-ete .wpcf7-submit:focus,
body.shack-ete .wpcf7-submit:hover,
body.shack-ete .wpcf7 .wpcf7-checkbox .wpcf7-list-item:before,
body.shack-ete .wpcf7 .wpcf7-radio .wpcf7-list-item:before,
body.shack-ete .offscreen-menu .mobile-menu {
  border-color: var(--sp_color_7);
}
.section ol {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .section ol {
    margin-top: 220px;
  }
  .section ol > li[data-initial] {
    position: relative;
    padding-top: 0;
  }
  .section ol > li[data-initial]:before {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
html,
body {
  scroll-behavior: smooth;
}
a[name] {
  scroll-margin-top: 110px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  padding-left: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:before,
.wpcf7 .wpcf7-radio .wpcf7-list-item:before {
  z-index: -1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  padding-left: 25px;
}
.section ol.carousel-indicators > li[data-initial] {
  padding-top: 8px;
}
@media (max-width: 529px) {
	.module-slider .carousel-indicators {
		top: 30px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.section-title-bar p {
		letter-spacing: initial;
		font-size: clamp(15px, 4vw, 20px);
	}
	.sp-column {
		padding: 40px 15px;
	}
	h2,
	h3 {
		margin: 30px 0 20px;
	}
}
@media (max-width: 529px) and (max-width: 429px) {
	.module-slider .carousel-indicators li {
		padding: 8px 15px;
	}
}
@media (max-width: 767px) {
	.section-0 ol > li[data-initial] {
		padding-left: 120px;
	}
}
.pre-footer {
	justify-content: center;
}
@media (min-width: 768px) {
	.pre-footer {
		justify-content: space-between;
	}
}
.site-header .navbar-toggle {
	margin: 0;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
html { 
	margin-top: 0 !important; 
}
body.admin-bar.logged-in .site-header {
	top: 0;
}
@media (max-width: 767px) {
	.browser-iphone .section-1 .sp-column-tabs .tab-content {
		overflow-x: scroll;
		margin-right: -15px;
		margin-left:  -15px;
		padding-left: 15px;
	}
}
.recent-posts-feed .tab-content {
	-webkit-scroll-snap-type: mandatory;
	    -ms-scroll-snap-type: mandatory;
	        scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-x: repeat(75vw);
	    -ms-scroll-snap-points-x: repeat(75vw);
	        scroll-snap-points-x: repeat(75vw);
	-webkit-scroll-snap-type: x mandatory;
	    -ms-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}
.recent-posts-feed .tab-pane {
	scroll-snap-align: start;
}
@media (max-width: 479px) {
	.wpcf7 input[type="file"] {
		padding-top: 50px;
		padding-bottom: 15px;
		padding-left: 25px;
	}
	.wpcf7 input[type="file"]:before {
		width: 100%;
		padding-left: 25px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}
.recent-posts-feed .recent-post-nav.go-old {
	-webkit-transform: translateX( calc(-100% - 10px) ) scale(-1);
	        transform: translateX( calc(-100% - 10px) ) scale(-1);
}
.recent-posts-feed .recent-post-nav.go-new {
	-webkit-transform: translateX(100%) scale(-1);
	        transform: translateX(100%) scale(-1);
}

@media (min-width: 768px) {
	.recent-posts-feed .recent-post-nav.go-old {
		-webkit-transform: scale(-1);
		        transform: scale(-1);
	}
	.recent-posts-feed .recent-post-nav.go-new {
		-webkit-transform: translateX(100%) scale(-1);
		        transform: translateX(100%) scale(-1);
	}
}
@media (min-width: 992px) {
	.recent-posts-feed .recent-post-nav.go-old {
		-webkit-transform: translateX(-100%) scale(-1);
		        transform: translateX(-100%) scale(-1);
	}
	.recent-posts-feed .recent-post-nav.go-new {
		-webkit-transform: scale(-1);
		        transform: scale(-1);
	}
}
.module-slider .item .image {
	opacity: 0.8;
}
