.no-padding {
    padding: 0 !important;
}

.header {
    background-color: #000000;
    float: none !important;
    padding: 24px 20px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 12vh;
}

.header .logo {
    margin-left: 20px;
}

.header h1 {
    color: white;
    font-size: 26px;
    float: left;
    padding: 20px 0 0 20px;
    font-family: 'NotoSans-Bold';
}

.header .menu, .menuparametre {
    padding: 0 30px;
    padding-right: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    width: 230px;
}

.header .submenu {
    padding: 0px;
    margin: -1px;
    width: 100%
}

.header .submenu > li > a {
    color: white;
    padding: 0px 20px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    float: none !important;
    line-height: 50px;
}

.header span {
    display: inline-grid;
    /* line-height: 20px; */
    vertical-align: middle;
}

.title {
    font-family: 'NotoSans-Bold';
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10%;
}

.input-login{
    margin-top: 5%;
    width: 100%;
}

button, .btn-bbgr {
    font-family: 'NotoSans-Bold';
    border: none;
    font-size: 18px;
    background-color: #ffe100;
    color: #000000;
    padding: 5px 24px;
}

.btn-bbgr:active, .btn-bbgr:focus, .btn-bbgr:hover {
    color: #e6e6e6 !important;
    background-color: #9c8800;
}

.btn-success, .btn-danger {
    text-transform: uppercase;
}

.nav-button{
    display: block;
    width: 35px;
    height: 35px;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
}

.round-button{
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
}

.leftPage{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.resultMainText{
    width:100%; 
    text-transform: uppercase; 
    text-align: center;
    margin-top: 5%;
}

.selector{
    width: 100%;
}

a.disabled {
    pointer-events: none;
    background-color: grey;
}

.imgWithDesc{
    float: right;
    vertical-align: top;
}

.imgDescription{
    width: 60%; 
    display: inline-block;
}

.dark{
    opacity: 0.2;
}

.step5NoResult{
    text-align: center; 
    margin-top:5%; 
    padding: 0 10%;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #424242; 
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #343434; 
}

.stepResultLogo{
    background-color: #424242; 
    padding:15px; 
    position:absolute; 
    bottom: 0; 
    left: 0;
    right: 0;
}

.custom-select{
    background: #fff url("../img/selectArrow.png") no-repeat right  !important;
    border: solid #292929;
}

.svgtip{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #000;
    color: #fff;
    padding: .5rem;
    font-size: 12px;
    pointer-events: none;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    /*margin: 10px 0 0;*/
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: white;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #ffe100;
    background-color: #767676;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #ffe100;
}

#tarteaucitronAlertSmall{
    display: none !important;
}

#productList::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #373737;
}

#productList::-webkit-scrollbar-thumb {
    background: #ffe100;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#productList::-webkit-scrollbar-corner {
    background: #373737;
}

#contentDiv {
    overflow: hidden;
}

#resultImgText{
    width: 60%; 
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

#howItWorks{
    width:96%; 
    margin-left:2%;
}

#returnTextLeft{
    text-align:center;
    margin-top: -15%;
}

body {
    font-family: 'NotoSans-Regular', Raleway, sans-serif !important;
    color: #ffffff !important;
    background-color: #292929;
}

a {
    text-decoration: none !important;
    color: black;
}

p {
    clear: both;
    padding-top: 1em;
    font-size: 19px; /*18?*/
}

.emule_ul_li>*{
    display: block;
    padding-bottom: 5px;
}

.step_5_left_block_2 {
    font-size: 0.75rem;
    color: white;
}
.step_5_left_block_2>* {
    text-align:justify;
    font-size: inherit; 
    padding: 0 20px 0 20px;
}

.text_underline {
    text-decoration: underline;
}
