/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.pnospace p {
  margin: 0;
}
.tableautechnique table td:first-child {
  text-transform: uppercase;
  font-weight: 500;
}
.tableautechnique table td, .tableautechnique table th {
  font-family: "avenir", Sans-serif;
  font-size: 14px;
  padding: 5px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 1;
}

/* box image avec contenu texte centré version DESKTOP */

.conteneur-principal {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}

.conteneur-carre {
  width: 49%; /* Adjust this if necessary */
  position: relative;
  padding-top: 49%; /* Maintain aspect ratio */
  margin-bottom: 0px; /* Space between rows if they wrap */
}

.image-carre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 15px !important;
}

.titre-carre {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust text color if necessary */
  padding: 10px; /* Optional: adjust padding */
  font-family: "lapontaisechampion", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center; /* Center the text */
  background: none !important;
  width: 100%;
}

.bouton-carre {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: white !important;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  border-radius: 0px;
  padding: 15px 20px 15px 30px;
  text-align: center;
  display: inline-block;
}

/* FIN box image avec contenu texte centré version DESKTOP */

/* box image avec contenu texte centré version MOBILE */

.conteneur-principal_mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conteneur-carre_mobile {
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.image-carre_mobile {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px !important;
}

.overlay-carre_mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.titre-carre_mobile {
  color: white;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "lapontaisechampion", Sans-serif;
  width: 100%;
}

.bouton-carre_mobile {
  text-transform: uppercase;
  color: white !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  border-radius: 0px;
  padding: 15px 20px 15px 30px;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
	#mc_embed_signup .foot {
		display: block !important;
		width: 100% !important;
	}
	#mc_embed_signup .button {
		display: block !important;
		width: auto !important;
		margin: auto !important;
	}
	#mc_embed_signup .mc-field-group {
		padding: 20px 35px !important;
		width: 100% !important;
	}
}
/* FIN box image avec contenu texte centré version MOBILE */


/* Ajout d'une couleur sur les mails encryptés par le plugin WP Email encoder */
.blue-container-product .mail-link {
  color: #FAFAFA !important;
}

/* Boutons centrés sur blog  */
.elementor-post__read-more-wrapper {
  margin: auto !important;
}


/* Mise en page article blog */
/* .has-post-thumbnail .attachment-full.size-full {
height: auto !important;
} */