/*
Theme Name: Librairie du Boulevard
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*@font-face {
    font-family: 'trixie-plainplain';
    src: url('fonts/trixie-plain-webfont.eot');
    src: url('fonts/trixie-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trixie-plain-webfont.woff') format('woff'),
         url('fonts/trixie-plain-webfont.ttf') format('truetype'),
         url('fonts/trixie-plain-webfont.svg#trixie-plainplain') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
body {
  font-family: 'Special Elite', cursive;
  background: #e1ded6;
  /*.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	    max-width: 90%;
	}*/
  /*.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	    max-width: 87rem;
	    width: calc(100% - 8rem);
	}*/ }
  body .wp-block-post-title {
    word-break: normal; }
  body a {
    text-decoration: none; }
    body a:hover {
      text-decoration: underline; }
  body header {
    background: #993333;
    color: #fff;
    padding: 10px 0 20px 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50; }
    body header .is-layout-flow {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      body header .is-layout-flow .wp-block-site-logo a img {
        height: 80px;
        width: auto;
        object-fit: contain; }
    body header nav ul.wp-block-navigation__container > li.current-menu-item {
      color: #000;
      font-weight: bold;
      text-decoration: underline; }
  body .wp-site-blocks {
    padding: 0;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    min-height: calc( 100vh - 150px);
    justify-content: space-between; }
    body .wp-site-blocks main {
      font-family: 'Open Sans', sans-serif;
      margin-top: 50px !important;
      margin-bottom: 150px; }
      body .wp-site-blocks main h1, body .wp-site-blocks main h2 {
        font-family: 'Special Elite', cursive; }
      body .wp-site-blocks main h1.wp-block-post-title {
        display: none; }
      body .wp-site-blocks main h2 {
        font-size: 45px;
        font-weight: bold;
        padding: 20px 30px; }
      body .wp-site-blocks main h3 {
        font-size: 30px; }
  body footer {
    border-top: solid 1px rgba(205, 202, 195, 0.8);
    background: #993333;
    color: #fff;
    padding-bottom: 15px; }
    body footer a {
      color: #fff; }
      body footer a img {
        height: 33px !important;
        width: auto; }
    body footer p {
      font-size: 16px; }
  body.home .wp-site-blocks main {
    margin-top: 0 !important; }
    body.home .wp-site-blocks main h1 {
      display: none; }
    body.home .wp-site-blocks main figure.alignwide.size-full img {
      max-height: 300px;
      object-fit: cover; }
    body.home .wp-site-blocks main #horaires table td {
      border: none;
      padding: 0; }
  body .evenements {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    body .evenements a {
      flex: 0 0 calc( 50% - 70px);
      display: flex;
      flex-direction: column;
      background: #eee;
      transition: all 0.2s;
      padding: 15px 30px;
      border-radius: 10px; }
      @media (max-width: 576px) {
        body .evenements a {
          flex: auto; } }
      body .evenements a:hover {
        text-decoration: none;
        background: #e5e5e5; }
      body .evenements a div.desc {
        display: flex;
        position: relative;
        flex-direction: column;
        margin-bottom: 5px;
        align-items: center; }
        body .evenements a div.desc img {
          width: 80%;
          height: auto;
          margin-right: 10px;
          margin-bottom: 30px;
          transform: rotate(-1deg);
          -webkit-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.32);
          -moz-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.32); }
        body .evenements a div.desc p.date-text {
          font-size: 14px;
          border: solid 1px #ccc;
          padding: 5px 10px;
          align-self: flex-end;
          transform: rotate(2deg) translateY(-5px);
          margin: 0; }
          @media (max-width: 576px) {
            body .evenements a div.desc p.date-text {
              font-size: 16px;
              padding: 5px 20px;
              margin-bottom: 20px; } }
        body .evenements a div.desc p.remaining {
          position: absolute;
          background: rgba(205, 202, 195, 0.2);
          padding: 0px 15px;
          top: -47px;
          left: -21px;
          transform: rotate(-2deg);
          border: solid 1px rgba(0, 0, 0, 0.1); }
          @media (max-width: 576px) {
            body .evenements a div.desc p.remaining {
              top: 12px; } }
        body .evenements a div.desc h3 {
          background: #993333;
          color: #fff;
          padding: 10px 30px;
          text-align: center;
          font-size: 22px;
          margin: 0;
          width: calc( 100% - 60px); }
        body .evenements a div.desc .pre-titre,
        body .evenements a div.desc .intro {
          font-size: 16px;
          text-align: center; }
        body .evenements a div.desc .intro {
          font-size: 14px;
          margin-bottom: 50px; }
          @media (max-width: 576px) {
            body .evenements a div.desc .intro {
              margin-bottom: 20px; } }
    body .evenements.futurs a {
      flex: 0 0 calc( 100% - 70px);
      background: #fff; }
      body .evenements.futurs a:hover {
        background: rgba(125, 60, 60, 0.1); }
        body .evenements.futurs a:hover h3 {
          background: #e52a25;
          color: #fff; }
      body .evenements.futurs a div.desc p.date-text {
        font-size: 18px;
        font-weight: bold; }
  body #actus {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px; }
    body #actus a {
      flex: 0 0 calc( 33% - 30px);
      background: white;
      transition: all 0.2s;
      border-radius: 10px;
      padding: 10px;
      overflow: hidden; }
      body #actus a:hover {
        text-decoration: none;
        background: #f5f5f5; }
      body #actus a .categories {
        display: none; }
      body #actus a img {
        width: 100%;
        height: auto; }
      body #actus a .date {
        display: inline-block;
        text-align: right;
        background: rgba(205, 202, 195, 0.2);
        padding: 5px 15px;
        width: auto;
        margin: 0; }
      body #actus a .det h3 {
        font-size: 22px;
        line-height: 22px;
        background: #993333;
        padding: 10px 30px 10px 30px;
        width: calc( 100% - 30px);
        transform: rotate(-1deg) translateX(-15px);
        color: #fff;
        font-weight: normal; }
  body .evenements .categories,
  body #actus .categories {
    display: flex;
    justify-content: flex-end;
    z-index: 10; }
    body .evenements .categories p,
    body #actus .categories p {
      font-size: 14px;
      background: #993333;
      color: #fff;
      border-radius: 5px;
      padding: 0 5px;
      margin: 0;
      margin-right: 5px; }
  body #coupsdecoeurs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    body #coupsdecoeurs a {
      flex: 0 0 calc( 25% - 35px);
      justify-content: flex-end;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.2s;
      border-radius: 10px;
      padding: 10px; }
      @media (max-width: 576px) {
        body #coupsdecoeurs a {
          flex: 0 0 calc( 100% - 35px); } }
      body #coupsdecoeurs a:hover {
        text-decoration: none;
        background: rgba(125, 60, 60, 0.1); }
        body #coupsdecoeurs a:hover h3 {
          background: #e52a25;
          color: #fff; }
        body #coupsdecoeurs a:hover p {
          color: #fff; }
      body #coupsdecoeurs a img {
        width: 100%;
        height: auto; }
      body #coupsdecoeurs a h3 {
        font-size: 20px;
        text-align: center;
        background: #993333;
        color: #fff;
        padding: 5px 10px;
        width: calc( 100% - 20px);
        margin-top: 10px; }
      body #coupsdecoeurs a p {
        font-size: 14px;
        text-align: center;
        margin: 0; }
  body #coupdecoeurs_categories a {
    background: #993333;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 5px; }
  body #search {
    position: relative; }
    body #search #search_results {
      background: #fff; }
  body.page-id-63 .gform_wrapper .gform_heading {
    display: none; }
  body.page-template-template-evenements .wp-site-blocks main h2 {
    font-size: 32px; }
