.dataTech {
  padding: 1rem .5rem .5rem;
  background-color: white;
  border-radius: 0;
}

.dataTech p {
  margin: 0;
}

.dataTech p.labelDepart {
  font-weight: bold;
  margin: 0 0 1rem;
}

.dataTech .fas {
  color: #dc6900;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  margin: 0;
  display: table;
  padding-bottom: .6rem;
  font-size: 2.1rem;
  line-height: .9em;
}

h1.h1_page {
  margin-bottom: 2rem;
  padding: .5rem;
  border-left: 10px solid #027b86;
  border-radius: 4px 0 0 4px;
}

h1.h1_page span {
  font-size: 1.4rem;
  color: #027b86;
}

h1.h1_page hr {
  background-color: #027b86;
  height: 1px;
  width: 140px;
  margin-left: 0;
}

h1.h1_page.model_2 {
  display: block;
  text-align: center;
}

h1.h1_page.model_2 hr {
  background-color: #027b86;
  height: 2px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

h1.h1_blog {
  border-left: 0.5rem solid #027b86;
  padding: 1rem;
  margin: 2rem auto 2rem 0;
  line-height: 1;
}

h1.h1_blog span {
  font-size: 1rem;
  color: #727272;
}

h1.h1_blog span.auteur {
  color: #027b86;
  font-size: 1rem;
}

h1.h1_blog b {
  font-size: 1rem;
}

h2 {
  font-size: 1.4rem;
}

h2.a {
  margin: 2rem 0 1rem;
  font-size: 1.7rem;
}

h3 {
  font-size: 1.3rem;
}

.headerNavbar {
  border-bottom: 1px solid #eee;
}

.headerNavbar .nav1 .navUl1 .nav-link {
  background-color: #027b86;
  margin-right: 1px;
}

.headerNavbar .nav1 .navUl2 .nav-link {
  border-left: 1px solid #444;
}

.headerNavbar .nav1 .navUl2 .nav-link.first {
  border-left: 0;
}

.headerNavbar .nav1 .navUl2 .nav-link:hover {
  background-color: #eee;
  color: black !important;
}

.headerNavbar .nav1 .nav-link {
  padding: 1.8rem .9rem;
}

.headerNavbar .nav1 .nav-link.them_balade, .headerNavbar .nav1 .nav-link.them_sejour, .headerNavbar .nav1 .nav-link.them_stage {
  padding: 1.7rem .7rem;
  color: white;
  text-align: left;
}

.headerNavbar .nav1 .nav-link.them_balade img.ico, .headerNavbar .nav1 .nav-link.them_sejour img.ico, .headerNavbar .nav1 .nav-link.them_stage img.ico {
  display: inline-block;
  max-width: 32px;
  margin: auto;
}

.headerNavbar .nav1 .nav-link.them_logo {
  background-color: white;
  padding: 0.7rem 0 0;
  margin-right: 2rem;
}

.headerNavbar .nav1 .nav-link.them_balade {
  background-color: #015860;
}

.headerNavbar .nav1 .nav-link.them_sejour {
  background-color: #027b86;
}

.headerNavbar .nav1 .nav-link.them_stage {
  background-color: #039eac;
}

.headerNavbar .nav1 .nav-link.them_conference {
  background-color: #015860;
  border-left: 5px solid #212429;
}

.headerNavbar .nav1 .nav-link:hover {
  background-color: #dc6900;
}

.headerNavbar .nav2 {
  padding: .25rem 0;
}

.headerNavbar .nav2 .btn-primary.btn_brand {
  padding: 0.6rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .5rem;
}

.headerNavbar .nav2 .contentNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: roboto_bold;
}

.headerNavbar .nav2 .navGauche {
  padding: 0;
}

.headerNavbar .nav2 .navGauche .nav-link {
  /* border: 1px solid #727272; */
  font-weight: bold;
  background-color: white;
  color: #212529;
  margin-right: .5rem;
  padding: .35rem .75rem;
  border-radius: 4px;
  font-family: roboto_bold;
}

.headerNavbar .nav2 .navGauche .nav-link:hover {
  background-color: #dc6900;
  color: white !important;
}

.headerNavbar .nav2 .kdrePanier {
  border-bottom: 1px solid #ababab;
  border-radius: 0 0 20px 20px;
  background-color: white;
  padding: .25rem;
}

.headerNavbar .nav2 .kdrePanier .nav-link {
  border: none;
  margin: 0 .5rem 0 0;
  font-family: roboto_bold;
}

.headerNavbar .nav2 .kdrePanier .nav-link:hover {
  background-color: transparent;
  font-weight: bold;
}

.headerMobile {
  padding: .5rem;
  background-color: #212429;
}

.headerMobile a.btnMenu {
  background-color: #027b86;
  color: white;
  padding: 1rem;
  border-radius: 4px;
}

.btn.btn_outline_warning_1 {
  border: 1px solid white;
  border-radius: 60px;
  color: white;
  padding: 15px 45px;
  font-size: .85rem;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.btn_outline_warning_1:hover {
  background-color: #dc6900;
  color: black;
}

section.cta {
  position: relative;
  padding: 72px 0;
  background-image: url("../data/theme/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  line-height: 1;
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 3rem;
  }
}

section.cta .cta-content .btn_outline_warning_1 {
  border: 1px solid white;
  color: white;
}

section.cta .cta-content .btn_outline_warning_1:hover {
  background-color: white;
  color: #222;
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contactSocial {
  text-align: center;
  background-color: #027b86;
  padding: 72px 0 !important;
}

section.contactSocial h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contactSocial h2 i {
  color: #870290;
}

section.contactSocial ul.list-social {
  margin-bottom: 0;
}

section.contactSocial ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contactSocial ul.list-social li.social-facebook a {
  background-color: #113494;
}

section.contactSocial ul.list-social li.social-facebook a:hover {
  background-color: #0e2c7d;
}

section.contactSocial ul.list-social li.social-instagram a {
  background-color: purple;
}

section.contactSocial ul.list-social li.social-instagram a:hover {
  background-color: #670067;
}

footer.footer_01 {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  background-color: #1f1f1f;
}

footer.footer_01 p {
  font-size: 12px;
  margin: 0;
}

footer.footer_01 ul {
  margin-bottom: 0;
}

footer.footer_01 ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

footer.footer_01 ul li a:hover, footer.footer_01 ul li a:focus, footer.footer_01 ul li a:active, footer.footer_01 ul li a.active {
  text-decoration: none;
}

.box {
  margin-bottom: 1rem;
}

.box img.headerBox {
  border-radius: 0 5px 0 0;
}

.box p.coo {
  line-height: 2rem;
}

.box p.coo .fa-circle {
  border-radius: 50%;
  background-color: #027b86;
  color: white;
  padding: 5px;
}

.box .card-title {
  margin: 1rem 0;
}

.box.card_form .row {
  margin-bottom: 1rem;
}

.viewer {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.viewer .voile {
  min-height: 100vh;
}

.viewer.viewerLogin {
  background-image: url("/../data/image/bkg/bkg_02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.viewer.viewerLogin .voile {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
}

.viewer.viewerLogin .kdreForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.viewer.viewerLogin .kdreForm h1.h1Page {
  margin: 2rem 0;
  padding: 0;
  line-height: 1.6rem;
  font-size: 1.8rem;
}

.viewer.viewerLogin .kdreForm h1.h1Page span {
  font-size: 1.4rem;
  color: #027b86;
}

.viewer.viewerLogin .kdreForm .btn.btn-primary {
  background-color: #027b86;
  border: 1px solid #027b86;
}

.viewer.viewerLogin .kdreForm .btn.btn-outline-primary {
  background-color: white;
  color: #027b86;
  border-color: #027b86;
}

.viewer.viewerLogin .kdreForm .btn.btn-outline-primary:hover {
  font-weight: bold;
}

.viewer.viewerLogin .kdreForm .view {
  margin: auto;
  border: 1px solid #027b86;
  padding: 2rem;
  background-color: #eee;
}

.viewer.viewerLogin .kdreForm .view p {
  line-height: 1.5;
}

.viewer.viewerLogin .kdreForm .view .footer {
  margin-top: 2rem;
}

.viewer.viewerLogin .kdreForm .view .footer a.aCreate {
  font-weight: bold;
}

.viewerHeader {
  margin-bottom: 0;
}

.viewerCorpus {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem .25rem 2rem;
}

.viewerFooter {
  margin-top: auto;
}

.viewerFooter p.copyr {
  margin: 0;
  padding: 1rem;
  text-align: center;
}

img.nestorAvatar {
  border-radius: 50%;
  border: 2px solid black;
  max-width: 64px;
}

.btn.btn-outline-primary, .btn.btn-outline-info, .btn.btn-outline-secondary {
  background-color: white;
}

.btn.btn-outline-info:hover {
  background-color: cadetblue;
  border-color: cadetblue;
}

.navbar-default {
  background-color: #212429;
}

.navbar-default .nav-item a.nav-link {
  color: white !important;
}

.navbar .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar .navbar-toggler.collapsed .top-bar,
.navbar .navbar-toggler.collapsed .middle-bar,
.navbar .navbar-toggler.collapsed .bottom-bar {
  background-color: #fff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

img.logo_1 {
  width: 72px;
}

.headerH1 {
  background-color: #027b86;
  padding: 1.6rem 0;
}

.headerH1 h1.h1_page {
  font-family: Inter,"sans-serif" !important;
  border: none;
  padding-left: 0;
}

.headerH1 h1.h1_page span {
  color: white;
}

#zoneH1 {
  background-color: cadetblue;
  background-color: #262626;
}

#zoneH1 .kdre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#zoneH1 .kdre .logo {
  margin-right: 2rem;
  padding: 2rem 1rem 2rem 0;
  border-right: 3px solid white;
}

.card.cardProduit {
  border-radius: .5rem;
  margin-bottom: 1.5rem;
}

.card.cardProduit .articleHeader {
  border-radius: .25rem .255rem 0 0;
  background-color: #fff;
}

.card.cardProduit .articleHeader .zoneTech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0;
  border-radius: .25rem .25rem 0 0;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader {
  padding: .5rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.lieu {
  margin-bottom: .35rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.lieu img {
  width: 22px;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.lieu img.ico {
  margin-right: .4rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.date {
  font-size: 1rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.date .ico {
  margin-left: .1rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line.clock {
  font-weight: bold;
  font-size: 1rem;
  color: black !important;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .line .ico {
  margin-right: .75rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .flag {
  padding: .75rem .5rem;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .card-title {
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.cardProduit .articleHeader .zoneTech .kdreHeader .typeCat .ico {
  background-color: black;
  border-radius: 50%;
}

.card.cardProduit .articleHeader .zoneTech .prixFlag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  margin-right: 1rem;
  text-align: center;
}

.card.cardProduit .articleHeader .zoneTech .prixFlag .prix {
  padding: 1.5rem .5rem;
  background-color: #dc6900;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.card.cardProduit .articleHeader .zoneTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 110px;
  background-color: whitesmoke;
  margin: 0;
  padding: .25rem .5rem .25rem .5rem;
}

.card.cardProduit .articleHeader .zoneTitle .nomCat {
  background-color: white;
  color: #027b86;
  border: 1px solid #027b86;
}

.card.cardProduit .articleHeader .zoneTitle h3.card-title {
  padding: 0;
}

.card.cardProduit .articleHeader .zoneTitle .spGuide {
  font-size: 1rem;
  font-style: italic;
}

.card.cardProduit .articleHeader .zoneTitle .spGuide .nomGuide {
  color: #027b86;
  font-weight: bold;
}

.card.cardProduit .articleAlerte {
  background-color: #464646;
  color: white;
  margin: .25rem .5rem;
  padding: .5rem;
  font-size: 1.2rem;
  border-radius: 1rem;
}

.card.cardProduit .articleAlerte p {
  margin: 0;
}

.card.cardProduit .articleBody {
  padding: 0;
}

.card.cardProduit .articleBody .kdreIllus {
  position: relative;
}

.card.cardProduit .articleBody .kdreIllus img {
  border-radius: 0 0 .5rem .5rem;
  margin-bottom: 0;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5rem;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte h3 {
  color: white;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnPlus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  margin: 0;
  border-radius: 4px 0 0 4px;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnPlus.bradius_1 {
  border-radius: .5rem 0 0 .5rem;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnAchat {
  width: 33%;
  border-radius: 0 .5rem .5rem 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00ab15;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnInfo {
  width: 33%;
  border-radius: 0 .5rem .5rem 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #113494;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnVirelles {
  background-color: #dc6900;
  border-radius: 0 .5rem .5rem 0;
  border-color: #dc6900;
}

.card.cardProduit .articleBody .kdreIllus div.zoneFlotte div.kdreAction .btn.btnRetire {
  border-radius: 0 .5rem .5rem 0;
  color: white;
}

.card.cardProduit .articleFooter {
  padding: .5rem;
}

.card.cardProduit .articleFooter .btn {
  background-color: #027b86;
  color: white;
  margin: 0 .5rem;
}

.card.cardProduit .card-body {
  padding: 0;
}

.card.cardProduit .zoneDate {
  margin: 0;
  padding: 1rem;
  background-color: #eee;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card.cardProduit .zoneDate .cellDroite {
  font-weight: bold;
  color: #dc6900;
}

.card.cardProduit .zoneDate .cellDroite span.djour {
  color: black;
}

.card.cardProduit .zoneDate .nomCat {
  font-size: 1rem;
  background-color: #027b86;
}

.card.cardProduit .cardHeader {
  padding: 0 1.5rem;
}

.card.cardProduit .cardHeader span.kdrePays {
  padding: 1rem 0 0;
}

.card.cardProduit .cardHeader .btn.btnAction {
  border-radius: 0;
}

.card.cardProduit .cardHeader .btn.btnAction.btn-primary {
  background-color: #027b86;
  color: white;
  border: 1px solid #027b86;
}

.card.cardProduit .cardHeader .btn.btnAction.btn-warning {
  background-color: #dc6900;
  color: white;
  border: 1px solid #dc6900;
}

.card.cardProduit .card-title {
  margin-bottom: 0;
  line-height: 1.1;
  padding: .5rem 1.5rem;
}

.card.cardProduit .cardFooter {
  padding: 1rem 1.5rem;
}

.card.cardProduit .cardFooter .cellGauche,
.card.cardProduit .cardFooter .cellDroite {
  text-align: center;
}

.card.cardProduit .btn.btn-primary {
  background-color: #027b86;
  color: white;
  border: 1px solid #027b86;
}

.card.cardProduit .zoneD {
  background-color: #eee;
  padding: .5rem;
  font-size: 1.1rem;
}

.card.cardProduit .zoneD .flagImg {
  width: 24px;
}

.card.cardProduit .dateG {
  color: #dc6900;
}

.card.cardProduit .kdreIllus {
  position: relative;
}

.card.cardProduit .kdreIllus img {
  border-radius: 0;
  margin-bottom: 0;
}

.card.cardProduit .kdreIllus span.prix {
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: .75rem;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.card.cardProduit .kdreIllus span.zoneFlotte {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: .75rem;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.card.cardProduit .kdreIllus span.zoneFlotte img {
  width: 46px;
  border-radius: 12px;
}

.card.cardProduit .kdreIllus span.zoneFlotte img.ico {
  width: 32px;
}

.card.cardProduit .kdreIllus span.zoneFlotte .typeCat {
  margin-left: .5rem;
  border-left: 1px solid white;
  padding-left: .5rem;
}

.card.cardProduit .kdreIllus span.zoneFlotte .typeCat .nomG {
  color: #dc6900;
}

.card.cardProduit .kdreIllus span.zoneFlotte .badge.nomCat {
  background-color: #027b86;
}

.card.cardProduit .rubrique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.card.cardProduit .rubrique .prix {
  padding: 1rem .5rem;
  color: #dc6900;
  font-size: 1.2rem;
  font-weight: bold;
}

.card.cardProduit .rubrique .ico {
  background-color: black;
  border-radius: 50%;
}

.card.cardProduit .rubrique .nomCat.badge {
  background-color: #027b86;
}

span.cat {
  background-color: #eee;
  border-radius: .5rem;
  padding: .1rem .5rem;
  font-size: .8rem;
  border: 1px solid #ddd;
  font-weight: bold;
}

span.date {
  font-weight: bold;
  font-style: italic;
  font-size: .8rem;
}

span.categorie {
  font-size: 1rem;
  color: #027b86;
}

span.categorie .ico {
  background-color: #464646;
  border-radius: 50%;
  margin-right: .25rem;
}

.statProduit {
  background-color: white;
  padding: .5rem 1rem;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-style: italic;
}

.statProduit.garanti {
  background-color: green;
  color: white;
}

.statProduit.disponible {
  color: green;
  font-weight: bold;
}

.statProduit.annule {
  background-color: red;
  color: white;
}

.statProduit.complet {
  background-color: #dc6900;
  color: white;
}

.statProduit.encours {
  background-color: #113494;
  color: white;
}

.statProduit.termine {
  background-color: #027b86;
  color: white;
}

.card.card_panier .card-header h3.card-title {
  margin: .5rem 0;
  font-size: 1.2rem;
  text-align: center;
}

.card.card_panier .card-header .btn.btn_reset {
  color: #db0b00;
}

.card.card_panier .card-body {
  padding: 0 .5rem;
}

.card.card_panier p.item {
  margin: 0;
}

.card.card_panier p.tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.card_panier .badge_nbre {
  border-radius: 10px;
  font-size: 1rem;
}

.card.card_panier .card-footer {
  padding: 1rem;
}

.card.card_panier .card-footer p {
  margin: 0;
}

.card.card_panier .card-footer .btn_reset {
  border: 1px solid #db0b00;
  color: #db0b00;
}

.card.card_panier .card-footer .btn {
  padding: .25rem 1.25rem;
}

.card.card_panier .card-footer .btn.btn-primary {
  background-color: #027b86;
}

.card.card_panier .card-footer .btn.btn-outline-danger:hover {
  background-color: #db0b00;
  color: white;
}

.card.card_panier .card-footer .btn.btn-outline-primary:hover {
  background-color: #027b86;
  color: white;
}

.cardPanierItem {
  background-color: #fff;
  padding: .5rem .5rem;
  border-bottom: 1px solid #ddd;
}

.cardPanierItem h5 {
  font-size: .9rem;
  margin: .25rem;
}

.cardPanierItem p {
  margin: 0;
}

.cardPanierItem span.cat {
  background-color: #eee;
  border-radius: .5rem;
  padding: .1rem .5rem;
  font-size: .8rem;
  border: 1px solid #ddd;
  font-weight: bold;
}

.cardPanierItem span.date {
  font-weight: bold;
  font-style: italic;
  font-size: .75rem;
  color: #dc6900;
}

.cardPanierItem .btn_panier {
  color: #db0b00;
  font-size: .7rem;
}

.cardPanierItem .btn.btn_panier {
  color: #dc6900;
}

.cardPanierItem .btn.btn_panier:hover {
  color: darkblue;
}

.cardPanierItem .cardPanierFooter {
  text-align: right;
}

.cardPanierItem .cardPanierFooter .btn {
  background-color: white;
  color: red;
}

.cardPanierItem .cardPanierFooter .btn:hover {
  background-color: red;
  color: white;
}

.cardPanierItem .tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .5rem;
}

.headerAction.jumelles, .headerAction.single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.headerAction .kdreBtnParticipants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.headerAction .kdreBtnParticipants .btn.btnM1 {
  color: #113494;
  border: 1px solid #113494;
}

.headerAction .kdreBtnParticipants .btn.btnM1:hover {
  background-color: #113494;
  color: white;
}

.headerAction .kdreBtnParticipants .dropdown {
  margin-right: 1rem;
}

.headerAction .kdreBtnParticipants .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px #727272;
          box-shadow: 0 5px 10px #727272;
}

.headerAction .kdreBtnParticipants .dropdown .dropdown-menu .badge {
  color: black;
}

.headerAction .kdreBtnParticipants .dropdown .dropdown-menu:hover {
  background-color: #ddd;
}

.headerAction .kdreBtnParticipants .dropdown .montant {
  font-weight: bold;
  background-color: #eee;
  color: #dc6900;
  padding: 3px;
  border-radius: 50%;
}

.headerAction .kdreBtnParticipants .dropdown span.spNom {
  font-weight: bold;
}

.headerAction .kdreBtnParticipants .dropdown span.spPrenom {
  color: #027b86;
}

p.choixJumelles, p.choixSingle {
  margin: 0;
  text-align: left;
}

p.choixJumelles a.btn-outline-info, p.choixSingle a.btn-outline-info {
  padding: 0 .5rem;
  background-color: antiquewhite;
  color: #027b86;
  font-size: 1.2rem;
}

p.choixJumelles a.btn-outline-info span.prixSingle, p.choixSingle a.btn-outline-info span.prixSingle {
  color: #027b86;
}

p.choixJumelles a.btn-outline-info span.badge, p.choixSingle a.btn-outline-info span.badge {
  color: #027b86;
}

p.choixJumelles a.btn-outline-info:hover, p.choixSingle a.btn-outline-info:hover {
  color: green;
}

p.choixJumelles a.btn-outline-info.selectionne, p.choixSingle a.btn-outline-info.selectionne {
  background-color: green;
  color: white;
}

p.choixJumelles a.btn-outline-info.selectionne .badge, p.choixSingle a.btn-outline-info.selectionne .badge {
  color: white;
}

p.choixJumelles a.btn-outline-info.selectionne .fad,
p.choixJumelles a.btn-outline-info.selectionne span.prixSingle, p.choixSingle a.btn-outline-info.selectionne .fad,
p.choixSingle a.btn-outline-info.selectionne span.prixSingle {
  color: white;
}

.cardCommande .card-header {
  background-color: #027b86;
  color: white;
}

.cardCommande .card-header .bg-primary {
  background-color: #dc6900 !important;
}

.cardCommande .card-body {
  padding: 1rem;
}

.cardCommande .card-body h4 {
  padding: .25rem 0;
}

.cardCommande .kdreTitleDivision {
  margin: 1rem 0;
}

.item.kdreForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.item.kdreForm .view {
  margin: auto;
  border: 1px solid #027b86;
  padding: 2rem;
  background-color: #eee;
}

.item.kdreForm .view p {
  line-height: 1.5;
}

.item.kdreForm .view .footer {
  margin-top: 3rem;
}

.item.kdreForm .view .footer a.aCreate {
  font-weight: bold;
}

.alert.alertGaranti {
  background-color: green;
  color: white;
}

.kdreFiche .colPagina {
  padding: 0;
}

.kdreFiche .ficheHeader {
  padding: 1rem 0 0;
  background-color: #ccc;
  border-radius: 0 0 20px 20px;
}

.kdreFiche .ficheHeader .btn.btnAction {
  border-radius: 0;
}

.kdreFiche .ficheHeader .btn.btnAction.btn-primary {
  background-color: #027b86;
  color: white;
  border: 1px solid #027b86;
}

.kdreFiche .ficheHeader .btn.btnAction.btn-warning {
  background-color: #dc6900;
  color: white;
  border: 1px solid #dc6900;
}

.kdreFiche h1.h1Activite {
  font-size: 1.4rem;
  border-left: 1px solid #ababab;
  line-height: 1.5rem;
}

.kdreFiche h1.h1Activite .spH1 {
  padding-left: .5rem;
}

.kdreFiche h1.h1Activite .zonePays {
  font-size: 1rem;
}

.kdreFiche h1.h1Activite .zonePays img.flagImg.ico {
  width: 32px;
}

.kdreFiche h1.h1Activite .zoneDate {
  font-size: 1rem;
  color: #dc6900;
  margin-left: .5rem;
}

.kdreFiche .colSidebar .card {
  border-radius: 0;
}

.kdreFiche .colSidebar .card.cardResponsable {
  margin-bottom: 1rem;
}

.kdreFiche .colSidebar .card.cardResponsable .card-body {
  padding: 1rem;
}

.kdreFiche .colSidebar .card.cardResponsable .horaireResponable {
  font-size: .8rem;
}

.kdreFiche .colSidebar .card.cardResponsable .horaireResponable .pResponsable {
  color: #027b86;
  font-weight: bold;
  font-size: 1rem;
}

.kdreFiche .colSidebar .card.cardResponsable .horaireResponable p {
  margin: 0;
}

.kdreFiche .colSidebar .btn.btn-warning {
  background-color: #dc6900;
  border-color: #dc6900;
  color: white;
}

.kdreFiche .colSidebar .btn.btn-primary {
  background-color: #027b86;
  border-color: #027b86;
}

.kdreFiche .colSidebar .btn.btnAction {
  display: block;
  margin: .5rem 0;
}

.panelTech {
  background-color: black;
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panelTech p {
  margin: 0;
}

.panelTech span {
  font-size: .75rem;
  color: white;
}

.panelTech span.labelMontant, .panelTech span.nJour, .panelTech span.nParticipants, .panelTech span.reste {
  padding: 1rem;
}

.panelTech span.labelMontant .montant {
  color: #dc6900;
  font-weight: bold;
  font-size: 1rem;
}

.panelTech span.nJour {
  font-size: .75rem;
  font-weight: bold;
}

.panelTech span.nParticipants b {
  font-size: 1rem;
}

.panelTech span.reste {
  background-color: #db0b00;
  color: white;
  border-radius: 0 0 10px 0;
}

.panelTech span.reste .nReste {
  font-size: 1rem;
}

.pCooContact {
  margin-top: 1rem;
}

.pCooContact p {
  margin: 0;
  font-weight: bold;
}

.slider {
  position: relative;
  margin-top: .5rem;
}

.slider span.status {
  position: absolute;
  top: 2rem;
}

.slider span.status.garanti {
  background-color: rgba(0, 140, 0, 0.6);
  color: white;
  padding: 1rem 2rem;
  font-style: italic;
  font-size: 1.4rem;
}

.slider .copyright {
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  text-align: right;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  padding: .5rem;
  font-size: .8rem;
  font-style: italic;
}

.card.cardGuide .card-body {
  padding: 1rem;
}

.card.cardGuide .card-title {
  color: #027b86;
}

.card.cardGuide .card-title span {
  color: black;
}

.card.cardGuide .pBtn {
  margin: 1rem 0;
  text-align: right;
}

.card.cardGuide .pBtn .labelGuide {
  font-style: italic;
  color: black;
  font-weight: bold;
}

.card.cardGuide .pBtn .fas {
  color: #ababad;
}

.card.cardGuide .btn-outline-primary {
  border-color: #027b86;
  color: #027b86;
  font-weight: bold;
  border-radius: 0;
}

.card.cardGuide .btn-outline-primary:hover {
  background-color: #027b86;
  color: white;
}

.card.cardGuide .btn-sm {
  padding: .25rem .875rem;
}

section.body {
  padding: 2rem 0;
}

section.body #tabDetail {
  margin: 0;
}

section.body #tabDetail .nav-link {
  color: black;
  border: none;
}

section.body #tabDetail .nav-link:hover {
  color: #027b86;
}

section.body #tabDetail .nav-link.active {
  background-color: #aaa;
  color: #027b86;
  border: none;
  border-top: 2px solid #027b86;
}

section.body .tab-content {
  background-color: white;
  padding: 2rem;
  border: 1px solid #aaa;
}

.card_jumelles .card-title {
  margin-bottom: 0;
}

.card_jumelles .card-body {
  padding: 1rem;
}

.card_jumelles .lead {
  font-size: 1rem;
  line-height: 1.2rem;
  color: black;
  font-weight: bold;
}

.btn.btn-primary {
  background-color: #027b86;
  color: white;
  border-color: #027b86;
}

.btn.btn-outline-primary {
  border: 1px solid #027b86;
  color: #027b86;
}

.btn.btn-outline-primary:hover {
  background-color: #027b86;
  color: white;
}

article.cardProduit.wup a {
  color: black;
}

article.cardProduit.wup .kdreIllus {
  position: relative;
  overflow: hidden;
}

article.cardProduit.wup img.avatarProduit {
  -webkit-transition: all .5s;
  transition: all .5s;
}

article.cardProduit.wup img.avatarProduit:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.ficheActivite {
  background-color: white;
}

section.ficheActivite .kdreSlide {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: white;
}

section.ficheActivite .kdreSlide p.pCopyPhoto {
  margin: 0;
  text-align: right;
}

section.ficheActivite .kdreSlide p.pCopyPhoto span {
  display: inline-block;
  padding: .25rem 0 0;
}

section.ficheActivite .kdreH1 {
  border-left: 2px solid #444;
  margin-bottom: 1rem;
  padding: .5rem 0 0.75rem 0;
  font-size: 2rem;
}

section.ficheActivite .kdreH1 p.date {
  color: #dc6900;
  margin: 0 0 0 1rem;
  font-size: 1.4rem;
}

section.ficheActivite .kdreH1 p.date .dateG {
  font-weight: bold;
}

section.ficheActivite .kdreH1 span.zonePays img.flagImg {
  width: 30px;
}

section.ficheActivite .kdreH1 span.zonePays span.spPays {
  font-size: 1.1rem;
}

section.ficheActivite .kdreH1 div.kdreFlag {
  line-height: .9;
}

section.ficheActivite .kdreH1 h1 {
  margin-top: 1rem;
  margin-left: 1rem;
}

section.ficheActivite .kdrePanneau {
  padding: 1rem;
}

section.ficheActivite .kdrePanneau .cellGuide h2 {
  color: #027b86;
  margin: 2rem 0;
  padding: 1rem 0;
}

section.ficheActivite .kdrePanneau .cellGuide h2 span.libel {
  color: #464646;
  font-size: 1rem;
  font-style: italic;
}

section.ficheActivite .kdrePanneau .cellGuide .btn_link {
  margin-top: 2rem;
}

section.ficheActivite .kdrePanneau .colRight .cellRight {
  border-left: 1px solid black;
}

section.ficheActivite .kdrePanneau .kdre_recap {
  padding: 1rem;
  background-color: #eee;
}

section.ficheActivite .kdrePanneau .col_recap .defaut {
  background-color: white;
  padding: .5rem;
  margin: 0;
}

section.ficheActivite .kdrePanneau .col_recap .defaut .prix_defaut {
  font-weight: bold;
  font-size: 1.4rem;
  color: #dc6900;
}

section.ficheActivite .kdrePanneau .col_recap .item {
  margin: 1rem 0;
}

section.ficheActivite .kdrePanneau .kdre_responsable .respons {
  margin-top: 2rem;
  padding: .5rem 0;
  color: #027b86;
  font-size: 1.2rem;
  font-family: roboto_bold;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}

section.ficheActivite .kdrePanneau .kdre_responsable .respons span.titre_responsable {
  color: black;
  font-size: 1rem;
  background-color: white;
  border-radius: 5px;
  padding: .3rem 1rem;
  font-size: 1rem;
}

section.ficheActivite .kdrePanneau .kdre_responsable .respons i {
  padding-left: 1rem;
}

section.ficheActivite .zone_detail {
  margin-top: 0;
  padding: 1rem;
}

section.ficheActivite .zone_detail .colLeft h3 {
  padding: 1rem 0;
}

section.ficheActivite .zone_detail .colLeft h3 .fas {
  color: #027b86;
}

section.ficheActivite .zone_detail .colLeft .card_jumelles {
  margin-right: .5rem;
}

section.ficheActivite .zone_detail .colLeft .menu_info {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

section.ficheActivite .zone_detail .colLeft .menu_info button,
section.ficheActivite .zone_detail .colLeft .menu_info a {
  color: #464646;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  border-radius: 0;
  text-align: left;
}

section.ficheActivite .zone_detail .colLeft .menu_info button.active,
section.ficheActivite .zone_detail .colLeft .menu_info a.active {
  color: #027b86;
  border-left: 10px solid #027b86;
  font-weight: bold;
}

section.ficheActivite .zone_detail .colLeft .menu_info button:hover,
section.ficheActivite .zone_detail .colLeft .menu_info a:hover {
  background-color: #eee;
  color: #027b86;
  border-left: 3px solid #027b86;
}

section.ficheActivite .zone_detail .colLeft .kdre_souvenir {
  background-color: #eee;
  padding: 2rem;
  margin-top: 2rem;
  margin-right: 1rem;
  text-align: center;
}

section.ficheActivite .zone_detail .colLeft .kdre_souvenir .illus {
  max-width: 100px;
  height: 100px;
  display: table;
  margin: 1rem auto;
}

section.ficheActivite .zone_detail .colLeft .kdre_souvenir .illus img.avatar_guide {
  border-radius: 50%;
  max-width: 100%;
}

section.ficheActivite .zone_detail .colLeft .kdre_souvenir .souvenir {
  text-align: justify;
  font-style: italic;
}

section.ficheActivite .zone_detail .colLeft .card.card_appel {
  margin-top: 2rem;
  margin-right: 1rem;
  background-image: url("../data/img/dark_wood.png");
  border-radius: 0;
}

section.ficheActivite .zone_detail .colLeft .card.card_appel .kdre {
  background-color: white;
  padding: 1rem;
}

section.ficheActivite .zone_detail .colLeft .card.card_appel .kdre h5 {
  margin-top: 1rem;
  font-weight: bold;
}

section.ficheActivite .zone_detail .colLeft .kdre_upload h3 {
  margin-top: 2rem;
}

section.ficheActivite .zone_detail .colRight .tab-content {
  border: 5px solid #eee;
  padding: 1rem;
  min-height: 600px;
}

section.ficheActivite .zone_detail .colRight .tab-content h2 {
  border-left: 20px solid #027b86;
  padding: 1rem .5rem;
}

section.ficheActivite .zone_detail .colRight .tab-content h3 {
  padding: 1rem 0;
}

section.ficheActivite .zone_detail .colRight .tab-content img {
  max-width: 100%;
}

section.ficheActivite .zone_detail .colRight .tab-content table td.tdPrix {
  width: 120px;
  font-weight: bold;
  color: #027b86;
}

section.ficheActivite .zone_detail .colRight .tab-content .fas.fas_ok {
  color: green;
}

section.ficheActivite .zone_detail .colRight .tab-content .fas.fas_nok {
  color: red;
}

section.ficheActivite .zone_detail .colRight .zone_galerie {
  margin-top: 2rem;
}

section.ficheActivite .zone_detail .colRight .zone_galerie h3 {
  padding: 1rem 0;
}

section.ficheActivite .zone_detail .colRight .zone_galerie h3 .fas {
  color: #027b86;
}

section.ficheActivite .zone_detail .colRight .kdre_descriptif {
  padding: 2rem 0;
}

section.ficheActivite .zone_detail .colRight .kdre_souvenir,
section.ficheActivite .zone_detail .colRight .kdre_souvenir_2 {
  background-color: #eee;
  padding: 2rem;
  margin-top: 2rem;
  text-align: center;
}

section.ficheActivite .zone_detail .colRight .kdre_souvenir .illus,
section.ficheActivite .zone_detail .colRight .kdre_souvenir_2 .illus {
  max-width: 100px;
  height: 100px;
  display: table;
  margin: 1rem auto;
}

section.ficheActivite .zone_detail .colRight .kdre_souvenir .illus img.avatar_guide,
section.ficheActivite .zone_detail .colRight .kdre_souvenir_2 .illus img.avatar_guide {
  border-radius: 50%;
  max-width: 100%;
}

section.ficheActivite .zone_detail .colRight .kdre_souvenir .souvenir,
section.ficheActivite .zone_detail .colRight .kdre_souvenir_2 .souvenir {
  text-align: center;
  font-style: italic;
}

.articleHeader {
  position: relative;
}

.articleHeader p.alertEtat {
  position: absolute;
  z-index: 5000;
  bottom: -2rem;
  margin-bottom: 0;
  right: 1rem;
  padding: .5rem;
  font-size: 1.2rem;
  border-radius: 5px;
  text-align: center;
}

.articleHeader p.alertEtat.annule {
  background-color: #db0b00;
  color: white;
}

.articleHeader p.alertEtat.garanti {
  background-color: green;
  color: white;
}

.articleHeader p.alertEtat.complet {
  background-color: #dc6900;
  color: white;
}

.articleHeader p.alertEtat.encours {
  /* background-color: #027b86;*/
  background-color: #29baf9;
  color: white;
}

.articleHeader p.alertEtat.termine {
  background-color: #dc6900;
  color: white;
}



.articleHeader p.alertEtat.disponible {
  display: none;
}

article.card.cardProduit.wf .articleHeader {
  padding-top: .5rem;
}

article.card.cardProduit.wf .articleHeader .zoneTech {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

article.card.cardProduit.wf .articleHeader .zoneTech .kdrePrix {
  margin: 0 .5rem;
}

article.card.cardProduit.wf .articleHeader .zoneTech .kdrePrix .prixZone {
  padding: .5rem;
  text-align: center;
}

article.card.cardProduit.wf .articleHeader .zoneTech .kdrePrix .prixZone span.prix {
  color: #dc6900;
  font-weight: bold;
  font-size: 1.4rem;
}

article.card.cardProduit.wf .articleHeader .zoneTech .kdrePrix .prixZone span.nomCat {
  background-color: #027b86;
}

article.card.cardProduit.wf .articleHeader .zoneTech .kdreHeader {
  border-left: 1px solid #027b86;
  margin-bottom: .5rem;
}

/*
p {

  &.alertEtat {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;

    &.annule {
      background-color: $danger;
      color: white;
    }

    &.garanti {
      background-color: green;
      color: white;
    }

    &.complet {
      background-color: $orange;
      color: white;
    }

    &.disponible {
      display: none;
      // background-color: rgba(0,0,0,.6);
      // color: white;
    }
  }


}
*/
span.evid {
  color: #dc6900;
  font-weight: bold;
}

.card.cardTotal .btnsPaiement {
  text-align: right;
  margin: 1rem 0;
}

.kdreTotal h5.totalProduit {
  display: table;
  border: 1px solid #027b86;
  font-size: 1.2rem;
  padding: .5rem 1rem;
}

.kdreTotal h5.totalProduit small {
  font-size: .8rem;
}

.kdreTotal h5.totalProduit span.montant {
  color: #027b86;
}

.kdreTitleDivision h4.h4Produit {
  font-size: 1.4rem;
  border-left: 10px solid #027b86;
  border-radius: 5px 0 0 5px;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}

.card.cardProduit {
  background-color: white;
}

.card.cardProduit .articleHeader .zoneTech .prixFlag .prix {
  color: #dc6900;
  background-color: white;
  font-weight: bold;
  border-left: 1px solid #f5f5f5;
}

.card.cardProduit .dateG {
  color: black;
}

.line.clock .djour {
  color: #dc6900;
}

.card.cardProduit .articleHeader .zoneTech .prixFlag {
  background-color: white;
}

.card.cardProduit .articleFooter .btn {
  font-family: roboto_bold !important;
}

.card.cardProduit .articleFooter .btn.btn-outline-primary {
  border: 1px solid #027b86;
  color: #027b86;
  background-color: transparent;
}

article.card.cardProduit.neo .articleFooter {
  background-color: #f5f5f5;
}

article.card.cardProduit.neo .articleFooter .btn.btn-outline-primary {
  font-weight: bold;
}

article.card.cardProduit.neo .articleFooter .btn.btn-danger.btnRetire {
  background-color: #db0b00;
}

article.card.cardProduit.neo .articleFooter .btn.btn-warning.btnRetire {
  background-color: #dc6900;
}

article.card.cardProduit.neo .articleFooter .btn.btn-info {
  background-color: #113494;
}

.kdreBox {
  margin-left: 2rem;
  border-left: 1px solid #027b86;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.card_panier .card-header,
.card_panier .card-footer {
  background-color: #027b86 !important;
}

.card_panier .card-footer .btn.btn_reset {
  background-color: #eee;
}

.card_panier .card-footer .btn.btn_reset:hover {
  background-color: #db0b00;
  color: white;
}

.card_panier .card-footer .btn.btn-primary {
  background-color: #eee !important;
  color: #027b86;
  font-weight: bold;
  border: 1px solid #027b86;
}

.card_panier .card-footer .btn.btn-primary:hover {
  background-color: #dc6900 !important;
  color: white;
}

.headerNavbar .nav1.bg-dark {
  background-color: #212429 !important;
}

body {
  background-color: #eee !important;
}
