 /*  cookies et confidentialité*/ 
 #ctn_before::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/logobig.webp) no-repeat left;
    background-size: cover;
    opacity:.1;
    background-attachment: fixed;
}
#mention_head{
    border-bottom: 1px solid var(--color1);
}
#mention_head h1{
    padding-bottom: 60px;
}
#head h2{
    font-size: 1.2rem;
}
#head ul{
    padding-top:15px;
    width: max-content; 
}
#head .info{
    border: solid 1px var(--color1);
    padding: 15px;
}
#mention h3{
    font-size: 1.2rem;
}
#mention h3,#mention h2{
    padding-top: 30px;
}
/* fin cookies et confidentialité*/ 

/* condition vente*/ 
#condition_general::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/logobig.webp) no-repeat left;
    background-size: cover;
    opacity:.1;
    background-attachment: fixed;
}
#condition_general h1{
    padding-bottom: 60px;
}
#condition_general p{
    padding: 5px 2% 20px;
}
#condition_general ul{
    width:90%;
    margin: 0 auto;
    padding: 15px 0;
}
#condition_general li::before{
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(0,-50%);
    border-left: 10px solid var(--color1);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
/* fin condition vente*/ 