/* FONT : cantarell-regular */
@font-face {
    font-family: 'cantarell-regular';
    src: url('/duVentDansLesPalmes/media_site/fonts/cantarell-regular.eot');
    src: url('/duVentDansLesPalmes/media_site/fonts/cantarell-regular.eot?#iefix') format('embedded-opentype'),
         url('/duVentDansLesPalmes/media_site/fonts/cantarell-regular.woff') format('woff'),
         url('/duVentDansLesPalmes/media_site/fonts/cantarell-regular.ttf') format('truetype'),
         url('/duVentDansLesPalmes/media_site/fonts/cantarell-regular.svg#cantarell-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.cantarell-regular{
    font-family: 'cantarell-regular';
}
body,
.tp-caption.Woo-Rating, .Woo-Rating,
.mindblue-light,
.Roboto-Medium-webfont,
.Woo-TitleLarge,
.tp-caption.Woo-TitleLarge,
.tp-caption.Woo-AddToCart, .Woo-AddToCart {
    font-family: 'cantarell-regular';
}
.tp-caption.Woo-Rating, .Woo-Rating, a, a:visited{
    color: #102f56;
}
body {
	margin: 0;
}
.marron,
.Woo-TitleLarge,
.tp-caption.Woo-TitleLarge {
	/*color: #7dd193;*/
    color: #77b6d7;
}
ul.square{
  counter-reset: foo;
  display: table;   
}
ul.circle{
  counter-reset: moo;
  display: table;   
}
ul.square,
ul.square li,
ul.circle,
ul.circle li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.square li {
  height: 1em;
  counter-increment: foo;
  display: table-row;
}
ul.circle li {
  height: 1em;
  counter-increment: moo;
  display: table-row;
}
ul.square li:before {
  content: "";
/*  background-image: url('/duVentDansLesPalmes/media_site/images/square-green.svg');*/
  /*background-image: url('/duVentDansLesPalmes/media_site/images/square-blue.svg');*/
  background-size: 1em 1em;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  margin-top: -.175em;
/*  width: 2em;*/
  height: 1em;
  display: table-cell;
  text-align: right;
  background-position-y: .3em
}
ul.nosquare li:before {
  content: "";
  background-image: none;
  /*background-image: url('/duVentDansLesPalmes/media_site/images/square-blue.svg');*/
  background-size: 1em 1em;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  margin-top: -.175em;
  width: 2em;
  height: 1em;
  display: table-cell;
  text-align: right;
  background-position-y: .3em
}
ul.circle li:before {
    content: "0" counter(moo);
    color: #fff;
    background-image: url('/duVentDansLesPalmes/media_site/images/circle.svg');
    background-size: 1.7em 1.7em;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 50%;
    padding-top: 0.3em;
    width: 2em;
    height: 2em;
    display: table-cell;
    text-align: left;
    background-position-y: 0em;
    font-size: 21px;
    padding-left: 0.3em;
}
.tp-bullet:last-child{
	display:none;
}
.test-widget_slider_revolution,
.content{
    max-width: 800px;
    max-height: 550px;
    margin: auto;
}
.hidden{
    display:none;
}
.pointer{
    cursor:pointer;
}
#mentions{
    position: fixed;
    color: white;
    margin: 1em;
    bottom: 0;
    right: 0;
}
.white{
    color: white!important;
}
div#slide-167-layer-9 {
    font-family: cantarell-regular!important;
    text-align:center!important;
}
div#slide-167-layer-9 b {
    text-transform:uppercase!important;
}
b {
    font-weight: normal!important;
}
b > a {
    font-weight: bold!important;
}