.twitter-color {color:#60c6ed;}
.text-purple {color:#91127c;}
.text-blue {color:#004886;}

a:hover,a:active{
    outline: none!important;
}
body div:focus{
    outline: none!important;
}
img{
    outline:none!important;
}
a:focus{
    outline:none!important;
}
a::-moz-focus-inner{
    border: 0!important;
}

.skinNEXUS {
    font-family: 'roboto_condensedlight';
}

.fixed_social_media {
    display:none;
}


.text-white {
    color:#ffffff;
}


#footer {
    margin-top:0;
}
.mainSECTION .mid .content, .secondarySECTION .mid .content, #sectionTITRE .mid .wrapp-content {
    max-width:940px;
}
/* DEBUT GRID */
.sectionCONNEXION {
    background: #f9f9f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f8 0%, #edeeee 40%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f8), color-stop(40%,#edeeee), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f8 0%,#edeeee 40%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f8 0%,#edeeee 40%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f8 0%,#edeeee 40%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f8 0%,#edeeee 40%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f8', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.sectionCONNEXION .mid {
    width:100%;
    height: 100%;
    margin:0 auto;
    padding:12px 0 80px 0;
    background:url('../img/bg_sectionCONNEXION.png') no-repeat 50% 640px;
}

.sectionCONNEXION .mid .content {
    max-width:940px;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.sectionCONNEXION .h-section {
    margin:20px 0 60px 0;
}
.sectionCONNEXION a {
    cursor:pointer;
}



.requireFIELDS {
    float:right;
    margin:60px 12px 0 0;
    font-style:italic;
    font-family: 'roboto_condensedlight';
    font-size:11px;
}

.sectionCONNEXION .bloc-avantages {
    position:relative;
    width:47%;
    float:left;
    text-align:center;
    font-family: 'roboto_condensedlight';
}
.sectionCONNEXION .bloc-avantages .wrapp-bloc {
    padding:0 5px;
}
.sectionCONNEXION .bloc-avantages {
    margin-right:0;
}
.sectionCONNEXION .bloc-avantages-left {
    margin:0 5% 0 0;
}
.sectionCONNEXION .bloc-bleu {
    background-color: #7691b1;
}
.sectionCONNEXION .bloc-grey {
    background-color: #ededed;
}
.sectionCONNEXION .bloc-bleu label {
    color:#ffffff;

}
.sectionCONNEXION .bloc-radius {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}

.sectionCONNEXION .bloc-avantages .head-picto {
    margin-top:-32px;
    margin-bottom:16px;
}

.sectionCONNEXION .bloc-avantages .head-section {
    font-size:18px;
    margin-bottom:10px;
}
.sectionCONNEXION .bloc-avantages .title-section {
    font-size:30px;
    margin-bottom:16px;
}
.sectionCONNEXION .bloc-avantages .subtitle-section {
    font-size:17px;

}
.sectionCONNEXION .bloc-avantages .wrapp-form {
}
.sectionCONNEXION .bloc-avantages .wrapp-form label {
    font-size:14px;
    display:block;
    width:100%;
}

.sectionCONNEXION .bloc-avantages .wrapp-form label.label-inline {
    display: inline;
}
.sectionCONNEXION .bloc-avantages .wrapp-form label.label-small-font {
    font-size: 12px;
}

.registration_form input[type="text"], .registration_form input[type="password"] {
    float:none;
    width:100%;
    max-width:320px;
    padding:0 40px 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align:left;
    height:36px;
    line-height:36px;
    font-family: 'roboto_condensedbold';
    color:#000000;
    font-size:18px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.registration_form input[type="text"]:focus, .registration_form input[type="password"]:focus {
    box-shadow: 0 0 10px rgba(0,0,0,0.5),  inset 0 0 2px rgba(0,0,0,0.1);
}
.registration_form input[type="text"].error, .registration_form input[type="password"].error {
    box-shadow: 0 0 10px rgba(0,0,0,0.5),  inset 0 0 2px rgba(0,0,0,0.1);
    border:#ab2022 1px solid;
}
.sectionCONNEXION #ajax_response {
    position:absolute;
    bottom:-40px;
    left:0;
    width:100%;
    background-color:#ab2022;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-align:center;
}

.sectionCONNEXION .bloc-bleu #ajax_response label {
    color:#ffffff;
    padding:4px 8px;
}

.sectionCONNEXION .bloc-bleu #ajax_response label a {
    color:#ffffff;
}


.sectionCONNEXION label {
    cursor:pointer;
}
.sectionCONNEXION .wrapp-password {
    position:relative;
    width:100%;
    max-width:380px;
    margin:0 auto 48px auto;
    text-align:left;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.sectionCONNEXION .wrapp-line-input {
    position:relative;
    width:100%;
    max-width:380px;
    margin:0 auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.sectionCONNEXION .message-form {
    position:absolute;
    right:10px;
    top:8px;
}
.sectionCONNEXION .message-form .fa {
    font-size:24px;
}
.sectionCONNEXION .message-form .message-ok {
    display:none;
    color:#7691b1;
}
.sectionCONNEXION .message-form .message-nok {
    color:#ab2022;
    display:none;
}
.sectionCONNEXION .message-form .message-ok.show-it, .sectionCONNEXION .message-form .message-nok.show-it {
    display:block;
}

.sectionCONNEXION .checkc {
    float:left;
    width:70%;
}

.sectionCONNEXION .bt_oublimdp {
    font-family: 'roboto_condensedlight';
    font-size:11px;
    color:#ffffff;
    text-decoration: underline;
    float:right;
    text-align:right;
}


.sectionCONNEXION .bloc-avantages .wrapp-offer {
    text-align:left;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul {
    padding:10px 0 20px 0;
    margin:0 auto;
    width:90%;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer {
    margin-bottom:8px;
    width:100%;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .picto {
    float:left;
    width:55px;
    margin-right:10px;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .picto.picto-double {
    width:120px;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .picto.picto-double img:first-child {
    margin-right:5px;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .text-offer {
    color:#000000;
    padding-top: 6px;
    font-size:16px;
    line-height:17px;
    width:80%;
    width: calc( 100% - 65px );
    float:left;
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .text-offer.double-picto {
    width:60%;
    width: calc( 100% - 150px );
}
.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .text-offer .text-purple {
    color:#82337e;}

.sectionCONNEXION .bloc-avantages .wrapp-offer ul .item-offer .text-offer .text-big {
    font-family: 'roboto_condensedbold';
}
.sectionCONNEXION .bloc-avantages .wrapp-call-to-action {
    margin: 0 auto 16px auto;
    width:180px;
    height:38px;
}

.sectionCONNEXION .message-bloc {
    margin:12px 0;
    line-height: 22px;
    font-family: 'roboto_condensedbold';
    font-size: 12px;
    text-align: left;
}
.sectionCONNEXION span.bulle {
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    float: left;
    display: block;
    border-radius: 50%;
}
.sectionCONNEXION span.bulle i {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width:1280px) {
    .mainSECTION .mid .content, .secondarySECTION .mid .content, #sectionTITRE .mid .wrapp-content {
        max-width:1160px;
    }
    .sectionCONNEXION .mid .content {
        max-width:1160px;
        width:100%;
        margin:0 auto;
    }
    .registration_form {
        padding: 15px 15px 2px 15px;
    }
}
@media screen and (min-width:1560px) {
    .sectionCONNEXION .mid {
        background: url('../img/persos.png') no-repeat right bottom, url('../img/bg_sectionCONNEXION.png') no-repeat 50% 640px;
        padding:12px 0 240px 0;
    }
}



/* iCheck plugin Flat skin
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../img/flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat {
    background-position: 0 0;
}
.icheckbox_flat.checked {
    background-position: -22px 0;
}
.icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat {
    background-position: -88px 0;
}
.iradio_flat.checked {
    background-position: -110px 0;
}
.iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat.checked.disabled {
    background-position: -154px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat,
    .iradio_flat {
        background-image: url('../img/flat-2x.jpg');
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}