/*
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 */
@font-face {
  font-family: 'affairstest-mono';
  src: url(fonts/affairstest-mono.eot);
  src: url(fonts/affairstest-mono.eot?#iefix) format('embedded-opentype'),
       url(fonts/affairstest-mono.svg#affairstest-mono) format('svg'),
       url(fonts/affairstest-mono.ttf) format('truetype'),
       url(fonts/affairstest-mono.woff) format('woff'),
       url(fonts/affairstest-mono.woff2) format('woff2');
}
h1,h2,h3{font-family: 'affairstest-mono'!important}
.page-header-title{border-bottom:2px double #dc4588/*rgba(37, 48, 57, .1)*/!important}
#content{margin-top:40px;margin-bottom:120px}
.home #content{margin:0!important}
.widget-title{border:none!important;padding-left:0!important}
.contact-info-widget.default i{border:none!important;margin-right:0!important}
.contact-info-widget.default .oceanwp-info-wrap{padding-left:40px!important}
#dejeuner{background-color:#DC4588!important}
#diner{background-color:#253039!important}
#top-bar-social.top-bar-right{margin-top:-15px!important}
.mobile-menu{background:none!important}
/*#main {background:url(../../uploads/2026/08/grand-pere-bg.png)no-repeat center bottom!important}*/
/*#top-bar-social.top-bar-centered {padding-top:0!important}*/
@media only screen and (max-width: 767px) {
    #top-bar-social.top-bar-left, #top-bar-social.top-bar-right {margin-top:10px!important}
}