body,h1,h2,h3,h4{
	font-family: 'Oswald', sans-serif;
}
body, html {
    height: 100%;	
    padding-top: 25px;
}
nav {
    background-color: black;
}
.navbar-toggler{
    outline: 0;
}
.homepage {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    background-image: url('../img/background.jpg');
	min-height: 100%;
}
.fa-home, .fa-user, .fa-code, .fa-laptop, .fa-envelope {
    padding: 0 10px 0 10px;
}
h2{
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
}
h3 {
    padding: 30px;
}
.rainbow {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.title_1 h1 {
    padding-top: 50px;
    color: white;
    font-size: 36px;
    text-transform: uppercase;
}
.title_2 h1 {
    text-align: bottom;
    position: absolute;
    top: 90%; left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
    color: white;
    font-size: 36px;
    text-transform: uppercase;
}
.presentation {
    padding: 100px 0;
}
.photoDeProfil {
    width: 400px;
    height: 400px;
    align-content: center;
    border: 2px black solid; 
    border-radius: 50px;
}
.profil {
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
    padding: 0 50px 0 50px;
}
.btn-cv {
    border-radius: 10px;
    padding: 20px;
    background-color: black;
    color: white;
    outline: 0;
}
.btn-cv:hover {
    
    background-color: white;
    color: black;
    border: 1px solid black;
}
.skills-container {
    padding: 15px 0 40px 0;
}
.progress-title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}

.progress{
    height: 35px;
    line-height: 15px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 30px;
    box-shadow: none;
    overflow: visible;
}

.progress-bar{
    position: relative;
    border-radius: 0;
    opacity: 0;
    background-color: black;
    height: 35px;
}

.progress .progress-value{
    display: block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    right: 8px;
}

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}
.progress-value::after{
    content: '%';
}
.fadeInRight img {
    width: 20px; 
    height: 17,5px;
}
.fadeInLeft h4 i {
    padding-right: 5px;
    padding-bottom: 1px;
}
.html-icon {
    color: #F4511E;
}
.css-icon {
    color: #1E88E5;
}
.js-icon {
    color: #FFEB3B;  
}
.bootstrap-icon {
    color: #512DA8;
}
.php-icon {
    color: #3949AB;
}
.interet-container {
    padding-top: 0px;
}
.interet-icons h4 i{
    padding: 5px;
}
.projets {
/*    margin: 20px auto;*/
    padding: 50px 0 100px 0;
}
.card {
    margin-right: 15px;
    margin-left: 15px;
}
.card-body {
    background-color: black;
}
.card-title {
    color: #fff;
}
.btn-dark{
    background-color: black;
    border: 1px solid white;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-dark:hover{
    background-color: white;
    color: black;
}
.form-contact{
    background: black;
    border-radius: 1rem;
    padding: 40px 40px 0 40px;
    margin: 100px auto;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.info-req {
    color: #fff;
}
footer{
    background-color: black;
    padding: 80px;
}
footer p {
    color: white;
}
footer a {
    color: white;
}
.btnContact {
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid white;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}
.btnContact:hover {
    background: black;
    color: white;
    text-decoration: none;
}
.form-contact{
    background: black;
    border-radius:1rem;
    padding: 20px;
    margin : 40px auto;
    color: white;
}
.form-contact .form-control{
    border-radius:1rem;
}
.comments{
    font-style: italic;
    font-size: 18px;
    color: white;
    height: 10px;
}
.thank-you{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: white;
}
.reseaux_sociaux i {
    margin: 15px 0;
}
.reseaux_sociaux i:hover , .up i:hover {
    color: darkgrey;
}

@media only screen and (max-width:749px) {
  .homepage {
    background-attachment: inherit;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 749px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}
@media (max-width: 576px) {
    body, html {
        padding-top: 0px;
    }
    .navbar{
        display:none;
    }
    .skills-container {
        padding: 0 25px 45px 25px;
    }
    .row {
        margin: 0;
    }
}