/** Primary colors **/
/** Pastel colors **/
html {
  background: #f4f9ee; }

@font-face {
  font-family: "FiraSansExtraCondensed";
  src: url("../fonts/fira/FiraSansExtraCondensed-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "FiraSansExtraCondensed";
  src: url("../fonts/fira/FiraSansExtraCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "FiraSansExtraCondensed";
  src: url("../fonts/fira/FiraSansExtraCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "FiraSansExtraCondensed";
  src: url("../fonts/fira/FiraSansExtraCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?n5wb3d");
  src: url("../fonts/icomoon/icomoon.eot?n5wb3d#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?n5wb3d") format("truetype"), url("../fonts/icomoon/icomoon.woff?n5wb3d") format("woff"), url("../fonts/icomoon/icomoon.svg?n5wb3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-document-card-phyto::before {
  content: "\e91c"; }

.icon-video-card-phyto::before {
  content: "\e91d"; }

.icon-accueil::before {
  content: "\e900"; }

.icon-chevron_droite::before {
  content: "\e901"; }

.icon-chevron_dropdown::before {
  content: "\e902"; }

.icon-chevron_gauche::before {
  content: "\e903"; }

.icon-contact::before {
  content: "\e904"; }

.icon-croix::before {
  content: "\e905"; }

.icon-date::before {
  content: "\e906"; }

.icon-engagements::before {
  content: "\e907"; }

.icon-gestes_clefs::before {
  content: "\e908"; }

.icon-imprimante::before {
  content: "\e909"; }

.icon-lien::before {
  content: "\e90a"; }

.icon-menu_ferme::before {
  content: "\e90c"; }

.icon-menu_ouvert::before {
  content: "\e90b"; }

.icon-phyto_pratique::before {
  content: "\e90d"; }

.icon-play::before {
  content: "\e90e"; }

.icon-plus::before {
  content: "\e90f"; }

.icon-protection_plante_home::before {
  content: "\e910"; }

.icon-recherche::before {
  content: "\e911"; }

.icon-rs_facebook_01::before {
  content: "\e912"; }

.icon-rs_facebook_02::before {
  content: "\e913"; }

.icon-rs_linkedin::before {
  content: "\e914"; }

.icon-rs_twitter::before {
  content: "\e915"; }

.icon-rs_vimeo::before {
  content: "\e916"; }

.icon-rs_youtube::before {
  content: "\e917"; }

.icon-saviez-vous_produits_agresseurs::before {
  content: "\e918"; }

.icon-siecle_vert::before {
  content: "\e919"; }

.icon-test_connaissance::before {
  content: "\e91a"; }

.icon-vous_etes::before {
  content: "\e91b"; }

.btn-primary, .btn-primary--underline, .btn-primary--full, .btn-primary--full--green {
  font-size: 16px;
  font-family: "FiraSansExtraCondensed";
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  color: #052e3e;
  text-decoration: none; }
  .btn-primary i, .btn-primary--underline i, .btn-primary--full i, .btn-primary--full--green i {
    color: #fff; }
  .btn-primary--underline {
    line-height: 26px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    text-align: left;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .btn-primary--underline::after {
      content: "";
      position: absolute;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #97c558; }
    .btn-primary--underline:hover, .btn-primary--underline:active, .btn-primary--underline:focus, .btn-primary--underline:active:focus, .btn-primary--underline:active:hover {
      background-color: transparent;
      text-decoration: none;
      color: #052e3e;
      outline: none !important; }
      .btn-primary--underline:hover::after, .btn-primary--underline:active::after, .btn-primary--underline:focus::after, .btn-primary--underline:active:focus::after, .btn-primary--underline:active:hover::after {
        width: 20%; }
  .btn-primary--full, .btn-primary--full--green {
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.75);
            box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.75);
    background-color: #052e3e;
    padding: 15px 19px !important;
    color: #fff !important;
    border: 0 !important;
    text-decoration: none; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) {
        .btn-primary--full, .btn-primary--full--green {
          -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in !important;
          transition: background-color 0.2s ease-in, color 0.2s ease-in !important; } } }
    .btn-primary--full:hover, .btn-primary--full--green:hover {
      background-color: #052e3e !important;
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      text-decoration: none; }
    .btn-primary--full:active, .btn-primary--full--green:active, .btn-primary--full:focus, .btn-primary--full--green:focus, .btn-primary--full:active:focus, .btn-primary--full--green:active:focus, .btn-primary--full:active:hover, .btn-primary--full--green:active:hover {
      background-color: #fff !important;
      color: #052e3e !important; }
    .btn-primary--full--green {
      background-color: #97c558 !important;
      -webkit-box-shadow: 4px 4px 0 0 rgba(5, 46, 62, 0.75);
              box-shadow: 4px 4px 0 0 rgba(5, 46, 62, 0.75); }

.bg-decoration {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin-top: -50px;
  overflow: hidden; }
  .bg-decoration img {
    width: 500px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .bg-decoration .decoration-1 {
    right: -50px; }
    @media only screen and (max-width: 900px) {
      .bg-decoration .decoration-1 {
        display: none; } }
  .bg-decoration .decoration-2 {
    left: -50px; }
    @media only screen and (max-width: 900px) {
      .bg-decoration .decoration-2 {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 450px; } }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }

.centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .centered-content h1 {
    font-size: 50px;
    font-family: "FiraSansExtraCondensed";
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px; }
    @media only screen and (max-width: 760px) {
      .centered-content h1 {
        font-size: 36px; } }

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto; }

.logo {
  width: 220px;
  margin-top: 30px; }

footer {
  background: #01161E;
  padding: 30px 0; }
  footer p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin: 0; }
    @media only screen and (max-width: 760px) {
      footer p {
        text-align: center; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  .social h5 {
    margin: 0 0 10px 0;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600; }
  .social .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .social .social-media a {
      text-decoration: none;
      margin-right: 20px; }
      .social .social-media a:last-child {
        margin-right: 0; }
    .social .social-media i {
      font-size: 26px;
      color: #97c558 !important; }
      .social .social-media i.icon-rs_facebook_02 {
        font-size: 20px; }

/*# sourceMappingURL=style.css.map */