/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#000;
	background-color:#FFFFFF;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:20px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}
body.bg1{
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}


body.bg2{
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}

body.bg3{
	background-image:url(../images/bg3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color: #000;
	}

body.bg4{
	background-image:url(../images/bg_emploi.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
	
	
	}

body.bg5{
	background-image:url(../images/bg5.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}

body.bg6{
	background-image:url(../images/bg6.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}

body.bg7{
	background-image:url(../images/bg7.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}


body.bg8{
	background-image:url(../images/bg8.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}

body.bg9{
	background-image:url(../images/bg9.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}

body.bg10{
	background-image:url(../images/bg10.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #737475;
	}
body.bg11{

	background-repeat:no-repeat;
	background-position:center top;
	background-color: #717A81;
	}


a{
	color: #272727;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}
a:hover{
	color: #F68949;
	text-decoration: none;
}
	
.imgFull{
	max-width:100%;
	height: auto;
	object-fit: cover;
}
	
	
	
.plusBas{
	position:relative;
	background-image:url(../images/backgroundPlus.png);
	background-position:center top;
	height:45px;
	width:66px;
	text-align:center;
	font-size:48px;
	padding-top:23px;
	float:right;
	margin-top:-68px;
	}
	
a .plusBas {
color:#FFFFFF;
transition-duration: 0.5s;
	}

a:hover .plusBas {
font-size:66px;
color:#a7c000;
transition-duration: 0.5s;
	}

.plus{
	position:relative;
	background-image:url(../images/backgroundPlus.png);
	background-position:center top;
	height:45px;
	width:66px;
	text-align:center;
	font-size:48px;
	padding-top:23px;
	float:right;
	}
	
.plus a {
color:#FFFFFF;
transition-duration: 0.5s;
	}

 .plus a:hover{
font-size:66px;
color:#a7c000;
transition-duration: 0.5s;
	}

h1{
	font-size:48px;
	padding-bottom:20px;
	font-weight:300;
	line-height:40px;
	}
.orange{
	color: #F68949;
	
}
h2{

	font-size:48px;
	font-weight:300;
	line-height:36px;
	padding-bottom:20px;
	padding-left:10px;
	}
h3{

	font-size:36px;
	font-weight:700;
	padding-top:25px;
	padding-bottom:25px;
	line-height:30px;
	}
	
h4{
	font-size:18px;
	font-weight:300;
	line-height:36px;
	}

h5{
	color:#003c8c;
	font-size:18px;
	font-weight:300;
	line-height:21px;
	border-top:#003c8c 1px solid;
	display:block;
	padding-top:15px;
	margin-top:15px;
	margin-bottom:25px;
	text-transform:uppercase;
	}
	
h6{
	color:#003c8c;
	font-size:18px;
	font-weight:300;
	line-height:21px;
	display:block;
	margin-bottom:25px;
	}



.conteneur{
	margin:auto;
	width:990px;
	background-color:rgba(255,255,255,1);
	padding-left:20px;
	padding-right:20px;
}

.espaceAccueil{
	padding-top:80px;
	}
	
.espaceSub{
	padding-top:80px;
	}

.espaceSubIframe{
	padding-top:200px;
	}

.colonne_demi{
	width:46%;
	float:left;
	padding: 3% 2%;
	text-align: center;
	}
.trois_colonnes{
	width:30%;
	float:left;
	padding: 1%;
	text-align: center;
	}
	
.colonne_gauche{
	width:310px;
	float:left;
	color:#FFFFFF;
	margin-top:20px;
	}
.colonne_droite{
	padding-left:30px;
	width:650px;
	float:left;
	margin-top:20px;
	}

/*          Page vente automobile             */

.colonne_pleine{
	width:100%;
	float:left;
	color:#272727;
	margin-top:20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	}

.colonne_pleine h1{
	font-size:48px;
	padding:40px 0;
	font-weight:900;
	line-height:48px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	}

.colonne_pleine h2{
	color:#272727;
	font-size:21px;
	font-weight:400;
	line-height:24px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	}

.colonne_gauche_vente{
	width:35%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	}

.blue{
	background-color:#003c8c;
	color:#FFF;
	padding: 30px;
	}
.gris{
	background-color:#F0F0F0;
	color:#003c8c;
	padding: 30px;
	}
audio { width:100%;

}

.vert{
	background-color:#a0bc03;
	color:#272727;
	padding: 30px;
	margin-bottom:20px;
	}

.vert:hover{
	background-color:#272727;
	color:#fff;
	}

.colonne_gauche_vente h3{
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 8px 0 0 0;
	font-size: 14px;
	color:#FFF;
	}

.colonne_gauche_vente h4{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 8px 0 16px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 100%;
	}

.colonne_droite_vente{
	width:60%;
	float:left;
	padding: 0 0 0 5%;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	}

.colonne_droite_vente h3{
	font-weight: 700;
	}

.colonne_demi > .droite{
	position: relative;
	background-image: url(../images/BackBleu.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-repeat: no-repeat;
	width: 80%;
	height: 160px;
	display: block;
	margin-top: -50px;
	text-align: right;
	padding: 8% 10% 0% 10%;
	}

.colonne_demi > .gauche{
	position: relative;
	background-image: url(../images/BackJaune.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 80%;
	height: 160px;
	display: block;
	margin-top: -50px;
	padding: 8% 10% 0% 10%;
	}

.accordion {
  color: #fff !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  color:#003c8c;
  border-bottom:#fff 1px solid;
  text-transform:uppercase;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel span {
  float: right;
}




/*         fin de Page vente automobile             */

.date{
	color:#0097d0;
	font-size:12px;
	}
	
.nouvelle{
	background-color:#231f20;
	padding:40px;
	height:230px;
	overflow:hidden;
	}
	
.colonne_gauche a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.colonne_gauche a:hover {
	color:#003c8c;
	text-decoration:none;
	}
	
.question{
	background-color:#acc320;
	padding:40px;
	background-image:url(../images/backQuestion.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:140px;
		}
		
.propos{
	background-color:#0097d0;
	padding:30px;
	min-height:145px;
	color:#FFFFFF;
	}
	
.propos a{
	color:#FFFFFF!important;
	text-decoration:none;
	}




.emplois{
    position: relative;
    overflow: hidden;
	padding:30px;
	background: url(../images/BackJauneAccueil.png) bottom right no-repeat;
	border: 1px solid #d0d0d0;
	font-size: 24px;
}


.emplois h3{
	font-size: 48px;
	color:#231f20;
	padding:15px 0;
	line-height: normal;
	font-weight: 300;
	}
.emplois p{

	max-width: 760px;
	line-height: normal;
	}

.boutonBleuAccueil{
	right:10px; 
	position: absolute; 
	top:60px;
	}


strong{
	font-weight:700;
	}
	
#header{
	background-color:#f0f0f0;
	z-index:9999;
	/*height:97px;*/
	padding: 5px;
	display:block;
}
	
#headerCentre{
	margin:auto;
	width:990px;
}



.grille {
 margin:auto;
 width:1014px;
 padding-top:30px;
}

.grille a{
  color:#fff;
}

.grille a:hover{
  color: #1E2337;
}

.plustransp {
  background-image:url(../images/backPlus.png);
	background-repeat:no-repeat;
	background-position:center top;
	z-index:999;
	  height: 173px;
  width: 231px;
  position:absolute;
}

.pic {
  height: 173px;
  width: 231px;
  overflow: hidden;
  float: left;
  margin:11px;
  margin-bottom:50px; 
  z-index:98; 
}

.backBleu {
  height: 35px;
  width: 201px;
  display:block;
  position:absolute;
  margin-top:133px;
  text-align:center;
  padding:5px 15px 0px 15px;
  line-height:14px;
  font-size:11px;
  text-transform:uppercase;
  color:#FFF;
  font-weight:700;
 background: rgba(0,0,0,0.6);
}

.pic:hover {
  cursor: pointer;
}

.backGrisFonce {
  background-color:#212121;
	padding: 0 0 5% 0;
}

.backGrisFonce > .conteneur {
  background-color:#212121!important;
}

.backGrisFonce h4 {
  color:#F68A49;
  border-bottom: 1px #F68A49  solid;
 margin: 50px 0;
	text-transform: uppercase;
}

.backPartenaire {
	padding: 0 0 5% 0;
	text-align: center;
}

.backPartenaire img {
	padding: 0 5%;
}


.backPartenaire h4 {
  color:#109DD3;
  border-bottom: 1px #109DD3  solid;
 margin: 50px 0;
	text-transform: uppercase;
	text-align: left;
}

.backGris {
  background-color:#E4E4E4;
  padding:10px;
}


.backGris h5 {
    border-top: 1px solid #003c8c;
    color: #003c8c;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 2px;
    padding-top: 2px;
    text-transform: uppercase;
}


.backGris h6 {
    color: #003c8c;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*SHRINK*/
.shrink img {
  height: 173px;
  width: 231px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index:98; 
}

.shrink img:hover {
  width: 300px;
  height: 220px;
}

/*navigation*/

#MenuTop{
	background-color: #F68A49;
	z-index: 9999;
	height: 30px;
	display: block;
	color:#2D2D2D;
}
	
#MenuTopCentre{
	margin:auto;
	width:990px;
	text-align:right;
	font-size:12px;
	padding-top:5px;
}

#MenuTopCentre a{
	color:#2D2D2D;
	padding-left: 15px;
	padding-right: 15px;
}
#MenuTopCentre a:hover{
	color:#0E92FF;
	text-decoration:none;
}

.menu {
    margin-left: 385px;
}



.nav {
	width:100%;
	z-index:9999;
	position:absolute;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;
	
}

.nav ul{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;
	
}

.nav li { list-style: none;  }
.nav > li { padding: 0; float: left; position: relative; }
.nav > li > a {
	float: left;
	/*border-right: 1px solid #777;
	border-left: 1px solid #555;
	height: 43px;*/
	color:#004c7f;
	padding-left:30px;
	padding-right:0px;
	padding-bottom:30px;
	padding-top:45px;
	display:inline-block;
	font-size:24px;
	font-weight:700;
	text-decoration:underline;
	
}
.nav > li:hover > a {/* background: #555;	border-right: 1px solid #666;*/ }
.nav > li:first-child > a { border-left: 0; }
.nav > li:last-child > a { border-right: 0; }
.nav > li:hover > div { display: block; }

/* MEGA DROP DOWN */

.nav > li > div {
	position: absolute;
	left: 0;
	top: 83px;
	display: none;
	background: #fff;
	padding: 10px 10px;
	/*box-shadow: 0 2px 3px rgba(0,0,0,0.1);*/
	overflow: hidden;
	padding-top:20px;
	z-index:9999;
	
	
}
.nav > li > div p { color: #666; }
.nav > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { z-index:999; }


/* COLUMNS */
.col1,.col2,.col3,.col4,.col5 { margin: 10px 0; float: left; padding: 0 10px;}


	/* 1 Column */
	.container-1 { width: 170px; }
	.container-1 .col1 { width: 100%; }

	/* 2 Column */
	.container-2 { width: 270px; }
	.container-2 .col1 { width: 50% }
	.container-2 .col2 { width: 90% }

	/* 3 Column */
	.container-3 { width: 400px; }
	.container-3 .col1 { width: 33.33% }
	.container-3 .col2 { width: 66.66% }
	.container-3 .col3 { width: 100% }


	/* 4 Column */
	.container-4 { width: 500px; }
	.container-4 .col1 { width: 225px; }
	.container-4 .col2 { width: 50% }
	.container-4 .col3 { width: 75% }
	.container-4 .col4 { width: 100% }


	/* 5 Column */
	.container-5 { width: 600px; }
	.container-5 .col1 { width: 20%; }
	.container-5 .col2 { width: 40% }
	.container-5 .col3 { width: 60% }
	.container-5 .col4 { width: 80% }
	.container-5 .col5 { width: 100% }

/* HIGHLIGHTS */

.container-2 .highlighted { 
	width: 270px; 
	margin-left: -20px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.container-4 .highlighted { 
	width: 500px;
	margin-left: -10px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container-4 a{
	border:none;
	font-size:13px;
	padding:5px;
	margin:0px;
	height:auto;
	border-bottom: 1px dotted #999999;
	display:block;
	margin-bottom:0px;
	line-height:16px;
	}
.container-4 a:hover{
	text-decoration:none;
	background-color:#003c8c;
	color:#fff;
	}
	
.container-2 a{
	border:none;
	font-size:13px;
	padding:5px;
	margin:0px;
	height:auto;
	border-bottom: 1px dotted #999999;
	display:block;
	margin-bottom:0px;
	line-height:16px;
	}
.container-2 a:hover{
	text-decoration:none;
	background-color:#003c8c;
	color:#fff;
	}
	
	
	





/*Fin de la navigation*/



#footer{
	background-color:#e2e2e2;
	min-height:150px;
	padding-top:100px;
	font-size:12px;
	color:#2A2A2A;
	}
	
.footerText{
	margin:auto;
	width:990px;
}

/*SousPage -------------------------*/

.sousMenu{
	background-color:#231f20;
	padding:40px;
	min-height:230px;
	}
	
.questionSub{
	background-color: #acc320;
    background-image: url("../images/backQuestion.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	padding:40px;
	min-height:125px;
		}
		

.champs{
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: 1px solid #C0C0C0;
	width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	.champs2{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
		margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: 1px solid #C0C0C0;
	width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	
.bouton{
	font-family: 'Open Sans', sans-serif;
	width:50%;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 auto;
	padding: 20px;
	border: none;
	color:#FFF;
	background-color: #003c8c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:pointer;
	text-transform: uppercase;
	}

.bouton:hover{
	background-color: #000;
	}

	
.boutonJaune{
	color:#000;
	background-color: #F68A49;
	}

.boutonBleu{
	color:#000;
	background-color: #109DD3;
	}


/*     NOS PARTENAIRES VENTE ET CONSEIL       */

.col {
    width: 19.9999%;
	position: relative;
	display: inline-block;
	float: left;
}

.carreClient {
	background-color: transparent;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	height: 180px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	z-index: 99
}
.carreClient img {
	margin: auto;
	text-align: center;
	display: block;
	margin-top: 72px;
	height: auto;
}
.carreClient a {
	width: 100%;
	display: block;
}

.showme {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	min-height: 40px;
	margin-bottom:15px;
	font-weight: 700;
	text-align: center;
}
.carreClient:hover {
	border: 1px solid #F68A49;
}
img.cropped {
	bottom: 0;
	height: auto;
	left: 0;
	margin: 30% auto;
	max-width: 170px;
	position: absolute;
	right: 0;
	top: 0;
}	
	
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

