.wp-block-buttons{
	gap:20px;
}

.button-base,
.wp-block-button a{
	display: inline-block;
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
	padding: 18px 35px;
	background: #CF6415;
	margin-top: 20px;
	border-radius: 30px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: "justsans-bold", Arial, sans-serif !important;
	transition: all .3s;
}

.button-base:hover,
.wp-block-button a:hover{
	background: #024C50;
}

.wrap_content{
	max-width: 1500px;
	margin: auto;
	padding: 0 10px;
}

.wrap_small_content{
	max-width: 1000px;
	margin: auto;
	padding: 0 10px;
}

.has-small-font-size {
	font-size: 16px !important;
	font-family: "justsans-regular", Arial, sans-serif !important;
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#content-main p a{
	color: #CF6415;
	border-bottom: 1px solid #CF6415;
	transition: all .3s;
}

#content-main p a:hover{
	color: #024C50;
	border-color: #024C50;
}

.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

.wrap_menu_resp{
	display: none;
}

.wrap_menu_desk{
	display: block;
}

.logo_header{
	display: block;
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
}

.logo_header img{
	width: 329px;
	height: auto;
}

#header-main {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0px;
	position: relative;
	padding: 41px 80px 41px 440px;
	height: 110px;
	z-index: 999;
}

.wrap_menu_desk ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}

#header-main ul li a{
	color: #536261;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "justsans-regular", Arial, sans-serif !important;
	transition: all .3s;
}

#header-main ul li a:hover{
	color: #CF6415;
}

#header-main ul li.current-menu-item a{
	position: relative;
	color: #CF6415;
}

#header-main ul li.current-menu-item a::after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #CF6415;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

.button-preinscri{
	position: relative;
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 1.3em;
	padding: 18px 35px;
	background: #CF6415;
	border-radius: 30px;
	letter-spacing: 0;
	margin-left: 50px;
	text-transform: uppercase;
	font-family: "justsans-bold", Arial, sans-serif !important;
	transition: all .3s;
}

.button-preinscri:hover{
	background: #024C50;
}

.flex_end_header{display: flex;align-items: center;justify-content: flex-end}

.button-preinscri::after {
	content: '';
	display: block;
	width: 105px;
	height: 110px;
	background: url(../img/elements-logo/papillon-blanc.svg) no-repeat center / contain;
	position: absolute;
	right: 0;
	bottom: -40px;
	opacity: .1;
	transition: all .6s;
}

.button-preinscri:hover::after{
	bottom: 45px;
	right: -40px;
	opacity: 1;
}

@keyframes animFermer {
	0%{left: -200px;}
	100%{left: 30px;}
}

.fermer{
	display: none;
	left: -200px;
	color: #fff;
	font-size: 1.1em;
	top: 35px;
	position: fixed;
	z-index: 9991;
	transition: all ease-in-out .6s;
}

.icon_fb_header{
	color: #536261;
	margin-left: 10px;
}

/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */

.wrap_top_home{
	background: linear-gradient(135deg, #F5F5F5 0%, #F2F2F2 100%);
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.wrap_top_home::after {
	content: '';
	display: block;
	width: 380px;
	height: 305px;
	background: url(../img/elements-logo/papillon-ours-1.svg) no-repeat center / contain;
	position: absolute;
	left: 15%;
	bottom: 50px;
	z-index: -1;
}

.clouds {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 11;
}

.wrap_top_home .wp-block-columns{
	max-width: 1400px;
	margin: auto;
	position: relative;
	padding: 140px 0 420px 100px;
	gap: 100px;
}

.wrap_top_home .wp-block-columns .wp-block-column:first-of-type{
	position: relative;
}

.wrap_top_home .wp-block-columns .wp-block-column:first-of-type::before{
	content: '';
	display: block;
	width: 49px;
	height: 53px;
	background: url(../img/elements-logo/papillon-1.svg) no-repeat center / contain;
	position: absolute;
	right: -60px;
	top: 220px;
}

.wrap_top_home .wp-block-columns .wp-block-column:first-of-type::after{
	content: '';
	display: block;
	width: 49px;
	height: 53px;
	background: url(../img/elements-logo/papillon-2.svg) no-repeat center / contain;
	position: absolute;
	right: -160px;
	top: 100px;
}

.col_img_top_home img{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 480px;
	height: 680px;
	object-fit: cover;
	border-radius: 200px 200px 0 0;
}

h1{
	font-family: "justsans-bold", Arial, sans-serif !important;
	font-size: 2.8em;
	color: #2C2C2C;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.wrap_top_home h1 span{
	font-size: 16px;
	color: #024C50;
	line-height: 1.3em;
	display: block;
	margin-top: 10px;
}

.wrap_top_home p{
	font-size: 1.2em;
	max-width: 500px;
	margin: auto;
}

h2{
	font-size: 2em;
	line-height: 1.3em;
	color: #024C50;
	text-transform: uppercase;
	font-family: "justsans-light", Arial, sans-serif !important;
	margin-bottom: 30px;
}

h2 em{
	display: block;
	margin-bottom: 20px;
	font-family: "centralwell-regular", Arial, sans-serif !important;
	color: #CF6415;
	font-size: 1.4em;
	text-transform: none;
}

p:not(:last-of-type){
	margin-bottom: 20px;
}

.btn-inscri a::after{
	content:'';
	display: inline-block;
	margin-left: 10px;
	width: 21px;
	height: 21px;
	background: url(../img/btn-check.svg) no-repeat center / contain;
	position: relative;
	top: 4px;
}

.img-fixed {
	position: relative;
	height: 700px;
	max-width: 100%;
	clip-path: inset(0);
}

.img-fixed img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wrap_micro_creche .wp-block-columns .wp-block-column{
	box-shadow: 0 0 250px 0 rgba(0,0,0,0.05);
}

.wrap_micro_creche .wp-block-columns .wp-block-column figure img{
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.wrap_micro_creche .wp-block-columns .wp-block-column .wp-block-group{
	padding: 30px 55px 55px 55px;
	background: #fff;
	border-radius: 0 0 12px 12px;
}

.wrap_micro_creche .wp-block-columns .wp-block-column .wp-block-group h3{
	font-size: 1.3em;
	font-family: "justsans-bold", Arial, sans-serif !important;
	text-transform: uppercase;
	color: #024C50;
	margin-bottom: 10px;
}

.wrap_micro_creche p.horaires{
	margin-bottom: 5px;
	font-size: .9em;
}

.wrap_micro_creche p.horaires::before{
	content:'\f017';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 5px;
	font-size: .9em;
	width: 15px;
	text-align: center;
}

.wrap_micro_creche p.adresse{
	margin-bottom: 5px;
	font-size: .9em;
}

.wrap_micro_creche p.adresse::before{
	content:'\f3c5';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
	font-size: .9em;
	width: 15px;
	text-align: center;
}

.wrap_micro_creche p.description{
	font-size: .9em;
	color: #000;
	line-height: 1.5em;
}

.info_creche_collee{
	max-width: 900px;
	margin: auto;
}

.info_creche_collee::after{
	content:'';
	display: block;
	width: 120px;
	height: 3px;
	background: #013333;
	margin: 30px auto 0 auto;
}

.icone-creche{
	display: block;
	width: 81px;
	height: 50px;
	background: url(../img/icone-creche.svg) no-repeat center / contain;
	margin: 0 auto 30px auto;
}

.info_creche_collee p{
	font-size: 1.6em;
	line-height: 1.6em;
	color: #013333;
}

.media-texte-full{
	background: #024C50;
	position: relative;
}

.media-texte-full::after{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	width: 230px;
	height: 250px;
	background: url(../img/elements-logo/papillon-blanc-2.svg) no-repeat center / contain;
}

.wp-block-media-text.media-texte-full .wp-block-media-text__content{
	padding: 140px !important;
}

.wp-block-media-text.media-texte-full .wp-block-media-text__media img{
	border-radius: 0;
}

.media-texte-full p,
.media-texte-full h2,
.media-texte-full h3,
.media-texte-full li{
	color: #fff;
}

p.bienveillance,
p.autonomie,
p.confiance{
	font-size: 1.5em;
}

p.bienveillance::before{
	content:'';
	display: inline-block;
	margin-right: 6px;
	width: 28px;
	height: 25px;
	background: url(../img/bienveillance.svg) no-repeat center / contain;
	position: relative;
	top: 4px;
}

p.autonomie::before{
	content:'';
	display: inline-block;
	margin-right: 6px;
	width: 28px;
	height: 28px;
	background: url(../img/autonomie.svg) no-repeat center / contain;
	position: relative;
	top: 4px;
}

p.confiance::before{
	content:'';
	display: inline-block;
	margin-right: 6px;
	width: 28px;
	height: 28px;
	background: url(../img/confiance.svg) no-repeat center / contain;
	position: relative;
	top: 4px;
}

.media-texte-full .button-base:hover,
.media-texte-full .wp-block-button a:hover {
	background: #fff;
	color: #024C50;
}

.colonne_decouvertes .wp-block-column figure{
	width: 112px;
	height: 112px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(2, 76, 80, 0.1);
	transform: rotate(45deg);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.colonne_decouvertes .wp-block-column img {
	display: block;
	width: 65px;
	height: 62px;
	object-fit: contain;
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}

.colonne_decouvertes .wp-block-column p{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #2C2C2C;
	letter-spacing: 0.02em;
}

.wrap_cta_footer{
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.wrap_cta_footer > div > figure img{
	display: block;
	width: 1200px;
	margin: auto;
	height: 700px;
	object-fit: cover;
	margin: 0 auto -100px auto;
	position: relative;
	z-index: 12;
	border-radius: 12px;
}

.inside_cta_footer{
	width: 100%;
	background: #024C50;
	padding-top: 280px;
	padding-bottom: 380px;
	position: relative;
}

.wrap_cta_footer h2,
.wrap_cta_footer p{
	color: #fff;
}

.wrap_cta_footer .button-base:hover,
.wrap_cta_footer .wp-block-button a:hover {
	background: #fff;
	color: #024C50;
}

.inside_cta_footer{
	z-index: 10;
}

.inside_cta_footer::before {
	content: '';
	display: block;
	width: 740px;
	height: 600px;
	background: url(../img/elements-logo/papillon-ours-blanc.svg) no-repeat center / contain;
	position: absolute;
	left: -200px;
	bottom: -3vw;
	z-index: -1;
	opacity: .1;
}

.inside_cta_footer::after {
	content: '';
	display: block;
	width: 120px;
	height: 130px;
	background: url(../img/elements-logo/papillon-cta.svg) no-repeat center / contain;
	position: absolute;
	right: 5vw;
	top: 160px;
	opacity: .1;
	z-index: -1;
}

.inside_cta_footer .btn-inscri a:hover::after{
	background-image: url(../img/btn-check-vert.svg);
}

.wrap_blog .wp-block-button a{
	margin-top: 0;
}

.wrap_item_actus {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.item_actus {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 250px 0 rgba(0,0,0,0.05);
	background: #fff;
}

.item_actus a {
	display: block;
	position: relative;
	height: 100%;
	background: #f5f5f5;
}

.item_actus a::before {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	background: #CF6415;
	opacity: 0;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}

.item_actus a img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.content_item_actus {
	padding: 35px 35px 70px 35px;
	background: #fff;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	color: #024C50;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "justsans-bold", Arial, sans-serif !important;
}

.content_item_actus span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #CF6415;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	font-size: 1.1em;
	font-family: "justsans-bold", Arial, sans-serif !important;
	text-align: right;
	width: 100%;
	padding: 5px 55px 5px 10px;
	transition: all .3s;
}

.content_item_actus span::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/arrow-white.svg) no-repeat left / contain;
	margin-left: 12px;
	position: relative;
	top: 3px;
}

.item_actus a::after {
	content: '';
	display: block;
	width: 40%;
	height: 260px;
	background: url(../img/elements-logo/papillon-blanc-2.svg) no-repeat center / 80px;
	opacity: 0;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
}

.item_actus a:hover::before {
	height: 260px;
	opacity: .8;
}

.item_actus a:hover .content_item_actus span {
	padding-right: 30px;
}

.item_actus a:hover::after {
	opacity: 1;
	width: 100%;
}

.item_actus a:hover::after {
	opacity: 1;
	width: 100%;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

.wrap_content.prefooter{
	padding: 0 25px;
	margin: 40px auto 100px auto;
}

.content_prefooter{
	background: #586889;
	border-radius: 10px;
	padding: 50px;
	text-align: center;
	position: relative;
}

.titre_prefooter{
	font-weight: 700;
	font-size: 2em;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 20px !important;
}

.content_prefooter p{
	max-width: 750px;
	margin: auto;
}

.content_prefooter p:not(.titre_prefooter){
	font-size: 1em;
	line-height: 700;
	color: #fff;
	line-height: 1.8em;
}

.wrap_button_prefooter{
	margin-top: 25px;
}

.wrap_button_prefooter a:not(.button-base){
	display: block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 20px;
	transition: all .3s;
}

.wrap_button_prefooter a:not(.button-base):hover{
	color: #CF6415;
}

.tel_footer::before {
	content: '';
	display: inline-block;
	background: url(../img/phone.svg) no-repeat center / contain;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	position: relative;
	top: 4px;
}

.mail_footer::before {
	content: '';
	display: inline-block;
	background: url(../img/mail.svg) no-repeat center / contain;
	width: 26px;
	height: 20px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.wrap_button_prefooter .button-base {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	max-width: 300px;
	justify-content: center;
}

.wrap_button_prefooter .button-base::after{
	background: url(../img/circle-arrow-jaune.svg) no-repeat center / contain;
}

.wrap_button_prefooter .button-base:hover::after{
	background: url(../img/circle-arrow-blanc.svg) no-repeat center / contain;
}

.fil_photos_footer{
	display: flex;
	align-items: center;
	justify-content: center;
}

.fil_photos_footer img{
	display: block;
	width: 20%;
	height: 16.5vw;
	max-height: 300px;
	object-fit: cover;
}

#footer-main{
	background: #024C50;
	padding-top: 80px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.footer-row1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.logo_footer{
	width: 390px;
	margin-bottom: 60px;
}

.logo_footer img{
	display: block;
	width: 100%;
}

.liste_creche_footer {
	display: flex;
	gap: 15px;
	justify-content: flex-start;
	max-width: 400px;
	flex-wrap: wrap;
}

.liste_creche_footer li a{
	display: block;
	padding: 12px 25px;
	background: transparent;
	border-radius: 70px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-size: .85em;
	line-height: 1.3em;
	font-family: "justsans-bold", Arial, sans-serif !important;
	transition: all .3s;
}

.liste_creche_footer li a:hover{
	background: #CF6415;
	color: #fff;
	border-color: #CF6415;
}

.col2_footer{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: right;
}

.col2_footer div span{
	text-transform: uppercase;
	font-family: "justsans-bold", Arial, sans-serif !important;
	color: #fff;
	font-size: 1.2em;
	display: block;
	margin-bottom: 30px;
}

.col2_footer div ul li:not(:last-of-type){
	margin-bottom: 12px;
}

.col2_footer div ul li a,
.col2_footer div ul li p{
	color: #fff;
	font-size: 1em;
	display: block;
	margin-bottom: 15px;
	transition: all .3s;
}

.col2_footer div ul li a:hover{
	color: #CF6415;
}

.col2_footer > div:not(:first-of-type){
	margin-left: 150px;
}

.footer-row2{
	padding: 10px 0;
	margin-top: 100px;
	background: #013333;
}

.footer-row2 > .wrap_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-row2 span{
	font-size: .8em;
	line-height: 1.3em;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
	transition: all .3s;
}

.footer-row2 a{
	font-size: .8em;
	line-height: 1.3em;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}

.footer-row2 a:hover{
	color: #CF6415;
}

.flex_row2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

#footer-main::after {
	content: '';
	display: block;
	width: 710px;
	height: 765px;
	background: url(../img/elements-logo/papillon-cta.svg) no-repeat center / contain;
	position: absolute;
	left: -30px;
	bottom: -160px;
	opacity: .1;
	z-index: -1;
}

.flex_li{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	flex-wrap: wrap;
}

.icon_fb{
	font-size: 33px !important;
	margin-bottom: 0 !important;
}

.flex_li .button-base {
	padding: 12px 25px;
	margin: 0;
	font-size: .9em;
}

.flex_li .button-base:hover{
	color: #024C50;
	background: #fff;
}

/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */

.wrap_top_page{
	position: relative;
	padding: 240px 0;
	z-index: 10;
	background: #000;
}

.wrap_top_page::after{
	content:'';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/arrow-white.svg) no-repeat left / contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30px;
	transform: rotate(90deg);
}

.wrap_top_page img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}

.wrap_top_page > div{
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.wrap_top_page h1{
	color: #fff;
}

.wrap_top_page p{
	color: #fff;
}

.wp-block-media-text{
	gap: 60px;
}

.wp-block-media-text .wp-block-media-text__content{
	padding: 60px 0 !important;
}

.wp-block-media-text > .wp-block-media-text__media img{
	border-radius: 12px;
}

.focus{
	padding: 20px 30px;
	position: relative;
	background: #f9f9f9;
	border-radius: 12px;
	margin-top: 30px;
}

.focus p{
	font-size: 1.1em;
	text-align: center;
	line-height: 1.6em;
}

.focus::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icone-focus.png) no-repeat center / contain;
	position: absolute;
	left: -5px;
	top: -5px;
	border-radius: 12px;
}

.focus::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icone-focus.png) no-repeat center / contain;
	position: absolute;
	transform: rotate(180deg);
	right: -5px;
	bottom: -5px;
	border-radius: 12px;
}

.big_quote{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

.big_quote p{
	font-size: 1.6em;
	font-style: italic;
	color: #024C50;
	font-weight: 400;
	font-family: "justsans-light", Arial, sans-serif !important;
}

.big_quote p strong{
	font-style: inherit;
	color: #024C50;
	font-family: "justsans-regular", Arial, sans-serif !important;
}

.big_quote::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/elements-logo/papillon-2.svg) no-repeat center / contain;
	margin: 0 auto 20px auto;
}

.big_quote::after {
	content: '';
	display: block;
	width: 120px;
	height: 3px;
	background: #CF6415;
	margin: 30px auto 0 auto;
}

.info{
	padding: 2px 0 2px 15px;
	border-left: 5px solid #CF6415;
	margin-top: 30px;
}

.info p{
	font-size: 1.1em;
	line-height: 1.6em;
}

.info p::before{
	content:'\f0eb';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 5px;
	font-size: .9em;
	color: #CF6415;
}

.info.soleil p::before{
	content:'\f6c4';
	font-weight: 900;
}

.go_autre_page a{
	display: block;
	position: relative;
	z-index: 10;
	padding: 180px 40px;
	text-align: center;
	background: #000;
	transition: all .3s;
}

.go_autre_page span{
	display: inline-block;
	text-transform: uppercase;
	font-family: "justsans-bold", Arial, sans-serif !important;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 1px;
	color: #fff;
	border-bottom: 1px solid #CF6415;
	padding-bottom: 4px;
	transition: all .3s;
}

.go_autre_page img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
	opacity: .5;
	transition: all .3s;
}

.go_autre_page a:hover{
	background: #024C50;
}

.go_autre_page a:hover span{
	letter-spacing: 2px;
}

.go_autre_page a:hover img{
	opacity: .3;
}

/* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE */
/* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE */
/* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE *//* SINGLE MICRO CRECHE */

.wrap_top_creche {
	max-width: 880px;
	margin: auto;
	padding-top: 100px;
}

.wrap_top_creche h1 span,
.titre_principal span{
	font-size: 16px;
	color: #024C50;
	line-height: 1.3em;
	display: block;
	margin-top: 10px;
}

.horaires{
	color: #CF6415;
}

.horaires::before{
	content:'\f017';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin-right: 5px;
	font-size: .9em;
	width: 15px;
	text-align: center;
}

.les_plus_creche .wp-block-column{
	text-align: center;
}

.les_plus_creche .wp-block-column p {
	display: block;
	font-size: 1.1em;
	border-radius: 60px;
	padding: 15px;
	font-family: "justsans-medium", Arial, sans-serif !important;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 40px 0 rgba(2, 76, 80, 0.05);
	width: 100%;
}

.les_plus_creche .wp-block-column p::before{
	content:'\f00c';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	font-size: .9em;
}

/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */

.wrap_map iframe{
	width: 100% !important;
}

.wpcf7::before{
	content: '';
	display: block;
	width: 49px;
	height: 53px;
	background: url(../img/elements-logo/papillon-1.svg) no-repeat center / contain;
	position: absolute;
	right: 0;
	top: -30px;
}
	
.wpcf7::after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background: url(../img/elements-logo/papillon-2.svg) no-repeat center / contain;
	position: absolute;
	right: 100px;
	bottom: -50px;
}

/* formulaire */
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 {
	max-width: 100%;
	margin: auto;
	width: 100%;
	background: #f5f5f5;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}

.wpcf7 label {
	width: 48%;
	margin: 0 0 10px 0;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: .5px;
	font-weight: 400;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF7F2;
	font-family: 'Poppins', sans-serif;
}

.label100{
	width: 100% !important;
}

.wpcf7 input {
	width: 100%;
	padding: 8px 15px;
	background: #fff;
	border: none;
	margin-top: 10px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 select {
	width: 100%;
	padding: 8px 15px;
	background: #fff;
	border: none;
	margin-top: 10px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 label.textarea-label{
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	background: #fff;
	border: none;
	color: #222;
	padding: 8px 15px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #888;
}
.wpcf7 input.wpcf7-submit {
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding: 12px;
	text-align: center;
	background: #CF6415;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s;
}
.wpcf7 input.wpcf7-submit:hover {color: #fff; background: #024C50;}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 20px;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #FFF7F2;
	width: 100%;
	padding: 40px 20px;
	background: #FFF7F2;
	color: #1E1E1E;
	text-align: center;
	border-bottom: 10px solid #CF6415;
}
.wpcf7 .wpcf7-acceptance label {
	width: 100%;
	margin: 2% 0 20px 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	border: none;
}

.wpcf7 .wpcf7-acceptance input {
	width: 15px !important;
	height: 15px !important;
	padding: 0;
	margin: 0 8px -1px 0;
	border: 1px solid #DBDBDB;
}

.gap{gap:70px;}

.choix-jours label{
	width: auto;
	display: inline-block;
}

.choix-jours input{
	width: auto;
	display: inline-block;
}

.wpcf7 label.label100{
	width: 100%;
}

/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */

.top_blog{
	text-align: center;
}

.wrap_item_actus.wrap_item_page_actus {
	margin-top: 0px;
	gap: 20px 2%;
	flex-wrap: wrap;
	justify-content: center;
}

.wrap_item_actus.wrap_item_page_actus .item_actus {
	width: 32%;
}

.wrap_item_actus.wrap_item_page_actus .content_item_actus {
	background: none;
}

.back_actus{
	text-align: center;
}

.wrap_top_single h1{
	font-size: 2em;
}

.titre_principal{
	text-align: center;
}

#page404{
	position: relative;
	z-index: 10;
}

#page404::before {
	content: '';
	display: block;
	width: 380px;
	height: 305px;
	background: url(../img/elements-logo/papillon-ours-1.svg) no-repeat center / contain;
	position: absolute;
	left: 100px;
	bottom: -130px;
	z-index: -1;
}

#page-presentation{
	position: relative;
}

#breadcrumbs{
	text-align: center;
	font-size: .9em;
}

#contact-presentation #breadcrumbs{
	text-align: left;
}

#banniere-presentation #breadcrumbs {
	color: #fff;
	opacity: .9;
}

#banniere-presentation #breadcrumbs a{
	color: #fff;
	border-color: #fff;
}

.wp-block-gallery picture {
	display: block;
	width: 100%;
	height: 100%;
}

/* --- */

.retour{
	display: block;
	width: 100%;
	clear: both;
}

/* 

	font-family: "justsans-regular", Arial, sans-serif !important;
	font-family: "centralwell-regular", Arial, sans-serif !important;
	font-family: "centralwell-italic", Arial, sans-serif !important;
	
	
	Vert foncé : #013333;
	Vert clair : #024C50;
	Vert gris : #536261;
	Orange : #CF6415;
	
*/
