@font-face{font-family:woody-icons;src:url(fonts/woody-icons/woody-icons.eot?1669309963);src:url(fonts/woody-icons/woody-icons.eot?1669309963#iefix) format("eot"),url(fonts/woody-icons/woody-icons.woff2?1669309963) format("woff2"),url(fonts/woody-icons/woody-icons.woff?1669309963) format("woff"),url(fonts/woody-icons/woody-icons.ttf?1669309963) format("truetype"),url(fonts/woody-icons/woody-icons.svg?1669309963#woody-icons) format("svg")}


a img {
    border: 0;
}
img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
li {
    font-size: inherit;
}
header {
    box-shadow: 0 4px 20px rgb(51 51 51 / 20%);
    position: relative;
    background-color: #fff;
    z-index: 1;
}
header .logo {
    display: inline-block;
    padding: 1rem 1rem;
}
header .logo img {
    width: 255px;
    height: auto;
    filter: initial;
}
#widget-panier {
    position: absolute;
    right: 20px;
    top: 67px;
    z-index: 10;
	margin-right: 8px!important;
    margin-top: 4px;
	width:40px;
	height:40px;
}
.breadcrumb-container {
    background-color: rgba(51,51,51,.05);
    margin: 0 0 15px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb {
    font-size: .8125rem;
    font-weight: 400;
    font-style: normal;
	margin: auto;
    width: 96%;
    max-width: 1170px;
	flex-wrap: wrap;
    list-style: none;
    display: flex;
    align-items: center;
}
.breadcrumb .separator {
    margin: 0 6px;
    font-size: .9375rem;
    line-height: 1em;
    font-family: woody-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.breadcrumb .separator:before {
    content: "";
}
.breadcrumb a {
    color: #595959!important;
    transition: color .3s;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}


/**************************** FOOTER *******************************/
.woody_footer {
    box-shadow: 0 5px 30px rgb(51 51 51 / 25%);
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.align-stretch {
    align-items: stretch;
}
.grid-padding-x>.cell, .woodyGallery.grid-padding-x>.woody-component-basic-swiper {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.woody_footer .brand-wrapper {
    font-size: .9375rem;
    line-height: 1.2;
    color: #979797;
}
.woody_footer .brand-wrapper .brand-logo img {
    width: 390px;
    height: auto;
}
.woody_footer .brand-wrapper .brand-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #ed6971;
}
.padd-all-sm {
    padding: 15px;
}
.woody_footer .brand-wrapper .brand-address, .woody_footer .brand-wrapper .brand-phone {
    position: relative;
    padding-left: 25px;
    text-align: left;
    text-decoration: none;
}
.woody_footer .brand-wrapper .brand-address:before {
    font-family: woody-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    content: "";
    transform: translate(0,21px);
}
.woody_footer .brand-wrapper .brand-address:before, .woody_footer .brand-wrapper .brand-phone:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
    color: #ed6971;
}
.woody_footer .brand-wrapper .brand-address:before, .woody_footer .brand-wrapper .brand-phone:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
    color: #ed6971;
}
.woody_footer .brand-wrapper .brand-phone {
    color: #979797;
}
.woody_footer .brand-wrapper .brand-phone:before {
    font-family: woody-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    content: "";
    transform: translate(0,13px);
}
.subfooter .menu-legal, .subfooter .menu-social {
    padding-left: 1rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.subfooter .menu-social li {
    padding: 1.4rem 0.3rem;
}
.subfooter .menu-social li>a {
	text-decoration:none;
}
.wicon {
    font-family: woody-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.subfooter .menu-social .wicon {
    color: #b3b3b3;
    transition: color .3s;
    font-size: 22px;
}
.subfooter .menu-social .wicon:hover {
    color: #ed6971;
}
.wicon-000-facebook::before {
    content: "";
}
.wicon-011-instagram:before {
    content: "";
}
.wicon-053-tripadvisor:before {
    content: "";
}
.wicon-004-youtube:before {
    content: "";
}



.padd-all-md {
    padding: 30px;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-container {
    display: flex;
}
.align-middle {
    align-items: center;
}










/**************************** RESPONSIVE ***************************/

@media screen and (min-width: 90em){
	header .logo {
		left: 10px;
	}
	header .logo img {
		width: 290px;
	}
	.grid-x>.xxlarge-1, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-full, .grid-x>.xxlarge-shrink {
    flex-basis: auto;
	}	
	.grid-x>.xxlarge-4 {
		width: 33.33333%;
	}
}


@media print, screen and (min-width: 40em){
	.grid-padding-x>.cell, .woodyGallery.grid-padding-x>.woody-component-basic-swiper, 
	.grid-container, .grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}

}







