@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  margin: 0;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
}

.divider {
  border-bottom: 1px solid #b0b0b0;
  width: 95%;
  margin: 10px;
}

.intro {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.intro h2 {
  color: #002395;
}

.intro p {
  font-size: 16px;
}

.questionnaire {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.questionnaire h2 {
  color: #002395;
}

.questionnaire p {
  font-size: 16px;
}

.listeQuestion {

}


.logo {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.header {
  width: 100%;
  background-color: #f8f9fa;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-btn {
  white-space: pre-line;
}

.container {
  flex: 1;
  margin-top: : 20px;
  margin-bottom: : 20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container_form{
  flex: 1;
  margin: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#eligible{
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.options {
  display: flex;
  flex-wrap: wrap;
}

.option {
  flex: 1 0 33%;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .option {
    flex-basis: 100%;
    margin-right: 0;
  }
}

input[type="radio"] {
  display: none;
}

label.option {
  cursor: pointer;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}

label.option:hover {
  background-color: #e0e0e0;
}

input[type="radio"]:checked + label.option {
  background-color: #002395;
  color: #fff;
}

.product-container-title {
  display: none;
}

.product-container {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}

.product {
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  text-align: center;
}

.product:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product h2 {
  margin-top: 0;
  font-size: 16px;
  color: #333;
}

.product-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.product-controls button {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #002395;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.product-controls button:hover {
  background-color: #2980b9;
}

.product-quantity {
  font-size: 14px;
  color: #555;
}

.nextButton {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 5px;
  padding: 5px;
  font-size: 16px;
  background-color: #002395;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nextButton:hover {
  background-color: #2980b9;
}

.noConfigButton {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 5px;
  padding: 5px;
  font-size: 16px;
  background-color: #ff8222;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.noConfigButton:hover {
  background-color: #ffb222;
}



.footer {
  width: 100%;
  background-color: #f8f9fa;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.chauffage-principal, .chauffage-secondaire {
  display: none;
}
.chauffage-principal select,
.chauffage-secondaire select {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.qty{
  font-size: 26px;
}

.electrique {
  flex: 1 0 25%;
}

.hydraulique {
  flex: 1 0 33.33%;
}

@media screen and (max-width: 600px) {
  .electrique, .hydraulique {
    flex: 1 0 100%;
  }
}

.mode-chauffage{
  display:none;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.footer {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center;
}

.footer p {
  margin-bottom: 10px;
}

.footer nav ul {
  list-style-type: none;
  padding: 0;
}

.footer nav ul li {
  display: inline;
  margin-right: 10px;
}

.footer nav ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  font-weight: bold;
}

.footer nav ul li a:hover {
  color: #007bff;
}

.menu-top {
  margin: 10px;
}

.menu-top ul {
  list-style: none;
  margin: 10px;
  padding: 0;
}

.menu-top ul li {
  display: inline-block;
  margin: 10px;
}

.menu-top ul li:last-child {
  margin-right: 0;
}

.menu-top ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  background-color:#002395;
  padding:7px;
  border-radius: 15px;
}

.menu-top ul li a:hover {
  color: #ff0000;
}

.pub-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.pub-banner {
  width: calc(33.33% - 10px);
  max-width: 320px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .pub-banner {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .pub-banner {
    width: 100%;
  }
}

.pub-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.hidden {
  display: none;
}

.rounded-block {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 5px;
}
.rounded-block img {
  width: 44px;
  height: 44px;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .rounded-block {
    display: none;
  }
}

.pub-banner-h{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.pub-banner-h2{
  width: 100%;
  height: auto;
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.button-container a.button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #002395;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 18px;
}

.button-container a.button:hover {
  background-color: #2980b9;
  transform: scale(1.05);
}

.question{
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 39, 145, 0.26);
}

.carousel-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel {
  display: flex;
}

.slide {
  flex: 0 0 100%;
  transition: transform 0.5s ease;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 90%;
  transform: translateX(-50%);
  width: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.radiateur {
  background-color: rgba(0, 39, 145, 0.26);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
}

.radiateur-ul {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.img-thumbnail-extended {
  margin: 5px;
}

.rgpd-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}
.rgpd-banner button {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.texte-entoure {
    font-size: 24px;
    position: relative;
}

.texte-entoure::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px dotted red;
    pointer-events: none;
    animation: dash 2s linear infinite;
    animation-delay: 0.5s;
    border-radius: 30px;
    box-sizing: border-box;
}

.inactive {
  opacity: 0.26;
  pointer-events: none;
}

.active {
  opacity: 1;
  pointer-events: auto;
}

input::placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
input:-ms-input-placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
input::-ms-input-placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
input::-webkit-input-placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
input::-moz-placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
input:-moz-placeholder {
  color: #AAA;
  font-style: italic;
  opacity: 0.2;
  font-size: 11px;
}
