td.actions {
  width: 100px;
}
.site.page-content {
  background-color: #fff;
}
.avatar-lg2 {
  width: 200px;
}
.avatar,
.avatar img {
  border-radius: 0px;
}
.card-footer {
  padding-left: 0;
  padding-right: 0;
}
.site-navbar {
  background-color: #0b6379;
}
.site-footer {
  background-color: #05313d;
  background-color: #05313d;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.badge-RDV {
  background-color: #00c1ba;
}
.nav-tabs-line .nav-link {
  padding: 13px;
}
.site-navbar {
  background-color: #1f5ab6;
}
.site .header {
  margin-bottom: 40px;
}

.site #description {
  font-size: 24px;
}
.form-wrap.step1 {
  padding: 0px 50px !important;
}
.site .form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 1140px;
  padding: 50px;
  margin: 10px auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  padding-bottom: 100px;
}
.page-contact.form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 1140px;
  padding: 50px;
  margin: 10px auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
/*  .form-wrap:before {
	  content: "";
	  width: 90%;
	  height: calc(100% + 60px);
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  position: absolute;
	  top: -30px;
	  background: #1F5AB6;
	  z-index: -1;
	  opacity: 0.8;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  } */

.site .form-group {
  margin-bottom: 5px;
}

.site .form-group > label {
  display: block;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}

.site .custom-control-label {
  color: #000;
  font-size: 16px;
}

.site input.form-control,
.page-contact input.form-control {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.site .form-control:focus {
  border-color: #1f5ab6;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site textarea.form-control,
.page-contact textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
  background: #ecf0f4;
}

.site .btn,
.page-contact .btn-primary {
  padding: 0.657rem 0.75rem;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site .btn-primary,
.page-contact .btn-primary {
  color: #fff;
  background-color: #1f5ab6;
  border-color: #1f5ab6;
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #1f5ab6;
  border-color: #1f5ab6;
  width: auto;
}
.site .btn-primary:hover {
  color: #1f5ab6;
  background-color: #ffffff;
  border-color: #1f5ab6;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site .btn-primary:focus,
.site .btn-primary.focus {
  color: #1f5ab6;
  background-color: #ffffff;
  border-color: #1f5ab6;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site .btn-primary:not(:disabled):not(.disabled):active,
.site .btn-primary:not(:disabled):not(.disabled).active,
.site .show > .btn-primary.dropdown-toggle {
  color: #1f5ab6;
  background-color: #ffffff;
  border-color: #1f5ab6;
}

.site .btn-primary:not(:disabled):not(.disabled):active:focus,
.site .btn-primary:not(:disabled):not(.disabled).active:focus,
.site .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.custom-control-inline {
  width: 100%;
}
.site .custom-control-input {
  z-index: 1;
  opacity: 1;
  position: relative;
  width: 100%;
}
.site .journy-type label {
  margin: 10px;
}

.header {
  background-image: url(../images/paris-header.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* padding: 210px; */
  height: 600px;
}
.nav-link:hover {
  background-color: transparent !important;
}
.navbar-nav a {
  color: #000;
}
.navbar {
  display: block;
}
.menu {
  background-color: #1f5ab6;
  color: #fff;
}
.menu li {
  display: inline-block;
  padding: 25px;
}
.menu ul {
  text-align: center;
}
.menu ul li a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 25px;
}
.footer {
  background-color: #04255a !important;
  color: #fff;
  padding: 10px 0px;
}
.footer li {
  list-style: none;
  margin-bottom: 15px;
}
.footer li a {
  color: #fff;
}
.card-transfert {
  padding: 10px;
  text-align: center;
  border: 1px solid #1f5ab6;
  margin-top: 50px;
  transition: 0.5s;
  margin-bottom: 50px;
}
.hr-featurebox {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  height: 0.1px;
  border: #1f5ab6 solid 0.5px;
}

.card-transfert:hover {
  cursor: pointer;
  border-color: #1f5ab6;
  color: #1f5ab6;
}
.card-transfert p {
  font-size: 16px;
  margin-top: 20px;
}
.site.survey-form {
  margin-top: -200px;
  width: 99%;
}

.label-radio-botton {
  width: 100%;
}
.label-radio-botton {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.label-radio-botton input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.form-group.journy-type input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.form-group.journy-type input[type='radio']:checked + .required {
  border: 2px solid #1f5ab6;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgb(29 49 82 / 10%);
  font-family: 'Poppins';
  color: #1d3152;
}
.form-group.journy-type input[type='radio']:checked + .required:hover {
  border: 2px solid #1f5ab6 !important;
}
.form-group.journy-type input[type='radio']:checked + .required::after {
  top: 25px;
  right: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '\f00c';
  font: normal normal normal 14px / 1 FontAwesome;
  color: #1f5ab6;
}

.label-radio-botton .label-radio-botton-content {
  padding: 20px 30px;
}
.label-radio-botton .label-radio-botton-content {
  padding: 30px 30px;
}
.label-radio-botton .label-radio-botton-content {
  color: var(--gris-1-dbarras, #7b777f);
  text-align: center;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15px;
}
#transfer_type label {
  width: 25%;
  margin: 0px !important;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
#transfer_type label:hover {
  font-weight: 600;
  border: 1px solid #76838f;
}
.form-control.invalid {
  border: 1px solid rgb(189, 1, 1) !important;
}
@media (max-width: 767.98px) {
  .page-content {
    padding: 30px 5px;
  }
  #transfer_type label {
    width: 25%;
    margin: 0px !important;
    text-align: center;
    padding: 10px 7px;
    cursor: pointer;
    position: relative;
    font-size: 10px;
  }
  .site {
    font-family: 'Poppins';
  }
  .site .form-wrap {
    padding: 10px 10px !important;
    padding-bottom: 100px !important;
  }
  .site .form-wrap.step1 .label-category {
    padding-left: 10px;
  }
  .form-group.journy-type input[type='radio']:checked + .required::after {
    top: 29px;
    right: 9px;
    position: absolute;
    width: 7px;
    height: 7px;
    content: '\f00c';
    font: normal normal normal 10px / 1 FontAwesome;
    color: #1f5ab6;
  }
  .page-contact.form-wrap {
    margin-right: 15px;
    margin-left: 15px;
    width: 93%;
    padding: 15px;
  }
  .site .form-group > label {
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
  }
  .site.survey-form {
    margin-top: 0px;
  }
}
.page-transferts{
  margin-top: 250px !important;
}
.page-transferts #transfer_back_type label {
  width: 25%;
  margin: 0px !important;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
.page-transferts .form-group.journy-type input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.form-group.journy-type{
  width: 100%;
}
.page-transferts #transfer_back_type label:hover {
  font-weight: 600;
  border: 1px solid #76838f;
}