@font-face {
    font-family: 'ToyotaDisplayBold';
    src: url('toyotadisplay_bd-webfont.eot');
    src: url('toyotadisplay_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('toyotadisplay_bd-webfont.woff') format('woff'),
         url('toyotadisplay_bd-webfont.ttf') format('truetype'),
         url('toyotadisplay_bd-webfont.svg#ToyotaDisplayBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaDisplayRegular';
    src: url('toyotadisplay_rg-webfont.eot');
    src: url('toyotadisplay_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('toyotadisplay_rg-webfont.woff') format('woff'),
         url('toyotadisplay_rg-webfont.ttf') format('truetype'),
         url('toyotadisplay_rg-webfont.svg#toyota_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaDisplayItalic';
    src: url('toyotatext_it-webfont.eot');
    src: url('toyotatext_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('toyotatext_it-webfont.woff') format('woff'),
         url('toyotatext_it-webfont.ttf') format('truetype'),
         url('toyotatext_it-webfont.svg#toyota_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaTextRegular';
    src: url('toyotatext_rg-webfont.eot');
    src: url('toyotatext_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('toyotatext_rg-webfont.woff') format('woff'),
         url('toyotatext_rg-webfont.ttf') format('truetype'),
         url('toyotatext_rg-webfont.svg#toyota_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaTextBold';
    src: url('toyotatext_bd-webfont.eot');
    src: url('toyotatext_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('toyotatext_bd-webfont.woff') format('woff'),
         url('toyotatext_bd-webfont.ttf') format('truetype'),
         url('toyotatext_bd-webfont.svg#toyota_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* initialisation */
body {
	margin: 0;
	
	font-size: 12px;
	color: Black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	
	background-color: #e7e7e9;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}


/* style base lien */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}



/* style base formulaire */
input {
	border-style: solid;
	border-width: 1px;
	border-color: #9e9f9b;
}

input.noborder {
	border: 0px;
}


/* style base titre */
h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.iframe-essai{
	border: none;
	height: 860px;
	width: 100%;
}
h2.essai {
	color: #6c7073;
	font-family: "ToyotaTextBold", arial !important;
	font-size: 14px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 15px 0 8px 0;
}
.step3{
	position: absolute;
	left: 0;
	padding-left: 0.9375rem !important;
}


.clear {
	clear: both;
}


/* Structure de base centr� */
div#master {
	width: 100%;
	background-color: #ffffff;
}

div#master div#colleft {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-top: 70px;
}

/* Commentaires Mathis

div#master div#colright {
/*	float: left;
	width: 201px;
	display: none;
/*	margin-left: 5px;

	position: fixed;
	margin-top: 8px;
	margin-left: 789px;
	top: 0;
	background-image: url(/images/bg-master-r.png);
	background-repeat: repeat-y;
}
/* pour IE7 
* + html div#master div#colright {
	margin-left: 5px;
	margin-top: 4px;
}

Fin Commentaires Mathis */

div#footer div#catchphrase {
	position: fixed;
	z-index: 10;
	margin-left: 789px;
/*	margin-top: 56px;*/
/*	margin-top: -20px;*/

	bottom: 20px;
}
div#rightbotpad {
	height: 1500px;
}


/* Background des flèches */
.fleche{
	background-color: rgba(73,82,88, 0.5);
	border-radius: 50%;
	height: 42px;
	width: 42px;
	opacity: 1;
}
.fleche:hover{
	background-color: rgba(73,82,88, 1);
	cursor: pointer;
}

div#colleft div#main {
	width: 100%;
}
div#master .tab-bar {
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 99999;

	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
}
div#master .tab-bar .left-small{
	border-width: 0px 1px 0px 0px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#f1f2f3), to(#ffffff)) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#f1f2f3, #ffffff) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#f1f2f3, #ffffff) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#f1f2f3, #ffffff) 1 100%;
    border-image:
      linear-gradient(to bottom, #f1f2f3, #ffffff) 1 100%;
	height: 100%;
	width: 18.75%;
}
div#master .tab-bar .left-small.group-none{
	display: none;
}
div#master .middle{
	left: 18.75%;
	width: 81.25%;
	height: 100%;
}
div#master .middle.group-present{
	left: 0 !important;
	width: 100% !important;
}
div#master .middle a{
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}
div#master .middle a #titrece{
	color: #838282;
	font-family: "ToyotaTextBold", arial;
}
div#master .middle a span{
	font-family: "ToyotaTextRegular", arial;
	font-weight: normal;
	font-size: 15px;
}
div#master .tab-bar .left-small a{
	height: 100%;
	width: 100%;
}
div#master .tab-bar span::after{
	box-shadow: 0px 8px 0 3px #1e2132,0px 17px 0 3px #1e2132,0px 26px 0 3px #1e2132;
	width: 25px;
	left: 50%;
	margin-top: -15px;
	margin-left: -12px;
}
div#master .tab-bar h1#titrece {
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	font-size: 15px;
}
div#master .tab-bar h1#titrece a{
	text-decoration: none;
	color: #838282;
}
div#top {
	height: 70px;
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5)
}
#top .row{
	height: 100%;
	position: relative;
}

div#top nav{
	height: 100%;
}

div#top nav ul{
	width: 100%;
	height: 100%;
	position: relative;
	right: 75px;
}

div#top div#toplogo {
	height: 100%;
	padding-left: 0;
}
div#top div#toplogo img {
	float: left;
	padding-right: 12px;
}
div#top div#toplogo h1#titrece {
	border-left: 1px solid #eff0f1;
	border-right: 1px solid #eff0f1;
	display: inline-block;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	font-size: 15px;
	color: #838282;
	line-height: 1.2;
	margin-right: 9%;
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	height: 100%;
	text-rendering: inherit;
}
div#top div#toplogo .nb-partners {
	display: inline-block;
}
div#top div#toplogo .nb-partners p{
	border-left: 1px solid #eff0f1;
	color: #6c7073;
	display: inline-block;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
	height: 69px;
	line-height: 0.7rem;
	margin-bottom: 0;
	padding-left: 3%;
	position: absolute;
	top: 0;
	padding-top: 24px;
}
div#top div#toplogo .nb-partners p span{
	font-family: "ToyotaTextBold", arial;
}
div#top div#toplogo h1#titrece a {
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	font-size: 15px;
	color: #838282;
	text-decoration: none;
}
div#top div#toplogo h1#titrece span {
	font-family: "ToyotaDisplayRegular", arial;
	font-weight: normal;
	font-size: 15px;
}

div#top nav ul{
	margin: 0;
	width: 100%;
}
div#top nav ul li{
	border-left: 1px solid #eff0f1;
	cursor: pointer;
	float: right;
	list-style: none;
	height: 100%;
	padding: 20px 20px 0 20px;

	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


div#top nav ul li:hover{
	background-color: #27323a;
}
div#top nav ul li:hover a{
	color: #ffffff !important;
}
div#top nav ul li a{
	color: #6c7073;
	display: block;
	font-family: "ToyotaDisplayRegular", arial;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
div#top nav ul li a.occas{
	color: #db0001;
}
div#top nav ul li:first-child a{
	color: #db0001;
}
div#top nav ul li.select-lang{
	padding: 0;
}
div#top nav ul li.select-lang ul{
	position: inherit;
	width: 100%;
}
div#top nav ul li.select-lang ul li{
	background-image: #eff0f1;
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image: linear-gradient(#ffffff, #eff0f1);
	background-image: linear-gradient(#ffffff, #eff0f1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#eff0f1', GradientType=0);
	cursor: pointer;
	float: right;
	padding: 20px 15px 0 15px;
	position: relative;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 69px;
	width: 61px;
	border-width: 0;
}
div#top nav ul li.select-lang ul .last{
	overflow: hidden;
	padding:  20px 0 0 0;
	width: 0px;
}
div#top nav ul li.select-lang ul li a img{
	left: 70%;
	top: 43%;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform: rotate(-90deg);

	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
div#top nav ul li.select-lang ul li a{
	color: #6c7073 !important;
}
div#top nav ul li.select-lang ul li:hover a{
	color: #6c7073 !important;
}
div#top nav ul li.select-lang ul li a img.rotate{
	-ms-transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform: rotate(90deg);
}
div#top nav ul li.select-lang ul li:hover{
	background-color: #27323a;
	background-image: none;
}
div#top nav ul li.select-lang ul li:hover a{
	color: #ffffff !important;
}
div#top nav ul li:last-child{
	padding: 20px 8px 0 8px;
}
div#top nav .logo{
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	position: absolute;
	right: 0px;
	top: 0px;
}
div#top nav .mini-logo{
	box-shadow: inherit;
	opacity: 0;
	top: -5px;
}

div#top div#topsep {
	clear: both;
	padding-top: 16px;
}
div#top div#topsep img {
	padding-bottom: 9px;
}

/* Barre de recherche */
div#top .recherche {
	background-color: #27323a;
	height: 0px;
	width: 365px;
	overflow: hidden;
	position: absolute;
	right: 76px;
	top: 70px;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
}

div#top .recherche input{
	background-color: #525b61;
	margin: 18px 10px 0;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	width: 345px;
}


div#main div#banfils {
	background-color: #1d2a32;
	font-size: 12px;
	color: #e40001;
	padding: 0;
	overflow: hidden;
	min-height: 90px;
	position: relative;
	z-index: 1;
}
div#main div#banfils .bx-wrapper {
	height: 100% !important;
}
div#main div#banfils .bx-viewport {
	height: 100% !important;
}
div#main div#banfils #banfilsslide {
	background-image: url('/images/toyota-icone-actualite.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 31px 31px;
	height: 100%;
	position: relative;
}
div#main div#banfils a {
	font-size: 12px;
	color: #e40001;
	text-decoration: none;
}
div#main div#banfils a:hover {
	text-decoration: underline;
}
div#main div#banfils #banfilsslide p {
	color: #ffffff;
	font-family: "ToyotaTextRegular", arial;
	font-size: 14px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 55px;
	line-height: 1;
	max-width: 850px;
	opacity: 0;
	top: 45px;
}
div#main div#intro {
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}
div#main div.introLayer {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.8;
	z-index: 1;
}
/*
div#main div#introLayerLeft {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.8;
	z-index: 1;
}
div#main div#introLayerRight {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.8;
	z-index: 1;
}
*/
div#main div#intro .bx-window{
	overflow: inherit !important;
}
div#main div#intro div#introslidebox {
	margin-left: 0px;
	width: 3080px;
	position: absolute;
}
div#main div#intro div#introslidebox.has1400 {
	-moz-transform: translate3d(-1400px, 0px, 0px) !important;
	-webkit-transform: translate3d(-1400px, 0px, 0px) !important;
	-o-transform: translate3d(-1400px, 0px, 0px) !important;
	-ms-transform: translate3d(-1400px, 0px, 0px) !important;
	transform: translate3d(-1400px, 0px, 0px) !important;
}
div#main div#intro div#introslidebox.two1400 {
	-moz-transform: translate3d(-2030px, 0px, 0px) !important;
	-webkit-transform: translate3d(-2030px, 0px, 0px) !important;
	-o-transform: translate3d(-2030px, 0px, 0px) !important;
	-ms-transform: translate3d(-2030px, 0px, 0px) !important;
	transform: translate3d(-2030px, 0px, 0px) !important;
}

div#main div#intro div#introslidebt {
	position: absolute;
	z-index: 100;
	width: 260px;
	margin-left: 120px;
	margin-top: 295px;
	left: 50%;
}
div#main div#intro div#introslidebt div#intropuce {
	float: left;
	width: 165px;
	height: 29px;
}
div#main div#intro div#introslidebt div#intropuce div#intropager {
	padding-top: 10px;
	text-align: right;
}
div#intropager .bx-pager-item {
	display: inline-block;
	margin-top: 6px;
}
div#intropager a.bx-pager-link {
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-image: url(/images/intro-puce-gray.png);
}
div#intropager a.active {
	background-image: url(/images/intro-puce-red.png);
}

div#main div#intro .bx-viewport {
	margin: 0 auto;
	/*max-width: 900px;*/
	overflow: inherit !important;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 770px !important;
}
div#main div#intro div#introslidebt div#introleft {
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 5px;
}
div#main div#intro div#introslidebt div#introright {
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 5px;
}
div#main div#intro div#introslidebt div#introleft img {
	position: relative;
	top: 11px;
	left: 14px;
}
div#main div#intro div#introslidebt div#introright img {
	position: relative;
	top: 12px;
	left: 17px;
}

div#main div#intro div#introslidebox div.introbox, div#main div#intro div#introslideboxTablette div.introbox, div#main div#intro div#introslideboxMobile div.introbox {
	width: 770px;
	height: 340px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}
div#introslidebox div.introbox div.txtbox, div#introslideboxTablette div.introbox div.txtbox, div#introslideboxMobile div.introbox div.txtbox {
/*	font-family: arial;*/
	position: absolute;
	width: 333px;
	height: 125px;
	background-image: url(/images/intro-bg-texte.png);

	margin: 0 10px 10px 0;
	padding: 7px 0 0 15px;	right: 0;
	bottom: 45px;
	left: inherit;

	font-size: 13px;
	color: #4e4f53;
	z-index: 99999;
}

div#introslidebox div.introbox div.txtbox.onlytitle, div#introslideboxTablette div.introbox div.txtbox.onlytitle, div#introslideboxMobile div.introbox div.txtbox.onlytitle {
	position: absolute;
	background-image: none;
	width: 400px;
	height: 125px;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 45px;
	left: inherit;

	font-size: 13px;
	color: #4e4f53;
}

div#introslidebox div.introbox div.titre, div#introslideboxTablette div.introbox div.titre, div#introslideboxMobile div.introbox div.titre {
	padding-bottom: 6px;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	font-size: 14px;
}

div#introslidebox div.introbox div.txtbox.onlytitle div.titre, div#introslideboxTablette div.introbox div.txtbox.onlytitle div.titre, div#introslideboxMobile div.introbox div.txtbox.onlytitle div.titre {
	float: right;
	background-image: url(/images/intro-bg-texte.png);

	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px;
}


div#introslidebox div.introbox div.chapeau, div#introslideboxTablette div.introbox div.chapeau, div#introslideboxMobile div.introbox div.chapeau {
	padding-bottom: 5px;
	padding-right: 12px;
	height: 52px;
	overflow: hidden;
	font-size: 12px;
}
div#introslidebox div.introbox div.boutonbox, div#introslideboxTablette div.introbox div.boutonbox, div#introslideboxMobile div.introbox div.boutonbox {
	padding-top: 15px;
}
div#introslidebox div.introbox div.boutonbox div.annoncebt, div#introslideboxTablette div.introbox div.boutonbox div.annoncebt, div#introslideboxMobile div.introbox div.boutonbox div.annoncebt {
	float: left;
	padding-right: 8px;
}
div#introslidebox div.introbox div.boutonbox a.bouton, div#introslideboxTablette div.introbox div.boutonbox a.bouton, div#introslideboxMobile div.introbox div.boutonbox a.bouton {
	background-image: url(/images/intro-bg-bt1.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 104px;
	height: 20px; /* 24 */
	padding-top:  4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-top: -3px;
}
div#introslideboxMobile div.introbox img{
	width: 100%;
}
div#intro-mobile .bxslider{
	list-style: none;
	margin: 0;
}
a.introbox img{
	display: block;
	margin: 0 auto;
}

div#main .illustration-reparateur{
	position: relative;
}
div#main .illustration-reparateur p{
	color: #ffffff;
	display: inline-block;
	font-size: 39px;
	font-family: "ToyotaDisplayBold", arial;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	position: absolute;
	top: 35%;
	width: 100%;
}


div#main div#ce div#cetab {
	height: 39px;
}

div#main div#ce div#cetab div.cetabboxgroupe {
	margin-left: 2px;
	height: 39px;
	width: 87px;
	float: right;
	background-image: url(/images/tab-group.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}
div#main div#ce div#cetab div.cetabboxgroupe.cetabboxon {
	margin-left: 2px;
	height: 39px;
	width: 87px;
	float: right;
	background-image: url(/images/tab-group-on.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
div#main div#ce div#cetab div.cetabboxgroupe h2 {
	font-size: 12px;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	color: #fff;
	padding: 15px 0 0 15px;
}
div#main div#ce div#cetab div.cetabboxgroupe h2 a {
	font-size: 12px;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div#main div#ce div#cetab div.cetabbox {
	cursor: pointer;
	margin-left: 2px;
	height: 39px;
	float: right;
	background-image: url(/images/tab-ce-off-c.png);
	background-position: 0 7px;
	background-repeat: repeat-x;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
}
div#cetab div.cetabbox div.ceboxleft {
	height: 39px;
	background-image: url(/images/tab-ce-off-l.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}
div#cetab div.cetabbox div.ceboxright {
	height: 39px;
	background-image: url(/images/tab-ce-off-r.png);
	background-position: bottom right ;
	background-repeat: no-repeat;
}

div#cetab div.cetabbox div.ceboxright h2 {
	font-size: 12px;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	color: #898989;
	padding: 15px 12px 0 15px;
}
div#cetab div.cetabbox div.ceboxright h2 a {
	font-size: 12px;
	color: #898989;
	text-decoration: none;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
}

div#main div#ce div#cetab div.cetabboxon {
	background-image: url(/images/tab-ce-on-c.png);
	background-position: 0 0;
}
div#cetab div.cetabboxon div.ceboxleft {
	background-position: 0 0;
	background-image: url(/images/tab-ce-on-l.png);
}
div#cetab div.cetabboxon div.ceboxright {
	background-position: top right;
	background-image: url(/images/tab-ce-on-r.png);
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
}
div#cetab div.cetabboxon div.ceboxright h2 {
	color: #fff;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
}



div#main div#ce div.cedata {

	padding-top: 30px;
}

/* contenu zone grise, data ce */
div#cedata1{
	border-left: 1px solid #eaebed;
	border-right: 1px solid #eaebed;
	padding: 0 !important;
}
div.cedata {
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	color: #6c7073;
}
div.cedata h2 {
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 24px;
	margin:0 0 30px 0;
	padding:0 0 0 30px;
}
div.cedata .adresse{
	background-image: url('/images/toyota-logo-adresse.png');
	background-repeat: no-repeat;
	background-size: 20px;
}
div.cedata .adresse-text{
	line-height: 1rem;
}
div.cedata .contact{
	background-image: url('/images/toyota-logo-contact.png');
	background-repeat: no-repeat;
	background-size: 21px;
}
div.cedata .horaires{
	background-image: url('/images/toyota-logo-horaires.png');
	background-repeat: no-repeat;
	background-size: 27px;
	margin-bottom: 20px;
}
div.cedata .contactTelBox{
	clear: both;
}
div.cedata .contactTelBox span{
	font-family: "ToyotaDisplayRegular", arial;
}
div.cedata div.d1col{
	border-left: 1px solid #eaebed;
	border-right: 1px solid #eaebed;
	height: 100%;
	padding: 0;
}
div.cedata div.d1col:first-child{
	border-left: none;
}
div.cedata div.d1col:last-child{
	border-left: none;
	border-right: none;
}
div.cedata div.d1col1 {
	font-family: "ToyotaTextRegular", arial;
	padding-bottom: 30px;
	padding-top: 30px;
}
div.cedata div.d1col1 .buttons{
	margin-top: 25px;
	width: 105%;
}
div.cedata h3 {
	color: #6c7073;
	font-family: "ToyotaTextBold", arial;
	font-size: 15px;
	margin: 0;
}
div.cedata a {
	color: #6c7073 !important;
	text-decoration: none;
}
div.cedata .adress-team {
	display: block;
	margin-bottom: 2px;
	white-space: nowrap;
	padding-bottom: 2px;
	text-overflow: ellipsis;
}
div.cedata div.d1col2 {
	font-family: "ToyotaDisplayBold", arial;
	padding-bottom: 30px;
	padding-top: 30px;
}
div.cedata div.d1col2 .buttons{
	margin-top: 25px;
}
div.cedata div.d1col2 strong{
	font-weight: normal;
	text-decoration: none;
}
div.cedata div.d1col2 span {
	font-family: "ToyotaTextRegular", arial;
	float: right;
	margin-right: 20%;
}
div.cedata div.d1col2 .button {
	background-image: #df0001; /* Old browsers */
	background-image: -moz-linear-gradient(#df0001, #a80105);
	background-image: -webkit-gradient(#df0001, #a80105);
	background-image: -webkit-linear-gradient(#df0001, #a80105);
	background-image: -o-linear-gradient(#df0001, #a80105);
	background-image: -ms-linear-gradient(#df0001, #a80105);
	background-image:linear-gradient(#df0001, #a80105);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#df0001',endColorstr='#a80105', 
	GradientType=0);
	background-color: #73000d;
	color: #ffffff !important;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 40px;
	margin-bottom: 0.3rem;
	padding-left: 2rem;
	padding-right: 0rem;
	padding-top: 0.7rem;
	text-decoration: none;
	width: 100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
div.cedata div.d1col2 .button:hover{
	background-color: #73000d;
	background-image: none;
}
div.cedata div.d1col2 .button img{
	position: absolute;
	left: 10px;
}
div.cedata div.d1col2 .button-configurator{
	padding-left: 1.2rem !important;
}
div.cedata div.d1col2 .button-brochure{
	padding-left: 1.7rem;
	padding-right: 0rem;
	font-size: 15px;
	padding-top: 0.7rem;
}
div.cedata div.d1col2 .button-brochure img{
	top: 8px;
}
div.cedata div#without-hours .buttons {
	margin: 0 auto;
	width: 92%;	
}
div.cedata div#without-hours .button {
	background-image: #df0001; /* Old browsers */
	background-image: -moz-linear-gradient(#df0001, #a80105);
	background-image: -webkit-gradient(#df0001, #a80105);
	background-image: -webkit-linear-gradient(#df0001, #a80105);
	background-image: -o-linear-gradient(#df0001, #a80105);
	background-image: -ms-linear-gradient(#df0001, #a80105);
	background-image:linear-gradient(#df0001, #a80105);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#df0001',endColorstr='#a80105', 
	GradientType=0);
	background-color: #73000d;
	color: #ffffff !important;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 40px;
	margin-bottom: 0.3rem;
	padding-left: 2rem;
	padding-right: 0rem;
	padding-top: 0.7rem;
	text-decoration: none;
	max-width: 205px;
	width: 100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
div.cedata div#without-hours .buttons a{
	display: inline-block !important;
}
div.cedata div#without-hours .buttons a:first-child{
	margin-right: 8px;
}
div.cedata div#without-hours .button:hover{
	background-color: #73000d;
	background-image: none;
}
div.cedata div#without-hours .button img{
	position: absolute;
	left: 10px;
}
div.cedata div#without-hours .button-configurator{
	padding-left: 1.3rem;
}
div.cedata div#without-hours .button-brochure{
	padding-left: 1.7rem;
	padding-right: 0rem;
	font-size: 15px;
	padding-top: 0.7rem;
}

div.cedata div#without-hours .button-brochure img{
	bottom: 6px;
}
div.cedata .phone-discovery li, div.cedata .phone-discovery .button{
	width: 100%;
}
div.cedata .phone-discovery .button{
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e8e9ea;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	color: #000000 !important;
	margin-bottom: 10px;
	padding-left: 1.5rem;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
div.cedata .phone-discovery .button:hover{
	background-image: none;
	background-color: #e8e9ea;
}
div.cedata .phone-discovery .button img{
	position: absolute;
	right: 15px;
	top: 20px;
}
div.cedata div.d2col3{
	padding-bottom: 30px;
	padding-top: 30px;
}
div.cedata div.d2col3 .button-group {
	width: 95%;
}
div.cedata div.d2col3 #heurecomdata {
	font-family: 'ToyotaTextRegular', arial;
	padding-left: 0.5625rem;
}
div.cedata div.d2col3 #heureatdata {
	font-family: 'ToyotaTextRegular', arial;
	padding-left: 0.5625rem;
}
div.cedata div.d2col3 .goodteam {
	padding-left: 0.5625rem;
}
div.cedata div.d2col3 .tabTxtHeure{
	border: none;
	width: 95%;
}
div.cedata div.d2col3 .tabTxtHeure tr{
	background: none;
}
div.cedata div.d2col3 .tabTxtHeure tr td{
	color: #6c7073;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
}
div.cedata div.d2col3 .tabTxtHeure tr td .heureSepPc {
	display: inline;
}
div.cedata div.d2col3 .tabTxtHeure tr td .heureSepMob {
	display: none;
}
div.cedata div.d2col3 .tabTxtHeure tr td.caseJour {
	width: 190px;
	padding-right: 0;
}
div.cedata div.d2col3 .tabTxtHeure tr td.caseHeure {
}
div.cedata div.d2col3 .tabTxtHeure tr td:last-child{
	text-align: right;
}
div.cedata div.d2col3 li {
	width: 50%;
}
div.cedata div.d2col3 .button {
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e2e2e2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	height: 45px;
	margin-bottom: 25px;
	padding-top: 0.9rem;
	text-decoration: none;
	width: 100%;
}
div.cedata div.d2col3 .active {
	background-color: #e2e2e2;
	background-image: inherit;	
}
div.cedata div.d1col1 div.heurechoix {
	font-size: 13px;
}
div.cedata div.d1col1 div.heurechoix a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
div.cedata div.d1col1 div.heurechoix a.active {
	text-decoration: underline;
}
div.cedata div.d1col1 div.heurechoix img {
	vertical-align: middle;
}
div.cedata div.d1col1 div.heurechoix div.heurecom {
	float: left;
	padding-right: 15px;
	width: 220px;
}
div.cedata div.d1col1 div.heurechoix div.heureat {
	float: left;
}
div.cedata div.d1col1 div.heurebox {
	padding-top: 5px;
	float: left;
}
div.cedata div.d1col1 #heurecomdata {
	width: 225px;
	padding-right: 10px;
}
div.cedata div.d1col1 #heureatdata {
	width: 225px;
}
div.cedata div.d1col1 div.heureclose {
	display: none;
}
div.cedata div.d1col1 div.heuremsg {
/*	position: absolute;
	margin-left: 188px;*/
	margin-top: 8px;
/*	width: 142px;
	height: 85px;*/
	font-weight: bold;
}

div.cedata div.d1col1 .button-group1 {
	position: absolute;
	top: 60px;
	right: 0.9375rem;;
	list-style: none;
	width: 145px;
	float: right;
}
div.cedata div.d1col1 .button-group1 li{
	width: 100%;
}
div.cedata div.d1col1 .button-group1 li a{
	padding: 0.7rem 0rem 0rem 1rem;
	text-decoration: none;
}
div.cedata div.d1col1 .button-group1 li a img{
	position: absolute;
	left: 5px;
}
div.cedata div.d1col1 .button {
	background-image: #df0001; /* Old browsers */
	background-image: -moz-linear-gradient(#df0001, #a80105);
	background-image: -webkit-gradient(#df0001, #a80105);
	background-image: -webkit-linear-gradient(#df0001, #a80105);
	background-image: -o-linear-gradient(#df0001, #a80105);
	background-image: -ms-linear-gradient(#df0001, #a80105);
	background-image:linear-gradient(#df0001, #a80105);
		/* Pour Internet Explorer antérieur à 10 */
		filter:progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#df0001',endColorstr='#a80105', 
		GradientType=0);
	background-color: #73000d;
	color: #ffffff !important;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 40px;
	margin-bottom: 0.3rem;
	width: 100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
div.cedata div.d1col1 .button:hover{
	background-color: #73000d;
	background-image: none;
}

div.cedata div.d2col3 span {
	color: #6c7073;
	font-family: "ToyotaDisplayBold", arial;
}
.englobe-map{
	position: relative;
}
.englobe-map .button-map{
	position: absolute;
	z-index: 999;
	top: 40px;
	right: 113px;
}

.englobe-map .button-visite-virtuelle{
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e8e9ea;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	color: #6c7073 !important;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 32px;
	margin-bottom: 0;
	padding-left: 38px;
	padding-top: 7px;
	padding-right: 12px;
	position: absolute;
	right: 113px;
	text-decoration: none;
	top: 4px;
	z-index: 999;
}

.englobe-map .button-visite-virtuelle img{
	position: absolute;
	left: 10px;
	top: 6px;
}

.englobe-map .englobe-streetview{
	overflow: hidden;
	position: absolute;
	z-index: 999;
	left: 9.012875536481%;
}
div.cedata#map-canvas{
	height: 170px;
}
div#map-canvas-group
div.cedata#map-canvas .gmnoprint img{
	max-width: none; 
}
div.cedata#map-canvas .gmnoprint div[title="Zoom avant"]{
	width: 59px !important;
}
div.cedata#map-canvas .gmnoprint div[title="Zoom arrière"]{
	width: 59px !important; 
}
div.cedata#map-canvas .gmnoprint img{
	max-width: none; 
}
div.cedata#map-canvas .gmnoprint:last-child div{
	left: -54px !important;
}


div.cedata div.contact {
	padding-top: 8px;
	font-size: 13px;
}
div.cedata div.contact img {
	vertical-align: middle;
	padding-right: 3px;
}
div.cedata div.contact a {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div.cedata div.otherurl {
	margin-top: 25px;
	padding: 0px 0 0 3px;
	width: 230%;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.cedata div.otherurl a {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}



div.cedata div.d1col2 {
	float: left;
	/*height: 195px;*/
}
div.cedata div.d1col2 div.otherurl {
	padding: 0px;
}
div.cedata div.d1col2 .contact-mobile{
	padding: 0;
}
div.cedata div.d1col2 .contact-mobile div:first-child{
	padding-left: 0;
}
div.cedata div.d1col2 .contact-mobile div:last-child{
	padding-right: 0;
}
div.cedata div.d1col2 .contact-mobile div:last-child .button{
	float: right;
	width: 120%;
}
div.cedata div.d1col2 .contact-mobile div:last-child .button:first-child{
	padding-left: 1rem;
}
div.cedata div.d1col3 {
	float: left;
	padding-right: 12px;
	padding-bottom: 15px;
}


div.cedata div.datapadbox {
	padding-left: 10px;
	padding-right: 10px;
}
div.cedata div.relat {
	position: relative;
}

div.cedata div.groupeinfo {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

/*
div.cedata div.teamslideMain {
	margin: 0 auto;
	height: 128px;
	width: 710px;
/*	position: relative;
	overflow: hidden;
	clear: both;
}

div.cedata div.teamslide {
	white-space: nowrap;
	width: 10000px;
}
div.cedata div.teambox {
	float: left;
	/*display: inline-block;*/
	/*width: 32.183908045977%;
	margin-right: 10px;
}
*/
div.cedata div.teamslideMain .bx-wrapper{
	margin: 0 auto;
}
div.cedata .bx-prev,
div.cedata .bx-next{
	display: block;
	height: 100%;
	width: 100%;
}
/*
div.cedata div.teambox div.teamboxphoto {
	float: left;
	width: 68px;
	overflow: hidden;
	margin-right: 10px;
}
*/
div.cedata div.teambox div.teamboxtext {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
	float: left;
	padding: 4px 0 18px 5px;
}

div.cedata div.teambox div.teamboxphoto {
	padding: 0;
	padding-right: 8px;
}
div.cedata div.teambox div.teamboxtext strong {
	font-family: "ToyotaDisplayBold", arial;
	font-size: 15px;
}
div.cedata div.teambox div.teamboxtext span {
	display: block;
	margin-bottom: 5px;
}
div.cedata div.teambox div.teamboxtext a:hover {
	text-decoration: underline;
}
div.cedata div.teambox div.teamboxtext a.adress-team {
	overflow: hidden;
}

div.cedata div#teamslideleft {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 95px;
	z-index: 9;
}
div.cedata div#teamslideleft img{
	position: relative;
	top: 12px;
	left: 14px;
}
div.cedata div#teamslideright {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 95px;
	z-index: 9;
}
div.cedata div#teamslideright img{
	position: relative;
	top: 12px;
	left: 17px;
}


/* liste ce page groupe dans zone grise */
div#map-canvas-group{
	height: 340px;
}
div.cedata1-group{
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
div.cedata div.grpcartece {
	float: left;
	padding-left: 10px;
	width: 175px;
}
div.cedata div.grpcartece img {
	width: 140px;
	height: 140px;
}
div.cedata div.grplistce {
	position: relative;
}
div.cedata div.tabcelist,
div.cedata div.tabcelistRegion {
	width: 100%;
}
div.cedata div.tabcelist table.listce,
div.cedata div.tabcelistRegion table.listce {
	width: 480px;
}
div.cedata div.tabcelist table.listce td,
div.cedata div.tabcelistRegion table.listce td {
	width: 115px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	padding-bottom: 8px;
}

div.cedata div.tabcelist div.tdcebox{
	cursor: pointer;
	min-height: 340px;
	padding: 0px 7px;
	position: relative;
}


div.cedata div.tabcelistRegion div.tdcebox {
	cursor: pointer;
	min-height: 250px;
	padding: 0px 7px;
	position: relative;
}

div.cedata div.tabcelist div.tdcebox:hover,
div.cedata div.tabcelistRegion div.tdcebox:hover {
	background-color: #dddddd !important;
}
div.cedata div.tabcelist div.tdcebox .tdcebox-fleche, 
div.cedata div.tabcelistRegion div.tdcebox .tdcebox-fleche {
	background: none;
	height: 10px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: -10px;
	width: 26px;
}
div.cedata div.tabcelist div.tdcebox:hover .tdcebox-fleche, 
div.cedata div.tabcelistRegion div.tdcebox:hover .tdcebox-fleche{
	background-image: url('/images/toyota-fleche-select-concession.png');
}
div.cedata div.tabcelist div.cephoto,
div.cedata div.tabcelistRegion div.cephoto {
	margin-top: 50px;
}
div.cedata div.tabcelist div.cephoto img,
div.cedata div.tabcelistRegion div.cephoto img {
	width: 100%;
}
div.cedata div.tabcelist div.ceville,
div.cedata div.tabcelistRegion div.ceville {
	padding-top: 5px;
	width: 110px;
}
div.cedata div.tabcelist div.ceville a,
div.cedata div.tabcelistRegion div.ceville a {
	color: #6c7073;
	font-family: "ToyotaTextBold", arial;
	font-size: 15px;
	text-decoration: none;
}
div.cedata div.tabcelist div.ceville a span,
div.cedata div.tabcelistRegion div.ceville a span{
	font-family: "ToyotaTextRegular", arial;
}
div.cedata div.tabcelist .button, div.cedata div.tabcelist-mobile .button,
div.cedata div.tabcelistRegion .button, div.cedata div.tabcelistRegion-mobile .button {
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e2e2e2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	color: #6c7073;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 38px;
	margin-bottom: 0px;
	padding-left: 2rem;
	padding-right: 0;
	padding-top: 0.6rem;
	position: absolute;
	bottom: 0;
	text-decoration: none;
	width: 100%;
}
div.cedata div.tabcelist .englobe-button,
div.cedata div.tabcelistRegion .englobe-button {
	position: absolute;
	bottom: 50px;
}
div.cedata div.tabcelist .button:hover, div.cedata div.tabcelist-mobile .button:hover,
div.cedata div.tabcelistRegion .button:hover, div.cedata div.tabcelistRegion-mobile .button:hover{
	background-image: none;
	background-color: #e8e9ea;
}
div.cedata div.grplistce #celistslideleft {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -21px;
	z-index: 9;
}
div.cedata div.grplistce #celistslideleft img{
	position: relative;
	top: 12px;
	left: 14px;
}
div.cedata div.grplistce #celistslideright {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21px;
	z-index: 9;
}
div.cedata div.grplistce #celistslideright img{
	position: relative;
	top: 12px;
	left: 17px;
}

div.cedata div.tabcelist .button img,
div.cedata div.tabcelistRegion .button img{
	position: absolute;
	left: 10%;
	top: 13px;
}
div#cedata2{
	background-color: #e9eaec;
	padding-bottom: 50px;
	padding-top: 40px;
}
div#cedata2 h2{
	text-align: center;
	text-transform: uppercase;
}
div#cedata3{
	padding-bottom: 30px;
	padding-top: 30px;
}
div#cedata3 .buttons{
	width: 560px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	float: inherit;
}
div#cedata3 .button{
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e8e9ea;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	color: #1e2132 !important;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 48px;
	margin-bottom: 0;
	padding-left: 0;
	text-decoration: none;
	text-transform: uppercase;
}
div#cedata3 .button-occasions{
	padding-right: 25px;
	width: 270px;
}
div#cedata3 .button-gamme{
	float: right;
	padding-right: 15px;
	width: 280px;
}
div#cedata3 .button img{
	position: absolute;
	right: 12px;
	top: 19px;

	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
div#cedata3 .button:hover{
	background-image: none;
	background-color: #e8e9ea;
}
div#cedata3 .button-brochure{
	padding-top: 0.3rem;
}




div#promo {
	background-color: #1d2a32;
	height: 245px;
}
div#promo div#promotitre {
	
}
div#promo div#promotitre img.titre {
	float: left;
	padding-right: 10px;
}
div#promo div#promotitre a {
	font-size: 12px;
	color: #a4a4a4;
	font-weight: bold;
	text-decoration: none;
	clear: both;
}
div#promo div#promolist {
	padding-top: 55px;
	height: 123px;
	clear: both;
}

div#promo div#promotitre h2,
div#service div#servicetitre h2 {
	color: #6c7073;
    font-family: 'ToyotaDisplayBold',arial;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

div#promolist div.promobox img {
	display: block;
	margin: 0 auto;
}
/*
div#promolist .englobe-promo:hover img {
	-moz-box-shadow: 0px 0px 10px 1px grey;
	-webkit-box-shadow: 0px 0px 10px 1px grey;
	-o-box-shadow: 0px 0px 10px 1px grey;
	box-shadow: 0px 0px 10px 1px grey;
}
*/
div#promolist .englobe-promo:hover a {
	text-decoration: underline !important;
}
div#promolist div.promobox div.promotxt {
	padding-top: 10px;
	color: #64656b;
	font-size: 11px;
	font-family: "ToyotaDisplayBold", arial;
	font-weight: normal;
	width: 100%;
}
div#promolist div.promobox div.promotxt a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-family: "ToyotaTextRegular", arial;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	width: 100%;
}



div#service {
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
}
div#service div#servicetitre {
}
div#service div#servicetitre img.titre {
	float: left;
	padding-right: 10px;
}
div#service div#servicetitre a {
	font-size: 12px;
	color: #a4a4a4;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}
div#service div#servicelist {
	position: relative;
	height: 80px;
	clear: both;
	margin: 0 auto;
	/*max-width: 790px;*/
}
div#service div#servicelist .bx-wrapper{
	max-width: 100% !important;
}
div#service div#servicelist .border-bottom{
	background-color: #c10000;
	opacity: 0;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	height: 2px;
	width: 26px;
}
div#service div#servicelist #picto{
	z-index: 2;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	height: 100%;
	text-align: center;
}
div#service div#servicelist li{
	max-width: 200px;
	padding-top: 12px;
	position: relative;
	display: inline;
	height: 100%;
	margin: 0;

	color: #6c7073;
	display: inline-block;
	line-height: 1rem;
	padding: 21px 20px 0 10px;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 14px;
	text-decoration: none;
	z-index: 9999;
	position: relative;
	height: 100%;
}
div#service div#servicelist .bg-droit{
	display: none;
	top: 0px;
	right: -8px;
}
div#service div#servicelist .bg-gauche{
	display: none;
	top: 0px;
	left: -25px;
}
div#service div#servicelist li img{
	position: absolute;
	right: 0px;
	top: 25px;
}
div#service div#servicelist li:last-child img{
	display: none;
}
div#service div#servicelist .service-rover{
	opacity: 0;
	position: absolute;
	z-index: 1;
	min-height: 80px;
}
div#service div#servicelist:hover .service-rover{
	opacity: 1;
}
div#service div#servicelist div.servicebox {
	float: left;
	height: 88px;
	margin-left: 8px;
}
/** A propos **/
#about{
	border-bottom: 2px solid #d8d8d8; 
	margin-top: 40px;
	padding-bottom: 50px;
}
#about #about-titre .titrehomerouge{
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	text-align: center;
}
#about #about-list .about-ul{
	display: block;
	margin: 0 auto;
}
#about #about-list li{
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}


#networks{
	margin-bottom: 35px;
	margin-top: 30px;
}
#networks #networks-list{
	max-width: 565px;
}
#networks .button{
	background-image: #eff0f1; /* Old browsers */
	background-image: -moz-linear-gradient(#ffffff, #eff0f1);
	background-image: -webkit-gradient(#ffffff, #eff0f1);
	background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
	background-image: -o-linear-gradient(#ffffff, #eff0f1);
	background-image: -ms-linear-gradient(#ffffff, #eff0f1);
	background-image:linear-gradient(#ffffff, #eff0f1);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#ffffff',endColorstr='#eff0f1', 
	GradientType=0);
	background-color: #e8e9ea;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
	color: #1e2132 !important;
	display: block;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 15px;
	height: 44px;
	margin: 0 auto;
	margin-bottom: 0;
	text-decoration: none;
	width: 132px;
}
#networks .button img{
	bottom: 7px;
	left: 10px;
	position: absolute;
}
#networks .button span{
	left: 10px;
	position: relative;
}
#networks .button:hover{
	background-image: none;
	background-color: #e8e9ea;
}



div#master div#footer {
	background-color: #6c7073;
	background-position: bottom;
	color: #fff;
	font-size: 11px;
	padding-bottom: 65px;
}
div#master div#footer a:hover {
	text-decoration: underline;
}

div#footer div#footertop {
	padding-top: 30px;
	padding-bottom: 30px;
}
div#footer div#footertop div#footerlink {
	padding-left: 36px;
	line-height: 18px;
}
div#footer div#footertop div#footerlink a {
	display: block;
	float: left;
	margin-right: 34px;
	margin-top: 2px;
	color: #fff;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 14px;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
div#footer div#footertop div#footerlink a:last-child {
	float: right;
}
div#footer div#footertop div#footerlink a:hover {
	text-decoration: underline;
}
/* Mathis
div#footer div#footertop div#footersearch {
	float: right;
	padding-right: 20px;
}
div#footer div#footertop div#footersearch input#footsearch {
	border: 0px;
	background-image: url(/images/bg-foot-search.png);
	width: 146px; /* 149 
	height: 15px; /* 15 
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0 0 0 3px;
	vertical-align: middle;
}

div#footer div#footertop div#footersearch input#footbt {
	vertical-align: middle;
	border: 0px;
	width: 70px;
	height: 16px;
}
*/

div#footer div#footerlist {
	padding-top: 8px;
	padding-left: 36px;
}
div#footer div#footerlist a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
div#footer div#footerlist div.listbox {
	float: left;
	width: 162px;
	line-height: 14px;
}



/* Commentaires Mathis

div#colright div#rightlogo {
	position: absolute;
	margin-top: -10px;
	margin-left: 105px;
}

div#colright div#titre {
	font-size: 14px;
	font-weight: normal;
	font-family: "ToyotaDisplayBold", arial;
	color: #fff;
	padding-left: 10px;
	padding-top: 4px;
	margin-top: 130px;
}
div#colright div#picto {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
/*	width: 155px;
}
div#colright div#picto h1 {
	color: #fff;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 11px;
	font-weight: normal;
}
div#colright div#picto img {
	margin-right: 5px;
	padding-top: 7px;
}
div#colright div#picto table.listce {
	padding: 0;
	margin: 0;
}
div#colright div#picto table.listce td {
	text-align: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
div#colright div#picto table.listce td.tdpicto {
	width: 32px;
	padding-bottom: 3px;
}
div#colright div#picto table.listce td.tdlien {
	/*width: 61px;
	width: 140px;
	padding-bottom: 0px;
}
div#colright div#picto table.listce td.tdlien a{
	color: #fff;
	text-decoration: none;
}



div#colright div#accordeon {
	font-size: 11px;
	color: #fff;
}
div#colright div#accordeon div.accorbox {
	border-top:1px solid #790000;
}

div#colright div#accordeon div.accorbox .bgtitre1l {
	background-position: 160px 6px;
}
div#colright div#accordeon div.accorbox .bgtitre2l {
	background-position: 160px 12px;
}

div#colright div#accordeon div.accorbox .titre {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 8px 11px;
	background-color: #b40101;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(/images/accord-puce-off.png);
	background-repeat: no-repeat;	
}

div#colright div#accordeon div.accorboxon {
	background-color: #9f0101;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/images/accord-bg-on.png);
}

div#colright div#accordeon div.accorboxon div.titre {
	background-color: transparent;;
	background-image: url(/images/accord-puce-on.png);
}


div#colright div#accordeon div.accorbox div.data {
	background-color: #9f0101;
	display: block;
/*	padding: 0px 3px 15px 11px;*/
/*	width: 183px;
	height: 0px;
	overflow: hidden;
}
div#colright div#accordeon div.accorbox div.data div {
	padding: 0px 3px 15px 11px;
}
div#colright div#accordeon div.accorboxend {
	border-top:1px solid #790000;
}

div#colright div#accordeon div.accorbox div.data div div.heurecom,
div#colright div#accordeon div.accorbox div.data div div.heureat {
	color: #fff;
	font-size: 12px;
	background-image: url(/images/picto-heure.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	padding-bottom: 4px;
}
inc
Fin Commentaires Mathis */
div.accorbox div.data div div.heurecom a,
div.accorbox div.data div div.heureat a {
	color: #fff;
	display: block;
/*	background-image: url(/images/teamaccord-puce-off.png);
	background-repeat: no-repeat;
	background-position: 115px 3px;*/
	text-decoration: none;
}
div.accorbox div.data div div.heurecom a.active,
div.accorbox div.data div div.heureat a.active {
/*	background-image: url(/images/teamaccord-puce-on.png);
	background-position: 115px 5px;*/
}
div.accorbox div.data div div.heurebox {
	color: #fff;
	padding-bottom: 8px;
}
div.accorbox div.data div div.heurebox.hidden {
	/*display: none;*/
}


div.chdefer {
	font-family: "ToyotaTextBold", arial;
	font-size: 15px;
	color: #6c7073;
	margin-bottom: 50px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}
div.chdefer a {
	color: #6c7073;
	font-family: "ToyotaTextRegular", arial;
	text-decoration: none;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}

/* pages */
div.pagedata {
	color: #737478;
}
div.pagearticle {
	margin-top: 30px;
}
div.pagearticle .row{
	width: 100%;
	margin: 0;
}
div.pagedata h1.pagetitre {
	color: #1e2132;
	font-size: 24px;
	font-family: "ToyotaDisplayRegular", arial;
	margin-bottom: 45px;
	text-align: center;
}
.pagearticle .pagetitre{
	text-transform: uppercase;
}
div.pagedata div.pagetexte {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 15px;
	clear: both;
	text-align: justify;
}
div.pagedata div.pagetexte p {
	line-height: 1rem;
	font-size: 15px !important;
	margin-bottom: 20px;
	padding-left: 9px;
	font-family: "ToyotaTextRegular", arial;
}
div.pagedata div.pagetexte p span{
	color: #6c7073 !important;
	font-size: 15px !important;
	font-family: "ToyotaTextRegular", arial;
	text-decoration: none !important;
}
div.pagedata div.pagetexte p strong span{
	color: #6c7073;
	font-size: 15px !important;
	font-family: "ToyotaTextBold", arial;
	text-decoration: none !important;
}
div.pagedata img.type2 {
	float: left;
	margin: 0 12px 9px 0;
}

/* recherche */
.main-recherche{
	border-bottom: 1px solid #d8d8d8;
}
.main-mentions-legales div.pagerecherche {
	font-family: "ToyotaTextRegular", arial;
}
div.pagerecherche {
	color: #737478;
	font-size: 15px;
	font-family: "ToyotaDisplayRegular", arial;
	margin-top: 30px;
}
div.pagerecherche h1 {
	color: #1e2132;
	font-size: 24px;
	font-family: "ToyotaDisplayRegular", arial;
	margin-bottom: 45px;
	text-align: center;
}
div.pagerecherche h1 img{
	margin-bottom: 5px;
	margin-right: 10px;
}
div.pagerecherche strong {
	font-size: 14px;
	font-family: "ToyotaTextBold", arial;
}
div.pagerecherche strong span{
	color: #c70003;
}
div.pagerecherche ul {
	margin: 0;
	padding: 0 0 15px 0;
}
div.pagerecherche li {
	list-style-type: none;
	background-image: url(/images/toyota-puce-recherche.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 15px;
	padding: 0 0 16px 15px;
}
div.pagerecherche li a {
	color: #6c7073;
	font-family: "ToyotaTextBold", arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}
div.pagerecherche li a:hover {
	text-decoration: underline;
}
div.pagerecherche form{
	margin-bottom: 90px;
}
div.pagerecherche input, div.pagerecherche textarea, div.pagerecherche .button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.pagerecherche textarea{
	height: 160px;
}
div.pagerecherche .button {
	background-image: #444e55; /* Old browsers */
	background-image: -moz-linear-gradient(#444e55, #2e383f);
	background-image: -webkit-gradient(#444e55, #2e383f);
	background-image: -webkit-linear-gradient(#444e55, #2e383f);
	background-image: -o-linear-gradient(#444e55, #2e383f);
	background-image: -ms-linear-gradient(#444e55, #2e383f);
	background-image:linear-gradient(#444e55, #2e383f);
	/* Pour Internet Explorer antérieur à 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#444e55',endColorstr='#2e383f', 
	GradientType=0);
	margin-bottom: 20px;
	text-decoration: none;
	width: 100%;
}

#main.main-contact h1{
	margin-bottom: 0px !important;
	text-transform: uppercase;
}
.main-contact h2{
	color: #6c7073;
	font-family: "ToyotaDisplayRegular", arial;
	font-size: 18px;
	margin-bottom: 25px !important;
	text-align: center;
}
/*page equipe mobile */
.equipe-mobile h1{
	text-transform: uppercase;
}
.equipe-mobile .teambox{
	border-bottom: 1px solid #eaebed;
	margin-top: 15px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	min-height: 130px;
}
.equipe-mobile .teambox:nth-child(2){
	border-top: none;
	margin-top: 0;
	padding-top: 0px;
}
.equipe-mobile .teambox strong{
	display: inline-block;
	margin-bottom: 3px;
	width: 165px;
}
.equipe-mobile .teamboxphoto{
	padding-left: 0;
	padding-right: 0;
}
.equipe-mobile strong{
	font-size: 14px;
}
.equipe-mobile .teamboxtext{
	font-size: 14px;
	padding-left: 0;
}
.equipe-mobile .teamboxtext a{
	text-decoration: none;
}
.equipe-mobile .teamboxtext .team-poste{
	display: block;
	margin-bottom: 8px;
	width: 165px;
}
.equipe-mobile .teamboxtext .team-email{
	position: relative;
	margin-bottom: 18px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.equipe-mobile .teamboxtext .team-email span{
	border-bottom: 1px solid #6c7073;
	width: 165px;
}
.equipe-mobile .teamboxtext .team-number{
	position: relative;
}
.equipe-mobile .teamboxtext .team-number span{
	border-bottom: 1px solid #6c7073;
	width: 165px;
}
.equipe-mobile .teambox .button-contact img{
	margin-right: 5px;
}
.equipe-mobile .teambox .button-appel img{
	bottom: 1px;
	left: 2px;
	margin-right: 8px;
	position: relative;
}
.equipe-mobile .teambox .button img{
	display: block;
	margin: 0 auto;
}
/* contact */
td.contactlabel {
	text-align: right;
	width: 125px;
	padding-right: 10px;
	vertical-align: top;
}
/*
input.contacttxt {
	border-color: #b6b6b6;
	width: 340px;
}
textarea.contactarea {
	width: 530px;
	height: 185px;
}
*/
div.contacterror {
	padding-bottom: 15px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}


/* demande essai */
#carListBox {
	padding-bottom: 15px;	
	display: block;
}
#carListMobile{
	display: none;
}
.pagerecherche #formessai input, .pagerecherche #formessai select{
	width: 100% !important;
}
.pagerecherche #formessai select{
	background-image: url(/images/toyota-icone-date.png);
	background-position: 98% center;
	background-size: 10px;
}
.pagerecherche #formessai select[name="day"], .pagerecherche #formessai select[name="month"], .pagerecherche #formessai select[name="year"] {
	margin-top: 60px;
	width: 32% !important;
}
.pagerecherche .button-send{
	background-image: #444e55;
	background-image: -moz-linear-gradient(#444e55, #2e383f);
	background-image: -webkit-gradient(#444e55, #2e383f);
	background-image: -webkit-linear-gradient(#444e55, #2e383f);
	background-image: -o-linear-gradient(#444e55, #2e383f);
	background-image: -ms-linear-gradient(#444e55, #2e383f);
	background-image: linear-gradient(#444e55, #2e383f);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444e55',endColorstr='#2e383f', GradientType=0);
	margin-bottom: 20px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px !important;
}
.pagerecherche span{
	color: #1e2132;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
}
.pagerecherche .word-search{
	font-size: 24px;
}
#essaiForm{
	margin-bottom: 0px !important;
}
#carListBox div.carbox {
	cursor: pointer;
	width: 143px;
	height: 96px;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #F4F4F5;
	background-image: url(/images/fond-liste.png);
	background-repeat: no-repeat;
}
#carListBox div.carbox.active {
	border: 1px solid #E40001;
}
#carListBox div.carbox.active div.carname {
	color: #E40001;
}


#carListBox div.carbox img {
}
#carListBox div.carbox div.carname {
	padding: 0 5px;
	color: #868686;
    font: bold 11px/10px Verdana,Geneva,sans-serif;
}
#formessai label {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
    width: 100px;
}
#formessai label.legal {
    clear: both;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px;
    width: 90%;
	text-align: left;
}
#formessai label.error {
    color: #ff0000;
}

#formessai .formcol {
	float: left;
	width: 100%;
}
div.essaierror {
	padding: 20px 0 15px 20px;
	color: #ff0000;
	font-weight: bold;
}

/* page liste par region */
div.ceregion table.listce {

}
div.ceregion table.listce td {
	width: 130px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
}

div.ceregion div.cephoto {
	width: 110px;
	height: 73px;
	overflow: hidden;
}
div.ceregion div.cephoto img {
	width: 110px;
}
div.ceregion div.ceville {
	padding-top: 5px;
	width: 110px;
}
div.ceregion div.ceville a {
	color: #000;
	text-decoration: none;
}

/* Page Groupe*/
.englobe-map-group{
	position: relative;
}
.englobe-map-group .large{
	position: absolute;
	z-index: 99999;
	bottom: 55px;
	right: 105px;
}
#map-canvas-group .gm-style .gmnoprint:last-child div{
	left: -50px !important;
	width: 59px !important;
}
.remove-width{
	width: 100% !important;
}
#map-canvas-group .gm-style-cc{
	display: none;
}
.infoBox{
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 10px 10px 50px -10px #000000;
	-webkit-box-shadow: 10px 10px 50px -10px #000000;
	-o-box-shadow: 10px 10px 50px -10px #000000;
	box-shadow: 10px 10px 50px -10px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=50);
	min-width: 300px;
}
.infoBox img{
	display: none;
	position: relative;
	top: 17px;
	right: 5px;
}
.infoBox .box-map h3{
	background-color: #6c7073;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #ffffff !important;
	font-family: "ToyotaTextBold", arial !important;
	font-size: 20px !important;
	height: 50px;
	padding-left: 14px;
	padding-top: 12px;
}
.infoBox h3 span{
	bottom: 1px;
	color: #ffffff;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
	margin-left: 15px;
	text-decoration: underline;
	position: relative;
}
.infoBox .box-map-adresse{
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
	padding-bottom: 15px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 15px;
}
.infoBox .box-map-phone{
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 13px;
}
.infoBox .box-map-phone p{
	font-family: "ToyotaTextBold", arial;
	font-size: 15px;
	margin-bottom: 5px;
}
.infoBox .box-map-phone p span{
	float: right;
	font-family: "ToyotaTextRegular", arial;
	font-size: 15px;
}
.actualites-group-titre{
	background-color: #1d2a32;
	color: #ffffff;
	font-size: 24px;
	font-family: "ToyotaDisplayRegular", arial;
	height: 95px;
	text-align: center;
	padding-top: 35px;
}
.banfils-group{
	background-color: #323e45 !important;
	border-bottom: 1px solid #646d71;
	border-top: 1px solid #646d71;
}
.ce-group{
	margin-top: 0 !important;
}
.services-groupe{
	margin-bottom: 50px;
	margin-top: 40px;
}
.services-list-group{
	display: block;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 763px;
}
.englobe-services-list-group h2{
	color: #1e2132;
	font-size: 24px;
	font-family: "ToyotaDisplayRegular", arial;
	margin-bottom: 40px;
	text-align: center;
}
.services-list-group li{
	display: inline-block;
}

/**************/

/* Media Queries */
@media only screen and (max-width: 64em) {
	div#top .recherche {
		right: 11% !important;
	}
	div#top div#toplogo {
		padding-left: 10px;
	}
	div#main .illustration-reparateur img{
		left: -50%;
		max-width: 150%;
		position: relative;
	}
	div#main .illustration-reparateur p{
		font-size: 22px !important;
		z-index: 1;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 900px) {
	div#top div#toplogo{
		height: 100%;
	}
	div#top div#toplogo #titrece {
		height: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
		line-height: 1 !important;
	}
}
/* Taille de la police des boutons */

@media only screen and (min-width: 910px) and (max-width: 1024px) {
	div.cedata div.d1col2 .button{
		font-size: 14px;
		padding-top: 0.5rem;
	}
	div.cedata div.d1col1 .button {
		font-size: 14px !important;
		padding-top: 0.5rem !important;
	}
	div.cedata div.d1col2 .button img, div.cedata div.d1col1 .button img{
		top: 10px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 909px) {
	div.cedata div.d1col2 .button{
		font-size: 13px;
		padding-top: 0.6rem;
	}
	div.cedata div.d1col1 .button {
		font-size: 13px !important;
		padding-top: 0.6rem !important;
	}
	div.cedata div.d1col2 .button img, div.cedata div.d1col1 .button img{
		top: 11px;
	}
}
@media only screen and (min-width: 810px) and (max-width: 859px) {
	div.cedata div.d1col2 .button {
		font-size: 12px;
		padding-top: 0.7rem;
	}
	div.cedata div.d1col1 .button {
		font-size: 12px !important;
		padding-top: 0.7rem !important;
	}
}
@media only screen and (min-width: 740px) and (max-width: 809px) {
	div.cedata div.d1col2 .button{
		font-size: 11px;
	}
	div.cedata div.d1col1 .button {
		font-size: 11px !important;
	}
}
@media only screen and (min-width: 700px) and (max-width: 739px) {
	div.cedata div.d1col2 .button{
		font-size: 10px;
		padding-top: 0.8rem;
	}
	div.cedata div.d1col1 .button {
		font-size: 10px !important;
		padding-top: 0.8rem !important;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 699px) {
	div.cedata div.d1col2 .button{
		font-size: 9px;
	}
	div.cedata div.d1col1 .button {
		font-size: 9px !important;
	}
}
/* Taille de la police des boutons */
@media only screen and (min-width: 40.063em) and (max-width: 770px) {
	div.cedata div.d1col2 {
		font-size: 12px;
	}
	div.cedata div.d1col2 span {
		font-size: 12px;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	div#top nav ul {
		float: right;
		width: 400px;
	}
	div.cedata div.d1col2 .button {
		height: 35px;
		padding-left: 1.3rem;
		padding-right: 0rem;
	}
	div.cedata div.d1col2 .button img{
		left: 5px !important;
		width: 18px !important;
	}
	div.cedata div.d1col2 .button.button-brochure img{
		width: 13px !important;
	}
	div.cedata div.d2col3 .button {
		padding-left: 0;
		padding-right: 0;
		font-size: 0.9rem;
	}

	div.cedata div.d1col1 .button {
		height: 35px !important;
		padding-left: 1.3rem !important;
		padding-right: 0rem !important;
	}
	div.cedata div.d1col1 .button img{
		left: 5px !important;
		width: 18px !important;
	}
	div.cedata div.d1col1 .button.button-brochure img{
		width: 13px !important;
	}
	
	
	div.cedata div.grplistce #celistslideright,	
	div.cedata div.grplistce #celistslideleft {		
		margin-top: 21px;
	}
}
@media only screen and (max-width: 770px) {
	div#main div#intro .bx-viewport {
		width: 100% !important;
	}
	div#main div#intro div#introslidebt {
		left: inherit;
		right: 10px;
		bottom: 5px;
	}
	div#main div.intro-group div#introslidebt {
		bottom: 12px !important;
	}
}
@media only screen and (min-width: 40em) {
	div#cedata3 .button:hover img{
		right: 5px;
	}
	div.cedata div.d1col1 .button {
		background-image: #df0001; /* Old browsers */
		background-image: -moz-linear-gradient(#df0001, #a80105);
		background-image: -webkit-gradient(#df0001, #a80105);
		background-image: -webkit-linear-gradient(#df0001, #a80105);
		background-image: -o-linear-gradient(#df0001, #a80105);
		background-image: -ms-linear-gradient(#df0001, #a80105);
		background-image:linear-gradient(#df0001, #a80105);
		/* Pour Internet Explorer antérieur à 10 */
		filter:progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#df0001',endColorstr='#a80105', 
		GradientType=0);
		background-color: #73000d;
		color: #ffffff !important;
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 15px;
		height: 40px;
		margin-bottom: 0.3rem;
		padding-left: 2rem;
		padding-right: 0rem;
		padding-top: 0.7rem;
		text-decoration: none;
		width: 103%;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 3px;
	}
	div.cedata div.d1col1 .button img{
		position: absolute;
		left: 10px;
	}
}
@media only screen and (max-width: 40em) {
	.tab-bar{
		overflow: hidden;
	}
	.left-off-canvas-menu{
		background-color: #1d2a32;
		color: #ffffff;
	}
	.left-off-canvas-menu h1{
		border-bottom: 2px solid #272b41;
		color: #ffffff;
		font-family: "ToyotaDisplayBold", arial;
		font-size: 15px;
		height: 60px;
		margin: 0;
		padding: 23px 0 0 10px;
	}
	.left-off-canvas-menu ul{
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 12px;
		list-style: none;
		margin: 0;
	}
	.left-off-canvas-menu a{
		color: #ffffff;
		text-decoration: none;
	}
	.left-off-canvas-menu li{
		background-image: url('/images/toyota-fleche-droite.png');
		background-repeat: no-repeat;
		background-position: 95% center;
		border-bottom: 2px solid #272b41;
		height: 50px;
		padding: 15px 0 0 10px;
	}
	.left-off-canvas-menu li:hover{
		background-color: #000000;
	}
	.bottom-menu-mobile{
		margin-top: 10px;
	}
	.bottom-menu-mobile div{
		height: 56px;
		float: left !important;
		padding: 0 1px 1px 1px;
		position: relative;
	}
	.bottom-menu-mobile div:nth-child(odd){
		padding-left: 0;
	}
	.bottom-menu-mobile div:nth-child(even){
		padding-right: 0;
	}
	.bottom-menu-mobile div a{
		background-color: #162127;
		display: block;
		height: 100%;
		width: 100%;
	}
	.bottom-menu-mobile .lang{
		padding: 0;
	}
	.bottom-menu-mobile .lang a{
		background-color: inherit;
		border-top: 1px solid #131e23;
		border-bottom: 1px solid #131e23;
		font-size: 14px;
		padding-top: 20px;
		text-align: center;
	}
	.bottom-menu-mobile div img{
		display: block;
		margin: 0 auto;
		position: relative;
		top: 16px;
	}
	.tab-bar h1#titrece {
		line-height: 1.2rem;
		margin: 7px;
		text-align: initial;
	}
	.tab-bar h1#titrece a{
		color: #6c7073 !important;
	}
	.tab-bar h1#titrece span{
		color: #838282 !important;
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 13px;
	}
	.tab-bar img {
		position: absolute;
		right: 10px;
		top: 0;
	}
	div#main div#intro div#introslidebt {
		left: 50%;
		right: inherit;
		bottom: 5px;
		margin-left: -130px;
	}
	div#main div.intro-group div#introslidebt {
		bottom: 12px !important;
	}
	.cedata{
		padding-top: 25px !important;
	}
	div.cedata .contact{
		margin-bottom: 20px !important;
	}
	.d1col2{ /* Contact */
		border-top: 2px solid #eaebed;
		padding-top: 35px;
		margin-top: 25px;
	}
	.d1col2 span{
		float: initial !important;
	}
	.d1col2 span a{
		font-size: 13px;
	}
	.d1col2 .buttons{
		position: absolute;
		top: 40px;
		right: 0.9375rem;
		float: right;
		width: 50%;
	}
	.d1col2 .buttons .button{
		font-size: 14px !important;
		float: right;
		padding-left: 2rem;
		padding-right: 0rem;
		width: 87% !important;
	}
	.d1col2 .buttons .button img{
		width: 17px !important;
	}
	div.cedata div.d1col2 .buttons .button:first-child img{
		top: 14px;
	}
	.d2col3{ /* Horaires */
		border-top: 2px solid #eaebed;
		padding-top: 15px;
		margin-top: 20px;
	}
	.d2col3 a[title="commercial"] {
		padding-left: 0;
		padding-right: 0;
	}
	div.cedata div.d2col3 .button {
		font-size: 14px;
	}
	#cedata3{
		padding-top: 0px !important;
	}
	#cedata3 .buttons{
		padding-left: 0.9375rem !important;
		padding-right: 0.9375rem !important;
		float: left;
		width: 100% !important;
	}
	#cedata3 .button{
		color: #000000 !important;
		margin-bottom: 10px !important;
		padding-left: 1.5rem !important;
		text-align: left;
		width: 100% !important;
	}
	#cedata3 .button-gamme{
		float: inherit !important;
	}
	#service{
		background-color: #24333b;
		margin-top: 0px !important;
		padding-bottom: 30px;
	}
	#service h2{
		color: #ffffff !important;
		padding: 20px 0 20px 0;
	}
	#servicelist .bx-window, #servicelist .bx-wrapper{
		width: 100% !important;
		height: 100% !important;
	}
	#servicelist .bx-viewport{
		height: 100% !important;
	}
	.services-slider{ /* Slider pour services */
		height: 100% !important;
		margin-left: 0;
	}
	.services-slider li{ /* Slider pour services */
		background-color: #374a54;
		border-top: 2px solid #5a6470;
		border-right: 1px solid #5a6470;
		border-bottom: 2px solid #5a6470;
		border-left: 1px solid #6b787b;
	}
	.services-slider li a{ /* Slider pour services */
		color: #ffffff !important;
	}
	div#service a {
		color: #6c7073;
		cursor: default;
		display: inline-block;
		line-height: 1rem;
		padding: 0 20px 0 10px;
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 14px;
		text-decoration: none;
		z-index: 9999;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.main-master #footer{
		margin-bottom: 95px;
	}
	#footer{
		background-color: inherit !important;
	}
	#footertop{
		background-color: #ffffff;
		padding-top: 0px !important;
	}
	#footerlink-mobile{
		height: 125px;
	}
	#footerlink-mobile .button{
		background-image: #eff0f1; /* Old browsers */
		background-image: -moz-linear-gradient(#ffffff, #eff0f1);
		background-image: -webkit-gradient(#ffffff, #eff0f1);
		background-image: -webkit-linear-gradient(#ffffff, #eff0f1);
		background-image: -o-linear-gradient(#ffffff, #eff0f1);
		background-image: -ms-linear-gradient(#ffffff, #eff0f1);
		background-image:linear-gradient(#ffffff, #eff0f1);
		/* Pour Internet Explorer antérieur à 10 */
		filter:progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#ffffff',endColorstr='#eff0f1', 
		GradientType=0);
		background-color: #e8e9ea;
		box-shadow: 0 1px 1px rgba(0,0,0,.15),inset 0 0 1px rgba(30,42,50,.5);
		color: #000000;
		font-size: 15px;
		height: 65px;
		margin-top: 20px;
		margin-bottom: 17px;
		padding-top: 1rem;
		padding-left: 1rem;
		text-align: left;
		text-decoration: none !important;
		width: 100%;
	}
	#footerlink-mobile .sur-englobe-links{
		border-top: 1px solid #e6e6e8;
		padding-bottom: 13px;
		position: absolute;
		width: 100%;
	}
	#footerlink-mobile .button-toyota{
		color: #9d323a;
		display: block;
		font-family: "ToyotaDisplayRegular", arial;
		height: 45px;
		margin: 0 auto;
		margin-top: 15px;
		padding-top: 0.8rem;
		text-align: center;
		width: 70%;
	}
	#footerlink-mobile .button-toyota img{
		position: inherit !important;
		top: inherit !important;
		bottom: 2px !important;
		right: 0 !important;
		margin-right: 10px;
	}
	#footerlink-mobile .button:hover {
		background-image: none;
		background-color: #e8e9ea;
	}
	#footerlink-mobile .button img{
		position: absolute;
		right: 15px;
		top: 28px;
	}
	#footerlink-mobile .button-group li{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	#footerlink-mobile .button-group .button{
		font-size: 10px;
		height: 40px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		text-align: center;
	}
	#footerlink-mobile .button-group li:first-child .button{
		padding-top: 1rem;
	}
	#footerlink-mobile .englobe-links{
		color: #5c5c5c;
		margin: 15px 0 0 0;
		text-align: center;
	}
	#footerlink-mobile .englobe-links a{
		color: #6c7073;
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 13px;
		text-decoration: none;
	}
	#footertop{
		padding-bottom: 0px !important;
	}

	/* Bande Actualités Top Mobile */
	div#main div#banfils {
		background-position: 14px center;
		background-repeat: no-repeat;
		background-image: url('/images/toyota-icone-actualite.png');
		background-size: 31px 31px;
	}
	div#main div#banfils #banfilsslide {
		background-image: none;
	}
	div#main div#banfils #banfilsslide p {
		color: #ffffff;
		font-family: "ToyotaDisplayRegular", arial;
		font-size: 14px;
		position: absolute;
		left: 55px;
		line-height: 1;
		top: 50% !important;
	}
	div#service div#servicetitre h2 {
	    font-family: 'ToyotaTextRegular',arial !important;
	    margin: 0;
	}
	div#service a {
		display: block;
		padding: 0 !important;
		font-family: "ToyotaTextRegular", arial !important;
		font-size: 14px !important;
		text-align: center !important;
		text-rendering: optimizeLegibility;
		top: 40px;
		height: auto;
		-webkit-font-smoothing: antialiased;

	}
	div#service div#servicelist li{
		padding-top: 0px !important;
	}
	div.pagerecherche{
		margin-bottom: 25px !important;
	}
	.message-success{
		text-align: center;
	}
	div.pagerecherche h1{
		margin-bottom: 25px !important;
	}
	div.pagedata div.pagetexte p {
		line-height: 1rem;
		margin-bottom: 20px;
		padding-left: 14px;
		padding-right: 14px;
	}
	div.pagerecherche form{
		margin-bottom: 0px !important;
	}
	.main-contact .pagerecherche{
		margin-bottom: 10px !important;
	}
	div.cedata div.d1col1 .small-7{
		padding-left: 0 !important;
	}
	div.cedata div.d1col1 .button-group1 {
		right: 0 !important;
	}
	div.cedata div.d1col1 .button-group1 li a img{
		width: 17px;
	}
	div.cedata div.d2col3 .button-group{
		width: 100%;
	}
	div.cedata div.d2col3 .button{
		height: 40px;
		padding-top: 0.8rem;
	}
	div#master div#colleft {
		margin-top: 60px !important;
	}
	#carListBox {
		display: none !important;	
	}
	#carListMobile{
		display: block !important;
	}
	div.chdefer {
		padding-left: 0.9475rem;
	}
	.textinfo {
		margin-bottom: 16px;
	}
	.pagerecherche #formessai select[name="day"], .pagerecherche #formessai select[name="month"], .pagerecherche #formessai select[name="year"] {
		width: 31% !important;
	}
	.img-tpl3{
		display: block;
		margin: 0 auto;
		margin-bottom: 16px !important;
	}
	.img-tpl4{
		display: block;
		margin: 0 auto;
		margin-bottom: 16px !important;
	}
	.pagetexte{
		margin-top: 10px !important;
	}
	div#main div#banfils a{
		height: 100%;
	}

	/* Page Groupe*/
	.grplistce{
		margin-top: 32px;
	}
	.grplistce .tabcelist-mobile,
	.grplistce .tabcelistRegion-mobile{
		margin: 0 !important;
	}
	.grplistce .tabcelist-mobile h2,
	.grplistce .tabcelistRegion-mobile h2{
		text-align: center;
	}
	.grplistce .tabcelist-mobile .tdcebox,
	.grplistce .tabcelistRegion-mobile .tdcebox{
		border-top: 2px solid #eaebed;
		padding-top: 20px;
		padding-bottom: 26px;
	}
	.grplistce .tabcelist-mobile .ceville,
	.grplistce .tabcelistRegion-mobile .ceville{
		font-family: "ToyotaTextBold", arial;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	.grplistce .tabcelist-mobile .button,
	.grplistce .tabcelistRegion-mobile .button{
		display: block;
		font-size: 14px !important;
		margin: 0 auto !important;
		padding-top: 0.7rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative !important;
		width: 80% !important;
	}
	.grplistce .tabcelist-mobile .button img,
	.grplistce .tabcelistRegion-mobile .button img{
		position: relative;
		right: 6px;
	}
	.intro-group{
		height: 210px !important;
	}
	div#main div#intro div#introslidebt div#intropuce{
		float: inherit !important;
		width: inherit !important;
	}
	div#main div#intro div#introslidebt div#intropuce div#intropager {
		padding-top: 5px !important;
		text-align: center;
	}
	div#main div.introLayer {
		display: none !important;
	}
	div.cedata div.otherurl {
		margin-top: 35px;
	}
	
	div.cedata div.d2col3 .tabTxtHeure tr td .heureSepPc {
		display: none;
	}
	div.cedata div.d2col3 .tabTxtHeure tr td .heureSepMob {
		display: inline;
	}
	div.cedata div.d2col3 .tabTxtHeure tr td.caseJour {
		width: 180px;
		padding-right: 0;
	}
	div.cedata div.d2col3 .tabTxtHeure tr td.caseHeure {
		text-align: left;
	}
	div#main .illustration-reparateur img{
		left: -50%;
		max-width: 200% !important;
		position: relative;
	}
	div#main .illustration-reparateur p{
		font-size: 14px !important;
	}
	
}
@media only screen and (min-width: 40em) {
	.textinfo {
		font-family: "ToyotaTextRegular", arial;
		font-size: 14px;
		padding: 10px 0 0 0;
	}
	#formessai{
		width: 500px;
		margin: 40px auto 40px auto;
	}
	#banfilsslide a, #banfilsslide p{
		padding-right: 80px;
	}
}
@media only screen and (max-width: 380px) {
	.grplistce .tabcelist-mobile .button img,
	.grplistce .tabcelistRegion-mobile .button img{
		bottom: 1px;
		position: relative;
		right: 3px;
	}
}
@media only screen and (max-width: 360px) {
	div.cedata div.d1col2 .contact-mobile .button{
		font-size: 14px !important;
	}
	div.cedata div.d1col2 .contact-mobile .button-contact{
		font-size: 14px !important;
		padding-left: 1.5rem !important;
	}

	div.cedata div.d1col2 .contact-mobile .button img{
		left: 5px !important;
	}
	div.cedata div.d1col2 .contact-mobile .button-phone img{
		width: 15px !important;
	}
	div.cedata div.d1col2 .contact-mobile .button-contact img{
		top: 14px !important;
		width: 19px !important;
	}
}
@media only screen and (max-width: 337px) {
	#footerlink-mobile .button-group .button{
		font-size: 10px;
		height: 40px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.5rem !important;
		text-align: center;
	}
	#footerlink-mobile .button-group li:first-child .button{
		padding-top: 1rem !important;
	}
	div.cedata div.d2col3 .tabTxtHeure tr td.caseJour {
		width: 150px;
		padding-right: 0;
	}
}