/* ------------------------------------------------------------- */
/* ---- DEFAULTS ----------------------------------------------- */
/* ------------------------------------------------------------- */



body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #215e97;
	line-height: 1;
	-webkit-text-size-adjust: none;
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	cursor: default;
}

h1 , h2 , h3 , h4 , h5 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}



/* ------------------------------------------------------------- */
/* ---- STRUCTURE ---------------------------------------------- */
/* ------------------------------------------------------------- */



.Wrap {
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
}



/* ------------------------------------------------------------- */
/* ---- SOCIAL LINKS ------------------------------------------- */
/* ------------------------------------------------------------- */



.SocialLinks > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: 0;
	font-size: 0;
	white-space: nowrap;
}
.SocialLinks > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 3px;
	vertical-align: middle;
}
.SocialLinks > ul > li:first-child {
	padding-left: 0;
}
.SocialLinks > ul > li:last-child {
	padding-right: 0;
}
.SocialLinks > ul > li > a {
	display: block;
	text-decoration: none;
	height: 28px;
	width: 28px;
	border-radius: 1000px;
	background-color: #91bbd5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.SocialLinks > ul > li.Facebook > a {
	background-image: url( '/img/icon-facebook.png' );
}
.SocialLinks > ul > li.Twitter > a {
	background-image: url( '/img/icon-twitter.png' );
}
.SocialLinks > ul > li.Instagram > a {
	background-image: url( '/img/icon-instagram.png' );
}



/* ------------------------------------------------------------- */
/* ---- HEADER ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	background-image: url( '/img/backimg-header.svg' );
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.Header > .Hold {
	max-width: 1040px;
	margin: 0 auto;
}
.Header .Secs {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.Header .Secs > div {
	display: table-cell;
	margin: 0;
	padding: 20px 20px 46px 20px;
	vertical-align: top;
}
.Header .Secs .SocialLinks {
	text-align: right;
}
.Header .Secs .Logo {
	width: 100px;
}
.Header .Secs .Logo a {
	display: block;
	background-image: url( '/img/logo-adieu.png' );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	height: 70px;
}



/* ------------------------------------------------------------- */
/* ---- HERO --------------------------------------------------- */
/* ------------------------------------------------------------- */



.Hero {
	background-color: #245685;
	padding: 136px 0 0 0;
	color: #dbf9ff;
	background-image: url( '/img/backimg-hero.jpg' );
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.Hero > .Hold {
	max-width: 1040px;
	margin: 0 auto;
	background-image: url( '/img/hero-phones.png' );
	background-repeat: no-repeat;
	background-position: 97% bottom;
	background-size: 440px;
}
.Hero .Secs {
	padding: 20px;
}
.Hero .Copy {
	width: 490px;
	padding: 50px 0 80px 0;
}
.Hero .Copy .Title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 30px 0;
}
.Hero .Copy .Desc {
	padding: 0 0 150px 0;
}
.Hero .Copy .Desc p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 17px;
}
.Hero .Note {
	padding: 20px 0 0 0;
}
.Hero .Note p {
	margin: 0;
	padding: 0;
	font-size: 17px;
}
.Hero .Note p .Pop {
	color: #f1ee94;
	font-weight: 700;
}
.Hero:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: url( '/img/wave-border.svg' );
	background-position: top center;
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------- */
/* ---- DOWNLOAD ----------------------------------------------- */
/* ------------------------------------------------------------- */



.Download > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.Download > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}
.Download > ul > li:first-child {
	padding-left: 0;
}
.Download > ul > li:last-child {
	padding-right: 0;
}
.Download > ul > li > a {
	display: block;
	width: 150px;
}
.Download > ul > li > a > img {
	display: block;
	width: 100%;
}



/* ------------------------------------------------------------- */
/* ---- FOOTER NAV --------------------------------------------- */
/* ------------------------------------------------------------- */



.FootNav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: 0;
	font-size: 0;
}
.FootNav > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	border-right: solid 1px #dbf9ff;
	margin: 0;
	padding: 0 10px;
}
.FootNav > ul > li:first-child {
	padding-left: 0;
}
.FootNav > ul > li:last-child {
	padding-right: 0;
	border: none;
}
.FootNav > ul > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.FootNav .SocialLinks > ul > li > a {
	width: 25px;
	height: 25px;
}



/* ------------------------------------------------------------- */
/* ---- FOOTER ------------------------------------------------- */
/* ------------------------------------------------------------- */



.Footer {
	background-color: #215e97;
	color: #dbf9ff;
	padding: 20px;
	font-size: 11px;
	position: relative;
}
.Footer:after {
	content: '';
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 78px;
	background-image: url( '/img/wave-border-footer.svg' );
	background-position: bottom center;
	background-repeat: no-repeat;
}
.Footer > .Hold {
	max-width: 1000px;
	margin: 0 auto;
}
.Footer .Secs {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.Footer .Secs > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.Footer .Secs .Right {
	text-align: right;
}



/* ------------------------------------------------------------- */
/* ---- INFO SECS ---------------------------------------------- */
/* ------------------------------------------------------------- */



.InfoSec {
	background-color: #FFF;
	color: #215e97;
	padding: 90px 20px 180px 20px;
}
.InfoSec > .Hold {
	max-width: 1000px;
	margin: 0 auto;
}
.InfoSec .SecTitle {
	font-size: 27px;
	text-align: center;
	font-weight: 700;
	padding: 0 0 60px 0;
}



/* ------------------------------------------------------------- */
/* ---- SLIDE LISTS -------------------------------------------- */
/* ------------------------------------------------------------- */



.SlideList {
	position: relative;
}
.SlideList .List {
	overflow: hidden;
}
.SlideList .List > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	white-space: nowrap;
	position: relative;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.SlideList .List > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 25%;
	white-space: normal;
}
.SlideList .List > ul > li > .Hug {
	padding: 0 20px;
}
.SlideList .List > ul > li .Image img {
	display: block;
	width: 100%;
}
.SlideList .List > ul > li .Label {
	font-size: 17px;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	padding: 0 0 25px 0;
	max-width: 150px;
	margin: 0 auto;
	line-height: 1.3;
}
.SlideList .List > ul > li .Desc {
	padding: 25px 0 0 0;
}
.SlideList .List > ul > li .Desc p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	font-weight: 700;
}
.SlideList .Control .Arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 16px;
	height: 30px;
}
.SlideList .Control .Arrow a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.SlideList .Control .Arrow.Left {
	left: -40px;
}
.SlideList .Control .Arrow.Right {
	right: -40px;
}
.SlideList .Control .Arrow.Left a {
	background-image: url( '/img/arrow-left.svg' );
}
.SlideList .Control .Arrow.Right a {
	background-image: url( '/img/arrow-right.svg' );
}



/* ------------------------------------------------------------- */
/* ---- RESPONSIVE --------------------------------------------- */
/* ------------------------------------------------------------- */



@media screen and ( max-width: 1080px ) {
    
	.SlideList .List {
		width: 95%;
		margin: 0 auto;
	}
	
	.SlideList .Control .Arrow.Left {
		left: 0;
	}
	.SlideList .Control .Arrow.Right {
		right: 0;
	}
    
}

@media screen and ( max-width: 970px ) {
	
	.Hero > .Hold {
		background-position: 110% bottom;
	}
	
}

@media screen and ( max-width: 875px ) {
	
	.Hero {
		background-size: cover;
	}
	.Hero > .Hold {
		background-position: center 135%;
	}
	.Hero .Copy {
		padding-top: 20px;
		padding-bottom: 470px;
		text-align: center;
		margin: 0 auto;
	}
	.Hero .Copy .Desc {
		padding-bottom: 40px;
	}
	
	.SlideList .List > ul > li {
		width: 33.33%;
	}
	.SlideList .List > ul > li > .Hug {
		padding: 0 10px;
	}
	
	.SlideList .Control .Arrow.Left {
		left: -10px;
	}
	.SlideList .Control .Arrow.Right {
		right: -10px;
	}
	
	.InfoSec {
		padding: 60px 20px 120px 20px;
	}
	.InfoSec .SecTitle {
		padding-bottom: 40px;
	}
	
}

@media screen and ( max-width: 630px ) {
	
	.Footer:after {
		background-size: cover;
		height: 50px;
		top: -40px;
	}
	.Footer .Secs {
		display: block;
		width: auto;
	}
	.Footer .Secs > div {
		display: block;
		width: auto;
		text-align: center !important;
	}
	.Footer .Secs .Right {
		padding-top: 10px;
	}
	
	.InfoSec {
		padding: 60px 20px 100px 20px;
	}
	
}

@media screen and ( max-width: 580px ) {
	
	.Header {
		background-position: -500px bottom;
	}
	.Header .Secs > div {
		padding-bottom: 40px;
	}
	.Header .Secs .Logo {
		width: 60px;
	}
	.Header .Secs .Logo a {
		height: 50px;
	}
	
	.FootNav .SocialLinks > ul > li > a {
		width: 22px;
		height: 22px;
	}
	
	.SocialLinks > ul > li > a {
		width: 24px;
		height: 24px;
	}
	
	.Download > ul > li > a {
		width: 130px;
	}
	
	.Hero {
		padding: 106px 0 0 0;
	}
	.Hero:after {
		background-size: cover;
		height: 50px;
	}
	.Hero > .Hold {
		background-size: 380px;
	}
	.Hero .Copy {
		width: 410px;
		padding-bottom: 400px;
	}
	.Hero .Copy .Title {
		font-size: 27px;
	}
	.Hero .Copy .Desc p {
		font-size: 15px;
	}
	.Hero .Note p {
		font-size: 15px;
	}
	
	.InfoSec .SecTitle {
		font-size: 23px;
	}
	
	.SlideList .List > ul > li {
		width: 50%;
	}
	.SlideList .List > ul > li .Label {
		font-size: 15px;
	}
	.SlideList .List > ul > li .Desc p {
		font-size: 13px;
	}
	
}

@media screen and ( max-width: 470px ) {
	
	.Hero .Copy {
		width: 340px;
	}
	.Hero .Copy .Title {
		font-size: 23px;
	}
	
	.SlideList .List {
		width: 70%;
	}
	.SlideList .List > ul > li {
		width: 100%;
	}
	.SlideList .Control .Arrow.Left {
		left: 5%;
	}
	.SlideList .Control .Arrow.Right {
		right: 5%;
	}
	
	.FootNav > ul > li:nth-child(3) {
		border: none;
		padding-right: 0;
	}
	.FootNav > ul > li:last-child {
		display: block;
		padding: 20px 0 0 0;
	}
	
	.InfoSec .SecTitle {
		font-size: 20px;
	}
	
}

@media screen and ( max-width: 400px ) {
	
	.Header {
		background-position: -700px bottom;
	}
	
	.Hero > .Hold {
		background-size: 90%;
	}
	.Hero .Copy {
		width: 280px;
		padding-top: 10px;
		padding-bottom: 100%;
	}
	.Hero .Copy .Title {
		font-size: 19px;
	}
	.Hero .Copy .Desc p {
		font-size: 13px;
	}
	.Hero .Note {
		max-width: 140px;
		margin: 0 auto;
	}
	.Hero .Note p {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.InfoSec .SecTitle {
		font-size: 19px;
	}
	
}

@media screen and ( max-width: 340px ) {
	
	.Hero .Copy {
		width: auto;
	}
	.Hero .Copy .Title {
		padding-bottom: 20px;
	}
	.Hero .Copy .Desc {
		padding-bottom: 20px;
	}
	.Hero .Copy .Desc p {
		text-align: justify;
		font-size: 12px;
	}
	
	.Download > ul > li {
		display: block;
		width: auto;
		padding: 5px 0;
	}
	.Download > ul > li a {
		margin: 0 auto;
	}
	
}












