@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6 déc. 2020, 11:26:05
    Author     : sebastien Bouniol
*/
/* Width & spacing */
/* Layout */
/* Fonts and icons */
/* colors */
/* transition styles */
/* Animation styles */
/* break points */
/* Imports */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 avr. 2017, 11:22:49
    Author     : Graphseb
*/
@import url(font-awesome.min.css);
/* fontawesome */
[class*=fa-]:before {
  font-family: "FontAwesome", sans-serif;
}

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

/* end fontawesome */
/* html elements */
html * {
  box-sizing: border-box;
  outline: none;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4rem;
  -webkit-text-size-adjust: 100%;
  background-color: #F7F7F7;
}

/* Layout basis */
header {
  height: 80px;
  background-color: #1e7280;
}
header nav {
  display: flex;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
  max-width: 1280px;
  color: rgba(255, 255, 255, 0.8);
}
header h2 {
  font: normal bold 2.2rem/60px "Open Sans", sans-serif;
}
header h2::before {
  margin-right: 0.5rem;
}

main, article, section {
  display: block;
}
main.content, article.content, section.content {
  min-height: calc(75vh - 80px);
}
main.content > article, article.content > article, section.content > article {
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
  max-width: 1280px;
}
main.content nav.breadcrumb, article.content nav.breadcrumb, section.content nav.breadcrumb {
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
  max-width: 1280px;
}
main h1, article h1, section h1 {
  font: normal 400 2.8rem/3.6rem "Lato", "Open Sans", sans-serif;
  text-align: center;
  padding: 3rem 0 2rem;
}
main h1.spacerThing::after, article h1.spacerThing::after, section h1.spacerThing::after {
  content: "";
  display: block;
  width: 70%;
  height: 12px;
  margin: 3rem auto 0;
  background: radial-gradient(ellipse at top, #CCC, transparent 75%);
}
main h2, article h2, section h2 {
  font: normal 300 2rem/2.4rem "Lato", "Open Sans", sans-serif;
  text-align: center;
  padding: 1.5rem 0;
}

footer {
  height: 25vh;
  min-height: 5rem;
  padding: 2em 0;
  font-family: "Open Sans Condensed", sans-serif;
  background: #0a5e6c;
  background: -moz-linear-gradient(top, #0a5e6c 0%, #1e7280 33.33333%);
  background: -webkit-linear-gradient(top, #0a5e6c 0%, #1e7280 33.33333%);
  background: linear-gradient(to bottom, #0a5e6c 0%, #1e7280 33.33333%);
}

footer > * {
  max-width: 1280px;
  color: #F7F7F7;
}

/* Layout items */
ul.listBigIcons {
  display: block;
  max-width: 800px;
  margin: 2rem auto 1rem;
}
ul.listBigIcons li {
  display: block;
  float: left;
  padding: 0.5rem 1rem 2rem;
  width: 25%;
  text-align: center;
  color: #1e7280;
  transition-property: background-color;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  opacity: 0;
  transform: scale(0.01);
  animation: fadeIn 500ms linear;
  animation-fill-mode: forwards;
  animation-delay: 1000ms;
}
ul.listBigIcons li::before {
  display: block;
  margin: 1rem auto;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  color: #1e7280;
  border-radius: 50%;
  border: solid 2px #1e7280;
  line-height: 4rem;
  text-align: center;
}
ul.listBigIcons li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
ul.listBigIcons li:nth-child(1) {
  animation-delay: 300ms;
}
ul.listBigIcons li:nth-child(2) {
  animation-delay: 600ms;
}
ul.listBigIcons li:nth-child(3) {
  animation-delay: 900ms;
}
ul.listBigIcons li:nth-child(4) {
  animation-delay: 1200ms;
}
ul.listBigIcons li:nth-child(5) {
  animation-delay: 1500ms;
}
ul.listBigIcons li:nth-child(6) {
  animation-delay: 1800ms;
}
ul.listBigIcons li:nth-child(7) {
  animation-delay: 2100ms;
}
ul.listBigIcons li:nth-child(8) {
  animation-delay: 2400ms;
}
ul.listBigIcons li:nth-child(9) {
  animation-delay: 2700ms;
}
ul.listBigIcons li:nth-child(10) {
  animation-delay: 3000ms;
}
ul.listBigIcons li:nth-child(11) {
  animation-delay: 3300ms;
}
ul.listBigIcons li:nth-child(12) {
  animation-delay: 3600ms;
}
ul.listBigIcons li:nth-child(13) {
  animation-delay: 3900ms;
}
ul.listBigIcons li:nth-child(14) {
  animation-delay: 4200ms;
}
ul.listBigIcons li:nth-child(15) {
  animation-delay: 4500ms;
}
ul.listBigIcons li:nth-child(16) {
  animation-delay: 4800ms;
}
ul.listBigIcons li:nth-child(17) {
  animation-delay: 5100ms;
}
ul.listBigIcons li:nth-child(18) {
  animation-delay: 5400ms;
}
ul.listBigIcons li:nth-child(19) {
  animation-delay: 5700ms;
}
ul.listBigIcons li:nth-child(20) {
  animation-delay: 6000ms;
}
ul.listBigIcons li:nth-child(21) {
  animation-delay: 6300ms;
}
/* usage classes */
.clearfix, main.content > article::after, article.content > article::after, section.content > article::after, ul.listBigIcons::after {
  content: "";
  display: block;
  position: relative;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
}

.fullwidth {
  width: 100%;
}

.maxwithed {
  max-width: 1280px;
  margin: 0 auto;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.justify-align {
  text-align: justify;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.mrgtop-std {
  margin-top: 2rem !important;
}

.mrgbottom-std {
  margin-bottom: 2rem !important;
}

.clickable:hover, .clickable:focus {
  cursor: pointer;
}

.rotate180 {
  display: inline-block;
  transform: rotateY(180deg);
}

/* animations */
@keyframes fadeIn {
  from {
    transform: scale(0.01);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* @media */
@media screen and (max-width: 640px) {
  header h2 {
    font: normal bold 2rem/60px "Open Sans", sans-serif;
  }

  main h1, article h1, section h1 {
    font: normal 400 2.2rem/2.6rem "Lato", "Open Sans", sans-serif;
  }
  main h1.spacerThing::after, article h1.spacerThing::after, section h1.spacerThing::after {
    width: 85%;
  }
  main h2, article h2, section h2 {
    font: normal 300 1.5rem/1.8rem "Lato", "Open Sans", sans-serif;
  }

  ul.listBigIcons li {
    width: 100%;
    margin: 0.5rem auto;
    padding: 1rem 20%;
  }
}

/*# sourceMappingURL=commonStyle.css.map */
