@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');


@font-face {
    font-family: 'lucida';
	src: url('fonts/lucidacalligraphy.ttf') format('truetype'),
	     url('fonts/lucidacalligraphy.svg#lucidacalligraphy') format('svg');
}

body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display: block;}
input, textarea						{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance: none; border-radius: 0;}
*          							{ outline: none;}
strong, b							{ font-weight: bold;}
ul									{ list-style-type: none;}
body								{ font: 18px/34px "PT Serif"; letter-spacing: 0.2px; color: #393939; background: #fff; position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: #000; position: relative;}
img									{ border: none;}
main 								{ position: relative; z-index: 10;}
#wrapper 							{ min-width: 320px; overflow: hidden; position: relative;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}
.btnhover                           { cursor: default;}

/***** scollbar *****/
::-webkit-scrollbar 				{ width: 8px; height: 8px; background-color: #eee;}
::-webkit-scrollbar-thumb			{ background-color: #e3c77d;}


/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .sub { transition: all 400ms ease-in-out;}
}


/***** class *****/
.wrapper 							{ width: 90vw; min-width: 1080px; max-width: 1200px; margin: 0 auto; position: relative;}
.clear								{ clear: both; display: block;}
.titre_main	 						{ font: 40px/50px "PT Serif"; position: relative; margin-bottom: 15px;}
.titre_main span					{ color: #e3c77d;}
.sous_titre 						{ font: 20px/32px "PT Serif"; letter-spacing: 0.2px; position: relative; margin-bottom: 25px; color: #e3c77d;}
.chapo		 						{ color: #444444;   max-width: 1000px;   margin: 0 auto;  font: 18px/32px "PT Serif";}
.chapo span	 						{ display:block; margin-top:20px;}
.link 								{ font: 16px/60px "PT Serif"; letter-spacing: 0.2px; height: 60px; border: none; display: inline-block; vertical-align: middle; color: #1d1d1d; padding: 0 30px; background: linear-gradient(to top, #e3c77d 0%, #e3c77d 50%, #1d1d1d 50%, #1d1d1d 100%); background-size: 100% 200%; background-position: 0 100%;border-radius: 30px; cursor: pointer;}
.top_page .titre_main { font: 30px/32px "PT Serif"; margin: 0 0 25px;  color: #e3c77d; }

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0;color: #ffffff}
.header_right .link:hover           { color: #ffffff}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
.titre_main	 						{ font-size: 35px; line-height: 45px;}
}
@media (max-width:1000px) {
.wrapper 							{ max-width:750px;}
}
@media (max-width:600px) {
.wrapper 							{ width: 85vw;}
.titre_main	 						{ font-size: 28px; line-height: 38px;}
.link span:not(.link .font-Horseland)	{ display: none;}
}


/***** header et menu *****/
.header 							{ width: 100%; background: #fff; font-size: 0; line-height: 0; text-align: center; position: fixed; left: 0; top: 0; z-index: 100; transition: all 400ms ease-in-out;}
.header .logo						{display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.lg_flow                            { font: 55px/48px "PT Serif"; color: #e3c77d; letter-spacing: 0.5px}

.header .logo img					{ width: 100%; height: auto;}
.header_right 						{ display: inline-block;vertical-align: middle;text-align: right;z-index: 120;}
.header_nav							{ background: #1d1d1d; display: inline-block; vertical-align: middle; z-index: 50;width: 100%;}
.header_nav .menu					{ position: relative;}
.header_nav .menu li				{ display: inline-block; vertical-align: middle; position: relative; margin-left: 50px;}
.header_nav .menu li:first-child    { margin-left: 0}
.header_nav .menu li a				{ font: 18px/70px "PT Serif"; color: #ffffff; letter-spacing: 0.2px; height: 70px; display: block;}
.header_nav .menu>li.active>a 		{ color: #e3c77d;}
.header_nav .sub					{ width: 240px; text-align: center; position: absolute; top: 100%; left: 50%; margin-left: -120px; display: block; visibility: hidden; opacity: 0; background: #e3c77d;}
.header_nav .sub.sized				{ width: 280px; margin-left: -140px;}
.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{position: relative; z-index: 999; width: 100%; font: 16px/50px "PT Serif"; text-transform: inherit; height: 50px; color: #1d1d1d;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999; top: 100%;}
.header_nav .menu .sub li.active a	{ background: #1d1d1d; color: #ffffff}

.header_top                         { display: block;text-align: right;vertical-align: middle;position: relative;margin: 30px 0;transition: all 400ms ease-in-out}

.sticky .header 					{ box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);}

@media (min-width:1201px) {
.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .sub 					{ display: block !important;}
.header_nav .menu>li:hover>a        { color: #e3c77d}
.header_nav .sub li a:hover			{ background: #1d1d1d; color: #ffffff;}
.header_nav .sub li:nth-child(2) a:hover:after{ background: #1d1d1d}
.sticky .header                     { top: -120px}
.sticky .header_nav .menu>li>a		{ line-height: 70px; height: 70px;}
}
@media (max-width:1200px) {
.menu_mobile						{ width: 60px; height: 60px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; margin: 20px -15px; transition: margin 400ms ease-in-out;}
.menu_mobile div					{ width: 30px; height: 2px; background: #e3c77d; position: absolute; right: 50%; top: 50%; margin: -1px -15px 0 0;}
.menu_mobile div:before				{ width: 100%; height: 2px; background: #e3c77d; position: absolute; right: 0; top: 8px; content: "";}
.menu_mobile div:after				{ width: 100%; height: 2px; background: #e3c77d; position: absolute; right: 0; top: -8px; content: "";}
.menu_mobile.active div				{ height: 0;}
.menu_mobile.active div:before		{ top: 0; transform: rotate(-135deg);}
.menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}

.header 							{ height: 100px; transition: box-shadow 400ms ease-in-out, height 400ms ease-in-out 400ms;background: #fff; color: #343434;}
.header .logo						{ top: 25px; transform: none;left: 0}
.header_right 						{ margin: 0;}
.header_right .link					{ margin-right: 35px;}

.header_top                         { margin: 0;z-index: 999}

.header_nav 	  					{background: transparent; width: 100%; height: 100vh; position: fixed; right: 100%; top :0; overflow-y: scroll; display: grid; z-index: 100; padding-top: 80px; transition: 0ms ease-in-out 400ms;}
.header_nav::-webkit-scrollbar		{ display: none;}
.header_nav .menu  					{ width: 100%; text-align: center; padding: 5vw; position: relative; z-index: 100;  align-self: center; opacity: 0; transform: translateY(40px); transition: all 400ms ease-in-out 0ms;}
.header_nav .menu li 				{ width: 100%; display: block; margin: 0;}
.header_nav .menu li a				{ font-size: 16px; line-height: 54px; color: #343434; height: 50px;}
.header_nav .menu li i				{ width: 100%; height: 50px; position: absolute; left: 0; top: 0;}
.header_nav .menu li i:after		{ width: 10px; height: 10px; transform: rotate(45deg); position: absolute; left: 50%; bottom: -22px; margin-left: -5px; opacity: 0; transition: all 300ms ease-in-out; background: #e3c77d; content: "";}
.header_nav .menu li i.active:after	{ opacity: 1;}
.header_nav .menu .sub 				{ width: auto; visibility: visible; position: relative; left: auto; top: auto; padding: 25px 0; margin: 15px 0; opacity: 1; display: none;}
.header_nav .menu .sub li a			{ font-size: 16px; line-height: 42px; height: 40px;}

/* active menu mobile */
.header.active 						{ height: 100vh; transition-delay: 0ms;}
.header_nav.active					{ right: 0; transition-delay: 0ms;}
.header_nav.active .menu			{ opacity: 1; transform: translateY(0); transition-delay: 400ms;}
}
@media (max-width: 1000px) {
.header .wrapper                    { max-width: inherit}
}
@media (max-width:600px) {
.header 							{ height: 80px;}
.header .logo						{ top: 25px;}
.header_right .link					{ padding: 0; width: 40px; height: 40px; font-size: 0; background: url("../images/tel.svg") 50% #e3c77d no-repeat; margin-right: 25px;}
.menu_mobile						{ margin: 10px -10px;}
.header_nav .menu  					{ padding: 7.5vw;}
.header_nav .menu>li>a				{ font-size: 14px; line-height: 48px; ; height: 44px;}
.header_nav .menu li i				{ height: 44px;}
.lg_flow                            { font: 40px/35px "PT Serif";letter-spacing: 0.5px}
}
@media (max-width:350px) {
.header .logo						{ width: 150px;}
}


/*** font-Horseland ***/
.header_nav .menu li a.font-Horseland, .font-Horseland { font-family: lucr; font-style: italic; font-size: 19px;}


/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 50px; background: #1d1d1d; color: #fff; font-size: 0;}
.footer .lg_flow                    { margin-right: 60px;font: 55px/43px "PT Serif";letter-spacing: 0.5px}
.footer .logo						{ height: auto; display: block; margin: 0 0 40px 0;}
.footer .logo img 					{ width: 100%; height: auto; }
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; margin-right: 50px; line-height: 30px;}
.footer .bloc_footer.last			{ margin-right: 0;}
.footer .bloc_footer p				{ font-size: 16px; line-height: 26px;margin-bottom: 5px}
.tel_f                              { background: url(../images/tel_f.svg) left no-repeat;padding: 0 0 0 25px;margin-bottom: 5px}
.enveloppe                          { background: url(../images/enveloppe.svg) left no-repeat;padding: 0 0 0 25px}
.footer p,li,a                      { color: inherit}
.footer .bloc_footer p b			{ display: block; text-transform: uppercase; font: 400 20px/30px "PT Serif"; color:#e3c77d; padding-bottom: 5px;}
.footer .bloc_footer p a			{ color: #fff;}
.footer .bloc_footer p span			{ display: inline-block;}
.footer .bloc_footer ul				{ margin-top: 5px;}
.footer .bloc_footer li a			{ font-size: 15px; color: #fff; margin-top: 3px; background:url(../images/list.svg) 0 48% no-repeat; padding-left: 20px; display: inline-block;}
.footer	.rs							{ position: absolute; right: 0; top: 0;}
.footer	.rs a						{ width: 50px; height: 50px; display: inline-block; vertical-align: top; border-radius: 50%;}
.footer	.rs .facebook				{ background: url(../images/facebook.svg) 50% no-repeat #e3c77d;}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) 50% 46% no-repeat #e3c77d; margin-left: 10px;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 20px;}
.footer_bottom li 					{ color: #ffffff; display: inline-block;font: 14px/30px "PT Serif"; margin-right: 35px; letter-spacing: 0.2px; position: relative;}
.footer_bottom li a 				{ color: #fff;}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -18px; top: 10px; background: #e3c77d;}
.footer_bottom li:last-child:after 	{ display: none;}
.toponweb							{ display: block; z-index: 85; position: fixed; right: 0; bottom: -65px; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #e3c77d 0%, #e3c77d 50%, #ffffff 50%, #ffffff 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 76px; height: auto; display: block; margin: 0 auto;}
.toponweb.show						{ bottom: 0;}

@media (min-width:1201px) {
.footer .bloc_footer p a:hover,
.footer .bloc_footer li a:hover,
.footer_bottom li a:hover			{ color: #e3c77d;}
.footer	.rs .facebook:hover			{ background-color: #ffffff;}
.footer	.rs .scroll:hover			{ background-color: #ffffff;}
.toponweb:hover span				{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer .bloc_footer 				{ margin-right: 80px;}
.footer .bloc_footer.last			{ display: none;}
.toponweb                           { position: absolute;}
}
@media (max-width:1000px) {
.footer .bloc_footer 				{ display: block; margin: 40px 0 0;}
.footer_bottom   					{ margin-top: 80px;}
}
@media (max-width:600px) {
.footer								{ padding-top: 50px;text-align: center}
.footer .lg_flow                    { margin-right: 0;font-size: 40px}
.footer .logo						{ width: 170px; margin-bottom: 0;}
.footer .bloc_footer 				{ margin: 10px 0;}
.footer .bloc_footer.info           { margin-top: 35px}
.footer .bloc_footer.info p a       { color: #e3c77d}
.footer .bloc_footer p  			{ font-size: 18px; line-height: 20px;padding: 0}
.footer	.rs							{ position: static; margin-top: 30px;}
.footer_bottom 	 					{ text-align: center; margin-top: 40px; padding: 0 0 40px 0;}
.tel_f,.enveloppe                   { background: none}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 30px;}
.footer_bottom li:after				{ display: none;}
}
@media (max-width:350px) {
.footer .logo						{ width: 150px;}
}




