/* 
style CSS Boite Rose
--------------------
 */

/* GENERAL */
body {
	font-family: 'Nunito';
	font-size: 12px;
	font-weight: 300;
}

/* HEADER */
#header {
	padding-top: 25px;
	padding-bottom: 15px;
}

.logo {
	display: block;
    background: url("../img/logo.jpg");
    width: 181px;
    height: 81px;
    margin: 0 auto;
    background-size: cover;
}


/* MENU */
.navbar {
	min-height: 5px;
	margin-bottom: 10px;
	padding-top: 40px;
}
.navbar-default {
	background: none;
	border:none;
}
.nav > li > a {
	padding-top:0;
	padding-bottom: 0;
	font-size: 13px;
}

.navbar-form {
	padding: 0 !important;
	margin: 0 !important;
}

.input .form-control {
    padding-right: 0px;
    padding-left: 0px;
    width: 20px;
}

.navbar-form .form-control {
	display: block;
    width: 100%;
    height: 24px;
    padding: 0px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: solid 1px #F2A3B9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navbar-form .btn {
	padding: 1px 11px;
	border-color: #F2A3B9;
}

.container-fluid {
	padding: 0 !important;
}

.rose {
	color: #f3a4ba !important;
}

.rose :hover, .rose :focus {
	color: #d9829a !important;
	text-decoration: none !important;
}

.fushia {
	color: #C61A06 !important;
	font-weight: 600 !important;
}

.fushia:hover, .fushia:focus {
	color: #000 !important;
	text-decoration: none !important;
}

.nav .glyphicon {
	color: #000;
	font-size: 11px;
}

/* BANNER */
#banner_wrapper {
	width:100%;
	height:550px;
	background: url('../img/banner.jpg') 10% center #e9e9e9;
	background-size: cover;
	padding-top: 120px;
}

.h1_banner {
	color: #fff;
	font-size: 31px;
	margin-bottom: 20px;
}

.banner_text { 
	color: #fff;
	font-size: 23px;
	font-weight: 200px;
	margin-bottom: 20px;

}

.banner_link_btn {
	display: block;
	width: 250px;
	height:80px;
	border-radius: 5px;
	margin: 0 auto;
	line-height: 86px;
	background: #C61A06;
	box-shadow: 0px 1px 1px #6E0606;
	color: #fff;
	text-align: center;
	font-size: 24px;
	
}
.banner_link_btn:hover, .banner_link_btn:focus {
	color: #fff;
	text-decoration: none;
	background: #DE1D07;
}

.banner_link_btn .glyphicon {
	color: #000;
	font-size: 17px;
}

.banner_link_btn:hover > .glyphicon {
	color: #fff;

}


/* SLIDER */

/* CONTENT */
#content {
	background: #efefef;
	padding: 25px 0;
}
.car_block {
	padding: 0;
    box-shadow: 0px 1px 1px #E4E4E4;
    background: #fff;
    margin-bottom: 35px;
    height: 275px;
}
.feat_img {
	text-align: center;
	height: 150px;
}

.feat_img img{
	width: 90%;
}

.car_info .title {
	text-align: left;
    padding-left: 8px;
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
}
.car_info .price {
	display: block;
	background: #C61A06;
	padding: 12px 8px 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	text-align: right;
}

.car_info .price_unit {
	font-size: 12px;
}

.block_link_home {
	display: block;
    width: 100%;
    height: 284px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding:15px;
}
.cars .col-md-3 {
	padding: 0 5px;
}

.block_link_home_news {
	display: block;
    width: 100%;
    height: 284px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding:15px;
    padding-top: 170px;
}


.enceinte {
	color: #5b351d;
	font-weight: 500;
	font-size: 23px;
	text-align: left;
}

@media (min-width: 970px) {
	.enceinte {
	color: #5b351d;
	font-weight: 500;
	font-size: 27px;
	text-align: left;
  }
 }


.enceinte :hover, .enceinte :focus {
    color: #5b351d;
    text-decoration: none !important;
}

.mamanbebe {
	color: #5b351d;
	font-weight: 500;
	font-size: 23px;
	text-align: right;
}

@media (min-width: 970px) {
	.mamanbebe {
	color: #5b351d;
	font-weight: 500;
	font-size: 27px;
	text-align: right;
  }
 }

.mamanbebe :hover, .mamanbebe :focus {
    color: #5b351d;
    text-decoration: none !important;
}

.news {
	color: #f3a4ba;
	font-weight: 500;
	font-size: 23px;
}

@media (min-width: 970px) {
	.news {
	color: #f3a4ba;
	font-weight: 500;
	font-size: 27px;
  }
 }

.news :hover, .news :focus {
    color: #f3a4ba;
    text-decoration: none !important;
}

.news_text{
	color: #666666 !important;
	font-weight: 300 !important;
	font-size: 11px !important;
}

@media (min-width: 970px) {
	.news_text {
	color: #666666 !important;
	font-weight: 300 !important;
	font-size: 14px !important;
  }
 }

.news_text :hover, .news_text :focus {
    color: #666666 !important;
    text-decoration: none !important;
}

.fan {
	color: #3d539f;
	font-weight: 500;
	font-size: 23px;
	text-align: right;
}

@media (min-width: 970px) {
	.fan {
	color: #3d539f;
	font-weight: 500;
	font-size: 27px;
	text-align: right;
  }
 }

.fan :hover, .fan :focus {
    color: #3d539f;
    text-decoration: none !important;
}

.content_title{
	margin-bottom: 20px;
}



/* FOOTER */
#footer {
	background-color: #C61A06;
	padding-top: 40px;
	padding-bottom: 20px;
}

.link_footer_title {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}

.block_link_footer {
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	color: #000;
	margin-bottom: 0px;
}

.text_footer {
	padding-bottom: 27px;
	text-align: center;
}

.link_footer {
	padding-bottom: 27px;
	text-align: center;
}

.link_footer :hover, .link_footer :focus {
	color: #fff;
	text-decoration: none !important;
}

.social_link_footer {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: #f7d3de;
	margin-right: 8px;
}

.block_social_footer {
	text-align: center;
}

.block_social_footer :hover, .block_social_footer :focus {
	color: #fff;
	text-decoration: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background: #ffffff !important;
}
.table-striped > tbody > tr:nth-of-type(even) {
	background: #ffffff !important;
}
table.table {
	border: solid 1px #c61a06;
	margin-bottom: 35px;
}
.table > tbody > tr > td {
	border-top: none !important;
	font-weight: 600 !important;
}

.table > tbody > tr > th {
	border-bottom: 1px solid #c61a06 !important;
	border-top: 1px solid #c61a06 !important;
	background: #c61a06;
	color: #ffffff;
}

@media (min-width: 970px) {
	.link_footer_title {
	text-align: left;
  }
 }

@media (min-width: 970px) {
	.block_link_footer {
	text-align: left;
  }
 }

 @media (min-width: 970px) {
	.block_social_footer {
	text-align: left;
  }
 }
 
 
 
 
 
 
 @media (min-width: 970px) {
  .logo {
	margin: 0 left;
  }
 }

 
 
 