body {
    font-family: 'Poppins', sans-serif!important;
    margin: 0;
    overflow-x: clip !important;
    width: 100vw !important;
    min-height: 100vh;
    font-weight: 400;
    color: #000;
}

.max-row {
    max-width: 1280px;
}

.navbar {
    height: 80px;
}

.navbar-text {
    text-transform: uppercase;
}

.banner {
    background-color: #FBBA00;
    height: auto;
    min-height: 720px;
}

@media (max-width: 768px) {
    .banner {
        height: auto;
        min-height: 350px!important;
    }
}

.banner-img {
    height: 250px;
}

@media (max-width: 768px) {
    .banner-img {
        height: 125px;
    }
}

.banner-bold-text {
    font-size: 46px!important;
    font-weight: 700;
    line-height: 1.25!important;
}

@media (min-width: 768px) {
    .banner-bold-text {
        margin-top: 55px;
        font-size: 50px;
        line-height: 1;
    }
}

.banner-white-text {
    color: white;
}

.banner-small-white-text {
    color: white;
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 768px) {

    .banner-small-white-text {
        font-size: 18px;
        text-align: center;
    }
}

.banner-bold-text, .banner-white-text,
.uppercase-strong-banner {
    line-height: 1;
}

p.uppercase-strong-banner {
    margin-bottom: 0;
}

.icon-banner {
    padding-bottom: 8px;
}

.icon-banner img {
    height: 70px;
}

.banner-p {
    font-size: 14px;
}

.flag {
  font-family: "Noto Color Emoji", sans-serif;
  font-size: 22px;
}

.header-ul {
    margin-left: 0;
    font-size: 14px;
    white-space: nowrap;
}

.banner-form {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}

.banner-form-large-text {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
    
    .banner-form-large-text {
        font-size: 22px;
    }
}

.gold-text {
    color: #FBBA00;
}

.form-statut-occupation-div {
    height: 100px;
    width: 150px;
    background-color: #F6F7FB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[type="radio"]:checked + .form-statut-occupation-div,
.clickable-option.selected {
    border: 2px solid #FBBA00;
    box-shadow: 0 0 8px rgba(0, 102, 255, 0.3);
}


.form-statut-occupation-div:hover {
    cursor: pointer;
}

.form-dropdown {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 15px;
}

.form-dropdown:hover {
    cursor: pointer;
}

.form-dropdown-text {
    opacity: 0.5;
}

.dropdown-options {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    margin-top: -15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 100;
    width: fit-content;
  }
  
  .dropdown-options div {
    padding: 8px;
    cursor: pointer;
  }
  
  .dropdown-options div:hover {
    background-color: #e0e0e0;
  }

  .form-part-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

  /* form input handling Start */

  .form-part {
    transition: opacity 0.5s ease;
    opacity: 1;
    height: 100%;
  }
  
  .form-part.d-none {
    display: none !important;
    opacity: 0;
  }

  .agence-landing-form-icons {
    padding-right: 10px!important;
  }

  .form-input {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    min-height: 60px;
  }
  
  .form-input-small-label {
    font-size: 12px;
    margin-top: -2px;
  }
  
  .form-input-label {
    opacity: 0.5;
    outline: none;
    min-height: 20px;
    font-size: 16px!important;
        white-space: nowrap!important;
}

  @media (max-width: 768px) {

    .form-input-label {
        font-size: 14px!important;
        white-space: wrap!important;
    }

  }
  
  .form-input-label.editing {
    opacity: 1;
  }
 
  .form-input-pluscode {
    position: relative;
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    height: 60px;
    width: 40%;
  }

  .form-pluscode {
    opacity: 0.5;
  }

  .flag:hover,
  .form-pluscode:hover,
  .form-pluscode-dropdown:hover {
    cursor: pointer;
  }

  
  .form-input-number {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    height: 60px;
    width: 55%;
  }
  
.form-input-label.no-icon {
    padding-left: 0;
  }

  .phone-code-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    width: 150%;
    border: 1px solid #ccc;
    border-radius: 4px;
  }


  .checkmark-outer {
    height: 27px;
    width: 27px;
    border-radius: 8px;
    border: solid 1px #FBBA00;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .checkmark-outer:hover {
    cursor: pointer;
  }
  
  .checkmark-inner {
    height: 23px;
    width: 23px;
    border-radius: 6px;
    border: solid 1px white;
    color: white;
  }

  .checkmark-inner.active {
    background-color: #FBBA00;
  }
  
  .agreement-text {
    opacity: 0.5;
    line-height: 1.2;
    font-size: 12px;
    width: 90%;
  }

  /* form input handling End */

  .banner-form-btn a, button.banner-form-btn {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: black;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
  }
  
  .banner-form-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, black 0%, #fbba00 100%);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  
  .banner-form-btn.animate-effect::after {
    animation: fadeRadial 10s linear forwards;
  }
  
  @keyframes fadeRadial {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  

.banner-form-marker {
    height: 6px;
    width: 70px;
    border-radius: 3px;
    background-color: #FBBA00;
    opacity: 0.2;
}

.banner-form-marker:hover {
    cursor: pointer;
}

.banner-form-marker.active {
    opacity: 1!important;
    background-color: #FDD666;
}

.section-1 {
    background-color: #F0F3F7;
}

.section-1-large-text {
    font-size: 26px;
    line-height: 1.75;
    text-align: center;
    font-weight: 700;
}

.section-1-yellow-bg-text {
    background-color: #FDD666;
    padding: 3px 5px;
    border-radius: 15px;
}

.section-1-intro {
    text-align: center;
}

.section-1-regular-text {
    color: white;
}

.section-1-card {
    background-color: white;
    border-radius: 20px;
}

.section-1-card-text {
    text-align: justify;
}

@media (max-width: 768px) {

    .section-1-card-text{
        font-size: 14px;   
    }

}

.devenir-franchise-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000000;
    color: #FBBA05;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
  }
  
  .devenir-franchise-button:hover {
    background-color: #FBBA05;
    color: #000000;
  }

  .section-2 {
    border: solid 3px #000;
    border-radius: 30px;
  }

.section-2-title {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

.section-2-col {
    width: 80%!important;
}    

@media (min-width : 1280px) {
.section-2-col {
    width: 90%!important;
}    
}

@media (max-width: 768px) {
    .section-2-col {
        width: 100%!important;
    }
}

.section-3-card {
    height: 200px;
    font-weight: 700;
    color: white;
    text-align: center!important;
}

@media (max-width: 768px) {
    .section-3-card {
        font-size: 14px;
        overflow-wrap: break-word; 
    }
}

.section-3-title {
    font-size: 26px;
    font-weight: 700;
}

.section-3-btn {
    color: #FBBA00;
    text-decoration: none;
    background-color: #000;
    padding: 15px;
    border-radius: 30px;
    width: auto;
}

.section-4 {
    background-color: #FBBA00;
}

.section-4-title {
    font-size: 26px;
    font-weight: 700;
}

footer {
    background-color: #000;
    min-height: 160px;
}

/* misc */

.opacity-1 {
    opacity: 1;
}

.loader {
    width: 60px;
    height: 20px;
    --_g: no-repeat radial-gradient(circle closest-side, #FBBA00 90%, transparent 100%);
    background:
    var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
    }
    
    @keyframes l7 {
    33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
    }
    50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
    }
    66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
    }
    }

/*======================

    Responsive

======================*/

@media (max-width: 768px) {

    .banner-white-text {
        text-align: center;
    }

    .section-1-1st-part {
        min-height: 200px;
    }

    .section-1-large-text {
        font-size: 22px;
        white-space: nowrap;
        font-weight: 700;
    }

    .section-3-card, .section-5-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .section-3-img {
        width: 150px;
        height: 150px;
    }

    @media (max-width: 768px) {
        .section-3-img {
            height: 150px;
        }
    }

    .section-4-bold-text {
        text-align: center!important;
        font-size: 16px;
    }
    
    .section-4-regular-text {
        font-size: 14px;
    }

    .section-5-img-divs {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;     
    }

    .section-5-img {
        width: 48%;
        margin-bottom: 15px;
        padding-right: 10px!important;
    }

    .footer-text {
        font-size: 12px;
    }
}

#fill-our-form {
    scroll-margin-top: 10px;
}

@media (max-width: 768px) {
    .banner-bold-text {
        text-align: center;
        font-size: 24px!important;
        margin-top: 32px;
    }
}

