
body {
	margin:0;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	display:block;

}

.headeraccueil {
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	background-image: url(fondheader.png);
	background-size: cover;
	border-bottom-left-radius:15%;
	border-bottom-right-radius:15%;
	padding-bottom:3%;
}

header {
	background-color:black;
	padding-bottom:3%;
	border-bottom-left-radius:5%;
	border-bottom-right-radius:5%;
	background-image: url("fond.jpg");
	background-size:cover;
	
}

.test2 {
	width:75%;
	margin:0 auto;
}

.logo { 
	margin-top:1%;
	width:18%;
}

.logo2 {
	width:15%;
	margin:0% auto;
	display:flex;
	padding-top:2%;
}

.logo3{
	width:100%;
}
.w-100 {
	width:100%;
	height:100%;
}

.fondheader {
	width:100%;
}

.menuheader {
	margin-top:2%;
	width:100%;
	margin-bottom: 2%;
}

.lienheader {
	
	margin-left:4%;
	margin-right:4%;
	text-decoration:none;
	font-size:150%;
	color:white;
	font-weight:bold;
}

.lienheader:hover {
	color:#C1130D
}

.desc {
	color:white;
	text-align:center;
}

.desc2 {
	width:80%;
	margin:2% auto;
	margin-bottom:3%;
}
.button {
	width:10%;
	text-decoration:none;
	color:white;
	font-style:bolder;
	background-color:#C1130D;
	padding:0.8%;
	border-radius:1rem;
	border:1px solid black;

}

h5 {
	text-shadow:1px 1px 1px black;
	font-size:60%;
}
.titre {
	width:100%;
	font-size:140%;
	color:white;
	text-shadow:2px 2px 2px black;
	padding-top:2%;
	margin-bottom:1.5%;
	text-align:center
}

.titre7 {
	width:100%;
	font-size:170%;
	color:black;
	text-shadow:1px 1px 1px lightgrey;
	padding-top:0%;
	margin-bottom:2%;
	text-align:center
}

.categ {
	display:flex;
	flex-wrap:nowrap;
	margin:0;
	
	width:100%;

}

#categ8 {
	display:flex;
	flex-wrap:nowrap;
	margin:0;
	position:sticky;
		 z-index: 1; 
	width:100%;
	overflow:hidden;
	

}

.categ1, .categ2, .categ3, .categ4, .categ5 {
	width:20%;
	text-align:center;
	text-decoration:none;
	color:white;
	text-shadow:1px 1px 1px black;
	border:1px solid black;
	padding-top:2%;
	padding-bottom:0.5%;
	background-color:black;

}

.moulage {
	width:100%;
	justify-content:space-around;
	display:flex;
	text-align:center;
}

.illus1{
	width:20%;
}

.illus11{
	width:80%;
}
.categ1 {
	border-bottom:7px solid blue;
}

.categ2{
	border-bottom:7px solid green;
}

.categ3 {
	border-bottom:7px solid red;
}

.categ4 {
	border-bottom:7px solid yellow;
}

.categ5 {
	border-bottom:7px solid purple;
}

.button2 {
	width:10%;
	margin:3%;
	border:1px solid black;
	text-decoration:none;
	margin-bottom:5%;
	color:white;
	font-style:bolder;
	background-color:#C1130D;
	padding:1%;
	border-radius:1rem;
}

.button2:hover {
	background-color:white;
	color:#C1130D;
}

.button:hover {
	background-color:white;
	color:#C1130D;
}

footer {
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	background-color:black;
	justify-content: space-between;
	color:white;
	margin-bottom:-3%;
	padding-bottom:1%;
	margin-top:3%;
}

.footer {
	margin-top:1%;
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-bottom:-1%;
}

.logo1 {
	margin-top:1%;
	width:12%;
	margin-bottom:-3%;
}

.adresse {
	margin-left:5%;
}

.contact {
	margin-right:5%;
}

.mailfooter {
	text-decoration:none;
	color:white;
}

.mailfooter:hover {
	color:#C1130D;
}

.droit {
	text-align:center;
	width:100%;
	font-style: italic;
	font-size: 80%;
	color:white;
	margin-top:-0.5%;
}

.entreprise {
	display:flex;
	flex-wrap:no-wrap;
	width:100%;
	justify-content:center;
	margin-top:5%;
}


.soustitre {
	width:100%;
	text-align:center;
	margin-top:2%;
	margin-bottom:4%;
	padding-top:2%;
	padding-bottom:2%;
	background-image: url("test.jpg");
	background-size: cover;
}

.titre2 {
	width:100%;
	margin-top:2%;
	font-size:200%;
	color:white;
	text-shadow:0.4px 0.4px 0.4px red;
}



.catalogue {
	display:flex;
	flex-wrap:no-wrap;
	width:100%;
	justify-content:center;
	text-align:center;
	margin-bottom:-3%;
}

.description {
	width:28%;
	text-align:center;
}

.imgentreprise {
	width:40%;
}



.description2 {
	margin-left:10%;
	padding-right:5%;
	width:27%;
	text-align:center;
}

.description3 {
	margin-right:10%;
	padding-left:5%;
	border-left:1px solid black;
	width:27%;
	text-align:center;
}


.imgg {
	width:16%;
}

.imgg2 {
	width:20%;
}

.img {
	width:40%;
}

.centre {
	display:flex;
	width:100%;
	justify-content:center;
}

.illustration {
	width:100%;
}

.illustration2 {
	width:40%;
	margin-top:5%;
}

.illustration3 {
	width:50%;
}

.titre1 {
	margin-top:0%;
	color:#C1130D;
	font-size:180%;
	text-shadow: 1px 1px 2px black;
}

.bloc {
	display:flex;
	width:100%;
	text-align:center;
	justify-content:center;
	margin-top:-2%;
}

.screw {
	width:10%;
	margin-top:10%;
}

.screw2 {
	width:70%;
}

.textbloc {
	width:35%;
	margin:5%;
}


.slider, .slider1, .slider2, .slider3, .slider4 {
	width:90%;
	display:flex;
	flex-wrap: wrap;
	margin:3% auto;
	justify-content: center;
	text-align:center;
	z-index:0;
}

.diapo {
	width:50%;
	margin: -3% auto;
	height:20%;
	text-align:center;
	margin-bottom:3%;
}

.ligne {
	width:15%;
}
.categorie {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding-top:1%;
	padding-bottom:1%;
	justify-content:space-around;
	text-align:center;
	margin-top:3%;
	margin-bottom:3%;


}



.illustrat {
	width:24%;
	margin:0 0;


}

.illustrat2 {
	width:19%;
	margin:0 0;

}




.photo {
	display:flex;
	width:85%;
	justify-content:center;
	flex-wrap:wrap;
	
}

.try {
	margin:0;
}



.type {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:170%;
	text-align:center;
	justify-content:center;
	margin:-1% auto;
	margin-bottom:0;
	padding:1%;
	padding-top:2%;
	text-transform: uppercase;
	font-style:bold;
	color:black;
	text-shadow:1px 1px 1px blue;
}

.type1 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:170%;
	text-align:center;
	justify-content:center;
	margin:auto auto;
	margin-bottom:0;
	padding:1%;
	text-transform: uppercase;
	font-style:bold;
	color:black;
	text-shadow:1px 1px 1px green;
}

.type2 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:170%;
	text-align:center;
	justify-content:center;
	margin:auto auto;
	margin-bottom:0;
	padding:1%;
	text-transform: uppercase;
	font-style:bold;
	color:black;
	text-shadow:1px 1px 1px red;
}

.type3 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:170%;
	text-align:center;
	justify-content:center;
	margin:auto auto;
	margin-bottom:0;
	padding:1%;
	text-transform: uppercase;
	font-style:bold;
	color:black;
	text-shadow:1px 1px 1px yellow;
}

.type4 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:170%;
	text-align:center;
	justify-content:center;
	margin:auto auto;
	margin-bottom:0;
	padding:1%;
	text-transform: uppercase;
	font-style:bold;
	color:black;
	text-shadow:1px 1px 1px purple;
}
.blue {
	height:2px;
	width:70%;
	background-color:blue;
	margin-bottom:2%;
}

.green {
	height:2px;
	width:70%;
	background-color:green;
	margin-bottom:2%;
}

.red {
	height:2px;
	width:70%;
	background-color:red;
	margin-bottom:2%;
}

.yellow {
height:2px;
	width:70%;
	background-color:yellow;
	margin-bottom:2%;
}

.black {
	width:25%;
	margin-bottom:2%;
}

.purple {
	height:2px;
	width:70%;
	background-color:purple;
	margin-bottom:2%;
}

.titre3 {
	width:30%;
	margin:auto auto;
	text-align:center;
}

.titre4 {
	font-size:100%;
	
}

.illustrationslider {
	width:10%;
	
}

.centre1 {
	width:90%;
	margin:-7% auto
}



.carousel {
  position: relative;
	width:100%;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
 
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
	position:relative
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;

}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.categorie {
	
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1500px) {
	.screw2 {
		margin-top:20%;
	}
	
}
@media (max-width: 1400px) {
	.textbloc {
		width:45%;
	}
}
@media (max-width: 1200px) {
	.screw {
		width:15%;
	}
	.illustration {
		margin-top:10%;
	}
	
	.screw2 {
		margin-top:40%;
	}
	.textbloc {
		width:45%;
	}
	.description2 {
		width:30%;
	}
	.description3 {
		width:30%;
	
	}
	.imgslider {
		width:60%;
		text-align:center;
	}
	
	.diapo {
		width:100%;
		margin-top:10%
	}
	
}
@media (max-width: 980px) {
	.lienheader {
		font-size:90%;
	}
	.description {
		width:45%;
	}
	.illustration {
		margin-top:20%;
	}
	.description2 {
		width:35%;
	}
	.description3 {
		width:35%;
	}
	.textbloc {
		width:50%;
	}
	.screw2 {
		margin-top:50%;
	}
}

@media (max-width: 750px) {
	.entreprise {
		flex-wrap:wrap;
	}
	.description {
		width:80%;
		margin-top: -8%;
	}
	.button2 {
		width:30%;
	}
	
	.slide {
		margin-top:-5%;
	}
	.lienheader {
		font-size:75%;
			margin-left:2%;
		margin-right:2%;
	}
	.logo {
		width:30%;
	}
	.adresse {
		font-size:80%;
	}
	.contact {
		font-size:80%;
	}
	.logo1 {
		width:20%;
	}
	.titre {
		font-size:80%;
	}
	.menuheader {
		margin-bottom:5%;

	}

	.description2 {
		width:100%;
		padding-left:12%;
		padding-right:12%;
		margin-left:0%;
	}

	
	.description3 {
		width:100%;
		padding-left:12%;
		padding-right:12%;
		margin-right:0%;
		border-left:0px solid white;
	}

	.ligne2 {
		width:15%;
	}
	.headeraccueil {
		padding-bottom:7%;
	}
	
	.button {
		width:100%;
		font-size:80%;
		padding:2%;
	}
	
	.centre {
		flex-wrap:wrap
	}
	
	.description3 {
		margin-top:7%;
		border-top:1px solid black; 
	}
	
	.titre1 {
		margin-top:8%;
		font-size:170%;
	}
	
	.screw {
		width:0%;
	}
	
	.textbloc {
		
		width:80%
	}
	.bloc {
		width:100%;
		margin-bottom:2%;
		margin-tio:2%;
	}
	
	.titre2 {
		margin-bottom:-0%;
	}
	.illustration {
		margin-top:2%;
	}
}

@media (max-width: 500px) {
	.slider {
		width:100%;
	}
	
	
}