	:root {
		--dark-blue: #183052;
		--green: #15aa77;
		--dark-green: #0d5358;
		--gray: #c9ced4;
	}
	  
    body {
      font-family: 'Open Sans', sans-serif;
      margin: 0px;
	  padding:0px;
      background-image: linear-gradient(246deg, rgba(102, 181, 172, 0.31) 34%, rgba(102, 181, 172, 0.1) 58%) !important;
	  color:#666666;
	  font-weight: 400;
	  /*line-height: 1.7em;*/
	  -webkit-font-smoothing: antialiased;
	  font-size: 14px;
    }
	  
	h1{
	  font-family: 'Maven Pro', sans-serif;
	  color:#183052;
	}
	
	#basc2 .et_pb_toggle_content li:before {
    content: '❌' !important;
    margin-right: 20px;
    }
    
    .summary-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: block;
    align-items: center;
        flex-direction: column;
    justify-content: center;
    font-size: 18px;
  }
  .summary-devis .loader {
    margin: 0 auto;
}
.summary-preloader span {
    font-weight: 300;
    justify-content: center;
    display: flex
;
    margin-top: 8px;
    color: #193053;
}
.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-container i {
  position: relative;
  cursor: pointer;
}
.fa-circle-info:before, .fa-info-circle:before {
    content: "\f05a";
    font-size: 20px !important;
}

.tooltip-text {
    position: absolute;
    bottom: -191%;
    left: -248%;
    transform: translateX(-50%);
    background-color: #183153;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

/* lorsque la souris est sur l'icône uniquement */
.tooltip-container i:hover + .tooltip-text {
  opacity: 1;
  visibility: visible;
}

	  
	  h2,h3{
		  font-weight:400;
		  margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	  }

     p{
		  margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	  }

    .clear10 { clear: both; height: 10px; }
    .clear20 { clear: both; height: 20px; }
	.clear30 { clear: both; height: 30px; }
	.clear50 { clear: both; height: 50px; }
	  
	.header{
		width:100%;
		height:119px;
		padding-top:10px;
		padding-bottom:10px;
		box-sizing: border-box;
		background:#FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	  
	.header .content{
		width:95%;
		max-width:1280px;
		height:85px;
		margin:auto;
		display:flex;
	}
	  
	.header .content .logo{
		width:18%;
	}
	  
	.header .content .logo img{
		width:100%;
	}
	  
	.header .content .progress_bar{
		width:82%;
		display:flex;
		align-content: space-around;
		justify-content: center;
		column-gap: 35px;
		margin-top:15px;
	}
	  
	.header .content .progress_bar .step-indicator{
		position: relative;
		font-size: 13px;
	}
	  
	.header .content .progress_bar .step-indicator::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #ddd;
		border-radius: 40px;
	}
	.select-option-dob select,
.date-naissance select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px; /* ou 0 si tu veux vraiment carré */
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
.block_dob_souscripteur select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px; /* ou 0 si tu veux vraiment carré */
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}

.block_dob_souscripteur
	  
	.header .content .progress_bar .step-indicator.active:before {
		background-color: rgb(18, 171, 119);
		outline: 2px solid rgba(18, 171, 119, .5);
	}
	  
	  
	.main_container{
		width:95%;
		max-width:1280px;
		display:flex;
		column-gap: 45px;
		margin:auto;
	 }
	  
	.column-left{
		width:33%;
		height: 340px;
		background: white;
		border-radius: 30px;
		box-sizing:border-box;
		padding:20px;
		/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	}
	  
	.column-left .img{
		width:75px;
		height:75px;
		margin:auto;
	}
	  
	.column-left .img img{
		width:100%;
	}
	  
	  .column-left .title{
		  text-align:center;
		  font-weight: 700;
		  color:#183052;
		  font-size:20px;
	  }
	  
	 .column-left .txt_step{
		  text-align:center;
	  }
	  
	  
	  
	.column-right{
		width:66%;
	}

    .page {
      display: none;
      background: white;
      padding: 20px 0px;
      border-radius: 30px;
      /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
      margin-bottom: 20px;
    }

    .active {
      display: block;
    }

    .navigation {
      text-align: center;
    }

    .navigation button {
      padding: 10px 20px;
      margin: 5px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      background-color: #007bff;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    #page3 .buttons-container {
    margin-top: 12px;
    padding: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    grid-column: 1 / -1;
}
 #page4 .buttons-container {
    margin-top: 12px;
    padding: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    grid-column: 1 / -1;
}
    
    
      .form-row {
    flex-wrap: nowrap; /* reste côte à côte même en mobile */
    display: flex;

  }
  .form-row > div {
    flex: 1 1 48% !important; /* légèrement moins large pour laisser un espace */
  }


    .navigation button:hover {
      background-color: #0056b3;
    }

    /*input[type="text"],
    input[type="email"] {
      padding: 12px 16px;
      width: 100%;
      max-width: 400px;
      font-size: 16px;
      border: 2px solid #d1d5db;
      border-radius: 8px;
      background-color: white;
      margin-bottom: 10px;
      transition: border-color 0.3s ease;
    }

    input:focus {
      outline: none;
      border-color: #175a5e;
    }*/
	  
	  
	.champs_txt{
	  padding: 15px 19px;
      width: 87%;
      font-size: 16px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      background-color: white;
      margin-bottom: 10px;
      transition: border-color 0.3s ease;
	}
	
	input#startDate {
    max-width: 34%;
    margin-top: -20px;
    z-index: 100;
}
	
	#form3 .champs_txt {
    padding: 15px 19px;
    width: 86% !important;
    font-size: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
}
	  
	.champs_txt:focus{
	    outline: 3px solid var(--dark-green);
    	border: 1px solid var(--green);
	}

    .error_message {
      color: #a00;
      font-size: 0.9em;
      margin-bottom: 10px;
      display: block;
    }
    
    form#form1
 {
    margin-bottom: 30px;
}

    .radio-group {
      display: flex;
      gap: 20px;
      margin-top: 10px;
      flex-wrap: wrap;
    }

    .radio-card {
      border: 2px solid #d1d5db;
      border-radius: 8px;
      padding: 16px 20px;
      cursor: pointer;
      transition: border-color 0.3s ease;
      user-select: none;
	  min-width: 126px;
	  display:flex;
	  align-items: center;
	  gap:16px;
    }

	.radio-card img{
		height:32px;
	}

    .radio-card.selected {
      border: 2px solid #175a5e;
    }

     .radio-card .img2{
      display:none;
	  width:24px;
	  height:24px;
    }
    .nextBtn .icon-svg
 {
    width: 19px;
    vertical-align: text-bottom;
}

.welcome-offer-tag-2 {
    position: absolute;
    top: -10%;
    right: 30% !important;
    transform: translateX(13%) !important;
    background-color: white;
    border-radius: 30px;
    padding: 4px 11px !important;
    font-weight: 800;
    color: #060a6a;
    box-shadow: 2px 2px 10px #e1e1e1;
}

div#recruemail
 {
    padding: 0px 8%;
}

    .radio-card.selected .img2{
      display:block;
    }

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

    .radio-card span {
      font-size: 14px;
      font-weight: bold;
      color: var(--dark-blue);
    }

    .animal-block {
      padding: 15px 0px;
      margin-bottom: 5px;
      border-radius: 8px;
      position: relative;
    }
    
    input#animalName {
    width: 60% !important;
    font-size: 17px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #008258 !important;
    letter-spacing: 1px;
}
input#animalName::placeholder {
    color: #33333391;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0px;
    text-transform:initial;
    }

    .animal-block h4 {
      margin-top: 0;
    }
    
    div#page3 {
    padding: 10px 30px;
}
#page4 {
    padding: 10px 20px;
}
    .start-date-tip {
        color: #183052;
    }

    .animal-header {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #8cbbaa14 !important;
    color: #0dac78;
    padding-left: 40px;
    padding: 22px;
    border: 1px solid;
    width: 50%;
    border-radius: 17px;
    margin: 0 auto;
    text-transform:uppercase;
}
span.nombre-animaux {
    background: #e4814c;
    width: 60%;
    padding: 6px 15px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 5px;
    text-transform: uppercase;
}

.animal-header:hover {
  background-color: #e0e0e0;
}

.animal-details {
  padding: 15px 0px;
  border-top: none;
}

    

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

	  
	  h3{
		  font-size: 18px;
    	color: #183052 !important;
	  }

    .remove-animal-btn {
      position: absolute;
     top: 15px;
    right: 15%;
      background: #ffe6e6;
      color: #c94343;
      border: none;
      border-radius: 4px;
      padding: 3px 8px;
      cursor: pointer;
    }
	  
	.invalid-field {
  background-color: #ffe5e5 !important;
  border: 1px solid red !important;
}  
    
	  
	  
	  .tarif-container {
      display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 35px;
    overflow-y: visible;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.tarif-card {
  flex: 0 0 293px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    position: relative;
    overflow: visible;
	
}


.formuleAdapte .tag{
	position: absolute;
    width: 150px;
    height: 81px;
    top: -30px;
    right: 0%;
    display: block !important;
    z-index: 1000;
    background: url(../img/best_formule.png) no-repeat;
    background-size: 80%;
}
#page2 .buttons-container {
    margin-top: -19px;
    padding: 20px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / -1;
}

.txt_formule_adapte{
	font-family: 'Days One', sans-serif;
	color:#FFFFFF;
	position:relative;
	    left: 30%;
    top: 12%;
}


.tarif-block-header{
	width:100%;
	display:flex;
	column-gap: 12px;
}

.tarif-block-header .image{
	width:20%;
}

.tarif-block-header .image img{
	width:100%;
}

.tarif-block-header .content{
	width:80%;
	    margin-top: 10px;
}

.tarif-block-header .intitule {
      font-size: 12px;
    color: #183152;
}

.tarif-formule {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Days One', sans-serif;
}

.tarif-price {
  text-align: left;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 15px;
	font-family: 'Days One', sans-serif;
}

.tarif-price sup{
  color: #2c3e50;
}

.tarif-guarantees {
  border: 2px dashed #ccc;
  padding: 10px;
  margin-bottom: 15px;
  text-align: left;
 border-radius:20px;
}
#page4 label {
    color: var(--dark-blue);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    display: flex
;
}

.tarif-guarantee {
  border-bottom: 2px dashed #CCC;
    padding-bottom: 20px;
    font-size: 12px;
    color: #2c3e50;
    padding-left: 10px;
    margin-top: 15px;
}

.tarif-guarantee:last-child {
  border-bottom: none;
  margin-bottom: 0px; 
  padding-bottom:20px;
}

.big-number {
  font-size: 1.9em;
    font-weight: bold;
    display: block;
}
  div#basc1 {
        max-width: 95% ;
        width: 95% ;
        margin: 0 auto;
    padding: 6px 0px;
    margin-bottom: 28px;
    }
        div#basc2 {
        max-width: 95% ;
        width: 95% ;
        margin: 0 auto;
    padding: 6px 0px;
    }
#page1 .buttons-container {
    position: relative !important;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0px 10px 25px 12px;
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 1000;
    box-shadow: none !important;
}


.tarif-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.tarif-details li {
  padding: 5px 0;
  /*border-bottom: 1px solid #eee;*/
}

.tarif-details li:last-child {
  border-bottom: none;
}
	  
	  .tarif-card.selected {
  border: 3px solid #2ab07e;
  box-shadow: 0 0 10px rgba(52,152,219,0.5);
}
h1#titreprinc {
    font-size: 33px;
    line-height: 1em;
}

	  .central-image{
		 width:45%;
		 margin:auto; 
		     padding-bottom: 10px;
	  }
	  
	   .central-image img{
		 width:100%;
	  }
	  
	  .txt-center{
		text-align: center;
		  
	  }
	  
	  sup{
		  color: #b9184d;
			font-size: 11px;
			top: 2px;
	  }
	  
	  .form-title{
		  color: #183052;
    		margin-bottom: 5px;
    		font-weight: bold;
    		font-size: 1rem;
	  }

h3#devis-free-title {
    font-size: 18px;
        padding-top: 20px;
}

.choices {
    width: 90% !important;
    max-width: 550px;
}
#page4 .ibanBox::placeholder {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
#page5 .welcome-offer {
        position: relative;
        padding: 28px !important;
        padding-right: 66px;
        background-color: #f2f2f2;
        border-radius: 30px;
        overflow: visible;
        margin: 77px auto 45px auto !important;
        max-width: 78% !important;
    }

.choices__inner {
  width: 100%;
  padding: 12px 16px 12px 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #193052;
  background-color: #fff;
  border: 1px solid var(--gray, #ccd1d9); /* fallback gris */
  border-radius: 0.75em;
  box-sizing: border-box;
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.2s ease;
}


.choices__inner:focus,
.choices__inner.is-focused {
  border-color: #014d41; /* vert foncé focus */
  outline: none;
}


.choices__placeholder {
  color: #b0b5be;
  font-style: italic;
}

.choices[data-type*="select-one"]::after {
  display: none !important;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-right: 40px;
}

.choices__list--single,
.choices__item--selectable {
  margin: 0;
  padding: 0;
}

.choices__list--dropdown {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-top: 4px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

.choices__list--dropdown .choices__item {
  padding: 12px 18px;
  font-size: 14px;
  color: #193052;
  cursor: pointer;
  transition: background-color 0.2s;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #eef4f2;
  color: #014d41;
}

input.choices__input.choices__input--cloned {
    max-width: 96%;
    margin: 10px auto !important;
    padding: 10px !important;
    outline: 1px solid #000 !important;
    background: #f7f7f7 !important;
	border-radius:0.75em;
	line-height:1.5em;
}

input.choices__input.choices__input--cloned:focus{	
	outline: 3px solid var(--dark-green);
	border: 1px solid var(--green);
}


p.racecroi {
    color: #183052;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
    background: #F7F7F7;
    padding: 19px 10px !important;
    margin-top: 7px;
    text-align: center;
    max-width: 366px;
    border-radius: 41px;
	margin: auto;
}

.special-bg {
    position: relative;
    background-color: #213250;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.invert-color{
	color: white;
}

.date-naissance{
	display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 68% !important;
    margin-block: 14px 9px;
    margin-inline-end: inherit;
}

.select-option-dob {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.special-bg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
}


select {
    margin-bottom: 5px;
    padding: 15px 19px;
    border-radius: 0.75em;
    border: 1px solid var(--gray);
    font-size: 14px;
    line-height: 1.5em;
    color: #193052;
    font-weight: 600;
    letter-spacing: 0px;
    width: 100%;
}
/* 
div#page3 {
    padding: 10px;
}
 */


.muted {
    color: #FFF;
    text-align: center;
}


.container-50-50 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
}

small.identiformat {
    font-size: 11px;
    line-height: 17px;
    color: #6d6d6d;
}

.radio-card2{
	    min-width: 85px;
	    gap: 36px;
}


.champs_txt2{
	padding: 15px 19px;
    border-radius: 0.75em;
    border: 1px solid var(--gray);
    font-size: 1.1em;
    line-height: 1.5em;
	    max-width: 300px;
	
}


.champs_txt3{
	padding: 15px 19px;
    border-radius: 0.75em;
    border: 1px solid var(--gray);
    font-size: 1.1em;
    line-height: 1.5em;
	max-width: none;
	width:92%;
}

button.btn-add-animal{
	margin: 19px auto !important;
    padding: 15px 60px;
    border-radius: 40px;
    background-color: #FFF !important;
    border: none;
    font-size: 1em;
    font-weight: bold;
    color: #213250;
    border: 1px solid #213250;
    width: fit-content;
    cursor: pointer;
    transition: .2s;
}

button{
	margin-top: 19px !important;
    padding: 22px 95px;
    border-radius: 40px;
    background-color: #0dac78;
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    width: fit-content;
    align-self: flex-end;
    cursor: pointer;
    transition: .2s;
}

.btn-add-animal:hover, button:hover {
    background-color: rgb(27, 51, 84);
}


.buttons-container {
    margin-top: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / -1;
}


button.not-important {
    font-size: 12px;
    background: #f3f2f3;
    color: #333;
    padding: 10px 25px 10px 20px;
}

.advantages-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 70px;
    justify-items: center;
    align-items: center;
    color: var(--dark-blue);
    margin: 0 9%;
	text-align:center;
}

.advantages-container img {
    width: 20%;
	    min-width: 57px;
    height: auto;
}

p.titreadvantage {
    font-weight: 700;
    padding-bottom: 0px;
	font-size:14px;
}

p.souseadvantage {
    font-size: 12px;
}

.formules-descr {
    font-size: 1.28rem;
    margin: 20px auto;
    line-height: 29px;
    max-width: 54%;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    color: var(--dark-blue);
}

.text-emphasis {
    color: var(--green);
    font-weight: 900;
    font-size: 1.3em;
}


.welcome-offer-2 {
        position: relative;
    padding: 30px 16px;
    text-align: center;
    /* padding-right: 120px; */
    background-color: #f2f2f2;
    border-radius: 30px;
    overflow: visible;
    margin: 35px auto 20px auto;
    max-width: 57%;
}
.sollyclas img
 {
    max-width: 100px;
    max-height: 40px;
}
.welcome-offer {
    position: relative;
    padding: 40px;
    padding-right: 120px;
    background-color: #f2f2f2;
    border-radius: 30px;
    overflow: visible;
    margin: 80px auto 45px auto;
    max-width: 57%;
}

.welcome-offer-tag {
    position: absolute;
    top: -10%;
    right: 50%;
    transform: translateX(50%);
    background-color: white;
    border-radius: 30px;
    padding: 4px 15px;
    font-weight: 800;
    color: #060a6a;
    box-shadow: 2px 2px 10px #e1e1e1;
}

.welcome-offer-text {
    color: #183052;
    line-height: 22px;
    font-weight: 600;
}

.welcome-offer-text span {
    font-weight: 900;
    color: var(--green);
}

.welcome-offer-img {
    position: absolute;
    right: -40px;
    top: -30px;
    width: 160px;
    z-index: 10;
}


.include_offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    justify-content: center;
    justify-items: center;
    gap: 44px;
    color: #183153;
    line-height: 19px !important;
	font-size:14px;
	list-style: none;
}

.include_offers li {
    text-align: center;
	list-style: none;
}

.include_offers span img {
    height: 32px;
}

.links {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: bold;
}

.links a {
    color: #15aa77;
    text-decoration: underline;
}

h3 {
    font-size: 22px;
}




.et_pb_toggle {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.et_pb_toggle_title {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  background-color: #ffffff;
  color: #183052;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.et_pb_toggle_title::before {
  content: "\f078"; /* fa-chevron-down */
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #474747;
  transition: transform 0.3s ease;
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  content: "\f077"; /* fa-chevron-up */
}

.et_pb_toggle_content {
  padding: 15px 20px;
  display: none;
  background-color: #fff;
	 color: #183052;
}

.et_pb_toggle_content ul li{
	list-style:none;
}

.et_pb_toggle_content li:before {
    content: '✅';
    margin-right: 20px;
}

.tarif-details li{
	display: flex;
    justify-content: space-between;
	color: #183152;
    font-size: 13px;
}

.summary-devis {
    position: relative;
    padding: 16px;
    padding-bottom: 15px;
    background-color: #f4f8fb;
    border-radius: 30px;
    border: 1px solid #eaeef1;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--dark-blue);
}

.summary-devis .crayon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 50px;
    top: 70px;
}

.summary-devis .crayon img{
    width:100%;
}

.summary-item {
    background-color: white;
    border: 1px solid #eaeef1;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
	    box-sizing: border-box;
}
.summary-item2 {
    background-color: white;
    border: 1px solid #eaeef1;
    display: flex
;
    justify-content: space-between;
    padding: 16px 30px;
    width: 83%;
    border-radius: 29px;
}


.summary-subitem {
    display: flex;
    justify-content: space-between;
    padding-block: 16px;
}

.summary-animal {
    border-bottom: 1px solid var(--gray);
}

.summary-animal-name {
    text-transform: uppercase;
    font-size: 1.35rem;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 800;
    color: #17aa77;
}

.summary-animal-identification {
    font-size: 12px;
    font-style: italic;
}

.prix {
    font-size: 1.4em;
    color: rgb(24, 49, 82);
    font-weight: bold;
}

.libelleFormule {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-family: 'Days One', sans-serif;
    margin-top: -3px;
    margin-bottom: 14px;
}

.text-emphasis {
    color: var(--green);
    font-weight: 900;
    font-size: 1.3em;
}

.start-date-tip {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #fcfcfd;
    border-radius: 16px;
    margin: 51px auto 40px auto !important;
    padding: 16px;
    box-shadow: 2px 2px 10px #f1f1f1;
    width: 65%;
    font-size: 13px;
}

.start-date-tip img {
    width: 64px;
    height: 64px;
}

.welcome-offer.remboursement {
    max-width: 100%;
    margin: 8px auto 45px auto;
    width: 83%;
    padding: 25px 32px;
}

.welcome-offer-text {
    color: #183052;
    line-height: 22px;
    font-weight: 600;
}
#page4 button {
    margin-top: 19px !important;
    padding: 26px 64px;
    border-radius: 40px;
    background-color: #0dac78;
    border: none;
    font-size: 1.35em;
    font-weight: bold;
    color: white;
    width: fit-content;
    align-self: flex-end;
    cursor: pointer;
    transition: .2s;
    align-items: center;
}


.rib {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #f9fafc;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--gray);
	color: var(--dark-blue);
}

.container-fit {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    gap: 9px;
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ibanBox{
	margin-bottom: 5px;
    padding: 15px 19px;
    border-radius: 0.75em;
    border: 1px solid var(--gray);
    font-size: 16px;
    line-height: 1.5em;
    color: #193052;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

div#nextsteps {
    margin-top: 75px;
}

#nextsteps h3 {
    text-align: center;
    font-weight: 900;
    color: #183052;
}

#nextsteps>p {
    text-align: center;
    margin-bottom: 20px;
    color: #183052;
}

.nextsteps-list {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
    gap: 8px;
}


.nextsteps-list li {
    display: flex
;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--gray);
    width: 85%;
    border-radius: 16px;
    font-weight: bold;
    color: #183052;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    --_c:no-repeat radial-gradient(farthest-side,#12ab77 92%,#0000);
    background: 
      var(--_c) top,
      var(--_c) left,
      var(--_c) right,
      var(--_c) bottom;
    background-size: 12px 12px;
    animation: l7 1s infinite;
  }
  @keyframes l7 {to{transform: rotate(.5turn)}}


.loading_block{
	margin-block: 32px;
		padding: 32px;
		border-radius: 16px;
		background-color: white;
		max-width: 720px;
		margin: 0 auto;
		display: flex
	;
		gap: 16px;
		text-align: center;
		align-items: center;
	   justify-content: center;
}

.animal-header.closed {
 background-color: #0f31250f;
    color: #0dac78;
    padding-left: 40px;
    padding: 22px;
    border: 1px solid;
    width: 50%;
    border-radius: 17px;
    margin: 0 auto;
}

.animal-header.closed::before {
  content: '';
  display: inline-block;
  width: 20px; 
  height: 20px;
  margin-right: 8px; 
  background-image: url('../img/tickMark.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: revert;
	left: 30px;
}

.error {
    margin: 0 auto;
    padding: 32px !important;
    border: 2px solid rgb(220, 38, 38);
    background-color: rgba(220, 38, 38, .2);
    color: rgb(220, 38, 38);
    border-radius: 16px;
    text-align: center;
    overflow-wrap: break-word;
    max-width: 260px;
}
#form3 {
    padding-bottom: 0px;
}

.tarif-card .formule-checkbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    margin-left: auto;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray);
    position: absolute;
    top: 16px;
    right: 16px;
}

.tarif-card.selected .formule-checkbox{
	border: 6px solid var(--green);
	 width: 10px;
    height: 10px;
}


.overlay{
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.75);
	position: fixed;
	z-index: 999;
	top:0px;
}

.overlay .overlay_content{
	width:100%;
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
}

.address-suggestions {
	display: none; /* caché par défaut */
	width: 100%;
	border: 2px solid #99bbaf;
	background: #fff;
	position: absolute;
	z-index: 1000;
	border-radius: 16px;
	padding: 17px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.address-suggestions div {
	padding: 8px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.address-suggestions div:last-child {
	border-bottom: none;
}


@media (max-width: 940px) {
	.column-left{
		display:none;
	}
	
	.column-right {
		width: 100%;
	}
	
	
	.header {
		width: 100%;
		height: 153px;	
	}
	
	
	.header .content {
		flex-direction: column;
		align-items: center;
	}
	
	.header .content .logo {
    	width: 100%;
        max-width: 220px;
        margin-bottom: 10px;
	}
	
	.image_p1{
		width: 70% !important;
	}
	
	.special-bg-icon{
		display:none;
	}
	
	
	.date-naissance {
    grid-template-columns: 1fr;
  }
	
	.block_dob_souscripteur{
	display: grid !important;
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
        justify-content: center;
        align-items: center;
        gap: 10px;
                width: 100% !important;
	}
	
	.block_dob_souscripteur select{
		width:100% !important;
	}
	
	.radio-group {
		flex-direction: column;
	}
	.start-date-tip {
        width: 88% !important;
        color: #183052;
    }
    .address-suggestions {
    
    width: 90% !important;
    z-index: 3000;
;
input#adresse_souscripteur {
    width: 90% !important;
}
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
	

  .container-fit > .input-container {
    width: 100%;
  }

  .container-fit input {
    width: 68% !important;
  }
	
	.block_bic{
		flex-direction: row;
		width: 49%;
	}
	
	
}


@media (max-width: 768px) {
    h1.txt-center {
        font-size: 27px !important;
    }
      #page1 .buttons-container {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px 10px 25px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    
            #page2 .buttons-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px 10px 25px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    #page3 .buttons-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px 10px 25px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    
        #page4 .buttons-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0px 10px 25px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    
    div#recruemail {
    padding: 0px 5% !important;
}
.remove-animal-btn {
    position: absolute;
    top: 15px;
    right: 5% !important;
    margin-top: -20px !important;
}
    form#form1 {
    margin-bottom: 58px !important;
}
.radio-group {
        flex-direction: row; /* pour garder les boutons côte à côte */
        flex-wrap: wrap;     /* pour qu’ils passent à la ligne si pas assez de place */
        justify-content: center; /* optionnel, pour centrer */
    }
.date-naissance {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
        justify-content: center;
        align-items: center;
        gap: 10px;
                width: 100% !important;
    }
    
    .block_dob_souscripteur {
    display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
        justify-content: center;
        align-items: center;
        gap: 10px;
                width: 100% !important;
    }
    .champs_txt2 {
    padding: 15px 19px;
    border-radius: 0.75em;
    border: 1px solid var(--gray);
    font-size: 1.1em;
    line-height: 1.5em;
    max-width: 285px !important;
}
.welcome-offer-2 {
    max-width: 87% !important;
}

.welcome-offer {
        position: relative;
        padding: 28px !important;
        padding-right: 66px;
        background-color: #f2f2f2;
        border-radius: 30px;
        overflow: visible;
        margin: 60px auto 45px auto !important ;
        max-width: 78% !important;
    }
    

.include_offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
    justify-items: center;
    gap: 29px !important;
    color: #183153;
    line-height: 19px !important;
    font-size: 14px;
    list-style: none;
    padding: 0px !important;
}
.welcome-offer-tag-2 {
    position: absolute;
    top: -10%;
    right: 26% !important;
    transform: translateX(13%) !important;
    background-color: white;
    border-radius: 30px;
    padding: 4px 11px !important;
    font-weight: 800;
    color: #060a6a;
    box-shadow: 2px 2px 10px #e1e1e1;
}
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    font-family: inherit;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

/* Supprimer l'icône de calendrier sur Safari iOS */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.radio-card2 {
    min-width: 110px !important;
    gap: 36px;
}
    div#basc1 {
        max-width: 95% !important;
        width: 95% !important;
        margin: 0 auto;
    padding: 6px 0px;
    margin-bottom: 28px;
    }
        div#basc2 {
        max-width: 95% !important;
        width: 95% !important;
        margin: 0 auto;
    padding: 6px 0px;
    }
input#animalName {
    width: 80% !important;
    font-size: 17px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #008258 !important;
    letter-spacing: 1px;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-right: 40px !important;
    padding-top: 19px !important;
    padding-bottom: 17px !important;
    margin-top: 10px;
}
  

.champs_numero_identification {
    width: 100% !important;
    text-align: center;
}
.animal-header.closed {
    width: 70% !important;
}
.animal-header{
    width: 70% !important;
}
.advantages-container {
display:none;}
.formules-descr {
                font-size: 18px !important;
        margin: 10px auto 10px auto;
        line-height: 29px;
        max-width: 90% !important;
        text-align: center;
        font-weight: 600;
        margin-top: -11px !important;
        letter-spacing: 0px;
        font-family: Open Sans, Arial, sans-serif;
    }
    

        #page4 .container-fit {
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)) !important;
    }
    
        .welcome-offer-img {
        position: absolute;
        right: -17px !important;
        top: -59px !important;
        width: 113px !important;
        z-index: 10;
    }
    #form3 {
    padding-bottom: 81px !important;
}
    
 #startDate {
    width: 52%;
    margin-top: -36px;
    z-index: 100;
}
    
    .welcome-offer-tag {
        position: absolute;
        top: -13% !important;
        right: 36% !important;
        transform: translateX(13%) !important;
        background-color: white;
        border-radius: 30px;
        padding: 4px 20px !important;
        font-weight: 800;
        color: #060a6a;
        box-shadow: 2px 2px 10px #e1e1e1;
    }
    .formuleAdapte .tag {
    position: absolute;
    width: 150px;
    height: 81px;
    top: -36px !important;
    right: -3% !important;
    display: block !important;
    z-index: 1000;
    background: url(../img/best_formule.png) no-repeat;
    background-size: 80%;
}
.include_offers span:has(img) {
        margin: 0 auto;
        display: flex
;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        box-shadow: none;
        height: 60px !important;
        width: 60px !important;
        padding: 8px;
        margin-bottom: 20px;
    }
    .include_offers span img {
    height: 52px !important;
}

.libelleFormule {
        font-size: 1.1rem !important;
    }
   .form-row {
    flex-wrap: nowrap; /* reste côte à côte même en mobile */
    display: flex;

  }
  .form-row > div {
    flex: 1 1 48% !important; /* légèrement moins large pour laisser un espace */
  }

  #prenom_souscripteur.champs_txt {
    padding: 15px 19px;
    font-size: 16px;
    width: 77% !important;  /* un peu plus lisible sur petit écran */
  }
  #nom_souscripteur.champs_txt {
    padding: 15px 19px;
    font-size: 16px;
    width: 77% !important;  /* un peu plus lisible sur petit écran */
  }
  #cp_souscripteur.champs_txt {
    padding: 15px 19px;
    font-size: 16px;
    width: 77% !important;  /* un peu plus lisible sur petit écran */
  }
  #ville_souscripteur.champs_txt {
    padding: 15px 19px;
    font-size: 16px;
    width: 77% !important;  /* un peu plus lisible sur petit écran */
  }
  #adresse_souscripteur.champs_txt {
    padding: 15px 19px;
    font-size: 16px;
    width: 88% !important; 
  
}
#form3 .form-title {
    font-size: 13px;
}

.form-row {
  display: flex;
  flex-wrap: nowrap !important; /* On les force à rester côte à côte */
  gap: 10px;
}

.form-row > div {
  flex: 1 1 0;
  min-width: 150px;
}

#page4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
        padding-bottom: 30% !important;
}
#page4 .welcome-offer-text {
    font-size: 13px;
}
.nextsteps-list {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 8px;
    padding-left: 0px;
}
input#startDate {
    max-width: 50%;
    margin-top: -20px;
    z-index: 100;
}
div#page3
 {
    padding: 10px 15px !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .radio-group {
        flex-direction: row;        /* pour garder les boutons côte à côte */
        flex-wrap: wrap;            /* pour qu’ils passent à la ligne si pas assez de place */
        justify-content: center;    /* pour centrer */
    }

    .date-naissance {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales */
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100% !important;
    }
        .image_p1 {
        width: 48% !important;
    }
}

@media (width: 1024px) and (orientation: portrait),
       (width: 1366px) and (orientation: landscape) {
    .column-left {
        display: none !important;
    }
    .column-right {
    width: 100% !important;
}
