
.nav-menu {
	display: none;
}
.nav-link {
	transition: 0.7s ease;
	color: #fff;
	text-decoration: none;
}
.nav-link:hover {
	text-decoration: underline;
}

.bar, .bar-menu {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	border-radius: 30%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #44546a;
}

a img {
	border: 0px;
}

body {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #44546a;
}

html {
	scroll-behavior: smooth;
}

#contener {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #fff;
	position: relative;
}

#container {
	max-width: 1600px;
}

#bandeau, #bandeau-solution {
	min-width: 1600px;
	background-color: #fff;
	font-size: 1.5rem;
}
#bandeau-produit {
	max-width: 1380px;
	background-color: #fff;
	font-size: 1.5rem;
}

#bandeau div#menu a {
	margin-left: 10px;
	margin-right: 10px;
}

#topbar, #topbar-solution {
	max-width: 1600px;
}
#topbar-produit {
	max-width: 1380px;
}

#menu-topbar {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 9;
}

.menu, .menu-product {
	width: 221px;
	height: 90px;
}
.menu-solution {
	width: 221px;
	height: 120px;
}

.menu a:hover {
	transform: scale(1.2);
	transition: 0.5s ease-in;
}
.menu-solution a:hover, .menu-product a:hover {
	transform: scale(1.1);
	transition: 0.5s ease-in;
}

#menu-element_1 {
	background-color: #00b050;
}
#menu-element_2 {
	background-color: #00b050;
	opacity: 0.9;
}
#menu-element_3 {
	background-color: #00b050;
	opacity: 0.85;
}
#menu-element_4 {
	background-color: #00b050;
	opacity: 0.8;
}
#menu-element_5 {
	background-color: #00b050;
	opacity: 0.75;
}
#menu-element_6 {
	background-color: #00b050;
	opacity: 0.7;
}
#menu-element_7 {
	background-color: #00b050;
	opacity: 0.65;
}

#menu2-element_1 {
	background-color: #00b050;
	margin-right: 9px;
}
#menu2-element_2 {
	background-color: #00b050;
	opacity: 0.9;
	margin-right: 9px;
}
#menu2-element_3 {
	background-color: #00b050;
	opacity: 0.85;
	margin-right: 9px;
}
#menu2-element_4 {
	background-color: #00b050;
	opacity: 0.8;
	margin-right: 9px;
}
#menu2-element_5 {
	background-color: #00b050;
	opacity: 0.75;
	margin-right: 9px;
}
#menu2-element_6 {
	background-color: #00b050;
	opacity: 0.7;
	margin-right: 9px;
}
#menu2-element_7 {
	background-color: #00b050;
	opacity: 0.65;
}

#menu3-element_1 {
	background-color: #00b050;
	margin-right: 9px;
}
#menu3-element_2 {
	background-color: #00b050;
	opacity: 0.9;
	margin-right: 9px;
}
#menu3-element_3 {
	background-color: #00b050;
	opacity: 0.85;
	margin-right: 9px;
}
#menu3-element_4 {
	background-color: #00b050;
	opacity: 0.8;
	margin-right: 9px;
}
#menu3-element_5 {
	background-color: #00b050;
	opacity: 0.75;
	margin-right: 9px;
}
#menu3-element_6 {
	background-color: #00b050;
	opacity: 0.7;
	margin-right: 9px;
}
#menu3-element_7 {
	background-color: #00b050;
	opacity: 0.65;
}

a[title='Français'] {
	margin-right: 15px;
}
a[title='Français'], a[title='Anglais'] {
	border: 1px solid #44546a;
	padding: 5px 5px 1px 5px;
	border-radius: 5px;
}
a[title='Français']:hover, a[title='Anglais']:hover {
	border: 1px solid #00b050;
	color: #00b050;
}

#menu {
	width: 1400px;
	height: 28px;
}

#banner {
	background-image: url('https://www.servinstrumentation.fr/commun/img/fond_accueil.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
}

#banner-background {
	height: 400px;
	/*background: linear-gradient(0deg, rgba(82,183,136,0) 0%, rgba(82,183,136,1) 50%, rgba(82,183,136,0) 100%);*/
	/*background: linear-gradient(0deg, rgba(77,77,77,0) 0%, rgba(77,77,77,0.8001401244091386) 50%, rgba(77,77,77,0) 100%);*/
	background: linear-gradient(0deg, rgba(77,77,77,0) 0%, rgba(77,77,77,0.25112051656600143) 25%, rgba(77,77,77,1) 50%, rgba(77,77,77,0.25112051656600143) 80%, rgba(77,77,77,0) 100%);
}

.bloc_texte {
	color: #00b050;
	border: 2px solid #00b050;
	text-align: center;
	padding: 15px;
}

.bouton {
	width: 113px;
	height: 27px;
	line-height: 27px;
	float: left;
	margin-top: 1px;
	text-align: center;
	display: inline;
	border-left: 1px solid #fff;
}

.bouton_premier {
	width: 113px;
	height: 27px;
	line-height: 27px;
	float: left;
	margin-top: 1px;
	text-align: center;
	display: inline;
	border-left: 0px;
}

.bouton a,
.bouton_premier a {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #BFBBD5;
	text-decoration: none;
}

/* .bouton a.blanc,
.bouton_premier a.blanc {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
} */

.bouton a:hover,
.bouton_premier a:hover {
	text-decoration: underline;
}

.alaligne {
	clear: both;
	font-size: 1px;
}

#dmd-devis p {
	background-color: rgb(0,176,80, 0.8);
	color: #fff;
	width: 50px;
	height: 215px;
	position: fixed;
	bottom: 150px;
	right: 10px;
	writing-mode: vertical-rl;
  	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	text-orientation: sideways;
	font-size: 1.5rem;
	font-family: Calibri, sans-serif;
	padding-right: 9px;
}


#contenu {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.text-bluegray, h2.titre_rubrique {
	color: #44546a;
}

h1.titre_rubrique, h1.titre_rubrique_index {
	margin: 20px auto;
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	color: #44546a;
}

h1.titre_page {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #44546a;
}

h1.titre_rubrique_accueil {
	margin: 50px auto 20px auto;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
}

h1.titre_rubrique_accueil a:hover {
	text-decoration: underline;
}

h1.titre_rubrique.avec_liens {
	margin-bottom: 0px;
}

h1.titre_rubrique span#titre1, h1.titre_rubrique span#titre2 {
	text-align: center;
	width: 100%;
	display: block;
	font-weight: normal;
}

h1.titre_rubrique span#titre1 {
	font-size: 20px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1.titre_rubrique span#titre2 {
	font-size: 14px;
	padding-bottom: 10px;
}

h2.titre_rubrique {
	margin: 20px auto 10px auto;
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
}

.debitmetrie, .flow {
	margin: 0px auto 10px auto;
}

#debitmetrie, #flow {
	position: absolute;
	top: -30px;
}
#pression-et-vide, #pressure-and-vacuum {
	position: absolute;
	top: 990px;
}
#temperature {
	position: absolute;
	top: 1660px;
}
#niveau, #level {
	position: absolute;
	top: 2030px;
}
#regulateur-afficheur, #control-display {
	position: absolute;
	top: 2410px;
}

h2.titre_produit, h2.titre_etalonnage {
	width: 800px;
	margin: 100px auto 50px auto;
	text-align: center;
}

h2.titre_produit a, h2.titre_etalonnage a, h2.titre_solution {
	font-size: 24px;
	font-weight: bold;
	color: #00b050;
}

h2.titre_produit a:hover, h2.titre_etalonnage a:hover {
	text-decoration: underline;
}

h3.titre {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #6E688E;
	text-decoration: none;
}

h3.titre a {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #6E688E;
	text-decoration: none;
}

h3.titre a:hover {
	text-decoration: underline;
}

h4.titre_solutions {
	font-size: 20px;
	font-weight: bold;
	color: #44546a;
	margin: 20px auto 10px auto;
	text-align: center;
}

h4.sous-titre-etalonnage, h4.sous-titre-e-serv, h4.sous-titre-produit {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

#contenu {
	font-size: 1rem;
	text-align: justify;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}

.txt {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000;
}

.txt10 {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

p.en-tete {
	font-size: 20px;
	text-align: center;
	color: #44546a;
	margin-top: 40px;
	margin-bottom: 10px;
}
p#solutions, p#conseil-gestion, p#etalonnage, p#e-serv, p#fabricants, p#nouveautes {
	font-size: 20px;
	text-align: center;
	color: #44546a;
	margin-top: 0;
	margin-bottom: 10px;
}

p.solution {
	font-size: 20px;
	color: #44546a;
	margin-top: 40px;
	margin-bottom: 10px;
}

.divider {
	width: 10%;
	margin: 0 auto;
}
.divider2 {
	width: 5%;
	margin: 0 auto;
}

.bluegray-divider {
	border-top: 2px solid #44546a;
}
.black-divider {
	border-top: 2px solid black;
}

a.lien {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6E688E;
	text-decoration: none;
}

a.lien:hover {
	text-decoration: underline;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce.gif);
	line-height: 15px;
	font-size: 12px;
	text-align: left;
}

ul li:not(li.nav-item) {
	padding-left: 15px;
	margin-bottom: 20px;
}

ul li a:hover {
	text-decoration: underline;
}

.infos {
	color: #00b050;
}

.liste_index, .produit, .solution, .etalonnage, .e-serv, .fabricant {
	font-size: 16px;
	list-style: inside;
	color: #44546a;
}
.texte-puce-produit {
	font-size: 18px;
	list-style: inside;
	color: #44546a;
}

li::marker {
	color: #00b050;
}

.solution-puce {
	font-size: 20px;
	list-style: inside;
	color: #44546a;
}

.paragraphe_index {
	width: 610px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

.paragraphe_index h1 {
	width: 596px !important;
	width: 595px;
	height: 20px;
	line-height: 20px;
	//background-image: url('https://www.servinstrumentation.fr/commun/img/fond-titre.jpg');
	background-color:#0787C8;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	clear: both;
}

.photo_index {
	width: 190px;
	height: auto;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}

.bg-green {
	background-color: #00b050;
}

.bd-green {
	border: 2px solid #00b050;
}

.bloc_accueil {
	margin: 30px auto;
	text-align: center;
	font-size: 1.2rem;
}

div#fond_accueil img {
	width: 100%;
	max-width: 1600px;
	height: auto;
}
div#fond_accueil_2 img {
	width: 100%;
	max-width: 1920px;
	height: auto;
}

div.img-exemple {
	background-image: url('https://www.servinstrumentation.fr/commun/img/img-exemple.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	height: 40vh;
	width: 100%;
}
div.img-exemple-2 {
	background-image: url('https://www.servinstrumentation.fr/commun/img/img-exemple-2.png');
	background-size: auto;
	background-repeat: no-repeat;
}
div.img-exemple-3 {
	background-image: url('https://www.servinstrumentation.fr/commun/img/img-exemple-3.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	height: 40vh;
	width: 100%;
}
div.img-exemple h1, div.img-exemple-3 h1 {
	background-color: rgba(0, 0, 0, .2);
}

#accueil {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	background-color: #00b050;
	margin-right: 9px;
	color: #fff;
	width: 30px;
}


.photo_produit img {
	height: 200px;
}
.photo_produits img {
	height: 300px;
}

.photo_produit div p {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}

.photo_produit > div {
	width: 300px;
}

.photo_produit div p:hover {
	text-decoration: underline;
}

div#banniere-produit {
	background-image: url('https://www.servinstrumentation.fr/commun/img/banniere.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
}
div#banniere-produit h1 {
	top: 65%;
	left: 45%;
}

div.texte-produit {
	font-size: 18px;
	text-align: center;
	color: #44546a;
	margin-top: 40px;
	margin-bottom: 10px;
}

#applicatifs {
	position: absolute;
	top: 250px;
}

.liste_fabricant {
	width: 250px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	margin-right: 14px;
	padding-left: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

.separateur {
	width: 800px;
	height: 1px;
	border-bottom: 1px dashed #6E688E;
	clear: both;
	font-size: 1px;
	margin: 10px 0 10px 0;
}

ul.fabricant li {
	line-height: 1.5rem;
}

div.logo-fabricants {
	min-height: 90px;
}

#sous-menu-etalonnage li {
	list-style: square;
	font-size: 16px;
	color: #44546a;
}

#certificats {
	position: absolute;
	top: 85%;
}

ul.solutions {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce.gif);
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

ul.solutions li {
	padding-left: 5px;
	margin-bottom: 0px;
}

ul.solutions li a {
	font-size: 12px;
	color: #6E688E;
	text-decoration: none;
	margin-left: 0px !important;
	margin-left: 5px;
}

ul.solutions li a:hover {
	text-decoration: underline;
}

.solution-en-tete {
	max-width: 1600px;
}

h2.titre_plan a {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000;
	text-decoration: none;
}

h2.titre_plan a:hover {
	text-decoration: underline;
}

ul.plan {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce.gif);
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

ul.plan li {
	padding-left: 5px;
}

ul.plan li a {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6E688E;
	text-decoration: none;
	margin-left: 0px !important;
	margin-left: 5px;
}

ul.plan li a:hover {
	text-decoration: underline;
}

ul.plan_2 {
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce2.gif);
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

ul.plan_2 li {
	padding-left: 5px;
}

ul.plan_2 li a {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6E688E;
	text-decoration: none;
	margin-left: 0px !important;
	margin-left: 5px;
}

ul.plan_2 li a:hover {
	text-decoration: underline;
}

.liste_fiche-p {
	width: 380px;
	height: auto;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

ul.fiche-p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce.gif);
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

ul.fiche-p li {
	padding-left: 5px;
}

.liste_fiche-p.liste_fiche_volumetre-photo{
	width: 350px;
}

ul.technique {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/fleche.gif);
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000;
}

ul.technique_volumetre{
	width: 440px;
}

.liste_fiche_volumetre{
    width: initial;
}

ul.technique li {
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul.technique li a {
	font-size: 12px;
	text-align: left;
	color: #000;
	text-decoration: underline;
}

table.produit tbody tr:nth-child(odd) {
	background-color: rgba(0, 176, 80, 0.3);
}

table.produit tbody tr td {
	padding: 10px;
}

table.produit tbody tr td:first-child {
	border-right: 1px solid black;
	font-weight: bold;
}

.liste_fiche-s {
	width: 380px;
	height: auto;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

ul.fiche-s {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(https://www.servinstrumentation.fr/commun/img/puce.gif);
	line-height: 15px;
	font-size: 12px;
	text-align: left;
	color: #000;
}

ul.fiche-s li {
	padding-left: 5px;
}

h2.sous-titre-solution, h2.sous-titre-produit {
	color: #00b050;
	font-weight: bold;
	font-size: 2rem;
	padding-right: 4px;
	padding-left: 4px;
}
h3.sous-titre-solution {
	color: #44546a;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 50px;
	padding-right: 4px;
	padding-left: 4px;
}


#pied {
	height: auto;
	margin-top: 50px;
	background-color: rgb(0,176,80, 0.75);
	padding: 100px 30px 30px 30px;
	color: #fff;
	font-size: 18px;
}
#pied-2 {
	height: auto;
	margin-top: 50px;
	background-color: #00b050;
	opacity: 0.65;
	padding: 100px 30px 30px 30px;
	color: #fff;
	font-size: 18px;
}

#pied-en {
	height: 175px;
	margin-top: 50px;
	background-color: #000;
	padding: 30px;
	color: #fff;
	font-size: 18px;
}

#baseline {
	margin-top: 10px;
	font-size: 11px;
}

#baseline p a {
	text-decoration: underline;
}

ul.lien_sat {
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	float: left;
	
}

ul.lien_sat li {
	width: 30%;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
}

ul.lien_sat li a {
	color: #6E688E;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	
}

#liste_gauche {
	width: 110px;
	float: left;
	margin-bottom: 10px;
}

#liste_gauche dl {
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #000;
	border-top: 0px;
}

#liste_gauche dl dt {
	width: 90px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	
	border-top: 1px solid #000;
}

#liste_gauche dl dt.selected {	
	background-color: #FE0000
}

#liste_droite {
	width: 110px;
	float: right;
	margin-bottom: 10px;
}

#liste_droite dl {
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
	border: 1px solid #000;
	border-top: 0px;
}

#liste_droite dl dt {
	width: 90px;
	margin: 0px;
	padding: 5px;
	float: left;
	
	text-align: center;
	font-weight: bold;
	
	border-top: 1px solid #000;
}

#liste_droite dl dt.selected {	
	background-color: #FE0000;
}


#liste_droite dl dt span {
	font-size: 10px;
}

#milieu {
	float: left;
	margin-bottom: 10px;
}


.application {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}

.application img {
	margin-right: 20px;
}


.descriptif {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}

.descriptif img {
	margin-right: 20px;
}

.cadre {
	float: left;
	margin-left: 50px;
}

.bloc_cadre {
	width: 300px;
	height: 170px;
	padding: 10px;
	float: left;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
}

.bloc_cadre span {
	display: block;
	color: #6E688E;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
}

.bloc_cadre ul {
	margin-bottom: 0px;
}

.cadre img {
	margin-top: 20px;
	margin-left: 40px;
}


dl#liens_offres {
	width: 100%;
	float: right;
	margin: 0px;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 0px;
}

button#solution_en_savoir_plus, button#solution_en_savoir_plus-1, button.solution_conseil_gestion, button#etalonnage, button#etalonnage-1, button#etalonnage-2  {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: rgb(0,176,80, 0.8);
	border-radius: 5px;
}
button#solution_en_savoir_plus-2 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: rgb(0,176,80, 0.8);
	border-radius: 5px;
}

button#solution_en_savoir_plus:hover, button#solution_en_savoir_plus-1:hover, button#solution_en_savoir_plus-2:hover, button.solution_conseil_gestion:hover, button#etalonnage:hover, button#etalonnage-1:hover, button#etalonnage-2:hover {
	border: 2px solid rgb(0,176,80, 0.8);
	background-color: transparent;
	color: rgb(0,176,80, 0.8);
	margin-bottom: 0;
	border-radius: 5px;
}

button.fiche-solution, button.fiche-produit {
	color: #00b050;
	border: 1px solid #00b050;
	border-radius: 5px;
}
button.fiche-solution:hover, button.fiche-solution-actif, button.fiche-produit:hover {
	color: #fff;
	background: #00b050;
	border-radius: 5px;
}

dl#liens_offres dt {
	height: 20px;
	float: right;
}

dl#liens_offres dt a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ffffff;
	border-top: 1px solid #0787c8;
	border-bottom: 1px solid #0787c8;
	float: left;
	background-color: #0787c8;
	color: #ffffff;
	text-tranform: uppercase;
	text-decoration: none;
}

dl#liens_offres dt a:hover {
	color: #0787c8;
	background-color: #ffffff;
	border: 1px solid #0787c8;
}


.lien-e-serv {
	text-decoration: underline;
	color: #44546a;
}


h3.lien-nouveautes {
	text-decoration: underline;
	color: #44546a;
	line-height: 2em;
	text-align: center;
	font-size: 20px;
}

.lien-contact {
	text-decoration: underline;
	color: #44546a;
}
#text-form {
	font-size: 24px;
}

#baseline-contact {
	margin-top: 20px;
	font-size: 11px;
	color: #44546a;
}

#message-contact {
	min-height: 50px;
	border: 1px solid #44546a;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.border-blue {
	border: 2px solid #44546a;
}

#form-contact {
	color: #44546a;
}

input#contact {
	background-color: #00b050;
	color: #fff;
	border-radius: 5px;
}

input.contact {
	border: 1px solid #44546a;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

@media (max-width: 1600px) {
	#bandeau, #bandeau-produit, #bandeau-solution {
		min-width: 0;
	}
	#bandeau div div div.menu, div.menu-solution {
		width: 170px;
	}
	#bandeau-produit div div div.menu, #bandeau-produit div div div.menu-product {
		width: 199px;
	}
	#bandeau div div div.menu a:hover, #bandeau-produit div div div.menu a:hover, #bandeau-solution div div div.menu a:hover, div.menu-solution a:hover {
		transform: scale(1.2);
		transition: 0.5s ease-in;
	}
	div.menu-solution a {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	#topbar, #topbar-produit, #topbar-solution, .solution-en-tete, #container {
		max-width: 1243px;
	}
}

@media (max-width: 1400px) {
	#regulateur-afficheur {
		top: 2660px;
	}
}

@media (max-width: 1200px) {
	#bandeau, #bandeau-produit, #bandeau-solution {
		font-size: 1.2rem;
	}
	#bandeau div div div.menu {
		width: 130px;
		height: 70px;
	}
	#bandeau-produit div div div.menu {
		width: 152px;
		height: 70px;
	}
	#bandeau-produit div div div.menu-product {
		width: 152px;
		height: 100px;
	}
	div.menu-solution {
		width: 130px;
		height: 90px;
	}
	#bandeau div div div.menu a:hover, #bandeau-produit div div div.menu a:hover, #bandeau-solution div div div.menu a:hover, div.menu-solution a:hover {
		transform: scale(1.1);
		transition: 0.5s ease-in;
	}
	div.menu-solution a {
		font-size: 1rem;
		line-height: 1rem;
	}

	#topbar, #topbar-produit, #topbar-solution, .solution-en-tete, #container {
		max-width: 963px;
	}

	#pression-et-vide, #pressure-and-vacuum {
		top: 1480px;
	}
	#temperature {
		top: 2160px;
	}
	#niveau, #level {
		top: 2525px;
	}
	#regulateur-afficheur, #control-display {
		top: 3165px;
	}
}

@media (max-width: 1024px) {
	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	.nav-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: -100%;
		top: 70px;
		gap: 0;
		flex-direction: column;
		background-color: #00b050;
		width: 100%;
		text-align: center;
		transition: 0.3s;
		font-size: 1.2rem;
		z-index: 1;
	}
	.nav-item {
		width: 100%;
		padding: 20px 0;
	}
	.nav-item:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	.nav-menu.active {
		left: 0;
	}
	#pression-et-vide, #pressure-and-vacuum {
		top: 1535px;
	}
	#temperature {
		top: 2225px;
	}
	#niveau, #level {
		top: 2620px;
	}
	#regulateur-afficheur, #control-display {
		top: 3300px;
	}
}

@media (min-width: 1024px) {
	button#etalonnage-2, button#solution_en_savoir_plus-2 {
		display: none;
	}
}

@media (max-width: 1023px) {
	#pied {
		padding: 30px 15px;
	}

	button#etalonnage-1, button#solution_en_savoir_plus-1 {
		display: none;
	}

	button#etalonnage {
		font-size: 16px;
	}
}

@media (max-width: 800px) {
	#certificats {
		top: 200%;
	}

	#pression-et-vide, #pressure-and-vacuum {
		top: 1825px;
	}
	#temperature {
		top: 2770px;
	}
	#niveau, #level {
		top: 3170px;
	}
	#regulateur-afficheur, #control-display {
		top: 4085px;
	}
}

@media (max-width: 640px) {
	.bar, .bar-menu {
		width: 35px;
		height: 4px;
	}
	.hamburger.active .bar:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}
	.hamburger.active .bar:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
	#pied {
		margin-top: 40px;
		padding: 30px 15px;
		font-size: 13px;
	}

	p.en-tete {
		font-size: 18px;
	}

	h1.titre_rubrique_index {
		font-size: 1.25rem;
	}

	#dmd-devis p {
		width: 30px;
		height: 175px;
		position: fixed;
		font-size: 1.1rem;
		font-family: Calibri, sans-serif;
		padding-right: 3px;
	}

	p#etalonnage, p#e-serv, p#fabricants, p#nouveautes, p#solutions {
		font-size: 16px;
	}

	#certificats {
		top: 200%;
	}

	h2.sous-titre-solution, h2.sous-titre-produit {
		font-size: 1.5rem;
		padding-right: 4px;
		padding-left: 4px;
	}
	h3.sous-titre-solution {
		font-size: 1rem;
		padding-right: 4px;
		padding-left: 4px;
	}

	.photo_produit img, .photo_produits img {
		height: 150px;
	}

	#pression-et-vide, #pressure-and-vacuum {
		top: 2600px;
	}
	#temperature {
		top: 3825px;
	}
	#niveau, #level {
		top: 4360px;
	}
	#regulateur-afficheur, #control-display {
		top: 5575px;
	}
}

@media (max-width: 500px) {
	.nav-menu {
		font-size: 1rem;
	}
	#certificats {
		top: 240%;
	}

	#temperature {
		top: 3865px;
	}
	#niveau {
		top: 4455px;
	}
	#regulateur-afficheur {
		top: 5610px;
	}
}
@media (max-width: 400px) {
	#pression-et-vide, #pressure-and-vacuum {
		top: 2630px;
	}
	#temperature {
		top: 3900px;
	}
	#niveau, #level {
		top: 4500px;
	}
	#regulateur-afficheur, #control-display {
		top: 5745px;
	}

	div.img-exemple-3 {
		height: 44vh;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	.img-exemple h1, .img-exemple-3 h1 {
		min-height: 190px;
	}

	div.img-exemple, div.img-exemple-3 {
		height: 50vh;
	}
}
