html {
    -webkit-font-smoothing: antialiased;
}

body{
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), 
              url("img/back.jpg");
    width: 100%;
    height: 100%;
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: cover;
}

.main {
    /* Firefox */
    min-height: -moz-calc(100% - 18px);
    /* WebKit */
    min-height: -webkit-calc(100% - 18px);
    /* Opera */
    min-height: -o-calc(100% - 18px);
    /* Standard */
    min-height: calc(100% - 18px);
}

.img_produit {
    width: 100%;
    height: auto;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    text-align: left;
}

.card > a {
    text-decoration: none;
}

/* INDEX PAGE */
p {
    margin-bottom: 0
}

.text p+p {
    text-indent: 2.5em;
    margin-top: 1.5em
}

/* FORMAT NUMBER */

/* FIN FORMAT NUMBER */

/* FIN TABLE*/

/* TABLE-MESSAGE */
.table-message {
    border: none;
    width: 100%;
}

.table-message thead tr th {
    background-color: #0DDFFF;
}

.table-message tbody tr:hover {
    background-color: #ffffaf;
}

.table-message tr:nth-child(even) {
    background: #fffcf8
}

.table-message tr:nth-child(odd) {
    background: #fffaff
}

.table-message tr td {
    border: none;
    /* border-bottom: solid 1px;
    border-bottom-color: #cccccc; */
}

.float {
    color: black;
    text-decoration: none;
    display: inline;
    padding-left: 10px;
}

.email {
    font-weight: bold;
}

.titre {
    padding-left: 20px;
}

.text {
    font-style: italic;
}

.liens {
    padding: 0px;
}

/* FIN TABLE-MESSAGE */

.user {
    font-size: 14px;
}

.form-control-label {
    text-align: left;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

ul.d-flex {
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

/* FORMULAIRE */
.myform {
    border-color: blue;
    border: 2px solid blue;
    background-color: bisque;
    padding: 10px;
}

.mysform {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: red;
    border: 2px solid blue;
    background-color: #99ffcc;
}

.form-title {
    font-size: 24px;
    color: red;
    font-weight: bold;
    text-align: center;
}

.form-title:before {
    content: "\F586";
    font-family: "bootstrap-icons";
    padding: 20px;
}

.form-title:after {
    content: "\F586";
    font-family: "bootstrap-icons";
    padding: 20px;
}

form label {
    color: rgb(30, 100, 3);
    font-weight: bold;
}

/* FIN MYFORM */
.captcha {
    border: dashed red;
    border-radius: 5px;
    background-color: #99ffcc;
    padding: 1em 1em 1em 1em;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.captcha label {
    display: inline-block;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blinking {
    animation: blinkingText 1.2s infinite;
    text-decoration: blink;
}

@keyframes blinkingText {
    0% {
        color: #ffffff;
    }

    49% {
        color: #ffffff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}

/* ERP diagonal Main Page */

.bo {
    margin: 0px;
}

.o_skew_sm {
    transform: skewY(-6deg) scaleY(0.75) translateY(15%);
    transform-origin: 0 50%;
    height: 41em;
}

.o_stripe {
    background-color: #714B67;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.o_gradient {
    background: #714B67;
}

.grad {
    background: #714B67;
}

.top {
    top: 0;
    left: 0;
    width: 100%;
    height: 15em;
    background: #714B67;
}

.p21em {
    padding-top: 21em;
}

.p11em {
    padding-top: 11em;
}

/*  */

/*** Navbar ***/
.dropdown-menu{
    background-color: rgb(67, 210, 230);
    padding-left: 10px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\F229";
    font-family: "bootstrap-icons";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* collapse navbar-collapse */
.navbar-custom .navbar-collapse
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-collapse .nav-link,
.navbar-custom .navbar-collapse .navbar-text
{
    background-color: #7a7aa1;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    height: 45px;
}
/* Modify the background color */
.navbar-custom {
    background-color: #714B67;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    height: 68px;
    padding-top: 0px;
    /*flex-wrap: nowrap;*/
}
/* Modify brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-text {
    padding-top: 12px;
    color: white;
    background-color: #714B67;
    padding-left: 16px;
    padding-right: 16px;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.active {
    color: yellow;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 6px double blanchedalmond;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 54px;
}

.navbar-light .navbar-nav .nav-link {
    color: #181d38;
    font-weight: 500;
}

.navbar-custom .sticky-top {
    /*top: -100px;*/
    transition: .5s;
}

.display-error {
    z-index: 1080;
}

/*** Tooltips color ***/
.tooltip-inner {
    background-color: green !important;
    color: #fff ;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: green !important;
}

.image-main {
    height: 150px;
    width: 150px;
}
