/*webform elements --------------*/
.custom-input-box .icons {
    position: relative;
    top: 46px;
    left: 16px;
    font-size: 1.3em;
}

.custom-input-box .form-control {
    border-radius: 2px;
    height: 50px;
    padding-left: 50px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: .85rem;
    line-height: 1.85;
}
.form-textarea-wrapper .form-control {
    height: 160px !important;
}
/* / webform elements --------------*/


.articlebody{
    text-align: justify;
}
/*menu ---------*/
.navbar ul.nav li {
    margin-right: 20px;
}
/* exposed form input and button----------------*/
.form--inline .form-item {
    float: left;
    margin-left: 0;
    margin-right: 0.5em;
    width:100%;
}
.ne-custom-select select {
    width: 100%;
    height: 40px;
}
.btn-ftg-ptp-40 {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    width: 100%;
    border: 2px solid  #e53935;
    background-color: #e53935;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* exposed form input and button----------------*/
/*etiquete media sur image ----------------*/
.topic-box-top-xs {
    position: absolute;
    top: 10px;
    left: 10px;
}
.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #ffffff;
    background-color: #ffbb00;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}
/*etiquete media sur image ----------------*/
