input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.container-fluid{
    padding: 0;
 }

.image-carousel {
    background-size: cover;
    width: 50svh;
    box-shadow: 10px 10px;
}

body {
    background-color:transparent !important;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding-top: 50px;
}

.container {
    background: none;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    border-width: 0 0 1px;
}

.navbar {
    padding-left: 20px;
    padding-right: 20px;
}

.img-shadow {
    box-shadow: 5px 5px black;
}

.btn {
    box-shadow: 5px 5px black;
}

.lsd1 {
    background-image: url('../images/earthbound2.gif');
    background-size: 300px;
}

.lsd2 {
    background-image: url('../images/earthbound.gif');
    background-size: 300px;
}

.lsd3 {
    background-image: url('../images/earthbound3.gif');
    background-size: 300px;
}

.nom-produit-header {
    background-color: white;
    padding: 10px 40px;
    border-radius: 20px;
    box-shadow: 10px 10px;
}

.nom-produit {
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
}

.card-produit {
    border-width: 1px;
    border-color: black;
    box-shadow: 10px 10px;
}

.texte-lsd {
    color: white;
    text-shadow: 2px 2px black;
}

.texte-lsd-invert {
    color: black;
    text-shadow: 2px 2px white;
}

.description-produit {
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
}

.modal .modal-dialog {
    border-radius: 10px;
    box-shadow: 10px 10px black;
}

html {
    background: url("../images/bg_connexion.png") repeat;
    background-size: 64px;
    animation: bgScroll 6000s linear infinite;
}

@keyframes bgScroll{  
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10000% 10000%;
    }
}

.dialog-form {
    background-color: black;
    border-radius: 10px;
    padding: 20px;
    color: white;
    width: 60%;
}

.dialog-form-input {
    margin: 8px 10px;
}

.dialog-form-input-label {
    border-right: 1px solid;
    border-color: white;
}

.dialog-form-input-widget input, .dialog-form-input-widget select {
    border: 2px solid;
    border-radius: 3px;
    width: 90%;
    padding: 10px;
    transition: all 0.2s ease-out;
}

.dialog-form-input-widget input:focus, 
.dialog-form-input-widget select:focus {
    border-color: red;
    width: 100%;
    background-color: white;
    appearance: none;
}

.dialog-form-input-widget input:disabled, 
.dialog-form-input-widget select:disabled {
    width: 100%;
    background-color: white;
    appearance: none;
    font-style: italic;
}

.dialog-form-input-widget input[type=password]:disabled {
    display: none;
}

.dialog-form-title {
    margin: 0px auto 20px auto;
}

.flashbag {
    background-color: white;
    width: 100%;
    height: 40px;
    margin: 0;
    text-align: center;
    padding: 5px 5px;
    font-weight: bold;
}

.flash-error {
    background-color: rgb(248, 113, 113);
}

.flash-success {
    background-color: rgb(137, 245, 122);
}

.pied {
    background-color: black;
    min-height: 50px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 10px;
    padding: 30px;
}

