/**
 * 	Patch Navigation sans JS
*/
#mainNav li:hover {
    visibility:visible;
}
#mainNav li:hover ul {
    display: block;
}
#mainNav li:hover a {
    background-color: #fff;
}
#mainNav li:hover ul li a {
    background: none !important;
    background: #fff;
    height: auto;
    text-transform: none;
    text-align: left;
    text-shadow: none;
    padding: 4px 0 6px 0;
}
li#itemNav1:hover a {
    background: #fff url(../images/common/header/nav_green.gif) 0px -1px repeat-x;
}
li#itemNav2:hover a {
    background: #fff url(../images/common/header/nav_purple.gif) 0px -1px repeat-x;
}
li#itemNav3:hover a {
    background: #fff url(../images/common/header/nav_brown.gif) 0px -1px repeat-x;
}
li#itemNav4:hover a {
    background: #fff url(../images/common/header/nav_orange.gif) 0px -1px repeat-x;
}
li#itemNav5:hover a {
    background: #fff url(../images/common/header/nav_yellow.gif) 0px -1px repeat-x;
}
li#itemNav6:hover a {
    background: #fff url(../images/common/header/nav_pink.gif) 0px -1px repeat-x;
}
li#itemNav7:hover a {
    background: #fff url(../images/common/header/nav_blue.gif) 0px -1px repeat-x;
}




.share-me-on {
    float:right;
    margin-top:18px;
    font-size:1.454em;
}
.share-me-on a {
    margin-left:5px;
}
.share-me-on a,
.share-me-on img {
    vertical-align:middle;
}



/**
 * 	Générique
*/
/* titres */
.ttl-1 {
    color:#7e7e7e;
    font-size:2.272em;
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #e1e1e1;
}

.ttl-2 {
    color:#94ae19;
    font-size:1.636em;
    font-weight:bold;
    padding-bottom:5px;
    text-transform:uppercase;
}
.ttl-2 img {
    vertical-align:middle;
}
.ttl-3 {
    color:#7e7e7e;
    font-size:1.636em;
    font-weight:bold;
    margin-bottom:5px;
}
.ttl-3 span {
    color:#000;
}

/* buttons */
.bt-1,
.bt-2,
.bt-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#fff url("../images/common/pictos/bt-1-b.png") 0 0 repeat;
    display:inline-block;
    font-weight:bold;
    font-size:1.091em;
    -webkit-transition: background-position 300ms ease-in-out;
    -moz-transition: background-position 300ms ease-in-out;
    -ms-transition: background-position 300ms ease-in-out;
    -o-transition: background-position 300ms ease-in-out;
    transition: background-position 300ms ease-in-out;
}
.bt-1:hover,
.bt-3:hover {
    background-position:0 -46px;
    text-decoration:none;
}
.bt-1 span,
.bt-2 span,
.bt-3 span {
    display:inline-block;
    background:transparent url("../images/common/pictos/bt-1.png") 100% 50% no-repeat;
    padding:5px 25px 5px 10px;
    cursor:pointer;
    color:#7a9207;
}
.bt-2 {
    background-image:url("../images/common/pictos/bt-2-b.png");
}
.bt-2:hover {
    background-position:0 -37px;
    text-decoration:none;
}
.bt-2 span,
.bt-3 span {
    background-image: url("../images/common/pictos/bt-2.png");
    color:#fff;
}
.bt-2 input {
    display:inline-block;
    background:transparent url("../images/common/pictos/bt-2.png") 100% 50% no-repeat;
    padding:5px 25px 5px 10px;
    cursor:pointer;
    color:#fff;
    border:none;
}
.bt-3 {
    background-image:url("../images/common/pictos/bt-3-b.png");
}

.pct-zoom {
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#FFF url("../images/common/pictos/bt-zoom.png") 0 0 no-repeat;
    width:17px;
    height:17px;
    -webkit-transition: background-color 200ms ease-in-out, background-position 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out, background-position 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out, background-position 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out, background-position 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, background-position 200ms ease-in-out;
}
a:hover .pct-zoom {
    background-color:#96b019;
    background-position:0 -17px;
}
a:hover {
    visibility:visible;
}

.bt-calendar,
.bt-around  {
    display:inline-block;
    vertical-align:middle;
    min-height:12px;
    background:transparent url("../images/common/pictos/bt-calendar.png") 0 2px repeat-y;
    padding-left:20px;
    color:#fff;
}
.bt-calendar:hover,
.bt-around:hover  {
    color:#556601;
}
.bt-calendar:hover  {
    background-position:0 19px;
}
.bt-around {
    min-height:17px;
    background:transparent url("../images/common/pictos/bt-location.png") 1px 0 repeat-y;
}
.bt-around:hover  {
    background-position:1px 21px;
}

.bt-calendar ,
.bt-around {
    -webkit-transition: background-position 200ms ease-in-out;
    -moz-transition: background-position 200ms ease-in-out;
    -ms-transition: background-position 200ms ease-in-out;
    -o-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;

}
/* links */
.link-1 {
    font-size:1.091em;
    color:#7e7e7e;
    padding-left:15px;
    margin-left:15px;
    background:transparent url("../images/common/pictos/arrow-2.png") 0 2px no-repeat;
    font-weight:bold;
}

/* list */
.list-1 li {
    margin-bottom:5px;
    padding-left:10px;
    background:transparent url("../images/common/pictos/arrow-1.png") 2px 4px no-repeat;
}
.list-1 li a {
    color:#7e7e7e;
}
.list-2 {
    width: 100%;
}
.list-2 li {
    float:right;
    width:320px;
    margin-bottom:5px;
}
.list-2 li:first-child {
    float:left;
    width:270px;
}
.list-2 li:first-child img {
    float:left;
    width:76px;
}
.list-2 li:first-child .info {
    float:right;
    width:180px;
}
.list-2 .name,
.list-2 .name a {
    color:#a7c41c;
    font-size:1em;
}
.list-2 li ~ li .name {
    width:200px;
    float:left;
}
.list-2 li:first-child p,
.list-2 li:first-child .name {
    margin-bottom:5px;
}
.list-2 li:first-child p {
    font-weight:bold;
    font-size:0.909em;
}
.list-2 li:first-child p,
.list-2 li:first-child p a {
    color:#60605f;
}
.list-2 li:first-child ~ li .name {
    width:200px;
    float:left;
}

/* box */
.box-1 {
    border:1px solid #efefef;
    background-color:#E4EDBA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:8px;
}

/* Structure */
.struc-2-col {
    width:630px;
}
.struc-2-col .col-1 {
    width:309px;
    float:left;
}
.struc-2-col .col-2 {
    width:312px;
    float:right;
}
/* Slider */
.slider-controls a {
    background:transparent url("../images/common/pictos/slider-controls.png") 0 0 no-repeat;
    width:17px;
    height:16px;
}
.slider-controls .bt-prev {
    background-position:0 0;
}
.slider-controls .bt-prev:hover {
    background-position:0 -21px;
}
.slider-controls .bt-next {
    background-position:0 -44px;
}
.slider-controls .bt-next:hover {
    background-position:0 -65px;
}
.slider-controls a,
.slider-controls span {
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
}
.slider-controls span {
    margin:0 5px;
    font-size:1.363em;
    color:#94ae19;
}

.bloc-event-list .slider-controls,
.bloc-time-event .slider-controls,
.slider-wrap .slider-controls {
    position:absolute;
    top:0;
    right:0;
}


/**
 * 	Pagination
*/
.pager-controls {
    text-align:right;
}
.pager-controls li {
    display:inline-block;
    width:15px;
    height:16px;
    margin-left:4px;
    vertical-align:middle;
}
.pager-controls a {
    border-top:1px solid #dcdcdc;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #cccccc;
    background:#f8f8f8 url("../images/common/pictos/pager.png") 0 -92px repeat-x;
}
.pager-controls a,
.pager-controls a > span {
    display:inline-block;
    width:15px;
    height:16px;
    text-align:center;
    line-height:16px;
    cursor:pointer;
}
.pager-controls a > span {
    -webkit-transition: background-position 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -moz-transition: background-position 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -ms-transition: background-position 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -o-transition: background-position 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: background-position 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.pager-controls .on a > span,
.pager-controls a:hover > span {
    background-color:#94ae19;
    color:#fff;
}
.pager-controls a:hover {
    text-decoration:none;
}
.pager-controls .first > span,
.pager-controls .prev > span,
.pager-controls .next > span,
.pager-controls .last > span {
    background:transparent url("../images/common/pictos/pager.png") 0 -1px repeat-x;
}
.pager-controls .prev > span {
    background-position:0 -24px;
}
.pager-controls .next > span {
    background-position:-17px -47px;
}
.pager-controls .last > span {
    background-position:-17px -70px;
}

.pager-controls .first:hover > span {
    background-position:-17px -1px;
}
.pager-controls .prev:hover > span {
    background-position:-17px -24px;
}
.pager-controls .next:hover > span {
    background-position:0 -47px;
}
.pager-controls .last:hover > span {
    background-position:0 -70px;
}

/**
 * 	Fil d'ariane
*/
.breadcrumb-wrapper {
    width: 100%;
}
/*#breadcrumb {
    float:left;
    width:560px;
}*/
#social-share {
    width:380px;
    float:right;
    text-align:right;
}
#social-share > div,
#social-share > .rss {
    display:inline-block;
    vertical-align:bottom;
}

/**
 * 	Home
*/
.bloc-1 {
    border-bottom:1px solid #dfe7ba;
    margin-bottom:10px;
    padding-bottom:10px;
}
.bloc-2 {
    width: 100%;
    clear:both;
    padding-bottom:3px;
    border-bottom:1px solid #f75606;
}
.bloc-2 .content {
    background-color:#f75606;
    padding:10px;
    margin-bottom:3px;
    color:#fff;
}
.bloc-2 .content > img {
    float:left;
    margin-right:10px;
}
.bloc-2 .text {
    line-height:1.4;
}
.bloc-2 .content .ttl {
    font-weight:bold;
    font-size:1.636em;
    margin-bottom:5px;
}
.bloc-2 .buttons {
    text-align:right;
}
/* Carrousel */
.slider-wrap {
    position:relative;
    margin-bottom:15px;
}
.slider-wrap .slider {
    overflow-x:hidden;
    overflow-y:auto;
}
.js .slider-wrap .slider {
    overflow:hidden;
}
.js .slider-wrap .slides {
    width:99999px;
}
.js .slider-wrap .slides > li {
    float:left;
}
.slider-wrap .ttl-2 {
    padding-right:90px;
}

.slider-1 .wrap,
.slider-1 {
    width:630px;
    height:327px;
}
.slider-2,
.slider-2 .slides > li {
    width:630px;
    height:202px;
}
.slider-2 .wrap {
    width:610px;
    height:182px;
}


.slider-1 .wrap,
.slider-2 .wrap {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.encart-1 {

}
.encart-1 .info {
    position:relative;
    width:184px;
    height:297px;
    padding:15px 5px;
    background-color:#94ae19;
    float:left;
}
.encart-1 .info,
.encart-1 .name a,
.encart-1 p a {
    color:#fff;
}
.encart-1 .buttons {
    position:absolute;
    left:0;
    bottom:0;
    padding:0 5px 15px 5px;
}
.encart-1 .name,
.encart-1 .sttl {
    font-size:1.091em;
    font-weight:bold;
    margin-bottom:10px;
}
.encart-1 .name {
    font-size:1.727em;
}
.encart-1 .viewport {
    position:relative;
    width:436px;
    height:327px;
    overflow:hidden;
    float:left;
}


.encart-2 {
    background-color:#94ae19;
    padding:10px;
    color:#fff;
}
.encart-2 .viewport {
    position:relative;
    float:left;
    margin-right:10px;
    display:inline;
}
.encart-2 .info {
    position:relative;
    float:left;
    width:356px;
    height:183px;
}
.encart-2 .viewport img {
    display:block;
}
.encart-2 .info,
.encart-2 .name a,
.encart-2 .name-2 a,
.encart-2 p a,
.encart-2 .info p {
    color:#fff;
}
.encart-2 .name,
.encart-2 .sttl,
.encart-2 .sttl-2 {
    font-size:1.091em;
    font-weight:bold;
    margin-bottom:10px;
}
.encart-2 .sttl {
    text-transform:uppercase;
}
.encart-2 .name {
    font-size:1.727em;
}
.encart-2 .name-2 {
    font-size:1.181em;
    line-height:1.4;
    color:#fff;
    margin-bottom:20px;
}
.encart-2 .name-2 a:first-child {
    font-size:1.463em;
    text-decoration:underline;
}
.encart-2 .name-2 a:first-child:hover {
    text-decoration:none;
}
.encart-2 .buttons {
    position:absolute;
    bottom:0;
    left:0;
}


/* 1er/dernier jours */
.bloc-time-event {
    position:relative;
}
.bloc-time-event:first-child {
    border-bottom:1px solid #dfe7ba;
    margin-bottom:15px;
}
.bloc-time-event ul {
    padding-top:15px;
}
.bloc-time-event li {
    padding-bottom:15px;
    width: 100%;

}
.bloc-time-event li:first-child {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #f3f3f3;
}
.bloc-time-event li img {
    float:left;
    width:76px;
}
.bloc-time-event .info {
    float:right;
    width:220px;
}
.bloc-time-event .ttl {
    margin-bottom:10px;
    font-size:1.091em;
    font-weight:bold;
}
.bloc-time-event .ttl,
.bloc-time-event .ttl a {
    color:#a7c41c;
}
.bloc-time-event .info p {
    font-size:0.909em;
    font-weight:bold;
}
.bloc-time-event .info p,
.bloc-time-event .info p a {
    color:#60605f;
}
.bloc-on-air {
    min-height:400px;
}
.bloc-on-air .ttl-2 {
    padding-bottom:10px;
}
.bloc-on-air .date,
.bloc-on-air .picture {
    margin-bottom:15px;
}
.links .links-ttl {
    margin-bottom:5px;
}
.bloc-on-air .date {
    font-size:1.091em;
}
.bloc-on-air .date,
.links .links-ttl {
    font-weight:bold;
    color:#a7c41c;
}
.bloc-on-air p {
    color:#7e7e7e;
    margin-bottom:5px;
}
.bloc-on-air .picture {
    text-align:center;
}
.bloc-on-air .picture img {
    max-width:294px;
}
.bloc-on-air .links {
    padding-top:1em;
    border-top:1px solid #e8ebdb;
}

/* Tous les evenements */
.bloc-top-event .ttl-2 {
    padding-bottom:15px;
}


/* Guide */
.bloc-news {
    color:#7e7e7e;
    width: 100%;
}
.bloc-news > img {
    float:left;
    margin-right:20px;
}
.bloc-news .ttl {
    font-size:1.818em;
    font-weight:bold;
}
.bloc-news .sub-ttl {
    font-weight:bold;
    text-transform:uppercase;
}
.bloc-news .ttl,
.bloc-news p {
    margin-bottom:15px;
}


/* Tous les evenements */
.bloc-event-list {
    position:relative;
    width: 100%;
}
.bloc-event-list .ajax-wrap {
    overflow:hidden;
}

.bloc-event-list .ttl-2 {
    margin-bottom:15px;
}
.event-list-nav {
    width:135px;
    float:left;
}
.event-list-nav h2, .event-list-nav h3, .event-list-nav h4, .event-list-nav h5 {
    font-size:1em;
}

.event-list-nav ul {
    background:#FFF url("http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/common/bg/ev-list.png") 100% 100% no-repeat;
    padding-bottom:1px;
    margin-bottom:15px;
}

.event-list-nav li {
    background:#FFF url("http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/common/bg/ev-list.png") 100% 0 no-repeat;
    padding: 10px 5px;
    text-transform:uppercase;
}
.event-list-nav li a {
    color:#979797;
}
.event-list-nav li.on a {
    color:#a7c41c;
}
.event-list-nav + .event-list {
    width:455px;
    float:right;
}

.event-list {
}
.event-list li {
    display:inline-block;
    width:125px;
    margin-right:24px;
    vertical-align:top;
    margin-bottom:15px;
    font-size:0.909em;
    line-height:1.1;
}
.event-list li,
.event-list li a {
    color:#979797;
}
.event-list li img {
    margin-bottom:7px;
}
.event-list .ttl,
.event-list .ttl a {
    font-size:1em;
    color:#a7c41c;
}


/**
 * 	Bloc de recherche
*/
.search-bloc {
    margin-bottom:20px;
}
.search-bloc .form {
    background-color:#94ae19;
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:5px;
}
.main-search .form {
    background-color:#e4edba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search-bloc .std,
.search-bloc .std-2 {
    margin-bottom:15px;
}
.search-bloc .form label,
.search-bloc .form .label {
    color:#fff;
    display:block;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1.272em;
}
.main-search .form label,
.main-search .form .label {
    color:#515151;
    font-size:1.091em;
}
.search-bloc .std input[type="text"], .newsletter-bloc .std input[type="text"], .inscrip input[type="text"], .desinscrip input[type="text"],
.search-bloc .std select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
    padding:5px;
    width:282px;
}
.search-bloc .std select {
    width:292px;
}
.search-bloc .keyword input[type="text"] {
    margin-right:4px;
    width:255px;
    height:14px;
}
.main-search .keyword input[type="text"] {
    width:355px;
}
.search-bloc .std-2 label {
    font-weight:normal;
    display:inline;
    vertical-align:middle;
}
.search-bloc .std-2 .f-1,
.search-bloc .std-2 .f-2 {
    width:145px;
    float:left;
}
.search-bloc .std-2 .f-2 {
    text-align:right;
}
.search-bloc .std-2 .calendar {
    width:100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:#FFF;
    padding:1px;
    border:1px solid #e5e4e4;
    display:inline-block;
}
.search-bloc .std-2 input[type="text"] {
    width:72px;
    padding:2px;
    height:15px;
    vertical-align:middle;
}
.search-bloc .std-2 img {
    vertical-align:middle;
}
.search-bloc .form-cols {
    background:transparent url("http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/common/bg/form-col.png") 300px 0 repeat-y;
}
.search-bloc .form-cols > div {
    width:290px;
    float:left;
}
.search-bloc .form-cols > div:first-child {
    padding-right:10px;
    margin-right:10px;
}
.search-bloc .form-cols > div:first-child + div {

}
.search-bloc .more {
    display:none;
}
.search-bloc .more.on {
    display:block;
}
.search-bloc .buttons {
    text-align:right;
}
.search-bloc .buttons .back {
    float:left;
}
.search-bloc .buttons .link-1 {
    margin-top:5px;
}

.promo {
    background:#FFF url("http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/common/bg/promo.png") 0 0 repeat;
    padding:6px;
    margin-bottom:20px;
}
.promo .ttl {
    color:#000;
    margin-bottom:6px;
    padding-left:10px;
    background:transparent url("../images/common/pictos/promo.png") 0 5px no-repeat;
    font-size:0.909em;
}
.promo .pict {
    text-align:center;
}

/* Bloc newsletter */

.newsletter-bloc {
    width: 100%;
    min-height:100px;
    background-color: #a7c51a;
    margin-bottom:25px;
    background-image: url("../images/common/bg/newsletter-bg.png");
    background-repeat:no-repeat;
    background-position:right 10px;
}

.ttl-4{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
}

.ttl-5{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
}

.newsletter-bloc .form{
    padding:15px 15px 15px 15px;
}
.newsletter-bloc form{
    margin-top:15px;
}
.newsletter-bloc .std {
    margin: 10px 0;
}
.newsletter-bloc .std input[type="text"]{
    width:213px;
}
.newsletter-bloc .std.cp input[type="text"]{
    float: left;
    margin-right: 5px;
    width: 96px;
}

.newsletter-bloc .bt-2, .inscrip .bt-2, .desinscrip  .bt-2 {
    background-image: url("../images/common/pictos/bt-2-c.png");
}

.newsletter-bloc .error {
    background:#c6d57f;
    margin-top:10px;
    display:block;
}

.newsletter-bloc .error p{
    padding:5px;
    font-size:11px;
    color:#f50303;
}

.last-news{
    background:#fff;
    border-bottom: 1px solid #A8C61A;
    text-align: right;
}
.last-news .bt-1{
    background:none;
}
/* INSCRIPTION */

.ttl-inscrip {
    color: #7E7E7E;
    font-size: 2.272em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 15px;
}

.inscrip{
    padding:10px;
    color:#7e7e7e;
    font-size:12px;
}
.inscrip p{
    padding:5px 0 5px 0;

}

.inscrip p span{
    color:#da184c;
}

.inscrip form{
    padding:5px 0 5px 0;
}

.inscrip input[type="text"]{
    border:1px solid #e6e5e5;
    width:178px;
}

.inscrip-check{
    width:100%;
    background-color: #efeded;
    padding: 5px 0;
    margin: 20px 0 0;
}
.inscrip-check .std-check{
    padding: 0 0px 5px 10px;
}

.inscrip-check .std-check label{
    vertical-align:bottom;
}

.inscrip .bt-2{
    float:right;
    margin-top:20px;
    font-weight: bold;
}

.inscrip .bt-2 input{
    font-weight: bold;
}
.inscrip .error {
    background:#efeded;
    margin-top:10px;
    border:1px solid #f50303;
    margin-top: 17px;
    display:block;

}

.inscrip .error p{
    padding:5px;
    font-size:11px;
    color:#f50303;
}

.msg, .msg-accept{
    display:none;
}

.inscrip ul{
    margin-left:20px;
}
.inscrip ul.thanks li{
    list-style-image: url('../images/common/pictos/list-1.png');
    line-height: 20px;
}
/* DESINSCRIPTION*/
.desinscrip{
    padding:10px;
    color:#7e7e7e;
    font-size:12px;
}
.desinscrip .form{
    background-color: #EFEDED;
    margin: 20px 0 0;
    padding: 5px 0;
    width: 100%;
}

.desinscrip input[type="text"]{
    border:1px solid #e6e5e5;
    width:350px;
}

.desinscrip  .buttons {
    display:inline;
    margin-left:5px;
}

.desinscrip .bt-2 input{
    font-weight: bold;
}

.desinscrip  form {
    padding:25px;
}


.desinscrip .error {
    background:#efeded;
    margin-top:10px;
    display:block;
    border:1px solid #f50303;
    margin-top: 17px;
}

.desinscrip .error p{
    padding:5px;
    font-size:11px;
    color:#f50303;
}

/**
 *
 * 	Fiche*/
.fiche-event {
    padding:10px;
    background-color:#96b019;
}
.fiche-event .viewport {
    position:relative;
    float:left;
    margin-right:10px;
    display:inline;
}
.fiche-event .viewport img {
    display:block;
    width:308px;
}
.fiche-event .viewport-carrousel img {
    width:228px;
}
.fiche-event .preview-wrap {
    margin-top:3px;
    position:relative;
}
.fiche-event .preview-slider {
    width:228px;
    height:55px;
    overflow:hidden;
}
.fiche-event .preview-slider li {
    float:left;
    width:77px;
}
.fiche-event .preview-slider li:first-child {
    margin-left:0;
}
.fiche-event .preview-slider img {
    width:74px;
    height:55px;
}
.fiche-event .preview-slider a:hover img,
.fiche-event .preview-slider .on img {
    width:70px;
    height:51px;
    border:2px solid #fff;
}
.preview-wrap .bt-prev,
.preview-wrap .bt-next {
    position:absolute;
    top:50%;
    margin-top:-7px;
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
    background:transparent url("../images/common/pictos/date-nav.png") 0 -15px repeat-x;
    width:15px;
    height:15px;
    -webkit-transition: background-position 200ms ease-in-out;
    -moz-transition: background-position 200ms ease-in-out;
    -ms-transition: background-position 200ms ease-in-out;
    -o-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
}
.preview-wrap .bt-prev {
    left:-12px;
    background-position:0 0;
}
.preview-wrap .bt-prev:hover {
    background-position:-15px 0;
}
.preview-wrap .bt-next {
    right:-12px;
}
.preview-wrap .bt-next:hover {
    background-position:15px -15px;
}
.fiche-event .info .sttl {
    margin-bottom:15px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.091em;
}
.fiche-event .name {
    font-weight:bold;
    font-size:1.818em;
    margin-bottom:10px;
}
.fiche-event .info p {
    margin-bottom:7px;
    font-size:1.2em;
}
.fiche-event .name,
.fiche-event .info p,
.fiche-event .info a {
    color:#fff;
}
.fiche-event .detail,
.fiche-event .detail a {
    color:#fff;
}
.fiche-event .detail a:hover {
    color:#556601;
}



/**
 * 	Onglets
*/
.tabs-wrapper {
    clear:both;
    width: 100%;
    margin-bottom:10px;
}
.tabs-nav {
    padding: 10px 10px 0;
    background:#e4edba url("http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/common/bg/tabs.png") 0 100% repeat-x;
}
.tabs-nav li {
    float:left;
    overflow: hidden;
    padding: 3px 3px 0;
}
.tabs-nav h2, .tabs-nav h3, .tabs-nav h4 {
    font-size:1em;
}
.tabs-nav a {
    display:block;
    padding:15px 20px 15px 40px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color:#7e7e7e;
    font-size:1.363em;
    -webkit-transition: background-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out, background-position 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out, -moz-box-shadow 200ms ease-in-out, background-position 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out, -ms-box-shadow 200ms ease-in-out, background-position 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out, -o-box-shadow 200ms ease-in-out, background-position 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, background-position 200ms ease-in-out;
    background-repeat:no-repeat;
    background-position:20px -24px;
}
.tabs-nav .pct-detail {
    background-image:url("../images/common/pictos/details.png");
}
.tabs-nav .on .pct-detail,
.tabs-nav .pct-detail:hover {
    background-position:20px 18px;
}
.tabs-nav .pct-infos {
    background-image:url("../images/common/pictos/pratique.png");
}
.tabs-nav .on .pct-infos,
.tabs-nav .pct-infos:hover {
    background-position:20px 18px;
}
.tabs-nav .pct-around {
    background-image:url("../images/common/pictos/around.png");
}
.tabs-nav .on .pct-around,
.tabs-nav .pct-around:hover {
    background-position:20px 14px;
}
.tabs-nav a span {
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    cursor:pointer;
}
.tabs-nav a:hover,
.tabs-nav .on a {
    text-decoration:none;
    color:#a7c41c;
    background-color:#fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-contents {
    padding:20px;
    border-bottom:1px solid #dfe7ba;
    overflow:hidden;
}
.tabs-contents .tab {
    position:absolute;
    top:-9999px;
    left:-9999px;
    width:590px;
}
.tabs-contents .tab.on {
    position:static;
    top:auto;
    left:auto;
}

.article {
    color:#7e7e7e;
    /*font-size:1.2em;*/
}
.article .dyn {
    border: 1px solid #E4EDBA;
    float: left;
    padding: 10px;
    color:#96b019;
    font-size: 0.9em;
    margin:0 0 10px 0;
}
.article .dyn img{
    display:block;
    float:left;
    margin-right:10px;
}
.article .dyn h3{
    font-size:1em;
}

.article .dyn .bt-1{
    background:none;
    padding:  0;
}
.article .dyn .bt-1 span{
    padding: 5px 25px 5px 0;
    font-size: 0.9em;
    color:#94AE19;
}

.article .dyn p{
    margin:0;
}

.article a {
    /*color:#7e7e7e;
    text-decoration:underline;*/
}
.article a:hover {
    text-decoration:none;
}
.article p {
    margin-bottom:20px;
}

.fiche-footer {
    margin-bottom:20px;
    width: 100%;
}
.fiche-toolbar {
    width: 100%;
    margin-bottom:20px;
}
.fiche-toolbar .sharing {
    float:left;
}
.fiche-toolbar .sharing > div {
    display:inline-block;
    vertical-align:bottom;
}
.fiche-toolbar .tools {
    float:right;
    text-align:right;
}
.fiche-toolbar .tools a {
    margin-left:10px;
}
.fiche-toolbar .tools img,
.fiche-toolbar .tools a {
    vertical-align:middle;
}


/**
 * 	Info
*/
.struc-2-cols {
    width: 100%;
}
.struc-2-cols .col-1,
.struc-2-cols .col-2 {
    float:left;
    width:285px;
}
.struc-2-cols .col-2 {
    float:right;
}
.fiche-info .header {
    text-align:right;
    margin-bottom:5px;
}
.info-gmap-wrap,
.info-gmap,
.bt-info-gmap {
    position:relative;
    width:589px;
    height:179px;
    z-index:1;
}
.bt-info-gmap {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    display:block;
}
.info-gmap-wrap {
    margin-bottom:20px;
}
.section-info {
    margin-bottom:15px;
}
.section-info,
.section-info a {
    color:#7e7e7e;
}
.section-info .ttl {
    color:#96b019;
    margin-bottom:2px;
    font-size: 1.272em;
}
.section-info .sttl {
    font-weight:bold;
    margin-bottom:2px;
}

.around-me {

}
.around-me .header {
    margin-bottom:10px;
}
.around-me .header .ttl {
    float:left;
    margin-bottom:0;
}
.around-me .ttl {
    font-size:1.272em;
    font-weight:bold;
    color:#96b019;
    margin-bottom:10px;
}
.around-me .bt-center {
    font-size:1.091em;
    color:#666;
    text-decoration:underline;
    float:right;
}
.around-me .bt-center:hover {
    text-decoration:none;
}
.around-gmap {
    width:595px;
    height:494px;
    margin-bottom:30px;
}
.input-slider-wrap {
    padding-bottom:30px;
    margin-bottom:10px;
    border-bottom:1px solid #e1e1e1;
    width: 100%;
}
.input-slider-wrap .ttl {
    float:left;
    width: 270px;
}

.criteria-list {

}
.criteria-list li {
    margin-bottom:5px;
}
.criteria-list label {
    margin-left:5px;
    color:#7e7e7e;
}

/**
 * 	Liste des résultats
*/
.results-header {
    width: 100%;
}
.results-header .pager-controls {
    float:right;
    max-width:180px;
}
.results-header .ttl-3 {
    float:left;
    max-width:450px;
}
.results-list {
    margin-bottom:10px;
}
.results-list li:first-child ~ li {
    border-bottom:1px solid #dfe7ba;
    padding:15px;
}
.results-list li > a > img {
    margin-right:15px;
    float:left;
}
.results-list .details {
    margin-right:15px;
}
.results-list .sttl,
.results-list .name {
    margin-bottom:10px;
}
.results-list .name {
    font-size:1.272em;
}
.results-list .name,
.results-list .name a {
    color:#96b019;
}
.results-list .name a:first-child {
    font-size:1.143em;
    text-decoration:underline;
}
.results-list .name a:first-child:hover {
    text-decoration:none;
}
.results-list a,
.results-list p {
    color:#7e7e7e;
}
.results-list .sttl {
    font-weight:bold;
}

.ajax-error,
.ajax-loading {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#FFF url("../images/common/pictos/ajax-loader.gif") 50% 50% no-repeat;
}
.rgba .ajax-loading {
    background:rgba(255, 255, 255, 0.8) url("../images/common/pictos/ajax-loader.gif") 50% 50% no-repeat;
}
.rgba .ajax-error {
    background-color:rgba(255, 255, 255, 0.8);
}
.ajax-error {
    background-image:none;
    cursor:pointer;
}
.ajax-error p {
    padding-top:20px;
    text-align:center;
    color:#f00;
    font-weight:bold;
    cursor:pointer;
}
/* =POPIN
--------------------------------------------------------------------------------*/
/*.popin {
    position:absolute;
    z-index:1001;
    right:auto;
    bottom:auto;
    background-color:#fff;
}*/
.popin.get-out {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
#bg-layer {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index:1000;
    display:none;
}
.popin-mask-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index:1000;
    background-color:#000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/**
 * 	Popin slide
*/

.slide-popin {
    min-width:200px;
    min-height:40px;
    padding:20px 20px;
    background:#FFF url("../images/common/pictos/ajax-loader.gif") 50% 50% no-repeat;
}

.slide-popin .bt-prev,
.slide-popin .bt-next,
.slide-popin .bt-close {
    position:absolute;
    top:50%;
    margin-top:-6px;
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
    background:transparent url("../images/common/pictos/arrow-2-2.png") 0 0 repeat-x;
    width:7px;
    height:13px;
    -webkit-transition: background-position 200ms ease-in-out;
    -moz-transition: background-position 200ms ease-in-out;
    -ms-transition: background-position 200ms ease-in-out;
    -o-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
}
.slide-popin .bt-prev {
    left:5px;
    background-position:0 0;
}
.slide-popin .bt-prev:hover {
    background-position:-7px 0;
}
.slide-popin .bt-next {
    background-image:url("../images/common/pictos/arrow-2.png");
    right:5px;
}
.slide-popin .bt-next:hover {
    background-position:7px 0;
}

.slide-popin .bt-close {
    top:5px;
    right:5px;
    margin-top:0;
    width:13px;
    background-image:url("../images/common/pictos/bt-close.png");
    background-repeat:repeat-y;
}
.slide-popin .bt-close:hover {
    background-position:0 13px;
}


/**
 * 	Form
*/
.new-select {
    background-color:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* ! = SKIN SELECTS --------------------------------------- */
/*.js select {
    visibility: hidden
}*/
.new-select {
    border: 1px solid #dadcde;
    display: inline-block;
    position: relative;
    background: #fff url("../images/common/pictos/arrow-select.png") no-repeat 100% 1px;
}
.new-select,
.new-select select,
.new-select span.select {
    height:23px;
}
.new-select select {
    position:relative;
    z-index:10;
    line-height:20px;
    visibility:visible;
    padding: 0;
}
.new-select span.select {
    position:absolute;
    bottom:0;
    left:0;
    padding:0 28px 0 7px;
    line-height:23px;
    white-space: nowrap;
    color: #000;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/* ! = Skin Radio / Checkbox --------------------------------------- */

.new-checkbox,
.new-radio {
    display:inline-block;
    width:17px;
    height:18px;
    cursor:pointer;
    vertical-align:middle;
}
.new-checkbox {
    background: transparent url("../images/common/pictos/checkbox.png") no-repeat 0 -18px;
}
.new-radio {
    background: transparent url("../images/common/pictos/radio.png") no-repeat 0 -18px;
}

.new-radio.check,
.new-checkbox.check {
    background-position:0 0;
}

.new-checkbox.disabled,
.new-radio.disabled {
    background-position:-34px -18px;
}
.erro-field .new-radio,
.erro-field .new-checkbox {
    background-position:-17px -18px;
}
.erro-field .new-radio.check,
.erro-field .new-checkbox.check {
    background-position:-17px 0px;
}


/* ! = Calendar --------------------------------------- */


table.jCalendar {
    border: 1px solid #000;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
    background: #fff;
    color: #A7C41C;
    font-weight: bold;
    padding: 3px 5px;
    text-align:center;
    text-transform:uppercase;
}

table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}
table.jCalendar td.selected.dp-hover {
    background: #f33;
    color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #fff;
    color: #000;
}
table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}

/**
 * 	Common
*/

#mainContainer .dp-choose-date {
    padding:19px 0 0 19px;
    width:0;
    height:0;
    margin:0 2px;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
    background:url(http://www.new-paris-ile-de-france.co.uk/FRONT/CRT_PIDF/images/elements/pct-calendar.png) 0 0 repeat-y;
    -webkit-transition: background-position 200ms ease-in-out;
    -moz-transition: background-position 200ms ease-in-out;
    -ms-transition: background-position 200ms ease-in-out;
    -o-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
}
#mainContainer .dp-choose-date:hover {
    background-position:0 39px;
}
/**
 * 	DatePicker
*/

div.dp-popup{
    padding:2px 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#fff;
    -webkit-box-shadow:0 0 5px #ccc;
    -moz-box-shadow:0 0 5px #ccc;
    -ms-box-shadow:0 0 5px #ccc;
    box-shadow:0 0 5px #ccc;
}

div.dp-popup h2{
    font-size:11px;
    color:#fff;
    padding:5px 0;
    margin:0 2px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#a7c41c;
}

div.dp-popup div.dp-nav-prev, div.dp-popup div.dp-nav-next{
    top:5px;
}

div.dp-popup .dp-nav-prev-month, div.dp-popup .dp-nav-next-month{
    padding:15px 0 0 15px;
    width:0;
    height:0;
    display:inline-block;
    overflow:hidden;
    background:url(../images/common/pictos/date-nav.png) left top no-repeat;
}

div.dp-popup .dp-nav-next-month{
    background-position:left -15px;
}

.dp-nav-prev-year, .dp-nav-next-year,
div.dp-popup .dp-nav-prev-month.disabled, div.dp-popup .dp-nav-next-month.disabled{
    display:none;
}

.dp-popup .jCalendar{
    border:none;
    background-color:#fff;
}

.dp-popup .jCalendar td, .dp-popup .jCalendar .today{
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#999;
}

.dp-popup .jCalendar .other-month, .dp-popup .jCalendar .other-month:hover,
.dp-popup .jCalendar .closed, .dp-popup .jCalendar .closed:hover{
    color:#fff;
    background-color:#e1e1e1;
    cursor:default;
}

.dp-popup .jCalendar td:hover, .dp-popup .jCalendar .selected, .dp-popup .jCalendar .selected:hover{
    color:#fff;
    background-color:#a7c41c;
}

.dp-popup .jCalendar td.disabled, .dp-popup .jCalendar td.disabled:hover{
    color:#fff;
    background-color:#e1e1e1;
}

.dp-popup .jCalendar .night{
    background-position:left bottom;
    background-repeat:repeat-x;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    background-image:url(../images/common/pictos/border-night.png);
}

.dp-popup .dp-shortcuts {
    padding:8px 10px 5px;
}
.dp-popup .dp-shortcuts li {
    margin-bottom:3px;
}
.dp-popup .dp-shortcuts a {
    color:#000;
    padding-left:8px;
    background:transparent url("../images/common/pictos/dp-shortcuts.png") 0 6px no-repeat;
}
.dp-popup .dp-shortcuts a:hover {
    color:#708607;
    background-position:0 -17px;
}

/**
 * 	Inline
*/

.inline-date-picker{
    margin:10px 0;
}

/* legend */

.date-picker-legend li{
    margin-bottom:7px;
}

.date-picker-legend .ico{
    display:inline-block;
    margin-right:7px;
    vertical-align:top;
    width:24px;
    height:14px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#999;
}

.date-picker-legend .closed .ico{
    background-color:#e1e1e1;
}

.date-picker-legend .night .ico{
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    background:#fff url(../images/common/pictos/border-night.png) left bottom repeat-x;
}

/* tip */

#dp-tip{
    position:absolute;
    z-index:100;
    padding:15px;
    width:360px;
    font-weight:bold;
    font-size:1.091em;
    color:#7e7e7e;
    -webkit-box-shadow:0 0 5px #ccc;
    -moz-box-shadow:0 0 5px #ccc;
    -ms-box-shadow:0 0 5px #ccc;
    box-shadow:0 0 5px #ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#fff;
}

#dp-tip .arr{
    display:block;
    width:9px;
    height:8px;
    position:absolute;
    left:50%;
    margin-left:-4px;
    bottom:-8px;
    background:url(../images/common/pictos/dp-arr.png) left top no-repeat;
}




.range-wrap {
    float:right;
    color:#7e7e7e;
    font-weight:bold;
}
.input-slider-1 {
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #b9ca66;
    display:inline-block;
    width:284px;
    height:11px;
    margin-right:5px;
    margin-bottom:8px;
    vertical-align:middle;
    text-align:left;
}
.input-slider-1 .ui-slider-handle {
    position:absolute;
    top:-5px;
    background:transparent url("../images/common/pictos/range-slider.png") 0 0 no-repeat;
    width:19px;
    height:24px;
    margin-left:-10px;
}
.input-slider-1 .ui-slider-range {
    background-color:#b9ca66;
    height:11px;
}
.range-wrap .scale {
    width:286px;
    text-align:left;
}
.range-wrap .scale span {
    width:47px;
    text-align:center;
    float:left;
}
.range-wrap .scale span:first-child {
    width:23px;
    text-align:left;
}






.input-slider-wrap:after,
.range-wrap .scale:after,
.search-bloc .form-cols:after,
.results-header:after,
.results-list li:after,
.around-me .header:after,
.struc-2-cols:after,
.bloc-2 .content:after,
.fiche-toolbar:after,
.bloc-2:after,
.fiche-footer:after,
.tabs-nav:after,
.fiche-event .preview-slider:after,
.fiche-event:after,
.breadcrumb-wrapper:after,
.bloc-event-list:after,
.bloc-1:after,
.list-2:after,
.bloc-time-event li:after,
.encart-2:after,
.encart-1:after,
.search-bloc .std-2:after,
.search-bloc .std-1:after,
.ajax-content:after,
#content:after {
    content:"";
    display:table;
    clear:both;
}


.pager-controls span span,
.pct-zoom span,
.slider-controls a span,
.get-out,
.preview-wrap .bt-prev span,
.preview-wrap .bt-next span,
.slide-popin .bt-prev span,
.slide-popin .bt-next span,
.slide-popin .bt-close span {
    border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
/*test*/