/* BOUTON MONTHLY ANNUAL */
.check{
    visibility: hidden;
  }
  
  .checkbox {
    width: 280px;
    height: 40px;
    background-color: transparent;
    border: solid;
    border-color: #ffff;
    border-width: medium;
    border-radius: 30px;
    position: relative;
    color: black;
  }
  
  #checkbox_toggle {
    display: none;
  }
  
  .checkbox .toggle {
    width: 146px;
    margin-top: 1px;
    height: 38px;
    right: 130px;
    position: absolute;
    border-radius: 30px;
    cursor: pointer;
    background: #ffff;
    transition: 0.4s;
    
  }
  
  .checkbox .slide {
    width: 270px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .checkbox .slide .text {
    font-family: montserrat;
    font-size: 16px;
    font-weight: 700;
    z-index: 100;
    cursor: pointer;
    top: 55px;
  }
  .checkbox .slide .text-left {
    transition: color 0.2s ease;
    text-shadow:none;
    color: #171724;
    margin-left: 35px
  }
  .checkbox .slide .text-right {
    transition: color 0.2s ease;
    text-shadow:none;
    color: white;
    padding-right: 40px;
  }
  .check:checked + .checkbox .slide .text-left {
    transition: color 0.2s ease;
    color: white;
  }
  .check:checked + .checkbox .slide .text-right {
    transition: color 0.2s ease;
    color: #171724;
  }
  
  .check:checked + .checkbox .slide .toggle {
    transform: translateX(130px);
  }
  
  /* SUITE */
  #perfect-trade-section-custom_content_AHzYGJ {
    margin-bottom: 60px;
  }
  #perfect-trade-section-custom_content_AHzYGJ style + .custom_bg {
    background-color: #171724;
    width: 100vw
  }
  #perfect-trade-section-custom_content_AHzYGJ style + div .page-width, #perfect-trade-section-custom_content_AHzYGJ style + div div .custom__item {
    max-width: 100vw;
    width: 100vw
  }
  #perfect-trade-section-custom_content_AHzYGJ .custom_bg {
    background-position: center;
    background-size: cover;
  }
  
  .custom__item-inner .title-offer {
    text-align: center;
    font-family: montserrat;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0 25px 0 25px;
  }
  .title-offer .title-color {
    background-image: linear-gradient(to left, #46daff, #e355ff);
    background-clip: text;
    color: transparent;
  }
  .p-offer-better {
    font-family: montserrat;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 25px;
    background-color: #00B67A;
    border-radius: 15px;
    max-width: 83%;
    text-align: center;
    padding: 5px 20px 5px 20px;
  }
  
  /* CARDS */
  .all-card-buy {
    display:flex;
    margin-top: 20px;
    justify-content: center;
    flex-direction: row;
    width: 90vw;
    height: auto;
    overflow: auto;
  }
  .card-left, .card-right {
    padding: 20px;
    margin: 30px 0 30px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 23vw;
    min-width: 310px;
    max-width: 450px;
    min-height : 700px;
    border-radius: 35px;
    background-color: #202737;
  }
  .card-buy-center {
    padding: 20px;
    margin: 20px 20px 30px 20px;
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 23vw;
    min-width: 310px;
    max-width: 450px;
    min-height : 700px;
    border-radius: 35px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 15px;
  }
  @media screen and (max-width: 1080px) {
    .all-card-buy {
      width: 100vw;
      justify-content: flex-start;
      padding: 0 20px 0 20px;
    }
  }
  @media screen and (max-width: 700px) {
    .card-left, .card-right, .card-buy-center {
      width: 70vw;
      max-width: 100vw;
      min-width: 301px;
    }
  }
  
  /* TITLES CARDS */
  .title-card-left, .title-card-right, .title-card-center {
    font-family: montserrat;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 130%;
    background-color: #2B3345;
    border-radius: 20px;
    width: 95%;
  }
  .title-card-center {
    background: linear-gradient(to left, #46daff, #e355ff);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 15px 5px;
    padding: 15px 0 15px calc(45% - 10px);
  }
  .title-card-left {
    padding: 15px 0 15px calc(45% - 15px);
  }
  .title-card-right {
    padding: 15px 0 15px calc(45% - 42px);
  }
  
  /* PRICES */
  .card-prices {
    margin: 40px 0 0 20px;
    display: flex;
    flex-direction: row;
    font-family: montserrat;
    font-weight: 450;
    letter-spacing: 1px;
    font-size: 54px;
  }
  .card-prices-center {
    margin: 3.75px 0 0 20px;
    display: flex;
    flex-direction: row;
    font-family: montserrat;
    font-weight: 450;
    letter-spacing: 1px;
    font-size: 54px;
  }
  .card-devise {
    margin-right: 2px;
    font-size: 36px;
  }
  .card-devise-center {
    margin-right: 2px;
    font-size: 36px;
    color: black;
  }
  .per-month {
    margin-top: 35px;
    font-size: 20px;
  }
  .per-month-center {
    margin-top: 35px;
    font-size: 20px;
    color: black;
  }
  .annual-center, .monthly-center {
    color: black;
  }
  .most-popular {
    color: white;
    font-weight: bold;
    font-family: montserrat;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #00B67A;
    padding: 4px 4px 4px 8px;
    border-radius: 15px 0 0 15px;
    margin-top: 13.75px;
    align-self: end;
    margin-right: -20px;
    margin-bottom: -8px;
  }
  .annual-price-center {
    color: #8f939b;
    margin-top: -10px;
    font-family: montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
  }
  .annual-price {
    color: #8f939b;
    margin-top: -10px;
    font-family: montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
  }
  .percent-save {
    color: white;
    text-align: center;
    font-family: montserrat;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 14px;
    padding: 8px 30px 8px 30px;
    background-color: #2B3345;
    border-radius: 15px;
    font-weight: 450;
  }
  .percent-save-center {
    color: black;
    text-align: center;
    font-family: montserrat;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 14px;
    padding: 8px 30px 8px 30px;
    background-color: #E7EAF0;
    border-radius: 15px;
    font-weight: 450;
  }
  .little-description-card {
    color: white;
    font-family: montserrat;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 16px 0 24px 0;
    text-align: center;
    width: 90%;
  }
  .little-description-card-center {
    color: black;
    font-family: montserrat;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 16px 0 24px 0;
    text-align: center;
    width: 90%;
  }
  
  /* AVANTAGES */
  .all-avantages {
    margin-top: 30px;
    width: 75%;
    font-size: 12px;
    font-family: montserrat;
    letter-spacing: 1px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-buy-center .all-avantages {
    min-height: 250px;
  }
  .card-left .all-avantages {
    min-height: 195px;
  }
  .avantages-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .avantages-title-center {
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
  }
  .div-avantage {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .avantage-center {
    color:black
  }
  .svg-avantage {
    justify-content: start;
    align-items: start;
    height:15px;
    width:15px;
  }
  .avantage {
    width: 90%
  }
  .avantage-center {
    width: 90%
  }
  
  /* BUTTON */
  .buy-button {
    align-self: center;
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: montserrat;
    letter-spacing: 1px;
    color:white;
    background: transparent;
    border: solid;
    border-color: white;
    border-width: 2px;
    padding: 4px 30px 4px 30px;
    border-radius: 30px;
    font-weight: 520;
    cursor: pointer;
  }
  .buy-button-center {
    transition: all 2s color 2s;
    align-self: center;
    margin-top: auto;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: montserrat;
    letter-spacing: 1px;
    color:white;
    background: linear-gradient(to left, #2fccf5, #E355FF);
    padding: 6px 32px 6px 32px;
    border: unset;
    border-radius: 30px;
    font-weight: 520;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 15px 5px;
    cursor: pointer;
  }
  .buy-button:hover {
    border-color: #8c8c8c;
    color: #8c8c8c;
  }
  .buy-button-center:hover {
    background: linear-gradient(to left, #38aecc, #cc4ce5);
  }
  
  /* text-taxes */
  .text-taxes {
    max-width: 50rem;
    opacity: .4;
    text-align: center;
    margin: 0 20px 0 20px;
  }
  
  /* CHANGE MONTHLY/ANNUAL */
  .check + div + div card p + div p + .annual, .check + div + div card + card p + p + div p + .annual-center, .check + div + div card + card + card p + div p + .annual {
    display: none;
  }
  .check:checked + div + div card p + div p + .annual, .check:checked + div + div card + card p + p + div p + .annual-center, .check:checked + div + div card + card + card p + div p + .annual {
    display: inline;
  }
  .check + div + div card p + div p + .monthly, .check + div + div card + card p + p + div p + .monthly-center, .check + div + div card + card + card p + div p + .monthly {
    display: inline;
  }
  .check:checked + div + div card p + div p + .monthly, .check:checked + div + div card + card p + p + div p + .monthly-center, .check:checked + div + div card + card + card p + div p + .monthly {
    display: none;
  }
  .check + div + div card p + div + div .annual-price, .check + div + div card + card p + p + div + div .annual-price-center, .check + div + div card + card + card p + div + div .annual-price {
    display: none;
  }
  .check:checked + div + div card p + div + div .annual-price, .check:checked + div + div card + card p + p + div + div .annual-price-center, .check:checked + div + div card + card + card p + div + div .annual-price {
    display: inline;
  }
  .check + div + div card p + div + div .red-annual, .check + div + div card + card p + p + div + div .red-annual, .check + div + div card + card + card p + div + div .red-annual {
    display: none;
  }
  .check:checked + div + div card p + div + div .red-annual, .check:checked + div + div card + card p + p + div + div .red-annual, .check:checked + div + div card + card + card p + div + div .red-annual {
    display: inline;
  }
  .check + div + div card p + div + div + .percent-save, .check + div + div card + card p + p + div + div + .percent-save-center, .check + div + div card + card + card p + div + div + .percent-save{
    display: none;
  }
  .check:checked + div + div card p + div + div + .percent-save, .check:checked + div + div card + card p + p + div + div + .percent-save-center, .check:checked + div + div card + card + card p + div + div + .percent-save {
    display: inline;
  }
  
  /* AUTRE HEADER */
  .sign-in-perso,
  .sign-in-perso-mobile {
    padding: 5px 12px 5px 12px;
    border-radius: 20px;
    border: solid;
    border-width: 2px;
  }
  .sign-in-perso-mobile:hover, .sign-in-perso:hover {
    border-color: #8c8c8c;
    color: #8c8c8c;
  }