/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

@font-face {
    font-family: 'museo_sans100';
    src: url('museosans-100-webfont.woff2') format('woff2'),
         url('museosans-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans300';
    src: url('museosans-300-webfont.woff2') format('woff2'),
         url('museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans500';
    src: url('museosans_500-webfont.woff2') format('woff2'),
         url('museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans700';
    src: url('museosans_700-webfont.woff2') format('woff2'),
         url('museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: white;
}



hr {
  max-width: 50px;
  border-width: 3px;
  border-color: black;
}

hr.light {
  border-color: black;
}

a {
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
 {
  font-family: 'museo_sans700';
  color: white;
}

h2 {
	font-size: 3em;
}

h4 {
  font-family: 'museo_sans300';
  font-size: 1.2em;
}

h5 {
  font-size: 2em;
  font-weight: 600;
}

h6 {
  font-size: 1.3em;
  font-weight: 600;
}

p {
  font-family: 'museo_sans300';
  font-size: 15px;
}

label {
  font-family: 'museo_sans300';
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}


.bg-black {
  background-color: #000 !important;
}

.text-faded {
  color: black;
}


section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
}




::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: black;
  background: white;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  background-color: #black;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 300;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 800;
  color: #FFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #white !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;

}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #black;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #black;
  }
  #mainNav.navbar-shrink {
    color: #black;
    background-color: #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #black;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #black;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #dee1e3;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FFF;
  }
}

/*!
 NOUVEAU HEADER VIDEO
 */
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('http://test.maviedeboheme.fr/img/accueil.png') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }

  .logo{
    width: 350px !important;
  }

  .navbar-brand {
    display: none; 
  }



}
/*!
 FIN NOUVEAU HEADER VIDEO
 */

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  
}


header.masthead hr {
  
  -top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 6rem;
}

header.masthead h2{
  font-family:'Alegreya Sans SC', sans-serif;
  font-size: 2rem;
}


header.masthead p {
  font-weight: 300;
}

header.masthead a {
  color: white;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 6rem;
  }
  header.masthead h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 6rem;
  }
  header.masthead h2 {
    font-size: 2rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Arapey', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }


 
}

.text-primary {
  color: #d5b59c !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #transparent; !important;
  text-decoration: underline;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


.img-responsive {
  display:inline;
}

.img-circle {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

.contact a:hover {
  color: white;
  text-decoration: underline;
}

.navbar-brand {
  font-size: 1.05rem;
}

.mt-10 {
  margin-top: 6rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-2 {
  padding-top: 2rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


.bold {
  font-family: 'Montserrat';
  font-weight: 400;
}

.logo {
  width: 600px;
}

.a.hover :hover {
  color: white;
  text-underline: none;
}

.a.hover {
  color: white;
  text-underline: none;
}

.portfolio {
  margin-bottom: 40px;
}

.social {
  width: 50px;
  height: 50px;
}

.modal-content {
  background: #000 ;
  margin-top: 200px;

}


.modal.show  {
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  align-content:center;
  align-items: flex-start;
}



.modal-title {
  font-family: Montserrat;
  font-weight: 400;
}

.close {
  color: white;
  background-color: black;
  border:none;
  font-size: 20px;
}

.modal-header {
  border-bottom: none;
}

.hex {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 350px;
  height: 303.1px; /* width * 0.866 */
  background: black;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

.hex-background {
  position: absolute;
  background-color: black; /*color of the main-background*/
  top: 1px; /* equal to border thickness */
  left: 1px; /* equal to border thickness */
  width: 348px; /* container height - (border thickness * 2) */
  height: 301.1px; /* container height - (border thickness * 2) */
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}


.service {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

}


.hover-3-content a:hover {
  cursor: pointer;
  text-decoration: underline !important;
  color: white;

}

.mentions {
  font-size: 13px;
}

.mentions a:hover {
  color: white;
  text-decoration: underline;
}




@media (min-width:992px) { /* big landscape tablets, laptops, and desktops */ 

.modal-lg {

  min-width: 700px;
}

}



/*---------------- Update Lisa -------------------*/ 
.video-container{
  position: relative;
  overflow: hidden; 
  width: 100%; 
  height: auto;
} 
.video-container video{
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
} 

@media (max-width:650px) { /* smartphone */ 
  
  #logo-big {
    width: 70vw;
  }
  #ban-video-ordi {
    display:none;
  }
  #ban-video-mobile {
    display:block;
  }

  #nav-item-mobile{
    display:block;
  }
  #nav-item-ordi{
    display:none;
  }
}

@media (min-width:650px) { /* fin smartphone */ 
  #ban-video-mobile {
  display:none;
  }
  #ban-video-ordi {
    display:block;
  }
  #nav-item-ordi{
    display:none;
  }

}

@media (min-width:992px){ /* big landscape tablets, laptops, and desktops */ 
  #nav-item-mobile{
    display:none;
  }
  #nav-item-ordi{
    display:block;
  }
}

#ban-video-ordi {
  width: 100%;
  height: auto;
  object-fit: cover; 
}

#ban-video-mobile {
  width: 100%;
  height: auto;
  object-fit: cover; 
}
/*---------------- Fin update Lisa -------------------*/ 




