/* Début style effect sliders & background */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: "ROBOTO", sans-serif;
font-size: 18px;
align-content: center;
background-color: #121212;
overflow-x: hidden!important;
}

body, html {
        scroll-behavior: unset !important;
        overscroll-behavior-y: none !important;
    }/* Hide scrollbar for Chrome, Safari and Opera */

    body::-webkit-scrollbar {
        display: none;
    }/* Hide scrollbar for IE, Edge and Firefox */

    body {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

/* Début fadeinTXT effect */
#FadeinTxt {
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Fin fadeinTXT effect */

.texte_titre {
    font-size: 17px;
    letter-spacing: 3px;
    font-family: "ROBOTO", sans-serif;
    font-weight: 400;
    color: #FFFFFF !important;
}

.texte_titre_mask {
    font-size: 17px;
    letter-spacing: 3px;
    font-family: "ROBOTO", sans-serif;
    font-weight: 400;
    color: #000 !important;
}

.texte_content {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #FF8A33 !important;
	text-align: justify !important;
}

.texte_content_mask {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #000 !important;
	text-align: justify !important;
}

.texte_content_services {
    font-size: 38px !important;
    letter-spacing: 2px !important;
    font-weight: 500!important;
    color: #FF8A33 !important;
	text-align: left !important;
}

.texte_content_services_mask {
    font-size: 38px!important;
    letter-spacing: 2px!important;
    font-weight: 500!important;
    color: #000 !important;
	text-align: left !important;
}

.title_services {
  background-color: #000;
  color: #000;
  padding-left: 20px !important;
  margin: 0px !important;
  transition: 0.5s !important;
  width: 0px !important !important;
  text-align: left !important;
  border-radius: 50% !important;
}

.title_services:hover {
  background-color: #000;
  color: #FFF;
  padding-left: 20px !important;
  margin: 0px !important;
  transition: 0.5s !important;
  width: 100% !important !important;
  text-align: left !important;
  border-radius: 50px 0px 0px 50px !important;
}

.logo {
	background-image: url("../Imgs/Little_Logo_Amagraphik_Blanc.png");
	background-repeat: no-repeat;
	height: 83px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	border: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 4;
}

h1 {
  font-family: "ROBOTO", sans-serif!important;
  font-size: 5vw;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  z-index: 3;
  font-weight: 700!important;
}

h1:hover {
  transform: translate3d(0, -10px, 22px);
  color: #ff0266;
}

h2 {
  font-size: 2vw;
  letter-spacing: 0.3rem;
  font-family: "ROBOTO", sans-serif;
  font-weight: 300;
  color: #faebd7;
  z-index: 4;
}

h3.span {
  font-size: 1vw;
  letter-spacing: 0.7em;
  font-family: "ROBOTO", sans-serif;
  font-weight: 300;
  color: #faebd7;
  z-index: 4;
}

@media (min-width: 800px) {
h1 {
    font-size: 5vw;
  }

h2 {
    font-size: 3vw;
  }

  .nav-tab {
    font-size: 1vw;
  }
}

@media screen only (min-width: 360px) {
h1 {
    font-size: 8vw;
  }

h2 {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }
}

/* style effect background */

.background {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.loader span {
  color: #faebd7;
  text-shadow: 0 0 0 #faebd7;
  -webkit-animation: loading 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loading {
  to {
    text-shadow: 20px 0 70px #ff0266;
    color: #ff0266;
  }
}
.loader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}
.loader span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
.loader span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
.loader span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}
.loader span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}
.loader span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}
.loader span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
}
.loader span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
}

.loader span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
}
.loader span:nth-child(11) {
  -webkit-animation-delay: 1s;
}
.loader span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
}
.loader span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
}
.loader span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
}
.loader span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
}
.loader span:nth-child(16) {
  -webkit-animation-delay: 1.5s;
}
.loader span:nth-child(17) {
  -webkit-animation-delay: 1.6s;
}
.loader span:nth-child(18) {
  -webkit-animation-delay: 1.7s;
}
.loader span:nth-child(19) {
  -webkit-animation-delay: 1.8s;
}
.loader span:nth-child(20) {
  -webkit-animation-delay: 1.9s;
}
.loader span:nth-child(21) {
  -webkit-animation-delay: 2s;
}
.loader span:nth-child(22) {
  -webkit-animation-delay: 2.1s;
}
/* Fin style effect txt & background */

/*Icons bottom*/
.social-container {
    position: fixed;
    left: 2.5rem;
    bottom: 39px;
}

.social-container a {
   color: #fff;

}

.social-container i {
  margin-right: 0.25rem;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 40
}

.material-symbols-outlined:hover {
  font-variation-settings:
  'FILL' 1,
  'wght' 600,
  'GRAD' 0,
  'opsz' 80
}
/*Fin Icons bottom*/

/* style menu */
.bmenu{
    top: 5%;
	Right: 2%;
	align-content: center;
	text-align: right;
	padding: 0px;
    margin: 0 0 10px 0;
    position: fixed;
	clear: both;
	z-index: 4;
}

.bmenu li{
    font-size: 16px;
    display: block;
  font-family: "ROBOTO", sans-serif;
}

.bmenu li a{
	color: transparent;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #fff;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 4px #fff;
	text-decoration: none;
}
.bmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 1px #fff;
	padding-right: 10px;
	font-size: 16px;
}
/* hover and clic */
.hoverandclic{
    position: relative;
    left: 700px;
    top: -150px;
    border-style: none;
    width: 159px;
    height: 67px;
    background-repeat: no-repeat;
    margin: none;
    padding: none;
}
/* hover and clic */

/* objets animation */

#objet01 {
	left: 70px;
	top: 150px;
	border-style: 0px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-moz-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-ms-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-o-transition: all 1s cubic-bezier(.49,.22,.52,1);
	transition: all 1s cubic-bezier(.49,.22,.52,1);
	z-index: 1;
	position: absolute;
}

#objet02 {
	left: -40px;
	top: 300px;
	border-style: 0px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-moz-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-ms-transition: all 1s cubic-bezier(.49,.22,.52,1);
	-o-transition: all 1s cubic-bezier(.49,.22,.52,1);
	transition: all 1s cubic-bezier(.49,.22,.52,1);
	z-index: 1;
	position: absolute;
}

#objet01:hover {
-ms-transform: scale(1.3) rotate(20deg); /* IE 9 */
-webkit-transform: scale(1.3) rotate(20deg); /* Safari 3-8 */
transform: scale(1.1) rotate(20deg);
cursor: grab;
}

#objet02:hover {
-ms-transform: scale(1.3) rotate(-25deg); /* IE 9 */
-webkit-transform: scale(1.3) rotate(-25deg); /* Safari 3-8 */
transform: scale(1.3) rotate(-25deg);
cursor: grab;
}

.animation01{
  animation-name: flotte;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  position: relative;
  bottom: 30px;
  left:20px;
-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

.animation02{
  animation-name: flotte;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  position: relative;
  bottom: 30px;
  left:10px;
-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

@keyframes flotte{
  50%{
    transform: translateY(30px);
  }
}
/* Fin objets animation */

/* listing */

.listingcl {
text-decoration: none;
vertical-align: text-top;
text-align: left;
width: 320px;
padding: 10px;
margin: 10px;
color: #727272;
font-size: 0.8vw!important;
letter-spacing: 0.2em!important;
font-family: "ROBOTO", sans-serif!important;
font-weight: 300!important;
float: left;
}

.listingcl span {
  font-size: 20px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  cursor: pointer;
  color: #717780;
  border-bottom: 1px dashed #B0B9C5;
  padding: 5px;
  margin: 10px;
  width: 90%;
  }

.GlobalStats {
     margin: 0 auto;
     width: 750px;
}

.titleStats {
clear: both;
font-size: 16px;
letter-spacing: 2px;
font-family: "ROBOTO", sans-serif;
font-weight: 400;
color: #FFFFFF !important;
}

.stats {
border: none;
maring: 10px;
padding-right: 80px;
padding-top: 30px;
text-align: center;
width: 100px;
float: left;
color: #727272;
font-size: 0.8vw!important;
letter-spacing: 0.2em!important;
font-family: "ROBOTO", sans-serif!important;
font-weight: 300!important;
}

.txtstats {
font-size: 25px;
font-weight: 300;
color: #717780;
}
/* fin listing */

/* stype portfolio */

.portfolio-titles-mask{
	font-size: 35px!important;
	font: 900!important;
	font-family: "ROBOTO", sans-serif!important;
	text-align: left!important;
	color: #000;
}

.portfolio-txt-mask{
    font-size: 0.8vw!important;
    letter-spacing: 0.2em!important;
    font-family: "ROBOTO", sans-serif!important;
    font-weight: 300!important;
    color: #000 !important;
    text-align: justify !important;
}

.link-Stats{
	position: absolute;
	background-color: none;
	color: #fff!important;
	width: 75px;
	height: 75px;
	align-content: center;
	text-align: center;
	border: 1px;
	font-size: 30px;
	border-style: solid;
	border-color: #C8070B;
	border-radius: 50px;
	bottom: 45%;
	right: 150px;
	animation-duration: 0.5s;
	animation-name: clignoter;
	animation-iteration-count: infinite;
	transition: none;
}

@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}

.link-Stats:hover{
	width: 80px;
	height: 80px;
	border-style: solid;
	border-color: #FFF;
    box-shadow: 6px 6px 25px rgba(255, 255, 255, 0.5);
}

/* Fin stype portfolio */
