/* 
  ==================================================
  abonnements
  ==================================================
*/

/* background style */

  .half-circle-background {
    z-index: -1;
    position: fixed;
    top: 0;
    transform: translate(-25%, 0);
    height: 500px;
    width: 200%;
    border-radius: 0 0 100% 100%;
    background-color: #9c69ff;
  }

/* balise */
.nav-title-abonnement{
  color: #8c51ff;
}

#abonnement-page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 35px;
  color: white;
}

.abonnement-page-description{
  margin: 0;
}

.abonnement-page-title {
  margin-top: 10px;
  font-size: 50px;
}

.abonnement-type {
  margin-bottom: 32.5px;
}

.card-abonnement {
  max-width: 500px;
  width: 25%;
  min-width: 350px;
  min-height: 525px;
  padding: 0 2em 2em;
  border: 1px solid #D8D8D8;
  border-top: 20px solid #FAA434;
  border-radius: 20px;
  text-align: center;
  background-color: white;
}

.titre-abonnement > h2 {
  margin-bottom: 0;
  font-size: 50px;
  color: #FAA434;
}

.prix > h3 {
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-size: 30px;
  font-weight: bolder;
}

.bouton-abonnement1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 20px;
  margin-bottom: 1vw;
  border: 3px solid #FAA434;
  border-radius: 10px;
  font-size: 20px;
  color: #FAA434;
  background-color: white;
  cursor: pointer;
}

.list-container > li {
  font-size: 20px;
  line-height: 2;
}

.titre-abonnement {
  margin-top: 3vw;
  font-size: 2vw;
  font-family: sans-serif;
  color: #8c51ff;
}

.list-container{
  padding: 0;
  list-style: none;
  color:black;
}

#cgu-btn {
  display: flex;
  align-items: center;
  align-self: center;
}

#cgu-container {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}

#page-abonnement {
  background-color: #F0F0F3;
  overflow-x: hidden;
}

/* bouton abonnement */
  .abonnement-bouton-link-1{
    font-weight: bold;
    color: inherit;
    text-decoration: none;

  }

  .abonnement-bouton-link-1:hover{
    color: inherit;
  }

/* pop Up page abonnement  */
#big-container-abn{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: rgb(138 138 138 / 50%);
}

form#form-for-abn {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-radius: 10px;
  background-color: white;
}

/* div#container-all-input-abn {
  display: flex;
  width: 100%;
} */

.input-abn-all {
  height: 25px;
  padding: 5px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.label-abn-all {
  font-weight: 600;
}

.separateur-pop {
  width: 50%;
}

.container-form-abn-choix {
  width: 70%;
}

.cgu-form{
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  padding: 15px;
}

.placement-form {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.btn-container-abn {
  display: flex;
  justify-content: flex-end;
}

button#submit-btn-form {
  padding: 10px 30px;
  border: 1px solid #8c51ff;
  border-radius: 5px;
  font-weight: 500;
  color: white;
  background-color: #8c51ff;
}

input#bouton-annuler-form {
  padding: 11px 30px;
  border: 1px solid #F44336;
  border-radius: 5px;
  font-weight: 500;
  color: white;
  background-color: #F44336;
}

#staticBackdropLabel > img.img-fluid{
  width:70px !important
}

.container-size-corp{
  display: none;
}

/* popUp CGU */
  #pop-up-container{
    z-index: 9999999;
    position: fixed;
    display: flex;
    justify-content: center;
  }
  
  #terms-popup{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 20px 5px;
  }
  
  #accept-terms::before{
    width: 20px;
    height: 20px;
    margin: 7.5px;
    accent-color: white;
    outline: 2px solid #FAA434;
  }
  
  #accept-terms::after{
    width: 20px;
    height: 20px;
    margin: 7.5px;
    accent-color: white;
    outline: 2px solid #FAA434;
  }
  
  #title-pop-up{
    margin: 0;
    margin-bottom: 30px;
  }
  
  #cgu-txt-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: auto;
  }
  
  #close-btn{
    margin-top: 30px;
  }
  
  #close-popup-btn{
    padding: 10px 30px;
    border: 1px solid #8c51ff;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    background-color: #8c51ff;
  }
  
  .kl-modal-post .modal-content{
    width: 100%;
  }
  
  /* #cgu-container{
    display: flex;
  } */
  
  /* #cgu-btn{
    display: flex;
    align-items: center;
  } */
  
  #cgu-btn > label {
    margin-right: 5px;
    margin-bottom: unset;
    padding: 4px;
  }
  
  #show-terms-btn{
    all:unset;
    text-decoration: underline;
  }

#logo-abn{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

/* bloc type abonnement */
  .container-abonnement{
    display: flex;
    justify-content: center;
    gap: 5%;
  }

/* bloc abonnement influence */

  #influence {
    border-top: 20px solid #F267DE;
  }

  #influence > .titre-abonnement > h2 {
    color: #F267DE;
  }

  #abonnement-bouton-influence {
    border: 3px solid #F267DE;
    color: #F267DE;
    font-weight: bold;
  }

/* bloc abonnement pro */

  #pro > .titre-abonnement {
    color: #FAA434;
  }

/* bloc abonnement ultra boost */

  #ultra-boost {
    border-top: 20px solid #34A853;
  }

  #abonnement-bouton-ultra-boost {
    border: 3px solid #34A853;
    color: #34A853;
    font-weight: bold;
  }

  #ultra-boost > .titre-abonnement > h2{
    color: #34A853;
  }  

/* bloc abonnement indisponible */

  div#locked {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    margin-left: -2rem;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: not-allowed;
    transition: all 0.5s ease-in-out;
  }

  div#locked:hover {
    opacity: 1;
  }

  .material-symbols-outlined{
    font-size: 150px;
    color: black;
  }

  .little{
    /* filter: grayscale(1); */
    transition: all 0.5s ease-in-out;
  }

  /* .little:hover{
   background-color: #c8c7c7;
  } */

  .little > div > .bouton-abonnement1 {
    background-color: transparent;
  }

  .not-available-bloc{
    transform: scaleX(0.7) scaleY(0.7);
    color: darkgrey;
    border-top: 20px solid darkgrey;
  }

  .not-available-bloc > .titre-abonnement > h2 {
    color: darkgray;
    background-color: darkgray;
  }

  .not-available-bloc > .prix > h3 {
    background-color: darkgray;
  }

  .not-available-bloc > div > .boutonCase {
    border: 3px solid darkgray;
    color: darkgray;
  }

  .not-available-bloc > .form-control {
    display: none;
  }

  .not-available-bloc > .container-list-avantage > .list-container {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .not-available-bloc > .container-list-avantage > .list-container > li {
    color: darkgray;
    background-color: darkgray;
  }
  /* abonnement durée */
  
    .form-control{
      border: 2px solid #D8D8D8;
      border-radius: 0.5rem;
    }
    
    select.form-control{
      cursor: pointer;
    }
  
  .list-container li > div{
    display: flex;
    align-items: center;
  }

  .empty-space{
    opacity: 0;
  }

/* abonnement responsiv */
  @media screen and (max-width: 991px){

    .container-abonnement-in-abonnement{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .little-abonnement{
      transform: scale(1);
    }

    div#influence.little-abonnement{
      order: 2;
    }
    
  }

  @media screen and (max-width: 810px){
    .container-abonnement{
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .card-abonnement{
      min-width: 300px;
      width: 40%;
    }

    .little{
      transform: scale(1);
    }

    #influence{
      order: 2;
    }
  }