/* Google fonts*/

@import url('https://fonts.googleapis.com/css2?family=Goldman&family=Karla&display=swap');


/****************** Balises générales ***************************/

  body {
    font: 400 15px 'Karla', sans-serif;
    line-height: 1.8;
    color: #000;
  }

  h1,h2,h3,h4,h5{
    font-family: 'Goldman', cursive;
    color:#000;
  }
  * {
    margin: 0;
    padding: 0;
  }
  i {
    margin-right: 10px;
  }

  /* Navbar */
.logo{
  font-family: 'Goldman',cursive;
}

.navbar li a, .navbar .navbar-brand {
    color:black !important;
    font-weight: bold;
  }
  .navbar-nav li a:hover, .navbar-nav li a .active {
    color: #1b447c !important;
    background-color:#c3f0f8f5 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #c3f0f8f5 !important;
  }

/* header */
.textHeader{
  padding-left:20px
}

header{
    background-image:url(../img/1601.jpg) ;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height:700px;
    width: 100%
}

/* Jumbotron */
.jumbotron{
  background-color:transparent !important;
  color:rgb(255, 255, 255);
}

/* about */
#about{
  background-color:  rgba(245, 241, 241, 0.924);
}
.imgAbout {
  width:100%;
  max-height: 452px;
  max-width: 498px;
  padding-left: 35px;
}

/* compétences */
.mesComp{
  padding-bottom: 20px;
}

/* réalisations */
.mesReal{
  padding-bottom: 20px;
}


.realisations-thumb{
max-height:250px;
}

#realisations .col-md-3
	{
		padding: 0px;
	}
	.realisations-thumb, 
	.realisations-overlay {
    max-width: 450px;
	}
#realisations .realisations-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#realisations .realisations-thumb .realisations-overlay
	{
		background: rgba(255, 255, 255, 0.63);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;
	}
#realisations .realisations-thumb .realisations-overlay h5
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#realisations .realisations-thumb .realisations-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#realisations .realisations-thumb:hover .realisations-overlay
	{
		cursor: pointer;
		opacity: 0.8;
  }

.img-responsive{
  max-width: 200px;
  width: 100%;
}

.bout_git{
  padding-top: 70px;
  padding-bottom: 40px;
}

/* FIN realisations */

/* Début Mon Parcours */


/* fin mon parcours */

/* contact */
#contact{
  background-color:  rgba(245, 241, 241, 0.924);
}

/* fin contact */

/* Bouton retour en haut */
#toTop{
  display: inline-block;
  background-color: lightblue;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
}
#toTop:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
}
#toTop:active {
  background-color: #555;
}
#toTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}


/* Footer */
.footer{
  background-color: lightgray;
}
.centreF{
  justify-content: center;
}

