.elementor-kit-417{--e-global-color-primary:#E6D9C6;--e-global-color-secondary:#6B8F71;--e-global-color-text:#2B2B2B;--e-global-color-accent:#121212;--e-global-typography-primary-font-family:"Sentient";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-16c3927-font-family:"Sentient";--e-global-typography-16c3927-font-size:3.8125rem;--e-global-typography-16c3927-font-weight:500;--e-global-typography-16c3927-line-height:4.5rem;--e-global-typography-5a2b2cb-font-family:"Sentient";--e-global-typography-5a2b2cb-font-size:3rem;--e-global-typography-5a2b2cb-font-weight:500;--e-global-typography-5a2b2cb-line-height:3.5rem;--e-global-typography-8e5dc79-font-family:"Sentient";--e-global-typography-8e5dc79-font-size:2.25rem;--e-global-typography-8e5dc79-font-weight:500;--e-global-typography-8e5dc79-line-height:2.75rem;--e-global-typography-d7605d5-font-family:"Sentient";--e-global-typography-d7605d5-font-size:1.75rem;--e-global-typography-d7605d5-font-weight:500;--e-global-typography-d7605d5-line-height:2.25rem;--e-global-typography-e4c055e-font-family:"Sentient";--e-global-typography-e4c055e-font-size:1.375rem;--e-global-typography-e4c055e-font-weight:500;--e-global-typography-e4c055e-line-height:1.875rem;--e-global-typography-2ef9ce8-font-family:"Sentient";--e-global-typography-2ef9ce8-font-size:1.125rem;--e-global-typography-2ef9ce8-font-weight:500;--e-global-typography-2ef9ce8-line-height:1.75rem;--e-global-typography-0df4e7d-font-family:"Inter";--e-global-typography-0df4e7d-font-size:1.125rem;--e-global-typography-0df4e7d-font-weight:400;--e-global-typography-0df4e7d-line-height:1.6875rem;--e-global-typography-242cfa4-font-family:"Inter";--e-global-typography-242cfa4-font-size:1rem;--e-global-typography-242cfa4-line-height:1.5rem;}.elementor-kit-417 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-417{--e-global-typography-16c3927-font-size:2.875rem;--e-global-typography-16c3927-line-height:3.5rem;--e-global-typography-5a2b2cb-font-size:2.25rem;--e-global-typography-5a2b2cb-line-height:2.75rem;--e-global-typography-8e5dc79-font-size:1.75rem;--e-global-typography-8e5dc79-line-height:2.25rem;--e-global-typography-d7605d5-font-size:1.3125rem;--e-global-typography-d7605d5-line-height:1.75rem;--e-global-typography-e4c055e-font-size:1.065rem;--e-global-typography-e4c055e-line-height:1.5rem;--e-global-typography-2ef9ce8-font-size:0.875rem;--e-global-typography-2ef9ce8-line-height:1.25rem;--e-global-typography-0df4e7d-font-size:1rem;--e-global-typography-0df4e7d-line-height:1.5rem;--e-global-typography-242cfa4-font-size:0.875rem;--e-global-typography-242cfa4-line-height:1.3125rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --beige:#E6D9C6; --Noir-gris:#2B2B2B; --background-beige:#E6D9C6; --vert:#6B8F71; --Noir-fonce:#121212; }
/* Start custom CSS */.bouton {
  background-color: #6B8F71;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;

  display: inline-flex;        /* permet un centrage parfait */
  align-items: center;         /* centre verticalement */
  justify-content: center;     /* centre horizontalement */
}

.bouton:hover {
  background-color: #5a7b61;
  transform: translateX(5px) scale(1.05);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sentient';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://puretastenimes.com/wp-content/uploads/2025/08/Sentient-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Sentient';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://puretastenimes.com/wp-content/uploads/2025/08/Sentient-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Sentient';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://puretastenimes.com/wp-content/uploads/2025/08/Sentient-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://puretastenimes.com/wp-content/uploads/2025/08/Inter_18pt-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */