/* *****************************************

      KTDev Studio - www.ktdev.pro
      Under CopyLeft - 2019

      KT-DROP
      14/06/2019
      v 1.0.0      

* *****************************************/

/* Global */
body{
  background: #191919;
  color: #8d8d8d;
  padding-bottom: 2rem;
	padding-top: 4rem;
}
a{
  color: rgb(211, 166, 17) !important;
}
.font-main{
  font-family: 'Stardos Stencil' !important;
}

.font-main-color, .text-danger{
  color: rgb(231, 94, 15) !important;
  font-weight: 200 !important;
}

.font-sec{
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-weight: 100 !important;
}

.font-color-light{
  color: #cecccc;
}

.font-color-light:hover{
  color: #ffffff;
}

.font-color-medium{
  color: #adadad;
}

.font-shadow{
  text-shadow: 0.1em 0.1em 0.2em black
}

.btn-tpl:focus{
  box-shadow: none !important;
}

.b-none {
  background: none !important;
}

.border-focus:focus{
  border-color:  rgb(231, 119, 15) !important;
  box-shadow: 0 0 0px .1rem rgb(231, 119, 15) !important;
}

.btn-tb{
  border-color:  rgb(231, 119, 15) !important;
  background: #2f2d2d;
  color: rgb(231, 119, 15) !important;
}

.btn:hover{
  background: #292727;
}

.btn-tb:active, .btn-tb:active:focus, .btn-tb:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;

}

.span-alias{
  font-style: italic;
  color: #e4a048;  
}

.alert-danger{
  background-color: #292727 !important;
  color: rgb(231, 15, 15) !important;
  border: 1px solid rgb(231, 15, 15) !important;
} 

.alert-success{
  background-color: #292727 !important;
  color: rgb(74, 226, 3) !important;
  border: 1px solid rgb(74, 226, 3) !important;
} 

.thanksto{
  font-size: 0.8rem;
  font-weight: 100;
}

.hole{
  color: #333333 !important;
}

.li-projet{
  list-style: none;
  list-style-type: none !important;
}

/* Header *********************************/
header{
  background: url(../img/background.jpg);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #000;
}

.text-intro{
  padding-top: 30px;
  padding-bottom: 30px;
}

.preTxt{
   font-size: 70px;
   margin: 0;
   color: #8d8d8d;
   line-height: 0.5;
}

h1{
  font-size: 150px;
  color: #2f2d2d;
  font-family: 'Stardos Stencil';
  font-weight: 700;
}

/* Navigation ****************************/
.navbar-brand{
  font-size: 45px !important;
  font-family: 'Stardos Stencil' !important; 
  transition: all 0.4s ease;  
}

.navbar a{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 200;
  transition: all 0.4s ease;
}
  /* Navbar réduite (JS)*/
  #main-nav{
    transition: all 0.4s ease;
  }
  .navbar.opaque .navbar-brand{
    font-size: 22px !important;
    transition: all 0.4s ease;
  }
  .navbar.opaque a{
    font-size: 14px;
    transition: all 0.4s ease;
  }

.bg-dark {
    background-color: #191919 !important;
}

.logo{
  color: rgb(231, 94, 15) !important;
}
.nav-link{
  color: #fff !important;
}
.nav-link:hover{
  color: rgb(211, 166, 17) !important;
}

header.files{
  background: url(../img/background.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  border-bottom: 1px solid rgb(245, 31, 2);
  border-top: 1px solid rgb(245, 31, 2);
}

.font-files-color{
  color: rgb(255, 247, 197) !important;
  font-weight: 200 !important;
}

.row {
	margin-bottom: 1rem;
}
[class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	background: rgb(134, 134, 134) !important;
}
#files {
    overflow-y: scroll !important;
	min-height: 250px !important;
	background: #181616;
}
.filesize, .filedate{
	color: rgb(201, 187, 128);
	font-size: 0.9rem;
}
.filedate{
	margin-left: 15px;
}
@media (min-width: 768px) {
	#files {
		min-height: 0;
	}
}
#debug {
	overflow-y: scroll !important;
	height: 180px;	
	background: #181616;
}

.dm-uploader {
	border: 0.25rem dashed rgb(231, 119, 15);
	text-align: center;
}
.dm-uploader.active {
	border-color: red;
	border-style: solid;
}
.li-file{
	background: rgb(24, 21, 21);
	border: 1px solid rgb(20, 20, 20);
	border-radius: 5px;
	padding: 3px;
	list-style: none;
	margin-bottom: 4px;
}
.li-file:hover{
	background: rgb(32, 29, 29);
}
a.link-file:hover, .icons:hover{
	text-decoration: none;
}
.text-info{
	color: #181616 !important;
}
.text-light{
	color: #ffc166 !important;
}

.text-important{
	color: rgb(231, 119, 15) !important;
}

.card, .card-header{
	border-color: rgb(231, 119, 15) !important;
  background: #2f2d2d;
  color: rgb(231, 119, 15) !important;
}

.list-group-item{
	background: #cecccc;
}
.lightweight{
  font-weight: 600 !important;
}

.infosSeparator{
  margin-left : 0.5rem;
  margin-right : 0.5rem;
  color: rgb(231, 119, 15);
}

/* ICONS *************************************************************************/
.icons{
	margin-left: 5px;
}
.ico-blue{
 color: rgb(33, 128, 218);
}
.ico-red{
	color: rgb(218, 33, 33);
   }
.ico-green{
	color: rgb(51, 141, 48);
}
.ico-cyan{
	color: rgb(57, 197, 216);
}
.ico-yellow{
	color: rgb(247, 216, 81);
}
.ico-green{
	color: rgb(51, 141, 48);
}
.ico-rose{
	color: rgb(209, 56, 145);
}
.ico-white{
	color: rgb(241, 253, 241);
}
.ico-gray{
	color: rgb(134, 134, 134);
}
.ico-orange{
	color: rgb(226, 119, 31);
}
.ico-inkblue{
	color: rgb(0, 38, 255);
}
.ico-fushia{
	color: rgb(255, 0, 106);
}
.ico-light{
	color: rgb(201, 187, 128);
}

/* Media Queries ********************************************************************/
@media screen and (max-width : 800px) {
  header {
    height: 35vh;
  }
  .preTxt{
    font-size: 40px;
  }
  .text-intro {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  h1{
    font-size: 81px;
  }
}

@media screen and (max-width : 740px) {
  #progress{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .competences {
    padding-top: 80px;
  }
  .text-intro{
    padding-top: 40px;
  }

}

@media screen and (max-width : 500px) {
  header {
    height: 35vh;
  }
  .text-intro{
    padding-top: 100px;
  }
  .text-intro a{
    transform: scale(0.8);
  }
  .navbar-brand{
    font-size: 35px !important;
  }
  .preTxt{
    font-size: 30px;
    line-height: 2.0rem;
  }
  h1{
    font-size: 51px;
  }
  #apropos{
    margin-top: 145px;
  }

}