﻿a {
  text-decoration: none;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.hide {
  display: none; }

strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

.alignRight {
  text-align: right; }

.column-20,
.column-60,
.column-80 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.column-20 {
  flex: 0 0 20%;
  max-width: 20%; }

.column-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.column-80 {
  flex: 0 0 80%;
  max-width: 80%; }

.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.btn,
.btnSO,
.stabilisateur,
article,
aside,
details,
figcaption,
figure,
footer,
h1 span,
header,
hgroup,
menu,
nav,
section {
  display: block; }

h1,
h2 {
  text-transform: uppercase;
  color: #000; }

* {
  outline: 0; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0; }

h1 span,
strong {
  font-weight: 700; }

body {
  line-height: 1.25;
  font-family: "Open Sans", Arial; }

ol,
ul {
  list-style: none; }

a {
  color: #1ba1e1; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.stabilisateur {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden; }

h1 {
  padding-left: 50px;
  font-size: 28px; }

h1 span,
h2 {
  font-size: 18px; }

h1 span {
  font-style: italic;
  color: #949494; }

input,
select {
  border: 1px solid #d7d7d7;
  background: #fff;
  height: 37px;
  line-height: 37px;
  padding: 0 4px;
  font-size: 16px;
  width: calc(100% - 8px);
  font-family: 'Open Sans';
  text-indent: 5px; }

input:focus,
select:focus {
  box-shadow: 0 1px rgba(0, 0, 0, 0.13); }

a.btnEnregistrer,
input.btnEnregistrer {
  background: url(../_images/btnFleche.png) 94% 50% no-repeat #1ba1e1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  line-height: 50px; }

.btn,
.btnSO {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a.btnEnregistrer:hover,
input.btnEnregistrer:hover {
  transition: all .3s;
  background: url(../_images/btnFleche.png) 94% 50% no-repeat #1588bf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  text-decoration: none; }

.btn,
.btnGris:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.box,
.btnGris {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.btnGris {
  background: #e6e6e6; }

.btnGris:hover {
  background: #f2f2f2;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.box {
  padding: 20px;
  margin: 2px 40px 20px 0;
  border-radius: 2px;
  float: left; }

.box:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all .3s; }

.box.noshadow,
.box.noshadow:hover {
  box-shadow: none; }

.box.full {
  padding: 20px;
  width: calc(100% - 40px); }

.box.troisquart {
  width: calc(75% - 80px); }

.box.demi {
  width: calc(50% - 80px); }

.box.tier {
  width: calc(33.33333% - 80px); }

.box.deuxtiers {
  width: calc(66.6666% - 80px); }

.box.quart {
  width: calc(25% - 80px); }

.box.sixth {
  width: calc(16.6666% - 80px); }

.box.dashboard.full {
  padding: 0;
  width: 100%; }

.box.dashboard.troisquart {
  padding: 0;
  width: calc(75% - 40px); }

.box.dashboard.demi {
  padding: 0;
  width: calc(50% - 40px); }

.box.dashboard.tier {
  padding: 0;
  width: calc(33% - 40px); }

.box.dashboard.quart {
  padding: 0;
  width: calc(25% - 40px); }

.box.dashboard.deuxtiers {
  padding: 0;
  width: calc(67% - 40px); }

.note {
  font-size: 12px; }

.aright {
  float: right !important; }

.clear {
  clear: both; }

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

.erreur {
  color: red; }

.container {
  width: calc(100% - 30px); }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

.body-site {
  overflow-x: hidden; }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .loading.visible {
    opacity: 1;
    visibility: visible; }
  .loading .icone {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1784c1;
    font-size: 138px;
    display: inline-block;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.button {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 25px;
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  line-height: 100%;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button.blue {
    background-color: #1784c1;
    color: #fff; }
    .button.blue:hover {
      background-color: #072947; }
  .button.grey {
    background-color: #e6e6e8;
    color: #000; }
    .button.grey:hover {
      background-color: #d8d8d8; }
  .button.full-width {
    width: 100%;
    text-align: center; }
  .button.arrow-right {
    background-image: url(../_images/btnFleche.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    padding: 13px 45px 13px 25px; }
  .button:hover {
    text-decoration: none; }

.uppercase {
  text-transform: uppercase; }
