.rating_review {
	display: inline-block;
}

.rating_review label{ 
	font-size:0;
	color: #e08e0b;
}

.rating_review label:after{ 
	content:"★";
	display: inline-block;
	font-size: 6rem;
	color:inherit ;
}

.rating_review [name="rating"]{ 
	display:none;
}

.rating_review label:hover ~ label {
	color: grey!important;
}

.rating_review:hover label{
	 color: #e08e0b!important;
}

.rating_review:hover label:hover{ 
	color: black!important;
} 

.rating_review [value="1"]:checked ~ label:nth-of-type(1n+2),
.rating_review [value="2"]:checked ~ label:nth-of-type(1n+3),
.rating_review [value="3"]:checked ~ label:nth-of-type(1n+4),
.rating_review [value="4"]:checked ~ label:nth-of-type(1n+5),
.rating_review [value="5"]:checked ~ label:nth-of-type(1n+6){
  color: grey;
} 

.comment{    
	  width: 95%;
    height: 200px;
    max-width: 100%;
    margin-top:10px;
}

.close{
	  float: right;
	  font-size: 21px;
	  font-weight: 700;
	  line-height: 1;
	  color: #000;
	  text-shadow: 0 1px 0
	  #fff;
	  filter: alpha(opacity=20);
	  opacity: .2;
}

.alert-dismissible .close {
	  position: relative;
	  top: -2px;
	  right: -21px;
	  color: inherit;
}

.button.close{
	  -webkit-appearance: none;
	  padding: 0;
	  cursor: pointer;
	  background: 0 0;
	  border: 0;
}

.alert{
	color: white;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	font-size: 18px;
}

.alert h4 {
   font-weight:600;
   font-size: 18px;
}

.alert .icon {
   margin-right:10px
}

.alert .close {
   color:#000;
   opacity:.2;
   filter:alpha(opacity=20)
}

.alert .close:hover {
   opacity:.5;
   filter:alpha(opacity=50)
}

.alert a {
   color:#fff;
   text-decoration:underline
}

.alert-success {
   border-color:#008d4c;
  background-color: #008d4c;
}

.alert-danger,
.alert-error {
   border-color:#d73925;
	background-color: #d73925;
}

.alert-warning {
   border-color:#e08e0b;
	background-color: #e08e0b;
}

.alert-danger{
	border-radius: 3px !important;
}

.alert-dismissible{
	padding-right: 35px !important;
}

.success{
	color: white;
	background-color: #00a65a;
}

.btn-avis{
  padding: 2rem 2rem 0rem 2rem !important;
}

.review{
	position: relative;
	display: block;
	color: #2e273e;
	background-color:#f4f4f5;
	text-decoration: none;
	padding: 4.5rem 6.5rem;
}

.margin-bottom-20{
    margin-bottom: 20px
}

.commentary{
    padding:  15px;
}

.review-comment{
    position: relative;
    display: block;
    color: #2e273e;
    background-color:#f4f4f5;
    text-decoration: none;
    padding-bottom : 1.5rem !important;
    padding: 2.5rem 5.5rem;
}

.review-reply{
  position: relative;
  display: block;
  color: #2e273e;
  background-color:#f4f4f5;
  text-decoration: none;
  margin-left: 50px;
}

.title-intro{
  color: #fff;
  margin-bottom: 4.5rem;
  font-size:3.5rem;
}

.font-intro-note{
  font-size:4.5rem !important;
  font-weight: 600;
}

.font-slider-note{
  font-size:3rem !important;
  font-weight: 600;
}

.font-number{
  font-size:2.6rem !important;
}

.review-intro{
  padding:8rem !important;
  text-align: center;
}

.review-intro p{
  text-align: center;
}

.rating{
    width:200px;
    margin-bottom:-8px;
}

.rating-average{
  font-size:1.5rem;
  margin-bottom:10px;
}

.star-review{
  max-width: 300px;
  width: 100%;
	padding: 2.5rem 2rem 0rem 1rem;
}

.img-average{
  margin-bottom:15px
}

.rating-block{
  margin-left:-30px;
  margin-top: -15px;
}

.d-flex ul li{
    border-color:#ee9c17;
    background:#ee9c17;
    color: #2e273e;
    width: 4rem;
    height: 4rem;
    padding: 0;
    line-height: 3.8rem;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 2rem;
    margin-left:5px;
}

.d-flex ul .active{
    background:white;
    border: 2px solid #ee9c17;
    cursor:default;
    line-height: 3.5rem;
}

.d-flex ul .disabled {
    background:white;
    border: 2px solid #ee9c17;
    cursor:default;
    line-height: 3.2rem;
}

.d-flex ul li a{
    color: #2e273e;
    padding:10px 15px 10px 15px;    
    text-decoration: none;
}

.d-flex .pagination{
    display: flex !important;    
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    justify-content: center !important;
}

.d-flex ul {
    margin-left:40%;
}

.review_footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 5rem;
    margin-bottom: 3rem;
    background-color:
    #f4f4f5;
}

.review-title{
  margin-top:30px !important;
  margin-bottom:10px !important
}

.review_block{
    position: relative;
    display: block;
    color: #2e273e;
    text-decoration: none;
    padding: 2.5rem 4.5rem;
    width: 30%;
}

.review_block a{
  margin-top:20px;
}

.review_block p{
  margin-top:10px;
  text-transform: uppercase;
}

.review_block-example{
    max-width: 75%;
}

@media screen and (max-width: 1216px) {
  .review_block-example{
    max-width: 100%;
  }
  .review-title{
    margin-top: 10px !important;
  }
  .rating-block{
    margin-left:0px
  }
}

.review_block-title{
  font-size:12px;
  font-weight:400;
}

.review_block-text{
  font-size:10px
}

.review_block-rating{
  margin-bottom:20px;
  margin-top:20px;
}

.footer-rating{
  width:50px;
}

.card-review {
  border: 1px solid #ee9c17;
  padding: 1rem;
  height: 200px;
  overflow: hidden;
  text-align: left;
  max-width: 215px;
}

.card-date {
  float:right;
  margin-top:14px;
  bottom :10px;
}

.title-review{
  display:flex;
  margin-bottom:15px;
}

.card-title-review{
  font-size: 1.525rem;
  font-weight: 600;
}

.card-review img{
  width:50%;
  margin-bottom:15px;
}

.card-content {
  font-size: 1.525rem;
  text-overflow: ellipsis;
  height:72px;
  max-width:190px;
  overflow: hidden;
}

.card-content p {
  font-size: 1.525rem;
  text-overflow: ellipsis;
  max-height:80px;
  max-width:190px;
  overflow: hidden;
}

/********************************
* Carousel styles
*********************************/
.carousel-items {
  display: flex;
  overflow-x: scroll;
  padding: 1rem 0;
  scroll-snap-type: x mandatory;
}

.carousel-item {
  flex: 1 0 225px;
  margin-left: 1rem;
  scroll-snap-align: start;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #3d4852;
  border-radius: 3px;
}


/********************************
* Breakpoints
*********************************/

@media screen and (min-width: 992px) {

  body,
  button,
  input,
  select,
  optgroup,
  textarea {
      font-size: 1.125rem;
  }

  h1 {
      font-size: 2.75rem;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
      font-size: 4rem;
  }

  .carousel-item {
      flex-basis: 31.5%;
  }
}

@media screen and (min-width: 1600px) {

  body,
  button,
  input,
  select,
  optgroup,
  textarea {
      font-size: 1.25rem;
  }
}



.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.owl-carousel .item iframe{
  width:100%;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}







