@font-face {
    font-family: "Pommier Medium";
    src: url(../fonts/NeoSansPro-Medium.otf);
}
@font-face {
    font-family: "Pommier Bold";
    src: url(../fonts/NeoSansPro-Bold.otf);
}
@font-face {
    font-family: "Pommier Regular";
    src: url(../fonts/NeoSansPro-Regular.otf);
}
@font-face {
    font-family: "Pommier Light";
    src: url(../fonts/NeoSansPro-Light.otf);
}
@font-face {
    font-family: "Pommier Light Italic";
    src: url(../fonts/NeoSansPro-LightItalic.otf);
}
@font-face {
    font-family: "Pommier";
    src: url(../fonts/POMMIER.otf);
}
nav{
    background: #201d1d;
}
a{
    cursor: pointer;
}
ul,ul li{
    list-style-type: none;
}
ul{
    padding-inline-start: 15px;
}
ol{
    padding-inline-start: 0px;
}
.ulAlign{
    height: 150px;
    display: table;
}
.ulAlign>ul{
    display: table-cell;
    vertical-align: middle;
}
.ulAlign>ul>li:before {
    content: '- ';
}
.modal {
    z-index: 1050 !important;
}

.modal-backdrop.fade.show {
    display: none !important;
}
.extrahtml p{
    margin:0;
}
table{
    margin: 20px;
}
td{
    padding: 5px;
}
body {
    font-size: 0.9rem;
}
b, strong{
    font-weight: bold !important;
}
/*button, .btn, input{*/
    /*border-radius: 3px !important;*/
/*}*/
.vr img[class*="-type_coffre"] {
    height: 400px;
    width: auto;
}
.pge img[class*="-type_pose"] {
    height:260px;
    width:auto;
}
.alu .img-options4 img{
    height: 180px;
    width: auto;
}

.vr #collapseStep1Question1 .checkbox-choice p{
    display: none;
}
@media screen and (max-width: 750px) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

#userlike-tab {
    bottom: 10% !important;
    right: 2% !important;
}

#userlike-hover-text-container {
    bottom: 11% !important;
}

@media screen and (max-width: 767px) {
    #userlike-tab, #userlike-hover-text-container {
        display: none;
    }
}

.color-choice li span {
    height:30px;
    width: 30px;
}
#userlike-tab{
    bottom: 3% !important;
}
#userlike-hover-text-container{
    bottom: 4% !important;
}
div .mobile-nav-bloc{
    background-color: #201d1d;
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
    div.top-info.d-none.d-lg-flex {
        display: none !important;
    }
    div.top-info.d-lg-none{
        display: flex !important;
    }
}
.row{
    width: 100% !important;
}

.mask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    z-index: 20;
    margin-left: 0;
    left: 0;
}


.pe .color-choice{
    width: 100% !important;
    display: flex !important;
    flex-flow: column wrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.MultipleImageRadioChoice img{
    max-width: 95%;
}
