
/* latin-ext */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/frankruhllibre/v23/j8_w6_fAw7jrcalD7oKYNX0QfAnPW77l4ajn.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: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/frankruhllibre/v23/j8_w6_fAw7jrcalD7oKYNX0QfAnPW7Dl4Q.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: #b4211f;
	--mainColor1Hover: #8b1917;
	--mainColor2: #8b1917;
	--mainColor2Hover: #b4211f;	
    --mainColor3: #ffffff;
    --mainColor4: #222222;
	--bgColorLight: #ffffff;
	--bgColorDark: #8b1917;
	
	--marginTB: clamp(70px, 8vw, calc(120px + 2vw)) auto;
	--marginT: clamp(70px, 8vw, calc(120px + 2vw));
	--marginB: clamp(70px, 8vw, calc(120px + 2vw));

	--paddingTB: clamp(70px, 8vw, calc(120px + 2vw)) 0;
	--paddingT: clamp(70px, 8vw, calc(120px + 2vw));
	--paddingB: clamp(70px, 8vw, calc(120px + 2vw));
	
	--maxWidthWrapper: 1400px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1800px;

	--allImgBR: 0;
	--linkRadius: 0;
}
@media (max-width:1400px) {
	:root {

	}
}
@media (max-width:1000px) {
	:root {
    --marginTB: clamp(45px, 12vw, 70px) auto;
	--marginT: clamp(45px, 12vw, 70px);
	--marginB: clamp(45px, 12vw, 70px);

	--paddingTB: clamp(45px, 12vw, 70px) 0;
	--paddingT: clamp(45px, 12vw, 70px);
	--paddingB: clamp(45px, 12vw, 70px);


	}
}
@media (max-width:700px) {
	:root {
        --marginTB: clamp(20px, 10vw, 40px) auto;
	}
}



/***** reset *****/
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;}
body								{ font: 500 15px/28px "Montserrat"; letter-spacing: 0.8px; color: var(--mainColor4); background: var(--bgColorLight); position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
main 								{ position: relative; z-index: 10;}
p 									{ margin-bottom: 15px;}
ul									{ margin-bottom: 15px; list-style-type: none;}
a									{ text-decoration: none; color: var(--mainColor1); position: relative;}
img									{ border: none; }
strong, b							{ font-weight: 600; font-size: 16px;}

#wrapper 							{ min-width: 320px; position: relative; overflow: hidden;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}

@media (max-width:700px) {
body								{ font-size: 13px; line-height: 26px;}
strong, b							{ font-size: 14px;}
}






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


/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .logo, .header, .sub { 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_large						{ width: 90vw; max-width: var(--maxWidthWrapperLarge); margin: 0 auto; position: relative;}

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

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


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

.titre					            { font: 800 30px/38px "Montserrat"; position: relative; margin-bottom: 15px; color: var(--mainColor1); text-transform: uppercase; letter-spacing: 1.5px}
.sous_titre 						{ font: 600 25px/32px "Frank Ruhl Libre"; position: relative; margin-bottom: 15px; letter-spacing: 0}


.chapo		 						{ font: 500 16px/30px "Montserrat"; margin-bottom: 30px;}
.chapo span	 						{ display: block; margin-top: 15px;}

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

/* link base */
.link 								{ font: 500 16px/60px "Montserrat"; letter-spacing: 0.6px; height: 60px; line-height: 60px; display: inline-block; color: var(--mainColor3); padding: 0 30px; background: linear-gradient(to top, var(--mainColor1) 0% 50%, var(--mainColor2) 50% 100%); background-size: 100% 200%; background-position: 0 100%; cursor: pointer; border-radius: var(--linkRadius);}
.link.color_2 						{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor2Hover) 50% 100%);}
.link.banner						{ font: 500 18px/60px "Montserrat"; height: 80px; line-height: 80px; display: inline-block; color: #111; padding: 0 30px; background: var(--mainColor3)}
.link.banner:hover					{ color: var(--mainColor1);}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: var(--mainColor3);}
.about .texte .read_more:hover 		{ color: var(--mainColor2);}
}

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

@media (max-width:700px) {
.sous_titre 						{ font: 600 20px/28px "Frank Ruhl Libre";}
.titre	 						    { font-size: 25px; line-height: 32px;}
.chapo		 						{ font-size: 14px; line-height: 28px; margin-bottom: 15px;}
.chapo span	 						{ margin-top: 10px;}
.link 								{ font-size: 14px; line-height: 48px; height: 50px;}

}




/* link cta v1 : icon + arrow */
.link.cta_v1						{ height: auto; padding: 0 80px 0 30px; text-align: left; border-radius: 10px;}
.link.cta_v1:after 					{ width: 20px; height: 100%; background: url("../images/arrow_link.svg") 100% 50% no-repeat; position: absolute; right: 30px; top: 0; content: "";}
.link.cta_v1>span 					{ height: 80px; display: grid; align-items: center; position: relative; padding: 10px 0 10px 60px; font-size: 18px; line-height: 20px;}
.link.cta_v1>span:after				{ width: 30px; height: 100%; background: url("../images/devis_v1.svg") 50% / contain no-repeat; position: absolute; left: 0; top: 0; content: "";}
.link.cta_v1 i 						{ font-style: normal; font-size: 12px; display: block; padding-bottom: 2px;}


.link_light							{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor1) 50% 100%);}
.link_dark							{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor1) 50% 100%);}


/* link arrow */
.link_arrow 						{ height: 60px; display: grid; grid-template-columns: 1fr auto 80px; grid-gap: 20px; align-items: center; position: relative; overflow: hidden; cursor: pointer; letter-spacing: 0.4px;}
.link_arrow:before 					{ position: absolute; right: 0; top: 0; width: 80px; height: 100%; background: var(--mainColor1); content: "";}
.link_arrow:after 					{ position: absolute; right: 0; top: 0; width: 80px; height: 100%; background: url("../images/arrow_link.svg") 50% no-repeat; content: "";}
.link_arrow span					{ font: 600 16px/100% "Manrope"; padding-bottom: 2px; transform: translateX(-15%); opacity: 0; transition: all 300ms ease-in-out;}
.link_arrow i						{ width: 0; height: 3px; background: var(--mainColor1); display: block; transition: all 300ms ease-in-out;}


.txt_highlight						{ position: relative;}
.txt_highlight svg  				{ position: absolute;}

.ul_check li 						{ position: relative; padding-left: 30px; font-weight: 500; line-height: 25px; margin: 20px 0 20px 0;}
.ul_check li:before					{ width: 10px; height: 10px; position: absolute; left: 0; top: 8px; background: url("../images/check.svg") 0 0 / contain no-repeat; content: "";}
.ul_check li:last-child				{ margin-bottom: 0;}



.ul_list li 						{ position: relative; padding-left: 30px; font-weight: 500; line-height: 25px; margin: 20px 0 20px 0;}
.ul_list li:before					{ width: 15px; height: 15px; position: absolute; left: 0; top: 8px; background: url("../images/pattern.svg") 0 0 / contain no-repeat; content: "";}
.ul_list li:last-child				{ margin-bottom: 0;}


.ul_square      					{ position: relative; padding-left: 50px; }
.ul_square:before		            { position: absolute; width: 30px; height: 100%; bottom: 0; left: 0; background: url(../images/pattern.svg); transform: rotate(180deg); background-size: 30px 30px; visibility: visible; transition: none; content: ""; }
.ul_square li 						{ position: relative; padding-left: 0; font-weight: 500; line-height: 25px; margin: 20px 0 20px 0; }
/*
.ul_square li:before				{ width: 10px; height: 10px; position: absolute; left: 0; top: 8px; background: url("../images/list.svg") 0 0 / contain no-repeat; content: "";}
*/
.ul_square li:last-child			{ margin-bottom: 0;}

@media (max-width:700px) {
.ul_square      					{ position: relative; padding-left: 35px; }
.ul_square:before		            { width: 15px; height: 100%; background-size: 15px 15px; }
}


/***** header *****/
.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; padding: 25px 0; z-index: 100; transition: all 300ms ease-in-out; background-color: var(--bgColorLight); border-bottom: 10px solid var(--mainColor1)}
.header .logo								{ width: 220px; position: absolute; left: 50%; top: 50%; transform-origin: left center; z-index: 850; transform: translate(-50%, -50%);}
.header .logo img							{ width: 100%; height: auto; display: block; }
.header .header_nav 						{ display: inline-block; vertical-align: middle; position: relative; width: 100%}
.header .menu 								{ margin: 0; display: grid; grid-template-columns: 1fr auto 1fr 260px 1fr 1fr 1fr; grid-gap: 50px;}
.header .menu>li							{ position: relative; display: inline-block; vertical-align: top; width: 100%; text-align: center;}
.header .menu>li a							{ font-size: 13px; line-height: 80px; height: 80px; display: block; color: var(--mainColor1); font-weight: 800; letter-spacing: 2px; text-transform: uppercase}
.header .menu>li a.link						{ color: var(--mainColor3);}
.header .menu .link.com				        { vertical-align: middle; z-index: 850; line-height: 50px; height: 50px; margin-top: 15px; padding: 0 45px; font-size: 12px}



.header .menu>li.active:after				{ width: 20px; height: 3px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; background: url("../images/under_text.svg") 50% / contain no-repeat; content: ""; }


.header .tel 								{ text-align: left; padding: 0 30px 0 64px; font-size: 16px; line-height: 58px;}
.header .tel:after 							{ width: 18px; height: 100%; position: absolute; left: 28px; top: 0; background: url("../images/tel.svg") 50% / contain no-repeat; content: "";}
.header .gsm 								{ text-align: left; padding: 0 30px 0 60px; font-size: 16px; line-height: 58px;}
.header .gsm:after 							{ width: 14px; height: 100%; position: absolute; left: 28px; top: 0; background: url("../images/gsm_white.svg") 50% / contain no-repeat; content: "";}
@media (max-width: 1580px) {
.header .menu 								{ grid-gap: 20px;}
}

@media (min-width:1201px) {
.header.sticky								{ padding: 10px 0;;}
.header.sticky .menu>li a					{ }
.header.sticky .menu .sub a					{ color: var(--mainColor1);}
.header.sticky .menu .sub a:hover			{ color: var(--mainColor1);}

.header .menu_mobile 						{ display: none;}
.header .sub:after 							{ width: 10px; height: 10px; position: absolute; left: 50%; top: -4px; margin: 0 0 0 -5px; transform: rotate(45deg); background: var(--mainColor2); content: "";}
.header .menu>li:hover .sub					{ opacity: 1; visibility: visible; z-index: 999;}
.header .menu>li:hover>a 					{ color: var(--mainColor1);}		
.header .sub li a:hover 					{ color: var(--mainColor1);}
.header.sticky .link.com:hover				{ color: var(--mainColor3);}
.header .link.com:hover					    { color: var(--mainColor3);}
}
@media (max-width:1200px) {
.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: var(--mainColor3); box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.05); text-align: right}
.header ::-webkit-scrollbar					{ display: none;}
.header .logo								{ width: 160px;}
.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; display: grid; z-index: 800; background: var(--mainColor2); border-top: 100px solid var(--mainColor3); transition: all 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: 100%; text-align: left; padding: 5vw; 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.active:after				{ filter: brightness(0) invert(1); bottom: 5px;}

.header .menu>li>a							{ font-size: 22px; line-height: 30px; height: auto; padding: 15px 0; color: var(--mainColor3); 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:after					{ width: 44px; height: 44px; background: url("../images/arrow_down.svg") 50% 52% no-repeat var(--mainColor3); border-radius: 5px; position: absolute; right: 0; top: 10px; content: "";}
.header .menu>li>i.active:after 			{ transform: rotate(180deg);}
.header .sub 								{ width: 100%; position: relative; left: auto; top: auto; padding: 20px 30px; margin: 15px 0; border-radius: 5px; background: var(--mainColor3); visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  							{ width: 100%;}
.header .sub li a							{ width: 100%; font-size: 18px; line-height: 24px; height: auto; padding: 10px 0; text-align: left; display: block; color: #111;}

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

}
@media (max-width:700px) {
.header .menu_mobile						{ margin-left: 15px;}
.header 									{ padding: 5px 0;}
.header .logo								{ width: 120px; margin-top: 0}
.header .header_nav							{ border-top-width: 70px;}
.header .menu>li>a							{ font-size: 16px; line-height: 22px; padding: 12px 0;}
.header .menu>li>i							{ height: 46px; margin-top: -46px;}
.header .menu>li>i:after					{ width: 40px; height: 100%; background-color: transparent; top: 0; filter: invert(1);}
.header .sub 								{ padding: 12px 22px; margin: 10px 0;}
.header .sub li a							{ font-size: 14px; line-height: 18px; padding: 8px 0;}
.header .tel 								{ font-size: 0; line-height: 0; height: 50px; width: 50px; padding: 0;}
.header .tel:after 							{ left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%}
.header .gsm 								{ font-size: 0; line-height: 0; height: 50px; width: 50px; padding: 0;}
.header .gsm:after 							{ left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%}
}


/***** side btn fixed *****/
.side_btn 								{ position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 999; display: grid; grid-gap: 0; padding: 15px 5px; background: var(--mainColor1); border-radius: 0; }
.side_btn a								{ display: block; width: 54px; height: 54px; line-height: 46px; border-radius: 0; position: relative; transition-duration: 0ms; transition-delay: 300ms; font-size:14px; }
.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.email:after					{ height: 16px; background-image: url("../images/email.svg");}
.side_btn a.horaire:after				{ height: 22px; background-image: url("../images/reveil.svg");}
.side_btn a.delhaize:after				{ height: 22px; background-image: url("../images/doggy-bag.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.youtube:after				{ height: 18px; background-image: url("../images/youtube.svg");}
.side_btn a.tiktok:after				{ height: 22px; background-image: url("../images/tiktok.svg");}
.side_btn a	span						{ display: block; width: 160px; height: 46px; position: absolute; top: 4px; right: 90%; border-radius: 0; opacity: 0; visibility: hidden;}
.side_btn a	i							{ position: absolute; left: 0; top: 0; font-style: normal; width: 160px; padding-left: 5px; text-align: center; color: var(--mainColor2);  background: var(--mainColor3); border-radius: 0; opacity: 0; /*transition: 100ms all 0ms;*/}


@media (min-width:1201px) {
.sticky .side_btn 						{ right: 0; transition-delay: 300ms;}

.side_btn a:hover  						{ background: var(--mainColor1); transition-delay: 0ms;}
.side_btn a:hover span					{ opacity: 1; visibility: visible;}
.side_btn a:hover span:after,
.side_btn a:hover span:before			{ opacity: 1;}
.side_btn a:hover i						{ opacity: 1;}
}

@media (max-width:1200px) {

.side_btn 								{ left: 30px; right: auto; top:20px; transform: none; grid-template-columns: repeat(3, 1fr); padding: 0;  grid-gap:10px; background-color: var(--mainColor3) }
.side_btn a								{ display: block; width: 50px; height: 50px; background-color: var(--mainColor1); border-radius: var(--linkRadius);}
.side_btn a:after						{ width: 50px;}
.side_btn a	span						{ width: 50px; height: 50px;}
.side_btn a.delhaize				    { display: none;}
}
@media (max-width:700px) {
.side_btn 								{ top: 15px; grid-gap: 8px; grid-template-columns: 1fr;}
.side_btn a								{ width: 42px; height: 42px;}
.side_btn a:after						{ width: 42px;}
.side_btn a	span						{ width: 42px; height: 42px;}
.side_btn a.email 						{ display: none;}
.side_btn a.facebook				    { display: none;}
.side_btn a.instagram				    { display: none;}
}


/***** show hide *****/
.show_hide                        			{ position: relative;} 
.show_hide .item                  			{ border: none; margin: 10px 0; overflow: hidden; border-radius: 0}
.show_hide .titre                 			{ font-size: 16px; line-height: 24px; position: relative; cursor: pointer; color: var(--mainColor3); padding: 20px 0 22px 0; margin: 0; font-weight: 600; border-bottom: 2px solid #ddd;}
.show_hide .hide                  			{ margin: 0; padding: 30px 30px 20px 30px; display: none;}
.show_hide .hide p a						{ color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1); padding-bottom: 1px;}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor2);}
}
@media (max-width:1200px){
.show_hide .titre                 			{ padding: 10px 70px 20px 0;}
.show_hide .hide                  			{ padding: 30px 25px;}
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0 60px 0;}
.show_hide .titre                 			{ padding: 10px 65px 15px 0; font-size: 14px; line-height: 22px;}
.show_hide .hide                  			{ padding: 20px;}
}

/* custom titre plus */
.show_hide .titre_plus:after          		{ width: 20px; height: 2px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: var(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 9px; 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: 0;}
.show_hide .titre_plus:before          		{ right: 9px;}
}




/***** cta bloc v2 *****/
.cta_bloc 								{ position: relative; background: var(--mainColor1); overflow: hidden; text-align: center;}
.cta_bloc:after							{ position: absolute; width: 100%; height: 30px; bottom: 0; left: 0; background: url("../images/pattern.svg"); transform: rotate(180deg); background-size: 30px 30px; visibility: visible; transition: none; content: "";}

.cta_bloc a	h2				            { color: var(--mainColor3); padding: 40px 0 50px 0; display: flex; justify-content: center; gap: 20px; font: 600 25px/32px "Frank Ruhl Libre"; text-transform: none; letter-spacing: 0}

/* .cta_bloc a:after						{ position: absolute; right: 30px; top: 50%; height: 40px; width: 40px; transform: translateY(-60%); background: url("../images/arrow_link.svg") 50% / contain no-repeat; z-index: 5; content: ""; } */

.cta_bloc a span img {  height: 40px; width: 40px;}

@media (max-width:700px) {
.cta_bloc a	h2 { max-width: 80vw; text-align: left; padding-left: 40px;}  
}

/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative;}
.bloc_txt_img .photo:after								{ position: absolute; width: 100%; height: 100%; top: 50px; left: -50px; background: url("../images/pattern.svg"); background-size: 30px 30px; visibility: visible; transition: none; content: ""; overflow: hidden}
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 50% 1fr; grid-gap: 0 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 .wrap						{ display: inline-block; text-align: left; max-width: 520px;}
.bloc_txt_img .container img 							{ width: 100%; height: auto; object-fit: cover; display: block; position: relative; z-index: 10;}
.bloc_txt_img .container p               				{ margin-bottom: 15px;}
.bloc_txt_img .container .link							{ margin-top: 10px;}
.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 .photo:after						{ left:50px }
.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.reverse .container .txt					{ text-align: right;}
.bloc_txt_img.align_top .container                		{ align-items: start;}



.bloc_txt_img.reverse .container .romarin				{ background: url("../images/icon_romarin.svg") no-repeat bottom right; background-size: 120px 120px; padding-right: 100px;}


@media (max-width:1200px) { 
.bloc_txt_img .container	                        	{ grid-gap: 0 60px;}
}
@media (max-width:1000px) { 
.bloc_txt_img .container 								{ grid-template-columns: 1fr; grid-gap: 40px;}
.bloc_txt_img .container .txt .wrap						{ 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 .photo:after								{ top: 30px; left: -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;}
}



.bloc_txt_img .texte p a,
.txt_simple p a,
.ul_list li a                                         { color: var(--mainColor4); border-bottom: 1px solid #CFCFCF; }
@media (min-width:1201px) { 
.bloc_txt_img .texte p a:hover,
.txt_simple p a:hover,
.ul_list li a:hover                                   { color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1); }
}




/***** bloc rs *****/

.bloc_rs									{ font-size: 0; line-height: 0; letter-spacing: 0;}
.bloc_rs a									{ width: 54px; height: 54px; display: block; overflow: hidden;}
.bloc_rs a:after							{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.bloc_rs .facebook:after					{ background: url("../images/facebook.svg") 50% no-repeat;}
.bloc_rs .instagram:after					{ background: url("../images/instagram.svg") 50% no-repeat;}
.bloc_rs .scroll:after 						{ background: url("../images/scrolltop.svg") 50% 46% no-repeat;}



/***** inscription newsletter *****/
.newsletter 					    { position: relative; margin: var(--marginTB); border: 5px solid var(--mainColor1); padding: 50px;}
.form_newsletter 					{ color:#fff;}
.form_newsletter .wrapper			{/* padding: 30px 60px;*/}
.form_newsletter .titre_main		{ text-align:left;}
.form_newsletter .titre_main span	{ color:#111; font-size:20px; line-height:30px; display:block;}
.form_newsletter .grid				{ display: grid; grid-template-columns: 1fr 1fr 1fr auto; grid-gap: 10px; width: 100%;}
.form_newsletter input[type="text"],
.form_newsletter input[type="email"]{ margin:0; height:60px; font:400 13px/20px "Montserrat"; letter-spacing:0.4px; padding:0 30px; border: 2px solid #D3D3D3; }
.form_newsletter .link				{ margin:0; height: 60px; line-height: 58px; text-align:center; display:block; background: var(--mainColor1); color:#fff; border:none; cursor:pointer;}

.form_newsletter_ok					{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:950;}
.form_newsletter_ok .row			{ width:85vw; max-width:450px; margin:0 auto; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:20; background:#fff; text-align:center; /*padding:40px;*/}
.form_newsletter_ok .row img		{ margin:0 auto 14px auto; display:block;}
.form_newsletter_ok .row p			{ margin-bottom:20px; font-size:14px; line-height:30px; letter-spacing:0.4px; color:#111;}
.form_newsletter_ok .row .link		{ cursor:pointer;}
.form_newsletter_ok .close_bg		{ width:100%; height:100%; background:#111; position:absolute; left:0; top:0; z-index:10; opacity:0.9;}

#rgpdPopupFormTarget 				{ display:none !important;}

@media (min-width:1201px) {
.form_newsletter .link:hover		{ background:#1a1a1a;}
}
@media (max-width:1000px) {
.form_newsletter .grid				{ grid-template-columns:1fr; grid-gap:20px;}
}
@media (max-width:700px) {
.form_newsletter 					{ padding: 40px 7.5vw 20px; margin: 0 -7.5vw;}
.form_newsletter .wrapper			{ padding: 0;}
.form_newsletter .titre_main span	{ font-size:18px; line-height:28px;}
.form_newsletter .grid				{ grid-gap:10px;}
.form_newsletter_ok .row			{ padding:7.5vw;}
.newsletter 					    { margin: 0 auto 0;}
.form_newsletter input[type="text"],
.form_newsletter input[type="email"]{ height:50px; padding:0 20px;}
.form_newsletter .link				{ height: 50px; line-height: 48px;}
}







/***** footer *****/
.footer										{ position: relative; color: #fff; padding-top: 160px; background: var(--mainColor1);}
.footer:after							    { position: absolute; width: 100%; height: 60px; top: 0; left: 0; background: url("../images/pattern.svg"); background-size: 30px 30px; visibility: visible; transition: none; content: "";}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative; font-size: 15px; line-height: 26px; max-width: 420px; margin-right: 80px}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: clamp(20px, 7vw, 40px);}
.footer .bloc_footer.heading_float 			{ margin-right: 100px;}
.footer .bloc_footer .logo 					{ width: 220px; height: auto; display: block; filter: invert(1) brightness(100); }
.footer .bloc_footer .titre_footer			{ font-weight: 800; letter-spacing: 2px; margin: 0; padding-bottom: 5px; text-transform: uppercase}
.footer .bloc_footer p						{ margin: 15px 0 0 0;}
.footer .bloc_footer p a					{ color: #fff; display: inline-block; }
.footer .bloc_footer .icon 					{ padding-left: 30px; position: relative;}
.footer .bloc_footer .icon:after 			{ width: 18px; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.footer .bloc_footer .address:after 		{ background: url(../images/map.svg) 0 50% no-repeat;}
.footer .bloc_footer .tel a:after 			{ background: url(../images/tel.svg) 0 50% no-repeat;}
.footer .bloc_footer .email a:after 		{ background: url(../images/email.svg) 0 50% no-repeat;}

.footer ul.bloc_footer     					{ margin: 0 0 0 100px;}
.footer ul.bloc_footer li   				{ margin-top: 15px;}
.footer ul.bloc_footer li a 				{ color: #fff; display: inline-block; padding: 0 0 0 20px;}
.footer ul.bloc_footer li a:after			{ width: 6px; height: 100%; background: url(../images/list.svg) 0 50% no-repeat; position: absolute; left: 0; top: 0; filter: invert(1); content: "";}

.footer .bloc_rs							{ position: absolute; right: 0; top: -10px;}
.footer .bloc_rs a							{ display: inline-block; vertical-align: top; margin-right: 10px;}
.footer .bloc_rs a:after					{ filter: invert(0);}
.footer .bloc_rs .scroll 					{ margin: 0;}

.footer_bottom   							{ padding: 20px 0; line-height: 0; margin: clamp(20px, 7vw, 80px) 0 0 0;}
.footer_bottom li 							{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li:after						{ width: 1px; height: 10px; content: ""; position: absolute; right: -15px; top: 4px; background: var(--mainColor3);}
.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: 0; transition: bottom 300ms ease-in-out;}
.toponweb span								{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #fff 0% 50%, #fff 50% 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img								{ width: 76px; height: auto; display: block; margin: 0 auto; filter: invert(1); transition: all 300ms ease-in-out;}

@media (min-width:1201px) {
.footer .bloc_footer p a:hover, 
.footer .bloc_footer li a:hover, 	 
.footer_bottom li a:hover 	 				{ color: var(--mainColor3); text-decoration: underline}
.toponweb:hover span						{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer .bloc_footer.heading_float 			{ margin-right: 80px;}
.footer ul.bloc_footer     					{ display: none;}
}
@media (max-width:700px) {
.footer .bloc_footer 						{ width: 100%; padding: 0; font-size: 14px; line-height: 24px; margin-right: 0}
.footer .bloc_footer.heading_float 			{ margin-right: 0; margin-bottom: clamp(20px, 7vw, 40px);}
.footer .bloc_footer .logo 					{ width: 120px; padding-bottom: 5px;}
.footer .bloc_footer :first-child			{ margin-top: 0;}
.footer	.bloc_rs							{ position: static; margin-top: 7vw;}
.footer	.bloc_rs a							{ width: 50px; height: 50px; margin: 0 10px 0 0;}
.footer	.bloc_rs .scroll					{ position: absolute; right: 0; top: -10px;}
.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;}
}


/* variant : footer floating */
.footer.floating 							{ margin-bottom: 0;}
.footer.floating:before						{ background: var(--mainColor1); content: "";}
.footer.floating .footer_bottom   			{ padding: 20px 0 30px 0;}
.footer.floating .toponweb span 			{ padding: 10px 0 0 0; background: none;}

@media (max-width:1400px) {
.footer.floating 							{ margin-bottom: 0;}
.footer.floating:before						{ left: 0; right: 0; border-radius: 40px 40px 0 0;}
}
@media (max-width:700px) {
.footer.floating:before						{ border-radius: 0;}
.footer.floating .footer_bottom   			{ padding: 0 0 20px 0;}
.footer.floating .toponweb span 			{ padding: 14px 0 0 0; background: none;}
}


