.elementor-kit-6{--e-global-color-primary:#9F483E;--e-global-color-secondary:#B26E2C;--e-global-color-text:#3C3C3C;--e-global-color-accent:#68A096;--e-global-color-d3277f2:#FED27F;--e-global-color-c10a76a:#E4B59F;--e-global-color-aad81a0:#A5D4C6;--e-global-color-bc94d37:#FDE8D8;--e-global-color-1150e8d:#FFF5DE;--e-global-color-af484c7:#FFFFFF;--e-global-color-ea85106:#F7F0E8;--e-global-color-aacf088:#F7F7F5;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:22px;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Neulis Cursive";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:33px;--e-global-typography-accent-font-family:"Neulis Cursive";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:normal;--e-global-typography-d342b08-font-family:"Neulis Cursive";--e-global-typography-d342b08-font-size:20px;color:var( --e-global-color-text );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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:15px;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );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-6 h2{color:var( --e-global-color-primary );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-6 h3{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h4{color:var( --e-global-color-accent );font-family:var( --e-global-typography-d342b08-font-family ), Sans-serif;font-size:var( --e-global-typography-d342b08-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 .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:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-6 h4{font-size:var( --e-global-typography-d342b08-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-6 h4{font-size:var( --e-global-typography-d342b08-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:770px;}.e-con{--container-max-width:770px;}}/* Start custom CSS *//* Soulignement header */

.lien-header a {
	background: linear-gradient(to top, #FFF5DE 0%, #FFF5DE 10px, transparent 5px)no-repeat; 
	background-size: 0 100%;
	transition: background-size .3s;
    
}

.lien-header a:hover {
    background-size: 100% 100%;
}


/* Trait rouge sous les titres */
.title-line {
position: relative;
display: inline-block;
}

.title-line::after {
content: "";
position: absolute;
bottom: -10px; /* Espace entre le texte et la barre */
left: 0;
width: 10%;
height: 4px;
background-color: #B26E2C; 
}

/* Trait blanc sous les titres */
.title-line-white::after {
content: "";
position: absolute;
bottom: -10px; /* Espace entre le texte et la barre */
left: 0;
width: 10%;
height: 4px;
background-color: white; 
}

body {
  overflow-x: hidden;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neulis Cursive';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Black.eot');
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Black.eot?#iefix') format('embedded-opentype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Bold.woff2') format('woff2'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Black.woff') format('woff'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Black.ttf') format('truetype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Black.svg#NeulisCursive') format('svg');
}
@font-face {
	font-family: 'Neulis Cursive';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Bold-1.eot');
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Bold-1.eot?#iefix') format('embedded-opentype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Bold.woff2') format('woff2'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Bold.woff') format('woff'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Italic.ttf') format('truetype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Bold.svg#NeulisCursive') format('svg');
}
@font-face {
	font-family: 'Neulis Cursive';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Italic-1.eot');
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Italic-1.eot?#iefix') format('embedded-opentype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Italic.woff2') format('woff2'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Italic.woff') format('woff'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Italic.ttf') format('truetype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Italic.svg#NeulisCursive') format('svg');
}
@font-face {
	font-family: 'Neulis Cursive';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Regular-1.eot');
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Regular-1.eot?#iefix') format('embedded-opentype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Regular.woff2') format('woff2'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Regular.woff') format('woff'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Regular.ttf') format('truetype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Regular.svg#NeulisCursive') format('svg');
}
@font-face {
	font-family: 'Neulis Cursive';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Medium-1.eot');
	src: url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/AnyConv.com__Neulis_Cursive_Medium-1.eot?#iefix') format('embedded-opentype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Medium.woff2') format('woff2'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Medium.woff') format('woff'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Medium.ttf') format('truetype'),
		url('https://petiteenfance.ifac.asso.fr/wp-content/uploads/Neulis_Cursive_Medium.svg#NeulisCursive') format('svg');
}
@font-face {
	font-family: 'Neulis Cursive';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */