/*
.moteur .selection::after {content: "";background-image: url("../../img/imgN/loupe.svg");background-size: 22px 22px;position: absolute;width: 22px;height: 22px;top: 8px;right: 15px;}
.dropDownMoteur{color: #AAA;font-size: 15px;background: #FFF;border: 2px solid rgba(228,226,227,1);height:40px;display: flex;align-items: center;justify-content: space-between;gap:8px;font-weight:500;min-width:160px;}
.dropDownMoteur:hover{color:#AAA !important;}
.dropDownMoteur svg{fill: #888;width:18px;height:18px;transform: rotate(0deg);transition: transform 200ms ease-in-out;}
.dropDownMoteur::after{display:none;border:unset;}
.dropDownMoteur.show svg{transform: rotate(180deg);transition: transform 200ms ease-in-out;}
.btn.reinit {display: flex;justify-content: space-around;align-items: center;gap: 8px;color: #E30613;font-size: 15px;font-weight: 500;text-decoration: underline;padding: .375rem 0;}

.btn.reinit svg{fill:#E30613;width:18px;height:18px;}

.moteur .select2-search__field::placeholder{opacity:1;color:#AAA;}

.dropDownMoteur.natyp {color: #FFF;font-weight: 400;border-color: #E30613;background-color: #E30613;}
.dropDownMoteur.natyp:hover{color:#fff !important;}
.dropDownMoteur.natyp svg{fill: #FFF;}

.dropDownMoteur + .dropdown-menu{padding:20px;}
.dropDownMoteur + .dropdown-menu .btn-group{width: 100%;border: 1px solid #CCC;display: flex;gap: 8px;padding: 8px;border-radius: 4px;margin-bottom: 1.5rem;}
.dropDownMoteur + .dropdown-menu .btn-group .btn-check + .btn.btnature{border-radius:4px;background-color:#e4e2e3;color:#1B475C;font-weight:500;font-size:15px;width:140px;height:40px;}
.dropDownMoteur + .dropdown-menu .btn-group .btn-check:checked + .btn.btnature{font-weight:400;background-color:#E30613;color:#FFF;}

.listTypes p {font-size:16px;font-weight:800;margin-bottom:.75rem;}
.listTypes .form-check {font-size:15px;display:flex;gap:8px;align-items:center;}
.listTypes .form-check-input:checked{background-color: #E30613;border-color:#E30613}
.btn.btnLaunchSearch {margin-top:1.5rem;width:100%;height:40px;background-color:#E30613;font-size:14px;color:#FFF;display:flex;justify-content:center;align-items:center;}
.btn.btnLaunchSearch p{margin:0;}

.dropDownMoteur + .dropdown-menu .form-control {height: 40px;font-size: 15px;font-weight: 500;border: 2px solid rgba(228,226,227,1);max-width: 160px;}

.dropdown-menu.tri-menu {padding: 0;}
.dropdown-menu.tri-menu a {padding: 10px 20px;color:#1B475C;font-size:15px;width:100%;display: flex;}
.dropdown-menu.tri-menu a.active, .dropdown-menu.tri-menu a:hover{color:#FFF;background-color: #E30613;}
**/
.offVue{position:absolute;right:0;bottom:15px;border-radius:4px;background:rgba(255,255,255,0.9);padding:8px 10px;color:#000;text-transform:uppercase;font-size:10px;font: weight 500px;z-index:9;margin-right:15px;display:flex;gap:8px;justify-content: center;align-items: center;}
.offVue svg{width:16px;height:16px;fill:#000;}