/* Tmp */

a{
	/* color: black!important */
}
.main-image {
    position: relative;
}
.over-header {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 95px;
    color:white;
    text-align: left;
}
.over-header h1 {
    /*reset style */
    position: static;
}
.over-header .field-name-field-fiche-sous-titre {
    font-family: "HelveticaNeueLtStd-Cn", "HelveticaNeueLTStd-Roman", "Helvetica Neue 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 38px;
    color: #ffcc00;
    text-transform: uppercase;
    
}

.slope-page-container {
    display: block;
    overflow: hidden;
    position: relative;
    top: -70px;
    width: 100%;
    margin-bottom: -130px;
}
.slope-page {
    overflow: hidden;
    height: -70px;
    background: #fff;
    margin: 0 -50px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
}
.slope-page .container {
    display: block;
    -webkit-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    transform: skewX(1deg);    
}

.slope-page .col-sm-3 {
    height: 100px;
    background: #EEEEEE;
}

.slope-page .col-sm-12 {
    height: 100px;
    background: #F5F5F5;
}

/* A mettre dans le style principal */

@media only screen and (min-width : 1200px) {
    .container {
        width: 970px;
    }
}

 @media screen and (min-width: 768px) {
    #CYOU {
        background: #c36 url(../img/bg_cyou.png) no-repeat 75% center;
    }
}

#c-you-last-user {
    display: block;
    text-align: center;
    background-color: #b62253;
    padding: 20px 25px;
    border-radius: 30px;
    color:white;
    
}
#c-you-last-user img {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.c-you-listing {
    padding:0;
    list-style: none outside;
    text-align: center;
}
.c-you-listing li {
    display: inline-block;
    vertical-align: top;
    width:90px;
    margin: 0 33px 0 29px;
    position: relative;
}
.c-you-listing li:not(:first-child):before {
    content: "+";
    font-size: 32px;
    color: #ffcc00;
    position: absolute;
    left: -42px;
    top: 36px;
}
.c-you-listing li img {
    width: 64px;
    height: 64px;
    margin:30px auto 20px;
}

.c-you-listing li a:hover, .c-you-listing li a:focus {
    color:white;
}

#cyou-text-black {
    font-weight: 700;
    color: black;
}

/* Le Mag */


#LeMag a {
    color:#666;
    text-decoration: none;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
#LeMag a:hover .mag-title, #LeMag a:active .mag-title {
    color:#197278; 
}

#LeMag .mag-tag {
    margin: 15px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color:#999;    
}
#LeMag .mag-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color:#535353;    
}
#LeMag .mag-auteur {
    color:#333;
}

#LeMag a:after {
    content: "";
    display: block;
    margin: 25px 0 10px;
    height: 2px;
    width: 37%;
    background-color: #ccc;
}

/* Footer */
.footer-bottom ul {
    list-style: none outside;
    padding: 0; 
}
    
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a, .footer-bottom ul li a:hover, .footer-bottom ul li a:active {
    color:#999;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .footer-bottom ul {
        text-align: center;    
    }
    .footer-bottom ul li {
        width: 49%;
        margin-bottom: 15px;
    }
    .footer-bottom ul li:nth-of-type(odd) {
        text-align: right;
        padding-right: 15px;
    }
    .footer-bottom ul li:nth-of-type(even) {
        text-align: left;
        padding-left: 15px;
    }
    
    
}
@media screen and (min-width: 768px) {
    .footer-bottom ul {
        text-align: right;
    }
    .footer-bottom ul li {
        margin-left:20px;
    }
    
}

/* Tpl fiche */
.node-type-fiche {
    
}

.news-column {
    background-color: #eee;
    color:#222;
}
.news-column h3 {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #535353;
    display: block;
    padding: 12px 0 ;
    border-bottom: 1px solid #ddd;
}

.news-column ul {
    list-style: none outside;
    padding: 0;
}

.news-column ul li {
    padding: 3px 0 3px 39px;
    margin-top: 19px;
}

#col-place { background: transparent url(../img/ico-col-place.png) no-repeat left top;}
#col-from-yo {background: transparent url(../img/ico-col-from-yo.png) no-repeat left top; }
#col-visiting-time { background: transparent url(../img/ico-col-visiting-time.png) no-repeat left top; }
#col-price { background: transparent url(../img/ico-col-price.png) no-repeat left top; }
#col-next-session { background: transparent url(../img/ico-col-next-session.png) no-repeat left top; }

.news-column-secondary {
    color:#999;
    margin: 20px 0 30px;
}

.opening-time {
    text-decoration: underline;
    color:#222;
}
.opening-time:after {
    content: "»";
    padding-left: 5px;
}
.news-column-push {
    background: #ffcc00 url(../img/ico-teacher.png) no-repeat 25px center;
    color: #222;
    display:block;
    position: relative;
    padding: 25px 0 25px 80px;
    margin: 10px -15px -10px;
}
.news-column-push:hover, .news-column-push:active {
    color:#222;
}

@media screen and (min-width: 768px) {
    .news-column-push {
        padding: 15px 0 15px 80px;
        transform: skewY(-3deg) ;
        -webkit-transform: skewY(-3deg) ;
        -moz-transform: skewY(-3deg) ;
        -o-transform: skewY(-3deg) ;
        -ms-transform: skewY(-3deg) ;
    }
    .inner-news-column-push {
        display: block;
        max-width: 125px;
        transform: skewY(3deg) ;
        -webkit-transform: skewY(3deg) ;
        -moz-transform: skewY(3deg) ;
        -o-transform: skewY(3deg) ;
        -ms-transform: skewY(3deg) ;
    }
}

.question-why {
    padding: 55px 0 35px;
    font-size:18px;    
    font-weight: bold;
    color:#535353;
    line-height: 1;
}
.question-why p {
    margin: 0;
}


.field-name-field-fiche-affiche img {
    margin: 20px auto;    
}

/* Stay Informed */
.stay-informed {
    text-transform: uppercase;
    color:#535353;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.stay-informed img {
    margin: 15px 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.stay-informed a {
    display: block;
    color: #000;
    font-size: 24px;
    text-transform: initial;
}

/* Square Info */

.square-info{
    position: relative;
    width: 100%;
    overflow: hidden;
    /* For mobile */
    max-height: 320px;
}
.square-info:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-info-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    padding: 0 16%;
}
.square-info .square-info-number {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.square-info strong {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.square-info:nth-of-type(even) {
    background: #333;
    color: white;
}
.square-info:nth-of-type(even) .square-info-number {
    color: #ffcc00;
}

.square-info:nth-of-type(odd) {
    background: #ffcc00;
    color: #535353;
}
.square-info:nth-of-type(odd) .square-info-number {
    color: #333;
}


.dwnl-info {
    color: #535353;
    border: 5px solid #ffcc00;
    border-bottom: none;
    text-align: center;
    padding: 15px;
}
.dwnl-info strong {
    text-transform: uppercase;
    font-size: 21px;
    display: inline-block;
    width: 100%;
}
.dwnl-info-btn {
    background: #ffcc00 url(../img/download-big.png) no-repeat 25px center;
    color: #222;
    font-weight: bold;
    display:block;
    position: relative;
    padding: 25px 0 25px 80px;
    text-align: left;
}
.dwnl-info-btn:hover, .dwnl-info-btn:active {
    color:#222;
}

@media screen and (min-width: 768px) {
    .dwnl-info-btn {
        margin-top: -6px;
        padding: 15px 0 15px 80px;
        transform: skewY(-3deg) ;
        -webkit-transform: skewY(-3deg) ;
        -moz-transform: skewY(-3deg) ;
        -o-transform: skewY(-3deg) ;
        -ms-transform: skewY(-3deg) ;
    }
    .dwnl-info-btn span {
        display: block;
        max-width: 105px;
        transform: skewY(3deg) ;
        -webkit-transform: skewY(3deg) ;
        -moz-transform: skewY(3deg) ;
        -o-transform: skewY(3deg) ;
        -ms-transform: skewY(3deg) ;
    }
}

.fiche-counter {
    counter-reset: fiche-counter;
    padding: 0;
    list-style: none outside;
}
.fiche-counter li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 30px 0 65px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .fiche-counter li {
        width:50%;
    }
}
.fiche-counter li:before {
    content: counter(fiche-counter);
    counter-increment: fiche-counter;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: white;
    background-color: #333;
}

.fiche-counter span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

/*****************************************************************/
/***************************** MIKA ******************************/
/*****************************************************************/
/* CONTACT */
body.page-infos-pratiques-contact .breadcrumb a {
    color: #333333;
}
h1.clean-header {
    position: static;
    margin-top: 215px;
}
.intro-contact {
    font-size: 18px;
}
.bg-light-grey-rounded {
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 8px 10px 8px 33px;
    line-height: 46px;
}
.bg-dark-grey-rounded {
    background-color: #535353;
    border-radius: 30px;
    color: #fff;
    padding: 15px 34px;
    line-height: 15px;
}
#contact .block-faq {
    margin: 40px 0 80px 0;
}
#contact .block-faq .faq-link {
    display: inline-block;
    margin-left: 20px;
}
#contact .block-faq .faq-link:hover {
    color: #fff;
}
#contact .form-group {
    margin-bottom: 30px;
}
#contact .form-control {
    height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 0;
}
#contact textarea.form-control {
    height: auto !important;
}
/* all */
#contact textarea::-webkit-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; color: #555555; }
#contact textarea::-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; color: #555555; } /* firefox 19+ */
#contact textarea:-ms-input-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; color: #555555; } /* ie */
#contact textarea:-moz-placeholder { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; color: #555555; }
#contact .btn-black,
#contact .btn-black:focus,
#contact .btn-black:active {
    background-color:  #000000;
    color: #fff;
    width: 205px;
    height: 52px;
    line-height: 58px;
    border: none !important;
    border-radius: 0;
    text-align: left;
    padding: 0 20px;
    font-weight: bold;
    outline: 0;
}
#contact label {
    margin-bottom: 13px;
}
#contact .form-item-email label {
    display: inline-block;
}
#contact select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    padding: 10px 40px 10px 16px !important;
}
#contact div.form-item-demande:after {
    content: " ";
    height: 44px;
    width: 44px;
    background: #fff url('../img/form-select-arrow.png') center center no-repeat;
    background-size: 14px 8px;
    position: absolute;
    top: 34px;
    right: 16px;
    bottom: 0;
    cursor: pointer;
    pointer-events: none;
}
/* SAS N1 */
.node-sas-n1 .slope-page {
    height: 75px;
    margin-bottom: 75px;
}
.node-sas-n1 a.link-program {
    display: block;
    margin-top: 10px;
}
.node-sas-n1 a.link-program span.title-program {
    display: block;
    width: auto;
    font-weight: 900;
    font-size: 24px;
    color: #535353;
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 50px;
    text-align: left;
}
.node-sas-n1 a.link-program:hover {
    color: #535353;
    text-decoration: none;
}
.node-sas-n1 .schedule-separator {
    border-bottom: 2px solid #D3D7D9;
    margin-bottom: 1em;
}
.breadcrumb {
    z-index: 10;
}
/* EQUIPE */
#block-views-liste-equipiers-block .view-filters {
    border-bottom: 1px solid #dddddd;
    margin: 0 15px;
}
#block-views-liste-equipiers-block .view-filters form {
    margin-left: -15px;
}
#block-views-liste-equipiers-block .view-content:after {
    display: table;
    content: " ";
    clear: both;
}
.teaser-equipier {
    margin-top: 20px;
}
.infos-equipier {
    background-color: #eeeeee;
    color: #535353;
    padding: 15px 10px;
    height: 260px;
    font-size: 13px;
}
.infos-equipier .titre-equipier {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}
.infos-equipier .metier-equipier {
    color: #222222;
    font-weight: bold;
    margin-top: 10px;
}
.infos-equipier .telephone-equipier {
    padding-left: 25px;
    margin-top: 10px;
    background: url('../img/icon-tel.png') no-repeat left center;
}
.infos-equipier a.telephone-equipier {
    color: #535353;
    display: block;
}
.infos-equipier .mail-equipier {
    padding-left: 25px;
    margin-top: 10px;
    background: url('../img/icon-message.png') no-repeat left center;
}
.infos-equipier .link-cyou-equipier {
    padding-left: 25px;
    margin-top: 10px;
    background: url('../img/icon-cyou.png') no-repeat left center;
}
.infos-equipier .mail-equipier a,
.infos-equipier .link-cyou-equipier a {
    color: #535353;
}
.infos-equipier .link-twitter {
    padding-left: 25px;
    margin-top: 10px;
    background: url('../img/icon-twitter.png') no-repeat left center;
    font-weight: bold;
}
.infos-equipier .link-twitter a {
    color: #222222;
}
.form-item-pole-filter select {
    width: 290px !important;
    margin: 15px;
    font-size: 13px !important;
    padding: 11px !important;
}
#edit-pole-filter-wrapper .views-widget {
    position: relative;
}
.form-item-pole-filter:after {
    content: '';
    height: 39px;
    width: 39px;
    background: #fff url('../img/filter-arrow.png') center center no-repeat;
    background-size: 13px 8px;
    position: absolute;
    top: 3px;
    right: 18px;
    bottom: 0;
    cursor: pointer;
    pointer-events: none;
}
#block-views-liste-equipiers-block .pager-load-more a {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 14px;
    margin: 40px 0;
    text-align: left;
    font-weight: bold;
}
#block-views-liste-equipiers-block .pager-load-more a:hover {
    color: #fff;
}
#block-views-liste-equipiers-block .pager-load-more a:after {
    content: "+";
    float: right;
}
.separator-equipier {
    border: 1px solid #ddd;
    clear: both;
}
/* PAGE SAS PROFIL */
.node-sas-profil .contact-column {
    background-color: #eee;
    color: #222;
    font-size: 13px;
}
.node-sas-profil .contact-column a {
    color: #222;
}
.node-sas-profil .contact-column .contact-title {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #535353;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.node-sas-profil .contact-column .contact-mail {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 10px;
    border-bottom: 1px solid #222;
    background: url('../img/contact-link-arrow.png') no-repeat right 6px;
}
@media (min-width: 768px) and (max-width : 992px){
    .node-sas-profil .contact-column .contact-mail {
    margin-right: -15px;
    }
}
.node-sas-profil .contact-column .contact-mail:hover {
    text-decoration: none;
}
.node-sas-profil .contact-column .contact-text {
    font-style: italic;
    color: #5b5b5b;
    clear: both;
}
.node-sas-profil .contact-column .contact-bottom {
    height: 30px;
    margin: 10px -15px -10px;
    background-color: #eee;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
}
.node-sas-profil .push-column a {
    display: block;
}
.pro-block-grey.pb1 {
    margin-top: 40px;
	padding-bottom: 0;
}
.pro-block-grey.pb1.min-marge {
    margin-top: 0;
}
.pro-block-grey {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.pro-block-white {
    padding: 50px 0;
    background-color: #fff;
	padding-bottom: 0;
}
h2.pro-block-title {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 48px;
    line-height: 52px;
    color: #535353;
    text-transform: uppercase;
}
.pro-block-text {
    margin-bottom: 25px;
}
.separator-pro-block {
    border-bottom: 1px solid #c4c4c4;
}
.pro-block-view {
    clear: both;
    padding-top: 35px;
}
.pro-block-view .bloc-espace-pro {
    margin-bottom: 10px;
    height: 285px;
}
.pro-block-view .bloc-espace-pro a:hover {
    text-decoration: none;
}
.pro-block-view .bloc-espace-pro a span.date {
    display: block;
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 10px;
}
.pro-block-view .bloc-espace-pro a span.title {
    display: block;
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color:  #535353;
    text-transform: uppercase;
    margin-top: 10px;
}
.pro-block-view .bloc-espace-pro a span.localisation {
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-top: 10px;
}
.pro-block-view .bloc-espace-pro .separator-bloc-espace-pro {
    margin-top: 15px;
    border-bottom: 2px solid #c4c4c4;
}
.node-type-sas-profil footer {
    margin-top: 25px;
}
/* SAS N2 */
.node-sas-n2 .slope-page {
    height: 75px;
    margin-bottom: 75px;
}
.node-sas-n2 .main-sas-n2 {
    position: relative;
    top: -40px;
}
.node-sas-n2 h2 {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.node-sas-n2 .sas-n2-block-view {
    margin-top: 25px;
}
.node-sas-n2 #edit-age-filter-wrapper .views-widget,
.node-sas-n2 #edit-theme-filter-wrapper .views-widget,
.node-sas-n2 #edit-format-filter-wrapper .views-widget,
.node-sas-n2 #edit-place-filter-wrapper .views-widget,
.node-sas-n2 #edit-type-filter-wrapper .views-widget,
.node-sas-n2 #edit-level-filter-wrapper .views-widget {
    position: relative;
}
.node-sas-n2 .form-item-age-filter select,
.node-sas-n2 .form-item-theme-filter select,
.node-sas-n2 .form-item-format-filter select,
.node-sas-n2 .form-item-place-filter select,
.node-sas-n2 .form-item-type-filter select,
.node-sas-n2 .form-item-level-filter select {
    width: 213px !important;
    font-size: 13px !important;
    padding: 11px !important;
    height: 45px !important;
    -webkit-appearance: none;
}
.node-sas-n2 .form-item-age-filter select {
    margin-left: 23px;
}
.node-sas-n2 .form-item-age-filter:after,
.node-sas-n2 .form-item-theme-filter:after,
.node-sas-n2 .form-item-format-filter:after,
.node-sas-n2 .form-item-place-filter:after,
.node-sas-n2 .form-item-type-filter:after,
.node-sas-n2 .form-item-level-filter:after {
    content: '';
    height: 39px;
    width: 39px;
    background: #fff url('../img/filter-arrow.png') center center no-repeat;
    background-size: 13px 8px;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    cursor: pointer;
    pointer-events: none;
}
.node-sas-n2 .view-filters {
    padding-bottom: 20px;
    margin: 0 15px;
    border-bottom: 1px solid #ccc;
}
.node-sas-n2 .view-content {
    padding-top: 25px;
}
.node-sas-n2 .view-content .infos-fiche .titre-fiche {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:  #535353;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}
.node-sas-n2 .view-content .infos-fiche .type-fiche,
.node-sas-n2 .view-content .infos-fiche .lieu-fiche {
    font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:  #999999;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
.node-sas-n2 .view-content .infos-fiche .date-fiche,
.node-sas-n2 .view-content .infos-fiche .marque-fiche {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:  #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.node-sas-n2 .view-content .infos-fiche .marque-fiche {
    text-transform: uppercase;
}
.node-sas-n2 .teaser-fiche {
    margin-bottom: 25px;
}
.node-sas-n2 .teaser-fiche a {
    display: block;
    height: 295px;
}
.node-sas-n2 .teaser-fiche .separator-fiche {
    border-bottom: 2px solid #D3D7D9;
    margin-top: 15px;
}
.node-sas-n2 .infos-fiche {
    height: 135px;
}
.node-sas-n2 .pager-load-more {
    clear: both;
}
.node-sas-n2 .pager-load-more a {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 14px;
    margin: 40px 0;
    text-align: left;
    font-weight: bold;
    color: #fff;
    width: 200px;
}
.node-sas-n2 .pager-load-more a:hover {
    color: #fff;
    background-color: #000;
}
.node-sas-n2 .pager-load-more a:after {
    content: "+";
    float: right;
}





@media screen and (min-width: 992px) {}
    #block-views-liste-equipiers-block .pager-load-more a {
        width: 33.33333333%;
    }
@media screen and (max-width: 991px) {
    .node-sas-n1 a.link-program span.title-program {
        font-size: 18px;
        line-height: 45px;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
    .infos-equipier {
        max-width: 212px;
    }
    .node-sas-n2 .form-item-age-filter select,
    .node-sas-n2 .form-item-theme-filter select,
    .node-sas-n2 .form-item-format-filter select,
    .node-sas-n2 .form-item-place-filter select,
    .node-sas-n2 .form-item-type-filter select,
    .node-sas-n2 .form-item-level-filter select {
        width: 330px !important;
    }
    .node-sas-n2 .form-item-format-filter select {
        margin-left: 23px;
    }

}
@media screen and (max-width: 767px) {
    h1.clean-header {
        margin-top: 40px;
    }
    #contact .block-faq {
        text-align : center;
        padding: 8px 10px;
    }
    #contact .block-faq .faq-link {
        float: none !important;
        white-space: nowrap;
        margin: 0 20px;
    }
    .node-sas-n1 a.link-program {
        display: inline-block;
    }
    .teaser-equipier {
        margin: 20px 0;
    }
    .teaser-equipier img {
        margin-top: 20px;
    }
    .infos-equipier {
        background-color: #fff;
        height: auto;   
        min-height: 260px;
    }
    .node-sas-profil h1 {
        font-size: 35px;
        float: none;
    }
    .node-sas-profil .contact-column,
    .node-sas-profil .text-column {
        padding-top: 15px;
    }
    .node-sas-profil .contact-column .contact-bottom {
        height: 30px;
        margin: 0;
        background-color: #eee;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .node-sas-profil .push-column a img {
        margin: 15px auto 0 auto;
    }
    .pro-block-grey,
    .pro-block-white {
        padding: 0;
    }
    h2.pro-block-title {
        font-family: "HelveticaNeueLtStd-Cn", "HelveticaNeueLTStd-Roman", "Helvetica Neue 55 Roman", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        background-color: #CCCCCC;
        margin: 0 -15px 15px -15px;
        padding: 15px 15px 8px 15px;
        cursor: pointer
    }
    h2.pro-block-title.active {
        font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 17px;
        line-height: 23px;
    }
    .pro-block-view .bloc-espace-pro a span.date {
        margin-top: 0;
        margin-left: 15px;
    }
    .pro-block-view .bloc-espace-pro a span.title {
        font-size: 17px;
        line-height: 21px;
        margin-top: 3px;
        margin-left: 15px;
    }
    .pro-block-view .bloc-espace-pro a span.localisation {
        margin-top: 3px;
        margin-left: 15px;
    }
    .pro-block-view .bloc-espace-pro .separator-bloc-espace-pro {
        margin-bottom: 15px;
    }
    .pro-block-text {
        text-align: left;
        margin-bottom: 0;
    }
    .node-sas-n2 .slope-page-container {
        margin-bottom: -75px;
    }
    .node-sas-n2 h2 {
        font-size: 26px;
    }
    .node-sas-n2 .view-filters {
        padding: 15px 15px 10px 15px;
        background-color: #ccc;
        margin: 0 15px 20px 15px;
    }
    .node-sas-n2 .view-filters .slide-filters .glyphicon {
        font-size: 18px;
        cursor: pointer;
    }
    .node-sas-n2 .view-filters .text-filter {
        text-transform: uppercase;
        padding-top: 5px;
        display: inline-block;
        cursor: pointer;
    }
    .node-sas-n2 .views-exposed-form .views-exposed-widget {
        float: none;
        padding: .5em 0 0 0;
    }
    .node-sas-n2 .form-item-age-filter select,
    .node-sas-n2 .form-item-theme-filter select,
    .node-sas-n2 .form-item-format-filter select,
    .node-sas-n2 .form-item-place-filter select,
    .node-sas-n2 .form-item-type-filter select,
    .node-sas-n2 .form-item-level-filter select {
        width: 100% !important;
        font-size: 13px !important;
        padding: 11px !important;
        margin: 0 !important;
        border: none !important;
        cursor: pointer;
    }
    .node-sas-n2 .form-item-age-filter:after,
    .node-sas-n2 .form-item-theme-filter:after,
    .node-sas-n2 .form-item-format-filter:after,
    .node-sas-n2 .form-item-place-filter:after,
    .node-sas-n2 .form-item-type-filter:after,
    .node-sas-n2 .form-item-level-filter:after {
        height: 36px;
        width: 36px;
        right: 3px !important;
    }
    .node-sas-n2 button#edit-submit-sas-n2 {
        font-family: "HelveticaNeueLtStd-BdCn", "HelveticaNeueLTStd-Bd", "Helvetica Neue 75 Bold", "HelveticaNeueLT Std", "HelveticaNeueLT", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        display: block;
        background-color: #000;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        padding: 12px 12px 8px 12px;
        width: 100%;
    }
    .node-sas-n2 .view-content {
        border-top: none;
    }
    .node-sas-n2 .teaser-fiche a,
    .node-sas-n2 .infos-fiche {
        height: auto;
    }
    .node-sas-n2 .teaser-fiche .separator-fiche {
        margin-top: 25px;
    }
    .node-sas-n2 .infos-fiche .row {
        margin: 0;
    }
    .node-sas-n2 .view-content .infos-fiche .type-fiche,
    .node-sas-n2 .view-content .infos-fiche .lieu-fiche {
        margin-top: 0;
        font-size: 12px;
    }
    .node-sas-n2 .view-content .infos-fiche .titre-fiche {
        font-size: 16px;
        line-height: 16px;
    }
    .node-sas-n2 .view-content .infos-fiche .date-fiche,
    .node-sas-n2 .view-content .infos-fiche .marque-fiche {
        font-size: 12px;
    }
}
