/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746103580
Updated: 2025-05-01 12:46:20

*/


#menu-pied-de-page {
	display: inline;
}

.site-footer .footer-inner {
	display: inline;
}

/***** Bouton du menu principal *****/

.btn a {
	background-color: #C0D2FF;
	color: black;
	border-radius: 8px;
}

.btn a:hover {
  background-color: #082463;
  color: #C0D2FF !important;
}




/***** carte de la home page *****/

.per-container {
  position: relative;
  width: 100%;
  max-width: 427px;
  margin: auto;
  min-height: 480px;
  perspective: 1000px;
}

.per-card {
  position: absolute;
  top: 0;
  left: 0;
 height: 496px !important;
  width: 100%;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 32px;
  font-family: Montserrat, sans-serif;
  transform-origin: top left;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 0;
  box-sizing: border-box;
}

.per-card.active {
  opacity: 1;
  z-index: 3;
  transform: rotate(0deg) translate(0px, 0px);
}

.per-card.second {
  opacity: 1;
  z-index: 2;
  transform: rotate(1deg) translate(16px, 16px);
}

.per-card.third {
  opacity: 1;
  z-index: 1;
  transform: rotate(2deg) translate(32px, 32px);
}

.per-title {
  margin-top: 0;
  font-size: 20px;
  color: #082463;
}

.per-subtitle {
  margin: 8px 0 16px;
  color: #333;
  font-size: 15px;
}

.per-link {
  color: #082463;
  font-weight: bold;
  text-decoration: underline !important;
  display: inline-block;
  margin-top: 16px;
}

.per-image-wrapper {
  margin-top: 24px;
  border-radius: 24px;
  overflow: hidden;
}

.per-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.per-arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.per-arrow {
  background: none !important;
  border: none !important;
  font-size: 32px !important;
  color: #C0D2FF !important;
  cursor: pointer;
  padding: 0px !important;
  transition: color 0.2s ease;
  font-family: montserrat;
}

.per-arrow:hover {
  color: #082463 !important;
}




/* Animation de l'icon des boutons éclairs */
.elementor-button-wrapper:hover .elementor-button:hover .elementor-button-icon svg path {
  fill: #C0D2FF !important; 
}


/* Page article */

#content .page-header {
	display : none;
}

.page-content {
	display: flex;
	gap: 40px;
	margin-top: 196px;
	margin-bottom: 120px;
}

.entry-title a {
	font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
	color: #082463;
	line-height: 1.2 !important;
}

.post .wp-post-image {
	max-height: 200px !important;
	border-radius: 24px 24px;
}

.post {
	background-color: white;
	padding : 24px 32px;
	border-radius: 16px 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	height: 496px !important;
	width: 377px;
}


.post p {
	 display: -webkit-box;
  -webkit-line-clamp: 4; /* nombre de lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/** MENU PRINCIPAL FIXE **/

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white; /* ou autre couleur si fond transparent */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* optionnel : petit effet */
  transition: all 0.3s ease;
}

.elementor {
	margin-top: 86px;
}