/**************************************/
/*****Personalisation template css*****/
/**************************************/

/**************/
/****Common****/
/**************/
/*
@font-face {
    font-family: 'Boogaloo';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/Boogaloo-webfont.woff') format('woff'),
         url('fonts/Boogaloo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Boogaloo-webfont.svg#BebasNeueRegular') format('svg'),
         url('fonts/Boogaloo-webfont.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: Boogaloo !important;
}*/

#page-title-inner{
  background-color: #70b14f;
}

.block{
  display: block;
}

.inlineBlock{
  display: inline-block;
  vertical-align: top;
}

.align-bottom{
  vertical-align: bottom;
}

.width50{
  max-width: 50%;
}

.noFloat{
  float: none;
}

.leftFloat{
  float: left;
}

.rightFloat{
  float: right;
}

.center-wrapper{
  overflow: hidden;
}
  .center-container, .center-item{
    float: left;
    position: relative;
  }
  .center-container{
    left:50%;
  }
    .center-item{
      right: 50%;
    }

.textAlignLeft{
  text-align: left;
}

.textAlignCenter{
  text-align: center;
}

.textAlignRight{
  text-align: right;
}

.justify{
  text-align: justify;
}

.fontPlus02{
  font-size: 1.2em;
}

.fontPlus04{
  font-size: 1.4em;
}

.fontPlus06{
  font-size: 1.6em;
}

.bold{
  font-weight: bold !important;
}

.uppercase{
  text-transform: uppercase;
}

.overflow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link{
  color: #89bf23;
}

.invsibleHr{
  border: none;
}

.span4perso{
  width:340px;
}

.span5perso{
  width: 520px;
}

.span6perso{
  width: 440px;
}

.span7perso{
  width: 530px;
}

.span8perso{
  width: 600px;
}

.span9perso{
  width: 800px;
}

/*OnClick*/
.onClickShow{
  cursor: pointer;
}

.onClickHide{
  cursor: pointer;
}

/*Loader*/
#loader{
  position : fixed;
  z-index: 9999;
  background : url('/assets/img/dwala/decor/gifTracteur.gif') 50% 50% no-repeat rgba(153,204,102,0.2);
  top : 0px;
  left : 0px;
  height : 100%;
  width : 100%;
  cursor : wait;
}


/*Blocs messages*/
.errorMsg{
  width: 100%;
  background-color: #ffbaba;
  border: 1px solid #ff8787;
  font-size: 1.2em;
  color: red;
  line-height: 3em;
  padding: 10px 0;
}

  .errorMsg p{
    width: 1080px;
    margin: auto;
  }

.okMsg{
  width: 100%;
  background-color: rgba(153,204,102,0.4);
  border: 1px solid #89c236;
  font-size: 1.2em;
  color: green;
  line-height: 3em;
  padding: 10px 0;
}

  .okMsg p{
    width: 1080px;
    margin: auto;
  }


/*Blocs Notif*/
.hero-unit-ok {
	background: #fff url(../img/bg-k10.png);
  background-color: rgba(153,204,102,0.4);
	border-left: 4px solid #89c236;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 20px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}


.hero-unit-error {
	background: #fff url(../img/bg-k10.png);
  background-color: #ffbaba;
	border-left: 4px solid #ff8787;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 20px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}


/* Asidde blocs*/
.asideBlock{
  background-color:rgba(66, 103, 178,0.1);
  padding:10px;
  border-radius:2em;
}

/* Circle (mis en valeur)
=================================================================== */
[class*="square-circle"]{
  padding: 20px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 1.5em
}

.square-circle-white{
  background-color: rgba(255,255,255,0.9);
  color: #B1221C;
  border: 2px solid #B1221C;
}

.square-circle-yellow{
  background-color: rgba(255,253,187,1);
  color: #B1221C;
}

.circle-no-border{
  width: 88px;
  height: 88px;
  border-radius: 50em;
}

.circle-numb-vert{
  color:  #89bf23;
  font-size: 2em;
  font-weight: bold;
}

.circle-numb-blanc{
  color:  white;
  font-size: 2em;
  font-weight: bold;
  border: 20px solid #89c236 !important;
}

.circle-border-grey{
  color:rgba(153,204,102, 1);
  border: 2px solid #888 !important;
  border-radius: 50em;
  padding: 45px 10px 0;
  width: 90px;
  height: 65px;
  display: block;
  margin: auto !important;
}


/* Boutons
=================================================================== */
input[type="image"]{
  cursor: pointer;
}

.divBtn{
  margin: 15px 0;
}

.btnperso{
  width: 90%;
  background-color: #89bf23;
  padding: 6px;
  border-radius: 5px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  margin: auto;
  cursor: pointer;
}

.btnperso:hover{
  color: white;
  text-decoration: underline;
}

.btnpersoRouge{
  width: 90%;
  background-color: #B1221C;
  padding: 6px;
  border-radius: 5px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  margin: auto;
  cursor: pointer;
}

.btnpersoRouge:hover{
  background-color: #B1221C;
  color: white;
}

.smallBtnPerso{
  width: 90%;
  background-color: rgba(255, 87, 51, 0.5);
  color: #666;
  padding: 4px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  font-size: 1.2em;
  margin: auto;
  cursor: pointer;
}

  .smallBtnPerso:hover{
    text-decoration: underline;
  }

.bigBtn{
  display:inline-block;
  background-color: #89bf23;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #89bf23;;
  color: white;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtn:hover{
  display:inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #89bf23;
  color: #89bf23;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtnBlanc{
  display:inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #89bf23;
  color: #89bf23;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtnBlanc:hover{
  display:inline-block;
  background-color: #89bf23;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #89bf23;;
  color: white;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtnRouge{
  display:inline-block;
  background-color: #B1221C;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #B1221C;
  color: white;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtnRouge:hover{
  display:inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #B1221C;
  color: #B1221C;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

.bigBtnNocolor{
  display:inline-block;
  background-color: transparent;
  color: inherit;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-family: "Boogaloo" !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
}

[class*="btnImage"]{
  margin-bottom: 10px;
  background-color: rgba(66, 103, 178,0.3);
  border-radius: 1em;
  padding: 5px;
  text-align: center;
  font-family: "Boogaloo" !important;
  color: inherit;
  border: none;
  line-height: 45px;
  width:100%;
  font-size: 1.8em;
  display: block;
}

  [class*="btnImage"]:hover{
    box-shadow: 3px 3px 5px #666;
    text-decoration: none;
    color: inherit;
    /*background-color: #37CF75;*/
  }

  [class*="btnImage"] a{
    text-decoration: none;
    color: #666;
  }

  [class*="btnImage"] p{
    margin-top: 15px;
  }

  .btnImage-rouge{
    background-color: rgba(177, 34, 28, 0.5);
  }

[class*="bigBtnImage"]{
  margin-top: 10px;
  background-color: white;
  border-radius: 20% 0 20%;
  padding: 3px;
}

.bigBtnImage-blue{
  background-color: rgba(66, 103, 178,0.3);
}

  [class*="bigBtnImage"]:hover{
    box-shadow: 3px 3px 5px #666;
    /*background-color: #37CF75;*/
  }

  [class*="bigBtnImage"] a{
    text-decoration: none;
    color: #666;
  }

  [class*="bigBtnImage"] p{
    margin-top: 15px;
  }

.bigLinkImg{
    display: block;
    background-color: rgba(66, 103, 178,0.7);
    color: white;
    font-family: "Boogaloo" !important;
    padding: 10px;
    line-height: 45px;
    width: 100%;
    font-size: 1.8em;
    box-shadow: 3px 3px 5px #666;
    text-decoration: none;
}

  .bigLinkImg:hover{
    color: white;
  }

.btnStar{
  background-color: transparent;
  border: none;
}


  /*Images
  =================================================================== */
.picoImg{
  max-width: 20px;
  max-height: 20px;
}

.nanoPlusImg{
  max-width: 30px;
  max-height: 30px;
}

.nanoImg{
  max-width: 50px;
  max-height: 50px;
}

.microImg{
  max-width: 75px;
  max-height: 75px;
}

.smallImg{
  max-width: 100px;
  max-height: 100px;
}

.mediumImg{
  max-width: 150px;
  max-height: 150px;
}

.normalImg{
  max-width: 200px;
  max-height: 200px;
}

.bigImg{
  max-width: 300px;
  max-height: 300px;
}

.icones-cat{
  background-color:white;
  border-radius:50em;
  /*border: 1px solid #999999;*/
  width:75px;
  height:75px;
  margin: 3px;
}

.icones-cat-small{
  background-color:white;
  border-radius:50em;
  /*border: 1px solid #999999;*/
  width:40px;
  height:40px;
  margin: 0 3px;
}

.icones-label-small{
  background-color:white;
  /*border: 1px solid #999999;*/
  width:40px;
  height:40px;
  margin: 3px;
}


/*Listes à puces*/
.bullesVertes li{
  margin: 10px 0;
  padding: 5px 20px;
  background-color: rgba(153,204,102,0.4);
  border-radius: 2em;
}

/*************************/
/****Block Spécifiques****/
/*************************/


/*Header Logo connect & search
=================================================================== */
#banner{
  min-height: 120px;
}

  #banner .row{
    padding-top: 20px;
  }
    #logoMaster{
      position: absolute;
      left: 40%;
      width: 20%;
      margin-top: -20px;
    }
      #logoMaster a img{
        max-height: 110px;
        max-width: 163px;
      }

    #banner .search{
      margin-top: 30px;
    }

    #banner .search input{
      vertical-align: top;
      line-height: 40px;
    }

  #connect{
    float: right;
  }

    #connect .connect-box{
      padding: 5px;
      font-size: 1.4em;
      color: #666;
    }

    #connect .connect-box img{
      margin-right: 10px;;
    }

    #connect .connect-box a, #connect .connect-box a:visited{
      color: #666;
    }

#nav{
}
  #nav div{
    background-color: transparent;
  }


/* Menu nav
=================================================================== */

/*Menu principal nadeau*/
.navbar .nav{
  float: none;
  text-align: center;
}
  .navbar .nav li{
    display: inline-block;
    float: none;
  }
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:focus,
  .navbar .nav > .active > a:hover{
    border-color:transparent;
    color: #70b14f;
    font-weight: bold;
  }
  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover{
    border-color:transparent;
    background-color: transparent !important;
    color: #70b14f;
  }

#nav-cat{
  min-height: 120px;
}
  #nav-cat a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    height: 100px;
  }

  #nav-cat a:hover{
    text-decoration: none;
    margin-top: -20px;
  }

.tabs-nav li a{
  background-color: rgba(153,204,102,0.4);
}
  .tabs-nav li a i{
    vertical-align: middle;
  }

/* Nav entre comptes */
.btn-bulle-nav-container{
  text-align: left;
}
  [class*="btn-bulle-nav-micro"]{
    margin: 10px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
    [class*="btn-bulle-nav-micro"] form{
      margin: 0;
      text-align: left;
    }
    [class*="btn-bulle-nav-micro"] input{
      font-family: "Boogaloo" !important;
      font-size: 18px;
      line-height: 30px;
      background-color: white;
      border-radius: 40em;
      padding: 0 12px;
      border: none;
    }
    .btn-bulle-nav-micro-echoppe input{
      background-color: #E2AD3B;
      color: white;
    }
    .btn-bulle-nav-micro-producteur input{
      background-color: rgba(177, 34, 28, 0.6);
      color: white;
    }

/*menu nav espaces compte*/
#nav-espace .bigBtnImage{
  margin: 10px 0 0 20px;
  display: block;
}
#nav-espace a{
  text-decoration: none;
  color: #666;
}
  #nav-espace .bigBtnImage p{
    font-size: 15px;
    margin: 5px 0 5px 0;
  }



/*Barre de titre de page
=================================================================== */
#page-title{
  background: #70b14f;
  text-align: center;
  color: white;
}

  #page-title h1{
    font-size: 40px;
    line-height: 50px;
    color: white;
  }

  #page-title h3{
    color: white;
    margin-bottom: 20px;
  }

  #page-title img{
    max-height: 200px;
  }

/*Autres titres
=================================================================== */
.title{
  margin-bottom: 30px;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  border-bottom: 5px double #70b14f !important;
}

/*Sliders
=================================================================== */
#da-slider{
  background-color: rgba(153,204,102,0.8);
}

.da-slide{

}

  .da-slide h2{
    font-size: 46px;
  }

  .da-slide p{
    font-size: 1.8em;
    color: #666;
  }

/*Slider producteurs*/
.clients-carousel a {
  display: block;
  max-width: 174px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}


/*Dessins page accueil pourcentage
=================================================================== */
.accueil-draws-box{
  height: 300px;
}

/*Resultats de recherche
=================================================================== */
.search-result-box{
  margin: 10px 0;
}
  .search-result-box .span1{
    margin-left: 0;
  }


/*Dessins page accueil pourcentage
=================================================================== */

.connect-form-box{
  border-radius: 2em;
  border: 1px solid #eee;
  padding: 15px;
  height: 280px;
  margin-bottom: 20px;
}

  .connect-form-box p{
    padding: 5px;
    min-height: 70px;
  }

/*Listes Echoppes/producteurs (CI)
=================================================================== */
#listeCI .span2{
  height: 300px;
}

  #listeCI .span4 .title h3{
    height: 45px;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


/* Camemberts
=================================================================== */
.pie {
	display: inline-block;
	position: relative;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #666;
	background-image: linear-gradient(to right, transparent 50%, #89c236 0);
	color: transparent;
}

  @keyframes spin {
  	to { transform: rotate(.5turn); }
  }
  @keyframes bg {
  	50% { background: #89c236; }
  }

  .pie::before {
  	content: '';
  	position: absolute;
  	top: 0; left: 50%;
  	width: 50%; height: 100%;
  	border-radius: 0 100% 100% 0 / 50%;
  	background-color: inherit;
  	transform-origin: left;
  	animation: spin 50s linear infinite, bg 100s step-end infinite;
  	animation-play-state: paused;
  	animation-delay: inherit;
  }

  .pieValue{
    position: absolute;
    left: 28%;
    top: 50%;
    line-height: normal;
    color: white;
    font-size: 2em;
  }


/* Google Map
=================================================================== */

  /* Always set the map height explicitly to define the size of the div
  * element that contains the map. */
  #map {
    height: 500px;
    width: 100%;
  }
    #infoWindow img{
      max-width: 200px;
      margin: 10px 10px 0 0
    }

  #small-map-container {
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
  	position: relative;
  	z-index: 2;
  	border: 5px solid #f6f6f6;
  	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
  	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
  	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
  	height: 300px;
  	width: 300px;
  	margin-bottom: -305px;
  }

  #small-map {
  	position: relative;
  	z-index: 2;
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
  	margin-left: 5px;
  }

  #micro-map-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
    border: 5px solid #f6f6f6;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    height: 300px;
    width: 300px;
    margin-bottom: -305px;
    margin-left: 18px;
  }


  /* Photo Stream
  =================================================================== */
  .flickr-widget a{
    width: 100px;
    height: 100px;
    overflow: hidden;
  }

  .nano-gallery {margin-right: -12px; margin-top: 15px;}
  .nano-gallery img {display: block; width: 100%;}
  .nano-gallery a:hover {border-color: #505050;}

  .nano-gallery a {
    float: left;
    min-height: 50px;
  	margin-left: 0px;
  	margin-right: 11px;
  	margin-bottom: 2px;
  	padding: 4px;
  	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	-ms-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
  }



  /* Lightbox
  =================================================================== */
  .lightbox {
  	/** Default lightbox to hidden */
  	display: none;

  	/** Position and style */
  	position: fixed;
  	z-index: 999;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	top: 0;
  	left: 0;
  	background: rgba(0,0,0,0.8);
  }

  .lightbox img {
  	/** Pad the lightbox image */
  	max-width: 90%;
  	max-height: 80%;
  	margin-top: 2%;
  }

  .lightbox:target {
  	/** Remove default browser outline */
  	outline: none;

  	/** Unhide lightbox **/
  	display: block;
  }


  /* Blocs onglets
  =================================================================== */
  .tabs-container{

  }

    .tab-content{
      padding: 20px 0;
    }


  /* Grille
  =================================================================== */
  .grid {
    margin: 40px 0;
    text-align: center;
  }

    .grid [class*="span"] {
      margin: 30px 0;
    }

    .grid [class*="span"]:hover {
      background-color: rgba(153,204,102,0.2);
      border-radius: 2em;
    }

    .grid .carteProducteurCatalog{
      background-color: rgba(153,204,102,0.2);
      border: 2px solid #eeeeee;
      border-radius: 2em;
    }

    .grid .imgDiv {
      position: relative;
      height: 150px;
      padding: 10px 0;
    }

    .grid .imgDiv .labelPdt {
      border-radius: 2em;
      left: 60px;
      padding: 10px;
      position: absolute;
      top: 10px;
    }

    .grid .title{
      margin-bottom: unset;
    }

    .grid .condt{
      height: 64px;
    }

      .grid .condt div{
        margin: auto;
      }

      .grid .condt-selected{
        border: 2px solid #eee;
        line-height: 20px;
        border-radius: 30em;
      }

    .grid i {
      display: inline-block;
      width: 25%;
      text-align: left;
    }

    .grid b {
      display: inline-block;
      width: 25%;
      text-align: right;
    }

    .grid .addCart{
      padding: 20px;
    }

      .grid .addCart p{
        height: 60px;
        color: red;
      }

.smallGrid [class*="span"]:hover {
  background-color: rgba(153,204,102,0.2);
}

.smallGrid .imgDiv {
  height: 50px;
  padding: 10px 0;
}


  /* Fiche produit
  =================================================================== */
  #fichePdt-container{

  }

    #fichePdt-container .fichePdt-box p{
      text-align: justify;
      margin: 20px 0;
    }

    #fichePdt-container i{
      color: rgb(153,204,102);
    }

      #fichePdt-container .fichePdt-title-box{
        margin-left: 0;
        margin-bottom: 20px;
      }

        #fichePdt-container .fichePdt-title-box .title{
          margin-left: 0;
        }

      #fichePdt-container .fichePdt-detail-box, #fichePdt-container .fichePdt-label-box {
        margin: 0;
      }

      #fichePdt-container .fichePdt-detail-box div {
        margin-bottom: 10px;
      }

      #fichePdt-container .imgDiv{
        margin-left: 0;
      }

          #fichePdt-container .fichePdt-price-box p{
            margin: 20px 10px;
            width: 22%;
          }

      #fichePdt-container .fichePdt-producteur-box div,
      #fichePdt-container .fichePdt-label-box div {
        margin-bottom: 10px;
      }



  /* Tableau Panier
  =================================================================== */
  #tabPanier-container{

  }

    #tabPanier{
      background: #fcfcfc url(../img/bg-k20.png) repeat;
      border-radius: 2em;
      width: 100%;
    }

      #tabPanier th{
        text-align: center;
        background-color: rgba(153,204,102,0.6);
        padding: 10px;
        border: 1px solid #eee;
      }

      .tabPanier-article{
        border: 1px solid #eee;
      }

        .tabPanier-article td{
          padding: 10px;
          text-align: center;
          border: 1px solid #eee;
        }

          .tabPanier-article-qte{
            width: 50px;
            line-height: 30px;
            background-color:white;
          }

          .tabPanier-article-total{
            line-height: 30px;
            background-color: rgba(226, 173, 59, 0.7);
          }

      .tabPanier-btn{
        margin-top: 30px;
      }

      .tabPanier-btn-pay{
        border-radius: 2em;
        border: 1px solid #eee;
      }

        .tabPanier-btn-pay p{
          padding: 5px;
          min-height: 70px;
        }

  #fil-achat div{
    margin-right: 20px;
  }

  #fil-achat b{
    margin-right: 20px;
    line-height: 40px;
  }

  /* tableau de cmdes
  =================================================================== */
  .table-cmde .table-head th{
    background-color: #80a859;
    padding: 10px;
    color: white;
    border: 1px solid white;
    font-family: "Boogaloo" !important;
    font-weight: normal;
  }

    .table-cmde .table-line td{
      padding: 10px;
      border: 1px solid #eee;
    }

    .table-cmde .dark{
      background-color: #f6f6f6;
    }

  /*Mur des échoppes producteurs messages & commentaires
  =================================================================== */
  #mur{

  }

    .mur-message-post textarea {
      border-radius: 2em;
      padding: 0 25px;
      margin: 0 10px;
      vertical-align: middle;
      min-width: 85%;
      min-height: 100px;
    }

    .mur-message p {
      min-height: 85px;
      font-size: 1.4em;
      margin-top: 10px;
    }

    .com-btns{
      /*border-top: 1px solid #eeeeee;*/
      padding: 5px 0;
    }

      .com-form textarea{
        border-radius: 2em;
        padding: 0 25px;
        margin: 0;
        vertical-align: middle;
        min-width: 70%;
      }

      .com-form img{
        vertical-align: middle;
      }


  /*Cartes de présentation des échoppes
  =================================================================== */

  .echoppe-carte{
    border: 2px solid #eeeeee;
    border-radius: 2em;
    margin-bottom: 20px;
    height: 590px;
  }

  .echoppe-carte:hover{
    box-shadow: 3px 3px 5px #666;
  }

    .echoppe-carte-title{
      background-color: rgba(66, 103, 178,0.3);
      padding: 20px 10px;
    }

      .echoppe-carte-title a {
        color: inherit;
      }

    .echoppe-carte-content{
      text-align: center;
      padding: 20px 10px;
      white-space: normal;
    }

    .echoppe-carte #small-map{
      margin-left: 0;
    }

    .echoppe-carte-content button:hover{
      background-color: rgba(66, 103, 178,0.3);
    }

      .echoppe-carte-content-minima{
        background-color: rgba(66, 103, 178,0.3);
        padding: 10px;
        margin: 10px auto;
      }
        .echoppe-carte-content-minima .unit{
          background-color: white;
          padding: 4px 6px;
          border: 1px solid #eeeeee;
          border-radius: 0 10px 10px 0;
          font-weight: bold;
          width: 18px;
          height: 18px;
          display: inline-block;
        }


  .webivore-carte-contact{
    border: 2px solid #eeeeee;
    border-radius: 2em;
    margin-bottom: 20px;
    background-color: rgba(153,204,102,0.4);
    padding: 40px 20px;
  }



  /*Cartes de présentation des commandes
  =================================================================== */
  .commande{
      border: 2px solid #eeeeee;
      border-radius: 2em 2em 0 0;
      margin-bottom: 20px;
  }

    .commande-title{
      background-color: rgba(153,204,102,0.6);
      border-bottom: 2px solid #eeeeee;
      padding: 20px 10px;
    }

      [class*="commande-title"] p{
        margin-right: 30px;
        white-space: normal;
      }

    .commande-title-detail{
      background: #fcfcfc url(../img/bg-k20.png) repeat;
      border-bottom: 2px solid #eeeeee;
      padding: 20px 10px;
    }

    .commande-content{
      padding: 20px 40px;
      white-space: normal;
    }

      .commande-content p{
        white-space: normal;
      }




  /*Cartes de présentation des actus
  =================================================================== */
  .actu-carte{
      border: 2px solid #eeeeee;
      border-radius: 2em;
      margin-bottom: 20px;
  }

    .actu-carte-title{
      border-bottom: 2px solid #eeeeee;
      padding: 20px;
    }

    .actu-carte-content{
      white-space: normal;
      padding: 20px;
    }

      .actu-carte-content-image img{
        border-radius: 2em;
      }
      .actu-carte-content-texte {
        margin-left: 30px;
        max-width: 480px;
        white-space: normal;
      }

  /*Formulaires
  =================================================================== */
  #formInscription .unit{
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 0 5px 5px 0;
    margin-left: 0;
    vertical-align: top;
  }

  #asideInscription .span6{
    min-height: 150px;
  }

  /*Checkboxes*/
  .formfield-checkbox {
  position: relative;
  }

  .formfield-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute; top: 0; left: 0;
  }

  .formfield-checkbox input[type="checkbox"] + label {
    padding: 0 0 0 24px;
    text-align: justify;
  }

  .formfield-checkbox input[type="checkbox"] + label:before {
    content: " ";
    display: inline-block; width: 20px; height: 20px;
    position: absolute; top: 0; left: 0;
    background: transparent url(../img/dwala/decor/htmlElements/sprite.svg) 0 -30px no-repeat;
  }

  .formfield-checkbox input[type="checkbox"]:checked + label:before {
    background-position: -30px -30px;
  }

  /*Formulaires Livraisons label input inline*/
  .inlineLabelInput label{
    font-weight:bold;
    display:inline;
    vertical-align:middle;
  }

  .inlineLabelInput input, .inlineLabelInput select{
    vertical-align:unset;
  }

  /*Formulaires produit*/
  .form-produit label{
    font-size: 1.4em;
    font-weight: bold;
  }

  .form-produit .formfield-checkbox{
    margin: 20px 0;
  }

  .form-produit .unit{
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 0 5px 5px 0;
    margin-left: 0;
    vertical-align: top;
  }


  /*Page about
  =================================================================*/
  .tab-content{

  }

    .tab-content-text b{
      color: #a9d459;
    }


  /*Page Mairies
  =================================================================*/
  .plaquetteMairie p{
    font-size: 1.4em;
  }

  #bandeauOrdi{
    height: 400px;
    background-image: url('/assets/img/dwala/decor/vueEcran.png');
    background-size: cover;
    background-position-y: 60%;
    margin-bottom: 40px;
  }


  .plaquetteMairie li[class="span5"]{
    min-height: 150px;
  }
  .plaquetteMairie ul[class="puces"]{
    list-style-type: disc;
    margin: 0 0 5px 15px;
  }
  .plaquetteMairie h3{
    color: #70b14f;
  }

  /*Tableau tarifs*/
  .plaquetteMairie .pricing-table h5, .plaquetteMairie .pricing-table h4, .plaquetteMairie .pricing-table h3{
  color: white;
  text-align: center;
  font-size: 1.2em;
  }
    .plaquetteMairie .pricing-table h3{
      background-color: #70b14f;
      min-height: 64px;
    }
    .plaquetteMairie .pricing-table .buy{
      background-color: #60abed;
      min-height: 20px;
    }
  .plaquetteMairie .pricing-table li{
    height: 33px;
  }
    .plaquetteMairie .checks li span{
      text-align: center;
    }
    .plaquetteMairie .checks li span label{
      padding: 0 !important;
      text-align: center !important;
    }
    .plaquetteMairie .two-tables li span label::before{
      position: inherit !important;
    }

  .plaquetteMairie button{
    background-color: #70b14f;
  }

  /*Footers
  =================================================================*/
  #footer-mini-site{
    background-color: rgba(66, 103, 178,0.1);
  }

    #footer-mini-site h3{
      margin: 10px 0 10px 0;
    }

    #footer-mini-site .social-grid{
      text-align: left;
    }

  #footer-menu-logo img{
    height: 40px;
    margin-top: 5px;
  }

  #footer{
    background-color: rgba(153,204,102,0.4);
  }
    #footerNews .actu-box{
      margin-bottom: 20px;
    }

      #footerNews img{
        width: 100px;
        display: inline-block;
        margin-right: 10px;
      }

      #footerNews .actu-box div{
        max-width: 400px;
      }

    #footer-menu-links ul li a:hover {
      color: rgba(153,204,102,0.7);
    }
