﻿/* =================================================== FONTS ==============================================*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/Open_Sans/opensans-regular-webfont.eot');
    src: url('../fonts/Open_Sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Open_Sans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/Open_Sans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/Open_Sans/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/Open_Sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =================================================== GENERAL ==============================================*/
.short-descriptionDesktop {
  display: none;
}
body {
  font-family: 'open_sansregular', sans-serif;
  height: 100%;
  background: #fff;
}

h1, h2, h3, h4{ 
  color:#1c1a26; 
  text-align:center;   
  text-transform: uppercase; 
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 22px;
}

h3.titreHome, h4.telHome, h3.uppercase, h4.uppercase  {
  text-align: left;
  text-transform: inherit;
  font-size: 20px;
}


p, a {
  font-size: 14px;
  line-height: 19px;
  white-space: normal;
}

a, footer p {
  color: #fff;
}

p {
  color:#323D46; 
}
p.texte-fond-blc {
  color: #1c1a26;
}

a:hover, a:focus {
  color: #fff;
}

.modal-header {
  border-bottom: none;
}

.alertmsg {
  color: #d80e17;
}

label{
  margin-top: 1em;
}


/* =================================================== HEADER ==============================================*/

.presto-header {
  background: #2D2D2D;
  padding: 1em 0;
  border-bottom: 1px dashed rgb(230, 82, 96);
}

.presto-header div div a img.responsive {
  /*width: 140%;*/
  height: auto;
}

.points-retrait {
  display: block;
  color: #dbd2cb;
  font-size: 18px;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
}

.seConnecter span, .monPanier span {
  color: #e65260;
  font-size: 16px;
}

.monPanier {
  margin-top: -2px;
}

.points-retrait:hover, .points-retrait:focus {
  color:#f1f1f1;
  text-decoration: none;
}

.dropdown-menu.accountnav.open {
  /*display: block;
  position: relative;
  width: 100% !important;*/
  position: absolute;
  width: 10% !important;
  display: block;
  top: 80px;
  z-index: 2;
  float: left;
  right: 33%;
  border-top: 2px solid #907768;
  margin-left: 56.5%;
}

.mon-panier-fidelite {
  color: #dbd2cb;
  font-size: 19px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-presto-menu {
  background-color: #fff;
  /*border-color: #3e3832;*/
  /*min-height: 60px;*/
  height: 58px;
  margin-bottom: 0;
  /*border-width: 0 0 2px;*/
  /*padding: 7px 5px;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 8px solid rgb(45, 45, 45);
}

.navbar-presto-menu .navbar-brand {
  color: #00263a;
}

.navbar-presto-menu .navbar-brand:hover,
.navbar-presto-menu .navbar-brand:focus {
  color: #e94c25;
  background-color: transparent;
}

.navbar-presto-menu .navbar-text {
  color: #4b4b4a;
}

.navbar-presto-menu .navbar-nav > li {
  color: #4b4b4a;
}

.navbar-presto-menu .navbar-nav > li > a {
  font-size: 18px;
  color: #2D2D2D ;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-right: 15px;
  text-transform: uppercase;
}

.navbar-presto-menu .navbar-nav > li:hover::before,
.navbar-presto-menu .navbar-nav > li.active::before {
  background-color: transparent;
  top: 45px;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  color: #E65260;
}


.navbar-presto-menu .navbar-nav > li > a:hover,
.navbar-presto-menu .navbar-nav > li > a:focus, .navbar-presto-menu .navbar-nav > .active > a,
.navbar-presto-menu .navbar-nav > .active > a:hover,
.navbar-presto-menu .navbar-nav > .active > a:focus {
  color: #E65260;
  background-color: transparent;
  border-radius: 0;
  padding: 13px 15px 8px 15px;
  margin:0;
  border-bottom: 1px dashed #ccc;
}

.navbar-presto-menu .navbar-nav > .disabled > a,
.navbar-presto-menu .navbar-nav > .disabled > a:hover,
.navbar-presto-menu .navbar-nav > .disabled > a:focus {
  color: #b06497;
  background-color: transparent;
}

.navbar-presto-menu .navbar-toggle {
  border: 1px solid #323D46;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #323D46;
  float: left;
  margin-left: 15px;
  padding: 12px 10px;
}

.navbar-presto-menu .navbar-toggle:hover,
.navbar-presto-menu .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-presto-menu .navbar-toggle .icon-bar {
  background-color: #323D46;
}

.navbar-presto-menu .navbar-toggle:hover .icon-bar,
.navbar-presto-menu .navbar-toggle:focus .icon-bar {
  background-color: #323D46;
}

.navbar-presto-menu .btn-link[disabled]:hover,
fieldset[disabled] .navbar-presto-menu .btn-link:hover,
.navbar-presto-menu .btn-link[disabled]:focus,
fieldset[disabled] .navbar-presto-menu .btn-link:focus {
  color: #444444;
}
.navbar .navbar-center {
  text-align: center;
  float: none;
}
.navbar-center li {
  display: inline-block;
  /*display: inline;*/
  float: none;
}
.navbar .navbar-center {
  text-align: center;
  float: none;
}
.navbar-center li {
  display: inline-block;
  /*display: inline;*/
  float: none;
}

/* =================================================== HOME ==============================================*/

.ColGaucheHomeFid div div span {
  color: #e65260;
  font-size: 24px;
  margin-top: 8px;
}

.ColDroiteHomeFid p {
  margin-top: 10px;
}

.fiche h3 {
  color: #333f4b;
  text-align: left;
  margin-bottom: 1em;
}

.fiche p {
  text-align: justify;
  padding-right: 15px;
  margin-bottom: 1em;
}

/* =================================================== MES INFORMATIONS ==============================================*/
.panel-body a, .panel-body button, input.btn, .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #E65260;
  border: none;
  padding:0.5em;
  border-radius: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
  white-space: normal;
}

.panel-body a:hover, .panel-body button:hover, input.btn:hover, .btn-danger:hover {
  color: #fff;
  background-color: #CF414F;
}

.petit-texte a, .petit-texte a:hover, .CGU a, .CGU a:hover {
  background-color: transparent !important;
  color: #323D46;
  font-size: 13px;
  text-transform: none;
  margin: 15px 0 0 15px;
  display: block;
  clear: both;
  font-weight: normal;
}

.CGU a {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.BFirstConnexion .panel-body, .BCreaCompte .panel-body, .BDejaClient .panel-body {
  height: 370px;
}

.panel-body label {
  margin-top: 1em;
}

.petit-texte a:hover, .CGU a:hover {
  text-decoration: underline;
}

.panel-primary > .panel-heading {
  background-color: #3E3832;
  border-color: #3E3832;
}

.panel-primary {
  border-color: #3E3832;
}

.BFirstConnexion .T3blocsFid, .BCreaCompte .T3blocsFid {
  margin: 2em 0;
}

.btn-danger {
 padding: 0.5em 0;
}

.panel-footer a, .panel-footer a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #2c2c2c;
  background-color: transparent !important;
}

.panel-footer a:hover {
  color: #000;
}

input {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

#AcceptGC {
  margin: 2em 0;
}

.form-control {
  background-color: #fff;
}

.corps div form div div h2 {
  font-size: 20px;
  color: #2d2d2d;
  text-align: left;
  margin: 2em 0 1em 0;
  padding-left: 30px;
  font-weight: normal;
}

h2.titre-news, .fiche div h2  {
  font-size: 26px;
  margin-top: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* height: 60px; */
  text-align: center;
  color: #333F4B;
}

.datepicker-dropdown {
  width: 200px;
}
/* =================================================== SEPARATION TITRE ==============================================*/
.sep, .sep2 {
  height:1px; 
  width:100%; 
  background-color:#333d47;
  margin-bottom: 30px;
  margin-top: 20px !important;
}


.circles {
  color: #907768;
  background: url('../img/bg.jpg');
  font-size: 20px;
  font-weight: bold;
  width: 5%;
  position: absolute;
  margin-top: -15px;
  text-align: center;
  margin-left: 46.5%;
}

/* =================================================== MA FIDELIT2 ==============================================*/
.barcodeCarte {
  display:none;
}

.infoCarte {
  text-transform: uppercase;
  font-size: 16px;
}

.infoCarte span {
  display: block;
  color:#E65260;
}

.soldeCarte span {
  font-weight: bold;
  text-transform: lowercase;
}

.soldeCarte {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #E65260;
  padding: 10px 0 10px 15px;
}

.btn-cats:hover, .img-cats:hover  ~.btn-cats, .btn-alerte:hover{
  color: #fff;
  background-color:#8b7264;
  text-decoration: none;
}

.btn-catsD:hover, .img-cats:hover  ~.btn-catsD, .btn-submit-special:hover, .btn-submit-special:hover  ~.btn-submit-special {
  background-color:#9b5784;
  text-decoration: none;
}

.img-cats {
  width: 100%;
  min-height: 172px;
  background-color: #fff;
}

.img-cats img {
  min-height: 170px;
  max-height: 170px;
  text-align: center;
  display: block;
  margin: 0 auto !important;
  max-height: 170px;
}

.paginationCadeaux {
  float: right;
}

.paginationCadeaux ul li a {
  color: #323D46;
}

.paginationCadeaux ul li a:hover, .paginationCadeaux ul li a:active, .pagination > .active > a, .pagination > .active > a:hover{
  color: #fff;
  background-color: #C79C60 !important;
  border:1px solid #C79C60;
} 

.btn-submit-special {
  width: 80% !important;
  color: #fff;
  text-transform: uppercase;
  margin: 2em 0;
  background-color: #C79C60;
  padding:0.5em 0;
  margin-left: 60% !important;
  border-radius: 0;
}

.btn-submit-special:hover {
  color:#fff;
  background-color: #b08a54;
}

a.titre-produit:hover {
    color: #1c1a26;
}

.AjoutPdtFid {
  display: none !important;
  margin-bottom: 2em;
  border-radius: 0;
  border: none;
  background-color: #E65260;
  color: #fff;
}

.pointsCadeau {
  margin-bottom: 2em;
}

.AjoutPdtFid:hover {
  background-color: #CF414F;
  color: #fff;
}

 
.titre-produit, .titre-detail, .titre-produitPanier {
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #323D46;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}


.titre-produit span, .titre-detail span {
  font-weight: normal;
  display: block;
  color: #b26597;
  margin-top: 0.2em;
}

p.titre-produit {
  margin-top: 10px;
  font-weight: bold;
  color: #1C1A26;
  text-transform: uppercase;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}


.btn-catsD, .btn-cats, .btn-submit-special, .btn-alerte {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 20px;
  background-color: #323d46;
  color: #fff;
  width: 100%;
  padding: 5px 5px 7px 5px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.btn-cats, .btn-alerte {
  background-color: #907768;
}

.btn-cats:hover, .img-cats:hover  ~.btn-cats, .btn-alerte:hover{
  color: #fff;
  background-color:#9b5784;
  text-decoration: none;
}

.btn-catsD:hover, .img-cats:hover  ~.btn-catsD, .btn-submit-special:hover, .btn-submit-special:hover  ~.btn-submit-special {
  background-color:#b08a54;
  text-decoration: none;
}

.btn-cats-detail {
  margin-top: 30px;
  margin-left: 0;
  font-size: 23px;
  padding: 15px;
  width: 50%;
  cursor: pointer;
}

.quantite, a.btn-product {
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  /*padding-top: 0;*/
}

.quantite {
  background-color: #000;
  margin-left: 0.2em;
  border-radius: 0;
}
 .moins {
  color: #fff;
  background-color: #000;
  clear: both;
  float: left;
 }

 .plus {
  color: #fff;
  background-color: #000;
  padding: 0.15em 0.5em;
 }

 .details .ajout-pdt {
   text-align: left;
 }

 .ajout-pdt, .top12 {
   padding:0;
   text-align: center;
 }

 .ajout-detail {
  margin-top: -3px !important;
 }

/* =================================================== COMMANDE FID ==============================================*/
.button-valider:hover {
  color:#fff;
  background-color: #CF414F;
}
/*.btn-block {
  display: inline-block;
}*/

.corps {
  background: #ffffff;
  margin-top: 10px;
  border: 1px solid #F0E7DE;
  padding:2em 1em;
}

.corps .row,
.pageFooter .row {
  margin: 0;
}

.corps h4 {
  color: #002b41;
  text-align: left;
}
.recettes img {
  max-width: 100%;
}
.recettes ul {
  color: #00273c;
  padding: 10px 0 0 15px;
  font-size: 16px;
  line-height: 19.19px;
}
.select-presto {
  color: #00273c;
  border-color: #00273c;
  border-radius: 0;
}
.btn-presto {
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  border-color: #ffffff;
  padding: 6px 16px 12px 13px;
  text-transform: uppercase;
}
.btn-commander:before {
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  position: absolute;
  content: " ";
  display: inline-block;
  margin-left: -17px;
  margin-top: -10px;
  height: 40px;
  width: 125px;
}
.btn-commandez-ligne {
  color: #00273c;
  border-radius: 0;
  background-color: transparent;
  border-color: #00273c;
  padding: 6px 16px 12px 13px;
  text-transform: uppercase;
  width: 180px;
}
.btn-commandez-ligne:before {
  color: #00273c;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #00273c;
  position: absolute;
  content: " ";
  display: inline-block;
  margin-left: -17px;
  margin-top: -10px;
  height: 40px;
  width: 180px;
}
.btn-presto:hover,
.btn-presto:focus,
.btn-presto:active,
.btn-presto.active,
.open > .dropdown-toggle.btn-presto {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-presto:active,
.btn-presto.active,
.open > .dropdown-toggle.btn-presto {
  background-image: none;
}
.txt-carousel {
  position: absolute;
  display: block;
  text-align: center;
  width: 42%;
  color: #ffffff;
}
.txt-carousel h3 {
  font-size: 24px;
  margin: 20px 0;
}
.txt-carousel p {
  margin: 5px 0 30px;
}
.control-box {
  text-align: right;
  width: 100%;
  margin-left: -30px;
  margin-top: -50px;
}
.carousel-control {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: .5;
  padding: 4px 10px 0;
  position: static;
  height: 40px;
  width: 40px;
}
.carousel-control.left,
.carousel-control.right {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  font-size: 60px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
.pageFooter {
  color: #ffffff;
  background: #2d2d2d;
}
.pageFooter img {
  max-width: 100%;
}
.pageFooter h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.8px;
}
.pageFooter p {
  font-size: 11px;
  line-height: 13.2px;
}
.copyright {
  line-height: 60px;
  color: #ffffff;
}
.copyright .container p {
  line-height: 60px;
}
span.rond {
  font-size: 11px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 8px;
  margin-right: 30px;
  float: left;
}
.bloc-actus .rond {
  float: none;
  text-align: center;
  color: #ffffff;
  margin-right: 0;
  font-size: 24px;
}
footer .contact {
  margin: 15px 0;
  width: 100%;
  display: block;
  float: left;
}
footer .contact div {
  float: left;
  line-height: 14px;
}

.facebook {
  width: 100%;
  line-height: 40px;
  margin: 26px 0 20px;
}
.facebook .icone {
  background: url('../img/icones.png') no-repeat 7px -30px #335263;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 12px;
}
h3.line {
  width: 100%;
  color: #00273c;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
h3.line:before {
  border-bottom: 1px solid #00273c;
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  top: 28px;
}
h3.line span {
  background: #ffffff;
  padding: 6px 16px 10px 13px;
  position: relative;
  border: 1px solid #00273c;
  font-size: 12px;
}
h3.line span:before {
  color: #00273c;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #00273c;
  content: " ";
  display: inline-block;
  margin-left: -17px;
  margin-top: -9px;
  position: absolute;
  width: calc(102%);
  height: 34px;
}
.alerte-orange {
  text-align: center;
}
.alerte-orange .modal-content {
  border-radius: 0;
}
.alerte-orange h3 {
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 20px;
}

.alerte-orange .btn-alerte {
  color: #ffffff;
  background: #E65260;
  border-radius: 0;
  text-transform: uppercase;
  padding: 5px 40px;
  margin-top: 30px;
}

.alerte-orange .btn-alerte:hover {
  background: #CF414F;
}
.breadcrumb {
  background: #ffffff;
  font-size: 16px;
}
.breadcrumb a {
  color: #00273c;
}
.breadcrumb > .active,
.breadcrumb > li + li:before {
  color: #c79c60;
}
.photos img {
  max-width: 100%;
}
.produits .fiche .titre,
.panier .titre {
  font-size: 20px;
  color: #00273c;
  font-weight: 900;
  margin: 0;
}
.produits .fiche .soustitre,
.panier .soustitre {
  font-size: 14px;
  color: #00273c;
  font-style: italic;
}
.produits .fiche .prix,
.panier .prix {
  color: #e94c25;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 30px;
}
.produits .fiche .description {
  font-size: 14px;
  color: #00273c;
}
.produits .fiche .add,
.panier .add {
  margin-top: 20px;
}
.produits .fiche .add button[type="button"],
.panier .add button[type="button"],
.produit .add button[type="button"] {
  background: #ffffff;
  border: 1px solid #00273c;
  padding: 5px 12px;
}
.produits .fiche .add input,
.panier .add input,
.produit .add input {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 12px;
  text-align: center;
  max-width: 50px;
}
.produits .fiche .add button[type="submit"],
.panier .add button[type="submit"],
.produit .add button[type="submit"] {
  color: #00273c;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #00273c;
  padding: 3px 40px 6px 36px;
  text-transform: uppercase;
  margin-left: 10px;
}
.produits .fiche .add button[type="submit"]:before,
.panier .add button[type="submit"]:before,
.produit .add button[type="submit"]:before {
  color: #00273c;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #00273c;
  position: absolute;
  content: " ";
  display: inline-block;
  margin-left: -40px;
  margin-top: -7px;
  height: 31px;
  width: 140px;
}
.produits .fiche h2,
.panier h2 {
  color: #00273c;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.produits .fiche .infos-produit h3,
.panier .infos-produit h3 {
  color: #00273c;
  font-size: 14px;
  text-transform: uppercase;
}
.produits .fiche h3.line,
.panier h3.line {
  margin-bottom: 30px;
}
.produits .fiche .produits-comp .img img,
.panier .produits-comp .img img {
  max-width: 198px;
  max-height: 132px;
}
.infos-produit {
  text-align: center;
  font-size: 14px;
}
.infos-produit p {
  text-align: justify;
  font-size: 14px;
}
.infos-produit .icones {
  background: url('../images/icones.png') no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  margin: 20px auto;
  border: 1px solid #00273c;
  border-radius: 30px;
}
.infos-produit .icones.horloge {
  background-position: -184px -8px;
}
.infos-produit .icones.loupe {
  background-position: -221px -8px;
}
.infos-produit .icones.coeurs {
  background-position: -256px -8px;
}
.nav .icones.panier {
  background: url('../images/icones.png') no-repeat -170px -114px;
  width: 20px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
}
.nav .glyphicon {
  margin-right: 6px;
}

.produits .fiche .produits-comp,
.panier .produits-comp,
.produit {
  text-align: center;
  margin-bottom: 30px;
}
.produits .fiche .produits-comp .img img,
.panier .produits-comp .img img,
.produit .img img {
  max-width: 100%;
}
.produits .fiche .produits-comp .titre,
.panier .produits-comp .titre,
.produit .titre {
  font-size: 14px;
  color: #00273c;
  font-weight: normal;
}
.produits .fiche .produits-comp .prix,
.panier .produits-comp .prix,
.produit .prix {
  font-size: 16px;
  color: #00273c;
  font-weight: bold;
}
.produits .fiche .produits-comp .add button[type="submit"],
.panier .produits-comp .add button[type="submit"],
.produit .add button[type="submit"] {
  padding: 3px 20px 6px 20px;
}
.produits .fiche .produits-comp .add button[type="submit"]:before,
.panier .produits-comp .add button[type="submit"]:before,
.produit .add button[type="submit"]:before {
  width: 104px;
  margin-left: -24px;
}
.produit .titre {
  margin: 10px 0 0;
}
.produit .prix {
  margin: 10px 0;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.categories .categorie h3 {
  margin: 0 0 10px;
  color: #00273c;
  font-size: 16px;
  font-weight: bold;
}
.categories .categorie ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.categories .categorie ul li {
  border-top: 1px solid #f8f8f8;
  line-height: 40px;
  padding-left: 40px;
}
.categories .categorie ul li:last-child {
  border-bottom: 1px solid #f8f8f8;
}
.categories .categorie ul li.active a {
  color: #ff6600;
}
.categories .categorie ul li a {
  color: #00273c;
  padding: 10px;
}
.categories .categorie ul li a span {
  float: right;
}
.header-categorie {
  margin: 0 0 15px;
  padding-right: 30px;
}
.cPanier {
  width: 100%;
  margin: 5px 0;
  float: right;
}
.maximg img {
  max-width: 100%;
}

h2.titre-fid {
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 60px;
  height: 50px;
  text-align: center;
  color: #4b4b4a;
}

.bull {
  height: 30px;
  width: 30px;
  padding-top: 7px;
  background-color: #26343f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding-left: 11px;
  margin: 5px;
}

.fullscreen {
  background: url("../images/bandeau.jpg");
  background-repeat: repeat-x;
  height: 100%;
}

.change .apres,
.change:hover .avant {
  display: none;
  cursor: pointer;
}

.change:hover .apres {
  display: block;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.articles {
  text-transform: uppercase;
  padding-right: 22px;
}

.logopresto {
  margin-top: 10px;
}

.logopresto-fidelite {
  margin-top: -50px;
}

.corps-transparent {
  background: transparent;
}

.commande {
  background-color: #ffffff;
  max-width: 350px;
  margin-left: 15px;
}

.commande h2 {
  color: #c79c60;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}

.commande p {
  color: #000000;
  text-align: center;
}

.top15 {
  margin-top: 15px;
}

.commande-md {
  background: #ffffff;
  max-width: 290px;
  margin-right: 5px;
}

.commande-md h2 {
  color: #c79c60;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.commande-md p {
  color: #000000;
  text-align: center;
}

.corps-sm {
  background: transparent;
}

.commande-sm {
  background: #ffffff;
  max-width: 230px;
  margin-left: 10px;
  margin-right: 5px;
}

.commande-sm h2 {
  color: #c79c60;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.commande-sm p {
  color: #000000;
  text-align: center;
}

.commande-xs {
  background: #ffffff;
}

.commande-xs h2 {
  color: #c79c60;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.commande-xs p {
  color: #000000;
  text-align: center;
}

.separation {
  margin-bottom: 10px;
}

.bottom50 {
  margin-bottom: 52px;
}

.top20 {
  margin-top: 20px;
}

.bottom40 {
  margin-bottom: 40px;
}

.colonnesfour h4 {
  color: #c79c60;
  text-align: center;
}

.pageFooter h4 {
  text-align: center;
}

.pageFooter p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5em;
}

.cadre-noir {
  padding: 16px 12px 8px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 8px;
}

.cadre-noir-fid {
  border: 1px solid #ffffff;
  padding: 15px 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 8px;
}

.cadre-noir .glyphicon-user:before {
  content: "\e008";
  color: #e65260;
  margin-left: -5px;
  font-size: 20px;
}

.cadre-noir .glyphicon-shopping-cart:before {
  content: "\e116";
  color: #e65260;
  margin-left: -5px;
  font-size: 20px;

}

.cadre-bleu .glyphicon-user:before {
  content: "\e008";
  color: #e65260;
  margin-left: -5px;
  font-size: 20px;
}

.cadre-bleu .glyphicon-shopping-cart:before {
  content: "\e116";
  color: #e65260;
  margin-left: -5px;
  font-size: 20px;
}

.bandeau {
  padding: 15px;
}

.none {
  list-style-type: none;
}

.none > li a:hover::before,
.none > li.active a::before {
  background: url("../images/couverts.svg") no-repeat scroll center bottom;
  left: -120px;
  margin-top: 8px;
  content: " ";
  display: block;
  height: 25px;
  position: absolute;
  width: 100%;
}

.produitsprix {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}

.articles-valide {
  color: #dbd2cb;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 45px;
  margin-top: -10px;
}

.cadre-noir-panier {
  border: 1px solid #00273c;
  padding: 5px 5px;
  color: #00273c;
  text-transform: uppercase;
}

.button-noir {
  border: 1px solid #000000;
  padding: 10px 10px;
  margin-left: 5px;
  padding-bottom: 2px;
}

.top10 {
  padding-top: 10px;
}

.top6 {
  padding-top: 8px;
}

color, .text-danger {
  color: #b06497;
}

.uppercase {
  text-transform: uppercase;
  font-size: 1.5em;
}

.uppercase-fid {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
}

.topmoins10 {
  margin-top: -10px;
}

.panierprix {
  font-size: 17px;
}

.grisclair {
  background-color: #ecedee;
  width: 500px;
  height: 100px;
  left: 4.5%;
  margin-bottom: 40px;
}

.totalpanier {
  top: 22%;
}

.button-valider {
  border: none;
  padding: 10px 10px;
  margin-left: 5px;
  background: #E65260;
  color: #ffffff;
  margin-top: 1em;
  border-radius: 0;
}

.button-valider span {
  display: none;
}

.button-valider:hover,
.button-valider:focus,
.button-valider:active,
.button-valider.active {
  color: #ffffff;
}

.bottom20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.dot {
  font-size: 40px;
  line-height: 0;
}

.dot-fid {
  top: -2px;
  border: 3px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 3px;
  width: 3px;
}

.fullscreenmenu {
  z-index: 5;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.top2 {
  margin-top: 2px;
}

.recap {
  width: 50%;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.modif {
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.unite {
  width: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.tableauprix {
  width: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.tableautotal {
  width: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.center {
  text-align: center;
}

.text25 {
  top: 250px;
}

.h95 {
  height: 95%;
}

.bottom60 {
  margin-bottom: 60px;
}

.titre-terminer {
  font-size: 24px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
}

.nom {
  color: #002b41;
  font-weight: 100;
}

.right25 {
  margin-right: 25px;
}

.img {
  position: relative;
}

.left20 {
  margin-left: 20px;
}

.icones2 {
  width: 24px;
  margin-top: -5px;
}

.conditions {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}

.iconesfooter {
  text-align: center;
  margin-bottom: 5px;
}

.map-container {
  width: 100%;
  height: 100%;
}

.bottom115 {
  padding-bottom: 115px;
}

.top50 {
  padding-top: 50px;
}

.right35 {
  padding-right: 35px;
}

.comptedate {
  width: 10%;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.comptenumero {
  width: 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.griscompte {
  background-color: #ecedee;
  width: 500px;
  height: 50px;
  left: 4.5%;
  margin-bottom: 40px;
}

.comptetotal {
  width: 5%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
}

.comptevoir {
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
}

.button-noirvalider {
  border: 1px solid #000000;
  padding-top: 10px;
  padding-left: 42px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 1em;
  height: 46px;
}

.okvalider {
  margin-left: 30px;
}

.nopadding {
  padding-right: 0;
  padding-left: 0;
}

.height46 {
  height: 46px;
}

.paddingtop5 {
  padding-top: 5px;
}

.bottom5 {
  bottom: 5px;
}

.btncomndredsmall {
  left: -5px;
  max-height: 45px;
}

.icnvalider {
  margin-left: 20px;
  height: 13px;
}

.left35 {
  padding-left: 35px;
}

.padleft20 {
  padding-left: 20px;
}

.mrgright100 {
  margin-right: 100px;
}

.btnvalider {
  margin-top: 15px;
  margin-right: 20px;
}

.mrgtop15 {
  margin-top: 15px;
}

.icnnext {
  left: 10px;
  right: -16px;
  top: 2px;
}

.blancgris {
  background-color: #ecedee;
}

.cornertop {
  background-color: #bf1f2b;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.white {
  color: #ffffff;
}

.pointsfid {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.pointsnbr {
  color: #ffffff;
  font-size: 24px;
}

.pointsfidsmall {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.font24 {
  font-size: 24px;
}

.padright5 {
  padding-right: 5px;
}

.font1-2 {
  font-size: 1.2em;
}

.reserved {
  padding-top: 10px;
  margin-bottom: 15px;
}

.link-fidelite {
  color: #d8b985;
}

.bg-fid {
  background: #ffffff;
}

.fid-pts {
  background-image: url(../images/fid_bg_pts.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 187px;
}

.fid-pts p {
  padding-left: 178px;
  padding-top: 80px;
  font-size: 50px;
  font-weight: 800;
}

.fid-solde {
  background-image: url(../images/fid_bg_pts.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 187px;
}

.fid-solde p {
  padding-left: 158px;
  padding-top: 80px;
  font-size: 50px;
  font-weight: 800;
}

.fid-bloc-points {
  background-color: #faf7f0;
  width: 48%;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}


.fid-bloc-points h4 {
  text-align: center;
  color: #ed796f;
  font-weight: 800;
  margin-top: 15px;
}
.fid-bloc-points-left {
  background-color: #faf7f0;
  width: 48%;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.fid-bloc-points-left h4 {
  text-align: center;
  color: #ed796f;
  font-weight: 800;
  margin-top: 15px;
}

.fid-bloc-points-nbr {
  margin-top: 25px;
}

.points-used {
  text-align: center;
}

.points-used p {
  font-size: 12px;
}

.points-used-nbr {
  font-size: 20px;
}

.fid-bloc-points-avoir {
  padding-bottom: 60px;
}

.fid-titre-section-h4 {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

.fid-bloc-btn-boutique-avoirs {
  margin-bottom: 50px;
}

.pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}

.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}

.pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}

.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  padding: 12px 17px;
  margin: 0 9px 0 0;
  background: transparent;
  border: none;
  border-right: 2px solid #ffffff;
  border-radius: 6px 0 0 6px;
}

.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #ffffff !important;
}

.pagination-minimal > ul > li.next {
  margin-left: 9px;
}

.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  margin: 0;
  border-right: none;
  border-left: 2px solid #ffffff;
  border-radius: 0 6px 6px 0;
}

.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  margin: 10px 5px 9px;
  color: #d6dbdf;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px !important;
}

.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
  color: #d6dbdf;
  background-color: #ffffff;
  border-color: #ffffff;
}

.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}

.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}

.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  min-height: 16px;
  padding: 0 4px;
  margin: 7px 2px 6px;
  line-height: 16px;
  color: #ffffff;
  background: #ffffff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #d6dbdf;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-min-width: 0;
  -ms-min-width: 0;
  -o-min-width: 0;
  -webkit-min-width: 0;
  min-width: 0;
  -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}
.fid-select-boutique {
  margin-top: -55px;
  margin-bottom: 40px;
}
.fid-cadeaux {
  border: 2px solid #faf7f0;
}
.font400 {
  font-weight: 400;
}
.fid-num-carte {
  font-weight: 800;
  margin-top: -15px;
}
.bottom100 {
  margin-bottom: 100px;
}
.top28 {
  margin-top: 28px;
}
.categorie {
  margin-bottom: 60px;
}
.font800 {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
color,
.highlight {
  color: #b06497;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  -moz-min-width: 110px;
  -ms-min-width: 110px;
  -o-min-width: 110px;
  -webkit-min-width: 110px;
  min-width: 110px;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
}
.stepwizard-row:before {
  top: 21px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 5px;
  background-color: #f1f1f1;
  z-index: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 27px;
  border-color: transparent;
}
.btn-circle.btn-danger {
  background-color: #E65260;
  border: 4px transparent;
  line-height: 1.9;
}
.btn-circle.grey {
  background-color: #ccc;
  /*border: 4px solid #b06497;*/
  color: #ffffff;
}
a.btn.dropdown-toggle.points-retrait.pull-right:hover {
  color: #ffffff;
}
button.btn.dropdown-toggle.points-retrait.pull-right {
  background-color: transparent;
  color: #ffffff;
}
/*** MAKE FOOTER LOOKS GREAT*/
html,
body,
.container {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #E65260;
  padding-bottom: 1.5em;
  background: url('../img/bg.jpg');
}

footer {
  position: relative;
  background-color: #2d2d2d;
  width: 100%;
  bottom: 0;
  left: 0;
}

.top25 {
  color: #fff;
  margin-top: 25px;
}

footer h4 {
  color: #fff;
  margin-top: 1.5em;
}

footer ul {
  text-align: center;
}

footer ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 0.5em;
  margin-left: 0.5em;
}

footer ul li:nth-child(2) {
  border-right: none !important;
}

footer div div ul li:last-child {
  display: none;
}

footer ul li:first-child {
  margin-left: 0;
}

.coordonnees {
  margin-top: 1.5em;
}

.coordonnees div:first-child {
  display: none;
}

.coordonnees div {
  text-align: center;
  width: 33.3%;
}

.hauteur span, .mail span, .glyphicon-earphone {
  display: block;
  margin-bottom: 0.8em;
}

.marque {
  text-align: center;
  margin-top: 0.5em;
}

/* =================================================== MEDIA QUERIES ==============================================*/

@media only screen and (max-width: 1920px) {
  .fullscreenlg-restaurent {
    height: 50vh;
  }
}
@media only screen and (max-width: 1625px) {
.dropdown-menu.accountnav.open {
  margin-left: 60%;
}
}
@media only screen and (max-width: 1408px) {
.dropdown-menu.accountnav.open {
  margin-left: 61%;
}
}
@media only screen and (max-width: 1280px) {
.dropdown-menu.accountnav.open {
  margin-left: 62%;
}   
.fullscreenlg-restaurent {
  height: 45vh;
}
}
@media only screen and (max-width: 1218px) {
.dropdown-menu.accountnav.open {
  right: 24%;
}
}
@media only screen and (max-width: 1200px) {
.fid-pts p {
  padding-left: 45%;
}
.fid-solde {
  background: #faf7f0;
}
.fid-bloc-points-left {
  width: 100%;
}
.fid-bloc-points {
  width: 100%;
}
.fid-solde p {
  padding-left: 45%;
  font-size: 40px;
}
.dropdown-menu.accountnav.open {
  margin-left: 60%;
} 
.points-retrait {
  font-size: 16px;
}

}

@media only screen and (max-width: 1024px) {
.mon-compte-fidelite-compte {
  padding-left: 0;
}
.none > li a:hover::before,
.none > li.active a::before {
  background: url("../images/couverts.svg") no-repeat scroll center bottom;
  left: -90px;
  margin-top: 8px;
  content: " ";
  display: block;
  height: 25px;
  position: absolute;
  width: 100%;
}
}

@media (max-width: 991px) {
.fiche h4 {
  font-size: 20px;
}

.presto-header div div a img {
  display: block;
  width: 150px !important;
}

.dropdown-menu.accountnav.open {
  margin-left: 75%;
} 

.container {
  width: 100%;
  /*padding: 0;*/
}

.nav > li > a {
  padding: 10px;
}

.presto-header {
  height: 130px;
}

.fid-header {
  height: 225px;
}

.btn-orange {
  font-size: 11px;
}

.btn-orange:before {
  width: calc(62%);
  height: 35px;
}

.btns-menu {
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: right;
}

.btns-menu a {
  color: #ffffff;
}

.btns-menu .cadre-blanc {
  border: 1px solid #ffffff;
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  color: #000000;
}

.btns-menu .cadre-blanc .glyphicon {
  font-size: 18px;
}

.btns-menu .cadre-blanc .nb-articles {
  background: #000000;
  border-radius: 30px;
  border: 1px solid #000000;
  font-size: 10px;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: -10px;
  color: #ffffff;
}

.gros-btn {
  font-size: 16px;
}

.infos-pratiques ul li a {
  font-size: 11px;
}

.T3blocsFid {
  padding: 0;
}

.BFirstConnexion .T3blocsFid, .BCreaCompte .T3blocsFid {
  margin: 1em 0;
} 

.BFirstConnexion .panel-body, .BCreaCompte .panel-body, .BDejaClient .panel-body {
  height: 430px;
}

.panel-body a, .panel-body button, input.btn, .btn-danger, .btn-danger:focus {
  font-size: 15px;
}

.CGU a {
  font-size: 13px;
}

footer .pageFooter img {
  max-width: 40%;
}

footer .copyright {
  padding: 0 15px;
}

}

@media only screen and (max-width: 980px) {
  .fullscreenlg-restaurent {
    height: 28vh;
  }
}

@media only screen and (max-width: 768px) {
  .dropdown-menu.accountnav.open {
    right: 2%;
    top: 180px;
  }
  /*======================MA FID============================*/
  .infoCarte, .soldeCarte, .img-cats, .titre-detail {
    margin-left: 1em;
  }
  .soldeCarte, .img-cats, .btn-cats-detail {
    width: 90%;
  }

  .titre-produit, .pointsCadeau, .details p, .ajout-pdt {
    margin-left: 2em;
  } 

  .titre-produit {
    margin-top: 1em;
  }

 /* input, select  {
    margin-left: 1em;
    width: 90%;
    margin-right :1em;
  }
  label {
    margin-left: 1em;
  }
  input.quantite{
    margin-right: inherit;
  }*/

  .none > li a:hover::before,
  .none > li.active a::before {
    background: url("../images/couverts.svg") no-repeat scroll center bottom;
    left: -68px;
    margin-top: 8px;
    content: " ";
    display: block;
    height: 25px;
    position: absolute;
    width: 100%;
  }
  .fullscreenlg-restaurent {
    height: 22vh;
  }
  .fid-pts p {
    font-size: 35px;
  }

  /*input#Newsletter, input[type="checkbox"] {
    width: inherit !important;
    margin-left: 15px !important;
  }*/
  /*.corps .col-md-12 {
    padding-left: 15px;
  }*/
}

/* MOBILE */
@media (max-width: 767px) {

.corps .row {
  margin: 5px -10px;
}

.fid-bloc-points-avoir {
  margin-top: 05px !important;
}

.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  margin-right: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding: 0;
}
 

/* MOBILE */ 

.navbar-presto .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}
.navbar-presto .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.navbar-presto .navbar-nav .open .dropdown-menu > li > a{color:#00263a}
.navbar-presto .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-presto .navbar-nav .open .dropdown-menu > li > a:focus{color:#eb4b15;background-color:transparent}
.navbar-presto .navbar-nav .open .dropdown-menu > .active > a,.navbar-presto .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-presto .navbar-nav .open .dropdown-menu > .active > a:focus{color:#eb4b15;background-color:#080808}
.navbar-presto .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-presto .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-presto .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}
.navbar-presto-menu {border-width: 0 0 0px; }
.navbar-presto-menu .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}
.navbar-presto-menu .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.navbar-presto-menu .navbar-nav .open .dropdown-menu > li > a{color:#00263a}
.navbar-presto-menu .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-presto-menu .navbar-nav .open .dropdown-menu > li > a:focus{color:#e94c25;background-color:transparent}
.navbar-presto-menu .navbar-nav .open .dropdown-menu > .active > a,.navbar-presto-menu .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-presto-menu .navbar-nav .open .dropdown-menu > .active > a:focus{color:#e94c25;background-color:#080808}
.navbar-presto-menu .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-presto-menu .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-presto-menu .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}
.navbar-presto-menu .navbar-nav > li { width:100%; text-align:left; margin:10px 0 0; padding-left: 10px;}
.navbar-presto-menu .navbar-nav > li:last-child { border-bottom:none !important; }
.navbar-presto-menu .navbar-nav > li > a {font-size:20px; font-weight:bold; }
.navbar-presto-menu .navbar-nav > li:hover::before, .navbar-presto-menu .navbar-nav > li.active::before { display:none; }
.navbar-presto-menu .navbar-nav > li:hover::after, .navbar-presto-menu .navbar-nav > li.active::after { display:none; }
.control-box { margin-top: -70px; }
.carousel-control { height: 60px; width: 60px;padding: 0px 10px 0;margin-left: 14px;line-height: 40px;}
.carousel-control.left, .carousel-control.right { font-size: 100px; }
.presto-header { height:125px; }
.presto-header .logo { line-height:100px;}
.presto-header div a img { max-height:100px; }

.navbar-presto-menu { 
  min-height: 60px;
  height:auto;
  border-top: 5px solid #2D2D2D;
}
	 
.presto-header div div a img {
  margin: 0 auto;
}

.control-box {
  margin-top: -70px;
}

.carousel-control {
  height: 60px;
  width: 60px;
  padding: 0 10px 0;
  margin-left: 14px;
  line-height: 40px;
}

.carousel-control.left,
.carousel-control.right {
  font-size: 100px;
}

.presto-header {
  height: 125px;
}

.presto-header .logo {
  line-height: 100px;
}

.presto-header div a img {
  max-height: 100px;
}

.presto-header div div a img.responsive {
  width: inherit;
  margin-top: 0;
}

.fid-header {
  height: 125px;
}

.fid-header .logo {
  line-height: 100px;
}

.fid-header div a img {
  max-height: 100px;
}

.btns-menu {
  height: 125px;
  line-height: 50px;
  display: block;
  text-align: right;
  padding-top: 20px;
}

.btns-menu .ville {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 10px;
}

.txt-carousel h3 {
  font-size: 28px;
}

.txt-carousel p {
  font-size: 18px;
}

.navbar-header .cadre-bleu {
  position: relative;
  float: right;
  padding: 10px 8px 2px 8px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 6px;
}
.navbar-header .cadre-bleu-fid {
  position: relative;
  float: right;
  border: 1px solid #ffffff;
  padding: 6px 10px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 4px;
}
.bloc-actu-contenu .bloc .titre {
  font-size: 28px;
}
.bloc-actu-contenu .bloc {
  padding: 20px 70px;
}
.bloc-actu-contenu .bloc .punchline {
  font-size: 22px;
}
.gros-btn {
  font-size: 28px;
  padding: 10px;
}

.BFirstConnexion .panel-body, .BCreaCompte .panel-body, .BDejaClient .panel-body {
  height: inherit;
}
.pageFooter {
  padding: 15px;
}
footer .pageFooter p {
  font-size: 13px;
}
.liste-categories {
  display: none;
  padding: 0 15px;
}
.photos {
  margin-bottom: 15px;
}
.mobile-centrer,
.photos {
  text-align: center;
}
.marge-mobile {
  margin: 25px 0 !important;
}
.no-padding {
  padding: 0;
}
.produits .fiche .prix,
.panier .prix {
  margin: 10px 0;
}
.produits .fiche .add,
.panier .add {
  margin-top: -5px;
}
.table > thead:first-child > tr:first-child > th:nth-child(3) {
  text-align: center;
}
.cPanier {
  float: none;
  text-align: center;
  display: block;
}
.cPanier a {
  float: none;
  display: block;
  margin: 15px auto;
}

.navbar-presto-menu .navbar-nav > li {
  margin: 0;
  padding-left: 0;
}
.navbar-presto-menu .navbar-nav > .active {
  background-color: transparent;
  margin-top:0 !important;

}
.navbar-presto-menu .navbar-nav > .active > a, .navbar-presto-menu .navbar-nav > .active > a:hover {
  padding:10px;
  border-bottom: none !important; 
}

.navbar-presto-menu .navbar-nav > li > a:focus, .navbar-presto-menu .navbar-nav > li > a:hover  {
  background-color: transparent;
  margin-top:0 !important;
  padding:13px 0;
  padding-left: 10px !important;
  border-bottom: none;
}
.navbar-nav {
    margin: 0px -15px;
}

.panel {
  margin: 10px;
}

form {
  margin: 15px;
}

.corps div form div div h2 {
  padding-left: 0;
}

#StreetNumber, #Floor, #ZipCode {
  width: 95%;
}

.fiche {
  margin-top: 0;
}

.top6 div {
  width: 100%;
}

.details {
  width: 90%;
}

.accent {
  margin-right: 15px;
}

.barcodeCarte {
  display: block;
}

.barcodeCarte img {
  margin: 0px auto 30px auto;
}


}

@media only screen and (max-width: 640px) {
  .none > li a:hover::before,
  .none > li.active a::before {
    background: url("../images/couverts.svg") no-repeat scroll center bottom;
    left: -280px;
    margin-top: 8px;
    content: " ";
    display: block;
    height: 25px;
    position: absolute;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
.btn-cats-detail{
  width: 80%;
}
}


@media (max-width: 479px) {
.presto-header {
  padding: 0.5em 0;
}
.presto-header div div a img.responsive {
  width: 120px;
}
.caption {
  -ms-word-break: break-all;
  -moz-word-break: break-all;
  -o-word-break: break-all;
  word-break: break-all;
}
.btns-menu .ville {
  font-size: 9px;
}

h2.titre-news {
  width: 95%;
  margin: 15px auto !important;
}
}

@media (max-width: 310px) {
  /*.presto-header div div a img.responsive {
    width: 80%;
  }
  .presto-header {
    padding: 2em 0;
  }*/
}
