
#comparateur {
	margin-bottom: 60px;
}
#mobile {
	display: none;
}
#comparateur .subtitle {
	margin-bottom: 50px;
}
.item .info {
	text-align: center;
	margin-bottom: 25px;
}
.item .info a {
	display: block;
	cursor: pointer;
}
.item .btn {
	margin-bottom: 10px;
    border-radius: 5px;
	padding: 5px 2px;
	width: 100%;
	font-weight: normal;
}
.item h3 {
    color: #72A8C5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.item h4 {
    color: #8299A5;
	font-size: 15px;
	margin-bottom: 2px;
}
.item .prix {
	/*
    color: #EF5A28;
    */
	color: #CB563A;
	font-size: 20px;
	font-family: Sansita, Georgia, Arial;
}
.item .img {
	position: relative;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
}
.item .img img {
	width: 100%;
}
.item.empty .img img {
	max-height: 152px;
}
.item .img i {
	background-color: #EF5A28;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	height: 22px;
	padding-top: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 22px;
}
.cell .titre {
	text-transform: uppercase;
	background-color: #535F6F;
	margin-bottom: 15px;
	padding: 5px 15px;
	position: relative;
    /*
	background-color: #EEE;
    */
}
.cell .titre:first-letter {
	font-size: 1.2em;
}
.cell .titre:after {
	background-color: #EF5A28;
	bottom: -3px;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.cell ul {
	margin-bottom: 30px;
    background-color: #2E353E;
}
.cell li {
	border-bottom: 1px solid #666;
	color: #383637;
}
.cell li:after,.cell li:before {
	content: " ";
	display: table;
}
.cell li:after {
	clear: both;
}
.cell .p,.cell .v {
	float: left;
	overflow: auto;
	white-space: nowrap;
}
.cell li p:hover::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.cell li p::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.cell .p {
	width: 50%;
}
.cell .v {
	width: 50%;
    font-family: Sansita, Georgia, Arial;
}
.cell.c6 .p {
	width: 45%;
}
.cell.c6 .v {
	width: 55%;
}
.cell.c8 .p {
	width: 65%;
}
.cell.c8 .v {
	width: 35%;
}
.cell .p {
	text-align: right;
	font-size: 11px;
	color: white;
	padding: 10px 5px 10px 0;
}
.cell .v {
	height: 40px;
    color: #EFEFCF;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 10px 0 10px 10px;
    background-color: #535F6F;
    /*
	background-color: #f8f8f8;
	font-weight: 700;
	color: #369;
    color: #ADACAC;
    color: #EBCCB9;
    color: #CCC;
    */
}
.cell img {
	max-height: 100%;
}
.cell .p2 {
	font-size: 12px;
	margin-top: 15px;
	padding-left: 10px;
}
.cell .p2 strong {
    /*
	background-color: lightyellow;
	color: #EF5A28;
    */
    background-color: #7B838D;
    color: #FFBDBD;
	display: block;
	font-size: 1.3em;
	padding: 5px 0 5px 10px;
	margin: -5px 0 -10px -10px;
	font-family: Sansita, Georgia, Arial;
    /*
    background-color: #A6AFBB;
    color: #5A5D65;
    */
}
#list-version ul.items, #list-version ul.details {
	margin: 0;
    background-color: #242830;
}
/* Cell Styling [END] */


a.anchor {
	min-height: 75px;
}
.modal {
	padding-left: 0 !important;
}
.modal .modal-dialog {
	width: 960px;
}
.modal .bloc {
	padding: 0 50px 50px;
}
.modal .bloc .ajax {
	text-align: center;
    padding: 50px 0;
	display: none;
}
.modal .select {
	margin-right: 10px;
	width: auto;
}
.modal select {
	min-width: 245px;
}
.modal .lienFT {
	cursor: pointer;
}


/* media (@) */
@media (max-width: 767px) {
	h2 {
		font-size: 20px;
	}
	#desktop {
		display: none;
	}
	#mobile {
		display: block;
	}
	#comparateur .subtitle {
		margin-bottom: 30px;
	}
	.item.empty .img img {
		max-height: 93px;
	}
	.subtitle {
		font-size: 12px;
        padding: 0 0 10px 0;
	}

	/*Cell*/
	.item .btn {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.item .info a {
		font-size: 11px;
	}
	.item .info h3 a {
		font-size: 16px;
	}
	.item h4 {
		font-size: 13px;
	}
	.item .prix {
		font-family: Sansita, Georgia, Arial;
		font-size: 18px;
	}
	.head-block.fixed {
        /*
		background: #fff;
		-webkit-box-shadow: 0 8px 6px -3px #b6b6b6;
		-moz-box-shadow: 0 8px 6px -3px #b6b6b6;
		box-shadow: 0 8px 6px -3px #b6b6b6;
        */
		box-shadow: 0 1px 8px 2px #EF5A28;
        background-color: #2E353E;
		padding-top: 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	.head-block .vs {
		background-color: #868686;
		border-radius: 50%;
		font-size: 15px;
		height: 28px;
		width: 28px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #FFF;
		margin: auto;
		padding-top: 4px;
		position: absolute;
		text-align: center;
		display: none;
	}
	.head-block.fixed .vs {
		display: block;
	}
	.head-block.fixed h2,.head-block.fixed .img,.head-block.fixed .btn {
		display: none;
	}
	.cell .p {
		text-align: center;
		width: 100% !important;
		font-size: 13px;
	}
	.cell .v {
		border-top: 1px solid #ececec;
		text-align: center;
		font-size: 13px;
		width: 50% !important;
	}
	.cell .p2 {
		float: left;
		width: 50%;
		font-size: 11px;
	}
	.accordion {
		cursor: pointer;
	}
	.accordion span {
		float: right;
		font-size: 13px;
	}
	.panel {
		display: none;
	}
	.panel.active {
		display: block;
	}

	/* modal */
	.modal .modal-dialog {
		margin: 10px 1%;
		width: 98%;
	}
	.modal .select {
		margin-bottom: 10px;
		width: 100%;
	}
	.modal select {
		max-width: 100%;
		width: 100%;
	}
	.modal .bloc {
		padding: 0 15px 20px;
	}
	.modal .logo {
		margin-bottom: 0;
	}
	.modal .logo a {
		display: none;
	}
	.modal .logo:after {
		display: none;
	}
	#list-version {
		height: 420px;
		overflow: auto;
		padding-right: 0;
	}
	#list-version h2 {
		display: none;
	}
	#list-version .items ul.detail {
		margin-bottom: 0;
	}
	#list-version .items .btn {
		display: none !important;
	}
	.modal .foot {
		display: none;
	}
}