/*
	Theme Name: Wikimedia
	Author: wikimedia
	Author URI: https://www.wikimedia.ch
	Text Domain: wikimedia
	Version: 1.0
*/


/*
 Default CSS global, all override in css/override.css
*/


/** 1.0 - RESET */
body.logged-in.admin-bar .header {
	top: 32px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	max-width: 100%;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a.btn:focus,
a.btn:hover,
a.btn:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
}
button, input[type="text"], input[type=textfield], input[type="submit"], input[type=search], select {
	-webkit-appearance: none;
	border-radius: 0;
}
.clear,
.clearfix {
	clear: both;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: lightgray 5000s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

/* FIX lightslider CSS */
.cs-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.lSSlideOuter .lSPager.lSGallery li {
	height: 65px;
}
.minislider .lSAction>.lSPrev {
	left: -7px;
 }
.minislider .lSAction>.lSNext {
	right: -7px;
 }


/* FIX VIDEO */
.videocontainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.videocontainer iframe,
.videocontainer object,
.videocontainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* TYPO */
h1, h2, h3, h4, h5, h6 {
	display: block;
}
p em {
	font-style: italic;
}
p:last-of-type {
	padding-bottom: 0;
}

/* GLOBAL */
.inner {
	display: block;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
/* transition */
.header a,
.header .logo,
.header.smallscroll,
.header.smallscroll .logo,
.gform_wrapper .button:hover,
:hover {
	transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
}
/* flex */
.flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wraps: wrap;
}


/* BLOC - SECTION GLOBAL */

section .add {
	margin-top: 60px;
}


/* HEADER */
.header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 9999;
}
.header .logo,
.header .small_logo {
	display: block;
	position: absolute;
	z-index: 8888;
}
.header .logo img,
.header .small_logo img {
 	width: 100%;
	height: auto;
}


/* MENU */
.menu_toggle,
.header .mobile_menu {
	display: none;
}
.header .menu {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.header .menu ul {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.header .menu ul li {
	display: inline-block;
	width: auto;
	height: auto;
}
.header .menu ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
}
.header .menu ul li ul.sub-menu {
	display: none;
	position: absolute;
	width: auto;
}
.header .menu ul li:hover > ul.sub-menu {
	display: block;
}
.header .menu ul li ul.sub-menu li {
	display: block;
	float: none;
	width: 100%;
}
.header .menu ul li ul.sub-menu li a {
	white-space: nowrap;
	height: auto;
}


/* f010 image fix */
.cover_img .cover_gradient {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* f020 - TEXT */
section.text .bloc_wrap {
	width: 100%;
}


/* f040 - IMAGE SEULE OU SLIDER */
/* global */
section.image .image_slider {
	position: relative;
	width: 100%;
}
section.image .image_slider .slide {
	display: block;
	position: relative;
	width: 100%;
}
/* accroche over */
section.image .image_slider.over .slide .slide_gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
section.image .image_slider.over .slide .slide_gradient .inner {
	display: table;
	height: 100%;
	width: 100%;
}
section.image .image_slider.over .slide .accroche {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
section.image .image_slider.over .slide .accroche .button-container {
	margin: 30px 0 0 0;
	width: 70%;
}
/* accroche under */


/* f060 - COLUMN */
section.column .column-column {
	float: left;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
section.column .col-1 {
	width: 100%;
}
section.column .col-2 {
	width: 50%;
}
section.column .col-3 {
	width: 33.333%;
}
section.column .col-4 {
	width: 25%;
}
section.column .col-5 {
	width: 20%;
}
section.column .col-6 {
	width: 16.666%;
}
section.column .col1 {
	width: 100%;
}
section.column .col2 {
	width: 50%;
}
section.column .col3 {
	width: 33.333%;
}
section.column .col4 {
	width: 25%;
}
section.column .col5 {
	width: 20%;
}
section.column .col6 {
	width: 16.666%;
}
section.column .column-column .button-container-mini {
	align-self: flex-end;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
}


/* f070 - TEXT & IMG */
section.text_img {
	width: 100%;
	height: auto;
}
section.text_img .text_img_add {
	margin: 20px 0 0 0;
}


/* f080 - PARALLAX */
section.parallax {
	display: block;
	width: 100%;
	padding: 0;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
section.parallax .bloc_wrap {
	height: 100%;
	width: 100%;
	padding: 0 15px;
}
section.parallax .bloc_wrap .inner {
	opacity: 0;
	padding-top: 150px;
	transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
}
section.parallax .bloc_wrap .inner.display {
	opacity: 1;
	padding-top: 0;
}


/* f100 - MULTI-IMAGE */
/* overlay*/
section.multi_image .gallery_item {
	display: block;
	float:left;
	padding: 0 15px;
	position: relative;
	min-height: 1px;
	margin-bottom: 30px;
}
section.multi_image .gallery_item .overlay {
	width: calc(100% - 30px);
	height: calc(100%);
	position: absolute;
	top: 0;
	left: 15px;
	word-wrap:break-word;
	overflow: hidden;
}
section.multi_image .gallery_item .overlay .flex {
	width: 100%;
	height: 100%;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	}
section.multi_image .gallery_item .overlay .info {
	padding: 0 15px;
}
/* noverlay */
section.multi_image .gallery_item .noverlay {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}
section.multi_image .gallery_item .rotate {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
section.multi_image .gallery_item .rotate img {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
section.multi_image .gallery_item .rotate a:hover img {
	-webkit-transform: scale(1.05) rotate(-0.5deg);
	-moz-transform: scale(1.05) rotate(-0.5deg);
	-o-transform: scale(1.05) rotate(-0.5deg);
	-ms-transform: scale(1.05) rotate(-0.5deg);
	transform: scale(1.05) rotate(-0.5deg);
}


/* f105 - IMAGE GRID */
section.img_grid .gallery_item {
	display: block;
	float:left;
	padding: 0;
	position: relative;
	cursor: pointer;
}
section.img_grid .gallery_item .overlay {
	width: calc(100%);
	height: calc(100%);
	position: absolute;
	top: 0;
	left: 0;
	word-wrap:break-word;
	overflow: hidden;
}
section.img_grid .gallery_item .overlay .flex {
	width: 100%;
	height: 100%;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
section.img_grid .gallery_item .overlay .info {
	padding: 0 15px;
}


/* f110 - GALLERY */
section.gallery .gallery_item {
	display: block;
	float:left;
}
section.gallery .gallery_item .rotate {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
section.gallery .gallery_item img {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
section.gallery .gallery_item a:hover img {
	-webkit-transform: scale(1.05) rotate(-0.5deg);
	-moz-transform: scale(1.05) rotate(-0.5deg);
	-o-transform: scale(1.05) rotate(-0.5deg);
	-ms-transform: scale(1.05) rotate(-0.5deg);
	transform: scale(1.05) rotate(-0.5deg);
}


/* f120 - FAQ */
section.faq .faq-info .faq-question {
	cursor: pointer;
}
section.faq .faq-info .faq-answer {
	display: none;
}


/* f130 - QUOTE */
section.quote .quote_slider .slide {
	display: block;
	position: relative;
	width: 100%;
}
section.quote .quote_slider .slide .slide_gradient .inner {
	display: table;
	height: 100%;
	width: 100%;
}
section.quote .quote_slider .slide .accroche {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
section.quote .quote_slider .slide .accroche blockquote {
	max-width: 1200px;
	margin: 20px auto 0;
}
section.quote .quote_slider .slide .accroche blockquote span.left {
	display: inline-block;
	color: #fefefe;
	font-size: 2em;
	float: left;
	margin-top: -15px;
	margin-left: -30px;
}
section.quote .quote_slider .slide .accroche blockquote span.right {
	display: inline-block;
	color: #fefefe;
	font-size: 2em;
	float: right;
	margin-right: -30px;
	margin-top: -30px;
}
section.quote .quote_slider .slide .accroche p.add {
	max-width: 1200px;
	margin: 40px auto 0;
}
section.quote .quote_slider .slide .accroche .button-container {
	margin: 30px 0 0 0;
	max-width: 1200px;
}


/* f160 - MAP */
section.map.nopad {
	padding-top: 0;
	padding-bottom: 0;
}
section.map .gmap {
	height: 500px;
	display: block;
	width: 100%;
}
section.map .gmap h5 {
	font-size: 1em;
}


/* f170 - MINISLIDER */
#minislider li {
	display: table;
}
#minislider li .img_minislider {
	display: table-cell;
	vertical-align: middle;
}
#minislider li img {
	max-height: 100%;
	width: auto;
}


/* f190 BUTTON */
section.button .button-container {
	margin: 0;
}
/* gradient button */
.button-container {
	position: relative;
	display: inline-block;
}
.button-container .gradient_btn {
	display:inherit;
	text-align: center;
	transition: 400ms ease-in;
}
.button-container-mini {
	position: relative;
	display: inline-block;
	margin: 20px 0 0 0;
}
.button-container-mini .gradient_btn {
	display:inherit;
	text-align: center;
	background-size: 200% auto;
	transition: 400ms ease-in;
}



/* f300 - FOOTER */
footer {
	position: relative;
	height: auto;
}
footer .footer_bg {
	z-index: 40;
}


/*  FILTER CAT */
section.filter .filter_select {
	display: block;
	height: auto;
	position: relative;
	margin: 0 auto;
}
section.filter .filter_trigger {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	position: relative;
	cursor: pointer;
}
section.filter .filter_trigger .text {
	display: inline-block;
}
section.filter .filter_trigger .icon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
section.filter .filter_trigger .icon img {
	display: inline-block;
	width: auto;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
section.filter .filter_select ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 99;
}
section.filter .filter_select ul li {
	display: block;
}
section.filter .filter_select ul li span {
	display: block;
	cursor: pointer;
	transition: all ease-in 0.1s;
	-webkit-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
	-o-transition: all ease-in 0.1s;
}


/* NAVIGATION POST */
section.navigation .col4 {
	width: 33.33%;
	float: left;
}
section.navigation .nav-left {
	float: left;
	padding-left: 3px;
}
section.navigation .nav-right {
	float: right;
	padding-right: 3px;
}


/* look at gravity_form.css for shitting form stuff */



/* 6.0 - MEDIA QUERIES */

@media screen and (max-width: 1300px) {

	h1 {
		margin-left: 60px;
	}
}

@media screen and (max-width: 1100px) {


}

@media screen and (max-width: 1050px) {


}

@media screen and (max-width: 1000px) {

	.lSSlideOuter .lSPager.lSpg {
		left: calc(50% - 25px);
	}
}

@media screen and (max-width: 950px) {

	.header {
		padding: 0;
	}
	section {
		padding: 40px 0;
	}
	section.column .col-2,
	section.column .col-3,
	section.column .col-4,
	section.column .col-5,
	section.column .col-6 {
		width: 100% !important;
		margin-bottom: 40px;
	}
	section.column .col-2:last-of-type,
	section.column .col-3:last-of-type,
	section.column .col-4:last-of-type,
	section.column .col-5:last-of-type,
	section.column .col-6:last-of-type {
		margin-bottom: 0;
	}
	section.column .column_height {
		min-height: auto;
	}

	/* Mobile Menu */
	.header .menu {
		display: none;
	}
	.menu_toggle {
		display: block;
		position: absolute;
		top: 12px;
		right: 15px;
		transition: all ease-in 0.3s;
		-webkit-transition: all ease-in 0.3s;
		-ms-transition: all ease-in 0.3s;
		-o-transition: all ease-in 0.3s;
		cursor: pointer;
		z-index: 999999;
	}
	.menu_toggle .menu_open {
		display: inline-block;
		height: 22px;
		margin-left: 0;
		width: 35px;
		position: relative;
		vertical-align: middle;
	}
	.menu_toggle .menu_open span,
	.menu_toggle .menu_open span:after,
	.menu_toggle .menu_open span:before {
		content: '';
		display: block;
		height: 3px;
		transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
		-ms-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		width: 100%;
	}
	.header .menu_toggle .menu_open span:before {
		position: absolute;
		margin-top: 10px;
	}
	.header .menu_toggle .menu_open span:after {
		position: absolute;
		margin-top: 20px;
	}
	.menu_toggle.active .menu_open span,
	.menu_toggle.active span,
	.menu_toggle.active .menu_open span:before,
	.menu_toggle.active .menu_open span:after {
		background-color: transparent;
	}
	.menu_toggle.active span:before {
		margin-top: 10px;
		transform: rotate(45deg);
	}
	.menu_toggle.active span:after {
		margin-top: 10px !important;
		transform: rotate(-45deg);
	}
	.header .mobile_menu {
		left: 0;
		width: 100%;
		min-height: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
		transition: all ease-in 0.5s;
		-webkit-transition: all ease-in 0.5s;
		-ms-transition: all ease-in 0.5s;
		-o-transition: all ease-in 0.5s;
		z-index: 900;
	}
	.header .mobile_menu.active {
		top: 0;
	}

}

@media screen and (max-width: 780px) {


}

@media screen and (max-width: 768px) {

	section {
		text-align: center;
	}
	section.text_img .content_txt {
		width: 100%;
	}
	#minislider li img {
	max-width: 150px;
}


}

@media screen and (max-width: 680px) {

	section.text_multicolumn .text_colum_text {
		text-align: center;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.gallery_item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 550px) {


}

@media screen and (max-width: 500px) {


}

@media screen and (max-width: 415px) {

}
