/*
Theme Name: Palais des Expos Theme
Theme URI:
Description: Child theme of OnePress for the website of Palais des Expos.
Author:
Template: onepress
Version: 1.2.1
Text Domain: palaisexpos-theme
Domain Path: /languages
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=calendar_today");

body,
button,
input,
select,
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.page-header h1.entry-title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  text-transform: none;
}
.wp-block-heading {
  font-size: 3em;
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .wp-block-heading {
    font-size: 2em;
    text-align: left;
    margin: 40px 0;
  }
}
/* --------------------------------------------- page agenda --------------------------------------------- */

.listing--event .block--event {
  border: 1px solid rgb(179, 179, 179, 0.4);
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.listing--event figure {
  width: 100%;
  background-color: rgb(128, 128, 128, 0.1);
}
.listing--event img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 15px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.block--event .event--action {
  margin-bottom: 0;
}

.single--event h2 {
  font-size: 2rem;
  text-align: left;
  margin: 15px 0;
}
.event--action {
  border-bottom: none !important;
}
.listing--event p {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.listing--event h2 {
  font-size: 1.25rem;
}

/* --------------------------------------------- page évènement --------------------------------------------- */

.attachment-event-xxl,
.size-event-xxl {
  margin: 50px 0;
  object-fit: contain;
}

.single--event time,
.block--event time {
  font-weight: bold;
  color: #0b559b;
}

.section-services .service-item .service-title {
  display: none;
}
