/*
Theme Name: Redbox Média - Thème Personnalisé
Theme URI: https://redboxmedia.ca/
Description: Ceci est un thème personnalisé créé par Redbox Média
Author: Redbox Média
Author URI: https://redboxmedia.ca/
Template: salient
Text Domain: redboxmedia
Version: 1
*/

html body.page-id-13,
html body.page-id-345 {
  overflow: unset;
}

html body.page-id-13 .span_12 .sticky_faq .vc_column-inner,
html body.page-id-345 .span_12 .sticky_faq .vc_column-inner {
  position: sticky;
  top: 150px;
}

div.pac-container {
  z-index: 999999999999999 !important;
}

.gform_fields {
  margin: 0 -5px;
  list-style: none;
}

.gform_fields li {
  padding: 0 5px;
  list-style: none !important;
  float: left;
  box-sizing: border-box;
}

.gform_fields:after {
  content: " ";
  display: block;
  clear: both;
}

.col-gf-1 {
  width: 8%;
}

.col-gf-2 {
  width: 16%;
}

.col-gf-3 {
  width: 25%;
}

.col-gf-4 {
  width: 33%;
}

.col-gf-5 {
  width: 41%;
}

.col-gf-6 {
  width: 50%;
}

.col-gf-7 {
  width: 58%;
}

.col-gf-8 {
  width: 66%;
}

.col-gf-9 {
  width: 75%;
}

.col-gf-10 {
  width: 83%;
}

.col-gf-11 {
  width: 91%;
}

.col-gf-12 {
  width: 100%;
}

.validation_error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gform_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* easy responsive */

@media (max-width: 992px) {
  .visible-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-md {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .visible-md {
    display: none !important;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sm {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .visible-sm {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .visible-xs {
    display: none;
  }
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}

.row-flex {
  margin: 0 -10px;
}

.row-flex.row-gutter-40 {
  margin: 0 -40px;
}

.row-flex.row-gutter-60 {
  margin: 0 -60px;
}

.row-flex:after {
  content: " ";
  display: block;
  clear: both;
}

.row-flex *[class*="span-flex"] {
  padding: 0 10px;
}

.row-flex.row-gutter-40 *[class*="span-flex"] {
  padding: 0 40px;
}

.row-flex.row-gutter-60 *[class*="span-flex"] {
  padding: 0 60px;
}

.span-flex-lg-1,
.span-flex-md-1,
.span-flex-sm-1,
.span-flex-xs-1 {
  width: 8%;
  margin: 0;
}

.span-flex-lg-2,
.span-flex-md-2,
.span-flex-sm-2,
.span-flex-xs-2 {
  width: 16%;
  margin: 0;
}

.span-flex-lg-3,
.span-flex-md-3,
.span-flex-sm-3,
.span-flex-xs-3 {
  width: 25%;
  margin: 0;
}

.span-flex-lg-4,
.span-flex-md-4,
.span-flex-sm-4,
.span-flex-xs-4 {
  width: 33%;
  margin: 0;
}

.span-flex-lg-5,
.span-flex-md-5,
.span-flex-sm-5,
.span-flex-xs-5 {
  width: 41%;
  margin: 0;
}

.span-flex-lg-6,
.span-flex-md-6,
.span-flex-sm-6,
.span-flex-xs-6 {
  width: 50%;
  margin: 0;
}

.span-flex-lg-7,
.span-flex-md-7,
.span-flex-sm-7,
.span-flex-xs-7 {
  width: 58%;
  margin: 0;
}

.span-flex-lg-8,
.span-flex-md-8,
.span-flex-sm-8,
.span-flex-xs-8 {
  width: 66%;
  margin: 0;
}

.span-flex-lg-9,
.span-flex-md-9,
.span-flex-sm-9,
.span-flex-xs-9 {
  width: 75%;
  margin: 0;
}

.span-flex-lg-10,
.span-flex-md-10,
.span-flex-sm-10,
.span-flex-xs-10 {
  width: 83%;
  margin: 0;
}

.span-flex-lg-11,
.span-flex-md-11,
.span-flex-sm-11,
.span-flex-xs-11 {
  width: 91%;
  margin: 0;
}

.span-flex-lg-12,
.span-flex-md-12,
.span-flex-sm-12,
.span-flex-xs-12 {
  width: 100%;
  margin: 0;
}

@media (max-width: 992px) {
  .span-flex-lg-1,
  .span-flex-lg-2,
  .span-flex-lg-3,
  .span-flex-lg-4,
  .span-flex-lg-5,
  .span-flex-lg-6,
  .span-flex-lg-7,
  .span-flex-lg-8,
  .span-flex-lg-9,
  .span-flex-lg-10,
  .span-flex-lg-11,
  .span-flex-lg-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .span-flex-md-1,
  .span-flex-md-2,
  .span-flex-md-3,
  .span-flex-md-4,
  .span-flex-md-5,
  .span-flex-md-6,
  .span-flex-md-7,
  .span-flex-md-8,
  .span-flex-md-9,
  .span-flex-md-10,
  .span-flex-md-11,
  .span-flex-md-12 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .span-flex-sm-1,
  .span-flex-sm-2,
  .span-flex-sm-3,
  .span-flex-sm-4,
  .span-flex-sm-5,
  .span-flex-sm-6,
  .span-flex-sm-7,
  .span-flex-sm-8,
  .span-flex-sm-9,
  .span-flex-sm-10,
  .span-flex-sm-11,
  .span-flex-sm-12 {
    width: 100%;
  }
}

/**** général ***/

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_description {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  color: #ff3030;
  letter-spacing: 0.5px;
}

body.page-template-page-contact
  .gform_wrapper.gravity-theme
  .gform_required_legend {
  display: none;
}

body.page-template-page-contact .gform_wrapper.gravity-theme .gfield_required {
  color: #a2b8a4 !important;
}

body.page-template-page-contact
  .gform_wrapper.gravity-theme
  .label_placeholder
  .gform_footer {
  justify-content: flex-end;
}

html body {
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #e6e1dd;
  font-weight: normal;
  line-height: 1.2;
}

html body .white_text a,
html body .white_text {
  color: #fff;
}

html body .light_orange_text {
  color: #e6e1dd;
}

body .bold,
body strong,
body b {
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  color: #000;
}

html body a {
  color: #6c6e70;
}

body sup {
  font-size: 0.5em;
}

.texte_align_right {
  text-align: right;
}

html body h1,
html body h2,
html body h3,
html body h4 {
  font-family: "Gantari", sans-serif;
  color: #eef4e6;
  font-weight: bold;
  line-height: 1.1;
}

/* single blogue */
html body.woocommerce-checkout #header-outer #top nav > ul > li > a,
html body.single-post #header-outer #top nav > ul > li > a {
  color: #1c3b4c;
}

html
  body.woocommerce-checkout
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  .menu-image-hover-wrapper
  img.menu-image,
html
  body.single-post
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  .menu-image-hover-wrapper
  img.menu-image {
  opacity: 0;
}

html
  body.woocommerce-checkout
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  img.hovered-image,
html
  body.single-post
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  img.hovered-image {
  opacity: 1;
}

body[data-ext-responsive="true"].single-post
  .container-wrap.no-sidebar
  .post-area {
  max-width: 1558px;
}

body.single-post .container-wrap .post-area .post-content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1c3b4c;
  margin-bottom: 6px;
}

body.single-post .container-wrap .post-area .post-content .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #737373;
  margin-bottom: 40px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .post-featured-img
  > img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

body.single-post .container-wrap .post-area .post-content .content-inner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #5aa115;
  margin-top: 0px;
  margin-bottom: 30px;
}

body.single-post .container-wrap .post-area .post-content .content-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000000;
}

.single-post .post-content > .post-featured-img > img {
  margin-bottom: 40px;
}

.post .content-inner {
  padding-bottom: 30px;
}

html body.single-post .section_newsletter.wpb_row > .span_12 {
  padding-top: 80px;
}

body.single-post .container-wrap .post-area .post-content .single_post {
  width: 100%;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .legende {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 60px 0px;
  padding-top: 30px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .legende
  .legende_left {
  width: 48%;
  display: flex;
  flex-flow: column;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .legende
  .legende_left
  .left_groupe_text {
  border-left: 1px solid #5aa115;
  padding-left: 26px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  h3.title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #5aa115;
  margin-bottom: 20px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  h4.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #1c3b4c;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .legende
  .legende_right {
  width: 49%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

body.single-post .container-wrap .post-area .post-content .single_post p.text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000000;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee
  .section_alternee_left {
  width: 48%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee_right
  h3.title {
  margin-bottom: 6px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee_right
  h4.subtitle {
  color: #5aa115;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee_right
  h4.subtitle {
  margin-bottom: 40px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_alternee
  .section_alternee_right {
  width: 48%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee {
  position: relative;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  .section_alternee.back_active {
  padding-top: 80px;
  padding-bottom: 80px;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  blockquote {
  font-style: italic;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  .section_alternee.back_active
  p.text {
  color: #e6e1dd;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  .background_alternee {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: -50vw;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-bar-w));
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  .background_alternee
  .inner_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .parent_section_alternee
  .background_alternee
  .inner_wrap
  .row_bg_background_alternee {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items5
  img:nth-child(1) {
  width: 49%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items5
  img:nth-child(2) {
  width: 49%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items6
  img {
  width: 32%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items5
  img {
  width: 32%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items4
  img {
  width: 49%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items3
  img {
  width: 32%;
  height: auto;
}

body.single-post
  .container-wrap
  .post-area
  .post-content
  .single_post
  .section_gallery.items2
  img {
  width: 48%;
  height: auto;
}

/* single blogue */

html body .about_us .about_us_subsection .about_us_column_text h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1c3b4c;
}

.des_questions.wpb_row > .span_12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

html body .about_us_double_column .left_column .wpb_wrapper .iwithtext {
  position: absolute;
  top: 24%;
  left: 22%;
}

html body .about_us_double_column .left_column .wpb_wrapper .iwithtext h2 {
  color: #1c3b4c;
  max-width: 90%;
}

html
  body
  .about_us_double_column
  .left_column
  .wpb_wrapper
  .img-with-aniamtion-wrap
  .hover-wrap-inner
  img {
  max-width: 320px;
  width: 100%;
  margin-top: -120px !important;
}

@media (max-width: 1000px) {
  html
    body
    .about_us_double_column
    .left_column
    .wpb_wrapper
    .img-with-aniamtion-wrap {
    position: absolute;
  }

  html body .about_us_double_column .left_column .wpb_wrapper .iwithtext {
    position: relative;
    top: 24%;
    left: 22%;
  }

  html body .about_us_double_column .left_column .wpb_wrapper .iwithtext h2 {
    width: 100%;
  }
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .left_row
  .span_12.left
  .column_container
  > .vc_column-inner {
  height: 100%;
  background: #eef4e6;
  border-radius: 26px;
  padding: 26px 12px;
}

html body .about_us_double_column > .span_12 {
  padding-bottom: 0;
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .left_row
  .span_12.left
  .column_container
  .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .left_row
  .span_12.left
  .column_container
  .wpb_wrapper
  .wpb_text_column
  p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c3b4c;
}

@media (max-width: 2100px) {
  html
    body
    .about_us_double_column
    .right_column
    .wpb_wrapper
    .left_row
    .span_12.left
    .column_container
    .wpb_wrapper
    .wpb_text_column
    p {
    font-size: 14px;
  }
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .left_row
  .span_12.left
  .column_container
  .wpb_wrapper
  .wpb_text_column
  p
  em {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c3b4c;
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .left_row
  .span_12.left
  .column_container
  .wpb_wrapper
  .img-with-aniamtion-wrap
  .hover-wrap-inner
  img {
  max-width: 80px;
  width: 100%;
}

html
  body
  .about_us
  .about_us_subsection
  .about_us_column_text
  .wpb_text_column {
  border-left: 1px solid #5aa115;
  padding-left: 30px;
}

html body .about_us_double_column .right_column .wpb_wrapper .row_image_right {
  position: absolute;
  top: 0;
  right: 0;
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .row_image_right
  .img-with-aniamtion-wrap
  .inner
  .hover-wrap-inner {
  margin-right: calc(-26vw);
}

@media (max-width: 2100px) {
  html
    body
    .about_us_double_column
    .right_column
    .wpb_wrapper
    .row_image_right
    .img-with-aniamtion-wrap
    .inner
    .hover-wrap-inner {
    margin-right: calc(-14vw);
  }
}

@media (max-width: 1920px) {
  html
    body
    .about_us_double_column
    .right_column
    .wpb_wrapper
    .row_image_right
    .img-with-aniamtion-wrap
    .inner
    .hover-wrap-inner {
    margin-right: calc(-10vw);
  }
}

@media (max-width: 1600px) {
  html
    body
    .about_us_double_column
    .right_column
    .wpb_wrapper
    .row_image_right
    .img-with-aniamtion-wrap
    .inner
    .hover-wrap-inner {
    margin-right: calc(-16vw);
  }
}

@media (max-width: 1300px) {
  html
    body
    .about_us_double_column
    .right_column
    .wpb_wrapper
    .row_image_right
    .img-with-aniamtion-wrap
    .inner
    .hover-wrap-inner {
    margin-right: calc(-20vw);
  }
}

html
  body
  .about_us_double_column
  .right_column
  .wpb_wrapper
  .row_image_right
  .img-with-aniamtion-wrap
  .inner
  .hover-wrap-inner
  img.image_column_right {
  max-width: 320px;
  width: 100%;
  margin-top: -120px !important;
}

/*.animate_title h1,
.animate_title h2 {
	opacity: 0;
}*/
html body .white_text h1,
html body .white_text h2,
html body .white_text h3,
html body .white_text h4 {
  color: #fff;
}

html body .light_orange_text h1,
html body .light_orange_text h2,
html body .light_orange_text h3,
html body .light_orange_text h4 {
  color: #e6e1dd;
}

html body h1 em,
html body h2 em,
html body h3 em,
html body h4 em {
  font-style: normal;
  color: #58a112;
}

html body h1,
html body h2 {
  font-size: 55px;
  margin-bottom: 72px;
}

html body.page-template-page-apropos h1 {
  margin-bottom: 28px;
}

html body h1 strong {
  color: #58a112;
}

html body.single-post h2 {
  font-size: 40px;
}

html body.single-post h3 {
  font-size: 32px;
}

html body h3,
html body .banner_promo h2 {
  font-size: 40px;
}

html body.page-template-page-apropos .gros_texte {
  font-size: 35px;
  color: #eef4e6;
}

html body .gros_texte {
  font-size: 35px;
  color: #192c4c;
}

html body .petit_h3 h3 {
  color: #eef4e6;
}

html body .petit_h3 .left .vc_column_container .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body.blog .blog_header {
  font-weight: bold;
  letter-spacing: 0;
}

.nectar-button.see-through,
body .nectar-button.see-through {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

html body.blog .blog_header,
html body .tres_petit_h3 h3 {
  font-size: 30px;
  color: #192c4c;
}

html body .container-wrap .villes_section1 {
  margin-top: 80px;
}

html body .container-wrap .villes_section1 h2 {
  color: #1c3b4c;
}

html body .container-wrap .villes_section1 p {
  color: #737373;
  margin-right: 60px;
  padding-bottom: 0;
}

html body .container-wrap .villes_section1 .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle
  > .span_12
  > .vc_column_container.button_equal
  > .vc_column-inner
  .wpb_wrapper
  a.nectar-button {
  width: 100%;
}

.vc_row
  .span_12
  > .vc_column_container.button_equal
  > .vc_column-inner
  .wpb_wrapper
  a.nectar-button {
  width: 100%;
}

html body .tres_tres_petit_h3 h3 {
  font-size: 24px;
  color: #192c4c;
}

html body .tres_tres_petit_h3_white h3 {
  font-size: 24px;
  color: #eef4e6;
}

html body .row .col .forfait_gazon h3 {
  margin-bottom: 10px;
}

html body .row .col .forfait_gazon h3 + p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
}

html body .banner_promo h2 {
  margin-bottom: 10px;
}

html body .row .col h3 {
  margin-bottom: 40px;
}

body .container {
  max-width: calc(1560px + 180px);
}

img {
  max-width: 100%;
}

.wpb_row > .span_12 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-post .wpb_row > .span_12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wpb_row.villes_section1 > .span_12 {
  padding-top: 140px;
  padding-bottom: 70px;
}

.exeption_bottom.wpb_row > .span_12 {
  padding-top: 70px;
  padding-bottom: 20px;
}

.wpb_row.testimonials_row > .span_12 {
  padding-bottom: 0;
}

.page-template-page-contact
  .first-section.section_newsletter.wpb_row
  > .span_12 {
  padding-top: 0 !important;
}

.first-section.section_newsletter.wpb_row > .span_12 {
  bottom: 0 !important;
}

.temoignages_custom,
.push_left_h2 h2,
.push_left.wpb_row > .span_12 {
  padding-left: 8.8%;
}

.double_push_left_text > .vc_column-inner {
  padding-left: 16.64%;
}

.space_around > .vc_column-inner {
  padding-right: 8%;
  padding-left: 8%;
}

.double_push_right_text > .vc_column-inner {
  padding-right: 16.64%;
}

.simple_push_left_text > .vc_column-inner {
  padding-left: 8.32%;
}

.simple_push_right_text > .vc_column-inner {
  padding-right: 8.32%;
}

.simple_push_left.wpb_row > .span_12 {
  padding-left: 4.16%;
}

.double_push_left.wpb_row > .span_12 {
  padding-left: 4.32%;
}

.simple_push_left.wpb_row > .span_12 {
  padding-left: 4.16%;
}

.simple_push_right.wpb_row > .span_12 {
  padding-right: 4.16%;
}

.double_push_right.wpb_row > .span_12 {
  padding-right: 8.32%;
}

.simple_push_text_icon .iwithtext {
  /* margin-left: 4.16%; */
  margin-left: 0%;
}

.bg_seul.wpb_row > .span_12,
.no_pad.wpb_row > .span_12,
.wpb_row .wpb_row > .span_12 {
  padding-top: 0;
  padding-bottom: 0;
}

.no_pad_top.wpb_row > .span_12 {
  padding-top: 0;
}

.no_pad_bottom.wpb_row > .span_12 {
  padding-bottom: 0;
}

.nectar-button.extra-color-2 {
  color: #192c4c;
}

.nectar-button.extra-color-2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

html body[data-button-style*="slightly_rounded"] button,
html body .nectar-button.small,
html body .nectar-button {
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  font-size: 18px !important;
  padding: 15px 25px !important;
  min-width: 215px;
  text-align: center;
}

html body[data-button-style*="slightly_rounded"] button {
  cursor: pointer;
}

html body[data-button-style*="slightly_rounded"] button.prev {
  background-color: transparent;
}

html body[data-button-style*="slightly_rounded"] button.next {
  background-color: #58a112;
  border-color: #58a112;
  color: #fff;
}

/* html body[data-button-style*="slightly_rounded"] button,
html body[data-button-style*="slightly_rounded"] .nectar-button,
html body[data-button-style*="slightly_rounded"] .nectar-button.see-through,
html body[data-button-style*="slightly_rounded"] .nectar-button.see-through-2,
html body[data-button-style*="slightly_rounded"] .nectar-button.see-through-3 {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius:30px !important;
} */
/*html body .nectar-button + .nectar-button {
	margin-left: 32px !important;
}*/
html body .more_one_cta .nectar-button {
  margin-right: 3%;
}

html body .more_one_cta .nectar-button:last-child {
  margin-right: 0;
}

body.material .wpb_content_element.no_margin {
  margin-bottom: 0;
}

.material .wpb_row.caracteristics_plus {
  margin-bottom: 0;
}

.caracteristics_plus img.img-with-animation {
  max-width: 260px;
  width: 100%;
}

.pelouse.wpb_row .row-bg,
.bg_graph_1e.wpb_row .row-bg,
.bg_graph_1d.wpb_row .row-bg,
.bg_graph_1a.wpb_row .row-bg,
.bg_graph_2b.wpb_row .row-bg,
.pd_section.wpb_row .row-bg,
.section_newsletter.wpb_row .row-bg {
  background-size: auto !important;
}

div.product-addon-totals {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  display: none;
}

.why_paysaco h2,
.about_us h2,
.testimonials_row h2,
.video-section,
.video-section h2 {
  color: #1c3b4c;
}

.wpb_wrapper:has(.video-poster) {
  position: relative;
  cursor: pointer;
}

.video-section .img-with-aniamtion-wrap:has(.video-poster)::before {
  content: "";
  display: block;
  max-width: 115px;
  max-height: 115px;
  width: 30%;
  height: 30%;
  background: url(https://www.paysaco.com/wp-content/themes/redboxmedia/images/play-icon.webp) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}

.video-section .img-with-aniamtion-wrap {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.video-section .img-with-aniamtion-wrap.hide {
  opacity: 0;
  pointer-events: none;
}

.video-section .img-with-aniamtion-wrap:has(.video-poster) {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 2;
}
.video-section p {
  position: relative;
  padding: 20px 0 40px 30px !important;
  border-left: 1px solid #5aa115;
}

@media (max-width: 1000px) {
  .video-section p {
    margin-bottom: 30px;
  }
}

.related_post h2 {
  color: #eef4e6;
  margin-bottom: 30px;
}

body .wrap_related_post .related_post .container_wrap_related_post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post {
  width: 32%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1000px) {
  body
    .wrap_related_post
    .related_post
    .container_wrap_related_post
    .iterm_relate_post {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media (max-width: 690px) {
  body
    .wrap_related_post
    .related_post
    .container_wrap_related_post
    .iterm_relate_post {
    width: 100%;
    margin-bottom: 30px;
  }
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #e6e1dd;
  margin-bottom: 12px;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .title {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #eef4e6;
  margin-bottom: 12px;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #e6e1dd;
  margin-bottom: 22px;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5aa115;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .link:hover {
  color: #6ac711;
}

body
  .wrap_related_post
  .related_post
  .container_wrap_related_post
  .iterm_relate_post
  .link
  .arrow_right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 0;
}

.about_us p {
  color: #737373;
}

.about_us {
  margin-top: -200px;
}

.testimonials_row {
  margin-top: 0px;
}

.bg_graph_1d.wpb_row .row-bg {
  background-size: 20% auto !important;
}

.pelouse.wpb_row .row-bg {
  background-size: initial !important;
  height: calc(100% + 8vw);
  background-size: 37% auto !important;
}

.pelouse.wpb_row .row-bg-wrap .inner-wrap {
  overflow: visible;
}

.pelouse.wpb_row > .span_12,
.bg_graph_1d.wpb_row > .span_12 {
  padding-bottom: 235px;
  padding-bottom: 10vw;
}

.pd_section.wpb_row > .span_12 {
  padding-bottom: 4vw;
  padding-top: 12vw;
}

.bg_graph_1e > .row-bg-wrap .row-bg {
  background-size: 43.8% auto !important;
}

.bg_graph_1a > .row-bg-wrap .row-bg {
  background-size: 63.5% auto !important;
}

body .images_down_300 .wpb_wrapper > .img-with-aniamtion-wrap {
  margin-bottom: -300px;
}

body.page-template-page-taille
  .images_down_300
  .wpb_wrapper
  > .img-with-aniamtion-wrap {
  margin-bottom: -300px;
}

.section_newsletter.wpb_row .row-bg {
  background-position: 79% 26% !important;
  background-size: 88% auto !important;
}

html body .container-wrap {
  z-index: 99;
  background-color: transparent;
}

#ajax-content-wrap {
  background-color: #fff;
}

body.woocommerce-account #header-outer {
  background: rgba(255, 255, 255, 0.9);
}

html body.woocommerce-account #header-outer.small-nav {
  background: rgba(255, 255, 255, 0.9);
}

html body.woocommerce-account #header-outer #top nav > ul > li > a {
  color: #1c3b4c;
}

html
  body.woocommerce-account
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  .menu-image-hover-wrapper
  img.menu-image {
  opacity: 0;
}

html
  body.woocommerce-account
  #header-outer
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  img.hovered-image {
  opacity: 1;
}

#customer_login .woocommerce-LostPassword.lost_password,
.woocommerce-account h2.n-disable-reg {
  color: #1c3b4c;
}

.woocommerce-lost-password .woocommerce {
  padding-left: 10%;
}

body.woocommerce-account .container-wrap {
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/backdashboard.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 30%;
  min-height: 100vh;
}

body.woocommerce-account .container-wrap h1 {
  color: #1c3b4c;
  margin-bottom: 12px;
}

body.woocommerce-account .container-wrap p {
  color: #737373;
  margin-bottom: 12px;
}

body.woocommerce-account .container-wrap p.woocommerce-Message {
  color: #ffffff;
}

body.woocommerce-account .container-wrap .regular-button {
  font-size: 16px !important;
  height: 54px;
}

body.woocommerce-account .container-wrap .regular-button.button_bordered {
  font-size: 16px !important;
  height: 54px;
  background-color: transparent !important;
  border: 1px solid #5aa115;
  color: #5aa115;
}

html body.home .container-wrap,
html body.page-id-22437 .container-wrap,
html body.page-id-22519 .container-wrap,
html body.page-template-page-apropos .container-wrap,
html body.page-template-page-contact .container-wrap,
html body.page-template-page-taille .container-wrap,
html body.page-template-page-traitement .container-wrap,
html body.page-id-13 .container-wrap,
html body.page-id-345 .container-wrap,
html body.page-id-2083 .container-wrap,
html body.page-id-2184 .container-wrap,
html body.page-id-2080 .container-wrap,
html body.page-id-2061 .container-wrap,
html body.page-id-350 .container-wrap,
html body.page-id-132 .container-wrap,
html body.page-id-21694 .container-wrap,
html body.page-id-21691 .container-wrap,
html body.page-id-22815 .container-wrap,
html body.page-id-22817 .container-wrap,
html body.page-id-21998 .container-wrap,
html body.category .container-wrap,
html body.page-id-21996 .container-wrap {
  margin-top: -168px !important;
}

html body.home .container-wrap {
  padding-bottom: 0;
}

.padding_vertical_content.wpb_row > .span_12 {
  padding-top: 240px;
  padding-bottom: 140px;
}

html body .section_newsletter.wpb_row>.span_12

/*html body.home .first-section.wpb_row>.span_12,*/ {
  padding-top: 150px;
  align-items: center;
}

html body.page-template-page-traitement .first-section.wpb_row > .span_12 {
  padding-top: 200px;
  align-items: center;
}

html body.page-template-page-taille .top-level.wpb_row > .span_12 {
  padding-top: 200px;
}

.java_code {
  height: 0 !important;
}

html body.page-id-21694 .container-wrap,
html body.page-id-21691 .container-wrap,
html body.page-id-22815 .container-wrap,
html body.page-id-22817 .container-wrap,
html body.page-id-21998 .container-wrap,
html body.page-id-21996 .container-wrap {
  margin-bottom: 120px !important;
}

html body.page-id-21691 .container-wrap {
  padding-bottom: 0;
}

.postion_left {
  text-align: left;
}

html body.page-id-21694 .first-section.wpb_row > .span_12,
html body.page-id-21691 .first-section.wpb_row > .span_12,
html body.page-id-22815 .first-section.wpb_row > .span_12,
html body.page-id-22817 .first-section.wpb_row > .span_12,
html body.page-id-21998 .first-section.wpb_row > .span_12,
html body.page-id-21996 .first-section.wpb_row > .span_12 {
  padding-top: 230px;
  align-items: center;
}

html body.page-id-21694 .container-wrap h2,
html body.page-id-21691 .container-wrap h2,
html body.page-id-22815 .container-wrap h2,
html body.page-id-22817 .container-wrap h2,
html body.page-id-21998 .container-wrap h2,
html body.page-id-21996 .container-wrap h2,
html body.page-id-21694 .container-wrap h1,
html body.page-id-21691 .container-wrap h1,
html body.page-id-22815 .container-wrap h1,
html body.page-id-22817 .container-wrap h1,
html body.page-id-21998 .container-wrap h1,
html body.page-id-21996 .container-wrap h1 {
  margin-bottom: 24px;
}

html body.page-id-2080 h1,
html body.page-id-2061 h1 {
  margin-bottom: 30px;
}

html body.page-id-2080 h3,
html body.page-id-2061 h3 {
  font-weight: 400;
}

html body .text_conditions p,
html body .text_conditions strong,
html body .text_conditions li {
  color: #1c3b4c;
}

html body.page-id-2080 .image,
html body.page-id-2061 .image,
html body.page-id-350 .image,
html body.page-id-132 .image {
  padding-top: 122px;
}

html body.page-id-350 .image h3,
html body.page-id-132 .image h3 {
  font-size: 24px;
}

html body.page-id-2061 .text_conditions,
html body.page-id-2080 .text_conditions {
  padding-top: 178px;
}

html body.page-id-2080 .first-section.wpb_row > .span_12,
html body.page-id-2061 .first-section.wpb_row > .span_12,
html body.page-id-350 .first-section.wpb_row > .span_12,
html body.page-id-132 .first-section.wpb_row > .span_12 {
  padding-top: 80px;
  padding-bottom: 50px;
}

html body.page-template-page-apropos .first-section.wpb_row > .span_12 {
  padding-top: 260px;
}

html
  body.page-template-page-apropos
  .first-section.wpb_row
  > .span_12
  .vc_col-sm-5.vc_col-sm-5 {
  padding-top: 30px;
  padding-bottom: 60px;
}

html body.page-template-page-contact .first-section.wpb_row > .span_12 {
  padding-top: 240px;
}

html body.page-id-22437 .first-section.wpb_row > .span_12,
html body.page-id-22519 .first-section.wpb_row > .span_12 {
  padding-top: 200px;
  align-items: center;
}

html body.page-id-2083 .first-section.wpb_row > .span_12,
html body.page-id-2184 .first-section.wpb_row > .span_12 {
  padding-top: 220px;
}

.page-template-page-contact .first-section.wpb_row > .span_12 {
  padding-top: 308px;
  padding-bottom: 220px;
}

html body.blog .container-wrap {
  margin-top: -168px;
  padding-top: 0;
}

.max_width_50 {
  max-width: 675px;
}

.bandeau_padding {
  padding-top: 9% !important;
  padding-right: 9% !important;
  padding-bottom: 5% !important;
  padding-left: 9% !important;
}

.col_4_icon .vc_col-sm-3 > .vc_column-inner {
  padding-right: 10%;
}

body .woocommerce .blockUI.blockOverlay {
  position: fixed !important;
  top: 0 !important;
  height: 100vh !important;
}

/***** header / menu *****/

html body.material #header-secondary-outer {
  border: 0;
  background: transparent;
}

html body #header-outer,
html body[data-header-color="dark"] #header-outer {
  background-color: rgba(255, 255, 255, 0);
}

html body #header-outer.small-nav,
html body[data-header-color="dark"] #header-outer.small-nav {
  background-color: rgba(255, 255, 255, 0.9);
}

html body.material #header-secondary-outer nav > ul > li > a {
  color: rgba(25, 44, 76, 0.8);
  font-size: 20px;
  font-weight: bold;
  margin: 0 44px;
}

html body.material #header-secondary-outer nav > ul > li > a:hover,
html body.material #header-secondary-outer nav > ul > li.current-menu-item > a {
  color: #58a112;
}

html body.material #header-secondary-outer nav > .sf-menu {
  padding: 35px 0 8px 0;
}

body #top .span_9 nav > ul > li:first-child > a {
  margin-left: 0;
}

body #top nav > ul > li > a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #eef4e6;
}

body #top nav > ul > li[class*="button_bordered"] > a:before,
body
  #header-outer.transparent
  #top
  nav
  > ul
  > li[class*="button_bordered"]
  > a:before,
html
  body[data-button-style*="slightly_rounded"]
  #top
  nav
  > ul
  > li[class*="button_bordered"]
  > a:before {
  height: 55px;
  border-color: #5aa115 !important;
  color: #5aa115 !important;
  /* -webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important; */
}

#header-outer[data-lhe="default"] #top nav > ul > .button_bordered > a {
  color: #5aa115 !important;
}

#header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .sfHover:not(#social-in-menu)
  > a:hover,
#header-outer[data-lhe="default"]
  #top
  nav
  > .sf-menu
  > .button_bordered.sfHover
  > a:hover {
  color: #6ac711 !important;
}

#header-outer[data-lhe="default"]
  #top
  nav
  > ul
  > .button_bordered.sf-hover
  > a:hover {
  color: #6ac711 !important;
}

#header-outer:not(.transparent)
  #top
  nav
  > ul
  > .button_bordered
  > a:hover:before {
  border-color: #6ac711 !important;
}

html
  body[data-button-style*="slightly_rounded"]
  #top
  nav
  > ul
  > li[class*="button_solid_color"]
  > a:before {
  height: 45px;
}

html
  body[data-button-style*="slightly_rounded"]
  #top
  nav
  > ul
  > li[class*="button_solid_color"]
  > a:before:hover {
  background-color: #6ac711 !important;
}

body
  #header-outer
  #top
  .right-aligned-menu-items
  nav
  > ul
  > li.menu-item:last-child
  > a {
  margin-right: 0 !important;
}

body #top nav > ul > .button_solid_color_2 > a svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

body #top nav > ul > .button_solid_color_2 > a svg path {
  fill: #fff;
}

html body #header-outer.small-nav #top nav > ul > li > a {
  color: #1c3b4c;
}

#header-outer.small-nav #logo img {
  height: 30px;
}

html
  body[data-button-style*="slightly_rounded"]
  #header-outer.small-nav
  #top
  nav
  > ul
  > li[class*="button_solid_color"]
  > a:before {
  height: 30px;
}

html
  body[data-button-style*="slightly_rounded"]
  #header-outer.small-nav
  #top
  nav
  > ul
  > li[class*="button_bordered"]
  > a:before {
  height: 40px;
}

#header-outer.small-nav
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  img.hovered-image {
  opacity: 1;
}

#header-outer.small-nav
  #top
  .right-aligned-menu-items
  ul.buttons
  li.cta_moncompte.menu-item
  .menu-image-hover-wrapper
  img.menu-image {
  opacity: 0;
}

/* .sfHover.manu-item-over */

body .iwithtext .iwt-icon {
  width: 67px;
  left: -95px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}

body .large_text_icon .iwithtext .iwt-icon {
  width: 91px;
  left: -110px;
}

body .text_icon_top .iwithtext .iwt-icon {
  justify-content: unset;
}

body .iwithtext .iwt-text {
  padding-left: 0;
}

body .row .col .iwithtext .iwt-icon img:not([srcset]) {
  width: auto;
  max-width: 100%;
}

/***** accueil ********/
.push_right {
  margin-right: 16%;
}

.avantages {
  margin-top: 0px;
}

html body .why_advantages h2 {
  margin-bottom: 30px;
}

.why_advantages.first.wpb_row > .span_12 {
  padding-top: 180px;
  padding-bottom: 0px;
}

.why_advantages.wpb_row > .span_12 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.bienfaits.wpb_row > .span_12 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.why_advantages.wpb_row {
  padding-top: 40px;
  margin-bottom: 0px;
}

.home .avantages {
  margin-top: 0;
}

.avantages .wpb_column > .vc_column-inner {
  padding: 50px 86px 100px 40px;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
  overflow: hidden;
  font-size: 16px;
}

html body .row .avantages .wpb_column > .vc_column-inner h3 {
  font-size: 30px;
}

html .un_a_la_fois,
html .qui_sommes_nous_banner {
  background-repeat: no-repeat;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
  overflow: hidden;
  background-size: cover;
}

html
  .inside_qui_nous_somes
  .row_col_wrap_12_inner
  .wpb_wrapper
  .wpb_text_column
  .wpb_wrapper
  p:first-of-type {
  padding-bottom: 0.5em;
}

html .qui_sommes_nous_banner .faq_text_banner h2 {
  font-weight: 500;
  font-size: 66px !important;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #eef4e6;
  margin-bottom: 30px !important;
}

html .qui_sommes_nous_banner .faq_text_banner h3 {
  font-weight: 400;
  font-size: 44px !important;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #eef4e6;
}

.material .wpb_content_element.un_a_la_fois,
.material .wpb_content_element.qui_sommes_nous_banner {
  margin-bottom: 75px;
}

.images_left_10 .hover-wrap-inner img {
  max-width: calc(100% + 10%);
  margin-left: -10%;
}

.images_left_15 .hover-wrap-inner img {
  max-width: calc(100% + 15%);
  margin-left: -15%;
}

.images_left_20 .hover-wrap-inner {
  /*max-width: calc(100% + 20%);*/
  margin-left: -20%;
  margin-left: calc(-50vw + 780px);
}

.images_left_5_right_5 .hover-wrap-inner img {
  max-width: calc(100% + 6%);
  margin-left: -5%;
}

.images_left_10_right_5 .hover-wrap-inner img {
  max-width: calc(100% + 15%);
  margin-left: -10%;
}

.images_full_left_right_13 .hover-wrap-inner {
  margin-left: calc(-50vw + 780px);
  margin-right: 0%;
}

.images_full_left_right_13 .hover-wrap-inner img {
  margin: 0 !important;
}

.images_full_left .hover-wrap-inner {
  margin-left: calc(-50vw + 780px);
  margin-right: -5%;
}

.images_full_right_left_37 {
  z-index: -1;
}

.images_full_right_left_37 .hover-wrap-inner {
  margin-right: calc(-50vw + 780px);
  margin-left: -42%;
  position: relative;

  text-align: right;
}

.banner_promo.sticky_banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -500px;
  z-index: 1;
}

.banner_promo.sticky_banner.open {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 555;
  z-index: 99973;
}

.banner_promo.sticky_banner.open .span_12 {
  max-width: calc(1560px + 180px);
  padding-left: 90px;
  padding-right: 90px;
  margin-left: auto;
  margin-right: auto;
}

.banner_promo.sticky_banner .close_banner {
}

html body .banner_promo p {
  padding-bottom: 0;
}

.sticky_banner .close_banner {
  display: none;
}

.sticky_banner.open .close_banner {
  display: inline-block;

  width: 37px;
  height: 35px;
  border-radius: 22px;
  text-align: center;
  font-size: 70px;
  position: absolute;
  opacity: 1;
  color: #fff;
  transform-origin: center;
  top: 7px;
  right: -57px;
  cursor: pointer;
  z-index: 22;
  color: #fff;
  font-weight: 100;
  line-height: 0.28;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
}

.sticky_banner .close_banner:hover {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.banner_promo.wpb_row > .span_12 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.banner_promo a {
  color: #e6e1dd !important;
  text-decoration: underline;
}

body img.img-with-animation[data-animation="fade-in-from-left"],
body .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap {
  padding-right: 0;
}

.wpb_text_column li {
  margin-bottom: 1.5em;
}

body ::marker {
  color: #192c4c;
  font-size: 1.7em;
  font-size: 1.4em;
  line-height: 1;
}

/***** page a propos *****/
#form_footer.first-section.wpb_row > .span_12,
.page-template-page-apropos .first-section.wpb_row > .span_12 {
  padding-top: 0;
}

/* .page-template-page-apropos .first-section.wpb_row .animate_title {
    padding-top: 13%;
} */

#form_footer.full-width-section.parallax_section .row-bg-wrap {
  overflow: visible;
}

#form_footer .img-with-aniamtion-wrap .img-with-animation {
  margin-left: -184px;
}

#form_footer h2 {
  color: #1c3b4c;
}

/***** ****/

.forfaits .wpb_column > .vc_column-inner {
  padding: 75px 6% 40px 11%;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
  overflow: hidden;
  font-size: 16px;
}

.forfaits .wpb_column > .vc_column-inner h3 {
  margin-bottom: 60px;
}

.forfaits_1 .wpb_column > .vc_column-inner {
  padding: 40px 6% 40px 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
}

.forfaits_1 .wpb_column > .vc_column-inner .content h4.price {
  font-size: 70px;
  line-height: 1.2;
}

.forfaits_1 .wpb_column > .vc_column-inner h3 {
  font-size: 60px;
  line-height: 1.2;
}

.wpb_row .wpb_row > .span_12 .text_icon_number .vc_column-inner > .wpb_wrapper {
  padding: 40px;
}

.wpb_row
  .wpb_row
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .iwithtext
  .iwt-text {
  position: relative;
  display: flex;
  align-items: center;
}

.wpb_row.comment_taille > .span_12 .wpb_column {
  padding: 10px;
}

.wpb_row
  .wpb_row.comment_taille
  > .span_12
  .text_icon_number
  .vc_column-inner
  > .wpb_wrapper {
  padding: 40px 30px;
}

.wpb_row.comment_taille > .span_12 .wpb_column .vc_column-inner > .wpb_wrapper {
  background: rgba(217, 217, 217, 0.01);
  box-shadow: 0px 6.66667px 5.33333px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 60px 0;
  border: 1px solid #5aa115;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpb_row.comment_taille
  > .span_12
  .wpb_column
  .vc_column-inner
  > .wpb_wrapper
  .hover-wrap-inner {
  text-align: center;
}

.wpb_row
  .wpb_row
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .iwithtext
  .iwt-text
  h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #5aa115;
  margin: 0;
  margin-right: 20px;
}

html
  body
  .wpb_row.tres_petit_h3.comment_taille
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .iwithtext {
  margin-bottom: 16px;
}

html
  body
  .wpb_row.tres_petit_h3.comment_taille
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .iwithtext
  .iwt-text
  h3 {
  font-size: 22px;
  color: #192c4c;
}

.wpb_row
  .wpb_row
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .iwithtext
  .iwt-text
  h3 {
  margin: 0;
}

.wpb_row
  .wpb_row
  > .span_12
  .text_icon_number
  .vc_column-inner
  .wpb_wrapper
  .wpb_text_column
  p {
  color: #737373;
}

/**** forfaits *****/

html body .vc_row-fluid.forfait_gazon > .span_12,
.full-page-inner.forfait_gazon > .span_12 {
  justify-content: center;
}

.forfait_gazon_prix > .vc_column-inner {
  padding: 44px 10% 40px;
}

.forfait_gazon_prix > .vc_column-inner .prix {
  text-transform: uppercase;
  font-size: 24px;
}

.forfait_gazon_prix > .vc_column-inner .prix p:first-child {
  margin-bottom: 15px;
}

.forfait_gazon_prix > .vc_column-inner .prix p {
  padding: 0;
}

.forfait_gazon_prix > .vc_column-inner .prix strong {
  color: #fff;
  font-size: 2.8em;
}

html body .forfait_gazon_prix h3 {
  max-width: 238px;
  margin-left: auto;
  margin-right: auto;
}

.tailles_chiffres .img-with-aniamtion-wrap {
  max-width: 65%;
  margin: 0 auto;
}

.info_popup .column_container .vc_column-inner {
  position: relative;
  cursor: pointer;
}

.info_popup .column_container .vc_column-inner .popup_info {
  position: absolute;
  background-color: #192c4c;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px;
  display: none;
  color: #fff;

  z-index: 200;
}

.info_popup .column_container:hover .vc_column-inner .popup_info {
  display: block;
}

/**** testimonials ******/

.testimonials .swiper-slide {
  background-color: #1c3b4c;
  -webkit-border-bottom-right-radius: 31px;
  -moz-border-radius-bottomright: 31px;
  border-bottom-right-radius: 31px;
  padding: 26px 29px;
  color: #fff;
}

.testimonials .testimonial {
  display: flex;
}

.testimonials .testimonial .photo {
  width: 32%;
  padding-right: 2%;
}

.testimonials .testimonial .photo img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden;
}

.testimonials .testimonial .info {
  width: 68%;
}

.testimonials .testimonial .leTemoignage {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}

.testimonials .testimonial .leTemoignage p:first-child:before {
  content: '"';
}

.testimonials .testimonial .leTemoignage p:last-child:after {
  content: '"';
}

.testimonials .testimonial .temoigneur {
  font-weight: bold;
}

body .swiper-pagination {
  position: relative;
  margin-top: 43px;
}

body .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c1c1c1;
  opacity: 1;
}

body .swiper-pagination-bullet-active {
  background: #1c3b4c;
}

body
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

/****** from général *****/
body input[type="text"],
body textarea,
body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="url"],
body input[type="search"],
body input[type="date"],
body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
body select {
  background-color: transparent;
  border-radius: 0 !important;
  border: 1px solid #eef4e6;
  padding: 10px 20px !important;
  height: 56px;
  color: #eef4e6;
  font-size: 18px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 18px !important;
}

body input[type="text"]::placeholder,
body input[type="email"]::placeholder,
body input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eef4e6;
  opacity: 1;
  /* Firefox */
}

body input[type="text"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eef4e6;
}

body input[type="text"]::-ms-input-placeholder,
body input[type="email"]::-ms-input-placeholder,
body input[type="tel"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #eef4e6;
}

/*body .ginput_container_select {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	background-color: transparent;
	position: relative;
}*/
body .ginput_container_select select {
  -webkit-appearance: none;
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

body .form_contact input[type="text"],
body .form_contact textarea,
body .form_contact input[type="email"],
body .form_contact input[type="password"],
body .form_contact input[type="tel"],
body .form_contact input[type="url"],
body .form_contact input[type="search"],
body .form_contact input[type="date"],
body.material.woocommerce-page[data-form-style="default"]
  .form_contact
  input#coupon_code,
body .form_contact select {
  background-color: #163735;
  border: 0.6666px solid #e6e1dd;
}

body .accept_estimation input[type="text"],
body .accept_estimation textarea,
body .accept_estimation input[type="email"],
body .accept_estimation select {
  background-color: transparent;
  border: 0.6666px solid #e6e1dd;
}

html body[data-form-submit="regular"] .container-wrap input[type="submit"],
html body[data-form-submit="regular"] .container-wrap button[type="submit"],
html body[data-form-submit="see-through"] .container-wrap input[type="submit"],
html
  body[data-form-submit="see-through"]
  .container-wrap
  button[type="submit"]:not(.search-widget-btn) {
  padding: 15px 42px !important;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  height: 53px;
}

html
  body[data-form-submit="regular"]
  .container-wrap
  .widget_search
  .search-form
  button[type="submit"] {
  width: 83px !important;
  padding: 0 !important;
  min-width: 79px;
}

body .widget_search .search-form input[type="text"],
body #sidebar .widget_search .search-form input[type="text"] {
  padding-right: 87px !important;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #737373;

  border: none;
  border-bottom: 1px solid #737373 !important;
  padding: 0px 6px !important;
  height: 37px !important;
  border-radius: 0px !important;
}

body .widget_search .search-form input[type="text"]::placeholder,
body #sidebar .widget_search .search-form input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #737373;
  /* Firefox */
}

body .widget_search .search-form input[type="text"]:-ms-input-placeholder,
body
  #sidebar
  .widget_search
  .search-form
  input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #737373;
}

body .widget_search .search-form input[type="text"]::-ms-input-placeholder,
body
  #sidebar
  .widget_search
  .search-form
  input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #737373;
}

.gform_wrapper.gravity-theme .label_placeholder .gfield {
  position: relative;
}

body
  .gform_wrapper.gravity-theme
  .gfield_contains_required.hidden_label
  .gfield_label {
  display: none;
}

body .gform_wrapper .label_placeholder .top_label .gfield_label {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #a2b8a4;
  font-family: "Gantari", sans-serif;
  top: 4px;
  left: 27px;
  z-index: 2;
  margin: 0;
}

body .label_placeholder input[type="text"],
body .label_placeholder textarea,
body .label_placeholder input[type="email"],
body .label_placeholder input[type="password"],
body .label_placeholder input[type="tel"],
body .label_placeholder input[type="url"],
body .label_placeholder input[type="search"],
body .label_placeholder input[type="date"],
body.material.woocommerce-page[data-form-style="default"]
  .label_placeholder
  input#coupon_code,
body .label_placeholder select {
  padding: 20px 20px 5px 27px !important;
}

body
  .gform_wrapper
  .label_placeholder
  .top_label
  .textarea_field
  .gfield_label {
  top: 28px;
}

body .label_placeholder .textarea_field textarea {
  padding-top: 45px !important;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
}

.gform_wrapper.gravity-theme .label_placeholder .gform_footer,
.gform_wrapper.gravity-theme .label_placeholder .gform_page_footer {
  margin: 0;
  padding: 0;
  text-align: right;
}

/***** page faq ****/
.fa-arrow-circle-o-down:before {
  content: "\f107" !important;
}

html body div[data-style="minimal"] .toggle {
  margin-bottom: 5pxx;
}

body
  div[data-style="minimal"]
  .toggle[data-inner-wrap="true"]
  > div
  .inner-toggle-wrap {
  padding: 0 55px 30px 0;
  line-height: 1.6;
}

body .toggle h3 {
  margin-bottom: 0 !important;
}

body .toggle > h3.toggle-title a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #eef4e6 !important;
}

body .toggle .inner-toggle-wrap .wpb_text_column .wpb_wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4;
}

body div[data-style*="minimal"] .toggle h3 i {
  width: 43px;
  height: 43px;
  display: flex;
  background: #58a112;
  color: #fff;
  top: 40% !important;
  margin-top: -21.5px;
  border: none !important;
  border-radius: 43px 43px;
  justify-content: center;
  align-items: center;
}

body div[data-style*="minimal"] .toggle h3:hover i:before,
body div[data-style*="minimal"] .toggle.open h3 i:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: center;
  top: 14px !important;
  left: 0px !important;
}

body div[data-style="minimal"] .toggle h3 i:before {
  content: "\f107" !important;
  top: 6px !important;
  left: 6px !important;
  margin-top: 0 !important;
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent !important;
  font-size: 28px;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
}

body div[data-style="minimal"] .toggle.open h3 i:before {
  content: "\f107" !important;
  top: 16px !important;
  left: 1px !important;
  margin-top: 0 !important;
}

body div[data-style="minimal"] .toggle h3 i:after {
  display: none !important;
}

body div[data-style="minimal"] .toggle {
  border: 0 !important;
}

/**** page tailles *****/

.why_advantages .iwithtext h2 {
  color: #1c3b4c;
}

#map {
  margin-bottom: 100px !important;
}

.material .wpb_row.forfait_gazon .column_container {
  margin-bottom: 65px;
}

.comment_taille .wpb_content_element p {
  max-width: 94%;
}

/****** page contact ****/
/* .contact_form_section.wpb_row .row-bg {
    background-size: contain;
    background-size: 45% auto;

} */

.contact_form_section .double_push_left_text > .vc_column-inner {
  padding-left: 33.64%;
  padding-left: 26.64%;
}

.form_contact {
  width: 100%;
  /*margin-left: -27px;*/
  margin-top: 30px;
}

.contact_form h1 {
  margin-bottom: 44px;
}

@media (max-width: 1600px) {
  .contact_form h1 {
    margin-bottom: 26px;
  }
}

.contact_infos h1 {
  margin-bottom: 24px;
}

.gform_wrapper.gravity-theme .form_contact .gform_fields {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  grid-row-gap: 39px;
}

html body .contact_infos {
  font-size: 24px;
  font-weight: 300;
  color: #58a112;
  /*padding-top: 140px;*/
  display: flex;
  align-items: center;
}

html body .contact_infos .white_color_text {
  color: #a2b8a4;
}

@media (max-width: 1920px) {
  html body .contact_infos .white_color_text .wpb_wrapper p {
    width: 70%;
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  html body .contact_infos .white_color_text .wpb_wrapper p {
    width: 100%;
  }
}

html body .contact_infos .social {
  font-size: 24px;
}

html body .contact_infos a {
  color: #58a112;
  text-decoration: none;
}

html body .contact_infos strong {
  color: #e6e1dd;
  font-size: 30px;
}

.contact_infos .social {
  margin: 0;
}

.contact_infos .social li {
  list-style: none;
  padding: 0 20px;
  display: inline-block;
  vertical-align: text-top;
}

.contact_infos .social li:first-child {
  padding-left: 0;
}

.contact_infos .social li:last-child {
  padding-right: 0;
}

/***** inscription_infolettre *****/
.container_extra_footer {
  position: relative;
  /*z-index: 100;*/
}

.back_form {
  background-color: #1c3b4c;
  border-radius: 0 0 54px 0;
  margin-top: -40px;
  color: #eef4e6;
  padding: 6% 6%;
}

.back_form .gform_wrapper .gform_heading {
  display: none;
}

body.search .container_extra_footer,
body.blog .container_extra_footer,
body.archive .container_extra_footer {
  z-index: unset;
}

.section_newsletter > .row-bg-wrap,
.section_newsletter > .row-bg-wrap .inner-wrap {
  overflow: visible;
}

.gform_wrapper.gravity-theme .inscription_infolettre .gform_fields {
  grid-column-gap: 4%;
  grid-row-gap: 0px;
}

.inscription_infolettre {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.inscription_infolettre
  .gform_wrapper.gravity-theme
  .inscription_infolettre
  .gform_fields {
  grid-column-gap: 0%;
}

.inscription_infolettre .gform_wrapper.gravity-theme .gfield input.large {
  width: 90%;
}

.inscription_infolettre .gform_body {
  width: calc(100% - 161px);
  padding-right: 2%;
}

.inscription_infolettre .gform_footer {
  width: 148px;
}

.inscription_infolettre .gform_footer input {
  width: 100%;
}

.gform_wrapper.gravity-theme .inscription_infolettre .gform_footer,
.gform_wrapper.gravity-theme .inscription_infolettre .gform_page_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme .inscription_infolettre .gform_footer input {
  margin-bottom: 0;
  height: 58px;
}

/***** page mon compte *****/
body[data-header-resize="1"].woocommerce-account .container-wrap {
  padding-top: 40px;
  padding-bottom: 0px;
}

/* body[data-header-resize="1"].woocommerce-account .container-wrap {
    background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/my-account-bg.png) calc(50% + 350px) 86px no-repeat;
    background-size: 1335px auto;
} */

body.woocommerce-account .woocommerce > #customer_login > .col-1,
body.woocommerce-account .woocommerce > #customer_login > .col-2,
body.woocommerce-account
  .woocommerce-form.woocommerce-form-login.n-disable-reg {
  max-width: 320px;
}

body .select2-container .select2-selection--single {
  height: 59px !important;
  line-height: 59px !important;

  /* -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius:30px !important; */
  display: flex;
  align-items: center;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 59px !important;
  right: 15px;
}

body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 21px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 8px 7px 0 7px;

  margin-left: -7px;
  margin-top: -4px;
}

.woocommerce-MyAccount-content a {
  font-weight: bold;
  text-decoration: underline;
}

body .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #fff;
}

body .woocommerce-MyAccount-navigation ul li a {
  padding: 16px 20px 22px 20px;
  opacity: 1;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #e6e1dd;
}

body .timer .wcct_timer_wrap,
.banner.label-banner .wcct_timer_wrap > div {
  background-color: transparent !important;
}

body .woocommerce-MyAccount-navigation ul li a:before {
  display: none !important;
}

body .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a,
body .woocommerce-MyAccount-navigation ul li:hover a {
  position: relative;
  opacity: 1;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

body .woocommerce-MyAccount-navigation ul li.is-active a::after {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5aa115;
  display: inline-block;
  margin: 0 10px;
}

body[data-header-resize="0"].blog .container-wrap,
body[data-header-resize="0"].archive .container-wrap {
  margin-top: 0;
  padding-top: 0;
  margin-top: -103px;
}

body .blog_header {
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 170px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body .blog_header .container {
  text-align: center;
}

body .container-wrap #sidebar .widget.widget_block .all-articles {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #a2b8a4;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .container-wrap #sidebar .widget.widget_block .all-articles img {
  margin: 0;
  margin-right: 10px;
}

body.blog .container-wrap #sidebar .widget.widget_block .all-articles {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #5aa115;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .container-wrap #sidebar .widget.widget_block .all-articles::before {
  content: "";
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/filterwhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin: 0 10px;
}

#sidebar .widget {
  margin-bottom: 0;
}

body.blog .container-wrap #sidebar .widget.widget_block .all-articles::before {
  content: "";
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/filter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin: 0 10px;
}

body.blog .container-wrap #sidebar .widget.widget_block .all-articles img {
  margin: 0;
  margin-right: 10px;
}

body
  .container-wrap
  #sidebar
  .widget.widget_block.widget_categories
  .wp-block-categories
  .cat-item
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #889e8a;
}

body
  .container-wrap
  #sidebar
  .widget.widget_block.widget_categories
  .wp-block-categories
  .cat-item.current-cat
  a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #5aa115;
}

.material.masonry .masonry-blog-item .video-play-button svg {
  max-width: 60px;
  max-height: 60px;
  height: 100% !important;
  width: 100% !important;
}

.row .col.masonry img:not([srcset]) {
  width: 100%;
}

body .post-area.masonry .post .post-content {
  padding: 20px !important;
  background: #ffffff;
  box-shadow: 0px 5px 4px rgb(0 0 0 / 13%);
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 0px 0px 40px 0px;
  height: 97%;
}

body .blog_header .container .texte h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #a2b8a4;
}

body #sidebar .widget.widget_block {
  width: 16%;
  display: flex;
  justify-content: center;
}

body #sidebar .widget.widget_block ul {
  margin: 0;
  margin-bottom: 12px;
}

.container_dashboard_access {
  max-width: 990px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.item_access {
  width: 32%;
  height: auto;
  border-radius: 0 0 30px 0;
  background-color: #fff;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.13);
  padding: 50px;
}

.item_group {
  text-align: center;
}

body.woocommerce-account .container-wrap p.text_item_dash {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1c3b4c;
  text-align: center;
}

body.woocommerce-account .container-wrap a.link_item_dash {
  background-color: transparent !important;
  color: #5aa115;
  border: 1px solid #5aa115;
  border-radius: 4px;
  padding: 12px 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #1c3b4c;
  border-radius: 0px 0px 40px 0px;
  width: 355px;
  height: 730px;
  padding: 30px 20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: none;
  }
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  color: #e6e1dd;
  font-weight: 600;
}

body.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li:last-child
  a::after {
  content: "";
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/image_desconection.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: 0 10px;
}

.dashbord_cta {
  margin-bottom: 60px;
}

body:not(.woocommerce-cart) .main-content table.shop_table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

html body:not(.woocommerce-cart) .main-content table tr:nth-child(2n + 1) {
  background-color: transparent;
}

html body:not(.woocommerce-cart) .main-content table {
  border-top: 0;
}

html body:not(.woocommerce-cart) .main-content td,
html body:not(.woocommerce-cart) .main-content tr th:first-child,
html body:not(.woocommerce-cart) .main-content tr td:first-child,
html body:not(.woocommerce-cart) .main-content tr th:first-child,
html body:not(.woocommerce-cart) .main-content tr td:first-child,
html body:not(.woocommerce-cart) .main-content th {
  border: 0;
}

html body:not(.woocommerce-cart) .main-content th,
html body:not(.woocommerce-cart) .main-content td {
  color: #192c4c;
  font-size: 20px;
  font-weight: bold;
}

html body:not(.woocommerce-cart) .main-content .col_address th,
html body:not(.woocommerce-cart) .main-content .col_address td,
html body:not(.woocommerce-cart) .main-content .col_abonnement th,
html body:not(.woocommerce-cart) .main-content .col_abonnement td {
  font-size: 18px;
}

html body:not(.woocommerce-cart) .main-content td {
  background-color: #e6e1dd;
}

html body:not(.woocommerce-cart) .main-content td.table_paiement_visit {
  background-color: transparent;
}

html
  body:not(.woocommerce-cart)
  .main-content
  td.table_paiement_visit
  tbody
  tr.paiement_visit
  td {
  background-color: transparent;
}

body:not(.woocommerce-cart) .main-content td {
  padding: 10px 14px;
}

html body:not(.woocommerce-cart) .main-content td:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

html body:not(.woocommerce-cart) .main-content td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

html body:not(.woocommerce-cart) .main-content td a {
  color: #192c4c;
  margin-left: 30px;
}

body .woocommerce a.button,
body.woocommerce-page a.button {
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 18px 35px !important;
  /*width: 100%;*/
  text-align: center;
  /* -webkit-border-radius: 30px !important;
		-moz-border-radius:30px !important;
		border-radius:30px !important; */
  background-color: #192c4c;
  color: #fff !important;
  line-height: 1.1;
  text-transform: none;
}

.woocommerce-Address {
  margin-bottom: 25px;
}

.woocommerce-page .col2-set.woocommerce-Addresses .col-1,
.woocommerce-page .col2-set.woocommerce-Addresses .col-2 {
  float: none;
  width: 100%;
  max-width: 600px;
}

.woocommerce-page .col2-set.woocommerce-Addresses .col-1 {
  margin-bottom: 45px;
}

html body .woocommerce-MyAccount-content h2 {
  margin-bottom: 40px !important;
  text-align: left;
}

html body .woocommerce-MyAccount-content h3 {
  margin-bottom: 35px;
}

/*.gens-referral_share__email input[type='email'],
.gens-referral_share__email input[type='text'] {
	    background-color: transparent;
    border-radius: 0 !important;
    border: 1px solid rgba(115,115,115,.4);
    padding: 10px 20px !important;
    height: 53px;
    color: rgba(115,115,115,.8);

    font-size: 18px !important;
}*/
body .woocommerce-MyAccount-content input[type="text"],
body .woocommerce-MyAccount-content textarea,
body .woocommerce-MyAccount-content input[type="email"],
body .woocommerce-MyAccount-content input[type="password"],
body .woocommerce-MyAccount-content input[type="tel"],
body .woocommerce-MyAccount-content input[type="url"],
body .woocommerce-MyAccount-content input[type="search"],
body .woocommerce-MyAccount-content input[type="date"],
body.material.woocommerce-page[data-form-style="default"]
  .woocommerce-MyAccount-content
  input#coupon_code,
body .woocommerce-MyAccount-content select {
  height: 53px;

  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .woocommerce-MyAccount-content input[type="text"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content textarea:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="email"]:-ms-input-placeholder,
body
  .woocommerce-MyAccount-content
  input[type="password"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="tel"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="url"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="search"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="date"]:-ms-input-placeholder,
body.material.woocommerce-page[data-form-style="default"]
  .woocommerce-MyAccount-content
  input#coupon_code:-ms-input-placeholder,
body .woocommerce-MyAccount-content select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
body .woocommerce-MyAccount-content input[type="text"]::-moz-placeholder,
body .woocommerce-MyAccount-content textarea::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="email"]::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="password"]::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="tel"]::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="url"]::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="search"]::-moz-placeholder,
body .woocommerce-MyAccount-content input[type="date"]::-moz-placeholder,
body.material.woocommerce-page[data-form-style="default"]
  .woocommerce-MyAccount-content
  input#coupon_code::-moz-placeholder,
body .woocommerce-MyAccount-content select::-moz-placeholder {
  color: #000000;
}
body .woocommerce-MyAccount-content input[type="text"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content textarea:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="email"]:-ms-input-placeholder,
body
  .woocommerce-MyAccount-content
  input[type="password"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="tel"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="url"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="search"]:-ms-input-placeholder,
body .woocommerce-MyAccount-content input[type="date"]:-ms-input-placeholder,
body.material.woocommerce-page[data-form-style="default"]
  .woocommerce-MyAccount-content
  input#coupon_code:-ms-input-placeholder,
body .woocommerce-MyAccount-content select:-ms-input-placeholder {
  color: #000000;
}
body .woocommerce-MyAccount-content input[type="text"]::placeholder,
body .woocommerce-MyAccount-content textarea::placeholder,
body .woocommerce-MyAccount-content input[type="email"]::placeholder,
body .woocommerce-MyAccount-content input[type="password"]::placeholder,
body .woocommerce-MyAccount-content input[type="tel"]::placeholder,
body .woocommerce-MyAccount-content input[type="url"]::placeholder,
body .woocommerce-MyAccount-content input[type="search"]::placeholder,
body .woocommerce-MyAccount-content input[type="date"]::placeholder,
body.material.woocommerce-page[data-form-style="default"]
  .woocommerce-MyAccount-content
  input#coupon_code::placeholder,
body .woocommerce-MyAccount-content select::placeholder {
  color: #000000;
}

table.woocommerce-MyAccount-paymentMethods
  td.woocommerce-PaymentMethod--method
  input {
  width: 200px;
}

.payment-subscription {
  padding: 1em;
}

.payment-subscription p {
  margin-bottom: 10px;
  padding-bottom: 0;
}

body
  .woocommerce-MyAccount-content
  .select2-container
  .select2-selection--single {
  height: 53px !important;
  line-height: 53px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;

  display: flex;
  align-items: center;
  border: 1px solid rgba(115, 115, 115, 0.4);
  background-color: transparent;
}

body .woocommerce .woocommerce-customer-details address {
  color: #737373;
}

body
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-top: 12px;
}

body
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-top: 12px;
}

body:has(.subscription_details)
  nav.woocommerce-MyAccount-navigation
  li:nth-child(3)
  a {
  position: relative;
  opacity: 1;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

body:has(.subscription_details)
  nav.woocommerce-MyAccount-navigation
  li:nth-child(3)
  a::after {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5aa115;
  display: inline-block;
  margin: 0 10px;
}

body
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 53px !important;
  right: 15px;
}

body
  .container
  .container:not(.tab-container):not(.recent-post-container):not(
    .normal-container
  ).woocommerce-MyAccount-content {
  width: 68% !important;
}

.dashbord_cta .button_bordered {
  display: none;
}

.woocommerce-EditAccountForm.edit-account .password-input {
  max-width: 545px;
}

.woocommerce-MyAccount-content .col_abonnement {
  float: left;
  width: 46%;
}

.woocommerce-MyAccount-content .col_address .woocommerce-customer-details,
.woocommerce-MyAccount-content .col_abonnement table {
  margin-bottom: 90px !important;
}

.woocommerce-MyAccount-content .col_address {
  float: right;
  width: 46%;
}

html body .woocommerce-MyAccount-content .col_abonnement h2,
html body .woocommerce-MyAccount-content .col_address h2,
html body .woocommerce-MyAccount-content .col_abonnement h3,
html body .woocommerce-MyAccount-content .col_address h3 {
  font-size: 26px;
}

.partager_recevez {
  margin-top: 42px;
  max-width: 780px;
}

.partager_recevez .titre_icon {
  display: flex;
  margin-bottom: 31px;
  align-items: center;
}

.partager_recevez .titre_icon .texte h2 {
  margin-bottom: 0 !important;
}

.partager_recevez .titre_icon img {
  margin-right: 37px;
}

.partager_recevez .description {
  font-size: 35px;
  font-weight: bold;
  color: #192c4c;
  letter-spacing: -1px;
  margin-bottom: 59px;
}

.partager_recevez .description p {
  padding-bottom: 0;
}

.partager_recevez .submit_logos {
}

.partager_recevez .submit_logos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.partager_recevez .submit_logos .logos {
}

.partager_recevez .submit_logos .logos img {
  margin-left: 40px;
}

.partager_recevez .description .nectar-button {
}

.confirmation_order_refer {
  margin-bottom: 40px;
}

.confirmation_order_refer .partager_recevez {
  background-color: #192c4c;
  padding: 35px 30px;
  color: #fff;
  max-width: unset;
}

.confirmation_order_refer .partager_recevez .titre_icon .texte h2 {
  margin-bottom: 8px !important;
  color: #fff;
  font-size: 30px;
}

.confirmation_order_refer .partager_recevez .description {
  font-size: 13.5px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
}

.confirmation_order_refer .partager_recevez .submit_logos .nectar-button {
  background-color: #58a112 !important;
  min-width: 138px;
}

.confirmation_order_refer .partager_recevez .submit_logos {
  flex-direction: unset;
  justify-content: unset;
  align-items: center;
}

.confirmation_order_refer .partager_recevez .submit_logos .logos img {
  margin-right: 40px;
  margin-left: 0;
  width: 90%;
}

.woocommerce-order-received .partager_recevez {
  display: flex;
  justify-content: space-between;
}

.woocommerce-order-received .partager_recevez .titre_icon {
  margin-bottom: 0;
}

/****** checkout page ****/
body .order-custom-total th:nth-child(2),
body .order-custom-total td:nth-child(2) {
  text-align: right;
}

.woocommerce form.checkout .form-row {
  position: relative;
  padding: 0 !important;
  margin-bottom: 20px;
}

.woocommerce form.checkout .form-row#billing_address_2_field,
.woocommerce form.checkout .form-row#billing_country_field {
  display: none !important;
}

.woocommerce form.checkout .form-row#billing_city_field,
.woocommerce form.checkout .form-row#billing_state_field,
.woocommerce form.checkout .form-row#billing_postcode_field,
.woocommerce form.checkout .form-row#billing_phone_field {
  width: 49%;
  float: left;
}

.woocommerce form.checkout .form-row#billing_state_field,
.woocommerce form.checkout .form-row#billing_phone_field {
  float: right;
  clear: none;
}

body
  .woocommerce
  form.checkout
  .payment_box
  .wc-authorize-net-cim-credit-card-new-payment-method-form
  .form-row
  label,
body .woocommerce form.checkout .payment_box .form-row label,
.woocommerce form.checkout .payment_box .form-row.woocommerce-validated label,
.woocommerce form.checkout .form-row label {
  position: absolute;
  top: 6px;
  left: 23px;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  color: #192c4c;
  z-index: 2;
}

.woocommerce .woocommerce-form p {
  color: #192c4c;
}

.woocommerce form .form-row input {
  font-size: 14px !important;
  color: #444 !important;
  border: 0.5px solid #5aa115;
  background: transparent !important;
}

.woocommerce .checkout_coupon p {
  color: #192c4c;
}

.woocommerce form .form-row input div {
  font-size: 14px !important;
  color: #5aa115 !important;
  background: transparent !important;
}

.woocommerce form .form-row input::placeholder,
.woocommerce form .form-row textarea::placeholder,
.woocommerce .checkout_coupon input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5aa115 !important;
  background: transparent !important;
  /* Firefox */
}

.woocommerce form .form-row input:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce .checkout_coupon input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5aa115 !important;
  background: transparent !important;
}

.woocommerce form .form-row input::-ms-input-placeholder,
.woocommerce form .form-row textarea::-ms-input-placeholder,
.woocommerce .checkout_coupon input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5aa115 !important;
  background: transparent !important;
}

body .woocommerce form.checkout .payment_box .form-row label {
  position: relative;
  top: 0;
  left: 0;
}

.woocommerce form.checkout .form-row .required {
  color: #a2b8a4 !important;
}

body form.checkout input[type="text"],
body form.checkout textarea,
body form.checkout input[type="email"],
body form.checkout input[type="password"],
body form.checkout input[type="tel"],
body form.checkout input[type="url"],
body form.checkout input[type="search"],
body form.checkout input[type="date"],
body.material.woocommerce-page[data-form-style="default"]
  form.checkout_coupon
  input#coupon_code,
body form.checkout select {
  border: 0;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 600;
  color: #192c4c !important;
  padding: 15px 20px 5px !important;
}

body form.checkout input[type="text"],
body form.checkout textarea,
body form.checkout input[type="email"],
body form.checkout input[type="password"],
body form.checkout input[type="tel"],
body form.checkout input[type="url"],
body form.checkout input[type="search"],
body form.checkout input[type="date"],
body form.checkout select {
  color: #5aa115 !important;
  border: 0.5px solid #5aa115;
  background: transparent !important;
  border-radius: 4px;
}

body form.checkout .select2 .select2-selection {
  font-size: 14px;
  color: #5aa115 !important;
  height: 50px !important;
}

body form.checkout .select2 .select2-selection .select2-selection__rendered {
  font-size: 14px;
  color: #5aa115 !important;
}

body.material.woocommerce-page[data-form-style="default"]
  form.checkout_coupon
  input#coupon_code {
  padding: 10px 20px !important;
}

.woocommerce form.checkout .form-row textarea {
  height: 245px;
  padding-top: 25px !important;
}

form.checkout .select2-container--default .select2-selection--single {
  background-color: #e6e6e6;
  border: 0;
}

form.checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 18px;
  font-weight: 500;
  color: #192c4c !important;
  padding-top: 5px;
}

.checkout .col2-set .col-1,
.checkout .col2-set .col-1 {
  /*padding-top: 34px;*/
}


html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-checkout
  .shop_table
  td:last-child {
  text-align: right;
  width: 250px;
}

.woocommerce-additional-fields > div,
.woocommerce-billing-fields > div {
  padding-top: 0;
}

html body .woocommerce-checkout h2,
html body .woocommerce-checkout h3 {
  font-size: 52px;
  color: #1c3b4c;
}

html body .woocommerce-checkout p {
  color: #1c3b4c;
}

.accept_estimation .woocommerce .cart .required {
  font-size: 13px;
  position: relative;
  z-index: 2;
}

form.checkout .select2-container--default .select2-selection--single {
  background: transparent !important;
  border: 0.5px solid #5aa115 !important;
  border-radius: 4px !important;
}

.woocommerce form.checkout .form-row label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #a2b8a4;
}

html body .woocommerce-checkout .total_estimat_visit,
html body .woocommerce-checkout .total_current_estimate {
  text-align: right;
  font-size: 30px !important;
}

body .checkout #order_review,
.estimation_checkout {
  margin-bottom: 116px;
  margin-top: 0;
}

.woocommerce form .form-row.field_cache {
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}

.woocommerce
  form.checkout
  .form-row.woocommerce-validated
  [type="checkbox"]
  + label,
body .woocommerce form .form-row label.checkbox,
body.woocommerce-page form .form-row label.checkbox {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  line-height: 1 !important;
  font-weight: normal !important;
  font-style: italic !important;
  color: #818181 !important;
  font-size: 18px !important;
}

.woocommerce-terms-and-conditions-wrapper a,
body .woocommerce form .form-row label.checkbox a,
body.woocommerce-page form .form-row label.checkbox a {
  font-weight: bold !important;
  color: #58a112;
  text-decoration: underline;
}

.table_paiement_visit > table {
  border-top: 1px solid #cccccc !important;
}

.table_paiement_visit table th,
.table_paiement_visit table td {
  padding: 32px 0 0 !important;
}

.table_paiement_visit > table td {
  width: 73px;
}

.table_paiement_visit > table th {
  font-weight: normal !important;
  font-size: 18px !important;
}

.table_paiement_visit > table th strong {
  font-weight: bold !important;
  color: #58a112;
  text-decoration: underline;
}

.table_paiement_visit > table th p {
  padding-bottom: 0;
  line-height: 1.4 !important;
}

html body .woocommerce-checkout-review-order h2 {
  margin-bottom: 35px;
}

.wc_payment_method > label {
  font-size: 0;
}

.woocommerce-checkout #payment div.payment_box {
  margin-top: 45px;
  padding: 0;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form input {
  font-size: 18px !important;
}

body
  .woocommerce-checkout
  #payment
  div.payment_box
  .wc-authorize-net-cim-credit-card-new-payment-method-form
  .form-row {
  margin-bottom: 36px;
}

.checkout.woocommerce-checkout.processing {
  width: auto !important;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked
  + label,
.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked)
  + label {
  position: relative;
  top: unset;
  left: unset;
  line-height: 1.4;
  font-weight: normal;
  font-style: italic;
  color: #818181;
  font-size: 18px;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked,
.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked),
.woocommerce-terms-and-conditions-wrapper > p [type="checkbox"]:checked,
.woocommerce-terms-and-conditions-wrapper > p [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked
  + label,
.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked)
  + label,
.woocommerce-terms-and-conditions-wrapper > p [type="checkbox"]:checked + label,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:not(:checked)
  + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked
  + label:before,
.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked)
  + label:before,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:checked
  + label:before,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 3px solid #a7a7a7;
  background: #fff;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked
  + label:after,
.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked)
  + label:after,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:checked
  + label:after,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:not(:checked)
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 6px;
  width: 17px;
  height: 31px;
  border: solid #58a112;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg) scale(1) !important;
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:not(:checked)
  + label:after,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.wc-authorize-net-cim-credit-card-new-payment-method-form
  [type="checkbox"]:checked
  + label:after,
.woocommerce-terms-and-conditions-wrapper
  > p
  [type="checkbox"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

body .woocommerce #order_review #payment .place-order button[type="submit"] {
  width: auto;
  padding: 5px 36px !important;
  background-color: #5aa115 !important;
  /* float: right; */
}

html body:not(.woocommerce-cart) .main-content table {
  background-color: transparent;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  td {
  background-color: transparent !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  tr.payment-method {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(52px);
  border-bottom-right-radius: 30px;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  td.woocommerce-PaymentMethod:last-child {
  border-radius: 0;
  border-bottom-right-radius: 30px;
}

html body input[readonly] {
  padding: 10px 0 0 0 !important;
  background-color: transparent !important;
  color: #192c4c !important;
  border: 0 !important;
  height: auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  /*font-weight: bold;*/
  height: auto !important;
  padding-top: 5px !important;
  font-size: 20px !important;
}

body .woocommerce .woocommerce-Address a.button,
body.woocommerce-page .woocommerce-Address a.button {
  width: auto;
}

#order_review {
  max-width: 1000px;
  margin: 0 auto;
}

body.woocommerce-checkout
  #payment
  div.payment_box
  .sv-wc-payment-gateway-payment-form-manage-payment-methods,
body
  #add_payment_method
  .sv-wc-payment-gateway-payment-form-manage-payment-methods {
  max-width: 500px;
}

html body:not(.woocommerce-cart) .main-content .shop_table thead th:first-child,
html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tbody
  td:first-child {
  width: 0 !important;
  padding: 0 !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  thead
  th:first-child
  a,
html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tbody
  td:first-child
  a {
  margin-left: 30px;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table.subscription_details
  thead
  th:first-child,
html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table.subscription_details
  tbody
  td:first-child {
  width: auto !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table.woocommerce-checkout-review-order-table
  tbody
  td:first-child {
  width: 300px !important;
  padding-right: 20px !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table.woocommerce-checkout-review-order-table
  tbody
  tr.paiement_visit
  td:first-child {
  width: 80px !important;
  padding-right: 20px !important;
}

html
  body.woocommerce-order-received
  .main-content
  .woocommerce-order-details__title,
html
  body.woocommerce-order-pay
  .main-content
  .woocommerce-order-details__title {
  color: #1c3b4c;
}

html
  body.woocommerce-order-received
  .main-content
  .woocommerce-order
  p.woocommerce-notice,
html
  body.woocommerce-order-pay
  .main-content
  .woocommerce-order
  p.woocommerce-notice,
html body.woocommerce-order-pay .main-content .woocommerce-order p,
html body.woocommerce-order-received .main-content .woocommerce-order p {
  color: #1c3b4c;
}

html body.woocommerce-order-received .main-content .woocommerce-order li,
html
  body.woocommerce-order-pay
  .main-content
  .woocommerce-order
  li.woocommerce-order-overview__order {
  color: #1c3b4c;
}

html
  body.woocommerce-order-received
  .main-content
  .woocommerce-order
  .woocommerce-customer-details
  h2,
html
  body.woocommerce-order-pay
  .main-content
  .woocommerce-order
  .woocommerce-customer-details
  h2 {
  color: #1c3b4c;
}

html
  body.woocommerce-order-received
  .main-content
  .woocommerce-order
  .woocommerce-customer-details
  address,
html
  body.woocommerce-order-pay
  .main-content
  .woocommerce-order
  .woocommerce-customer-details
  address {
  color: #1c3b4c;
}

.woocommerce td.product-name .wc-item-meta p {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

.woocommerce td.product-name .wc-item-meta {
  padding: 20px 0;
}

html body.woocommerce-order-pay .main-content .shop_table thead th:first-child,
html body.woocommerce-order-pay .main-content .shop_table tbody td:first-child {
  width: auto !important;
  padding: 0 10px !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  thead
  th:nth-child(2),
html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tbody
  td:nth-child(2) {
  width: 20%;
  padding-left: 0;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tbody
  td:nth-child(2) {
  width: 50%;
}

body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  tr
  td:first-child
  ul {
  margin-left: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 72%;
}

.select2-dropdown {
  border: 1px solid #5aa115 !important;
}

.select2-results__option {
  color: #5aa115 !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #5aa115 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #5aa115 !important;
  color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #5aa115;
  color: #5aa115 !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  tr
  th:first-child,
html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  tr
  td:first-child {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

body .woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
}

body .woocommerce .woocommerce-MyAccount-content:has(> .woocommerce-Address) {
  border-bottom-right-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(52px);
  padding: 20px 30px;
}

body .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  color: #1c3b4c;
  margin-bottom: 5px;
}

.woocommerce-privacy-policy-text {
  display: none !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tfoot
  tr:last-child
  .woocommerce-Price-amount {
  font-size: 45px;
  font-weight: bold;
  display: block;
}

body .woocommerce .payment-method-actions {
  text-align: left;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .shop_table
  tr
  td.payment-method-actions {
  text-align: left;
}

html
  body:not(.woocommerce-cart)
  .main-content
  table.account-payment-methods-table
  tr
  td:first-child,
html
  body:not(.woocommerce-cart)
  .main-content
  table.account-payment-methods-table
  tr
  td {
  padding: 20px !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .account-payment-methods-table
  + .button {
  background-color: #58a132;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  table
  tr
  td.woocommerce-PaymentMethod--method {
  padding-left: 30px !important;
}

html
  body:not(.woocommerce-cart)
  .main-content
  .woocommerce-MyAccount-content
  table
  tr
  td.woocommerce-PaymentMethod--method {
  padding-left: 30px !important;
}

body .woocommerce .payment-method-actions a.button,
body.woocommerce-page .payment-method-actions a.button {
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

table.woocommerce-MyAccount-paymentMethods
  td.woocommerce-PaymentMethod--default
  mark {
  color: #58a112 !important;
}

.estimation_checkout hr {
  margin: 28px 0;
}

html body:not(.woocommerce-cart) .main-content #visites thead th {
  color: #58a112;
}

html body:not(.woocommerce-cart) .main-content #visites thead th:last-child,
html body:not(.woocommerce-cart) .main-content #visites td:last-child {
  text-align: right;
  padding-right: 0;
}

html body:not(.woocommerce-cart) .main-content #visites thead th:first-child,
html body:not(.woocommerce-cart) .main-content #visites td:first-child {
  width: 90px;
  padding-left: 0;
}

html body:not(.woocommerce-cart) .main-content #visites td:nth-child(2),
html body:not(.woocommerce-cart) .main-content #visites td:nth-child(3) {
  font-weight: normal;
  color: #a7a7a7;
}

.checkout .col2-set .col-1 > div {
  max-width: 727px;
}

body .checkout .col2-set .col-2 {
  width: 40%;
}

body .checkout .col2-set .col-1 {
  width: 57%;
}

body .woocommerce .shop_table a.button,
body.woocommerce-page .shop_table a.button {
  margin-bottom: 10px;
}

body.woocommerce-page .shop_table a.button.change_payment_method {
  margin: 0;
}

body.woocommerce-page .payment-method a.edit {
  background-color: #58a132;
}

body.woocommerce-page .payment-method a.delete,
body.woocommerce-page .payment-method a.default {
  color: #58a132 !important;
  background-color: #fff;
  border: 1px solid #58a132;
  transform: background-color 0.3s ease-out, color 0.3s ease-out;
}

body.woocommerce-page .payment-method a.delete:hover,
body.woocommerce-page .payment-method a.default:hover {
  color: #fff !important;
  background-color: #58a132;
}

body.woocommerce-page .woocommerce p.cart-empty {
  font-size: 54px;
  font-family: "Gantari", sans-serif;
  color: #192c4c;
  font-weight: bold;
  line-height: 1.1;
}

body.woocommerce-page form.edit-account .form-row .input-text {
  border: 1px solid #5aa115 !important;
  border-radius: 4px !important;
  padding: 17px 16px !important;
}

body.woocommerce-page form.edit-account .personal-info {
  padding-bottom: 0;
  margin-bottom: 0;
}

body.woocommerce-page form.edit-account .personal-info + .clear {
  padding-bottom: 0;
}

body.woocommerce-page form.edit-account .gens-referral_share a {
  background-color: #58a132;
}

body .woocommerce-MyAccount-content h2,
body.woocommerce-page .woocommerce-MyAccount-content h3 {
  color: #1c3b4c;
}

body .woocommerce-MyAccount-content select,
body .woocommerce-MyAccount-content textarea {
  border-radius: 4px !important;
  border: 1px solid #58a132;
  color: #58a132;
  background-color: #fff;
}

/***** cart ****/
.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward {
  width: auto !important;
}

/***** lost password ****/

.woocommerce form.lost_reset_password .form-row input.input-text {
  max-width: 378px;
}

/**** refer a friend ****/
.gens-referral_share {
  justify-content: space-around;
}

.gens-referral_share a {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  max-width: 253px;
}

body #js--gens-email-clone {
  bottom: 122px;
}

body #js--gens-email-remove {
  bottom: 96px;
}

#js--gens-email-remove svg,
#js--gens-email-clone svg {
  display: block;
  width: 18px;
  height: 18px;
}

/****** footer *****/
body #footer-outer {
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/testfinal.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: transparent !important;
}

body #footer-outer .row {
  padding: 170px 0 35px;
}

body #footer-outer #copyright {
  border-top: 1px solid #c5c7ca;
  padding-top: 38px;
  padding-bottom: 48px;
  /* padding-bottom: 160px; */
}

body.woocommerce-account #footer-outer #copyright {
  padding-bottom: 48px;
}

body #footer-outer .widget h4,
body #sidebar h4 {
  color: #192c4c !important;
  font-size: 30px;
  font-weight: bold;
  font-family: "Gantari", sans-serif;
}

body #footer-outer #footer-widgets .col:first-child {
  width: 20%;
}

body #footer-outer #footer-widgets .col:first-child .widget_media_image img {
  max-width: 80%;
}

body #footer-outer #footer-widgets .col:nth-child(2) {
  width: 12%;
}

body #footer-outer #footer-widgets .col:nth-child(3) {
  width: 24%;
}

body #footer-outer #footer-widgets .col:nth-child(4) {
  width: 16%;
}

body #footer-outer #footer-widgets .col:nth-child(4) .textwidget p a {
  font-weight: 600;
}

body #footer-outer #footer-widgets .col:last-child {
  width: 14%;
}

.material #footer-outer #footer-widgets .col ul li {
  margin-bottom: 12px;
  margin-left: 0;
}

body.material #footer-outer #footer-widgets .col ul.social li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 20px !important;
  margin-bottom: 0;
}

body.material #footer-outer #footer-widgets .col ul.social li:first-child {
  padding-left: 0 !important;
}

body.material #footer-outer #footer-widgets .col ul.social li:last-child {
  padding-right: 0 !important;
}

#footer-outer #copyright .col:first-child {
  width: 45%;
}

#footer-outer #copyright .col:last-child {
  width: 53%;

  text-align: left;
}

#footer-outer #copyright .col:last-child ul {
  float: right !important;
  margin: 0;
}

#footer-outer #copyright .col:last-child ul li {
  margin-left: 18;
}

body #footer-outer #copyright li {
  float: none;
  display: inline-block;
}

body #footer-outer #copyright li:last-child {
  /*float: right;*/
}

html body #footer-outer i,
html body #header-secondary-outer #social i {
  font-size: 31px;
}

body #footer-outer #copyright a:not(.nectar-button) {
  color: #717172 !important;
}

body #footer-outer #copyright a:hover:not(.nectar-button) {
  opacity: 0.65;
  color: #717172 !important;
}

/*****popup ****/

html.popup {
  overflow-y: hidden;
}

html.popup #footer-outer,
html.popup #header-outer,
html.popup .container-wrap {
  filter: blur(4px);
}

.video_pop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: #3a4179;
  z-index: -16;
  overflow: hidden;
  transition: 0.5s all;
  overflow: auto;
  background-color: #fff;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
  /*background: #000 url(//www.paysaco.com/wp-content/themes/redboxmedia/images/bg_popup.jpg) no-repeat center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.video_pop.open_pop {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 9997;
  z-index: 99974;
  border-radius: 1px;
  opacity: 1;
  background: linear-gradient(108.93deg, #1b4b40 -14.88%, #0b101f 129.47%);
}

.video_pop > .wrap {
  display: block;
  vertical-align: middle;

  position: relative;
}

.video_pop .close {
  display: inline-block;
  /* border: 1px solid #fff; */
  width: 44px;
  height: 44px;

  border-radius: 45px;
  text-align: center;
  font-size: 60px;
  position: absolute;
  opacity: 1;
  transform-origin: center;
  top: 25px;
  right: 15px;
  cursor: pointer;
  z-index: 22;
  color: #58a112;
  font-weight: 100;
  line-height: 1.39;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_pop .close svg path {
  fill: #58a112;
}

.video_pop .video {
  position: relative;

  color: #6c6e70;

  width: 100%;
  margin: 0 auto 0;
}

.video_pop
  .video
  .wrap_video
  .product[data-tab-pos*="fullwidth"]
  .price.nectar-inherit-default,
.video_pop .video .wrap_video .single-product-main-image {
  display: none;
}

.video_pop .video .woocommerce div.product form.cart,
.video_pop .video .woocommerce div.product div.summary {
  margin-bottom: 0;
}

.video_pop
  .video
  .wrap_video
  .product[data-tab-pos*="fullwidth"]
  .summary.entry-summary {
  width: 100%;
}

.video_pop .gform_wrapper.gravity-theme .gform_page {
  height: 100vh;
  overflow: auto;
  padding-top: 93px;
  padding-bottom: 50px;
}

/*
.video_pop .gform_wrapper.gravity-theme .gform_page.page_1 {
	padding-top: 281px;
	background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/form_pelouse_pg_1_bg.jpg) no-repeat center bottom;
}
.video_pop .gform_wrapper.gravity-theme .gform_page.page_1 .gform_page_footer,
.video_pop .gform_page.page_1 .gform_page_fields {
	max-width: calc(1440px + 80px);
	padding: 0 40px;
	padding-right: 43%;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}
.video_pop .gform_wrapper.gravity-theme .gform_page.page_1 .gform_page_footer {
	text-align: right;
}

.video_pop .gform_wrapper.gravity-theme .gform_page.page_2 {
	padding-top: 281px;
	text-align: center;
	background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/form_pelouse_pg_1_bg.jpg) no-repeat center bottom;
}
.video_pop .gform_wrapper.gravity-theme .gform_page.page_2 p {
	font-size: 20px;
}

.video_pop .gform_page.page_2 .gform_page_fields {
	max-width: calc(1020px + 80px);
	padding: 0 40px;

	margin: 0 auto;
	text-align: center;
}
.video_pop .gform_page.page_2 .gform_page_footer {
	display: none;
}


.video_pop .gform_wrapper.gravity-theme .gform_page.page_3 {
	padding-top: 95px;
	text-align: left;

}
.gform_wrapper.gravity-theme .gform_page.page_3 .gfield.section_prix {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
}

.gform_wrapper.gravity-theme .gform_page.page_3 .gfield.section_prix h1 {
	color: #58a112;
	margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gform_page.page_5 .gfield.section_prix,
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.section_prix {
	position: absolute;
	top: 100px;
	right: 0;
	text-align: center;
}
.gform_wrapper.gravity-theme .gform_page.page_5 .gfield.selection_choisi ,
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.selection_choisi {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
}
*/
.video_pop .gform_wrapper.gravity-theme .gform_page_footer,
.video_pop .gform_page .gform_page_fields,
.video_pop .gform_wrapper.gravity-theme .gform_page.page_3 .gform_page_footer,
.video_pop .gform_page.page_3 .gform_page_fields {
  max-width: calc(1581px + 80px);
  padding: 0 40px;
  padding-right: 25%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.video_pop .gform_wrapper.gravity-theme .gform_page_footer {
  text-align: right !important;
}

.choix_superficie .gfield_radio {
  display: flex;
  width: calc(100% + 32px);
}

.choix_superficie .gfield_radio .gfield-choice-input {
  position: absolute;
  left: -225px;
}

.choix_superficie .gfield_radio .gchoice {
  width: 33%;
  overflow: hidden;
}

.choix_superficie .gfield_radio .gchoice label {
  display: flex !important;
  min-height: 400px;
  padding: 25px 5%;
  color: #fff;

  font-size: 30px !important;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 59px;
  -moz-border-radius-bottomright: 59px;
  border-bottom-right-radius: 59px;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.choix_superficie .gfield_radio .gchoice:nth-child(1) label {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/size_1.jpg) no-repeat center center;
}

.choix_superficie .gfield_radio .gchoice:nth-child(2) label {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/size_2.jpg) no-repeat center center;
}

.choix_superficie .gfield_radio .gchoice:nth-child(3) label {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/size_3.jpg) no-repeat center center;
}

.choix_superficie .gfield_radio .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #31405d;
  opacity: 0.5;
  z-index: 0;
}

.choix_superficie .gfield_radio .gchoice label span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.choix_superficie .gfield_radio .gchoice label:hover:before,
.choix_superficie .gfield_radio .gchoice [type="radio"]:checked + label:before {
  background-color: #58a112;
}

.surplus-selection {
  width: 100%;
}

.surplus-selection .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.nectar-social {
}

.surplus-selection .gfield_checkbox .gfield-choice-input {
  position: absolute;
  left: -225px;
}

.surplus-selection .gfield_checkbox .gchoice {
  width: 25%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 53px;
}

.surplus-selection .gfield_checkbox .gchoice label {
  font-size: 20px !important;
  font-weight: bold;
  max-width: unset !important;
  padding: 0 15px 32px;
  position: relative;
}

.surplus-selection .gfield_checkbox .gchoice label .ginput_price {
  display: block;
  color: #58a112;
  position: relative;
}

.surplus-selection .gfield_checkbox .gchoice label .ginput_price:after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 23px;
  height: 23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #bcd9a0;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(3)
  label
  .ginput_price:after {
  background-color: #e1bee7;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(4)
  label
  .ginput_price:after {
  background-color: #e1bee7;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(5)
  label
  .ginput_price:after {
  background-color: #e1bee7;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(6)
  label
  .ginput_price:after {
  background-color: #adb3be;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(7)
  label
  .ginput_price:after {
  background-color: #adb3be;
}

.surplus-selection
  .gfield_checkbox
  .gchoice:nth-child(8)
  label
  .ginput_price:after {
  background-color: #adb3be;
}

.surplus-selection .gfield_checkbox .gchoice label:after {
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 150px;
  height: 101px;
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/bg_1.jpg) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}

.surplus-selection
  .gfield_checkbox
  .gchoice
  [type="checkbox"]:checked
  + label:after {
  opacity: 1;
}

.surplus-selection .gfield_checkbox .gchoice label:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 150px;
  height: 101px;
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/aeration-icon.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(1) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/traitement-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(2) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/aeration-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(3) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/aeration-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(4) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/semis-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(5) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/fertilisation-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(6) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/traitements-2-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(7) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/punaises-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection .gfield_checkbox .gchoice:nth-child(8) label:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/pyrales-icon.png) no-repeat center top;
  background-size: 100% auto;
}

.surplus-selection
  .gfield_checkbox
  .gchoice
  [type="checkbox"]:checked
  + label
  span,
.surplus-selection .gfield_checkbox .gchoice [type="checkbox"]:checked + label {
  color: #58a112;
}

.pastille_couleur {
  margin-bottom: 59px;
}

.pastille_couleur ul {
  margin: 0;
}

.pastille_couleur ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  color: #818181;
  float: none;
  padding-right: 45px;
  min-width: 183px;
}

.pastille_couleur ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.pastille_couleur ul li:nth-child(1):before {
  background-color: #bcd9a0;
}

.pastille_couleur ul li:nth-child(2):before {
  background-color: #e1bee7;
}

.pastille_couleur ul li:nth-child(3):before {
  background-color: #adb3be;
}

/*
.gform_wrapper.gravity-theme .gform_page.page_6 .gfield.prix_forfait,
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.prix_forfait {
	position: absolute;
	top: 150px;
	right: 0;
	text-align: center;
}
.gform_wrapper.gravity-theme .gform_page.page_5 .gfield.prix_total,
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.prix_total {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
}
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.prix_forfait input,
.gform_wrapper.gravity-theme .gform_page.page_4 .gfield.prix_total  input {
	text-align: center;
}

.video_pop .gform_wrapper.gravity-theme .gform_page.page_4 .gform_page_footer,
.video_pop .gform_page.page_4 .gform_page_fields {
	padding-right: 30%;
}
.video_pop .gform_wrapper.gravity-theme .gform_page.page_5 .gform_page_footer,
.video_pop .gform_page.page_5 .gform_page_fields {
	padding-right: 30%;
}

.video_pop .gform_wrapper.gravity-theme .gform_page.page_6 .gform_page_footer,
.video_pop .gform_page.page_6 .gform_page_fields {
	padding-right: 40%;
}*/
body .gform_wrapper.gravity-theme .page_6 .gfield textarea.large {
  height: 536px;
}

body .video_pop .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .video_pop .gform_wrapper.gravity-theme .gform_footer {
  text-align: right;
}

html
  body[data-button-style*="slightly_rounded"]
  .video_pop
  input[type="submit"] {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #58a112 !important;
}

body .video_pop .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
  font-size: 13px;
  position: absolute;
  margin-top: 0;
  left: 20px;
  top: 10px;
  color: #192c4c;
}

.custom_radio .ginput_container_radio {
  margin: 0 0 54px !important;
}

.custom_radio .gchoice {
  display: inline-block;
  margin-right: 70px;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  max-width: unset !important;
  white-space: nowrap;
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;

  border-radius: 100%;
  background: #e6e6e6;
}

.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 23px;
  height: 23px;
  background: #58a112;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gform_wrapper.gravity-theme .gfield.retrait_un {
  padding-left: 12%;
}

.gform_wrapper.gravity-theme .gfield.retrait_deux {
  padding-left: 24%;
}

.gform_wrapper.gravity-theme .gfield.retrait_deux input[type="text"] {
  width: 100% !important;
  max-width: 500px;
}

.video_pop .woocommerce div.product form.cart .button {
  float: none;
  padding: 12px 35px;
  height: 62px;
  background-color: #58a112;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 58px;
}

.video_pop .woocommerce div.product form.cart .button.gform_previous_button {
  border: 1px solid #818181 !important;
  color: #818181 !important;
  background-color: transparent !important;
}

.video_pop
  .gform_wrapper.gravity-theme
  .gform_page.page_1
  .gfield.input_codepostal {
  max-width: 362px;
  margin: 0 auto;
}

.video_pop.pop_representant .video .wrap_video {
  align-items: unset;
}

.video_pop .video .wrap_video .image {
  width: 50%;
  text-align: center;
  padding-top: 186px;
}

.video_pop .video .wrap_video .image img {
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
}

.video_pop .video .wrap_video .form {
  width: 50%;
  padding: 110px 0 110px 6%;
}

.video_pop.pop_carriere .video .wrap_video .form {
  padding-left: 0;
  padding-top: 180px;
}

.video_pop.pop_carriere .video .wrap_video .image {
  padding-top: 100px;
}

.video_pop .video h2 {
  margin-bottom: 33px;
  font-size: 2.85vw;
}

.video_pop .video .titre_page h2 {
  margin-bottom: 27px !important;
}

.video_pop .video .titre_page h2 strong {
  color: #58a112;
}

.video_pop .video h3 {
  font-size: 30px;
  color: #58a112;
  margin-bottom: 50px !important;
}

.video_pop .video .titre_page p {
  margin-bottom: 22px !important;
  padding-bottom: 0;
}

.video_pop .video .texte {
  margin-bottom: 27px;
}

.video_pop .video .texte p:last-child {
  padding-bottom: 0;
}

.video_pop .gform_wrapper.gravity-theme .gform_fields {
  margin: 0;
  width: auto;
}

body .custom_popup_traitement.taille_haies .row {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/form_tailles_connifere_bg.png) no-repeat 100% 43%;
  background-size: 45% auto;
}

body .custom_popup_traitement.taille_haies .col_left {
  text-align: left !important;
}

body .custom_popup_traitement.taille_haies .col_left p {
  width: 95%;
  max-width: 750px;
}

body .custom_popup_traitement.taille_haies .col_left form {
  max-width: 729px;
  width: 90%;
}

body .video_pop .gform_wrapper.gravity-theme select,
.video_pop .gform_wrapper.gravity-theme input[type="text"],
.video_pop .gform_wrapper.gravity-theme input[type="email"],
.video_pop .gform_wrapper.gravity-theme textarea {
  background-color: rgba(51, 43, 43, 0.1);
  border: 0;
  font-size: 18px;
  color: #3a4179;
  padding: 26px 20px 10px !important;

  -webkit-appearance: none;
}

body .video_pop .gform_wrapper .top_label .titre_placeholde .ginput_container {
  margin-top: -25px;
}

body .video_pop .gform_wrapper .top_label .titre_placeholde .gfield_label {
  margin: 0 0 0 53px;
}

.video_pop .gform_wrapper.gravity-theme .titre_placeholder input[type="text"],
.video_pop .gform_wrapper.gravity-theme .titre_placeholder input[type="email"],
.video_pop .gform_wrapper.gravity-theme .titre_placeholder textarea {
  padding-top: 30px;
  padding-bottom: 6px;
}

body .video_pop .gform_wrapper.gravity-theme select {
  background-image: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/select_icon.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.video_pop .video .first-payment-date,
.video_pop .video .cart .clear {
  padding: 0;
}

body .video_pop div.product > .clear,
body .video_pop div.product .related.products,
body .video_pop div.product .woocommerce-tabs {
  display: none !important;
}

/*
input[readonly] {
    background-color: #f4f0f0 !important;
}

*/

.video_pop.choix_traitement {
  text-align: center;
}

.video_pop.choix_traitement .choix_traitement_container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 479px) {
  .video_pop.choix_traitement .choix_traitement_container {
    max-width: 100%;
  }
}

.video_pop.choix_traitement .wrap_video {
  width: 49%;
  height: 100%;
}

.video_pop.choix_traitement .wrap_video .obtenir_prix_wrapper .gform_heading {
  display: none;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper {
  position: relative;
  height: 100%;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .obtenir_prix {
  position: relative;
  height: 100%;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .obtenir_prix
  .gform_body {
  position: relative;
  height: 100%;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 36px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields {
  padding-right: 0;
  padding-left: 0;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page_footer
  .gform_next_button {
  padding: 16px 32px;
  width: 166px;
  height: 54px;
  background: #5aa115;
  color: #ffffff;
  border-radius: 4px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page_footer
  .gform_previous_button {
  padding: 16px 32px;
  width: 166px;
  height: 54px;
  background: transparent;
  border: 1px solid #5aa115;
  color: #5aa115;
  border-radius: 4px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page_footer
  .gform_button {
  width: 166px;
  height: 54px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page_footer {
  padding: 0;
  margin-top: 20px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  h1 {
  margin-bottom: 30px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #eef4e6;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.text_italic
  p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #a2b8a4;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  textarea {
  border: 1px solid #e6e1dd;
  height: 60px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4 !important;
  padding: 20px 16px 10px !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]::placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]::placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]::placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  textarea::placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]:-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]:-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]:-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]::-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]::-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]::-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gfield_error
  input[type="text"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gfield_error
  input[type="email"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gfield_error
  input[type="tel"] {
  border-color: #ffbdb8;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .has_street
  input[type="text"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .has_street
  input[type="email"],
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .has_street
  input[type="tel"] {
  padding: 10px 16px 10px !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]::placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]::placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4;
  opacity: 1;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]:-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]:-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="text"]::-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="email"]::-ms-input-placeholder,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  input[type="tel"]::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #a2b8a4;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  legend.gfield_label {
  left: 26px;
  top: 24px;
  color: #a2b8a4;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  color: #a2b8a4;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .ginput_container
  .gfield_radio
  .gchoice {
  margin-bottom: 15px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .ginput_container
  .gfield_radio
  .gchoice
  .gform-field-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #e6e1dd;
}

.video_pop.choix_traitement .image_decoration {
  width: 49%;
}

.video_pop.choix_traitement .image_decoration img {
  max-width: 100%;
  height: auto;
}

.video_pop.choix_traitement .wrap_video {
  padding-top: 6%;
  padding-left: 15px;
  padding-right: 15px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .ginput_container_select
  select {
  padding: 4px 20px 5px 27px !important;
  height: 54px;
  border: 0.6666px solid #e6e1dd;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  -webkit-appearance: none;
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/arrow_down.png);
  background-size: 4%;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  margin-bottom: 12px;
  color: rgb(255 255 255) !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .ginput_container_select
  option {
  color: #000;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gsurvey-survey-field
  .ginput_container_select
  select {
  padding: 14px 14px 0 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gsurvey-survey-field.gfield_error
  .ginput_container_select
  select {
  border-color: #ffbdb8;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .gfield_label {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #a2b8a4;
  font-family: "Gantari", sans-serif;
  top: 5px;
  left: 16px;
  z-index: 2;
  margin: 0;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .gfield_label
  + .ginput_container_select {
  position: relative;
  z-index: 2;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield
  .gfield_label
  .gfield_required {
  color: #a2b8a4;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="checkbox"]) {
  position: relative;
  margin-bottom: 15px;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="checkbox"])
  label {
  padding-left: 25px;
  color: #e6e1dd;
}

.video_pop.choix_traitement .gform_page_fields .gchoice input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  left: 4px;
  margin: 0;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="checkbox"])::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #e6e1dd;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="checkbox"]:checked)::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #5aa115;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 2px;
  pointer-events: none;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="radio"]) {
  position: relative;
  margin-bottom: 15px;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="radio"])
  label {
  padding-left: 25px;
  color: #e6e1dd;
}

.video_pop.choix_traitement .gform_page_fields .gchoice input[type="radio"] {
  position: absolute;
  left: 0;
  top: 4px;
  left: 4px;
  margin: 0;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="radio"])::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #e6e1dd;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}

.video_pop.choix_traitement
  .gform_page_fields
  .gchoice:has(input[type="radio"]:checked)::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #5aa115;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 2px;
  pointer-events: none;
  border-radius: 50%;
}

/* calendaire */

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  .ga_appointments_calendar_header
  .arrow-left
  i,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  .ga_appointments_calendar_header
  .arrow-right
  i {
  font-size: 32px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  .ga_appointments_calendar_header {
  background: #1d4741 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tr
  th {
  background: #1c3b4c !important;
  padding-bottom: 4% !important;
  padding-top: 4% !important;
  font-size: 14px !important;
}

.video_pop #error_postal_code {
  font-size: 12px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.ga_day_past,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.day_unavailable,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.ga_day_future {
  background: #1d4741 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.ga_day_past
  span,
.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.day_unavailable
  span {
  color: #e7f4e6c4;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.day_available
  span {
  color: #000000;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.calendar_slots
  .calendar_time_slots
  h3 {
  margin-bottom: 12px !important;
  color: #eef4e6 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.calendar_slots {
  background-color: #1c3b4c !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.calendar_slots {
  background-color: #1c3b4c !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.day_available.selected
  span {
  background: #5aa115 !important;
  border: 2px solid #5aa115 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-appointment_calendar
  .ginput_container
  #ga_appointments_calendar
  table.table_fixed
  tbody
  tr
  td.calendar_slots
  .calendar_time_slots
  .time_selected
  div {
  background: #5aa115 !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.radio_option_rdv
  .ginput_container_radio
  .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.radio_option_rdv
  .ginput_container_radio
  .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.radio_option_rdv
  .ginput_container_radio
  .gfield_radio
  input[type="radio"] {
  accent-color: #5aa115;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.radio_option_rdv
  legend.gfield_label {
  position: relative;
  top: 0;
  left: 0;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.radio_option_rdv
  legend.gfield_label
  .gfield_required {
  display: none;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.check_prefer_access {
  margin-bottom: 10px;
  margin-top: 8px;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.check_prefer_access
  label {
  color: #fff;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.notes_commentary
  textarea {
  color: #fff;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.acces
  input[type="text"] {
  padding: 28px 20px 10px !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-textarea
  .ginput_container_textarea
  textarea.large {
  height: 160px;
  border: 0.5px solid #e6e1dd;
  padding: 32px 18px 10px !important;
}

.video_pop.choix_traitement
  .wrap_video
  .gform_wrapper.gravity-theme.obtenir_prix_wrapper
  .gform_page
  .gform_page_fields
  .gfield.gfield--type-textarea
  .gfield_label {
  top: 16px;
  left: 18px;
}

body
  .video_pop.choix_traitement
  .gform_body
  .gform_page:last-child
  img.gform_ajax_spinner {
  display: block !important;
  width: 50px;
  margin-left: auto;
}

body .video_pop .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: #ffbdb8 !important;
  margin-top: 0;
  margin-bottom: 8px;
}

@media (max-width: 1600px) {
  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 12px;
  }

  /* Let's get this party started */
  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page::-webkit-scrollbar {
    width: 2px;
    margin-left: 30px;
  }

  /* Track */
  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 30px;
  }

  /* Handle */
  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a2b8a4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    margin-left: 30px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page::-webkit-scrollbar-thumb:window-inactive {
    background: #a2b8a4;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gform_fields {
    grid-row-gap: 4px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    h1 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    p {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    input[type="text"] {
    font-size: 16px !important;
    font-weight: 600;
  }
}

@media (max-width: 1300px) {
  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    legend.gfield_label {
    top: 30px;
    font-size: 10px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    h1 {
    font-size: 30px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    p {
    font-size: 14px;
    line-height: 1.2;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield.text_italic
    p {
    font-size: 12px;
    line-height: 1.2;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page
    .gform_page_fields
    .gfield
    .ginput_container
    .gfield_radio
    .gchoice
    .gform-field-label {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .choix_traitement .video {
    overflow-x: hidden;
  }

  .choix_traitement_container {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
  }

  .video_pop.choix_traitement .wrap_video {
    width: 100%;
  }

  .video_pop.choix_traitement .wrap_video {
    padding-top: 10%;
  }

  .video_pop.choix_traitement .image_decoration {
    position: absolute;
    right: -200px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page {
    overflow-y: auto;
    overflow: initial !important;
  }

  body.woocommerce-account #header-outer {
    background-color: #1c3b4c;
  }

  body.woocommerce-account .container-wrap {
    padding-top: 0 !important;
    background-image: none;
  }

  body.woocommerce-account .main-content.container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    height: auto !important;
    border-radius: 0;
    margin-bottom: 30px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0;
  }

  body .woocommerce-MyAccount-navigation ul li {
    flex: 1 0 fit-content;
  }

  body .woocommerce-MyAccount-navigation ul li a {
    padding: 19px 15px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 0 20px !important;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 690px) {
  .video_pop.choix_traitement .image_decoration {
    right: -120px;
  }

  .video_pop.choix_traitement
    .wrap_video
    .gform_wrapper.gravity-theme.obtenir_prix_wrapper
    .gform_page {
    overflow-y: auto;
    overflow: initial !important;
  }
}

.video_pop.choix_traitement .wrap_video .choix {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.video_pop.choix_traitement .wrap_video .un_choix a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;

  height: 100%;
  cursor: pointer;
  z-index: 3;
}

.video_pop.choix_traitement .wrap_video .un_choix {
  width: 50%;
  padding: 0 5%;
  position: relative;
}

.video_pop.choix_traitement .wrap_video .un_choix .icon {
  margin-bottom: 28px;
  display: inline-block;
}

.video_pop.choix_traitement .wrap_video .un_choix .icon img {
  margin-bottom: 0;
  max-width: 100%;
}

.video_pop.choix_traitement .wrap_video .un_choix h3 {
  color: #192c4c;
}

.nameError,
.nameErrorIrrigation,
.nameErrorCadenas,
.nameErrorCode,
.nameErrorCle,
.nameErrorAutre,
.nameErrorZipCode,
.nameErrorAddress,
.postalCodeError,
.addressInputError,
.postalCodeError_6,
.postalCodeError_data,
.postalCodeError_data_CP,
.cityError_6,
.nameErrorPeriode,
.serviceCarteSelected {
  margin-left: 20px;
  font-size: 0.8em;
  margin-top: 5px;
}

body .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent;
  border: 0;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 0.992px 18px;
}

body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  font-size: 13px;

  padding-top: 6px;
}

/****** popup_conditions  ******/

.popup_conditions {
}

.popup_conditions {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: #3a4179;
  z-index: -16;
  overflow: hidden;
  transition: 0.5s all;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.4);

  justify-content: center;
  align-items: center;
  /**/
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
  /*background: #000 url(//www.paysaco.com/wp-content/themes/redboxmedia/images/bg_popup.jpg) no-repeat center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  padding: 50px 0 190px;
}

.popup_conditions.open_pop {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 9997;
  z-index: 99972;
  border-radius: 1px;
  opacity: 1;
}

.popup_conditions > .wrap {
  display: block;
  vertical-align: middle;
  position: relative;
  max-width: 900px;
  background: #fff;
  padding: 50px;
  font-size: 14px;
  margin: 0 auto;
}

.popup_conditions > .wrap h3 {
  font-size: 30px;
}

.popup_conditions > .wrap li {
  margin-bottom: 12px;
}

body .popup_conditions ::marker {
  color: #192c4c;
  font-size: 1em;
  font-weight: bold;
}

.popup_conditions .close {
  display: inline-block;
  /* border: 1px solid #fff; */
  width: 44px;
  height: 44px;

  border-radius: 45px;
  text-align: center;
  font-size: 60px;
  position: absolute;
  opacity: 1;
  transform-origin: center;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 22;
  color: #58a112;
  font-weight: 100;
  line-height: 1.39;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_conditions .close svg path {
  fill: #58a112;
}

.popup_conditions .close:hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/******  custom_popup_traitement *****/

body .custom_popup_traitement .container {
  max-width: unset;
  padding: 0;
}

body .custom_popup_traitement .row {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

body .custom_popup_traitement .row .col_seul {
  padding-left: 7.8vw;
  padding-right: 7.8vw;
  width: 100%;
  /*display: flex;
    flex-direction: column;*/
  text-align: center;
  padding-top: 93px;
  padding-bottom: 115px;
}

body .custom_popup_traitement .row .col_left {
  padding-left: 7.8vw;
  width: 55%;
  display: flex;
  flex-direction: column;
  padding-top: 93px;
  padding-top: 5vw;
  padding-bottom: 115px;
  padding-bottom: 6vw;

  /* justify-content: center;*/
}

body .custom_popup_traitement .row .col_right {
  padding-right: 7.8vw;
  width: 45%;
  justify-content: center;
}

body .custom_popup_traitement .row .col_right.total_right {
  padding-top: 80px;
  padding-bottom: 45px;
}

body .custom_popup_traitement .row .col_right > div {
  position: relative;
}

.total_right .plus {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2vw;
  font-weight: bold;
  font-size: 48px;
  color: #192c4c;
}

body .custom_popup_traitement .row .col_right .price_total {
  margin-top: 73px;
}

body .custom_popup_traitement .row .col_right .price_variation {
  margin-bottom: 50px;
  margin-bottom: 2vw;
}

body .custom_popup_traitement .row .col_right .prix_engrais,
body .custom_popup_traitement .row .col_right .prix_sursemis,
body .custom_popup_traitement .row .col_right .prix_carottage {
  text-align: center !important;
}

body .custom_popup_traitement .row .col_right > div:last-child {
  margin-bottom: 0;
}

.custom_popup_traitement #steps_service_1,
.custom_popup_traitement #steps1 {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/step1_bg-min.png) no-repeat 40% center;
}

body .custom_popup_traitement.taille_haies .col_left,
.custom_popup_traitement #steps_service_1 .col_left,
.custom_popup_traitement #steps1 .col_left {
  text-align: center;

  justify-content: center;
}

.custom_popup_traitement.taille_haies .col_right,
.custom_popup_traitement #steps_service_1 .col_right,
.custom_popup_traitement #steps1 .col_right {
  padding-left: 2.5vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.custom_popup_traitement #steps_service_2,
.custom_popup_traitement #steps2 {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/oh-non-bg-min.png) no-repeat 100% 100%;
  background-size: 85% 85.4%;
}

.custom_popup_traitement #steps_service_2 .row,
.custom_popup_traitement #steps2 .row {
  display: table;
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/oh-non-gazon.png) no-repeat 50% 100%;
}

@media (min-width: 1920px) {
  .custom_popup_traitement #steps_service_2 .row,
  .custom_popup_traitement #steps2 .row {
    background-size: 100% auto;
  }
}

html body .custom_popup_traitement .nectar-button.small,
html body .custom_popup_traitement .nectar-button {
  padding: 19px 35px;
  min-width: unset;
}

.custom_popup_traitement #steps_service_2 .row .col_seul,
.custom_popup_traitement #steps2 .row .col_seul {
  display: table-cell;
  vertical-align: middle;
}

.custom_popup_traitement #steps_service_2 .row .col_seul .wrap,
.custom_popup_traitement #steps2 .row .col_seul .wrap {
  max-width: 60%;
  margin: 0 auto;
}

.custom_popup_traitement #steps_service_3 .col_left,
.custom_popup_traitement #steps_service_4 .col_left,
.custom_popup_traitement #steps_service_5 .col_left,
.custom_popup_traitement #steps_service_6 .col_left,
.custom_popup_traitement #steps3 .col_left,
.custom_popup_traitement #steps4 .col_left,
.custom_popup_traitement #steps5 .col_left,
.custom_popup_traitement #steps6 .col_left {
  width: 75%;
  padding-right: 25px;
}

.custom_popup_traitement #steps_service_3 .col_right,
.custom_popup_traitement #steps_service_4 .col_right,
.custom_popup_traitement #steps_service_5 .col_right,
.custom_popup_traitement #steps_service_6 .col_right,
.custom_popup_traitement #steps3 .col_right,
.custom_popup_traitement #steps4 .col_right,
.custom_popup_traitement #steps5 .col_right,
.custom_popup_traitement #steps6 .col_right {
  width: 25%;
}

.custom_popup_traitement #steps_service_3 .col_right,
.custom_popup_traitement #steps_service_4 .col_right,
.custom_popup_traitement #steps_service_5 .col_right,
.custom_popup_traitement #steps_service_6 .col_right,
.custom_popup_traitement #steps3 .col_right,
.custom_popup_traitement #steps4 .col_right,
.custom_popup_traitement #steps5 .col_right,
.custom_popup_traitement #steps6 .col_right {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/popup_right_wave-min.png) fixed no-repeat calc(100%)
    top;
  background-size: 25.5% 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
  padding-left: 4.8vw;
  padding-right: 1vw;
}

#steps_service_3 .single_variation_wrap,
#steps_service_3 .woocommerce div.product .summary p.price {
  display: none !important;
}

.custom_popup_traitement #steps3 .col_right,
.custom_popup_traitement #steps_service_3 .col_right {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/popup_step3_wave-min.png) no-repeat 0 center;
  background-size: 100% auto;
}

#steps_service_3 .product[data-tab-pos*="fullwidth"] .summary.entry-summary {
  width: 100%;
}

#steps_service_4 .autre_forfait,
#steps4 .autre_forfait {
  text-align: right;
  margin-top: -69px;
}

#steps_service_4 .autre_forfait a,
#steps4 .autre_forfait a {
  margin-top: -57px;
  display: inline-block;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  font-size: 18px;
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  /* height: 59px;*/
  padding: 0.8vw 36px;

  background-color: #fff;
  color: #b55dc4;
  text-decoration: underline;
}

#steps4 .autre_forfait a:hover {
  background-color: #b55dc4;
  color: #fff;
}

#steps_service_4 .autre_forfait a {
  background-color: #b55dc4;
  border: 1px solid #b55dc4;
  color: #fff;
}

#steps_service_4 .autre_forfait a:hover {
  background-color: #fff;

  color: #b55dc4;
}

#steps4 .autre_forfait a svg path {
  fill: #b55dc4;
}

#steps4 .autre_forfait a:hover svg path {
  fill: #fff;
}

.custom_popup_traitement #steps_service_6 .col_left textarea,
.custom_popup_traitement #steps6 .col_left textarea {
  height: 534px;
}

body .custom_popup_traitement .acf-fields {
}

body .custom_popup_traitement .acf-fields .acf-field,
body .custom_popup_traitement .row .col_left .section {
  margin-bottom: 50px;
  padding: 0;
  border: 0;
}

#type_cadenas {
  padding-left: 7.8vw;
}

#code_cadenas,
#code_cle,
#other_info {
  padding-left: 15.5vw;
}

#code_cadenas .acf-input,
#code_cle .acf-input,
#other_info .acf-input {
  max-width: 487px;
}

#code_cadenas .acf-input input,
#code_cle .acf-input input,
#other_info .acf-input input {
  background-color: #f2f2f2;
  border: 0;
}

.col_left ul.acf-radio-list li,
.col_left ul.acf-checkbox-list li {
  display: inline-block;
  padding-right: 38px;
  vertical-align: top;
  font-size: 18px;
}

body .custom_popup_traitement .acf-field .acf-label > label,
body .custom_popup_traitement .row .col_left .section h4 {
  font-size: 21px;
  margin-bottom: 35px;
}

body .total_right {
  text-align: center !important;
}

body .total_right h3 {
  margin-bottom: 15px !important;
}

.custom_popup_traitement .cta_nav {
  padding-top: 2vw;
  text-align: right;
}

.custom_popup_traitement .cta_nav:after {
  content: "";
  display: block;
  clear: both;
}

.field_label_input {
  position: relative;
}

.field_label_input label {
  text-align: left;
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 12px;
  color: #192c4c;
  font-weight: bold;
}

body .field_label_input input[type="text"],
body .field_label_input textarea {
  padding: 15px 20px 5px !important;
  background-color: rgba(129, 129, 129, 0.1);
  border: 0 !important;
}

.result_success {
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
}

body.custom_popup_traitement input[type="text"] {
  background-color: rgba(129, 129, 129, 0.1);
  border: 0 !important;
}

#picker_pa_superficie {
  display: flex;
}

body .price_variation {
  text-align: center !important;
  color: #818181;
}

body .video_pop.custom_popup_traitement .col_right h3 {
  color: #192c4c !important;
  font-weight: normal !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
  max-width: 200px;
  display: inline-block;
}

body .video_pop.custom_popup_traitement .col_right h2 {
  font-size: 65px;
  font-weight: bold;
  color: #58a112;
  margin-bottom: 0;
}

body .video_pop.custom_popup_traitement .col_right h2:after {
  content: "$";
  display: inline-block;
  font-size: 0.6em;
  vertical-align: super;
}

body .price_variation .fequence {
  color: #818181;
  padding-bottom: 0;
  margin-bottom: 20px;
}

body .price_variation .precision {
  font-weight: bold;
  color: #192c4c;
}

#checkout_submit {
  margin-left: 50px;
  display: inline-block;
}

#checkout_submit .nectar-button {
  background-color: #58a112;
}

html
  body[data-button-style*="slightly_rounded"]
  .cta_nav
  input[type="button"].next {
  background-color: #58a112;
  margin-left: 55px;
}

html
  body[data-button-style*="slightly_rounded"]
  #steps1
  .cta_nav
  input[type="button"].next,
html
  body[data-button-style*="slightly_rounded"]
  #steps_service_1
  .cta_nav
  input[type="button"].next {
  float: none;
}

html
  body[data-button-style*="slightly_rounded"]
  .cta_nav
  input[type="button"].prev {
  background-color: #fff;
  border: 1px solid #818181 !important;
  color: #818181 !important;
}

.acf-radio-list input[type="radio"]:not(old) {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1em;
  border: none !important;
  background-color: rgba(115, 115, 115, 0.2);
  width: 24px;
  height: 24px;
  margin: -3px 21px 0 0 !important;
}

.acf-radio-list input[type="radio"]:not(old):checked {
  background-color: #58a112;
}

.checkbox_info .tooltip {
  border: 0;
}

.checkbox_info .tooltip svg {
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.custom_popup_traitement .field_checkbox {
  margin-bottom: 10px;
}

.custom_popup_traitement .checkbox_info {
  margin-bottom: 47px;
}

.custom_popup_traitement .checkbox_info .custom_select {
  margin-bottom: 15px;
}

.custom_popup_traitement .checkbox_info .custom_select select[disabled] {
  display: none;
}

.custom_popup_traitement .field_checkbox label span {
  color: #6c6e70;
}

.custom_popup_traitement .field_checkbox label span:after {
  content: "$";
  display: inline-block;
}

.custom_popup_traitement .field_checkbox [type="checkbox"]:checked,
.custom_popup_traitement .field_checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom_popup_traitement .field_checkbox [type="checkbox"]:checked + label,
.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:not(:checked)
  + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;

  display: inline-block;
}

.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:not(:checked)
  + label
  span {
  color: #6c6e70;
}

.custom_popup_traitement .field_checkbox [type="checkbox"]:checked + label span,
.custom_popup_traitement .field_checkbox [type="checkbox"]:checked + label {
  font-weight: bold;
  color: #58a112 !important;
}

.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:checked
  + label:before,
.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;

  background: #e6e6e6;
}

.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:checked
  + label:after,
.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:not(:checked)
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #58a112;
}

.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_popup_traitement
  .field_checkbox
  [type="checkbox"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom_popup_traitement .woocommerce div.product form.cart .variations {
  margin-bottom: 2vw;
}

.custom_popup_traitement
  .woocommerce
  div.product
  form.cart.variations_form
  .variations {
  width: 100%;
}

.custom_popup_traitement #picker_pa_superficie {
  width: 100%;
}

.custom_popup_traitement #picker_pa_superficie .swatch-wrapper {
  width: 33.33%;
  border: 0;
  -webkit-border-bottom-right-radius: 55px;
  -moz-border-radius-bottomright: 55px;
  border-bottom-right-radius: 55px;
  margin-right: 19px;
  margin-right: 1.8%;
  overflow: hidden;
  padding: 0;
}

.custom_popup_traitement #picker_pa_superficie .swatch-wrapper .swatch-anchor {
  width: auto !important;
  height: auto !important;
  position: relative;
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper
  .swatch-anchor:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31405d;
  z-index: 1;
  opacity: 0.8;
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper
  .swatch-anchor:after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 15%;
  color: #fff;
  font-size: 30px;
  font-size: 1.6vw;
  font-weight: bold;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(2)
  .swatch-anchor:after {
  content: "Moins de 8000 pieds²";
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(3)
  .swatch-anchor:after {
  content: "8001 à 12000 pieds²";
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(4)
  .swatch-anchor:after {
  content: "12001 à 20000 pieds²";
}

html[lang="en-US"]
  .custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(2)
  .swatch-anchor:after {
  content: "Less than 8000 ft²";
}

html[lang="en-US"]
  .custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(3)
  .swatch-anchor:after {
  content: "8001 to 12000 ft²";
}

html[lang="en-US"]
  .custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:nth-child(4)
  .swatch-anchor:after {
  content: "12001 to 20000 ft²";
}

.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper.selected
  .swatch-anchor:before,
.custom_popup_traitement
  #picker_pa_superficie
  .swatch-wrapper:hover
  .swatch-anchor:before {
  background-color: #58a112;
  opacity: 0.8;
}

.custom_popup_traitement #picker_pa_superficie .swatch-wrapper img {
  width: 100% !important;
  /* max-width: 373px; */
  height: auto !important;
  aspect-ratio: unset;
  filter: grayscale(100%);
  display: block;
}

.custom_popup_traitement .choix_villes {
  margin-bottom: 25px;
}

.popup_ville {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: #3a4179;
  z-index: -16;
  overflow: hidden;
  transition: 0.5s all;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: auto;
  padding-top: 6vw;
  padding-bottom: 25px;
}

.popup_ville.open_pop {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 9997;
  z-index: 99976;
  border-radius: 1px;
  opacity: 1;
}

.popup_ville .wrap {
  display: block;
  vertical-align: middle;
}

.popup_ville .wrap .content {
  position: relative;
  max-width: 899px;
  background: #fff;
  margin: 0 auto;
  padding: 50px 25px;
}

.popup_ville .wrap h3 {
  text-align: center;
}

.popup_ville .wrap .villes .ville {
  margin-bottom: 25px;
}

.popup_ville .wrap .villes .ville ol {
  margin-left: 0;
}

.popup_ville .wrap .villes .ville li {
  width: 24%;
  display: inline-block;
  font-size: 14px;
}

.popup_ville .wrap .map_villes iframe {
  width: 100% !important;
}

#steps2.blur .row,
#steps_service_2.blur .row {
  filter: blur(4px);
}

.popup_ville .close {
  display: inline-block;
  /* border: 1px solid #fff; */
  width: 44px;
  height: 44px;

  border-radius: 45px;
  text-align: center;
  font-size: 60px;
  position: absolute;
  opacity: 1;
  transform-origin: center;
  top: 25px;
  right: 15px;
  cursor: pointer;
  z-index: 22;
  color: #58a112;
  font-weight: 100;
  line-height: 1.39;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_ville .close svg path {
  fill: #58a112;
}

.popup_ville .close:hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

body .acf-required {
  color: #58a112;
}

.custom_popup_traitement .image_forfait {
  display: flex;
}

.custom_popup_traitement .image_forfait figure {
  width: calc(100% / 5);
  text-align: center;
  font-weight: bold;
  color: #192c4c;
  padding: 0 9px;
}

.custom_popup_traitement .image_forfait figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto 23px;
}

.custom_popup_traitement .image_forfait figure .descrip {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.custom_popup_traitement .nectar-social {
  display: none !important;
}

.wrap_group_image {
  display: flex;
  flex-wrap: wrap;
}

.wrap_group_image h2 {
  width: 100%;
}

.wrap_group_image .group_fields {
  width: 70%;
}

.wrap_group_image .group_fields:after {
  content: "";
  display: block;
  clear: both;
}

.wrap_group_image .group_fields .field_label_input .processing,
.wrap_group_image .group_fields .field_label_input .autocomplete_postalCode,
.wrap_group_image
  .group_fields
  .field_label_input
  .services_autocomplete_postalCode {
  width: 100% !important;
}

.wrap_group_image .group_fields .field_label_input {
  margin-bottom: 36px;
}

.wrap_group_image .group_fields .field_label_input.half {
  width: 48%;
  float: left;
}

.wrap_group_image .group_fields .field_label_input.half.last_field {
  float: right;
}

.wrap_group_image figure {
  width: 30%;
  padding-left: 2v2;
}

.wrap_group_image figure img {
  max-width: 100%;
  margin-top: -56px;
  margin-top: -3vw;
}

.grid-container.choix_alacarte {
  margin-left: -5%;
  grid-template-columns: unset;
  display: flex;
  flex-wrap: wrap;
}

.choix_alacarte .grid-item-lot {
  cursor: pointer;
  padding: 20px 10px;
  width: 20%;
}

.choix_alacarte .grid-item-lot .image_carte {
  margin-bottom: 20px;
  position: relative;
}

.choix_alacarte .grid-item-lot .image_carte img {
  position: relative;
  z-index: 1;
}

.choix_alacarte .grid-item-lot .image_carte:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/icon_bg_1.png) no-repeat center;

  opacity: 0.14;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  width: 100%;
  max-width: 161px;
  background-size: 100% auto !important;
  margin-left: auto;
  margin-right: auto;
}

.choix_alacarte .grid-item-lot.service-carte-selected .image_carte:before,
.choix_alacarte .grid-item-lot:hover .image_carte:before {
  opacity: 0.7;
}

.choix_alacarte .grid-item-lot:nth-child(2) .image_carte:before,
.choix_alacarte .grid-item-lot:nth-child(6) .image_carte:before,
.choix_alacarte .grid-item-lot:nth-child(3) .image_carte:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/icon_bg_2.png) no-repeat center;
}

.choix_alacarte .grid-item-lot:nth-child(8) .image_carte:before,
.choix_alacarte .grid-item-lot:nth-child(4) .image_carte:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/icon_bg_3.png) no-repeat center;
}

.choix_alacarte .grid-item-lot:nth-child(5) .image_carte:before {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/icon_bg_4.png) no-repeat center;
}

.choix_alacarte .grid-item-lot .title_lot_A {
  font-size: 18px;
  font-weight: bold;
  color: #192c4c;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  margin-bottom: 8px;
}

.choix_alacarte .grid-item-lot.service-carte-selected .title_lot_A,
.choix_alacarte .grid-item-lot:hover .title_lot_A {
  color: #58a112;
}

.choix_alacarte .grid-item-lot .price_lot_A {
  font-size: 20px;
  font-weight: bold;
  color: #58a112;
  margin-bottom: 8px;
  line-height: 1.1;
}

.choix_alacarte .grid-item-lot .the_saison {
}

#steps_service_4 .image_forfait {
  margin-bottom: 30px;
}

.pallete_coleur {
  align-items: center;
  margin-right: 60px;
  margin-bottom: 10p;
}

.pallete_coleur .pastille,
.choix_alacarte .grid-item-lot .the_saison .pastille {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #58a112;
  opacity: 0.4;
  margin: 0 auto;
}

.pallete_coleur .pastille {
  margin: 0 10px 0 0;
  display: inline-block;
}

.pallete_coleur.ete .pastille,
.choix_alacarte .grid-item-lot .the_saison.ete .pastille {
  background-color: #b55dc4;
}

.pallete_coleur.automne .pastille,
.choix_alacarte .grid-item-lot .the_saison.automne .pastille {
  background-color: #31405d;
}

body .choix_carte_promo .container {
  max-width: unset;
}

.video_pop.choix_carte_promo {
  background: #fff url(//www.paysaco.com/wp-content/themes/redboxmedia/images/choix-carte-bg.png) no-repeat center center;
}

.video_pop.claim_carte_promo {
  background: #fff url(//www.paysaco.com/wp-content/themes/redboxmedia/images/choix-carte-bg.png) no-repeat center center;
}

.video_pop.choix_carte_promo.open_pop {
  z-index: 99974;
}

.video_pop.claim_carte_promo .video,
.video_pop.choix_carte_promo .video {
  background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/choix-carte-gazon.png) no-repeat left 96%;
  background-size: 42.5%;
  background-size: 37.5%;
}

.video_pop.choix_carte_promo .video h2 {
  margin-bottom: 4vw;
}

.video_pop.choix_carte_promo .video h2 strong {
  color: #58a112;
  display: inline-block;
}

.choix_carte_promo .video {
  text-align: center;
  padding: 50px 25px 50px;
  min-height: 100vh;
  /* display: flex; */
  /* align-items: center; */
  padding-top: 27vh;
}

.choix_carte_promo .wrap .choix {
  align-items: center;
  max-width: 1070px;
  max-width: 55vw;
  margin: 0 auto;
}

.choix_carte_promo .wrap .choix .un_choix {
  width: 33.3%;
}

.choix_carte_promo .wrap .choix .un_choix .icon_card {
  display: inline-block;
  cursor: pointer;
}

.choix_carte_promo .wrap .choix .un_choix img {
  max-height: 151px;
  max-width: 166px;
  height: auto !important;
  width: auto !important;
}

.choix_carte_promo .step_2 {
  display: none;
  max-width: 729px;
  max-width: 45%;
  text-align: left;
  margin: 0 auto;
}

.choix_carte_promo .cta {
  text-align: right;
  margin-top: 54px;
  margin-top: 3vw;
}

body .tooltip .tooltiptext {
  padding: 15px;
  font-size: 12px;
}

/******* page accept_estimation   *****/

body .accept_estimation input[type="text"],
body .accept_estimation select {
  height: 60px;
}

body .accept_estimation input[type="text"],
body .accept_estimation textarea,
body .accept_estimation select {
  margin-top: -24px;
  position: relative;
  z-index: 0;
  text-align: left !important;
  padding-top: 24px !important;
  padding-bottom: 4px !important;
  padding-left: 16px !important;
  border: 1px solid #e6e1dd;
  border-radius: 4px !important;
  font-weight: 400 !important;
}

body .accept_estimation select {
  background: transparent url(//www.paysaco.com/wp-content/themes/redboxmedia/images/arrow_down.png) !important;
  background-size: 4% !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  z-index: 2;
}

body .accept_estimation select option {
  color: #1c3b4c;
}

body .accept_estimation table .optional {
  display: none;
}

body .accept_estimation table tr:has(input:checked) ~ .optional {
  display: block;
}

body .accept_estimation table #fertilisation_haie + label {
  font-size: 14px;
}

/*
body .accept_estimation input[type=checkbox] + .label-tag  {
    position: relative;
}

body .accept_estimation input[type=checkbox] + .label-tag::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #E6E1DD;
    border-radius: 3px;
}

body .accept_estimation input[type=checkbox]:checked + .label-tag::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #5AA115;
} */

body .accept_estimation {
  accent-color: #5aa115;
}

.accept_estimation textarea {
  height: 126px;
}

.accept_estimation .product[data-tab-pos*="fullwidth"] .summary.entry-summary {
  width: 100%;
}

.accept_estimation .woocommerce .products.related {
  display: none !important;
}

.accept_estimation .woocommerce .cart label {
  font-weight: bold;
  font-size: 12px;
  color: #a2b8a4;
  margin-left: 16px;
  position: relative;
  z-index: 2;
}

.accept_estimation .woocommerce .cart .required {
  font-size: 13px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #a2b8a4;
}

.accept_estimation .product .nyp {
  margin-bottom: 15px;
}

.accept_estimation .single-product {
  margin-top: 67px;
}

.accept_estimation p[name="period_text"] {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  color: #e6e1dd;
}

.accept_estimation td {
  padding: 0 0 12px !important;
}

.accept_estimation td:has(> #period_text) {
  padding: 0 0 8px;
}

body .accept_estimation input[type="checkbox"] + .label-tag,
body .accept_estimation .radio-wrapper {
  margin-left: 0 !important;
}

body .accept_estimation table td:has(> .radio-wrapper) {
  padding-bottom: 35px !important;
  display: flex;
  align-items: center;
  gap: 20px;
}

.accept_estimation table td .radio-wrapper {
  display: flex;
  align-items: center;
}

.accept_estimation .single_add_to_cart_button {
  opacity: 1 !important;
}

html body .gform_wrapper .top_label .gfield_label {
  color: #192c4c;
  font-family: "Gantari", sans-serif;
}

body:not(.woocommerce-cart) .main-content .accept_estimation td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}

.accept_estimation .woocommerce div.product form.cart table td {
  background-color: transparent !important;
}

.accept_estimation .woocommerce div.product form.cart .button {
  background-color: #58a112;
  float: right;
}

.button_position_initial {
  text-align: right;
}

.accept_estimation .hover-wrap-inner {
  padding-left: 15%;
  margin-right: -5%;
}

/***** page archive blogue *****/

.archive #sidebar.span_3,
.blog #sidebar.span_3 {
  width: 100%;
  backface-visibility: hidden;
}

body[data-ext-responsive="true"].archive .post-area.masonry.span_9,
body[data-ext-responsive="true"].blog .post-area.masonry.span_9 {
  width: 100%;
  margin-right: 0;
}

.archive .post-area.masonry.span_9.material .masonry-blog-item,
.blog .post-area.masonry.span_9.material .masonry-blog-item {
  width: 33.333%;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 50px;
}

.archive .post-area.masonry.span_9.material .masonry-blog-item > .inner-wrap,
.blog .post-area.masonry.span_9.material .masonry-blog-item > .inner-wrap {
  padding: 0 35px;
}

.archive .posts-container,
.blog .posts-container {
  display: flex;
  height: auto !important;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.archive .masonry.material .masonry-blog-item .inner-wrap,
.blog .masonry.material .masonry-blog-item .inner-wrap {
  box-shadow: unset;
  border-radius: 0;
}

.archive .masonry.material .masonry-blog-item .article-content-wrap,
.blog .masonry.material .masonry-blog-item .article-content-wrap {
  padding: 10px 0 30px !important;
}

html body .related-posts .date,
html body.material #search-results .result .inner-wrap .type,
html body.material #search-results .result .inner-wrap .date,
.archive .post-area.masonry.span_9.material .masonry-blog-item .date,
.blog .post-area.masonry.span_9.material .masonry-blog-item .date {
  font-size: 13px;
  font-weight: 300;
  color: #818181;
  display: block;
  margin-bottom: 5px;
}

html #search-results .result h2 a,
.archive .post-area.masonry.span_9.material .masonry-blog-item h3,
.blog .post-area.masonry.span_9.material .masonry-blog-item h3 {
  font-size: 30px;
  color: #192c4c !important;
  margin-bottom: 8px !important;
}

.archive .post-area.masonry.span_9.material .masonry-blog-item .excerpt,
.blog .post-area.masonry.span_9.material .masonry-blog-item .excerpt {
  margin-bottom: 19px;
  color: #818181;
}

.related-posts .cta,
html body.material #search-results .result .inner-wrap .cta,
.archive .post-area.masonry.span_9.material .masonry-blog-item .cta,
.blog .post-area.masonry.span_9.material .masonry-blog-item .cta {
  font-size: 20px;
  font-weight: bold;
  color: #58a112;
}

.related-posts .cta svg,
html body.material #search-results .result .inner-wrap .cta svg,
.archive .post-area.masonry.span_9.material .masonry-blog-item .cta svg,
.blog .post-area.masonry.span_9.material .masonry-blog-item .cta svg {
  vertical-align: middle;
}

.archive #sidebar.span_3,
.blog #sidebar.span_3 {
  width: 100%;
  backface-visibility: hidden;
  display: flex;
}

.archive #sidebar.span_3 h4,
.blog #sidebar.span_3 h4 {
  display: none;
}

.archive #sidebar.span_3 .widget_categories,
.blog #sidebar.span_3 .widget_categories {
  width: 34%;
  margin-right: 4%;
}

.archive #sidebar.span_3 .widget_categories ul,
.blog #sidebar.span_3 .widget_categories ul {
  display: flex;
  width: 100%;
}

.archive #sidebar.span_3 .widget_categories li,
.blog #sidebar.span_3 .widget_categories li {
  padding: 0px 20px !important;
}

#sidebar.span_3 .widget_custom_html {
  padding-top: 12px;
}

#sidebar.span_3 .widget_custom_html li.all-articles {
  padding: 5px 25px 5px 0 !important;
}

.archive #sidebar.span_3 .widget_custom_html li.all-articles a,
.blog #sidebar.span_3 .widget_custom_html li.all-articles a,
.archive #sidebar.span_3 .widget_categories li a,
.blog #sidebar.span_3 .widget_categories li a {
  font-size: 20px;
  font-weight: bold;
  color: #192c4c;
}

#sidebar.span_3 .widget_custom_html li.all-articles a {
  white-space: nowrap;
}

.blog #sidebar.span_3 .widget_custom_html li.all-articles a,
.archive #sidebar.span_3 .widget_custom_html li.all-articles a:hover,
.blog #sidebar.span_3 .widget_custom_html li.all-articles a:hover,
.archive #sidebar.span_3 .widget_categories li a:hover,
.blog #sidebar.span_3 .widget_categories li a:hover,
.archive #sidebar.span_3 .widget_categories li.current-cat a,
.blog #sidebar.span_3 .widget_categories li.current-cat a {
  color: #58a112;
}

.archive #sidebar.span_3 .widget_categories li:first-child,
.blog #sidebar.span_3 .widget_categories li:first-child {
  /*padding-left: 0 !important;*/
}

.archive #sidebar.span_3 .widget_categories li:last-child,
.blog #sidebar.span_3 .widget_categories li:last-child {
  padding-right: 0 !important;
}

.archive #sidebar.span_3 .widget_search,
.blog #sidebar.span_3 .widget_search {
  width: 48%;
}

.archive .blog_header,
.blog .blog_header {
  margin-bottom: 55px;
}

.archive .blog_header h1,
.blog .blog_header h1 {
  margin-bottom: 23px !important;
}

.row .col.section-title span.subheader {
  color: #192c4c;
  font-weight: bold;
}

body .masonry.material .posts-container .format-video .post-featured-img,
body .masonry.material .posts-container .format-audio .post-featured-img {
  overflow: hidden;
}

body.archive .masonry.material .posts-container .video-play-button,
body.blog .masonry.material .posts-container .video-play-button {
  bottom: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.archive .masonry.material .posts-container .wrap_video_playbutton,
body.blog .masonry.material .posts-container .wrap_video_playbutton {
  bottom: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  z-index: 100;
}

.post-area.masonry.span_9 #pagination {
  text-align: center;
}

/***** page un blog ****/

body .comment-form input[type="text"],
body .comment-form textarea {
  background-color: #e6e6e6;
  padding-top: 20px !important;
  margin-top: -24px;
  padding-bottom: 5px !important;
  border-color: transparent;
}

body .comment-form textarea {
  height: 157px;
}

body .comment-form label {
  font-size: 13px;
  font-weight: bold;
  color: #192c4c;
  position: relative;
  margin-left: 20px;
}

html
  body[data-button-style*="slightly_rounded"]
  #commentform
  .form-submit
  input[type="submit"] {
  background-color: #58a112 !important;
}

body #commentform .form-submit {
  margin-top: 0;
  text-align: right;
}

html body.material .comment-list .comment > .comment-body {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #000;
}

html body.material .comment-list .comment > .comment-body .vcard {
  display: none;
}

.single-post .comment-form,
body .comment-list {
  margin-left: 8%;
  margin-right: 8%;
}

html body.single-post h3.related-title,
body #respond h3,
body h3#comments {
  font-size: 55px;
  font-family: "Gantari", sans-serif;
  color: #192c4c;
  margin-bottom: 45px;
  position: relative;
}

html body.single-post h3.related-title {
  /* margin-left: 18%;
    margin-right: 18%; */
  padding-top: 0 !important;
}

body[data-ext-responsive="true"].single-post
  .container-wrap.no-sidebar
  .comment-list {
  max-width: calc(1000px - 11%);
  margin-left: auto;
  margin-right: auto;
}

body .related-post-wrap .row-bg-wrap .row-bg {
  background-color: #fff;
}

html body .related-posts[data-style="material"] .article-content-wrap {
  padding: 10px 0 22px !important;
}

html body .related-posts[data-style="material"] .inner-wrap {
  box-shadow: unset;
  border-radius: 0;
}

html body.single-post .related-posts h3 {
  font-size: 33px;
  color: #1c3b4c;
}

html body.single-post .related-posts span.meta {
  color: #1c3b4c;
}

html body.single-post .related-posts .excerpt {
  color: #737373;
}

.material .blog-recent.related-posts {
  padding: 0 0 2% 0;
}

/**** page search ****/
body #search-results {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.search #page-header-bg .span_6 {
  top: 0;
  -webkit-transform: unset;
  transform: unset;
}

body:not(.archive).search #page-header-bg {
  background-color: transparent;
  min-height: unset !important;
  padding-top: 45px;
  height: unset !important;
}

html body.search #page-header-bg h1 {
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  color: #000;
  text-align: left;
}

body #page-header-bg[data-alignment="center"],
body .page-header-no-bg[data-alignment="center"] {
  text-align: left;
}

body #search-results[data-layout="masonry-no-sidebar"] .result {
  width: 33.33%;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0) !important;
  margin-bottom: 50px;
}

html body.material #search-results .result .inner-wrap h2 {
  padding: 0 0 25px;
}

html body.material #search-results .result .inner-wrap {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  padding: 0;
  border: 0;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

html body.material #search-results .result .inner-wrap img {
}

html body.material #search-results .result .inner-wrap .date {
  padding-top: 10px;
  display: inline-block;
}

html body.material #search-results .result .inner-wrap .type {
  padding-top: 10px;
  display: inline-block;
}

html body.material #search-results .result:hover .inner-wrap {
  box-shadow: unset;
  -webkit-transform: unset;
  transform: unset;
}

/*** Woocommerce ***/
.container .woocommerce .woocommerce-noOrder {
  background-color: #e6e1dd !important;
  color: #737373;
}

body .woocommerce-MyAccount-content input {
  border-radius: 4px !important;
  border: 1px solid #58a132;
  color: #58a132;
  background-color: #fff;
}

#add_payment_method #payment div.payment_box {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(52px);
  border-bottom-right-radius: 30px;
}

#add_payment_method #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods li {
  color: #1c3b4c;
}

#add_payment_method #payment ul.payment_methods li p {
  padding-left: 0;
  color: #1c3b4c;
}

#add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-input-wrapper
  input {
  color: #1c3b4c !important;
  border: 1px solid #5aa115 !important;
}

#add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-input-wrapper
  input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1c3b4c !important;
  /* Firefox */
}

#add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-input-wrapper
  input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1c3b4c !important;
}

#add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-input-wrapper
  input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1c3b4c !important;
}

body.material.woocommerce-page[data-form-style="default"]
  form.checkout_coupon
  input#coupon_code {
  font-size: 14px !important;
  color: #5aa115 !important;
  background: transparent !important;
  border: 0.5px solid #5aa115;
}

body.material.woocommerce-page[data-form-style="default"]
  form.checkout_coupon
  input#coupon_code {
  font-size: 14px !important;
  color: #5aa115 !important;
  background: transparent !important;
  border: 0.5px solid #5aa115;
}

@media (max-width: 1740px) {
  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: -90px;
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: -90px;
  }
}

html body.home .top-level.wpb_row > .span_12 {
  padding-top: 200px;
}

@media (max-width: 1600px) {

  .wpb_row
    .wpb_row.comment_taille
    > .span_12
    .text_icon_number
    .vc_column-inner
    > .wpb_wrapper {
    padding: 26px 20px;
  }

  .wpb_row
    .wpb_row
    > .span_12
    .text_icon_number
    .vc_column-inner
    .wpb_wrapper
    .iwithtext
    .iwt-text
    h2 {
    font-size: 30px;
    margin: 0;
    margin-right: 16px;
  }

  html
    body
    .wpb_row.tres_petit_h3.comment_taille
    > .span_12
    .text_icon_number
    .vc_column-inner
    .wpb_wrapper
    .iwithtext
    .iwt-text
    h3 {
    font-size: 18px;
  }

  .wpb_row
    .wpb_row
    > .span_12
    .text_icon_number
    .vc_column-inner
    .wpb_wrapper
    .wpb_text_column
    p {
    color: #737373;
    font-size: 14px;
  }

  body .blog_header {
    padding-top: 180px;
    min-height: 500px;
  }

  .archive #sidebar.span_3 .widget_categories,
  .blog #sidebar.span_3 .widget_categories {
    width: 50%;
    margin-right: 4%;
    padding-top: 0;
  }

  body #sidebar .widget.widget_block {
    width: 30%;
  }

  body .toggle > h3.toggle-title a {
    font-size: 24px;
  }

  .caracteristics_plus img.img-with-animation {
    max-width: 160px;
  }

  .testimonials .testimonial .photo img {
    max-width: 60px;
  }

  .testimonials .testimonial .leTemoignage p {
    font-size: 16px;
  }

  html body .nectar-button.small,
  html body .nectar-button {
    min-width: 200px;
  }

  .wpb_row > .span_12 {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .des_questions.wpb_row > .span_12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about_us.wpb_row > .span_12 {
    padding-top: 130px;
  }

  body.woocommerce-account .container-wrap .regular-button {
    font-size: 16px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 26%;
    height: 552px;
  }

  .dashbord_cta {
    margin-bottom: 30px;
  }

  .item_access {
    padding: 20px;
  }

  body.woocommerce-account .container-wrap p.text_item_dash {
    font-size: 16px;
    line-height: 20px;
  }

  body .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 20px 20px 20px;
    font-size: 14px;
  }

  html .qui_sommes_nous_banner .faq_text_banner h2 {
    font-size: 56px !important;
  }

  html .qui_sommes_nous_banner .faq_text_banner h3 {
    font-size: 34px !important;
  }

  .forfaits_1 .wpb_column > .vc_column-inner h3 {
    font-size: 50px;
    line-height: 1.2;
  }

  .inclu_forfait_taille .vc_col-sm-3 {
    margin-bottom: 30px !important;
  }

  html body .tres_tres_petit_h3_white h3 {
    font-size: 20px;
  }

  .inclu_forfait_taille .hover-wrap-inner img {
    width: 70%;
  }

  body.page-template-page-taille
    .images_down_300
    .wpb_wrapper
    > .img-with-aniamtion-wrap {
    margin-bottom: -360px;
  }

  html body.page-template-page-apropos .first-section.wpb_row > .span_12 {
    padding-top: 170px;
    padding-bottom: 160px;
  }

  html body.page-template-page-apropos .full-width-section .row-bg,
  .wpb_row .row-bg {
    background-position: right bottom !important;
  }

  .why_paysaco.wpb_row .row-bg {
    background-position: right !important;
  }

  .contact_form_section.wpb_row .row-bg {
    background-position: center !important;
  }

  body #top nav > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #eef4e6;
  }

  #form_footer .img-with-aniamtion-wrap .img-with-animation {
    margin-left: -165px;
  }

  .back_form {
    margin-top: -30px;
  }

  .double_push_left_text > .vc_column-inner {
    padding-left: 3%;
  }

  html body.home .top-level.wpb_row > .span_12 {
    padding-top: 200px;
  }

  .material .wpb_row.caracteristics_plus .row-bg-wrap {
    height: 128% !important;
  }

  body .container {
    max-width: calc(1300px);
    padding: 0 40px;
  }

  body header .container {
    padding: 0 60px;
  }

  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: calc(-50vw + 560px);
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: calc(-50vw + 560px);
  }

  body #top .span_9 nav > ul > li > a {
    margin-left: 31px;
  }

  body
    #header-outer
    #top
    .right-aligned-menu-items
    nav
    > ul
    > li.menu-item
    > a {
    min-width: 40px;
    text-align: center;
  }

  html body.material #header-secondary-outer nav > ul > li > a {
    margin: 0 30px;
  }

  html body h1,
  html body h2 {
    font-size: 43px;
    margin-bottom: 37px;
  }

  html body.single-post h3.related-title,
  body #respond h3,
  body h3#comments {
    font-size: 43px;
  }

  html body h3 {
    font-size: 32px;
  }

  html body .banner_promo h2 {
    font-size: 36px;
  }

  html body .petit_h3 h3,
  html body .gros_texte {
    font-size: 26px !important;
  }

  body #header-outer #logo img,
  body #header-outer .logo-spacing img {
    height: 30px;
  }

  html body .row .col h3 {
    margin-bottom: 33px;
  }

  html body.single-post .related-posts h3,
  html #search-results .result h2 a,
  .archive .post-area.masonry.span_9.material .masonry-blog-item h3,
  .blog .post-area.masonry.span_9.material .masonry-blog-item h3,
  html body.blog .blog_header,
  html body .tres_petit_h3 h3 {
    font-size: 24px;
  }

  .avantages .wpb_column > .vc_column-inner {
    padding: 70px 50px 60px 40px;
  }

  body #footer-outer .widget h4,
  body #sidebar h4 {
    font-size: 26px;
  }

  html body #footer-outer {
    font-size: 16px;
  }

  html body.material #header-secondary-outer nav > ul > li > a,
  body #top nav > ul > li > a {
    font-size: 16px;
  }

  .banner_promo.sticky_banner.open .span_12 {
    padding-left: 41px;
    padding-right: 71px;
  }

  html body .nectar-button.small,
  html body .nectar-button {
    font-size: 14px !important;
    padding: 15px 30px;
  }

  html body[data-form-submit="regular"] .container-wrap input[type="submit"],
  html body[data-form-submit="regular"] .container-wrap button[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    input[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    button[type="submit"]:not(.search-widget-btn) {
    padding: 15px 32px !important;
    font-size: 18px;

    height: 50px;
  }

  .avantages {
    margin-top: 85px;
  }

  .images_full_left .hover-wrap-inner {
    margin-right: 0;
  }

  html
    body[data-button-style*="slightly_rounded"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a:before {
    height: 39px;
  }

  .push_right {
    margin-right: 12%;
  }

  .testimonials .testimonial .photo {
    width: 28%;
    padding-right: 2%;
  }

  .testimonials .testimonial .info {
    width: 72%;
  }

  .inscription_infolettre .gform_body {
    width: 100%;
    padding-right: 0;
  }

  .inscription_infolettre {
    flex-wrap: wrap;
  }

  .inscription_infolettre .gform_body .gform_fields {
    grid-row-gap: 20px !important;
    margin: 0 !important;
  }

  .inscription_infolettre .gform_body .gform_fields .gfield {
    grid-column: span 12 !important;
  }

  .inscription_infolettre .gform_body {
    width: 100%;
  }

  .inscription_infolettre .gform_footer {
    width: 100%;
    margin-top: 8px !important;
  }

  .gform_wrapper.gravity-theme .inscription_infolettre .gform_footer input {
    height: 50px;
  }

  .custom_popup_traitement #steps3 .col_right,
  .custom_popup_traitement #steps_service_3 .col_right {
    background-size: 400px auto;
  }

  .custom_popup_traitement .image_forfait {
    flex-wrap: wrap;
  }

  .video_pop.choix_carte_promo {
    background-size: 75.5%;
  }

  .forfait_gazon_prix > .vc_column-inner .prix {
    font-size: 18px;
  }

  html body .forfait_gazon_prix .nectar-button.small,
  html body .forfait_gazon_prix .nectar-button {
    font-size: 18px !important;
    padding: 15px 22px;
    min-width: unset;
  }

  html body .tres_tres_petit_h3 h3 {
    font-size: 20px;
  }

  body .toggle h3 a {
    font-size: 27px;
  }

  html body .contact_infos {
    font-size: 21px;
  }

  html body .contact_infos strong {
    font-size: 26px;
  }

  .contact_form_section .double_push_left_text > .vc_column-inner {
    padding-left: 30.64%;
    padding-left: 21.64%;
  }

  .form_contact {
    margin-top: 24px;
  }

  .gform_wrapper.gravity-theme .form_contact .gform_fields {
    grid-row-gap: 20px;
  }

  body textarea,
  body input[type="text"],
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select {
    height: 52px;
    font-size: 14px !important;
  }

  body input[type="text"] {
    height: 48px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="submit"] {
    height: 54px;
  }

  body.material.woocommerce-page[data-form-style="default"]
    form.checkout_coupon
    input#coupon_code {
    font-size: 14px !important;
    color: #5aa115 !important;
    background: transparent !important;
    border: 0.5px solid #5aa115;
  }

  .page-template-page-contact .first-section.wpb_row > .span_12 {
    padding-bottom: 190px;
    padding-top: 200px !important;
  }

  .partager_recevez .description {
    font-size: 32px;

    margin-bottom: 48px;
  }

  .partager_recevez .titre_icon {
    margin-bottom: 25px;
  }

  html body:not(.woocommerce-cart) .main-content th,
  html body:not(.woocommerce-cart) .main-content td {
    font-size: 16px;
  }

  body .woocommerce a.button,
  body.woocommerce-page a.button {
    font-size: 18px;
    padding: 17px 35px !important;
  }

  body[data-header-resize="1"].woocommerce-account .container-wrap {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  html body[data-button-style*="slightly_rounded"] .choix_carte_promo button {
    font-size: 18px !important;
    padding: 12px 27px;
    min-width: 179px;
  }

  .info_popup .column_container .vc_column-inner .popup_info {
    font-size: 14px;
  }

  html body .woocommerce-checkout h2,
  html body .woocommerce-checkout h3 {
    font-size: 41px;
  }

  html body.single-post h2 {
    font-size: 35px;
  }

  html body.single-post h3 {
    font-size: 27px;
  }

  html body.single-post h3.related-title {
    margin-left: 6%;
    margin-right: 6%;
  }

  .archive #sidebar.span_3 .widget_custom_html li.all-articles a,
  .blog #sidebar.span_3 .widget_custom_html li.all-articles a,
  .archive #sidebar.span_3 .widget_categories li a,
  .blog #sidebar.span_3 .widget_categories li a {
    font-size: 18px;
  }

  .archive #sidebar.span_3 .widget_search,
  .blog #sidebar.span_3 .widget_search {
    width: 279px;
  }

  #sidebar.span_3 .widget_custom_html li.all-articles {
    padding: 5px 16px 5px 0 !important;
  }

  .archive #sidebar.span_3 .widget_categories li,
  .blog #sidebar.span_3 .widget_categories li {
    padding: 0px 16px !important;
  }

  body
    .woocommerce
    form.checkout
    .payment_box
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row
    label,
  body .woocommerce form.checkout .payment_box .form-row label,
  .woocommerce form.checkout .payment_box .form-row.woocommerce-validated label,
  .woocommerce form.checkout .form-row label {
    font-size: 11px;
  }
}

@media (max-width: 1300px) {
  .wpb_row.comment_taille > .span_12 .wpb_column {
    padding: 30px;
    width: 50%;
  }

  .vc_row > .span_12 > .vc_column_container.button_equal {
    width: 100%;
  }

  .vc_row
    > .span_12
    > .vc_column_container.button_equal
    > .vc_column-inner
    .wpb_wrapper
    a.nectar-button {
    width: 100%;
  }

  html body #header-outer.small-nav {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 17px #00000047;
    padding-bottom: 20px;
    border-bottom: solid 1px #9eb3c8;
  }

  html body #header-outer .side-widget-open {
    background-color: none;
    box-shadow: none;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .archive .post-area.masonry.span_9.material .masonry-blog-item,
  .blog .post-area.masonry.span_9.material .masonry-blog-item {
    width: 50%;
    position: relative !important;
  }

  body .container-wrap #sidebar .widget.widget_block .all-articles {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }

  body.blog .container-wrap #sidebar .widget.widget_block .all-articles {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }

  body #sidebar .widget.widget_block {
    width: 24%;
  }

  .why_paysaco.wpb_row .row-bg {
    background-position: right !important;
  }

  /* menu mobile */

  html body #slide-out-widget-area-bg {
    display: none !important;
  }

  html body #slide-out-widget-area {
    left: unset;
    right: 0;
    max-width: 680px;
    width: 100%;
    background-color: #1c3b4c !important;
    box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.12) !important;
  }

  html body #slide-out-widget-area {
    left: unset !important;
    right: 0 !important;
    background: #1c3b4c !important;
    -webkit-transition: transform 500ms ease-out !important;
    -moz-transition: transform 500ms ease-out !important;
    -o-transition: transform 500ms ease-out !important;
    transition: transform 500ms ease-out !important;
    opacity: 1 !important;
    display: block !important;
    transform: translateX(700px);
  }

  .side-widget-closed + #ajax-content-wrap #slide-out-widget-area {
    opacity: 1 !important;
    display: block !important;

    background: #1c3b4c !important;
  }

  .side-widget-open + #ajax-content-wrap #slide-out-widget-area {
    transform: translateX(0);

    background: #1c3b4c !important;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #eef4e6;
    font-family: "Gantari", sans-serif;
    margin-bottom: 30px;
    text-align: left;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li.cta_moncompte,
  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li.cta_obtenir_prix,
  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li.accepter_estimation {
    display: none;
  }

  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    .buttons
    .menu-item.cta_moncompte,
  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    .buttons
    .menu-item.cta_obtenir_prix,
  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    .buttons
    .menu-item.accepter_estimation {
    position: relative;
    visibility: visible;
  }

  body
    #header-outer[data-format="menu-left-aligned"]:not(
      [data-format="left-header"]
    ):not([data-format="centered-menu-bottom-bar"])
    #top
    nav
    > .buttons {
    margin-right: 0 !important;
  }

  body #slide-out-widget-area .inner-wrap .inner .widget.widget_text {
    margin: 0;
    padding: 0 13%;
  }

  body #slide-out-widget-area .inner-wrap .inner .widget.widget_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #e6e1dd;
    text-align: left;
  }

  #slide-out-widget-area.slide-out-from-right-hover {
    padding: 30px;
  }

  body #top .slide-out-widget-area-toggle a .close-wrap {
    height: 36px;
  }

  #top .span_9 > .slide-out-widget-area-toggle {
    margin-top: 26px;
  }

  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container {
    margin-top: 50px;
  }

  body #slide-out-widget-area .inner-wrap .inner #block-5.widget.widget_text {
    margin-top: 60px;
  }

  body #slide-out-widget-area .inner-wrap .inner #block-9.widget.widget_block {
    padding: 0 13%;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    #block-9.widget.widget_block
    ul.social {
    display: flex;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    #block-9.widget.widget_block
    ul.social
    li
    a
    i[class*="fa-"] {
    font-size: 30px;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    #block-9.widget.widget_block
    ul.social
    li {
    margin-right: 25px;
  }

  #header-outer.side-widget-open #top .right-aligned-menu-items nav {
    display: flex !important;
    position: relative;
    width: 100%;
  }

  #header-outer.side-widget-open #top .right-aligned-menu-items nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    nav
    ul
    li.cta_moncompte
    a {
    padding: 10px;
    font-size: 0;
  }

  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    nav
    ul
    li.cta_moncompte
    a
    .menu-image-hover-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 30px;
    height: 30px;
  }

  #header-outer.side-widget-open
    #top
    .right-aligned-menu-items
    nav
    ul
    li.cta_moncompte
    a
    .menu-image-hover-wrapper
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    margin-left: 0 !important;
  }

  body.material #header-outer #top nav > .buttons > li:last-child {
    display: none;
  }

  #header-outer #top nav > ul {
    padding: 0;
  }

  #header-outer.side-widget-open #top .container > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  #header-outer #top .container > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_3 {
    display: flex;
    order: 1;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_9 {
    display: flex;
    width: 100px !important;
    position: relative !important;
    order: 3;
  }

  #header-outer.side-widget-open
    #top
    .container
    > .row
    .col.span_9
    .slide-out-widget-area-toggle {
    display: block;
    margin-top: 0px;
  }

  #header-outer[data-format="menu-left-aligned"]
    #top
    > .container
    .span_9
    > .slide-out-widget-area-toggle.mobile-icon {
    top: 0;
  }

  #header-outer
    #top
    .container
    > .row
    .col.span_9
    > .slide-out-widget-area-toggle
    > div {
    top: 0;
  }

  #header-outer.side-widget-open
    #top
    .container
    > .row
    .col.span_9
    > .slide-out-widget-area-toggle
    > div {
    top: 0;
  }

  #header-outer.side-widget-open
    #top
    .container
    > .row
    .right-aligned-menu-items {
    display: flex;
    order: 2;
    position: relative;
    width: 100%;
  }

  /* menu mobile */
  /* html body #slide-out-widget-area {
        background: #1C3B4C;
        box-shadow: -10px 0px 20px rgb(0 0 0 / 12%);
    }

    html body #slide-out-widget-area.slide-out-from-right-hover {
        max-width: 520px;
        width: 100%;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        padding: 90px;
    }

    html body.admin-bar #slide-out-widget-area.slide-out-from-right-hover {
        padding-top: 140px;
    }
    */

  /* menu mobile */

  .button_responsive > .span_12 {
    flex-direction: column;
  }

  .back_form {
    margin-top: -10px;
  }

  .custom_popup_traitement #steps_service_3 .col_right,
  .custom_popup_traitement #steps_service_4 .col_right,
  .custom_popup_traitement #steps_service_5 .col_right,
  .custom_popup_traitement #steps_service_6 .col_right,
  .custom_popup_traitement #steps3 .col_right,
  .custom_popup_traitement #steps4 .col_right,
  .custom_popup_traitement #steps5 .col_right,
  .custom_popup_traitement #steps6 .col_right {
    font-size: 16px;
    padding-left: 2.9vw;
    padding-right: 2.9vw;
    background-size: 24.5% 100%;
  }

  body .container {
    max-width: calc(1000px);
  }

  html body.material #header-secondary-outer nav > ul > li > a,
  body #top nav > ul > li > a {
    font-size: 16px;
  }

  body #header-outer #logo img,
  body #header-outer .logo-spacing img {
    height: 32px;
  }

  body
    #header-outer
    #top
    .right-aligned-menu-items
    nav
    > ul
    > li.menu-item
    > a {
    min-width: 70px;
    pointer-events: initial;
  }

  html
    body[data-button-style*="slightly_rounded"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a:before {
    height: 46px;
  }

  body #top nav > ul > .button_solid_color_2 > a svg {
    vertical-align: middle;
  }

  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a {
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: initial;
  }

  body #header-outer .container {
    max-width: calc(1210px);
    padding-left: 45px;
    padding-right: 45px;
  }

  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: calc(-50vw + 409px);
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: calc(-50vw + 409px);
  }

  .images_full_left .hover-wrap-inner {
    margin-right: 2%;
  }

  body .iwithtext .iwt-icon {
    width: 57px;
    left: -76px;
  }

  body .large_text_icon .iwithtext .iwt-icon {
    width: 81px;
    left: -98px;
  }

  html body h1,
  html body h2 {
    font-size: 34px;
    margin-bottom: 34px;
  }

  html body.single-post h3.related-title,
  body #respond h3,
  body h3#comments {
    font-size: 40px;
  }

  html body h3 {
    font-size: 28px;
  }

  html body .row .col h3 {
    margin-bottom: 28px;
  }

  .banner_promo.sticky_banner.open .span_12 {
    padding-left: 30px;
    padding-right: 67px;
  }

  html body .banner_promo h2 {
    font-size: 32px;
  }

  html body .nectar-button.small,
  html body .nectar-button {
    font-size: 14px !important;
    padding: 15px 25px;
  }

  html body[data-form-submit="regular"] .container-wrap input[type="submit"],
  html body[data-form-submit="regular"] .container-wrap button[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    input[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    button[type="submit"]:not(.search-widget-btn) {
    padding: 15px 25px !important;
    font-size: 16px;

    height: 50px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="button"].prev,
  html body[data-button-style*="slightly_rounded"] input[type="button"].next {
    font-size: 16px;
  }

  .avantages .wpb_column > .vc_column-inner {
    padding: 61px 30px 40px 25px;
  }

  .bg_graph_1d.wpb_row .row-bg {
    background-size: 28% auto !important;
  }

  /*.pelouse.wpb_row > .span_12, .bg_graph_1d.wpb_row > .span_12 {
	    padding-bottom: 148px;
	}*/
  .inclu_forfait_taille .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 35px;
  }

  html body .tres_tres_petit_h3 h3 {
    font-size: 17px;
  }

  html body.single-post .related-posts h3,
  html #search-results .result h2 a,
  .archive .post-area.masonry.span_9.material .masonry-blog-item h3,
  .blog .post-area.masonry.span_9.material .masonry-blog-item h3,
  html body.blog .blog_header,
  html body .tres_petit_h3 h3 {
    font-size: 18px;
  }

  .push_right {
    margin-right: 6%;
  }

  html body .petit_h3 h3,
  html body .gros_texte {
    font-size: 22px;
  }

  body input[type="text"],
  body textarea,
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select,
  body .field_label_input input[type="text"],
  body .field_label_input textarea {
    height: 49px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="submit"] {
    height: 49px;
  }

  .result_success {
    max-width: 294px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="button"] {
    height: 49px;
  }

  html body .custom_popup_traitement .nectar-button.small,
  html body .custom_popup_traitement .nectar-button {
    padding: 14px 35px;
  }

  body .video_pop.custom_popup_traitement .col_right h3 {
    font-size: 18px !important;
  }

  body .video_pop.custom_popup_traitement .col_right h2 {
    font-size: 5.4vw;
    font-size: 3.4vw;
  }

  .video_pop .video h3 {
    font-size: 26px;
    color: #58a112;
    margin-bottom: 50px !important;
  }

  .choix_alacarte .grid-item-lot {
    width: 25%;
  }

  .choix_carte_promo .wrap .choix .un_choix img {
    max-height: 100px;
    max-width: 116px;
  }

  body #footer-outer #footer-widgets .col:first-child {
    width: 22%;
  }

  body #footer-outer #footer-widgets .col:nth-child(3) {
    width: 29%;
  }

  body #footer-outer #footer-widgets .col:last-child {
    width: 27%;
  }

  body #footer-outer .widget h4,
  body #sidebar h4 {
    font-size: 23px;
  }

  .col_4_icon .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 45px;
  }

  html body .tres_petit_h3.col_4_icon .vc_col-sm-3 h3 {
    font-size: 22px;
  }

  html body {
    font-size: 16px;
  }

  body .toggle h3 a {
    font-size: 24px;
  }

  div[data-style="minimal"] .toggle h3 a {
    padding: 23px 59px 23px 0px;
  }

  body div[data-style*="minimal"] .toggle h3 i {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  html body .contact_infos strong {
    font-size: 21px;
  }

  html body .contact_infos {
    font-size: 17px;
  }

  .form_contact {
    margin-top: 48px;
  }

  .gform_wrapper.gravity-theme .form_contact .gform_fields {
    grid-column-gap: 5%;
    grid-row-gap: 23px;
  }

  body .gform_wrapper .label_placeholder .top_label .gfield_label {
    font-size: 12px;
    top: 7px;
  }

  body .label_placeholder input[type="text"],
  body .label_placeholder textarea,
  body .label_placeholder input[type="email"],
  body .label_placeholder input[type="password"],
  body .label_placeholder input[type="tel"],
  body .label_placeholder input[type="url"],
  body .label_placeholder input[type="search"],
  body .label_placeholder input[type="date"],
  body.material.woocommerce-page[data-form-style="default"]
    .label_placeholder
    input#coupon_code,
  body .label_placeholder select {
    padding: 20px 15px 5px 14px !important;
  }

  body .gform_wrapper .label_placeholder .top_label .gfield_label {
    font-size: 10px;

    top: 4px;
    left: 19px;
  }

  body
    .gform_wrapper
    .label_placeholder
    .top_label
    .textarea_field
    .gfield_label {
    top: 9px;
  }

  .contact_form_section .double_push_left_text > .vc_column-inner {
    padding-left: 10.64%;
    padding-left: 17.64%;
    padding-bottom: 74px;
  }

  .custom_popup_traitement .image_forfait figure {
    width: calc(100% / 3);

    margin-bottom: 27px;
  }

  html body .forfait_gazon_prix .nectar-button.small,
  html body .forfait_gazon_prix .nectar-button {
    font-size: 16px !important;
  }

  .woocommerce-page .woocommerce p.cart-empty {
    font-size: 44px;
  }

  body .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 20px 12px 20px;
    font-size: 16px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 287px;
  }

  body.woocommerce-account .container {
    padding: 0 20px;
  }

  html body:not(.woocommerce-cart) .main-content .payment-method th,
  html body:not(.woocommerce-cart) .main-content .payment-method td {
    font-size: 14px;
  }

  body .woocommerce .payment-method-actions a.button,
  body.woocommerce-page .payment-method-actions a.button {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body .woocommerce .payment-method a.button,
  body.woocommerce-page .payment-method a.button {
    font-size: 12px;
    padding: 12px 10px !important;
  }

  .partager_recevez .titre_icon img {
    margin-right: 17px;
    max-width: 55px;
  }

  .partager_recevez .description {
    font-size: 27px;
    margin-bottom: 42px;
  }

  html body .partager_recevez .nectar-button.small,
  html body .partager_recevez .nectar-button {
    min-width: 159px;
  }

  html body:not(.woocommerce-cart) .main-content th,
  html body:not(.woocommerce-cart) .main-content td {
    font-size: 14px;
  }

  .total_estimate {
    font-size: 20px !important;
  }

  html body .woocommerce-checkout .total_estimat_visit,
  html body .woocommerce-checkout .total_current_estimate {
    font-size: 23px !important;
  }

  html body .woocommerce-checkout h2,
  html body .woocommerce-checkout h3 {
    font-size: 32px;
  }

  .total_orders_title {
    font-size: 20px !important;
  }

  body .woocommerce a.button,
  body.woocommerce-page a.button {
    font-size: 16px;

    padding: 14px 23px !important;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    thead
    th:last-child,
  html body:not(.woocommerce-cart) .main-content .shop_table td:last-child {
    width: 114px;
  }

  body[data-header-resize="1"].woocommerce-account .container-wrap {
    padding-top: 108px;
    padding-bottom: 140px;
  }

  .woocommerce-order-received .confirmation_order_refer .partager_recevez {
    display: block;
  }

  .woocommerce-order-received .partager_recevez .titre_icon {
    margin-bottom: 25px;
  }

  html body[data-button-style*="slightly_rounded"] .choix_carte_promo button {
    font-size: 16px !important;
  }

  .forfait_gazon .vc_col-sm-4 {
    width: 48%;
  }

  html body .woocommerce-MyAccount-content h2 {
    margin-bottom: 25px !important;
  }

  body .woocommerce form.checkout .payment_box .form-row label,
  .woocommerce form.checkout .payment_box .form-row.woocommerce-validated label,
  .woocommerce form.checkout .form-row label {
    font-size: 11px;
  }

  .video_pop.choix_carte_promo .video {
    background-size: 39.5%;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tfoot
    tr:last-child
    .woocommerce-Price-amount {
    font-size: 40px;
  }

  html body.single-post h3.related-title {
    margin-left: 0;
    margin-right: 0;
  }

  .archive .post-area.masonry.span_9.material .masonry-blog-item,
  .blog .post-area.masonry.span_9.material .masonry-blog-item {
    margin-bottom: 30px;
  }

  .archive #sidebar.span_3,
  .blog #sidebar.span_3 {
    flex-wrap: wrap;
  }

  .archive #sidebar.span_3 .widget_categories,
  .blog #sidebar.span_3 .widget_categories {
    width: 40%;
    margin-right: 0;
    padding-top: 0;
  }

  body #sidebar .widget {
    margin-bottom: 15px;
  }

  body #sidebar .widget.widget_custom_html {
    margin-bottom: 2px;
  }

  body #sidebar .widget.widget_custom_html ul {
    margin-bottom: 0;
  }

  #sidebar div ul {
    margin-bottom: 15px;
  }

  .archive #sidebar.span_3 .widget_search,
  .blog #sidebar.span_3 .widget_search {
    margin-bottom: 50px;
    margin-left: auto;
  }

  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last {
    width: 100%;
  }

  .woocommerce-MyAccount-content .col_abonnement {
    float: none;
    width: 100%;
  }

  .woocommerce-MyAccount-content .col_address {
    float: none;
    width: 100%;
  }

  .woocommerce-MyAccount-content .col_address .woocommerce-customer-details,
  .woocommerce-MyAccount-content .col_abonnement table {
    margin-bottom: 58px !important;
  }

  #footer-outer ul.social {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  body .container {
    max-width: calc(1300px);
    padding: 0;
  }

  .wpb_row.comment_taille > .span_12 .wpb_column {
    padding: 30px;
    width: 100%;
  }

  .related-posts.columns-3 .span_4 .inner-wrap .post-featured-img img {
    width: 100%;
  }

  .wpb_row.villes_section1 > .span_12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  html body .service_inclu .inclu_forfait_taille .span_12 .vc_col-sm-3 {
    margin-bottom: 70px !important;
  }

  html body.page-template-page-apropos .full-width-section .row-bg,
  .wpb_row .row-bg {
    background-position: left bottom !important;
  }

  html body.page-id-21694 .container-wrap h1,
  html body.page-id-21691 .container-wrap h1,
  html body.page-id-22815 .container-wrap h1,
  html body.page-id-22817 .container-wrap h1,
  html body.page-id-21998 .container-wrap h1,
  html body.page-id-21996 .container-wrap h1 {
    margin-bottom: 24px;
  }

  html body.page-id-21694 .container-wrap,
  html body.page-id-21691 .container-wrap,
  html body.page-id-22815 .container-wrap,
  html body.page-id-22817 .container-wrap,
  html body.page-id-21998 .container-wrap,
  html body.page-id-21996 .container-wrap {
    margin-bottom: 60px !important;
  }

  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_bordered"]
    > a,
  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  html body #slide-out-widget-area {
    max-width: 100%;
    transform: translateX(100%);
  }

  html .qui_sommes_nous_banner .faq_text_banner h2 {
    font-size: 46px !important;
  }

  html .qui_sommes_nous_banner .faq_text_banner h3 {
    font-size: 24px !important;
  }

  body.page-template-page-taille
    .images_down_300
    .wpb_wrapper
    > .img-with-aniamtion-wrap {
    margin-bottom: 0;
  }

  .wpb_row
    .wpb_row
    > .span_12
    .text_icon_number
    .vc_column-inner
    > .wpb_wrapper {
    padding: 20px;
  }

  html body h1,
  html body h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .button_position_initial {
    text-align: left;
  }

  .forfaits_1 .wpb_column > .vc_column-inner h3 {
    font-size: 28px;
  }

  .forfaits_1 .wpb_column > .vc_column-inner {
    padding: 10px 10% 0px 6%;
  }

  body.page-id-2061 .first-section.wpb_row > .span_12 {
    padding-top: 100px !important;
  }

  /* html body.page-id-2080 .image,
    html body.page-id-2061 .image {
        padding-top: 60px;
    } */

  html body.page-id-2061 .text_conditions,
  html body.page-id-2080 .text_conditions {
    padding-top: 40px;
  }

  html body.page-id-2080 .image .hover-wrap-inner,
  html body.page-id-2061 .image .hover-wrap-inner {
    margin-left: 0;
  }

  html body.page-id-2080 .image.images_full_left_right_13,
  html body.page-id-2061 .image.images_full_left_right_13 {
    width: 100% !important;
  }

  .mobile_w_100 .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    margin-left: 0;
    width: 500px;
    height: auto;
  }

  body #footer-outer #footer-widgets .col:first-child {
    width: 100%;
  }

  .space_around > .vc_column-inner {
    padding-right: 0%;
    padding-left: 0%;
  }

  .about_us {
    margin-top: 0px;
  }

  body .images_down_300 .wpb_wrapper > .img-with-aniamtion-wrap {
    margin-bottom: 0;
  }

  .why_paysaco {
    margin-top: 0px;
  }

  #form_footer .img-with-aniamtion-wrap .img-with-animation {
    margin-left: 0px;
  }

  .material .wpb_row.caracteristics_plus .row-bg-wrap {
    height: 112% !important;
  }

  body.woocommerce-page .woocommerce p.cart-empty {
    font-size: 44px;
  }

  body .container {
    max-width: calc(760px);
  }

  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: calc(-50vw + 300px);
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: calc(-50vw + 300px);
  }

  .images_full_left .hover-wrap-inner {
    max-width: 520px;
    margin-right: 45%;
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-left: 20%;
  }

  .simple_push_left_text > .vc_column-inner {
    padding-left: 8.32%;
  }

  html body .animate_title h2 br {
    display: none;
  }

  .simple_push_left.wpb_row > .span_12,
  .double_push_left_text > .vc_column-inner {
    padding-left: 8.16%;
  }

  html body.home .top-level.wpb_row > .span_12,
  html body.page-template-page-contact .first-section.wpb_row > .span_12,
  html body.page-template-page-taille .first-section.wpb_row > .span_12,
  html body.page-template-page-traitement .first-section.wpb_row > .span_12 {
    padding-top: 181px;
  }

  html body.page-template-page-apropos .first-section.wpb_row > .span_12 {
    padding-top: 141px;
  }

  html
    body.page-template-page-apropos
    .first-section.wpb_row
    > .span_12
    .vc_col-sm-5.vc_col-sm-5 {
    padding-bottom: 120px;
  }

  html
    body.page-template-page-contact
    .first-section.contact_form_section
    > .span_12 {
    padding-top: 181px;
    padding-bottom: 0;
  }

  .wpb_row > .span_12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body .iwithtext .iwt-icon {
    width: 43px;
    left: -54px;
  }

  body .large_text_icon .iwithtext .iwt-icon {
    width: 71px;
    left: -80px;
    width: 66px;
    left: -71px;
  }

  .banner_promo .wpb_column:first-child {
    width: calc(100% - 246px);
  }

  .banner_promo .wpb_column:last-child {
    width: 246px;
  }

  html body .banner_promo h2 {
    font-size: 29px;
  }

  .comment_taille .wpb_column {
    margin-bottom: 0px !important;
  }

  .comment_taille .wpb_column > .vc_column-inner {
    padding-right: 5%;
  }

  .comment_taille .img-with-aniamtion-wrap {
    max-width: 90%;
    /*margin: 0 auto;*/
  }

  .images_full_left_right_13 {
    width: 100% !important;
  }

  html body .about_us_double_column .left_column.images_full_left_right_13 {
    width: 54% !important;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .images_left_20 {
    width: 46% !important;
  }

  /* .page-template-page-apropos .first-section.wpb_row .animate_title {
        padding-top: 2%;
    } */

  html body.single-post h3.related-title,
  body #respond h3,
  body h3#comments {
    font-size: 36px;
  }

  html body h1,
  html body h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  body.material .wpb_row.full-width-section#services {
    margin-bottom: 60px;
  }

  .bg_graph_1d.wpb_row .row-bg {
    background-position: right bottom !important;
  }

  .images_full_right_left_37 {
    width: auto;
    margin-left: 35%;
  }

  .video_pop.choix_traitement .wrap_video .un_choix h3 {
    font-size: 23px;
  }

  .result_success {
    max-width: 237px;
  }

  body .custom_popup_traitement .row .col_left {
    padding-left: 5.8vw;
  }

  body .custom_popup_traitement .row .col_right {
    padding-right: 5.8vw;
  }

  .custom_popup_traitement #steps_service_1,
  .custom_popup_traitement #steps1 {
    background-size: 81vw auto;
  }

  .video_pop .video h3 {
    font-size: 20px;
  }

  .video_pop .video h2 {
    font-size: 3.85vw;
  }

  .custom_popup_traitement
    #picker_pa_superficie
    .swatch-wrapper
    .swatch-anchor:after {
    font-size: 2vw;
  }

  body .video_pop.custom_popup_traitement .col_right h3 {
    font-size: 16px !important;
  }

  body .custom_popup_traitement .acf-field .acf-label > label,
  body .custom_popup_traitement .row .col_left .section h4 {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .custom_popup_traitement #steps_service_3 .col_right,
  .custom_popup_traitement #steps_service_4 .col_right,
  .custom_popup_traitement #steps_service_5 .col_right,
  .custom_popup_traitement #steps_service_6 .col_right,
  .custom_popup_traitement #steps3 .col_right,
  .custom_popup_traitement #steps4 .col_right,
  .custom_popup_traitement #steps5 .col_right,
  .custom_popup_traitement #steps6 .col_right {
    font-size: 14px;
    padding-left: 4.9vw;
  }

  .choix_alacarte .grid-item-lot {
    width: 33.33%;
  }

  #steps_service_4 .image_forfait {
    flex-direction: column;
  }

  .pallete_coleur {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .pallete_coleur br {
    display: none;
  }

  .video_pop.choix_carte_promo {
    background-size: 92.5%;
  }

  .choix_carte_promo .wrap .choix .un_choix img {
    max-height: 70px;
    max-width: 86px;
  }

  .video_pop.choix_carte_promo .video {
    background-size: 52.5% auto;
    background-size: 29.5% auto;
    padding-bottom: 75px;
  }

  html body.material #header-secondary-outer nav > ul > li > a {
    margin: 0 11px;
  }

  .images_left_5_right_5 .hover-wrap-inner img {
    max-width: calc(55% + 6%);
    margin-left: auto;
  }

  #footer-outer #copyright .col:first-child {
    width: 65%;
  }

  #footer-outer #copyright .col:last-child {
    width: 33%;
    text-align: left;
  }

  body #footer-outer .one-fourths.span_3 {
    padding: 0;
  }

  .double_push_null_mobile.wpb_row > .span_12 {
    padding-left: 0 !important;
  }

  .double_push_null_mobile > .vc_column-inner {
    padding-left: 0 !important;
  }

  .simple_push_right_null_mobile > .vc_column-inner {
    padding-right: 0;
  }

  body #footer-outer .widget h4,
  body #sidebar h4 {
    font-size: 21px;
  }

  html body #footer-outer {
    font-size: 14px;
  }

  .material #footer-outer #footer-widgets .col ul li {
    margin-bottom: 15px;
    margin-left: 0;
  }

  body
    .caracteristics_plus
    .vc_row.vc_row-flex.vc_row-o-equal-height
    > .span_12 {
    flex-direction: column;
  }

  body
    .caracteristics_plus
    .vc_row.vc_row-flex.vc_row-o-equal-height
    > .span_12
    > .vc_column_container {
    margin-bottom: 53px;
    justify-content: center;
  }

  body
    .caracteristics_plus
    .vc_row.vc_row-flex.vc_row-o-equal-height
    > .span_12
    > .vc_column_container
    > .vc_column-inner {
    justify-content: center;
  }

  .forfait_gazon .column_container {
    width: 50%;
  }

  .material .wpb_row.forfait_gazon .column_container {
    margin-bottom: 50px;
  }

  html body .tres_petit_h3.col_4_icon .vc_col-sm-3 h3 {
    font-size: 18px;
  }

  .tailles_chiffres .img-with-aniamtion-wrap {
    width: 59%;

    max-width: 250px;
  }

  body .vc_row-fluid.tailles_chiffres .wpb_column {
    margin-bottom: 45px;
  }

  .contact_form_section.wpb_row .row-bg {
    background-size: initial;
    background-position: left 64% !important;
    height: 112%;
  }

  .contact_form h1,
  .contact_infos h1 {
    margin-bottom: 25px;
  }

  .contact_form_section .double_push_left_text > .vc_column-inner {
    padding-left: 0;
    padding-bottom: 0;
  }

  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    li
    a {
    font-family: "Gantari", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
  }

  html
    body.material
    #slide-out-widget-area
    .mobile-only.off-canvas-menu-container
    .menu.secondary-header-items
    li,
  html
    body.material
    #slide-out-widget-area[class*="slide-out-from-right"]
    .off-canvas-menu-container
    li {
    margin-bottom: 25px;
  }

  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    > .menu:first-child
    li:last-child
    a,
  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    > .menu:first-child
    li.cta_moncompte
    a {
    text-decoration: none;
    padding: 5px 15px;
    border: 2px solid #fff;
    /* -webkit-border-radius: 30px !important;
		-moz-border-radius: 30px !important;
		border-radius:30px !important; */
    font-size: 20px;
    width: 100;
    min-width: 174px;
    text-align: center;
  }

  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    li
    a:after {
    display: none !important;
  }

  body .video_pop .gform_wrapper .top_label .gfield_label {
    font-size: 10px;
    top: 6px;
  }

  body .video_pop .gform_wrapper.gravity-theme select,
  .video_pop .gform_wrapper.gravity-theme input[type="text"],
  .video_pop .gform_wrapper.gravity-theme input[type="email"],
  .video_pop .gform_wrapper.gravity-theme textarea {
    font-size: 16px;

    padding: 21px 20px 9px !important;
  }

  .woocommerce-page .woocommerce p.cart-empty {
    font-size: 37px;
  }

  body .woocommerce a.button,
  body.woocommerce-page a.button {
    font-size: 18px;
    padding: 13px 33px !important;
  }

  body .woocommerce-MyAccount-navigation ul li a {
    padding: 18px 15px 18px 21px;
    font-size: 16px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 200px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 200px);
    padding-left: 2.34%;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding-right: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }

  body .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 15px 14px 21px;
    font-size: 16px;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    td.payment-method-actions {
    line-height: 0.8;
  }

  .partager_recevez {
    margin-top: 23px;
  }

  .dashbord_cta {
    margin-bottom: 30px;
  }

  .accept_estimation .single-product {
    margin-top: 20px;
  }

  .accept_estimation .hover-wrap-inner {
    margin-left: 61%;
    margin-right: -14%;
  }

  .accept_estimation.wpb_row .row-bg {
    background-size: cover;
    background-position: 100% 95% !important;
  }

  .choix_carte_promo .step_2 {
    max-width: 55%;
  }

  .popup_ville .wrap .content {
    max-width: 600px;
  }

  .popup_ville .wrap .villes .ville li {
    width: 32%;
    display: inline-block;
    font-size: 12px;
  }

  body .toggle h3 a {
    font-size: 21px;
  }

  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last {
    width: 100%;
  }

  html body .woocommerce-checkout h3 {
    font-size: 38px;
  }

  #steps_service_4 .autre_forfait a,
  #steps4 .autre_forfait a {
    margin-top: -57px;

    font-size: 14px;
  }

  #steps_service_4 .autre_forfait,
  #steps4 .autre_forfait {
    margin-top: -60px;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tfoot
    tr:last-child
    .woocommerce-Price-amount {
    font-size: 33px;
  }

  body .checkout .col2-set .col-1 {
    width: 100%;
    float: none;
  }

  body .checkout .col2-set .col-2 {
    width: 100%;
    float: none;
  }

  .checkout .col2-set .col-1 > div {
    padding-right: 0;
  }

  body.woocommerce-checkout
    #payment
    div.payment_box
    .sv-wc-payment-gateway-payment-form-manage-payment-methods,
  body
    #add_payment_method
    .sv-wc-payment-gateway-payment-form-manage-payment-methods {
    max-width: 370px;
  }

  html body.single-post h2 {
    font-size: 30px;
  }

  html body.single-post h3 {
    font-size: 25px;
  }

  .archive .posts-container,
  .blog .posts-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .archive .post-area.masonry.span_9.material .masonry-blog-item > .inner-wrap,
  .blog .post-area.masonry.span_9.material .masonry-blog-item > .inner-wrap {
    padding: 0 10px;
  }

  .related-posts .cta,
  html body.material #search-results .result .inner-wrap .cta,
  .archive .post-area.masonry.span_9.material .masonry-blog-item .cta,
  .blog .post-area.masonry.span_9.material .masonry-blog-item .cta {
    font-size: 16px;
  }

  body #sidebar .widget.widget_block {
    width: 30%;
  }

  .archive #sidebar.span_3 .widget_categories,
  .blog #sidebar.span_3 .widget_categories {
    width: 60%;
    margin-left: 20px;
    padding-top: 1px;
  }

  .archive #sidebar.span_3 .widget_categories li:first-child,
  .blog #sidebar.span_3 .widget_categories li:first-child {
    padding-left: 0 !important;
  }

  .archive #sidebar.span_3 .widget_custom_html li.all-articles a,
  .blog #sidebar.span_3 .widget_custom_html li.all-articles a,
  .archive #sidebar.span_3 .widget_categories li a,
  .blog #sidebar.span_3 .widget_categories li a {
    font-size: 16px;
  }

  .archive #sidebar.span_3 .widget_search,
  .blog #sidebar.span_3 .widget_search {
    width: 100%;
    margin: 0;
  }

  .related-posts.columns-3 .span_4 {
    width: 50%;
  }

  html body .related-posts[data-style="material"] .inner-wrap {
    padding: 0 10px;
  }

  body.material .blog-recent.related-posts {
    margin: 0 -10px !important;
  }

  body.ascend .related-post-wrap h3.related-title,
  body.material .related-post-wrap h3.related-title {
    padding: 8% 0 10px 0;
  }

  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last {
    width: 49%;
  }

  body.home .images_full_left_right_13 .hover-wrap-inner,
  body.home .images_full_left_right_13 .hover-wrap-inner,
  body.page-template-page-taille .images_full_left .hover-wrap-inner,
  body.page-id-22437 .images_full_left .hover-wrap-inner,
  body.page-id-22519 .images_full_left .hover-wrap-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 999px) {
  body .container {
    max-width: calc(640px);
  }
}

@media (max-width: 768px) {
  html body #header-outer.scrolled-down,
  html body #header-outer.side-widget-open,
  html body[data-header-color="dark"] #header-outer {
    background-color: rgb(39 80 102);
    box-shadow: 0px 3px 17px #00000047;
    padding-bottom: 20px;
    border-bottom: solid 1px #4c79a5;
    padding-bottom: 40px;
  }

  body #slide-out-widget-area.fullscreen .inner-wrap .inner {
    padding: 26% 0;
  }

  body #slide-out-widget-area .inner-wrap .inner .widget.widget_text {
    padding: 0px 10%;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li
    a {
    padding: 0;
  }

  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_bordered"]
    > a,
  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  #header-outer.side-widget-open #top .container > .row {
    flex-wrap: wrap;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_3 {
    max-width: 76%;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_9 {
    max-width: 18%;
    justify-content: flex-end;
    align-items: center;
    order: 2;
  }

  #header-outer.side-widget-open
    #top
    .container
    > .row
    .col.span_9
    .slide-out-widget-area-toggle {
    margin-top: 20px;
  }

  #header-outer.side-widget-open
    #top
    .container
    > .row
    .right-aligned-menu-items {
    width: 100%;
    order: 3;
    flex: 0 0 100%;
    margin-top: 36px;
    margin-left: 0%;
  }

  html body .about_us_double_column .left_column.images_full_left_right_13 {
    width: 70% !important;
  }

  html
    body
    .about_us_double_column
    .left_column
    .wpb_wrapper
    .img-with-aniamtion-wrap
    .hover-wrap-inner
    img {
    max-width: 300px;
  }

  html .qui_sommes_nous_banner .faq_text_banner h2 {
    font-size: 36px !important;
  }

  .mobile_w_100 .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    margin-left: 0;
    width: 400px;
    height: auto;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 36px;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    thead
    th:nth-child(2),
  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tbody
    td:nth-child(2) {
    width: 36%;
  }

  body .woocommerce .payment-method-actions a.button,
  body.woocommerce-page .payment-method-actions a.button {
    width: 100%;
  }

  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last {
    width: 49%;
  }
}

@media (max-width: 690px) {
  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tfoot
    tr
    th:first-child {
    flex: 1;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .woocommerce-checkout
    .shop_table
    td:last-child {
    width: 194px;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .woocommerce-checkout
    .shop_table
    td:last-child.table_paiement_visit {
    width: 100%;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tfoot
    tr.paiement_visit {
    margin-top: 20px;
  }

  html body:not(.woocommerce-cart) .main-content .shop_table tfoot tr,
  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tbody
    tr.cart_item {
    display: flex;
    flex-wrap: wrap;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tbody
    tr.cart_item
    td.product-name,
  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tbody
    tr.cart_item
    td.product-total {
    width: 100% !important;
  }

  .ga_monthly_schedule_wrapper {
    background: transparent;
  }

  .related-posts.columns-3 .span_4 {
    width: 100%;
  }

  html body .service_inclu h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  html body .container-wrap .villes_section1 p.map_ville {
    margin-right: 0;
  }

  html body .container-wrap .villes_section1 .divider-wrap {
    display: none;
  }

  html body .container-wrap .villes_section1 .wpb_text_column .wpb_wrapper {
    margin-bottom: 40px;
  }

  body.material .wpb_row.full-width-section#services {
    margin-bottom: 40px;
  }

  html body .container-wrap .villes_section1 {
    margin-top: 0px;
  }

  .wpb_row
    .wpb_row
    > .span_12
    .text_icon_number
    .vc_column-inner
    .wpb_wrapper
    .iwithtext
    .iwt-text
    h2 {
    position: relative;
    font-size: 60px;
    margin-right: 20px;
    left: unset;
    top: unset;
  }

  .why_advantages.first.wpb_row > .span_12 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .avantages {
    margin-top: 40px;
  }

  .wpb_column:not([class*="vc_col-xs"]) {
    width: 100%;
    margin-bottom: 8px;
  }

  body #slide-out-widget-area.fullscreen .inner-wrap .inner {
    padding: 22% 0;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .legende {
    flex-flow: column;
    padding: 20px 0;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .legende
    .legende_left,
  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .legende
    .legende_right {
    width: 100%;
    margin: 20px 0;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .section_alternee {
    flex-flow: column;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .section_alternee
    .section_alternee_left,
  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .section_alternee
    .section_alternee_right {
    width: 100%;
    margin: 20px 0;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    h3.title {
    font-size: 28px;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    h4.subtitle {
    font-size: 16px;
    margin-bottom: 26px;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    p.text {
    font-size: 14px;
  }

  body.single-post .container-wrap .post-area .post-content .content-inner h2 {
    font-size: 26px;
  }

  body.single-post .container-wrap .post-area .post-content .content-inner p {
    font-size: 14px;
  }

  body.single-post .container-wrap .post-area .post-content h1 {
    font-size: 42px;
  }

  body.single-post
    .container-wrap
    .post-area
    .post-content
    .single_post
    .parent_section_alternee
    blockquote {
    font-size: 16px;
    line-height: 1.2;
  }

  .mobile_w_100 .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    margin-left: 0;
    width: 380px;
    height: auto;
  }

  .table_paiement_visit > table th {
    font-size: 16px !important;
  }

  body.woocommerce-page .woocommerce p.cart-empty {
    font-size: 30px;
  }

  body .container {
    max-width: calc(400px);
  }

  .wpb_row > .span_12 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: calc(-50vw + 199px);
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: calc(-50vw + 199px);
  }

  html body h1,
  html body h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  html body.single-post h3.related-title,
  body #respond h3,
  body h3#comments {
    font-size: 35px;
  }

  html body .nectar-button.small,
  html body .nectar-button {
    font-size: 14px !important;
    padding: 10px 22px;
    min-width: 186px;
    width: 100%;
  }

  html body[data-form-submit="regular"] .container-wrap input[type="submit"],
  html body[data-form-submit="regular"] .container-wrap button[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    input[type="submit"],
  html
    body[data-form-submit="see-through"]
    .container-wrap
    button[type="submit"]:not(.search-widget-btn) {
    padding: 10px 22px !important;
    font-size: 14px;

    height: 40px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="button"].prev,
  html body[data-button-style*="slightly_rounded"] input[type="button"].next {
    font-size: 14px;
  }

  .banner_promo .wpb_column:first-child {
    width: 100%;
  }

  .banner_promo .wpb_column:last-child {
    width: 100%;
  }

  .sticky_banner.open .close_banner {
    top: -75px;
  }

  html body .banner_promo h2 {
    font-size: 26px;
  }

  .banner_promo.wpb_row > .span_12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg_graph_1d.wpb_row .row-bg {
    background-size: 36% auto !important;
    background-position: right bottom !important;
  }

  .push_right {
    margin-right: 6%;
  }

  html body .tres_tres_petit_h3 h3 {
    font-size: 17px;
  }

  .video_pop.choix_traitement .wrap_video .un_choix h3 {
    font-size: 21px;
  }

  .custom_popup_traitement.taille_haies .col_right,
  .custom_popup_traitement #steps_service_1 .col_right,
  .custom_popup_traitement #steps1 .col_right {
    padding-top: 15vw;
    align-items: unset;
  }

  html body[data-button-style*="slightly_rounded"] input[type="button"] {
    height: 39px;
  }

  body .custom_popup_traitement.taille_haies .col_left,
  .custom_popup_traitement #steps_service_1 .col_left,
  .custom_popup_traitement #steps1 .col_left {
    padding-top: 26vw;
    justify-content: unset;
  }

  .video_pop .video h2 {
    font-size: 4.85vw;
  }

  .custom_popup_traitement #steps_service_1,
  .custom_popup_traitement #steps1 {
    background-position: 40% 21vw;
    background-size: 95% auto;
  }

  .custom_popup_traitement #steps_service_2 .row .col_seul,
  .custom_popup_traitement #steps2 .row .col_seul {
    padding-top: 50px;
    padding-bottom: 71px;
  }

  .custom_popup_traitement #steps_service_2,
  .custom_popup_traitement #steps2 {
    background-size: 85% 91% !important;
  }

  .custom_popup_traitement #steps_service_2 .row,
  .custom_popup_traitement #steps2 .row {
    background-size: 738px;
  }

  /*#picker_pa_superficie {

	    flex-wrap: wrap;
	}
	.custom_popup_traitement #picker_pa_superficie .swatch-wrapper {
	    width: 48.3%;

	}
	*/
  .custom_popup_traitement
    #picker_pa_superficie
    .swatch-wrapper
    .swatch-anchor:after {
    font-size: 3vw;
  }

  .custom_popup_traitement #steps_service_3 .row,
  .custom_popup_traitement #steps3 .row,
  .custom_popup_traitement #steps_service_4 .row,
  .custom_popup_traitement #steps4 .row,
  .custom_popup_traitement #steps_service_5 .row,
  .custom_popup_traitement #steps5 .row,
  .custom_popup_traitement #steps_service_6 .row,
  .custom_popup_traitement #steps6 .row {
    flex-wrap: wrap;
  }

  .custom_popup_traitement #steps_service_3 .col_left,
  .custom_popup_traitement #steps_service_4 .col_left,
  .custom_popup_traitement #steps_service_5 .col_left,
  .custom_popup_traitement #steps_service_6 .col_left,
  .custom_popup_traitement #steps3 .col_left,
  .custom_popup_traitement #steps4 .col_left,
  .custom_popup_traitement #steps5 .col_left,
  .custom_popup_traitement #steps6 .col_left {
    width: 100%;
    padding-bottom: 25px;
  }

  .custom_popup_traitement #steps_service_4 .col_right,
  .custom_popup_traitement #steps_service_5 .col_right,
  .custom_popup_traitement #steps_service_6 .col_right,
  .custom_popup_traitement #steps4 .col_right,
  .custom_popup_traitement #steps5 .col_right,
  .custom_popup_traitement #steps6 .col_right {
    background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/popup_right_wave_90-min.png) no-repeat center top !important;
    background-size: 100% auto !important;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: 100%;
    position: relative;
  }

  .custom_popup_traitement #steps_service_4 .col_right:before,
  .custom_popup_traitement #steps_service_5 .col_right:before,
  .custom_popup_traitement #steps_service_6 .col_right:before,
  .custom_popup_traitement #steps4 .col_right:before,
  .custom_popup_traitement #steps5 .col_right:before,
  .custom_popup_traitement #steps6 .col_right:before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eef5e7;
  }

  .custom_popup_traitement #steps3 .col_right,
  .custom_popup_traitement #steps_service_3 .col_right {
    background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/popup_step3_wave_90-min.png) no-repeat -92% top;
    background-size: unset;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-top: 63px;
    background-size: 98% auto !important;
    width: 100%;
  }

  .custom_popup_traitement #steps4 .col_right,
  .custom_popup_traitement #steps_service_4 .col_right {
    padding-top: 63px;
  }

  body .custom_popup_traitement .row .col_right .price_variation {
    margin-bottom: 21px;
  }

  .total_right .plus {
    margin-bottom: 2px;
  }

  body .video_pop.custom_popup_traitement .col_right h2 {
    font-size: 37px;
  }

  .custom_popup_traitement
    .field_checkbox
    [type="checkbox"]:checked
    + label
    span,
  .custom_popup_traitement .field_checkbox [type="checkbox"]:checked + label {
    font-size: 16px;
  }

  .custom_popup_traitement .image_forfait figure {
    width: calc(100% / 3);
  }

  body .custom_popup_traitement .row .col_right .price_total {
    margin-top: 43px;
  }

  body input[type="text"],
  body textarea,
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select {
    font-size: 14px !important;
  }

  body .custom_popup_traitement .acf-field .acf-label > label,
  body .custom_popup_traitement .row .col_left .section h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  body .custom_popup_traitement .acf-fields .acf-field,
  body .custom_popup_traitement .row .col_left .section {
    margin-bottom: 40px;
  }

  .col_left ul.acf-radio-list li,
  .col_left ul.acf-checkbox-list li {
    font-size: 16px;
  }

  .wrap_group_image figure img {
    max-width: 100%;
    margin-top: 0;
  }

  .wrap_group_image .group_fields .field_label_input {
    margin-bottom: 28px;
  }

  .choix_alacarte .grid-item-lot .title_lot_A {
    font-size: 16px;
  }

  .choix_alacarte .grid-item-lot .price_lot_A {
    font-size: 18px;
  }

  .choix_carte_promo .video {
    padding-top: 31vw;
  }

  .video_pop.choix_carte_promo {
    background-position: center 15vw;
  }

  body .choix_carte_promo .container {
    max-width: calc(400px);
  }

  .choix_carte_promo .wrap .choix {
    max-width: unset;
  }

  .video_pop.choix_carte_promo .video {
    background-size: 52.5% auto;
  }

  .video_pop.choix_carte_promo .video h2 {
    margin-bottom: 38px;
  }

  .gform_wrapper.gravity-theme .inscription_infolettre .gfield {
    grid-column: 1/-1 !important;
  }

  body #footer-outer .one-fourths.span_3 {
    padding: 0;
    width: 50% !important;
  }

  body #footer-outer .one-fourths.span_3 {
    width: 50% !important;
  }

  body #footer-outer .widget h4,
  body #sidebar h4 {
    font-size: 20px;
  }

  html body #footer-outer {
    font-size: 12px;
  }

  .material #footer-outer #footer-widgets .col ul li {
    margin-bottom: 12px;
    margin-left: 0;
  }

  #footer-outer #copyright .col:first-child {
    width: 100%;
    text-align: center;
  }

  #footer-outer #copyright .col:last-child {
    width: 100%;
    text-align: center;
  }

  body #footer-outer #footer-widgets .col:first-child .widget_media_image {
    margin: 0 auto;
    margin: 0;
  }

  html body .petit_h3 h3,
  html body .gros_texte {
    font-size: 20px;
  }

  html body h2 br {
    display: none;
  }

  html body .tres_petit_h3.col_4_icon .vc_col-sm-3 h3 {
    font-size: 16px;
  }

  .comment_taille .img-with-aniamtion-wrap {
    width: 83%;
    margin: 0 auto;
    max-width: 250px;
  }

  .comment_taille h3 br {
    display: none;
  }

  html body .row .col .comment_taille h3 {
    margin-bottom: 17px;
  }

  html body .tres_petit_h3.comment_taille h3 {
    font-size: 20px;
  }

  html body .forfait_gazon_prix .nectar-button.small,
  html body .forfait_gazon_prix .nectar-button {
    font-size: 14px !important;
  }

  .contact_form_section .double_push_left_text > .vc_column-inner {
    padding-left: 0;
  }

  .contact_form_section.wpb_row .row-bg {
    background-position: right 82% !important;
    background-color: #163735;
    background-image: none !important;
  }

  html body .contact_infos strong {
    font-size: 19px;
  }

  body
    .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .contact_form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: 1/-1 !important;
  }

  body input[type="text"],
  body textarea,
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select,
  body .field_label_input input[type="text"],
  body .field_label_input textarea {
    height: 52px;
  }

  body .label_placeholder input[type="text"],
  body .label_placeholder textarea,
  body .label_placeholder input[type="email"],
  body .label_placeholder input[type="password"],
  body .label_placeholder input[type="tel"],
  body .label_placeholder input[type="url"],
  body .label_placeholder input[type="search"],
  body .label_placeholder input[type="date"],
  body.material.woocommerce-page[data-form-style="default"]
    .label_placeholder
    input#coupon_code,
  body .label_placeholder select {
    padding: 16px 15px 5px 14px !important;
  }

  html body[data-button-style*="slightly_rounded"] input[type="submit"] {
    height: 44px;
    font-size: 16px;
  }

  .page-template-page-contact .first-section.wpb_row > .span_12 {
    padding-bottom: 60px;
  }

  .page-template-page-contact .first-section.wpb_row > .span_12 {
    padding-top: 265px;
  }

  html
    body.material
    #slide-out-widget-area
    .mobile-only.off-canvas-menu-container
    .menu.secondary-header-items
    li,
  html
    body.material
    #slide-out-widget-area[class*="slide-out-from-right"]
    .off-canvas-menu-container
    li {
    margin-bottom: 20px;
  }

  html
    body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    li
    a {
    font-size: 22px;
  }

  .off-canvas-menu-container > .menu:first-child {
    margin-bottom: 25px;
  }

  body .woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
    padding-left: 1em !important;
    padding-right: 1em !important;
    font-size: 30px;
  }

  body .woocommerce a.button,
  body.woocommerce-page a.button {
    font-size: 16px;
    padding: 13px 33px !important;
  }

  .partager_recevez .submit_logos {
    flex-direction: column;
  }

  .partager_recevez .description {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .partager_recevez .submit_logos .logos {
    max-width: 300px;
    margin-bottom: 19px;
  }

  .partager_recevez .submit_logos .logos img {
    margin-left: 0;
  }

  .confirmation_order_refer .partager_recevez .titre_icon .texte h2 {
    font-size: 25px;
  }

  .accept_estimation.wpb_row .row-bg {
    background-size: cover;
  }

  .choix_carte_promo .step_2 {
    max-width: 100%;
  }

  .popup_ville .wrap .content {
    max-width: 87%;
  }

  html body {
    font-size: 14px;
  }

  body div[data-style="minimal"] .toggle h3 a {
    font-size: 18px;
    line-height: 1.2;
  }

  body div[data-style*="minimal"] .toggle h3 i {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  div[data-style="minimal"] .toggle h3 a {
    padding: 16px 45px 16px 0px;
  }

  html body div[data-style="minimal"] .toggle {
    margin-bottom: 15px;
  }

  body .custom_popup_traitement .row .col_left {
    padding-top: 10vw;
  }

  .video_pop .close {
    top: -1px;
    right: 6px;
  }

  html body.single-post h2 {
    font-size: 25px;
  }

  html body.single-post h3 {
    font-size: 20px;
  }

  body #search-results .result,
  .archive .post-area.masonry.span_9.material .masonry-blog-item,
  .blog .post-area.masonry.span_9.material .masonry-blog-item {
    width: 100%;
    position: relative !important;
  }

  .archive .post-area.masonry.span_9.material .masonry-blog-item,
  .blog .post-area.masonry.span_9.material .masonry-blog-item {
    margin-bottom: 18px;
  }

  .archive #sidebar.span_3 .widget_categories ul,
  .blog #sidebar.span_3 .widget_categories ul {
    flex-wrap: wrap;
  }

  .archive #sidebar.span_3 .widget_categories li,
  .blog #sidebar.span_3 .widget_categories li {
    width: 50%;
  }

  .archive #sidebar.span_3 .widget_categories li,
  .blog #sidebar.span_3 .widget_categories li:nth-child(2n - 1) {
    padding-left: 0;
  }

  html body.single-post .related-posts h3 {
    font-size: 16px;
  }

  .related-posts .cta,
  html body.material #search-results .result .inner-wrap .cta,
  .archive .post-area.masonry.span_9.material .masonry-blog-item .cta,
  .blog .post-area.masonry.span_9.material .masonry-blog-item .cta {
    font-size: 14px;
  }

  html body:not(.woocommerce-cart) .main-content .col_address th,
  html body:not(.woocommerce-cart) .main-content .col_address td,
  html body:not(.woocommerce-cart) .main-content .col_abonnement th,
  html body:not(.woocommerce-cart) .main-content .col_abonnement td {
    font-size: 16px;
  }
}

@media (max-width: 506px) {
  body .post-area.masonry .post .post-content {
    padding: 10px !important;
  }

  body #slide-out-widget-area.fullscreen .inner-wrap .inner {
    padding: 30% 0;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_3 {
    max-width: 65%;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_9 {
    max-width: 30%;
  }

  #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_bordered"]
    > a,
  body
    #header-outer[data-lhe="default"]
    #top
    nav
    > ul
    > li[class*="button_solid_color"]
    > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  html
    body:not(.woocommerce-cart)
    .main-content
    .woocommerce-checkout
    .shop_table
    td:last-child {
    width: 100%;
  }

  body
    #slide-out-widget-area
    .inner-wrap
    .inner
    .off-canvas-menu-container
    ul.menu
    li
    a {
    padding: 0 13px;
  }

  body #slide-out-widget-area .inner-wrap .inner .widget.widget_text {
    padding: 0px 14%;
  }

  html .qui_sommes_nous_banner .faq_text_banner h2 {
    font-size: 30px !important;
  }

  .mobile_w_100 .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    margin-left: 0;
    width: 300px;
    height: auto;
  }

  body #footer-outer #footer-widgets .col:nth-child(4) {
    margin-bottom: 20px;
  }

  body .full-width-section.why_paysaco .row-bg-wrap {
    left: 0;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table.woocommerce-checkout-review-order-table
    tbody
    td:first-child {
    width: 57px !important;
  }

  .table_paiement_visit > table th {
    font-size: 14px !important;
  }

  html body {
    font-size: 14px;
  }

  body .container {
    max-width: calc(300px);
  }

  .images_left_20 .hover-wrap-inner,
  .images_full_left .hover-wrap-inner,
  .images_full_left_right_13 .hover-wrap-inner {
    margin-left: calc(-50vw + 150px);
  }

  .images_full_right_left_37 .hover-wrap-inner {
    margin-right: calc(-50vw + 150px);
  }

  .simple_push_left.wpb_row > .span_12,
  .double_push_left_text > .vc_column-inner {
    padding-left: 4%;
  }

  body .iwithtext .iwt-icon {
    width: 37px;
    left: -43px;
  }

  body .large_text_icon .iwithtext .iwt-icon {
    width: 45px;
    left: -56px;
    width: 51px;
    left: -55px;
  }

  html body h1,
  html body h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  html body.single-post h3.related-title,
  body #respond h3,
  body h3#comments {
    font-size: 26px;
  }

  html body h3 {
    font-size: 25px;
  }

  html body .row .col h3 {
    margin-bottom: 23px;
  }

  body #header-outer .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  html body #top #logo img,
  body #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 29px !important;
  }

  .push_right {
    margin-right: 0;
  }

  .avantages .wpb_column > .vc_column-inner {
    padding: 51px 42px 40px 25px;
  }

  .pelouse.wpb_row > .span_12,
  .bg_graph_1d.wpb_row > .span_12 {
    padding-bottom: 248px;
  }

  .bg_graph_1d.wpb_row .row-bg {
    background-size: 107px auto !important;
    background-position: right bottom !important;
  }

  .video_pop.choix_traitement .wrap_video .choix {
    flex-direction: column;
  }

  .video_pop.choix_traitement .wrap_video .un_choix {
    width: 100%;

    max-width: 181px;
    margin: 0 auto;
  }

  .video_pop .video h2 {
    font-size: 22px;
  }

  .video_pop .close {
    top: 7px;
  }

  .video_pop.choix_traitement .wrap_video .un_choix h3 {
    font-size: 18px;
  }

  .custom_popup_traitement #steps_service_1 .row,
  .custom_popup_traitement #steps1 .row {
    flex-direction: column;
  }

  body .custom_popup_traitement .row {
    flex-direction: column;
  }

  body .custom_popup_traitement.taille_haies .col_left p {
    width: 100%;
  }

  body .custom_popup_traitement.taille_haies .col_left form {
    width: 100%;
  }

  .custom_popup_traitement #steps_service_1 .col_left,
  .custom_popup_traitement #steps1 .col_left {
    width: 86%;
    padding-bottom: 15px;
  }

  body .custom_popup_traitement.taille_haies .col_left {
    width: 100%;
    padding-right: 5.8vw;
  }

  body .custom_popup_traitement.taille_haies .row {
    background-position: 100% 107%;
    background-size: 71% auto;
  }

  body .custom_popup_traitement.taille_haies .col_right,
  .custom_popup_traitement #steps_service_1 .col_right,
  .custom_popup_traitement #steps1 .col_right {
    width: 78%;
    margin: 0 auto;
  }

  .custom_popup_traitement #steps_service_1,
  .custom_popup_traitement #steps1 {
    background-position: 40% 7vw;
    background-size: 126% auto;
  }

  .custom_popup_traitement .cta_nav {
    padding-top: 25px;
  }

  body input[type="text"],
  body textarea,
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select,
  body .field_label_input input[type="text"],
  body .field_label_input textarea {
    height: 44px;
  }

  html body[data-button-style*="slightly_rounded"] input[type="button"] {
    height: 44px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .custom_popup_traitement #steps_service_2,
  .custom_popup_traitement #steps2 {
    background-position: 105% 100%;
    background-size: 91% 91% !important;
  }

  .custom_popup_traitement #steps_service_2 .row .col_seul .wrap,
  .custom_popup_traitement #steps2 .row .col_seul .wrap {
    max-width: 79%;
  }

  .custom_popup_traitement .image_forfait figure {
    width: calc(100% / 2);
    margin-bottom: 27px;
    font-size: 12px;
  }

  .custom_popup_traitement .image_forfait figure img {
    width: 90%;
    margin: 0 auto 10px;
    max-width: 130px;
  }

  body input[type="text"],
  body textarea,
  body input[type="email"],
  body input[type="password"],
  body input[type="tel"],
  body input[type="url"],
  body input[type="search"],
  body input[type="date"],
  body.material.woocommerce-page[data-form-style="default"] input#coupon_code,
  body select {
    font-size: 14px !important;
  }

  body .custom_popup_traitement .acf-field .acf-label > label,
  body .custom_popup_traitement .row .col_left .section h4 {
    font-size: 14px;
    margin-bottom: 18px;
  }

  body .custom_popup_traitement .acf-fields .acf-field,
  body .custom_popup_traitement .row .col_left .section {
    margin-bottom: 30px;
  }

  .col_left ul.acf-radio-list li,
  .col_left ul.acf-checkbox-list li {
    padding-right: 20px;
    font-size: 14px;
  }

  .wrap_group_image .group_fields {
    width: 100%;
  }

  .wrap_group_image figure {
    width: 39%;
    max-width: 126.6px;
    margin: 0 auto;
  }

  .wrap_group_image .group_fields .field_label_input.half {
    width: 100%;
    float: none;
  }

  .wrap_group_image .group_fields .field_label_input {
    margin-bottom: 21px;
  }

  .choix_alacarte .grid-item-lot {
    width: 50%;
  }

  .choix_alacarte .grid-item-lot .title_lot_A {
    font-size: 14px;
  }

  .choix_alacarte .grid-item-lot .price_lot_A {
    font-size: 16px;
  }

  .custom_popup_traitement #picker_pa_superficie .swatch-wrapper {
    width: 47.2%;
    margin-right: 2.8;
    margin-bottom: 12px;
  }

  #picker_pa_superficie {
    display: flex;
    flex-wrap: wrap;
  }

  .custom_popup_traitement
    #picker_pa_superficie
    .swatch-wrapper
    .swatch-anchor:after {
    font-size: 4.5vw;
  }

  .choix_carte_promo .wrap .choix {
    flex-direction: column;
  }

  .choix_carte_promo .wrap .choix .un_choix {
    width: 49%;
    margin-bottom: 25px;
  }

  .choix_carte_promo .wrap .choix .un_choix img {
    max-height: 90px;
    max-width: 106px;
  }

  .choix_carte_promo .video {
    padding-top: 26vw;
    /* max-width: 300px;*/
  }

  .video_pop.choix_carte_promo {
    background-size: 426px;
  }

  html body .banner_promo h2 {
    font-size: 22px;
  }

  .double_push_left.wpb_row > .span_12 {
    padding-left: 4%;
  }

  body #footer-outer .one-fourths.span_3 {
    width: 100% !important;
    text-align: center;
  }

  html body .tres_tres_petit_h3 h3 {
    font-size: 14px;
  }

  .col_4_icon .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 45px;
  }

  .col_4_icon .vc_col-sm-3 > .vc_column-inner {
    padding-right: 0;
  }

  .col_4_icon .vc_col-sm-3 .img-with-aniamtion-wrap {
    max-width: 80%;
    margin: 0 auto;
  }

  .forfait_gazon .column_container,
  .inclu_forfait_taille .vc_col-sm-3 {
    width: 100%;
  }

  html body .tres_tres_petit_h3.forfait_gazon h3,
  html body .tres_tres_petit_h3.inclu_forfait_taille h3 {
    font-size: 18px;
  }

  html body .tres_petit_h3.comment_taille h3 {
    font-size: 18px;
  }

  .pallete_coleur .pastille,
  .choix_alacarte .grid-item-lot .the_saison .pastille {
    width: 16px;
    height: 16px;
  }

  html body .contact_infos {
    font-size: 14px;
  }

  .contact_form_section.wpb_row .row-bg {
    background-position: right 100% !important;
  }

  .woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 22px;
  }

  body .woocommerce a.button,
  body.woocommerce-page a.button {
    font-size: 14px;
    padding: 11px 27px !important;
  }

  .partager_recevez .titre_icon img {
    margin-right: 12px;
    max-width: 45px;
  }

  .confirmation_order_refer .partager_recevez .titre_icon {
    display: flex;

    align-items: flex-start;
    flex-direction: column;
  }

  .confirmation_order_refer .partager_recevez .submit_logos {
    flex-direction: column;
  }

  .accept_estimation.wpb_row .row-bg {
    background-size: cover;
  }

  .accept_estimation .hover-wrap-inner {
    margin-left: 0 !important;
    padding-left: 0;
    margin-right: -14%;
  }

  body .accept_estimation textarea {
    margin-top: -18px;
    padding-top: 18px !important;
  }

  body .accept_estimation input[type="text"],
  body .accept_estimation select {
    margin-top: -40px;
    padding-top: 12px !important;
    margin-bottom: 20px !important;
  }

  html body[data-button-style*="slightly_rounded"] .choix_carte_promo button {
    font-size: 14px !important;
    padding: 10px 22px;
    min-width: 153px;
  }

  .popup_ville .wrap .villes .ville li {
    width: 49%;
  }

  body #footer-outer #footer-widgets .col:first-child .widget_media_image {
    margin: 0 auto;
  }

  .partager_recevez .description {
    font-size: 20px;
  }

  body .gens-referral_share__email input[type="email"],
  body .gens-referral_share__email input[type="text"] {
    maxwidth: 96%;
  }

  body .gens-referral_share__email input[type="email"] {
    margin-bottom: 5px;
  }

  body .gens-referral_stats > div {
    width: 100%;
  }

  #steps_service_4 .autre_forfait,
  #steps4 .autre_forfait {
    text-align: right;
    margin-top: -20px;
  }

  html
    body:not(.woocommerce-cart)
    .main-content
    .shop_table
    tfoot
    tr:last-child
    .woocommerce-Price-amount {
    font-size: 28px;
  }

  html body.single-post h2 {
    font-size: 20px;
  }

  html body.single-post h3 {
    font-size: 16px;
  }

  body #search-results .result,
  body .masonry-blog-item {
    width: 100% !important;
  }

  body .related-posts.columns-3 .span_4 {
    margin-right: 0;
    width: 100%;
  }

  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-first,
  .woocommerce-page
    form
    .wc-authorize-net-cim-credit-card-new-payment-method-form
    .form-row-last {
    width: 100%;
  }

  html body:not(.woocommerce-cart) .main-content .col_address th,
  html body:not(.woocommerce-cart) .main-content .col_address td,
  html body:not(.woocommerce-cart) .main-content .col_abonnement th,
  html body:not(.woocommerce-cart) .main-content .col_abonnement td {
    font-size: 14px;
  }

  html body .woocommerce-MyAccount-content .col_abonnement h2,
  html body .woocommerce-MyAccount-content .col_address h2,
  html body .woocommerce-MyAccount-content .col_abonnement h3,
  html body .woocommerce-MyAccount-content .col_address h3 {
    font-size: 22px;
  }

  html body .woocommerce-MyAccount-content h2 {
    margin-bottom: 9px !important;
  }
}

@media (max-width: 407px) {
  body #slide-out-widget-area.fullscreen .inner-wrap .inner {
    padding: 30% 0;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_3 {
    max-width: 56%;
  }

  #header-outer.side-widget-open #top .container > .row .col.span_9 {
    max-width: 30%;
  }
}

#nyp-minimum-price-1 {
  display: none;
}

body:has(.loginPop),
html:has(.loginPop) {
  overflow: hidden;
}

.loginPop {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.loginPop-content {
  position: relative;
  width: 100%;
  max-width: 720px;
  background: linear-gradient(109deg, #1b4b40 -14.88%, #0b101f 129.47%);
}

html body a.loginPop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  border: none;
  background-color: transparent;
  padding: 0 !important;
  min-width: 0;
}

.loginPop-close svg {
  fill: #eef4e6;
}

.loginPop form input::placeholder {
  color: #a2b8a4;
  font-weight: 600;
  font-size: 12px;
}
.loginPop form input {
  border: 1px solid #e6e1dd;
}

.loginPop .form-container {
  display: none;
}

.loginPop .form-container.active {
  display: block;
}

.loginPop form button {
  width: 100%;
}

.loginPop .loginPop-signin,
.loginPop .loginPop-register {
  padding: 30px;
}

.message-error-password {
  color: red;
  font-size: 12px;
}

@media (min-width: 768px) {
  .loginPop .register-top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;

    > p {
      flex: 1 1 50%;
    }
  }

  .loginPop .loginPop-signin {
    background: url(//www.paysaco.com/wp-content/themes/redboxmedia/images/back-register.webp) no-repeat center right /
      contain;
    padding: 60px 90px;
  }

  .loginPop .loginPop-register {
    padding: 60px 90px;
  }

  .loginPop .loginPop-signin form {
    max-width: 280px;
  }
}

.loginPop .loginPop-signin button {
  margin-top: 40px;
}

.loginPop .loginPop-signin .lost_password {
  text-align: center;
}

.loginPop .loginPop-signin p:has(> button[type="submit"]) {
  padding-bottom: 8px;
}

.loginPop .loginPop-signin .lost_password a {
  color: #e6e1dd;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.loginPop h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 107.692%;
  margin-bottom: 10px;
}

.loginPop .registered {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.loginPop .registered button {
  margin-top: 0;
}

.loginPop .toggleForm {
  background-color: transparent;
  padding: 0 !important;
  color: #fff;
  font-size: inherit;
  text-decoration: underline;
  border: 0;
  display: inline;
  min-width: 0 !important;
  width: auto;
}

.loginPop-notice li {
  color: #fff;
}

.loginPop-notice li a {
  color: #fff;
  text-decoration: underline;
}
.bg-jungle {
  background: linear-gradient(109deg, #1b4b40 -14.88%, #0b101f 129.47%);
}

.bg-jungle .container {
  margin: 0 auto !important;
}

.bg-jungle p {
  color: #fff !important;
}

.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
  display: none !important;
}

ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
  margin-left: 0;
}

.variation-Adressedeservice {
  padding-left: 0;
}

.woocommerce-billing-fields__field-wrapper > h3,
.woocommerce-additional-fields > h3 {
    font-size: 22px !important;
}