.radiogr {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
.rightgr {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.radiogr span {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.radiogr span input {
  width: auto !important;
  margin-left: 10px;
  margin-bottom: 0px;
}
.city {
  opacity: 1;
}


.flexAbonnements {
  display: flex;
  padding: 10px 0px;
  margin-bottom: 10px;
  font-weight: bold;
}
.flexAbonnements div {
  margin: 0px 5px;
}
.listShop li {
  position: relative;
}
.listShop .remove {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {

  span.mobile {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  cursor: pointer;
}
.absolute-pos-home {
  height: inherit;   
}
.content aside nav ul li {
  font-size: 16px;
  text-align: left;
  position: relative;
}
.content aside nav ul li::before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  color: #1e539f;
  font-weight: 400;
  text-decoration: inherit;
  padding-left: 8px;
  position: absolute;
  top: 18px;
  right: 0px;
  z-index: 900;
}
.content aside nav ul li ul li::before {
  content: "" !important;
}
.content aside nav ul li a::after {
  content: "" !important;
}
/*ul li ul.sub-menu {
max-height: 300em !important;
height: auto !important;
overflow: visible important;
}*/
.scrollbar-inner {
  overflow: scroll;
  padding-bottom: 300px;
}
.content aside nav ul li:hover ul.sub-menu {
  max-height: inherit !important;
}
.content aside nav ul li ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 0;
  max-height: inherit !important;
  height: inherit !important;
  overflow: inherit !important;
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
  display: none;
}
}
.modalShop, 
.modalShopEndModal, 
.modalFermeture {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 454px;
  margin-left: -227px;
  height: 133px;
  margin-top: -82px;
  background: white;
  border-radius: 10px;
  z-index: 1003;
  box-shadow: 0px 0 28px 0px rgba(0,0,0,.75);
  display: none;
}
.modalFermeture {
  height: 180px;
}


.modalShop .inner,
.modalShopEndModal .inner,
.modalFermeture .inner  {
  padding: 20px;
} 

.modalShopEndModal .inner  h2 {
  font-size: 1.2em;
  font-weight: bold;
} 

.modalShop .buttons,
.modalShopEndModal .buttons,
.modalFermeture .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.modalShop .bt,
.modalShopEndModal .bt,
.modalFermeture .bt {
  background: #1e539f;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
}
.overlayShop, 
.overlayShopEndModal,
.overlayFermeture {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1002;
  background: #1e539f;
  opacity: 0.7;
  display: none;
}
.modalShop .message,
.modalShopEndModal .message,
.modalFermeture .message {
  margin-top: 20px;
  font-size: 12px;
}
.modalShop .message .green,
.modalShopEndModal .message .green,
.modalFermeture .message .green {
  background: #149830;
}
.green {
  background: #01942c !important;
}
.closeModal {
  position: absolute;
  right: 8px;
  top: 6px;
  color: #1e539f;
  font-size: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}

.message-ok {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.8);
  color: #1e539f;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  line-height: 26px;
}
.close-ok {
  position: absolute;
  top: 149px;
  right: 37px;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
  font-size: 32px;
}

.calculateAddRemove {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .modalShop, 
  .modalShopEndModal,
  .modalFermeture {
    top: 50%;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    height: 133px;
    margin-top: -82px;
    background: white;
    border-radius: 10px;
    z-index: 1003;
    box-shadow: 0px 0 28px 0px rgba(0,0,0,.75);
    display: none;
  }
}



.modalFermeture {
  min-height: 200px;
}
.modalFermeture .message {
  margin-top: 10px !important;
}
.modalFermeture .message p {
  font-size: 12px !important;
}
@media (max-width: 640px) {
  .modalFermeture {
    min-height: 300px;
  }
}


@media screen and (max-width: 640px) {
  .left-product {
    display: block !important;
    margin: 0px auto;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



#pub_filters {
  padding: 0px;
  background: #fff;
  border: none !important;
}
#pub_filters h3 {
  width: 100%;
  margin: 10px;
  font-family: Conv_EuclidFlex-Medium;
  color: #1e539f;
  font-size: 1.2em;
  text-transform: uppercase;
}
#pub_filters .chk_item {
  width: 45%;
  margin: 5px;
  padding: 8px;
  background: #eee;
}
#pub_filters .chk_item label {
  cursor: pointer;
}
#pub_filters .chk_container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#pub_filters .chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#pub_filters .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
#pub_filters .chk_container:hover input ~ .checkmark {
  background-color: #ccc;
}
#pub_filters .chk_container input:checked ~ .checkmark {
  background-color: #2196F3;
}
#pub_filters .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#pub_filters .chk_container input:checked ~ .checkmark:after {
  display: block;
}
#pub_filters .chk_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right-product h3.subject {
  margin-bottom: 16px;
}
.right-product h3.subject span {
  display: inline-block;
  background-color: #1e539f;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 12px;
}