@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.a-heading.marker{
	font-family:Permanent marker;
	font-size:1.75em;
}
@media (min-width: 35em){
	.a-heading.marker{
		font-family:Permanent marker;
		font-size:2.5em;
	}
}

/*************
  DECHIRURES
*************/

.bg-paper-bottom.bg-paper-bottom-white-1:after{
	background-image: url(../images/elements/bg-paper-bottom-white-1.svg);
    content: '';
}
.bg-paper-bottom.bg-paper-bottom-white-shadow:after{
	background-image: url(../images/elements/bg-paper-bottom-white-shadow.svg);
    content: '';
}
.bg-paper-bottom.bg-paper-bottom-white-2:after{
	background-image: url(../images/elements/bg-paper-bottom-white-2.svg);
    content: '';
}
.bg-paper-bottom.bg-paper-bottom-white-3:after{
	background-image: url(../images/elements/bg-paper-bottom-white-3.svg);
    content: '';
}
.bg-paper-bottom.bg-paper-bottom-nuage:after{
	background-image: url(../images/elements/bg-paper-bottom-nuage.svg);
    content: '';
}
.bg-paper-bottom.bg-paper-bottom-nuage-shadow:after{
	background-image: url(../images/elements/bg-paper-bottom-nuage-shadow.svg);
    content: '';
}
.bg-paper-top.bg-paper-top-white-1:before{
	background-image: url(../images/elements/bg-paper-top-white-1.svg);
    content: '';
}
.bg-paper-top.bg-paper-top-white-2:before{
	background-image: url(../images/elements/bg-paper-top-white-2.svg);
    content: '';
}
.bg-paper-top.bg-paper-top-white-3:before{
	background-image: url(../images/elements/bg-paper-top-white-3.svg);
    content: '';
}
.bg-paper-top.bg-paper-top-nuage:before{
	background-image: url(../images/elements/bg-paper-top-nuage.svg);
    content: '';
}
.bg-paper-top.bg-paper-top-nuage-shadow:before{
	background-image: url(../images/elements/bg-paper-top-nuage-shadow.svg);
    content: '';
}
.bg-paper-bottom{
	padding-bottom:300px;
}
.bg-paper-bottom:after{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    bottom: -1px;
    display: flex;
    height: 300px;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.bg-paper-top{
	padding-top:300px;
}
.bg-paper-top:before{
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    height: 300px;
    justify-content: flex-start;
    position: absolute;
    top:-1px;
    width: 100%;
    z-index: 1;
}
@media (max-width: 35em){
	.bg-paper-top{
		padding-top:100px;
	}
	.bg-paper-bottom{
		padding-bottom:100px;
	}
	.bg-paper-top:before{
		height: 100px;
	}
	.bg-paper-bottom:after{
		height: 100px;
	}
}

/*************
  CONTAIN
*************/

.u_bgs-no-repeat{
	background-repeat:no-repeat;
}
.u_bgs-repeat-y{
	background-repeat:repeat-y;
}
.u_bgs-repeat-x{
	background-repeat:repeat-x;
}
.l-section{
    position: relative;
}
.l-content-container-100vh.bg-paper-bottom{
    min-height: calc(100vh + 100px);
}
@media screen and (orientation: portrait) {
	.l-content-container-100vh.bg-paper-bottom{
		min-height: initial;
	}
}
.m-footer{
	background-color:#3A414F;
}

/*************
    ANCRE
*************/

.anchorLinkImg a, a.anchorLinkImg:link, a.anchorLinkImg:visited {
    display: block;
    border-bottom: none;
    height: 40px;
    margin: 0px auto;
	text-decoration: none;
    width: 40px;
}
a.anchorLinkImg:link img,a.anchorLinkImg:hover img, .ancre:link, .ancre:hover{
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
a.anchorLinkImg:hover img, .ancre:hover{
    transform: translatey(20%);
}
.l-content-container-ancre > .l-content-container{
    padding-top: 150px;
}
@media (max-width: 35em){
	.l-content-container-ancre > .l-content-container{
		padding-top: 0em;
	}
}

/*************
  IMG HOVER
*************/

.img-hover img{
    display: block;
    height: 100% !important;
    max-width: initial;
    transform-origin: center;
    width: auto !important;
}
.img-hover img:first-child{}
.img-hover img:last-child{
	display:none;
}
.img-hover:hover img:first-child{
	display:none;
    opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.img-hover:hover img:last-child{
	display:block;
    opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

/*************
  HOMEPAGE
*************/

/* Mission */

#hp-mission-fondation {
    align-items: center;
}
#hp-mission-fondation > .l-content-container > .l-main-container{
    z-index:1;
}
#hp-mission-fondation > .l-content-container:before {
    background-repeat: no-repeat;
    background-image: url(../images/elements/rond-blanc.svg);
    background-position: right;
    content: '';
    display: block;
    height: 250px;
    position: fixed;
    top: 28%;
    right: -100px;
    width: 250px;
    z-index:0;
}
#hp-mission-fondation > .l-content-container:after {
    background-repeat: no-repeat;
    background-image: url(../images/elements/element-arrow-white.svg);
    background-position: center;
    content: '';
    display: block;
    height: 200px;
    left: 5%;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index:0;
}

@media only screen and (min-width: 35em) and (max-width: 60em) {
	#hp-mission-fondation > .l-content-container:before {
		right: -200px;
	}
	#hp-mission-fondation > .l-content-container:after {
		left: -100px;
	}
}
@media (max-width: 35em){
	#hp-mission-fondation > .l-content-container:before, #hp-mission-fondation > .l-content-container:after {
		background-image: none;
		display:none;
	}
}

/* Chiffres */

#hp-chiffres-cles > .l-content-container:before {
    background-repeat: no-repeat;
    background-image: url(../images/elements/element-paint-cours-deau.svg);
    background-position: right;
    background-size: contain;
    content: '';
    display: block;
    height: 450px;
    position: absolute;
    top: 28%;
    right: -250px;
    width: 450px;
    z-index:0;
}

/* Combats */

#hp-combats-phares > .l-content-container:before {
    background-repeat: no-repeat;
    background-image: url(../images/elements/gauffre.svg);
    background-position: left;
    background-size: cover;
    content: '';
    display: block;
    height: 450px;
    position: absolute;
    left: 0px;
    top: -10%;
    width: 250px;
    z-index: 0;
}
#hp-combats-phares > .l-content-container:after {
    background-repeat: no-repeat;
    background-image: url(../images/elements/rond-rose.svg);
    background-position: right;
    background-size: cover;
    content: '';
    display: block;
    height: 270px;
    position: absolute;
    top: 28%;
    right: 15%;
    width: 300px;
    z-index:0;
}
#hp-combats-phares > .l-content-container > .l-main-container {
    position: relative;
    z-index:1;
}
@media (max-width: 35em){
	#hp-combats-phares > .l-content-container:before {
		background-image: none;
		display:none;
	}
}

/* Mot de la presidente */

#hp-mot-de-la-presidente {
    position: relative;
    transition: none;
    z-index: 0;
}
#hp-mot-de-la-presidente > .l-content-container:after {
    background-repeat: no-repeat;
    background-image: url(../images/elements/rond-jaune.svg);
    background-position: right;
    background-size: cover;
    content: '';
    display: block;
    height: 270px;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 300px;
    z-index:0;
}
#hp-mot-de-la-presidente > .l-content-container > .l-main-container {
    position: relative;
    z-index:1;
}
#hp-mot-de-la-presidente #hp-mot-de-la-presidente-container #texte{
	background-color: #E9B4C2;
    border-radius: .625em;
}
#hp-mot-de-la-presidente .img-hover{
    border: 20px solid #fff;
    box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, .1);
    height: 250px;
    overflow: hidden;
    position: absolute;
    right: -15%;
    top: -20%;
    transform: rotate(20deg);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
    width: 200px;
}
#hp-mot-de-la-presidente .img-hover:hover{
    transform: rotate(18deg);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

@media (max-width: 60em) {
	#hp-mot-de-la-presidente .img-hover {
		position: relative;
		right: initial;
		top: initial;
		transform: rotate(8deg);
		margin: -125px auto 10px;
	}
	#hp-mot-de-la-presidente .img-hover:hover{
		transform: rotate(5deg);
	}
}
@media (max-width: 35em){
	#hp-mot-de-la-presidente > .l-content-container:before{
		background-image: none;
	}
	#hp-mot-de-la-presidente > .l-content-container:after {
		top: 15%;
	}
	
	/*#hp-mot-de-la-presidente .img-hover{
		animation: 1s bounce 10s linear infinite;
	}
	
	@keyframes bounce {
		30% {
			transform: rotate(8deg);
		}
		45% {
			transform: rotate(5deg);
		}
		100% {
			transform: rotate(5deg);
		}
	}*/
	
}

/*************
  CONNAITRE
*************/

/* Qui sommes-nous ? */

#qui-sommes-nous #container-multi-colonnes{
    position: relative;
    z-index:1;
}

.envolee-abeille {
    bottom: 0;
    height: calc(100% + 100px);
    max-width: 50%;
    position: absolute;
    right: 0;
	z-index:0;
}
.visuel-abeille {
    left: calc(50% - 150px);
    position: absolute;
	z-index:1;
}
.visuel-abeille:hover{
	transform: rotate(10deg);
}

@media (max-width: 60em) {
	.envolee-abeille {
        left: initial;
        max-width: 150%;
        margin-bottom: -300px;
        position: relative;
        right: 0%;
        z-index: 0;
        margin-top: -300px;
	}
	.visuel-abeille {
        width: 300px;
	}
}
@media (max-width: 45em) {
	.envolee-abeille {
        margin-bottom: -100px;
        margin-top: -150px;
	}
	.visuel-abeille {
		left: calc(50% - 100px);
        width: 200px;
	}
}

/* La mission */

#la-mission > .l-content-container > .l-main-container{
	position:relative;
    z-index:1;
}
#la-mission > .l-content-container:before {
    background-repeat: no-repeat;
    background-image: url(../images/elements/element-paint-white.svg);
	background-position: left;
	background-size: cover;
	content: '';
	display: block;
	height: 450px;
	position: absolute;
	right: -20%;
	top: -10%;
	width: 660px;
	z-index: 0;
}
#la-mission > .l-content-container:after {
    background-repeat: no-repeat;
    background-image: url(../images/elements/element-coeur.svg);
    background-position: right;
    background-size: cover;
    content: '';
    display: block;
    height: 270px;
    position: absolute;
    top: 65%;
    right: 7%;
    width: 300px;
    z-index:0;
}
@media (max-width: 60em) {
	#la-mission > .l-content-container:before{
		top: 0%;
	}
}
@media (max-width: 35em) {
	#la-mission > .l-content-container:after {
		background-position: center;
		background-size: 180px;
		content: '';
		display: block;
		float: left;
		height: 150px;
        margin-bottom: -20px;
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
	}
}

/* L'équipe */

#lequipe .m-card-image{
	overflow:hidden;
}
#lequipe .m-card-image picture:first-child{
	position:absolute;
	z-index:1;
}
#lequipe .m-card-image picture:first-child,#lequipe .m-card-image picture:last-child,#lequipe .m-card-image:hover picture:first-child, #lequipe .m-card-image:hover picture:last-child,#lequipe .m-card-image.m-animation picture{
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#lequipe .m-card-image picture:last-child{}
#lequipe .m-card-image:hover picture:first-child,#lequipe .m-card-image.m-animation picture:first-child {
    opacity: 0;
}
#lequipe .m-card-image:hover picture:last-child, #lequipe .m-card-image.m-animation picture:last-child{
    opacity: 1;
}

/*************
  VISION
*************/

#manifesto > .l-content-container:before {
    background-repeat: no-repeat;
    background-image: url(../images/elements/rond-blanc.svg);
    background-position: center;
    content: '';
    display: block;
    height: 250px;
    position: absolute;
    top: 28%;
    right: -100px;
    width: 250px;
    z-index:0;
}

#manifesto > .l-content-container:after {
    background-repeat: no-repeat;
    background-image: url(../images/elements/rond-cours-eau.svg);
    background-position: center;
    background-size: cover;
    content: '';
    display: block;
    height: 300px;
    left: -150px;
    position: fixed;
    top: calc(100vh - 270px);
    width: 300px;
    z-index:0;
}
#manifesto-container.l-main-container:before{
    background-repeat: no-repeat;
    background-image: url(../images/elements/guillement1.svg);
    background-position: center;
    background-size: contain;
    content: '';
    display: block;
    height: 50px;
    margin-left: -50px;
    margin-top: 20px;
    position: absolute;
    width: 50px;
    z-index:0;
}
#manifesto-container.l-main-container:after{
    background-repeat: no-repeat;
    background-image: url(../images/elements/guillement2.svg);
    background-position: center;
    background-size: contain;
    content: '';
    display: block;
    float: right;
    height: 50px;
    margin-right: -50px;
    margin-top: -30px;
    width: 50px;
    z-index:0;
}
@media only screen and (min-width: 35em) and (max-width: 60em) {
	#manifesto > .l-content-container:before {
		right: -200px;
	}
	#manifesto > .l-content-container:after {
		left: -220px;
	}
}
@media (max-width: 35em){
	#manifesto > .l-content-container:before {
		background-image: none;
		display:none;
	}
	#manifesto > .l-content-container:after {
		background-repeat: no-repeat;
		background-image: url(../images/elements/rond-cours-eau.svg);
		background-position: center 10px;
        background-size: contain;
		content: '';
		display: block;
		height: 400px;
		left: initial;
        margin: 0px auto -350px;
		position: relative;
		top: initial;
		width: 300px;
		z-index:0;
	}
	#manifesto-container.l-main-container:before,#manifesto-container.l-main-container:after{
		background-size: contain;
		height: 40px;
		width: 40px;
	}
	#manifesto-container.l-main-container:before{
		margin-left: -10px;
		margin-top: -30px;
	}
	#manifesto-container.l-main-container:after{
		margin-right: 0px;
		margin-top: 0px;
	}
}

/*************
  PROJETS
*************/

#projet-un-projet{
	position:relative;
    z-index:1;
}
#cloud{
    z-index:0;
	margin-top:-300px;
}
@media (max-width: 35em){
	#cloud{
		z-index:0;
		margin-top:-100px;
	}
	#projet-un-projet, #article{
		padding-top: 100px;
	}
}
.m-textarea-max-characters .m-textarea-max-characters__countdown{
    background-color: transparent;
}


#bandeau-proposer-un-projet ~ #cloud {
    margin-top: -55px;
}
#bandeau-projet-un-projet hr.a-keyline-divider {
    border-style: none;
    border-bottom: 1px solid #ccc;
}
#bandeau-projet-un-projet .m-form-row-group, .m-form-row__content>.m-form-row-group{  
    width: calc(100% + .9375em);
}
#bandeau-projet-un-projet textarea::placeholder{
    color:#999999;
}