/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Add Metropolis font */

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('https://wathi.org/wp-content/fonts/Metropolis-Regular.otf');
}

@font-face {
    font-family: 'Metropolis-Medium';
    src: url('https://wathi.org/wp-content/fonts/Metropolis-Medium.otf');
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('https://wathi.org/wp-content/fonts/Metropolis-Bold.otf');
}

@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('https://wathi.org/wp-content/fonts/Metropolis-ExtraBold.otf');
}


/* Apply Metropolis font */
body {
	font-family: 'Metropolis-Regular', sans-serif;
}
p {
	font-size: 19px;
    line-height: 1.82;
}

b, strong {
    font-family: 'Metropolis-Bold', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color:#1F1F1F;
	font-family: 'Metropolis-Regular', sans-serif;
}

/* ---------  */

.l-sidebar{
    background-color:#f3f3f3 !important;
    padding-left:25px;
    padding-right:25px;
}

.l-main{
    padding-right:0px !important;
}

.l-section{
    padding-right: 15px;
}


/*Blockquote */
blockquote:before {
    color: #d65842;
}

blockquote  {
    background-color: #f3f3f3 !important;
    border-left: 5px solid #999;
}

blockquote p {
    font-family: "Metropolis-Bold", sans-serif;
    font-size: 22px !important;
    line-height: 39px;
    font-style: italic;
    font-weight: 700 !important;
}
/* Classe Lire aussi */
.lire_aussi {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #f3f3f3 ;
    border-left: 5px solid #D65942 ;
    font-weight: bold;
}

.wp-post-image {
    height: 220px !important;
    object-fit: cover;
}


.owl-dot{
    background-color: #000000 !important; 
}
.owl-prev .owl-next {
    background-color: #000000 !important;    
}

/* Couleur des Wathinotes */
.wathinote_color{
    color: #d7583c;   
} 

.banner-style01 img {
    height:220px !important;
    object-fit: cover;
}
/* Champ pour les dons */
input {
  min-width: 150px;   
}
/* Message poursuivre les achats */
.woocommerce-message {
    visibility:hidden;
}
/* Titres des Commandes */

#order_review_heading {
    visibility:hidden;
}
.woocommerce-billing-fields h3 {
    visibility:hidden;   
}
/* Message d'invitation à se connecter */ 
.woocommerce-info {
    visibility: hidden;
    margin-top: -120px;
}
/* Creer un compte */
.woocommerce-account-fields{
    visibility: hidden;
}
/* Infos supplémentaires */
.woocommerce-additional-fields {
    visibility: hidden;    
}

/* taille police légende photo */
.w-image-meta {
    font-size: 12px;
}

.para_candidat {
    line-height: normal;
}

/* Taille police accordeon */
.custom-accordeon-title {
    font-size: 18px !important;
}

/* Lettrine */
p .lettrine {
    font-size: 30px;
}

/* Correction taille logo après COmbinaison fichiers JS sur cache */
@media screen and (min-width: 600px) {
	.l-header .w-img img {
		width: 20%;
		height: auto
	}
}

/* Article max-witdh on desktop */
/*
.single-post .vc_column-inner > .wpb_wrapper, .single-post section .l-section {
   max-width: 900px !important;
}
*/

/* Ensure the accordion class does not hide content on mobile
@media (max-width: 768px) {
  .accordion {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .accordion .accordion-content {
    display: block !important;
  }
} */
/* end accordion */

.single-post .l-content .l-section .l-section-h, .single-post .vc_column-inner > .wpb_wrapper {
   	max-width: 900px;
	margin: 0 auto;
}

ul li {
	line-height: 1.82 !important;
}

.popup-container {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-header h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.popup-description {
  font-size: 1rem;
  margin-bottom: 20px;
}

.popup-form {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.popup-input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  flex-grow: 1;
}

.popup-button {
  padding: 10px 20px;
  background-color: #F39C12;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup-button:hover {
  background-color: #D87F07;
}

.popup-icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  margin-bottom: 15px;
}
