@font-face {
  font-family: "appleberry";
  src: url(appleberry.TTF);
}
@font-face {
  font-family: "DINRegular";
  src: url(DINRegular.ttf);
}
@font-face {
  font-family: "DINMedium";
  src: url(DINMedium.ttf);
}
@font-face {
  font-family: "dinmediumminus";
  src: url('dinmediumminus.ttf'),
  url(https://fraisdici.activcatalogs.com/css/dinmediumminus.ttf)  format('truetype'); /* Safari, Android, iOS */
}

.image-accueil-container {
	width:100%;
	z-index:10;
	top:120px;
	position: absolute;
	
	
}
a {
	color: white;
	background-color: #46723D;
}

.image-accueil {
	width: 100%;
	height: auto;
	opacity:1;
}

.main-header {
    background: #46723D;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    background-size: cover;
	margin-bottom:40px;
	z-index:20;
	position: absolute;
	width:100%;
}

.main-logo {
	height: 100%;
	
}
user agent stylesheet
header {
    display: block;
    unicode-bidi: isolate;
}
.catalog-chooser {
    /* margin-top: 30px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    font-size:1.2em;
    font-family: appleberry; 

}
.catalog-opener {
    padding: 10px;
    margin: 5px;
    text-align: center;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}
.catalog-title    {
    color: red;
    font-size:1em;
    font-family: appleberry; 
}

.catalog-dates    {
    color: green;
    font-size:0.9em;
    font-family: appleberry; 
}

.store-chooser {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	left: 20%;
	position: absolute;
	top: 0;
	/* font-family: appleberry;  */
	font-family: Helvetica, Arial, sans-serif;  
	z-index:50;
	/* background-color:rgba(255,255,255,.7); */
	width:80%;
	height:120px
	
}

.store-chooser-title {
    padding: 4px;
    margin: 4px;
    text-align: center;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
	min-width: 150px;
	max-width:450px;
    /* color: #467332; */
    color: #46723D;
    font-size:1em;
	font-weight: 700;
    font-family: appleberry; 
	background-color:rgba(255,255,255, 1);	
}

.store-selector {
    padding: 4px;
    margin: 4px;
    text-align: center;
    border-color: #46723D;
    border-style: solid;
    border-width: 1px;
	min-width: 80px;
	max-width:300px;
	height:20px;
	cursor: pointer;
	background-color:rgba(255,255,255, 1);
}

.store-name    {
    color: #f00;
    font-size:1em;
	/* font-family: appleberry;  */
	/* font-family: dinmediumminus;  */
	font-family: Helvetica, Arial, sans-serif; 
	/* background-color:rgba(100,100,100, 1); */
}
.store-zip    {
    color: #f00;;
    font-size:1em;
    font-family: appleberry; 
}

.store-address    {
    color: #f00;;
    font-size:0.8em;
    font-family: appleberry; 
}

.store-selectbutton  {
    color: #f00;;
    font-size:0.8em;
    font-family: DINMedium;
}

.store-selected {
	position: absolute;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 80%;
	top:10px;
	left:140px;
}
.store-selected-name    {
    color: white;
    font-size:2em;
    font-family: Helvetica, Arial, sans-serif;  
}

.store-selected-address    {
    color: white;
    font-size:1em;
    font-family: appleberry; 
	text-align: center;
}

.store-selected-opening    {
    color: #fff;
    font-size:1em;
    font-family: Helvetica, Arial, sans-serif; 
	text-align: center;
}
.change-store-button {
    color: #000;
    font-size:0.8em;
    font-family: appleberry; 
	cursor: pointer;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
	with: 220px;
	padding:5px;
	margin-top:6px;
	background-color:#c0c0c0;
	
}
.catalog-frame {
	min-height: 500px;
	position: absolute;
	z-index:100;
	width:100%;
	top:120px;

}

.web-frame {
	min-height: 500px;
	position: absolute;
	z-index:100;
	width:100%;
	height:100%;
	top:120px;
	z-index:100;
	display:none;
}
.web-page {
	background-color: #fff;
	height:100%
} 
.green {
	color: #46723D;
}
.green {
	color: #46723D;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	width:100%;
	background-color: #46723D;
	color:#fff;
	padding: 5px;
	text-align: center;
	z-index:500;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	font-family: appleberry; 
}

.cookie-banner p {
	font-size: 16px;
}

.cookie-banner button{
	background-color: #fff;
	color:#46723D;
	padding: 5px 8px;
	border-radius: 10px;
	cursor: pointer;
	border: 0px;
	display: block;
	width: 220px;
	margin: 1px;
	cursor: pointer;
}

.cookie-banner-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cookie-banner-paragraph-title{
	font-family: appleberry; 
	font-size: 16px;
	font-weight:500;
	margin-right: 10px;
	margin-left: 10px;
}




.cookie-banner-paragraph-text{
	font-family: appleberry; 
	font-size: 14px;
	font-weight:100;
}

  .checkbox-wrapper-38 {
    --toggleWidth: 60px;
    --toggleHeight: 25px;
    --switchSize: 25px;
    --dotSize: 6px;

    width: var(--toggleWidth);
    height: var(--toggleHeight);
    position: relative;
  }

  .checkbox-wrapper-38 .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border: 1px solid #cd2d27;
    background-color: #ed352d;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 5;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
  }
  .checkbox-wrapper-38 .toggle-label:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: var(--switchSize);
    height: var(--switchSize);
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(bottom, rgba(230, 233, 239, 0.31) 0%, rgba(255, 255, 255, 0.31) 100%);
    background-image: linear-gradient(to top, rgba(230, 233, 239, 0.31) 0%, rgba(255, 255, 255, 0.31) 100%);
    -webkit-transition: left 0.2s;
  }
  .checkbox-wrapper-38 .toggle-label:before {
    content: "";
    display: block;
    position: absolute;
    top: calc((var(--switchSize)/2) - 4px);
    left: calc((var(--switchSize)/2) - 4px);
    width: var(--dotSize);
    height: var(--dotSize);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #d4d6db;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 10;
    -webkit-transition: left 0.2s;
  }

  .checkbox-wrapper-38 .toggle-input {
    margin-left: 10px;
    margin-top: 5px;
  }
  .checkbox-wrapper-38 .toggle-input:checked + .toggle-label {
    border: 1px solid #2c8512;
    text-align: left;
    background-color: #29a105;
  }
  .checkbox-wrapper-38 .toggle-input:checked + .toggle-label:after {
    left: calc(var(--toggleWidth) - var(--switchSize));
  }
  .checkbox-wrapper-38 .toggle-input:checked + .toggle-label:before {
    left: calc(var(--toggleWidth) - var(--switchSize) + 10px);
  }

.policy-title    {
    color: black;
    font-size:1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
.policy-intro    {
    color: black;
    font-size:1em;
    font-family: Arial, Helvetica, sans-serif; 
	margin: 10px 15px;
}
.policy-article-title    {
    color: black;
    font-size:1.5em;
    font-family: Arial, Helvetica, sans-serif; 
	margin: 10px 15px;
}
.policy-article-text    {
    color: black;
    font-size:0.9em;
    font-family: Arial, Helvetica, sans-serif; 
	margin: 10px 15px;
}
.policy-center {
	width:50%;
	margin: auto;
}
.policy-block {
	display: block;
	text-align: left;
	max-width:800px;
	font-family: Arial, Helvetica, sans-serif;

}
.cookies-banner-show {
	display: block;
	position: absolute;
	text-align: right;
	top: 90px;
	height:30px;
	width:98%;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
  position:relative;
  z-index:100;
  cursor: pointer;
  margin-right:10px;
}

#map {
	height: 100%;
	min-height: 800px;
}

    /* Styling for Autocomplete search bar */
    #pac-card {
      background-color: #fff;
      border-radius: 2px 0 0 2px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
      font-family: Roboto;
      margin: 10px 10px 0 0;
      -moz-box-sizing: border-box;
      outline: none;
    }

    #pac-container {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-right: 12px;
    }

    #pac-input {
      background-color: #fff;
      font-family: Roboto;
      font-size: 15px;
      font-weight: 300;
      margin-left: 12px;
      padding: 0 11px 0 13px;
      text-overflow: ellipsis;
      width: 400px;
    }

    #pac-input:focus {
      border-color: #4d90fe;
    }

    #title {
      color: #fff;
      background-color: #acbcc9;
      font-size: 18px;
      font-weight: 400;
      padding: 6px 12px;
    }

    .hidden {
      display: none;
    }

    /* Styling for an info pane that slides out from the left.
     * Hidden by default. */
    #panel {
      height: 100%;
      width: null;
      background-color: white;
      position: fixed;
      z-index: 1;
      overflow-x: hidden;
      transition: all .2s ease-out;
    }

    .open {
      width: 250px;
    }

    .place {
      font-family: 'open sans', arial, sans-serif;
      font-size: 1.2em;
      font-weight: 500;
      margin-block-end: 0px;
      padding-left: 18px;
      padding-right: 18px;
    }

    .distanceText {
      color: silver;
      font-family: 'open sans', arial, sans-serif;
      font-size: 1em;
      font-weight: 400;
      margin-block-start: 0.25em;
      padding-left: 18px;
      padding-right: 18px;
    }
	
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

@media (max-width: 800px) {
    .catalog-chooser {
        flex-direction: column;
    }
    .store-chooser {
        /* flex-direction: column; */
		position: absolute;
		width:100%;
		left: 0;
		top: 120px;
		background-color: rgba(255,255,255,0.7);
		height:124px;
		justify-content:center;
		
    }	
	.store-chooser-title {
		padding: 4px;
		margin: 4px;
		text-align: center;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
		min-width: 150px;
		max-width:450px;
		width:80%;
		/* color: #467332; */
		color: #46723D;
		font-size:0.9em;
		font-weight: 600;
		font-family: appleberry; 
		background-color:rgba(255,255,255, 1);	
	}
	
.store-selected-name    {

    font-size:1.5em;

}
	.image-accueil-container {
		top:254px;
		/* width:100%; */
		/* z-index:10; */
		/* top:120px; */
		/* position: relative; */
		
		
	}
}
