#bfPage1 input, #bfPage1 textarea{
    border-radius: 0px!important;
}


/*-------------------------
     OFFCANVAS
--------------------------*/ 
.offcanvas-menu {
    background: url(/images/0_trois/offcanvas02.jpg)!important;
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 30px;
}

.offcanvas-menu li.current.active a {
  color: #fff!important;
  font-weight: 900!important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background:#ffffff26!important;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #fff !important;
  color:#222467!important;
}

/*for display child*/
.offcanvas-menu ul.menu-child {
    display: inherit !important;
}


/*--------------------------------
     CLOSE CANVAS ICON
--------------------------------*/
.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: .5;
    text-align: center;
    font-size: 16px;
    border: 0px solid #fff;
    color: #fff;
    padding-top: 3px;
}

.fa.fa-remove:before{
    right: 0;
    position: absolute;
    line-height: 15px;
    float:right;
    top: -14px;
    text-align:right;
    right: -31px;
}


.fa.fa-remove:before{
    content: " "!important;
    background: url(/images/0_trois/cancel03.png);
    content: '';
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    transform: scale(0.5);}