/* CSS for Etivol-Opalex website, by Sofiane Lalmi and Cecile Dutheil */

body {
	/* width:1400px; */
	width:100%;
	border:0;
	padding:0;
	margin: auto;
	font-family: 'Work Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

* {
	box-sizing: border-box;
}

article, section {
	margin:0;
	padding:0;
	
}

.t-bold {
	font-weight:700;
}





/* HEADER */

.langue {
	margin-right:0;
	margin-left:auto;
	width:20%;
	text-align:right;
	padding-right:30px;
}

.logo-header {
	
	padding:70px 20px 70px 20px;
	
	background-color: #333;
	
	background-image: url("img/Etivol_Opalex_usine-1.jpg");
	display:flex;
	justify-content:center;
	flex-wrap: nowrap;
}

@media screen and (min-width: 100px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1280.jpg");
		background-position: right top;
	}
}
@media screen and (min-width: 1024px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1280.jpg");
		
	}
}
@media screen and (min-width: 1280px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1280.jpg");
	}
}
@media screen and (min-width: 1440px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1440.jpg");
	}
}
@media screen and (min-width: 1600px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1600.jpg");
	}
}
@media screen and (min-width: 1680px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1680.jpg");
	}
}
@media screen and (min-width: 1920px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-1920.jpg");
		background-position: right center;
	}
} 
@media screen and (min-width: 3000px) {
	.logo-header {
		background-image: url("img/etivol-opalex_header-3000.jpg");
		background-position: right center;
	}
}










.logos {
	display:flex;
	flex-direction:column; 
	justify-content: center;
	width:35%;
	margin-top:20px;
	margin-bottom:20px;
}


.logos img {
	margin:0 auto;
}

.powered {
	font-size: 1,2em;
	font-family: "Work Sans";
    color: #FFF;
	font-variant: all-small-caps;
	line-height: 1.2;	
	padding-top:20px;	
	margin:0 auto;
}

.titre-header{
	width:35%;
	margin-top:20px;
	margin-bottom:20px;
	
}


.titre-header p, .titre-header li{
	font-size: 1em;
	font-family: "Work Sans";
	color: #FFF;
	line-height: 1.8;
	text-align:left;
	font-weight:400;
	width:100%;
	margin:0;
	
}
.titre-header h2 {
	font-size: 2.5em;
	font-family: "Work Sans";
	color: #FFF;
	line-height: 0.8;
	text-align:left;
	font-weight:400;
	padding-top:20px;
	padding-bottom:30px;
	font-variant:all-small-caps;
}

@media screen and (max-width: 1000px) {
	.logo-header {
		flex-wrap:wrap;
		padding:20px;
		background-image:url("img/Etivol_Opalex_usine-1-1000px.jpg");
	}
	
	.titre-header {
		width:100%;
		margin-top:0;
		margin-bottom:0;
	}
	
	.titre-header h2 {
		font-size:1.5em;
		margin: 0 auto; 
		
	}
	.titre-header p, .titre-header li {
		font-size:0.7em;
	}
	.logos {
		width:100%;
	}
	.langue {
		width:30%;
		font-size:0.7em;
		padding-right:5px;
	}

}






/* NAV */

#menu-fixe {
	background-color:#FFF;
	width:100%;
	/* margin:0 auto; */
	padding:0;
	
}

.box-top-menu {
	width:1000px;
	margin:0 auto 20px auto;
	display:flex;
	justify-content:space-between;
}
.topnav {
	overflow: hidden;
  
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  font-size: 1.2em;
	font-family: "Work Sans";
    color: #505050;
	font-variant: all-small-caps;
	font-weight:400;
	line-height: 1.2;	
	text-decoration: none;  
	padding:0 15px;
	margin:0;
	transition: color 0.5s ease-out;
    
}

.topnav a:hover {
  /* background-color: #ddd; */
  color: rgb(195, 25, 25);
}

.topnav .green-it {
	transition: color 0.5s ease-out;
}


.topnav .green-it:hover {
	color:rgb(95, 191, 0);
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .box-top-menu {
	display:initial;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .box-top-menu {
	display:initial;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* NOS PRODUITS */
#products {
	margin:50px auto;
	padding:0;
	background-color: #FFF;
	width:100%;
}

.box-products-texte h3 {
	text-align:left;
	font-size:1.8em;
	margin:0;
}


.h2-black {
	font-size: 2.5em;
	font-family: "Work Sans";
	color: #000;
	font-variant: all-small-caps;
	line-height: 1.2;
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	font-weight:400;
}

.h4-black {
	font-size: 1.2em;
	font-family: "Work Sans";
    color: #303030;	
	line-height: 1.2;
	text-align:center;
	font-variant: all-small-caps;
	margin-top:0;
	font-weight:400;
}

.box-products {
	display:flex;
	justify-content:center;
	flex-direction:column;
	flex-wrap:wrap;
}

.products-texte {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	text-align:justify;
}

.etivol-products-1 li, .etivol-products-2 li, .opalex-products li {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
} 
	 





.box-products-img {
	display:flex;
	flex-direction:column; 
	/* width:40%; */
	padding: 10px;
	margin:auto 0;
	flex:1;
	
}
.box-products-img  img{
	margin:0 auto;
	width:80%; 
	max-width:500px;
	border-radius:5px;
	border: solid 2px #f5f5f5;
	
}

.box-products-texte {
	
	padding:10px 50px;
	margin: auto 0;
	flex:1;

}

.etivol-products-1 {
	display:flex;
	justify-content:center;
	flex-wrap: nowrap;
	width:80%;
	margin:0 auto 20px auto;
}

.etivol-products-2 {
	display:flex;
	justify-content:center;
	flex-wrap: nowrap;
	width:80%;
	margin:0 auto 20px auto;
}

.opalex-products {
	display:flex;
	justify-content:center;
	flex-wrap:nowrap;
	width:80%;
	margin: 20px auto;
}

.btn-products {
	/* width:350px; */
	width:70%;	
	max-width:400px;
	margin:-25px auto -25px auto ;
	flex:1;
}

.rouge {
	background-color:rgb(195, 25, 25);
}
.bleu {
	background-color:rgb(21, 115, 174);
}

.products-button-texte, .products-button-texte a {
	font-size: 1em;
	font-family: "Work Sans";
    color: #FFF;	
	line-height: 1.2;
	text-align:center;
	padding: 10px 5px 0px 5px;	
	margin: 0;
	text-decoration:none;
	transition: color 0.8s ease-in-out; 
}
.products-button-texte a:hover {
	color:#000;
}


@media screen and (max-width: 1000px) {
	.h2-black {
		font-size:1.5em;
	}
	
	#products .h4-black {
		font-size:0.8em;
		padding: 0 20px;
	}
	#products .h3-red, #products .h3-blue {
		font-size:1.2em;
		text-align:center;
	}
	.products-texte, .etivol-products-1 li, .etivol-products-2 li, .opalex-products li  {
		font-size:0.5em;
	}
	.opalex-products {
		flex-direction:column;
		margin-top:50px;
	}
	.etivol-products-1, .etivol-products-2 {
		flex-direction:column-reverse;
		margin-top:50px;
	}
	
	.box-products-img {
		width:100%;
	}
	.box-products-texte {
		width:100%;
		padding:10px;
	}
	.box-products-img img{
		width:80%;
	}
	.products-button-texte a {
		font-size:0.5em;
	}

}





/* PRODUCTIONS */




#productions {
	margin-top:20px;
	margin-bottom:20px;
	padding:20px 50px 60px 50px;
	background-color: #EEEEEE;	
	
}

.box-productions {
	
	width:1000px;
	background-color:#FFF;
	padding-bottom:30px;
	padding-top:30px;
	margin:30px auto 0 auto;
}


.h4-red {
	font-size: 1.2em;
	font-family: "Work Sans";
	color: rgb(195, 25, 25);
	line-height: 1.2;
	font-variant: all-small-caps;
	text-align:center;
	font-weight:400;	
}

.h4-blue {
	font-size: 1.2em;
	font-family: "Work Sans";
	color: rgb(21, 115, 174);
	line-height: 1.2;
	font-variant: all-small-caps;
	text-align:center;
	font-weight:400;	
}


.mySlides {
	display:none;
	transition: display 0.8s ease-in-out; 
}

.txt-slide {
	font-size: 1em;
	font-family: "Work Sans";
	color: #000;
	line-height: 1.2;
	
	
	font-weight:400;
	
	
	
    text-align: center;
    
    padding: 40px;

	
	
}



.bckgrd-slide-red, .bckgrd-slide-blue {
	background-color:rgba(238, 238, 238, 0.8);
	
}


.box-slide{
	width:799px;	
}


.w3-display-topmiddle {
	top: 0;
}

#txt-antivol, #txt-rfid, #txt-planchettes {
	transition: color 0.5s ease-in-out; 
	transition: background-color 0.5s ease-in-out; 
}

#img-antivol, #img-rfid, #img-planchettes {
	transition: url 1.5s ease-in-out;
}

@media screen and (max-width: 1000px) {
	.box-productions {
		width:100%;
	}
	.box-slide{
		width:100%;	
	}
	#productions {
		padding:0;
	}
	.txt-slide {
		font-size:0.7em;
	}	
}

@media screen and (max-width: 600px) {
	.txt-slide {
		font-size:0.5em;
	}
}

@media screen and (max-width: 420px) {
	.txt-slide {
		padding:5px;
	}
}


/* SECTEURS */

#secteurs {
	margin:0 80px 50px 80px;
}
#secteurs h2 {
	margin-top:0;
	padding:10px 0 30px 0;	
}
.box-secteurs {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-around;
}

.box-secteurs-item {
	display:flex;
	flex-direction:column;
	padding: 0 10px;
	width:9%;
	background-color:rgb(195, 25, 25);
}

.box-secteurs-item:nth-child(1), .box-secteurs-item:nth-child(2), .box-secteurs-item:nth-child(3) {
	background-color: rgb(21, 115, 174);
	
}
.box-secteurs-item-img {
	width:64px;
	margin: 20px auto 0 auto;
}

.box-secteurs-item-texte h3 {
	font-weight:700;
	color:#FFF;
	margin-bottom:5px;
}



@media screen and (min-width: 1000px) {
	#secteurs {
		display:block;
	}
	#secteurs-mob {
		display:none;
	}
}

@media screen and (max-width: 1000px) {
	#secteurs {
		display:none;
	}
	#secteurs-mob {
		display:block;
		width:90%;
		margin: auto;
	}
	
	#secteurs-mob .h3-blue, #secteurs-mob .h3-red {
		font-size:1.2em;
	}
	#secteurs-mob p {
		font-size: 0.5em;
	}
	#secteurs-mob .content {
		padding:30px 50px; 
		margin:20px auto;
		width:100%;
	}
	#secteurs-mob .content:hover {
		box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
		border: 1px solid #e7e7e7;
		border-radius:5px;
	}
}



/* SERVICES */


#services {
	margin-top:20px;
	margin-bottom:20px;
	
}

.box-services {
	
	width:1000px;
	margin:30px auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
}

.services-item {
	/* width:21%; */
	padding:20px 0 0 0; 
	margin: 0 5px;
	background-color:#FFF;
	flex:1;
	display: flex;
	flex-direction:column; 
	justify-content:space-between;
	border: 1px solid #e7e7e7;
}
.services1-item {
	/* width:21%; */
	padding:20px 10px 10px 10px; 
	margin: 0 5px;
	/* margin: 0 10px; */
	flex:1;
	background-color:#FFF;	
	display: flex;
	flex-direction:column; 
	border: 1px solid #e7e7e7;
	border-radius:5px;
	
}

.services1-item:hover, .services-item:hover {
	-webkit-box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
	-moz-box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
	box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
	
}
.services-item p , .services1-item p, .services-item li , .services1-item li  {
	font-size: 0.9em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	/* text-align:justify; */
}



.services-item-texte {
	padding: 0 10px;
}
.services-item-img  {
	/* width:200px; */
	margin: 0 auto;
	
	
}

.services2-img {
	display:block;
	width:100%;
}



.services-icone {
	display:block;
	width:100px;
	margin: 0 auto;
}

.services1-icone {
	display:block;
	width:100px;
	margin: 0 auto;
}
	

.h3-black {
	font-size: 2.5em;
	font-family: "Work Sans";
	color: #000;
	line-height: 1.2;
	font-variant: all-small-caps;
	text-align:center;
	font-weight:400;
}



@media screen and (max-width: 1000px) {

	.box-services {
		width:100%;
		flex-wrap:wrap;
		
	}
	.box-services .h3-black {
		font-size:1.2em;
	}
	.services1-item p, .services1-item li  {
		font-size:0.5em;
	}
	.services1-item {
		margin: 10px ;
		min-width:400px;
		max-width:550px;
		flex:1;
	}
}

@media screen and (max-width: 600px) {
	.box-services {
		flex-direction:column;
	}
	.services1-item {
		min-width:200px;
		width:90%;
		margin: 10px auto;
	}

}






/* QUI SOMMES NOUS ? */

#qsn {
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	background-color: #333;
	background-image: url("img/wallpaper_qui_sommes_nous.jpg");
	
}

@media screen and (min-width: 100px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1280.jpg");
		
	}
}
@media screen and (min-width: 1024px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1280.jpg");
		
	}
}
@media screen and (min-width: 1280px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1280.jpg");
	}
}
@media screen and (min-width: 1440px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1440.jpg");
	}
}
@media screen and (min-width: 1600px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1600.jpg");
	}
}
@media screen and (min-width: 1680px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1680.jpg");
	}
}
@media screen and (min-width: 1920px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-1920.jpg");
	}
} 
@media screen and (min-width: 3000px) {
	#qsn {
		background-image: url("img/etivol-opalex_machine-usine-3000.jpg");
	}
}










.h2-white{
	font-size: 2.5em;
	font-family: "Work Sans";
	color: rgb(254, 254, 254);
	font-variant: all-small-caps;
	line-height: 1.2;
	text-align:center;
	font-weight:400;
}

.qsn-etivol {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	padding:30px;
	min-width:290px;
	max-width:400px;
	margin-top:20px;
	margin-bottom:20px;	
	margin-right:20px;
	flex:2;
}
.qsn-opalex {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
	padding:30px;
	min-width:290px;
	max-width:400px;
	margin-top:20px;
	margin-bottom:20px;	
	margin-left:20px;	
	flex:2;
}

.h3-red{
	font-size: 2.5em;
	font-family: "Work Sans";
	color: rgb(195, 25, 25);
	line-height: 1.2;
	font-variant: all-small-caps;
	text-align:center;
	font-weight:400;
}

.h3-blue{
	font-size: 2.5em;
	font-family: "Work Sans";
	color: rgb(21, 115, 174);
	line-height: 1.2;
	font-variant: all-small-caps;
	text-align:center;
	font-weight:400;
}

.qsn-texte {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	text-align:justify;
}

 .qsn-etivol li {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
} 
	 


.societes {
	display:flex;
	justify-content: space-between;
	padding:0;
	margin:0;
	/* width:60%; */
}

#box1 {
	display:flex;
	justify-content:center;
	margin-right: 100px;
	margin-left: 100px;
}

.deco-rouge {
	background-color:rgb(195, 25, 25);
	padding:10px;
	margin: auto 0 ;	
}

.deco-bleue {
	background-color:rgb(21, 115, 174);
	padding:10px;	
	margin: auto 0 ;	
}

.deco-texte {
	font-size: 1.2em;
	font-family: "Work Sans";
    color: #FFF;
	font-variant: all-small-caps;
	line-height: 1.2;	
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.btn-contact {
	margin:auto;	
	width:150px;
	
	
}
.button-texte, .button-texte a {
	font-size: 1em;
	font-family: "Work Sans";
    color: #FFF;	
	line-height: 1.2;
	text-align:center;
	padding: 10px 5px;
	background-color:rgb(195, 25, 25);
	margin: 0;
	text-decoration:none;
	border-radius:5px;
	transition: color 0.8s ease-in-out; 
}
.button-texte a:hover {
	color:#000;
}

@media screen and (max-width: 1000px) {
	.h2-white{
		font-size: 1.5em;
	}
	
	#qsn .h3-red, #qsn .h3-blue {
		font-size: 1.2em;
	}
	.qsn-texte, .qsn-etivol li {
		font-size: 0.5em;
		font-family: "Work Sans";
		color: rgb(101, 107, 111);
		line-height: 1.2;
		text-align:justify;
	}
	.qsn-etivol {
		margin-right:10px;
	}
	.qsn-opalex {
		margin-left:10px;
	}
	#box1 {
		margin-right:50px;
		margin-left:50px;
	}
	.button-texte a {
		font-size:0.8em;
		padding:0;
	}
	
}
@media screen and (max-width: 600px) {
	.societes {
		flex-direction:column;
		justify-content:center;
	}
	.qsn-etivol, .qsn-opalex {
		margin: 10px;
	}
	#box1 {
		margin-right:10px;
		margin-left:10px;
	}
	
}




/* ENVIRONNEMENT */

#environnement {
	margin:10px auto 50px auto;
	
	padding:20px;
	background-color: #FFF;
	width:75%;
}



.h2-green{
	font-size: 2.5em;
	font-family: "Work Sans";
	color: rgb(95, 191, 0);
	font-variant: all-small-caps;
	line-height: 1.2;
	text-align:center;
	font-weight:400;
}

.box-environnement {
	display:flex;
	justify-content:space-around;
	flex-wrap: nowrap;
	margin:0 auto;
	padding:0;
	padding-bottom:30px;
}
 
.box-environnement-texte {
	width:40%;
	padding:10px;
	margin:0 0 20px 0;
	
}



.box-environnement-img {
	
	width:40%;
	padding: 0;
	margin:auto 0;
	position:relative;
	
	
}

.environnement-illus {
	display:block;
	width:100%;
	max-width:500px;
	border-radius:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




.btn-environnement {
	margin:auto;	
	width:800px;
	margin-top:0;
	display:flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.button-texte-green, .button-texte-green a {
	font-size: 1em;
	font-family: "Work Sans";
    color: #FFF;	
	line-height: 1.2;
	text-align:center;
	padding: 10px 5px;
	background-color:rgb(95, 191, 0);
	margin: 0;
	text-decoration:none;
	transition: color 0.8s ease-in-out; 
}
.button-texte-green a:hover {
	color:#000;
}

.environnement-texte {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	/* text-align:justify; */
	padding-top:20px;
}

.box-environnement-texte li {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
} 

@media screen and (max-width: 1000px) {

	#environnement {
		width:100%;
	}
	
	.box-environnement {
		width:350px;
		flex-wrap: wrap;
		justify-content:center;
		flex-direction: row;
		
		
		
	}
	.box-environnement-texte {
		width: 100%;
		padding:20px;
		margin:0 auto;
	}
	 .box-environnement-img {
		width: 100%;
		padding:0px;
		margin:0 auto;
	}


	.h2-green{
	font-size: 1.5em;
	}
	
	.environnement-texte, .box-environnement-texte li  {
		font-size:0.5em;
	}
	
	.button-texte-green {
		padding:5px;
		margin:2px;
		padding-bottom:15px;
		
	}
	.button-texte-green a {
		font-size:0.6em;
		padding:0;
	}
	.btn-environnement {
		width:350px;
		flex-wrap: wrap;
		justify-content:center;
	}
}
@media screen and (max-width: 600px) {
	
	.btn-environnement {
		width:250px;
	}
	.box-environnement {
		width:250px;
	}
}




/* CERTIFICATION */

#certification {

	margin: 20px auto 0px auto;
	padding:20px;
	padding-bottom:50px;
	background-color: #EEEEEE;	
	width:100%;
	
	
}

.box-certification {
	margin:auto;	
	width:800px;
	margin-top:0;
	text-align:center;
	
}


.certification-texte {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	padding-top:20px;
}


.btn-certification {
	margin:auto;	
	width:300px;
	
	
}
.button-texte-certification, .button-texte-certification a {
	font-size: 1em;
	font-family: "Work Sans";
    color: #FFF;	
	line-height: 1.2;
	text-align:center;
	padding: 10px 5px;
	background-color:rgb(195, 25, 25);
	margin: 0;
	text-decoration:none;
	border-radius:5px;
	transition: color 0.8s ease-in-out; 
}
.button-texte-certification a:hover {
	color:#000;
}

@media screen and (max-width: 1000px) {
	
	.box-certification {
		width:350px;
	}
	
	.h2-black {
		font-size:1.5em;
	}
	
	.certification-texte {
		font-size: 0.5em;
	}
	
	
	.button-texte-certification {
		padding-bottom:15px;
	}
	
	
	.button-texte-certification a {
		font-size:0.6em;
		padding:0;
		
	}
}

@media screen and (max-width: 600px) {
	.btn-certification {
		width:250px;
	}
	.box-certification {
		width:250px;
	}
	.box-certification img {
		width:250px;
	}
	
}


/* CONTACT */

#contact {
	margin-top:0px;
	margin-bottom:0;
	padding:20px;
	background-color: #333;
	background-image: url("img/wallpaper_contact.jpg");
	
}

@media screen and (min-width: 100px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1280.jpg");
		background-position: right top;
	}
}
@media screen and (min-width: 1024px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1280.jpg");
		
	}
}
@media screen and (min-width: 1280px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1280.jpg");
	}
}
@media screen and (min-width: 1440px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1440.jpg");
	}
}
@media screen and (min-width: 1600px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1600.jpg");
	}
}
@media screen and (min-width: 1680px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1680.jpg");
	}
}
@media screen and (min-width: 1920px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-1920.jpg");
	}
} 
@media screen and (min-width: 2989px) {
	#contact {
		background-image: url("img/etivol-opalex_contact-2989.jpg");
	}
}



















.info, .titre-form {
	font-size: 1em;
	font-family: "Work Sans";
	color: #FFF;
	/* font-variant: small-caps; */
	line-height: 1.2;
	text-align:center;
	font-weight:400;
	margin: 10px auto 10px auto;
	padding: 10px 0;
	/* background-color: #e7e7e7; */
}



.h2-white-contact {
	font-size: 2.5em;
	font-family: "Work Sans";
	color: rgb(254, 254, 254);
	font-variant: all-small-caps;
	line-height: 1.2;
	text-align:center;
	font-weight:400;
	margin: 10px auto;
	
	
}
.box-contact {
	display:flex;	
	width:75%;
	padding: 10px;
	margin: 0 auto;
	align-items:space-around;
}

.box-formulaire, .box-map {
	/* width:500px; */
	padding: 0 20px 0 20px;
	margin:0 auto;
	flex:1;
	
}

.box-map iframe {
	width:100%;
	height:250px;
	margin:0 auto;
}

.box-map span, .box-formulaire p {
	font-size: 1em;
	font-family: "Work Sans";
	color: #FFF;
	line-height: 1.2;
	
}
.box-map img {
	margin-right:10px;
}

.input-formulaire {
	width:100%;
	margin: 10px auto;
}

.input-formulaire::placeholder {
	font-size: 1em;
	font-family: "Work Sans";
	font-weight:400;
	color:rgba(101, 107, 111,0.8);
}

.input-formulaire-textarea {
	width:100%;
	margin: 10px auto;
}

.input-formulaire-textarea::placeholder {
	font-size: 1em;
	font-family: "Work Sans";
	font-weight:400;
	color:rgba(101, 107, 111, 0.8);
}


input {
	height: 30px;
}
textarea {
	height:120px;
}

.btn {
	width:100px;
	margin: 0 auto;
}

.btn-submit {
	font-size: 1em;
	font-family: "Work Sans";
    color: #FFF;	
	line-height: 1.2;
	text-align:center;
	width:100%;
	margin: auto; 
	padding: 5px 10px;
	background-color:rgb(195, 25, 25);
	
	border-radius:5px;
	
}
#nom {
	margin-top:0;
}

.ckc {
	/* padding:0 20px 0 0; */
	margin:0 20px 0 0;
	height:initial;
}

@media screen and (max-width: 1000px) {


	.box-contact {
		width:100%;
		padding:0;
		margin: 10px auto;
		flex-direction:column;
	}

	.h2-white-contact {
		font-size:1.5em;
	}

	.box-map, .box-formulaire {
		width:90%;
		margin: 20px auto; 
		
	}
	
	.box-map span, .info , .box-formulaire p {
		font-size: 0.5em;
		
	}
	.box-map p {
		margin: 0;
	}
	.box-map iframe {
		height:300px;
	}

	.input-formulaire-textarea, .btn-submit, .input-formulaire  {
		font-size: 0.6em;
	}
	

}



/* FOOTER */

.bandeau-bas {
	width:100%;
	background-color: #202020;
	padding-top:20px;
	padding-bottom:20px;
}
.bandeau-bas p{
	font-size: 0.8em;
	font-family: "Work Sans";
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.2;
	text-align:center;
}

@media screen and (max-width: 1000px) {
	.bandeau-bas p{
	font-size: 0.6em;
	}

}




/* CARROUSSEL SECTEURS (code initial par Pascal Olivier, adapté par Step Site) */




@-webkit-keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slidein {
  0% {
    top: -400px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}
@keyframes slideout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -400px;
    opacity: 0;
  }
}


body #scene {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 1000px;
  height: 400px;
  position: relative; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto 50px auto;
  background-color: #fff;
 /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
 /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  overflow: hidden;
}
body #scene #left-zone {
  background: #fff;
  height: 75%;
  flex-grow: 0;
  display: flex;
  width: 350px;
  align-items: center;
  justify-content: left;
}
body #scene #left-zone .list {
  display: flex;
  list-style: none;
  align-content: stretch;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
body #scene #left-zone .list li.item input[type="radio"] {
  display: none;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label:first-letter {
  text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label:hover {
  opacity: 0.75;
  cursor: pointer;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label.label_industry:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("img/Etivol-Opalex_industry.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label.label_pharma:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("img/Etivol-Opalex_pharmacie.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label.label_automobile:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("img/Etivol-Opalex_cars.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ label.label_docs:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("img/Etivol-Opalex_passport.png");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content {
  position: absolute; 
  left: 350px;
  top: -400px;
  width: 650px;
  height: 400px;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slideout;
          animation-name: slideout;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_industry .picto {
  height: 100px;
  width: 100px;
  background-image: url("img/Etivol-Opalex_industry.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_industry h1 {
  color: rgb(21, 115, 174);
   text-align: center;
}
/* body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_pharma .picto {
  height: 100px;
  width: 100px;
  background-image: url("img/Etivol-Opalex_pharmacie.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_pharma h1 {
  color: rgb(195, 25, 25);
   text-align: center;
}
/* body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_automobile .picto { */
  /* height: 100px; */
  /* width: 100px; */
  /* background-image: url("img/Etivol-Opalex_cars.png"); */
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
/* } */
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_automobile h1 {
  color:rgb(21, 115, 174);
   text-align: center;
}
/* body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_docs .picto {
  height: 100px;
  width: 100px;
  background-image: url("img/Etivol-Opalex_passport.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_docs h1 {
  color: rgb(195, 25, 25);
   text-align: center;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content h1:first-letter {
  text-transform: uppercase;
}
body #scene #left-zone .list li.item input[type="radio"] ~ .content p {
	color: #000;
	/* color: rgb(101, 107, 111); */
  max-width: 60%;
  text-align: center;
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_industry {
  color: rgb(21, 115, 174);
  border-right: solid 4px rgb(21, 115, 174);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_pharma {
  color: rgb(195, 25, 25);
  border-right: solid 4px rgb(195, 25, 25);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_automobile {
  color: rgb(21, 115, 174);
  border-right: solid 4px rgb(21, 115, 174);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_docs {
  color: rgb(195, 25, 25);
  border-right: solid 4px rgb(195, 25, 25);
}
body #scene #left-zone .list li.item input[type="radio"]:checked ~ .content {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #scene #middle-border {
  background-color: #eee;
  height: 75%;
  flex-grow: 1;
  max-width: 2px;
  z-index: 0;
}
body #scene #right-zone {
  background: #fff;
  height: 100%;
  flex-grow: 3;
}


.content_pharma {
	background-image:url("img/fond_pharma.jpg");
	background-repeat:no-repeat;
	background-position:center center;
}

.content_automobile {
	background-image:url("img/fond_cars.jpg");
	background-repeat:no-repeat;
	background-position:center center;
}

.content_industry {
	background-image:url("img/fond_industry.jpg");
	background-repeat:no-repeat;
	background-position:center center;
}

.content_docs {
	background-image:url("img/fond_docs.jpg");
	background-repeat:no-repeat;
	background-position:center center;
}


/* MENTIONS LEGALES */

.legal {
	font-size: 1em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	padding:30px;
}
.legal-box {
	width:80%;
	margin:auto;
}

@media screen and (max-width: 1000px) {
	.legal {
		font-size:0.5em;
	}
	.legal-box {
		width:100%;
	}
}













/* PAGE PRODUITS */




#page-produits{
	width:100%;
	margin: 0 auto;
}

.intro-produits {
	width:70%;
	margin: 0 auto;
}

.liste-produits {
	list-style-type: none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
}



.produits-item {
	width:300px;
	flex:none;	
	margin:10px;
	display:flex;
	flex-direction:column;
	border: 1px solid #e7e7e7;
}

.produits-item:hover {
	-webkit-box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
	-moz-box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
	box-shadow: 0px 15px 20px -10px rgba(133,133,133,1);
}

.produits-item p {
	padding: 0 10px;
	font-size: 0.9em;
	font-family: "Work Sans";
	color: rgb(101, 107, 111);
	line-height: 1.2;
	transition: 0.6s color ease-in-out;
	
}
.produits-item:hover p {
	color: black;
}

#planchettes, #antivol, #rfid {
	width:80%;
	margin: 30px auto;
}	

#page-produits h4 {
	color: rgb(195, 25, 25);
}	


.blue-it:link, .blue-it:visited, .red-it:link, .red-it:visited {
	font-size: 1.2em;
	font-family: "Work Sans";
    color: #505050;
	font-variant: all-small-caps;
	font-weight:400;
	line-height: 1.2;	
	text-decoration: none;  
	padding:20px 15px;
	margin:0;
	transition: color 0.5s ease-out;
}


.blue-it:hover {
	color:rgb(21, 115, 174);
}

.red-it:hover {
	color:rgb(195, 25, 25);
}


.menu-produits {
	background-color: #eeeeee;
	padding: 20px 0;
	display:flex;
	justify-content:center;
	
}

/* .menu-produits ul {
	padding-top:0;
} */
@media screen and (max-width: 600px) {
	.menu-produits {
		flex-direction:column;
	}
	
}

@media screen and (max-width: 1000px) {

	#page-produits .h3-red, #page-produits .h3-blue {
		font-size:1.2em;
	}
	.intro-produits p, .intro-produits li, .produits-item p, .produits-item li {
		font-size: 0.5em;
	}
	#page-produits {
		width:100%;
		margin: auto;
	}
}



@media handheld, screen and (max-width: 1000px) {
	body {
		font-size: 1.8em; 
	}	
} 




