.bandeau-cta:hover{
    cursor: pointer;
}

.bandeau-cta {
    position: fixed;
    top: 0;
    background-color: #E94C2A;
    color: white;
    z-index: 9999;
    width: 100%;
    height: 30px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    padding: 0 10px;
}

.bandeau-cta-content {
    text-align: center;
}

.bandeau-cta-content p {
    line-height: 30px;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.bandeau-cta-popup{
    opacity: 0;
    z-index: -100;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px) brightness(0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: all 0.2s linear;
}

.bandeau-cta-popup.onscreen{
    opacity: 1;
    z-index: 10000;
}

.bandeau-cta-popup .card {
    max-width: 90%;
    width: 750px;
    max-height: 90vh;
    height: 500px;
    margin: auto;
    background-color: #efefef;
    /* overflow-y: scroll; */
    border: 1px solid #E94C2A;
    overflow-y: auto;
    padding: 35px;
}

.bandeau-cta-popup h3 {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #E94C2A;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.bandeau-cta-popup p {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #666;
    font-size: 16px;
}

/**
 *   OVERWRITE STICKY HEADER CSS
 */

.et_pb_section_0_tb_header.et_pb_section--fixed.et_pb_section--with-menu{
    top: 30px !important;
}

body.logged-in.admin-bar.et-db #et-boc .et-l .et_pb_section_0_tb_header {
    top: calc(30px + 32px) !important;
}

body.logged-in.admin-bar .bandeau-cta {
    top: 30px;
}

@media screen and (max-width: 720px) {
  
.bandeau-cta:hover{
    cursor: pointer;
}

.bandeau-cta {
    position: fixed;
    top: 0;
    height: 56px;
}

.bandeau-cta-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bandeau-cta-content p {
    line-height: 28px;
    font-size: 15px;
}

.bandeau-cta-popup .card {
    max-width: 95%;
    height: fit-content;
    padding: 35px 20px;
}

/**
 *   OVERWRITE STICKY HEADER CSS
 */

.et_pb_section_0_tb_header.et_pb_section--fixed.et_pb_section--with-menu{
    top: 56px !important;
}

body.logged-in.admin-bar.et-db #et-boc .et-l .et_pb_section_0_tb_header {
    top: calc(56px + 32px) !important;
}

body.logged-in.admin-bar .bandeau-cta {
    top: 56px;
}

}/* **** */