/*
Theme Name: Maître Boulanger - Patissier
Description: Verhulst & Friends - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;400;700&display=swap');

h1{
    font-size: 46px !important;
}
h2{
    font-size: 42px !important;
}
h3{
    font-size: 38px !important;
}
h4{
    font-size: 34px !important;
}
h5{
    font-size: 30px !important;
}
h6{
    font-size: 26px !important;
}

body{
    font-family: 'Alegreya Sans', sans-serif !important;
    font-size: 18px !important;
    margin: 0;
    overflow-y: scroll;
    color:#222221;
}
a, #singlepost a {
    color: #c5a813;
    text-decoration:none;
}
a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #c5a813 !important;
}
header .navbar-light .navbar-nav .nav-link {
  color: #222221;
  padding-left: 15px;
padding-right: 15px;
}
#navbar_extra{
    background-color: #c5a813;
}
#navbar_extra #menu-topbar-menu-fr{
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar_extra #menu-topbar-menu-fr li a{
    display: block;
    color: white;
    text-decoration: none;

    font-size: 14px;
}
#navbar_extra #menu-topbar-menu-fr li a:hover{
    color: #f3f3f3 !important;
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
button {
    background: #294c73;
    border: 1px solid #294c73;
    padding: 10px 20px 7px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    width: 220px;
}
button:hover {
    background: transparent;
    border: 1px solid #294c73;
    color:#294c73;
}

/* Global */
.cursor-pointer{
    cursor:pointer;
}
.syntax-shadow{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.footer{
    background-color: #c5a813;
    text-align: center;
}
.letterpress-shadow{
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}
.hard-shadow{
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.double-shadow{
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}
.down-distant-shadow{
    text-shadow: 0px 3px 0px #b2a98f,
    0px 14px 10px rgba(0,0,0,0.15),
    0px 24px 2px rgba(0,0,0,0.1),
    0px 34px 30px rgba(0,0,0,0.1);
}
.close-heavy-shadow{
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
}
.serious-3d-shadow{
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
}
.glow-shadow{
    text-shadow: 4px 5px 6px rgba(255,255,255,0.2);
}
.btn-dark{
    background-color:#3d424a !important;
    border-color: #3d424a !important;
}
.btn-dark:hover{
    background-color: #363a41 !important;
    border-color: #363a41 !important;
}
.btn-yellow{
    background-color: #c5a813 !important;
    color: white;
    border-color: #c5a813 !important;
}
.btn-yellow a{
    color: white;
}
.btn-yellow div{
    color: white;
}
#formelec label {
	margin-top:15px;
}
.btn-yellow:hover{
    background-color: #9b8410 !important;
    color: white;
    border-color: #9b8410 !important;
}
.btn-yellow-light{
    background-color: #e8daa4 !important;
    color: white;
    border-color: #e8daa4 !important;
}
btn-yellow-light:hover{
    background-color: #b0a37d !important;
    color: white;
    border-color: #b0a37d !important;
}
.navbar-toggler:focus{
    border:0;
}
.card{
    height: 300px;
}
.card .card-title{
    position: absolute;
    color: #e8daa4;
    bottom: 0;
    margin: 10px;
    font-size: 22px;
    left: 0;
    z-index: 2;
}
#galleryboulanger .card {
	height:unset;
}
.card .background img {
object-fit:cover;
	height:325px;
}
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "V";
}

.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "X";
}
#passwordcheck{
    display: none;
}
/*navbar*/
.logo-header{
    height: 100px;
    width: auto;
    position: absolute;
    top: -15px;
}
.login{
    color: #c5a813;
}
.navbar-light{
    border-bottom: 4px solid #c5a813;
}
.navbar-light .navbar-toggler{
    width: auto;
}
.inside-nav{
    padding-left: 100px;
}

/*Header-img section*/
.header-img{
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-title{
    color: #c5a813;
}
.header-slogan{
font-size: 34px;
color: #e8daa4;
text-transform: uppercase;
}
#abouthome, #homemap, #promohome {
    padding-top:70px;
    padding-bottom: 70px;
}
h2.history-title span {
    font-weight: 400;
font-size: 34px;
}
#homemap {
    background: #f3f3f3;
}
#map.map {
    height: 500px;
    filter: grayscale(50%);
}
.copyright {
    font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Roboto';
padding-bottom: 10px;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #e8daa4;
color: #e8daa4;
}
.copyright a {
  color: #e8daa4;  
}
 /*Home-history section*/
.history-title{
    color: #c5a813;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 60px;
}
.history-subtitle{
    font-weight: 600;
}
.history-text{

}
.history-img{
    height: 200px !important;
    object-fit: cover;
    box-shadow: 0px 0px 23px 5px rgba(0,0,0,0.15);
    margin-bottom:15px;
}
.history-img-box{
    z-index: 3;
    width: 90%;
    left: 5%;
    bottom: 5%;
    height: 90%;
    border: 3px solid #e8daa4;
}


.banner-link{
    z-index: 4;
    color: #e8daa4;
    transform:translate(-50%,-50%);
    text-decoration: none;
}
header .iconfooter i{
    font-size: 20px;
}
/*Map section*/
.map-block{
    background-color:#f3f3f3;
    width: 100%;
    height: 100%;
}
.map-text-block{
    display: none;
    top:-90px;
    left: -35px;
    border: 2px solid #e8daa4;
    background-color:#f3f3f3;
}
.map-text{
    font-weight: bold;
    color: #c5a813;
}
.map-search-block{
    bottom: -140px;
    width:100%;
    right: 0;
    border: 2px solid #e8daa4;
}
.apaq-404 {
	min-height: 60vh;
	text-align:center;
}
.map-search-block .form-control{
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
}
.map-search-block .form-control:focus{
    border-color: #c5a813;
    box-shadow: unset;
}
#post-404 {
	margin-top: 100px;
}
/*Promo Section*/
.promo-title{
    color: #c5a813;
    font-weight: bold;
}
.promo-content p strong{
    color: #c5a813;
}
.promo-box{
    height:400px;
    width: 100%;
}
.promo-image{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position:center top;
}
.promo-logo{
height: 200px;
object-fit: contain;
top: -25px;
position: absolute;
z-index: 1000;
}
.promo-partenaire{
    object-fit: contain;
    height: 50px;
    width: 150px;
}
.promo-content {
    margin-bottom: 20px;
}
#promohome .history-title {
  margin-bottom: 30px;
}
#promohome a {
    text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}
.introbanner {
    background: rgba(255,255,255,0.2);
padding: 40px;
}

/*Recette section*/
.card{
    
}
.hidden{
    display: none;
}
#listrecette, #listboulanger {
    background: #f3f3f3
}
#recettecard h2, #autrerecette h3 {
    font-weight: 600;
font-size: 27px !important;
}
#singlerecette {
    padding-top:60px;
    padding-bottom:60px;
}
#singlerecette h2 {
    background: #c5a813;
color: #fff;
text-align: center;
font-size: 20px !important;
text-transform: uppercase;
padding: 10px 0;

}
#singlerecette .flex-fill {
    background: #f3f3f3;
    width: 100%;
    overflow-wrap: break-word;
}
.cardrecette {
    padding:30px;
}
.qtyte {
color: #c5a813;
font-size: 18px;
font-weight: bold;
display: inline-block;
width: 10%;
}
.cardrecette div {
    border-bottom: solid 1px #ccc;
padding-bottom: 7px;
margin-bottom: 7px;
}
.cardrecette div:last-child {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}
/*Page boulangeries*/

.boulangerie .map-header{
    height: 500px;
}

.boulangerie .card{
    height: 300px;
}
.boulangerie .card .background {
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.boulangerie .card .card-title{
    position: absolute;
    color: #e8daa4;
    bottom: 0;
    left: 50%;
    z-index: 2;
}
.boulangerie .card .card-phone{
    color: #e8daa4;
    text-align: right;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

/*Single Boulangerie*/
.single-boulangerie-header{
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.single-boulangerie-carousel{
    height: 300px;
    object-fit: cover;
}
.sidebar{
    background-color: #c5a813;
    height: fit-content;
}

/* SINGLE RECETTE */
.single-recettes .bannerrecette {
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.single-recettes .bar{
    background-color: #222221;
padding: 10px 0;
color: #fff;
}
.bannerrecette h1 {
    max-width: 50%;
text-align: center;
}
.single-recettes .bar span {
    padding:0 15px;
}
.single-recettes .bar i {
    padding-right: 5px;
}
.single-recettes .bar a {
    color:#fff;
}
#autrerecette {
    background: #f3f3f3;
padding-top: 60px;
padding-bottom: 50px;
}
/* divers */

.login i {
    border: 2px solid #c5a813;
border-radius: 50%;
color: #c5a813;
width: 35px;
height: 35px;
text-align: center;
line-height: 30px;
}

h1.header-title {
    font-weight: 400 !important;
font-size: 70px !important;
}
.logo-footer img {
    max-width: 150px;
}
.menufooter a {
    color:#fff;
    text-decoration: none;
    margin-right: 20px;
}
.menufooter a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.menufooter a:last-child {
    margin-right: none;
}
.menufooter {
    margin: 30px 0 15px;
font-weight: 400;
}
.iconfooter i {
    color: #fff;
font-size: 30px;
}
.iconfooter a:first-child{
    margin-left:0px;
}
.iconfooter a{
    margin-left:10px;
}
.logofooter a {
    margin-right:0;
}
footer #partners a{
    width: fit-content;
    display: block;
    margin: auto;
}
footer #partners{
    background: #ffffff;
}
footer #partners .container{
    border-top: solid 1px #c5a813;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 50px;
}
footer #partners .col-6{
    display: flex;
    align-items: center;
}
/*// Small devices (landscape phones, 576px and up)*/
#loginaccount, #subscriptionpage, #galleryboulanger, #dashboard {
    padding-top:70px;
    padding-bottom:70px;
}
#loginaccount h1, #subscriptionpage h1, #galleryboulanger h1, #dashboard h1 {
    text-align:center;
    color: #c5a813;
font-size: 40px !important;
padding-bottom: 25px;
}
.intrologin {
    width: 70%;
margin: 0 auto 35px;
text-align: center;
}
.formlogin {
    background: #f3f3f3;
padding: 50px;
max-width: 600px;
margin: 0 auto;
}
.input-group {
    margin-bottom:15px;
}
.acf-button {
    display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.btn, .acf-button {
    background: #c5a813;
color: #fff;
border:1px solid #c5a813;
font-size: 17px;
}
button.btn, .acf-button:hover{
    color: #f3f3f3 !important;
}
button:hover.btn {
    border:1px solid #c5a813;
    background:transparent;
    color:#c5a813;
}
.btn-login {
    margin-top: 35px;
}
.haveaccount {
    text-align: center;
margin-top: 50px;
}
.haveaccount a {
    text-decoration:none;
    color: #c5a813;
}
.haveaccount a:hover {
    text-decoration:underline;
}
#infogenerale, #boulangerieinscription {
    background: #f3f3f3;
padding: 40px;
}
#boulangerieinscription {
    margin-top:30px;
}
#boulangerieinscription.dashboardedit {
    margin-top:0;
}
#infogenerale h2, #boulangerieinscription h2 {
    font-size: 20px !important;
text-transform: uppercase;
font-weight: 600;
margin-bottom:20px;
}
.acf-input input {
    display: block;
width: 100% !important;
padding: .375rem .75rem !important;
font-size: 1rem !important;
font-weight: 400;
line-height: 1.5 !important;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
p.description {
 font-size: 14px;
font-weight: 400;
text-transform: none;
}
.acf-input select {
      display: block;
  width: 100% !important;
  padding: .375rem 2.25rem .375rem .75rem !important;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
#boulangerieinscription .acf-field .acf-label {
  margin: 0;
}
.acf-field .acf-label label {
  font-weight: 400;
  margin: 0;
}
#boulangerieinscription .acf-fields > .acf-field {
  padding: 10px 12px;

}
#boulangerieinscription .acf-basic-uploader {
    width:100%;
}
#boulangerieinscription .acf-input-prepend, #boulangerieinscription .acf-input-append {
  font-size: 16px;
  line-height: 1.5;
  padding: .375rem .75rem !important;
  background: #f5f5f5;
  border: #7e8993 solid 1px;
    border-right-width: 1px;
  min-height: 30px;
}
#boulangerieinscription .acf-fields > .acf-tab-wrap .acf-tab-group {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  z-index: 2;
  margin-bottom: -1px;
}
#boulangerieinscription .acf-fields > .acf-tab-wrap {
  background: transparent;
}
#boulangerieinscription .acf-hl {
    border-top: 1px solid #ddd;
margin-top: 30px;
padding-top: 30px;
}
#boulangerieinscription .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
  background: #C5A813;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#boulangerieinscription .acf-fields > .acf-tab-wrap .acf-tab-group li.active a:hover {
    color: #f3f3f3 !important;
}
#boulangerieinscription .acf-fields > .acf-tab-wrap .acf-tab-group li a {
  background: #f1f1f1;
  border-color: #ccd0d4;
  color: #222221;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#boulangerieinscription .contactform .acf-label,
#boulangerieinscription  .fermeture .acf-label {
       font-size: 20px !important;
text-transform: uppercase;
font-weight: 600;
margin-bottom:20px; 
}
#boulangerieinscription .contactform .acf-input .acf-label {

font-size: 18px !important;
text-transform: none;
margin-bottom: 0 !important;
}
#boulangerieinscription .acf-fields.-border {
  background: transparent;
}
.contactform .acf-fields > .acf-field {
  position: relative;
  margin: 0;
  padding: 10px 12px;
  border-top: 0;
}
#boulangerieinscription .acf-field-accordion {
    margin:0 12px;
}
#boulangerieinscription .acf-field-accordion.acf-field-6231ab41611cf {
    margin-top:40px;
}
#boulangerieinscription .acf-accordion .acf-accordion-title label {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}
#boulangerieinscription .acf-form-submit {
    margin-top:40px;
}
.acf-tab-group .active a:hover {
    color:#fff;
}
#galleryboulanger h2 {
font-size: 20px !important;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 0;
color: #fff;
}
#galleryboulanger h3 {
    font-size: 18px !important;
}
#galleryboulanger .card .card-title{
position: absolute;
color: #e8daa4;
bottom: 0;
margin: 10px 0 0;
font-size: 22px;
left: 0;
z-index: 2;
width: 100%;
background: rgba(0,0,0,0.5);
padding: 10px 20px;
}
.sidebaradmin {
    background: #c5a813;
padding: 25px;
border: 1px solid #a88d02;
}
.titleadmin {
text-align: left;
font-weight: 600;
color: #fff;
text-transform: uppercase;
margin-bottom: 25px;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
padding-left: 15px;
}
.sidebaradmin ul {
  list-style: none;
  padding: 0 0 0 15px;
}
.sidebaradmin ul li {
    padding-left: 1.3em;
padding-top: 7px;
margin-top: 7px;
border-top: 1px solid #d0bf66;
}
.sidebaradmin ul li:first-child {
    border-top:0;
    padding-top: 0;
margin-top: 0;
}
.sidebaradmin ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color:#fff;
  font-size: 16px;
}
.sidebaradmin ul li a {
    color:#fff;
    text-decoration:none
}
.sidebaradmin ul li a:hover {
    color:#fff !important;
}
.logout a {
    background: #d0bf66;
color: #fff;
font-weight: 600;
margin-top: 25px;
}
.logout a:hover {
    background: #fff;
color: #c5a813;
font-weight: 600;
margin-top: 25px;
}
.pagination {
justify-content: center;
margin-top:50px;
}
a.page-numbers {
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    text-decoration:none;
}
.current{
    color: #C5A813 !important;
}
#menu-topbar-menu-fr li a:after {
    content: '|';
    padding:0 7px;
}
#menu-topbar-menu-fr li:last-child a:after {
    content: '';
    padding:0 ;
}
#intro{
    background-color: #f3f3f3;
    padding: 40px;
    margin-top: 40px;
}
#intro h1{
    color: #C5A813 !important;
}
#election{
    background-color: #f3f3f3;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.drop-values{
    background-color: #f3f3f3;
}
.drop-values:hover, .drop-values.selected{
    color: #C5A813 !important;
    transition:all ease 0.5s;
}
.drop-values:hover .drop-image, .drop-values.selected .drop-image{
    transition:all ease 0.2s;
    border: 2px solid #C5A813;
}
.drop-image{
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center center;
    border-radius: 35px;
}
#singlepost {
    padding-top:70px;
    padding-bottom:70px;
}

#singlepost div.singlecontent {
    background: #f7f7f7;
padding: 40px;
}
#singlepost div.singlecontent ul {
    list-style: none;
padding: 0 0 0 15px;
}
#singlepost div.singlecontent ul li {
    padding-left: 1.3em;
}
#singlepost div.singlecontent ul li:before {
    content: "\f105";
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
}
figcaption {
    background: #fff;
padding: 3px 10px;
text-transform: uppercase;
font-size: 14px;
}
.cover-img {
    object-fit:cover;
    max-height:450px;
}
.singleimg {
    position:relative;
    margin-bottom: 40px;

}

.singleimg h1 {
  transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
text-align:center;
color: #fff;
z-index: 1;
text-align: center;
width: 60%;
font-size: 40px !important;
text-align: center;
margin-bottom: 30px;
font-weight: 400;
}
.singleimg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgb(0,0,0);
 background: rgba(0,0,0,0.3);
}
#sharepage {
 margin-top:40px;
 text-align:center;
}
.partage .title-decli {
  margin-right: 40px;
}
.partage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-facebook, .share-whatsapp, .share-email {
  margin-right: 35px;
}
.share-facebook i, .share-whatsapp i, .share-email i, .share-print i {
  font-size: 35px;
  color: #C5A813;
}
.title-decli {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #202533;
  margin-right: 15px;
}
.prev-blog a, .next-blog a {
    display: flex;
align-items: center;
}
.nav-blog {
    margin-top:50px;
    background: #fafafa;
padding: 7px 25px;
	display: flex;
justify-content: space-between;
}
.prev-blog i {
    padding-right:20px;
}
.next-blog i {
    padding-left:20px;
}
.mapsingle {
    background: rgba(0,0,0,0.3);
padding: 10px 30px;
color: #fff;
font-size: 24px;
}
.contactsingle {
    background:#f3f3f3;
    
}
.contactsingle h2, .heuresingle h2 {
    margin-bottom:20px;
    font-size:24px;
    font-weight:bold;
}
.address, .phone {
    padding-bottom: 7px;
border-bottom: 1px solid #fff;
margin-bottom: 7px;
}
.contactsingle a {
    color:#000;
    text-decoration:none;
}
.contactsingle i {
    color:#C5A813;
    padding-right:10px;
}
.joursingle {
    padding-bottom:7px;
    margin-bottom:7px;
    border-bottom:1px solid #fff;
    display:flex;
    justify-content: space-between;
}
.conge {
        padding-bottom:7px;
    margin-bottom:7px;
    border-bottom:1px solid #f3f3f3;
}
.joursingle:last-child, .conge:last-child {
    border-bottom:0;
}
#map {
    margin-bottom:40px;
}
.boulangerie #map {
    margin-bottom:0;
}
.horaire {
    background:#f3f3f3;
}
.formlogin .btn-login:hover{
    color: #9b8410 !important;
}
.gm-style-iw-d h3 {
    font-size: 15px !important;
color: #c5a813;
}
.gm-style-iw-d a {
    font-size:10px;
}
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0;
}
nav .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0;
}
nav .navbar-toggler {
    position: absolute;
top: 15px;
right: 0;
}
.titleyet {
    font-size: 35px !important;
margin-top: 40px;
}
.titlenew {
    font-size: 35px !important;
    margin-bottom:25px;
}
.btnmap {
    text-align:center;
}
.btnmap button {
    width:auto;
}
.btnmap button:hover {
    color:#c5a813 !important;
}
#partners {
    margin-bottom: 15px;
}
#partners img {
    max-width:200px;
    display:block;
}
#recettecard img.background, #autrerecette img.background{
    height: inherit;
    object-fit: cover;
    filter: brightness(80%);
}
/*Concours*/
.sidebar-concours{
    margin-bottom: 30px;
}
.sidebar-concours h2{
    color: #c5a813;
    font-size: 30px !important;
    font-weight: 700;
}
.sidebar-concours .etapes h2{
    font-size: 25px !important;
}
.sidebar-concours .gagner, .sidebar-concours .etapes{
    padding-bottom: 20px;
}
.sidebar-concours .etapes .etape, .titreetape{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sidebar-concours .etapes .etape p
{
    background: #f3f3f3;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 5px;
    opacity: 0.5;
}
.sidebar-concours .etapes .etape .numero{
    background: rgba(197, 168, 19, 0.5);
    color: #ffffff;
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.titreetape .numero{
    background: rgba(197, 168, 19, 1);
    color: #ffffff;
    width: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.titreetape p{
    background: #f3f3f3;
    align-items: center;
    display: flex;
    padding: 5px 40px;
    border-radius: 20px;
    margin-left: 5px;
    opacity: 1;
    font-size: 25px;
}
.sidebar-concours .etapes .etape.encours .numero{
    background: rgba(197, 168, 19, 1);
}
.sidebar-concours .etapes .etape.encours p{
    opacity: 1;
}
.organisation{
    background: #f3f3f3;
    padding: 40px !important;
    margin-bottom: 50px;
}
.organisation a{
    color: #c5a813;
    text-decoration: none;
}
.organisation a:hover{
    opacity: 0.8;
}
#error-boulangerie p{
    color: #ff0000;
}
#error-code p{
    color: #ff0000;
}
#form-question .col-6 label{
    margin-left: 5px;
}
#form-question h2{
    font-size: 20px !important;
    font-weight: 700;
}
#form-1 button: focus{
    box-shadow: unset !important;
}
#form-1 button:hover{
    background: #c5a813 !important;
    border-color: #c5a813 !important;
}
.form-control:focus{
    box-shadow: unset !important;
    border-color: #c5a813 !important;
}
#form-question .numero{
    background: rgb(197, 168, 19);
    color: #ffffff;
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}
#form-info .genres label{
    margin-left: 3px;
    margin-right: 10px;
}
.concours #form-1 .col-12 a, .concours #form-1 .remerciement a{
    color: #c5a813;
    text-decoration: none;
}
.concours #form-1 .col-12 a:hover, .concours #form-1 .remerciement a:hover{
    opacity: 0.7;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (min-width: 576px) {
    .map-text-block{
        top: -9%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .map-text-block{
        top: -11%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .logo-header{
        height: 100px;
        width: auto;
        position: relative;
        top: 0;
    }
    .inside-nav{
        padding-left: 150px;
        justify-content: flex-end;
    }
    .map-search-block{
        bottom: -15px;
        right: -35px;
        border: 2px solid #e8daa4;
        width: unset;
    }
    .promo-image{
        height: 325px;
        width: 100%;
        object-position: center center;
        object-fit: cover;
    }
    .map-text-block{
        display: block;
        top: -11%;
    }
    .map-block{
        width: 80%;
        height: 70%;
    }
    .single-boulangerie-header{
        height: 500px;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .header-img{
        height: 600px;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}
@media (max-width: 768px) {
    .concours h1{
        font-size: 50px !important;
        margin-top: 20px;
    }
    .concours #election-page{
        padding: 0px;
    }
    .concours #election{
        padding: 20px;
    } 
    .concours p{
        font-size: 16px;
    }
    .concours .introbanner{
        padding: 20px;
    }
    .concours .sidebar-concours{
        margin-bottom: 0px;
    }
    .concours #form-1{
        margin-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .concours #postcode-btn{
        margin-top: 10px;
    }
    .concours #loading-indicator {
        font-size: 0.9em;
        margin-top: 8px;
    }
    .concours #postcode-btn:disabled {
        cursor: not-allowed;
    }
    .concours .spinner {
        display: inline-block;
        animation: spin 1s linear infinite;
    }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .concours .titreetape p{
        font-size: 22px;
        padding: 5px 20px;
    }
    .concours .col-lg-8{
        padding: 0px;
    }
    .concours .titreetape{
        padding-left: 20px;
    }
   h1.header-title {
  font-size: 60px !important;
}
	.header-slogan {
  font-size: 32px;
}
	.home .history-text {
		margin-bottom:30px;
}
	.home .promo-title {
  margin-top: 30px;
}
	.menufooter {
  display: grid;
}
	#navbarSupportedContent {
		padding-left:0;
		margin-top:70px;
	}
	#listboulanger input, #listboulanger button, #listrecette input, #listrecette button {
		margin-bottom:10px;
}
    footer #partners .col-6{
        margin-bottom: 20px;
    }   

}

/*NEW CSS 2023*/
.page .acf-field-checkbox label{
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
}
 .page .acf-field-checkbox label input{
    width: 15px !important;
    height: 15px;
    padding: 0px !important;
    border: unset !important;
    margin-right: 15px !important;
}
 .page .acf-field-checkbox label.selected input{
    background: #c5a813;
}
.page .acf-field-checkbox ul{
    padding-top: 0px !important;
    margin-top: 0px !important;
    border: unset !important;
}
.page .acf-field-checkbox .acf-label{
    display: none !important;
}
#loginaccount .form-switch{
    display: flex;
    justify-content: space-between;
}
#loginaccount .form-switch .lost{
    color: #c5a813;
    text-decoration: none;
}
#loginaccount .form-switch .lost:hover{ 
    text-decoration: underline;
}
#lostPassword, #resetPassword{
    padding-top: 70px;
    padding-bottom: 70px;
}
#lostPassword h1, #resetPassword h1, #formReins h1{
    text-align: center;
    color: #c5a813;
    font-size: 40px !important;
    padding-bottom: 25px;
}
#lostPassword .subtitle, #resetPassword .subtitle, #formReins .subtitle{
    text-align: center;
    margin-bottom: 35px;
}
#lostPassword .formlogin, #resetPassword .formlogin, #formReins .formlogin{
    margin: auto !important;
}
#lostPassword button, #resetPassword button, #formReins .formlogin{
    margin-top: 30px;
}
#lostPassword #error, #resetPassword #error, #formReins #error{
    margin: auto;
    margin-top: 20px;
    background: #dc3545;
    width: fit-content;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 5px;
}
#lostPassword #success, #resetPassword #success, #formReins #success{
    margin: auto;
    margin-top: 20px;
    background: #198754;
    width: fit-content;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 5px;
}
#togglePassword{
    position: absolute;
    top: 10px;
    right: 45px;
}
#resetPassword .passwordeye{
    margin-bottom: 20px;
}
#passwordcheck{
    margin-bottom: 20px;
}
#passwordcheck h4{
    font-size: 16px !important;
}
#passwordcheck p{
    font-size: 14px;
    margin-left: 36px;
    margin-bottom: 3px;
}
#resetPassword #messagec{
    background: rgba(255, 0, 0, 0.5);
    color: #ffffff !important;
    width: 100%;
    display: none;
    border-radius: 5px;
    padding: 3px 15px;
}
#formReins .formlogin{
    max-width: 100%;
    margin-top: 40px !important;
}
#navbar_top{
    position: fixed;
    background: #ffffff;
    top: 0;
    margin-top: 35px !important;
    transition: 0.4s ease;
}
#navbar_top.small-menu{
    margin-top: 0px !important;
    transition: 0.4s ease;
    z-index: 9999;
}
header .menu-spacer{
    margin-top: 120px;
}
@media (max-width: 991px) {
    header .menu-spacer{
        margin-top: 66px;
    }
}

/*CONTACT*/
#contact h1{
    background: #f3f3f3;
    align-items: center;
    display: flex;
    padding: 5px 40px;
    border-radius: 20px;
    width: fit-content;
}
#contact .formulaire{
    background-color: #f3f3f3;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wpcf7-radio{
    display: flex;
    flex-direction: column;
}
#contact input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #333;
    border: 2px solid white;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}
#contact input[type='radio']:checked {
  background: #000;
}
#contact .wpcf7-list-item{
    margin-bottom: 5px;
}
#contact textarea{
    width: 100%;
    max-width: 750px;
    height: 100px;
    resize: none;
}
#contact label span{
    margin-left: 10px;
}
#contact .coord label{
    display: flex;
    justify-content: space-between;
    width: fit-content;
    min-width: 500px;
    margin-top: 10px;
}
#contact .fs-4{
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}
#contact .contact{
    font-size: 16px;
    font-style: italic;
}
#contact .infos label{
    margin-top: 10px;
}
#contact [type=submit]{
    width: 220px;
    box-shadow: none;
    margin-top: 30px;
}
#contact [type=submit]:hover{
    background: #c5a813 !important;
    border-color: #c5a813 !important;
}
#contact .invalid:before{
    display: none;
}
#contact .invalid .formulaire{
    color: #000;
}
#contact .wpcf7-response-output{
    width: fit-content;
}
#contact .wpcf7-spinner{
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.wp-block-gallery{
    display: flex;
    gap: 3vw !important;
}
@media (max-width: 992px) {
    #contact .coord label, #contact .infos label{
        display: flex;
        min-width: initial;
        flex-direction: column;
    }
    #contact label span{
        margin-left: 0px;
    }
    #contact input{
        width: 100%;
    }
}
.hide{
    display: none;
}
img.gif{
    height: 30px;
    width: auto;
    margin-left: 15px;
} 