/*
/*

	CSS - IDMG

 * Kameleo T2 Template Graphical configuration
 */

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

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

*/

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

	.default:page par défaut
	.home:page d'accueil
	.annexe:page annexe

	.menuCouleur01:menu couleur 01
	.menuCouleur02:menu couleur 02
	.menuCouleur03:menu couleur 03
	.menuCouleur04:menu couleur 04


/*** --- VARIABLE DE PARAGRAPHE --- (css dans le point "06. Objects styles" )

	.default:style de paragraphe par défaut
	.fullBg:full largeur background
	.column:une petite colonne
	.textdivided: texte divisée en deux colonnes

*/

/* admin only */

body:not(.admin) .not-publish {
  display: none;
}

body.admin .not-publish {
}

/* ------------------------------------------------- Fonts ----------------------------------------------------- */

@font-face {
  font-family: "Noka Black";
  src:
    url("../fonts/NokaTrial-Black.ttf") format("truetype"),
    url("../fonts/NokaTrial-Black.woff2") format("woff2"),
    url("../fonts/NokaTrial-Black.woff") format("woff"),
    url("../fonts/NokaTrial-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* ------------------------------------------------- VARIABLES ----------------------------------------------------- */

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #002ac6;
  --color-secondary: #002ac6;
  --color-darkgray: #414042;
  --color-mediumgray: #c8c8c8;
  --color-lightgray: #f6f6f6;

  --color-bg: #eefbfe;
  --color-border: rgba(0, 0, 0, 0.2);
  --color-text: var(--color-black);
  --color-textneg: var(--color-white);
  --color-pagetitle: var(--color-text);
  --color-paragraphtitle: var(--color-darkgray);
  --color-secondarytitle: var(--color-mediumgray);

  --links-color: var(--color-primary);
  --links-hovercolor: var(--color-secondary);
  --links-hovermenu: var(--color-bg);
  --links-activecolor: var(--darkgray);

  --button-color: var(--color-primary);
  --button-hovercolor: var(--color-secondary);

  --font-main: "Poppins", sans-serif;
  --font-secondary: "Noka Black", sans-serif;

  --weight-light: 300;
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-bold: 700;

  --size-smalltext: 13px;
  --lineheight-smalltext: 20px;

  --size-maintext: 16px;
  --lineheight-maintext: 25px;
  --size-bigtext: 18px;
  --lineheight-bigtext: 26px;

  --size-titleh1-mobile: 25px;
  --lineheight-titleh1-mobile: 33px;
  --size-titleh1-medium: 30px;
  --lineheight-titleh1-medium: 38px;
  --size-titleh1-large: 35px;
  --lineheight-titleh1-large: 43px;

  --size-titleh2-mobile: 20px;
  --lineheight-titleh2-mobile: 26px;
  --size-titleh2-medium: 22px;
  --lineheight-titleh2-medium: 28px;
  --size-titleh2-large: 24px;
  --lineheight-titleh2-large: 30px;

  --size-titleh3-mobile: 20px;
  --lineheight-titleh3-mobile: 28px;
  --size-titleh3-medium: 20px;
  --lineheight-titleh3-medium: 28px;
  --size-titleh3-large: 20px;
  --lineheight-titleh3-large: 28px;

  --size-titleh4-mobile: 16px;
  --lineheight-titleh4-mobile: 24px;
  --size-titleh4-medium: 17px;
  --lineheight-titleh4-medium: 25px;
  --size-titleh4-large: 18px;
  --lineheight-titleh4-large: 26px;

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

  --global-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  --global-radius: 2px;
  --global-transition: 0.2s all ease-in-out;
}

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

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

body {
  height: 100%;
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: var(--weight-normal);
  color: var(--color-text);
  background-color: var(--color-white);

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

div#w0,
div#w1 {
  height: 100%;
}

div#w2 {
  height: auto;
  min-height: 100%;
  background-color: #edf0f4;
}

.home div#w2 {
  background-color: var(--color-primary);
}

/* -- Titles & typography -- */

/* Titles default */
#cn h1,
#cn h2,
#cn h3,
#ft h2 {
  color: var(--color-black);
  font-weight: var(--weight-medium);
  margin-bottom: 20px;
  text-transform: none;
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 2rem;
}

#cn #header_image_container h1,
#cn .slider h2 {
  /* -- page title -- */
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  color: var(--color-white);
  z-index: 5;
  font-size: 3.125rem;
  line-height: 3.625rem;
  position: relative;
  padding: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20;
  letter-spacing: 0.1rem;
  font-weight: var(--weight-bold);
}

#cn #bd h1 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  width: 100%;
  text-align: left;
  color: var(--color-black);
  padding: 0 23px;
  box-sizing: border-box;
  font-family: var(--font-secondary);
  font-weight: var(--weight-bold);
}

body.p-id-248 #bd h1,
.p-id-248 #bd div.cn.titlePage {
  visibility: hidden;
  height: 0;
}

.home #cn #bd h1 {
  margin-bottom: 10px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 40px;
  font-weight: var(--weight-bold);
}

#cn h3 {
  /* -- module title -- */
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

#cn h3 a {
  text-decoration: none;
  text-transform: none;
}

#cn .highlight .object h2,
#cn .slick-slide.event h2,
#cn .slick-slide.event h2 a,
.home #cn div#bd #portesContent .object h2,
div#bd .image.object.column_third h2,
body:not(.productPage) div#bd .standard.object.column_third h2 {
  font-weight: var(--weight-normal);
  color: var(--color-white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.75rem;
  font-size: 1.375rem;
  text-decoration: none;
}

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

#cn .object strong {
  font-weight: var(--weight-bold);
}

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

p {
  margin: 0 0 12px 0;
}

/* -- List-styles -- */

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

/* -- Tables -- */

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

/* special table styles */

.object table {
  margin: 20px 0;
}

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

.object table tr td ul {
  margin-bottom: 0;
  font-weight: var(--weight-normal);
}

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

/* -- Forms --*/

form.kSiteForm fieldset {
  margin-bottom: 15px;
  display: inline-block;
  width: 97%;
}

form.kSiteForm fieldset.half {
  width: 47%;
  margin-right: 2.5%;
}

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

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

form.kSiteForm label {
  font-weight: var(--weight-normal);
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding-bottom: 4px;
}

form.kSiteForm .captcha input,
form.kSiteForm input.text,
form.kSiteForm textarea,
form.kSiteForm select,
#mc_embed_signup input.email {
  color: var(--color-primary);
  font-size: 1rem;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  height: auto;

  border-radius: 5px;

  transition: all 0.15s linear;
}

form.kSiteForm input.text:focus,
form.kSiteForm textarea:focus,
form.kSiteForm select:focus,
#mc_embed_signup input.email:focus,
form.kSiteForm input.text:hover,
form.kSiteForm textarea:hover,
form.kSiteForm select:hover,
#mc_embed_signup input.email:hover {
  border-color: var(--color-primary);
  box-shadow: var(--global-box-shadow);
}

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

a,
a:link,
a:visited {
  color: var(--color-primary);
  font-weight: var(--weight-normal);
  text-decoration: underline;
}

body.p-id-248 a,
body.p-id-248 a:link,
body.p-id-248 a:visited {
  color: #0b6c30;
}

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

/* -- buttons style -- */
.object a.button,
div#bd .object a.button,
div#ft a.button,
.container.buttons #btSubmit,
.navPost-prev a,
.navPost-next a,
input.kButton.continue,
.blog .blog a.readmore,
.highlight > a,
.home .event.object .btn.readmore,
.anchorList li a,
.code.object .form-group .btn.btn-default,
#ft a.newsletterBtn {
  color: var(--color-secondary);
  background-color: transparent;
  text-transform: uppercase;
  font-weight: var(--weight-medium);
  text-decoration: none;
  padding: 11px 40px 11px 0;
  line-height: 1.1875rem;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1rem;
  height: auto;
  width: auto;
  text-align: left;
  background-image: none;
  cursor: pointer;
  box-sizing: border-box;

  min-width: 220px;

  /* Rectangle Copy 3: */
  border: none;
  border-bottom: 2px solid #d3d3d3;
  border-top: 2px solid #d3d3d3;

  transition: all 0.15s linear;
}

body.p-id-248 .object a.button,
body.p-id-248 div#bd .object a.button {
  color: #0b6c30;
}

#cn .item_listing .item_porte a.pdf {
  display: inline-block;
  line-height: auto;
  padding: 5px 5px 5px 0;
}

div#bd .object a.button::after,
#cn .blog a.readmore::after,
.highlight > a::after,
.home .event.object .btn.readmore::after,
.anchorList li a::after,
.code.object .form-group .btn.btn-default::after,
#ft a.newsletterBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: -4px;

  transition: all 0.15s linear;

  transform: rotate(135deg);

  display: block;

  border-top: 2px solid var(--color-secondary);
  border-left: 2px solid var(--color-secondary);
  background-color: transparent;
}

body.p-id-248 div#bd .object a.button::after {
  border-color: #0b6c30;
}

#ft a.newsletterBtn::after {
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}

.highlight > a,
.home .event.object .btn.readmore {
  color: var(--color-white);
  float: right;
}

.highlight > a::after,
.home .event.object .btn.readmore::after {
  border-color: var(--color-white);
}

.object a.button:hover,
div#bd .object a.button:hover,
div#ft a.button:hover,
.container.buttons #btSubmit:hover,
.container.buttons #btSubmit:focus,
.navPost-prev a:hover,
.navPost-prev a:hover,
.navPost-next a:hover,
input.kButton.continue:hover,
.blog .blog a.readmore:hover,
.highlight > a:hover,
.home .event.object .btn.readmore:hover,
.code.object .form-group .btn.btn-default:hover,
#ft a.newsletterBtn:hover,
.anchorList li a:hover {
  color: var(--color-secondary);
  background-color: transparent;
  padding: 11px 40px 11px 0;
  margin: 0;
}

.highlight > a:hover,
.home .event.object .btn.readmore:hover {
  color: var(--color-white);
}

div#bd .object a.button:hover::after,
#cn .blog a.readmore:hover::after,
.highlight > a:hover::after,
.home .event.object .btn.readmore:hover::after,
.anchorList li a:hover::after,
.code.object .form-group .btn.btn-default:hover::after,
#ft a.newsletterBtn:hover::after {
  right: 5px;
}

.slider_container {
  position: relative;
  background-color: var(--color-black);
  height: 0px !important;
}
@media screen and (max-width: 899px) {
  /* .slider_container {
    padding-top: 156px;
  } */
}
@media screen and (min-width: 900px) and (max-width: 1550px) {
  .slider_container {
    padding-top: 98px;
    /* padding-top: 148px; */
  }
}
@media screen and (min-width: 1551px) {
  .slider_container {
    /* padding-top: 171px; */
    padding-top: 121px;
  }
}

.slider_container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* background-image: url(../img/slider_bg.jpg);
  background-size: cover; */
  background-color: var(--color-black);
  /* opacity: 0.85; */
}

.slider_container .object a.button {
  text-shadow: none;
  text-align: center;
  padding: 20px;
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);

  box-shadow: var(--global-box-shadow);
}

.slider_container .object a.button:hover {
  opacity: 0.5;
}

#header_image_container a.button,
#header_image_container a.button:hover {
  margin-right: 25px;
  margin-top: 15px;
}

.home #header_image_container .object a.button {
  box-shadow: var(--global-box-shadow);
  padding: 20px 30px;
}

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

/** slider product ≠**/

div#bd #mainContent .object.column_demi .slider_product img,
.slider_nav img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  opacity: 1;
}

.slider_nav img {
  max-width: calc(100% - 2px);
  border: 5px solid var(--color-white);
  box-sizing: border-box;
}

.slider_nav {
  width: 90px;
  position: absolute;
  top: 10px;
  left: -80px;

  padding: 0 20px 0 0;
}

.slider_nav .slick-prev,
.slider_nav .slick-next {
  width: 30px;
  height: 30px;
  left: 2px;
}

.slider_nav .slick-next {
  left: 37px;
}

.slider_nav .slick-track {
  width: 100% !important;
  left: 0 !important;
}

.slider_nav .slick-list {
  padding: 0 !important;
}

.slider_nav .slick-slide {
  float: none;
  width: 100% !important;
  line-height: 0;
  margin-bottom: 8px;
}

.slider_product .slick-slide img {
  width: calc(100% - 20px);
  margin: 10px;
  height: auto;
  box-sizing: border-box;
  border: 16px solid var(--color-white);

  box-shadow: var(--global-box-shadow);
}

.slider_nav .slick-current img {
  border: 1px solid var(--color-black);
}

.descriptionProduct_column {
  width: calc(33.33% - 20px);
  padding-top: 22px;
}

#cn .code.object .descriptionProduct_column h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: var(--weight-light);
  margin-bottom: 7px;
}

.descriptionProduct {
  margin-bottom: 30px;
}

.sliderProduct_column {
  width: calc(66.66% - 20px);
}

div:focus,
img:focus {
  outline: none;
}

/* Header img */

.img-home-header-container {
}

.img-home-header-container > img {
  width: 100vw;
  max-height: 50vh;
  object-fit: cover;
}

/** slider references **/

div#bd #sliderReferenceContent .slider_references {
  width: 100%;
  max-width: 100%;
}

#sliderLogoContent {
  background-color: var(--color-white);
}

.home div#bd #mainContent #sliderReferenceContent .cn {
  max-width: 1146px;
  width: 100%;
  padding: 0 23px 80px 23px;
}

div#bd #sliderReferenceContent .object {
  width: 100%;
  padding-bottom: 20px;
  max-width: calc(100% - 20px);
  margin: 0 10px;
}

#sliderReferenceContent .slick-slider {
  padding: 20px 0 10px 0;
}

div#bd #sliderReferenceContent .slick-track {
  margin-bottom: 30px;
}

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

div#bd #sliderReferenceContent .image.object img {
  /* box-shadow: var(--global-box-shadow); */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#sliderReferenceContent .slick-prev {
  left: 50%;
  margin-left: -2px;
  transform: translateX(-100%);
}

#sliderReferenceContent .slick-next {
  left: 50%;
  margin-left: 2px;
}

div#bd .object a.button.plusRealisations {
  float: right;
  margin-right: 10px;
  border-color: var(--color-black);
  color: var(--color-black);
}
div#bd .object a.button.plusRealisations:after {
  border-color: var(--color-black);
}

#sliderReferenceContent {
  margin-top: 30px;
}
/** Slider page réalisation ***/

.sliderDetailRealisation {
  width: 100%;
}

.sliderDetailRealisation img {
  width: calc(100% - 50px);
  height: auto;
  line-height: 0;
}

.descriptionRealisation {
  width: 100%;
  margin-bottom: 30px;
}

.realisation_img {
  position: relative;
  background-color: #d3d3d3;
}

.realisation_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  z-index: 20;
  line-height: 20px;

  transition: all 0.2s linear;
}

.realisation_img a span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: var(--color-white);
  opacity: 1;
  font-weight: var(--weight-normal);
  text-transform: uppercase;

  transition: all 0.2s linear;
}

.realisation_img a span:hover {
  opacity: 0.7;
}

.realisation_img:hover a {
  opacity: 1;
}

.realisation_img .slick-prev,
.realisation_img .slick-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0;
}

.realisation_img .slick-next {
  left: auto;
  right: 0;
}

.realisation_img:hover .slick-prev,
.realisation_img:hover .slick-next {
  opacity: 1;
}

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

a#goTo:before {
  content: "";
  background: url(../img/goTo_btn.png) center center no-repeat;
  background-size: 36px 36px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: var(--color-white);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: var(--weight-bold);
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s linear;
}

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

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

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

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

/*
#bd div.cn.titlePage, #introContent div.cn, #mainContent div.cn{
	max-width: 956px;
	padding-top: 0;
}
*/

div#bd #portesContent,
.home div#bd #mainContent .cn,
.productPage #bd div.cn.titlePage,
.productPage #introContent div.cn,
.productPage #mainContent div.cn {
  max-width: 1146px;
  padding: 0 23px;
}

#bd #bd_bg .object div.cn.titlePage {
  padding-left: 10px;
  padding-right: 10px;
}

#bd #bd_bg .object h1 {
  padding: 0;
}

.productPage #mainContent div.cn {
  box-sizing: border-box;
  padding: 0 13px;
}

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

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

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

/* -- logo --*/

strong#logo a {
  /* top: 84px; */
  top: 30px;
  left: 23px;
  background-image: url(../img/logo.png);
  background-size: contain;
  padding: 70px 0 0 190px;
  margin: 0;
  background-position: center left;
  background-repeat: no-repeat;
}

body.p-id-248 strong#logo a {
  background-image: url(../img/r2b-logo-eco.png);
}

#ft strong#logo_footer a {
  top: -4px;
  left: 30px;
  background-image: url(../img/logo_white.png);
  background-size: 138px auto;
  padding: 95px 0 0 142px; /* size of your logo here */
}

strong#logo {
  width: 1146px;
  padding: 0 23px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: block;
}

strong#logo_footer {
  position: relative;
}

/** social **/

.reseaux_sociaux ul li {
  display: inline-block;
  vertical-align: middle;
}

#hd .reseaux_sociaux ul li a img {
  width: 22px;
  height: 22px;
  margin-left: 20px;
}

#ft .reseaux_sociaux ul li img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#ft .reseaux_sociaux ul li svg {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
#ft .reseaux_sociaux ul li svg path {
  fill: var(--color-white);
}

.reseaux_sociaux ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s linear;
}

.reseaux_sociaux ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

#ft .reseaux_sociaux ul {
  margin: 0 0 30px 0;
}

/* -- hd (header default parameters) -- */
div#hd {
  height: auto;
  position: relative;
  height: 200px;
}

.topbar {
  width: 100%;
  height: auto;
  margin: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  text-align: right;
  box-shadow: var(--global-box-shadow);
  background-color: var(--color-white);
}

.admin .topbar {
  top: 44px;
}

.topbar #header_right .mail_topbar img {
  width: 24px;
  height: 19px;
  margin-right: 10px;
}

.topbar #header_right a {
  padding: 10px;
}

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

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

/* -- ft (footer default parameters) --*/
div#ft {
  position: static;
  clear: both;
  z-index: 30;
  width: 100%;
  overflow: hidden;
  background-color: #21292b;
}

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

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

/* -- Main navigation -- */

div#mainNavCt {
  max-width: 1146px;
  padding: 0 23px;
  box-sizing: border-box;

  float: none;
  height: auto;
  margin: 0 auto;
  text-align: right;
}

ul#mainNav {
  padding: 0;
  text-align: right;
  background: none;
  width: auto;
  margin-right: -11px;
}

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

ul#mainNav > li > a,
a.external_linkNav {
  font-weight: var(--weight-medium) !important;
}
ul#mainNav > li > a:hover,
a.external_linkNav:hover {
  opacity: 1 !important;
  color: var(--color-primary);
}

ul#mainNav li a,
#hd ul#mainNav li ul li a,
#annexe li a,
#annexNavCt a.button,
a.external_linkNav {
  /* style of the main navigation links */
  font-size: 1.125rem;
  font-weight: var(--weight-normal);
  line-height: 1.1875rem;
  display: block;
  color: var(--color-black);
  text-transform: uppercase;
  padding: 57px 10px 20px 10px;
  opacity: 1;
  text-decoration: none;
  transition: all 0.1s linear;
}

a.external_linkNav {
  display: inline-block;
}

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

ul#mainNav > li.on > ul > li.on > a {
  font-weight: var(--weight-bold) !important;
}

body:not(.admin) ul#mainNav li.menu3.productPage ul {
  display: none;
  visibility: hidden;
}

/*link to rdw*/
a.link-to-r2w {
  display: inline-block;
  vertical-align: bottom;
  line-height: 0;
  margin-left: 20px;
  border-left: 1px solid #737373;
  padding-left: 15px;
}

a.link-to-r2w img {
  width: 69px;
  height: auto;
}

/** anchors **/

ul.anchorList {
  max-width: calc(66.66% - 46px);
  margin: 0 23px;
  text-align: left;
}

.anchorList li a,
.anchorList li a:hover {
  min-width: 100px;
  margin-right: 25px;
}

.anchorList li {
  display: inline-block;
}

/* -- second navigation -- */

/* dropdown menu */
ul#mainNav li ul {
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 10;
  width: 290px;
  left: 0px;
  top: 96px;
  background-color: var(--color-secondary);
  box-shadow: var(--global-box-shadow);
}

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

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

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

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

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

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

ul#secNav {
  width: 100%;
  text-align: center;
  margin: 0 0 64px 0;
  padding: 0;
  border-bottom: 2px solid #d9d9d9;
}

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

ul#secNav li a {
  color: #505050;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  font-weight: var(--weight-bold);
  text-align: center;
  line-height: 19px;
  width: auto;
  display: block;
  position: relative;
  padding: 10px 15px 30px 15px;

  transition: opacity 0.2s linear;
}

ul#secNav li a:hover {
  padding: 10px 15px 30px 15px;
  opacity: 0.5;
}

#cn ul#secNav li.on a {
  color: var(--color-secondary);
}

/* -- 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: var(--weight-bold);
  text-decoration: none;
  border: 1px solid var(--color-secondary);
  padding: 10px 15px;
  transition: all 0.2s linear;
}

ul#thirdNav li a:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

/* -- annexe navigation -- */

.top_header {
  max-width: 1146px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* padding: 45px 23px 0px 23px; */
  padding: 0 23px 0px 23px;
  box-sizing: border-box;
}

.top_header .top_header_left {
  /* padding: 0 23px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top_header .top_header_right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.top_header_right a {
  display: inline-block;
  display: flex;
  align-items: baseline;
  margin-left: 5px;
  padding: 1px 8px;
  background-color: var(--color-mediumgray);
  color: var(--color-darkgray);
  font-size: 14px;
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}
.top_header_right a svg {
  width: 17px;
  height: 16px;
  margin-left: 5px;
}
.top_header_right a svg path {
  fill: var(--color-black);
}
.top_header_right a.is-active {
  padding: 5px 8px;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.top_header_right a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.top_header_right a:hover svg path {
  fill: var(--color-white);
}

#annexe {
  display: inline-block;
  text-align: right;
  float: none;
  width: auto;
  box-sizing: border-box;
  padding: 0;
}

.annexe span {
  color: #737373;
}

#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 */
  display: inline-block;
  vertical-align: top;
  color: var(--color-secondary);
  padding: 24px 20px;
  opacity: 1;

  text-decoration: none;
  transition: opacity 0.1s linear;
}

.annexe a.button {
  color: #21292b;
  padding: 6px 0 6px 5px;
  font-weight: var(--weight-bold);
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.1s linear;
}

#annexe li a:hover,
#annexe li.on a,
.annexe a.button:hover,
.reseaux_sociaux ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.annexe a.button,
.annexe span {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

/* -- footer navigation -- */

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

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

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

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

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

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

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

/**** Breadcrumb ****/

/** breadcrumb **/

#breadcrumbContent {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

#breadcrumbContent .cn::after {
  content: "";
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 0;
  height: 2px;
  background-color: var(--color-border);
}

#breadcrumbContent .cn {
  box-sizing: border-box;
  padding: 18px 23px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  max-width: 1146px;
}

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

#breadcrumbContent a,
#breadcrumbContent span,
#breadcrumbContent #link_homepage a {
  padding-top: 2px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.8125rem;
}

#breadcrumbContent .breadcrumb a:hover,
#breadcrumbContent span:hover,
#breadcrumbContent #link_homepage a:hover {
  opacity: 0.6;
}

#breadcrumbContent span {
  color: #b2b2b2;
}

.blog #breadcrumbContent {
  display: none;
}

#breadcrumbContent #link_homepage a::after {
  content: "";
}

#breadcrumbContent span.arrow_sep,
#breadcrumbContent #link_homepage a::after {
  width: 6px;
  height: 6px;
  margin: 0 20px;
  padding: 0;
  transform: rotate(135deg);

  display: block;

  border-top: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  background-color: transparent;

  display: inline-block;
}

#breadcrumbContent #link_homepage {
  display: inline-block;
  margin: 0;
}

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

/* -- Objects styles default --*/

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

div#bd .object {
  /* all paragraph in #bd */
  padding-bottom: 60px;
  margin: 0 23px;
  width: 100%;
  max-width: calc(100% - 46px);
  text-align: left;
}

div#bd .object.multimedia {
  /* all paragraph in #bd */
  padding-bottom: 10px;
}

#bd #bd_bg .object.code .object {
  margin: 0;
}

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

div#bd .form.object > div {
  border: 1px solid #d3d3d3;
  padding: 70px;
  box-sizing: border-box;
}

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

div#bd div#introContent .image.object img {
  /* paragraph image */
  width: 100%;
}

div#bd #mainContent .highlight .object img,
div#bd #mainContent .image.object.column_third img,
div#bd #mainContent .object.column_third img,
div#bd #mainContent .object.column_demi img,
div#bd #mainContent .object.column_twothird img {
  margin-left: 0;
  width: 100%;
  transition: opacity 0.2s linear;
}

div#bd #mainContent .highlight .object .wrapimg,
div#bd #mainContent .standard.object.column_third .wrapimg {
  width: 100%;
  line-height: 0;
}

div#bd #mainContent .standard.object.column_third .wrapimg {
  margin-bottom: 10px;
}

div#bd #mainContent .image.object.column_third > div,
div#bd #mainContent .image.object.column_third a,
div#bd #mainContent .standard.object.column_third .wrapimg,
div#bd #mainContent .standard.object.column_third .wrapimg a,
div#bd #mainContent .image.object.column_quart > div,
div#bd #mainContent .image.object.column_quart a,
div#bd #mainContent .standard.object.column_quart .wrapimg,
div#bd #mainContent .standard.object.column_quart .wrapimg a {
  width: 100%;
  height: 270px;
  display: block;
}

.cataloguePage div#bd #mainContent .image.object.column_third > div,
.cataloguePage div#bd #mainContent .image.object.column_third a,
.cataloguePage div#bd #mainContent .image.object.column_third a:hover {
  height: 180px;
  background-color: transparent;
  max-height: 14vw;
}

.cataloguePage div#bd #mainContent .image.object.column_third a:hover {
  background-color: var(--color-border);
}

.cataloguePage div#bd #mainContent .object.column_third img {
  object-fit: none;
  height: auto;
  opacity: 1;
  width: auto;
}

.cataloguePage div#bd #mainContent .object.column_third > div,
.cataloguePage div#bd #mainContent .object.column_twothird > div {
  text-align: left;
}

.cataloguePage div#bd #mainContent .object.column_third,
.cataloguePage div#bd #mainContent .object.column_twothird {
  background-color: transparent;
}

.cataloguePage div#bd .image.object.column_third a,
.cataloguePage div#bd .image.object.column_demi a,
.cataloguePage div#bd .image.object.column_third a:hover,
.cataloguePage div#bd .image.object.column_demi a:hover {
  box-shadow: none;
}

.cataloguePage #cn div#bd .text.object h2 {
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #d3d3d3;
}

.cataloguePage #cn div#bd .text.object.first h2 {
  padding-top: 0;
}

div#bd #mainContent .image.object.column_demi > div,
div#bd #mainContent .image.object.column_third > div,
div#bd #mainContent .standard.object.column_third .wrapimg,
div#bd #mainContent .image.object.column_quart > div,
div#bd #mainContent .image.object.column_quart > div,
div#bd #mainContent .standard.object.column_quart .wrapimg {
  background-position: center center;
  background-size: cover;
}

.mobile div#bd #mainContent .image.object.column_demi {
  padding-bottom: 0 !important;
}

div#bd #mainContent .image.object.column_demi > div,
div#bd #mainContent .image.object.column_demi a {
  width: 100%;
  height: 340px;
}

div#bd #mainContent .image.object.column_demi a,
div#bd #mainContent .image.object.column_third a {
  background-color: rgba(0, 0, 0, 0.3);
}

div#bd #mainContent .image.object.column_demi a:hover,
div#bd #mainContent .image.object.column_third a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

div#bd #mainContent .highlight .object.column_demi img {
  height: auto;
  object-fit: none;
  box-sizing: border-box;
}

div#bd #mainContent .highlight .object.column_demi {
  position: relative;
}

div#bd #mainContent .highlight .object.column_demi h2 {
  position: absolute;
  top: 40px;
}

div#bd .image.object > div {
  text-align: center;
  line-height: 0;
}

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

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

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

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

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

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

div#bd .object.standard.default .wrapimg img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
div#bd .object.standard.default .wrapobject {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

/* video multimedia object */

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

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

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

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

/* full image in background */

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

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

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

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

/* -- hasaccordion -- */

div#bd .object.hasaccordion {
  border-bottom: 1px solid rgba(149, 159, 166, 0.25);
  padding: 20px 0 20px 0;
  margin-bottom: 0;
}

div.accordion {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

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

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

.hasaccordion h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  background-image: url(../img/plus_btn.svg);
  background-size: 15px 15px;
  width: 33px;
  height: 33px;
  border: 2px solid var(--color-secondary);
  background-color: transparent;
  border-radius: 150px;
  background-position: center center;
  background-repeat: no-repeat;
}

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

/* -- Columns object -- */

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

.productPage div#bd .object.column_third {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
  padding: 0;
}

.productPage div#bd .object.column_twothird {
  width: calc(66.66% - 70px);
  margin: 0 60px 20px 10px;
}

div#bd .object.column_quart,
div#bd .object.column_cinquieme,
div#ft .object.column_quart {
  width: calc(25% - 20px);
  margin: 0 10px 40px 10px;
  padding: 0;
}

.p-id-5 div#bd #mainContent .object.column_quart {
  width: calc(25% - 40px);
  margin: 0 20px 40px 20px;
  padding: 0;
  background-color: var(--color-white);
}

div#bd .object.column_cinquieme {
  width: calc(20% - 20px);
}

div#bd .object.column_demi {
  width: calc(50% - 46px);
}

#cn div#bd .object.column_demi h2 {
  margin-bottom: 8px;
}

#cn div#bd .object.image.column_demi h2 {
  font-family: var(--font-secondary);
  font-size: 35px;
  bottom: 0;
  left: 0;
  transform: translate(0);
  top: initial;
  margin: 0;
  padding: 20px 30px;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 80%
  );
}

#cn div#bd .object.image.column_demi {
  /* filter: grayscale(100%); */
  transition: all 0.2s;
}
#cn div#bd .object.image.column_demi:hover {
  /* filter: grayscale(0%); */
}
#cn div#bd .object.image.column_demi a,
#cn div#bd .object.image.column_demi a:hover {
  background-color: transparent;
}

.p-id-5 div#bd #mainContent .object.standard.column_quart .wrapobject h2 {
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.p-id-5 div#bd #mainContent .object.standard.column_quart .wrapobject {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}

.p-id-5 div#bd #mainContent .object.standard.column_quart .wrapobject a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.p-id-5 div#bd #mainContent .object.standard.column_quart .wrapobject a:hover {
  text-decoration: underline;
}

.p-id-5 div#bd #mainContent #id-59 {
  margin-top: 20px;
}
/* -- noMargin object -- */

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

/****/
.home div#bd #portesContent .object {
  width: calc(100% / 4);
  margin: 0;
  position: relative;
  padding: 0;
}

.home div#bd #portesContent .standard.object {
  filter: grayscale(100%);

  border: 8px solid var(--color-white);
  box-sizing: border-box;

  transition: all 0.2s;
}

.home div#bd #portesContent .standard.object:hover {
  filter: grayscale(0%);
}

.logoHome {
  position: absolute;
  top: 50%;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
}

#logo_homepage img {
  display: inline-block;
  width: 300px;
  height: 169px;
}

#logo_homepage a {
  display: block;
}

/* portes */

div#bd #portesContent {
  justify-content: center;
  margin: 30px auto 80px auto;
  box-sizing: border-box;

  padding: 8px;
  background-color: var(--color-white);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 899px) {
  .mobile div#bd #portesContent {
    margin-top: -10px !important;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  div#bd #portesContent {
    margin: -50px auto 0 auto;
  }
}

.home div#bd #portesContent .object > div {
  background-position: center center;
  background-size: cover;
  height: 430px;
}

.home div#bd #portesContent .object .wrapimg,
.home div#bd #portesContent .object .wrapobject {
  width: 100%;
}

.home div#bd #portesContent .standard.object a {
  opacity: 1;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--weight-medium);

  transition: all 0.2s;
}

.home div#bd #portesContent .standard.object:hover a {
  opacity: 1;
}

/* .home div#bd #portesContent .standard.object:hover a:hover {
  opacity: 0.5;
} */

.home div#bd #portesContent .object .wrapobject {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  color: var(--color-white);
  z-index: 20;
  padding: 15px 30px;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 80%
  );
}

.home div#bd #portesContent .object .wrapimg a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}

.home div#bd #portesContent .object #logo_homepage {
  position: relative;
  z-index: 10;
}

.home div#bd #portesContent .object:not(.logoHome)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.2) 36%,
    rgba(0, 0, 0, 0.45) 58%
  );
}

.home #cn div#bd #portesContent .object h2 {
  z-index: 10;
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: var(--font-secondary);
  font-size: 50px;
  line-height: 45px;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (min-width: 1161px) and (max-width: 1370px) {
  .home div#bd #portesContent .object .wrapobject {
    padding: 10px 20px;
  }
  .home #cn div#bd #portesContent .object h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

@media screen and (min-width: 1371px) and (max-width: 1699px) {
  .home #cn div#bd #portesContent .object h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

.home div#bd #portesContent .object p {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  text-align: left;
  transition: all 0.2s linear;
}

.home div#bd #portesContent .object:hover p {
  opacity: 1;
  height: 100%;
}

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

.home #cn .highlight .object .wrapobject {
  text-align: center;
}

div#bd .object.column_demi .wrapimg,
div#bd .object.column_third .wrapimg,
div#bd .object.column_quart .wrapimg {
  order: 1;
}

div#bd .object.column_demi .wrapimg {
  margin-bottom: 20px;
}

div#bd .object.column_demi .wrapobject,
div#bd .object.column_third .wrapobject,
div#bd .object.column_quart .wrapobject {
  order: 2;
}

/***/

/* -- fond blanc -- */

div#bd .object.whiteBg {
  background-color: var(--color-white);
  padding-top: 60px;
}

/* -- Text divided columns -- */

div#bd .object.textdivided > div {
  columns: 2;
  column-gap: 80px; /* space between the columns */
  text-align: justify;
}

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

/****/

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

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

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

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

div#header_image_container {
  background-color: var(--color-white);
  width: auto;
  height: auto;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

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

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

div#header_image_container,
div#header_image_container .header_image_backgroundImage,
.header-image-textBlock {
  height: 320px;
  min-height: 320px;
}

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

div#header_image_container .header_image_backgroundImage::after {
  /* filter on the image */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.4) 17%,
    rgba(0, 0, 0, 0.15) 36%,
    rgba(0, 0, 0, 0.1) 80%
  );
}

.header-image-textBlock {
  padding: 0;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-image-textBlock .object {
  width: 100%;
  max-width: 1146px;
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 32px;
  text-align: left;
  margin: 0px auto;
}

.header-image-textBlock .object .wrapobject {
  max-width: 840px;
}

#cn .header-image-textBlock .object h2 {
  font-size: 1.875rem;
  line-height: 33px;
  color: var(--color-white);
  text-align: left;
  margin-bottom: 24px;
}

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

/* -- region Introduction content -- */

body:not(.productPage) #bd #introContent .cn {
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  padding-top: 0;
  justify-content: space-between;
  max-width: 956px;
}

body.productPage #bd #introContent .cn .object:not(.image) {
  padding-right: 80px;
  padding-bottom: 20px;
}

.home #bd #introContent .cn {
  max-width: 806px;
  padding-bottom: 0;
}

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

#bd #introContent .cn .object.column_third a {
  text-decoration: none;
}

#bd #introContent .cn .object.column_third a.button,
#bd #introContent .cn .object.column_third a.button:hover {
  width: 100%;
  margin-top: 20px;
}

#bd #introContent .cn .object {
  font-size: 1.125rem;
  font-weight: var(--weight-normal);
  line-height: 1.75rem;
  padding-bottom: 40px;
}

body:not(.productPage) #bd #introContent .cn .object {
  text-align: center;
  max-width: calc(100% - 46px);
  margin: 0 23px 0 23px;
}

.home #bd #introContent .cn .object {
  max-width: 580px;
  margin: 0 auto;
}

.home #bd #introContent .cn .last.object {
  margin: 0 auto 0 auto;
  padding-bottom: 30px;
}
.home #bd #introContent .cn .last.object p {
  color: var(--color-white);
  font-size: 22px;
  line-height: initial;
}

#bd #introContent .cn .object.column_third {
  padding-top: 20px;
  border-top: 2px solid #d3d3d3;
  font-size: 0.9375rem;
  margin: 0 23px 0 23px;
}

.home #bd #introContent .cn .object.column_third {
  border-top: none;
  padding-top: 0;
}

.home #cn #bd #introContent .cn .object a.button {
  margin: 10px;
  text-align: center;
}

/* -- region mainContent -- */

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

/* -- region Footer content -- */

div#ft #footerContent {
  text-align: left;
  width: 100%;
  font-weight: var(--weight-normal);
  font-size: 1rem;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

div#ft #footerContent h2 {
  width: 100%;
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 23px;
}

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

div#ft #footerContent .cn .object {
  padding-left: 0;
  box-sizing: border-box;
  color: var(--color-white);
  text-align: left;
  font-size: 0.9375rem;
  width: calc(25% - 46px);
  margin: 0 23px;

  line-height: 1.5rem;
}

div#ft #footerContent .cn .object-logo-footer {
  margin-right: auto;
}

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

div#ft #footerContent .cn .object a {
  color: var(--color-white);
  text-decoration: none;
}

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

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

div#ft #footerContent .cn .object li a {
  font-size: 1rem;
}

div#ft #footerBg {
  background-color: var(--color-white);
  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 var(--color-secondary);
  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 var(--color-secondary);
}

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

.newsletterContent form.kSiteForm label {
  color: var(--color-secondary);
  font-weight: var(--weight-normal);
  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: var(--weight-bold);
  font-size: 1.188rem;
  color: var(--color-black);
  opacity: 1;
  transition: color 0.2s linear;
}

#hd .newsletterContent .object a:hover {
  text-decoration: none;
  color: var(--color-secondary);
}

.newsletterContent {
  width: 450px;
}

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

#hd .slider {
  background-color: #c2c0bc;
}

.home #hd .slider {
  background-color: transparent;
  position: relative;
  z-index: 5;
}

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

div#hd .slider .object > div {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  min-height: 765px;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  background-repeat: no-repeat;
  position: relative;

  flex-direction: column;
}

.home div#hd .slider .object > div {
  /* min-height: 700px;
  height: 75vh; */
  min-height: initial;
  height: auto;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home div#hd .slider .object > div img {
  /* max-height: 30vh;
  width: auto;
  max-width: 100%;
  height: auto; */

  /* max-height: 850px; */

  min-height: 100%;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 2400/1000;
  object-fit: cover;

  max-height: 250px;
  opacity: 0;
}

.home.mobile div#hd .slider .object > div img {
  max-height: 80px;
}
.home.mobile div#bd #portesContent {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.home.mobile div#bd #portesContent {
  margin-top: 10px !important;
}

@media screen and (max-width: 899px) {
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .home div#hd .slider .object > div img {
    max-height: 150px !important;
  }
  div#bd #portesContent {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1551px) {
}

.home div#hd .slider .object:not(.first) > div img {
  box-shadow: var(--global-box-shadow);
}

#hd .slider .object .wrapobject {
  font-weight: var(--weight-normal);
  text-align: center;
  margin: 0 auto;
  display: block;
  z-index: 20;
  color: var(--color-black);
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 910px;
  width: 100%;
  margin-top: 20px;
  font-size: 1.375rem;
  line-height: 1.9375rem;
}

#hd .slider .first.object .wrapobject {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 3px solid rgba(1, 1, 1, 0.9);
  max-width: 560px;
}

#hd .slider .object .wrapobject h2 {
  text-align: center;
}

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

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

/* slick dots */

ul.slick-dots {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 910px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: block !important;
  z-index: 10;
}

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--color-white);
  background-image: none;
  outline: none;
  border-radius: 150px;
}

.slick-dots li.slick-active button {
  background-color: var(--color-white);
}

.slick-prev,
.slick-next {
  position: absolute;
  background-color: var(--color-text);
  bottom: -46px;

  left: 0;
  display: block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  z-index: 20;
  transition: opacity 0.2s linear;
}

.slick-next {
  left: 48px;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  margin-left: -4px;
  transform: rotate(-45deg);

  display: block;

  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  background-color: transparent;
}

.slick-next::after {
  margin-left: -7px;
  transform: rotate(135deg);
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.65;
}

.home #hd .slick-prev,
.home #hd .slick-next {
  top: 50%;
  bottom: auto;
  left: 20px;
  background-color: transparent;
  border: 3px solid var(--color-secondary);
  border-radius: 150px;
}

.home #hd .slick-prev::after,
.home #hd .slick-next::after {
  border-top: 3px solid var(--color-secondary);
  border-left: 3px solid var(--color-secondary);
}

.home #hd .slick-next {
  right: 20px;
  left: auto;
}

/** Slider event **/

.slick-slide .link {
  margin-top: 20px;
}

.slick-slide > div > a.readmore {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.slick-slide.event h2 {
  position: absolute;
  bottom: 0;
  color: var(--color-white);
}

.slick-slide.event p {
  position: absolute;
  top: 0;
  color: var(--color-white);
}

.slick-initialized .slick-slide > div {
  position: relative;
}

.slick-initialized .slick-slide b {
  padding: 14px 20px 0 20px;
  display: block;
  text-transform: uppercase;
}

.slick-slide.event span.time {
  display: block;
  font-weight: var(--weight-light);
}

.slick-slide.event span.time::before {
  content: "Dès";
  margin-right: 5px;
}

.slick-slide .link a,
.slick-slide.event span.dayName,
.slick-slide.event span.year {
  display: none;
}

/** slider sponsors **/

#sliderLogoContent .cn {
  width: 100%;
  padding: 0;
}

.home #sliderLogoContent {
  background-color: var(--color-primary);
}

.home #sliderLogoContent h2 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  color: var(--color-white);
  text-align: center;
}

.slider_sponsors,
.slider_sponsorss {
  width: 1080px;
  margin: 0px auto;
  padding: 40px 0 80px 0;
}

.slider_sponsorss {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slider_sponsorss .object.image {
  width: calc(100% / 3 - 46px) !important;
}

.slider_sponsors > div > .slick-track {
  width: 100% !important;
}

.slider_sponsors > div > .slick-track > .slick-slide {
  width: calc(100% / 3 - 46px) !important;
}

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

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

.slider_sponsors .object a {
  display: block;
  width: 100%;
}

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

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

.slider_sponsors .object > div {
  text-align: center;
  /* height: 100px; */
}

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

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

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

/*-- region Main content  --*/

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

div#bd #mainContent .cn:not(.titlePage) {
  min-height: 200px;
}

div#bd #mainContent > div.cn {
  padding-bottom: 80px;
  padding-top: 20px;
}

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

.home div#bd #mainContent .cn {
  min-height: 0;
}

.home div#bd #mainContent .highlight .cn {
  padding: 80px 23px 80px 23px;
  box-sizing: border-box;
  justify-content: space-between;
}

.home div#bd #mainContent .highlight .cn > div {
  width: calc(50% - 20px);
  margin-bottom: 0;
  background-color: var(--color-white);
  box-shadow: var(--global-box-shadow);
}

.home div#bd #mainContent .highlight .cn .object.column_demi a {
  display: block;
  line-height: 0;
}

.home div#bd #mainContent .highlight .cn .object.column_demi a.button {
  border: none;
  padding: 20px 36px 20px 16px;
  display: inline-block;
  min-width: 0px;
}

.home div#bd #mainContent .highlight .cn {
  max-width: calc(1146px + 46px);
  width: 100%;
}

div#bd #mainContent .cn,
div#bd #portesContent,
div#bd #mainContent .cn,
div#bd #introContent .cn,
.code.object .item_informations_container {
  display: flex;
  flex-wrap: wrap;
}

div#bd #portesContent .standard.object.column_third {
  background: #d8d8d8;
  box-shadow: var(--global-box-shadow);
  border-radius: 3px;
  overflow: hidden;
  margin-top: -120px;
}

/** highlight **/

.highlight {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-start;
}

.highlight > a,
.highlight > a:hover {
  align-self: flex-end;
  margin-top: 10px;
}

#cn .highlight h2,
#cn #sliderReferenceContent h2 {
  width: 100%;
  text-align: center;
  padding: 0 23px;
  box-sizing: border-box;
  color: var(--color-white);
  font-weight: var(--weight-bold);
}

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

div#bd .image.object.column_third h2,
div#bd .image.object.column_demi h2 {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  pointer-events: none;
  color: var(--color-white);
  width: 100%;
  font-weight: var(--weight-normal);
}

div#bd .image.object.column_third h2,
div#bd .image.object.column_demi h2 {
  bottom: auto;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

div#bd .image.object.column_third a,
div#bd .image.object.column_demi a {
  display: block;
  box-shadow: var(--global-box-shadow);
  transition: all 0.2s linear;
}

div#bd .image.object.column_third a:hover,
div#bd .image.object.column_demi a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

div#bd .image.object.column_third .wrapobject h2,
#cn .highlight .image.object h2,
body:not(.productPage) div#bd .standard.object.column_third .wrapobject h2 {
  text-align: center;
  margin: -80px 0 10px 0;
}

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

div#bd .highlight .object {
  width: calc(50% - 5px);
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

div#bd .image.object.column_third,
div#bd .standard.object.column_third,
div#bd .image.object.column_demi,
div#bd .standard.object.column_demi {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.productPage div#bd .object.column_third {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
  padding: 0;
}

.productPage div#bd .object.column_demi {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  padding: 0;
}

@media screen and (max-width: 690px) {
  .productPage div#bd .object.column_demi,
  .productPage div#bd .object.column_third {
    width: 100%;
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media screen and (min-width: 691px) and (max-width: 1140px) {
  .productPage div#bd .object.column_third {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px 10px !important;
    padding: 0 !important;
  }
}

div#bd .image.object.column_third,
div#bd .image.object.column_demi,
div#bd .highlight .object.column_third,
div#bd .highlight .object.column_demi {
  display: block;
  line-height: 0;
  /* background-color: var(--color-black); */
}

.productPage div#bd .object.column_third a img,
.productPage div#bd .object.column_demi a img {
  opacity: 0.7;
}

div#bd .object.column_third a:hover img,
div#bd .object.column_demi a:hover img {
  opacity: 0.5;
}

div#bd .object.column_third h2,
div#bd .object.column_demi h2 {
  z-index: 2;
  position: relative;
}

.productPage div#bd .column_cinquieme.object .content {
  flex-direction: column-reverse;
}
.productPage div#bd .column_cinquieme.object .content > div {
  width: 100%;
}
.productPage div#bd .column_cinquieme.object .content > div a.button {
  min-width: 100%;
}

.productPage div#bd .column_third.object .content h2 {
  margin: 20px 0 5px 0;
}
.productPage div#bd .column_third.object .content > div a.button {
  min-width: 100%;
}
.productPage div#bd .column_third.object .content .wrapobject p:nth-of-type(1) {
  min-height: 50px;
}

/** prefooter content **/

#bd #prefooterContent .text.object,
.home #bd #mainContent .cn .text.object {
  text-align: center;
}

#bd #prefooterContent .cn {
  padding-top: 50px;
}

/** Codes object **/

body:not(.objet_details) div#bd .code.object {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.code.object .item_informations_container {
  justify-content: space-between;
  position: relative;
}

.productPage div#bd .code.object .object.column_demi {
  margin: 0;
}

.objet_details div#bd .code.object {
  margin: 0 10px;
  width: 100%;
  max-width: calc(100% - 20px);
}

body.objet_details #cn #bd h1 {
  padding: 0;
  margin-bottom: 20px;
}

.objet_details div#bd #mainContent > div.cn {
  padding-top: 80px;
}

.item_listing .listing_filters {
  width: 100%;
  padding-bottom: 40px;
}

.item_listing .listing_filters.prefooter {
  padding-top: 40px;
  padding-bottom: 0;
}

.item_listing .listing_filters ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.item_listing .listing_filters li {
  width: calc(16.666% - 20px);
  margin: 0 10px 20px 10px;
  background-color: var(--color-white);
  text-align: left;
}

.item_listing .listing_filters li a,
.item_listing .listing_filters li img {
  display: inline-block;
  vertical-align: middle;
}

.item_listing .listing_filters li a {
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  font-weight: var(--weight-medium);
  display: block;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  min-height: 54px;
  display: flex;
  align-items: center;
}

.item_listing .listing_filters li a.showAll {
  padding-left: 20px;
}

.item_listing .listing_filters li a:hover,
.item_listing .listing_filters li.active a {
  color: var(--color-primary);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.item_listing .listing_filters li img {
  max-width: 36px;
  max-height: 36px;
  padding: 7px 5px 7px 7px;
}

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

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

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

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

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

.home div#bd .bloglist.object {
  margin: 0;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}

.home #cn .bloglist.object h2 {
  width: 100%;
  text-align: left;
  margin: 0 auto 20px auto;
  color: var(--color-black);
  text-shadow: none;
  padding: 0;
}

.home div#bd .bloglist.object > div {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home .bloglist.object .blog {
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 0;
}

.home .bloglist.object .blog .header:hover {
  opacity: 0.7;
  cursor: pointer;
}

.home #cn .blog .blogListTitle {
  display: flex;
  flex-wrap: wrap;
}

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

.home #cn .blog .blogListTitle em {
  color: #909090;
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 3px;
  text-align: left;
  text-shadow: none;
  font-style: normal;
  order: 1;
}

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

.home .bloglist.object .blog .content a {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: var(--weight-medium);
  text-decoration: none;
  padding: 10px 30px 10px 0;
  display: inline-block;
  position: relative;
}

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

/* block listing page */

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

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

.blog #cn div.blog .header {
  padding-bottom: 20px;
}

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

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

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

.blog_details div#bd .object.blog .content {
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}

.blog div#bd .object.blog .content img {
  float: right;
  margin: 0 0 20px 60px;
  max-height: 250px;
  max-width: calc(50% - 60px);
  width: auto;
  height: auto;
  background-color: var(--color-white);
  border: 16px solid var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.blog_details div#bd .object.blog .content img {
  float: none;
  margin: 0 0 30px 0;
}

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

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

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

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

.blog div#bd .blog .content a.readmore {
  float: right;
  border: none;
  min-width: 0px;
}

/* Blog details page */

.blog_details #cn #bd h1 {
  color: var(--color-black);
  text-align: center;
  margin-bottom: 5px;
  display: block;
  text-shadow: none;
  font-size: 1.875rem;
}

/* hide the top page title if necessary !! be carefull, there could be 2 H1 on the blog details page */
.blog_details #header_image_container h1 {
  display: none;
}
/**/

.blog_details div.detail {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

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

/** button preview and next **/

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

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

div#bd .object.event {
  margin: 0 46px 0 0;
  width: calc(50% - 46px);
}

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

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

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

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

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

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

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

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

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

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

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

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

#kamGallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#kamGallery ul li {
  width: calc(33.33% - 24px);
  margin: 0 12px 12px 12px;
}

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

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

.blog_details div#bd .object.blog .content #kamGallery img {
  border: 10px solid var(--color-white);
  box-sizing: border-box;
}

/***** 10.2 POPUP *****/

.popup_background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;

  margin: 0;
  padding: 0;
  background: var(--color-black);
  opacity: 0.85;
  z-index: 2000;
  display: none;
}

.popup_container {
  display: none;
  position: fixed;
  text-align: left;
  width: 650px;
  max-width: 105%;

  height: auto;
  padding: 50px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 3000;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 0.875rem;

  border-radius: 5px;

  box-shadow: var(--global-box-shadow);
}

@media screen and (max-width: 640px) {
  .popup_container {
    width: calc(100% - 40px);
    padding: 30px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .popup_container {
    width: calc(80% - 40px);
  }
}

.popup_container .details {
  text-align: center;
}

.popup_container h2 {
  text-align: center;
  box-sizing: border-box;
  color: var(--color-secondary);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

#popup .popup_container img {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

#popup .popup_container a.button {
  color: var(--color-secondary);
  display: inline-block;
  padding: 8px 12px;
  border: 2px solid var(--color-secondary);
  border-radius: 5px;
  text-decoration: none;
}

#popup .popup_container .popupimg {
  float: left;
}

#popup .popup_container .quote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 18px;
}

.popup_background {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  width: 100%;
}

.popup_container > div,
.popup_container h2,
.popup_container strong,
.popup_container em {
  width: 100%;
  line-height: 18px;
}

/* close button */

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .closeBtn {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

.closeBtn:hover {
  opacity: 1;
}
.closeBtn:before,
.closeBtn:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: var(--color-text);
}
.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}

/***** 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 var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-white);
  padding: 10px 0 10px 0;
}

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

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

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

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

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

#hd .panier p span.totart {
  display: inline-block;
  background: url(../img/scart_number_bg.png) center center no-repeat;
  padding: 7px 8px 9px 8px;
  color: var(--color-white);
  font-weight: var(--weight-bold);
  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);
  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: var(--color-primary);
  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: var(--color-primary);
  margin-bottom: 35px;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
}

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

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

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

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

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

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

/* -- basket pages -- */

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

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

.basket .content02 {
  display: none;
}

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

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

.basket label {
  font-weight: var(--weight-normal);
}

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

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

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

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

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

/*/

/* for FIXED BACKGROUND uncomment this :

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

*/

/****/

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

div#ft .powered {
  background-color: var(--color-white);
}

div#ft .powered .cn {
  text-align: left;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
}

/* -- copyright -- */

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

/* -- login kameleo -- */

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

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

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

div#kLogin:hover {
  background-color: rgba(0, 0, 0, 0.3);
  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;
}

/**/

/***** 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;
  transition: opacity 0.2s linear;
}

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

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

/** database **/

.item_listing {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.item_listing .item_porte {
  width: calc(33.33% - 20px);
  margin: 0 10px 25px 10px;
  text-align: center;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}

.item_listing .item_porte.deux_columns {
  width: calc(50% - 20px);
  text-align: left;
  padding-bottom: 10px;
}

.item_listing .item_realisation {
  width: calc(33.33% - 20px);
  margin: 0 10px 25px 10px;
}

.item_listing .item_porte img,
.item_listing .item_realisation img {
  width: 100%;
  height: auto;
}

.item_listing .item_porte .item_image {
  position: relative;
}

.item_listing .item_porte .item_image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

#cn .item_listing .item_porte a {
  text-decoration: none;
  line-height: 0;
  display: block;
}

#cn .item_listing .item_porte:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

#cn .item_listing .item_porte h3 {
  font-size: 1.125rem;
  padding: 20px 25px;
  margin: 0;
  font-weight: var(--weight-medium);
  color: rgba(0, 0, 0, 0.7);
}

#cn .item_listing .item_porte p {
  padding: 0 25px;
}

#cn .item_listing .item_porte a:hover h3 {
  color: rgba(0, 0, 0, 1);
}

/****/

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

.newsletterPage #mainContent .object > div {
  text-align: center;
}

.code.object .form-group img {
  width: auto;
  margin: 0 0 40px 0;
}

.code.object .form-group a img.mailproImg {
  width: 90px;
  height: auto;
}

.code.object .form-group > div {
  margin: 0;
  text-align: center;
}

.code.object .form-group input {
  font-size: 1rem;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
}

.code.object #Container {
  text-align: center;
  width: 302px;
  margin: 0 auto;
}

.code.object .form-group .btn.btn-default,
.code.object .form-group .btn.btn-default:hover {
  margin: 20px 0;
}

/** topbar teaser  **/
body.p-id-248 .topbar_teaser .button {
  color: var(--color-white);
}
.topbar_teaser {
  text-align: center;
  padding: 7px 20px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 30;
  background-color: var(--color-primary);
  animation: 1s ease-out 0s 1 slideInFromTop;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.topbar_teaser h2,
#cn .topbar_teaser h2,
.topbar_teaser span {
  display: inline-block;
  margin: 0 10px;
  color: var(--color-white);
  vertical-align: middle;
  font-size: 14px;
  line-height: initial;
}

.topbar_teaser a.button {
  color: var(--color-white);
  background-color: var(--color-black);
  text-decoration: none;
  padding: 4px 15px;
  box-sizing: border-box;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s linear;
}

.topbar_teaser a.button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.mobile .topbar .topbar_teaser {
  display: none;
}

.topbar_teaser.mobile-display {
  display: none;
}

.mobile .topbar_teaser.mobile-display {
  display: block;
  position: relative;
}

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

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

/* -- 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_black.png);
  background-position: center center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  display: block;
  padding: 80px 0 0 60px;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: transparent;
}

.mobile .topbar .reseaux_sociaux {
  display: none;
}

.mobile .topbar .top_header_left {
  display: none;
}

.mobile div#mainNavCt {
  display: none;
}

.mobile .topbar {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.mobile .topbar .top_header {
  padding: 0;
  background-color: transparent;
  margin: 0 15px 0 0;
}

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

.mobile #annexe {
  display: none;
}

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

.mobile ul#mobileNav,
.mobile #mobile-secnav {
  background-color: var(--color-secondary);
  padding: 0;
}

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

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

.mobile ul#mobileNav li.hidemenu {
  display: none;
}

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

.mobile ul#mobileNav li a:hover,
.mobile ul#mobileNav li.on a {
  background-color: var(--color-border);
}

.mobile #mobile-secnav a.showNav {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 20px 0;
  font-weight: var(--weight-bold);
  color: var(--color-white);
  font-style: normal;
}

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

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

/* -- languages mobile -- */

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

.mobile ul#mobileNav li.lan li a:hover {
  background-color: var(--color-black);
}

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

.mobile #cn #bd .noMargin h2 {
  margin-bottom: 0;
}

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

/* -- structures global mobile -- */

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

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

.objet_details.mobile div#bd #mainContent > div.cn {
  padding-top: 40px;
}

.objet_details.mobile div#bd .form.object {
  max-width: 100%;
  margin: 0;
}

.mobile div#hd {
  display: block;
  height: auto;
  background-color: var(--color-white);
}

.mobile div#bd #mainContent .cn {
  min-height: 0;
}

.mobile #bd #introContent .cn {
  padding-bottom: 0;
  max-width: 100%;
}

.home.mobile #bd #introContent .cn {
  padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

.mobile div#bd .form.object > div {
  padding: 30px 20px;
}

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

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

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

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

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

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

.mobile .topbar #header_right {
  display: flex;
  right: 10px;
  top: -5px;
}

.mobile div#bd #portesContent {
  margin-top: 0;
}

/***/

.home.mobile div#hd .slider .object > div,
.home.mobile #hd .slider {
  height: auto;
  /* min-height: 410px; */
}

.home.mobile div#bd #mainContent .object.column_third {
  width: calc(33.333% - 46px);
}

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

/* -- regions mobile -- */

/***/

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

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

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

.mobile div#header_image_container,
.mobile div#header_image_container,
.mobile div#header_image_container .header_image_backgroundImage {
  height: auto;
}

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

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

/** Portes **/

.home.mobile div#bd #portesContent .object {
  width: 50%;
  padding: 0 !important;
}

/****/

.mobile .navPost-back a {
  color: var(--color-secondary);
}

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

.mobile .navPost-back a,
.mobile .navPost-prev a,
.mobile .navPost-next a {
  color: var(--color-secondary);
}

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

.mobile .navPost-prev a:hover,
.mobile .navPost-next a:hover {
  opacity: 0.7;
}

.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: var(--color-white);
  position: static;
  padding: 30px 20px;
  width: 100%;
  font-size: 1.1rem;
  line-height: 24px;
  max-width: 100%;
  max-width: 100%;
}

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

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

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

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

.home.mobile div#bd #mainContent .highlight .cn {
  padding-top: 60px;
}

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

.mobile #cn #bd h1 {
  padding: 40px 23px 20px 23px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: var(--weight-medium);
}

.home.mobile #cn div#bd .object.column_third h2 {
  padding: 60px 20px 10px 40px;
}

.home.mobile div#bd .object.column_demi {
  width: 100%;
  text-align: center;
  padding: 0 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 form.kSiteForm fieldset {
  width: 100% !important;
}

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

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

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

.mobile form.kSiteForm .captcha input,
.mobile form.kSiteForm input.text,
.mobile form.kSiteForm textarea,
.mobile form.kSiteForm select,
.mobile #mc_embed_signup input.email {
  padding: 14px !important;
  height: auto !important;
}

/* -- Footer mobile -- */

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

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

.mobile div#ft #footerContent .cn .object {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
}

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

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

.mobile strong#logo_footer a {
  position: static;
  margin: 0;
  background-position: center;
  background-size: 100% auto;
  float: left;
}

.mobile div#ft .powered {
  margin-top: 0;
  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 #cn div#bd .object.blog {
  padding: 0px 0px 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/** home blog list **/

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

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

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

/** event **/

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

.addthis_sharing_toolbox {
  padding-top: 40px;
}

/* Slider mobile */

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

.mobile #cn .slider h2 {
  font-size: 1.625rem;
  line-height: 32px;
}

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

.mobile #hd .slider .first.object .wrapobject {
  max-width: calc(100% - 40px);
}

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

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

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

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

.mobile #sliderLogoContent .slick-slider {
  padding: 30px 0 0 0;
}

.mobile #sliderReferenceContent {
  margin: 0;
}

/** database mobile **/

.mobile .slider_nav {
  display: none;
}

.mobile .descriptionProduct_column {
  order: 1;
  width: 100%;
  padding: 0 0 40px 0;
}

.mobile .sliderProduct_column {
  order: 2;
  width: 100%;
}

.mobile .sliderProduct_column {
  order: 2;
  width: 100%;
}

.mobile .slider_product_image {
  line-height: 0;
}

.mobile .sliderProduct_column img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.mobile.objet_details div#bd .code.object {
  width: calc(100% - 46px);
  margin: 0 23px;
}

.mobile:not(.home) .slider_container {
  display: none;
}

/** breadcrumb mobile **/

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

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

/** column mobile **/

.productPage.mobile div#bd #mainContent .image.object.column_demi > div,
.productPage.mobile div#bd #mainContent .image.object.column_demi a {
  height: 31.5vw;
}

.productPage.mobile div#bd #mainContent .image.object.column_third > div,
.productPage.mobile div#bd #mainContent .image.object.column_third a {
  height: 21vw;
}

/** database **/

.mobile .item_listing .listing_filters li {
  width: 100%;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}

.mobile .item_listing .listing_filters li a {
  box-shadow: none;
}

#tagFilterMobile {
  display: none;
}

.mobile .item_listing .listing_filters {
  padding: 20px 20px 40px 20px;
}

.mobile #tagFilterMobile {
  display: block;
  width: 100%;
  margin: 0;
  background-color: var(--color-white);
  padding: 10px;
  box-sizing: border-box;
  color: var(--color-primary);
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.mobile #tagFilterMobile::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  transform: rotate(-45deg);

  display: block;

  border-bottom: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
  background-color: transparent;
}

/** Breadcrumb mobile **/

.mobile #breadcrumbContent span.arrow_sep,
.mobile #breadcrumbContent #link_homepage a::after {
  margin: 0 7px;
  width: 5px;
  height: 5px;
  position: relative;
  top: -1px;
  border-top: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}

.mobile #breadcrumbContent a,
#breadcrumbContent span,
.mobile #breadcrumbContent #link_homepage a {
  font-size: 0.75rem;
  font-weight: var(--weight-bold);
}

/** Mediaqueries **/

@media only screen and (min-width: 1700px) {
  .home div#bd #portesContent {
    max-width: 1600px;
    width: 100%;
  }

  .home div#bd #portesContent .object > div {
    height: 570px;
  }

  #hd .slider .object .wrapobject,
  ul.slick-dots {
    width: 1146px;
  }

  .home div#bd #mainContent #sliderReferenceContent .cn {
    max-width: 1600px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .home div#bd #portesContent {
    max-width: 1400px;
    width: 100%;
  }

  .home div#bd #mainContent #sliderReferenceContent .cn {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
  .home div#bd #portesContent {
    max-width: calc(100% - 46px);
    width: 1400px;
  }
}

@media only screen and (max-width: 1550px) {
  ul#mainNav li a,
  a.external_linkNav {
    font-size: 1rem;
    padding: 32px 16px 25px 16px;
  }

  .top_header {
    /* padding: 42px 23px 0px 23px; */
    padding: 0px 23px 0px 23px;
  }
  .top_header_right a {
    margin-left: 10px;
    font-size: 13px;
  }
  .annexe a.button,
  .annexe span {
    font-size: 13px;
  }

  .annexe a.button {
    padding-left: 2px;
  }

  #hd .reseaux_sociaux ul li a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  #hd ul#mainNav li ul li a {
    font-size: 1rem;
  }
  div#hd {
    height: 179px;
  }
  strong#logo a {
    background-size: 110px auto;
    padding: 74px 0 0 160px;
  }

  ul#mainNav li ul {
    top: 76px;
  }
  div#bd .object.multimedia {
    /* all paragraph in #bd */
    padding-bottom: 30px;
  }
}

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

  ul#mainNav li a {
    font-size: 1rem;
    padding: 32px 10px 25px 10px;
  }

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

  .home div#bd #portesContent .object .wrapobject {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }

  .home #cn div#bd #portesContent .object h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  ul#mainNav li.last ul {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .slider_product .slick-slide img {
    width: calc(100% - 100px);
    margin: 10px 10px 10px 90px;
  }

  .slider_nav {
    left: 0;
    z-index: 20;
  }
}

@media only screen and (max-width: 1160px) {
  #hd .slider .object .wrapobject {
    width: 100%;
  }

  ul#mainNav li a {
    font-size: 0.875rem;
    padding: 32px 8px 25px 8px;
  }

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

  .home div#bd #portesContent .object .wrapobject p {
    display: none;
  }

  .home div#bd #portesContent .object > div {
    height: 30vw;
  }

  .home div#bd #portesContent .object .wrapobject {
    min-height: 0;
  }

  .home div#bd #mainContent .highlight .cn > div {
    align-self: flex-start;
  }

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

  .home div#bd #mainContent #sliderReferenceContent .cn {
    box-sizing: border-box;
  }

  div#bd #portesContent,
  .home div#bd #mainContent .cn,
  .productPage #bd div.cn.titlePage,
  .productPage #introContent div.cn,
  .productPage #mainContent div.cn {
    max-width: 100%;
    box-sizing: border-box;
  }

  .p-id-5 div#bd #mainContent .object.column_quart {
    width: calc(33.33% - 40px);
  }
}

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

  div#ft #goTop {
    right: 20px;
  }

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

  .slider_sponsors {
    max-width: 100%;
  }

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

  div#ft #goTop a {
    padding-top: 80px;
  }

  div#ft #footerContent .cn {
    box-sizing: border-box;
    max-width: 100%;
  }

  .header-image-textBlock .object {
    margin: 0 20px;
  }

  div#bd .object.column_quart,
  div#ft .object.column_quart {
    width: calc(33.33% - 46px);
    margin: 0 23px 23px 23px;
  }
}

@media only screen and (max-height: 1030px) {
  .home div#hd .slider .object > div img {
    /* min-height: 230px; */
  }

  #hd .slider .object .wrapobject {
    margin-top: 10px;
  }

  #hd .slider .first.object .wrapobject {
    padding-top: 20px;
    margin-top: 20px;
  }

  .home div#hd .slider .first.object > div img {
    /* max-height: 120px; */
    min-height: 100%;
  }
}

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

@media only screen and (max-width: 850px) {
  .top_header_right a {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 5px;
    font-size: 12px;
  }

  .home div#bd #portesContent .object .wrapobject {
    padding: 5px 20px;
  }

  .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 {
    columns: 1;
    column-gap: 0;
  }

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

  .home div#bd #mainContent .highlight .cn > div {
    width: auto;
    max-width: 570px;
    margin: 0 auto 20px auto;
  }

  .item_listing .item_porte {
    width: calc(50% - 20px);
  }

  div#bd .object.column_quart,
  div#ft .object.column_quart {
    width: calc(50% - 46px);
  }

  .item_listing .item_porte.deux_columns {
    font-size: 0.875rem;
    line-height: 20px;
  }

  #sliderReferenceContent .slick-prev {
    left: 10px;
    transform: none;
    margin-left: 0;
  }

  #sliderReferenceContent .slick-next {
    left: 58px;
  }
  .productPage div#bd .object.column_twothird,
  div#bd .object.column_twothird,
  .productPage div#bd .object.column_third,
  div#bd .object.column_third.productPage div#bd .object.column_quart,
  div#bd .object.column_quart {
    width: 100%;
    margin-left: 23px;
    margin-right: 23px;
  }
  .mobile div#bd .object.column_cinquieme {
    width: calc(25% - 29px);
    margin-left: 23px;
    margin-bottom: 23px;
    margin-right: 0;
  }
  .mobile div#bd .object.image.column_cinquieme {
    padding-bottom: 0 !important;
  }

  .p-id-5 div#bd #mainContent .object.column_quart {
    width: calc(50% - 40px);
  }
}

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

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

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

  #hd .slider,
  .home div#hd .slider .object > div {
    /* min-height: 220px; */
  }

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

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

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

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

  div#bd .object.column_demi,
  div#bd .object.column_third,
  div#ft .object.column_demi,
  div#ft .object.column_third {
    width: calc(50% - 46px);
  }

  .cataloguePage div#bd #mainContent .image.object.column_third > div,
  .cataloguePage div#bd #mainContent .image.object.column_third a,
  .cataloguePage div#bd #mainContent .image.object.column_third a:hover {
    max-height: 22vw;
  }

  #kamGallery ul li {
    width: calc(50% - 24px);
    margin: 0 12px 12px 12px;
  }
}

@media only screen and (max-width: 550px) {
  .mobile div#bd .object .wrapimg {
    width: 100%;
    margin: 0;
  }

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

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

  .mobile div#bd .object.textdivided > div {
    columns: 1;
    column-gap: 0;
    text-align: left;
  }

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

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

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

  .productPage.mobile div#bd #mainContent .image.object.column_demi,
  .productPage.mobile div#bd #mainContent .image.object.column_third {
    width: 100%;
    margin: 0 20px 20px 20px;
  }

  .productPage.mobile div#bd #mainContent .image.object.column_demi > div,
  .productPage.mobile div#bd #mainContent .image.object.column_demi a,
  .productPage.mobile div#bd #mainContent .image.object.column_third > div,
  .productPage.mobile div#bd #mainContent .image.object.column_third a {
    height: 34vw;
  }

  .item_listing .item_realisation {
    width: calc(100% - 20px);
    margin: 0 10px 25px 10px;
  }
  .mobile div#bd .object.column_cinquieme {
    width: calc(33.33% - 29px);
    margin-left: 23px;
    margin-right: 0;
  }

  .item_listing .item_porte.deux_columns {
    width: calc(100% - 46px);
  }
}

@media only screen and (max-width: 550px) {
  .mobile .annexe span {
    display: none;
  }
  .mobile .top_header > div {
    /* padding: 0 15px; */
  }
}

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

  div#bd .object.column_demi,
  div#bd .object.column_third,
  div#ft .object.column_demi,
  div#ft .object.column_third,
  div#bd .object.column_quart,
  div#ft .object.column_quart,
  .item_listing .item_porte {
    width: calc(100% - 46px);
  }

  .item_listing .item_porte {
    margin: 0 23px 23px 23px;
  }

  .cataloguePage div#bd #mainContent .image.object.column_third > div,
  .cataloguePage div#bd #mainContent .image.object.column_third a,
  .cataloguePage div#bd #mainContent .image.object.column_third a:hover {
    max-height: 300px;
    height: 50vw;
  }

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

  .home.mobile #sliderReferenceContent .slick-slider {
    padding: 0;
  }

  .p-id-5 div#bd #mainContent .object.column_quart {
    width: calc(100% - 40px);
    padding-bottom: 0 !important;
  }
}

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

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

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

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

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

  .home div#bd #portesContent .object > div {
    min-height: 200px;
  }

  .annexe span {
    display: none;
  }

  #kamGallery ul li {
    width: 100%;
    margin: 0 0 12px 0;
  }

  a.link-to-r2w {
    display: none;
  }
}

.p-id-3.productPage.mobile #mobile-secnav {
  display: none;
}

/* PAGE INAUGURATION */

body.p-id-385 #bd #introContent .cn {
  max-width: initial;
}

body.p-id-385 #bd #introContent .cn .image.object img {
  aspect-ratio: 11 / 6;
  object-fit: cover;
  object-position: center;
}

.p-id-385 #cn .object u {
  color: var(--color-primary);
}

.p-id-385 #introContent p {
  font-size: 20px;
}
.p-id-385 #introContent p u {
  font-size: 22px;
}

.p-id-385 div#bd .object.standard.default .wrapimg img {
  max-height: auto;
  height: auto;
}
