@charset "UTF-8";
/* CSS Document */

body{
  overflow-x: hidden;
}
#main, #wrapper.pt_storefront, #wrapper.pt_content{
  max-width: 100%
}

.wecare img{
  display: block;
}

.wecare a{
  overflow: visible;
}

.wecare b, .wecare strong{
  font-family: "Montserrat","sans-serif";
	font-weight: 800;
}

.wecare .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wecare .intro .grid div{
  overflow: hidden;
}

.wecare .rel{
  position: relative;
}

.wecare .z2{
  z-index: 2;
}

.wecare .z3{
  z-index: 3;
}

.wecare h1,.wecare h2{
  color: #000
}

.wecare .lh1{
  line-height: 1;
}

.wecare .lh1-4{
  line-height: 1.4;
}

.wecare .white{
  color: #FFF;
}

.wecare .montserrat-medium{
  font-family:"Montserrat";
  font-weight: 500;
}

.wecare .montserrat-reg{
  font-family:"Montserrat";
}

.wecare .text-center{
  text-align: center;
}

.wecare .padding-container{
  position: relative;
  overflow: hidden;
  height: 0;
}

.wecare .height-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wecare .grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(24, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 0px;
}

.wecare section{
  position: relative;
}

.wecare .cta{
  border-radius: 60px;
  font-family: "Montserrat","sans-serif";
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
	font-weight: bold;
}

.wecare .cta-black{
  color: #FFF;
  background: #000;
  border: 2px solid #000;
  cursor: pointer;
}

.wecare .text-rotate{
  animation: rotation 8s infinite linear;
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.wecare sup{
  font-size: 60%
}

.wecare .stroke-rose{
  color: transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #F9B5B3;
}

.wecare .stroke-noir{
  color: transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #000;
}

.wecare .rose{
  color: rgba(249, 181, 179, 0.2);
}

.wecare .rose2{
  color: #FA7F7B;
}

.wecare .rose3{
  color: #FE3466;
}

.wecare .beige{
  color: #F8D5BF;
}

.wecare .logo-engage{
  max-width: 308px;
  margin: 0 auto;
  width: 100%
}

.wecare .muscle{
  max-width: 87px;
  margin: 0 auto 30px;
}

/* NAV */
.wecare nav li{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.wecare .cicle-nav{
  font-family: "Montserrat-bold","sans-serif";
}

.wecare .cta-container {
  grid-area: 1 / 10 / 25 / 16;
  width: 100%;
}

/* INTRO */
.wecare .logo-wecare{
  max-width: 306px;
  margin: 25px auto
}

.wecare .intro .img-container {
  grid-area: 1 / 1 / 25 / 25;
}

.wecare .intro .text-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

/* INTRO BIS*/
.wecare .intro-bis .img-container {
  grid-area: 3 / 5 / 25 / 15;
}

.wecare .intro-bis .text-container {
  grid-area: 6 / 14 / 14 / 22;
}

.wecare .intro-bis .text-rotate {
  grid-area: 1 / 4 / 25 / 7;
}

.wecare .intro-bis .stroke-rose{
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 200%
}

/* Programme */
.wecare .programme .cell-prog{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin-top: 16%;
  width: 100%
}

.wecare .programme .cell-prog .rel{
  width: 100%;
  margin: 3% 0 8%
}

.wecare .programme .cell-prog .text-abs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.wecare .programme .cell01 {
  grid-area: 1 / 6 / 25 / 10;
}

.wecare .programme .cell02 {
  grid-area: 1 / 11 / 25 / 15;
}

.wecare .programme .cell03 {
  grid-area: 1 / 16 / 25 / 20;
}

/* SLIDERS */
.wecare .sliders{
  background: #F9F9F9;
  margin-bottom: 0
}

.wecare .sliders1{
  padding: 80px 0 40px;
}

.wecare .sliders2{
  padding: 40px 0 80px;
}

.wecare .sliders1 .wrapper{
  width: 300%
}

.wecare .sliders2 .wrapper{
  width: 350%
}

.wecare .sliders .mb20{
  margin-bottom: 20px
}

.wecare .sliders .rel{
  max-width: 308px;
  margin: 0 auto 40px;
  width: 16.04166666666667%
}

.wecare .sliders .rel p{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.wecare .sliders .slider-cell{
  width: 36.77083333333333%;
  margin-right: 14px;
  box-sizing: border-box;
  padding: 3% 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wecare .sliders .slider-produits{
  padding-left: 87px;
  z-index: 6
}

.wecare .sliders .slider-produits .slide-collection{
  background: #F9B5B3;
}

.wecare .sliders .slider-produits .slide-coton{
  background: url('../images/slide-coton.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-polyester{
  background: url('../images/slide-polyester.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-polyamide{
  background: url('../images/slide-polyamide.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-viscose{
  background: url('../images/slide-viscose.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-modal{
  background: url('../images/slide-modal.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-engagement{
  background: #F8D5BF;
}

.wecare .sliders .slider-produits .slide-sacs{
  background: url('../images/slide-sacs.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-sachets{
  background: url('../images/slide-sachets.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-cartes{
  background: url('../images/slide-cartes.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-bowling{
  background: url('../images/slide-bowling.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-cintres{
  background: url('../images/slide-cintres.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-packagings{
  background: url('../images/slide-packagings.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .sliders .slider-produits .slide-projets{
  background: url('../images/slide-projets.jpg?$staticlink$') no-repeat center;
  background-size: cover;
}

.wecare .flickity-button{
  color: #FFF;
  background: #000;
  border-radius: 0;
}

.wecare .flickity-button-icon{
  fill: #FFF;
}

.wecare .flickity-button:hover{
  background: #000;
}

/* TRANPARENCE */
.wecare .transparence{
  padding: 30px 0 80px;
  background: #FFF4F4;
  margin-bottom: 0
}

.wecare .transparence .stroke-rose{
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 300%;
  z-index: 1
}

.wecare .transparence .text-container02 {
  grid-area: 20 / 6 / 25 / 11;
  background: #FA7F7B;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15%;
}

.wecare .transparence .text-container01 {
  grid-area: 15 / 4 / 20 / 9;
  background: #F9B5B3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15%;
}

.wecare .transparence .img-container01 {
  grid-area: 4 / 5 / 16 / 14;
  position: relative;
  z-index: 2
}

.wecare .transparence .img-container02 {
  grid-area: 13 / 12 / 23 / 21;
}

.wecare .transparence .effect-container {
  grid-area: 1 / 1 / 10 / 9;
  position: relative;
  z-index: 1
}

.wecare .transparence .text-container03 {
  grid-area: 7 / 13 / 12 / 23;
}

.wecare .transparence .text-rotate-container {
  max-width: 308px;
  width: 16.04166666666667%;
  position: absolute;
  top: 7%;
  right: 9%
}

.wecare .transparence .text-rotate-container p{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  bottom: inherit;
}

.wecare .transparence .effect-container p{
  transition: opacity ease-out 1s;
  margin-top: -3%;
}

.wecare .transparence .show-text{
  opacity: 0;
}

.wecare .transparence .mb50{
  margin: 2.5% 0;
}

.wecare .transparence .faq{
  margin-top: 5%
}

.wecare .transparence .faq .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #F9B5B3;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.wecare .transparence .faq .rel{
  margin: 0;
  max-height: 45px;
}

.wecare .transparence .faq-effect{
  cursor: pointer;
  height: 100%;
}

.wecare .transparence .faq-effect .flex .rel svg:last-child{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(0deg);
  transition: transform 0.3s ease-out;
}

.wecare .transparence .faq-effect.active .rel svg:last-child{
  transform: translate(-50%,-50%) rotate(90deg);
  transition: transform 0.3s ease-out;
}

.wecare .transparence .faq-effect .text-fade{
  height: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
}

.wecare .transparence .faq-effect.active .text-fade{
  transition: all .2s ease-out;
  opacity: 1;
  visibility: visible;
  height: auto;
  box-sizing: border-box;
  width: 100%;
}

.wecare .transparence .faq01 {
  grid-area: 1 / 4 / 25 / 9;
}

.wecare .transparence .faq02 {
  grid-area: 1 / 10 / 25 / 15;
}

.wecare .transparence .faq03 {
  grid-area: 1 / 16 / 25 / 22;
}

/* ACTIONS */
.wecare .actions{
  background: url('../images/motif-fond.jpg?$staticlink$') repeat center;
  padding: 80px 0;
}
.wecare .actions .text-rotate-container{
  max-width: 308px;
  margin: 0 auto 40px;
  width: 16.04166666666667%
}

.wecare .actions .text-rotate-container p{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.wecare .actions .margin{
  margin: 2% 0;
}

.wecare .actions .img-container01 {
  grid-area: 1 / 5 / 25 / 13;
}

.wecare .actions .img-container02 {
  grid-area: 1 / 13 / 25 / 21;
}

.wecare .actions .mb76{
  margin-bottom: 76px
}

.wecare .actions .plus{
  border-radius: 50%;
  background:#000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  height: 65px;
  width: 65px;
  cursor:pointer;
}

.wecare .actions .plus svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.wecare .actions .plus svg:last-child{
  transform: translate(-50%,-50%) rotate(0deg);
  transition: transform 0.3s ease-out;
}

.wecare .actions .img-container.active .plus svg:last-child{
  transform: translate(-50%,-50%) rotate(90deg);
  transition: transform 0.3s ease-out;
}

.wecare .actions .text-fade{
  opacity: 0;
  transition: opacity 0.6s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8% 10%;
  box-sizing: border-box;
  background: #FFDCDB;
}

.wecare .actions .img-container.active .text-fade{
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

.wecare .actions .rose3{
  margin-bottom: 20px;
}

@media only screen and (max-width : 992px){
  .hidden-m{
    display: none;
  }

  .wecare section{
    margin-bottom: 60px
  }

  .wecare .ft100{
    font-size: 100px;
  }

  .wecare .ft72{
    font-size: 72px;
  }

  .wecare .ft60{
    font-size: 60px;
  }

  .wecare .ft48{
    font-size: 40px;
  }

  .wecare .ft36{
    font-size: 36px;
  }

  .wecare .ft32{
    font-size: 28px;
  }

  .wecare .ft30{
    font-size: 30px;
  }

  .wecare .ft24{
    font-size: 24px;
  }

  .wecare .ft22{
    font-size: 22px;
  }

  .wecare .ft20{
    font-size: 20px;
  }

  .wecare .ft18{
    font-size: 18px;
  }

  .wecare .cta{
    font-size: 24px;
    padding: 24px 0;
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 120px;
  }

  .wecare .mt8-m{
    margin-top: 8px
  }

  .wecare .mt12-m{
    margin-top: 12px
  }

  .wecare .mt15-m{
    margin-top: 15px
  }

  .wecare .z3{
    z-index: 3
  }

  .wecare .z4{
    z-index: 4
  }

  .wecare .grid.grid-none{
    display: block;
  }

  .wecare .grid.grid-mob{
    grid-template-rows: none;
  }

  .wecare .plr15{
    padding: 0 15px
  }

  .wecare .cta-container{
    grid-area: 1 / 3 / 25 / 23;
  }

  .wecare .flickity-button{
    display: none;
  }

  .wecare .logo-wecare{
    width: 40%
  }

  /* INTRO*/
  .wecare .intro{
    margin-bottom: 0
  }

  /* NAV */
  .wecare nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 12;
  }

  .wecare nav ul{
    padding: 20px 0;
    border-top: 1px solid #F0F0F0;
  }

  .wecare nav ul, .wecare nav ul li{
    display: flex;
    justify-content: center;
    align-items: center;
  }

   .wecare nav ul li{
    flex-direction: row-reverse;
    width: 33.33333%
   }

   .wecare .cicle-nav{
    color: #F9B5B3;
    margin-right: 5px;
   }

   /* INTRO BIS */
   .wecare .intro-bis .text-container {
    grid-area: 3 / 3 / 8 / 23;
    margin: 40px 0;
  }

  .wecare .intro-bis .img-container {
    grid-area: 10 / 5 / 25 / 21;
  }

  .wecare .intro-bis .img-container img{
    width: 100%;
  }

  .wecare .intro-bis .text-rotate {
    grid-area: 11 / 2 / 20 / 8;
  }

  .wecare .intro-bis .stroke-rose{
    width: 350%
  }

  /* PROGRAMME */
  .wecare .programme .grid{
    margin: 40px 0;
  }

  .wecare .programme .cell01{
    grid-area: 1 / 4 / 7 / 22;
  }

  .wecare .programme .cell02{
    grid-area: 9 / 4 / 16 / 22;
  }

  .wecare .programme .cell03{
    grid-area: 18 / 4 / 25 / 22;
  }

  .wecare .programme .cell-prog{
    margin-top: 0;
    justify-content: flex-start;
    flex-direction: row;
  }

  .wecare .programme .cell-prog .rel{
    margin: 0;
    width: calc(100% - 114px);
    text-align: right;
  }

  .wecare .programme .cell-prog img{
    max-width: 114px;
    width: 100%;
  }

  .wecare .programme .cell-prog .rel .text-abs{
    text-align: left;
    padding-left: 20px;
  }

  /* SLIDERS */
  .wecare .sliders .rel{
    width: 32.67326732673267%
  }

  .wecare .sliders1 .wrapper{
    width: 550%;
  }

  .wecare .sliders2 .wrapper{
    width: 600%;
  }

  .wecare .sliders .slider-cell{
    width: 100%;
    margin-right: 0;
    padding: 8%;
    height: 500px;
  }

  .wecare .sliders .slider-produits{
    padding-left: 0;
    z-index: 1
  }

  .wecare .sliders .slider-produits .flickity-page-dots{
    bottom: -35px;
  }

  .wecare .sliders .slider-produits .flickity-page-dots .dot{
    background: #9f9f9f;
    width: 16px;
    height: 16px;
  }

  .wecare .sliders .slider-produits1 .flickity-page-dots .dot.is-selected{
    background: #FA7F7B;
  }

  .wecare .sliders .slider-produits2 .flickity-page-dots .dot.is-selected{
    background: #FFCBAA;
  }

  /* TRANSPARENCE */
  .wecare .transparence{
    padding: 80px 0;
  }

  .wecare .transparence .text-rotate-container{
    position: relative;
    top: inherit;
    right: inherit;
    width: 32.67326732673267%;
    margin: 0 auto 40px;
  }

  .wecare .transparence .text-container03 {
    grid-area: 1 / 3 / 3 / 23;
    margin: 0 0 40px;
  }

  .wecare .transparence .img-container01 {
    grid-area: 4 / 5 / 12 / 21;
  }

  .wecare .transparence .text-container04 {
    grid-area: 13 / 3 / 15 / 23;
    margin: 40px 0;
  }

  .wecare .transparence .img-container02 {
    grid-area: 16 / 5 / 22 / 21;
  }

  .wecare .transparence .text-container01 {
    grid-area: 20 / 1 / 24 / 13;
    padding: 15%;
  }

  .wecare .transparence .text-container02 {
    grid-area: 21 / 13 / 25 / 25;
    padding: 15%;
  }

  .wecare .transparence .effect-container {
    grid-area: 6 / 13 / 13 / 25;
  }

  .wecare .transparence .faq-effect {
    width: 83.16831683168317%;
    margin: 0 auto;
  }

  .wecare .transparence .faq-effect.active .text-fade{
    margin-bottom: 50px
  }

  .wecare .transparence .mb50{
    margin: 40px 0;
  }

  .wecare .transparence .faq{
    margin-top: 30px;
  }

  /* ACTIONS */
  .wecare .actions .text-rotate-container{
    width: 32.67326732673267%;
  }

  .wecare .actions .img-container01 {
    margin-bottom: 76px;
  }

  .wecare .actions .grid{
    display: block;
  }

  .wecare .actions .grid img{
    width: 100%;
  }
}

@media only screen and (max-width : 640px){
  .wecare .ft100{
    font-size: 50px;
  }

  .wecare .ft72{
    font-size: 32px;
  }

  .wecare .ft60{
    font-size: 35px;
  }

  .wecare .ft48{
    font-size: 21px;
  }

  .wecare .ft36{
    font-size: 20px;
  }

  .wecare .ft32{
    font-size: 18px;
  }

  .wecare .ft30{
    font-size: 17px;
  }

  .wecare .ft24{
    font-size: 16px;
  }

  .wecare .ft22{
    font-size: 13px;
  }

  .wecare .ft20{
    font-size: 12px;
  }

  .wecare .ft18{
    font-size: 10px;
  }

  .wecare .cta{
    font-size: 14px;
    padding: 12px 0;
  }

  .wecare .logo-wecare{
    margin: 12px auto;
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 55px;
  }

  .wecare .programme .cell-prog .rel{
    width: calc(100% - 52px);
  }

  .wecare .programme .cell-prog img{
    max-width: 52px;
  }

  .wecare .sliders .slider-cell{
    height: 375px;
  }

  .wecare .transparence .faq-effect .rel{
    width: 30px;
    height: 30px
  }

  .wecare .transparence .faq-effect .rel svg{
    width: 100%;
    height: 100%;
  }

  .wecare .transparence .faq .flex{
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .wecare .transparence .faq-effect.active .text-fade{
    margin-bottom: 25px
  }

  .wecare .transparence, .wecare .sliders1{
    padding: 40px 0;
  }

  .wecare .sliders2{
    padding: 40px 0 60px;
  }

  .wecare .actions{
    padding: 40px 0 76px;
  }

}

@media only screen and (min-width : 992px){
  .hidden-d{
    display: none;
  }

  .wecare section{
    margin-bottom: 50px
  }

  .wecare .ft100{
    font-size: 60px;
  }

  .wecare .ft72{
    font-size: 45px;
  }

  .wecare .ft60{
    font-size: 35px;
  }

  .wecare .ft48{
    font-size: 30px;
  }

  .wecare .ft36{
    font-size: 25px;
  }

  .wecare .ft32{
    font-size: 21px;
  }

  .wecare .ft30{
    font-size: 18px;
  }

  .wecare .ft24{
    font-size: 15px;
  }

  .wecare .ft22{
    font-size: 13px;
  }

  .wecare .ft20{
    font-size: 12px;
  }

  .wecare .ft18{
    font-size: 10px;
  }

  .wecare .cta{
    font-size: 13px;
    padding: 12px 0;
  }

  .wecare .cta-black:hover{
    background: transparent;
    color: #000
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 85px;
  }

  .wecare .flickity-page-dots{
    display: none;
  }

  .wecare nav{
    position: fixed;
    top: 50%;
    right: 1.927083333333333%;
    transform: translateY(-50%);
    z-index: 4;
  }

  .wecare nav li:not(:last-child){
    margin-bottom: 17px;
  }

  .wecare .text-nav{
    color: #FFF;
    text-shadow: 0px 2px 8px #00000080;
    margin-right: 14px
  }

  .wecare .cicle-nav{
    border-radius: 50%;
    background: #FA7F7B;
    color: #FFF;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wecare .sliders .slider-cell{
    height: 450px;
  }
}

@media only screen and (min-width : 1200px){
  .wecare .ft100{
    font-size: 65px;
  }

  .wecare .ft72{
    font-size: 55px;
  }

  .wecare .ft60{
    font-size: 45px;
  }

  .wecare .ft48{
    font-size: 36px;
  }

  .wecare .ft36{
    font-size: 30px;
  }

  .wecare .ft32{
    font-size: 26px;
  }

  .wecare .ft30{
    font-size: 24px;
  }

  .wecare .ft24{
    font-size: 18px;
  }

  .wecare .ft22{
    font-size: 16px;
  }

  .wecare .ft20{
    font-size: 14px;
  }

  .wecare .ft18{
    font-size: 12px;
  }

  .wecare .cta{
    font-size: 16px;
    padding: 16px 0;
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 105px;
  }
}

@media only screen and (min-width : 1400px){
  .wecare section{
    margin-bottom: 100px
  }

  .wecare .ft100{
    font-size: 80px;
  }

  .wecare .ft72{
    font-size: 62px;
  }

  .wecare .ft60{
    font-size: 50px;
  }

  .wecare .ft48{
    font-size: 40px;
  }

  .wecare .ft36{
    font-size: 32px;
  }

  .wecare .ft32{
    font-size: 28px;
  }

  .wecare .ft30{
    font-size: 26px;
  }

  .wecare .ft24{
    font-size: 20px;
  }

  .wecare .ft22{
    font-size: 18px;
  }

  .wecare .ft20{
    font-size: 16px;
  }

  .wecare .ft14{
    font-size: 14px;
  }

  .wecare .cta{
    font-size: 18px;
    padding: 20px 0;
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 120px;
  }

  .wecare .sliders .slider-cell{
    height: 650px;
  }

}

@media only screen and (min-width : 1600px){
  .wecare .ft100{
    font-size: 100px;
  }

  .wecare .ft72{
    font-size: 72px;
  }

  .wecare .ft60{
    font-size: 60px;
  }

  .wecare .ft48{
    font-size: 48px;
  }

  .wecare .ft36{
    font-size: 36px;
  }

  .wecare .ft32{
    font-size: 32px;
  }

  .wecare .ft30{
    font-size: 30px;
  }

  .wecare .ft24{
    font-size: 24px;
  }

  .wecare .ft22{
    font-size: 22px;
  }

  .wecare .ft20{
    font-size: 20px;
  }

  .wecare .ft18{
    font-size: 18px;
  }

  .wecare .cta{
    font-size: 22px;
    padding: 24px 0;
  }

  .wecare .wrapper, .wecare .ft160{
    font-size: 140px;
  }
}

@media only screen and (min-width : 1800px){
  .wecare .wrapper, .wecare .ft160{
    font-size: 160px;
  }
}

