/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?1ksx8t");
	src: url("../fonts/icomoon.eot?1ksx8t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ksx8t") format("truetype"), url("../fonts/icomoon.woff?1ksx8t") format("woff"), url("../fonts/icomoon.svg?1ksx8t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BeirutWeb-Poster";
	src: url("../fonts/Beirut/BeirutWeb-Poster_gdi.eot");
	src: url("../fonts/Beirut/.eot?#iefix") format("embedded-opentype"), url("../fonts/Beirut/BeirutWeb-Poster_gdi.woff") format("woff"), url("../fonts/Beirut/BeirutWeb-Poster_gdi.svg#BeirutWeb-Poster") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
	content: "\e902";
}

.icon-googleplus:before {
	content: "\e904";
}

.icon-twitter:before {
	/* content: "\e903"; */
	content: url("../images/xB.png");
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-linkedin:before {
	content: "\eaca";
}

.icon-arrow_down:before {
	content: "\e901";
}

.icon-arrow_up:before {
	content: "\e900";
}

.icon-arrow_right:before {
	content: "\e908";
}

.icon-arrow_left:before {
	content: "\e909";
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.lightbox-demo .text-list,
.lightbox-demo .lightbox-footer ul,
.list-wrap,
.list,
.counter-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .container:after,
#footer .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #202020;
	background: #f9f9f9;
	font: 16px/1.5 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #164194;
}

h1,
.h1 {
	font-size: 27px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 19px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #09bf88;
	font-weight: 500;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #202020;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #131313;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #202020;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #202020;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #202020;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #202020;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #202020;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}
.blue {
	color: #164194;
}
#header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 30px 0;
	width: 100%;
	text-align: center;
}

#header .logo {
	width: 215px;
	display: block;
	margin: 0 auto 25px;
}

#header .btn {
	position: relative;
	padding-right: 35px;
	text-align: center;
	width: auto;
}

#header .btn:after {
	content: none;
}

#header .btn .icon-download {
	font-size: 31px;
	position: absolute;
	right: 7px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	outline-color: transparent;
}


h1 {
	font-weight: 900;
}

h1 .txt {
	font-weight: 400;
}

h2 {
	font-weight: 700;
}

h3 {
	font-weight: 700;
}

h6 {
	font-weight: 700;
}
.missions-list{
	padding-left: 0;
}
.missions-list li {
	margin-bottom : 5px;
	list-style-type: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1130px;
	padding: 0 20px;
	margin: 0 auto;
}

.container.l-container {
	max-width: 1340px;
}

.btn-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.btn {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 11px;
	letter-spacing: .1em;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

.btn.btn-green {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	background: rgb(37,38,169);
	background-color: rgb(37,38,169);
}

.btn.btn-green:after {
	position: absolute;
	width: 1000px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 100%;
	background: rgb(37,38,169);
	cursor: default;
	pointer-events: none;
	margin: -1px 0 0 10px;
}

.btn.btn-green:hover {
	background: rgb(37,38,169);
}

.btn.btn-green i {
	font-size: 14px;
	vertical-align: middle;
	line-height: 13px;
	display: inline-block;
}

.btn-go-to {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-download {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: rgb(37,38,169);
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
	text-decoration: none;
	width: 100%;
}

.btn-download:hover {
	background: rgb(37,38,169);
}

.btn-download.green {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 15px 30px;
}

.btn-download.green:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 1px solid #fff;
}

.btn-download.blue {
	text-align: center;
	background: #164194;
	font-weight: 500;
	padding: 20px;
	position: relative;
}

.btn-download.blue:after
{
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 1px solid #fff;
}

.btn-download.blue:hover {
	background: #0f2e68;
}

.btn-download.blue .img-box {
	margin: 0 auto 10px;
}

.btn-download.blue span {
	display: block;
}

.btn-download .img-box {
	width: 49px;
	height: 49px;
	margin-right: 10px;
	background: url(../images/pdf-img.png) no-repeat 50% 50%/contain;
}

blockquote {
	padding: 0 0 25px;
	margin: 0;
	color: #164194;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-weight: bold;
}

blockquote p {
	position: relative;
	display: inline;
}

blockquote p:before {
	content: "«";
	padding-right: 7px;
	position: relative;
}

blockquote p:after {
	content: "»";
	position: relative;
	padding-left: 7px;
}

blockquote sup {
	padding-left: 5px;
}

.green-circle {
	width: 40px;
	height: 40px;
	background: rgb(37,38,169);
	position: relative;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}

.fleche {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;         /* Rond */
      background-color: rgb(37,38,169);    /* Couleur du fond */
      color: white;               /* Couleur de la flèche */
      font-size: 20px;            /* Taille de la flèche */
      font-weight: bold;
      text-decoration: none;      /* Pas de soulignement si utilisé dans un lien */
      cursor: pointer;
}	  
.green-circle:before {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.green-circle:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 60px;
	height: 60px;
	content: "";
	position: absolute;
	background: rgb(37,38,169);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.green-circle:hover:after {
	background: rgb(37,38,169);
}

.fancybox-is-open .fancybox-bg {
	opacity: .8;
}

.green-line {
	border-top: 10px solid rgb(37,38,169);
	width: 100%;
}

.lightbox-item .inner-content {
	padding-top: 33px;
}

.lightbox-item .inner-content .headings {
	border-bottom: none;
}

.lightbox-item .fancybox-close-small:after,
.lightbox-item .fancybox-close-small:before {
	background: #164194 !important;
}

.lightbox-item .fancybox-close-small:hover:after,
.lightbox-item .fancybox-close-small:hover:before {
	background: rgb(37,38,169); !important;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 20px 0;
	width: 800px;
	max-width: calc(100% - 40px);
	color: #202020;
	background: none;
	overflow: hidden;
	margin: 0 !important;
	font: 400 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lightbox-demo .headings {
	text-align: center;
	color: #164194;
	margin: 0 0 25px;
	padding: 20px 0 10px;
	line-height: 1.2;
}

.lightbox-demo .headings h5,
.lightbox-demo .headings h6 {
	text-align: center;
}

.lightbox-demo .text-list {
	font-size: 14px;
}

.lightbox-demo .text-list li {
	color: #727272;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
	font-style: italic;
}

.lightbox-demo .text-list + .btn-wrap {
	padding-top: 15px;
}

.lightbox-demo .inner-content {
	background: #fff;
	padding: 25px 20px 35px;
}

.lightbox-demo .inner-content > p {
	margin-bottom: 20px;
}

.lightbox-demo .list-holder {
	position: relative;
}

.lightbox-demo .list-holder:after,
.lightbox-demo .list-holder:before {
	width: 13px;
	height: 13px;
	content: "";
	position: absolute;
	background: #164194;
	border-radius: 50%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999999;
}

.lightbox-demo .list-holder:after {
	bottom: 0;
	top: auto;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.lightbox-demo .bg-holder {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	min-height: 250px;
}

.lightbox-demo h2 {
	margin: 0 0 15px;
	font-weight: 700;
	letter-spacing: -.016em;
}

.lightbox-demo h6 {
	font-size: 16px;
	font-weight: 700;
	display: block;
	letter-spacing: .4em;
	text-align: left;
}

.lightbox-demo .title {
	font-size: 14px;
	font-style: italic;
	max-width: 380px;
	font-style: italic;
	margin: 0 auto;
	display: block;
	font-weight: 400;
}

.lightbox-demo .lightbox-footer {
	background: #164194;
	color: #fff;
	padding: 15px 5px;
	position: relative;

	font-size: 10px;
	font-weight: 400;
}

.lightbox-demo .lightbox-footer .jssocials-shares {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share:last-child .jssocials-share-link {
	margin-right: 0;
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-link {
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out;
	width: 30px;
	height: 30px;
	margin-right: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	background: none;
	position: relative;
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-link:hover {
	color: rgb(37,38,169);
	border-color: rgb(37,38,169);
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-link:after {
	content: "\ea90";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 17px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-twitter .jssocials-share-link:after {
	/* content: "\e903"; */
	content: url("../images/xB.png");
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-googleplus .jssocials-share-link:after {
	content: "\e904";
}

.lightbox-demo .lightbox-footer .jssocials-shares .jssocials-share-linkedin .jssocials-share-link:after {
	content: "\eaca";
}

.lightbox-demo .lightbox-footer ul {
	text-align: center;
}

.lightbox-demo .lightbox-footer ul li {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .2em;
}

.lightbox-demo h5 {
	color: rgb(37,38,169);
	font-weight: 600;
	margin-bottom: 16px;
	text-align: left;
	font-size: 18px;
}

.lightbox-demo .btn-download {
	padding: 20px 10px;
	max-width: 100%;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lightbox-demo .btn-download.blue .img-box {
	margin: 0;
}

.lightbox-demo .btn-download .img-box {
	width: 38px;
	height: 38px;
}

.lightbox-demo .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lightbox-demo .btn-wrap .btn-download {
	font-size: 12px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}

.lightbox-demo .btn-wrap .btn-download.blue .img-box {
	margin-bottom: 0;
	margin-right: 10px;
	background-image: url("../images/eye-img.png");
}

.lightbox-demo .fancybox-close-small {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	top: 20px;
}

.lightbox-demo .fancybox-close-small:after,
.lightbox-demo .fancybox-close-small:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 3px;
	top: 50%;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 2px;
	outline-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -1px;
}

.lightbox-demo .fancybox-close-small:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lightbox-demo .fancybox-close-small:hover:after,
.lightbox-demo .fancybox-close-small:hover:before {
	background: rgb(37,38,169);
}

.list-wrap {
	margin: 0 0 45px 0;
	position: relative;
	font-size: 12px;
}

.list-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	background: url(../images/frise.png) repeat 50% 50%/1px;
	width: 1px;
	margin-right: -1px;
}

.list-wrap li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	text-align: right;
	min-height: 100%;
}

.list-wrap li:nth-child(even) {
	text-align: left;
	margin-right: -2px;
}

.list-wrap li:nth-child(even) .h1 {
	padding: 70px 0 20px 15px;
}

.list-wrap li:nth-child(even) .h1:after {
	left: 0;
	right: auto;
}

.list-wrap li:nth-child(even) .text-box {
	padding-left: 15px;
	padding-right: 0;
}

.list-wrap li:nth-child(even) p:after {
	left: 0;
	right: auto;
}

.list-wrap li .text-box {
	padding-right: 15px;
}

.list-wrap li p {
	margin-bottom: 40px;
	position: relative;
}

.list-wrap li p:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 50px;
	height: 2px;
	background: #c1c1c1;
}

.list-wrap li p:last-child:after {
	content: none;
}

.list-wrap .h1 {
	color: rgb(37,38,169);

	font-size: 28px;
	padding: 30px 15px 20px 0;
	display: block;
	margin: 0;
	position: relative;
}

.list-wrap .h1:after {
	content: "";
	bottom: 10px;
	position: absolute;
	right: 0;
	width: 100px;
	height: 2px;
	background: #c1c1c1;
}

.list {
	color: #164194;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: left;
}

.list.green-line {
	border-top-width: 4px;
}

.list p {
	margin-bottom: 4px;
}

.list .txt-holder {
	padding-right: 15px;
	width: 65%;
}

.custom-holder
{
	padding-right: 15px;
	width 55%;
}

.custom-holder-2
{
	padding-right: 15px;
	width 75%;
}

.list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid rgb(37,38,169);
}

.list strong {
	font-weight: 700;
	color: rgb(37,38,169);
	font-size: 16px;
	width: 38%;
	text-align: right;
}

.list .strong-custom
{
	font-weight: 700;
	color: rgb(37,38,169);
	font-size: 16px;
	width: 45%;
	text-align: right;
}

.list .strong-custom-2
{
	font-weight: 700;
	color: rgb(37,38,169);
	font-size: 16px;
	width: 25%;
	text-align: right;
}

.indent-block {
	padding: 0 0 25px;
}

.indent-block p {
	margin-bottom: 25px;
}

.indent-block h6 {
	color: rgb(37,38,169);
	letter-spacing: 0;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
	margin-bottom: 9px;
}

.indent-block .table {
	width: 100%;
	text-align: left;
}

.indent-block .table th {
	padding: 9px 15px 7px 0;
}

.indent-block .table td {
	padding: 4px 15px 4px 0;
}

.indent-block .table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.indent-block .table tbody tr:first-child td {
	padding-top: 14px;
}

.indent-block .table tbody tr:last-child {
	border-bottom: none;
}

.indent-block thead {
	color: rgb(37,38,169);
	border-bottom: 2px solid rgb(37,38,169);
}

.indent-block thead th {
	font-weight: 600;
	font-size: 12px;
}

.counter-wrap {
	font-weight: 400;
	counter-reset: section;
	margin-bottom: 25px;
	padding-left: 15px;
}

.counter-wrap li {
	position: relative;
	padding: 10px 0 10px 28px;
	line-height: 1.5;
	border-bottom: 1px solid #e8e1e1;
}

.counter-wrap li:before {
	content: counter(section);
	counter-increment: section;
	color: rgb(37,38,169);
	position: absolute;
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	left: -20px;
	top: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* .counter-wrap li:after {
	content: "\2014";
	position: absolute;
	top: 30%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 10px;
	font-weight: 700;
	color: rgb(37,38,169);
	left: 8px;
    top: 20px;
} */
:focus {
	outline: 0;
}

.bg-section {
	white-space: nowrap;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.bg-section:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100vh;
}

.bg-section > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.bg-section .container {
	width: 100%;
}

.bg-section .inner-content {
	text-align: left;
	padding: 155px 0 30px 0;
	position: relative;
}

.bg-section .inner-content h1 {
	max-width: 600px;
	letter-spacing: .4em;
	line-height: 1;
	color: #fff;
}

.bg-section .btn-go-to {
	font-size: 10px;
	letter-spacing: .4em;
}

.bg-section .green-circle {
	margin-right: 25px;
}

.intro .col-wrap,
.info .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	position: relative;
}

.intro .col-wrap .col,
.info .col-wrap .col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}

.intro .col-wrap .col.bg,
.info .col-wrap .col.bg {
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0;
}

.intro .inner-content,
.info .inner-content {
	padding-top: 31px;
}

.intro h2,
.info h2 {
	padding: 0 0 15px;
	margin: 0;
	letter-spacing: -.01em;
	line-height: 1.22;
}

.intro h2 + p,
.info h2 + p {
	margin-bottom: 51px;
}

.intro .content-box,
.info .content-box {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-shadow: 0 0 20px 0 rgba(19, 19, 19, .13);
	font-size: 16px;
}

.intro .content-box:only-child,
.info .content-box:only-child {
	width: 100%;
}

.intro em,
.info em {
	font-size: 14px;
	max-width: 280px;
	display: inline-block;
	line-height: 1.3;
	color: #164194;
}

.intro h6,
.info h6 {
	letter-spacing: .4em;
	margin-bottom: 3px;
}

.intro .col-wrap {
	margin-bottom: 20px;
}
.sous-intro h1{
	text-align:center;
	color:rgb(37,38,169);
	font-weight:300;
	font-size:40px;
}
.sous-intro article{
	background-color:white;
	padding : 10px;
	border:1px solid rgb(37,38,169);
	width:80%;
	margin:auto;
}
.section {
	padding: 30px 0;
}

.section.reverse .content-box {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.info {
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.info .inner-content {
	padding-top: 18px;
}

.info .content-box {
	position: relative;
}




.info .col-wrap {
	background: #f1f1f1;
}

.info .col-wrap .col:only-child {
	width: 100%;
}

.info h2 {
	padding-bottom: 2px;
}

.info h6 {
	margin-bottom: 24px;
}

.info .btn {
	z-index: 9999;
}

.download-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-section .btn-download.blue {
	font-size: 14px;
	line-height: 1.27;
}

.download-section .btn-go-to {
	position: absolute;
	right: 10%;
	bottom: 33%;
}

.download-section .btn-go-to .green-circle {
	margin: 0;
}

.download-section .inner-content {
	/*position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
    padding-bottom: 6px;*/
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.download-section .txt {
	letter-spacing: -.01em;
}

.article + .intro {
	padding-top: 32px;
}

.article .btn {
	position: static;
	padding: 6px 11px;
}

.article .btn:after {
	content: none !important;
}

.article .btn i {
	margin-left: 5px;
}

.article .number-wrap {
	text-align: center;
	background: #164194;
	color: #fff;
	width: 52px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font: 60px/1.2em "Rozha One", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.article .number-wrap:before,
.article .number-wrap:after {
	content: "";
	position: absolute;
	bottom: -10px;
}

.article .number-wrap:before {
	height: 0;
	width: 0;
	border-bottom: 16.5px solid transparent;
	border-left: 46px solid #164194;
	border-top: 16.5px solid transparent;
	left: 0;
}

.article .number-wrap:after {
	height: 0;
	width: 0;
	border-bottom: 16.5px solid transparent;
	border-right: 46px solid #164194;
	border-top: 16.5px solid transparent;
	right: 0;
}

.article .number-wrap .number {
	counter-increment: section;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
}

.article .number-wrap .number:after {
	content: counter(section);
}

.article h2 {
	padding-top: 30px;
	padding-bottom: 50px;
	letter-spacing: -.01em;
}

.article .inner-box {
	background: #fff;
	border: 1px solid rgba(193, 193, 193, .59);
	text-align: center;
	padding: 20px 10px;
}

.article .col-wrap {
	counter-reset: section;
}

.article .col {
	background: #fff;
	margin-bottom: 25px;
}

.article .col .inner-content {
	box-shadow: 0 0 10px 1px rgba(218, 218, 218, .65);
	border: 1px solid #dedbdb;
	position: relative;
	padding: 120px 5% 15px;
}


.article .col .inner-content h3 {
	font-size: 20px;
}

#footer {
	background: #1F2F4E;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: rgb(37,38,169);
}

#footer .col {
	margin-bottom: 5px;
}

#footer .col p {
	margin: 0;
}

@media (min-width: 480px) {
	h1 {
		font-size: 45px;
	}

	.btn {
		font-size: 12px;
	}

	.btn-download {
		width: auto;
	}

	.lightbox-demo .bg-holder {
		min-height: 341px;
	}

	.lightbox-demo .lightbox-footer ul li {
		width: auto;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: -.4em;
	}

	.lightbox-demo .btn-download {
		width: 100%;
	}

	.list-wrap {
		font-size: 14px;
	}

	.indent-block {
		padding-left: 25px;
	}

	.bg-section .inner-content {
		padding: 145px 15px 40px 20px;
	}

	.intro .col-wrap .col.bg,
	.info .col-wrap .col.bg {
		min-height: 350px;
	}

	.intro .content-box,
	.info .content-box {
		padding: 40px;
	}
}

@media (min-width: 600px) {
	#header {
		text-align: left;
	}

	#header .logo {
		margin-bottom: 0;
		float: left;
	}

	#header .btn {
		margin-top: 10px;
		text-align: left;
		float: right;
		padding: 7px 28px 6px 15px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: .044em;
	}

}

@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}

	.inner-content h1
	{
		font-size: 70px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h6 {
		font-size: 16px;
	}
	/*
        .btn.btn-green:after {
            content: "";
        }
    */
	.btn-download {
		font-size: 18px;
	}

	blockquote {
		padding-bottom: 41px;
		line-height: 1.55;
	}

	.lightbox-item .inner-content {
		padding-top: 40px;
	}

	.lightbox-demo .headings {
		padding-top: 23px;
		margin: 0 0 45px;
	}

	.lightbox-demo .text-list {
		margin-bottom: 34px;
	}

	.lightbox-demo .text-list li {
		margin-bottom: 23px;
	}

	.lightbox-demo .text-list + .btn-wrap {
		padding-top: 0;
	}

	.lightbox-demo .text-list + .btn-wrap .btn-download {
		width: 40%;
	}

	.lightbox-demo .text-list + .btn-wrap .btn-download.blue {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.lightbox-demo .text-list + .btn-wrap .btn-download.blue .img-box {
		margin-right: 40px;
	}

	.lightbox-demo .inner-content {
		padding: 40px 50px 31px;
		line-height: 1.47;
	}



	.lightbox-demo .lightbox-footer {
		padding: 18px;
	}

	.lightbox-demo .btn-download.green {
		max-width: 280px;
		margin: 0 auto;
		font-size: 12px;
		font-weight: 500;
	}

	.lightbox-demo .btn-download.blue {
		width: auto;
	}

	.lightbox-demo .btn-wrap .btn-download {
		margin: 0 20px 10px;
	}

	.list-wrap {
		padding: 0 55px;
	}

	.list-wrap li:nth-child(even) .h1 {
		padding: 104px 0 26px 50px;
	}

	.list-wrap li:nth-child(even) .text-box {
		padding-left: 50px;
	}

	.list-wrap li .text-box {
		padding-right: 50px;
		margin-top: -7px;
	}

	.list-wrap .h1 {
		padding: 24px 44px 26px 0;
		font-size: 40px;
		letter-spacing: .07em;
	}

	.list-wrap .h1:after {
		bottom: 22px;
	}

	.list {
		margin-bottom: 41px;
	}

	.list .txt-holder {
		margin-right: 30px;
	}

	.list li {
		padding: 16px 0 12px;
	}

	.list strong {
		font-size: 36px;
	}

	.indent-block {
		padding: 0 0 39px 50px;
	}

	.indent-block .table {
		font-size: 16px;
	}

	.indent-block .table td {
		width: 23%;
	}

	.counter-wrap {
		margin-bottom: 50px;
		margin-top: -10px;
		font-size: 16px;
		padding-left: 30px;
	}

	.counter-wrap li {
		padding: 20px 0 15px 70px;
	}

	.counter-wrap li:before {
		font-size: 30px;
		left: -30px;
		top: 30px;
	}

	.counter-wrap li:after {
		font-size: 20px;
		left: 20px;
		top: 30px;
	}

	.bg-section .inner-content {
		padding-left: 49px;
		padding-top: 116px;
	}

	.bg-section .btn-go-to {
		top: 97px;
		right: 2px;
		-webkit-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
		position: absolute;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bg-section .btn-go-to .txt {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
	}

	.bg-section .green-circle {
		margin-bottom: 20px;
		margin-right: 0;
		-webkit-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
	}

	.intro .col-wrap .col,
	.info .col-wrap .col {
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 50%;
		margin-bottom: 30px;
	}

	.intro .col-wrap .col.bg,
	.info .col-wrap .col.bg {
		min-height: auto;
	}

	.intro .col-wrap {
		margin-bottom: 30px;
	}

	.intro .col-wrap .col {
		margin-bottom: 0;
	}

	.section.reverse .content-box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.info .content-box {
		padding: 40px 46px;
	}

	.info .col-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.info .col-wrap .col {
		width: 48%;
	}

	.article .btn {
		position: absolute;
		left: 15px;
		bottom: 20px;
		left: 15px;
		right: 15px;
		z-index: 9999;
	}

	.article .inner-box {
		padding: 40px 20px;
	}

	.article .col-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 25%;
		padding: 0 13px;
		margin-bottom: 35px;
	}

	.article .col .inner-content {
		padding: 123px 10px 118px;
		min-height: 335px;
	}

	#footer .col {
		width: 33.33%;
		float: left;
		margin-bottom: 0;
	}

	#footer .col:first-child {
		text-align: left;
	}

	#footer .col:last-child {
		text-align: right;
	}
}

@media (min-width: 1024px) {
	.btn-download.blue .img-box {
		margin-right: auto;
	}

	.lightbox-item .fancybox-close-small:after,
	.lightbox-item .fancybox-close-small:before {
		background: #fff !important;
	}

	.lightbox-demo {
		padding: 20px 40px;
	}

	.lightbox-demo .fancybox-close-small {
		top: 18px;
		right: 0;
	}

	.intro .col-wrap .col.bg,
	.info .col-wrap .col.bg {
		min-height: 400px;
	}

	.intro .content-box,
	.info .content-box {
		padding: 50px 45px;
	}

	.article .btn {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		right: auto;
		bottom: 48px;
		min-width: 173px;
	}

	.article .inner-box {
		padding: 50px 70px;
	}

	.article .col .inner-content h3 {
		font-size: 24px;
		line-height: 1.45;
	}
}

@media (min-width: 1200px) {
	.btn-download.blue {
		padding: 29px;
	}

	.section {
		padding: 80px 0 49px;
	}

	.download-section {
		background-position: 56% 50%;
		-min-height: 454px;
	}

	.download-section .btn-download.green {
		padding: 50px 71px 52px 71px;
	}

	.download-section .btn-go-to {
		right: 62px;
		bottom: 76px;
	}

	.download-section .inner-content
	{
		-bottom: 49px;
	}

	.article .inner-box {
		padding: 80px 92px 65px;
	}


}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.custom-holder
	{
		width: 55%;
	}

	.download-section .btn-go-to
	{
		bottom: 25%;
	}

	.list .custom-strong
	{
		font-weight: 700;
		color: rgb(37,38,169);
		font-size: 16px;
		width: 45%;
		text-align: right;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}



.info .content-box:after , .article .col .inner-content:after, .intro .col-wrap:after,.sous-intro .col-wrap:after {
	-webkit-transition: border 0.3s ease;
	transition: border 0.4s ease;
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	border: 10px solid transparent;
	pointer-events: none;
}



.intro .col-wrap:hover:after, .info .content-box:hover:after , .article .col .inner-content:hover:after {
	border:1px solid  rgb(37,38,169);
}

.inner-content h1
{
	/*font-family: 'Poppins', sans-serif;*/
	font : normal bold 70px 'Poppins', Times;
	position:absolute;
	top:300px;

}