/*
 * CSS fcvsg.ch
 
 * Kameleo T2 Template Graphical configuration
 */

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

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


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

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


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


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

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

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: 'Open Sans', sans-serif;
    font-size: 1.063rem; /* Better to use % here and then rem for the content */
    line-height: 25px; /* Better to use PX here but you could use PX, PT, % or EM */
    font-weight:400;
    -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;

    /* font and color */
    color:#545454;
	
	/* background of the page */
   
	background-color:#fff;
		
		
/*	-- 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 */
h1, h2, h3 {
	font-family: 'Cabin', sans-serif;
	color: #0E3D8D; /* color of all title */
	font-weight: 400;
    margin-bottom: 25px;
    text-transform: none;
    text-align: left;
    box-sizing:border-box;
}

#cn h1{
	margin-bottom: 10px;
}

.event #cn h1{
	text-align: center;
}

.home h1{
	margin: 0 25px 10px 0;
	display: inline-block;
	padding: 0 10px;
}

#pageTitleWrapper {
	text-align: left;
}

#cn h1, #cn h2 { /* -- page title -- */
    font-size: 2.500rem;
    line-height: 74px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width:100%;
    text-align: left;
    color: #0E3D8D;
}

.home #cn .object h2 {
    color: #F99014;
}

#cn .object h2 {
	font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 16px;
    color: #F99014;
    font-weight: 700;
    max-width:100%;
    text-align: left;
}

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


/* Text editor typography default */

#cn u, #cn .object u{ /* -- underline / highlight -- */
	color:#000;
	border-bottom: 3px solid #d3d3d3;
	background-color:transparent;
	text-decoration:none;
}

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

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

p { /* -- paragraphs -- */
	margin:	0 0 18px 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 --*/

#mainContent form.kSiteForm {
	font-size: 0.9375rem;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 40px 50px;
	border: 2px solid rgba(14, 61, 141, 0.2);
}

#mainContent form.kSiteForm fieldset{
	margin-bottom:15px;
	width: 100%!important;
	box-sizing: border-box;
	padding-right: 15px;
}

#mainContent form.kSiteForm fieldset.demi{
	width: 50%;
}

#mainContent form.kSiteForm fieldset.third{
	width: 33.333%;
}

#mainContent form.kSiteForm fieldset.two-third{
	width: 66.666%;
}

form.kSiteForm .captcha input, form.kSiteForm input.text, form.kSiteForm textarea, form.kSiteForm select, #mc_embed_signup input.email {
	width: 100%;
	box-sizing: border-box;
	padding: 18px;
	font-weight: bold;
	height: auto;
	border-color: rgba(14, 61, 141, 0.2);
	background-color: rgba(14, 61, 141, 0.05);
	color: rgba(14, 61, 141, 0.75);
    
    -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::placeholder, form.kSiteForm input.text::placeholder::-webkit-input-placeholder, form.kSiteForm input.text::-moz-placeholder {
	color: rgba(14, 61, 141, 0.75);
}

form.kSiteForm .captcha input:focus, form.kSiteForm input.text:focus, form.kSiteForm textarea:focus, 
form.kSiteForm select:focus, #mc_embed_signup input.email:focus {
	color: rgba(14, 61, 141, 1);
}

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

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

form.kSiteForm label, form.kSiteForm p{
	display: inline-block;
	margin: 0;
	padding: 5px 1px 8px;
}

form.kSiteForm p{
	width: 100%;
	padding-right: 8px;
}

form.kSiteForm fieldset.checkbox label, form.kSiteForm fieldset.radio label{
	padding-left: 5px;
	padding-right: 10px;
}

form.kSiteForm fieldset.checkbox input, form.kSiteForm fieldset.radio input{
	margin-top: -5px;
}

form.kSiteForm fieldset.radio p, form.kSiteForm fieldset.radio div.container, form.kSiteForm fieldset.radio div.container input{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}


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

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

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

/* -- buttons style -- */
#mainContent a.button, .object a.button, div#bd .object a.button, .container.buttons #btSubmit,
.navPost-prev a, .navPost-next a, input.kButton.continue, .blog .blog a.readmore {
	font-family: 'Yantramanav', sans-serif;
	color:#fff;
	background-color:#F99014;
	border: 1px solid #F99014;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	padding: 7px 36px 6px 15px;
	line-height: 23px;
    display: inline-block;
    position:relative;
    margin:9px 0 0 0;
   	font-size:1rem;
   	height:auto;
   	width:auto;
   	cursor:pointer;

	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);

   	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    
    -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;
}

#hd .container.buttons #btSubmit, #bd .container.buttons #btSubmit, #ft .container.buttons #btSubmit{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 15px;
}

#mainContent a.button:after, .object a.button:after, div#bd .object a.button:after, .container.buttons #btSubmit:after,
.navPost-prev a:after, .navPost-next a:after, input.kButton.continue:after, .blog .blog a.readmore:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
   	background-image:url(../img/img_btn.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.navPost-prev a span, .navPost-next a span {
	display: none;
}

.navPost-prev a {
	padding-left: 36px;
	padding-right: 15px;
}

.navPost-prev a:after {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}

div#bd .object a.button.light {
	background-color: transparent;
	border-color: #fff;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#bd .object li.dropdown-wrapper a.button:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#mainContent #pageTitleWrapper a.button {
	margin-top: -17px;
    vertical-align: middle;
}

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

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




#mainContent a.button:hover, .object a.button:hover, div#bd .object a.button:hover, 
.container.buttons #btSubmit:hover, .container.buttons #btSubmit:focus,
.navPost-prev a:hover, .navPost-prev a:hover, .navPost-next a:hover, input.kButton.continue:hover, .blog .blog a.readmore:hover{
	border-color: rgba(255,255,255,0.65);
	-moz-box-shadow: 0 0 22px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 22px rgba(0,0,0,0.3);
	box-shadow: 0 0 22px rgba(0,0,0,0.3);
}

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


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

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

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


/* goTop button */

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

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

div#ft #goTop a{
	background-image:url(../img/arrows/arrow_thin_w_bottom.svg);
	background-color:#0E3D8D;
	background-repeat:no-repeat;
	background-size:20px auto;
	background-position: center center;
	width:0;
	height:0;
	overflow:hidden;
	padding:40px 0 0 40px;
	display:inline-block;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;

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

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

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

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

div.cn {
    background: transparent;
	width:1300px; /** default width **/
	max-width: 100%;
	padding:55px 20px;
	box-sizing:border-box;
}

#mainContent div.cn{
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.home #mainContent div.cn{
	padding: 55px 10px;
}

/* -- logo --*/

strong#logo a {	
	top: 0;
    left: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
	text-decoration: none!important;
    height: 142px;
    width: 540px;
    box-sizing: border-box;
    padding: 50px 0 40px 160px;
    font-size: 2.5rem;
    background-image: url(../img/logo.png);
    background-position: 40px center;
    background-color: transparent;
    background-size: 102px 117px;
}

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

strong#logo_FSG a{
	top: 20px;
    left: 200px;
    padding: 90px 0 0 110px;
    background-image: url(../img/FSG_white.png);
    background-position: left top;
    background-size: 100px auto;
    background-repeat: no-repeat;
    position: absolute;
}


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

.topbar{
	width:100%;
	height:auto;
	margin: 0;
	position:relative;
	z-index:50;

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


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

div#bd{
	text-align:center; /* to center the columns objects in display inline-block */
	background-color:#fff;
}

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

/* -- ft (footer default parameters) --*/
div#ft {
	position: absolute;
	background-color:#f0edeb;
	height: 510px; /* height of your footer */
	margin-top: -510px; /* sticky-footer margin negatif */
	clear: both;
	z-index:30;
	width:100%;
	overflow:hidden;
	min-width:900px;
}

div#ft div.cn{
	border: none;
	height: auto;
	position:relative;
}


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

/* -- Main navigation -- */

.header_top{
	height:auto;
	background-color:#fff;
	display: flex;
    justify-content: flex-end;
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
	z-index: 20;
    position: relative;
}

.header_bottom{
	background-color:#0E3D8D;
}

div#mainNavCt {
	width: 100%;
	float:left;
	height: auto;
	text-align:center;
	box-sizing:border-box;
	padding:0 30px;
}

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

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

ul#mainNav li a, #hd ul#mainNav li ul li a{ /* style of the main navigation links */
	font-size: 1.188rem;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-weight:700;
	display:block;
	color: #fff;
	padding:29px 20px;
	opacity:1;
	letter-spacing: 1px;
	line-height: 23px;
	text-align: center;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s  linear;
	-o-transition: color 0.1s  linear;
	transition: color 0.1s  linear;
}


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

/** anchors **/

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

.anchorList li{
	display:inline-block;
}

.anchorList li a{
	padding:20px;
	font-size: 1.188rem;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight:400;
	display:block;
	color: #0E3D8D;
}

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

/* -- second navigation -- */

/* dropdown menu */
ul#mainNav li ul {
    position: absolute;
	padding: 4px 0 10px;
	margin: 0;
	z-index:10;	
	min-width: 295px;
	left: 0;
    margin: -8px 0 0 -4px;
    background-color: #0E3D8D;
}

ul#mainNav li ul, ul#colorNav li ul {
    -moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
}

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

#hd ul#mainNav li ul li a{
    padding: 8px 25px;
    color: #fff;
    text-transform: none;
    /* border-top: 1px solid rgba(255,255,255,0.4); */
    font-size: 0.9375rem;
    line-height: 19px;
    letter-spacing: 0.03rem;
    font-weight: 400;
    text-align: left;
}

ul#mainNav li ul li a:hover, ul#mainNav li ul li.on a{
	color:#9EB1D1;
}

#hd ul#mainNav li ul li.first a{
	border-top:none;
}

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

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

ul#secNav li{ 
	display:block;
}

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

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

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

/* -- third navigation -- */


/* -- annexe navigation -- */
#annexe{
	text-align:right;
	float:right;
	width:15%;
	display:block;
	box-sizing:border-box;
	padding:0 30px;
}

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

#annexe li a { /* style of the main navigation links */
	font-size: 1.188rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 20px 0px 20px 50px;
    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;
}

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

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

	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

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

div#ft .footerNav ul li a{
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	font-style:normal;
	opacity:1;
}

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

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

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

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

ul#lang li a{
    color: #0E3D8D;
    font-family: 'Oswald', sans-serif;
	font-weight:400;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase;
    float: none;
    display: block;
    padding:10px 5px;
    background: none;
    text-decoration: none;
}


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


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


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

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

/* -- Objects styles default --*/

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

div#bd .object{	/* all paragraph in #bd */
	padding-bottom:30px;
	margin-bottom:0px;
}

div#bd .object >div{
	width:100%;
	margin:0px auto;
	text-align:left;
}

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

div#bd .object.standard .wrapimg{	/* paragraph standard block image */
	display: inline-block;
    width: 48%;
    margin: 0 2% 0 0;
    text-align: center;
}

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

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

div#bd .object.image.column div.content {
	position: relative;
	height: 100%;
}

div#bd .object.image div.content img{
}

div#bd .object .wrapobject{ /* paragraph standard block text */
	display: inline-block;
	vertical-align:top;
	width: 48%;
    margin: 0 0 0 2%;
	text-align:left;
}

.home div#bd .object .wrapobject{ /* paragraph standard block text */
	font-size:1.313rem;
	line-height:26px;
}

div#bd .form.object >div{
	margin: 0;
}

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


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

/* -- Columns object -- */

div#bd .object.column{
	width: 49.5%;
	display:inline-block;
	padding:0 20px 45px 0px;
	box-sizing:border-box;
	vertical-align:top;
	text-align:left;
}

.home div#bd .object.column .wrapobject{
	font-size: 0.9375rem;
	line-height: 19px;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}

.home div#bd .object.column{
	width: calc(33.333% - 20px);
	padding:0;
	margin:0 10px;
}

.home div#bd .object.column img{
	max-height:340px;
	width:100%;
}

.home div#bd .standard.object.column h2{
	margin-bottom: 7px;
}

div#bd #prefooterContent .object.column{
	margin-bottom:30px;
	padding-top:30px;
}

div#bd .object.column >div{
	width:auto;
}

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

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

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

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

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

/* -- fond blanc -- */

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

/* -- Text divided columns -- */

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

/* -- Accordion -- */

div#bd .object.hasaccordion h2{
	color:#F99014;
	display: block;
	width: 100%;
	padding:13px 0;
	margin:0;
}

div#bd .object.hasaccordion h2::after{
	content:'';
	background-image:url(../img/accordion_btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 17px;
	height:26px;
	display: block;
    float: right;
    -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 .object.hasaccordion.open h2::after{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

div#bd .object.hasaccordion{
	background-color: #FFFCF8;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	padding:0 30px 0 30px ;
	margin:0 0 20px 0;
	box-sizing:border-box;
}


/****/

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

/** Regions odd event **/

.region-wrapper:nth-child(odd) {
	background-color:#EFEFEF;
}

/** Sponsors slider **/

#sponsorTopPage{
	padding-right: 50px;
	padding-top: 10px;
}

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

div#header_image_container{
    background-color: #fff; 
    width: auto;
    height:auto;
    max-height:464px;
    height: 40vh;
    background-size:cover;
    position:relative;
}

div#header_image_container .header_image_backgroundImage{
	height: 40vh;
	max-height:464px;
	width:100%;
	box-sizing: border-box;
	padding: 0 20px;
	position:relative;
	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;
	background-color:#d3d3d3;
}

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


div#header_image_container .header_image_backgroundImage::before { /* filter on the image */
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#223557;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#233a59+0,0d1626+100&0.75+0,0.92+100 */
	background: -moz-linear-gradient(top, rgba(35,58,89,0.05) 0%,rgba(13,22,38,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,58,89,0.05) 0%,rgba(13,22,38,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,58,89,0.05) 0%,rgba(13,22,38,0.15) 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf233a59', endColorstr='#eb0d1626',GradientType=0 ); /* IE6-9 */
}
.home div#header_image_container .header_image_backgroundImage::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#233a59+0,0d1626+100&0.75+0,0.92+100 */
	background: -moz-linear-gradient(top, rgba(35,58,89,0.8) 0%, rgba(13,22,38,0.92) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,58,89,0.8) 0%,rgba(13,22,38,0.92) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,58,89,0.8) 0%,rgba(13,22,38,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf233a59', endColorstr='#eb0d1626',GradientType=0 ); /* IE6-9 */
}


/*div#header_image_container .header_image_backgroundImage::after{ 
    opacity: 0;
    z-index: 20;
    background-color:#172742;
    -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#header_image_container.hover .header_image_backgroundImage::after{ 
	opacity: 0.98;
}*/

#bd div#header_image_container .cn {
	padding-top: 0;
	padding-bottom: 0;
}

#bd div#header_image_container .object{
    color: #fff;
    font-size: 1.375rem;
    text-align: center;
    max-height: 460px;
    margin: 0;
    padding: 75px 0;
    position: relative;

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

#cn div#header_image_container .object h2{
	font-size:1.625rem;
	line-height: 30px;
	color:#fff;
	margin:0 0 20px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

/* -- region Introduction content -- */

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

/* -- region mainContent -- */

div#bd #mainContent{
	display: flex;
	flex-wrap:wrap;
	position: relative;
}

body:not(.home) div#bd #mainContent::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	height: 460px;
	bottom:auto;
	z-index: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,d8d8d8+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00d8d8d8',GradientType=0 ); /* IE6-9 */
}

.home div#bd #mainContent .object.first{
	padding-top:70px;
	position: relative;
	line-height: 0;
}

.home #mainContent .first.object .wrapimg{
	height: 500px;
	width: 100%;
	overflow: hidden;
}

.home #mainContent .first.object .wrapimg img{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}

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

/** **/

.col1{
	width: 72%;
	position: relative;
    top: -170px;
    background-color: #fff;
    padding:40px 50px;
	box-sizing:border-box;
	margin-bottom: -185px;
}

.col1 .object, .col1 .object h2{
	z-index: 10;
	position: relative;
}

body:not(.home) .col1{
	-moz-box-shadow: 0px -2px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -2px 30px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 30px rgba(0,0,0,0.3);
	min-height: 600px;
	z-index: 5;
}

body:not(.home) .col1::after{
	content:'';
	position: absolute;
	top:360px;
	left:-30px;
	right:-30px;
	bottom:-30px;
	z-index:6;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.home .col1{
	padding:0;
	top:0;
	margin-bottom: 0;

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

}

.col2{
	width: 25%;
	position: relative;
	z-index: 5;
	padding-top:0;
}

.home .col2{
	padding-top: 84px;
}

div#bd .object.fb-feed-container >div{
	max-height: 500px;
	overflow: scroll;
}

/** Colonne 2 .col2 **/

#stayConnected{
	background-image:url(../img/stayConnected_bg.jpg);
	background-size: cover;
	background-position: center center;
	width:100%;
	text-align: center;
	padding:30px;
	box-sizing:border-box;
	min-height: 194px;
}

#stayConnected h2{
	font-size: 1.375rem;
	font-family: 'Cabin', sans-serif;
	display: block;
	text-align: center;
	color:#fff;
	line-height: 26px;
}

/* -- region Footer content -- */

div#ft #footerContent{
	text-align:left;
	font-weight:400;
	font-size:1rem;
	padding:0;
}

div#ft .footer_section h2, div#ft .social h2, .newsletterContent form.kSiteForm label{
	color:#fff;
	font-weight:700;
	font-size: 1.375rem;
	font-family: 'Cabin', sans-serif;
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

div#ft #footerContent .object{
	margin:0;
	line-height: 20px;
	color: #fff;
}

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

div#ft #footerContent .object a:hover{
	text-decoration: none;
}

div#ft #footerBg{
	background-image:url(../img/footerBg.jpg);
	background-size:cover;
	background-position: center center;
	padding:0;
	box-sizing:border-box;
	min-height:220px;
}

/** footer_section **/

.footer_section{
	display: flex;
	flex-wrap:wrap;
	margin-left: 190px;
	box-sizing:border-box;
}

.footer_section.top_section{
	border-bottom:1px solid #fff;
	padding-bottom:45px;
	margin-bottom: 45px;
}

.footer_section >div{
	width:33.333%;
}

/****/

.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 #0E3D8D;
    height: 45px;
    width:70%;
    padding: 5px 10px;
    margin-top:20px;
    box-sizing:border-box;
}

#ft .newsletterContent form.kSiteForm input.text{
	background-color: #fff;
	margin-top: 0;
	width: 90%;
}

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

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

.newsletterContent .object{
	margin:0;
}

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

.newsletterContent .form.object #btSubmit{
	position: absolute;
	left:70%;
	right: auto;
	bottom:0;
    height: 0;
    width: 0;
    border:none;
    background-color: #0E3D8D;
    padding: 45px 0 0 50px;
    background-image: url(../img/newsletter_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#ft .newsletterContent .form.object #btSubmit{
	right: 0;
	left: auto;
}

.newsletterContent .form.object #btSubmit:hover{
	opacity: 0.5;
}

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

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

#hd .newsletterContent{
	text-align:right;
	padding:48px 90px 0px 20px;
	width:auto;
}

#hd .newsletterContent form.kSiteForm input.text{
	margin:0;
	border-color: #F99014;
}

#hd .newsletterContent .form.object #btSubmit{
	background-color: #F99014;
}


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

#hd .newsletterContent .object a{
	padding:10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1.188rem;
    font-family: 'Oswald', sans-serif;
    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:#0E3D8D;
}

.newsletterContent{
	width:450px;
}

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

#bd .slider .object{
	padding:0 0 75px 0;
	margin:0;
}

/* slick dots */
		
ul.slick-dots{
	position:absolute;
	bottom:0;
	margin:0px!important;
	left:0;
	right:0;
}

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:20px;
	height:20px;
	padding:0;
	margin:0 5px;
	cursor: pointer;
	background-color:#EFEFEF;
	background-image:none;
	outline: none;
	border:none;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;

	-moz-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
 }
	
.slick-dots li.slick-active button{
	background-color:#F99014;
}
	
/* slick arrows perview and next */

.slick-prev {
	position: absolute;
	background: url(../img/arrows/arrow_thin_b_left.svg) center center no-repeat; 
/*	background: url(../img/arrows/arrow_thin_w_left.svg) center center no-repeat;  (uncomment for white arrow) */
	top: 50%;
	transform:translateY(-50%);
	left:20px;
	display: block;
	width: 0;
	height: 0;
	padding:30px 0 0 30px;
	cursor: pointer;
	z-index:20;
	border: none;
	outline: none;
	color:transparent;
	opacity:0.3;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
 
}
	
.slick-next {
	position: absolute;
	background: url(../img/arrows/arrow_thin_b_right.svg) center center no-repeat;
/*	background: url(../img/arrows/arrow_thin_w_right.svg) center center no-repeat;  (uncomment for white arrow) */ 
	top:50%;
	transform:translateY(-50%);
	right:20px;
	display: block;
	width: 0;
	height: 0;
	padding:30px 0 0 30px;
	cursor: pointer;
	z-index:20;
	border: none;
	outline: none;
	color:transparent;
  	opacity:0.3;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity  0.2s linear;
	-ms-transition: opacity  0.2s  linear;
	-o-transition: opacity  0.2s  linear;
	transition: opacity  0.2s  linear;
}
	
.slick-prev:hover, .slick-next:hover{
	opacity:0.8;
}

/****/

.slider_sponsors {
	width:1300px;
	max-width: 100%;
	margin:0px auto;
	padding:30px 0;
}

#cn #sponsorsContent .cn >h2{
	padding:0 15px;
	box-sizing:border-box;
}

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

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

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

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

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

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

/** Region fond vert **/

.fond_vert{
	background-color: #2FC0A3;
}

div#bd .fond_vert .object{
	padding-top:73px;
	padding-bottom:73px;
	margin: 0 auto;
}

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

div#bd .fond_vert .object .wrapimg{
	text-align: right;
	width: auto;
	margin-right: 5%;
    max-width: 45%;
}

div#bd .fond_vert .object .wrapimg img{
	display: inline-block;
	width: auto;
	float: none;
}

div#bd .fond_vert .object .wrapobject, div#bd .fond_vert .object .wrapobject h2{
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}

 div#bd .fond_vert .object .wrapobject h2{
 	margin-bottom: 14px;
 	font-weight: 700;
 }

div#bd .fond_vert .object .wrapobject{
	font-size:0.938rem;
	font-weight: 600;
	line-height: 22px;
	max-width: 380px;
}

div#bd .fond_vert .object a.button{
	color:#2FC0A3;
	background-color: #fff;
	border-color:#fff;
	background-image:none;
	padding:9px 20px 9px 20px;
	-moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}

div#bd .fond_vert .object a.button:hover{
	margin:2px 0 0 2px;
	padding:9px 20px 9px 20px;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
	
/*-- region Main content  --*/


/* -- region Prefooter content --*/

#prefooterContent{
	background-color:#cccccc;
}

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

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

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

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

.home div#bd .bloglist.object{
	margin:0px auto;
	text-align:center;
	padding:0;
}

.home div#bd .bloglist.object a{
	text-decoration: underline;
	font-weight: 600;
}

.home div#bd .bloglist.object .blog .content a{
	position: absolute;
	right: 44px;
	bottom: 44px;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 44px 0 0 44px;
	text-decoration: underline;
	font-weight: 600;
    background-image: url(../img/img_btn.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.home div#bd .bloglist.object >div{
	max-width:960px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.home .bloglist.object .blog{
    vertical-align: top;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 500px;
}

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

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

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

.home #cn .blog .header h3{
	padding:0 0;
	box-sizing:border-box;
	text-align:left;
	margin-bottom: 0;
	position: absolute;
    bottom:85px;
    z-index: 20;
    padding: 0 44px;
}

.home div#bd .bloglist.object .blog .header h3 a{
	font-family: 'Open Sans', sans-serif;
	display:block;
	font-weight:700;
	font-size:1.625rem;
	line-height: 32px;
	color:#0E3D8D;
	text-decoration: none;
	color: #fff;
}

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

.home #cn .blog .blogListTitle em{
	font-style:normal;
	color:#fff;
	display:block;
	text-shadow: 1px 1px 10px rgba(0,0,0,1);
	font-weight:700;
	letter-spacing:0.05rem;
}

.home .bloglist.object .blog .content{
	font-size:1.0625rem;
	line-height: 23px;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 20;
	height: 78px;
	overflow: hidden;
	padding:0px 44px 44px 44px;
	box-sizing:border-box;
}


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


/* block listing page */

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

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

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

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

#cn div#bd .object.blog.detail{
	padding-top: 0;
}

.blog div#bd .object.blog .content h1{
	margin-bottom: 8px;
}

.blog div#bd .object.blog.detail .content center .navPost{
	padding-bottom: 5px;
}

.blog div#bd .object.blog.detail .content center .navPost a{
	font-size: 0.875rem;
	padding: 0 20px;
}


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

body:not(.blog_details) #cn .object.blog:nth-child(odd){
	background-color:#fff;
}

.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;
    letter-spacing:1px;
}

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

/** button preview and next **/

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


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

.event div#bd li.object.event{
	padding:20px 20px 40px 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #d3d3d3;
}

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

.event div#bd div#bd_bg .detail.object .block{
	margin-bottom:0;
}

div#bd .object.event .title a {
    font-weight: 400;
    text-transform: uppercase;
   	font-style:normal;
    color: #0E3D8D;
    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;
    letter-spacing:0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

/* -- basket pages -- */

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

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

.basket .content02{
	display:none;
}

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

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

.basket label{
	font-weight:400;
}

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

#content #klikandpay a{
	display:none;
}

/* -- shop confirmation page --*/


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

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

.home div#hd {
	height:auto;
}

.home #header_image_container{
	max-height:324px;
	height: auto;
}

.home div#header_image_container .header_image_backgroundImage{
	max-height:324px;
	height: auto;
}

.home #mainContent .first.object .wrapimg, .home #sliderContent .slider .object .wrapimage{
	width: 100%;
	display: block;
	float:none;
	position:relative;
}

.home #mainContent .first.object .wrapobject, .home #sliderContent .slider .object .wrapobject{
	position: absolute;
	width: 70%;
	bottom:0;
	z-index: 20;
	padding:40px 40px 40px 40px;
	box-sizing:border-box;
	font-size: 1.063rem;
}

.home #mainContent .first.object >div, .home #sliderContent .slider .object >div{
	position: relative;
}


.home div#bd #mainContent .object.first{
	max-height: 500px;
	overflow: hidden;
	padding: 0;
	margin-bottom:40px;
	color:#fff;
	position: relative;
	width: calc(100% - 20px);
	-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 div#bd #mainContent .object.first:hover{
	opacity: 0.8;
	cursor: pointer;
}

.home div#bd #mainContent .object.first h2{
	color:#fff;
}

.home div#bd #mainContent .object.first img, .home #sliderContent .slider .object img{
	line-height: 0;
}

.home #sliderContent .slider .object img{
	width:100%;
}

.home div#bd #mainContent .object.first::after, .home div#bd #mainContent .object.first::after,
.home #sliderContent .slider .object .wrapimg::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#030e21+0,030e21+100&0.25+0,0.25+50,0.85+100 */
	background: -moz-linear-gradient(top, rgba(3,14,33,0.25) 0%, rgba(3,14,33,0.25) 50%, rgba(3,14,33,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,14,33,0.25) 0%,rgba(3,14,33,0.25) 50%,rgba(3,14,33,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,14,33,0.25) 0%,rgba(3,14,33,0.25) 50%,rgba(3,14,33,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40030e21', endColorstr='#d9030e21',GradientType=0 ); /* IE6-9 */
}

.home div#bd #mainContent{
	padding-bottom:40px;
}

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

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

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

/** home Slider Content **/

.home #sliderContent .cn{
	width: 1330px;
	padding: 80px 20px;
	max-width: 100%;
	box-sizing: border-box;
}

.home #sliderContent .cn >h2{
	padding:0 15px;
	box-sizing:border-box;
}

.home #sliderContent .standard.object >div{
	padding:0 15px;
	box-sizing:border-box;
}

.home #sliderContent .standard.object .wrapimg{
	width:100%;
	display: block;
	position: relative;
	line-height:0;
}

.home #sliderContent .standard.object .wrapimg img{
	line-height:0;
}

.home #sliderContent .slider .object .wrapobject{
	display: block;
	color:#fff;
	text-align: left;
	margin: 0;
}

.home #sliderContent .slider .object .wrapobject h2{
	color: #fff;
	margin-bottom:7px;
}

/*/

/* for FIXED BACKGROUND uncomment this :

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

*/

/** scores homepage **/

.home #bd #header_image_container #first_panel, .home #bd #header_image_container #second_panel{
	width: 44%;
	position: relative;
	z-index: 20;
	font-size: 0.9375rem;
	margin:0;
	padding-top:0;
	max-width: 600px;
}

.home #bd #header_image_container .shortcuts {
	margin-bottom: 20px;
}

.home #bd #header_image_container .shortcuts a.button {
	margin-right: 12px;
}

.home #bd #header_image_container .shortcuts > div > ul {
	margin: 0;
}

.home #bd #header_image_container .shortcuts ul li {
	display: inline-block;
	position: relative;
}

.dropdown-wrapper ul {
    position: absolute;
    display: block;
	padding: 10px 0 12px;
	margin: 0;
	z-index:10;	
	min-width: 250px;
	left: 0;
    margin: -2px 0 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    background-color: rgba(220,220,220,0.96);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.dropdown-wrapper ul li {
	padding: 0;
	float:none;
	border: none;
	background:none;
	display:block!important;
	text-align:left;
}

.dropdown-wrapper li a{
    padding: 11px 25px;
    color: #132139!important;
    text-transform: none;
    /* border-top: 1px solid rgba(255,255,255,0.4); */
    font-size: 0.875rem;
    line-height: 15px;
    letter-spacing: 0.03rem;
    font-weight: 600;
    text-align: left;
}

.dropdown-wrapper li a:hover {
	color: #cc6d00!important;
}

.home #bd #header_image_container #panel_sep {
	width: 2px;
	margin: 0 50px;
	/*background-color: rgba(255,255,255,1);*/
}

.home #bd #header_image_container #first_panel h4, .home #bd #header_image_container #second_panel h4{
	border-bottom:none;
	font-size:0.875rem;
	font-weight:700;
}

.home #bd #header_image_container .image.object{
	width:100%;
	margin:0;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	position: absolute;
}

#first_panel .panel.panel-default, #second_panel .panel.panel-default{
	display: block;
	width: 100%;
}

#first_panel .nisListeRD, #second_panel .nisListeRD{
	background-color:rgba(4,12,28,0.4);
	padding: 0 0 20px 0;
	box-sizing:border-box;

    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

#first_panel .list-group >div:first-of-type, #second_panel .list-group >div:first-of-type{
	margin-top: 5px;
}

#first_panel .sppTitel, #second_panel .sppTitel{
	color:#F99014;
	font-weight: 700;
	font-size:1.375rem;
	font-family: 'Cabin', sans-serif;

	margin-top: 12px;
	padding: 18px 20px 4px;
	border-top:1px solid rgba(255,255,255,0.25);
}

#first_panel .row.spiel, #second_panel .row.spiel{
	display: flex;
	flex-wrap:wrap;
	color: #fff;
	padding: 4px 20px;
}

#bd #header_image_container #first_panel a, #bd #header_image_container #first_panel a:hover, 
#bd #header_image_container #second_panel a, #bd #header_image_container #second_panel a:hover{
	color: #fff;
	text-decoration:none;
}

#first_panel .time, #second_panel .time{
	width: auto;
	padding-right: 15px;
}

#first_panel .teams, #first_panel .goals, #second_panel .teams, #second_panel .goals{
	display: block;
	width: 80%;
	display: flex;
	flex-wrap:wrap;
}

#first_panel .goals, #second_panel .goals{
	width: auto;
	padding-left: 10px;
	text-align: right;
	justify-content:flex-end;
}

#first_panel .teams .teamA, #first_panel .teams .teamB, #second_panel .teams .teamA, #second_panel .teams .teamB{
	width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#first_panel .teams .goaldivider, #second_panel .teams .goaldivider{
	width:auto;
	padding: 0 15px;
}

#first_panel .teams, #second_panel .teams{
	width: 80%;
}

#first_panel .font-small, #second_panel .font-small{
	display: none;
}

/****/

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

div#ft .powered{
	border-top:1px solid #cccccc;
	padding-top:20px;
}

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

/* -- copyright -- */

div#copyright {
	font-size: 0.8rem;
	color:#919191;
	border: none;
}

/* -- login kameleo -- */

div#loginAndPowered {
	float: right;
	margin-top: 3px;
}

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

.header_top .social ul{
	padding-top:52px;
}

#hd .newsletterContent form.kSiteForm label{
	display: none;
}

.header_top .social{
	float:right;
}

.social ul li{
	display:inline-block;
	vertical-align:middle;
	max-width:40px;
	line-height: 0;
	padding:0px 5px;
	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: 20px center;
    background-repeat: no-repeat;
    padding: 67px 0 0 120px;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    background-size: auto 100%;
}

/* -- Mobile navigation --*/

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

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

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

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

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

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

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

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

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

/* -- languages mobile -- */

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

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

/* -- titles mobile -- */

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

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

.mobile #pageTitleWrapper{
	padding:0 0 10px 0;
}

.mobile #cn h1, .mobile #cn h2{
	font-size: 2.25rem;
	line-height: 40px;
}

.mobile #cn #sponsorsContent .cn >h2{
	padding: 0;
}

/* -- structures global mobile -- */

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

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

.mobile #hd .topbar{
	display:none;
	position:absolute;
	top:90px;
	left: 0;
    right: 0;
    z-index: 2000;
    width: auto;
    font-size: 0.85rem;
    background-color: #fff;
}

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

.mobile #hd .header_top{
	height:auto;
	background-color:transparent;
}

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

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

.mobile div#bd .object .wrapimg{
	width:40%;
	text-align: left;
	margin-right:5%;
}

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


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

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


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

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


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

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

body:not(.home).mobile div#bd div#bd_bg #mainContent div.cn{
	width: 100%;
	padding:0;
	margin: 0;
}

.mobile div#bd div#bd_bg div.cn .col1{
	top:0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	min-height: 0;
}

body:not(.home).mobile .col1::after{
	display: none;
}

.mobile .col2{
	display: none;
}

.mobile.home .col2{
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
}

.mobile div#bd .object.column .wrapobject{
	margin:0;
}

/* -- regions mobile -- */

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


/***/

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

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

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

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

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

/****/


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

.mobile .navPost-back a{
	color:#0E3D8D;
	position: relative;
	top: -20px;
}

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

.mobile .navPost-next a{
	padding-left: 15px;
    padding-right: 36px;
}


.mobile .navPost-prev a{
	padding-left: 36px;
    padding-right: 15px;
}

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

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

/** Homepage mobile **/

.mobile a#goTo{
	display:none;
}

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

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

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

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

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

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

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

.mobile.home div#bd .object.column{
	width: calc(50% - 20px);
	margin-bottom: 30px;
}


.mobile.home div#bd .object.column img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}


.mobile.home #cn #bd .standard.object.column h2 {
    margin-bottom: 5px;
}

.mobile.home .col2{
	padding-top: 0px;
}

/** slider mobile **/

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

.home.mobile #sliderContent .standard.object .wrapimg{
	width:100%;
    display: inline-block;
}

.home.mobile #sliderContent .standard.object >div,
.home.mobile #sliderContent .cn >h2{
	padding: 0;
}

.home.mobile #cn #bd #sliderContent .slider .object .wrapobject h2{
	margin-bottom: 7px;
}

.home.mobile #mainContent .first.object .wrapobject, .home.mobile #sliderContent .slider .object .wrapobject{
	width: 100%;
	padding: 20px 20px 30px 20px;
}

/** Shop **/

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

.mobile  #sliderContent .standard.object .wrapimg{
	margin: 0;
}

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

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

/* -- Footer mobile -- */


.mobile div#ft div.cn{
	padding:20px;
	display: flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 

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

.mobile .footer_section{
	margin:0;
}

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

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

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

.mobile strong#logo_footer a{
	position: static;
    margin-bottom: 30px;
    background-position: center center;
    background-size: 80px auto;
    padding: 135px 0 0 110px;
    float: left;
}

.mobile div#ft .powered{
	margin-top:0;
	padding:0;
}

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

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

.mobile #stayConnected .social {
	display: inline-block;
	text-align: left;
	width: auto;
}

.mobile #stayConnected ul.reseaux_sociaux{
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	text-align: left;
}

.mobile #cn #bd #stayConnected h2{
	font-size: 1.25rem;
	margin-bottom: 0;
	line-height:25px;
}


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

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

.mobile #ft ul.reseaux_sociaux{
	margin-bottom: 40px;
	text-align: left;
}

.mobile .footer_section{
	border-bottom: none;
	padding-bottom: 0;
}

.mobile .footer_section.bottom_section, .mobile div#ft .powered div.cn{
	border-top: 1px solid #fff;
	padding-top: 20px;
	width: 100%;
	justify-content:space-between;
	-ms-flex-pack: justify;
}

.mobile div#loginAndPowered{
	float: right;
	width: 130px;
	margin: 0;
	padding:5px 0 0 0;
}

/** mobile newsletter **/

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

.mobile .newsletterContent{
	margin-bottom:40px;
	width: auto;
}

.mobile .newsletterContent .form.object #btSubmit{
	left:100%;
	position: relative;
}

.mobile #ft .newsletterContent .form.object #btSubmit{
    position: absolute;
    left: 228px;
    right: auto;
    bottom: 0;
    height: 0!important;
    width: 0!important;
    border: none;
    background-color: #0E3D8D;
    padding: 46px 0 0 50px!important;
}


/* -- blog mobile -- */

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

.blog.mobile #cn div#bd .object.blog{
	padding:0 0 30px 0;
	margin-bottom: 30px;
}

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

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


.blog.mobile #cn #bd 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:0;
}

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

.mobile div#bd #mainContent .bloglist.object.first{
	padding:0;
	margin:0 10px 30px 10px;
}

.home.mobile .bloglist.object .blog img{
	width:auto;
}

.home.mobile .bloglist.object .blog{
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	position: relative;
}

.home.mobile #cn .blog .header h3, .home.mobile .bloglist.object .blog .content{
	padding: 0px 44px 30px 44px;
	height: auto;
}

.home .bloglist.object .blog .content p{
	margin: 0;
}

.home.mobile #cn .blog .header h3{
	padding-bottom: 0px;
}

/** event **/

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

.addthis_sharing_toolbox{
	padding-top: 40px;
}

/* Slider mobile */

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

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

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

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

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

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

.mobile div#bd #sliderContent .cn{
	padding: 40px 20px;
}

/* table */

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

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

/** form mobile **/

.mobile #mainContent form.kSiteForm{
	padding:0;
	border: none;
}


/****/


/** Mediaqueries **/
	
@media only screen and (min-width: 1300px){
	.newsletterContent form.kSiteForm{
		margin:0;
		min-width: 330px;
	}
}

@media only screen and (max-width: 1600px){
	strong#logo a {
		background-position: 20px center;	
		font-size: 2rem;
		padding: 54px 0 40px 140px;
		width: 440px;
	}
	#hd .newsletterContent {
		padding-right: 50px;
	}
	#sponsorTopPage {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1330px){
	strong#logo a {
		background-position: 16px center;	
		font-size: 1.75rem;
		padding: 58px 0 40px 132px;
		width: 420px;
	}

	.home #mainContent div.cn{
		padding: 55px 30px;
	}

	#hd .newsletterContent {
		padding-right: 10px;
	}
	#sponsorTopPage {
		padding-right: 15px;
	}

	ul#mainNav li a{
		padding: 20px 20px 20px 0;
		font-size: 1.1rem;
	}

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

@media only screen and (max-width: 1160px){
	ul#mainNav li a{
		padding: 20px 10px 20px 0;
		font-size: 1rem;
	}
}

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

	strong#logo a{
		width: 120px;
	}

	.home div#bd .bloglist.object >div{
		max-width: 100%;
	}

	.home div#bd .object.fb-feed-container, #stayConnected{
		width: calc(50% - 20px);
		margin:0 10px;
		max-height: 350px;
		overflow: hidden;
	}

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

	#stayConnected h2{
		margin:0 15px 0 0;
	}

	.col2{
		display: flex;
		display: -ms-flexbox; 
		display: -webkit-flex; 

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

	.col1, .col2{
		width: 100%;
	}
}

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

	.mobile.home div#bd .object.fb-feed-container, .mobile.home #stayConnected{
		width:100%;
		margin:0;
	}

	.mobile.home div#bd .object.fb-feed-container{
		margin:0 0 30px 0;
	}

	.mobile #cn div#bd .object.column{
		width:100%;
		max-width:100%;
		padding-top:0;
		margin: 0 0 40px 0;
	}

	.mobile.home div#bd .object .wrapimg img{
		max-height: 500px;
	}

	.mobile div#bd #mainContent .bloglist.object.first {
	    padding: 0;
	    margin: 0 0 30px 0;
	}
	
}

@media only screen and (max-width: 650px){
	
	.home.mobile .bloglist.object .blog{
		width:100%;
	}

	.mobile .footer_section >div{
		width: 100%;
	}
}


@media only screen and (max-width: 550px){
	.mobile div#bd .object .wrapimg{
		width:100%;
		margin:0 0 20px 0;
	}
	
	.mobile div#bd .object .wrapobject{
		width:100%;
		float:none;
	}
	
	
	.mobile div#bd .object.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 strong#logo_footer{
		width: 50%;	
	}

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

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

	.mobile #bd div#header_image_container .object{
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-flow: row wrap;
	}

	.mobile #cn div#header_image_container .object h2{
		margin:0 10px;
	}

	.home.mobile #bd #header_image_container #first_panel, .home #bd #header_image_container #second_panel{
		width: 100%;
	}

	.home.mobile #bd #header_image_container #first_panel{
		margin-bottom: 20px;
	}

	.home.mobile #bd #header_image_container #first_panel{
		z-index: 30;
	}

}


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

	.mobile .newsletterContent{
		width:100%;
	}

	#ft .newsletterContent h2{
		margin-bottom:10px;
	}

	.mobile div#ft #goTop {
	    top: 150px;
	}

	.mobile .social{
		text-align: left;
	}

}

