* { -o-box-sizing: border-box; box-sizing: border-box; }
a{ color:inherit; text-decoration:inherit; }
body{ position: relative; overflow-x: hidden; font-family: "Livvic","sans-serif"; font-size:14px; background:#ffffff; color:#120f0f; line-height:1.6;position: relative; padding:0; margin: 0; font-weight:300; }

/*=============================================================*/
/*===== GENERIC ===============================================*/
/*=============================================================*/
h1{ font-size: 2em; margin:30px 0;font-weight:300;line-height: 1.3; color: #120f0f; }
h2{ font-size: 1.7em; margin:30px 0;font-weight:300;line-height: 1.3; color: #120f0f; }
h3{ font-size: 1.4em; margin:20px 0;font-weight:300;line-height: 1.3; color: #120f0f; }
h4{ font-size: 1.2em; margin:15px 0;line-height: 1.3; color: #120f0f; }
h1 + h2{ margin-top:-25px;}
h2 + h3{ margin-top:-25px;}

/*
h1.withsep:after{ content: ""; display: block; margin:20px auto; width: 210px; height:12px; background:url("../images/sep-dark.svg"); }
*/
h1.withsep:after{ content: ""; display: block; margin:20px auto; width: 210px; height:2px; background:#120f0f; }

.huge{ font-size:200px; font-weight:600; line-height:1; /* font-family: "Poppins","sans-serif"; */  }

section h1,section h2,section h3,section h4,h1.titre{ /* font-family: "Poppins","sans-serif"; */ text-transform: uppercase; font-weight:600;}
p.titre{/* font-family: "Poppins","sans-serif"; */ text-transform: uppercase; font-weight:600;}

section strong{ font-weight: 500;}

p{ margin:15px 0; font-size:1.1em;  }
p a{ text-decoration:underline; text-decoration-color:#9da0a2;}
p a:hover{text-decoration-color:#120f0f;}

.wrapct{ max-width:1410px; padding:0px;  margin: 0 auto; }
.wrapctnopadd{ max-width:1370px; margin: 0 auto;  }
.wrapctmid{ max-width:1200px; padding:20px; margin: 0 auto; }
.wrapctmini{ max-width:1000px; padding:20px; margin: 0 auto; }

#page{ background:#ffffff; position: relative; z-index: 3; box-shadow:0 0 30px rgba(0,0,0,0.8); }
body.accueil #page{padding-bottom:40px;}
#content{ min-height:500px; }

body.accueil section>p,body.accueil section>blockquote{ max-width:1100px; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px;  }

.fullwidth{ width:calc(100vw - 16px) !important; position: relative; left: 50%; margin-left:calc( -50vw + 8px ) !important; }
.midwidth{ width:80vw !important; position: relative; left: 50%; margin-left:-40vw !important; }

/*=============================================================*/
/*===== HEADER ================================================*/
/*=============================================================*/
.head{background: #ffffff;  position: sticky !important; z-index: 5000; top: 0; }
.headshadow{ display: block; position: fixed; transform: translate3d(0,-110%,0); transition:transform 0.5s ease-out;  top:0px; z-index: 4000; width: 100%; }
.headshadow.fixed{transform: translate3d(0,0%,0); }
.headshadow>*{ display: block; width:90%;  margin: auto; border-radius: 50%; height:130px;box-shadow: 0 0 40px rgba(0,0,0,0.2); }

header{ position: relative;display: flex; align-items: flex-end; justify-content: center; height:130px; max-width:1370px;  margin: 0 auto;}
header>*{  }
#logo{ width:160px; height: 100%; margin-left: 10px; text-indent: 200%; white-space: nowrap; overflow: hidden; background: url("../../..//uploads/2024/01/logo-seram-2024.png") center center no-repeat; background-size:cover; }
header>*:nth-child(2){ flex: 1; text-align: center; margin:0 10px; }
header>*:last-child{ margin-right: 10px; margin-bottom:15px; display: flex; align-items: flex-end; flex-direction: column;}
header>*:last-child>*{ flex: 1;}

/*=============================================================*/
/*===== MAIN MENU =============================================*/
/*=============================================================*/
header ul{ list-style: none;  margin: 0; padding: 0;}
.mainmenu{ text-align: center;text-transform: uppercase; font-size: 15px;display: flex;justify-content: center; flex-wrap: wrap; }
.mainmenu>*{ margin:0 5px; line-height:74px; }
.mainmenu>*.accueil{ display: none;}
.mainmenu>*.bout>a:before{ content: ""; display:inline-block; vertical-align: middle; width: 15px; height:15px; background: url("../images/picto-catalogue.svg"); margin-right: 3px; margin-bottom: 2px;}
.mainmenu a{ position: relative; padding:0 10px; display:block;}
.mainmenu>li>a:after{ transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); content: ""; position:absolute; display: block;background:#9da0a2; left: 0; bottom: 0; width:0%; height:6px;}
.mainmenu>li:hover>a:after{ width: 100%; }
.mainmenu>li.current-menu-item>a:after{width: 100%;background:#120f0f;}
.mainmenu>li.current-menu-ancestor>a:after{width: 100%;background:#120f0f;}
.sub-menu{ box-shadow:-3px 6px 6px rgba(0,0,0,0.1),3px 6px 6px rgba(0,0,0,0.1);   transition: transform 0.2s ease-out; transform-origin: top center; transform: rotateX(90deg);  text-align: left;list-style: none; position: absolute; top: 100; margin: 0; padding:10px;  background:#ffffff;}
.mainmenu>li.menu-item-has-children:hover>.sub-menu{ transform: rotateX(0deg); opacity: 1; pointer-events: auto;}
.sub-menu>li.current-menu-item>a{ font-weight: 700;}

/*=============================================================*/
/*===== LANG + SEARCH =========================================*/
/*=============================================================*/
#cnx{display: flex; align-items:center; text-transform: uppercase; /* font-family: "Poppins","sans-serif"; */ }
#cnx>*{flex: 1; margin:0 5px; position: relative;}
#cnx>*:not(:last-child):not(:first-child):before{ content: ""; position: absolute; top:3px; left:-5px;  display: block; width:1px; height:calc(100% - 6px); background: #120f0f; opacity: 0.3;}
#cnx>*:empty{display: none; }

#cnx a{ display: block; white-space: nowrap;}
#cnx .lang-item a{ opacity: 0.5;}
#cnx .current-lang a{ font-weight:600; color: #433b4d; opacity: 1; }
.searchbt{ display: inline-block; width:24px; height:24px; }
/*#cnx .lang-item-zh{ display: none;}*/

#cnx .lang-item-de{ display: none;}
#cnx .lang-item-it{ display: none;}
#cnx .lang-item-es{ display: none;}
#cnx .lang-item-pt{ display: none;}

/*=============================================================*/
/*===== SOCIAL ================================================*/
/*=============================================================*/
.socials{ display: flex; line-height: 40px; position: relative;}
.socials>*:not(.wechat){ width:24px; height:24px; background-color:#120f0f; border-radius: 50%; margin:5px; transition:all 0.1s linear; }
.socials svg>*{fill:#ffffff;}
.socials>*:not(.wechat):hover{ transform: scale(1.2);}


.wechat{ display: none;position: absolute; border-radius: 5px; width:170px; height:170px; border: 10px solid #120f0f;   top:calc(100% + 5px); right:-5px;  background: #120f0f url("../images/seram-wechat-qr-code.jpg") center center no-repeat; background-size:contain; }
.wechat:after {
	bottom:calc(100% + 10px);
	right:4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 0, 0, 0);
	border-bottom-color:#120f0f;
	border-width: 8px;
	margin-left: -8px;
}

/*=============================================================*/
/*===== ARIANE ================================================*/
/*=============================================================*/
#ariane{  font-size: 12px; padding:8px 16px; color: #9da0a2; background: #f0f0f0; }
#ariane>*{max-width: 1100px; margin: auto; }
#ariane>*>*{ margin:0 2px;display: inline-block; }
#ariane.hide{ display: none;}


#FilAriane{ font-size: 12px;padding:8px 16px; color: #9da0a2; background: #f0f0f0;}
#FilAriane ul{ list-style: none; max-width: 1100px; padding: 0; margin: auto;}

#FilAriane li{ display: inline-block; }

#FilAriane li:not(:first-child):not(:last-child):after{content: "»"; margin:0 6px; }
#FilAriane li:first-child{ margin-right: 6px; }

/*=============================================================*/
/*===== HOMEPAGE ==============================================*/
/*=============================================================*/
.carousel{ height:41vw;  }
.carousel .flickity-viewport{ height: 100%;  }
.carousel-cell { width: 100%; overflow: hidden; }
.carousel-cell a{display: block;  }
.carousel-cell img { display: block; width: 100%; height: auto; opacity: 0; transition:opacity 1s linear;  }
.carousel-cell img.flickity-lazyloaded {opacity:1; }
.carousel .flickity-page-dots{ bottom:25px; }
.carousel .flickity-page-dots .dot{ background:#ffffff; margin:10px; opacity: 0.5; box-shadow:0 0 10px rgba(0,0,0,0.5);  vertical-align: middle;}
.carousel .flickity-page-dots .dot.is-selected{ width:12px; height: 12px; opacity: 1;  }
.carousel .txtslide{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center;}
.carousel .txtslide>*{ text-align: center; max-width:700px; margin:30px; }
.carousel .txtslide .title{ font-size: 4em;}
.carousel .txtslide .txt{ font-size: 1.2em;}

/*
.mea{ display: flex; max-width: 1230px; margin:30px auto;}
.mea>*{ background:#120f0f; flex: 1; margin:8px; overflow: hidden; position: relative; box-shadow:0 3px 5px rgba(0,0,0,0.1);  }
.mea img{ display: block; width: 100%; height:auto; transition:all 0.5s ease-out; }
.mea .layer{ opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
.mea .layer:not(.alt) img{ width: 100%; height:100%; object-fit:scale-down; }
.mea>*:hover>img{ opacity:0.4;}
.mea>*:hover .layer{ transform:scale(1); opacity:1;}

#meareferences .layer{ background:rgba(0,0,0,0.6);  display: flex;opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
#meareferences .layer>*{ padding:40px; text-align: center;margin: auto; display: block; font-size:1.8em; font-weight: 400; line-height: 1.1; color: #ffffff;}
#meareferences>*:hover .layer{ transform:scale(1); opacity:1;}



.mea{ display: flex; margin:40px auto; padding:0 5px;  max-width:1850px; }
.mea>*{ background:#ffffff; flex: 1; margin:5px; overflow: hidden; position: relative;  }
.mea img{ display: block; width: 100%; height:auto; transition:all 0.5s linear; }
.mea .layer{ opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
.mea .layer:not(.alt) img{ width: 100%; height:100%; object-fit:scale-down; }
.mea>*:hover>img{ opacity:0.4; transform: scale(1.05); filter: blur(6px); }
.mea>*:hover .layer{ transform:scale(1); opacity:1;}

#meareferences .layer{  display: flex;opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
#meareferences .layer>*{ padding:40px; text-align: center;margin: auto; display: block; font-size:1.8em; font-weight: 400; line-height: 1.1;}
#meareferences>*:hover .layer{ transform:scale(1); opacity:1;}
*/


/*=============================================================*/
/*===== HEADER HERO ===========================================*/
/*=============================================================*/
.header-hero{ border:5px solid red; overflow: hidden; position: relative;height:calc(100vh - 80px);  }
.header-hero img{border:5px solid orange;position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*=============================================================*/
/*===== TAGS ==================================================*/
/*=============================================================*/
#tags{ background: #eceded; padding:20px; }



/*=============================================================*/
/*===== CARTE =================================================*/
/*=============================================================*/
#carteimplantations{ position: relative; margin: auto; max-width:1030px; }
#carteimplantations>img{ display: block; width: 100%; height: auto;}


#carteimplantations .marker{box-shadow:0 3px 10px rgba(0,0,0,0.2); transition:all 0.1s linear;  position: absolute; display: flex; width:22px; height:22px; transform: translate(-11px,-11px);background-image:url("../images/marker-bureaux.png"); background-position:center center; background-size: cover; top:0%; left:0%; border-radius:50%;  }

#carteimplantations .marker.usine{background-image:url("../images/marker-usine.png");}
#carteimplantations .marker.usine.bureaux{background-image:url("../images/marker-mixte.png");}


#carteimplantations .marker.on{ width:26px; height:26px; transform: translate(-13px,-13px); }
#carteimplantations .marker.off{ filter: grayscale(1); opacity: 0.6;}

/*
#carteimplantations .marker{ position: absolute; display: flex; width:30px; height:30px; transform: translate(-15px,-15px);  top:0%; left:0%; border-radius:50%;  }
#carteimplantations .marker>*{ width:18px; height:18px; display: flex; margin: auto; border-radius: 50%;background: #ffffff; box-shadow:0 3px 10px rgba(0,0,0,0.2); transition:all 0.1s ease-in-out;  border:2px solid #e25412;    }
#carteimplantations .marker>*:after{ content: ""; width:8px; height:8px; display: flex; margin: auto; border-radius: 50%; transition:all 0.1s ease-in-out; background:#e25412; }
#carteimplantations .marker.usine>*{border:2px solid #201c1b;    }
#carteimplantations .marker.usine>*:after{ background:#201c1b; }
#carteimplantations .marker.off>*{border:2px solid #969696;    }
#carteimplantations .marker.off>*:after{ background:#969696; }
#carteimplantations .marker:hover>*,#carteimplantations .marker.on>*{ width:100%; height:100%; }
#carteimplantations .marker:hover>*:after,#carteimplantations .marker.on>*:after{width:12px; height:12px;}
*/


/*
#carteimplantations .legende{ position: absolute; bottom:20%;  left: 0;}
#carteimplantations .legende p{ line-height:20px; font-size: 0.9em;  margin:5px 0; }
#carteimplantations .legende .point{ display: inline-block; vertical-align:middle; }
#carteimplantations .legende .point>*{ width:18px; height:18px; display: flex; border-radius: 50%;background: #ffffff; box-shadow:0 3px 10px rgba(0,0,0,0.2); transition:all 0.1s ease-in-out;  border:2px solid #e25412;    }
#carteimplantations .legende .point>*:after{ content: ""; width:8px; height:8px; display: flex; margin: auto; border-radius: 50%; transition:all 0.1s ease-in-out; background:#e25412; }
#carteimplantations .legende .point.usine>*{border:2px solid #201c1b;    }
#carteimplantations .legende .point.usine>*:after{ background:#201c1b; }
*/
#carteimplantations .legende{ position: absolute; bottom:20%;  left: 0;}
#carteimplantations .legende p{ line-height:20px; font-size: 0.9em;  margin:7px 0; }
#carteimplantations .legende .point{ display: inline-block; vertical-align:middle; border-radius: 50%; box-shadow:0 3px 10px rgba(0,0,0,0.2); width:20px; height:20px;background-image:url("../images/marker-bureaux.png"); background-position:center center; background-size: cover; }
#carteimplantations .legende .point.usine{background-image:url("../images/marker-usine.png"); }


/*
#carteimplantations .layer{ position:absolute; display:flex; opacity: 0; padding:15px; transform: translate(-50%,-100%); z-index: 100; pointer-events: none; background: #f0f0f0; }
#carteimplantations .layer.on{ opacity: 1; pointer-events: auto;}
#carteimplantations .layer>*{ position: relative;display: table-cell; vertical-align: middle; border:1px solid red;  }
#carteimplantations .layer>*:nth-child(1){ width: 150px;}
#carteimplantations .layer>*:nth-child(2){ flex: auto; white-space: nowrap; padding-left: 15px;}

#carteimplantations .layer>* strong{ font-size: 1.2em; text-align: center; font-family: "Poppins","sans-serif"; font-weight:600; }
#carteimplantations .layer img{ display: block; width: 150px; height: 100%; object-fit: cover;}

*/


#carteimplantations .layer{transition:all 0.2s ease-in-out; text-align: center;  width:320px; font-size:1em; box-shadow:0 0 30px rgba(0,0,0,0.2);    position:absolute; opacity: 0; z-index: 100; pointer-events: none; background: #ffffff; }



#carteimplantations .layer.left{transform: translate(calc(-100% - 25px),-50%);}
#carteimplantations .layer.left:before,#carteimplantations .layer.left:after{left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(240, 240, 240, 0);border-left-color: #ffffff;border-width:8px;margin-top: -8px;}

#carteimplantations .layer.right{transform: translate(25px,-50%);}
#carteimplantations .layer.right:before,#carteimplantations .layer.right:after{right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(0, 0, 0, 0);border-right-color: #ffffff;border-width: 8px; margin-top: -8px;}

#carteimplantations .layer.top{transform:translate(-50%,calc(-100% - 25px));}
#carteimplantations .layer.top:before,#carteimplantations .layer.top:after{top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(240, 240, 240, 0);border-top-color: #ffffff;border-width: 8px;margin-left: -8px;}

#carteimplantations .layer.bottom{transform:translate(-50%,25px);}
#carteimplantations .layer.bottom:before,#carteimplantations .layer.bottom:after{bottom: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(240, 240, 240, 0);border-bottom-color: #ffffff;border-width: 8px;margin-left: -8px;}





#carteimplantations .layer.on{ opacity: 1; pointer-events: auto;}
#carteimplantations .layer>*{ position: relative;  }
#carteimplantations .layer>*:nth-child(2){ font-size: 0.9em;}

#carteimplantations .layer .txt{margin: 0 10px 10px 10px;}
#carteimplantations .layer>* strong{ display: block; font-size: 1.2em; text-align: center; text-transform: uppercase;/* font-family: "Poppins","sans-serif"; */ font-weight:600; }

#carteimplantations .layer .vis{ display:flex; margin: 5px;}
#carteimplantations .layer .vis>*{flex: 1; margin:5px;}
#carteimplantations .layer img{ display: block; width:100%; height:180px; object-fit: cover;}


/*=============================================================*/
/*===== ACTUALITES ============================================*/
/*=============================================================*/
#filters{ text-align: center;text-transform: uppercase; font-size: 14px;display: flex;justify-content: center; flex-wrap: wrap; margin:50px auto;  }
#filters>*{ margin:0 15px; line-height:40px;   }
#filters>*{ position: relative; padding:0 10px; display:block;}
#filters>*:after{ transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); content: ""; position:absolute; display: block;background:#cccccc; left: 0; bottom: 0; width:0%; height:2px;}
#filters>*:hover:after{ width: 100%; }
#filters>*.on:after{background:#120f0f;width: 100%;}
#filters>*:not(.on){cursor: pointer;}

.actuliste{ display: flex; flex-wrap: wrap; justify-content: center; margin:30px auto;}
.actuliste>a{ flex:0 0 400px; margin:15px; overflow: hidden; position: relative;    }
.actuliste img{ display: block; width: 100%; height:auto; transition:all 0.5s linear; opacity: 0;  }
.actuliste img.loaded{ opacity: 1;}
.actuliste>a>strong{ display: block; margin:8px 0 4px 0; font-size: 1.4em; line-height: 1.3; }
.actuliste>a>.d{ display: block; margin: 4px 0;}
.actuliste>a>.t{ display: block;}

/*.actufiche .bandeau{ display: block; width: 100%; height:auto;  }*/
.actufiche .bandeau{ display: block; margin: auto; max-width: 100%; height:auto;  }
.actufiche{ text-align: center;}

.actufiche .date{ text-align: center; margin-bottom:-20px; }

/*=============================================================*/
/*===== RECHERCHE =============================================*/
/*=============================================================*/
.searchresults{ display: flex; flex-wrap: wrap; justify-content: center; margin:30px auto;}
.searchresults>a{ flex:0 0 400px; margin:15px; overflow: hidden; position: relative;    }
.searchresults img{ display: block; width: 100%; height:auto; }
.searchresults>a>strong{ display: block; margin:8px 0 4px 0; font-size: 1.4em; }
.searchresults>a>.d{ display: block; margin: 4px 0;}
.searchresults>a>.t{ display: block;}
.searchresults h3{flex:0 0 100%; text-align: center;}
.searchresults hr{flex:0 0 100%;}

/*=============================================================*/
/*===== CHILDS ================================================*/
/*=============================================================*/
.childs.button{ display: flex; justify-content: center; padding: 0; margin:auto; }
.childs.button>*{transition:all 0.2s linear; margin:20px;  display:block; background:#ffffff; color: #120f0f; padding:8px 20px; font-size: 1.2em; }
.childs.button>*:hover{ background:#000000; color: #ffffff; }

.childs.button>*:first-child{ margin-left: 0; }
.childs.button>*:last-child{ margin-right: 0; }

/*=============================================================*/
/*===== COLLECTIONS ===========================================*/
/*=============================================================*/
.coll{ display: flex; max-width: 1230px; margin:30px auto;}
.coll>*{ background:#120f0f; flex: 1; margin:8px; overflow: hidden; position: relative; box-shadow:0 3px 6px rgba(0,0,0,0.1);  }
.coll img{ display: block; width: 100%; height:auto; transition:all 0.5s ease-out; }
.coll .layer{ display: flex;opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
.coll .layer>*{ padding:40px; text-align: center;margin: auto; display: block; font-size:1.8em; font-weight: 400; line-height: 1.1; color: #ffffff;}
.coll>*:hover>img{ opacity:0.4;}
.coll>*:hover .layer{ transform:scale(1); opacity:1;}

/*.coll-liste{ margin-top:40px; margin-bottom:30px; width:calc(100vw - 34px) !important; position: relative; left: 50%; margin-left:calc( -50vw + 17px ) !important; }*/
.coll-liste{ margin-top:40px; margin-bottom:30px; width:calc(100vw - 50px) !important; position: relative; left: 50%; margin-left:calc( -50vw + 25px ) !important; }
.coll-liste .grid-sizer,.coll-liste .elt {width:calc( (100% / 3) - 20px/3 ); /*padding-bottom:calc( (100% / 4) - 20px/3 );*/padding-bottom:calc( ( (75% / 3) - 20px/3 ) ); }
.coll-liste .grid-sizer{ pointer-events: none; opacity: 0;}

.coll-liste>*{ overflow: hidden; display: block; margin-bottom:10px; /*box-shadow:0 3px 5px rgba(0,0,0,0.1);*/ border:1px solid #f0f0f0;   }
.coll-liste>*>img{ position: absolute; top: 0; display: block; width:100%; height:100%; object-fit: cover; transition:all 0.5s ease-out; opacity: 0; }

.coll-liste>*>img.loaded{opacity: 1;}

.coll-liste .layer{display: flex;opacity: 0; transform:scale(1.2); position: absolute; top: 0; left: 0; width: 100%; height:100%; transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  }
.coll-liste .layer>*{ padding:40px; text-align: center;margin: auto; display: block; font-size:1.6em; font-weight: 400; line-height: 1.1; }
.coll-liste .layer>img{ display: block; width: 100%; height: 100%; object-fit: scale-down;}

.coll-liste>*:hover>img{ transform:scale(1.05); filter: blur(5px); opacity:0.3;}

.coll-liste>*:hover .layer{ transform:scale(1); opacity:1;}
.coll-liste .layer em{ font-style: normal; font-size: 0.8em; }

.bandeauwrap{ background: #ffffff; position: relative; }
.bandeauwrap:before{ z-index: -1; position: absolute; left:5%; top:calc(100% - 80px);  content: ""; display: block; width:90%;  margin: auto; border-radius: 50%;  height:80px;box-shadow: 0 0 40px rgba(0,0,0,0.2); }
.bandeauwrap>*{ display: block;margin: auto;}
.bandeauanim{ opacity: 0; /*filter: blur(10px);*/ transition:opacity 1s linear;}
.bandeauanim.ok{ opacity:1; filter:none;}

/*
#singlecoll{ }
#singlecoll p{ margin:20px 0; text-align: center;}
#singlecoll img{ display: block; max-width: 100%; height: auto; margin:auto; box-shadow:0 3px 5px rgba(0,0,0,0.1);  }
#singlecoll figure{ margin-bottom:30px;  }
#singlecoll figcaption{ margin-top:10px;  }
#singlecoll .wp-block-gallery.columns-2{ margin-bottom:14vw; width:90vw; position: relative; left: 50%; margin-left:-45vw !important;}
#singlecoll .wp-block-gallery.columns-2>*{ width: calc((100% - 16px)/2);  margin:5vw 0; flex-grow: 0;  }
#singlecoll .wp-block-gallery.columns-2>* img{ box-shadow:0 7px 10px rgba(0,0,0,0.2); }
#singlecoll .wp-block-gallery.columns-2>*:nth-child(2n + 1){ transform:translateX(3vw); }
#singlecoll .wp-block-gallery.columns-2>*:nth-child(2n + 0){ transform:translate3d(-3vw,50%,0);}
#singlecoll .wp-block-gallery.columns-2>*:nth-child(2n + 1) img{ box-shadow:0 7px 10px rgba(0,0,0,0.15); }
#singlecoll .wp-block-gallery.columns-2>*:nth-child(2n + 0) img{ box-shadow:0 15px 20px rgba(0,0,0,0.2); }
#singlecoll .wp-block-gallery.columns-2>* figcaption {bottom: auto;top: 100%;width: calc(100% - 10vw);padding: 10px 0 0 0;color: #000;text-align: left;background: none;}
#singlecoll .wp-block-gallery.columns-2>*:nth-child(2n + 0) figcaption { right: 0; text-align: right;}
#singlecoll .wp-block-gallery.columns-2 a{ pointer-events: none; }
*/

#singlecoll{ display: flex; margin-top:80px; margin-bottom:80px;  }
#singlecoll>*{ position: relative; }
#singlecoll .left{ flex:0 0 50%; }
#singlecoll .collcarousel{ height:100%; border:1px solid #f0f0f0; /*box-shadow: 0 3px 5px rgba(0,0,0,0.1);*/  }
#singlecoll .collcarousel .flickity-page-dots{ bottom:20px; }
#singlecoll .collcarousel .flickity-page-dots .dot{ background:none; margin:5px; opacity: 1;width:12px; height: 12px;  border:2px solid #000000;   vertical-align: middle;}
#singlecoll .collcarousel .flickity-page-dots .dot.is-selected{ background:#000000;  opacity: 1;  }
#singlecoll .left img{ display: block; width: 100%; height:auto;}
#singlecoll .right{ flex: auto; display: flex; margin:0 50px;  flex-direction:column;  text-align: center;}
#singlecoll .right .top{ flex: 1; display: flex;}
#singlecoll .right .top>*{ margin: auto;}
#singlecoll .right .top p br{ display: none;}
#singlecoll .right .bottom { display: flex;}
#singlecoll .right .bottom>* { flex:0 0 50%;}
#singlecoll .right .bottom>*:first-child { margin-right:20px; }
#singlecoll .right .bottom img { display: block; width: 100%; height: auto; border:1px solid #f0f0f0; /*box-shadow: 0 3px 5px rgba(0,0,0,0.1);*/ }
#singlecoll p{ margin:20px 0; font-size: 1em;}
#singlecoll p.has-small-font-size{font-size:0.9em; opacity: 0.8;}


.maxfix{max-width: 1410px; display: block; margin-left: auto !important; margin-right: auto !important;}



/*=============================================================*/
/*===== PAGINATION COLL/REFS ==================================*/
/*=============================================================*/
#pagination{ display: flex; width:90%; margin:40px auto;}
#pagination>*{ flex: 1; }
#pagination a{display: flex; align-items: center; outline:none; }
#pagination a span{ margin:0 5px;  }
#pagination a img{ display: block; width:150px; height: auto; }
#pagination .next{ text-align: right; }
#pagination .next a{justify-content: end;}
#pagination strong{ position: relative; display: block; line-height: 1; font-weight: normal;font-size:1.3em;}
#pagination strong:before{ transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);  content: ""; position: absolute; top: 100%; left: 0; width:0%; height:2px; background: #120f0f;  }
#pagination a:hover strong:before{width: 100%;}

#paginationalt{ display: flex; width:90%; margin:40px auto;}
#paginationalt>*{ flex: 1; }
#paginationalt .next{ text-align: right; }

#paginationalt a{display:inline-block;line-height:1.2; font-weight: normal;font-size:1.3em; position: relative; align-items: center; outline:none; }
#paginationalt a:before{ transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);  content: ""; position: absolute; top: 100%; left: 0; width:0%; height:2px; background: #120f0f;  }
#paginationalt a:hover:before{width: 100%;}

/*=============================================================*/
/*===== NEWSLETTER + LAST ACTU ================================*/
/*=============================================================*/


/*
[form] {
    padding: 5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[form] input[type=text],[form] input[type=email], [form] select {
    width: 100%;
    border: 1px solid #bbb;
    height: auto;
    margin: 5px 0 0 0;
}
[form] .sib-default-btn {
    margin: 5px 0;
    padding: 6px 12px;
    color:#fff;
    background-color: #333;
    border-color: #2E2E2E;
    font-size: 14px;
    font-weight:400;
    line-height: 1.4285;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space: normal;
    border:1px solid transparent;
    border-radius: 3px;
}
[form] .sib-default-btn:hover {
    background-color: #444;
}
[form] p{
    margin: 10px 0 0 0;
}
*/


.nlactus{ position: relative;display: flex; padding:40px 0; margin:80px auto 60px auto;  background:#eceded; }
.nlactus>*{ flex: 1; padding:0 60px; }
.nlactus>*:last-child{ border-left: 2px solid #dedede; }
.nlactus:before{ content: ""; background:url("../images/picto-nl-2024.svg"); right:50px; top:-50px; position: absolute; width: 160px; height: 140px;}

.nlactus .news{ display: flex;}
.nlactus .news>*{ flex: 1; position: relative;}
.nlactus .news>*:first-child{ margin-right: 20px;}
.nlactus .news>*:first-child a{ position: absolute; display: block; }
.nlactus .news>*:last-child{ margin-left: 20px;}
.nlactus .news{ color:#9da0a2; }
.nlactus .news>*:last-child a{ display:inline-block; margin-top:10px !important; position:relative !important;}
.nlactus .news strong{ display: block; color: #120f0f; margin-bottom: 10px; font-size: 1.6em; line-height: 1.2;}
.nlactus .news img{ display: block; height:calc(100% + 80px); width:100%; object-fit: cover;}
.nlactus .news .all{ font-weight:400; position: absolute; bottom:0px; left:0;display: block; color: #120f0f; text-transform: uppercase;}
.nlactus .news .all:after{ background: url("../images/fl-right.svg") center center no-repeat; content: ""; position: absolute; left:100%; top:-1px; margin-left:6px; height:100%; width:20px; }
.nlactus .news .all:before{ transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);  content: ""; position: absolute; top: 100%; left: 0; width:0%; height:2px; background: #120f0f;  }
.nlactus .news .all:hover:before{width: 100%;}

.nlactus .nl strong{ display: block; color: #9da0a2; font-weight: 300; font-size: 2.5em; }
.nlactus .nl form{ margin-left: 20px;}
.nlactus .nl form .elt{ margin:15px 0 ;  }
.nlactus .nl a{text-decoration: underline;}
.nlliste>*{ display: inline-block; vertical-align: middle; margin-right:10px; }
.nlactus .nl .mini{ font-size: 0.8em; line-height: 1.1; opacity:0.6; }
.nlactus .nl hr{ border: none; height: 1px; background: #9da0a2; opacity: 0.5; }

.nlactus [type="checkbox"]:not(:checked),.nlactus [type="checkbox"]:checked,.nlactus [type="radio"]:not(:checked),.nlactus [type="radio"]:checked {position: absolute; opacity: 0; pointer-events: none;}
.nlactus label{ cursor:pointer; }
.nlactus label>span{ position: relative; line-height:20px; display: block;}
.nlactus label>span:before{ margin-right:5px; content:"-"; display:inline-block; background:#ffffff; color: #ffffff; text-align: center; line-height:20px; font-size: 16px; width:20px;  }
.nlactus [type="checkbox"]:checked + span:before{content:"\2714"; color: #120f0f;  }
.nlactus [type="radio"]:checked + span:after{content:""; position: absolute; left:6px; top:6px; border-radius: 50%; width:8px; height:8px; background:#120f0f;  }
.nlactus [type="radio"] + span:before{ border-radius: 50%;}
.nlactus input[type=text],.nlactus input[type=email]{ font-size: 14px; background: #ffffff; border: none; padding:10px; font-family: "Livvic","sans-serif"; }
.nlactus input[type=submit]{font-size: 14px; border-top-right-radius:10px;  cursor: pointer;background: #24201f; color: #ffffff; border: none; padding:10px 20px; font-weight: 700; font-family: "Livvic","sans-serif"; }
.nlactus input[type=submit]:hover{ background:#000000; color:#ffffff;}

/*=============================================================*/
/*===== CUSTOM FORM ===========================================*/
/*=============================================================*/
.wpcf7-form{ margin:0 auto; max-width:900px; }
.wpcf7-form br{ display: none;}
.wpcf7-form p{ margin: 0;}
.wpcf7-form p>label{ margin:0 0 20px 0; }
.wpcf7-form p>label:not(.full){ width:calc(50% - 10px); vertical-align: top; display: inline-block;}
.wpcf7-form p>label:not(.full):nth-child(2n + 0){margin-left:20px; }
.wpcf7-form p>label.full{ display:block; width: 100%;}
.wpcf7-form-control-wrap{ display: block;position: relative; overflow: hidden;}

/* INPUT */
.wpcf7-form input[type=text],.wpcf7-form input[type=tel],.wpcf7-form input[type=email],.wpcf7-form textarea{ display: block; width: 100%; font-size: 14px; background:#eceded; border: none; padding:15px 20px; font-family: "Livvic","sans-serif"; }
.wpcf7-form textarea{ height: 130px;}

/* SELECT */
.wpcf7-form-control-wrap.marche select,.wpcf7-form-control-wrap.zone select {-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: "Livvic","sans-serif";font-size: 14px;background: #f0f0f0;width: 110%; height: auto;border: 0; margin: 0;padding:15px;border-radius: 0;overflow: hidden;text-overflow: ellipsis;}
.wpcf7-form-control-wrap.marche:after,.wpcf7-form-control-wrap.zone:after { content: '';position: absolute;top: 50%; margin-top: -3px;right:15px;  display: block; width: 0; height: 0;border-color: transparent;border-top-color: #444; border-width: 6px;border-style: solid;pointer-events: none;}

/* FILE */
.joinfile {overflow: hidden;position: relative;}
.joinfile>span:first-child>*:not(:empty){display: inline-block; vertical-align:top; line-height:1; height: 46px; width:50%;  font-size: 14px;}
.joinfile>span:first-child strong { background:#eceded; padding: 15px 20px; text-align: center;cursor: pointer;text-decoration: underline;}
.joinfile>span:first-child em:not(:empty) {  overflow: hidden; padding: 12px 20px;	background:#ffffff; border:3px solid #eceded; white-space: nowrap; text-overflow: ellipsis;}
.joinfile [type=file] {cursor: inherit;display: block;font-size: 999px;filter: alpha(opacity=0);min-height: 100%;min-width: 100%;opacity: 0;position: absolute;right: 0;text-align: right; top: 0;}

/* CAPTCHA */
.wpcf7-form .kc_captcha{ display: block; margin:0 0 20px 0;}
.wpcf7-form .kc_captcha>*:first-child{ text-align: center;display: block; background: #f0f0f0;  }
.wpcf7-form .captcha-image{padding:10px !important; background: none !important; text-align: left !important; border: none !important;}
.wpcf7-form .cf7ic_instructions{ display: inline-block !important; vertical-align: middle; margin-right: 15px;}
.wpcf7-form .captcha-image label{ vertical-align: middle; width:40px !important; height: 40px !important;}
.wpcf7-form .captcha-image svg{ width: 40px; height: 40px;}
.wpcf7-form .captcha-image svg>*{ fill:#8f8d8d; }
.wpcf7-form .captcha-image label > input{ position: absolute;}
.wpcf7-form .captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg{ border-color:transparent !important; }
.wpcf7-form .captcha-image label > input:checked + svg>*, .captcha-image label > input:focus + svg>*{ fill:#000000; }
.wpcf7-form .captcha-image .cf7ic_instructions span{ color: #000000 !important; }

/* ERROR */
span.wpcf7-not-valid-tip{ position: absolute; top:calc(50% - 8px); left:-8px; display: block; text-indent: 200%; white-space: nowrap; overflow: hidden;width:16px; height:16px; transform:translateZ(1px) rotate(45deg); background:#FF6700; border:4px solid #ffffff;  }
div.wpcf7-response-output{ color: #FF6700; border: none !important; margin: 0 !important;text-align: center; font-size: 1.1em;}
span.wpcf7-list-item{ margin: 0 !important;}

/* ACCEPTANCE */
.wpcf7-acceptance{ display: block; margin:0 0 20px 0;  padding:20px; border:2px solid #f0f0f0;}
.wpcf7-acceptance input[type="checkbox"]:not(:checked),.wpcf7-acceptance input[type="checkbox"]:checked{position: absolute; opacity: 0; pointer-events: none;}
.wpcf7-acceptance label{ cursor:pointer; }
.wpcf7-acceptance label>span{ font-size: 12px; position: relative; display: block; margin-left: 30px; width: calc(100% - 40px);}
.wpcf7-acceptance label>span:before{ border:1px solid #9da0a2;   position: absolute; content:"-"; display:block; left:-30px;  background:#ffffff; color: #ffffff; text-align: center; line-height:20px; font-size: 16px; width:20px;  }
.wpcf7-acceptance [type="checkbox"]:checked + span:before{content:"\2714"; color: #120f0f;  }

/* SUBMIT */
.wpcf7-form input[type=submit]{ display: block;  margin: auto; font-size: 18px; font-weight: 300; cursor: pointer;background: #201c1b; color: #ffffff; border: none; padding:15px 30px; font-family: "Livvic","sans-serif"; }
.wpcf7-form input[type=submit]:not(:disabled):hover{background:#000000;}
.wpcf7-form input[type=submit]:disabled{ opacity: 0.5;}

.wpcf7 .ajax-loader{ margin:5px auto; }

/*=============================================================*/
/*===== FOOTER ================================================*/
/*=============================================================*/
footer{ position: sticky; bottom: 0; z-index:2; background: #201c1b; padding:40px; color: #ffffff;}
footer>*{ max-width: 1100px; margin: auto;}
footer .logo{ width:140px; height:90px; margin:auto auto 40px auto; background: url("../../../uploads/2024/01/logo-seram-white-2024.png") center center no-repeat; background-size:cover; }
footer a:hover{ text-decoration: underline;}

/*=============================================================*/
/*===== MENU FOOTER ===========================================*/
/*=============================================================*/
.footermenu{ text-transform: uppercase; display: flex; flex-direction: row; width: 100%; list-style: none; margin: 0; padding: 0; }
.footermenu>*{ text-align: center; margin: auto;  }
.footermenu>*:nth-child(1){ margin-left: 0;  }
.footermenu>*:last-child{ margin-right: 0; }
.footermenu>li.current-menu-item>a{ text-decoration:underline;}
.footermenu>li.current-menu-ancestor>a{text-decoration:underline;}
.footermenu>*.bout>a:before{ content: ""; display:inline-block; vertical-align: middle; width: 15px; height:15px; background: url("../images/picto-catalogue-light.svg"); margin-right: 3px; margin-bottom: 2px;}

/*=============================================================*/
/*===== ADRESSES ==============================================*/
/*=============================================================*/
footer .adresses{ width: 100%; display: flex; margin-top:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.5);}
footer .adresses>*{ margin:0 auto; display: flex; flex-direction: column;}
footer .adresses>*:first-child{ margin-left: 0;}
footer .adresses>*:last-child{ margin-right: 0;}
footer .adresses>*>*:first-child{ flex: 1; margin-bottom:10px;}
footer .adresses strong{ display: block; text-transform: uppercase;font-size: 1.2em; margin-bottom:5px; }
footer .adresses span{ display: block; color: #8f8d8d;}
footer .adresses a{ color: #ffffff; }

/*=============================================================*/
/*===== SUB FOOTER ============================================*/
/*=============================================================*/
#subfooter{ position: sticky; bottom: 0; z-index:1; padding:0 20px; line-height:80px; background: #000000; color:rgba(255,255,255,0.5); font-size: 0.9em; }
#subfooter>*{max-width: 1100px; margin: auto; display: flex; width: 100%;}
#subfooter>*>*:first-child{ flex: 1;}
#subfooter a{ color: #ffffff;}
#subfooter a:hover{ text-decoration: underline;}
#subfooter span:not(:last-child):after{ content: "|"; margin:0 10px;   }

#jumptop{ cursor: pointer;margin-left:20px;  width: 50px; height: 50px; overflow: hidden; align-self: center;}
#jumptop svg>*{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10; opacity: 0.5; transition: all 0.2s linear;}
#jumptop:hover svg>*{stroke-width:4; opacity:1;}

/*=============================================================*/
/*===== SEARCH FLOAT ==========================================*/
/*=============================================================*/
#searchfloat{ transition:opacity 0.3s linear;  opacity:0; pointer-events: none;  position: fixed; background: rgba(255,255,255,0.9); z-index:8000; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#searchfloat.on{ opacity:1; pointer-events: auto; }
#searchfloat .hide{ position:absolute; top: 0; left: 0; width: 100%; height: 100%;}
#searchfloat form{ display: block; position: relative; }

/*=============================================================*/
/*===== CUSTOM SEARCHFORM =====================================*/
/*=============================================================*/
#searchform input[type=text]{display:block; margin: auto; font-size:20px; min-width:450px;  background:none; border: none; border-bottom:2px dotted #201c1b;  padding:15px 0; font-family: "Livvic","sans-serif";}
#searchform input[type=submit]{ padding:15px 30px; cursor: pointer;background:#201c1b;font-family: "Livvic","sans-serif"; color: #ffffff; font-size:20px; display:inline-block; border:none;  margin: 0 !important;}
#searchform input[type=submit]:hover{ background:#000000; }
#searchform label{ display: none;}

/*=============================================================*/
/*===== AUTRES ================================================*/
/*=============================================================*/
.fancybox-button[disabled]{ display: none;}

.cookietab{ border-spacing: 0; border-collapse: collapse;}
.cookietab tr:first-child td{ background: #f0f0f0; }
.cookietab td{ padding:10px; border:1px solid #cccccc;  }
.cookietab td:nth-child(1),.cookietab td:nth-child(2){ white-space: nowrap;}


/*=============================================================*/
/*===== ANIM ==================================================*/
/*=============================================================*/
.anim{ opacity: 0; transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;}
.anim.on{ opacity:1;}
.anim.zoomin{ transform:scale(0.7);}
.anim.zoomin.on{ transform: scale(1);}
.anim.translatey{ transform:translate3d(0,60px,0);}
.anim.translatey.on{ transform:translate3d(0,0,0);}

.anim:first-child + .anim{ transition-delay:0.3s; }
.anim:first-child + .anim + .anim{ transition-delay:0.6s; }
.anim:first-child + .anim + .anim + .anim{ transition-delay:0.9s; }
.anim:first-child + .anim + .anim + .anim + .anim{ transition-delay:1.2s; }
.anim:first-child + .anim + .anim + .anim + .anim + .anim{ transition-delay:1.5s; }

