body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
/* #wrap {
  background-color: #f2f2f2;
  padding: 20px;
} */
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #6AD1CB;
} */
.oe_structure {
  /* background-color: #fff; */
  /* padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  font-size: 14px;
  margin: 0 auto;
}
.ws-semibold {
  font-weight: 700;
}
.ft-cust-30 {
  font-size: 30px;
}
.ft-cust-20 {
  font-size: 20px;
}
.slider-text {
  padding: 20px;
  background-color: #004080;
  color: #fff;
  text-align: center;
}
.row {
  margin-bottom: 2px;
}
.margins-d {
  margin-bottom: 2px;
  margin-left: 30px;
  margin-right: 30px;
}

.card-border-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.input-group {
  margin-bottom: 0px;
}
.modal {
  display: none;
  position: fixed;
  /* z-index: 1; */
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-dialog {
  margin: 30px auto;
  max-height: 100%;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.modal-content {
  margin-top: 30px;
  margin-bottom: 20px;
}
.modal-header,
.modal-footer {
  text-align: center;
}
.button-light-gray {
  color: #D3D3D3;
}
.button-light-gray:hover {
  color: #D3D3D3;
}
.button-blue-bg-shade4 {
  color: blue-bg-shade4;
}
.radio-cell {
  display: inline-block;
  position: relative;
  /* width: 50px;  */
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  /* margin-right: 20px;  */
  margin-right: 15px; 
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px; 
}

.radio-cell input[type="radio"] {
  position: absolute;
  top: 25%;
  left:5%;
  opacity: 2;
  width: 50%;
  height: 50%;
}

.radio-cell-large-xl {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  margin-right: 10px; 
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px; 
}
.radio-cell-large-xl input[type="radio"] {
  position: absolute;
  top: 25%;
  left: 5%;
  opacity: 2;
  height: 50%;
}
.radio-cell-large-xxl {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px; 
}
.radio-cell-large-xxl input[type="radio"] {
  position: absolute;
  top: 25%;
  left: 5%;
  opacity: 2;
  height: 50%;
}
.customcontainer {
  /* background-color: #fff; */
  max-width: 1050px;
  margin: auto auto;
  background-image: url('/diego_orderportal/static/img/formebleue_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px 70px;
  margin-bottom: 30px;
  
}
.ft-cust-700 {
  font-weight: 700;
  font-size: 25px;
  margin-left: -10px;
}
.drivercustomcontainer {
  /* background-color: #fff; */
  max-width: 1050px;
  margin: auto auto;
  background-image: url('/diego_orderportal/static/img/formebleue_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 75px;
}
.ft-cust-120 {
  font-weight: 600;
  font-size: 12px;
}
.customcontainer_auth {
  max-width: 900px;
  /* min-height : 1600px; */
  margin: 0 auto;
  background-image: url('/diego_orderportal/static/img/formebleue_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:280px 100px;
}
/* Style pour la superfposition */
.image-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  text-align: center;
}
.image-overlay img {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
}
.close-overlay {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.send_button {
  margin-left: 30px; 
}
.ft-cust-500 {
  font-weight: 500;
  font-size: 16px;
}
.oe_structure-d {
  background-color: #E5E5E5;
  /* background-position:12px 0px; */
  background-image: url('/diego_orderportal/static/img/layout-gris-2.png');
  font-size: 14px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.customcontainer-d {
  background-color: #fff;
  max-width: 1050px;
  margin: auto auto;
  background-image: url('/diego_orderportal/static/img/formebleue_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 70px 70px; */
  /* margin-bottom: 30px; */
}

.titles {
  color:black; 
  text-align: center;
}

.sub-titles {
  color:black; 
}
.tab-sub-titles {
  color:black; 
  font-size: 15px;
}
.sub-titles-between {
  color:black; 
  margin-left: 5px; 
  margin-right: 5px; 
}
.sec-titles {
  display: inline-block;
  width: 100%; 
  border-bottom: 2px solid;
}

.min-p {
  color:black; 
  font-size: 11px;
}


.radio-cell-ok {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  /* margin-right: 10px;  */
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px; 
}

.radio-cell-ok input[type="radio"] {
  position: absolute;
  top: 25%;
  left:5%;
  opacity: 2;
  width: 50%;
  height: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.radio-cell-type {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  margin-right: 20px; 
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px; 
}

.radio-cell-type input[type="radio"] {
  position: absolute;
  top: 25%;
  left:5%;
  opacity: 2;
  width: 30%;
  height: 50%;
}

.radio-cell-res {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  margin-right: 20px; 
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 4px; 
}
.radio-cell-res input[type="radio"] {
  position: absolute;
  top: 25%;
  left: 5%;
  opacity: 2;
  height: 50%;
}

.plus-bt {
  border-radius: 2px; 
  background-color: white; 
  border: 1px solid #000; 
  width: 40px;
}

.radio-cell-ok-res {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  margin-right: 12px; 
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 4px; 
}

.radio-cell-ok-res input[type="radio"] {
  position: absolute;
  top: 25%;
  left:10%;
  opacity: 2;
  /* width: 50%; */
  height: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.radio-cell-ok-ress {
  display: inline-block;
  position: relative;
  height: 30px; 
  background-color: #f7f9fc; 
  border: 1px solid #66add3;
  margin-right: 1px; 
  padding-left: 21px;
  padding-right: 10px;
  padding-top: 4px; 
}

.radio-cell-ok-ress input[type="radio"] {
  position: absolute;
  top: 25%;
  left:5%;
  opacity: 2;
  /* width: 50%; */
  height: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

