.zero, #awards h1,
#awards h2,
#awards h3,
#awards h4,
#awards h5,
#awards h6,
#awards p {
  margin: 0;
  padding: 0; }

#awards * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#awards .wrapper {
  max-width: 1220px;
  margin: 0 auto; }
  @media (max-width: 1220px) {
    #awards .wrapper {
      padding: 0 1rem; } }

#awards .bouton {
  display: inline-block;
  vertical-align: middle;
  min-width: 38rem;
  border: none;
  border-radius: 4px;
  padding: 3rem 2rem;
  margin-bottom: -16rem;
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 3px 1px 0 #cbced3;
  box-shadow: 0 3px 1px 0 #cbced3; }
  #awards .bouton-green {
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f); }
    #awards .bouton-green:hover {
      background: #98c838; }

#awards ul {
  list-style-type: none;
  padding: 0; }

#awards #banner {
  padding-top: 7.3rem;
  padding-bottom: 31.1rem;
  background: url("images/banner-bg.jpg") no-repeat;
  background-color: #032667;
  background-size: auto 100%;
  background-position: 50% 50%;
  text-align: center; }
  #awards #banner p {
    display: inline-block;
    max-width: 76rem;
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #fff;
    font-weight: 400; }

#awards h1 {
  font-size: 4.5rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 500px) {
    #awards h1 {
      font-size: 3.5rem;
      line-height: 3rem; } }

#awards .last_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.7rem; }
  #awards .last_items li {
    position: relative;
    padding-top: 6.4rem;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; }
    #awards .last_items li:last-child img {
      height: 300px;
      width: 200px;
      left: calc(50% - 100px); }
  #awards .last_items img {
    position: absolute;
    top: -246px;
    left: calc(50% - 115px);
    height: 300px;
    width: 230px; }

#awards .date {
  margin-bottom: -0.2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #697d8c;
  font-weight: 400;
  line-height: 2rem; }

#awards .name {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000;
  font-weight: 400; }

#awards .general_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
  padding-bottom: 2.6rem; }
  #awards .general_items li {
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-bottom: 5rem;
    margin-top: 4.7rem;
    padding: 0px 3rem; }
  #awards .general_items img {
    display: inline-block;
    margin-bottom: 0.5rem;
    height: 165px;
    width: 124px; }
  #awards .general_items .date {
    margin-bottom: 0.8rem; }

#awards #content_footer {
  padding-top: 8.7rem;
  padding-bottom: 7.1rem;
  text-align: center;
  background-color: #f0f3f5; }
  #awards #content_footer p {
    margin-top: 1.3rem;
    margin-bottom: 3rem;
    display: inline-block;
    max-width: 645px;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000; }

#awards .linked {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #0578be; }
  #awards .linked:visited {
    color: #0578be; }
  #awards .linked:linked {
    color: #0578be;
    text-decoration: underline; }

#awards h2 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 300;
  color: #000; }

@media (max-width: 1023px) {
  #awards .last_items li:last-child img {
    height: 250px;
    width: 186px;
    left: calc(50% - 93px); }
  #awards .last_items img {
    position: absolute;
    top: -184px;
    left: calc(50% - 104px);
    height: 250px;
    width: 208px; } }

@media (max-width: 767px) {
  #content {
    background-color: #026eb9; }
  #awards .last_items img {
    position: relative;
    top: auto; }
  #awards .last_items .date {
    color: #fff; }
  #awards .last_items .name {
    color: #fff; }
  #awards .last_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 4.7rem; }
  #awards .last_items li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  #awards #banner {
    padding-bottom: 8.4rem; }
  #awards #content .wrapper {
    padding: 0; }
  #awards #content .general_items {
    background-color: #fff; }
  #awards .general_items li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media (max-width: 413px) {
  #awards .bouton {
    min-width: 28rem;
    font-size: 1.8rem; } }

@media (max-width: 374px) {
  #awards .general_items li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
