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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Les variables de couleurs */
body {
  position: relative;
  min-width: 400px;
  margin: 0px;
  padding: 80px 0 0 0;
  font-family: Verdana;
  font-size: 14px;
  line-height: 1.2;
  color: #2F2F2F;
  cursor: default;
  background-color: #315D9C;
}
@media (max-width: 800px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 620px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 10px;
  }
}
@media (min-height: 700px) {
  body {
    padding-bottom: 35px;
    background-color: white;
  }
}

b, strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

input {
  font-size: 100%;
}

/* entête */
#header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  box-shadow: 0px 1px 5px 0px #808080;
  background-color: white;
}
#header .wrapper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
#header .wrapper .image360 {
  position: absolute;
  top: 4px;
  left: 12px;
  height: 100px;
}
#header .wrapper .logo {
  position: absolute;
  top: 8px;
  right: 12px;
  height: 60px;
}
@media (max-width: 800px) {
  #header .wrapper .logo {
    height: 48px;
    top: 16px;
  }
}
#header .wrapper h1 {
  margin-left: 120px;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 740px) {
  #header .wrapper h1 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  #header .wrapper h1 {
    font-size: 22px;
  }
}
@media (max-width: 650px) {

  #header .wrapper h1 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {

  #header .wrapper h1 {
    display: none;
  }
}

/* Menu pour le back_office */

#menu {
  height: 25px;
  margin: 10px 0;
}
#menu ul {
  text-align: center;
}
#menu ul li {
  display: inline-block;
}

/* main */
#mainBackground {
  position: relative;
  padding-top: 1px;
  background-color: white;
}

#main {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 35px auto 10px auto;
  max-width: 900px;
  min-height: 400px;
  padding: 0 8px;
}
@media (min-width: 600px) {
  #main {
    padding: 0 12px;
  }
}
@media (min-width: 670px) {
  #main {
    padding: 0 16px;
  }
}
#main h1 {
  font-size: 135%;
  font-weight: bold;
  margin: 25px 0 14px 0;
}
#main h2 {
  font-size: 115%;
  font-weight: bold;
  margin: 12px 0 8px 0;
}
#main h3 {
  font-size: 105%;
  font-style: italic;
  margin: 12px 0 8px 0;
}
#main p {
  margin: 0.4em 0;
  text-align: justify;
}
#main input, #main textarea {
  font-family: Verdana;
}
#main textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  border: none;
  box-shadow: 1px 1px 5px 0px #808080, -1px -1px rgba(80, 80, 80, 0.1);
}
#main td, #main th {
  padding: 4px 3px;
}
#main ul, #main ol {
  padding-left: 3em;
}
#main ul li, #main ol li {
  margin: 0.2em 0;
}
#main ul {
  list-style-type: disc;
}
#main ol {
  list-style-type: decimal;
}
#main i {
  font-style: italic;
}
#main .button {
  display: inline-block;
  margin: 10px auto;
  width: 120px;
  border: 0;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #adc0de;
  color: #2F2F2F;
  font-weight: bold;
  text-decoration: none;
}

/* Footer */
#footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  height: 35px;
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 11.5px;
  /*background: #FFE600;
  color: black;*/
  background: #345592;
  color: white;
}


#footer a {
  color:#5c7ab1 !important;
}


@media (min-height: 700px) {
  #footer {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
}
@media (max-width: 765px) {
  #footer {
    line-height: 17.5px;
    font-size: 12px;
  }
}
@media (min-width: 900px) {
  #footer {
    font-size: 13px;
  }
}
#footer a {
  color: white;
}
