/* Generated by less 3.11.1 */
@charset "utf-8";
/*width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
figure img {
  width: 100%;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
/*------------------------------------------------------Reset*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 75%;
  margin: 0 auto;
}
/*---------------------------------------------Conteneur Design*/
.entete {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entete .flexbox {
  align-items: center;
}
.entete .logo {
  display: block;
  margin-right: auto;
  width: 140px;
  height: 60px;
  background-image: url(imgs/logo.png);
  text-indent: -9999px;
}
.entete ul.sociaux li a {
  background-color: #421e09;
  text-indent: -9999px;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.entete ul.sociaux li:nth-of-type(1) a {
  background-image: url(imgs/facebook.png);
}
.entete ul.sociaux li:nth-of-type(2) a {
  background-image: url(imgs/twitter.png);
}
.entete ul.sociaux li:nth-of-type(3) a {
  background-image: url(imgs/mail.png);
}
.entete ul.sociaux li:nth-of-type(4) a {
  background-image: url(imgs/coffee.png);
}
/*---------------------------------------------Entete*/
nav {
  background-color: #f1720b;
}
nav .flexbox {
  align-items: center;
}
nav ul li a {
  display: block;
  color: white;
  line-height: 50px;
  padding: 0 25px;
  font-size: 20px;
  transition: 0.25s;
}
nav ul li a:hover {
  background-color: #421e09;
  border-bottom: solid 3px white;
}
/*---------------------------------------------Nav*/
header {
  background-image: url(imgs/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px;
}
/*---------------------------------------------Header*/
.produits {
  color: white;
}
.produits article {
  border-top: solid 3px #f1720b;
  margin: 10px;
  margin-top: -50px;
  transition: 0.25s;
  width: calc(50% - 20px);
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.produits article:hover {
  background-color: #421e09;
}
.produits article:nth-of-type(1) {
  background-image: url(imgs/barefoot.jpg);
}
.produits article:nth-of-type(2) {
  background-image: url(imgs/skysurf.jpg);
}
.produits article h2 {
  font-size: 45px;
  font-weight: 500;
}
.produits article p {
  margin-right: 20px;
}
.produits article a {
  display: inline-block;
  margin-top: 20px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f1720b;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  transition: 0.25s;
}
.produits article a:hover {
  background-color: #421e09;
}
/*---------------------------------------------Produits*/
.sport {
  text-align: center;
}
.sport h2 {
  color: #f1720b;
  font-size: 40px;
  margin-bottom: 20px;
}
.sport p {
  color: #421e09;
  margin-bottom: 20px;
  padding: 20px 150px;
}
.sport a {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #421e09;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  transition: 0.25s;
}
.sport a:hover {
  background-color: #f1720b;
}
/*---------------------------------------------Sport*/
.running {
  background-image: url(imgs/running.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-top: 40px;
}
.running h2 {
  color: white;
  font-size: 47px;
  margin-bottom: 20px;
}
.running h1 {
  color: #f1720b;
  font-size: 131px;
  font-weight: 500;
}
.running h3 {
  color: #f1720b;
  font-size: 131px;
  font-weight: 300;
}
.running a {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #421e09;
  font-size: 20px;
  color: white;
  transition: 0.25s;
}
.running a:hover {
  background-color: #f1720b;
}
/*---------------------------------------------Running*/
.tachy {
  text-align: center;
}
.tachy figure {
  width: 130px;
  margin: 0 auto;
  margin-top: 40px;
}
.tachy h2 {
  color: #f1720b;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tachy h3 {
  color: #421e09;
  font-size: 16px;
  margin-bottom: 20px;
}
.tachy article {
  width: calc(50% - 20px);
  margin: 10px;
  text-align: left;
  padding: 40px;
}
.tachy article a {
  display: inline-block;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #f1720b;
  font-size: 20px;
  color: white;
  transition: 0.25s;
}
.tachy article a:hover {
  background-color: #421e09;
}
/*---------------------------------------------Tachy*/
.client {
  background-image: url(imgs/clients.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.client article {
  background-color: #cecece;
  width: calc(33.3% - 20px);
  margin: 10px;
  padding: 20px;
}
.client article figure {
  width: 130px;
  margin-top: 70px;
}
.client article h2 {
  font-weight: 500;
  font-size: 24px;
}
.client article a {
  display: inline-block;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #f1720b;
  font-size: 20px;
  color: white;
  transition: 0.25s;
}
.client article a:hover {
  background-color: #421e09;
}
/*---------------------------------------------Client*/
.exploit {
  text-align: center;
}
.exploit h2 {
  color: #f1720b;
  font-size: 40px;
  margin-bottom: 20px;
}
.exploit h3 {
  color: #421e09;
  font-size: 20px;
  margin-bottom: 40px;
}
.exploit .container {
  column-count: 2;
  text-align: left;
  margin-bottom: 40px;
  padding: 20px;
}
/*---------------------------------------------Exploit*/
footer {
  align-content: space-between;
  padding: 50px 0;
  background-color: #303030;
}
footer .logobl {
  width: 180px;
  margin-left: 20px;
}
footer li {
  color: #cecece;
  margin-left: 300px;
}
footer li a {
  color: #f1720b;
  transition: 0.25s;
}
footer li a:hover {
  color: #421e09;
}
footer p {
  margin: 20px;
}
