@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

/* CROSS-BROWSER INITIALIZATION */
html {margin:0;padding:0;border:0;font-size:100.01%;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;}
table, tbody, tfoot, thead, tr, th, td {margin:0;font-size:100%;font-family:inherit;}
table {border-spacing: 0;}
td, th {vertical-align: top;}
img {
	max-width: 100%;
	height: auto;
}
.hide_bg_img {
	background-image: none !important;
}
iframe {
	max-width: 100%;	
	border: 0;	
}
body {
	background-color: #dfdfdf;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.04em;
}
a img {border:none;}
:focus {outline:0;}
p {padding: 0 0 20px 0; margin: 0;}
span {line-height: 1.62em}
ol {margin: 0 0 15px 0; padding-left: 35px; list-style-type: decimal;}
ol li {
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 8px;	
	padding-left: 5px;
}
ol > li::marker {
  font-weight: 500;
	color: #242424;
	font-size: inherit;
}
ul {margin: 0 0 15px 0; padding-left: 35px;}
ul li {	
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 8px;
}
strong {font-weight: bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
blockquote{margin: 15px; font-style: italic;}
hr {border: 0; border-bottom: 2px solid #e9e9e9; height: 0px; background-color: transparent; color: transparent; margin: 30px 0 30px 0; padding: 0;}
.hr_2 {border: 0; border-bottom: 2px solid #e9e9e9; height: 0px; background-color: transparent; color: transparent; margin: 30px 0 30px 0; padding: 0;}
.left {float:left;}
.right {float:right;}
.first {margin-left:0 !important; padding-left:0 !important;}
.last {margin-right:0 !important; padding-right:0 !important;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clear {clear:both;}
.txt_justify {text-align:justify;}
.txt_left {text-align:left;}
.hide {display:none !important;}
.uppercase {
	text-transform: uppercase;
}
.material-symbols-outlined {
	vertical-align: middle;
	font-size: inherit;
}
[id] {
    scroll-margin-top: 60px;
}

/* STRUCTURE BEGIN */

.box_wrapper_menu_main {
	width: 100%;
	/*height: 58px;*/
}
.box_menu_main {	 
	width: 100%;
	/*max-width: 1080px;
	margin: 0 0 0 auto;*/
	min-height: 49px;
	background-color: #f37221;	
	clear: both;
}

.box_header_1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f4f3f1;	
	color: #242424;
	padding: 10px 0 10px 0;
	min-height: 46px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
}

.box_header_2 {
	position: relative;
	top: 0;
	left: 0;	
	/*min-height: 155px;*/
	width: 100%;
	background-color: #ffffff;	
	color: #242424;
	padding: 0 0 0 0;	
	border-bottom: 1px solid #dddddd;
}

.box_header_3 {
	position: relative;
	top: 0;
	left: 0;	
	/*min-height: 155px;*/
	width: 100%;
	background-color: #f37221;	
	color: #242424;
	padding: 0 0 0 0;	
	/*border-bottom: 1px solid #dddddd;*/
}

.box_header_top_banner {
	width: 100%;
	height: 31px;
	background-color: #ffffff;
}
.box_photo_banner {
	width: 100%;
	background-color: #ffffff;
	/*border-bottom: 5px solid #dad9da;*/
	/*max-height: 900px;*/
}
.box_content {
	width: 100%;
	/*min-height: 350px;*/
	background-color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
}
.box_footer_1 {
	width: 100%;
	background-color: #dfdfdf;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 20px;
	color: #242424;
	border-top: 70px solid #ffffff;
	font-size: 14px;
	line-height: 1.7em;
}
.box_footer_1 a:link, .box_footer_1 a:visited {
	text-decoration: none;	
	color: #242424;
}
.box_footer_1 a:hover, .box_footer_1 a:visited:hover {
	text-decoration: underline;	
	color: #242424;
}
.box_footer_1_inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px 0 60px;
	position: relative;
	top: 0;
	left: 0;
}

.box_footer_2 {
	width: 100%;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 13px;
}
.box_footer_2 a:link, .box_footer_2 a:visited {
	text-decoration: none;	
	color: #242424;
}
.box_footer_2 a:hover, .box_footer_2 a:visited:hover {
	text-decoration: underline;	
	color: #242424;
}
.box_footer_2_inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px 0 60px;
}

.box_search_bar_wrap {
	position: relative;
	padding-top: 50px;
	width: 100%;
	max-width: 650px;
}
@media only screen and (max-width: 1350px) {
	.box_search_bar_wrap {
		max-width: 600px;
	}
}

.box_search_result_wrap {
	position: absolute;
	top: 110px;
	left: 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	z-index: 6000;
	width: 100%;
	/*max-width: 648px;*/
	/*padding: 5px;*/
}
.box_search_result_in {
	height: 100%;
	max-height: 450px;
	overflow-y: auto;	
}
@media only screen and (max-width: 800px) {
	.box_search_result_in {
		max-height: 300px;
	}
}
.box_search_result_go {
	padding: 20px;
	border-top: 1px solid #cccccc;
}
.box_search_result_item {
	width: calc(100% - 20px);
	display: flex;
	padding: 10px;
	/*margin: 25px 0 0 0;*/
}
.box_search_result_item:hover {
	background-color: #dddddd;
}

@media only screen and (min-width: 1351px) {

	.box_slogan_top {
		float: left;
		text-align: left;
		font-size: 14px;		
	}

	.box_search_result_out_wrap_2 {
		display: none;
	}
	.box_search_boutique_2 {
    display: inline-block;
		width: 100%;
		max-width: 700px;
		padding: 0;
		margin: 0 0 0 0;				
	}	

	.box_header_1_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 60px 0 60px;
		position: relative;
		top: 6px;
		left: 0;				
	}	
	.box_header_2_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 60px 0 60px;
		position: relative;
		top: 0;
		left: 0;				
	}
	.box_header_3_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 60px 0 60px;
		position: relative;
		top: 0;
		left: 0;				
	}	
	.box_content_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 30px 60px 30px 60px;
		position: relative;
		top: 0;
		left: 0;
	}	
	.box_content_space {
		border-top: 0 solid #ffffff;
		border-bottom: 0 solid #ffffff;
	}
}
@media only screen and (max-width: 1350px) {

	.box_cart_desktop {
		display: none;
	}
	.box_slogan_top {
		float: none;
		text-align: center;
		font-size: 13px;
	}

	.box_search_result_out_wrap_2 {
		padding: 20px 10px 20px 10px;		
	}
	/*.box_search_boutique_2 {
    display: inline-block;
		width: 100%;
		max-width: 560px;
		padding: 0;
		margin: 0 0 0 0;
	}*/
	.box_search_boutique_2 {
		float: none;
    display: block;
    margin: 0 auto 0 auto;      
		width: 100%;
		max-width: 700px;
		border-spacing: 0;	
		table-layout: fixed;	
		padding: 0;			
		/*margin: 0 0 20px 0;			*/
	}	

	.box_top_message {
		background-color: #242424;
	}
	.box_header_1 {
		min-height: 35px;
	}
	.box_header_1_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 10px 0 10px;
		position: relative;
		top: 1px;
		left: 0;		
	}	
	.box_header_2_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
		top: 0;
		left: 0;					
	}
	.box_header_3_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
		top: 0;
		left: 0;					
	}	
	.box_content_inner {			
		margin: 0 auto;
		padding: 10px 20px 10px 20px;
	}
	.box_content_space {
		border-top: 0 solid #ffffff;
		border-bottom: 0 solid #ffffff;
	}	
}

.box_header_menu_mobile_trigger {
	/*position: fixed;*/
	/*position: relative;
	top: 20px;
	left: 20px;
	z-index: 3001;*/
	float: left;
	margin-top: 10px;
	color: #242424;
	font-weight: 400;
	font-size: 36px;
	border-radius: 3px;
	text-align: left;
} 
.box_header_menu_mobile_trigger:hover {		
	color: #242424;
} 
.box_logo_principal {
	float: left;
	margin-top: 55px;
	margin-left: 0;
	z-index: 3000;
} 
.box_logo_principal_2 {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	z-index: 3000;
}
.box_header_2_mobile {		
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 62px;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px 0 10px;
	z-index: 3000;	
}
.box_header_3_mobile {		
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	z-index: 3000;	
}

@media only screen and (min-width: 1351px) {
  .box_full_width_menu {
    text-align: left;
    float: none;
	}
	.box_header_2_mobile {
		display: none;
	}
	.box_header_3_mobile {
		display: none;
	}	
	.box_header_2_desktop {
		display: block;
		min-height: 145px;
	}	
	.box_header_3_desktop {
		display: block;
		/*min-height: 170px;*/
	}		    
}

@media only screen and (max-width: 1350px) {		

	.box_header_2_desktop {
		display: none;
	}
	.box_header_3_desktop {
		display: none;
	}	
  .box_full_width_menu {
    display: none;
  } 
	
	.box_wrapper_menu_main {
		display: none;
	}  

}

/* STRUCTURE END */

/* MAIN MENU BEGIN */

ul.ul_menu_main {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ul_menu_main li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	background-image: none;
}
ul.ul_menu_main li:hover > ul {
	display: inline-block;
}
a.a_menu_main:link, a.a_menu_main:visited {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-decoration: none;
	height: 56px;
	line-height: 56px;
	margin: 0 5px 0 5px;
	padding: 0 13px 0 13px;
	display: inline-block;
	vertical-align: top;	
	letter-spacing: 0.03em;
}
a.a_menu_main:hover, a.a_menu_main:visited:hover {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #eeeeee;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-decoration: none;		
	height: 56px;
	line-height: 56px;
	margin: 0 5px 0 5px;
	padding: 0 13px 0 13px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.03em;
}

ul.ul_menu_main_sub {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #f4f3f1;
	list-style-type: none;
	z-index: 5000;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	text-align: left;
	width: 450px;	
}

ul.ul_menu_main_sub_2 {
	max-height: 380px;
	overflow-y: scroll;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 10px;
}

ul.ul_menu_main_sub li, ul.ul_menu_main_sub_2 li {
	margin: 0;
	padding: 0;
}
ul.ul_menu_main_sub a:link, ul.ul_menu_main_sub a:visited {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.42em;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 23px;
	padding-right: 40px;
	white-space: wrap;	
	text-transform: uppercase;
}
ul.ul_menu_main_sub a:hover, ul.ul_menu_main_sub a:visited:hover {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.42em;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.06em;	
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 23px;
	padding-right: 40px;		
	white-space: wrap;
	background-color: #f37221;
	text-transform: uppercase;		
}
ul.ul_menu_main_sub_2 a:link, ul.ul_menu_main_sub_2 a:visited {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;	
	padding-left: 23px;
	padding-right: 40px;
	white-space: wrap;	
	text-transform: none;
	border: 0 !important;
	border-top: 1px solid #dfdfdf !important;
}
ul.ul_menu_main_sub_2 a:hover, ul.ul_menu_main_sub_2 a:visited:hover {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.06em;	
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;	
	padding-left: 23px;
	padding-right: 40px;		
	white-space: wrap;
	background-color: #f37221;
	text-transform: none;
	border: 0 !important;
	border-top: 1px solid #dfdfdf !important;	
}

/* END MAIN MENU */

/* TYPO BEGIN */

h1 {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;
	margin: 0 0 0 0;
	letter-spacing: 0.03em;	
	padding: 0 0 0 0;
}
.h1_subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #242424;
}
h2 {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;
	margin: 0 0 25px 0;
	padding: 15px 0 15px 0;	
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
h3 {
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}

.txt_h2 {	
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;	
	letter-spacing: 0.06em;
	text-transform: uppercase;	
}

.txt_sous_titre {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #f46a1f;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
}

@media only screen and (max-width: 860px) {
	body {
		font-size: 20px;
	}
	h1 {
		font-size: 40px;
	}	
	h2 {
		font-size: 30px;
	}
	.h1_subtitle {
		font-size: 20px;		
	}	
	.txt_h2 {
		font-size: 30px;
	}
	.txt_script {
		font-size: 40px;
	}	
	.txt_script_tail {
		font-size: 40px;
	}		
}
@media only screen and (max-width: 720px) {
	body {
		font-size: 18px;		
	}
	.box_slogan_top {
		padding-top: 2px;
	}
	h1 {
		font-size: 30px;
		font-weight: 400;
	}	
	h2 {
		font-size: 30px;
	}	
	.h1_subtitle {
		font-size: 20px;
	}
	.txt_h2 {
		font-size: 30px;
	}
	.txt_script {
		font-size: 34px;
	}		
	.txt_script_tail {
		font-size: 34px;
	}			
}

.txt_majuscule_gras {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #242424;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;	
}
.txt_majuscule_gras_2 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #242424;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;		
}
@media only screen and (max-width: 800px) {
	.txt_majuscule_gras {
		font-size: 18px;
	}
	.txt_majuscule_gras_2 {
		font-size: 18px;
	}
}

a:link, a:visited {	
	font-family: inherit;
	font-size: inherit;
	/*color: #f46a1f;*/
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: underline;
}
a:hover, a:visited:hover {	
	font-family: inherit;
	font-size: inherit;
	/*color: #f46a1f;*/
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}

a.a_menu_footer:link, a.a_menu_footer:visited {	
	text-decoration: none;
}
a.a_menu_footer:hover, a.a_menu_footer:visited:hover {	
	text-decoration: underline;
}

a.a_box:link, a.a_box:visited {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.04em;	
	background-color: #f37221;
	border: 1px solid #f37221;
	color: #ffffff;
	padding: 9px 20px 9px 20px;
	margin: 0 5px 15px 5px;
	text-decoration: none;
	font-style: normal;
  font-weight: 500;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	/*border-radius: 10px;*/
}
a.a_box:hover, a.a_box:visited:hover {
	background-color: #f2ae83;
	border: 1px solid #f2ae83;
	color: #ffffff;
	cursor: pointer;
}

a.a_box_2:link, a.a_box_2:visited {
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 0 5px 15px 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #242424;
	border: 1px solid #242424;
	line-height: 1.6em;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	/*border-radius: 20px / 50%;*/
}
a.a_box_2:hover, a.a_box_2:visited:hover {
	color: #ffffff;
	background-color: #7a7a7a;
	border: 1px solid #7a7a7a;
	cursor: pointer;
}

a.a_box_3:link, a.a_box_3:visited {
	font-family: "Open Sans", sans-serif;
	color: #242424;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 0 5px 15px 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	background-color: #eeeeee;
	border: 0;
	line-height: 1.6em;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: uppercase;
	/*border-radius: 20px / 50%;*/
}
a.a_box_3:hover, a.a_box_3:visited:hover {
	color: #242424;
	background-color: #f4f3f1;
	border: 0;
	cursor: pointer;
}

a.a_box_4:link, a.a_box_4:visited {
	font-family: "Open Sans", sans-serif;
	color: #242424;
	display: inline-block;
	padding: 9px 9px 9px 9px;
	margin: 0 5px 10px 5px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #e1e1df;
	line-height: 1.43em;
	letter-spacing: 0.04em;
	text-align: left;
	border-radius: 7px;
}
a.a_box_4_sel, a.a_box_4_sel:visited {
	font-family: "Open Sans", sans-serif;
	color: #242424;
	display: inline-block;
	padding: 9px 9px 9px 9px;
	margin: 0 5px 10px 5px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #f27221;
	line-height: 1.43em;
	letter-spacing: 0.04em;
	text-align: left;
	border-radius: 7px;
}
a.a_box_4:hover, a.a_box_4:visited:hover, a.a_box_4_sel:hover, a.a_box_4_sel:visited:hover {
	color: #242424;
	background-color: #ffffff;
	border: 2px solid #f27221;
	cursor: pointer;
}

.button {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.04em;	
	background-color: #f37221;
	border: 1px solid #f37221;
	color: #ffffff;
	padding: 9px 20px 9px 20px;
	margin: 0 5px 15px 5px;
	text-decoration: none;
	font-style: normal;
  font-weight: 500;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;

}
.button:hover {
	background-color: #cabeca;
	border: 1px solid #cabeca;
	color: #242424;
	cursor: pointer;
}

/* TYPO END */

/* MISCELLANEOUS BEGIN */

.transparent_hover:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.input_text {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #262323;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;	
	background-color: #ffffff;
	height: 34px;
	line-height: 34px;
	text-align: left;
	padding: 0 10px 0 10px;
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}
.input_text_2 {
	font-family: "Open Sans", sans-serif;
	color: #242424;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;	
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 10px 0 10px;
	background-color: #ffffff;
	border: 2px solid #f27221;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.input_text_search {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	border: 1px solid #e3e3e1;
	height: 50px;
	line-height: 50px;
	padding: 0;
	padding-left: 20px;
	padding-right: 35px;
	margin: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	/*max-width: 800px;*/
	text-transform: uppercase;
	/*border-radius: 15px;*/
	-webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1350px) {
	.input_text_search {
		border-radius: 15px;
	}
	.box_search_result_wrap {
		border-radius: 15px;
		overflow: hidden;
	}	
}
input::placeholder {
  color: #696969; /* Change to your preferred color */
  opacity: 1; /* Ensures full visibility */
}
input::-webkit-input-placeholder { color: #696969; }
input:-moz-placeholder { color: #696969; }
input::-moz-placeholder { color: #696969; }
input:-ms-input-placeholder { color: #696969; }

.input_text_infolettre {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	letter-spacing: 0.08em;	
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 10px 0 25px;
	margin: 10px 10px 10px 10px;
	width: calc(100% - 20px);
	max-width: 360px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e3e3e1;
	/*border-radius: 20px / 50%;*/
}
@media only screen and (max-width: 1350px) {
	.input_text_infolettre {
		border-radius: 15px;
	}
}

.img_top_banner {
	width: 100%;
	height: auto;
	max-width: 1920px;
	/*border-bottom: 5px solid #dad9da;*/
	margin: 0 auto;
	display: block;
}

.table_pleine_largeur {	
	width: 100% !important;
	margin: 0 0 15px 0;
	border-spacing: 0;	
	table-layout: fixed;
}

@media only screen and (min-width: 1001px) {
	.table_un_quart {
		display: inline-table;
		/*width: 100%;
		max-width: 296;
		margin: 0 28px 15px 0;*/
		width: 21%;
		margin: 0 calc(2% - 4px) 15px calc(2% - 4px);
		max-width: 21%;	
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		display: inline-table;
		/*width: 100%;
		max-width: 296px;
		margin: 0 -8px 15px 0;*/
		width: 21%;
		margin: 0 calc(2% - 4px) 15px calc(2% - 4px);
		max-width: 21%;		
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
}
@media only screen and (max-width: 1000px) {	
	.table_un_quart {
		display: inline-table;
		width: 31%;
		margin: 0 calc(1% - 4px) 15px calc(1% - 4px);
		max-width: 31%;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		display: inline-table;
		width: 31%;
		margin: 0 calc(1% - 4px) 15px calc(1% - 4px);
		max-width: 31%;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
}
@media only screen and (max-width: 700px) {	
	.table_un_quart {
		display: inline-table;
		width: 44%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		max-width: 44%;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		display: inline-table;
		width: 44%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		max-width: 44%;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
}
@media only screen and (max-width: 450px) {
	.table_un_quart {
		float: none;
		display: inline-table;
		margin: 0 auto 15px auto !important;
		width: 100%;
		/*max-width: 246px;*/
		max-width: 100%;
		border-spacing: 0;	
		table-layout: fixed;		
	}
	.table_un_quart_dernier {
		float: none;
		display: inline-table;
		margin: 0 auto 15px auto !important;
		width: 100%;
		/*max-width: 246px;*/
		max-width: 100%;
		border-spacing: 0;	
		table-layout: fixed;		
	}	
}

@media only screen and (min-width: 1001px) {
	.table_un_quart_2 {
		display: inline-table;
		width: 19%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		max-width: 22%;	
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
}
@media only screen and (max-width: 1000px) {	
	.table_un_quart_2 {
		display: inline-table;
		width: 44%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		max-width: 44%;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
}
@media only screen and (max-width: 550px) {
	.table_un_quart_2 {
		float: none;
		display: inline-table;
		margin: 0 auto 15px auto !important;
		width: 100%;
		/*max-width: 246px;*/
		max-width: 100%;
		border-spacing: 0;	
		table-layout: fixed;		
	}
}

	
@media only screen and (min-width: 1221px) {
	.table_flex {
		display: flex;
	}
	.table_un_demi {
		display: inline-table;
		width: 100%;
		max-width: 613px;
		margin: 0 46px 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_demi_dernier {
		display: inline-table;
		width: 100%;
		max-width: 613px;
		margin: 0 -4px 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier {		
		display: inline-table;
		/*width: 100%;
		max-width: 406px;
		margin: 0 27px 15px 0;*/
		width: 30%;
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier_dernier {		
		display: inline-table;
		/*width: 100%;
		max-width: 406px;
		margin: 0 -6px 15px 0;*/
		width: 30%;
		/*margin: 0 -4px 15px 0;*/
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}

	.table_deux_tiers {
		display: inline-table;
		width: 63%;
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_deux_tiers_dernier {
		display: inline-table;
		width: 63%;
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
	.mosaik_vspace {
		height: 11px;
	}
}

@media only screen and (max-width: 1220px) {	
	.table_flex {
		display: flex;
	}
	.table_un_demi {
		display: inline-table;
		width: 48.5%;
		margin: 0 calc(3% - 4px) 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_demi_dernier {
		display: inline-table;
		width: 48.5%;
		margin: 0 -4px 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
	.table_un_demi_service {
		display: inline-table;
		width: 48.5%;
		margin: 0 calc(3% - 4px) 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		border: 1px solid #eeeeee;
		vertical-align: top;
	}
	.table_un_demi_service_dernier {
		display: inline-table;
		width: 48.5%;
		margin: 0 -4px 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		border: 1px solid #eeeeee;
		vertical-align: top;
	}	
	.table_un_tier {
		display: inline-table;
		width: 31%;
		margin: 0 calc(2% - 4px) 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier_dernier {
		display: inline-table;
		width: 31%;
		margin: 0 -4px 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}

	.table_service {
		display: inline-table;
		width: 47%;
		max-width: 340px;
		margin: 0 calc(1%) 15px calc(1%);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}

	.table_deux_tiers {
		display: inline-table;
		width: 63%;
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_deux_tiers_dernier {
		display: inline-table;
		width: 60%;
		margin: 0 calc(1.5% - 4px) 15px calc(1.5% - 4px);
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}		
	.mosaik_vspace {
		height: 0;
	}
}

@media only screen and (max-width: 675px) {
	.table_flex {
		display: initial;
	}
	.table_un_demi {
		float: none;
		width: 100%;
		/*max-width: 515px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_dernier {
		float: none;
		width: 100%;
		/*max-width: 515px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_demi_service {
		float: none;
		width: 100%;
		/*max-width: 513px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
		border: 1px solid #eeeeee;
	}
	.table_un_demi_service_dernier {
		float: none;
		width: 100%;
		/*max-width: 513px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
		border: 1px solid #eeeeee;
	}	
	.table_un_tier {
		float: none;
		display: inline-table;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_tier_dernier {
		float: none;
		display: inline-table;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}

	.table_service {
		float: none;
		display: inline-table;
		width: 100%;
		/*max-width: 400px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}

	.table_deux_tiers {
		float: none;
		display: inline-table;
		width: 100%;
		/*max-width: 630px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers_dernier {
		float: none;
		display: inline-table;
		width: 100%;
		/*max-width: 630px;*/
		max-width: 100%;
		margin: 0 auto 15px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.mosaik_vspace {
		height: 0;
	}
	.box_footer_1 .table_un_tier, .box_footer_1 .table_un_tier_dernier {
		text-align: center;
	}

}

.table_derniere_colonne {
	margin-right: 0 !important;
}

.box_top_page_link_2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	font-size: 50px !important;
  filter: alpha(opacity=85);
  opacity: 0.85;	
}	

@media only screen and (min-width: 701px) {
	.box_top_page_link {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 999;
		font-size: 50px !important;
		filter: alpha(opacity=85);
		opacity: 0.85;	
	}
}	
@media only screen and (max-width: 700px) {
	.box_top_page_link {
		position: fixed;
		bottom: 60px;
		right: 10px;
		z-index: 999;
		font-size: 50px !important;
		filter: alpha(opacity=85);
		opacity: 0.85;	
	}
}

.height_0 {
	height: 0;
	overflow: hidden;
}

.box_wait_message {
	padding: 15px 15px 15px 15px;
	text-align: center;	
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.55em;
	letter-spacing: 0.04em;
	margin: 0;
	border: 4px solid #cabeca;
	background-color: #ffffff;
	min-width: 300px;
	max-width: 650px;
	border-radius: 10px;
}

@media only screen and (max-width: 860px) {
  .hide_on_small_device {
    display: none;
  }
}

@media only screen and (min-width: 1221px) {
	.box_signature {
		float: left;		
		background-color: #2d252e;
	}
	.box_copyright {
		float: right;
		background-color: #2d252e;
	}
}
@media only screen and (max-width: 1220px) {
	.box_signature {
		float: left;		
		clear: both;
		background-color: #2d252e;
	}
	.box_copyright {
		float: left;
		clear: both;
		background-color: #2d252e;
	}
}

#box_overlay_id {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7); /* semi-transparent black */
	z-index: 10000;
	display: none; /* hidden by default */
}

.img_black_white {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	transition-property: filter;
  transition-duration: 0.8s;
  transition-delay: 0.1s;
	border-radius: 7px;
	cursor: pointer;
}
.img_black_white:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
	transition-property: filter;
  transition-duration: 0.8s;
  transition-delay: 0.1s;
	border-radius: 7px;
	cursor: pointer;
}

/* MISCELLANEOUS END */
