@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
/* barlow-regular - latin-ext_latin OLD BROWSERS */
/*@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow/barlow-v11-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
/*  src: local(''),*/
/*       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
/*       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
/*       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
/*       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
/*}
*/

/* barlow-regular - latin-ext_latin MODERN BROWSERS */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  /*src: local(''),
       url('fonts/barlow/barlow-v11-latin-ext_latin-regular.woff2') format('woff2'), *//* Chrome 26+, Opera 23+, Firefox 39+ */
       /*url('fonts/barlow/barlow-v11-latin-ext_latin-regular.woff') format('woff');*/ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



* {
	font-family: 'Barlow', sans-serif !important;
	font-size:15px;/**/
	color:#fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	padding-bottom:0;
	background-color:#000;
}
p {
	font-size:0.95rem;
}
p a {
	color:#fff;
	text-decoration:underline;
}

p a:hover {
	color:rgba(255,255,255,.5);
	text-decoration: overline;
}

.section {
	/*height: 60vh;*/
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mentionslegales section, .erreur section {
	padding-top:17%;
	}
	
.mentionslegales section h2, .erreur section h2{
	font-size:1.5em !important;
	padding-bottom:1em  !important;
}
.mentionslegales section h3, .erreur section h3{
	font-size:1.1em !important;
}
.mentionslegales section, .erreur section {
	font-size:0.95em !important;
}

.jarallax {
	/*height: 80vh;*/
	height: 100vh;
	position: relative;
	z-index: 0;
	/*-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
		*/
}

.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}



#logo {
	width:180px;
	height:auto;
	position:absolute;
	left:30px;
	top:10px;
	z-index:100;
}

.navbar {
	margin-bottom:0;
}

.bg-dark {
	/*background-color:#000 !important;*/
	background-color:transparent !important;
}

.navbar a {
	text-transform:uppercase;
	font-size:0.85em;
	font-weight:800;
}


.navbar-nav {
	margin-right:30px;
	margin-top:20px;
	margin-bottom:20px;
}

.nav-item {
	margin-left:14px;
}

@media (max-width: 767px){
	.navbar.bg-dark #navbarsExample04.show{
		background-color:#000 !important;
		z-index:101;
	
	}
	.navbar li.active a:after {
		background-color:#fff;
		display:block;
		content:"";
		width:10%;
		height:4px;
	}
}


.carousel {
	height:100vh;
}
.carousel-item {
  height: 100vh;
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
.carousel-item img{
  height: 100%;
  width:auto;
}
*/


.customanchor {
	position:absolute;
}

.carousel-control-next, .carousel-control-prev {
	height:85%;
	color:#fff;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon
{
    width: 60px;
    height: 60px;
	background-size: 100%;
}
	
	
.carousel-control-prev-icon {
    background-image: url(fichiers/images/prev.png);
}

.carousel-control-next-icon {
    background-image: url(fichiers/images/next.png);
}

.carousel-control-next, .carousel-control-prev {
    /*position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;*/
     justify-content: left; 
	 padding-left:1%;
	 width: auto;
    /*width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;*/
	z-index:1001;
}

.carousel-control-next {
     justify-content: right; 
	 padding-right:1%;
}
.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
   /* right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;

	
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	*/

    display: flex;
    width: 100%;
    /*padding: 0 200px;
    z-index: 1000;*/
	height:85%;
	align-items: center;
	padding-left: calc(60px + 1%);
	padding-top:0;
	padding-bottom:0;
}
.carousel-caption div{
	padding-left:3%;
}

@media (min-width: 768px) {
	
.carousel-caption h3{
    letter-spacing: 1px;/**/
    font-size: 6.66em;
    line-height: 92px;
	font-weight:700;
	padding-bottom:0;
}

.carousel-caption p{
	font-weight:600;
	font-size:1.5em;
	padding-bottom:15px;
}
}



@media (max-width: 767px) {
.carousel-caption h3{
    font-size: 4em;
    line-height: normal;
    padding-bottom: 10px;
}
.carousel-caption p{
	font-size:1.2em;
	padding-bottom:12px;
}
}
 
 

@media (max-width: 575px) {
.carousel-caption h3{
    font-size: 3em;
    line-height: normal;
    padding-bottom: 10px;
}
.carousel-caption p{
	font-size:1em;
	padding-bottom:12px;
}
}
 
.carousel-caption a {
	margin-top:28px;
	border-radius:0 ;
	border: solid 1px #fff;
	text-transform:uppercase;
	color:#fff;
    padding: 10px 15px;
	font-size:1em;
	font-weight:700;
	text-decoration:none;
}
.carousel-caption a:hover {
	background-color:#fff;
	color:#000;
}

.video .carousel-caption  {
	z-index:931;
}
@media (max-width: 767px) {
.video .carousel-caption  {
	align-items: flex-start;
	padding-top:120px;
	z-index:931;
	height:auto;
	width:auto;
	right:auto;
	bottom: auto;
}
}

.video iframe {
	z-index: 930;
}
/*
.carousel-control-prev-icon:before, 
.carousel-control-next-icon:before {
	font-size: 60px;
}



 
.carousel-control-next-icon:before {
    content: "\f053";
} 
.carousel-control-prev-icon:before {
    content: "\f054";
}
*/

/*
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
*/

video {
  width: 100%;
  height:100vh;
}


 .main {
    left:2000px;    
   	position:fixed;
    background-color:#000;
	width:100%;
    height:100vh;
    margin:0; /**/
  }
 /* */
 
 h2 {
	 font-size:5em;
	 font-weight:600;
	 }
	 
.container h2 {
	 font-size:3.5em;
	 }
	 /*
.lemoulin h2{
    padding-bottom: 40px !important;
	margin-bottom:0
    letter-spacing: 1px;
    font-size: 6.66em;
    line-height: 92px;
	font-weight:700;
}


.lemoulin p{
    font-size: 1em;
}
  */

@media (min-width: 768px) {
	
.lemoulin h2{
    padding-bottom: 40px;
	margin-bottom:0
    letter-spacing: 1px;/**/
    font-size: 6.66em;
    line-height: 92px;
	font-weight:700;
}


.lemoulin p{
    font-size: 1em;
}
  
	
}

@media (max-width: 767px) {
.lemoulin h2{
    font-size: 5em;
    line-height: normal;
    padding-bottom: 0.4em;
}
.lemoulin p{
	font-size:1em;
    padding-bottom: 1em;
}
}

@media (max-width: 575px) {
.lemoulin h2{
    font-size: 3em;
    line-height: normal;
    padding-bottom: 10px;
}
.lemoulin p{
	font-size:1em;
    padding-bottom:60px;
}
}

 .bloc {
	 height:100vh;
 }
 
 .contact {
	 background-image:url(fichiers/images/contact2.jpg);
	 background-position: top center;
	 background-size:60%;
	 background-repeat:no-repeat;	
 }
 
 main.mentionslegales,  main.contact, main.masonry {
	 padding-top:90px;
	 overflow:auto;
 }
 
 main.mentionslegales {
	 padding-bottom:100px;
 }
 
 main.masonry {
	 padding-top:80px;
	 overflow:auto;
 }
 /* 
 -------------------------------------------------------
 masonry
 -------------------------------------------------------
 */
 
 
 /* 
body{
	margin-top:20px;
}
 */
 
.masonry{
	margin-top:80px;
}
 
 
.masonry .container {
	max-width: 98%;
}

.filtering {
    margin-bottom: 40px;
}
.filtering span {
    /*border-bottom: 2px solid transparent;*/
    border: 1px solid transparent;
    color: #ffffff;
	font-weight:500;
    cursor: pointer;
    font-size: 0.85em;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
	padding: 3px;
	padding-left:6px;
	padding-right:6px;
}
.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: #ffffff;
    color: #ffffff;
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 100%;
}
.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}
.portfolio-content h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.portfolio-content > a {
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}
.portfolio-wrapper:hover .portfolio-overlay {
    /*background-color: rgba(204, 222, 2, 0.85);*/
    background-color: rgba(0, 0, 0, 0.85);
}
.portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .portfolio-content p {
        font-size: 15px;
    }
    .portfolio-content > a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }
    .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
}
.grid .grid-item {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.grid .grid-item .portfolio-wrapper .portfolio-image img {
    transform: none;
    will-change: transform;
    transition: none;
    width: 100%;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.grid .grid-item .portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.grid .grid-item .portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.grid .grid-item .portfolio-content h4 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}
.grid .grid-item .portfolio-content p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
	border: solid 1px #fff;
	display: inline-block;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}
.grid .grid-item .portfolio-content a {
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 15px;
    }
    .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
    }
    .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}


/*-------------------------------------------------
FORM */

form {
	padding-bottom:120px;
}

.contact h2 {
	font-size: 2rem
	}
	
::placeholder, :placeholder {
  color: #ffffff !important;
  font-weight:600;
	padding-left:5px;
	opacity:1 !important;
  
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}


input:focus, textarea:focus {
  border-color: transparent;
  
}

:focus::placeholder {
  color: transparent !important;
  
}

:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent !important;
  opacity: 0; /* Firefox */
}

:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent !important;
}

:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: transparent !important;
}




input[type=text] {
	padding-bottom:12px;
}
input[type=text], textarea {
	background-color:#000 !important;
	border-radius:0 !important;
	border:0 !important;
	border-bottom: solid 1px #9f9e9c !important;
	color:#fff !important;
	/*padding:10px;
	padding-left:5px;
	padding-top:15px;*/
	margin:0;
}

form {
	
	border-top: solid 1px #fff !important;
	padding-top:10px;
	margin-top:30px;
}
input[type=text] {
}


input[type="text"] + input[type="text"]  {
	border-top: 0;
}

textarea {
	height:120px !important;
}

button[type=submit] {
	margin-top:8px;
	background-color:#000 ;
	border-radius:0 ;
	border: solid 1px #fff;
	float:right;
	text-transform:uppercase;
}

button[type=submit]:hover {
	background-color:#fff ;
	color:#000 ;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder 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%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

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

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

code {
  padding: 0 0.15rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
}

.paragraphv100 {
	position: relative;
}

.toUp, .toDown {
    width: 60px;
    height: 60px;
	background-size: 100%;
    justify-content: center; 
	z-index:1001;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
	position: absolute;
    opacity: .5;
    transition: opacity .15s ease;
	left: calc(50% - 30px);
	cursor: pointer;
}
	
	
.toUp {
    background-image: url(fichiers/images/top.png);
	background-repeat: no-repeat;
	top: 2%;
	z-index: 1031;
	
}

.toDown {
    background-image: url(fichiers/images/bottom.png);
	background-repeat: no-repeat;
	bottom: 2%;
	
}

