﻿
.vertBackground { background: rgb(151,185,17); }



/* site title
----------------------------------------------------------*/
.site-title {
    color: #808080;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #808080;
    outline: none;
    text-decoration: none;
}

.identiteRadioButton, .partenaireRadioButton {
    display: inline-block;
}

.identiteRadioButton label {
    display:inline;
    margin-right: 20px;
}

.identiteRadioButton input { 
    width: 100px;
}

.partenaireRadioButton label {
    display:inline;
    color: rgb(151,185,17);
    margin-right: 20px;
}

.partenaireRadioButton input {
    width: 100px;
}


.numerologieEtude h1 {
    text-align: center;
    letter-spacing: 0px;
    color: white; /*#333333;*/
    background-color: #4E61A7;
    font-family: "Segoe UI", "Segoe WP Semilight", Arial, Tahoma, Verdana, Calibri;
    font-size: 2.1em;
    font-weight: normal;
    padding: 5pt 0 10pt 0;
    margin-top: 0px;
    margin-bottom: 25px;
}

.numerologieEtude h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #333333;
    line-height: 130%;
  /*  font-family: "Segoe UI", Arial, Tahoma, Verdana, Calibri; */
    font-size: 1.9em;
    font-weight: normal;
    margin-bottom: 10px; /*font-variant: small-caps; font-style: italic;*/
}

.numerologieEtude h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #4E61A7;
    line-height: 30px;
    font-family: "Segoe UI", "Segoe UI Light", "Segoe WP", Arial, Tahoma, Verdana, Calibri;
    font-size: 1.6em;
    font-variant: small-caps;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}

.numerologieEtude h4 {
    color:dimgray;
    line-height: 28px;
    font-family: "Segoe UI", "Segoe WP", Arial, Tahoma, Verdana, Calibri;
    font-size: 1.6em;
    font-weight:normal;
    margin-top: 0px;
}

.numerologieEtude p.datenaissance {
    color: #4E61A7;
    font-family: "Segoe UI", ", ", "Segoe WP""";
    font-size: 1.8em;
    font-variant: small-caps;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.numerologieDefinition {
    background-color: whitesmoke;
    border: solid 1px #808080;
    padding: 0px 10px 10px 10px;
}

    .numerologieDefinition a {
        text-decoration: none; /* none underline; */
    }

.tableNumerologie td {
    padding: 0.25em 2em 0.25em 0em;
    border: 1px solid;
    border-color: grey;
    border-spacing: 0;
    margin-top: 0.75em;
}

.tableInclusion td {
    border: solid 1px darkgrey;
}

.tableInclusion th {
    font-size: 0.9em;
    text-align: center;
}

.Valider {
    font-family: Arial, Tahoma, Verdana, Calibri;
    font-size: 16pt;
}

.numerologieNombre {
    color: #4E62A7;
    font-size: 1.2em;
}

.Violet {
    color: #8C5242;   /*#A200FF;*/
    font-size: 1em;
    margin-top: 18px;
}

span.commentaire {
    text-align: left;
    color: rgb(117,165,70); /*#339933;*/
    font-style: normal;
    font-family: "Segoe UI", "Segoe WP Semibold", "Georgia", Arial, Tahoma, Verdana, Calibri;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10pt; /*background-color: #1BA1E2;*/
    display: block; /* letter-spacing: 1px;         line-height: 31px; */
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    #svgFrance {
        visibility: hidden;
    }

    #tableauFrance {
        visibility: hidden;
    }

    #idNumerologieDefinition {
        visibility: hidden;
    }
    
    #tableAchat {
        width:100%;
    }
}