/* 35238 */
.node-type-gabarit-promo .promo-head {
  background-repeat: repeat-x;
}

.node-type-gabarit-promo .promo-bandeau {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
          box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
/* /35238 */



/* 35218 */
.node-homepage section:first-child {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .node-homepage section:first-child {
    margin-top: -55px;
  }
}

.jumbo-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left top, left bottom, from(#a4c934), to(#6cb644));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 100%), -webkit-linear-gradient(top, #a4c934 0%, #6cb644 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 100%), -o-linear-gradient(top, #a4c934 0%, #6cb644 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #6cb644 100%);
  position: relative;
  margin: 0 !important;
  z-index: 0;
}
@media screen and (min-width: 1170px) {
  .jumbo-wrapper {
    height: 75vh;
  }
}

.jumbo {
  height: 100%;
}

.jumbo__slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.jumbo__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (min-width: 992px) {
  .jumbo__cols {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.jumbo__col {
  height: 100%;
  width: 100%;
}

.jumbo__col--left {
  height: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.jumbo__col--right {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 480px) {
  .jumbo__col--left {
    height: 400px;
  }
}

@media screen and (min-width: 480px) {
  .jumbo__col--right {
    height: 250px;
  }
}

@media screen and (min-width: 768px) {
  .jumbo__col--right {
    height: 350px;
  }
}

@media screen and (min-width: 992px) {
  .jumbo__col--left {
    max-width: 40%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .jumbo__col--right {
    height: 100%;
    max-width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
  .jumbo__col--left {
    height: 550px;
  }
}

.jumbo__inner {
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  .jumbo__inner {
    max-width: calc(100% - 55px);
  }
}
@media screen and (min-width: 1170px) {
  .jumbo__inner {
    margin-left: auto;
    margin-right: 0;
    max-width: 420px; /* 1170px / 3 + paddings */
    padding-right: 30px;
  }
}

.jumbo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 2em;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  .jumbo__content {
    padding-left: 3em;
  }
}
@media screen and (min-width: 1024px) {
  .jumbo__content {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1170px) {
  .jumbo__content {
    margin-bottom: 2em;
    min-height: 600px;
    padding: 0;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1245px) {
  .jumbo__content {
    padding-left: 3em;
  }
}


.jumbo__heading {
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.jumbo__snippet {
  font-size: 14px;
  line-height: 1.5;
}

.jumbo__cta {
  background: white;
  color: #6cb644;
  height: auto;
  line-height: 1.2;
  margin: 1em auto;
  padding: .85em 2em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .jumbo__heading {
    font-size: 32px;
  }

  .jumbo__snippet {
    font-size: 16px;
  }

  .jumbo__cta {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1170px) {
  .jumbo__heading {
    line-height: 40px;
  }
}


.jumbo-controls {
  height: 200px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbo-controls {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .jumbo-controls {
    height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .jumbo-controls {
    position: static;
    height: auto;
    width: auto;
  }
}

.jumbo-control {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid white;
  border-radius: 4px;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  text-indent: -9999em;
  width: 40px;
  z-index: 499;
}
@media screen and (min-width: 1170px) {
  .jumbo-control {
    height: 60px;
    width: 60px;
  }
}

.jumbo-control:hover {
  background-color: white;
}

.jumbo-control--prev {
  background-image: url(../images/svg/i-left-arrow-white.svg);
  left: 1em;
}

.jumbo-control--prev:hover {
  background-image: url(../images/svg/i-left-arrow-black.svg);
}

.jumbo-control--next {
  background-image: url(../images/svg/i-right-arrow-white.svg);
  right: 1em;
}

.jumbo-control--next:hover {
  background-image: url(../images/svg/i-right-arrow-black.svg);
}
/* /35218 */



/* 36486 */
.product-hint {
  color: #a9a9a9;
  display: flex;
  align-items: center;
  font-size: .9em;
  line-height: 1.4;
}

.product-hint-icon {
  color: #81cbe8;
  font-size: 1.5em;
  max-width: 25px;
  min-width: 25px;
  width: 100%;
}

.product-hint-text {
  margin-right: .5em;
}
/* /36486 */


/* https://help.advisa.fr/ticket/38102 */
.field-name-field-consent-box-register .form-type-checkboxes > label {
  display: none;
}
#user-profile-form .field-name-field-consent-text {
  display: none;
}
.info-droit {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 20px;
}
.info-droit a {
  text-decoration: underline;
}

/* #38870 */
.intro {
  padding-bottom: 20px;
}
.page-user-contact #edit-submitted-votre-message{
  padding-bottom: 20px;
}

.page-user-contact .form-actions{
  padding-top: 20px;
}
.page-user-contact .form-actions input.webform-submit{
  margin: 0 auto;
}



/*************************************/
/* Styles formulaire promo-printemps */
/*************************************/
.webform-component--preuves-achat,
.webform-component--information-bancaire {
  margin: 20px 0;
  min-height: 30px;
}
.webform-component--consentement {
  margin-top: 20px;
}

.node-webform input[type=submit].ajax-processed,
  .node-webform .form-managed-file input[type=submit] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: auto;
  min-width: auto;

  margin: 10px 0;
  padding: 10px 30px;
}

.webform-component-file {
  margin: 20px 0;
}

.webform-component--preuves_dachat .sticky-enabled.tabledrag-processed {
  width: 100%;
}
.webform-component--preuves_dachat > legend {
  display: none;
}
.webform-component--preuves_dachat .tabledrag-toggle-weight-wrapper {
  display: none;
}

.form-item.webform-component.webform-component-multiple-file,
.form-item.webform-component.webform-component-file {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  padding: 6px 22px 6px 9px;
}

.node-webform .ajax-new-content.draggable a {
  display: none;
}



.promo-printemps .fieldset-description {
    background: white;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.57143;
    margin: 1rem auto;
    max-width: 670px;
    position: relative;
    padding: 1rem;
    width: 100%;
}
.promo-printemps .fieldset-description {
  border-bottom-color: #e50104;
}
.promo-printemps .fieldset-description {
  display: none !important;
}

.promo-printemps .webform-component--preuves-achat--col-left,
.promo-printemps .webform-component--information-bancaire--col-left-b {
  padding-top: 20px;
}

div.messages.status.printemps::before {
  background-image: url(../images/2020spring-2x.png);
}
div.messages.status.printemps::before {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 80px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin-right: 1rem;

}
div.messages.status.printemps {
  border-bottom: 2px solid #00a3bf;
  font-weight: bold;
  margin-top: 0;
}


.submission-title {
  margin: 20px 0;
  font-size: 36px;
}

.submission-title + .webform-confirmation {
  height: 60px;
}

.webform-confirmation + div.links a {
  background-color: #e50005 !important;
  color: #fff !important;
  padding: 10px !important;
}
.webform-confirmation + div.links a span {
  background-color: #e50005 !important;
}


/* https://help.advisa.fr/ticket/39280 */
#edit-submitted-consentement label:after {
  content: "*";
  display: inline-block;
  height: 25px;
  width: 10px;
  color: #db3e33;
  font-weight: bold;
}

/* #39329 */
@media screen and (max-width: 767px) {
  #page-revendeur #map-canvas,
  .page-checkout-shipping #map-canvas {
    height: 80vh;
  }
}
body #page-revendeur #map-canvas .content-bulle,
body .page-checkout-shipping #map-canvas .content-bulle {
  padding: 10px 15px 0 15px;
  height: 160px;
}
body .gm-style div div div div div div div div {
  border-bottom: 4px solid #ffed00;
}
body #page-revendeur #map-canvas .content-bulle p,
body .page-checkout-shipping #map-canvas .content-bulle p {
  margin-bottom: 0.5rem;
}

/* #39510 */
.ajax-shopping-cart-wrapper__content{
  max-height: 560px;
  overflow: auto;
}
