/***** fonts *****/
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Montserrat/v24/8vIH7w4qzmVxm25L9Hz_.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/Montserrat/v24/8vIH7w4qzmVxm2BL9A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/***** variables *****/
:root {
	--mainColor1: #174ea6;
    --mainColor2: #ea393f;
    --mainColor3: #519dff;
	--txtColor: #222222;
	
	--bgColorLight: #ebf3ff;
    --bgColorDark: #071b3b;
	
	--marginTB: clamp(70px, 8vw, calc(100px + 2vw)) auto;
	--marginT: clamp(70px, 8vw, calc(100px + 2vw));
	--marginB: clamp(70px, 8vw, calc(100px + 2vw));

	--paddingTB: clamp(60px, 5vw, calc(100px + 2vw)) 0;

	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperMedium: 1400px;
	--maxWidthWrapperLarge: 1600px;

	--imgRadius: 20px;
	--linkRadius: 10px;

}

@media (max-width:1200px) {
	:root {

    --imgRadius: 30px;
	}
}
@media (max-width:700px) {
	:root {
    --marginTB: clamp(45px, 12vw, 70px) auto;
    --marginT: clamp(45px, 12vw, 70px);
    --marginB: clamp(45px, 12vw, 70px);
    --imgRadius: 15px;
    --linkRadius: 5px;
	}
}


/***** reset *****/
/*html 									{ scroll-behavior: smooth;}*/
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: 600; font-size: clamp(13px, 1.2vw, 16px);}
p										{ margin-bottom: clamp(10px, 2vw, 15px);}
ul										{ list-style-type: none; margin-bottom: clamp(10px, 2vw, 15px);}
body									{ font: 500 clamp(14px, 1.2vw, 15px)/180% "Montserrat"; letter-spacing: 1px; color: var(--txtColor); background: var(--bgColorLight); position: relative;}
body.active_overflow					{ height: 100vh; overflow: hidden;}
a										{ text-decoration: none; position: relative; color: var(--txtColor);}
img										{ border: none;}
main 									{ position: relative; z-index: 10;}
#wrapper 								{ min-width: 320px; position: relative; overflow: hidden;}
#wrapper *								{ box-sizing: border-box;}
#footer 								{ position: relative; z-index: 15;}

@media (max-width:1200px) {
body									{ font-size: clamp(13px, 3vw, 15px);}
strong, b								{ font-size: clamp(13px, 3.2vw, 16px);}
}
@media (max-width:700px) {
body									{ line-height: 170%; letter-spacing: 0.2px;}
strong, b								{ font-weight: 600;}
}


/***** scollbar *****/
::-webkit-scrollbar 					{ width: 6px; height: 6px; background-color: var(--bgColorLight);}
::-webkit-scrollbar-thumb				{ background-color: var(--mainColor1);}


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


/***** class *****/
.wrapper 								{ width: 90vw; max-width: var(--maxWidthWrapper); margin: 0 auto; position: relative;}
.wrapper_small							{ width: 90vw; max-width: var(--maxWidthWrapperSmall); margin: 0 auto; position: relative;}
.wrapper_medium							{ width: 90vw; max-width: var(--maxWidthWrapperMedium); margin: 0 auto; position: relative;}
.wrapper_large							{ width: 90vw; max-width: var(--maxWidthWrapperLarge); margin: 0 auto; position: relative;}
.wrapper_full							{ margin: 0 5vw; position: relative;}

.margin_top_bottom 						{ margin: var(--marginTB);}
.margin_top 							{ margin-top: var(--marginT);}
.margin_bottom 							{ margin-bottom: var(--marginB);}

.color_1 								{ color: var(--mainColor1);}
.color_2 								{ color: var(--mainColor2);}
.color_3 								{ color: var(--mainColor3);}

.clear									{ clear: both; display: block;}
.anchor									{ position: absolute; left: 0; top: -140px;}

.titre_main	 							{ font: 500 clamp(35px, 4vw, 45px)/110% "Montserrat"; position: relative; margin-bottom: clamp(10px, 2vw, 10px); letter-spacing: 0; color: var(--mainColor1)}
.titre	 							    { font: 500 clamp(25px, 4vw, 35px)/110% "Montserrat"; position: relative; margin-bottom: clamp(10px, 2vw, 10px); letter-spacing: 0; color: var(--mainColor1)}

.titre_main	 span					    { display: block; font: 500 clamp(25px, 5vw, 30px)/110% "Montserrat"; color: var(--mainColor2); margin-top: 20px;}

.sous_titre	 							{ font: 500 clamp(20px, 1.6vw, 25px) / 110% "Montserrat"; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}

.titre_page	 							{ font: 500 clamp(35px, 4vw, 60px) "Montserrat"; position: relative; margin-bottom: clamp(10px, 2vw, 10px); letter-spacing: 0; color: var(--mainColor1)}


.chapo		 							{ margin: clamp(10px, 2vw, 20px) 0;}
.chapo span	 							{ display: block; margin-top: 15px;}


.link 									{ font: 700 clamp(13px, 2.5vw, 14px)/60px "Montserrat"; letter-spacing: 1.2px; height: 60px; text-transform: uppercase; display: inline-block; color: #fff; padding: 0 30px; border-radius: var(--linkRadius); background: var(--mainColor1); overflow: hidden;}

.linkfullw 									{ font: 700 clamp(13px, 2.5vw, 14px)/60px "Montserrat"; letter-spacing: 1.2px; height: 60px; text-transform: uppercase; display: inline-block; color: #fff; padding: 0 30px; border-radius: var(--linkRadius); background: var(--mainColor2); overflow: hidden; width: 100%}

.link_txt 								{ font: 500 16px/180% "Montserrat"; display: inline-block; border-bottom: 2px solid var(--mainColor1); padding-bottom: 2px; color: var(--mainColor1);}



/* link arrow */
.link_arrow                      	{ width: 60px; height: 60px; border-radius: 50%; background: url("../images/arrow_link.svg") 15px 50% no-repeat var(--mainColor1); display: block; font-size: 0;}

.read_more								{ display: inline-block; color: var(--mainColor1); font-style: normal; cursor: pointer; transition: color 300ms ease-in-out;}
.hide 									{ display: none;}


.ul_list								{ margin-bottom: clamp(10px, 2vw, 15px);}
.ul_list li								{ padding: 0 0 0 20px; position: relative; margin-top: clamp(5px, 1.5vw, 10px); background: url("../images/list.svg") 0 8px no-repeat;}

.ul_check   							{ margin: clamp(15px, 2vw, 20px) 0;}
.ul_check li 							{ position: relative; padding-left: 32px; line-height: 160%; margin-bottom: 12px;}
.ul_check li:before						{ width: 18px; height: 18px; position: absolute; left: 0; top: 2px; background: url("../images/check.svg") 0 0 / contain no-repeat; content: "";}
.ul_check li:last-child					{ margin-bottom: 0;}



@media (min-width:1201px) {
.link:hover 							{ background-color:var(--mainColor2);}
.link_txt:hover							{ border-color: #fff; color: #fff;}
}

@media (max-width:1200px) {
.titre_main	 							{ font-size: 35px; line-height: 42px}
}

@media (max-width:1000px) {
.titre	 							    { font-size: 30px; line-height: 38px}
.sous_titre	 							{ font-size: 20px; line-height: 28px}
}


@media (max-width:700px) {
.link 									{ height: 50px; line-height: 50px; padding: 0 25px; width: 100%; text-align: center}
.titre_main	 							{ font-size: 25px; line-height: 32px}
.titre	 							    { font-size: 25px; line-height: 32px}
.sous_titre	 							{ font-size: 20px; line-height: 28px}
.titre_main	 span					    { font-size: 20px; line-height: 28px}
}


/***** Link a *****/
p a, h2 a, .ul_check a 		      			{ color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1); }
.footer p a                     			{ border-bottom: none; }
.bloc_contact p a { color: #000000; border-bottom: 1px solid #00000000; }
@media (min-width:1201px) {
p a:hover, h2 a:hover, .ul_check a:hover 	{ color: var(--bgColorDark); border-color: var(--bgColorDark); }
.bloc_contact p a:hover { color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1); }
}



/***** header *****/
.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; z-index: 100; text-align: right; padding: 10px 0; transition: all 300ms ease-in-out;}
.header .logo								{ width: 300px; position: absolute; left: 0; top: 20px; z-index: 850; transform-origin: left center;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .header_nav 						{ display: inline-block; position: relative; padding: 40px 0 0 0; transition: all 300ms ease-in-out;}
.header .menu 								{ padding: 10px 10px 10px 30px; background-color: #fff; border-radius: var(--linkRadius)}
.header .header_nav ul.menu					{ margin-bottom: 0;}
.header .menu>li							{ position: relative; display: inline-block; vertical-align: top; margin-right: 35px;}
.header .menu>li a							{ font-size: 17px; line-height: 40px; font-weight: 600; height: 40px; display: block; letter-spacing: 1px;}
.header .menu>li a:hover					{ color: var(--mainColor1);}
.header .menu>li.active>a					{ color: var(--mainColor2);}


.header .menu_small 						{ position: absolute; top: 0; right: 0; margin: 0; transition: all 300ms ease-in-out;}
.header .menu_small>li						{ position: relative; display: inline-block; vertical-align: top; margin-right: 35px;}
.header .menu_small>li:last-child			{ margin-right:0;}
.header .menu_small>li:after 				{ width: 1px; height: 10px; background: #222; position: absolute; left: -20px; top: 10px; content: "";}
.header .menu_small>li:first-child:after 	{ display: none;}
.header .menu_small>li a					{ font-size: 14px; line-height: 30px; height: 30px; display: block; letter-spacing: 0.6px;}
.header .menu_small>li a:hover				{ color: var(--mainColor2);}
.header .menu_small>li.active>a				{ color: var(--mainColor1);}


.header .menu_small .tel                    { position: relative; padding-left: 30px;}
.header .menu_small .tel:before             { position: absolute; width: 18px; height: 100%; left: 0; top: 0;  background: url(../images/tel_blue.svg) 50% / contain no-repeat; content: "";}

@media (min-width:1201px) {
.header .menu_mobile 						{ display: none;}
.header .menu>li:hover 						{ z-index: 999;}		
	

.header.sticky:not(.scrolling_top)					{ padding: 0; background-color: #fff; filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.02));}
.header.sticky:not(.scrolling_top) .logo			{ transform: translateY(-30%) scale(0.7);}
.header.sticky:not(.scrolling_top) .header_nav		{ padding: 0; margin-right: -30px}
.header.sticky:not(.scrolling_top) .menu>li>a 		{ line-height: 50px; height: 50px;}
.header.sticky:not(.scrolling_top) .menu_small  	{ top: -55px; opacity: 0;}

}



@media (max-width:1200px) {
.header .menu  								{ margin: 2vw;}
.header .menu_mobile						{ width: 60px; height: 60px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 850; margin: 0 -10px 0 30px;}
.header .menu_mobile div					{ width: 40px; height: 2px; background: var(--mainColor1); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header .menu_mobile div:before				{ width: 100%; height: 2px; background: var(--mainColor1); position: absolute; left: 0; top: 8px; content: "";}
.header .menu_mobile div:after				{ width: 100%; height: 2px; background: var(--mainColor1); position: absolute; left: 0; top: -8px; content: "";}
.header .menu_mobile.active div				{ height: 0; width: 36px;}
.header .menu_mobile.active div:before		{ top: 0; transform: rotate(45deg);}
.header .menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}

.header 									{ padding: 20px 0; background-color:#fff; z-index: 100;}
.header ::-webkit-scrollbar					{ display: none;}
.header .logo								{ width: 240px; top:0}

    

.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: var(--mainColor1); border-top: 100px solid #fff; transition: all 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: auto; text-align: left; margin: 5vw 10vw; position: relative; z-index: 100; align-self: start; opacity: 0; transform: translateY(40px); transition: all 300ms ease-in-out 150ms;}
.header .menu>li 							{ width: 100%; display: block; margin: 0;}
.header .menu>li>a							{ font-size: 22px; font-weight: 500; line-height: 30px; height: auto; padding: 15px 0; color:#fff; transition: none; display: inline-block; z-index: 10;}
.header .menu>li>i							{ width: 100%; height: 60px; display: block; margin-top: -60px; position: relative; z-index: 5; float: right;}

.header .menu>li>i.active:after 			{ transform: rotate(180deg);}
.header .menu>li a:hover,
.header .menu>li.active a                    {color:var(--mainColor2);}

.header .menu_small 						{ position: relative; margin: 5vw 10vw; width: auto; padding: 30px 0 0 30px; text-align: left; border-top: 1px solid #ffffff20;}
.header .menu_small .tel        { display: none;}
.header .menu_small>li						{ display: block; margin:0;}
.header .menu_small>li:after 				{ display: none;}
.header .menu_small>li a					{ font-size: 16px; font-weight: 600; line-height: 30px; height: auto; padding: 5px 0; color:#fff; transition: none; display: inline-block; z-index: 10;}
.header .menu_small>li a:hover,
.header .menu_small>li.active a				{ color:var(--mainColor2);}

.header .menu_small>li>i					{ width: 60px; height: 50px; display: block; margin-top: -50px; position: relative; z-index: 5; float: right;}

.header .menu_small>li>i.active:after 		{ transform: rotate(-180deg);}


.header.active .header_nav 					{ right: 0; transition-delay: 150ms;}
.header.active .menu 						{ opacity: 1; transform: translateY(0); transition-delay: 450ms;}
.header.active .menu_small 					{ opacity: 1; transform: translateY(0); transition-delay: 600ms;}

.header .header_nav ul.menu					{ background: none;}
}
@media (max-width:1000px) {
.header .menu  								{ margin: 2vw;}
.header .menu_small 					{ margin: 2vw;}
}
@media (max-width:700px) {
.header         							{ padding: 10px 0;}
.header .logo								  { width: 180px; top:10px}
.header .menu>li>a						{ font-size: 18px; font-weight: 400; line-height: 28px; padding: 10px 0;}
.header .menu_small>li a      { font-weight: 400;}
}


/***** side btn fixed *****/
.side_btn 								{ position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 500; display: grid; grid-gap: 10px;}
.side_btn a								{ display: block; width: 54px; height: 54px; line-height: 54px; position: relative; transition-duration: 0ms; transition-delay: 300ms; border-radius:  10px 0 0 10px}
.side_btn a:after						{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: 50% / contain no-repeat; width: 54px; z-index: 5; content: "";}
.side_btn a.tel:after					{ height: 20px; background-image: url("../images/tel.svg");}
.side_btn a.gsm:after					{ height: 24px; background-image: url("../images/gsm.svg");}
.side_btn a.map:after					{ height: 22px; background-image: url("../images/map.svg");}
.side_btn a.email:after					{ height: 16px; background-image: url("../images/email.svg");}
.side_btn a.facebook:after				{ height: 20px; background-image: url("../images/facebook.svg");}
.side_btn a.instagram:after				{ height: 22px; background-image: url("../images/instagram.svg");}
.side_btn a.linkedin:after				{ height: 20px; background-image: url("../images/linkedin.svg");}
.side_btn a.res:after				    { height: 22px; background-image: url("../images/calendar.svg"); background-position: 48% 50%;}
.side_btn a	span						{ display: block; width: 54px; height: 54px; position: absolute; top: 0; right: 0; background: var(--mainColor1); border-radius: 10px 0 0 10px}
.side_btn a	i							{ position: absolute; left: 0; top: 0; font-style: normal; width: 160px; padding-left: 5px; text-align: center; color: #fff; background: var(--mainColor1);  opacity: 0; transition: 100ms all 0ms; border-radius:  10px 0 0 10px}

@media (min-width:1201px) {
.side_btn a:hover  						{ background: var(--mainColor1); transition-delay: 0ms;}
.side_btn a:hover span					{ width: 160px; right: 50%;}
.side_btn a:hover span:after,
.side_btn a:hover span:before			{ opacity: 1; transition-delay: 200ms;}
.side_btn a:hover i						{ opacity: 1; transition-delay: 250ms;}
}

@media (max-width:1200px) {
.side_btn 								{ right: calc(40px + 9vw); top: 25px; transform: none; grid-template-columns: repeat(3, 50px); z-index: 900;}
.side_btn a								{ width: 50px; height: 50px; overflow: hidden;}
.side_btn a:after						{ width: 50px;}
.side_btn a	span						{ width: 50px; height: 50px; border-radius: var(--linkRadius)}
.side_btn a.email					    { display: none;}
}

@media (max-width:700px) {
.side_btn 								  { grid-template-columns: repeat(3, 40px); top:20px}
.side_btn a							    { width: 40px; height: 40px; border-radius: 5px }
.side_btn a:after						{ width: 40px; top:20px}
.side_btn a	span						{ width: 40px; height: 40px;}
}
@media (max-width:500px) {
.side_btn 								  { grid-template-columns: repeat(2, 30px); top:25px; right: 70px;}  
.side_btn a							    { width: 30px; height: 30px;}
.side_btn a:after						{ width: 30px; top:15px}
.side_btn a	span						{ width: 30px; height: 30px;}
.side_btn a.tel					    { display: none;}  
}


/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative;}
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: clamp(20px, 5vw, 80px); align-items: center; position: relative;}
.bloc_txt_img .container>.item							{ position: relative;}
.bloc_txt_img .container>.item :last-child 				{ margin-bottom:0;}
.bloc_txt_img .container .txt  							{ margin: 0;}
.bloc_txt_img .container .txt .wrap						{ max-width: 580px; margin: 0 auto;}
.bloc_txt_img .container .img img						{ width: 100%; height: auto; object-fit: cover; display: block; border-radius: var(--imgRadius);}


.bloc_txt_img .container .img.col_2  					{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.bloc_txt_img .col_3  					                { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px; margin: 0 auto }
.bloc_txt_img .col_3 img 						        { width: 100%; height: auto; object-fit: cover; display: block; border-radius: var(--imgRadius);}


.bloc_txt_img .container .link							{ margin-top: 10px;}
.bloc_txt_img .container .link_txt						{ margin-top: 8px;}

.bloc_txt_img .container .multi_links					{ display: grid; grid-template-columns: 140px 140px; grid-gap: 10px; margin-top: 25px;}
.bloc_txt_img .container .multi_links .link				{ margin: 0; text-align: center; padding: 0;}

.bloc_txt_img.reverse .container 						{ grid-template-columns: 1fr 50%;}
.bloc_txt_img.reverse .container>.item:last-child		{ grid-area: 1 / 1;}
.bloc_txt_img.reverse .container>.item:first-child      { grid-area: 1 / 2;}

.bloc_txt_img.align_top .container                		{ align-items: start;}





@media (max-width:1200px) { 
.bloc_txt_img .container	                        	{ align-items: start;}
.bloc_txt_img.about .container                          { align-items: center;}
}
@media (max-width:1000px) { 
.bloc_txt_img .container 								{ grid-template-columns: 100%; grid-gap: 40px;}
.bloc_txt_img .container .txt .wrap						{ width: 90vw; max-width: none;}
.bloc_txt_img.reverse .container 						{ grid-template-columns: 1fr;}
.bloc_txt_img.reverse .container>.item:last-child		{ grid-area: 2;}
.bloc_txt_img.reverse .container>.item:first-child      { grid-area: 1;}
}
@media (max-width:700px) { 
.bloc_txt_img .container	                        	{ grid-gap: 30px;}
.bloc_txt_img .container p               				{ margin-bottom: 10px;}
.bloc_txt_img .container .multi_links					{ grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-top: 20px;}
}
@media (max-width:500px) {
.bloc_txt_img .container .img.col_2 { grid-gap: 15px;}
}

/***** show hide *****/
.show_hide                        			{ position: relative; margin: var(--marginTB);}
.show_hide.no_marge                        	{ margin: 0;}
.show_hide .item                  			{ background-color: #fff; margin: 10px 0; border-radius: var(--linkRadius);}
.show_hide .titre                 			{ font-size: 16px; line-height: 24px; font-weight: 500; position: relative; cursor: pointer; letter-spacing: 0.6px; color: var(--txtColor); padding: 23px 80px 23px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 10px 30px 35px; background: #fff; display: none;}
.show_hide .hide p a						{ color: var(--mainColor2); }
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor2);}
.show_hide .titre:hover                 			{ color: var(--mainColor2);}

}
@media (max-width:1200px){
.show_hide .titre                 			{ padding: 20px 70px 20px 25px;}
.show_hide .hide                  			{ padding: 0 25px 30px 25px;}
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0;}
.show_hide .titre                 			{ padding: 15px 65px 15px 20px; font-size: 14px; line-height: 22px;}
.show_hide .hide                  			{ padding: 0 20px 20px 20px;}
}

/* custom collapse */
.show_hide.collapse                  		{ border: 1px solid #ddd; border-radius: 0;}
.show_hide.collapse .item                  	{ border: 0; margin: 0; border-radius: 0; }
.show_hide.collapse .item:last-child       	{ border: 0;}

/* custom titre arrow */
.show_hide .titre_arrow:after          		{ width: 18px; height: 100%; position: absolute; right: 25px; top: 0;background: url("../images/arrow_down.svg") 50% / contain no-repeat; transition: none; content: ""; }
.show_hide .titre_arrow.active:after   		{ transform: rotate(180deg);}

@media (max-width:700px){
.show_hide .titre_arrow:after          		{ right: 20px;}
}

/* custom titre plus */
.show_hide .titre_plus:after          		{ width: 20px; height: 2px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); background: var(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 34px; top: 50%; transform: translateY(-50%); background: var(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus.active:before   		{ display: none;}

@media (max-width:700px){
.show_hide .titre_plus:after          		{ right: 20px;}
.show_hide .titre_plus:before          		{ right: 29px;}
}



/***** download  *****/
.download 									{ text-align: center; position: relative; padding: 0; margin-bottom: var(--marginB);}
.download .container 						{ display: grid; grid-gap: 20px; position: relative;}
.download.col_4 .container 				    { grid-template-columns: repeat(4, 1fr);}
.download.col_3 .container 				    { grid-template-columns: repeat(3, 1fr);}
.download .item  						    { text-align: center; background-color: #fff; padding: 20px; border-radius: var(--linkRadius);}
.download .item img					        { display: block; width: 40px; height: auto; margin:20px auto 10px auto;}
.download .item a 							{ display: block; margin: 10px 0 0 0;}
.download .item a:hover				        { color:var(--mainColor2)}
.download .titre			                { display: block; margin-bottom: 50px}



@media (max-width: 1000px){
.download.col_4 .container 				    { grid-template-columns: repeat(2, 1fr); grid-gap: 60px 0;}
.download.col_3 .container 				    { grid-template-columns: repeat(2, 1fr); grid-gap: 60px 0;}
}

@media (max-width: 700px){
.download.col_4 .container,
.download.col_3 .container					{ grid-template-columns: 1fr; grid-gap: 10px;}
.download .titre  					        { margin-bottom: 20px;}
.download .item  					        { padding: 10px 0; }
.download .item img					        { margin: 10px auto; }
.download .item a 					        { display: grid; grid-template-columns: 80px 1fr; justify-items: start; align-items: center; background-color: #fff; border-radius:var(--linkRadius); margin: 0 0 0 0;}
}




/***** social *****/
.rs a										{ width: 50px; height: 50px; display: inline-block; vertical-align: top; margin-right: clamp(5px, 2.5vw, 10px); background: 50% no-repeat var(--gradientLink); background-size: 100% 200%; background-position: 0 100%; border-radius: var(--linkRadius);}
.rs a:after									{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.rs .facebook:after							{ background: url("../images/facebook.svg") 50% no-repeat;}
.rs .linkedin:after							{ background: url("../images/linkedin.svg") 50% no-repeat;}
.rs .scroll									{ background: url("../images/scrolltop.svg") 50% no-repeat;}

@media (min-width:1201px) {
.rs a:not(.scroll):hover					{ background-position: 0 0;}
}
@media (max-width:700px) {
.rs a										{ width: 40px; height: 40px;}
.rs .facebook								{ background-size: auto 18px;}
.rs .twitter								{ background-size: 16px auto;}
.rs .linkedin								{ background-size: 18px auto;}
}


/***** footer *****/
.footer										{ position: relative; padding-top: clamp(20px, 10vw, 100px); text-align: center; background: var(--bgColorDark);}
.footer .bloc_footer 						{ display: block; position: relative; line-height: 28px; color: #fff}
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr 1fr 1fr;}
.footer .bloc_footer .infos .item			{ padding: 0 40px}
.footer .bloc_footer.heading_top  			{ margin-bottom: clamp(25px, 6vw, 50px);}

.footer .bloc_footer .logo 					{ width: 170px; height: auto; display: block; margin: 0 auto;}
.footer .bloc_footer p						{ margin: 15px 0 0 0;}
.footer .bloc_footer li a					{ color: #fff;}


.footer .bloc_footer a.reserver			    { font: 700 clamp(13px, 2.5vw, 14px)/60px "Montserrat"; letter-spacing: 1.2px; height: 60px; display: inline-block; color: #000; padding: 0 30px; border-radius: var(--linkRadius); background: #fff; overflow: hidden; }
.footer .bloc_footer a.reserver:before	    { content:url(../images/reserver.svg); display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: -2px; line-height: 0;}
.footer .bloc_footer a.reserver:hover 		{ background-color:#fff;}

.footer .bloc_rs							{ position: absolute; right: 0; top: 70px; width: 100%; text-align: left;}
.footer .bloc_rs a						    { display: inline-block; vertical-align: top; margin-right: 10px; background: var(--mainColor1); border-radius: var(--linkRadius); width: 50px; height: 50px;}

.footer .bloc_rs .scroll 					{ margin: 0; float: right; background: url("../images/scrolltop.svg") 50% no-repeat var(--bgColorLight);}

.footer_bottom   							{ padding: 25px 0; line-height: 0; margin: clamp(25px, 6vw, 60px) 0 0 0; text-align: left;}
.footer_bottom li 							{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative; color: #fff}
.footer_bottom li:last-child 				{ margin-right: 0;}
.footer_bottom li:after						{ width: 1px; height: 10px; content: ""; position: absolute; right: -15px; top: 4px; background:#fff;}
.footer_bottom li:last-child:after 			{ display: none;}
.footer_bottom li a							{ color: #fff }

.toponweb									{ display: block; z-index: 85; position: absolute; right: 0; bottom: 20px;}
.toponweb img								{ width: 80px; height: auto; display: block; filter: invert(0);}

@media (min-width:1201px) {
.footer .bloc_footer .link:hover 			{ background-color: var(--mainColor3); color: #fff}
.footer .bloc_footer p a:hover, 
.footer .bloc_footer li a:hover, 	 
.footer_bottom li a:hover 	 				{ color: var(--mainColor3);}
.toponweb:hover span						{ background-position: 0 0;}
.footer .bloc_rs a:hover                    { background-color: #ffffff00;}
}

@media (max-width:1000px) {
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr 1fr;}
.footer .bloc_footer .infos .item:nth-child(3) { display: none;}

}

@media (max-width:700px) {

.footer:before								{ top: 38px;}
.footer .bloc_footer 						{ width: 100%; padding: 0; font-size: 14px; line-height: 24px;}

.footer .bloc_footer .logo 					{ width: 100px;}
.footer .bloc_footer p						{ margin: 10px 0 0 0;}

.footer	.bloc_rs							{ position: static; margin-top: 7vw; text-align: center;}
.footer	.bloc_rs a							{ width: 46px; height: 46px; margin: 0 10px;}
.footer	.bloc_rs .scroll					{ float: none;}

.footer_bottom 	 							{ text-align: left; padding: 0 0 20px 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 11px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
}

@media (max-width:600px) {
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr; grid-gap: 40px 0;}  
}


