@import url("https://fonts.googleapis.com/css?family=Poppins:weight@200;300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #000000;
}

header {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;  
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

footer {
  width: 100%;
  height: auto;/*52px;*/
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

footer div{
  background-color: #397c7c; 
  color: #fff; 
  width: 40px; 
  line-height: 40px; 
  text-align: center; 
  font-weight: bold; 
  border-radius: 5px; 
  margin-top: 6px;
}

.active {
  color: #397c7c;
}

.main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 40px 20px;
  margin-top: 50px;
}

.text-content {
  max-width: 500px;
  box-sizing: border-box;
}

.text-content h3{
  margin-block-start: 0;
  background: linear-gradient(to right, #397c7c, #ffffff);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 5px 5px 5px;
}

.text-content h1{
  margin-block-start: 0;
  background: linear-gradient(to right, #397c7c, #ffffff);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 5px 5px 5px;
  font-size: 1.17em !important;      
  font-weight: bold;      
  margin-bottom: 1em;
  line-height: normal;
}

.text-content h2{
  margin-block-start: 0;
  background: linear-gradient(to right, #397c7c, #ffffff);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 5px 5px 5px;
  font-size: 1.17em !important;      
  font-weight: bold;      
  margin-bottom: 1em;
  line-height: normal;
}

.text-content img {
  max-width: 100%;
  max-height: auto;
  display: block;
}

.text-content ul{
  padding-right: 10px;
}

.text-content p{
  padding-right: 10px;
  padding-left: 10px;
}

.text-paragraphe {
  max-width: 600px; 
  padding: 20px;
  background-color: #5cb6a5;
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}

.price {
  color: #efccc8;
  font-weight: bold;
  margin-top: 30px;
}

.text-content p {
  margin-top: 20px;
  line-height: 1.5;
  text-align: justify;
}

.text-content li {
  margin-top: 20px;
  line-height: 1.5;
  text-align: justify;
}



.text-content em {  
  font-style: italic;
}

.btn-inscrire {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #397c7c;
  font-family: "Poppins", sans-serif;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* Formulaire */

.mail {
  font-family: "Poppins", sans-serif; 
  min-width: 75%; 
  font-size: 1rem;
  margin-top: 30px;
}

.texte {
  font-family: "Poppins", sans-serif;
  min-width: 75%; 
  font-size: 1rem;
  margin-top: 30px;
}

.address {
  font-family: "Poppins", sans-serif;
  min-width: 75%; 
  font-size: 1rem;
  margin-top: 30px;
}

.pass {
  font-family: "Poppins", sans-serif;
  min-width: 75%; 
  font-size: 1rem;
  margin-top: 30px;
}

.btn {
  font-family: "Poppins", sans-serif;
  width: 150px;
  font-size: 1rem;
  margin-top: 30px;
  background-color: #397c7c;
  color: #fff;
  float: right;
}

.radio {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-top: 30px;  
}

.radio label{
  margin-left: 5px;
}

input[type="radio"] {
  accent-color: #46237a;
}

#inscription {
  width: 1000px;
}

#login {
  width: 1000px;
  height: 75vh;
}

/* Message */

#msg{
  position: fixed;
  top: 45%;
  left: 45%;
  background-color: darkred;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}

/* card prix */
.pricing-card {
  font-family: "Poppins", sans-serif;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  /*padding: 20px;*/
  width: 300px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.card-header h2 {
  font-weight: bold;
  margin: 0.5em 0;
  background: linear-gradient(to right, #397c7c, #ffffff);
  padding-left: 20px;
  padding-right: 20px;
}

.card-header p{
  padding-left: 20px;
  padding-right: 20px;
}

.card-price {
  font-size: 1.8em;
  font-weight: bold;
  margin: 1em 0;
  padding-left: 20px;
  padding-right: 20px;
}

.features {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.features li {
  margin-bottom: 0.5em;
}

.cta-button {
  font-family: "Poppins", sans-serif;
  background: #397c7c;
  color: white;
  padding: 10px;
  width: calc(100% - 40px);
  border: none;
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;
  margin-top: 1em;
  margin-left: 20px;
  margin-right: 20px;
}

.no-commitment {
  text-align: center;
  margin-top: 0.5em;
  color: #666;
}


/* cb */
fieldset {
    border: 2px solid #ccc;
    padding: 20px;
  }

legend {
  color: #7c7c7c;
  font-size: 0.9rem;
}

  .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    user-select: none;
  }

  .custom-checkbox input[type="checkbox"] {
    display: none;
  }

  .checkmark {
    width: 20px !important; 
    height: 20px !important;
    border: 2px solid #555;
    background-color: #eee;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
  }

  /* coche visible quand la case est cochée */
  .custom-checkbox input:checked + .checkmark {
    background-color: #46237a;
    border-color: #46237a;
  }

  /* ajout de la "coche" */
  .custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* faq */
  .cardfaq {
    width: 90%;    
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #eee4cf;
    color: #000;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    cursor: pointer;
  }

  .repcard {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    text-align: justify;
    padding: 10px 20px;  
    color: #000;  
  }

  .shadow{
    box-shadow: 10px 10px 10px #000;
    border-radius: 5px;
    margin: 20px;
    border: 1px solid #000;
  }



/* Style général */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-list {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu-list li {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.3s;
  font-weight: bold;
}

.menu-list li:hover,
.menu-list li.active {
  background-color: #ffffff;
}

.burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
}

/* ========== RESPONSIVE MOBILE ========== */
@media (max-width: 768px) {
  .burger {
    display: block;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 220px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .menu-list.show {
    display: flex;
  }

  .menu-list li {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  .menu-list li:last-child {
    border-bottom: none;
  }
}


/* réseaux sociaux */

#social{
  position: fixed;
  top: 45%;
  left: 5px;
  z-index: 10;
  width: 30px;  
}

.social-share-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 1em;
  color: #000;  
}

.social-share-footer a {
  display: block;
  margin: 10px 0;
  color: #000;
  transition: color 0.3s ease;
  vertical-align: middle;
  cursor: pointer;  
}


.social-share-footer a:hover {
  color: #397c7c; 
}
