/* COULEURS */
/* END COULEURS */
/** END FONCTIONS **/
.editor-titre-grand {
  text-transform: uppercase;
  font-family: 'Intro Head H L Base';
  font-size: 2em;
  display: block;
}
.editor-titre-bleu {
  text-transform: uppercase;
  font-family: 'Intro Head H L Base';
  font-size: 1.65em;
  line-height: 1.25;
  display: block;
  color: #005395;
}
.editor-titre-petit {
  font-size: 1.25em;
}
.editor-sous-titre {
  text-transform: uppercase;
  font-family: 'Intro Head H L Base';
  font-size: 1.4em;
  line-height: 1;
  display: block;
}
[class*='editor-titre-grains'] {
  display: inline-block;
  position: relative;
  font-family: 'Intro Head H L Base';
  text-transform: uppercase;
  color: #5d4d45;
  font-size: 1.5em;
  line-height: 1.05;
}
.editor-titre-grains-blanc:after {
  background: url(images/grains-titre-blanc-2x.png) center center no-repeat;
  background-size: 31px 41px;
}
.editor-titre-grains-no {
  display: block;
}
.editor-titre-grains-no:after {
  content: none;
}
.editor-texte-grand {
  font-size: 1.1em;
  line-height: 1;
}
[class*='lien-'] {
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 64px 12px 44px;
  background: url(images/fleche-haut-lien-2x.png) center right 42px no-repeat #b42e2d;
  border: 1px solid #b42e2d;
  background-size: 12px 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s;
}
.lien-rouge {
  box-shadow: 0px 10px 20px 0px rgba(179, 46, 44, 0.3);
}
.lien-rouge:hover {
  background-color: #6b201f;
  border-color: #6b201f;
}
.lien-blanc {
  background-color: transparent;
  border-color: #fff;
}
.lien-blanc:hover {
  background-color: #1d2226;
  border-color: #1d2226;
}
.lien-rouge-petit {
  padding: 14px 35px 12px 0;
  background: url(images/fleche-haut-lien-rouge-2x.png) center right 12px no-repeat #b42e2d;
  color: #b42e2d;
  text-transform: none;
  background-color: transparent;
  border-color: transparent;
  background-size: 12px 12px;
}
.lien-rouge-petit:hover {
  background-color: #fff;
  padding-left: 15px;
}
.marron {
  color: #5d4d45;
}
.rouge {
  color: #b42e2d;
}
.blanc {
  color: #fff;
}
.acf-taxonomy-field .acf-checkbox-list li:after {
  content: ' ' attr(data-id);
}
.acf-field-post-object .select2-selection__rendered li.select2-selection__choice:after {
  content: ' (id:' attr(data-select2-id) ')';
}
/* Version 768 */
@media (min-width: 768px) {
  [class*='editor-titre-grains'] {
    font-size: 1.85em;
  }
}
/* END Version 768 */
/* Version 1024 */
@media (min-width: 1024px) {
  [class*='editor-titre-grains'] {
    font-size: 2.35em;
    position: relative;
  }
  [class*='editor-titre-grains']:after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 41px;
    background: url(images/grains-titre-2x.png) center center no-repeat;
    background-size: 31px 41px;
    position: absolute;
    z-index: 1;
    top: -25px;
    right: -25px;
  }
  .editor-titre-grains-blanc:after {
    background: url(images/grains-titre-blanc-2x.png) center center no-repeat;
    background-size: 31px 41px;
  }
  .editor-titre-grains-no {
    display: block;
  }
  .editor-titre-grains-no:after {
    content: none;
  }
  .editor-titre-bleu {
    font-size: 2.5em;
  }
  .editor-titre-grand {
    font-size: 3em;
  }
  .editor-titre-petit {
    font-size: 1.625em;
  }
  .editor-sous-titre {
    font-size: 1.7em;
  }
}
/* END Version 1024 */
/* Version 1200 */
@media (min-width: 1200px) {
  [class*='editor-titre-grains'] {
    font-size: 2.5em;
  }
  [class*='editor-titre-grains']:after {
    width: 61px;
    height: 83px;
    background: url(images/grains-titre-2x.png) center center no-repeat;
    background-size: 61px 83px;
    top: -50px;
    right: -50px;
  }
  .editor-titre-grains-blanc:after {
    background: url(images/grains-titre-blanc-2x.png) center center no-repeat;
    background-size: 61px 83px;
  }
  .editor-texte-grand {
    font-size: 1.1em;
  }
  [class*='lien-'] {
    padding: 19px 70px 17px 50px;
    background-position: center right 45px;
  }
  [class*='lien-']:hover {
    background-position: center right 35px;
  }
  .lien-rouge-petit {
    padding: 14px 35px 12px 0;
    background-position: center right 12px;
  }
  .lien-rouge-petit:hover {
    background-position: center right 12px;
  }
  .lien-rouge {
    box-shadow: 0px 15px 29px 0px rgba(179, 46, 44, 0.3);
  }
}
/* END Version 1200 */
/* Version 1600 */
@media (min-width: 1600px) {
  [class*='editor-titre-grains'] {
    font-size: 3em;
  }
  .editor-texte-grand {
    font-size: 1.375em;
  }
  .editor-titre-grand {
    font-size: 5em;
  }
  .editor-sous-titre {
    font-size: 2.625em;
  }
  .lien-rouge {
    box-shadow: 0px 15px 49px 0px rgba(179, 46, 44, 0.3);
  }
}
