

/*-----------------------------------------*/
/*                 LISTE AVIS              */
/*-----------------------------------------*/

/*******************/
/*--   GENERAL   --*/
/*******************/

.list-avis .content {
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	color: rgb(102, 102, 102);
}

.list-avis .vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.list-avis .box .content hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(238, 238, 238);
}

.list-avis .box .content h1,
.list-avis .box .content h2,
.list-avis .box .content h3,
.list-avis .box .content h4 {
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-weight: normal;
	color: rgb(0, 80, 171);
}

.list-avis .box .content h1 {
	font-size: 34px;
	text-align: center;
}

.list-avis .box .content h2 {
	font-size: 30px;
}

.list-avis .box .content h3 {
	font-size: 21px;
	display: inline-block;
}

.list-avis .box .content h4 {
	font-size: 18px;
}

.list-avis p {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top:0px;
}

/* Block */
.list-avis .block {
	position: relative;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 35px;
	margin-bottom: 35px;	
}

/* Block de séparation */
.list-avis .separate-block {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:10px;
	padding-right:10px;
}

.list-avis .separate-block h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-right: 15px;
	padding-left: 15px;
	
	background-color: white;
}

.list-avis .box .content input[type="submit"],
.list-avis #avisCancel {
	display: inline-block;
	font-weight: lighter;
	font-style: italic;
	font-size: 17px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 121, 210);
	padding: 12px 35px;
	border-radius: 10px;
	cursor: pointer;
}

.list-avis .box .content input[type="submit"]:hover,
.list-avis #avisCancel:hover {
	background-color: rgb(40, 161, 255);
}

.list-avis .box .content input[type="submit"]:disabled {
	color: #bababa;
    background-color: rgb(238, 238, 238);
    cursor:initial;
}


#content .background-avis {
	background: url(img/background.jpg) top center;
	max-width: 100%;
    height: auto; 
    height: 1500px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 0;
}


/*****************/
/*--    BOX    --*/
/*****************/

.list-avis {
	margin-top: 360px;
    clear: both;
}

.list-avis .box {
	position: relative;
    margin: 0 auto;
    
    background: #FFF;
    
    width: 90%;
    max-width: 1280px;
}

.list-avis .box .content {
    padding: 0px;	
    padding-top: 40px;
}


/*********************/
/*--   BOX HEADER  --*/
/*********************/

.list-avis .header {
	margin-top: 50px;
}

.list-avis #getAvisForm {
	margin-top: 15px;
}

.list-avis .header .block-infos {
	position: relative;
	display: inline-block;
	background-color: rgb(0, 119, 213);
	height: 256px;
	width:256px;
	text-align: center;
	margin-right: 50px;
}

.list-avis .header .block-infos h3,
.list-avis .header .block-infos .textRate {
	color:white;
}

.list-avis .header .block-infos #rate_bar_general {
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-bottom: 6px;
}

.list-avis .header .block-text {
	position: relative;
	display: inline-block;
	width:70%;
	height: 256px;
}

/* FORM DESCRIPTION */
.list-avis .header .block-text .form-description .text{
	margin-top: 10px;
	margin-bottom: 25px;
}

/* FORM */
.list-avis .header .block-text .form {
	display:none;
}

.list-avis .header .client-form {
	display: inline-block;
	width: 46%;
	padding-right: 4%;
	
}

.list-avis .header .avis-form {
	display: inline-block;
	width: 46%;
}

.list-avis .header .avis-form textarea {
	width: 100%;
    height: 52px;
}

.list-avis .header .civilitySelect {
	font-size: 14px;
    margin-bottom: 9px;
}

.list-avis .header .productSelect {
	width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}

.list-avis .header .rateSelect {
	font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-avis .header input[type="text"] {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 16px;
	padding: 1px;
}


.list-avis .header .avis-input-form {
	display: block;
	margin-top: 15px;
	text-align: center;
}

.list-avis .header #avisCancel {
	margin-right: 15px;
}



/* RATE */
.list-avis .content .textRate {
	font-size: 20px;
}

.list-avis .content .textRate .highlighted {
	font-size: 60px;
	font-weight: bold;
}

.list-avis .content h3.highlighted{
	font-weight: bold;
}


/*********************/
/*--      LIST     --*/
/*********************/

.list-avis .content .list {
	position: relative;
	min-height: 500px;
}

.list-avis .content .single-col {
	display: none;
}

.list-avis .content .left-col,
.list-avis .content .right-col {
	width: 44%;
	display: inline-block;
}

.list-avis .content .left-col {
	padding-right: 5%;
}

.list-avis .content .right-col {
	padding-left: 5%;
	vertical-align: top;
}

.list-avis .content .list .avis {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.list-avis .content #more-input {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 50px;
}

/*********************/
/*--      AVIS     --*/
/*********************/

/* text user */
.list-avis .avis h4.user{
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 4px;
}

/* AVIS RATE */
.list-avis .avis .rate {
	margin-top: 10px;	
	position: relative;
	height: 40px;
}


.list-avis .avis .rate-text {
	font-size: 20px;
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
}

.list-avis .avis .rate-text .highlighted {
	font-size: 30px;
	font-weight: bold;
}

.list-avis .avis .rate-bar {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

/* AVIS FOOTER*/
.list-avis .avis .footer {
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.list-avis .avis .footer .highlighted {
	font-weight: bold;
}

.list-avis .avis .separate-block { 
   	position: relative;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
}

.list-avis .avis .separate-block hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(204, 204, 204);
}

.form-avis .text-cnil {
    font-size: 10px;
    font-style: italic;
}

/*-----------------------------------------*/
/*               BLOCK RATE                */
/*-----------------------------------------*/

/*******************/
/*--   GENERAL   --*/
/*******************/

.blockRate {
	height: auto;
    background: rgb(237, 238, 239);
    border-radius: 20px;
    padding: 5px 40px 7px 10px;
    display: block;
    
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 84px;
    right: -30px;
    z-index: 9999;
    
    min-height: 65px;
    min-width: 140px;
    max-width: 140px;
    
    box-shadow: 0px 2px 3px 2px rgba(119, 119, 119, 0.3);
	-moz-box-shadow: 0px 2px 3px 2px rgba(119, 119, 119, 0.3);
	-webkit-box-shadow: 0px 2px 3px 2px rgba(119, 119, 119, 0.3);
    
}


/*******************/
/*--    IMAGE    --*/
/*******************/

.blockRate .image {
	float:left;
	background: url("../img/like.png") no-repeat bottom;
    width: 42px;
    height: 38px;
    margin: auto 0px;
	margin-top: 15px;
}


/*******************/
/*--   CONTENU   --*/
/*******************/

.blockRate .content {
	float:right;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	color: rgb(102, 102, 102);
}

.blockRate .content .textRate {
	font-size: 14px;
}

.blockRate .content .textRate .highlighted {
	font-size: 24px;
	font-weight: bold;
}

.blockRate .content #rate_bar_general_block {
	margin-bottom: 2px;
}

.blockRate .content .description {
	font-size: 13px;
}

.blockRate .content .description .highlighted{
	font-weight: bold;
}


/*-----------------------------------------*/
/*                 FORM AVIS              */
/*-----------------------------------------*/

.form-avis {
	min-height: 1100px;
}

.form-avis .form-left {
	display: inline-block;
	width: 46%;
	padding-right: 4%;
}

.form-avis .form-right {
	display: inline-block;
	width: 46%;
}

.form-avis .form-full {
	width:auto;
	padding-left: 60px;
	padding-right: 60px;
	margin-left: 310px;
}

.form-avis .rate {
	position: relative;
	height: 40px;
	margin-top: 20px;
    margin-bottom: 25px;
}

.form-avis .rate label {
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
}

.form-avis .rate #rate_bar_form {
	position: absolute;
	left:75px;
	top: 50%;
	transform: translateY(-50%);
}

.form-avis .rate .rate-text {
	position: absolute;
	left:270px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.form-avis .rate .rate-text .highlighted {
	font-size: 30px;
    font-weight: bold;
}

.form-avis .form-left label,
.form-avis .form-right label,
.form-avis .form-full label {
	font-size: 22px;
}

.form-avis .form-left input[type="text"],
.form-avis .form-right input[type="text"],
.form-avis .form-full input[type="text"] {
	font-size: 22px;
	
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 5px !important;
	padding-left: 7px !important;
	
	border: #e1e1e1 solid 1px;
}

.form-avis .form-left select,
.form-avis .form-right select,
.form-avis .form-full select {
	font-size: 22px !important;

	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 5px !important;
	padding-left: 7px !important;


	border: #e1e1e1 solid 1px;
}

.form-avis .form-left textarea,
.form-avis .form-right textarea,
.form-avis .form-full textarea {
	font-size: 22px !important;

	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 5px !important;
	padding-left: 7px !important;

	
	border: #e1e1e1 solid 1px;
}

.form-avis .header .civilitySelect {
    margin-bottom: 20px !important;
}

.form-avis .form-full input[type="text"] {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 5px;
}

.form-avis .form-full select {
	display: block;
}

.form-avis .form-full textarea {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 5px;
	height:170px;
	min-width: 100%;
    max-width: 100%;
    min-height: 100px;
	
}

.form-avis .avis-input-form {
	position: relative;
	height: 50px;
	padding-top: 25px;	
	padding-bottom: 30px;
}
.form-avis #addAvis {
	position: absolute;
	right:0px;
}


/*-----------------------------------------*/
/*           R E S P O N S I V E           */
/*-----------------------------------------*/

@media screen and (max-width: 1296px) {
	
	/* FORM */
	.list-avis .header .block-text {
	    display: block;
	    width: 100%;
	}

	
	.list-avis .header .client-form {
		display: block;
		width: 100%;
		
	}
	
	.list-avis .header .avis-form {
		display: block;
		width: 100%;
	}
	
	/* FORM 'form-avis' */
	
	.form-avis .header .block-text {
		margin-top:30px;
	}
	
	.form-avis .form-full {
		margin-left: 0px;
	}
}

@media screen and (max-width: 980px) {
	
	/* LISTE AVIS */
	.list-avis .box {
		width: 100%;
	}
	
	.list-avis .block {
		padding-left:30px;
		padding-right:30px;
	}
	
	/* FORM 'form-avis' */
	
	.form-avis .form-full {
		padding-left:30px;
		padding-right:50px;
	}
	
}

@media screen and (max-width: 855px) {
	
	/* HEADER */
	.list-avis .box .content h1 {
	    font-size: 34px;
	    width: 80%;
	    text-align: center;
	}
	
	/* LISTE AVIS */
	.list-avis .content .single-col {
		display: block;
	}
	
	.list-avis .content .left-col,
	.list-avis .content .right-col {
		display: none;
	}
	
}

@media screen and (max-width: 767px) {

	/**********************/
	/*--   BLOCK RATE   --*/
	/*********************/
	
	.blockRate {
	    position: fixed;
	    top: 50%;
	    transform: translateY(-50%);
	    margin-top: 84px;
	    right: -30px;
	    
	    min-height: 40px;
	    min-width: 25px;
	    max-width: 25px;
	}

	/* IMAGE */
	
	.blockRate .image {
		float:left;
		background: url("../img/like.png") no-repeat bottom;
		background-size: 28px 28px;
	    width: 28px;
	    height: 28px;
	    margin: auto 0px;
		margin-top: 5px;
	}
	
	/* CONTENU */
	
	.blockRate .content {
		display:none;
	}



	
}


