/* 
----- WEBdesign STUDIO COUCHOURON -----
Communication WEB & PRINT
CrÃ©ation de sites internet

39200 Saint-Claude
https://www.studio-sc.fr
mail : studio.couchouron@gmail.com

--- Â© Copyright 2022 ---
*/

.home{
	height: 50%;
}
.header-page{	
     position: relative;
	 height: 100%;
	 user-select: none;
	 cursor: all-scroll;
	 background-size: cover;
}
.page-2{
	background-image: url(../images/slide-05.jpg);
	background-position: center;
}
.page-3{
	background-image: url(../images/slide-06.jpg);
	background-position: center;
}
.page-4{
	background-image: url(../images/slide-04.jpg);
}
.page-6{
	background-image: url(../images/slide-01.jpg);
}
.page-7{
	background-image: url(../images/slide-02.jpg);
}
.page-8{
	background-image: url(../images/slide-03.jpg);
}
.page-9{
	background-image: url(../images/slide-07.jpg);
	background-position: center;
}
.page-10{
	background-image: url(../images/slide-09.jpg);
	background-position: center;
}
.page-11{
	background-image: url(../images/slide-10.jpg);
	background-position: center;
}
.page-12{
	background-image: url(../images/slide-11.jpg);
	background-position: center;
}
.page-13{
	background-image: url(../images/slide-12.jpg);
	background-position: center;
}
.slider-container{
	display: block;
}
.slider-container-responsive{
	display: none;
}
@media screen and (max-width: 1024px){
	.slider-container{
		display: none;
	}
	.slider-container-responsive{
		display: block;
	}
	.home{
		height: auto;
	}
}
.slogan{
	font-family: 'agency-fb';
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
@media screen and (max-width: 365px){
	.slogan{
		font-size: 28px;
		margin-bottom: 15px;
	}
}
.client-select{
	margin-top: 50px;
	margin-bottom: 50px;
}
.client-container{
	width: 33.333%;
	float: left;
}
@media screen and (max-width: 869px){
	.client-container{
		width: 100%;
	}
}
.client-container span{
	position: relative;
}
@media screen and (max-width: 869px){
	.client-container span{
		display: none;
	}
}
.client-container span img{
	position: absolute;
	width: 170px;
	left: 108px;
	bottom: -127px;
	z-index: -1;
}
.client-content{
	text-align: center;
	padding: 10px;
}
.client-content h3{
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.client-content p{
	margin-top: 15px;
}
.selec-content{
	width: 33.333%;
	float: left;
}
@media screen and (max-width: 595px){
	.selec-content{
		width: 100%;
	}
}
.selec-content figure{
	padding: 10px;
	text-align: center;
}
.selec-content figure img{
	width: 150px;
}
.selec-content figure img:hover{
	 -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.selec-content figure figcaption h3{
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	
}
.selec-content-no-lien h3{
	color: #63813a;;
}
.selec-content a{
	color: #63813a;
}
.selec-content a:hover{
	color: #f39200;
}

.restaurant-content{
	width: 50%;
	float: left;
}
@media screen and (max-width: 1057px){
	.restaurant-content{
		width: 100%;
	}
}
.restaurant-info{
	padding: 10px;
}
.restaurant-info address a{
	color: #3f3f3e;
}
.restaurant-info article{
	margin-top: 15px;
}
.day{
	width: 120px;
	display: inline-block;
}
@media screen and (max-width: 548px){
	.day{
		display: block;
		font-weight: 700;
	}
	.time{
		margin-bottom: 5px;
		display: block;
	}
}
.line{
	margin-right: 25px;
}
@media screen and (max-width: 548px){
	.line{
		display: none;
	}
}
.bloc-intro-content{
	width: 50%;
	float: left;
}
@media screen and (max-width: 700px){
	.bloc-responsive{
		display: none;
	}
	.bloc-intro-content{
		width: 100%;
		margin-top: 50px;
	}
}
.intro-portage-de-repas{
	margin-top: 250px;
	transform: translateY(-50%);
	padding: 20px;
	text-align: center;
}
.intro-portage-de-repas-content{
	border: 10px solid #f39200;
	height: 570px;
	border-radius: 130px;
}
#counter {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'agency-fb';
	font-size: 28px;
	color: #63813a;
}
@media screen and (max-width: 600px){
	#counter {
		display: block;
	}
}
.chiffre-clef{
	font-family: 'agency-fb' !important;
	font-size: 32px;
	color: #f39200;
	font-weight: 700;
}
.typo-index-compteur{
	font-family: 'agency-fb';
	font-size: 28px;
	color: #63813a;
}
#counter li {
  flex: 1;
  text-align: center;
  list-style: none;
  font-family: 'agency-fb';
	font-size: 28px;
	color: #f39200;
}
.icone{
	width: 150px;
}
.logo-v4{
	width: 250px;
}
.color-one .wrapper address a{
	color: #3f3f3e;
	vertical-align: middle;
}
.citation-container{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.citation-content p{
	font-family: 'agency-fb';
	font-size: 32px;
}
.quote{
	font-size: 40px;
}
.formulaire-recrutement-content-v1{
	width: 50%;
	float: left;
	padding: 15px;
	
}
@media screen and (max-width: 800px){
	.formulaire-recrutement-content-v1{
		width: 100%;
	}
}
.formulaire-recrutement-content-v2{
	width: 100%;
	float: left;
	padding: 15px;
}
.formulaire-recrutement-content-v1 input{
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 8px;
	border: none;
	border-radius: 30px;
}
.formulaire-recrutement-content-v1 select{
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 8px;
	border: none;
	border-radius: 30px;
	background-color: white;
}
.formulaire-recrutement-content-v1 .check{
	width: auto;
	display: inline-block;
}
.formulaire-recrutement-content-v1 textarea{
	min-height: 300px;
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 8px;
	border: none;
	border-radius: 30px;
}
.formulaire-recrutement-content-v2 textarea{
	min-height: 300px;
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 8px;
	border: none;
	border-radius: 30px;
}
.check-container{
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 8px;
}
.envoie{
	width: 50%;
	margin: auto;
	float: left;
	left: 25%;
	position: relative;
	border: none;
}
@media screen and (max-width: 800px){
	.envoie{
		width: 50%;
		left: 25%;	
	}
}
.mention-form{
	margin-top: 50px;
}
.section-map{
	padding-top: 50px;
	padding-bottom: 50px;
}
.wavy img{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.icone-traiteur-container{
	text-align: center;
}
.icone-traiteur-container img{
	width: 150px;
}
.traiteur-info{
	margin-right: 150px;
	width: 200px;
	display: inline-block;
	font-family: 'agency-fb';
	font-size: 28px;
	color: #63813a;
}
@media screen and (max-width: 730px){
	.traiteur-info{
			width: 200px;
			display: block;
	}
}
.tarif-container{
	margin-top: 25px;
	margin-bottom: 25px;
}
.tarif-container li{
	padding-top: 10px;
}
.menu-content h3 img{
	vertical-align: middle;
	width: 50px;
}
.menu-content h3{
	border-radius: 30px 30px 0px 0px;
	padding: 8px;
	color: white;
	margin-top: 50px;
	margin-bottom: 25px;
	font-family: 'agency-fb';
	font-size: 28px;
}
.menu-v1 h3{
	background-color: #b6c44e;
}
.menu-v2 h3{
	background-color: #63813a;
}
.menu-v3 h3{
	background-color: #f7ad5c;
}
.menu-v4 h3{
	background-color: #f39200;
}
.menu-v5 h3{
	background-color: #c0a58c;
}
.menu-v6 h3{
	background-color: #a9a9a9;
}
.menu-container-50{
	width: 50%;
	float: left;
}
@media screen and (max-width: 700px){
	.menu-container-50{
		width: 100%;
	}
}
.menu-content{
	padding: 20px
}
.menu-content h2{
	font-family: 'agency-fb';
	font-size: 28px;
	text-transform: uppercase;
}
.menu-v1 h2{
	color: #b6c44e;
}
.menu-v2 h2{
	color: #63813a;
}

.info-menu-content li{
	padding-top: 10px;
}
.info-menu-content li span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.menu-v1 li span{
	background-color: #b6c44e;
}
.menu-v2 li span{
	background-color: #63813a;
}
.menu-v3 li span{
	background-color: #f7ad5c;
}
.menu-v4 li span{
	background-color: #f39200;
}
.menu-v5 li span{
	background-color: #c0a58c;
}
.menu-v6 li span{
	background-color: #a9a9a9;
}
.lien-boissons{
	text-align: right;
}
.lien-boissons a{
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	color: #63813a;
	border: 3px solid #63813a;
	border-radius: 60px;
}
.lien-boissons a img{
	vertical-align: middle;
	width: 50px;
}
.carte-menu{
	text-align: center;
}
.carte-menu .wavy-v2 img{
	width: 50% !important;
	position: relative;
	margin: auto;
}
.center{
	text-align: center;
}
.section-menu{
	padding-top: 50px;
	padding-bottom: 100px;
	background-image: url(../images/fond-v1.png);
}
.info-menu-content ul li div{
	display: inline-block;
}
.info-menu-content ul li div strong{
	width: 150px;
	display: inherit;
}
.info-menu-content ul li div img{
	width: 250px;
	margin-left: 15px;
	margin-right: 15px;
}
.home-menu {
  text-align: center;
  border-top: 5px solid #63813a;
  margin-top: 25px;
  padding-top: 25px;
}
.home-menu img{
	width: 100px;
}
.payement{
	margin-top: 25px;
}
.payement img{
	width: 150px;
	vertical-align: middle;
}

.formule-restauranr-container{
	width: 25%;
	float: left;
	padding: 10px;
}
@media screen and (max-width: 900px){
	.formule-restauranr-container{
		width: 50%;
	}
}
@media screen and (max-width: 540px){
	.formule-restauranr-container{
		width: 100%;
	}
}
.formule-restauranr-content{
	padding: 10px;
	border: 3px solid #63813a;
	border-radius: 30px;
}
.formule-restauranr-content h2{
	text-align: center;
	padding: 10px;
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.formule-restauranr-content span {
	text-align: center;
	width: 100%;
	display: block;
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
	border-top: 3px solid;
	padding-top: 10px;
}
.formule-restauranr-content p{
	height: 120px;
	padding-left: 10px;
}
@media screen and (max-width: 446px){
	.logo-part{
		width: 100%;
		
	}
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 50px;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	display: inline-block;
position: relative;
padding: 0.5rem;
color: white;
background-color: #63813a;
border-radius: 60px
}

.active, .dot:hover {
  background-color: #f39200;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.border-top{
	border-top: 3px solid #63813a;
}
.menu-content-jour{
	margin-bottom: 25px;
	padding-top: 15px;
}
.date{
	float: left;
	width: 150px;
}
@media screen and (max-width: 600px){
	.date{
		width: 100%;
	}
}
.menu-container{
	float: left;
	margin-left: 30px;
}
.date{
	text-align: center;
}
.date .jour {
  display: block;
  font-family: 'agency-fb';
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  background-color: #63813a;
  padding-top: 5px;
  border-radius: 30px;
  line-height: 40px;
}
.date .jour span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  background-color: white;
  color: #63813a;
  padding-top: 5px;
}
.mois{
	display: block;
	font-family: 'agency-fb';
	font-size: 22px;
	color: #63813a;
}
.menu-container h2{
	font-family: 'agency-fb';
	font-size: 22px;
	padding-bottom: 8px;
}
.menu-container span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #63813a;
}
.menu-container ul{
	padding-bottom: 15px;
}
.icone-brigade{
	width: 200px;
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #63813a;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  transition: 0.3s;
  border-radius: 20px;
  color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
 background-color: #f39405;
  color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #f39405;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.pagignation-container{
	text-align: center;
}
.tabnone{
	display: none;
}
/* POPUP */
.popup-container{
	position: fixed;
	top: 0;
	z-index: 99;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #000000c4;
}
.callout-header{
	/* background-color: #df9f29; */
	color: white;
	padding: 10px;
	border-bottom: 1px solid;
	letter-spacing: 0.2rem;
}

.imgPopup{
	width: 100%;
}
.popupContainer{
	margin-bottom: 0px !important;
}
.callout {
  position: absolute;
  right: 25%;
  top: 100px;
  margin-left: 25%;
  z-index: 99;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 946px){
	.callout {
		right: 15%;
		margin-left: 15%;
		width: 70%;
	}
}

/* RESPONSIVE 600 SMARTPHONE */
@media screen and (max-width: 600px){
	.popup-container {
		display:none;
	}
}

.callout-container{
	
}

.closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    color: white;
    font-size: 60px;
    cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s both;
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.map-content{
	width: 50%;
	float: left;
}
@media screen and (max-width: 1057px){
	.map-content{
		width: 100%;
	}
}
.map-content div{
	padding: 10px;
}
.map-content .img-icone-address{
	text-align: center;
	display: block;
	margin-bottom: 25px;
}
.map-content .img-icone-address img{
	width: 150px;
}
.lien-resa{
	margin-top: 20px;
}
.lien-resa span{
}
.lien-resa a span{
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	color: white;
	background-color: #63813a;
	border-radius: 0px 60px 60px 0px;
	padding-left: 50px;
}
.lien-resa a span:hover{
	background-color: #f39405;
}
.lien-resa img{
	width: 80px;
	vertical-align: middle;
	position: relative;
	left: 18px;
	z-index: 2;
	border-radius: 50%;
}
.info-plus{
	margin-top: 50px;
	
}
.info-plus img{
	vertical-align: middle;
	width: 80px;
	margin-right: 15px;
	position: absolute;
	bottom: 34px;
	left: -32px;
}
@media screen and (max-width: 1214px){
	.info-plus img {
		vertical-align: initial;
		width: 80px;
		margin-right: 0px;
		position: relative;
		bottom: 0px;
		left: 0px;
	}
}
@media screen and (max-width: 390px){
	.info-plus img {
		width: 50px;	
	}
}
.info-plus-box {
  background-color: #fafad2;
  padding: 20px;
	border-radius: 30px;
}
.img-semin{
	vertical-align: middle;
	width: 150px;
}
.mentions-legales{
	margin-top: 50px;
}
.mentions-legales h2{
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.mentions-legales a{
	color: #3f3f3e;
}
.img-xl{
	width: 100%;
}
.info-resa-content{
	width: 50%;
	float: left;
	padding: 10px;
}
@media screen and (max-width: 810px){
	.info-resa-content{
		width: 100%;
	}
}
.info-resa-content h2{
	text-align: center;
	padding: 10px;
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.info-resa-content ul li span {
  width: 30px;
  height: 30px;
  background-color: #f39200;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  color: white;
  font-family: 'agency-fb';
	font-size: 22px;
}
.info-resa-content ul li{
	margin-bottom: 5px;
}
.info-border{
	border: 3px solid #f39200;
	border-radius: 30px;
}
.info-resa-container{
	margin-bottom: 25px;
	margin-top: 25px;
}
.info-resa-content p{
	text-align: center;
	margin-top: 15px;
}
.info-resa-content p a {
	font-family: 'agency-fb';
	font-size: 32px;
	color: #f39200;
	border: 3px solid;
	border-radius: 30px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.info-resa-content p a i {
	font-size: 32px;
	background-color: #f39200;
	padding: 10px;
	border-radius: 50%;
	vertical-align: middle;
	color: white;
	position: relative;
	bottom: 5px;
}
.none{
	display: none;
}
.ancre-phone{
	color: #3f3f3e;
}

.mySlides {display: none;}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  margin: auto;
}

/* Caption text */
.textavis {
  color: #36434a;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #36434a;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .textavis {font-size: 11px}
}
.star-container i{
	color: #f9b805;
}
.avis-dot{
	display: none;
}
.avis-container h2{
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.avis-container a{
	color: #3f3f3e;
}