 /* SantElia Script font */

 @import url("https://use.typekit.net/xte0zxo.css");

/* Progress bar */

#progress-bar-container {
    background-color: #E5EAF2;
    height: 6px;
}
#progress-bar-container.fixed{
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#progress-bar-container .progress-bar {
	background-color: #FFD400;
	height: 100%;
	transition: all 0.3s ease;
}

 /* Mise en page */
 
@media screen and (min-width: 60em) {
    .l-section > .l-content-container {
        margin-bottom: 250px!important;
        margin-top: 100px!important;
    }
}
@media screen and (max-width: 48em) {
	.l-section > .l-content-container {
		margin-top: 100px!important;
	}
}
.subtitle {
	font-family: "santelia-script", sans-serif;
	line-height: 30px;
	font-style: normal;
	font-size: 30px;
	font-weight: 400;
}
.title-bar {
	background-color: #FFD400;
	height: 10px;
	margin: 20px auto 50px;
	max-width: 0px;
	transition: 0.4s ease 0.3s;
}
.title-bar.animate {
	max-width: 300px;
}
.l-content-container.text--centre{
    text-align: center;
}

 /* Lazyload */

#lp-170-origine .u-lazyload img, #lp-170-le-saviez-vous .u-lazyload img, #lp-170-videos .u-lazyload img, 
#lp-170-dates .u-lazyload img, #lp-170-dates .u-lazyload img, #lp-170-livre-img .u-lazyload img{
	display:none;
}
#lp-170-origine .u-lazyload, #lp-170-le-saviez-vous .u-lazyload, #lp-170-videos .u-lazyload, #lp-170-dates .u-lazyload, #lp-170-livre-img .u-lazyload{
	animation: gradient 2s ease infinite;
    background: linear-gradient(-90deg, #6F798C, #f1f1f1);
    background-size: 400% 400%;
    border-radius: 50%;
    display: block;
    height: 100px;
	margin:0px auto;
    width: 100px;
}
#lp-170-videos .u-lazyload{
    border-radius: 3px;
    height: 400px;
	width: 100%;
}
@media screen and (max-width: 35em) {
	#lp-170-videos .u-lazyload{
		height: 200px;
	}
}
#lp-170-dates .u-lazyload{
    border-radius: 3px;
    height: 40px;
	margin:0px 0px!important;
	width: 200px;
}
#lp-170-livre-img .u-lazyload{
    border-radius: 3px;
    height: 400px;
	width: 600px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

 /* Hero banner */

#lp-170-hero{
    align-items: center;
	background: linear-gradient(180deg,
       #DBE1ED 0%,
       #F1F3F8 100%);
	display: flex;
	min-height: 102vh;
    overflow: hidden;
	position: relative;
	transition: 0.3s ease;
    z-index: 0;
}
@media screen and (max-width: 35em) {
	#lp-170-hero{
		align-items: flex-start;
		min-height: calc(100vh - 50px);
	}
}
#lp-170-hero > .hero-text {
    align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
	opacity: 0;
    padding: 176px 1.875em;
	transition: 0.4s ease 0.3s;
	transform: translateY(-56px);
    z-index: 0;
}
#lp-170-hero > .hero-text.animate {
	opacity: 1;
    transform: translateY(-96px);
}
#lp-170-hero > .hero-text p{
	margin: 0;
}
#lp-170-hero .hero-text picture{
	filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 0px 10px);
	transition: 0.1s;
}

@media screen and (max-width: 80em) {
	#lp-170-hero .hero-text picture{
		margin:0px auto;
		width:280px;
	}
	#lp-170-hero > .hero-text .a-heading--0{
		font-size: 3em;
	}
}
@media screen and (max-width: 35em) {
	#lp-170-hero .hero-text{
		padding: 80px 1.875em;
        text-align: center;
		transform: translateY(40px);
	}
	#lp-170-hero > .hero-text.animate {
    	transform: translateY(0px);
	}
	#lp-170-hero .hero-text picture{
		margin:0px auto;
		width:200px;
	}
	#lp-170-hero > .hero-text .a-heading--0{
		font-size: 2em;
	}
	#lp-170-hero > .hero-text .a-heading--2{
		margin-top: 0;
	}
}
#lp-170-hero .hero-nuages{
    z-index: -1;
}
#lp-170-hero .hero-nuages .illu-nuage-1{
	animation: float2 12s ease-in-out infinite;
	left: -20%;
    max-width: 900px;
    position: absolute;
    top: 10vh;
    width: 100%;
    z-index: -1;
}
#lp-170-hero .hero-nuages .illu-nuage-2{
	animation: float 7s ease-in-out infinite;
    max-width: 900px;
    position: absolute;
    right: -20%;
    top: 10vh;
    width: 100%;
    z-index: -1;
}
@media screen and (min-width: 125em) {
	#lp-170-hero .hero-nuages .illu-nuage-1{
		left: -400px;
	}
	#lp-170-hero .hero-nuages .illu-nuage-2{
		right: -400px;
	}
}
@media screen and (max-width: 80em) {
	#lp-170-hero .hero-nuages .illu-nuage-1{
		left: -40%;
		top: 0vh;
	}
	#lp-170-hero .hero-nuages .illu-nuage-2{
		right: -40%;
		top: 0vh;
	}
}
@media screen and (max-width: 60em) {
	#lp-170-hero .hero-nuages .illu-nuage-1{
		left: -60%;
	}
	#lp-170-hero .hero-nuages .illu-nuage-2{
		right: -60%;
	}
}
@media screen and (max-width: 35em) {
	#lp-170-hero .hero-nuages .illu-nuage-1, #lp-170-hero .hero-nuages .illu-nuage-2{
		top: 20vh;
	}
	#lp-170-hero .hero-nuages .illu-nuage-1{
		left: -70%;
	}
	#lp-170-hero .hero-nuages .illu-nuage-2{
		right: -70%;
	}
}
@keyframes float {
	0% {
		transform: translateX(0);
		transform: translateY(0);
	}
	80% {
		transform: translateX(-20px);
		transform: translateY(-7px);
	}
	100% {
		transform: translateX(0);
		transform: translateY(0);
	}
}
@keyframes float2 {
	0% {
		transform: translateX(0);
		transform: translateY(0);
	}
	50% {
		transform: translateX(-25px);
		transform: translateY(-10px);
	}
	100% {
		transform: translateX(0);
		transform: translateY(0);
	}
}

#lp-170-hero .hero-halo{
	animation: shine 8s ease-in-out infinite;
    bottom: 0px;
    left: 50%;
    max-height: 75vh;
    opacity: 1;
    position: absolute;
    transform-origin: 0% 100%;
    transform: scale(0.6) translateX(-50%);
    width: 100%;
    z-index: -1;
}
#lp-170-hero .hero-halo img{
	width: 100%;
}
@keyframes shine {
	0% {
		opacity: 1;
		transform: scale(0.6) translateX(-50%);;
	}
	80% {
		opacity: 0.4;
		transform: scale(1.6) translateX(-50%);;
	}
	100% {
		opacity: 1;
		transform: scale(0.6) translateX(-50%);;
	}
}

#lp-170-hero .hero-bg {
	bottom: 0px;
    left: 0;
	max-height: 50vh;
    position: absolute;
	width:100%;
    z-index: -1;
}
@media screen and (min-width: 60em) and (max-width: 80em) {
	#lp-170-hero .hero-bg {
		max-height: 40vh;
	}
}
@media screen and (max-height: 700px) and (max-width: 35em) {
	#lp-170-hero .hero-bg {
		max-height: 30vh;
	}
}
#lp-170-hero #gradient-hero{
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	height: 100px;
    position: absolute;
	width: 100%;
}

/* Origines */

#lp-170-origine{
    min-height: 90vh;
	position: relative;
    z-index: 2;
}
#lp-170-origine .bg-vignes{
    z-index: -1;
}
#lp-170-origine .bg-vignes .illu-vigne-1,#lp-170-origine .bg-vignes .illu-vigne-2{
	bottom: -25%;
	position: absolute;
	transition: 0.4s ease 0.3s;
    width: 100%;
    z-index: 1;
}
#lp-170-origine .bg-vignes .illu-vigne-1{
    left: -730px;
    max-width: 730px;
}
#lp-170-origine .bg-vignes .illu-vigne-2{
    max-width: 450px;
    right: -450px;
}
#lp-170-origine .bg-vignes .illu-vigne-1.animate{
    left: -100px;
}
#lp-170-origine .bg-vignes .illu-vigne-2.animate{
    right: -50px;
}
@media screen and (max-width: 80em) {
	#lp-170-origine .bg-vignes .illu-vigne-1{
		left: -630px;
		max-width: 630px;
	}
	#lp-170-origine .bg-vignes .illu-vigne-2{
		max-width: 400px;
		right: -400px;
	}
	#lp-170-origine .bg-vignes .illu-vigne-1.animate{
		left: -40%;
	}
	#lp-170-origine .bg-vignes .illu-vigne-2.animate{
		right: -20%;
	}
}
@media screen and (max-width: 60em) {
	#lp-170-origine #origines-txt{
		position:relative;
		z-index:2;
	}
	#lp-170-origine .bg-vignes {
		position:relative;
		z-index:1;
	}
	#lp-170-origine .bg-vignes .illu-vigne-1{
        margin-bottom: -60%;
	}
	#lp-170-origine .bg-vignes .illu-vigne-2{
        margin-bottom: -60%;
	}
	#lp-170-origine .bg-vignes .illu-vigne-1.animate{
		left: -60%; 
	}
	#lp-170-origine .bg-vignes .illu-vigne-2.animate{
		right: -70%; 
	}
}
@media screen and (max-width: 35em) {
	#lp-170-origine.l-section > .l-content-container {
		margin-bottom: 250px!important;
	}
	#lp-170-origine .bg-vignes .illu-vigne-1{
        bottom: -100px;
	}
	#lp-170-origine .bg-vignes .illu-vigne-1.animate{
		left: -50px;
	}
	#lp-170-origine .bg-vignes .illu-vigne-2{
        display: none;
	}
}

 /* Le saviez-vous */

#lp-170-le-saviez-vous{
	position: relative;
    z-index: 1;
}
#lp-170-le-saviez-vous .bg-nuages{
    z-index: -1;
}
#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1, #lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
	bottom: -70px;
    max-width: 900px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1{
	left: -900px;
	transition: 2s ease 0.6s;
}
#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1.animate{
	left: -20%;
}
#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
	right: -700px;
	transition: 2.1s ease 0.6s;
}
#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2.animate{
	right: -20%;
}

@media screen and (max-width: 80em) {
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1,
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
		max-width: 700px;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1{
		left: -700px;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
		right: -700px;
	}
}

@media screen and (max-width: 60em) {
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1,
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
		max-width: 400px;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1{
		left: -400px;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
		right: -400px;
	}
}

@media screen and (max-width: 35em) {
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1, #lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
        bottom: -30px;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1.animate{
		left: -60%;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2.animate{
		right: -45%;
	}
}

/* Vidéos */

#lp-170-videos{
	background:url(https://pprd.abeille-assurances.fr/cmsfiles/ressources/images/abeille/entreprise/nous-connaitre/notre-histoire/illu-nuage-ligne.svg) repeat-x top center;
    min-height: 90vh;
	position: relative;
    z-index: 0;
}
#lp-170-videos.l-section > .l-content-container .richtext-super {
	max-width: initial!important;
}
#lp-170-videos .l-content-container.text--centre .m-showhide{
	text-align:left!important;
}
#lp-170-videos .bg-nuage-ligne{
	position: relative;
    z-index: 0;
}
#lp-170-videos .bg-oiseau{
	background:url(https://pprd.abeille-assurances.fr/cmsfiles/ressources/images/abeille/entreprise/nous-connaitre/notre-histoire/illu-170-oiseaux.svg) no-repeat;
    background-size: 300px;
    overflow: hidden;
	position:absolute;
    z-index: 0;
}
#lp-170-videos .bg-oiseau1{
    height: 30px;
	left:23%;
    width: 50px;
	top:20%;
}
#lp-170-videos .bg-oiseau2{
    background-position-x: -50px;
	bottom:20%;
	left:20%;
    height: 30px;
    width: 80px;
}
#lp-170-videos .bg-oiseau3{
    background-position-x: -50px;
    height: 30px;
	right:20%;
    width: 80px;
	top:24%;
}
#lp-170-videos .bg-oiseau4{
    background-position-x: -130px;
	bottom:15%;
    height: 40px;
	right:20%;
    width: 100px;
}
#lp-170-videos .bg-oiseau {
	opacity: 0;
	transform: translateY(-30px);
}
#lp-170-videos .bg-oiseau.bg-oiseau1, #lp-170-videos .bg-oiseau.bg-oiseau4{
	transform: scale(0.2);
	transition: all 0.5s ease-in-out;
}
#lp-170-videos .bg-oiseau.bg-oiseau2, #lp-170-videos .bg-oiseau.bg-oiseau3{
	transform: scale(0.5);
	transition: all 1.5s ease-in-out;
}
#lp-170-videos .bg-oiseau.animate {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 80em) {
	#lp-170-videos .bg-oiseau1{
		left:13%;
	}
	#lp-170-videos .bg-oiseau2{
		left:10%;
	}
	#lp-170-videos .bg-oiseau3{
		right:10%;
	}
	#lp-170-videos .bg-oiseau4{
		right:10%;
	}
}
@media screen and (max-width: 60em) {
	#lp-170-videos.l-section > .l-content-container {
        margin-bottom: 220px;
    }
	#lp-170-videos .bg-oiseau1{
		left:-5%;
	}
	#lp-170-videos .bg-oiseau2{
		left:-5%;
	}
	#lp-170-videos .bg-oiseau3{
		right:-5%;
	}
	#lp-170-videos .bg-oiseau4{
		right:-5%;
	}
}
@media screen and (max-width: 48em) {
	#lp-170-videos.l-section > .l-content-container {
        margin-bottom: 0px;
    }
	#lp-170-videos .bg-agence {
		max-width: 28em;
		margin: 0px auto;
		position: relative!important;
	}
}
@media screen and (max-width: 35em) {
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-1{
        bottom: -30px;
		left: -60%;
	}
	#lp-170-le-saviez-vous .bg-nuages .illu-nuage-2{
        bottom: -30px;
		right: -45%;
	}
	#lp-170-videos .bg-oiseau{
		display:none
	}
}
#lp-170-videos .bg-agence{
    bottom: 0px;
    height: auto;
    left: 0;
    max-height: 250px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#lp-170-videos .bg-agence picture{
    display: block;
    margin: 0px auto -40px;
    max-width: 1200px;
}

/* Collaborateurs */

#lp-170-collaborateurs{}
#lp-170-collaborateurs .m-story-deck{
	text-align:left!important;
}
#lp-170-collaborateurs.l-section > .l-content-container {
	margin-bottom: 100px !important;
}

/* Dates clefs */

#lp-170-dates.l-section > .l-content-container{
	margin-bottom: 10px !important;
}
#lp-170-dates .m-timeline__list {
    list-style-type: none;
    margin: 1.875em auto;
    max-width: 810px;
    padding: 0;
    position: relative;
}
#lp-170-dates .m-timeline__list:before {
    border-left: 0.125em solid #565F70;
    bottom: 0;
    content: "";
    display: block;
    left: 0.95em;
    position: absolute;
    top: 1.5em;
}
#lp-170-dates .m-timeline-list-item {
    margin: 0;
    padding: 0 0 1em 2.0625em;
    position: relative;
}
#lp-170-dates .m-timeline-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#lp-170-dates .m-timeline-list-item__date {
    color: #2A2A2A;
	font-family: "santelia-script", sans-serif;
    font-size: 20px;
    font-weight: 700;
    left: 1em;
    position: relative;
    margin: 0 0 0.9375em;
    text-align: left;
    top: 0.6em;
}
#lp-170-dates .m-timeline-list-item__date span {
    background: #FFD400;
    padding: 0.125em 0.313em;
}
#lp-170-dates .m-timeline-list-item__date:before {
    background: #FFD400;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 20px;
    left: -2.375em;
    position: absolute;
    top: 0.30em;
    width: 20px;
    z-index: 2;
}
#lp-170-dates .m-timeline-list-item__content {
    display: block;
    padding: 0;
    position: relative;
}
#lp-170-dates .m-timeline-list-item__content > :first-child {
    margin-top: 0;
}
#lp-170-dates .m-timeline-list-item__content > :last-child {
    margin-bottom: 0;
}
#lp-170-dates .m-timeline-list-item:first-child .m-timeline-list-item__date:after,
#lp-170-dates .m-timeline-list-item:last-child .m-timeline-list-item__content:after {
    bottom: -3.4375em;
    content: "";
    display: block;
    left: -2em;
    position: absolute;
    top: 0;
    width: 0.625em;
    z-index: 1;
}
#lp-170-dates .m-timeline-list-item:last-child .m-timeline-list-item__content:after {
    bottom: -0.25em;
    top: 2.5em;
}
@media screen and (min-width: 60em) {
    #lp-170-dates .m-timeline__list:before {
        left: 5.8em;
        top: 2em;
    }

    #lp-170-dates .m-timeline-list-item {
        padding-left: 8em;
        width: 100%;
    }
    #lp-170-dates .m-timeline-list-item__date {
        left: 0px;
        margin: 0;
        position: absolute;
        text-align: right;
        top: 1.3125em;
    }
    #lp-170-dates .m-timeline-list-item__date:after {
        display: none;
    }
    #lp-170-dates .m-timeline-list-item__date:before {
        left: 4.15em;
        top: 6px;
    }
    #lp-170-dates .m-timeline-list-item:first-child .m-timeline-list-item__date:after,
    #lp-170-dates .m-timeline-list-item:last-child .m-timeline-list-item__content:after {
        left: -2.625em;
    }
    #lp-170-dates .m-timeline-list-item__content {
        padding: 0;
    }
    #lp-170-dates .m-heading-group__item.a-heading--4 {
        padding-top: 2em;
        width: calc(100% - -3.25em) !important;
    }
}
#lp-170-dates .m-timeline-list-item__content>.a-heading--2:not(.m-heading-group .a-heading--2) {
    margin-top: 0.5769em;
}
#lp-170-dates .m-timeline__list .m-heading-group {
    margin-bottom: 0.9375em;
    padding: 0 1em;
    text-align: left;
}
#lp-170-dates .m-timeline__list .m-heading-group:last-child {
    margin-bottom: 0;
}
#lp-170-dates .m-timeline__list .m-heading-group__item {
    width: 100%;
}
@media (min-width: 35em) {
    #lp-170-dates .csscalc .m-heading-group__item.a-heading--4 {
        width: calc(100% - .5em) !important;
        padding-top: 1em;
    }
}
@media (min-width: 60em) {
    #lp-170-dates .m-heading-group {
        width: 100%;
    }
}
@media (max-width: 60em) {
   #lp-170-dates .m-timeline-list-item__content {
        flex-direction: column;
    }
    #lp-170-dates .m-heading-group {
        width: 100%;
    }
}

/* Illustration livre */

#lp-170-dates-livre.l-section > .l-content-container {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
#lp-170-dates-livre .bg-livre {
	max-height: 500px;
	position: relative;
	z-index: 1;
}
#lp-170-dates-livre .bg-livre .illu-livre-bulle {
	display:block;
	height: auto;	
	margin-top: -5px;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 60em) {
	#lp-170-dates-livre .bg-livre .illu-livre-bulle {
		height: 350px;
	}
}
#lp-170-dates-livre .bg-livre .illu-livre-bulle picture{
	height: 100%;
	width: 100%;
}
#lp-170-dates-livre .bg-livre .illu-livre-bulle img{
	display:block;
	max-height: 350px;
	position: relative;
	width: 100%;
}
#lp-170-dates-livre .bg-livre .illu-livre {
    display: block;
    margin: 0px auto;
    max-width: 510px;
}
@media screen and (max-width: 35em) {
	#lp-170-dates-livre .bg-livre .illu-livre {
		margin: 0px 15%;
	}
}
#lp-170-dates-livre .bg-etoile{
	background:url(https://pprd.abeille-assurances.fr/cmsfiles/ressources/images/abeille/entreprise/nous-connaitre/notre-histoire/illu-livre-etoile.svg) no-repeat;
	background-size : cover;
    height: 50px;
    overflow: hidden;
	position:absolute;
    width: 48px;
    z-index: 1;
}
#lp-170-dates-livre .bg-etoile-1{
	animation: twinkle 3s infinite ease-in-out;
	left:35%;
	top:32%;
}
#lp-170-dates-livre .bg-etoile-2{
 	animation: twinkle 2.5s infinite ease-in-out;
    background-position-x: -50px;
	left:55%;
	top:10%;
}
#lp-170-dates-livre .bg-etoile-3{
 	animation: twinkle 3.5s infinite ease-in-out;
    background-position-x: -100px;
	right:40%;
	top:40%;
}
#lp-170-dates-livre .bg-etoile-4{
 	animation: twinkle 1.8s infinite ease-in-out;
    background-position-x: -150px;
	right:28%;
	top:25%;
}
@media screen and (max-width: 35em) {
	#lp-170-dates-livre .bg-etoile {
		height: 30px;
		width: 29px;
	}
	#lp-170-dates-livre .bg-etoile-2{
		background-position-x: -30px;
	}
	#lp-170-dates-livre .bg-etoile-3{
		background-position-x: -60px;
	}
	#lp-170-dates-livre .bg-etoile-4{
		background-position-x: -90px;
	}
}

@keyframes twinkle {
	0% {
		opacity: 0;
		transform: scale(0) rotate(0deg);
	}
	30% {
		opacity: 1;
		transform: scale(0.6) rotate(180deg);
	}
	100% {
		opacity: 0;
		transform: scale(0.9) rotate(0deg);
	}
}


/* En images */

#lp-170-en-images{}

#lp-170-en-images .bg-canape .illu-canape picture{
	display: block;
    margin: 0px auto -300px;
    max-width: 450px;
}
@media screen and (max-width: 60em) {
	#lp-170-en-images .bg-canape .illu-canape picture{
		display: block;
		margin: 0px auto -70px;
		max-width: 350px;
	}
}
#lp-170-en-images .slick-slide{
	cursor: pointer;
}
#lp-170-en-images .slick-slide .m-card-image{
    background:#6a8ccf;
}
#lp-170-en-images .slick-slide img{
    opacity: 0.65;
    filter: grayscale(1);
	transition-duration: 0.5s;
}
#lp-170-en-images .slick-slide img:hover{
    opacity: 1;
    filter: grayscale(0);
}
#lp-170-en-images .modal.hiddenmodale{
	display: none;
	opacity:0;
    transform: scale(0.5);
	transition: all 0.4s ease 0.3s;
}
#lp-170-en-images .modal {
	align-items: center;
	background: rgba(51,51,51,.85);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
    margin: 0px;
	opacity:1;
	position: fixed;
	width: 100%;
    transform: scale(1);
	transition: all 0.4s ease 0.3s;
	top: 0;
	z-index:1000;
}
#lp-170-en-images .modal-content{
	background: #fff;
    border: .625em solid rgba(0, 0, 0, 0);
	border-bottom:0px;
    border-radius: .625em;
    margin: 20px;
	max-width: 800px;
	padding: 10px;
	position: relative;
	text-align: center;
}
#lp-170-en-images .modal-content img {
	height: auto;
	max-width: 100%;
}
#lp-170-en-images .modal-close {
	cursor: pointer;
    color: #ffffff;
    display: block;
	margin:0px;
    position: absolute;
    right: 0px;
    top: -40px;
}
#lp-170-en-images .o-modal__cancel:after {
    background: url(https://static.abeille-assurances.fr/static/core/v.4.4.0/images/icons/sprites/cross.svg) no-repeat -25px 0px;
    content: "";
    display: inline-block;
    height: 1.25em;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1.25em;
}

 /* Livre */

#lp-170-livre {}
#lp-170-livre.l-section >.l-content-container {
	margin-bottom: 0px !important;
}
#lp-170-livre-img.l-section {
	margin-bottom: 100px !important;
}