.section-foot p, .section-foot a {
    color: #495057!important;
    font-size: 14px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.section-foot div.signature-tdp a.sign {
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-foot div.signature-tdp a.sign:after {
    content: "";
    background-image: url(../img/logo_rond_terredepixels.png);
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0;
    bottom: 2px;
}

.section-foot div.signature-tdp a.sign:before {
    content: 'Faisons germer vos idées';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 9px;
    color: rgba(255, 255, 255, 0);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-foot div.signature-tdp a.sign:hover:before {
    content: 'Faisons germer vos idées';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    height: 25px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-foot div.signature-tdp span {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #e75000;
    font-weight: bold;
}

.card-connexion {
  font-size: 16px;
}

.card-body span {
  height: 50px;
}
.card-body  .dropdown-menu > li > .dropdown-item > span{
  height: auto!important;
}
.card-body input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #0d6efd;
  background-color: #f8f9fa;
}

.card-body textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #0d6efd;
  background-color: #f8f9fa;
}

.banniere {
  position: relative;
  width: 100%;
  height: 150px;
  font-size: 50px;
  text-align: center;
  line-height: 150px;
  color: #fff;
  z-index: 1;
  background: none;
  overflow: hidden;
  box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
  border-radius: 0.25rem;
}

.banniere::before{
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  filter: blur(4px);
  background-image: url("../img/cariere.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#intervention{
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #218838;
}

#exampleFormControlTextarea1 {
  background-color: #f8f9fa!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: 1px solid #0d6efd!important;

}

.dropdown.bootstrap-select.form-control {
  background-color: rgba(255, 255, 255, 0)!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: 1px solid #0d6efd!important;
}

.dropdown.bootstrap-select.form-control {
  background-color: rgba(255, 255, 255, 0)!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: 1px solid #0d6efd!important;

}

.card-body span {
  position: relative;
}

.card-body svg {
  width: 17px!important;
  height: 100%!important;
  margin-right: 10px;
}

.nav-tabs .nav-link {
    background-color: #f7f7fc;
    height: 60px;
    line-height: 60px;
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
}

.alert-connexion {
    position: relative;
    padding: .95rem;
    border: 0 solid transparent;
    border-radius: .2rem;
    display: block;
    padding: auto;
    margin-top: -120px;
    text-align: center;
    line-height: 100%;
}

.alert {
    position: relative;
    padding: .95rem;
    border: 0 solid transparent;
    border-radius: .2rem;
    display: block;
    padding: auto;
    text-align: center;
    line-height: 100%;
}

.form-control.search-input {
  background-color: #f8f9fa!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: 1px solid #0d6efd!important;
}

.input-group-text {
  background-color: #f8f9fa!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  border-bottom: 1px solid #0d6efd!important;
}

.alert a{
    float: left;
}

.srch-header {
  width: 175px;
  border: none;
  transition: all 0.5s ease-in-out;
}

.srch-header:hover {
  width: 260px;
  border-bottom: 1px solid #3b7ddd;
}

.interv h6 {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.interv:hover h6 {
  opacity: 1;
  color: #3b7ddd;
}

.div_reparation {
  opacity: 0;
  z-index: 0;
}

.div_reparation_after {
  opacity: 1;
  z-index: 1;
}

.div_operation {
  opacity: 1;
  z-index: 1;
}

.div_operation_after {
  opacity: 0;
  z-index: 0;
}

.transition {
  transition: all 0.5s ease-in-out;
}

.div_piece {
  opacity: 0;
}

.div_piece_after {
  opacity: 1;
}

.div_valise {
  opacity: 0;
}

.div_valise_after {
  opacity: 1;
}

.div_presse {
  opacity: 0;
}

.div_presse_after {
  opacity: 1;
}

.div_remorque {
  opacity: 0;
}

.div_remorque_after {
  opacity: 1;
}

.radio {
  z-index: 1;
  padding-top: 10px;
}

.form-label {
  font-weight: bold;
}

.op {
  margin-top: 7px;
}

.has-search {
  position: relative;
}

.has-search .form-control {
    padding-left: 2.8rem;
    height: 2.8rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control-feedback2 {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
    right: 0;
    line-height: 2.8rem;
    text-align: center;
    pointer-events: none;
    color: #28a745;
    opacity: 0;
}

.has-search .form-control-feedback2-after {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
    right: 0;
    line-height: 2.8rem;
    text-align: center;
    pointer-events: none;
    color: #28a745;
    opacity: 1;
}

@media (min-width: 761px){
  .resp2{
    margin-left: 45px;
  }
}

@media (max-width: 1250px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 100%!important;
  }
}

@media (max-width: 991px){
  .col-md-6 {
    flex: 0 0 auto!important;
    width: 100%!important;
  }
  .card-body input {
    height: 100px;
    font-size: 35px;
  }
  .card-body textarea {
    font-size: 35px;
  }
  .form-check-input {
    height: 60px!important;
    width: 60px!important;
  }
  .form-check {
    padding-left: 5rem!important;
  }
  .chk2{
    top: 70px;
    left: 600px;
  }
  .lbl_st{
    top: 1px;
    left: 450px;
    position: absolute;
    width: 300px;
  }
  .tp_col{
    margin-top: 20%;
  }
  .filter-option-inner-inner {
    font-size: 35px;
  }
  .bootstrap-select>.dropdown-toggle {
    height: 100px;
    font-size: 35px;
  }
  .filter-option-inner-inner{
    margin-top: 3%;
  }
  .dropdown-menu.inner.show>li{
    font-size: 300%;
  }
  .dropdown-menu.inner li>a{
    height: 150px;
    vertical-align: middle;
  }
  .card-body h5 {
    font-size: 50px;
  }
  .card-body label {
    font-size: 300%!important;
  }
  .card-header .card-title {
    font-size: 300%!important;
  }
  .nav-link.dropdown-toggle.d-none.d-sm-inline-block{
    font-size: 300%!important;
  }
  .nav-link.dropdown-toggle.d-none.d-sm-inline-block .fas.fa-user{
    margin-right: 20px;
  }
  .lbl_mach{
    margin-bottom: 12%;
  }
  .navbar.navbar-expand.navbar-light.navbar-bg{
    height: 150px;
  }
  .sidebar-toggle{
    width: 200px!important;
    height: 200px!important;
  }
  .sidebar.collapsed{
    font-size: 50px;
  }
  .sidebar-nav span{
    display: none;
  }
  .sidebar-dropdown span{
    display: none;
  }
  .align-middle{
    font-size: 50px;
  }
  .reset{
    width: 178px;
    height: 62px;
    font-size: 200%;
  }
  .dropdown-menu.dropdown-menu-right.show{
    width: 100%;
    height: 180%;
    font-size: 250%;
  }
  .dropdown-toggle:after {
    border: solid;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
  }
  .hamburger,.hamburger:after,.hamburger:before{
    cursor: pointer;
    border-radius: 1px;
    height: 7px;
    width: 54px;
    background: #495057;
    display: block;
    content: "";
    transition: background .1s ease-in-out,color .1s ease-in-out;
  }
  .hamburger{
    position: relative;
  }
  .hamburger:before{
    top: -15px;
    width: 54px;
    position: absolute;
  }
  .hamburger:after{
    bottom: -15px;
    width: 46px;
    position: absolute;
  }
  .sidebar-toggle:hover .hamburger,.sidebar-toggle:hover .hamburger:after,.sidebar-toggle:hover .hamburger:before{
    background: #3b7ddd;
  }
  .hamburger-right,.hamburger-right:after,.hamburger-right:before{
    right: 0;
  }
  a.list-group-item{
    text-decoration: none;
  }
  .main{
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    background: #f7f7fc;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  a:not([href]):not([tabindex]) {
    color: #495057;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #495057;
    text-decoration: none;
  }
  .mb-3{
    margin-bottom: 2.5rem!important;
  }
  .table.table-borderless.table-striped.table-bordered.table-hover{
    font-size: 35px;
  }
  .liste_projet_corbeille .fas.fa-file-pdf{
    font-size: 35px!important;
  }
  .div_con{
    width: 50%!important;
    margin-top: 20%!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .div_con h1 {
    font-size: 35px!important;
  }
  .input_mdp{
    width: 200px!important;
    height: 60px!important;
    font-size: 25px!important;
  }
  .div_con input {
    height: 60px!important;
  }
  .alert{
    font-size: 35px;
  }
  .alert h4{
    font-size: 35px!important;
  }
  .close{
    font-size: 35px;
  }
  .sidebar [data-toggle=collapse]:after {
    content: " ";
    border: solid;
    border-width: 0 .85rem .85rem 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(45deg);
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    transition: all .2s ease-out;
  }
  .add{
    width: 178px;
    height: 62px;
    font-size: 200%;
  }
  .cookiesContent p {
    font-size: 35px!important;
  }
  .cookiesContent button.close {
    width: 60px!important;
    font-size: 50px!important;
  }
  .cookiesContent button.accept {
    font-size: 35px!important;
  }
  .cookiesContent button.accept2 {
    font-size: 35px!important;
  }
  .cookiesContent img {
    width: 102px!important;
  }
  .btn-archive{
    width: 60px!important;
    height: 60px!important;
  }
  .btn-archive i{
    font-size: 35px!important;
  }
}

.div_con {
  margin: auto;
}

#chargement {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255, 0.5);
  z-index: 10;
}

#chargement::after {
  content: "";
  background-image: url('../img/ajax-loader.gif');
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
}

.fas.fa-file-alt{
  font-size: 16px;
}

.btn-archive{
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out;
  background-color: rgba(58, 123, 218, 0);
  border-color: rgba(58, 123, 218, 0);
  border-radius: 50%;
  transform: translateY(-50%);
}

.td_archive{
  position: relative;
}

.btn-archive:hover {
  color: #ffffff;
  background-color: rgba(58, 123, 218, 0.5);
  border-color: rgba(58, 123, 218, 0.5);
}

.btn-archive i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}

.btn-archive2{
  width: 35px;
  height: 35px;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: rgba(58, 123, 218, 0);
  border-color: rgba(58, 123, 218, 0);
  border-radius: 50%;
}

.td_archive2{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}

.btn-archive2:hover {
  color: #ffffff;
  background-color: rgba(58, 123, 218, 0.5);
  border-color: rgba(58, 123, 218, 0.5);
}

.btn-archive2 i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}

.cookiesContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 30px 30px 70px;
}

.cookiesContent button.close {
    width: 30px;
    font-size: 20px;
    color: #c0c5cb;
    align-self: flex-end;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
  }
.cookiesContent img {
    width: 82px;
    margin-bottom: 15px;
  }
.cookiesContent p {
    margin-bottom: 40px;
    font-size: 18px;
  }
.cookiesContent button.accept {
    background-color: #3B7DDD;
    border: none;
    border-radius: 5px;
    padding: 14px;
    font-size: 16px;
    color: white;
    box-shadow: 0px 6px 18px -5px rgba(59, 125, 221, 1);
    position: relative;
    display: inline-block;
    float: left;
    width: 49%;
  }

  .cookiesContent button.accept2 {
      width: 49%;
      margin-right: 2%;
      position: relative;
      display: inline-block;
      float: left;
      background-color: #C2C2C2;
      border: none;
      border-radius: 5px;
      padding: 14px;
      font-size: 16px;
      color: white;
      box-shadow: 0px 6px 18px -5px rgba(194, 194, 194, 1);
}


.div_btn {
  position: relative;
  width: 100%;
}

ckeditor {
    -webkit-user-select: text;
    user-select: text
}
