/**************************************/
/* bodet.org, 1999-2025               */
/* version 1.1                        */
/* 2026-01-13                         */
/**************************************/

html { 
  background: url(../../img/bg_bodet.png);
  height: 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0 0 0 60%;
  padding: 0 50px;
  background: #ffffff;
  font-family: 'Gilroy', sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
}

html,
body,
* {
  box-sizing: border-box;
}

header {
  padding-top: 70px;
}

a {
  text-decoration: none;
  color: #2086bf;
}

a:visited {
  color: #2086bf;
}

h1, h2, h3 {
  color: #4691f7;
}

header {
  display: block;
}

div#bas {
    position: fixed;
    bottom: 0;
}

div#content {
    padding-top: 50px;
    font: 300 1.125rem/1.1 "Gilroy", sans-serif;
}

div#form {
  padding-top: 20px;
}

div#footer {
  position: fixed;
  bottom: 0;
  color: #999999;
  font: 500 0.75rem/1.1 "Gilroy", sans-serif;
}

.logo-footer {
  vertical-align: middle;
  width: 112px;
}

h1 {
  font: 700 2.25rem/1.1 'Gilroy', sans-serif;
}
h2 {
  font: 700 1.875rem/1.1 'Gilroy', sans-serif;
}
h3 {
  font: 400 1.5rem/1.1 'Gilroy', sans-serif;
}
h4 {
  font: 400 1.125rem/1.1 'Gilroy', sans-serif;
}
h5 {
  font: 400 0.875rem/1.1 'Gilroy', sans-serif;
}
h6 {
  font: 400 0.75rem/1.1 'Gilroy', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .625rem 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: 400;
  font-size: .7em;
  line-height: 1;
  color: #777;
}
.text-light {
  font-weight: 300;
  font-style: normal;
}
.text-normal {
  font-weight: 400;
  font-style: normal;
}
.text-bold {
  font-style: normal;
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capital {
  text-transform: capitalize;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.v-align-top {
  vertical-align: top;
}
.v-align-bottom {
  vertical-align: bottom;
}
.v-align-baseline {
  vertical-align: baseline;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-sub {
  vertical-align: sub;
}
.v-align-super {
  vertical-align: super;
}
.v-align-top-text {
  vertical-align: text-top;
}
.v-align-bottom-text {
  vertical-align: text-bottom;
}
.text-dashed {
  border: 0;
  border-bottom: 1px gray dashed;
  display: inline;
}
.indent-paragraph:first-letter {
  margin-left: 2.5rem;
}
.text-secondary {
  font-size: 0.75rem;
}
.text-accent,
.text-enlarged {
  font-size: 1.1rem;
}
.text-default {
  font-size: 0.875rem;
}
.text-small {
  font-size: 0.625rem;
}
.text-light {
  font-weight: 300;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.submit {
    background-color: #ffffff;
    border: .0625rem solid #dadce0;
    border-radius: .25rem;
    color: #1a73e8;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem;
    margin: .375rem .5rem .375rem 0;
    min-width: 5.5rem;
    padding: .625rem 0;
    position: relative;
    text-align: center;
}
.submit:hover {
    background-color: #ebf6fe;
}