﻿.logo {
    float: left;
    width: 240px;
}

.inscription {
    margin-left: 245px;
}

.pucesCgu {
    list-style-position: initial;
    list-style-type: initial;
    margin-left: 25px;
    line-height: 1.2;
}

.introCgu {
    line-height: 1.2;
}

.checkboxCgu {
    margin-top: 10px;
}

.linkCgu {
    text-decoration: underline;
    font-weight: bold;
}

sup {
    cursor: help;
}

h3, h4, h5 {
    line-height: 2em !important;
    color: #5088c2 !important;
    font-family: CallunaRegular, serif;
}

h3 {
    text-align: center !important;
}

h5 {
    font-size: 1.2em !important;
    font-style: italic !important;
}

.boutonsInscription {
    margin-top: 25px;
}

    .boutonsInscription #BtnNext {
        float: right;
    }

        .boutonsInscription #BtnNext:disabled {
            cursor: not-allowed;
            pointer-events: none;
            border: 1px solid #999999;
            background-color: #cccccc;
            color: #666666;
        }

#detailsCgu {
    margin-top: 10px;
    border: solid thin black;
    min-height: 500px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1.2;
    padding: 5px;
}

.inscriptionLogoErmes {
    width: 200px;
    margin-left: 20px;
    margin-top: 20px;
}

#detailsCgu h4, #detailsCgu h5, #detailsCgu h6 {
    color: black;
}

#detailsCgu ul {
    list-style-position: initial;
    list-style-type: initial;
    margin-left: 15px;
}

.adresseTracfin {
    text-align: center;
    margin-bottom: 10px;
}


.label-first {
    display: inline-block;
    width: 130px;
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
}

.control-first {
    width: 205px;
    display: inline-block;
    margin-left: 1px;
}

.label-second {
    display: inline-block;
    width: 75px;
    margin-left: 7px;
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
}

.control-second {
    width: 205px;
    display: inline-block;
    margin-left: 1px
}

.last-block {
    margin: 30px 10px 5px 10px;
}

.label-autosize {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 20px;
}

.content.title {
    margin: 30px 0px 0px 20px;
}

.alignRight {
    float: right;
}

div.RadCaptcha a,
div.RadCaptcha img {
    display: inline-block !important;
    vertical-align: middle;
}

div.RadCaptcha a {
    margin: 20px;
}

.linkUnderlined {
    text-decoration: underline;
}

    .linkUnderlined:hover {
        text-decoration: none;
    }

.aspNetDisabled label {
    color: #A0A0A0;
    opacity: 1 !important;
}

.validation-block {
    padding-left: 65px !important;
}

.failureText {
    line-height: 1.2em;
}

.warning {
    background-image: url(/Images/Typo/Warning.png);
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding-left: 55px;
    min-height: 45px;
    text-align: justify;
    color: red;
}

.bouton:disabled {
    background: #b7b7b7 url(/Images/Background/ButtonBlack.png) repeat-x !important;
    color: #858383;
    border-width: 1px;
    border-style: solid !important;
    border-color: #9f9f9f;
    height: 30px;
    min-height: 20px;
    text-align: center;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding-bottom: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ajaxDiv {
    width: 140px;
    display: inline-block !important;
}

input[type="text"]:disabled, input[disabled][type="text"] {
    opacity: .5 !important;
}

.compteRenduVerificationMailsKo {
    color: red;
    font-weight: bold;
}

.compteRenduVerificationMailsOk {
    color: green;
    font-weight: bold;
}

div#ContentPlaceHolder1_ValidationSummary1 {
    font-weight: bold;
}

div#ContentPlaceHolder1_ValidationSummary1 ul {
    font-weight: normal;
}