/* Fonctions LESS */
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Light-300.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Light-300.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Light-300.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Light-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Regular-400.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Regular-400.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Regular-400.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Medium-500.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Medium-500.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Medium-500.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-SemiBold-600.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-SemiBold-600.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-SemiBold-600.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-SemiBold-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Bold-700.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Bold-700.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Bold-700.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-ExtraBold-800.otf") format("otf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-ExtraBold-800.ttf") format("ttf"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-ExtraBold-800.woff") format("woff"), url("https://www.campingamfora.com/wp-content/themes/sur-mesure/fonts/Raleway-ExtraBold-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes runner {
  to {
    transform: translateX(-25%);
  }
}
@keyframes runner {
  to {
    transform: translateX(-25%);
  }
}
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.paragraph-show-more {
  position: relative;
  /*&:not(.keepB) {
      p {
        b,
        strong {
          font-weight: inherit;
        }
      }
    }*/
}
.paragraph-show-more,
.paragraph-show-more .gradient-show-more {
  -webkit-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.paragraph-show-more:not(.active) .gradient-show-more {
  display: none;
}
.paragraph-show-more:not(.load) {
  max-height: 370px;
  overflow: hidden;
}
.paragraph-show-more.active {
  position: relative;
  height: 370px;
  overflow: hidden;
}
.paragraph-show-more.active .gradient-show-more {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.paragraph-show-more.active .gradient-show-more .text-show-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: max( 0.73vw , 14px);
  line-height: max(0.94vw, 18px);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
  width: 330px ;
  width: clamp(330px, calc(1*(330px + 170 * ((100vw - 360px) / 664))), 500px) ;
  height: 42px;
  border: 1px solid #212929;
  border-radius: 5px;
}
.paragraph-show-more.active.paragraph-full {
  height: fit-content;
}
.bg-white .paragraph-show-more.active .gradient-show-more,
[data-color="white"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #ffffff, #ffffff 20%, transparent);
}
.bg-black .paragraph-show-more.active .gradient-show-more,
[data-color="black"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #212929, #212929 20%, transparent);
}
.bg-white-light .paragraph-show-more.active .gradient-show-more,
[data-color="white-light"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #fbfbfb, #fbfbfb 20%, transparent);
}
.bg-white-cream .paragraph-show-more.active .gradient-show-more,
[data-color="white-cream"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #fcfaf5, #fcfaf5 20%, transparent);
}
.bg-yellow .paragraph-show-more.active .gradient-show-more,
[data-color="yellow"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #fee3a2, #fee3a2 20%, transparent);
}
.bg-blue-light .paragraph-show-more.active .gradient-show-more,
[data-color="blue-light"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #b0ccdb, #b0ccdb 20%, transparent);
}
.bg-cyan .paragraph-show-more.active .gradient-show-more,
[data-color="cyan"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #a4c5c7, #a4c5c7 20%, transparent);
}
.bg-blue-dark .paragraph-show-more.active .gradient-show-more,
[data-color="blue-dark"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #6c93a7, #6c93a7 20%, transparent);
}
.bg-blue .paragraph-show-more.active .gradient-show-more,
[data-color="blue"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #91bcd4, #91bcd4 20%, transparent);
}
.bg-green .paragraph-show-more.active .gradient-show-more,
[data-color="green"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #b0c9bc, #b0c9bc 20%, transparent);
}
.bg-green-light .paragraph-show-more.active .gradient-show-more,
[data-color="green-light"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #d9e5e3, #d9e5e3 20%, transparent);
}
.bg-green-dark .paragraph-show-more.active .gradient-show-more,
[data-color="green-dark"] .paragraph-show-more.active .gradient-show-more {
  background: linear-gradient(0deg, #89a194, #89a194 20%, transparent);
}
.div-form form {
  display: flex;
  flex-direction: column;
  /*.btn-upload {
        .setDynamicPropertyVW(margin-top,2px,8px,360px,1024px);
        .setDynamicPropertyVW(padding-left,16px,25px,360px,1024px);
        .setDynamicPropertyVW(padding-right,16px,25px,360px,1024px);
        .setDynamicPropertyVW(height,40px,48px,360px,1024px);
        width: 100%;
        justify-content: center;
      }

      .filename {
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 10px;
      }*/
  /*.inputline {
      input[type="file"] {
        left: 0;
        top: 0;
        opacity: 0;
        position: absolute;
        font-size: 90px;
      }

      .btn-upload {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        background-color: @grey-light;
        border: 0;
        color: @black;
        padding: 11px 15px;
        height: 44px;
        border-radius: 10px;
        @Raleway-regular();
        .setFontSize(16px);
        .transition(all 0.15s @easeInOutCubic);

        &:hover {
          background-color: @blue-dark;
          color: @white;
        }
      }

      .filename {
        display: inline-flex;
        margin-left: 24px;
      }
    }*/
}
.div-form form .fields {
  order: 1;
}
.div-form form .wpcf7-response-output {
  order: 2;
}
.div-form form .bottom {
  order: 3;
}
.div-form form .fields {
  display: flex;
  flex-direction: column;
  row-gap: max( 1.04vw , 20px) ;
}
.div-form form .fields .inputline input,
.div-form form .fields .inputline textarea {
  padding: max( 1.04vw , 20px) ;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d3d4d5;
  border-width: max( 0.05vw , 1px) ;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: max( 0.73vw , 14px);
  line-height: max(0.94vw, 18px);
  border-radius: max( 0.26vw , 5px) ;
}
.div-form form .bottom {
  margin-top: max( 1.56vw , 30px) ;
  text-align: center;
}
.div-form form .bottom .info-captcha {
  margin-top: max( 0.52vw , 10px) ;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 10px ;
  font-size: clamp(10px, calc(1*(10px + 3 * ((100vw - 360px) / 664))), 13px) ;
}
.div-form form .wpcf7-not-valid-tip,
.div-form form .wpcf7-response-output {
  margin-top: max( 0.52vw , 10px) ;
  border-radius: max( 0.26vw , 5px) ;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-align: center;
}
.div-form form .wpcf7-response-output {
  font-size: 13px ;
  font-size: clamp(13px, calc(1*(13px + 3 * ((100vw - 360px) / 664))), 16px) ;
  line-height: 24px ;
  line-height: clamp(24px, calc(1*(24px + 8 * ((100vw - 360px) / 664))), 32px) ;
  margin-bottom: max( 1.04vw , 20px) !important;
  margin-top: max( 1.04vw , 20px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.div-form form.invalid .wpcf7-response-output {
  border-color: #fee3a2;
}
.div-form form.sent .wpcf7-response-output {
  border-color: #6c93a7;
}
@media only screen and (max-width: 1439px) {
  /*.setDynamicPropertyVW(property,10px,100px,1024px,1440px);*/
}
@media only screen and (max-width: 1023px) {
  /*.setDynamicPropertyVW(property,10px,100px,360px,1024px);*/
}
