@charset "utf-8";
/* CSS Document */


/*
GLOBAL
 */
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	color: #333; 
	font-size: 14px;
	/*
	background-color: #1A093B;
	background-color: #0D1B1E;
	*/
	background-color: #1E1E1E;
	font-family: "Open Sans", Montserrat, Arial;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Sansita, Georgia, Arial;
}
h1 {
	font-size: 40px;
	margin-bottom: 5px;
}
h2 {
    /*
    color: #D79786;
    color: #DD4925;
    color: #CB563A;
    */
    color: #ABB4BE;
	font-size: 30px;
	margin-bottom: 25px;
}
h2:after {
	background-color: #DD4925;
	margin: 6px 0 0;
	display: block;
	height: 2px;
	width: 45px;
	content: '';
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 14px;
}
a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	/*
	color: inherit;
	color: #DD4925;
	color: #D59988;
	*/
	color: #CB563A;
	text-decoration: none;
}
a {
	/*
    */
    overflow: hidden;
	display: inline-block;
}
a img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	vertical-align: middle;
}
a:hover img {
	-webkit-transform: scale(1.15); /* Safari and Chrome */
	-moz-transform: scale(1.15); /* Firefox */
	-ms-transform: scale(1.15); /* IE 9 */
	-o-transform: scale(1.15); /* Opera */
	transform: scale(1.15);
}
p {
    color: white;
    /*
    color: #CCC;
    color: #ADACAC;
    */
}
ul {
	display: block;
	list-style-type: none;
}
li {
	display: block;
}
sup {
    /*
	color: #999;
    */
	top: -0.3em;
	color: #CCC;
	margin-left: 4px;
}
#NB p {
    font-size: 12px;
    margin-bottom: 5px;
}



 /*
 FORM
 */

label {
	font-size: 15px;
	color: #4a4848;
	font-weight: 100;
	margin-bottom: 20px;
}
label.checkbox {
	margin: 0 0 5px 20px;
}
input[type='text'], input[type='password'], select, textarea {
	/*
    background-color: #f0f0f0;
	color: #625b5b;
    */
    color: #454545;
    background-color: #CCC;
}
.select {
	display: inline-block;
	position: relative;
	width: 100%;
}
.select:before {
	display: block;
	content: '';
	right: 6px;
	top: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
}
.select:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 12px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
	border-bottom: 1px solid #ddd;
	font: 11px "Consolas", monospace;
	content: '<>';
	color: #AAA;
}
.select select {
    /*
	border: 1px solid #bfb6b6;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	outline: none;
    */
	width: 100%;
    color: #CCC;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #999;
    background-color: #666;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}




 /*
COMMUN
 */

.body {
	position: relative;
	margin: 0 auto;
	width: 1140px;
    padding: 0 10px 50px 5px;
	/*
    padding: 0 15px 50px 15px;
    */
}
.body-gray, .body-ad {
	background-color: #e4e4e4;
}
.body-blue {
	margin-bottom: 40px;
	background-color: #2E353E;
    /*
	background-color: #293448;
    */
}
.body-blue h2 {
	/*
    color: #FFF;
    */
	color: #ABB4BE;
}
.body-blue .body {
	padding: 20px 15px;
}
.body:before, .body:after {
	content: "";
	display: table;
}
.body:after {
	clear: both;
}


	 /*
	SKIN
.ad-container {
	text-align: center;
}
.body.ad-container {
	padding: 20px 15px 40px 15px;
}
.ad-fixed {
	display: none;
}
.ad-fixed .content {
	max-width: 360px;
	margin: 0 auto;
}
	 */




.promo {
	font-family: "Open Sans", Arial, serif;
    background-color: #DD4925;
    padding: 0 8px 2px 8px;
    margin-left: 8px;
    font-size: 10px;
    color: #FFF;
    /*
    background-color: #DD4D27;
    */
}






 /*
BUTTON
 */

.btn {
	outline: none !important;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 20px;
	text-align: center;
	letter-spacing: 0.5px;
}
.btn-lg {
	font-size: 16px;
	font-family: Sansita, Georgia, Arial;
}
.btn.small {
	font-size: 12px;
	padding: 3px 20px;
}
.btn.medium {
	padding: 5px 40px;
}
.btn.favorite {
	padding: 5px 10px;
}
.btn.large {
	width: 100%;
	padding: 7px 0;
}
.btn.big{
	font-size: 15px;
	padding:11px 15px;
}
.btn.radius{
	border-radius: 3px;
}
.btn.text:first-letter{
	font-size: 1.2em;
}
/*-- Colors --*/
.gris-fonce {
	color: #211D1D!important;
}
.gris-clair {
	color: #7D7D7D!important;
}
.blanc {
	color: #FFF!important;
}
.orange {
	color: #EF5A28!important;
}
.bleu {
	color: #369!important;
}
.bleu-clair {
	color: #2898EF!important;
}
.blanc-orange {
	background-color: #FFF;
	border: 1px solid #DD4925;
	color: #EF5A28 !important;
}
.blanc-gris {
	background-color: #FFF;
	border: 1px solid #7d7d7d;
	color: #333 !important;
}
.blanc-orange {
	background-color: #FFF;
	border: 1px solid #DD4925;
	color: #EF5A28 !important;
}
.orange-blanc {
    /*
	background: #DD4925;
    */
	background: #CB563A;
	border: 1px solid #DD4925;
	color: #FFF !important;
}
.orange-blanc-clair{
	color: #FFF !important;
	background: #CB563A;
	border: 1px solid #DD4925;
}
.gris-orange {
	background: #ebebeb;
	border: 1px solid #cfbbbb;
	color: #EF5A28 !important;
}
.gris-noir {
    background-color: #2E353E;
	border: 1px solid #555F6D;
	color: #BDBDBD !important;
	/*
	border: 1px solid #cfbbbb;
	border: 1px solid #CCC;
	background: #ebebeb;
	*/
}
.bleu-blanc {
	/*
	background-color: #2898ef;
	border: 1px solid #2898ef;
	*/
	color: #FFF !important;
	border: solid 1px #28967C;
	background-color: #28967C;
}
.bleu-blanc-fonce{
	background-color: #293448;
	border: 1px solid #293448;
	color: #FFF !important;
}
.gris-blanc{
	/*
    background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
    */
	color: #FFF !important;
    border: 1px solid #6D7F97;
    background-color: #6D7F97;
}
.fa, .fab, .fas, .far {
	margin: 0 6px 0 5px;
}

/*
COLUMNS
 */

.col11, .col21 {
	width: 810px;
	float: left;
	padding-right: 30px;
}
.col12 {
	width: 300px;
	float: left;
}
.col22 {
	width: 300px;
	float: right;
}
#autonews.col11 {
	padding: 40px 30px 0 0;
}



 /*
HEADER
 */

#nav-main nav {
	/*
	background-color: white !important;
	*/
	background-color: transparent !important;
	margin-bottom: 1px !important;
	min-height: 75px !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 10px;
}
#nav-main #nav-header {
	/*
	border-bottom: #D59988 solid 1px !important;
	background-color: #1E1E1E;
    */
    border-bottom: #DD4D27 solid 1px !important;
}
#nav-main #nav-menus {
	/*
	background-color: #293448;
	background-color: #152E33;
	*/
	background-color: #2E353E;
	border-bottom: #BDBDBD solid 1px !important;
}
#nav-main #nav-menus nav {
	padding: 0;
	min-height: auto !important;
	/*
	background-color: #293448 !important;
	background-color: #152E33 !important;
	*/
}
#nav-main .navbar-brand {
	height: auto;
	padding: 0;
}
#nav-main .navbar-brand img {
	-webkit-transform: scale(1); /* Safari and Chrome */
	-moz-transform: scale(1); /* Firefox */
	-ms-transform: scale(1); /* IE 9 */
	-o-transform: scale(1); /* Opera */
	transform: scale(1);
	width: 230px;
}
#nav-main #sites {
	margin: 10px;
	float: right;
}
#nav-main #sites .btn-moto {
	color: #FFF;
	background-color: #D00;
	text-transform: uppercase;
}
#nav-main #sites .btn-moto:hover {
	background-color: #B00404;
}
#nav-main #sites .btn-mobile {
	color: #FFF;
	text-transform: uppercase;
	background-color: #73B539;
}
#nav-main #sites .btn-mobile:hover {
	background-color: #67A72E;
}
#nav-menu {
	font-family: Sansita, Georgia, Arial;
	font-size: 18px;
	margin: 5px 0;
}
#nav-menu .item>a {
	/*
    color: #FFF;
    */
	color: #ADACAC;
	padding: 9px 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav-menu .item>a:hover {
	color: #DD4925;
	color: #D79786;
	padding: 8px 15px;
    /*
	background-color: #FFF;
	background-color: #ADACAC;
	background-color: #3D5D65;
    */
	background-color: #4D5969;
}
#nav-menu ul a {
	/*
    color: #777;
	color: #333;
	color: #ADACAC;
    */
	color: #D3CDCD;
	display: block;
	padding: 8px 0px 5px 15px;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#nav-menu .dropdown:hover, #nav-menu .single:hover {
	border: 1px solid rgba(33,33,33,0.2);
	font-weight: 700;
}
#nav-icon {
	float: right;
	display: inline-block;
}
#nav-icon li {
	display: inline-block;
	vertical-align: top;
}
#nav-icon li.nav-user.show {
	display: inline-block !important;
}
#nav-icon a {
	position: relative;
	display: block;
	color: #BFBFBF;
	font-size: 12px;
	padding: 15px 5px 0 5px;
}
#nav-icon span {
	background-color: #DD4D27;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	top: 6px;
	color: #FFF;
}



 /*
USER-ICONE
 */

#nav-icon .nav-user {
	position: relative;
}
#nav-icon .nav-user ul li {
	display: block;
}
#nav-icon .nav-user ul li a {
	/*
    border-bottom: 1px solid rgba(109, 94, 94, 0.2);
	font-size: 14px;
	color: #333;
    */
    padding: 5px 10px;
	color: #FFF;
	font-size: 14px !important;
    border-bottom: 1px solid #999;
}
#nav-icon .nav-user ul li a:hover {
    background-color: #CB563A;
}
#nav-icon .nav-user ul li:last-child a {
	border-bottom: 0;
}
#nav-icon .nav-user ul li a i {
	margin-right: 5px;
}
#nav-icon .nav-user span {
	right: 3px;
}
#nav-icon .nav-comparer span {
	right: 5px;
}
#nav-icon img {
	display: block;
	margin: 0 auto;
    border-radius: 25px;
}
#nav-form {
	border-collapse: separate;
	position: relative;
	display: table;
	float: right;
	padding-top: 15px;
	margin: 0 45px 0 0;
}
#nav-form .form-group {
	margin-bottom: 0;
}
#nav-form input {
	/*
	background-color: #FFF;
	*/
	z-index: 3;
	font-size: 10px;
	position: relative;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #282D36;
	border-color: #282D36;
    color: #F4ED81;
}
#nav-form .input-group-btn i {
	color: #FFF;
}
#nav-form .input-group-btn button {
	height: 34px;
	padding: 6px 12px;
	margin-right: 20px;
	background-color: #29314A;
}
#nav-form #postAd {
	width: 140px;
}
#nav-offre {
	overflow: auto;
}
#nav-offre p {
	float: left;
}
#nav-offre ul {
	float: none;
}
#nav-offre p {
	font-family: "Open Sans", Georgia, Arial;
	text-transform: uppercase;
	background-color: #DD4D27;
	letter-spacing: 1px;
	font-size: 10px;
	color: #FFF;
	margin: 0 15px 10px auto;
	padding: 2px 8px 2px 5px;
}
#nav-offre .offre-logo {
    /*
	width: 40px;
	height: 40px;
	border-radius: 5px;
    background-color: #62788E;
    */
	box-shadow: 1px 1px 3.5px grey;
	margin: 3px auto 3px auto;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
#nav-offre .offre-logo a {
	padding: 5px;
    top: 8px;
    left: 18px;
    position: absolute;
    border-radius: 25px;
    background-color: #FFF;
}
#nav-offre .offre-logo img {
	width: 30px;
}
#nav-offre .offre-libelle {
    /*
	color: #333;
    */
	font-family: "Open Sans", Georgia, Arial;
	text-transform: uppercase;
	font-size: 10px;
    color: #A3A3A3;
	margin: 5px 0 0 0;
	text-align: center;
}
.nav-user .dropdown-menu {
    background-color: #6D7F97;
}
.nav-form {
	float: right;
	width: 580px;
	overflow: auto;
	text-align: right;
}
.nav-form input {
	width: 320px;
}




     /*
    FOOTER
     */
#carousel-footer-brand {
	text-align: center;
	margin-bottom: 20px;
}
#carousel-footer-brand .item {
	/*
    max-width: 50px;
	box-shadow: 1px 1px 3.5px grey;
    */
	margin: 3px auto 3px auto;
	width: 55px;
	height: 55px;
}
#carousel-footer-brand .item a {
	border-radius: 25px;
    padding: 5px;
    left: 25px;
    position: absolute;
    background-color: #FFF;
}
#carousel-footer-brand .item img {
    /*
	width: auto !important;
    */
    max-width: 45px;
}
#footer-bar {
	padding: 30px 15px 0;
	text-align: center;
}
#footer-bar ul {
	/*
	font-size: 16px;
	*/
	margin-bottom: 2px;
}
#footer-bar li {
	display: inline-block;
	margin-left: 40px;
}
#footer-bar li:first-child {
	margin-left: 0;
}
#footer-bar a {
	/*
	color: #7c7c7c;
	font-size: 16px;
	font-weight: bold;
	color: #AB9D9D;
	*/
	color: #999;
}
#footer-bar a:hover {
    color: #D59988;
}
#footer-menu {
	/*
	background-color: #e4e4e4;
	*/
	margin-bottom: 40px;
	background-color: #424141;
	border-top: 2px solid #DD4925;
}
#footer-menu .body {
	padding: 20px 75px 10px 75px;
	font-size: 13px;
}
#footer-menu ul, #footer-menu .newsletter {
	float: left;
	width: 20%;
}
#footer-menu .head {
	/*
	color: #7C7C7C;
	*/
	font-family: Sansita, Georgia, serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #AB9D9D;
	padding-left: 0;
	margin-bottom: 10px;
}
#footer-menu li {
	color: #8d8d8d;
	margin-bottom: 5px;
	padding-left: 10px;
}
#footer-menu li a:hover {
	/*
    color: #DD4925;
    */
	color: #D59988;
}
#footer-menu .newsletter .head {
	/*
    color: #DD4925;
    */
	color: #D59988;
}
#footer-menu .newsletter p {
	color: #8d8d8d;
	margin-bottom: 10px;
}
#footer-menu input[type="text"] {
	/*
    background-color: #FFF;
    */
	float: left;
	width: 77%;
	margin-top: 1px;
	padding: 2px 0px 2px 10px;
    background-color: #282D36;
    border-color: #282D36;
}
#footer-menu .btn {
	background-color: #DD4925;;
	border-radius: 0;
	color: #FFF;
	float: right;
	font-weight: bold;
	padding: 4px 12px;
	width: 20%;
}
#footer-social {
	text-align: center;
}
#footer-social li {
	margin-bottom: 5px;
	margin-left: 20px;
	display: inline-block;
}
#footer-social li:first-child {
	margin-left: 0;
}
#footer-social li a {
	text-align: center;
	display: block;
    color: #FFF;
	width: 40px;
	height: 42px;
	font-size: 25px;
	border-radius: 50%;
	padding: 4px 5px 5px 5px;
	background-color: #9D9D9D;
}
#footer-social li a:hover {
	/*
    color: #9D9D9D;
    */
    color: #FFF;
	background-color: #DD4925 !important;
}
#footer-social .copy {
	color: #666;
	margin: 10px 0;
	font-size: 10px;
	text-align: center;
}



     /*
    COMPARATEUR
     */
#nav-comparatif {
    /*
	background-color: #DEDEDE;
    */
	border-bottom: 2px solid #C3C3C3;
	background-color: #2E353E;
	min-width: 1140px;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	position: fixed;
}
#nav-comparatif .body {
	width: 100%;
	min-width: 1140px;
	max-width: 1190px;
	padding: 5px 0 15px;
}
#nav-comparatif h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#nav-comparatif h2:after {
	display: none;
}
#nav-comparatif .items {
	width: 100%;
}
#nav-comparatif .items li {
	/*
    background-color: #F0F0F0;
	*/
    background-color: #ABB4BE;
	padding: 25px 10px 15px;
	position: relative;
	width: 18.4%;
	float: left;
	height: 210px;
	margin-right: 2%;
}
#nav-comparatif .items li:last-child{
	margin-right: 0;
}
#nav-comparatif .items li .item-close{
	border: 1px solid #F17C6C;
	border-radius: 20%;
	padding: 0px 3px;
	font-size: 10px;
	color: #f17c6c;
	right: 5px;
	top: 5px;
	cursor: pointer;
	position: absolute;
}
#nav-comparatif .items li h3 {
    /*
	color: #6E6E6E;
    */
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 2;
	color: #CB563A;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#nav-comparatif .items li.empty h3 {
	margin-bottom: 25px;
}
#nav-comparatif .items li select {
	background-color: #FFF;
	border-radius: 0;
	padding: 3px 7px;
	margin-bottom: 20px;
}
#nav-comparatif .items li.empty select {
	margin-bottom: 7px;
}
#nav-comparatif .items li .select:after {
	top: 6px;
}
#nav-comparatif .items li img{
	max-height: 100px;
	max-width: 100%;
	padding: 0 20px;
	display: block;
	height: auto;
	width: 100%;
}
#nav-comparatif .items li.control {
	background-color: transparent;
	padding-top: 50px;
	text-align: center;
}
#nav-comparatif .nav-comparatif-close i {
    color: #ABB4BE;
}
#nav-comparatif .nav-comparatif-close {
	/*
    box-shadow: 0px 1px 0px 1px #C3C3C3;
	border: 1px solid #FFF;
	background-color: #DEDEDE;
    */
	box-shadow: 0px 1px 0px 1px #616060;
	border-radius: 0 0 3px 3px;
	border: 1px solid #2F343E;
	border-top: 0;
	right: 0;
	bottom: -20px;
	position: absolute;
	padding: 1px 20px 5px;
	background-color: #2E353E;
}
#nav-comparatif select {
	font-size: 12px;
}
.loader {
	background-color: #F0F0F0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.loader span, .loader span:before, .loader span:after {
	border-radius: 50%;
}
.loader span {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	text-indent: -99999em;
	position: relative;
	display: block;
	font-size: 11px;
	color: #FFF;
	margin: 25%;
	width: 50%;
	height: 50%;
	max-width: 100%;
	max-height: 100%;
	box-shadow: inset 0 0 0 1em;
}
.loader span:before, .loader span:after {
	position: absolute;
	content: '';
}
.loader span:before {
	animation: load2 2s infinite ease 1.5s;
	background: #F0F0F0;
	height: 10.2em;
	width: 5.2em;
	top: -0.1em;
	left: -0.1em;
	transform-origin: 5.2em 5.1em;
	border-radius: 10.2em 0 0 10.2em;
	-webkit-animation: load2 2s infinite ease 1.5s;
}
.loader span:after {
	-webkit-animation: load2 2s infinite ease;
	-webkit-transform-origin: 0px 5.1em;
	animation: load2 2s infinite ease;
	border-radius: 0 10.2em 10.2em 0;
	transform-origin: 0px 5.1em;
	background: #F0F0F0;
	height: 10.2em;
	width: 5.2em;
	top: -0.1em;
	left: 5.1em;
}
@-webkit-keyframes load2 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}







@media (min-width: 768px) {
	
	 /*
	COMMUN
	 */
  body {
	/*
	min-width: 1140px;
	*/
  }
  
	 /*
	HEADER
	 */
  #nav-main, #nav-offre, #footer-menu, .body-blue, .body-gray, .body-ad {
	min-width: 1140px;
  }
  #nav-main {
	margin-bottom: 20px;
  }
  #nav-menu .dropdown:hover,   #nav-menu .single:hover {
	font-weight: 400;
	border: 1px solid rgba(33,33,33,0.2);
  }
  #nav-menu .dropdown:hover>a:after {
	display: inline-block;
	text-rendering: auto;
	vertical-align: top;
	content: "\f078";
	margin-left: 5px;
	font-size: 12px;
	margin-top: 3px;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
  }
  #nav-menu .item:hover ul {
	display: block;
  }
  #nav-menu ul {
	/*
    background-color: #FFF;
	background-color: #3D5D65;
    */
	border: 1px solid rgba(51, 51, 51, 0.2);
	background-color: #4D5969;
	position: absolute;
	z-index: 1000;
	display: none;
	left: -1px;
	width: 200px;
	font-size: 14px;
	font-weight: 400;
  }
  #nav-menu ul li {
	/*
    border-bottom: 1px solid #FFF;
    */
	border-bottom: 1px solid #152E33;
  }
  #nav-menu ul li:last-child {
	border-bottom: 0;
  }
  #nav-menu ul a:hover {
    /*
	color: #FFF;
	background-color: #DD4925;
    */
	color: #D79786;
	font-weight: 700;
  }
  #nav-offre {
	/*
	padding: 5px 10px;
	*/
	margin: 0 auto;
	width: 1140px;
	min-height: 50px;
	padding: 5px 10px 20px 10px;
  }

	 /*
	SKIN
  html.wide body {
	min-width: 1460px;
  }
  html.wide #nav-main, html.wide #breadcrumb {
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
  }
  #id-cover {
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 1460px;
	left: -175px;
	top: -20px;
  }
  #id-cover img {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
  }
	 */
  
	 /*
	FOOTER
	 */
  #footer-bar li {
	margin-left: 40px;
  }
  #footer-bar a {
	/*
	font-size: 12px;
	*/
  }
  #carousel-footer-brand {
	padding-bottom: 0;
  }
  #carousel-footer-brand .item {
	margin: 0 1%;
  }
  #carousel-footer-brand img {
	/*
	margin: 0 auto;
	max-width: 40px;
	*/
  }
  #footer-social li {
	margin: 0 0 5px 5px;
  }
  #footer-social li a {
	font-size: 15px;
	height: 28px;
	width: 28px;
	padding: 4px 5px 5px 5px;
	padding: 4px 2px 5px 2px;
  }
}





@media (max-width: 320px) {
  #nav-main #sites .btn-mobile {
	display: none; /* iPhone 5 */
  }
}




@media (max-width: 767px) {
	 
	 /*
	GLOBAL
	 */
  body {
	padding-top: 73px;
	padding-top: 120px;
  }
  h1 {
	font-size: 30px;
  }
  h2 {
	font-size: 24px;
  }
  a {
	text-decoration: none !important;
  }
  a img {
	-webkit-transform: initial !important;
	-moz-transform: initial !important;
	-ms-transform: initial !important;
	-o-transform: initial !important;
	transform: initial !important;
  }
  
	 /*
	COMMUN
	 */
  .body {
	width: 100%;
	padding: 0 10px 20px 10px;
	/*
    padding: 0 15px 20px 15px;
    */
  }
  .body-blue, .body-gray {
	margin-top: 15px;
  }
  .body-blue .body, .body-gray .body {
	padding-bottom: 7px;
  }
  .body-ad {
	background-color: transparent;
  }
    
    
	 /*
	SKIN
  #id-cover {
	display: none;
  }
  .ad-container {
	margin: 40px -15px;
	padding: 10px 0 !important;
  }
  .body.ad-container {
	margin: 40px 0 30px;
  }
  .ad-fixed {
	position: fixed;
	display: block;
	width: 100%;
	bottom: 0;
	margin: 0;
	z-index: 9999;
	padding: 5px 0;
	text-align: center;
	background-color:   #E4E4E4;
  }
	 */
    
  .subtitle {
	font-size: 15px;
  }
  .btn.big {
	  font-size: 13px;
  }


	 /*
 	COLUMNS
	 */
  .col11, .col12, .col21, .col22 {
	float: none;
	width: 100%;
	padding-right: 0;
  }
  .col11, .col22 {
	margin-bottom: 15px;
  }
  #autonews.col11 {
	padding: 0;
  }
  
	 /*
	HEADER
	 */
  #nav-main {
    /*
    background-color:   #FFF;
    */
    background-color: #1E1E1E;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
  }
  #nav-header {
	position: relative;
  }
  #nav-main .body {
	padding: 5px 0 0;
  }
  #nav-main .navbar-brand {
	/*
	width: 35%;
	width: 40%;
	*/
    float: left;
	width: 50%;
	padding: 8px 0 0 0;
	margin: 0 0 0 10px;
  }
  #nav-main .navbar-brand img {
	max-width: 100%;
  }
  #nav-main .navbar-toggle:focus,   #nav-main .navbar-toggle:hover {
	background-color: transparent !important;
  }
  #nav-main .navbar-toggle {
	/*
	font-size: 11px !important;
	color:   #333 !important;
	*/
	color: #8D8B8B !important;
	font-size: 70% !important;
	margin-right: 10px;
	padding: 14px 0 0;
	border: 0;
  }
  #nav-main .navbar-toggle.last {
	padding-top: 10px;
  }
  #nav-main .navbar-toggle .icon-bar {
	/*
      background-color:   #323232 !important;
    */
	margin-left: 2px;
	background-color: #8D8B8B !important;
  }
  #nav-main .navbar-toggle .icon-bar:last-child {
	margin-bottom: 6px;
  }
  #nav-main .navbar-toggle.last i {
	color:   #80807f;
	display: block;
	font-size: 18px;
	padding-bottom: 6.5px;
	text-align: center;
  }
  #nav-main #sites {
	float: none;
  }
  #nav-icon {
	float: left;
	margin-left: 10px;
  }
  #nav-icon a {
	/*
	font-size: 11px !important;
	color:   #333 !important;
	*/
	font-size: 10px !important;
	color: #8D8B8B !important;
	padding: 10px 0 0;
	margin-right: 5px;
  }
  #nav-icon span {
	right: 0 !important;
  }
  #nav-form {
	position: absolute;
	display: none;
	margin-left: 0;
	margin-top: 2px;
	padding: 15px;
	width: 100%;
	z-index: 20;
	left: 0;
	top: 100%;
	background-color: #EAEAEA;
	overflow-y: visible !important;
  }
  #nav-form.in {
	display: table!important;
  }
  #nav-form input {
	width: 310px;
  }
  #nav-menu {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
	border-top: 1px solid #A99898;
  }
  #nav-menu .item {
	border: 0 !important;
	text-align: left;
  }
  #nav-menu .dropdown>a:after {
	content: '+';
	display: block;
	font-size: 20px;
	font-weight: bold;
	float: right;
  }
  #nav-menu ul {
	display: none;
	border-bottom: 2px solid   #c1b8b8;
  }
  #nav-menu .down ul {
	display: block;
  }
  /*
  #nav-menu .item>a:hover {
	color: #FFF;
  }
  */
  #nav-menu ul a {
	border: 0;
	font-size: 16px;
    font-weight: 400;
	padding-left: 30px;
	color: #F6BD9D;
  }
  #nav-menu .down>a {
	color: #FFF;
	background-color: #575758;
  }
  #nav-main #sites .btn {
	color: #FFF;
	font-size: 11px;
	padding: 2px 5px;
	text-transform: uppercase;
  }
  #nav-main #sites .hide-md {
	display: inline-block!important;
  }
  #nav-offre p {
	float: left;
  }
  #nav-offre ul {
	float: none;
  }
  #nav-offre {
	height: auto;
	min-height: 40px;
	margin: 10px 0 0 10px;
  }
  #nav-offre p {
	color: #FFF;
	font-size: 10px;
	margin-right: 15px;
	padding: 2px 8px 2px 5px;
	background-color: #DD4D27;
	text-transform: uppercase;
	font-family: "Open Sans", Georgia, Arial;
  }
  #nav-offre .offre-logo {
	width: 44px;
	height: 44px;
	box-shadow: 1px 1px 3.5px grey;
  }
  #nav-offre .offre-logo a {
    left: 25px;
	padding: 5px;
    position: absolute;
  }
  #nav-offre .offre-logo img {
	width: 24px;
  }
  
  
   /*
  COMPARATEUR
   */
  #nav-comparatif {
	min-width: 0;
  }
  #nav-comparatif .body {
	min-width: 0;
  }
  #nav-comparatif {
	font-size: 12px;
  }
  #nav-comparatif select {
	font-size: 11px;
	letter-spacing: -1px;
  }
  #nav-comparatif .items li {
	height: 165px;
	width: 48%;
	margin: 0 1%;
  }
  #nav-comparatif .items li:nth-child(n+3) {
	display: none;
  }
  #nav-comparatif .items li.control {
	width: 98%;
	height: auto;
	padding-top: 15px;
	display: block !important;
  }
  #nav-comparatif .items li h3 {
	font-size: 14px;
	margin-bottom: 10px !important;
  }
  #nav-comparatif .items li select{
	margin-bottom: 10px;
  }
  #nav-comparatif .items li img{
	max-height: 68px;
  }
  #nav-comparatif .nav-comparatif-close{
	right: 10px;
  }
  
  
   /*
  FOOTER
   */
  #footer-bar a {
	/*
      font-size: 12px;
    */
  }
  #footer-bar li {
	/*
      margin-left: 15px;
    */
	margin: 0 0 0 20px;
  }
    
    
  
  #carousel-footer-brand {
	padding-bottom: 0;
  }
  #carousel-footer-brand .item {
	border-radius: 25px;
  }
  #carousel-footer-brand .item a {
    top: 7px;
    left: 12px;
    padding: 2px;
    background-color: #FFF;
    position: absolute;
	/*
	margin: 0 auto;
	max-width: 40px;
	*/
  }
    
    
  #footer-social li {
	margin: 0 0 5px 15px;
  }
  #footer-social li a {
	height: 28px;
	width: 28px;
	font-size: 15px;
	padding: 4px 5px 5px 5px;
  }
  #footer-menu .body {
	padding: 15px 15px 10px;
  }
  #footer-menu .ui-tabs-nav {
	width: 30%;
  }
  #footer-menu .ui-tabs-nav li {
	margin-bottom: 0;
	text-align: right;
	padding: 5px 15px 5px 0;
	border-right: 1px solid #999;
	font-family: Sansita, Georgia, Arial;
  }
  #footer-menu .ui-tabs-nav li.ui-tabs-active {
	border-right: 0;
	font-weight: 700;
	/*
    border: 1px solid #999;
    */
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #footer-menu .ui-tabs-nav li a {
	color: #9F9F9F;
	font-weight: bold;
	outline: 0 !important;
	text-decoration: none !important;
  }
  #footer-menu .ui-tabs-nav li.ui-tabs-active a,   #footer-menu .ui-tabs-nav li.ui-tabs-active a:hover {
	color: #FF6633 !important;
  }
  #footer-menu .ui-tabs-panel {
	width: 70%;
	float: left;
	text-align: left;
	padding-left: 20px;
  }
  #footer-menu .ui-tabs-panel ul {
	width: 100%;
  }
  #footer-menu .ui-tabs-panel li {
	padding-left: 0;
	font-size: 12px;
	color: #AB9D9D;
	/*
	color: #333;
	*/
  }
  
}






@media (max-width: 414px) {
  
  #nav-main .navbar-brand {
	margin: 10px 15px;
    width: 42%;
  }
  #nav-offre {
	margin: 0 auto;
	min-height: auto;
	padding: 15px 10px 10px 10px;
  }
  #nav-offre .offre-logo a {
    left: 20px;
  }
  #footer-social li a {
    padding: 4px 2px;
  }

}





@media (max-width: 375px) {
  
  #nav-main .navbar-brand {
	margin: 10px 12px;
  }
  
}







@media (max-width: 360px) {
  #nav-icon a, #nav-main .navbar-toggle {
	font-size: 60% !important;
	/*
	font-size: 10px !important;
	*/
  }
  #nav-main .navbar-toggle i {
	font-size: 15px !important;
  }
  #nav-main .navbar-toggle {
	padding-top: 5px;
  }
  #nav-main .navbar-toggle.last {
	padding-top: 3px;
  }
  #nav-icon a {
	margin: 0;
  }
  #nav-icon {
	margin-left: 5px;
  }
  #nav-main .navbar-toggle {
	margin-right: 5px;
  }
  #nav-main .navbar-brand {
	margin: 0 0 0 6px;
  }
  #nav-main .navbar-brand {
	width: 45%;
  }
  #nav-form input {
	width: 252px;
  }
  #nav-offre .offre-libelle {
	font-size: 60% !important;
  }
}
