.ui-dialog {
  position: relative;
  top: inherit;
  border: none;
}
.ui-dialog .ui-dialog-content {
  position: absolute;
  border: 0.1rem solid #e7e7e7;
  padding: 2rem;
  background: #FFFFFF;
  /* overflow: inherit; remove for the scroll from menu */
}

.ui-widget {
  font-family: Lato;
}

.ui-widget.ui-widget-content {
  border: inherit;
}

.page-wrapper > .breadcrumbs {
  /* margin-bottom: 0; fait bugger la fiche produit */
}

/** popin */
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  /* max-height: inherit; fait bugger la popin d ajout au panier */
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .ui-dialog {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ui-dialog .ui-dialog-content {
    position: absolute;
    border: none;
    padding: 0;
  }

  .header .block-customer-login-content {
    border: 0.1rem solid #e7e7e7;
    padding: 2rem;
  }

  .breadcrumbs + .page-main {
    padding-top: 0;
  }

  /** popin */
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
  }
}
/* yellow */
/* ivory */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* orange */
/* title red */
/* title purple */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Animation partial */
.ssc-square, .ssc-head-line, .ssc-line, .ssc-circle {
  position: relative;
  overflow: hidden;
}
.ssc-square:after, .ssc-head-line:after, .ssc-line:after, .ssc-circle:after {
  content: "";
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/** Main class */
.ssc {
  cursor: progress;
  user-select: none;
}

/** Helpers classes */
.ssc .mb {
  margin-bottom: 16px;
}
.ssc .mt {
  margin-top: 16px;
}
.ssc .mr {
  margin-right: 16px;
}
.ssc .ml {
  margin-left: 16px;
}
.ssc .mbs {
  margin-bottom: 8px;
}
.ssc .mts {
  margin-top: 8px;
}
.ssc .mrs {
  margin-right: 8px;
}
.ssc .mls {
  margin-left: 8px;
}
.ssc .w-10 {
  width: 10%;
}
.ssc .w-20 {
  width: 20%;
}
.ssc .w-30 {
  width: 30%;
}
.ssc .w-40 {
  width: 40%;
}
.ssc .w-50 {
  width: 50%;
}
.ssc .w-60 {
  width: 60%;
}
.ssc .w-70 {
  width: 70%;
}
.ssc .w-80 {
  width: 80%;
}
.ssc .w-90 {
  width: 90%;
}
.ssc .w-100 {
  width: 100%;
}
.ssc .flex {
  display: flex;
}
.ssc .inline-flex {
  display: inline-flex;
}
.ssc .align-center {
  align-items: center;
}
.ssc .align-start {
  align-items: flex-start;
}
.ssc .align-end {
  align-items: flex-end;
}
.ssc .align-stretch {
  align-items: stretch;
}
.ssc .justify-start {
  justify-content: start;
}
.ssc .justify-end {
  justify-content: end;
}
.ssc .justify-between {
  justify-content: space-between;
}
.ssc .justify-center {
  justify-content: center;
}
.ssc .justify-around {
  justify-content: space-around;
}

/** Wrapper class */
.ssc-wrapper {
  padding: 16px;
}

/* Figures, Objects */
.ssc-card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}

.ssc-circle {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.ssc-hr {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  height: 2px;
}

.ssc-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  margin-bottom: 8px;
  width: 100%;
  height: 12px;
}
.ssc-line:last-child {
  margin-bottom: unset;
}

.ssc-head-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  width: 100%;
  height: 24px;
}

.ssc-square {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 150px;
}

.section-bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 6rem;
  background: #FFEC00;
}
.section-bottom:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -25px;
  bottom: 0;
  transform-origin: 100% 100%;
  width: 150%;
}
.section-bottom.up:after {
  transform: rotate(-2deg);
}
.section-bottom.down:after {
  bottom: -80px;
  transform: rotate(3deg);
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .section-bottom {
    height: 3rem;
  }
}
.animate-pic {
  position: absolute;
  z-index: 2;
}
.animate-pic img {
  width: 80%;
}

.animate-pic-0 {
  top: 0rem;
  left: 3%;
}

.animate-pic-1 {
  top: 15rem;
  left: 4%;
}

.animate-pic-2 {
  top: 5rem;
  left: 10%;
}

.animate-pic-3 {
  top: 0rem;
  right: 11%;
}

.animate-pic-4 {
  top: 1rem;
  right: 0;
}

.animate-pic-5 {
  top: 15rem;
  right: 6%;
}

.animate-leaf-02 {
  top: 5rem;
  left: 5%;
}

.animate-abc {
  top: 8rem;
  left: 12%;
}

.animate-leaf-03 {
  bottom: 13rem;
  left: 3%;
}

.animate-books {
  bottom: 0rem;
  left: 3%;
}

.animate-leaf-01 {
  top: 7rem;
  right: 13%;
}

.animate-123 {
  top: 1rem;
  right: 2%;
}

.animate-ruler {
  bottom: 16rem;
  right: 6%;
}

.animate-atom {
  bottom: 9rem;
  right: 5%;
}

.animate-vial {
  bottom: 5.55rem;
  right: -1rem;
}

.animate-ball {
  bottom: -1.15rem;
  right: 23%;
}

/* -------------- christmas -------------- */
.animate-bell {
  top: 10%;
  left: 7%;
}

.animate-star-01 {
  top: 8rem;
  left: 16%;
}

.animate-xmas-ornament {
  top: 22rem;
  left: 13%;
}

.animate-branch {
  top: 0rem;
  right: 17%;
  width: 7rem;
}

.animate-star-02 {
  top: 9rem;
  right: 15%;
}

.animate-star-03 {
  bottom: 4rem;
  right: 45%;
}

.animate-barley-sugar {
  top: 0rem;
  right: 0%;
}

/*******************************************/
@media only screen and (max-width: 1024px) {
  .animate-leaf-02,
.animate-leaf-01 {
    display: none;
  }

  .animate-abc {
    left: 4%;
  }

  /* -------------- christmas -------------- */
  .animate-bell {
    top: 6%;
    left: 0;
  }

  .animate-star-01 {
    top: 10rem;
    left: 10%;
  }

  .animate-xmas-ornament {
    top: 23rem;
    left: 5%;
  }

  .animate-branch {
    right: 9%;
  }

  .animate-star-02 {
    top: 13rem;
    right: 8%;
  }

  .animate-bell {
    top: 6%;
    left: 0;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .animate-pic-0 {
    top: 7rem;
  }

  .animate-pic-2 {
    display: none;
  }

  .animate-pic-3 {
    display: none;
  }

  .animate-pic-4 {
    top: 7rem;
  }

  .animate-123 {
    display: none;
  }

  .animate-abc {
    top: 10rem;
    left: 0;
  }

  .animate-ruler {
    bottom: 22rem;
  }

  .animate-atom {
    bottom: 13rem;
    right: 7%;
  }

  /* -------------- christmas -------------- */
  .animate-bell,
.animate-barley-sugar {
    display: none;
  }
}
/*******************************************/
/*******************************************/
@media only screen and (max-width: 767px) {
  .animate-pic {
    display: none;
  }
  .animate-pic.animate-xmas-ornament {
    display: block;
    left: 0;
  }
  .animate-pic.animate-branch {
    display: block;
    right: -1rem;
    top: 17rem;
  }
  .animate-pic.animate-star-03 {
    display: block;
  }
}
/*******************************************/
/*******************************************/
.icon-dl {
  background: transparent url("../img/sprite-icon-dl.png") no-repeat -38px 0;
  width: 2.5rem;
  height: 2rem;
  display: inline-block;
  vertical-align: text-bottom;
}

.pink:hover .icon-dl {
  background-position: -76px 0;
}
.pink .icon-dl {
  background-position: 3px 0;
}

.top-with-fts {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto 2rem;
  padding: 1rem 0;
  overflow: hidden;
}
.top-with-fts .cta {
  background-color: #FF6464;
  border: 3px solid #FF6464;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.top-with-fts .cta:hover, .top-with-fts .cta.on {
  background-color: #FFFFFF;
  border-color: #FF6464;
  color: #FF6464 !important;
}
.top-with-fts .cta {
  padding: 12px 15px;
}
.top-with-fts .cta.dl {
  min-width: 21rem;
}
.top-with-fts .bg-white {
  background: #FFFFFF;
}
.top-with-fts .overline {
  background: transparent url("../img/overline.png") no-repeat center center;
  padding: 0.5rem 0.5rem;
}
.top-with-fts .overline-small {
  background: transparent url("../img/overline-small.png") no-repeat center center;
  padding: 0.5rem 0.5rem;
}
.top-with-fts .last-word-quote {
  position: relative;
}
.top-with-fts .last-word-quote:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: -2.5rem;
  width: 2rem;
  height: 3rem;
  background: transparent url("../img/quote/pic-quote-black-3-right.png") no-repeat 0 0;
}
.top-with-fts .decoration {
  display: none;
}
.top-with-fts .banner .left {
  margin: 0 auto 1.5rem;
  padding: 1rem 0 0;
}
.top-with-fts .banner .middle .content {
  margin: 0 1rem;
}
.top-with-fts .banner .middle .content .title, .top-with-fts .banner .middle .content .description {
  text-align: left;
}
.top-with-fts .banner .middle .content .title {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.top-with-fts .banner .middle .content .description {
  margin: 0 0 2rem 0.5rem;
  line-height: 1.9rem;
}
.top-with-fts .banner .middle .content .actions {
  display: flex;
  flex-direction: column;
}
.top-with-fts .banner .middle .content .actions .and-more,
.top-with-fts .banner .middle .content .actions .is-free {
  font-family: "DK Bocadillo";
  letter-spacing: 1px;
  padding: 0rem;
  transform: rotate(-4deg);
}
.top-with-fts .banner .middle .content .actions .and-more .text,
.top-with-fts .banner .middle .content .actions .is-free .text {
  position: relative;
}
.top-with-fts .banner .middle .content .actions .and-more .text:before,
.top-with-fts .banner .middle .content .actions .is-free .text:before {
  display: block;
  content: " ";
  position: absolute;
  background: transparent url("../img/icon-arrow-curv-01.png") no-repeat 0 0;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  left: -2.5rem;
}
.top-with-fts .banner .middle .content .actions .and-more {
  margin: 1.5rem 0 0;
}
.top-with-fts .banner .middle .content .actions .and-more .text {
  margin: 0 0 0 -4rem;
}
.top-with-fts .banner .middle .content .actions .is-free {
  margin: 1rem 0 0;
}
.top-with-fts .banner .middle .content .actions .is-free .text {
  margin: 0 0 0 15rem;
}
.top-with-fts .banner .middle .content .actions .is-free .text:before {
  background-image: url("../img/icon-arrow-curv-02.png");
  left: 35%;
  top: -2rem;
  transform: rotate(-105deg);
}
.top-with-fts .banner .right {
  display: none;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  .top-with-fts {
    max-width: 128rem;
  }
  .top-with-fts .last-word-quote::after {
    top: -1.3rem;
    right: -2rem;
    transform: rotate(-45deg);
  }
  .top-with-fts .decoration {
    display: block;
    position: absolute;
  }
  .top-with-fts .decoration.icon-glasses {
    top: -1rem;
    left: -1rem;
    z-index: 2;
  }
  .top-with-fts .decoration.icon-bubble {
    top: -1.6rem;
    left: 48%;
  }
  .top-with-fts .banner {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }
  .top-with-fts .banner .left {
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .top-with-fts .banner .left .img {
    margin: 0rem 0 0;
  }
  .top-with-fts .banner .middle {
    margin: 0 auto 1rem;
  }
  .top-with-fts .banner .middle .content .title {
    position: relative;
  }
  .top-with-fts .banner .middle .content .title:before {
    background: transparent url("../img/separator-curv.png") no-repeat center center;
    display: block;
    content: " ";
    max-width: 34.5rem;
    height: 6rem;
    position: absolute;
    left: -34.5rem;
    top: -2.5rem;
    width: 100%;
  }
  .top-with-fts .banner .middle .content .title, .top-with-fts .banner .middle .content .description {
    max-width: 50rem;
  }
  .top-with-fts .banner .middle .content .actions {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .top-with-fts .banner .middle .content .actions .and-more {
    order: 1;
    margin: 0;
  }
  .top-with-fts .banner .middle .content .actions .and-more .text {
    margin: 0 3rem 0 auto;
  }
  .top-with-fts .banner .middle .content .actions .and-more .text:before {
    top: inherit;
    left: inherit;
    right: -1.5rem;
    bottom: -2rem;
    transform: rotate(-20deg);
  }
  .top-with-fts .banner .middle .content .actions .btn {
    order: 2;
  }
  .top-with-fts .banner .middle .content .actions .is-free {
    order: 3;
    margin: 0 auto 0 3rem;
  }
  .top-with-fts .banner .middle .content .actions .is-free .text {
    margin: 0;
  }
  .top-with-fts .banner .middle .content .actions .is-free .text:before {
    background-image: url("../img/activites-a-faire-chez-soi/icon-arrow-curv-01.png");
    left: -2rem;
    top: 0.5rem;
    transform: rotate(-45deg);
  }
  .top-with-fts .banner .right {
    display: none;
  }
}
/*******************************************/
@media only screen and (min-width: 1024px) {
  .top-with-fts .banner .left {
    margin: 0 auto;
  }
  .top-with-fts .banner .right {
    margin: 0 auto;
    display: block;
  }
}
.activites-a-faire-chez-soi .bloc-top {
  position: relative;
  overflow: hidden;
  margin: 0 0 1rem 0;
  background: #FFEC00;
}
.activites-a-faire-chez-soi .bloc-top .banner {
  border: 1px solid red;
}
.activites-a-faire-chez-soi .bloc-top .title {
  margin: 0rem 0 0rem 0;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  background: #FFEC00;
}
.activites-a-faire-chez-soi .bloc-top .title h3 {
  margin: 3rem auto 1rem;
  padding: 0 3rem;
  font-size: 3.5rem;
}
.activites-a-faire-chez-soi .bloc-top .title h3 span {
  z-index: 2;
  position: relative;
}
.activites-a-faire-chez-soi .bloc-top .title h3 span::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.activites-a-faire-chez-soi .bloc-top .title h3 span::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat -35px 0;
  width: 5rem;
  height: 3.5rem;
  position: absolute;
}
.activites-a-faire-chez-soi .bloc-top .title h3 span::before {
  top: -2rem;
  left: -3rem;
}
.activites-a-faire-chez-soi .bloc-top .title h3 span::after {
  bottom: -2rem;
  right: -4.5rem;
}
.activites-a-faire-chez-soi .bloc-top .baseline {
  font-style: italic;
  font-size: 2.2rem;
  margin: 0 auto 1.5rem;
}
.activites-a-faire-chez-soi .bloc-top .content {
  position: relative;
  z-index: 2;
  margin: 0rem auto 2rem;
  width: 60%;
  text-align: justify;
  font-size: 1.7rem;
  overflow: hidden;
}
.activites-a-faire-chez-soi .bloc-top .content .quote-yellow {
  z-index: 2;
}
.activites-a-faire-chez-soi .bloc-top .content .quote-yellow::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-yellow-medium.png") no-repeat 0 0;
  width: 4.3rem;
  height: 2.7rem;
  position: absolute;
}
.activites-a-faire-chez-soi .bloc-top .content .quote-yellow::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-yellow-medium.png") no-repeat 0px 0;
  width: 4.3rem;
  height: 2.7rem;
  position: absolute;
}
.activites-a-faire-chez-soi .bloc-top .content .quote-yellow::before {
  top: -0.8rem;
  left: -5rem;
}
.activites-a-faire-chez-soi .bloc-top .content .quote-yellow::after {
  bottom: -0.8rem;
  right: -4.8rem;
  transform: rotate(180deg);
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .activites-a-faire-chez-soi .bloc-top .content {
    width: 80%;
  }
  .activites-a-faire-chez-soi .animation-top {
    display: none;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .activites-a-faire-chez-soi .bloc-top .content {
    width: 75%;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .activites-a-faire-chez-soi .bloc-top .title h3 {
    font-size: 2.6rem;
    padding: 0 4rem;
  }
  .activites-a-faire-chez-soi .bloc-top .content {
    width: 90%;
    font-size: 1.5rem;
  }
}
.activities {
  position: relative;
  margin: 0rem 0 0 0;
}
.activities h2 {
  margin: 1rem 0 6rem 0;
}
.activities .header {
  padding: 1rem 0 0 0;
  background: #EAF2F5;
}
.activities .header .title {
  font-size: 2.9rem;
  padding: 0 1rem;
  margin: 2rem 0 3rem;
}
.activities .header .content {
  font-size: 2.5rem;
  width: 50%;
  margin: 0 auto;
}
.activities .header .content .text {
  margin: 0 auto 3rem;
  padding: 0 1rem;
}
.activities .header .content .picture {
  margin: 0rem auto 1rem;
}
.activities .header .content .quote-left {
  position: relative;
  z-index: 2;
}
.activities .header .content .quote-left::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.activities .header .content .quote-left::before {
  top: -2rem;
  left: -2.5rem;
}
.activities .header .content .quote-right {
  position: relative;
  z-index: 2;
}
.activities .header .content .quote-right::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat -35px 0;
  width: 4.5rem;
  height: 3.5rem;
  position: absolute;
}
.activities .header .content .quote-right::after {
  bottom: -2.5rem;
  right: -4rem;
}
.activities .items-wrapper {
  position: relative;
}
.activities .items-wrapper .section-bottom {
  width: 100%;
  position: absolute;
}
.activities .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 75%;
  /* overflow: hidden; */
}
.activities .items .item {
  position: relative;
  width: 29%;
  flex-basis: 29%;
  margin: 0px 6% 4rem 0;
  float: left;
  box-shadow: 0px 0px 15px -5px #606060;
}
.activities .items .item:hover {
  cursor: pointer;
}
.activities .items .item:nth-child(3n) {
  margin-right: 0;
}
.activities .items .item .picture {
  position: relative;
}
.activities .items .item .picture img {
  width: 100%;
}
.activities .items .item .content {
  text-align: left;
}
.activities .items .item .content .row-top, .activities .items .item .content .row-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activities .items .item .content .row-top {
  margin: 0.8rem 0 2rem 0;
}
.activities .items .item .content .row-top .title {
  margin: 0 0 0 1rem;
  padding: 0 0.5rem 0 0.5rem;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  border-left: 0.3rem solid #FFEC00;
  min-height: 3.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  width: 80%;
}
.activities .items .item .content .row-top .title .time {
  padding: 0 0.6rem;
  background: #FFEC00;
  font-size: 1.5rem;
}
.activities .items .item .content .row-bottom {
  padding: 0 1rem 0 1rem;
  margin: 0 0 2rem;
}
.activities .items .item .content .row-bottom .type-activity {
  flex-basis: 63%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-style: italic;
}
.activities .items .item .content .row-bottom .age {
  flex-basis: 36%;
  font-size: 1.4rem;
}
.activities .items .item.abo {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.activities .items .item.abo .picture {
  position: relative;
  margin: 0 auto 2rem;
}
.activities .items .item.abo .picture .bg-vard-yellow {
  position: relative;
}
.activities .items .item.abo .picture .image {
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.activities .items div:last-child {
  margin-right: 0;
}
.activities .actions {
  margin: 0 auto 2rem;
}
.activities .actions .cta {
  background-color: #FF6464;
  border: 3px solid #FF6464;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.activities .actions .cta:hover, .activities .actions .cta.on {
  background-color: #FFFFFF;
  border-color: #FF6464;
  color: #FF6464 !important;
}
.activities .credits {
  text-align: left;
  max-width: 85%;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1rem;
}
.activities .credits p {
  margin-bottom: 0;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .activities .items {
    max-width: 92%;
  }
  .activities .items .item .content .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .activities .header .content {
    width: 90%;
  }
  .activities .items {
    max-width: 95%;
  }
  .activities .items .item .content .row-bottom {
    padding: 0 0.3rem 0 0.5rem;
  }
  .activities .items .item .content .row-bottom .type-activity,
.activities .items .item .content .row-bottom .age {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .activities .items .item .content .row-bottom .type-activity {
    flex-basis: 60%;
  }
  .activities .items .item .content .row-bottom .age {
    flex-basis: 40%;
  }
  .activities .items .item .content .row-top .title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .activities .items .item .content .row-top .title .time {
    padding: 0.2rem 0.6rem;
    font-size: 1.3rem;
  }
  .activities .items .item.abo .action .cta {
    margin: 0 auto;
    min-width: inherit;
  }
  .activities .credits {
    max-width: 85%;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .activities .items .item .content .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .activities .credits {
    max-width: 90%;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .activities {
    margin: 0rem 0rem 2rem;
  }
  .activities .header .content .text br {
    display: none;
  }
  .activities .items .item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 2% 0;
  }
  .activities .items .item:nth-child(2n) {
    margin-right: 0;
  }
  .activities .items .item:nth-child(3n) {
    margin-right: 0;
  }
  .activities .items .item.abo .action .cta {
    min-width: 15rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .activities .items {
    max-width: 80%;
  }
  .activities .items .item {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 2rem 0;
  }
  .activities .items .item .content .age {
    font-size: 1.1rem;
  }
  .activities .items .item .content .title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .activities .actions .cta {
    font-size: 1.3rem;
    padding: 1.5rem 1.3rem;
  }
  .activities .credits {
    max-width: 100%;
    padding: 0 1rem;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .activities {
    margin: 0rem 0rem 4rem;
  }
  .activities .items .item {
    position: relative;
  }
  .activities .items .item .content .age {
    top: 70%;
  }
  .activities .items .item .content .title {
    font-size: 1.1rem;
  }
  .activities .items .item .content .title p.on::after {
    display: none;
  }
  .activities .items .item .content .title p a {
    padding: 0.5rem 0.5rem;
  }
}
.activites-a-faire-chez-soi .type-media {
  background: #FFEC00;
  background-position: center center;
  background-repeat: no-repeat;
  width: 5rem;
  height: 3.5rem;
}
.activites-a-faire-chez-soi .type-media.video {
  background-image: url("../img/pic-player.png");
}
.activites-a-faire-chez-soi .type-media.podcast {
  background-image: url("../img/pic-player.png");
}
.activites-a-faire-chez-soi .type-media.audio {
  background-image: url("../img/pic-player.png");
}
.activites-a-faire-chez-soi .type-media.spotify {
  background-image: url("../img/pic-player.png");
}
.activites-a-faire-chez-soi .type-media.youtube {
  background-image: url("../img/pic-player.png");
}
.activites-a-faire-chez-soi .type-media.link {
  background-image: url("../img/pic-download-file.png");
}
.activites-a-faire-chez-soi .type-activity {
  padding: 0.5rem 0 0.5rem 3.8rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.activites-a-faire-chez-soi .type-activity.diy {
  background-image: url("../img/pic-paint.png");
}
.activites-a-faire-chez-soi .type-activity.advice {
  background-image: url("../img/pic-phylactery.png");
}
.activites-a-faire-chez-soi .type-activity.recipe {
  background-image: url("../img/pic-pizza.png");
}
.activites-a-faire-chez-soi .age {
  padding: 0.5rem 0 0.5rem 3.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/pic-child.png");
}

.modal-popup.bc-popin-modal-podcast, .modal-popup.bc-popin-modal-video, .modal-popup.bc-popin-modal-audio, .modal-popup.bc-popin-modal-spotify, .modal-popup.bc-popin-modal-youtube {
  text-align: center !important;
  margin: auto;
  width: 55%;
}
.modal-popup.bc-popin-modal-podcast .action-close, .modal-popup.bc-popin-modal-video .action-close, .modal-popup.bc-popin-modal-audio .action-close, .modal-popup.bc-popin-modal-spotify .action-close, .modal-popup.bc-popin-modal-youtube .action-close {
  padding: 2%;
}
.modal-popup.bc-popin-modal-podcast .modal-header, .modal-popup.bc-popin-modal-video .modal-header, .modal-popup.bc-popin-modal-audio .modal-header, .modal-popup.bc-popin-modal-spotify .modal-header, .modal-popup.bc-popin-modal-youtube .modal-header {
  padding: 2rem 0;
}
.modal-popup.bc-popin-modal-podcast .modal-header .modal-title, .modal-popup.bc-popin-modal-video .modal-header .modal-title, .modal-popup.bc-popin-modal-audio .modal-header .modal-title, .modal-popup.bc-popin-modal-spotify .modal-header .modal-title, .modal-popup.bc-popin-modal-youtube .modal-header .modal-title {
  padding: 1rem 0rem 1rem;
  width: 90%;
  margin: 0 auto;
}
.modal-popup.bc-popin-modal-podcast .description, .modal-popup.bc-popin-modal-video .description, .modal-popup.bc-popin-modal-audio .description, .modal-popup.bc-popin-modal-spotify .description, .modal-popup.bc-popin-modal-youtube .description {
  font-size: 1.6rem;
  margin: 0 auto 2.5rem;
}
.modal-popup.bc-popin-modal-podcast .description h3, .modal-popup.bc-popin-modal-video .description h3, .modal-popup.bc-popin-modal-audio .description h3, .modal-popup.bc-popin-modal-spotify .description h3, .modal-popup.bc-popin-modal-youtube .description h3 {
  margin: 0 auto 1rem;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide {
  width: 75%;
  max-width: 98rem;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header {
  padding: 0;
  overflow: hidden;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header:before {
  display: block;
  width: 100%;
  height: 7rem;
  content: " ";
  background: transparent url("../img/popin-bg-blue-top.png") no-repeat top center;
  padding: 0;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title {
  background: #EFF6F7;
  padding: 1rem 0 3rem;
  margin: 0 auto;
  width: 100%;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-2.png") no-repeat -35px 0;
  width: 4.5rem;
  height: 3.5rem;
  position: absolute;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::before {
  top: -2rem;
  left: -3rem;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::after {
  bottom: -2rem;
  right: -4rem;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .action-close {
  background: #FFEC00;
  margin: 3rem 1rem 0 0;
  padding: 0.8rem 0.8rem 0.5rem;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-inner-wrap {
  padding: 0 0 7rem;
  background: transparent;
  border: none;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-inner-wrap .modal-content {
  width: 100%;
  padding: 0 0 0rem 0;
  overflow-y: inherit;
}
.modal-popup.bc-popin-modal-qualifio.modal-slide .modal-inner-wrap .modal-content::after {
  display: block;
  content: " ";
  height: 8rem;
  width: 100%;
  background: transparent url("../img/popin-bg-blue-bottom.png") no-repeat bottom center;
}
.modal-popup .iframe-loader {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vw;
  max-height: 20rem;
}
.modal-popup .iframe-content {
  display: none;
  width: 100%;
}
.modal-popup .iframe-content iframe {
  width: 95%;
  margin: 0 auto;
}

.bc-popin-modal-qualifio {
  margin: auto;
}
.bc-popin-modal-qualifio .modal-inner-wrap {
  margin-top: 0 !important;
}
.bc-popin-modal-qualifio #more-activities {
  width: 100%;
  background: #EFF6F7 url("../img/popin-bg-star.png") no-repeat bottom center;
  background-size: contain;
}
.bc-popin-modal-qualifio #more-activities .content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 1rem;
  width: 92%;
  margin: 0 auto;
  padding: 1rem;
}
.bc-popin-modal-qualifio #more-activities .picture {
  flex-basis: 50%;
  text-align: center;
}
.bc-popin-modal-qualifio #more-activities .picture img {
  margin: 0 auto;
}
.bc-popin-modal-qualifio #more-activities .picture .popin-picture.vertical {
  display: block;
  margin: 0;
}
.bc-popin-modal-qualifio #more-activities .picture .popin-picture.horizontal {
  display: none;
}
.bc-popin-modal-qualifio #more-activities .iframe {
  flex-basis: 50%;
  margin: 1rem 0rem 1rem 0;
  text-align: center;
  height: 100%;
  min-height: 40rem;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide {
    width: 80%;
  }
  .modal-popup.bc-popin-modal-podcast, .modal-popup.bc-popin-modal-video, .modal-popup.bc-popin-modal-audio, .modal-popup.bc-popin-modal-spotify, .modal-popup.bc-popin-modal-youtube {
    width: 75%;
  }
}
/*******************************************/
@media only screen and (max-width: 1024px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide {
    width: 85%;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide {
    width: 85%;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-inner-wrap {
    max-height: 100%;
  }
  .modal-popup.bc-popin-modal-qualifio #more-activities .content {
    display: block;
    text-align: center;
  }
  .modal-popup.bc-popin-modal-qualifio #more-activities .content .picture .popin-picture.vertical {
    display: none;
  }
  .modal-popup.bc-popin-modal-qualifio #more-activities .content .picture .popin-picture.horizontal {
    display: block;
    margin: 0 auto;
  }
  .modal-popup.bc-popin-modal-qualifio #more-activities .content iframe {
    width: 100%;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title {
    padding: 1rem 0 3rem;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span {
    font-size: 2.4rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide {
    width: 90%;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .action-close {
    margin: 4rem 1rem 0 0;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span {
    font-size: 2.2rem;
  }
  .modal-popup.bc-popin-modal-podcast, .modal-popup.bc-popin-modal-video, .modal-popup.bc-popin-modal-audio, .modal-popup.bc-popin-modal-spotify, .modal-popup.bc-popin-modal-youtube {
    width: 90%;
  }
  .modal-popup.bc-popin-modal-podcast .modal-header, .modal-popup.bc-popin-modal-video .modal-header, .modal-popup.bc-popin-modal-audio .modal-header, .modal-popup.bc-popin-modal-spotify .modal-header, .modal-popup.bc-popin-modal-youtube .modal-header {
    padding: 1rem 0 1rem;
  }
  .modal-popup.bc-popin-modal-podcast .modal-header .modal-title, .modal-popup.bc-popin-modal-video .modal-header .modal-title, .modal-popup.bc-popin-modal-audio .modal-header .modal-title, .modal-popup.bc-popin-modal-spotify .modal-header .modal-title, .modal-popup.bc-popin-modal-youtube .modal-header .modal-title {
    font-size: 1.8rem;
  }
  .modal-popup .modal-inner-wrap .modal-content .description {
    font-size: 1.4rem;
  }
  .modal-popup .modal-inner-wrap .modal-content .description h3 {
    font-size: 1.6rem;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title {
    padding: 1rem 0 2.5rem;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span {
    padding: 0.5rem 0rem 0.5rem;
    font-size: 2rem;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::before {
    top: -1.5rem;
    left: -2.5rem;
  }
  .modal-popup.bc-popin-modal-qualifio.modal-slide .modal-header .modal-title span::after {
    right: -3rem;
  }
  .modal-popup.bc-popin-modal-qualifio #more-activities .content {
    width: 85%;
  }
}
.popin-ml-cnil {
  /* border:.1rem solid #e7e7e7; */
  width: 50%;
  margin: 0 auto;
}
.popin-ml-cnil a {
  text-decoration: underline;
}

.block-home_newsletter {
  position: relative;
  overflow: hidden;
}
.block-home_newsletter .block-content .img-wrapper {
  display: block;
  flex: inherit;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -1rem;
}
.block-home_newsletter .block-content .text-wrapper .form .fieldset {
  float: left;
  margin: 0 2rem 2rem auto;
  width: 48%;
}
.block-home_newsletter .block-content .text-wrapper .form .fieldset input {
  margin: 0 0 0.8rem 0;
}
.block-home_newsletter .block-content .text-wrapper .form .error {
  color: #E02B27;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.block-home_newsletter .block-content .text-wrapper .form .action {
  float: left;
  margin: 0 auto 2rem;
}
.block-home_newsletter .block-content .text-wrapper .ml-cnil {
  clear: both;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #CDE014;
}
.block-home_newsletter .block-content .text-wrapper .ml-cnil-more {
  text-decoration: underline;
}

/*******************************************/
@media only screen and (max-width: 768px) {
  .block-home_newsletter .block-content .text-wrapper {
    flex: 0 0 calc(75% - 10rem);
    padding: 4rem 4rem 3rem 4rem;
  }
  .block-home_newsletter .block-content .text-wrapper .form .action {
    width: 18rem;
  }
  .block-home_newsletter .block-content .text-wrapper .ml-cnil {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .popin-ml-cnil {
    width: 70%;
  }

  .block-home_newsletter {
    margin: 0 auto 3rem;
  }
  .block-home_newsletter .block-content .img-wrapper {
    display: none !important;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .popin-ml-cnil {
    width: 90%;
  }

  .block-home_newsletter .block-content .text-wrapper {
    padding: 1rem 0 1rem 0;
  }
  .block-home_newsletter .block-content .text-wrapper .form .fieldset, .block-home_newsletter .block-content .text-wrapper .form .action {
    float: none;
  }
  .block-home_newsletter .block-content .text-wrapper .form .fieldset {
    width: 100%;
  }
}
.activites-a-faire-chez-soi .bloc-top.rentree {
  position: relative;
  background: transparent url("../img/rentree/rentre-bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.activites-a-faire-chez-soi .bloc-top.rentree .title {
  background: transparent;
  margin: 0rem auto 1.5rem;
  padding: 2rem 0 0;
}
.activites-a-faire-chez-soi .bloc-top.rentree .section-bottom {
  z-index: 2;
  background: transparent;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .activites-a-faire-chez-soi .bloc-top.rentree .animation-top {
    display: block;
  }
}
.fix-to-scroll {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.fix-to-scroll.bottom {
  bottom: 1rem;
}
.fix-to-scroll .cta {
  background-color: #FF6464;
  border: 3px solid #FF6464;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.fix-to-scroll .cta:hover, .fix-to-scroll .cta.on {
  background-color: #FFFFFF;
  border-color: #FF6464;
  color: #FF6464 !important;
}
.fix-to-scroll .cta {
  box-shadow: gray 1px 5px 10px;
}

/*******************************************/
@media only screen and (max-width: 576px) {
  .fix-to-scroll .cta {
    font-size: 1.3rem;
    padding: 1.2rem 1.3rem;
    line-height: 2rem;
  }
}
.cms-sticky-header {
  display: none;
  background: #FFFFFF;
}
.cms-sticky-header.fixed {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.cms-sticky-header .content .logo {
  display: block;
  width: 200px;
  float: left;
  margin: 0 0 0 1rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.cms-sticky-header .content .logo::after {
  content: "";
  display: block;
  padding-bottom: 23.5%;
  background-image: url(https://static.bayard.io/e-bayard-jeunesse.com/2019/fil-rouge-prospection/images/logo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cms-sticky-header .content .action {
  margin: 1rem 1rem 1rem 0;
  text-align: right;
}
.cms-sticky-header .content .action .cta {
  background-color: #FF6464;
  border: 3px solid #FF6464;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cms-sticky-header .content .action .cta:hover, .cms-sticky-header .content .action .cta.on {
  background-color: #FFFFFF;
  border-color: #FF6464;
  color: #FF6464 !important;
}

/*******************************************/
/*******************************************/
@media only screen and (max-width: 576px) {
  .cms-sticky-header .content .action .cta {
    min-width: 13rem;
    padding: 1rem 1rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.block-home_newsletter .block-content {
  postion: relative;
}
.block-home_newsletter .block-content .img-wrapper {
  position: absolute;
  right: 8%;
  bottom: 0;
}

.modal-popup.modal-slide .modal-inner-wrap {
  height: inherit;
  margin-top: 8%;
}

.modals-overlay {
  background: rgba(0, 0, 0, 0.5);
}

body.catalog-category-view .columns {
  display: none;
}

.page-wrapper > .breadcrumbs {
  margin-bottom: 0;
}

.cta {
  background-color: #FFEC00;
  border: 3px solid #FFEC00;
  border-radius: 40px;
  color: #0F0F11 !important;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover, .cta.on {
  background-color: #ffdf3d;
  border-color: #ffdf3d;
  color: #0F0F11 !important;
}

.activites-a-faire-chez-soi {
  position: relative;
  color: #0F0F11;
  text-align: center;
  overflow: hidden;
}
.activites-a-faire-chez-soi h1 {
  font-weight: 700;
  margin: 3rem auto 2rem;
  padding: 0 3rem;
  font-size: 3.5rem;
}
.activites-a-faire-chez-soi h1 span {
  z-index: 2;
  position: relative;
}
.activites-a-faire-chez-soi h1 span::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.activites-a-faire-chez-soi h1 span::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat -35px 0;
  width: 5rem;
  height: 3.5rem;
  position: absolute;
}
.activites-a-faire-chez-soi h1 span::before {
  top: -2rem;
  left: -3rem;
}
.activites-a-faire-chez-soi h1 span::after {
  bottom: -2rem;
  right: -4rem;
}
.activites-a-faire-chez-soi a {
  color: #0F0F11;
}
.activites-a-faire-chez-soi .h4 {
  font-size: 2.1rem;
}
.activites-a-faire-chez-soi .bg-color-secondary {
  background: #EFF6F7;
}

/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
@media only screen and (max-width: 768px) {
  .block-home_newsletter .block-content .img-wrapper {
    right: 3%;
  }

  .activites-a-faire-chez-soi h1 {
    font-size: 2.9rem;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .breadcrumbs + .page-main {
    padding-top: 0;
  }
}
/*******************************************/
/*******************************************/
@media only screen and (max-width: 414px) {
  .activites-a-faire-chez-soi h1 {
    font-size: 2.2rem;
    padding: 0 4rem;
  }
}
