/*
/*

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

	background-color:#fff;

	-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-family: 'Roboto Condensed', sans-serif;
    color: #65051A; /* color of all title */
	font-weight: 700;
    margin-bottom: 15px;
    text-transform:none;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 0.01875rem;
    text-transform: uppercase;   
    padding:0;
    box-sizing:border-box;
    text-align: left;
}

#cn h3, #cn h3 a, #cn .event h2 a{
	color: #65051A;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	text-decoration: none;
	font-weight: 700;
}

#cn h2.title_section{
	padding:0 18px;
	box-sizing: border-box;
}

#cn #introContent h1{
    max-width: 866px;
    margin:0 auto 15px auto;
	padding:40px 18px 0 18px;
	box-sizing: border-box;
	position: relative;
}

#cn .slider h2 {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}


#cn #header_image_container h1{
	text-align: left;
}

#cn div#bd #mainContent div.noMargin.object {
	padding-bottom: 0;
}

#cn div#bd #mainContent div.noMargin.object h2{
	margin-bottom: 30px;
}

/* Text editor typography default */

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

	font-size: 1.3125rem;
	line-height: 1.875rem;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;
}

#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:400;
	padding-bottom: 4px;
}

form.kSiteForm .captcha input, form.kSiteForm input.text, form.kSiteForm textarea, form.kSiteForm select, #mc_embed_signup input.email {
	color:#2E3D4A;
   	font-size:1rem;
   	padding:11px 15px;
   	box-sizing: border-box;
   	font-size: 0.9375rem;
   	line-height: 1.1875rem;
   	height: auto;
   	width: 100%;

   	border:1px solid #979797;

   	background-color: #fff;
   	
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: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;
}

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: #2E3D4A;
	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,
.navPost-prev a, .navPost-prev a {
	color:#65051A;
	font-weight:400;
	text-decoration:underline;
}

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


/* -- buttons style -- */
.object a.button, div#bd .object a.button, div#ft a.button, .container.buttons #btSubmit,
 input.kButton.continue, #mainNav li.contactNav a, div#bd #introContent .object a,
.slider_container .object a.button, div#mainNavCt a.button {
	font-family: 'Ubuntu Condensed', sans-serif;
	position: relative;
	color: #fff;
	text-transform:uppercase;
	font-weight:400;
	text-decoration:none;
	font-size: 1.0625rem;
	line-height: 1.25rem;
    display: inline-block;
    position:relative;
    padding: 12px 18px;
   	height:auto;
   	width:auto;
   	text-align: center;
   	cursor:pointer;
   	box-sizing:border-box;
   	min-width: 215px;

   	background-color: #65051A;

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


    /* Rectangle Copy 3: */

	border: none;

	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, input.kButton.continue:hover, div#bd #introContent .object a:hover,
.slider_container .object a.button:hover, div#mainNavCt a.button:hover{
	color: #fff;
 	background-color: #000;

 	padding: 12px 18px;
 	margin:10px 10px 0 0;
}

/*

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

/** Arrow button **/

.anchorList li a, div#bd .image.object.porteCTA h2{
	position: relative;
}

div#bd .image.object.porteCTA h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    width: 8px;
    height: 8px;
    margin-top: -5px;

    display: block;
    border-right: 2px solid #65051A;
    border-bottom: 2px solid #65051A;
    background-color: transparent;

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

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

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

a#goTo:before{
	content:"";
	background: url(../img/goTo_btn.png) center center no-repeat;
    background-size: 36px 36px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
}

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


/* 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:866px;
	padding:0 0;
}

#hd div.cn{
	position: relative;
	margin:0 auto;
}

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

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

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

/* -- logo --*/

strong#logo a {	
	top: 0;
    left: 0;
    padding: 127px 0 0 300px;
    background-image: url(../img/logo.png);
    background-position: left 45px top 5px;
    background-size: 157px auto;
    background-color: #65051A;
}

strong#logo{
	background-color: #65051A;
}

strong#logo_footer{
	position: relative;
	top:-30px;
}

strong#logo_footer a {
	position: relative;
     padding: 127px 0 0 170px;
    background-image: url(../img/logo.png);
    background-position:left top;
	background-size: 157px auto;
	left: 0;
}

/** social **/

#hd .reseaux_sociaux{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	margin-left: 20px;
}

.reseaux_sociaux a{
	margin-left: 15px;
	text-decoration: none;
	display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.reseaux_sociaux i{
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;

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

.reseaux_sociaux i{
	font-size: 1.3125rem;
	color: #65051A;
}

.reseaux_sociaux i.fa-instagram{
	font-weight: 700;
}

.reseaux_sociaux i:hover{
	color: rgba(4,47,73,1);
}

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

.topbar{

	width:100%;
	max-width: 1092px;
	height:auto;
	margin: 0 auto;
	position:relative;
	z-index:50;
	top:0;
	left: 50%;
	transform:translateX(-50%);
	text-align: right;
	background-color:#fff;
	position: fixed;
	box-shadow: 0 2px 9px 0 rgba(0,0,0,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;
}


.topbar.sticky{
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.11);
}

.mobile #undefined-sticky-wrapper{
	height: auto!important;
}


.admin .topbar{
	top:44px!important;
}

#topNav, #bottomNav{
	width: 100%;
	padding: 0;
}

#topNav .cn img{
	display: inline-block;
	vertical-align: middle;
	max-width: 22px;
	width: auto;
	max-height: 19px;
	height: auto; 
	margin: 0 10px;
}

#topNav .contact_info a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #A7A7A7;

	padding: 26px 0 10px 0;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	font-weight: 400;
	text-decoration: none;

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

#topNav .contact_info a i{
	color:#65051A;
	margin-right: 8px;
	font-size: 1rem;

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

#topNav .cn .contact_info a:hover{
	color: rgba(4,47,73,1);
}

#topNav .cn .contact_info a:hover i{
	opacity: 1;
	color:rgba(4,47,73,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;
}

div#bd div#bd_bg{
	background: none;
	padding:30px 0 0 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%;
}

#hd >div.cn::after{
	content:'';
	position: absolute;
	bottom:-90px;
	left:-10px;
	transform: translateX(-100%);
	width: 164px;
	height: 130px;
	background-size: 100%;
	background-image:url(../img/adn_new.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div#bd div#bd_bg #mainContent::before, #infosContent::before{
	content:'';
	position: absolute;
	top:-58px;
	left:50%;
	transform: translateX(-50%);
	width: 86px;
	height: 64px;
	background-image:url(../img/adn_new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index: 20;
}

#infosContent::before{
	background-image:url(../img/adn_neg_new.png);
	top:-57px;
}



div#bd div#bd_bg::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	height: 200px;
	background: linear-gradient(180deg, rgba(117,117,117,0.15) 0%, rgba(255,255,255,0) 100%);
}


/* -- Main column and secondary column -- */

div#bd .col_container{
	width: 100%;
	position: relative;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	z-index: 10;
}

#bd .main_column{
	flex-grow:2;
	width: 100%;
	max-width: 100%;
}

#bd .left_column{
	background-color: #d3d3d3;
	padding:60px 18px 0 18px;
	box-sizing: border-box;
}

#bd .right_column{
	background-color: #d3d3d3;
	padding:60px 18px 0 18px;
	box-sizing: border-box;
}


/* -- ft (footer default parameters) --*/
div#ft {
	background-color: #65051A;
	position:relative;
	clear: both;
	z-index:5;
	width:100%;
}

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

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

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

/* -- Main navigation -- */

div#mainNavCt {
	position: relative;
	right: -17px;
	max-width: calc(100% - 170px);
	float:none;
	height: auto;
	margin:0 0 0 auto;
	text-align:right;
	box-sizing:border-box;
	padding:0;

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

	justify-content:flex-end;
	-ms-flex-pack: right;
}

#hd #mainNav li a,#hd .anchorList li a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #65051A;
	padding:20px 17px 34px 17px;
	text-decoration: none;
	font-size:1rem;
	line-height: 1.1875rem;
	display: block;
	font-weight: 700;
	vertical-align: top;
	text-transform: uppercase;

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

#mainNav li.on a, #mainNav li a:hover{
	color:#65051A;
}

ul#mainNav{
	vertical-align: top;
}

.anchorList{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

.anchorList li.anchorElement[rel~="3"]{
	order:1;
}

.anchorList li.anchorElement[rel~="5"]{
	order:2;
}

.anchorList li.anchorElement[rel~="9"]{
	order:3;
}

.anchorList li.anchorElement[rel~="10"]{
	order:4;
}

.anchorList li.anchorElement[rel~="11"]{
	order:5;
}

div#mainNavCt a.button, div#mainNavCt a.button:hover{
	margin:18px 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 li{
	display:inline-block;
}


/* -- second navigation -- */

/* dropdown menu */

ul#mainNav{
	margin:0;
	width: auto;
	display: inline-block;
}

ul#mainNav li ul {
    position: absolute;
    overflow: hidden;
	padding: 0 0;
	margin: 0;
	z-index:10;	
	width: 290px;
	left:0px;
	top: 82px;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
}

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

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

#hd ul#mainNav li ul li:not(.last) a::after{
	content:'';
	position: absolute;
	height: 1px;
	left:20px;
	right:20px;
	bottom:0;
	background-color:rgba(222,236,246,1);
}

ul#mainNav >li >ul li a:hover, ul#mainNav >li.on ul li a
ul#colorNav li ul li a:hover, ul#colorNav li ul li.on a{
	color: #65051A;
	background-color: rgba(222,236,246,1);
}

/* 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: left;
	margin:0;
	width: 310px;
    padding: 0px 25px;
    box-sizing: border-box;

    border-right: 2px solid #ECECEC;
}

ul#secNav li{ 
	display:block;
	width:100%; 
}

ul#secNav li a {
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
    font-weight: 700;
    text-align:left;
    line-height:1.375rem;
    width:auto; 
	display: block;
    position: relative;
	padding:8px 18px;

	-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;
	padding:8px 5px 8px 25px;
}

#cn ul#secNav 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 #2E3D4A;
	padding: 10px 18px;

	-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:#2E3D4A;
	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: 40px 21px 0 21px;
}

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

ul#lang li a{
    color: #2E3D4A;
	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 */
	margin:0;
	text-align: left;
	width: 100%;
	padding:50px 0 30px 0;
	box-sizing: border-box;
	position: relative;
}

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

div#bd #mainContent .first.object::before,
div#bd #infosContent .first.object::before{
	content:'';
	position: absolute;
	top:-30px;
	height: 31px;
	width: 100%;
	max-width: 1000px;
	left:50%;
	transform: translateX(-50%);
	background-color:#fff;
}

div#bd #infosContent .first.object::before{
	background-color: #65051A;
}

/***/

div#bd .object >div, div#bd .object.hasaccordion h2, div#bd .object.dropItem >div,
div#bd .object.dropItem h2, div#bd .object.dropItem u, div#bd .object.dropItem{
	width:100%;
	max-width:830px;
	margin:0px auto;
	padding:0 0;
	box-sizing:border-box;
}

div#bd .object.hasaccordion h2, div#bd .object.dropItem >div,
div#bd .object.dropItem h2, div#bd .object.dropItem u, div#bd .object.dropItem{
	padding:0 36px 0 0;
}

div#bd .object.dropItem + div.clr{
	width: 100%;
	height: 15px;
}

div#bd .object.dropItem::after{
	content:'';
	position: absolute;
	top:-1px;
	left:-20px;
	right:-20px;
	bottom:0;
	background-color:#fff;
	border: 1px solid #E3E3E3;
	z-index: -1;
}

div#bd .image.object >div{
	width: 100%;
	max-width: 100%;
	height: 30vw;
    max-height: 480px;
	background-size: cover;
	background-position: center center;
}

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;

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

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

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


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

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

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

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

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

div#bd .object.column h2{
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 5px;
}

div#bd .object.column .wrapimg{
	order:1;
	line-height: 0;
	margin-bottom: 10px;
}

div#bd .object.column{
	font-size: 0.9375rem;
	line-height: 1.4375rem;
}


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

/** drop item **/

div#bd .object.dropItem{
	padding: 10px 0 20px 0;
	margin:0;
}

div#bd .object.dropItem u{
	color: #575757;
	font-size: 0.9375rem;
	line-height: 1.5rem;
}


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

/* --  background color objects -- */

div#bd .object.mainColorBg, div#bd .object.mainColorBg h2,
div#bd .object.mainColorBg .wrapobject{
	background-color: rgba(222,236,246,1);
}

div#bd .text.object.mainColorBg, div#bd .standard.object.mainColorBg{
	padding-top:80px;
}

div#bd div.text.object.mainColorBg + div.object:not(.mainColorBg), 
div#bd div.standard.object.mainColorBg + div.object:not(.mainColorBg){
	padding-top: 80px;
}


div#bd .last.object.mainColorBg{
	margin-bottom: 80px;
}


div#bd #mainContent .standard.object.mainColorBg.porteCTA{
	background-color: transparent;
}

div#bd .object.mainColorBg.porteCTA{
	padding:0;
}


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

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

div#bd .image.object.mainColorBg >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.mainColorBg >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 -- */


.accordion{
	margin:0 auto;
	max-width: 830px;

}

#cn div#bd #mainContent div.object.hasaccordion{
	border-bottom:1px solid rgba(149,159,166,0.25);
	padding:20px 0 20px 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;
	border-top:1px solid rgba(149,159,166,0.25);
}

div#bd .object.hasaccordion h2, div#bd .object.dropItem h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding:10px 36px 12px 0;
	position: relative;
	text-transform: none;
}

div#bd .object.dropItem u{
	padding:0 36px 0 0;
}

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


/** Accordeon ouverture avec bouton plus **/

#cn div#bd #mainContent div.object.hasaccordion span, div#bd .object.dropItem span {
	content:"";
	position: absolute;
	top:12px;
	right:12px;
	width:10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);

	display: block;
	
	border-top:2px solid #65051A;
	border-left:2px solid #65051A;
	background-color: transparent;
}


#cn div#bd #mainContent div.object.hasaccordion.open span{
	opacity: 0.5;
}

/*  Accordeon ouverture avec arrow *

.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 #65051A;
	border-bottom:2px solid #65051A;
	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, div#ft .object.column{
	margin:0 18px 60px 18px;
	padding:0 0;
	box-sizing:border-box;
	vertical-align:top;

	max-width: calc(500px - 24px);
}

div#bd .object.demi, div#ft .object.demi{
	width:calc(100%/2 - 36px);
	max-width: calc(866px/2 - 36px);
}

div#bd .object.tiers, div#ft .object.tiers{
	width:calc(100%/3 - 36px);
	max-width: calc(866px/3 - 36px);
}

div#bd .object.quart, div#ft .object.quart{
	width:calc(100%/4 - 36px);
	max-width: calc(866px/4 - 36px);
}


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

div#bd #mainContent .standard.object.column_demi >div,
div#bd .standard.object.porteCTA >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{
	min-height: 455px;
	position: relative;
}

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

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

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

 div#bd .image.object.porteCTA 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.porteCTA >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.porteCTA::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.porteCTA .wrapimg,
div#bd .object.column_demi .wrapobject, div#bd .object.porteCTA .wrapobject{
	width: 100%;
	text-align: left;
}

div#bd .object.porteCTA .wrapobject {
	padding: 30px 35px 25px 35px;
	z-index: 10;
	position: relative;
}

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

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

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


div#bd .object.porteCTA .wrapimg{
	order:1;
	position: relative;
	margin:0;
}

div#bd .image.object.porteCTA 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;
}

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

div#bd .object.textdivided h2 {
    width:100%;
    text-align:left;
    padding:0 18px;
    max-width: 866px;
    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{
    width: 100%;
    max-width: 1236px;

    height:auto;
    overflow:hidden;
    position:relative;
    margin: 0 auto 20px auto;
    z-index: 10;

    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

div#header_image_container .header_image_backgroundImage{
	width:100%;
	overflow:hidden;
	position:static;
	box-sizing:border-box;

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

	
/* -- Background image here -- */
	background-image:none; /* insert your image here */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}


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


.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{
	padding:0;
	position:relative;
	z-index:20;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
}

#header_image_container div.headerContainer{
    width: 100%;
    max-width: 866px;
    margin:0 auto;
    padding:0px 18px;
    box-sizing: border-box;
    z-index: 10;

    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    -ms-flex-pack: left;
    flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

#bd #header_image_container .object{
    width: 100%;
	color: #fff;
	padding:60px 0;

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

#bd #header_image_container .object >div{
	max-width: 700px;
	margin:0;
}

#bd #header_image_container .image.object{
	position: absolute;
}

#bd #header_image_container .object .wrapobject, #bd .slider .object .wrapobject{
	max-width: 500px;
	position: relative;
}

#bd #header_image_container .object h2{
	font-family: 'PT Serif', serif;
	font-size:1.5rem;
	line-height: 2rem;
	font-weight: 400;
	color:#fff;
	text-align:left;
	margin-bottom:10px;
}

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

/**/

/** breadcrumb **/

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

#breadcrumbContent .cn{
	padding:0 18px 0 18px;
	box-sizing: border-box;
	margin-bottom: 0;
	text-align: left;
}

#breadcrumbContent .cn::after{
	content:'';
	position: absolute;
	left:18px;
	right:18px;
	bottom:0;
	height: 1px;
	background-color:rgba(0,0,0,0.2);
}

#breadcrumbContent .breadcrumb{
	background-color: transparent;
	padding:10px 18px;
	margin:0;
	display: inline-block;
}

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

#breadcrumbContent .breadcrumb a{
	text-decoration: none;
	font-weight: 400;
}

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

.blog #breadcrumbContent{
	display: none;
}

#breadcrumbContent .breadcrumb i{
	margin:0 10px;
	color:rgba(0,0,0,0.2);
}

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

/* -- region Introduction content -- */


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

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


.home #bd #introContent h2{
	color: #292929;
	font-size: 1.0625rem;
	line-height: 1.375rem;
	margin-bottom: 6px;
}

#bd #introContent .object{
	position: relative;
}

#bd #introContent .first.object{
	padding-top: 0;
}

/* -- region mainContent -- */

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


/* -- region infosContent -- */

#infosContent{
	background-color: #65051A;
	position: relative;
    z-index: 10;
    padding-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#infosContent .object, #infosContent .object h2, #infosContent .object a{
	color: #fff;
}

#bd #infosContent .object a.button{
 	background-color: #fff;
 	color: #65051A;
 }


#bd #infosContent .object a.button:hover{
	background-color: #000;
 	color: #fff;
}



/* -- region Footer content -- */

div#ft #footerContent{
	position: relative;
	box-sizing:border-box;
	width: 100%;
}

#footerContent #footer_nav a, #footerContent .anchorList a{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

div#ft #footerContent h2{
	width: 100%;
	font-size: 1.0625rem;
	line-height: 1.875rem;
	margin-bottom: 7px;
	font-weight: 700;
	margin-bottom: 7px;
	padding: 0;
}

div#ft #footerContent .cn{
	padding: 60px 0 30px 0;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 

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

div#ft #footerContent .object{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

div#ft #footerContent .cn .object, strong#logo_footer{
	padding-left:0;
	box-sizing:border-box;
	text-align: left;
	font-size: 1rem;
	width:calc(25% - 36px);
	margin: 0 18px;
	padding: 0;
	pointer-events:auto;
}

div#ft .anchorList{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

div#ft .anchorList li{
	display: block;
	width: 50%;
}

div#ft #footerNavCt a, div#ft .anchorList li a{
	text-transform: uppercase;
	text-decoration: none;
}

#footerNavCt{
	width: calc(50% - 36px);
    margin: 0 18px;
}

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

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

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

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

.newsletterContent{
	width:455px;
}

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

.slider_container{
	position: relative;
	width: 100%;
	max-width: 1236px;
	padding:0 18px;
	box-sizing: border-box;

	margin: 0 auto;
	z-index:10;
}

#bd .slider{
	background-color:#c2c0bc;
	width: 100%;
	margin:0 auto;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}


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

div#bd .slider .object >div {
    width: 100%;
    max-width: 866px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;

    justify-content:flex-start;
	-ms-flex-pack: left;
}

.home div#bd .slider .object{
	min-height:450px;
	height: 35vh;
	overflow: hidden;
	position: relative;
	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;
}

.home div#bd .slider .object::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: linear-gradient(187.65deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

#bd .slider .object .wrapimg{
	display: none;
}

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

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



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

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


#bd .slider .object .wrapobject::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
	height: 100%;
	padding:40px 40px;
    display: block;
    background-color: rgba(7,77,120,0.9);
    z-index: -1;
}


/* slick dots */
	
ul.slick-dots{
	position:absolute;
	bottom:24px;
	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{
	-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);
}

#sliderLogoContent .cn{
	padding: 60px 0 60px 0;
}


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

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

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

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

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

	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}
}

div#bd #mainContent .cn{
	min-height: 200px;
	padding-bottom: 0;
}

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.porteCTA{
	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{
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	padding:30px 0;
	
	/* image de fond prefooter 

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

/* 

#bd #prefooterContent::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2)
}

*/


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


#bd #prefooterContent .object form{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;

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

#bd #prefooterContent .object form fieldset{
	width: calc(50% - 10px);
}

#bd #prefooterContent .object form fieldset.container-titre{
	width: 100%;
}

#bd #prefooterContent .object form fieldset.container-titre label{
	display: none;
}

#bd #prefooterContent  form.kSiteForm div.container div span {
    display: inline-block;
    padding: 1px 0;
    margin: 0 10px 0 0;
}

form.kSiteForm div.buttons{
	margin:0;
}


/***** 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;
    width: 100%;
	background-image: none;
	padding:80px 0;
	
	background-color: #F9F9F9;
    box-shadow: inset 0 7px 30px 0 rgba(0,0,0,0.05);
}

.home div#bd .bloglist.object >div{
	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;

	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;

	max-width: 866px;
}

.home #cn .bloglist.object h2{
	width: 100%;
    margin: 0 auto 20px auto;
    padding:0 18px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.home .bloglist.object .blog{
    vertical-align: top;
    margin:0 18px;
    width: calc(33.33% - 36px);
    box-sizing:border-box;
    text-align: left;
    padding:0;
    min-height: 450px;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}


.home .bloglist.object .blog .header >a{
	display: block;
	height: 250px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}

.home .bloglist.object .blog a{

	-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 .readmore-wrapper{
	display: block;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

.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: 0.875rem;
	line-height: 1.4375rem;
	margin-bottom: 2px;
	text-align: left;
	text-shadow:none;
	font-style: normal;
}

.home #cn .blog .blogListTitle{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

.home div#bd #bd_bg #mainContent div.event.list .readmore-wrapper.content{
	display: block;
	text-align: center;
	padding: 20px;
    margin-top: 20px;
}

.home div#bd #bd_bg #mainContent div.event.list .readmore-wrapper.content a{
	display: inline-block;
}


.home #cn .blog .blogListTitle h3{
	order:2;
	margin-bottom: 10px;
}

.home #cn .blog .blogListTitle h3 a{
	text-decoration: none;
}


.home #cn .blog .blogListTitle em{
	order:1;
	width: 100%;
	color: rgba(0,0,0,0.8);
}


/* block listing page */

.blog #cn div.blog h2{
	margin-bottom:0;
}

.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 */

.blog #cn div#bd #mainContent{
	max-width: 866px;
	margin:0 auto;
	padding:0 18px;
	box-sizing: border-box;
}

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

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

.blog div#bd .object.blog .content img{
	float:right;
	margin:0 0 20px 50px;
	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 #introContent h1{
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	color: #525252;
	padding-top: 20px;
}


/***/


#cn div.blog .details{
	display: block;
}

.blog div#bd .blog .content a.readmore{
	float:left;
	text-decoration: underline;
	border:none;
	margin:0;
	padding: 0;
	font-weight: 700;
}

.blog div#bd .blog .content a.readmore:hover{
	text-decoration: none;
}

.blog div#bd .blog .content hr{
	display: none;
}

/* Blog details page */

.blog_details div#cn h1{
	text-align: center;
	display: block;
	width: 100%;
}

.blog_details .navPost-back, .blog_details #cn div.blog .header{
	text-align: center;
}

.blog_details .navPost-back a{
	color: #aaaaaa;
}

.blog_details div#bd .navPost{
	text-align: center;
}

.blog_details div#bd .object.blog .content img{
	max-height:500px;
	max-width:100%;
	display: inline-block;
	margin: 0 0 0 0;
	float: none;
}

.blog_details div#bd .object.blog  >div .wrapimg{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}


/* 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 .blog.detail.object div.detail{
	display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 18px 30px 18px;
    box-sizing: border-box;
}

.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 #bd_bg #mainContent div.event.list{
	text-align: center;
}

.home div#bd #bd_bg #mainContent div.event.list{
	padding:80px 0;
	text-align: left;
}

div#bd #mainContent div.event.list.object ul{
	padding: 0;
	width: 100%;
    max-width: 866px;
    margin: 0px auto;
}

div#bd #mainContent div.event.list.object ul li.event{
	padding:0 18px;
	margin-bottom: 14px;
	box-sizing: border-box;
	text-align: left;
}

div#bd #mainContent div.event.list.object .object.event ul{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 14px;
}

div#bd #mainContent div.event.list.object .object.event ul >li{
	align-items: flex-start;
}

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

.home #cn .event.object >h2{
	max-width: 866px;
	padding:0 18px 20px 18px;
	box-sizing: border-box;
	margin:0 auto;

	font-size: 1.4375rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

div#bd .object .event-list-container{
	max-width: 866px;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
}

.event-list-container .event{
	margin: 0 18px 40px 18px;
    width: calc(33.33% - 36px);
    box-sizing: border-box;
}

.event-list-container .event b.date{
	font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 5px;
    display: inline-block;
    color: rgba(0,0,0,0.8);
}

.event-list-container .event p{
	margin:0;
	font-size: 0.9375rem;
    line-height: 1.375rem;
}

#cn .event-list-container .event h2{
	margin:0 0 5px 0;
}


.event-list-container .event img{
	max-width: 100%;
	height: auto;
}

/** Events détails **/

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


div#bd .object.event li.date{
	font-weight: 700;
	text-transform: uppercase;

	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

div#bd .object.event li.date .eventDateEnd{
	margin-left: 10px;
}

div#bd .object.event .eventDateStart .year{
	display: none;
}

div#bd .object.event .title a {
    font-weight: 700;
   	font-style:normal;
    color: #65051A;
    font-size: 1.125rem;
    text-decoration: none;
    background-color: transparent;
    padding: 0 5px;
    display: block;
}

div#bd .object.event .title a:hover{
	opacity: 0.5;
}

.event .dates{
	padding-bottom: 0;
}

div#bd .object.event .eventDateStart >span.day{
	text-transform: uppercase;
	font-weight: 700;
	box-sizing: border-box;
}

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

div#bd .object.event .title a::before, div#bd .object.event .place::before{
	content: '-';
	margin-right: 5px;
	font-weight:400;
}

div#bd .object.event .eventDateStart .time{
	display: none;
}

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%;
	margin-bottom: 20px;
}

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

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

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

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

#kamGallery{
	width: 100%;
    margin: 0 auto 100px auto;
    max-width: 866px;
}

#kamGallery ul{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;

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

#kamGallery ul li{
	width: calc(25% - 24px);
	margin:0 12px 24px 12px;
	display: inline-block;
	float: none;
}

#kamGallery ul li a{
	display:block;
	position: relative;
	line-height: 0;
}

#kamGallery ul li a::before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity: 0;

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

#kamGallery ul li:hover a::before{
	background-color: #000;
	opacity: 0.3;
}

.event.detail.object #kamGallery ul{
	margin-left: -12px;
}

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

/***** 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 18px 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;
	border-bottom: 1px solid #dddddd;
}

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

.home div#hd{
	height:100%;
	background-image:url(../img/header_image.jpg);
	background-size: cover;
	height: 33vh;
	min-height: 360px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}


.home div#header_image_container .header_image_backgroundImage{
	padding:0 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;
}

div#ft #footerContent .powered .cn{
	padding:20px 0 30px 0;
	box-sizing: border-box;
	justify-content:flex-start;
	-ms-flex-pack: left; 
	width: 100%;
    max-width: 866px;
}


/* -- copyright -- */

div#copyright {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.75rem;
	color:#474747;
	width: 100%;
	max-width: calc(50% - 36px);
	margin:0 18px;
	border: none;
	float: none;
	display: block;
	vertical-align: middle;
	line-height: 1.375rem;
}

/* -- login kameleo -- */

div#loginAndPowered {
	max-width: calc(50% - 36px);
	margin:4px 18px;
	float: none;
	display: block;
}

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

/**/


/** Formulaires **/

div#confirmationModal{
	max-width: 900px;
	width: calc(100% - 60px);
	margin:0!important;
	transform: translateX(-50%);
}

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

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

.mobile #logomobile a {
    background-image: url(../img/logo.png);
    background-position: left 20px top 5px;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 0px;
    height: auto;
    background-size: 100px auto;
    padding: 68px 0 0 150px;
    background-color:#65051A;

    pointer-events: auto;
}

/* -- Mobile navigation --*/

.mobile div#mobile-nav div#top-bar{
	background-color:transparent;
	position: relative;
	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;

	display: none;
}

.mobile div#mobile-nav{
	padding:0;
	z-index: 3000;
	pointer-events: none;
}

.mobile #annexe{
	display: none;
}

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

.mobile ul#mobileNav, .mobile #mobile-secnav{
	background-color:#2E3D4A;
	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 a:hover, .mobile ul#mobileNav li.on a{
	background-color:rgba(0,0,0,0.2);
}

.mobile #mobile-secnav a.showNav{
	padding:10px 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    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 .secNavCt{
	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.25rem;
	line-height: 28px;
	margin-bottom:8px;
}

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

/* -- structures global mobile -- */

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

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

.mobile div#hd{
	display:block;
	height:35vw;
	margin: 0;
    background-position: center top 80px;
    background-repeat: no-repeat;
  	min-height: 200px;
}

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

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

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

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

.mobile #hd .topbar{
	display:block;
	position:absolute;
	left: 0;
    right: 0;
    z-index: 2000;
    width: 100%;
    transform: none;
    font-size: 0.85rem;
}

.mobile #topNav .contact_info a{
	padding: 10px;
	box-sizing: border-box;
}

.mobile #hd #topNav .bottomNav, .mobile #topNav .localisation_top, .mobile #topNav .email_top,
.mobile #hd .bottomNav{
	display: none;
}

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

.mobile #topNav {
    background-color: transparent;
    display: none;
}

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

.mobile #topNav .cn a{
	margin:0;
}

.mobile div#bd .object >div, .mobile div#bd .object.hasaccordion h2, .mobile div#bd .object.dropItem >div, 
.mobile div#bd .object.dropItem h2, .mobile div#bd .object.dropItem u, .mobile div#bd .object.dropItem {
	max-width:calc(100% - 36px);
}

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


.mobile div#bd .object .wrapobject, .mobile div#bd .object .wrapimg{
	width:100%;
	margin: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;
	max-height:300px;
}

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

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

.mobile div#bd #mainContent .object.dropItem{
	padding:10px 0!important;
}

.mobile #cn #bd .object.dropItem h2{
	padding-bottom:0;
}

.mobile div#bd .object.dropItem::after{
	left: 0;
	right: 0;
}

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

.mobile #colorBgContent{
	border-top:1px solid #d3d3d3;
}

.mobile #colorBgContent .texte_sur_fond_blanc .text.object{
	padding:30px 0;
}

.mobile #cn div#bd .image.object.porteCTA 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.porteCTA .wrapimg{
	width:100%;
	margin:0;
}

.mobile #hd .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(.porteCTA):not(.column_demi){
	padding: 30px 0 30px 0;
}

/** form mobile **/

.mobile #bd #prefooterContent .object form fieldset.container-titre {
    width: calc(100% - 10px)!important;
}

.mobile form.kSiteForm fieldset{
	width: calc(50% - 10px)!important;
}

/****/

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

.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.porteCTA a.button{
	min-width: 0px;
}

/* -- regions mobile -- */

/***/

.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 div#header_image_container .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:#2E3D4A;
}

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

.mobile .navPost-back a, .mobile .navPost-prev a, .mobile .navPost-next a{
	color: #65051A;
}

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

.mobile .navPost-prev a:hover, .mobile .navPost-next a:hover{
	text-decoration: underline;
}

.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:auto;
	min-height:100px;
}

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

.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 #introContent h1{
	margin-bottom: 20px;
}

.mobile #cn #introContent .object u{
	font-size: 1rem;
	line-height: 1.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 18px!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:0;
}

.mobile div#ft #footerContent .cn .object{
    width: calc(100%/2 - 36px);
    margin: 0 36px 0 0;
	box-sizing:border-box;
	max-width: 100%;
}

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


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

.mobile strong#logo_footer{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:0;
	top:0;
}

.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 div#ft div#copyright{
	max-width: 100%;
}

.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 #footerContent .cn{
	padding: 20px 20px;
}

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

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


/* blog details mobile */

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

.blog_details.mobile .blog.detail.object div.detail{
	padding:0;
}

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

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

.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 .object .wrapobject::after{
	width: 80vw;
	height: 80vw;
	background-size: 100% auto;
	min-width: 600px;
	min-height: 600px;
}

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

/***/

/** Mediaqueries **/



@media only screen and (min-width: 1286px){
	
	
}


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

	div.cn, #bd div.cn.titlePage, #introContent div.cn, #mainContent div.cn, #prefooterContent div.cn, div#ft #promesseContent div.cn{
		max-width: 100%;
		width: 100%;
		margin:0;
	}

	#cn h1, div#bd .object.textdivided h2{
		width: 100%;
		max-width: 100%;
	}

	div#bd .object.column_demi >div, div#bd .object.porteCTA >div,
	div#ft .object.column_demi >div, div#ft .object.porteCTA >div{
		max-width: 100%;
		margin: 0;
	}

	 div#bd .object .event-list-container,.home div#bd .bloglist.object >div{
	 	margin:0;
	 	max-width: 100%;
	 }

	.topbar{
		max-width: 100%;
	}

	div#mainNavCt{
		right: 0;
	}

	#topNav .contact_info a{
		padding: 26px 18px 10px 18px;
	}

	div#mainNavCt{
		max-width: calc(100% - 190px);
	}
}


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

	#hd #mainNav li a, #hd .anchorList li a{
		padding: 20px 12px 34px 12px;
		right: 6px;
	}
}


@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 .bloglist.object .blog, .home.mobile .bloglist.object .blog .blogListTitle,
	.event-list-container .event{
		width:100%;
		padding:0;
		max-width: 500px;
	}
}
	
@media only screen and (max-width: 650px){

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

	.home.mobile #cn .bloglist.object .blog .blogListTitle h3{
		width: 100%;
	}

	.mobile #cn #header_image_container .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, .mobile #bd .header-image-textBlock{
	    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 .first.object{
		font-size: 1rem;
		line-height: 1.5rem;
	}

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

}

@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.mainColorBg{
		margin-bottom:40px;
	}

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

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

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

	.mobile #footerNavCt{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.mobile form.kSiteForm fieldset{
		width: calc(100% - 10px)!important;
	}
}


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


@media only screen and (max-width: 350px){
	.mobile #hd .anchorList li a{
		font-size: 0.75rem;
		padding: 3px 10px;
		line-height: 0.9375rem;
	}

	.mobile div#hd{
		background-position: center top;
	}
}
