html, body{
	font-family: Raleway, sans-serif;
	font-variant-numeric: lining-nums;
    font-size:0.9em;
}
#login-dp{
    min-width: 250px;
    padding: 10px 10px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
.social {
	font-size:2em;
	color: #604C4C;
}
.padding-fixer {
	padding:5px;
}
.insta-title {
    font-size:1.5em;
    color:#888;
}
.insta-subtitle {
    margin-bottom:3em;
    font-size:0.9em;
}
.number {
	font-family: sans-serif;
    letter-spacing:0.05rem;
}
.nav-link {
	font-family: Raleway, sans-serif;
	/*color:rgba(255,255,255);*/
}
#menu-item {
	color:rgba(255,255,255,1);
    font-size:1.1em;
}
#clear_table {
	width: 1em;
	height:1em;
}
.commande {
    font-size:1.4em;
}
.bs-wizard {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative; width:20%;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.input-group-addon {
	font-size:0.9em;
}
input {
	font-size:0.8em;
	padding:0;
	margin:0;
	color:red;
}
.img_vignette {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    float:left;
    margin:3px;
}
.button-perso {

	background-color:#bbc89c;
	font-weight:bold;
}
.slick-track {
	height:360px;
	overflow:hidden;
}
a {
  color:inherit;
  text-decoration: none;
}
.green a {
	text-decoration:underline;
}
.brown a {
	text-decoration:underline;
}

a:hover {
        color:inherit;
}
body {
  padding-top: 3.5rem;
}
.menu {
        background-color:#bcc75b;
        color:white;
        font-size:1.1em;
}
#front {
        background-image: url("../images/logo.png") ;
        background-position: center;
        background-repeat:  no-repeat;
        background-size:contain;
}
.btn-social {
        background-color:#604C4C;
        color:white;
        font-size:1.2em;
        padding:0.1em;
        margin:0.2em;
}
#photo {
        padding:0;
        margin:0;
        height:15em;
        background-position:0 -6em;
        background-size: cover;
        -webkit-background-size: cover;
        background-image:url('../images/cover.jpg');

}
#description {
        margin-top:1em;
        padding:0.2em;
        font-size:1.1em;
        background-color:white;
        width:100%;
}
#description::first-letter {
  font-size: 120%;
}
/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 5em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -0.5em;
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 100%;
  height: 6em;
  margin-top: 0.1em;
  /* bg color = bg color under block */
  background: white;
}
#logo {
	text-decoration: none;
	border:none;
        width:4.1em;
        height:4.1em;
	margin-right:auto;
        background-image: url("../images/logo.png") ;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center;
        outline:none;
        background-color: #FFF;
        border-radius: 50%;
}
li.dropdown:last-child .dropdown-menu {
  right: 0;
  left: auto;
}
#paniers {
	background-image: url("../images/panier.svg") ;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center right;
	background-color:#D2AC61;
	border-radius:8px;
	color:white;
	font-weight:400;
	padding-top:1em;
	margin-top:0;
}
.brown {
	background-color:#D2AC61;
	border-radius:8px;
	color:white;
	font-weight:400;
	padding-top:1em;
	margin-top:0;
	margin-bottom:1.2em;
    padding-bottom:2em;
}
.green {
	background-color:#BCC75B;
	border-radius:8px;
	color:white;
	font-weight:400;
	padding-top:1em;
	margin-top:0;
	margin-bottom:1.2em;
    padding-bottom:2em;
}
.icone_ferme {
	width:4em;
	height:4em;
	background-color:white;
	border-radius:8px;
	padding:3em;
	margin:2em;
	border:1em solid white;
}
.paragraphe_ferme {
	width:90%;
	background-color:white;
	border-radius:8px;
	padding:1.5em;
	margin:2em;
	border:1em solid white;
	color:black;
	padding-left:10em;
	font-size:1.1em;
}
#fresh {
	background-image: url("../images/fresh.svg") ;
        background-size:22em;
        background-repeat:no-repeat;
        background-position:left;
}

#bio {
	background-image: url("../images/bio.svg") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}
#msv {
	background-image: url("../images/msv.png") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}
#market {
	background-image: url("../images/market.svg") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}
#social {
	background-image: url("../images/instagram.jpg") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}
#map {
	background-image: url("../images/map.png") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}
#contact {
	background-image: url("../images/logo_sanstexte.png") ;
        background-size:12em;
        background-repeat:no-repeat;
        background-position:left;
}


#delivery {
	background-image: url("../images/delivery-truck.svg") ;
        background-size:8em;
        background-repeat:no-repeat;
        background-position:left;
}

#legumesdetail {
	background-image: url("../images/legumesdetail.svg") ;
        background-repeat:no-repeat;
        background-position:center left;
	margin-top:0.7em;
	background-color:#BCC75B;
        border-radius:8px;
        color:white;
        font-weight:400;
	padding-left:3em;
	padding-top:1em;
	height:4em;
}
.h5_format {
	display:inline;
/*	margin-left:8em; */
	font-weight:800;
	font-size:1.3em;
}
.panier_item {
	margin:1.4em;
	padding:1.2em;
	background-color:rgba(255,255,255,0.7);
	border-radius:8px;
	color:black;
}

.accueil-insta {
    margin-top:2em;
}
.square {
    width:17%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.magnify {
margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
 /* transform: translate(-50%, -50%);*/
}
.footer {
        background-color: #f9f2ec;
        padding:1em;
        margin:0;
        margin-top:1em;
        color:#b3b3b3;
}
.footer-element {
   color:#b3b3b3;
   margin-left:1em;
}

#timeline {
  margin-top:2em;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  height:100px;
}

h1 {
    display:inline;
    font-size:1.7em;
}
h2 {
    display:inline;
font-size:1.1em;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 2000vw;
  max-width: 800px;
  position: relative;
  z-index: 0;
  margin-left: calc((2000vw - 40px) / 7);
}

.inputimeline {
  width: 40px;
  height: 40px;
  background-color: white;
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.inputimeline  input::before, input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 285.7142857143vw;
  height: 8px;
  max-width: 114.2857142857px;
  right: calc(-285.7142857143vw + 20px);
  background-color: white;
}
.dot-info {
  width: 40px;
  height: 40px;
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
  left: calc((((2000vw - 40px) / 7) * -1) - 1px);
}
.dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 1em;
}
.dot-info span.year {
  bottom: -30px;
  left: 190%;
  transform: translateX(-50%);
}
.dot-info span.label {
  top: -55px;
  left: 170%;
  transform: rotateZ(-25deg);
  width: 100px;
	font-size:0.8em;
  text-indent: -10px;
}

@media (min-width: 40px) {
  .input-flex-container {
    margin-left: 1%;
  }

  input::before {
    left: -94.2857142857px;
  }
  input::after {
    right: -94.2857142857px;
  }

  .dot-info {
    left: calc((((800px - 40px) / 7) * -1) - 1px);
  }
}
@media all and (max-width: 630px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    height: auto;
    margin-top: 15vh;
    margin-left: 0;
  }

  .inputimeline, .dot-info {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }

  .inputimeline {
    background-color: transparent !important;
    z-index: 1;
  }
  input::before, input::after {
    content: none;
  }
  input:checked + .dot-info {
    background-color: white;
  }
  input:checked + .dot-info span.year {
    font-size: 14px;
  }
  input:checked + .dot-info span.label {
    font-size: 12px;
  }

  .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    margin-left: -70px;
    background-color: white;
  }
  .dot-info span.year {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .texttohide {
    display: none;
    }
}
@media all and (max-width: 400px) {
  .input-flex-container {
    width: 340px;
  }
  #front {
        display: none !important;
    }
  #photo {
        background-image:url('../images/cover_small.jpg');
        }
  .input-flex-container {
    width: 300px;
  }

}
/* BREADCRUMB */
.breadcrumbstep {
    font-size:1.9em;
    margin:0.7em;
    color:#bcc75b;
}
.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}




.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

