@font-face {
      font-family: Albert;
      font-weight: 400;
      src: url('../fonts/Albert.woff2') format('woff')
}
@font-face {
      font-family: Albert;
      font-weight: 400;
      font-style: italic;
      src: url('../fonts/Albert.woff2') format('woff2'),url(../fonts/Albert.woff) format('woff')
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
}

*:focus {
    outline: none;
}

::-moz-placeholder {
      color: #999999;
}

::-webkit-input-placeholder {
      color: #999999;
}

html,
body {
      height: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
      background: #E6F7F8;
      color: #6B7C93;
      font-family: Albert, Open Sans, Segoe UI, sans-serif;
      font-weight: 300;
      font-size: 17px;
      line-height: 22px;
      margin: 0;
      padding: 0;
      letter-spacing: 0.8px;
      text-align: left;
      font-feature-settings: "pnum";
      font-variant-numeric: proportional-nums;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

nav,
ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

a {
    color: #04BFA5;
    text-decoration: none;
    background: transparent;
}

a:hover {
    color: #303030;
    outline: 0;
}

/*
a:visited {
    color: #8E44AD;
}
*/

a:active {
    color: #0079C1;
    outline: 0;
}

li {
    list-style: none;
}

b,
strong {
    font-weight: 500;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    overflow: visible;
    line-height: 18.2px;
}

textarea {
    overflow: auto;
}

input,
textarea,
select {
      background: #FAFAFA;
      border: 1px solid #E3E9EE;
      padding: 8px;
      border-radius: 4px;
      color: #545454;
      font-family: Albert, Open Sans, Segoe UI, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
}

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

td,
th {
    padding: 0;
}

.btn {
    white-space: nowrap;
    display: inline-block;
    border: 0;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all .50s ease;
    text-decoration: none;
    padding: 0 22px;
    font-family: Albert, Open Sans, Segoe UI, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
    height: 40px;
    width: auto;
    line-height: 40px;
}

.btn:hover {
    background: #424770;
    color: #FFFFFF;
}

.b-pink {
    background: #E90094;
}

.b-blue {
    background: #6772E5;
}

.b-black {
    background: #424770;
}

.b-green {
    background: #04BFA5;
}

.b-yellow {
    background: #F1C40F;
}

.b-red {
    background: #E74C3C;
}

.center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.titre {
      font-size: 55px;
      color: #367583;
      font-family: "Poiret One", "Helvetica", Arial, cursive;
      font-weight: bold;
      text-align: center;
      margin: 15px 0;
}

.sous-titre {
      font-size: 45px;
      color: #367583;
      font-family: "Poiret One", "Helvetica", Arial, cursive;
      margin: 30px 0 30px 0;
      font-weight: bold;
      text-align: center;
}

.centre {
      text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w100 {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.overflow {
    overflow: hidden;
}

.caution,
.special,
.valide,
.infos,
.attention {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
}

.caution {
    background: #E5726A;
}

.special {
    background: #039BE5;
}

.valide {
    background: #27AE60;
}

.caution > p,
.special > p,
.valide > p {
    margin: 0 0 0 10px;
    color: #FFFFFF;
}

.caution > p > a,
.special > p > a,
.valide > p > a {
    color: #FFFFFF;
    text-decoration: underline;
}

.caution > p > span,
.special > p > span,
.valide > p > span {
    font-weight: 700;
}

.mt60 {
    margin-top: 60px;
}

.titre-h3 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    font-family: "Poiret One", "Helvetica", Arial, cursive;
    margin: 10px 0 30px 0;
}

.blanc {
    background: #FFFFFF;
    padding: 20px;
    margin: 20px 0;
}

#header {
      background: url("../img/header.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 500px;
      position: relative;
}

#header > img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
}

#nav > ul > li,
#nav > ul > li > a {
      display: inline-block;
}

#nav > ul > li > a {
      color: #1D1715;
      padding: 6px 7px 10px 7px;
      margin: 5px 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
}

#nav > ul > li > a:hover,
#nav > ul > li.active > a {
      color: #6698C1;
      border-bottom: 4px solid #6698C1;
}

#mobile-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFFFFFFF;
    top: 0;
    left: 0;
}

#mobile-nav > ul > li,
#mobile-nav > ul > li > a {
    display: block;
    width: 100%;
}

#mobile-nav > ul > li > a {
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
}

#mobile-nav > ul > li > a:hover {
    background: #04BFA5;
    color: #FFFFFF;
}

#mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#presentation {
      margin: 20px 0 0 0;
      padding: 10px;
}

#presentation > section > p:first-child {
      margin-top: 0;
}

#presentation > aside > h2 {
      text-align: center;
}

#presentation > aside > div > img {
      border-radius: 8px;
      margin: 20px 0;
}

#presentation > aside > ul > li {
      display: block;
      margin: 5px 0;
}

.methode > img {
      width: 80%;
}

#expertise > ul > li {
      display: block;
      margin: 5px 0;
}

#ateliers {
    margin: 20px 0 0 0;
}

#ateliers > a {
    background: #E7B46C;
    color: #000000;
    display: inline-block;
    border-radius: 8px;
}

#ateliers > a > img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
}

#ateliers > a > p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

#ateliers > a > ul {
    margin: 10px 0 10px 20px;
}

#ateliers > a > ul > li {
    display: block;
    margin: 5px 0;
    text-align: center;
}

#maisons {
    width: 100%;
    background: #73C6CD;
    margin: 20px 0 20px 0;
    padding: 10px;
}

#maisons > section > h2 {
    font-size: 60px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Poiret One", "Helvetica", Arial, cursive;
    margin: 30px 0 0 0;
}

#maisons > section > div > h3 {
    color: #FFFFFF;
}

#maisons > section > div > img {
    width: 60%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0 0 0;
}

#maisons > section > div > p {
    margin: 0;
}

#maisons > section > div > p > a {
    background: #4F8F94;
    color: #FFFFFF;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 0 20px 0;
    border-radius: 8px;
}

#photos {
    overflow: hidden;
}

#photos > div {
    width: 20%;
    float: left;
    padding: 10px;
}

#photos > div > img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#footer > img {
    width: 100%;
    height: auto;
    max-width: 818px;
}

.photo_contact > img {
    float: left;
    margin: 0 10px 0 0;
}

/* Formulaire */
.form {
    overflow: hidden;
}

.form > h2 {
  color: #00bcd4;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin: 20px 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #F7F7F7;
}

.form > h2:first-child {
  margin: 0 0 10px 0;
}

.form > label,
.form > section > label {
  color: #424770;
  font-size: 17px;
  font-weight: 500;
}

.form > label > span,
.form > section > label > span {
  color: #E74C3C;
}

.form > input::placeholder,
.form > textarea::placeholder {
  color: #8898AA;
}

.form > select,
.form > section > select {
  color: #8898AA;
}

.form > div > ul {
  background: #FFFFFF;
  width: 100%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form > div > ul > li {
  display: block;
  width: 100%;
  padding: 5px 10px;
  cursor: pointer;
}

.form > div > ul > li:hover {
  background: #ADCF4F;
  color: #FFFFFF;
}

.form-login > input {
  width: 100%;
  background: #F6F9FC;
  padding: 5px 20px 8px 13px;
  border: 0;
  margin: 0 0 10px 0;
}

.form > input,
.form > div > input,
.form > textarea,
.form > select,
.form > section > select {
  width: 55%;
  background: #F6F9FC;
  padding: 5px 20px 8px 13px;
  border: 1px solid #FFFFFF;
  margin: 0 0 10px 0;
}

.form > aside > span {
  display: inline-block;
  color: #999999;
  font-style: italic;
  width: 55%;
  font-size: 12px;
}

.form > select,
.form > section > select {
  padding: 8px 20px 8px 13px;
}

.form > div > input {
  width: 100%;
}

.form > input:focus,
.form > div > input:focus,
.form > textarea:focus,
.form > select:focus {
  border: 1px solid #CCCCCC;
}

.form > textarea {
  height: 100px;
}

.form > div {
  position: relative;
  margin: 0 0 10px 0;
}

.form > aside {
  margin: 10px 0 0 0;
}

.form > aside > input {
  cursor: pointer;
}

.form > button {
  margin: 40px auto 0;
  display: block;
}

.form > footer {
    font-size: 12px;
    color: #CCCCCC;
    margin: 30px 0 0 0;
}

.form > label,
.form > section > label,
.form > aside > div {
  width: 40%;
  display: inline-block;
}

.form > div {
  width: 55%;
  display: inline-block;
}

.form > button {
  width: 30%;
}

.form > input,
.form > div > input,
.form > textarea,
.form > select,
.form > section > select {
  width: 55%;
}

.form > aside {
  margin: -10px 0 10px 0;
}

#b_contact {
    width: 100%;
    background: #6698C1;
    color: #FFF;
    padding: 10px;
    text-align: center;
    margin: 20px 0 20px 0;
}

#b_contact > article > p {
    font-size: 20px;
    line-height: 40px;
}

#b_contact > article > p > a {
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 25px;
    padding: 5px 20px 7px 20px;
    margin: 0 0 0 20px;
}

#services > div > img {
    width: 100%;
    height: auto;
}

#services > h1 {
    text-align: center;
}

#services > div > ul > li {
    display: block;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

#services > div > ul > li > a {
    color: #2E6876;
}

#services > div > ul > li > span {
    font-weight: normal;
    color: #999;
    display: block;
    font-size: 15px;
    margin: 5px 0 0 0;
}

#services > div:last-child > ul > li {
    text-align: left;
}

#services > div > ul > h3 {
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "Poiret One", "Helvetica", Arial, cursive;
    font-size: 30px;
    font-weight: bold;
    background: #6698C1;
    padding: 20px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#services > div > ul > h3 > a{
    color: #FFF;
    text-decoration: underline;
}

.lexique {
    overflow: hidden;
}

.lexique > ul {
    text-align: center;
    width: 25%;
    float: left;
}

.lexique > ul > li > a {
    display: block;
    margin: 10px;
    padding: 10px;
    color: #FFF;
    font-size: 18px;
    background: #367583;
    border-radius: 8px;
}

.lexique > ul > li:nth-child(even) > a {
    background: #6698C1;
}

.lexique > ul > li > a:hover {
    text-decoration: underline;
}

.definition {
    overflow: hidden;
}

.definition > p {
    float: left;
}

.definition > div {
    margin: 50px 0 0 0;
}

.definition > p > img {
    margin: 0 10px 0 0;
}

/* Animation */
.animation {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
          opacity: 0;
          -webkit-transform: translateY(-50px);
    }
    100% {
          opacity: 1;
          -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
          opacity: 0;
          transform: translateY(-50px);
    }
    100% {
          opacity: 1;
          transform: translateY(0);
    }
}

.animation-top {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
}

@-webkit-keyframes fadeInBottom {
    0% {
          opacity: 0;
          -webkit-transform: translateY(0);
    }
    100% {
          opacity: 1;
          -webkit-transform: translateY(-50px);
    }
}

@keyframes fadeInBottom {
    0% {
          opacity: 0;
          transform: translateY(0);
    }
    100% {
          opacity: 1;
          transform: translateY(-50px);
    }
}

@media screen and (min-width: 320px) {
    #services > div {
          width: 95%;
          float: none;
    }
}
@media screen and (min-width: 360px) {
    #services > div {
          width: 95%;
          float: none;
    }
}
@media screen and (min-width: 768px) {
    #services > div {
          width: 95%;
          float: none;
    }
}
@media screen and (min-width: 800px) {
    #services > div {
          width: 95%;
          float: none;
    }
}
@media screen and (min-width: 980px) {
    #services > div {
          width: 32%;
          float: left;
    }
}
@media screen and (min-width: 1024px) {
    #services > div {
          width: 32%;
          float: left;
    }
}
@media screen and (min-width: 1280px) {
    #services > div {
          width: 32%;
          float: left;
    }
}
@media screen and (min-width: 1920px) {
    #services > div {
          width: 32%;
          float: left;
    }
}
@media screen and (min-width: 2500px) {
    #services > div {
          width: 32%;
          float: left;
    }
}


/* Menu */
@media screen and (min-width:320px), screen and (min-width:360px) {
    #nav {
        display: none;
    }
    #mobile {
        display: block;
    }
}
@media screen and (min-width:480px), screen and (min-width:768px) {
    #nav {
        display: none;
    }
    #mobile {
        display: block;
    }
}
@media screen and (min-width:980px), screen and (min-width:1024px) {
    #nav {
        display: block;
    }
    #mobile {
        display: none;
    }
}
@media screen and (min-width:1280px) {
    #nav {
        display: block;
    }
    #mobile {
        display: none;
    }
}
@media screen and (min-width:1920px){
    #nav {
        display: block;
    }
    #mobile {
        display: none;
    }
}

/* Fiche */
@media screen and (min-width:320px), screen and (min-width:360px) {
    #presentation > aside {
        width: 100%;
        float: none;
    }
    #presentation > section {
        width: 100%;
        float: none;
        padding: 0 0 0 0;
    }
    #ateliers > a {
        width: 95%;
        float: left;
        margin: 10px 10px;
    }
}
@media screen and (min-width:480px), screen and (min-width:768px) {
    #presentation > aside {
        width: 100%;
        float: none;
    }
    #presentation > section {
        width: 100%;
        float: none;
        padding: 0 0 0 0;
    }
    #ateliers > a {
        width: 95%;
        float: left;
        margin: 10px 10px;
    }
}
@media screen and (min-width:980px), screen and (min-width:1024px) {
    #presentation > aside {
        width: 32%;
        float: left;
    }
    #presentation > section {
        width: 65%;
        float: left;
        padding: 0 0 0 20px;
    }
    #ateliers > a {
        width: 31%;
        float: left;
        margin: 10px 10px;
    }
}
@media screen and (min-width:1280px) {
    #presentation > aside {
        width: 32%;
        float: left;
    }
    #presentation > section {
        width: 65%;
        float: left;
        padding: 0 0 0 20px;
    }
    #ateliers > a {
        width: 31%;
        float: left;
        margin: 10px 10px;
    }
}
@media screen and (min-width:1920px){
    #presentation > aside {
        width: 32%;
        float: left;
    }
    #presentation > section {
        width: 65%;
        float: left;
        padding: 0 0 0 20px;
    }
    #ateliers > a {
        width: 31%;
        float: left;
        margin: 10px 10px;
    }
}

/* Fiche */
@media screen and (min-width:320px), screen and (min-width:360px) {
    #maisons > section > div {
        width: 99%;
        float: left;
        margin: 40px 0 0 0;
        overflow: hidden;
    }
}
@media screen and (min-width:480px), screen and (min-width:768px) {
    #maisons > section > div {
        width: 99%;
        float: left;
        margin: 40px 0 0 0;
        overflow: hidden;
    }
}
@media screen and (min-width:980px), screen and (min-width:1024px) {
    #maisons > section > div {
        width: 49%;
        float: left;
        margin: 40px 0 0 0;
        overflow: hidden;
    }
}
@media screen and (min-width:1280px) {
    #maisons > section > div {
        width: 49%;
        float: left;
        margin: 40px 0 0 0;
        overflow: hidden;
    }
}
@media screen and (min-width:1920px){
    #maisons > section > div {
        width: 49%;
        float: left;
        margin: 40px 0 0 0;
        overflow: hidden;
    }
}