/* Bouton "pill" avec bordure dégradée en HEX */
.sticky {
    z-index: 40;
}

.chip {

    width: 130px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    margin: 0 9px;
    position: relative;
    display: block;
}

.chip .inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:10px 0px;
    border-radius: 16px;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 4;
}

.chip .inner span {
    position: relative;
    z-index: 10;
}


.chip:before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fa5f0+0,eb1e7d+25,eb1e7d+25,ffc800+75,ffc800+75,7350d2+100 */
    background: linear-gradient(to right, rgba(95, 165, 240, 1) 0%, rgba(235, 30, 125, 1) 25%, rgba(235, 30, 125, 1) 25%, rgba(255, 200, 0, 1) 75%, rgba(255, 200, 0, 1) 75%, rgba(115, 80, 210, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 16px;
    position: absolute;
    z-index: 3;
    transition: all ease-in-out .4s;
    opacity: 0;

}

.chip:after {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: #fff;
    border-radius: 16px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: all ease-in-out .4s;
}

.chip:hover:before {
    opacity: 1;
}

.chip .ico {
    display: block;
    margin-right: 10px;
}

.chip .ico img {
    display: block;
}

#top_booking.banner_top {
    background: none;
}

#top_booking h1 {
    text-align: center;
    font-family: "Inter", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    position: relative;
}

#top_booking h1 span {
    color: var(--light-purple);
    position: relative;
    display: inline-block;
}


#top_booking h1 span:before {
    content: '';
    width: 100%;
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: url(../images/ai/line.svg)center no-repeat;
    background-size: contain;
}

#top_booking h1:after {
    content: '';
    width: 92px;
    height: 113px;
    position: absolute;
    right: -83px;
    bottom: -90px;
    background: url(../images/ai/arrow-deco.svg)center no-repeat;
}

#top_booking.banner_top .banner_top_wrapper {
    margin-bottom: 0;
}

#banner_top.banner_top {
    background: none;
    position: relative;
}

#banner_top.banner_top:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 11%;
    top: 0;
    background: url(../images/ai/bg-banner.svg)center right no-repeat;
    filter: blur(10px);
}

#banner_top.banner_top .banner_top_wrapper {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

#banner_top.banner_top .banner_top_sub_wrapper {
    padding-top: 120px;
    padding-bottom: 110px;
    margin-bottom: 110px;
    border-bottom: 2px solid #1E193C1F;
}

#banner_top .row-banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#banner_top .row-banner>div {
    width: 50%;
}


#banner_top .banner_text_inner .banner_main_title {
    font-size: 50px;
    font-weight: 600;
}

#banner_top .banner_text_inner .banner_main_title span:after {
    height: 11px;
    background: url(../images/ai/line2.svg)center no-repeat;
    background-size: contain;
    bottom: -7px;
}


#banner_top .banner_text_inner .text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#banner_top .banner_text_inner .text p {
    margin-bottom: 35px;
}

#banner_top .banner_text_inner .text li {
    padding-left: 24px;
    background: url(../images/ai/puce.svg)left 5px no-repeat;
    margin-bottom: 13px;
}

#banner_top .banner_text_inner .text ul {
    padding-right: 65px;
}

.home.benefits_btns_inner .benefits_btn {
    border-radius: 13px;
    background: #fff;
}

.home.benefits_btns_inner {
    margin-top: 75px;
    padding: 0;
}

#banner_top .col-form .inner {
    padding: 32px 23px;
    box-shadow: -2.08px 5.19px 35.3px 0px #0000001A;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9)
}

.col-form .chp label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.col-form .chp label span {
    color: #FF0000;
}

.blc-chp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blc-chp .chp {
    padding: 0 10px;
    margin-bottom: 27px;
}

.blc-chp .chp.chp-nom{
  position: relative;
} 

.blc-chp .chp.chp-nom:after{
  content:'';
  width: 12px;
  height: 8px;
  position: absolute;
  right: 23px;
  top: 36px;
   background: url(../images/ai/arrow-chp.svg)center no-repeat;
   opacity: .5;
}

.chp.w-100 {
    width: 100%;
}

.chp.w-50 {
    width: 50%;
}

.chp .form-control {
    height: 40px;
    border-radius: 9px;
    border: 1px solid #1E193C1F;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    outline: none;
    display: block;
}

.blc-chp .chp.chp-nom .form-control{
  padding-right: 30px;
}


.chp textarea.form-control {
    height: 132px;
    resize: none;
}


.chp ::-webkit-input-placeholder {
    opacity: 1;
    color: #8D8C8D;
}

.chp ::-moz-placeholder {
    opacity: 1;
    color: #8D8C8D;
}

.chp ::-ms-input-placeholder {
    opacity: 1;
    color: #8D8C8D;
}

.blc-checkbox{
    margin-bottom: 27px;
}

.blc-checkbox span{
      display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8D8C8D;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.blc-checkbox span.rgpd:before{
    content: '';
    width: 15px;
    height: 15px;
    border:1px solid #8D8C8D;
    left: 0;
    top: 3px;
    position: absolute;
}

.blc-checkbox span.rgpd:after{
    content: '';
    width: 15px;
    height: 17px;
    position: absolute;
    left: 3px;
    top: -3px;
    background: url(../images/ai/ico-check.svg)center no-repeat;
    opacity: 0;
}

.blc-checkbox input{
    position: absolute;
    opacity: 0;
}


.blc-checkbox span a{
    color: var(--light-purple);
}


.blc-checkbox span a:hover{
    color: var(--pink);
}


.blc-checkbox label{
    display: flex;
    flex-direction: column-reverse;
}

.blc-checkbox input:checked + span:after{
    opacity: 1;
}


.btn-send {
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 14px;
    width: 100%;
}

.btn-send span {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: block;
    margin-left: 5px;
}

.btn-send span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(../images/ai/arrow-btn.svg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    opacity: 1;
}

.btn-send span:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    background-image: url(../images/ball_svg.svg);
    width: 40px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s ease;
}

.btn-send:hover span:before {
    opacity: 1;
}

.btn-send:hover span {
    width: 40px;

}

.btn-send:hover span:after {
    right: -50px;
    opacity: 0;
}

.AI_review {
    position: relative;
}

.AI_review:before {
    content: '';
    width: 100%;
    height: 745px;
    position: absolute;
    left: 0;
    bottom: -189px;
    background: url(../images/ai/bg-sec-hero.svg)35% center no-repeat
}

.AI_review .hero {
    background: #1E193C;
    border-radius: 18px;
    padding: 42px 75px;
    max-width: 931px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.AI_review .hero:before {
    content: '';
    width: 260px;
    height: 256px;
    position: absolute;
    top: -30px;
    right: 72px;
    background: url(../images/ai/bg-hero.svg)center no-repeat;
    filter: blur(15px);

}


.AI_review .hero:after {
    content: '';
    width: 43px;
    height: 41px;
    position: absolute;
    right: 33px;
    bottom: 30px;
    background: url(../images/ai/deco-hero.svg)center no-repeat;
}



.AI_review .hero h2 {
    color: #fff;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.AI_review .hero h2 span {
    color: var(--pink);
    display: block;
    margin-top: 9px;
}

.AI_review .apps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AI_review .chooser {
    max-width: 820px;
    margin: 9px auto 0;
    padding: 28px;
    border-radius: 18px;
    border-radius: 18px;
    background: url(../images/ai/bg-apps.svg)center no-repeat;

}

.AI_review .container {

    position: relative;
    z-index: 10;
}

.AI_review .inner-review {
    padding-bottom: 110px;
    margin-bottom: 110px;
    border-bottom: 2px solid #1E193C1F;
}

.specialist {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
/*.lemcal-wrap .form-wrap .lemcal-embed-booking-calendar {
    width: 100% !important;
    max-width: 100% !important;
    height: 500px !important;
    overflow: hidden scroll;
}*/

@media screen and (max-width: 1441px) {
    #banner_top.banner_top:before {
        right: 0;
    }
}

@media screen and (max-width: 1171px) {
    #banner_top .banner_text_inner .banner_main_title span:after {
        display: block;
    }
}



@media screen and (max-width: 1147px) {
    #banner_top .banner_top_wrapper .banner_top_sub_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .banner_top .banner_top_wrapper {
        overflow: visible;
    }

    #banner_top.banner_top:before {
        opacity: .2;
    }
}

@media screen and (max-width: 977px) {
    .banner_top .banner_top_wrapper {
        padding-right: 16px;
    }

    #top_booking h1 {
        font-size: 45px;
        line-height: 55px;
    }

    #top_booking h1:after {
        content: '';
        width: 65px;
        right: -70px;
        bottom: -85px;
        background-size: contain;
    }

    #banner_top .row-banner>div {
        width: 100%;
    }

    #banner_top .row-banner {
        flex-direction: column-reverse;
    }

    #banner_top.banner_top .banner_top_wrapper {
        padding-top: 100px;
    }

    #banner_top.banner_top .banner_top_wrapper {
        padding-right: 16px;
    }

    .banner_top .banner_top_wrapper .banner_top_sub_wrapper .banner_text_inner {
        padding: 50px 0 0;
    }

    .home.benefits_btns_inner {
        margin-top: 20px;
    }

    #banner_top.banner_top .banner_top_sub_wrapper {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    #banner_top.banner_top .banner_top_wrapper {
        padding-top: 0;
    }

    .AI_review .hero {
        padding: 40px;
    }

    .AI_review .inner-review {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    #banner_top .banner_text_inner .banner_main_title,
    .AI_review .hero h2 {
        font-size: 45px;
    }

    #sticky-cta.visible {
        z-index: 10;
    }
    .lemcal-wrap .form-wrap .lemcal-embed-booking-calendar {
      height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #top_booking h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #top_booking h1 br {
        display: none;
    }

    #top_booking h1:after {
        width: 31px;
        height: 59px;
        background: url(../images/ai/arrow-deco-mob.svg) center no-repeat;
        right: -49px;
        bottom: -45px;
    }

    #banner_top.banner_top .banner_top_sub_wrapper {
        padding-top: 54px;
    }

    .chp.w-50 {
        width: 100%;
    }

    #banner_top .col-form .inner {
        padding: 32px 12px;
    }

    .blc-chp .chp,
    .blc-checkbox{
        margin-bottom: 20px;
    }

    .chp textarea.form-control {
        height: 142px;
    }

    .btn-send {
        font-size: 18px;
        padding: 24px 20px;
    }

    #banner_top .banner_text_inner .banner_main_title {
        font-size: 20px;
        line-height: 120%;
        text-align: center;
    }

    #banner_top .banner_text_inner .text ul {
        padding-right: 0;
    }

    #banner_top .banner_text_inner .text {
        font-size: 16px;
        line-height: 20px;
    }

    .home.benefits_btns_inner {
        gap: 2%;
    }

    .home.benefits_btns_inner .benefits_btn:first-child {
        width: 35.6%;
    }

    .home.benefits_btns_inner .benefits_btn:first-child img {
        width: 14px;
    }

    .home.benefits_btns_inner .benefits_btn:nth-child(2) {
        width: 31.1%;
    }

    .home.benefits_btns_inner .benefits_btn:nth-child(2) img {
        width: 22px;
    }

    .home.benefits_btns_inner .benefits_btn:nth-child(3) {
        width: 28.3%;
    }

    .home.benefits_btns_inner .benefits_btn:nth-child(3) img {
        width: 17px;
    }

    .home.benefits_btns_inner .top {
        font-size: 11px;
    }

    .home.benefits_btns_inner .bottom {
        font-size: 7px;
    }

    .home.benefits_btns_inner .benefits_btn {
        justify-content: center;
        gap: 7px;
        padding: 6px 0;
    }

    .AI_review .hero h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .AI_review .hero {
        padding: 26px 25px;
    }

    .AI_review .hero:after {
        background-size: contain;
        width: 21px;
        height: 20px;
        right: 19px;
        bottom: 19px;
    }

    .AI_review .hero h2 span {
        margin-top: 18px;
    }

    .AI_review .hero:before {
        width: 154px;
        height: 152px;
        top: 0;
        right: 13px;
        background-size: cover;
    }

    .chip .inner span:not(.ico) {
        display: none;
    }

    .chip {
        width: 53px;
    }

    .chip .ico {
        margin-right: 0;
    }

    .chip .inner {
        padding: 12px 5px;
    }

    .AI_review .chooser {
        padding: 17px;
    }

    .AI_review .chooser {
        max-width: 328px;
        background: url(../images/ai/bg-apps-mob.svg) center no-repeat;
    }

    #banner_top.banner_top:before {
        right: 0;
        top: -55px;
        background: url(../images/ai/bg-banner-mob.svg) top center no-repeat;
        opacity: 1;
    }

    .AI_review:before {
        background: url(../images/ai/bg-sec-hero-mob.svg) 35% center no-repeat;
        height: 640px;
    }
}

@media screen and (max-width: 420px) {
    #top_booking h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #top_booking.banner_top .banner_top_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

 .form-group {
        margin-bottom: 20px;
    }
    
    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
        transition: border-color 0.3s;
    }
    
    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #007bff;
    }
    
    .form-group.has-error input,
    .form-group.has-error textarea {
        border-color: #dc3545;
    }
    
    .error-message {
        color: #dc3545;
        font-size: 0.875rem;
        display: block;
        margin-top: 5px;
    }

    /* Variables CSS (à ajouter si elles n'existent pas déjà) */
:root {
  --primary-black: #1e193c;
  --secondary-background-color-shade-3: #ffffffb2;
}

/* Styles de la modale */
.modal {
  align-items: center;
  background-color: var(--secondary-background-color-shade-3);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 68px 130px 70px;
}

@media (width <= 710px) {
  .modal {
    background-color: transparent;
    padding: 0;
  }
}

.modal .title {
  color: var(--primary-black);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 60px;
  margin-bottom: 11px;
  margin-top: 36px;
}

@media (width <= 710px) {
  .modal .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 40px;
  }
  
  .modal .none {
    display: none;
  }
}

.modal .underline {
  height: 9px;
  width: 336px;
}

@media (width <= 710px) {
  .modal .underline {
    width: 63%;
  }
}

.modal .descr {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-bottom: 32px;
  margin-top: 11px;
  max-width: 608px;
  text-align: center;
}

@media (width <= 710px) {
  .modal .descr {
    margin-bottom: 0;
  }
}

.modal .btn {
  min-width: 256px;
}

@media (width <= 710px) {
  .modal .btn {
    margin-top: 16px;
  }
}

/* Styles du bouton animé (simplifié) */
.dbutton {
  align-items: center;
  background-color: #eb1e7d;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  letter-spacing: -0.04em;
  line-height: 22px;
  padding: 14px 20px;
  text-decoration: none;
  transition: transform 0.05s ease;
}

.animated-button-animation-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 20px;
}

.animated-button-animation-wrapper .arrow {
  height: 20px;
  width: 20px;
}

.autocomplete-dropdown {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
    margin-top: -1px;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.autocomplete-item:hover {
    background-color: #f5f5f5;
}

.autocomplete-item.active {
    background-color: #e8f4f8;
}

.autocomplete-item strong {
    color: #333;
    display: block;
}

.autocomplete-item small {
    color: #666;
    display: block;
    margin-top: 3px;
}

.chp-nom {
    position: relative;
}

.autocomplete-loading {
    padding: 10px;
    text-align: center;
    color: #666;
}

.autocomplete-item .highlight {
    color: var(--light-purple);
    font-weight: 600;
}
.faq_devis p {
    font-size: 18px;
}