:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
}

h2{
  font-family: "Manrope", sans-serif;
  font-weight: bolder;
}

ul li{
  list-style-type: none;
}

#app {
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
}

header{
  position: fixed;
  z-index: 2000;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.6));
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

header a, header a:hover, header a:visited {
  font-weight: bold;
  color: black;
  text-decoration: none;
  margin: 0 20px;
  font-size: 18px;
}

.logo img {
  width: 150px;
}

.slider{
  height: 855px;
  width: 100%;
}

video{
  object-fit: cover;
  width: 100%;
  height: 855px;
}

.boxes{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 50px 50px 120px 50px;
}

.boxes .box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  text-align: justify;
}

.boxes .box h2{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.boxes .box h2 img{
  margin-right: 10px;
}

.boxes .box p{
  display: flex;
  width: 70%;
}

.boxes .box img{
  color: #60BB3D;
  width: 50px;
}

.services{
  min-height: 700px;
  width: 100%;
  background-color: #1A1A1A;
  padding: 50px 0;
}

.services h2{
  color: #60BB3D;
  margin-bottom: 50px;
}

.services h2:after {
  position: absolute;
  content: '';
  height: 2px;
  margin: 30px auto;
  left: 0;
  right: 0;
  width: 5%;
  background: #60BB3D;
}


.services .content{
  display: flex;
  height: 400px;
  flex-direction: column;
}

.services .content .text{
  color: #fff;
  margin: 5px;
  height: 380px;
  width: 50%;
  padding: 30px;
}

.services .content .images{
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.services .content .images > div{
  width: 320px;
  height: 480px;
  margin: 0 10px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  color: white;
  font-size: 18px;
  padding: 15px;

}

.services .content .images .img-video{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)),url("../img/video.jpg");
  background-position: center center;
  background-size: cover;
}

.services .content .images .img-editing{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/editing.jpg");
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.services .content .images .img-advice{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/advice.jpg");
  background-position: center center;
  background-size: cover;
}

.services .content .images .img-territory{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/territory.jpg");
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.services img{
  width: 320px;
  height: 480px;
}

.services .content .column{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 220px;
}

.services .content .column img{
  height: 215px;
  margin: 5px;
}


.realisations {
  margin: 50px 50px 100px 50px;
}

.realisations h2{
  margin-bottom: 50px;
}

.realisations h2:after{
  position: absolute;
  content: '';
  height: 2px;
  margin: 30px auto;
  left: 0;
  right: 0;
  width: 5%;
  background: #000000;
}

.contact{
  background: rgb(35,46,53);
  background: linear-gradient(180deg, rgba(35,46,53,1) 0%, rgba(26,26,26,1) 100%);
  color: white;
  padding: 75px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: center;
}

.contact ul{
  margin: 0;
  padding: 0;
}

.contact .icons {
  display: flex;
}

.contact .icons a{
  width: 42px;
  height: 42px;
  background-color: white;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.contact .icons a:hover{
 background-color: #60BB3D;
}

.contact .icons a img{
  width: 32px;
  height: 32px;
}

.contact .icons a:hover img{
  color: #60BB3D;
}

.cgv, .legals{
  width: 600px;
  margin: 150px auto 0 auto;
}

.cgv h1{
  font-size: 28px;
  margin-bottom: 50px;
}

.cgv h2{
  font-size:18px;
}

.cgv p{
  font-size: 14px;
  text-align: justify;
}

.cgv i{
  font-size: 10px;
}

.legals{
  margin-bottom: 50px;
}

.legals p{
  text-align: justify;
}

hr{
  width: 80%;
  border: 1px solid #333;
}

footer{
  height: 10vh;
  color: white;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .footer-content{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF1A;
  transition: all 400ms;
  padding: 20px 0px 0px 0px;
  font-size: 14px;
  width: 55%;
}

footer .footer-content .copyright{
  font-weight: normal;
}

footer .footer-content .mentions{
  margin-left: 30px;
  font-weight: lighter;
}

footer a, footer a:visited {
  font-weight: 500;
  color: white;
  text-decoration: none;
}

footer a:hover{
  color: #60BB3D;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media only screen and (max-width: 900px) {
  .logo img {
    width: 100px;
  }

  .menu{
    display:none;
  }

  .slider{
    height: 600px;
    width: 100%;
  }

  video{
    object-fit: cover;
    width: 100%;
    height: 600px;
  }

  .boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 25px 25px 120px 25px;
  }

  .boxes .box{
    width: 100%;
    margin-bottom: 25px;
  }

  .boxes .box h2{
    margin: 10px;
  }

  .boxes .box p{
    display: flex;
    width: 90%;
  }

  .boxes .box img{
    width: 40px;
  }

  .services{
    min-height: 700px;
    width: 100%;
    background-color: #1A1A1A;
    padding: 50px 0;
  }

  .services h2{
    color: #60BB3D;
    margin-bottom: 20px;
  }

  .services h2:after {
    width: 30%;
  }


  .services .content{
    display: flex;
    height: 900px;
    flex-direction: row;
  }

  .services .content .text{
    color: #fff;
    margin: 5px;
    height: 380px;
    width: 50%;
    padding: 30px;
  }

  .services .content .images{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }

  .services .content .images > div{
    width: 100%;
    height: 160px;
    margin: 0 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: white;
    font-size: 18px;
    padding: 15px;

  }

  .services .content .images .img-video{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)),url("../img/video.jpg");
    background-position: top center;
    background-size: cover;
    margin-top: 25px;
  }

  .services .content .images .img-editing{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/editing.jpg");
    background-position: center center;
    background-size: cover;
    margin-top: 25px;
  }

  .services .content .images .img-advice{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/advice.jpg");
    background-position: center center;
    background-size: cover;
    margin-top: 25px;
  }

  .services .content .images .img-territory{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3)), url("../img/territory.jpg");
    background-position: center center;
    background-size: cover;
    margin-top: 25px;
  }

  .services img{
    width: 100%;
    height: 160px;
  }

  .services .content .column{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 220px;
  }

  .services .content .column img{
    height: 215px;
    margin: 5px;
  }

  .contact{
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }

  .realisations h2:after{
    width: 30%;
  }

  footer{
    height: 100%;
    color: white;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  footer .footer-content{
    font-size: 11px;
    width: 90%;
  }

  .cgv, .legals{
    width: 90%;
    margin: 100px auto 0 auto;
  }


}


@media only screen and (min-width: 900px) {
  .logo img {
    width: 120px;
  }
}

@media only screen and (min-width: 1921px) {
  .logo img {
    width: 150px;
  }

  .slider{
    height: 1200px;
    width: 100%;
  }

  video{
    object-fit: cover;
    width: 100%;
    height: 1200px;
  }
}
