* {
    font-family:'Roboto', sans-serif;
}

.banderole {
    background-image:url(../img/Website-Under_Constroction_Banderole-05_v2.png);
    background-repeat: repeat-x;
    background-position: 0 -1px;
    height:15px;
    margin-bottom:30px;
}

.progress {
    border-radius:0 !important;
}

.progress-bar-group {
    background-color: #023b7e;
}

.progress-bar-development {
    background-color: #676c6e;
}

.progress-bar-retail {
    background-color: #cd0f32;
}

.progress-bar-communications {
    background-color: #e6500f;
}

.progress-bar-brandmates {
    background-color: #327896;
}

.company {
    font-size:1em;
    color:#646e6e;
    font-weight:700;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color:#646e6e;
}

ul li, p {
    color:#717171;
    font-size:1.15em;
}

ul {
    padding-left:20px;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}
.policy{
  
} 
.li-num{
    margin-bottom: 15px;
    color: #717171;
    font-size: 1.15em;
}
.li-apha{
    list-style: none; 
    color: #717171;
    font-size: 1.15em;
    margin-bottom: 15px;
} 
.li-bul{
    list-style: disc; 
    color: #717171;
    font-size: 1.15em;
}
.ul-bul, .no-bul{
    margin: 15px 0;
}
ul.no-bul li{
    list-style: none; 
}
ul.no-bul{
    padding-left: 0;
}
ul.marign-bottom-15{
    margin-bottom: 15px;
}
ul.marign-bottom-15 li{
    margin-bottom: 10px;
}

a.imprint, a.data-policy {
    margin-right: 10px;
}