/* GENERAUX */
/* -------- */

* {
	font-family: "Arial", serif;
}

.nopadding{
	padding:0 ! important;
}
html, body {
	background:#e9e9e9;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 180px ! important;
  font-size:15px!important;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px;
  background-color: #f5f5f5;
}

body a{
	color:#d42025;
}
body a:hover{
	color:#000;
}
.vert {
	color:#96cb56;
}

.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}	

#contenu_right hr {
	width: 112%;
	margin-left: -6%;
}


/* HEADER */
/* ------ */
header {
	background:#231f20;
}
header p {
	color:white;
}
.button_header {
	color:black;
	display:block;
	height:40px;
	width: 100%;
	background:red;
	margin-bottom:5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ececec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType='0' ); /* IE6-9 */
	color:black;
	font-size:20px;
	padding:5px;
	padding-left:15px;
}
.button_header:hover {
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ececec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType='1' ); /* IE6-9 */
	color:black;
}
.button_header img {
	padding-right:10px;
}

h1 {
	font-size:23px ! important;
}

.degrade_blanc_gris {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
	height:46px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.degrade_blanc_gris #menu {
	list-style-type:none;
	line-height:100px;
}

.degrade_blanc_gris #menu li {
	float: left;
	width: 11.871%;
	height:46px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ececec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	text-align:center;
	font-size:18px;
}
.degrade_blanc_gris #menu li:first-child {
	width:5%;
}
.degrade_blanc_gris #menu li a {
	display:block;
	color:black;

}
.degrade_blanc_gris #menu li{
	border-right:1px solid #e9e9e9;
}
.degrade_blanc_gris #menu li a:hover {
	background:#EB2329;
	color:white ! important;
	text-decoration:none;
}
.degrade_blanc_gris #menu {
	padding-left: 0px;
	line-height: 46px;
}
#contenu_right{
	text-align:center;
	background:white;
}
#contenu_left {
	text-align:center;
}
#contenu_left div,
#contenu_right {
	margin-top:5px;
}
footer {

	background:#231f20;
	color:white;
	padding-top:5px;
	text-align:center;
	padding: 6px;
}
footer ul {
	list-style-type:none;
}
/* FIN HEADER */
/* ---------- */

#contenu_left .produit_en_avant:hover{
	background:#EB2329 ! important;
	cursor:pointer;
	color:white;
}
#contenu_left .produit_en_avant:hover .voir_plus{
	background:#231F20;
	color:white;
}
.une_question {
	background:#EB2329;
	border:none;
	color:white;
	width:100%;
	height:auto;
	font-size:20px;
	line-height: 38px;
	display: block;
}
.une_question:hover {
	background:#231F20;
	color:white;
}
#occasion {
	background:#231f20;
	color:white;	
}
.button_lien {
	background:#EB2329;
	color:white;
	border-radius:0px ! important;
}
.button_lien:hover {
	background:#231F20;
	color:white ! important;
}
.voir_plus,
.voir_plus_bottom {
	background:#EB2329;
	color:white;
	border-radius:0px ! important;
}

.blanc {
	background:white ! important;
}
.liste_sponsor {
	list-style-type:none;
}
.liste_sponsor li {
	float:left;
}
.desat {
	/*
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%);

	filter: saturate(0%);
	*/
}
.desat:hover {
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);

	filter: saturate(100%);
}
h3 {
	color:black ! important;
	font-weight:300;
}
.date_news {
	font-size:16px;
	color:#EB2329;
	text-align:right;
}
.sepa_news {
	width:20%;
}
.lien_news {
	text-decoration:none;
}
.lien_news p:not(.date_news) {
	color:black ! important;
}
.lien_news:hover {
	text-decoration:none;
	font-size:17px
}
.lien_news:hover p {

}
.navbar-default {
	background:none ! important;
	border:none ! important;
}
nav {

	box-shadow: none ! important;
	background:none ! important
}
header {
	height: 141px;
}

.dropdown-menu {
	border-radius: 0 ! important;
	padding: 0;
	margin: 0 ! important;
	border: none ! important;
	/*height: 390px;*/
	height:auto;
	width:100%;
	list-style-type:none;
}
/*
.dropdown-menu li {
	float:none ! important;
	background:none ! important;
	height:auto ! important;
	width:auto ! important;
}
*/
.dropdown-menu li {
	float:left ! important;
	background:none ! important;
	height:auto ! important;
	width:33% ! important;
	height:100% ! important;
}
.liste_interne_menu{
	list-style-type:none;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.liste_interne_menu li {
	float:none ! important;
	background:none ! important;
	height:auto ! important;
	width:auto ! important;
	border:none ! important;
	text-align:left;

}
.liste_interne_menu li p {
	color:#EB2329 ! important;
	text-align:left;
}
.liste_interne_menu li a {
	color:black ! important;
	text-align:left;
	padding-left:5px;
	/*border-left:1px solid red;*/
	margin-bottom:5px;
}
.liste_sponsor {
	padding:0 ! important;
}
.liste_sponsor li {
	padding:0 ! important;
    max-height: 200px;
    overflow: hidden;
}
.liste_rea {
	padding:0 ! important;
}
.liste_rea li {
	padding:0 ! important;
	max-height: 200px;
    overflow: hidden;
}
#sponsor li {
	padding:0 ! important;
	list-style-type:none;
}
#sponsor {
	margin-top:5px ! important;
}
footer h2 {
	color:#EB2329;
}
.centrer {
display: block;
margin: 0 auto;
width: 100%;
height: 79px;
}

#realisations ul {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}
#realisations ul li {
	padding-top:5px;
	padding-bottom:5px;
}
.centpourcent {
	width:100%;
}
#menu li:last-child {
	border-right:none;
}

#logo_zeus {
	display:block;
	height:45px;
	width:135px;
	overflow:hidden;
	margin: 0 auto;
	background-image: url("../images/logo_zeus.png");
}
#logo_zeus:hover {
	background: url("../images/logo_zeus.png") -0px -45px;
}
#liste_footer_tel_mail {
	float:left; 
	padding-left: 0;
	margin-left: 44px;
}

.liste_interne_menu li {
	line-height: 35px;
}
.liste_interne_menu li p{

}
.liste_interne_menu li a{
	font-size:15px ! important;
}
.dropdown-menu p {
	color:black;
}
.produit_en_avant p {
	margin-top:5px;
}

.produit_bas {
	height: 380px;
}
.cookie_bar {
	padding-top: 10px;
}
.produit_en_avant:hover {
	text-decoration:none;
}
.node img:first-child  {
	margin-bottom:10px;
}
.node {
	text-align:left;
}
#fb {
	display:inline-block;
	height:51px;
	width:50px;
	background: url('../images/fb.png') no-repeat;
	margin: 0 auto;
	margin-right:15px;
}
#fb:hover {
	background: url('../images/fb.png') 0px -50px no-repeat;
}
#linkedin {
	display:inline-block;
	height:51px;
	width:50px;
	background: url('../images/linkedin.png') no-repeat;
	margin: 0 auto;
}
#linkedin:hover {
	background: url('../images/linkedin.png') 0px -50px no-repeat;
}
.actif-slider {
	display:block ! important;
}
.lisponsor{
	display:none;
}
#liste-slider img {
	max-height:100px;
}
.navbar-collapse.in{
	overflow-y:none;
}
.degrade_blanc_gris{
	height:auto;
}
#tableau_maritime th{
	text-align: center;
	background: #231f20;
	color: white;
}

h4{
	color:#EB2329 ! important;
}
#transformation_container .row a img {
	width:100%;
}
.rotateright45{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
table tr th {
	text-align: center;
}

.btn-secondary,
.btn-secondary:hover{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
	
	
	
.btn-secondary{
    background: #231f20;
    border: none;
    color: white;
    height: auto;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 0px;
}
.btn-secondary:hover{
	color:white;
	background:black;
	text-decoration:none;
	margin-left:10px;
}
.btn-secondary svg{
	width:15px;
	margin-right:5px;
}

.block-occaz{
    background: white; 
    box-shadow: 0px 3px 6px #00000029;
	padding:15px;
	min-height:130px;
}
.block-occaz p{
	margin:0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
	margin-top:0px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.col-xs-12.col-sm-12.blanc {
    padding-bottom: 25px;
}
.card a svg{
	width:20px;
}
.display-prix{
	font-size: 25px;
    font-weight: bold;
}
.card-prix {
	font-size: 20px;
    font-weight: bold;
    background: #EFEFEF;
    margin-bottom: 0px;
    padding: 5px 0px;
}
.galerie-im img{
	width:100%;
}
h3#titreh3{
    font-size: 35px;
    background: #f3f3f3;
    padding: 10px 0px;
    margin-bottom: 35px;
    border-radius: 10px;
	margin-top: 5px;
}
h4#titreh4{
	font-size:35px;
}
.card-img {
	max-height:150px;
	overflow:hidden;
	margin-top:0px!important;
}
/* MEDIA QUERIES */
	/* Xtra Small devices (tablets, 768px and up) */
	@media (min-width: 0px) and (max-width:768px) { 
		header {
			height: 314px;
		}
		header #menu li a{
			font-size:13px;
		}
		.button_header {
			font-size: 17px;
		}
		h1{
			font-size:18px ! important;
		}
		nav #menu li {
			width:100% ! important;
		}
		.navbar-nav {
			margin:0 ! important;
		}
		#logo, 
		#slogan,
		#tel_mail {
			padding-left: 0;
		}
		h2 {
			font-size:25px ! important;
		}
		#contenu_right iframe {
			width:100%;
		}
		.produit_en_avant {
			margin-bottom:5px;
		}
		.nav {
			border:1px solid red;
		}
		footer {
			height: auto ! important;
		}
		footer .container div:last-child {
			padding-bottom:40px;
		}
		body {
			margin-bottom: 390px !important;
		}
		#liste_footer_tel_mail {
			margin-left: 10% ! important;
		}
		.produit_bas {
			height: auto;
		}
		.voir_plus {
			position: initial;
		}
		.degrade_blanc_gris #menu li {
		
		}
		.dropdown-menu li{
			background:white ! important;
		}
		.dropdown-menu{
			padding:0 ! important;
		}
		.degrade_blanc_gris #menu .open {
			float:none ! important;
		}
		#navbar {
			padding: inherit ! important;
		}
		#slogan, #logo {
			text-align:center ! important;
		}
		.embed-responsive-item {
			height:auto;
		}
		.icon-bar {
			background-color: #EB2329 ! important;
		}
		.navbar-default .navbar-toggle {
			border-color: #EB2329 ! important;
		}
	}
	/* SMALL */
	@media (min-width: 768px) { 
		header {
			height:141px;
		}
		header #menu li a{
			font-size:13px;
		}
		.button_header {
			font-size: 17px;
		}
		h1{
			font-size:18px ! important;
		}
		#contenu_right iframe {
			width:100%;
		}
		#liste_footer_tel_mail {
			margin-left: -26px ! important;
		}
		.produit_haut {
			height: 400px;
		}
		.voir_plus {
			position: absolute;
			left: 36%;
			bottom:0%;
		}
		.voir_plus_bottom {
			position: absolute;
			left: 40%;
			bottom:0%;
		}
		.embed-responsive-item {
			height:480px;
		}
		.degrade_blanc_gris #menu li a {
			line-height: 18px;
			margin-top: 7px;
		}
	}

	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 992px) { 
		header {
			height:141px;
		}
		header #menu li a{
			font-size:18px;
		}
		.button_header {
			font-size: 20px;
		}
		h1{
			font-size:23px;
		}
		#contenu_right iframe {
			width:200px;
		}
		#liste_footer_tel_mail {
			margin-left: 11px ! important;
		}
		#contenu_right {
			width: 24.46% ! important;
			margin-left: 5px;
		}
		.produit_haut {
			height: 400px;
		}
		.degrade_blanc_gris #menu li a {
			line-height: 18px;
			margin-top: 7px;
		}
	}

	/* Large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) { 
		#contenu_right iframe {
			width: 250px;
		}
		#liste_footer_tel_mail {
			margin-left: 44px ! important;
		}
		#contenu_right {
			width: 24.562% ! important;
			margin-left: 5px;
		}
		.produit_haut {
			height: 400px;
		}
		.degrade_blanc_gris #menu li a {
			line-height: 46px;
			margin-top: 0px;
		}
	}