:root {
  --oney: #81BC00;
  --gray: #54565c;
  --font : Arial, Helvetica, sans-serif;
  --number : AllRoundGothic, sans-serif;
}


*, ::before, ::after {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.body{
  font-family: var(--font);
}


.popInContainer{
  padding: 10px;
}

.popInComponent{
  width: 940px;
  position: relative;
}

.oneyLogoHeader{
  height: 30px;
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 994px; */
  padding: 10px 10px 10px 25px
}

.HeaderText{
  font-family: var(--font);
}

.HeaderText span{
  color: var(--oney);
  font-family: var(--font);
}

.basePrice{
  font-size: 1.1em;
  font-family: var(--font);
  font-weight: bold;
}

.euro{
  font-size: 1.1em;
  font-family: var(--font);
  font-weight: bold;
}

.mainContent{
  background-color: rgba(216, 212, 212, 0.281);
  z-index: 1;
  padding-bottom: 30px;
}

.offertContent{
  padding: 5px 25px 10px 35px;
  margin-top: 15px;
}

.offertContent p{
  font-family: var(--font);
  font-weight: bold;
  color: #54565c;
}

.offertTitle{
  font-size: 24px;
  margin-top: 10px;
  width: 624px;
  height: 56px;
}

.bubbleSection{
  display: flex;
  justify-content:space-around;
  align-items: center;
  width: 624px;
  margin-top: 20px;
}

.bubbleContent{
  white-space: nowrap;
}

.addScrollBar{
  width: 230px;
  overflow-x: scroll;
  scrollbar-width: thin;
  cursor: ew-resize;
}

.addScrollBar::-webkit-scrollbar {
  /* width: 5px; */
  height: 3px;
}

.addScrollBar::-webkit-scrollbar-track {
  /* border: 1px solid #000; */
  padding: 2px 0;
  background-color: #54565cc0;
}


.addScrollBar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--oney);
  border: 1px solid var(--oney);
}

.bubbleOffert{
  display: inline-block;
  font-family: var(--number);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: var(--oney) 1px solid;
  background: white;
  color: var(--oney);
  font-weight: bold;
  font-size: 1em;
  margin: 15px 10px 15px 0px;
  cursor: pointer;
}

.noCost{
  position: relative;
}


.bubbleOffert p{
  color: var(--oney);
  margin-top: 15px;
  text-align: center;
}

.bubbleOffert p span{
  font-size: 1.1em;
}

.lastBubbleOffert{
  margin: 0!important;
}

.personalizedBubble{
  border-radius: 95px;
  border: solid 1px var(--oney);
  background-color: #FFF;
  height: 50px;
  width: 277px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

}

.personalizedBubble p{
  color: var(--oney);
  font-size: 15px;
}

.active{
  display: inline-block;
  color: white;
  border: 1px solid white;
  background-color: var(--oney);
  font-family: var(--font);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1em;
  margin-right: 10px;
  cursor: pointer;
  -webkit-box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
  box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
}

.active p{
  color: white;
  margin-top: 16px;
  text-align: center;
}

.active p span{
  font-size: 1em;
}

.bubbleMounth{
  color: white;
  border: 1px solid white;
  background-color: var(--oney);
  font-family: var(--font);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.5em;
  -webkit-box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
  box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
}

.bubbleMounth p{
  color: white;
  margin-top: 25px;
  text-align: center;
}

.bubbleMounth p span{
  font-size: 1.1em;
}

.labelCost{
  background-color: #df382b;
  position: absolute;
  top: 39px;
  left: -3px;
  height: 11px;
  width: 56px;
}

.labelCost p{
  font-family: Arial;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 1px 1px 0px 1px;
}

.recapContent{
  display: flex;
  margin: 0px 35px 0px 35px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
  height: 186px;
}

.leftBlockRecap{
  display: flex;
  margin-bottom: 18px;
}

.costs{
  margin: 10px;
  border: 2px solid var(--oney);
  border-radius: 20px;
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-direction: column;
  width: 270px;
  height: 166px;
  color: #54565c;
  font-family: var(--font);
}

.leftBlockRecap{
  display: flex;
  align-items: center;
}

.costsPerMounth{
  font-size: 16px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 74px;
  width: 137px;
}

.costsPerMounth p{
font-size: 17px;
}

.costsPerMounth p span{
  font-weight: bold;
}

.spanCost span{
  color: var(--oney);
  font-size: 1.6em;
}

.bubbleMounthRecap{
  color: white;
  border: 1px solid white;
  background-color: var(--oney);
  font-family: var(--font);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.8em;
}

.bubbleMounthRecap p{
  color: white;
  margin-top: 3px;
  text-align: center;
}

.bubbleMounthRecap p span{
  font-size: 15px;
}

.mounthBubbleNumber{
  margin-bottom: 20px;
}

.mounthNumber{
  margin-left: 15px;
  margin-bottom: 15px;
}


.duration, .duration2 {
  font-size: 14px;
  color: #df382b;
  display: block;
  height: 14px;
  overflow: hidden;
  font-weight: bold;
}

.duration2 {
  color: white;
}

.duration p span{
  font-weight: bold;
}


.pricePerMounth{
  color: var(--oney);
  font-size: 30px;
}

.recapBlock{
margin-left: 10px;
}

.recap{
  font-family: var(--font);
  color: #54565b;
  font-weight: bold;
  font-size: 18px;
  margin-top: 12px;
}

.calculTotal{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#calculTotalBottom{
  margin-bottom: 15px;
}

.polygon{
  height: 60px;
  width: 30px;
  margin-right: 5px;
}

.polygon2{
  height: 50px;
  width: 20px;
  margin-right: 5px;
}

.calculDetail{
  font-family: var(--font);
  font-size: 12px;
  color: #54565c;
  margin-right: 25px;
}

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

.calculDetail span{
  font-weight: bold;
  font-size: 1.3em;
}

.calculSymb{
  font-size: 2.5em;
  color: #54565c77;
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 9px;
}

.totalCostDiv{
  /* margin-left: 30px; */
  border-left: 1px solid #54565b4b;
  padding-left: 20px;
  padding-right: 10px;
  width: 350px;
}

.totalMensDetail{
  width: 120px;
  margin-left: 10px;
}

.mens{
  font-size: 1.6em!important;
}

.oneyColor{
  color: var(--oney)!important;
}

#numberOfMonth{
  font-size: 14px;
}

#mensReglette{
  font-size: 14px;
}

.totalCost{
  color: #df382b;
  font-size: 12px;
  font-weight: bold;
  font-family: var(--font);
}

.totalCost span{
  font-weight: bolder;
  font-size: 1.3em;
}

.totalCost2{
  color: var(--oney)!important;
  font-size: 13px;
  font-weight: bold;
  font-family: var(--font);
}

.totalCost2 span{
  color: var(--oney)!important;
  font-weight: bolder;
  font-size: 1.3em;
}

.credit{
  color: #54565c;
  font-size: 14px;
  font-family: var(--font);
}

.taegPourcent{
  font-weight: bold;
  font-size: 15px;
  color: #54565cc7;
  font-family: var(--font);
}

.howButton{
  background-color: transparent;
  border: 1px solid #54565ca4;
  border-radius: 15px;
  padding: 7px 7px 7px 15px;
  color: #54565c;
  cursor: pointer;
  margin-left: 80px;
}

.chevronDown{
  margin: 0px 5px;
}

.hiddenSection{
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  padding: 0px 40px;
  margin-bottom: 30px;
}

.leftBlockHidden{
  color: #54565c;
  font-family: var(--font);
  font-size: 1.1em;
  width: 350px;
}

.leftBlockHidden span{
  font-weight: bold;
}

.simpleHidden{
  margin-bottom: 20px;
  font-size: 24px
}

.vector{
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.numberHidden{
  color: var(--oney);
}

.printerSvg{
  height: 15px;
  width: 15px;
  margin-right: 7px;
}

.notice{
  width: 413px;
  height: 80px;
  font-size: 13px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.notice span{
  font-weight: bold;
  color: #df382b;
}

.miniPoligon{
  height: 8px;
  width: 8px;
  z-index: 2;
}

.printText{
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #54565c;
}

.rightBlockHidden{
  font-family: var(--font);
  width: 350px;
  border-left: dashed 1px #54565caf;
  padding-left: 35px;
}

.needDoc{
  color: #54565c;
  font-weight: bold;
}

.checkedFile{
  margin-right: 5px;
  font-size: 1.4em;
}

.docList{
  margin-top: 15px;
  color: #54565c;
  font-size: 0.9em;
  margin-left: 35px;
}

.certif{
  margin-top: 15px;
  color: #54565c;
  font-size: 0.8em;
}

.hiddenClass{
  display: none;
}

.footerBlock{
  padding: 25px 35px;
  font-family: var(--font);
}

.engagement{
  font-family: var(--font);
  font-weight: bold;
  color: #54565c;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.footerText{
  color: #54565c;
  font-size: 0.8em;
}

.qualityText{
  color: #54565c;
  font-weight: bold;
  font-size: 0.8em;
}

.hiddenSlide{
  display: none;
}

.totalCost2{
  font-size: 0.9em;
  color: #54565c;
}

.totalCost2 span{
  font-weight: bolder;
  font-size: 1.3em;
  color: #54565cc7;
  font-family: var(--font);
}

.recap2{
  margin-bottom: 15px!important;
}

.leftBlockRecap2{
  display: flex;
}

.bubbleMounthRecap2 {
  color: var(--oney);
  background-color: white;
  font-family: var(--font);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: bold;
  -webkit-box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
  box-shadow: -1px 2px 15px 5px rgba(0,0,0,0.11);
}

.costs2 {
  margin: 10px;
  border: 2px solid var(--oney);
  border-radius: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 166px;
  color: #54565c;
  font-family: var(--font);
  background-color: var(--oney);
  width: 270px;
}

.mounthNumber2{
  margin-left: 15px;
  margin-bottom: 15px;
}

.pricePerMounth2{
  color: white;
  font-size: 30px;
}

.bubbleMounthRecap2 p{
  color: var(--oney);
  margin-top: 25px;
  padding-top: 8px;
  text-align: center;
}

.bubbleMounthRecap2 p span{
  font-size: 15px
}

.calculSymb2{
  font-size: 2em;
  color: #54565c77;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: -10px;
}

.calculDetail2{
  font-family: var(--font);
  font-size: 0.7em;
  color: #54565c;
  margin-right: 10px;
  margin-bottom: 10px;
}

.calculDetail2 p{
  margin-bottom: 10px;
  font-size: 12px;
}

.calculDetail2 span{
  font-weight: bold;
  font-size: 20px;
}

.costsPerMounth2{
  font-size: 1.1em;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
}

.costsPerMounth2 p span{
  font-weight: bold;
}


.personalizedTitle{
  font-size: 1.2em;
  margin-top: 10px;
  font-family: var(--font);
  font-weight: bold;
  color: #54565c;
  /* padding-left: 25px; */
}

.personalizedTitle span{
  font-size: 0.6em;
  font-weight: lighter;
}

.personalizedCost{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 35px;
  margin-top: 15px;
}

.toOffertBtn{
  border: none;
  color: var(--oney);
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
}

.inputRange{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0px;
}

.addBtn{
  width: 60px;
  height: 60px;
  border: 1px solid var(--oney);
  border-radius: 50%;
  background-color: white;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

.addBtn p {
  font-family: var(--oney);
  font-weight: bolder!important;
  color: var(--oney);
  font-size: 3.8em;
}

.removeBtn{
  width: 60px;
  height: 60px;
  border: 1px solid var(--oney);
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}

.trait{
  width: 25.6px;
  height: 6.4px;
  flex-grow: 0;
  background-color: var(--oney);
}

.plusLogo{
  width: 25.6px;
  height: 6.4px;
  margin: 9.6px 0 9.6px;
  background-color: #81bc00;
  position: absolute;
  top: 28%;
  left: 28%;
}

.plusLogo2{
  width: 6.4px;
  height: 25.6px;
  margin: 0 9.6px;
  background-color: #81bc00;
  position: absolute;
  top: 28%;
  left: 28%;
}

.inputDiv{
  color: #54565cc7;
  font-family: var(--font);;
  font-size: 0.9em;
  color: rgba(84, 86, 91, 0.6);
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

#opcRange{
  width: 600px;
  position: relative;
  height: 10px;
}


input[type=range]{
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border-radius: 10px;
  background-image: linear-gradient(var(--oney), var(--oney));
  background-size: 0% 100%;
  background-repeat: no-repeat;
}


/* Input range pour Chrome */


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 4px #00000081;
  border: 4px solid #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  background: var(--oney);
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -13px;
  z-index : 100;
}


/* Input range pour firefox */

input[type=range].opcRange::-moz-range-track {
  width: 100%;
  height: 10px!important;
  cursor: pointer;
  border-radius: 10px;
}
input[type=range].opcRange::-moz-range-thumb {
  box-shadow: 1px 1px 4px #0000007c;
  border: 4px solid #F5F5F5;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: var(--oney);
  cursor: pointer;
}

  /* Input range pour IE */

input[type=range].opcRange::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].opcRange::-ms-fill-lower {
  background: var(--oney);
  border-radius: 20px;
}
input[type=range].opcRange::-ms-fill-upper {
  background: var(--oney);
  border-radius: 20px;
}
input[type=range].opcRange::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 4px #050505;
  border: 4px solid #F5F5F5;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: var(--oney);
  cursor: pointer;
}
input[type=range].opcRange:focus::-ms-fill-lower {
  background: var(--oney);
}
input[type=range].opcRange:focus::-ms-fill-upper {
  background: var(--oney);
}

.step {
  position:absolute;
  top:6px;
  transform: translateX(-80%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  cursor: ew-resize;
}

#lowestPrice, #HigherPrice{
  font-size: 15px;
  color: rgba(84, 86, 91, 0.6);
  font-weight: bold;
  font-family: var(--font);
}

#popHover{
  position: absolute;
  top: -45px;
  width: 100px;
  height: 40px;
  padding: 8px 21px 13px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 9999;
  transform:translateX(-45%)
}

#triangle{
  background-color: #fff;
  top: 25px;
  left: 60%;
  margin-left: -17.5px;
  position: absolute;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  z-index: -10;
}

#priceRange{
  font-size: 15px;
  font-family: var(--font);
  color: var(--oney);
  font-weight: bold;
  text-align: center;
}

#monthRangeDiv{
  font-size: 8px;
  text-align: center;
  color: rgba(84, 86, 91, 0.6);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid ;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#divLoader{
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.monthNumber{
  line-height: 14px;
  padding-top: 10px!important;
}

.obliqueDiv{
  margin-top: -24px;
  height: 50px;
  width: 939px;
  background-color: white;
  transform: rotate(-3deg);
  overflow: hidden;
  z-index: -9999;
}

.disabled{
  display: none!important;
}

@-moz-document url-prefix() {

  .labelCost p{
    margin: 0px 0px 0px 0px;
  }

  .costs{
    width: 270px;
  }

  .totalMensDetail{
    margin-right: 30px;
  }

  .costsPerMounth2 {
    font-size: 16px;
  }
}
