/*
COULEURS:
gris:         #D3D3D3;
gris-foncé:   #4F5F5D;
rouge:        #C5645B;
jaune:        #FFCC66;
bleu clair:   #9BB5BB;
bleu fonce:   #415C71;
*/
/*
FONTS:
"AmaticaBold"
"AmaticaRegular"
"CaviarDreams"
"CaviarDreamsBold"
*/
@import url("fonts.css");

html, body{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: arial;
  background-color: #f9f9f9;
}
.wrapper{
  width:100%;
  height: auto;
}
.wrapper_content{
  width:100%;
  height: auto;
  min-height: 950px;
  margin: 0 auto;
}
/*************TEXT*******************/
p{
  color: #414141;
}
.text_scramble {
  font-weight: 100;
  color: #C5645B;
  font-family: "AmaticaRegular";
}
.dud {
  color: #415C71;
}
/*****************CONTENT*****************/
.content{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  background-color:#f9f9f9;
  /*background-color: #E65;*/
}
.content .content_content{
  flex: 0 0 auto;
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  /*  background-color: #EEE; */
}
.content_content h1{
  font-size: 3rem;
  font-family: "AmaticaRegular";
  font-weight: 500;
  text-align: center;
  color: #C5645B;
}
.content_content .engre_ergo_Img_text_content{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  top: 0;
  width: 100%;
  height: auto;
  /*  background-color: khaki; */
}
.content_content .engreImg{
  margin: 0 auto;
  min-width: 75px;
  max-width: 330px;
  max-height: 230px;
  padding: 50px 10px 10px 10px;
  background-repeat: no-repeat;
  /*  background-color: tomato; */
  /*  background: url("../img/engreMaintenance.png"); */
}
.content_content .engre_ergo_text{
  position: relative;
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
.content_content .engre_ergo_text p{
  text-align: justify;
  justify-content: space-between;
  font-size: 1.3em;
  color: #415C71;
  font-family: "caviarDreams";
}
.content_content .engre_ergo_text .terminal{
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.content_content .button_nous_contacter{
  position: relative;
  width: 200px;
  padding: 10px;
  border: 1px solid #415c71;
  border-radius: 3px;
  margin: 50px auto 0 auto;
  text-align: center;
}
.content_content .button_nous_contacter a{
  color: #c5645b;
  font-size: 1.5rem;
  text-decoration: none;
  transition: .3s;
}
.content_content .button_nous_contacter a:hover{
  border-bottom: 1px solid #c5645b;
}
.content_content .engre_ergo_text .firtLettre{
  text-align: justify;
  justify-content: space-between;
  font-size: 2.3em;
  padding:2px;
  color: #C5645B;
  font-family: "caviarDreams";
}
.content_content .separLine{
  width: 100%;
  height: 1px;
  margin: 50px 0;
  background-color: #C5645B;
}
.content_content .ergoImg{
  margin: 0 auto;
  min-width: 75px;
  max-width: 250px;
  max-height: 250px;
  padding: 40px 10px 10px 10px;
  background-repeat: no-repeat;
  /*  background-color: tomato; */
  /*  background: url("../img/engreMaintenance.png"); */
}

/** MAINTENANCE **/
.content_content .maintenance{
  width: 100%;
  height: auto;
}
.content_content .maintenance h2{
  color: #415C71;
  font-family: "caviarDreams";
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 50px;
}
.content_content .maintenance_content{
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  height: auto;
  transition: .5s;
}
.content_content .div_maint{
  /*
  flex grow   -> 0 (ou 1 s'il sétir)
  flex shrink -> 0 (oi 1 s'il se contract)
  flex basis  -> auto (ou Xpx taille div)
  */
  flex: 0 0 auto;
  position: relative;
  width: 300px;
  height: 500px;
  border-radius: 5px;
  border: 2px solid #C5645B;
  margin: 20px auto;
  font-family: "caviarDreams";
  bottom: 0;
}
.content_content .div_maint:hover{
  transform: translateY(-10px);
}
.content_content .div_maint:nth-child(1){
  top: 80px;
}
.content_content .div_maint:nth-child(2){
  height: 580px;
}
.content_content .div_maint:nth-child(3){
  top: 40px;
  height: 540px;
}
.content_content .div_maint h3{
  text-transform: uppercase;
  color: #C5645B;
  line-height: .5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-family: "CaviarDreamsBold";
}
.content_content .div_maint h4{
  color: #415C71;
  line-height: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 8px;
}
.content_content .div_maint .sep_div_maint{
  width: 100%;
  height: 1px;
  background-color: #C5645B;
}
.content_content .div_maint p{
  text-align: center;
  color: #C5645B;
  padding: 0;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: .1rem;
}
.content_content .div_maint legend{
  font-size: .8rem;
  color: #415C71;
  margin-left: 5px;
}
.content_content .div_maint .prix{
  position: relative;
  width: 45%;
  top: 18px;
  color: #415C71;
  left: 64%;
  font-size: 3rem;
  font-family: "CaviarDreamsBold";
  text-align: right;
  padding-right: 10px;
  transform: rotate(-90deg);
}
.content_content .div_maint .prix sup{
  position: relative;
  top: -10px;
  font-size: .7rem;
}
.content_content .div_maint .prix span{
  font-size: .7rem;
  color: #C5645B;
  line-height: 3rem;
}
.content_content .div_maint .img_takos_prix{
  position: relative;
  left: 15px;
}
.content_content .div_maint #mini_takos{
  position: relative;
  top: 4px;
}
.content_content .div_maint #middle_takos{
  position: relative;
  top: -120px;
}
.content_content .div_maint #super_takos{
  position: relative;
  top: -122px;
}
/** /MAINTENANCE **/

/** ERGONOMIE **/
.content_content .ergonomie_content{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
}
.content_content .ergonomie_content h1{
  margin: 0 auto 40px auto;
}
.content_content .ergonomie_content h2{
  color: #415C71;
  font-family: "caviarDreams";
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 50px;
}
.content_content .div_ergo{
  flex: 0 0 auto;
  position: relative;
  width: 350px;
  height: 300px;
  border-radius: 5px;
  border: 0px solid #C5645B;
  margin: 20px auto;
  font-family: "caviarDreams";
  bottom: 0;
}
.content_content .div_ergo:hover{
/*  transform: translateY(-10px); */
}




body {
  -webkit-perspective: 5000;
          perspective: 5000;
}

.div_ergo .demo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* -webkit-transform: rotateY(3deg) rotateX(-40deg) rotateZ(34deg);
          transform: rotateY(3deg) rotateX(-40deg) rotateZ(34deg);
  */
}
.div_ergo .device {
  width: 110px;
  background-color: #415C71;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-animation: device-animation 6000ms ease-in-out infinite;
          animation: device-animation 6000ms ease-in-out infinite;
}
.div_ergo .device:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #415C71;
  border-radius: 6px;
  z-index: 1;
}

.div_ergo .device-button {
  position: absolute;
  border-radius: 8px;
  -webkit-animation: device-button-animation 6000ms ease-in-out infinite;
          animation: device-button-animation 6000ms ease-in-out infinite;
}

.div_ergo .main {
  height: 150px;
  background-color: white;
  display: flex;
  padding: 4px;
  overflow: hidden;
}
.div_ergo .main .sidebar {
  width: 25%;
  background-color: #e3dbdb;
  margin-right: 4px;
  -webkit-animation: sidebar-animation 6000ms ease-in-out infinite;
          animation: sidebar-animation 6000ms ease-in-out infinite;
}
.div_ergo .main .content_mobil {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-animation: content-animation 6000ms ease-in-out infinite;
          animation: content-animation 6000ms ease-in-out infinite;
  margin: -2px;
  padding: 0;
}
.div_ergo .main .content_mobil li {
  position: relative;
  padding: 0;
  background-color: #e3dbdb;
  height: 20%;
  width: 100%;
  margin: 2px;
  list-style-type: none;
}
.div_ergo .main .content_mobil .bloc {
  -webkit-animation: bloc-animation 6000ms ease-in-out infinite;
          animation: bloc-animation 6000ms ease-in-out infinite;
}

.div_ergo .header {
  background-color: #ccc;
  height: 22px;
  position: relative;
}
.div_ergo .header .menu_responsive_animation {
  position: absolute;
  overflow: hidden;
  width: 14px;
  right: 4px;
  top: -12px;
  -webkit-animation: menu-animation 6000ms ease-in-out infinite;
          animation: menu-animation 6000ms ease-in-out infinite;
}
.div_ergo .header .menu_responsive_animation li {
  font-size: 0;
  background-color: gray;
  height: 2px;
  width: 100%;
  margin: 2px;
  flex-basis: 100%;
}

@-webkit-keyframes bloc-animation {
  0%,
  56%,
  100% {
    flex-basis: 100%;
  }
  66%,
  90% {
    flex-basis: 31%;
  }
}

@keyframes bloc-animation {
  0%,
  56%,
  100% {
    flex-basis: 100%;
  }
  66%,
  90% {
    flex-basis: 30.5%;
  }
}
@-webkit-keyframes content-animation {
  0%,
  23%,
  100% {
    height: 125%;
  }
  33%,
  56% {
    height: 125%;
  }
  66%,
  90% {
    height: 225%;
  }
}
@keyframes content-animation {
  0%,
  23%,
  100% {
    height: 125%;
  }
  33%,
  56% {
    height: 125%;
  }
  66%,
  90% {
    height: 225%;
  }
}
@-webkit-keyframes sidebar-animation {
  0%,
  23%,
  100% {
    width: 0;
    margin-left: 0;
  }
  33%,
  90% {
    width: 35%;
    margin-left: 4px;
  }
}
@keyframes sidebar-animation {
  0%,
  23%,
  100% {
    width: 0;
    margin-left: 0;
  }
  33%,
  90% {
    width: 35%;
    margin-left: 4px;
  }
}
@-webkit-keyframes menu-animation {
  0%,
  56%,
  100% {
    width: 14px;
  }
  66%,
  90% {
    width: 0;
  }
}
@keyframes menu-animation {
  0%,
  56%,
  100% {
    width: 14px;
  }
  66%,
  90% {
    width: 0;
  }
}
@-webkit-keyframes device-button-animation {
  0%,
  23%,
  100% {
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 7px;
    width: 10px;
    border: 2px solid white;
    background: transparent;
    box-shadow: none;
    opacity: 1;
  }
  33%,
  56% {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
    bottom: 50%;
    height: 6px;
    width: 6px;
    border: none;
    background: white;
    box-shadow: none;
    opacity: 1;
  }
  66%,
  90% {
    left: 6px;
    bottom: 100%;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    border: none;
    width: 5px;
    height: 5px;
    opacity: 1;
    background: white;
    box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), 16px 0 0 rgba(255, 255, 255, 0.8);
  }
  25%, 28%, 60%, 63%, 96%, 99% {
    opacity: 0;
  }
}
@keyframes device-button-animation {
  0%,
  23%,
  100% {
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 7px;
    width: 10px;
    border: 2px solid white;
    background: transparent;
    box-shadow: none;
    opacity: 1;
  }
  33%,
  56% {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
    bottom: 50%;
    height: 6px;
    width: 6px;
    border: none;
    background: white;
    box-shadow: none;
    opacity: 1;
  }
  66%,
  90% {
    left: 6px;
    bottom: 100%;
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    border: none;
    width: 5px;
    height: 5px;
    opacity: 1;
    background: white;
    box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), 16px 0 0 rgba(255, 255, 255, 0.8);
  }
  25%, 28%, 60%, 63%, 96%, 99% {
    opacity: 0;
  }
}
@-webkit-keyframes device-animation {
  0%,
  23%,
  100% {
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 4px;
    width: 110px;
  }
  33%,
  56% {
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    width: 200px;
  }
  66%,
  90% {
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 12px;
    width: 240px;
  }
}
@keyframes device-animation {
  0%,
  23%,
  100% {
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 4px;
    width: 110px;
  }
  33%,
  56% {
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    width: 200px;
  }
  66%,
  90% {
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 12px;
    width: 240px;
  }
}

/** /ERGONOMIE **/

.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


/*****************FOOTER*****************/

.footer{
  position: relative;
  width: 100%;
  height: auto;
  min-height:10px;
  display: flex;
  flex-flow: row wrap;
  /*padding-top:20px;*/
  background-color:#C5645B;
}
.footer .footer_content{
  flex: 0 0 auto;
  position: relative;
  width: 98%;
  height: auto;
  margin: 0 auto;
  /*background-color:#f9f9f9;*/
  /*padding-top: 60px;*/
}
.footer_content p{
  position: relative;
  color: #415C71;
  text-align: center;
  font-size: 13px;
  font-family: "caviarDreams";
}
