@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

}

html {
scroll-behavior: smooth;	
}


body {

	background-color:  #b3b6b7;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato';
	overflow-x: hidden;

}

#banner_logo img {
	width: auto;
	max-height: 4rem;
	margin: 0.1rem;
}

.bg-light {
    background-color: grey !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;

}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/text-right.svg"); 


}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);

}

#font-slide img {
	position: relative;
	width: 90%;
	height: auto;
	margin: 100px 2.5% 0px 2.5%;
}

#carouselExampleFade {
	position: relative;
	width: 90%;
	margin: -22% 5% 0px 5%;
}

.bienvenue {
	text-align: center;
	margin: 50px 20px 50px 20px;
}

#presentation .media img {
	height: 100px;
	width: auto;
	padding: 5px;
	border-radius: 15px 15px 0px 15px;
	cursor: pointer;
}


#presentation .media p {
	height: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

#presentation .media:hover p {
	height: auto;
	visibility: visible;
	opacity: 1;
}

#entreprise {
	padding-top: 100px;
	font-size: 1.5em;
	margin-top: 100px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;	
	
}
#savoir {
	padding-top: 100px;
	font-size: 1.5em;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50%;
	margin-bottom: 0px;	
}
#matieres_trav {
	margin-left: 50px;
	font-size: 1.5em;
}
#realisation {
	padding-top: 100px;
}

#machine {
	padding-top: 100px;
	font-size: 1.5em;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 10%;
	margin-bottom: 0px;
}

#contact {
	font-size: 1.2em;
	margin-top: 1000px;
	margin-left: 100px;
	margin-bottom: 400px;

}

.photos_produits_1 {
	margin-left: 1000px;
	margin-top: -700px;
	border: 1px solid #3a3939;
	padding: 4px;
	border-radius: 10px 10px 0px 10px;
	margin-right: 8px;
}
.photos_produits_2 {
	margin-left: 50px;
	margin-top: -500px;
	border: 1px solid #3a3939;
	padding: 4px;
	border-radius: 10px 10px 0px 10px;
	margin-right: 8px;
}
.photos_parc_machine01{
	margin-left: 200px;
	margin-top: -150px;
	border:1px solid #3a3939;
	padding:4px;
	border-radius:10px 10px 0px 10px;
}
.photos_parc_machine04{
	margin-left: 200px;
	margin-top: -150px;
	border:1px solid #3a3939;
	padding:4px;
	border-radius:10px 10px 0px 10px;
}
.photos_parc_machine03{
	margin-left: 600px;
	margin-top: -500px;
	border:1px solid #3a3939;
	padding:4px;
	border-radius:10px 10px 0px 10px;
}
.photos_parc_machine05{
	margin-left: 100px;
	margin-top: -300px;
	border:1px solid #3a3939;
	padding:4px;
	border-radius:10px 10px 0px 10px;
}
.video-laser-4 {
	margin-top: 50px;
	margin-left: 100px;
	border: 1px solid #3a3939;
	padding: 4px;
	border-radius: 10px 10px 0px 10px;
	margin-right: 8px;
}
.video-laser-1 {
	margin-top: 50px;
	margin-left: 100px;
	border: 1px solid #3a3939;
	padding: 4px;
	border-radius: 10px 10px 0px 10px;
	margin-right: 8px;
}
.video-T5000-1 {
	margin-top: 50px;
	margin-left: 100px;
	border: 1px solid #3a3939;
	padding: 4px;
	border-radius: 10px 10px 0px 10px;
}

#produits_espace {
padding-left: 100px;	
}

#td {
	text-align: left;
	font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px)
{
	#entreprise {
	padding-top: 50px;
	font-size: 1em;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;	
	}
	#matieres_trav {
	margin-left: 50px;
	font-size: 1em;
	}
	#realisation {display: none;}
	#savoir {display: none;}
	#presentation {display: none;}
	#machine {display: none;}
	.photos_produits_1 {display: none;}
	.photos_produits_2 {display: none;}
	.column {flex: 100%; max-width: 100%;}
}

#footer {
	font-size: 0.6em;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	display: block;
	height: 30px;
	padding-left: 20px;
	background-color: grey;
	line-height: 30px;
}

#footer a {
	text-decoration: none;
	color: #000000;
	padding: 0;margin: 0 5px;
	transition: all 0.6s ease-in-out;
	
}



#footer a:hover {
	color: white;
}

@media (max-width: 992px) {

#font-slide img {
	margin: 350px 2.5% 0px 2.5%;
}

#contact {
	margin-bottom: 80px;
}
	
#mention a, p {
	text-align:justify;
	color : black;}