@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap");
/*************************************************general*******************************************/
* {
  padding: 0px;
  margin: 0px;
}

body {
  background-size: 100% auto;
  background-color: #EFEFEF;
  width: 100%;
}

#parallax-bg {
  background-image: url(img/background/background.png);
  position: absolute;
  z-index: -1;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  color: #535353;
}

/******************footer*************/
footer {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  grid-template-rows: 30px 1fr 1fr;
  height: 60px;
}

#footer-slide {
  grid-column: 1/4;
  grid-row: 2/3;
  background: linear-gradient(90deg, #f39200, #2d2e83);
}

#footer-to-top {
  grid-column: 2/3;
  grid-row: 1/4;
  background-image: url(img/picto/arrow.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 70px;
  background-position-y: 10px;
  transition: 100ms;
}
#footer-to-top:hover {
  background-position-y: 0px;
  transition: 100ms;
}

#footer-2-a1, #footer-2-a2 {
  text-align: center;
  font-family: "Lato", sans-serif;
  color: white;
  padding: 2px;
}
#footer-2-a1:hover, #footer-2-a2:hover {
  text-decoration: underline;
}

#footer-2-a1 {
  grid-column: 1/2;
  grid-row: 2/3;
}

#footer-2-a2 {
  grid-column: 3/4;
  grid-row: 2/3;
}

#footer-1 > a {
  grid-column: 1/4;
  grid-row: 2/3;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: white;
  padding: 2px;
}
#footer-1 > a:hover {
  text-decoration: underline;
}

/*************************************************universal-nav*******************************************/
#nav {
  background: linear-gradient(90deg, rgba(243, 146, 0, 0.8), rgba(150, 90, 104, 0.8), rgba(45, 47, 131, 0.8));
  height: 80px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#nav-burger {
  justify-self: end;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  margin: auto 20px auto 0;
}

#nav__toggle {
  opacity: 0;
}

#nav__btn.active > span {
  transform: rotate(45deg);
}

#nav__btn.active > span::before {
  top: 0;
  transform: rotate(0deg);
}

#nav__btn.active > span::after {
  top: 0;
  transform: rotate(90deg);
}

#nav__btn > span,
#nav__btn > span::before,
#nav__btn > span::after {
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  transition-duration: 200ms;
}

#nav__btn > span::before {
  content: "";
  top: -15px;
}

#nav__btn > span::after {
  content: "";
  top: 15px;
}

#nav-grid {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: fixed;
  left: 100%;
  right: -100%;
  margin-top: 80px;
  transition: 100ms;
  background: linear-gradient(90deg, rgba(150, 90, 104, 0.8), rgba(45, 47, 131, 0.8));
  height: 50vh;
  z-index: 100;
}

#nav-grid.active {
  left: 50vw;
  right: 0vw;
}

#nav-grid > a {
  font-family: "Lato", sans-serif;
}

.nav-links {
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
  width: 80%;
  padding: 5px 0px;
  border-radius: 10px;
}
.nav-links:hover {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.397), inset -2px -2px 5px rgba(255, 255, 255, 0.397);
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.3);
}

#nav-en, #nav-fr {
  color: white;
  width: 80px;
  padding: 5px 0px;
  border-radius: 10px;
  word-spacing: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
  transition: 0.2s;
}
#nav-en:hover, #nav-fr:hover {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.397), inset -2px -2px 5px rgba(255, 255, 255, 0.397);
  transition: 0.2s;
}

#nav-en {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
}
#nav-en:hover {
  background-position: -40px;
}

#nav-fr {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
}
#nav-fr:hover {
  background-position: 40px;
}

/******************************Fr En****************************/
#header-navigation-fr {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
  transition: background 200ms ease-in-out;
  word-spacing: 15px;
  padding: 7px 10px;
}
#header-navigation-fr:hover {
  background-position: 36px;
}

#header-navigation-en {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
  transition: background 200ms ease-in-out;
  word-spacing: 15px;
  padding: 7px 10px;
}
#header-navigation-en:hover {
  background-position: -36px;
}

/*************************************************homepage*******************************************/
/******************header*************/
#home-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(7, 1fr);
  text-align: center;
  color: white;
}

#home-header-background {
  z-index: 1;
  grid-column: 1/4;
  grid-row: 1/8;
  height: 700px;
  background-image: url(img/background/homepage.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 700px;
  width: var(--s);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 90%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 90%, 0% 100%);
}

#home-header-title {
  z-index: 2;
  grid-column: 1/4;
  grid-row: 2/4;
  font-family: "Unbounded", sans-serif;
  font-size: 70px;
  font-weight: 700;
  padding-top: 100px;
}

#home-header-text {
  z-index: 2;
  grid-column: 1/4;
  grid-row: 3/5;
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 400;
  align-self: end;
}

#home-grid-navigation {
  z-index: 2;
  grid-column: 1/4;
  grid-row: 5/7;
  align-self: end;
}

#home-grid-navigation a {
  color: white;
  font-family: "Lato", sans-serif;
  background-color: rgba(214, 214, 214, 0.288);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 7px 10px;
  border-radius: 10px;
  line-height: 50px;
  white-space: nowrap;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}
#home-grid-navigation a:hover {
  background-color: rgba(255, 255, 255, 0.39);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.26);
  transition: 200ms;
}

#home-language-en {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
  transition: background 200ms ease-in-out;
  word-spacing: 15px;
}
#home-language-en:hover {
  background-position: -36px;
}

#home-language-fr {
  background: linear-gradient(to left, transparent 50%, rgba(255, 255, 255, 0.3) 50%);
  transition: background 200ms ease-in-out;
  word-spacing: 15px;
}
#home-language-fr:hover {
  background-position: 36px;
}

/******************contant*************/
#home-contant {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

#home-contant-description {
  grid-column: 1/4;
  grid-row: 1/2;
}

#home-contant-specialty {
  grid-column: 1/4;
  grid-row: 2/3;
}

#home-contant-vision {
  grid-column: 1/4;
  grid-row: 3/4;
}

#home-contant-description, #home-contant-specialty, #home-contant-vision {
  background-color: rgba(255, 255, 255, 0.623);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  margin-bottom: 20px;
}

.home-text-title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.home-text-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.home-contant-specialty-link {
  color: #965a68;
  text-decoration: underline;
  transition: 300ms;
}
.home-contant-specialty-link:hover {
  background-color: #965a68;
  color: white;
}

/******************clients*************/
#home-clients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

#home-clients p {
  grid-column: 2/3;
  grid-row: 1/2;
  place-self: center;
  background-color: rgba(255, 255, 255, 0.623);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 200px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  text-align: center;
}

#home-clients-img {
  grid-column: 1/4;
  grid-row: 2/3;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  margin: 0px 5%;
}

#home-clients-img img {
  place-self: center;
}

#home-img-client-cosmogroup {
  max-height: 120px;
  grid-row: 1/2;
}

#home-img-client-cpnv {
  max-height: 80px;
  grid-row: 1/2;
}

#home-img-client-deeptech {
  max-height: 50px;
  grid-row: 2/3;
}

#home-img-client-sea {
  max-height: 120px;
  grid-row: 2/3;
}

#home-img-client-feline {
  max-height: 100px;
  grid-row: 3/4;
}

#home-img-client-fruity {
  max-height: 100px;
  grid-row: 3/4;
}

/*************************************************services*******************************************/
#service-body-logo, #service-body-web, #service-body-everything {
  color: #535353;
}

#service-logo-title, #service-web-title, #service-everything-title {
  padding: 15px;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}

#service-logo-img, #service-web-img, #service-everything-img, #service-everything-logo {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
}

#service-logo-description, #service-web-description, #service-everything-description {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  font-family: "Lato", sans-serif;
}

#service-logo-description, #service-web-description, #service-everything-description, #service-logo-img, #service-web-img, #service-everything-img, #service-everything-logo {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.service-description-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.service-button {
  justify-self: end;
  align-self: end;
}
.service-button button {
  border: none;
  background-color: transparent;
  padding: 10px;
  color: #965a68;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  cursor: pointer;
}
.service-button button:hover {
  text-decoration: underline;
}

/******************logo*************/
#service-body-logo {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 150px;
}

#service-logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#service-logo-title {
  grid-column: 1/4;
  border-radius: 0 15px 15px 0;
  text-align: end;
}

#service-logo-img {
  grid-column: 1/5;
}
#service-logo-img div {
  background: url(img/services/mobile-logo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 100%;
}

#service-logo-description {
  grid-column: 1/5;
  grid-row: 3/4;
}

#service-logo-description-more {
  display: none;
}

#service-logo-more {
  grid-column: 3/5;
  grid-row: 3/4;
}

#service-logo-description-more.active {
  display: block;
}

/******************web*************/
#service-body-web {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

#service-web {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#service-web-title {
  grid-column: 2/5;
  border-radius: 15px 0 0 15px;
}

#service-web-img {
  grid-column: 1/5;
}
#service-web-img div {
  background: url(img/services/web.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: end;
  height: 100%;
}

#service-web-description {
  grid-column: 1/5;
  grid-row: 3/4;
}

#service-web-description-more {
  display: none;
}

#service-web-more {
  grid-column: 3/5;
  grid-row: 3/4;
}

#service-web-description-more.active {
  display: block;
}

/******************everything*************/
#service-body-everything {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

#service-everything {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#service-everything-title {
  grid-column: 1/4;
  border-radius: 0 15px 15px 0;
  text-align: end;
}

#service-everything-img {
  grid-column: 1/5;
}
#service-everything-img div {
  background: url(img/services/everything.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  height: 100%;
}

#service-everything-logo {
  display: none;
}

#service-everything-description {
  grid-column: 1/5;
  grid-row: 3/4;
}

#service-everything-description-more {
  display: none;
}

#service-everything-more {
  grid-column: 3/5;
  grid-row: 3/4;
}

#service-everything-description-more.active {
  display: block;
}

/*************************************************history*******************************************/
#history-hi {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#history-hi-background {
  display: none;
  grid-column: 1/4;
  grid-row: 1/9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
}

.history-hi-text {
  color: #535353;
  font-family: "Lato", sans-serif;
  background: white;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
}

.history-hi-img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
}

#history-hi-titel {
  grid-column: 1/2;
  grid-row: 1/2;
  background: white;
  padding: 15px;
  width: 50px;
  border-radius: 15px;
  margin-left: 10px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
}

#history-hi-party1-text {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-bottom: 10px;
}

#history-hi-party1-img {
  grid-column: 3/4;
  grid-row: 2/3;
  background: url(img/history/didier.png) no-repeat center;
  background-size: auto 100%;
  margin-bottom: 10px;
}

#history-hi-party2-text {
  grid-column: 1/4;
  grid-row: 3/4;
}

#history-hi-party2-img {
  grid-column: 1/3;
  grid-row: 4/5;
  background: url(img/history/media.png) no-repeat center;
  background-size: 110% auto;
  height: 100px;
  margin-bottom: 10px;
}

#history-hi-party3-text {
  grid-column: 1/4;
  grid-row: 5/6;
}

#history-hi-party3-img {
  grid-column: 3/4;
  grid-row: 6/7;
  background: url(img/history/fiverr.png) no-repeat center;
  background-size: auto 100%;
  height: 100px;
  margin-bottom: 10px;
}

#history-hi-party4-text {
  grid-column: 1/4;
  grid-row: 7/8;
}

#history-hi-party4-img {
  grid-column: 1/4;
  grid-row: 8/9;
  background: url(img/history/website.png) no-repeat center;
  background-size: 100% auto;
  height: 100px;
  margin-bottom: 10px;
}

/******************team*************/
#history-team-titel {
  padding: 15px;
  background: white;
  border-radius: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
  width: 200px;
  text-align: center;
  margin: 20px auto;
  margin-top: 30px;
}

#history-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#history-team-grid-1-text, #history-team-grid-1-img {
  grid-column: 1/2;
  grid-row: 1/2;
}

#history-team-grid-1-img {
  background: url(img/history/employers-nico.jpg) no-repeat center;
}

#history-team-grid-2-text, #history-team-grid-2-img {
  grid-column: 2/3;
  grid-row: 1/2;
}

#history-team-grid-2-img {
  background: url(img/history/employers-marion.png) no-repeat center;
}

#history-team-grid-3-text, #history-team-grid-3-img {
  grid-column: 1/2;
  grid-row: 2/3;
}

#history-team-grid-3-img {
  background: url(img/history/employers-anthony.JPG) no-repeat center;
}

#history-team-grid-4-text, #history-team-grid-4-img {
  grid-column: 2/3;
  grid-row: 2/3;
}

#history-team-grid-4-img {
  background: url(img/history/employers-alan.png) no-repeat center;
}

#history-team-grid-5-text, #history-team-grid-5-img {
  grid-column: 1/2;
  grid-row: 3/4;
  border-radius: 0 0 20px 0;
}

#history-team-grid-5-img {
  background: url(img/history/employers-didier.png) no-repeat center;
}

#history-team-grid-1-img, #history-team-grid-2-img, #history-team-grid-3-img, #history-team-grid-4-img, #history-team-grid-5-img {
  background-size: auto 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
}

#history-team-grid-1-text, #history-team-grid-2-text, #history-team-grid-3-text, #history-team-grid-4-text, #history-team-grid-5-text {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  color: #000000;
  font-family: "Lato", sans-serif;
  align-self: end;
  font-weight: bold;
}

.history-team-grid-img {
  height: 300px;
}

/*************************************************contact*******************************************/
#contact-email h2, #contact-other h2, #contact-resaux h2 {
  font-family: "Unbounded", sans-serif;
  color: #535353;
  font-size: 20px;
  text-align: center;
}

#contact-email {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

#contact-email > div {
  grid-column: 1/2;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 30px 0px;
  padding: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.164);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#contact-email > div > h2 {
  margin-bottom: 30px;
}

#contact-email > div > form {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  row-gap: 10px;
}

#contact-email-nom, #contact-email-email, #contact-email-sujet, #contact-email-message, #contact-email-envoyer {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.164);
  padding-left: 20px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  resize: none;
}

#contact-email-nom, #contact-email-email, #contact-email-sujet, #contact-email-envoyer {
  height: 50px;
}

#contact-email-envoyer {
  cursor: pointer;
}

#contact-email-nom {
  grid-column: 1/9;
}

#contact-email-email {
  grid-column: 1/11;
}

#contact-email-sujet {
  grid-column: 1/11;
}

#contact-email-message {
  grid-column: 1/11;
  padding-top: 10px;
  height: 200px;
}

#contact-email-envoyer {
  grid-column: 7/11;
  text-align: center;
  padding-left: 0px;
  background-color: rgba(137, 85, 52, 0.5215686275);
  color: white;
}
#contact-email-envoyer:hover {
  background-color: #895534;
}

#contact-other {
  display: grid;
  grid-template-columns: 40px 1fr;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.164);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.contact-other-text {
  font-family: "Lato", sans-serif;
  padding: 5px;
  font-size: 17px;
}

#contact-other-titel {
  grid-column: 1/3;
  margin: 10px 10px 20px 20px;
}

#contact-other-phone-picto {
  background: url(img/picto/icon-phone.svg) no-repeat center;
}

#contact-other-email-picto {
  background: url(img/picto/icon-email.svg) no-repeat center;
}

#contact-other-add-picto {
  background: url(img/picto/icon-home.svg) no-repeat center;
}

#contact-other-timetable-picto {
  background: url(img/picto/iconl-schedule.svg) no-repeat center;
}

#contact-other-timetable-picto, #contact-other-add-picto, #contact-other-email-picto, #contact-other-phone-picto {
  background-size: 60% auto;
}

#contact-other-maps {
  grid-column: 1/3;
  height: 200px;
  margin-top: 20px;
}

#contact-resaux {
  display: grid;
  grid-template-columns: 1fr;
}

#contact-resaux > div {
  grid-column: 1/2;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 30px 0px;
  padding: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.164);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

#contact-resaux > div > h2 {
  margin-bottom: 20px;
  margin-left: 10px;
}

#contact-resaux > div > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-align: center;
}

#contact-resaux > div > div > a {
  margin: 0px;
  padding: 0px;
}

#contact-resaux > div > div > a > img {
  max-height: 50px;
  justify-self: center;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.452));
}

#contact-resaux > div > div > a > img:hover {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4));
  transition: 0.1s;
}

/***************************************************************************************************
600px - 1200px
***************************************************************************************************/
@media screen and (min-width: 600px) {
  #home-header-background {
    height: 700px;
    background-size: auto 900px;
    width: var(--s);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
  }
  #home-grid-navigation a {
    font-size: 18px;
    font-weight: 700;
  }
  #home-language-en:hover {
    background-position: -37px;
  }
  #home-contant {
    grid-template-columns: 1fr 590px 1fr;
  }
  #home-contant-description {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #home-contant-specialty {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #home-contant-vision {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #home-contant-description, #home-contant-specialty, #home-contant-vision {
    border-radius: 20px;
  }
  .home-text-title {
    font-size: 24px;
  }
  .home-text-text {
    font-size: 16px;
  }
  #home-clients p {
    font-size: 24px;
    width: 250px;
  }
  #home-clients-img {
    grid-template-columns: repeat(3, 1fr);
    margin: 0px auto;
    max-width: 800px;
  }
  #home-img-client-cosmogroup {
    grid-row: 1/2;
  }
  #home-img-client-cpnv {
    grid-row: 1/2;
  }
  #home-img-client-deeptech {
    grid-row: 1/2;
  }
  #home-img-client-sea {
    grid-row: 2/3;
  }
  #home-img-client-feline {
    grid-row: 2/3;
  }
  #home-img-client-fruity {
    grid-row: 2/3;
  }
  #nav-burger {
    display: none;
  }
  #nav-grid {
    display: block;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
    background: transparent;
    align-self: center;
  }
  #nav-grid.active {
    left: 0vw;
    right: 0vw;
  }
  .nav-links {
    padding: 5px 10px;
    margin: 0 7px;
  }
  #nav-en, #nav-fr {
    padding: 5px 14px;
    margin-left: 7px;
  }
  #service-logo-title, #service-web-title, #service-everything-title {
    padding: 15px;
    background-color: white;
    margin-bottom: 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
  }
  #service-logo-img, #service-web-img, #service-everything-img {
    height: 100px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 15px;
  }
  #service-logo-description, #service-web-description, #service-everything-description {
    padding: 20px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 15px;
  }
  .service-description-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /******************logo*************/
  #service-body-logo {
    grid-template-columns: 3fr 600px 4fr;
  }
  #service-logo {
    grid-column: 2/3;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 30px 30px 30px 200px 1fr;
  }
  #service-logo-title {
    grid-column: 2/5;
    grid-row: 1/3;
    border-radius: 15px;
    text-align: center;
    z-index: 3;
  }
  #service-logo-img {
    grid-column: 1/4;
    grid-row: 2/5;
    height: 100%;
  }
  #service-logo-img div {
    background: url(img/services/deskopt-logo.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: left;
    height: 100%;
    margin-left: 20px;
  }
  #service-logo-description {
    grid-column: 3/5;
    grid-row: 4/6;
  }
  #service-logo-description-more {
    display: none;
  }
  #service-logo-more {
    grid-column: 3/5;
    grid-row: 5/6;
  }
  #service-logo-description.active {
    grid-column: 1/5;
  }
  /******************web*************/
  #service-body-web {
    grid-template-columns: 4fr 600px 3fr;
  }
  #service-web {
    grid-column: 2/3;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 30px 30px 30px 200px 1fr;
  }
  #service-web-title {
    grid-column: 1/6;
    grid-row: 1/3;
    border-radius: 15px;
    z-index: 3;
    text-align: center;
  }
  #service-web-img {
    grid-column: 4/9;
    grid-row: 2/5;
    height: 100%;
  }
  #service-web-img div {
    background: url(img/services/web.png);
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center;
    height: 100%;
  }
  #service-web-description {
    grid-column: 1/6;
    grid-row: 4/6;
  }
  #service-web-description-more {
    display: none;
  }
  #service-web-more {
    grid-column: 1/6;
    grid-row: 4/6;
  }
  #service-web-description.active {
    grid-column: 1/9;
  }
  #service-web-description-more.active {
    display: block;
  }
  #service-web-more.active {
    grid-column: 1/9;
  }
  /******************everything*************/
  #service-body-everything {
    grid-template-columns: 3fr 600px 4fr;
  }
  #service-everything {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 30px 30px 30px 250px 30px 60px 1fr;
  }
  #service-everything-title {
    grid-column: 4/8;
    grid-row: 1/3;
    border-radius: 15px;
    text-align: center;
    z-index: 3;
  }
  #service-everything-img {
    grid-column: 1/5;
    grid-row: 2/6;
    height: 100%;
  }
  #service-everything-img div {
    background: url(img/services/everything.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top;
    height: 100%;
  }
  #service-everything-logo {
    display: block;
    grid-column: 1/4;
    grid-row: 5/7;
    height: 100%;
    z-index: 2;
    border-radius: 15px;
  }
  #service-everything-logo div {
    background: url(img/services/everything-logo.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
    height: 100%;
  }
  #service-everything-description {
    grid-column: 4/9;
    grid-row: 4/5;
    z-index: 3;
  }
  #service-everything-description-more {
    display: none;
  }
  #service-everything-more {
    grid-column: 4/9;
    grid-row: 4/5;
    z-index: 3;
  }
  #service-everything-description.active {
    grid-column: 1/9;
    grid-row: 4/8;
  }
  #service-everything-description-more.active {
    display: block;
  }
  #service-everything-more.active {
    grid-column: 4/9;
    grid-row: 4/9;
  }
  #history-hi {
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr repeat(12, 50px) 1fr;
    row-gap: 40px;
  }
  #history-hi-background {
    display: block;
    grid-column: 3/13;
    grid-row: 1/11;
    margin-top: 20px;
    border-radius: 15px;
  }
  #history-hi-titel {
    grid-column: 2/4;
    grid-row: 1/2;
    width: 100%;
    margin: 0;
  }
  #history-hi-party1-text {
    grid-column: 4/10;
    grid-row: 3/4;
    margin-bottom: 0;
    border-radius: 15px 0 0 15px;
  }
  #history-hi-party1-img {
    grid-column: 10/14;
    grid-row: 2/5;
    background-size: 100% auto;
    margin-bottom: 0;
    border-radius: 15px;
  }
  #history-hi-party2-text {
    grid-column: 5/12;
    grid-row: 5/6;
    border-radius: 0 15px 15px 0;
  }
  #history-hi-party2-img {
    grid-column: 2/5;
    grid-row: 5/7;
    height: 100%;
    background-size: auto 100%;
    margin-bottom: 0;
    border-radius: 15px 0 15px 15px;
  }
  #history-hi-party3-text {
    grid-column: 4/11;
    grid-row: 7/8;
    border-radius: 15px 0 0 15px;
  }
  #history-hi-party3-img {
    grid-column: 11/14;
    grid-row: 7/9;
    height: 100%;
    background-size: auto 100%;
    margin-bottom: 0;
    border-radius: 0 15px 15px 15px;
  }
  #history-hi-party4-text {
    grid-column: 5/12;
    grid-row: 9/10;
    border-radius: 0 15px 15px 0;
  }
  #history-hi-party4-img {
    grid-column: 2/5;
    grid-row: 9/10;
    height: 100%;
    background-size: auto 100%;
    margin-bottom: 0;
    border-radius: 15px 0 0 15px;
  }
  /******************team*************/
  #history-team-grid {
    display: grid;
    grid-template-columns: 1fr repeat(3, 200px) 1fr;
  }
  #history-team-grid-1-text, #history-team-grid-1-img {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #history-team-grid-1-img {
    border-radius: 20px 0 0 0;
  }
  #history-team-grid-2-text, #history-team-grid-2-img {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  #history-team-grid-3-text, #history-team-grid-3-img {
    grid-column: 4/5;
    grid-row: 1/2;
    border-radius: 0 20px 20px 0;
  }
  #history-team-grid-4-text, #history-team-grid-4-img {
    grid-column: 2/3;
    grid-row: 2/3;
    border-radius: 0 0 0 20px;
  }
  #history-team-grid-5-text, #history-team-grid-5-img {
    grid-column: 3/4;
    grid-row: 2/3;
    border-radius: 0 0 20px 0;
  }
  #history-team-grid-1-img, #history-team-grid-2-img, #history-team-grid-3-img, #history-team-grid-4-img, #history-team-grid-5-img {
    background-size: 120% auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.397), -2px -2px 5px rgba(255, 255, 255, 0.397);
  }
  #history-team-grid-1-text, #history-team-grid-2-text, #history-team-grid-3-text, #history-team-grid-4-text, #history-team-grid-5-text {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    color: #000000;
    font-family: "Lato", sans-serif;
    align-self: end;
    font-weight: bold;
  }
  footer {
    grid-template-rows: 50px 1fr 1fr;
    height: 100px;
  }
  #footer-to-top {
    background-size: auto 100px;
  }
  #contact-body-email {
    display: grid;
    grid-template-columns: 1fr 600px 1fr;
  }
  #contact-email {
    grid-column: 2/3;
    margin-top: 150px;
  }
  #contact-email > div {
    border-radius: 15px;
  }
  #contact-body-more {
    display: grid;
    grid-template-columns: 1fr 200px 200px 200px 1fr;
  }
  #contact-other {
    grid-column: 2/5;
    border-radius: 15px;
  }
  .contact-other-text {
    grid-column: 2/3;
  }
  .contact-other-picto {
    grid-column: 1/2;
  }
  #contact-other-titel {
    grid-column: 1/4;
  }
  #contact-other-maps {
    grid-column: 3/4;
    grid-row: 2/6;
    margin-top: 0;
    border-radius: 0 0 15px 0;
  }
  #contact-resaux {
    grid-column: 2/4;
  }
  #contact-resaux > div {
    border-radius: 15px;
  }
  #contact-resaux > div > div > a > img {
    max-height: 70px;
  }
}
/***************************************************************************************************
1200px - 1920px
***************************************************************************************************/
@media screen and (min-width: 1200px) {
  #home-header-background {
    height: 800px;
    background-size: auto 1300px;
    width: var(--s);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
  }
  #home-contant {
    grid-template-columns: 1fr repeat(2, 450px) 1fr;
  }
  #home-contant-description {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  #home-contant-specialty {
    grid-column: 2/3;
    grid-row: 2/4;
    margin-right: 10px;
  }
  #home-contant-vision {
    grid-column: 3/4;
    grid-row: 2/4;
    margin-left: 10px;
  }
  #home-header-text {
    font-size: 35px;
  }
  #home-header-title {
    font-size: 100px;
  }
  #home-clients-img {
    max-width: 100%;
  }
  #home-img-client-cosmogroup, #home-img-client-cpnv, #home-img-client-deeptech, #home-img-client-sea, #home-img-client-feline, #home-img-client-fruity {
    grid-row: 1/2;
    margin: 0px 10px;
  }
  .home-text-title {
    font-size: 26px;
  }
  .home-text-text {
    font-size: 18px;
  }
  #home-clients p {
    font-size: 28px;
    width: 380px;
  }
  #service-logo-title h1, #service-web-title h1, #service-everything-title h1 {
    font-size: 25px;
  }
  #service-logo-description, #service-web-description, #service-everything-description {
    padding: 20px;
    font-size: 18px;
  }
  .service-description-title {
    font-size: 22px;
  }
  .service-button button {
    font-size: 18px;
  }
  /******************logo*************/
  #service-body-logo {
    grid-template-columns: 3fr 800px 4fr;
  }
  #service-logo {
    grid-template-rows: 30px 30px 30px 250px 1fr;
  }
  /******************web*************/
  #service-body-web {
    grid-template-columns: 4fr 800px 3fr;
  }
  #service-web {
    grid-template-rows: 30px 30px 30px 250px 1fr;
  }
  /******************everything*************/
  #service-body-everything {
    grid-template-columns: 1fr 800px 1fr;
  }
  #service-everything {
    grid-template-rows: 30px 30px 30px 250px 30px 60px 1fr;
  }
  #service-everything-logo div {
    background-size: auto 80%;
  }
  #history-hi {
    grid-template-columns: 1fr repeat(12, 80px) 1fr;
  }
  .history-hi-text {
    font-size: 18px;
  }
  #history-team-grid {
    display: grid;
    grid-template-columns: 1fr repeat(3, 250px) 1fr;
    gap: 40px;
  }
  #contact-body-email {
    grid-template-columns: 2fr 1000px 3fr;
  }
  #contact-email {
    margin-top: 150px;
  }
  #contact-email div h2 {
    font-size: 25px;
  }
  #contact-email > div > form {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #contact-email-nom {
    grid-column: 1/5;
  }
  #contact-email-email {
    grid-column: 1/5;
  }
  #contact-email-sujet {
    grid-column: 1/5;
  }
  #contact-email-message {
    grid-column: 5/11;
    grid-row: 1/5;
    height: 100%;
  }
  #contact-email-envoyer {
    grid-column: 3/5;
  }
  #contact-body-more {
    grid-template-columns: 3fr 300px 300px 300px 2fr;
    grid-template-rows: 1fr 30px 1fr;
  }
  #contact-other {
    grid-column: 3/5;
    grid-row: 1/3;
    border-radius: 15px;
    z-index: 3;
  }
  .contact-other-text {
    grid-column: 2/3;
  }
  .contact-other-picto {
    grid-column: 1/2;
  }
  #contact-other-titel {
    grid-column: 1/4;
  }
  #contact-other-maps {
    grid-column: 3/4;
    grid-row: 2/6;
    margin-top: 0;
    border-radius: 0 0 15px 0;
  }
  #contact-resaux {
    grid-column: 2/4;
    grid-row: 2/4;
    height: 150px;
  }
  #contact-resaux div {
    margin: 0;
  }
  #contact-resaux > div > h2 {
    text-align: left;
  }
  #contact-resaux > div > div > a > img {
    max-height: 70px;
  }
  footer {
    grid-template-rows: 50px 1fr 1fr;
    height: 100px;
  }
  #footer-to-top {
    background-size: auto 100px;
  }
}/*# sourceMappingURL=style.css.map */