﻿@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #202020;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.mt10 {
	margin-top: 10px;
}

.mt25 {
	margin-top: 25px;
}

.mt50 {
	margin-top: 50px;
}

.ml15 {
    margin-left: 15px;
}

.mt75 {
	margin-top: 75px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb75 {
	margin-bottom: 75px;
}

.fixPadLeft {
    padding-left:0;
}

.fixPadRight {
    padding-right:0;
}

.fixPadLetR {
    padding-right:0;
    padding-left:0;
}

/* ==========================================================================
   Header
  ========================================================================== */
header {
	background-color: #fff;
	height: 100px;
	
}

header.row {
	margin-left: 0;
    margin-right: 0;
}

.logo {
	padding-top: 20px;
}

.infoHeader {
	float: right;
	padding-top: 25px;
}

/* ==========================================================================
  Navigation
 ========================================================================== */
.navbar-default {
    background-color: #003e85;
	height: 70px;
	margin-bottom:0;
	border-color: transparent;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	z-index:999;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	text-align:center;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f1b514;
    background-color: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  padding-top: 11px;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #003e85;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #f1b514;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(0,62,133,0.7);
}

.dropdown-menu > li > a {
    font-weight: 600;
	font-size: 16px;
    line-height: 24px;
    color: #fff;
	text-transform: uppercase;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(241,181,20,0.5);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
	background-color: #000;
}

.navbar-default .navbar-toggle:hover {
    background-color: #f1b514;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -16px;
    margin-left: -16px;
}


/* ==========================================================================
  Carousel Fix Accueil
 ========================================================================== */
.intro-carousel {
	border-bottom: 25px solid #f1b514;
}

.intro-tracteurs { 
    height: 180px;
	bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}

.boiteJaune {
    background:rgba(241,181,20,0.5);
	color:#fff;
	text-transform:uppercase;
    padding:45px 20px;
}

a .boiteJaune {
    color:#fff;
	font-size: 36px;
	font-weight: 700;
}

a .boiteJaune:hover{
    text-decoration: none;
	background:rgba(241,181,20,1);
}

.boiteBleu {
    background:rgba(0,62,133,0.5);
	color:#fff;
	text-transform:uppercase;
    padding:45px 20px;
}

a .boiteBleu {
    color:#fff;
	font-size: 36px;
	font-weight: 700;
}

a .boiteBleu:hover {
	background:rgba(0,62,133,1);
    text-decoration: none;
}

.padding-fix {
    padding: 0;
}

/* ==========================================================================
  Carousel tracteurs
 ========================================================================== */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner .item img{
    width:100%;
}

.carousel-inner.cadre {
    border-top: 2px solid #003e85;
	border-right: 2px solid #003e85;
	border-bottom: 2px solid #003e85;
	border-left: 2px solid #003e85;
	background-color: #003e85;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-caption {
    right: 0;
    left: 0;
	bottom: 0;
	padding-bottom: 10px;
}

.fondCaption {
	padding: 10px 0 10px 0;
	background-color: rgba(0,62,133,.3);
}

.carousel-caption {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption h2 {
	font-weight: 900;
	font-size: 48px;
	margin: 0;
}

.carousel-caption p {
	font-weight: 700;
	font-size: 24px;
	padding: 5px;
	margin: 0;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.btn-carousel {
    background-color:#f1b514;
    border-color: #f1b514;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5;
	color:#000;
	text-transform: uppercase;
}

.btn-carousel.focus, .btn-carousel:focus, .btn-carousel:hover {
    background-color: #003e85;
	color:#fff;
}

/* ==========================================================================
  Promotion
 ========================================================================== */
.promo {
	margin-top: 50px;
}

.promoImg {
	border: 5px solid #003e85;
}

/* ==========================================================================
  Contenu
 ========================================================================== */
/*.contour {
    border: 2px solid #003e85;;
}*/

.contenu h2 {
	color: #003e85;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.contenu h3 {
	color: #003e85;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 35px;
}

/* ==========================================================================
  Actualites
 ========================================================================== */
.actualites {
	color: #404040;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 60px;
}

.pR-fix-news {
	padding-right: 0;
}

.postMeta {
    background: #003e85;
    text-align: center;
    padding:2px;
    color: #fff;
	border-radius: 5px;
}

.postDate {
    padding: 11px 0;
}

.postDate span {
    color: #fff;
    text-align: center;
    display: block;
}

.date {
    font-size: 33px;
    font-weight: 400;
	font-family: 'Oswald', sans-serif;
    padding: 11px 0;
    width: 100%;
    line-height: 22px;
    color: #fff;
}

.mois {
	font-size: 14px;
}
.newsText h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}

.newsText p {
    font-size:14px;
}

.newsText a {
	font-size:12px;
	color: #000;
	text-decoration: none;
}

.newsText a:hover {
	color: #fff;
}

.news img {
	margin-top: 50px;
}

.btn-archives {
    background-color:#f1b514;
    border-color: #f1b514;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
}

.btn.focus, .btn:focus, .btn:hover {
    background-color:#003e85;
    border-color: #003e85;
    text-decoration: none;
}

.dateNews {
        font-size:14px;
    }

/* ==========================================================================
  Nous vous invitons
 ========================================================================== */
section.invitons {
	padding-top: 20px;
	padding-bottom: 25px;
}

h2.invitons {
	color: #003e85;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

h3.invitons {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

/* ==========================================================================
  Informations
 ========================================================================== */
.infos {
	background-color: #003e85;
	padding-top: 50px;
	padding-bottom: 50px;
}

.infos p.telephone {
	margin-top: 25px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.infos p.courriel {
	color: #fff;
}

.infos a {
	color: #fff;
}

.infos a:hover {
	color: #f1b514;
	text-decoration: none;
}

/* ==========================================================================
  Log in
 ========================================================================== */
h4.admin {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.form-group { 
	position:relative;
}

.form-icon:after {
	content:"\f140";
	font-family:"FontAwesome";
	font-size:15px;
	position:absolute;
	right:14px;
	top:7px;
	color:#99a;
}

.form-icon.icon-user:after { content:"\f007"; }
.form-icon.icon-lock:after { content:"\f023"; }

.btn-connexion {
    background-color:#f1b514;
    border-color: #f1b514;
    display: inline-block;
    padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #000;
}

.btn-connexion.focus, .btn-connexion:focus, .btn-connexion:hover {
    color: #fff;
	background-color:#021f40;
    border-color: #021f40;
    text-decoration: none;
}

p.oublie a {
	color: #fff;
	font-size: 11px;
}

p.oublie a:hover {
	color: #f1b514;
}

label.form-remember {
	color: #fff;
	display:inline-block;
	font-size: 14px;
    margin-top: 15px;
	margin-bottom: 10px;
}



/* ==========================================================================
  Footer
 ========================================================================== */

footer {
	background-color: #021f40;
	padding: 25px;
	color: #fff;
	font-size: 12px
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #f1b514;
	text-decoration: none;
}

.raymond {
    float: left;
}

.parro {
	float: right;
}


/* ==========================================================================
  Machineries et tracteurs
 ========================================================================== */
.machineries-tracteurs {
	padding-bottom: 25px;
}

.machineries-listes {
    padding-bottom: 125px;
}

.machinerie-image-bas .modele{
	background:#003e85;
	color:#fff; 
	padding:5px;
    font-size:12px;
    height:40px;
    line-height:30px;
}

.machinerie-image-bas .modele span{
	font-weight:bold;
	margin-left:25px;
	font-size:16px;
	float: right;
    line-height: 30px;
}

.description-wrap{ 
	overflow:hidden;
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
}
.machinerie-description{
	color: #000;
    padding: 15px;
    text-align: left;
	height: 170px;
}

.machinerie-description h3{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px; 
    margin-top:10px;
}

.machinerie-description > p {
  color: #202020;
  font-size:12px;
}

.machinerie-description h3 a {
    color: #333;
}

.machinerie-description h3 a:hover {
    text-decoration: none;
    color:#003e85;
}

.annee-inventaire{
	padding:10px;
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9; 
	color:#000;
    height:45px;
}

.annee-inventaire span{
	font-weight: 700;
}

.annee-inventaire span:last-child{
	float: right;
}

.border {
	border: 1px solid #003e85;
}

/*.fiche {
    min-height:300px;
}*/

a.fiche {
	text-decoration: none;
}

a.fiche:hover {
	/* IE 8 & 9 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);  
  /* Modern Browsers */
  opacity: 0.5;
}

a.fiche img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 270px;
    position: relative;
    /*top: 100%;
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);*/
}

.cadre-image {
    height:270px;
}

.filtrer {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    background: #f1b514;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 5px;
}

h2.titresFix {
	margin-bottom: 10px;
}

.btn-trier {
    background-color:#003e85;
    border-color: #003e85;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
}

.btn-trier.focus, .btn-trier:focus, .btn-trier:hover {
    background-color:#f1b514;
    border-color: #f1b514;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #003e85;
    border-color: #003e85;
}

.btn-primary:hover {
    color: #000;
    background-color: #f1b514;
    border-color: #f1b514;
}

.machinerie-image-bas .machinerie-description span {
    font-weight: 600;
    float: left;
    font-size:12px;
}

.machinerie-image-bas .machinerie-description h4 {
    right:25px;
    position:absolute;
    bottom:75px;
}

.force {
    position:absolute;
    bottom:75px;
}


/* ==========================================================================
  Fiches
 ========================================================================== */
.fiche-description{
	color: #000;
    text-align: left;
}

.fiche-description h3{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px; 
    margin-top:0;
    margin-bottom: 0;
    background-color: rgba(0,62,133,.3);
    padding:25px;
}

.descriptionItem {
    padding-right: 10px;
}

.fiche-description > p {
  color: #202020;
  padding-left:25px;
  border-bottom: 1px solid rgba(0,62,133,.3);
  line-height:25px;
  margin-bottom:0;
}

.contourFiches {
    border-left: 1px solid rgba(0,62,133,.3);
    border-right:1px solid rgba(0,62,133,.3);
    
}

.contourFiches > p {
  padding-left:25px;
  line-height:30px;
  border-bottom:1px solid rgba(0,62,133,.3);
  margin-bottom:0;
  padding-top:5px;
  padding-bottom: 5px;
}

.alignFiche {
    float:right;
    right: 5%;
    position: relative;
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto;
    max-height: 60px;
    max-width: 100px;
}

.img-thumbnail:hover {
    border: 1px solid #003e85;
    /* IE 8 & 9 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);  
  /* Modern Browsers */
  opacity: 0.5;
}

/* ==========================================================================
  Pagination
 ========================================================================== */
.navigationProduits {
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
}

.navProduits[disabled="disabled"] {
    color: #eee;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    background-color: #f1b514;
}

.navProduits {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    background-color: #003e85;
}

.navProduits:hover {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    background-color:#f1b514;
}
.navTitre{
    font-size:14px;
}

.pl10 {
    margin-left: 10px;
}

span.texteSearch {
    font-size: 14px;
    vertical-align: middle;
    padding: 5px;
}

/* ==========================================================================
  Contact
 ========================================================================== */
.map {
    position: relative;
    padding-bottom: 20%; /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.carte {
    border-bottom: 10px solid #003e85;
}

h3.fixLine {
    line-height:20px;
}

.equipe {
    font-style:italic;

}

.faFacebook {
    color: #fff;
    font: 30px/20px FontAwesome;
    margin-left: 5px;
    transform: translate(0px, 0px);
}

.faFacebook:hover {
    color: #f1b514;
}


/* ==========================================================================
  Media Queries
 ========================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	
	/* Carousel
	==================================== */
	.boiteJaune {
		padding:45px 0;
	}

	.boiteBleu {
		padding:45px 0;
	}
    
    /* Invitons
	==================================== */
    h2.invitons {
    font-size: 32px;
    }

    

    
    	
}

/* ==========================================================================
   CAROUSEL SEULEMENT Media Queries
 ========================================================================== */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	/* Carousel
	==================================== */
	a .boiteJaune {
		font-size: 28px;
	}

	a .boiteBleu {
		font-size: 28px;
	}

    .boiteJaune {
		padding:50px 0;
	}

	.boiteBleu {
		padding:50px 0;
	}
}

/* ==========================================================================
  CAROUSEL SEULEMENT Media Queries
 ========================================================================== */
@media only screen and (min-width: 960px) and (max-width: 992px) {
	
	/* Carousel
	==================================== */
	a .boiteJaune {
		font-size: 26px;
	}

	a .boiteBleu {
		font-size: 26px;
	}

    .boiteJaune {
		padding:55px 0;
	}

	.boiteBleu {
		padding:55px 0;
	}
	
    /* Tracteurs Machineries
	==================================== */
    .contenu h2 {
    font-size: 30px;
    }
    
    span.texteSearch {
    font-size: 12px;
    padding:0;
    }

    .form-control {
    padding: 4px;
    font-size: 12px;
    }

}


/* ==========================================================================
 Tablet Portrait size to standard 960 (devices and browsers)
 ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* Header
	==================================== */
	header {
    height: 80px;
    }

    /* Navigation
	==================================== */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f1b514;
    background-color: transparent;
    }

	/* Carousel
	==================================== */	
	.intro-tracteurs { 
    height: 150px;
	}
	
	.boiteJaune {
		padding:40px 0;
	}

	a .boiteJaune {
		font-size: 26px;
	}

	.boiteBleu {
		padding:40px 0;
	}

	a .boiteBleu {
		font-size: 26px;
	}

    /* Invitons
	==================================== */
    h2.invitons {
    font-size: 26px;
    }

    /* Tracteurs Machineries
	==================================== */
     .contenu h2 {
    font-size: 30px;
    }

    span.texteSearch {
    padding:0;
    }

    .form-control {
    padding: 4px;
    font-size: 12px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
}




/* ==========================================================================
  Mobile Landscape Size to Tablet Portrait (devices and browsers)
 ========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* Navigation
	==================================== */
	.nav > li {
    font-size: 14px;
    line-height: 20px;
	}
	
	.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
	}
	
    
    .new-holland {
        margin-left:15px;
        margin-top:15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f1b514;
    background-color: transparent;
    }

    /* Promo
	==================================== */
    .padding-fix {
        padding-left: 15px;
        padding-right: 15px;
    }

    .promo {
    margin-top: 25px;
    }

	/* Carousel
	==================================== */
	.intro-tracteurs { 
    height: 140px;
	}
	
	.boiteJaune {
		padding:3px 0;
	}
    
    a .boiteJaune {
    font-size: 20px;
    }

	.boiteBleu {
		padding:3px 0;
	}

	a .boiteBleu {
		font-size: 20px;
	}

    /* News
	==================================== */
    .newsText h3 {
    margin-top: 15px;
    }

    .mt25N {
        margin-top:-25px;
        position: relative;
    }

    /* Invitons
	==================================== */
    .mb75 {
    margin-bottom: 25px;
    }

    .mt75 {
    margin-top: 25px;
    }
	
    h2.invitons {
    font-size: 20px;
    }
	
    h3.invitons {
    font-size: 16px;
    margin-top: 5px;
    }

    /* Tracteurs Machineries
	==================================== */
     .contenu h2 {
    font-size: 30px;
    }
    
    span.texteSearch {
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
    }

    a.fiche img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        max-height:none;
        position: relative;
        top: auto;
       -webkit-transform: translateY(-0);
       -ms-transform: translateY(-0);
       transform: translateY(-0);
    }

    .cadre-image {
        height:auto;
    }

}


/* ==========================================================================
  Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
 ========================================================================== */
@media only screen and (max-width: 479px) {
	/* Header
	==================================== */
	header {
    height: 50px;
    }

    .logo {
    padding-top: 10px;
    }
    
    /* Navigation
	==================================== */
	.nav > li {
    font-size: 14px;
    line-height: 20px;
	}
	
	.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
	}
	
    .new-holland {
        margin-left:15px;
        margin-top:15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f1b514;
    background-color: transparent;
    }

    /* Promo
	==================================== */
    .padding-fix {
        padding-left: 15px;
        padding-right: 15px;
    }

    .promo {
    margin-top: 25px;
    }

    /* Contenu
	==================================== */
    .contenu h2 {
       font-size: 24px;
    }
	
	/* Carousel
	==================================== */
	.intro-carousel {
		display: none;
	}

    /* News
	==================================== */
    .newsText h3 {
    margin-top: 15px;
    }

    .mt25N {
        margin-top:-25px;
        position: relative;
    }

    /* Invitons
	==================================== */
    h2.invitons {
    font-size: 20px;
    }

	h3.invitons {
    font-size: 16px;
    margin-top: 5px;
    }

    .mb75 {
    margin-bottom: 25px;
    }

    .mt75 {
    margin-top: 25px;
    }

    /* Tracteurs Machineries
	==================================== */
     .contenu h2 {
    font-size: 30px;
    }
    
    .machinerie-image-bas .modele span {
    margin-left: 15px;
    font-size: 20px;
    }

    span.texteSearch {
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
    }

    .filtrer {
        font-size: 14px;
    }

    a.fiche img {
        margin: 0 auto;
        display: block;
        width: auto;
        height: auto;
        position: relative;
        top: auto;
       -webkit-transform: translateY(-0);
       -ms-transform: translateY(-0);
       transform: translateY(-0);
    }

    .cadre-image {
        height:auto;
    }

}
