
/*en tete header.php*/
.entete {
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 10; /* S'assurer que l'entête est au-dessus */
    position: fixed; /* Fixé en haut de la page */
    width: 100%; /* Pour qu'elle couvre toute la largeur */
    background-color: black; /* Ou jaune selon le style voulu */
    color: white;
}

header.menu-horizontal {
    margin-top: 50px; /* Décale le menu en dessous de l'entête */
    z-index: 1; /* S'assurer qu'il passe sous l'entête */
    position: relative; /* Garde une position normale */
}

.entete {
    z-index: 10; /* Niveau supérieur */
    position: fixed;
}

.menu-horizontal {
    z-index: 5; /* Menu sous l'entête */
    position: relative; /* Par défaut */
}

.black {
    background: yellow;
    margin-top: 0px; /* Décale tout le contenu de 35px */
}

.entete {
    background: black;
    padding-top:"3px";
    padding-bottom:"3px";
}

body, html {
    margin: 0;
    padding: 0;
}

header.menu-horizontal {
    margin-top: 60px; /* Ajuster selon la hauteur de l'entête */
    z-index: 1; /* Inférieur à l'entête */
    position: relative;
}

/* menu gds formats */
#menu2 {
    width: 100%;
    margin-top:35px;
}


.entete a,
.entete #total,
.entete #count {
    color: #aad56b;
}

/*menu*/
.lien,.menugen{
    font-family: 'Consolas',sans-serif;
    color:#4d5662;
    font-size:11px;
    font-weight:bold;
    
}

/*bouton menu*/
.extend
{
    position:absolute;
    right:0px;
    top:0px;
    

}
.nav-link a{
    font-family: 'AllerRegular';
    color:#4d5662;
    font-size:9px;
}
.nav-link:hover {

    background: #ec8a64;
}

.navbar-nav .nav-link a:hover {
    color: #fff !important;
}

.menu_gen:hover {
    color: #ec8a64;
}

/**********************************/
/*index.php*/
.container a {
    text-decoration: none;
    text-align: center;
}

.card,.card-perso {

    width:100%!important;
    height: auto;
    border: 1px solid #eeeeee;
    background: #f3f3f3;

    margin-bottom: 30px !important;


}

.photo {
    width: 150px;
    height: 150px;
    display: block;
}

/*texte de la card*/
.texte {
    font-family:"Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style:normal;
    font-size: 15px;
}

/*prix card*/
.prix {
    font-family: 'AllerBold';
    font-style: normal;
    color: #74bc0d;
    font-size: 18px;
}

.prix:hover {
    color: #74bc0d;
}

.ajout {
    font-size: 22px;
}

.marge {
    margin-right: 50px;
}

.row {
    margin-left: 100px;

}
@media screen and (max-width:300px){
    .photo {
        width: 75px;
        height: 75px;
        display: block;
    }
    .texte,.prix{
        font-size:9px;
    }
    
    
}
@media (min-width:300px) and (max-width:576px) {
    .row {
        margin-left: 25px;

    }

    .photo {
        width:100px;
        height:100px;
        display: block;
    }
    .texte,.prix{
        font: size 14px;
    }
    
    .card-perso {
        width: 100% !important;
        border: 1px solid #eeeeee;
        background: #f3f3f3;
        padding: 30px;
        margin-bottom: 30px !important;


    }
    

}

/*small device*/
@media screen and (max-width:992px){
    #menu1{
        opacity:0;
        background:#000;
        position:relative;
        top:-490px;
        left:0px;
        width:100%;
        /*taille du menu : si on rajoute des items rallonger taille*/
        height:520px;
    }
   
    #btn-extend:hover{
       
        cursor:pointer;
    }

    .lien,.menugen{
        font-family: 'Consolas',sans-serif;
        color: #fff;
        font-size: 20px;
        margin-left:5px;
        line-height:20px;
    }
    .lien:visited,.lien:hover{
        color: #fff;
    }
    
}

@media (min-width:576px) and (max-width:992px) {
    .card-perso {
        width: 90% !important;

    }

}

/*medium*/
@media (min-width:768px) and (max-width:992px) {
    .card-perso {
        width: 250px !important;
        height: 400px;
        margin-bottom: 0 !important;
    }
    
}

/*large md*/
@media (min-width:992px) and (max-width:1200px) {
    .photo {
        width: 100%;
        height: 110px;
    }
   


    .card-perso {
        width: 100% !important;
        height: 300px !important;
    }
   

}
/******fin page affichage**********/
/******panier********/
.titre{
    background:#f9f9f9;
}
#panier{
    width:100%;
}
.marge-ligne{
    margin-bottom:30px;
    border:3px solid #f9f9f9;
    text-align:center;
}
.marge-ligne2{
    padding-top:30px;
    padding-bottom:30px;
    border:1px solid #f9f9f9;
    text-align:center;
   
}
tr{
    border:1px solid blueviolet;
}
.zone_saisie{
    width:25px;
}
.inc{
    width:25px;
    height:30px;
}
.total,.btn-total{
    margin-right:150px;
}
.btn-total{
    margin-top:30px;
}


.photo2{
    width:90px;
    height:auto;
}
@media screen and (max-width:992px){
    .btn-calcul{
        margin-left:20px;
    }
}
@media screen and (min-width:992px){
.texte2{
        
        font-style: normal;
        font-size: 18px;
        position:relative;
        top:30px;
    }
.prix2{
    position:relative;
    top:30px;
}
.remise2{
    position:relative;
    top:30px;
}
.boutons{
    position:relative;
    top:30px;
}
}

@media screen and (max-width:576px){
    .photo2{
        width:150px;
        height:auto;
    }
}
@media screen and (max-width:250px){
    .photo2{
        width:100px;
        height:auto;
    }
}
@media screen and (max-width:576px){
    .photo2{
        width:100px;
        height:auto;
    }
 .texte3{
    margin-left:5px;
    margin-bottom:30px;
 }   
 
}
@media screen and (max-width:768px){
    .texte3{
        margin-bottom:30px;
     }   
     #chat_logo{

    position:fixed!important;

    top:15px!important;

    right:25px!important;

}/*en tete header.php*/
.remise2{
    position:relative;
    top:30px;
}
    }
@media (min-width:768px) and (max-width:992px) {
    .texte3{
        margin-left:120px;
        margin-bottom:30px;
        
     }  
     .btn-calcul{
       margin-left:-50px;
    }
}