* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'InfoTextSemi';
    src: url("../fonts/InfoTextOffc-Semibold.woff2") format("woff2"), url("../fonts/InfoTextOffc-Semibold.woff") format("woff"), url("../fonts/InfoTextOffc-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'InfoTextItalic';
    src: url("../fonts/InfoTextOffc-Italic.woff2") format("woff2"), url("../fonts/InfoTextOffc-Italic.woff") format("woff"), url("../fonts/InfoTextOffc-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'InfoText';
    src: url("../fonts/InfoText-NormalCNSA.woff2") format("woff2"), url("../fonts/InfoText-NormalCNSA.woff") format("woff"), url("../fonts/InfoText-NormalCNSA.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InfoTextMediul';
    src: url("../fonts/InfoTextOffc-Medium.woff2") format("woff2"), url("../fonts/InfoTextOffc-Medium.woff") format("woff"), url("../fonts/InfoTextOffc-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: block;
}

.bolder {
    font-family: 'InfoTextSemi', sans-serif;
}

h1 {
    font-size: 2.188em;
    float: left;
}

/*#isoLanding {
    max-height: 100vh;
}*/

#isoLanding .title {
    overflow: hidden;
}

#isoLanding .container {
    display: block;
    overflow: hidden;
    background: url("../img/landing_bg.png") no-repeat 0 0;
    max-height: 100%;
    max-width: 80em;
    margin: auto;
    padding: 5% 0 0 5%;
    font-family: 'InfoText', sans-serif;
}

#isoLanding .container .article {
    float: left;
    width: 50%;
    position: relative;
    min-height: 40.625em;
}

#isoLanding .container .article p {
    font-size: 1.250em;
    margin: 1.875em 0;
}

#isoLanding .container .article .darkGreen {
    color: #0c793d;
}

#isoLanding .container .article .reseau {
    text-align: right;
    font-family: 'InfoTextItalic', sans-serif;
}

#isoLanding .container .article .underlineTitle {
    width: 2.188em;
    height: 0.5em;
    border-radius: 0.250em;
    background-color: #d3d816;
    margin-top: 1.250em;
}

#isoLanding .container .article .cta {
    background-color: #d3d816;
    text-align: center;
    font-size: 1.375em;
    width: 100%;
    max-width: 23.375em;
    margin: auto;
    border-radius: 0.313em;
}

#isoLanding .container .article .cta a {
    padding: 0.938em 0;
}

#isoLanding .container .logo {
    float: right;
    margin-right: 1.250em;
}

#isoLanding .container .people {
    position: absolute;
    bottom: 1.250em;
    right: 1.250em;
}

#isoLanding .container .linkrgaa {
    font-size: 1.250em;
    text-align: left;
    text-decoration: underline;
}

@media screen and (max-width: 63.938em) {
  #isoLanding .container .logo {
      float: none;
      margin: 0 auto 1.250em auto;
  }

  #isoLanding .container .people {
    display: none;
  }

  #isoLanding .container .article {
    width: 100%;
    min-height: auto;
  }

  #isoLanding .container {
    background: none;
    padding-right: 5%;
    padding-bottom: 1.250em;
  }

  .dnonemobile {
    display: none;
  }
}

@media screen and (max-width: 26.875em) {
  #isoLanding .container .article .cta {
    font-size: 1.063em;
    max-width: 18em;
    margin: auto;
  }
}