@charset "iso-8859-1";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body, html{
    /*background-color: #F5F5F5;*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu_desktop{
	padding-top: 0px;
}

#menu_entete{
	position: relative;
	width: 100%;
	padding: 15px 0px;
	background: #007063;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: right;
}

#menu_entete a{
	margin-left: 50px;
	white-space: nowrap;
}

#menu_entete a:first-of-type{
	margin-left: 0px;
}

#menu_entete .picto_inline{
	margin-right: 7px;
}

#menu_entete .picto_mail{
	height: 16px;
}

@media(max-width:500px){
	#menu_entete{
		padding: 12px 0px;
	}

	#menu_entete a{
		margin-left: 0px;
	}
	
	.lien_telephone{
		position:relative;
		float: left;
	}

	.lien_mail{
		position:relative;
		float: right;
	}
}

@media(max-width:350px){
	#menu_entete{
		padding: 12px 0px;
		font-size: 12px;
	}

	#menu_entete .picto_inline{
		margin-right: 5px;
	}

	#menu_entete .picto_telephone{
		height: 18px;
	}
	#menu_entete .picto_mail{
		height: 14px;
	}
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.menu_lien{
	text-decoration:none;
}

.menu_lien:hover{
	color:#45514f;
}

#menu_liste_horizontal{
    font-size: 16px!important;
}

#menu_liste_horizontal li{
	display:inline-block;
	margin:0;
	padding:0;
    margin-left: 30px;
	list-style-type:none;
	text-align:left;
}

#menu_liste_horizontal li ul{
	position:absolute;
	margin-left:0px;
	text-align:left;
	text-transform:none;
	font-size:16px;
	line-height:20px;
	z-index:3;
	display:none;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(18,48,76,0.28);
	-moz-box-shadow: 0px 0px 16px 0px rgba(18,48,76,0.28);
	-o-box-shadow: 0px 0px 16px 0px rgba(18,48,76,0.28);
	box-shadow: 0px 0px 16px 0px rgba(18,48,76,0.28);
}

#menu_liste_horizontal li ul{
}

#menu_liste_horizontal li ul li{
	background-color: #FFF;
    border-top: solid rgba(18,48,76,0.14) 1px;
    
	display:block;
	margin:0;
	list-style-type:none;
	/*
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	*/
}

#menu_liste_horizontal li ul li:first-of-type{
    border-top:none;
	/*
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	*/
}

/*
#menu_liste_horizontal li ul li:first-of-type{
	padding-top: 15px!important;
}

#menu_liste_horizontal li ul li:last-of-type{
	padding-bottom: 15px!important;
}
*/

@media (min-width: 801px){/* permet de modifier le fonctionnement du menu en version smartphone */
	#menu_liste_horizontal li:hover ul.sous_menu{
		display:block;
	}
}

#menu_liste_horizontal li:hover .menu_lien{
	color:#45514f;
}

#menu_liste_horizontal li:hover .menu_lien_plus{
	background-image:url(../images/menu_arrow_hover.png);
}


/*
#menu_desktop{
    min-height: 50px;
    font-weight: normal;
}

@media(max-width:900px){
    #menu_desktop{
        min-height: 40px;
        font-weight: normal;
    }
}

#menu_desktop_menu,#menu_icone{
    top: 0px;
    transform: none;
}

#menu_desktop .conteneur_alignement,#menu_desktop .contenu_alignement{
    overflow: visible;
}

.menu_niveau1{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*permet d'afficher les sous-menus au survole */
#menu_desktop .conteneur_alignement,#menu_desktop .contenu_alignement{
    overflow: visible;
}

@media(max-width:1200px){
    #menu_desktop .conteneur_alignement,#menu_desktop .contenu_alignement{
        overflow: hidden;
    }
}

#menu_desktop .menu_niveau1{
    margin-bottom: 20px;
}

#menu_desktop .menu_niveau2{
    display: block;
    padding: 13px 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu_desktop.negatif{
	background-color: transparent;
}

#menu_desktop .logo_blanc {
    display: none;
}

#menu_desktop .logo_normal {
    display: block;
}

#menu_desktop.negatif:not(.open) .logo_blanc {
    display: block;
}

#menu_desktop.negatif:not(.open) .logo_normal {
    display: none;
}

#menu_desktop.negatif .menu_niveau1.active::after{
	background-color: #FFF;
}

#menu_desktop.negatif .menu_niveau1{
	color: #FFF;
}

#menu_desktop.negatif .navicon:not(.open){
	background: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu_smartphone .menu_smartphone_niveau1{
    position: relative;
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

#menu_smartphone .menu_smartphone_niveau1 .menu_niveau1{
    cursor: pointer;
}

#menu_smartphone .menu_smartphone_niveau2{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    
    -webkit-transition: height 0.6s, opacity 0.6s;
	-moz-transition: height 0.6s, opacity 0.6s;
	-ms-transition: height 0.6s, opacity 0.6s;
	-o-transition: height 0.6s, opacity 0.6s;
	transition: height 0.6s, opacity 0.6s;    
}

#menu_smartphone .menu_smartphone_niveau2_contenu{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#menu_smartphone .menu_smartphone_niveau1.open .menu_smartphone_niveau2{
    opacity: 1;
}

#menu_smartphone .menu_smartphone_niveau1.accordeon .menu_niveau1::after{
    content:"";
    height: 18px;
    width: 18px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    
    background-image: url("../images/special/accordeon.svg");
    
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
    
    -webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-ms-transition: transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;   
}

#menu_smartphone .menu_smartphone_niveau1.accordeon.open .menu_niveau1::after{
    content:"";
    height: 18px;
    width: 18px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    
    background-image: url("../images/special/accordeon.svg");
    
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bloc_texte_conteneur{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bloc_texte{
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top: -10px;
    padding-top: 10px;/*pour que les accents soient toujours visibles*/
}

.bloc_texte .left{
    position: relative;
    float: left;
    width: 50%;
    overflow: visible;
}

.bloc_texte .right{
    position: relative;
    float: right;
	width: calc(50% - 50px);
    overflow: visible;
}

.bloc_texte .texte_colonnes_dynamiques{
	column-count:2;
	column-gap:75px;
}

@media(max-width:1200px){
    .bloc_texte .left{
        width: 45%;
    }

    .bloc_texte .right{
        width: 50%;
        max-width: 520px;
    }
}

@media(max-width:1000px){
	.bloc_texte .texte_colonnes_dynamiques{
		column-gap:50px;
	}
}

@media(max-width:800px){
    .bloc_texte .left,.bloc_texte .right{
        width: 100%;
        max-width: 100%;
        float: none;
    }
	
	.bloc_texte .texte_colonnes_dynamiques{
		column-count:1;
		column-gap:75px;
	}
}

.bloc_texte a{
	text-decoration: underline;
}

.bloc_texte a:hover{
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.fond_degrade{
	position: absolute;
	width: 100%;
	height: 400px;
	max-height: 100%;
	z-index: 1;
}

.fond_degrade.top{
	top:0px;
	
background: linear-gradient(
  180deg in oklab,
  rgba(23, 79, 120, 0.2) 0%,
  rgba(23, 79, 120, 0) 100%
);
}

.fond_degrade.bottom{
	bottom:0px;
	
	background: #007063;
background: -webkit-linear-gradient(0deg, rgba(23, 79, 120, 0.2) 0%, rgba(23, 79, 120, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(23, 79, 120, 0.2) 0%, rgba(23, 79, 120, 0) 100%);
background: linear-gradient(0deg, rgba(23, 79, 120, 0.2) 0%, rgba(23, 79, 120, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007063", endColorstr="#007063", GradientType=0);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.banniere{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

@media(max-width:1000px){
    .banniere{
        height: 300px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.introduction{
    background-image:url("../images/special/fond.svg");
	position: relative;
	background-position: 50% 0%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact .carte,.contact .carte iframe,.carte.full,.carte.full iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.carte_bouton_fermeture{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 5;
    max-width: 90%;
}

@media(min-width:801px){
    .page_popup_bouton_close_top{
        float: right;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.contact .left{
    position: relative;
    width: calc(50% - 15px);
    float: left;
}

.contact .right{
    position: relative;
    width: calc(50% - 15px);
    float: right;
}

@media(max-width:800px){
    .contact .left,.contact .right{
        width: 100%;
        float: none;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.grille_colonne{
    position: relative;
    width: 100%;
    display: grid;
    fgrid-template-columns: repeat(3, 1fr);/*valeur par défaut*/
    grid-column-gap: 50px;/*valeur par défaut*/
    grid-row-gap: 75px;/*valeur par défaut*/
    align-items: start;
    grid-auto-flow:dense;
    margin: 0px;
    overflow: hidden;
}

.grille_colonne>.cellule{
    position: relative;
    overflow: hidden;
}

.grille_colonne.gap_small{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grille_colonne.colonne5{
    grid-template-columns: repeat(5, 1fr);
}

.grille_colonne.colonne4{
    grid-template-columns: repeat(4, 1fr);
}

.grille_colonne.colonne3{
    grid-template-columns: repeat(3, 1fr);
}

.grille_colonne.colonne2{
    grid-template-columns: repeat(2, 1fr);
}

.grille_colonne.colonne2{
    grid-template-columns: repeat(1, 1fr);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.grille_dynamique{
    /*
    Source : https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/
    
    Exemple de paramètres :
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 280px;
    grid-row-gap: 75px;
    
    Exemple d'utilisation :
    les colonnes mesurent 280px au minimum et 400px au maximum / il y a 3 colonnes max /
    la marge entre les colonnes est de 50px / la marge entre les lignes est de 75px /
    lorsque l'écran atteint 350px de large, on met les cellules à 100%
    
    .grille_dynamique.projets{
        --grid-layout-gap: 50px;
        --grid-column-count: 3;
        --grid-item--min-width: 280px;
        grid-row-gap: 75px;
    }

    .grille_dynamique.projets>.cellule{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    @media(max-width:350px){
        .grille_dynamique.projets{
            --grid-item--min-width: 100%;
        }
    }
    */

    /*Calculs :*/
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);
    
    
    position: relative;
    width: 100%;
    overflow: hidden;
}

.grille_dynamique>.cellule{
    position: relative;
    overflow: hidden;
}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.evenements{
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 280px;
    grid-row-gap: 75px;
}

.grille_dynamique.evenements>.cellule{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:350px){
    .grille_dynamique.evenements{
        --grid-item--min-width: 100%;
    }
}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.evenement_galerie_vignettes{
    --grid-layout-gap: 25px;
    --grid-column-count: 4;
    --grid-item--min-width: 120px;
}

.grille_dynamique.evenement_galerie_vignettes>.cellule{
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.evenements{
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 280px;
    grid-row-gap: 75px;
}

.grille_dynamique.evenements>.cellule{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:350px){
    .grille_dynamique.evenements{
        --grid-item--min-width: 100%;
    }
}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.organigramme{
    --grid-layout-gap: 50px;
    --grid-column-count: 4;
    --grid-item--min-width: 200px;
    grid-row-gap: 100px;
}

@media(max-width:800px){
    .grille_dynamique.organigramme{
		--grid-layout-gap: 30px;
		grid-row-gap: 75px;
    }

}

@media(max-width:530px){
    .grille_dynamique.organigramme{
		--grid-layout-gap: 20px;
		grid-row-gap: 50px;
	    --grid-column-count: 2;
	    --grid-item--min-width: 150px;
    }

}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.services{
    --grid-layout-gap: 90px;
    --grid-column-count: 2;
    --grid-item--min-width: 200px;
    grid-row-gap: 100px;
	margin-left: auto;
	margin-right: auto;
}

.grille_dynamique.services.x2{
    --grid-column-count: 2!important;
    grid-row-gap: 100px;
}

.grille_dynamique.services.x3{
    --grid-column-count: 3!important;
}

.grille_dynamique.services.x4{
    --grid-column-count: 4!important;
}

.grille_dynamique.services.x5{
    --grid-column-count: 5!important;
}

.grille_dynamique.services>.cellule{
    max-width: 320px;
	/*
    margin-left: auto;
    margin-right: auto;
	*/
}

@media(max-width:800px){
	.grille_dynamique.services{
		grid-row-gap: 60px;
	}
}


/*
@media(max-width:720px){
    .grille_dynamique.services_2colonnes{
        --grid-item--min-width: 100%;
    }
}
*/

/*
@media(max-width:550px){
.grille_dynamique.services{
		--grid-layout-gap: 60px;
		grid-row-gap: 100px;
		--grid-item--min-width: 160px;
	}
}


@media(max-width:410px){
	.grille_dynamique.services>.cellule{
		max-width: 400px;
		width: 100%;
	}
}

.grille_dynamique.services>.cellule .paragraphe,.grille_dynamique.services>.cellule .accroche{
    text-align: left;
}
*/

/* - - - - - - - - - - - - - - - */

.grille_dynamique.valeurs{
    --grid-layout-gap: 75px;
    --grid-column-count: 5;
    --grid-item--min-width: 150px;
    grid-row-gap: 100px;
	text-align: center;
}

.valeurs_picto{
	position: relative;
	display: block;
	height: 75px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:500px){
    .grille_dynamique.valeurs{
		--grid-layout-gap: 30px;
    }
}

/* - - - - - - - - - - - - - - - */

.grille_dynamique.succursales{
    --grid-layout-gap: 50px;
    --grid-column-count: 3;
    --grid-item--min-width: 300px;
    grid-row-gap: 100px;
	text-align: center;
}

.grille_dynamique.succursales>.cellule{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.succursales_logo{
	position: relative;
	display: block;
	max-width: 225px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media(max-width:700px){
	.grille_dynamique.succursales{
		--grid-layout-gap: 30px;
		--grid-item--min-width: 200px;
	}
}

@media(max-width:460px){
	.grille_dynamique.succursales{
		grid-row-gap: 75px;
	}

	.grille_dynamique.succursales>.cellule{
		max-width: 300px;
	}
}


/* - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vignette_play{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    /*background-color:rgba(79,113,177,0.50);*/
    overflow: hidden;
	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
    
    background-image: url("../images/play.svg");
    background-size: 30% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.vignette_play:hover{
    background-color:rgba(18,48,76,0.5);
    cursor: pointer;
    
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bouton_fermeture{
    position: relative;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    padding-left: 40px;
    cursor: pointer;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.bouton_fermeture::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0px;
    left: 0px;
    display: inline-block;

    overflow: hidden;
    cursor: pointer;
    
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
    
    background-image: url("../images/close.svg");
}

.bouton_fermeture.right{
    padding-left: 0px;
    padding-right: 40px;
}

.bouton_fermeture.right::after{
    left: auto;
    right: 0px;
}

@media(hover:hover){
    .bouton_fermeture:hover{
        opacity: 0.5;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.border_radius{
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    -ms-border-radius:25px;
    -o-border-radius:25px;
    border-radius:25px;
}

.border_radius_small{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.projet_image,.projet_description{
    position: relative;
    width:50%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.projet_image.full,.projet_description.full{
    position: relative;
    width:100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vignette_hover,.vignette_play{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    /*background-color:rgba(0,0,0,0.50);*/
    overflow: hidden;
    cursor: pointer;
	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.vignette_play{
    background-image: url("../images/play.svg");
    background-size: 10% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.vignette_play.play_big{
    background-size: 30% auto;
}

.vignette_hover:hover,.vignette_play:hover{
    /*background-color:rgba(0,0,0,0.50);*/
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.projet_close{
    position: relative;
    float: right;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.projet_close:hover{
	opacity: 0.5!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.article_intro{
    position: relative;
    width: 100%;
    overflow: visible;
}

.article_intro_inscription{
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 2;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#premier_screen .galerie_fondu .puce_conteneur{
    left:50%;
    margin-left:-650px;/*1300px/2*/
}

@media(max-width:1360px){
    #premier_screen .galerie_fondu .puce_conteneur{
        left:30px;
        margin-left:0px;
    }
}

@media (max-width: 800px){
    #premier_screen .galerie_fondu .puce_conteneur{
        left:20px;
    }
}

@media (max-width: 500px){
    #premier_screen .galerie_fondu .puce_conteneur{
        left:15px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accueil_scroll {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;

    width: 24px;
    height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

    cursor: pointer;
}

/* Picto animé */
.accueil_scroll::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("../images/special/scroll.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    pointer-events: none;

    animation: animation_scroll 1s ease-in-out infinite;
}

.accueil_scroll.negatif::before {
    background-image: url("../images/special/scroll_blanc.svg");
}

/* Animation verticale douce */
@keyframes animation_scroll {
    0% {
        transform: translateY(-10px);
    }

    45% {
        transform: translateY(10px);
    }

    55% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
.accueil_slogan{
	position: relative;
	max-width: 710px;/*650px + 30px + 30px*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*
	-webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	*/
}

.accueil_slogan.negatif,.accueil_slogan.negatif h1, .accueil_slogan.negatif h2, .accueil_slogan.negatif h3{
    color: #FFFFFF!important;
}

.filtre{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.6;
	z-index: 1;
    background-color: #000000;
}

.filtre.dark{
    background-color: #000;
}

.filtre.light{
    background-color: #FFFFFF;
}

.filtre.degrade_light {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0)   0%,
    rgba(255, 255, 255, 0.6) 100%
  );
}

.degrade_dark {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0)   0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.filtre.smartphone{
	display: none;
}

@media(max-width:800px){
	.filtre.smartphone{
		display: block;
	}
	.filtre.desktop{
		display: none;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lightbox_style{
    background-color: #FFF;
	overflow: hidden;
    padding: 60px;
	text-align: center;
	max-width: -webkit-calc(100% - 60px);
	max-width: -moz-calc(100% - 60px);
	max-width: -ms-calc(100% - 60px);
	max-width: -o-calc(100% - 60px);
	max-width: calc(100% - 60px);
}

@media(max-width:600px){
    .lightbox_style{ 
		padding: 30px;
		max-width: -webkit-calc(100% - 80px);
		max-width: -moz-calc(100% - 80px);
		max-width: -ms-calc(100% - 80px);
		max-width: -o-calc(100% - 80px);
		max-width: calc(100% - 80px);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.conteneur_fond_couleur{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #007063;
	color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.listing_liens_conteneur{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.listing_liens_contenu{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #007063;
	padding:30px 0px;
}

.listing_liens_conteneur>.listing_liens_contenu:first-of-type{
	padding-top: 0px;
}

.listing_liens{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.listing_liens .left{
	position: relative;
	float: left;
	width: calc(100% - 250px);
}

.listing_liens .right{
	position: relative;
	float: right;
	width: 200px;
	text-align: right;
}

.listing_liens .bouton{
	display: block;
}

@media(max-width:550px){
	.listing_liens .left,.listing_liens .right{
		position: relative;
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.listing_liens .left{
		margin-bottom: 30px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bloc_contenu{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bloc_contenu>.left{
	position: relative;
	float: left;
}

.bloc_contenu>.right{
	position: relative;
	float: right;
}

.bloc_contenu>.big{
	width: 50%;
}

.bloc_contenu>.small{
	width: calc(50% - 50px);
}

@media(max-width:800px){
	.bloc_contenu>.left,.bloc_contenu>.right{
		float: none;
	}

	.bloc_contenu>.big,.bloc_contenu>.small{
		width: 100%;
	}

	.bloc_contenu>.small{
		margin-bottom: 35px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* LISTES NUMÉROTÉES
================================================== */

.bloc_contenu ol,
#tinymce ol {
	margin: 0;
	padding: 0;

	list-style: none !important;

	counter-reset: numero;
}

.bloc_contenu ol > li,
#tinymce ol > li {
	position: relative;
	display: block !important;

	margin-bottom: 20px;
	padding-left: 35px;

	counter-increment: numero;
}

.bloc_contenu ol > li::before,
#tinymce ol > li::before {
	content: counter(numero) ".";

	position: absolute;
	top: 0;
	left: 0;

	width: 25px;

	font-weight: bold;
	text-align: left;
}


/* TEXTE EN GRAS DANS LES LISTES
================================================== */

.bloc_contenu ol > li > strong,
#tinymce ol > li > strong {
	display: inline !important;
	float: none !important;

	width: auto !important;
}


/* SOUS-LISTES a, b, c, d
================================================== */

.bloc_contenu ol ol,
#tinymce ol ol {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;

	list-style: none !important;

	counter-reset: lettre;
}

.bloc_contenu ol ol > li,
#tinymce ol ol > li {
	position: relative;
	display: block !important;

	margin-bottom: 15px;
	padding-left: 35px;

	counter-increment: lettre;
}

.bloc_contenu ol ol > li::before,
#tinymce ol ol > li::before {
	content: counter(lettre, lower-alpha) ".";

	text-transform: uppercase;
	
	position: absolute;
	top: 0;
	left: 0;

	width: 25px;

	font-weight: bold;
	text-align: left;
}


/* DERNIER ÉLÉMENT
================================================== */

.bloc_contenu ol > li:last-child,
#tinymce ol > li:last-child {
	margin-bottom: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.plan_du_site_conteneur{
	position: relative;
	padding: 100px 60px;
	background-color: #EFEFEF;
}

@media(max-width:800px){
	.plan_du_site_conteneur{
		padding: 75px 40px;
	}
}

@media(max-width:400px){
	.plan_du_site_conteneur{
		padding: 75px 30px;
	}
}

.plan_du_site {
    display: grid;
    grid-template-columns: 1fr 1.7fr 1.5fr 1.25fr;

    width: 100%;
    margin: 0;
    padding: 30px 10px 35px;
    box-sizing: border-box;
}


/* Les 4 grandes rubriques */
.plan_du_site > li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Titre de chaque rubrique */
.plan_du_site .menu_niveau1 {
    display: block;
    margin: 0;
	font-weight: bold;
}

.plan_du_site .menu_niveau1.active {
    text-decoration: underline;
}


/* Liste des liens de niveau 2 */
.plan_du_site .sous_menu {
    margin: 20px 0 0;
    padding-left: 38px;
}

.plan_du_site .menu_niveau2.active {
    text-decoration: underline;
}


/* Espacement vertical entre les liens */
.plan_du_site .sous_menu > li {
    margin: 0 0 16px;
    padding: 0;
}

.plan_du_site .sous_menu > li:last-child {
    margin-bottom: 0;
}


/* =========================
   Responsive
   ========================= */

@media (max-width: 900px) {
    .plan_du_site {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}


@media (max-width: 600px) {
    .plan_du_site {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
