.main, .color-base{
    margin-top: 30px;
    color: #424242;
}
.bloc-titre-cg{
    margin-bottom: 20px;
}
h1{
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
h2{
    font-size: 28px;
}
h3{
    padding-left: 0 !important;
}
.primary{
    padding: 0 10px;
    margin-bottom: 0;
}
.bloc-border-bottom{
    padding: 25px 0;
}
.bloc-border-bottom ul{
    list-style-type: none;
    margin: 0;
}
.bloc-border-bottom p, .bloc-border-bottom ul li {
    font-size: 16px;
}
.bloc-border-bottom p{
    line-height: 20px;
}
.bloc-border-bottom li{
    line-height: 24px;
}
.bloc-border-bottom ul.list-conditions {
    list-style-type: disc;
    margin-left: 25px;
}
.tableLaw {
    border: 0.5px solid black;
    width: 75%;
    margin: 0 auto;
}
.tableLaw__line {
    border-top: 0.5px solid black;
    border-left: 0.5px solid black;
    border-bottom: 0.5px solid black;
    border-right: 0.5px solid black;
    font-size: 13px;
}
.tableLaw__line--border-right {
    border-right: 0.5px solid black;
    width: 50%;
}
.tableLaw--px-2 {
    padding: 0 1rem;
}
.tableLaw__line--w-25 {
    border-right: 0.5px solid black;
    width: 25%;
}
#navigateur{
    display: flex;
    list-style-type: none;
    margin: 15px 0 30px 0;
}
#navigateur li{
    width: 177px;
    height: 164px;
    margin-right: 20px;
}
#navigateur li a{
    display: block;
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 11px;
    padding: 10px;
    box-sizing: border-box;
}
#navigateur a p {
    margin-top: 15px;
    text-align: center;
    color: #424242;
}
#navigateur img {
    display: block;
    width: 92px;
    margin: auto;
}
.number_phone {
    color: #424242;
}
#article7 .underline {
  text-decoration: underline;
}

.delivery h1{
    text-transform: none;
}
.delivery p{
    line-height: 22px;
}

@media screen and (max-width: 1002px){
    .table-matiere-cg{
        display: none;
    }
}

@media (max-width: 767px) {
    h1{
        font-size: 28px;
        margin-bottom: 25px;
    }
    h2,h3{
        font-size: 18px;
        margin-top: 15px;
        line-height: 20px;
    }
    h3{
        padding-left: 0 !important;
    }
    .bloc-border-bottom{
        padding: 0;
    }
    .bloc-border-bottom p:first-of-type{
        margin-top: 25px;
    }
    .bloc-border-bottom p{
        margin-bottom: 25px;
    }
    .icone_fleche-fermer-grise, .icone_fleche-ouvert-grise{
        background-position: right 1.5% top 2px;
    }
    #article1{
        border-top: 1px solid #D4D4D4;
    }
    .bloc-titre-cg{
        margin-bottom: 35px;
    }
    #navigateur{
        flex-wrap: wrap;
    }
    #navigateur li{
        width: 119px;
        margin: auto auto 28px;
    }
    #navigateur p {
        margin: 15px 0;
        font-size: 10px;
    }
    .tableLaw--px-2 {
        padding: 0 0.2rem;
    }
}
