hr {
	border: none;
	height: 0px;
	/* Set the hr color */
	/*color: #FFF;*/
	margin: 40px 0;
	border-break: close;
	border-collapse: true;
	border-bottom: 1px solid #EEE;
}
body {
	width: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

@font-face {
  	font-family: 'FourOblique';
  	src :
  	  url('/font/FourOblique.woff') format('woff'),
  	  url('/font/FourOblique.otf') format('otf'),
  	  url('/font/FourOblique.eot') format('eot'),
  	  url('/font/FourOblique.ttf') format('truetype');
}

a, a:hover, a:active, a:visited, a:focus {
	outline: none;
	text-decoration :none;
}

	.message_flash {
		color:white;
		font-size: 15px;
	}

	.message {
		padding: 10px;
		background: #EECAC8;
		color: #B52424;
		font-size: 12px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 8px;
		margin-bottom: 8px;
		display: block;
		border: 1px solid #B52424;
	}

.flash_success {
	background-color: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}


.flash_error {
	background-color: #ff3f14;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.img100 {
 	height: auto;
	max-width: 100% !important;
}

/* Vertical align, sur le parent */
.flexbox {
    display: flex;
    /*justify-content: center;
    align-items: center;
    flex-flow: column;*/
}

/* A appliquer sur .row pour que les col aient la même hauteur */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.vertical_align {
	height: auto;
	margin: auto !important;
}

.middle {
	margin: auto;
}

.item_left {
	left: -80px;
	opacity: 0;
	position: relative;
}
.item_right {
	right: -80px;
	opacity: 0;
	position: relative;
}
.item_fade_in {
	opacity: 0;
	position: relative;
	right: 0px;
}

.item_bottom {
	bottom: -80px;
	opacity: 0;
	position: relative;
}

.item_top {
	top: -80px;
	opacity: 0;
	position: relative;
}

.erreur {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}


/***********************************************************/
/*********************** SECTION HEADER ********************/
/***********************************************************/

	#header{
		width: 100%;
		font-family: "FourOblique";
	}

	#navbar-4 {
		background: url(../files/header_background.png) no-repeat top center;
		height: 110px;
	}


	#navbar-4 .navbar-brand {
		/*height: 100px;*/
		padding: 0;
		height: auto;
	}

	#navbar-4 .nav >li >a {
		letter-spacing: 2px;
		text-shadow: none;
		text-transform: uppercase;
	}
	#header_content ul li:nth-child(6) {
		margin: 0 2px 0 0;
	}

	#header_content ul li:last-child {
		/*margin: 0 2px;*/
		margin: 0 0 0 30px;
	}
	#navbar-4 .navbar-toggle {
		margin: 38px 40px 0 0;
	}

	#header .navbar-brand img {
		max-height: 100%;
	}
	#header_content {

	}

	#header_content .body {
		/* Body du ckeditor pour cette section */
		/* Possibilité d'ajouter des styles pour les body du ckeditor de cette section */
	}
	#header_content h1 {
		color: orange;
		font-size: 25px;
	}
	#header_content h2 {
		color: black;
		font-size: 18px;
	}

	#header_content a, #header_content a:visited {
		color: rgba(255, 255, 255, 0.76);
	    font-weight: lighter;
	}

	#header_content p {
		padding: 0;
		margin: 0;
	}

	#slide {
		width: 100%;
	}

	.logo {
		margin-left: 2px;
	}


/***********************************************************/
/************************ SECTION MAIN *********************/
/***********************************************************/
	#main {
		width: 100%;
	}

	#main_content .body {

	}

	#main_content {
		font-size: 14px;
		text-align: justify;
		color: #01244e;
	}

	#main_content h1 {
		text-transform: uppercase;
		margin: 40px 0;
		text-align: center;
		font-size: 19px;
		font-family: "FourOblique";
	}

	#main_content h1 span {
		text-transform: none;
	}

	h2, .h2 {
		color: #000;
		font-weight: 100;
		text-transform: uppercase;
		margin: 20px;
		text-align: center;
	}

	#main_content p {
		padding: 0;
		margin: 0;
	}

	#fond_gris_home {
		background-color: #f9f9f9;
		/*height: 570px;*/
	}

	.titre {
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 35px;
		font-family: "FourOblique";
	}

	.bouton {
		margin-top: 35px;
		background-color: #092a45;
		border-radius: 15px;
		cursor: pointer;
		color: #fff;
		max-width: 180px;
		text-align: center;
		padding: 5px 0;
		display: block;
		/*font-family: "FourOblique";*/
		text-transform: uppercase;
		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;
	}

	.bouton:hover {
		background-color: rgba(9,42,69,0.1);
		color: #092a45;
	}

	.parallax-Connaitre {
		background-attachment: fixed;
		background-repeat: no-repeat;
		/*height: 570px;*/
		position: relative;
		z-index: 100;
	}

	.bloc_produit {
	    height: 936px;
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    display: block;
	    font-family: "FourOblique";
		color: #fff;
		text-align: center;
	}

	.bloc_produit > .fond_produit {
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    -moz-transition: all 4000ms ease;
	    -webkit-transition: all 4000ms ease;
	    transition: all 4000ms ease;
	    -moz-transform: scale(1,1);
	    -webkit-transform: scale(1,1);
	    transform: scale(1,1);
	    -moz-background-size: cover;
	    -webkit-background-size: cover;
	    background-size: cover;
	    z-index: -1;
	}

	#gemini {
		background: url(../img/fond_genius.jpg) no-repeat top center;
	}

	#genius {
		background: url(../img/fond_gemini.jpg) no-repeat top center;
	}

	#xenius {
		background: url(../img/fond_xenius.jpg) no-repeat top center;
	}

	.bloc_produit:hover > .fond_produit {
	    -moz-transform: scale(1.13);
	    -webkit-transform: scale(1.13);
	    transform: scale(1.13);
	}

	.fond_produit {
		display: block;
	}

	.bloc_produit .titre_produit, .parallax .titre_produit {
		text-transform: uppercase;
		display: block;
		margin-top: 235px;
	}

	.parallax .titre_produit {
		margin-top: 0;
		color: #fff;
		font-size: 77px;
		margin-bottom: 0;
	}

	.bloc_produit .sous_titre, .parallax .sous_titre {
		display: block;
		color: #01A6CC;
	}

	.bloc_produit .bouton {
		background-color: #00a6cc;
		float: right;
		padding: 5px 15px;
		margin-right: 15px;
		font-family: "Roboto",sans-serif;
	}

	.bloc_produit:hover .bouton {
		background-color: rgba(3,166,204,0.1);
		color: #00a6cc;
	}

	.bloc_produit .photo_produit {
		display: block;
		height: 400px;
	}

	.sans_padding {
		padding: 0;
	}

	#filtres {
		text-align: center;
	}

	#filtres h2 {
		font-family: "FourOblique";
		font-size: 11px;
		font-weight: 300;
		margin: 40px 11px 50px;
		letter-spacing: 1px;
		cursor: pointer;
		color: #01244e;
	}

	#filtres h2:hover, #filtres h2.actif {
		background-color: #092a45;
		border-radius: 15px;
		color: #fff;
	}

	#filtres h2:hover a, #filtres h2.actif a {
		color: #fff;
	}

	#filtres h2 a {
		color: #01244e;
	}

	.fond_slide_produit {
		background-color: #f9f9f9;
		padding: 40px;
	}

	.fond_slide_produit .photo_slide {
		display: block;
	}

	.fond_slide_produit .photo_slide img {
		max-width: 100%;
		max-height: 239px;
	}

	.fond_slide_produit .nom_slide {
		font-family: "FourOblique";
		color: #01244e;
		text-transform: uppercase;
		margin: 25px 0;
		display: block;
		text-align: left;
	}

	.fond_slide_produit .nom_slide span {
		font-size: 16px;
	}

	.bloc_produit_slide .nom_slide span {
		font-size: 13px;
		text-transform: none;
	}

	.fond_slide_produit .col-md-4 {
		padding: 0 30px;
	}

	.fond_slide_produit .resume_slide {
		font-weight: 300;
		color: #01244e;
		width: 100%;
		/*overflow: hidden;
		text-overflow: ellipsis;*/
		display: block;
		text-align: left;
	}

	.fond_slide_produit .bouton {
		font-size: 12px;
		background-color: #03a8cf;
		max-width: 165px;
	}

	.bloc_produit_slide:hover .bouton {
		background-color: rgba(3,168,207,0.1);
		color: #03a8cf;
	}

	.lien_produits {
		max-width:254px;
		margin: 35px auto 0;
		font-size: 13px;
	}

	.photo_produit {
		text-align: center;
		padding: 50px 0;
	}

	.espace {
		margin-top: 60px;
	}

	.flash {
		padding: 0;
		background-color: #333;
	}

	#div_carte {
		width: 100%;
		height: 446px;
	}

	#hover_map {
		position: absolute;
		z-index: 1000;
	}

	#fond_infos {
		text-align: center;
		font-size: 16px;
		line-height: 32px;
	}

		#fond_infos span {
			font-weight: bold;
			font-family: "FourOblique";
			letter-spacing: 1px;
		}

	.colonne_infos {
		padding-left: 0;
	}

	.infos_produits {
		text-align: left;
		font-size: 15px;
	}

		.infos_produits span {
			font-family: "FourOblique";
			font-size: 16px;
			margin: 20px 0;
			display: block;
			text-align: center;
			letter-spacing: 1px;
		}

		.infos_produits .bouton {
			margin: 35px auto 0;
		}

	.titre_produit {
		font-family: "FourOblique";
		letter-spacing: 1px;
	}

	.sous_titre_produit {
		font-family: "FourOblique";
		color: #01a6cc;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.produit_banniere {
		text-align: center;
		margin-top: -190px;
		margin-bottom: 20px;
	}

	.produit_banniere img {
		width: 400px;
	}

	.taille_haute {
		margin-top: -220px;
	}

	.taille_haute img {
		width: 250px;
	}

	.taille_spray {
		margin-top: -200px;
		/*margin-left: -450px;*/
	}

	.taille_spray img {
		width: 700px;
	}

	.sous_titre_page {
		font-family: "FourOblique";
		letter-spacing: 1px;
		margin: 20px 0;
		color: #01a6cc;
		font-size: 14px;
		text-align: center;
		margin-bottom: 35px;
	}

	.glyphicon {
		float: right;
	}

	.panel-body {
		text-align: center;
	}

	.parallax {
		background-attachment: fixed;
		background-repeat: no-repeat;
		width: 100%;
	}

	.parallax-produits {
		background-image: url(../img/bannieres/bannieres_produits.jpg);
		height: 450px;
		font-family: "FourOblique";
		text-align: center;
		padding-top: 60px;
	}

	.parallax-technologies {
		background-image: url(../img/bannieres_technologies.jpg);
		height: 450px;
	}

	.parallax-listing {
		background-image: url(../img/bannieres_listing.jpg);
		height: 450px;
	}

	.tab_caracteristique {
		width: 70%;
		border-bottom: 1px solid #c6c6c6;
	}

		.tab_caracteristique th {
			text-align: center;
			padding: 15px 0;
			border-bottom: 1px solid #c6c6c6;
		}

		.tab_caracteristique .lines, .tab_caracteristique .sub_lines {
			text-align: left;
		}

		.tab_caracteristique td {
			padding: 10px 25px;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			font-size: 15px;
		}

		.tab_caracteristique td.sub_lines {
			padding-left: 70px;
			font-family: "Roboto",sans-serif;
			color: #d3d3d3;
			font-size: 13px;
		}

		.tab_caracteristique th.col_produit {
			font-family: "FourOblique";
			font-size: 14px;
			letter-spacing: 1px;
			text-transform: uppercase;
			padding: 25px 30px;
			color: #01244e;
			text-align: center;
		}

		.tab_caracteristique .col_ombres {
			padding-top: 0;
		}

		.tab_caracteristique tr.fond_gris {
			background-color: #2e2e2e;
			color: #fff;
		}

		.tab_caracteristique tr.fond_noir {
			background-color: #212121;
			color: #fff;
		}

		.tab_caracteristique tr.fond_gris_clair {
			background-color: #454545;
			color: #fff;
		}

	.logo_agro {
    	right: 0;
    	position: absolute;
	}

	.infos_actus {
		height: 477px;
	}

	.titre_actus {
		text-transform: uppercase;
		font-size: 18px;
		color: #01a6cc;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.desc_actus {
		width: 98%;
		height: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.retour {
		display: block;
		margin: 15px 0;
		color: #01244e;
		font-size: 11px;
	}

	.retour:hover {
		color: #01a6cc;
	}

	.bloc_actus {
		text-align: center;
	}

	.bloc_desc_actus {
		text-align: justify;
		margin-top: 15px;
	}

	.tab_compatibilite {
		border: 1px solid #000;
		margin: 35px 0;
	}

	.tab_compatibilite th {
		width: 20%;
		padding: 10px 20px;
		text-align: center;
	}

	.tab_compatibilite td {
		padding: 5px 15px;
		text-align: center;
	}

	/* LANDING PAGE */
	#fond_landing {
		/*background: url(../img/landing_page.jpg) no-repeat top center;
		width: 100%;
		background-attachment: fixed;*/
	}

	#fond_blanc_home {
		/*background-color: #fff;
		width: 50%;
		font-weight: 300;
		line-height: 26px;
		background-attachment: fixed;*/
		padding: 40px 0;
	}

	#fond_blanc_home .ban {
		padding: 30px 0 60px;
		display: block;
	}

	#fond_blanc_home .col_home {
		text-align: center;
	}

	#fond_blanc_home .col_home img {
		margin-bottom: 15px;
	}

	#fond_blanc_home .col_home a {
		color: #00A0C6;
		font-weight: bold;
		text-decoration: underline;
	}

	#fond_blanc_home .col_domaines {
		text-align: justify;
	}

	#fond_blanc_home .title_domaines {
		font-size: 17px;
		margin: 15px 0;
		text-align: center;
		font-family: "FourOblique";
	}

	#fond_blanc_home .btn_close {
		position: fixed;
		margin-left: -80px;
		left: 50%;
		top: 50%;
		margin-top: -20px;
		display: block;
		background-color: #00a0c6;
		color: #fff;
		width: 160px;
		height: 40px;
		text-align: center;
		border-radius: 15px;
		font-weight: 500;
		font-size: 15px;
		letter-spacing: 0.5px;
		padding-top: 7px;
		text-shadow: 2px 2px 2px #000;
	}


	/* Formulaires */
	input, textarea {
		font-size: 12px;
		color: #092A45;
		width: 100%;
		padding: 8px 15px;
		margin-top: 12px;
		border: 1px solid #d8d8d8;
	}

	#newsletter input {
		font-size: 13px;
		margin-top: 12px;
		padding: 15px;
	}

	input[type=checkbox] {
		width: auto;
		margin: 22px 7px 0;
	}

	#label {
		font-weight: normal;
		font-size:14px;
		font-style: italic;
		padding: 5px 0;
	}

	textarea{
		height: 100px;
	}

	input[type=submit], input[type=button] {
		width: auto;
		font-weight: bold;
		border: none;
		background-color: #18214b;
		color: #fff;
		text-transform: uppercase;
		margin: 15px auto;
		display: block;
		/*font-family: "FourOblique";*/
		font-size: 13px;
		letter-spacing: 1px;

		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;
	}

	input[type="submit"]:hover {
		background-color: #03a8cf;
	}


	#main_content form {
		width:100%;
		float: left;
	}

	#main_content fieldset {
		border: none;
	}


/***********************************************************/
/*********************** SECTION FOOTER ********************/
/***********************************************************/
	#footer {
		width: 100%;
		margin-top: 45px;
	}

	#footer_content {
	}

	#footer_content .body {
		/* Body du ckeditor pour cette section */
		/* Possibilité d'ajouter des styles pour les body du ckeditor de cette section */
	}
	#footer_content h1 {
		color: orange;
		font-size: 25px;
		margin-top: 0;
		padding-top: 10px;
	}
	#footer_content h2 {
		color: red;
		font-size: 18px;
		margin-top: 0;
		padding-top: 10px;
	}
	#footer_content h3 {
		color:red;
		font-size: 14px;
		margin-top: 0;
		padding-top: 10px;
	}

	#bloc_newsletter {
		background-color: #000;
		text-align: center;
		color: #fff;
		font-family: "FourOblique";
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	#bloc_newsletter div.col-md-6:first-child {
		padding-top: 36px;
	}

	#newsletter .col-xs-10, #newsletter .col-xs-2 {
		padding: 0;
	}

	#newsletter input[type="email"] {
		margin-top: 19px;
		transform: skewX(-20deg);
		border: none;
	}

	#newsletter input[type="submit"] {
		height: auto;
		padding: 15px;
		border-radius: 0;
		margin-top: 19px;
		font-family: "Myriad Pro";
		font-size: 26px;
		text-transform: uppercase;
		font-style: italic;
		font-weight: normal;
		line-height: 18px;
		width: 100%;
		background-color: #18214b;
		transform: skewX(-20deg);

		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;
	}

	#newsletter input[type="submit"]:hover {
		background-color: #03a8cf;
	}

	#footer_content .ombres {
		position: absolute;
		z-index: 100;
	}

	#mentions {
		background-color: #062843;
		font-family: "FourOblique";
		min-height: 336px;
	}

	#fond_adresse {
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;
	}

	#fond_adresse span {
		font-family: 'Roboto', sans-serif;
		text-transform: none;
		letter-spacing: 1px;
	}

	#mentions .col-md-2 a {
		color: rgba(255,255,255,0.7);
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 1px;
	}

	#mentions .col-md-2 a:hover {
		color: #fff;
	}

	#mentions .mention {
		color: rgba(255,255,255,0.5);
		font-size: 11px;
	}

	#mentions .mention a {
		color: rgba(255,255,255,0.5);
	}

	#mentions .mention a:hover {
		color: #fff;
	}


/*****************************************/
/*       AUTRES STYLES                   */
/*****************************************/

	.imgauto {
		height: auto;
		width: 100%;
	}




/*****************************************/
/*       MEDIA QUERIES BOOTSTRAP         */
/*****************************************/

	@media (min-width: 0) {
		.centre {
			width: 100%;
			margin: 0 auto;
		}

		.slick-next {
			right: 0;
		}

		.slick-prev {
		    left: 0;
		}

		.bloc_produit .titre_produit, .parallax .titre_produit {
			font-size: 22px;
		}

		.parallax .titre_produit span {
			font-size: 18px;
		}

		.fond_slide_produit .nom_slide {
			font-size: 16px;
		}

		.bloc_produit {
			max-width: 499px;
			margin: 15px auto;
		}

		#mentions {
			text-align: center;
		}

		#mentions .col-md-2 {
			padding-top: 25px;
		}

		#mentions .reseaux {
			padding-top: 30px;
		}

		#mentions {
			padding-top: 50px;
			padding-bottom: 50px;
		}

		#mentions .mention {
			padding-top: 30px;
		}

		.ombres {
			display: none;
		}

		.titre_produit {
			font-size: 36px;
		}

		#fond_infos {
			padding: 25px 0;
		}

		.infos_produits {
			padding: 30px 0;
		}

		#navbar-4 .nav >li >a {
			font-size: 8px;
		}

		#header_content ul li {
			margin: 0 10px;
		}

		#header_content ul ul li:last-child {
			margin: 0 10px;
		}

		#navbar-4 .nav >li >a {
			margin-top: 10px;
		}

		.navbar-collapse {
			padding: 0;
			background-color: #062843;
			position: relative;
			z-index: 1000;
		}
		.nav > li {
			text-align: center;
		}

		.navbar-nav {
			width: 100%;
		}

		#header_content ul a:hover {
			background: none;
	    	color: rgba(15, 174, 211, 0.41);
		}

		.bloc_produit .photo_produit {
			margin: 80px 0 0;
		}

		.bloc_produit .sous_titre, .parallax .sous_titre {
			font-size: 12px;
		}

		.parallax-Connaitre {
			padding: 25px 0;
		}

		.logo_agro {
			bottom: 5;
		}
	}
	@media (min-width: 768px) {
		#filtres h2 {
			display: inline-block;
			padding: 5px 12px;
		}

		#cadre_gris {
			padding: 0 50px;
		}

		.ombres {
			display: block;
		}

		.titre_produit {
			font-size: 52px;
		}

		#fond_infos {
			height: 692px;
			color: #fff;
			padding: 0;
		}

		.parallax-contact {
			background-image: url(../img/fond_contact.png);
			height: 693px;
		}

		.navbar-collapse {
			padding: 0 15px;
			background: none;
			z-index: 0;
			position: static;
		}
		.nav > li {
			text-align: left;
		}

		.navbar-nav {
			width: auto;
		}

		#navbar-4 .nav >li >a {
			margin-top: 30px;
		}

		#header_content ul a:hover {
			background: none;
	    	border-bottom: solid rgba(15, 174, 211, 0.41) 1px;
	    	color: #fff;
		}

		.bloc_produit .sous_titre {
			font-size: 14px;
		}

		.parallax .sous_titre {
			font-size: 25px;
		}
	}
	@media (min-width: 992px) {
		.centre {
			width: 962px;
		}

		.parallax-Connaitre {
			background-image: url(../img/parallax_connaitre.png);
			height: 700px;
			padding: 0;
		}

		#cadre_gris {
			/*height: 570px;	*/
			height: 700px;
		}

		.bloc_produit {
			margin: 0;
		}

		#filtres h2 {
			padding: 5px 20px;
		}

		#bloc_newsletter {
			height: 88px;
		}

		#mentions {
			text-align: left;
		}

		#fond_adresse {
			padding-top: 85px;
		}

		#mentions .col-md-2 {
			text-align: right;
			padding-top: 85px;
		}

		#mentions .reseaux {
			padding-top: 120px;
		}

		#mentions {
			padding-bottom: 0;
		}

		#mentions .mention {
			text-align: right;
			padding-top: 120px;
		}

		.infos_produits {
			height: 510px;
			padding: 0;
		}

		#navbar-4 .nav >li >a {
			font-size: 10px;
		}

		#header_content ul li {
			margin: 0 30px;
		}

		#header_content ul ul li:last-child {
			margin: 0 30px;
		}

		.bloc_produit .titre_produit, .parallax .titre_produit {
			font-size: 40px;
		}

		.parallax .titre_produit span {
			font-size: 28px;
		}

		.fond_slide_produit .resume_slide {
			height: 60px;
		}

		.fond_slide_produit .photo_slide {
			height: 239px;
		}

		.fond_slide_produit .nom_slide {
			height: 55px;
		}

		.logo_agro {
			bottom: -5px;
		}
	}
	@media (min-width: 1200px) {
		.centre {
			width: 1170px;
		}

		.slick-next {
			right: -95px;
		}

		.slick-prev {
		    left: -95px;
		}

		.bloc_produit .titre_produit, .parallax .titre_produit {
			font-size: 56px;
		}

		.parallax .titre_produit span {
			font-size: 30px;
		}

		#fond_adresse {
			padding-left: 210px;
		}

		#mentions {
			background: #062742 url(../img/fond_footer.jpg) no-repeat bottom center;
		}

		.fond_slide_produit .nom_slide {
			font-size: 22px;
			line-height: 22px;
		}

		.bloc_produit .photo_produit {
			/*margin: 80px 0 50px;*/
		}
	}
	@media (min-width: 1600px) {
		.centre {
			width: 1497px;
		}
	}



/*	@media (max-width: 767px) {

	}
	@media (max-width: 992px) {
		#header_content .navbar-collapse a:hover {
			border: none;
		}

		#header_content .navbar-collapse {
			background: #062843;
			box-shadow: none;
		}
		#navbar-4 .nav >li >a{
			margin: 0;
		}
	}
	@media (max-width: 1200px) {
		.centre {
			width: 1170px;
		}
	}*/



/* E-COMMERCE OPTIMA CONCEPT */


/*11.php*/
.nav-tabs li a {
	font-weight: bold;
}
.nav-tabs li  {
	padding-left: 0;
}

.nav-tabs li:before {
	content: "";
	display: inline-block;
}

.nav-tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.nav-tabs:after {
	content: "";
	display: table;
	clear: both;
}

.nav-tabs li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	background: rgba(204, 223, 220, 0.18);
	color: #18214b!important;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	transition: .5s ease;
	border: 1px solid #18214b;
	margin: 0;
}

.nav-tabs  li a:hover {
	background: #03a8cf!important;
	color: #ffffff!important;
	border: 1px solid #03a8cf;
}
.nav-tabs  .active a {
	background: #18214b!important;
	color: #ffffff!important;
	border: 1px solid #18214b;
}

#account-menu.nav-tabs {
	border: none!important;
	display: grid;
}


.bt-modal-submit {
	background: #18214b!important;
	color: #ffffff!important;
	border: 1px solid #18214b;
}

.bt-modal-submit:hover {
	background: #03a8cf!important;
	color: #ffffff!important;
	border: 1px solid #03a8cf;
}

.licence-item {
	padding-bottom: 10px;
}

/*12.php*/
.panel-heading{
	height: 80px;
}
.panel-title{
	/*font-size: 47px;*/
	line-height: 75px;
	font-family: "FourOblique";
}
.panel-body{
	min-height: 150px;
	padding-top: 50px;
}


.panel-title a {
	text-align: left;
}
.panel-title a span {
	float: right;
}
.panel-title a span:after {
	content: "-";
}
.panel-title a.collapsed span:after {
	content: "+";
}


/*13.php*/
.big-tile {
	background: #0a2b46;
	height: 300px;
	font-family: "FourOblique";
	color: white;
	font-size: 20px;
}
.big-tile .fa {
	position: absolute;
	right: 10px;
	font-size: 130px;
	opacity: 0.05;
	bottom: 0;
}

/*14.php*/
.produit-add {
	border: dashed rgba(0, 0, 0, 0.10) 1px;
	background: #fbfbfb;
	padding: 15px 10px;
	margin-bottom: 30px;
	min-height: 268px;
}
.produit-panel {
	border: solid rgba(0, 0, 0, 0.10) 1px;
	background: #fbfbfb;
	padding: 15px 10px;
	margin-bottom: 30px;
}
.produit-panel img {
	height: 75px;
}
.produit-panel p {
	height: 60px;
}
.produit-panel .product-delete {
	height: 20px;
	width: 20px;
	background: #092a46;
	position: absolute;
	right: 20px;
	top: 5px;
	text-align: center;
	color: white;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.produit-panel:hover .product-delete {
	opacity: 1;
}
.produit-panel .bouton {
	cursor:pointer; margin-top: 0; max-width: 100%; padding: 10px 15px; border-radius: 0; display: inline-block;
}
.num-serie {
	position: absolute;
	bottom: 35px;
	left: 20px;
	font-size: 10px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.nom-client {
	position: absolute;
	bottom: 35px;
	right: 20px;
	font-size: 10px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}


/*16.php*/
#licence-cont {
	border: solid rgba(0, 0, 0, 0.10) 1px;
	background: #fbfbfb;
	overflow-x: hidden;
}
.licence-item {
	margin: 25px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.36);
}

.licence-item.possede {
	opacity: 0.7;
}

/*17.php*/
.cmd-date {
	font-size: 11px;
	position: absolute;
	top: 33px;
}
