/* Font & background */
body {
  background: #484848;
  font-size: 100%;
  border-top: 5px solid #726db2;
  font-family: 'Open Sans', sans-serif; }

header {
  padding-top: 25px;
  background: #eeede9; }

section.formations {
  background: #f5f5fa;
  padding-bottom: 50px; }

footer {
  padding-bottom: 50px; }

.inset {
  max-width: 1100px;
  margin: 0 auto; }

/* Titres */
h1, h2 {
  font-family: "adam";
  color: #404040;
  text-align: center; }

h1 {
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 1.2em; }

h2 {
  font-size: 1.375em;
  padding: 50px 0; }

h3 {
  font-weight: 600;
  font-size: 1.375em; }

footer h2, footer h3 {
  color: #f5f5fa; }

/* Header */
header {
  overflow: hidden;
  position: relative; }
  header .inset {
    position: relative; }
  header img:nth-of-type(1) {
    float: left; }
  header img:nth-of-type(2) {
    float: right; }
  header .titre {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 25px; }
    header .titre p {
      font-weight: 300;
      line-height: 1.25em; }

/* Formations */
.formations {
  text-align: center; }
  .formations a {
    text-decoration: none;
    color: white;
    background: #726db2; }
    .formations a h3 {
      margin-bottom: 30px;
      height: 44px; }
    .formations a p {
      font-size: 0.875em;
      line-height: 1.375em; }

/* Footer */
footer {
  padding: 0 0 100px 0; }
  footer section {
    width: 90%;
    margin: 0 0 0 25px; }
  footer h3 {
    margin-bottom: 45px; }
  footer p, footer address {
    color: #f5f5fa;
    font-size: 0.875em;
    line-height: 1.375em;
    margin: 0 0 25px 0; }
  footer a {
    color: #f5f5fa; }
  footer .inset {
    position: relative; }
    footer .inset:after {
      display: block;
      content: "";
      clear: both; }

@media screen and (min-width: 1px) {
  header img:nth-of-type(1) {
    margin: 0 0 0 25px;
    max-width: 120px; }

  header img:nth-of-type(2) {
    margin: 0 25px 0 0;
    max-width: 60px; }

  footer {
    text-align: center; } }
@media screen and (min-width: 250px) {
  header img:nth-of-type(1) {
    max-width: 150px; }

  header img:nth-of-type(2) {
    max-width: 75px; }

  .formations a {
    display: block;
    padding: 25px;
    border-bottom: 1px solid #6863ad; } }
@media screen and (min-width: 530px) {
  footer {
    padding: 0 0 100px 0;
    text-align: left; }
    footer section {
      width: 45%;
      float: left;
      margin: 0 0 0 25px; } }
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 1.875em; }

  header img:nth-of-type(1) {
    max-width: none; }

  header img:nth-of-type(2) {
    max-width: none; }

  header .inset:before {
    content: '';
    position: absolute;
    top: -25px;
    right: 150px;
    width: 292px;
    height: 384px;
    background: url(../img/deco-lamp.png) no-repeat; }
  header .titre {
    width: 55%; }

  .formations {
    text-align: left; }

  .formations a {
    height: 275px;
    padding: 25px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: none; }
    .formations a:hover {
      background: #7c77b7; } }
@media screen and (min-width: 1100px) {
  header img:nth-of-type(1) {
    margin: 0; }

  header img:nth-of-type(2) {
    margin: 0; } }
@media screen and (min-width: 1350px) {
  .formations .inset {
    position: relative; }
    .formations .inset:before {
      content: '';
      position: absolute;
      width: 98px;
      height: 194px;
      background: url(../img/deco-drink1.png) no-repeat;
      left: -130px;
      top: -70px; }
    .formations .inset:after {
      content: '';
      position: absolute;
      width: 118px;
      height: 266px;
      background: url(../img/deco-plante.png) no-repeat;
      right: -118px;
      top: -240px; }

  footer .inset {
    position: relative; }
    footer .inset:before {
      width: 167px;
      height: 173px;
      content: '';
      right: -50px;
      top: -20px;
      background: url("../img/deco-drink2.png") no-repeat;
      position: absolute; } }
@media screen and (min-width: 1750px) {
  header:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -75px;
    background: url("../img/deco-screen.png") no-repeat;
    width: 390px;
    height: 332px; } }

/*# sourceMappingURL=style.css.map */
