body {
  height: auto;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h5 {
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
  float: none;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 59px;
  padding: 15px 35px;
  border-radius: 7px;
  background-color: #00c2a2;
  box-shadow: 0 2px 0 0 #02967e;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #828282;
  box-shadow: 0 2px 0 0 #696969;
}

.button.hero-button {
  display: inline-block;
  margin-top: 0px;
  float: none;
  border: 2px solid #ef9a5b;
  border-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(99, 0, 8, 0.6) 50%, rgba(62, 0, 5, 0.8) 51%);
  box-shadow: none;
  -webkit-transition: all 500ms ease, color 500ms ease;
  transition: all 500ms ease, color 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button.hero-button:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: none;
  color: #fff;
}

.button.hero-button.right {
  margin-top: 0px;
  background-color: transparent;
  box-shadow: none;
}

.button.hero-button.right.w--current {
  box-shadow: none;
}

.button.hero-button.plan {
  display: block;
  width: 200px;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.button.hero-button.plan.smaller {
  width: 125px;
  margin-top: 15%;
  padding: 8px 10px;
  box-shadow: none;
  font-size: 12px;
}

.button.hero-button.plan.smaller.second {
  margin-top: 15px;
  box-shadow: none;
}

.button.hero-button.bigger.blue {
  border-color: #ced8f0;
  background-image: linear-gradient(135deg, rgba(47, 76, 144, 0.7) 40%, rgba(5, 26, 76, 0.9) 60%);
}

.button.hero-button.smaller2 {
  padding: 6px 15px;
  background-color: #6c0008;
  background-image: none;
  font-size: 10px;
}

.button.hero-button.lesscolors {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: #92000b;
  background-color: #d77a35;
  background-image: linear-gradient(135deg, #d77a35, #ef9a5b);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button.hero-button.lesscolors:hover {
  background-image: linear-gradient(135deg, #b4662b, #da8b51);
}

.button.hero-button.rouen {
  border-style: solid;
  border-color: #6c0008;
  background-color: transparent;
  background-image: none;
  font-family: Raleway, sans-serif;
  color: #6c0008;
  font-weight: 500;
  letter-spacing: 4px;
}

.button.hero-button.rouen2 {
  margin-top: 30px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
}

.button.right {
  background-color: #dba94b;
  box-shadow: none;
}

.button.right:hover {
  box-shadow: none;
}

.hero-section {
  position: static;
  background-image: url('../images/Auberge2.jpg');
  background-position: left top;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.hero-section.ppage {
  background-image: url('../images/Quartier.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.ppage.contact {
  margin-bottom: 40px;
}

.hero-section.ppage.contact.merci {
  background-image: url('../images/Auberge2.jpg');
  background-position: 50% 50%;
}

.hero-section.ppage.contact.newback {
  background-image: url('../images/AxeNewL1.jpg');
}

.hero-section.ppage.contact.rouene {
  background-image: url('../images/HeaderContactrt.jpg');
}

.hero-section.ppage.propos {
  background-image: url('../images/HeaderApropos.jpg');
}

.hero-section.ppage.propos.rouen {
  background-image: url('../images/HeaderCondo.jpg');
}

.hero-section.ppage.plans {
  background-image: url('../images/PlansHeader.jpg');
  background-position: 0px 100%;
}

.hero-section.ppage.promo {
  background-image: url('../images/PromoHeader.jpg');
  background-position: 50% 50%;
}

.hero-section.ppage.quartier {
  background-image: url('../images/HeaderQuartier2.jpg');
}

.hero-section.rouen2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ea5739), to(transparent)), url('../images/HeaderRouen2.jpg');
  background-image: linear-gradient(0deg, #ea5739, transparent), url('../images/HeaderRouen2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.navbar {
  position: relative;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(62, 0, 5, 0.09);
  background-color: transparent;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.priority {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  background-image: none;
}

.section.priority.darker {
  background-color: #f0f0f0;
}

.section.oliver {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.section.oliver.space {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.priorityorange {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fffbfa;
  background-image: none;
}

.section.priorityorange.darker {
  background-color: #f0f0f0;
}

.section {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f2f2f2;
  background-image: none;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.numbers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #3e0005;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.white-tittle {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.white-tittle.fact {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 80px;
  font-weight: 100;
}

.white-tittle.quote {
  margin-bottom: 55px;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
}

.white-tittle.quote.newform {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 23px;
}

.white-tittle.forlanding2 {
  padding: 18px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: #d77a35;
  background-image: linear-gradient(135deg, #ef9a5b, #d77a35);
  text-align: left;
}

.white-tittle.darker {
  width: 70%;
  margin-bottom: 7.5px;
  color: #92000b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.white-tittle.darker.smaller {
  margin-bottom: 10px;
  color: #ededed;
}

.overall-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.footer {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3e0005;
}

.footer.roeno {
  background-color: #5f1000;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  opacity: 1;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.copyright.forlanding {
  margin-top: 35px;
  padding-top: 0px;
  font-size: 14px;
}

.copyright.forlanding.leftaligned {
  text-align: left;
}

.copyright.otherside {
  text-align: left;
}

.nav-link {
  padding: 12px 12px 10px;
  border-radius: 9px;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: hsla(0, 0%, 100%, 0.54);
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link.w--current {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #ef9a5b;
  font-weight: 500;
}

.nav-link.w--current:hover {
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
}

.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(146, 0, 11, 0.9);
  box-shadow: none;
}

.hero-headline {
  margin: 0px 0px 10px;
  float: none;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-menu._2 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  float: right;
  text-align: right;
}

.text-hero {
  margin-top: 0px;
  padding-bottom: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.about-text {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.about-text.tittle {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-family: Raleway, sans-serif;
  color: #d77a35;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.about-text.tittle.center {
  text-align: center;
}

.about-text.tittle.center.space {
  margin-bottom: 15px;
}

.about-text.tittle.middletable {
  text-align: center;
}

.about-text.tittle.smaller {
  font-size: 10px;
  letter-spacing: 0px;
}

.about-text.tittle.plans {
  margin-bottom: 10px;
  color: #8a8a8a;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.about-text.tittle.orange {
  color: #ea5739;
}

.about-text._3 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0px;
}

.about-text._3.center {
  margin-right: 50px;
  margin-left: 50px;
  color: #828282;
  text-align: center;
}

.about-text._3.morespace {
  line-height: 31px;
}

.about-text._3.space2 {
  margin-bottom: 30px;
}

.about-text.sev {
  color: #4a4a4a;
}

.dark-tittle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.dark-tittle.white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 20px;
  border-radius: 15px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}

.dark-tittle.white.left {
  display: block;
  margin-top: 5px;
  padding: 0px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
}

.dark-tittle.white.home {
  padding-right: 22px;
  padding-left: 22px;
  font-size: 25px;
  line-height: 25px;
}

.dark-tittle.white.home.blue {
  color: #ef9a5b;
}

.dark-tittle.white.home.ls {
  color: #92000b;
}

.dark-tittle.light {
  margin-top: 20px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.dark-tittle.light.new2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}

.dark-tittle.light.new2.lessdark {
  color: rgba(0, 0, 0, 0.75);
}

.dark-tittle.center {
  display: block;
  margin-right: 100px;
  margin-bottom: 30px;
  margin-left: 100px;
  border: 1px dashed hsla(0, 0%, 100%, 0.49);
  border-radius: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.dark-tittle.center.les {
  margin-right: 50px;
  margin-left: 50px;
}

.dark-tittle.center.rale {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
}

.dark-tittle.smaller {
  font-size: 20px;
  line-height: 24px;
}

.dark-tittle.prix {
  width: 80%;
  margin-top: 35px;
  float: right;
  color: #d77a35;
  font-style: italic;
  text-align: right;
}

.dark-tittle.lessdark {
  color: rgba(0, 0, 0, 0.75);
}

.icon-service {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 20px;
  float: left;
  border-radius: 50px;
  background-color: #92000b;
}

.icon-service:hover {
  background-color: #6c0008;
}

.icon-service.orrange {
  background-color: #ea5739;
}

.section-info.beforecontact {
  padding-bottom: 350px;
}

.section-info.beforecontact.less {
  padding-bottom: 250px;
}

.section-info.newmap {
  padding-top: 45px;
}

.left-arrow {
  display: none;
  margin-right: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  display: none;
  margin-left: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.hero-container {
  position: static;
  top: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.browser-div {
  display: block;
  margin-top: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none hsla(0, 0%, 100%, 0.49);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.browser-div.in-footer {
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.browser-div.team-sec {
  text-align: center;
}

.text-field {
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ededed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-field:hover {
  color: #828282;
}

.text-field.biggertext {
  padding-top: 12px;
  padding-right: 12px;
}

.text-field.biggerfield {
  height: 55px;
}

.text-field.less2 {
  height: 40px;
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-area {
  min-height: 100px;
  margin-bottom: 20px;
  background-color: #ededed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.success-message {
  border: 3px dashed #dba94b;
  border-radius: 5px;
  background-color: transparent;
}

.inner-tittle {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.inner-tittle.video {
  margin-bottom: 0px;
}

.service {
  padding-top: 0px;
  padding-bottom: 100px;
}

.brand-scroll.w--current {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}

.brand-scroll.second {
  display: block;
  margin-top: 8px;
  float: none;
}

.brand-scroll.second.w--current {
  margin-top: 10px;
}

.hero-text {
  display: block;
  margin-top: 140px;
  margin-bottom: 140px;
  float: none;
}

.hero-text.landingheader {
  margin-top: 80px;
  margin-bottom: 140px;
}

.hero-text.contact.newcontact {
  margin-top: 40px;
}

.slider {
  width: 49%;
  height: 100%;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.slider.hero {
  width: auto;
  height: 100%;
  margin-right: auto;
  background-color: transparent;
}

.slide-1 {
  position: relative;
  display: inline-block;
  float: none;
}

.slide-nav {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
}

.section-container {
  text-align: center;
}

.section-container.marginplus {
  margin-top: 50px;
}

.container {
  text-align: center;
}

.clients {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #6c0008;
}

.clients.orangg {
  background-color: #ea5739;
}

.client-slider {
  height: auto;
  background-color: transparent;
}

.slide-responsive {
  width: 20%;
  text-align: center;
}

._2 {
  width: 49%;
  margin-top: 0px;
  float: none;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
}

.image-middle {
  margin-top: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.right-tittle {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  text-align: left;
}

.div-fact {
  display: inline-block;
  width: 24.6%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 10px 45px;
  border-right: 1px solid hsla(0, 0%, 76.1%, 0.49);
  text-align: center;
}

.div-fact.bigger {
  width: 49%;
}

.form-row {
  margin-top: 30px;
}

.info-text {
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.info-text.xmas {
  margin-bottom: 5px;
  padding: 12px;
  border-radius: 2px;
  background-color: #92000b;
  background-image: url('../images/christmas-sock.png');
  background-position: 100% 6px;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #fff;
}

.info-text.xmas.easter {
  background-color: #f7f396;
  background-image: url('../images/easter-egg.png');
  background-size: 32px;
  color: #6b5cb3;
}

.social-icons {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.social-icons:hover {
  padding: 5px;
  background-color: #ef9a5b;
}

.social-icons.oran:hover {
  background-color: #ea5739;
}

.tittle-info {
  font-family: 'Roboto Slab', sans-serif;
}

.social-text {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 7px;
  text-align: center;
  text-transform: uppercase;
}

.social-text:hover {
  opacity: 1;
}

.number {
  display: inline-block;
  padding: 15px 20px 20px;
  border: 1px solid #000;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-weight: 600;
  text-align: left;
}

.number.text {
  padding-right: 30px;
  padding-left: 30px;
  border-style: none solid none none;
  border-width: 8px 1px 8px 8px;
  border-color: rgba(173, 175, 179, 0.2) hsla(0, 0%, 76.1%, 0.8) rgba(173, 175, 179, 0.2) rgba(173, 175, 179, 0.2);
  color: #031f4a;
  font-size: 85px;
}

.number.text.new {
  padding-top: 20px;
  border-left: 1px solid hsla(0, 0%, 76.1%, 0.8);
  color: #92000b;
  font-size: 55px;
  line-height: 26px;
}

.number.text.new.smaller.oragne {
  border-right-color: hsla(0, 0%, 76.1%, 0.8);
  color: #ea5739;
}

.number.text.new.small {
  line-height: 26px;
}

.number.text.new.morespacing {
  line-height: 55px;
  text-align: center;
}

.number.text.new.white {
  border-right-style: none;
  border-left-style: none;
  color: #fff;
  line-height: 55px;
  text-align: center;
}

.number.text.new.oran {
  margin-bottom: 20px;
  color: #ea5739;
}

.div-text {
  text-align: left;
}

.div-text.center {
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  text-align: center;
}

.div-text.center.white {
  margin-bottom: 0px;
}

.div-text.center.more {
  margin-top: 75px;
}

.tittle {
  margin-bottom: 100px;
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid hsla(0, 0%, 76.1%, 0.4);
  color: rgba(150, 151, 153, 0.52);
}

.tittle.lessrighthere {
  margin-bottom: 50px;
}

.tittle.lessmarge {
  margin-bottom: 50px;
}

.portfolio-post {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  background-color: #f7f7f7;
  background-image: url('../images/PlanMock.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.color-box {
  width: 100%;
  height: 100%;
  padding: 140px 20px 20px;
  background-color: rgba(146, 0, 11, 0.8);
}

.color-box.oangg {
  background-color: rgba(234, 87, 57, 0.9);
}

.portfolio-tittle {
  position: static;
  display: block;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sub-tittle {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #dba94b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sub-tittle.portfolio {
  margin-top: 10px;
  color: #fff;
}

.facts {
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.facts.priorityorange {
  background-color: #fffbfa;
}

.portfolio-section {
  margin-bottom: 100px;
}

.portfolio-section.related {
  margin-top: 0px;
}

.portfolio-section.nomargin {
  margin-bottom: 0px;
}

.list-iteam {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: 1px dashed hsla(0, 0%, 76.1%, 0.8);
}

.list-iteam.lat {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

.div-team {
  display: inline-block;
  width: 220px;
  height: 300px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/shutterstock_130103273.min_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-team.third {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: none;
}

.div-team.third.home {
  height: 300px;
  background-image: none;
}

.color-box-team {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 10px 30px;
  background-color: rgba(0, 0, 0, 0.72);
}

.image-team.home {
  height: 300px;
}

.testimonials-container {
  text-align: center;
}

.textbar {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top-style: none;
  background-color: #6c0008;
}

.textbar.firstfooter.rouen {
  background-color: #ea5739;
}

.color {
  color: #ef9a5b;
}

.color.ls {
  color: #ea5739;
}

.copyright-div {
  margin-top: 20px;
}

.copyright-div.middl {
  margin-top: 60px;
}

.logo-footer {
  display: block;
  text-align: center;
}

.black-box {
  margin-right: 5px;
  padding-left: 5px;
  background-color: rgba(62, 0, 5, 0.34);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.black-box:hover {
  background-color: #3e0005;
}

.skills-column {
  height: 328px;
  padding-top: 20px;
  padding-right: 66px;
  padding-left: 66px;
  background-image: url('../images/img2.png');
  background-size: cover;
}

.skills-column.mac {
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  background-image: none;
}

.skllls-div {
  display: block;
  width: 100%;
}

.skills-div-block {
  display: inline-block;
  width: 100%;
  height: 6px;
  padding-left: 0px;
  background-color: #dba94b;
}

.skills-div-block.big {
  height: 50px;
  background-color: #6c0008;
}

.skills-line {
  width: 70%;
  height: 100%;
  background-color: #4a4a4a;
}

.skills-line.big {
  width: 80%;
  background-color: #d77a35;
}

.skills-1 {
  display: block;
  width: 90%;
  margin-right: 25px;
  margin-left: 25px;
}

.percentual {
  float: right;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
}

.percentual.big {
  color: #4a4a4a;
  font-size: 16px;
}

.ttitle-skills {
  float: left;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  text-transform: none;
}

.ttitle-skills.big {
  color: #4a4a4a;
  font-size: 16px;
}

.testimonilas-slide {
  height: 350px;
  background-color: transparent;
}

.slide {
  display: inline-block;
  width: 33.3%;
  text-align: center;
}

.slide.small {
  width: 30%;
  padding-left: 0px;
}

.slide.small.left {
  margin-left: 10px;
  float: none;
  background-image: url('../images/Construction-Large11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.small.left._6 {
  background-image: url('../images/Small1.jpg');
  background-size: cover;
}

.slide.small.left._1 {
  background-image: url('../images/Sep4.jpg');
}

.slide.small._3 {
  background-image: url('../images/Construction-Large13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.bigger {
  width: 70%;
  margin-left: 0px;
  padding-right: 0px;
}

.slide.bigger.right {
  margin-left: 10px;
  background-image: url('../images/Construction-Large12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.bigger._1 {
  background-image: url('../images/Construction-Large10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.bigger._5 {
  background-image: url('../images/Large1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  margin-right: 65px;
  margin-left: 65px;
}

.success-text {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
}

.success-text.whitemessage {
  color: #fff;
}

.error-message {
  margin-top: 30px;
  border: 3px dashed #c2c2c2;
  border-radius: 5px;
  background-color: transparent;
}

.error-text {
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
}

.textbar-text {
  margin-bottom: 45px;
  padding: 40px 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.49);
  background-image: linear-gradient(135deg, rgba(156, 0, 13, 0.2) 50%, rgba(62, 0, 5, 0.2) 0);
  color: #fff;
  font-size: 38px;
  line-height: 43px;
  font-weight: 700;
}

.tittle-post {
  margin-bottom: 35px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.tittle-post.smaller2 {
  width: 70%;
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px;
}

.tittle-post.newform2 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}

.tittle-post.newform2.side {
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}

.formbottom {
  margin-top: -355px;
  padding: 45px;
  border: 1px solid #b8b8b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 7px 0 hsla(0, 0%, 50.2%, 0.35);
}

.formbottom.merci2 {
  margin-top: -100px;
}

.containerunderform {
  margin-top: 35px;
}

.roundimage {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.quartierrow {
  margin-bottom: 55px;
}

.quartierrow.plans {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 76.1%, 0.4);
}

.quartierrow.plans.more {
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.quartierrow.lessmargin {
  margin-bottom: 0px;
}

.gallerierow {
  margin-bottom: 25px;
}

.thumbnail {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thumbnail:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.thumbnail.big {
  width: 400px;
}

.specialplace {
  height: 150px;
}

.selectfield {
  width: 50%;
  float: left;
  background-color: #ededed;
  font-family: Lato, sans-serif;
  color: #828282;
}

.selectfield.space {
  width: 48%;
  margin-right: 10px;
}

.selectfield.large {
  width: 100%;
  float: none;
}

.sold {
  padding: 5px 8px;
  background-color: #92000b;
  color: #fff;
}

.sold.dispo {
  background-color: #63b856;
}

.plancolumn {
  height: 245px;
  background-image: url('../images/unite.jpg');
}

.plancolumn.smaller {
  height: 180px;
  background-image: none;
}

.textlink {
  color: #92000b;
  font-weight: 700;
  text-decoration: none;
}

.textlink.orang {
  color: #ea5739;
}

.plancontainer {
  height: 300px;
  margin-bottom: 100px;
  padding-top: 102px;
  padding-right: 16px;
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/Stand.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3rd {
  display: block;
  height: 27%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

._3rd:hover {
  background-color: rgba(146, 0, 11, 0.74);
}

._3rd.w--current {
  display: block;
  height: 27%;
  background-color: rgba(239, 154, 91, 0.6);
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
}

._2nd {
  display: block;
  height: 26%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
}

._2nd:hover {
  background-color: rgba(146, 0, 11, 0.74);
}

._2nd.w--current {
  background-color: rgba(239, 154, 91, 0.6);
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

._1st {
  display: block;
  height: 25%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
}

._1st:hover {
  background-color: rgba(146, 0, 11, 0.74);
}

._1st.w--current {
  background-color: rgba(239, 154, 91, 0.6);
}

.spacecontainer {
  margin-bottom: 100px;
}

.planstext {
  margin-top: 3px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.jardin {
  display: block;
  height: 21%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.jardin:hover {
  height: 22%;
  background-color: rgba(146, 0, 11, 0.74);
}

.jardin.w--current {
  background-color: rgba(239, 154, 91, 0.6);
}

.logotop {
  width: 100px;
  margin-top: -18px;
}

.logotop.less {
  width: 80px;
  margin-top: -12px;
}

.logobottom {
  width: 100px;
}

.mapimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.smallo {
  display: block;
  width: 125px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.smallo:hover {
  opacity: 0.9;
}

.smallo.biggerplan {
  width: auto;
  border: 1px none #000;
}

.smallo.biggerplan.orange {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(215, 122, 53, 0.5);
}

.embed {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.virtual {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  clear: none;
}

.centercontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.afterpageblock {
  display: block;
  padding-top: 80px;
  padding-bottom: 50px;
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  border-radius: 5px;
  background-color: #92000b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.afterpageblock:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #6c0008;
  color: #fff;
}

.afterpageblock.spacecontainer.newspace {
  margin-bottom: 50px;
  background-color: rgba(146, 0, 11, 0.8);
}

.afterpageblock.shadow {
  background-color: rgba(146, 0, 11, 0.8);
}

.taxes {
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
}

.landingtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url('../images/HeaderApropos.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.number2 {
  padding: 4px 8px;
  background-color: #fff;
  color: #d77a35;
  font-weight: 800;
}

.number2.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sliderlanding {
  height: 600px;
  background-color: #3e0005;
}

.bigslide1 {
  padding-top: 200px;
  background-image: url('../images/AxeNewL2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bigslide2 {
  padding-top: 225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)), url('../images/AxeNewL1.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent), url('../images/AxeNewL1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bigslide3 {
  background-image: url('../images/AxeNewL3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bigslide4 {
  background-image: url('../images/Map-Nouveau.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.landingimage {
  margin-top: 20px;
}

.bigslide6 {
  background-image: url('../images/AxeNewL4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.newhidden {
  display: none;
}

.morespacerow {
  margin-bottom: 45px;
}

.phasescontainer {
  margin-bottom: 50px;
}

.roundtop {
  margin-bottom: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.phase2 {
  color: hsla(0, 0%, 51%, 0.7);
  text-transform: uppercase;
}

.tablerow {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 5px 25px;
}

.tablerow.top {
  margin-right: -10px;
  margin-left: -10px;
  background-color: #3e0005;
}

.tablerow.top.new2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 5px;
}

.tablerow.low {
  background-color: #f5f5f5;
}

.tablerow.smalla {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.locationdiv {
  position: fixed;
  z-index: 2000;
  width: 300px;
  height: 210px;
  background-image: url('../images/LocationNouveau.png');
  background-position: 0px 0px;
  background-size: 300px;
  background-repeat: no-repeat;
}

.locationdiv.livraison {
  background-image: url('../images/CoinNew.png');
  background-size: 300px;
}

.locationdiv.livraison.english {
  background-image: url('../images/Call2-english.png');
  background-size: 300px;
}

.locationdiv.livraison.smaller {
  width: 250px;
  height: 150px;
  background-size: contain;
}

.locationdiv._4etdemi {
  background-image: url('../images/Call4etdemi.png');
  background-size: 300px;
}

.locationdiv.phase2b {
  background-image: url('../images/CondosPhase2.png');
  background-size: 300px;
}

.hiddenimage {
  display: none;
}

.videolightbox {
  display: block;
  width: 225px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/play-arrowA1.png');
  background-position: 50% 50%;
  background-size: 225px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.videolightbox:hover {
  background-image: url('../images/play-arrowA5.png');
  background-size: 225px;
}

.videolightbox.rouen3 {
  width: 160px;
  height: 160px;
  background-image: url('../images/video-player.png');
  background-size: 128px;
}

.videolightbox.rouen3:hover {
  background-size: 128px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.linkphone {
  display: block;
  text-decoration: none;
}

.separator {
  height: 2px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #d77a35;
}

.englishblock {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  margin-top: 15px;
  margin-right: 15px;
  font-family: Raleway, sans-serif;
  color: #ef9a5b;
  text-align: right;
  text-decoration: none;
}

.sliderlandingnew {
  height: 468px;
  background-color: transparent;
}

.hiddennav {
  display: none;
}

.arrowcolor {
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.arrowcolor:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.slidernewtext {
  margin-top: -35px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.sizeblock {
  margin-bottom: 5px;
  font-family: 'Roboto Slab', sans-serif;
  color: #ef9a5b;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.unitediv {
  display: block;
  width: 95%;
  margin: 50px auto 100px;
  text-align: center;
}

.divplan {
  width: 25%;
}

.divplan.tableau {
  width: 36%;
}

.divplan.bigger2 {
  width: 35%;
}

.divplan.bigger3 {
  width: 45%;
}

.divplan.tableau-2 {
  width: 45%;
}

.divthree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sliderunite {
  height: 400px;
  background-color: #fff;
}

.slide1 {
  background-image: url('../images/modele2-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1._2a {
  background-image: url('../images/AxeNewL3.jpg');
  background-size: cover;
}

.slide2 {
  background-image: url('../images/modele2-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2._2b {
  background-image: url('../images/AxeNewL1.jpg');
}

.slide3 {
  background-image: url('../images/modele2-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide3._3b {
  background-image: url('../images/AxeNewL2.jpg');
}

.slide4 {
  background-image: url('../images/modele2-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4._4b {
  background-image: url('../images/AxeNewL4.jpg');
}

.slide5 {
  background-image: url('../images/modele2-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide5._5b {
  background-image: url('../images/AxeNewL6.jpg');
}

.slide6 {
  background-image: url('../images/modele2-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide6._6b {
  background-image: url('../images/AxeNewL7.jpg');
}

.hidden2 {
  display: none;
}

.dark {
  color: #383838;
}

.textinsideslider {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
}

.sectionsimple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bodyfull {
  height: 100%;
}

.divhalf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.divquarter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e0005;
}

.divquarter.red {
  background-color: #92000b;
}

.divquarter.white {
  background-color: #fff;
}

.divquarter.image {
  background-image: url('../images/modele2-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divquarter.image2 {
  background-image: url('../images/Auberge2.jpg');
  background-position: 50% 0px;
  background-size: 900px;
}

.divquarter.image3 {
  background-image: url('../images/PromoHeader.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.formsimple {
  width: 50%;
}

.mapsmall {
  width: 60%;
  height: 70%;
  background-image: url('../images/Map-Nouveau.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px 0 #000;
}

.sectiontop {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
  background-image: url('../images/_U8A7631-1200b.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sectiontop.moible {
  background-image: url('../images/_U8A7631-vendu.jpg');
  background-size: auto;
}

.axelogo {
  width: 350px;
  height: 250px;
  background-image: url('../images/LOGO_AXEDUMARCHE-color3.png');
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.axelogo.nologo {
  background-image: none;
}

.divform {
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(108, 0, 8, 0.5);
  background-color: #92000b;
  background-image: url('../images/Pattern4.png');
  background-position: 0px 0px;
  background-size: 150px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.divform.bottom {
  display: block;
  width: 50%;
  margin-top: -355px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.divform.bottom.newversion {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.divlogo {
  display: block;
  width: 120px;
  height: 75px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url('../images/Axe3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form {
  margin-top: 15px;
  margin-bottom: 0px;
}

.newfield {
  height: 45px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.newfield:focus {
  box-shadow: inset 1px 0 2px 0 rgba(0, 0, 0, 0.5);
}

.p3 {
  color: #d77a35;
}

.restyle {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.forform {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.spacesection {
  height: 300px;
}

.recaptcha {
  margin-bottom: 21px;
}

.recaptcha-2 {
  margin-bottom: 20px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="upper"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 20px) scale(0.95, 0.95);
  transform: translate(0px, 20px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="hero-headline"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-headline-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-line"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 20px) scale(0.95, 0.95);
  transform: translate(0px, 20px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="button-hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 20px) scale(0.95, 0.95);
  transform: translate(0px, 20px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="hero-arrow-link-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 20px) scale(0.95, 0.95);
  transform: translate(0px, 20px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="hero-arrow-link-block-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 20px) scale(0.95, 0.95);
  transform: translate(0px, 20px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="service-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="service-show-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="service-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 22px) scale(0.95, 0.95);
  transform: translate(0px, 22px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="testimonilas-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7, 0.7);
  -ms-transform: translate(0px, 20px) scale(0.7, 0.7);
  transform: translate(0px, 20px) scale(0.7, 0.7);
}

html.w-mod-js *[data-ix="fact-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-5"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="phone"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="phone-2"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="phone-3"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="service-show-4"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="testimonilas-show-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7, 0.7);
  -ms-transform: translate(0px, 20px) scale(0.7, 0.7);
  transform: translate(0px, 20px) scale(0.7, 0.7);
}

html.w-mod-js *[data-ix="hero-headline-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="show-portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-team-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-one-load"] {
  height: 0px;
}

html.w-mod-js *[data-ix="grow-skills-level"] {
  width: 0px;
}

html.w-mod-js *[data-ix="grow-skills-level-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="grow-skills-level-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="grow-skills-level-4"] {
  width: 0px;
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }

  h3 {
    text-align: left;
  }

  h4 {
    text-align: left;
  }

  p {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.hero-button {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 12px;
  }

  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }

  .hero-section {
    padding-bottom: 0px;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2eb6d1;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.priority {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.oliver {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.priorityorange {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .numbers {
    margin-top: auto;
    font-size: 18px;
  }

  .white-tittle {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .white-tittle.fact {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .white-tittle.forlanding2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 28px;
  }

  .overall-column {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
  }

  .nav-link:hover {
    background-color: rgba(219, 169, 75, 0.2);
  }

  .nav-link.w--current {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link.w--current:hover {
    display: inline-block;
    background-color: transparent;
  }

  .navbar-scroll {
    display: none;
    box-shadow: none;
  }

  .hero-headline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 37px;
    line-height: 48px;
    text-align: center;
    text-shadow: none;
  }

  .nav-menu {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-menu._2 {
    display: block;
    float: none;
    background-color: hsla(0, 0%, 9%, 0.8);
    text-align: center;
  }

  .text-hero {
    margin-right: 100px;
    margin-left: 100px;
  }

  .text-hero.second {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-text {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .about-text.tittle {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: left;
  }

  .about-text.tittle.center {
    text-align: center;
  }

  .about-text._3 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }

  .dark-tittle {
    margin-right: 0px;
    font-size: 35px;
    line-height: 39px;
  }

  .dark-tittle.white {
    border-color: #969799;
  }

  .dark-tittle.white.left {
    margin-bottom: 20px;
    text-align: center;
  }

  .dark-tittle.light {
    padding-left: 50px;
  }

  .dark-tittle.center {
    margin-right: 170px;
    margin-left: 170px;
    border-color: #fff;
    font-size: 35px;
    text-align: center;
  }

  .dark-tittle.center.nosides {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dark-tittle.prix {
    float: none;
  }

  .icon-service {
    display: inline-block;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
  }

  .section-info.beforecontact.less {
    padding-bottom: 0px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .hero-container {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .browser-div {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .browser-div.in-footer {
    text-align: center;
  }

  .browser-div.team-sec {
    margin-top: 150px;
  }

  .text-area {
    min-height: 232px;
    color: #4a4a4a;
  }

  .success-message {
    border-radius: 5px;
    background-color: #dba94b;
  }

  .inner-tittle {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 46px;
    text-align: center;
  }

  .service {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 25px;
  }

  .brand-scroll.w--current {
    float: none;
  }

  .hero-text {
    display: inline-block;
    margin-top: 130px;
    padding-left: 10px;
    text-align: center;
  }

  .slide-responsive {
    width: 33%;
  }

  .image-middle {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .right-tittle {
    text-align: left;
  }

  .div-fact {
    width: 24.5%;
  }

  .info-text {
    color: #4a4a4a;
  }

  .tittle-info {
    text-align: left;
  }

  .social-text {
    padding-top: 0px;
  }

  .div-text.center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tittle {
    margin-bottom: 70px;
    padding-top: 35px;
  }

  .facts {
    padding-top: 0px;
  }

  .list-iteam {
    margin-top: 25px;
    margin-bottom: 9px;
  }

  .list-iteam.lat {
    margin-bottom: 20px;
  }

  .div-team {
    width: 230px;
    height: 300px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-team.third {
    margin-right: 5px;
    margin-left: 5px;
  }

  .column-textbar {
    text-align: center;
  }

  .column-textbar.hidden {
    display: none;
  }

  .skills-column.mac {
    height: auto;
    padding-right: 0px;
    padding-left: 10px;
  }

  .skllls-div {
    width: 100%;
  }

  .skills-1 {
    width: 90%;
  }

  .testimonilas-slide {
    height: 320px;
  }

  .slide {
    width: 50%;
  }

  .menu-button-1 {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu-button-1:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .menu-button-1.w--open {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .icon {
    color: #dba94b;
  }

  .success-text {
    color: #fff;
  }

  .tittle-post {
    margin-top: 60px;
    line-height: 46px;
  }

  .navscroll {
    position: fixed;
    display: none;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: rgba(146, 0, 11, 0.85);
  }

  .sectiontop {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .button.hero-button {
    float: none;
    box-shadow: none;
  }

  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }

  .navbar {
    padding-bottom: 20px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0px;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }

  .nav-link {
    display: block;
    border-radius: 5px;
  }

  .nav-link:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .nav-link.w--current {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-link.w--current:hover {
    display: block;
    padding-left: 12px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .hero-headline {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 50px;
    text-align: center;
    text-shadow: none;
  }

  .nav-menu {
    top: 101px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-menu._2 {
    top: 14px;
    display: block;
    margin-top: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    float: none;
    text-align: center;
  }

  .text-hero {
    margin-right: 70px;
    margin-left: 70px;
  }

  .about-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .about-text.tittle {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .about-text.tittle.center {
    text-align: center;
  }

  .about-text._3 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .dark-tittle {
    margin: 0px 100px 20px;
    font-size: 30px;
    text-align: center;
  }

  .dark-tittle.white.left {
    text-align: center;
  }

  .dark-tittle.light {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .dark-tittle.center {
    display: block;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 30px;
    text-align: center;
  }

  .icon-service {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    float: none;
    text-align: center;
  }

  .browser-div {
    margin-top: 250px;
  }

  .browser-div.team-sec {
    margin-top: 240px;
  }

  .text-area {
    color: #828282;
  }

  .inner-tittle {
    text-align: center;
  }

  .brand-scroll.w--current {
    display: inline-block;
    margin-left: 0px;
  }

  .hero-text {
    margin-top: 30px;
    margin-bottom: 70px;
    float: none;
    text-align: center;
  }

  .image-middle {
    margin-bottom: 0px;
  }

  .right-tittle {
    text-align: center;
  }

  .div-fact {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    border-right-style: none;
  }

  .form-row {
    margin-top: 30px;
  }

  .social-icons {
    width: 80px;
  }

  .social-text {
    font-size: 13px;
  }

  .number.text {
    padding-bottom: 30px;
    border-bottom: 1px dashed hsla(0, 0%, 76.1%, 0.8);
    border-right-style: none;
  }

  .div-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-text.center {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tittle {
    margin-bottom: 30px;
  }

  .facts {
    padding-top: 0px;
  }

  .list-iteam {
    text-align: center;
  }

  .div-team.third {
    width: auto;
  }

  .image-team {
    overflow: hidden;
  }

  .skills-column.mac {
    padding-right: 0px;
  }

  .skllls-div {
    width: 100%;
  }

  .skills-1 {
    width: 95%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .slide {
    width: 100%;
  }

  .menu-button-1 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 50px;
  }

  h4 {
    text-align: center;
  }

  .button.hero-button {
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: none;
    font-size: 12px;
  }

  .button.hero-button.right {
    box-shadow: none;
  }

  .button.hero-button.plan.smaller.second {
    width: 60px;
    padding-left: 3px;
    font-size: 5px;
  }

  .button.hero-button.bigger {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero-section.ppage.contact.newback {
    background-position: 50% 50%;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .white-tittle.fact {
    font-size: 30px;
  }

  .white-tittle.quote {
    margin-right: 5px;
    margin-bottom: 45px;
    font-size: 14px;
  }

  .white-tittle.quote.formobile {
    margin-bottom: 15px;
  }

  .white-tittle.forlanding2 {
    font-size: 18px;
    line-height: 24px;
  }

  .white-tittle.darker {
    width: 90%;
    margin-bottom: 10px;
  }

  .copyright {
    margin-right: 20px;
    margin-left: 20px;
  }

  .copyright.forlanding.leftaligned {
    text-align: center;
  }

  .navbar-scroll {
    display: none;
    box-shadow: none;
  }

  .hero-headline {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 38px;
    text-shadow: none;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-menu._2 {
    display: block;
  }

  .text-hero {
    margin-right: 20px;
    margin-left: 20px;
  }

  .about-text {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: center;
  }

  .about-text.tittle {
    margin-bottom: auto;
    font-size: 12px;
  }

  .about-text.tittle.center.space {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .about-text._3 {
    margin-top: 0px;
    margin-left: -13px;
    padding-left: 0px;
    font-size: 12px;
  }

  .about-text._3.center {
    margin-bottom: 50px;
  }

  .about-text._3.morespace {
    margin-bottom: 35px;
    margin-left: 4px;
    line-height: 22px;
  }

  .dark-tittle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 26px;
    line-height: 33px;
  }

  .dark-tittle.light.new2 {
    font-size: 22px;
    line-height: 28px;
  }

  .dark-tittle.light.new2.mobile {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .dark-tittle.center {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 26px;
  }

  .dark-tittle.center.les {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dark-tittle.smaller {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .dark-tittle.prix {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .icon-service {
    display: inline-block;
    margin: 5px 0px 15px;
    float: none;
  }

  .hero-container {
    margin-bottom: 0px;
  }

  .browser-div {
    margin-top: 100px;
  }

  .browser-div.team-sec {
    margin-top: 75px;
  }

  .text-field {
    display: block;
    width: 100%;
  }

  .text-area {
    color: #828282;
  }

  .inner-tittle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 23px;
  }

  .hero-text {
    margin-top: 130px;
    padding-left: 0px;
  }

  .hero-text.landingheader.formobile {
    margin-top: 0px;
  }

  .hero-text.contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-text.contact.newcontact {
    padding-top: 20px;
  }

  .section-container.marginplus {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .slide-responsive {
    width: 100%;
  }

  .image-middle {
    margin-bottom: 0px;
  }

  .social-icons {
    width: 80%;
  }

  .tittle-info {
    margin-top: 20px;
  }

  .social-text {
    font-size: 12px;
    line-height: 14px;
  }

  .number.text.new {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-width: 0px;
    border-color: transparent;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 35px;
    line-height: 36px;
    text-align: center;
  }

  .number.text.new.smaller {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  .number.text.new.small {
    font-size: 31px;
    line-height: 29px;
  }

  .div-text {
    padding-top: 10px;
  }

  .div-text.center {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .tittle {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .facts {
    padding-top: 0px;
  }

  .portfolio-section.none2 {
    margin-bottom: 0px;
  }

  .list-iteam {
    margin-bottom: 10px;
  }

  .div-team.third.home {
    width: 100%;
    height: 250px;
  }

  .image-team.home {
    height: 250px;
  }

  .copyright-div.middl {
    margin-top: 10px;
  }

  .skills-column.mac {
    padding-right: 0px;
    padding-left: 0px;
  }

  .skllls-div {
    display: block;
    padding-top: 12px;
  }

  .skills-1 {
    width: 93%;
  }

  .testimonilas-slide {
    height: 300px;
  }

  .slide.small.left {
    width: 250px;
  }

  .slide.small._3 {
    width: 250px;
  }

  .slide.bigger._1 {
    background-position: -69px 50%;
  }

  .mask {
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-button-1 {
    color: #ef9a5b;
  }

  .icon {
    color: #ef9a5b;
  }

  .textbar-text {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px;
  }

  .tittle-post {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .tittle-post.forlandingmobile {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .tittle-post.smaller2 {
    width: 90%;
  }

  .tittle-post.newform2 {
    font-size: 26px;
  }

  .tittle-post.newform2.side {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .formbottom {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gallerierow {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .thumbnail {
    width: 100%;
  }

  .thumbnail.big {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .selectfield {
    width: 100%;
  }

  .selectfield.space {
    width: 100%;
    margin-right: 0px;
  }

  .mobile {
    margin-bottom: 10px;
  }

  .nospace {
    padding-right: 10px;
    padding-left: 0px;
  }

  .centercolu {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .litbox {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .afterpageblock.spacecontainer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .afterpageblock.spacecontainer.newspace {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .afterpageblock.shadow {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .landingtitle {
    padding-top: 5px;
    padding-bottom: 25px;
  }

  .bigslide2 {
    padding-top: 200px;
  }

  .tablerow {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tablerow.top {
    padding-right: 10px;
    padding-left: 10px;
  }

  .locationdiv {
    width: 150px;
    height: 105px;
    background-size: 150px;
  }

  .locationdiv.livraison {
    width: 200px;
    height: 150px;
    background-size: contain;
  }

  .locationdiv.phase2b {
    background-size: contain;
  }

  .sliderlandingnew {
    height: 200px;
  }

  .slidernewtext {
    font-size: 16px;
  }

  .divplan {
    width: 100%;
  }

  .divplan.tableau {
    width: 100%;
  }

  .divplan.bigger2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .divplan.bigger3 {
    width: 100%;
  }

  .divplan.tableau-2 {
    width: 100%;
  }

  .divthree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sliderunite {
    width: 100%;
    height: 300px;
  }

  .sectionsimple {
    height: auto;
  }

  .bodyfull {
    height: auto;
  }

  .divhalf {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divquarter.white {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divquarter.image {
    width: 100%;
    height: 300px;
  }

  .divquarter.image2 {
    width: 100%;
    height: 400px;
  }

  .divquarter.image3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .formsimple {
    width: 90%;
  }

  .mapsmall {
    width: 275px;
    height: 210px;
  }

  .sectiontop {
    background-size: cover;
  }

  .sectiontop.moible {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(32%, #000), color-stop(90%, transparent)), url('../images/_U8A7631-mobile.jpg');
    background-image: linear-gradient(0deg, #000 32%, transparent 90%), url('../images/_U8A7631-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat-y;
  }

  .axelogo {
    display: block;
    width: 150px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
  }

  .divform {
    padding: 20px 15px;
  }

  .divform.bottom {
    width: 95%;
    margin-top: -150px;
  }

  .imagesquare {
    margin-bottom: 25px;
  }

  .recaptcha {
    position: static;
    float: none;
    clear: none;
  }
}

