body {
  font-family: "Montserrat", sans-serif;
  max-width:1920px;
  margin:0 auto;
  margin-top: -70px;
}

/*Header Style*/
header {
  background: url("../images/da-img-1-top.jpg") no-repeat center center;
  -webkit-transition:all 3s ease-in;
    -moz-transition:all 3s ease-in;
    -o-transition:all 3s ease-in;
    -ms-transition:all 3s ease-in;
    transition:all 3s ease-in;
	 -webkit-transition-delay: 3s;/* Safari */
  transition-delay: 3s;
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
  font-size: 0.98em;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
  color: #fff;
}

.da-home-page-text {
  padding-top: 30vh;
  color: #fff;
}

.da-home-page-text h2 {
  font-weight: 500;
}

.da-home-page-text h3 {
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .da-home-page-text .display-3 {
    font-size: 2.5rem;
  }
  .da-home-page-text h3 {
    font-size: 1rem;
  }
}

/*Projects Style*/
.da-projects .da-project-1 {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-image: center center;
}

.da-projects .da-project-2 {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-image: center center;
}

@media (max-width: 992px) {
  .da-projects .da-project-icon {
    margin-right: 15px;
  }
}

/* Expertise Skills Style */
.da-expertise .da-exp-skills {
  padding: 70px 40px 60px 40px;
}

.da-expertise .progress-bar {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.da-expertise .aos-animate {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.da-expertise .da-exp-image {
  background-image: center center;
  background-size: cover;
  min-height: 450px;
}

/*Team Carousel Style*/
.da-team .carousel-indicators {
  bottom: 0px;
}

.da-team .carousel-indicators li {
  background-color: #3d3f4c;
}

.da-team .carousel-indicators .active {
  background-color: #26b7a0;
}

/*Image Gallery Style*/
.da-gallery .card-columns .card {
  border: none;
  border-radius: none;
}

@media (max-width: 992px) {
  .da-gallery .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 576px) {
  .da-gallery .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Company Brand Style */
.da-company-brand img {
  opacity: 0.6;
  width: 90%;
}

.da-company-brand img:hover {
  opacity: 1;
}

/*Contact Style*/
.da-contact {
  background: url("../images/staticmap.jpg") no-repeat center center;
  position: relative;
  min-height: 700px;
  background-size: cover;
}

.da-contact .da-contact-detail {
  padding: 8% 0 8% 1%;
}

@media (max-width: 992px) {
  .da-contact .da-contact-detail {
    padding: 15% 0 5% 1%;
  }
}

@media (max-width: 767px) {
  .da-contact .da-contact-detail {
    padding: 15px 0px 15px 0px;
  }
}

/*Footer*/
footer .da-social-link {
  color: #fff;
  text-decoration: none;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style-type: none;
}

/* Credit Style */
a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}

/*Scroll Top Style*/
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#scrolltop .btn {
  border-radius: 50%;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}

/*Common Style*/
.da-section {
  padding: 100px 0;
}

/* TEST */


/* Isometric Cards */

.isolayer {
  position: relative;
  top: 0;
  left: -500px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.js .grid,
.js .grid__item,
.js .grid__link {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.grid__item {
  width: 300px;
}

.js .grid__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid__link {
  position: relative;
  z-index: 1;
  display: block;
}

.grid__img {
  display: block;
  max-width: 100%;
}

.grid__title {
  font-size: 0.65em;
  font-weight: 600;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.grid__item:hover .grid__title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.layer {
  position: relative;
  display: block;
}

.layer:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* Shadow effect */

.isolayer--shadow .grid__link::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  -webkit-transform: translateZ(-1px) scale(0.95);
  transform: translateZ(-1px) scale(0.95);
  -webkit-transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isolayer--shadow .grid__item:hover .grid__link::before {
  opacity: 0.2;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateZ(-1px) scale(1);
  transform: translateZ(-1px) scale(1);
}

/* All individual isometric grid layouts (static and scrollable) */

.isolayer--scroll1 {
  width: 70vw;
  max-width: 1200px;
  height: calc(100vh - 280px);
}

.isolayer--scroll1 .grid__item {
  width: 300px;
  padding: 15px;
}

.isolayer--deco1 {
  width: 1200px;
  height: 900px;
}

.isolayer--deco1 .grid__link div.layer {
  width: 370px;
  height: 270px;
}

.isolayer--deco1 .grid__item {
  width: 400px;
  height: 300px;
  padding: 15px;
}

.isolayer--deco1 .grid__item:nth-child(2) {
  margin-top: 210px;
}

.isolayer--deco2 {
  width: 1200px;
  height: 100vh;
}

.isolayer--deco2 .grid__item {
  padding: 20px;
}

.isolayer--deco2 .grid__link .layer {
  border: 20px solid #fff;
  border-width: 40px 20px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
}

/* Loading effect */

.js .grid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .grid.grid--loaded {
  opacity: 1;
}

@-webkit-keyframes rotateCircle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.js body.grid-loaded::after {
  opacity: 0;
}

.grid__item .grid__link .grid__img {
  border-radius: 14px;
}

.first-card {
  top: -75px !important;
}

.second-card {
  top: 55px !important;
  left: 0 !important;
}

.third-card {
  top: 810px !important;
}

.third-card .grid__link:before {
  width: 275px;
}

.third-card .grid__img {
  width: 285px !important;
}

.fourth-card {
  top: 490px !important;
}

.fourth-card .grid__img {
  width: 370px !important;
  border-radius: 12px;
}

.fifth-card {
  top: 360px !important;
  left: 400px !important;
}

.fifth-card .grid__img {
  width: 400px !important;
}

.sixth-card {
  top: 1070px !important;
}

.seventh-card {
  top: 875px !important;
}

.seventh-card .grid__img {
  width: 400px !important;
  border-radius: 12px;
}

.eight-card {
  top: -160px !important;
  left: 400px !important;
}

.eight-card .grid__img {
  width: 400px !important;
}

.ninth-card {
  top: 350px !important;
  left: 800px !important;
}

.ninth-card .grid__link:before {
  width: 285px;
}

.ninth-card .grid__img {
  width: 290px !important;
}

.isolayer {
  transform: translateX(34vw) translateY(-330px) rotateX(50deg) rotateZ(30deg) !important;
  z-index: 1;
}

/* end of Isometric Cards */

/* CHRIS */
.card-columns
{
	text-align:center;
	margin-bottom:20px;
}

.logo-footer
{
	width:250px;
	height:125px;
	margin-left:100px;
	float:left;
}

.logo-footer-right
{
	width:150px;
	margin-right:100px;
	float:right;
}

/* Cartes services */
.services-card
{
	height:200px;
	/* height:200px; */
	/* width:10%; */
}

.services-card-extanded
{
	height:auto !important;
}

.projectInfosHover
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100% - 30px);
	color:white;
	background-color:rgba(0,0,0,0.6);
	display:none;
	overflow:ellipsis;
	padding:15px;
	cursor:pointer;
	z-index:9999999;
}

.projectVisible
{
	visibility:visible;
}

.cardProjects
{
	overflow:hidden;
}

#services
{
	min-height:100vh;	
}

.showNavBar
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:70px;
	padding-left:20% !important;
	padding-right:20% !important;
	background-color:rgba(90,93,112, 0.7) !important;
	z-index:999;	
}

@media screen and (max-width: 990px)
{
	.showNavBar
	{
		position:relative !important;
		background-color:transparent !important;
	}
	
	.isolayer
	{
		transform:translateX(0) translateY(0) rotateX(0) rotateZ(0) !important;
		position:inherit;
		left:0;
	}
	
	.isolayer--deco1
	{
		width:100%;
		height:auto;
		top:0 !important;
		left:0 !important;
	}
	
	.grid__item
	{
		max-width:48% !important;
		height:auto !important;
		top:auto !important;
		left:auto !important;
		display:block;
		position:relative !important;
		margin-top:0 !important;
		
		display: -moz-inline-stack !important;
        display: inline-block !important;
        vertical-align: auto !important;
        margin: 5px !important;
        zoom: 1 !important;
        *display: inline !important;
        /* _height: 250px !important; */
	}
	
	.grid__link
	{
		display:unset !important;
	}
	
	.grid
	{
		width:100% !important;
		height:auto !important;
		text-align:center;
		/* columns:2; */
	}
	
	.fancybox-content
	{
		width:70% !important;
	}
	
	.fancybox-slide--iframe .fancybox-content
	{
		height:90% !important;
	}
}

@media screen and (max-width: 608px)
{
	.grid__item
	{
		max-width:90% !important;
		width:auto !important;
	}
	.isolayer--shadow .grid__link::before
	{
		content:unset !important;
	}
	.fancybox-content
	{
		width:80% !important;
	}
	.fancybox-slide--iframe .fancybox-content
	{
		height:100% !important;
	}
	.card-columns {
    -webkit-column-count: 1 !important;
			column-count: 1 !important;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

/* Fix footer responsive */

.firstColFooter
{
	display: none;
}

@media screen and (max-width: 1360px)
{	
	.logo-footer-right
	{
		/* float:left; */
		margin-left:100px;
		display:none;
	}
	
	.logo-footer
	{
		/* margin-right:100px; */
		display:none;
	}
	
	.footerMenu
	{
		margin-top:20px;
		/* float:left; */
	}
}

@media screen and (max-width: 990px)
{
	.firstColFooter
	{
		display: block;
	}
	
	.secondColFooter
	{
		display: none;
	}
	
	.card-columns {
    -webkit-column-count: 2;
			column-count: 2;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media screen and (min-width: 1921px)
{
	/* .firstColFooter */
	/* { */
		/* display: block; */
	/* } */
	
	/* .secondColFooter */
	/* { */
		/* display: none; */
	/* } */
	
	.card-columns {
    -webkit-column-count: 3;
			column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

.clear
	{
		clear:both;
		display:none;
	}

.colFooter
{
	min-width:190px;
}

#navbar
{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fancybox-content
{
	/* width:50% !important; */
}
.fancybox-slide--iframe .fancybox-content
{
	height:70% !important;
}

#gallery
{
	padding:10px;
}

.cardProjects
{
	border:unset !important;
	background-color:unset !important;
	max-width: 350px;
}

.showNavBar>#da-navbarNav>ul>#navContact
{
	background-color:#6EB8AB;
}

.hiddenService
{
	display:none;
}

.row-services
{
	text-align:center;
	margin:0 auto;
	/* align-items: center; */
	justify-content: center;
}

footer
{
	background-color: rgba(90,93,112, 0.7) !important;
}


/* Fix different ifram fancybox (facebook, linkedin, matterport, ...) */
.facebookIframe.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	height:70% !important;
	/* width:auto !important; */
	/* width:30% !important; */
	width:552px !important;
}


.instaIframe.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	height:100% !important;
	/* width:auto !important; */
	width:50% !important;
	max-width:760px;
}

.linkedInIframe.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	height:100% !important;
	/* width:auto !important; */
	width:50% !important;
}

.externalIframe.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	max-width:1250px !important;
	height:100% !important;
}

.matterportIframe.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	height:100% !important;
	width:100% !important;
}

.teamPics.fancybox-is-open.fancybox-can-swipe div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete div.fancybox-content
{
	width:unset !important;
	height:464px !important;
}
.teamPics.fancybox-is-open.fancybox-is-zoomable.fancybox-can-pan div.fancybox-inner div.fancybox-stage div.fancybox-slide.fancybox-slide--image.fancybox-slide--current.fancybox-slide--complete div.fancybox-content img.fancybox-image
{
	width:unset !important;
}
.fancybox-content.fancybox-image
{
	width:unset !important;
}

.fancybox-image
{
	width:unset !important;
}

/* Hack Matterport play button */

/* #showcase-play */
/* { */
	/* background-image:url("images/logo noir simple.svg") !important; */
/* } */

/* Studies */

.how-section1{
    /* margin-top:-15%; */
    padding: 0 10% 0 10%;
	text-align:justify;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    /* margin-top: 10%; */
    margin-top: 130px;
}
.how-img 
{
    text-align: center;
	/* flex: 0 0 30%; */
}
.how-img img{
    /* width: 40%; */
	max-height:150px;
}
.iframeStudies
{
	width:100%;
	min-width:380px;
	height:400px;
	margin-top:20px;
	border:none;
	z-index:1;
}

.portfolio-menu>ul>li>a
{
	display:block;
	padding:6px 12px 6px 12px;
	cursor:pointer;
}

.portfolio-menu>ul>li
{
	margin-top:5px;
}

.moreProjects
{
	margin: 0 auto;
	width:10%;
	min-width:200px;
	height:100px;
	text-align:center;
	border:solid #26b7a0;
	color:#26b7a0;
	border-radius:10px;
	font-size:2em;
}

.moreProjects>a
{
	display:block;
	margin-top:23px;
	color:inherit !important;
	text-decoration:none;
}

.moreProjects:hover
{
	background-color:#26b7a0;
	color:white !important;
}

.videoOverIframe
{
	z-index:2;
	width:100%;
	min-width:380px;
	height:400px;
	margin-top:20px;
	border:none;
}

.g-recaptcha
{
	margin-bottom:16px;
}

@media all and (min-width:990px) and (max-width:1270px)
{
	.nav-link
	{
		min-width:145px;
		/* display:none; */
	}
}

.show764
{
	display:none !important;
}
.hide764
{
	display:block !important;
}

@media all and (max-width:764px)
{
	.show764
	{
		display:block !important;
	}
	.hide764
	{
		display:none !important;
	}
}

@font-face{
	text-rendering: optimizeLegibility;
}

.shareButton
{
	display:none;
	position:absolute;
	bottom:0;
	left:15px;
	width:calc( 100% - 30px);
	color:white;
	background-color:#26b7a0;	
}

.shareButton button
{
	width:100%;
	color:white;
	background-color:#26b7a0;
	border:none;
	height:30px;
	z-index:9999999999999999;
	cursor:pointer;
}

/* Pour gallerybis */
.shareButtonBis
{
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:white;
	background-color:#26b7a0;	
}

.shareButtonBis button
{
	width:100%;
	color:white;
	background-color:#26b7a0;
	border:none;
	height:30px;
	z-index:9999999999999999;
	cursor:pointer;
}

.slideIndex
{
	height:100%;
}

.wrapper {
  padding: 100px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.titreseo
{
	text-align:center;
	margin-top:-20px;
}

.gallerySectorDesc
{
	width:100%;
	text-align:left;
	margin-bottom:40px !important;
}

.container
{
	margin-top: 70px !important;
}

.navbar
{
	z-index:9999;
}

.titreGallery
{
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 247.5px; */
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: rgba(38, 183, 160, 0.4);
	padding: 5px;
}

/* @media all and (max-width:1200px) */
/* { */
	/* .titreGallery */
	/* { */
		/* width: 202.5px; */
	/* } */
/* } */

@media all and (max-width:991px)
{
	.titreGallery
	{
		font-size:0.9em;
	}
}

@media all and (max-width:767px)
{
	.titreGallery
	{
		width: 350px;
		font-size:1em;
	}
	
	.shareButton
	{
		width:350px;
	}
}

@media all and (max-width:575px)
{
	.titreGallery
	{
		width:100%;
		font-size:1em;
	}
	
	.shareButton
	{
		width:calc( 100% - 30px);
	}
}

.item
{
	cursor:pointer;
}

/* Highlights */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
    padding: 100px 0;
}
.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	height:600px;
}

@media all and (max-width:1200px)
{
	.card-content{
		height:700px;
	}
}

@media all and (max-width:991px)
{
	.card-content{
		height:900px;
	}
	a.btn-card{
		padding: .84rem 1.14rem;
	}
}

@media all and (max-width:767px)
{
	.card-content{
		height:auto;
		min-width:200px;
	}
	a.btn-card{
		padding: .84rem 1.14rem;
		position:relative !important;
		bottom:5px !important;
	}
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
	height:190px !important;
}

.card-img img {
	min-width:100%;
	width: auto;
	height: 100%;
	display: block;
	margin-left: 50%;
	transform: translateX(-50%);
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 15%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
	/* min-height:290px !important; */
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {

    text-decoration: none;
    color: #fff;
	position: absolute;
	bottom: 15px;
	/* left: calc(72% - 138px); */
}

#seeMoreProjects
{
	margin: 50px auto -100px auto;
	width: 100%;
	height: 80px;
	text-align: center;
}

/* End highlights */

.hoverProjects
{
	display:none;
	position:absolute;
	top:60px;
	background-color:black;
	list-style:none;
	margin-left:-5px;
	padding:0 5px 0 5px !important;
}

/* .projectButton:hover + .hoverProjects */
/* { */
	/* display:block; */
/* } */

.nav-item
{
	padding: 11px 0 11px 0;
}

/* Slider header */

#headerPrev, #headerNext
{
	position:absolute;
	top:40%;
	width:50px;
	font-size:50px;
	color:white;
	cursor:pointer;
	z-index:9999;
}

#headerPrev
{
	left:30px;
}

#headerNext
{
	right:30px;
}

#headerText
{
	font-size: 1.2em;
}

/* Fix bootstrap */

@media (max-width: 930px) {
  .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset;
  }
}