@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Domine:wght@400..700&display=swap');

@font-face {
  font-family: 'Articulat';
  src: url('https://www.chocolateriebeljade.ca/fonts/ArticulatCFv2-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.chocolateriebeljade.ca/fonts/ArticulatCFv2-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.chocolateriebeljade.ca/fonts/ArticulatCFv2-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.chocolateriebeljade.ca/fonts/ArticulatCFv2-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.chocolateriebeljade.ca/fonts/ArticulatCFv2-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* 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: #231f20;
	font-family: 'Articulat', sans-serif;
	font-size: 22px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;
	letter-spacing: 0.02em;	
}
a img {border:none;}
:focus {outline:0;}
p {padding: 0 0 20px 0; margin: 0;}

[data-lucide] {
  vertical-align: middle;
}

ol {margin: 0 0 15px 0; padding-left: 35px; list-style-type: decimal;}
ol li {
	text-align: left;
	line-height: 1.42em;
	margin-bottom: 5px;	
	padding-left: 5px;
	letter-spacing: 0.03em;
}
ol > li::marker {
  font-weight: 500;
	color: #231f20;
	font-size: inherit;
}

ul {
  list-style: none;
  padding-left: 12px;
	padding-bottom: 15px;
}
ul li {	
  position: relative;
  padding-left: 24px;
  line-height: 1.42em;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -15px; 
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
	color: #924c52;
}

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 #975258; height: 0px; background-color: transparent; /*color: transparent;*/ margin: 30px 0 30px 0; padding: 0;}
.left {float:left;}
.right {float:right;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.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;
}

/* 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;
	padding-top: 75px;
	float: right;
}

.box_header_1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #924c52;	
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.box_header_2 {
	position: relative;
	top: 0;
	left: 0;	
	/*min-height: 155px;*/
	width: 100%;
	background-color: #ffffff;	
	color: #231f20;
	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: #231f20;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 40px;
	color: #ffffff;
	border-top: 70px solid #ffffff;
}
.box_footer_1 a:link, .box_footer_1 a:visited {
	text-decoration: none;	
	color: #ffffff;
}
.box_footer_1 a:hover, .box_footer_1 a:visited:hover {
	text-decoration: underline;	
	color: #ffffff;
}
.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: #924c52;
	color: #ffffff;
	font-size: 13px;
}
.box_footer_2 a:link, .box_footer_2 a:visited {
	text-decoration: none;	
	color: #ffffff;
}
.box_footer_2 a:hover, .box_footer_2 a:visited:hover {
	text-decoration: underline;	
	color: #ffffff;
}
.box_footer_2_inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px 0 60px;
}

@media only screen and (min-width: 1201px) {

	.box_header_1_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 60px 0 60px;
		position: relative;
		top: 0;
		left: 0;				
	}	
	.box_header_2_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: 65px 10px 65px 10px;	
		position: relative;
		top: 0;
		left: 0;
		/*overflow-x: hidden;*/
	}	
}
@media only screen and (max-width: 1200px) {
	/*.box_header_2 {
		min-height: 155px;
	}*/
	.box_top_message {
		/*position: absolute;
		top: 0;
		left: 0;
		z-index: 3000;*/
		background-color: #29072d;
	}
	.box_header_1_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 10px 0 10px;
		position: relative;
		top: 0;
		left: 0;		
	}	
	/*.box_header_2 {
		min-height: 60px;
	}*/
	.box_header_2_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: 25px 10px 25px 10px;	
		/*overflow-x: hidden;*/
	}
}

.box_header_menu_mobile_trigger {
	/*position: fixed;*/
	/*position: relative;
	top: 20px;
	left: 20px;
	z-index: 3001;*/
	float: left;
	margin-top: 10px;
	color: #231f20;
	font-weight: 400;
	font-size: 36px;
	border-radius: 3px;
	text-align: left;
} 
.box_header_menu_mobile_trigger:hover {		
	color: #231f20;
} 
@media only screen and (min-width: 1301px) {
	.box_logo_principal {
		position: absolute;
		top: 30px;
		left: 80px;
		z-index: 3000;
	} 
}
@media only screen and (max-width: 1300px) {
	.box_logo_principal {
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3000;
	} 
} 
.box_logo_principal_2 {
	float: left;
	margin-left: 20px;
	margin-top: -5px;
	z-index: 3000;
}
.box_header_2_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: 1201px) {
  .box_full_width_menu {
    text-align: right;
    float: none;
	}
	.box_header_2_mobile {
		display: none;
	}
	.box_header_2_desktop {
		display: block;
		min-height: 170px;			
	}
	.btn_rv_1 {
		position: absolute;
		top: 10px;
		right: 80px;
	}
}

@media only screen and (max-width: 1200px) {		
	.box_header_2_desktop {
		display: none;
	}
  .box_full_width_menu {
    display: none;
  } 	
	.box_wrapper_menu_main {
		display: none;
	} 
	.btn_rv_1 {
		display: none;
	} 

}

/* STRUCTURE END */

/* MAIN MENU BEGIN */

/*@media only screen and (min-width: 1241px) {
	.box_menu_top_site {
		padding-top: 10px;
	}
}*/

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;
}
ul.ul_menu_main li::before {
  content: none;
}

a.a_menu_main:link, a.a_menu_main:visited {
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-decoration: none;
	height: 56px;
	line-height: 56px;
	margin: 0 6px 0 6px;
	padding: 0 8px 0 8px;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}
a.a_menu_main:hover, a.a_menu_main:visited:hover {
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-decoration: none;		
	height: 56px;
	line-height: 56px;
	margin: 0 6px 0 6px;
	padding: 0 8px 0 8px;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

/*@media only screen and (max-width: 1240px) {
	a.a_menu_main:link, a.a_menu_main:visited, a.a_menu_main:hover, a.a_menu_main:visited:hover {	
		padding: 0 10px 0 0;
	}
}*/

ul.ul_menu_main_sub {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	list-style-type: none;
	z-index: 3000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: left;
	/*border: 1px solid #ffffff;*/
}
ul.ul_menu_main_sub li {
	margin: 0;
	padding: 0;
}

ul.ul_menu_main_sub a:link, ul.ul_menu_main_sub a:visited {
	font-family: 'Articulat', sans-serif;
	font-size: 21px;
	line-height: inherit;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 5px 40px 5px 23px;	
	white-space: nowrap;
}
ul.ul_menu_main_sub a:hover, ul.ul_menu_main_sub a:visited:hover {
	font-family: 'Articulat', sans-serif;
	font-size: 21px;
	line-height: inherit;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.04em;	
	text-decoration: none;
	display: block;
	padding: 5px 40px 5px 23px;		
	white-space: nowrap;
	background-color: #924c52;		
}

/* END MAIN MENU */

/* TYPO BEGIN */

h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 60px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0 0 0 0;
	letter-spacing: 0.04em;
	padding: 0 0 0 0;
}
.h1_subtitle {
	font-family: "Bebas Neue", sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #231f20;
}

h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 48px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;	
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
h3 {
	font-family: 'Articulat', sans-serif;
	font-size: 22px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	letter-spacing: 0.04em;
}

.txt_h2 {	
	font-family: "Bebas Neue", sans-serif;
	font-size: 48px;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 400;
	line-height: 1.1em;	
	letter-spacing: 0.04em;
	text-transform: uppercase;	
}

.txt_sous_titre {
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
}

@media only screen and (max-width: 860px) {
	body {
		font-size: 22px;
	}
	h1 {
		font-size: 50px;
	}	
	h2 {
		font-size: 40px;
	}
	.h1_subtitle {
		font-size: 28px;		
	}	
	.txt_h2 {
		font-size: 40px;
	}
	.txt_script {
		font-size: 40px;
	}	
	.txt_script_tail {
		font-size: 40px;
	}		
}
@media only screen and (max-width: 720px) {
	body {
		font-size: 22px;
	}
	h1 {
		font-size: 50px;
		font-weight: 400;
	}	
	h2 {
		font-size: 38px;
	}	
	.h1_subtitle {
		font-size: 26px;
	}
	.txt_h2 {
		font-size: 38px;
	}
	.txt_script {
		font-size: 34px;
	}		
	.txt_script_tail {
		font-size: 34px;
	}			
}

.txt_accent {
	font-family: "Domine", serif;
	font-optical-sizing: auto;
	font-size: 24px;
	color: #924c52;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: inherit;
}
.txt_majuscule_gras {
	font-family: 'Articulat', sans-serif;
	font-size: 22px;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;	
}
.txt_majuscule_gras_2 {
	font-family: 'Articulat', sans-serif;
	font-size: 22px;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 700;
	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: 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: 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: 'Articulat', sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	margin: 0 5px 15px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #231f20;
	border: 2px solid #231f20;
	line-height: 1.42em;
	letter-spacing: 0.06em;
	text-align: center;
	/*text-transform: uppercase;*/
	/*border-radius: 20px / 50%;*/
}
a.a_box:hover, a.a_box:visited:hover {
	color: #231f20;
	background-color: #ffffff;
	border: 2px solid #231f20;
	cursor: pointer;
}

a.a_box_2:link, a.a_box_2:visited {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	line-height: 1.42em;
	letter-spacing: 0.06em;	
	background-color: #924c52;
	border: 2px solid #924c52;
	color: #ffffff;
	padding: 12px 20px 12px 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: 25px;*/
}
a.a_box_2:hover, a.a_box_2:visited:hover {
	background-color: #ffffff;
	border: 2px solid #924c52;
	color: #924c52;
	cursor: pointer;
}

a.a_box_3:link, a.a_box_3:visited {
	font-family: 'Articulat', sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	margin: 0 5px 15px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #e6347e;
	border: 2px solid #e6347e;
	line-height: 1.42em;
	letter-spacing: 0.06em;
	text-align: center;
	/*text-transform: uppercase;*/
	/*border-radius: 20px / 50%;*/
}
a.a_box_3:hover, a.a_box_3:visited:hover {
	color: #e6347e;
	background-color: #ffffff;
	border: 2px solid #e6347e;
	cursor: pointer;
}

a.a_box_4:link, a.a_box_4:visited {
	font-family: 'Articulat', sans-serif;
	color: #231f20;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	margin: 0 5px 15px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #e1e1df;
	line-height: 1.42em;
	letter-spacing: 0.06em;
	text-align: center;
	/*text-transform: uppercase;*/
	/*border-radius: 20px / 50%;*/
}
a.a_box_4_sel:link, a.a_box_4_sel:visited {
	font-family: 'Articulat', sans-serif;
	color: #231f20;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	margin: 0 5px 15px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #924c52;
	line-height: 1.42em;
	letter-spacing: 0.06em;
	text-align: center;
	/*text-transform: uppercase;*/
	/*border-radius: 20px / 50%;*/
}
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: #231f20;
	background-color: #ffffff;
	border: 2px solid #924c52;
	cursor: pointer;
}

.button {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	line-height: 1.42em;
	letter-spacing: 0.06em;	
	background-color: #924c52;
	border: 1px solid #924c52;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	margin: 0 5px 15px 5px;
	text-decoration: none;
	font-style: normal;
  font-weight: 400;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}
.button:hover {
	background-color: #bb7b81;
	border: 1px solid #bb7b81;
	color: #ffffff;
	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: 'Articulat', sans-serif;
	font-size: 16px;
	color: #231f20;
	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_search {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	height: 36px;
	line-height: 36px;
	padding: 0;
	padding-left: 5px;
	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%;
}

.input_text_infolettre {
	font-family: 'Articulat', sans-serif;
	font-size: 13px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	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 #d6d6d4;
	border-radius: 20px / 50%;
}
.input_text_infolettre::placeholder {
  color: #4e4a48;
  opacity: 1; /* Ensures full visibility in Firefox */
}

.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: 1421px) {
	.table_un_quart {
		display: inline-table;
		width: 100%;
		max-width: 296px;		
		margin: 0 28px 15px 0;
		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;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
}
@media only screen and (max-width: 1420px) {	
	.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: 675px) {
	.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: 1421px) {
	.table_flex {
		display: flex;
	}
	.table_un_demi {
		display: inline-table;
		width: 100%;
		max-width: 613px;
		margin: 0 46px 0 0;
		padding: 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 0 0;
		padding: 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier {		
		display: inline-table;
		width: 100%;
		max-width: 400px;
		margin: 0 36px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier_dernier {		
		display: inline-table;
		width: 100%;
		max-width: 400px;
		margin: 0 -6px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}

	.table_deux_tiers {
		/*float: left;*/
		display: inline-table;
		width: 100%;
		max-width: 800px;
		margin: 0 36px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_deux_tiers_dernier {
		display: inline-table;
		width: 100%;
		max-width: 800px;
		margin: 0 -4px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}		
}

@media only screen and (max-width: 1420px) {	
	.table_flex {
		display: flex;
	}
	.table_un_demi {
		display: inline-table;
		width: 48.5%;
		margin: 0 calc(3% - 4px) 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_demi_dernier {
		display: inline-table;
		width: 48.5%;
		margin: 0 -4px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
	.table_un_tier {
		display: inline-table;
		width: 32%;
		max-width: 340px;
		margin: 0 calc(2% - 4px) 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_tier_dernier {
		display: inline-table;
		width: 32%;
		max-width: 340px;
		margin: 0 -4px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_deux_tiers {
		display: inline-table;
		width: 60%;
		margin: 0 calc(2% - 4px) 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_deux_tiers_dernier {
		display: inline-table;
		width: 60%;
		margin: 0 -4px 0 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}		
}

@media only screen and (max-width: 800px) {
	.table_flex {
		display: initial;
	}
	.table_un_demi {
		float: none;
		width: 100%;
		/*max-width: 515px;*/
		max-width: 100%;
		margin: 0 auto 0 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 0 auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}		
	.table_un_tier {
		float: none;
		display: inline-table;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 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 0 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 0 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 0 auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.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;		
	}		
	.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 {
	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_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 (max-width: 700px) {
	.box_top_page_link_2 {
		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: 'Articulat', sans-serif;
	font-size: 16px;
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .2em;
	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: #924c52;
	}
	.box_copyright {
		float: right;
		background-color: #924c52;
	}
}
@media only screen and (max-width: 1220px) {
	.box_signature {
		float: left;		
		clear: both;
		background-color: #924c52;
	}
	.box_copyright {
		float: left;
		clear: both;
		background-color: #924c52;
	}
}

/* MISCELLANEOUS END */
