/**
 * Browse Happy
 *
 * CSS used for the banner placed before your main content area that shows
 * a 100% width alert-style dialog to users of old versions of IE
 *
 * Don't remove !
 *
 */
.browsehappy {
	position: fixed;
	top: 0;
	left: 0;

	display: flex;

	width: 100%;
	height: 70px;

	color: #fff;
	background-color: #922903;

	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 18px;

	justify-content: center;
	align-items: center;
}
.browsehappy a {
	padding: 0 10px;

	text-decoration: none;

	color: #000;
}

/**
 * General
 */
* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
style, script {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}
body {
	background-color: #999;
}
@media only screen and (min-width: 80.063em) {
	body {
		overflow-x: hidden;
	}
	#content {
		padding-top: 0;
	}
}
@media only screen and (max-width: 80em) {
	body {
		overflow-x: hidden;
	}
	#content {
		padding-top: 70px;
	}
}
#content {
	background-color: #fff;
	overflow: hidden;
}
a {
	cursor: pointer;
	text-decoration: none;
}
div[id^="top"] {
}
.logo {
	display: block;

	max-width: 170px;
	padding-bottom: 60px;
}
.absbottom1 {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: calc(50% - 50px);

	width: 100px;

	text-align: center;
}
div[class*="absbottom"]:not(.absbottom1) {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: calc(50% - 50px);

	width: 100px;

	text-align: center;
}
.absbottom1 .absleft, .absbottom1 .abscenter {
	display: none;
}
@media only screen and (max-width: 80em) {
	div[class*="absbottom"] {
		display: none !important;
	}
}
.absbottom > div {
	text-align: center;
}
.scroll-controls {
	margin: -10px;
	padding: 0;

	color: #fff;
	text-shadow: 0px 1px 0px #000;

	font-size: 42px;
	font-weight: bold;
}
.scroll-controls:hover {
	cursor: pointer;
}

/**
 * Footer
 */
#footer {
	width: 100%;
	padding-top: 37px;
	padding-bottom: 37px;

	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #fafaf8;
	background: #212121;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
}
#footer > div {
	margin: 10px 0;
}
#footer [class*="footerdiv"] {
	padding: 0 20px;

	border-right: 1px solid #847c77;
}
#footer [class*="footerdiv"]:last-of-type {
	border-right: none;
}
#footer a {
	color: #847c77;
}

/**
 * Common to both types (1 col & 2 cols)
 */
[id*=ariane] {
	width: 100%;
	width: 100vw;
}
[class*=grid] > div {
	z-index: 1;
}
.left-overlay-1 {
	min-height: 150vh;
}
.fx {
	height: auto;
	padding: calc(3.33333333% - 10px);
}
@media only screen and (min-width: 80.063em) {
	.fx {
		height: 100vh;
		padding: 5% 0;
	}
}
.section-1 {
	position: relative;

	overflow: hidden;

	height: 100vh;
}
div[class^="section-"]:not(.section-1) {
	position: relative;

	overflow: hidden;

	min-height: calc(100vh - 85px);
}
.page-title {
	margin: 0;
}
span.h1_titre1 {
	display: inline-block;

	width: 100%;
	margin-left: -5px;
	padding: 0 0 0 2px;

	word-break: break-word;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
span.h1_titre1 > strong {
	font-weight: 800;
}
span.h1_titre2 {
	display: table-cell;
	overflow: hidden;

	width: 100%;
	padding: 1px 0 .25em 0;

	word-break: break-word;

	color: #000;
	background-color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
span.h1_titre2 > strong {
	margin-left: -6px;

	font-weight: 800;
}
.slogan {
	width: 45vw;
	margin-top: 20px;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(1rem + .1vh + .1vw);
	font-weight: 300;
	line-height: 1.1em;
}
[class*="overbgwrapper-"] {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;

	width: 100%;
}
.overbgwrapper {
	padding: 0 10%;
}

/**
 * 2 cols
 */
.bg-wrapper-1 {
	position: absolute;
	z-index: 0;
	left: 0;

	width: 100%;
	height: 100vh;

	border-right: none;
	border-left: none;
}
div[id^="bg-wrapper-"]:not(.bg-wrapper-1) {
	position: absolute;
	z-index: 0;
	left: 0;

	width: 100%;
	min-height: 100vh;

	border-right: none;
	border-left: none;
}
.bg-wrapper-right-1 {
	position: absolute;
	z-index: 0;
	left: 50%;

	overflow: hidden;

	width: 100%;
	height: 100vh;

	border-right: none;
	border-left: none;
}
div[id^="bg-wrapper-right-"]:not(.bg-wrapper-right-1) {
	position: absolute;
	z-index: 0;
	left: 50%;

	overflow: hidden;

	width: 100%;
	min-height: 100vh;

	border-right: none;
	border-left: none;
}
.overlay-wrapper-1 {
	position: absolute;
	z-index: 1;
	left: 0;

	width: 100%;
	height: 100vh;

	border-right: none;
	border-left: none;
}
div[id^="overlay-wrapper-"]:not(.overlay-wrapper-1) {
	position: absolute;
	z-index: 1;
	left: 0;

	width: 100%;
	min-height: 100vh;

	border-right: none;
	border-left: none;
}
.overlay-wrapper-right-1 {
	position: absolute;
	z-index: 1;
	left: 50%;

	width: 100%;
	height: 100vh;

	border-right: none;
	border-left: none;
}
div[id^="overlay-wrapper-right"]:not(.overlay-wrapper-right-1) {
	position: absolute;
	z-index: 1;
	left: 50%;

	width: 100%;
	min-height: 100vh;

	border-right: none;
	border-left: none;
}
@media only screen and (min-width: 80.063em) {
	.fullbg-1 {
		position: relative;

		float: left;
		overflow: hidden;

		width: 100%;
		height: 100vh;
	}
	div[class*="fullbg-"]:not(.fullbg-1) {
		position: relative;

		float: left;
		overflow: hidden;

		width: 100%;
		min-height: 100vh;
	}
	.leftbg-1 {
		position: relative;

		float: left;
		overflow: hidden;

		width: 50%;
		height: 100vh;
	}
	div[class^="leftbg-"]:not(.leftbg-1) {
		position: relative;

		float: left;
		overflow: hidden;

		width: 50%;
		min-height: 100vh;
	}
	.rightbg-1 {
		position: relative;

		float: left;

		width: 50%;
		height: 100vh;
	}
	div[class^="rightbg-"]:not(.rightbg-1) {
		position: relative;

		float: left;

		width: 50%;
		min-height: 100vh;
	}
}
@media only screen and (max-width: 80em) {
	div[class^="fullbg-"], div[class^="leftbg-"], div[class^="rightbg-"] {
		min-height: 150vh;
/*		display: none;*/
	}
}

/**
 * Local Video
 */
@media only screen and (max-width: 80em) {
	#bgvid {
		display: none;
	}
	.video-background {
		display: none;
	}
}
video.vidbg {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: calc(50% + 70px);

	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;

	transition: 1s opacity;
	transform: translateX(-50%) translateY(-50%);
}

/**
 * Distant Video *
 */
div[class^="leftbg-"] > .video-background, div[class^="rightbg-"] > .video-background {
	position: absolute;
	z-index: -99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: calc(200% - 10px);

	background: #000;
}
div[class^="fullbg-"] > .video-background {
	position: absolute;
	z-index: -99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: calc(101% - 35px);

	background: #000;
}
div[id^="video-foreground-"], .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	div[id^="video-foreground-"] {top: -100%;  height: 300%; }
}
@media (max-aspect-ratio: 16/9) {
	div[id^="video-foreground-"] {left: -100%;  width: 300%; }
}

/*
 * Flexible Contents
 */
.flexible-contents {
	position: relative;

	margin: 30px 0;
}

/**
 * Flexible Content - Logos
 */
.logos {
	margin-bottom: 20px;
}
.logo-inner {
	padding: 1px !important;
}
.img-container {
	position: relative;

	overflow: hidden;

	background: #f0f0f0;
}
.img-caption {
	position: absolute;

	display: flex;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;

	cursor: pointer;
	transition: all 0.8s ease-out;

	background: #a8a8a8;
	background: rgba(0, 0, 0, .4);

	align-items: center;
	justify-content: center;
}
.img-container:hover .img-caption{
	opacity: 0;
}
.bottom-top{
	top: 100%;
	left: 0;
}
.img-container:hover .img-caption{
	top: 0;
	left: 0;

	transition: all 0.6s ease-out;
}
.img-container:hover .img-caption {
	opacity: 1;
}
.eye2 {
	width: 38px;
	height: 34px;
}

/**
 * Flexible Content - Links
 */
.links {
	margin: 20px 0;
}
.links a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: .8;
}
.links a:before {
	display: block;

	width: 35px;
	margin-bottom: 10px;

	content: ' ';

	border-top: 2px solid #fff;
}
.links a:after {
	display: inline-block;

	padding-left: 23px;

	content: "\f054";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

	font-family: FontAwesome;
	font-size: 14px;
}
.links a:hover  {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	color: rgba(255, 255, 255, 0.7);
}
.links a:hover:before {
	border-top: 2px solid rgba(255, 255, 255, 0.7);
}

/**
 * Flexible Content - Boxes
 */
[class*="box-"] {
	position: relative;

	overflow: hidden;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;

	border: 1px solid #f0f0f0;
}
div[class^="boxoverlay-"] {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}
.boxtext {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	display: inline-flex;
	flex-direction: column;

	width: 100%;

	align-items: center;
	justify-content: center;
}
.boxtext, .boxtext a {
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #fff;

	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
}
.boxtext:hover, .boxtext a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	background: #e13642;

	font-size: 16px;
}
.boxicon {
	padding-bottom: 10px;
}

/**
 * Flexible Content - Stats
 */
[class^="perrow-"] {
	display: flex;

	border-bottom: 1px solid #fff;

	align-items: center;
}
[class^="perrow-"]:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: scale(1.1);

	opacity: 0.95;
}
[class^="pernb-"] {
	letter-spacing: 1px;

	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1;
}
[class^="percnt-"] {
	padding: 0;

	letter-spacing: 1px;

	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 1;
}
[class^="perpipe-"] {
	display: inline-block;
}
[class^="pertxt-"] {
	padding: 0 0 0 20px;

	letter-spacing: 1px;

	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
}

/**
 * Flexible Content - Breadcrumbs
 */
.ariane {
	margin-bottom: 20px;
}
.breadcrumbs {
	overflow: hidden;

	list-style: none;
}
.breadcrumbs li {
	display: inline-block;

	margin-right: 15px;
	padding: 0;

	vertical-align: middle;
	letter-spacing: 3px;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: .8;
}
.breadcrumbs li a {
	padding: 0;

	text-decoration: none;

	color: #000;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.item-current {
	text-transform: uppercase;
}
.bread-current.bread-cats i:first-of-type {
	padding: 0 12px;
}
.bread-current.bread-cats i:last-of-type {
	display: none;
}
.bread-current.bread-cats>a {
	position: relative;
	/*bottom: -4px;*/

	line-height: 0;
}
.breadcrumbs li a:hover {
	color: rgba(0, 0, 0, 0.7);
}
.bread-current {
	position: relative;

	color: #000;

	font-weight: 400;
	line-height: 0;
	/*	bottom: -1px;*/
}
.breadcrumbs .separator {
	color: #000;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

/**
 * Flexible Content - Wysiwyg
 */
.wysiwyg h1 {
	width: 100%;
	margin: 0;
	padding: 5px 0 0;

	letter-spacing: 4px;
	text-transform: uppercase;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.wysiwyg h2 {
	width: 100%;
	margin: 0 0 60px;
	padding: 5px 0 0;

	letter-spacing: 4px;
	text-transform: uppercase;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.wysiwyg p {
	margin: 18px 0;

	letter-spacing: 1px;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}
.wysiwyg p bold {
	font-weight: 600;
}

/**
 * Flexible Content - Last Posts
 */
div[class^="lp-section-"] {
	position: relative;

	overflow: hidden;
}
div[class^="lp-section-"] > div[class*="absbottom"] {
	display: none;
}
div[class^="taxonomies-"]{
}
.ls-title {
	width: 100%;
	padding: 70px 30px 3px;

	letter-spacing: 4px;
	text-transform: uppercase;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.ls-post-title {
	width: 100%;
	padding: 3px 30px;

	letter-spacing: 4px;
	text-transform: uppercase;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.ls-excerpt {
	width: 100%;
	padding: 0 30px 50px;

	letter-spacing: 1px;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.ls-infos {
	margin: 50px 0 0;
	padding: 0 30px;
}
div[class*="ls-place"], div[class*="ls-date"], div[class*="ls-author"] {
	float: left;

	padding: 20px 0 50px 0;

	letter-spacing: 2px;

	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 1;
}
div[class*="ls-place"] span, div[class*="ls-date"] span, div[class*="ls-author"] span {
	font-weight: 600;
}
div[class*="ls-first"], div[class*="ls-last"] {
	padding: 0 40px 70px;
}

/**
 * Google Map
 */

.gmnoprint:not(.gm-bundled-control), .gm-style-cc {
	display: none;
}
.gm-bundled-control .gmnoprint {
	display: block;
}
a[href^="http://maps.google.com/maps"]{
	display:none !important
}
a[href^="https://maps.google.com/maps"]{
	display:none !important
}
a[href^="https://www.google.com/maps"]{
	display:none !important
}
div[class^="map-section-"] {
	position: relative;

	overflow: hidden;
}
.mapwrapper {
	padding: 0;
}
.map-txt {
	background-color: #ffffff;
}
.map-title {
	width: 100%;
	padding: 70px 50px 3px;

	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.map-sub-title {
	width: 100%;
	padding: 3px 50px;

	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.map-excerpt {
	width: 100%;
	padding: 0 50px 50px;

	letter-spacing: 1px;

	color: #383811;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.map-infos {
	margin: 50px 0 0;
	padding: 0 50px;
}
div[class*="map-name"], div[class*="map-phone"], div[class*="map-mail"] {
	float: left;

	padding: 20px 0 50px 0;

	letter-spacing: 2px;
	word-wrap: break-word;

	color: #0d0d0d;
	border-top: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 1;
}
div[class*="map-name"] span, div[class*="map-phone"] span, div[class*="map-mail"] span {
	font-weight: 600;
}
div[class*="map-first"], div[class*="map-last"] {
	padding: 0 50px 70px;

	color: #0d0d0d;
}
div[class*="map-first"] > a, div[class*="map-last"] > a {
	color: #0d0d0d;
}
div[class*="map-first"] > a:before, div[class*="map-last"] > a:before {
	border-top: 2px solid #0d0d0d;
}
div[class*="map-first"] > a:hover, div[class*="map-last"] > a:hover  {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	color: rgba(13, 13, 13, 0.7);
}
div[class*="map-first"] > a:hover:before, div[class*="map-last"] > a:hover:before {
	border-top: 2px solid rgba(13, 13, 13, 0.7);
}

/**
 * Contact Form
 */
div[class^="cf-section-"] {
	position: relative;

	overflow: hidden;
}
.cf-txt {
	background-color: #ffffff;
}
.cf-title {
	width: 100%;
	padding: 70px 50px 3px;

	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.cf-sub-title {
	width: 100%;
	padding: 3px 50px;

	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.cf-excerpt {
	width: 100%;
	padding: 50px 50px 30px;

	letter-spacing: 1px;

	color: #383811;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.cf-cf {
	width: 100%;
	padding: 0 50px 50px;

	letter-spacing: 1px;

	color: #383811;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.cf-cf *:focus {
	outline: none;
}
.cf-cf .gform_wrapper {
	border-top: 2px solid #000;
}
.cf-cf .gform_wrapper form {
	overflow: hidden;
}
.cf-cf [id*="gform_submit_button_"] {
	width: auto !important;

	text-align: left;
	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: none !important;
	background: transparent;

	font-family: 'Hind', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 14px !important;
}
.cf-cf [id*="gform_submit_button_"]:hover {
	cursor: pointer !important;
}
.cf-cf .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;

	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: none;
	background: rgba(75, 234, 203, 0.33);

	font-family: 'Hind', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 16px !important;
}
span.aftersubmit:after {
	position: relative;

	padding-left: 10px;

	content: '\f054';

	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 1;
}

/**
 * Single
 */
.hero {
	position: relative;
}
.heroverlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	float: left;
	overflow: hidden;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.3);
}
#ariane-singles {
	height: 100px;

	background-color: #300dc5;
}
.single .firstblock .infos {
	margin-top: 150px;
	width: 100%;
}
.infos {
	width: 100%;
}

@media only screen and (max-width: 80em) {
	.single .infos {
		padding: 0 10%;
	}
	#ariane-singles {
		padding: 0 10%;
	}
	.picsvids > div {
		padding: 0 10%;
	}
}
#ariane-singles .breadcrumbs {
	padding: 0;
}
#ariane-singles .bread-current, #ariane-singles .breadcrumbs li, #ariane-singles .breadcrumbs li a {
	color: #fff;
}
#ariane-singles .breadcrumbs li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#ariane-singles .breadcrumbs .separator {
	color: #fff;
}
.firstblock {
	background-color: #fff;
}
[class*="block-"] {
	padding-top: 100px;
}
[class*="block-"]:nth-child(odd) {
	background-color: #fff;
}
[class*="block-"]:nth-child(even) {
	background-color: #efefef;
}
.singles-infos {
	margin: 0;
	padding: 0;
}
.place, .date, .author {
	float: left;

	padding: 20px 0 50px 0;

	letter-spacing: 2px;

	border-top: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 1;
}
.place span, .date span, .author span {
	font-weight: 600;
}
.title-box {
	margin-bottom: 35px;
}
.rb-bold-title {
	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.rb-regular-title {
	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.singles-intro {
	padding: 35px 0;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.singles-text {
	padding-bottom: 60px;

	color: #847c77;

	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.singles-text p {
	padding-bottom: 35px;
}
.singles-text p strong {
	color: #0d0d0d;
}
.sub-infos {
	padding: 20px 0 34px;

	letter-spacing: 2px;

	color: #0d0d0d;
	border-top: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.sub-infos a {
	color: #0d0d0d;
}
.sub-infos a:hover {
	color: rgba(13, 13, 13, 0.7);
}
.sub-infos-title {
	display: inline-block;

	width: 100%;

	font-weight: 700;
}
.tooltip_templates {
	display: none;
}
.share {
	padding: 50px 0;
}
.singles-logos {
	display: flex;

	padding: 20px 0 100px;

	border-top: 2px solid #0d0d0d;

	justify-content: flex-start;
	align-items: center;
}
.sub-logos {
	overflow: hidden;

	max-width: 20%;
	margin-right: 50px;
}
.sub-logos:last-child {
	margin-right: 0;
}
.sub-logos img {
	max-width: 70px;
}
.ssq div {
	max-width: 52px !important;
}
[class*="colpic"], [class*="colvid"] {
	position: relative;

	min-height: 160px;
}
.eye2 {
	position: absolute;
	z-index:100;
	top: 50%;
	left: 50%;

	display: none;

	width: 52px;
	height: 52px;
	margin-top: -26px; /* Half the height */
	margin-left: -26px; /* Half the width */
}
[class*="colpic"]:hover .eye2, [class*="colvid"]:hover .eye2 {
	display: block;
}
.picsvids {
	padding: 100px 0;

	background-color: #300dc5;
}
.rb-bold-title-blue {
	letter-spacing: 4px;
	text-transform: uppercase;

	color: #fff;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}
.rb-regular-title-blue {
	letter-spacing: 4px;
	text-transform: uppercase;

	color: #fff;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

/**
 * Social Networks & Sharers
 */
.socialnetworks {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.snblock {
	position: absolute;
	z-index: 2;
	right: 8.33333333%;
	bottom: 5%;

	text-align: right;
}
@media only screen and (max-width: 80em) {
	.snblock {
		display: none;
	}
}
.snfooter {

}
@media only screen and (min-width: 80.063em) {
	.snfooter {
		display: none;
	}
}
.social-squares {
	display: inline-flex !important;

	width: 36px;
	height: 36px;
	margin: 0 6px;
	padding: 4px;

	border: 1px solid #fff;

	align-items: center;
	justify-content: center;
}
.social-squares a, #footer .social-squares a {
	color: #fff;
}
.social-squares a:hover, #footer .social-squares a:hover {
	color: #000;
}
.social-squares:hover {
	cursor: pointer;

	background: #fff;
}
.social-squares:hover a, #footer .social-squares:hover a {
	color: #000;
}
.social-squares-dark {
	display: flex;

	width: 36px;
	height: 36px;

	color: #000;
	border: 1px solid #000;

	justify-content: center;
	align-items: center;
}
.social-squares-dark:hover {
	cursor: pointer;

	color: #fff;
	background: #000;
}

/**
 * Archives
 */
.archive-title {
	margin-left: -5px;
}
.archive-title .h1_titre1 {
	display: inline-block;

	width: 100%;
	margin-left: 0;
	padding: 0 0 0 2px;

	word-break: break-word;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
.archive-title .h1_titre1 span{
	font-weight: 800;
}
.archive-title .h1_titre2 {
	display: table-cell;

	width: 100%;
	padding: 1px 0 .25em 0;

	word-break: break-word;

	color: #000;
	background-color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
.archive-title .h1_titre2 span {
	margin-left: -6px;

	font-weight: 800;
}
#ariane-archive {
	height: 100px;

	background-color: #ff00b6;
}
#ariane-archive .breadcrumbs {
	padding: 0;
}
.archive .breadcrumbs li a {
	color: #fff;
}
.archive .breadcrumbs .separator {
	color: #fff;
}
.archive .bread-current {
	color: #fff;
}
.archive .firstblock .infos {
	margin-top: 150px;
}
.catboxes, .emptycats {
	width: 50vw;
}
.cat-item {
	padding: 20px 0;

	border-top: 2px solid #0d0d0d;
}
.cat-title {
	letter-spacing: 2px;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}
.cat-subtitle {
	display: block;

	margin-top: -4px;

	letter-spacing: 1px;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.cat-item a {
	cursor: pointer;
	-webkit-transition: none 86ms ease-out;
	transition: none 86ms ease-out;
	text-decoration: none;

	color: #0d0d0d;
}
.cat-item a:hover {
	color: #777;
}
.cat-item-grey {
	padding: 20px 0;

	border-top: 2px solid rgba(13, 13, 13, 0.25);
}
.cat-title-grey {
	letter-spacing: 2px;

	color: rgba(13, 13, 13, 0.25);

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}
#searchform.search input:focus {
	outline: none;
}
#searchform.search input {
	float: left;

	width: 75%;
	padding: 0 5px 10px 0;

	letter-spacing: 2px;

	color: rgba(13, 13, 13, 0.5);
	border: 0;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
#searchform.search button {
	position: relative;

	float: right;

	margin-top: -2px;
	padding: 0;

	cursor: pointer;

	color: rgba(13, 13, 13, 0.25);
	border: 0;
	background: transparent;
}
*::-webkit-input-placeholder {
	color: rgba(13, 13, 13, 0.25);
}
*:-moz-placeholder {
	color: rgba(13, 13, 13, 0.25);
}
*::-moz-placeholder {
	color: rgba(13, 13, 13, 0.25);
}
*:-ms-input-placeholder {
	color: rgba(13, 13, 13, 0.25);
}
.feat-img {
	position: relative;
}
.thumb, .firstcol {
	height: calc(1em + 18vh + 1vw);
	max-height: calc(1em + 18vh + 1vw);
}
.eye {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;

	display: none;

	width: 66px;
	height: 66px;
	margin-top: -33px; /* Half the height */
	margin-left: -33px; /* Half the width */
}
.feat-img:hover .eye {
	display: block;
}
.bordered {
	border-right: 2px solid #0d0d0d;
	border-bottom: 2px solid #0d0d0d;
	border-left: 2px solid #0d0d0d;
}
.postbox {
	padding: 22px;
}
.postbox .post-title {
	height: 20%;
	min-height: 25px;
	padding-bottom: 15px;

	letter-spacing: 2px;

	color: #0d0d0d;
	border-bottom: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.postbox .post-metas {
	padding: 15px 0;

	letter-spacing: 2px;

	color: #878787;
	border-bottom: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
span.catname {
	letter-spacing: 2px;

	color: #0d0d0d;
}
.postbox .post-excerpt {
	height: 35%;
	padding: 15px 0;

	color: #878787;
	border-bottom: 2px solid #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.postbox .post-link {
	display: flex;

	padding: 8px 0 15px;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;

	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.postbox .post-link a {
	letter-spacing: 2px;

	color: #0d0d0d;

	font-weight: 700;
}
.postbox .post-link a:hover {
	color: #777;
}
.plr {
	margin-right: -5px !important;

	text-align: right;
}
@media only screen and (max-width: 80em) {
	.archive .infos {
		width: 100%;
		padding: 0;
	}
	.archive .infos > div {
		padding: 0 10%;
	}
	#ariane-archive {
		padding: 0 10%;
	}
}

/**
 * Section - Breadcrumbs
 */
#ariane {
	height: 100px;

	background-color: #fff;
}
#ariane .breadcrumbs {
	padding: 0;
}

/**
 * Pagination
 */
.paginations {
	width: 50%;
}
.pagination {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.him-pagination-prev, .him-pagination-next {
	width: 100px;

	text-transform: uppercase;
}
.him-pagination-prev {
	text-align: left;
}
.him-pagination-next {
	text-align: right;
}
a.prev.page-numbers, a.next.page-numbers {
	display: none;
}
.him-pagination-prev a, .him-pagination-next a {
	padding-bottom: 20px;

	color: #000;
	border-bottom: 2px solid #000;
}
.him-pagination-prev a:hover, .him-pagination-next a:hover {
	color: rgba(119, 119, 119, 0.7);
	border-bottom: 2px solid #777;
}
.him-pagination span,
.him-pagination a {
	display: inline-block;

	padding: 0 23px
}
.him-pagination a {
	color: #000;
}
.him-pagination a:hover {
	color: rgba(119, 119, 119, 0.7);
}
.him-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}
.him-pagination span.dots {
	padding: 0;

	color: #000;
}
.him-pagination span.current {
	color: #777;
}

/**
 * Pages
 */
@media only screen and (max-width: 80em) {
	.page .infos {
		padding: 0 10%;
	}
	#ariane {
		padding: 0 10%;
	}
}

/**
 * Contact
 */
#ariane-contact {
	height: 100px;

	background-color: #0a0a0a;
}

@media only screen and (max-width: 80em) {
	#ariane-contact {
		padding: 0 10%;
	}
}
#ariane-contact .breadcrumbs {
	padding: 0;
}
#ariane-contact .bread-current, #ariane-contact .breadcrumbs li, #ariane-contact .breadcrumbs li a {
	color: #fff;
}
#ariane-contact .breadcrumbs li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#ariane-contact .breadcrumbs .separator {
	color: #fff;
}
.cffull {
	min-height: 100vh;
}
.cffullinfos {
	width: 100%;
	padding-top: 100px;
}
.cffullinfos-cf {
	margin-top: 30px;
}
.cffullinfos-title {
	width: 100%;
	padding: 0 0 3px;

	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
}
.cffullinfos-subtitle {
	letter-spacing: 4px;
	text-transform: uppercase;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.cffullinfos-cf [id*="field_"] {
	display: flex;

	height: 66px;
	height: auto;
	padding: 0 !important;

	border-top: 2px solid #0d0d0d;

	justify-content: space-between;
	align-items: center;
}
.cffullinfos-cf [id*="field_"] > .ginput_container:not(.ginput_container_textarea) {
	width: 80% !important;
	margin-left: 0 !important;
}
.cffullinfos-cf [id*="field_"] > div > span {
	padding: 0 !important;
}
.cffullinfos-cf [id*="field_"] > div > span > label {
	display: none !important;
}
.cffullinfos-cf [id*="field_"] > div > span > input {
	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: 0 !important;
	border: none !important;
	background-color: #fafafa;

	font-family: 'Hind', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 14px !important;
}
.cffullinfos-cf [id*="field_"] .ginput_container > input {
	width: 100% !important;

	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: 0 !important;
	border: none !important;
	background-color: #fafafa;

	font-family: 'Hind', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 14px !important;
}
.cffullinfos-cf [id*="field_"] .ginput_container > textarea {
	width: 100% !important;

	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: 0 !important;
	border: none !important;
	background-color: #fafafa;

	font-family: 'Hind', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 14px !important;
}
.zonetexte {
	display: block !important;
}
.zonetexte > .ginput_container_textarea {
	width: 100% !important;
	margin: 0 !important;
}
.cffullinfos-cf .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	padding-top: 20px;

	letter-spacing: 4px;

	color: #0d0d0d;

	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.cffullinfos-cf input[type=submit] {
	width: auto !important;
	margin: 0 !important;
	padding: 20px 0 0 0 !important;

	letter-spacing: 4px !important;

	color: #0d0d0d;
	border: 0 !important;
	background: none;

	font-family: 'Hind', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 14px !important;
}
.gform_wrapper .gform_footer:not(.top_label) {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;

	border-top: 2px solid #0d0d0d;
}
.cffullinfos-cf .gform_wrapper .gform_footer {
	clear: both;

	width: 100% !important;
	margin: 16px 0 0 0 !important;
	padding: 16px 0 10px !important;
}

/**
 * Mixed Sections
 */
.mixed {
	overflow: hidden;

	height: 80vh;
}
.mixinfos {
	max-height: calc(80vh - 90px);
}
[class*="mix-img-"] {
	padding: 100px 20px 100px calc(8.33333333% - 10px) !important;
}
.mixinfos {
	padding-top: 130px !important;
	padding-bottom: 30px;
}
.mixed .mix-txt .links a {
	color: #000;
}
.mixed .mix-txt .links a:before {
	border-top: 2px solid #000;
}
.mixed .mix-txt .links a:hover  {
	color: rgba(0, 0, 0, 0.7);
}
.mixed .mix-txt .links a:hover:before {
	border-top: 2px solid rgba(0, 0, 0, 0.7);
}
.mixed .mix-txt .singles-text {
	padding-bottom: 0;
}

/**
 * Standard
 */
.standard-title {
	margin-left: -5px;
}
.standard-title .h1_titre1 {
	display: inline-block;

	width: 100%;
	margin-left: 0;
	padding: 0 0 0 2px;

	word-break: break-word;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
.standard-title .h1_titre1 span{
	font-weight: 800;
}
.standard-title .h1_titre2 {
	display: table-cell;

	width: 100%;
	padding: 1px 0 .25em 0;

	word-break: break-word;

	color: #000;
	background-color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(2rem + 2vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
.standard-title .h1_titre2 span {
	margin-left: -6px;

	font-weight: 800;
}

/**
 * Search Page
 */
.searchresults-title .h1_titre1 {
	padding: 1px 0 .25em 0;

	word-break: break-word;

	color: #fff;
	background: transparent;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(1rem + 1vh + 2vw);
	font-weight: 300;
	line-height: 1;
}
.searchresults-title .h1_titre2 {
	padding: 1px 0 .25em 0;

	word-break: break-word;

	color: #fff;
	background: transparent;

	font-family: 'Open Sans', sans-serif;
	font-size: calc(1rem + 1vh + 1vw);
	font-weight: 300;
	line-height: 1;
}
.searchresults ul {
	display: block;

	margin-top: 35px;

	list-style-type: none;
}
.searchresults ul li:before {
	position: relative;
	top: -0.9em;

	padding-right: 20px;

	content: '\f04d';
	vertical-align: baseline;

	font-family: FontAwesome;
	font-size: 25%;
	line-height: 0;
}
.searchresults ul li.srform:before {
	padding-right: 0;

	content: '';
}
.searchresults ul li a {
	text-transform: uppercase;

	color: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
}
#search-results ul li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#searchform2.search input {
	float: left;

	padding: 10px;

	letter-spacing: 2px;

	color: rgba(13, 13, 13, 0.5);
	border: 0;
	background-color: #fff;

	font-family: 'Hind', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
#searchform2.search input:focus {
	outline: 0;
}
#searchform2.search button {
	position: relative;

	padding: 10px 15px;

	cursor: pointer;

	color: rgba(13, 13, 13, 0.25);
	border: 0;
/*	border-bottom: 1px solid #fff;*/
	border-left: 1px solid rgba(13, 13, 13, 0.25);
	background: #fff;
}
#searchform2.search button:hover {
	color: #0d0d0d;
}
#searchform2.search button:active {
	box-shadow: 0px 0px 12px 0px rgba(225, 225, 225, 1);
}
#searchform2.search button:focus {
	outline: 0;
}
.srform {
	margin-top: 20px;
	margin-left: 5%;
}

/**
 * Sitemap (Extension WP Sitemap Page)
 */
.wsp-container {
	padding-bottom: 60px;
    color: #847c77;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.wsp-pages-title, .wsp-posts-title {
	letter-spacing: 4px;
    text-transform: uppercase;
    color: #0d0d0d;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
}
.wsp-category-title, .wsp-category-title a {
	letter-spacing: 1px;
    color: #0d0d0d;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin: 10px 0;
    display: inline-block;
}
.wsp-pages-list, .wsp-pages-list a {
	padding-bottom: 60px;
    color: #847c77;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/*
     FILE ARCHIVED ON 15:49:11 Jan 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:28:53 Aug 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.46
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.037
  esindex: 0.008
  cdx.remote: 27.562
  LoadShardBlock: 83.67 (3)
  PetaboxLoader3.datanode: 100.938 (5)
  PetaboxLoader3.resolve: 115.662 (3)
  load_resource: 187.925 (2)
*/