/*
/*

	CSS - Template_full_largueur

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

:root {
  --color-primary: #00adef;
  --color-secondary: #F5C500;
  --color-tertiary: #a2238e;
  --color-quaternary: #d1222a;
  --color-quinary: #6d6e71;
  --color-default: #383937;
  --color-lightgray: #EFEFEF;
  --color-mediumgray: #777777;

  --font-xlarge: 2.188rem; /* 35px */
  --font-large: 1.875rem; /* 30px */
  --font-grande: 1.625rem; /* 26px */
  --font-big: 1.375rem; /* 22px */
  --font-medium: 1.125rem; /* 18px */
  --font-base: 1rem; /* 16px */
  --font-small: 	0.875rem; /* 14px */

  --line-height-large: 160%;
  --line-height-medium: 140%;
  --line-height-small: 120%;

  --gap-large: 15px;
  --gap-small: 10px;
}


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: "Roboto", sans-serif;
  font-size: 100%; /* 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: #383937;

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

h1 { text-transform: uppercase; }

#cn h1,
#cn h2,
#cn h3,
#cn h3 a,
#cn h4,
#ft h2 {
  color: #383937; /* color of all title */
  font-weight: 700;
  margin-bottom: 16px;

  /* font-size: 2rem;
  line-height: 160%; */

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

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

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

#cn #introContent h1,
#cn #introContent h4{
  max-width: 1040px;
  margin: 0 auto 40px auto;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
}

#bd #prefooterContent .text.centered.object h2{
  text-align: center;
}

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

#cn #introContent h1{
  order: 1;
}

#cn #introContent h4{
  order: 2;
  /* font-size: 1.5rem;
  line-height: 2rem; */
  width: 100%;
  margin-bottom: 60px;
}

#cn #introContent .object{
  order: 3;
}

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

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

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

#cn div#bd div.centered.object {
  padding-bottom: 20px;
}

#cn div#bd #introContent div.centered.object,
#cn div#bd #mainContent div.centered.object {
  margin-bottom: 30px;
  padding: 0;
}

/* Text editor typography default */

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

  /* font-size: 1.3125rem;
  line-height: 2.0625rem; */
}

#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: none;
  padding: 5px 8px;
  min-width: 120px;
}

/* special table styles */

.object table {
  margin: 20px 0;
}

/* -- Forms --*/

form.kSiteForm {
  padding-top: 40px;
  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;
}

form.kSiteForm fieldset {
  margin-bottom: 20px;
  width: calc(50% - 20px);
}

form.kSiteForm fieldset.textarea {
  width: 100%;
}

form.kSiteForm div.buttons {
  display: block;
  width: 100%;
  text-align: right;
}

form.kSiteForm .container.buttons #btSubmit {
  background-color: var(--color-default);
  margin: 0 0 20px 0;
}

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-size: var(--font-base);
  line-height: var(--line-height-medium);
  margin-bottom: 10px;
  display: block;
}

form.kSiteForm .captcha input,
form.kSiteForm input.text,
form.kSiteForm textarea,
form.kSiteForm select,
#mc_embed_signup input.email {
  color: #383937;
  font-family: "Roboto", sans-serif;

  background-color: #fff;

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

  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  height: 62px;
  /* font-size: 1.125rem;
  line-height: 1.6875rem; */

  -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 textarea {
  height: auto;
  min-height: 160px;
}

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

a,
a:link,
a:visited,
.navPost-prev a,
.navPost-prev a {
  color: #383937;
  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.button,
.slider_container .object a.button,
div#mainNavCt a.button {
  position: relative;
  color: #fff;
  text-transform: none;
  font-weight: 700;
  text-decoration: none;

  /* font-size: 1.75rem;
  line-height: 2.0625rem; */
  text-align: center;

  display: inline-block;
  position: relative;
  padding: 12px 20px;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;

  background-color: #383937;

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

  /* 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.button:hover,
.slider_container .object a.button:hover,
div#mainNavCt a.button:hover {
  color: #fff;
  background-color: rgba(4, 47, 73, 1);

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

/* option: bouton avec flèche */

div#bd #introContent .object a.button,
div#bd #introContent .object a.button:hover,
div#bd #mainContent .object .bloglist-container a.button,
div#bd #mainContent .object .bloglist-container a.button:hover,
.home div#bd .bloglist .item-readmore a.readmore,
.home div#bd .bloglist .item-readmore a.readmore:hover {
  /* font-size: 0.9375rem;
  line-height: 1.1875rem; */

  padding: 5px 30px 5px 0px;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  color: #383937;
}

div#bd #introContent .object a.button::after,
.teaserlist .item-readmore a.readmore::after,
div#bd #mainContent .object .bloglist-container a.button::after,
.home div#bd .bloglist .item-readmore a.readmore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -4px;

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

  display: block;

  border-bottom: 2px solid #383937;
  border-right: 2px solid #383937;
  background-color: transparent;

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


a.button:not(.kWin a.button, .kWinFull a.button.closeFull) {
  color: #fff !important;
  background-color: var(--color-default) !important;
  padding: 12px 20px !important;
  margin: 10px 10px 0 0 !important;
}

div#bd #introContent .object a.button:hover::after,
div#bd #mainContent .object .bloglist-container a.button:hover::after,
.home div#bd .bloglist .item-readmore a.readmore:hover::after {
  right: 5px;
}

/* couleur négatives


div#bd #introContent .object a.button, div#bd #introContent .object a.button:hover{
	color: #fff;
}

div#bd #introContent .object a.button::after{
	border-color: #fff;
}

/********/

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

/***/

.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: 40px 40px;
  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: 1040px;
  padding: 60px 0 60px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
}

#hd div.cn {
  padding: 0 20px;
  box-sizing: border-box;

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

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

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

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

/* -- logo --*/

strong#logo a,
strong#logo_footer a {
  top: 0;
  left: auto;
  right: 0;
  padding: 237px 0 0 333px;
  background-image: url(../img/logo-positif.svg);
  background-position: right top;
  background-size: 330px auto;
}

.de strong#logo a,
.de strong#logo_footer a {
  background-image: url(../img/logo-positif-de.svg);
}

strong#logo_footer {
  position: absolute;
  right: 0;
}

strong#logo_footer a {
  position: relative;
  background-image: url(../img/logo-negatif.svg);
  background-position: left top;
  top: 0;
}

.de strong#logo_footer a {
  background-image: url(../img/logo-negatif-de.svg);
}

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

#ft .reseaux_sociaux a {
  margin: 0 20px 0 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: 2rem;
  color: #383937;
}

.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: #fff;
  margin-top: 0;
  z-index: 50;
}

.topbar {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 50;
  top: 0;
  text-align: right;
  background-color: #fff;
  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;
}

#topNav {
  background-color: rgba(222, 236, 246, 1);
  padding: 10px 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 {
  margin: 0 0 0 10px;
  /* font-size: 0.875rem;
  line-height: 1.0625rem; */
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;

  -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: #383937;
  margin-right: 8px;
  font-size: 1rem;
  opacity: 0.5;

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

/* -- 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 20px 0 20px;
  box-sizing: border-box;
}

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

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

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

div#poweredContent {
  background-color: transparent;
}

div#poweredContent div.cn {
  padding: 30px 0 30px 0;
  color: #000;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

div#poweredContent div.cn > div {
  margin: 0 20px;
}

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

/* -- Main navigation -- */

div#mainNavCt {
  width: 100%;
  float: none;
  height: auto;
  margin: 0 auto 0 0;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#mainNav li a,
ul#lang li a,
ul#lang li a {
  color: #383937;
  padding: 30px 17px 30px 17px;
  text-decoration: none;
  /* font-size: 1.25rem;
  line-height: 1.5rem; */
  display: block;
  font-weight: 400;
  vertical-align: top;

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

ul#lang li a,
ul#lang li a {
  padding: 30px 7px 30px 7px;
}

#mainNav li.on a,
#mainNav li a:hover,
ul#lang li a:hover,
ul#lang li.active a {
  color: #A6A6A6;
}

#mainNav li.on a,
ul#lang li.active a {
  color: var(--color-default);
  font-weight: 700;
}

#mainNav li.on {
  position: relative;
  display: inline-block;
}


#mainNav li.on::after {
  content: "";
  background-image: url(../img/underline.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
  background-size: contain;
}

#mainNav li.on ul li.on::after {
  display: none;
}

#mainNav li.on.childs a::after {
  background: inherit;
  background-size: 0;
  bottom: 0;
}

#mainNav li.on.childs ul li.on a:hover {
  background: inherit;
}

ul#lang li.active a {
  font-weight: 700;
  color: #383937;
}

ul#mainNav {
  vertical-align: top;
}

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

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

#mainNav li.contactNav a {
  opacity: 1;
  padding: 9px 40px;
  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 40px;
  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 **/

ul.anchorList {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;

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

.anchorList li {
  display: inline-block;
}

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

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

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

.anchorList li a,
.home .readmore-container a {
  padding: 10px 20px;
  margin: 7px;
  /* font-size: 1.75rem;
  line-height: 2.0625rem; */

  text-align: center;

  font-weight: 700;
  display: block;
  color: #fff;
  background-color: #383937;
  text-decoration: none;
}

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

/* -- second navigation -- */

/* dropdown menu */

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

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

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

#hd ul#mainNav li ul li a {
  color: #383937;
  padding: 20px 20px;
  letter-spacing: 0;
  font-weight: 400;
}

#hd ul#mainNav li ul li.on a {
  font-weight: 700;
}

#hd ul#mainNav li ul li 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: #383937;
  background-color: #efefef;
}

/* 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;
  line-height: 1.375rem; */
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  width: auto;
  display: block;
  position: relative;
  padding: 8px 20px;

  -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 #383937;
  padding: 10px 20px;

  -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: #383937;
  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;
  line-height: 1.25rem; */
  text-transform: none;
  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 *****/

#hd .langAndCurrency {
  display: inline-block;
  vertical-align: middle;
}

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

ul#lang a {
  text-transform: uppercase;
}

ul#lang li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
}

ul#lang li.de::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  top: 30px;
  bottom: 30px;
  background-color: #383937;
}

ul#lang li a:hover {
  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 20px;
  text-align: left;
  width: calc(100% - 40px);
  padding: 0 0 60px 0;
  box-sizing: border-box;
}

/***/

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

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

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

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

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

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

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

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

div#bd .object .wrapobject {
  width: calc(50% - 20px);
  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 .wrapimg {
  order: 1;
  line-height: 0;
  margin-bottom: 16px;
}


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

@media (max-width: 575.98px) {
  div#bd .object .wrapimg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  div#bd .object .wrapimg img {
    width: 100%;
  }
 }

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

/* dropdown */

div#bd #mainContent .cn {
  align-items: flex-start;
}

#bd_bg #mainContent .standard.object.dropdown,
#bd_bg #introContent .standard.object.dropdown {
  height: auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;

  margin-bottom: 24px;

  cursor: pointer;
  -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;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapimg,
#bd_bg #introContent .standard.object.dropdown > div .wrapimg {
  order: 1;
  margin-bottom: 5px;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject {
  overflow: hidden;
  max-height: 0px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;

  position: relative;
  order: 3;

  border: 1px solid #6d6e71;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject {
  padding: 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;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject.opened,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject.opened {
  padding: 30px 0 30px 0;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject p,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject p {
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject .table,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject .table {
  padding: 30px 20px 0 20px;
  box-sizing: border-box;
}

#bd_bg
  #mainContent
  .standard.object.dropdown
  > div
  .wrapobject
  .table
  table
  tr
  td,
#bd_bg
  #introContent
  .standard.object.dropdown
  > div
  .wrapobject
  .table
  table
  tr
  td {
  width: 50%;
  padding: 0 20px 0 0;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject .table table,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject .table table {
  margin: 0;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject .table p,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject .table p {
  padding: 0;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject a,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject a {
  text-decoration: underline;
}

#bd_bg #mainContent .standard.object.dropdown > div .wrapobject a:hover,
#bd_bg #introContent .standard.object.dropdown > div .wrapobject a:hover {
  text-decoration: none;
}

#bd_bg #mainContent .standard.object.dropdown > div h2,
#bd_bg #introContent .standard.object.dropdown > div h2{
  position: relative;
  /* font-size: 1.5625rem;
  line-height: 1.6875rem; */
  background-color: #6d6e71;
  color: #fff;
  order: 2;
  margin: 0;
  padding: 11px 70px 10px 20px;
  box-sizing: border-box;
}

div#bd #introContent .image.object.porteCTA h2,
div#bd #mainContent .image.object.porteCTA h2{
  padding: 11px 70px 10px 20px;
  /* font-size: 1.5625rem;
  line-height: 1.6875rem; */
}

div#bd #prefooterContent .object.porteCTA.quart h2{
  /* font-size: 1.125rem;
  line-height: 1.5rem; */
  padding: 10px 20px 10px 20px;
}

#bd_bg #mainContent .standard.object.dropdown > div h2::after,
#bd_bg #introContent .standard.object.dropdown > div h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 30px;

  width: 10px;
  height: 10px;
  margin-top: -10px;

  display: block;
  border-right: 3px solid rgba(255, 255, 255, 1);
  border-bottom: 3px solid rgba(255, 255, 255, 1);
  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;
}

/* #bd_bg #mainContent .standard.object.dropdown > div.opened h2::after,
#bd_bg #introContent .standard.object.dropdown > div.opened h2::after {
  border-color: rgba(255, 255, 255, 0.2);
}

#bd_bg #mainContent #id-8 > div h2,
#bd_bg #introContent #id-8 > div h2 {
  background-color: #00adef;
}

#bd_bg #mainContent #id-8 > div .wrapobject,
#bd_bg #introContent #id-8 > div .wrapobject {
  border-color: #00adef;
}

#bd_bg #mainContent #id-14 > div h2,
#bd_bg #introContent #id-14 > div h2 {
  background-color: #f5d400;
}

#bd_bg #mainContent #id14 > div .wrapobject,
#bd_bg #introContent #id14 > div .wrapobject {
  border-color: #f5d400;
}

#bd_bg #mainContent #id-14 > div h2,
#bd_bg #introContent #id-14 > div h2 {
  background-color: #f5d400;
}

#bd_bg #mainContent #id-14 > div .wrapobject,
#bd_bg #introContent #id-14 > div .wrapobject {
  border-color: #f5d400;
}

#bd_bg #mainContent #id-15 > div h2,
#bd_bg #introContent #id-15 > div h2 {
  background-color: #a2238e;
}

#bd_bg #mainContent #id-15 > div .wrapobject,
#bd_bg #introContent #id-15 > div .wrapobject {
  border-color: #a2238e;
}

#bd_bg #mainContent #id-16 > div h2,
#bd_bg #introContent #id-16 > div h2 {
  background-color: #d1222a;
}

#bd_bg #mainContent #id-16 > div .wrapobject,
#bd_bg #introContent #id-16 > div .wrapobject {
  border-color: #d1222a;
} */

/* video multimedia object */
.multimedia.object .wrap-content {
  display: flex;
  flex-direction: column-reverse;
}

.multimedia.object .wrap-content h2 {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .multimedia.object .wrap-content h2 {
    margin-top: 20px;
  }
}

.multimedia.object iframe {
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  height: 50vw;
}

.multimedia.object.demi iframe {
   max-height: 270px;
}

.multimedia.object.tiers iframe {
  max-height: 200px;
}

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


/* color */

div#bd .col_container .main_column .image.porteCTA h2{
  color: #fff;
  background-color: #383937;
}

div#bd .col_container .image.porteCTA.blue h2{
  background-color: var(--color-primary);
}

div#bd .col_container .image.porteCTA.yellow h2{
  background-color: var(--color-secondary);
}

div#bd .col_container .image.porteCTA.purple h2{
  background-color: var(--color-tertiary);
}

div#bd .col_container .image.porteCTA.red h2{
  background-color: var(--color-quarternary);
}

div#bd .col_container .image.porteCTA.gray h2{
  background-color: var(--color-quinary);
}


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

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

div#bd .object.hasaccordion h2 {
  position: relative;
  font-size: var(--font-big);
  line-height: var(--line-height-medium);
  font-weight: 400 !important;
  box-sizing: border-box;
}

div#bd .object.hasaccordion .content {
  box-sizing: border-box;
  margin-top: 20px;
  padding-right: 30px;
}

 /* 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 #383937;
	border-bottom:2px solid #383937;
	background-color: transparent;
  transition: transform 0.3s ease;
}

.primary .hasaccordion h2::after {
	border-left:2px solid var(--color-primary);
	border-bottom:2px solid var(--color-primary);
}

.secondary .hasaccordion h2::after {
	border-left:2px solid var(--color-secondary);
	border-bottom:2px solid var(--color-secondary);
}

.tertiary .hasaccordion h2::after {
	border-left:2px solid var(--color-tertiary);
	border-bottom:2px solid var(--color-tertiary);
}

.quaternary .hasaccordion h2::after {
	border-left:2px solid var(--color-quaternary);
	border-bottom:2px solid var(--color-quaternary);
}

.quinary .hasaccordion h2::after {
	border-left:2px solid var(--color-quinary);
	border-bottom:2px solid var(--color-quinary);
}

.hasaccordion.open h2::after{
	transform: rotate(135deg);
}

**

/* -- Columns object -- */

div#bd .object.column,
div#ft .object.column {
  margin: 0 20px 60px 20px;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;

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

div#bd .object.demi,
div#ft .object.demi {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}

/* Si besoin ->  introContent column un demi = à deux tiers */

div#bd #introContent .object.column.demi {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}

/**/

div#bd .object.tiers,
div#ft .object.tiers {
  width: calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
}

@media (max-width: 575.98px) {
  div#bd .object.tiers,
  div#ft .object.tiers {
    width: 100%;
    max-width: 100%;
  }
}

div#bd .object.quart,
div#ft .object.quart {
  width: calc(25% - 40px);
  max-width: calc(25% - 40px);
}

@media (max-width: 991.98px) {
  div#bd .object.quart,
  div#ft .object.quart {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 20px !important;
  }
}


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

div#bd .image.object.porteCTA img {
  height: 290px;
  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 > 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: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px; /* space between the columns */
  text-align: justify;
}

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

div#bd .object.textdivided p {
  margin-bottom: 27px; /* à adapter selon la taille de p afin d'aligner les lignes de textes en colonne */
}

/****/

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: 100%;
  height: 450px !important;

  background-color: #fff;

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

@media (max-width: 575.98px) {
  div#header_image_container {
    height: 100% !important;
  }
}


div#header_image_container .header_image_backgroundImage {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;

  overflow: hidden;
  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;
}

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

#header_image_container div.headerContainer {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}

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

  position: relative;
  /* 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 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

#bd #header_image_container .object h2 {
  /* 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 20px 0 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: left;
}

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

#breadcrumbContent .breadcrumb {
  background-color: transparent;
  padding: 10px 20px;
  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: 10px 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 .anchors-container {
  order: 3;
}

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


#introContent .cn .text.centered {
  margin-bottom: 50px !important;
}

#introContent .cn .last.text.centered,
#introContent .cn .last,
#introContent .cn .last .wrap-content {
  margin-bottom: 0 !important;
}


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

#bd #introContent .cn p,
#bd #introContent .cn u {
  font-size: var(--font-grande);
}

.blog #bd #introContent .cn {
  min-height: 0;
  max-width: 100%;
}

#bd #introContent .object:not(.dropdown) {
  /* font-size: 1.1875rem;
  line-height: 1.75rem; */
  position: relative;
  text-align: center;
}

/* -- region mainContent -- */

.home,
#mainContent {
  overflow-x:hidden;
}
.blog div#bd #mainContent div#bd .object.first {
  padding-top: 0;
}

/* -- region Footer content -- */

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

div#ft #footerContent h2 {
  width: 100%;
  font-size: var(--font-grande);
  line-height: var(--line-height-medium);
  text-transform: inherit;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 0;
}

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

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

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

  min-height: 240px;
}

div#ft #footerContent .cn .object {
  padding-left: 0;
  box-sizing: border-box;
  text-align: left;
  /* font-size: 1rem; */
  width: calc(33.33% - 40px);
  margin: 100px 20px 20px 20px;
  padding: 0;
  pointer-events: auto;
}

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

div#ft #footerContent .cn .object img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

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

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

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

.newsletterContent {
  width: 455px;
}

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

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

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

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

.slick-slide:focus {
  outline: none;
}

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

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

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

.home div#bd .slider .object {
  height: 38vw;
  max-height: 546px;
  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;
}

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

#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: 10px;
  left: 0;

  margin: 0 auto;
  text-align: center;
  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: 13px;
  height: 13px;
  padding: 0;
  margin: 0 12px 0 12px;
  border: none;
  cursor: pointer;
  background-color: #d2d2d2;
  background-image: none;
  outline: none;

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

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

.slick-prev,
.slick-next {
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  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: 0;
  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 {
  background-color: #f3f3f3;
  -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: 1040px;
  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;
}

.slider_sponsors .object a {
  margin: auto;
  height: 60px;
  width: 100%;
  -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;
}

.slider_sponsors .object a:hover {
  opacity: 0.7;
}

.slider_sponsors .object {
  text-align: center;
  padding: 0;
  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;

  background-color: #fff;
}

/* .home div#bd #mainContent::before,
div#bd #mainContent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 53px;
  background-image: url(../img/brush-gris-clair.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
} */

/* .home div#bd #mainContent::after {
  bottom: 0;
  top: auto;
  background-position: right bottom;
  background-image: url(../img/brush-gris-fonce.png);
} */

.mobile div#bd #mainContent::before {
  background-size: auto 27px;
}

.blog div#bd #mainContent::after,
.mobile div#bd #mainContent::after {
  display: none;
}

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

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

  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .contactPage div#bd #introContent .cn {
    padding: 50px 0 0 0 !important;
  }
}

.contactPage .form .wrap-content h2 {
  text-align: center !important;
}



.home div#bd #introContent .cn {
  align-items: flex-start;
}

div#bd #introContent .anchors-container div.cn {
  padding: 0;
}

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: #383937;
  box-shadow: inset 0 7px 30px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 575.98px) {
  #bd #prefooterContent {
    padding: 20px 0 !important;
  }
}

@media (max-width: 575.98px) {
  #bd #prefooterContent .cn {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  #bd #prefooterContent .cn .quart {
    margin: 0 20px !important;
  }
}


/*

#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 .form.object h2,
#bd #prefooterContent .text.centered.object h2 {
  color: #fff;
}

#prefooterContent div.cn{
  max-width: 1300px;
  width: calc(100% - 40px);
  padding-top: 60px;
}


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

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

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

/****/

.home div#bd .object.bloglist {
  padding: 0 0 60px 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.home #cn .bloglist-title h2 {
  margin: 0;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
  text-align: center;
}

.home #cn .object.bloglist .item-title h2,
.home #cn .object.bloglist .item-title a {
  text-decoration: none;
  /* font-size: 1.375rem;
  line-height: 1.5625rem; */
}

.home #cn .object.bloglist .item-title h2 {
  margin-bottom: 10px;
}

.home .readmore-container {
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 20px;
  width: calc(100% - 40px);
  text-align: right;
}

.home .readmore-container a {
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  width: auto;
}

.home div#bd .bloglist > div {
  max-width: 1040px;
}

.home div#bd .bloglist-container {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  padding-bottom: 80px;
}

.home div#bd .bloglist-container .item {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px 20px;
  background-color: #fff;
}

.home div#bd .bloglist-container .item-readmore {
  display: none;
}

.home div#bd .bloglist .wrapimg {
  width: 100%;
  height: 173px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

.home div#bd .bloglist .wrapobject {
  width: 100%;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
}

.home div#bd .bloglist .date {
  color: #383937;
  /* font-size: 1.125rem;
  line-height: 1.3125rem; */
  margin-bottom: 10px;
}

.item-description {
  /* font-size: 0.9375rem;
  line-height: 1.375rem; */
}

/* block listing page */


.blog #bd #introContent{
  background-color: #fff;
}

.blog #cn div.blog h2,
div.blog h2 a {
  margin-bottom: 0;
  width: 100%;
  text-transform: none;
  /* font-size: 1.125rem;
  line-height: 1.5rem; */
  display: block;
  font-weight: 700;
  text-align: left;
}

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

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

.blog #cn div.blog .header .details em {
  font-weight: 500;
  font-style: normal;
  color: #000;
}

body.blog:not(.blog_details) div#bd .object.blog {
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 35px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}

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

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

.blog #paging{
  width: 100%;
  text-align: center;
  margin: 50px auto 0 auto !important;
}


.blog #paging a {
  color: var(--color-default);
}

/***/

#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;
  padding-top: 40px;
}

.blog #bd .main_column {
  margin-top: 20px;
}

.blog_details #bd .main_column {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 20px auto -40px auto;
}

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

.blog_details .navPost-back a {
  color: #aaaaaa;
  /* font-size: 0.875rem; */
}

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

/*****  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: 1040px;
  margin: 0px auto;
}

div#bd #mainContent div.event.list.object ul li.event {
  padding: 0 20px;
  margin: 0 0 14px 0;
  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: 1040px;
  padding: 0 20px 20px 20px;
  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: 1040px;
  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 20px 40px 20px;
  width: calc(33.33% - 40px);
  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: #383937;
  /* 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: 1040px;
}

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

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

  #kamGallery ul li {
    width: 100%; /* SUK-158 11.04.2022 */
  }

}

#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;
    line-height: 20px; */
  text-decoration: none;
  color: #fff;
  padding: 24px 60px 0 0px;
  text-align: right;
  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, 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.25rem; */
  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 20px 0;
}

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

.basket .content02 {
  display: none;
}

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

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

.basket label {
  font-weight: 400;
}

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

#content #klikandpay a {
  display: none;
}

/* -- shop confirmation page --*/

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

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

.home div#hd {
  height: auto;
}

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

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

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

/*/

/* for FIXED BACKGROUND uncomment this :

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

*/

/****/

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

/* -- copyright -- */

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

/* -- login kameleo -- */

div#loginAndPowered {
  float: none;
  display: inline-block;
  margin: 5px 0 5px 0;
}

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

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

div#kLogin:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); /* shadow on image */
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.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-positif.svg);
  background-position: top right;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 0px;
  height: auto;
  background-size: 60% auto;
  padding: 70px 0 0 180px;

  right: 0;
  left: auto;
}

.de.mobile #logomobile a {
  background-image: url(../img/logo-positif-de.svg);
}

/* -- Mobile navigation --*/

.mobile div#mobile-nav div#top-bar {
  background-color: transparent;
  position: relative;
  padding: 0;
  height: 80px;
}

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

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

.mobile #annexe {
  display: none;
}

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

.mobile ul#mobileNav,
.mobile #mobile-secnav {
  background-color: #383937;
  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: none;
  /* font-size: 1rem; */
  font-weight: 400;
  color: #fff;
  padding: 12px 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;
  /* 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;
  text-transform: uppercase;
}

.mobile ul#mobileNav li.active a {
  opacity: 0.5;
  line-height: 1.25rem;
}

.mobile ul#mobileNav li.lan li {
  border-right: 1px solid #d3d3d3;
}

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

.blog.mobile #cn h1,
.blog.mobile #cn div.blog h2,
.blog.mobile div.blog h2 a {
  font-weight: 700;
  /* font-size: 1.375rem;
  line-height: 1.75rem; */
}


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

/* -- structures global mobile -- */

.mobile div.cn,
.mobile div#ft div.cn,
.mobile div#bd div.cn {
  padding: 0;
  min-width: 100%;
}

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

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

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

.home.mobile div#bd div#bd_bg #introContent .anchors-container div.cn {
  padding-top: 0;
}
.mobile div#hd {
  display: block;
  height: auto;
  margin: 0;
}

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

.home.mobile #bd #introContent .cn .object {
  /* width: 100%;
    max-width: 100%; */
}

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

.mobile #hd .topbar {
  display: block;
  background-color: transparent;
  position: absolute;
  top: 20px;
  top: 20px !important;
  right: 80px;
  z-index: 2000;
  width: auto;
  /* font-size: 0.85rem; */
}

.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 .topbar .langAndCurrency,
.mobile #hd .social {
  display: none;
}

.mobile #topNav {
  background-color: transparent;
  padding: 5px;
}

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

.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.porteCTA .wrapimg img {
  width: 100%;
}

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

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

/* accordeon mobile */

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

.mobile #cn div#bd #mainContent div.object.hasaccordion h2 {
  margin-bottom: 0;
}


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

/**/

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

.mobile .anchorList {
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
}

.home.mobile .readmore-container a,
.mobile form.kSiteForm .container.buttons #btSubmit {
  /* font-size: 1.25rem; */
  padding: 6px 15px;
}

.mobile .topbar #header_right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;

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

.mobile #cn #bd_bg #mainContent .standard.object.dropdown h2,
.mobile #cn #bd_bg #introContent .standard.object.dropdown h2 {
  /* font-size: 1.125rem;
  line-height: 1.5rem; */
}

.mobile #bd_bg #mainContent .standard.object.dropdown,
.mobile #bd_bg #introContent .standard.object.dropdown {
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* dropdown mobile */

#bd_bg
  #mainContent
  .standard.object.dropdown
  > div
  .wrapobject
  .table
  table
  tr
  td,
#bd_bg
  #introContent
  .standard.object.dropdown
  > div
  .wrapobject
  .table
  table
  tr
  td {
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
}

/****/

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

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

.mobile form.kSiteForm fieldset.textarea {
  width: 100% !important;
}

.mobile #bd #prefooterContent .text.object > div {
  padding: 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: center center;
}

.mobile div#header_image_container,
.mobile div#header_image_container,
.mobile div#header_image_container .header_image_backgroundImage,
.mobile #bd #header_image_container .object {
  height: 48vw;
  /* min-height: 180px; */
}

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

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

/****/

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

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

.mobile .navPost-prev a,
.mobile .navPost-next a {
  float: left;
  padding: 8px 12px;
  /* font-size: 0.8125rem;
  line-height: 1.0625rem; */
  border: 1px solid #383937;
}

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

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

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

.mobile #cn h1 {
  /* font-size: 1.25rem;
  line-height: 1.5rem; */
}

.mobile #cn #introContent h1 {
  margin-bottom: 20px;
  padding-top: 0;
}

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

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

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

/* -- Footer mobile -- */

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

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

.mobile div#ft #footerContent .cn .object {
  width: calc(50% - 40px);
  box-sizing: border-box;
  max-width: 100%;
}

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

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

.mobile strong#logo_footer a {
  position: relative;
  margin: 0 0 0 auto;
  background-position: right top;
  background-size: 100% auto;
}

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

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

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

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

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

/* -- blog mobile -- */

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

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

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

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

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

.home.mobile div#bd .bloglist-container {
  padding-bottom: 30px;
}

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

.home.mobile .readmore-container {
  text-align: center;
}

/** event **/

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

.addthis_sharing_toolbox {
  padding-top: 40px;
}

/* Slider mobile */

@media screen and (max-width: 915px) {
  .home div#bd .bloglist .wrapimg {
    height: 25vw;
  }
}

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

.home.mobile div#bd #introContent {
  padding-bottom: 30px;
}

/** 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 (max-width: 1440px) {
  div#ft #footerContent .cn .object {
    margin-top: 40px;
  }

  div#ft #footerContent .cn .object.first {
    width: 100%;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1300px) {
  .blog strong#logo a {
    padding: 142px 0 0 210px;
    background-size: 200px auto;
  }
}

@media only screen and (max-width: 1040px) {
  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: 1000px;
  }

  div#bd .object > div,
  .slider_sponsors {
    width: 100%;
  }

  div#bd .slider .object > div {
    padding: 0 70px;
  }

  ul.slick-dots {
    box-sizing: border-box;
    left: 0;
    right: 0;
    transform: none;
    padding: 0px 60px;
  }

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

  #cn div.accordion {
    max-width: calc(100% - 40px);
    margin: 0 20px 40px 20px;
  }

  #cn div.accordion .hasaccordion:first {
    max-width: calc(100% - 40px);
    margin: 0 20px 40px 20px;
  }

  #mainNav li a {
    padding: 30px 10px 30px 10px;
  }

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

  .blog_details #bd .main_column {
    max-width: calc(100% - 40px);
    margin-bottom: 40px;
  }
}

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

@media only screen and (max-width: 800px) {
  .mobile #topNav .contact_info span {
    display: none;
  }

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

  .mobile #topNav .contact_info i {
    /* font-size: 1.3125rem; */
  }

  .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 .bloglist.object .blog,
  .home.mobile .bloglist.object .blog .blogListTitle,
  .event-list-container .event {
    width: 100%;
    padding: 0;
  }

  .home div#bd .bloglist-container .item {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }

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

  .mobile #bd_bg #mainContent .standard.object.dropdown .wrapimg,
  .mobile #bd_bg #introContent .standard.object.dropdown .wrapimg {
    display: none;
  }

  .mobile strong#logo_footer a {
    background-size: 250px auto;
    padding: 180px 0 0 253px;
  }
}

@media only screen and (max-width: 650px) {
  .mobile.home div#bd .bloglist .wrapimg {
    width: 100%;
    height: 54vw;
  }

  .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;
    line-height: 30px; */
    margin: 0px;
    padding: 0;
  }

  .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%;
    padding: 0 0 50px 0;
    box-sizing: border-box;
    vertical-align: top;
  }

  .blog.mobile #cn div#bd .object.blog {
    width: calc(100% - 40px);
  }

  .home div#bd .bloglist-container .item {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
}

@media only screen and (max-width: 550px) {
  .mobile.home div#bd .bloglist .wrapimg {
    width: 100%;
    height: 54vw;
  }

  .wrapobject {
    width: 100%;
    float: none;
  }

  .mobile div#bd .object.column {
    width: 100%;
    max-width: calc(100% - 40px);
    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 #hd .reseaux_sociaux {
    display: none;
  }

  .mobile form.kSiteForm fieldset {
    width: 100% !important;
  }

  .mobile div#ft #footerContent .cn .object {
    width: calc(100% - 40px);
  }
}

@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;
    margin-top: 0;
  }

  .mobile div#ft #footerContent .cn .object.first {
    margin-top: 0;
    padding-top: 180px;
  }

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

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

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

























.centered > div,
.centered > div > div > *,
.centered h2 {
  text-align: center !important;
}

.titles h2,
.object:not(.hasaccordion) h2 {
  text-transform: uppercase;
}

/* Responsive font sizes */


h1 {
  font-size : var(--font-xlarge);
  line-height: var(--line-height-large);
}


@media (max-width: 575.98px) {
  h1 {
    font-size: var(--font-grande) !important;
    line-height: var(--line-height-medium) !important;
  }
}

h2 {
  font-size : var(--font-large);
  line-height: var(--line-height-large);
}


@media (max-width: 575.98px) {
  h2 {
    font-size : var(  --font-big);
    line-height: var(--line-height-medium);
  }
}

h3, h4, h5, h6 {
  font-size : var(--font-grande);
  line-height: var(--line-height-large);
}

@media (max-width: 575.98px) {
  h3, h4, h5, h6 {
    font-size : var(--font-big);
    line-height: var(--line-height-medium);
  }
}


p, span, li:not(.redactor_editor li), a, em, i, .item-tagtitle, .item-date, .item-author {
  font-size : var(--font-medium);
  line-height: var(--line-height-medium);
}

@media (max-width: 575.98px) {
  p, span, li:not(.redactor_editor li), a, em, i, .item-tagtitle, .item-date, .item-author {
    font-size : var(--font-base);
    line-height: var(--line-height-medium);
  }
}

.redactor_editor h2 {
  font-size : var(--font-medium) !important;
  line-height: var(--line-height-medium) !important;
}

a.kksprites_nfo, a.kksprites_nfo span,
a.kParams, a.kParams span,
a.kBugs, a.kBugs span {
  font-size: 13px !important;
  line-height: var(--line-height-medium);
}


option {
  font-size : var(--font-base);
  line-height: var(--line-height-medium);
}



/* Underline effect with bolder font */
u {
  position: relative;
  font-weight: bold;
 }

u::after {
  content: "";
  background-image: url(../img/underline.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-size: cover;
}

/* Homepage jobs CTA */
.p-id-47 .cn { padding-bottom: 0 !important; }

.home #mainContent .porteCTA .wrap-content,
.p-id-47 #mainContent .porteCTA .wrap-content {
  position: relative;
  overflow: hidden;
  min-height: 250px;

  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

.home #mainContent .porteCTA .wrap-content .wrapobject,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject{
  position: absolute;
  padding: 0;
}

.home #mainContent .porteCTA .wrap-content .wrapimg,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapimg,
.home #mainContent .porteCTA > .wrap-content,
.p-id-47 #mainContent .porteCTA > .wrap-content {
  position: relative;
}

.home #mainContent .porteCTA .wrap-content .wrapimg a,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapimg a {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
  z-index: 200;

  mask-position: 60px -30px;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-image: url(../img/masque.svg);

  -webkit-mask-position: 60px -30px;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/masque.svg);
}


@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .home #mainContent .porteCTA .wrap-content .wrapimg a,
  .p-id-47 #mainContent .porteCTA .wrap-content .wrapimg a {
  }
}


/* Correction lien image full width 27.11.2023 */

/* lien en 100% */
.p-id-47 #mainContent .porteCTA .wrap-content .wrapimg a {
  width: 100%;
  position:absolute;
  display:block;
  height:250px;
  right: 0;
  bottom: 0;
  mask-image: url(../img/masque_70pourcent.svg);
  -webkit-mask-image: url(../img/masque_70pourcent.svg);
  mask-position: initial;
  -webkit-mask-position: initial;
}

/* placer l'image */
.p-id-47 div#bd .object.porteCTA .wrapimg img{
  margin-top: 0;
  width: 70%;
  height:auto; 
  position: absolute;
  right: 0;
}

/* désactiver les pointer-events sur le texte pour que le lien en dessous reste cliquable */
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject {
  position: absolute;
  pointer-events: none;
  padding-left: 0;
}

/* version desktop */
@media only screen and (min-width: 800px){
  
  .p-id-47 #mainContent .porteCTA .wrap-content .wrapimg a {
    padding-bottom: 64px;
    mask-position: center;
    -webkit-mask-position: center;
  }

  .p-id-47 div#bd .object.porteCTA .wrapimg img{
    width: 70%;
    top: 60px;
  }
}


/* /Correction lien image full width 27.11.2023 */


.home #mainContent .porteCTA .wrap-content .wrapobject > *,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject > * {
  padding: 0 20px;
  margin-bottom: 0;
  color: white;
}

.home #mainContent .porteCTA .wrap-content .wrapobject,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject {
  padding-bottom: 20px;
}

.home #mainContent .porteCTA > .wrap-content > h2,
.p-id-47 #mainContent .porteCTA > .wrap-content > h2 {
  position: absolute;
  display: none;
}

.home #mainContent .porteCTA .wrap-content:hover > h2,
.p-id-47 #mainContent .porteCTA .wrap-content:hover > h2 {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
  z-index: 205;


  font-size : var(--font-base);
  line-height: var(--line-height-small);
  padding: 5px;
  background: white;
  width: max-content;
  transform: rotate(-5deg);
}

.home #mainContent .porteCTA .wrap-content .wrapobject h2,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject h2 {
  font-size : var(--font-big);
  line-height: var(--line-height-small);
  text-transform: inherit;
}

.home #mainContent .porteCTA .wrap-content .wrapobject p,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapobject p {
  font-size : var(--font-medium);
  line-height: var(--line-height-small);
}

.home #mainContent .porteCTA .wrap-content .wrapimg .wrapobject a,
.p-id-47 #mainContent .porteCTA .wrap-content .wrapimg .wrapobject a {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;

  min-height: 50px;
  padding: 0;

  font-size : var(--font-medium);
  line-height: var(--line-height-medium);
}

.home #mainContent .porteCTA.primary .wrap-content, .p-id-47 #mainContent .porteCTA.primary .wrap-content { background: var(--color-primary); }
.home #mainContent .porteCTA.secondary .wrap-content, .p-id-47 #mainContent .porteCTA.secondary .wrap-content { background: var(--color-secondary); }
.home #mainContent .porteCTA.tertiary .wrap-content, .p-id-47 #mainContent .porteCTA.tertiary .wrap-content { background: var(--color-tertiary); }
.home #mainContent .porteCTA.quaternary .wrap-content, .p-id-47 #mainContent .porteCTA.quaternary .wrap-content { background: var(--color-quaternary); }
.home #mainContent .porteCTA.quinary .wrap-content, .p-id-47 #mainContent .porteCTA.quinary .wrap-content { background: var(--color-quinary); }


.home #focusContent,
#highlightContent {
  background: var(--color-lightgray);
}


/* Page métier détails */


/* Colonnes tiers */
.standard.object.tiers .titles h2,
.multimedia.object.tiers h2,
.standard.object.demi .titles h2,
.multimedia.object.demi h2 {
  text-transform: inherit;
  font-size: var(--font-big);
  line-height: var(--line-height-small);
}

/* IntroContent, focusContent */
#introContent .last,
#focusContent .last {
  padding-bottom: 0 !important;
}

/* focusContent */
#focusContent { position: relative; }
#focusContent::after {
  content: "";
  background-image: url(../img/after_w.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
  max-height: 100px;
  width: 100%;
  position: absolute;
  bottom: -90px;
  left: 0;
  background-size: 100%;
}

.primary #focusContent .standard.object .wrapimg,
.secondary #focusContent .standard.object .wrapimg,
.tertiary #focusContent .standard.object .wrapimg,
.quaternary #focusContent .standard.object .wrapimg,
.quinary #focusContent .standard.object .wrapimg {
  mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-image: url(../img/masque.svg);

  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/masque.svg);
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  #focusContent .object.standard.column.tiers .wrap-content.content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }


  #focusContent .object.standard.column.tiers .wrap-content.content .wrapobject {
    width: 100%;
  }

  #focusContent .object.standard.column.tiers .wrap-content.content .wrapobject .titles h2 {
    text-align: left;
    margin-top: 20px;
  }


  #focusContent .wrap-content .wrapimg {
    max-width: 500px;
    margin: 0 auto !important;
  }
}


/* Homepage : bloc right after job listing */
#id-174 {
  margin-top: 100px !important;
}

@media (max-width: 575.98px) {
  #id-174 {
    margin-top: 50px !important;
  }
}


/* prefooterContent */
#prefooterContent { position: relative; }



/* primary */
.primary #focusContent {
  background: var(--color-primary);
}

.primary #focusContent > *,
.primary #focusContent .titles > *,
.primary #focusContent h2,
.primary #focusContent p,
.primary #focusContent li,
.primary #focusContent u,
.primary #focusContent a,
#prefooterContent u {
  color: white !important;
}

.primary #focusContent u::after,
.secondary #focusContent u::after,
.tertiary #focusContent u::after,
.quaternary #focusContent u::after,
.quinary #focusContent u::after,
#prefooterContent u::after {
  content: "";
  background-image: url(../img/underline_w.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-size: cover;
}

.primary #mainContent .object:not(.hasaccordion) h2 {
  color: var(--color-primary) !important;
}

/* secondary */
.secondary #focusContent {
  background: var(--color-secondary) !important;
}

.secondary #focusContent > *,
.secondary #focusContent .titles > *,
.secondary #focusContent h2,
.secondary #focusContent p,
.secondary #focusContent li,
.secondary #focusContent u,
.secondary #focusContent a {
  color: white !important;
}

.secondary #focusContent u::after {
  background-image: url(../img/underline_w.svg) !important;
}

.secondary #mainContent .object:not(.hasaccordion) h2 {
  color: var(--color-secondary) !important;
}

/* tertiary */
.tertiary #focusContent {
  background: var(--color-tertiary) !important;
}

.tertiary #focusContent > *,
.tertiary #focusContent .titles > *,
.tertiary #focusContent h2,
.tertiary #focusContent p,
.tertiary #focusContent li,
.tertiary #focusContent u,
.tertiary #focusContent a {
  color: white !important;
}

.tertiary #focusContent u::after {
  background-image: url(../img/underline_w.svg) !important;
}

.tertiary #mainContent .object:not(.hasaccordion) h2 {
  color: var(--color-tertiary) !important;
}

/* quaternary */
.quaternary #focusContent {
  background: var(--color-quaternary) !important;
}

.quaternary #focusContent > *,
.quaternary #focusContent .titles > *,
.quaternary #focusContent h2,
.quaternary #focusContent p,
.quaternary #focusContent li,
.quaternary #focusContent u,
.quaternary #focusContent a {
  color: white !important;
}

.quaternary #focusContent u::after {
  background-image: url(../img/underline_w.svg) !important;
}

.quaternary #mainContent .object:not(.hasaccordion) h2 {
  color: var(--color-quaternary) !important;
}

/* quinary */
.quinary #focusContent {
  background: var(--color-quinary) !important;
}

.quinary #focusContent > *,
.quinary #focusContent .titles > *,
.quinary #focusContent h2,
.quinary #focusContent p,
.quinary #focusContent li,
.quinary #focusContent u,
.quinary #focusContent a {
  color: white !important;
}

.quinary #focusContent u::after {
  background-image: url(../img/underline_w.svg) !important;
}

.quinary #mainContent .object:not(.hasaccordion) h2 {
  color: var(--color-quinary) !important;
}

/* prefooterContent job listing */
#prefooterContent .porteCTA {
  padding: 0 !important;
}

#prefooterContent .porteCTA .wrap-content {
  position: relative;
  overflow: hidden;
  min-height: 200px;

  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

#prefooterContent .porteCTA .wrap-content .wrapobject {
  position: absolute !important;
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
}

#prefooterContent .porteCTA .wrap-content .wrapimg {
  position: relative;
}

#prefooterContent .porteCTA .wrap-content .wrapimg a {
  position: absolute;
  display: inline;
  height: auto;
  width: 90%;
  right: -50px;
  bottom: 40px;

  mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-image: url(../img/masque.svg);

  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/masque.svg);
}


#prefooterContent .porteCTA .wrap-content .wrapobject > * {
  margin-bottom: 0;
  color: white;
}

#prefooterContent .porteCTA .wrap-content .wrapobject h2 {
  color: white;
}

#prefooterContent .porteCTA .wrap-content .wrapobject {
  padding-bottom: 20px;
}

#prefooterContent .porteCTA > .wrap-content {
  position: relative;
}

#prefooterContent .porteCTA .wrap-content .wrapobject h2 {
  font-size : var(--font-big);
  line-height: var(--line-height-small);
  margin-bottom: 0;
  text-transform: inherit;
}

#prefooterContent .porteCTA .wrap-content .wrapimg .wrapobject a {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#prefooterContent .porteCTA.primary { background: var(--color-primary); }
#prefooterContent .porteCTA.secondary { background: var(--color-secondary); }
#prefooterContent .porteCTA.tertiary { background: var(--color-tertiary); }
#prefooterContent .porteCTA.quaternary { background: var(--color-quaternary); }
#prefooterContent .porteCTA.quinary { background: var(--color-quinary); }


/* Actualités / Blog */
.teaserlist-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}

.object.tiers:not(.slick-slide), .bloglist .teaserlist-container .item {
  width: calc(100% / 3 - var(--gap-large) * 2);
  margin: 0 var(--gap-large) calc(var(--gap-large) * 2) var(--gap-large);
}

@media (max-width: 991.98px) {
  .object.tiers:not(.slick-slide), .bloglist .teaserlist-container .item {
    width: calc(100% / 2 - var(--gap-large) * 2);
    margin: 0 var(--gap-large) calc(var(--gap-large) * 2) var(--gap-large);
  }
}

@media (max-width: 575.98px) {
  .object.tiers:not(.slick-slide), .bloglist .teaserlist-container .item {
    width: calc(100% - var(--gap-small) * 2);
    margin: 0 var(--gap-large) calc(var(--gap-large) * 2) var(--gap-large);
  }
}


.blog-item a,
.item-title a {
  cursor: pointer;
}

.item-title a {
  position: relative;
  z-index: 10;
}

.teaserlist-container .blog-item .wrapimg,
.teaserlist-container .blog-item .wrapobject {
  width: 100% !important;
}

.teaserlist-container .blog-item .wrapall {
  height: calc(100% - 200px);
}

.teaserlist-container .blog-item .wrapobject  {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--color-lightgray);
  height: 100%;
}

.teaserlist-container .blog-item .wrapobject::before  {
  content: "";
  background: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 100%;
}


.teaserlist.bloglist .teaserlist-container .item .wrapimg {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .teaserlist.bloglist .teaserlist-container .item .wrapimg {
    margin-bottom: 0 !important;
  }
}

.teaserlist.bloglist .teaserlist-container .item .wrapimg a {
  display: flex;
  width: 100%;
  height: 100%;
}

.teaserlist-container .item .wrapobject .item-date {
  display: inline-block;
  font-size: var(--font-base);
  line-height: var(--line-height-medium);
  color: var(--color-mediumgray);
  padding-top: 20px;
}

.teaserlist-container .item .wrapobject .item-title h2 {
  margin-top: 5px;
  font-size: var(--font-medium);
  line-height: var(--line-height-medium);
  text-transform: inherit;
  color: var(--color-default);
}

.teaserlist-container .item .wrapobject .item-title h2 a {
  text-decoration: none;
}


.teaserlist-container .item .wrapobject .item-author {
  margin-top: 5px;
  font-size: var(--font-base);
  line-height: var(--line-height-medium);
}

.teaserlist-container .item .wrapobject .item-content {
  margin-top: 10px;
  font-size: var(--font-base);
  line-height: var(--line-height-medium);
  color: var(--color-mediumgray);
}

.teaserlist-container .item .wrapobject .item-readmore {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  position: relative;
  padding-bottom: 20px;
}

.teaserlist-container .item .wrapobject .item-readmore a.readmore {
  padding-right: 20px;
  text-decoration: none;
  border-bottom: none;
}

.teaserlist-container .item .wrapobject .item-readmore a::after {
  right: 20px;
  margin-top: -13px;
  border-color: var(--color-default);
}

.teaserlist-container .item .wrapobject .item-date,
.teaserlist-container .item .wrapobject .item-title,
.teaserlist-container .item .wrapobject .item-author,
.teaserlist-container .item .wrapobject .item-taglist,
.teaserlist-container .item .wrapobject .item-content,
.teaserlist-container .item .wrapobject .item-readmore {
  padding-left: 20px;
  padding-right: 20px;
}


.navpost-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}


.linkBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.linkBtn i {
  font-size: var(--font-base);
  position: relative;
}

.linkBtn i::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  left: 0;
  bottom: 0;
}


.navpost-back {
  display: flex;
  margin-top: 100px;
}

.navpost-back a {
  margin: 0 auto;
}

.ksc3-blog-details .wrapinfos {
  margin-bottom: var(--gap-large) !important;
}


.ksc3-blog-details .item-taglist {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.item.blog-item .wrapobject .item-taglist {
  z-index: 100;
}

.ksc3-blog-details .item-taglist .item-tag a {
  color: var(--color-mediumgray);
  text-decoration: none;
}


.ksc3-blog-details .item-date,
.ksc3-blog-details .item-author {
  display: inline-block;
  width: calc(50% - 10px);
}

.ksc3-blog-details .item-author {
  text-align: right;
}

.ksc3-blog-details .wrapvideo .multimedia.object {
  margin: 0 !important;
  width: 100% !important;
}

.ksc3-blog-details .wrapimg {
  width: 100% !important;
  margin: 0 auto 50px auto !important;
}


.ksc3-blog-details .wrapgallery { margin-top: 100px !important; }

.blog #mainContent { background-color: transparent !important; }

/* slider home avec vidéo pop-up */
.slider .slick-track,
#header_image_container .headerContainer {
  position: relative;
}


.slider .slick-track a.external,
#header_image_container .headerContainer a.external {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  height: 120px;
  width: 120px;
  background-image: url(../img/play-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
  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;
}


.home .slider .slick-track a.external,
.home #header_image_container .headerContainer a.external {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  height: 100%;
  width: 100%;
  background-image: none;
}

.slider .slick-track a.external:hover,
#header_image_container .headerContainer a.external:hover {
	opacity: 0.7;
}


/* Fancybox */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-skin {
  background: transparent !important;
  box-shadow: inherit !important;
}

.fancybox-outer {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Text centered */
.text.centered .wrap-content  {
  margin-bottom: 50px !important;
}

.text.centered .wrap-content .titles h2  {
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  .text.centered .wrap-content .titles h2  {
    margin: 20px !important;
  }
}

.text.centered .wrap-content p,
.text.centered .wrap-content u {
  font-size: var(--font-grande) !important;
}

.text.centered .wrap-content p {
  padding-top: 10px;
}

@media (max-width: 575.98px) {
  .text.centered .wrap-content p,
  .text.centered .wrap-content u {
    font-size: var(--font-big) !important;
  }
}



.redactor_editor u {
  font-size: 12px !important;
  line-height: 1.25em !important;
}

.redactor_editor u {
  text-decoration: underline;
}

.redactor_editor u::after {
  display: none;
}

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

#cn div#bd #introContent div.noMargin.object,
#cn div#bd #mainContent div.noMargin.object {
  margin-bottom: 30px;
  padding: 0;
}


/* Apprenticeship Places*/
/* Apprenticeship Places Filter */
.mobile.p-id-157 div#header_image_container,
.mobile.p-id-157 div#header_image_container .header_image_backgroundImage,
.mobile.p-id-157 #bd #header_image_container .object {
  display: none;
}

.p-id-157 h1 {
  visibility: hidden;
}

.p-id-157.mobile #mainContent > .cn {
  overflow: hidden;
}

.p-id-157 .container:not(form .container) {
  width: 100%;
  max-width: 1040px;
  padding-bottom: 70px;
  margin: 0 auto;
}


h3.apprenticeship-places__results__job-title {
  padding-top: 80px !important;
}

p.apprenticeship-places__results__title {
  padding-bottom: 30px;
}

.p-id-157 #introContent {
  display: none;
}

.p-id-157 select, .p-id-157 input, .apprenticeship-places__filter form label {
  font-size : var(--font-medium);
  line-height: var(--line-height-medium);
}

.p-id-157 select,
.p-id-157 input[type="submit"] {
  cursor: pointer;
}

.p-id-157 #mainContent > .cn {
  padding-top: 0 !important;
}

@media (max-width: 575.98px) {
  .p-id-157 select, .p-id-157 input, .apprenticeship-places__filter form label {
    font-size : var(--font-base);
    line-height: var(--line-height-medium);
  }
}

.apprenticeship-places__filter form label {
  font-weight: bold;
}


.apprenticeship-places__filter {
  position: relative;
  padding: 80px 0;
}


.apprenticeship-places__filter.home {
  position: relative;
  padding: 0;
}

.apprenticeship-places__filter.home .fieldsets {
  justify-content: center;
}

.apprenticeship-places__filter.home input[type="submit"] {
  background: white;
  color: var(--color-default);
  cursor: pointer;
}

#id-427 {
  padding-bottom: 0 !important;
}

.apprenticeship-places__filter.home h2,
.apprenticeship-places__filter.home p {
  color: white !important;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .apprenticeship-places__filter.home h2,
  .apprenticeship-places__filter.home p {
    margin: 0 !important;
  }

}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .apprenticeship-places__filter {
    margin: 0 auto;
    width: 100%;
  }
}

.apprenticeship-places__filter::before {
  content: "";
  position: absolute;
  display: block;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background-color: var(--color-lightgray);
}

.apprenticeship-places__filter.home::before {
  background-color: transparent;
}


h2.apprenticeship-places__filter__title {
  text-align: center !important;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  h2.apprenticeship-places__filter__title {
    margin: 0;
  }
}

.apprenticeship-places__filter form .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .apprenticeship-places__filter form .wrapper {
    width: 100%;
  }
}

.mobile .apprenticeship-places__filter form .wrapper {
  flex-direction: column;
  align-items: inherit;
}

.apprenticeship-places__filter form .fieldsets {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.mobile .apprenticeship-places__filter form .fieldsets {
  flex-direction: column;
  align-items: inherit;
}

.apprenticeship-places__filter form fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.apprenticeship-places__filter form fieldset select {
  border: none;
  border-radius: 0;
  color: var(--color-default);
  background-color: white;
  padding: 10px;
  width: 100%;

  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;

  background-image: url(../img/chevron-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 20px; /* Ajoute un espace pour la flèche */
  background-size: 15px;
}

.apprenticeship-places__filter form input {
  height: max-content;
  color: white;
  background-color: var(--color-default);
  border: none;
  border-radius: 0;
  padding: 10px;

  /* Préfixes de navigateur */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}


/* Apprenticeship Places Places */
.apprenticeship-places {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.mobile .apprenticeship-places {
  display: flex;
  flex-direction: column;
}

.apprenticeship-places__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  color: var(--color-default);
  min-height: 150px;
  transform: scale(1);
  transition: transform 0.5s;
  cursor: pointer;
  overflow-wrap: break-word;
}

a.apprenticeship-places__item, a.apprenticeship-places__item:link, a.apprenticeship-places__item:visited {
  text-decoration: none;
}


.apprenticeship-places__item:hover {
  transform: scale(1.02);
}

h3.apprenticeship-places__item__company,
.apprenticeship-places__item__city,
.apprenticeship-places__item__job {
  margin-bottom: 0 !important;
}

.apprenticeship-places__item__city {
  font-weight: bold;
}

h3.apprenticeship-places__item__company {
  font-size: var(--font-grande);
  line-height: var(--line-height-small);
}

.apprenticeship-places__item__job {
  position: relative;
  display: flex;
  margin-top: auto;
  padding-right: 20px;
}

.apprenticeship-places__item__job::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 0.45em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

/** PAGE apprentissage détails **/
.apprenticeship-place {

}

.apprenticeship-place__intro {
  position: relative;
  padding: 70px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}

.mobile .apprenticeship-place__intro {
  flex-direction: column-reverse;
}

.apprenticeship-place__intro::after {
  content: '';
  display: block;
  position: absolute;
  left: -100vw;
  top: 0;
  background-color: var(--color-lightgray);
  width: 200vw;
  height: 100%;
  z-index: -1;
}


.InstallateurtricesanitaireCFC .apprenticeship-place__intro::after { background-color: var(--color-primary); }
.FerblantierireCFC .apprenticeship-place__intro::after { background-color: var(--color-secondary); }
.ConstructeurtricedinstallationsdeventilationMontageCFC .apprenticeship-place__intro::after { background-color: var(--color-tertiary); }
.InstallateurtriceenchauffageCFC .apprenticeship-place__intro::after { background-color: var(--color-quaternary); }
.ProjeteureuseentechniquedubtimentsanitaireCFC .apprenticeship-place__intro::after,
.ProjeteureuseentechniquedubtimentchauffageCFC .apprenticeship-place__intro::after,
.ProjeteureuseentechniquedubtimentventilationCFC .apprenticeship-place__intro::after { background-color: var(--color-quinary); }

.FerblantierCFC a {
  text-decoration: none;
  color: var(--color-primary);
}

.ProjeteureuseentechniquedubtimentsanitaireCFC .apprenticeship-place__intro--left ul li a {
  color: white !important;
}

.apprenticeship-place__intro--left,
.apprenticeship-place__intro--right {
  width: calc(50% - 25px);
}

.mobile .apprenticeship-place__intro--left,
.mobile .apprenticeship-place__intro--right {
  width: 100%;
}

.apprenticeship-place__intro--left {
  display: flex;
  flex-direction: column;
}

.apprenticeship-place__intro--left > *,
.apprenticeship-place__intro--left > h2,
.apprenticeship-place__intro--left > h3 {
  color: white !important;
}

.apprenticeship-place__intro--left > h2 {
  text-transform: inherit !important;
  font-size: var(--font-xlarge) !important;
}

.apprenticeship-place__intro--left > h3 {
  text-transform: uppercase;
  font-size: var(--font-big) !important;
}

.apprenticeship-place__intro--right img {
  width: 100%;
  mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-image: url(../img/masque.svg);

  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/masque.svg);
}

ul.apprenticeship-place__details,
ul.apprenticeship-place__location {
  list-style-type: none;
  margin-left: 0;
}

ul.apprenticeship-place__location li:first-child {
  font-weight: bold;
}

/** Pagination **/
.apprenticeship-places__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.apprenticeship-places__pagination a {
  text-decoration: none;
  color: var(--color-mediumgray);
}

.apprenticeship-places__pagination a.active,
.apprenticeship-places__pagination .previous:hover,
.apprenticeship-places__pagination .next:hover {
  text-decoration: none;
  color: var(--color-default);
}

.infos__desc {
  margin: 50px 0;
}


.home .multimedia.object .wrap-content h2,
.primary .multimedia.object .wrap-content h2,
.secondary .multimedia.object .wrap-content h2,
.tertiary .multimedia.object .wrap-content h2,
.quaternary .multimedia.object .wrap-content h2,
.quinary .multimedia.object .wrap-content h2 {
  margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .home .videoPadding,
  .primary .videoPadding,
  .secondary .videoPadding,
  .tertiary .videoPadding,
  .quaternary .videoPadding,
  .quinary .videoPadding {
    padding-bottom: 200px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .home .demi .videoPadding,
  .primary .demi .videoPadding,
  .secondary .demi .videoPadding,
  .tertiary .demi .videoPadding,
  .quaternary .demi .videoPadding,
  .quinary .demi .videoPadding {
    padding-bottom: 240px !important;
  }
}



.p-id-158 #introContent .cn,
.p-id-159 #introContent .cn {
  padding-bottom: 0 !important;
}

.multimedia.object iframe {
  aspect-ratio: 16/9;
  max-height: inherit;
  max-width: inherit;
  width: 100%;
  height: 100%;
}



@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  .home #bd #prefooterContent {
    padding: 50px 0 !important;
  }
}

.mobile.home #bd #prefooterContent {
  padding: 50px 0 !important;
}




@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  #introContent .object.centered.noColumn .wrap-content,
  #highlightContent .object.centered.noColumn .wrap-content {
    margin-bottom: 0 !important;
  }
}

#filterFormHome .wrap-content p {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 991.98px) {
  #filterFormHome .wrap-content p {
    width: 100%;
  }
}

h2.tag-related-subtitle {
  text-transform: inherit !important;
  font-size: 20px;
  margin: 20px !important;
}