/* Global Css */

:root {
  --color1: #f4627f;
  --color2: #f9fafb;
  --color3: #d9d9d9;
  --color4: #707070;
  --green1: #a1c84e;
  --green2: #d0e1a4;
  --green3: #eef8d9;
  --font: "Poppins", sans-serif;
  --bs-btn-active-bg: #a1c84e;
}

#formulaire input::placeholder {
  color: #ccc!important;
}

.successinput:-webkit-autofill,
.successinput:-webkit-autofill:hover,
.successinput:-webkit-autofill:focus,
.successinput:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--green3) inset !important;
}

.successinput input:-webkit-autofill,
.successinput input:-webkit-autofill:hover,
.successinput input:-webkit-autofill:focus,
.successinput input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--green3) inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body {
  background-color: var(--color2) !important;
  font-family: var(--font) !important;
  overflow-x: hidden;
}

::selection {
  background-color: var(--green2);
  color: #000;
}

.separateur {
  height: 1px;
  background-color: var(--color3);
  width: 100%;
  margin: auto;
}

.standardBtn {
  width: 100%;
  background-color: var(--color1);
  color: #fff;
  height: 60px;
  border-radius: 9px;
  border: 0;
  font-size: 21px;
}

.forceWhiteBg {
  background-color: #fff !important;
}

/* End Global Css */
/* Header */

header {
  /* background-color: #fff; */
  /* box-shadow: 0 5px 6px rgb(0, 0, 0, 0.16); */
  /* box-shadow: rgb(83 53 15 / 7%) 0px 10px 30px; */
}

#header-bar {
  padding: 6px 0;
}

.questionLink {
  color: var(--color4);
}

.questionTxt {
  margin-right: 10px;
}

.assistanteImg:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--green1);
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
  top: 14px;
  right: 10px;
}

.assistanteImg.offline:after {
  background: var(--color1);
}
/* End Header */
/* Formulaire */

#formulaire {
  padding: 50px 0;
}

.stepTitle {
  font-weight: bold;
  font-size: 21px;
}

.stepDescription {
  font-size: 16px;
  margin: 0;
}

.captionFormBg {
  background-color: var(--color1);
  text-align: center;
  padding: 5px;
  rotate: -1deg;
  margin-bottom: 25px;
  margin-top: 10px;
}

.captionForm {
  rotate: 1deg;
  font-size: 16px;
  color: #fff;
}

.formLabel {
  font-weight: bold;
  font-size: 16px;
}

.formIconContainer {
  width: 100%;
}

#formulaire .btn-check:checked + .btn,
#formulaire .btn.active {
  background-color: var(--green3) !important;
  border-color: var(--green1) !important;
  color: #3e3e3e;
}

#formulaire .iconLabel {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #000;
}

.firstBtn {
  width: 100%;
  background-color: var(--color1);
  color: #fff;
  height: 60px;
  border-radius: 9px;
  border: 0;
  font-size: 21px;
}

.nextBtn {
  width: 100%;
  background-color: var(--color1);
  color: #fff;
  height: 60px;
  border-radius: 9px;
  border: 0;
  font-size: 21px;
}

.backBtn {
  height: 62px !important;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--color3);
  background-color: #fff;
}

.bonasavoir {
  display: flex;
  align-items: center;
  margin: 15px 0;
  text-align: justify;
}

.selfassurance {
  margin: 15px 0;
  text-align: justify;
}

/* Progression */

.singleStep {
  height: 29px;
  width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.progressDesktop {
  box-shadow: -10px 0px 14px -10px #e3e3e3;
  padding: 15px;
  margin-left: 60px;
  margin-top: 140px;
  position: fixed;
}

.stepTitles {
  height: 29px;
  display: flex;
  align-items: center;
  color: var(--color3);
  text-decoration: none;
  cursor: pointer;
}

.progressCircle {
  width: 8px;
  height: 8px;
  background-color: var(--color3);
  border-radius: 100%;
}

.singleStep.current.step1 {
  border-radius: 50px 50px 50px 50px !important;
}

.singleStep.active.step1 {
  border-radius: 50px 50px 0px 0px !important;
}

.singleStep.current {
  background-color: var(--green2);
  border-radius: 0 0 50px 50px;
}

.singleStep.active {
  background-color: var(--green2);
  border-radius: 0 0 0 0;
}

.singleStep.current .progressCircle,
.singleStep.active .progressCircle {
  background-color: var(--green1);
}

.active + .stepTitles,
.current + .stepTitles {
  color: #000 !important;
}

/* End Progression */

.bonasavoir p,
.selfassurance p {
  color: #6b6b6b;
  font-size: 12px;
}

.bonasavoir h4 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.checkedLabel {
  opacity: 0;
  transition: 0.5s;
}

.btn-check:checked + label .checkedLabel {
  opacity: 1 !important;
  transition: 0.5s;
}

.btnImg {
  height: 47px;
  margin-top: -17px;
}

.formLabel {
  margin: 0 0 0px 0 !important;
}

/* .input-group input{
  border-radius: 0 5px 5px 0!important;
} */

#formulaire input,
#formulaire select {
  border-radius: 5px;
  padding: 13px 20px;
}

#formulaire [type="checkbox"] {
  padding: 1px;
}

#formulaire input[type="date"]:focus,
#formulaire input[type="email"]:focus,
#formulaire input[type="number"]:focus,
#formulaire input[type="tel"]:focus,
#formulaire input[type="text"]:focus,
#formulaire input[type="password"]:focus,
#formulaire select:focus,
#saveEmail:focus {
    background-color: #fff;
    box-shadow: none;
    border-color: #a5a5a5;
}

#saveForm input[type="date"]:focus, #saveForm input[type="email"]:focus, #saveForm input[type="number"]:focus, #saveForm input[type="tel"]:focus, #saveForm input[type="text"]:focus, #saveForm input[type="password"]:focus, #saveForm select:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #a5a5a5;
}

/* Erreur */

.errorMsg,
.raceErrorMsg {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--color1);
  margin-top: 9px;
  display: none;
}

.inputError {
  border: 1px solid var(--color1) !important;
}

.successinput {
  background-color: var(--green3) !important;
  box-shadow: none !important;
  border-color: var(--green1) !important;
}

div#progressMobile {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: rgb(83 53 15 / 7%) 0px -10px 30px;
  padding: 15px;
  z-index: 10;
}

.progressMobile,
.progress {
  height: 4px !important;
}

.assistanteImg img {
  width: 40px;
  margin-top: 3px;
}

.slideback {
  display: none;
  cursor: pointer;
}

.goSlideback {
  /* display: none; */
  cursor: pointer;
}

.progress {
  background-color: #e0e0e0;
}

.progressMobile {
  border-radius: 50px;
  background: var(--green1) !important;
}

.progressMenu {
  cursor: pointer;
}

.txtProgress {
  font-size: 12px;
}

.currentStep {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

#slide2,
#slide3,
#slide4,
#slide5,
#slide6,
#slide7,
#slide8,
#slide9,
#slide10,
#slide11,
.autoshow {
  display: none;
}

.animalName {
  display: inline-block;
}

.animalName::first-letter {
  text-transform: uppercase;
}

.select2 {
  display: block;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
}

span.select2-selection.select2-selection--single:focus {
  background: var(--green3);
}

span.underligned {
  display: inline-block;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

span.underligned:after {
  content: "";
  display: block;
  background: var(--green2);
  width: 104%;
  height: 8px;
  position: relative;
  top: -11px;
  right: 4px;
  margin-bottom: -11px;
  z-index: -1;
  border-radius: 50px;
  opacity: 1;
}

span.underligned.red:after {
  background: var(--color1);
  opacity: 0.4;
}

span.underligned.yellow:after {
  background: #e5ae15;
  opacity: 0.4;
}

span.underligned.bolder{
  font-weight: bold;
}


a.backLink {
  text-decoration: none;
  color: #3e3e3e;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 12px;
  font-size: 18px;
  cursor: pointer;
}

.raceChien,
.raceChat,
.raceLapin {
  display: none;
}

.dateContainer {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background-color: #fff;
}

/* FOR SEPERATE INPUTS */
.date-input-container {
  border: 1px solid #dee2e6;
  padding: 2px !important;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
}
.date-input-container input {
  border: 0;
  outline: 0;
  text-align: center;
  width: 54px;
  padding: 10px !important;
}
.date-input-container input.day,
.date-input-container input.month {
  margin-right: 0px;
}
.date-input-container input.year,
.date-input-container .yearPersonne, .date-input-container .yearAssurer, .date-input-container .yearassureur-s, .date-input-container .yearpermis-s {
  width: 100% !important;
  text-align: left;
}

.date-input-container input.day,
.date-input-container input.month,
.monthPersonne,
.dayPersonne {
  text-align: left !important;
}

.sms {
  font-size: 13px;
}

[name="sms"]:checked {
  background-color: var(--green1) !important;
  border-color: var(--green1) !important;
}

[name="sms"]:focus {
  border-color: var(--green1) !important;
  outline: 0;
  box-shadow: none !important;
}
input[type="checkbox"]:checked {
  background-color: var(--green1) !important;
  border-color: var(--green1) !important;
}

input[type="checkbox"]:focus {
  border-color: var(--green1) !important;
  outline: 0;
  box-shadow: none !important;
}

span.separator {
  color: #c5c5c5;
}

.btnStay {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  padding: 8px 20px !important;
}

.btnQuit {
  background-color: #e3e3e3 !important;
  border-color: #cbcbcb !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  padding: 8px 20px !important;
  color: #afafaf !important;
}

.tarifBox {
  background: #fff;
  box-shadow: 0 3px 7px rgb(0 0 0 / 6%);
  border-radius: 9px;
  padding: 21px 0;
  margin: 0 15px;
}

.tarifTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tarifPrice {
  background-color: var(--green3);
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 0;
}

.price-rounded {
  font-size: 70px;
  font-weight: bolder;
  display: inline-block;
  margin-top: -24px;
  margin-bottom: -24px;
}

.price-decimal {
  display: inline-block;
  font-size: 18px;
  bottom: 3px;
  position: relative;
}

.parmois:after {
  content: "/MOIS";
  font-size: 14px;
  display: inline-block;
  position: relative;
  height: 0;
  width: 0 !important;
  color: #929292;
  font-weight: 500;
}

.composants {
  margin-top: 29px;
}

.composants ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;

  padding: 0 25px;
}
.composants li {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 10px;
}

.composants li.uncheck {
  color: #a7a7a7;
}

.composants li:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background-image: url(../media/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.composants li.option:before {
  content: "";
  display: none;
}

.composants li.uncheck:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background-image: url(../media/uncheck.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.composants li.showDetails:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 15px;
  position: relative;
  top: 1px;
  margin-right: 8px;
  background-image: url(../media/showmore.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.composants li.showLess:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 15px;
  position: relative;
  top: 1px;
  margin-right: 8px;
  background-image: url(../media/less.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.rdvAction {
  color: var(--color1);
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.tarifActions {
  margin-top: 35px;
  padding: 0 23px;
  font-size: 19px;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-list {
  padding: 30px 0px;
}

.slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.tarifBox.recommanded {
  border: 4px solid var(--green1);
  padding-top: 0;
}

.recommandedBox {
  background: var(--green1);
  color: #fff;
  margin-bottom: 12px;
  padding: 8px 0;
  display: none;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.tarifBox.recommanded .recommandedBox {
  display: block;
}

.slick-track {
  display: flex;
  align-items: flex-end;
}

.recap {
  color: #686868;
}

.packBox {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 6%);
  border: 2px solid #f1f1f1;
}

.packName {
  font-size: 30px;
  font-weight: bold;
  flex: auto;
}

.showDetails,
.showLess {
  cursor: pointer;
}

.promo {
  background-color: #a1c84e;
  color: #eef8d9;
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 9px 9px 0px 0px;
}

.promo + .packBox {
  background: #fff;
  border-radius: 0 9px 9px 9px;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 6%);
  border: 2px solid #f1f1f1;
}

.littleShadow {
  background: #fff;
  height: 120px;
  display: inline-block;
  width: 4%;
  float: right;
  box-shadow: -14px 0px 20px -2px #0000001f;
}

.detailTitle {
  font-size: 16px;
  font-weight: bolder;
  color: #272727;
  padding: 0px 0px 0px 25px;
}

.downloadable {
  color: #959595;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

.downloadable:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 24px;
  background-image: url(../media/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.grosComp li {
  display: flex;
  align-items: center;
  line-height: 16px;
}

.composants.grosComp li:before {
  width: 22px;
}

.assureur {
  font-size: 14px;
  color: #adadad;
  text-align: center;
}

.separAfter:after {
  content: "";
  float: right;
  background: #d7d7d7;
  width: 1px;
  height: 80px;
  display: inline-block;
  bottom: 111px;
  position: relative;
  margin-bottom: -110px;
}

.moreDetails {
  display: none;
}

.separShowMore {
  width: 70%;
  height: 1px;
  background-color: #dfdfdf;
  margin: auto;
  margin-bottom: 20px;
}

.successinput input,
.successinput input:focus {
  background-color: var(--green3) !important;
}

input.yearAssurer {
  width: 63px !important;
}

ul.listVilles {
  max-height: 200px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  border-bottom: 15px solid #fff;
  box-shadow: 1px 3px 4px 0px #0000001c;
  list-style: none;
  padding: 15px;
  display: none;
  color: #6a6a6a;
  font-size: 14px;
}

ul.listVilles li {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ededed;
}

#villesCp, .racesList, #adresses {
  max-height: 176px;
  overflow-y: hidden;
  background-color: rgb(255, 255, 255);
  list-style: none;
  padding: 0px 0px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgb(165, 165, 165);
  margin-top: 8px;
  display: none;
}

.racesList, #adresses{
  max-height: 206px!important;
}

.villeSearchResult, .containerResult, .adressesResult {
  height: 0px;
  position: relative;
  z-index: 2;
}

ul#villesCp li, .racesList li, #adresses li {
  font-size: 16px;
  padding: 5px 15px;
  color: #303030;
  cursor: pointer;
}

ul#villesCp li:hover, .racesList li:hover, #adresses li:hover {
  color: var(--green1);
  transition: 0.3s;
  background-color: var(--green3);
  border-radius: 0;
}

.sms {
  display: block;
  font-size: 16px;
}

#formulaire #sms {
    padding: 10px !important;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 0;
}

.form-check {
  display: flex !important;
  align-items: center;
}

.form-check.bgcheck {
  display: flex !important;
  align-items: center;
  background-color: #eaecf1;
  padding: 12px;
  border-radius: 10px;
  margin-top: 21px;
  font-size: 14px;
}

.assistanceImg {
  width: 70%;
  margin-bottom: 20px;
  box-shadow: 0px 9px 50px 0px #0000001f;
}

#aide .modal-header {
  margin: 0 !important;
  padding: 10px 15px;
}

.assistanteImg {
  display: flex;
  align-items: center;
  cursor:pointer;
}

.assistanteImg p {
  margin: 0;
  margin-right: 2px;
}

.divider {
  height: 2px;
  width: 80%;
  background-color: #ededed;
  margin: 12px auto;
}

button.btnPrecedent {
  background-color: #fff;
  border-color: var(--green2) !important;
  color: var(--green1);
  border-radius: 9px !important;
  font-size: 14px !important;
  padding: 8px 40px !important;
  padding-top: 8px !important;
  padding-right: 40px !important;
  padding-bottom: 8px !important;
  padding-left: 40px !important;
}

button.btnPrecedent:hover {
  color: var(--green1) !important;
  background-color: var(--green3) !important;
}

.croiseChien, .croiseChat {
  display: none;
  margin-top:20px;
}

#aide p {
  font-size: 16px;
}

.aideTitle{
  font-size: 17px;
}

.headerSepar {
  height: 1px;
  background-color: #e9e9e9;
  width: 100%;
  margin-top: 13px!important;
}

.slick-list{
  padding-top: 0;
}

.stepDescription a{
  color: var(--green1);
}

.confort{
  display: none;
}

.selectTarif {
  border-radius: 0!important;
  border: 0!important;
  border-bottom: 2px solid var(--green1)!important;
  background-color: transparent!important;
}

.selectTarif:focus {
  box-shadow: none!important;
}

.selectTarif option:hover {
  background-color: var(--green1)!important;
}

.nonassured {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 72px;
  flex-direction: column;
}

.assured {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 72px;
  flex-wrap: wrap;
}

.assured .assuredIcon{
  margin:0;
  margin-bottom: 15px;
}

.assuredIcon{
  margin-right: 10px;
  min-width: 37px!important;
  max-width: 37px!important;
  margin-bottom: 19px;
}

.assuredIconBig {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
}

.leSubTitle {
  font-size: 12px;
  color: #767676;
  font-weight: bolder;
  letter-spacing: 3px;
}

.miniText {
  color: #a7a7a7;
  font-size: 14px;
}
.avantageTitle{
  font-weight: bold;
}

.option label {
  margin-left: 10px;
  margin-top: 6px;
}

.option .form-check{
  display: flex;
  align-items: center;
}

.option .form-check-input:checked {
  background-color: var(--green1) !important;
  border-color: var(--green1) !important;
  color: #000;
}

.option .form-check-input:focus {
  border-color: var(--green1)!important;
  outline: 0!important;
  box-shadow: none!important;
}

.assureurName{
  text-decoration: none;
  color: #959595;
  margin-bottom: 40px;
}

.fileDownload{
  text-decoration: none;
  color:#959595;
  font-size: 15px;
}

.fileDownload img{
  margin-right: 10px;
}

.fileDownload img {
  width: 16px;
}

.explications{
  background-color: #fff;
}

.slick-arrow {
  background: #fff;
  height: 30px;
  width: 30px;
  box-shadow: 0 0 5px 0px #adadad;
  border-radius: 100%;
}

.top5races{
  pointer-events: none;
}

.exclusionTitle {
  font-size: 16px;
  font-weight: bold;
  color: #cf9e16;
}

.conditions {
  font-size: 13px;
  color: #5e5e5e;
  overflow: hidden;
  display: none;
}

.showAlways {
  font-size: 13px;
  color: #5e5e5e;
  transition: 0.3s;
  box-shadow: inset 0px -5px 9px -8px #00000061;
  padding-bottom: 1px;
}

.showAll {
  box-shadow: inset 0 0 0 0 #00000061;
}

.readMore {
  position: relative;
  top: 6px;
  font-size: 15px;
  padding-bottom: 3px;
  margin: auto;
  color: #858585;
  cursor: pointer;
  border: 1px solid #dcdeed;
  display: inline-block;
  padding: 6px 60px;
  border-radius: 45px;
  margin-top: 10px;
}

.recap{
  cursor: pointer;
}

.imageAnimal.chien {
  height: 90px;
  width: 90px;
  background-image: url('../media/chien.png');
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imageAnimal.chat {
  height: 90px;
  width: 90px;
  background-image: url('../media/chat.png');
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imageAnimal.lapin {
  height: 90px;
  width: 90px;
  background-image: url('../media/lapin.png');
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imageAnimal.autre {
  height: 90px;
  width: 90px;
  background-image: url('../media/autre.png');
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a.editRecap {
  color: var(--color1);
  text-decoration: none;
}

a.editRecap svg path{
  fill: var(--color1);
}

.recapText{
  font-size: 15px;
}

.lessHeight {
  margin-bottom: -33px;
  position: relative;
  z-index: 99;
}

li.option, li.option label, li.option input{
  cursor:pointer;
}

li.option input + label {
  color: #a7a7a7!important;
}

li.option input:checked + label {
  color: #535353!important;
}

.miniRecap .tarifPrice {
  background: transparent;
  color: var(--green1);
  border-radius: 0 0 5px 5px;
}

.miniRecap .tarifTitle {
  margin-bottom: -1px;
  padding: 9px;
  color: #3a3a3a;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e9e9e9;
}

.miniRecap {
    box-shadow: 0 0 20px 0px #ddddddb3;
    background: #fff;
    border-radius: 15px;
}

.miniRecap .parmois:after {
  color: #a1a1a1;
}

.miniRecap strong{
  color:var(--green1);
}

.dateEffet {
  font-size: 14px;
  color: #918d8d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.effetDate {
  font-weight: 600;
  color: #000;
}

.dateeffeticon{
  max-width: 120px!important;
  margin:auto;
}

.btnEffet{
  width:100%;
  border:0;
  padding:15px 8px;
  border-radius: 9px;
  font-weight: 600;
}

.btnEffet.enregistrer {
  background-color: var(--color1);
  color: #fff;
}

.btnEffet.annuler {
  background-color: #e3e3e3;
  border: 1px solid #cdcdcd;
  color: #9b9b9b;
}

.form-check-label{
  cursor: pointer;
}

.currentSlide {
  height: 0;
  font-size: 12px;
  font-weight: bold;
}

.formLabelBold {
  font-size: 17px;
  font-weight: bolder;
  color: var(--color1);
}

.formLabelBold:before{
  content:"//";
  color:var(--color1);
  margin-right: 10px;
  font-size: 9px;
  position: relative;
  bottom: 3px;
}

.bgcheck a {
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
}

.remerciement {
    background: #ffffff;
    border-radius: 9px;
    padding: 23px;
    box-shadow: 0 0 16px 0px #f1f1f1;
    font-size: 15px;
}

.remerciement a{
  color:var(--color1);
  text-decoration: underline;
}

.btnImg {
  height: 47px;
  margin-top: -17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* .input-group input{
  border-radius: 0 5px 5px 0!important;
} */

.localisation{
    background: transparent!important;
    border: 0!important;
    width: 0!important;
    margin: 0!important;
    padding: 0!important;
    position: relative!important;
    z-index: 9!important;
    left: 18px!important;
    color: #606060!important;
}

/* #stationnement{
  padding-left: 50px!important;
} */

.goodwidth {
  width: 15px!important;
  max-width: 15px!important;
  min-width: 15px!important;
}

.assuredText ul li {
  font-size: 12px;
  color: #3e3e3e;
}

.assuredText{
  text-align: center;
}

.assuredText ul {
  text-align: left;
}

.flag{
  height:0;
}

.flag .pays {
  display: block;
  height: 52px;
  width: 37px;
  background-color: red;
  z-index: 100;
  position: relative;
  border-radius: 5px 0 0 5px;
  background-image: url(../media/pays.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.immatriculeField input{
  padding-left: 45px!important;
}

.vehiculeRecap {
  background-color: var(--green3);
  border: 1px solid var(--green1);
  border-radius: 7px;
}

.vehiculeImg {
  width: 150px;
  height: 92px;
  margin-right: 20px;
  border-right: 1px solid var(--green1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
}

.recapTitle{
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

/* .recapTitle:after{
  content: "";
  display: block;
  background-color: var(--green2);
  height: 8px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  bottom: 12px;
  z-index: -1;
} */

.dataVehicule{
  font-size: 14px;
  color: #292929;
  padding-right: 10px;
  min-width: 60%;
}

.editVehicule {
  align-self: flex-start;
  margin-left: auto;
  cursor: pointer;
  width: 0px;
  height: 0;
  position: relative;
  right: 30px;
  top: 5px;
}
/* End Erreur */
/* END Formulaire */


.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\f3c5";
}

.miniClass .checkedLabel {
  height: 0;
}

.miniClass .iconLabel {
  padding: 13px 15px;
}

.miniClass .iconLabel {
  padding: 13px 15px!important;
}

.input-group select{
  border-radius: 5px 0px 0px 5px!important;
}

.checkSinistre{
  display: none!important;
}


#suggestions {
  background-color: #fff;
  margin-bottom: 0!important;
  border-radius: 4px 4px 0 0!important;
}

#adresses, #suggestions, #villesCp, .racesList {
  max-height: 176px;
  overflow-y: auto;
  padding: 0;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #a5a5a5;
  margin-top: 8px;
}

#adresses li, #suggestions li, .racesList li, ul#villesCp li {
  font-size: 16px;
  padding: 5px 15px;
  color: #303030;
  cursor: pointer;
}

#adresses li:hover, #suggestions li:hover, .autreAddress:hover, .racesList li:hover, ul#villesCp li:hover {
  color: var(--green1);
  transition: .3s;
  background-color: var(--green3);
  border-radius: 0;
}

.autreAddress {
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #a5a5a5;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  font-weight: 700;
  font-size: 13px;
  color: #5c5c5c;
  cursor: pointer;
  font-size: 16px;
}
.adressesResult, .autoshow, .containerResult, .villeSearchResult {
  height: 0;
  position: relative;
  z-index: 110;
}

button.pusletooltip {
  height: 30px;
  width: 30px;
  font-size: 12px;
  border-radius: 100%;
  background: #c9c9c9;
  border: 5px solid #f1f1f1;
  color: #6b6b6b;
  margin-left: 8px;
  position: relative;
  top: -2px;
  margin-bottom: -20px;
}

button.pusletooltip:hover {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-color: transparent;
  transition:0.2s;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #c9c9c9;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(208, 225, 164, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(208, 225, 164, 0);
	}
}

.customCloseBtn {
  background: var(--color1);
  border: 0;
  padding: 14px 50px;
  font-size: 16px;
  border-radius: 9px;
  color: #fff;
}

.singleIM{
  display:none;
}

.conditiondeja{
  display: none;
}

.singleIM ul {
  padding-left: 20px;
  margin-top: 10px;
}

div.saveLater {
  text-decoration: none;
  color: var(--color1);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--color1);
  padding: 15px;
  border-radius: 9px;
  transition: 0.5s;
  font-size: 19px;
  margin-top: 37px!important;
}

#saveForm input, #saveForm select {
  border-radius: 5px;
  padding: 13px 20px;
}

div.saveLater:hover {
  background-color: var(--color1);
  color: #fff;
  transition: 0.2s;
}

.progressSaved{
  display: none;
}

.VotreCodepostale{
  display: none;
}

.opsingle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
}

.opswitch {
  display: flex;
  align-items: center;
}

.opicontext {
  display: flex;
  align-items: center;
}

.opdescription {
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
}

.opprice {
  font-size: 16px;
  color: #6b6b6b;
  margin-right: 15px;
  width: max-content;
}

.form-switch input {
  border-radius: 50px!important;
  padding: 10px !important;
  width: 40px!important;
}


.form-switch input[type="checkbox"]:focus{
  border-color: #ddd!important;
}

.form-switch .form-check-input:focus{
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")!important;
}

.form-switch input[type="checkbox"]:checked {
  background-color: var(--green2) !important;
  border-color: var(--green2) !important;
}

.opdescription p {
  font-size: 14px;
  color: #818181;
  margin: 0;
  font-weight: 400;
}
.opdescription {
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 15px;
  width: fit-content;
}

.saveLater2 {
  margin-top: 16px;
  cursor: pointer;
  color: var(--color1);
  font-size: 19px;
  width: auto;
  display: inline-block;
}

.opicon {
  min-width: 30px;
}

.europeQuestion{
  display: none;
}
.europeQuestion-s{
  display: none;
}

.flexih {
  display: flex;
  flex-direction: column;
}

.flexih div {
  display: flex;
  align-items: center;
}

.vehiculeImg img {
  max-height: 100%;
}


/* Added Styles */

button.adresseRec {
  padding: 15px 50px;
  border-radius: 9px;
  background-color: #d1d1d1;
  color: #8b8b8b;
  border: 1px solid #bdbdbd;
  width: 100%;
}

.forListe{
  font-weight: 500!important;
  color: #000!important;
  font-weight: bold!important;
  font-size: 16px;
}

.forListe::after{
  bottom: 10px!important;
}

button.onoffpassword {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 25px;
  height: 25px;
}

.passwordGroup .input-group-text {
background-color: #fff;
border-left: 0;
}

.passwordGroup input {
border-right: 0;
border-radius: 5px 0px 0px 5px!important;
}

#formulaire .passwordGroup input[type="text"]:focus,
#formulaire .passwordGroup input[type="password"]:focus{
border-color: #dee2e6!important;
}

.pulse {
animation: pulse-black 1s;
transform: scale(1);
border-radius: 100%;
}
.pulse2 {
animation: pulse-red 1s;
transform: scale(1);
border-radius: 100%;
}

@keyframes pulse-black{
0% {
  transform: scale(0.95);
  box-shadow: 0 0 0 0 var(--green1);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #eef8d921;
}
100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #eef8d921;
}
}
@keyframes pulse-red{
0% {
  transform: scale(0.95);
  box-shadow: 0 0 0 0 var(--green1);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #eef8d921;
}
100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #eef8d921;
}
}


.form-text ul {
  padding: 0;
  list-style: none;
}

.form-text li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #dadada;
}

.activePass{
    font-weight: 400;
    color: var(--green1);
}

.activePass::before {
  background-image: url(https://assurance-animaux.selfassurance.fr/dev/application/views/assets/media/checkedicon.svg);
  background-size: cover;
  height: 13px!important;
  width: 13px!important;
  border: 0!important;
}

.form-text ul li {
    display: flex;
    align-items: center;
}

.form-text p{
    margin-bottom: 9px;
    font-weight: 500;
    color: var(--color4);
    font-size: 12px;
}

.osingle{
  background-color: #fff;
}

.adherent{
  display: none;
}

.goodPass{
  color:var(--green1)!important;
}

.badPass{
  color:var(--color1)!important;
}


@media (min-width : 751px){
  .obtn{
    flex: none;
    height: max-content;
  }
  
  .otitre{
    font-weight: 700;
    font-size: 18px;
  }
  
  .odescription{
    font-size: 13px;
  }
  
  .obtn{
    border: 0;
    background-color: #D1D1D1;
    border-radius: 50px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
  }
  
  .obtn #leplus{
    fill:#D1D1D1;
  }
  
  .obtn svg{
    margin-right: 5px;
  }
  
  .osingle {
    box-shadow: 0px 6px 7px 0px #f1f1f1;
    border-radius: 10px;
    padding: 18px;
    cursor: pointer;
    min-height: 122px;
  }
  
  .obtn span{
    font-size: 10px;
  }
  
  .oprice {
    width: min-content;
  }
  .oicon{
    padding: 8px;
    width: 63px;
    text-align: center;
  }
  .apartirContainer {
    height: 0;
    float: right;
  }
  
  .apartir {
      font-size: 12px;
      background-color: #d1d1d1;
      display: inline-block;
      padding: 3px 13px;
      border-radius: 0 10px 0 10px;
      color: #fff;
      font-weight: 500;
  }
}

@media (max-width : 750px){
  .obtn{
    flex: none;
    height: max-content;
  }
  
  .otitre{
    font-weight: 700;
    font-size: 13px;
  }
  
  .odescription {
    font-size: 11px;
  }
  
  .oicon{
    width: 53px;
    padding: 8px;
    text-align: center;
  }
  
  .obtn{
    border: 0;
    background-color: #D1D1D1;
    border-radius: 50px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
  }
  
  .obtn #leplus{
    fill:#D1D1D1;
  }
  
  .obtn svg{
    margin-right: 5px;
  }
  
  .osingle {
    box-shadow: 0px 6px 7px 0px #f1f1f1;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
  }
  
  .obtn span{
    font-size: 10px;
  }
  
  .oicon svg {
    width: 40px;
  }
  .oprice {
    width: auto;
    min-width: max-content;
  }

  .priceBtn{
    font-size: 17px;
  }

  .apartirContainer {
    height: 0;
    float: right;
    position: relative;
    top: -3px;
  }

  .apartir {
    font-size: 10px;
    background-color: #d1d1d1;
    display: inline-block;
    padding: 3px 11px;
    border-radius: 0 10px 0 10px;
    color: #fff;
    font-weight: 500;
  }
}

.osingle input {
  display: none;
}

label.osingle{
  border: 2px solid #fff;
}

.addon:checked + label{
  border: 2px solid var(--green1);
}

.addon:checked + label .obtn{
  background-color: var(--green1);
}

.addon:checked + label .obtn #leplus{
  fill: var(--green1);
}

.obtn {
  min-width: 105px;
  justify-content: space-around;
}

.ricon {
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
  color: #000!important;
  background-color: #fff!important;
}

.accordion-button:focus{
  border:0!important;
  outline: 0!important;
  box-shadow: 0 0 0!important;
}

.rtitre{
  font-weight: 700;
    font-size: 18px;
}

.rextrait {
  font-size: 13px;
}

.accordion-button:not(.collapsed)::after{
  background-image: var(--bs-accordion-btn-icon)!important;
}

.rbtn{
  width: 30px;
    height: 30px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    transition: 0.5s;
}

.odescription p {
  margin: 0;
}

.ropen .rbtn {
  transform: rotate(180deg);
  transition: 0.5s;
}

.rinfo{
  display: none;
  transition: 0.5s;
}

.ropen .rinfo{
  display: block;
  transition: 0.5s;
}

.rinfo ul {
  padding-left: 17px;
  margin: 0;
  margin-left: 0px;
}

.rsingle .oprice {
  margin-top: 24px;
}

.rsingle .oicon svg {
  margin-top: 13px;
}

.sms {
  display: block;
  font-size: 16px;
}

.smspay {
  display: block;
  font-size: 16px;
}

#formulaire #sms {
    padding: 10px !important;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
}

#formulaire .form-check input {
    padding: 10px !important;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
}

.form-check {
  display: flex !important;
  align-items: center;
}

.form-check.bgcheck {
  display: flex !important;
  align-items: flex-start;
  background-color: #eaecf1;
  padding: 12px;
  border-radius: 10px;
  margin-top: 21px;
  font-size: 14px;
  border: 1px solid #dee2e6;
}
.form-check.bgcheck2 {
  display: flex !important;
  align-items: flex-start;
  background-color: #eaecf1;
  padding: 12px;
  border-radius: 10px;
  margin-top: 21px;
  font-size: 14px;
  border: 1px solid #dee2e6!important;
}

.bgcheck a {
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
}

.bgcheck input {
  margin-top: 9px!important;
}

.bgcheckError {
  background-color: #f9eef0!important;
  border: 1px solid var(--color1)!important;
}

.bgcheckError input{
  border:1px solid var(--color1);
}

.acceptBlock{
  display: none;
}

a.editInfo {
  font-weight: 500;
  text-decoration: none;
  color: var(--color1);
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
}

a.editInfo svg{
  margin-right: 10px;
}

a.editInfo path{
  fill:var(--color1)
}

.apayer {
  background-color: var(--green3);
  padding: 20px;
  font-size: 14px;
  border-radius: 9px;
  border: 1px solid var(--green2);
}

.apayer ul{
  margin: 0;
  padding-left: 20px;
}

.leprix span {
  font-size: 15px;
  font-weight: 700;
}

.leprix {
  font-size: 11px;
  display: inline-block;
}

.totalBloc {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--green2);
  font-size: 16px;
}

.addIcon svg {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.addIcon{
  margin-bottom: 10px;
}

.disabledOption {
  background: #eaeaea;
  border-color: #eaeaea!important;
  cursor: not-allowed;
  box-shadow: inset -3px -18px 20px #e3e3e3;
}

.locked {
  width: 100%;
  height: 100%;
  background-color: #ffffff6b;
  position: absolute;
  backdrop-filter: blur(1px);
  z-index: 111;
  top: 0;
  right: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.leloader{
  display: none;
}

.leloader svg{
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.leloader svg path{
  fill: #fff;
}

.percent50, .percent50-s{
  display:none;
}

.date-input-container input{
    text-align: left;
}

img.animalRecap {
  width: auto;
  height: auto;
  max-width: 90px;
  max-height: 90px;
}

#email + ul.ui-mailtip {
  zoom: 1;
  background-color: #fff !important;
  list-style: none !important;
  border: 1px solid #ccc !important;
  overflow-x: hidden !important;
  text-align: left !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  top: 52px !important;
  margin-left: 23px !important;
  width: 93% !important;
}


#saveEmail + ul.ui-mailtip {
  zoom: 1;
  background-color: #fff !important;
  list-style: none !important;
  border: 1px solid #ccc !important;
  overflow-x: hidden !important;
  text-align: left !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  top: 142px !important;
  margin-left: 23px !important;
  width: 93% !important;
  left: -6px!important;
}

#saveEmail{
  border-radius: 5px;
  padding: 13px 20px;
}

 .pOccasion , .pNeuf{
  display: none;
 }

 .colAnnee{
  position: relative;
  height: 0;
 }

 ul.ui-mailtip li p {
  font-size: 16px;
  font-style: initial;
  font-family: 'Poppins';
}

ul.ui-mailtip li.hover {
  background: var(--green3)!important;
  color: var(--green1)!important;
  transition: .3s;
}

ul.ui-mailtip li {
  padding: 5px 0px!important;
}

.modal .formLabel {
  font-size: 17px;
  margin-bottom: 10px!important;
}

.closeSaveEmail{
  display: none;
}

/* Added style */

.promoAnimaux .form-check{
  background-image: url(../media/chatchien.svg);
  display: flex !important;
  align-items: flex-start;
  background-color: #eaecf1;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 80px;
  background-size: 60px;
}

.promoAnimaux .form-check input {
   margin-top: 9px !important;
}

@media (max-width : 564px){

  .promoAnimaux .form-check{
    padding-right: 53px;
    background-size: 50px;
  }

}

.promoAnimaux{
  display: none!important;
}