/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css?family=Barlow:wght@400,500,600,700&display=swap');

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: 500;}
b.sized								{ font-size: 18px;}
ul									{ list-style-type: none;}
body								{ font: 400 16px/28px "Barlow"; letter-spacing: 0.4px; color: #000; 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;}

@media (max-width:600px) {
body								{ font-size: 14px; line-height: 26px;}
b.sized								{ font-size: 15px;}
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: #d9f0ff;}
::-webkit-scrollbar-thumb			{ background-color: #000;}


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


/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative;}
.clear								{ clear: both; display: block;}
.anchor								{ position: absolute; left: 0; top: -100px;}
.titre_main	 						{ font: 700 35px/45px "Barlow"; text-transform: uppercase; position: relative; color: #29569b; margin-bottom: 15px;}
.sous_titre 						{ font: 500 23px/33px "Barlow"; position: relative; color: #29569b; margin-bottom: 15px;}
.chapo		 						{ font: 400 16px/28px "Barlow"; margin-bottom: 15px;}
.chapo span	 						{ display: block; margin-top: 15px;}
.link 								{ font: 700 12px/60px "Barlow"; letter-spacing: 1.2px; text-transform: uppercase; height: 60px; display: inline-block; color: #fff; padding: 0 30px; border-radius: 5px; background: linear-gradient(to top, #29569b 0% 50%, #14376c 50% 100%); background-size: 100% 200%; background-position: 0 100%;}
.short_bloc 						{ max-width: 980px; margin: 0 auto; position: relative;}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
}
@media (max-width:1600px) {
.titre_main	 						{ font-size: 32px; line-height: 42px;}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
.titre_main	 						{ font-size: 30px; line-height: 40px;}
.sous_titre 						{ font-size: 20px; line-height: 30px;}
}
@media (max-width:1000px) {
.wrapper 							{ max-width: 750px;}
.titre_main	 						{ font-size: 26px; line-height: 36px;}
}
@media (max-width:600px) {
.wrapper 							{ width: 88vw;}
.titre_main	 						{ font-size: 20px; line-height: 26px; margin-bottom: 10px;}
.sous_titre 						{ font-size: 16px; line-height: 26px; margin-bottom: 10px;}
.chapo		 						{ font-size: 14px; line-height: 26px; margin-bottom: 10px;}
.chapo span	 						{ margin-bottom: 10px;}
.link 								{ font-size: 11px; line-height: 50px; height: 50px; padding: 0 25px;}
}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; z-index: 100; text-align: right; transition: all 400ms ease-in-out;}
.header:before						{ width: 100%; height: 0; position: absolute; left: 0; top: 0; background: #fff; content: ""; transition: height 400ms ease-in-out;}
.header .logo						{ width: 360px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 205; transition: all 400ms ease-in-out;}
.header .logo img					{ width: 100%; height: auto; display: block;}

/* menu */
.header .header_nav 				{ display: inline-block; position: relative; padding: 20px 115px 20px 0; z-index: 10; transition: all 400ms ease-in-out;}
.header .menu>li					{ position: relative; display: inline-block; vertical-align: middle; margin-left: 30px;}
.header .menu>li a					{ font: 700 14px/90px "Barlow"; height: 90px; display: block; color: #000; letter-spacing: 1.2px; text-transform: uppercase;}
.header .menu>li.active>a			{ color: #29569b;}

.header .book 						{ display: inline-block; vertical-align: middle; position: relative; z-index: 205}
.header .book .link					{ background-image: linear-gradient(to top, #fff 0% 50%, #d9f0ff 50% 100%); height: auto; padding: 0; text-align: center; width: 160px; transition: background 400ms ease-in-out;}
.header .book .link	span			{ font-size: 12px; line-height: 108px; height: 80px; letter-spacing: 1.2px; color: #29569b; display: block; background: url("../images/cart.svg") 48% 20px no-repeat;}


.sticky .header:before				{ height: 100%;}
.sticky .header .book .link 		{ background-position: 0 0;}

@media (min-width:1201px) {
.menu_mobile,
.header .menu>li.mobile_only		{ display: none;}
.header .menu>li:hover>a 			{ color: #29569b;}

.sticky .header .header_nav 		{ padding: 0 115px 0 0;}
.sticky .header .logo				{ width: 240px; padding-bottom: 5px;}
.sticky .header .book .link	span 	{ line-height: 86px; height: 60px; background-position: 48% 10px;}
.sticky .header .book .link:hover	{ background-position: 0 100%;}
}
@media (max-width:1200px) {
.menu_mobile						{ width: 60px; height: 100px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 250; margin: 0 -15px; transition: height 400ms ease-in-out;}
.menu_mobile div					{ width: 30px; height: 2px; background: #fff; position: absolute; right: 50%; top: 50%; margin: -1px -15px 0 0;}
.menu_mobile div:before				{ width: 100%; height: 2px; background: #fff; position: absolute; right: 0; top: 7px; content: "";}
.menu_mobile div:after				{ width: 100%; height: 2px; background: #fff; position: absolute; right: 0; top: -7px; content: "";}
.menu_mobile.active div				{ height: 0;}
.menu_mobile.active div:before		{ top: 0; transform: rotate(45deg);}
.menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}

.header ::-webkit-scrollbar			{ display: none;}
.header .logo						{ width: 240px; padding-bottom: 5px;}
.header .book .link					{ width: 140px; margin-right: 5vw;}
.header .book .link	span			{ line-height: 86px; height: 60px; background-position: 48% 10px;}

.header .header_nav 				{ width: 100%; height: 100vh; position: fixed; right: -100%; top :0; overflow-y: scroll; display: grid; z-index: 200; padding: 0; background: #d9f0ff; transition: all 400ms ease-in-out 600ms;}
.header .menu  						{ display: block; width: 280px; text-align: left; padding: 5vw 0; margin: 0 auto; position: relative; z-index: 100; align-self: center; opacity: 0; transform: translateY(40px); transition: all 400ms ease-in-out 200ms;}
.header .menu>li 					{ width: 100%; display: block; margin: 15px 0; text-align: center;}
.header .menu>li>a					{ font-size: 16px; line-height: 58px; height: 60px; transition: none; background: #fff; border-radius: 5px;}

.header.active:after 				{ opacity: 1; visibility: visible; transition-delay: 100ms;}
.header.active .header_nav 			{ right: 0; transition-delay: 200ms;}
.header.active .menu				{ opacity: 1; transform: translateY(0); transition-delay: 600ms;}

.sticky .menu_mobile div,
.sticky .menu_mobile div:before,
.sticky .menu_mobile div:after					{ background: #29569b;}
.sticky .header.active .book .link 				{ background-position: 0 100%;}

.header.active .menu_mobile div,
.header.active .menu_mobile div:before,
.header.active .menu_mobile div:after 			{ background: #29569b; transition-delay: 100ms;} 
}

@media (max-width:600px) {
.menu_mobile						{ height: 80px;}
.menu_mobile div,
.menu_mobile div:before,
.menu_mobile div:after 				{ background: #29569b;}
.header 							{ padding: 0; background: #fff;}
.header .logo						{ width: 160px; padding-bottom: 0;}
.header .book .link					{ width: 74px; margin-right: 6vw; background-position: 0 0;}
.header .book .link	span			{ font-size: 10px; background-position: 48% 11px; line-height: 82px; height: 56px; letter-spacing: 0.6px;}
.header .menu  						{ padding: 120px 0; width: 260px; align-self: start;}
.header .menu>li 					{ margin: 12px 0;}
.header .menu>li>a					{ font-size: 13px; line-height: 48px; height: 50px;}
.header.active .book .link 			{ background-position: 0 100%;}
}



/***** moving gallery *****/
.moving_gallery 							{ width: 3000px; left: 50%; transform: translateX(-50%); position: relative; text-align: center; overflow: hidden;}
.moving_gallery .row 						{ width: 6000px; display: flex;}
.moving_gallery .row .item 					{ width: 3000px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; animation: scroll_gallery 45s linear infinite;}
.moving_gallery .row .item div				{ padding: 0 10px;}
.moving_gallery .row .item img				{ width: 100%; height: auto; display: block;}

@keyframes scroll_gallery {
0%											{ transform: translate(0, 0);}
100% 										{ transform: translate(-100%, 0); }
}
@media (max-width:2000px) {
.moving_gallery 							{ width: 2600px;}
.moving_gallery .row 						{ width: 5200px;}
.moving_gallery .row .item 					{ width: 2600px;}
}
@media (max-width:1600px) {
.moving_gallery 							{ width: 2400px;}
.moving_gallery .row 						{ width: 4800px;}
.moving_gallery .row .item 					{ width: 2400px;}
}
@media (max-width:1200px) {
.moving_gallery 							{ width: 1800px;}
.moving_gallery .row 						{ width: 3600px;}
.moving_gallery .row .item 					{ width: 1800px;}
}
@media (max-width:600px) {
.moving_gallery 							{ width: 1200px;}
.moving_gallery .row 						{ width: 2400px;}
.moving_gallery .row .item 					{ width: 1200px;}
.moving_gallery .row .item div				{ padding: 0 5px;}
}



/***** bloc links *****/
.bloc_links 						{ padding-top: 10px; display: grid; grid-template-columns: auto auto 1fr; grid-gap: 10px;}
.bloc_links .link					{ margin: 0;}

@media (max-width:600px) {
.bloc_links 						{ grid-template-columns: 1fr;}
.bloc_links .link					{ width: 100%; text-align: center; padding: 0;}
}



/***** show hide *****/
.show_hide                        	{ position: relative; margin: 25px 0;}
.show_hide .item                  	{ margin-bottom: 10px;}
.show_hide .titre                 	{ position: relative; cursor: pointer; padding: 20px 80px 24px 30px; font: 500 17px/24px "Barlow"; background: #d9f0ff; overflow: hidden; border-radius: 8px; transition: all 400ms ease-in-out;}
.show_hide .titre:after          	{ width: 20px; height: 20px; background: url(../images/plus.svg) 50% no-repeat; border-radius: 50%; position: absolute; right: 30px; top: 50%; margin-top: -10px; transition: all 400ms ease-in-out; content: "";}
.show_hide .titre.active   			{ background-color: #29569b; color: #fff;}
.show_hide .titre.active:after   	{ transform: rotate(45deg); filter: invert(1) brightness(200);}
.show_hide .hide                  	{ padding: 30px; display: none;}
.show_hide .hide p 					{ margin-bottom: 15px;}
.show_hide .hide :last-child 	 	{ margin-bottom: 0;}

@media (min-width:1201px) {
.show_hide .titre:hover 			{ background-color: #29569b; color: #fff; }
.show_hide .titre:hover:after   	{ filter: invert(1) brightness(200);}
}
@media (max-width: 600px){
.show_hide                        	{ margin: 20px 0;}
.show_hide .titre                 	{ padding: 14px 75px 16px 25px; font-size: 14px; line-height: 22px; border-radius: 5px;}
.show_hide .titre:after          	{ right: 25px;}
.show_hide .hide                  	{ padding: 20px 20px 10px 20px;}
.show_hide .hide p 					{ margin-bottom: 10px;}
}




/***** footer*****/
.footer								{ position: relative; background: #29569b; color: #fff; font-size: 0; padding-top: 100px;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top;}
.footer .bloc_footer .sous_titre	{ margin-bottom: 20px; color: #fff;}
.footer .bloc_footer p				{ font-size: 15px; line-height: 25px; margin-top: 15px; letter-spacing: 0.6px;}
.footer .bloc_footer p.titre		{ margin-top: 30px;}
.footer .bloc_footer p a			{ color: #fff; padding-left: 30px;}
.footer .bloc_footer p a.tel		{ background: url("../images/tel.svg") 0 50% no-repeat;}
.footer .bloc_footer p a.email		{ background: url("../images/email.svg") 0 50% no-repeat;}

.footer	.rs							{ position: absolute; right: 0; top: 0;}
.footer	.rs a						{ width: 50px; height: 50px; border-radius: 50%; display: inline-block; vertical-align: top; margin-right: 10px;}
.footer	.rs .scroll 				{ background: url("../images/scrolltop.svg") 50% 48% no-repeat #fff; margin: 0;}
.footer	.rs .facebook				{ background: url("../images/facebook.svg") 50% no-repeat #fff;}

.legal_protect 						{ background: #3f67a5; padding: 20px 40px; font-size: 12px; line-height: 20px; letter-spacing: 0.8px; display: inline-block; width: 100%; max-width: 360px; border-radius: 8px; position: absolute; right: 200px; top: 0;}
.legal_protect .item 				{ display: grid; grid-template-columns: 30px 1fr; grid-gap: 20px; align-items: center; margin: 20px 0;}
.legal_protect .item img			{ display: block; margin: 0 auto;}

.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 70px;}
.footer_bottom li 					{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 25px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li a 				{ color: #fff;}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -13px; top: 6px; background: #fff;}
.footer_bottom li:last-child:after 	{ display: none;}

.toponweb							{ display: block; z-index: 85; position: absolute; right: 0; bottom: 0; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #fff 0% 50%, #d9f0ff 50% 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 76px; height: auto; display: block; margin: 0 auto; transition: all 400ms ease-in-out;}
.toponweb.show						{ bottom: 0;}

@media (min-width:1201px) {
.footer_bottom li a:hover, 			
.footer .bloc_footer li a:hover, 
.footer .bloc_footer p a:hover	 	{ opacity: 0.5;}
.footer	.rs a:hover,
.footer	.rs .scroll:hover:after 	{ background-color: #d9f0ff;}
.toponweb:hover span				{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer								{ padding-top: 80px;}
.footer .bloc_footer p.titre		{ margin-top: 25px;}
.legal_protect 						{ padding: 15px 30px; max-width: 320px; right: 180px;}
.legal_protect .item 				{ margin: 15px 0;}
.footer_bottom   					{ margin-top: 60px;}
}
@media (max-width:1000px) {
.footer								{ padding-top: 60px;}
.footer .bloc_footer 				{ display: block;}
.footer .bloc_footer .sous_titre	{ line-height: 50px; margin-bottom: -5px;}
.legal_protect 						{ position: static; margin: 50px 0;}
.footer_bottom   					{ margin-top: 0;}
}
@media (max-width:600px) {
.footer								{ padding-top: 35px;}
.footer .bloc_footer .sous_titre	{ font-size: 17px; line-height: 26px; margin-bottom: 0;}
.footer .bloc_footer p.titre		{ margin-top: 20px; margin-bottom: 12px;}
.footer .bloc_footer p				{ font-size: 14px; line-height: 22px; margin-top: 10px;}
.legal_protect 						{ margin: 35px 0; padding: 12px 20px; border-radius: 5px; font-size: 11px;}
.legal_protect .item 				{ grid-gap: 15px; margin: 10px 0;}
.footer	.rs							{ position: static; margin-bottom: 30px;}
.footer	.rs a						{ width: 44px; height: 44px;}
.footer_bottom 	 					{ text-align: left; margin-top: 30px; padding: 0 0 20px 0;}
.footer_bottom li 					{ display: block; margin: 5px 0 0 0; font-size: 11px; line-height: 26px;}
.footer_bottom li:after				{ display: none;}
}
