﻿/* Custom code for all website */

/*Information Personnel - Surcharge bootstrap */
legend {
    width: unset !important;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 1rem !important;
}

fieldset {
    display: block;
    border-width: 2px !important;
    border-style: groove !important;
    border-color: threedface !important;
    border-image: initial !important;
    font-size: 14px;
    font-weight: bold;
}

.alert-custom {
    border: 1px solid #D3D3D3;
    background-color: #eee;
}

.imgLoading {
    height: 50%;
    width: 50%;
}

.modal-content-background {
    background-color: transparent;
}
/* Surcharge AdminLTE */
@media (max-width: 780px) {
    .main-sidebar {
        -webkit-transform: translate(-500px, 0);
        -ms-transform: translate(-500px, 0);
        -o-transform: translate(-500px, 0);
        transform: translate(-500px, 0);
        position: absolute;
    }
}

@media (min-width: 780px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 780px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
    }
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

html .ui-autocomplete {
    height: 200px;
    text-align: left;
    font-size: 12px;
}

.ui-autocomplete-loading {
    background: white url("../img/ajax-loader-tiny.gif") right center no-repeat;
}


.loading_img {
    font-size: 10pt;
    border: 1px solid #FFBD4F;
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 99999;
    border-radius: 5px;
    margin-left: 30%;
}

.main-header {
    /*Fixe le probleme de surbrillance dans le site....*/
    /*Et l'ombre des popup*/
    z-index: 900 !important;
}

/*boutons de l'ajout d'image*/
.pictureImportAction {
    border-collapse: separate;
}

/*image preview photo*/
.custom_width {
    width: 220px;
    margin: auto;
}

}

.form-group:empty {
    display: none;
}

#divCalendar {
    position: relative;
}

/* Loader */

.containerLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s;
}
/*E20037 Rouge NVA */
.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #e56786;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.item-1:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e56786;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #e75574;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.item-2:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e75574;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #e74261;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.item-3:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e74261;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #e52b4d;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.item-4:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e52b4d;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #e20037;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.item-5:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e20037;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

ol {
    list-style-type: none;
    text-align: center;
}

.breadCrumb ol li {
    float: left;
}

.breadCrumb li:not(.last):not(.firstAlone):after {
    padding-right: 4px;
    content: ' / ';
}

.breadCrumb a {
    color: black;
}

.no-padding-right {
    padding-right: 0 !important;
}

.siteMapBlock {
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
    width: auto;
    border: 1px solid #D3D3D3;
    background-color: #eee;
    margin: 9px 0 12px;
    display: block;
    padding-bottom: 2px;
}

.breadcrumb {
    padding: 2px 15px !important;
}


@media screen and (min-width:0\0) {

    .IEFlexNone {
        display: block !important;
    }

    .IEinputBanck {
        min-width: 20% !important;
    }
    .IEBoutton{
        border-color : gray
    }

    .IEBoutton:hover {
        background-color: gray;
        color: black;
        min-width: 20% !important;
    }

    .IEMaxWidth{
        width: 97% !important ;
    }
    
    /*
      Votre CSS pour IE versions 9 à Edge

   */

}
.tbComment {
    margin-bottom: 10px;
}

/* disabled buttons */
.isbt:disabled {
    background-color : rgb(190, 190, 190);
}

.icgv > label {
    display: inline;
    margin-left: 10px;
}

.align-center {
    margin: auto;
}
#newPassword .required-image {
    margin-top: 32px !important;
}
#confirmPassword .required-image {
    margin-top: 32px !important;
}

.input-group {
    padding-bottom: 20px;
}

.productCategory {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

#ContactUsContainer {
    width: 100%;
}

#dm_popup {
    top: 0px !important;
    width: 100% !important;
}

/* sold and informations have a star */

.star-after::after {
    content: "*"
}

.star-before::before {
    content: "*"
}

.detail-infos {
    font-size: smaller;
    font-weight: initial;
    font-style: italic;
}

.pictureUpload {
    font-size: 14px;
    font-weight: bold;
}