@font-face {
  font-family: "Impact";
  src: url("impact.ttf") format("ttf");
}

body {
  --black-mat: #010306;
  --black-mat: #2d2d2d;
  --green-hopper: #65ae42;
  --light-grey: #bdbcbc;
  margin: 0 auto;
  font-family: Calibri, San Francisco, Raleway, Arial, sans-serif;
  font-size: 16px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  background-color: var(--green-hopper);
}

header {
  display: flex;
  align-items: flex-end;
  align-content: stretch;
}
h1,
h2 {
  font-family: Impact, HelveticaNeue-CondensedBlack, Anton, Arial Black, Arial,
    sans serif;
  font-weight: 400;
  color: #bdbcbc;
  line-height: 90%;
  margin: 0;
  background-color: #ffffff;
  padding-bottom: 10px;
}

h1 {
  font-variant: small-caps;
  font-size: 50px;
  margin-right: 70px;
}

h1 span {
  text-wrap: nowrap;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

p {
  margin: 0;
  padding-right: 15px;
}

a {
  text-decoration: none;
  color: #fff;
}

.blackLink {
  color: black;
  text-decoration: underline;
}

section {
  margin-left: 35px;
}

em {
  color: #65ae42;

  font-style: normal;
  font-weight: 600;
}

bullet {
  color: #65ae42;
  font-weight: 600;
  opacity: 0.5;
}

aside {
  width: 216px;
  float: right;
  margin-right: 58px;
  margin-top: -25px;
}

footer {
}

.content {
  background-color: white;
  width: 800px;
  margin: auto;
}
.marge {
  margin-left: 50px;
}

.flags {
  width: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.flags img {
  height: 15px;
  cursor: pointer;
}

.flag_line {
  display: flex;
}

.tof {
  margin-left: 80px;
  position: relative;
  display: flex;
}

.mobile_tof {
  display: none;
}

.header_img {
  height: 200px;
  z-index: 1;
  /* padding-right: 10px; */
}

.fond_vert {
  border-left: 200px solid #ffffff;
  border-bottom: 200px solid #65ae42;
  z-index: 0;
  position: absolute;
  left: -38px;
  height: 0;
}

.fond_vert_petit {
  border-right: 20px solid #ffffff;
  border-top: 20px solid #65ae42;
  width: 650px;
  width: calc(100% - 150px);
}

.fond_vert_footer {
  border-top: 40px solid #ffffff;
  border-right: 40px solid #65ae42;
  border-bottom: 20px solid #65ae42;
  width: calc(100% - 40px);
}

.text_footer {
  color: white;
  background-color: #65ae42;
  padding-bottom: 20px;
  padding-left: 80px;
}
.ifocop {
  color: #bdbcbc;
  background-color: #010306;
  padding-left: 80px;
  display: flex;
  flex-direction: colomn;
  align-items: center;
  /*	justify-content:space-evenly; */
}

.ifocop img {
  height: 150px;
}

.ifocop > div:last-of-type {
}

.remplissage {
  background-color: #65ae42;
  width: 100%;
  height: 200px;
  display: block;
}
.banner {
  background-color: #65ae42;
  font-weight: 600;

  color: #ffffff;
  padding: 10px;
  display: flex;
}

.blocbanner {
  padding: 0px;
}

.banner-icons {
  width: 16px;
  margin-top: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}

.big-bullet {
  height: 20px;
  width: 20px;
  background-color: #65ae42;
  border: 2px outset #bdbcbc;
  border-radius: 50%;
  margin: 10px 10px 10px 0;
}

.printer {
  position: fixed;
  float: left;
}

.print_img {
  height: 150px;
  margin-left: 10%;
}

.experiences {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
  .printer {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  body {
    width: 100%;
    width: 100vw;
    font-size: 12px;
    font-size: 3vw;
    background-color: #ffffff;
  }
  h1,
  h2 {
    margin: 0;
    margin-top: 20px;
    padding: 10px;
  }

  h1 {
    font-size: 12.2vw;
  }
  h2 {
    font-size: 7vw;
    line-height: 90%;
    display: flex;
    flex-direction: colomn;
  }
  aside {
    display: none;
  }

  footer {
    margin-top: 20px;
    font-size: 3vw;
  }

  section {
    margin-left: 0px;
    padding: 0 10px;
  }

  p {
    margin: 0;
    margin-bottom: 10px;
  }
  .content {
    background-color: white;
    width: 100%;
    width: 100vw;
    margin: 0;
  }

  .banner {
    flex-direction: column;
    margin: 0;
    font-size: 4vw;
    width: 100%;
  }

  .banner-icons {
    width: 4vw;
    margin-top: 20px;
  }

  .banner > div:last-child {
    display: none;
  }

  .banner > div {
    margin-bottom: 0;
  }
  .mbanner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #65ae42;
  }

  .blocbanner {
    margin-bottom: 20px;
  }

  .marge {
    margin-left: 0;
  }

  .remplissage {
    display: none;
  }
  .tof {
    display: none;
  }
  .mobile_tof {
    padding-top: 5px;
    padding-right: 10px;
    display: inline-block;
    background-color: #65ae42;
    margin: 0;
  }
  .header_img {
    height: auto;
    width: 35vw;
  }

  .flags {
    justify-content: center;
    height: 55px;
    width: 100%;
  }

  .flags img {
    border: 8px solid white;
  }

  .fond_vert_petit {
    display: none;
  }
  .fond_vert_footer {
    display: none;
  }
  .text_footer {
    padding: 10px;
    color: white;
    background-color: #65ae42;
  }
  .ifocop {
    padding: 10px;
    padding-left: 0px;
    font-size: 3.5vw;
    /* flex-direction: column-reverse; */
  }
  .ifocop img {
    height: auto;
    width: 25vw;
    /* margin: 0 15vw;
		margin-right: auto; */
    /* align-self: auto; */
    transform: rotate(90deg);
  }
  .ifocop > div:last-of-type {
    padding: 0;
  }
  .printer {
    display: none;
  }
}

@media print {
  /* body {
    font-size: 12px;
  }
  h1,
  h2 {
    color: #eeeeee;
  }
  a {
    color: #65ae42;
  }

  .marge {
    margin-left: 0;
  }
  .fond_vert,
  .fond_vert_footer,*/
  .fond_vert_petit,
  .printer {
    display: none;
  }

  #footer,
  #top,
  #leftnav,
  #rightnav {
    display: none;
  }

  /*
  .banner {
    font-weight: 600;
    color: #65ae42;
    padding: 10px;
    display: flex;
  }
  .blocbanner {
    color: #65ae42;
    margin-right: 120px;
  }
  .text_footer {
    display: none;
  }
  .ifocop {
    padding-left: 0;
    flex-direction: colomn;
    text-align: center;
    color: #65ae42;
    font-size: 16px;
  }
  .ifocop > div:last-of-type {
    width: 50%;
    text-align: center;
  }*/
}
