﻿@charset "utf-8";
/*#region Config */
/*#endregion */
/*#region Fonts */
/**
 * Font: Josefin Sans
 * Copyright (c) 2010, Santiago Orozco (hi@typemade.mx)
 * This Font Software is licensed under the SIL Open Font License, Version 1.1.
 **/
/*
@font-face{
    font-family:'Josefin Sans';
        src:url('JosefinSansRegular.eot');
        src:url('JosefinSansRegular.eot?#iefix') format('embedded-opentype'),
            url('JosefinSansRegular.woff') format('woff'),
            url('JosefinSansRegular.ttf') format('truetype'),
            url('JosefinSansRegular.svg#Josefin Sans') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'Josefin Sans Light';
        src:url('JosefinSans-Light.eot');
        src:url('JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
            url('JosefinSans-Light.woff') format('woff'),
            url('JosefinSans-Light.ttf') format('truetype'),
            url('JosefinSans-Light.svg#Josefin Sans Light') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/**
 * Font: Raleway
 * Open Font License 
 **/
@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Regular.eot');
  src: url('Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('Raleway-Regular.woff') format('woff'), url('Raleway-Regular.ttf') format('truetype'), url('Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Black';
  src: url('Raleway-Black.eot');
  src: url('Raleway-Black.eot?#iefix') format('embedded-opentype'), url('Raleway-Black.woff') format('woff'), url('Raleway-Black.ttf') format('truetype'), url('Raleway-Black.svg#Raleway-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Bold';
  src: url('Raleway-Bold.eot');
  src: url('Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('Raleway-Bold.woff') format('woff'), url('Raleway-Bold.ttf') format('truetype'), url('Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Bold.eot');
  src: url('Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('Raleway-Bold.woff') format('woff'), url('Raleway-Bold.ttf') format('truetype'), url('Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Capriola';
  src: url('Capriola.eot');
  src: url('Capriola.eot?#iefix') format('embedded-opentype'), url('Capriola.woff') format('woff'), url('Capriola.ttf') format('truetype'), url('Capriola.svg#Capriola') format('svg');
  font-weight: normal;
  font-style: normal;
}
.HeaderFont {
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.ContentFont {
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.LogoFont {
  font-family: Capriola, 'Segoe UI', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*#endregion */
/*#region Helpers */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.error {
  color: Red;
}
.print-page-break-before {
  page-break-before: always;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/*#endregion */
/*#region Reset */
html,
body,
body > * {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
/*#endregion */
.InlineColorMain {
  color: #06aed5;
}
.InlineColorSecondary {
  color: #086788;
}
.InlineColorAccent {
  color: #560db3;
}
.InlineColorAccent2 {
  color: #bfe205;
}
footer {
  clear: both;
  padding: 2em;
  background-color: #ededed;
  color: #086788;
  text-align: center;
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
footer code {
  font-family: Consolas, Courier New, monospace;
  font-size: .7em;
}
.MainContent {
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.MainContent p {
  margin: .4em 0em .8em 0em;
  padding: 0em;
  overflow: auto;
}
.MainContent h1,
.MainContent h2,
.MainContent h3,
.MainContent h4,
.MainContent h5,
.MainContent h6 {
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: .4em 0em .4em 0em;
  padding: 0em;
  border-bottom: 1px solid transparent;
  overflow: auto;
}
.MainContent h1.center,
.MainContent h2.center,
.MainContent h3.center,
.MainContent h4.center,
.MainContent h5.center,
.MainContent h6.center {
  text-align: center;
}
.MainContent hgroup {
  margin: .0em .0em .8em .0em;
}
.MainContent hgroup > h1,
.MainContent hgroup > h2,
.MainContent hgroup > h3,
.MainContent hgroup > h4,
.MainContent hgroup > h5,
.MainContent hgroup > h6 {
  margin: .4em 0em .4em 0em;
}
.MainContent h1 {
  font-size: 3em;
  text-align: center;
  margin: 1em 0em 1em 0em;
}
.MainContent h2 {
  font-size: 2em;
  margin: 1em 0em 1em 0em;
}
.MainContent h3 {
  font-size: 1.5em;
}
.MainContent a,
.MainContent a:visited,
.MainContent a:link {
  color: #06aed5;
  text-decoration: none;
}
.MainContent a:hover,
.MainContent a:focus {
  color: #560db3;
  text-decoration: none;
}
.MainContent .CircledImage {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 240px;
  display: table-cell;
  text-align: center;
  vertical-align: central;
}
.MainContent .CircledImage:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.MainContent .CircledImage > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#MainContent.MainContent {
  min-height: 700px;
}
.ContentBlock {
  padding: 1em 1em 1em 1em;
  border: 1px solid transparent;
}
.ContentBlock .Button {
  display: inline-block;
  margin: 1em;
  padding: 1em 2em;
  font-size: 1.1em;
  background-color: #086788;
  color: #eeeeee;
}
.ContentBlock a.Button,
.ContentBlock a.Button:visited {
  text-decoration: none;
}
.ContentBlock a.Button:hover {
  text-decoration: none;
  background-color: #560db3;
}
.ContentBlock a.Button:active {
  text-decoration: none;
  background-color: #560db3;
}
.ContentBlock.Light {
  background-color: #f2f2f2;
  color: #086788;
}
.ContentBlock.Light h1,
.ContentBlock.Light h2,
.ContentBlock.Light h3,
.ContentBlock.Light h4,
.ContentBlock.Light h5,
.ContentBlock.Light h6 {
  color: #06aed5;
}
.ContentBlock.Dark {
  background-color: #06aed5;
  color: #eeeeee;
}
.ContentBlock.DarkSecondary {
  background-color: #086788;
  color: #eeeeee;
}
.ContentBlock.Dark h1,
.ContentBlock.DarkSecondary h1,
.ContentBlock.Dark h2,
.ContentBlock.DarkSecondary h2,
.ContentBlock.Dark h3,
.ContentBlock.DarkSecondary h3,
.ContentBlock.Dark h4,
.ContentBlock.DarkSecondary h4,
.ContentBlock.Dark h5,
.ContentBlock.DarkSecondary h5,
.ContentBlock.Dark h6,
.ContentBlock.DarkSecondary h6 {
  color: #eeeeee;
}
.ContentBlock.Dark h1 a:link,
.ContentBlock.DarkSecondary h1 a:link,
.ContentBlock.Dark h2 a:link,
.ContentBlock.DarkSecondary h2 a:link,
.ContentBlock.Dark h3 a:link,
.ContentBlock.DarkSecondary h3 a:link,
.ContentBlock.Dark h4 a:link,
.ContentBlock.DarkSecondary h4 a:link,
.ContentBlock.Dark h5 a:link,
.ContentBlock.DarkSecondary h5 a:link,
.ContentBlock.Dark h6 a:link,
.ContentBlock.DarkSecondary h6 a:link,
.ContentBlock.Dark h1 a:visited,
.ContentBlock.DarkSecondary h1 a:visited,
.ContentBlock.Dark h2 a:visited,
.ContentBlock.DarkSecondary h2 a:visited,
.ContentBlock.Dark h3 a:visited,
.ContentBlock.DarkSecondary h3 a:visited,
.ContentBlock.Dark h4 a:visited,
.ContentBlock.DarkSecondary h4 a:visited,
.ContentBlock.Dark h5 a:visited,
.ContentBlock.DarkSecondary h5 a:visited,
.ContentBlock.Dark h6 a:visited,
.ContentBlock.DarkSecondary h6 a:visited,
.ContentBlock.Dark h1 a:active,
.ContentBlock.DarkSecondary h1 a:active,
.ContentBlock.Dark h2 a:active,
.ContentBlock.DarkSecondary h2 a:active,
.ContentBlock.Dark h3 a:active,
.ContentBlock.DarkSecondary h3 a:active,
.ContentBlock.Dark h4 a:active,
.ContentBlock.DarkSecondary h4 a:active,
.ContentBlock.Dark h5 a:active,
.ContentBlock.DarkSecondary h5 a:active,
.ContentBlock.Dark h6 a:active,
.ContentBlock.DarkSecondary h6 a:active {
  color: #eeeeee;
  text-decoration: none;
}
.ContentBlock.Dark h1 a:hover,
.ContentBlock.DarkSecondary h1 a:hover,
.ContentBlock.Dark h2 a:hover,
.ContentBlock.DarkSecondary h2 a:hover,
.ContentBlock.Dark h3 a:hover,
.ContentBlock.DarkSecondary h3 a:hover,
.ContentBlock.Dark h4 a:hover,
.ContentBlock.DarkSecondary h4 a:hover,
.ContentBlock.Dark h5 a:hover,
.ContentBlock.DarkSecondary h5 a:hover,
.ContentBlock.Dark h6 a:hover,
.ContentBlock.DarkSecondary h6 a:hover,
.ContentBlock.Dark h1 a:focus,
.ContentBlock.DarkSecondary h1 a:focus,
.ContentBlock.Dark h2 a:focus,
.ContentBlock.DarkSecondary h2 a:focus,
.ContentBlock.Dark h3 a:focus,
.ContentBlock.DarkSecondary h3 a:focus,
.ContentBlock.Dark h4 a:focus,
.ContentBlock.DarkSecondary h4 a:focus,
.ContentBlock.Dark h5 a:focus,
.ContentBlock.DarkSecondary h5 a:focus,
.ContentBlock.Dark h6 a:focus,
.ContentBlock.DarkSecondary h6 a:focus {
  color: #bfe205;
  text-decoration: none;
}
.ContentBlock.Dark a,
.ContentBlock.DarkSecondary a,
.ContentBlock.Dark a:visited,
.ContentBlock.DarkSecondary a:visited,
.ContentBlock.Dark a:link,
.ContentBlock.DarkSecondary a:link {
  color: #eeeeee;
  text-decoration: none;
}
.ContentBlock.Dark a:hover,
.ContentBlock.DarkSecondary a:hover,
.ContentBlock.Dark a:focus,
.ContentBlock.DarkSecondary a:focus {
  color: #bfe205;
  text-decoration: none;
}
.ContentBlock.Dark .Button,
.ContentBlock.DarkSecondary .Button {
  background-color: #086788;
  color: #eeeeee;
}
.ContentBlock.Dark a.Button,
.ContentBlock.DarkSecondary a.Button,
.ContentBlock.Dark a.Button:visited,
.ContentBlock.DarkSecondary a.Button:visited {
  text-decoration: none;
}
.ContentBlock.Dark a.Button:hover,
.ContentBlock.DarkSecondary a.Button:hover,
.ContentBlock.Dark a.Button:focus,
.ContentBlock.DarkSecondary a.Button:focus {
  text-decoration: none;
  background-color: #560db3;
}
.ContentBlock.Dark a.Button:active,
.ContentBlock.DarkSecondary a.Button:active {
  text-decoration: none;
  background-color: #560db3;
}
.ContentBlock.Wrapped > * {
  max-width: 1000px;
}
.ContentBlock.CenterWrapped > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ContentBlock.Medium {
  background-color: #ededed;
  color: #086788;
}
.ContentBlock.Medium h1,
.ContentBlock.Medium h2,
.ContentBlock.Medium h3,
.ContentBlock.Medium h4,
.ContentBlock.Medium h5,
.ContentBlock.Medium h6 {
  color: #06aed5;
}
.ContentBlock.NoBottomPadding {
  padding-bottom: 0;
}
.ContentPart {
  border: 1px solid transparent;
}
.ContentPart.Default {
  padding: 1em 1em;
}
.ContentPart.Default > * {
  padding: 1em 1em;
}
.ContentPart.FloatRight {
  float: right;
}
.ContentPart.FloatRight40 {
  float: right;
  max-width: 40%;
}
.ContentPart.Fluid {
  display: flex;
  flex-flow: row wrap;
}
.ContentPart.Fluid > * {
  display: inline-block;
  min-width: 360px;
  max-width: 800px;
}
.ContentPart.Fluid > .FluidImage {
  min-width: 0;
  max-width: 800px;
}
.ContentPart.Fluid > .Unit {
  max-width: 360px;
}
.ContentPart.Fluid.Center {
  justify-content: center;
}
.ContentPart.InnerContent.CenterWrapped > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ContentBlock.Dark .ContentPart.InnerContent {
  background-color: #086788;
  color: #eeeeee;
  max-width: none;
}
ul.NavigationList {
  list-style: none;
  margin: 1em;
  padding: 0;
}
.NavigationList li {
  display: inline;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.NavigationList li:after {
  content: " • ";
}
.NavigationList li:last-of-type:after {
  content: "";
}
@media only screen and (max-device-width: 900px) {
  .MainContent h1 {
    font-size: 3em;
  }
  .MainContent h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-device-width: 500px) {
  .ContentPart.FloatRight {
    float: none;
  }
  .ContentPart.FloatRight40 {
    float: none;
    max-width: 100%;
  }
}
.RegisterForm {
  margin-top: 1em;
  padding: 1em;
  /*input[type="button"]:hover, input[type="submit"]:hover {
        background-color: @hover;
    }*/
}
.RegisterForm form {
  margin: auto;
  display: inline-block;
}
.RegisterForm fieldset {
  border: 0px none;
}
.RegisterForm input[type="text"],
.RegisterForm input[type="number"],
.RegisterForm input[type="button"],
.RegisterForm select {
  padding: .4em;
  width: 340px;
  color: #000;
  font-size: 1.4em;
  display: block;
  font-weight: 300;
  border: 1px solid #008c95;
}
.RegisterForm input[type="button"],
.RegisterForm input[type="submit"] {
  padding: 20px;
  width: 380px;
  color: #fff;
  font-size: 1em;
  display: block;
  font-weight: 300;
  border: none;
  background-color: #008c95;
  cursor: pointer;
}
.RegisterForm .editor-field {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.RegisterForm .editor-field > * {
  width: 260px;
  margin: 0.2em 0.7em;
}
.RegisterForm .editor-field > input {
  width: 260px;
  margin: 0.2em 0.4em;
}
.RegisterForm .editor-field > .field-validation-error {
  flex-grow: 1;
  color: #f0807e;
}
.RegisterForm .other-validation-errors {
  color: #f0807e;
}
.HasNoJs .IfNoJsThenHide {
  display: none;
}
.HasJs .IfJsThenHide {
  display: none;
}
/*#region Styles / Forms / .srkform */
form.srkform {
  text-align: left;
}
form.srkform:after {
  content: '.';
  visibility: collapse;
  clear: left;
}
form.srkform input {
  margin: 1px;
  padding: 4px;
  font-size: 1em;
  text-align: left;
}
form.srkform select {
  color: #337799;
  border: 1px solid #222222;
  margin: 1px;
  padding: 4px;
  width: 93%;
}
form.srkform textarea {
  color: #337799;
  border: 1px solid #222222;
  margin: 1px;
  padding: 4px;
  height: 5em;
  width: 22em;
  line-height: 1.2em;
}
form.srkform option {
  color: #337799;
  padding: 1px;
}
form.srkform dt.label {
  margin: .8em .4em .4em .4em;
  padding: 0;
  float: left;
  line-height: 33px;
  text-align: right;
  clear: left;
  width: 20%;
}
form.srkform dd.input {
  margin: .8em .4em .4em .4em;
  padding: 0;
  float: left;
  line-height: 33px;
  width: 33%;
  text-align: left;
}
form.srkform dd.validation {
  margin: .8em .4em .4em .4em;
  padding: 0;
  float: left;
  line-height: 33px;
  width: 30%;
  text-align: left;
}
form.srkform dd.hint {
  margin: .4em .4em .4em 23.2em;
  padding: .4em;
  float: left;
  clear: left;
  border: 1px solid #000;
  background: #CCDAFF;
}
form.srkform dd.clear {
  margin: .4em .4em .4em 20%;
  padding: .4em .4em .4em 1.2em;
  clear: left;
  width: auto;
}
form.srkform dd.description {
  font-size: .9em;
  color: #949494;
}
form.srkform dd.fvalidation {
  clear: left;
  float: none;
  margin-left: 20%;
  padding-left: 1.6em;
  text-align: left;
}
form.srkform dd.double {
  margin: .8em .4em .4em .4em;
  padding: 0;
  float: left;
  line-height: 33px;
  width: 66%;
}
form.srkform dd.text-box-desc {
  clear: left;
  font-size: .9em;
  color: #949494;
  margin: .4em .4em 0.8em 22%;
}
form.srkform dt.label label.required {
  color: #337799;
}
form.srkform dt.label label.optional {
  color: #4d6f80;
}
form.srkform dt.label label:after {
  content: ': ';
}
form.srkform dt.label label.noafter:after {
  content: '';
}
form.srkform input[type=submit],
form.srkform input:focus,
form.srkform select:focus,
form.srkform textarea:focus,
form.srkform option:focus {
  border: 2px solid #4080d0;
  margin: 0px;
}
form.srkform input[type="text"],
form.srkform input[type="password"],
.text-box,
form.srkform textarea {
  font-size: 1em;
  color: #337799;
  border: 1px solid #888;
  width: 90%;
  border-radius: 5px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}
form.srkform input[type="text"]:focus,
form.srkform input[type="password"]:focus {
  border: 2px solid #4080d0;
}
form.srkform input[type="text"],
form.srkform input[type="password"],
form.srkform input[type="date"],
form.srkform input[type="time"],
form.srkform input[type="datetime"],
form.srkform input[type="datetime-local"],
.text-box,
form.srkform textarea {
  font-family: Raleway, 'Segoe UI', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*#endregion */
/*#region dl.InlineDefinitions */
dl.InlineDefinitions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: space-between;
}
dl.InlineDefinitions > dt,
dl.InlineDefinitions > dd {
  display: inline-block;
  background: #e8e8e8;
  padding: 6px 10px;
}
dl.InlineDefinitions > dt {
  margin: 6px 0 6px 6px;
}
dl.InlineDefinitions > dd {
  margin: 6px 6px 6px 0;
  border-left: 1px dashed #FFFFFF;
}
/*#endregion */
/*# sourceMappingURL=MairieVirtuelle.css.map */