
#mouse-circle {
	height: 1.5vw;
    width: 1.5vw;
    position: absolute;
    z-index: 8;
    pointer-events: none;
    background-color: #B1347F;
    background-size: 5vw;
    opacity: .2;
    color: #000;
    border-radius: 50%;
}


.page_contact {
	padding-bottom:120px;
}

/** module boites,  zones structure elements */
#page {
	margin:0;
	background:var(--blanc);
	max-width: 100%;
}
article {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.container {
	padding: 0px 15px;
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width:1230px) {
	.container{
		padding:0;
	}
}
.container, .zone, .entete {
	position: relative;
	overflow: hidden;
}



/** module polices*/

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, h5, h6 {
	text-transform: none;
}
h1, .h1 {
	margin: 0 0 0.5em 0;
	line-height: 1.05;
	font-size: var(--fs-xxl);
	font-weight:var(--fw-x-bold);
	text-align: left;
	/* color:var(--cyan); */
}
h2, .h2 , p.old_h2{
	display: block;
	font-size: var(--fs-ml);
	font-weight:var(--fw-bold);
	margin: 0 0 1em  0;
	padding: var(--text-padding) 0;
	line-height: 1.3;
	border-radius: var(--text-radius);
	/* color:var(--violet); */
}
section .bloc_pro_particulier img {
	width: 100%;
}
h3, .h3, .old_h3 {
	line-height: 1.2;
	font-size: var(--fs-ml);
	font-weight:var(--fw-bold);
	margin: 0 0 1em  0;
}
h2 + h3, 
h2 +.h3, 
.h2 + h3, 
.h2 + .h3 {
	margin-top: 0;
}
h4 {
	line-height: 1.2;
	font-size: var(--fs-base-m);
	margin: 0 0 1em  0;
}
h5 {
	line-height: 1.2;
	font-size: var(--fs-base-m);
	margin: 0 0 1em  0;
}
h6 {
	line-height: 1.2;
	font-size: var(--fs-base);
	margin: 0 0 1em  0;
}
p:not(.old_h2), main li {
	line-height: 1.3;
	font-size: var(--fs-base);
}

main li {
	margin: 0 0 0.5rem  0;
}
blockquote {
	margin: 0;
}
.bloc-exergue-inte blockquote p {
	font-size: var(--fs-xxl);
	line-height: 1.2;
	font-style: normal;
	font-weight: var(--fw-x-bold);
	color: var(--blanc);
	margin: 0;
}
header li a {
	font-size: var(--fs-s);
	color: inherit;
	font-weight: var(--fw-normal);
	text-transform: uppercase;
}
footer li a {
	font-size:var(--fs-xs);
}

@media(max-width:979px) {
	html {
		font-size: 67%;
	}
	h1, .h1 {
		font-size: var(--fs-xl);
	}
	.bloc-exergue-inte blockquote p {
		font-size:var(--fs-l);
	}
}

a {
	color: inherit;
}
#main .partie_texte a:not(.bouton) {
	color:var(--rose);
	font-weight:700;
}
#main .partie_texte a:not(.bouton):hover {
	color:var(--cyan);
}
.lora {
	font-family: 'Lora', serif;
	color:#0C2E4F;
	font-size: 42px;
	font-weight: 100;
}
.partie_texte h2 span {
	background-color: var(--ciel);
	color:var(--violet);
	display: inline;
	padding: 0.45rem 1em; 
	border-radius: 1em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#intro_entete h2 {
	text-transform:uppercase;
}
#intro_entete h2 span {
	border-radius:1em;
	display: inline;
	padding: 0.45rem 1em;
	background-color: var(--violet);
	color:var(--blanc);
		box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	vertical-align: middle;
}

.fond_mauve {
	background-color:var(--mauve);
}
.fond_rose, .fond_mauve h2 span {
	background-color: var(--rose);
	border-radius: 0;
	line-height:1.7;
	color:var(--blanc);
	display: inline;
	padding: 0.45rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
span.fond_rose {
	color: var(--blanc);
}

.normal {
	font-weight:var(--fw-normal);
}
.semi_gras {
	font-weight:var(--fw-semi-bold);
}
.gras {
	font-weight:var(--fw-bold);
}
.tres_gras {
	font-weight:var(--fw-x-bold);
}
.tres_gras {
	font-weight:var(--fw-black);
}


/** module boutons, navigation, liens, inputs*/
.navigation {
	width: 100%;
}
.navigation .nav-links {
	width: 100%;
	display: flex;
	align-items: center;
}
@media(min-width:768px) {
	.post-navigation .nav-links {
		display: flex;
		justify-content: space-between;
	}
}
.pagination .nav-links {
	display: flex;
	justify-content: center;
}
.page-numbers {
	text-decoration: none;
	font-size: 1.1rem;
	height: 56px;
	width: 56px;
	overflow:visible;
	position:relative;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--beige);
	font-family:"Orelega One", cursive;
	align-items: center;
	margin: 8px;
}
.page-numbers:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% + 3px);
	height:calc(100% + 3px);
	z-index:0;
	border:1px solid var(--beige);
	border-radius:50%;
	
	transform:translate3d(-50%,-50%,0);
}
@media(max-width:979px) {
	.pagination .nav-links {
		padding-top: 20px;
	}
	.page-numbers {
		text-decoration: none;
		font-size: 2.62rem;
	}
}
.page-numbers.current, .page-numbers:hover {
	background-color:var(--jaune);
}
.page-numbers.current:after, .page-numbers:hover:after {
border:1px solid var(--jaune);
}
.next.page-numbers, .prev.page-numbers {
	font-size: 0;
	background-image: url('../images/next.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color:rgba(0,0,0,0)!important;
	border-radius: 50%;
		height: 56px;
	width: 56px;
}
.prev.page-numbers {
	background-image: url('../images/prev.png');
}
.next.page-numbers:after,
.prev.page-numbers:after {
	display:none;
}	
 .post-navigation .nav-links a, input[type="button"], input[type="reset"], input[type="submit"],a.btn--download {
	background: white;
	position: relative;
	z-index: 1;
}


a.bouton.big {
	font-size:var(--fs-base);
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #ff9c00;
}

a.bouton:focus, a.bouton:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
	text-decoration: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	border-color: currentColor;
}


/** module Page de base*/

/* ancres des pages éditoriales */
.ancre {
	display: block; 
	height: var(--space-v); /*same height as header*/ 
	margin-top: calc(var(--space-v) * -1); /*same height as header*/ 
	visibility: hidden;
}
.admin-bar .ancre {
	height: var(--space-v); /*same height as header*/ 
	margin-top: calc(var(--space-v) * -1); /*same height as header*/ 
}

@media(max-width:780px) {
	.ancre {
		height: 90px; /*same height as header*/ 
		margin-top: -90px; /*same height as header*/ 
	}
	.admin-bar .ancre {
		height: 136px; /*same height as header*/ 
		margin-top: -136px; /*same height as header*/ 
	}	
}


section {
	position: relative;
	z-index: 1;
	margin: 0;
	padding-top: var(--space-v);
}
.entete + section,
.entete + div + section{
	margin-top:0;
}
.w1400 {
	width: 1400px;
}


/** module Entete */

.entete {
	position: relative;
	z-index: 1;
}
#intro_entete h2 {
    padding-bottom: 44px;
	background: url('../images/titre_section.png') no-repeat left bottom;
	margin-bottom:0;
}
.image_entete {
	display: flex;
	align-items: center;
	justify-content: center;
}	
.entete  .partie_gauche {
	margin-top: 3rem;
	background: url('../images/gouttes.png') no-repeat top right;
	background-size: 90px auto;
}
@media(min-width:980px) {


	.texte_entete .container {
		align-items: flex-start;
	}
	.image_entete {
		justify-content: flex-end;
	}


}
	

/*module fil d'ariane*/
.breadcrumb {
	background:linear-gradient(90deg, var(--color-start)0%, var(--color-stop) 100%);
	
}
.breadcrumb .w1400{
	background:url('../images/ariane.png') no-repeat left center;
	padding:20px ;
}
#breadcrumbs {
	color:var(--blanc);
}


/** module sections */
.section_equipe   {
	background:url('../images/vague_equipe.png') no-repeat center 67%;
	background-size:auto 204px;
}
.section_chiffres    {
	background:url('../images/vague_chiffres.png') no-repeat center bottom;
	background-size:auto 204px;
}
.section_partenaires   {
	background:none;
}
.section_diaporama    {
	background:url('../images/vague_diapo.png') no-repeat center calc(var(--space-v) * 1.4);
	background-size:auto 490px;
}
.section_galerie    {
	background:url('../images/vague_galerie.png') no-repeat center top;
	background-size:auto 398px;
}
.section_video:after {
	position: absolute;
	display: block;
	z-index: -1;
	content: "";
	top: 143px;
	left: 0;
	background: var(--neige);
	height: calc(100% - 183px);
	width: 100%;
}
.section_video .bloc_video {
	position:relative;
}
.section_video .bloc_video:after  {
	position:absolute;
	content:'';
	top:0%;
	left:50%;
	width:100vw;
	height:100%;
	max-width:100vw;
	transform:translateX(-50%);
	background:url('../images/vague_video.png') no-repeat center top;
	background-size: auto 204px;
	z-index:0;
}
@media(min-width:1600px) {
	.section_equipe   {
		background:url('../images/vague_equipe.png') no-repeat center 67%;
		background-size:100% 204px;
	}
	.section_chiffres    {
		background:url('../images/vague_chiffres.png') no-repeat center bottom;
		background-size:100% 204px;
	}
	.section_partenaires    {
		background:none;
	}
	.section_diaporama    {
		background:url('../images/vague_diapo.png') no-repeat center 50%;
		background-size:100% 490px;
	}
	.section_galerie    {
		background:url('../images/vague_galerie.png') no-repeat center top;
		background-size: 100% auto;
	}
	.section_video .bloc_video:after  {
		background:url('../images/vague_video.png') no-repeat center top;
		background-size: 100% 204px;

	}
}


/** module texte en colonnes*/
.section_texte_colonnes {
	position: relative;
	overflow: visible;
	z-index: 1;
}
.section_texte_colonnes + section {
	position: relative;
	z-index: 2;
}
.bloc-texte-colonnes .titre_section {
  line-height: 1.3;
}

.bloc-texte-colonnes ul, .centre ul {
	margin-left: 0
}
.bloc-texte-colonnes li, .centre li {
	list-style-type: initial;
	margin: 1em 0
}
@media(min-width:980px) {
	.bloc-texte-colonnes {
		width: 1110px;
		padding: 51px 132px;
	}
	.bloc-texte-colonnes.container .w1-2 {
			width:calc(50% - 50px);
	}
}




/** module accordeon */

.bloc-accordeon h2 {

}
.bloc-accordeon h3 {
	transition: var(--transition-all);
	margin-bottom: 0rem;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding-right: 65px;
	cursor: pointer;
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}
.bloc-accordeon h3:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0%;
	z-index: 1;
	background: url('../images/faq.png') no-repeat center;
	height: 65px;
	width: 65px;
}
.bloc-accordeon h3.ui-accordion-header-active {
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	background: url('../images/vague_marron_repetee.png') no-repeat bottom left;
}
.glissiere-item {
	border-radius: var(--box-radius);
	background: var(--beige);
	padding: 1rem 2rem;
	margin: 1rem 0;
}


/** module vidéos */

.youtube_player, .vimeo_player {
	position: relative;
	z-index: 0;
	height: 0;
	padding-bottom: 56%;
	border-radius: var(--box-radius);
	overflow: hidden;
}
.youtube_player iframe, .vimeo_player iframe {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
.allowYTA {
	display: flex;
	height: 400px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #000;
	color: white;
}
.modaal-content-container {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.infos_video .avec_vagues {
	padding:0;
	margin:0;
}
.lanceur_video_modale {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 56.56%;
  display: block;
}
.lanceur_video_modale img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index:1;
}
.lanceur_video_modale:after {
	content:url('../images/play.png');
	position:absolute;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	z-index:2;
	transform-origin:center;
	transition:all 0.4s;
	opacity:1
}
.lanceur_video_modale:hover:after {
	opacity:0.8;
	transform:translate3d(-50%,-50%,0) scale(0.75);
}
.modal_video {
	display:none;
}

.videos {
	padding-top: 2rem;
}
.desc_une_video {
	padding: 1rem;
	color:var(--violet);
}
.desc_une_video h4 {
	margin-bottom: 0.5rem;
}
.section_videos {
	padding-top:57px;
}



/** module téléchargement et liens  */
.fileDownload-item {
	background: var(--neige);
	border-radius: var(--box-radius);
	overflow: hidden;
	margin-bottom:var(--space-h);
}
.file_details {
	padding: 1rem;
	align-items: center;
	justify-content: flex-start;
}
.file_details .picto {
	width:33%;
}
.file_details .title {
	padding-left: 1rem;
	width:66%;
}
.file_details .title h4 {
	margin-bottom:0;
}
.fileDownload .link {

	text-transform: uppercase;
	font-weight: var(--fw-bold);
	font-size:var(--fs-base-m);
	text-align: center;
	transition: var(--transition-all);
	color:var(--blanc);
	padding:0;
	text-transform:uppercase;
}
.fileDownload .link:hover {

}
.btn--download {
	text-decoration: none;
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	min-height: 68px;
	overflow:hidden;
	font-size: var(--fs-base);
}
.btn--download img {
	border-radius: 0;
	margin-left: 1rem;
}
@media(min-width:980px) {
	.fileDownload-item.w-33,.page_liee,.une_video {
	  width: 29.16%;	  
	}
}



/** module pages liées */

.page_liee {
	position:relative;
	transition:all 0.3s;
}
.page_liee .file_details  {
	position:relative;
	z-index:1;
	align-items:center;
	justify-content:center;
	padding:0;
}
.page_liee .file_details h4 {
	margin-bottom:0;
}
.page_liee .file_details h4  a {
	text-align:center;
	min-height:190px;
	display:flex;
	align-items:center;
	padding:1rem;
	text-decoration:none;
	font-size:var(--fs-base-m);	
	color: var(--blanc);
	text-transform: uppercase;
}
.fileDownload-item.page_liee {
	background:var(--violet) url('../images/page.png') no-repeat center 210%;
}
.fileDownload-item.page_liee:hover {
    background: var(--bleu-noir) url('../images/page.png') no-repeat center 210%;
    color: white;
}


/** module exergue */

.bloc {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.bloc-exergue-centre {
	overflow: hidden;
}
.bloc-exergue-centre .exergue--texte {
	padding: 90px 2% 20px 2%;
}
.bloc-exergue-inte {
	text-align: center;
	background: url('../images/citation.jpg') no-repeat center bottom;
	  background-size: auto;
	background-size: auto 100%;
}
@media(min-width:1600px) {
	.bloc-exergue-inte {
		text-align: center;
		background-size:100% 100%;
	}
}


/** module vidéo et diaporama */



.section_video .bloc_video > div {
	position:relative;
	z-index:1;
}
.avec_vagues {
	align-items: center;
	justify-content: flex-start;
}
.avec_vagues h2.titre_section {
	padding-bottom:0;
	font-size:var(--fs-xl);
	font-weight:var(--fw-x-bold);
	color:var(--violet);
	line-height:1;
}
.avec_vagues h2.titre_section:after {
	content:url('../images/titre_section.png');
	display:block;
}
.diaporama .slick-list.draggable {
	box-shadow:none;
}
.diaporama .slick-dots , 
.bloc-grille-images .slick-dots  {
	border-radius:20px;
	padding:10px;
}
.diaporama .slick-dots li , 
.bloc-grille-images .slick-dots li  {
	display:flex;
}
.diaporama .slick-dots li button, 
.bloc-grille-images .slick-dots li button {
	border: none;
	box-shadow: none;
	background: #7186c6;
}
.diaporama .slick-dots li.slick-active button, 
.bloc-grille-images .slick-dots li.slick-active button {
	background:var(--rose);
	box-shadow: none;
}

.image-diapo img {
  display: block;
  width: 100%;
}
.diaporama .slide {
  position: relative;
}
.diaporama .diapo-texte {
	padding: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(255,255,255,0.75);
	color: #a0a0a0;
	transform: translateY(100%);
	transition: all 0.2s ease 0s;
}
.diaporama .slick-current.slick-active:not(.slick-cloned) .diapo-texte {
	transform: translateY(0%);
	transition: all 0.3s ease 0.6s;
}
.diaporama .diapo-texte h3, .diapo-texte p {
	margin: 0;
	color: var(--bleu-noir);
}
.diaporama .diapo-texte p {
	font-size:var(--fs-xs);
}
@media(min-width:980px) {
	.bloc_video,
	.bloc_diapo {
		overflow: visible;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 1400px;
	}

	.bloc_video:before,
	.bloc_diapo:before {
		content:'';
		position:absolute;
		top:0;
		left:100px;
		z-index:1;
		pointer-events:none;
		background:url('../images/gouttes.png') no-repeat center;
		background-size:100% auto;
		width:92px;
		height:74px;
	}
	.bloc_video .avec_vagues,
	.bloc_diapo .avec_vagues {
		text-align:left;
		display:flex;
		padding-top:var(--space-v);
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
	}
	.bloc_video .avec_vagues h2,
	.bloc_diapo .avec_vagues h2 {
	 margin-bottom:0;
	}
	.bloc_video .avec_vagues h2:after ,
	.bloc_diapo .avec_vagues h2:after {
		display:flex;
		align-items:flex-start;
		margin-top:0.5em;	
	}
	.diaporama {
		width: 832px;
		margin-right: 0;
		max-width: 60%;
		margin-left: 3%;
	}
	.diaporama .image-diapo {
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.diaporama .image-diapo img {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display: block;
	}
	.diaporama .slick-dots {
		position: absolute;
		left:unset;
		background:white;
		right: calc(100vw - 30px);
		top: 80%;
		flex-direction: row;
		margin-top: 0;
		transform: translateX(100%);
	}
}
@media(min-width:1229px) {
	.bloc_video, .bloc_diapo {
		padding:0 50px 0 100px;
	}
	.diaporama .slick-dots {
		right: calc(100vw - 130px);
	}	
}
@media(min-width:1400px) {	
	.diaporama .slick-dots {
		right: 1250px;
	}
}



.bloc-grille-images .flex-row {
	justify-content: space-between;
}
.bloc-texte-colonnes .flex-row {
	justify-content: space-between;
}
.bloc-texte-image-inte.flex-row {
	align-items: flex-start;
}
.partie_texte > *:first-child {
	margin-top: 0;
}


/** module grille d'images avec lightbox */

.galerie_images .slick-prev {
	left:-100px;
}
.galerie_images .slick-next {
	right:-100px;;
}
.vignette {
	height: 280px!important;
	position: relative;
	overflow: visible;
	border-radius: var(--box-radius);
	width: 280px;
	margin:0 auto;
	background:var(--blanc);
}
.vignette a.modaleImages {
	display:block;
	width:100%;
	height:100%;
}
.vignette img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height:auto;
	transform: translate3d(-50%,-50%,0);
}
.caption {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 70%;
	z-index: 2;
	padding: 0;
	margin-bottom: 0;
}
@media(min-width:1024px) {
	.caption {	
		left: -10px;
	}
}
.caption span {
	color:var(--blanc);
	background:var(--cyan);
	text-transform:uppercase;
	font-weight:var(--fw-x-bold);
	display:inline;
	padding: 5px;
			box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 1.6;
}

@media(min-width:1600px) {
	.galerie_images .slick-list {	
		width:1400px;
		margin:0 auto;
	}	
}


/** module image et texte*/

@media(min-width:980px) {

	.gauche .w-50.partie_image .item {
		align-items: flex-start;
		padding-right: calc(100% / 6);
	}
	.droite .w-50.partie_image .item {
		align-items: flex-end;
		padding-left: calc(100% / 6);
	}
	.item img {
		display: block;
		width: 100%;
	}
}


/** module partenaires */

.partenaire {
	display: block;
	text-align: left;
	padding: 2rem;
}
.partenaire .image-diapo {
	min-height: 150px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 1rem;
}
.partenaire .image-diapo img {
	/*! margin:0 auto; */
	max-width:100%;
	max-height:150px;
}
.partenaire h3 {
	display: inline-block;
	padding: var(--text-padding);
	border-radius: 0;
	margin-bottom: 0.5em;
	background: var(--violet);
	color: var(--blanc);
}
.partenaire h3 a {
	text-decoration: none;
}
.partenaire p {
	line-height: 1.2;
}

@media(max-width:639px) {
	.partenaire {
	  text-align: center;
	}
}



/** module chiffres clés*/
.bloc_chiffres {
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.bloc_chiffres .slick-dots {
	width: 100%;
}
.chiffres_cles .slick-list {
	margin:0 auto;
}
.un_chiffre {
	display:flex!important;
}
.chiffre_content {
	text-align: center;
	height:225px;
	width:315px;
	padding:0 45px;
	position:relative;
	background: url('../images/fond_chiffre.png') no-repeat center top;
}
.chiffre_content:before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	height:100%;
	width:100%;
	background: url('../images/jauge_chiffre.png') no-repeat center;	
}
.large_chiffre {
	font-size:var(--fs-xl);
	font-weight:var(--fw-x-bold);
}
.medium_chiffre {
	font-size:2.5rem;	
	font-weight:var(--fw-x-bold);
}
.small_chiffre {
	font-size:var(--fs-ml);
	font-weight:var(--fw-x-bold);	
}
.x_small_chiffre {
	font-size:var(--fs-m);
	font-weight:var(--fw-x-bold);
}
.xx_small_chiffre {
	font-size:var(--fs-base-m);	
	font-weight:var(--fw-x-bold);
}
.detail_chiffre p{
	font-size: var(--fs-s);
}

/** module équipe*/
.membres {
	justify-content: space-around;
}
.membre {
	display: flex !important;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	padding-top: 23px;
	position:relative;
	z-index:1;
}

.membre .image-diapo {
	width: 187px;
	position:relative;
}
.membre .image-diapo:after {
	content:"";
	border-radius:50%;
	background:var(--cyan);
	height:187px;
	width:187px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	transform:translate3d(-50%,-50%,0);
}
.membre .image-diapo img {	
	display:block;
	position:relative;
	z-index:1;
	border-radius: 50%;
	overflow: hidden;
	transform:translate3d(-10px, -10px, 0);
}
.membre h4 , .membre .h4 {
	display: inline-block;
	margin: 0.5em 0 0 0;
	color:var(--violet);

}
.membre .diapo-texte {
	padding: 1rem 0;
	width: 90%;
}
.membre .diapo-texte p {
	color:var(--violet);
}




/* page contact*/

#contact_texte {
	width:500px;
}
#contact_image {
	max-width: 600px;
    margin-top: -60px;
}
#bloc_texte_image {
	display: flex;
	justify-content: space-between;
}
#formulaire_contact {
	max-width: 720px;
}

@media screen and (min-width:992px){
	#formulaire_contact {
		width: calc(100vw*0.35);
	}
}
#gform_submit_button_2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #B1347F;
	color: white;
}

#adresse {
	max-width: 700px;
    width: calc(100vw*0.5);
    border-radius: 25px;
    background-color: #B1347F;
    padding: 100px;
    color: white;
    position: absolute;
    bottom: 451px;
    right: -40px;
	z-index: 2;
}

.page_contact {
	margin-left: calc(100vw*0.09);
    margin-right: calc(100vw*0.09);
	position: relative;
}

#bloc_formulaire_adresse {
	margin-top: calc(-100vw*0.15);
	margin-bottom: 100px;
}


#adresse h2 {
	font-family: 'Lora';
    font-size: 42px;
    font-weight: 100;
	margin-bottom: 0;
}
#adresse p {
	margin-bottom: 0;
    margin-top: 6px;
}

#adresse div {
	margin-top: 30px;
}
#adresse div a{
	margin-right: 17px;
}

#adresse div a img:hover{
	transform:scale(1.1);
	cursor: pointer;
	transition-duration: 1s;
}

#gform_submit_button_1:hover {
	cursor:pointer;
}
#adresse::before {
	content: url(/wp-content/themes/wpkr/images/groupe_carre_4.png);
    position: absolute;
    top: -380px;
    right: 526px;
}

.menu a:hover {
	transform:scale(1.1);
	cursor: pointer;

}

.link_menu:hover {
	color: #B1347F;
	font-weight: bold;
}

#btn_urgence:hover {
	opacity: 0.9;
}
#btn_contact:hover {
	opacity: 0.9;
}
.bouton_rose:hover {
	opacity:0.9;
}
.bouton_rose:hover {
	border-radius: 10px;
    transition-duration: 1s;
}

.liste_partenaires img {
	height: 80px;
    width: auto;

}