<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#CentreImage
{
    display:none;
}



.PageAccueil .PanGauche
{
	display:none;
}

.PageAccueil .PanContenu
{
	display:block;
	width:100%;
}

.PageAccueil #BlocContenu
{

}

.PageAccueil #BlocContenu &gt; .LargeurMax,
#Gauche {
    width: 100%;
    max-width: none;
    padding: 0;
}

.PageAccueil .TitreModule
{
    display:none;
}

#BlocFilAriane
{
	display:none;
}


/* Slideshow */
#SliderAccueil {
    width: 100%;
    height: 600px;
    padding:0;
	margin-bottom:30px;
}


#Slider {
    float: left;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

/* Mobile */
@media all and (max-width: 991px)
{
	#SliderAccueil,
	#Slider
	{
		height: 250px;
	}

}


.rslides {
    position: relative;
    list-style: none;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .rslides li::before {
            display: none;
        }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.rslides_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("/Images/flecheSlideShow.gif") no-repeat left top;
    margin-top: -45px;
}

    .rslides_nav:active {
        opacity: 1.0;
    }

    .rslides_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

    .rslides_nav:focus {
        outline: none;
    }

.rslides_tabs {
    padding: 0;
    margin-top: -30px;
    text-align: center;
    z-index: 100;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

    .rslides_tabs li {
        margin: 0;
        padding: 0;
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 5px;
        z-index: 100;
    }

        .rslides_tabs li::before {
            display: none;
        }

#contenu .rslides_tabs li {
    display: inline;
}

.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
    z-index: 100;
    margin: 0 1px;
    background-color: #bcafa5;
}

.rslides_here a {
    background: rgba(0,0,0, .8);
    background: #e25f28;
    z-index: 100;
}

/*fin slideshow*/



#ContenuAccueil .CentreTexte a,
#ContenuAccueil .CentreTexte a:hover,
#ContenuAccueil .CentreTexte a:active,
#ContenuAccueil .CentreTexte a:focus,
.CentreTexte,
.CentreTexte a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    text-align: left;
}


.CentreTexte
{
	height:90px;
	overflow:hidden;
}


#ContenuAccueil .containterGroupActus:hover a,
#ContenuAccueil .containterGroupActus:hover a:hover,
#ContenuAccueil .containterGroupActus:hover a:active,
#ContenuAccueil .containterGroupActus:hover a:focus,
.containterGroupActus:hover {
	
}


/* Actualités */

#BlocActu img:hover
{
	filter: opacity(50%);
	-webkit-filter: opacity(50%);
}

#BlocActu h2
{
display:block;
	color:#e25f28;
	font-size:2em;
	margin-top:15px;
}

#BlocActu h2:after {
  display: block;
  width: 70%; /* à changer selon tes besoins */
  margin:10px;
  border-bottom: 1px solid red; /* à styliser selon la nécessité */
}

.resumeActu
{
	height:50px;
	overflow:hidden;
}

.ActuTexte
{
    text-align:left;
}

.PlusActu a
{
 color:#e25f28;
}

/* Centre de ressources */
#BlocCentreRessources {
    margin-bottom: 50px;
    min-height:750px;
}

.CRImageGauche {
    position: absolute;
    width: 52%;
    z-index: 400;
    top: 100px;
    left: 0;
}

.CRImageDroite {
    position: absolute;
    top: 300px;
    right:0;
    width: 52%;
    z-index: 200;
}


.CRImageGauche:after,
.CRImageDroite:after
{
    padding-top: 50%;
    display: block;
    content: '';
}


    .CRImageGauche div,
    .CRImageDroite div {
        background:rgba(0,0,0,0.2);
        color:#ffffff;
        position:absolute;
        height:80px;
        width:100%;
        font-size:1.8em;
        bottom:0;
        padding:15px 30px;
        /*font-variant:small-caps;*/
		text-align:left;
    }

        .CRImageDroite div
        {
            text-align:right;
        }
		
			
@media all and (max-width: 991px)
{

    .CRImageGauche,
    .CRImageDroite 
	{
		position:relative;
		float:left;
		width:100%;
		height:300px;
		top:0;
		margin-bottom:30px;
	}
	
	.CRImageGauche div,
    .CRImageDroite div
	{
		font-size:1.2em;
	}

}


/* Espace famille */
#BlocEspaceFamille
{
    margin-bottom:50px;
}

.EFImage {
    border-right: 15px solid #e25f27;
    height: 445px;
}
		
@media all and (max-width: 991px)
{
	.EFImage
	{
		margin-bottom:30px;
		height: 250px;
	}
}


/*.EFImage:after {
    padding-top: 33%;
    display: block;
    content: '';
}*/


.EFCalendrier {
    height: 445px;
}


.EFCalendrier
{
    padding: 0;
}


.EFCalendrier &gt; div {
    padding-top: 0;
    padding-bottom: 0;
}

.EFCalendrier &gt; div {
    height:calc(33.333% - 10px);
    margin-bottom:15px;
}




    /* Agenda */
    #Event a {
        text-decoration: none;
    }
.EventDate {
    display: block;
    position: relative;
    float: left;
    background: #bcafa5;
    width: 150px;
    height: 100%;
    padding-top: 40px;
}

.Event:hover .EventDate {
    /*background: #e25f27;*/
	filter: brightness(85%);
	-webkit-filter: brightness(85%);
}

    .EventDate .Date {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 45px;
        display: block;
        width: 100%;
    }

    .EventDate a, .EventDate a:hover {
        color: #ffffff;
    }

.EventJour {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 100%;
}

.EventMois {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.EventContenu {
    position: relative;
    float: left;
    width: calc(100% - 150px);
    padding:15px;
}


.EventTitre {
    color: #126fb8;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #616059;
    font-weight:bold;
}

.EventDesc {
    font-family: lato;
    color: #616059;
    line-height: 100%;
    width: 100%;
    display: inline-block;
}



/* Fin Agenda */


.LienEspaceFamille
{
	position:absolute;
	bottom:0;
	margin:0;
}


.LienEspaceFamille .EventDate {
    background: #e25f27;
	padding-top: 30px;
}

.LienEspaceFamille:hover .EventDate {
}

.EFCalendrier .LienEspaceFamille
{
	margin:0;	
}





#BlocEquipeContenu {
    background: #E4DBD4;
    padding:30px 0;
}

#BlocEquipeContenu img
{
width:100%;
}


a.BoutonValidation,
.BoutonValidation {
    background: #f2c840;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: #c2c3c3 0 0 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}


a:hover
{
	text-decoration:none;
}



	
	
/* Mobile */
@media all and (max-width: 991px) {
}</pre></body></html>