@font-face {
  font-family: GEDinarOne;
  src: url("../fonts/GEDinarOne.ttc");
}

html {
  scroll-behavior: smooth;
}

body * {
  font-family: GEDinarOne, sans-serif;
}

body {
  background-image: url("../images/IGPPP-MainBg.png");
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  border-left: 5px solid #d0112b;
  height: auto;
}
#topheader {
  padding: 1%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 2;
  align-items: center;
  top: 0;
  transition: 0.5s all;
}
#topheader.scrolling {
  background-color: #f8f8f8;
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 20%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 20%);
}
#topheader.scrolling .logo svg {
  width: 60% !important;
}

/*** Spinner ***/
#spinner {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* .menu-top {
  justify-content: space-around;
} */
.navbar-light .navbar-toggler-icon {
  background-image: url("front/img/lines.svg") !important;
}
.navbar-light .navbar-toggler {
  border: none !important;
}
.menu-top-user-panel {
  justify-content: space-around;
}
.menu-top i {
  font-size: 30px;
  color: #d0112b;
  transition: 0.5s all;
}
.menu-top a,
.dropbtn {
  font-size: inherit;
  color: #000;
  transition: 0.5s all;
  font-weight: 500;
}
#topheader .logo svg {
  width: 80% !important;
}
.left-line {
  border-left: 5px solid #d0112b;
}
.fr-text {
  font-size: 1.6rem;
}

.ar-text {
  /*font-family: GEDinarOne  !important;*/
  font-size: 1rem !important;
}
.ar-text h2 {
  /*font-family: GEDinarOne  !important;*/
  font-size: 1.4rem !important;
}
.img-f {
  margin: 2%;
}
.hTitle {
  font-size: 1.9rem !important;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "Myriad Pro", sans-serif; */
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 8% 0;
  height: 95vh;
}
.login {
  padding: 5% 0;
}
.login .col-md-6 svg {
  padding-top: 40px !important;
}
.logo img {
  width: 80%;
  margin: auto;
  max-width: 200px;
}
h2 {
  font-size: 20px;
}

.userdetails {
  width: 100% !important;
}
.userdetails .col-md-4 {
  text-align: end;

  padding-right: 0 !important;
}
.register .contents {
  padding: 1rem 0;
}
.disp-contact {
  max-width: 100%;
}
.row.disp-contact .col {
  padding-right: 0;
}
/**************containt page***********/
.home-page-content {
  padding-top: 12%;
}

/* .userdetails .col-md-8 { 
  padding-left: 0 !important;
  padding-right: 0 !important;
   
    width: auto !important;
    max-width: fit-content !important;
} */
.resetpwd {
  padding: 6rem 0;
}
.yon label {
  margin-left: 20%;
}
.rightSide {
  padding-left: 20px !important;
}
/* Responsive  */

@media (max-width: 400px) {
  .content .btn {
    min-width: 120px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 356px) {
  .formItem p {
    font-size: 1rem !important;
  }
  .formItem h3 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 786px) {
  textarea.form-control {
    width: 90% !important;
    margin-left: 0 !important;
  }

  .file-upload__button {
    width: 90% !important;
  }
  .select2-container {
    width: 94% !important;
  }
  .blockdisplay input,
  .iti--allow-dropdown {
    padding: 0 !important;
  }
  .form-group input {
    margin: 0 !important;
  }
  #profil_IntituleDuPoste {
    margin: 0;
    width: 87% !important;
  }
  .file-upload .file-upload__button {
    width: 87% !important;
  }
  .iconprofil {
    display: flex !important;
  }
  .iconprofil .col-md-1 {
    width: 18% !important;
  }

  .img-f {
    margin: 2%;
    width: 90%;
  }
  .select2-container {
    width: 100% !important;
  }
  .iti {
    padding-left: 7px !important;
  }
  #profil_NomUtilisateurGoogle {
    margin: 0 !important;
  }
  .file-upload__button {
    width: 100%;
  }
  .row.disp-contact .col,
  .blockdisplay .col {
    padding-right: 0;
    padding-left: 0;
  }

  .contactprofil label {
    max-width: 100% !important;
    padding-bottom: 10px !important;
  }
  .col-md-6 .row {
    padding-bottom: 10px !important;
  }

  .itemLabels input {
    margin: 0 20px !important;
  }
  .itemLabels label {
    max-width: 60% !important;
  }

  .subheader .col {
    padding-left: 15px !important;
  }
  .ar-text {
    padding-top: 0px !important;
  }
  .userdetails {
    display: flex !important;
  }
  .col-md-6,
  .col-md-10 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0;
  }
  .userdetails .col-md-8 {
    width: 70%;
    text-align: left;
  }

  .form-title h2 {
    font-size: 1.4rem !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rightSide {
    padding-left: 0 !important;
  }
  label {
    max-width: 10%;
  }
  .steps {
    /* padding: 50px 0; */
    text-align: center;
  }
  .logo svg {
    width: 80% !important;
  }

  .mainInt {
    width: 90%;
    margin: auto;
  }
  .mainInt h4 {
    font-size: 1rem !important;
  }
  .hTitle {
    font-size: 1rem !important;
    width: 90%;
    margin: auto;
    padding-bottom: 5%;
  }
  .yon {
    display: flex;
  }
  .yon .col-md-3 {
    width: 45% !important;
  }
  .contactprofil input,
  .contactprofil select {
    width: 100% !important;
    margin: auto;
    max-width: 100% !important;
  }
  #Interface-1 .img-left {
    display: none;
  }

  .photo {
    padding-left: 0 !important;
  }
  .content {
    width: 95vw !important;
  }
  .card-body {
    margin: 0 !important;
    margin: 0 !important;
  }
  .ml-4 {
    margin-left: 0 !important;
  }
  .disp-contact {
    display: block;
  }
  .disp-contact .col-md-1 {
    width: 10%;
  }
  .disp-contact .col-md-11 {
    width: 80%;
  }
  .disp-contact .col {
    width: 100%;
  }
  .dropbtn {
    font-size: 10px !important;
    padding: 16px 8px !important;
    outline: none !important;
  }

  .topheader .col-md-9 {
    width: 40%;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .topheader .col-md-3 {
    width: 55%;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .col-md-11 h1 {
    font-size: 1.2em;
  }
  .userdetails .col-md-4 {
    width: 30% !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .userdetails .col-md-8 {
    width: 65% !important;
    padding-right: 0 !important;
    margin-left: 5px !important ;
    padding-left: 0 !important;
  }
  .dropdown:hover .dropdown-content {
    margin-left: -60px !important;
  }

  .button:focus {
    outline: none !important;
  }
  footer p {
    font-size: 0.5em;
  }
  h2 {
    font-size: 16px;
  }
  .form-group label {
    width: 100%;
  }
  body {
    background-image: url("../images/bg-mobile.png") !important;
    overflow-x: hidden;
  }
  .ml-5 {
    margin-left: 0 !important;
  }
  .btn-form .ml-5 {
    margin-left: initial !important;
  }
  .container {
    width: 90% !important;
  }
  .form-page .col-md-6 {
    padding: 0 25px !important;
  }
  .content .bg {
    height: 500px;
  }
  body {
    background-image: none !important;
  }
}
.custom-zoom {
  bottom: 0.5em;
  left: 0.5em;
}
.custom-zoom button {
  background-color: rgba(40, 40, 40, 0.7);
  border-radius: 50%;
}
.content .contents,
.content .bg {
  width: 50%;
}

@media (max-width: 1199.98px) {
  .content .contents,
  .content .bg {
    width: 100%;
  }
}

.content .contents .form-group,
.content .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  padding: 15px 15px;
  border-bottom: none;
  position: relative;
  background: #ffff;
  max-height: 70px;
}
.content .contents .form-group label,
.content .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.content .contents .form-group input,
.content .bg .form-group input {
  background: transparent;
}
.content .contents .form-group {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  max-height: 70px;
  height: 70px;
}

.content .contents .form-group label,
.content .bg .form-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
}
.content .contents .form-group.focus,
.content .bg .form-group.focus {
  background: #fff;
}
.content .contents .form-group.field--not-empty label,
.content .bg .form-group.field--not-empty label {
  margin-top: -20px;
}
.form-group.field--not-empty input {
  background-color: #fff !important;
  margin-top: -5px;
}
/* .first label , .last label {
        margin-top: -20px !important;
      } */
.content .contents .form-control,
.content .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0;
}
.content .contents .form-control:active,
.content .contents .form-control:focus,
.content .bg .form-control:active,
.content .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content .bg {
  background-size: cover;
  background-position: center;
}
.delete-btn-2 {
  padding: 0 17px !important;
  height: 40px !important;
}
.content table th a,
.content table th span {
  color: #fff !important;
  text-decoration: none;
}

a.dropdown-item.action-Liste.réponses span,
a.dropdown-item.action-Répondre span {
  color: #707070 !important;
}
ul.pagination span {
  color: #707070 !important;
}
.btn-info {
  color: #000 !important;
}
.content .btn {
  min-width: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

.content .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: rgb(106, 108, 109);
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.control .caption {
  position: relative;
  top: 0.2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #6c63ff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #847dff;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon" !important;
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-primary {
  border-style: none;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
  border-style: none !important;
}
.main-btn {
  background-color: #d0112b;
  border-radius: 0;
  padding: 15px 30px;
  border-style: none;
  color: #fff;
}
.maj-btn {
  background-color: #d0112b;
  border-radius: 0;
  padding: 15px 40px;
  border-style: none;
}
.show-btn {
  padding: 3px 15px;
  background-color: #d0112b !important;
  border: none !important;
  border-radius: 0 !important;
}
.second-btn {
  background-color: #818386 !important;
  border-radius: 0;
  padding: 15px 30px;
  border-style: none;
}
.second-btn :hover {
  background-color: #d0112b !important;
}
.btn-block {
  width: 200px !important;
}
.btn-block + .btn-block {
  margin-top: 0rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a62834;
  border-color: #a62834;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #580f16;
  border-color: #a62834;
}

.btn-form {
  display: flex;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(26, 9, 9) !important;
  border-color: #0000 !important;
}
/* h3 {
    color: #C00020 ;
    text-transform: uppercase;
    font-weight: 700;
} */
.title {
  text-align: center;
}
.title.text-left {
  text-align: left !important;
}

.col-md-5 img {
  width: 80%;
}
.img-left {
  padding: 7% 0;
  text-align: center;
}
.img-left img {
  width: 60%;
}
.img-left svg {
  width: 60%;
}
/* .logo svg {
  width: 16%;
} */
footer {
  display: flex;
}
footer p {
  color: #000;
  font-weight: 500;
}
.container {
  min-height: 75vh;
}
.contents {
  padding: 1rem 0;
}
.btn-form a {
  color: #fff;
  text-decoration: none;
}

.redline {
  width: 100%;
  border-bottom: 10px solid #c00020;
}

/* Header */
header {
  padding-top: 15px;
  min-height: 200px;
  width: 88%;
  margin: auto;
}
/* Profil */
.page-profil {
  background-image: url("../images/IGPPP\ -\ Profile\ –\ 1.png");
  border-left: 10px solid #d0112b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-profil .container,
.form-page .container {
  min-width: 90% !important;
}
.page-profil h2 {
  font-size: 1.3rem !important;
}
.profil {
  width: 100%;
  margin: auto;
}
.contactprofil label {
  display: block;
  max-width: 100%;
}
label {
  max-width: 80%;
}
.contactprofil input {
  max-width: 100%;
}

.contactprofil input,
.contactprofil select,
#txtRd {
  display: block;
  background-color: #ffff;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  border-style: none;
  border-left: 5px solid #c00020;
  border-radius: 0;
  height: 60px;
}
.contactprofil {
  padding-left: 0 !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 15px;
}
.select2-container--default .select2-selection--single {
  border-style: none;
}
.select2-selection--single {
  background-color: #fff !important;
  border-left: 5px solid #c00020 !important;
  border-radius: 0 !important;
  min-height: 60px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background-color: #70707015;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #c00020 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #c00020 transparent transparent transparent !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px !important;
}
.contactprofil select {
  min-height: 60px;
  width: 80%;
}
.contactprofil select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #c00020;
  transition: 0.25s all ease;
  pointer-events: none;
}

.img-profil img {
  width: 40px;
  height: 40px;
  border-radius: 55%;
  border: 2px solid #c00020;
}
.profil-name {
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
}
.blockdisplay {
  display: block !important;
}
.photo {
  padding-left: 10vw;
}

.contactprofil select {
  padding: 20px 20px 20px 30px;
}

.mirror {
  transform: rotateY(180deg);
}
.rendered-form {
  text-align: left;
}
.rendered-form .form-control {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  max-height: 70px !important;
  height: 70px !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0 !important;
}
#formDynamic button {
  background-color: #c00020 !important;
  color: #fff;
  border: none !important;
  min-width: 150px;
  padding: 15px 30px;
  border-radius: 0 !important;
}
#formDynamic button:hover {
  background-color: #701010;
  box-shadow: 0 8px 24px 0 rgb(16 39 112 / 20%);
  color: #ffff !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c00020;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #70707081;
  box-shadow: 0 0 0 0.2rem #ff0e0e21;
  border-radius: 0;
}

.subheader .form-title .ar-text {
  font-size: 1.3rem !important;
}
.form-title h2 {
  font-size: 1.8rem;
}
.form-page .btn-form a,
.form-page .btn-form button {
  min-width: 150px;
}
.form-page .form-check-input {
  width: 70px;
  height: 70px;
}
/* input[type="text"] ,  input[type="email"] ,  input[type="number"]  {
   min-height: 60px ;
 } */

.yon input[type="radio"] {
  border-left: none !important;
  width: 70px !important;
  height: 70px !important;
}
input[type="radio"] {
  width: 35px !important;
  height: 35px !important;
}
.round-button input[type="radio"] {
  box-shadow: none !important;
}
.round-button .option-input:checked::before {
  margin: 0 !important;
  font-size: 24px;
  width: 4px;
  height: 34px;
  content: "\002B24";
}
.round-button input[type="checkbox"] {
  width: 60px !important;
}
.round-button .option-input:checked::before {
  margin: 0px 0px !important;
}
.round-button .form-check-input {
  border: 3px solid #707070;
  border-radius: 50%;
  margin-bottom: 15px;
}
.form-page .round-button .form-check-input {
  width: 45px;
  height: 45px !important;
}
.img-comment {
  width: 75%;
}
.form-page .col-md-6 {
  padding: 0 5%;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #c00020;
}
.option-input:hover {
  background: #7070702f;
}
.option-input:checked {
  background: #ffff;
  color: #c00020;
  margin-bottom: 15px;
}
.option-input:checked::before {
  margin: 14px 13px;
  width: 44px;
  height: 48px;
  display: flex;
  content: url(../images/check-v.svg);
  position: absolute;
  align-items: center;
  justify-content: center;
}
.option-input:checked::after {
  background: #ffff;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-checkbox:checked::before {
  margin: 0px 0px !important;
  width: 37px !important;
  height: 63px !important;
  display: flex;
  content: url(../images/check-v.svg);
  position: absolute;
  align-items: center;
  justify-content: center;
}
.option-checkbox {
  margin-bottom: 20px;
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

textarea.form-control {
  max-width: 100%;
}

textarea {
  display: block;
  background-color: #ffff;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  border-style: none !important;
  border-left: 5px solid #c00020 !important;
  border-radius: 0 !important;
  width: 80%;
  min-height: 100px;
}
.round-button .row {
  max-width: 100%;
}
.right-line {
  border-right: 5px solid #c00020;
}

.customfile label {
  display: flex;
  padding: 0.5em 1em;
  cursor: pointer;
  font: 1.5em "Myriad Pro", sans-serif;
  color: #707070;
  background-color: #ffff;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  border-style: none;
  border-left: 5px solid #c00020;
  border-radius: 0;
  min-height: 60px;
  width: 80%;
}
.modal-body {
  background-color: #ffff;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
}

.customfile label + input[type="file"] {
  display: none;
}

.customfile label::before {
  content: " ";
  display: inline-block;
  height: 2em;
  width: 2.2em;
  margin: 0 0.5em 0 -0.3em;
  background-image: url("../images/add-file.svg");
  border-bottom-left-radius: 50% 50%;
}
.filetxt {
  color: #707070;
  font-size: 14px;
  margin-top: 15px;
}

.frlabel {
  font-size: 18px;
}
label {
  font-weight: 500;
}
.point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c00020;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 0 !important;
  padding: 0.6rem 1rem !important;
}
.patrimoine {
  margin-top: -10px;
  width: 100%;
  position: inherit;
  right: 0;
}

.form-check-input {
  margin-left: 0.5rem !important;
}
.container {
  max-width: 85vw !important;
}
/* textarea.form-control {
      margin-left: 0.6rem;
} */

/* step line */

.steps svg {
  max-width: 80% !important;
}

.card-body {
  min-height: 200px;
  margin: 15px;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  background: #ffff;
}
.table thead {
  background-color: #707070;
  color: #ffff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  background: #ffff;
  padding-bottom: 5%;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

#Interface-1 {
  padding: 5% 0 !important;
}
#Interface-1 .img-left {
  padding: 0 0;
}

.dropbtn {
  background-color: transparent;
  color: #707070;
  padding: 15px;
  font-size: 15px;
  border: none;
  text-transform: capitalize;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: rgba(221, 221, 221, 0.411);
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* 
.dropdown:hover .dropbtn {background-color: rgba(221, 221, 221, 0.411);} */

/* .dropbtn::after {
  content:  "\2304";
  font-size: 2rem;
  font
} */
.card {
  background-color: transparent !important;
  border: none !important;
}
.card-header h2 {
  font-size: 2rem !important;
}
.alert-warning {
  padding: 0.75rem 3.25rem;
}
#profil_Ville {
  max-width: 300px;
}

.reqed {
  color: #c00020;
}
.btn-primary,
.page-item.active .page-link {
  background-color: #c00020 !important;
  color: #fff;
  border: none !important;
}
.ea-dark-scheme .form-switch .form-check-input:checked,
.form-switch .form-check-input:checked {
  background-color: #c00020 !important;
  border: 1px solid #c00020;
}
.action-label,
.header-for-field-id {
  color: #fff !important;
}

/* téléphone */

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
/* table  */
table th {
  max-width: 80vw;
}
table tr {
  border-bottom: 1px solid #d6d6d6;
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
/* file-upload  */
.file-upload {
  display: block;
  align-items: center;
  font-size: 15px;
}

.file-upload__input {
  display: none !important;
}

.file-upload__button {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 4px;
  outline: none;
  padding: 0.5em 0.8em;
  margin-right: 15px;
  color: #707070b9;
  font-size: 0.8em;
  /*font-family: "Quicksand", sans-serif;*/
  font-weight: bold;
  cursor: pointer;
  background-color: #ffff;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  border-style: none;
  border-left: 5px solid #c00020;
  border-radius: 0;
  min-height: 60px;
  text-align: left;
  margin-bottom: 15px;
}

.file-upload__label :before {
  content: "	\01F5F3";
}
.file-upload__label {
  max-width: 250px;
  font-size: 0.9em;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/* modal */
.modal-dialog {
  max-width: 500px !important;
  margin: 40vh auto !important;
}
/* map */

.ol-attribution {
  display: none !important;
}
#map .ol-overlay-container {
  padding: 2px 10px;
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  max-height: 70px;
  background: #ffff;

  margin-left: 15px;
  margin-top: -21px;
}

div.ol-overlay-container::before {
  margin: -5px 7px;
  content: url(../images/pin-map.svg);
  position: absolute;
  align-items: center;
  justify-content: center;
  left: -34px;
  top: 8px;
}

.map {
  height: 500px !important;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(255 241 241 / 15%) !important;
  box-shadow: 0 0 0 0.1rem rgb(255 241 241 / 5%) !important;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  background-color: #ffff !important;
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

.input-item {
  background: #fff;
  color: #333;
  padding: 14.5px 0px 15px 9px;
  border-radius: 5px 0px 0px 5px;
}

/* Show/hide password Font Icon */
#eye {
  background: #fff;
  color: #333;

  margin: 5.9px 0 0 0;
  margin-left: -20px;
  padding: 15px 9px 19px 0px;
  border-radius: 0px 5px 5px 0px;

  float: right;
  position: relative;
  right: 1%;
  top: -0.2%;
  z-index: 5;

  cursor: pointer;
}
/* inputs form  */
input[class="form-input"] {
  width: 240px;
  height: 50px;

  margin-top: 2%;
  padding: 15px;

  font-size: 16px;
  /*font-family: 'Abel', sans-serif;*/
  color: #5e6472;

  outline: none;
  border: none;

  border-radius: 0px 5px 5px 0px;
  transition: 0.2s linear;
}
input[id="txt-input"] {
  width: 250px;
}
/* focus  */
input:focus {
  transform: translateX(-2px);
  border-radius: 5px;
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

/*       Forgot Password button FAF3DD  */
.frgt-pass {
  background: transparent;
}

/*     Sign Up button  */
.sign-up {
  background: #b8f2e6;
}

/* buttons hover */
button:hover {
  transform: translatey(0.5px);
  box-shadow: none;
}

/* buttons hover Animation */
button:hover {
  animation: ani9 0.4s ease-in-out infinite alternate;
}
@keyframes ani9 {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(1px);
  }
}
.partner svg {
  max-width: 200px;
  padding: 10px;
}
.partner h3 {
  text-transform: capitalize !important;
}
.partner {
  padding-left: 1vw;
}
.sp-width {
  max-width: 100% !important;
}
.part img {
  width: 60%;
  margin: auto;
}
.part {
  box-shadow: 0 1em 1em -1em rgb(0 0 0 / 10%);
}
.copyright svg {
  width: 16% !important;
}
.copyright img {
  width: 16% !important;
}
.copyright {
  display: flex;
}
.td a {
  display: inline-table;
}
.td a :before {
  content: "	\01F5F3";
  font-size: 14px;
  padding-right: 5px;
  color: #c00020;
}

.resetpwd {
  padding: 7% 3%;
}
.spInput {
  width: 97% !important;
}
.spInput input {
  margin-left: 0.6rem;
}
.itemLabels {
  padding-bottom: 10px;
  box-shadow: 0 1em 1em -1em rgb(0 0 0 / 10%);
  max-width: 100%;
}
.form-group {
  position: relative;
  display: block;
}
.form-style {
  padding: 10px 20px;
  padding-left: 55px;
  width: 100%;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
}
.input-icon {
  position: absolute;
  top: 13px;
  left: 18px;
  font-size: 20px;
  line-height: 48px;
  text-align: left;
  color: #707070a3;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input::-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input:-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input::-webkit-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn {
  height: 50px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2);
}
.delete-note {
  padding: 0 17px;
}
.btn:active,
.btn:focus {
  background-color: #701010;
  color: #ffff !important;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}
.btn:hover {
  background-color: #701010;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
  color: #ffff !important;
}

.resetpwd {
  padding: 6rem 0;
}
.yon label {
  margin-left: 20%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.itemLabels input[type="checkbox"] {
  width: 70px !important;
}

#Notes {
  width: 85% !important;
}
.space {
  margin: 0 2% !important;
}
/**********form steps***********/
#form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#form fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.finish {
  text-align: center;
}

#form fieldset:not(:first-of-type) {
  display: none;
}

/* #form .previous-step, .next-step {
  width: 100px;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  float: right
} */
.demande-form-2 .btn.btn-success {
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 15px;
  background: #c00020;
}

#form .previous-step:hover,
#form .previous-step:focus {
  background-color: #000000;
}

#form .next-step:hover,
#form .next-step:focus {
  background-color: #c00020;
}

.text {
  color: #c00020;
  font-weight: normal;
}

#progressbar {
  cursor: pointer;
  width: 100% !important;
  overflow-x: scroll !important;
  margin-bottom: 30px;
  color: lightgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
}
::-webkit-scrollbar-thumb {
  background: #cf5c360e;
  border-radius: calc(15px / 2);
  width: 10px !important;
}
::-webkit-scrollbar {
  width: 1px;
  background: #f7ece100;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #step1:before {
  content: " \25CF";
  font-size: 59px;
}

#progressbar #step2:before {
  content: " \25CF";
  font-size: 59px;
}

#progressbar #step3:before {
  content: " \25CF";
  font-size: 59px;
}

#progressbar #step4:before {
  content: " \25CF";
  font-size: 59px;
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 69%;
  display: block;
  font-size: 60px !important;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  margin: 0 auto 0px auto;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #c00020;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #c00020;
}
.form-request h2.hTitle {
  border-left: 5px solid #c00020;
  padding-left: 15px;
}
.form-request h2.ar-text {
  border-left: none;
  padding-left: 0;
  border-right: 5px solid #c00020;
  padding-right: 15px;
}
/************progress bar****************/
.bar-progress .progresses {
  display: flex;
  align-items: center;
}

.bar-progress .line {
  width: 120px;
  height: 2px;
  background: rgb(129, 131, 134);
}

.bar-progress .steps {
  display: flex;
  background-color: rgb(129, 131, 134);
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bar-progress .steps .active {
  background-color: #d0112b;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 15px;
  border: 3px solid #fff;
}
.bar-progress .steps .not-active {
  background-color: rgb(129, 131, 134);
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 15px;
  border: 3px solid #fff;
}
input#profil_Telephone,
input#profil_Mobile,
input#profil_TelephoneOrganisme,
input#profil_FaxOrganisme {
  padding-left: 92px !important;
}
/*********** btn form**************/
.previous-step {
  float: left;
}
.save-step,
.next-step {
  float: right;
}
/*************upload image*************/
#my-image,
#use {
  display: none;
}
.croppie-container {
  width: 80% !important;
}
.croppie-container input.cr-slider {
  border: none !important;
  background: #ffffff08 !important;
  box-shadow: none !important;
  width: 300px !important;
  margin: 0 auto !important;
}
.blockdisplay {
  width: 100%;
  text-align: center;
}
#use {
  width: auto !important;
}
#btnSubmit {
  width: auto;
}
#btnSubmit img {
  margin-right: 10px;
}

.btnform {
  text-align: right;
}

.switch label {
  max-width: 100%;
}
/*************responsive**************/
@media (max-width: 1354px) {
  .navbar-nav,
  .dropbtn {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 992px) {
  .userdetails .col-md-3 {
    width: 100% !important;
  }
  .userdetails .col-md-9 {
    width: 100% !important;
  }
  .userdetails .col-md-3 {
    width: 100% !important;
  }
  .navbar-light .navbar-toggler {
    background-color: #fff !important;
  }
  .menu-top a {
    color: #2a2a2a !important;
    font-size: 20px;
  }
  .dropbtn {
    color: #2a2a2a !important;
    font-size: 20px !important;
  }
}
