body {
    font-family: 'Nunito', sans-serif;
}

.card_bf {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(3, 112, 136, 0.6);
    width: 100%;
    height: 100%;
    background-blend-mode: lighten;
}

#formnews .grecaptcha-badge {
    display: none!important;
}


.bard_body_bf {
    /* background-color: black; */
    /* background-image: url('{{ asset('psyphone/img/psy_black_friday.png')}}'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 500px;
    width: 720px;
    margin: 80px auto;
    padding: 0 5px 20px 0;
}

@media only screen and (max-width: 778px) {
     .bard_body_bf {
   
    width: 100%;
    margin: 30px auto;
}
}

.bf_title {
    color: #08909b;
    font-style: italic;
    font-weight: bold;
    font-size: 1.9rem;

}

@media only screen and (max-width:768px) {
    .bf_title {
        font-size: 1.5rem;
        text-align: center;
    }
}

.pourcent {
    font-size: 4 rem;
}

@media only screen and (max-width:768px) {
    .pourcent {
        font-size: 1.9rem;
    }
}

.footer_bf {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    color: #08909b;
    font-size: 1rem;
}

.timer_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .timer_content {
        margin-top: 60px;
    }
}


.footer_bf_title {
    font-size: 1rem;
    color: #08909b;
}

@media only screen and (min-width: 1024px) {
    .footer_bf_title {
        font-size: 1.2rem;
    }
}


@media only screen and (min-width: 1395px) {
    .bard_body_bf {
        width: 50%
    }
}



@media only screen and (min-width: 1024px) {
    .bf_head {
        display: flex;
        justify-content: space-between;
        align-content: start;
        margin-top: 30px;
    }
}




.bf_rebour {
    font-size: 0.7rem;
    text-align: center;
    padding: 5px
}

@media only screen and (max-width: 935px) {
    .bf_rebour {
        font-size: 0.9rem;
        padding: 2px
    }
}

.bf_item {
    border-top: solid;
    font-size: 0.7rem;
}

@media only screen and (max-width: 935px) {
    .bf_item {
        font-size: 0.9rem;
    }
}

.btn_bf {
    margin: 10px auto;
    display: block;
    background-color: #08909b;
    width: 150px;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
        bottom: 100px;
        left: 35%;
}

@media only screen and (max-width: 778px) {
    .btn_bf {
        font-size: 0.9rem;
        width: 250px;
    }
}

.close_btn_bf {
    width: 50px;
    height: 50px;
    margin: 5px auto;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 10px;
        cursor: pointer;
}

@media only screen and (max-width: 778px) {
    .close_btn_bf {
        width: 30px;
        height: 30px;
        margin: 2px auto;
        position: absolute;
        top: 2px;
        right: 2px;
    }
}

.main_timer_block {
    display: flex;
    align-items: center;
    justify-content: center;

}

.block_timer {
    background-color: #ffffffde;
    padding: 5px;
    color: #08909b;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 5px 3px;
    text-align: center;
}

@media only screen and (max-width: 935px) {
    .block_timer {
        padding: 10px 2px;
        color: #08909b;
        font-size: 1rem;
        margin: 5px 1px;
    }
}
/*************Valentin***************/
.val_banner {
position: absolute;
top: 20;
left: 0;
right:0;
z-index: 10;
}
.val_close {
position: absolute;
top: 10px;
right: 5px;
cursor:pointer;
}
.banner_body{
position: relative;
}

#newsletter {
    padding: 5vh 5vw;
    width: 100%;
    float: left;
}
#newsletter .title {
color: #1a96a0;
font-weight: 700;
font-size: 37px;
line-height: 1;
margin: 7px 0;
}
#newsletter form {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
height: 100% !important;
width: 100% !important;
background-color: #e9eaee !important;
}
#newsletter form .content .icone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 20px;
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
#newsletter form .content {
margin: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: calc(100% - 20px);
width: calc(100% - 20px);
background-color: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#newsletter form>input[type=submit] {
padding: 0 40px;

background-color: #1a96a0;
color: #fff;
border: none;
}

#newsletter form .content input {
height: calc(100% - 20px);
width: calc(100% - 20px);
outline: none;
border: none;
border-left: 1px solid #ddd;
padding: 10px;
}

select {
border: 1px solid #fff;
background-color: transparent;
}

select option{
  background-color: transparent !important;
border: 1px solid #e4e4e4;
color: #000;
-webkit-appearance: none; 
 -moz-appearance: none; 
}

#formnews .grecaptcha-badge {
    display: none!important;
    }
    