/*------------------------------------------------------------------
Project:  ComingSoon template
Version:  1.0
Last change:  2.07.2020
Assigned to:  Pawel Zuchowski
Primary use:  Free to use under Creative Commons
-------------------------------------------------------------------*/
body,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#title-li {
  font-family: "Lato", sans-serif;
  color: #6d6464;
  font-size: 1.2em;
}

li {
  font-family: "Lato", sans-serif;
  color: #6d6464;
  font-size: 1em;
}
body,
.container,
.row {
  margin: 0;
  padding: 0;
  width: 100vw;
}

p:not(.slogan),
.left,
.icon,
.icon-list,
h1,
.right,
.mainInfo {
  width: auto;
}

.container .row .left-wrap {
  padding-right: 0;
  padding-left: 0;
  -webkit-filter: drop-shadow(15px 0px 10px rgba(50, 50, 0, 0.5));
  filter: drop-shadow(15px 0px 10px rgba(50, 50, 0, 0.5));
}

.content-chiffres {
  padding: 4em;
}

.container .row .left-wrap .left {
  background-image: url(../img/couloir.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  height: 100vh;

  color: #ffffff !important;
}

.container .row .left-wrap .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00856dd3; /* Couleur noire avec opacité de 0.5 */
  z-index: -1; /* Place la superposition derrière le contenu */
  clip-path: inherit; /* Maintient le même effet de découpe que le parent */
}
@media screen and (max-width: 576px) {
  .container .row .left-wrap .left {
    display: none;
  }

  h1 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
  }

  .mainInfo {
    padding: 2rem;
    box-sizing: border-box;
    overflow-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
  }
}

.mainInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  text-align: left;
  padding: 2rem;
  gap: 2rem;
  max-width: 90%;
  margin: 0 auto;
  height: 100vh; /* ou auto si tu ne veux pas forcer la hauteur */
  box-sizing: border-box;
}

.container .row .left-wrap .left p {
  font-family: "Muli", sans-serif;
  font-size: 1.5em;
  margin-right: 2em;
  font-weight: bold;
  color: white !important;
}

.container .row .left-wrap .left li {
  margin-top: 20px;
  font-family: "Muli", sans-serif;
  font-size: 1.5em;
  margin-right: 2em;
  font-weight: bold;
  color: white !important;
}

.container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Responsive pour les petits écrans */
@media screen and (max-width: 576px) {
  .container .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .container .row .left-wrap .left p {
    font-size: 2em;
    margin: 0.5em 0 0.5em 0;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* ou une largeur fixe si tu veux */
  }
  .container .row .left-wrap .left p {
    font-size: 2.4em;
  }
}

.container .row .left-wrap .left p .small {
  vertical-align: text-top;
  font-size: 0.5em;
}

.container .right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 576px) {
  .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* ou une largeur fixe si tu veux */
  }

  .container .right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.container .right .mainInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 576px) {
  .container .right .mainInfo {
  }
}

.container .right .mainInfo h1 h2 {
  font-size: 2em;
  margin-left: 1em;
  color: #00856c !important;
}

@media screen and (max-width: 576px) {
  .container .right .mainInfo h1 h2 {
    margin-left: 0;
  }

  .logos-image {
    max-width: 200px !important;
  }
}

.container .right .mainInfo .slogan {
  margin-top: 1.5em;
  color: #6d6464;
  font-size: 1.2em;
}

@media screen and (max-width: 576px) {
  .container .right .mainInfo .slogan {
    width: auto;
  }
}

.container .right .mainInfo .form-subscribe {
  margin-top: 0.5em;
}

@media screen and (max-width: 576px) {
  .container .right .mainInfo .form-subscribe {
    margin-left: 0;
  }
}

.container .right .mainInfo .form-subscribe .form {
  height: 40px;
  padding: 0;
  margin-right: -6px;
  border: 1px solid #00856c;
  border-right: none;
  padding-left: 0.5em;
}

.container .right .mainInfo .form-subscribe button {
  width: 120px;
  height: 40px;
  border: 1px solid #00856c;
  border-top: 2px solid #00856c;
  border-radius: 0 25px 25px 0;
  padding: 0;
  color: #00856c;
  background-color: #00856c;
}

@media screen and (max-width: 576px) {
  .container .right .mainInfo .form-subscribe button {
    width: 100px;
  }
}

.container .right .mainInfo .form-subscribe button:hover {
  cursor: pointer;
}

.container .right .icon-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

@media screen and (max-width: 576px) {
  .container .right .icon-list {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
    padding-left: 0;
  }
}

.container .right .icon-list .icon {
  margin-right: 1em;
  font-size: 1.5em;
}

.container .right .icon-list .icon a {
  color: #00856c;
  text-decoration: none;
}

.right,
.mainInfo,
.left {
  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;
}

h1,
h3,
.slogan,
button,
.form li ul {
  font-family: "Lato", sans-serif;
  color: #00856c;
}

.slogan,
.form-subscribe {
}

@media screen and (max-width: 576px) {
  .slogan,
  .form-subscribe {
    margin-left: auto;
  }

  .header-image {
    display: none;
  }
}

.twitter::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

.facebook::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
}

.instagram::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}

.github::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09b";
}

.stackoverflow::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16c";
}

.youtube::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}

.medium::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f23a";
}

.linkedin::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
}

.header-image {
  display: block; /* Permet à l'image d'occuper toute la largeur disponible */
  /* Ajustez la largeur de l'image si nécessaire */
  max-width: 150px !important;
}

.logos-image {
  display: block; /* Permet à l'image d'occuper toute la largeur disponible */
  float: right;
  max-width: 500px; /* Ajustez la largeur de l'image si nécessaire */
  margin-left: auto;
}
