html {
	font-size: 12px;
	scroll-behavior: smooth;
}
.screen-reader-text {
	display: none;
}
*:focus, *:active, *:visited {
	outline: none!important;
}


body {
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #0C2E4F;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    position: relative;

}
/*
body:not(.loaded) {
	opacity: 0;
}
body.loaded {
	opacity: 1;
	transition: all 0.5s;
}*/
body.open {
	overflow: hidden;
}


/** module animations aux scroll*/

.tfi {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-delay: 0s;
}
.tfi .tfi {
	transition-duration: 0.6s;
	transition-delay: 0.6s;
}
.tfi.in-view {
	opacity: 1;
}


/*module transitions*/
.ease, .ease:before, .ease:after{
	transition:var(--ease);
}

/** modules classes utiles*/

.tac {
	text-align:center;
}
.relative {
	position:relative;
}
.pad0 {
	padding: 0;
}
.padTop0 {
	padding-top: 0;
}
.padBot0 {
	padding-bottom: 0;
}
.under {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.under img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	object-fit: cover;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	transform:translate3d(-50%,-50%,0);
}
.over {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}
.cover {
	position: relative;
}

.radius {
	border-radius: 50%;
	overflow: hidden;
}
.shadow {
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.soft-shadow {
	box-shadow: 0 0 17px rgba(0,0,0,0.1);
}
.smooth-shadow {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.deborde {
	max-width: none;
}


.grid,
.grid-s3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: var(--space-teaser);
	grid-row-gap: var(--space-teaser);
}
.grid-s2 {
	grid-template-columns: 1fr 1fr;	
}

.grid-s1 {
	grid-template-columns: 1fr;	
}
@media(min-width:480px) {
	.grid-m2{
		grid-template-columns: 1fr 1fr;	
	}
}
@media(min-width:980px) {
	.grid-l3{
		grid-template-columns: 1fr 1fr 1fr;	
	}
}



.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

.flex-aic {
	align-items:center;
}
.flex-aifs {
	align-items:flex-start;
}
.flex-aife {
	align-items:flex-end;
}
.flex-ais {
	align-items: stretch;
}

.flex-jcc {
	justify-content:center;
}
.flex-jcfs {
	justify-content:flex-start;
}
.flex-jcfe {
	justify-content:flex-end;
}
.flex-jcs {
	justify-content:stretch;
}
.flex-jcsb {
	justify-content: space-between;
}
.flex-jcsa {
	justify-content: space-around;
}
.flex-jcse {
	justify-content: space-evenly;
}




.between {
	justify-content: space-between;
}
.flex-column.gauche {
	align-items: flex-start;
}
.flex-column.droit {
	align-items: flex-start;
}
.flex-just-start {
	justify-content: start;
}
.flex-full {
	justify-content: stretch;
}
.flex-start {
	align-items: flex-start;
}
.flex-row.bas {
	align-items: flex-end;
}
.flex-row.haut {
	align-items: flex-start;
}
.flex-row.flex-gauche {
	justify-content: flex-start;
}
.flex-row.flex-droit {
	justify-content: flex-end;
}
.flex-centre {
	justify-content: center;
}
.flex-row.flex-stretch, 
.flex-stretch {
	align-items: stretch;
}


.imgWAuto img {
	width: auto;
}
.w-100 {
	width: 100%;
}
.w1-6 {
	width: calc(100% / 6 - var(--space-h));
}
.w-20, .w1-5 {
	width: calc(20% - var(--space-h));
}

.w-30 {
	width: calc(30% - var(--space-h));
}
.w1-3, .w-33 {
	width: calc(100% / 3 - var(--space-h));
}
.w-40 {
	width: calc(40% - var(--space-h));
}
.w-50 {
	width: calc(50% - var(--space-h));
}
.w-60 {
	width: calc(60% - var(--space-h));
}
.w-66, .w2-3 {
	width: calc(200% / 3 - var(--space-h));
}
.w-70 {
	width: calc(70% - var(--space-h));
}
.w-75 {
	width: calc(75% - var(--space-h));
}
.w1-2 {
	width: calc(50% - var(--space-h));
}
.real-25 {
	width: calc(25% - var(--space-h));
}
.real-33 {
	width: calc(100% / 3 - var(--space-h));
}
.real-40 {
	width: calc(45% - var(--space-h)));
}
.real-50 {
	width: calc(50% - var(--space-h));
}
.real-60 {
	width: calc(55% - var(--space-h));
}
.real-66 {
	width: calc(200% /3 - var(--space-h));
}
.real-70 {
	width: calc(70% - var(--space-h));
}
.real-75 {
	width: calc(75% - var(--space-h));
}
.w-25, .w1-4, .w-30, .w1-3, .w-33, .w-40, .w-50, .w-60, .w-66, .w2-3, .w-70, .w-75, .w1-2, .real-25, .real-33, .real-40, .real-50, .real-60, .real-66, .real-70, .real-75 {
	/*! margin-top: 15px; */
	/*! margin-bottom: 15px; */
}
.flex-stretch > * {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
@media(max-width:479px) {
	.xxs-w100 {
		width: 100%;
	}
}
@media(min-width:480px) and (max-width:639px) {
	.xs-w1-2 {
		width: calc(50% - var(--space-h));
	}
}
@media(min-width:640px) and (max-width:979px) {
	.sm-w1-3 {
		width: calc(100% / 3 - var(--space-h));
	}
}
@media(min-width:480px) and (max-width:767px) {
	.xsm-w1-2 {
		width: calc(50% - var(--space-h));
	}
}
@media(min-width:768px) and (max-width:1279px) {
	.m-w1-3 {
		width: calc(100% / 3 - var(--space-h));
	}
}
@media(min-width:480px) and (max-width:979px) {
	.sm-w1-2 {
		width: calc(50%  - var(--space-h));
	}
}
@media(max-width:639px) {
	.xs-w100 {
		width: 100%;
	}
	.xs-block {
		display: block;
	}
	.xs-pad0 {
		padding: 0;
	}
}
@media(max-width:979px) {
	.s-w100 {
		width: 100%;
	}
	.s-block {
		display: block;
	}
	.s-pad0 {
		padding: 0;
	}

}
@media(max-width:1279px) {
	.m-w100 {
		width: 100%;
	}
	.m-block {
		display: block;
	}
	.m-pad0 {
		padding: 0;
	}
}












a {
	text-decoration: none!important;
}

li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #B1347F;
  }

  li::after { 
	content: "";
    position: absolute;
    left: -20px;
    top: 13px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #B1347F;
  }

#equipe li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: white;
  }
  
  #equipe li::after { 
	content: "";
    position: absolute;
    left: -20px;
    top: 13px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: white;
  }




  ul {
	list-style: none;
  }
  li {
	position:relative;
  }

  .rose {
	color: #B1347F;
  }