
.page-cartes-cadeaux-et-abonnements h2{
  font-size: 46px;
  color: var(--color_text);
}

/* ----------------------------------- */
/*          Cartes cadeaux BEN         */
/* ----------------------------------- */

.gift-section{
  margin: 60px 0px;
}

.gift-section .gift-content {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.gift-section .gift-image {
  /* height: 350px; */
  width: 40%;
}

.gift-section .gift-image img {
  height: auto;
  width: 100%;
}

.gift-section .gift-text {
  width: 70%;
  padding: 40px;
}

.gift-section .gift-text p{
  text-align: center;
}

.gift-section .gift-text .gift-price{
  font-weight: 800;
  margin-bottom: 30px;
}

.gift-section .gift-text .gift-description{
  font-size: 14px;
}



/* ----------------------------------- */
/*            Cartes cadeaux           */
/* ----------------------------------- */

.cartes-section{

}

.cartes-section .carte-index {
  width: 85%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px;
  margin-bottom: 80px;
  background-color: var(--color_beige);
  box-shadow: 1px 16px 22px -11px rgba(0,0,0,0.21);
  -webkit-box-shadow: 1px 16px 22px -11px rgba(0,0,0,0.21);
  -moz-box-shadow: 1px 16px 22px -11px rgba(0,0,0,0.21);
}

/* ------------ */
/*    IMAGES    */
/* ------------ */

.cartes-section .carte-index .carte-image{
  width: 47%;
}

.cartes-section .carte-index img{
  width: 570px;
}


/* ------------ */
/*     TEXTE    */
/* ------------ */

.cartes-section .carte-index .carte-texte{
  width: 45%;
  padding: 20px;
  font-size: 14px;
}

.cartes-section .carte-index .carte-texte p{
  font-weight: 700;
  margin: 20px 0px;
}

.cartes-section .carte-index .carte-texte h3{
  font-size: 46px;
}

.cartes-section .carte-index:nth-child(1) h3{
  color: #b9181d;
}

.cartes-section .carte-index:nth-child(2) h3{
  color: #262658;
}

.cartes-section .carte-index:nth-child(3) h3{
  color: #285d2f;
}

.cartes-section .carte-index .post-button a{
  line-height: normal;
  font-size: 14px;
  padding: 10px 20px;
}


/* ------------ */
/*  ALTERNANCES */
/* ------------ */

.cartes-section .carte-index:nth-child(old) {
  flex-direction: row;
}

.cartes-section .carte-index:nth-child(even) {
  flex-direction: row-reverse;
}

.cartes-section .carte-index:nth-child(odd) {
  margin-left: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.cartes-section .carte-index:nth-child(odd) h3,
.cartes-section .carte-index:nth-child(odd) p,
.cartes-section .carte-index:nth-child(odd) .post-button{
  text-align: left;
}

.cartes-section .carte-index:nth-child(odd) img {
  transform: rotate(355deg);
}

.cartes-section .carte-index:nth-child(even) {
  margin-right: auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.cartes-section .carte-index:nth-child(even) h3,
.cartes-section .carte-index:nth-child(even) p,
.cartes-section .carte-index:nth-child(even) .post-button{
  text-align: right;
}

.cartes-section .carte-index:nth-child(even) img {
  transform: rotate(5deg);
}




@media (max-width: 1660px) {
  .cartes-section .carte-index{
    width: 97%;
  }
}

@media (max-width: 768px) {

  .gift-section .gift-content{
    flex-direction: column;
    width: 100%;
  }

  .gift-section .gift-image{
    width: 100%;
    text-align: center;
  }

  .gift-section .gift-text{
    width: 100%;
  }


  /*    CARTES CADEAUX    */

  .cartes-section .carte-index{
    flex-direction: column !important;
    gap: 42px;
  }

  .cartes-section .carte-index .carte-image {
    width: 100%;
    text-align: center;
  }

  .cartes-section .carte-index img {
    width: 460px;
  }

  .cartes-section .carte-index .carte-texte{
    width: 100%;
  }

}


/* ----------------------------------- */
/*             Abonnements             */
/* ----------------------------------- */

#abonnements{
  padding-top: 30px;
  background-color: var(--color_beige);
}

.abo-header{
  width: 700px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

.abo-header h2{
  padding-bottom: 20px;
}

.abo-header p{
  font-size: 14px;
}



/* ------------- */
/*  Comparatifs  */
/* ------------- */

.abo-cat {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  gap: 64px;
}

.abo-header p{
  font-size: 14px;
  font-weight: 700;
}

.abo-cat > div{
  width: 48%;
  min-height: 200px;
}

.abo-cat h3{
  color: var(--color_text);
  font-size: 42px;
  margin-bottom: 20px;
}

.abo-content{
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


.abo-contenu{
  width: 49%;
  background: #ffffff;
  border: 10px solid #a6a6a636;
  border-radius: 50px;
  padding: 10px;
}

.abo-contenu h6{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  font-variation-settings: 'wght' 900;
  font-family: 'Open Sans Static', 'Open Sans', sans-serif;
  padding: 12px 24px;
  border-radius: 40px;
}

.abo-contenu:nth-child(1) h6{
  background-color: #ffbc00;
}

.abo-contenu:nth-child(2) h6{
  background-color: #d74e09;
}


.abo-contenu p:nth-child(2){
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  padding: 10px;
}

.abo-contenu ul:nth-child(3) {
  padding: 0px;
  margin: 0px 25px auto 52px;
}

.abo-contenu ul:nth-child(3) li {
  font-size: 12px;
  margin-bottom: 10px;
}

.abo-contenu p:nth-child(4) {
  font-weight: 700;
  text-decoration: underline;
  color: var(--color_text);
  text-align: center;
  padding: 10px;
}






.button-cartes-cadeaux-abonnements{
  text-align: center;
  padding: 40px 0px;
}

.button-cartes-cadeaux-abonnements a{
  padding: 10px 20px;
}





@media (max-width: 1000px) {
  .abo-header {
      width: 90%;
      padding: 34px;
  }

  .abo-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .abo-cat {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px;
  }

  .abo-cat > div {
      width: 100%;
  }

  .abo-contenu{
    width: 250px;
  }
}


@media (max-width: 500px) {
  .abo-header h2 {
      font-size: xx-large;
  }

  .abo-content {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

}

/**/
