@import url(fontawesome-all.min.css);

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900&display=swap');

/*
	PORTFOLIO 7G | Seven Graphik
> COULEURS :

	Nuancier Bleus/Violets :
#5c79ba (bg créas et mep)
#5467ad
#585fa7 (bg créas et mep hover)
#4f5595
#464b82 (btn hover 2)
#27274a

>>>#252b4c (bg body > header + footer)
#4c76ba

	Nuancier Jaunes/Oranges :
#ffd400
#f5c400 (btn hover 1 + hover MENU)
#f3ac00
#f08700 (Span - texte + border h1 + hover btn réseaux footer)
#de7f00

>>> #f08700
#f5c400

FONT : Titillium Web;
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, div, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

body {-webkit-text-size-adjust: none;}

input::-moz-focus-inner {
	border: 0;
	padding: 0;}

input, select, textarea {appearance: none;}


/* Basic */
@-ms-viewport {width: device-width;}
body {-ms-overflow-style: scrollbar;}

@media screen and (max-width: 480px) {
	html, body {min-width: 320px;}
}

html {box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit;}

body {background: #252b4c;}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	animation: none !important;
	transition: none !important;
}


/* Type */
body, input, select, textarea {
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {font-size: 16px;}
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea {font-size: 14px;}
}

a {
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;}

a:hover {
	border-bottom-color: transparent;
	color: #f5c400 !important;}

a:active {color: #f5c400 !important;}

strong, b {
	color: #ffffff;
	font-weight: 700;}

em, i {font-style: italic;}

p {margin: 0 0 2em 0;}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.5em;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	border-bottom: 0;}
.h1-accueil{font-size: 6em; border-bottom:solid 2px #f08700; margin-bottom:40px;}
h1 {font-size: 4.2em; border-bottom:solid 2px #ffffff; margin-bottom:20px;}
h1 span{font-size:1.2em; color:#f08700;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.35em;}
h4 {font-size: 1.1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.7em;}

@media screen and (max-width: 736px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.25em;}
}

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}


/* Row */


/* Section/Article */


/* Form */
form {margin: 0 0 2em 0;}
form > :last-child {margin-bottom: 0;}
form > .fields {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3em);
	margin: -1.5em 0 2em -1.5em;}

form > .fields > .field {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 1.5em 0 0 1.5em;
	width: calc(100% - 1.5em);
}

form > .fields > .field.half {width: calc(50% - 0.75em);}
form > .fields > .field.third {width: calc(100%/3 - 0.5em);}
form > .fields > .field.quarter {width: calc(25% - 0.375em);}

@media screen and (max-width: 480px) {
	form > .fields {
		width: calc(100% + 3em);
		margin: -1.5em 0 2em -1.5em;}
	form > .fields > .field {
		padding: 1.5em 0 0 1.5em;
		width: calc(100% - 1.5em);}
	form > .fields > .field.half {width: calc(100% - 1.5em);}
	form > .fields > .field.third {width: calc(100% - 1.5em);}
	form > .fields > .field.quarter {width: calc(100% - 1.5em);}
}

label {
	color: #ffffff;
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.25em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: #9bf1ff;
	box-shadow: 0 0 0 2px #9bf1ff;
}

select {
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select option {
	color: #ffffff;
	background: #252b4c;
}

select:focus::-ms-value {background-color: transparent;}
select::-ms-expand {display: none;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
		height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	padding-left: 2.65em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: rgba(212, 212, 255, 0.035);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.0625em;
	left: 0;
	letter-spacing: 0;
	line-height: 2.0625em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.0625em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #ffffff;
	border-color: #9bf1ff;
	content:'\f00c';
	color: #242943;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
	box-shadow: 0 0 0 2px #9bf1ff;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}

:-ms-input-placeholder {
	color: rgba(244, 244, 255, 0.2) !important;
	opacity: 1.0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon > .label {display: none;}
.icon:before {line-height: inherit;}
.icon.solid:before {font-weight: 900;}
.icon.brands:before {font-family: 'Font Awesome 5 Brands';}
.icon.alt:before {background-color: #ffffff;
	border-radius: 100%;
	color: #242943;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

a.icon.alt:before {transition: background-color 0.2s ease-in-out;}
a.icon.alt:hover:before {background-color: #f08700;}
a.icon.alt:active:before {background-color: #f08700;}


/* Image */
.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {display: block;}
.image.left, .image.right {max-width: 30%;}
.image.left img, .image.right img {width: 100%;}
.image.left {
	float: left;
	margin: 0 1.5em 1.25em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1.25em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {width: 100%;}

.image.main {
	display: block;
	margin: 2.5em 0;
	width: 100%;
}

.image.main img {width: 100%;}

@media screen and (max-width: 736px) {
	.image.main {margin: 1.5em 0;}
}



/* Actions */
div.actions {
	display: flex;
	cursor: default;
	list-style: none;
	padding-left: 0;
	justify-content:space-between;
}

div.actions a:first-child{
	margin-right:20px;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {padding-left: 0;}
ul.actions.stacked {
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {padding: 1.3em 0 0 0;}
ul.actions.stacked li:first-child {padding-top: 0;}
ul.actions.fit {width: calc(100% + 1em);}

ul.actions.fit li {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {width: 100%;}
ul.actions.fit.stacked {width: 100%;}


/* Icons */
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	margin-bottom:20px;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {padding-right: 0;}

@media screen and (max-width: 736px) {
	ul.icons li {padding: 0 0.75em 0 0;}
}


/* Pagination */
ul.pagination {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.pagination li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
}

ul.pagination li > .page {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: 0;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.125em;
	min-width: 1.5em;
	padding: 0 0.5em;
	text-align: center;
}

ul.pagination li > .page.active {
	background-color: #ffffff;
	color: #252b4c;
}

ul.pagination li > .page.active:hover {
	background-color: #f08700;
	color: #252b4c !important;
}

ul.pagination li > .page.active:active {background-color: #f08700;}
ul.pagination li:first-child {padding-right: 0.75em;}
ul.pagination li:last-child {padding-left: 0.75em;}

@media screen and (max-width: 480px) {
	ul.pagination li:nth-child(n+2):nth-last-child(n+2) {display: none;}
	ul.pagination li:first-child {padding-right: 0;}
}


/* Table */
.table-wrapper {overflow-x: auto;}
table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(212, 212, 255, 0.1);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {background-color: rgba(212, 212, 255, 0.035);}
table td {padding: 0.75em 0.75em;}
table th {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {border-bottom: solid 2px rgba(212, 212, 255, 0.1);}
table tfoot {border-top: solid 2px rgba(212, 212, 255, 0.1);}
table.alt {border-collapse: separate;}
table.alt tbody tr td {
	border: solid 1px rgba(212, 212, 255, 0.1);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {border-left-width: 1px;}
table.alt tbody tr:first-child td {border-top-width: 1px;}
table.alt thead {border-bottom: 0;}
table.alt tfoot {border-top: 0;}


/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	appearance: none;
	transition:500ms;
	background-color: transparent;
	border: solid 2px #ffffff;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border-radius:5px;
}

input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
button:hover,
button:active,
.button:hover,
.button:active {
	border: solid 2px #f5c400;
	color: #f5c400;
}

input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next,
.button.next {
	padding-right: 3em;
	position: relative;
}

input[type="submit"].next:before, input[type="submit"].next:after,
input[type="reset"].next:before,
input[type="reset"].next:after,
input[type="button"].next:before,
input[type="button"].next:after,
button.next:before,
button.next:after,
.button.next:before,
.button.next:after{
	content:'\27B2';
	display: block;
	height: 100%;
	position:absolute;
	right: 10px;
	top: 10px;
	width: 40px;
}

input[type="submit"].next:before,
input[type="reset"].next:before,
input[type="button"].next:before,
button.next:before,
.button.next:before {
	content:'\27A4';
}

input[type="submit"].next:after,
input[type="reset"].next:after,
input[type="button"].next:after,
button.next:after,
.button.next:after {
	content:'\27A4';
	opacity: 0;
	z-index: 1;
}


/* Tiles */
.tiles {
	display: flex;
	flex-wrap: wrap;
	border-top: 0 !important;
}

.tiles + * {border-top: 0 !important;}
.tiles div {
	transition:500ms;
	padding: 4em 4em 2em 4em ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: default;
	height: 40vh;
	max-height: 40em;
	min-height: 23em;
	overflow: hidden;
	position: relative;
	width: 40%;
}

.tiles div .image {display: none;}
.tiles div header {
	position: relative;
	z-index: 3;
}

.tiles div h2 {font-size: 1.75em;}
.tiles div h2 a:hover {color: inherit !important;}
.tiles div .link.primary {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.tiles div.is-transitioning {
	transform: scale(0.95);
	filter: blur(0.5em);
	opacity: 0;
}

.tiles div:nth-child(4n - 1), .tiles div:nth-child(4n - 2) {width: 60%;}
.tiles div:nth-child(6n - 5) {background-color: #5c79ba;}
.tiles div:nth-child(6n - 5):hover {background-color: #585fa7;}
.tiles div:nth-child(6n - 4) {background-color: #4f5595;}
.tiles div:nth-child(6n - 4):hover {background-color: #313964;}
.tiles div:nth-child(6n - 3) {background-color: #f3ac00;}
.tiles div:nth-child(6n - 3):hover {background-color: #e8941c;}
.tiles div:nth-child(6n - 2) {background-color: #f5c400;}
.tiles div:nth-child(6n - 2):hover {background-color: #cca625;}
/* .tiles div:nth-child(6n - 1) {background-color: #8ea9e8;}
.tiles div:nth-child(6n) {background-color: #87c5a4;} */

@media screen and (max-width: 1280px) {
	.tiles div {
		padding: 20px;
		height: 30vh;
		max-height: 30em;
		min-height: 20em;}
}

@media screen and (max-width: 980px) {
	.tiles div {width: 50% !important;}
}

@media screen and (max-width: 736px) {
	.tiles div {
		padding: 3em 1.5em 1em 1.5em ;
		height: 16em;
		max-height: none;
		min-height: 0;}

	.tiles div h2 {font-size: 1.5em;}
}

@media screen and (max-width: 480px) {
	.tiles {display: block;}
	.tiles div {
		height: 20em;
		width: 100% !important;}
}



/* Contact Method */
.contact-method {
	margin: 0 0 2em 0;
	padding-left: 3.25em;
	position: relative;
}

.contact-method .icon {
	left: 0;
	position: absolute;
	top: 0;
}

.contact-method h3 {margin: 0 0 0.5em 0;}

/* Spotlights */

.spotlights {border-top: 0 !important;}

.spotlights + * {border-top: 0 !important;}

.spotlights > section {
	display: flex;
	flex-direction: row;
	background-color: #2e3450;
}

.spotlights > section > .image {
	background-position: center center;
	background-size: cover;
	border-radius: 0;
	display: block;
	position: relative;
	width: 30%;
}

.spotlights > section > .image img {
	border-radius: 0;
	display: block;
	width: 100%;
}

.spotlights > section > .image:before {
	background: rgba(36, 41, 67, 0.9);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.spotlights > section > .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em 3em 0.1em 3em ;
	width: 70%;
}

.spotlights > section > .content > .inner {
	margin: 0 auto;
	max-width: 100%;
	width: 65em;
}

.spotlights > section:nth-child(2n) {
	flex-direction: row-reverse;
	background-color: #333856;
}

.spotlights > section:nth-child(2n) > .content {align-items: flex-end;}

@media screen and (max-width: 1680px) {
	.spotlights > section > .image {width: 40%;}
	.spotlights > section > .content {width: 60%;}
}

@media screen and (max-width: 1280px) {
	.spotlights > section > .image {width: 45%;}
	.spotlights > section > .content {width: 55%;}
}

@media screen and (max-width: 980px) {
	.spotlights > section {display: block;}
	.spotlights > section > .image {width: 100%;}
	.spotlights > section > .content {
		padding: 4em 3em 2em 3em ;
		width: 100%;}
}

@media screen and (max-width: 736px) {
	.spotlights > section > .content {padding: 3em 1.5em 1em 1.5em ;}
}

/* Header */

@keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;}

	100% {
		top: 0;
		opacity: 1;}
}

#header {
	display: flex;
	background-color: #252b4c;
	box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
	cursor: default;
	font-weight: 600;
	height: 100px;
	left: 0;
	letter-spacing: 0.25em;
	line-height: 3.25em;
	margin: 0;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header .logo {
	border: 0;
	display: inline-block;
	font-size: 18px;
	height: inherit;
	line-height: inherit;
	padding: 10px 20px;
	position:absolute;
	transition:500ms;
}

#header.reveal.alt img{width:100%;}
#header.reveal img{width:60%;}

#header .logo strong {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	position:relative;
	bottom:60px;
	right:0px;
}

#header .logo:hover strong {color: #f08700;}

#header .logo:active strong {background-color: #f08700;}


#header nav {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
	height: inherit;
	line-height: inherit;
	padding:20px 40px 0px 0px;
}

#header nav a {
	border: 0;
	display: block;
	font-size: 18px;
	height: inherit;
	line-height: inherit;
	padding: 5px;
}

#header nav a[href="#menu"]:after, #header nav a[href="#menu"]:after {
	content: '\2630';
	line-height:1.5em;
	display: inline-block;
	height: 100%;
	padding-left:10px;
}

#header.reveal {animation: reveal-header 0.35s ease;}

#header.alt {
	transition: opacity 2.5s ease;
	transition-delay: 0.75s;
	animation: none;
	background-color: transparent;
	box-shadow: none;
	position: absolute;
}

body.is-preload #header.alt {opacity: 0;}

@media screen and (max-width: 736px) {
	#header {
		height: 5.5em;
		line-height: 2.75em;}

	#header .logo {
		padding: 5px;
		width:50%;}

	#header.reveal .logo img {width:40%;}
	#header.reveal.alt .logo img {width:40%;}

	#header nav{padding:10px 20px 0px 0px;}
	#header nav a {
		padding: 0px;
		font-size:14px;}
}

@media screen and (max-width: 480px) {
	#header {height: 6em;}
	#header .logo img{width:50%;}
	#header.reveal.alt .logo img {width:30%;}
	#header.reveal .logo img {width:30%;}

	#header nav a[href="#menu"] {
		overflow: hidden;
		padding-right: 0 !important;}

	#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
		right: 0;
		width: inherit;}

	#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
		right: 0;}
}

/* Banner */

#banner {
	align-items: center;
	display: flex;
	padding: 6em 0 2em 0 ;
	border-bottom: 0 !important;
	cursor: default;
	height: 60vh;
	margin-bottom: -3.25em;
	max-height: 32em;
	min-height: 22em;
	position: relative;
	top: -3.25em;
	background-color:#252b4c;
	background-image: url(../../images/phoenix-blanc.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: 20% 0% !important;
}

#banner:after {
	transition: opacity 2.5s ease;
	transition-delay: 0.75s;
	pointer-events: none;
	background-color: #252b4c;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#banner > .inner {
	transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
	padding: 0 !important;
	position: relative;
	z-index: 2;
}

#banner > .inner .image {display: none;}
#banner > .inner header {width: auto;}
#banner > .inner header > :first-child {width: auto;}
#banner > .inner header > :first-child:after {max-width: 100%;}

#banner > .inner .content {
	display: flex;
	align-items: center;}

#banner > .inner .content > * {
	margin-right: 1.5em;
	margin-bottom: 0;}

#banner > .inner .content > :last-child {margin-right: 0;}

#banner > .inner .content p {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	padding-left:10px;}

#banner.major {
	height: 75vh;
	min-height: 30em;
	max-height: 50em;
	padding-left:12em;}

#banner.major.alt {opacity: 0.75;}
#banner.style1:after {background-color: #252b4c;}
#banner.style2:after {background-color: #5c79ba;}
#banner.style3:after {background-color: #4f5595;}
#banner.style4:after {background-color: #e8941c;}
#banner.style5:after {background-color: #f5c400;}
#banner.style6:after {background-color: #27274a;}
body.is-preload #banner:after {opacity: 1.0;}

body.is-preload #banner > .inner {
	filter: blur(0.125em);
	transform: translateX(-0.5em);
	opacity: 0;
}

@media screen and (max-width: 1280px) {
	#banner {background-attachment: scroll;}
}

@media screen and (max-width: 736px) {
	#banner {
		padding: 5em 0 1em 0 ;
		height: auto;
		margin-bottom: -2.75em;
		max-height: none;
		min-height: 0;
		top: -2.75em;}

	#banner h1 {font-size: 2em;}
	#banner > .inner .content {display: block;}

	#banner > .inner .content > * {
		margin-right: 0;
		margin-bottom: 2em;}

	#banner.major {
		height: auto;
		min-height: 0;
		max-height: none;}
}

@media screen and (max-width: 480px) {
	#banner {padding: 7em 0 2em 0 ;}
	#banner > .inner .content p br {display: none;}
	#banner.major {padding: 8em 0 4em 0 ;}
}

/* Main */

#main {background-color: #252b4c;}
#main > * {border-top: solid 1px rgba(212, 212, 255, 0.1);}
#main > *:first-child {border-top: 0;}

#main > * > .inner {
	padding: 4em 0 2em 0 ;
	margin: 0 auto;
	max-width: 65em;
	width: calc(100% - 6em);
}

@media screen and (max-width: 736px) {
	#main > * > .inner {
		padding: 3em 0 1em 0 ;
		width: calc(100% - 3em);}
}

#main.alt {
	background-color: transparent;
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
}

/* Contact */

#contact {
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
	overflow-x: hidden;
}

#contact > .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0 !important;
}

#contact > .inner > :nth-child(2n - 1) {
	padding: 4em 3em 2em 0 ;
	border-right: solid 1px rgba(212, 212, 255, 0.1);
	width: 60%;
}

#contact > .inner > :nth-child(2n) {
	padding-left: 3em;
	width: 40%;
}

#contact > .inner > .split {padding: 0;}

#contact > .inner > .split > * {
	padding: 3em 0 1em 3em ;
	position: relative;
}

#contact > .inner > .split > *:before {
	border-top: solid 1px rgba(212, 212, 255, 0.1);
	content: '';
	display: block;
	margin-left: -3em;
	position: absolute;
	top: 0;
	width: calc(100vw + 3em);
}

#contact > .inner > .split > :first-child:before {display: none;}

@media screen and (max-width: 980px) {
	#contact > .inner {display: block;}

	#contact > .inner > :nth-child(2n - 1) {
	padding: 4em 0 2em 0 ;
	border-right: 0;
	width: 100%;}

	#contact > .inner > :nth-child(2n) {
	padding-left: 0;
	width: 100%;}

	#contact > .inner > .split > * {padding: 3em 0 1em 0 ;}
	#contact > .inner > .split > :first-child:before {display: block;}
}

@media screen and (max-width: 736px) {
	#contact > .inner > :nth-child(2n - 1) {padding: 3em 0 1em 0 ;}
}

/* Footer */
#footer{text-align:center;background-color:#252b4c;}
#footer .copyright {
	font-size: 0.8em;
	list-style: none;
	padding-left: 0;
}

#footer .copyright li,{
	color: rgba(244, 244, 255, 0.2);
	display: inline-block;
	line-height: 1;
}

#footer .signature{color: rgba(244, 244, 255, 0.2); display: inline-block; margin-bottom:5px;}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	#footer .copyright li {
		display: block;
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		line-height: inherit;}
}

/* Wrapper */

#wrapper {
	transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	padding-top: 3.25em;
}

#wrapper.is-transitioning {opacity: 0;}

#wrapper > * > .inner {
	padding: 4em 0 2em 0 ;
	margin: 0 auto;
	max-width: 65em;
	width: calc(100% - 6em);
}

@media screen and (max-width: 736px) {
	#wrapper > * > .inner {
		padding: 3em 0 1em 0 ;
		width: calc(100% - 3em);}
}

@media screen and (max-width: 736px) {#wrapper {padding-top: 2.75em;}}

/* Menu */

#menu {
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
	background: rgba(37, 43, 76, 0.9);
	box-shadow: none;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 3em 2em;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10002;
}

#menu .inner {
	transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
	transform: rotateX(20deg);
	max-width: 100%;
	max-height: 100vh;
	opacity: 0;
	overflow: auto;
	text-align: center;
	visibility: hidden;
	width: 18em;
}

#menu .inner > :first-child {margin-top: 2em;}
#menu .inner > :last-child {margin-bottom: 3em;}
#menu ul {margin: 0 0 1em 0;}

#menu ul.links {
	list-style: none;
	padding: 0;
}

#menu ul.links > li {padding: 0;}

#menu ul.links > li > a:not(.button) {
	border: 0;
	border-top: solid 1px rgba(212, 212, 255, 0.1);
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.25em;
	line-height: 4em;
	text-decoration: none;
	text-transform:uppercase;
}

#menu ul.links > li > .button {
	display: block;
	margin: 0.5em 0 0 0;
}

#menu ul.links > li:first-child > a:not(.button) {border-top: 0 !important;}

#menu .close {
	transition: color 0.2s ease-in-out;
	border: 0;
	cursor: pointer;
	display: block;
	height: 4em;
	line-height: 4em;
	overflow: hidden;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	text-align: right;
	text-indent: 8em;
	top: 0;
	vertical-align: middle;
	white-space: nowrap;
	width: 8em;
}

#menu .close:after {
	transition: opacity 0.2s ease-in-out;
	content: '\2715';
	color:#ffffff;
	font-size:30px;
	text-align:center;
	display: block;
	position: absolute;
	right: 50px;
	top: 10px;
	transition:500ms;
}

#menu .close:hover:after, #menu .close:active:after {color:#f08700;}
body.is-ie #menu {background: rgba(37, 43, 76, 0.95);}
body.is-menu-visible #wrapper {filter: blur(0.5em);}

body.is-menu-visible #menu {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

body.is-menu-visible #menu .inner {
	transform: none;
	opacity: 1;
	visibility: visible;
}

/* AJOUTS */

.last-p{margin-bottom:60px;}

#two{background-color:#27274a;}

#two h2{padding-bottom:10px; border-bottom:solid 1px #ffffff; margin-bottom:40px;}

#one div.menu-portfolio{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;}

#one h2{padding-bottom:10px; border-bottom:solid 1px #ffffff;}

#one div.menu-portfolio .info{align-self:flex-end;}

#one div.menu-portfolio a.bleu:hover{border:solid 2px #464b82; color:#464b82 !important;}


@media screen and (max-width: 360px) {
	body, input, select, textarea {font-size: 12px;}
	input[type="submit"].next,
	input[type="reset"].next,
	input[type="button"].next,
	button.next,
	.button.next{padding-right: 2.2em;}

	button.next:before,
	button.next:after,
	.button.next:before,
	.button.next:after{
		content:'\27A4';
		right: 0px;}
}


/* Créas et mises en pages */

#banner.style2{background-color:#5c79ba;}

#banner.style2 .content-2 p, 
#banner.style3 .content-2 p,
#banner.style4 .content-2 p,
#banner.style5 .content-2 p{font-size:1.2em;text-align:right;}

.content-2{flex-grow:2;}
.inner-2 {display: flex;flex-direction:column;}
.inner-2 a{align-self: flex-end;}
.spotlights{margin:0;}

.spotlights section:nth-child(6n - 5){background-color: #585fa7;}
.spotlights section:nth-child(6n - 4){background-color: #4c76ba;}
.spotlights section:nth-child(6n - 3){background-color: #5467ad;}

.spotlights-2 section:nth-child(6n - 5){background-color: #27274a;}
.spotlights-2 section:nth-child(6n - 4){background-color: #464b82;}
.spotlights-2 section:nth-child(6n - 3){background-color: #5467ad;}
.spotlights-2 section:nth-child(6n - 2){background-color: #4f5595;}


#banner.style3{background-color:#4f5595;}
.inner-2 h2 em{font-size:20px;font-weight:400;}


#banner.style4{background-color:#e8941c;}
#banner.style4 span{color:#252b4c;}

.spotlights-3 section:nth-child(6n - 5){background-color: #f3ac00;}
.spotlights-3 section:nth-child(6n - 4){background-color: #f5c400;}
.spotlights-3 section:nth-child(6n - 3){background-color: #f08700;}
.spotlights-3 section:nth-child(6n - 2){background-color: #4f5595;}

#two div.inner-2 a.bleu:hover{border: solid 2px #252b4c; color: #252b4c !important;}

#header a.menu-2:hover{color: #252b4c !important;}

#header.alt-2.reveal{background-color:#f08700 !important;}
#header.alt-2.reveal.alt{background-color: transparent !important;}


/* GALERIE 1 */
#galerie{
	padding:20px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center; /* >>> uniquement mobile et tablette ? */
	background-color:#585fa7;
	text-align:center;
}

#galerie .galerie-row{
	width:400px;
	border-radius:5px;
	margin:20px 20px 40px 20px;
}

#galerie .galerie-row a{
	display:block;
	text-decoration:none;
	padding:10px;
	text-align:center;
	border:0;
}

#galerie .galerie-row p{font-style:italic; margin:0px;}

#galerie img{
	width:100%;
	border-radius:5px;
	display:inline-block;
	transition:500ms;
	opacity:0.7;
}

#galerie img:hover{
	transform:scale(1.07);
	opacity:1;
}

/* GALERIE LIGHTBOX */
/* .lightbox{cursor:zoom-in;} */

.lightbox-open{
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	cursor:zoom-out;
	display:flex;
	justify-content:center; /* ou margin:auto; sur img */
	align-items:center; /* ou margin:auto; sur img */
}

.lightbox-open img{
	/*margin:auto;*/
	border-radius:5px;
	max-width:80%;
}

.lightbox-open .img-2{
	/*margin:auto;*/
	border-radius:5px;
	max-width:50%;
}

.lightbox-open p{
	width:100%;
	color:#252b4c;
	font-size:18px;
	text-align:center;
	font-size:16px;
	position:absolute;
	bottom:20px;
}

.lightbox-open p span{
	background-color:#ffffff;
	border-radius:50px;
	padding:10px 20px;
	box-shadow:-1px 1px 2px rgba(0,0,0,0.8);
}



/* Bigfoot */

.major.contenu{padding-top:80px;}
.bigfoot{
	background-color:#27274a;
	background-image: url(../../images/phoenix-blanc.png);
	background-position:left 10px center;
	background-repeat:no-repeat;
	background-size:auto;
	background-blend-mode: overlay;
}

#footer{padding:40px 0px 20px 0px;}

/* Responsive */

@media screen and (max-width: 1024px) {
	section img {
		width:40%;}
}

@media screen and (max-width: 768px) {
	section img {
		width:100%;}
}