/*COMMON*/

@font-face {
 font-family: "Glacial Indifference";
 src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}


@font-face {
 font-family: "TimeBurner";
 src: url("../fonts/timeburnerbold.ttf") format("truetype");
}


body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
}

p {
  font-family: "Glacial Indifference";
}

h2 {
  font-size: 30px;
  font-family: "Glacial Indifference";
}

h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Glacial Indifference";
}

h4 {
  font-size: 24px;
  font-family: "Glacial Indifference";
}

h5 {
  font-size: 20px;
  font-family: "Glacial Indifference";
  color: #A929DE;
}

@media only screen and (max-width:992px) {

p.txt-bandeau {
  padding: 0!important;
}

  p {
    font-family: "Glacial Indifference";
    font-size: 16px;
    font-weight: 100;
  }

  .bandeau p {
    font-weight: 100;
    font-size: 16px!important;
  }

  .bandeau h1 {
    font-size: 40px!important;
  }

  .bg-image {
    padding: 5%!important;
  }

}

button {
  font-family: "Glacial Indifference";
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #A929DE;
  border-radius: 15px;
  border: 1px solid #A929DE;
}

/*BTN hover*/

 button.homepage:hover {
  font-family: "Glacial Indifference";
  font-size: 20px;
  text-decoration: none;
  color: #A929DE;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #A929DE;
}

/*Header/navigation*/

/*.header img {
  max-width: 130px;
  height: auto;
}

nav li {
  list-style: none;
  font-weight: 600;
  font-size: 18px;
  padding: 0 4%;
}

nav a {
  text-decoration: none;
  color:#111111;
}

nav a:hover {
  text-decoration: none;
  color:#A929DE;
}

a.active  {
  color: #F38F38!important;
}


@media only screen and (max-width: 992px) {

.nav-bar {
  display: none;
}

} */

/*Header/navigation2*/

.nav-links1 li {
  list-style: none;
  font-weight: 600;
  font-size: 18px;
  margin: 0 30px;
}

.nav-links1 a {
  text-decoration: none;
  color:#111111;
}

.nav-links1 a:hover {
  text-decoration: none;
  color:#A929DE;
}

a.active  {
  color: #F38F38!important;
}

.nav-bar {
  padding: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.nav-bar .nav-links1 {
  display: flex;
  padding-top: 0.8%;

}

.nav-bar .nav-links1 ul {
  display: flex;
}


.logo {
  width: 12vw;
  height: auto;
  padding-left: 5%;
}

.nav-bar .burger-menu {
  display: none;
}

@media only screen and (max-width: 730px) {

.nav-bar  .nav-links1 {
  top: 0;
  left: 0;
  position: absolute;
  background-image: url('../img/burger.png');
  background-size: cover;
  backdrop-filter: blur(7px);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -100%;
  transition: all 0.5s ease;
}

.nav-links1.mobile-menu {
  margin-left: 0;
}

.nav-bar .nav-links1 ul {
  display: flex;
  flex-direction: column;
  padding-right: 10%;
}

.nav-bar .burger-menu {
  display: block;
  position: absolute;
  width: 7%;
  right: 3%;
}

.nav-bar {
  padding: 0;
}

.nav-links1 li {
  margin: 30px 0;
  font-size: 22px;
}

.logo {
  width: 30vw;
  height: auto;
  padding: 5%;
}

a.active  {
  color: #FFFFFF!important;
}


}

/*Bandeaux*/

h1 {
  font-family: "TimeBurner";
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.bandeau p {
  font-family: "Glacial Indifference";
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  margin: 0 10%;
}

/*Footer*/

.footer {
  background-color: #f38f38;
}

.footer img {
  max-width:30px;
  max-height:30px;
  margin: 0 1%;
}

/*GALLERY HOVER*/

div.illustrations:hover {
background-image: url('../img/hover/Hover-illustrations.png')!important;
}

div.graphisme:hover {
background-image: url('../img/hover/Hover-graphisme.png')!important;
}

div.web:hover {
background-image: url('../img/hover/Hover-web.png')!important;
}

/*CAROUSSEL*/



.carousel-item {
    transform: translateX(18%);
}

@media only screen and (max-width: 992px) {
img.img-carousel {
  transform: translateX(-10%);
}
}


/*HOMEPAGE*/

/*Homepage illustrations*/

.separator1 {
  height: 2px;
  background-color: #A929DE;
}

.testimg {
  background-color: grey;
  margin-bottom: 5%;
  height: 274px;
  width: 274px;
  cursor:pointer;
}

/*Homepage graphisme/web */

.separator2 {
  height: 2px;
  background-color: #B81A29;
}

.testimg {
  background-color: grey;
  margin-bottom: 5%;
  height: 274px;
  width: 274px;
}

/*DRAWING*/

.drawing-bg-lines {
  background-image: url(../img/lines-x.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 68% auto;
}

.drawing-bg-etoiles {
  background-image: url(../img/etoiles.png);
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-position: left bottom;
}

/*GRAPHISM WEB*/

.graphismweb-bg-lines {
  background-image: url(../img/lines-y.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 57% auto;
}

/*ABOUT ME*/

.profile img {
  width:65%;
  height: auto;
}

.bg-fond {
  background-image: url('../img/fond-50.png');
  background-size: 60% 100%;
  background-position: right;
  background-repeat: no-repeat;
}

@media only screen and (max-width:992px) {
  .bg-fond {
    background-image: url('../img/fond-50.png');
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .profile img {
    width: 80%;
    height: auto;
  }
}

.white-bg {
  width: 100%;
  height: auto;
  background-color: #FFFFFF70;
}

/*ART DETAILS*/

.bg-fond-details {
  background-image: url('../img/fond-50.png');
  background-size: 50% 100%;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 90vh;
}

@media only screen and (max-width:992px) {
  .bg-fond-details {
    background-image: url('../img/fond-50.png');
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }

  .bg-text-details {
    background-color: #FFFFFF70;
    padding: 5%;
    margin-top: 10%;

  }
}

/*DETAILS*/

.bg-text-details button:hover {
 background-color: #FFFFFF;
 border-radius: 15px;
 border: 1px solid #A929DE;
}

.bg-text-details a {
  font-family: "Glacial Indifference";
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF;
}

.bg-text-details a:hover {
  font-family: "Glacial Indifference";
  font-size: 20px;
  text-decoration: none;
  color: #A929DE;
}
