@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0
}

.middle-image img {
  width: 100%
}

.dermatologist-container {
  overflow: hidden;
  margin-top: 85px
}

.dermatologist-image {
  position: relative;
  z-index: 1
}

@media screen and (max-width: 991px) {
  .dermatologist-image {
    margin: 0 -15px
  }
}

.dermatologist-image::before {
  background-color: #55c9df;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1
}

@media screen and (max-width: 543px) {
  .dermatologist-image::before {
    content: none
  }
}

.dermatologist-image::after {
  background-image: url("/themes/custom/yves_rocher_theme/img/dermatologa/bg-dermatologist.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1096px auto;
  content: "";
  height: 690px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-70px) translateX(-50%);
  width: 100vw;
  z-index: -1
}

@media screen and (max-width: 1199px) {
  .dermatologist-image::after {
    background-size: 898px auto
  }
}

@media screen and (max-width: 991px) {
  .dermatologist-image::after {
    background-size: 950px auto
  }
}

@media screen and (max-width: 543px) {
  .dermatologist-image::after {
    content: none
  }
}

.dermatologist-image img {
  width: 100%
}

.dermatologist-image-content {
  position: relative;
  min-height: calc(690px - 70px)
}

@media screen and (max-width: 1199px) {
  .dermatologist-image-content {
    min-height: calc(551px - 55px)
  }
}

@media screen and (max-width: 991px) {
  .dermatologist-image-content {
    min-height: calc(583px - 55px)
  }
}

@media screen and (max-width: 543px) {
  .dermatologist-image-content {
    background-color: transparent;
    min-height: 0
  }
}

.dermatologist-image-content .cta-container {
  bottom: 0;
  cursor: pointer;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(50%);
  z-index: 2;
  width: 100%
}

@media screen and (max-width: 543px) {
  .dermatologist-image-content .cta-container {
    position: relative;
    transform: translateX(-50%) translateY(-50%)
  }
}

.dermatologist-image-content .cta-container.video a {
  pointer-events: none
}

.dermatologist-image-content .cta-container a {
  background-color: #6f7e19;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 30px;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .dermatologist-image-content .cta-container a {
    border-radius: 7px;
    padding: 9px 30px;
    font-size: 14px
  }
}

.dermatologist-image-content .cta-container a:hover {
  text-decoration: none
}

.dermatologist-image-comment {
  position: absolute
}

.dermatologist-image-comment:nth-child(1) {
  left: 25%;
  top: 50%;
  transform: translateY(calc(-50% - 60px))
}

.dermatologist-title {
  padding: 0 calc(25% - 30px);
  text-align: center
}

@media screen and (max-width: 991px) {
  .dermatologist-title {
    padding: 0 calc(16.66% - 30px)
  }
}

@media screen and (max-width: 543px) {
  .dermatologist-title {
    padding: 0 0
  }
}

.dermatologist-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase
}

.dermatologist-title h2:after {
  background-color: #55c9df;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px
}

@media screen and (max-width: 543px) {
  .dermatologist-title h2 {
    font-size: 20px
  }
}

.dermatologist-title p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-bottom: 30px
}

.dermatologist-title p span {
  font-weight: 700;
  display: block;
  text-transform: uppercase
}

.modal-video .close {
  opacity: 1;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0
}

@media screen and (max-width: 991px) {
  .modal-video .close {
    padding-right: 10px
  }
}

.modal-video .close span {
  color: #fff;
  font-size: 45px;
  font-weight: 100
}

@media screen and (max-width: 991px) {
  .modal-video .close span {
    font-size: 35px
  }
}

.modal-video .modal-body {
  border-radius: 0;
  padding: 0 0
}

.modal-video .modal-content {
  border-radius: none;
  border: none
}

.modal-video .modal-dialog {
  max-width: 1200px;
  width: 100%
}

@media screen and (max-width: 1199px) {
  .modal-video .modal-dialog {
    max-width: 980px
  }
}

@media screen and (max-width: 991px) {
  .modal-video .modal-dialog {
    max-width: 750px
  }
}

.modal-video .modal-dialog .video-player {
  bottom: 0;
  left: 0;
  padding-top: 52.6%;
  position: relative;
  right: 0;
  top: 0;
  width: 100%
}

.modal-video .modal-dialog .video-player iframe, .modal-video .modal-dialog .video-player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-video.vertical .video-player {
  padding-top: 177.25%
}

.sub-head-section-caption {
  margin-top: 20px;
  text-align: center
}

.sub-head-section-caption p {
  color: #c1c0c0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500
}

@media screen and (max-width: 543px) {
  .sub-head-section-caption p {
    font-size: 10px
  }
}

.sub-head-section-container {
  padding: 0 calc(25% + 45px);
  padding-top: 35px
}

@media screen and (max-width: 1199px) {
  .sub-head-section-container {
    padding: 0 16.66%;
    padding-top: 35px
  }
}

@media screen and (max-width: 543px) {
  .sub-head-section-container {
    padding: 0 30px;
    padding-top: 25px
  }
}

.sub-head-section-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px
}

.sub-head-section-steps .sub-head-section-step {
  padding: 0 30px;
  width: 33.33%
}

@media screen and (max-width: 543px) {
  .sub-head-section-steps .sub-head-section-step {
    padding: 0 5px
  }
}

.sub-head-section-step-body {
  text-align: center
}

.sub-head-section-step-body p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500
}

@media screen and (max-width: 543px) {
  .sub-head-section-step-body p {
    font-size: 14px
  }
}

.sub-head-section-step-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media screen and (max-width: 543px) {
  .sub-head-section-step-image img {
    height: 64px
  }
}

.sub-head-section-title {
  margin-bottom: 30px;
  text-align: center
}

.sub-head-section-title h3 {
  color: #55c9df;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .sub-head-section-title h3 {
    font-size: 20px
  }
}

.sub-head-section-title p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500
}

@media screen and (max-width: 543px) {
  .sub-head-section-title p {
    font-size: 14px
  }
}

.results-body {
  padding: 0 16.66%;
  text-align: center
}

@media screen and (max-width: 991px) {
  .results-body {
    padding: 0 8.33%
  }
}

@media screen and (max-width: 543px) {
  .results-body {
    padding: 0 15px
  }
}

.results-body p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px
}

.results-body p a {
  color: #000;
  font-weight: 700;
  text-decoration: none
}

.results-body p a:hover {
  color: #000;
  text-decoration: none
}

.results-container {
  margin-top: 105px
}

.results-image {
  margin-bottom: 20px;
  padding: 0 16.66%;
  position: relative
}

@media screen and (max-width: 991px) {
  .results-image {
    padding: 0 8.33%
  }
}

@media screen and (max-width: 543px) {
  .results-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 15px;
    padding: 0 0
  }
}

.results-image img {
  width: 100%
}

@media screen and (max-width: 543px) {
  .results-image img {
    height: 300px;
    width: auto
  }
}

.results-image .icon-play {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.results-image .icon-play img {
  width: 30px
}

.results-title {
  text-align: center;
  padding: 0 calc(16.66% - 30px)
}

@media screen and (max-width: 991px) {
  .results-title {
    padding: 0 calc(16.66% - 30px)
  }
}

@media screen and (max-width: 543px) {
  .results-title {
    padding: 0 0
  }
}

.results-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .results-title h2 {
    font-size: 20px;
    margin-bottom: 20px
  }
}

.modal-video .close {
  opacity: 1;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0
}

@media screen and (max-width: 991px) {
  .modal-video .close {
    padding-right: 10px
  }
}

.modal-video .close span {
  color: #fff;
  font-size: 45px;
  font-weight: 100
}

@media screen and (max-width: 991px) {
  .modal-video .close span {
    font-size: 35px
  }
}

.modal-video .modal-body {
  border-radius: 0;
  padding: 0 0
}

.modal-video .modal-content {
  border-radius: none;
  border: none
}

.modal-video .modal-dialog {
  max-width: 1200px;
  width: 100%
}

@media screen and (max-width: 1199px) {
  .modal-video .modal-dialog {
    max-width: 980px
  }
}

@media screen and (max-width: 991px) {
  .modal-video .modal-dialog {
    max-width: 750px
  }
}

.modal-video .modal-dialog .video-player {
  bottom: 0;
  left: 0;
  padding-top: 52.6%;
  position: relative;
  right: 0;
  top: 0;
  width: 100%
}

.modal-video .modal-dialog .video-player iframe, .modal-video .modal-dialog .video-player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-video.vertical .video-player {
  padding-top: 177.25%
}

.test-by-you-container {
  margin-top: 65px
}

.test-by-you-content {
  margin: 0 -15px
}

.test-by-you-title {
  text-align: center;
  padding: 0 calc(16.66% - 30px)
}

@media screen and (max-width: 991px) {
  .test-by-you-title {
    padding: 0 calc(16.66% - 30px)
  }
}

@media screen and (max-width: 543px) {
  .test-by-you-title {
    padding: 0 0
  }
}

.test-by-you-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase
}

.test-by-you-title h2:after {
  background-color: #55c9df;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px
}

@media screen and (max-width: 543px) {
  .test-by-you-title h2 {
    font-size: 20px
  }
}

.test-by-you-title p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-bottom: 20px
}

.test-by-you-title p span {
  font-weight: 700;
  display: block;
  text-transform: uppercase
}

.test-by-you-title span {
  color: #c1c0c0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px
}

.test-by-you-title .test-by-you-title-image {
  margin-bottom: 30px
}

.test-by-you-title .test-by-you-title-image img {
  width: 300px
}

.test-by-you-item {
  padding: 0 20px
}

@media screen and (max-width: 543px) {
  .test-by-you-item {
    padding: 0 6px
  }
}

.event-content.owl-carousel {
  padding-bottom: 20px;
}

.owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%
}

.owl-dots .owl-dot {
  opacity: 1
}

.owl-dots .owl-dot.active span {
  background-color: #55c9df
}

.owl-dots .owl-dot span {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 9px;
  margin: 0 3px;
  width: 9px
}

.vegetal-active-content {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

@media screen and (max-width: 543px) {
  .vegetal-active-content {
    margin: 0 -15px
  }
}

.vegetal-active-content .vegetal-active-info {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-info {
    transform: translate(-50%, calc(-50% - 10px))
  }
}

.vegetal-active-content .vegetal-active-info img {
  width: 100px
}

@media screen and (max-width: 1199px) {
  .vegetal-active-content .vegetal-active-info img {
    width: 85px
  }
}

.vegetal-active-content .vegetal-active-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 67px 62px;
  width: 50%
}

@media screen and (max-width: 991px) {
  .vegetal-active-content .vegetal-active-item {
    width: 100%
  }
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item {
    padding: 40px 12px
  }
}

.vegetal-active-content .vegetal-active-item:nth-child(1) {
  background-image: url("/themes/custom/yves_rocher_theme/img/dermatologa/vegetal-active-01.jpg")
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item:nth-child(1) {
    padding-bottom: 68px
  }
}

.vegetal-active-content .vegetal-active-item:nth-child(3) {
  background-image: url("/themes/custom/yves_rocher_theme/img/dermatologa/vegetal-active-02.jpg")
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item:nth-child(3) {
    padding-top: 68px
  }
}

.vegetal-active-content .vegetal-active-item-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  height: 100%;
  padding: 0 35px;
  padding-top: 72px;
  position: relative
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item-content {
    padding: 0 15px;
    padding-top: 40px
  }
}

.vegetal-active-content .vegetal-active-item-content h3 {
  color: #ba0f51;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item-content h3 {
    font-size: 20px
  }
}

.vegetal-active-content .vegetal-active-item-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 35px;
  text-align: center
}

@media screen and (max-width: 543px) {
  .vegetal-active-content .vegetal-active-item-content p {
    padding-bottom: 25px;
    font-size: 14px
  }
}

.vegetal-active-content .vegetal-active-item-content span {
  bottom: 10px;
  color: #c1c0c0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  left: 32px;
  position: absolute
}

.vegetal-active-title {
  text-align: center
}

.vegetal-active-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .vegetal-active-title h2 {
    margin-bottom: 30px
  }
}

.vegetal-active-title h2:after {
  background-color: #55c9df;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px
}

@media screen and (max-width: 543px) {
  .vegetal-active-title h2 {
    font-size: 20px
  }
}

.event-container .owl-dots .owl-dot.active span {
  background-color: #977c50
}

.event-content .owl-stage {
  display: flex
}

.event-cta {
  align-self: flex-end;
  bottom: 40px;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%
}

@media screen and (max-width: 543px) {
  .event-cta {
    bottom: 25px
  }
}

.event-cta a {
  background-color: #977c50;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 35px;
  text-transform: uppercase
}

.event-date, .event-detail, .event-place {
  text-align: center;
  width: 100%
}

.event-date span, .event-detail span, .event-place span {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle
}

.event-date p, .event-detail p, .event-place p {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 0
}

.event-date {
  margin-bottom: 3px
}

.event-date p {
  font-weight: 700
}

.event-detail {
  margin-bottom: 15px
}

.event-place {
  margin-bottom: 15px
}

.event-place p {
  font-weight: 700
}

.event-item {
  height: 100%;
  padding: 0 15px
}

@media screen and (max-width: 543px) {
  .event-item {
    padding: 0 6px
  }
}

.event-item-content {
  border-radius: 30px;
  border: 2px solid #d4ba5b;
  height: 100%;
  overflow: hidden;
  padding: 40px 35px;
  padding-bottom: 113px
}

@media screen and (max-width: 543px) {
  .event-item-content {
    padding: 25px 15px;
    padding-bottom: 83px
  }
}

.event-item-image {
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%
}

@media screen and (max-width: 991px) {
  .event-item-image {
    border-radius: 20px
  }
}

@media screen and (max-width: 543px) {
  .event-item-image {
    border-radius: 15px
  }
}

.event-item-image .play-icon {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%)
}

.event-item-image .play-icon img {
  width: 70px
}

@media screen and (max-width: 991px) {
  .event-item-image .play-icon img {
    width: 60px
  }
}

.event-item-image img {
  width: 100%
}

.event-item-services {
  padding-bottom: 36px;
  padding-top: 10px
}

.event-item-services p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase
}

.event-item-title {
  margin-bottom: 15px
}

.event-item-title h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (max-width: 543px) {
  .event-item-title h3 {
    font-size: 20px
  }
}

.event-item-title p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center
}

.event-titles {
  margin-bottom: 85px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .event-titles {
    padding: 0 calc(16.66% + 35px)
  }
}

@media screen and (max-width: 991px) {
  .event-titles {
    margin-bottom: 65px;
    padding: 0 8.33%
  }
}

@media screen and (max-width: 543px) {
  .event-titles {
    margin-bottom: 50px
  }
}

.event-titles h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  text-transform: none;
}

@media screen and (max-width: 543px) {
  .event-titles h2 {
    font-size: 20px
  }
}

.event-titles p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center
}

@media screen and (max-width: 543px) {
  .event-titles p {
    font-size: 14px
  }
}
