/*

 Copyright 2006-2023 Kiubi SAS.

 Composants specifiques au theme Kiubi pour Bootstrap v4.2 (http://getbootstrap.com)

 Theme sous licence Beerware (https://fr.wikipedia.org/wiki/Beerware)

 ----------------------------------------------------------------------------
 "THE BEER-WARE LICENSE" (Revision 42):
 <contact@kiubi.com> wrote this file. As long as you retain this notice you
 can do whatever you want with this stuff. If we meet some day, and you think
 this stuff is worth it, you can buy us a beer in return. Kiubi
 ----------------------------------------------------------------------------

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');


iframe {
	border: none;
}

.alert-danger ul {
	margin-bottom: 0;
}

.blockquote {
	font-size: 1.09375rem !important;
}

.custom-file-label::after {
	content: 'Parcourir';
}

.pagination {
	margin-bottom: 0;
}

.fe, .fa, .far, .fas {
	font-size: 1rem;
}

.btn-link:hover {
	text-decoration: none;
}

.media + .media {
	margin-top: 2rem;
}

.custom-select-lg {
	font-size: 100%;
}

/* Class utilitaires */

.img-square {
	position: relative;
}
  
.img-square::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
  
.img-square img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.img-cover {
	 object-fit: cover;
}

.text-serif {
	font-family: 'Playfair Display', serif !important;
	font-weight: 400;
	text-transform: none;
}

h2.text-serif {
	font-size: 2.8rem;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-content ul,
.post-content ol {
	margin-top: 1rem;
}

.post-content::after {
	display: block;
	clear: both;
	content: "";
}

.encart ul{
    font-size: 1.3rem;
  margin-left: 30%;
}
.encart li{
    list-style: none;
    list-style-image: url("/theme/assets/img/coche-light.png");
}

.encart ul ul{
  margin-left: 3em;
  margin-top: 0.5rem;
  margin-bottom: 0.5em;
  font-size: 1rem;
  border-left: solid #c9b542 2px;
  padding-left: 1rem;
}

.encart ul ul li{
    list-style-image: none;
  
}

/* Section et espacement */

.section {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.section-lg {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.section-md {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section-sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.section[style*="background-image"] {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

  .portrait[style*="background-image"] {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 50% auto;
}

/* Suppression des espacements entre 2 sections identiques */

.section.bg-light:not([style*="background-image"]) + .section.bg-light:not([style*="background-image"]),
.section:not([class*="bg-"]):not([style*="background-image"]) + .section:not([class*="bg-"]):not([style*="background-image"]) {
	padding-top: 0;
}

/* Suppression des espacements des sections dans les templates avec une barre laterale */

.barre-laterale .main > .section:not([class*="bg-"]):not([style*="background-image"]):first-child,
.barre-laterale .sidebar > .section:not([class*="bg-"]):not([style*="background-image"]):first-child {
	padding-top: 0;
}

/* Suppression des espacements des sections imbriquees */

.section .section:not([class*="bg-"]):not([style*="background-image"]):first-child {
	padding-top: 0;
}

.section .section:not([class*="bg-"]):not([style*="background-image"]):last-child {
	padding-bottom: 0;
}

/* Suppression des espacements des containers imbriques */

.container .container {
	padding-right: 0;
	padding-left: 0;
}

/* header */

.header {
	position: relative;
	z-index: 30;
}

.header-top {
	padding: 10px 0;
	height: 40px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header .section,
.header .widget {
	margin-bottom: 0;
	margin-top: 0;
}

.navbar-inner .logo-site img {
	height: 0;
}

.body-scrolled .logo-site img {
	height: 32px;
    margin-left: 2rem;
}

/* Barre de naviation principale */

#navbar-main {
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	min-height: 40px;
	height: auto;
	border: none;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.navbar-nav .nav-item:last-child .nav-link {
    background: #c9b542;
  color: rgba(5, 49, 40, 1);
    font-weight: 700;
}
    
#navbar-main.bg-white {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#navbar-main .navbar-toggler {
	height: 38px;
	margin: 4px 0;
}

#navbar-main .nav-item {
	margin: 0 1rem;
}

/* banner */

.banner .move {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 2;
}

.banner .move i {
	display: block;
	font-size: 40px;
	opacity: 0.3;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% 		{ transform: translate(0, 0); }
	50% 	{ transform: translate(0, 10px); }
	100% 	{ transform: translate(0, 0); }
}

/* main */


/* footer */

.footer {
	padding-top: 2rem;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.footer .col-md-4{
    align-content: end;
}

/* Fil d'arianne / Breadcrumb */

.breadcrumb {
	font-size: 0.7875rem;
	justify-content: center;
}

.breadcrumb-main li:last-child {
	opacity: 0.5;
}

.produit-detail .breadcrumb {
	justify-content: start;
}

/* Formulaire de recherche */


/* Menu horizontal */

.site-web-menu-h.reseaux-sociaux a {
	text-decoration: none;
}

/* Menu vertical */

.site-web-menu-v .flex-column .flex-column {
	margin: 5px 0 5px 20px; /* gestion des sous-niveaux */
}

.liste > ul li .nav-link{
   /* display:none!important;*/
   /* color: blue !important;*/
} 
.liste  ul:first-child li .nav-link{
   /* display:none!important;*/
   /* color: red !important;*/
}
.liste ul li .nav-link{
   display:none !important;
  } 
.liste ul ul li .nav-link{
   display:block !important;
  } 
.liste ul ul li{
    list-style: disc;
   
}

.liste ul ul {
    flex-direction: column !important;
   
}


/* Menu vertical - Menu deroulant */

.menu-deroulant .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0 !important;
}

.menu-deroulant .dropdown-menu {
	margin: 0;
	padding: 0;
}

@media (min-width:1199px) {

	.menu-deroulant {
		height: 41px;
	}

	.menu-deroulant .dropdown {
		display: none;
	}

	.menu-deroulant li:hover > .dropdown,
	.menu-deroulant .dropdown-menu {
		display: block;
	}

	.menu-deroulant > li > .dropdown {
		position: relative;
		height: 5px; /* Determine la marge entre le menu et la barre de navigation */
	}

	.menu-deroulant .dropdown .dropdown {
		top: -35px; /* Positionne les menus de niveau 3 et 4 sur l'axe Y */
		left: calc(100% - 15px);  /* Positionne les menus de niveau 3 et 4 en l'axe X */
	}
}

@media (max-width:1199px) {
	.menu-deroulant .dropdown-menu {
		border: none;
	}
	
	.menu-deroulant .dropdown-item {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.menu-deroulant > li.nav-item > .active + .dropdown,
	.menu-deroulant > li.nav-item > .active + .dropdown .dropdown-menu {
		display: block !important;
		box-shadow: none !important;
	}
    .mega-menu > li > .dropdown > .dropdown-menu > li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
     margin-bottom: 5px;}
}

/* Menu vertical - Mega menu */
/* Se comporte comme un mega menu pour les pages de niveau 1 qui sont des separateurs
   et comme un menu deroulant pour les autres types de pages */

.mega-menu .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	white-space: nowrap;
	border-radius: 0 !important;
}

.mega-menu .dropdown-menu {
	margin: 0;
	padding: 0;
}

dropdown .dropdown-menu li{margin-top: 0;}

.mega-menu .menu-image,
.mega-menu .menu-description,
.mega-menu .menu-attribute {
	display: none;
}

.mega-menu > li.page-spacer > span {
	cursor: pointer;
}

 

@media (min-width:1199px) {

	.mega-menu {
		height: 41px;
	}

	.mega-menu .dropdown {
		display: none;
	}

	.mega-menu li:hover > .dropdown,
	.mega-menu .dropdown-menu {
		display: block;
    background: #053128;

	}
	
	/* Determine le comportement du menu deroulant quand la page de niveau 1 n'est pas un separateur */
	
	.mega-menu > li:not(.page-spacer) > .dropdown {
	/*position: relative;*/
		/*height: 5px;  Determine la marge entre le menu et la barre de navigation */
	}

	.mega-menu > li:not(.page-spacer) .dropdown .dropdown {
		top: -35px; /* Positionne les menus de niveau 3 et 4 sur l'axe Y */
		left: calc(100% - 15px); /* Positionne les menus de niveau 3 et 4 en l'axe X */
	}

	.mega-menu > li:not(.page-spacer) .dropdown-menu .dropdown-item {
		display: flex;
		align-items: center;
	}

	.mega-menu > li:not(.page-spacer) .dropdown-menu .dropdown-toggle::after {
		margin-left: auto;
		transform: rotate(-90deg);
	}
	
	/* Determine le comportement du mega menu quand la page de niveau 1 est un separateur */

	.mega-menu > li > .dropdown {
		position: absolute;
		/*left: 0;*/
		/*padding-top: 5px;  Determine la marge entre le menu et la barre de navigation */
		/*width: 100%;*/
		/*justify-content: center;*/
	}

	.mega-menu > li .dropdown-menu {
		position: static !important;
		background: none;
	}
	
	/* Le premier dropdown-menu se comporte comme un container */
	
	.mega-menu > li > .dropdown > .dropdown-menu {
		/*flex-wrap: wrap;
		width: 100%;
		max-width: 1110px;
		
		margin-right: -15px;
		margin-left: -15px;*/
        padding: 5px 5px 15px 5px;
		background: #053128;
        flex-direction: column;
	}
	
	.mega-menu > li:hover .dropdown,
	.mega-menu > li:hover > .dropdown > .dropdown-menu {
		display: flex;
        max-width: 17em;
	}

	 /* Les li directement parents au premier dropdown-menu se comportent comme des col-3 */
	 
	.mega-menu > li > .dropdown > .dropdown-menu  > li {
		/*flex: 0 0 25%;*/
		/*max-width: 25%;*/
		padding-right: 15px;
		padding-left: 15px;
        margin-top: 5px;
    margin-bottom: 5px;
	}
    

	.mega-menu > li .dropdown-item {
		padding: 10px 0;
		color: #e6d788;
		white-space: normal;
		background: none;
	}

	.mega-menu > li .dropdown-item:hover {
		color: #ffffff;
        text-decoration: none;
	}
	
	/* Determine l'affichage des pages à partir du niveau 2 */
	
	.mega-menu > li .page-2 .dropdown-menu {
		width: 100%;
		border: none;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	.mega-menu > li .page-2 > .dropdown-item .menu-title {
		/*padding: 15px 0;*/
		/*color: #e6d788;*/
		font-weight: 600;
	}

	.mega-menu > li .page-2 .dropdown-toggle::after {
		display: none;
	}
	
	.mega-menu > li .page-2 .menu-image {
		display: block;
	}

	.mega-menu > li .page-2 .menu-description,
	.mega-menu > li .page-2 .menu-attribute {
		display: block;
		font-weight: 400 !important;
	}
	
	/* Determine l'affichage d'un lien interne vers une fiche produit */
	
	.mega-menu > li.page-spacer .catalogue_produit {
		display: block;
	}

	.mega-menu > li.page-spacer .catalogue_produit .menu-title {
		color: var(--dark);
		font-weight: 600;
	}

	.mega-menu > li.page-spacer .catalogue_produit .menu-attribute {
		color: var(--primary);
		font-size: 1.2rem;
	}

}

@media (max-width:1199px) {
	.mega-menu .dropdown-menu {
		border: none;
	}

	.mega-menu .dropdown-item {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mega-menu > li.nav-item > .active + .dropdown,
	.mega-menu > li.nav-item > .active + .dropdown .dropdown-menu,
	.mega-menu > li.show .dropdown-menu {
		display: block !important;
		box-shadow: none !important;
	}
	
	.mega-menu > li .dropdown-menu .dropdown-toggle::after {
		display: none;
	}

}

/* Billets du site web */

.jumbotron {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	
	overflow: hidden;
    position: relative;
}

.jumbotron-bg{
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50%;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flou{
    width: 130px;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.jumbotron .container{
    z-index: 1;
}

.introlarge{
    background: none;
   
}
.introreduite{
     -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}


.jumbotron .post-header{
    height: 174px;
}
.jumbotron .post-content{
    /*margin-left: 102px;*/
   /* margin-right: 102px;*/
}

.picto{
    padding: 28px 40px;
    margin-top: 4em;
   
}

.post-jumbotron-photo .photo {
	background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.banner .post-text .post-content{
    padding-bottom: 1.5em;
    
}

.banner .section{
    padding: 0 !important;
}

.banner>.section{
   min-height:  calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner .position-absolute{
  top: -20%;
  left: 0;
  width: 14vw;
}
.banner .post-content{
    position: inherit;
}

.banner  .post-text .container{
    padding-left: 140px;
    padding-right: 140px;
}

.text-vertical {
  position: absolute;
  top: -1em;
  left: 0;
  writing-mode: sideways-lr;
    font-weight: bold;
    padding: 0.5em 0.5em 3em 0.5em;
   
}

.text-vertical.signet-light{
    background: url("/theme/assets/img/signet-light.svg");
     background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
   
}

.text-vertical.signet-dark{
    background: url("/theme/assets/img/signet-dark.svg");
     background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
   
}

.avantage .post-content {
    margin-left: 3em;
    
}
.encart .bg-secondary{
    font-weight: 600;}



.avantage strong, .bg-secondary strong{
    color: #02483b;
}
.bg-info .avantage  strong{
    color: #e6d788;
}

.bg-info .avantage .container{
    background: #1c6358 !important;
}

/* Composant du site web */

/* Composant Services */

.composant-services i {
	/*font-size: 3rem;*/
    font-weight: bold;
}

.composant-services .img-square {
	max-width: 75px;
}

.composant-services a{
    max-width: 7rem;
    height: 100%;
    display: block;
}
.composant-services H5{
    font-size: 0.8em;
}

.composant-expertises .img-square {
	max-width: 160px;
}
.composant-expertises .btn{
    position: absolute;
  bottom: 0;
  width: 33%;
  left: 33%;
}

/* Composant Galerie photos */

.composant-galerie .row > div {
	overflow: hidden;
}

.composant-galerie a {
	display: block;
	width: 100%;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.composant-galerie a:hover {
	cursor: zoom-in;
}

.composant-galerie .card-body {
	position: absolute;
	top: 30px;
	right: 2px;
	left: 2px;
	height: 236px;
	background: rgba(255,255,255,1);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.composant-galerie .card:hover .card-body {
	top: 2px;
	opacity: 0.9;
	transition: all 0.2s linear;
}

/* Composant Contenu externe embarque (Embed) */

.composant-embed iframe {
	width: 100% !important;
}

/* Composant Accordeon */

.composant-accordeon button, .composant-accordeon button i{
    font-weight: 600;
    font-size: 1.31rem;
}

.composant-accordeon button.collapsed i::before {
	content: "\e9b1";
}

.composant-accordeon button:not(.collapsed) i::before {
	content: "\e996";
}

.composant-accordeon em{
    color: #c9b542;
    font-style: normal !important;
}



/* Composant Chronologie */

.composant-chronologie .container{
    padding-bottom: 200px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}

.composant-chronologie .container::before {
	position: absolute;
	display: inline-block;
	top: 0;
	width: 5px;
	height: 100%;
	content: '';
	background-color: #e6d788;
	opacity: 1;
}

.composant-chronologie .chronologie-item {
	position: relative;
}

.composant-chronologie .chronologie-item::before {
	position: absolute;
  display: inline-block;
  top: 5px;
  width: 40px;
  height: 25px;
  content: '';
  background: #e6d788;
  border-radius: 50px;
}

.composant-chronologie h5{
 background: #e6d788;
  border-radius: 50px;
  padding: 3px 2em;
  display: inline-block;
  /*height: 25px;*/
}
.composant-chronologie .post-content{
    padding: 0.5em 2em;
}

.composant-chronologie .container::before {
	left: 15px;
}

.composant-chronologie .chronologie-item {
	padding-left: 3rem;
}

.composant-chronologie .chronologie-item::before {
	left: 9px;
}

@media (min-width:767px) {

  .composant-chronologie.center .container::before {
		left: 50%;
		margin-left: -1px;
  }

  .composant-chronologie.center .chronologie-item:nth-child(2n+1) {
		align-self: flex-start;
		text-align: right;
		padding-right: 0;
  }

  .composant-chronologie.center .chronologie-item:nth-child(2n+1):before {
		left: auto;
		right: -8px;
  }
    
      .composant-chronologie.center .chronologie-item:nth-child(2n+1) h5 {
		margin-right: -1em;
    padding-right: 3em;
  }

  .composant-chronologie.center .chronologie-item:nth-child(2n) {
		align-self: flex-end;
		padding-left: 0;
  }

  .composant-chronologie.center .chronologie-item:nth-child(2n)::before {
		left: -7px;
  }
    
    .composant-chronologie.center .chronologie-item:nth-child(2n) h5 {
		margin-left: -1em;
    padding-left: 3em;
  }

}

/* Composant Separateur */

.composant-divider  {
	margin: 0;
	border: none !important;
}

.section.bg-light:not([style*="background-image"]) + .composant-divider.bg-light,
.section:not(.bg-light):not([style*="background-image"]) + .composant-divider:not(.bg-light) {
	margin-top: -5rem;
}

.composant-divider .border-simple {
	border-top: 1px solid rgba(0,0,0,0.08);
}

.composant-divider .border-double {
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-top: 2px;
}

.composant-divider .border-dashed {
	border-top-color: rgba(0,0,0,0.1);
	border-top-style: dashed !important;
}

.composant-divider .border-double.border-dashed {	
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-style: dashed !important;
	border-bottom-style: dashed !important;
}

.composant-divider .border-diagonal {
	height: 6px;
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 0);
	background-image: linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 0);
	background-size: 6px;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}

.composant-divider .border-zigzag {
	height: 5px;
	background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px), 
	-webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px);
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px), 
	linear-gradient(-45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px);
	background-size: 9px 10px;
	background-position: top left;
	background-repeat: repeat-x;
}

/* Composant Annonce */

.composant-annonce {
	margin: 0;
	padding: 8px 0;
	border: none;
	border-radius: 0;
}

.composant-annonce .close {
	padding: 8px 15px;
}

.composant-annonce + .composant-annonce {
	padding-top: 0;
}

/* Composant Diaporama Photos */

.composant-diaporama .diaporama-container {
	display: flex;
	overflow: hidden;
	gap: 30px;
}

.composant-diaporama .diaporama-container.gradient {
	mask-image: linear-gradient(
		var(--mask-direction, to right),
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 20%,
		hsl(0 0% 0% / 1) 80%,
		hsl(0 0% 0% / 0)
	);
}

.composant-diaporama .diaporama-marquee {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
	min-width: 100%;
	animation: scrolling var(--diaporama-duration) linear infinite;
}
  
.composant-diaporama .diaporama-reverse .diaporama-marquee {
	animation-direction: reverse;
}

@keyframes scrolling {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 30px));
	}
}

.composant-diaporama .diaporama-container.diaporama-paused:hover .diaporama-marquee {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.composant-diaporama .diaporama-image {
	position: relative;
	width: 420px;
}

@media (max-width:767px) {	

	.composant-diaporama .diaporama-image {
		width: 220px;
	}

}

.composant-diaporama .diaporama-image-thumb {
	width: 220px;
}

.composant-diaporama .diaporama-hover-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.3s;
}

.composant-diaporama .diaporama-image:hover .diaporama-hover-overlay {
	opacity: 1;
}

.composant-diaporama .diaporama-hover-overlay a:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Symbole */

.kiubi-modal .section {
	padding: 2rem 0;
}

.tarifs{
    clip-path: polygon(0 80px,80px 0,100% 0,100% calc(100% - 80px),calc(100% - 80px) 100%,0 100%);
    background: #bad0cd;
    width: 90%;
 margin: 2em auto 0 auto;
    padding: 3em 1em 0 1em !important;
  }

.tarifs h2{
    color: #ffffff;
}

.tarifs .bg-dark{/*
  clip-path: polygon(0 0,calc(100% - 300px) 0,100% 200px,100% 100%,0 100%);*/
    padding: 0 1em 1em 1em;
}
.tarifs .bg-dark  .row div:first-child{
 margin-top: -50px;
}

.tarifs .btn{
    width: 100%;
}

/* Widget */

.widget {
	/*margin-bottom: 4rem;*/
}

.widget .nav-item {
	margin: 0;
}

.widget .nav-link {
	padding-left: 0;
	padding-right: 0;
	/*color: var(--gray);*/
}

.widget .nav-link.active,
.widget .nav-link:hover {
	color: var(--primary);
	background: none;
	border: none;
}

.widget.filtres .custom-control {
	cursor: pointer;
}

.widget.filtres .custom-control:hover label {
	color: var(--primary);
	cursor: pointer;
}

.widget.filtres label {
	color: var(--gray);
}

.widget.filtres input:checked + label {
	color: var(--primary);
}

.widget .produit img {
	width: 80px;
}

.login i,
.cart-link i,
.account i {
	font-size: 1.2rem;
}

.site-web-selecteur img {
    position: relative;
    top: -2px;
    width: 20px; 
}

.site-web-selecteur .lg-content::after {
    content: "Langue ?";
    display: inline-block;
}

.site-web-selecteur .lg-fr::after {
    content: "Français";
}

.site-web-selecteur .lg-en::after {
    content: "English";
}

.site-web-selecteur .lg-de::after {
    content: "Deutsch";
}

.site-web-selecteur .lg-es::after {
    content: "Español";
}

.site-web-selecteur .lg-it::after {
    content: "Italiano";
}

/* Blocs d'extraits */

.bloc-extrait-temoignages .img-square {
	margin-top: -3rem;
}

/* Produit */

.produit .tags a + a {
	margin-left: 0.5rem;
}

.produit .tags a:before {
	padding-right: 5px;
	display: inline-block;
	vertical-align: -.1em;
	font-family: 'Feather' !important;
	font-style: normal;
	font-size: 1rem;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\e9db";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.produit-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.produit-hover-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.3s;
}

.produit-hover-overlay a:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.produit-image:hover .produit-hover-overlay {
	opacity: 1;
}

.price {
	font-size: 1rem;
}

.price del {
	font-size: 0.8rem;
}

.social-btn .btn {
	font-size: 1.3rem;
	text-decoration: none;
}

.social-btn .fe-facebook {
	color: #3b5998;
}

.social-btn .fe-twitter {
	color: #00acee;
}

/* Liste des produits */


/* Detail d'un produit */

.produit-detail .illus_principale:last-child {
	display: none;
}

.produit-detail .price {
	font-size: 1.5rem;
}

.produit-detail .variantes .btn {
	border-radius: 0;
	box-shadow: none;
}

.produit-detail .variantes .active {
	border-color: var(--warning) !important;
}

.produit-detail .variantes .disabled {
	pointer-events: none;
	opacity: 0.4;
}

.btn-addcart {
	min-width: 200px;
}

.btn-addcart.btn-success .cart-success {
	display: inline-block !important;
}

.btn-addcart.btn-success .cart-success + span {
	display: none !important;
}

.alert-cart {
	position: fixed;
	top: 45px;
	right: 0;
	margin: 10px 15px;
	max-width: 340px;
	width: calc(100% - 20px);
	z-index: 40;
}

/* Commentaires (blog et produits) */

.post-comment .avatar {
	width: 40px;
	height: 40px;
}

/* Vignettes (blog, produits, etc.) */

.card-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-title:not([class*="h"]) {
	font-size: 1.25rem;
}

.card .desc {
	/*max-height: 4.2rem;
	overflow: hidden;*/
}

.grille .card {
	margin-bottom: 2rem;
}

.section.grille {
	padding-bottom: 3rem;
}

.grille .pagination {
	margin-bottom: 2rem;
}

/* Detail du panier d'achat et recaptilatif de la commande */

.table-order img {
	width: 100px;
}

.table-order .hors-port {
	font-weight: bold;
}

.table-order .ttc,
.row-order .ttc {
	font-size: 1.1rem;
	font-weight: bold;
}

.table-order,
.row-order {
	text-align: right;
}

.table-order td:first-child {
	text-align: left;
}

.table-order .table-spacer {
	width: 120px;
}

/* Recaptilatif de la commande */

/* Livraison */

.shipping-adress .btn-group-toggle .fe::before {
	content: "\e937";
}

.shipping-adress .btn-group-toggle .active .fe::before {
	content: "\e92c";
}

/* Gestion de compte */

.compte-tableau-bord .avatar {
	width: 120px;
	height: 120px;
}

/* Bouton de retour en top */

.btn-returntop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 10px;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

/* Icones */

.note-moyenne-4 .note + .note + .note + .note + .note {
	opacity: 0.3
}

.note-moyenne-3 .note + .note + .note + .note {
	opacity: 0.3
}

.note-moyenne-2 .note + .note + .note {
	opacity: 0.3
}

.note-moyenne-1 .note + .note {
	opacity: 0.3
}

.note-moyenne-0 {
	display: none;
}

.note {
	font-style: normal;
	font-size: 1rem;
}

.fe-paiement:before {
	content: "\e94e"; /* icone paiement par cb */
}

.fe-paiement1:before {
	content: "\e95a"; /* icone paiement par cheque */
}

.fe-paiement2:before {
	content: "\e9b9"; /* icone paiement par virement */
}

.fe-paiement3:before {
	content: "\e94e"; /* icone paiement par PayPal */
}

/* Filtre et couleur des textes */

.dark-overlay[style*="background-image"],
.dark-overlay[style*="background-image"] div[id*="jarallax-container"] div {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.2);
}

.dark-overlay[style*="background-image"] .bg-transparent,
.dark-overlay[style*="background-image"] .bg-transparent h2,
.dark-overlay[style*="background-image"] .bg-transparent h5,
.dark-overlay[style*="background-image"] .bg-transparent a:not(.btn),
.dark-overlay[style*="background-image"] .composant-accordeon .bg-transparent button {
	color: #FFF;
}

.dark-overlay[style*="background-image"] .bg-transparent .post-content,
.dark-overlay[style*="background-image"] .bg-transparent .figure-caption {
	color: rgba(255,255,255,0.8);
}

.dark-overlay[style*="background-image"] .bg-transparent .text-primary {
	color: #FFF !important;
}

.dark-overlay[style*="background-image"] .bg-transparent .text-muted {
	color: rgba(255,255,255,0.8) !important;
}

.dark-overlay[style*="background-image"] .card {
	border: none;
}

.dark-overlay[style*="background-image"] .composant-chronologie .container::before {
	background-color: rgba(255,255,255,0.3);
}

/* owl-carousel et carousel */

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	color: #000;
	opacity: 0.8;
}

.owl-next {
	right: 0;
}

.owl-prev {
	left: 0;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
	transition: opacity .35s ease;
}

.owl-prev span,
.owl-next span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	margin-top: -30px;
	height: 42px;
	width: 42px;
	font-size: 1.25rem;
	line-height: 1;
	background: rgba(255,255,255,0.2);
	z-index: 5;
}

.owl-prev span {
	left: 0;
}

.owl-next span {
	transform: rotate(180deg);
	right: 0;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dots {
	margin-top: 10px;
}

.owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #869791;
}

.carousel-content {
	position: relative;
	padding-top: 62%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.carrousel-grille .owl-stage,
.carrousel-grille .owl-item {
	display: flex;
}

/* EasyZoom */

.easyzoom {
	position: relative;
	display: inline-block;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10em;
	margin: -1em 0 0 -5em;
	text-align: center;
	z-index: 20;
}

.easyzoom-flyout {
	position: absolute;
	background: #FFF;
	overflow: hidden;
	z-index: 10;
}

.easyzoom-overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Cookie Alert */

#cookie_alert {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	z-index: 100;
}

/* reCAPTCHA */

.grecaptcha-badge {
	bottom: 80px !important;
}

/* Media Queries */
@media (max-width: 576px){
    .m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: 0.25rem !important
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important
}
.m-2 {
  margin: 0.5rem !important
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important
}
.m-3 {
  margin: 1rem !important
}
.mt-3, .my-3 {
  margin-top: 1rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important
}
.mr-5, .mx-5 {
  margin-right: 3rem !important
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
  margin-left: 3rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: 0.25rem !important
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important
}
.p-2 {
  padding: 0.5rem !important
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-n1 {
  margin: -0.25rem !important
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important
}
.m-n2 {
  margin: -0.5rem !important
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important
}
.m-n3 {
  margin: -1rem !important
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}
.m-n4 {
  margin: -1.5rem !important
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}
.m-n5 {
  margin: -3rem !important
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important
}
.m-auto {
  margin: auto !important
}
.mt-auto, .my-auto {
  margin-top: auto !important
}
.mr-auto, .mx-auto {
  margin-right: auto !important
}
.mb-auto, .my-auto {
  margin-bottom: auto !important
}
.ml-auto, .mx-auto {
  margin-left: auto !important
}
     .bg-info {
    background-color: #e6d788 !important;
  }
     .bg-dark {
    background-color: #1c6358 !important;
    color: #FFFFFF;
  }

      .bg-secondary {
    background-color: #c9b542 !important;
    color: #ffffff;
  }
      .text-center {
    text-align: center !important;
  }
    .text-uppercase {
    text-transform: uppercase !important;
  }
    .bg-white {
    background-color: #fff !important;
  }
    .banner .composant-services, .methode img, .picto{
        display: none;
    }
    .banner img.position-absolute{
        display: none;
    }
    .cms-accueil .section[style*="background-image"] {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
    .banner .post-text .container {
  padding-left: 35px;
  padding-right: 35px;
}
    .encart ul {
   margin-left: 5%;
}
    .banner .logo-site img{
        width: 200px;
        height: auto !important;
    }
    h1{
        margin-left: 0;
    }
    
    .banner > .section{
        height: auto;
    }
    .banniere-pleine-page .banner {
    margin-top: 24px;
    height: auto !important;
  }
    
    .footer img{
       width: 50px !important;}
}

@media (min-width:767px) {

	.banniere-pleine-page .banner {
		/*margin-top: -65px;*/
		/*height: calc(100vh - 20px) !important;*/
	}

	.banniere-pleine-page .banner .jumbotron {
	/*	height: calc(100vh - 40px) !important;*/
	}
    
  .barre-laterale .main,
  .barre-laterale .sidebar {
		padding-top: 5rem;
  }
   

}

@media (max-width:767px) {	
      .banner {
    margin-top: 24px;
   /* height: calc(100vh - 20px) !important;*/
  }

	.section, .section-lg, .section-md, .section-sm {
			padding-top: 2rem;
			padding-bottom: 2rem;
	}
  
	.section[class*="bg-"] + .composant-divider[class*="bg-"],
	.section:not([class*="bg-"]) + .composant-divider:not([class*="bg-"]) {
			margin-top: -2rem;
	}

	.widget {
			margin-bottom: 2rem;
	}
              
	.jumbotron,
	.composant-carrousel .jumbotron {
		height: auto !important;
	}
	
	.ecommerce .main .btn {
		width: 100%;
	}

	.ecommerce .main .btn-group .btn {
		width: auto;
	}

	.table-order th, .table-order td, 
	.table-orders th, .table-orders td {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
  
  .footer {
    padding-top: 2rem;
  }
    
    h2{
        font-size: 1.8em;
    }

}

@media (min-width:989px) { 

	.dpd-iframe,
	.colissimo-pickup-iframe,
	.mondialrelay-iframe { 
		height: 860px; 
	} 

}

@media (max-width:989px) { 

	.dpd-iframe,
	.colissimo-pickup-iframe,
	.mondialrelay-iframe { 
		height: 1180px;
	} 

}
@media (min-width:992px) { 

	 .jumbotron .post-content{
    margin-left: 102px;
   /* margin-right: 102px;*/
}
    
    .post-jumbotron-photo .jumbotron .post-content {
    margin-left: inherit;
  }
    
   /*  .mega-menu > li.page-spacer > .dropdown {
    position: absolute;
    left: 0;
    padding-top: 5px;
    width: 100%;
    justify-content: center;
  
}
     .mega-menu > li.page-spacer > .dropdown {
    position: absolute;
  
  }*/


}
@media (min-width:1199px) {	

	#navbar-menu {
		position: absolute;
		right: 0px;
		/*left: 0px;
		padding: 0 25%;*/
	}

	.navbar-inner {
		z-index: 1;
	}

	/* --
	Affichage le header au scroll vers le haut de la page
	Commenter les lignes ci-dessous pour supprimer le comportement
	-- */

	.body-scrolled.body-scrolled-top #header {
		position: sticky;
		top: 0;
		-webkit-animation: slidedown 0.2s linear;
		animation: slidedown 0.2s linear;
	}

	.body-scrolled.body-scrolled-bottom #header.header-animated {
		position: sticky;
		-webkit-animation: slideup 0.2s linear;
		animation: slideup 0.2s linear;
	}
		
	@keyframes slidedown {
		0% { top: -120px; }
		100% { top: 0; }
	}

	@-webkit-keyframes slidedown {
		0% { top: -120px; }
		100% { top: 0; }
	}

	@keyframes slideup {
		0% { top: 0; }
		100% { top: -120px; }
	}

	@-webkit-keyframes slideup {
		0% { top: 0; }
		100% { top: -120px; }
	}
	
	/* --
	Affichage le header au scroll
	Commenter les lignes ci-dessous pour supprimer le comportement
	-- */

	/*.body-scrolled #header {
		position: sticky;
		top: 0;
		-webkit-animation: slidedown 0.2s linear;
		animation: slidedown 0.2s linear;
	}

	@keyframes slidedown {
	  0% { top: -120px; }
		100% { top: 0; }
	}

	@-webkit-keyframes slidedown {
	  0% { top: -120px; }
		100% { top: 0; }
	}*/

	.banniere-pleine-page .banner {
		margin-top: 0
	}
  
	.main {
		min-height: 100px;
	}

}

@media (max-width:1199px) {	

	#navbar-main {
		padding-top: 9px;
		padding-bottom: 9px;
		/*min-height: 65px;*/
	}

	#navbar-main .nav-item {
		/*margin: 0;*/
	}

	.jumbotron h1,
	.composant-compte-rebours .h1 {
		/*font-size: 2.2rem !important;*/	
	}

	.composant-compte-rebours .h2 {
		font-size: 2rem !important;	
	}
	
}