@charset "UTF-8";
h2.Titre_H2 {
  font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: .3em 0 .6em;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.15;
  overflow: initial; }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #fa9e19;
  font-size: 3rem;
  margin: .4em 0;
  font-weight: normal;
  overflow: initial; }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #2c73a9;
  font-size: 2.4rem;
  margin: .4em 0;
  font-weight: normal;
  overflow: initial; }

h5.Titre_H5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #fa9e19;
  font-size: 1.8rem;
  margin: .4em 0;
  font-weight: 600;
  overflow: initial; }

strong.accroche {
  font-size: 2rem;
  font-weight: normal;
  color: #2c73a9; }

strong.accroche2 {
  font-size: 2rem;
  font-weight: normal; }

span.surTitre {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5rem 1rem .45rem;
  font-family: "gotham_mediumregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fa9e19;
  background: white; }

span.surTitre2 {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5rem 1rem .45rem;
  font-family: "gotham_mediumregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fa9e19;
  border: 0.1rem solid #fa9e19; }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #2c73a9; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #fa9e19; }

span.legende {
  font-size: 1.4rem;
  font-style: italic; }

blockquote.citation {
  margin: 1em 0;
  padding: .4em 1em;
  border-left: 0.4rem solid #2c73a9;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }

span.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #faa223;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear;
  border-radius: .5rem; }