/* 
----- 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 ---
*/

* {
	box-sizing: border-box;
	margin: 0px;
	font-family: 'GothaProLig';
	font-size: 18px;
}
html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
html, body{
	height: 100%;
}
body{
	font-family: 'GothaProLig';
	color: #3f3f3e;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
ul{
	list-style: none;
}
i{
	vertical-align: middle;
}
/* ---------------------- TYPO ---------------------- */
@font-face {
	font-family: 'GothaProLig';
	src: url(../typo/GothaProLig.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothaProMed';
	src: url(../typo/GothaProMed.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'agency-fb';
	src: url(../typo/agency-fb.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Belista';
	src: url(../typo/Belista.ttf);
	font-weight: normal;
	font-style: normal;
}
.typo-logo{
	font-family: 'agency-fb';
	font-size: 38px;
	color: #63813a;
	vertical-align: middle;
	padding: 10px;
}
@media screen and (max-width: 535px){
	.typo-logo{
		display: block;
		text-align: center;
	}
}
.typo-logo span{
	font-family: 'Belista';
	font-size: 38px;
	color: #63813a;
	vertical-align: middle;
}
.typo-logo-h1{
	font-family: 'agency-fb';
	font-size: 43px;
	color: #63813a;
}
.typo-logo-h1 span{
	font-family: 'Belista';
	font-size: 43px;
	color: #63813a;
}
.h1{
	font-family: 'agency-fb';
	font-size: 43px;
	color: #63813a;
}
@media screen and (max-width: 346px){
	.h1{
		font-size: 38px;
		text-align: center;
	}
}
@media screen and (max-width: 320px){
	.h1{
		font-size: 32px;
		text-align: center;
	}
}
.h2{
	font-family: 'GothaProLig';
	font-weight: 100;
}
.h3{
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
}
.small-typo{
	font-size: 12px !important;
}
.small-typo a{
	font-size: 12px !important;
	color: #0a6836;
	text-decoration: underline;
}
.info-plus h2{
	
}
/* ---------------------- WRAPPER ---------------------- */
.wrapper{
	width: 1140px;
	margin: auto;
}
@media screen and (max-width: 1140px){
	.wrapper{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ---------------------- SECTION ---------------------- */
.intro-section{
	padding-top: 100px;
	padding-bottom: 50px;
}
.color-one{
	background-color: #fafad2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.color-two{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/fond-v2.png);
}
.section-restaurant{
	padding-top: 50px;
	padding-bottom: 100px;
}
.section-seminaire{
	padding-top: 50px;
	padding-bottom: 50px;
}
/* ---------------------- ARTICLE ---------------------- */
.article{
	margin-top: 15px;
	padding-left: 25px;
}
.border-top-article{
	border-top: 5px solid #63813a;
	width: 150px;
	display: block;
	margin-bottom: 8px;
}
/* ---------------------- ANCRE ---------------------- */
.lien-container{
	text-align: right;
	margin-top: 25px;
}
.lien-1{
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	color: white;
	background-color: #63813a;
	border-radius: 60px;
}
.lien-1:hover{
	background-color: #f39200;
}
.lien-parallax-v1 a{
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	color: white;
	background-color: #63813a;
	border-radius: 60px;
	font-size: 22px;
	font-family: 'GothaProMed';
}
.lien-parallax-v1 a:hover{
	background-color: #f39200;
}
/* ---------------------- FLOAT ---------------------- */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------- ALIGNEMENT ---------------------- */
.center{
	text-align: center;
}
/* ---------------------- PARALLAX ---------------------- */
.parallax-window {
  width: 100%;
  color: white;
}
.parallax-content {
  text-align: center !important;
  padding-bottom: 200px;
  padding-top: 200px;
}
.parallax-content p img{
	width: 50px;
}
.parallax-content span{
	font-family: 'agency-fb';
	font-size: 32px;
}
@media screen and (max-width: 544px){
	.parallax-content h2 img{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ---------------------- NAVIGATION ---------------------- */

.mavigation-xxl{
	display: block;
}
.navigation-responsive{
	display: none;
}
@media screen and (max-width: 1024px){
	.mavigation-xxl{
		display: none;
	}
	.navigation-responsive{
		display: block;
	}
}
/* -- ----------------------------------  NAVIGATION XXL -- */
.nav-reseaux-container{
	background-color: #f39200;
}
.nav-reseaux-content{
	text-align: right;
	padding: 5px;
}
.nav-reseaux-content img{
	width: 30px;
}
.nav-reseaux-content 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;
}
.nav-reseaux-content a{
	padding-left: 10px;
}
.top-nav-xxl-container{
	padding: 15px;
	text-align: center;
}

.top-nav-xxl-content img{
	width: 400px;	
}
.contact-nav-xxl{
	text-align: right;
	line-height: 104px;
}

.phone-container{
	border: 2px solid white;
	border-radius: 30px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
}

.phone-container i{
	background-color: white;
	color: #b6c44e;
	border-radius: 50%;
	padding: 3px;
	vertical-align: middle;
	font-size: 32px;
}

.phone-container a{
	color: white;
	font-weight: 400;
	font-family: 'GothaProMed';
}

.mail-container i{
	background-color: #0a6836;
	color: white;
	border-radius: 50%;
	padding: 5px;
}
.contact-nav-xxl i{
	vertical-align: middle;
}
.xxl-nav-container{
	padding: 25px;
	background-color: #63813a;
}
.xxl-nav-content{
	text-align: center;
}
.navbar a{
	color: white;
	text-transform: uppercase;
	padding-left:25px;
	padding-right:25px;
	font-family: 'agency-fb';
	font-size: 22px;
}
.navbar a:hover{
	color: #f39200;
}
/* -- DROPDOWN -- */

.dropbtn {
	color: white;
	text-transform: uppercase;
	color: white;
	padding-left:25px;
	padding-right:25px;
	font-family: 'agency-fb';
	font-size: 22px;
	cursor: pointer;
}
.dropbtn a{
	padding-left:0px;
	padding-right:0px;
}
.dropbtn:hover{
	color: #f39200;
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #63813a;
	width: max-content;
	z-index: 99;
	text-align: left;
	padding-top: 22px;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 22px;
}

.dropdown-content a:hover {}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {}
/* -- ---------------------------------- NAVIGATION RESPONSIVE -- */

/* -- SIDENAV FULL WIDTH -- */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #63813a;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
	text-align:left;
}

.sidenav a {
	padding: 10px 0px 10px 50px;
	text-decoration: none;
	font-size: 32px;
	color: white;
	display: block;
	transition: 0.3s;
	font-family: 'agency-fb';
	text-transform: uppercase;
}

.sidenav a:hover{
	color: #f39200;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 80px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
.top-nav-responsive-container{
	text-align: right;
	background-color: #f39200;
	padding: 8px;
}
.top-nav-responsive-container a{
	padding-left: 15px;
}
.top-nav-responsive-container img{
	width: 30px;
}
.responsive-menu-burger-content{
	background-color: #63813a;
	text-align: right;
	padding: 10px;
}
.responsive-menu-burger-content span{
	cursor: pointer;
}
.responsive-menu-burger-content span i{
	font-size: 50px;
	color: white;
}
.responsive-menu-logo-content{
	text-align: center;
	padding: 25px;
}
.responsive-menu-logo-content img{
	width: 300px;
}
@media screen and (max-width: 370px){
	.responsive-menu-logo-content img{
		width: 100%;
	}
}
.phone-nav{
	border-top: 3px solid white;
}
.phone-nav i{
	background-color: white;
	border-radius: 50%;
	height: 32px;
	vertical-align: middle;
	width: 32px;
	text-align: center;
	line-height: 32px;
	color: #63813a;
	position: relative;
	bottom: 3px
}
/* -- ----------------------------------  FOOTER -- */
footer{
	background-color: #b6c44e;
}
.footer-content{
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-nav-container{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
@media screen and (max-width: 1024px){
	.footer-nav-container{
		display: none;
	}
}
.footer-nav-content{
	width: 25%;
	float: left;
}
@media screen and (max-width: 800px){
	.footer-nav-content{
		width: 100%;
	}
}
.footer-nav-content h2, .footer-nav-content h2 a{
	font-family: 'agency-fb';
	font-size: 22px;
	text-transform: uppercase;
	color: #63813a;
	text-align: center;
}
@media screen and (max-width: 800px){
	.footer-nav-content h2, .footer-nav-content h2 a{	
		text-align: left;
	}
}
.footer-nav-content h2 span{
	display: block;
}
.footer-nav-content h2 a:hover{
	color: #f39200;
}
.footer-nav-content h2 a 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;
}

 @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
.footer-nav-content a{
	font-family: 'agency-fb';
	font-size: 22px;
	color: #63813a;
}
.footer-nav-content a:hover{
	color: #f39200;
}
.icone-footer{
	width: 50px;
	vertical-align: middle;
}
.footer-logo-container{
	width: 33.333%;
	float: left;
}
@media screen and (max-width: 800px){
	.footer-logo-container{
		width: 100%;
	}
}
.footer-logo-content img{
	width: 250px;
	margin-bottom: 15px;
}
.footer-info-container{
	width: 33.333%;
	float: left;
	text-align: center;
}
@media screen and (max-width: 800px){
	.footer-info-container{
		width: 50%;
	}
}
@media screen and (max-width: 645px){
	.footer-info-container{
		width: 100%;
	}
}
.footer-info-container img{
	width: 50px;
}
.footer-info-container 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;
}
.footer-info-container a{
	padding: 15px;
}
.footer-adresse-content{
	width: 33.333%;
	float: left;
}
@media screen and (max-width: 800px){
	.footer-adresse-content{
		float: right;
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.footer-adresse-content{
		margin-top: 25px;
	}
}
.footer-adresse-content address{
	text-align: right;
	color: white;
}
.footer-adresse-content address h2{
	font-family: 'agency-fb';
	font-size: 22px;
	color: white;
}
.partenaires-container{
	background-color: #fafad2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.partenaires-content{}
.logo-partenaires-container{
	text-align: center;
}
.logo-partenaires-container span{
	
}
.logo-partenaires-container span img{
	width: 120px;
	vertical-align: middle;
	padding: 10px;
}
.copy{
	text-align: center;
	padding: 5px;
	background-color: #f39200;
	color: white;	
}
.copy span, .copy span strong{
	font-size: 12px;
}
.copy span a{
	font-size: 12px;
}
.copy a h2{
	font-size: 12px;
	font-family: 'GothaProLig';
	font-weight: 100;
}
.copy a{
	color: white;
}
.studio-copy{
	width: 30px;
	vertical-align: middle;
}
.cta-menus{
	font-family: 'agency-fb';
	background: rgba(182, 196, 78, 0.5);
	color: #fff;
	text-transform: uppercase;
	padding: 3px 7px;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	transition: background 1s ease 0s;
}
.cta-menus:hover{
	background: #F39200;
}
.swiper-wrapper{
	margin: 50px 0px;
}