* {
  font-family: "Karla", sans-serif;
}

.justifier {
  text-align: justify;
}
.logo-FBAL {
  width: 300px;
}

button:hover:not(.exclude-hover) {
  background-color: #1ecf44 !important;
  transition: 0.35s;
  opacity: 1;
}

.bigger {
  font-size: 1.5em;
}

#nav-bar-id {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar-nav li {
  margin-right: 4vw;
}

.wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(249, 232, 51, 1) 0%,
    rgba(250, 196, 59, 1) 100.2%
  );
}

.content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.content2 {
  background-color: #d3d3d32e;
  display: flex;
  flex-direction: column-reverse;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  box-sizing: border-box;
}

.title p {
  margin-right: 11vw;
  margin-bottom: 5vh;
  font-weight: 500;
  margin-top: 7px;
}

.title h1 {
  font-size: 50px;
  font-weight: bold;
}

.title .button-1-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title .button-1-2 button {
  padding: 10px 65px;
  margin: 10px;
}

.form {
  align-items: center;
  border-radius: 0px;
  background-color: #fbfbfb;
  color: #fff;
  text-align: center;
  padding: 45px 30px;
  box-sizing: border-box;
  box-shadow: 5px 6px 10px -8px rgba(0, 0, 0, 0.81);
  color: black;
  border-radius: 5px;
}

form input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid black;
}

.submit-button {
  margin-top: 20px;
  padding: 8px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #f2c437;
  color: black;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
}

.submit-button-config {
  margin-top: 20px;
  padding: 8px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  background-color: #979797d1;
  color: black;
  font-size: 27px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.formulairecolomne {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.label-col {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.label-col input[type="checkbox"] {
  width: auto;
}

.bloc-gauche-formulaire {
  width: 50%;
}

.bloc-boites-aux-lettres {
  width: 100%;
  height: 100%;
}

.block-button {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 0, 0);
  padding: 15px;
  box-shadow: 5px 6px 10px -8px rgba(0, 0, 0, 0.81);
  background-color: #ffffff;
  color: black;
  border-radius: 10px;
}

.button-1-2 > button {
  background-color: #f2c437;
  border: none;
  border-radius: 10px;
}

.button-1-2 > button:hover {
  background-color: #1ecf44;
  transition: 0.35s;
  opacity: 1;
}

.block-button-text {
  font-size: 30px;
  padding: 5px;
  font-size: 25px;
}
.block-button-subtext {
  font-size: 18px;
  padding: 5px;
}

.avantages-container {
  width: 100%;
}

.avantages {
  background-color: red;
  display: flex;
}

.avantages-icon {
  display: flex;
  justify-content: center;
  padding: 14px;
  gap: 14vw;
}
.avantages-subtext {
  display: flex;
  justify-content: center;
  gap: 11vw;
}

.avantages-subtext p {
  width: 200px;
  height: 200px;
  background-color: lightgray;
  padding: 10px;
  text-align: center;
}

.avantages-subtext-title {
  display: flex;
  justify-content: center;
  gap: 11vw;
}

.avantages-subtext-title p {
  width: 200px;
  height: 44px;
  background-color: lightgray;
  padding: 10px;
  text-align: center;
}

.avantages-icon img {
  width: 160px;
}

.avantages-subtext {
  display: flex;
}

.avantage-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  padding-top: 10vh;
  gap: 5vh;
}

#type-de-pose option:first-of-type {
  color: #999999;
}

.container-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px;
  gap: 15px;
}

.avis-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(249, 232, 51, 1) 0%,
    rgba(250, 196, 59, 1) 100.2%
  );
}

.avis-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-avis {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 2vh;
}

.design-button-avis {
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
}

.avis-clients {
  width: 20%;
  background-color: #1ecf44;
}

.conten2 {
  display: flex;
  flex-direction: column-reverse;
}

.avis-clients-container {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
}

.choix-contact {
  margin-top: 5vh;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 30px;
  box-shadow: 7px 7px 17px -6px rgba(0, 0, 0, 0.81);
  background-color: #fbfbfb;
}

.bloc-jaune {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #d3d3d32e;
  padding: 10vh;
}

.display-BAL {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  margin-bottom: 1rem;
}

.bloc-BAL-unique {
  position: relative;
  display: block;
  padding: 0 1vw 0 1vw;
  width: 100%;
  max-height: 167px;
  opacity: 1;
  transition: opacity 0.5s ease;
  box-shadow: 5px 5px 5px 5px rgba(148, 185, 227, 0.3);
}

.bloc-BAL-double {
  position: relative;
  display: block;
  padding: 0 1vw 0 1vw;
  max-height: 167px;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
  box-shadow: 5px 5px 5px 5px rgba(148, 185, 227, 0.3);
}

.BAL-droite {
  max-width: 50%;
}

.logo-validation {
  position: absolute;
  top: 0;
  height: 50px;
  width: 70px;
  z-index: 1;
}

.imgClient {
  width: 50px;
  height: 50px;
  margin: 10px;
  background-color: red;
}

.containerAvisClient {
  display: flex;
}

.nomClient {
  margin-top: 10px;
}

.ratingClients > img {
  width: 25px;
}

.textAvisClient {
  color: white;
  font-size: 10px;
  padding: 5px;
}

.faq-section {
  width: 100%;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(249, 232, 51, 1) 0%,
    rgba(250, 196, 59, 1) 100.2%
  );
}

.faqWrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.faqAccordeonWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqTitle {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.hover:hover {
  background-color: #1ecf44;
  transition: 0.35s;
  opacity: 1;
}

.faqAccordeonItem {
  display: flex;
  flex-direction: column;
  width: 50%;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: flex;
  justify-content: center;
}

.accordion-item-trigger > h4 {
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}

.accordion-item-content {
  border-top: 0.5px solid rgb(168, 168, 168);
  padding: 10px;
  display: none;
}

.active {
  display: block !important;
}

hr {
  background-color: black;
  color: black;
}

.checkbox-type-de-pose {
  display: flex;
  margin-bottom: 2vh;
}
.checkbox-type-de-pose img {
  max-width: 90%;
}

.checkbox-input {
  display: flex;
  flex-direction: column;
  position: relative;
}

.checkbox-type-de-pose {
  position: relative;
  width: 100%;
}

.icon-placeholder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#commentaire {
  width: 100%;
  box-sizing: border-box;
}

.testbutton {
  border: none;
  border-radius: 5px;
}

.items {
  display: flex;
  flex-direction: column;
}
.items > img {
  width: 50px;
  height: 50px;
}

.nombre-de-BAL {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.module {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #4caf50;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 1vw;
  border-radius: 15px;
}

.module:hover {
  cursor: pointer;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.module:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.avantages-text-img > img {
  display: flex;
  height: 50px;
}

.avantages-text-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 25%;
}

.avantages-text-img > p {
  text-align: center;
}

.bloc-config {
  display: flex;
  flex-direction: row;
}

.bloc-de-gauche-configurateur {
  max-width: 45%;
  margin: 0 auto;
}

.bloc-de-droite-configurateur {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 45%;
  margin: 0 auto;
}

.configurateur {
  max-height: 167px;
}

.volume-france {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2em;
}

.volume-france img {
  width: 40%;
  margin-right: 2em;
}

.section-gauche-volume-france {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-around;
  width: 30%;
}

.divider {
  width: 2px;
  height: 100px;
  background-color: rgb(0, 0, 0);
}

.section-droite-volume-france {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 30%;
}

.aContainer {
  display: flex;
  flex-direction: column;
}

.avis-container > h2 {
  text-align: center;
  padding-top: 20px;
}

.aItem {
  display: flex;
  flex-direction: column;
  padding: 19px;
  gap: 12px;
  background-color: white;
  flex: 1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(148, 185, 227, 0.3);
}

.aRating {
  display: flex;
}
.aRating > img {
  width: 20px;
  height: 20px;
}

.top {
  display: flex;
  justify-content: space-around;
  padding: 27px;
  gap: 15px;
}

.aImg > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
  object-fit: cover;
}

.aItemTop {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aItemTopcenter {
  display: flex;
  flex-direction: column;
}

.grade {
  font-size: 3em;
  font-weight: 1000;
}

.grade span {
  color: grey;
  font-size: 2rem;
  margin-bottom: 0;
}

.nounderline * a {
  text-decoration: none;
  color: var(--bs-secondary-color) !important;
}

.nomarginbottom {
  margin-bottom: 0;
}
.center-retour {
  display: flex;
  justify-content: flex-end;
}
.center-retour button {
  font-size: 2em;
  margin: 2vh;
}

/* mobile */
@media screen and (max-width: 676px) {
  .container-fluid {
    flex-direction: row-reverse;
  }
  .navbar-brand {
    display: contents;
  }
  .title {
    gap: 3vh;
    align-items: center;
  }
  .block-button {
    width: 100%;
  }
  .content {
    flex-direction: column;
  }
  .form {
    width: 100%;
  }
  .styling-form {
    padding: 15px;
    width: 100%;
  }
  iframe {
    width: 100%;
  }
  .content2 {
    padding: 30px;
  }
  .avantage-video {
    padding-top: 5vh;
  }
  .container-all {
    flex-direction: column;
  }
  .avantages-text-img {
    width: auto;
  }
  .avis-container {
    padding: 30px;
  }
  .top {
    flex-direction: column;
  }
  .volume-france {
    flex-direction: column;
  }
  .section-gauche-volume-france {
    width: auto;
  }
  .divider {
    height: 0px;
  }
  .section-droite-volume-france {
    width: auto;
    align-items: center;
  }
  .volume-responsive {
    display: flex;
    justify-content: center;
  }
  .bloc-jaune {
    padding: 30px;
  }
  .choix-contact {
    margin-top: 3vh;
  }
  .bloc-config {
    flex-direction: column;
  }
  .bloc-de-droite-configurateur {
    width: auto;
  }
  .bloc-de-gauche-configurateur {
    width: 100%;
    max-width: 100%;
  }
  .checkbox-type-de-pose {
    flex-direction: column;
    gap: 3vh;
  }
  .configurateur {
    max-width: 100%;
    max-height: 100%;
  }
  .faq-section {
    padding: 30px;
  }
  .faqWrapper {
    padding: 0;
  }
  .faqAccordeonItem {
    width: 100%;
  }
  footer {
    padding: 30px;
  }
}

/* tablette */
@media screen and (min-width: 677px) and (max-width: 1023px) {
  .container-fluid {
    flex-direction: row-reverse;
  }
  .navbar-brand {
    display: contents;
  }
  .title {
    gap: 3vh;
    align-items: center;
  }
  .block-button {
    width: 100%;
  }
  .content {
    flex-direction: column;
  }
  .form {
    width: 100%;
  }
  .styling-form {
    padding: 15px;
    width: 100%;
  }
  .avantage-video {
    padding-top: 5vh;
  }
  .container-all {
    justify-content: space-around;
  }
  .avis-container {
    padding: 30px;
  }
  .top {
    flex-direction: column;
  }
  .volume-france img {
    width: 80%;
  }
  .bloc-jaune {
    padding: 15px;
  }
  .bloc-jaune h2 {
    padding-top: 20px;
  }
  #choix-contact-il-sait-ce-quil-veut {
    max-width: 95%;
  }
  .bloc-config {
    flex-direction: column;
  }
  .bloc-de-droite-configurateur {
    width: auto;
  }
  .bloc-de-gauche-configurateur {
    width: 100%;
    max-width: 100%;
  }
  .checkbox-type-de-pose {
    flex-direction: column;
    gap: 3vh;
  }
  .checkbox-input {
    align-items: center;
  }
  .checkbox-input img {
    width: 70%;
  }
  .module {
    width: 20%;
  }
  .configurateur {
    max-width: 100%;
    max-height: 100%;
  }
  .faq-section {
    padding: 30px;
  }
  .faqWrapper {
    padding: 0;
  }
  .faqAccordeonItem {
    width: 100%;
  }
  footer {
    padding: 30px;
  }
  .nombre-de-BAL {
    justify-content: center;
  }
}

article {
  background-color: #d3d3d32e;
  padding: 10vh;
  overflow: hidden;
  height: 300px;
}

.visible {
  height: auto;
  background-color: transparent;
}

.transparent {
  background: -webkit-linear-gradient(#d3d3d32e, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000007a;
}

.bouton-lire-plus {
  height: 32px;
  width: 97px;
  border-radius: 200px;
  flex-direction: row;
  text-align: center;
  align-items: center;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  color: #002c60;
  padding-right: 0px;
  border-top-color: #002c60;
  border-right-color: #002c60;
  border-bottom-color: #002c60;
  border-left-color: #002c60;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  padding-left: 0px;
}
