/*Fonts*/

@font-face {
  font-family: 'f_groteskthin';
  src: url('https://806df1.claudeassets.com/20180627132402im_/https://www.poc-poc.com/fonts/fgroteskthin-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'f_groteskdemi';
  src: url('https://88561c.claudeassets.com/20180627132402im_/https://www.poc-poc.com/fonts/f_grotesk_demi-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'f_groteskbold';
  src: url('https://208655.claudeassets.com/20180627132402im_/https://www.poc-poc.com/fonts/fgroteskbold-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'f_groteskbook';
  src: url('https://8f0506.claudeassets.com/20180627132402im_/https://www.poc-poc.com/fonts/fgroteskbook-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: "f_groteskbold";
}

p, a, button, li, h5, h6 {
  font-family: "f_groteskbook";
  font-weight: normal;
}

button {
  cursor: pointer;
}

/*General styles*/

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.linkhover:hover {
  color: #5e5e5e;
}

/* Resnav styles */

.resnav {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #f9ccca;
  color: #222222;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  position: fixed;
}

.resnav a {
  text-decoration: none;
  color: #222222;
}

.resnav .button {
  background-color: #222222;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  padding: 0.5em 1.5em 0.5em 1.5em;
  line-height: 12px;
}

.resnav .fab {
  font-size: 14px;
  color: #222222;
}

.resnav button {
  border: none;
  background-color: transparent;
}

.resnav button .fa-times-circle {
  font-size: 18px;
  color: #222222;
}

/*Nav styles*/

.nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.banner {
  background-color: #ff4d00;
  color: #222222;
  font-size: 18px;
  margin: 0;
  padding: .2em;
  text-align: center;
}

.navigation {
  background-color: #f9ccca;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em 20%;
  width: 100%;
  font-family: "f_groteskbook";
  letter-spacing: 1.5px;
}

.logo img {
  height: 25px;
}

.menu {
  font-family: "f_groteskbook";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

.menu .button {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #222222;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  padding: 0.5em 1.5em 0.5em 1.5em;
  line-height: 12px;
}

.menu .button:hover {
  background-color: #5e5e5e;
}

.menu .translate {
  background-color: transparent;
  color: #222222;
  border: none;
  padding: 0;
}

.menu .translate:hover {
  color: #5e5e5e;
}

.menu a {
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  color: #222222;
}

.svg-inline--fa {
  font-size: 14px;
  color: #222222;
  margin: 0 -3px;
}

.svg-inline--fa:hover {
  color: #5e5e5e;
}

.nav .ham {
  background-color: transparent;
  border: none;
  display: none;
}

.nav .ham .fa-bars {
  font-size: 24px;
}

/* Hero styles */

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
  background-color: #f9ccca;
  padding-top: 10em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10em;
}

.hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hero .content h1 {
  font-size: 70px;
  line-height: 70px;
  width: 38%;
  font-family: "f_groteskbold"
}

.hero .content p {
  font-size: 24px;
  line-height: 30px;
  width: 44%;
  font-family: "f_groteskbook"
}

.hero iframe {
  margin-top: 2em;
}

.hero .herobutton {
  margin-top: 2em;
  background-color: #222222;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  padding: 1em;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
}

.hero .herobutton:hover {
  background-color: #5e5e5e;
}

/* Desc styles */

.desc {
  background-color: #0082eb;
  background-image: url("https://e6ad25.claudeassets.com/20180627132402im_/https://www.poc-poc.com/images/poulailler-dessin-technique.png");
  background-repeat: no-repeat;
  background-position: 0% 240px;
  background-size: 50%;
  padding-top: 6em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 6em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.desc h1 {
  font-size: 70px;
  line-height: 70px;
  width: 45%;
  color: #222222;
}

.subdesc {
  color: #222222;
  width: 40%;
}

.subdesc h3 {
  font-size: 36px;
  line-height: 42px;
}

.subdesc ul {
  font-size: 24px;
  margin-top: 3em;
  padding-left: 0;
  margin-left: -25px;
}

.subdesc li {
  margin: 1em 2em;
}

.subdesc .descbutton {
  background-color: #222222;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  padding: 0.6em 1.7em;
  line-height: 18px;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-top: 3em;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.subdesc .descbutton:hover {
  background-color: #5e5e5e;
}

/* Test1 styles */

.test1 {
  background-color: #44a2ef;
  padding-top: 4em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 4em;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.test {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 1em 6em;
}

.test img {
  width: 30px;
  height: auto;
  margin: 0 auto;
}

.test .text {
  font-size: 24px;
}

.test .author {
  font-size: 18px;
}

.zigzag {
  width: 100vw;
  position: relative;
  margin-top: 0;
  z-index: 99;
  height: auto;
}

/* Prod styles */

.prod {
  background-color: #fae5e4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 6em;
  position: relative;
  margin-top: -30px;
  color: #222222;
}

.prod .text h2 {
  font-size: 48px;
  line-height: 52px;
  width: 70%;
  margin-top: 0;
}

.prod .text p {
  font-size: 24px;
  width: 70%;
  margin-top: 5em;
}

.prod .image h3 {
  font-size: 27px;
  text-align: center;
  margin-top: 20px;
}

.prod .image img {
  width: 300px;
  height: auto;
}

/* Odeur styles */

.odeur {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: #222222;
  background-color: #f9ccca;
}

.odeur .image img {
  width: 600px;
  margin-left: -100px;
  height: auto;
}

.odeur .text {
  padding-left: 2em;
}

.odeur .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.odeur .text h2 {
  font-size: 48px;
  line-height: 52px;
  margin-top: -5px;
}

.odeur .text p {
  font-size: 24px;
  margin-top: 2em;
}

/* Circle styles */

.circle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: .5em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: #222222;
  background-color: #f9ccca;
}

.circle .onecircle {
  border: 4px solid white;
  height: 285px;
  width: 285px;
  text-align: center;
  border-radius: 50%;
  padding: 0 3em;
}

.circle .onecircle .heading {
  font-size: 18px;
  position: relative;
  margin-top: 71.25px;
  font-family: "f_groteskbold";
}

.circle .onecircle .text {
  font-size: 14px;
}

/* Insonorisation styles */

.insonorisation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: #222222;
  background-color: #fae5e4;
}

.insonorisation .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.insonorisation .text h2 {
  font-size: 48px;
  line-height: 52px;
  margin-top: -5px;
}

.insonorisation .text p {
  font-size: 24px;
  width: 70%;
  margin-top: 5em;
}

.insonorisation .image img {
  width: 500px;
  height: auto;
}

/* Security Styles */

.security {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  color: #222222;
  background-color: #f5cbca;
}

.security .text {
  width: 50vw;
  padding: 0 20% 0 5em;
}

.security .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.security .text h3 {
  font-size: 42px;
  line-height: 42px;
  margin-top: -5px;
}

.security .text p {
  font-size: 24px;
  width: 100%;
  margin-top: 1em;
}

.security img {
  width: 50vw;
}

/* Isolation styles */

.isolation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  color: #222222;
  background-color: #f9ccca;
}

.isolation .text {
  width: 50vw;
  padding: 0 5em 0 20%;
}

.isolation .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.isolation .text h3 {
  font-size: 42px;
  line-height: 42px;
  margin-top: -5px;
}

.isolation .text p {
  font-size: 24px;
  width: 100%;
  margin-top: 1em;
}

.isolation img {
  width: 50vw;
}

/* Partenaires styles */

.partenaires {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: #222222;
  background-color: #fae5e4;
}

.partenaires .text {
  padding-left: 8em;
}

.partenaires .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.partenaires .text h2 {
  font-size: 48px;
  line-height: 52px;
  margin-top: -5px;
}

.partenaires .text p {
  font-size: 24px;
  width: 100%;
  margin-top: 2em;
}

.partenaires .image img {
  width: 300px;
  height: auto;
}

.peach {
  background-color: #fae5e4;
}

/* Design styles */

.design {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-left: 8em;
  padding-right: 8em;
  padding-bottom: 6em;
  color: #222222;
  background-color: #f9ccca;
}

.design .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.design .text h2 {
  font-size: 48px;
  line-height: 52px;
  margin-top: -5px;
}

.design .text p {
  font-size: 24px;
  width: 70%;
  margin-top: 2em;
}

.design .image img {
  width: 1305px;
  height: auto;
  position: relative;
  margin-right: -768px;
  margin-top: -135px;
}

.design .table {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.design .table .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.design .table .row .left {
  font-family: "f_groteskbold";
  margin-right: 1em;
}

.design .table .row .right {
  font-size: 18px;
  line-height: 24px;
}

.rot {
  transform: rotate(180deg);
  position: relative;
  margin-top: -25px;
  margin-bottom: 20px;
}

/* Press styles */

.up {
  margin-top: -25px;
}

.date {
  margin-top: -10px;
}

/* Reinvent styles */

.reinvent {
  background-image: url("https://51022b.claudeassets.com/20180627132402im_/https://www.poc-poc.com/images/reinventez-votre-court.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222222;
  padding-top: 20%;
  padding-bottom: 20%;
}

.reinvent h1 {
  font-size: 70px;
  line-height: 70px;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.reinvent .rebutton {
  background-color: #222222;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  padding: 0.6em 1em;
  line-height: 18px;
  font-size: 18px;
  width: 150px;
  margin: 50px auto 0 auto;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.reinvent .rebutton:hover {
  background-color: #5e5e5e;
}

.reinvent p {
  text-align: center;
}

/* Nouvelles styles */

.nouvelles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: #222222;
  background-color: #ff4d00;
}

.nouvelles .image img {
  width: 300px;
}

.nouvelles .text h5 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.nouvelles .text h1 {
  font-size: 50px;
  margin-top: -5px;
  width: 70%;
}

.nouvelles .text form .email {
  display: block;
  width: 60%;
  border: none;
  border-radius: 25px;
  padding: 1em;
}

.nouvelles .text form .name {
  width: 27.5%;
  border: none;
  border-radius: 25px;
  padding: 1em;
  margin-top: 25px;
  margin-right: 2.5%;
}

.nouvelles .text form .submit {
  width: 27.5%;
  margin-left: 2.5%;
  border: none;
  border-radius: 25px;
  padding: 1em;
  color: white;
  background-color: #222222;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.nouvelles .text form .submit:hover {
  background-color: #5e5e5e;
}

/* Footer styles */

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 2em;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

.footer .text a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}

.footer .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .text span {
  text-decoration: underline;
}

.footer .menu {
  display: flex;
  flex-direction: row;
}

.footer .menu .col {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.footer .menu .col a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  margin: 10px;
}

.footer .menu .col a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .menu .col .svg-inline--fa {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

.footer .menu .col .svg-inline--fa:hover {
  color: rgba(255, 255, 255, 0.8);
}

#product-component-c9cb6e12b78 {
  display: none;
}

/* Media queries */

@media (max-width: 1400px) {
  /* Security Styles */
  .security .text h3 {
    font-size: 36px;
  }
  .security .text p {
    font-size: 20px;
  }
  /* Isolation styles */
  .isolation .text h3 {
    font-size: 36px;
  }
  .isolation .text p {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  /* Hero styles */
  .hero .content h1 {
    font-size: 50px;
  }
  .hero .content p {
    font-size: 20px;
  }
  /* Desc styles */
  .desc h1 {
    font-size: 50px;
  }
  .subdesc h3 {
    font-size: 36px;
  }
  .subdesc ul {
    font-size: 20px;
  }
  /* Test1 styles */
  .test {
    padding: 1em 4em;
  }
  .test .text {
    font-size: 20px;
  }
  .test .author {
    font-size: 16px;
  }
  /* Prod styles */
  .prod .text h1 {
    font-size: 50px;
  }
  .prod .text p {
    font-size: 20px;
  }
  .prod .image h3 {
    font-size: 27px;
  }
  .prod .image img {
    width: 300px;
  }
  /* Odeur styles */
  .odeur .text p {
    font-size: 20px;
  }
  /* Insonorisation styles */
  .insonorisation .text h1 {
    font-size: 50px;
  }
  .insonorisation .text p {
    font-size: 20px;
  }
  .insonorisation .image img {
    width: 350px;
  }
  /* Security Styles */
  .security .text h3 {
    font-size: 30px;
  }
  .security .text p {
    font-size: 16px;
  }
  /* Isolation styles */
  .isolation .text h3 {
    font-size: 30px;
  }
  .isolation .text p {
    font-size: 16px;
  }
  /* Partenaires styles */
  .partenaires .text h1 {
    font-size: 50px;
  }
  .partenaires .text p {
    font-size: 20px;
  }
  .partenaires .image img {
    width: 350px;
  }
  /* Design styles */
  .design .text h1 {
    font-size: 50px;
  }
  .design .text p {
    font-size: 20px;
    margin-top: 3em;
  }
  /* Press styles */
  .up {
    margin-top: -25px;
  }
  .date {
    margin-top: -10px;
  }
  /* Reinvent styles */
  .reinvent h1 {
    font-size: 64px;
  }
  /* Nouvelles styles */
  .nouvelles .image img {
    width: 400px;
  }
  .nouvelles .text h5 {
    font-size: 14px;
  }
  .nouvelles .text h1 {
    font-size: 50px;
  }
}

@media (max-width: 1090px) {
  /* Hero styles */
  .hero {
    padding-top: 10em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .hero .content h1 {
    font-size: 50px;
    width: 45%;
  }
  .hero .content p {
    font-size: 18px;
    width: 45%;
  }
  /* Desc styles */
  .desc {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .desc h1 {
    font-size: 50px;
  }
  .subdesc {
    width: 45%;
  }
  .subdesc h3 {
    font-size: 32px;
  }
  .subdesc ul {
    font-size: 18px;
    margin-top: 2em;
  }
  /* Test1 styles */
  .test1 {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .test {
    padding: 1em 2em;
  }
  .test .text {
    font-size: 18px;
  }
  .test .author {
    font-size: 14px;
  }
  /* Prod styles */
  .prod {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .prod .text h1 {
    font-size: 50px;
    width: 70%;
  }
  .prod .text p {
    font-size: 18px;
    width: 70%;
    margin-top: 2em;
  }
  .prod .image h3 {
    font-size: 36px;
  }
  .prod .image img {
    width: 300px;
  }
  /* Odeur styles */
  .odeur {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .odeur .image img {
    margin-left: -100px;
    width: 600px;
  }
  .odeur .text {
    padding-left: 0;
  }
  .odeur .text p {
    font-size: 18px;
    margin-top: 2em;
  }
  /* Circle styles */
  .circle {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
  }
  .circle .onecircle {
    height: 245px;
    width: 245px;
    padding: 0 2em;
  }
  .circle .onecircle .heading {
    font-size: 16px;
  }
  .circle .onecircle .text {
    font-size: 13px;
  }
  /* Insonorisation styles */
  .insonorisation {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .insonorisation .text h1 {
    font-size: 50px;
  }
  .insonorisation .text p {
    font-size: 18px;
    width: 70%;
    margin-top: 2em;
  }
  .insonorisation .image img {
    width: 300px;
    height: auto;
  }
  /* Security Styles */
  .security .text {
    padding: 0 1em;
  }
  .security .text h3 {
    font-size: 27px;
  }
  .security .text p {
    font-size: 15px;
    width: 70%;
  }
  /* Isolation styles */
  .isolation .text {
    padding: 0 1em;
  }
  .isolation .text h3 {
    font-size: 27px;
  }
  .isolation .text p {
    font-size: 15px;
  }
  /* Partenaires styles */
  .partenaires {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .partenaires .text {
    padding-left: 1em;
  }
  .partenaires .text h1 {
    font-size: 50px;
  }
  .partenaires .text p {
    font-size: 18px;
    margin-top: 2em;
  }
  .partenaires .image img {
    width: 300px;
  }
  /* Design styles */
  .design {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .design .text h1 {
    font-size: 50px;
  }
  .design .text p {
    font-size: 18px;
    margin-top: 2em;
  }
  .design .image img {
    width: 700px;
    margin-right: -300px;
  }
  .design .table {
    width: 90%;
  }
  /* Reinvent styles */
  .reinvent {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .reinvent h1 {
    font-size: 50px;
    width: 70%;
  }
  /* Nouvelles styles */
  .nouvelles {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
  }
  .nouvelles .image img {
    width: 300px;
  }
  .nouvelles .text h1 {
    font-size: 50px;
  }
}

@media (max-width: 900px) {
  /* Hero styles */
  .hero .content {
    flex-direction: column;
  }
  .hero .content h1 {
    width: 100%;
  }
  .hero .content p {
    width: 100%;
  }
  .hero iframe {
    width: 500px;
    height: 287px;
  }
  /* Desc styles */
  .desc {
    background: none;
    background-color: #0082eb;
    background-size: 100%;
    flex-direction: column;
  }
  .desc h1 {
    width: 100%;
  }
  .subdesc {
    width: 100%;
  }
  .subdesc ul {
    font-size: 18px;
    margin-top: 2em;
  }
  /* Test1 styles */
  .test1 {
    flex-direction: column;
  }
  /* Prod styles */
  .prod {
    flex-direction: column;
  }
  .prod .text h1 {
    width: 100%;
  }
  .prod .text p {
    width: 100%;
  }
  .prod .image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Odeur styles */
  .odeur {
    flex-direction: column;
    align-items: center;
  }
  .odeur .image {
    margin: 0 auto;
  }
  .odeur .image img {
    width: 100%;
    margin-left: 0px;
  }
  /* Circle styles */
  .circle {
    flex-direction: column;
    align-items: center;
  }
  .circle .onecircle {
    margin: .5em;
  }
  /* Insonorisation styles */
  .insonorisation {
    flex-direction: column;
  }
  .insonorisation .text h5 {
    font-size: 14px;
  }
  .insonorisation .text h1 {
    width: 100%;
  }
  .insonorisation .text p {
    width: 100%;
  }
  /* Security Styles */
  .security {
    flex-direction: column-reverse;
    padding: 1em;
  }
  .security .text {
    width: 100%;
  }
  .security .text h3 {
    width: 100%;
  }
  .security .text p {
    width: 100%;
  }
  .security img {
    width: 70%;
    height: auto;
  }
  /* Isolation styles */
  .isolation {
    flex-direction: column;
    padding: 1em;
  }
  .isolation .text {
    width: 100%;
  }
  .isolation .text h3 {
    width: 100%;
  }
  .isolation .text p {
    width: 100%;
  }
  .isolation img {
    width: 70%;
    height: auto;
  }
  /* Partenaires styles */
  .partenaires {
    flex-direction: column;
  }
  .partenaires .text h1 {
    width: 100%;
  }
  .partenaires .text p {
    width: 100%;
  }
  .partenaires .image img {
    /* width: 500px;
    height: auto; */
  }
  /* Design styles */
  .design {
    flex-direction: column;
  }
  .design .text h1 {
    width: 100%;
  }
  .design .text p {
    width: 100%;
  }
  .design .image img {
    margin: 0 auto;
    width: 100%;
  }
  .design .table {
    width: 100%;
  }
  /* Reinvent styles */
  .reinvent {
    padding: 4em 1em;
  }
  .reinvent h1 {
    width: 100%;
  }
  /* Nouvelles styles */
  .nouvelles .image img {
    display: none;
  }
  /* Footer styles */
  .footer {
    padding: 1em;
    flex-direction: column;
  }
  .footer .text {
    text-align: center;
  }
  .footer .text h1 {
    font-size: 24px;
  }
}

@media (max-width: 525px) {
  /* Hero styles */
  .hero iframe {
    width: 300px;
    height: 168.75px;
  }
  .hero .herobutton {
    width: 90%;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  /* Nouvelles styles */
  .nouvelles .text form .email {
    width: 90%;
  }
  .nouvelles .text form .name {
    display: block;
    width: 90%;
  }
  .nouvelles .text form .submit {
    margin: 1.7em auto;
    width: 95%;
  }
}

/*Nav media queries */

@media (max-width: 1000px) {
  .navigation {
    justify-content: space-between;
    padding: 2em;
  }
  .navigation .menu {
    display: none;
  }
  .navigation .ham {
    display: block;
  }
}
/*
     FILE ARCHIVED ON 13:24:06 Jun 27, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:41:26 Jul 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.475
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.028
  esindex: 0.008
  cdx.remote: 6.697
  LoadShardBlock: 471.672 (3)
  PetaboxLoader3.datanode: 103.833 (4)
  PetaboxLoader3.resolve: 400.852 (3)
  load_resource: 71.113
*/