@font-face{
  font-family: 'Dubline-Regular';
  src:url('../font/Dubline-Regular.otf') format('truetype');
  src:url('../font/Dubline-Regular.ttf') format('truetype');

  font-family: 'blacklisted';
  src:url('../font/Blacklisted.ttf') format('truetype');
}


body{
  background: linear-gradient(rgb(1, 1, 27), rgb(0, 37, 98));
  color : white;
  font-family: 'Roboto', sans-serif;
}


::placeholder {
  color: rgba(255, 255, 255, 0.699) !important;
}

.display{
  display : inline;
}

.navig{
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 99;
}
.paddingphoto{
  padding-right: 30px;
}
footer{
  background-color: rgba(0, 0, 0, 0.9);
}
.navbar{
  background-color: rgba(255,255,255,0) !important;
}

.nom{
  color: rgb(160, 122, 248);
}

.adresse{
  color : white;
}

.adresse:hover{
  color : rgb(99, 11, 187);
}
.nom:hover{
  color : rgb(99, 11, 187);
}

a:hover{
  text-decoration : none;
}


.taille{
  height: 100vh;
}

.paddingwhoami{
  padding-bottom: 100px;
}

.img-fluid{
  max-height : 600px;
}


input, textarea{
  border: 1px solid white !important;
  background-color: rgba(255,255,255,0) !important;
  color : white !important;
}

.icones a{
  font-size : 30px;
  color : rgb(160, 122, 248) !important;
}

.icones a:hover{
  color : rgb(99, 11, 187) !important;
}

.nav-link{
  color: rgb(160, 122, 248) !important;
}

.nav-link:hover{
  color : rgb(99, 11, 187) !important;
}

.btn{
  background-color: rgb(45, 15, 121) !important;
}

.btn:hover{
  background-color : rgb(99, 11, 187) !important;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  fill: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  width : 50px;
  height : 50px;
}

#myBtn path{
  fill: white;
}


html{
  scroll-behavior: smooth;
}

.quote{
  min-height: 500px;
}


.lovecraft{
  font-style: italic;
}


.spacing{
  margin-top : 20px;
}


/* Juste pour le hover des images du portfolio :  */
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect5 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.ih-item.circle.effect5.colored .info .info-back {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect5 .info {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ih-item.circle.effect5 .info .info-back {
  visibility: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect5 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect5 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect5 a:hover .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.circle.effect5 a:hover .info .info-back {
  visibility: visible;
}










/* juste pour le titre */ 


@mixin center(){
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left:50%;
  top:50%;
}



.title{
  font-weight: 800;
  color: transparent;
  background: url("https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
  position:relative;
  text-align:center;
  letter-spacing: -4px;
  
}
.subtitle{
  display: block;
  text-align: center;
  text-transform: uppercase;
}


h1{
  font-family: 'blacklisted', sans-serif;
}

@media screen and (min-width: 601px) {
  .title {
    font-size: 120px;
  }
  .subtitle{
    font-size: 20px;
  }
  .quotation, h1{
    font-size: 40px;
  }
  .lovecraft, .icones a{
    font-size : 25px;
  }
  .ih-item.circle.effect5 .info p{
    font-size : 24px;
  }
}

@media screen and (max-width: 600px) {
  .title {
    font-size: 80px;
  }
  .subtitle{
    font-size: 15px;
  }
  .quotation, h1{
    font-size : 25px;
  }
  .lovecraft,.icones a{
    font-size : 18px;
  }
  .ih-item.circle.effect5 .info p{
    font-size : 17px;
  }
}

.infos_generales{
  list-style: none;
}



#home > header > div.row.d-flex.align-items-center.justify-content-center.taille > div:nth-child(2) > a > button{
  color: white;
}

#contact > div > div:nth-child(2) > a{
  color : white;
}


#mybtn{
  max-width: 50px;
}


