<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: L'enfantscop'formation
Theme URI: http://pier2ni.fr
Author: Pier2ni
Author URI: http://www.lenfantscop-formation.fr
Description: Le thÃ¨me du site l'enfantScop'.
Version: 2.0
Tags: 
*/

:root {
    --blue: #009CBC;
    --green: #DEDC00;
    --blackgreen: #B8B500;
    --orange: #F08026;
    --grey: #383838;
    --white: #fff;
}

*{
    margin:0;
    padding:0;
}

html, body{
    margin:0;
    padding:0;
}


.page-404 h1{
    margin-top: 30px;
}
/* commentaire */

main{
    padding-top: 150px;
}

main p{
    margin-bottom: 10px;

}

body, body.page, .single{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
    line-height: 2em;
}

.pages-creche main a{
    color: var(--blackgreen);
}

.pages-formation main a, .cmplz-document main a{
    color: var(--orange);
}

.pages-creche main a:hover, .pages-formation main a:hover, .pages-familles main a:hover, .cmplz-document main a:hover{
    color: var(--grey);
    transition: 0.5s;
}

.pages-familles main a{
    color: var(--blue);
}

main strong{
    font-weight: 900;
}

article .boite img{
    margin-bottom: 30px;
    max-height: 210px;
    width: auto;
}

section article ul{
    padding-left: 0;
    width: 100%;
}

article ul li{
    list-style: none;
    position: relative;
    margin-left: 20px;
}

article ul li:before{
    display: block;
    content:"";
    background-image: url("img/puce_triangle.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: -2px;
    margin: 8px 10px 0 0;
}

.centrage{
    text-align: center;
}

main ul{
    margin-bottom: 30px;
}

main .ariane ul{
    margin-bottom: 0;
}

main #cmplz-document{
    margin: auto;
    max-width: 100%;
}

/* ------------------------------ Header */

.main-header{
    border: 1px solid var(--grey);
    border-radius: 20px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    background-color: var(--white);
    position: fixed;
    width: calc( 100% - 30px );
    z-index: 1000;
}

.main-header img{
    max-width:150px;
}

.main-header nav {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.9em;
}

.main-header .navbar-nav{
	flex-direction:inherit;
}

.main-header nav ul{
    margin: 0;
    width: 100%;
}

.main-header nav li{
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    color: var(--grey);
}

.main-header a.nav-link{
    color: var(--grey);
}

.nav-link:after {
  display:block;
  content: '';
  border-bottom: solid 1px var(--grey);  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav-link:hover:after { transform: scaleX(1); }
.nav-link:after{  transform-origin:  0% 50%; }

/* ------------------------------ H... */

main h1 strong, main h2 strong{
    display: inline-block;
    width: 100%;
}

main h1, main h2{
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.8em;
}

main h2{
    padding:30px 0;
}

h1{
    padding-top: 0;
    padding-bottom: 30px;
}

main h3, main h4{
    text-transform: uppercase;
    font-weight: 700;
}

main h3{
    margin-bottom: 15px!important;
    margin-top: 15px!important;
    font-size: 1.75em;
}

main h4{
    font-size: 1.2em;
}

main h5{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

/* ------------------------------ ariane */

.ariane{
    font-size: 0.8em;
}

.content-210 .ariane ul{
    text-align: center;
    margin-bottom: 5px;
}

.ariane ul li{
    display: inline-block;
    padding: 0 5px;
    margin: 0!important;
    line-height: 1em;
}

.ariane ul li:before{
    display: none;
}

.ariane ul li a {
    color: var(--grey);
}

/* ------------------------------ footer */

.menu-menu-footer-container, .copyright{
    font-size: 0.8em;
}

.menu-menu-footer-container{
    text-align: center;
}

#menu-menu-footer li{
    display: inline-block;
    padding: 0 5px;
    margin: 0!important;
    line-height: 1em;
}

#menu-menu-footer li:before{
    display: none;
}

#menu-menu-footer li a {
    color: var(--grey);
    opacity: 0.5;
    transition: 0.5s;
}

#menu-menu-footer li a:hover {
    opacity: 1;
    transition: 0.5s;
}

.copyright{
    text-align: center;
    margin-top: 1rem;
}

/* ------------------------------ Boutons */

.wp-block-buttons{
	cursor: pointer;
    border: 1px solid var(--grey);
    display: inline-block !important;
    border-radius: 20px;
    color: var(--grey);
    background-color: var(--white);
    position: relative;
    overflow: hidden;
	margin-top: 30px;
}

.wp-block-button:after{
    content:"\f04b";
    display: inline-block;
    padding: 15px;
    border-left: 1px solid var(--grey);
    color: var(--grey);
    font: var(--fa-font-solid);
}

.wp-block-button svg{
    display: none;
}

.wp-block-button__link{
    padding: 15px !important;
    text-decoration: none;
    color: var(--grey) !important;
    text-transform: uppercase;
    font-size: 0.9em !important;
	width: auto!important;
}

.wp-block-button__link, .wp-block-button:after {
	position: relative;
    background-color: transparent !important;
	z-index: 10;
}

.wp-block-buttons:hover, .wp-block-buttons:hover .wp-block-button__link, .wp-block-buttons:hover .wp-block-button:after, .wp-block-buttons:hover .wpcf7-submit{
    color: var(--white)!important;
}

.wp-block-buttons:hover .wp-block-button:after{
    border-left: 1px solid  var(--white)!important;
    
}

.wp-block-button {
	margin: 0;
	position: relative;
}

.wp-block-button::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 130%;
}

.wp-block-button:hover wp-block-button__link {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-110%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,120%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.wp-block-button::before {
	content: '';
	background: var(--grey);
	width: 140%;
	height: 0;
	padding-bottom: 90%;
	top: -80%;
	left: -20%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.wp-block-button:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}


@media (max-width: 1300px) { 
    .wp-block-button__link{
        padding: 15px!important;
    }    
}


/* ------------------------------ section */

.home .wp-block-group{
    margin-bottom: 0!important;
}

/*section{
    padding-bottom: 60px;
}*/

.pages-interne{
    text-align: center;
}

.pages-interne h4{
    margin-bottom: 20px;
    margin-top: 20px;
}

.pages-interne li{
    text-align: left;
    position: relative;
    margin-left: 20px;
}

.thumb{
    margin: auto;
}

.thumb img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.single .thumb img{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.pages-creche.single .thumb img{
    border-radius: 0;
}

.parentphoto img{
    height: auto!important;
}

/*.parentphoto .wp-block-group{
    min-width: 730px;
}

@media (max-width: 1600px) { 
    .parentphoto figure{
        width: 100%;
    }
}*/

.parentphoto{
    margin: auto;
}

@media (max-width: 1200px) { 
    .parentphoto{
        flex-direction: column;
    }
    .parentphoto figure.wp-block-image{
        margin: 30px auto;
    }
    
    .parentphoto .wp-block-group h4, .parentphoto .wp-block-group h3, .parentphoto p.has-text-align-left{
        text-align: center;
        width: 100%;
    }
}

.wp-block-group, .wp-block-columns{
    margin-bottom: 30px!important;
	margin-top: 30px!important;
}

.wp-block-column{
    background-color: var(--white);
}

main .tarifs .blockjustif&gt;.wp-block-columns{
    margin-bottom: 30px!important;
    background-color: var(--white);
}

.wp-block-group .wp-block-group{
    margin-bottom: 0!important;
}

.wp-block-columns .wp-block-columns, .wp-block-column .wp-block-group{
    margin-bottom: 1.75em!important;
    width: 100%;
}

.wp-block-columns .wp-block-columns .wp-block-column{
    border: none;
    padding: 0;
}

.wp-block-columns .wp-block-columns{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.wp-block-columns{
    justify-content: center!important;    
}

.wp-block-group .wp-block-image{
    margin-right: 60px;
}

.wp-block-group .schema{
    margin-right: 0px;
}

@media (max-width: 1200px) {
    .content-wrap figure.wp-block-image{
        width: 45%;
    }
    .content-wrap .photo-rectangle .wp-block-image{
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .content-wrap .photo-rectangle .wp-block-image{
        width: 45%;
    }
}

@media (max-width: 780px) { 
    .wp-block-group .wp-block-image{
        margin-right: 0;
    }
}

.wp-block-column{
    border: 1px solid var(--grey);
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    height: 100%;
    justify-items: center;
    background-color: var(--white);
}

.wp-block-column .wp-block-latest-posts__list{
    margin-top: 30px;
    margin-bottom: 0;
}

div.photo-rectangle{
    border-radius: 0;
    justify-items: center;
    border: none;
    padding: 0;
    height: auto;
    background-color: transparent;
    overflow: hidden;
}

div.photo-rectangle figure{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    margin-bottom: 0;
}

div.photo-rectangle figure img{
    max-width: none;
    width: 100%;
}

.blockjustif{
    display: grid;
}

.blockjustif .wp-block-column{
    display: grid;
    grid-template-rows: min-content;
}

.blockjustif .wp-block-buttons{
    align-self: end;
}

@media (max-width: 780px) { 
    .blockjustif .wp-block-column{
        display: block;
    }
}

@media (max-width: 1100px) { 
    .dispositifs .wp-block-columns{
        flex-wrap: wrap!important;
    }
    .blockjustif .wp-block-column, .blockjustif, article.pages-interne{
        display: block!important;
    }
}

@media (max-width: 1200px) { 
    .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column{
        flex-basis: 100%!important;
    }
    .blockjustif .wp-block-columns{
        flex-wrap: wrap!important;
    }
    .blockjustif .wp-block-column, .blockjustif, article.pages-interne{
        display: flex;
    }
}

.order-6{
    order: 6;
}

.order-7{
    order: 7;
}

.order-8{
    order: 8;
}

.order-9{
    order: 9;
}

.wp-block-quote{
    padding : 30px 15px;
    border: 1px solid var(--grey);
    border-top: 0;
    border-bottom: 0;
    border-radius: 30px;
    font-style: italic;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 1%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 99%, rgba(0, 0, 0, 0.05) 99%);
    background-size: 6px 6px;
    background-position: 50px 50px;
}

/* ------------------------------ gestion affichage liste articles sur page */

ul.wp-block-latest-posts{
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-latest-posts__featured-image{
    width: 100%;
    font-size: 3em;
}

.wp-block-latest-posts li{
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid var(--grey);
    border-radius: 20px;
    flex-flow: row wrap;
    background-color: var(--white);
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.wp-block-latest-posts li:before{
    display: none;
}

@media (max-width: 768px) { 
    .wp-block-latest-posts li{
        width: 100%;
        flex-flow: row nowrap;
        margin: 10px 0;
    }
    ul.wp-block-latest-posts {
        display: inline-block;
    }
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    filter: grayscale(1);
    max-width: 200px;
    aspect-ratio: 1 / 1;
}

.pages-creche .wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
    width: 90%;
    max-width:200px;
    max-height:200px;
    padding: 15px;
    height: auto;
    border-radius: 0;
}

.wp-block-latest-posts li a{
    text-decoration: none;
    color:var(--grey);
    font-size: 1em;
    padding: 15px;
    line-height: 1.5em;
    display: block;
    width: 100%;
}

.wp-block-latest-posts li:hover img, .pages-creche .wp-block-latest-posts li:hover img{
    filter: grayscale(0);
}

.wp-block-latest-posts__post-title{
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.wp-block-latest-posts__list li:after{
    content:"\f055";
    display: inline-block;
    color: var(--grey);
    font-size: 2.8em!important;
    font: var(--fa-font-solid);
    position: absolute;
    left: 10px;
    top: 10px;
}

/*.les-moduloscops li:nth-child(2) a{
    color: var(--orange);
}
.les-moduloscops li:nth-child(2) {
    border: 1px solid var(--orange);
}*/

.pages-formation li:hover:after, .pages-formation .wp-block-latest-posts li:hover a{
    color: var(--orange);
}

.pages-creche li:hover:after, .pages-creche .wp-block-latest-posts li:hover a{
    color: var(--green);
}

.pages-famille li:hover:after, .pages-famille .wp-block-latest-posts li:hover a{
    color: var(--blue);
}

.pages-formation .wp-block-latest-posts li:hover{
    border: 1px solid var(--orange);
}

.pages-creche .wp-block-latest-posts li:hover{
    border: 1px solid var(--green);
}

.pages-famille .wp-block-latest-posts li:hover{
    border: 1px solid var(--green);
}

.pages-formation .tarifs-moduloscop tr:nth-child(even), .pages-formation .is-style-stripes tr:nth-child(odd){
    background-color: rgba(240, 128, 38, 0.3)!important;
}
.pages-formation .tarifs-moduloscop tr td:nth-child(even){
    background-color: rgba(240, 128, 38, 0.3);
}

/*.pages-formation .tarifs-moduloscop tr  td:first-child {
  width: 12%;
}*/

.pages-formation .tarifs-moduloscop table, .pages-formation .modalites-moduloscop table, .pages-formation .is-style-stripes table {
	border: 1px solid var(--grey);
}

.pages-formation .modalites-moduloscop table td {
    padding: 15px;
}

@media (max-width: 760px) {
    .pages-formation .tarifs-moduloscop tr:first-child {
        line-height: 1.2em;
    }
}

.pages-formation figure.tarifs-moduloscop{
    margin-bottom: 60px;
}

.block-progress .wp-block-group__inner-container{
    padding: 0 20px;
}


/* ------------------------------ Mediations ressource famille */

/*.mediation-famille .parentphoto{
    text-align: center;
    border: 1px solid var(--grey);
    border-radius: 20px;
    background-color: var(--white);
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
}*/

.mediation-famille .parentphoto{
    text-align: center;
    align-items: center;
}

.mediation-famille .wp-block-image{
    margin: 20px auto!important;
    width: 70%;
}

.mediation-famille .wp-block-image img{
    max-width: 100%;
}

.mediation-famille{
    margin-bottom: 30px;
}

.group-mediation .wp-block-group__inner-container {
    justify-content: center!important;
}

/* -------------------------------- AssociÃ©es / Formatrices / SalariÃ©es */

.intervenante .parentphoto{
    text-align: center;
    align-items: center;
}

.intervenante .wp-block-image{
    margin: 20px auto!important;
    width: 70%;
}

.intervenante .wp-block-image img{
    max-width: 100%;
}

.intervenante{
    margin-bottom: 30px;
}

.intervenante .wp-block-group__inner-container {
    justify-content: center!important;
    text-align: center;
    border: 1px solid var(--grey);
    border-radius: 20px;
    background-color: var(--white);
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
}


/* ------------------------------ Menu thumbnail */

.menu-stamp{
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu-stamp article a{
	text-decoration:none;
	color: var(--grey);
    text-align: center;
}

.menu-stamp h4{
	margin-top:30px;
}

.menu-stamp a div{
	width:200px;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
    aspect-ratio: 1/1;
}

.menu-stamp a img{
    position: relative;
    width: 60%;
}

.menu-stamp a div:before{
    position: absolute;
	content: '';
	background: var(--white);
	width: 120%;
	left: -10%;
	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
	height: 100%;
}

.menu-stamp article a:hover div:before {
	transform: translate3d(100%,0,0);
}

.menu-stamp article a:hover img{
	filter: invert(1);
	-webkit-filter: invert(1);
}

/* ------------------------------ Menu thumbnail  Orange */

.pages-formation .menu-stamp a div, .menuformationacc a .menu-item{
	background-color: var(--orange);
	border: 1px solid var(--orange);
}

/* ------------------------------ Menu thumbnail  bleu */

.pages-familles .menu-stamp a div, .menufamilleacc a .menu-item{
	background-color: var(--blue);
	border: 1px solid var(--blue);
}

/* ------------------------------ Menu thumbnail  vert */

.pages-creche .menu-stamp a div, .menucrecheacc a .menu-item{
	background-color: var(--green);
	border: 1px solid var(--green);
}

/* ------------------------------ content 210 */

section.content-210{
    margin: 0 210px;
}

section .logo{
	width: 100%;
	height: auto;
    text-align: center;
}

.boite-habillage img{
    width: 80%;
	height: auto;
    border-radius: 50%;
    padding-top: 30px;
}

.boite-habillage{
    text-align: center;
}

.content-210 ul{
    text-align: left
}

@media (min-width: 721px) and (max-width: 1600px) { 
    section.content-210{
        margin: 0 120px;
        text-align: center;
    }
   
}

@media (max-width: 720px) {
    section.content-210{
        margin: 15px;
    }
}

@media (min-width: 769px) and (max-width: 992px) { 
    
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 


}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }


/* ------------------------------ content 60 */

section.content-60{
    margin: 60px;
}

.content-60 article{
    padding: 15px;
    display:grid;
}

.content-60 article .boite {
    border: 1px solid var(--grey);
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: grid;
    justify-items: center;
    background-color: var(--white);
    position: relative;
}

article .lienboite{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.boite .wp-block-buttons{
    align-self: end;
}
.boite p{
    align-self: center;
}

/* ------------------------------ page crÃ¨che */

.page-id-60 .publics-creche{
    position: relative;
}

.parents-infograf&gt;.wp-block-group__inner-container{
    display: grid;
    grid-template-columns: 550px 100px 550px;
    grid-template-rows: auto 100px auto;
    grid-template-areas: "a . b"
                       ". e ."
                       "c . d";
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.infograf-a {
    grid-area: a;
}

.parents-infograf&gt;.wp-block-group__inner-container:after{
    background-image: url("img/icone_coop_enfantscop.svg");
    grid-area: e;
    width: 300%;
    height: 300%;
    margin-left: calc(-150% + 50px);
    margin-top: calc(-150% + 50px);
    display: block;
    content:"";
    background-repeat: no-repeat;
    z-index: -1;
}

/*.parents-infograf&gt;.wp-block-group__inner-container:before{
    grid-area: e;
    width: 400%;
    height: 400%;
    margin-left: calc(-200% + 50px);
    margin-top: calc(-200% + 50px);
    display: block;
    content:"";
    background-repeat: no-repeat;
    z-index: -3;
    border: 10px solid var(--grey);
    border-radius: 50%;
    
}*/

.infograf-b {
    grid-area: b;
}

.infograf-c {
    grid-area: c;
}

.infograf-d {
    grid-area: d;
}

.infograf{
    padding: 30px;
    border: 1px solid var(--grey);
    border-radius: 30px;
    background-color: var(--white);
}

.infograf ul{
    margin-bottom: 0;
    column-count: 2;
}

@media (min-width: 1600px) {
    .parents-infograf&gt;.wp-block-group__inner-container{
        grid-template-columns: 700px 150px 700px;
        grid-template-rows: auto 150px auto;
    }
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        margin-left: calc(-150% + 75px);
        margin-top: calc(-150% + 75px);
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        margin-left: calc(-200% + 75px);
        margin-top: calc(-200% + 75px);
    }*/
}

@media (max-width: 1280px) {
    .parents-infograf&gt;.wp-block-group__inner-container{
        grid-template-columns: 450px 60px 450px;
        grid-template-rows: auto 60px auto;
    }
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        margin-left: calc(-250% + 30px);
        margin-top: calc(-250% + 30px);
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        margin-left: calc(-300% + 30px);
        margin-top: calc(-300% + 30px);
    }*/
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        width: 500%;
        height: 500%;
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        width: 600%;
        height: 600%;

    }*/
    .infograf ul{
        column-count: 1;
    }
}

@media (max-width: 1030px) {
    .parents-infograf&gt;.wp-block-group__inner-container{
        grid-template-columns: 300px 60px 300px;
        grid-template-rows: auto 60px auto;
    }
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        margin-left: calc(-250% + 30px);
        margin-top: calc(-250% + 30px);
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        margin-left: calc(-300% + 30px);
        margin-top: calc(-300% + 30px);
    }*/
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        width: 500%;
        height: 500%;
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        width: 600%;
        height: 600%;

    }*/
    .infograf ul{
        column-count: 1;
    }
}



@media (max-width: 738px) {
    .parents-infograf&gt;.wp-block-group__inner-container{
        display: block;
    }
    
    .parents-infograf .infograf{
        margin-bottom: 30px!important;
    }
    
    .parents-infograf&gt;.wp-block-group__inner-container:after{
        display: none;
    }

    /*.parents-infograf&gt;.wp-block-group__inner-container:before{
        display: none;
    }*/

    .infograf ul{
        column-count: 1;
    }
}


@media (max-width: 576px) { 
    section.content-210{
        margin: 0 15px;
        text-align: center;
    }
    
   
    
    .main-header{
        margin: 15px;
    }
    
    .wp-block-group .wp-block-image{
        margin-right: 0;
    }
    .wp-block-latest-posts li{
        margin-right: 0;
    }
    
    section.content-60{
        margin: 0 15px;
    }
}

/* progress bar */

	.progressbar {
		display: inline-block;
		width: 100px;
		margin: 25px;
	}
	.circle {
		width: 180px;
		height: 180px;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		text-align: center;
	}

	.circle div {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -86px;
		width: 100%;
		text-align: center;
		line-height: 40px;
		font-size: 31px;
		font-weight: 900;
	}
	
	.circle span {
		display: block;
		color: white;
		margin-top: 12px;
	}

/* footer */

footer{
    padding: 20px;
}

.partenaires{
    background-color: var(--white);
    padding: 30px 100px!important;
    border: 1px solid var(--grey);
    border-radius: 30px;
    text-align: center;
    max-width: 100%!important;
}

.partenaires h2{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-actu img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.cmplz-manage-consent::before {
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;  
    content: "\f564"; 
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    color: var(--grey); /* change color if needed */
}

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 2%!important;
    right: 1%!important;
		height:auto!important;
    border-radius: 100%!important;
    color: var(--white)!important;
    background: var(--white)!important;
	  padding: 15px 15px 15px 15px!important;		
    min-width:unset!important;
    border-color: var(--grey)!important;
}

#cmplz-manage-consent .cmplz-manage-consent:hover {
    border-color: var(--orange)!important;
}

#cmplz-manage-consent .cmplz-manage-consent:hover::before {
    color: var(--orange)!important;
}

/*------------------------------------------------ CHART PIE */

#chart{
    margin: auto;
}

/* -------------------------------------------------- Calendrier */

.tribe-events .cat_moduloscop{
    border-top: 5px solid var(--orange);
    padding-top: 10px!important;
}

.tribe-events .cat_cooperative{
    border-top: 5px solid var(--grey);
    padding-top: 10px!important;
}

.tribe-events .cat_pole-ressource-famille{
    border-top: 5px solid var(--blue);
    padding-top: 10px!important;
}

main .tribe-events-calendar-month__day h3{
    margin-bottom: 0!important;
    margin-top: 0!important;
}

body.demo-2 .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button, .tribe-events-header .tribe-events-header__events-bar{
    display: none!important;
}

.pages-interne #main .wp-block-buttons p, main #evcal_list .eventon_list_event .eventon_full_description .eventon_desc_in p{
    display: none!important;
}

.pages-interne #main .eventon_desc_in .wp-block-group .wp-block-buttons p{
    display: none!important;
}

.single-ajde_events .content-210{
    text-align: center;
}

/* -------------------------------------------------- Personnalisation formulaire CF7 */

.wpcf7-submit{
    background-color: transparent;
    border: none;
    padding: 15px;
    z-index: 10;
    color: var(--grey)!important;
    position: relative;
}
.wpcf7-spinner{
    display: none!important;
}

.wp-block-buttons .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wp-block-buttons:hover .wpcf7-submit:disabled {
    background: linear-gradient(45deg, red 1%, transparent 1%, transparent 49%, red 49%, red 51%, transparent 51%, transparent 99%, red 99%);
  background-size: 6px 6px;
  background-position: 50px 50px;
}

.pages-interne .form-control:focus {
    color: var(--grey);
    background-color: #fff;
    border-color: var(--blue);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 156 188 / 25%);
}

.pages-interne .wpcf7-not-valid-tip{
    color: var(--orange)
}

.wpcf7-select{
    cursor: pointer;
}

.wp-block-contact-form-7-contact-form-selector .col-md-6{
    margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector .wp-block-button p{
    display: inline!important;
}

.map::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 900;  
    content: "\f5a0"; 
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: var(--grey); /* change color if needed */
}

/*.phone::before {
	  font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
	  font-weight: 900;  
  	content: "\f2a0"; 
  	display: inline-block;
  	vertical-align: middle;
		margin-right: 15px;
	  color: var(--grey);
}

.mail::before {
	  font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
	  font-weight: 900;  
  	content: "\40"; 
  	display: inline-block;
  	vertical-align: middle;
		margin-right: 15px;
	  color: var(--grey);
}*/

.wp-block-social-links li:before{
    display: none;
}

/* Faire apparaitre le prix sur le calendrier

.pages-interne .evo_event_schema{
    display: block!important;
}*/

/* -------------------------------------------------- Slider */

.testimonial img{
    width: 100%;
    height: auto;
    max-height: 300px;
}
.testimonial i{
    border-radius: 50%;
    border: 1px solid var(--grey);
    color: var(--grey);
    font-size: 2em;
    padding: 5px;
}

.carousel-item{
    min-height: 350px;
    /*background-color: var(--white);
    border: 1px solid var(--grey);*/
    border-radius: 30px;
    padding: 20px;

}

.testimonial .carousel-control-prev, .testimonial .carousel-control-next{
    bottom:auto!important;
    width: auto!important;
}

.carousel-control-next{
    right: -50px!important;
}

.carousel-control-prev{
    left: -50px!important;
}

#carouselconfiance .carousel-indicators [data-bs-target]{
    background-color: var(--grey);
}

.carousel-indicators{
    margin-bottom: 0!important;
}

.carousel-item div{
    
}

@media (max-width: 720px) {
    .testimonial .carousel-control-prev, .testimonial .carousel-control-next{
        top: 15px;
    }
    .carousel-control-next{
        right: 15px!important;
    }

.carousel-control-prev{
        left: 15px!important;
    }
    
}

</pre></body></html>