/*
Theme Name: La Boutique 71
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpexp-theme 
Version: 1.0
Text Domain: laboutique71
*/
/*
font-family: 'Darker Grotesque', sans-serif;
font-family: 'Rozha One', serif;*/

html {
    font-size: 92.5%;
}

#page {
	overflow: hidden;
}

body {
	font-family: 'Darker Grotesque', sans-serif;
	font-size: 18px;
	color: #3a3737;
	font-weight: 400;
}

@media screen and (min-width: 576px) {

	html {
		font-size: 97.5%;
	}
} 

@media screen and (min-width: 48em) {
	
	html {
		font-size: 102.5%;
	}
}

@media screen and (min-width: 1200px) {

	html {
		font-size: 107.5%;
	}
}

@media screen and (min-width: 82em) {

	html {
		font-size: 112.5%;
	}
}

/* ############################################################################################## */
/* ################### Header  #################################################################################### */

header#masthead {
    background-color: #f2f0f0;
    background-image: url(assets/images/bkg-header.png);
    background-size: auto;
    background-position: top center;
    background-repeat: repeat-y;
}

body:not(.home) header#masthead {
    border-bottom: 10px solid #3a3737;
}

header#masthead .col-xl-10 .row {
    align-items: center;
}

a#logo img {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*max-width: 144px;*/
}

div#top-header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coordonnees p {
    text-align: center;
    margin: 0;
}

.header-infos .coordonnees p.tel {
    color: #D6328A;
    font-family: 'Rozha One', serif;
    font-size: 2rem;
    font-weight: 400;
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-infos .coordonnees p.tel:before {
    display: block;
    content: '';
    background-color: #b3b3b3;
    width: 30px;
    height: 2px;
    margin-top: .5rem;
    margin-bottom: 1rem;
    transition: .4s all ease;
}

.coordonnees .title {
    line-height: 1;
	color: #D6328A;
	font-size: 2rem;
	font-family: 'Rozha One', serif;
}

.top-navigation ul#top-menu {
	flex-direction: row;
	position: relative;
}

.top-navigation ul#top-menu:after {
	display: block;
	content: '';
	background-color: #D6328A;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -1rem;
}

ul#top-menu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}

ul#top-menu li:nth-child(1) a svg {
	width: 47px;
	fill: #D6328A;
	transition: .5s all ease;
}

ul#top-menu li:nth-child(1) a:hover svg,
ul#top-menu li:nth-child(1) a:focus svg {
	fill: #b3b3b3;
}

ul#top-menu li:nth-child(2) a svg {
	width: 55px;
	fill: #3a3737;
	transition: .5s all ease;
}

ul#top-menu li:nth-child(2) a:hover svg,
ul#top-menu li:nth-child(2) a:focus svg {
	fill: #b3b3b3;
}

ul#top-menu li a.btn-compte svg {
	width: 45px;
	fill: #b3b3b3;
	transition: .5s all ease;
}

ul#top-menu li a.btn-panier svg {
	width: 34px;
	fill: #b3b3b3;
	transition: .5s all ease;
}

ul#top-menu li a.btn-compte:hover svg,
ul#top-menu li a.btn-compte:focus svg,
ul#top-menu li a.btn-panier:hover svg,
ul#top-menu li a.btn-panier:focus svg {
	fill: #D6328A;
}

ul#social-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 2rem;
}

li.social_link {
    width: auto;
}

ul#social-menu li a {
	margin: 0 8px;
}

li.social_link a svg {
    width: 45px;
    fill: #3a3737;
    transition: .5s all ease;
}

li.social_link a:hover svg,
li.social_link a:focus svg {
    fill: #D6328A;
}

button.menu-toggle {
    color: #3a3737;
    margin: 0;
    padding: 0;
    font-size: 1.167rem;
    font-weight: 400;
}

.icon {
    fill: #D6328A;
}

.menu-toggle:focus,
button:focus {
    outline: none;
}

.main-navigation a {
	display: flex;
	flex-direction: column;
	align-items: center;
    color: #3a3737;
    font-size: 1.167rem;
    font-weight: 400;
    transition: .4s all ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #3a3737;
}

.main-navigation a:after {
	display: block;
	content: '';
	background-color: #D6328A;
	width: 0;
	height: 2px;
	transition: .4s all ease;
}

.main-navigation a:hover:after,
.main-navigation a:focus:after,
.main-navigation li.current-menu-item a:after {
	width: 30px;
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Slider  #################################################################################### */

.container_slick_slider-home.container {
    border-top: 10px solid #3a3737;
}

.description_slide {
    left: 15%;
    width: 70%;
    background-color: #FFF;
    padding: 2.5%;
}

.description_slide:before {
    display: block;
    content: '';
    border: 1px solid #FFF;
    position: absolute;
    top: -7.5%;
    left: -2.5%;
    width: 105%;
    height: 115%;
}

.description_slide .legende {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.description_slide .legende:after {
	display: block;
	content: '';
	background-color: #D6328A;
	width: 30px;
	height: 2px;
	margin-top: .25rem;
}

.legende .titre {
	color: #D6328A;
	font-size: 8vw;
	font-family: 'Rozha One', serif;
	line-height: 1;
}

.legende .sous-titre {
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 1;
}

a.btn_slide {
	position: relative;
	margin-top: .25rem;
	font-size: 5vw;
	line-height: 1;
    color: #b3b3b3;
    font-weight: 300;
    text-transform: uppercase;
    transition: .4s all ease;
}

a.btn_slide:hover,
a.btn_slide:focus {
    color: #D6328A;
}

@media screen and (min-width: 576px) {

	.description_slide {
	    left: 16.666667%;
	    width: 25%;
	}

	.description_slide:before {
	    top: -5%;
	    height: 110%;
	}

	.description_slide .legende:after {
		margin-top: .75rem;
	}

	.legende .titre {
		font-size: 3vw;
	}

	.legende .sous-titre {
		font-size: 1.5vw;
	}

	a.btn_slide {
		font-size: 2.5vw;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Woocommerce  #################################################################################### */

.widget-featured_products {
	/*background-image: url(assets/images/bkg-mandala.svg), url(assets/images/bkg-featured-products.svg);
	background-size: auto, auto;
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;*/
}

.widget-featured_products .recent-posts-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 10vw;
    font-weight: 300;
    line-height: .5em;
    padding: 3.5rem 0;
}

.widget-featured_products .recent-posts-title span {
	color: #D6328A;
	font-size: 8vw;
	font-family: 'Rozha One', serif;
	line-height: 1em;
	text-transform: initial;
	font-weight: 400;
	margin-right: auto;
}

.widget-featured_products .more-link-all a {
    display: flex;
    padding: .5rem;
    justify-content: flex-end;
    align-items: center;
    color: #3a3737;
    font-weight: 500;
    font-size: 8vw;
    transition: .4s all ease;
}

.widget-featured_products .more-link-all a span svg {
    width: 60px;
    margin: 0 10px;
    fill: #b3b3b3;
    transition: .4s all ease;
}

.widget-featured_products .more-link-all a span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	color: #D6328A;
	font-size: 8vw;
	font-family: 'Rozha One', serif;
	line-height: 1em;
	text-transform: initial;
	font-weight: 400;
	transition: .4s all ease;
}

.widget-featured_products .more-link-all a:hover,
.widget-featured_products .more-link-all a:focus {
    color: #b3b3b3;
    text-decoration: none;
}

.widget-featured_products .more-link-all a:hover span svg,
.widget-featured_products .more-link-all a:focus span svg {
    fill: #D6328A;
}

.widget-featured_products .more-link-all a:hover span,
.widget-featured_products .more-link-all a:focus span {
	color: #3a3737;
}

.woocommerce ul.products li.product {
	background-color: #FFF;
	border: 1px solid #f2f0f0;
	padding: 15px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Darker Grotesque', sans-serif;
	text-align: center;
	font-size: 1.444rem;
	color: #3a3737;
	font-weight: 500;
	line-height: 1.2rem;
}

.woocommerce ul.products li.product .price {
    font-size: 1.667rem;
    margin-bottom: 0;
    color: #D6328A;
    text-align: center;
    font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #D6328A;
    font-size: 2rem;
    font-weight: 800;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	background-color: #3a3737;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 200px;
	height: 40px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	font-size: 1.222rem;
	line-height: 1rem;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	border-radius: 0;
	transition: .4s all ease;
}

.woocommerce button.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
a.checkout-button.button.alt.wc-forward {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 .5rem;
	max-width: 250px;
	height: 50px;
	margin: 0 0 0 .5rem;
	white-space: inherit;
}

.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
	background-color: #D6328A;
	color: #FFF;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #D6328A;
}

.woocommerce ul.products li.product .button {
    margin-top: .5rem;
}

.woocommerce span.onsale {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #D6328A;
	color: #FFF;
	font-weight: 400;
	font-size: 1.222rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a:not(.add_to_cart_button):before {
	display: block;
    top: 25%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 24px;
    color: #fff;
    font-size: 5rem;
    font-weight: 300;
    background-color: transparent;
    opacity: 0;
    transition: .4s all ease;
}

.woocommerce ul.products li.product a:not(.add_to_cart_button):hover:before,
.woocommerce ul.products li.product a:not(.add_to_cart_button):focus:before {
	opacity: 1;
}

.listing-products .container .row {
    flex-wrap: wrap-reverse;
}

.title-sidebar {
	color: #3a3737;
	font-size: 1.722rem;
	font-family: 'Rozha One', serif;
	line-height: 1em;
}

.sidebar-categories ul li a {
	line-height: 1em;
    color: #b3b3b3;
    font-size: 1.5rem;
   	font-weight: 600;
   	transition: .4s all ease;
}

.sidebar-categories ul li.current-cat a,
.sidebar-categories ul.children li.current-cat a,
.sidebar-categories ul li a:hover,
.sidebar-categories ul li a:focus {
    color: #D6328A;
    text-decoration: none;
}

ul.children {
    margin: 0 0 .5rem 1rem;
}

.sidebar-categories ul.children li a {
    color: #3a3737;
    font-size: 1.333rem;
   	font-weight: 400;
   	transition: .4s all ease;
}

.sidebar-categories ul.children li a:hover,
.sidebar-categories ul.children li a:focus {
    color: #D6328A;
}

.woocommerce .woocommerce-result-count {
	font-weight: 600;
	color: #3a3737;
    font-size: 1.5rem;
    line-height: 1em;
}

.woocommerce .woocommerce-ordering select {
	font-weight: 600;
	color: #b3b3b3;
    font-size: 1.5rem;
    line-height: 1em;
}

.woocommerce div.product .product_title {
	padding: 2rem 1rem 2rem;
	margin-top: 2rem;
}

.woocommerce #content div.product div.images {
    padding: 1rem;
}

figure.woocommerce-product-gallery__wrapper div:first-child {
    margin-bottom: 1rem;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 1.167rem;
    color: #D6328A;
}

.summary.entry-summary {
    padding: 0 .5rem;
}

.woocommerce div.product p.stock {
    color: #b3b3b3;
    font-size: 1.167rem;
    font-weight: 300;
}

body input:not([type='checkbox']):not([type='submit']):not([type='radio']):not([type='hidden']) {
    font-size: 1.333rem;
    font-weight: 400;
    color: #3a3737;
    border-bottom: 1px solid #D6328A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #b3b3b3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #D6328A;
	font-size: 1.333rem;
	font-family: 'Rozha One', serif;
	line-height: 1rem;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #FFF;
	font-size: 1.333rem;
	font-family: 'Rozha One', serif;
	line-height: 1rem;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #b3b3b3;
    border-radius: 0;
    padding: .5rem 1rem;
}

.woocommerce div.product form.cart {;
    flex-wrap: wrap;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #3a3737;
}

section.related.products h2 {
    font-size: 1.333rem;
}

.woocommerce-message {
    border-top-color: #D6328A;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #f2f0f0;
    color: #3a3737;
    border-top: 3px solid #D6328A;
}

.site-header a.btn-panier span.cart-contents-count {
	background: #D6328A;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

@media screen and (min-width: 48em) {

	.widget-featured_products .recent-posts-title {
	    max-width: 50%;
	    margin-left: 16.666667%;
	}

	.widget-featured_products .recent-posts-title {
	    font-size: 4.5vw;
	}

	.widget-featured_products .more-link-all a {
	    font-size: 3vw;
	}

	.widget-featured_products .recent-posts-title span,
	.widget-featured_products .more-link-all a span {
		font-size: 2.8vw;
	}

	.woocommerce table.shop_table td {
	    font-size: 1.333rem;
	}

}

@media screen and (min-width: 1200px) {

	.woocommerce ul.products li.product a:not(.add_to_cart_button):before {
	    margin-left: -50px;
	    width: 100px;
	    height: 100px;
	    font-size: 10rem;
	    line-height: 40px;
	}

	.woocommerce-notices-wrapper {
		max-width: 83.333333%;
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematique 1  #################################################################################### */

#mt_1 {
	background-image: url(assets/images/bkg-thematique-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

#mt_1 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

#mt_1 a .picto {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 230px;
	background-image: url(assets/images/design-thematique-1.svg);
	background-size: auto;
	background-position: top right;
	background-repeat: no-repeat;
}

#mt_1 a .picto svg {
	width: 100px;
	max-width: 100%;
	fill: #3a3737;
	transition: .4s all ease;
}

#mt_1 .col-md-4:nth-child(1) a .picto svg {
	width: 125px;
}

#mt_1 a .mt_header {
	text-align: center;
	margin-top: 1rem;
}

#mt_1 a .mt_header .titre {
	color: #D6328A;
	font-size: 2.167rem;
	font-family: 'Rozha One', serif;
	line-height: 1;
}

#mt_1 a .mt_header .sous-titre {
	font-size: 1.278rem;
	font-weight: 500;
	line-height: 1;
	color: #3a3737;
}

#mt_1 a .bouton {
	background-color: #b3b3b3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 230px;
	height: 60px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 1.778rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1.5rem;
	line-height: 1;
	transition: .4s all ease;
}

#mt_1 a:hover .bouton,
#mt_1 a:focus .bouton {
	background-color: #D6328A;
	color: #FFF;
}

@media screen and (min-width: 48em) {

	#mt_1 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#mt_1 a {
		margin-bottom: 0;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Content  #################################################################################### */

.home article {
	background-color: #f2f0f0;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

h1 {
	background-image: url(assets/images/design-h1.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 2.278rem;
	font-weight: 400;
	padding: 2rem 1rem 2rem;
	color: #b3b3b3;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f2f0f0;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.home h1 {
	margin-bottom: .5rem;
	margin-top: 0;
}

h1:after {
	display: block;
	content: '';
	background-color: #D6328A;
	width: 30px;
	height: 2px;
	margin-top: 1rem;
	transition: .4s all ease;
}

h2 {
	color: #D6328A;
	font-size: 2rem;
	font-family: 'Rozha One', serif;
	line-height: 1em;
	font-weight: 400;
}

a {
	color: #D6328A;
	transition: .4s all ease;
}

a:hover,
a:focus {
	color: #b3b3b3;
}

p {
	line-height: 1.3rem;
}

body:not(.home) .site-content {
    /*background-image: url(assets/images/bkg-mandala.svg), url(assets/images/bkg-featured-products.svg);
    background-size: 50%, auto;
    background-position: right center, left top;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;*/
}


input[type="submit"] {
    background: #3a3737;
    border-color: #3a3737;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.05em;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #D6328A;
    border-color: #D6328A;
}

.child-post,
.blog article,
.archive article,
.search article {
    margin-bottom: 3.5rem;
}

.post-thumbnail img {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.error404 article p,
.error404 form#searchform,
.search-no-results form#searchform {
    max-width: 100%;
}

.error404 form#searchform input#s,
.search-no-results form#searchform input#s {
    width: 100%;
}

form#searchform input#s {
    margin-bottom: 1rem;
}

h2 a {
    color: #D6328A;
    transition: .4s all ease;
}

h2 a:hover,
h2 a:focus {
    color: #b3b3b3;
    text-decoration: none;
}

.more-link a {
    background-color: #3a3737;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    height: 40px;
    color: #FFF;
    font-weight: 400;
    font-size: 1.222rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    transition: .5s all ease;
}

.more-link a:hover,
.more-link a:focus {
    background-color: #D6328A;
    color: #FFF;
    text-decoration: none;
}

@media screen and (min-width: 48em) {

	article {
	    padding-top: 0;
	}

	.child-post,
    .blog article,
    .archive article,
    .search article {
        border-right: 1px solid #f2f0f0;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .child-post:nth-child(3n),
    .blog article:nth-child(3n),
    .archive article:nth-child(3n),
    .search article:nth-child(3n) {
        border-right: none;
    }
}

@media screen and (min-width: 1200px) {

	.content-home p {
	    padding: 0 20%;
	}

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematique 2  #################################################################################### */


#mt_2 a {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	padding: 10rem 2rem 1rem 1.5rem;
}

#mt_2 a .mt_content {
	background-color: #D6328A;
	width: 332px;
	max-width: 80%;
	padding: 1rem;
	transition: .4s all ease;
}

#mt_2 a:hover .mt_content,
#mt_2 a:focus .mt_content {
	background-color: #3a3737;
}

#mt_2 a .mt_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 1rem;
}

#mt_2 a .mt_header:after {
	display: block;
	content: '';
	background-color: #FFF;
	width: 30px;
	height: 2px;
	margin-top: 1rem;
	transition: .4s all ease;
}

#mt_2 a .mt_header .titre {
	color: #FFF;
	font-size: 2.389rem;
	font-family: 'Rozha One', serif;
	line-height: 1;
}

#mt_2 a .mt_header .sous-titre {
	font-size: 1.167rem;
	font-weight: 500;
	line-height: 1;
	color: #3a3737;
	transition: .4s all ease;
}

#mt_2 a:hover .mt_header .sous-titre,
#mt_2 a:focus .mt_header .sous-titre {
	color: #FFF;
}

#mt_2 a .bouton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 230px;
	height: 60px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 1.722rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	transition: .4s all ease;
}

#mt_2 a:hover .bouton,
#mt_2 a:focus .bouton {
	color: #D6328A;
}

@media screen and (min-width: 576px) {

	#mt_2 a {
		padding: 15rem 3rem 1.5rem 2.5rem;
	}

}

@media screen and (min-width: 48em) {

	#mt_2 a {
		padding: 15rem 3rem 1.5rem 2.5rem;
	}

	#mt_2 a .mt_content {
		max-width: 100%;
	}

}

@media screen and (min-width: 92em) {

	#mt_2 a {
		padding: 17rem 3rem 1.5rem 2.5rem;
	}


}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.site-footer {
    background-color: #3a3737;
    background-image: url(assets/images/bkg-header.png);
    background-size: auto;
    background-position: top center;
    background-repeat: repeat-y;
    padding-top: 2.5rem;
}

.site-footer .row {
	align-items: center;
}

.footer-tools {
    margin-bottom: 1.5rem;
}

ul#footer-tools-menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul#footer-tools-menu:after {
    display: block;
    content: '';
    background-color: #FFF;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -1rem;
}

ul#footer-tools-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}

ul#footer-tools-menu li:nth-child(1) a svg {
    width: 47px;
    fill: #D6328A;
    transition: .5s all ease;
}

ul#footer-tools-menu li:nth-child(2) a svg {
    width: 55px;
    fill: #FFF;
    transition: .5s all ease;
}

ul#footer-tools-menu li:nth-child(1) a:hover svg,
ul#footer-tools-menu li:nth-child(1) a:focus svg,
ul#footer-tools-menu li:nth-child(2) a:hover svg,
ul#footer-tools-menu li:nth-child(2) a:focus svg {
	fill: #b3b3b3;
}

.footer-tools li.social_link a svg {
    fill: #ffffff;
    transition: .5s all ease;
}

.footer-tools li.social_link a:hover svg,
.footer-tools li.social_link a:focus svg {
    fill: #D6328A;
}

.site-info a.logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.site-info .coordonnees p.address {
	display: flex;
	flex-direction: column;
	align-items: center;
    color: #b3b3b3;
    margin-top: .5rem;
}

.site-info .coordonnees p.address:after {
	display: block;
	content: '';
	background-color: #FFF;
	width: 30px;
	height: 2px;
	margin-top: .5rem;
	margin-bottom: 1rem;
	transition: .4s all ease;
}

.site-info .coordonnees p.tel {
    color: #D6328A;
    font-family: 'Rozha One', serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

ul#footer-menu {
    margin-bottom: 1.5rem;
}

#footer-menu li {
    line-height: 1rem;
}

#footer-menu a {
    display: flex;
    flex-direction: column;
    font-size: 1.167rem;
    color: #b3b3b3;
    line-height: 1rem;
    transition: .4s all ease;
}

#footer-menu a:hover,
#footer-menu a:focus {
    color: #FFF;
}

#footer-menu li a:after {
	display: block;
	content: '';
	background-color: #D6328A;
	width: 30px;
	height: 2px;
	margin-top: .5rem;
	margin-bottom: .5rem;
	transition: .4s all ease;
}

#footer-menu li a:hover:after,
#footer-menu li a:focus:after {
	width: 90px;
}

nav.mentions-navigation {
    padding: 1rem 0;
    background-color: #D6328A;
}

#menu-mentions-menu li a {
    margin-right: .5rem;
    font-size: 0.889rem;
    color: #FFF;
    text-transform: uppercase;
    transition: .4s all ease;
}

#menu-mentions-menu li a:hover,
#menu-mentions-menu li a:focus {
	color: #b3b3b3;
	text-decoration: none;
}

@media screen and (min-width: 48em) {

	.site-footer .col-lg-10 .row {
	    padding-top: 0;
	    padding-bottom: 0; 
	}

	.site-info .coordonnees p.tel {
	    margin-bottom: .25rem;
	}

}


@media screen and (min-width: 1200px) {

	.site-footer {
		margin-bottom: 30px;
	}

	nav.mentions-navigation {
	    margin-left: 16.666667%;
	    margin-right: 16.666667%;
	    position: relative;
	    bottom: -30px;
	}



}


/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Chèques cadeaux  #################################################################################### */

body #voucher-multistep-form.wizard>.content>.body label {
    font-size: 1rem;
}


/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Attente activation boutique  #################################################################################### */

ul#top-menu li:nth-child(3),
ul#top-menu li:nth-child(4) {
    display: none;
}


/* ############################################################################################## */
/* ############################################################################################## */