


@media (min-width: 1200px) {
	.card:not(:first-child) {
		margin-left: -50px;
	}
	.card:hover ~ .card {
		position: relative;
		left: 50px;
		transition: 0.4s ease-out;
	}
	.card-container {
		left: 15%;
	}
}




@media (max-width: 991.98px) {
	h1 {
		left: 2%;
	}

	.container {
    margin-top: 120px;
		left:0px;
		margin-left: 0px;
	}

  .navbar {
  	position: fixed;
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	top: 0;
  	padding: 4px;
  	background: #101010;
  	color: white;
  	width: 100%;
  	min-height: 120px!important;
  	z-index: 8;
  }

  nav {
  	display: flex;
    width: 100%;
    height: 100%;
  	flex-direction: row;
    justify-content: center;
    align-content: center;
  }


	nav > a > svg {
		min-width: 64px;
		min-height: 64px;
		margin-right: 5px;
		margin-top: 0px;
	}
	nav > a {
		min-width: 64px;
    margin-left: auto;
    margin-right: auto;
		justify-content: start;
	}
	.social-medias {
    display: none;
	}


  .cloudContainer {
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;

  }
  .cloudContainer>.col-4{
    max-width: 65%!important;
  }

}


@media (max-width: 1200px) {
	h1 {
		top: 4%;
	}
	.container {
		left:0px;
		margin-left: 5%;
	}
	.cloudContainer {
		left: -30px;
	}
	.text-profil {
		top: 10%;
		max-width: 90%;
	}
}
@media (max-width: 1500px) {
	.contact-form {
		min-width: 95%;
	}
}
