
html{
	overflow-x: hidden;

}

body{
   font-family: 'Raleway', sans-serif;
   line-height: 1.6em;
   margin: 0;
   padding: 0;
   overflow-x:hidden;
   font-weight: 400;
}



#button {
    background-color: transparent;
    display: flex;
    align-items:flex-end;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: -2px 6px 74px -4px rgba(0, 0, 0, 0.35);
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background-image: url(images/reshot-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}



  #button:hover {
    cursor: pointer;
    background-color: rgb(186, 186, 186);
  }
  #button:active {
    background-color: rgb(197, 197, 197);
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

.box-title{
    position: relative;
    z-index: 10000000 !important;
}

.BOX{

margin-bottom: -3em !important;
border-bottom: solid 0.2px white;
position:relative;

video{
display: block;
width: 100%;
height: 100%;
top:0;
position: absolute;
object-fit: cover;
opacity: 0.2;
}

}

.BOX:before{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(255, 255, 255), transparent 100%)
;;
margin-bottom: -3em !important;
border-bottom: solid 0.2px white;
z-index: 1;

} 






.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
  }
  
  
  .m_scroll_arrows
  {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
     
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    
    width: 16px;
    height: 16px;
  }
  
  
  .unu
  {
    margin-top: 1px;
  }
  
  .unu, .doi, .trei
  {
      -webkit-animation: mouse-scroll 1s infinite;
      -moz-animation: mouse-scroll 1s infinite;
      animation: mouse-scroll 1s infinite;
    
  }
  
  .unu
  {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    
    animation-direction: alternate;
    animation-delay: alternate;
  }
  
  .doi
  {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    
    animation-delay: .2s;
    animation-direction: alternate;
    
    margin-top: -6px;
  }
  
  .trei
  {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    
    animation-delay: .3s;
    animation-direction: alternate;
    
    
    margin-top: -6px;
  }
  
  .mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
  }
  
  .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
  
  .wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
  }
  
  @-webkit-keyframes mouse-wheel{
     0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
    }
  }
  @-moz-keyframes mouse-wheel {
    0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  @-o-keyframes mouse-wheel {
  
     0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  @keyframes mouse-wheel {
  
     0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  
  @-webkit-keyframes mouse-scroll {
  
    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
  }
  @-moz-keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }
  @-o-keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }
  @keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }


.anim{
	opacity: 0;
    animation: body 1s ease;
    animation-fill-mode: forwards;
    position: relative;
    bottom: 20em;
    
}

.anim-title{
	display: block;
    overflow: hidden;
}

.anim-title span{
    display: block;
    transform-origin: right top;
    transform: translateY(100%);
    animation: waouw 3s forwards .2s cubic-bezier(0.23, 1, 0.32, 1);
}


.anim-title:nth-child(2) span {
    animation-delay: .4s;
}


@keyframes waouw{

100% {
    transform: translateY(0);
}

}

@keyframes body{
	100%{
		opacity: 1;
		bottom: 0;
	}
}




p{
	max-width: 20em;
	font-size: 0.9em;
	margin: auto;
}

img{
	object-fit: cover;
	object-position: center;
}

.lien-heaj{
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	transition: 300ms;
}

.lien-heaj:hover{
    color: black;
}


.footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4.5em;
	background-color: #F1F1F1;
}

.footer a{ 
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	color:grey;
	transition: 200ms;
    font-size: 0.6em;
    letter-spacing: 0.5em;
}

.footer a::after{ 
	content: "";
	display: block;
	width: 50%;
	height: 0.2em;
	background-color: black;
	transition: 200ms;
}

.footer a:hover::after{ 
	color:black;
	width: 100%;
}

.liste{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.liste__item{
	width: 1.8em;
	margin-left: 5em;
	opacity: 0.8;
    transition:  0.2s ease-in; 
}

.liste__item:hover{
    opacity: 1;
    transform: scale(1.1);
}

.liste__item:first-child{
    margin-left: unset;
}

.title-huge{
	font-family: 'Raleway'sans-serif;
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing: 0.2em;
	margin: 0 auto;
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 1.2em;
	width: -moz-fit-content;
    max-width: 8em;
}

.title-huge + p{
	color: white;
}

.title-projects{
	color: #929292;
	font-size: 1.8em;
    font-weight: 400;
	text-align: center;
    text-transform: uppercase;
	letter-spacing: 0.8em;
	margin-bottom: 2.1em;
}

.title-artlight,
.title-iolce{
	font-size: 1.6em;
	letter-spacing: 0.2em;
	color: #37494D;
}

.title-contact {
    color: #848484;
    font-size: 1.6em;
    letter-spacing: 0.8em;
    text-align: center;
    margin-bottom: 1.8em;
    margin-top: 3em;
    text-transform: uppercase;
    font-weight: 500;
}


.section{
	margin: auto;
	position: relative;
	max-width: 960px;
	padding: 3em 1.8em;
}

.section--first{
	width: -moz-fit-content;
	padding: 25em 1em !important;
    
}

.section-projects{
    background-color: white;
    margin-top:-20em;
    z-index: 1000000;
    background: linear-gradient(360deg, rgb(255, 255, 255), transparent 100%);
}


.section-padding-remove{
	padding-bottom:0 !important;
}

.before::before{
    content:'';
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;

}

.bk-dark::before{
	background-color: #414647;
	background-repeat: no-repeat;
    background-blend-mode: exclusion;
    background-position: center;
    background-position: 0 -30em;
    background-size:100%;
}


.image-projet{
	width: 100%;
	min-height: 15em;
    transition: all 0.5s cubic-bezier(.58,.24,.41,.95);
-webkit-box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
-moz-box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
position: relative;
opacity: 0.8;
}



.image-projet:hover{

	opacity: 1;
    height: 30em;
}



@media (min-width: 100px) and (max-width: 780px){


    .section--first{
        width: 80vw !important;
        padding: 20em 1em !important;
    }

    .section-projects {
        margin-top: -12em;
    }

    .bk-dark::before{
        background-position: 0 0em !important;
        background-size:200%;
        background-position: center !important;
    }
    .title-projects {
        font-size: 2em;
    }

    .title-contact {
        font-size: 1.8em;
    }
}

@media  (max-width: 600px){
    .image-projet:hover{
        height: unset !important;
    }
}

@media (min-width: 100px) and (max-width: 450px){

  
    .bk-dark::before{
        background-position: 0 0em !important;
        background-size:320% !important;
        background-position: center !important;
    }

    .section--first{
        width: 80vw !important;
        padding: 12em 1em !important;
    }

    .section-projects {
        margin-top: -8em;
    }

    .title-projects {
        font-size: 1.5em;
    }


    .section {
        padding: 4em 1.8em;
    }

    .title-contact {
        font-size: 1.2em;
    }
}


@media (min-width: 780px) and (max-width: 1600px){
.section{
	width: 80vw;
}

.section--first{
	width: 80vw !important;
	padding: 25em 1em !important;
    
}

.section-projects{
    background-color: white;
    margin-top:-25em;
    z-index: 1000000;
    background: linear-gradient(360deg, rgb(255, 255, 255), transparent 100%);
}


.bk-dark::before{
	background-color: #414647;
	background-repeat: no-repeat;
	background-position: bottom center;
    ;;
    background-position: 0 -5em!important;
    background-size:100%;
}



}

@media (min-width: 450px) and (max-width: 600px){
    .section--first {
        width: 80vw !important;
        padding: 12em 1em !important;
    }

    .image-projet {
        width: 100%;
        min-height: 15em;
        transition: all 0.5s cubic-bezier(.58,.24,.41,.95) !important;
        -webkit-box-shadow: -2px 6px 74px -4px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: -2px 6px 74px -4px rgba(0, 0, 0, 0.35);
        box-shadow: -2px 6px 74px -4px rgba(0, 0, 0, 0.35);
        position: relative;
        opacity: 0.8;
    }
  

}

@media (min-width: 700px){

   
.footer{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 2.7em;
	background-color: #F1F1F1;
}

.title-huge{
	font-size: 3.2em;
	text-align: unset;
	margin-bottom: 0.5em;
	max-width: unset;
}

.title-huge::before{
	content: '';
	display: block;
	width: 0.2rem;
	height:0em;
	left: -0.8em;
	top:0.5em;
	position: absolute;
	z-index: 10000;
	background-color: white;
	animation: before forwards 1s ease-in-out ;
}

@keyframes before{

	to{
		height: 5.5em;
	}
}

section {
    padding: 8.6em 1em;
}

.section--first{
	width: -moz-fit-content;
	padding: 15em 3em;
}

.title-artlight{
	position: absolute;
	top: 11em;
	right: -2.1em;
	transform: rotate(90deg);
	display: block;
    font-family: 'caveat'sans-serif;
	font-size: 2.6em;
    font-weight: 300;
	z-index: 10000;
}

.title-iolce{
	position: absolute;
	top: 6.5em;
	left: -4em;
	letter-spacing:1.1em;
	transform: rotate(-90deg);
	display: block;
	font-size: 2.7em;
	text-transform: uppercase;
	z-index: 10000;
}

.liste__item{
	width: 1.8em;
	margin-left: 6.5em;
	opacity: 0.8;
    transition:  0.2s ease-in; 
}


p{
	max-width: 45em;
	font-size: 0.9em;
	margin: unset;
}

.image-projet{
	width: 100%;
    transition: all 0.5s cubic-bezier(.58,.24,.41,.95) !important;
    -webkit-box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
    -moz-box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
    box-shadow: -2px 6px 74px -4px rgba(0,0,0,0.35);
    position: relative;
	min-height: unset;
	height: 12em;
}

img{
	object-position: top;
}



}
