@font-face {
  font-family: 'Remora';
  src: url("../css/fonts/Remora_Sans_W2_Light_2.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Remora Bold';
  src: url("../css/fonts/Remora_Sans_W5_Bold_3.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Silybrown';
  src: url("../css/fonts/Silybrown.otf") format("opentype");
  font-display: swap;
}


/* MAIN SECTION BACKGROUND */
.mamie-bg{
  position: absolute;
  right: 0;
  top: 20%;
  max-width: 50%;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;

}

.franchise-main{
  position: relative; /* pour que l'image absolue se base sur cette section */
  overflow: hidden;   /* optionnel : empêche l'image de dépasser */
}

/* FORM CONTAINER STYLE */
.form-wrapper {
  background-color: #FAF4F1;
  border-radius: 20px;
  max-width: 900px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.form-control:focus{
  border-color:#f5929b;
  box-shadow:0 0 0 .25rem rgba(253, 13, 125, 0.25);
}
.form-input {
border-bottom:4px solid #f5929b !important
}




.text-style{
    margin-left: 14rem !important;
    font-size: 2.8rem;
    color:#E37F90;
    font-family:'Remora Bold';

    text-shadow:
     2px  0   0 #fff,
    -2px  0   0 #fff,
     0   2px  0 #fff,
     0  -2px  0 #fff,
     2px  2px  0 #fff,
    -2px -2px  0 #fff,
     2px -2px  0 #fff,
    -2px  2px  0 #fff,
     4px  4px  0 rgba(227,127,144,0.5),
     0    4px  6px rgba(0,0,0,0.1);
  }

  .img-mamie {
    height:500px;
  }

  .section-text-image{
    margin-bottom: -2.5rem !important;
    margin-top: 83px;
  }

@media(max-width : 1399px) {
  .text-style{
    margin-left: 8rem !important;
  }
}

@media(max-width : 1199px) {
  .text-style{
    margin-left: 2rem !important;
    font-size: 2.3rem;
  }
}

@media(max-width : 1117px) {
  .section-text-image{
    margin-top: 64px;
  }
}

@media(max-width : 991px) {
  .text-style{
    margin-left: 0rem !important;
  }

  .img-mamie{
    height:auto;
  }
}

@media(max-width : 766px) {
  .img-mamie{
    height: 300px;
  }
  

  .section-text-image{
    margin-bottom: -4.5rem !important;
    margin-top: 25px;
  }
}

/* BUTTON STYLE */
.btn-primary {
  background-color: #E37F90;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #d9687b;
}

/* VAGUE STYLE (TOP + BOTTOM) */
.melty-top img,
.melty-bottom img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
}

/* SECTION TITLE */
h1.display-4 {
  color: #E37F90;
  font-weight: 800;
  font-size: 3rem;
  text-shadow: 1px 1px #fff;
}

/* FORM LABEL */
.form-label {
  font-weight: 600;
  color: #000;
}

/* INPUTS STYLE */
.form-control {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

/* CHECKBOX TEXT */
.form-check-label {
  font-size: 0.95rem;
}

/* MEDIA QUERY TO KEEP RESPONSIVE */
@media (max-width: 768px) {
  h1.display-4 {
    font-size: 2.2rem;
    text-align: center;
  }

  .form-wrapper {
    padding: 2rem 1rem;
  }

  .btn-primary {
    width: 100%;
  }
}
