#contain-global {
    overflow: hidden;
    position: relative;
}
.container-avis {
    max-width: 745px;
}

.contact-form.refact {
    font-family: 'Johan','Trebuchet MS',sans-serif;
    background-color: white;
    font-size: 1.1em;
}

.contact-form.refact.votre-avis {
    padding: 20px 10px 0;
}

.contact-form.refact.votre-avis .g-recaptcha > div{
    margin: auto;
}

.contact-form.refact.rappel div.row{
    margin:15px;
}
.contact-form.refact.rappel {
    padding-bottom: 30px;
}
.contact-form.refact.rappel input[type="submit"] {
    background-color: #A82A31;
    color:white;
    line-height: 21px;
}
.contact-form.refact.rappel input[type="text"] {
    border: solid 1px #ccc;
    width:100%;
}

.contact-form.refact header {
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: top left;
}

.contact-form.refact.contactGeneral header {
    border:0;
}

.contact-form.refact header h1 {
    background-color: rgba(0,0,0,0.5);
    padding: 1em;
    color: white;
    font-size: 2em;
}

.contact-form.refact h1 {
    margin: 0;
    font-size: 1.5em;
}

.mobile .contact-form.refact h1 {
    font-size: 1.3em;
}

.contact-form.refact main {
    color:#666;
    padding-top: 0;
    margin-top: 0;
}

.contact-form.refact main h1 {
    padding: .7em .7em 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    display: none;
    /* Attention retrait temporaire en attendant décision PO */
}
.contact-form.refact main .ville-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
    color: lightgray;
}

main.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
main.modal input[type="submit"] {
    text-transform: uppercase;
    width: 100%;
}
main.modal h1 {
    text-transform: uppercase;
}
main.modal p {
    font-size: 18px;
}
main.modal .ville-title {
    margin-bottom: 16px;
}

.contact-form.refact .fields, .contact-form.refact .fields-pane {
    padding: 0px 35px 0px 35px
    /* Attention padding top 10px  en attendant décision PO */
}

.contact-form.refact main h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 38px;
    margin-bottom: 0;
}

.contact-form.refact .deja-client {
    margin: 15px 0 30px;
    padding: 16px 22px;
    background-color: #e5f4f9;
    color: #3b3b3b;
}
.contact-form.refact .deja-client .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-form.refact .deja-client .action{
    text-align: right;
    text-decoration: underline;
}

.contact-form.refact .deja-client .action span{
    display: inline-block;
    background-color: #3b3b3b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-form.refact .deja-client .action span img{
    width:28px;
    transform: rotate(90deg);
    position: relative;
    top: -4px;
    left: -3px;
}

.contact-form.refact form {
    padding-top: 15px;
}

.contact-form.refact form.ajaxForm {
    padding: 0;
}

.contact-form.refact form .row {
    margin-bottom: 1.7em;
}
.contact-form.refact form .row:last-of-type {
    margin-bottom: 0.8em;
}

.contact-form.refact form .optin-container {
    font-size: 15px;
    letter-spacing: -0.005em;
    word-spacing: -1px;
}
.contact-form.refact form .optin-container .row {
    margin-bottom: 12px;
}
.contact-form.refact form .optin-container .row > label{
    white-space: nowrap;
}
.contact-form.refact form .optin-container .radios label:first-of-type {
    margin-right: 15px;
}

.contact-form.refact input[type="text"],
.contact-form.refact input[type="tel"],
.contact-form.refact input[type="number"],
.contact-form.refact input[type="email"],
.contact-form.refact input[type="password"]{
    border: none;
    width: calc( 78% - 10px );
}

.contact-form.refact .form-field label {
    padding-right: 10px;
    border-right: 1px solid #DDD;
    margin-right: .6em;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}

.contact-form.refact .form-field {
    border: 1px solid #DDDDDD;
    padding: .4em .7em;
    border-radius: 3px;
}

.contact-form.refact textarea {
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 100%;
    padding: 0 5px;
}
.contact-form.refact .area {
    margin-top: 40px;
    padding: .4em .7em;
}
.contact-form.refact .row.opened .fa-angle-down,
.contact-form.refact .row.closed .fa-angle-up {
    display: none;
}

.contact-form.refact .row.message label {
    font-weight: normal;
    cursor: pointer;
}

.contact-form.refact .row.message .message-container {
    transition: height 1s;
    overflow: hidden;
    height: 52px;
}

.contact-form.refact .row .message-container.legal {
    font-size: .8em;
}

.contact-form.refact .row.closed .message-container {
    overflow: hidden;
    height: 0px;
}

.contact-form.refact .button-group {
    text-align: center;
    margin-top: -10px;
    /* Attention marging top a retirer en attendant décision PO */
}

.contact-form.refact button, .contact-form.refact input[type="submit"] {
    padding: 4px 25px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    color: #FFF;
    background: #d01c34;
    border: 0;
    vertical-align: middle;
    -webkit-transition: background 0.15s;
    -moz-transition: background 0.15s;
    -ms-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 1em auto;
    border-radius: 3px;
}

.contact-form.refact .row .warningOptinNexity {
    margin:5px 0 15px;
    font-style:italic;
    font-size:13px;
    display:none;
    color:#D01C34 !important;
}

.contact-form.refact label {
    margin-bottom: 0;
    font-weight: normal;
}

.contact-form.refact #nexity_contact_plan_form_optinNexity,
.contact-form.refact #nexity_contact_plan_form_optinPartenaire {
    text-align: right;
}

.contact-form.refact #nexity_contact_plan_form_optinNexity label,
.contact-form.refact #nexity_contact_plan_form_optinPartenaire label{
    margin: 0 7px;
}

.contact-form.refact .form-field {
    position: relative;
}

.contact-form.refact .rappel input[type="radio"],
.contact-form.refact .rappel label,
.contact-form.refact .radios input[type="radio"],
.contact-form.refact .radios label {
    margin-right: .5em;
}

.contact-form.refact .radios {
    text-align: right;
}

.contact-form.refact .form-field.valid:after,
.contact-form.refact .form-field.invalid:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    background-color: #809947;
    width: 2.5em;
    top:0;
    bottom:0;
    right: 0;
    border-radius: 0 3px 3px 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form.refact .form-field.invalid:after {
    content: '\f00d';
    background-color: #A82A31;
}

.contact-form.refact .optin.invalid {
    color: #C5252F;
}

.contact-form.refact div#confirmation-message.contact {
    margin-top: 1.3em;
    font-size: 16px;
    padding: 1.3em;
}

.contact-form.refact p.has-error {
    color: #cd0a0a;
    text-align: left;
}

.contact-form.refact .dqe-error {
    color: #cd0a0a;
    margin-top: 15px;
    text-align: center;
}

.rb-close:before {
    font-family: FontAwesome;
    content: 'x';
    font-size: 2em;
}

.contact-form.refact nav a {
    line-height: 4.5vh;
    height: 4.5vh;
    display: block;
    text-align: right;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 2.5vh;
    padding-right: 3vw;
}


.fancybox-inner {
    max-height: none;
    height: auto!important;
}

.contact-form.refact div.required {
    font-size: .8em;
    font-style: italic;
}

.contact-form.refact form .row.message {
    margin-bottom: .9em;
}

.disclaimer-message {
    max-height: 300px;
    overflow: auto;
}

.contact-form.refact.contactGeneral.multi section {
    display:inline-block;
}

.contact-form.refact.contactGeneral.multi header {
    background-image: url('https://media.nexity.fr//nfr2014/default_contact_bg.jpeg');
}

.contact-form.refact.contactGeneral.mobile header {
    display: block;
    background-color: #00a5cf;
    color: #fff;
    border: solid 1px #00a5cf;
    margin-bottom:10px;
    text-align: center;
    z-index: 0;
}

div#close a {
    margin-left: 80%;
    color: #1a1a1a;
}

.contact-form.refact.contactGeneral.mobile #close {
    line-height: 4.5vh;
    height: 4.5vh;
}
.contact-form.refact.contactGeneral.mobile #close a {
    font-size: 2.5vh;
}

.contact-form.refact.contactGeneral.mobile header h1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00a5cf;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
}

.contact-form.refact.contactGeneral.mobile header h1 {
    background: none;
    margin: auto;
    padding: .7em;
    font-size: 1.3em;
    text-transform: uppercase;
    position: relative;
}

.contact-form.refact.contactGeneral.mobile #responseContentMail, .contact-form.refact.contactGeneral.mobile #telephone, .contact-form.refact.contactGeneral.mobile #responseContentRappel {
    display: none;
    background-color: #fff;
    padding:5px;
}

.contact-form.refact .choiceContainer {
    padding:10px;
    text-align: left;
}

.contact-form.refact.mobile .choiceContainer .row .control-label{
    text-align: left;
}

.contactGeneral .rowBlueTitle {
    background-color: #00a5cf;
    padding: .7em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: auto;
}

.rowTitleBlack{
    color: black;
}
.borderChoice {
    border:1px solid #DDD;
}

.rowBlueTitle .control-label {
    padding-top: 5px;
}

.contactGeneral #formGeneralContainer, #messageSuccess {
    display: none;
}

.contact-form.refact.contactGeneral .fields-pane.telephone {
    display: none;
    text-align: center;
    font-size:1.25em;
    margin-top:15px;
}

.contact-form.refact.contactGeneral .fields-pane.telephone {
    padding:50px 0;
}

.contactGeneral .numberContainer {
    border: solid 1px #ccc;
    width:350px;
    height:45px;
    text-align: left;
    padding-left:15px;
    margin:10px auto;
    position: relative;
}

.mobile.contactGeneral .numberContainer {
    border: solid 1px #ccc;
    width: 100%;
    text-align: left;
    padding-left:0;
    margin: 20px 0;
    display: block;
    height: 70px;
}

.mobile .numbersColor {
    padding-left: 5px;
}

.mobile .numbersColor:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 15px;
    z-index: 10;
    top: 37px;

}

.mobile.contactGeneral .numberContainer .serviceAppel {
    color:#fff;
    background-color: #68AA17;
    width: 100%;
    padding:5px 35px;
    height:32px;
    font-size: 15px;
    letter-spacing: 1px;
}

.contact-form.refact.contactGeneral .fields-pane div.numbersColor, .mobile .numbersColor {
    color:#68AA17;
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: bold;
    display: block;
}

.mobile .numbersColor a {
    color:#68AA17;
}

.contact-form.refact.contactGeneral .fields-pane div.numbersColor:after  {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 198px;
    z-index: 10;
    bottom: 15px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.contact-form.refact.contactGeneral .fields, .contact-form.refact.contactGeneral .fields-pane {
    padding: 10px 35px 20px 35px
}

.contactGeneral .telephone, .contactGeneral .rappelPanel {
    display: none;
}

.contactGeneral .rappelPanel {
    padding:10px 50px;
}

.contact-form.refact.contactGeneral .fields-pane.telephone div.serviceAppel {
    background-color: #68AA17;
    width: 110px;
    height: 44px;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 220px;
}

html:not(.mobile) .contact-form.refact #fblogin {
    margin-right: 0;
    margin-left: 0;
}
.contact-form.refact #fblogin {
    display: flex;
    flex-direction: column;
}
.contact-form.refact #fblogin .line {
    display: flex;
    align-items: center;
    justify-content: center;
}
html.mobile .contact-form.refact #fblogin .line {
    padding: 0 15px;
}
.contact-form.refact #fblogin .line .trait {
    border-bottom:2px solid lightgray;
    width: 100%;
}
.contact-form.refact #fblogin .line .ou {
    color: lightgray;
    font-weight: bold;
    margin: 0 20px;
}
.contact-form.refact .facebook-login {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}
.contact-form.refact .facebook-login button.one-clic-button {
    background-color: #3b5998;
    text-transform: none;
    margin: 10px auto 15px;
    padding: 5px 25px 5px 5px;
    font-weight: normal;
    line-height: 30px;
}
html.mobile .contact-form.refact .facebook-login button.one-clic-button {
    width: 100%;
    display: flex;
    align-items: center;
}
.contact-form.refact .facebook-login button.one-clic-button img {
    display: inline;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.contact-form.refact .facebook-login button.one-clic-button span {
    font-size: 15px;
}
html.mobile .contact-form.refact .facebook-login button.one-clic-button span {
    flex: 2;
}

.contactGeneral .appelGratuit {
    color:#68AA17;
}

.contactGeneral .rowSubTitle {
    text-align: center;
    margin: 0 0 10px 0;
}

.contactGeneral .rowSubTitle > div {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0px;
    margin:0;
    border: solid 1px #ccc;
    background-color: #F5F6F8;
}

.contactGeneral .rowSubTitle .active {
    background-color: #00a5cf;
    color: #fff;
    border: solid 1px #00a5cf;
}

.contactGeneral .rowSubTitle .active svg .st0{
    fill: #fff;
}

.contactGeneral .rowSubTitle > div a {
    position: initial;
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
.contactGeneral .rowSubTitle > div span {

}

.message-container.legal {
    padding: 0;
}

.contactGeneral .rowSubTitle .fields-pane.telephone,.contactGeneral .rowSubTitle .rappelPanel {
    display: none;
}

.contactGeneral .rowSubTitle .active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #00a5cf;
    position: absolute;
    left: calc(50% - 12px);
    bottom: -10px;
}

.contactGeneral .rowSubTitle svg {
    fill: rgb(102, 102, 102);
    background-color: transparent;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top:10px;

}
.contactGeneral .rowSubTitle .first-pane svg {
    left:25px;
}
.contactGeneral .rowSubTitle .second-pane svg {
    left:30px;
}
.contactGeneral .rowSubTitle .third-pane svg {
    left:40px;
}

.contact-form.refact button.ui-datepicker-trigger {
    display: none;
}

.customdp .ui-datepicker-header,
.customdp .ui-datepicker-calendar .ui-state-active{
    background-color: #00a5cf;
    border-color: #00a5cf;
}

.contact-form.refact .date-picker label {
    width: 5.3em;
}

.contact-form.refact input[type="text"].hasDatepicker,
.contact-form.refact .date-picker .input-date {
    width: calc( 63% - 10px );
    background-color: white;
    border: none;
    display: inline-block;
    padding: 0;
    height: 20px;
    box-shadow: none;
}

.contact-form.refact .date-picker .input-date {
    margin-bottom: 0!important;
    vertical-align: middle;
    line-height: 20px;
    color: #888;
}

.contact-form.refact .consultations {
    display:  none;
    padding: 0 35px;
    margin-top: 20px;
}
.contact-form.refact .consultations .text {
    background-color: #c5e3f1;
    color: #5e8699;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    padding: 15px 30px;
    box-shadow: 0px 2px #92afbd;
}
.contact-form.refact .consultations.mobile {
    padding: 0;
    margin-top: 0px;
}
.contact-form.refact .consultations.mobile .text {
    text-align: center;
    padding: 8px 30px;
    line-height: 18px;
    box-shadow: none;
    z-index: 10;
}

@media all and ( max-width : 767px ) {
    .contact-form.refact form .optin-container .row > label{
        white-space: normal;
    }

    .contact-form.refact .col-xs-12:nth-child(odd) {
        margin-bottom: 2em;
    }

    .contact-form.refact .radios,
    .contact-form.refact .radios {
        text-align: center;
    }

    .contact-form.refact #nexity_contact_plan_form_optinNexity label,
    .contact-form.refact #nexity_contact_plan_form_optinPartenaire label{
        padding: 0 17px;
        margin: 0;
    }

    div.warningOptinNexity.col-md-12 {
        float: left;
    }

    .contact-form.refact .col-xs-12:nth-child(odd) {
        margin-bottom: 2vh;
    }

    .contact-form.refact .optin .col-xs-12 {
        margin-bottom: .5em;
    }

    .contact-form.refact header {
        background-position: center center;
        height: auto;
    }
    .contact-form.refact.refact header {
        height: 40%;
    }

    .contact-form.refact header h1 {
        width: 100%;
        text-align: center
    }

    .contact-form.refact .deja-client {
        display: none;
        margin-bottom: 0;
    }

    .contact-form.refact .deja-client .row div:first-child{
        font-size: 14px;
    }

    .optin-container .row:first-child p {
        font-weight: bold;
    }

    .contact-form.refact .optin label {
        font-weight: normal;
    }

    .contact-form.refact .fields {
        padding: 10px 16px;
    }
}

@media all and ( max-width : 480px ) {
    .contact-form.refact form .row,
    .contact-form.refact .rappel select.form-control {
        margin-bottom: 3vh;
        margin-top: 0px;
        text-align: left;
    }

    .contact-form.refact header {
        display: none;
    }

    .contact-form.refact form .optin-container .row {
        margin-bottom: 0;
    }
}

@media all
and (min-device-width : 320px)
and (max-device-width : 667px)
and (orientation : landscape) {
    .contact-form.refact form .row,
    .contact-form.refact .rappel select.form-control {
        margin-bottom: 2vh;
    }
}

.mobile .contact-form.refact .row.closed .message-container {
    overflow: auto;
    height: 50px;
}

.votreavis_bluealign, .votreavis_justcenter {
    color:white;
    text-align: center;
}
.contact-form.refact .votreavis_encadrant label {
    font-weight: bold;
}
.contact-form.refact .mandatory-fields label, .votreavis_afin{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}
.spaced-rows .row {
    margin-top:5px;
}
.mobile .spaced-rows .row {
    margin:0;
}
.mobile .spaced-rows .row {
    margin:0;
}

.mobile .spaced-rows .row .col-xs-12 {
    margin-bottom: 5px;
    padding: 0;
}

.mobile .contact-form.refact .mandatory-fields .row .col-xs-12, .mobile .contact-form.refact .mandatory-fields .row, .mobile .spaced-rows .row {
    margin-bottom: 0;
}

.contact-form.refact .votreavis_large {
    padding: 10px 60px;
}

.contact-form.refact .avislegal {
    padding-bottom: 70px;
}

.votreavis-fancy{
    padding-left: 0px;
}

/* ------------ Fancybox -------------- */
div#fancy_inner {
    border:1px solid #888;
}
div#fancy_div {
    background:#fff;
    color:#333;
}

a#link1 img {
    width:175px;
    border:1px solid #000;
}

a.link2 img {
    width:175px;
    border:1px solid #000;
}
a.hide {
    display:none;
}

a.link3 img {
    width:0;
    visibility:hidden;
}
* html a.link3 img {
    position:absolute;
}

.texte-nexity-vous-remercie {
    width:100%;
    margin: 70px auto 40px;
    text-align: center;
}

#fancy_div h3 {
    margin:0;
    text-align:center;
}

.hidden-button {
    width:70%;
    height:48px;
    margin: 10px auto 70px;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    background: #d01c34;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.hiddendisplaydiv {
    display:block;
}

.votreavis-popin-texte{
    text-align: left;
    color:black;
}

#votre_avis_site_valeuravis,
#votre_avis_site_valeurAvisClient {
    width:100%;
}

.votre-avis-radio {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.label-votre-avis-radio {
    margin-left: 100px;
}
@media all and ( max-width : 767px ) {
    .label-votre-avis-radio {
        margin-left: 0px;
    }
}
/*.client-nexity{
    margin-top: 30px;
}
.client-nexity-label{
    font-size: 16px;
}
.client-nexity-choice{
    font-size: 16px;
}*/

/* EPP AB PART */
#registration-container {
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-size: 1rem;
}
html.mobile #registration-container {
    font-size: 16px;
}
#registration-container .form-account{
    margin: 45px auto 0;
    max-width: 745px;
    padding: 0 30px;
}
html.mobile #registration-container .form-account {
    padding: 0 15px
}
#registration-container .form-account h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
html.mobile #registration-container .form-account h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#registration-container .container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
#registration-container .container-center .image {
    margin-right: 50px;
}
html.mobile #registration-container .container-center .image {
    display: none;
}
#registration-container .container-center .group-fields {
    width: 290px;
}
html.mobile #registration-container .container-center .group-fields {
    width: 100%;
}
#registration-container .form-account .text {
    text-align: center;
}
#registration-container .form-account .form-field {
    margin-bottom: 10px;
}
#registration-container .confirmation-block {
    background-color: #EDEDED;
    text-align: center;
    padding: 50px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
html.mobile #registration-container .confirmation-block {
    width: 100%;
    margin: 0 auto;
}
#registration-container .confirmation-block:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #EDEDED transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
}
#registration-container .confirmation-block .fa-check-circle {
    color: green;
    font-size: 55px;
}
#registration-container .confirmation-block .text {
    width: 340px;
    margin: auto 0;
    text-align: center;
}
#registration-container #complexity {
    height: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
#registration-container #complexity-bar {
    height: 100%;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
#registration-container .optin {
    width: 600px;
    margin: auto 0 20px;
}
html.mobile #registration-container .optin {
    width: 100%;
}
#registration-container .optin .choice {
    text-align: right;
    width: 180px;
    float: right;
}
html.mobile #registration-container .cgu_row {
    margin-top: 40px;
    width: 100%;
}
#registration-container .cgu_row .controls {
    display: inline-block;
}
#registration-container .cgu_row label {
    display: inline;
}
#registration-container .cgu_row .link-cgu {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}
html.mobile #registration-container input[type="submit"] {
    width: 100%;
}
#registration-container .no-thx {
    text-align: center;
    text-decoration: underline;
    color: #666666;
    cursor: pointer;
}
#registration-container .mandatory {
    margin-bottom: 50px;
    margin-left: 30px;
}
html.mobile #registration-container .mandatory {
    padding-left: 15px;
    margin-top: 15px;
}
#registration-container div.error-msg,
#registration-container div.error-msg p {
    color: #cc042d;
    margin: -5px 0 10px;
    height: 100%;
    font-size: 1em;
}
#registration-container input.has-error {
    border: 1px solid #cc042d !important;
    display: initial !important;
}
#registration-container .choice.has-error {
    background-color: #FFD2DB;
}
#registration-container .cgu_row.has-error {
    color: #D01C34;
}
#registration-container .aide {
    display: block;
    float: right;
    margin-top: -16px;
    margin-right: -16px;
    font-family: sans-serif;
    font-size: 18px;
    background-color: #999;
    color: #fff;
    border-radius: 9px;
    width: 19px;
    height: 19px;
    text-align: center;
}

#registration-container .form-field label {
    padding-right: 10px;
    border-right: 1px solid #DDD;
    margin-right: .6em;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}

#registration-container input[type="text"],
#registration-container input[type="tel"],
#registration-container input[type="number"],
#registration-container input[type="email"],
#registration-container input[type="password"] {
    border: none;
    width: calc( 78% - 10px );
}
#registration-container label {
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1em;
}

#registration-container .form-field {
    border: 1px solid #DDDDDD;
    padding: .4em .7em;
    border-radius: 3px;
}

#registration-container .button-group {
    text-align: center;
}
#registration-container button,
#registration-container input[type="submit"],
#registration-container input[type="button"] {
    padding: 4px 25px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    color: #FFF;
    background: #d01c34;
    border: 0;
    vertical-align: middle;
    -webkit-transition: background 0.15s;
    -moz-transition: background 0.15s;
    -ms-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 1em auto;
    border-radius: 3px;
}
#registration-container #confirmation-message {
    font-size: 16px;
}
#aide {
    text-align: center;
    color: #fff;
    font-size: 0.65em;
    text-shadow: 0 1px rgba( 0, 0, 0, .5 );
    line-height: 1.5;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
    background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -ms-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 8040;
    padding: 15px;
}
#aide:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba( 0, 0, 0, .7 );
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#aide.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba( 0, 0, 0, .6 );
    top: -20px;
    bottom: auto;
}
#aide.left:after {
    left: 10px;
    margin: 0;
}
#aide.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
.modal-cgu {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-cgu.popin {
    display: block;
}
.modal-cgu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fefefe;
    margin: 3% auto 0;
    border: 1px solid #888;
    border-bottom: none;
    width: 700px;
    overflow: hidden;
}
.modal-cgu-header .modal-cgu-close {
    margin-right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal-cgu-header .modal-cgu-close:hover,
.modal-cgu-header .modal-cgu-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-cgu-content {
    background-color: #fefefe;
    margin: 0 auto 3% auto;
    border: 1px solid #888;
    border-top: none;
    width: 700px;
    overflow: hidden;
}

.modal-cgu-content iframe {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 500px;
}
.confirmation-autopromo {
    width:100%;
}

#confirmation-message .plan {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: calc(-1.3em);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-bottom: solid 10px #d22238;
}

#confirmation-message  .plan-titre-2 {
    text-align: center;
    margin-top: 0;
}

.mobile #confirmation-message .plan {
    margin-bottom: 20px;
}

.plan .texte p {
    font-size: 18px;
}

#confirmation-message .plan .mentions a {
    color: #333;
    text-decoration: underline;
}

.fermer-mobile-haut {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 11px;
    cursor: pointer;
    font-family: 'Johan','Trebuchet MS',sans-serif;
}

.mobile .plan .texte {
    padding: 0 3vw;
}

.plan .texte p.emphasize {
    margin: 0;
    font-weight: bold;
    line-height: 16px;
}

.plan .texte p.interest {
    margin: 0 0 20px 0;
}

.plan .texte p.mentions, .plan .conseillers .mentions {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
}

.mobile .plan .texte p.mentions {
    font-size: 12px;
}

.plan .texte a.cta-red{
    text-decoration: none;
    background-color: #d22238;
    color: #fff;
     border: 0;
    border-radius: 3px;
    padding: 7px 40px;
    display: inline-block;
    margin-bottom: 10px;
}
.plan .texte a.cta-red[href=""] {
    display: none;
}

.plan .garanties {
    margin-top: 20px;
    text-transform: uppercase
}

.plan .garanties .garanties-uniques-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}

.plan .garanties .garanties-uniques-list li {
    list-style: none;
    width: 14%;
}

.plan .garanties .garanties-uniques-list li a {
    display: block;
}

.plan .garanties .garanties-uniques-list li a img {
    width: 80%;
}

.plan .conseillers {
    background-color: #6bda1724;
    margin-top: 10px;
    padding: 20px;
}

.plan .conseillers .titre {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.plan .conseillers .telephone {
    color: #53a073;
    text-decoration: none;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.continue-nav a {
    color:#1a1a1a;
    text-decoration: none;
}
.cta-container{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}
.cadreHautContact {
    margin: 0;
    margin-bottom: 20px;
    height: 85px;
}
