.xlib-module-mask_parole,
.xlib-module-mask_parole > a{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: inherit;
}

.xlib-module-mask_parole > a > p{
  text-transform: uppercase;
  font-family: var(--font-title);
  font-weight: normal;
  line-height: 1em;
  font-size: 35px;
  position: absolute;
  width: 60%;
  left: 20px;
  top: 20px;
}

.xlib-module-mask_parole .parole-cover {
  overflow: hidden;
}
.xlib-module-mask_parole .parole-cover img{
  width: 80px;
  height: 80px;
  border-radius: 320px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 600px) {
  .xlib-module-mask_parole .parole-cover img{
    width: 160px;
    height: 160px;
  }
}

.xlib-module-mask_parole .parole-cover::before {
	content: '';
	display: block;
	position: absolute;
  z-index: 1;
  right: 0;
	background-image: radial-gradient(circle at 2px 2px, var(--gris) 2px, transparent 0);
	background-size: 50px 30px;
  width: 100%;
    height: 75%;
  opacity: .4;
}

.xlib-module-mask_parole svg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120px;
}

@media only screen and (min-width: 600px) {
  .xlib-module-mask_parole svg {
	   width: 200px;
  }
}

.xlib-module-mask_parole .parole-quote{

}

.xlib-module-mask_parole .parole-nom{
  font-size: 1rem;
  font-size: clamp(1rem, 0.9166666666666666rem + 0.2777777777777778vw, 1.25rem);
  color: var(--bleu);
  font-weight: bold;
  margin: var(--gutter-in) 0 0 0;
  line-height: 1.6em;
  text-align: right;
}

.xlib-module-mask_parole .parole-fonction{
  max-width: 70%;
  text-align: right;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.6em;
}
