
div#content-bandeau-blanc {
    width: 99.41vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 5%;
	padding: 3em 0;
}

div#bandeau-blanc {
	background: #ffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 28%);
}
#bandeau-blanc .content-logo-note, .content-list-avis {
    float: left !important;
}
#bandeau-blanc .content-logo-note {
	flex: 0 0 35%;
	max-width: 35%;
    border-right: 2px solid #bbbbbb;
	padding-right: 15px;
}
#bandeau-blanc .note-head {
    display: inline-block;
}
#bandeau-blanc h2.note-head {
    font-size: 28px !important;
}
div#simple-start-rating h3 {
    line-height: initial;
}
.content-note-head a {
    box-shadow: none !important;
}
#bandeau-blanc .content-note .titre-note {
    text-align: left;
	margin: 3px 0;
}
#bandeau-blanc .content-note {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bandeau-blanc .content-note .titre-note, .content-note .star-note {
	flex: 0 0 50%;
	max-width: 50%;
}
#bandeau-blanc .content-note .star-note .float-right {
    float: right;
	margin-right: 15px;
}

/*content-list-avis*/
#bandeau-blanc .content-list-avis {
	flex: 0 0 65%;
	max-width: 65%;
    height: 200px;
    overflow-y: scroll;
	padding-left: 15px;
}
	#bandeau-blanc .content-list-avis::-webkit-scrollbar {
		width: 5px;
		background: rgba(0,0,0,0.2);

	}
	#bandeau-blanc .content-list-avis::-webkit-scrollbar-track {
		border-radius: 10px;
	}
	#bandeau-blanc .content-list-avis::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,0.2);
		border-radius: 10px;
	}
#bandeau-blanc .content-list-avis .list-avis {
    margin-bottom: 25px;
}
#bandeau-blanc .titre-avis {	
	margin: 10px auto;
	font-size: 20px !important;
}
#bandeau-blanc .content-more-details {
	margin-top: 15px;
}
#bandeau-blanc .content-note-toggle {
    margin: 0 auto;
    width: 100%;
    background: transparent;
    border: 0;
}

#bandeau-blanc .content-note-toggle td,
#bandeau-blanc .content-note-toggle th {
    padding: 0;
}
#bandeau-blanc  .avis-info {
    padding-right: 5px;
}

/*****RESPONSIVE*****/
/*-------------------[2560px]------------------*/
@media only screen and ( max-width: 2560px ) {
	div#bandeau-blanc {
		width: 50%;
		margin: 0 auto;
	}
	
	
	
}


/*-------------------[1920px]------------------*/
@media only screen and ( max-width: 1920px ) {
	div#bandeau-blanc {
		width: 55%;
		margin: 0 auto;
	}
	
	
	
	
	
	
}

/*-------------------[1440px]------------------*/
@media only screen and ( max-width: 1440px ) {
	div#bandeau-blanc {
		width: 75%;
		margin: 0 auto;
	}
	
	
}

/*-------------------[1280px]------------------*/
@media only screen and ( max-width: 1280px ) {
	#bandeau-blanc .content-note .titre-note {
		text-align: left;
		margin: 4px 0;
		font-size: 14px !important;
	}
	#bandeau-blanc .content-list-avis {
		height: 200px;
	}
	#bandeau-blanc td {
		font-size: 13px !important;
	}
	

}

/*-------------------[1200px]------------------*/
@media only screen and ( max-width: 1200px ) {
	#bandeau-blanc .content-note .titre-note {
		text-align: left;
		margin: 4px 0;
		font-size: 13px !important;
	}
	#bandeau-blanc .content-list-avis {
		height: 190px;
	}	
	#bandeau-blanc td {
		font-size: 12px !important;
	}
	

}


/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	div#bandeau-blanc {
		width: 85%;
		margin: 0 auto;
	}

	
	
	
	

}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#bandeau-blanc td {
		font-size: 13px !important;
		text-align: center;
	}
	
	
	

}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#bandeau-blanc .content-logo-note {
		flex: 0 0 30%;
		max-width: 30%;
	}	
	#bandeau-blanc .content-list-avis {
		flex: 0 0 70%;
		max-width: 70%;
		height: 310px;
	}
	
	#bandeau-blanc .content-note .titre-note, .content-note .star-note {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}		

	#bandeau-blanc .content-logo-note .content-logo, .content-note-head {
		text-align: center !important;
	}
	#bandeau-blanc .content-note .titre-note {
		margin: 4px 0;
		font-size: 14px !important;
	}
	#bandeau-blanc .content-note .star-note .float-right {
		float: none !important;
		margin-right: 15px;
	}
	#bandeau-blanc .titre-avis {
		margin: 0 auto 10px;
	}
	
	
}

/*-------------------[768px]------------------*/
@media only screen and (max-width: 768px) {
	div#bandeau-blanc {
		width: 85%;
		margin: 0 auto;
		padding: 20px !important;
	}


	
}

/*-------------------[767px]------------------*/
@media only screen and (max-width: 767px) {
	#bandeau-blanc h2.note-head {
		font-size: 20px !important;
	}
	#bandeau-blanc span.note-head {
		font-size: 13px !important;
	}
	#bandeau-blanc .content-note .titre-note {
		margin: 0;
		font-size: 13px !important;
	}	
	
	#bandeau-blanc .content-list-avis {
		height: 275px;
	}	
	#bandeau-blanc td {
		font-size: 12px !important;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	
	
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#bandeau-blanc img.logo-vp-head {
		width: 120px;
	}	
	#bandeau-blanc .content-note .titre-note {
		margin: 0;
		font-size: 12px !important;
	}
	#bandeau-blanc .titre-avis {
		font-size: 17px !important;
	}
	#bandeau-blanc .content-list-avis {
		height: 260px;
	}	
	
	
}

/*-------------------[580px]------------------*/
@media only screen and (max-width: 580px) {
	div#bandeau-blanc {
		width: 90%;
		margin: 0 auto;
		padding: 20px !important;
	}
	
	
	
	
}


/*-------------------[480px]------------------*/
@media only screen and (max-width: 480px) {
	div#bandeau-blanc {
		width: 95%;
		margin: 0 auto;
		padding: 10px !important;
	}
	#bandeau-blanc .content-logo-note {
		padding-right: 0 !important;
	}	
	#bandeau-blanc h2.note-head {
		font-size: 17px !important;
	}	
	#bandeau-blanc span.note-head {
		font-size: 12px !important;
	}	
	#bandeau-blanc .content-note .titre-note {
		font-size: 11px !important;
	}	
	
	#bandeau-blanc .content-list-avis {
		height: 255px;
	}	
	#bandeau-blanc .titre-avis {
		font-size: 15px !important;
	}	
	#bandeau-blanc h4.reponse-avis {
		font-size: 14px !important;
	}
	
	
	
}

/*-------------------[425px]------------------*/
@media only screen and (max-width: 425px) {
	#bandeau-blanc img.logo-vp-head {
		width: 110px;
	}	
	#bandeau-blanc span.note-head {
		font-size: 11px !important;
	}		
	#bandeau-blanc .content-logo-note {
		flex: 0 0 35%;
		max-width: 35%;
	}
	#bandeau-blanc .content-list-avis {
		flex: 0 0 65%;
		max-width: 65%;
		height: 250px;
	}		
	#bandeau-blanc .content-note .titre-note {
		font-size: 10px !important;
	}

	
	
}

/*-------------------[375px]------------------*/
@media only screen and (max-width: 375px) {
	#bandeau-blanc .content-list-avis {
		height: 205px;
		padding-left: 5px
	}	
	#bandeau-blanc .content-list-avis .list-avis {
		margin-bottom: 15px;
	}		
	#bandeau-blanc .titre-avis {
		margin: 0 auto 5px !important;
	}	
	
	
	
}

/*-------------------[360px]------------------*/
@media only screen and (max-width: 375px) {
	#bandeau-blanc span.note-head {
		font-size: 10px !important;
	}	
	
	
}
