@font-face {
  src: url(fonts/ft.ttf);
  font-family: ftra;
}
/*-----Global-----*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: ftra, sans-serif;
}

body {
  width: 100%;
  /*-- background-image: url(images/bg-49.png); --*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}

::-moz-selection { /*@bugfix mozilla*/
    background: #000; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #f6e8e5;
}
::selection { /* effet souris  */
    background: #000; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #f6e8e5;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1 {
  color: #000;
  font-size: 48px;
}

p {
  color: #000;
  font-size: 16px;
}

ul {
  list-style: none;
  margin-top: 30px;
}

li {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

/*-----nav-----*/
nav {
  height: 100px;
  line-height: 100px;
}

nav a {
  color: #000;
  text-decoration: none;
}

nav a img {
  vertical-align: middle;
}

nav a:nth-child(2) {
  float: right;
}

/*-----header-----*/
header {
  margin: 100px 0 100px 0;
  text-align: center;
}

header p {
  width: 45%;
  margin: 30px auto 0 auto;
}

header a {
  color: #FF4A5E;
  text-decoration: none;
}

/*-----work-----*/
.work {
  text-align: center;
  width: 100%;
}

.work a img {
  margin: 1%;
  width: 45%;
}

/*-----footer-----*/
footer {
  text-align: center;
  margin: 60px 0;
}

footer p {
  color: #000;
}

/*-----Responsive-----*/
@media only screen and (max-width: 991px) {
  header {
    margin: 50px 0 50px 0;
  }

  header p {
    width: 100%;
  }

  .work a img {
    margin: 2%;
    width: 96%;
  }

  .work2 a img {
    margin: 2%;
    width: 96%;
  }

  footer {
    text-align: center;
    width: 92%;
    margin: 60px auto;
  }
}

@media only screen and (max-width:768px) {
  header {
    width: 96%;
    margin: 20px auto 50px auto;
    text-align: center;
  }

  footer {
    text-align: center;
    width: 92%;
    margin: 60px auto;
  }
}

/*---------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .six.columns                    { width: 48%;            }
  /* Offsets */
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }

}

html {
  font-size: 62.5%; }
body {
  font-size: 1.9em;
  line-height: 1.6;
  font-weight: 300;
  font-family: ftra, sans-serif;
  background-color: #f6e8e5;
  color: #363030;
}

.subhead {
  font-size:1.4rem;
  font-weight:500;
  line-height:1.3;
  margin-bottom:5rem;
  margin-left:0;
}

}

#tooltip {
  position:absolute;
  background:#fff;
  color:#000;
  padding:1.5rem 2rem;
  opacity:.9;
  font-size: 1.3rem;
  font-weight:400;
}

h2 {
    font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-family: ftra, sans-serif;
  color:#000;
  text-transform: uppercase;
  letter-spacing:.3rem;
    line-height: 1.2;
}

/* Larger than tablet */
@media (min-width: 550px) {
}

p {
  margin-top: 0; }

hr {
  margin-top: 4rem;
  margin-bottom: 6rem;
  border-width: 0;
  border-top: 2px solid #000;
  width:40px;
  text-align:left;
  margin-left:0;
}

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
