/*Popup contact*/

#popmake-260 h1 {
    color: #9A8C98;
    padding-top: 20px;
    padding-bottom: 20px;
}

#popmake-260 {
    font-family: raleway;
    border: black solid 1px;
}

.frm_form_fields {
    font-family: raleway;
}


#popmake-260 {
    background-color: #f6f6f6;
    background-image: url("https://www.transparenttextures.com/patterns/arches.png");
}



/*Popup Calendly*/

.calendly-badge-content{
    border:#F2E9E4 solid 1px;
    color:#F2E9E4 ;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #popmake-260 {
        position: fixed; /* Pour se placer par rapport à l'écran */
        top: 0;
        left: 0;
        width: 90vw !important; /* 90% de la largeur de l’écran */
        height: 80vh !important; /* hauteur de l'écran */
        z-index: 9999; /* au-dessus de tout */
        margin: 0;
        padding: 50px;
    }   
}

@media (max-width: 767px) {
    #popmake-260 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw !important; /* 90% de la largeur de l’écran */
        max-width: 500px; /* limite sur grand mobile */
        height: auto;
        max-height: 90vh !important;
        z-index: 9999;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        padding: 20PX !important;
        margin-bottom: 20px !important;
  }
    #popmake-260 h1 {
        font-size: 28PX !important;
        padding-top: 0 !important;
        padding-bottom: 0!important;
  }
    .frm_form_fields {
        font-size: 16px !important;
        
    .frm_submit{
        margin-top: -20PX;

}

  }

}


