﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}*/

.item-Default h1 {
    font-size: 16px;
    font-weight:bold;
}

.div-formulaire {
    margin-bottom: 10px;
}

.div-form {
    margin-bottom: 10px;
    color:#000000;
}

.item-Default {
    min-height: 100px;
    /*background: #fcdda7;
    border: 2px solid blue;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    font-size: 14px;
    background-color: rgba(255, 215, 0, 0.3);
}

/*
    -- Bouton
*/

.btnAdm {
    display: inline-block;
    margin-bottom: 0;
    min-width: 150px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /*background-color: #ed1c24;*/
    background-color: rgba(255, 0, 0, 0.7);
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnAdm.focus,
.btnAdm:active.focus,
.btnAdm.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    font-weight: bold;
}

.btnAdm:hover,
.btnAdm:focus,
.btnAdm.focus {
    color: #f1dc1d;
    text-decoration: none;
    font-weight: bold;
}

.btnAdm:active,
.btnAdm.active {
    background-image: none;
    font-weight: bold;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*@media (max-width:576px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:1400px) {
    body {
        font-size: 14px;
    }
}*/
.GridLink {
    color: red;
    text-decoration: none
}

a.GridLink:link,
a.GridLink:visited,
a.GridLink:active {
    color: red;
    text-decoration: none
}

a.GridLink:hover {
    color: red;
    text-decoration: none
}

a.HrefPanier:link,
a.HrefPanier:visited,
a.HrefPanier:active {
    color: red;
    text-decoration: none
}

a.HrefPanier:hover {
    color: red;
    text-decoration: none
}

.HrefMenu {
    color: #000;
    text-decoration: none
}

a.HrefMenu:link,
a.HrefMenu:visited,
a.HrefMenu:active,
a.HrefMenu:hover {
    color: #000;
    text-decoration: none
}


a {
    color: white;
    text-decoration: none
}

a:link,
a:visited,
a:active, a:hover {
    color: white;
    text-decoration: none
}

.Icones {
    height: 25px;
    width: 25px;
}

.ArticleNom {
    margin: 10px;
    text-align: justify;
    background-color: rgba(222, 114, 39,1);
    font-size: 20px;
    font-style: italic;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.ImageArticleNom {
    margin: 10px;
    text-align: justify;
    background-color: rgba(222, 114, 39,1);
    font-size: 25px;
    font-style: italic;
    color: white;
    font-weight: bold;
    padding: 5px;
}

.ArticleTitre {
    border: 2px solid rgba(222, 114, 39,0.5);
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(to right,rgba(222, 114, 39,1), #ffffff);
}


.ArticlePresentation img {
    /*background-color: rgba(255, 215, 0, 0);*/
}

.ArticlePresentation {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid rgba(222, 114, 39,0.5);
    border-radius: 5px;
}

.ArticlePresentation:hover {
    border: 2px solid #f1dc1d;
    background-color: rgba(241, 220, 29,0.5);
    color:red;
}

.ImagePresentation {
    margin: 5px;
    border: 2px solid rgba(222, 114, 39,0.5);
    border-radius: 5px;
}

.ImagePresentation:hover {
    border: 2px solid #f1dc1d;
    background-color: rgba(241, 220, 29,0.5);
    color: red;
}

.DivPanier {
    margin: 10px;
    text-align: justify;
}

.Banniere {
    background-color: rgba(222, 114, 39,1);
}

.Banniere:hover {
    background-color: rgba(222, 114, 39,0.5);
}

.carousel-white .carousel-control-prev-icon,
.carousel-white .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-white .carousel-indicators [data-bs-target] {
    background-color: red;
}

.carousel-white .carousel-caption {
    color: red;
}

.GridHeaderStyle{
    padding:10px;
}

.Space label {
    margin-left: 2px;
    margin-right: 5px;
}