@import url('https://fonts.googleapis.com/css2?family=Quicksand');

html {
    --cdui-header-background-color: white;
    --cdui-header-title-color: black;
    --cdui-header-nav-text-color: black;
    --cdui-header-nav-hover-color: black;
    --cdui-header-nav-selected-color: black;
    --cdui-header-accent-color: black;
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

ul.checked {
    padding-inline-start: 0;
}

ul.checked > li {
    background: url(img/valid-1.svg) no-repeat left top;
    background-size: 20px;
    padding: 0px 4px 8px 32px;
    list-style: none;
    margin: 0;
}

cdui-section.boxed.orange {
    --cdui-section-title-background-color: white;
}

cdui-section.boxed.white {
    --cdui-section-title-background-color: #e8f3f6;
    --cdui-section-box-background-color: white;
    --cdui-section-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
}

cdui-section.boxed.blue {
    --cdui-section-title-background-color: white;
    --cdui-section-box-background-color: #d8ecf1;
}

cdui-section.boxed.grey {
    --cdui-section-title-background-color: #ff8269;
    --cdui-section-title-text-color: white;
    --cdui-section-box-background-color: #f0f0f0;
}

cdui-section.alt-title-color {
    --cdui-section-title-background-color: #d8ecf1;
}

.grey-background {
    background-color: #ededed;
    padding: 2em 0 0.2em 0;
    margin-bottom: 2em;
}

#header-buttons {
    display: flex;
    gap: 0.5em;
}

cdui-button.blue {
    --cdui-button-background-color: #0887ad;
}

cdui-button.ghost {
    --cdui-button-background-color: white;
    --cdui-button-text-color: black;
    --cdui-button-box-shadow: none;
}

#section-faq {
    display: flex;
    gap: 4em;
    justify-content: center;
    align-items: start;
    margin: 0 2em 4em 2em;
    align-items: center;
}

#section-pros-content {
    display: flex;
    justify-content: center;
    gap: 4em;
    flex-wrap: wrap;
    --cdui-product-feature-image-border: none;
}

#footer {
    padding: 2em;
    --cdui-cta-footer-background-image: url("img/contactez-l-equipe-clicdossier.jpeg");
}

#section-simulator {
    --cdui-section-title-background-color: #ff8269;
    --cdui-section-title-text-color: white;
}

#sliders-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

#simulator-container {
    display: flex;
    gap: 4em;
    justify-content: space-evenly;
    width: 100%;
}

.slider {
    background: white;
    padding: 2em;
    border-radius: 30px;
}

#pricing-faq {
    --cdui-faq-background: none;
    margin: 0 2em;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
    border-radius: 30px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#section-pricing {
    --cdui-section-title-background-color: #ff8269;
    --cdui-section-title-text-color: white;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.product-features.small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.prslider {
  position: absolute;
  cursor: pointer;
  top: -8px;
  left: 0;
  right: 0;
  bottom: 8px;
  padding: 0;
  background-color: #006F8E;
  -webkit-transition: .4s;
  transition: .4s;
}

.prslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .prslider {
  background-color: #006F8E;
}

input:focus + .prslider {
  box-shadow: 0 0 1px #006F8E;
}

input:checked + .prslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.prslider.round {
  border-radius: 34px;
}

.prslider.round:before {
  border-radius: 50%;
}

#swtYrMth{
	width:200px;
}

.yr_price{
	margin-left: 80px;
}

.mth_price{
	margin-left: 80px;
}

.smallpr{
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
}
