/*!
Theme Name: Gilston Digital Starter Theme
Author: Gilston Digital SA
Author URI: https://gilston.digital/
Description: Theme su site minis-miam
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: minismiam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
-----------------------------------------------------*/

/* NORMALIZED
--------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
  font-size: 18px;
}
body {
	margin: 0;
}
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 600;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body{
	background-color: #e5dcd2;
}
#content{
	background-color: #fff;
}
a,img,header#masthead,#left-logo,#content,.nav-link{
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1B1C21;
	font-family: 'Outfit', Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.3rem;
  font-weight: 300;
}
p {
	margin-bottom: 1rem;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}

/* Links 
---------------------------------------------- */
a{
  text-decoration: none;
  color: #f39200;
}
a:hover{
  color: #af6400;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
.btn i{
  position: relative;
  top: 2px;
}
/* CONTENT
--------------------------------------------- */
#content.site-content{
  padding-top: 100px;
}
body.sticky-header #content.site-content{
  padding-top: 50px;
}

.btn-primary{
	background-color: #f39200;
	border-color:#f39200;
  color: #FFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary.active{
	background-color: #af6400!important;
  border-color: #af6400 !important;;
  color: #FFF!important;
}
.btn-outline-primary{
	background-color: transparent;
	border-color:#f39200;
  color: #f39200;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-primary.active{
	background-color: #f39200!important;
  border-color: #f39200 !important;
  color: #FFF!important;
}   
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary.active{
	background-color: #af6400!important;
  border-color: #af6400 !important;;
  color: #FFF!important;
}

.btn-secondary:hover,.btn-success:hover,.btn-danger:hover,.btn-dark:hover,.btn-outline-secondary:hover,.btn-outline-success:hover,.btn-outline-danger:hover,.btn-outline-dark:hover{
	color: #FFF!important;
}
.btn-warning:hover,.btn-info:hover,.btn-dark:hover{
  color: #000;
}
.link-primary{
	color: #f39200;
}
.link-primary:hover{
	color: #af6400;
}
.border-primary {
  border-color: #f39200 !important;
}
.text-primary {
  color: #f39200 !important;
}
.bg-primary {
  background-color: #f39200 !important;
}

/* NAV
--------------------------------------------- */

header#masthead {
  margin-bottom: 0;
  background-color: #FFF;
  box-shadow: 1px 3px 5px rgba(27, 28, 33, 0.1);
  padding:0;
  height: 100px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 1000;
}
header#masthead .container{
  height: 100%;
}
body.sticky-header header#masthead{
  height: 50px;
}
header#masthead #left-logo{
  position: absolute;
  left:0;
}
header#masthead #left-logo img{
  height: 50px;
}
body.sticky-header header#masthead #left-logo img{
  height: 30px;
}
#left-logo:hover img{
  opacity: 0.7;
}
#masthead nav {
  padding: 0;
  height: 100%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#masthead .navbar-nav{
  flex-direction: row;
  justify-content: flex-end;
}
#masthead #mobile-navbar-toggler{
  display: none;
  position: relative;
  z-index: 2001;
	border: 0;
  padding: 0;
}
#masthead #mobile-navbar-toggler,
#masthead #mobile-navbar-toggler:focus,
#masthead #mobile-navbar-toggler:hover,
#masthead #mobile-navbar-toggler:active{
	outline: none;
	border: 0!important;
	border-style: none!important;
	box-shadow: none;
}
#masthead #mobile-navbar-toggler img{
	height: 18px;
}
#masthead #main-nav-flex-container{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#masthead #main-nav{
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  left: -1rem;
  border-radius: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  padding: 1rem 0;
  min-width:300px;
}

.navbar-nav .dropdown-menu .nav-item {
  text-align: start;
  padding: 0 1rem;
  font-weight: 400;
}

.navbar-nav .dropdown-menu .nav-item .nav-link { 
  position: relative;
  text-transform: uppercase;
}

.navbar-nav .dropdown-menu .nav-item .nav-link:hover,
.navbar-nav .dropdown-menu .nav-item.current_page_item .nav-link {
  color: #f39200;
}
@media only screen and (max-width: 991px) { /** before large **/
  #content.site-content{
    padding-top: 50px;
  }
  header#masthead{
    height: 50px;
  }
  header#masthead #left-logo{
    opacity: 1;    
  }
  header#masthead #left-logo img{
    height: 30px;
  }
  #masthead #mobile-navbar-toggler{
    display: block;
  }
  #masthead #main-nav-flex-container{
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    overflow: hidden;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #masthead .navbar-nav{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 2rem;
  }
 
  #masthead .dropdown-menu{
    padding-top: 0!important;
    width: 100%!important;
  }
  #masthead .navbar-nav .dropdown-menu .nav-item  {
    text-align: center;
  }
}

#masthead .navbar-nav > li > a {
  color: #1B1C21;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 1.5rem 0 0;
}

body.sticky-header header#masthead .navbar-nav > li > a{
  font-size: 1rem;
  line-height: 1rem;
}


#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a {
  color: #f39200;
}

@media only screen and (max-width: 991px) { /** before large **/
  #masthead .navbar-nav > li > a {
    font-size: 1.5rem;    
    line-height: 1.5rem;
    margin-bottom:1.3rem;
    text-align: center;
  }
  body.sticky-header #masthead .navbar-nav > li > a {
    font-size: 1.5rem!important;
    line-height: 1.5rem!important;;
    margin-bottom:1.3rem!important;
    text-align: center;
  }
}

#site-footer{
	position: relative;
  
}

#site-footer #gd_credit-inline img{
	height: 18px;
}

#site-footer #credits{
	position: absolute;
	top:10px;
	right: 6px;
	display: flex;
	flex-direction: column;
}

#site-footer #gd_credit img{		
	width: 14px;	
}

#site-footer #gd_credit-inline img {
  height: 18px;
}


.icon-vegetarien{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_vegetarien.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-lactose{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_lactose.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-porc{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-porc.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-gluten{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_gluten.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-sesame{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_sesame.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-fruits-coque{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_fruits_coque.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-standard{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icon-standard.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-legumineuses{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_legumineuses.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}
.icon-fruits-mer{
  width:14px;
  height:14px;
  display: inline-block;
  background:transparent url("img/icons-allergies_fruits_mer.svg") center/contain no-repeat!important;  
  position: relative;
  top: 2px;
}


.bloc-day{
  padding: 1rem;
  background-color: #FFF;
  border-radius:6px;
  box-shadow:0 0 .8rem rgba(0,0,0,.2)!important;
  margin-bottom: 1.5rem;
}
.bloc-day.day-past{
  /* opacity: 0.4; */
}
.bloc-day.day-present{
  border: 6px solid #f39200;
}

.separator{
  height: 2px;
  background-color: #f39200;  
}

.day-lundi h3,.day-mardi h3,.day-mercredi h3,.day-jeudi h3,.day-vendredi h3{
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.day-lundi{
  background-color: #fffaf3;
}
.day-lundi h3{
  color: #f39200;
  border-bottom: 2px solid #f39200;
}
.day-mardi{
  background-color: rgb(255, 246, 246);
}
.day-mardi h3{
  color: #e73455;
  border-bottom: 2px solid #e73455;
}
.day-mercredi{
  background-color: #f3fdfa;
}
.day-mercredi h3{
  color: #12ae91;
  border-bottom: 2px solid #12ae91;
}
.day-jeudi{
  background-color: #fcfff5;
}
.day-jeudi h3{
  color: #95c11f;
  border-bottom: 2px solid #95c11f;
}
.day-vendredi{
  background-color: #f5fbff;
}
.day-vendredi h3{
  color: #217cbf;
  border-bottom: 2px solid #217cbf;
}
.bloc-day .menu-item{
  text-align: center;
  border:1px solid #eee;
  border-radius: 6px;
  padding: .8rem;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-day.day-lundi .menu-item{
  border-color: #f39200;
  color: #f39200;
}
.bloc-day.day-mardi .menu-item{
  border-color: #e73455;
  color: #e73455;
}
.bloc-day.day-mercredi .menu-item{
  border-color: #12ae91;
  color: #12ae91;
}
.bloc-day.day-jeudi .menu-item{
  border-color: #95c11f;
  color: #95c11f;
}
.bloc-day.day-vendredi .menu-item{
  border-color: #217cbf;
  color: #217cbf;
}
.repas-legend{
 font-size: 14px;
}
.bloc-day .menu-item .menu-entree{
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-top: 1px solid rgba(0,0,0,.1);
}

.bloc-day .menu-item .menu-dessert{
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(0,0,0,.1);
}

.bloc-day .menu-item{
  text-align: center;
  border:1px solid #eee;
  border-radius: 6px;
  padding: 36px 16px;  
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  position: relative;
}
.bloc-day .menu-item .menu-legend{
  color: #000;
  opacity: 0.3;
  position: absolute;
  top:8px;
  left:10px;
  font-size: 14px;
}
.bloc-day .menu-item .menu-allergenes{
  color: #dc3545;
  opacity: 0.9;
  position: absolute;
  bottom:12px;
  right:12px;
  font-size: 14px;
}
.day-lundi .menu-item{
  border-color: #f39200;
  color: #f39200;
}
.day-mardi .menu-item{
  border-color: #e73455;
  color: #e73455;
}
.day-mercredi .menu-item{
  border-color: #12ae91;
  color: #12ae91;
}
.day-jeudi .menu-item{
  border-color: #95c11f;
  color: #95c11f;
}
.day-vendredi .menu-item{
  border-color: #217cbf;
  color: #217cbf;
}
.repas-legend{
 font-size: 14px;
}
.menu-item .menu-entree{
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-top: 1px solid rgba(0,0,0,.1);
}

.menu-item .menu-dessert{
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(0,0,0,.1);
}

.provenance{
  font-size: 12px;
  color: #666;
  margin-top: 1rem;
  min-height: 20px;
}

.card {
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  border: 0;
  overflow: hidden;
}

.news-list-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 991px) {  
  .news-list-image{
    min-height: 200px;
  }
  
}

#section-menu-week{
  font-size: 16px;
}
.post-thumbnail{
  width: 100%;
  height: auto;
}

.wpforms-container{
  margin: 0!important;
}
.wpforms-field{
  padding-top: 0!important;
}
div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
  background-color: #f39200;
  border-color: #f39200;
  color: #fff;
}
div.wpforms-container-full input[type="submit"]:hover, div.wpforms-container-full input[type="submit"]:active, div.wpforms-container-full button[type="submit"]:hover, div.wpforms-container-full button[type="submit"]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type="submit"]:hover, .wp-core-ui div.wpforms-container-full input[type="submit"]:active, .wp-core-ui div.wpforms-container-full button[type="submit"]:hover, .wp-core-ui div.wpforms-container-full button[type="submit"]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active{
  background-color: #af6400;
  border-color: #af6400;
  color: #fff;
}
#menu-semaine-suivante{
  display: none;
}

.inf-form .inf-input-text input{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 16px 0;
  width: 100%;
}

.inf-form .inf-submit input, .inf-form .inf-success .inf-btn{
  background-color: #f39200;
  border-color: #f39200;
  border: 1px solid #f39200;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
 .inf-form .inf-success .inf-btn{
  margin-top: 16px;
  display: inline-block;
 }
.inf-form .inf-submit input:hover, .inf-form .inf-submit input:active,
.inf-form .inf-success .inf-btn:hover, .inf-form .inf-success .inf-btn:active{
  background-color: #af6400;
  border-color: #af6400;
  color: #fff;  
}

.inf-form .inf-success h4{
  margin-top: 16px;
  color: #28a745;
}
