body{
  background-color: #23497B;
  font-family: 'Inter', sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
}

h2 {
  text-align: center;
  font-size: 50px;
}

.sousTitre{
  text-align: center;
}

.btn-cta-shine {
  background-color: #219ebc;
  color: white;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 35px; 
  font-weight: bold;
  box-shadow: 0 0 25px rgba(33, 158, 188, 0.7);
  margin-bottom: 15px;
}

.btn-cta {
  background-color: #219ebc; 
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 25px; 
  text-align: center;
  font-weight: bold;
  margin: 10px
}

#checkbox-marketing-label span{
  color: black;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}


@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    padding: 0 15px;
  }
  
  .btn-cta-shine, .btn-cta {
    display: inline-block;
    width: auto;
    font-size: 14px;
  }
}