/*Page Styling*/

.customInputColor {
    background-color: #F1F1F1 !important;
    padding: 0;
    width: 60px;
}

#descP {
    margin-top: 0;
}

#descP i {
    font-weight:lighter;
}

.wrapCustom {
    margin:0!important;
    padding: 10px 50px;
}

.bg-page{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(40,160,94,0.23012955182072825) 50%, rgba(241,241,241,1) 100%);
    z-index: -1000;
}

.title_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
}

.fourbis_logo_wrapper{
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description_fcn_customisation h1 {
    line-height: 1.3em;
}

@media (max-width: 767px){
    .fourbis_logo_wrapper{
        display: none;
    }

    .description_fcn_customisation {
        padding: 0px 15px;
        margin: 30px 0;
    }

    .wrapCustom{
        padding: 0px 15px;
    }
}