.cta-home-content {
    padding: 32px;
    border-radius: 32px;
    background-color: #E1F2F5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 15px;
}

.cta-home-content .cta-home-content-icon{
    color: #72C7D8;
    font-size: 32px;
    align-self: flex-end;
}

.cta-home-content h2{
    color: #72C7D8;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.cta-home-content hr{
    background-color: #72C7D8;
    height: 0.5px;
    margin: 0;
    margin-block-start: 0!important;
}
.cta-home-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.cta-home-content .button{
    align-self: flex-end;
}




.cta-home-content-orange {
    background-color: #FBE9D4;
}

.cta-home-content-orange .cta-home-content-icon{
    color: #F4972F;
}

.cta-home-content-orange h2{
    color: #F4972F;
}

.cta-home-content-orange hr{
    background-color: #F4972F;
}

.cta-home-content-orange .button, .cta-home-content-orange .button:hover, .cta-home-content-orange .button:active, .cta-home-content-orange .button:focus{
    background-color: #F4972F;
}
.cta-home-content-orange .button:hover, .cta-home-content-orange .button:active, .cta-home-content-orange .button:focus{
    box-shadow: 0px 0px 20px 0px #F4972F;
}






.savoymap{
    height: 555px;
    display: flex;
    margin-top: 40px;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.savoymap .magnifiedImg {
    max-width: 100%;
    max-height: 100%;
}

.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
  width: 350px;
  height: 350px;
}

@media screen and (max-width: 767px) {
    .savoymap{
        height: 300px;
    }

    .magnify{
        width: 250px;
        height: 250px;
    }
}





.proximethic-toggle {
    margin-top: 60px;
}

.proximethic-toggle .toggle-content {
    padding: 40px 48px;
    border-radius: 30px;
    background-color: #FDFDFD;
    display: inline-block;
    float: left;
    width: calc(50% - 50px - 16px);
    margin-right: calc(50px + 32px);
    margin-bottom: 40px;
}

.proximethic-toggle .toggle-title{
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #3CB1C8;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    margin-bottom: 0;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.proximethic-toggle .toggle-title.toggle-title--current{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px solid #3CB1C8;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.proximethic-toggle .toggle-link a.button{
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .proximethic-toggle .toggle-content {
        padding: 30px 34px;
        display: block;
        float: inherit;
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .proximethic-toggle {
        margin-bottom: 20px;
    }
    .proximethic-toggle-content{
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
}

.popup-form-prestation{
    display: none;

}

.popup-form-prestation-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
}

.popup-form-prestation-close{
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-color: #287EC0;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

.popup-form-prestation-close:hover, .popup-form-prestation-close:focus, .popup-form-prestation-close:active{
    box-shadow: 1px 1px 10px 0px #287EC0;

}

.popup-form-prestation-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background-color: #FDFDFD;
    padding: 40px;
    border-radius: 32px;
}

.popup-form-prestation-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #72C7D880;
    z-index: 1000;
}

.popup-form-prestation-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 36px;
    color: #72C7D8;
    margin: 0;
}

.popup-form-prestation-form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
}

.popup-form-prestation-input--checkbox{
    grid-column-start: 1;
    grid-column-end: 3;
}

.popup-form-prestation-input input[type="text"], .popup-form-prestation-input input[type="email"], .popup-form-prestation-input input[type="tel"] {
    background-color: #F4F1ED;
    border-radius: 50px;
    padding: 12px 24px;
    box-shadow: 0px 0px 5px 0px #E6E6E6;
}

.popup-form-prestation-input input[type="text"]:focus, .popup-form-prestation-input input[type="email"]:focus, .popup-form-prestation-input input[type="tel"]:focus, .popup-form-prestation-input input[type="text"]:active, .popup-form-prestation-input input[type="email"]:active, .popup-form-prestation-input input[type="tel"]:active{
    box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.popup-form-prestation-input label{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
.popup-form-prestation-input label.checkbox-label{
    font-weight: 400;   
}
.popup-form-prestation-input input[type="checkbox"]{
    margin-right: 5px;
}
.popup-form-prestation-input input[type="checkbox"]:invalid:not([aria-required=true]){
    border-color: var(--clb-color-grey);
}
.popup-form-prestation-content .submit-button{
    margin-top: 24px;
}

.popup-form-prestation-response p{
    margin: 0;
    border-radius: 20px;
    padding: 16px;
    display: none;
    margin-top: 40px;
}
.popup-form-prestation-response p.success-message{
    background-color: #D4F8E8;
    color: #287C51;
}
.popup-form-prestation-response p.error-message{
    background-color: #F8D4D4;
    color: #7C2929;
}

@media screen and (max-width: 767px) {
    .popup-form-prestation-form{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .popup-form-prestation-content {
        max-height: 90%;
        padding: 20px;
        overflow-y: auto;
    }
    .popup-form-prestation-input--checkbox{
        grid-column-start: 1;
        grid-column-end: 1;
    }
}