.breadcrumb,
#overlay {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .dialog-open #overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.34;
    z-index: 100;
  }
}

#main {
  margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .hide-in-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-in-mobile {
    display: none !important;
  }
}

a:hover {
  color: #000;
}

/* Loader */
.loader {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
}
.loader div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #ffc52b;
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.loader div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.loader div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes loader {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.loading {
  opacity: 0.5;
  position: relative;
}

/* Sliders */
.solarprotection-page .slick-prev,
.solarprotection-page .slick-next {
  min-width: 0;
  top: 50%;
  opacity: 0.5;
}

.solarprotection-page .slick-prev {
  left: -55px;
}

.solarprotection-page .slick-next {
  right: -55px;
}

.solarprotection-page .slick-prev.slick-disabled,
.solarprotection-page .slick-next.slick-disabled {
  display: none !important;
}

.solarprotection-page .slick-prev:hover,
.solarprotection-page .slick-next:hover {
  opacity: 1;
}

.solar-care .slider .slider-wrapper .slick-slide,
.after-sun .slider .slider-wrapper .slick-slide,
.summer .slider .slider-wrapper .slick-slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.solar-care .slider .slider-wrapper .slick-slide .product-details,
.after-sun .slider .slider-wrapper .slick-slide .product-details,
.summer .slider .slider-wrapper .slick-slide .product-details {
  min-height: 60px;
}

.product-details span {
  display: block;
}

/* Header */
.solarprotection-page .header {
  background: url(header-desktop.jpg) no-repeat center 0;
  height: 341px;
  position: relative;
  margin: 0 -175px;
}

.solarprotection-page .header .content {
  background: white;
  border-top: 10px solid #ffc52b;
  padding: 25px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 245px;
  transform: translateY(-50%);
  text-align: center;
}

.solarprotection-page .header h1 {
  color: #ffc52b;
  font-size: 50px;
  line-height: 44px;
  font-weight: normal;
  margin: 0 0 20px;
  font-family: ClarinsRegular, Clarins;
}

.solarprotection-page .header p {
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .header {
    background-image: url(header-mobile.jpg);
    background-size: 100vw auto;
    height: auto;
    min-height: 39vw;
    overflow: hidden;
    margin: 0;
    padding: 10px 20px;
  }

  .solarprotection-page .header .content {
    position: static;
    margin: 66vw 0 0;
    transform: none;
  }

  .solarprotection-page .header h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .solarprotection-page .header p {
    font-size: 16px;
    line-height: 16px;
  }
}

/* Tabs area */
.solarprotection-page .tabs-area {
  margin: 0 40px;
}

.solarprotection-page .tabs-area .content {
  /* background: url(tabs-area.jpg) no-repeat right center; */
  /* background-size: 55% auto; */
  min-height: 300px;
  position: relative;
  padding: 100px calc(30% + 40px) 30px calc(30% + 40px);
  margin-right: -30px;
}

.solarprotection-page .tabs-area .title {
  color: #f7a830;
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
  margin: 0 0 20px;
  font-family: ClarinsRegular, Clarins;
}

.solarprotection-page .tabs-area .txt {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

.solarprotection-page .respect-dialog-links {
  display: flex;
  margin-top: 30px;
  position: relative;
}

.solarprotection-page .respect-dialog-links a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  flex: 0 1 135px;
  padding: 95px 0 0;
  margin: 0 10px;
  font-size: 16px;
  line-height: 19px;
  background-position: center 0;
  background-repeat: no-repeat;
  width: 33.3333%;
}

.solarprotection-page .respect-dialog-links .corals {
  color: #fdc32e;
  background-image: url(icon_corals.jpg);
}

.solarprotection-page .respect-dialog-links .oceans {
  color: #34b9ba;
  background-image: url(icon_oceans.jpg);
}

.solarprotection-page .respect-dialog-links .environment {
  color: #ef841b;
  background-image: url(icon_environment.jpg);
}

.solarprotection-page .respect-dialog-links .dialog {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  background: white;
  border: 2px solid #fdc32e;
  cursor: default;
  text-align: left;
  padding: 30px 35px;
  width: 380px;
  z-index: 101;
}

.solarprotection-page .respect-dialog-links .open .dialog {
  display: block;
}

.solarprotection-page .respect-dialog-links .corals .dialog {
  border-color: #fdc32e;
}
.solarprotection-page .respect-dialog-links .oceans .dialog {
  border-color: #34b9ba;
}
.solarprotection-page .respect-dialog-links .environment .dialog {
  border-color: #ef841b;
}

.solarprotection-page .respect-dialog-links .dialog .close {
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  overflow: hidden;
}

.solarprotection-page .respect-dialog-links .dialog .close::before,
.solarprotection-page .respect-dialog-links .dialog .close::after {
  position: absolute;
  top: 50%;
  right: -7px;
  content: "";
  width: 40px;
  height: 1px;
  transform: rotate(-45deg);
}

.solarprotection-page .respect-dialog-links .dialog .close::after {
  transform: rotate(45deg);
}

.solarprotection-page .respect-dialog-links .corals .dialog .close::before,
.solarprotection-page .respect-dialog-links .corals .dialog .close::after,
.solarprotection-page .respect-dialog-links .corals .dialog-title::after {
  background: #fdc32e;
}
.solarprotection-page .respect-dialog-links .oceans .dialog .close::before,
.solarprotection-page .respect-dialog-links .oceans .dialog .close::after,
.solarprotection-page .respect-dialog-links .oceans .dialog-title::after {
  background: #34b9ba;
}
.solarprotection-page .respect-dialog-links .environment .dialog .close::before,
.solarprotection-page .respect-dialog-links .environment .dialog .close::after,
.solarprotection-page .respect-dialog-links .environment .dialog-title::after {
  background: #ef841b;
}

.solarprotection-page .respect-dialog-links .dialog-title {
  font-size: 22px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
}

.solarprotection-page .respect-dialog-links .dialog-title::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -35px;
  right: -10px;
  height: 2px;
}

.solarprotection-page .respect-dialog-links .dialog-txt {
  font-size: 14px;
  color: #000;
  margin: 10px 0 3px;
}

.solarprotection-page .respect-dialog-links .dialog-condition {
  font-size: 10px;
  color: #9a9a9a;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .solarprotection-page .tabs-area .content {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .tabs-area {
    margin: 0;
  }

  .solarprotection-page .tabs-area .content {
    background-position: center 0;
    background-size: 133vw auto;
    padding: 8vw 40px 0 20px;
    margin: 0 -20px 0 0;
    text-align: center;
  }

  .solarprotection-page .respect-dialog-links a {
    font-size: 12px;
    line-height: 15px;
    background-size: auto 85px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .solarprotection-page .respect-dialog-links .dialog {
    top: auto;
    bottom: 0;
    left: -10px;
    right: -10px;
    padding: 25px;
    width: auto;
  }

  .solarprotection-page .respect-dialog-links .dialog-title::after {
    left: -25px;
  }

  .solarprotection-page .respect-dialog-links {
    justify-content: center;
  }
}

/* Tabs */
.solarprotection-page .tabs {
  display: flex;
  margin-top: 0;
}

.solarprotection-page .tabs button {
  flex: 0 1 33%;
  border: 2px solid #8b8b8b;
  border-collapse: collapse;
  background: none;
  color: #8b8b8b;
  outline: 0;
  font-size: 11px;
  transition: 0.4s;
}

.solarprotection-page .tabs button:hover {
  border-color: #ffc52b;
  color: #ffc52b;
}

.solarprotection-page .tabs button + button {
  margin-left: 9px;
}

.solarprotection-page .tabs button.current {
  background: #f6be51;
  background: -moz-linear-gradient(-45deg, #f6be51 0%, #f4ab1d 100%);
  background: -webkit-linear-gradient(-45deg, #f6be51 0%, #f4ab1d 100%);
  background: linear-gradient(135deg, #f6be51 0%, #f4ab1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6be51', endColorstr='#f4ab1d',GradientType=1 );
  color: #fff;
  border-color: #ffc52b;
}

@media screen and (max-width: 767px) {
  .solarprotection-page .tabs {
    display: block;
    margin: 30px 10px 0;
  }

  .solarprotection-page .tabs button {
    width: 100%;
    border-color: #e5e5e5;
  }

  .solarprotection-page .tabs button + button {
    margin-left: 0;
  }
}

/* Content area */
.solarprotection-page #content-area {
  margin: 28px -175px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1180px) {
  .solarprotection-page #content-area {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 768px) {
  .solarprotection-page #content-area .content-asset {
    width: 1170px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .solarprotection-page #content-area {
    margin: 28px 0 0;
  }

  .solarprotection-page #content-area .content-asset {
    width: auto;
  }
}

/* Area header */
.solarprotection-page .area-header {
  position: relative;
  max-width: calc(100vw - 100px);
  margin: 0 auto;
}

.solarprotection-page .area-header .img img {
  max-width: 100%;
  display: block;
}

.solarprotection-page .area-header .img img.hide-in-tablet {
  position: absolute;
  width: 35%;
}

.solarprotection-page .area-header h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  font-family: ClarinsRegular, Clarins;
  margin: 0 0 20px;
}

.solarprotection-page .area-header h2 span {
  font-size: 32px;
  line-height: 35px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
}

.solarprotection-page .solar-care .area-header h2 {
  color: #ffc52b;
}
.solarprotection-page .after-sun .area-header h2 {
  color: #00aeaa;
}

.solarprotection-page .area-header .txt {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.solarprotection-page .area-header .more {
  padding-right: 55px;
  position: relative;
  outline: 0;
}

.solarprotection-page .area-header .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  margin-top: -4px;
  transition: 0.4s;
}

.solarprotection-page .area-header .more.expanded::after {
  transform: translateY(-50%) rotate(225deg);
  margin-top: 2px;
}

.solarprotection-page .slider-header {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -215px;
}

.solarprotection-page .slider-header strong {
  display: block;
  font-size: 66px;
  line-height: 41px;
  font-weight: 700;
  margin-top: 13px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

.solarprotection-page .slider-header div {
  padding: 30px 120px 0;
}

.solarprotection-page .solar-care .slider-header {
  display: flex;
}

.solarprotection-page .solar-care .slider-header div {
  flex: 1 1 50%;
}

.solarprotection-page .slider-header .spf30 {
  background: #fbc42e;
  background: -moz-linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  background: -webkit-linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  background: linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc42e', endColorstr='#fed73e',GradientType=1 );
  text-align: right;
}

.solarprotection-page .slider-header .spf50 {
  background: #f29022;
  background: -moz-linear-gradient(55deg, #f29022 0%, #ef831b 100%);
  background: -webkit-linear-gradient(55deg, #f29022 0%, #ef831b 100%);
  background: linear-gradient(55deg, #f29022 0%, #ef831b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29022', endColorstr='#ef831b',GradientType=1 );
}

.solarprotection-page .slider-header .spf50 sup {
  font-size: 65%;
}

.solarprotection-page .after-sun .slider-header {
  text-align: center;
  padding-top: 75px;
  background: #03c1c0;
  background: -moz-radial-gradient(center, ellipse cover, #03c1c0 0%, #02a9a9 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #03c1c0 0%, #02a9a9 100%);
  background: radial-gradient(ellipse at center, #03c1c0 0%, #02a9a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03c1c0', endColorstr='#02a9a9',GradientType=1 );
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .solarprotection-page .area-header .img img {
    top: -55px;
  }
}

@media only screen and (min-width: 768px) {
  .solarprotection-page .area-header .content {
    text-align: right;
    position: absolute;
    z-index: 5;
  }

  .solarprotection-page .solar-care .area-header .content {
    bottom: 6%;
    right: 45.75%;
    left: 3.5%;
  }

  .solarprotection-page .after-sun .area-header .content {
    top: 10%;
    right: 59%;
    left: 6%;
  }

  .solarprotection-page .after-sun .area-header {
    padding-top: 37%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .solarprotection-page .after-sun .area-header .content {
    top: 10%;
    right: 6%;
    left: 6%;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .solarprotection-page .after-sun .area-header {
    padding-top: 13.25%;
  }
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .area-header {
    text-align: center;
    max-width: calc(100vw - 40px);
  }

  .solarprotection-page .area-header .content {
    text-align: center;
  }

  .solarprotection-page .area-header .img {
    margin-top: 50px;
  }

  .solarprotection-page .area-header .img img {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }

  .solarprotection-page .slider-header {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }

  .solarprotection-page .solar-care .slider-header div {
    padding: 22px 5px 0;
    text-align: left;
  }

  .solarprotection-page .slider-header strong {
    font-size: 40px;
    line-height: 21px;
    margin-top: 13px;
    white-space: nowrap;
    letter-spacing: -3px;
    margin-left: auto;
    margin-right: auto;
  }

  .solarprotection-page .after-sun .area-header {
    margin-top: 30px;
  }

  .solarprotection-page .after-sun .area-header .img {
    margin-left: -20px;
    margin-right: -20px;
  }

  .solarprotection-page .after-sun .slider-header {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .solarprotection-page .area-header .img img.hide-in-tablet {
    display: none;
  }
}

/* Expand-content */
.solarprotection-page .expand-content {
  display: none;
}

.solarprotection-page .expand-content .title {
  text-align: center;
}

.solarprotection-page .expand-content .title h3 {
  font-size: 32px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: baseline;
  margin: 60px 0 0;
}

.solarprotection-page .expand-content .title h3 span {
  padding: 0 40px;
  white-space: nowrap;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

.solarprotection-page .expand-content .title h3::before,
.solarprotection-page .expand-content .title h3::after {
  content: "";
  height: 24px;
  flex: 1 1;
}

.solarprotection-page .solar-care .expand-content .title h3::before {
  background: #ffc52b;
}
.solarprotection-page .solar-care .expand-content .title h3::after {
  background: #ff8300;
}
.solarprotection-page .after-sun .expand-content .title h3::before,
.solarprotection-page .after-sun .expand-content .title h3::after {
  background: #00aeaa;
}

.solarprotection-page .expand-content .title .txt {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 0;
  padding: 0 20px;
}

.solarprotection-page .expand-content .slider-area {
  margin-top: 30px;
}

.solarprotection-page .expand-content .slider-area.hide-in-mobile {
  display: flex;
  justify-content: space-between;
}

.solarprotection-page .expand-content .slider-area.hide-in-mobile .slider-wrapper {
  max-width: 340px;
  margin: 0 auto;
}

.solarprotection-page .expand-content .slider-area.hide-in-mobile .slider {
  flex: 0 1 calc(50% - 10px);
}

.solarprotection-page .expand-content .slider-area.hide-in-mobile .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.solarprotection-page .slide {
  text-align: center;
}

.solarprotection-page .slick-track {
  display: flex;
}

.solarprotection-page .slick-slide {
  position: relative;
  padding-bottom: 60px;
  height: auto;
  float: none;
}

.solarprotection-page .slick-slide img {
  margin: 0 auto 20px;
}

.solarprotection-page .product-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin: 0;
}

.solarprotection-page .product-capacity {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.solarprotection-page .slick-slide .product-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border: 2px solid #e7e7e7;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.solarprotection-page .slick-slide .product-link:hover {
  border-color: #8b8b8b;
  color: #000;
  opacity: 0.7;
}

.solarprotection-page .expand-content .slider-area.hide-in-desktop .slider-wrapper {
  max-width: calc(100vw - 100px);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .expand-content .title h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 40px;
  }

  .solarprotection-page .expand-content .title h3 span {
    padding: 0 20px;
    white-space: normal;
    max-width: 200px;
  }

  .solarprotection-page .expand-content .title h3::before,
  .solarprotection-page .expand-content .title h3::after {
    height: 13px;
  }
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile {
  width: 800px;
  max-width: 100%;
  margin: 30px auto 0;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .slick-slider,
.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .slick-list,
.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .slick-track {
  height: 100%;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .slick-list,
.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .slider {
  overflow: visible;
}

.solarprotection-page .after-sun .expand-content .slider-area .slick-slide {
  padding-bottom: 90px;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-desktop .slick-slide {
  overflow: hidden;
}

.solarprotection-page .after-sun .expand-content .slick-slide .study {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
}

.solarprotection-page .after-sun .expand-content .slick-slide a {
  bottom: 30px;
}

.solarprotection-page .after-sun .expand-content .hydratation {
  color: #00aeaa;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  position: relative;
}

.solarprotection-page .after-sun .expand-content .hydratation span {
  text-align: left;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .hydratation {
  position: absolute;
  top: 96px;
  left: 50%;
  margin: 0 0 0 59px;
  padding-left: 18px;
  text-align: left;
}

.solarprotection-page .after-sun .expand-content .hydratation strong {
  display: block;
  text-transform: none;
  font-size: 60px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

.solarprotection-page .after-sun .expand-content .hydratation span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #00aeaa;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-desktop .slider-wrapper {
  max-width: 100vw;
}

.solarprotection-page .after-sun .slider-area.hide-in-desktop .slick-prev {
  left: 0;
}
.solarprotection-page .after-sun .slider-area.hide-in-desktop .slick-next {
  right: 0;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-desktop .hydratation span {
  position: relative;
  display: inline-block;
}

.solarprotection-page .after-sun .expand-content .slider-area.hide-in-desktop .hydratation span::after {
  left: -1000px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solarprotection-page .after-sun .expand-content .slider-area.hide-in-mobile .hydratation {
    position: static;
    margin: 0;
    padding-left: 0;
    padding-bottom: 18px;
  }
  .solarprotection-page .after-sun .expand-content .hydratation span:after {
    display: none;
  }
  .solarprotection-page .expand-content .slider-area.hide-in-mobile .slider-wrapper {
    max-width: 320px;
  }
  .solarprotection-page .slick-prev {
    left: -35px;
  }
  .solarprotection-page .slick-next {
    right: -35px;
  }
}

/* Destination Ã©tÃ© */

.area-wrapper {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .area-wrapper {
    max-width: calc(100vw - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .area-wrapper {
    max-width: calc(100vw - 40px);
  }
}

/* Summer nav */
.solarprotection-page .summer-nav {
  display: flex;
}

.solarprotection-page .summer-nav a {
  flex: 0 1 25%;
  margin: 0 1px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  border: 0;
  height: auto;
  padding: 0;
  text-align: left;
  min-width: auto;
  position: relative;
}

.solarprotection-page .summer-nav a .icon {
  background-repeat: no-repeat;
  background-position: right 0;
}

.solarprotection-page .summer-nav a.firmness {
  background: #ffc52b;
}
.solarprotection-page .summer-nav a.hydratation {
  background: #ffb22b;
}
.solarprotection-page .summer-nav a.suntan {
  background: #ff942b;
}
.solarprotection-page .summer-nav a.looking-good {
  background: #ff712b;
}

.solarprotection-page .summer-nav a.firmness .icon {
  background-image: url(icon_firmness.png);
  top: 14px;
  right: 45px;
}
.solarprotection-page .summer-nav a.hydratation .icon {
  background-image: url(icon_hydratation.png);
  top: 9px;
  right: 54px;
}
.solarprotection-page .summer-nav a.suntan .icon {
  background-image: url(icon_suntan.png);
  top: 13px;
  right: 39px;
}
.solarprotection-page .summer-nav a.looking-good .icon {
  background-image: url(icon_looking-good.png);
  top: 20px;
  right: 22px;
}

.solarprotection-page .summer-nav a strong {
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: -5px;
}

@media only screen and (min-width: 992px) {
  .solarprotection-page div.summer {
    padding-bottom: 130px;
  }

  .solarprotection-page .summer-nav {
    margin: 0 -1px 55px;
  }

  .solarprotection-page .summer-nav a {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    min-height: 120px;
  }

  .solarprotection-page .summer-nav a .icon {
    position: absolute;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .solarprotection-page .summer-nav {
    margin: 0 -41px;
  }

  .solarprotection-page .summer-nav a .txt {
    display: none;
  }

  .solarprotection-page .summer-nav a .icon {
    width: 70px;
    height: 80px;
    background-position: center center;
    background-size: 80% auto;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .solarprotection-page .summer-nav {
    margin: 0 -21px;
  }
}

/* Summer items */
.solarprotection-page .summer-item {
  padding-top: 60px;
}

.solarprotection-page .summer-item.firmness {
  padding-top: 20px;
}

.solarprotection-page .summer-item .summer-header {
  text-align: center;
  margin-bottom: 60px;
}

.solarprotection-page .summer-item h2 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
}

.solarprotection-page .summer-item h2 .icon {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
}

.solarprotection-page .summer-item .desc {
  font-size: 16px;
  line-height: 24px;
  max-width: 810px;
  margin: 0 auto;
}

.solarprotection-page .summer-item .small {
  font-size: 10px;
  line-height: 24px;
  color: #9a9a9a;
  margin: 0;
}

.solarprotection-page .summer-item-legend {
  display: none;
}

@media only screen and (min-width: 768px) {
  .solarprotection-page .summer-item .summer-header {
    position: relative;
    z-index: 1;
  }

  .solarprotection-page .summer-item h2 .txt {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .summer-item,
  .solarprotection-page .summer-item.firmness {
    padding-top: 55px;
  }

  .solarprotection-page .summer-item .summer-header {
    margin-bottom: 20px;
  }

  .solarprotection-page .summer-item h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .solarprotection-page .summer-item h2 .icon {
    flex-basis: 60px;
    height: 60px;
    background-size: 65% auto;
  }

  .solarprotection-page .summer-item h2 .txt {
    flex: 0 1 10%;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .solarprotection-page .summer-content {
    position: relative;
  }

  .solarprotection-page .summer-content .slider {
    border: 2px solid transparent;
    background: #fff;
    padding: 70px 20px;
    position: relative;
    z-index: 1;
  }

  .solarprotection-page .summer-content::before,
  .solarprotection-page .summer-content::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 400px;
    height: 500px;
    background-repeat: no-repeat;
  }

  .solarprotection-page .summer-content::before {
    left: -200px;
    top: -100px;
    background-position: 0 0;
  }

  .solarprotection-page .summer-content::after {
    right: -200px;
    bottom: -100px;
    background-position: right bottom;
  }
}

@media only screen and (max-width: 767px) {
  .solarprotection-page .summer-item.looking-good h2 .txt {
    flex: 0 1 200px;
  }
}

.solarprotection-page .summer-item.firmness h2 {
  color: #ffc52b;
}
.solarprotection-page .summer-item.hydratation h2 {
  color: #ffb22b;
}
.solarprotection-page .summer-item.suntan h2 {
  color: #ff942b;
}
.solarprotection-page .summer-item.looking-good h2 {
  color: #ff712b;
}

.solarprotection-page .summer-item.firmness h2 .icon {
  background-color: #ffc52b;
  background-image: url(icon_firmness.png);
}
.solarprotection-page .summer-item.hydratation h2 .icon {
  background-color: #ffb22b;
  background-image: url(icon_hydratation.png);
}
.solarprotection-page .summer-item.suntan h2 .icon {
  background-color: #ff942b;
  background-image: url(icon_suntan.png);
}
.solarprotection-page .summer-item.looking-good h2 .icon {
  background-color: #ff712b;
  background-image: url(icon_looking-good.png);
}

.solarprotection-page .summer-item .slick-prev {
  left: 0;
}
.solarprotection-page .summer-item .slick-next {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .solarprotection-page .firmness .summer-content .slider {
    border-color: #ffc52b;
  }
  .solarprotection-page .hydratation .summer-content .slider {
    border-color: #ffb22b;
  }
  .solarprotection-page .suntan .summer-content .slider {
    border-color: #ff942b;
  }
  .solarprotection-page .looking-good .summer-content .slider {
    border-color: #ff712b;
  }

  .solarprotection-page .firmness .summer-content::before {
    background-image: url(bg_firmness-top.jpg);
    left: -50px;
    top: -67px;
  }
  .solarprotection-page .firmness .summer-content::after {
    background-image: url(bg_firmness-bottom.jpg);
    right: -50px;
    bottom: -77px;
  }

  .solarprotection-page .hydratation .summer-content::before {
    background-image: url(bg_hydratation-top.jpg);
    left: -40px;
    top: -52px;
  }
  .solarprotection-page .hydratation .summer-content::after {
    background-image: url(bg_hydratation-bottom.jpg);
    right: -50px;
    bottom: 10px;
  }

  .solarprotection-page .suntan .summer-content::before {
    background-image: url(bg_suntan-top.jpg);
    left: -40px;
    top: -65px;
  }

  .solarprotection-page .looking-good .summer-content::before {
    background-image: url(bg_looking-good-top.jpg);
    left: -40px;
    top: -80px;
  }
  .solarprotection-page .looking-good .summer-content::after {
    background-image: url(bg_looking-good-bottom.jpg);
    right: -40px;
    bottom: -128px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solarprotection-page .summer-item-legend {
    display: block;
    position: absolute;
    font-size: 12px;
  }
  .solarprotection-page .firmness .summer-item-legend {
    top: -20px;
    left: 245px;
  }
  .solarprotection-page .hydratation .summer-item-legend {
    display: none;
  }
  .solarprotection-page .suntan .summer-item-legend {
    top: -20px;
    left: 212px;
  }
  .solarprotection-page .looking-good .summer-item-legend {
    top: -23px;
    left: 206px;
  }
}

@media only screen and (min-width: 992px) {
  .solarprotection-page .firmness .summer-content::before {
    left: -158px;
    top: -136px;
  }
  .solarprotection-page .firmness .summer-content::after {
    right: -108px;
    bottom: -77px;
  }

  .solarprotection-page .hydratation .summer-content::before {
    left: -200px;
    top: -52px;
  }
  .solarprotection-page .hydratation .summer-content::after {
    right: -214px;
    bottom: 10px;
  }

  .solarprotection-page .suntan .summer-content::before {
    left: -131px;
    top: -96px;
  }

  .solarprotection-page .looking-good .summer-content::before {
    left: -113px;
    top: -230px;
  }
  .solarprotection-page .looking-good .summer-content::after {
    right: -122px;
    bottom: -128px;
  }
}

/* Le Saviez vous? */

@media only screen and (min-width: 768px) {
  .knowledge {
    max-width: calc(100vw - 100px);
    margin: 0 auto;
  }
}

.knowledge .knowledge-header {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -215px 65px;
  text-align: center;
  padding-top: 75px;
  background: #fbc42e;
  background: -moz-linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  background: -webkit-linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  background: linear-gradient(45deg, #fbc42e 0%, #fed73e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc42e', endColorstr='#fed73e',GradientType=1 );
}

.knowledge .knowledge-header strong {
  display: block;
  font-size: 61px;
  line-height: 41px;
  font-weight: 700;
  margin-top: 13px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 991px) {
  .knowledge .knowledge-header {
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px 0;
  }

  .knowledge .knowledge-header strong {
    position: relative;
    bottom: -8px;
    text-align: left;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .knowledge .knowledge-header {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.knowledge-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 90px;
  justify-content: space-between;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

.knowledge-list .slide {
  width: 33.3333%;
  padding: 0 20px;
  max-width: 315px;
  text-align: left;
  box-sizing: border-box;
}

.knowledge-list .slide img {
  display: block;
  max-width: 100%;
}

.knowledge-list .slide h3 {
  color: #ffc52b;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}

.knowledge-list .slide p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .knowledge-list {
    justify-content: space-around;
  }

  .knowledge-list .slide {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .knowledge-list {
    margin-left: 50px;
    margin-right: 50px;
  }
  .knowledge-list.slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
  .knowledge-list .slick-dots {
    bottom: -50px;
  }
  .knowledge-list .slick-dots .slick-active {
    background: #ffc52b;
  }
  .knowledge-list .slick-dots li {
    background: #e6e6e6;
    margin-right: 12px;
  }
  .knowledge-list .slide {
    text-align: center;
    margin: 0 auto;
    width: auto;
    padding-bottom: 0;
    max-width: none;
  }
  .knowledge-list .slick-slide {
    padding-bottom: 0;
  }
}

.knowledge-footer-banner {
  margin: 0 -215px;
  height: 327px;
  background-image: url(k-bg-footer-banner.jpg);
  background-size: cover;
}

.knowledge-footer-info {
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  max-width: 770px;
  margin: 0 auto;
}

.knowledge-footer-info .txt-footer-1 {
  background: #ffffff;
  padding: 25px 50px;
  position: absolute;
  z-index: 20;
  max-width: 465px;
  transform: translateY(-100%);
  top: 45px;
  left: -40px;
}

.knowledge-footer-info .txt-footer-1 h3 {
  font-size: 38px;
  color: #ffc52b;
  margin: 0;
  font-weight: normal;
  margin-bottom: 10px;
}

.knowledge-footer-info .txt-footer-1 p {
  font-size: 18px;
  margin: 0;
}

.knowledge-footer-info .txt-footer-2 {
  font-size: 16px;
  position: relative;
  padding-bottom: 90px;
}

.knowledge-footer-info .txt-footer-2 p {
  padding: 80px 42px 50px;
  background: #ffc52b;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  margin: 0;
  position: relative;
  z-index: 10;
}

.knowledge-footer-info .txt-footer-2:before {
  content: "";
  width: 379px;
  height: 352px;
  position: absolute;
  left: -200px;
  top: 0;
  background-image: url(k-bg-footer1.jpg);
}

.knowledge-footer-info .txt-footer-2:after {
  content: "";
  width: 379px;
  height: 352px;
  background: red;
  position: absolute;
  right: -220px;
  bottom: -100px;
  top: 0;
  background-image: url(k-bg-footer2.jpg);
}

@media only screen and (max-width: 767px) {
  .knowledge-footer-info {
    margin: -25px 20px 0;
  }

  .knowledge-footer-banner {
    background-image: url(k-bg-footer-banner-mobile.jpg);
    margin: 0;
    height: auto;
    padding-bottom: 43%;
  }

  .knowledge-footer-info .txt-footer-1 {
    position: relative;
    transform: none;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .knowledge-footer-info .txt-footer-2 p {
    padding: 20px 10px 30px;
  }

  .knowledge-footer-info .txt-footer-2:after {
    display: none;
  }

  .knowledge-footer-info .txt-footer-2:before {
    top: auto;
    bottom: -50px;
  }
}

/* Summer PDP  */
#summer-product-19 {
  width: 100%;
  display: block;
  position: relative;
  max-width: 1250px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}

#summer-product-19 * {
  box-sizing: border-box;
}

#summer-product-19 .about-the-product {
  font-size: 14px;
  padding-bottom: 60px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

#summer-product-19 .about-the-product p {
  margin-bottom: 0;
}

#summer-product-19 .about-the-product-left {
  float: left;
  width: 70%;
  padding-right: 40px;
}

#summer-product-19 .about-the-product-left .title {
  font-size: 16px;
  text-transform: uppercase;
}

#summer-product-19 .about-the-product-right {
  float: right;
  width: 30%;
  padding-left: 12px;
  position: relative;
  border-left: 2px solid #be0f34;
}

#summer-product-19 .about-the-product-right p {
  margin-bottom: 0;
}

#summer-product-19 .container-large {
  margin: 0 -40px;
}

#summer-product-19 .push-product-wrapper {
  border: 3px solid #ffc52b;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#summer-product-19 .push-product-wrapper.orange-border {
  border-color: #ff8300;
}
#summer-product-19 .push-product-wrapper.green-border {
  border-color: #00aeaa;
}
#summer-product-19 .push-product-wrapper p {
  margin-bottom: 0;
}

#summer-product-19 .sub-info-link {
  position: relative;
}

#summer-product-19 .sub-info-link .slider-wrapper {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px;
}
#summer-product-19 .sub-info-link:before {
  content: "";
  height: 416px;
  width: 245px;
  background-image: url(pdp/epidor.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -90px;
  top: -160px;
  z-index: 0;
}
#summer-product-19 .sub-info-link .slider-wrapper > div {
  width: 33.3333%;
  margin: 0 10px;
  flex: 1 1 auto;
  border: 3px solid #ffc52b;
  text-align: center;
  padding-bottom: 90px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
#summer-product-19 .sub-info-link .slider-wrapper > div img {
  display: block;
  width: 100%;
}
#summer-product-19 .sub-info-link .slider-wrapper > div p {
  margin: 25px 0;
  padding: 0 10px;
  line-height: 20px;
}
#summer-product-19 .sub-info-link .slider-wrapper > div a {
  background: #000000;
  color: #ffffff;
  line-height: 50px;
  max-width: 210px;
  width: calc(100% - 20px);
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
}
#summer-product-19 .sub-info-link .slider-wrapper > div a:hover {
  background: #4c4c4c;
}

#summer-product-19 .push-product {
  margin: 0 auto;
  position: relative;
}
#summer-product-19 .push-product-wrapper {
  background: #ffffff;
}
#summer-product-19 .push-product-wrapper .title {
  color: #ffc52b;
}
#summer-product-19 .push-product-wrapper.orange-border .title {
  color: #ff8300;
}
#summer-product-19 .push-product-wrapper.green-border .title {
  color: #00aeaa;
}
#summer-product-19 .push-product-wrapper .push-product-info-left {
  position: absolute;
  text-align: right;
  transform: translateX(calc(-100% - 10px));
}
#summer-product-19 .push-product-wrapper .push-product-info-left .title {
  font-size: 35px;
  font-family: ClarinsRegular, Clarins;
}
#summer-product-19 .push-product-wrapper .push-product-info-left .title strong {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}
#summer-product-19 .push-product-wrapper .push-product-info-left p {
  font-size: 14px;
  line-height: 20px;
}
#summer-product-19 .push-product-wrapper .push-product-info-left ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
#summer-product-19 .push-product-wrapper .push-product-info-left small {
  font-size: 11px;
  color: #a4a4a4;
  display: block;
  margin-top: 5px;
}
#summer-product-19 .push-product-wrapper .push-product-info-left li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
}

#summer-product-19 .push-product-wrapper .push-product-img-desktop {
  width: 100%;
  max-height: 485px;
  position: relative;
  z-index: 2;
  display: block;
}
#summer-product-19 .push-product-wrapper .push-product-img-mobile {
  display: none;
}
#summer-product-19 .push-product-wrapper .push-product-info-right {
  border-left: 1px solid #ffc52b;
  position: absolute;
  padding: 18px;
  transform: translateX(100%);
  text-align: left;
}
#summer-product-19 .push-product-wrapper.orange-border .push-product-info-right {
  border-color: #ff8300;
}
#summer-product-19 .push-product-wrapper.green-border .push-product-info-right {
  border-color: #00aeaa;
}
#summer-product-19 .push-product-wrapper .push-product-info-right .push-product-info-arrow {
  display: block;
  height: 1px;
  background: #ffc52b;
  width: 200px;
  position: absolute;
  top: 50%;
  transform: translateX(-100%);
  left: 0;
}
#summer-product-19 .push-product-wrapper.orange-border .push-product-info-right .push-product-info-arrow {
  background: #ff8300;
}
#summer-product-19 .push-product-wrapper.green-border .push-product-info-right .push-product-info-arrow {
  background: #00aeaa;
}
#summer-product-19 .push-product-wrapper .push-product-info-right .title {
  font-size: 18px;
  font-weight: bold;
}
#summer-product-19 .push-product-wrapper .push-product-info-right p {
  font-size: 16px;
  line-height: 20px;
}
#summer-product-19 .push-product-wrapper .push-product-info-right:before {
  content: "";
  display: block;
  height: 1px;
  width: 22px;
  background-color: #ffc52b;
  top: 0;
  left: 0;
  position: absolute;
}
#summer-product-19 .push-product-wrapper .push-product-info-right:after {
  content: "";
  display: block;
  height: 1px;
  width: 22px;
  background-color: #ffc52b;
  bottom: 0;
  left: 0;
  position: absolute;
}

#summer-product-19 .push-product-wrapper.orange-border .push-product-info-right:before,
#summer-product-19 .push-product-wrapper.orange-border .push-product-info-right:after {
  background: #ff8300;
}

#summer-product-19 .push-product-wrapper.green-border .push-product-info-right:before,
#summer-product-19 .push-product-wrapper.green-border .push-product-info-right:after {
  background: #00aeaa;
}

#summer-product-19 .ingredient {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  min-height: 233px;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  #summer-product-19 .ingredient {
    width: 20%;
    min-height: 110px;
  }
}

#summer-product-19 .ingredient.karite {
  background-image: url(pdp/bg-karite.png);
}

#summer-product-19 .ingredient.mimosa {
  background-image: url(pdp/bg-mimosa.png);
}

@media only screen and (min-width: 992px) {
  /* huile en brume solaire */
  #summer-product-19 .push-product-wrapper.huile-en-brume-solaire .push-product {
    width: 49%;
    transform: translateX(17%);
  }
  #summer-product-19 .push-product-wrapper.huile-en-brume-solaire .push-product-info-left {
    top: 15%;
    width: 50%;
  }
  #summer-product-19 .push-product-wrapper.huile-en-brume-solaire .push-product-info-right {
    bottom: 15%;
    right: 30%;
    width: 55%;
  }

  /* compact solaire mineral */
  #summer-product-19 .push-product-wrapper.compact-solaire-mineral .push-product {
    width: 38%;
  }
  #summer-product-19 .push-product-wrapper.compact-solaire-mineral .push-product-info-left {
    top: 36%;
    left: 0;
    width: 75%;
  }
  #summer-product-19 .push-product-wrapper.compact-solaire-mineral .push-product-info-left p {
    max-width: 260px;
    margin-left: auto;
  }
  #summer-product-19 .push-product-wrapper.compact-solaire-mineral .push-product-info-right {
    right: 0;
    bottom: 15%;
    width: 65%;
  }

  /* creme solaire 30 */
  /* creme solaire 50 */
  #summer-product-19 .push-product-wrapper.creme-solaire-30 .push-product,
  #summer-product-19 .push-product-wrapper.creme-solaire-50 .push-product {
    width: 38%;
    transform: translateX(15%);
  }
  #summer-product-19 .push-product-wrapper.creme-solaire-30 .push-product-info-left,
  #summer-product-19 .push-product-wrapper.creme-solaire-50 .push-product-info-left {
    left: 0;
    top: 20%;
    width: 60%;
  }
  #summer-product-19 .push-product-wrapper.creme-solaire-30 .push-product-info-right,
  #summer-product-19 .push-product-wrapper.creme-solaire-50 .push-product-info-right {
    right: 17%;
    bottom: 7%;
    width: 70%;
  }

  /* creme solaire sec 30 */
  /* creme solaire sec 50 */
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-30 .push-product,
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-50 .push-product {
    width: 43%;
    transform: translateX(15%);
  }
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-30 .push-product-info-left,
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-50 .push-product-info-left {
    left: 0;
    top: 17%;
    width: 55%;
  }
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-30 .push-product-info-right,
  #summer-product-19 .push-product-wrapper.creme-solaire-sec-50 .push-product-info-right {
    right: 20%;
    bottom: 15%;
    width: 60%;
  }

  /* gel en huile corps */
  /* gel en huile visage */
  #summer-product-19 .push-product-wrapper.gel-en-huile-corps .push-product,
  #summer-product-19 .push-product-wrapper.gel-en-huile-visage .push-product {
    width: 56%;
    transform: translateX(28%);
  }
  #summer-product-19 .push-product-wrapper.gel-en-huile-corps .push-product-info-left,
  #summer-product-19 .push-product-wrapper.gel-en-huile-visage .push-product-info-left {
    top: 28%;
    left: 0;
    width: 50%;
  }
  #summer-product-19 .push-product-wrapper.gel-en-huile-corps .push-product-info-right,
  #summer-product-19 .push-product-wrapper.gel-en-huile-visage .push-product-info-right {
    right: 48%;
    bottom: 15%;
    width: 50%;
  }

  /* fluide solaire mineral */
  #summer-product-19 .push-product-wrapper.fluide-solaire-mineral .push-product {
    width: 48%;
    transform: translateX(14%);
  }
  #summer-product-19 .push-product-wrapper.fluide-solaire-mineral .push-product-info-left {
    top: 36%;
    left: 0;
    width: 60%;
  }
  #summer-product-19 .push-product-wrapper.fluide-solaire-mineral .push-product-info-right {
    right: 20%;
    bottom: 15%;
    width: 55%;
  }

  /* lait en spray */
  #summer-product-19 .push-product-wrapper.lait-en-spray .push-product {
    width: 33%;
    transform: translateX(5%);
  }
  #summer-product-19 .push-product-wrapper.lait-en-spray .push-product-info-left {
    top: 15%;
    left: 0;
    width: 90%;
  }
  #summer-product-19 .push-product-wrapper.lait-en-spray .push-product-info-right {
    right: 0%;
    bottom: 15%;
    width: 90%;
  }

  /* after sun 24 */
  /* after sun 48 */
  #summer-product-19 .push-product-wrapper.after-sun-24 .push-product {
    width: 31%;
    transform: translateX(5%);
  }
  #summer-product-19 .push-product-wrapper.after-sun-48 .push-product {
    width: 35%;
    transform: translateX(9%);
  }
  #summer-product-19 .push-product-wrapper.after-sun-24 .push-product-info-left,
  #summer-product-19 .push-product-wrapper.after-sun-48 .push-product-info-left {
    top: 20%;
    width: 90%;
  }
  #summer-product-19 .push-product-wrapper.after-sun-24 .push-product-info-right,
  #summer-product-19 .push-product-wrapper.after-sun-48 .push-product-info-right {
    bottom: 10%;
    right: 2%;
    width: 90%;
  }
}

@media only screen and (max-width: 1480px) {
  #summer-product-19 .container-large {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  #summer-product-19 .sub-info-link:before {
    display: none;
  }
  #summer-product-19 .push-product-wrapper {
    text-align: center;
  }
  #summer-product-19 .push-product {
    display: inline-block;
    width: 100%;
  }
  #summer-product-19 .push-product-wrapper .push-product-img-desktop {
    display: none;
  }
  #summer-product-19 .push-product-wrapper .push-product-img-mobile {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-left {
    position: static;
    transform: none;
    max-width: none;
    text-align: left;
    padding: 40px 25px 15px;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-right {
    position: relative;
    text-align: center;
    padding: 0;
    transform: none;
    max-width: none;
    border-left: 0;
    border-bottom: 1px solid #ffc52b;
    padding: 0 25px 15px;
    margin: 0 25px;
    line-height: 20px;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-right:before {
    width: 1px;
    height: 22px;
    bottom: 0;
    left: 0;
    top: auto;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-right:after {
    width: 1px;
    height: 22px;
    bottom: 0;
    right: 0;
    left: auto;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-right .push-product-info-arrow {
    transform: translateY(100%);
    top: auto;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 200px;
  }
  #summer-product-19 .ingredient {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-the-product {
    display: none;
  }

  #summer-product-19 .sub-info-link .slider-wrapper {
    display: block;
    margin: 0;
  }

  #summer-product-19 .sub-info-link .slider-wrapper > div {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-left .title {
    line-height: 35px;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-left .title > span {
    display: block;
  }
  #summer-product-19 .push-product-wrapper .push-product-info-left strong {
    margin-top: 8px;
  }
}
