/* Styles persos */
/* barrer du texte */
.barre {
    text-decoration:line-through;
    color: red;
}

/**
 * Simple fade transition,
 * Magnific popup
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/** 
*Ajout CSS galeries videos magnific popup
*/
.portfolioVideos .container-fluid {
	max-width: 1920px;
  }
  
  .portfolioVideos .container-fluid .portfolioVideos-box {
	position: relative;
	display: block;
  }
  
  .portfolioVideos .container-fluid .portfolioVideos-box .portfolioVideos-box-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(244, 98, 58, 0.9);
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	text-align: center;
  }
  
  .portfolioVideos .container-fluid .portfolioVideos-box .portfolioVideos-box-caption .project-category {
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
  }
  
  .portfolioVideos .container-fluid .portfolioVideos-box .portfolioVideos-box-caption .project-name {
	font-size: 1.2rem;
  }
  
  .portfolioVideos .container-fluid .portfolioVideos-box:hover .portfolioVideos-box-caption {
	opacity: 1;
  }
  
  /** 
*Ajout CSS galeries photos magnific popup
*/
.portfolioPhotos .container-fluid {
	max-width: 1920px;
  }
  
  .portfolioPhotos .container-fluid .portfolioPhotos-box {
	position: relative;
	display: block;
  }
  
  .portfolioPhotos .container-fluid .portfolioPhotos-box .portfolioPhotos-box-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(244, 98, 58, 0.9);
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	text-align: center;
  }
  
  .portfolioPhotos .container-fluid .portfolioPhotos-box .portfolioPhotos-box-caption .project-category {
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
  }
  
  .portfolioPhotos .container-fluid .portfolioPhotos-box .portfolioPhotos-box-caption .project-name {
	font-size: 1.2rem;
  }
  
  .portfolioPhotos .container-fluid .portfolioPhotos-box:hover .portfolioPhotos-box-caption {
	opacity: 1;
  }
  