.decouvrir {
  border: 1px solid #000000;
  border-radius: 24px;
  padding: 7px 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #000000;
  text-align: center;
  margin: 15px auto;
}

input[type="submit"] {
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 7px 25px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
  background: linear-gradient(45deg, #ee0979, #ff6a00);
}

@media (min-width: 768px) {
  input[type="submit"] {
    margin: 25px 0 15px;
  }
}

.primary-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 89%;
  text-transform: uppercase;
  font-size: 40px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .primary-title {
    font-size: 45px;
  }
}

@media (min-width: 1140px) {
  .primary-title {
    font-size: 100px;
  }
}

.secondary-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 30px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .secondary-title {
    font-size: 32px;
  }
}

@media (min-width: 1140px) {
  .secondary-title {
    font-size: 70px;
  }
}

.social-media-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
}

@media (min-width: 768px) {
  .social-media-title {
    font-size: 24px;
  }
}

.scroll {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .scroll {
    font-size: 16px;
  }
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}

.white {
  color: #FFFFFF;
}

.section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 13%;
  font-weight: 600;
}

.title-footer {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
}

.text-copyright {
  font-size: 12px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}

label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

input[type="submit"] {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

footer {
  padding: 50px 30px;
  text-align: center;
  background-color: #1A1A1A;
}

footer .footer-social-network img {
  width: 25px;
  height: auto;
  margin: 0 5px 20px;
}

footer .footer-contact {
  margin: 10px 0 30px;
}

footer .copyright-mentions-politique {
  display: none;
}

footer .copyright-mobile {
  display: block;
}

@media (min-width: 768px) {
  .copyright-mentions-politique {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright-mobile {
    display: none;
  }
}

.nav-desktop {
  display: none;
}

@media (min-width: 768px) {
  .nav-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
  }
  .nav-desktop .nav-desktop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*.nav-items.scroll{
                color: white;
                padding: 5px 15px;
                margin: 10px 25px;
                font-family: Open Sans;
                font-size: 15px !important;
                font-weight: normal;
                font-style: normal;
                transition: color 0.4s ease-out;
            }*/
  }
  .nav-desktop .nav-desktop .nav-items {
    list-style-type: none;
    color: #FFFFFF;
    margin: 0 15px;
    text-decoration: none;
    color: white;
    padding: 5px 15px;
    margin: 10px 25px;
    font-family: Open Sans;
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
}

.nav-desktop li .nav-items {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: inline-block;
}

.nav-desktop li .nav-items:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.nav-burger {
  width: 35px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav-burger {
    display: none;
  }
}

.nav-burger .burger-bar {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
}

.nav-burger .burger-bar::before, .nav-burger .burger-bar::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #FFFFFF;
}

.nav-burger .burger-bar::before {
  top: -10px;
}

.nav-burger .burger-bar::after {
  bottom: -10px;
}

.nav-burger .burger-bar-black {
  background-color: #000000;
}

.nav-burger .burger-bar-black::before, .nav-burger .burger-bar-black::after {
  background-color: #000000;
}

.nav-burger.-active .burger-bar {
  background-color: transparent;
}

.nav-burger.-active .burger-bar:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  background-color: #FFFFFF;
}

.nav-burger.-active .burger-bar:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  background-color: #FFFFFF;
}

.nav-mobile {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  /*.menu-social-network{
        img{
            width : 25px;
            height : auto;
            margin : 0 5px 20px;
        }
    }*/
}

.nav-mobile #nav-item-mobile {
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-mobile #nav-item-mobile .nav-items-mobile a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 25px;
  margin: 15px auto;
}

.nav-mobile #nav-item-mobile .nav-items-mobile:hover {
  text-decoration: underline;
}

.nav-mobile.-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.-noscroll {
  overflow: hidden;
}

#contact-form {
  margin: 30px 5vw 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1A1A1A;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 20px;
  color: white;
}

#contact-form h3 {
  margin-bottom: 25px;
}

#contact-form .form .name-mail {
  padding: 0 20px;
}

#contact-form .form .name-mail label {
  text-align: left;
  margin-bottom: 10px;
}

#contact-form .form .name-mail input {
  width: 70vw;
  margin-bottom: 10px;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 30px;
  background-color: #1F1F1F;
  -webkit-box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
}

#contact-form .form .message {
  padding: 0 20px;
}

#contact-form .form .message label {
  text-align: left;
}

#contact-form .form .message textarea {
  width: 70vw;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background-color: #1F1F1F;
  -webkit-box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .section-contact {
    padding: 0 200px;
    margin: 150px auto 50px;
  }
  .section-contact h3 {
    margin: 25px 0 50px;
    padding: 0;
  }
  .section-contact #contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 40px;
  }
  .section-contact #contact-form .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-contact #contact-form .form .name-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-contact #contact-form .form .name-mail input {
    width: 25vw;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .section-contact #contact-form .form .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-contact #contact-form .form .message textarea {
    width: 25vw;
    height: 110px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .section-contact #contact-form .rgpd {
    padding: 0 50px;
    margin: 15px 0 10px;
    width: 45vw;
  }
  .section-contact #contact-form .rgpd label {
    color: rgba(255, 255, 255, 0.7);
  }
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  header {
    padding: 0 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .nav-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav-desktop li {
    margin: 0 15px;
  }
  header .nav-desktop li a {
    color: #FFFFFF;
    text-decoration: none;
  }
}

.scroll-menu {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px #777;
          box-shadow: 0 2px 5px #777;
}

.scroll-menu ul li .nav-items {
  color: #000000;
}

.banner {
  background-image: url("../images/banner-background.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.banner .banner-content .social-media {
  display: none;
}

.banner .scroll {
  position: absolute;
  bottom: 40px;
  right: 42vw;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.banner .scroll:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*.section{
    padding : 50px 30px; A APPLIQUER PLUTOT AUX SECTIONS DIRECTEMENT A CAUSE DES GALERIES
}*/
@media (min-width: 768px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 150px;
  }
  .banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner .banner-content .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(0.75turn);
            transform: rotate(0.75turn);
  }
  .banner .banner-content .social-media img {
    margin: 0 5px;
  }
  .banner .banner-content .social-media .social-media-title {
    margin-right: 5px;
  }
  .banner .scroll {
    bottom: 100px;
    right: 47vw;
  }
}

@media (min-width: 992px) {
  .social-media {
    display: block;
  }
}

.section-a-propos .a-propos-content .propos-text {
  padding: 50px 30px;
}

.section-a-propos .a-propos-content img {
  width: 100vw;
}

@media (min-width: 1140px) {
  .section-a-propos {
    padding: 0 15vw;
    margin: 100px 0;
  }
  .section-a-propos .a-propos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-a-propos .a-propos-content img {
    width: 35vw;
    height: auto;
  }
  .section-a-propos .a-propos-content .propos-text .section-title {
    text-align: left;
    margin: 0 0 25px;
  }
  .section-a-propos .a-propos-content .propos-text .text {
    margin: 20px 0;
  }
}

.section-projects .gallery-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  max-width: 1300px;
  margin: 70px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-projects .gallery-project .projects {
  width: 400px;
  height: 400px;
  margin: 40px 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.section-projects .gallery-project .projects img {
  width: 95%;
  height: auto;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.section-projects .gallery-project h4 {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0 20px;
  padding: 0 25px;
}

.section-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  max-width: 1300px;
  margin: 70px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-gallery .gallery .item {
  width: 100vw;
  height: auto;
  margin: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .section-gallery .gallery .item {
    width: 400px;
    height: 266px;
  }
}

#message-contact {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.banner-dynawatch {
  background-image: url("../images/dynawatch/dynawatch-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-dynawatch h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-dynawatch h2 {
  text-align: center;
}

.dynawatch-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dynawatch-logo img {
  display: block;
  width: 50vw;
  margin: 15px auto;
}

.dynawatch-logo p {
  padding: 0 30px;
}

.dynawatch-design-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.dynawatch-design-system img {
  display: block;
  width: 100vw;
  margin: 0 auto 25px;
}

.dynawatch-design-system .texts p {
  padding: 0 30px;
}

.dynawatch-dev {
  padding: 0 30px;
}

.dynawatch-dev .lien-dynawatch {
  display: block;
  background: linear-gradient(45deg, #FF7D78, #FFC46B);
  border-radius: 4px;
  margin: 40px auto;
  padding: 15px;
  width: 220px;
  text-align: center;
  text-decoration: none;
  color: white;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.1);
}

.dynawatch-dev .lien-dynawatch:hover {
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
}

.dynawatch-maquette-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0;
}

.dynawatch-maquette-mobile img {
  width: 90vw;
  height: auto;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
}

.dynawatch-maquette-desktop {
  display: none;
}

@media (min-width: 1140px) {
  .dynawatch-logo {
    padding: 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 70px 0;
  }
  .dynawatch-logo p {
    width: 60vw;
  }
  .dynawatch-logo img {
    display: block;
    height: auto;
    width: 40vw;
  }
  .dynawatch-design-system {
    padding: 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dynawatch-design-system .texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dynawatch-design-system .texts p {
    margin: 15px 0;
  }
  .dynawatch-design-system img {
    display: block;
  }
  .dynawatch-maquette-desktop {
    display: block;
    padding: 0 150px;
  }
  .dynawatch-maquette-desktop img {
    width: 100%;
    height: auto;
  }
  .dynawatch-maquette-mobile {
    display: none;
  }
  .dynawatch-dev {
    padding: 0 200px;
  }
}

.banner-projetind {
  background-image: url("../images/projet-ind-lp/colmar-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-projetind h1 {
  padding-top: 15vh;
  text-align: center;
}

.banner-projetind h2 {
  text-align: center;
}

.projetind-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projetind-logo img {
  display: block;
  width: 50vw;
  margin: 15px auto;
}

.projetind-logo p {
  padding: 0 30px;
}

.projetind-maquette-mobile img {
  display: block;
  width: 90vw;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
}

.projetind-maquette-desktop {
  display: none;
}

.projetind-dev {
  padding: 0 30px;
  margin: 25px 0;
}

@media (min-width: 1140px) {
  .banner-projetind h1 {
    margin: 0 10vw;
  }
  .projetind-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projetind-logo img {
    width: 20vw;
  }
  .projetind-logo p {
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .projetind-maquette-mobile {
    display: none;
  }
  .projetind-maquette-desktop {
    display: block;
    margin: 50px 0;
  }
  .projetind-maquette-desktop img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
}

.banner-bash {
  background-image: url("../images/bash/bash-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-bash h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-bash h2 {
  text-align: center;
}

.bash-moodboard {
  margin: 25px 0;
}

.bash-moodboard img {
  display: block;
  width: 90vw;
  margin: 0 auto;
}

.bash-moodboard p {
  padding: 0 30px;
  margin: 20px 0;
}

.bash-wireframe {
  margin: 25px 0;
}

.bash-wireframe img {
  display: block;
  width: 90vw;
  margin: 0 auto;
}

.bash-wireframe p {
  padding: 0 30px;
  margin: 25px 0;
}

.bash-maquette {
  margin: 25px 0;
}

.bash-maquette img {
  display: block;
  width: 90vw;
  margin: 0 auto;
}

.bash-maquette p {
  padding: 0 30px;
  margin: 25px 0;
}

@media (min-width: 1140px) {
  .bash-moodboard {
    padding: 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 70px 0;
  }
  .bash-moodboard img {
    display: block;
    width: 20vw;
  }
  .bash-wireframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 70px 0;
  }
  .bash-maquette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bash-maquette p {
    padding: 0 200px;
  }
  .bash-maquette img {
    display: block;
    width: 90vw;
  }
}

.banner-catacombes {
  background-image: url("../images/projets1/catacombes-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-catacombes h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-catacombes h2 {
  text-align: center;
}

.projet-s1-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projet-s1-logo p {
  padding: 0 30px;
}

.projet-s1-logo img {
  display: block;
  width: 90vw;
  margin: 0 auto;
}

.projet-s1-maquette-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projet-s1-maquette-mobile img {
  width: 90vw;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.2);
}

.projet-s1-maquette-desktop {
  display: none;
}

@media (min-width: 1140px) {
  .projet-s1-logo {
    margin: 25px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projet-s1-logo p {
    padding: 0;
  }
  .projet-s1-logo img {
    width: 30vw;
  }
  .projet-s1-maquette-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projet-s1-maquette-desktop img {
    display: block;
    width: 95vw;
    margin: 0 auto;
  }
  .projet-s1-maquette-mobile {
    display: none;
  }
}

.banner-movenmeet {
  background-image: url("../images/movenmeet/movenmeet-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-movenmeet h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-movenmeet h2 {
  text-align: center;
  padding: 0 30px;
}

.movenmeet-contexte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.movenmeet-contexte p {
  padding: 0 30px;
}

.movenmeet-contexte img {
  display: block;
  width: 100vw;
  margin: 20px auto;
}

.movenmeet-logo-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.movenmeet-logo-mobile p {
  padding: 0 30px;
}

.movenmeet-logo-mobile img {
  display: block;
  width: 100vw;
  margin: 20px auto;
}

.movenmeet-logo-desktop {
  display: none;
}

.movenmeet-maquette {
  margin-top: 50px;
}

.movenmeet-maquette img {
  display: block;
  width: 90vw;
  margin: 40px auto;
}

.movenmeet-maquette p {
  padding: 0 30px;
}

@media (min-width: 1140px) {
  .banner-movenmeet h1 {
    padding-top: 18vh;
  }
  .movenmeet-contexte {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 200px;
  }
  .movenmeet-contexte img {
    width: 30vw;
  }
  .movenmeet-contexte p {
    padding-left: 0;
  }
  .movenmeet-logo-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .movenmeet-logo-desktop p {
    padding-left: 30px;
  }
  .movenmeet-logo-mobile {
    display: none;
  }
  .movenmeet-maquette {
    padding: 0 200px;
  }
  .movenmeet-maquette .maquette-landingpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .movenmeet-maquette .maquette-landingpage img {
    display: block;
    width: 15vw;
  }
  .movenmeet-maquette img {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
  .movenmeet-maquette p {
    margin-bottom: 50px;
  }
}

.banner-bmp {
  background-image: url("../images/bmp-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-bmp h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-bmp h2 {
  text-align: center;
  padding: 0 30px;
}

.bmp-contexte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 25px 0;
}

.bmp-contexte .line1 p {
  padding: 0 30px;
}

.bmp-contexte img {
  width: 100vw;
}

@media (min-width: 768px) {
  .bmp-contexte {
    padding: 0 200px;
  }
  .bmp-contexte .line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .bmp-contexte .line1 img {
    display: block;
    width: 30vw;
  }
  .bmp-contexte img {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }
}

.banner-frigo {
  background-image: url("../images/frigo-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-frigo h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-frigo h2 {
  text-align: center;
  padding: 0 30px;
}

.frigo-contexte p {
  padding: 0 30px;
  margin: 25px 0;
}

.frigo-contexte .videos iframe {
  width: 100vw;
}

.frigo-contexte .videos video {
  width: 100vw;
}

@media (min-width: 768px) {
  .frigo-contexte {
    padding: 0 200px;
  }
  .frigo-contexte p {
    padding: 0;
  }
  .frigo-contexte .videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 70px;
  }
  .frigo-contexte .videos video {
    height: 350px;
    width: auto;
    margin: 0 15px;
  }
  .frigo-contexte .videos iframe {
    width: 35vw;
    height: 350px;
    margin: 0 15px;
  }
}

.banner-eclair {
  background-image: url("../images/eclair-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-eclair h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-eclair h2 {
  text-align: center;
  padding: 0 30px;
}

video {
  width: 100vw;
  margin: 15px 0;
}

@media (min-width: 768px) {
  video {
    display: block;
    width: 50vw;
    margin: 25px auto;
  }
}

.banner-svg {
  background-image: url("../images/svg-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-svg h1 {
  padding-top: 20vh;
  text-align: center;
  font-size: 30px;
}

.banner-svg h2 {
  text-align: center;
  padding: 0 30px;
  font-size: 25px;
}

.svg-contexte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.svg-contexte .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10vw;
  padding: 0 20px;
}

.svg-contexte .content p {
  margin: 25px 0;
}

.svg-contexte .content a {
  display: block;
}

.svg-contexte img {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .svg-contexte {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 200px;
    margin: 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .svg-contexte .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .svg-contexte .content a {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .svg-contexte img {
    width: 50vw;
  }
}

.banner-flowa {
  background-image: url("../images/flowa/flowa-banner.png");
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.banner-flowa h1 {
  padding-top: 20vh;
  text-align: center;
}

.banner-flowa h2 {
  text-align: center;
  padding: 0 30px;
}

.flowa-contexte p {
  padding: 0 30px;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .flowa-contexte {
    padding: 0 200px;
  }
  .flowa-contexte p {
    padding: 0;
  }
  .flowa-contexte .contexte-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vh;
  }
  .flowa-contexte .contexte-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flowa-contexte .contexte-2 img {
    width: 40vw;
    height: auto;
  }
  .flowa-contexte .contexte-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20vh;
    margin-top: 10vh;
  }
  .flowa-contexte .contexte-3 p {
    width: 40vw;
    margin-right: 5vw;
  }
  .flowa-contexte .contexte-3 .img-contexte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flowa-contexte .contexte-3 .img-contexte img {
    width: 320px;
    height: auto;
    margin: 2px;
  }
}

html, body, ul, li, h1, h2, h3 {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

.disclaimer {
  font-style: italic;
  text-align: center;
  margin: 45px 0;
  padding: 0 30px;
}

@media (min-width: 768px) {
  padding: 0 200px;
}
/*# sourceMappingURL=main.css.map */