@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ranga");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  background-color: #F0EEEF; }

h1 {
  font-family: 'Ranga',cursive;
  font-size: 48px;
  margin: 10px 0;
  word-spacing: 10px;
  text-align: center;
  line-height: 30px;
  color: #222; }
  h1 span {
    font-size: 22px; }

h2 {
  font-family: 'Ranga',cursive;
  font-size: 42px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  color: #222; }

a {
  color: #f3f3f3;
  text-decoration: none; }

ul {
  padding-left: 0;
  list-style-type: none; }

/* A propos */
header {
  max-width: 1300px;
  min-height: 75vh;
  margin: auto;
  display: flex;
  flex-direction: column; }

.about-first-container {
  display: flex;
  flex-direction: row;
  margin-top: 50px; }
  .about-first-container .about-picture {
    width: 40%;
    text-align: center;
    align-self: center; }
    .about-first-container .about-picture img {
      border-radius: 50%; }
  .about-first-container .about-presentation {
    width: 60%;
    margin: auto;
    margin-right: 50px;
    text-align: justify; }
  .about-first-container .button {
    background-color: #88B04B;
    padding: 10px 30px;
    max-width: 140px;
    font-size: 20px;
    border: 1px solid #88B04B;
    cursor: pointer;
    transition: 0.2s ease-in-out; }
    .about-first-container .button img {
      padding-left: 5px; }
  .about-first-container .button:hover {
    background-color: #F0EEEF; }
    .about-first-container .button:hover a {
      color: #88B04B; }
  .about-first-container .button:hover > .svg path {
    fill: #88B04B; }

.about-more-presentation {
  width: 80%;
  margin: auto; }

.txt-more-pres {
  text-align: justify; }

/* Fin A propos */
.timeline {
  white-space: nowrap;
  overflow-x: hidden; }

.timeline ol {
  margin: auto;
  text-align: center;
  font-size: 0;
  width: 80vw;
  padding: 200px 0;
  transition: all 1s; }

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 8px;
  background: #515151; }

.timeline ol li:last-child {
  width: 280px; }

.timeline ol li:not(:first-child) {
  margin-left: 14px; }

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  bottom: 0;
  width: 15px;
  height: 15px;
  z-index: 10;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #F0EEEF;
  border: 4px solid #88B04B; }

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 14px;
  white-space: normal;
  color: black;
  background: white;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.timeline ol li div:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid; }

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%); }

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent; }

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px); }

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white; }

time {
  font-family: 'Ranga',cursive;
  color: #222;
  font-size: 26px; }

/* Comp├®tences */
#competences {
  min-height: 50vh;
  width: 100%; }

.circle {
  height: 50px;
  width: 50px;
  padding: 30px;
  margin: auto;
  border: 3px solid #88B04B;
  border-radius: 70%;
  transition: 0.4s ease-in-out; }
  .circle svg {
    width: 50px;
    height: 50px; }

.circle:hover {
  background-color: #88B04B; }

.circle:hover > .svg path {
  fill: #F0EEEF; }

.order-flex {
  width: 70%;
  display: flex;
  margin: auto;
  text-align: center;
  min-height: 250px; }
  .order-flex div {
    margin: auto; }

/* Fin Comp├®tences */
/* Realisations */
.real-works {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.real {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 50%;
  overflow: hidden; }

.real img {
  width: 100%;
  vertical-align: bottom;
  transform: scale(1.03);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out; }

.real p {
  display: none; }

.real:hover a.text-hover {
  opacity: 1; }

.real:hover img {
  filter: blur(2px);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out; }

.real a.text-hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  top: 0;
  padding-top: 25%;
  opacity: 0;
  display: block;
  position: absolute;
  vertical-align: bottom;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  color: #88B04B;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px; }

/* Contact */
.contact {
  background-color: #222; }
  .contact h2 {
    color: #F0EEEF; }
  .contact a:hover {
    text-decoration: underline; }

.contact-links {
  height: 200px;
  display: flex;
  flex-direction: column;
  margin: auto; }
  .contact-links ul {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 50px; }
    .contact-links ul li {
      margin: 0 30px; }
      .contact-links ul li img {
        width: 50px; }

footer p {
  text-align: center;
  color: #F0EEEF;
  margin: 0;
  padding: 15px; }

/**
* Media Queries
*/
/* Portrait phones, < 544px */
@media screen and (max-width: 543px) {
  .order-flex {
    flex-direction: column; }

  .real-works,
  .real {
    width: 100%;
    flex-direction: column; } }
/* Landscape Phone <768px */
@media screen and (max-width: 767px) {
  .about-first-container .about-picture {
    width: auto;
    margin: 15px auto; }

  .about-first-container {
    display: flex;
    flex-direction: column;
    margin-top: 0; }

  .about-first-container .about-presentation,
  .button {
    margin: auto;
    width: 80%; } }
@media screen and (max-width: 1120px) {
  .timeline ol,
  .timeline ol li {
    width: auto; }

  .timeline ol {
    padding: 0;
    transform: none !important; }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent; }

  .timeline ol li:first-child {
    margin-top: 25px; }

  .timeline ol li:not(:first-child) {
    margin-left: auto; }

  .timeline ol li div {
    width: 80%;
    height: auto !important;
    margin: 0 auto 25px; }

  .timeline ol li div {
    position: static; }

  .timeline ol li:nth-child(odd) div {
    transform: none; }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px; }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none; } }
/* Landscape phones, 544px and up */
/* Tablets, 768px and up */
/* Desktops, 992px and up */
/* Large desktops, 1200px and up */

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