@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');

@font-face {
  font-family: 'Articulat';
  src: url('https://www.isabellecarriere.ca/fonts/ArticulatCFv2-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.isabellecarriere.ca/fonts/ArticulatCFv2-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.isabellecarriere.ca/fonts/ArticulatCFv2-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.isabellecarriere.ca/fonts/ArticulatCFv2-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Articulat';
  src: url('https://www.isabellecarriere.ca/fonts/ArticulatCFv2-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
/*@font-face {
  font-family: 'FrankRuhlLibre';
  src: url('https://www.isabellecarriere.ca/fonts/FrankRuhlLibre-Light.ttf') format('truetype');
  font-weight: 300;
  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;
}
iframe {
	max-width: 100%;	
	border: 0;	
}
body {
	background-color: #ffffff;
	font-family: 'Articulat', sans-serif;
	font-size: 22px;
	color: #617485;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.42em;
	letter-spacing: 0.02em;
}

a img {border:none;}
:focus {outline:0;}
td {vertical-align: top;}
p {margin: 0 0 20px 0; padding: 0;}

/*ol {margin: 0 0 15px 0; padding-left: 30px;}
ul {margin: 0 0 15px 0; padding-left: 30px;}
li {text-align: left; margin-bottom: 8px;}*/

ol {margin: 0 0 25px 0; padding-left: 30px; counter-reset: num; display: table;}
ol li {
	text-align: left;
	line-height: 2;
	margin-bottom: 10px;	
	list-style-type: none;
	counter-increment: num;
	display: table-row;
}
ol li:before {
  content: counter(num) "."; /* on affiche le compteur */
  color: #f2b4aa;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 20px;
	display: table-cell;
}

ul {margin: 0 0 25px 0; padding-left: 30px;}
ul li {
	text-align: left;
	line-height: 1.43;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/liste-a-puce-3.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	padding-left: 25px;
	/*min-height: 23px;*/
}

ul.ul_2 {margin: 0 0 25px 0; padding-left: 30px;}
ul.ul_2 li {
	text-align: left;
	line-height: 2;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/liste-a-puce.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 50px;
/*min-height: 23px;*/
}

ul.ul_3 {margin: 0 0 25px 0; padding-left: 30px;}
ul.ul_3 li {
	text-align: left;
	line-height: 2;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/liste-a-puce-2.png);
	background-position: 0 17px;
	background-repeat: no-repeat;
	padding-left: 25px;
	/*min-height: 23px;*/
}

strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
blockquote{margin: 15px; font-style: italic;}
hr {border: 0; border-bottom: 1px solid #d5d7da; height: 0px; background-color: transparent; color: transparent; margin: 15px 0 15px 0; padding: 0;}
/*.hr_2 {border: 0; height: 6px; background-image: url(../images/hr-pointille.jpg); background-repeat: repeat-x; background-color: transparent; color: transparent; margin: 15px 0 15px; padding: 0;}*/
.hr_2 {border: 0; border-bottom: 1px solid #d5d7da; height: 0px; background-color: transparent; color: transparent; margin: 15px 0 15px 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;
}
.material-symbols-outlined {
	vertical-align: middle;
	font-size: inherit;
	margin-top: -4px;
	font-variation-settings: 'wght' 250;
}

/* STRUCTURE BEGIN */

.box_wrapper_menu_main {
	position: absolute;
  top: 75px;
  right: 0;
	/*height: 58px;*/
}
.box_menu_main {	 
	width: 100%;
	/*max-width: 1200px;*/
	/*margin: 0 0 0 auto;*/
	text-align: right;
}

.box_breadcrumb {
	margin-top: 50px;
	margin-bottom: 50px;
}
.box_header_1 {
	width: 100%;
	background-color: #ffffff;
	color: #6b8893;
	position: relative;
	top: 0;
	left: 0;
	/*background-size: 100% 59px;*/
	min-height: 150px;
}
.box_header_inner_1 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	position: relative;
	top: 0;
	left: 0;
}
.box_logo_principal {
  position: absolute;
  top: 40px;
  left: 10px;
} 
.item_cart_nbr {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #f2b4aa;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
}
@media only screen and (min-width: 1281px) {
	.box_header_2 {
		width: 100%; 
		background-color: #f2f0f2;
		color: #6b8893;	
		position: relative;
		top: 0;
		left: 0;
		height: 75px;	
	}
	.box_header_inner_2 {
		max-width: 1240px;	
		margin: 0 auto;
		padding: 0 10px 0 10px;
		position: relative;
		top: 0;
		left: 0;
		height: 75;		
	}	
	.box_cart_info_1 {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.box_slogan {
		float: right;
		margin-right: 30px;
		margin-top: 9px;
	}	
	.box_haut_site {
		float: right;
	}
	.top_desktop {
		display: initial;
	}
	.a_top_mobile {
		display: none;
	}	
  .box_mobile_trigger {
    display: none;
  }	
	.js_toggle_menu_mobile {
		display: none;
	}		
}
@media only screen and (max-width: 1280px) {
	.box_header_2 {
		width: 100%; 
		background-color: #f2f0f2;
		color: #6b8893;	
		position: relative;
		top: 0;
		left: 0;			
	}
	.box_cart_info_1 {
		display: none;
	}
	.box_header_inner_2 {
		max-width: 1240px;	
		margin: 0 auto;
		padding: 0 10px 0 10px;
		position: relative;
		top: 0;
		left: 0;
		height: 145px;		
	}	
	.box_slogan {
		position: absolute;
		top: 9px;
		right: 30px;
	}	
	.box_haut_site {
		position: absolute;
		top: 50px;
		right: 30px;
	}	
	.top_desktop {
		display: initial;
	}	
	.a_top_mobile {
		display: none;
	}	
	.item_cart_nbr {
		margin-left: -12px;
	}	
  .box_mobile_trigger {  
    float: right;
		margin-left: 30px;
	}
	.js_toggle_menu_mobile {
		cursor: pointer;
	}			
}

@media only screen and (max-width: 1024px) {
	.box_logo_principal {		
		top: 10px;
		left: 30px;
	}	
	.box_slogan {
		display: none;
	}	
	.box_haut_site {	
		top: 30px;
		right: 10px;
	}	
	.top_desktop {
		display: none !important;
	}	
	.a_top_mobile {
		display: initial;
		margin-right: 30px;
		margin-top: 0;
	}	
	.a_top_mobile_2 {
		margin-right: 30px;
	}	
	.box_header_1 {		
		min-height: 100px;
	}			
}

@media only screen and (max-width: 600px) {
	.box_logo_principal {
		top: 20px;
		left: 10px;
		max-width: 220px;
	}	
	.a_top_mobile {
		display: initial;
		margin-right: 5px;
		margin-top: 0;
	}	
	.a_top_mobile_2 {
		margin-right: 5px;
	}				
  .box_mobile_trigger {  
    float: right;
		margin-left: 15px;
	} 	
}

@media only screen and (max-width: 450px) {
	.box_logo_principal {		
		top: 20px;
		left: 10px;
		max-width: 220px;
	}	 	
	.a_top_mobile {
		display: none;
	}		
}

@media only screen and (max-width: 380px) {
	.box_logo_principal {		
		top: 25px;
		left: 10px;
		max-width: 200px;
	}	 		
}

.box_photo_banner {
	width: 100%;
	background-color: #ffffff;
	/*background-color: #c5beb5;*/
}
.box_content {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
}

.box_content_inner {
	max-width: 1240px;
	/*min-height: 200px;*/
	margin: 0 auto;
	padding: 80px 10px 65px 10px;
}

@media only screen and (max-width: 1000px) {
	.box_content_inner {
		padding: 40px 10px 25px 10px;
	}	
}

.box_menu_shop {
	width: 100%;
	background-color: #f2f0f2;
	position: relative;
	top: 0;
	left: 0;
}
.box_menu_shop_inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	color: #2f281d;
}

.box_footer_1 {
	width: 100%;
	background-color: #f2b4aa;
	margin-top: 50px;
	color: #ffffff;
}
.box_footer_inner_1 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 10px 10px 10px;
	position: relative;
	top: 0;
	left: 0;
}
.box_footer_2 {
	width: 100%;
}
.box_footer_inner_2 {
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 0;
	left: 0;
}

/* MAIN MENU BEGIN */

@media only screen and (min-width: 1281px) {
	.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;
}
a.a_menu_main:link, a.a_menu_main:visited {
	font-family: 'Articulat', sans-serif;
	font-size: 17px;
	color: #617485;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: none;
	height: 58px;
	line-height: 58px;
	margin: 0 10px 0 10px;
	padding: 0 7px 0 7px;
	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: 'Articulat', sans-serif;
	font-size: 17px;
	color: #617485;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: none;		
	height: 58px;
	line-height: 58px;
	margin: 0 10px 0 10px;
	padding: 0 7px 0 7px;
	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: 45px;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #fcfcfc;
	list-style-type: none;
	z-index: 1000;
	min-width: 300px;
	max-width: 350px;
	/*border: 1px solid #dddddd;*/
}
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: 17px;
	line-height: 1.42em;
	color: #617485;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
ul.ul_menu_main_sub a:hover, ul.ul_menu_main_sub a:visited:hover {
	font-family: 'Articulat', sans-serif;
	font-size: 17px;
	line-height: 1.42em;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0.03em;	
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 20px;
	padding-right: 20px;		
	text-transform: uppercase;
	background-color: #f2b4aa;		
}

/* END MAIN MENU */    


@media only screen and (min-width: 1281px) {

	.ul_top_site {
		list-style-type: none;
		margin: 0;
		padding: 0;	
	}
	.ul_top_site li {
		display: inline;
		margin: 0;
		margin-right: 15px;
		padding: 0;
	}	
	.box_top_site_link {
		display: initial;
	}
	.box_top_site_text {
		float: left;
		text-align: left;
		font-size: 16px;
		font-weight: 600;
	}

  .box_header_menu_mobile {
    display: none;
	}

	.box_search_boutique {
		float: right;
		width: 100%;
		max-width: 360px;
		padding: 0;
		margin: 0 0 20px 0;
		position: relative;
		top: 0;
		left: 0;
	}	
	.box_sort_boutique {
		float: right;
		padding: 0;
		margin: 0 0 20px 35px;
		position: relative;
		top: 0;
		left: 0;
	}
	.box_search_sort {
		position: relative;
		top: 0;
		left: 0;
		height: 60px;
	}	

	.box_category_list_article {
		background-color: #f2f0f2;
		padding: 20px 30px 5px 30px;
		margin: 0 auto;
		text-align: left;
	}

}

@media only screen and (max-width: 1280px) {

	.box_category_list_article {
		display: none;
	}	

	.box_top_site_link {
		display: none;
	}
	.box_top_site_text {
		text-align: center;
		font-size: 14px;
		font-weight: 600;		
	}

	.box_search_boutique {
		float: right;
		width: 100%;
		max-width: 360px;
		padding: 0;
		margin: 0 0 20px 0;
		position: relative;
		top: 0;
		left: 0;
	}	
	.box_sort_boutique {
		float: right;
		padding: 0;
		margin: 0 0 20px 35px;
		position: relative;
		top: 0;
		left: 0;
	}
	.box_search_sort {
		position: relative;
		top: 0;
		left: 0;
		height: 60px;
	}		

	.ul_top_site {
		list-style-type: none;
		margin: 0 60px 0 0;
		padding: 0;
	}
	.ul_top_site li {
		display: none;
	}
	.ul_top_site li.always_show {
		display: inline;
		margin: 0;
		margin-right: 10px;
		padding: 0;		
	}	

	ul.ul_menu_main {
		list-style-type: none;
		margin: 0 60px 0 0;
		padding: 0;
	}
	ul.ul_menu_main li {
		display: none;
	}
	ul.ul_menu_main li.always_show {
		display: inline;
		margin: 0;
		margin-right: 10px;
		padding: 0;		
	}	

	.box_wrapper_menu_main {
		display: none;
	} 
	
	/*.box_shop_item_space_2 {
		clear: both;
	}		
	.box_shop_item_space_3 {
		clear: none;
	}
	
	.box_shop_cart {
		margin: 40px auto 10px auto;
		width: 100%;
		border-spacing: 0;	
		table-layout: fixed;		
	}
	.box_cart_img {
		display: block;
		margin: 0 auto 15px auto;
		width: auto;
		max-width: 150px;
		height: auto;
		border: 1px solid #d9d9d9;
		padding: 10px;
	}
	.box_cart_item_desc {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_qty {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_price {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_del {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.btn_continuer_magasiner {
		float: right;	
		margin-bottom: 15px;		
	}
	.btn_passer_caisse {
		float: right;
		margin-bottom: 15px;
	}	
	.li_shop_cat_special {
		display: none !important;
	}	
		*/
  
}

@media only screen and (max-width: 1100px) {
	.box_search_boutique {
		float: none;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		max-width: 360px;
		border-spacing: 0;	
		table-layout: fixed;	
		padding: 0;			
		margin: 0 0 20px 0;			
	}	
	.box_sort_boutique {
		float: none;
		position: absolute;
		top: 55px;
		/*left: calc(50% - 25px);*/
		left: 50%;
		/*transform: translate(calc(-50% + 42px), 0);*/
		transform: translate(-50%, 0);
		/*width: calc(100% - 35px);*/
		width: 100%;
		/*max-width: 327px;*/
		max-width: 360px;
		border-spacing: 0;	
		table-layout: fixed;
		padding: 0;			
		margin: 0 0 20px 0;		
	}
	.box_search_sort {
		position: relative;
		top: 0;
		left: 0;
		height: 110px;
	}	
}

/* STRUCTURE END */

/* MAIN MENU MOBILE BEGIN */

.ul_menu_main_mobile {
	margin: 0;
	padding: 0 0 40px 0;
	list-style-type: none;
  padding-left: 0;
	border-top: 1px solid #000000;
	width: 100%;
}
.ul_menu_main_mobile li {
	margin: 0;
	border-bottom: 1px solid #000000;
	width: 100%;
  padding-left: 0;
  background: none;
}
.ul_menu_main_mobile li a:link, .ul_menu_main_mobile li a:visited {	
	font-family: 'Articulat', sans-serif;
	font-size: 12px;
  line-height: 1.72em;
  font-weight: 400;
  letter-spacing: 1px;
	color: #484848;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background-color: transparent;
  text-transform: uppercase;
}
.ul_menu_main_mobile li a:hover, .ul_menu_main_mobile li a:visited:hover {	
	font-family: 'Articulat', sans-serif;
	font-size: 12px;
  line-height: 1.72em;
  letter-spacing: 1px;
  font-weight: 400;
	color: #ffffff;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background-color: #6b8893;
  text-transform: uppercase;
}

.a_menu_mobile_level_2 {
	padding-left: 30px !important;
}
.close_menu_mobile {
	float: right;
	margin: 10px 25px 10px 0;
	font-size: 20px;
	cursor: pointer;
}

/* MAIN MENU MOBILE END */


/* TYPO BEGIN */

h1 {	
	font-family: "Frank Ruhl Libre", serif;
	font-size: 54px;
	color: #617485;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	letter-spacing: 0.003em;
	line-height: 1.22em;
	margin: 0 0 60px 0;
	padding: 0;
}
.box_h1_subtitle {
	margin-bottom: 80px;
	font-weight: 400;
	margin-top: 10px;
	font-style: italic;
}

@media only screen and (max-width: 1200px) {
	.box_h1_subtitle {
		margin-bottom: 20px;
	}
}

.h1_ligne_2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
}
h2 {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 48px;
	color: #617485;	
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	letter-spacing: 0.003em;
	line-height: 1.1em;
	margin: 0 0 30px 0;
	padding: 0;
	text-decoration: none;
}

.txt_h2 {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 48px;
	color: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	letter-spacing: 0.003em;
	line-height: 1.1em;
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 34px;
	}	
	.txt_h2 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 450px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 32px;
	}	
	.txt_h2 {
		font-size: 32px;
	}	
}

h2.h2_souligne {
	border-bottom: 2px solid #dedede;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
h2.h2_categorie {
	font-family: 'Articulat', sans-serif;
	font-size: 26px;
	color: #6a6d77;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin: 30px 0 50px 0;	
	padding: 0;	
	letter-spacing: 2px;
	width: 100%;
	max-width: 1000px;
	background-color: #efd3c7;
	text-align: center;
	text-transform: uppercase;
	padding-top: 23px;
	padding-bottom: 23px;	
}
h3 {
	font-family: 'Articulat', sans-serif;
	font-size: 20px;
	color: #8f8e8a;	
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: normal;
	margin: 0 0 15px 0;
	padding: 0;	
}
.txt_majuscule_gras {
	font-family: 'Articulat', sans-serif;
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;	
}

.txt_majuscule {
	font-family: 'Articulat', sans-serif;
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: uppercase;	
}

.txt_accent {
	font-family: 'Articulat', sans-serif;
	font-size: 26px;
	color: #b8a02f;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: inherit;
}
.txt_accent_2 {
	font-family: 'Articulat', sans-serif;
	font-size: 36px;
	color: #000000;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: 0.1em;
}

.txt_underline_hover:hover {
	text-decoration: underline;
}
.txt_breadcrumb {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Articulat', sans-serif;
	font-size: 13px;
	/*color: #c8ae99;*/
  color: #ceac92;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: normal;	
  text-transform: uppercase;
}
.txt_pr_category_list {
	font-family: 'Articulat', sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #f2b4aa;	
	font-variant: normal;
	font-weight: normal;
	line-height: 1.42em;
	letter-spacing: 0.01em;
	text-transform: none;
}
.txt_pr_category_list_2 {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #f2b4aa;	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.42em;
	letter-spacing: 0.01em;
}
.txt_pr_title_list {
	font-family: 'Articulat', sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #617485;	
	font-variant: normal;
	font-weight: 500;
	line-height: 1.42em;
	letter-spacing: 0.01em;
	/*text-transform: uppercase;*/
}

a:link, a:visited {	
	font-family: 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;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}
.box_footer_1 a:link, .box_footer_1 a:visited {	
	font-family: inherit;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}
.box_footer_1 a:hover, .box_footer_1 a:visited:hover {	
	font-family: inherit;
	color: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: underline;
}

.button {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #f2b4aa;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;	
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #f2b4aa;
	background-color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}

a.a_box:link, a.a_box:visited {	
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #f2b4aa;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;	
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}
a.a_box:hover, a.a_box:visited:hover {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #f2b4aa;
	background-color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}

a.a_box_2:link, a.a_box_2:visited {
	font-family: 'Articulat', sans-serif;
	color: #f2b4aa;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #ffffff;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}
a.a_box_2:hover, a.a_box_2:visited:hover {
	font-family: 'Articulat', sans-serif;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #f2b4aa;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}
a.a_box_3:link, a.a_box_3:visited {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #617485;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #617485;
	text-transform: uppercase;
}
a.a_box_3:hover, a.a_box_3:visited:hover {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #617485;
	background-color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #617485;
	text-transform: uppercase;
}

a.a_box_4:link, a.a_box_4:visited {
	font-family: 'Articulat', sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: #f2b4aa;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}
a.a_box_4:hover, a.a_box_4:visited:hover {
	font-family: 'Articulat', sans-serif;
	color: #f2b4aa;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	background-color: transparent;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #f2b4aa;
	text-transform: uppercase;
}

a.a_box_5:link, a.a_box_5:visited {	
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #6b8893;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.06em;
	text-align: center;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}
a.a_box_5:hover, a.a_box_5:visited:hover {	
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #6b8893;
	background-color: #ffffff;
	display: inline-block;
	padding: 9px 20px 9px 20px;
	margin: 7px 5px 7px 5px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.06em;
	text-align: center;	
	border: 2px solid #6b8893;
	text-transform: uppercase;
}

a.a_top_site:link, a.a_top_site:visited {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	/*color: #a78356;*/
	color: #ffffff !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}
a.a_top_site:hover, a.a_top_site:visited:hover {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #ffffff !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: underline;
}	

/* TYPO END */

/* MISCELLANEOUS BEGIN */

.ul_menu_main_2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  /*text-align: right;*/
}
.ul_menu_main_2 li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: none;	
}

.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: #6b8893;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;	
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 5px 15px 5px 15px;	
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d1d0d1;
}
.input_text_infolettre {
	padding: 0 10px 0 25px;
	margin: 5px 10px 5px 10px;
	width: calc(100% - 20px);
	max-width: 450px;
}
.input_text_search {
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #6b8893;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	border: 1px solid #d1d0d1;
	height: 40px;
	line-height: 40px;
	padding: 5px 35px 5px 15px;	
	margin: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	/*background-image: url(../images/btn-recherche.png);
	background-repeat: no-repeat;
	background-position: 98% 7px;*/
}


.img_hover {
	border: 2px solid transparent;
}
.img_hover:hover {
	border: 2px solid #e3d0c1;
}
.img_top_banner {
	width: 100%;
	height: auto;
}
.img_footer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 499;
}

.box_index_article {
	display: inline-block;
	background-color: #ffffff;
	width: 218px;
	height: auto;	
	padding-bottom: 80px;
	max-height: 220px;
	margin: 0 15px 0 15px;
	vertical-align: top;	
}
.img_article_thumb {	
	width: auto;
	max-width: 216px;
	height: auto;
	max-height: 216px;
	display: block;	
	margin: 0 auto;
	border: 2px solid transparent;
}
.img_article_thumb:hover {
	border: 2px solid #e3d0c1;
}
.box_index_title_article {
	padding: 15px 5px 5px 5px;
	text-align: center;
}
.box_index_article a:link, .box_index_article a:visited {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Articulat', sans-serif;
	font-size: 12px;	
	color: #4e4a48;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.box_index_article a:hover, .box_index_article a:visited:hover {
	/*font-family: 'Noto Sans', sans-serif;*/
	font-family: 'Articulat', sans-serif;
	font-size: 12px;	
	color: #4e4a48;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
}

@media only screen and (min-width: 801px) {
	.box_photo_thumb {
		float: left;
		background-color: #f3f3f3;
		width: 31%;	
		height: 216px;
		margin: 0 1% 20px 1%;
		padding: 0;
		cursor: pointer;	
		position: relative;
	}
	.img_photo_thumb {	
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 216px;	
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}	
}
@media only screen and (max-width: 800px) {
	.box_photo_thumb {
		float: left;
		background-color: #f3f3f3;
		width: 47%;	
		height: 216px;
		margin: 0 1% 20px 1%;
		padding: 0;
		cursor: pointer;	
		position: relative;
	}
	.img_photo_thumb {	
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 216px;	
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.bordure_image {
	border: 1px solid #dddddd;
}
.table_pleine_largeur {
	float: left;
	width: 100%;
	max-width: 1240px;
	margin: 0 0 15px 0;
	border-spacing: 0;	
	table-layout: fixed;
}

@media only screen and (min-width: 1281px) {
	.li_menu_category_special {
		display: none !important;
	}	
	.li_menu_cat_brand {
		position: relative;
		top: 0;
		left: 0;
	}		
	.table_un_demi {
		float: left;
		width: 100%;
		max-width: 600px;
		margin: 0 40px 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_dernier {
		float: left;
		width: 100%;
		max-width: 600px;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_tier {
		float: left;
		width: 100%;
		max-width: 400px;
		margin: 0 20px 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_tier_dernier {
		float: left;
		width: 100%;
		max-width: 400px;
		margin: 0 0 20px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers {
		float: left;
		width: 100%;
		max-width: 800px;
		margin: 0 40px 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers_dernier {
		float: left;
		width: 100%;
		max-width: 770px;
		margin: 0 0 25px 30px;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_quart {
		display: inline-table;
		width: 100%;
		max-width: 295px;
		margin: 0 12px 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		display: inline-table;
		width: 100%;
		max-width: 295px;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
	.box_filter_group {
		float: left;
		width: 100%;
		max-width: 250px;
	}

}
@media only screen and (max-width: 1280px) {
	.li_menu_cat_brand {
		position: relative;
		top: 0;
		left: 0;
	}		
	.table_un_demi {
		float: left;
		width: 48% !important;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_dernier {
		float: right;
		width: 48% !important;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_tier {
		float: left;
		width: 31% !important;
		margin: 0 calc(1.8vw) 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_tier_dernier {
		float: left;
		width: 31% !important;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers {
		float: left;
		width: 66% !important;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers_dernier {
		float: right;
		width: 63% !important;
		margin: 0 0 25px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_quart {
		float: none;
		display: inline-table;
		width: 44%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		/*max-width: 295px;*/
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		float: none;
		display: inline-table;
		width: 44%;
		margin: 0 calc(3% - 4px) 15px calc(3% - 4px);
		/*max-width: 295px;*/
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}	
	/*.table_un_quart td, .table_un_quart_dernier {
		width: calc(100vw); max-width: 295px;
	}*/
	.box_filter_group {
		display: block;
	}	
}
@media only screen and (max-width: 800px) {
	.table_un_demi {
		float: none;
		width: 100% !important;		
		max-width: initial;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_dernier {
		float: none;
		width: 100% !important;		
		max-width: initial;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}	
	.table_un_tier {
		float: none;
		width: 100% !important;
		max-width: 600px;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_tier_dernier {
		float: none;
		width: 100% !important;
		max-width: 600px;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers {
		float: none;
		width: 100% !important;
		/*max-width: 655px;*/
		max-width: initial;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_deux_tiers_dernier {
		float: none;
		width: 100% !important;
		/*max-width: 655px;*/
		max-width: initial;
		margin: 0 auto 40px auto !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_quart {
		float: none;
		display: inline-block;
		width: 47% !important;
		margin: 0 calc(1.8vw) 25px 0;
		max-width: 295px;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;
	}
	.table_un_quart_dernier {
		float: none;
		display: inline-block;
		width: 48% !important;
		margin: 0 0 25px 0;
		max-width: 295px;
		border-spacing: 0;	
		table-layout: fixed;
		vertical-align: top;		
	}		
	.table_un_quart td, .table_un_quart_dernier {
		width: calc(100vw); max-width: 295px;
	}
}

@media only screen and (max-width: 500px) {
	.table_un_quart {
		float: none;
		display: block;
		margin: 0 auto 35px auto !important;
		width: 100% !important;
		max-width: 295px;
		border-spacing: 0;	
		table-layout: fixed;		
	}
	.table_un_quart_dernier {
		float: none;
		display: block;
		margin: 0 auto 35px auto !important;
		width: 100% !important;
		max-width: 295px;
		border-spacing: 0;	
		table-layout: fixed;		
	}
	.table_un_quart td, .table_un_quart_dernier {
		width: calc(100vw); max-width: 295px;
	}
}

@media only screen and (max-width: 800px) {
	ul.ul_menu_shop_sub_2 li {
		text-align: right;		
	}
	.li_menu_cat_brand {
		position: relative;
		top: 0;
		left: 0;
	}
	.div_menu_shop_sub_2 {
		left: initial !important;
		right: 0 !important;		
	}	
	.ul_menu_shop_sub_2 a:link, .ul_menu_shop_sub_2 a:visited, .ul_menu_shop_sub_2 a:link:hover, .ul_menu_shop_sub_2 a:visited:hover {
		padding-right: 25px !important;
		padding-left: 100px !important;
	}
}
.link_all_over {
	width: 100%;
	height: 100%;
	display: block;
}
/*@media only screen and (min-width: 701px) {
	.btn_passer_caisse {
		float: right;
		margin-bottom: 15px;
	}
	.btn_continuer_magasiner {
		float: left;
		margin-bottom: 15px;
	}	
}
@media only screen and (max-width: 700px) {
	.btn_passer_caisse {
		float: right;		
		clear: both;
		margin-bottom: 15px;	
	}
	.btn_continuer_magasiner {
		float: right;	
		clear: both;
		margin-bottom: 15px;		
	}			
}*/

.box_top_page_link {
	position: fixed;
	bottom: 6px;
	right: 5px;
	z-index: 6000;
	font-size: 50px !important;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

@media only screen and (min-width: 1281px) {
	.box_top_page_link_2 {
		position: fixed;
		bottom: 6px;
		right: 5px;
		z-index: 6000;
		font-size: 50px !important;
		filter: alpha(opacity=50);
		opacity: 0.5;	
	}
}	
@media only screen and (max-width: 1280px) {
	.box_top_page_link_2 {
		position: fixed;
		bottom: 57px;
		right: 5px;
		z-index: 6000;
		font-size: 50px !important;
		filter: alpha(opacity=50);
		opacity: 0.5;	
	}
}

.box_error {
	padding: 10px;
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	margin-top: 20px;
}

.height_0 {
	height: 0;
	overflow: hidden;
}

.lien_pas_souligne {
	text-decoration: none !important;
}

.box_wait_message {
	padding: 25px 15px 15px 15px;
	text-align: center;	
	font-family: 'Articulat', sans-serif;
	font-size: 16px;
	color: #4e4a48;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: .2em;
	margin: 0;
	border: 4px solid #c5beb5;
	background-color: #ffffff;
	min-width: 300px;
	border-radius: 10px;
}

#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 */
}

@media only screen and (min-width: 1281px) {
	.box_form_newsletter {
		width: 100%;
		max-width: 1000px;
		height: 272px;
		min-height: 272px;
		margin: 0;
		padding: 50px 0 0 0;
		overflow: hidden;
		background-image: url('https://www.isabellecarriere.ca/images/bg-infolettre-abonnement.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top;
	}
}
@media only screen and (max-width: 1280px) {
	.box_form_newsletter {
		width: 100%;
		max-width: 1000px;
		height: 272px;
		margin: 0;
		padding: 50px 0 0 0;
		overflow: hidden;
		background-image: url('https://www.isabellecarriere.ca/images/bg-infolettre-abonnement.jpg');
		background-repeat: no-repeat;
		background-size: 1000px;
		background-position: top right;
	}
}

/* MISCELLANEOUS END */
