.elementor-kit-35{--e-global-color-primary:#002256;--e-global-color-secondary:#A1B6D5;--e-global-color-text:#000000;--e-global-color-accent:#D4DAE3;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:2.375rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:110%;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-size:2.375rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:110%;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Cinzel";--e-global-typography-accent-font-size:1.125rem;--e-global-typography-accent-font-weight:500;--e-global-typography-d657e20-font-family:"Inter";--e-global-typography-d657e20-font-size:1.125rem;--e-global-typography-d657e20-line-height:150%;--e-global-typography-05a1fb2-font-family:"Caveat";--e-global-typography-05a1fb2-font-size:2.375rem;--e-global-typography-3bedd9b-font-family:"Cinzel";--e-global-typography-3bedd9b-font-size:1.5rem;--e-global-typography-3bedd9b-line-height:105%;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-kit-35 p{margin-block-end:1rem;}.elementor-kit-35 h1{color:#FFFFFF;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-35 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-35 h3{font-family:var( --e-global-typography-05a1fb2-font-family ), Sans-serif;font-size:var( --e-global-typography-05a1fb2-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:48px;--container-default-padding-bottom:0px;--container-default-padding-left:48px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-35{--e-global-typography-accent-font-size:1rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-35 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-35 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-35 h3{font-size:var( --e-global-typography-05a1fb2-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}}@media(max-width:767px){.elementor-kit-35{--e-global-typography-primary-font-size:1.6rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-d657e20-font-size:1rem;--e-global-typography-05a1fb2-font-size:1.75rem;--e-global-typography-05a1fb2-line-height:1.3em;--e-global-typography-3bedd9b-font-size:1.25rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-35 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-35 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-35 h3{font-size:var( --e-global-typography-05a1fb2-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

body {overflow-x: hidden!important;}


/* style boutons */

.bouton-bleu a{
    position: relative;

}
.bouton-bleu a::before{
    content: '';
    position: absolute;
    inset:3px;
    border:solid 1px white;
        transition: border ease-in-out 200ms;
    border-radius: 4px;
}
.bouton-bleu a:hover::before{
    border-color: var(--e-global-color-primary);
}
.bouton-blanc a{
    position: relative;

}
.bouton-blanc a::before{
    content: '';
    position: absolute;
    inset:3px;
    border:solid 1px var(--e-global-color-primary);
        transition: border ease-in-out 200ms;
    border-radius: 4px;
}
.bouton-blanc a:hover::before{
    border-color: white;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.amareno26.fr/wp-content/uploads/2025/12/Cinzel-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.amareno26.fr/wp-content/uploads/2025/12/Inter-VariableFont_opszwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.amareno26.fr/wp-content/uploads/2025/12/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.amareno26.fr/wp-content/uploads/2025/12/Caveat-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */