/* 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;
}
