.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s linear both;
	        animation: flip-horizontal-bottom 0.4s linear both;
}
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
#test_flip {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1000000;
    font-size: 40px;
    color: #666;
    background-color: rgba(255,255,255,0.6);
    padding: 1rem;
}
span.la-ligne-web {
    float: left;
}
#card-object-hf {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    white-space: nowrap;
}
.anim-object {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#card-object-hf .front {
    background: #2dccb8;
    z-index: 20;
}
#card-object-hf .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    text-align: center;
}
#card-object-hf .back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#card-object-hf .back {
    background: #53a3dc;
    z-index: 10;
}
/****************************/
/***** Contexte général *****/
/****************************/

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}

.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 15px;
}
.uploadifive-queue-item .fileimage {
	margin-right: 2rem;
}
.uploadifive-queue-item .filename {
	font-size: 14px;
}
.uploadifive-queue-item .deleteFile,
.uploadifive-queue-item .couvFile {
	display: block;
	height: 30px;
    width: 30px;
    text-align: center;
}
#uploadifive-file_upload-queue .uploadifive-queue-item .deleteFile {
	display: inline-block;
    float: right;
}
.uploadifive-queue-item .deleteFile i,
.uploadifive-queue-item .couvFile i {
	font-size: 26px;
	color: #ccc;
}

.select2-container,
.select2.select2-container.select2-container--default.select2-container--below {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    background-color: #eef2f3;
    color: #3e3d40;
    display: block;
    padding: 5px 10px;
    height: 32px;
    font-size: 14px !important;
    line-height: 14px;
    border: 1px solid #eef2f3;
    border-radius: 0;
    -webkit-appearance: none;
    background: #eef2f3 url(design/select_down_arrow.png) no-repeat scroll right 0.5rem center;
}
.select2-container:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 8px 0px rgba(220, 19, 55, .3);
          box-shadow: 0 0 8px 0px rgba(220, 19, 55, .3);
}

.select2-container.select2-container--default.select2-container--open {
	background: none;
	padding: 0;
	border: 0;
    width: 94% !important;
}

.hidden-xl-down,
.visible-print-block {
    display: none!important
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #636166;
}
::-webkit-scrollbar-thumb:hover {
  background: #3e3d40;
}

.left 	{float:left}
.right 	{float:right}
.clear 	{clear:both}
.hide	{display:none}

.bold {font-weight:bold;}
.mini {font-size:12px}
.error { color:#f00; font-family:arial }

p + p {
	margin-top: 0!important;
    text-indent: 0!important;
} 

a,
a:hover,
a:focus {
    color: #ad0d27;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.margin-top {
	margin-top: 2rem;
}
.select-wrapper.margin-top {
	margin-top: 0rem;
}
#page {
		margin:0 auto;
		width:100%;
}
#header_top {
	background-color: #3e3d40;
	color: #FFF;
	padding: 10px 0;
}
#header_top p {
	font-weight: 600;
	font-size: 16px;
	margin: 5px 0 0 0;
	display: inline-block;
}
#header_top span {
	font-weight: 300;
	font-size: 12px;
}
#header_top a {
	float: right;
}
.container {
	width: 1170px;
}

/******************/
/***** header *****/
/******************/

#header {
	padding-top: 1.5rem;
}

.lien_perso {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Quicksand, serif;
    font-size: 12px;
    height: 16px;
}

.lien_perso:hover {
	font-weight: bold;
}

#creez_une_alerte, #ma_selection {
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;	
}

#creez_une_alerte:hover, #ma_selection:hover {
	font-weight: bold;
}

#creez_une_alerte {
	background-image: url("design/header/bg_alerte.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 22px;
    line-height: 33px;
    margin-top: 26px;
    text-align: right;
    width: 115px;
}

#ma_selection {
	background-image: url("design/header/bg_selection.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 22px;
    line-height: 33px;
    text-align: right;
    width: 116px;
}

#mobile_menu_icon i {
	font-size: 30px;
	color: #3e3d40;
}

#mobile_header {
	position: relative;
}

#mobile_nav {
	position: absolute;
	top: 77px;
	left: -300px;
	width: 300px;
	height: auto;
	padding: 2rem;
	background-color: #3e3d40;
	z-index: 100;
}
#mobile_nav a {
	padding: 1rem 0;
	color: #ffffff;
	display: block;
}

/**********************/
/***** navigation *****/
/**********************/

#nav {
	width:100%;
	margin-top:1rem;
	margin-bottom:1rem;
	text-align: center;
}
#liens_nav {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#nav a,
#nav a:hover {
	font-weight: 600;
	font-size: 16px;
	color: #3e3d40;
	text-decoration: none;
	padding: 10px;
}

#nav a:hover {
	color: #615f64;
}

#nav #liens_nav .active {
	color: #615f64;
}

.nav_separator {
	height: 20px;
	width: 2px;
	background-image: url("design/nav/nav_separator.png");
	margin-top: 1rem;
}


/*************************************************************************************************************************************************************/
/***** index contenu *****/
/*************************************************************************************************************************************************************/

#contenu {
	margin-bottom:60px
}

/**********************/
/******* slider *******/


.slider-wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	position: relative;
}

/******************************/
/******* recherche_index ******/
/******************************/

#recherche_index {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
}
#bloc_recherche.vertical .chrono,
#bloc_recherche.horizontal .chrono {
	background-image: url("design/recherche_index/chrono.png");
    height: 82px;
    width: 82px;
    position: absolute;
    left: 12px;
    top: 13px;
}
#bloc_recherche.horizontal .chrono {
    height: 52px;
    width: 52px;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin: 0px auto 10px auto;
    background-size: contain;
}

#bloc_recherche.vertical {
	margin-top: 5%;	
}

#bloc_recherche.vertical .cartouche_titre_recherche,
#bloc_recherche.horizontal .cartouche_titre_recherche {
	color: #fff;
	background: #d50e32; /* Old browsers */
	background: -moz-linear-gradient(top,  #d50e32 0%, #a90e26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d50e32 0%,#a90e26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d50e32 0%,#a90e26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50e32', endColorstr='#a90e26',GradientType=0 ); /* IE6-9 */
	border-radius: 10px 10px 0 0;
	padding: 1.5rem;
	position: relative;
}
#bloc_recherche.horizontal .cartouche_titre_recherche {
	border-radius: 10px 0px 0 10px;
	text-align: center;
	min-height: 158px;
}
#bloc_recherche.vertical .cartouche_titre_recherche:after,
#bloc_recherche.horizontal .cartouche_titre_recherche:after {
	content: ' ';
    width: calc(100% - 3rem);
    height: 8px;
    display: block;
    background: url(design/titre_recherche_under.png) no-repeat;
    background-position-x: center;
    position: absolute;
    bottom: -9px;
}
#bloc_recherche.horizontal .cartouche_titre_recherche:after {
	content: ' ';
    height: 100%;
    width: 8px;
    display: block;
    background: url(design/titre_recherche_right.png) no-repeat;
    background-position-y: center;
    position: absolute;
    bottom: auto;
    right: -8px;
    top: 0;
    z-index: 10;
}

#bloc_recherche.vertical #titre_recherche,
#bloc_recherche.horizontal #titre_recherche {
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 2rem 1.5rem 2rem 8.5rem;
}
#bloc_recherche.horizontal #titre_recherche {
    padding: 0rem 1.5rem 0rem 1.5rem;
}
#bloc_recherche.vertical .part_1,
#bloc_recherche.horizontal .part_1 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
#bloc_recherche.vertical .part_2,
#bloc_recherche.horizontal .part_2 {
	font-size: 16px;
	color: #fff;
}

#bloc_recherche.vertical #recherche_criteres,
#bloc_recherche.horizontal #recherche_criteres {
	border: 1px solid #ae0e27;
	background-color: #FFF;
	padding: 1.5rem 2.5rem;
}
#bloc_recherche.horizontal #recherche_criteres {
	border-left: 0px solid #ae0e27;
	margin-left: -15px;
}

#bloc_recherche.vertical #select_prix_mini, 
#bloc_recherche.vertical #select_prix_maxi, 
#bloc_recherche.horizontal #select_prix_mini, 
#bloc_recherche.horizontal #select_prix_maxi { 
	margin-top:10px; 
	width: 50%;
}
#bloc_recherche.horizontal #select_prix_mini, 
#bloc_recherche.horizontal #select_prix_maxi { 
	margin-top:0px; 
	width: 100%;
}
#bloc_recherche.vertical #select_prix_mini,
#bloc_recherche.horizontal #select_prix_mini { 
	float: left;
	clear: both;
}
#bloc_recherche.vertical #select_prix_maxi,
#bloc_recherche.horizontal #select_prix_maxi { 
	float: right;
}
#bloc_recherche.horizontal #select_prix_maxi,
#bloc_recherche.horizontal #select_prix_mini { 
	float: none;
	clear: none;
}
#bloc_recherche.vertical #select_localisation_geographique,
#bloc_recherche.horizontal #select_localisation_geographique {
	margin-top:10px; 
}
#bloc_recherche.horizontal #select_localisation_geographique {
	margin-top:0px; 
}

/******************************/
/******* paliers ******/
/******************************/


#paliers {
	margin-top: 15px;
}

#paliers .le_coin {
}

#paliers .le_coin > div.inner-bloc {
	padding: 2rem 3rem;
	border: 1px solid #d5d7d8;
	position: relative;
}

#paliers .le_coin.margin-top {
	margin-top: 3rem;
}

#paliers a.btn.btn-primary {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1rem 2.5rem;
	line-height: 3.5rem;
}
#paliers a.btn i {
	font-size: 3.5rem;
}

#paliers .inner-bloc .red_title,
.annonces_header .red_title {
	font-size: 30px;
	color: #dc1337;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}
.annonces_header .red_title {
	display: inline-block;
	float: left;
	margin-right: 8px;
}
#paliers .inner-bloc .black_title,
.annonces_header .black_title {
	font-size: 28px;
	color: #3e3d40;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
}
.annonces_header .black_title {
	font-size: 30px;
	display: inline-block;
	float: left;
}
#paliers .inner-bloc .sub_title,
.annonces_header .sub_title {
	font-size: 14px;
	color: #3e3d40;
	font-weight: 300;
	display: block;
}
.annonces_header .sub_title {
	margin-right: 8px;
	font-size: 18px;
	display: inline-block;
	float: left;
	clear: both;
}
#paliers .inner-bloc .price,
.annonces_header .price {
	font-size: 40px;
	color: #dc1337;
	font-weight: 300;
	display: block;
}
.annonces_header .price {
	font-size: 18px;
	display: inline-block;
	float: left;
}
#le_coin_des_epaves .inner-bloc:after,
#palier1 .inner-bloc:after,
#palier2 .inner-bloc:after,
#palier3 .inner-bloc:after {
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
#le_coin_des_epaves .inner-bloc:after {
	background: url("design/paliers/epaves.jpg") no-repeat;
	background-position-x: right;
	background-size: contain;
}
#palier1 .inner-bloc:after {
	background: url("design/paliers/palier1.jpg") no-repeat;
	background-position-x: right;
	background-size: contain;
}
#palier2 .inner-bloc:after {
	content: "";
	background: url("design/paliers/palier2.jpg") no-repeat;
	background-position-x: right;
	background-size: contain;
}
#palier3 .inner-bloc:after {
	content: "";
	background: url("design/paliers/palier3.jpg") no-repeat;
	background-position-x: right;
	background-size: contain;
}

/********************************/
/******* annonces_a_la_une ******/
/********************************/

#a_la_une {
	margin-top: 6rem;
	clear: both;
}

#titre_a_la_une {
	padding: 1rem 2rem;
	border: 1px solid #d5d7d8;
	position: relative;
	font-size: 22px;
	color:#3e3d40;
	line-height: 38px;
	font-weight: 300;
	margin-bottom: 3rem;
	position: relative;
}
#titre_a_la_une span  {
	font-weight: 600;
}
#titre_a_la_une .annonces_slider_controls {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 120px;
	padding: 1rem 0;
	display: none;
}
#titre_a_la_une .annonces_slider_controls #go-left {
	border-right: 1px solid #d5d7d8;
}
#titre_a_la_une .annonces_slider_controls #go-left,
#titre_a_la_une .annonces_slider_controls #go-right {
	height: 100%;
	width: 60px;
	text-align: center;
	float: left;
}
#titre_a_la_une .annonces_slider_controls #go-left i,
#titre_a_la_une .annonces_slider_controls #go-right i {
	color: #3e3d40;
	font-size: 30px;
}
.annonce {
	border: 1px solid #d5d7d8;
	margin-bottom: 3rem;
}

.photo_annonce_a_la_une_container {
	overflow: hidden;
}
.photo_annonce_a_la_une {
	height: 180px;
	text-indent: -100%;
}
.photo_annonce_a_la_une {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.photo_annonce_a_la_une:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.titre_annonce {
	color: #3e3d40;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 1rem;
    text-align: center;
    min-height: 50px;
}

.prix_annonce {
	font-size: 22px;
	color: #dc1337;
	font-weight: 600;
    text-align: center;
    margin: 0;
}

.annonce .bloc_bottom {
	padding: 1rem;
	padding-top: 0;
}
.annonce hr {
	border-color: #bebfc0;
	display: inline-block;
	width: 100%;
	margin: 0;
	height: 5px;
}

.date_annonce {
	font-size: 14px;
	color: #3e3d40;
	margin: 1rem;
}

.ville_annonce, .annee_modele_annonce , .carburant_annonce {
	font-size: 14px;
	color: #3e3d40;
}

.annonce .btn.btn-primary {
	margin-top: 1rem;
	width: 100%;
}
/*************************************************************************************************************************************************************/
/***** fin index contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** fin palier1 contenu *****/
/*************************************************************************************************************************************************************/

#encart_premier_palier{
	width: 238px;
	height: 65px;
	background-image: url("design/palier1_contenu/encart_premier_palier.png");
	background-repeat: no-repeat;
	margin: -16px 353px;
}


h1 {
	margin-top: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #3e3d40;
}

.h1blue {
	color: #dc1337;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d4092d;
	line-height: 15px;
	margin-bottom: 2rem !important;
}

#filtres {
	margin-bottom: 10px;
}

.nbre_par_page {
	font-size: 14px;
	color:#3e3d40;
	margin-top: 25px;
	margin-right: 2rem;
}

#filtre_prix {
	margin-top: 25px;
	padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #bebfc0;
}

.filtre_prix {
	font-size: 14px;
	color: #3e3d40;
	text-decoration: none;
	padding-left: 2rem;
	float: left;
}
#filtre_prix i {
	font-size: 24px;
	color: #3e3d40;
	display: inline-block;
	margin-top: -3px;
	float: left;
}

.annonce_palier {
	border: 1px solid #f7f7f7;
	background-image: url("design/palier1_contenu/bg_annonce.png");
	margin-bottom: 2px;
}

.annonce_palier:hover {
	background-image: url("design/palier1_contenu/bg_annonce_hover.png");
}

.date_annonce_palier{
	font-size: 10px;
	color: #808080;
	text-align: right;
	margin: 6px 0 0 15px;
	width: 60px;
}

.photo_annonce {
	border: 3px solid #d2d2d2;
	text-align: center;
	margin: 10px 0 0 20px;
	height: 89px;
	width: 140px;
}

.photo_annonce:hover {
	border: 3px solid #2161d1;
}


.info {
	height: 97px;
}

.info .titre_annonce {
	margin: 7px 0 0 20px;
	height: 45px;
}

.info .ville_annonce, .info .annee_modele_annonce, .info .carburant_annonce {
    color: #404040;
    font-family: Quicksand, serif;
    font-size: 12px;
    margin-left: 20px;
    line-height: 16px;
}

.prix_annonce_photos {
	width: 53px;
	margin: 11px 11px 0 0;
}

.prix_annonce_photos a {
	font-size:12px
}

.prix {
	color: #2360d1;
	font-size: 15px;
	font-weight: bold;
	margin-top: -4px;
}

.photos {
	width: 100%;
}
.photos i {
    color: #3e3d40;
    margin-right: 1rem;
    font-size: 21px;
    display: inline-block;
    float: left;
}

.nbre_de_photos {
	padding: 1px 8px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #ae1928;
    display: inline-block;
    border-radius: 50%;
    margin: 0;
}

p.statut {
	text-align: right;
    margin: 0;
}

.bottom_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.annonce .action,
.annonce .action:focus,
.annonce .action:hover {
	font-size: 12px;
	color: #FFF;
	padding: 3px 6px;
	text-align: center;
	background-color: #3e3d40;
}
.annonce .action:focus,
.annonce .action:hover {
	text-decoration: none;
}

td.actions {
    white-space: nowrap;
}
td.date_annonce {
	font-size: 14px;
}
td.criteres {
	font-size: 14px;
}
.annonce .alert {
	margin-bottom: 0;
	padding: 2px 5px;
}
.annonce .alert .icon {
	font-size: 15px;
	padding-right: 5px;
}
.annonce .alert .text {
	font-size: 11px;
}

#bas_page{
	margin-top: 3rem;
}

#pagination {
	text-align: center;
}

#pagination > div > div {
	padding-top: 1rem;
}

#pagination > div {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#pagination .other-page {
	width: 30px;
	height: 58px;
	text-align: center;
	margin-right: 1rem;
	float:left;
	display: inline-block;
    border: 1px solid #d5d7d8;
}

.other-page a, 
.suite {
	font-size: 14px;
    color: #3e3d40;
	line-height: 24px;
	text-decoration: none;
    font-weight: 100;
	line-height: 37px;
    padding: 2rem 1rem;
}

#pagination .current-page {
    color: #3e3d40;
    float: left;
    line-height: 27px;
    text-align: center;
	width: 30px;
	height: 58px;
    border: 1px solid #3e3d40;
    font-weight: 500;
    margin-right: 1rem;
	line-height: 37px;
}

#page_precedente {
	width: 30px;
	height: 58px;
	float:left;
    border: 1px solid #d5d7d8;
    margin-right: 1rem;
}

#page_suivante {
	width: 30px;
	height: 58px;
	float:left;
    border: 1px solid #d5d7d8;
}

#page_precedente a, #page_suivante a {
	font-size: 22px;
	color: #3e3d40;
	text-decoration: none;
	line-height: 34px;
    padding: 1.4rem 1rem;
}

#page_precedente a:hover, #page_suivante a:hover {
	text-decoration: none;
}

#titre_alerte_part1 {
	font-size: 13px;
	color: #fff;
	margin: 5px 0 0 44px;
	width: 278px;
}

#titre_alerte_part2 {
	font-size: 17px;
	/*font-weight: bold;*/
	color: #fff;
	margin: -5px 0 0 44px;
	width: 278px;
	text-shadow: 1px 2px 0px #07327e;
}

#btn_ok_alerte {
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	padding: 5px 5px;
	display:block;
	height: 18px;
	width: 20px;
	background-image: url("design/palier1_contenu/bg_btn_ok_alerte.png");
	margin-right: 20px;
	margin-top: 12px;
	text-decoration: none;
}

#btn_ok_alerte:hover {
	background-image: url("design/palier1_contenu/bg_btn_ok_alerte_hover.png");
}

#mail_alerte {
	background-image: url("design/palier1_contenu/bg_mail_alerte.png");
    border: 1px solid #EFEFEF;
    color: #808080;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 26px;
    margin: 11px 0 0 44px;
    padding-left: 10px;
    width: 220px;
}


/*************************************************************************************************************************************************************/
/***** fin palier1 contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** palier2 contenu *****/
/*************************************************************************************************************************************************************/


#encart_second_palier{
	width: 238px;
	height: 65px;
	background-image: url("design/palier2_contenu/encart_second_palier.png");
	background-repeat: no-repeat;
	margin: -16px 353px;
}

/*************************************************************************************************************************************************************/
/***** fin palier2 contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** palier3 contenu *****/
/*************************************************************************************************************************************************************/


#encart_troisieme_palier{
	width: 238px;
	height: 65px;
	background-image: url("design/palier3_contenu/encart_troisieme_palier.png");
	background-repeat: no-repeat;
	margin: -16px 353px;
}

/*************************************************************************************************************************************************************/
/***** fin palier3 contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** le_coin_des_epaves contenu *****/
/*************************************************************************************************************************************************************/


#encart_epaves{
	width: 238px;
	height: 65px;
	background-image: url("design/le_coin_des_epaves_contenu/encart_epaves.png");
	background-repeat: no-repeat;
	margin: -16px 353px;
}

/*************************************************************************************************************************************************************/
/***** fin le_coin_des_epaves contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** contact contenu *****/
/*************************************************************************************************************************************************************/


#souhait {
	font-size: 14px;
	color: #3e3d40;
}

#form_deposez_votre_annonce [data-action="show-password"],
#form_infos_personnelles [data-action="show-password"] {
    background: #3e3d40;
    color: #d5d7d8;
    font-size: 11px;
    height: 32px;
}

.form-control-select {
    border: 0;
    color: #d5d7d8;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #d5d7d8 url(design/select_down_arrow.png) no-repeat scroll right 0.5rem center;
    padding: 6px 12px;
    font-size: 14px;
}

#creer_compte {
	margin-top: 3rem;
}
#creer_compte .panel-title {
	text-align: center;
}

#h1contact {
	margin-top: 30px;
	font-size: 21px;
	font-weight: bold;
	color: #3e3d40;
	margin-bottom: 3rem;
}

#form_contact {
	margin-top: 40px;
	height: 345px;
	width: 100%;
}

.contact_gauche {
	width: 342px;
}

#sexe {
	height: 25px;
}

.coordonnees_contact {
	width: 82px;
	font-family: Arial, serif;
	font-size: 12px;
	color: #3e3d40;
}

.coordonnees_contact_madame {
	margin-left: 23px;
    color: #3e3d40;
    font-family: Quicksand, serif;
    font-size: 12px;
    width: 52px;
}

.coordonnees_contact_monsieur {
	margin-left: 23px;
    color: #3e3d40;
    font-family: Quicksand, serif;
    font-size: 12px;
    width: 59px;
}

.red,
sup {
	color:#d3092e;
}
sub, sup {
	font-size: 20px !important;
	vertical-align: sub !important;
}
.coordonnees {
	color: #3e3d40;
    font-family: Quicksand, serif;
    font-size: 12px;
    line-height: 33px;
    width: 100px;
}

.coordonnees_top {
	color: #3e3d40;
    font-family: Quicksand, serif;
    font-size: 12px;
    line-height: 19px;
    width: 80px;
}

.nom, .marque {
    margin-top: 20px;
}

.input_contact {
	background-image: url("design/contact_contenu/bg_input.png");
    border: 1px solid #e4e4e4;
    color: #808080;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 24px;
    padding-left: 10px;
    width: 230px;
}

.input_contact_tel {
	background-image: url("design/contact_contenu/bg_input_tel.png");
    border: 1px solid #e4e4e4;
    color: #808080;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 24px;
    padding-left: 10px;
    width: 230px;
}

.input_contact_mail {
	background-image: url("design/contact_contenu/bg_input_mail.png");
    border: 1px solid #e4e4e4;
    color: #808080;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 24px;
    padding-left: 10px;
    width: 230px;
}

.obligatoires {
	color: #929292;
    font-family: Quicksand, serif;
    font-size: 10px;
    font-style: italic;
    line-height: 11px;
    margin-top: 4px;
}


.contact_droite {
	width: 575px;
}

.message {
	height: 220px;
	width: 490px;
	border: 1px solid #c9c9c9;
}

#btn_envoyer_contact {
	background-color: #FFFFFF;
    background-image: url("design/contact_contenu/btn_envoyer_contact.png");
    border: medium none;
    color: #FFFFFF;
    font-family: Quicksand, serif;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    padding-left: 0;
    width: 141px;
}

#btn_envoyer_contact:hover {
	background-image: url("design/contact_contenu/btn_envoyer_contact_hover.png");
}

#ombre {
	height:10px;
	width: 491px;
	margin: -1px 0 0 82px;
	background-image: url("design/contact_contenu/bg_ombre.png");
}

/*************************************************************************************************************************************************************/
/***** fin contact contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** annonce contenu *****/
/*************************************************************************************************************************************************************/


#fil_ariane {
	font-size: 14px;
	color: #3e3d40;
	text-decoration: none;
	margin-top: 20px;
}

#fil_ariane a {
	font-size: 14px;
	color: #3e3d40;
	text-decoration: none;
}
#fil_ariane a:after {
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 14px;
	color: #3e3d40;
	margin-left: 10px;
	margin-right: 10px;
}

.titre_marque_annonce {
	font-size: 30px;
    font-weight: 600;
    color: #dc1337;
	line-height: 30px;
	margin-top: 20px;
}

.publication_annonce {
	font-size: 18px;
	color: #3e3d40;
}

.red {
	color:#dc1337;
}

.annonce_suivante {
	background-image: url("design/annonce_contenu/bg_annonce_suivante.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #2161D0;
    display: block;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    margin-top: 25px;
    text-decoration: none;
    width: 128px;
}

.annonce_suivante:hover {
	color: #073fb0;
	background-image: url("design/annonce_contenu/bg_annonce_suivante_hover.png");
}


.gde_image_annonce {
	border: 4px solid #d2d2d2;
	height: 458px;
	width: 613px;
}

.galerie {
	height: 104px;
	background-color: #d2d2d2;
	margin-top: 5px;
}

#photos_annonces {
	background-image: url("design/palier1_contenu/bg_photos.png");
    height: 29px;
    width: 47px;
    margin-top: 10px;
    margin-left: 7px;
    width: 47px;
    margin-right: 7px;
}

.img_galerie{
	margin-top: 4px;
	margin-right: 4px;
}

.btn_galerie {
	background-image: url("design/annonce_contenu/btn_galerie.png");
	height: 29px;
	width: 28px;
	margin-top: 40px;
	margin-right: 5px;
	position: absolute;
}

.btn_galerie:hover {
	background-image: url("design/annonce_contenu/btn_galerie_hover.png");
}

.prix_imprim {
	margin-top: 20px;
}

.prix_detail_annonce {
	font-size: 25px;
	color: #3e3d40;
}

.imprim_lien a {
	display: inline-block;
	line-height: 23px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    float: left;
}
.imprim_lien i {
	display: inline-block;
	line-height: 23px;
    font-size: 24px;
    float: left;
    margin-right: 1rem;
}

.infos_annonce {
	margin-top: 50px;
}

.infos_annonce p {
	font-size: 14px;
	color: #3e3d40;
	line-height: 15px;
}

.plus_infos p  {
	font-size: 14px;
	color: #3e3d40;
	line-height: 15px;
}

.plus_infos {
	margin-top: 40px;
}

.plus_infos.contact {
	margin-top: 40px;
	border: 1px solid #dd2141;
	padding: 1rem;
	position: relative;
}

#infos_contact i {
	color: #dc1337;
	width: 2rem;
	text-align: center;
}

.size {
	font-size: 20px !important;
}

.titre_plus_infos {
	margin-bottom: 20px;
	color: #dd2141;
}

p.description {
	color: #3e3d40;
	font-size: 14px;
	padding: 0 1rem;
	font-style: italic;
}
p.description:before {
	color: #d5d7d8;
	content: "\f10d";
	font-family: "FontAwesome";
	display: block;
    font-size: 30px;
    margin-bottom: 1rem;
    margin-left: -1rem;
}
p.description:after {
	color: #d5d7d8;
	content: "\f10e";
	font-family: "FontAwesome";
	display: block;
    font-size: 30px;
    margin-top: 1rem;
    text-align: right;
    margin-right: -1rem;
}
.retour_liste_annonces {
	background-image: url("design/palier1_contenu/bg_filtre_prix.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #3e3d40;
    display: block;
    font-family: Quicksand, serif;
    font-size: 13px;
    height: 15px;
    line-height: 12px;
    padding-right: 10px;
    text-decoration: none;
    width: 180px;
}

.retour_liste_annonces:hover {
	text-decoration: underline;
}
    
#acquerir {
	height: 176px;
	width: 334px;
	background-image: url("design/annonce_contenu/acquerir_annonce.png");
}   

.un_seulement {
	color: #D5092E;
    font-size: 22px;
    height: 40px;
    line-height: 45px;
    text-align: center;
}

.acces_coord_annonceur{
	color: #D5092E;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

#mail_alerte2 {
	background-image: url("design/palier1_contenu/bg_mail_alerte.png");
    border: 1px solid #EFEFEF;
    color: #808080;
    display: block;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 26px;
    margin: 15px auto 0;
    padding-left: 10px;
    width: 220px;
}

#btn_allopass{
	background-image: url("design/annonce_contenu/btn_allopass.png");
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    width: 162px;
}

#btn_allopass:hover {
	background-image: url("design/annonce_contenu/btn_allopass_hover.png");
}

#sep {
	height: 20px;
	background-color: white;
}


.desole {
	color: #3e3d40;
    font-size: 18px;
    height: 40px;
    line-height: 21px;
    text-align: center;
    padding-top: 12px;
}

.enreg_attente {
	background-image: url("design/annonce_contenu/bg_enreg_annonce.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #D5092E;
    font-family: "Century Gothic",serif;
    font-size: 13px;
    height: 22px;
    margin: 17px 0 10px 28px;
    padding-left: 32px;
    text-align: center;
    width: 220px;
}

.infos_attente{
	color: #3e3d40;
    font-family: Quicksand, serif;
    font-size: 10px;
    line-height: 12px;
    padding: 0 25px;
    text-align: center;
}

#mail_alerte_attente {
	background-image: url("design/palier1_contenu/bg_mail_alerte.png");
    border: 1px solid #EFEFEF;
    color: #808080;
    display: block;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 26px;
    margin: -3px 0 0 31px;
    padding-left: 10px;
    width: 220px;
}

.input_desole {
	width: 300px;
	height: 28px;
	margin-bottom: 9px;
}

#btn_ok_desole {
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	padding: 5px 5px;
	display:block;
	height: 18px;
	width: 20px;
	background-image: url("design/annonce_contenu/bg_btn_ok_alerte.png");
	text-decoration: none;
}

#btn_ok_desole:hover {
	background-image: url("design/annonce_contenu/bg_btn_ok_alerte_hover.png");
}

.ajout_et_partage{
	height: 50px;
	margin-top: 20px;
}

#selection {
	background-image: url("design/annonce_contenu/bg_ajout_selection.png");
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    line-height: 15px;
    margin-top: 16px;
    padding: 7px 0 5px 58px;
    text-align: center;
    text-decoration: none;
    width: 106px;
}

#selection:hover {
	background-image: url("design/annonce_contenu/bg_ajout_selection_hover.png");
	
}

#partage {
	background-image: url("design/annonce_contenu/bg_partager.png");
    color: #8d8f90;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    line-height: 15px;
    margin-top: 16px;
    padding: 7px 0 5px 58px;
    text-align: center;
    text-decoration: none;
    width: 106px;
}

#partage:hover {
	background-image: url("design/annonce_contenu/bg_partager_hover.png");
}


.si_compte {
	font-size: 12px;
	color: #265ed1;
	border: 1px solid #5eabf3;
	height: 31px;
	width: 335px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.si_pas_de_compte {
	border: 1px solid #5EABF3;
    height: 83px;
    margin-top: 20px;
    padding-top: 7px;
    width: 335px;
}

.no_compte_p {
	color: #265ED1;
    font-family: Quicksand, serif;
    font-size: 12px;
    line-height: 16px;
     text-align: center;
}

.partager {
	border: 1px solid #e7e7e7;
    height: 52px;
    margin-top: 20px;
    width: 335px;
}

#partager {
	background-image: url("design/palier1_contenu/bg_mail_alerte.png");
    border: 1px solid #EFEFEF;
    color: #808080;
    font-family: Quicksand, serif;
    font-size: 12px;
    height: 26px;
    margin: 11px 0 0 11px;
    padding-left: 10px;
    width: 220px;
}

#btn_partager{
	background-image: url("design/annonce_contenu/bg_btn_partager.png");
    color: #FFFFFF;
    display: block;
    font-family: "Century Gothic", serif;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 11px 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 77px;
}

#btn_partager:hover {
	background-image: url("design/annonce_contenu/bg_btn_partager_hover.png");
}


/*************************************************************************************************************************************************************/
/***** fin annonce contenu *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** en quelques mots *****/
/*************************************************************************************************************************************************************/

.bloc {
    margin: 0 auto;
    padding-top: 60px;
}
.bloc2 {
    margin: 0 auto;
    padding-top: 92px;
}
.titre_bloc {
	font-size: 20px;
	color: #cf0a2e;
}

.texte_bloc, .texte_bloc1 {
	text-align: justify;
	font-size: 14px;
	color: #3e3d40;
	line-height: 18px;
}

.texte_bloc1 {
		margin-top: 40px;
}

.texte_bloc {
		margin-top: 15px;
}
.grey {
	color:#3e3d40;
}

/*************************************************************************************************************************************************************/
/***** fin en quelques mots *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** deposez_votre_annonce *****/
/*************************************************************************************************************************************************************/

#encarts .active_deposez_annonce{
	background-image: url("design/deposez_votre_annonce_contenu/btn_deposez_annonce_active.png");
}

#h1selection {
	color: #3e3d40;
    font-family: "Century Gothic",serif;
    font-size: 21px;
    font-weight: bold;
    margin-top: 30px;
}

.retrouvez_ici {
	color: #D4092E;
    font-family: Quicksand, serif;
    font-size: 12px;
	margin-bottom: 20px;
}

.obligatoires_deposez_votre_annonce {
	color: #d2092d;
    font-family: Quicksand, serif;
    font-size: 10px;
    font-style: italic;
    height: 31px;
    line-height: 11px;
    margin-left: 82px;
    margin-top: 10px;
    width: 220px;
}

#form_deposez_votre_annonce #contact_droite {
	height: 230px;
	width: 348px;
	margin-left: 90px;
}

#contact_petite_info {
	color: #949494;
    margin-left: -24px;
    padding-top: 97px;
    width: 213px;
    height: 80px;
}

.donnees_visibles {
	font-size: 10px;
	font-style: italic;
	padding-top: 1rem;
}

.icon_titre3 p {
	font-size: 15px;
	color:#3e3d40;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 18px;
}

.icon_compte {
	background-image: url("design/deposez_votre_annonce_contenu/icon_compte.png");
	height: 48px;
	width: 36px;
}

.icon_compte2 {
	background-image: url("design/deposez_votre_annonce_contenu/icon_compte2.png");
	height: 48px;
	width: 36px;
}


/*************************************************************************************************************************************************************/
/***** fin deposez_votre_annonce *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** creer_un_compte *****/
/*************************************************************************************************************************************************************/

.active_compte {
	font-weight: bold;
}

#contact_petite_info_compte {
	color: #949494;
    margin-left: -24px;
    padding-top: 56px;
    width: 190px;
    height: 80px;
    margin-bottom: 163px;
}

/*************************************************************************************************************************************************************/
/***** fin creer_un_compte *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** identification *****/
/*************************************************************************************************************************************************************/

#identification{
	height: 200px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.passe, .passe2 {
	margin: 0 20px 0 0 ;
	font-size: 12px;
	color:#3e3d40;
	text-align: right;
	font-weight: bold;
}

.passe {
	margin-top: 40px;
}

.passe2 {
	margin-top: 15px;
}

.intitule {
	width: 470px;
	line-height: 32px;
}

#pass {
	border: 1px solid #e9e9ea;
	height: 20px;
	width: 150px;
	color: #3e3d40;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
}

/*************************************************************************************************************************************************************/
/***** fin cidentification *****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** alerte *****/
/*************************************************************************************************************************************************************/

.active_bis{
 	font-weight: bold;
}


/*************************************************************************************************************************************************************/
/***** fin alerte*****/
/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/
/***** footer *****/
/*************************************************************************************************************************************************************/

#footer_wrapper {
	background: #eeeeee;
	width:100%;
}

#footer {
	margin: 0 auto;
}

#logo_footer{
	margin-top: 37px;
	width: 100%;
}

#separator_footer {
	height: 140px;
    width: 2px;
    background-image: url(design/footer/separator_footer.png);
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: inline-block;
}

.text-center {
	text-align: center;
}

.liens_footer {
	padding: 3rem 0;
}
.liens_footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #3e3d40;
}
.liens_footer ul {
	margin-top: 1rem;
}
.liens_footer ul,
.liens_footer li {
	font-size: 13px;
	color: #3e3d40;
	list-style: none;
	margin-left: 0;
}
.liens_footer a,
.liens_footer a:hover {
	color: #3e3d40;
}
.liens_footer a:hover {
	color: #626164;
}

.copyright {
	font-size: 12px;
	text-align:left;
	margin: 15px auto;
}
.paiements {
	font-size: 12px;
	text-align: right;
	margin: 15px auto;
}

.lien_agence {
	color: #969696;
	text-decoration: none;
}

.lien_agence:hover {
	color: #515151;
}

/*************************************************************************************************************************************************************/
/***** fin footer *****/
/*************************************************************************************************************************************************************/

/**
 * 	raf
 */

#colonne_gauche .theme-default.controlnav-thumbs.slider-wrapper
{
	margin:0;
	height:auto;
	width:100%;
}

#colonne_gauche .theme-default.controlnav-thumbs .nivo-controlNav {
	bottom:-115px;
    height: auto;
    margin: 0 0 0px 0px;
}

#slider_annonce {

}

#slider_annonce .theme-default .nivoSlider img {
	width: 100%;
}