/*COOKIE CONSENT*/

.cc-btn.cc-deny {
  display: none ! important;
}
.cc-btn.cc-dismiss {
  text-decoration: none ! important;
  border:1px solid #FFFFFF ! important;
}
.cc-link {
  text-decoration: none ! important;
  display: none ! important;
}

.main { 
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
}
.wrapperfull {
  position: relative;
  width: 100%;
  height: auto;
}
.wrappercontent {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding:0 15px;
}
.bloc.fifty {
  position: relative;
  width: calc(50% - 60px);
  height: auto;
  float: left;
}
.bloc.fifty:nth-child(2) {
  float: right;
}

h2.blackthin {
  font-weight: 300;
  font-size: 45px;
  color: #333333;
  margin: 0 0 9px 0;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
ul {
  margin:0 ;
  padding:0 ;
}
ul li {
  list-style: none;
  background: url(../img/check.svg)no-repeat left top / 24px 24px;
  padding-left: 30px;
  margin-bottom: 30px;
}
a.cta {
  width: 100%;
  max-width: 310px;
  min-height: 50px;
  height: auto;
  background: #fb0d1b;
  margin: 0 auto;
  border-radius: 100px;
  border: 0;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}
a.cta .content {
  background: url(../img/arrow.svg) no-repeat left center / 24px 24px;
  padding-left: 35px;
  display: inline;
}
@media (max-width:1280px) {
  .wrappercontent {
    padding:0 20px;
  }
  p {
  font-size: 16px;
  }
}
@media (max-width:750px) {
  a.cta {
    display: none;
  }
  ul li {
    margin-bottom: 15px;
  }
  .bloc.fifty  {
    width: 100%;
  }
}

/* header */
.header {
  height: 100px;
}
.header span.leaf {
  position: absolute;
  top: 33px;
  left: -100px;
  width: 322px;
  height: 192px;
  background: url(../img/Urban_Garden-logo.svg)no-repeat center /100% 100%;
  z-index: 10;
}
.header h1{
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  width: calc(100% - 305px);
  margin: 0;
  padding-left: 222px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #707070;
  text-transform: uppercase;
}
.header h1 span{
  font-weight: bold;
  color: #30662C;
}
.header figure {
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  width: 74px;
  height: 60px;
}
.header .title {
  position: absolute;
  bottom: -51px;
  left: 100px;
  width: 336px;
  height: 51px;
  line-height: 51px;
  padding-right: 15px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 28px;
  background: #30662C;
  text-align: right;
  z-index: 9;
}

@media (max-width:1400px) {
  .header span.leaf {
    left: -50px;
  }
  .header h1{
    padding-left: 272px;
  }
  .header .title {
    left: 150px;
  }
}
@media (max-width:1280px) {
  .header span.leaf {
    left: 0;
  }
  .header h1{
    padding-left: 322px;
  }
  .header figure {
    right:20px;
  }
  .header .title {
    left: 200px;
  }
}
@media (max-width:1120px) {
  .header {
    height: 80px;
  }
  .header span.leaf {
    width: 193px;
    height: 115px;
  }
  .header h1{
    width: calc(100% - 220px);
    padding-left: 206px;
    font-size: 20px;
  }
  .header .title {
    font-size: 18px;
    left: 100px;
    bottom: -35px;
    width: 232px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width:750px) {
  .header {
    height: 157px;
  }
  .header figure {
    top:20px;
    transform: inherit;
    right: inherit;
    left: 20px;
    width: 109px;
  }
  .header h1{
    top: 65px;
    transform: inherit;
    right: 20px;
    left: inherit;
    padding-left: 0;
    text-align: right;
  }
  .header h1 span{
    display: block;
  }
  .header span.leaf {
    left: inherit;
    right: 160px;
    top: 79px;
  }
  .header .title {
    left: inherit;
    right: 0;
    bottom: 0;
  }
}

/* hero img */
.hero-img {
  height: calc(100vH - 200px);
  min-height: 550px;
  background: url(../img/hero.jpg) no-repeat center / cover;
}
.hero-img .wrappercontent{
  height: 100%;
  padding-right: 450px;
}
.hero-img .wrappercontent h2 {
  position: relative;
  top: 60%;
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  text-shadow: 0 0 3px #7e7e7e, 0 0 5px #7e7e7e;
}
.hero-img .wrappercontent h2 span {
  font-weight: 400;
}
@media (max-width:1280px) {
  .hero-img .wrappercontent h2 {
    font-size: 34px;
  }
}
@media (max-width:750px) {
  .hero-img {
    height: 331px;
    min-height: inherit;
  }
  .hero-img .wrappercontent{
    padding-right: 20px;
  }
  .hero-img .wrappercontent h2 {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
  }
}

/* Formulaire */

form#urbangarden {
    position : absolute;
    top: 60%;
    right: 0;
    width: 100%;
    max-width: 370px;
    height: auto;
    padding: 57px 30px 60px 30px;
    background: #FFFFFF;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
}

form#urbangarden span.leafform{
    position : absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 98px;
    height: 58px;
    background: url(../img/leaf.svg) no-repeat center / 100% 100%;
   
}
form#urbangarden h2 {
  width: 225px;
  height: 67px;
  color: #2f652b;
  text-transform: uppercase;
  padding: 10px 0 0 50px;
  font-size: 25px;
  text-shadow: inherit;
  background: url(../img/noun_Brochure_2854869.svg) no-repeat left top / 33px 70px;
  margin: 0 auto 32px auto;
  }
form#urbangarden h2 span {
  color: #64b45e;
  display: block;
}
form#urbangarden input {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #DBDBDB;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 15px 25px;
  margin-bottom: 20px;
  background: #fafafa;
}
form#urbangarden .wrap-checkbox {
    position : relative;
    width: 100%;
    height: auto;
    padding-left: 30px;
}
form#urbangarden .wrap-checkbox input[type="checkbox"] {
    position : absolute;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    margin: 0;
    border: 2px solid #707070;
    opacity: 0;
    z-index: 10;
}
form#urbangarden .wrap-checkbox input[type="checkbox"] + .check {
    position: absolute;
    top: 6px;
    left: 0;
    border:1px solid #DBDBDB;
    width: 15px;
    height: 15px;
    z-index: 1;
}
form#urbangarden .wrap-checkbox input[type="checkbox"]:checked + .check {
    outline: 1px solid #FFFFFF;
    background: #DBDBDB;
}
form#urbangarden .wrap-checkbox label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color:#7F7F7F;
}
form#urbangarden .input-hide {
  display: none;
}
form#urbangarden input[type="submit"] {
    background: #fb0d1b url(../img/arrow.svg) no-repeat 10px center / 24px 24px;
    border: 0;
    color: #FFFFFF;
    margin-top: 27px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding-left: 35px;
}
.wrap-input {
  position: relative;
  height: auto;
}
.wrap-input span {
  position: absolute;
  bottom: 7px;
  left: 25px;
  font-size: 9px;
  color: #fb0d1b;
}
.wrap-input.codep{
  width: 103px;
  height: auto;
  min-height: 65px;
  float: left;
}
.wrap-input.codep span {
  bottom: -7px;
}
.mobile .wrap-input.opt span,
.wrap-input.opt span {
  bottom: -17px;
  left: 29px;
}
.wrap-input.town{
  width: calc(100% - 113px);
  height: auto;
  min-height: 55px;
  float: right;
}
.mobile .wrap-input span {
  bottom: 3px;
}

@media (max-width:1280px) {
  form#urbangarden {
      right: 20px;
  }
}
@media (max-width:750px) {
  form#urbangarden.mobile {
      display: none;
  }
}

/* Innovation part */
.grey {
  background: #fafafa;
}
.grey .wrappercontent {
  padding: 80px 470px 75px 80px;
}
.grey .wrappercontent .flag{
  position: absolute;
  top: -70px;
  left: 0;
  max-width: calc(100% - 450px);
  background: rgb(48,102,44);
  background: linear-gradient(0deg, rgba(48,102,44,1) 0%, rgba(97,180,90,1) 100%);
  color: #FFFFFF;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  padding: 20px;
  z-index: 10;
}
.grey .wrappercontent .flag span{
  font-weight:bold;
  display: block;
}
.grey .wrappercontent figure {
  margin-right: 12px;
  float: left;
}
.grey .wrappercontent figure.tag-ptz {
  width: 114px;
  height: 106px;
  background: url(../img/tag-ptz.svg) no-repeat center / 100% auto;
}
.grey .wrappercontent figure.tag-pm {
  width: 111px;
  height: 108px;
  background: url(../img/tag-pm.svg) no-repeat center / 100% auto;
}
.grey .wrappercontent h2 {
  color: #30662C;
  font-weight: bold;
  font-size: 18px;
  margin: 51px 0 20px 0;
}
@media (max-width:1280px) {
  .grey .wrappercontent .flag{
    font-size: 21px;
  }
  .grey .wrappercontent figure.tag-ptz {
    width: 91px;
    height: 85px;
  }
  .grey .wrappercontent figure.tag-pm {
    width: 89px;
    height: 86px;
  }
  .grey .wrappercontent h2 {
    font-size: 16px;
    margin: 28px 0 20px 0;
  }
}
@media (max-width:750px) {
  .grey .wrappercontent {
    padding: 0 20px 50px 20px;
  }
  .grey .wrappercontent .flag{
    position: relative;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    top: 0;
  }
}

/* SLIDER */
.slider {
  position: relative;
  padding: 112px 0;
  background: #FFFFFF url(../img/Bkg.svg) no-repeat -327px -150px / 1280px 708px;
}
.slider .wrappercontent {
  display: flex;
  justify-content: space-between;
}

.slider .wrapperslider {
  position: relative;
  width: calc(100% - 470px);
  height: auto;
  float: left;
}
.jssorl-004-double-tail-spin img {
  animation-name: jssorl-004-double-tail-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute; bottom: -20px ! important;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#333333;fill-opacity:0.6;stroke:transparent;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb031 .i:hover .b {fill:#CCCCCC;fill-opacity:1;stroke:transparent;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#CCCCCC;stroke:transparent;stroke-width:1600;fill-opacity:.6;}
.jssorb031 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.slider .bloc {
  position: relative;
  width: 360px;
  height: auto;
}
.slider .bloc ul{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1280px) {
  .slider .bloc {
    width: 375px;
  }
}
@media (max-width:750px) {
  .slider {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .slider .wrappercontent {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  .slider .wrapperslider {
    margin-bottom: 44px;
  }
  
  .slider .wrapperslider,
  .slider .bloc {
    width: 100%;
  }
  .slider .bloc ul{
    top: inherit;
    transform: inherit;
  }
}

/* PRICELIST */

.pricelist {
  background: #EDF4E8;
  padding: 90px 0;
}
.pricelist h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0;
}
.pricelist h2 span{
  font-weight: 300;
  display: block;
}
.pricelist table  {
  margin-bottom: 86px;
}
.pricelist table tr {
  height: 54px;
}
.pricelist table tr.whitebg {
  background: #FFFFFF;
}
.pricelist table tr.whitegrey {
  background: #FAFAFA;
}
.pricelist table tr th{
  background: #30662C;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 54px;
  margin: 0;
  padding: 0 30px;
}
.pricelist table tr td{
  padding: 0 30px;
  margin: 0;
  text-align: center;
  color: #333333;
}
.pricelist table tr th:first-child,
.pricelist table tr td:first-child{
  text-align: left;
}
.pricelist table tr td span{
  font-weight: bold;
  color: #FE0000;
}
@media (max-width:750px) {
  .pricelist {
    padding: 45px 0;
  }
  .pricelist h2 {
    margin: 0 0 25px 0;
  }
  .pricelist table tr td{
    font-size: 14px;
  }
  .pricelist table tr td span{
    display: block;
  }
  .pricelist table tr th:nth-child(2),
  .pricelist table tr td:nth-child(2),
  .pricelist table tr th:nth-child(3),
  .pricelist table tr td:nth-child(3){
    display: none;
  }
  .pricelist table tr th,
  .pricelist table tr td{
      padding: 0 18px;
  }
  .pricelist table  {
    margin-bottom: 0;
  }
}
.bgwhite {
  padding: 155px 0 260px 0;
}
.bgwhite .bloc span.leafgrey{
  position: absolute;
  top: -50px;
  left: -100px;
  width: 237px;
  height: 141px;
  background: url(../img/leafgrey.svg)no-repeat center /100% 100%;
  z-index: 0;
}
.bgwhite .bloc span.leafgrey{
  position: absolute;
  top: -50px;
  left: -100px;
  width: 237px;
  height: 141px;
  background: url(../img/leafgrey.svg)no-repeat center /100% 100%;
  z-index: 0;
}
.bgwhite .bloc span.leafgreen{
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 527px;
  height: 294px;
  background: url(../img/leafgreen.svg)no-repeat center /100% 100%;
  z-index: 0;
}
.bgwhite .bloc h3 {
  font-weight: bold;
  font-size: 18px;
  color: #61B45A;
  margin: 0 0 44px 0;
  line-height: 30px;
}
@media (max-width:750px) {
  .bgwhite {
    padding: 50px 0 85px 0;
  }
  .bloc.fifty  {
    width: 100%;
  }
  .bgwhite .bloc:first-child  {
    margin-bottom: 50px;
  }
  .bgwhite .bloc h3 {
    margin: 0 0 21px 0;
  }
  .bgwhite .bloc span.leafgrey,
  .bgwhite .bloc span.leafgreen{
     display: none;
  }
}

/* MAP */
.map {
  background: url(../img/bgmap.jpg) no-repeat center / cover;
  height:463px;
}
.map span.leaf{
  position : absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 108px;
  background: url(../img/leaf.svg) no-repeat center / 100% 100%;
  z-index: 11;
}
@media (max-width:750px) {
  .map {
    height:177px;
  }
  .map span.leaf{
    top: -30px;
    width: 91px;
    height: 54px;
  }
}
/* SERVICES */
.services {
  background: #FAFAFA;
  padding-bottom: 80px;
}
.services figure{
  position: relative;
  top: -230px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
}
.services h2 {
  margin: -90px 0 60px 0;
  text-align: center;
}
.services ul li {
  font-weight: bold;
  padding-left: 62px;
}
.services ul li span {
  font-weight: 300;
  font-size: 16px;
  display: block;
}
.services ul li.periph {
  background: url(../img/Icon-periph.svg) no-repeat left top / 50px 50px;
}
.services ul li.Icon-tram {
  background: url(../img/Icon-tram.svg) no-repeat left top / 50px 50px;
}
.services ul li.Icon-metro {
  background: url(../img/Icon-metro.svg) no-repeat left top / 50px 50px;
}
.services ul li.Icon-train {
  background: url(../img/Icon-train.svg) no-repeat left top / 50px 50px;
}
.services ul li.Icon-gare {
  background: url(../img/Icon-gare.svg) no-repeat left top / 50px 50px;
}
.services ul li.Icon-air {
  background: url(../img/Icon-air.svg) no-repeat left top / 50px 50px;
}
@media (max-width:750px) {
  .services {
    padding-bottom: 30px;
  }
  .services figure{
    top: -130px;
  }
  .services h2 {
    margin: -90px 0 20px 0;
  }
}
/* BIG LEAF */
.bgleaf2 {
  background: url(../img/bigleaf.svg) no-repeat center / auto 100%;

  
  padding: 86px 0 110px 0;
}
.bgleaf2 h2 {
  text-align: center;
  margin-bottom: 38px;
}
.bgleaf2 h2 span {
  color: #61B45A;
  font-weight: bold;
}
@media (max-width:750px) {
  .bgleaf2 {
    padding: 40px 0 55px 0;
  }
  .bgleaf2 h2 {
    margin-bottom: 0;
  }
}

/* FOOTER */
.footer {
  padding:55px 0 100px 0 ;
}
.footer p {
  font-size: 14px;
  font-weight: 300;
}
.footer p.first {
  margin-top: 55px;
}
.footer figure.logo {
  max-width: 112px;
  width: 100%;
  height: auto;
  float: left;
}
.footer figure.infotel {
  max-width: 304px;
  width: 100%;
  height: 68px;
  float: right;
}
@media (max-width:750px) {
  .footer {
    padding:25px 0 165px 0 ;
  }
  .footer figure.logo {
    max-width: 371px;
    width: 100%;
    height: 75px;
    margin-bottom: 35px;
    float: none;
  }
  .footer figure.infotel {
    max-width: 304px;
    width: 100%;
    height: 68px;
    float: none;
  }
  .footer p.first {
    margin-top: 42px;
  }
}


/* MOBILE */
.mobile {
  display: none;
}

@media (max-width:750px) {
  .mobile {
    display: block;
  }
  .mobile.ctafixed{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 96px;
    background: #FFFFFF;
    z-index: 20;
  }
  .mobile.ctafixed a.cta{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 50px;
  }
  .mobile.ctafixed a.cta .content{
    padding-left: 26px;
  }
}

@media (max-width:450px) {

  .mobile.ctafixed a.cta{
    font-size: 14px;
  }

}

/* LAYER FORM & MERCI */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000093;
  z-index: 120;
  display: none;
}
.merci .layer {
  display: block;

}
@media only screen and (max-width: 1280px) and (min-width: 750px)   {
    .layer {
    display: none ! important;
    }
    
  .merci .layer {
    display: block ! important;

  }
}
@media (max-width:750px) {

.layer form#urbangarden.mobile {
  display: none;
  }
}

@media (max-width:750px) {
  form#urbangarden.desktop{
    display: none;
  }
  .layer form#urbangarden.mobile {
    position : absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: calc(100% - 80px);
    max-height: 625px;
    max-width: 320px;
    padding: 30px 20px;
    background: #FFFFFF;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.28);
    display: none;
  /* display: block; */
  }
  .layer form#urbangarden.mobile .content-form {
    position: relative;
    height: 100%;
    overflow: auto;
  /* display: block; */
  }
  .layer form#urbangarden.mobile h2 {
    padding-left: 45px;
    line-height: 1.2em;
  }
  .layer form#urbangarden.mobile input[type="checkbox"] {
    top: 6px;
    width: 15px;
    height: 15px;
  }
  .layer form#urbangarden.mobile input {
    height: 34px;
    margin-bottom: 16px;
  }
  .layer form#urbangarden.mobile .wrap-checkbox label {
    line-height: 17px;
  }
  .layer form#urbangarden.mobile input[type="submit"]{
    font-size: 14px;
    height: 50px;
  }
}

/* MERCI */

.merci .layer .thanks {
  position: absolute;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  right: inherit;
  width: calc(100% - 40px);
  height: auto;
  padding: 30px 40px;
  background: #FFFFFF;
  text-align: center;
  z-index: 100;
}
.merci .layer .thanks .book {
  width: 33px;
  height: 56px;
  margin: 0 auto 20px auto;
}
.merci .layer .thanks h2 {
  font-size: 25px;
  font-weight: bold;
  color: #61B45A;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.merci .layer .thanks p {
  font-size: 16px;
  margin: 0;
}
.merci .layer .thanks a {
  margin-top: 32px;
  margin-bottom: 52px;
  padding: 15px 10px;
}
.merci .layer .thanks a.cta .content {
  padding-left: 21px;
}

.merci .layer .thanks figure.ub {
  width: 154px;
  height: 92px;
  margin: 0 auto 16px auto;
}
.merci .layer .thanks h3 {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}
.merci .layer .thanks h3 span{
  font-weight: bold;
  color: #30662C;
}
.merci .layer .thanks a {
  display: block;
}

@media (max-width:750px) {
  .merci .layer .thanks {
  padding: 30px 20px;
  }
}

span.close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url(../img/close.svg) no-repeat center / 100% 100%;
  cursor: pointer;
}