.page-id-2 .page-container .page-content-container .page-content{
	overflow:visible !important;
}

#FveCustomer legend{
  color:#00ac45;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border: 0;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--l) !important;
  border-bottom: 1px solid #ebebeb;
  width:100%;
}

#FveCustomer legend.required:after {
  content: " *";
  color: red;
}

#FveCustomer .post-content img{
    margin: 7px 0 !important;
}

#FveCustomer #go-to-coordonnes{
    border: 1px solid #CCC;
    padding: 6px;
    border-radius: 4px;
    background: #EAE7E7;
    font-weight: bold;
    margin: 5px 0;
    display: inline-block;
}

#FveCustomer a{
	color: #00AC45;
	font-weight: bold;
}

#FveCustomer a:hover{
	text-decoration:underline;
}


#FveCustomer #ajax-offre{
    position:relative;
}
#FveCustomer #ajax-offre.sending::after{
    background: #00000080;
    position: absolute;
    height: 100%;
    top: 0;
    width: 105%;
    content: '';
    left: -2%;
    border-radius: 5px;
}

#FveCustomer hr{
    border: none;
    height: 1px;
    background-color: #eaeaea;
}

.text-green{
    color:green;
}

.text-red{
    color:red;
}

.text-italic{
    font-style: italic;
}

.text-12{
    font-size:12px;
}

.text-10{
    font-size:10px;
}

#FveCustomer fieldset{
	margin: 20px 0 20px 0;
  padding: 15px 0;
  border:0;  
}

#FveCustomer #customer-form-part3 fieldset{
    margin:0 !important;
    padding: 5px 0;
}

#FveCustomer .required:after {
    content:" *";
    color:#1AB373;
}

#FveCustomer .form-group .required:after, #FveCustomer .row .required:after{
    color:#000 !important;
}

#FveCustomer .alert-info{
    background: #7a89a6;
    color: #fff;
    border: 1px solid #577aa0;
    padding: 10px;
    margin-top: 15px;
}

#FveCustomer .alert.alert-danger{
	background: #ffcfcf;
	color: #f91f1f;
	border: 1px solid #ffd1d1;
	padding: 10px;
	margin-top: 15px;
}

#FveCustomer .icon-help{
	padding: 2px 5px;
    color: #FFF;
    background: #A29F9F;
    border-radius: 50%;
    font-size: 10px;
	cursor: help;
}

#FveCustomer .chosen-container-single .chosen-single span{
    margin-top:5px;
}

#FveCustomer #account_favorite_store_chosen{
    margin-top:5px;
}

#FveCustomer .chosen-container-single .chosen-single{
    height: 34px;
}

#FveCustomer .chosen-container-single .chosen-single div b{
    margin-top:5px;
}

#FveCustomer #mode-reglement .col-md-4:first-child{
    text-align:left !important;
}

#check-partner-code-link{
    border: 1px solid #808080;
    padding: 9px;
    border-radius: 5px;
    color: #000;
}
#check-partner-code-link:hover{
   background:#ECEAEA;
}

#tunnel-navigation ul{
    list-style: none;
    padding:0;
    clear: both;
}

#tunnel-navigation{
    font-size:18px;
}

.number-rounded{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font-size:22px;
    display: inline-block;
}

.active .number-rounded{
    background:#005b56;
    color:#FFF;
}

.active{
    color:#005b56;
}

form input.error, select.error{
    border:1px solid red !important;
}
input[type="radio"].error{
    border:1px solid red;
    outline: 1px solid red
}

.format-files{
    font-style: italic;
    font-size:13px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

#yousign-iframe{
  width: 100%;
  height: 700px;
  border:0;
}

#FveCustomer table th{
	text-align:left;
}
#FveCustomer table img{
  max-width: 100%;
  height: auto;
  margin: 13px 0;
  vertical-align: middle;
}

/**
* New grid
*/
.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Optionnel : espace entre les colonnes */
    margin: 0 -10px; /* Pour compenser le padding latéral des colonnes */
}

/* Colonnes avec une base en pourcentage */
.col-1 {
    flex: 1; /* 1 unité de flex-grow */
}
.col-2 {
    flex: 2; /* 1 unité de flex-grow */
}
.col-3 {
    flex: 3; /* 1 unité de flex-grow */
}
.col-4 {
    flex: 4; /* 1 unité de flex-grow */
}
.col-11 {
    flex: 11; /* 11 unités de flex-grow */
}	

@media (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .col-3, .col-11 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; /* Centrer le contenu sur mobile */
    }
    .text-right {
        text-align: center !important;
    }
}

/**
Old bootstrap style
**/
/* Layout Helpers */
/* Grid System */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.col-md-1, .col-md-11, .col-sm-3, .col-sm-9, .col-xs-3, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

.col-md-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

.col-sm-3, .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-sm-9, .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-12,
.col-sm-4, .col-sm-6, .col-sm-12,
.col-xs-4 {
  padding: 15px;
  box-sizing: border-box;
}

.col-md-2 { width: 16.666%; }
.col-md-4, .col-xs-4 { width: 33.333%; }
.col-md-5 { width: 41.666%; }
.col-md-6 { width: 50%; }
.col-md-12, .col-sm-12 { width: 100%; }

@media (max-width: 768px) {
  .col-sm-4 { width: 33.333%; }
  .col-sm-6 { width: 50%; }
  .hidden-xs { display: none; }
}

/* Form Elements */
.form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 15px;
}

/* Custom Elements */
/*.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}*/

.cta {
  background: transparent !important;
  border: 1px solid #005B56 !important;
  border-radius: 2px !important;
  color: #005B56 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-left: 0 !important;
  padding: 12px 20px !important;
  display:inline-block;
}

.btn-primary {
  border: 0 !important;
  border-radius: 2px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-left: 0 !important;
  padding: 12px 20px !important;
  display:inline-block;
}

/* Text Utilities */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-italic { font-style: italic; }
.text-12 { font-size: 12px; }

/* Tunnel Navigation */
#tunnel-navigation {
  margin-bottom: 20px;
}

#tunnel-navigation .number {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #ddd;
  margin-right: 8px;
}

#tunnel-navigation .active .number {
  background-color: #005b56;
  color: #FFF;
}

/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Horizontal Rule */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
}

