

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    background: var(--bg-body);
    height: 100vh;
    color: var(--text-primary) !important;
}
body{
    padding-top: 50px;
    font-weight: 400;
    letter-spacing: normal;
}
:root {
    font-size: 16px;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    --text-primary: #ffffff;
    --transition-speed: 250ms;
}

.dark {
    --text-primary: #ffffff;
    --text-secondary: #00D9AD;
    --bg-primary: linear-gradient(#303030, #1d1d1d);;
    --bg-body: linear-gradient(#181818, #0c0c0c);
}

.light {
    --text-primary: #222222;
    --text-secondary: #00D9AD;
    --bg-primary: linear-gradient(rgb(240, 240, 240), rgb(255, 255, 255));
    --bg-body: #ffffff;
}
a {
    text-decoration: none;
}
.row {
    --bs-gutter-x: 0rem;
}
.npe{
    pointer-events: none;
}
input{
    border-radius: 3px !important;
}

/* GOOGLE PLACES */

.text-green{
    transition: all 0.3s;
    color: #000;
    font-weight: 500;
}
.text-green:hover{
    color: #00D9AD;
    cursor: pointer;
}

.pac-icon {
    display: none;
}

.pac-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgb(122, 122, 122);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.pac-item-query {
    font-size: 16px;
    height: 20px;
}

.pac-container {
    border-radius: 7px;
    margin-top: 5px;
    z-index: 100000;
}


/* BALISES */

input[type='text'],
textarea,
input[type='password'],
input[type='email'] {
    padding-left: 7px;
}
form div{
    display: inline-block;
}
textarea{
    resize: none;
}

/* CHECKBOX */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.custom-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #00D9AD;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* NAVBAR */

#navbar-items{
    width: 100%;
}
#close-navbar{
    display: none;
    font-size: 45px;
    top: 25px;
    right: 25px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
#close-navbar:hover{
    background-color: rgb(238, 238, 238);
}
#background-blur{
    z-index: 1000;
    position: absolute;
    display: none;
    background-color: #00000050;
    top: 0;
    left: 0;
    width: 991px;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bg-primary);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}
.navbar-light .navbar-nav .nav-link {
    color: var(--text-primary);
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 15px;
    padding: 5px 20px;
    margin: 0px 5px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: rgb(235, 235, 235);
}

.logo{
    width: 220px;
}
.navbar-nav{
    justify-content: center;
    padding-right: 130px;
}

.manage-user{
    border: 1px #00D9AD solid;
    margin-left: auto;
    background-color: #00D9AD;
}
.compte-link{
    position: absolute;
    right: 50px;
}
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgb(211, 211, 211);
    width: 140px;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu a {
    margin: 7px 0;
}

.dropdown-menu .dropdown-item {
    color: rgb(0, 0, 0);
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgb(235, 235, 235);
}
.new-notification{
    animation: color-change 1.75s infinite;
}
@keyframes color-change {
  0% { background-color: transparent; }
  50% { background-color: #00d9ae73; }
  100% { background-color: transparent; }
}
/* TDB ADMIN */
.stat-card{
    width: 100%;
    height: 130px;
    border-radius: 7px;
    color: white;
    padding: 25px 20px 0 20px;
}
.bg-color-1{
    background-color: rgb(0, 0, 167);
}
.bg-color-2{
    background-color: rgb(0, 126, 158);
}
.bg-color-3{
    background-color: rgb(160, 117, 0);
}
.bg-color-4{
    background-color: rgb(0, 143, 100);
}
.bg-color-5{
    background-color: rgb(192, 109, 0);
}
.bg-color-6{
    background-color: rgb(143, 0, 60);
}
/* TDB */
#tdb-fret-btn-close{
    position: absolute;
    top: 30px;
    right: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
#tdb-fret-btn-close:hover{
    background-color: #eeeeee;
}
.fret-details-container, .notif-details-container{
    width: 100%;
    height: 100%;
}
#fret-details-container, #notif-details-container{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background-color: #0000002f;
}
.notif-details-window{
    width: 600px;
    height: fit-content;
    border-radius: 6px;
    padding: 30px 50px 100px 50px;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.212);
}
.fret-details-window{
    width: 900px;
    height: 450px;
    border-radius: 6px;
    padding: 30px 50px 100px 50px;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.212);
}
.fret-details-window input{
    width: 100%;
}
.fret-details-window input[type="submit"]{
    width: 130px;
}
.fret-details-window h3{
    font-size: 16px;
    color: #009e7c;
}
.fret-details-window h4{
    font-size: 20px;
}

.tdb-container{
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: rgb(243, 243, 243);
    padding: 15px;
}
.tdb-outside-layer{
    padding: 15px;
}

.tdb-outside-layer-r{
    padding-right: 15px;
    width: 100%;
}
.tdb-outside-layer-l{
    padding-left: 15px;
    width: 100%;
}
.tdb-main-element{
    background-color: white;
    box-shadow: 0px 0px 3px 3px rgb(236, 236, 236);
    height: 500px;
    padding: 20px 30px;
}


.tdb-element{
    width: 100%;
    background-color: white;
    border-radius: 3px;
}
.tdb-btn{
    width: 50%;
    padding: 6px 0px;
    color: #272727;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    background-color: rgb(245, 245, 245);
}
.tdb-offer-header{
    height: 40px;
    color: #474747;
    background-color: rgb(248, 248, 248);
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-right: 10px;
}
.tdb-element span{
    padding-left: 10px;
}
.tdb-title{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.tdb-title h4{
    font-size: 23px;
    display: inline;
    margin: 0;
    color: #333333;
}
.tdb-groupe-self{
    cursor: default;
    border-bottom: 1px solid rgb(211, 211, 211);
    display: flex;
    height: fit-content;
    font-weight: 500;
    padding: 5px 0px;
    background-color:rgb(232, 255, 246);
}
.tdb-notif-element,.tdb-offer-element,.tdb-groupe-element{
    border-bottom: 1px solid rgb(211, 211, 211);
    cursor: pointer;
    display: flex;
    height: fit-content;
    font-weight: 500;
    padding: 5px 0px;
}
.tdb-offer-element:hover,.tdb-notif-element:hover,.tdb-groupe-element:hover{
    background-color: rgb(247, 247, 247);
}
.tdb-offer-body{
    height: 340px;
    overflow-y: scroll;
}
.tdb-main-element-g{
    background-color: white;
    box-shadow: 0px 0px 3px 3px rgb(236, 236, 236);
    height: 500px;
    padding: 20px 30px;
    display: flex;
    width: 100%;
}
.tdb-groupe-1{
    padding-right: 20px;
}
.tdb-groupe-2{
    border-left: 1px solid rgb(211, 211, 211);
    padding: 0 20px 0 20px;
}
.tdb-groupe-3{
    border-left: 1px solid rgb(211, 211, 211);
    padding: 0 0 0 20px;
}
#tdb-empty-container{
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}
.tdb-groupe-3__1{
    display: flex;
    flex-direction: column;
    height: 290px;
    justify-content: space-between;
    position: relative;
}
.first-tdb-groupe{
    display: flex;
}
#plus-mail,#minus-mail{
    width: 38px;
    height: 38px;
    border: 1px solid rgb(211, 211, 211);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 0px 3px;
    color: rgb(95, 95, 95);
    cursor: pointer;
}
#plus-mail:hover,#minus-mail:hover{
    background-color: rgb(240, 240, 240);
}
.tdb-groupe-inv-btn-container{
    display: flex;
}
.tdb-envoyer-mail{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.folder-path-tdb{
    padding: 9px 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid rgb(211, 211, 211);
}
#tdb-empty-container-perf{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 100px;
    font-size: 20px;
    font-weight: 500;
}
.unseen-notif{
    background-color: #00d9ae1e;
}
/* SOCIETE ADMIN */
.statistiques-tdb div{
    margin-bottom: 10px;
}
.inscription-window{
    width: 600px;
    height: 430px;
    border-radius: 6px;
    padding: 30px 50px;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.212);
}
.inscription-window input{
    width: 100%;
}
.inscription-window input[type="submit"]{
    width: 130px;
}
.inscription-window h3{
    font-size: 16px;
    color: #009e7c;
    margin-bottom: 30px;
}
.inscription-window h4{
    font-size: 20px;
    margin-bottom: 50px;
}
.kbisImage{
    width: 100%;
    height: 100%;
}
.documents{
    width: 75px;
    height: 25px;
    padding: 5px;
    background-color: rgb(82, 82, 82);
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px black;
    cursor: pointer;
}
.modal-document .modal-dialog{
    width: 90%;
    height: 90%;
}
/* RECHERCHE ADMIN */
.fret-supprime{
    background-color: rgba(255, 0, 0, 0.15) !important;
}
.fret-horsligne{
    background-color: rgba(255, 255, 0, 0.15) !important;
}
.fret-enligne{
    background-color: rgba(0, 128, 0, 0.15) !important;
}
.action-btn{
    display: inline-block;
    width: 170px;
    height: 35px;
    background-color: rgb(73, 73, 73);
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-btn:hover{
    background-color: rgb(46, 46, 46);
}

/* RECHERCHE FRET NOUVEAU */

.txt-shadow{
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
#voir-retours, #voir-rechargements{
    background-color: #94ffea;
    border-radius: 3px;
    width: fit-content;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.search-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.folder-path{
    padding-left: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid rgb(211, 211, 211);
}
#search-filters-container{
    background-color: rgb(240, 240, 240);
    padding: 10px 30px;
    border-bottom: 1px solid rgb(211, 211, 211);
    transition: all 0.2s ease;
    height: 60px;
}
.search-filters--expanded{
    height: 230px !important;
    transition: all 0.2s ease;
}
.search-filters{
    display: flex;
    font-size: 15px;
}
.search-filters div{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.search-filters__places{
    position: relative;
}
.search-filters__places input{
    height: 38px;
    width: 200px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 3px;
}
.search-filters__places .top-element{
    top: -12px;
}
.div-icon{
    width: 200px;
    height: 38px;
    background-color: white;
    border: 1px solid rgb(211, 211, 211);
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
}

.select-white{
    width: 200px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid rgb(211, 211, 211);
}
.select-white-s{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid rgb(211, 211, 211);
    padding: 0 0 0 10px;
}
#swap-content{
    height: 35px;
    width: 35px;
    margin-top: 5.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
}
#enlevement-btn,#livraison-btn{
    background-color: #00D9AD;
}

#more-filters{
    border-top: 1px solid rgb(66, 66, 66);
    margin-top: 20px;
    padding-top: 30px;
    flex-direction: column;
}

.vertical-hr-35{
    background-color: rgb(121, 121, 121);
    width: 1px;
    height: 45px;
    margin-left: 15px;
    margin-right: 38px;
}
.vertical-hr-75{
    background-color: rgb(121, 121, 121);
    width: 1px;
    height: 75px;
    margin: 0;
}
.vertical-hr-300{
    background-color: rgb(121, 121, 121);
    width: 1px;
    height: 460px;
    margin: 0 30px 0px 30px;
}
.search-icon-div{
    background-color: white;
    height: 38px;
    width: 38px;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgb(211, 211, 211);
    cursor: pointer;
    position: relative;
}
#search-save-div, #search-load-div{
    width: 200px;
    position: absolute;
    background-color: white;   
    top: 40px;
    right: -80px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 3px;
    padding: 20px 15px 0px 15px;
    z-index: 1000;
    box-shadow: 0px 0px 3px 1px rgb(209, 209, 209);
}
#search-save-div div, #search-load-div div{
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    margin: 5px;
}
#search-save-div label{
    font-size: 12px;
    top: 10px;
    left: 15px;
}
#search-load-div ul{
    list-style: none;
    height: 150px;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    border: 1px black solid;
    overflow-y: auto;
}
#search-load-div ::-webkit-scrollbar{
    width: 4px;
}
#search-load-div ul li{
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 15px 10px;
    font-weight: 500;
    background-color: #fcfcfc;
    border-bottom: 1px solid rgb(231, 231, 231);
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #474747;
}
#search-load-div ul li:hover{
    background-color: #e4e4e4;
}
.active-outline{
    border-color: #1985dd;
    box-shadow: 0 0 0 0.25rem rgba(33, 135, 202, 0.25);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-submit-annuler{
    background-color: rgb(168, 168, 168);
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin: none;
    cursor: pointer;
}
.btn-submit-annuler:hover{
    background-color: rgb(145, 145, 145);
}
#submit-recherche{
    width: 200px;
    height: 38px;
    font-weight: bold;
    color: white;
    background-color: #00D9AD;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
}
#submit-recherche:hover, .btn-submit:hover{
    background-color: #00be98;
}
.search-bot-container{
    width: 100%;
    flex: 1;
    overflow-y: auto;
    display: flex;
}
.search-left-container{
    width: 60%;
    height: 100%;
}
.search-right-container{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#search-table-container{
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x:hidden;
}
#search-offer-container{
    padding: 20px 40px;
    border: 1px solid rgb(211, 211, 211);
}
.search-table-element{
    height: 100px;
    border: 1px solid rgb(211, 211, 211);
    border-top: none;
    border-left: none;
    padding: 10px 0px 10px 50px;
    align-items: center;
    cursor: pointer;
    background-color: rgb(254, 254, 254);
    font-weight: 500;
    position: relative;
}
.search-table-element:hover{
    background-color: rgb(247, 247, 247);
}
.search-block{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.search-block span{
    font-size: 14px;
}
.search-block__div{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.search-table-element .search-block:first-of-type .search-block__div{
    padding: 0;
}
#search-start-date, #search-end-date{
    font-size: 11px;
    margin-left: 5px;
    align-self: flex-end;
}   
#search-start, #search-end{
    font-size: 15px;
    font-weight: bold;
}   
#search-offer-input{
    height: 35px;
    width: 200px;
    padding-left: 20px;
}
.euro-sign{
    display: inline-block;
    position: relative;
}
.euro-sign::before{
    content: "€";
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    font-weight: bold;
}
.top-element{
    position: absolute;
    margin-left: 8px;
}
.top-element-currency{
    position: absolute;
    margin-left: 8px;
    z-index: 1;
}
.top-element span,.top-element-currency span{
    border-radius: 3px;
}
.euro-sign input{
    padding-left: 20px;
}
.btn-submit{
    background-color: #00D9AD;
    border: none;
    height: 38px;
    width: 200px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin-top: 8px;
    cursor: pointer;
}
.btn-submit-div{
    background-color: #00D9AD;
    border: none;
    height: 38px;
    width: 200px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-submit-s{
    background-color: #00D9AD;
    border: none;
    height: 30px;
    width: 100%;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin-top: 8px;
    cursor: pointer;
}
#search-details-container{
    padding: 30px 40px;
    display: flex;
    font-size: 15px;
    border-left: 1px solid rgb(211, 211, 211);
    font-weight: 500;
    overflow-y: auto;
    gap: 30px 0px;
    flex: 1;
}
.fret-details-container, .notif-details-container{
    padding: 30px 40px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
}
#search-details-container h3, .fret-details-container h3{
    font-size: 16px;
    color: #009e7c;
}
#search-details-container h2, .fret-details-container h2{
    font-size: 16px;
}
.search-filters__places input[type="date"]{
    padding: 0px 20px;
}
.search-table-active{
    background-color: #00d9ae3d !important;
}
#search-empty-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 100px;
    font-size: 23px;
    font-weight: 500;
    border-left:1px solid rgb(211, 211, 211); 
}
.search-block__div .fa-arrow-down{
    margin-left: 4px;
}
.offer-made{
    background-color: #00D9AD;
    color: white;
    width: fit-content;
    height: 30px;
    border-radius: 3px;
    padding: 3px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
#offer-open{
    display: flex;
}
#montant-offre{
    border-radius: 3px;
}
.offer-true-icon{
    position: absolute;
    left: 15px;
    top: 55%;
}
.offer-true{
    background-color: rgb(255, 255, 205) !important;
}
.offer-true:hover{
    background-color: rgb(243, 243, 211) !important;
}
.submit-disabled{
    background-color: #9b9b9b !important;
}
.view-more{
    cursor: pointer;
}
#window-is-open{
    width: 100%;
    height: 100%;
    position: absolute;
}
.save-active{
    background-color: #00d9ae3d !important;
}
.tooltip-info{
    display: flex;
    background-color: rgb(255, 166, 0);
    padding: 3px 10px;
    border-radius: 3px;
    height: 38px;
    width: 80px;
    color: white;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}

/* AUCTION */
@keyframes new-offer {
    0% { background-color: transparent; }
    50% { background-color: #00d9ae48; }
    100% { background-color: transparent; }
}
.new-offer{
    animation: new-offer 2s infinite;
}
.folder-path-auction{
    padding-left: 30px;
    height: 47.05px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid rgb(211, 211, 211);
}
.auction-container{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgb(243, 243, 243);
    padding: 15px;
}
.auction-main-element{
    background-color: white;
    box-shadow: 0px 0px 3px 3px rgb(236, 236, 236);
    height: 100%;
    padding: 20px 30px;
}
.folder-path-link{
    color: black;
}
.refresh-table{
    background-color: white;
    height: 60px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1px 15px;
    box-shadow: 0px 0px 3px 3px rgb(236, 236, 236);
}
.refresh-table-container{
    padding: 30px 0px 0px 15px;
}
#refresh-page:hover, #pause-play-page:hover{
    cursor: pointer;
    background-color: #00d9ae75;
}
#refresh-page, #pause-play-page{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 3px;
}

/* CHECKLIST */

#search-fret-type, #search-remorque-type, #etat-fret{
    position: absolute;
    height: fit-content;
    max-height: 300px;
    width: 200px;
    background-color: white;
    top: 40px;
    z-index: 1000;
    border:1px solid rgb(211, 211, 211); 
    border-radius: 3px;
    padding: 15px 25px 0 25px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-items: start;
    overflow-x: hidden;
}

/* DEPOT */
#montant-fret{
    width: 130px;
}
.document-btn-small {
    height: 35px;
    width: 130px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(39, 39, 39);
    border-radius: 3px;
    color: rgb(39, 39, 39);
    padding: 0px 0px 0px 15px;
    display: flex;
    align-items: center;
}

.document-btn-small:hover {
    background-color: #e6fffa;
    cursor: pointer;
}

.document-btn-small i {
    color: #000000;
    margin-right: 15px;
}
#freelance-document-prix{
    width: 250px;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    height: 38px;
    background-color: rgb(197, 255, 228);
    font-weight: 500;
    border: 1px solid rgb(228, 228, 228);
}
.freelance-div{
    height: 38px;
    position: absolute;
    bottom: 30px;
    right: 335px;
    display: flex; 
    justify-content:space-between;
    width:390px;
}
.depots-container{
    width: 100%;
    height: 100%;
}
#deposer-container{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background-color: #0000002f;
}
.deposer-window{
    width: 1450px;
    height: 690px;
    border-radius: 6px;
    padding: 30px 50px;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.212);
}
.deposer-window input{
    width: 100%;
}
.deposer-window input[type="submit"]{
    width: 130px;
}
.deposer-window h3{
    font-size: 16px;
    color: #009e7c;
    margin-bottom: 30px;
}
.deposer-window h4{
    font-size: 20px;
    margin-bottom: 50px;
}
.depot-section-container div, .depot-info-trajet div{
    display: flex;
}
.depot-section-container div div, .depot-info-trajet div div{
    margin-right: 25px;
    margin-bottom: 25px;
}

.depot-info-trajet div{
    width: 100%;
}
.depot-info-trajet .search-filters__places{
    width: 100%;
}
.depot-section-container .euro-sign::before{
    top: 19px;
}
.depot-btn-gerer{
    position: absolute;
    right: 50px;
    bottom: 30px;
}
#depot-btn-actions input{
    margin: 0;
}
#contre-offre-div2{
    display: flex;
    position: relative;
}
#contre-offre-div2 input{
    width: 130px;
    margin: 0;
}
.return-btn{
    position: absolute;
    top: -35px;
    font-weight: 500;
    cursor: pointer;
    background-color: rgb(218, 218, 218);
    border-radius: 3px;
    padding: 1px 5px;
}
.return-btn:hover{
    background-color: rgb(209, 209, 209);
}
.btn-annuler{
    background-color: #b6b6b6;
    border: none;
    height: 38px;
    width: 200px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
#depot-btn-close{
    position: absolute;
    top: 30px;
    right: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
#depot-btn-close:hover{
    background-color: #eeeeee;
}
.mes-depots-title{
    background-color: rgb(255, 255, 255);
    padding: 10px 30px;
    border-bottom: 1px solid rgb(211, 211, 211);
    transition: all 0.2s ease;
    height: 50px;
    display: flex;
    align-items: center;
}
.mes-depots-title .btn-submit{
    height: 30px;
    width: 170px;
    margin: 0;
}
.mes-depots-title h4{
    font-size: 20px;
    margin: 0;
    margin-right: 30px;
}
.icon-container{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}
.icon-container-a{
    color: black;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}
.icon-container-a:hover{
    background-color: #00D9AD ;
}
#delete-element:hover{
    background-color: rgb(255, 203, 203);
}
#offline-element:hover{
    background-color: rgb(240, 221, 116);
}
#online-element:hover{
    background-color: #64dac2;
}
.blocked-element{
    cursor: not-allowed !important;
}
.blocked-element i{
    color: rgb(97, 97, 97) !important;
}
.blocked-element:hover{
    background-color: white !important;
}
.action-div-depot{
    display: flex;
    justify-content: space-between;
    width: 140px;
    margin-right: 25px;
}
.save-depot-container{
    display: flex;
    position: absolute;
}
.save-depot-container div{
    display: flex;
    align-items: center;
}


/* PAGINATION */
#pagination, #pagination-depots{
    display: flex;
    width: fit-content;
}
.page-pagination, .page-pagination-btn, .page-pagination-depots{
    background-color: white;
    color: black !important;
    height: 25px;
    width: fit-content;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}
.page-pagination:hover, .page-pagination-btn:hover, .page-pagination-depots:hover{
    background-color: #96ecdb;
}
.pagination-container{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(211, 211, 211);
    padding: 0 30px;
    border-left: none;
    border-right: none;
}
#page-pagination-container, #page-pagination-container-depots{
    display: flex;
    height: fit-content;
}
.page-pagination-active{
    background-color: #00D9AD;
}



/* ICONS SVG */
.notif-circle{
    position:absolute;
    left:10px;
    top: 7px;
}
.circle{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    padding: 0;
}
.green-circle{
    background-color: #00D9AD;
}
.red-circle{
    background-color: rgb(219, 0, 0);
}
.yellow-circle{
    background-color: rgb(218, 203, 0);
}
.fa-chevron-down{
    font-size: 13px;
    margin-left: 5px;
}
.fa-chevron-right{
    font-size: 13px;
    margin: 10px;
}
.fa-earth-europe, .fa-arrow-right{
    font-size: 20px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 1px;
    top: 1px;
    color: white;
    border-left: 1px solid rgb(206, 206, 206);
    border-radius: 0 2px 2px 0;
}
.fa-earth-europe:hover, .fa-arrow-right:hover{
    color: #f0ececc9;
}
.fa-arrow-down{
    font-size: 15px;
    color: black;
}
.fa-magnifying-glass{
    color: white;
}
.fa-xmark {
    font-size: 23px;
    color: rgba(0, 0, 0, 0.781);
    cursor: pointer;
}




/* ABONNEMENT FRET */

.abonnement-container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.abonnement-card{
    width: 300px;
    height: 550px;
    background-color: white;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    text-align: center;
}

.fretspaceimg{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.acheter-fret{
    background-color: rgb(67, 92, 0);
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
}
.acheter-fret:hover{
    background-color: rgb(94, 128, 0);
}



/* MESSAGERIE */
.containermsg {
    background-color: black;

}

.messagerie {
    height: 930px;
    background-color: var(--bg-body);
    padding-top: 100px;
}

.msgs {
    background-color: rgb(65, 65, 65);
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px rgb(201, 201, 201) solid;
}

.msgs:hover {
    cursor: pointer;
    background-color: rgb(77, 77, 77);
}

.filtresmsg {
    height: 50px;
    border-bottom: 1px rgb(201, 201, 201) solid;
}

.msgs p {
    display: inline-block;
    color: white;
    margin: 0;
    margin-left: 100px;
    font-size: 14px;
}

.msgs strong {
    margin-left: 20px;
    font-size: 14px;
}

.msg {
    color: white;
    padding: 100px;
}

.msg h1 {
    font-size: 23px;
}

.filtresmsg {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.filtresmsg .fa-solid {
    color: white;
    font-size: 22px;
}

/* VERTICAL BARNAV TRANSP */

.border-right-vertical {
    border-right: 1px solid #3D8577;
}

.vertical-ligne {
    border-top: 1px solid #3D8577;
}

.vertical {
    z-index: 10;
    padding-top: 110px;
    position: absolute;
    background: var(--bg-primary);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.61);
    transition: width 200ms ease;
}
.gold {
    background: linear-gradient(rgb(54, 54, 54), rgb(95, 78, 0));
}

.vertical-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.vertical-item {
    width: 100%;
}


.vertical-link {
    display: flex;
    align-items: center;
    height: 4.4rem;
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-speed);
}

.vertical-link:hover {
    color: var(--text-secondary);
}

.vertical-title {
    width: 100%;
    background-color: #2fb59a33;
    color: #2FB59B;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #3D8577;
}

.link-text {
    display: none;
    margin-left: 1rem;
    opacity: 0;
    animation: FadeOut 0.3s ease-out;
}

.vertical-link svg {
    width: 1.5rem;
    min-width: 1.5rem;
    margin: 0 1.7rem;
}

.logo-vertical {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--text-secondary);
    background: var(--bg-secondary);
    font-size: 18px;
    letter-spacing: 0.3ch;
    width: 100%;
}

.logo-vertical svg {
    position: absolute;
    transform: rotate(0deg);
    transition: var(--transition-speed);
}

.logo-text {
    display: inline;
    position: absolute;
    left: -999px;
    margin-left: 1rem;
    transition: var(--transition-speed);
}

.vertical:hover .logo-vertical svg {
    transform: rotate(-180deg);
    left: 25px;
}

.vertical2 {
    width: 55rem !important;
}

.vertical-full {
    width: 100% !important;
}

.vertical-nav2 {
    width: 16rem;
}

.link-text-inline {
    display: inline;
    margin-left: 1rem;
}

.logo-text-inline {
    display: inline !important;
    left: 0px;
}

.logo-svg-inline {
    transform: rotate(-180deg) !important;
    left: 40rem !important;
    margin-left: 11rem !important;
}

.filter-open {
    filter: brightness(50%);
    transition: ease-in-out 0.3s;
}

.link-active {
    color: #00D9AD;
}

/* Small screens */
@media only screen and (max-width: 600px) {
    .vertical {
        bottom: 0;
        width: 100vw;
        height: 5rem;
    }

    .logo-vertical {
        display: none;
    }

    .vertical-nav {
        flex-direction: row;
    }

    .vertical-link {
        justify-content: center;
    }

    main {
        margin: 0;
    }
}

/* Large screens */
@media only screen and (min-width: 600px) {
    .vertical {
        top: 0;
        width: 5rem;
        height: 100vh;
    }

    .vertical:hover {
        width: 16rem;
    }

    .vertical:hover .link-text {
        display: inline;
        animation: FadeIn 0.5s ease-in;
        animation-fill-mode: forwards;
    }

    .vertical:hover .logo-vertical svg {
        margin-left: 11rem;
    }

    .vertical:hover .logo-text {
        left: 0px;
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.theme-icon {
    display: none;
}

.dark #darkIcon {
    display: block;
}

.light #lightIcon {
    display: block;
}

.solar #solarIcon {
    display: block;
}


.none {
    display: none !important;
}

.card-transp {
    margin-left: 450px;
    padding-top: 165px;
    margin-right: 0;
}

/* FORMULAIRE VERTICAL */

.display-none {
    display: none !important;
}

.display-block {
    display: block;
}

.pos-form {
    position: absolute;
    z-index: 1000;
    left: 250px;
    top: 180px;
}
.pos-form-depot{
    position: absolute;
    z-index: 1000;
    width: 1500px !important;
    left: 315px;
    top: 180px;
}
.pos-form-mes-depots{
    position: absolute;
    z-index: 1000;
    left: 435px;
    top: 180px;
    flex-direction: column;
}
.info-supp{
    background-color: transparent;
    border: 1px solid #009e7c;
    width: 410px;
    height: 150px;
    color: #fff;
}

.pos-form-full {
    position: absolute;
    z-index: 1000;
    left: 880px;
}

.form-rech {
    display: block;
    margin: auto;
    padding-top: 160px;
    align-self: center;
}

.champ-rech {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    height: 90px;
    display: flex;
    margin-bottom: 30px;
}

.champ-info-rech {
    display: flex;
    flex-direction: column;
}

.champ-info-rech label {
    color: var(--text-primary);
    margin-bottom: 15px;
    font-size: 15px;
}

.div_type {
    display: flex;
}

/* REMORQUE INV */

.btn-online-inv {
    border: 1px solid #34927F;
    text-decoration: none;
    color: #fff;
    width: 200px;
    background-color: transparent;
    transition: ease-in-out 0.4s;
}

.btn-online-inv:hover {
    background-color: #00d9aeab;
}

.btn-online-inv-active {
    background-color: #00d9aeab;
}

.btn-remorque-inv {
    border: 2px solid #3a3a3a9a;
    height: 85px;
    width: 130px;
    margin: 1.14rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.301);
    cursor: pointer;
    transition: ease-in-out 0.3s;
}
.remorque-inv-ligne {
    border: 2px solid #00ffcc9a;
}

.btn-remorque-inv:hover {
    background-color: rgba(100, 100, 100, 0.151);
}

.btn-remorque-active {
    background-color: #00d9ae67;
}

.remorque-inv-ligne:active {
    background-color: #00d9ae67;
}

.remorque-inv-ligne:hover {
    background-color: #00ffcc9a;
}

.btn-remorque-inv div p {
    margin-bottom: 0rem;
}

.btn-remorque-inv div p:first-child {
    margin-top: 1.2rem;
}

.btn-remorque-inv div p:last-child {
    color: #00FFCB;
}

.details-cadre {
    width: 110.9vh;
    height: 100vh !important;
}

.group-boutton-details button {
    background-color: transparent;
    border: 1px solid #fff;
    width: 160px !important;
    font-weight: bold;
}

.group-boutton-details button:first-child {
    width: 130px !important;
    margin-right: 330px;
}

.border-none {
    border-left: none !important;
}

.border-left-cadre {
    border-left: 1px solid #3D8577;
}

.all-infos-remorque {
    height: 50vh;
    width: 835px !important;
    display: flex;
    justify-content: center;
    background-color: #17433957;
    margin: auto;
    margin-left: 85px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.tracteur-inv {
    height: 30vh;
    width: 835px !important;
}

.interne-infos {
    width: 100%;
    height: fit-content;
}

.interne-infos div {
    height: 70px;
}

.interne-infos div:first-child,
.infos-titre-div {
    display: flex;
    justify-content: center;
    height: 30px;
    margin-bottom: 25px;
}

.margin-bot-none {
    margin-bottom: 0px !important;
    opacity: 1;
}

.titre-remorque-inv {
    font-size: 14px;
    line-height: 29px;
    width: 160px;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 100px 100px;
}

.close-vertical-inv {
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: white;
    transition: all 0.4s ease-out;
    font-weight: bold;
}

.close-vertical-inv:hover {
    color: #00D9AD;
}




/* DEPOT */

#volume {
    margin-bottom: 10px;
}

.enlevement-vertical input,
.dimension-vertical input {
    width: 200px !important;
}

.enlevement-vertical,
.dimension-vertical,
.radio-vertical {
    display: flex;
    width: 410px;
}

.dimension-vertical2 {
    width: 500px !important;
}

.btn-depot {
    background-color: #00d9ae6b !important;
    height: 42px;
    width: 200px !important;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.7s ease-out;
    padding: 0 !important;
}

.btn-depot:hover {
    background-color: #00D9AD !important;
}

.next-step-depot {
    text-decoration: none;
    color: white;
    transition: all 0.4s ease-out;
}

.next-step-depot:hover {
    color: #00D9AD;
}

.go_back_depot {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.go_back_depot i {
    transition: all 0.7s ease-out;
}

.go_back_depot :hover i {
    color: #00D9AD;
    transition: 0.7s;
}


.radio-depot {
    width: 15px !important;
    height: auto !important;
    height: 165px;
    width: 176px;
    position: relative !important;
    top: 0px;
    left: 0;
    filter: opacity(100) !important;
    cursor: pointer;
}

.type_choice {
    cursor: pointer;
    height: 32px;
    width: 410px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00D9AD;
    margin-bottom: 25px;
    color: #fff;
}

.pays_choice {
    height: 35px;
    width: 350px;
}


.champ_bobine {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    height: 80px;
}

.champ_bobine input[type="radio"] {
    height: 15px;
    width: 30px;
    margin: 10px 0;

}

.radio_class {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}


.champ_hidden {
    display: none;
    height: fit-content;
}

.date_champ {
    margin-top: 15px;
    height: 130px;
}



.error {
    color: #D8000C;
    display: flex;
}

.cara {
    color: #D8000C;
    display: flex;
    justify-content: flex-end;
    margin-top: 75px;
    margin-right: 25px;
}

.error2 {
    border-bottom-color: red;
}

.dpnone {
    display: none;
}

/* FIN DEPOT */

/* SAVE RECH */

#rech-fret-load-div li{
    color: white;
    padding-left: 15px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}

#rech-fret-save-div{
    padding: 10px;
}
#rech-fret-save-div input, #rech-fret-save-div input::placeholder{
    width: 270px;
    color: white !important;
}
.div-save-rech{
    position: absolute;
    display: none;
}
.title-search-div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    align-items: center;
}
.title-search-div i{
    background-color: rgb(100, 100, 100);
    font-size: 25px;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
}
.saved-rech{
    width: 100%;
    margin: 0;
}
.saved-rech i{
    background-color: #00000000;
}
.saved-rech i:hover{
    background-color: #74000083;
}
.li-saved-rech{
    display: flex;
    padding-right: 20px;
}
/* INSCRIPTION CHARGEUR */
.form-chargeur-container{
    display: flex;
}
.form-chargeur-container .input-top-label{
    width: 300px;
    height: 38px;
}

/* RECHERCHE */
.signed-icon{
    color: rgb(12, 201, 12);
    font-size: 25px;
}
.not-signed-icon{
    color: rgb(201, 12, 12);
    font-size: 25px;
}

form hr {
    color: #000000;
    opacity: .35;
}


.affichage-vertical div:first-child {
    color: var(--text-primary);
}

.btn-rech {
    height: 30px !important;
    width: 150px !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.7s ease-out;
}

.btn-dep-inv {
    width: 200px !important;
}

.btn-rech:hover {
    background-color: #00D9AD;
}

.date-enlevement input {
    padding-left: 7px;
}
.w-250{
    width: 250px;
}


.modal-content {
    backdrop-filter: blur(3px);
    filter: drop-shadow(0px 0px 20px #0000005d);
    border: 1px solid #fff;
    color: white;
}

/* MAP SVG */

.st0 {
    fill: none;
    stroke: #000000;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #FFE4BF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.st2 {
    fill: #F9FFAA;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.st3 {
    fill: #B4FFCF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.st4 {
    fill: #F6BFFF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.st5 {
    fill: #AAB5FF;
    stroke: #000000;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.st6 {
    fill: #AAB5FF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-miterlimit: 10;
}

.st7 {
    fill: #F6BFFF;
    stroke: #000000;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.st8 {
    fill: none;
    stroke: #000000;
    stroke-width: 0.5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st9 {
    fill: #AAB5FF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st10 {
    fill: #B4FFCF;
    stroke: #000000;
    stroke-width: 0.1;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
/* MAP */
#zoom1, #zoom2{
    width: 100%;
    height: 100%;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#zoom2 > img {
    width: 100%;
}
div#zoom1 > img {
    width: 100%;
}
svg{
    width: 100%;
}
#layer1{
    width: 100%;
    height: auto;
}
.zoom_outer{
    height: 100%;
}
#svg2{
    width: fit-content;
}
g{
    cursor: pointer;
}
text:hover{
    cursor: pointer;
}
text{
    pointer-events: none;
}
.active{
    fill: #00D9AD;
}
.active polygon, .active path{
    fill: inherit;
}

.modal-body{
    overflow: hidden;
    padding-top: 50px;
}
.selectedcontainer{
    width: 40%;
}
#selected-enlevement{
    width: 400px;
    height: 200px;
    font-weight: bold;
    border: 2px solid gray;
    color: black;
    margin: 0;
}
#map-container-div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100000;
    top: 0px;
}
.selected-enlevement-container{
    z-index: 1000;
    position: absolute;
    width: 500px;
    height: 300px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    margin: 0;
    background-color: rgba(161, 161, 161, 0.678);
    padding: 0px 50px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(128, 128, 128, 0.205);
}
#valider-map{
    align-self: flex-start;
    background-color: rgba(0, 105, 0, 0.8);
    color: white;
    padding: 1px 15px;
}
#switch-map{
    align-self: flex-start;
    background-color: rgba(21, 0, 206, 0.479);
    color: white;
    padding: 1px 15px;
}

.map-subcontainer{
    width: 97%;
    height: 95%;
    background-color: rgb(206, 253, 255);
    overflow: hidden;
    border: 3px solid gray;
    border-radius: 5px;
}
g:hover > polygon, g:hover > path{
    fill: #85ffef;
}
g{
    position: relative;
}
body.window-open {
    overflow: hidden;
}

.modalMap .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0.5rem !important;
    padding: 50px;
    padding-top: 100px;
    overflow: hidden;
}

.modalMap .modal-content {
    height: 800px;
}

.modal-backdrop {
    z-index: 5;
}



.btn-close-modal .fa-xmark {
    color: rgba(255, 255, 255);
}

.checkbox {
    --background: rgba(49, 110, 81, 0.144);
    --border: #16ad48;
    --border-hover: #bbc1e1;
    --border-active: #34cea7;
    --tick: #fff;
    position: relative;
}

.checkbox input,
.checkbox svg {
    width: 18px !important;
    height: 18px !important;
    margin-bottom: -5px !important;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background-color: rgba(79, 148, 116, 0) !important;
    background: var(--background);
    border: 1.5px solid #34cea7 !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 0px) var(--b, 0px);
}



.checkbox input:hover {
    --s: 0px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 5.3px;
    left: 0;
    bottom: 5px;
    width: 15px;
    height: 15px;
    transform: scale(var(--scale, 1)) translateZ(0);
}


.checkbox.bounce {
    --stroke: var(--tick);
}

.checkbox.bounce input:checked {
    --s: 11px;
}

.checkbox.bounce input:checked+svg {
    -webkit-animation: bounce 0.05s linear forwards 0.2s;
    animation: bounce 0.05s linear forwards 0.2s;
}

.checkbox.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}




.back-rech {
    height: fit-content;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.back-rech input {
    height: 32px;
    width: 410px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00D9AD;
    margin-bottom: 14px;
    color: var(--text-primary);
}

.doc-inv {
    width: 410px !important;
}

.back-rech input:focus {
    outline: none;
}

.back-rech input:focus::placeholder {
    color: var(--text-primary);
}

.back-rech input::placeholder {
    color: var(--text-primary);
}

.back-rech p {
    font-size: 14px;
}

.back-rech h1 {
    color: var(--text-primary);
    font-weight: bold;
}

.pac-icon {
    display: none;
}

.pac-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgb(122, 122, 122);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.pac-item-query {
    font-size: 16px;
    height: 20px;
}

.pac-container {
    border-radius: 7px;
    margin-top: 5px;
}

/* form {
    margin: auto;
    text-align: center;
    border: 2px solid black;
    width: 400px;
    height: fit-content;
    background-color: #fff;
    padding-bottom: 20px;
} */


.type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
}

.champ input[type="checkbox"] {
    display: flex;
    justify-content: center;
    height: 13px;
    margin-top: 0;
    width: 35px;
}


.champ_bobine {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    height: 80px;
}

.champ_bobine input[type="radio"] {
    height: 15px;
    width: 30px;
    margin: 10px 0;

}

.radio_class {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}




.error {
    color: #D8000C;
    display: flex;
}

.cara {
    color: #D8000C;
    display: flex;
    justify-content: flex-end;
    margin-top: 75px;
    margin-right: 25px;
}

.error2 {
    border-bottom-color: red;
}

.dpnone {
    display: none;
}

@import url("https://fonts.googleapis.com/css?family=Hind+Madurai:300,600|Poppins:300&display=swap");










/*  MES DEPOTS */
.en-ligne{
    background-color: rgba(0, 128, 0, 0.4);
    width: fit-content;
    margin: auto;
    padding: 3px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(14, 172, 0, 0.03);
}
.hors-ligne{
    background-color: rgba(128, 0, 0, 0.4);
    width: fit-content;
    margin: auto;
    padding: 3px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(172, 0, 0, 0.03);
}
.container-offre {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    height: 440px;
    display: flex;
    justify-content: center;
}
.container-offre li{
    width: 800px !important;
}
.table-header{
    padding: 20px 30px!important;
    background-color: rgba(255, 217, 0, 0.301);
    font-weight: bold;
}
.table-mes-depots{
    background-color: rgba(48, 134, 109, 0.562);
}
.container-mes-depots li{
    width: 950px !important;
}
.info-offre-4{
    flex-basis: 25%;
}
.titre-gerer-depots{
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: 20px;
}
.container-mes-depots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
.type_choice_mes_dep{
    cursor: pointer;
    height: 35px;
    width: 250px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00D9AD;
    margin-bottom: 25px;
    color: #fff;
}
.span250{
    width: 250px;
}

/* FIN RECHERCHE */


.offre-vendu{
    cursor: pointer;
}
.offre-vendu:hover{
    background-color: rgba(0, 0, 0, 0.342);
}
.table-row i{
    color: var(--text-primary)
}

/* GROUPE */


/* Add this attribute to the element that needs a tooltip */
.padding110{
    padding: 0px 160px 0px 120px;
}
.info-icon{
    width: 30px;
    filter: invert(97%) sepia(79%) saturate(11%) hue-rotate(205deg) brightness(103%) contrast(103%);
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  color:black;
  border: 1px solid rgb(158, 158, 158);
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  z-index: 100000;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.group-container{
    background-color: #24242452;
    box-shadow: 0px 0px 5px 10px rgba(97, 97, 97, 0.11);
    border-radius: 7px;
}
.type_choice_grp{
    cursor: pointer;
    height: 35px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00D9AD;
    margin-bottom: 25px;
    color: #fff;
}
.self-card{
    background-color: #009e7c10 !important
}
.groupe-admin{
    background-color: rgba(255, 217, 0, 0.075) !important;
}
.counter-invites{
    color: white;
}
.container-grp {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    height: 448px;
}
.responsive-table li {
    border-radius: 3px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 500px;
    font-size: 14px;
}
.responsive-table{
    padding: 0;
}

.table-row {
    background-color: rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.table-row-tdb {
    background-color: rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.table-row-tdb-active{
    background-color: rgba(0, 0, 0, 0.445) !important;
}
.table-row-tdb:hover {
    background-color: rgba(0, 0, 0, 0.322);
}
.table-gold{
    border-collapse: collapse;
    color: black;
    width: 800px;
}
.table-gold th{
    border: 1px solid rgb(134, 103, 0);
    background-color: transparent;
    box-shadow: 0px 0px 9px 0px rgb(0, 0, 0);
    opacity: 1;
    
}
.table-gold td{
    border: 1px solid rgb(134, 103, 0);
    background-color: transparent;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.fa-circle-info{
    font-size: 15px;
}
.arrow-tdb{
    font-size: 15px;
    color: white !important; 
}
.fa-trash{
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8); 
}

.info-table-grp-2 {
    flex-basis: 40%;
}

.info-table-grp-3 {
    flex-basis: 40%;
}

.info-table-grp-4 {
    flex-basis: 10%;
}
.all-grp-mail{
    padding: 20px;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.137);
    border-radius: 5px;
    width: 510px;
}

.modal-inv-mail{
    margin-top: 330px;
}
.modal-title{
    color: white;
}

.plus-mail{
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #009e7c;
    color: #fff;

}
.groupe-email input{
    width: 100%;
    margin-right: 10px;
    padding-left: 8px;
    color: white;
}
.groupe-email input::placeholder{
    color: white;
}
.text-mail-small{
    font-size: 14px;
}

@media all and (max-width: 767px) {

    .table-row li{
        display: block;
    }

    .info-table-grp {
        flex-basis: 100%;
    }

    .info-table-grp {
        display: flex;
        padding: 10px 0;

        
    }
    }

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00000048;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0000005e;
}

/* INDEX */

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#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;
}

.gutter {
    --bs-gutter-x: 0;
}

.dropdown-toggle::after {
    vertical-align: 0.13em;
}



#next2 {
    text-align: center;
}



.navbar-light .navbar-toggler {
    border: none;
}
















.border_barnav_accueil {
    border: 2px solid #00d9ae00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    width: 55px;
    transition: all 0.7s ease;
}

.border_barnav_propos {
    border: 2px solid #00d9ae00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: -24px;
    width: 67px;
    transition: all 0.7s ease;
}

.border_barnav_eco {
    border: 2px solid #00d9ae00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    width: 125px;
    transition: all 0.7s ease;
}

.border_barnav_partner {
    border: 2px solid #00d9ae00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    width: 86px;
    transition: all 0.7s ease;
}

.border_barnav_contact {
    border: 2px solid #00d9ae00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    transition: all 0.7s ease;
}

.nav-link:hover .border_barnav_accueil,
.nav-link:hover .border_barnav_eco,
.nav-link:hover .border_barnav_partner,
.nav-link:hover .border_barnav_contact {
    border: 2px solid #00D9AD;
}

/* LOGIN */

#toggle{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 0 3px 3px 0;
    border-left: none;
    height: 35px;
    cursor: pointer;
}

.btn_login {
    padding: 3px 20px !important;
    border: solid 2px #00D9AD;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.7s ease-out;
}

.btn_login:hover {
    background-color: #00D9AD;
    color: black !important;

}

.btn_sign {
    padding: 3px 20px !important;
    border: solid 2px #00ab89ce;
    background-color: #00AB88;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.7s ease-out;
}
.btn_sign_gold {
    border: solid 2px #eeb600ce;
    background-color: #ffc400ce;
}

.btn_sign:hover {
    background-color: #00000000;
    border: solid 2px #ffffffce;
    color: #00D9AD !important;

}



/* NOTIF */

.fa-bell,
.fa-envelope {
    font-size: 18px;
}

.aucune:hover {
    cursor: default;
}

.aucune {
    user-select: none;
}

#montantNotif {
    width: max-content;
}

.notif-texte, .notif-accepte-e, .notif-accepte-r, .notif-refuse-e, .notif-refuse-r {
    white-space: normal;
    height: fit-content !important;
    cursor: pointer;
}

.notif-li {
    height: fit-content;
    border-bottom: 1px solid white;
}
.notif-li p{
    color: white;
    text-align: end;
    margin: 0;
}
#ulNotification{
    height: 500px;
    overflow: scroll;
}
#ulNotification li:nth-child(odd){
    background-color: #292929;
}

#notification:hover {
    cursor: pointer;
}

#messagerie:hover {
    cursor: pointer;
}

#notification:hover .fa-bell {
    text-shadow: white 0px 0px 3px;
}

#messagerie:hover .fa-envelope {
    text-shadow: white 0px 0px 3px;
}

#nbrNotif {
    user-select: none;
    font-size: 12px;
    background: #a10000;
    color: rgb(255, 255, 255);
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

#nbrMsg {
    user-select: none;
    font-size: 12px;
    background: #a10000;
    color: rgb(255, 255, 255);
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

#backMsgs:hover {
    cursor: pointer;
}

.badge {
    padding: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}


.drop-messagerie ul,
.drop-notification ul {
    background-color: #000000c9;
    border: solid 2px #01382dce;
    width: 300px;
    border-radius: 0;
}

.drop-messagerie li a,
.drop-notification li a {
    height: 40px;
    margin: 0;
}




/* LOGIN NAVBAR */

/* FOOTER */
.footer {
    height: 430px;
    background: var(--bg-primary);
    z-index: 15;
}

.div_logo {
    display: flex;
}

.logo_footer {
    width: 300px;
}

.logo_footer_link {
    height: 50px;
}


.footer_span {
    color: var(--text-primary);
    font-size: 11px;
    display: block;
    margin-top: 20px;
}

.footer_span_contact {
    color: var(--text-primary);
    font-size: 11px;
    display: block;
}

.footer_span_trailer {
    color: #009e7c;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin: 15px 0
}

.footer_span a {
    color: var(--text-primary);
    text-decoration: none;
}

.fab {
    color: var(--text-primary);
}

.langue {
    color: #009e7c;
    font-weight: bold;
}

.select_langue {
    background-color: #3535356e;
    color: #ffffff;
    width: 150px;
    height: 28px;
    border: 1px solid #009e7c;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.footer_reseaux a {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #009e7c;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.copyright {
    text-align: center;
    font-size: 12px;
    height: 22px;
    color: rgb(168, 168, 168);
    background-color: var(--bg-primary);
}

.footer-link a:hover {
    text-decoration: underline;
}

/* ACCUEIL */

.button_accueil {
    display: flex;
    justify-content: center;
    padding-top: 400px;
    font-size: 16px;

}

.button_decouvrir {
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 3px;
    transition: all 0.5s ease-out;
}

.button_decouvrir:hover {
    background-color: #ffffffcb;
    color: #00D9AD;

}

.back_img {
    height: 800px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/accueil/img_accueil.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
}

.service-title {
    font-weight: bold;
    border-bottom: 1px solid #00D9AD;
    width: 160px;
    color: #373737
}

.savoir_plus {
    color: #fff;
    font-weight: bold;
    background-color: #00D9AD;
    border: 2px solid #00D9AD;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px 20px;
    transition: all 0.5s ease-out;
}

.savoir_plus:hover {
    background-color: #F0FFFC;
    color: #00D9AD;
    font-weight: bold;

}

/* AVANTAGE-ACCUEIL */
.avantage-title {
    font-weight: bold;
    border-bottom: 1px solid #00D9AD;
    width: 340px;
    color: #fff
}

.avantage-div {
    filter: drop-shadow(0px -10px 8px rgba(0, 0, 0, 0.712));
    height: 600px;
    width: 100%;
    background-color: #013429;
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.582);
}

.avantage-div img {
    width: 100px;
    height: 120px;
}

.avantage-div p {
    color: #afafaf;
    font-size: 14px;
}

.avantage-div a {
    color: #00D9AD;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.avantage-div a:hover {
    text-decoration: underline;
}

.avantage-div h3 {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.btn_avantages {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px 25px;
    transition: all 0.5s ease-out;
}

.btn_avantages:hover {
    text-decoration: none !important;
    border: 1px solid #00D9AD;
    color: #00D9AD !important;
}

/* PARTENAIRE-ACCUEIL */
.partner-title {
    font-weight: bold;
    border-bottom: 1px solid #00D9AD;
    width: 210px;
    color: rgb(0, 0, 0)
}

.partner-logo img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    border: 1px solid #009e7c;
    transition: all 0.5s ease-out;
    z-index: 1;
}

.partner-logo img:hover {
    background-color: rgba(0, 0, 0, 0.5);
    filter: brightness(50%);
    z-index: 3;
}

.partner-logo a:hover .partner-text {
    display: block;
}

.partner-text {
    pointer-events: none;
}

.partner-text {
    height: 0px;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 40px;
    color: rgb(255, 255, 255);
    margin: 0;
    display: none;
    z-index: 2;
}

.partner-logo a:hover .partner-logo {
    background-color: rgba(0, 0, 0, 0.5);
    filter: brightness(50%);
}

.partner-text strong {
    color: #00D9AD;
    font-size: 14px;
}

.partner-logo a {
    text-decoration: none;
}

/* CARD-ACCUEIL */
.card {
    border: 1px solid rgba(109, 109, 109, 0.623);
    border-radius: 0;
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.616));
    background-color: #f0fffc;
}

.card-title {
    text-align: center;
    font-size: 17px;
    color: #00D9AD;
    font-weight: bolder;
}

.card-text {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}

.card-body .btn-infos {
    display: flex;
    justify-content: center;
    border: 2px solid #00D9AD;
    color: #00D9AD;
    font-weight: bolder;
    font-size: 14px;
    padding: 2px 0;
    transition: all 0.5s ease-out;
}

.card-body .btn-infos:focus {
    box-shadow: none;
}

.card-body .btn-infos:hover {
    background-color: #00D9AD;
    color: #fff;

}

/* CONTACT */
.back_img_contact {
    height: 347px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/contact/contact.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

.infos_contact {
    height: 169px;
    background-color: #EBEBEB;
    width: 1200px;
    margin: 60px auto;
    border: 1px solid #707070;
    border-radius: 10px;
    filter: drop-shadow(8px 8px 6px #00000077);
}

.infos_contact img {
    height: 68px;
    width: auto;
}

.infos_contact h3 {
    margin: 0;
    font-size: 18px;
}

.infos_contact p {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.contact_email {
    width: 240px;
}

.champ {
    margin-bottom: 30px;
}

.champ label {
    color: #009B7C;
    font-size: 16px;
    font-weight: bolder;
    margin: auto;
    font-weight: bold;
}

.champ input {
    background-color: #EBEBEB;
    width: 536px;
    height: 40px;
    display: block;
    border: 1px solid #707070;
}

.champ select {
    background-color: #EBEBEB;
    width: 536px;
    height: 40px;
    display: block;
    border: 1px solid #707070;
}

#sujet {
    width: 1183px;
}

#message {
    background-color: #EBEBEB;
    display: block;
    border: 1px solid #707070;
    width: 1183px;
    height: 250px;
}

#submit {
    margin: auto;
    width: 238px;
    height: 45px;
    font-size: 16px;
    background-color: #009e7e;
    border: 1px solid rgb(183, 255, 243);
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

/* À PROPOS - TRAILER MOVE*/
.back_img_trailer {
    height: 347px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/a_propos/trailer_move/banniere_trailer.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

.title_trailer {
    font-size: 30px;
    color: #00D9AD;
    font-weight: bold;
}

.trailer-move-title {
    font-weight: bold;
    border-bottom: 1px solid #00D9AD;
    width: 245px;
    color: #373737
}

.img_triangle {
    color: #fff;
    margin-top: 120px;
    height: 560px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/a_propos/trailer_move/vision_mission.png");
    filter: drop-shadow(0px -10px 8px rgba(0, 0, 0, 0.548));
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.582);
}

.triangle_rectangle1 {
    width: 1910px;
    max-width: 100%;
    height: 561px;
    background-color: rgba(0, 0, 0, 0.365);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    transition: all 1s ease-out;
}

.triangle_rectangle2 {
    width: 1910px;
    height: 561px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.365);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    position: absolute;
    transition: all 1s ease-out;
}

.triangle_rectangle1:hover,
.triangle_rectangle2:hover {
    background-color: rgba(0, 0, 0, 0);

}

.trailer_mission {
    text-align: end;
    margin-top: 80px;
}

.img_triangle h1 {
    font-size: 25px;
    font-weight: bold;
}

.img_triangle a {
    color: #00D9AD;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease-out;
    z-index: 100;
}

.trailer_contact {
    height: 221px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/a_propos/trailer_move/contact.png");
    width: 1200px;
    margin: 60px auto;
    border: 1px solid #707070;
    border-radius: 10px;
    filter: drop-shadow(8px 8px 6px #00000077);
    color: #fff;
    font-weight: bold;
}

.trailer_contact a {
    color: #00D9AD;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.trailer_contact a:hover {
    text-decoration: underline;
}

.team_img {
    height: 500px;
    width: auto;
}

/* À PROPOS - MISSION */
.back_img_mission {
    height: 347px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/a_propos/mission/mission.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

.mission-title {
    font-weight: bold;
    border-bottom: 1px solid #00D9AD;
    width: 175px;
    color: #373737
}

.mission_div {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.651));
    display: flex;
    justify-content: center;
    margin: 50px auto;
    width: 1088px;
    height: 343px;
    background-color: #DEFFF8;
    border: 1px solid #015341;
}

.zelis {
    color: #00D9AD;
    border-bottom: 1px solid #00D9AD;
    width: 60px;
}

.fa-arrow-right {
    color: #00D9AD;
}



/* À PROPOS - SERVICE */
.back_img_service {
    height: 347px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/a_propos/service/service.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

/* À PROPOS - AVANTAGE */
.back_img_avantage {
    height: 347px;
    width: auto;
    background-image: radial-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.507)), url("../img/a_propos/avantage/avantage.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.767));
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}

/* SIGN MINE */

.signup-card{
    border: 1px solid rgba(109, 109, 109, 0.623);
    border-radius: 0;
    box-shadow: 0px 0px 5px 1px rgb(241, 241, 241);
    background-color: #ffffff;
    width: 165px;
    height: 150px;
    cursor: pointer;
    padding: 20px ;
}
.signup-card .card-title{
    font-size: 12px;
}
.signup-card .card-text{
    font-size: 12px;
}
.grade-active {
    background-color: #dffff8;
    border: 2px solid #009e7e;
}
.btn_login_sign {
    width: 350px;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.1s ease-out;
    background-color: #00D9AD;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn_login_sign:hover{
    background-color: #00c09a;
}
.btn_login_sign_b {
    width: 350px;
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.329);
    color: rgb(66, 66, 66);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}

#login-step1{
    width: 350px;
}
#login-step2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
}
#login-step3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ville_cp input {
    width: 165px !important;
}
.ville_cp{
    width: 350px;
    display: flex;
    justify-content: space-between;
}
.error_span {
    color: #ff4949;
    font-size: 12px;
    padding-bottom: 15px;
}
#kbis,
#licence,
#assurance,
#attestation,
#assurance-remorque-inv,
#ct-remorque-inv,
#cg-remorque-inv {
    display: none;
}
.document-btn {
    height: 35px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(39, 39, 39);
    margin-bottom: 14px;
    color: rgb(39, 39, 39);
    padding: 0px 0px 0px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.document-btn:hover {
    background-color: #e6fffa;
    cursor: pointer;
}

.document-btn i {
    color: #00D9AD;
    margin-right: 15px;
}


/* LOGIN / SIGN */

.center-link-button{
    width: 350px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: black;
    background-color: rgb(221, 221, 221);
    font-size: 14px;
}
.center-link-button:hover{
    color: black;
    background-color: rgb(212, 212, 212);
}
.error {
    color: #D8000C;
}

.img_login_sign {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right_login_sign {
    height: fit-content;
    width: 440px;
    padding: 30px 0px;
    background-color: white;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 3px;
    color: rgb(50, 50, 50);
    box-shadow: 0px 0px 10px 3px rgb(250, 250, 250);
}

.logo_login_sign img {
    width: 350px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.go_back,
.no_account {
    text-decoration: none;
    margin: 20px;
    font-weight: bold;
}

.go_back {
    color: rgb(50, 50, 50);
}



.no_account:hover i {
    color: rgb(50, 50, 50);
}

.img_login_sign p {
    color: rgb(50, 50, 50);
    font-size: 14px;
}

.img_login_sign h1 {
    color: rgb(50, 50, 50);
    font-weight: bold;
}

.border-left {
    height: 3px;
    background-color: #00D9AD;
    border-radius: 5px;
    width: 150px;
}

.border-right {
    height: 3px;
    background-color: #3d3d3d;
    border-radius: 5px;
    width: 150px;

    background: linear-gradient(to left, #3d3d3d 50%, #00D9AD 50%);
    background-size: 200%;
    background-position: right;
    transition: all 1s ease-out;
}

.border-right:hover {
    background-position: left;
}

.img_login_sign input {
    height: 35px;
    width: 350px;
    border: none;
    border-radius: 3px;
    margin-bottom: 25px;
    color: rgb(50, 50, 50);
}

.img_login_sign input:focus {
    outline: none;
}

.img_login_sign input:focus::placeholder {
    color: rgba(0, 0, 0, 0);
}

.img_login_sign input::placeholder {
    color: rgb(50, 50, 50);
}

.error::placeholder {
    color: #ff4949 !important;
}



.success {
    border: 1px solid #00b16d !important;
}

.error {
    border: 1px solid rgb(173, 0, 0) !important;
}

/* MESSAGE DE SUCCES */

.success-grp{
    background-color: rgba(224, 252, 229, 0.596);
    border: 1px solid #000;
    border-radius: 5px;
    height: 150px;
    width: 300px;
    position: fixed;
    z-index: 10000;
    top: 760px;
    left: 1600px;
    opacity: 0;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.356);
    padding: 20px;
}
.success-grp2{
    background-color: rgba(224, 252, 229, 0.596);
    border: 1px solid #000;
    border-radius: 5px;
    height: 150px;
    width: 300px;
    position: fixed;
    z-index: 10000;
    top: 760px;
    left: 1600px;
    opacity: 0;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.356);
    padding: 20px;
}
.load-success{
    opacity: 1;
    transform: translateY(-15px); 
    transition: transform 0.4s ease-in-out, opacity 0.6s ease-in-out; 
}
.load-success-remove{
    opacity: 0;
    transform: translateY(15px); 
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out; 
    
}

/* À PROPOS - SERVICES */

.services-div {
    margin: 60px 0;
    padding: 0 160px;
}

.services-div h2 {
    font-size: 22px;
}

.services-div a {
    background-color: #015341;
    border: 1px solid #00D9AD;
    color: #fff;
    text-decoration: none;
    width: 260px;
    height: 31px;
    line-height: 29px;

}

/* LOGIN MINE*/
.input-top-label{
    position: relative;
}
.input-top-label input{
    border: 1px solid rgb(211, 211, 211);
}
.input-top-label .top-element{
    top: -12px;
}
.login-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.password-div{
    display: flex;
}
.password-div input{
    border-radius: 3px 0 0 3px;
}
.login-footer{
    width: 100%;
    height: 44px;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-top: 25px;
    position: fixed;
    bottom: 10px;
}

.login-footer span a{
    color: rgb(90, 90, 90);
}
#pays_signup{
    width: 350px;
    height: 35px;
}

/* LOGIN */



.champ_login {
    display: flex;
    justify-content: center;
}

.champ_login a:hover {
    color: #00D9AD;
}

input[type="checkbox"] {
    height: 11px;
    width: 11px;
    border: 1px solid rgba(204, 204, 204, 0);
    line-height: 11px;
    margin-right: 3px;
    margin-bottom: 0px;
}

.img_login_sign #mdp {
    margin-bottom: 8px;
}

.check_save {
    color: rgb(50, 50, 50);
    font-size: 11px;
}
.small-font{
    font-size: 13px;
    color: black;
}

/* SIGN */
.champ_sign {
    display: flex;
    justify-content: center;
}


.border-mid {
    height: 3px;
    background: linear-gradient(to left, #3d3d3d 65%, #00D9AD 20%);
    border-radius: 5px;
    width: 350px;
}

.chargeur_sign {
    height: 165px;
    width: 176px !important;
    background-color: #002a2100;
}

.chargeur_sign_disabled {
    height: 165px;
    width: 176px !important;
    background-color: #0f0f0f;
}

.chargeur_sign_disabled:hover {
    cursor: not-allowed !important;
}

.champ_sign h5 {
    font-size: 14px;
}

.champ_sign p {
    font-size: 12px;
}




.chargeur_sign:hover {
    border: 1px solid #009e7e;
    background-color: #004638a9;

}


.arrow-left {
    font-size: 13px;
    font-weight: 500;
    color: #00b38f;
}

.arrow-left:hover {
    color: #00caa2;
}

.border-mid2 {
    height: 3px;
    background: linear-gradient(to left, #3d3d3d 35%, #00D9AD 20%);

    width: 350px;
}

.border-mid3 {
    height: 3px;
    background-color: #00D9AD;
    border-radius: 5px;
    width: 350px;
}

/* SIGN UP CONFIRM */


.select-prefix {
    width: 50px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00D9AD;
    border-right: none;
    margin-bottom: 25px;
    color: #fff;
}

.select-prefix option {
    background-color: none;
}

span#franceFlag {
    background: url(../img/flags/France.svg) no-repeat;

}

.phone-prefix {
    width: 300px !important;
    border-left: none !important;
}





.sign_up_confirm {
    height: 961px;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(#00362A, #000000);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.email_confirm {
    padding-top: 400px;
}

.email_confirm a {
    text-decoration: none;
    color: #00D9AD;
}

.mailsucc{
    color: #fff;
    padding-bottom: 50px;
}

/* ACCOUNT */

.account {
    padding-top: 120px;
}

.champ_name {
    background-color: #EBEBEB;
    width: 400px;
    height: 40px;
    border: 1px solid #707070;
}

.success-modif {
    color: #00cf80;
    font-weight: bold;
}


/* ACCORDION AFFICHAGE */

.accordion-body {
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    border-right: none !important;
}

.infos_contact,
.infos_societe {
    background-color: #08eec034;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.116);
}

/* AFFICHAGE REMORQUE */

.container-display {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    background: var(--bg-body);
    padding: 170px 0 70px 0;
    height: 100%;
}

.list-display {
    width: 1300px;
    height: fit-content;
}

.accordion {
    border-collapse: collapse;
    border: rgba(0, 136, 95, 0.596) solid 1px;
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.616));
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: none !important;
}

.accordion-button::after {
    background-image: none !important;
}

.arrow-font-size {
    font-size: 14px;
    color: #00D9AD;
}

.accordion th {
    width: fit-content;
    background-color: #00d9ae81;
    color: #000c0a;
    font-weight: bolder;
    font-size: 14px;
}

.accordion-body {
    background-color: #1b5044;
}

.remorque-affichage .ligneDepot:nth-child(odd) {
    background-color: #2fb59a56;
}

.remorque-reserve {
    filter: brightness(79%) !important;
}

.btn-reserver {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    background-color: #008839;
    color: white;
    padding: 0px 15px;
    border-radius: 5px;
}

.btn-gerer {
    background-color: #00a383;
}

.modal-gerer {
    width: 500px;
}

.modal-header {
    border: none;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    border: none;
}

.btn-reserver:hover {
    cursor: pointer;
}

.btn-res-bloque {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    background-color: gray;
    color: white;
    font-weight: bolder;
    border: none;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

.btn-res-bloque:hover {
    background-color: rgb(102, 102, 102);
    cursor: not-allowed;
}

.remorque-offre {
    background-color: rgba(91, 255, 200, 0.425) !important;
}

#tempRestant {
    font-weight: bold !important;
}

#dataCard {
    background-color: black;
    color: white;
    height: fit-content;
    width: 300px;
    height: 600px;
    padding: 25px;
    background-color: #00362A;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.863));
}

.active {
    background-color: #00362A !important;
}

.dataCardContainer {
    width: 300px;
}

.informationLigne {
    margin-bottom: 15px;
}

.informationLigne p {
    display: inline;
}

/* TABLEAU AFFICHAGE */

table {
    width: 1200px;
    margin: auto;
    text-align: center;
}

thead {
    display: flex;
}

th {
    width: 30px;
    padding: 0 ;
}

.tr1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.last_th {
    width: 20px ;
}

.tr2,
td {
    padding: 0 ;
    text-align: center;
    line-height: 50px;
}

.td-flag{
    text-align: start;
    padding-left: 80px;
}
.td-flag img{
    margin-right: 10px;
}

td {
    border-top: none;
    border-bottom: none;
}

tr {
    margin-right: 0 ;
    margin-left: 0 ;
}

.accordion-button:not(.collapsed) {
    border-bottom: none;
    box-shadow: none ;
}

.accordion-button {
    color: var(--text-primary);
    border-top: 2px solid rgba(0, 199, 172, 0.616);
    background-color: var(--bg-primary);
}

.accordion-button:hover {
    cursor: pointer;
}

.text-hidden {
    padding: 0px;
    border: 0px ;
}

.accordion-body {
    border: 1px solid rgba(0, 136, 95, 0.596);
    background-color: var(--bg-body);
    color: var(--text-primary);
    border-left: none ;
    border-bottom: none ;
    border-right: none ;
}


/* RESERVATION */

.modalOffre .modal-content {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.562);
}

.modalOffre input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
}

.modalOffre .modal-dialog {
    position: absolute;
    margin: 0;
    top: 40%;
    left: 40%;
}

/* MEDAI QUERIES */
@media (max-width : 1670px) {
    .border_barnav_propos {
        border: 2px solid #00d9ae00;
        border-radius: 5px 5px 0 0;
        position: absolute;
        bottom: -12px;
        width: 67px;
        transition: all 0.7s ease;
    }
}



@media (max-width : 1399px) {
    .sans-gutter {
        --bs-gutter-x: 0 !important;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 640px;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

}

@media (max-width : 1283px) {

    .sans-gutter {
        --bs-gutter-x: 0 !important;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 640px;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

}

/* xl */
@media (max-width : 1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 3px 5px;
    }

    .button_1 {
        display: flex;
        justify-content: end;
    }

    .logo {
        width: 210px;
    }

    .champ input {
        width: 400px;
    }

    .champ select {
        width: 400px;
    }

    #sujet {
        width: 866px;
    }

    #message {
        width: 866px;
        height: 250px;
    }

    .avantage-part {
        margin-top: 50px !important;
        padding-top: 0 !important;
    }

    .avantage-div {
        height: 950px;
    }
}

/* lg */
@media (max-width : 991px) {
    .compte-link{
        position:static;
    }    
    #close-navbar{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none;
    }
    #navbar-items{
        flex-direction: column;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 310px;
        padding: 50px 20px;
        background-color: white;
        z-index: 10000;
        padding-top: 100px;
        transform: translate3d(310px, 0, 0);
        transition: transform .3s cubic-bezier(0, .52, 0, 1);
        overflow: scroll;
    }
    #navbar-items.show-window{
        transform: translate3d(0, 0, 0);
    }
    #navbar-items ul{
        display: flex;
        flex-direction: column;
    }
    #navbar-items ul li{
        width: 200px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
        width: 200px;
    }
    .navbar-light .navbar-nav .nav-link:hover{
        background-color: rgb(235, 235, 235);
    }

    .button_1 {
        flex-direction: row;
    }

    .background {
        margin-top: 34px;
        background: linear-gradient(#000000, #002A21) !important;
        width: 500px;
        margin-left: 35px;
    }


    .champ input {
        width: 320px;
    }

    .champ select {
        width: 320px;
    }

    #sujet {
        width: 669px;
    }

    #message {
        width: 669px;
        height: 250px;
    }

    .infos_contact img {
        height: 45px;
        width: auto;
    }

    .infos_contact h3 {
        margin: 0;
        font-size: 14px;
    }

    .logo_footer {
        width: 250px;
    }

    .border_barnav_accueil,
    .border_barnav_propos,
    .border_barnav_eco,
    .border_barnav_partner,
    .border_barnav_contact {
        display: none;
    }

    .footer {
        height: 460px;
    }
}

/* md */
@media (max-width : 767px) {
    .champ input {
        width: 100%;
    }

    .champ select {
        width: 100%;
    }

    #sujet {
        width: 100%;
    }

    #message {
        width: 100%;
        height: 250px;
    }

    .infos_contact img {
        display: none;
    }

    .infos_contact h3 {
        margin: 0;
        font-size: 12px;
    }

    .infos_contact p {
        font-size: 10px;
    }

    .footer-link a {
        font-size: 10px;
    }

    .button_1 {
        flex-direction: column;
    }

    .footer {
        height: 650px;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 100%;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

    .champ_sign h5 {
        font-size: 12px;
    }
}

@media (max-width : 575px) {
    .footer {
        height: 980px;
    }

    .footer-link {
        width: 40%;
    }

    .row .footer-link {
        --bs-gutter-x: 0;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 100%;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

    .right_login_sign a {
        font-size: 14px;
    }

    .logo_login_sign img {
        width: 420px;
    }

    .border-mid,
    .border-mid2,
    .border-mid3 {
        width: 300px;
    }

    .champ_sign p {
        font-size: 12px;
    }
}

/* sm */
@media (max-width : 500px) {
    .navbar-collapse {
        display: flex;
        justify-content: start;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .background {
        margin-top: 34px;
        background: linear-gradient(#000000, #002A21) !important;
        width: 400px;
        margin-left: 16px;
    }


    .champ input {
        width: 100%;
    }

    .champ select {
        width: 100%;
    }

    #sujet {
        width: 100%;
    }

    #message {
        width: 100%;
        height: 250px;
    }

    .infos_contact img {
        height: 45px;
        width: auto;
    }
}

@media (min-width : 480px) and (max-width : 500px) {
    .footer {
        height: 980px !important;
    }
}

@media (min-width : 400px) and (max-width : 500px) {
    .infos_contact h3 {
        margin: 0;
        font-size: 14px;
    }

    .infos_contact h3 {
        margin: 0;
        font-size: 10px;
    }

    .infos_contact p {
        font-size: 8px;
    }

    .contactez {
        text-align: center;
    }

    .avantage-div {
        height: 1050px;
    }

    .footer {
        height: 1170px;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 100%;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

    .right_login_sign a {
        font-size: 12px;
    }

    .right_login_sign input[type='text'],
    .right_login_sign input[type='password'] {
        width: 280px;
    }

    .border-left,
    .border-right {
        width: 120px;
    }

    .logo_login_sign img {
        width: 350px;
    }

    .sign_height h1 {
        font-size: 23px !important;
    }

    .border-mid,
    .border-mid2,
    .border-mid3 {
        width: 250px;
    }

    input[type="radio"] {
        width: 130px;
    }

    .champ_sign p {
        font-size: 11px;
    }

    .champ_sign h5 {
        font-size: 10px;
    }

    .champ_sign {
        width: 190px;
    }
}

@media (min-width : 300px) and (max-width : 400px) {
    .navbar-collapse {
        display: flex;
        justify-content: start;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .background {
        margin-top: 34px;
        background: linear-gradient(#000000, #002A21) !important;
        width: 400px;
        margin-left: 16px;
    }


    .champ input {
        width: 100%;
    }

    .champ select {
        width: 100%;
    }

    #sujet {
        width: 100%;
    }

    #message {
        width: 100%;
        height: 250px;
    }

    .infos_contact img {
        height: 45px;
        width: auto;
    }

    .infos_contact h3 {
        margin: 0;
        font-size: 14px;
    }

    .infos_contact h3 {
        margin: 0;
        font-size: 10px;
    }

    .infos_contact p {
        font-size: 8px;
    }

    .contactez {
        text-align: center;
    }

    .avantage-div {
        height: 1130px;
    }

    .footer {
        height: 1170px;
    }

    .right_login_sign {
        height: 100%;
        margin-top: 50px;
        width: 100%;
        background: linear-gradient(#000000, #002A21);
        filter: drop-shadow(0px 15px 10px #000000b0);
        border-radius: 3px;
    }

    .right_login_sign a {
        font-size: 12px;
    }

    .right_login_sign input[type='text'],
    .right_login_sign input[type='password'] {
        width: 280px;
    }

    .border-left,
    .border-right {
        width: 120px;
    }

    .logo_login_sign img {
        width: 350px;
    }

    .sign_height h1 {
        font-size: 23px !important;
    }

    .border-mid,
    .border-mid2,
    .border-mid3 {
        width: 250px;
    }

    input[type="radio"] {
        width: 130px;
    }

    .champ_sign p {
        font-size: 11px;
    }

    .champ_sign h5 {
        font-size: 9px;
    }

    .champ_sign .card {
        margin-right: 10px !important;
    }

    .champ_sign {
        width: 165px;
    }
}