
html, body {
  font-size: 16px;
}

 @media screen and (max-width: 480px) {
   html, body {
      font-size: 12px;
   }
 }

/* custom css */

/* !!! */
/* ENTIRE PAGE START */
/* !!! */

p {
  font-size: 1.5rem;
}

/* !!! */
/* ENTIRE PAGE STOP */
/* !!! */



.white-glow {
  text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white,
        0 0 0.2em white;
}


/* !!! */
/* ALL SECTIONS START */
/* !!! */

.page-sections {
  background-color: #e0f2f1;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.page-sections .iconStyle {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.iconStyle i {
  font-size: 9rem;
}

.page-sections .content {
  flex-grow: 2;
  flex-basis: 0;
  padding-right: 5rem;
}

.page-sections.blank {
  background-color: white;
}

@media screen and (max-width: 950px) {
  .page-sections {
     flex-direction: column;
  }
  .page-sections .iconStyle {
    flex-grow: 0;
    padding-top: 10px;
  }
  .page-sections .content {
    padding: 0 20px;
    flex-grow: 0;
    text-align: center;
  }
}

/* !!! */
/* ALL SECTIONS STOP */
/* !!! */


/* !!! */
/* HEADER START */
/* !!! */

.segment-header {
  background-image: url(/images/info.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.segment-header p {
  font-size: 2rem;
}

.header-screen {
  min-height: 70vh;
}

/* !!! */
/* HEADER STOP */
/* !!! */

/* !!! */
/* APP SECTION START */
/* !!! */

.segment-apps {
  background-image: url(/images/apps.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100vw;
  min-height: 80vh;
}

/* !!! */
/* APP SECTION STOP */
/* !!! */

/* !!! */
/* SHARE SECTION START */
/* !!! */

.segment-share {
  background-image: url(/images/infoshare.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100vw;
  min-height: 80vh;
}

/* !!! */
/* SHARE SECTION STOP */
/* !!! */

/* !!! */
/* DATA SECTION START */
/* !!! */

.segment-data {
  background-image: url(/images/visu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100vw;
  min-height: 80vh;
}

/* !!! */
/* DATA SECTION STOP */
/* !!! */

/* !!! */
/* PAGE PROJECTS START */
/* !!! */

.page-projects {
  display: flex;
  flex-direction: column;
}

.projectTextTitle {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

.page-projects .cardBox {
  display: flex;
}

.page-projects .card {
  display: flex;
  flex-direction: column;
  max-width: 40vw;
  margin: 50px auto;
}

.page-projects .card img {
  display: flex;
  height: 50vh;
}

.page-projects .card-content {
  display: flex;
  flex-grow: 1;
}

.page-projects .card-title {
  text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

@media screen and (max-width: 950px) {

  .page-projects .cardBox {
    flex-direction: column;
  }

  .page-projects .card {
    margin: 25px;
    max-width: none;
  }

  .page-projects .card img {
    height: auto;
  }

  .page-projects .card-title {
    font-size: 3rem;
  }
}

/* !!! */
/* PAGE PROJECTS STOP */
/* !!! */


/* !!! */
/* FOOTER START */
/* !!! */

.segment-footer {
  background-image: url(/images/info.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

footer.page-footer {
  margin: 0;
}

footer .contact {
  display: flex;
}
footer .contactTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
footer .contact-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 80px;
}
footer .contact-list {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
footer .contact-list li {
  padding: 20px 0;
}
footer .icon-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .list-icon {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .button {
  max-width: 10vw;
  padding-bottom: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 950px) {

  footer .contact {
    flex-direction: column;;
  }

  footer .contact-list li {
    padding: 0;
  }

  footer .contact-form {
    padding: 0;
  }

  footer .button {
    max-width: none;
    width: 100%;
  }

  footer .btn {
    width: 100%;
  }
}

/* !!! */
/* FOOTER STOP */
/* !!! */

/* !!! */
/* FORM START */
/* !!! */

.text-input {
  color: white;
}
.text-input input {
  font-size: 1rem;
  padding-top: 2rem;
  background-color: transparent;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: orange !important;
  color: white;
  outline: none;
  width: 100%;
}
.text-input input::-webkit-input-placeholder {
  font-size: 1rem;
  opacity: 0;
  text-shadow: 0px 0px 0px #000;
  color: white;
  -webkit-text-fill-color: white;
}
.text-input input:-webkit-autofill,
.text-input input:-webkit-autofill:hover,
.text-input input:-webkit-autofill:focus,
.text-input input:-webkit-autofill:active {
  -webkit-text-fill-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #009688 inset;
  -webkit-text-fill-color: white !important;
}
.text-input input:placeholder-shown:not(:focus) + .placeholder {
  top: -2.8rem;
  left: 0.15rem;
  font-size: 1rem;
}

.text-input .placeholder {
  pointer-events: none;
  font-size: 0.7rem;
  top: -5rem;
  left: 0.15rem;
  position: relative;
  height: 0;
  transition: top 0.5s, font-size 0.5s;
}

input::-webkit-input-placeholder { color:transparent; }

@media screen and (max-width: 950px) {

   .input-field {
     max-width: none;
   }

   .text-input .placeholder {
     top: -5.5rem;
   }

   .text-input input:placeholder-shown:not(:focus) + .placeholder {
     top: -3.5rem;
   }
 }

/* !!! */
/* TEXT AREA START */
/* !!! */

.textArea-input {
  padding-top: 40px;
  color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: orange;
}

.textArea-input textarea {
  outline: none;
  resize: none;
  border: none;
}

textarea::-webkit-input-placeholder { color:transparent; }

.textArea-input textarea:-webkit-autofill,
.textArea-input textarea:-webkit-autofill:hover,
.textArea-input textarea:-webkit-autofill:focus,
.textArea-input textarea:-webkit-autofill:active {
  -webkit-text-fill-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #009688 inset;
  -webkit-text-fill-color: white !important;
}

.textArea-input textarea:placeholder-shown:not(:focus) + .placeholder {
  top: -2.8rem;
  left: 0.15rem;
  font-size: 1rem;
}

.textArea-input .placeholder {
  pointer-events: none;
  font-size: 0.7rem;
  top: -5rem;
  left: 0.15rem;
  position: relative;
  height: 0;
  transition: top 0.5s, font-size 0.5s;
}



 /* !!! */
 /* FORM STOP */
 /* !!! */

 /* !!! */
 /* BUTTONS START */
 /* !!! */

.language-button {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 1000;
}

 /* !!! */
 /* BUTTONS STOP */
 /* !!! */
