/* 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,
h2,
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;
}
figure img,
picture img {
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
/*------------------------------------------------------Reset*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 95%;
  margin: 0 auto;
}
section {
  padding: 80px;
}
h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', serif;
}
p,
h1,
cite {
  line-height: 40px;
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  margin: 20px 0;
  padding: 0 20px;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #4c94c8;
  color: #4c94c8;
  transition: 0.25s;
}
.btn:hover {
  background-color: #4c94c8;
  color: #e6e3e3;
}
.btn1 {
  display: block;
  margin: 0 auto;
  margin: 20px 0;
  line-height: 50px;
  padding: 0 60px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #4c94c8;
  color: #4c94c8;
  transition: 0.25s;
  position: absolute;
}
.btn1:hover {
  background-color: rgba(128, 128, 128, 0.52);
  color: #e6e3e3;
}
.btn2 {
  display: inline-block;
  background-color: #e6e3e3;
  color: #4c94c8;
  border: solid 1px #4c94c8;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 40px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.25s;
  position: absolute;
}
.btn2:hover {
  background-color: #4c94c8;
  color: #e6e3e3;
  transform: scale(1.1);
}
.detail {
  display: none;
}
#scroll_to_top {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 50px;
  right: 30px;
  transition: 0.25s;
}
#scroll_to_top img {
  width: 100px;
}
/*---------------------------------------------Conteneur Design*/
.top {
  background-image: url(images/header/header3.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 90vh;
}
.top nav {
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  font-family: 'Roboto Slab', serif;
}
.top nav .flex {
  align-items: center;
}
.top nav a.logo-nav {
  display: block;
  width: 200px;
  height: 100px;
  text-indent: -9999px;
  margin: 0 auto;
  background-image: url(images/logo/fabritech-blanc.png);
  background-repeat: no-repeat;
  transition: 0.25s;
}
.top nav a.logo-nav:hover {
  background-image: url(images/logo/fabritech-blanc-hover.png);
  transform: scale(1.1);
}
.top nav ul.menu li a {
  display: block;
  line-height: 30px;
  padding: 0 22px;
  color: #4c94c8;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
}
.top nav ul.menu li a:hover {
  transform: scale(1.4);
  font-weight: 600;
  color: #e6e3e3;
}
.top .burger {
  width: 50px;
  height: 50px;
  background-color: #4c94c8;
  border-radius: 8px;
  background-image: url(images/burger/burger-icons.png);
  background-position: left;
  transition: 0.5s;
  display: none;
  position: absolute;
  left: 305px;
}
.top header .logo {
  display: block;
  width: 800px;
  height: 400px;
  text-indent: -9999px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 80px;
  background-image: url(images/logo/fabritech-header.png);
  background-repeat: no-repeat;
  animation-name: animFigure;
  animation-duration: 5s;
  transition: 0.5s;
}
.top header .logo:hover {
  background-image: url(images/logo/fabritech-header-hover.png);
  transform: scale(1.1);
}
.top header h2 {
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e6e3e3;
}
.top header img {
  margin-left: 20px;
  margin-bottom: 20px;
}
@keyframes animFigure {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*---------------------------------------------TOP*/
.nouveau {
  background-image: url(images/media/fond-nouveau.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.nouveau h2 {
  text-align: center;
  color: #4c94c8;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.nouveau figure {
  background-image: url(images/logo/logo-coeur.png);
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.nouveau article {
  width: calc(33.3% - 20px);
  margin: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.nouveau article h3 {
  margin-bottom: 20px;
  color: #4c94c8;
  font-weight: 500;
  font-size: 30px;
}
.nouveau article .btn1 {
  position: relative;
}
.nouveau article .btn1:hover {
  transform: scale(1.1);
}
/*---------------------------------------------NOUVEAUTES*/
.presentation .flex {
  align-items: flex-start;
}
.presentation video {
  width: calc(50% - 20px);
  max-width: 100%;
  height: auto;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.presentation article {
  width: calc(50% - 20px);
  padding-left: 20px;
  color: #4c94c8;
}
.presentation article img {
  display: block;
  margin: 0 auto;
}
.presentation article h2 {
  text-align: center;
}
.presentation article .btn {
  display: block;
  margin: 20px 130px;
}
/*---------------------------------------------PRESENTATION*/
.concept {
  background-image: url(images/media/concept.jpg);
  background-size: cover;
  background-position: left;
}
.concept .wrap {
  color: #e6e3e3;
  background-color: rgba(111, 109, 109, 0.71);
  padding: 80px;
  text-align: center;
}
.concept .wrap img {
  display: block;
  margin: 0 auto;
}
.concept .wrap h2 {
  text-align: center;
}
.concept .wrap video {
  max-width: 100%;
  height: auto;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
/*---------------------------------------------CONCEPT*/
.realisations img {
  display: block;
  margin: 0 auto;
}
.realisations h2 {
  text-align: center;
}
.realisations article {
  width: 50%;
  color: #4c94c8;
  padding: 0 20px;
}
.realisations .rea {
  width: 50%;
  height: 750px;
  background-image: url(images/media/realisations.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 5px 0px #a09fb2;
  transition: 0.25s;
}
.realisations .rea:hover {
  background-image: url(images/media/realisations-hover.jpg);
  transform: scale(1.1);
}
/*---------------------------------------------REALISATIONS*/
.coupure {
  background-image: url(images/media/coeur-de-metier.jpg);
  background-size: cover;
  min-height: 60vh;
}
.coupure .wrapper2 {
  color: #e6e3e3;
  background-color: rgba(111, 109, 109, 0.71);
  padding: 80px;
  min-height: 50vh;
}
.coupure .wrapper2 h2 {
  text-align: center;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
}
.coupure .wrapper2 figure {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-image: url(images/logo/logo-coeur.png);
  animation: myAnimCoeur 1s ease 0s infinite normal forwards;
}
@keyframes myAnimCoeur {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
.coeur article {
  width: calc(50% - 20px);
  margin: 10px;
  box-shadow: 7px 7px 5px 0px #a09fb2;
  position: relative;
}
.coeur article.active {
  border: solid 5px #4c94c8;
}
.coeur article figure {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.coeur article h3 {
  text-align: center;
  color: #a09fb2;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.coeur article p {
  padding: 0 20px;
  margin: 20px 0;
  padding-bottom: 80px;
  color: #4c94c8;
}
.coeur article .btn2 {
  margin-left: 20px;
  bottom: 0;
}
.coeur article .contenu {
  padding: 40px;
  display: none;
}
.coeur article .contenu .btn1 {
  left: 210px;
  bottom: 65px;
}
.coeur article:nth-of-type(1) figure {
  background-image: url(images/media/coeur-escalade.jpg);
}
.coeur article:nth-of-type(2) figure {
  background-image: url(images/media/coeur-protections.jpg);
}
.coeur article:nth-of-type(3) figure {
  background-image: url(images/media/coeur-scolaire.jpg);
}
.coeur article:nth-of-type(4) figure {
  background-image: url(images/media/coeur-gym.jpg);
}
.coeur article:nth-of-type(5) figure {
  background-image: url(images/media/coeur-athle.jpg);
}
.coeur article:nth-of-type(6) figure {
  background-image: url(images/media/coeur-lutte.jpg);
}
/*---------------------------------------------COEUR DE METIER*/
.garanties img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.garanties h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #4c94c8;
}
.garanties article {
  text-align: center;
  width: calc(25% - 20px);
  margin: 10px;
  padding: 20px;
  padding-bottom: 80px;
  color: #4c94c8;
  box-shadow: 7px 7px 5px 0px #a09fb2;
  position: relative;
}
.garanties article i.fas {
  margin: 10px 20px;
  font-size: 50px;
  padding: 10px;
  border: solid 2px #4c94c8;
  border-radius: 50%;
}
.garanties article h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.garanties article img {
  width: 80px;
  height: 80px;
}
.garanties article .btn2 {
  bottom: 0;
  left: 70px;
}
/*---------------------------------------------GARANTIES*/
.contact {
  background-image: url(images/media/formulaire-contact.jpg);
  background-position: center;
  background-attachment: fixed;
}
.contact .container {
  padding: 0 460px;
  background-color: rgba(111, 109, 109, 0.71);
}
.contact .container img {
  display: block;
  margin: 0 auto;
}
.contact .container h2 {
  color: #e6e3e3;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.contact .container i.fas {
  font-size: 50px;
  color: #e6e3e3;
}
.contact .container form {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.contact .container form input {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 110%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  border-bottom: solid 2px #4c94c8;
  color: #4c94c8;
  background-color: transparent;
  text-decoration: none;
  line-height: 30px;
}
.contact .container form textarea {
  display: block;
  margin: 0 auto;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  width: 110%;
  min-height: 100px;
  resize: none;
  border-bottom: solid 2px #4c94c8;
  color: #4c94c8;
}
.contact .container form .btn4 {
  display: block;
  border: none;
  text-transform: uppercase;
  color: #4c94c8;
  background-color: rgba(255, 255, 255, 0.65);
  border: solid 1px #4c94c8;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.contact .container form .btn4:hover {
  background-color: #4c94c8;
  color: rgba(255, 255, 255, 0.65);
}
/*---------------------------------------------CONTACT*/
.catalogue {
  text-align: center;
}
.catalogue figure {
  width: 411px;
  height: 300px;
  text-indent: -9999px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url(images/media/catalogue.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.catalogue article {
  margin-bottom: 20px;
}
.catalogue article .container h2 {
  color: #4c94c8;
  font-size: 50px;
  letter-spacing: 2px;
}
/*---------------------------------------------CATALOGUE*/
.sociaux h2 {
  color: #4c94c8;
  text-align: center;
  margin-bottom: 30px;
}
.sociaux ul {
  justify-content: center;
}
.sociaux ul li a {
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-repeat: no-repeat;
  transition: 0.25s;
}
.sociaux ul li a:hover {
  transform: scale(1.1);
}
.sociaux ul li:nth-of-type(1) a {
  background-image: url(images/picto/facebook.png);
}
.sociaux ul li:nth-of-type(1) a:hover {
  background-image: url(images/picto/facebook-hover.png);
}
.sociaux ul li:nth-of-type(2) a {
  background-image: url(images/picto/insta.png);
}
.sociaux ul li:nth-of-type(2) a:hover {
  background-image: url(images/picto/insta-hover.png);
}
.sociaux ul li:nth-of-type(3) a {
  background-image: url(images/picto/youtube.png);
}
.sociaux ul li:nth-of-type(3) a:hover {
  background-image: url(images/picto/youtube-hover.png);
}
.sociaux ul li:nth-of-type(4) a {
  background-image: url(images/picto/linkelin.png);
}
.sociaux ul li:nth-of-type(4) a:hover {
  background-image: url(images/picto/linkelin-hover.png);
}
/*---------------------------------------------SOCIAUX*/
footer {
  background-image: url(images/media/footer.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 100vh;
  background-attachment: fixed;
}
footer figure {
  background-image: url(images/logo/fabritech-noir.png);
  width: 200px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer h2 {
  text-align: center;
  font-weight: 300;
  color: #e6e3e3;
}
footer article {
  width: calc(50% - 20px);
  margin: 10px;
  margin-bottom: 50px;
  text-align: center;
  background-color: rgba(83, 82, 82, 0.76);
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
footer article .bg {
  padding: 20px;
}
footer article .bg h3 {
  color: #4c94c8;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer article .bg ul li a {
  display: block;
  margin: 20px 0;
  color: #e6e3e3;
  transition: 0.25s;
}
footer article .bg ul li a:hover {
  transform: scale(1.1);
  color: #4c94c8;
}
footer article .bg i.fas,
footer article .bg i.far,
footer article .bg i.fab {
  font-size: 20px;
  color: #4c94c8;
}
footer p {
  margin: 0 auto;
}
/*---------------------------------------------CONTACT*/
.scolaire {
  text-align: center;
  color: #4c94c8;
}
.scolaire img {
  display: block;
  margin: 0 auto;
}
.scolaire article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.scolaire article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.scolaire figure {
  background-image: url(images/media/coeur-scolaire.jpg);
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-scolaire {
  background-image: url(images/media/coupure-scolaire.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 80vh;
}
.coupure-scolaire figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
/*-----------------------------------------PRESENTAION SCOLAIRE*/
.produits-scolaires h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-scolaires figure {
  width: calc(50% - 40px);
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-scolaires figure:nth-of-type(1) {
  background-image: url(images/media/produits-scolaires/tapis.jpg);
}
.produits-scolaires figure:nth-of-type(2) {
  background-image: url(images/media/produits-scolaires/chemin.jpg);
}
.produits-scolaires figure:nth-of-type(3) {
  background-image: url(images/media/produits-scolaires/piste.jpg);
}
.produits-scolaires figure:nth-of-type(4) {
  background-image: url(images/media/produits-scolaires/matelas-poly.jpg);
}
.produits-scolaires figure:nth-of-type(5) {
  background-image: url(images/media/produits-scolaires/matelas-pliant.jpg);
  height: 400px;
}
.produits-scolaires figure:nth-of-type(6) {
  background-image: url(images/media/produits-scolaires/juxta.jpg);
}
.produits-scolaires figure:nth-of-type(7) {
  background-image: url(images/media/produits-scolaires/sautoir-scolaire.jpg);
}
.produits-scolaires figure:nth-of-type(8) {
  background-image: url(images/media/produits-scolaires/sautoir-pliant.jpg);
}
.produits-scolaires article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-scolaires article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-scolaire {
  background-image: url(images/media/decouverte-scolaire.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-scolaire h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.gym {
  text-align: center;
  color: #4c94c8;
}
.gym img {
  display: block;
  margin: 0 auto;
}
.gym article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.gym article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.gym figure {
  background-image: url(images/media/coeur-gym.jpg);
  background-position: center;
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-gym {
  background-image: url(images/media/coupure-gym.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 80vh;
}
.coupure-gym figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
/*-----------------------------------------PRESENTAION GYM*/
.produits-gym h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-gym figure {
  width: calc(50% - 40px);
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-gym figure:nth-of-type(1) {
  background-image: url(images/media/produits-gym/tapis-gym.jpg);
}
.produits-gym figure:nth-of-type(2) {
  background-image: url(images/media/produits-gym/matelas-poly.jpg);
}
.produits-gym article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-gym article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-gym {
  background-image: url(images/media/decouverte-gym.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-gym h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.athle {
  text-align: center;
  color: #4c94c8;
}
.athle img {
  display: block;
  margin: 0 auto;
}
.athle article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.athle article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.athle figure {
  background-image: url(images/media/coeur-athle.jpg);
  background-position: bottom;
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-athle {
  background-image: url(images/media/coupure-athle.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 80vh;
}
.coupure-athle figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
/*-----------------------------------------PRESENTATION ATHLE*/
.produits-athle h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-athle figure {
  width: calc(50% - 40px);
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-athle figure:nth-of-type(1) {
  background-image: url(images/media/produits-athle/sautoir-modulaire.jpg);
}
.produits-athle figure:nth-of-type(2) {
  background-image: url(images/media/produits-athle/sautoir-mono.jpg);
}
.produits-athle figure:nth-of-type(3) {
  background-image: url(images/media/produits-athle/perche-mono.jpg);
}
.produits-athle figure:nth-of-type(4) {
  background-image: url(images/media/produits-athle/sautoir-perche.jpg);
}
.produits-athle figure:nth-of-type(5) {
  background-image: url(images/media/produits-athle/double.jpg);
}
.produits-athle article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-athle article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-athle {
  background-image: url(images/media/decouverte-athle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-athle h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.lutte {
  text-align: center;
  color: #4c94c8;
}
.lutte img {
  display: block;
  margin: 0 auto;
}
.lutte article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.lutte article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.lutte figure {
  background-image: url(images/media/coeur-lutte.jpg);
  background-repeat: no-repeat;
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-lutte {
  background-image: url(images/media/coupure-lutte.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 50vh;
}
.coupure-lutte figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
/*-----------------------------------------PRESENTATION LUTTE*/
.produits-lutte h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-lutte figure {
  width: calc(50% - 40px);
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-lutte figure:nth-of-type(1) {
  background-image: url(images/media/produits-lutte/tapis-pro.jpg);
}
.produits-lutte figure:nth-of-type(2) {
  background-image: url(images/media/produits-lutte/tapis-lutte.jpg);
}
.produits-lutte figure:nth-of-type(3) {
  background-image: url(images/media/produits-lutte/tapis-college.jpg);
}
.produits-lutte article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-lutte article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-lutte {
  background-image: url(images/media/decouverte-lutte.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-lutte h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.escalade {
  text-align: center;
  color: #4c94c8;
}
.escalade img {
  display: block;
  margin: 0 auto;
}
.escalade article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.escalade article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.escalade figure {
  background-image: url(images/media/coeur-escalade.jpg);
  background-repeat: no-repeat;
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-escalade {
  background-image: url(images/media/coupure-escalade.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 50vh;
}
.coupure-escalade figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
.normes h2 {
  color: #4c94c8;
  text-align: center;
}
.normes .pan {
  justify-content: center;
}
.normes .pan article {
  width: calc(70% - 40px);
  margin: 20px;
}
.normes .pan article h3 {
  color: #4c94c8;
}
.normes .pan figure {
  background-image: url(images/media/PAN-escalade.png);
  background-repeat: no-repeat;
  width: calc(30% - 40px);
  margin: 20px;
  height: 300px;
}
.normes .sae {
  justify-content: center;
}
.normes .sae article {
  width: calc(70% - 40px);
  margin: 20px;
}
.normes .sae article h3 {
  color: #4c94c8;
  margin-bottom: 20px;
}
.normes .sae figure {
  background-image: url(images/media/SAE-escalade.png);
  background-repeat: no-repeat;
  width: calc(30% - 40px);
  margin: 20px;
  height: 300px;
}
/*-----------------------------------------PRESENTATION ESCALADE*/
.produits-escalade h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-escalade figure {
  width: calc(50% - 40px);
  height: 500px;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-escalade figure:nth-of-type(1) {
  background-image: url(images/media/produits-escalade/PAN.jpg);
}
.produits-escalade figure:nth-of-type(2) {
  background-image: url(images/media/produits-escalade/SAE.jpg);
}
.produits-escalade article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-escalade article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-escalade {
  background-image: url(images/media/decouverte-escalade.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-escalade h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.protections {
  text-align: center;
  color: #4c94c8;
}
.protections img {
  display: block;
  margin: 0 auto;
}
.protections article {
  width: calc(50% - 40px);
  margin: 20px;
  position: relative;
}
.protections article .btn1 {
  display: inline-block;
  bottom: -65px;
  left: 0;
}
.protections figure {
  background-image: url(images/media/coeur-protections.jpg);
  background-repeat: no-repeat;
  width: calc(50% - 40px);
  margin: 20px;
  margin-bottom: 20px;
}
.coupure-protections {
  background-image: url(images/media/coupure-protections.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 50vh;
}
.coupure-protections figure {
  background-image: url(images/logo/fabritech-header.png);
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
/*----------------------------------------PRESENTATION PROTECTIONS*/
.produits-protections h2 {
  color: #4c94c8;
  text-align: center;
}
.produits-protections figure {
  width: calc(50% - 40px);
  height: 500px;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.produits-protections figure:nth-of-type(1) {
  background-image: url(images/media/produits-protections/salles.jpg);
}
.produits-protections figure:nth-of-type(2) {
  background-image: url(images/media/produits-protections/basket.jpg);
}
.produits-protections figure:nth-of-type(3) {
  background-image: url(images/media/produits-protections/volley.jpg);
}
.produits-protections figure:nth-of-type(4) {
  background-image: url(images/media/produits-protections/trampoline.jpg);
}
.produits-protections figure:nth-of-type(5) {
  background-image: url(images/media/produits-protections/boxe.jpg);
}
.produits-protections figure:nth-of-type(6) {
  background-image: url(images/media/produits-protections/rugby.jpg);
}
.produits-protections article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.produits-protections article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.decouverte-protections {
  background-image: url(images/media/decouverte-protections.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  text-align: center;
}
.decouverte-protections h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6e3e3;
  margin: 80px 0;
}
.bache h2 {
  color: #4c94c8;
  text-align: center;
}
.bache figure {
  width: calc(50% - 40px);
  height: 500px;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
}
.bache figure:nth-of-type(1) {
  background-image: url(images/media/produits-autres/bache.jpg);
}
.bache figure:nth-of-type(2) {
  background-image: url(images/media/produits-autres/mousse.jpg);
}
.bache figure:nth-of-type(3) {
  background-image: url(images/media/produits-autres/crea.jpg);
}
.bache article {
  width: calc(50% - 40px);
  margin: 20px;
  color: #4c94c8;
}
.bache article h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.produits-nouveau {
  background-image: url(images/media/fond-nouveau.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.produits-nouveau article {
  width: calc(50% - 20px);
  margin: 10px;
  padding-bottom: 40px;
  text-align: center;
  box-shadow: 7px 7px 5px 0px #a09fb2;
  background-color: rgba(255, 255, 255, 0.5);
}
.produits-nouveau article figure {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.produits-nouveau article:nth-of-type(1) figure {
  background-image: url(images/nouveautes/Tapis-scolaire.PNG);
}
.produits-nouveau article:nth-of-type(2) figure {
  background-image: url(images/nouveautes/biseau.jpg);
}
.produits-nouveau article:nth-of-type(3) figure {
  background-image: url(images/nouveautes/pole.jpg);
}
.produits-nouveau article h3 {
  color: #4c94c8;
  font-size: 30px;
  margin-bottom: 20px;
}
.produits-nouveau article a {
  color: #4c94c8;
}
.gallerie .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gallerie h1 {
  color: #4c94c8;
  text-align: center;
  margin-bottom: 20px;
}
.gallerie h2 {
  text-align: center;
  text-transform: uppercase;
  color: #4c94c8;
  margin: 40px 0;
}
@media screen and (max-width: 1440px) {
  center {
    width: 100%;
  }
  .nouveau article {
    position: relative;
    width: calc(50% - 20px);
  }
  .garanties article .btn2 {
    left: 45px;
  }
  .contact .container {
    padding: 0 250px;
  }
}
@media screen and (max-width: 1024px) {
  .top nav ul.menu li a {
    padding: 0 18px;
  }
  .top header h2 {
    font-size: 40px;
  }
  .nouveau {
    background-image: url(images/media/media-1024/nouveaute.jpg);
  }
  .nouveau article:nth-of-type(1) p {
    margin-bottom: 40px;
  }
  .nouveau article:nth-of-type(3) p {
    margin-bottom: 40px;
  }
  .nouveau article .btn1 {
    position: absolute;
    bottom: -20px;
    left: 85px;
  }
  .presentation article .btn {
    margin: 20px;
  }
  .realisations .rea {
    background-image: url(images/media/media-1024/realisations.jpg);
  }
  .realisations .rea:hover {
    background-image: url(images/media/media-1024/realisations-hover.jpg);
  }
  .coeur article .contenu .btn1 {
    left: 90px;
  }
  .coeur article:nth-of-type(1) figure {
    background-image: url(images/media/media-1024/coeur-escalade.jpg);
  }
  .coeur article:nth-of-type(3) figure {
    background-image: url(images/media/media-1024/coeur-scolaire.jpg);
  }
  .coeur article:nth-of-type(4) figure {
    background-image: url(images/media/media-1024/coeur-gym.jpg);
  }
  .coeur article:nth-of-type(5) figure {
    background-image: url(images/media/media-1024/coeur-athle.jpg);
  }
  .coeur article:nth-of-type(6) figure {
    background-image: url(images/media/media-1024/coeur-lutte.jpg);
  }
  .garanties article {
    width: calc(50% - 20px);
  }
  .garanties article .btn2 {
    left: 100px;
  }
  .escalade article .btn1,
  .protections article .btn1,
  .scolaire article .btn1,
  .gym article .btn1,
  .athle article .btn1,
  .lutte article .btn1 {
    left: -39px;
  }
  .produits-nouveau {
    background-position: center;
  }
}
@media screen and (max-width: 780px) {
  .top {
    min-height: 60vh;
    background-image: url(images/header/header-tablette.jpg);
  }
  .top header .logo {
    background-image: url(images/logo/fabritech-header-tablette.png);
    width: 450px;
    height: 225px;
  }
  .top header .logo:hover {
    background-image: url(images/logo/fabritech-header-tablette-hover.png);
  }
  .top header h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .top nav .burger {
    display: block;
    position: relative;
    z-index: 999;
    left: 0;
  }
  .top nav .burger.openBurger {
    background-position: right;
  }
  .top nav ul.menu {
    position: fixed;
    z-index: 998;
    top: 0;
    min-height: 100vh;
    width: 100%;
    background-color: #4c94c8;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
    left: 100%;
  }
  .top nav ul.menu.open {
    left: 0;
  }
  .top nav ul.menu li a {
    margin: 20px 80px;
    color: #e6e3e3;
  }
  .nouveau {
    background-image: url(images/media/media-tablette/nouveaute.jpg);
  }
  .nouveau h2 {
    font-size: 45px;
  }
  .nouveau article {
    width: calc(100% - 20px);
  }
  .nouveau article p {
    margin-bottom: 30px;
  }
  .nouveau article .btn1 {
    left: 190px;
  }
  .presentation video {
    width: 100%;
  }
  .presentation article {
    width: 100%;
  }
  .concept {
    background-image: url(images/media/media-tablette/concept.jpg);
  }
  .realisations article {
    width: 100%;
  }
  .realisations .rea {
    width: 100%;
    background-image: url(images/media/media-tablette/realisations.jpg);
  }
  .coupure {
    background-image: url(images/media/media-tablette/coupure-coeur.jpg);
  }
  .coeur article {
    width: calc(100% - 20px);
  }
  .coeur article figure {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .coeur article .contenu .btn1 {
    left: 170px;
  }
  .coeur article:nth-of-type(1) figure {
    background-image: url(images/media/media-tablette/coeur-escalade-tabllette.jpg);
  }
  .coeur article:nth-of-type(2) figure {
    background-image: url(images/media/media-tablette/coeur-protections-tablette.jpg);
  }
  .coeur article:nth-of-type(3) figure {
    background-image: url(images/media/media-tablette/coeur-scolaire-tablette.jpg);
  }
  .coeur article:nth-of-type(4) figure {
    background-image: url(images/media/media-tablette/coeur-gym-tablette.jpg);
  }
  .coeur article:nth-of-type(5) figure {
    background-image: url(images/media/media-tablette/coeur-athle-tablette.jpg);
  }
  .coeur article:nth-of-type(6) figure {
    background-image: url(images/media/media-tablette/coeur-lutte-tablette.jpg);
  }
  .garanties article {
    width: calc(100% - 20px);
  }
  .garanties article .btn2 {
    left: 205px;
  }
  .contact .container {
    padding: 0 100px;
  }
  .catalogue article .container h2 {
    font-size: 34px;
  }
  .sociaux h2 {
    font-size: 26px;
  }
  footer {
    background-image: url(images/media/media-tablette/footer-tablette.jpg);
  }
  footer article {
    width: calc(100% - 20px);
  }
  #scroll_to_top img {
    width: 80px;
    position: absolute;
    right: -35px;
  }
  .escalade article,
  .protections article,
  .scolaire article,
  .gym article,
  .athle article,
  .lutte article {
    width: calc(100% - 20px);
  }
  .escalade article .btn1,
  .protections article .btn1,
  .scolaire article .btn1,
  .gym article .btn1,
  .athle article .btn1,
  .lutte article .btn1 {
    left: 144px;
    font-size: 12px;
    margin-bottom: 31px;
  }
  .escalade figure,
  .protections figure,
  .scolaire figure,
  .gym figure,
  .athle figure,
  .lutte figure {
    width: calc(100% - 20px);
    height: 200px;
  }
  .escalade figure {
    background-image: url(images/media/media-tablette/escalade.jpg);
  }
  .protections figure {
    background-image: url(images/media/media-tablette/protections.jpg);
  }
  .decouverte-protections {
    background-image: url(images/media/media-tablette/decouverte-protections.jpg);
  }
  .scolaire figure {
    background-image: url(images/media/media-tablette/scolaire.jpg);
  }
  .decouverte-scolaire {
    background-image: url(images/media/media-tablette/decouverte-scolaire.jpg);
  }
  .gym figure {
    background-image: url(images/media/media-tablette/gym.jpg);
  }
  .athle figure {
    background-image: url(images/media/media-tablette/athle.jpg);
  }
  .coupure-athle {
    background-image: url(images/media/media-tablette/decouverte-athle.jpg);
  }
  .lutte figure {
    background-image: url(images/media/media-tablette/lutte.jpg);
  }
  .decouverte-lutte {
    background-image: url(images/media/media-tablette/decouverte-lutte.jpg);
  }
  .coupure-escalade figure,
  .coupure-protections figure,
  .coupure-scolaire figure,
  .coupure-gym figure,
  .coupure-athle figure,
  .coupure-lutte figure {
    width: 420px;
    height: 265px;
    background-image: url(images/logo/coupure-tablette.png);
  }
  .normes .pan article {
    width: calc(100% - 20px);
  }
  .normes .pan figure {
    width: calc(100% - 20px);
  }
  .normes .sae article {
    width: calc(100% - 20px);
  }
  .normes .sae figure {
    width: calc(100% - 20px);
  }
  .produits-escalade figure,
  .produits-protections figure,
  .produits-scolaires figure,
  .produits-gym figure,
  .produits-athle figure,
  .produits-lutte figure,
  .bache figure {
    width: calc(100% - 20px);
    height: 400px;
  }
  .produits-escalade article,
  .produits-protections article,
  .produits-scolaires article,
  .produits-gym article,
  .produits-athle article,
  .produits-lutte article,
  .bache article {
    width: calc(100% - 20px);
  }
  .produits-nouveau article {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 425px) {
  section {
    padding: 10px 0;
  }
  .top {
    background-image: url(images/header/header-portable.jpg);
  }
  .top header .logo {
    width: 345px;
    height: 195px;
    background-image: none;
  }
  .top header h2 {
    font-size: 14px;
    margin-top: 0;
  }
  .nouveau {
    background-image: url(images/media/media-portable/nouveaute.jpg);
  }
  .nouveau h2 {
    font-size: 30px;
  }
  .nouveau article .btn1 {
    left: 70px;
  }
  .presentation article .btn {
    margin: 0;
  }
  .concept {
    background-image: url(images/media/media-portable/concept.jpg);
  }
  .concept .wrap {
    padding: 20px;
  }
  .concept .wrap .btn {
    display: block;
  }
  .realisations .rea {
    background-image: url(images/media/media-portable/realisations-portable.jpg);
  }
  .coupure .wrapper2 {
    padding: 0;
  }
  .coupure .wrapper2 h2 {
    font-size: 25px;
  }
  .coeur article .contenu .btn1 {
    left: 70px;
  }
  .coeur article:nth-of-type(1) figure {
    background-image: url(images/media/media-portable/coeur-escalade.jpg);
  }
  .coeur article:nth-of-type(2) figure {
    background-image: url(images/media/media-portable/coeur-protections.jpg);
  }
  .coeur article:nth-of-type(3) figure {
    background-image: url(images/media/media-portable/coeur-scolaire.jpg);
  }
  .coeur article:nth-of-type(4) figure {
    background-image: url(images/media/media-portable/coeur-gym.jpg);
  }
  .coeur article:nth-of-type(5) figure {
    background-image: url(images/media/media-portable/coeur-athle.jpg);
  }
  .coeur article:nth-of-type(6) figure {
    background-image: url(images/media/media-tablette/coeur-lutte-tablette.jpg);
  }
  .garanties article .btn2 {
    left: 85px;
  }
  .contact .container {
    padding: 0 50px;
  }
  .catalogue figure {
    width: 350px;
    height: 280px;
  }
  footer {
    background-image: url(images/media/media-portable/footer.jpg);
    background-position: center;
    background-attachment: fixed;
  }
  .escalade article .btn1,
  .protections article .btn1,
  .scolaire article .btn1,
  .gym article .btn1,
  .athle article .btn1,
  .lutte article .btn1 {
    left: 25px;
  }
  .escalade figure {
    background-image: url(images/media/media-portable/escalade.jpg);
  }
  .produits-escalade figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-escalade/pan.jpg);
  }
  .produits-escalade figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-escalade/sae.jpg);
  }
  .produits-escalade article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .decouverte-escalade {
    background-image: url(images/media/media-portable/decouverte-escalade.jpg);
  }
  .protections figure {
    background-image: url(images/media/media-portable/protections.jpg);
  }
  .produits-protections figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-protection/protections-salle.jpg);
  }
  .produits-protections figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-protection/basket.jpg);
  }
  .produits-protections figure:nth-of-type(3) {
    background-image: url(images/media/media-portable/produits-protection/volley.jpg);
  }
  .produits-protections figure:nth-of-type(4) {
    background-image: url(images/media/media-portable/produits-protection/trampoline.jpg);
  }
  .produits-protections figure:nth-of-type(5) {
    background-image: url(images/media/media-portable/produits-protection/boxe.jpg);
  }
  .produits-protections figure:nth-of-type(6) {
    background-image: url(images/media/media-portable/produits-protection/rugby.jpg);
  }
  .produits-protections article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .coupure-scolaire {
    background-position: center;
  }
  .produits-scolaires figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-scolaire/tapis.jpg);
  }
  .produits-scolaires figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-scolaire/chemin.jpg);
  }
  .produits-scolaires figure:nth-of-type(3) {
    background-image: url(images/media/media-portable/produits-scolaire/piste.jpg);
  }
  .produits-scolaires figure:nth-of-type(4) {
    background-image: url(images/media/media-portable/produits-scolaire/matelas-poly.jpg);
  }
  .produits-scolaires figure:nth-of-type(5) {
    background-image: url(images/media/media-portable/produits-scolaire/matelas-pliant.jpg);
  }
  .produits-scolaires figure:nth-of-type(6) {
    background-image: url(images/media/media-portable/produits-scolaire/juxta.jpg);
  }
  .produits-scolaires figure:nth-of-type(7) {
    background-image: url(images/media/media-portable/produits-scolaire/sautoir-scolaire.jpg);
  }
  .produits-scolaires figure:nth-of-type(8) {
    background-image: url(images/media/media-portable/produits-scolaire/sautoir-pliant.jpg);
  }
  .produits-scolaires article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .gym figure {
    background-image: url(images/media/media-portable/gym.jpg);
  }
  .coupure-gym {
    background-image: url(images/media/media-portable/coupure-gym.jpg);
    background-size: auto;
  }
  .produits-gym figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-gym/tapis.jpg);
  }
  .produits-gym figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-gym/matelas-poly.jpg);
  }
  .produits-gym article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .coupure-athle {
    background-image: url(images/media/media-portable/athle.jpg);
    background-size: auto;
  }
  .produits-athle figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-athle/sautoir-modulaire.jpg);
  }
  .produits-athle figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-athle/sautoir-mono.jpg);
  }
  .produits-athle figure:nth-of-type(3) {
    background-image: url(images/media/media-portable/produits-athle/perche-mono.jpg);
  }
  .produits-athle figure:nth-of-type(4) {
    background-image: url(images/media/media-portable/produits-athle/sautoir-perche.jpg);
  }
  .produits-athle figure:nth-of-type(5) {
    background-image: url(images/media/media-portable/produits-athle/double.jpg);
  }
  .produits-athle article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .lutte figure {
    background-image: url(images/media/media-portable/lutte.jpg);
  }
  .coupure-lutte {
    background-image: url(images/media/media-portable/coupure-lutte.jpg);
    background-size: auto;
  }
  .produits-lutte figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-lutte/tapis-pro.jpg);
  }
  .produits-lutte figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-lutte/tapis-lutte.jpg);
  }
  .produits-lutte figure:nth-of-type(3) {
    background-image: url(images/media/media-portable/produits-lutte/tapis-college.jpg);
  }
  .produits-lutte article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .bache figure:nth-of-type(1) {
    background-image: url(images/media/media-portable/produits-autres/bache.jpg);
  }
  .bache figure:nth-of-type(2) {
    background-image: url(images/media/media-portable/produits-autres/mousse.jpg);
  }
  .bache figure:nth-of-type(3) {
    background-image: url(images/media/media-portable/produits-autres/crea.jpg);
  }
  .bache article .btn {
    line-height: 40px;
    font-size: 17px;
  }
  .coupure-escalade,
  .coupure-protections,
  .coupure-scolaire,
  .coupure-gym,
  .coupure-athle,
  .coupure-lutte {
    min-height: 60vh;
  }
  .coupure-escalade figure,
  .coupure-protections figure,
  .coupure-scolaire figure,
  .coupure-gym figure,
  .coupure-athle figure,
  .coupure-lutte figure {
    width: 300px;
    height: 200px;
    background-image: url(images/logo/coupure-portable.png);
  }
  .decouverte-escalade h3,
  .decouverte-protections h3,
  .decouverte-scolaire h3,
  .decouverte-gym h3,
  .decouverte-athle h3,
  .decouverte-lutte h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  p {
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
  }
  .top {
    animation: none;
  }
  .top header {
    min-height: 50vh;
    background-repeat: no-repeat;
  }
  .top header .logo {
    width: 250px;
    height: 180px;
    background-image: url(images/logo/fabritech-header-portable375.png);
  }
  .top header h2 {
    font-size: 12px;
  }
  .nouveau h2 {
    font-size: 27px;
  }
  .nouveau article .btn1 {
    left: 50px;
  }
  .coeur article .contenu .btn1 {
    left: 45px;
  }
  .garanties article .btn2 {
    left: 55px;
  }
  .catalogue figure {
    width: 350px;
    height: 280px;
  }
  .normes .btn {
    margin-left: 10px;
    line-height: 40px;
    font-size: 15px;
  }
  .escalade article .btn1,
  .protections article .btn1,
  .scolaire article .btn1,
  .gym article .btn1,
  .athle article .btn1,
  .lutte article .btn1 {
    left: 10px;
    font-size: 11px;
  }
  .produits-escalade article .btn,
  .produits-protections article .btn,
  .produits-scolaires article .btn,
  .produits-gym article .btn,
  .produits-athle article .btn,
  .produits-lutte article .btn,
  .bache article .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .top {
    background-size: auto;
  }
  .top header .logo {
    background-image: none;
  }
  nav .burger {
    left: 215px;
  }
  .nouveau article .btn1 {
    left: 17px;
  }
  .realisations .rea {
    background-image: url(images/media/media-portable/realisations-portable320.jpg);
  }
  .coeur article .contenu .btn1 {
    left: 14px;
  }
  .garanties article .btn2 {
    left: 33px;
  }
  .catalogue figure {
    width: 270px;
  }
  .escalade article .btn1,
  .protections article .btn1,
  .scolaire article .btn1,
  .gym article .btn1,
  .athle article .btn1,
  .lutte article .btn1 {
    left: 7px;
    font-size: 8px;
  }
  .produits-escalade article .btn,
  .produits-protections article .btn,
  .produits-scolaires article .btn,
  .produits-gym article .btn,
  .produits-athle article .btn,
  .produits-lutte article .btn,
  .bache article .btn {
    font-size: 12px;
  }
}
/*---------------------------------------------Point Break*/
