@font-face {
    font-family: ProductSans-Regular;
    src: url(/assets/fonts/ProductSans-Regular.ttf);
}

@font-face {
    font-family: ProductSans-Light;
    src: url(/assets/fonts/ProductSans-Light.ttf);
}

@font-face {
    font-family: ProductSans-Bold;
    src: url(/assets/fonts/ProductSans-Bold.ttf);
}


body {
    font-family: ProductSans-Regular;
    outline: none;
    -moz-transition: border .20s linear, color .20s linear, background-color .20s linear;
    -webkit-transition: border .20s linear, color .20s linear, background-color .20s linear;
    -o-transition: border .20s linear, color .20s linear, background-color .20s linear;
    transition: border .20s linear, color .20s linear, background-color .20s linear;
    word-break: break-word;
    text-align: justify !important;
}

.navbar-light .navbar-nav .nav-link {
    text-align: center;
    padding: 12px 13px;
    margin: 0px 2px;
    color: #696D6F;
    font-family: 'ProductSans-Bold';
    font-size: 14px;
}

li.nav-item.pull-right.ask-question-nav a {
    font-size: 15px;
    background-color: #01a23c;
    font-weight: 600;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-family: 'ProductSans-Regular';
}

ul.navbar-nav.options-nav.mx-auto.custom li a {
    padding: 11px 15px;
    color: #243238;
    font-family: 'ProductSans-Light';
    font-size: 15px;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}

.bg-categorie {
    font-family: ProductSans-Light;
}

@media screen and (max-width: 992px) and (min-width:768px) {
    ul.navbar-nav.options-nav.mx-auto.custom li a span {
        ont-family: ProductSans-Light;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: ProductSans-Regular;
}

.btn-light {
    font-family: ProductSans-Bold;
    font-size: 16px;
    color: #4A4A4A !important;
    text-align: center;
}

.ab-organise {
    font-family: ProductSans-Bold;
    font-size: 30px;
    color: #2EA3D5;
    text-align: center;
}

.dropdown-item {
    font-family: ProductSans-Light;
    padding: 10px;
    text-align: justify;
    font-size: 14px;
}

.backgroud_pages {
    background-image: url("../images/img_header.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 100%;
    height: 43.3vh;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ProductSans-Bold;
}

.sug-vw .list-box .list-p {
    font-family: ProductSans-Bold;
    font-size: 16px;
    color: #FFFFFF;
}

label {
    font-family: ProductSans-Bold;
    font-size: 14px;
}

.btn-send {
    font-family: ProductSans-Bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

h1 {
    font-size: 30px;
    color: #4A4A4A;
}

.sug-vw .list-box .list-p li {
    background: rgba(255, 255, 255, .15);
    -webkit-clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);
    padding: 20px 30px 20px 65px;
    margin-left: -78px;
    transition: .3s;
    width: 330px;
}


.sug-vw .list-box .list-p li:first-child {
    margin-left: 0;
    -webkit-clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
}

.txt-start {
    text-align: start !important;
}

.txt-heigth{
    height: 30px;
}

.p-footer{
    font-family: ProductSans-Bold !important;
    font-size: 16px !important;
    color: #4A4A4A !important;
    text-align: justify !important;
}


.footer_phone {
    font-family: ProductSans-Bold;
    font-size: 14px;
    color: #696D6F;
    text-align: justify;
}

.con-li {
    margin-top: 0;
    font-size: 14px;
    font-family: ProductSans-Regular;
}