html {
  scroll-behavior: smooth;
}

.container-portfolio {
  position: relative;
  width: 50%;
padding:2px;
cursor: crosshair;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container-portfolio:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
 font-family: 'Roboto', sans-serif;
text-transform:uppercase;
}

.text a:hover{cursor: crosshair;}

.categorie {
margin-top:10px;
font-size:12px;
}


.header-inner {
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	padding-right: 50px;
}



.progress-container {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
}

.progress-bar {
	height: 2px;
	background: #000;
	width: 0%;
       transition: width .6s ease;
}

.qc-cmp-persistent-link {
	display:none!important
}


.logo-holder {
	min-width: 211px;
}