/* PARTIE IMPORT SCSS */
/*------------------------------------------------------------
VARIABLES
====================================*/
/*------------------------------------------------------------
TYPO
Title, list, links, label
====================================*/
/* PARTIE IMPORT FONT */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,400,400i,700,800|Oswald:700");
/* PARTIE IMPORT FONT */
/*------------------------------------------------------------
Tooltip
====================================*/
.tippy-box {
  background-color: #FFFFFF;
  color: #282829;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}
.tippy-box .tippy-arrow {
  color: #FFFFFF;
}
.tippy-box[data-placement=bottom] .tippy-arrow {
  box-shadow: 0 -15px 10px rgba(0, 0, 0, 0.1);
}
.tippy-box[data-placement=top] .tippy-arrow {
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------
SLIDER
====================================*/
.splide__arrow {
  background-color: white;
  opacity: 1;
  width: 3em;
  height: 3em;
}
.splide__arrow[disabled] {
  background-color: transparent;
  display: none;
}
.splide__arrow svg {
  width: 15px;
  height: auto;
}
.splide__arrow svg path {
  fill: #0d559f;
}

.slider-horizontal {
  width: 79%;
}

.slider-vertical .splide__arrow--prev {
  top: -1em !important;
}
.slider-vertical .splide__arrow--next {
  bottom: -0.4em !important;
}

/* PARTIE ETOILE */
.raty {
  margin-bottom: 15px;
}

/* PARTIE ETOILE */
/* PARTIE NOTES */
.largeNote {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #282829;
  margin-bottom: 15px;
}
.largeNote .big {
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 800;
}

/* PARTIE NOTES */
/* PARTIE LISTING DES AVIS */
.review-list {
  padding: 4px 0px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.review-list li {
  list-style: none;
  padding: 15px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.review-top .review-picto {
  position: absolute;
  left: 15px;
  top: -12px;
}
.review-top .raty {
  margin-bottom: 0;
}
.raty i {
  color: #ffd800;
  font-size: 22px;
}

.review-top .raty i {
  font-size: 16px;
}

.reviewGlobal .raty {
  margin-top:8px;
}

.review-top .review-infos {
  color: #0e559f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.review-top .review-infos span {
  border: 2px solid #0e559f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0;
  line-height: 18px;
  color: #282829;
  font-weight: 600;
  font-size: 14px;
}
.author .author-picto {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(30deg, #0d559f, #e53333 85%);
  background-clip: border-box;
  margin-right: 0;
  flex-shrink: 0;
}
.author .author-infos {
  padding-left: 10px;
  margin-right: auto;
}
.author .author-pseudo {
  font-weight: 600;
}
.author .author-time {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 400;
  color: rgba(40, 40, 41, 0.5);
}
.author .author-authenticated {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  width: 85px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
  color: #5bc200;
  font-weight: 600;
  cursor: pointer;
}
.author .author-authenticated span {
  margin-left: 5px;
}
.author .svg-quote {
  position: absolute;
  right: 0;
  top: -45px;
  width: 45px;
  height: auto;
  opacity: 10%;
  z-index: 0;
}

.review-text {
  margin-bottom: 25px;
  height: 55px;
  overflow: hidden;
}
.review-text p {
  display: block;
  margin: 4px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  color: #505050;
  font-style: italic;
}

/* PARTIE DARK */
.dark .review-list li {
  background: -webkit-linear-gradient(30deg, #0d559f, #e53333 85%);
  background-clip: border-box;
  box-shadow: 0 0 15px rgba(229, 52, 52, 0.4);
}
.dark .review-text p {
  color: #FFFFFF;
}
.dark .review-top .review-infos span {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.dark .author {
  color: #FFFFFF;
}
.dark .author .author-time {
  color: rgba(255, 255, 255, 0.5);
}

/* PARTIE DARK */
/* PARTIE IMPORT SCSS */
* {
  -webkit-font-smoothing: antialiased;
}

/*# WIDGET LATERAL*/
#agWidgetSide {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

#agWidgetSide .logoAg {
  width:135px;
  margin: 8px auto 5px auto;
}

/* PARTIE WIDGET LATERAL */
.header-widget {
  padding: 12px 12px 0;
}
.header-widget .logoAg {
  display: block;
}

.reviewGlobal {
  display: inline-block;
  vertical-align: top;
  color: #0e559f;
  margin: 10px 5px;
}
.reviewGlobal a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
  color: #0e559f;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0;
}

.largeNote {
  margin-bottom: 5px;
}

.raty {
  margin-bottom: 5px;
}

#agWidgetSide .agReviewsLegal {
  margin: 0;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 100;
  margin-bottom: 10px;
}

#agWidgetSide .agReviewsLegal svg {
  vertical-align: text-top;
}

/* PARTIE WIDGET LATERAL */
.slider-vertical .review-list {
  margin: 0 auto !important;
}
.slider-vertical .review-list li {
  width: 193px !important;
  padding: 10px;
  margin-bottom:20px;
}
.slider-vertical .review-list li:hover {
  transform: scale(1.03);
  transform-origin: center;
  transform-style: preserve-3d;
}
.slider-vertical .review-top {
  padding-left: 25px;
}
.slider-vertical .review-top .review-picto {
  width: 21px;
  height: auto;
  top: -10px;
}
.slider-vertical .review-top .review-infos {
  font-size: 10px;
}
.slider-vertical .review-top .review-infos span {
  width: 14px;
  height: 14px;
}
.slider-vertical .review-text {
  margin-bottom: 5px;
}
.slider-vertical .review-text p {
  font-size: 12px;
}
.slider-vertical .author {
  font-size: 12px;
  position: relative;
}
.slider-vertical .author .author-picto {
  width: 26px;
  height: 26px;
}
.slider-vertical .author .svg-quote {
  width: 35px;
  top: -20px;
}
.slider-vertical .author .author-time {
  position: relative;
  bottom: 2px;
}
.slider-vertical .splide__track:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

/*background*/
.bgGrey1 {
  background: #f9f9f9;
}

.bgGrey2 {
  background: #f3f3f3;
}

/*# sourceMappingURL=main_vertical.css.map */

li, #summaryPart {
    cursor:pointer;
}

/* LANG customized css */

html[lang="de"] .reviewGlobal a, 
html[lang="de"] .review-infos.popover,
html[lang="de"] .splide__arrow svg path {
    color : #444444;
}
html[lang="de"] .splide__arrow svg path {
    fill : #444444;
}
html[lang="de"] .author .author-picto {
    background: -webkit-linear-gradient(30deg, #000000, #e53333 85%);
}

html[lang="de"] .author .svg-quote, html[lang="de"] .reviewGlobal a img {
    filter: grayscale(1);
}

html[lang="de"] .review-top .review-infos span {
    border: 2px solid #444444;
}




html[lang="it"] .reviewGlobal a, 
html[lang="it"] .review-infos.popover, 
html[lang="it"] .author .author-authenticated {
    color: #067a45;
}

html[lang="it"] .reviewGlobal a img {
    filter: hue-rotate(290deg) brightness(1.15);
}

html[lang="it"] .author .author-picto {
    background: -webkit-linear-gradient(30deg, #067a45, #e53333 85%);
}

html[lang="it"] .author .svg-quote {
    filter: grayscale(1);
}

html[lang="it"] .review-top .review-infos span {
    border: 2px solid #067a45;
}

html[lang="it"] img.popover {
    filter: hue-rotate(34deg) brightness(0.7);
}

html[lang="it"] .author .author-authenticated {
    width:90px;
}

html[lang="it"] .splide__arrow svg path {
    fill : #067a45;
}



html[lang="es"] .reviewGlobal a, html[lang="es"] .review-infos.popover {
    color: #111111;
}

html[lang="es"] .reviewGlobal a img {
   filter: grayscale(1);
}

html[lang="es"] .author .author-picto {
    background: -webkit-linear-gradient(30deg, #111111, #e53333 85%);
}

html[lang="es"] .author .svg-quote {
    filter: grayscale(1);
}

html[lang="es"] .review-top .review-infos span {
    border: 2px solid #111111;
}

html[lang="es"] .author .author-authenticated {
    width:90px;
}

html[lang="es"] .splide__arrow svg path {
    fill : #111111;
}