/* @import url("normalize.css") screen; */
@import url("/fonts/font-awesome-4.6.3/css/font-awesome.min.css") screen;
@import url("fonts.css") screen;
@import url("grid.css") screen;
@import url("components/slider.css") screen;
@import url("components/slippry.css") screen;
@import url("class.css") screen;
@import url("components/burger-menu.css") screen;
@import url("components/sidenav.css") screen;
@import url("components/featherlight.css") screen;
@import url("pages/accueil.css?v=5") screen;
@import url("pages/catalogue.css?v=2") screen;
@import url("pages/about.css?v=2") screen;
@import url("pages/produit.css?v=2") screen;
@import url("pages/news.css?v=2") screen;
@import url("pages/panier.css?v=2") screen;
@import url("pages/contact.css?v=2") screen;
@import url("pages/compte.css?v=2") screen;

:-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@font-face {
	font-family: 'ColaborateThinRegular';
	src: url('/fonts/colabthi-webfont.eot');
	src: url('/fonts/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/colabthi-webfont.woff') format('woff'),
		url('/fonts/colabthi-webfont.ttf') format('truetype'),
		url('/fonts/colabthi-webfont.svg#ColaborateThinRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* html{min-width:978px;} */
body{
	margin:0;
/* 	color:#3f677f; */
	color:#7e7e7e;
	/* font:15px/28px Helvetica, Arial, Verdana, sans-serif; */
  font-family: 'futura_lt_lightregular';
  font-size: 18px;
	background:#fff;
/* 	min-width:978px; */
overflow: visible !important;
}
img{border-style:none;}
a{
/* text-decoration:underline; */
	color:#7e7e7e;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	vertical-align:middle;
	color: #444;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
textarea {
    border: 1px solid #444;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
.w1{
	overflow:hidden;
	width:100%;
	position:relative;
}
* html .w1{position:static;}

label {
    font-size: 1em;
    color: #7e7e7e;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #444;
    line-height: 48px;
    height: 48px;
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
}
#wrapper{
    max-width: 100%;
	margin:auto;
}
#header{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 200;
    background: white;
    border-bottom: 1px solid #cccccc;
}
#header:after{
	content:'';
	display:block;
	clear:both;
}
#wrapper {
    margin-top: 129px;
}
#logo-mobile {
    display: none;
}
    .logo > a {
        width: 128px;
    }
@media (max-width: 1200px) {
    .logo > a {
        width: 69px;
    }
    #logo-desktop {
        display: none;
    }
    #logo-mobile {
        display: block;
    }
}

@media (max-width: 550px) {
    #logo-desktop {
        display: none;
    }
    #logo-mobile {
        display: block;
    }
}


.header-holder {
  width: 100%;
  height: 40px;
  border-bottom: thin solid #DDD;
}
.header-holder-inner{
    margin: 0 auto;
	overflow:hidden;
	position:relative;
    max-width: 90%;
    font-size: 0.9em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-holder ul {
    display: flex;
    align-items: center;
}
.header-contact {
    margin: 0;
    float: left;
    font-size: .9em;
    padding-left: 0;
}

.header-contact a{
  text-decoration: none;
}

.header-contact li{
  list-style: none;
  display: inline;
  padding-right: 40px;
  letter-spacing: 2px;
}

.header-contact .phone {
  font-family: 'futura_ltbold';
}

.header-contact .mail a {
  font-family: 'futura_lt_lightregular';
  text-decoration: none;
}

.header-contact .mail span {
    margin-left: 10px;
}

#nav{
	padding: 0;
	margin: 0;
	list-style:none;
	float:right;
}
#nav li{
	float:left;
	padding: 2px 0;
	margin:0 10px 0 0;
}
#nav a,
#nav .active a:hover{
	text-decoration:none;
}
#nav a:hover,
#nav .active a{font-weight:bold;}
#nav .english{
	padding-left:20px;
	width: 60px;
    border-left: 1px solid #cccccc;
}
#nav .english a{
  font-family: 'futura_ltbold';
}

.sticky-header > .header-frame {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #cccccc;
    background: white;
    z-index: 200;
}

.header-frame {
    background: white;
}
.form-errors-container {
    background: #c9302c;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    color: white;
    text-align: center;
}
.sticky-header > .navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: fixed;
    left: 10px;
    right: 0;
    top: 8px;
    bottom: 0;
    z-index: 300;
}

/*@media (min-width: 1200px) {*/
    /*#header.sticky-header .header-holder {*/
        /*display: none;*/
    /*}*/
/*}*/

.add-nav{
    margin: 0;
  	padding:0 0 2px;
  	list-style:none;
  	text-transform:uppercase;
    float: left;
  }


  .add-nav li{
    margin:0 0 7px;
/*     display: inline; */
    padding: 20px;
    float: left;
  }


  .add-nav a{
  	text-decoration:none;
    letter-spacing: 2px;
    font-size: 1em;
  }

  .add-nav a:hover {
    color:#00bff3;
  }


  .add-nav-right{
      float: right;
      display: flex;
      align-items: center;
    }
    .add-nav li a {
        font-size: 0.85em;
    }

  .header-search, .header-cart {
    padding: 20px !important;
    padding-top: 30px !important;
  }


ul.ui-autocomplete li.more-results {
  text-align:center;
  height: 13px;
}
ul.ui-autocomplete li.even {
  background: #e8edf1 url(/images/bg-autocomplete.png);
}
ul.ui-autocomplete li.more-results a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.ui-helper-hidden-accessible {display:none}


.search-form .text{
	height: 25px;
    position: absolute;
    background: white;
}
.search-form .text input{
  background: transparent;
  z-index: 99;
	margin:0;
	padding:9px 5px;
  border: none;
	color:#a1a1a1;
	font-size:13px;
	line-height:16px;
  position: absolute;
    width: 0px;
  visibility: hidden;
  border-bottom: thin solid #DDD;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.search-form .text #autocomplete-input {
  top: 0px;
  left: 0px;
  color: #828A97;
  font-style: normal;
}

.btn-search{
	width:40px;
	height:40px;
	background:url(/images/icons/magnify.png)center no-repeat;
	float:right;
}

.search-field:hover .text input  {
  width: 200px;
  margin-left: -150px;
  visibility: visible;
  margin-top: 40px;
}

ul.autocomplete {
  background-color: #fff;
  width: 395px;
  z-index: 100000 !important;
  padding: 0px;
}
#autocomplete-input {
    display: none;
    border: 0;
}

ul.autocomplete li {
  font-size: 12px;
  line-height: 15px;
  float: none;
  clear: both;
  padding: 10px;
  /*height: 60px;*/
  position: relative;
  list-style:none;
  list-style-position: outside;
}

ul.autocomplete li a {
  text-decoration: none;
  font-size: 13px;
}

ul.autocomplete li a span img {
  display: inline-block;
  float: left;
  margin: 0;
  max-height: 60px;
  max-width: 77px;
  border: 1px solid #ececec;
}
ul.autocomplete li span.image-background {
  display: inline-block;
  padding: 0 0 15px 0;
  background: url(/images/bg-item-block-center.png) repeat-x bottom;
}
ul.autocomplete li span.label {
  display: block;
  position: absolute;
  top: 20px;
  left: 95px;
}

ul.autocomplete li span.metadata {
  display: block;
  position: absolute;
  top: inherit;
  bottom: 10px;
  left: 95px;
}

ul.autocomplete li span img {
  margin: 0 5px -3px 5px;
}

.header-frame{
    position: relative;
    overflow:hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo{
    height: calc(100% - 10px);
    text-indent:-9999px;
    overflow:hidden;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50);
    -ms-transform: translateX(-50);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px;
    background: #f2055c;
}
.logo a{
	display:block;
	height:100%;
}
.logo img{
    display:block;
    height:100%;
}
@media (min-width: 1200px) {
    .navTrigger {
        display: none;
    }
    .logo{
        max-width: 136px;
        padding: 10px;
        height: calc(100% - 20px);
    }
}
/*@media (min-width: 1500px) {*/
    .logo{
        max-width: 210px;
    }
/*}*/

.header-block{
/* 	float:right; */
/* 	width:195px; */
/* 	background:#e9fafd; */
/* 	padding:54px 0 72px 199px; */
max-width:90%;
margin: auto;
}

.cart {
  width: 40px;
  height: 30px;
  	background: url(/images/icons/handbag.png) no-repeat ;
 }
.cart-label{
/* 	text-transform:uppercase; */
/* 	display:inline-block; */
	padding: 3px;
  width: 25px;
  height: 25px;
  position: absolute;
  background:#ffb600;
  border: 2px solid white;
  border-radius: 50%;
  margin: 15px 0 0 15px;
  font-size: 0.8em;
}
.cart-label a{
	color: white;
	text-decoration:none;

}
.cart-label a:hover{text-decoration:underline;}
#panier-quantity {
    font-weight: bold!important;
    position: absolute!important;
    margin: 3px 0 0 0!important;
    width: 25px!important;
    text-align: center!important;
}

.songs-container {
    overflow: hidden;
}

.cart .popup-holder { position: absolute; }
.cart .selected #panier-confirm {
	display:block;
}
.cart #panier-confirm {
  position:absolute;
	left:-105px;
	top:7px;
	padding:5px 5px 23px 23px;
	background: none repeat scroll 0 0 #00bff0;
	color:#fff;
	overflow: visible;
	text-transform:none;
	font:normal 15px/20px Helvetica, Arial, Verdana, sans-serif;
  width: 270px;
  height: 90px;
	z-index:99999;
}

.cart #panier-confirm.error {
	background: none repeat scroll 0 0 #d1514e;
}

#main {
    padding: 0;
}

#main .headline{
	border-bottom:1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 14px;
}
#main h2{
    margin:0;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size: 34px;
    letter-spacing: 1px;
    font-family: 'futura_lt_lightregular';
}

h2 span {
    font-family: 'futura_ltbold';
}

#standard-temmplate-container.search-specific-flex{
    display: flex;
    flex-wrap: wrap;
}

#standard-temmplate-container h1 {
    text-transform:uppercase;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: 'futura_ltbold';
}

#content .text-block{padding:0 0 10px 8px;}

h3 {
  font-family: 'futura_ltbold';
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 3px;
}
 #main h3{
  margin:0 0 7px;
  font-size:20px;
  line-height: 60px;
}

/*#main p{margin:0 0 15px;} */
.button-example{
	overflow:hidden;
	width:100%;
	padding:0 0 13px;
}
.button-example .box{padding:0 0 10px;}
.button{
	display:block;
	font-size:13px;
	line-height:44px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	height:44px;
	text-decoration:none;
	text-align:center;
	background:#ffb600;
	padding:0 2px 0 0;
  cursor: pointer;
}
.button:hover{
	opacity: 0.8;
}
.btn-important:hover{
	background-position:100% -102px;
	background-color:#c50e50;
}
.btn-important:hover span{
	background-position:0 -136px;
	background-color:#c50e50;
}
.btn-mini:hover{
opacity: 0.8;
}
.ad{padding:0 0 10px;}
.ad img{vertical-align:top;}
#sidebar{
	float:right;
	width:394px;
}
.tabset{
	padding:0;
	margin:0;
	list-style:none;
	height:1%;
	text-transform:uppercase;
	font:14px/42px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
}
.tabset:after{
	content:'';
	display:block;
	clear:both;
}
.tabset li{
	float:left;
	position:relative;
	z-index:10;
}
.tabset a{
	text-align:center;
	display:block;
	width:197px;
	height:42px;
	text-decoration:none;
	color:#5d90b0;
	position:relative;
	z-index:10;
	background:url(/images/bg-tabs.gif);
}
.tabset a:hover{
	background:url(/images/bg-tabs-hover.gif);
	font-size:14px;
}
.tabset .active,
.tabset .active:hover{
	background:#fff;
	font-size:16px;
	color:#3f677f;
	border-left:1px solid #e9fafd;
	width:196px;
}
.tab-content{padding:7px 0 23px;}
.documents-list{
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
	font-size:13px;
	line-height:16px;
}
.documents-list li{
	padding:0 0 1px;
	vertical-align:top;
}
.documents-list .non_dispo{
	display:block;

	text-decoration:none;
	padding:7px 11px 7px 19px;
	overflow:hidden;

}
.documents-list a{
	display:block;
/* 	background:#e9f5f7; */
	text-decoration:none;
	padding:7px 11px 7px 19px;
	overflow:hidden;

}
.documents-list a:hover{background:#caecf2 url(/images/bg-documents-list-hover.gif) repeat-x;}
.documents-list .active a{
	background:#68a5d3;
	color:#fff;
}
.documents-list .active a:hover{background:#5e98c4 url(/images/bg-documents-list-hover2.gif) repeat-x;}
.side-block{
	margin:0 0 27px;
	width:100%;
	font-size:12px;
	line-height:15px;
}
.heading{
	/* background:#1d7e96 url(/images/bg-heading.gif) repeat-x; */
/* 	border-bottom:1px solid #176478; */
	overflow:hidden;
	height:1%;
  border-bottom: thin solid #ddd;
}

.heading h4 {
  color:#a34fab;
  text-transform: uppercase;

}


/* .light{
background:#cbe9f1 url(/images/bg-heading-light.gif) repeat-x;
border-color:#bbd6de;
} */
/* #main h4{
  margin:0;
  text-transform:uppercase;
  letter-spacing:-1px;
  font:18px/22px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
} */


#main .heading h4{float:left;}
#main .light h4{
    color:#3f677f;
    font-size: 15px;
    line-height: 22px;
}
.btn-cleaning{
	float:right;
	height:17px;
	font-size:10px;
	line-height:17px;
	margin:1px 0 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background:#68a5d3 url(/images/sprite.gif) no-repeat 100% -665px;
	padding:0 8px 0 0;
}
.btn-cleaning span{
	float:left;
	cursor:pointer;
	background:#68a5d3 url(/images/sprite.gif) no-repeat 0 -682px;
	padding: 0 41px 0 50px;
}
.btn-cleaning:hover{background:#52a8e8 url(/images/sprite.gif) no-repeat 100% -699px;}
.btn-cleaning:hover span{background:#52a8e8 url(/images/sprite.gif) no-repeat 0 -716px;}
.side-block .holder{
	background:#e9fafd;
	margin:2px 0 0;
	border-bottom:1px solid #e0edf0;
	padding: 21px 10px 24px 9px;
}
#sidebar h6{
	margin:0 0 1px;
	font-size:13px;
	line-height:16px;
}
.side-block .title{
    margin:0 0 9px;
    padding: 20px 32px 0;
    display:block;
    color:#5e90b0;
    text-align: left;
    font-size: 18px;
    line-height:22px;
    text-align: center;
}
.thumbnail-container li {
    margin-bottom: 15px;
}
.side-block p{margin:0 0 10px;}
.button-holder{padding:0 0 11px;}
.btn-buy:hover{background:#efc042}
.buttons-row{
	overflow:hidden;
	width:212px;
	padding:0 0 0 182px;
}
#main .btn-help{
	float:left;
	background:url(/images/btn-help-both.png) no-repeat;
	width:30px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 4px 0 0;
	cursor:pointer;
}
#main .btn-help:hover{background:url(/images/btn-help-both.png) no-repeat 0 -26px;}
.btn-play{
	float:left;
	background:url(/images/sprite.gif) no-repeat -598px 0;
	width:24px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 3px 0 0;
}
.btn-play:hover{background-position:-626px 0;}
.example-form{
	float:left;
	margin:3px 12px 0 0;
	width:38px;
}
.radio{
	width:16px;
	height:15px;
	margin:0;
	padding:0;
	float:left;
}
.btn-reset{
	height:18px;
	color:#909aa0;
	font-size:10px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:0 9px 0 0;
	text-align:center;
	background:url(/images/sprite.gif) no-repeat 100% -733px;
  display: none !important;
}
.btn-reset span{
	cursor:pointer;
	float:left;
	background:url(/images/sprite.gif) no-repeat 0 -751px;
	padding:0 4px 1px 13px;
}
.btn-reset:hover{background-position:100% -769px;}
.btn-reset:hover span{background-position:0 -787px;}
.buttons-row .btn-reset{margin:4px 0 0;}
.period-block{
	overflow:hidden;
	width:978px;
}
/** $ACCORDEON **/
/* .preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
} */
.liteAccordion.basic .slide > h2 { background: transparent; }
#accordeon_catalogue .slide > h2 {
  width: 110px !important;
  height: 199px !important;
  background-image: url('/images/photos-bck.jpg');
  background-repeat: no-repeat;
}

#accordeon_catalogue .slide > h2 span {
  bottom: 8px;
  color: #fda7cc;
  font: 18px/18px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
  height: auto;
  margin-left: 8px;
  max-width: 104px;
  position: absolute;
  text-align: left;
}
#accordeon_catalogue .slide:hover > h2 span {
  color: #fff;
}
#accordeon_catalogue h2:hover .img-default {
  display: none;
}
#accordeon_catalogue .selected img {
  opacity: 0;
}
#accordeon_catalogue h2 .img-default {
  transition: opacity 2s;
}
#accordeon_catalogue .selected .accordeon_categorie-title {
  color: #fff;
  max-width: none;
  width: 290px;
  line-height: 1;
  font-size: 48px;
}

#slide_2 h2 {
  background-position: 0 0;
}

#slide_3 h2 {
  background-position: -131px 0;
}

#slide_4 h2 {
  background-position: -241px 0;
}

#slide_5 h2 {
  background-position: -359px 0;
}

#slide_6 h2 {
  background-position: -469px 0;
}
/* --- .section = regles applicable a toute les 5 categories */
.period-block .section{
	float:left;
	height:199px;
	position:relative;
	overflow:hidden;
}
.period-block .section a{float:left; text-decoration:none;}
.period-block .section img{vertical-align:top;}
.period-block .section span{
	position:absolute;
	bottom:5px;
	left:5px;
	color:#fda7cc;
	text-transform:uppercase;
	z-index:10;
	width:95px;
	letter-spacing:-1px;
	cursor:pointer;
	font:18px/18px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
}
.period-block #cat_2{
	background:url(/images/photo1-both.jpg) no-repeat;
}
.period-block #cat_2:hover{
	background:url(/images/photo1-both.jpg) no-repeat 0 -199px;
}
.period-block #cat_3{
	background:url(/images/photo2-both.jpg) no-repeat;
}
.period-block #cat_3:hover{
	background:url(/images/photo2-both.jpg) no-repeat 0 -199px;
}
.period-block #cat_4{
	background:url(/images/photo3-both.jpg) no-repeat;
}
.period-block #cat_4:hover{
	background:url(/images/photo3-both.jpg) no-repeat 0 -199px;
}
.period-block #cat_5{
	background:url(/images/photo4-both.jpg) no-repeat;
}
.period-block #cat_5:hover{
	background:url(/images/photo4-both.jpg) no-repeat 0 -199px;
}
.period-block #cat_6{
	background:url(/images/photo5-both.jpg) no-repeat;
}
.period-block #cat_6:hover{
	background:url(/images/photo5-both.jpg) no-repeat 0 -199px;
}
/* --- .hover = regles applicable aux categories non-selectionnees */
.period-block .hover span{}
.period-block .hover .defaut{display:block;}
.period-block .hover .hovered{display:none;}
.period-block .hover .clicked{display:none;}
.period-block .hover a:hover{text-decoration:none;}
.period-block .hover a:hover{border:0;}
.period-block .hover a:hover span{color:#fff;}
.period-block .hover a:hover img{display:none;}
.period-block .hover a:hover .hovered{display:block;}
/* --- .active = regles applicable a la categorie selectionne */
.period-block .active span{
	font-size:52px;
	line-height:52px;
	color:#fff;
	width:500px;
}
.period-block .active .defaut{display:none;}
.period-block .active .hovered{display:none;}
.period-block .active .clicked{display:none;}
.period-block .active a:hover span{text-decoration:none;}

.primary .section{height:361px;}
.primary .section span{
	color:#fff;
	font-size:26px;
	line-height:26px;
	left:13px;
	bottom:29px;
	width:166px;
}
#filter-list{
	background:#cde8f1 url(/images/bg-selection-block.gif) repeat-x;
	overflow:hidden;
	width:977px;
	padding:0 0 0 1px;
	border-bottom:1px solid #bad6de;
}
.level-block{
	height:100%;
	float:left;
	width:196px;
	overflow:hidden;
	padding:11px 0 0;
}
#main #filter-list h4{
	color:#3f677f;
	margin:0 0 8px 6px;
}
.level-list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	height:100%;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	/*
	font-size:17px;
	line-height:20px;*/
}
.level-list li{
	float:left;
	height:100%;
	margin:0 1px 0 0;
}
.level-list a{
	float:left;
/*	height:96px;*/
/*	padding:56px 0 0;*/
/*	width:31px; */
	background:#f0f8fb;
	text-decoration:none;
	text-align:center;
}
.level-list a:hover{
	background:#5493c2 url(/images/bg-level-list.gif) repeat-x;
	color:#fff;
}
.level-list .active a{
	background:#68a5d3 url(/images/bg-level-list.gif) repeat-x 0 100%;
	color:#fff;
}
.level-list em{
	/*font-size:31px;
	line-height:35px;*/
	font-size:25px;
	line-height:30px;
	font-style:normal;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.level-list span{
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}
#filter-list .description{
	float:left;
	width:781px;
	overflow:hidden;
	padding:11px 0 0;
}
.category-list{
	padding:0;
	margin:0 0 -1px;
	list-style:none;
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.category-list li{
	float:left;
	padding:0 1px 1px 0;
	display:table;
	width:194px;
	height:50px;
	vertical-align:top;
}
.category-list a{
	background:#f3fafc;
	width:150px;
	height:50px;
	text-decoration:none;
	padding:0 25px 0 19px;
	display:table-cell;
	vertical-align:middle;
}
* html .category-list span,
* html .category-list a{display:block;}
.category-list a:hover{background:#e4f3f5 url(/images/bg-category-list-hover.gif) repeat-x;}
.category-list .active a,
.category-list .active a:hover{
	background:#68a5d3;
	color:#fff;
}

#footer{
	padding:0 9999px;
  padding-top: 20px;
	margin:0 -9999px;
	overflow:hidden;
	position:relative;

}
.logoFooter img {
    max-width: 250px;

}

.nav-holder{
	float:left;

}

.footer-nav{
  padding: 20px;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}
.footer-nav li{
 padding: 20px;
 text-decoration:none;
 color:white;
 display: inline-block;

}

.footer-nav li a {
  color: white;
  text-decoration: none;
  font-size: 0.8em;
}


.footerInfo {
  background: white;
  padding: 20px;
  color: black;
  position: relative;
  height: 50px;
  width: auto;
}

.footerSocial {
  padding-top: 27px;
  float:left;
}

.footerSocial li{
  display: inline-block;
  list-style: none;

}

.footerSocial li a{
  font-size: 2.3em;
  padding: 10px;
  color: white;
}
.card-list{
	padding:0 0 6px;
	margin:0;
	list-style:none;
	line-height:21px;
	overflow:hidden;
	width:575px;
}
.card-list li{
	float:left;
	margin:0 2px 0 0;
	vertical-align:middle;
}
.card-list img{vertical-align:top;}
.copyright{
	display:block;
	color:#black;
  float: left;
  padding:18px 20px;
}
.copyright a{
	color:#black;
  font-size: 1.1em;
	text-decoration:none;
}
.copyright a:hover{text-decoration:underline;}

.footerInfo .cards {
  float: right;
}
.footerInfo .cards i{
    margin-left: 10px;
}

.contact-list{
	float:left;
	margin:0 40px 0 0;
	font-size:12px;
	line-height:14px;
	color:#5e90b0;
}
.contact-list dt{
	font-weight:bold;
	display:block;
	margin:0 0 0 1px;
}
.contact-list dd{margin:0;}
.social-networks{
	padding:5px 0 0;
	margin:0;
	list-style:none;
	float:right;
}
.social-networks li{
	margin:0 0 0 3px;
	float:left;
}
.social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:21px;
	height:22px;
	background:url(/images/sprite.gif) no-repeat -1654px 0;
}
.social-networks .facebook{background-position:-654px 0;}
.social-networks .twitter{background-position:-679px 0;}
.footer-frame .contact-info{
	overflow:hidden;
	height:1%;
	padding:0 0 18px 1px;
}
.footer-frame .contact-info a{
	float:left;
	color:#5b7f96;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
.footer-frame .contact-info a:hover{text-decoration:underline;}
.footer-frame .contact-info .email{
	float:right;
	font-weight:normal;
}

.charter-list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	line-height: 15px;
}
.charter-list li{
	float:left;
	margin:0 0 0 -2px;
	padding:0 6px 0 5px;
/*	background:url(/images/separator3.gif) no-repeat 0 4px;*/
}
.charter-list li img{
	margin-bottom:-3px;
}
.charter-list a{
	color:#828a97;
	text-decoration:none;
}
.charter-list a:hover{text-decoration:underline;}
.slideshow{
	float:right;
	width:392px;
	position:relative;
}
.slideshow .frame{
	position:relative;
	overflow:hidden;
	width:392px;
}
.slideshow .frame ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	height:370px;
}
.slideshow .frame ul.slideshow li{
	position:absolute;
	top:0;
	left:0;
}
.slideshow .frame ul img{vertical-align:top;}
.slideshow .frame ul .description{
	position:absolute;
	bottom:0;
	left:0;
	width:368px;
	color:#fff;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding:27px 10px 33px 14px;
	background:url(/images/bg-slide-description.png) repeat-y;
}
.slideshow .frame ul .title{
	font:normal 35px/35px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
	display:block;
	margin:0 0 -2px;
	text-transform:uppercase;
	letter-spacing:-2px;
}
/*#main .slideshow .frame ul p{margin:0;}*/
.switchers{
	position: absolute;
	right:0px;
	z-index: 1000;
}
.switchers ul{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top:7px;
	right:10px;
}
.switchers ul li{
	float:left;
	margin:0 0 0 3px;
	display:block;
	width:7px;
	height:8px;
	text-indent:-9999px;
	cursor:pointer;
	background:url(/images/bg-switcher.png) no-repeat;
	overflow:hidden;

}
.switchers ul a{
	display:block;
}
.switchers ul a:hover,
.switchers ul .active a{
	background:url(/images/bg-switcher-hover.png) no-repeat;
	margin:1px 0 0;
}

* html .telephone-list{height:51px;}

* html .telephone-list dt{padding:0 2px 0 0;}
.telephone-list dd{
	overflow:hidden;
	margin:0;
}

.aside{
	float:right;
	width:194px;
}
.aside .side-block{
	width:194px;
	margin:0 0 1px;
	float:none;
}
.btn-keyword{
	width:182px;
	height:31px;
	border:1px solid #c3dae6;
	display:block;
	color:#5b7f96;
	text-transform:uppercase;
	font-size:12px;
	line-height:32px;
	text-decoration:none;
	padding:0 0 0 10px;
	background:#e4f5f7 url(/images/bg-btn-keyword.gif) repeat-x;
}
/*.btn-keyword:hover{text-decoration:underline;}*/
.keyword-list{
	padding:5px 0 3px;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
}
.keyword-list li{
	padding:0 0 1px;
	vertical-align:top;
	text-decoration:none;
}

.keyword-list li.super{
  background: #ddf1f6 url(/images/bg-keyword-super.png) repeat-x;
  /*padding: 0 0 2px;*/
  /*list-style:  inside;*/
}

.keyword-list li.super img{
  margin: 0 5px 0 5px;
}
.keyword-list li.super a{
  background:inherit;
  font-weight:normal;
}
.keyword-list a.select, .keyword-list a.link-popup{
	text-decoration:none;
	display:block;
	background:#e2f5f9;
	padding:9px 9px 8px;
}
.keyword-list a.link-popup:hover,
.keyword-list li.super a.link-popup:hover,
.keyword-list .active a.link-popup,
.keyword-list a:hover.select,
.keyword-list li.super a:hover.select,
.keyword-list .active a.select{
	background:#68a5d3;
	color:#fff;
}
.keyword-list .popup h3 {
	font-size: 16px !important;
}
.reset-block{
	overflow:hidden;
	height:1%;
}
.reset-block .btn-reset{float:right;}
.paging{
	list-style:none;
	overflow:hidden;
	line-height:24px;
    width: 90%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;

}
.paging li{
	float: left;
	margin:0 10px 0 0;
}
.paging a{
	float:left;
	height:25px;
	width:26px;
	text-align:center;
	color:#777;

	background:#fff;
	/* border:1px solid #d7eaef; */
	text-decoration:none;
}
.paging a:hover{
	border:none;
/* 	background:#8fadc0; */
/* 	height:27px;
width:28px; */
	font-weight:bold;
	line-height:26px;
  color:#333;
/* 	color:#fff; */
}
.paging .prev a,
.paging .next a{
	border:none;
	height:27px;
	line-height:27px;
	width:84px;
	text-align:center;
}
.paging .next a{width:75px;}
.paging .prev a:hover,
.paging .next a:hover{
	color:#5a94af;
	line-height:27px;
	width:84px;
}
.paging .next a:hover{width:75px;}
.paging strong{
	display:block;
	font-weight:bold;
    text-decoration: underline;
	color:#333;
	font-size:1.3em;
	text-align:center;
}

.paging .prev span{
    padding:0 0 0 5px;
    color:#777;
    text-transform: capitalize;
}

.paging .next span{
    padding:0 6px 0 0;
    color:#777;
    text-transform: capitalize;
}
#main h4 .degree{
	vertical-align:top;
	position:relative;
	font-size:12px;
	line-height:16px;
	display:inline-block;
	top:-1px;
	text-transform:uppercase;
}
* html #main h4 .degree{top:-2px;}
* +html #main h4 .degree{top:-2px;}
.artdrama-section{
	background:#cbe9f1 url(/images/bg-heading-light.gif) repeat-x 0 100%;
	border-bottom:1px solid #bfd6dc;
	margin:24px 0 0;
	padding: 7px 12px 7px 8px;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
}
.artdrama-section .open{
	text-decoration:none;
	color:#00bff0;
}
.popup-holder{position:relative;}
.popup{
	position:absolute;
	top: 0;
	left: 0;
	display: none;
	width: 520px;
	padding: 10px;
	background:#00bff0;
	color:#fff;
	text-transform:none;
    font-size: 18px;
    font-family: 'futura_lt_lightregular';
    line-height: 30px;
}

.popup.small {
  width:350px;
  z-index: 10;
  left: -392px;
  top: -33px;
}
.selected .popup{display:block;}
.popup-holder .arrow{
    /*background:url(/images/arrow.png) no-repeat;*/
    width:35px;
    height:11px;
    position:absolute;
    top:-11px;
    right:60px;
}
.popup-holder .arrow{
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 25px solid #00bff0;
}

.popup-holder.popup-bought {
    right: 33px;
}
.featherlight-content {
    padding: 25px 55px 0!important;
}
@media (max-width: 1500px) {
    .popup-holder.popup-bought {
        right: 13px;
    }

}
@media (min-width: 1200px) and (max-width: 1499px) {
    .logo a {
        width: 116px;
    }

}
@media (max-width: 1024px) {
    .popup{
        width: 320px;
    }
    .popup-holder .arrow {
        top: -22px;
        right: 0;

    }
    .popup-holder.popup-bought {
        right: 5px;
    }

}

.popup .arrow-left{
	background:url(/images/arrow-left.png) no-repeat;
	width:35px;
	height:34px;
	position:absolute;
	top: 40px;
    right: -35px;
}
.popup .heading-row{
	overflow:hidden;
	height:1%;
	padding:0 0 31px;
}
.popup .heading-row .holder{padding:22px 55px 0 0;}
.popup .heading-row .title{
	overflow:hidden;
	display:block;
	text-transform:uppercase;
	font:27px/28px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
}
.popup .note{
	display:block;
	margin:0 0 7px;
	font-size:16px;
	line-height:20px;
}
.popup .frame{padding:0 40px 0 3px;}
.popup .text-block{padding:0 0 8px;}
.promo-list{
	overflow:hidden;
	margin:0;
	line-height:15px;
}
.promo-list dt{
	display:block;
	font-weight:bold;
}
.promo-list dd{margin:0 0 13px;}

* html .menu-section{height:129px;}
.menu-section .columns{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.menu-section .columns .col{
	float:left;
	margin:0 15px 0 0;
}
.menu-section .columns .col:last-child{
	margin:0;
}
.menu-section ul{
    padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
}

.menu-section ul a{
    text-decoration:none;
}
.menu-section ul a:hover{
    text-decoration:underline;
}

.menu-section ul li{
    margin-bottom: 15px;
}
.details-form {
    display: flex;
    flex-wrap: wrap;
}
.step-block{
	padding:11px 0 0;
	overflow:hidden;
	height:1%;
}

.step-block .button{
width: 220px;
}
.progress-block{
	float:left;
	width:784px;
}
.progress-block .frame{
	overflow:hidden;
	height:1%;
	text-transform:uppercase;
	font:14px/17px 'ColaborateThinRegular', Arial, Verdana, Helvetica, sans-serif;
}
.progress-block .title{
	color:#5d90b0;
	float:left;
	margin:0 0 0 5px;
	font-weight:normal;

}
.progress-block .frame .back{
	background:url(/images/separator3.gif) no-repeat;
	float:left;
	margin:0 0 0 7px;
	padding:0 0 0 9px;
}
.progress-block .frame .back a{
	color:#5d90b0;
	text-decoration:none;
	background:url(/images/sprite.gif) no-repeat -847px -970px;
	padding:0 0 0 6px;
}
.progress-block .frame .back a:hover{text-decoration:underline;}
.progress-block .holder{
	background:#e9fafd;
	padding:6px 0 1px 6px;
}
.progress-holder{
	width:766px;
	height:11px;
	overflow:hidden;
	background:#dfedf2 url(/images/sprite.gif) no-repeat 0 -1039px;
}
.progress-bar{
	float:left;
	height:11px;
	background:#456f88 url(/images/bg-progress-bar.gif) repeat-x;
}
.value-list{
	padding:0 0 0 5px;
	width:888px;
	margin:0 -115px 0 0;
	list-style:none;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	color:#78a2bd;
}
.value-list li{
	float:left;
	margin:0 115px 0 0;
}
.step-block .btn-important{
	float:left;
	width:185px;
	margin:17px 0 0;
}
.content-column .info-area{
	font-size:14px;
	line-height:17px;
	padding:39px 0 38px 7px;
}
.content-column .info-area .holder{padding: 0 0 26px;}
#main .content-column .info-area h5{
	color:#3f677f;
	margin:0 0 10px;
}
.content-column .info-area .row{
	overflow:hidden;
	height:1%;
	padding:0 0 10px;
}
.content-column address{
	padding:0 31px 0 0;
	font-style:normal;
	float:left;
	width:200px;
}



.item-section{
	/*margin:-8px 0 0;*/
	position:relative;
  z-index: 0;
}
.item-section .link-block{height:1%;}
.item-section .link-block:after{
	content:'';
	display:block;
	clear:both;
}
.item-section .back{
	color:#5d90b0;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	padding:0 0 0 8px;
	margin:0 0 0 2px;
	background:url(/images/sprite.gif) no-repeat -848px -1025px;
	font-weight:bold;
	float:left;
}
.item-section .back:hover{text-decoration:underline;}
.item-section .holder{
	overflow:hidden;
	width:100%;
	padding:8px 0 0;
}
.item-section .item-block{
	height:207px;
	width:163px;
	float:left;
	padding:0 9px 24px 9px;
	margin:0 18px 0 -1px;
}
.item-section .shorter{margin-top:-35px;}
* html .item-section .item-block{
	padding-left:17px;
	margin-right:16px;
}
* +html .item-section .item-block{
	padding-left:17px;
	margin-right:16px;
}
.item-section .item-block .line{height:237px;}
.item-section .item-block .shadow{
	background:url(/images/bg-item-block-big.png) no-repeat;
	width:198px;
	height:35px;
}
.item-section .holder .description{float:left;}
.button-frame{
	width:195px;
	margin:-2px 0 0;
}
.btn-reproducible{
	display:block;
	padding:0 2px 0 0;
	height:26px;
	font-size:11px;
	line-height:26px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin:0 0 7px;
}
.btn-reproducible .repro{
	color:#517c93;
	background:url(/images/sprite.gif) no-repeat 100% -1053px;
}
.btn-reproducible .non-repro{
	color:#f52323;
	background:url(/images/sprite3.gif) repeat-x 100%;
}
.btn-reproducible span.repro{
	display:block;
	background:url(/images/sprite.gif) no-repeat 0 -1079px;
}
.btn-reproducible span.non-repro{
	display:block;
}
.btn-reproducible .repro em{
	font-style:normal;
}
.btn-reproducible .repro img{
	margin: 0 10px -3px 0;
}
.btn-reproducible .non-repro em{
	font-style:normal;
    color: #f7d8d8;
	background:url(/images/down.png) no-repeat 0px -2px;
	padding:0 0 0 23px;
}
.btn-reproducible:hover{cursor: default;}
.button-frame .btn-mini{margin:0;}
.text-collection{
	position:absolute;
	bottom:20px;
	left:203px;
	/*background:url(/images/sprite.gif) no-repeat -489px -923px;*/
	width:159px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
}
.tabset .popup-holder {
	position:absolute;
	left:18px;
	top:9px;
	width:28px;
	height:26px;
	z-index:150;
}
.popup-nom-pdf .popup-holder {
	position:absolute;
	width:28px;
	height:26px;
	z-index:150;
    right: 7px;
    top: -10px;
}
.tabset .popup-holder .arrow{right:147px;}
.popup-nom-pdf .popup-holder .arrow{right:147px;}
#main .tabset .open,
#main .popup-nom-pdf .open
{
	float:none;
	display:block;
	margin:0;
	position:relative;
	z-index:100;
}
.tabset .popup, .popup-nom-pdf .popup {
	top:34px;
	left:-318px;
}
.documents-list span{
	float:left;
	cursor:pointer;
}
.documents-list em{
	float:right;
	font-style:normal;
	font-weight:bold;
	cursor:pointer;
}
.gratuit_doc{
	display:block;
	background:#e9f5f7;
	text-decoration:none;
	padding:7px 11px 7px 19px;
	overflow:hidden;
	width:363px;
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
	font-size:13px;
	line-height:16px;
	padding:7px 11px 7px 19px;
}
.gratuit_doc li{
	padding:0 0 1px;
	vertical-align:top;
}
.gratuit_doc span{
	float:left;
}
.gratuit_doc em{
	float:right;
	font-style:normal;
	font-weight:bold;
}
.gratuit_doc em.price{
	text-transform:uppercase;
}
.note-block{
	background:#e9f5f7 url(/images/bg-cart.gif) no-repeat 13px 8px;
	padding:9px 20px 10px 65px;
	margin:-6px auto 0;
	width:286px;
	font-size:11px;
	line-height:15px;
}
#main .note-block p{margin:0;}

.news-holder {
    padding-top: 30px;
}
.note-section{
	width:314px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:47px auto 0;
	text-align:center;
	background:url(/images/bg-note-section.gif) repeat-y -314px 0;
}
.note-section .holder{background:url(/images/bg-note-section.gif) no-repeat;}
.note-section .frame{
	background:url(/images/bg-note-section.gif) no-repeat 100% 100%;
	padding:9px 35px 4px;
}
.outtaHere{
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:17px !important;
	height:18px;
	background: url(/images/radio.gif) no-repeat;
	overflow:hidden;
	margin:0 2px 0 0;
}
.radioArea:hover{background-position:0 -18px;}
.radioAreaChecked{background-position: 0 -36px;}
.radioAreaChecked:hover{background-position:0 -54px;}
/* Selects */
.selectArea{
	position:relative;
	height:32px;
	float:left;
	color:#3f677f;
	font-size:15px;
	line-height:32px;
}
.disable .selectArea{color:#90a8b6;}
.selectArea .left{
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	background:url(/images/select.gif) no-repeat;
	display:block;
}
.disable .selectArea .left{background:url(/images/select-disable.gif) no-repeat;}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url(/images/select.gif) no-repeat 100% 100%;
}
* html .biggest a.selectButton,
* html .shortest a.selectButton{right:-1px;}
.disable .selectArea a.selectButton{background:url(/images/select-disable.gif) no-repeat 100% 100%;}
.selectArea .center{
	height:32px;
	line-height:32px;
	display:block;
	padding:0 31px 0 8px;
	background:url(/images/select.gif) repeat-x 0 -32px;
}
.disable .selectArea .center{background:url(/images/select-disable.gif) repeat-x 0 -32px;}
.selectArea .center img{float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	background-color:#e4f2f2;
	display:block;
	z-index:30;
	font-size:15px;
}
.drop-shortest .optionsDivVisible,
.drop-longer .optionsDivVisible{background-color:#eff7f7;}
.drop-dif{background:#eff7f7;}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{
	margin:0;
	padding:1px;
	overflow:hidden;
	height:1%;
	list-style:none;
	border:1px solid #c9dfeb;
}
.drop-shortest ul,
.drop-longer ul{border-color:#dfecf3;}
.optionsDivVisible ul li{
	float:left;
	width:100%;
}
.optionsDivVisible a{
	color:#3f677f;
	overflow:hidden;
	text-decoration: none;
	display:block;
	height:1%;
	padding:0 6px 2px;
}
.drop-shortest a,
.drop-longer a{color:#90a8b6;}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover{
	background-color: #23859e;
	color:#fff;
	text-decoration:none;
}
.drop-shortest a:hover,
.drop-longer a:hover{background-color:#7cb5c4;}

.css-shadow {
  /*-moz-box-shadow: 0 3px 4px #555;
  -webkit-box-shadow: 0 3px 4px #555;
  box-shadow: 0 3px 4px #555;
   For IE 8
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
   For IE 5.5 - 7
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

#slideAddr {
  width: 250px;
  display:none;
  position:absolute;
  top:55px;
}
#slideAddr #slSubmit{
  width: 36px;
  height: 32px;
  float: left;
  border: #265b83 solid 2px;
  margin-left:-3px;
  background: url(/images/send.gif) no-repeat 0 0px;
}
#slideAddr #slInput{
  width: 186px;
  height: 30px;
  border: #265b83 solid 2px;
  float: left;
  background: url(/images/sprite.gif) no-repeat 0 -809px;
}
#slideAddr #slPointe{
  width: 22px;
  height: 6px;
  margin-left:84px;
  background: url(/images/pointe.gif) no-repeat;
}

.optionsDivScroll ul {
  height: 300px;
  overflow: auto !important;
}

.congres a {
  text-decoration: none;
}

#back {
	cursor:pointer;
}
/**
 * Simple grid system
 */
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  box-sizing: border-box;
  display: table;
  content: " ";
}
.clearfix:after,
.row:after {
  box-sizing: border-box;
  clear: both;
}
.clearfix:before,
.row:before {
  box-sizing: border-box;
  display: table;
  content: " ";
}
.row {
  box-sizing: border-box;
/*   margin-right: -15px;
margin-left: -15px; */
}
.col-half {
  box-sizing: border-box;
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/**
 * Nompdf
 */

/* Titlebar + close icon */
.choix-produits-dialog .ui-dialog-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font: 13px 'futura_lt_lightregular', Arial, Verdana, Helvetica, sans-serif;
}
.choix-produits-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background: url(/images/ui-icons_ffffff_256x240.png) no-repeat -96px -128px;
}
.choix-produits-dialog .ui-dialog-titlebar-close.ui-state-hover {
  background-color: #2395B1;
  border-color: transparent;
}

/* Buttons */
.choix-produits-dialog .ui-widget-content .btn {
  font-family: 'futura_ltbold', Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}
.choix-produits-dialog .ui-widget-content .btn-default {
  background: #67a4d2 url(/images/sprite.gif) no-repeat 0 -246px;
}
.choix-produits-dialog .ui-widget-content .btn-default span {
    padding: 7px 1em;
    width: 180px;
    background-color: #f2055c;
    border: 0;
}
.choix-produits-dialog .ui-widget-content .btn-important span {
  line-height: 22px;
  width: 180px;
    background-color: #00bff5;
    border: 0;
}
.choix-produits-dialog .btn-primary {
  background: #e0f0f4 no-repeat 0 -379px;
  border: none;
  color: #5390bd;
  cursor: pointer;
  line-height: 18px;
  padding: .4em 1em;
}

.choix-produits-dialog .btn-primary:hover {
  background-position: 0 -447px;
  background-color: #c0e1eb;
}
.choix-produits-dialog .btn-primary:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.choix-produits-dialog .btn-primary:before {
  content: '«';
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

/* Content */
.choix-produits-container {
  color: #3f677f;
  font: 15px/28px 'futura_lt_lightregular', Arial, Verdana, Helvetica, sans-serif;
  padding: 1em 0.75em;
}
.choix-produits__titre {
  border-bottom: 1px solid #ccc;
  color: #3f677f;
  font: 20px/24px 'futura_lt_lightregular', Arial, Verdana, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
.choix-produits__header {
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 0.8em;
}
.choix-produits__list {
  text-align: center;
}
.choix-produits__nom {
  text-align: left;
}

/**
 * Icons
 */
.icon {
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  height: 24px;
  text-align: center;
  width: 24px;
}
.icon--add {
  color: #68a5d3;
}
.icon--remove {
  color: #f66c6c;
}

/**
 * Table
 */
.table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: middle;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  border-top: 0;
  vertical-align: bottom;
}
.table > tr:last-child > td {
  border-bottom: none;
}

.breadcrumbs {
    color: #ffb600;
    margin: 20px 0 40px 0;
}
.breadcrumbs a {
    color: #ffb600;
    text-decoration: none;
    padding: 10px;
}

.breadcrumbs a:first-child {
    padding: 0 10px 0 0;
}

.breadcrumbs .active {
    font-weight: bolder;
}

.std-input {
    height: 53px;
    background-color: #fff;
    border: 1px solid #aaa;
}

.btn {
    display: inline-block;
    font-family: 'futura_ltbold';
    font-size: 18px;
    color: white;
    border: 0;
}
@media screen and (max-width: 1024px) {
    .btn {
        padding: 20px 30px;
    }
}

.btn-red {
    background-color: #f2055c;
}

.btn-puprle {
    background-color: #a34fab;
}

.btn-yellow {
    background-color: #ffb600;
}

.with-top-border {
    border-top: 1px solid #ededed;
}

h2 {
    position: relative;
}
h2 > .qs {
    position: absolute;
    top: 20px;
    margin-left: 15px;
}

/* The element to hover over */
.qs {
    background-color: #00bff5;
    border-radius: 16px;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}

.qs.error {
    background-color: #c9302c;
    position: absolute;
    right: -15px;
}

.qs .popover {
    background-color: #00bff5;
    border-radius: 5px;
    bottom: 42px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 16px;
    font-family: 'futura_lt_lightregular';
    line-height: 30px;
    left: -155px;
    padding: 7px 10px;
    position: absolute;
    width: 320px;
    z-index: 1000;
}

.qs.error .popover {
    background-color: #c9302c;
}

.qs .popover:before {
    border-top: 7px solid #00bff5;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.qs.error .popover:before {
    border-top: 7px solid #c9302c;
}

.qs:hover .popover{
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
    from   { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fade-in {
    from   { opacity: 0; }
    to { opacity: 1; }
}
@-ms-keyframes fade-in {
    from   { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes move-up {
    from   { bottom: 30px; }
    to { bottom: 42px; }
}
@-moz-keyframes move-up {
    from   { bottom: 30px; }
    to { bottom: 42px; }
}
@-ms-keyframes move-up {
    from   { bottom: 30px; }
    to { bottom: 42px; }
}

.flex-grid {
    display: flex;
    align-items: flex-start;
}

.col {
    flex: 1;
    width: 100%;
}


@media (max-width: 1023px) {
    .menu-section .columns {
        flex-wrap: wrap;
    }
    .menu-section .columns .col{
        flex: initial;
    }
}


.full-width {
    width: 100%;
}

.padding-right {
    padding-right: 15px;
}

.padding-left {
    padding-left: 15px;
}

.background-transition {
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}

.payment-form-container {
    width: 100%;
}

.text-center {
    text-align: center;
}

address {
    font-style: normal;
}

.flex-center {
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
T    .flex-grid {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .padding-right {
        padding-right: 0;
    }
    .padding-left {
        padding-left: 0;
    }
}

.main-catalog-side-nav {
    z-index: 9999;
}

#standard-temmplate-container {
    max-width: 1120px;
    margin: auto;
    padding: 15px;
    width: 90%;
    padding-bottom: 0;
}

#standard-temmplate-container h4 {
    font-family: 'futura_ltbold';
}

#search-input {
    width: 50%;
    min-width: 396px;
    color: white;
    border: 0;
    border-bottom: 4px solid white;
    background: transparent;
    font-family: 'futura_ltbold';
    line-height: 20px;
    font-size: 20px;
}

.white {
    color: white;
}

.lity-content {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.lity-content:after {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.lity-container {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.lity-container:after {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.search-holder{
    display: flex;
    flex-direction: column;
    flex: 60%;
}

.search-template-container .search-level-form {
    display: flex;
    flex-wrap: wrap;
}

.search-product-container .novelty-section {
    border: solid #e1e7ec;
    border-width: 0 1px 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 33.3%;
}

.search-product-container .novelty-section:nth-child(3n+3) {
    border-width: 0;
}

.search-product-container {
    display: flex;
    flex-wrap: nowrap;
}

.search-level-form {
    margin-top: 40px;
}
.wrap {
    flex-wrap: wrap;
}

input[type="text"], input[type="password"] {
    color: #0f213b;
    font-family: 'futura_lt_lightregular';
    font-size: 20px;
}

#carousel3 .slick-dots,
#carousel2 .slick-dots,
#section2 .slick-dots,
#seciton3 .slick-dots
{
    display: none!important;
}
.lity-wrap {
    background: rgba(109, 207, 246, 1);

}
#search-input::-webkit-input-placeholder {
    color: white!important;
}

#search-input:-moz-placeholder { /* Firefox 18- */
    color: white!important;
}

#search-inputinput::-moz-placeholder {
    color: white!important;
}

#search-input:-ms-input-placeholder {
    color: white!important;
}

.ui-menu .ui-menu-item a {
    background: white;
    font-family: 'futura_lt_lightregular';
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}
.ui-menu .ui-menu-item a:hover {
    background: #f2055c;
    border:0;
}

.popover-category {
    position: absolute;
    right: -30px;
    top: 25px;
    background: #f2055c;
    padding: 10px;
    width: 300px;
    line-height: 30px;
    color: white;
    display: none;
}

.popover-category:before {
    content:"";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    border-color: #f2055c transparent;
    border-style: solid;
    border-width: 30px 30px 0px 0px;
    transform: rotate(-45deg);
    height: 0px;
    width: 0px;
}

#popover-category-close {
    position: absolute;
    top: -20px;
    right: 7px;
    cursor: pointer;
}

.popover-category label {
    color: white;
}

#understand-art-dramatique {
    padding: 0;
}

#understand-art-dramatique a {
    padding: 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

#understand-art-dramatique:before {
    display: none;
}

.search-page-container{
    display: flex;
    flex-flow: row wrap;
}

.result-holder{
    display: flex;
    flex-direction: column;
    flex: 30%;
    margin-left: 6%;
}

.result-holder h1 {
    font-size: 21px;
    line-height: 27px;
}

.result-holder a {
    text-decoration: none;
    font-family: 'futura_lt_lightregular';
}

.result-holder .news-section {
    margin-bottom: 15px;
    font-size: 18px;
}

.result-holder .heading{
    overflow: visible;
    height: auto;
}
.catalog-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .catalog-container {
        flex-wrap: wrap;
    }
}

.catalog-container ul {
    margin: 0;
    padding: 0;
}
.catalog-container ul li{
    list-style-type: none;
    margin: 10px 0;
}

.catalog-container ul li a {
    text-decoration: none;
}

.catalog-container ul li a:hover {
    text-decoration: underline;
}

.catalog-container ul li span {
    margin-left: 15px;
}


.special-catalog {
    width: 100%;
}

.special-catalog .frame {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.special-catalog .novelty-block {
    width: 100%;
    max-width: 1607px;
    margin: 0 auto;
}

.special-catalog .frame .novelty-section {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 0 50px 0;
    justify-content: center;
}

@media (min-width: 1605px) {
    .special-catalog .frame .novelty-section:nth-child(4n+1) {
        border-width: 0 1px 0 1px;
    }
}

@media (max-width: 1604px) and (min-width: 1205px) {
    .special-catalog .frame .novelty-section:nth-child(3n+1) {
        border-width: 0 1px 0 1px;
    }
}

@media (max-width: 1204px) and (min-width: 803px) {
    .special-catalog .frame .novelty-section:nth-child(2n+1) {
        border-width: 0 1px 0 1px;
    }
}

@media (max-width: 802px) {
    .special-catalog .frame .novelty-section {
        border-width: 0;
    }
    .special-catalog .frame .novelty-section {
        margin-bottom: 15px;
    }
}

.special-catalog .paging {
    margin: 0 auto;
}

#catalog-depliant .area {
    margin-bottom: 15px;
}

.margin-select2 .select2,
.margin-select2 textarea {
    margin: 15px 0;
}

#row-promotion .message-box,
.payment-errors
{
    padding: 10px;
    margin: 10px 0;
    background-color: #c9302c;
    color: white
}

.hidden {
    display: none!important;
}

.compte-content-column h5 {
    font-weight: normal;
    font-size: 18px;
}

.payment-shipping-container h2{
    margin: 25px 0!important;
}

.dataTables_length {
    margin: 0 0 15px 0;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 10px!important;
}

table.dataTable tbody th, table.dataTable tbody td:first-child {
    padding: 20px 30px!important;
}

label[for="paiement_type"] {
    margin-bottom: 7px;
    display: block;
}

#table-pdf_wrapper {
    max-height: 1000px;
    overflow: hidden;
}
.featherlight .featherlight-image {
    width: 100%!important;
}
@media (min-width: 1200px) {
    .compte-content-column.invoice h2 {
        width: 40%;
    }
}

#row-promotion .message-box, .payment-errors a {
    color: white!important;
}

#row-promotion .message-box, .payment-errors {
    font-weight:bold!important;
}

@media (max-width: 1199px) {
    .payment-form-container #paiement-fields {
        width: 100%;
    }
    .payment-form-container .credit-card-container{
        display: none;
    }
}

#section6 form[name="mc-embedded-subscribe-form"] button {
    display: inline-block;
    font-family: 'futura_ltbold';
    font-size: 18px;
    color: white;
    border: 0;
    background-color: #ffb600;
    position: relative;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    top:auto !important;
}

@media (max-width: 640px) {
    #main h3 {
        font-size: 12px!important;
        letter-spacing: 0;
    }
    #carousel4 .slick-dots li {
        height: 15px!important;
    }
}

#custom-loader {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
    padding: 15px;
    background: #f2055c;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.faq-anchor:target:before {
    content: "";
    display: inline-block;
    height: 53px;
    margin: -53px 0 0;
}

@media screen and (min-width: 1200px){
    .faq-anchor:target:before {
        height: 93px;
        margin: -93px 0 0;
    }
}

@media screen and (min-width: 1500px){
    .faq-anchor:target:before {
        height: 149px;
        margin: -149px 0 0;
    }
}

#newsletter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#newsletter-label > label {
    font-weight: bold;
    color: #a34fab;
    font-family: 'futura_ltbold';
}

#newsletter-label > input {
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
    width: 25px;
    height: 25px;
}

#list-products td, #list-products th {
    padding: 20px 30px!important;
}

#cart-header {
    display: flex;
    justify-content: space-between;
}

#update-list {
    font-family: 'futura_ltbold' !important;
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
    color: #222;
 }
@media (max-width: 1200px) {
    #cart-header {
        flex-wrap: wrap;
    }

    #list-container {
        width: 100%;
        margin-bottom: 30px;
    }

    #update-list {
        justify-content: flex-start;
    }
}

#update-list {
    text-align: left;
}

.choices-container {
    display: flex;
    width:  70%;
    margin: auto auto 30px;
    align-items: center;
    justify-content: space-between;
    color: #a34fab;
    font-size: 24px;
}

.choices-container .choices {
    display: block;
    flex-wrap: wrap;
}

.choices-container .choices button {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px 0;
    cursor: pointer;
}

.footerSocial ul {
    padding-inline-start: 0;
}

#tidio-chat #button-body {
  linear-gradient(135deg, rgb(224,51,94), rgb(246,184,64))!important;
}
