/*
Theme Name: RoleCrafting
Theme URI: http://rolecrafting.org/
Author: A Camel In Paris
Author URI: http://acamelin.paris
Description: Theme for the site of Role Crafting
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rolecrafting
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-background, custom-header, custom-menu, custom-logo, editor-style, microformats, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

RoleCrafting is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
	## Header
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
	--black: #000;
	--white: #fff;
	--blue: #131f6b;
	--darkgreen : #005A3d;
	--lightgreen: #48a578;
	--red: #b3433E;
	--orange : #ff533d;
	--grey: #cecece;
	--lightgrey: #e1e1e1;
	--t1: 0.4rem;
	--t2: 0.8rem;
	--t3: 1.2rem;
	--t4: 1.6rem;
	--t5: 2rem;
	--t6: 2.4rem;
	--t7: 2.8rem;
	--t8: 3.2rem;
	--t9: 3.6rem;
	--t10: 4rem;
	--transition: all 1s ease;
}

@font-face{
  font-family:'Alegreya Sans SC';
  src:url(fonts/alegreyasanssc.eot);
  src:url(fonts/alegreyasanssc.eot#iefix) format('embedded-opentype'),
  url(fonts/alegreyasanssc.woff2) format('woff2'),
  url(fonts/alegreyasanssc.woff) format('woff'),
  url(fonts/alegreyasanssc.ttf) format('truetype'),
  url(fonts/alegreyasanssc.svg#icomoon) format('svg');
  font-weight:normal;
  font-style:normal
}
@font-face{
	font-family:'Frontage';
	src:url(fonts/Frontage.eot);
	src:url(fonts/Frontage.eot#iefix) format('embedded-opentype'),
	url(fonts/Frontage.woff) format('woff'),
	url(fonts/Frontage.ttf) format('truetype'),
	url(fonts/Frontage.svg#icomoon) format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
  font-family:'Roboto';
  src:url(fonts/roboto-regular.eot);
  src:url(fonts/roboto-regular.eot#iefix) format('embedded-opentype'),
  url(fonts/roboto-regular.woff2) format('woff2'),
  url(fonts/roboto-regular.woff) format('woff'),
  url(fonts/roboto-regular.ttf) format('truetype'),
  url(fonts/roboto-regular.svg#icomoon) format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Roboto';
  src:url(fonts/roboto-italic.eot);
  src:url(fonts/roboto-italic.eot#iefix) format('embedded-opentype'),
  url(fonts/roboto-italic.woff2) format('woff2'),
  url(fonts/roboto-italic.woff) format('woff'),
  url(fonts/roboto-italic.ttf) format('truetype'),
  url(fonts/roboto-italic.svg#icomoon) format('svg');
  font-weight:normal;
  font-style: italic;
}
@font-face{
  font-family:'Roboto';
  src:url(fonts/roboto-bold.eot);
  src:url(fonts/roboto-bold.eot#iefix) format('embedded-opentype'),
  url(fonts/roboto-bold.woff2) format('woff2'),
  url(fonts/roboto-bold.woff) format('woff'),
  url(fonts/roboto-bold.ttf) format('truetype'),
  url(fonts/roboto-bold.svg#icomoon) format('svg');
  font-weight:bold;
  font-style: normal;
}
@font-face{
  font-family:'Roboto';
  src:url(fonts/roboto-bolditalic.eot);
  src:url(fonts/roboto-bolditalic.eot#iefix) format('embedded-opentype'),
  url(fonts/roboto-bolditalic.woff2) format('woff2'),
  url(fonts/roboto-bolditalic.woff) format('woff'),
  url(fonts/roboto-bolditalic.ttf) format('truetype'),
  url(fonts/roboto-bolditalic.svg#icomoon) format('svg');
  font-weight:bold;
  font-style: italic;
}
@font-face{
  font-family:'Roboto Slab';
  src:url(fonts/robotoslab-regular.eot);
  src:url(fonts/robotoslab-regular.eot#iefix) format('embedded-opentype'),
  url(fonts/robotoslab-regular.woff2) format('woff2'),
  url(fonts/robotoslab-regular.woff) format('woff'),
  url(fonts/robotoslab-regular.ttf) format('truetype'),
  url(fonts/robotoslab-regular.svg#icomoon) format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Roboto Slab';
  src:url(fonts/robotoslab-bold.eot);
  src:url(fonts/robotoslab-bold.eot#iefix) format('embedded-opentype'),
  url(fonts/robotoslab-bold.woff2) format('woff2'),
  url(fonts/robotoslab-bold.woff) format('woff'),
  url(fonts/robotoslab-bold.ttf) format('truetype'),
  url(fonts/robotoslab-bold.svg#icomoon) format('svg');
  font-weight:bold;
  font-style: normal;
}
@font-face{
  font-family:'icomoon';
  src:url(fonts/icomoon.eot);
  src:url(fonts/icomoon.eot#iefix) format('embedded-opentype'),
  url(fonts/icomoon.woff) format('woff'),
  url(fonts/icomoon.ttf) format('truetype'),
  url(fonts/icomoon.svg#icomoon) format('svg');
  font-weight:normal;
  font-style:normal
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding:0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
pre,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*fieldset {
  border: 1px solid var(--darkgreen);
  margin: .5em 1em;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}*/

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: initial;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body,
button,
input,
select,
textarea {
	font: normal 1.6rem/1.5 'Arial', sans-serif;
	color: #18121e;
}

h1,
.h1like,
h2,
.h2like,
h3,
.h3like,
h4,
.h4like,
h5,
.h5like,
h6,
.h6like {
	clear: both;
	font-family: 'Frontage', sans-serif;
	margin: 0;
	font-weight: 500;
	color: var(--darkgreen);
}

h1,
.h1like {
	font-size: 3.2rem;
	margin: 2rem 0;
}
h2,
.h2like {
	font-size: 2.8rem;
	margin: 1.5rem 0;
}
h3,
.h3like {
	font-size: 2.4rem;
	margin: 1rem 0;
}
h4,
.h4like {
	font-size: 2.2rem;
  margin: 0.8rem 0;
}
h5,
.h5like {
	font-size: 2rem;
	margin: 0.8rem 0;
}
h6,
.h6like {
	font-size: 1.8rem;
	margin: 0.8rem 0;
}
p {
	margin-bottom: 1.5em;
}
b {
	font-weight: bold;
	opacity: 0.8;
}
strong {
	font-weight: bolder;
}
dfn,
cite,
em, 
i {
	font-style: italic;
}
em {
	font-weight: 500;
}
s {
	text-decoration: none;
	position: relative;
}
s::after {
	content: ' ';
	font-size: inherit;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 46%;
	bottom: 32%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
del {
	text-decoration: line-through;
}
q::before {
	content: open-quote;
}
q::after {
	content: close-quote;
}
q {
	quotes: "«\0000a0" "\0000a0»";
}
blockquote {
	margin: 0;
}
blockquote::before {
	content: '\f10d';
	font: normal 1.6rem/1.5 'fontawesome';
	float: left;
	padding-right: .5rem;
}
blockquote p::after {
	content: '\f10e';
	font: normal 1.6rem/1.5 'fontawesome';
	padding-left: .5rem;
}

blockquote p {
	margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
	font: normal 1.6rem/1.5 'Roboto Slab', serif;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #cecece;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.6rem;
}
kbd {
	background-color: #f4f7f8;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 1px rgba(0,0,0,.2),0 2px 0 0 rgba(255,255,255,.7) inset;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: inherit;
	padding: 2px 4px;
	white-space: nowrap;
}
abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

ins {
	background: #cecece;
	text-decoration: none;
	padding: 0.2rem 0.2rem;
}
mark {
	background: #18121e;
	color: #cecece;
	text-decoration: none;
	padding: 0.2rem 0.2rem;
}

big,
.big {
	font-size: 125%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #004a80;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #ff533d;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
a.linkgrey,
a.linkgrey:link,
a.linkgrey:visited {
	color: #ff533d;
}
a.linkgrey:hover,
a.linkgrey:focus,
a.linkgrey:active {
	color: #cecece;
	text-decoration: underline;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

hr {
	background-color: var(--grey);
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

ul,
ol {
	margin: 0 0 1.5em 20px;
	padding: 0;
}
ul {
	list-style: square;
	list-style-position: outside;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
/*@media (max-width: 767px) {
  ul,
  ol {
	margin: 0 0 1.5em 0;
	list-style-position: inside;
  }
}*/
dl {
	border: 3px double #004a80;
	background: #cecece;
}
dt {
	float: left;
	clear: left;
	width: 25%;
	text-align: right;
	font-weight: bold;
	color: #004a80;
}
dt::after {
	content: "\00A0:\00A0";
}
dt + dt:before {
	content: "ou ";
	font-weight: normal;
}
dd {
	margin: 0 0 0 27%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table td {
	border-top: 1px solid var(--white);
	padding: 8px;
}

table tbody tr:nth-child(odd) {
	background: var(--darkgreen);
	color: var(--lightgrey);
}

table tbody tr:nth-child(even) {
	background: var(--blue);
	color: var(--lightgrey);
}

table tbody tr:hover,
table tbody tr:focus-within {
	background: var(--lightgreen);
	color: var(--darkgreen);
}

table tbody tr:hover td,
table tbody tr:focus-within td {
	color: var(--darkgreen);
}

table tr a:link,
table tr a:visited {
	color: var(--lightgrey);
}
table tr:hover a,
table tr:focus-within a {
	color: var(--darkgreen);
}

table thead tr {
	background: var(--lightgrey);
	color: var(--darkgreen);
}

details {
  background-color: #004a80;
  border-radius: 5px;
}
summary {
	height: 36px;
	padding: 0;
	line-height: 36px;
	list-style: none;
	background-color: #cecece;
	margin: 0;
	border-radius: 4px;
}
details[open] summary::after {
	content: "-";
}
details[open] summary {
	border-radius: 4px 4px 0 0;
}
summary::-webkit-details-marker {
   display: none;
}
summary::after {
	content: "+";
	color: #004a80;
	float: left;
	font-size: 4rem;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 30px;
}
details p {
	padding: 10px;
	color: #cecece;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
	min-height: 100vh;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background: var(--darkgreen);
	color: var(--white);
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-template-rows: 98px;
	align-items: center;
	justify-items: center;
}

.site-branding {
	grid-row: 1;
	grid-column: 2;
}

.site-branding h1 {
	margin: 0;
}

.header-menu {
	grid-row: 1;
	grid-column: 1;
	justify-self: center;
}

/*.header-search {
	grid-row: 2;
	grid-column: 2;
	justify-self: center;
}

.header-lang {
	grid-row: 1;
	grid-column: 3;
	justify-self: center;
}*/

.header-client {
	display: none;
}
.header-consultant {
	display: none;
}

.header-client a:link,
.header-client a:visited,
.header-consultant a:link,
.header-consultant a:visited {
	color: var(--white);
	font-size: 1.6rem;
	font-family: 'Frontage', sans-serif;
	line-height: 98px;
	text-decoration: none;
}

.header-client a:hover,
.header-client a:focus,
.header-consultant a:hover,
.header-consultant a:focus {
	color: var(--lightgreen);
}

a.header-icons ,
a.header-icons:link,
a.header-icons:visited {
	color: #fff;
}

a.header-icons:hover,
a.header-icons:focus {
	color: #ff533d;
}

a.header-button,
a.header-button:link,
a.header-button:visited {
	color: #004a80;
	text-decoration: none;
	display: inline-block;
}

.header-button {
	background: transparent;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border-color: #ECEFF1 !important;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	vertical-align: middle;
	position: relative;
	z-index: 50;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none !important;
	border-radius: 0;
	text-shadow: none;
	line-height:  inherit;

}
a.header-button:hover {
	background-color: #fff;
	color: #004a80;
}
a.header-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #004a80;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
a.header-button:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.flag {
	line-height: 89px;
}

.flag a img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(30%);
	-webkit-filter: grayscale(.5);
	-moz-filter: grayscale(30%);
	-ms-filter: grayscale(30%);
	-o-filter: grayscale(30%);
	filter: grayscale(.3);
	transition: all 1s ease;
}

.flag a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0);
	transition: all 1s ease;
}

.custom-logo {
	margin-left: 15px;
}

@media only screen and (min-width: 769px) {
	.site-header {
		grid-template-columns: 50px 1fr;
		grid-template-rows: 98px;
	}
	.site-branding {
		grid-row: 1;
		grid-column: 2;
	}
	.header-menu {
		grid-row: 1;
		grid-column: 1;
	}
	/*.header-search {
		grid-row: 1;
		grid-column: 3;
	}

	.header-lang {
		grid-row: 1;
		grid-column: 4;
	}*/

	.header-client {
		display: none;
	}
	.header-consultant {
		display: none;
	}
}

@media only screen and (min-width: 1154px) {
	.site-header {
	grid-template-columns: 280px 1fr 140px 140px;
		grid-template-rows: 98px;
	}

	.site-branding {
		grid-row: 1;
		grid-column: 1;
		justify-self: left;
	}

	.header-menu {
		grid-row: 1;
		grid-column: 2;
		justify-self: center;
	}

	/*.header-search {
		grid-row: 1;
		grid-column: 3;
	}*/

	/*.header-lang {
		grid-row: 1;
		grid-column: 4;
	}*/

	.header-consultant {
		grid-row: 1;
		grid-column: 4;
		display: block;
	}
	.header-client {
		grid-row: 1;
		grid-column: 3;
		display: block;
	}
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home h2 {
	font-size: 3.8rem;
	margin: 20px 0;
}
.home p {
	font-size: 2rem;
	margin: 10px 0 20px;
}
.home small {
	font-size: 50%;
  position: relative;
  color: #fff;
  display: none;
}
.chart h3,
.chart p {
  color: #fff;
}
.expertise2 {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.expertise2 p {
	text-align: center;
	color: #18121e;
	font-size: 20px;
	margin: 0;
	padding: 2% 0;
}
#section3 {
	margin-bottom: 0;
}
#section5 {
	padding: 30px;
}
.pilars {
	margin: 3rem auto;
}

.pilars__list {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.pilars__listitem {
	flex: 1 1 0;
	align-self: stretch;
	padding: 30px 2px;
	font-weight: bold;
	text-decoration: none;
}

.pilars__listitem:link,
.pilars__listitem:visited {
	font-size: var(--t5);
	color: var(--darkgreen);
	background: var(--white);
	transition: var(--transition);
	border: 2px solid var(--darkgreen);
}

.pilars__listitem:hover,
.pilars__listitem:focus {
	color: white;
	background: var(--lightgreen);
	transition: var(--transition);
	border: 2px solid white;
	text-decoration: none;
}

.section4areas {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
}
.section4area {
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #18121e;
  overflow: hidden;
}
.site-footer p {
	font-size: 16px;
	color: #cecece;
	margin: 10px 0;
}
.menu-footer {
	margin: 10px 0;
	padding: 0;
	text-align: right;
	color: #cecece;
}
.menu-footer li {
	list-style: none;
	display: inline-block;
}
.menu-footer li+li:before {
	content: '\00a0|\0020';
}
.menu-footer a,
.menu-footer a:link,
.menu-footer a:visited {
  color: #cecece;
}
.menu-footer a:hover,
.menu-footer a:focus {
  color: #ff533d;
}
@media (max-width: 767px) {
  .site-footer p {
	text-align: center;
  }
  .menu-footer {
	text-align: center;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#menu-primary li a { font-weight: 400; }
#menu-primary {
	font-size: 1.6rem;
	font-family: 'Frontage', sans-serif;
	line-height: 98px;
}
.menu ul {
	padding: 0;
}

.no-large {
    display: block !important;
}

@media only screen and (min-width: 1154px) {
	.no-large {
	  display: none !important;
	}
	.menu > .wrap {
		display: block !important;
	}
	.menu-toggle {
		position: absolute;
	}
	.ltr .menu-toggle {
		left: -9999em;
	}
	.menu ul {
		list-style: none;
		margin: 0;
	}
	.menu-items {
		zoom: 1;
	}
	.menu-items::before,
	.menu-items::after {
		content: "";
		display: table;
	}
	.menu-items::after {
		clear: both;
	}
	.menu-items > ul {
		width: 100%;
		margin: 60px auto;
	}
	.menu ul ul {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		z-index: 999999;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition:  all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.menu li:hover > ul,
	.menu li:focus > ul,
	.menu li.focus > ul {
		opacity:    1;
		visibility: visible;
	}
	.ltr .menu li > ul::before {
		left: 24px;
	}
	.menu li li > ul::before {
		top: 22px;
		border-top-width: 6px;
		border-top-style: solid;
	}
	.ltr .menu li li > ul::before {
		left:         -6px;
		border-right-width: 6px;
		border-right-style: solid;
		border-left:  0;
	}
	.menu li {
		display:  inline-block;
		position: relative;
		padding-right: 20px;
	}
	.menu li li {
		display: block;
	}
	.menu-items li li a {
		-webkit-transition: all 0 ease 0;
		-moz-transition: all 0 ease 0;
		-o-transition:  all 0 ease 0;
		transition: all 0 ease 0;
	}
	.menu li > a::after {
		content: '\a0\f107';
		display: inline-block;
		margin: -2px 0 0;
		font: normal 14px/1 'fontawesome';
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
	}
	.ltr .menu li > a::after {
		padding-left: 5px;
	}
	.menu li li > a::after {
		position: absolute;
		vertical-align: middle;
		margin: 3px 0 0;
	}
	.ltr .menu li li > a::after {
		right: 5px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.menu li a:only-child::after {
		content: '';
	}
	/* ====== Primary and Secondary Menus ====== */
		/* Lists */
	#menu-primary ul ul {
		width: 250px;
		margin: 20px 0 0;
		top: 97px; 
		padding: 0;
	}
	#menu-primary .menu-items li:hover > ul,
	#menu-primary .menu-items li:focus > ul,
	#menu-primary .menu-items li.focus > ul {
		margin: 0;
	}
	.ltr #menu-primary ul ul,
	.ltr #menu-primary li:hover > ul,
	.ltr #menu-primary li:focus > ul,
	.ltr #menu-primary li.focus > ul {
		margin-left: 0;
	}
	#menu-primary.menu li li:hover > ul,
	#menu-primary.menu li li:focus > ul,
	#menu-primary.menu li li.focus > ul { margin: 0; }
	#menu-primary ul ul ul {
		top: 0;
		margin: 0;
	}
	.ltr #menu-primary ul ul ul {
		left: 236px; margin-left: 20px;
	}
	/* List item links */
	#menu-primary li a {
		display: block;
		color: var(--white);
		text-decoration: none;
	}
	#menu-primary li a:hover {
		color: var(--lightgreen);
	}
	#menu-primary li li a {
		position: relative;
		display: block;
		width: 250px;
		padding: 10px 10px !important;
		line-height: 1.5;
		border-top: 1px solid;
		font-size: 16px;
		text-align: left;
	}
}
@media only screen and (min-width: 1154px) {
	.menu li > ul::before {
		border-right-color: transparent;
		border-bottom-color: #252525;
		border-left-color: transparent;
	}
	.menu li li > ul::before {
		border-top-color: transparent;
		border-bottom-color: transparent;
	}
	.ltr .menu li li > ul::before {
		border-right-color: #252525;
	}
	#menu-primary li li a {
		background: #cecece;
		border-color: var(--darkgreen);
		color: var(--darkgreen);
	}
	#menu-primary ul ul li a:hover,
	#menu-primary ul ul li a:focus {
		background: #cecece;
		color: var(--lightgreen);
	}
	#menu-primary .menu-toggle button {
		display: none;
	}
}
@media only screen and (max-width: 1154px) {
	#menu-primary .wrap { 
		padding: 0; 
		text-align: left;
		position: absolute;
		top: 97px;
		left: 0;
		z-index: 1000;
	}
	.menu-toggle {
		position: relative;
		display: inline-block;
		margin: 0;
		cursor: pointer;
		font-size: 0.8125rem;
		line-height: 24px;
		vertical-align: middle;
	}
	.ltr .menu-toggle button {
		left: 0;
	}
	#menu-primary .menu-toggle button {
		margin:  10px 0;
		padding: 0;
		border: none;
		background: none;
		position: relative;
		color: #fff;
		top: 0;
		box-shadow: none;
		text-shadow: none;
		cursor: pointer;
	}
	#menu-primary .menu-toggle button:hover,
	#menu-primary .menu-toggle .active  {
		color: #ff533d;
	}
	.ltr #menu-primary .menu-toggle button {
		margin-left:  1.5rem;
		border: none;
		background-color: transparent;
	}
	#menu-primary .menu-toggle button::before {
		content: '\f0c9';
		display: inline-block;
		font-family: 'fontawesome';
		font-size: 24px;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
	}
	.ltr #menu-primary .menu-toggle button::before {
		padding: 0 0.75rem 0 0;
	}
	#branding {
		z-index: 1;
	}
	#menu-primary .wrap {
		display: none;
	}
	#menu-primary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#menu-primary li {
		width: 100%; 
		display: block;
		line-height: 20px;
	}
	#menu-primary li a {
		display: block;
		width:  100%;
		padding: 0.75rem 1.5rem;
		border-top: 1px solid;
		box-sizing: border-box;
	}
	.ltr #menu-primary li li a {
		padding-left: 3rem;
	}
	.ltr #menu-primary li li li a {
		padding-left: 4.5rem;
	}
	.ltr #menu-primary li li li li a {
		padding-left: 6rem;
	}
	.rtl #menu-primary li li li li a {
		padding-right: 6rem;
	}
	#menu-primary li a {
		color: var(--darkgreen);
		background: #cecece;
		border: 1px solid var(--darkgreen);
	}
	#menu-primary li a:hover,
	#menu-primary li a:focus {
		color: var(--lightgreen);
	}
	.menu li {
		display: inline-block;
		position: relative;
	}
	#menu-primary .sub-menu li a {
		padding-left: 60px;
	}
}
#menu-secondary-items li > a::after {
	display: none;
}
.menu-item-last span {
	display: none;
}

.searchBox {
	font-size: 20px;
	text-align: center;
}

.expSearchBox {
	float: right;
	position: relative;
	margin-right: 20px;
}

.expSearchFrom {
	border: 3px solid var(--white);
	border-radius: 20px;
	display: inline-block;
	height: 34px;
	position: relative;
	background: var(--darkgreen);
}

.close {
	position:absolute;
	width:30px;
	height:30px;
	top:0px;
	right:0px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	z-index:1
}

.close span {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	height: 4px;
	position: absolute;
	right: -7px;
	top: 29px;
	width: 14px;

	-webkit-transition: .2s .5s ease-in-out ;
	-moz-transition: .2s .5s ease-in-out;
	-o-transition: .2s .5s ease-in-out;
	transition: .2s .5s ease-in-out;    
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);    
}

.close span.back {
	top:12px;
	right:5px;
	opacity:0;
}

input#field {
	cursor: pointer;
	border: none;
	background: transparent;
	height: 30px;
	width: 0px;
	line-height: normal;
	vertical-align: top;
	padding: 0px 15px;
	-webkit-transition: width .5s; /* Safari */
	transition: width .5s; 
	position: relative;
	z-index: 2;
	color: #fff;
}

input#field:focus {
	width:200px;
	outline:none;
	margin-right:30px;
}

input#field:focus + .close span {
	top:12px;
	right:5px;
}

input#field:focus + .close span.back {
	-webkit-transition: .5s .7s ease-in-out ;
	-moz-transition: .5s .7s ease-in-out;
	-o-transition: .5s .7s ease-in-out;
	transition: .5s .7s ease-in-out;    
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:1;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}
/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/
/*single post navigation*/

.nav-links a {
  height:110px;
  background: #cecece;
  display: block;
  padding:15px;
  text-decoration: none;
  border-radius: 4px;
}
.nav-links a .entry-image {
  height:80px; 
  width:80px; 
  display:block;
}
.nav-links a .entry-image i {
  font-size: 6rem;
}
.nav-links a .entry-image img {
  border-radius: 100px; 
  display: block;
}
.nav-links a .entry-info {
  display:block;
  height:80px;
  width:220px;
  display: table;
}
.nav-next a .entry-info {
  margin:0 20px 0 1px;
}
.nav-previous a .entry-info {
  margin:0 1px 0 20px;
}

.nav-links a .entry-info span {
  display: table-cell;
  vertical-align: middle;
}
.nav-links a .entry-info-wrap{
  width:240px; 
  display:block;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.postpagination{
  clear:both;
  padding:20px 0;
  position:relative;
  font-size:1.1rem;
  line-height:1.3rem;
  margin:0 auto 2rem;
}
.postpagination span{
  display:block;
  float:left;
  margin:2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#cecece;
  background:#004a80;
}
.postpagination a span{
  display:block;
  float:left;
  margin:2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#000;
  background:#B6B9DA;
}
.postpagination a span:hover{
  color:#18121e;
  background:#004a80;
}
.postpagination .current{
  padding:6px 9px 5px 9px;
  background: #18121e;
  color: #cecece;
}
.pagination{
  clear: both;
  padding: 40px 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #cecece;
  background: #004a80;
}
.pagination a:hover {
  color: #004a80;
  background: #cecece;
}
.pagination .current {
  padding:6px 9px 5px 9px;
  background:#18121e;
  color:#cecece;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.textalignright {
	text-align: right;
}
.textalignleft {
	text-align: left;
}
.textaligncenter {
	text-align: center;
	display: block;
}
@media (max-width: 767px) {
	.textalignright {
		text-align: left;
	}
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Offers Widget */
.widget_offers_inner {
	position: relative;
	overflow: hidden;
}
.widget_offers_inner > h3 {
	max-width: 400px;
	padding: 15px 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: rgba(7,74,128,.9);
	color: #fff;
	letter-spacing: .5px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget_offers_inner:hover > h3 {
	background-color: rgba(205,205,205,.9);
	color: rgba(7,74,128,.9);
	cursor: pointer;
}
.widget_offers_inner_thumb {
	cursor: pointer;
	transition: all .3s;
	margin: 0;
}
.widget_offers_inner_thumb:hover {
	opacity: .9;
}
.widget_offers_inner_content {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 400px;
	height: 300px;
	padding: 15px;
	background-color: rgba(7,74,128,.9);
	color: #cecece;
	text-align: left;
	font-size: 20px;
	/*line-height: 17px;*/
	top: 111px;
	display: none;
	/*-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s;
	transition: all .3s;*/
}
.soluces .widget_offers_inner  > figure > figcaption {
	max-width: 400px;
	text-align: left;
	margin: auto;
	background-color: rgba(7,74,128,1);
	color: #cecece;
	font-size: 20px;
	/*line-height: 22px;*/
	padding: 15px;
	height: 200px;
	margin-top: -6px;
}
.soluces .widget_offers_inner_thumb {
  cursor: default;
}
.soluces .widget_offers_inner_content {
	position: static;
	display: block;
}
.soluces .widget_offers_inner_thumb {
	margin-bottom: 20px;
}
.widget_offers_inner_content.slideup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 300px;
	top: 92px;
}
.widget_offers_inner_content > .widget_offers_inner_close {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: auto;
	left: auto;
}
.large-header {
	position: relative;
	width: 100%;
	/*background: #002844;*/
	background: #cecece;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	height : 70%;
}
@media (max-width: 767px) {
  .widget_offers_inner_content {
		position: static;
		max-width: 400px;
		height: 300px;
		padding: 15px;
		background-color: rgba(7,74,128,1);
		color: #cecece;
		text-align: left;
		font-size: 14px;
		line-height: 22px;
		margin: auto;
		display: block;
	}
}
@media (min-width: 768px) {
  .widget_offers_inner_content {
	left: 160px;
  }
}
@media (min-width: 992px) {
  .widget_offers_inner_content {
	left: 35px;
  }
}
@media (min-width: 1200px) {
  .widget_offers_inner_content {
	left: 85px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
section {
	margin-bottom: var(--t10);
}

.section-blue {
background: var(--darkgreen);
color: var(--white);
}
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6 {
	color: var(--white);
}
.section-blue a,
.section-blue a:visited
.section-blue a:link {
	color: #ff533d;
}
.section-blue a:hover,
.section-blue a:active {
	color: #fff;
}
.section-green {
	background: var(--darkgreen);
	color: var(--white);
}
.section-lightgreen {
	background: var(--lightgreen);
	color: var(--white);
}
.section-green h1,
.section-green h2,
.section-green h3,
.section-green h4,
.section-green h5,
.section-green h6 {
	color: var(--white);
}
.section-grey {
	background: #cecece;
}
.entry-content section:first-child {
  margin-top: 25px;
}
/*.entry-content section:last-child {
	margin-bottom: 0;
}*/
.page-template-template-team .entry-content section {
  margin-top: 25px;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-metatags ul {
  list-style: none;
  background: #cecece;
  padding: 1rem;
}
.entry-header + div > img {
	margin-top: 2rem;
}
.rolecrafting-social ul {
  list-style: none;
  margin: 0;
}
.rolecrafting-social li {
  display: inline-block;
  padding: 2rem;
  font-size: 2rem;
}
.feature-image {
  border-bottom: 1px solid #cecece;
}
.section-right {
  border-right: 1px solid #cecece;
  padding-right: 30px;
}
.section-left {
  border-left: 1px solid #cecece;
  padding-left: 30px;
}
.aside-right {
  border-left: 1px solid #cecece;
  padding-left: 30px;
  margin-left: -1px;
}
.aside-left {
  border-right: 1px solid #cecece;
  padding-right: 30px;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .section-right,
  .section-left,
  .aside-right,
  .aside-left {
	  border: none;
  }
}
@media (min-width: 768px) {
  .aside-right {
	padding-left: 10px;
  }
  .aside-left {
	padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .aside-right {
	padding-left: 30px;
  }
  .aside-left {
	padding-right: 30px;
  }
}
.section-grey table {
  border-collapse: collapse;
}
.section-grey table tr {
  background: transparent;
  color: #18121e;
}
.section-grey table td {
  border: none;
}
.section-grey table tr:hover {
  background: #fff;
}
.section-grey table tr:hover td {
	color: #18121e;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #cecece;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	background: #cecece;
	color: #004a80;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Fluid Grid
--------------------------------------------------------------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 768px) {
  .container {
	width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
	width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
	width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  /*margin-right: -15px;
  margin-left: -15px;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-right: 15px;
  padding-left: 15px; */
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
  }
  .col-sm-12 {
	width: 100%;
  }
  .col-sm-11 {
	width: 91.66666667%;
  }
  .col-sm-10 {
	width: 83.33333333%;
  }
  .col-sm-9 {
	width: 75%;
  }
  .col-sm-8 {
	width: 66.66666667%;
  }
  .col-sm-7 {
	width: 58.33333333%;
  }
  .col-sm-6 {
	width: 50%;
  }
  .col-sm-5 {
	width: 41.66666667%;
  }
  .col-sm-4 {
	width: 33.33333333%;
  }
  .col-sm-3 {
	width: 25%;
  }
  .col-sm-2 {
	width: 16.66666667%;
  }
  .col-sm-1 {
	width: 8.33333333%;
  }
  .col-sm-pull-12 {
	right: 100%;
  }
  .col-sm-pull-11 {
	right: 91.66666667%;
  }
  .col-sm-pull-10 {
	right: 83.33333333%;
  }
  .col-sm-pull-9 {
	right: 75%;
  }
  .col-sm-pull-8 {
	right: 66.66666667%;
  }
  .col-sm-pull-7 {
	right: 58.33333333%;
  }
  .col-sm-pull-6 {
	right: 50%;
  }
  .col-sm-pull-5 {
	right: 41.66666667%;
  }
  .col-sm-pull-4 {
	right: 33.33333333%;
  }
  .col-sm-pull-3 {
	right: 25%;
  }
  .col-sm-pull-2 {
	right: 16.66666667%;
  }
  .col-sm-pull-1 {
	right: 8.33333333%;
  }
  .col-sm-pull-0 {
	right: auto;
  }
  .col-sm-push-12 {
	left: 100%;
  }
  .col-sm-push-11 {
	left: 91.66666667%;
  }
  .col-sm-push-10 {
	left: 83.33333333%;
  }
  .col-sm-push-9 {
	left: 75%;
  }
  .col-sm-push-8 {
	left: 66.66666667%;
  }
  .col-sm-push-7 {
	left: 58.33333333%;
  }
  .col-sm-push-6 {
	left: 50%;
  }
  .col-sm-push-5 {
	left: 41.66666667%;
  }
  .col-sm-push-4 {
	left: 33.33333333%;
  }
  .col-sm-push-3 {
	left: 25%;
  }
  .col-sm-push-2 {
	left: 16.66666667%;
  }
  .col-sm-push-1 {
	left: 8.33333333%;
  }
  .col-sm-push-0 {
	left: auto;
  }
  .col-sm-offset-12 {
	margin-left: 100%;
  }
  .col-sm-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
	margin-left: 75%;
  }
  .col-sm-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
	margin-left: 50%;
  }
  .col-sm-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
	margin-left: 25%;
  }
  .col-sm-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
	margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
  }
  .col-md-12 {
	width: 100%;
  }
  .col-md-11 {
	width: 91.66666667%;
  }
  .col-md-10 {
	width: 83.33333333%;
  }
  .col-md-9 {
	width: 75%;
  }
  .col-md-8 {
	width: 66.66666667%;
  }
  .col-md-7 {
	width: 58.33333333%;
  }
  .col-md-6 {
	width: 50%;
  }
  .col-md-5 {
	width: 41.66666667%;
  }
  .col-md-4 {
	width: 33.33333333%;
  }
  .col-md-3 {
	width: 25%;
  }
  .col-md-2 {
	width: 16.66666667%;
  }
  .col-md-1 {
	width: 8.33333333%;
  }
  .col-md-pull-12 {
	right: 100%;
  }
  .col-md-pull-11 {
	right: 91.66666667%;
  }
  .col-md-pull-10 {
	right: 83.33333333%;
  }
  .col-md-pull-9 {
	right: 75%;
  }
  .col-md-pull-8 {
	right: 66.66666667%;
  }
  .col-md-pull-7 {
	right: 58.33333333%;
  }
  .col-md-pull-6 {
	right: 50%;
  }
  .col-md-pull-5 {
	right: 41.66666667%;
  }
  .col-md-pull-4 {
	right: 33.33333333%;
  }
  .col-md-pull-3 {
	right: 25%;
  }
  .col-md-pull-2 {
	right: 16.66666667%;
  }
  .col-md-pull-1 {
	right: 8.33333333%;
  }
  .col-md-pull-0 {
	right: auto;
  }
  .col-md-push-12 {
	left: 100%;
  }
  .col-md-push-11 {
	left: 91.66666667%;
  }
  .col-md-push-10 {
	left: 83.33333333%;
  }
  .col-md-push-9 {
	left: 75%;
  }
  .col-md-push-8 {
	left: 66.66666667%;
  }
  .col-md-push-7 {
	left: 58.33333333%;
  }
  .col-md-push-6 {
	left: 50%;
  }
  .col-md-push-5 {
	left: 41.66666667%;
  }
  .col-md-push-4 {
	left: 33.33333333%;
  }
  .col-md-push-3 {
	left: 25%;
  }
  .col-md-push-2 {
	left: 16.66666667%;
  }
  .col-md-push-1 {
	left: 8.33333333%;
  }
  .col-md-push-0 {
	left: auto;
  }
  .col-md-offset-12 {
	margin-left: 100%;
  }
  .col-md-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
	margin-left: 75%;
  }
  .col-md-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
	margin-left: 50%;
  }
  .col-md-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
	margin-left: 25%;
  }
  .col-md-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
	margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
  }
  .col-lg-12 {
	width: 100%;
  }
  .col-lg-11 {
	width: 91.66666667%;
  }
  .col-lg-10 {
	width: 83.33333333%;
  }
  .col-lg-9 {
	width: 75%;
  }
  .col-lg-8 {
	width: 66.66666667%;
  }
  .col-lg-7 {
	width: 58.33333333%;
  }
  .col-lg-6 {
	width: 50%;
  }
  .col-lg-5 {
	width: 41.66666667%;
  }
  .col-lg-4 {
	width: 33.33333333%;
  }
  .col-lg-3 {
	width: 25%;
  }
  .col-lg-2 {
	width: 16.66666667%;
  }
  .col-lg-1 {
	width: 8.33333333%;
  }
  .col-lg-pull-12 {
	right: 100%;
  }
  .col-lg-pull-11 {
	right: 91.66666667%;
  }
  .col-lg-pull-10 {
	right: 83.33333333%;
  }
  .col-lg-pull-9 {
	right: 75%;
  }
  .col-lg-pull-8 {
	right: 66.66666667%;
  }
  .col-lg-pull-7 {
	right: 58.33333333%;
  }
  .col-lg-pull-6 {
	right: 50%;
  }
  .col-lg-pull-5 {
	right: 41.66666667%;
  }
  .col-lg-pull-4 {
	right: 33.33333333%;
  }
  .col-lg-pull-3 {
	right: 25%;
  }
  .col-lg-pull-2 {
	right: 16.66666667%;
  }
  .col-lg-pull-1 {
	right: 8.33333333%;
  }
  .col-lg-pull-0 {
	right: auto;
  }
  .col-lg-push-12 {
	left: 100%;
  }
  .col-lg-push-11 {
	left: 91.66666667%;
  }
  .col-lg-push-10 {
	left: 83.33333333%;
  }
  .col-lg-push-9 {
	left: 75%;
  }
  .col-lg-push-8 {
	left: 66.66666667%;
  }
  .col-lg-push-7 {
	left: 58.33333333%;
  }
  .col-lg-push-6 {
	left: 50%;
  }
  .col-lg-push-5 {
	left: 41.66666667%;
  }
  .col-lg-push-4 {
	left: 33.33333333%;
  }
  .col-lg-push-3 {
	left: 25%;
  }
  .col-lg-push-2 {
	left: 16.66666667%;
  }
  .col-lg-push-1 {
	left: 8.33333333%;
  }
  .col-lg-push-0 {
	left: auto;
  }
  .col-lg-offset-12 {
	margin-left: 100%;
  }
  .col-lg-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
	margin-left: 75%;
  }
  .col-lg-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
	margin-left: 50%;
  }
  .col-lg-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
	margin-left: 25%;
  }
  .col-lg-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
	margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
	display: block !important;
  }
  table.visible-xs {
	display: table !important;
  }
  tr.visible-xs {
	display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
	display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
	display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
	display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
	display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
	display: block !important;
  }
  table.visible-sm {
	display: table !important;
  }
  tr.visible-sm {
	display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
	display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
	display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
	display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
	display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
	display: block !important;
  }
  table.visible-md {
	display: table !important;
  }
  tr.visible-md {
	display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
	display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
	display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
	display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
	display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
	display: block !important;
  }
  table.visible-lg {
	display: table !important;
  }
  tr.visible-lg {
	display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
	display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
	display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
	display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
	display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
	display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
	display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
	display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
	display: none !important;
  }
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
	margin-right: 100%;
  }
  .col-sm-offset-right-11 {
	margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
	margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
	margin-right: 75%;
  }
  .col-sm-offset-right-8 {
	margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
	margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
	margin-right: 50%;
  }
  .col-sm-offset-right-5 {
	margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
	margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
	margin-right: 25%;
  }
  .col-sm-offset-right-2 {
	margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
	margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
	margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
	margin-right: 100%;
  }
  .col-md-offset-right-11 {
	margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
	margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
	margin-right: 75%;
  }
  .col-md-offset-right-8 {
	margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
	margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
	margin-right: 50%;
  }
  .col-md-offset-right-5 {
	margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
	margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
	margin-right: 25%;
  }
  .col-md-offset-right-2 {
	margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
	margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
	margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
	margin-right: 100%;
  }
  .col-lg-offset-right-11 {
	margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
	margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
	margin-right: 75%;
  }
  .col-lg-offset-right-8 {
	margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
	margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
	margin-right: 50%;
  }
  .col-lg-offset-right-5 {
	margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
	margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
	margin-right: 25%;
  }
  .col-lg-offset-right-2 {
	margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
	margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
	margin-right: 0;
  }
}
@media (min-width: 768px) {
	.vertical-align {
		display: flex;
		align-items: center;
	}
}
/* Page Contact */
.contact-form {
	background: var(--white);
	background: rgba(206,206,206,.8);
	background-clip: content-box;
	padding: var(--t2);
}
/*.wpcf7-form p {
	margin: 0;
}
.haruki-input, 
.haruki-textarea {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: .5em 1em;
	/*max-width: 350px;*/
	/*width: calc(100% - 2em);
	vertical-align: top;
	overflow: hidden;
	border: 1px solid var(--darkgreen);
}
.haruki-textarea {
	height: 200px;
}
.haruki-field {
	position: absolute;
	display: block;
	float: right;
	padding: 2.15em 0.75em 0 !important;
	width: 100%;
	border: none !important;
	border-radius: 0 !important;
	background: transparent;
	color: #18121e !important;
	font-weight: bold;
	font-size: 0.85em;
	-webkit-appearance: none;*/ /* for box shadows to show on iOS */
}    

/*.haruki-field:focus {
	outline: none;
}
.haruki-label {
	display: inline-block;
	float: right;
	padding: 0;
	width: 100%;
	height: 100%;
	color: var(--darkgreen);
	font-weight: bold;
	font-size: 70.25%;
	background: var(--white);
	text-align: left;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.haruki-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	-webkit-transition: border-width 0.3s, border-color 0.3s;
	transition: border-width 0.3s, border-color 0.3s;
}

.haruki-label-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 2em 1em;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;

	text-rendering: geometricPrecision;
}

.haruki-field:focus + .haruki-label::before,
.haruki-filled .haruki-label::before {
	border-width: 8px;
	border-color: var(--darkgreen);
	border-top-width: 2em;
}

.haruki-field:focus + .haruki-label .haruki-label-content,
.haruki-filled .haruki-label .haruki-label-content {
	color: #fff;
	-webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
	transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}
.haruki-textarea textarea {
	resize: none;
	z-index: 10;
	margin-top: 22px;
	width: 329px;
	height: 270px;*/
}
/*.wpcf7-textarea {
	color: #666;
	border: 0px solid transparent;
	border-radius: 0;
	padding: 0;
	margin: 1em;
	max-width: 350px;
	transition: border-width 0.3s, border-color 0.3s;
}
.wpcf7-textarea:focus {
	border-width: 8px;
	border-color: #004a80;
	border-top-width: 2em;
}*/
-

/* Etudes de cas */
.ui-accordion {
	width: 80%;
	border: 1px solid #004a80;
	border-top: none;
	
}
.ui-accordion-header {
	color: #fff;
	background: #004a80;
	margin: 0;
	padding: 5px;
	border: 1px solid #004a80;
	border-left: none;
	border-right: none;
	cursor: pointer;
}
.ui-accordion-header:last-of-type {
	border-bottom: none;
}
.ui-accordion-header:hover,
.ui-accordion-header-active {
	color: #004a80;
	background: #cecece;
}
.ui-accordion-content {
	padding: 0 10px;
}
.ui-accordion-content h4:nth-of-type(2n+1)::before {
	content: url('img/bullet-blue.svg');
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.ui-accordion-content h4:nth-of-type(2n)::before {
	content: url('img/bullet-grey.svg');
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.ui-icon.iconOpen::after {
	content: '\f068';
	font-family: 'fontawesome';
	float: right;
}
.ui-icon.iconClosed::after {
	content: '\f067';
	font-family: 'fontawesome';
	float: right;
}

.date-event {
	height: 100px;
	width: 100px;
	background: #004a80;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding-top: 10px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

[class^="icon-"], [class*=" icon-"], [class*="rc 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;
  font-size: 60px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-compass:before {
  content: "\e907";
}
.icon-signpost:before {
  content: "\e90c";
}
.icon-bank:before {
  content: "\e910";
}
.icon-interrogation:before {
  content: "\e90a";
}
.icon-target:before {
  content: "\e90b";
}
.icon-address:before {
  content: "\e909";
}
.icon-reports .path1:before {
  content: "\e914";
  color: rgb(0, 0, 0);
}
.icon-reports .path2:before {
  content: "\e915";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path3:before {
  content: "\e916";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path4:before {
  content: "\e917";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path5:before {
  content: "\e918";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path6:before {
  content: "\e919";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path7:before {
  content: "\e91a";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path8:before {
  content: "\e91b";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path9:before {
  content: "\e91c";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path10:before {
  content: "\e91d";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path11:before {
  content: "\e91e";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path12:before {
  content: "\e91f";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path13:before {
  content: "\e920";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path14:before {
  content: "\e921";
  margin-left: -0.7998046875em;
  color: rgb(255, 255, 255);
}
.icon-reports .path15:before {
  content: "\e922";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path16:before {
  content: "\e923";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path17:before {
  content: "\e924";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path18:before {
  content: "\e925";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path19:before {
  content: "\e926";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path20:before {
  content: "\e927";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path21:before {
  content: "\e928";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path22:before {
  content: "\e929";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path23:before {
  content: "\e92a";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path24:before {
  content: "\e92b";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path25:before {
  content: "\e92c";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path26:before {
  content: "\e92e";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path27:before {
  content: "\e92f";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-reports .path28:before {
  content: "\e930";
  margin-left: -0.7998046875em;
  color: rgb(0, 0, 0);
}
.icon-noun_349528bis_cc:before {
  content: "\e913";
}
.icon-interrogation2:before {
  content: "\e912";
}
.icon-target2:before {
  content: "\e911";
}
.icon-network:before {
  content: "\e90f";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-hour:before {
  content: "\e906";
}
.icon-euro:before {
  content: "\e908";
}
.icon-headrefresh:before {
  content: "\e931";
}
.icon-task:before {
  content: "\e932";
}
.icon-nounbis:before {
  content: "\e90d";
}
.icon-speach:before {
  content: "\e92d";
}
.icon-cogs:before {
  content: "\e903";
}
.icon-search_group:before {
  content: "\e904";
}
.icon-charts:before {
  content: "\e905";
}
.icon-entreprise:before {
  content: "\e900";
}
.icon-fonction:before {
  content: "\e901";
}
.icon-suitcase:before {
  content: "\e902";
}
.client {
		padding: 20px 0;
	}
@media (min-width: 768px) {
	.client {
		padding: 0 20px;
	}
}

.client > div > [class^="icon-"],
.client > div > [class^="rc icon-"] {
	display: inline-block;
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.client:hover > div > [class^="icon-"],
.client:hover > div > [class^="rc icon-"] {
	color: #004a80;
	-webkit-animation: iconzoom .5s linear;
	animation: iconzoom .5s linear;
}
.client h2, 
.client h3 {
	display: inline;
	padding-left: 10px;
}
.client span {
	vertical-align: middle;
}
.client2 {
	margin-top: 2rem;
}
@-webkit-keyframes iconzoom {
	50% {
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2)
	}
}
@keyframes iconzoom {
	50% {
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2)
	}
}

.deon {
	list-style-type: none;
}
.deon li::before {
	/*padding-right: 5px;*/
	position: relative;
	top: 5px;
	content: '';
	border-radius: 50%;
	border:14px solid #cecece;
	display: inline-block;
	-webkit-transition: all 1s;
	transition: all 1s;
	margin-right: 5px;
}
.deon li:hover::before {
	content: '';
	border-color: #004a80;
}
.deon h3 {
	display: inline;
}
.deon p {
	display: table-cell;
	padding-left: 35px;
}
/*
.deontology li,
.retd li {
	position: relative;
		list-style-type: none;
}

.retd li:nth-child(2n+1)::before {
	content: url('img/bullet-blue.svg');
	padding-right: 5px;
	position: relative;
	top: 5px;
}

.retd li:nth-child(2n)::before  {
	content: url('img/bullet-grey.svg');
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.deontology .services-list-inside {
	height: 100%;
}
.deontology li p,
.deontology li h3 {
	display: inline-block;
	margin: 7px 0;
  line-height: 22px;
}
.deontology li h3 {
	width: 200px;
}
.retd li:nth-child(2n+1)::before,
.retd li:nth-child(2n)::before {
	top: 18px;
	display: table-cell;
}
.retd p {
	display: table-cell;
	padding-left: 20px;
}*/
.casestudies h3:nth-of-type(3n+1)::before {
	content: url(img/bullet-red.svg);
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.casestudies h3:nth-of-type(3n+2)::before {
	content: url(img/bullet-orange.svg);
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.casestudies h3:nth-of-type(3n)::before {
	content: url(img/bullet-green.svg);
	padding-right: 5px;
	position: relative;
	top: 5px;
}
.casestudy {
  list-style: none;
  margin: 0;
}
.casestudy a {
  text-transform: uppercase;
}
.casestudy li {
  background: url('img/GA-RC-bullet.jpg') no-repeat;
  padding: 5px 0px 5px 40px;
}
.frameanim {
	border: none;
	width: 100%;
	height: 300px;
	overflow-x:hidden;
	overflow-y:hidden;
}
@media (max-width: 784px) {
  .frameanim {
	height: 445px;
  }
}
.citation {
	/* style | variant | weight | stretch | size/line-height | family */
	font: bold 18px/1.5 'Roboto Slab', serif;
	text-align: center;
}

.values .title {
	font-size: 3.4rem;
	text-align: center;
	font-family: 'Frontage', sans-serif;
}
.values h3 {
	margin: 0;
}
.line {
	margin-top:14px;
	width:90px;
	background:#004a80;
	height:10px;
}
.line1 {
  transform: rotate(135deg);
  float: right;
}
.line2 {
  transform: rotate(90deg);
  margin: 0px auto 50px;
}
.line3 {
  transform: rotate(45deg);
  float: left;
}
.line3::before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid blue;
}
.point {	
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #004a80;
	float:right;
	position: relative;
	top: -15px;
	left: 29px;
}
.value {
	text-align: center;
	padding: 0 4px;
}
.qtip {
	background: #cecece !important;
	font-size: 16px !important;
	line-height: 18px !important;
	border: none !important;
}
.qtip-titlebar {
	color: #cecece !important;
	background-color: #18121e !important;
}
.qtip-content {
	white-space: pre-line;
}
.competences h2 {
	background: rgba(0,0,0,.5);
	color: #fff;
}

.parallax {
  background: no-repeat top fixed; 
  background-size: cover;
}

.competences {
		height: 600px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax2 {
	background-image: url(img/scinti.jpg);
		height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax3 {
	background-image: url(img/sailboats-696089.jpg);
		height: 629px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax4 {
	background-image: url(img/sailing-690289.jpg);
		height: 629px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax5 {
	background-image: url(img/sailboat-1149519.jpg);
		height: 629px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 853px) {
  .parallax3,
  .parallax4,
  .parallax5 {
	height: 653px;
  }
}
.parallax6 {
	background-image: url(img/1858042_high.jpg);
		height: 300px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax6 p {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .parallax6 {
	height: 400px; 
  }
  .parallax6 p {
	margin-left: 0;
  }
}
.parallax7 {
	background-image: url(img/neuron.jpg);
		height: 300px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
  .parallax7 {
	height: 350px; 
  }
}
.parallax8 {
	background-image: url(img/trefles.jpg);
		height: 100%;
	  padding-top: 64px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax8 div {
	background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax8 p {
	color: #fff;
  text-align: center;
}
.parallax9 {
  /*background-image: url(img/parallax8.jpg);*/
	  height: 500px; 
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	background-color: #ededed;
	margin-bottom: -25px;
}

.parallax10 {
	min-height: 100vh;
	color: #000;
	margin: 0;
	background: no-repeat top;
	background-attachment: fixed; 
	background-size: cover;
}

.parallax10 .overlay,
.parrallax10 .contact-form {
	min-height: 100vh;
}

.parallax10 .wpcf7-desc {
	color: var(--darkgreen);
}

.parallax10 .contact-form {
	padding-bottom: 25px;
	background-clip: padding-box;
	min-height: 100vh;
}

.parallax10__container,
.parallax10__wrap {
	display: flex;
	justify-content: center;
	align-self: center;
}

.parallax__testi {
	width: 75%;
	background: black;
	opacity: .7;
	padding: 10px;
}

.parallax__testi h3 {
	color: #fff;
}

@media (max-width: 767px) {
	.parallax10__container,
	.parallax10__wrap {
		display: block;
	}

	.parallax__testi {
		width: 100%;
	}
}

.parallax11 {
	background-image: url(img/desk.jpg);
	min-height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	justify-content: center;
	display: flex;
	align-items: center;
}
.overlay-center {
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 20px;
}
.overlay-center h2 {
	color: #fff;
}
.post-13 h1,
.post-248 h1,
.post-252 h1 {
	margin-left: 78px;

}

.post-13 h1::before,
.post-248 h1::before,
.post-252 h1::before {
	content: url('img/trefle.png');
	position: relative;
	top: 40px;
}

@media (max-width: 767px) {
  .post-13 h1,
  .post-248 h1,
  .post-252 h1 {
	margin-left: 10px;
  }
}

.square-list {
	list-style-image: url('img/squarebullet.png');
}

/*.square-list li:hover {
	color: #004a80;
	list-style-image: url('img/squarebullethover.png');
}*/
.solutions table {
  display: inline-block;
}
.solutions table td {
	border-top: 1px solid #fff;
	padding: 8px;
}
.solutions table tr:nth-child(odd) {
	background: #cecece;
	color: #004a80;
}
.solutions table tr:nth-child(even) {
	background: #004a80;
	color: #cecece;
}
.solutions table tr:hover {
	background: #18121e;
}
.solutions table tr:hover td {
	color: #cecece;
}
.service-box {
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.service-box > div {
	display: flex;
	align-items: start;
}
.service-box > div > p {
	display: flex;
	flex-direction: column;

}
.service-box > div > p > img {
	margin: auto;
}
.service-box > div > p > span {

}
.service-box > div > i {
	display: inline-block;
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #cecece;
	color: #004a80;
	line-height: 68px;
	text-align: center;
	-webkit-transition: all 1s;
	transition: all 1s;
	margin-right: 10px;
	font-size: 60px;
}
.service-box:hover > div > i {
	background-color: #004a80;
	color: #fff;
}
@media (max-width: 767px) {
	.service-box > div {
		width: 100%;
	}
}
.overlay {
	background: rgba(0, 0, 0,.4);
	width: 100%;
	height: 100%;
	color: #fff;
}
.overlay a {
  color: #ff533d;
}
.overlay a:hover {
	color: rgb(0, 138, 75);
}
.overlay .client:hover > div > [class^="icon-"], 
.overlay .client:hover > div > [class^="rc icon-"] {
  color: #ff533d;
}
.rencontres .col-md-2 p > i {
	display: inline-block;
	margin-right: 10px;
	color: #18121e;
	font-size: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
	vertical-align: middle;
}
.rencontres .col-md-2:hover p > i {
	color: #004a80;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.rencontres h2 {
	color: #004a80;
}
.rencontres img,
.scale {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.rencontres img:hover,
.scale:hover {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.rencontres .col-md-8 {
	padding: 0 10px;
}
.services-list ul {
  margin-left: 0;
}
.services-list li {
	margin: 0;
	padding: 0 0 30px 0;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	position: relative;
	min-height: 60px;
}
.services-list i {
	height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  background-color: #004a80;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.services-list li:hover i {
  background-color: #cecece;
}
.deontology.services-list i {
  background-color: #cecece;
}
.deontology.services-list li:hover i {
  background-color: #004a80;
}
.services-list-left i {
	float: left;
	margin-right: 30px;
  margin-left: 2px;
}
.services-list-right i {
	float: right;
	margin-right: 2px;
  margin-left: 30px;
}
.services-list-left {
	text-align: left;
}
.services-list-right {
	text-align: right;
}
.services-list-inside {
	overflow: hidden;
	min-height: 1.5em;
	padding-bottom: 4px;
}
.services-list-inside h3 {
	margin:0;
	text-align: inherit;
}
.services-list-border {
	border-color: #cecece;
  position: absolute;
  top: 1%;
  left: 24px;
  width: 1px;
  height: 99%;
  border-right-width: 1px;
  border-right-style: dashed;
}
.services-list-right .services-list-border {
	left: auto;
  right: 24px;
}
.services-list li:last-child .services-list-border {
	display: none;
}
.services-list-title-border {
  position: absolute;
  bottom: 78%;
  width: 80%;
  height: 50px;
  border-top: 1px dashed #cecece;
}
.services-list-left .services-list-title-border {
	border-left: 1px dashed #cecece;
	left: 24px;
}
.services-list-right .services-list-title-border {
	border-right: 1px dashed #cecece;
	right: 24px
}
@media (max-width: 767px) {
  .services-list-inside {
	  height: 145px;
  }
  .services-list-title-border {
	bottom: 480px;
  }
  .services-list-right i {
	float: left;
	margin-right: 30px;
	margin-left: 2px;
  }
  .services-list-right {
	text-align: left;
  }
  .services-list-right .services-list-border {
	left: 24px;
	right: auto;
  }
  .services-list-right .services-list-title-border {
	border-left: 1px dashed #cecece;
	left: 24px;
	border-right: 0;
  }
}
@media (min-width: 768px) {
  .services-list-inside {
	height: 125px;
  }
  .services-list-title-border {
	bottom: 442px;
  }
}
@media (min-width: 992px) {
  .services-list-inside {
	height: 90px;
  }
  .services-list-title-border {
	bottom: 340px;
  }
}
.services-list p {
  margin: 0;
}
#map {
	height: 804px;
}
.firstHeading {
	background-color: #004a80;
}

@media (max-width: 767px) {
	.ui-tabs .ui-tabs-nav li {
		width: 100%;
		border-bottom: 1px solid #004a80 !important;
	}
	.ui-tabs .ui-tabs-nav li:last-of-type {
		border-bottom: none !important;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		width: 100%;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	.ui-tabs .ui-tabs-nav li:last-of-type {
		margin-right: 0;
		padding-right: 1px;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 114px;
		display: block;
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.ui-tabs .ui-tabs-nav li:last-of-type {
		margin-right: 0;
		padding-right: 5px;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 150px;
		display: block;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.ui-tabs .ui-tabs-nav li:last-of-type {
		margin-right: 0;
		padding-right: 1px;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 184px;
		display: block;
		overflow: hidden;
	}
}
.bio {
	margin-top: 50px;
	padding-top: 50px;
}
.bio p, .chrono p {
	margin-top: 0;
}
.chrono h3 {
	margin-bottom: 0;
}
.nomarginleft {
	margin-left: 0 !important;
}
.nomarginright {
	margin-right: 0 !important;
}
.nomargintop {
	margin-top: 0 !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
span[class*="mailpoetsignup"] {
  margin-left: 2em;
}
label[for*="mailpoetsignup"] {
  color: #004a80;
  font-weight: bold;
}

.search-icon input {
	font-family: 'fontawesome';
}

.objectives {
	position: relative;
	bottom: 10px;
}
.icon {
  font-size: 8rem;
  text-align: center;
}

.wp-video {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Post-Formats
--------------------------------------------------------------*/
.acamelin-bpf-list dt {
  width: 49%;
}
.format-quote h2,
.format-aside h2,
.format-image h2,
.format-video h2,
.format-audio h2,
.format-chat h2,
.format-gallery h2,
.format-status h2,
.format-link h2 {
  margin: 0;
}
.chat-transcript{font-size:24px;text-align:left;padding:20px;}
.chat-speaker-1{color:#7476CA;}
.chat-speaker-2{color:#F97D89;}
.chat-speaker-3{color:#C161C1;}
.chat-speaker-4{color:#6CD779;}
.chat-speaker-5{color:#DF9437;}
.chat-author{text-decoration:underline;}
.chat-author:before{content:"\f007\00a0";font-family:FontAwesome;display:inline-block;}
.chat-text,
.chat-text p{font-size:20px;padding-left:20px;}
.chat-text p:before{content:"\00a0\f075";font-family:FontAwesome;display:inline-block;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);}


.wpseo-tab-video-container {
  display: none;
}




.timeline {
	margin-bottom: 50px;
	list-style: none;
}
.timeline .period {
	position: relative;
	float: left;
	width: 25%;
}
.timeline .period h3 {
	font-size: 2.8rem;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all 1s;
}
.timeline li:hover h3,
.timeline li:hover h4 {
	color: #004a80;
}

.timeline .period-details {
	position: relative;
	float: left;
	width: 75%;
	padding-bottom: 30px;
}

.timeline .period-details h4 {
	margin-bottom: 15px;
	font-size: 2.8rem;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all 1s;
}
.timeline .period-details>*:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
.timeline .period, .timeline .period-details {
	float: none;
	width: 100%;
}
}
@media (min-width: 768px) {
.timeline .period:before {
	position: absolute;
	z-index: 2;
	top: 9px;
	right: 28px;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #004a80;
	content: "";
	-webkit-transition: all .3s;
	transition: all 1s;
}
.timeline li:hover .period:before {
  background-color: #cecece;
}
.timeline .period-details:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	bottom: -5px;
	left: -50px;
	border-left: 1px dashed #cecece;
	content: "";
}
}

.ourteam_col {
	width: 50%;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
}
.team-social-icon a, 
.ourteam_thumb, 
.ourteam_thumb::before, 
.ourteam_col.leftside .ourteam_thumb::before, 
.ourteam_content .read-more {
	color: #d0d0d1;
	background: #ffffff;
	border-color: #d0d0d1;
}
.ourteam_thumb {
	position: relative;
	float: right;
	margin-left: 7.5%;
	padding: 8px;
	background: #fff;
	border: solid 1px #e8e8e8;
	z-index: 999;
	width: 39%;
	height: auto;
}
.ourteam_col:hover .ourteam_thumb::before, 
.ourteam_col:hover .ourteam_thumb {
	background: #3f4c6b;
	border-color: #3f4c6b;
}
.ourteam_col:hover .ourteam_thumb::before, 
.ourteam_col:hover .ourteam_thumb {
	transition: all ease 400ms;
	background: #3f4c6b;
	border-color: #3f4c6b;
}
.ourteam_thumb a {
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.ourteam_thumb img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 280px;
}
.ourteam_thumb::before {
	content: '';
	position: absolute;
	top: 35px;
	left: -9px;
	background: #fff;
	width: 15px;
	height: 17px;
	transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	z-index: -1;
	border-left: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.ourteam_content {
	display: table;
}
.section-teammember .ourteam_col h3 {
	margin: 20px 0 10px 0;
}
.ourteam_content h6 {
	position: relative;
	padding: 0 0 20px 0;
}
.team-social-icon a:hover, 
.ourteam_content h6::after {
	color: #ffffff;
	background: #3f4c6b;
}
.ourteam_content h6:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 40px;
	background: #3f4c6b;
	height: 2px;
}
.ourteam_content p {
	padding-bottom: 20px;
}
.team-social-icon {
	margin: 0 0 25px 0;
	display: block;
}
.middle-align .team-social-icon a {
	float: left;
	margin: 0 7px 0 0;
}
.ourteam_col.leftside {
	text-align: left;
}
.ourteam_col.leftside .ourteam_thumb {
	float: left;
	margin: 0 7.5% 0 0;
	border-left: none;
}
.ourteam_col.leftside .ourteam_thumb::before {
	right: -8px;
	left: auto;
	border-right: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-left: none;
	border-bottom: none;
}
.ourteam_col.leftside .ourteam_content h6:after {
	right: auto;
	left: 0;
}

.about-me-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.about-me {
  text-align: center;
}
.about-me h6 {
  color: #004a80;
  position: relative;
}

.about-me hr {
	width: 90px;
	background: #004a80;
	height: 2px;
	margin: 0 auto;
}
.about-me a.header-button {
	font-size: 12px;
}
/* Video responsive */
video{ 
  width: 100%; 
  height: 100%; 
  max-width: 100%;

}
.wp-video{width: 100% !important;  margin-bottom: 30px; }

/* background video */

.header-unit {
  min-height: 400px;
  border-right: none;
  border-left: none;
  position: relative;
  overflow: hidden;
}
.video-container {
  position: absolute;
}
.video-container {
  top:0%;
  left:0%;
  height:100%;
  width:100%;
  overflow: hidden;
}
video.fillWidth {
  width: 100%;
  height: initial;
  bottom: -65px;
  position: absolute;
  z-index: 0;
}
.video-institutional {
	/*min-height: 665px;
	border-right: none;
	border-left: none;*/
	position: relative;
	/*background: #004a80;*/
	/*overflow: hidden;*/
}

.video-testi {
	width: 400px;
	height: 300px;
}
.control {
	position: relative;
	z-index: 100;
	border: 2px solid #004a80 !important;
	background: #fff;
	box-shadow: none !important;
	color: #004a80;
	font-size: 3rem;
	text-shadow: none;
	top: 30%;
	left: calc(50% - 1em - 2px - 1rem);
	cursor: pointer;
}
#control-institut {
	position: absolute;
	top: calc(50% - 32px);
}
@media (min-width: 1200px) {
  .header-video-height {
	min-height: 329px;
  }
}
.header-video-text {
  display: none;
  color: #004a80;
}
.header-video-text-display {
  display: block;
  color: #fff;
}
.chart { 
  position: relative;
  bottom: 400px;
  min-height: 400px;
  margin-bottom: -400px;
}
@media (max-width: 767px) {
  .header-unit {
	display: none;
	height: 450px;
	border-right: none;
	border-left: none;
	position: static;
	z-index: -1;
	overflow: hidden;
	margin-bottom: 0;
  }
  .video-container {
	position: static;
  }
  .home #section2 {
	background: #004a80;
	margin-bottom: 0 !important;
  }
  .chart {
	position: static;
  }
}
@media (min-width: 768px) {
  .home #section2 {
	height: 100%;
	margin-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
# Form Steps
--------------------------------------------------------------*/
.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a {
  outline: 0;
}

.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 20px 0 0;
}

.wizard ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title {
  position: absolute;
  left: -999em;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 5px 12px;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #ff533d;
  color: #fff;
  cursor: pointer;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #004a80;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  display: block;
  margin: 0.5em;
  min-height: 40em;
  overflow: hidden;
  position: relative;
  width: auto;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.wizard > .actions a,
.wizard > .actions a:link,
.wizard > .actions a:visited {
  color: #004a80;
  text-decoration: none;
  display: inline-block;
}

.wizard > .actions a {
  background: #fff;
  border: 2px solid #004a80;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin: 1em;
  color: #004a80;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

.wizard > .actions a:hover {
  border-color: #18121e;
  color: #18121e;
}

/*--------------------------------------------------------------
# Newsletter pages
--------------------------------------------------------------*/
div.wpcf7-validation-errors {
  border: 2px solid #ff533d;
  color: #ff533d;
}

#wysija-subscriptions table {
  border: none;
  background: none;
}

#wysija-subscriptions tr {
  background: transparent;
  color: #fff;
}

#wysija-subscriptions td {
  border: none;
}
#wysija-subscriptions label + label {
  margin-left: 10px;
}
#wysija-subscriptions input[type="submit"] {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  #wysija-subscriptions tr,
  #wysija-subscriptions th,
  #wysija-subscriptions td  {
	display: block;
	text-align: center;
  }
  #wysija-subscriptions input[type="text"] {
	width: 80%;
  }
}

.ui-datepicker-year option {
  color: #000;
}

.first-word {
  font-weight: bold;
  color: #004a80;
}

.temoignages h2 {
  background: #666;
  color: #fff;
}
.temoignages .container {
	margin-bottom: 30px;
}
.video-temoignages {
	width: calc(100% - 20px);
	height: 300px;
}
.video-temoin {
	width: 400px;
	height: 300px;
}

.popup {
	position: relative;
	padding: 20px;
	width: auto;
	max-width: 900px;
	margin: 20px auto;
}

.popup--white {
	background: var(--white);
}

.popup--grey {
	background: var(--lightgrey);
}

.text-blue {
	color:#004a80;
}
.home-schema {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 35vw;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flexbox .col {
  flex: 1;
}

.textTitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 5rem;
	color: #000;
}
.livrablesIc {
	background-image: url('img/livrables.png');
	width:132px;
	height: 132px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.expertiseIc {
	background-image: url('img/expertise.png');
	width:132px;
	height: 132px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
#livrables:hover .livrablesIc {
	background-image: url('img/livrablesBlue.png');
	-webkit-transition: all 1s;
	transition: all 1s;
}
#expertise:hover .expertiseIc {
	background-image: url('img/expertiseBlue.png');
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media (max-width: 690px) {
	button.mfp-arrow  {
		display: none !important;
	}
}

.pmargin p {
  margin-bottom: 1.5em;
}
#cf_4,
label[for=cf_4] {
  display: none;
}
.grecaptcha-badge {
	visibility: collapse !important;  
}

.formation-form {
	padding: 20px;
}

.formation-form span.wpcf7-list-item {
	display: flex;
	margin: 0 0 10px 1em;
}


.formation-form .wpcf7-list-item-label {
	margin-left: 5px;
}

.formation-form fieldset {
	border-color: #004a80;
	max-width: 350px;
}

.formation-form legend {
	color: #004a80;
	margin-left: 7px;
}

.formation-form .haruki-input {
	margin: .5em 0;
}

.formation-form div {
	max-width: 350px;
}

.btn {
	background: var(--white);
	border: 2px solid var(--darkgreen);
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	color: var(--darkgreen);
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	padding: var(--t5);
	transition: var(--transition);
	display: inline-block;
}
.btn:hover,
.btn:focus {
	border: 2px solid var(--darkgreen);
	background: var(--lightgreen);
	color: var(--white);
	text-decoration: none;
	box-shadow: none;
	transition: var(--transition);
}

.btn--green,
.btn--green:link,
.btn--green:visited {
	background: var(--white);
	padding: 30px 6px;
	color: var(--darkgreen);
	font-weight: bold;
	transition: var(--transition);;
	border: 2px solid var(--darkgreen);
	text-decoration: none;
	display: inline-block;
	margin: 20px auto;
}
.btn--green:hover,
.btn--green:focus {
	color: var(--white);
	background: var(--lightgreen);
	transition: var(--transition);
	border: 2px solid var(--white);
	text-decoration: none;
}

.flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.flex-row {
	display: flex;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-img {
	margin-top: auto;
}


.seminaire__pretitle {
	font-size: var(--t6);
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--darkgreen);
}
.seminaire__title {
	margin: 0;
}
.seminaire__subtitle {
	margin: 0;
	font-style: italic;
	font-weight: bold;
	color: var(--orange);
	margin-bottom: var(--t4);
}
.seminaire__infos {
	margin: 0 auto;
	font-weight: bold;
	width: 50%;
}

.seminaire__container {
	display: grid;
	grid-template-columns: 60% 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
	margin-bottom: var(--t10);
}
.seminaire__container--left {
	padding: var(--t5);
}
.seminaire__container--right {
	background: var(--darkgreen);
	padding: var(--t5);
	color: var(--white);
}
.seminaire__container--bottom {
	grid-column: span 2;
	justify-self: center;
}
.seminaire__container--right h3,
.seminaire__container--right .h3like {
	color: var(--white);
}

.team:link {
	text-decoration: none;
	transition: var(--transition);
}
.team:hover .team__title,
.team:focus .team__title {
	color: var(--lightgreen);
	transition: var(--transition);
}

.team__img {
	filter: grayscale(1);
}

.padding {
	padding-right: var(--t5);
}

.temoignages {
	padding-bottom: var(--t5);
}