/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.single section#comments {
    display: none !important;
}
.single .post-tags {
    display: none !important;
}
button.wp-block-search__button.wp-element-button {
    background-color: var(--e-global-color-cba278d);
}label.wp-block-search__label {
    color: var(--e-global-color-cba278d);
}.single h2 {
    color: var(--e-global-color-cba278d);
}.single p {
    color: var(--e-global-color-d9779ff);
    line-height: 36px;
}.single ul.meta.ospm-default.clr {
    display: none;
}.single strong {
    font-size: 24px;
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

button.frm_button_submit {
    background-color: #fff !important;
    border: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
    width: 100% !important;
}
div#trems-par h3 {
    font-size: 32px;
}
div#trems-par h2 {
    font-size: 35px;
}
div#trems-par h1 {
    font-size: 50px;
}