@import url(http://fonts.googleapis.com/css?family=Numans);
@import url(http://fonts.googleapis.com/css?family=Yesteryear);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html,
body {
  margin: 0;
  position: relative;
  background: #f5f5f5;
  color: #232524;
  font-family: 'Numans';
}
@keyframes mymove {
  0% {
    transform: translate(0,-15px);
  }
  50% {
    transform: translate(0,0px);
  }
  100% {
    transform: translate(0,-15px);
  }
}
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate(0,-15px);
  }
  50% {
    -webkit-transform: translate(0,0px);
  }
  100% {
    -webkit-transform: translate(0,-15px);
  }
}
.btn {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px;
  border: 1px solid #e3e3e3;
  font-family: 'Numans';
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 10px;
  -webkit-appearance: none;
  background: #909090;
  color: #fff;
  display: block;
  line-height: 33px;
  text-align: center;
}
.btn:hover {
  color: #909090;
  background: #e3e3e3;
}
header #show-menu {
  height: 40px;
  padding: 10px 0;
  display: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
header nav#change-langue {
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  top: 0;
  z-index: 35;
  max-height: 30px;
  overflow: hidden;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -ms-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  right: 10px;
  top: 10px;
  border: 1px solid #e3e3e3;
  /*display: none !important;*/
}
header nav#change-langue.open {
  max-height: 90px;
}
header nav#change-langue a,
header nav#change-langue #selected-langue,
header nav#change-langue #btn-change-langue {
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px solid #efebea;
  background: #fff;
  background: rgba(255,255,255,0.6);
}
header nav#change-langue a:hover {
  background: rgba(204,204,204,0.6);
}
header nav#change-langue #btn-change-langue {
  display: none;
}
header nav#menu {
  text-align: center;
  padding: 25px 0;
}
header nav#menu a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  color: #909090;
  opacity: 0;
  -webkit-transform: translate3d(-50px,0,0);
  -moz-transform: translate3d(-50px,0,0);
  -ms-transform: translate3d(-50px,0,0);
  -o-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
  -webkit-transition: all .4s ease-in 0s;
  -moz-transition: all .4s ease-in 0s;
  -ms-transition: all .4s ease-in 0s;
  -o-transition: all .4s ease-in 0s;
  transition: all .4s ease-in 0s;
}
header nav#menu a.visible {
  opacity: 1;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}
header nav#menu a:hover {
  color: #232524;
}
header nav#menu a:last-of-type {
  margin-right: 0;
}
footer {
  padding-top: 30px;
  height: 460px;
  background: #000;
  position: relative;
  color: #909090;
  margin-top: 40px;
}
footer img#black-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  top: -75px;
  z-index: 3;
}
footer #goto-top {
  display: none;
}
footer .handle {
  position: absolute;
  bottom: 30px;
  width: 100px;
  height: 65px;
  background: url('../images-arto/communs/handle.jpg') no-repeat;
  display: none;
}
footer .handle.left {
  left: 30px;
}
footer .handle.right {
  right: 30px;
}
footer #localisation {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 90px;
  font-family: 'Open Sans';
  font-weight: bold;
}
footer #footer {
  margin: 0 auto;
  max-width: 600px;
  font-family: Helvetica, 'helvetica neue', sans-serif;
  font-size: 10px;
  padding-top: 30px;
}
footer #footer .menu-footer {
  display: inline-block;
  width: 135px;
  vertical-align: top;
  margin-right: 90px;
  padding-top: 0px;
}
footer #footer .menu-footer.last {
  float: right;
  margin-right: 5px;
}
footer #footer .menu-footer:nth-child(3) {
  margin-right: 0;
}
footer #footer .menu-footer a {
  display: block;
  border-bottom: 1px solid #909090;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0 8px;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -ms-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  letter-spacing: 1px;
}
footer #footer .menu-footer a:hover {
  color: #fff;
}
footer #footer .menu-footer a.top-menu {
  text-align: left;
}
footer #footer .menu-footer span#social {
  text-align: center;
  display: block;
}
footer #footer .menu-footer span#social a {
  display: inline-block;
  border-bottom: none;
  padding: 32px 10px 0 0;
}
footer #footer .menu-footer span#social a img {
  width: 20px;
}
#home {
  position: relative;
  width: 100%;
  z-index: 1;
}
#home table {
  width: 100%;
  border-collapse: separate;
}
#home table td {
  position: relative;
  padding: 0;
}
#home table td .slides {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home table td .slides img {
  width: 100%;
}
#home #bloc-souris {
  bottom: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  cursor: pointer;
  -webkit-animation: mymove .8s linear 0s infinite;
  animation: mymove .8s linear 0s infinite;
}
#home .texte-intro {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  line-height: 30px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 13px;
}
#home .texte-intro h1 {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 0;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 22px;
}
#home .texte-intro p {
  margin: 0;
  opacity: 0;
  -webkit-transform: translate3d(0,15px,0);
  -moz-transform: translate3d(0,15px,0);
  -ms-transform: translate3d(0,15px,0);
  -o-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
#home .texte-intro p.visible {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#home .texte-intro p:last-of-type {
  margin-bottom: 0;
}
#home #mot-intro {
  height: 440px;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 65px;
  background-image: url('../images-arto/home/services/arto-since-1982.jpg');
  margin-bottom: -40px;
}
#home #mot-intro .wrapper {
  display: table;
  width: 100%;
  height: 440px;
}
#home #mot-intro .wrapper .inside-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #efebea;
}
#home #mot-intro .wrapper .inside-wrapper .smaller {
  font-size: 20px;
}
#home #video-intro {
  margin: 0 auto 50px;
  max-width: 900px;
}
#home #news {
  text-align: center;
  margin: 50px auto 75px;
}
#home #news h1 {
  text-transform: uppercase;
  margin-top: 50px;
  color: #909090;
  height: 39px;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
#home #news h1::before {
  content: '- ';
}
#home #news h1::after {
  content: ' -';
}
#home #news #la-news {
  width: 900px;
  margin: 0 auto;
  min-height: 300px;
  color: #232524;
  border: 1px solid #e3e3e3;
  padding: 15px;
  background: #fff;
}
#home #news #la-news #l-image {
  float: left;
  display: block;
  width: 300px;
  height: 300px;
  background: #e3e3e3;
}
#home #news #la-news #l-image img {
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
}
#home #news #la-news #contenu-news {
  text-align: left;
  padding: 20px 20px 20px 50px;
  margin-left: 350px;
  background: #fff;
  min-height: 300px;
  border-left: 1px solid #e3e3e3;
}
#home #news #la-news #contenu-news #date {
  font-size: 11px;
  position: relative;
}
#home #news #la-news #contenu-news #date #vers-news {
  position: absolute;
  right: 0;
  text-transform: lowercase;
}
#home #news #la-news #contenu-news h2 {
  margin: 5px 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: "Open Sans";
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}
#home #news #la-news #contenu-news #contenu {
  font-family: Helvetica, 'helvetica neue', sans-serif;
  font-size: 14px;
  line-height: 25px;
}
#home #news #la-news #contenu-news #contenu p {
  margin: 10px 0;
}
#home #news #la-news #contenu-news #contenu p:last-of-type {
  margin-bottom: 0;
}
#home #news #la-news {
  width: 100%;
}
#home #news #la-news #l-image {
  float: none;
  display: block;
  width: 100%;
  height: auto;
}
#home #news #la-news #l-image img {
  width: 100%;
}
#home #news #la-news #contenu-news {
  width: auto;
  margin: 0;
  padding: 20px;
}
#home #super-home {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#home #super-home .bloc-home {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#home .images-du-service {
  height: 400px;
  width: 100%;
  position: relative;
}
#home .images-du-service.top-slide {
  height: 450px;
}
#home .images-du-service .ligne-shape {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#home .images-du-service .wrapper-du-service {
  display: table;
  height: 100%;
  width: 100%;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper {
  display: table;
  margin: 0 auto;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service {
  width: 100%;
  height: 100px;
  display: table-cell;
  border: 4px solid transparent;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate3d(0,50px,0);
  -moz-transform: translate3d(0,50px,0);
  -ms-transform: translate3d(0,50px,0);
  -o-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible h1 {
  opacity: 1;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service h1 {
  color: #efebea;
  margin: 0;
  font-weight: normal;
  font-family: 'Numans';
  font-size: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear .5s;
  -moz-transition: all .3s linear .5s;
  -ms-transition: all .3s linear .5s;
  -o-transition: all .3s linear .5s;
  transition: all .3s linear .5s;
  opacity: 0;
  -webkit-text-shadow: 0 0 15px #909090;
  text-shadow: 0 0 15px #909090;
}
#home .texte-du-service {
  color: #000;
}
#home .texte-du-service .wrapper-service {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#home .texte-du-service .wrapper-service .table-service {
  display: table;
  table-layout: fixed;
  padding: 75px 0;
}
#home .texte-du-service .wrapper-service .table-service.visible .left-service,
#home .texte-du-service .wrapper-service .table-service.visible .right-service {
  opacity: 1;
}
#home .texte-du-service .wrapper-service .table-service.visible .ligne .la-ligne {
  height: 100%;
}
#home .texte-du-service .wrapper-service .table-service .left-service,
#home .texte-du-service .wrapper-service .table-service .right-service {
  display: table-cell;
  width: 50%;
  padding: 0 50px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  font-size: 13px;
  font-family: 'Numans';
  line-height: 20px;
}
#home .texte-du-service .wrapper-service .table-service .ligne {
  display: table-cell;
  width: 1px;
  height: 100%;
  position: relative;
}
#home .texte-du-service .wrapper-service .table-service .ligne .la-ligne {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0px;
  background: #9f9f9f;
  -webkit-transition: all .3s linear .4s;
  -moz-transition: all .3s linear .4s;
  -ms-transition: all .3s linear .4s;
  -o-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
}
#home .images-du-service {
  background-size: 100% auto;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service h1 {
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service .les-liens {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 2px;
}
#home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service .les-liens .separation {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 15px;
}
#home .texte-du-service .wrapper-service .table-service {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all .3s linear .4s;
  -moz-transition: all .3s linear .4s;
  -ms-transition: all .3s linear .4s;
  -o-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
}
#home .texte-du-service .wrapper-service .table-service.visible {
  opacity: 1;
}
#home .texte-du-service .wrapper-service .table-service .texte-intro {
  text-align: center;
  max-width: 900px;
}
#home .texte-du-service .wrapper-service .table-service .texte-intro h1 {
  border-bottom: 0;
}
#home #facebook-content {
  max-width: 900px;
  margin: 50px auto 50px;
}
#home #facebook-content .like {
  display: block;
  margin: 0 auto;
  width: 500px;
}
#equipement {
  margin: 0 auto 75px;
  padding-top: 75px;
}
#equipement h1 {
  text-align: center;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 2px;
  margin: 0 0 50px;
}
#equipement #contenu-equipement {
  margin: 0 auto;
  max-width: 1100px;
}
#equipement #contenu-equipement #type-equipement {
  text-align: center;
  padding-bottom: 25px;
}
#equipement #contenu-equipement #type-equipement span.type {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -ms-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  -webkit-transform: translate3d(0,-30px,0);
  -moz-transform: translate3d(0,-30px,0);
  -ms-transform: translate3d(0,-30px,0);
  -o-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
  opacity: 0;
  color: #909090;
}
#equipement #contenu-equipement #type-equipement span.type.visible {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
#equipement #contenu-equipement #type-equipement span.type.active,
#equipement #contenu-equipement #type-equipement span.type:hover {
  border-bottom-color: #d00f23;
}
#equipement #contenu-equipement #les-equipements {
  text-align: center;
}
#equipement #contenu-equipement #les-equipements .du-materiel {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px dashed #909090;
  margin: 4px 4px 0px;
  position: relative;
  overflow: hidden;
  display: none;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info:hover .goto {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .4s ease-in 0s;
  -moz-transition: all .4s ease-in 0s;
  -ms-transition: all .4s ease-in 0s;
  -o-transition: all .4s ease-in 0s;
  transition: all .4s ease-in 0s;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info:hover .goto .table-goto .cell-goto a {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info .goto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.85);
  -webkit-transform: translate3d(0,100%,0);
  -moz-transform: translate3d(0,100%,0);
  -ms-transform: translate3d(0,100%,0);
  -o-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: all .4s linear .3s;
  -moz-transition: all .4s linear .3s;
  -ms-transition: all .4s linear .3s;
  -o-transition: all .4s linear .3s;
  transition: all .4s linear .3s;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info .goto .table-goto {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info .goto .table-goto .cell-goto {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info .goto .table-goto .cell-goto a {
  display: inline-block;
  color: #d00f23;
  border: 1px solid #d00f23;
  padding: 15px;
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transform: translate3d(0,20px,0);
  -moz-transform: translate3d(0,20px,0);
  -ms-transform: translate3d(0,20px,0);
  -o-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
  -webkit-transition: all .3s ease-out .5s;
  -moz-transition: all .3s ease-out .5s;
  -ms-transition: all .3s ease-out .5s;
  -o-transition: all .3s ease-out .5s;
  transition: all .3s ease-out .5s;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info .goto .table-goto .cell-goto a:hover {
  background: #fff;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info figure {
  height: 100px;
  width: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info figure img {
  max-width: 100px;
  max-height: 100px;
}
#equipement #contenu-equipement #les-equipements .du-materiel .table-info figure figcaption {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
#contact #images-du-contact,
#services .images-du-service {
  height: 400px;
  width: 100%;
  position: relative;
}
#contact #images-du-contact,
#services .images-du-service.top-slide {
  height: 450px;
}
#services #images-du-contact .ligne-shape,
#services .images-du-service .ligne-shape {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contact #images-du-contact .wrapper-du-service,
#services .images-du-service .wrapper-du-service {
  display: table;
  height: 100%;
  width: 100%;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service,
#services .images-du-service .wrapper-du-service .indide-wrapper-service {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service .bloc-wrapper,
#services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper {
  display: table;
  margin: 0 auto;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service,
#services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service {
  width: 100%;
  height: 100px;
  display: table-cell;
  border: 4px solid transparent;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate3d(0,50px,0);
  -moz-transform: translate3d(0,50px,0);
  -ms-transform: translate3d(0,50px,0);
  -o-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible,
#services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible h1,
#services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service.visible h1 {
  opacity: 1;
}
#contact #images-du-contact .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service h1,
#services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service h1 {
  color: #efebea;
  margin: 0;
  font-weight: normal;
  font-family: 'Numans';
  font-size: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear .5s;
  -moz-transition: all .3s linear .5s;
  -ms-transition: all .3s linear .5s;
  -o-transition: all .3s linear .5s;
  transition: all .3s linear .5s;
  opacity: 0;
  -webkit-text-shadow: 0 0 15px #909090;
  text-shadow: 0 0 15px #909090;
}
#services .texte-du-service {
  color: #000;
}
#services .texte-du-service .wrapper-service {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#services .texte-du-service .wrapper-service .table-service {
  display: table;
  table-layout: fixed;
  padding: 75px 0;
}
#services .texte-du-service .wrapper-service .table-service.visible .left-service,
#services .texte-du-service .wrapper-service .table-service.visible .right-service {
  opacity: 1;
}
#services .texte-du-service .wrapper-service .table-service.visible .ligne .la-ligne {
  height: 100%;
}
#services .texte-du-service .wrapper-service .table-service .left-service,
#services .texte-du-service .wrapper-service .table-service .right-service {
  display: table-cell;
  width: 50%;
  padding: 0 50px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  font-size: 13px;
  font-family: 'Numans';
  line-height: 20px;
}
#services .texte-du-service .wrapper-service .table-service .ligne {
  display: table-cell;
  width: 1px;
  height: 100%;
  position: relative;
}
#services .texte-du-service .wrapper-service .table-service .ligne .la-ligne {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0px;
  background: #9f9f9f;
  -webkit-transition: all .3s linear .4s;
  -moz-transition: all .3s linear .4s;
  -ms-transition: all .3s linear .4s;
  -o-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
}
#news {
  padding-bottom: 60px;
}
#news #contenaire-news .une-news {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  background: #fff;
  margin: 1%;
  -webkit-transform: translate3d(0,30px,0);
  -moz-transform: translate3d(0,30px,0);
  -ms-transform: translate3d(0,30px,0);
  -o-transform: translate3d(0,30px,0);
  transform: translate3d(0,30px,0);
  opacity: 0;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  border: 1px solid #e3e3e3;
}
#news #contenaire-news .une-news.visible {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#news #contenaire-news .une-news figure {
  margin: 0;
}
#news #contenaire-news .une-news figure figcaption {
  color: #909090;
}
#news #contenaire-news .une-news figure figcaption h3 {
  margin: 10px 0 0;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: bold;
  font-weight: normal;
  color: #000;
}
#news #contenaire-news .une-news figure figcaption p {
  margin: 10px 0 0;
  font-size: 11px;
}
#news #contenaire-news .une-news figure img {
  display: block;
  border: 1px solid #e3e3e3;
  width: 100%;
}
#news #contenaire-news .une-news .infos-news {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #fff;
  font-family: 'Numans';
  font-size: 13px;
  text-align: justify;
}
@media screen and (max-width: 920px) {
  #news #contenaire-news .une-news {
    width: 31%;
  }
}
@media screen and (max-width: 720px) {
  #news #contenaire-news .une-news {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #news #contenaire-news .une-news {
    width: 98%;
  }
}
.parallax {
  position: relative;
  width: 100%;
  background-size: 100% auto;
}
#contact {
  padding-bottom: 50px;
}
#contact #images-du-contact {
  width: 100%;
  height: 450px;
}
#contact #images-du-contact #ligne-shape {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contact #bloc-contact {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
  padding: 50px 0;
}
#contact #bloc-contact #left-contact,
#contact #bloc-contact #right-contact {
  width: 50%;
  display: table-cell;
  padding: 0 30px;
}
#contact #bloc-contact #left-contact h1,
#contact #bloc-contact #right-contact h1 {
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  margin-top: 50px;
  color: #909090;
  height: 39px;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
#contact #bloc-contact #left-contact h1::before,
#contact #bloc-contact #right-contact h1::before {
  content: '- ';
}
#contact #bloc-contact #left-contact h1::after,
#contact #bloc-contact #right-contact h1::after {
  content: ' -';
}
#contact #bloc-contact #left-contact h1:first-of-type,
#contact #bloc-contact #right-contact h1:first-of-type {
  margin-top: 0;
}
#contact #bloc-contact #left-contact #localisation #photo-arto {
  width: 100px;
  height: 100px;
  float: left;
  vertical-align: middle;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto {
  max-width: 400px;
  margin-left: 100px;
  padding-left: 10px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #titre-arto {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-family: 'Numans';
  font-size: 20px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact {
  display: table;
  width: 100%;
  line-height: 24px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p {
  margin: 0;
  font-size: 13px;
  display: table-cell;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p:first-child {
  padding-right: 15px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p:last-child {
  padding-left: 15px;
  text-align: right;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p span.adresse {
  display: block;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p span.dbl-contact {
  display: inline-block;
  width: 35px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p a {
  display: inline-block;
  width: 120px;
}
#contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p a:hover {
  color: #d00f23;
}
#contact #bloc-contact #left-contact #formulaire {
  width: 100%;
}
#contact #bloc-contact #left-contact #formulaire input,
#contact #bloc-contact #left-contact #formulaire textarea {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px;
  border: 1px solid #e3e3e3;
  font-family: 'Numans';
  font-size: 13px;
}
#contact #bloc-contact #left-contact #formulaire input[type="submit"],
#contact #bloc-contact #left-contact #formulaire textarea[type="submit"] {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px;
  border: 1px solid #e3e3e3;
  font-family: 'Numans';
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 10px;
  -webkit-appearance: none;
  background: #909090;
  color: #fff;
  display: block;
  line-height: 33px;
  text-align: center;
}
#contact #bloc-contact #left-contact #formulaire input[type="submit"]:hover,
#contact #bloc-contact #left-contact #formulaire textarea[type="submit"]:hover {
  color: #909090;
  background: #e3e3e3;
}
#contact #bloc-contact #left-contact #formulaire textarea {
  height: 100px;
  resize: none;
}
#contact #bloc-contact #right-contact #maps iframe {
  width: 100%;
  height: 500px;
}
#contact #bloc-contact #right-contact #maps #gmaps {
  display: none;
}
#contact #bloc-contact #right-contact #social-icn a.social {
  display: inline-block;
  margin-right: 20px;
}
#contact #bloc-contact #right-contact #social-icn a#download-plan {
  margin: 7px 0 15px;
}
@media only screen and (max-width: 960px) {
  .handle {
    display: none;
  }
  header #change-langue {
    width: 70px;
    font-size: 14px;
  }
  header nav#menu {
    text-align: left;
    padding-left: 20px;
  }
  header nav#menu a {
    font-size: 14px;
    margin-right: 20px;
  }
  header nav#menu a:last-of-type {
    margin: 0;
  }
  #home #table-mosaique .row .cell {
    padding: 0;
  }
  #home #mot-intro {
    background-size: cover;
  }
  #home #mot-intro .inside-wrapper {
    padding: 0 10px;
  }
  #home .texte-intro p {
    padding: 0 10px;
  }
  #home #news #la-news {
    width: auto;
  }
  #contact #images-du-contact {
    width: 100%;
    height: 450px;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact {
    display: block;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p {
    display: block;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p:first-child {
    padding-right: 0;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p:last-child {
    padding-left: 0;
    text-align: left;
  }
  #contact #bloc-contact #right-contact #maps iframe {
    width: 100%;
    height: 350px;
    pointer-events: none;
  }
  #contact #bloc-contact #right-contact #maps #gmaps {
    display: block;
    border: 1px solid #fff;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 440px) {
  header #show-menu {
    display: block;
    cursor: pointer;
  }
  header nav#change-langue {
    display: block;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    border-left: none;
    border-right: none;
    max-height: 40px;
  }
  header nav#change-langue.open {
    max-height: 120px;
  }
  header nav#change-langue a,
  header nav#change-langue #btn-change-langue {
    display: block;
    height: 40px;
    line-height: 38px;
  }
  header nav#change-langue #selected-langue {
    display: none;
  }
  header nav#menu {
    padding: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    margin-bottom: 25px;
  }
  header nav#menu.visible {
    padding: 15px 0 25px;
    height: 292px;
  }
  header nav#menu a {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  footer {
    height: auto;
  }
  footer #goto-top {
    width: 90%;
    margin: 75px auto 0;
    display: block;
    padding: 15px 0;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
  }
  footer #footer {
    text-align: center;
    display: none;
  }
  footer #footer .menu-footer {
    display: inline-block;
    margin: 20px 10px;
  }
  footer #footer .menu-footer:nth-child(3) {
    margin: 20px 10px;
  }
  footer #footer .menu-footer a {
    padding: 26px 0 24px;
  }
  footer #localisation {
    padding-bottom: 25px;
  }
  footer #localisation .separation {
    display: block;
  }
  #contact #facebook-content {
    display: none;
  }
  #contact #bloc-contact {
    display: block;
  }
  #contact #bloc-contact #left-contact,
  #contact #bloc-contact #right-contact {
    display: block;
    width: 100%;
  }
  #contact #bloc-contact #left-contact #localisation #photo-arto {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact {
    text-align: center;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p {
    margin: 0 0 15px;
  }
  #contact #bloc-contact #left-contact #localisation #adresse-arto #info-contact p span.adresse {
    text-align: center;
  }
  #services .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service h1 {
    font-size: 25px;
    letter-spacing: 10px;
  }
  #services .texte-du-service .wrapper-service .table-service {
    padding: 30px 0;
  }
  #services .texte-du-service .wrapper-service .table-service .left-service,
  #services .texte-du-service .wrapper-service .table-service .right-service {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  #services .texte-du-service .wrapper-service .table-service .ligne {
    height: 1px;
    width: auto;
    display: block;
    margin: 20px;
  }
  #services .texte-du-service .wrapper-service .table-service .ligne .la-ligne {
    width: 100%;
  }
  #home #bloc-souris {
    display: none;
  }
  #home #mot-intro {
    display: none;
  }
  #home .texte-intro {
    line-height: 20px;
  }
  #home .texte-intro br {
    display: none;
  }
  #home .texte-intro h1 {
    line-height: normal;
  }
  #home #les-services .wrapper-service .double-cell {
    display: table;
    width: 100%;
  }
  #home #les-services .wrapper-service .double-cell .un-service .divH2 .simul-table h2 {
    font-size: 12px;
    letter-spacing: 4px;
    padding: 0 10px;
  }
  #home #news #la-news {
    width: 100%;
  }
  #home #news #la-news #l-image {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  #home #news #la-news #l-image img {
    width: 100%;
  }
  #home #news #la-news #contenu-news {
    width: auto;
    margin: 0;
    padding: 20px;
  }
  #home #facebook-content {
    display: none;
  }
  #home #super-home {
    display: block;
  }
  #home #super-home .bloc-home {
    display: block;
    width: auto;
  }
  #home .images-du-service .wrapper-du-service .indide-wrapper-service .bloc-wrapper .bloc-nom-service .les-liens a {
    display: block;
  }
  #equipement #contenu-equipement #type-equipement span.type {
    display: block;
    margin: 0 20px 20px;
    padding-bottom: 10px;
  }
  #equipement #contenu-equipement #les-equipements .du-materiel {
    width: 45%;
  }
}

#dataMentions {
  font-family: 'Open Sans', arial, sans-serif;
  padding: 0 25px;
}
#dataMentions .modal-header {
  text-align: center;
  background: url('bg_carousel.png') no-repeat center bottom;
  padding: 9px 0 25px;
}
#dataMentions .modal-header .modal-title {
  font-size: 14px;
  font-weight: 700;
  color: #00005c;
  text-transform: uppercase;
  line-height: 20px;
}
#dataMentions h2 {
  font-size: 14px;
  font-weight: 700;
  color: #00005c;
  text-transform: uppercase;
  line-height: 20px;
  margin: 15px 0;
}
#dataMentions p {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin: 12px 0;
}

#bloc-404 {
  max-width: 800px;
  height: 400px;
}

.image-404 {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wrapper-404-text {
  width: 100%;
  height: 100%;
  display: table;
}

.wrapper-404 {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}