@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.paragraph--type--section.raison-choix-client {
  background-color: var(--laine);
  background-image: url(../images/fibres-rabane-de-laine.png);
  background-position: center;
}
.paragraph--type--section.raison-choix-client .field--name-field-elements {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item h2 {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item h2 {
    width: 450px;
  }
}
.paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item h2 {
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item h2 {
    font-size: 4.5rem;
  }
}
.paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item:last-child .field--name-field-para-textarea {
  padding: 30px;
  border: solid 1px var(--noir-vigne);
  margin-bottom: 30px;
  background-color: var(--laine);
}
.paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item:last-child .field--name-field-para-textarea h3 {
  font-size: 1.75rem;
  padding-left: 50px;
  background-image: url(../images/fl-big-fonce.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 1024px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements > .field__item:last-child .field--name-field-para-textarea h3 {
    font-size: 2.235rem;
  }
}
@media (min-width: 1024px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements {
    max-width: 75vw;
    width: calc(100% - 60px);
  }
}
@media (min-width: 1536px) {
  .paragraph--type--section.raison-choix-client .field--name-field-elements {
    width: calc(100% - 100px);
  }
}
.paragraph--type--section.raison-choix-client .field--name-field-elements h2 {
  margin-bottom: 20px;
}