@charset "UTF-8";
#page-propos {
  /*    Responsivité*/
}
#page-propos .degrade1 {
  background: linear-gradient(0deg, #000000 0%, #1E1E1E 111.76%);
  height: 40px;
}
#page-propos .degrade2 {
  background: linear-gradient(0deg, #1E1E1E 0%, #000000 111.76%);
  height: 40px;
}
#page-propos .first-section {
  background-color: #1E1E1E;
  padding-top: 40px;
}
#page-propos #titre-carriere {
  font-family: "Montserrat";
  font-size: 48px;
  color: white;
  font-weight: 500;
  margin: 0;
}
#page-propos #rejoin-carriere {
  color: #C58602;
  font-family: "Montserrat";
  font-size: 38px;
  line-height: 57.8px;
  font-weight: 900;
  margin: 0;
}
#page-propos #description-carriere {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 400;
  text-align: left;
}
#page-propos #postuler-carriere {
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #C58602;
  color: white;
  font-size: 16px;
  padding: 12px;
  border: none;
  margin-bottom: 5%;
}
#page-propos #postuler-carriere:hover {
  color: white;
  opacity: 0.6;
}
#page-propos .background-shapes {
  position: absolute;
  width: 50%;
  height: 50%;
}
#page-propos .shape {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); /* Reduced opacity for shapes */
  border-radius: 25px;
}
#page-propos .shape1 {
  width: 600px;
  height: 500px;
  top: 0%; /* Adjusted */
  left: 28%;
  transform: skew(-5deg); /* Skew to create parallelogram */
  opacity: 0.5;
}
#page-propos .shape2 {
  width: 550px;
  height: 500px;
  top: 60%; /* Adjusted */
  left: -17%;
  opacity: 20%; /* Corrected opacity */
  clip-path: polygon(12% 2%, 75% 0%, 100% 100%, 0% 100%);
}
#page-propos .image-container {
  max-width: 100%;
  max-height: 50%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
#page-propos .image-container img {
  /*width: 100%;*/
  border-radius: 15px;
  /*margin-top: -5%;*/
  /*margin-left: 16%;*/
  /*height: auto;*/
  object-fit: cover;
}
#page-propos .text-box {
  width: 100%;
  color: white;
  font-family: "Montserrat";
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 40px rgba(1, 1, 1, 0.8);
  background: #000000;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
#page-propos .text-box h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
#page-propos .text-box p {
  margin-top: 13px;
  font-size: 20px;
}
#page-propos .text-box h2::before, #page-propos .text-box h2::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 26px;
  border-radius: 4px;
  background-color: #C58602;
  margin: 0 10px;
}
#page-propos .text-box p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
#page-propos .text-box p#boost-call-to-action {
  color: #C58602;
  font-size: 20px;
  font-weight: bold;
}
#page-propos .block-container {
  font-family: "Montserrat";
  text-align: center;
  margin-bottom: 10px;
  transition: filter 0.3s ease;
}
#page-propos .block-container img {
  margin-bottom: 100px;
  height: 139px;
}
#page-propos .block-container h3 {
  font-weight: 700;
  font-size: 40px;
  color: #C58602;
  font-family: "Syne";
  padding-top: 30px;
  line-height: 48px;
}
#page-propos .block-container p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
}
#page-propos .orange-line {
  border-top: 1px solid orange;
  margin: 10px auto;
  width: 90px;
}
#page-propos .form-container {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  color: white;
}
#page-propos .form-container label {
  display: block;
  margin-bottom: 5px;
}
#page-propos .form-container input, #page-propos .form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
}
#page-propos .form-container button {
  background-color: #C58602;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
#page-propos .title {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 80px 25px !important;
  margin-bottom: 4rem !important;
}
#page-propos .reasons {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns of equal width */
  width: 100%;
}
#page-propos .reasons h3 {
  font-family: "Syne";
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #C58602 !important;
  font-size: 26px;
}
#page-propos .reasons p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: left;
  margin-top: 20px;
}
#page-propos .full-width {
  width: 100%;
  box-sizing: border-box;
}
#page-propos hr {
  border: 1px solid #ccc;
  margin: 20px 0;
}
#page-propos .why {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 40px;
  background-color: #242426 !important;
  color: white;
  padding: 10px;
}
#page-propos .why::before, #page-propos .why::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 26px;
  border-radius: 4px;
  background-color: #C58602;
  margin: 0 10px;
}
#page-propos .grid-item {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
#page-propos .company img {
  filter: grayscale(100%) brightness(100%); /* Conversion en noir et blanc */
}
#page-propos .company img:hover {
  filter: brightness(100%); /* Conversion en noir et blanc */
}
#page-propos .value {
  height: 435px;
  padding: 20px 15px 20px 15px;
}
#page-propos .value:hover {
  height: 435px;
  padding: 15px 10px 15px 10px;
  gap: 20px;
  border-radius: 20px;
  border: 5px solid #242426;
  color: #C58602;
}
#page-propos .value:hover .block-container h3 {
  color: white;
  font-family: "Syne";
}
#page-propos .value:hover img {
  filter: invert(48%) sepia(99%) saturate(1830%) hue-rotate(18deg) brightness(97%) contrast(98%);
}
#page-propos .value:hover .block-container p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #page-propos .logo {
    height: 80px;
  }
  #page-propos .value {
    height: 300px;
    padding: 10px;
    border-radius: 20px;
    border: 4px solid transparent;
  }
  #page-propos .block-container p {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 10px;
  }
  #page-propos .block-container h3 {
    font-weight: bold;
    font-size: 30px;
    color: #C58602;
    font-family: "Syne";
    padding-top: 30px;
  }
  #page-propos .reasons {
    display: grid;
    grid-template-columns: 1fr; /* Two columns of equal width */
    margin-right: auto;
    margin-left: auto;
  }
  #page-propos .reasons h3 {
    color: #C58602 !important;
    font-family: Syne !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
  }
  #page-propos .reasons p {
    font-size: 15px;
  }
  #page-propos .shape {
    display: none;
  }
  #page-propos .shape1 {
    display: none;
  }
  #page-propos .shape2 {
    display: none;
  }
  #page-propos #titre-carriere {
    font-family: "Montserrat";
    font-size: 30px;
    color: white;
    font-weight: 500;
    margin: 0;
  }
  #page-propos #rejoin-carriere {
    color: #C58602;
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 57.8px;
    font-weight: 900;
    margin: 0;
  }
  #page-propos #description-carriere {
    color: white;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30.8px;
    font-weight: 400;
    text-align: left;
  }
  #page-propos #postuler-carriere {
    font-family: "Montserrat";
    font-weight: 600;
    background-color: #C58602;
    color: white;
    font-size: 12px;
    padding: 12px;
    border: none;
    margin-bottom: 5%;
  }
  #page-propos .why {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    color: white;
    background-color: #242426 !important;
  }
  #page-propos .title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 0px !important;
  }
  #page-propos .text-box h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #page-propos .reasons {
    display: grid;
    grid-template-columns: 1fr; /* Two columns of equal width */
    font-family: "Montserrat";
    margin-right: auto;
    margin-left: auto;
  }
  #page-propos .text-box {
    width: 100%;
    color: white;
    font-family: "Montserrat";
    text-align: center;
    position: relative;
    margin-bottom: 0px !important;
    z-index: 2;
    box-shadow: 0 0 40px rgba(1, 1, 1, 0.8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 10%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.8) 100%);
    overflow: hidden;
    padding: 30px;
  }
  #page-propos .value {
    height: 350px;
    padding: 25px;
  }
  #page-propos .shape1 {
    width: 399px;
    height: 280px;
    top: 0%; /* Adjusted */
    left: 5%;
    transform: skew(-5deg); /* Skew to create parallelogram */
    opacity: 0.5;
  }
  #page-propos .shape2 {
    width: 300px;
    height: 260px;
    top: 70%; /* Adjusted */
    left: -30%;
    opacity: 20%; /* Corrected opacity */
    clip-path: polygon(12% 2%, 75% 0%, 100% 100%, 0% 100%);
  }
  #page-propos .logo {
    height: 100px;
  }
  #page-propos #titre-carriere {
    font-family: "Montserrat";
    font-size: 30px;
    color: white;
    font-weight: 500;
    margin: 0;
  }
  #page-propos #rejoin-carriere {
    color: #C58602;
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 57.8px;
    font-weight: 900;
    margin: 0;
  }
  #page-propos #description-carriere {
    color: white;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 25.8px;
    font-weight: 400;
    text-align: left;
  }
  #page-propos #postuler-carriere {
    font-family: "Montserrat";
    font-weight: 600;
    background-color: #C58602;
    color: white;
    font-size: 12px;
    padding: 10px;
    border: none;
    margin-bottom: 5%;
  }
  #page-propos .text-box h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #page-propos .text-box p {
    margin-top: 10px;
    font-size: 20px;
  }
  #page-propos .why {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 30px;
    color: white;
  }
  #page-propos .first-section {
    background-color: #1E1E1E;
    padding-top: 40px;
    padding-bottom: 70px;
    /*padding: 115px;*/
  }
  #page-propos .title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 0px !important;
  }
}
#page-propos .logo {
  height: 130px;
}

/*# sourceMappingURL=propos.css.map */
