/* All */
 
.bx-prev, .bx-next {
display:none!important;
}
 
.bx-pager-link{
background-color: #FFF!important;
}
a.active{
background-color: red!important;
}
 
 
/* Single php */
 
.singlepage .singleprevnextphone {
display:none !important;
}
 
.singlepage {
padding-left:10%;
}
 
.singlepage .cadre {
padding:.5rem 2rem; 
border:1px solid lightgray;
border-radius:10px;
box-shadow: 1px 1px 12px #FFF;
width:80%;
}
 
.singlepage .sold {
background-color: red;
color: white;
padding-left: 2rem;
margin-bottom:.5rem;
cursor: default;
}
 
.singlepage .title{
text-align: center!important;
margin-bottom: 1rem;
}
.singlepage .title div {
color: white !important;
font-weight: bold;
font-size: 1.5rem;
} 
.singlepage .info {
display:inline-block;
vertical-align: top;
cursor:default;
width:40%;
}
 
.singlepage .info ul {
padding:1rem 2rem;
}
.singlepage .info ul div {
width:8rem;
display:inline-block;
}
.singlepage .info ul span {
display:inline-block;
}
 
.singlepage .descriptif {
padding-left: 2rem;
}
 
.singlepage .thumbnail .slider {
display:inline-block;
vertical-align: top;
padding-right: 2rem;
cursor:pointer;
width: 55%; 
}
 
.singlepage .thumbnail .slider .bx-viewport {
height:20rem !important;
}
 
.singlepage .fullimg .slider .bx-viewport {
width: auto !important;
height:93vh !important;
}
 
.singlepage .fullimg .slider .image-back {
width: 80%!important;
max-height: 93vh !important;
}
 
.singlepage .cadrehide {
display:none !important;
}
 
.singlepage .cadreselected {
padding: 0;
cursor: pointer;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 9000;
border:none;
border-radius:none;
box-shadow: none;
}
 
.singlepage .cadreselected .title, .singlepage .cadreselected .sold, .singlepage .cadreselected .info,
.cadreselected .singleprevnext{
display:none !important;
}
 
 
/* Content Vehicules php */
 
.vehiculespage .titlephone {
display:none;
}
 
.vehiculespage .cadre {
padding:.5rem 2rem; 
border:1px solid lightgray;
border-radius:10px;
box-shadow: 1px 1px 12px #FFF;
width:100%;
}
 
.vehiculespage .sold {
background-color: red;
color: white;
padding-left: 2rem;
margin-bottom:.5rem;
cursor: default;
}
 
.vehiculespage .title, .vehiculespage .titlephone {
text-align: center!important;
margin-bottom: 1rem;
}
.vehiculespage .title a, .vehiculespage .titlephone a {
color: white !important;
font-weight: bold;
font-size: 1.5rem;
} 
.vehiculespage .info {
display:inline-block;
vertical-align: top;
cursor:default;
width:55%;
}
 
.vehiculespage .info ul {
padding:1rem 2rem;
}
.vehiculespage .info ul div {
width:8rem;
display:inline-block;
}
.vehiculespage .info ul span {
display:inline-block;
}
 
.vehiculespage .thumbnail .slider {
display:inline-block;
vertical-align: top;
padding-right: 2rem;
cursor:pointer;
width: 40%;
}
 
.vehiculespage .thumbnail .slider .bx-viewport {
height:12rem !important;
}
 
.vehiculespage .fullimg .slider .bx-viewport {
width: auto !important;
height:93vh !important;
}
 
.vehiculespage .fullimg .slider .image-back {
width: 85%!important;
min-height: 93vh !important;
}
 
.vehiculespage .cadrehide {
display:none !important;
}
 
.vehiculespage .cadreselected {
padding: activeborder0;
cursor: pointer;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 9000;
border:none;
border-radius:none;
box-shadow: none;
}
 
.vehiculespage .cadreselected .title, .vehiculespage .cadreselected .sold, .vehiculespage .cadreselected .info {
display:none !important;
}
 

@media screen and (max-width: 1900px){
 
.vehiculespage .cadre {

}
 
.vehiculespage .fullimg .slider .bx-viewport {
width: auto !important;
height:93vh !important;
}
.vehiculespage .fullimg .slider .image-back {
width: 70%!important;
min-height: 93vh !important;
}

}
 
@media screen and (max-width: 880px){
 
.vehiculespage .cadre {

}
 
.vehiculespage .info {
	padding:0 !important;
	width:53%;
}
 .vehiculespage .info ul div {
width:7rem;
}
	
.vehiculespage .thumbnail .slider {
padding-right: .5rem;
width: 42%;
}
.vehiculespage .thumbnail .slider .bx-viewport {
width: auto !important;
height:9rem !important;
}
.vehiculespage .fullimg .slider .bx-viewport {
width: auto !important;
height:93vh !important;
}
.vehiculespage .fullimg .slider .image-back {
width: 85%!important;
min-height: 93vh !important;
}
 
.singlepage .cadre{
		padding:.5rem !important;
		margin:0 !important;
}
	
.singlepage .info ul div {
width:7rem;
}
.singlepage .thumbnail .slider {
padding-right: .5rem;
width: 40%;
}
.singlepage .thumbnail .slider .bx-viewport {
width: auto !important;
height:9rem !important;
} 
.singlepage .thumbnail .slider .image-back {
width: 100%!important;
min-height: 100vh !important;
}
.singlepage .fullimg .slider .bx-viewport {
width: auto !important;
height:93vh !important;
}
.singlepage .fullimg .slider .image-back {
width: 85%!important;
min-height: 93vh !important;
}
.singlepage .fullimg .slider .singleprevnextphone {
display:none !important;
}
 
}
 
@media screen and (max-width: 479px){

.vehiculespage .cadre {

}
 
.vehiculespage .info {
	padding:0 !important;
	width:100%;
}
	 
.vehiculespage .info ul div {
	width:6rem;
}
	
.vehiculespage .title {
display:none !important;
}
 
.vehiculespage .thumbnail .slider {
padding-right: 1rem;
width: 98%;
}
.vehiculespage .thumbnail .slider .bx-viewport {
width: auto !important;
height:9rem !important;
}
.vehiculespage .fullimg .slider .bx-viewport {
width: auto !important;
height:80vh !important;
}
.vehiculespage .fullimg .slider .image-back {
width: 100%!important;
min-height: 93vh !important;
}
 
.vehiculespage .thumbnail .slider .titlephone {
display:inline !important;
}
.vehiculespage .fullimg .slider .titlephone {
display:none !important;
}
 
.vehiculespage .thumbnail .titlephone {
display:inline;
}
 
	 
	.singlepage .cadre{
		padding:.5rem !important;
		margin:0 !important;
}
	
	
.singlepage .info{
	padding:0 !important;
	margin:0 !important;
width: 100%;
}
 
.singlepage .singleprevnext {
display:none !important;
}
 
.singlepage .info ul div {
width:6rem;
}
.singlepage .thumbnail .slider {
padding-right: 1rem;
width: 98%;
}
.singlepage .thumbnail .slider .bx-viewport {
width: auto !important;
height:9rem !important;
} 
.singlepage .thumbnail .slider .image-back {
width: 100%!important;
min-height: 100vh !important;
}
.singlepage .fullimg .slider .bx-viewport {
width: auto !important;
height:80vh !important;
}
.singlepage .fullimg .slider .image-back {
width: 100%!important;
min-height: 93vh !important;
}
 
.singlepage .thumbnail .singleprevnextphone {
display:inline !important;
}
 
}
 
/* Content php */
 
.contentpage .cadre {
padding:.5rem; 
border-bottom:1px solid lightgray;
width:100%;
}
 
.contentpage .thumbnail {
display:inline-block;
vertical-align: top;
cursor:default;
padding-right: 2rem;
width: 30%;
}
 
.contentpage .descriptif {
display:inline-block;
vertical-align: top;
cursor:default;
width:65%;
}
