@charset "UTF-8";
/*--------------------------------------------------------------

        0. Global

--------------------------------------------------------------*/
body {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 782px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 2rem;
  }
}
a {
  color: var(--tourisme64-red);
}
a:hover {
  color: var(--tourisme64-dark);
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#main li {
  margin-left: 30px;
  padding-left: 10px;
  display: list-item;
}

section:not(#primary):not(#header) {
  position: relative;
}

/* section:not(#primary):not(#header) > *{position: relative; z-index: 2;} */
section:not(#primary):not(#header).has-dark-background-color {
  background: transparent !important;
}

section:not(#primary):not(#header):after {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: inherit;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
}

section:not(#primary):not(#header).has-dark-background-color:after {
  background: var(--tourisme64-dark);
}

.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.wp-block-button__link:hover {
  background: var(--tourisme64-dark);
  color: var(--ts-color-white);
}

@media (min-width: 782px) {
  .wp-block-button__link {
    font-size: 1.8rem;
  }
}
/*	Bearn	*/
.bearn .wp-block-button.is-style-outline,
.bearn.single-sejour section#sejour-bg {
  background: var(--tourisme64-bearn);
}

.bearn .title-bloc-container .title-bloc,
.bearn .highlight-bloc-container {
  border-color: var(--tourisme64-bearn);
}

/*	Pays basque	*/
.pays-basque .wp-block-button.is-style-outline,
.pays-basque.single-sejour section#sejour-bg {
  background: var(--tourisme64-basque);
}

.pays-basque .title-bloc-container .title-bloc,
.pays-basque .highlight-bloc-container {
  border-color: var(--tourisme64-basque);
}

/**

*	Blocs ACF

**/
/*--------------------------------------------------------------

        2. Header

--------------------------------------------------------------*/
/*#header > .header-background{

    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);

    -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);

}*/
body {
  --container-size: 100%;
  --wp--preset--font-size--huge: 2.5rem;
  --wp--preset--font-size--x-large: 1.9rem;
  --wp--preset--font-size--large: 1.7rem;
  --wp--preset--font-size--small:1.5rem;
  /*border:10px solid olive!important;*/
}

#header figure {
  padding: 0;
}

#header h1 {
  font-style: normal;
  margin-top: 40px;
  font-size: var(--wp--preset--font-size--huge);
  position: relative;
  border-left: none 0;
  font-style: italic;
}

/*#header .content-area{width:100%;margin:0;}*/
h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

/*body:before{
    content:"mobile first";
}*/
p {
  line-height: 1.1;
}

.gauche {
  float: none;
  max-width: 100%;
  /*padding-right:40px;*/
}

.droite {
  float: none;
  max-width: 100%;
  /*padding-left:40px;*/
}

.trombinoscope {
  max-width: 100%;
}

/*element a masquer en mobile*/
@media (min-width: 782px) {
  body {
    --container-size: 768px;
    --wp--preset--font-size--huge: 3.5rem;
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 2.25rem;
    /*border:1px solid red;*/
  }

  /*    body:before{
          content:"782";
      }*/
  .calendrier_barometre figure.wp-block-image {
    display: none;
  }

  #header h1::before {
    left: -50px;
    top: -5px;
    z-index: -1;
    position: absolute;
    content: " ";
    width: 50%;
    height: 40px;
    background-color: var(--espace-pro);
    clip-path: polygon(0 20%, 20% 0, 20% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 20%, 20% 0, 20% 100%, 0% 100%);
    padding: 20px;
  }

  .trombinoscope {
    max-width: 50%;
  }

  .bandeau-biais {
    padding-left: 80px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .gauche {
    float: left;
    width: 50%;
    padding-right: 40px;
  }

  .droite {
    float: right;
    width: 50%;
    padding-left: 40px;
  }

  .apostrophe:before {
    content: "❝";
    display: inline-block;
    float: left;
    font-size: 40px;
    margin-top: -20px;
    padding-right: 0;
    margin-left: -10px;
    color: #545454;
    position: absolute;
    margin-left: -20px;
  }

  .banner-container {
    /*    &.largeur-100{
            width:100%;
            clear:both;
            margin-bottom:20px;
            .wp-block-cover.alignleft{
                max-width:100%;
            }
        }*/
  }
  .banner-container.largeur-50 {
    width: 50%;
    /*        clear:both;*/
    /*        margin-bottom:20px;*/
  }
  .banner-container.largeur-50 .wp-block-cover.alignleft {
    max-width: 100%;
  }
  .banner-container.cote-a-cote {
    clear: none !important;
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  body {
    --container-size: 960px;
    --wp--preset--font-size--huge: 3.5rem;
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 2.3rem;
    --wp--preset--font-size--medium: 2.2rem;
    /*border:10px dotted purple!important;*/
  }

  /*    body:before{
          content:"< 992";
      }*/
  /*.calendrier_barometre figure.wp-block-image{display:block;}*/
  p {
    line-height: 1.5;
  }

  .title-bloc h3 {
    margin-top: 10px;
    /*        &:before{
                border-left: 5px solid;
                content: " ";
                padding-right: 25px;
            }*/
  }

  #header figure {
    padding: 0;
    text-align: center;
  }
  #header figure img {
    max-width: 95%;
  }

  .page-id-15 #groupe_barometre figure.wp-block-table {
    margin: 20px 0 20px 20px;
    width: 20%;
  }

  body.service #col_gauche, body.page #col_gauche {
    float: left;
    width: calc(66.6666% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  body.service #col_gauche .wp-block-image img, body.page #col_gauche .wp-block-image img {
    width: 100%;
  }
  body.service #col_droite, body.page #col_droite {
    float: right;
    width: 33.3333333%;
    /*            padding:20px;*/
    margin-top: -20px;
    background-color: #ffffff;
  }

  .trombinoscope {
    max-width: 33%;
  }
}
@media (min-width: 1280px) {
  body {
    --container-size: 1200px;
    --wp--preset--font-size--huge: 4rem;
    --wp--preset--font-size--x-large: 2.5rem;
    --wp--preset--font-size--large: 2.75rem;
    /*border:10px solid green!important;*/
  }

  /*    body:before{
          content:">1280";
      }*/
}
@media (min-width: 1440px) {
  body {
    --container-size: 1400px;
    --wp--preset--font-size--huge: 4.5rem;
    --wp--preset--font-size--x-large: 2.5rem;
    /* --wp--preset--font-size--large: 3rem; */
    --wp--preset--font-size--medium: 2.25rem;
    /*border:10px solid magenta!important;*/
  }

  /*    body:before{
          content:"1440";
      }*/
}
/****	2.1. Homepage		****/
.home #header > .header-background {
  /*clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);*/
  clip-path: polygon(0 20%, 100% 0, 100% 90%, 0% 100%);
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 90%, 0% 100%);
  height: 100%;
  bottom: -80px;
}

/*--------------------------------------------------------------

        3. Blocs

--------------------------------------------------------------*/
/****	3.1. Last posts		****/
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-title {
  font-family: "Montserrat", sans-serif;
}

/****	3.6. Highlight content		****/
.highlight-bloc-container .highlight-bloc-content {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------

        4. Footer

--------------------------------------------------------------*/
footer {
  background-color: var(--tourisme64-dark);
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  clear: both;
  color: #ffffff;
  /*border:5px solid red!important;*/
}
footer #footer-menu nav ul > li:not(:last-child)::after {
  content: "";
}
footer #footer-menu h3 {
  color: #ffffff;
  border-left: 3px solid var(--rouge);
  padding-left: 20px;
  margin-left: -20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900;
}
footer #footer-menu .content-area {
  /*justify-content: space-between;*/
  align-items: flex-start;
}
footer li.mega-menu-item {
  display: block !important;
  line-height: 110%;
  color: #ffffff !important;
}
footer a.mega-menu-link {
  display: inline-block;
  color: #ffffff !important;
  padding-left: 0;
  border: 0 none !important;
  line-height: 10px !important;
  height: 40px !important;
}
footer button {
  background: var(--ts-btn-color);
  color: var(--ts-color-white);
  font-weight: bold;
  border-radius: 9999px;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  transition: 0.5s;
  text-decoration: none;
  border: 0 none;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

footer #sur-place-fixed {
  position: fixed;
  right: 0;
  background: var(--ts-btn-color);
  color: var(--ts-color-white);
  top: 50%;
  width: 100px;
  font-size: 1.6rem;
  z-index: 999;
  padding: 10px 5px 10px 20px;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

@media (min-width: 992px) {
  footer .content-area > * {
    flex-basis: calc(40% - 2em);
  }
}
/*--------------------------------------------------------------

        5. Tourinsoft

--------------------------------------------------------------*/
/****	5.1. Homepage		****/
.home #tis-search-form {
  margin-top: -100px;
}

/*# sourceMappingURL=main.css.map */
