@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee+Tint&family=New+Amsterdam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
/***************************** NAVBAR ********************/
body {
  line-height: 1.7;
  letter-spacing: 0.2px;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.basPage {
  margin-top: 5vh;
  background-color: white;
  color: black;
  margin-bottom: 2vh;
}

.basPage p {
  font-size: 0.7rem;
  color: black;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.navbar,
.navbar > .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .navbar,
  .navbar > .container {
    display: block;
  }
}

.navbar {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-bottom: 1px solid #eceef3;
}
@media (min-width: 576px) {
  .navbar .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbar .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1140px;
  }
}
.navbar .navbar-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .navbar .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.navbar .navbar-header .navbar-toggler {
  cursor: pointer;
  border: none;
  display: none;
  outline: none;
}
@media (max-width: 768px) {
  .navbar .navbar-header .navbar-toggler {
    display: block;
  }
}
.navbar .navbar-header .navbar-toggler span {
  height: 2px;
  width: 22px;
  background-color: #929aad;
  display: block;
}
.navbar .navbar-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 0.2rem;
}
.navbar .navbar-header > a {
  font-weight: 500;
  color: #3c4250;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .navbar .navbar-menu {
    display: none;
    text-align: center;
  }
}
.navbar .navbar-menu.active {
  display: flex !important;
}
.navbar .navbar-menu .navbar-nav {
  margin-left: auto;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #eee;
    margin-top: 1rem;
  }
}
.navbar .navbar-menu .navbar-nav > li > a {
  color: #3c4250;
  text-decoration: none;
  display: inline-block;
  height: 5rem;
  padding: 2rem;
}
.navbar .navbar-menu .navbar-nav > li > a:hover {
  color: #4971a6;
  height: 5rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav > li > a {
    border-bottom: 1px solid #eceef3;
  }
}
.navbar .navbar-menu .navbar-nav > li.active a {
  /** Si l'on veut ajouter une couleur a l'élément donné comme home**/
  color: #4971a6;
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 5;
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
    position: relative;
    box-shadow: none;
  }
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a {
  color: #3c4250;
  padding: 0.25rem 1rem;
  display: block;
}
.navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown.show {
  display: block !important;
}
.navbar .navbar-menu .navbar-nav .dropdown > .separator {
  height: 1px;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: #eceef3;
}
.navbar .navbar-dropdown {
  position: relative;
}

.navbar .navbar-header > a span {
  color: #4971a6;
}

.navbar .navbar-header h4 {
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .navbar .navbar-header h4 {
    font-size: 1.5rem;
  }
}

P {
  font-size: 1rem;
}

.LogoTop {
  height: 8vh;
  margin-top: 3vh;
}

.topImg {
  background-image: url("../img/TopFondIndex2.png");
  /*background: rgb(119, 149, 190);*/
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.imgText {
  text-align: center;
  position: absolute;
  width: 100%;
  padding-top: 6%;
  padding: 4%;
  color: #f8f8f8;
  text-align: center;
}
.imgText img {
  display: none;
}

h1 {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3b5e8d;
  padding-top: 3vh;
  padding-bottom: 2vh;
}

h2 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 2vh;
  text-align: center;
}

h3 {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
  padding-top: 3vh;
  padding-bottom: 2vh;
}

h4 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3b5e8d;
  padding-top: 3vh;
  padding-bottom: 2vh;
  text-align: left;
}

h5 {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #3b5e8d;
  padding-top: 3vh;
  padding-bottom: 2vh;
}

h6 {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  padding-top: 3vh;
  padding-bottom: 2vh;
}

.slogan {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: black;
}

.containerText {
  width: 100vw;
  height: auto;
  background-color: #fcfcfc;
  display: absolute;
  padding-top: 4vh;
  padding-bottom: 8vh;
}
.containerTextFonc {
  background-color: #d3d3d322;
  width: 100vw;
  height: auto;
  display: absolute;
  padding-bottom: 8vh;
  font-family: "Poppins", sans-serif;

}


.box {
  font-family: "Poppins", sans-serif;
  width: 80vw;
  margin-left: 10vw;
  padding: 4vh;
}

.boxwPhoto {
  font-family: "Poppins", sans-serif;
  width: 90%;
  margin-left: 10vw;
  padding-left: 4vh;
}

@media only screen and (max-width: 768px) {
  .LogoTop {
    height: 8vh;
    margin-top: 1vh;
  }
}

.logo-container {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
}

.logo {
  width: 80%;
  height: 100%;
  transition: transform 0.5s ease-out, opacity 1s ease-out;
}

.NomSite {
  font-size: 8rem;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  position: absolute;
  width: 80%;
  transform: translateX(50%) translateY(20%); /* Le texte commence hors de la vue, en haut */
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}

.NomSite.active {
  transform: translateX(50%) translateY(0); /* Le texte descend à sa position normale */
  opacity: 1;
}
.enAvant {
  color: #3b5e8d;
  font-weight: 400;
}

.rowIndex {
  display: flex;
}
.columnIndexL {
  float: left;
  width: 75%;
  padding-right: 5%;
}
.columnIndexR {
  float: left;
  width: 25%;
  background-image: url("../img/BlueShadow.png");
  background-position: center;
  background-size: cover;
  margin-top: -4vh;
  margin-bottom: -8vh;
}

/* Clear floats after the columns */
.rowIndex:after {
  content: "";
  display: flex;
  clear: both;
}

.bullet {
  font-size: 1.3rem;
  font-weight: 500;
  color: #4971a6;
}

.liIndex {
  margin-top: 3vh;
  margin-bottom: 3vh;
  list-style: none;
  width: 90%;
  text-align: left;
}

.tablink {
  background-color: #fcfcfc;
  color: rgb(0, 0, 0);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 1.4rem;
  width: 25%;
}

.tablink:hover {
  background-color: #f3f3f3;
}

/* Style the tab content */
.tabcontent {
  color: #acacac1b;
  display: none;
  padding: 4%;
  padding-top: 4%;
}

.tabcontent p {
  padding-top: 4%;
}

#dev {
  background-color: #acacac1b;
  color: black;
}
#Discus {
  background-color: #acacac1b;
  color: black;
}
#Host {
  background-color: #acacac1b;
  color: black;
}
#Maint {
  background-color: #acacac1b;
  color: black;
}

/* Slideshow container */
.quoteContainer {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  margin-left: -5vw;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 1vh 0 0 1vh;
  margin-right: -5vw;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 1vh;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 2vh;
  width: 2vh;
  margin: 0 2px;
  background-color: #3b5f8d44;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: #3b5f8d;
  padding-top: 2%;
}

/*********************** page Fonc ******************/
.rowFonc {
  margin-top: 2vh;
  text-align: left;
  margin-bottom: 5vh;
}
.columnFoncL {
  float: left;
  width: 50%;
  padding-right: 4vh;
  padding-left: 4vh;
  padding-bottom: 2vh;
  border-right-color: #3b5f8d;
  border-right-style: solid;
  border-right-width: 0.2vh;
}

.columnFoncR {
  float: left;
  width: 50%;
  background-position: center;
  background-size: cover;
  padding-left: 4vh;
  padding-right: 4vh;
}

.columnFoncR img {
  width: 100%;
  vertical-align: auto;
}

.rowFonc ::marker {
  font-size: 1vw;
}
.section a {
  color: #294365;
  text-decoration: none;
}

.section {
  font-family: "Poppins", sans-serif;
  background-color: #aac0de9c;
  color: #3b5f8d;
  cursor: pointer;
  padding: 1.4vw;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.3rem;
  transition: 0.4s;
}

.activeSection,
.section:hover {
  background-color: #94b2dc9d;
}

.containSection {
  padding: 4vh;
  display: none;
  background-color: #4971a60c;
  overflow: hidden;
}

.rowFonc {
  display: flex;
}

.parallaxMesure {
  /* The image used */
  background-image: url("../img/paraMesureBlue.png");

  /* Set a specific height */
  height: 40vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxComposé {
  /* The image used */
  background-image: url("../img/paraComposéBlue.png");

  /* Set a specific height */
  height: 40vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.imgTop img {
  width: 100vw;
  height: 100%;
}

.tableChiffre {
  width: 100%;
  background-color: #4971a60c;
  font-size: 0.8rem;
  padding: 2vh;
}

th {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #3b5f8d;
}

td {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.titreRow {
  text-align: right;
}

/******************page de contact ****************/

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 1vh;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 2vh;
  margin-bottom: 2vh;
  resize: vertical;
  font-family: "Poppins", sans-serif;
}

input[type="submit"] {
  background-color: #3b5f8d;
  color: white;
  padding: 2vh 3vh;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #3b5f8d;
}

.containerContact {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 3vh;
  font-family: "Poppins", sans-serif;
}

.imgContact {
  width: 10vw;
  margin-left: 40%;
  margin-bottom: 1vh;
}

/*-------------- Page pages --------------*/

.rowPages {
  margin-top: 3%;
}

.rowPages:after {
  content: "";
  display: table;
  clear: both;
}

.colPage {
  padding: 3%;
  float: left;
  width: 50%;
}

.colPage:hover {
  padding: 1%;
}

.imgPages {
  width: 100%;
}

@media (min-width: 768px) {
  .slogan {
    font-size: 1.6rem;
    padding-top: 8vh;
  }
  .PhotoParal{
    display: none;
  }
}
@media (max-width: 768px) {
  .h4{
    text-align: left;
      font-size: 1.2rem;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      padding-bottom: 2vw;

  }
  .containerText {
    padding-bottom: 0vh;

  }
  .slogan {
    font-size: 1rem;
    padding-top: 1vh;
  }
  .topImg {
    height: 60vw;
  }
  .box {
    padding: 0;
    margin-left: 6vw;
    width: 88vw;
  }

  .box p {
    text-align: justify;
  }
  .boxwPhoto {
    width: 88vw;
    margin-left: 6vw;
    padding: 0;
    text-align: justify;
  }
  .tablink {
    width: 100%;
  }

  .mySlides {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .containerText {
    padding-top: 0;

  }
  .basPage {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }
  .rowFonc {
    display: block;
  }
  .columnFoncL,
  .columnFoncR {
    border-right-color: #3b5f8d00;
    width: 100%;
    float: none;
    padding: 0;
  }
  .containSection {
    padding: 4vw;
    overflow-y: hidden;
  }
  .tableChiffre {
    padding: 0;
    margin-left: -4vw;
  }

  .columnIndexL {
    margin-right: 3vw;
    width: 100%;
  }
  .columnIndexR {
    width: 0;
  }

  .imgText video {
    display: none;
  }
  .imgText img {
    display: inline;
  }
  .containerTextFonc img {
    display: inline;
  }
  .parallaxComposé,
  .parallaxMesure {
    display: none;
  }
  .PhotoParal{
    display: inline;
  }
  .liIndex {
    width: 100%;
    text-align: justify;
  }
}
