/*Debut section menu general*/
#sp-header{
	background-color:rgba(33,33,33,0.8);
	position: absolute;
}
#sp-header.header-sticky{
	background-color:rgba(33,33,33,1);
}

@media (max-width: 575px) {
  #sp-header {
    height: 36px;
  }
}
@media (max-width: 991px) {
  #sp-header {
    height: 50px;
  }
}

/*Fin section menu general*/

/*Debut styles generaux*/
b, strong {
  font-weight: 500;
}

a.blue {
  color: #009ac8;
}
a.blue:hover, a.blue:focus {
  color: #003459;
}

h1, h1.sppb-addon-title{
	font-weight: 700;
	line-height: 2.75rem;
	margin: 0 0 5rem 0;
	color: #c81e6b;
}
h2, h2.sppb-addon-title{
	font-weight: 500;
	line-height: 2.5rem;
	margin: 0 0 4rem 0;
}
h3, h3.sppb-addon-title{
	font-weight: 500;
	line-height: 1.75rem;
	margin: 0 0 3rem 0;
	color: #c81e6b;
}
h4, h4.sppb-addon-title{
	font-weight: 500;
	line-height: 1.75rem;
	margin: 0 0 1rem 0;
	color: #fff;
}


/*
p.footer-title, .article-list .article .article-header h2, .image-layout-preset-style-collage h4.sppb-image-layout-title{
	display: inline-block;
	font-size:18px;
	line-height:26px;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
	background:url(../images/ligne-h4.jpg) no-repeat bottom left;
}
.image-layout-preset-style-collage h4.sppb-image-layout-title{
	color: #212121;
	margin: 0;
}
@media screen and (max-width: 1199.98px) {
	.image-layout-preset-style-collage h4.sppb-image-layout-title {
		background:none;
	}
}
@media screen and (max-width: 767px) {
	h4{
		font-size:1.15rem;
	}
	p.footer-title, .article-list .article .article-header h2, .image-layout-preset-style-collage h4.sppb-image-layout-title{
		font-size:16px;
		line-height:24px;
	}
}
*/

/*Fin styles generaux*/



/*mega menu réalisations*/
.sp-megamenu-parent .sp-mega-group > li > a {
  text-transform: inherit;
  font-weight: inherit;
  font-size: 0.9rem;
}
.burger-icon > span {
  background-color: #fff;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #212121;
}
.burger-icon:hover > span {
  background-color: #c81e6b;
}
.offcanvas-menu {
  color: #252525;
}
/*
.offcanvas-menu .offcanvas-inner a {
  color: #fff;
}
*/
/*Retour à la ligne des horaires dans le menu off canvas*/
.sp-contact-info li {
  white-space: inherit;
}

/*Début bouton Call to Action*/

a.CallToActionBlue, a.CallToActionViolet{
	color: #fff;
	background: linear-gradient(90deg, rgba(0,182,190,1), rgba(0,102,155,1));
	position: relative;
	z-index: 1; /* matters! */
	overflow: hidden;
	cursor:pointer;
}
a.CallToActionViolet{
	background: linear-gradient(90deg, #722f70, #c81e6b);
}


a.CallToActionBlue::before, a.CallToActionViolet::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,102,155,1), rgba(0,182,190,1), rgba(0,182,190,1), rgba(0,102,155,1));
	opacity: 0;
	transition: opacity 0.4s, transform 0.8s;
	z-index: -1;
}
a.CallToActionViolet::before{
	background: linear-gradient(90deg, rgba(200,30,107,1), rgba(114,47,112,1), rgba(114,47,112,1), rgba(200,30,107,1));
}
a.CallToActionBlue:hover, a.CallToActionViolet:hover{
	color: #fff;
}
a.CallToActionBlue:hover::before, a.CallToActionViolet:hover::before{
	opacity: 1;
	transform: translateX(-50%);
}

/*Fin bouton Call to Action*/

.border-gradient{
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(45deg, #722f70 0%, #c81e6b 100%);
}
.only-bottom{border-left:0;border-right:0;border-top:0}


/*Sous-menu dans un méga menu ne s'affiche pas correctement, désactiver pour le moment*/
ul.sp-mega-group-child{
	display: none;
}
/*hover a megamenu*/
.sp-megamenu-parent .sp-mega-group > li > a:hover {
  color: #c81e6b;
}

/*Debut encarts personnel*/
.whoweare h4{
	background: inherit;
	color: #c81e6b;
	font-size:50px;
	line-height:inherit;
	padding: 0;
	margin: 0;
}
.overlay-image-title h4.sppb-addon-title {
	color: #c81e6b;
	background: inherit;
}
.whoweare h5{
	color: #333;
	font-size:16px;
	line-height:24px;
}
.overlay-image-title h5.sppb-addon-subtitle {
	color: #212121;
}
.whoweare .sppb-addon-overlay-image-content:hover .overlay-image-title, .whoweare .sppb-addon-overlay-image-content:focus .overlay-image-title{
  opacity: 0;
}
/*Fin encarts personnel*/


/*Debut Menu faq footer*/
ul.menu-faq, ul.menu-faq ul{
	padding: 0;
}
ul.menu-conditions{
	font-size: 12px;
	padding: 0;
}
ul.menu-conditions li, ul.menu-faq li{
	display: inline-block;
	list-style-type: none;
}
ul.menu-conditions li::after, ul.menu-faq li::after{
	content: '|';
	margin: 0 5px;
}
ul.menu-conditions li:last-child::after,ul.menu-faq li:last-child::after{
	content: inherit;
	margin: inherit;
}
@media screen and (max-width: 992px) {
	ul.menu-faq{
		margin: 0;
	}
	ul.menu-conditions, ul.menu-faq ul{
		margin: 25px 0 auto;
	}
	ul.menu-conditions li, ul.menu-faq li{
		display: block;
	}
	ul.menu-conditions li::after, ul.menu-faq li::after{
		content: '';
		margin: 0;
	}
}

#sp-footer, #sp-bottom {
  border-top: 1px solid rgba(0,0,0,0.1);
}

#sp-footer #sp-top1{
	text-align: right;
}
@media screen and (max-width: 992px) {
	#sp-footer #sp-footer1, #sp-footer #sp-top1{
		text-align: center;
	}
}
/*Fin Menu faq footer*/

/*Debut PORTFOLIO REFERENCES - VOIR si utile pour LUX ENSEIGNES*/


/*Galerie accueil Lux Enseignes*/
.thumbnails .event-thumbnail.img-thumbnail, .singleimage .thumbnail {
  margin: 2px;
}
div#events .item .eg-content, .eventgallery-subcategories .wrapper .content, .event-thumbnail.img-thumbnail, .eventgallery-events-imagelist .event-thumbnail, .eventgallery-module .thumbnails .thumbnail, .singleimage .thumbnail, #bigimageContainer, .imagetypeselection .eg-img, .lineitem-container .img-thumbnail, .eg-plg-img, .plg-eventgallery-event .eg-img {
  border: none;
  border-radius: none;
  box-shadow: none;
}
/*Insérer dans le style du module pour le moment car les styles eventgallery sont incorporés à la page. à modifier lors du passage en PROD ??*/
/*Fin*/
/*
#events .item {
  -webkit-box-shadow:inherit;
  -moz-box-shadow:inherit;
  box-shadow:inherit;
}

#events .item .eg-content .data {
  background-color: rgba(0, 0, 0, 1);
	bottom: 0;
	color:#fff;
  opacity: 0.8;
	width: 100%;
	height: 100%;
	position:absolute;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 222;
	
}
#events .item .title {
	text-align: center;
	
	font-size:24px;
	line-height: 32px;
	
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	
  overflow: auto;
  margin: 0;
  word-break: inherit;
  word-wrap: inherit;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#events .item .eg-content .data:hover {
    opacity: 0;
}
#events .item .eg-content .data:hover .title {
	top: 40%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
}

#events .item .title {
  min-height: inherit;
	text-align: center;
}
*/
/*Icons PORTFOLIO REFERENCES*/
/*
#events .item-container .item .title {
	top: 40%;
	padding:50px 0 0 0;
	background-position:50% 0%;
	background-repeat:no-repeat
}
#events .item .eg-content .data:hover .title {
	top: 35%;
}
@media screen and (max-width: 992px) {	
	#events .item-container .item .title {
		top: 35%;
	}
	#events .item .eg-content .data:hover .title {
		top: 30%;
	}
}

@media screen and (max-width: 600px) {	
	#events .item-container .item .title {
		top: 40%;
	}
	#events .item .eg-content .data:hover .title {
		top: 35%;
	}
}


#events .item-container:nth-child(1) .item .title {
	background-image:url(../images/icon-portfolio/impression.png);
}
#events .item-container:nth-child(2) .item .title {
	background-image:url(../images/icon-portfolio/lettrage.png);
}
#events .item-container:nth-child(3) .item .title {
	background-image:url(../images/icon-portfolio/enseigne.png);
}
#events .item-container:nth-child(4) .item .title {
	background-image:url(../images/icon-portfolio/signaletique.png);
}
#events .item-container:nth-child(5) .item .title {
	background-image:url(../images/icon-portfolio/stand-plv.png);
}
#events .item-container:nth-child(6) .item .title {
	background-image:url(../images/icon-portfolio/decoration.png);
}
#events .item-container:nth-child(7) .item .title {
	background-image:url(../images/icon-portfolio/graphisme.png);
}
#events .item-container:nth-child(8) .item .title {
	background-image:url(../images/icon-portfolio/web.png);
}

.thumbnail-container .img-thumbnail{
	padding: inherit;
	border: inherit;
	border-radius: inherit;
}


@media screen and (max-width: 992px) {
	#events .item .title {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width: 600px) {	
	#events .item-container{
		width: 100%;
	}*/
	/*
	#events .item-container:nth-child(3n){
		margin: 0 0 5px 0;
	}
	#events .item .title {
		font-size: 24px;
		line-height: 32px;
	}
	*/
}
/*
@media screen and (max-width: 500px) {
	#events .item .title {
		font-size: 16px;
		line-height: 26px;
	}
}
*/
/*
@media (max-width: 2400px) {
  div#events .item-container, .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  div#events .item-container, .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 33.3333%;
  }
}
@media (max-width: 900px) {
  div#events .item-container, .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 50%;
  }
}
@media (max-width: 450px) {
  div#events .item-container, .eventgallery-tiles-list .eventgallery-tiles .eventgallery-tile {
    width: 100%;
  }
}*/
/*Fin PORTFOLIO REFERENCES*/


/*Fin Filtre réalisations*/

/*Debut Error404*/
.error-page .container{
	background: rgba(255,255,255,0.9);
	padding: 2.5rem;
	border-radius:.5rem;
}

img.error-logo{
	height: 60px;
	width: auto;
}
/*Fin Error404*/

/*Page plan du site*/
#osmap h2{
	text-align: left;
}

.article-full-image{
	display: none;
}


/*Liens Email et Tel dans le menu burger*/
.sp-contact-info li {
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a{
	padding: 7px 25px 7px 10px;
	font-size: 100%;
}

/*Ajustement logo*/
.logo-image {
  width: auto;
}

/*page accueil - btn réalisations > etude de cas*/
.sppb-link-list-wrap ul li a {
  color: rgba(33, 33, 33, 0.5);
}
.btn-realisation a, .btn-realisation a:hover, .btn-realisation a:focus{
	border:1px dotted #C81E6B;
	background-color: #fff;
	color: rgba(33, 33, 33, 0.5);
}

.btn-realisation li.publish a{
	border:1px solid #C81E6B;
	background-color: #C81E6B;
	color: #fff;
}
.btn-realisation li.publish a:hover, .btn-realisation li.publish a:focus{
	border:1px solid #722f70;
	background-color: #722f70;
	color: #fff;
}

/*Point de menu contact*/

.sp-megamenu-parent > li.menu-contact > a {
  color: #fff; 
  background: #C81E6B;
}

.sp-megamenu-parent > li.menu-contact:hover > a {
  color: #fff;
  background: #722f70;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}

/*désactiver car cela masque les photos des services en page accueil*/
.sppb-carousel-extended-item.active, .sppb-carousel-extended-item.dragenable {
    transform-style: inherit;
}