@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Squada+One&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#header {
  position: relative;
  width: 100%;
  background: url(../images/version1/fond-header.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
div.inter {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
#header .inter {
  padding: 15px 30px;
}

/**********************on scroll*******************/

#header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  padding-top: 0;
   -webkit-animation-name: showtop; 
  -webkit-animation-duration: 1s; 
  animation-name: showtop;
  animation-duration: 1s;
}
#contenu.scroll {
  margin-top: 182px;
}

#header.scroll #logo {
  max-width: 55px;
}
#header.scroll #coordonnees {
  display: none;
}
#header.scroll #menu {
  margin-top: 10px;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes showtop {
  from {margin-top: -100px;}
  to {margin-top: 0;}
}

/* Standard syntax */
@keyframes showtop {
  from {margin-top: -100px;}
  to {margin-top: 0;}
}



/******************************************/




#logo {
  position: relative;
  display: inline-block;
  max-width: 150px;
}
#logo p {
  margin: 0;
}
#menu {
  position : relative;
  float: right;
  margin-top: 100px;
}
#coordonnees {
  position: absolute;
  right: 40px;
  top: 15px;
  color: #fff;
  font-size: 16px;
}
div.clearfix {
  clear: both;
}


#contenu {
   position: relative;
  width: 100%;
  background: #fff;
}

#parallax1 {
  position: relative;
  width: 100%;
  background: url(../images/version1/fond-ceva.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
#gmap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#gmap p {
  margin: 0;
}
#gmap iframe {
  margin-top: -47px;
}

#footer {
   position: relative;
  width: 100%;
  font-size: 0.9em;
  background: #432918;
  color: #fff;
}
#footer .inter {
  padding-bottom: 10px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #77b238;
}



.police-titre {
  font-family: 'Squada One', cursive;
  font-weight: 400;
}
.texte-marron {
  color: #432918;
}
.texte-vert {
  color: #77b238;
}
.texte-jaune {
  color: #dedd00;
}
.texte-orange {
  color: #e66927;
}
.big {
  font-size: 2em;
  line-height: 1.1;
}
.biggest {
  font-size: 4em;
  line-height: 1;
}


.bouton-marron {
  display: inline-block;
  padding: 10px 20px;
  background: #432918;
  color: #fff;
  position: relative;
  z-index:1;
}
a.bouton-marron:hover {
  /*background: #533624;*/
  color: #fff;
}
.bouton-vert {
  display: inline-block;
  padding: 10px 20px;
  background: #77b238;
  color: #fff;
   position: relative;
  z-index:1;
}
a.bouton-vert:hover {
  /*background: #88c646;*/
  color: #fff;
}
.bouton-orange {
  display: inline-block;
  padding: 10px 20px;
  background: #e66927;
  color: #fff;
   position: relative;
  z-index:1;
}
a.bouton-orange:hover {
  /*background: #f68144;*/
  color: #fff;
}

/****************effets bouton*****************/


a.bouton-marron::before, a.bouton-vert::before, a.bouton-orange::before, #camera_wrap_92 a.camera-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.5, 1, 1);
	transform: scale3d(0.5, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
a.bouton-marron::before, #camera_wrap_92 a.camera-button::before {
background: #533624;
}
a.bouton-vert::before {
  background: #88c646;
}
a.bouton-orange::before {
  background: #f68144;
}

a.bouton-marron,
a.bouton-marron::before, a.bouton-vert, a.bouton-orange,
a.bouton-orange::before, a.bouton-vert::before, #camera_wrap_92 a.camera-button, #camera_wrap_92 a.camera-button::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

a.bouton-marron:hover::before, a.bouton-vert:hover::before, a.bouton-orange:hover::before, #camera_wrap_92 a.camera-button:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/**********************effet prestas*******************/
#parallax1 .moduletable.mobile {
  display: none;
}

#parallax1 .prestas {
  position: relative;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 5px;
height: 200px;
  display: table;
overflow: hidden;
}
.prestas.entretien {
background: url(../images/version1/entretien-espace-vert.jpg) center center no-repeat;
}
.prestas.creation {
background: url(../images/version1/amenagement-jardin.jpg) center center no-repeat;
}
.prestas.elagage {
background: url(../images/version1/elagage.jpg) center center no-repeat;
}
.prestas.mineral {
background: url(../images/version1/surfaces-minerales.jpg) center center no-repeat;
}


.legende {
  vertical-align:middle;
display: table-cell;
  width: 100%;
  background: rgba(119,178,56,0.7);
 -moz-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -moz-transition : transform .2s ease;
  -webkit-transition : transform .2s ease;
  transition : transform .2s ease;
}
.prestas:hover .legende {
-moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.legende ul {
    text-align: left;
}
.prestas a {
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*******************mises en page spéciales***********/
div.col-4 {
  position: relative;
  width: 23%;
  margin: 10px 0.8%;
  display: inline-block;
  vertical-align: top;
}
.padding {
padding: 5px 15px;
}
.bgvert {
  background: #77b238;
  color: #fff;
}
.bgmarron {
  background: #432918;
  color: #fff;
}

div.col-4 h2 {
font-size: 2em;
  min-height: 70px;
}


td.encart-video p {
margin: 0;
}

td.encart-sap {
  background: #204989;
color: #fff;
}

td.encart-sap .padding {
padding: 20px 10px;
}

.itemid-121 .padding {
  min-height: 310px;
}

/*************************************/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	max-width: 100% !important;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

body {
	margin: 0;
   font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #231f20;
	background-color: #fff;
}
a {
	color: #77b238;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #dedd00;
	text-decoration: none;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

p {
	margin: 0 0 9px;
}

.small, small {
	font-size: 75%;
}
b, strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

.text-warning {
	color: #c09853;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
     font-family: 'Squada One', cursive;
  font-weight: 400;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 35.75px;
  line-height: 40px;
}
h2 {
	font-size: 31px;
    line-height: 35px;
}
h3 {
	font-size: 28px;
    line-height: 33px;
}
h4 {
	font-size: 22px;
  line-height: 27px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

li {
	line-height: 18px;
}
#footer li {
   margin: 10px 0;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

input,
button,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}


::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #77b238;
}

::selection {
  color: #fff;
  background: #77b238;
}

/***********************diaporama***************************/

#camera_wrap_92 .camera_caption {
  bottom: 40% !important;
}
#camera_wrap_92 .camera_caption > div {
  background: none !important;
  text-align: center;
}

#camera_wrap_92 .camera_caption > div div.camera_caption_title {
  display: inline-block;
  background: rgba(35,31,32,0.8);
  padding: 10px 20px;
  font-family: 'Squada One', cursive;
  font-weight: 400;
 font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#camera_wrap_92 a.camera-button {
margin : 25px auto 0;
  display: table;
  padding: 10px 20px;
  background: #c8318b;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index:1;
}
#camera_wrap_92 a.camera-button:hover {
  /*background: #231f20;*/
  color: #fff;
}

#camera_wrap_92 .camera_prev > span, #camera_wrap_99 .camera_prev > span {
    width: 40px;
    height: 40px;
  background: url(../images/version1/prev.png) no-repeat;
    background-position: 0px 0px;
}
#camera_wrap_92 .camera_next > span, #camera_wrap_99 .camera_next > span {
    width: 40px;
    height: 40px;
  background: url(../images/version1/suiv.png) no-repeat;
    background-position: 0px 0px;
}
#camera_wrap_92 .camera_prev, #camera_wrap_92 .camera_next, #camera_wrap_99 .camera_prev, #camera_wrap_99 .camera_next {
    width: 40px;
    height: 40px;
  top: 50%;
    margin-top: -20px;
    background: rgba(0,0,0,0.5);
}
#camera_wrap_92 .camera_prev, #camera_wrap_99 .camera_prev {
  left: 15px;
}
#camera_wrap_92 .camera_next, #camera_wrap_99 .camera_next {
  right: 15px;
}

.camera_commands {
  display: none !important;
}


/**************************************effet menu **************************/

div#maximenuck91 li.maximenuck {
  margin: 0 20px;
}
div#maximenuck91 li.maximenuck.level1.last {
margin-right: 0;
}

li.maximenuck a, li.maximenuck span.separator {
	padding: 10px;
  margin: 0;
	font-family: 'Squada One', cursive;
  font-weight: 400;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
	text-shadow: none;
} 
div#maximenuck91.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck90.maximenuckh ul.maximenuck li.level1.parent > span.separator {
  padding-right: 10px !important;
}
div#maximenuck91 ul.maximenuck li.level1.parent > a::after, div#maximenuck90 ul.maximenuck li.level1.parent > span.separator::after {
  display: none !important;
}

#menu div#maximenuck91 .maxiFancybackground {
  top: auto;
  bottom: 0;
  border-top: 5px solid #77b238;
}



div#maximenuck90 div.floatck {
  background: #432918 !important;
  -moz-box-shadow: 0px 2px 3px 0px #656565;
-webkit-box-shadow: 0px 2px 3px 0px #656565;
-o-box-shadow: 0px 2px 3px 0px #656565;
box-shadow: 0px 2px 3px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=3);
}

 ul.maximenuck2 li.maximenuck a {
	padding: 10px 15px;
	margin: 0;
	font-size: 1em;
	color: #fff;
   text-transform: inherit;
} 
 ul.maximenuck2 li.maximenuck:hover {
background : #77b238;
}

ul.maximenuck2 li.maximenuck:hover a {
color: #fff;
}


/*********************formulaire***********************/

#contenu .wdform_page {
  padding : 0 !important;
}

#form12 .wdform_page .wdform_row[wdid="1"], #form12 .wdform_page .wdform_row[wdid="2"], #form12 .wdform_page .wdform_row[wdid="3"] {
  float: left;
  width: 32%;
}
#form12 .wdform_page .wdform_row[wdid="2"], #form12 .wdform_page .wdform_row[wdid="3"] {
  margin-left: 2%;
}

#contenu .wdform-field {
  display: block !important;
}
#contenu .wdform-field, #contenu .wdform-element-section {
  width: 100% !important;
  min-width: 75px !important;
  max-width: 100% !important;
}
#contenu .wdform-label {
  color: #231f20 !important;
}
#contenu input[type="text"] {
  padding: 10px !important;
  border: 0 !important;
  height: auto !important;
}
#contenu #form12 input[type="text"], #contenu #form12 textarea {
background: #f0f0f0;
}

#form12 .wdform_page .wdform_row[wdid="6"], #form12 .wdform_page .wdform_row[wdid="7"] {
  float: left;
}

#contenu .wdform_page {
 font-family: 'Squada One', cursive;
  font-weight: 400;
}
#form12 .wdform_page .wdform_row[wdid="5"] {
  font-family: 'Open Sans', sans-serif; !important;
  font-weight: 400;
  font-size: 0.9em;
}

#contenu textarea {
  border: 0 !important;
  padding: 10px !important;
}

#contenu #form12 .button-submit {
    color: #fff !important;
    height: auto !important;
    line-height: 25px !important;
    padding: 5px 20px 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
 font-family: 'Squada One', cursive;
  font-weight: 400;
    background: #432918 !important;
}
#contenu #form12 .button-submit:hover {
  background: #77b238 !important;
color: #fff !important;
box-shadow: none !important;
}

/************************************/


@media (max-width: 1100px) {
  
 
  div#maximenuck91 li.maximenuck {
    margin: 0 15px;
  }
  div#maximenuck91 li.maximenuck.item124 {
    margin-right: 0;
  }
  li.maximenuck a, li.maximenuck span.separator {
    padding: 10px 0;
  }
  
  
}
@media (max-width: 890px) {

   
  #header .inter {
    padding: 15px;
  }
  
  .itemid-101 #contenu table {
    max-width: 700px;
    margin: 0 auto;
  }
  .itemid-101 #contenu table td {
    display: block !important;
    width: 100% !important;
  }
  li.maximenuck a, li.maximenuck span.separator {
    font-size: 1.3em;
  }
  
  #logo {
    max-width: 120px;
  }
  #menu {
    margin-top: 80px;
  }
  #coordonnees {
    right: 15px;
  }
  
  #parallax1 .moduletable.mobile {
  display: block;
}
  #parallax1 .moduletable.standard {
  display: none;
}
  
  div.col-4 {
 width: calc(50% - 25px);
margin: 10px;
}
  
}

@media (max-width: 769px) {

  #header {
    background-size: cover;
  }
  
  #menu {
    min-width: 110px;
    margin-top: 90px;
  }
 
}

@media (max-width: 640px) {
  
  #contenu table:not(.nomobile) td {
    display: block !important;
    width: 100% !important;
  }
  #bloc1 table, #parallax1 table {
    max-width: 350px;
    margin: 0 auto;
  }
  #bloc1 table td, #parallax1 table td {
    display: block !important;
    width: 100% !important;
  }
  
  
  div.inter {
    padding: 20px;
  }
  
  #camera_wrap_92 .camera_prev > span, #camera_wrap_99 .camera_prev > span {
    width: 25px;
    height: 25px;
   background-size : 25px auto;
}
#camera_wrap_92 .camera_next > span, #camera_wrap_99 .camera_next > span {
    width: 25px;
    height: 25px;
  background-size : 25px auto;
}
#camera_wrap_92 .camera_prev, #camera_wrap_92 .camera_next, #camera_wrap_99 .camera_prev, #camera_wrap_99 .camera_next {
    width: 25px;
    height: 25px;
    margin-top: -12px;
}
#camera_wrap_92 .camera_prev, #camera_wrap_99 .camera_prev {
  left: 5px;
}
#camera_wrap_92 .camera_next, #camera_wrap_99 .camera_next {
  right: 5px;
}
  
  #camera_wrap_92 .camera_caption {
    bottom: 37% !important;
}

	
}

@media (max-width: 580px) {
  
  
  
   #footer table td {
    display: block !important;
    width: 100% !important;
  }
  

  

}

@media (max-width: 460px) {
  
  
  
   #coordonnees {
    font-size: 14px;
  }
  #coordonnees img {
    width: 22px;
    margin-right: 5px !important;
  }
  
   div.col-4 {
  width: 100%;
     margin: 10px 0;
}

}

@media (max-width: 420px) {
  
 #form12 .wdform_page .wdform_row[wdid="1"], #form12 .wdform_page .wdform_row[wdid="2"], #form12 .wdform_page .wdform_row[wdid="3"] {
   width: 100%;
   float: none;
   margin-left: 0;
  }
  
}


@media (max-width: 400px) {
  
   #coordonnees {
    width: 100%;
     text-align: center;
     right: 0;
  }
  #logo {
    max-width: 90px;
    margin-top: 35px;
}
  #header.scroll #logo {
    margin-top: 0;
  }
  
}
