/* Styles complémentaires : commentaires WP, alignements de blocs, responsive fin */

.op-contenu-page, .op-contenu-produit{font-size:16px; color:#333;}
.op-contenu-page img, .op-contenu-produit img{border-radius:8px; margin:20px 0;}

.comment-form input, .comment-form textarea{
  width:100%; padding:10px 12px; border:1px solid #ddd; border-radius:6px; margin-bottom:12px; font-family:inherit;
}
.comment-form textarea{min-height:120px;}
.comments-area{margin-top:50px;}
.comments-area h3{margin-bottom:20px;}

@media(max-width:600px){
  .op-hero{padding:70px 0;}
  .section{padding:50px 0;}
  .op-cta{flex-direction:column; text-align:center;}
}

.alignwide{max-width:1100px; margin-left:auto; margin-right:auto;}
.alignfull{max-width:none;}
