/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a, .button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a p {
  text-decoration: none;
  color: #4e4e4e;
}

.subtitle-b p {
  text-decoration: none;
  color: #4e4e4e;
}

.line-mf {
  width: 140px;
  height: 4px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1.6;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect, .socials ul, .list-ico, .blog-wrapper .post-meta ul, .box-comments .list-comments, .widget-sidebar .list-sidebar, .widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: linear-gradient(135deg, #BA8E00, #BA8E00, #000000, #000000, #BA8E00, #BA8E00);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 32px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: linear-gradient(90deg, #BA8E00, #BA8E00, #000000, #000000, #000000, #BA8E00, #BA8E00);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*------/ Prelaoder /------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #BA8E00;
  border-top: 6px solid #000000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo a {
  color: #BA8E00;
  text-shadow: 0 1px 1px #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}

@media (max-width: 700px) {
  .logo a {
    font-size: 22px;
	line-height: 1;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  /*text-transform: uppercase;*/
}

.bout a {
	color: #000000;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #BA8E00;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 800;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  font-size: 20px;
  color: #BA8E00;
  font-weight: 600;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #4e4e4e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0078ff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: url(../img/portrait-g8576898ca_1920.png) top center no-repeat;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #BA8E00;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0078ff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.acc {
    width: 100%;
    height: 100vh;
	/*position: relative;
	opacity: 0.7;*/
    background: url(../img/portrait-g8576898ca_1920.png) top center no-repeat;
    background-size: cover;
}

@media (max-width: 912px) {
  .acc {
    width: 100%;
    height: 100vh;
	/*position: relative;
	opacity: 0.7;*/
    background: url(../img/coupe-shampoing.png) top center no-repeat;
    background-size: cover;
	}
}

.acc {
  height: 100vh;
  position: relative;
  color: #fff;
}

.acc .hero-content {
  text-align: center;
  position: absolute;
}

.acc .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.acc .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .acc .hero-title {
    font-size: 4.5rem;
  }
}

.acc .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .acc .hero-subtitle {
    font-size: 2.5rem;
  }
}

.acc .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}

.hero-single .hero-content {
  margin-top: 30px;
}

.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .hero-single .hero-title {
    font-size: 3.5rem;
  }
}

.hero-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.hero-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# Presentation Section
--------------------------------------------------------------*/
#presentation .title-b {
	padding: 50px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 2.7rem;
	font-weight: bold;
	color: #BA8E00;
	/*text-transform: uppercase;*/
}

#presentation .subtitle-a {
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  /*padding-bottom: 10px;*/
  color: rgba(0, 0, 0, 0.9);
}

.presentation {
    background: linear-gradient(90deg, #BA8E00, #fff, #fff, #fff, #fff, #fff, #fff, #BA8E00);
	padding: 20px;
    padding-bottom: 40px;
}

.repam {
	background: none;
}

.presentation .cadre {
	background: linear-gradient(45deg, #BA8E00, #fff, #fff, #fff, #BA8E00);
	padding: 30px;
	padding-bottom: 40px;
	border: 3mm ridge rgba(0, 0, 0, .6);
	/*box-shadow: 0 0 20px #BF1C2D;*/
}

.presentation .content {
    padding-top: 30px;
}

.presentation h3 {
    font-size: 16px;
    font-weight: 700;
    color: #653817;
    /*text-transform: uppercase;*/
}

.presentation h2 {
	margin: 0 0 0 10px;
	font-size: 17px;
	line-height: 1.5em;
    font-weight: 600;
    color: #000000;
	/*text-justify: auto;*/
}

.presentation p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
	font-weight: 500;
    color: #000000;
	/*text-justify: auto;*/
}

.presentation img {
    max-height: 100%;
	/*box-shadow: 0 0 20px #0100b8;*/
}

.presentation .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 18px;
    transition: 0.5s;
    color: #ffffff;
    background: #759A2A;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.presentation .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.presentation .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.presentation .btn-read-more:hover i {
    transform: translateX(5px);
}

@media (max-width: 315px) {
    .presentation .content span {
        font-size: 14px;
    }
}

@media (max-width: 302px) {
    .presentation .content span {
        font-size: 12px;
    }
}

@media (max-width: 292px) {
    .presentation .content span {
        font-size: 10px;
    }
}

@media (max-width: 284px) {
    .presentation .content span {
        font-size: 8px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team .title-b {
	padding: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 2.7rem;
	font-weight: bold;
	color: #BA8E00;
	/*text-transform: uppercase;*/
}

#team .subtitle-a {
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  /*padding-bottom: 10px;*/
  color: rgba(0, 0, 0, 0.9);
}

.team p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
	font-weight: 500;
    color: #000000;
	/*text-justify: auto;*/
}

.team {
  background: linear-gradient(90deg, #BA8E00, #fff, #fff, #fff, #fff, #fff, #fff, #BA8E00);
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(180deg, #BA8E00, #fff, #fff, #fff, #BA8E00);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  background: #000000;
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 16px;
  text-align: justify;
  padding-top: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #474545;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url(../img/toto.png) fixed center center;
  background-size: cover;
  padding: 50px;
  padding-bottom: 50px;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
}

#call-to-action h5 {
  color: #ba8e00;
  text-shadow: 0 1px 0 #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
}

#call-to-action p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 2px 1px 1px #000000;
}

.horaire h5 {
	padding: 10px;
	padding-bottom: 10px;
}

#call-to-action .cta-btn {
  background: #ba8e00;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  border: 2px solid #18d26e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
	background: linear-gradient(90deg, #BA8E00, #fff, #fff, #fff, #fff, #fff, #fff, #BA8E00);
}

#portfolio .title-b {
	padding: 50px;
	padding-bottom: 30px;
	text-decoration: none;
	font-size: 2.7rem;
	font-weight: bold;
	color: #BA8E00;
	/*text-transform: uppercase;*/
}

#portfolio .subtitle-a {
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  /*padding-bottom: 10px;*/
  color: rgba(0, 0, 0, 0.9);
}

.portfolio p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
	font-weight: 500;
    color: #000000;
	/*text-justify: auto;*/
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.img img {
	width: 500px;
	height: 400px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 64px 25px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  font-weight: 700;
  background: #BA8E00;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 60px;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(135deg, #BA8E00, #BA8E00, #BA8E00, #000000, #000000);
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	background: linear-gradient(90deg, #BA8E00, #000000, #000000, #000000, #000000, #000000, #000000, #BA8E00);
	padding-bottom: 50px;
}

#contact .title-b {
	padding: 50px;
	padding-bottom: 30px;
	text-decoration: none;
	font-size: 2.7rem;
	font-weight: bold;
	color: #BA8E00;
	/*text-transform: uppercase;*/
}

#contact .subtitle-c {
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  /*padding-bottom: 10px;*/
  color: #fff;
}

.contact p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
	font-weight: 500;
    color: #fff;
	/*text-justify: auto;*/
}

.contact .info-box {
  background: #dedede;
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .message {
	background: #dedede;
}

.contact .info-box i {
  font-size: 32px;
  color: #BA8E00;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #263d4d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}

.contact .info-box a {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 600;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.map {
	padding: 30px;
	height: 360px;
}

/*--------------------------------------------------------------
# Bas de Page
--------------------------------------------------------------*/
#contact .title-b {
	padding: 50px;
	padding-bottom: 30px;
	text-decoration: none;
	font-size: 2.7rem;
	font-weight: bold;
	color: #BA8E00;
	/*text-transform: uppercase;*/
}

#contact .subtitle-a {
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  /*padding-bottom: 10px;*/
  color: rgba(0, 0, 0, 0.9);
}

.contact p {
    margin: 15px 0 30px 10px;
    line-height: 20px;
	font-weight: 500;
    color: #000000;
	/*text-justify: auto;*/
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    background: linear-gradient(90deg, #BA8E00, #000000, #000000, #000000, #000000, #000000, #000000, #BA8E00);
    font-weight: 600;
}

footer .container a {
    color: #E9E900;    
    font-weight: 600;
}

footer .cook h6 {
	color: #fff;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
	text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg, #ECE3DA, #000000, #000000, #000000, #000000, #000000, #000000, #000000, #ECE3DA);
    font-weight: 600;
}

footer .container a {
    color: #9e8773;    
    font-weight: 600;
}

footer .cook h6 {
	font-family: "calibri", sans-serif;
	color: #fff;
}

#footer color1 {
	color: #2863ed;
}

#footer color2 {
	color: #fff;
}

#footer color3 {
	color: #db1f28;
}

#footer color4 {
	color: #00B0F0;
}

#footer color5 {
	color: #FFC000;
}

/*.fdecran {
	background: #b7c793;
}*/

.remix {
	background: #a1a39d;
}

.logImg img {
	height: 48px;
	width: 54px;
}

.texte h2 {
	font-size: 22px;
	color: #000000;
	text-decoration: underline;
}

.texte h5 {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.btn-color {
	background: url('../img/shiny-background.jpg');
	color: #fff;
	font-weight: 600;
}

.texte small {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.card-body h2{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:20px;
}

.card-body h5{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:14px;
}

#video-full { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/