/*

	CSS - IRHA - H2O

 * Kameleo T2 Template Graphical configuration
 */

/*** --- TABLE OF CONTENT ---

	01. Default value
		-- Titles & typography
		-- List-styles
		-- Tables
		-- Forms
	02. Links and buttons
		-- links styles
		-- buttons styles
	03. Structures global
		-- logo
		-- hd (header default parameters)
		-- bd (body default parameters)
		-- ft (footer default parameters)
	04. Navigation
		-- main navigation
		-- second navigation
		-- third navigation
		-- annexe navigation
		-- footer navigation
	05. languages links
	06. Objects styles
		-- Objects styles default
		-- Full background color objects
		-- Columns object
		-- Text divided columns
	07. Regions
		-- region Image top content
		-- region Introduction content
		-- region Slider
		-- region Main content
		-- region Prefooter content
		-- region Footer content
	08. Blog
	09. Events
	10. Gallery
	11. Shop
		-- basket button
		-- shop page general
		-- shop listing with link to details pages
		-- shop product details page
		-- shop listing with all details
		-- basket pages
		-- shop confirmation page
	12. Specific pages styles
		-- homepage
		-- color pages
	13. Powered	
		-- copyright
		-- login kameleo
	14. Social medias
	15. Mobiles version
	16.	Mediaqueries
		
*/


/*** --- VARIABLE DE PAGE ---

	.default:page par défaut
	.home:page d'accueil
	.annexe:page annexe
	
	.menuCouleur01:menu couleur 01
	.menuCouleur02:menu couleur 02
	.menuCouleur03:menu couleur 03
	.menuCouleur04:menu couleur 04


/*** --- VARIABLE DE PARAGRAPHE --- (css dans le point "06. Objects styles" )
 
	.default:style de paragraphe par défaut
	.fullBg:full largeur background
	.column:une petite colonne
	.textdivided: texte divisée en deux colonnes
 
*/


 
/*****  01. Default value *****/

html {
	height: 100%;
	font-size: 100%;
}

body {
	
	height: 100%;

/*  -- define the font of the page here -- 
	(linehgiht, color, size etc... You can specify the font for the titles later)
*/
	font-family: 'Ubuntu', sans-serif;
    font-size: 100%; /* Better to use % here and then rem for the content */
    line-height: 27px; /* Better to use PX here but you could use PX, PT, % or EM */
    font-weight:400;
    

    -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
    /* font and color */
    color: #434343;
	
	/* background of the page */
   
	background-color:#f0eee9;
		
		
/*	-- uncomment this for an image background --

	background-image:url(../img/texture.png);
	background-repeat:no-repeat;
	background-size:auto auto;
	background-position:center center; 
	
*/   
}

/* specify additional backgrounds here */

div#w0 {
    height: 100%;
}

div#w1 {
    height: 100%;
	/*background: transparent url(../img/bg_bottom.png) center bottom repeat-x;
    uncomment if you want to set a footer image on all width of the browser */
}

div#w2 {
    height: 100%;
}


/* -- Titles & typography -- */

/* Titles default */
#cn h1, #cn h2, #cn h3 {
    color: #6CBB4B; /* color of all title */
	font-weight: 600;
    margin-bottom: 24px;
    text-transform:none;
}


#cn h1 { /* -- page title -- */
    font-size: 2.25rem;
    color: #fff;
    font-weight:300;
    line-height: 38px;
    width:100%;
    max-width:100%;
    text-align: center;
	letter-spacing: 0;
	line-height: 44px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
}

.blog_details #cn h1{
	color: #6CBB4B;
	text-shadow:none;
}

.home #cn h1{
	color:#005D9C;
	font-size: 1.1875rem;
	line-height: 28px;
	text-align: right;
	margin-bottom: 25px;
	text-shadow: none;
}

#cn h2, #ft h2 { /* -- paragraph title -- */
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 55px;
    text-transform: none;
    position: relative;
    text-align: left;
}

#footerContent h2{
	margin-bottom:65px;
}

#cn h3 { /* -- module title -- */
   font-size: 1.625rem;
}


/* Text editor typography default */

#cn u, #cn .object u{ /* -- underline / highlight -- */
	color:#947a59;
	background-color:transparent;
	text-decoration:none;
}

#cn .object strong{ /* -- bold / strong -- */
	font-weight:700;
}

#cn .object em{ /* -- italic -- */
	font-style: italic;
}

p { /* -- paragraphs -- */
	margin:	0 0 12px 0;
}

/* -- List-styles -- */

.object ul{
	list-style: disc;
	margin-left:35px;
	margin-bottom:20px;
	display: inline-block;
}

/* -- Tables -- */

.object table tr td {
	border: 1px solid #cacaca;
	padding:5px 8px;
	min-width:120px;
}

/* special table styles */

.object table{
	margin:20px 0;
}

.object table tr:first-of-type td{ /* styles of the first line of the table */
	background-color:#dddddd;
	font-weight:700;
}

.object table tr td:first-of-type{ /* styles of the first column of the table */
	font-weight:700;
}

/* -- Forms --*/

form.kSiteForm fieldset{
	margin-bottom:15px;
}

form.kSiteForm select {
    height: 40px;
    padding: 0px 10px;
}

.ui-datepicker{
	z-index:50!important; /*put the calender before the other elements*/
}

form.kSiteForm label{
	font-weight:700;
}


/***** 02. Links and buttons *****/

a, a:link, a:visited {
	color:#6CBB4B;
	font-weight:400;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration:none;
}

/* -- buttons style -- */
#hd a.button, #ft .newsletter_btn a.button, .object a.button, div#bd .object a.button, div#ft a.button, .container.buttons #btSubmit,
.navPost-prev a, .navPost-next a, input.kButton.continue, .blog .blog a.readmore, .social ul li a {
	color:#fff;
	background-color:#6CBB4B;
	border: none;
	text-transform:none;
	font-weight:400;
	text-decoration:none;
	padding: 12px 25px 14px 25px;
	line-height: 23px;
    display: inline-block;
    position:relative;
    margin:0;
   	font-size:1.188rem;
   	height:auto;
   	width:auto;
   	background-image:none;
   	cursor:pointer;

    -webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s  linear;
	-o-transition: all 0.15s  linear;
	transition: all 0.15s  linear;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* for the arrow in the button, uncomment this:

div#bd .object a.button::after, #cn .blog a.readmore::after{
	content:">";
	margin: 0 0 0 7px;
}

*/

#hd a.button:hover, .object a.button:hover, #ft .newsletter_btn a.button:hover,  div#bd .object a.button:hover, div#ft a.button:hover, .container.buttons #btSubmit:hover, .container.buttons #btSubmit:focus,
.navPost-prev a:hover, .navPost-prev a:hover, .navPost-next a:hover, input.kButton.continue:hover, .blog .blog a.readmore:hover{
	color:#fff;
 	background-color:#4E8736;
 	padding: 12px 25px 14px 25px;
 	margin:0;
}


.newsletter_btn{
	display: inline-block;
	vertical-align: top;
}

#hd .newsletter_btn a.button, #hd .newsletter_btn a.button:hover,
#ft .newsletter_btn a.button, #ft .newsletter_btn a.button:hover{
	display: inline-block;
	vertical-align: top;
	padding: 6px 14px 7px 14px;
	font-size: 1rem;
	margin-right: 10px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.14);
}


div#ft a.button{
	background-color:#E2E3E3;
	color: #000;
	opacity:1;
}

div#ft a.button:hover{
	background-color:#E2E3E3;
	color: #000;
	opacity: 0.6;
}

.home #header_image_container .object a.button{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	padding: 20px 30px;
}

.navPost-back{
	text-align: center;
}


/* GoTo button (on the homepage) */
a#goTo{
	background: url(../img/arrows/arrow_thin_w_bottom.svg) center center no-repeat;
	background-size:70px auto;
    padding: 100px 0px 0px 100px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
    margin: 50px auto 0px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left:-50px;
    
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

div#w0 a#goTo:hover{
	opacity: 0.7;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


/* goTop button */

div#ft #goTop{
	width:auto;
	background-color:transparent;
	text-align:center;
	text-transform:uppercase;
	text-align:right;
	position:absolute;
	right:30px;
	top:60px;
	line-height:0;
	z-index: 20;
}

div#ft #goTop .cn{
	padding:0;
}

div#ft #goTop a{
	background-image:url(../img/arrows/arrow_thin_w_bottom.svg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:20px auto;
	background-position: center center;
	width:0;
	height:0;
	overflow:hidden;
	padding:40px 0 0 40px;
	display:inline-block;

	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

div#ft #goTop a:hover{
	cursor:pointer;
	opacity:0.5;
}

/*****	03. Structures global *****/

div#cn {
    min-height: 100%;
    position:relative;
    z-index:10;
}

div.cn {
    background: transparent;
	width:980px; /** default width **/
}


/* -- logo --*/

strong#logo a {	
	top: 16px; 
	left:-60px;
	padding: 120px 0 0 144px; /* size of your logo here */
	background-image: url(../img/logo.png);
	background-position: center center;
	background-color:transparent;
	background-size:auto 114px;
	z-index: 20;
}

strong#logo_footer a {
 	top:0px; 
    left:0;
    padding: 144px 0 0 107px;  /* size of your logo here */
    background-image: url(../img/logo.png);
	background-position:center center;
	background-size:100% auto;
	background-color: #fff;
}

#logo2018{
	position: absolute;
	top:-100px;
	left:50%;
	margin-left: -590px;
	z-index: 20;
	width: 980px;
	text-align: left;
}

.home #logo2018{
	top:660px;
	margin-left: -490px;
}

#logo2018 a{
	display: inline-block;
}


/* -- hd (header default parameters) -- */
div#hd {
	height:auto;
	position:relative;
	background-color: #fff;
}

.topbar{
	width:100%;
	height:auto;
	margin: 0;
	position:relative;
	z-index:50;
	top:0;
	text-align: right;
	background-color:#fff;


	box-shadow: 0 2px 30px 0 rgba(0,0,0,0.32);
}


/* -- bd (body default parameters) --*/

div#bd{
	text-align:center; /* to center the columns objects in display inline-block */
	background-image:url(../img/bd_background.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 40px;
	position: relative;
}


div#bd div#bd_bg{
	background: none;
	padding:0 0 400px 0; /* padding bottom to push the footer at the bottom of the page (the padding-bottom should be the same value than the footer height bellow) */
	width:100%;
}

/* -- ft (footer default parameters) --*/
div#ft {
	position: absolute;
	background-image:url(../img/background_home.jpg);
	height: 400px; /* height of your footer */
	margin-top: -400px; /* sticky-footer margin negatif */
	clear: both;
	z-index:30;
	width:100%;
	overflow:hidden;
	min-width:900px;
	background-size: cover;
	background-position: center center;
}

div#ft::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#005D9C;
	opacity: 0.9;
}


div#ft div.cn{
	border: none;
	padding: 0;
	height: auto;
	position:relative;
	z-index: 10;
}


/***** 04. Navigation *****/

/* -- Main navigation -- */

.header_right{
	width:auto;
	margin: 0 auto;
	position: absolute;
	right:20px;
	top: 44px;
}

.header_bottom{

}

div#mainNavCt {
	width: 100%;
	max-width: 1600px;
	float:none;
	height: auto;
	margin:0 auto;
	text-align:right;
	box-sizing:border-box;
	padding:0;
}

ul#mainNav{
	padding: 0;
	text-align: center;
	background: none;
	width:auto;
}

ul#mainNav li{
	display:inline-block;
	text-transform: none;
}

ul#mainNav li a, #hd ul#mainNav li ul li a{ /* style of the main navigation links */
	font-size: 1rem;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight:500;
	display:block;
	color: #005D9C;
	padding:50px 15px 35px;
	opacity:1;
	line-height: 23px;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s  linear;
	-o-transition: all 0.1s  linear;
	transition: all 0.1s  linear;
}

ul#mainNav li.orangeMenu a{
	background-color: #947a59;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color:#fff;
	margin-top: 36px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:25px; 
}


ul#mainNav >li >a:hover, ul#mainNav >li.on >a, #hd ul#mainNav li ul li a:hover{ /* style of the main navigation on hover or when the menu is activated */
	color: #434343;
	text-decoration:none;
}

ul#mainNav li.orangeMenu.on a, ul#mainNav li.orangeMenu a:hover{
	opacity: 1;
	background-color: #735f45;
}

/** anchors **/

.anchorList{
	background-color:#fff;
	border-bottom:1px solid #6CBB4B;
}

.anchorList li{
	display:inline-block;
}

.anchorList li a{
	padding:20px;
	font-size: 1.188rem;
	text-transform: uppercase;
	font-weight:400;
	display:block;
	color: #6CBB4B;
}

.anchorList li a:hover{ /* style of the main navigation on hover or when the menu is activated */
	opacity:0.5;
	text-decoration:none;
}

/* -- second navigation -- */

/* dropdown menu */
ul#mainNav li ul {
    position: absolute;
	padding:0 0 10px 0;
	margin: 0;
	z-index:10;	
	width: 250px;
	left:0px;
	margin-left:0;
	top: 100px;
	background-color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

ul#mainNav li ul li, ul#mainNav li ul li.default,
ul#colorNav li ul li, ul#colorNav li ul li.default {
	padding: 0;
	float:none;
	border: none;
	background:none;
	display:block;
	text-align:left;
}

#hd ul#mainNav li ul li a{
	padding: 9px 20px;
	font-size: 1rem;
	line-height: 18px;
}

#hd ul#mainNav li ul li.last a{
	border-bottom: none;
}

ul#mainNav li ul li a:hover, ul#mainNav li ul li.on a,
ul#colorNav li ul li a:hover, ul#colorNav li ul li.on a{
	color: #434343;
}

/* simple sec navigation */
div#secNavCt {
	width: 100%;
    left: 0;
    display: block;
    overflow: hidden;
    text-align:left;
}

ul#secNav{
	margin:0 0 0 20px;
	padding-bottom:40px;
}

ul#secNav li{ 
	display:block;
}

ul#secNav li a {
	color: #c14142;
	text-transform: uppercase;
	text-decoration: none;
    font-weight: 400;
    text-align:left;
    line-height:20px;
    width:auto; 
	display: block;
    position: relative;
	padding: 5px 0 5px 20px;
    
    background:url(../img/arrows/arrow_thin_b_right.svg) left 8px no-repeat;
    background-size:auto 15px;
    -webkit-transition: margin 0.2s linear;
	-moz-transition: margin  0.2s linear;
	-ms-transition: margin 0.2s  linear;
	-o-transition: margin  0.2s  linear;
	transition: margin 0.2s  linear;
}

ul#secNav li a:hover{ 
	margin-left:10px;
}

ul#secNav li.on a {
	color:#000!important;
}

/* -- third navigation -- */


/* -- annexe navigation -- */
#annexe{
	text-align:right;
	float:none;
	width:auto;
	display:inline-block;
	box-sizing:border-box;
	padding:0 15px;
	border-right: 1px solid rgba(255,255,255,0.4);
}

#annexe li {
	display:inline-block;
	text-transform: none; /* puts all words in uppercase in main menu (change to none if you want lowcase) */
	vertical-align:top;
}

#annexe li a { /* style of the main navigation links */
	font-size: 1.125rem;
    text-transform: none;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 15px 20px;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

#annexe li a:hover, #annexe li.on a{
	opacity:0.5;
	text-decoration:none;
}

/* -- footer navigation -- */

div#ft .footer_bottom .cn{
	border-top: 1px solid #cccccc;
}


div#ft .footerNav{
	text-align:left; /* change the alignment of the footer nav here */
	width:50%;
	float:left;
	line-height:25px;
	margin-bottom:0;
}

div#ft .footerNav ul{
	margin-left:-10px;
}

div#ft #footerNav-main li, div#ft #footerNav-annexe li{
	display:block;
}

div#ft .footerNav ul li a{
	color:#fff;
	font-size:0.938rem;
	font-weight:600;
	padding: 10px 13px;
	text-transform:uppercase;
	text-decoration:none;
	font-style:normal;
	opacity:1;
	display: inline-block;
}

div#ft .footerNav ul li a:hover{
	opacity:0.5;
}

/***** 05. languages links *****/

ul#lang {
    float: right;
    height:auto;
    width:auto;
    background: url(../img/lan.png) no-repeat; 
    padding: 40px 21px 0 21px;
}

ul#lang li{
    float: left;
    margin:0;
    padding:0;
}

ul#lang li a{
    color: #6CBB4B;
	font-weight:400;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase;
    float: none;
    display: block;
    padding:10px 5px;
    background: none;
    text-decoration: none;
}


ul#lang li.fr a{
	padding-right:0px;
}


ul#lang li.de a::before{
	content:'|';
	padding-right:5px;
}


ul#lang li a:hover, ul#lang li.active a{
    opacity:0.5;
}

/***** 06. Objects styles *****/

/* -- Objects styles default --*/

div.object { /* all paragraph object default */
	margin: 0 0 20px 0;
}

div#bd .object{	/* all paragraph in #bd */
	padding-bottom:45px;
	margin-bottom:0px;
	width: 100%;
	text-align: justify;
}

div#bd .object >div{
	width:100%;
	max-width:980px;
	margin:0px auto;
}

div#bd .image.object img{ /* paragraph image */
	max-width:100%;
	height:auto;
	display:inline-block;
	width:auto;
}


div#bd .form.object >div{
	max-width:600px;
}


div#bd .standard.object >div{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

div#bd .standard.object >div h2{
	width: 100%;
}

div#bd #mainContent .object h2{
	text-transform: none;
	padding-left: 0;
}

div#bd #mainContent .object h2::before{
	display: none;
}

div#bd .object .wrapobject, div#bd .object >div .wrapimg{
	width: calc(50% - 30px);
	margin:0;
}

div#bd .object .wrapobject{
	order:1;
	text-align: justify;
}

div#bd .object >div .wrapimg{
	order:2;
	text-align: right;
}

div#bd #projectContent .object.column .wrapobject{
	order:2;
	text-align: justify;
	padding-right:20px; 
}

div#bd #projectContent .object.column .wrapobject h2{
	text-transform: none;
}

div#bd #projectContent .object.column .wrapimg{
	order:1;
}

div#bd .object .wrapimg img{
	max-width:100%;
	height:auto;
	display: inline-block;
	box-shadow: 0px 0px 17px 0 rgba(146,146,146,0.5);
}

div#bd .standard.object >div .clr{
	display: none;
}


/* video multimedia object */

.multimedia.object iframe{
	max-width:100%;
	max-height:540px;
}

/* -- Full background color objects -- */
div#bd .object.fullBg{
	background-color:#f2f0f0;
	width:100%;
	padding:60px 0;
	margin-bottom:60px;
}

div#bd .object.fullBg >div{
	width:100%;
	max-width:980px;
	margin:0px auto;
}

div#bd div#bd_bg .last.object.fullBg{
	margin:0px;
}

/* full image in background */
	
div#bd .image.object.fullBg{
	height:380px; /* define the height of your full background image*/
	padding:0;
}

div#bd .image.object.fullBg >div {
    background-size: cover;
    width: 100%;
    max-width:100%;
    height: 100%;
    background-position: center center;
    display: table;
    position:relative;
}

div#bd .image.object.fullBg >div h2 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5);  /* shadow on the text for the visibility */ 
    position:relative;
    z-index:10;
    width:100%;
}

/* filter on the image */
div#bd .image.object.fullBg >div::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000; /* color of the filter */
	opacity:0; /* opactiy of the filter */ 
}

.home div#hd .slider .object::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image: -webkit-linear-gradient(rgba(31,19,6,0.00) 2%, rgba(31,19,6,0.22) 64%, rgba(31,19,6,0.65) 93%);
	background-image: -o-linear-gradient(rgba(31,19,6,0.00) 2%, rgba(31,19,6,0.22) 64%, rgba(31,19,6,0.65) 93%);
	background-image: linear-gradient(rgba(31,19,6,0.00) 2%, rgba(31,19,6,0.22) 64%, rgba(31,19,6,0.65) 93%);
}

/*
div#ft #footerContent::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-o-transform: rotate(180deg);

	background-image: -webkit-linear-gradient(left, rgba(232,232,232,0.50) 5%, rgba(232,232,232,0.84) 32%, #E8E8E8 66%);
	background-image: -o-linear-gradient(left, rgba(232,232,232,0.50) 5%, rgba(232,232,232,0.84) 32%, #E8E8E8 66%);
	background-image: linear-gradient(to right, rgba(232,232,232,0.50) 5%, rgba(232,232,232,0.84) 32%, #E8E8E8 66%);
}
*/

/* -- Columns object -- */

div#bd .object.column{
	width:calc(33.333% - 20px);
	display:inline-block;
	padding:0 0px 70px 0px;
	box-sizing:border-box;
	vertical-align:top;
}

div#bd .object.column >div{
	text-align:center;
	display: block;
}

div#bd .object.column h2{
	font-size: 1.250rem;
	padding: 0;
	text-align:center;
}

div#bd .object.column h2::before{
	display: none;
}


div#bd #prefooterContent .object.column, div#bd #projectContent .object.column{
	margin-bottom:30px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 30px 20px 30px 20px;
}

div#bd #prefooterContent .object.column{
	background-color: #fff;
}

div#bd #prefooterContent .object.column.last{
	background-color: #947a59;
}

div#bd #projectContent .object.column{
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cn div#bd #projectContent{
	background-color: #fff;
}

#cn div#bd #projectContent .cn >h2{
	width: 100%;
}

div#bd #projectContent .object.column .wrapimg{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

div#bd .object.column >div{
	width:auto;
	font-size: 0.875rem;
	line-height: 19px;
}

div#bd .image.object.column >div{
	text-align: center;
}

div#bd .standard.object.column h2{
	text-align:left;
}

div#bd .object.column .wrapimg{
	background-size:cover;
	background-position:center center;
    text-align:center;
	display:block;
    width: 100%;
    height:220px;
    margin-bottom:20px;
}

div#bd .object.column .wrapimg img{
	display:inline-block;
}

div#bd .object.column .wrapobject{
	display:block;
    width: 100%;
    text-align:justify;
}

/* -- fond blanc -- */

div#bd .object.whiteBg{
	background-color:#fff;
	padding-top:60px;
}

/* -- Text divided columns -- */

div#bd .object.textdivided >div{
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px; /* space between the columns */
    text-align:justify;
}

div#bd .object.textdivided h2 {
    max-width: 980px;
    width:100%;
    text-align:left;
    margin: 0 auto 20px auto;
}


/****/

div#bd div#bd_bg .container_first_object >div.smallSize{
	width:75%;
	float:left;
}

div#bd div#bd_bg .container_first_object ul{
	width:25%;
	float:left;
}

/***** 07. Regions *****/

#dateEvent .object{
	position:absolute;
	left:210px;
	top:30px;

    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 1.563rem;
    line-height: 31px;
}

#dateEvent .object h2{
	margin:0;
	color:#6CBB4B;
}

/* -- region Image top content (top content with background) -- */

div#header_image_container{
    background-color: #fff; 
    width: auto;
    height:auto;
    min-height:300px;
    background-size:cover;
    overflow:hidden;
    position:relative;
    max-width:100%;
    margin: 0 auto;
}

div#header_image_container .header_image_backgroundImage{
	height:300px;
	width:100%;
	overflow:hidden;
	position:static;
	box-sizing:border-box;
	
/* -- Background image here -- */
	background-image:url(../img/background_home.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.blog_details div#header_image_container, .blog_details div#header_image_container .header_image_backgroundImage{
	min-height:60px;
	height:60px;
}

.blog_details div#header_image_container{
	display: none;
}

div#header_image_container .header_image_backgroundImage::after{ /* filter on the image */
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#1a1714;
	opacity:0.3;
}

.header-image-textBlock{
	padding:100px 0 40px 0;
	position:relative;
	z-index:20;
}

.header-image-textBlock .object{
    max-width: 50%;
	max-width: 980px;
	color: #fff;
    font-size: 1.375rem;
    line-height: 32px;
    text-align: center; 
    margin:0px auto;
}

#cn .header-image-textBlock .object h2{
	font-size:2.500rem;
	color:#fff;
	text-align: center;
	text-transform: auto;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

#cn .header-image-textBlock .object h2::before{
	display: none;
}

/* -- region Introduction content -- */

#bd #introContent h2{
	font-size:2.5rem;
	line-height:44px;
}

.home #bd #introContent{
	max-width: 50%;
	display: inline-block;
}

#bd #introContent .cn{
	max-width: 50%;
	box-sizing:border-box;
	position: relative;
	z-index: 20;
	padding-bottom: 10px;
	position:relative;
	top:0;
	max-width: 1025px;
	margin: 0 auto 0px auto;
}


.home #bd #introContent .cn{
	top:-100px;

	background-color: #fff;

	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
}


.home #bd #introContent .cn{
	padding: 0;
	width: auto;
}

.blog #bd #introContent .cn{
	min-height: 0;
}

#bd #introContent .cn .object{
	color: #005D9C;
	font-size:1.1875rem;
	line-height: 28px;
	padding:60px 160px;
	box-sizing:border-box;
	text-align: center;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
}

.home div#bd #introContent .cn .object{
	padding:0;
	text-align: right;
	box-shadow:none;
}

.home div#bd #introContent .intro_container{
	padding:80px 60px;
    max-width: 570px;
    box-sizing: border-box;
}

div#bd div#bd_bg .content_container{
	margin-top: -40px;
}

.blog div#bd div#bd_bg .content_container{
	margin-top: 0px;
}

.blog div#bd{
	    background-position: center 0px;
}

.blog #logo2018{
	top:-140px;
	pointer-events: none;
}

.blog #logo2018 a{
	pointer-events: auto;
}

/* -- region mainContent -- */

.home div#bd div#bd_bg .content_container{
	margin-top: -150px;
}

.home div#bd div#bd_bg .content_container{
	margin:0 auto 0 auto;
	width: 1120px;
	text-align: right;
	position: absolute;
	pointer-events:none;
	left:50%;
	transform:translateX(-50%);
	top:-480px;
}

.home div#bd div#bd_bg .content_container .object >div, .home div#bd div#bd_bg .content_container h2{
	text-align: right;
}

.home div#bd #mainContent{
	padding-bottom:70px;
	margin-top: -180px;
}

.blog div#bd #mainContent div#bd .object.first{
	padding-top:0;
}

/* -- region Footer content -- */

div#ft #footerContent{
	text-align:left;
	width:100%;
	font-weight:400;
	font-size:1rem;
	position: relative;
	padding:70px 0 30px 0;
	box-sizing:border-box;
	/* background-image:url(../img/background-socials.jpg);
	background-color:#fff;
	background-size:cover;
	background-position: center center;*/
}

div#ft #footerContent h2{
	width: 100%;
	color: #fff;
	font-size: 1.25rem;
	line-height: 24px;
	margin-bottom: 10px;
}

div#ft #footerContent .cn{
	display: flex;
	flex-wrap:wrap;
}

div#ft #footerContent .cn .footer_infos{
	width: 50%;
	display: flex;
	flex-wrap:wrap;
}

div#ft #footerContent .cn #stayConnected{
	width: 50%;
	text-align: left;
}

div#ft #footerContent .cn .footer_infos .object{
	box-sizing:border-box;
	color:#fff;
	width: 50%;
}

div#ft #footerContent .cn .footer_infos .first.object{
	padding-right:40px;
}

div#ft #footerContent .cn .footer_infos .object a{
	color:#fff;
}

div#ft #footerBg{
	background-color: #fff;
	padding:80px 0 40px 0;
	box-sizing:border-box;
	min-height:220px;
}

.newsletterContent form.kSiteForm, div#ft .newsletterContent h2{
	display:inline-block;
	vertical-align:middle;
	clear:none;
}

#cn .newsletterContent h2, #ft .newsletterContent h2{
	margin:0 20px 0 0;
	font-size:1rem;
	display:inline-block;
	width: auto;
	position: relative;
    top: 3px;
}

.newsletterContent form.kSiteForm input.text{
	border: 3px solid #6CBB4B;
    height: 26px;
    min-width:180px;
    padding: 5px 10px;
}

.newsletterContent form.kSiteForm{
	min-width: 330px;
	margin:0;
}

.newsletterContent{
	display:inline-block;
	vertical-align: middle;
}

.newsletterContent .object{
	margin:0;
}

.newsletterContent .form.object #btSubmit{
	float:left;
	font-size: 1rem;
    padding: 5px 12px;
    height: 42px;
    border: 3px solid #6CBB4B;
}

.newsletterContent form.kSiteForm label.error{
	position:absolute;
}

.newsletterContent form.kSiteForm label{
	color:#6CBB4B;
	font-weight:400;
	font-size: 0.9rem;
}


.newsletterContent .form.object fieldset{
    float: left;
    text-align: left;
}

div#ft .footerNav ul#footerNav-main li{
	display: inline-block;
	width: auto;
}

div#ft .footerNav ul#footerNav-main li{
	color:#947a59;
}

#hd .newsletterContent{
	float:right;
	text-align:right;
	padding-top:40px;
	padding-right: 20px;
	width:auto;
}

#hd .newsletterContent h2{
	top: 7px;
}

#hd .newsletterContent .object a{
	padding:10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1.188rem;
    color:#000;
    opacity: 1;
    -webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s  linear;
	-o-transition: color 0.2s  linear;
	transition: color 0.2s  linear;
}

#hd .newsletterContent .object a:hover{
	text-decoration:none;
	color:#6CBB4B;
}

.newsletterContent{
	width:450px;
}

.logo_footer{
	max-width: 420px;
}

.logo_footer img{
	width: 100%;
	height: auto;
}

/***** SLIDER -- documentation ici http://kenwheeler.github.io/slick/ --  *****/

#hd .slider{
	background-color:#c2c0bc;	
	height: calc(100vh - 108px);
	max-height: 1000px;
}

.home #hd .slider{
	background-color:transparent;
}

.home #hd .slider::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(../img/mask_bottom.png);
    background-position: center 0px;
    background-size: auto auto;
    background-repeat: no-repeat;
    pointer-events:none;
}

#hd .slider .object{
	padding:0;
	margin:0;
	position: relative;
	z-index: 20;
	height: calc(100vh - 108px);
	max-height: 1000px;
	width: 100%;
	background-size: cover;
    background-position: center center;
}

div#hd .slider .object >div {
    width: 980px;
    margin: 0px auto;
    text-align: left;
    min-height: 75vh;
    max-width:100%;
    background-repeat:no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.home div#hd .slider .object >div{
	min-height:75vh;
	background-size: cover;
}

#hd .slider .object .wrapobject{
	width: 50%;
	max-width: 400px;
	z-index: 20;
	color: #fff;
	margin-top: 125px;
	padding:0;
	box-sizing:border-box;
	font-size: 1.25rem;
	line-height: 26px;
	font-weight: 300;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
}

#hd .slider .object .wrapobject a.button{
	text-shadow: none;
}


#cn .slider h2{
	font-size: 2.125rem;
	line-height: 41px;
	position:relative;
	padding: 0;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: left;
    max-width: 1025px;
    margin-bottom:2px;
    font-weight: 300;
    position: relative;
	z-index: 20;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	margin-bottom: 30px;
}

#cn .slider h2::before{
	display: none;
}

#cn .slider .image.object h2{
	max-width: 630px;
    margin: auto;
    display: block;
}


/* slick dots */
	
ul.slick-dots{
	position:absolute;
	bottom:110px;
	left:0;
	right:0;
	max-width: 1025px;
	margin:0 auto;
	text-align: right;
	display: block!important;
	z-index: 10;
}

ul.slick-dots li{
	list-style-type:circle!important;
	display:inline-block;
	margin:0px auto;
}

	.slick-dots li button {
	    font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 14px;
	    height: 14px;
	    padding: 0;
	    margin: 0 5px;
	    cursor: pointer;
	    background-color: #7C7C7C;
	    background-image: none;
	    outline: none;
	    border: none;
	    border-radius: 150px;
	    -moz-border-radius: 150px;
	    -webkit-border-radius: 150px;
	    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	}


	.slick-dots li.slick-active button {
		background-color: #EAFAFF;
	}

/* slick arrows perview and next */

.slick-prev, .slick-next {
	background-color:#E2E3E3;
	padding:20px 35px;
	-moz-box-shadow: 2px 2px 8px rgba(175,175,175,0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(175,175,175,0.5);
	box-shadow: 2px 2px 8px rgba(175,175,175,0.5);
	background-position:center center; 
	background-repeat:no-repeat;
	background-size: auto 14px;
}

.slick-prev {
	position: absolute;
	background-image: url(../img/arrows/arrow_thin_b_left.svg); 
	bottom:-50px;
	right:50%;
	margin-right: 20px;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	z-index:20;
	border: none;
	outline: none;
	color:transparent;
	opacity:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
 
}
	
.slick-next {
	position: absolute;
	background-image: url(../img/arrows/arrow_thin_b_right.svg);
	bottom:-50px;
	left:50%;
	margin-left: 20px;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	z-index:20;
	border: none;
	outline: none;
	color:transparent;
  	opacity:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
}
	
.slick-prev:hover, .slick-next:hover{
	opacity:0.8;
}

/****/



.slider_sponsors {
	width:840px;
	margin:0px auto;
	padding:50px 0 50px 0;
}

div#ft .slider_sponsors .object img{
	display:inline-block;
	float:none;
	margin:auto;
	max-width:85%;
	max-height:100px;
	width:auto;
	height:auto;
	vertical-align:middle;
}

div#ft .slider_sponsors .object a{
	margin:auto;
	height:60px;
	width:100%;
}

div#ft .slider_sponsors .object{
	text-align:center;
	padding:0 0px;
	box-sizing:border-box;
	display:block;
	margin:0;
	position:relative;
	line-height:50px;
}

div#ft .slider_sponsors .object >div{
	text-align:center;
	height:100px;
	display: flex;
}

.slider_sponsors .slick-prev{
	top: 50%;
	transform:translateY(-50%);
	left:-45px;
	bottom:auto;
	right:auto;
	background-size:15px 25px;
}

.slider_sponsors .slick-next{
	top:50%;
	transform:translateY(-50%);
	bottom:auto;
	right:-45px;
	background-size:15px 25px;
}

		
/*-- region Main content  --*/

div#bd #mainContent{
	position: relative;
	z-index: 10;
}

div#bd #mainContent .cn{
	min-height: 200px;
	max-width: 660px;
}

.blog div#bd #mainContent .cn{
	padding-top:50px;
}

.galery div#bd #mainContent .cn{
	max-width: 100%;
}

.home div#bd #mainContent .cn{
	max-width: 100%;
}


.home div#bd #mainContent .cn{
	padding-top: 0px;
}

/* -- region Prefooter content --*/

#prefooterContent .cn, #projectContent .cn, #mainContent .cn{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:80px 0 40px 0;
}

#prefooterContent .cn .object, #projectContent .cn .object{
	width: 100%;
	padding-bottom:40px;
}

#projectContent .cn .object{
	text-align: left;
}

#prefooterContent .cn .object h2, div#bd #prefooterContent a{
	color:#947a59;
}

#prefooterContent .cn .column.object h2{
	padding:20px 0;
}

#prefooterContent .cn .column.object.last, #prefooterContent .cn .column.object.last h2, div#bd #prefooterContent .object.last a{
	color: #fff;
}

div#bd #prefooterContent .object.column >div{
	max-width: 220px;
}

#cn .cn .object.column h2{
	margin-bottom:10px;
	line-height:26px;
}


#prefooterContent .column.object a.button{
	background-color: transparent;
	padding:7px 30px 7px 10px;
	font-size: 0.875rem;
	font-weight:700;
	background-image:url(../img/arrow_white.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}

#prefooterContent .column.object a.button:hover{
	padding:7px 30px 7px 10px;
	background-color: transparent;
	background-position: right 5px center;
}

/***** 08. BLOG *****/

/* -- Blog listing on homepage -- */

.home .blog{
	margin-bottom:60px;
}

/****/
.blog div#bd{
	padding-top:0px;
}

.blog #paging{
	text-align: left;
}

.home div#bd .bloglist.object{
	background-color: #fff;
	text-align:center;
	width: 100%;
	padding-bottom: 0;
	padding-top: 95px;
}

.home .bloglist.object h2{
	width: 100%;
    margin: 0 auto 30px auto;
}

.home div#bd .bloglist.object >div{
	margin: 0px auto;
    text-align: center;
    padding: 0 0 70px 0;
    max-width: 1000px;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
}

.home .bloglist.object .blog{
    vertical-align: top;
    margin:10px;
    height: 410px;
    min-width: calc(33.333% - 20px);
    position: relative;
}

.home .bloglist.object .blog a{
	color:#fff;
}

.home .bloglist.object .blog .header{
	text-align:center;
	display:block;
	background-size:cover;
	min-height:220px;
	position:relative;
	opacity:1;
	margin:6px;
	background-position:center center;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home .bloglist.object .blog .blogListTitle{
	position: absolute;
	box-sizing:border-box;
	padding: 246px 20px 20px 0px;
}

.home .bloglist.object .blog .header:hover{
	opacity:0.7;
	cursor:pointer;
/*	(uncomment this for the scale animation on hover )
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); 
*/ 

}

.home .bloglist.object .blog img{
	max-width:100%;
	height:auto;
	position:relative;
	line-height:0;
}

.home .bloglist.object .blog img .header::after{
	content:"";
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}

.home #cn .blog .header h3{
	font-size:1.250rem;
	padding:10px 0;
	box-sizing:border-box;
	margin-bottom:0px;
	text-align:left;
	padding: 0;
}

.home .bloglist.object .blog .header h3 a{
	color:#6CBB4B;
	display:block;
	font-size: 1.250rem;
	line-height: 26px;
	text-decoration: none;
}

.home .bloglist.object .blog .link{
	margin:0 6px;
}

.home .bloglist.object .blog .header h3 a:hover, .home .bloglist.object .blog .header h3 a:focus, .home .bloglist.object .blog .header h3 a:active{
	text-decoration:none;
}

.home #cn .blog .blogListTitle em{
	color:#4C5152;
	display:block;
	font-size: 0.813rem;
	text-align: left;
	text-shadow:none;
	font-style: normal;
	font-weight: 300;
}

.home .bloglist.object .blog .content{
	text-align: justify;
    position: absolute;
    bottom: 40px;
    box-sizing: border-box;
}

.home .bloglist.object .blog .content a{
	color:#6CBB4B;
}

.blog div#bd .blog .content a.readmore{
	margin-top:20px;
}


/* block listing page */

.blog #cn div.blog h2{
	margin-bottom:0;
	float:left;
	width:65%;
	font-size: 1.5625rem;
	line-height: 32px;
}

.blog #cn div.blog .header{
	overflow:hidden;
	padding-bottom:20px;
	margin:0 auto;
}

/* background on the blog object in the bloglist */

#cn div#bd .object.blog{
	padding:0 0 30px 0;
	margin-bottom:30px;
	border-bottom: 1px solid #d3d3d3;
}

.blog div#bd .object.blog .content{
	text-align:justify;
}

.blog div#bd .object.blog .content img{
	float:left;
	margin:0 5% 10px 0;
	max-height:250px;
	max-width:40%;
	width:auto;
	height:auto;	
}

#cn div.blog .details{
	float:right;
	width:30%;
	text-align:right;
}

.blog div#bd .blog .content a.readmore{
	float:right;
}

/* Blog details page */

.blog_details .blog.object h1{
	color: #000;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    text-shadow: none;
    font-size: 1.875rem;
}

.blog_details div#bd div#bd_bg .content_container{
	margin-top: 0px;
}

.blog_details #logo2018{
	display: none;
}

/* hide the top page title if necessary !! be carefull, there could be 2 H1 on the blog details page */
.blog_details #header_image_container h1{
	display:none;
}
/**/
	
.blog_details div.detail{
	display: inline-block;
    vertical-align: top;
    width: 100%;
}

.blog_details div#bd .blog.object img{
	margin-bottom:10px;
}

/** button preview and next **/

.navPost-prev, .navPost-next{
	display: inline-block;
	width:auto;
	padding-top:20px;
}


/*****  09. Events  *****/

div#bd .object.event{
	padding-top:40px;
}

div#bd .event.list.object ul{
	list-style: none;
	margin:0;
}

div#bd div#bd_bg .detail.object .block{
	margin-bottom:60px;
}

div#bd .object.event .title a {
    font-weight: 400;
    text-transform: uppercase;
   	font-style:normal;
    color: #6CBB4B;
    font-size: 1.3rem;
    background-color: transparent;
    padding: 0;
}

div#bd .object.event .place{
	color:#848484;
}

div#bd .object.event .map p{
	margin-top:10px;
}

div#bd .object.event #kamGallery{
	margin-top:60px;
}

.event_details div#bd .object .wrapimg{
	width:100%;
}

.addthis_sharing_toolbox{
	padding-top:70px;
	padding-bottom:10px;
}

.event_details div#bd #mainContent .object.first{
	padding-top:0;
}

/***** 10. Gallery *****/

#kamGallery{
	width: 100%;
    margin: 60px auto;
    max-width: 1200px;
}

#kamGallery ul{
	margin:0;
}

.blog_details #kamGallery{
	margin:0;
}

#kamGallery ul li{
	width: calc(25% - 10px);
	margin:5px;
}

#kamGallery ul li img {
	max-width: 100%;
	height: auto;
	margin:0;
}

/***** 11. Shop *****/

/* -- basket button -- */

#hd .panier{
	position:absolute;
	right:20px;
	top:15px;
	height:75px;
	max-width:135px;
	display:block;
	z-index:50;
}

#kScart{
	cursor:pointer;	
	background:url(../img/panier.png) right 16px no-repeat;
	height:116px;
}

#kScart li div.Im img{ 
	margin-left: 4px;
    width: auto;
    max-width: 95%;
    max-height: 90px;
}

#kScart ul{
	border:none;
	background: url(../img/arrow_nav.png) 20px top no-repeat;
	padding:0;
	margin:0;
}

#kScart ul strong, #kScart ul em{
	font-size:0.8em;	
}

#kScart ul li{
	border-bottom:1px solid #e0256a;
	color:#e0256a;
	background-color:rgba(255,255,255,1);
	padding:10px 0 10px 0;

}

#kScart li div{
	padding-left:70px;
	display:inherit;
}

#kScart h2.scart span{
	margin:0;
	background:none;
}

#kScart h2{
	text-transform: uppercase;
    font-size: 1.1rem;
    text-decoration: none;
    color: #fff;
    padding: 24px 60px 0 0px;
    text-align:right;
    line-height: 20px;
    visibility:hidden;
}

#hd .panier p{
	 top:-22px;
	 margin:0;
}

#hd .panier p span, #hd .panier .emptyBasket{
	display:none;	
}

#hd .panier p span.totart{
	display: inline-block;
    background:url(../img/scart_number_bg.png)center center no-repeat;
    padding: 7px 8px 9px 8px;
    color:#fff;
    font-weight:700;
    position:absolute;
    top:0;
    right:-12px;
    font-size:0.7em;
}

#kScart li div.Im{
	padding:0 10px 0 5px;
	width:55px;
	height:auto;
}

#kScart a.sCartOrder{
	position: absolute;
    top: 0px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: none;
    padding: 75px 0px 0px 155px;
    margin: 0px;
    background:none;
}

#kShopScart{
	width:100%;
}


/* -- Shop page general -- */
	
.kShop{
	max-width:960px;
	margin:60px auto 60px auto;
}
	
/* -- shop listing with link to details pages -- */

.kProductInfos, .kProductDetailMore{
	background:none;
	text-align:left;
}

.kProduct{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:3px solid rgba(0,0,0,.1);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.kProduct:hover{
	border-bottom:3px solid #a12c30;
	cursor:pointer;
	box-shadow:none;
}

.kProduct a:link{
	display:inline-block;
	width:auto;
}

.kProduct img{
	max-width:100%;
	height:auto;
	max-height:150px;
	width:auto;
	float:none;
	display:inline-block;
}

.kProduct u.new{
	margin-left: 90%;
}

.kProductDetail{
	width:100%;
}


#cn .kProductInfos h3, #cn .kProductDetail .kProductDetailInfos h1{
    font-weight: normal;
    font-style: normal;
    font-size: 1.250rem;
    color: #c14142;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.kProduct p.price span, .kProductDetail p.price span,
.kProduct a:link p.price.action .normal, .kProductDetail p.price.action .normal{
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    color: #c14142;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top:5px;
    display:inline-block;
}

/* -- shop product details page -- */

.shop_product .kProductDetailImg{
	width:25%;
	margin-right:5%;
	float:left;
	text-align:left;
}

.shop_product .kProductDetailInfos{
	width:20%;
	float:right;
}

.kProductDetailInfos .mark {
    padding-right:3px;
}

.shop_product .kProductInfos, .shop_product .kProductDetailMore{
	background: none;
    width: 40%;
    float: left;
    margin:0;
    padding:0;
}

/* -- shop listing with all details (without link to see the product details) -- */

/* -- basket pages -- */

.basket h3{
	font-size:1.2em;
	margin:20px 0 15px 0;
}

.messageToSeller textarea#messageOrder{
	width:100%;
}

.basket .content02{
	display:none;
}

.basket a.kButton.continue{
	text-decoration:none;
}

.basket .gender{
	display:inline-block;
	vertical-align:top;
	margin:0 20px 10px 0;
}

.basket label{
	font-weight:400;
}

.basket .container{
	margin-bottom:10px;
}

#content #klikandpay a{
	display:none;
}

/* -- shop confirmation page --*/


/***** 12. Specific pages styles *****/

/* -- homepage (for homepage different from the other pages) -- */  

.home div#hd {
	height:auto;
}

.home div#bd{
	background-image: none;
}

.home #header_image_container{
	height:590px;
}

.home div#header_image_container .header_image_backgroundImage{
	padding:230px;
	height:590px;
}

/* comment this to remove the full height image-background : */

.home div#hd{
	height:100%;
}

.home .header-image-textBlock{
    margin:auto;
    padding:60px 0 0 0;
}

.home div#header_image_container .header_image_backgroundImage{
	padding:0;
	display:flex;
} 

/*/

/* for FIXED BACKGROUND uncomment this :

	.home div#header_image_container .header_image_backgroundImage{
		position:fixed;
		background-position:right top;
	}

*/

/****/

/***** 13. Powered *****/

div#ft .powered{
	text-align: left;
	width: 100%;
	padding-top:10px;
}

div#ft .powered .cn{
	padding:0;
}

/* -- copyright -- */

div#copyright {
	font-size: 0.8rem;
	color:#fff;
	border: none;
	float: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

/* -- login kameleo -- */

div#loginAndPowered {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin:5px 0 5px 20px;
}

a#kPowered {
	padding: 14px 0 0 130px;
}

div#ft div#kLogin {
	padding: 14px 0 0 30px;
	margin: 0;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 5px rgba(255,255,255, .5); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255, .5);
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}

/* Login light color */

	a#kPowered {
		background: transparent url(../../../../standards/img/login_w.png)  -31px top no-repeat;
	}
	
	div#ft div#kLogin {
		background: transparent url(../../../../standards/img/login_w.png) top left no-repeat;
	}

/* or */

/* Login dark color (comment or uncomment) 

	a#kPowered {
		background: transparent url(../../../../standards/img/login_b.png)  -31px top no-repeat;
	}
	
	div#ft div#kLogin {
		background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
	}
*/
/**/
	
/***** 14. Social medias  *****/

.social{
	text-align: left;
    width: auto;
    display:inline-block;
    vertical-align:middle;
}

#ft .social{
	margin-bottom: 20px;
}

.header_right .social{
	display: inline-block;
	vertical-align:top;
}

.social ul li{
	display:inline-block;
	vertical-align:middle;
	line-height: 0;
	opacity:1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
}

.social ul li a{
	background-color: #6CBB4B;
	padding:8px 12px;
	line-height: 0;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.14);
}


.social ul li:hover{
	opacity:0.5;
}

.social ul li img{
	height:auto;
	width:12px;
	display: inline-block;
}

/***** 15. Mobiles version *****/

.mobile #logomobile a {
    background-image: url(../img/logo.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    background-size: auto 100%;
    padding: 48px 0 0 110px;
}

/* -- Mobile navigation --*/

.mobile div#mobile-nav div#top-bar{
	background-color:#fff;
	padding:0;
	height: 88px;
}

.mobile a#togglemenu{
	background-image:url(../img/menu_btn_grey.png);
	background-position:center center;
	background-size:30px auto;
	background-repeat:no-repeat;
	display:block;
	padding:88px 0 0 60px;
	width:0;
	height:0;
	overflow:hidden;
	background-color:transparent;
}

.mobile div#mobile-nav{
	padding:0;
}

.mobile #annexe{
	display: none;
}

.mobile ul#mobileNav{
	top: 88px;
}

.mobile ul#mobileNav, .mobile #mobile-secnav{
	background-color:#6CBB4B;
	padding:0;
}

.mobile div#bd div#bd_bg #secNav{
	display:none;
}

.mobile ul#mobileNav li a, .mobile #mobile-secnav li a{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    font-style: normal;
    display: block;
    border-bottom:1px solid #fff;
}

.mobile ul#mobileNav li a:hover{
	background-color:rgba(0,0,0,0.2);
}

.mobile #mobile-secnav a.showNav{
	padding:10px 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    font-style: normal;
}

/* -- languages mobile -- */

.mobile ul#mobileNav li.lan li, .mobile ul#mobileNav li.lan li a{
	display:inline-block;
	line-height:20px;
	border-bottom:none;
}

.mobile ul#mobileNav li.lan li a:hover{
	background-color:#000;
}

/* -- titles mobile -- */

.mobile #cn h1 br, .mobile #cn h2 br{
	display:none;
}

.mobile #cn #bd h2, .blog.mobile #cn h1{
	font-size:1.5rem;
	line-height: 28px;
	margin-bottom:8px;
	margin-bottom:20px;
}

.mobile #cn h2::before, .mobile #ft h2::before {
    content: '';
    width: 24px;
    height: 30px;
    top: 0;
}

/* -- structures global mobile -- */

.mobile div.cn, .mobile div#ft div.cn, .mobile div#bd div.cn, .mobile div#ft div.cn{
	padding-left: 25px;
	padding-right: 25px;
}

.mobile div#hd{
	display:block;
	height:auto;
}

.mobile #hd .topbar{
	display:block;
	position:absolute;
	top:20px;
	top: 26px;
    right: 60px;
    z-index: 2000;
    width: auto;
    font-size: 0.85rem;
}

.mobile #hd .topbar #logo, .mobile #hd #dateEvent, .mobile #hd .langAndCurrency, .mobile #hd .social{
	display:none;
}

.mobile #hd .header_right{
	height:auto;
	top:0;
	background-color:transparent;
}

.mobile #hd .newsletterContent{
	padding:0;
	margin:0;
}

.mobile #hd .header-image-textBlock{
	padding:0;
	top:0;
	transform:none;
}

.mobile div#bd .object .wrapobject, .mobile div#bd .object .wrapimg{
	width:100%;
	margin:0;
}

.mobile div#bd .object .wrapimg img{
	max-width:100%;
	height:auto;
	width:auto;
	max-height:300px;
}

.mobile div#bd .object{
	padding:40px 0px;
	margin-bottom:0;
	box-sizing:border-box;
}

.mobile div#bd .image.object.fullBg{
	height: 270px;
}

.mobile div#bd .object.column .wrapimg{
	width:100%;
	margin:0 0 20px 0;
}

.mobile .anchorList li a{
	padding: 5px 10px;
	font-size:0.9rem;
}

.mobile .anchorList{
	padding: 10px 0;
}

.mobile #bd #introContent .cn .object{
	padding:30px 20px;
}

.mobile div#bd div#bd_bg #introContent div.cn{
	padding: 0;
}

/* -- regions mobile -- */

.mobile .slider_sponsors{
	width:auto;
}

.mobile.home div#bd div#bd_bg .content_container{
	top:0;
    max-width:100%;
    width: 100%;
    margin:0;
}

.mobile #hd .slider .object .wrapobject{
	bottom:20px;
	width: 100%;
	padding: 20px;
}

.home.mobile div#bd div#bd_bg .content_container::after{
	display: none;
}

.mobile #logo2018{
	top: auto;
    left: auto;
    right: 20px;
    margin: 0;
    width: auto;
    border: 0;
}

.mobile #logo2018 img{
	max-width: 102px;
	height: auto;
	margin-top: -300px;
}

.home.mobile #logo2018 img{
	margin-top: 30px;
}

.home.mobile div#bd div#bd_bg .content_container{
	position: static;
	transform:none;
}

.home.mobile #bd #introContent{
	width: 100%;
	max-width: 100%;
}

.home.mobile #hd .slider, .home.mobile div#hd .slider .object >div, .home.mobile #hd .slider .object{
	height:auto;
}

.mobile.home #hd .slider::after{
	display: none;
}

.mobile.home div#hd .slider .object >div{
	height: auto;
    min-height: 10px;
}

.mobile.home #bd #introContent .cn{
	top:0;
	position: static;
}
.mobile div#bd .object >div .wrapimg{
	text-align: left;
}

/***/

.mobile div#header_image_container, .mobile div#header_image_container, .mobile div#header_image_container .header_image_backgroundImage{
	height:240px;
	min-height:240px;
}

.mobile #header_image_container h1{
	top: 0px;
    box-sizing: border-box;
    padding: 0 20px;
    left: 0;
    margin: 0 0 10px 0;
    line-height: 28px;
    font-size: 1.5rem;
}

.mobile div#header_image_container .header_image_backgroundImage{
	background-position: right center;
}

.mobile div#header_image_container{
	padding-top:0;
}

.mobile #cn .header-image-textBlock .object h2{
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 42px;
}

/****/


.mobile div#bd .object a.button::after, .mobile #cn .blog a.readmore::after{
	margin: 0px 0 0px 10px;
}

.mobile .navPost-back a{
	color:#6CBB4B;
}

.mobile .navPost-prev a, .mobile .navPost-next a{
	float:left;
	padding:8px 15px 8px 15px;
	font-size: 0.8rem
}

.mobile .navPost-prev{
	float:left;
	padding:0;
}

.mobile .navPost-next{
	float:right;
	padding:0;
}

/** Homepage mobile **/

.mobile a#goTo{
	display:none;
}

.mobile div#bd div#bd_bg .container_first_object >div.smallSize{
	width:100%;
}

.mobile.home div#header_image_container, .mobile.home div#header_image_container .header_image_backgroundImage{
	height:auto;
	min-height:100px;
}

.mobile #hd .header-image-textBlock{
	padding:50px 0 30px 0;
}

.mobile .header_image_backgroundImage .object{
	color: #fff;
    position: static;
    padding: 0 20px;
    width: auto;
    font-size: 1.1rem;
    line-height: 24px;
    max-width: 100%;
    max-width:420px;
}

.home.mobile div#bd #mainContent{
	padding-bottom:0;
	margin-top:0;
}

.mobile.home #header_image_container .object a.button{
	padding: 15px 20px;
	font-size: 1rem;
}

.mobile.home div#bd #mainContent .object.first{
	padding-top:20px;
}

.mobile.home #cn h1{
	text-shadow:none;
	text-align: left;
}

.mobile.home div#bd #introContent .intro_container{
	padding: 20px;
	max-width: 100%;
}

.home.mobile div#bd .bloglist.object >div{
	padding-bottom: 0px;
}

.home.mobile .bloglist.object .blog .content{
	bottom: 20px;
}

/** Shop **/

.mobile .kShop{
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
}

/** formulaire **/
	
.mobile .container.buttons #btSubmit{
	width:auto!important;
	height:auto!important;
	padding:8px 15px 8px 15px!important;
}

.mobile form .container.buttons::after{
	top:-5px;
}

.mobile form .container.buttons{
	position:relative;
}

/* -- Footer mobile -- */

.mobile div#ft div.cn{
	padding:20px 25px;
}


.mobile div#ft .footer_bottom div.cn{
	padding:10px 20px;
}


.mobile div#ft #footerContent{
	padding:10px 0;
}

.mobile div#ft #footerContent .cn .footer_infos .object{
	width: calc(100% - 110px);
	padding: 0;
	box-sizing:border-box;
}

.mobile div#ft .footerNav{
	width:100%;
	float: right;
	text-align:left;
}

.mobile strong#logo_footer{
	width:auto;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin:0;
}

.mobile strong#logo_footer a{
	position:static;
	margin-bottom:10px;
	background-position:left top;
	background-size: auto 100%;
	float:left;
}

.mobile div#ft .powered{
	margin-top:0;
	text-align: left;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.mobile div#ft .footerNav ul li a{
	font-size: 0.8rem;
}

.mobile .social{
	text-align: right;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin-right: 20px;
}

.mobile div#ft #goTop{
	z-index: 20;
	top: 20px;
	bottom:143px;
}

.mobile div#ft #footerBg{
	padding:30px 0 40px 0;
}

.mobile .logo_footer{
	max-width: 340px;
	margin-top: 36px;
}

/* -- blog mobile -- */

.blog.mobile div#bd #mainContent{
	padding-top:0;
}

.blog.mobile #cn div#bd .object.blog{
	padding:40px 0px;
}

.blog_details.mobile div.detail{
	width:100%;
}

.blog.mobile #cn div.blog .details{
	float:none;
	width:100%;
	text-align:left;
}

.blog.mobile #cn div.blog h2 {
    margin-bottom: 10px;
    float: none;
    width: 100%;
}

.blog.mobile #cn div.blog img{
	margin-bottom:20px;
	margin-right: 20px;
	max-width:50%;
}

.blog.mobile #cn .blog a.readmore{
	margin-left:0;
}

.blog.mobile div#bd .object.blog .content img{
	max-width: 100%;
	margin: 0 0 20px 0;
	float:none;
}

.blog.mobile div#bd .object.blog .content{
	width:100%;
}

.mobile.blog_details div#bd .object .wrapimg{
	width:100%;
	margin-bottom:20px;
}

.mobile.blog_details #cn div.blog img{
	margin:0;
}

.mobile.blog_details div#bd .object .wrapimg img{
	max-height:500px;
	max-width:100%;
}

.mobile .multimedia.object iframe{
	max-height: 470px;
}

/** home blog list **/

.home.mobile div#bd .bloglist.object{
	padding:40px 0 0px 0;
}

.home.mobile div#bd .bloglist h2{
	padding:0 20px;
}

.mobile div#bd #mainContent .bloglist.object.first{
	padding-top:40px;
}

.home.mobile .bloglist.object .blog img{
	max-height: 27vw;
	width:auto;
}

.home.mobile div#bd div#bd_bg .content_container .object >div, .home.mobile div#bd div#bd_bg .content_container h2{
	text-align: left;
}

/** event **/

.event_details.mobile div#bd .object .wrapimg{
	width:100%;
}

.addthis_sharing_toolbox{
	padding-top: 40px;
}

/* Slider mobile */

.mobile .slider{
	display:block;
	width:100%;
}

.mobile div#bd .slider .object{
	width:100%;
	box-sizing: initial;
	margin:0;
}

.mobile div#bd .slider .object >div{
	width:auto;
	max-width:100%;
}

.mobile.home .bloglist.object .blog .header{
	text-align: left;
}

.mobile div#bd .slider_sponsors .object{
	padding:0;
}

/* table */

.mobile div#bd #mainContent table{
	width:100%;
}

.mobile div#bd #mainContent .table_scroll{
	overflow-x:auto;
	overflow-y:hidden;
}

/** mobile newsletter **/

.mobile .newsletterContent .form.object fieldset{
	float:left!important;
}

.mobile .newsletterContent .container.buttons #btSubmit{
	padding: 5px 12px!important;
    height: 42px!important;
}

.mobile .newsletterContent form.kSiteForm input.text{
	height: 42px!important;
}

.mobile .newsletterContent{
	margin-bottom:20px;
}

/****/


/** Mediaqueries **/
	

@media only screen and (max-width: 1660px){
	ul#mainNav li a, #hd ul#mainNav li ul li a{
		font-size: 1.125rem;
	}

	.header_right, .header_bottom{
		box-sizing:border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media only screen and (max-width: 1280px){
	ul#mainNav li a{
		padding: 40px 8px 40px 8px;
		font-size: 1rem;
	}
	
	#hd ul#mainNav li ul li a{
		font-size: 1rem;
	}

	ul#mainNav li ul{
		margin-left: -10px;
	}

	ul#mainNav li.orangeMenu a{
		padding: 10px 8px 10px 8px;
		margin-top:30px;
	}

	#annexe li a{
		font-size: 1rem;
		padding: 20px 12px 20px 12px;
	}

	.header_bottom{
		padding-top:0px;
	}

}

@media only screen and (max-width:1100px){
	strong#logo a{
		left: 0;
	}

	.header_right{
		right: 10px;
		padding-left: 0px;
    	padding-right: 0px;
    	top: 30px;
	}

	.home div#bd div#bd_bg .content_container{
		width:calc(100% - 20px);
		margin-right: 20px;
		transform:none;
		left: auto;
	}
}

@media only screen and (max-width:1030px){
	div.cn{
		width: 100%;
	}

	#prefooterContent .cn, #projectContent .cn, #mainContent .cn{
		padding: 40px 20px 40px 20px;
		box-sizing:border-box;
	}

	div#bd .object.textdivided >div{
		-webkit-column-gap: 40px;
    	-moz-column-gap: 40px;
    	column-gap: 40px;
	}

	div#bd .object.column, div#bd .object .wrapobject, div#bd .object >div .wrapimg{
		width:calc(50% - 20px);
	}

	#hd .slider .object .wrapobject{
		padding: 0 20px;
	}

	#logo2018 a{
		margin-left: 20px;
	}

	.header_bottom{
	 	padding: 0;
	 }

	ul#mainNav{
		text-align: left;
		padding-left:90px;
	}

	strong#logo a{
		top: 10px;
		left:10px;
		padding: 80px 0 0 70px;
		background-size: auto 60px;
	}

	#logo2018{
		margin-left: -500px;
		top: -120px;
	}
}

@media only screen and (max-width: 980px){
	div#ft div.cn, .blog #cn div.blog .header, .blog div#bd .object.blog .content, div#bd #mainContent .object:not(.fullBg) >div{
		max-width:880px;
	}
}

@media only screen and (max-width: 470px){
	.mobile div#ft #footerContent .cn .footer_infos .object{
		width: 100%;
		padding: 0px 0 0 0;
	}

	.mobile div#ft #goTop{
		bottom:auto;
	}

}

@media only screen and (max-width: 470px){
	#ft .newsletterContent h2{
		margin-bottom:10px;
	}
	
	.mobile .social{
		text-align: left;
	}
}

@media only screen and (max-width: 850px){	
	.mobile div#ft .footerNav{
		float:none;
		width:100%;
		text-align:left;
	}

	.mobile div#ft #footerContent .cn .footer_infos{
		width: 100%;
	}

	.mobile div#ft #footerContent .cn #stayConnected{
		width: 100%;
	}

	.mobile .social, .mobile div#ft #footerContent .cn #stayConnected{
		text-align: left;
	}

	.mobile div#bd .object.textdivided >div {
	    -webkit-columns: 1;
	    -moz-columns: 1;
	    columns: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}
}
	
@media only screen and (max-width: 650px){

	.home.mobile .bloglist.object .blog{
		width:100%;
	}

	.mobile.home .bloglist.object .blog .header, .home .bloglist.object .blog .content{
		text-align: center;
	}


	.mobile #cn .header-image-textBlock .object h2{
		font-size: 1.25rem;
    	margin:0px;
    	line-height: 30px;
    	padding: 0;
	}

	.mobile div#header_image_container, .mobile div#header_image_container, .mobile div#header_image_container .header_image_backgroundImage {
	    height: 180px;
	    min-height: 180px;
	}

	.mobile div#bd .object.column{
		width:100%;
	}

	.home.mobile div#bd .bloglist.object{
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 550px){
	.mobile div#bd .object .wrapimg{
		width:100%;
		margin:0 0 20px 0;
	}
	
	.mobile div#bd .object .wrapobject{
		width:100%;
		float:none;
	}
	
	.mobile div#bd .object.column{
		width:100%;
		max-width:100%;
		padding-top:0;
	}
	
	.mobile div#bd .object.textdivided >div {
	    -webkit-columns:1;
	    -moz-columns: 1;
	    columns: 1;
	    -webkit-column-gap:0;
	    -moz-column-gap: 0;
	    column-gap:0;
	    text-align: left;
	}

	.mobile div#bd .image.object.fullBg{
		margin-bottom:40px;
	}

	.mobile .multimedia.object iframe{
		height:240px;
	}

	.home.mobile .bloglist.object .blog .content {
    bottom: 40px;
	}
}

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

	
	.blog.mobile #cn div.blog img{
		margin-bottom:0;
		margin-right: 0;
		max-width:100%;
		width:auto;
		float:none;
	}

	.mobile .newsletterContent{
		width:100%;
	}

}

@media only screen and (max-height: 1100px){
	#hd .slider{
		height: calc(100vh - -32px);
	}

}

@media only screen and (max-height: 960px){
	#hd .slider .object{
		height: calc(100vh - -9px);
	}

	#hd .slider{
		height: calc(100vh - 8px);
	}
}

@media only screen and (max-height: 860px){
    #hd .slider{
    	height: calc(100vh - -159px);
 	} 
}

@media only screen and (max-height: 750px){
    #hd .slider{
    	height: calc(100vh - -279px);
 	}
 	#hd .slider .object {
    height: calc(100vh - -119px);
	}
}

/* TEST ADDS joachim */

div#bd .object.code >div {
	width: auto;
	max-width: none;
}