.shopify-buy__btn {
font-weight: var(--e-global-typography-accent-font-weight);
background-color: var(--e-global-color-accent);
border-radius: 6px;
}
div.tableau div.titres,
div.pdv_contenu {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
div.titres h4 {
width: 100%;
text-align: center;
padding: 15px;
background-color: hsla(0, 0%, 50.2%, .07);
margin: 0;
line-height: 1.5;
border: 1px solid hsla(0, 0%, 50.2%, .502);
font-weight: 700;
font-size: .9em;
}
@media screen and (max-width: 425px) {
div.titres h4:not(:first-child) {
display: none;
}
div.titres h4 {
text-align: start;
}
}
div.pdv_contenu span {
width: 100%;
text-align: center;
padding: 15px;
margin: 0;
line-height: 1.5;
border: 1px solid hsla(0, 0%, 50.2%, .502);
font-size: .8em;
}
div.pdv_contenu p:not(:first-child) {
width: 100%;
text-align: center;
padding: 15px;
margin: 0;
line-height: 1.5;
border: 1px solid hsla(0, 0%, 50.2%, .502);
font-size: .8em;
}
div.pfv_contenu {
border: none;
}
@media screen and (max-width: 425px) {
div.pdv_contenu span {
border: none;
}
div.titres {
display: flex;
flex-direction: column;
}
div.pdv_contenu {
position: relative;
display: flex;
flex-direction: column;
border: 1px solid hsla(0, 0%, 50.2%, .502);
margin: 5px 0;
}
div.pdv_contenu p:not(:first-child) {
width: 100%;
text-align: start;
padding: 5px 5px 5px 20px;
margin: 0;
line-height: 1.5;
border: none;
font-size: .8em;
}
div.pdv_contenu p:not(:first-child):last-child {
padding-bottom: 15px;
}
div.pdv_contenu span p {
border: none;
text-align: start;
padding: 5px;
}
div.pdv_contenu p:first-child {
font-weight: 700;
margin: 0;
max-width: 70%;
}
}