/*
/*

	CSS - IDMG

 * 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
	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: 'Lato', sans-serif;
    font-size: 100%; /* Better to use % here and then rem for the content */
    line-height: 1.6875rem; /* Better to use PX here but you could use PX, PT, % or EM */
    font-weight:400;
    
    /* font and color */
    color: #5D5D5D;
	
	/* background of the page */

	background-color: #F7F4F1;

	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
			
/*	-- 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, #cn h3 a, #ft h2{
	font-weight: 400;
    text-transform:none;

    text-transform: none;    
    padding:0;
    box-sizing:border-box;
    text-align: left;

    color: #B7846A;
	font-size: 1.375rem;
	line-height: 1.6875rem;
	margin-bottom: 20px;
}

.messieurs #cn h2, .messieurs #cn h3, .messieurs #cn h3 a{
	color: #ac9c9f;
}

#cn h1{
	color:#444444;
	font-size: 2.375rem;
	line-height: 2.875rem;

	width: 100%;
    padding: 0 20px;
    position: relative;
}

#cn h1::after{
	content:'';
	position: absolute;
    top: -36px;
    left: -166px;
	width: 218px;
	height: 150px;
	background-image:url(../img/logo_ailes.png);
	background-repeat: no-repeat;

	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);

}


#ft h2{
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #fff;
}


#cn h3, #cn h3 a{
	color: #fff;
}


#cn #header_image_container h1, #cn .slider h2 { /* -- page title -- */
	font-family: 'Playfair Display', serif;
	width: 100%;
    margin: 0 0 16px 0;
    color: #fff;
    z-index: 5;
    font-weight: 400;
    font-size:1.8125rem;
    line-height: 2.8125rem;
    letter-spacing: 1px;
    position: relative;
    padding: 0;
    position: relative;
    z-index: 20;
}

.home #cn h1{
	width: 100%;
	padding: 0 23px;
	margin-bottom: 27px;
}

#cn #header_image_container h1{
	text-align: left;
  	max-width: 430px;
}

/* Text editor typography default */

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

	font-size: 1.3125rem;
	line-height: 2.0625rem;
	font-weight: 300;
}

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

#cn .object em{ /* -- italic -- */
	font-style: italic;
	font-size: 0.9375rem;
	line-height:1.125rem;
}


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: none;
	border-bottom: 1px solid #979797;
	padding:14px 20px 14px 0;
	min-width:120px;
	font-weight: 700;
	text-transform: uppercase;
}

.object table tr td:last-of-type{
	text-align: right;
	color: #B7846A;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: italic;
	padding:14px 0 14px 20px;
}

.messieurs .object table tr td:last-of-type{
	color: #ac9c9f;
}


.object table tr:last-of-type td{
	border-bottom: none;
}

#cn .object table tr td u{
	color: #9B8F8F;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-transform: none;
}
/* special table styles */

.object table{
	margin:30px 0 20px;
}

/* -- 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;
	padding-bottom: 4px;
}

form.kSiteForm .captcha input, form.kSiteForm input.text, form.kSiteForm textarea, form.kSiteForm select, #mc_embed_signup input.email {
	color:#9b8f8f;
   	font-size:1rem;

   	background-color: #fff;
   	
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    -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;
}

form.kSiteForm input.text:focus, form.kSiteForm textarea:focus, form.kSiteForm select:focus, 
#mc_embed_signup input.email:focus, form.kSiteForm input.text:hover, 
form.kSiteForm textarea:hover, form.kSiteForm select:hover, #mc_embed_signup input.email:hover {
	border-color: #9b8f8f;
	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);
}

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

a, a:link, a:visited {
	color:#B7846A;
	font-weight:400;
    text-decoration: none;
}

.messieurs .object a, .messieurs .object  a:link, .messieurs .object  a:visited{
	color:#ac9c9f;
}


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


/* -- buttons style -- */
.object a.button, div#bd .object a.button, div#ft a.button, .container.buttons #btSubmit, .home .bloglist.object .blog .content a,
.navPost-prev a, .navPost-next a, input.kButton.continue, .blog .blog a.readmore, #mainNav li.contactNav a, div#bd #introContent .object a,
.slider_container .object a.button, div#mainNavCt a.button {
	position: relative;
	color: #B7846A;
	text-transform:none;
	font-weight:700;
	text-decoration:none;
	font-size: 1rem;
	line-height: 1.1875rem;
    display: inline-block;
    position:relative;
    padding: 14px 32px;
   	height:auto;
   	width:auto;
   	text-align: center;
   	text-transform: uppercase;
   	cursor:pointer;
   	box-sizing:border-box;

   	background-color: transparent;


    /* Rectangle Copy 3: */

	border: 2px solid #B7846A;

	margin:10px 10px 0 0;

    -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;
}

.object a.button:hover, div#bd .object a.button:hover, div#ft a.button:hover, .container.buttons #btSubmit:hover, 
.container.buttons #btSubmit:focus, .home .bloglist.object .blog .content a:hover,
.navPost-prev a:hover, .navPost-prev a:hover, .navPost-next a:hover, input.kButton.continue:hover, 
.blog .blog a.readmore:hover, div#bd #introContent .object a:hover,
.slider_container .object a.button:hover, div#mainNavCt a.button:hover{
	color: #fff;
 	background-color: #B7846A;

 	padding: 14px 32px;
 	margin:10px 10px 0 0;
}


.messieurs div#bd .object a.button, .messieurs div#bd #introContent .object a{
	border: 2px solid #ac9c9f;
	color: #ac9c9f;
}

.messieurs div#bd .object a.button:hover, .messieurs div#bd #introContent .object a:hover{
	border: 2px solid #ac9c9f;
	color: #fff;
	background-color: #ac9c9f;
}


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


div#bd #prefooterContent .object a.button{
	color: #555759;
	border-color:#555759;
	min-width: 200px;
}

div#bd #prefooterContent .object a.button:hover{
	background-color: #555759;
	border-color:#555759;
	color: #fff;
}

.reseaux_sociaux ul li a:hover{
	opacity: 0.5;
	-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;
}

/*

.object a.button::after, div#bd .object a.button::after, div#ft a.button::after, #mainNav li.contactNav a::after, 
div#bd #introContent .object a::after, div#bd .object a.download.button::after, .home .bloglist.object .blog .content a::after{
	content:'';
	display: inline-block;
	width: 16px;
	height: 12px;
	background-image:url(../img/arrow_white.svg);
	background-size: 16px 12px;
	margin: 0 5px 0 23px;
	background-repeat: no-repeat;

	-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;
}

*/


div#bd #mainContent .object a.button::after{
	background-image:url(../img/arrow_blue.svg);
}

div#bd #mainContent .object.referenceItem a.button::after, .home div#bd #mainContent .object.last a.button::after{
	background-image:url(../img/arrow_white.svg);
}

/*

.object a.button:hover::after, div#bd .object a.button:hover::after, div#ft a.button:hover::after, #mainNav li.contactNav a:hover::after, div#bd #introContent .object a:hover::after,
div#bd .object a.download.button:hover::after, .home .bloglist.object .blog .content a:hover::after{
	margin: 0 0 0 20px;
}
*/


.home .bloglist.object .blog .content a, .home .bloglist.object .blog .content a:hover {
	margin-top: 10px;
}


/***/


.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: left;
}


/* GoTo button (on the homepage) */
a#goTo{
	width: 0px;
    height: 0px;
    padding: 60px 0px 0px 60px;
    overflow: hidden;
    display: block;
    margin: 50px auto 0px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left:-30px;
    z-index: 20;
    box-sizing: border-box;

    -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;
}

a#goTo::after{
	content:"";
	position: absolute;
	top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	display: block;
	
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background-color: transparent;
}


div#w0 a#goTo:hover:before{
	margin-top: 20px;
}

@-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{
	position: absolute;
	right:120px;
	top: 0;
}

div#ft #goTop a{
	background-image:url(../img/icon_white.png);
	background-repeat:no-repeat;
	background-size:51px 205px;
	background-position: right bottom;
	padding:100px 80px 0 0;
	display:inline-block;
	color:#fff;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	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;
}

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

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

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

div.cn {
    background: transparent;
	width:1046px;; /** default width **/
	padding:60px 0 60px;
}

#hd div.cn{
	padding:0 23px;
}

#bd div.cn.titlePage, #introContent div.cn, #mainContent div.cn, #prefooterContent div.cn, div#ft #promesseContent div.cn{
	max-width: 1046px;
	z-index: 5;
	padding-top: 0;
}

#bd div.cn.titlePage{
	padding-top: 60px;
}

div.cn.titlePage{
	padding-bottom: 0
}

/* -- logo --*/

strong#logo a {	
	position: relative;
	overflow: visible;
	width: auto;
	height: auto;
	text-align: center;
}

strong#logo img{
	margin-bottom:40px;
}

strong#logo_footer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:60px;
}

strong#logo_footer a{
	position: static;
	width: auto;
	height: auto;
	padding: 0;
}

strong#logo_footer img{
	width: 274px;
	height: auto;
}

/** social **/

.reseaux_sociaux ul li a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.reseaux_sociaux ul{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	justify-content:flex-end;
	-ms-flex-pack: right;
}

.reseaux_sociaux ul li img{
	width: 38px;
	height: 38px;
}

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

.topbar{
	width:100%;
	height:auto;
	margin: 0;
	position:relative;
	z-index:50;
	top:0;
	text-align: center;
	position: fixed;
	background-color: transparent;

	-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;
}

.admin .topbar{
	top:44px;
}

.topbar .tel_top{
	position: absolute;
	right: 30px;
	top: 62px;
	padding:14px 14px 14px 14px;
	background-color: #9d8d8f;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.0625rem;
}

.topbar .tel_top img{
	width: 16px; 
	height:16px;
	margin-right: 10px;
	top: 2px;
	position: relative;
}

.my-wrapper{
	height: 0!important
}

.topbar::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:-23px;
	background-image:url(../img/topbar_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: 1;
	-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;

	z-index: -1;
}

.home .topbar::after{
	opacity: 0;
	bottom:-13px;
}

.sticky .topbar::after{
	opacity: 1;
	bottom:-23px;
}

strong#logo_topbar img{
	position: relative;
	top:23px;
	width: 180px;
	height: auto;
	left: 2px;
}

.home strong#logo_topbar img{
	top:10px;
	opacity: 0;

	-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;
}

.sticky strong#logo_topbar img{
	top:23px;
	opacity: 1;
}

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

div#bd{
	text-align:center; /* to center the columns objects in display inline-block */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 70px;
	position: relative;
	background-color: #fff;
}

.home div#bd, #introContent{
	background-color: transparent;
/*	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); */
}

div#bd div#bd_bg{
	background: none;
	padding: 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:relative;
	clear: both;
	z-index:5;
	width:100%;

	background-image:url(../img/footer_bg.jpg);
	background-position: center center;
	background-size: cover;
}

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

	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	justify-content:space-between;
	-ms-flex-pack: justify;
}

div#ft div.cn >div{
	padding: 0 23px;
	box-sizing: border-box;
}

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

/* -- Main navigation -- */


div#mainNavCt{
	width: 100%;
	box-sizing:border-box;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	justify-content:space-between;
	-ms-flex-pack: justify;
}

div#mainNavCt >div.leftNav, div#mainNavCt >div.rightNav{
	width: calc(50% - 95px);
}


#mainNav {
	padding-top: 36px;
}


.home #mainNav {
	padding-top: 36px;
}

#mainNav li a{
	color:#444444;
	padding:40px 12px 40px 12px;
	text-decoration: none;
	font-size:1rem;
	display: block;
	font-weight: 400;
	line-height: 1.1875rem;
	vertical-align: top;
	text-transform: uppercase;

	-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 #mainNav li a{
	color: #fff;
}

.home .sticky #mainNav li a{
	color:#444444;
}

#mainNav li.on a, #mainNav li a:hover, .home .sticky #mainNav li a:hover{
	color:#9b8f8f;
}

.home #mainNav li a:hover{
	color: #fff;
	opacity: 0.5;
}

ul#mainNav{
	vertical-align: top;
}

div#mainNavCt a.button, div#mainNavCt a.button:hover{
	margin:30px 0 15px 17px;
	padding: 14px 25px;
	vertical-align: top;
}

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


#mainNav li.contactNav a{
	opacity: 1;
    padding: 9px 36px;
	background: #fff;
    margin-top: 30px;
    color: #4A4A4A;
    text-transform: none;
    font-size: 1.0625rem;
	line-height: 1.375rem;
}

#mainNav li.contactNav a:hover{
	padding: 9px 36px;
	margin-top: 30px;
}

#mainNav li.contactNav a::after{
	display: none;
}

#mainNav li.contactNav a:hover::after{
	margin: 0 5px 0 20px;
}

#mainNav li a:hover{
	opacity: 1;
}

/** anchors **/

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

.anchorList li{
	display:inline-block;
}

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

.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{
	margin:0;
	width: auto;
	display: inline-block;
}

ul#mainNav li ul {
    position: absolute;
    overflow: hidden;
	padding: 0;
	margin: 0;
	z-index:10;	
	width: 290px;
	left:0px;
	top: 92px;
	background-color: #9b8f8f;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

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

ul#mainNav li.last ul{
	display: none;
}


#hd ul#mainNav li ul li a{
	color: #fff;
	padding: 10px 20px;
	font-size: 0.9375rem;
	letter-spacing: 0;
	line-height: 18px;
}

#hd ul#mainNav li ul li.first a{
	padding-top: 20px;
}

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

ul#mainNav >li >ul li a:hover, ul#mainNav >li ul li.on a{
	color: #fff;
	background-color: rgba(0,0,0,0.15);
}

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


.secNavCt{
	height: 100%;

	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;

	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
}

ul#secNav{
	width: 100%;
	text-align: center;
	margin:-86px 0 0 0;
    padding: 0px 25px 56px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

ul#secNav li{ 
	display:inline-block;
	width:auto; 
}

ul#secNav li a {
	font-family: 'PT Serif', serif;
	color: #fff;
	font-size: 1.75rem;
	text-decoration: none;
    font-weight: 400;
    text-align:left;
    line-height:2rem;
    width:auto; 
	display: block;
	padding:26px 12px;
	position: relative;

	-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;
}

ul#secNav li a:hover{ 
	opacity: 0.5;
}

#cn ul#secNav >li.on >a::after{
	content:'';
	position: absolute;
	top:-34px;
	left:0;
	right:0;
	bottom:0;
	background-image:url(../img/hover_wings.png);
	background-size: 156px auto;
	background-position: center top;
	background-repeat: no-repeat;
}

ul#secNav li ul{
	position: absolute;
	left: 0;
	right: 0;

	display: block;
	width: 100%;
	background-color: #B7846A;
}

.messieurs ul#secNav li ul{
	background-color: #ac9c9f;
}

ul#secNav li ul li a{
	padding:12px 11px;
	font-style: italic;
	letter-spacing: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
	opacity: 1;
}

ul#secNav li ul li.on::after{
	content:'';
	position: absolute;
	top:auto;
	left:50%;
	margin-left: -7px;
	bottom: -7px;
	background-color:#fff;

	width: 14px;
	height: 14px;

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

ul#secNav li ul li{
	position: relative;
}

ul#secNav li ul li a:hover, ul#secNav li ul li.on a{
	opacity: 0.6;
}

/* -- third navigation -- */

ul#thirdNav {
	margin-bottom: 60px;
}

ul#thirdNav li{
	display: inline-block;
	padding:0 5px;
}

ul#thirdNav li a{
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #9b8f8f;
	padding: 10px 15px;

	-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;
}

ul#thirdNav li a:hover{
	background-color:#9b8f8f;
	color: #fff;
}

/* -- annexe navigation -- */
#annexNavCt {
	position: absolute;
    right:0;
    top: 0;
    padding-top: 24px;
    vertical-align: top;
}
#annexe{
	display: inline-block;
	text-align:right;
	float:none;
	width:auto;
	box-sizing:border-box;
	padding: 0;
	vertical-align: top;
}

#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, #annexNavCt a.button { /* style of the main navigation links */
	font-size: 1.0625rem;
    text-transform: none;
    line-height: 1.25rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color: #2F3E4B;
    padding: 16px 10px;
    opacity: 1;

    margin:0;

    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, #annexNavCt a.button:hover{
	opacity:0.5;
	text-decoration:none;
}

/* -- footer navigation -- */

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

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

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

ul#lang li a{
    color: #B7846A;
	font-weight:400;
    font-size: 1rem;
    font-style: normal;
    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:80px;
	margin:0 23px;
	text-align: left;
}

div#bd #mainContent .object:not(.column_porte):not(.column_demi), div.accordion{
	width: 100%;
	margin: 0;
	padding:0px 23px 45px 23px;
	box-sizing: border-box;
}

#cn div#bd #mainContent .standard.object{
	margin:0;
}

div#bd #mainContent .text.object{
	padding-top: 90px;
}

div#bd .object >div, div#bd .object.hasaccordion h2{
	width:100%;
	max-width:1000px;
	margin:0px auto;
	padding:0 0;
	box-sizing:border-box;
	-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;
}

div#bd .object.hasaccordion h2:hover{
	opacity: 0.5;
}

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

div#bd .standard.object >div{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;

	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;

	justify-content:space-between;
	-ms-flex-pack: justify;

	max-width: 100%;
}

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

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

div#bd .object .wrapimg{
	width: calc(50% - 23px);
	margin:0;
	line-height: 0;
	
}

div#bd #mainContent .object .wrapimg{
	order: 2;
}

div#bd .object .wrapobject{
	width: calc(50% - 23px);
	margin:0;
	text-align: left;
	order:1;
}

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

div#bd .object.column_demi img{
	width: 100%;
}

div#bd #introContent .object.column_demi img{
	width: auto;
	height: auto;
}


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:1070px;
	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 >div::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.50) 5%, rgba(0,0,0,0.15) 28%, rgba(0,0,0,0.10) 80%);
	background-image: -o-linear-gradient(rgba(0,0,0,0.50) 5%, rgba(0,0,0,0.15) 28%, rgba(0,0,0,0.10) 80%);
	background-image: linear-gradient(rgba(0,0,0,0.50) 5%, rgba(0,0,0,0.15) 28%, rgba(0,0,0,0.10) 80%);
}
**/

/*
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%);
}
*/

/* -- hasaccordion -- */


#cn div#bd #mainContent div.object.hasaccordion{
	border-bottom:1px solid #979797;
	padding:10px 0 10px 0;
	margin:0;
	width: 100%;
}

div.accordion{
	margin-bottom: 50px;
	width: 100%;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

div#bd .object.hasaccordion h2{
	padding:10px 0 12px 0;
	position: relative;
}

div#bd .object.hasaccordion .content{
	padding:0;
	box-sizing:border-box;
}

.hasaccordion h2::after{
	content:"";
	position: absolute;
	top:50%;
	left:auto;
	right: 3px;
	width:8px;
	height: 8px;
	margin-top: -8px;
	margin-left: -8px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

	display: block;
	
	border-left:2px solid #B7846A;
	border-bottom:2px solid #B7846A;
	background-color: transparent;
}

.hasaccordion.open h2::after{
	background-image:url(../img/moins_btn.svg);
	border-color: #D9D9D9;
	background-size: 15px 3px;
}

/* -- Columns object -- */


div#bd .object.column_demi, div#bd .object.column_porte,
div#ft .object.column_demi, div#ft .object.column_porte,
div#bd .object.referenceItem {
	width:calc(50% - 46px);
	margin:0 23px;
	padding:0 0 50px 0;
	box-sizing:border-box;
	vertical-align:top;
}

#cn div#bd #mainContent .standard.object.column_porte{
	margin:0 23px;
}

div#bd .image.object.column_demi h2{
	padding:0;
}

div#bd #mainContent .standard.object.column_demi >div,
div#bd .standard.object.column_porte >div,
div#bd .standard.object.referenceItem >div {
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);

    -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;

	padding:0;
}

div#bd #mainContent .standard.object.column_demi >div,
div#bd .object.referenceItem >div{
	min-height: 455px;
	position: relative;
}

#cn div#bd .object.column_demi h2, div#bd .object.referenceItem h2{
	margin-bottom: 15px;
	text-transform: uppercase;
}

div#bd .image.object.column_porte{
 	position: relative;
 	padding:0;
 	margin-bottom: 40px;
 	box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.11);
 	height: 346px;
 	background-color: #fff;
 }

.slider_container{
	position: relative;
}

 div#bd .image.object.column_porte img{
 	height: 260px;
 	width: 100%;
 	object-fit:cover;
 	margin-bottom: 86px;
 }

 div#bd .image.object.column_porte a{
 	line-height: 0;
 	position: absolute;
 	top:0;
 	left:0;
 	bottom:0;
 	right:0;

 	-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;

 	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0);
    box-shadow: 0px 0px 16px rgba(0,0,0,0);
 }

 div#bd .object.column_porte >div a:hover {
	/*-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 16px rgba(0,0,0,0.4);*/
    cursor: pointer;
}

/*
 .home div#bd .object.column_porte::before{
 	content:'';
 	position: absolute;
 	top:0;
 	left:0;
 	right: 0;
 	bottom: 0;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.20) 36%, rgba(0,0,0,0.45) 58%);
	background-image: -o-linear-gradient(rgba(0,0,0,0.20) 36%, rgba(0,0,0,0.45) 58%);
	background-image: linear-gradient(rgba(0,0,0,0.20) 36%, rgba(0,0,0,0.45) 58%);
 }
*/

div#bd .object.column_demi .wrapimg, div#bd .object.column_porte .wrapimg,
div#bd .object.column_demi .wrapobject, div#bd .object.column_porte .wrapobject,
div#bd .object.referenceItem .wrapimg, div#bd .object.referenceItem .wrapobject{
	width: 100%;
	text-align: left;
}

div#bd .object.column_porte .wrapimg::after{
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	transform:translateX(-50%) translateY(+50%);
	width: 40px;
	height: 40px;
}

div#bd .object.column_demi .wrapimg, div#bd .object.column_porte .wrapimg{
	order:1;
	line-height: 0;
}

div#bd .object.column_demi .wrapobject, div#bd .object.column_porte .wrapobject,
div#bd .referenceItem .wrapobject {
	order:2;
	background-color: #fff;
	padding: 30px 35px 25px 35px;
	z-index: 10;
	position: relative;
}

div#bd .referenceItem .wrapobject{
	padding: 80px 40px 80px 40px;
}

div#bd .object.referenceItem .wrapobject, div#bd .object.referenceItem .wrapobject a{
	background-color: transparent;
	color: #fff;
}

div#bd .object.object.referenceItem .wrapobject a.button{
	position: absolute;
	bottom:50px;
	left: 50%;
	transform:translateX(-50%);
}

div#bd .object.column_porte .wrapimg, div#bd .object.column_porte .wrapimg img{
	line-height: 0;
}

div#bd .object.column_porte .wrapimg img{
	height: 220px;
	width: 100%;
	object-fit:cover;
}

div#bd .object.column_porte >div{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}


div#bd .object.column_porte .wrapimg{
	order:1;
	position: relative;
}

div#bd .image.object.column_porte h2{
	position: absolute;
	bottom:0;
	
	background-color:#fff;
	order:2;
	margin: 0;
	left: 0;
	padding: 30px 40px;
	font-size: 1.1875rem;
	line-height:1.625rem;
	z-index: 10;
	width: 100%;
	pointer-events: none;
}

div#bd .image.object.column_porte h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    border-right: 2px solid #B7846A;
    border-bottom: 2px solid #B7846A;
    background-color: transparent;
}


/* -- 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: 46px; /* Chrome, Safari, Opera */
    -moz-column-gap: 46px; /* Firefox */
    column-gap: 46px; /* space between the columns */
    text-align:justify;
}

div#bd .object.textdivided h2 {
    width:100%;
    text-align:left;
    padding:0 23px;
    max-width: 1046px;
    margin: 0px auto 16px 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 *****/


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

div#header_image_container{
    background-color: #fff; 
    width: auto;
    height:auto;
    background-size:cover;
    overflow:hidden;
    position:relative;
    margin: 0 auto;
    z-index: 10;
}

div#header_image_container .header_image_backgroundImage{
	width:100%;
	overflow:hidden;
	position:static;
	box-sizing:border-box;
	
/* -- Background image here -- */
	background-image:none; /* insert your image here */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

/*

.mesdames div#header_image_container .header_image_backgroundImage::after,
.messieurs div#header_image_container .header_image_backgroundImage::after {
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%), linear-gradient(180deg, rgba(155,143,143,0.5) 0%, rgba(183,132,106,0.6) 100%);
}

*/

div#header_image_container .header_image_backgroundImage::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.home div#header_image_container .header_image_backgroundImage::after{
	display: none;
}

div#header_image_container, div#header_image_container .header_image_backgroundImage{
	height: 440px;
	width: 100%;
	margin: 0 auto;
}

div#header_image_container{
	margin-top: 128px;
}

.admin div#header_image_container{
	margin-top: 172px;
}

.home div#header_image_container{
	margin-top:0;
}

.home div#header_image_container, .home div#header_image_container .header_image_backgroundImage{
	min-height: 660px;
	height: calc(100vh - 170px);
}


.blog div#header_image_container, .blog div#header_image_container .header_image_backgroundImage{
	height: 300px;
	min-height:300px;
}

.mainMenu div#header_image_container .header_image_backgroundImage::after{
	display: none;
}


#header_image_container .object{
    width: 100%;
	max-width: 100%;
	color: #fff;
	height:440px;

	background-size: cover;
	background-position: center center;

    font-size: 1.0625rem;
    line-height: 1.625rem;
    text-align:left; 
    margin:0px auto;
    font-weight: 400;

    left:0;
    right: 0;
    top:0;
    bottom: 0;
}

.home #header_image_container .object{
	text-align: center;
	height: 200px;
}

#header_image_container >div.object{
	position: absolute;
}

#header_image_container .object .wrapobject, #hd .slider .object .wrapobject,
#header_image_container .object .wrapobject em{
	position: relative;
	font-size: 1.75rem;
	line-height: 2.1875rem;
}

#cn #header_image_container .object h2{
	font-size:1.875rem;
	line-height: 33px;
	color:#fff;
	text-align: center;
	margin-bottom:24px;
}

.home #cn #header_image_container .object h2{
	font-family: 'PT Serif', serif;
	font-size: 3.125rem;
	line-height: 3.4375rem;
}

#cn #header_image_container .object h2::before{
	display: none;
}

/** région porte **/

div#bd #portes .object{
 	width:calc(50% - 24px);
	margin:0 12px 30px 12px;
 	position: relative;
 	padding:0;
 }

 .home div#bd #portes .object{
 	width:50%;
	margin:0;
 }

  body:not(.home) div#bd #portes .object a{
  	display: block;
  }

body:not(.home) div#bd #portes .object a::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(180deg, rgba(155,143,143,0.5) 0%, rgba(183,132,106,0.7) 100%);
	-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;
	z-index: -1;
}

div#bd #portes .object .wrapimg{
	background: linear-gradient(180deg, rgba(155,143,143,1) 0%, rgba(183,132,106,1) 100%);
}

div#bd #portes .object .wrapimg img{
	opacity: 0.5;
}

div#bd #portes .object:nth-child(2) .wrapimg{
	background: linear-gradient(180deg, rgba(155,143,143,1) 0%, rgba(54,49,49,1) 100%);
}


.home div#bd #portes .object:nth-child(2)::after, body:not(.home) div#bd #portes .object:nth-child(2) a::after{
	background: linear-gradient(180deg, rgba(155,143,143,0.5) 0%, rgba(54,49,49,0.7) 100%);
}


.home div#bd #portes .object:hover::after, body:not(.home) div#bd #portes .object a:hover::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(183,132,106,0.9)
}


.home div#bd #portes .object:nth-child(2):hover::after, body:not(.home) div#bd #portes .object:nth-child(2) a:hover::after{
	background-color: rgba(155,143,143,0.9)
}

/***/

div#bd #portes .cn {
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

div#bd #portes .cn{
	width: 100%;
	max-width: 1024px;
	padding: 0 0 80px 0;
}

.home div#bd #portes .cn{
	max-width: 1500px;
}

.home div#bd #portes .cn{
	max-width: 1800px;
}

.espaceVertPage div#bd #portes .cn{
	max-width: 1050px;
}

div#bd #portes .standard.object.column_third{
	background: #D8D8D8;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.26);
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 33.33%;
}


div#bd #portes .standard.object.column_third >div, div#bd #portes .standard.object.column_demi >div{
	height: 33.33vw;
	max-height:500px;
	padding: 60px;
	box-sizing: border-box;
}

.home div#bd #portes .standard.object.column_third >div{
	max-height:666px;
}

div#bd #portes .standard.object.column_third .wrapimg, div#bd #portes .standard.object.column_third .wrapimg a, 
div#bd #portes .standard.object.column_demi .wrapimg, div#bd #portes .standard.object.column_demi .wrapimg a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/* portes column_third */

div#bd #portes .object{
	position: relative;
}	

div#bd #portes .object h2{

	font-family: 'PT Serif', serif;
	color: #fff;
	padding:0 0px 27px 0px;
	margin: 0;
	box-sizing:border-box;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 2.625rem;
    z-index: 10;
    pointer-events: none;
    position: relative;

	cursor: pointer;
}

.home div#bd #portes .object h2{
	font-size: 2.625rem;
	line-height: 3rem;
}

div#bd #portes .object .wrapimg, div#bd #portes .object .wrapobject,
div#bd #portes .object .wrapimg img{
	width: 100%;
}

div#bd #portes .object .wrapobject{
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding:50px 50px;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 10;
}

.home div#bd #portes .object .wrapobject{
	pointer-events: auto;
}


div#bd #portes .object .wrapobject p, div#bd #portes .object .wrapobject p{
	align-self: flex-end;
	color:#fff;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	pointer-events: auto;
}

div#bd #portes .object:hover .wrapobject p, div#bd #portes .object:hover .wrapobject p{
	display: block;
	height: auto;
	max-height: 500px;
	transition: max-height 0.3s ease-in;
}

div#bd #portes .object .wrapobject a, div#bd #portes .object .wrapobject a{
	display: inline-block;
	color: #fff;
	width:auto;
	text-align: left;
	font-style: italic;

	font-weight: 400;
	max-width: 400px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-decoration:none;
	text-transform: uppercase;
	padding: 6px 32px 6px 0;
	box-sizing:border-box;
	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;
}

div#bd #portes .object .wrapobject a:hover, div#bd #portes .object .wrapobject a:hover{
	opacity: 0.5;
}


#portes .wrapobject{
	position: relative;
	z-index: 20;
}

#portes .wrapobject br{
	display: none;
}

div#bd #portes .object a.button:hover, div#bd #portes .object a.button:hover{
	background-position: right 30px center;
}

div#bd #portes .object p, div#bd #portes .object p{
	margin-bottom: 0;
}

/***/

.introPage{
	align-self: flex-start;
}

.home .introPage{
	padding: 80px 20px 80px 20px;
	width: 100%;
	position: absolute;
	top:50%;
	transform: translatey(-50%);
	box-sizing: border-box;
}

.introPage a{
	color: #fff;
}

.introPage a.button, .introPage a.button:hover{
	color: #B7846A;
	background-color: #fff;
}

.introPage a.button:hover{
	opacity: 0.5;
}

/** breadcrumb **/

#breadcrumbContent{
	display: block;
	width: 100%;
}

#breadcrumbContent .cn{
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 0;
	text-align: left;
}

#breadcrumbContent .breadcrumb{
	background-color: transparent;
	padding:20px 15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin:0;
	display: inline-block;
}

#breadcrumbContent span{
	color:#575657;
	font-weight: 400;
}

#breadcrumbContent .breadcrumb a{
	font-size: 1.125rem;
	line-height: 22px;
	text-decoration: none;
	font-weight: 400;
}

#breadcrumbContent .breadcrumb a:hover{
	text-decoration: underline;
}

.blog #breadcrumbContent{
	display: none;
}


#breadcrumbContent span.arrow_sep::after{
	content:">";
	background-image:url(../img/arrow_breadcrumb.png);
	width:12px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: auto 5px;
	display: inline-block;
	background-position: center center;
	padding: 0 10px 0 16px;
}


#breadcrumbContent #home_icon a{
	padding: 5px;
    display: inline-block;
    opacity:1;
    -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;
}

#breadcrumbContent #home_icon a:hover{
	opacity: 0.6;
}

#breadcrumbContent #home_icon{
	display: inline-block;
	margin:0 50px 0 -10px;
}


/* -- region Introduction content -- */


#bd #introContent .cn{
	box-sizing:border-box;
	position: relative;
	z-index: 20;
	padding-top: 56px;
	padding-bottom: 0;
	justify-content:center;
	-ms-flex-pack: center;
}

.mesdames #bd #introContent .cn, .messieurs #bd #introContent .cn{
/*	padding-top: 106px;*/
}

.home #bd #introContent .cn{
	padding-top: 100px;
	padding-bottom: 0;
}

.home #bd #introContent{
	box-shadow:none;
}


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

#bd #introContent .cn .object{
	font-size:1.0625rem;
	line-height: 1.625rem;
	padding-bottom: 0;
	text-align: left;
	color: #292929;
	width: 100%;
}

.home #bd #introContent h2{
	text-align: right;
}

.home #bd #introContent .cn .object{
	font-weight: 300;
	
}

.home #bd #introContent .cn .last.object a.button{
	margin:10px 0 0 10px;
}


.home #bd #introContent .cn .object:nth-child(3){
	width: calc(33.33% - 46px);
	margin: 0 23px;
	margin-top: -56px;
	text-align: right;
}

.home #bd #introContent .cn .first.object{
	margin-top: 0;
	position: relative;
	width: calc(66.66% - 46px);
	padding-right: 85px;
	box-sizing: border-box;

	font-size:1.1875rem;
	line-height: 1.75rem;
	
}

.home #bd #introContent .cn .first.object, .home #bd #introContent .cn .first.object h2 {
	text-align: left;
}



.home #bd #introContent .cn .standard.object .wrapimg, .home #bd #introContent .cn .standard.object .wrapobject{
	width: 100%;
	text-align: right;
}

.home #bd #introContent .cn .standard.object .wrapimg img{
	display: inline-block;
}

.home #bd #introContent .cn .standard.object .wrapobject, .home #bd #introContent .cn .standard.object .wrapobject h2{
	text-align: right;
}

.home #cn #bd #introContent .cn .first.object a.button{
	margin:10px 10px 0 0;
}

.home #bd #introContent .cn .standard.object .wrapimg{
    padding-bottom: 25px;
}
/* -- region mainContent -- */

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

/* -- region Footer content -- */

div#ft #footerContent{
	text-align:left;
	width:100%;	
	
	pointer-events:none;
	font-weight:400;
	font-size:1rem;
	position: relative;
	box-sizing:border-box;
	width: 100%;
}

/*

div#ft #footerContent::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #233868;
	opacity: 0.9;
}
*/

div#ft #footerContent h2{
	width: 100%;
	text-align: right;
	font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
}

div#ft #footerContent .cn{
	padding-top: 90px;
	padding-bottom:100px;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 

	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

div#ft #footerContent .cn .object{
	padding-left:0;
	box-sizing:border-box;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	width:calc(33.33% - 46px);
	margin: 0 23px;
	padding: 0;
	pointer-events:auto;
	color: #fff;
}

div#ft #footerContent .cn .object.last, div#ft #footerContent .cn .object.last h2{
	text-align: right;
}

div#ft #footerContent .cn .object a{
	text-decoration: underline;
	color: #fff;
}

div#ft #footerContent .cn .object a.button{
	border-color: #fff;
	text-decoration: none;
	margin-right: 0;
}

div#ft #footerContent .cn .object a.button:hover{
	background-color: #fff;
	color: #9d8d8f;
}

div#ft #footerContent .cn .map.object{
	width: 100%;
	padding:0;
	margin: 50px 0 0 0;
}


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 #9b8f8f;
    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 #9b8f8f;
}

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

.newsletterContent form.kSiteForm label{
	color:#9b8f8f;
	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:#9b8f8f;
}

.newsletterContent{
	width:455px;
}

#ft .FollowAndRating{
	background-color: rgba(128,117,117,0.3);
}

#ft .FollowAndRating h2{
	color: #000;
}

#ft .FollowAndRating a.button{
	border-color: #000;
	color: #000;
	margin-top: 0;
}

#ft .FollowAndRating a.button:hover{
	border-color: #000;
	color: #fff;
	background-color: #000;
	margin-top: 0;
}

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

.slider_container{
	position: relative;
	z-index:10;
}

#hd .slider{
	background-color:#c2c0bc;
	width: 100%;
	margin:0 auto;
	height: auto;
}

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


#hd .slider .object{
	padding:0;
	margin:0;
	position: relative;
	z-index: 20;
}

div#hd .slider .object >div {
    width: 100%;
    max-width: 1046px;
    margin: 0 auto;
    padding: 0 23px;
    box-sizing: border-box;
}

.home div#hd .slider .object{
	min-height:380px;
	max-height:560px;
	height: 42vh;
	overflow: hidden;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;

	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;

	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

#hd .slider .object .wrapobject{
	
	z-index: 20;
	color: #fff;
	box-sizing:border-box;
}

#hd .slider .object .wrapobject a.button, #hd .slider .object .wrapobject a.button::after{
	text-shadow: none;
	margin: 10px 0;
	background-color: #fff;
	color: #B7846A;
}



#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:50px;
	left:50%;
	transform:translateX(-50%);
	margin:0 auto;
	text-align: left;
	display: block!important;
	
	z-index: 10;
    width: 100%;
    max-width: 1000px;
}

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: 11px;
    height: 11px;
    padding: 0;
    margin: 0 6px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    outline: none;

    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);

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


.slick-dots li.slick-active button {
	background-color: #fff;
    border: none;
}

.slick-prev, .slick-next{
	position: absolute;
	background-color: transparent; 
	top: 50%;
	left:50px;
	transform:translateY(-50%);
	display: block;
	width: 48px;
	height: 66px;
	cursor: pointer;
	border: none;
	outline: none;
	color:transparent;
	z-index: 20;

	-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 {
  right:50px;
  left: auto;
}

.slick-prev::after, .slick-next::after{
	content:"";
	position: absolute;
	top:50%;
	left:50%;
	width:16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

	display: block;
	
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	background-color: transparent;
}

.slick-next::after{
	margin-left: -11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.slick-prev:hover, .slick-next:hover{
	opacity:0.5;
}
		
/****/


/** slider sponsors **/

#sliderLogoContent .cn{
	width: 100%;
	-moz-box-shadow:0 0 14px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.16);
    box-shadow: 0 0 14px rgba(0,0,0,0.16);
}

.slider_sponsors {
	width: 1070px;
	margin:0px auto;
	padding:40px 0;
}

#sliderLogoContent .slick-slider{
	position: static;
}

.slider_sponsors .object img{
	display:inline-block;
	float:none;
	margin:auto;
	max-width:85%;
	max-height:76px;
	width:auto;
	height:auto;
	vertical-align:middle;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

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

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

#bd .slider_sponsors .object{
	padding-bottom: 0;
}

.slider_sponsors .object >div{
	text-align:center;
	height:100px;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
}

.slider_sponsors .slick-prev{
	left:50px;
	background-color: transparent;
}

.slider_sponsors .slick-next{
	right:50px;
	background-color: transparent;
}

.slider_sponsors .slick-prev::before, .slider_sponsors .slick-prev::after,
.slider_sponsors .slick-next::before, .slider_sponsors .slick-next::after {
	border-color:#545454;
}

div#bd .slider_sponsors .image.object img{
	max-width: 156px;
}

		
/*-- region Main content  --*/

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

div#bd #mainContent .cn{
	padding-bottom: 45px;
	padding-top: 45px;
}

div#bd #mainContent .cn, div#bd #mainContent .portes, div#bd #mainContent .cn, div#bd #introContent .cn, div#ft #promesseContent div.cn {
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}


div#ft #promesseContent div.cn h2{
	width: 100%;
	display: block;
	text-align: left;
}

div#ft #promesseContent div.cn .image.object >div{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
}

div#ft #promesseContent div.cn .image.object h2{
	order:2;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin:0;
}

div#ft #promesseContent div.cn .image.object img{
	order: 1;
	margin-bottom: 25px;
}

div#ft #promesseContent .image.object{
	background-color: #fff;
	padding: 56px 20px;
	border-bottom:6px solid rgba(35,56,104,0.2);
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
}

div#bd #mainContent .portes .standard.object.column_porte{
	background: #D8D8D8;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.26);
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-top: -120px;
}



/* portes */

div#bd #mainContent .portes{
	justify-content:center;
	-ms-flex-pack: center;
}

/** prefooter content **/

#bd #prefooterContent{
	margin:0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);

    padding: 100px 0;
	background-image:url(../img/bg_prefooter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bd #prefooterContent .object{
	max-width: calc(50% - 24px);
	margin:0 12px;
	background-color: #fff;
	padding-bottom: 0;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.home #bd #prefooterContent .object {
	max-width: 660px;
	display: none;
}

.home #bd #prefooterContent .object.first{
	display: block;
}

.home #bd #prefooterContent .object.first::after, body:not(.home) #bd #prefooterContent .object:nth-child(2)::after{
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:-23px;
	height: 125px;
	width: 100%;
	background-image:url(../img/ruban.png);
	background-position: left bottom; 
}


#bd #prefooterContent .object{
	position: relative;
	z-index: 10;
}

#bd #prefooterContent .object h2{
	font-family: 'PT Serif', serif;
	color: #B7846A;
	font-size: 2.8125rem;
	line-height: 3rem;
 	padding-bottom: 15px;
 	margin-bottom: 0;
 	text-align: center;
}

#bd #prefooterContent .text.object >div{
	padding:80px 85px 107px 85px;
	box-sizing:border-box;
}

#bd #prefooterContent .cn{
	padding:0 12px;
	box-sizing: border-box;

	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	justify-content:center;
	-ms-flex-pack: center;
}

#bd #prefooterContent{
	position: relative;
	bottom:-110px;
	margin-top: -110px;
	margin-bottom: 110px;
}

/***** 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{
	margin:0px auto;
	text-align:center;
	box-sizing:border-box;
	margin:0 23px;
    width: calc(50% - 46px);
	background-image: none;
	padding-bottom: 0;
}

.home #cn .bloglist.object h2{
	width: 100%;
	text-align: right;
    margin: 0 auto 15px auto;
    text-transform: uppercase;
}

.home .bloglist.object .blog{
    vertical-align: top;
    width: 100%;
    box-sizing:border-box;
    text-align: left;
    padding:80px 40px 70px 40px;
    background-image: url(../img/blue_water_bg.jpg);
    background-size:cover;
    color: #fff;
    min-height: 450px;
}

.home .bloglist.object .blog a{
	text-decoration: none;

	-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;
}

.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;
	opacity: 0.6;
}

.home #cn .blog .blogListTitle em{
	color:#fff;
	display:block;
	font-size: 1rem;
	text-align: left;
	text-shadow:none;
	font-style: normal;
}


.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%;
}

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

.blog #mainContent .cn{
	padding-top: 20px;
}

/* 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;	
}

.blog div#cn h1{
	margin-bottom: 12px;
	max-width: 100%;
}

.blog:not(.blog_details) div#cn h1{
	font-size: 1rem;
	color: #525252;
}

.blog_details div#bd .object.blog .content img{
	max-height:500px;
	max-width:100%;
	margin: 0 0 25px 0;
}

.blog_details div#bd .object.blog  >div .wrapimg{
	width: 100%;
	display: block;
}


#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;
}

/* 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: #9b8f8f;
    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;
}

/***** 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 23px 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;
}

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

.home div#hd{
	height:100%;
	background: linear-gradient(180deg, rgba(155,143,143,0.6) 0%, rgba(183,132,106,0.8) 100%);
}

.home #header_image_container{
    margin:auto;
}

.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{
	background-color: #fff;
	overflow: hidden;
}

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

/* -- copyright -- */

div#copyright {
	font-size: 0.8125rem;
	color:#474747;
	width: auto;
	border: none;
	float: none;
	display: block;
	vertical-align: middle;
	line-height: 1.375rem;
}

/* -- login kameleo -- */

div#loginAndPowered {
	float: none;
	display: block;
	width: 210px;
	margin:5px 0 5px 0;
}

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;
}

.social ul li{
	display:inline-block;
	vertical-align:middle;
	max-width:40px;
	line-height: 0;
	padding:0px 10px;
	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:hover{
	opacity:0.5;
}

.social ul li img{
	max-width:100%;
	height:auto;
}


.langAndCurrency{
	position: absolute;
    right: 0;
    top: 30px;
    transform: translateX(100%);
}

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

.mobile #logomobile{
	position: relative;
	width: 100%;
    height: 90px;
    display: block;
}

.mobile #logomobile a {
    background-image: url(../img/logo_color.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    background-size: 140px auto;
    padding: 68px 0 0 190px;

    left: 50%;
    margin-left: -95px;
}

.mobile #logomobile:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -19px;
    background-image: url(../img/topbar_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 162px;
    opacity: 1;
    -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;
    z-index: -1;
}

/* -- Mobile navigation --*/

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

.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;
	position: absolute;
	top: 0;
	right: 0;
}

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

.mobile #annexe{
	display: none;
}

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

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

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

.mobile #mobile-secnav{
	margin:0;
}

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

.mobile ul#mobileNav li.first a{
	padding-top: 20px;
}

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

.mobile #mobile-secnav a.showNav{
	padding:20px 20px 20px 20px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin:0;
    font-weight: 700;
    color: #fff;
    font-style: normal;
}

.mobile #annexNavCt a.button{
	min-width: 120px;
    padding: 10px;
    text-align: center;
}

.mobile #annexNavCt{
	padding-top: 0;
	right: 10px;
}

.mobile #header_image_container{
	display: block;
}


.mobile .secNavCt{
	display: none;
}

/***/

.mobile ul#secNav li a{
	font-size: 1.5rem;
	line-height: 2rem;
}

.mobile ul#secNav li ul li a{
	padding: 28px 10px;
	font-size: 1.0625rem;
    line-height: 1.25rem;
}

.mobile ul#secNav{
	display: none;
}

/* -- 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.375rem;
	line-height: 2rem;
	margin-bottom:8px;
}

.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: 23px;
	padding-right: 23px;
}

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

.home.mobile div#bd div#bd_bg #introContent div.cn{
	justify-content:space-between;
	-ms-flex-pack: justify;
}

.home.mobile #bd #introContent .cn .object{
	margin-top: 0;
}

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

.mobile div#bd div#bd_bg #introContent div.cn{
	padding-top: 40px;
	padding-bottom: 40px;
}

.mobile.home div#bd div#bd_bg #introContent div.cn{
	padding-top: 50px;
	padding-bottom: 0;
}


.mobile.blog #bd #introContent .cn{
	padding-bottom: 0;
}

.home.mobile #bd #introContent .cn .first.object{
	margin-left: 0;
	width: calc(66.66% - 23px);
	padding-right: 35px;
}


.mobile div#bd #portes .object h2{
	font-size: 1.75rem;
	line-height:2rem;
}

.mobile div#bd #portes .object .wrapobject{
	padding:20px;
}

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

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


.mobile #hd div.cn{
	padding: 0;
	margin:0;
}

.mobile #hd #header_image_container{
	padding:0;
	top:0;
	transform:none;
	height: auto;
}

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

.mobile div#bd #portes .object .wrapimg{
	margin-bottom: 0;
}

.mobile div#bd .object .wrapimg{
	order:1;
	margin-bottom: 15px;
}

.mobile div#bd .object .wrapobject{
	order:2;
}


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

.mobile #cn div#bd #portes .object{
	width: 50%;
	margin:0;
}

.mobile div#bd #portes .object .wrapimg img{
	width: 50vw;
	height: 50vw;
}

.mobile.home div#bd #portes .object .wrapimg img{
	height: auto;
}

.mobile div#bd .object, .mobile #cn h1{
	margin:0px;
}

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

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

.mobile #cn div#bd #mainContent .standard.object{
 	padding: 30px 0;
}

.mobile div#bd .object.column_demi, .mobile div#bd .object.column_porte,
.mobile div#ft .object.column_demi, .mobile  div#ft .object.column_porte{
	width:100%;
	margin:0;
	padding:0 0 50px 0;
	box-sizing:border-box;
	vertical-align:top;
}

.mobile #cn div#bd .image.object.column_porte h2{
	left: 0;
	margin-bottom: 0;
	padding: 30px;
    text-align: left;
}

.mobile div#bd .image.object.column_demi img{
	max-width: calc(100% - 20px);
}

.mobile div#bd .object.column_porte .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 .topbar #header_right{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 

	right: 10px;
	top: -5px;
}

.mobile div#bd #mainContent .object:not(.column_porte):not(.column_demi){
	padding: 30px 0 30px 0;
}

.mobile div.accordion{
	padding: 0;
}

/****/

.mobile #bd #prefooterContent{
	margin: 0;
	bottom:0;
	padding: 50px 0;
}

.mobile #bd #prefooterContent .text.object >div{
	padding: 50px 50px 107px 50px;
}

.mobile #bd #prefooterContent .object h2{
	padding: 0;
}


/***/

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


.home.mobile div#bd #mainContent .object.column_porte{
	width: calc(50% - 46px);
	margin: 0 23px 40px 23px;
}

.home.mobile div#bd #mainContent .object.column_porte a.button{
	min-width: 0px;
}

/* -- regions mobile -- */

/***/

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

.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, .mobile div#header_image_container, .mobile div#header_image_container .header_image_backgroundImage{
	height: auto;
}

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

.mobile #cn #header_image_container .object h2{
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 42px;
}

.mobile a#goTo{
	bottom: 30px;
}

.mobile a#goTo::after{
	width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/****/

/* mobile table */

.mobile .object table tr td{
	min-width: 50px;
}

.mobile .object table tr td:last-of-type{
	min-width: 50px;
}

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

.mobile .navPost-back a{
	color:#9b8f8f;
}

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

.mobile .navPost-back a, .mobile .navPost-prev a, .mobile .navPost-next a{
	color: #9b8f8f;
}

.mobile .navPost-back a:hover{
	text-decoration: underline;
}

.mobile .navPost-prev a:hover, .mobile .navPost-next a:hover{
	color: #fff;
}

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

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

/** Homepage mobile **/

.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:35vh;
	min-height:200px;
}

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

.mobile #cn #header_image_container h1{
	font-size: 1.5rem;
	line-height: 2rem;
}

.mobile #header_image_container .object{
	width: 100%;
    max-width:100%;
    min-height: 0;
    margin: 0 auto;
    max-height: 200px;
}

.mobile #cn .object em{
	font-size: 1.5rem;
    line-height: 1.875rem;
}

.mobile .introPage{
	padding:0;
}

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

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

.home.mobile div#bd #mainContent .cn::after{
	width:calc(100% - 220px);
}

.home.mobile div#bd div#bd_bg #mainContent div.cn{
	padding:0 0 30px 0;
}

.mobile #cn h1{
	margin-bottom: 0;
}

.mobile #cn #bd h1{
	padding: 0 0 40px 0;
	width: 100%;
	text-align: center;
	margin:0;

	font-size: 2rem;
    line-height: 2.5rem;
}

.home.mobile div#bd .object.column_demi{
	width: 100%;
	text-align: center;
	padding:0 0 20px 0;
}

.home.mobile div#bd .object.column_demi >div{
	margin: 0 auto;
    width: auto;
    display: inline-block;
}

/** 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 #footerContent{
	padding:10px 0;
}

.mobile div#ft #footerContent .cn{
	padding-top: 170px;
	padding-bottom: 30px;
}

.mobile  strong#logo_footer img{
	width: 190px;
}

.mobile  strong#logo_footer{
	top:30px;
}

.mobile div#ft #footerContent .cn .object{
    width:100%;
    margin: 0 0;
    text-align: center;
}

.mobile div#ft #footerContent .cn .object h2{
	margin-bottom: 0;
}


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


.mobile div#ft #footerContent .cn .object.powered{
	margin:20px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #aaaaaa;
	text-align: left;
    width: 100%;
    float: left;
    min-height: 10px;
}

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

.mobile .social{
	text-align: right;
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0;
}

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

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

/* -- blog mobile -- */

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

.blog.mobile .blog a.readmore{
	padding: 10px 15px;
}

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

.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:0px;
}

.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 20px 60px 20px;
}

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

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

/** 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 #cn .slider h2{
	font-size: 1.625rem;
	line-height: 32px;
}

.mobile #hd .slider .object .wrapobject{
	font-size: 1.25rem;
}

.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%;
	margin:0;
}

.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;
}

/** blue circle header **/

.mobile #hd .slider .object .wrapobject{
	max-width: 50vw;
	min-width: 300px;
}

/***/

/** Mediaqueries **/


@media only screen and (max-width: 1800px){
	div#bd #portes .cn{
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1470px){
	
	.topbar #header_right{
		right: 20px;
	}

	ul#mainNav li a{
		font-size: 0.9375rem;
		padding: 42px 8px 40px 8px;
	}

	.topbar #header_right .mail_topbar img{
		margin: 0;
	}

	div#mainNavCt a.button, div#mainNavCt a.button:hover {
	    margin: 32px 0 15px 17px;
	    padding: 10px 14px;
	    vertical-align: top;
	    font-size: 0.9375rem;
	}

	div#mainNavCt{
		max-width: 1000px;
    	margin: 0 auto;
	}

}

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


	ul#lang li a{
		font-size: 0.9375rem;
	}

	div#mainNavCt a.button, div#mainNavCt a.button:hover{
		margin-left: 6px;
	}

	#hd div.cn{
		box-sizing: border-box;
	}

	.topbar .tel_top{
		display: none;
	}
}



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

	#hd .slider .object .wrapobject{
		width: 100%
	}

	div#mainNavCt a.button, div#mainNavCt a.button:hover{
		font-size: 0.9375rem;
	}

	div#mainNavCt{
		max-width: 100%;
	}

	ul#mainNav li a{
		font-size:0.875rem;
	}

	.home div#bd #portes .object h2 {
	    font-size: 2.25rem;
	    line-height: 2.5rem;
	}

	div#bd #portes .object .wrapobject a, div#bd #portes .object .wrapobject a{
		font-size: 1rem;
    	line-height: 1.5rem;
    	padding: 6px 20px 6px 0;
	}

	#bd #introContent .cn{
		padding-top: 75px;
	}
}


@media only screen and (max-width:1050px){
	
	.home div#bd #mainContent{
		padding-bottom: 0;
	}

	div.cn, .home div#bd .bloglist.object{
		width: 100%;
	}
	div#ft #goTop{
	    right: 20px;
	}

	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);
	}
	
	div#ft #goTop a{
		padding-top: 80px;
	}

	#header_image_container .object{
		padding:0 20px;
	}

	ul.slick-dots{
		max-width: 100%;
		padding: 0 23px;
    	box-sizing: border-box;
	}

	#bd #introContent .cn{
		padding-top: 60px;
	}
}

@media only screen and (max-width: 970px){
	ul#mainNav li a{
		font-size: 0.75rem;
	}

	ul#secNav li ul li a {
		font-size: 0.9375rem;
	}
}


@media only screen and (max-height: 900px){
	div#bd{
		background-position: center top 100px;
	}
}

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

	.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;
	}

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

	.home.mobile div#bd #mainContent .object.column_porte{
		width: 100%;
		max-width: 500px;
		margin:0 auto 30px auto;
	}

}

@media only screen and (max-height: 650px){
	.home div#header_image_container, .home div#header_image_container .header_image_backgroundImage{
		min-height: 0;
		height: 100vh;
	}
	.home #mainNav {
		padding-top: 0;
	}
	.home .introPage {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	strong#logo img {
		max-height: 160px;
		width: auto;
	}
	.topbar .tel_top {
		top: 28px;
	}
	.home #cn #header_image_container .object h2 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

}


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

	.home .bloglist.object .blog, .home.mobile .bloglist.object .blog .blogListTitle{
		width:100%;
		padding:0;
	}

	.mobile.home .bloglist.object .blog .header, .home .bloglist.object .blog .content, .mobile.home #cn #bd h2,
	.home.mobile #cn .bloglist.object .blog .blogListTitle em, .home.mobile #cn .bloglist.object .blog .blogListTitle h3{
		text-align: center;
		padding:0;
	}

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

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

	.mobile div#bd .image.object.column_demi img{
		max-width:100%;
	}

	.home.mobile #bd #introContent .cn .object, .home.mobile #bd #introContent .cn .first.object{
    	width: 100%;
    	margin:0 0 30px 0;
    	padding-right: 0;
    	text-align: left;
	}

	.home.mobile #bd #introContent .cn .last.object a.button{
		margin: 10px 10px 0 0;
	}

	.home.mobile #bd #introContent .cn .object h2{
		text-align: left;
	}

	#bd #prefooterContent .object{
		max-width: calc(100% - 24px);
	    margin-bottom: 40px;
	    width: 100%;
	}

	body:not(.home) #bd #prefooterContent .first.object >div{
		padding-bottom: 60px;
	}

	#bd #prefooterContent .cn{
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-flow: row wrap;
	}

	.home.mobile div#bd #portes .object h2 {
	    font-size: 2.25rem;
	    line-height: 2.5rem;
	}

	.home.mobile #cn div#bd #portes .object{
		width: 100%;
	}

	div#bd #portes .object .wrapobject a, div#bd #portes .object .wrapobject a{
		padding:6px 10px 6px 10px;
	}

	.home div#bd #portes .object h2{
		margin-bottom: 10px;
	}

	.home div#bd #portes .object .wrapobject{
		text-align: center;
	}

	.home.mobile div#bd #portes .object .wrapimg img{
		height: auto;
		width: auto;
	}

	.mobile #ft .FollowAndRating .cn{
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-flow: row wrap;
	}

	.mobile #ft .FollowAndRating .cn >div, #ft .FollowAndRating h2{
		width: 100%;
		text-align: center;
		margin:10px 0;
	}

	.mobile #ft .reseaux_sociaux ul{
		justify-content:center;
		-ms-flex-pack: center;
	}

	.mobile #ft .reseaux_sociaux ul li a{
		margin: 10px 10px;
	}
}

@media only screen and (max-width: 550px){
	.mobile div#bd .object .wrapimg{
		width:100%;
	}
	
	.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;
	}

	div#ft #goTop a{
		background-image: none;
		padding:10px 0;
		font-size: 0.75rem;
	}

	.home.mobile #bd #introContent .cn .first.object, .home.mobile #bd #introContent .cn .object{
		width: 100%;
		margin: 0 0 30px 0;
		padding:0;
	}

	.home #bd #introContent .cn .object.first::after{
		display: none;
	}

	.home #bd #introContent .cn .standard.object .wrapobject, .home #bd #introContent .cn .standard.object .wrapobject h2,
	.home #bd #introContent .cn .standard.object .wrapimg{
		text-align: left;
		padding: 0;
	}
}


@media only screen and (max-width: 490px){
	
	.blog.mobile #cn div.blog img{
		margin-bottom:0;
		margin-right: 0;
		max-width:100%;
		width:auto;
		float:none;
	}

	.mobile .newsletterContent{
		width:100%;
	}

	.mobile .navPost-prev, .mobile .navPost-next{
		width: 100%;
		display: block;
	}

	.mobile .navPost-prev{
		margin-bottom: 15px;
	}
}

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

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

	#ft .newsletterContent h2{
		margin-bottom:10px;
	}
	
	.mobile .social{
		text-align: left;
	}
}