.bwa-responsive-slider__right-column > *:nth-child(n+3) {
  display : none;
}

/*******************
      Text Center
 ********************/

.bwa-customcard_text-center__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : default;
}

.bwa-customcard_text-center__card-link {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.bwa-customcard_text-center__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-center__card:hover img {
  transform : scale(1.1);
}

.cards_brands .card-media .media-container img {
  opacity: 0.7;
  transition: 0.3s ease;
  display: block;
  margin: 0 auto;
}
.cards_brands .card-media .media-container img:hover {
  opacity: 1;
}

.bwa-customcard_text-center__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  margin-top      : 20px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-center__card-flag {
  position : absolute;
  top      : 15px;
  right    : 20px;
  color    : var(--color-white-default);
}

.bwa-customcard_text-center__card-text h3 {
  font-size      : calc(22px + (34 - 22) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(8px + (15 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
}

.bwa-customcard_text-center__card-text p {
  font-size   : calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 500;
  margin      : 0;
}

.bwa-customcard_text-center__card-flag {
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 300;
}

/*******************
      Text Left
 ********************/

.bwa-customcard_text-left__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : pointer;
}

.bwa-customcard_text-left__card-img {
  width : 100%;
}

.bwa-customcard_text-left__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-left__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-left__card-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 35%;
  left            : 40px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__button {
  border-radius  : 50px !important;
  background     : #6E9CE1 !important;
  padding        : .2rem 1rem !important;
  font-size      : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 400 !important;
  letter-spacing : 1px;
  border         : 1px solid #6E9CE1 !important;
}

.bwa-customcard_text-left__button:hover {
  background : transparent !important;
  color      : #6E9CE1 !important;
}

.bwa-customcard_text-left__card-text h3 {
  font-size      : calc(14px + (21 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1.2;
  letter-spacing : 2px;
}

.bwa-customcard_text-left__card-text_description {
  color       : #ADC6EB;
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-left__card-text_text {
  font-size   : calc(14px + (19 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.2;
  font-weight : 600;
}

/*******************
      Text Right
 ********************/

.bwa-customcard_text-right__grid a:hover {
  color : var(--color-black-default);
}

.bwa-customcard_text-right__card {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  cursor          : pointer;
}

.bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-customcard_text-right__card-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-customcard_text-right__card:hover img {
  transform : scale(1.1)
}

.bwa-customcard_text-right__card-text {
  position        : absolute;
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 45%;
  left            : 48%;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__button {
  border-radius : 2px !important;
  background    : var(--color-white-default) !important;
  padding       : .2rem 1rem !important;
  font-size     : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight   : 700 !important;
  border        : 1px solid var(--color-white-default) !important;
  color         : var(--color-black-default) !important;
}

.bwa-customcard_text-right__button:hover {
  background : transparent !important;
}

.bwa-customcard_text-right__title-container {
  display        : flex;
  flex-direction : column;
  gap            : calc(2px + (5 - 2) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text h3 {
  font-size      : calc(14px + (30 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 700;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1;
}

.bwa-customcard_text-right__card-text_description {
  font-size   : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-customcard_text-right__card-text_text {
  font-size   : calc(12px + (12 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 600;
  line-height: 1.1em;
}

.bwa-customcard_text-right__svg {
  width           : 100%;
  display         : flex;
  justify-content : end;
}

/**************************
      With slider
 ************************/
.bwa-responsive-slider .bwa-customcard_text-center__card-link,
.bwa-responsive-slider .bwa-customcard_text-center__card-img,
.bwa-responsive-slider .bwa-customcard_text-left__card-img,
.bwa-responsive-slider .bwa-customcard_text-right__card-img {
  width : 100%;
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
  font-size      : calc(50px + (70 - 50) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(14px + (20 - 14) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-center__card-text {
  margin-top : 80px;
  gap        : calc(17px + (25 - 17) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text {
  gap  : calc(15px + (20 - 15) * ((100vw - 1200px) / (1920 - 1200)));
  left : calc(60px + (85 - 60) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__button {
  font-size : calc(18px + (26 - 18) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
  font-size      : calc(30px + (45 - 30) * ((100vw - 1200px) / (1920 - 1200)));
  line-height    : 1.2;
  letter-spacing : 3px;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
  font-size   : calc(16px + (24 - 16) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.5;
}

.bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
  font-size : calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}


/**********************************
* Présentation
***********************************/
.presentation-inner .card {
  padding: 120px 0 ;
  background: transparent;
}

.presentation-inner .card:first-child .card-buttons {
  max-width: 400px;
}

.presentation-inner .btn-primary {
  background: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
}

.presentation-inner .btn-primary:hover {
  border: unset;
  background: unset;
}

.presentation-inner .title-card,.container-header h2 {
  color: var(--color-primary);
  font-family: Elsie;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.container-header{
  max-width: 600px;
}

.presentation-inner .card a {
  display: block;
  width: fit-content;
}

.container-header p {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 80px;
}

.presentation-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  align-items: flex-end;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}

.presentation-container {
  background: #F9F2ED;
  position: relative;
}

.media-left {
  position: relative;
}

.logo_animate {
  position: absolute;
  top: -70px;
  left: -70px;
  animation: rotate 10s linear infinite;
  z-index: 3;
}

.deco_svg_leaf {
  position: absolute;
  right: 0;
  bottom: 0;
}

.deco_svg_person {
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: 2;
}

.deco_svg_logo_simp {
  position: absolute;
  left: -150px;
  bottom: 0;
  z-index: 1;
}

.presentation-inner {
  position: relative;
  z-index: 3;
}
.presentation-inner .card img,.cards_categories .card img {
  transition: 0.4s ease;
}

.presentation-inner .card .card-buttons svg,.card-buttons  svg,.cards_categories .card .card-buttons svg {
  transform: translateX(0);
  transition: 0.4s ease;
}

.presentation-inner .media-container,.cards_categories .media-container{
  overflow: hidden;
}

.presentation-inner .card:hover .media-container img,.cards_categories .card:hover .media-container img {
  transform: scale(1.05);
}

.cards_categories .card .media-container img {
  width: 100%;
  object-fit: cover;
}

.presentation-inner .card:hover .card-buttons  svg,.cards_categories .card:hover .card-buttons svg {
  transform: translateX(-30px);
}

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

.card-description {
  max-width: 400px;
}

.card-description .description-card{
  display: block;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  padding: 20px 0;
}

.card-description .text-card {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.84px;
}

/**********************************
* Cards categories
***********************************/
.cards_categories {
  background-color:#F9F2ED ;
  position: relative;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.cards_categories .card-buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards_categories .card-buttons {
  width: 90%;
  margin: 0 auto;
}
.cards_categories .card-buttons span {
  color: #FFF;
  font-family: Elsie;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards_categories .card {
  width: fit-content;
}

.card-description.large{
  max-width: 600px ;
}

.presentation-content {
  position: relative;
  max-width: 2500px;
  margin: 0 auto;
}

.presentation-inner .card a {
  width : 100%;
}

.deco_svg_person img {
  height: 450px;
}
@media ( max-width : 767px) {
  /*****************************
      Text Center in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-center__card-text h3 {
    font-size      : calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    letter-spacing : calc(8px + (14 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-center__card-text {
    margin-top : calc(60px + (80 - 60) * ((100vw - 320px) / (767 - 320)));
    gap        : calc(8px + (25 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Left in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-left__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
    left : calc(30px + (85 - 30) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text h3 {
    font-size      : calc(16px + (30 - 16) * ((100vw - 320px) / (767 - 320)));
    line-height    : 1.2;
    letter-spacing : 3px;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-left__card-text_text {
    font-size : calc(14px + (35 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Right in Slider
 ********************************/

  .bwa-responsive-slider .bwa-customcard_text-right__card-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text h3 {
    font-size      : calc(16px + (35 - 16) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-customcard_text-right__card-text_text {
    font-size : calc(14px + (30 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Center, Left and Right in Slider
 ********************************/

  .bwa-customcard_text-left__card, .bwa-customcard_text-center__card {
    border-radius : 0 !important;
  }

  .presentation-inner {
    grid-template-columns: 1fr;
  }

  .presentation-inner .logo_animate,.deco_svg_leaf,.deco_svg_person,.deco_svg_logo_simp{
    display: none;
  }

  .presentation-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .media-container img.default-media {
    width : 80%;
  }

  .card:nth-child(2) .container-header {
    display: none;
  }

  .container-header h2 {
    font-size: 25px;
    margin: 0 0 25px;
  }

  .presentation-inner .title-card {
    font-size: 19px;
  }

  .presentation-inner .card {
      padding: 0;
  }

  .media-left {
    padding-right: unset !important;
  }

  .presentation-inner .card:nth-child(2) {
    margin-top: 30px;
  }

  .cards_categories {
    flex-direction: column;
    width: 90% !important;
    margin: 0 auto;
    gap: 0;
  }

  .media-left {
    display: block !important;
  }

  .media-presentation .logo_animate {
    top: -70px !important;
    left: unset !important;
    right: -30px;
    width: fit-content;
    height: fit-content;

  }

  .media-container .responsive-media {
    width: 100%;
    object-fit: cover;
  }

  .media-presentation .logo_animate img {
    transform: scale(0.5);
  }

  .presentation-inner .card a {
    width: 100%;
  }

  .cards_categories .card {
    width: 100% !important;
  }

  .card-description .description-card {
    padding: 10px 0;
  }

  .presentation-inner .card-buttons svg {
    width : 30px !important;
    height: 30px !important;
  }
}

@media screen and (min-width : 768px) and (max-width: 1199px){
  .logo_animate,.deco_svg_person,.deco_svg_logo_simp {
    display: none;
  }

  .card-description {
    max-width: 450px;
  }

  .presentation-inner .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .presentation-inner .card:first-child img {
    width: 450px;
  }

  .presentation-inner {
    display: flex;
    padding: 50px 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .presentation-inner .card {
    padding: 0;
  }

  .media-left {
    display: block !important;
    width: 100%;
  }
  customerorder_detail
  .presentation-inner .card a{
    width: 100%;
  }

  .presentation-inner .card .card-media.media-left img.responsive-media {
    width: 100%;
    object-fit: cover;
  }

  .shop_presentation .media-presentation img[alt="Img Presentation"] {
    display: block;
    margin : auto;
  }

  .presentation-inner .card a,.card-description,.shop_presentation p,.shop_presentation ul,.shop_faq .content_container{
    max-width: 600px !important;

  }

  .deco_svg_person,.deco_svg_logo_simp {
    display: none;
  }

  .faq-question span:first-child{
    width: 90%;
  }
}

@media screen and (min-width : 1200px) and (max-width: 1500px) {
  .deco_svg_person {
   display: none;
  }
}
