/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.1774261192
Updated: 2026-03-23 11:19:52

*/

.site-main{
  padding-inline: 1.5rem!important;
}

@media screen and (max-width:768px) {
  .site-logo .custom-logo{
    max-width:120px;
  }

  .menu-button-container{
    padding-top:3rem!important;
  }

  .wp-block-gallery .wp-block-image{
    width:100%!important;
  }

  .wp-block-group.is-layout-flex{
    gap:0!important;
  }

  .wp-block-video video{
    height:auto!important;
    width:100%!important;
    aspect-ratio: unset!important;
    object-fit: contain!important;
  }

  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft{
    float:none!important;
    max-width:75%!important;
    margin:auto!important;
  }

  .wp-block-latest-posts__featured-image.alignleft~*{
    float:none!important;
    width:100%!important;
  }

  .primary-menu-container{
    padding-top:8rem!important;
  }

  .singular .entry-header{
    padding-bottom:2rem!important;
    margin-bottom:2rem!important;
  }

  #mp_form_below_posts1 form.mailpoet_form{
    max-width:500px;
    padding:20px!important;
  }

  .wp-block-group:not(.has-background).alignfull{
    margin-top:1rem!important;
    margin-bottom:2rem!important;
  }

  .tribe-events .tribe-events-c-nav__list{
    flex-direction: column!important;
    align-items: center!important;
    gap:0.5rem!important;
  }

  .tribe-events .tribe-events-c-nav__list-item{
    width:100%!important;
  }

  .tribe-events .tribe-events-c-nav__list-item--prev{
    justify-content: center;
  }
  
  .tribe-events .tribe-events-c-nav__list-item--next{
    justify-content: center;
  }

  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
    display:flex!important;
    gap:0.5rem;
    align-items: center!important;
  }

  .tribe-events .tribe-events-l-container{
    padding-inline: 0;
  }

  div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container{
    padding:0!important;
  }
}

@media only screen and (max-width: 481px) {
  ul.header-actions {
      margin-inline-start: 0;
      padding-bottom: 40px;
      justify-content: flex-start;
  }
}

@media screen and (max-width: 499px) {
  .site-main .mailpoet_form .mailpoet-heading {
      font-size: 28px !important;
      line-height: 1.4 !important;
      margin: 12.6px 0 !important;
  }
}

.wp-block-latest-posts__list{
  margin-bottom:1rem!important;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
    max-width: 1000px!important;
}

.tribe-events-widget-events-list__event-details h3 a{
  text-decoration: none!important;
}

.tribe-events-widget-events-list__event-details h3 a:hover{
  color:black!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
  background-color:black!important;
  color:white!important;
  border:2px solid black!important;
  border-radius:0!important;
  transition:0.3s!important;
  font-weight:bold!important;
  height:76px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover{
  background-color:white!important;
  color:black!important;
}

.tribe-events-c-nav__next-label{
  background-color:black!important;
  color:white!important;
  padding:1rem 2rem!important;
  border:2px solid black!important;
  border-radius:0!important;
  transition:0.3s!important;
  font-weight:bold!important;
}

.tribe-events-c-nav__next-label:hover{
  background-color:white!important;
  color:black!important;
}

.tribe-events-c-subscribe-dropdown__button-text{
  background-color:black!important;
  color:white!important;
  padding:1rem 2rem!important;
  border:2px solid black!important;
  border-radius:0!important;
  transition:0.3s!important;
  font-weight:bold!important;
}

.tribe-events-c-subscribe-dropdown__button-text:hover{
  background-color:white!important;
  color:black!important;
}

.wp-block-search__button{
  background-color:black!important;
  color:white!important;
  padding:1rem 2rem!important;
  border:2px solid black!important;
  border-radius:0!important;
  transition:0.3s!important;
  font-weight:bold!important;
}

.wp-block-search__button:hover{
  background-color:white!important;
  color:black!important;
}

@media screen and (min-width:1080px){
  .tribe-events-widget-events-list__event-details{
    display:grid!important;
    grid-template-columns: 300px 1fr!important;
    gap:2rem!important;
  }

  .tribe-events-widget-event-image{
    width:100%;
  }
}

.wp-block-list{
  li{
    margin-bottom:1rem!important;
  }
}

.site h1{
  font-size:2rem!important;
}

.site h2,.site h2 a{
  font-size:1.75rem!important;
}

.site h3 ,.site h3 a{
  font-size:1.25rem!important;
}

.site h4{
  font-size:1rem!important;
}

.wp-block-latest-posts__post-title{
  font-size:1.5rem!important;
}

@media screen and (min-width:768px){
  .site h1{
    font-size:2.5rem!important;
  }
  .site h2,.site h2 a{
    font-size:2.5rem!important;
  }
  .site h3 ,.site h3 a{
    font-size:1.75rem!important;
  }
  .site h4{
    font-size:1.25rem!important;
  }

  .wp-block-latest-posts__post-title{
    font-size:2rem!important;
  }
}

@media screen and (min-width:1280px){
  .site h1{
    font-size:3rem!important;
  }
  .site h2,.site h2 a{
    font-size:2.5rem!important;
  }
  .site h3 ,.site h3 a{
    font-size:2rem!important;
  }
  .site h4{
    font-size:1.75rem!important;
  }

  .wp-block-latest-posts__post-title{
    font-size:2rem!important;
  }
}

.wp-block-latest-posts__post-title{
  text-decoration: none!important;
}

dd,
dt,
li,
p,
a,
td,
th,
label,
input,
select,
textarea {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2em;
  color:black;
}

@media screen and (min-width:768px){
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}

@media screen and (min-width:1280px){
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.25rem;
  }
}

.wp-block-latest-posts__featured-image{
  aspect-ratio: 4/5!important;
}

.wp-block-latest-posts__featured-image img{
  width:100%!important;
  height:100%!important;
  object-fit: cover!important;
}

.tribe-events-widget-events-list__view-more{
  text-align:center!important;
}

.tribe-events-widget-events-list__view-more a{
  color:white!important;
  text-decoration: none!important;
  padding:1rem 2rem!important;
  border:2px solid black!important;
  background-color:black!important;
  transition:0.3s!important;
  font-weight:bold!important;
}

.tribe-events-widget-events-list__view-more a:hover{
  background-color:white!important;
  border:2px solid black!important;
  color:black!important;
}

.more-link{
  color:black!important;
}

.mailpoet_form_image figure img{
  filter: grayscale(100%)!important;
}

.mailpoet-heading{
  color:black!important;
}

.mailpoet_text{
  max-width:300px!important;
  margin:auto!important;
  text-align:center!important;
}

.mailpoet_paragraph .mailpoet_submit{
  color:white!important;
  text-decoration: none!important;
  padding:1rem 2rem!important;
  border:2px solid black!important;
  border-radius:0!important;
  background-color:black!important;
  transition:0.3s!important;
  width:fit-content!important;
  display:block!important;
  margin:0 auto!important;
}

.mailpoet_submit:hover{
  background-color:white!important;
  border:2px solid black!important;
  color:black!important;
}

.widget-area{
  margin-top:0!important;
}

.site-header{
  box-shadow: none!important;
}

.wp-block-latest-posts__post-author{
  margin:0!important;
}

.wp-block-latest-posts__post-excerpt{
  margin-top:0.5rem!important;
}

.tribe-events-pg-template p{
  margin-bottom:2rem!important;
}

.tribe-events-pg-template iframe{
  margin-top:2rem!important;
}

.tribe-events-pg-template .wp-block-image,
.tribe-events-pg-template .wp-block-gallery{
  margin-bottom:2rem!important;
}

.tribe-events-pg-template .wp-element-caption{
  margin-top:1rem!important;
}

.tribe-events-calendar-list__event-venue{
  display:none!important;
}

/* =========================================================
   STYLE WPFORMS (Assorti au thème minimaliste Noir & Blanc)
   ========================================================= */

/* Espacement entre chaque champ du formulaire */
.wpforms-field-container .wpforms-field {
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
}

/* Style des labels (Nom, E-mail, etc.) */
.wpforms-field-label {
  display: block !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  color: black !important;
}

/* Style des sous-labels (Prénom, Nom en dessous des champs) */
.wpforms-field-sublabel {
  font-size: 0.85em !important;
  color: black !important;
  opacity: 0.7 !important;
  margin-top: 0.25rem !important;
  display: block !important;
}

/* Description sous les champs (ex: "Par défaut: 1 exemplaire...") */
.wpforms-field-description {
  font-size: 0.85em !important;
  color: black !important;
  opacity: 0.7 !important;
  margin-top: 0.5rem !important;
  font-style: italic !important;
}

/* Étoile rouge/noire pour les champs requis */
.wpforms-required-label {
  color: black !important;
  font-weight: bold !important;
}

/* Design des champs de saisie (Inputs Texte, Email, Nombre, Textarea, Select) */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"], /* Ajout du champ Nombre */
.wpforms-field textarea,
.wpforms-field select {
  max-width: none !important;
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  height: 46px !important;
  border: 1px solid black !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  transition: 0.3s !important;
  color: black !important;
}

/* Hauteur spécifique pour la zone de message */
.wpforms-field textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Effet au clic (Focus) dans un champ */
.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="number"]:focus, /* Ajout du champ Nombre */
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  outline: none !important;
  box-shadow: 0 0 0 1px black !important;
}

/* =========================================================
   STYLE DES CASES À COCHER (Checkboxes)
   ========================================================= */

/* Retirer les puces de base */
.wpforms-field-checkbox ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpforms-field-checkbox li {
  margin-bottom: 0.5rem !important;
}

/* Style de la petite case carrée */
.wpforms-field-checkbox input[type="checkbox"] {
  margin-right: 0.5rem !important;
  accent-color: black !important; /* Colore la case cochée en noir */
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
}

/* Style du texte à côté de la case */
.wpforms-field-label-inline {
  font-weight: 300 !important; /* Cohérent avec votre typo de base */
  color: black !important;
  display: inline-block !important;
  vertical-align: top !important;
  cursor: pointer !important;
}

/* Alignement en ligne (ex: Commande unique/multiple) */
@media screen and (min-width: 768px) {
  .wpforms-list-inline ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem 2rem !important;
  }
  .wpforms-list-inline li {
    margin-bottom: 0 !important;
  }
}

/* Alignement sur 2 colonnes (ex: Livre neuf/occasion, Poche/broché) */
@media screen and (min-width: 768px) {
  .wpforms-list-2-columns ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem 1.5rem !important;
  }
}

/* =========================================================
   MISE EN PAGE ET BOUTONS
   ========================================================= */

.wpforms-field-row::before,
.wpforms-field-row::after {
  display: none !important;
}

/* Mise en page pour Prénom / Nom côte à côte */
@media screen and (min-width: 768px) {
  .wpforms-field-row {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 1.5rem !important;
    max-width: none !important;
  }
  .wpforms-field-row-block.wpforms-one-half {
    width: 50% !important;
  }
}

/* Le bouton "Envoyer" de WPForms */
div.wpforms-container .wpforms-form .wpforms-submit {
  color: white !important;
  padding: 1rem 2rem !important;
  border: 2px solid black !important;
  border-radius: 0 !important;
  background-color: black !important;
  transition: 0.3s !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  width: fit-content !important;
}

div.wpforms-container .wpforms-form .wpforms-submit:hover {
  background-color: white !important;
  color: black !important;
}

.intervenants-photos .gallery img{
  width:100%!important;
}

.tribe-events-event-image{
  max-width:700px!important;
  overflow:hidden!important;
}

.tribe-events-event-image img{
  
}