/*
 * $primary = #
 * Open Sans & Lora
 */

:root {
  --borderie-brown: #776441;
  --borderie-orange: #ac4e07;
  --borderie-green: #7c8034;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: var(--borderie-brown);
  --secondary: var(--borderie-organge);
  --ternary: var(--borderie-green);
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-serif: Lora, serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.hide{display:none;}
body {
  font-family: var(--font-family-sans-serif);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--borderie-brown);
  font-family: var(--font-family-serif);
}

a {
  color: var(--borderie-brown);
  text-decoration: underline;
}

a:hover {
  color: var(--borderie-orange);
}

hr {
  border-top: 0;
  border-bottom: 0.1rem solid var(--borderie-brown);
  /*margin: 2rem auto 2rem auto;*/
  margin: 0 auto 0 auto;
}

ul {
  padding-left: 0.9rem;
  font-size: 0.9rem;
}

label {
  color: var(--borderie-brown);
  font-weight: 600;
}

input {
  border: 1px solid var(--borderie-brown);
  padding: 0.5rem;
}

.form-control {
  border: 1px solid var(--borderie-brown);
}

.bandeau {
  position: relative;
}

.bandeau__overlay {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 34%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn {
  border: 0;
  padding: 0.75rem !important;
}

a.btn {
  text-decoration: none !important;
}

.btn-primary {
  background-color: var(--borderie-brown);
}

.btn-primary:hover {
  background-color: var(--borderie-orange);
}

.btn-secondary {
  background-color: var(--borderie-orange);
}

.btn-secondary:hover {
  background-color: var(--borderie-green);
}

.bg-primary {
  background-color: var(--borderie-brown) !important;
}

.bg-secondary {
  background-color: var(--borderie-orange) !important;
}

.bg-ternary {
  background-color: var(--borderie-green) !important;
}

.text-primary {
  color: var(--borderie-brown) !important;
}

.text-ternary {
  color: var(--borderie-green) !important;
}

.text-secondary {
  color: var(--borderie-orange) !important;
}

.navbar {
  background-color: var(--borderie-brown) !important;
  padding: 0.5rem 0;
}

.navbar .nav-link {
  font-size: 1.25rem;
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-family: var(--font-family-serif)
}

.navbar .nav-link:hover {
  
}
.navbar .nav-link span{
    border-bottom: 2px solid rgba(255,255,255,0);
    will-change: border-color;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.navbar .nav-link:hover span,
body.accueil .navbar li.accueil .nav-link span,
body.histoire .navbar li.histoire .nav-link span,
body.marches .navbar li.marches .nav-link span,
body.nousjoindre .navbar li.nousjoindre .nav-link span{
    border-color: #FFF;
}
.navbar .nav-link .social svg{font-size:2em;}
.secondary-nav a {
  color: white !important;
  text-decoration: none;
}

header {
  background-color: var(--borderie-brown);
}

footer {
  font-size: 1.25rem;
  background-color: var(--borderie-brown)
}

footer a {
  font-size: 1.25rem;
  color: white;
  font-family: var(--font-family-serif);
}

footer .logo-footer {
  width: 400px;
}

.section-passer-une-commande a {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration:none;
}

.section-description p {
  font-weight: 600;
  font-family: var(--font-family-serif);
  font-size: 1.5rem;
}

.section-passer-une-commande-en-5-minutes h5 {
  font-weight: 800;
  font-size: 1rem;
  color: black;
  margin-bottom: 1rem;
}
.section-passer-une-commande-en-5-minutes p {
  font-size: 0.9rem;
}

.section-calendrier-des-commandes-possibles thead img {
  position: relative;
  bottom: 0;
  /*margin: -1rem;*/
}
.section-calendrier-des-commandes-possibles thead .non-disponible{
    position:relative;
}
.section-calendrier-des-commandes-possibles thead .non-disponible:after{
    content:"Non-disponible";
    color:#FFF;
    background-color:var(--borderie-orange);
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%) rotate(-22deg); /* IE 9 */
    -webkit-transform: translate(-50%,-50%) rotate(-22deg); /* Safari */
    transform: translate(-50%,-50%) rotate(-22deg);
    font-weight: normal;
    display: block;
    width:84px;
    font-size:60%;
}
.section-calendrier-des-commandes-possibles h3
{
  font-size: 1.25rem;
  color: white;
  text-align: center;
  padding-bottom: 2rem;
}
.section-calendrier-des-commandes-possibles p{color:#FFF; text-align:center;}

.section-calendrier-des-commandes-possibles tr {
  border: none;
}

.section-calendrier-des-commandes-possibles tr.subtitles {
  background-color: white;
}

.section-calendrier-des-commandes-possibles tr.subtitles th {
  color: var(--borderie-brown);
}


.section-calendrier-des-commandes-possibles th {
  color: white;
  border: 1px solid white;;
  padding: 0.5rem;
}

.section-calendrier-des-commandes-possibles td {
  color: white;
  border: 1px solid white;
  padding: 0.5rem;
}
.section-calendrier-des-commandes-possibles thead th {
  text-align: center;
    vertical-align: middle;
}
.section-calendrier-des-commandes-possibles tbody td {
  text-align: center;
    vertical-align: middle;
}
.section-calendrier-des-commandes-possibles thead tr:first-child th {
  border-top: none !important;
  border-bottom: none !important;
}
.section-calendrier-des-commandes-possibles thead tr:nth-child(2) th {
  border: none;
}
.section-calendrier-des-commandes-possibles thead tr:first-child th:first-child {
  border-left: none !important;
}
.section-calendrier-des-commandes-possibles thead tr:first-child th:last-child {
  border-right: none !important;
}
.section-calendrier-des-commandes-possibles tr th:first-child {
  border-left: none !important;
}
.section-calendrier-des-commandes-possibles tr td:last-child {
  border-right: none !important;
}
.section-calendrier-des-commandes-possibles tr:last-child th {
  border-bottom: none !important;
}
.section-calendrier-des-commandes-possibles tr:last-child td {
  border-bottom: none !important;
}

ul.liste{
    list-style:none;
    padding:0;
}
ul.liste li{position:relative;padding-left: 0.9rem;} 
ul.liste li:before{
    position:absolute;
    content:"•";
    color:var(--borderie-orange) !important;
    top:0;
    left:0;
    
} 
/*

=== AJOUTS FRED ===

*/
@media (max-width: 767px) {
    .bandeau__overlay {width: 75%;}
}
@media (max-width: 991px) {
    .nav-mobile{display:flex !important; flex-direction: row; margin-right:10px;}
    .nav-mobile li{margin-left:20px;}
}
.accueil h1{display:none;}
h1{}
h2{}
h3{}
h4{}
h5{}

.close{color: #FFF;text-shadow: none;}
.modal-header{border:none !important;}
.no-margin{margin:0 !important;}
.no-padding{padding:0; overflow: hidden;}
.rel{position:relative;}
.inline-block{display:inline-block;}
.credits-photo{
    position:absolute;
    bottom:0;
    right:0;
    font-size:11px;
    background-color:rgba(0,0,0,0.5);
    color:#FFF;
    display:inline-block;
    padding:4px 8px;
    text-decoration:none !important;
    will-change: opacity;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    opacity:0.7;
}
.credits-photo:hover{opacity:1;color:#FFF !important;}

#full-width-slider {
  width: 100%;
}

.grecaptcha-badge{display:none;}