html {
  scroll-behavior: smooth;

}
body
{
margin: 0px;
font-family: 'Lato', sans-serif;	
color:grey;

background: linear-gradient(114deg, #6c7375, #4cc884, #ffffff, #4cc884);
background-size: 400% 200%;
animation: gradient 20s ease infinite;
} /* ---- stats.js ---- */

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}






::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #00b050b3;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

h1 {
}

h2 {
}

h3 {
}
p {
	text-align:justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	font-weight:300;
	padding:3vh;
}



.HrefColor {
	
	color:#ac8f36;
	
    margin:0;
}

.HrefColor::hover {
	
	color:grey;
text-decoration: underline;
}


li {font-size:1em;}

.margin-top-10 {padding-top:10px;}
.line-break {border-bottom:3px solid #ac8f36; width: 60vw; margin:0 auto; padding: 0;}


img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}



.button {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #165087;
  background-color: #c9e6fa;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  /*width: 100%;*/
  display: block;
  z-index:3;
  margin:1vw;
}

.button:hover {background-color: #165087; color: #c9e6fa;}

a {text-decoration:none; font-weight:300; color:skyblue;}

a:hover {text-decoration:underline; font-weight:300; color:grey;}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 10px;
border-color:green;
} 

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  filter: sepia(75%);
}





/* 
.rowLanding {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 80vw;
}

.columnLanding {
    flex: 40%;
    margin: 20px;
    display: grid;
    align-content: center;
    max-width: 80vw;
    justify-content: center;
	justify-items: center;
}*/


.supertitle {font-size: 2.5em;
color:#00b050b3;
	text-transform:uppercase;
	font-weight:100;
	padding: 1vh;
	text-align:center;
	

	}

.title {font-size: 2em;
 /* background: -webkit-linear-gradient(#2d92b6, #8abef6, #ffffff, #2490e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color:#00b050b3;

	text-transform:uppercase;
	font-weight:300;
	padding: 1vh;
	text-align:center;

	}
.subtitle {font-size: 1.5em;
    color: #00b050b3;
	text-align:center;
	padding: 1vh;}
	
.subtitle2 {font-size: 1.25em;
    color: #00b050b3;
	text-align:center;
	padding: 1vh;
	font-weight:200;
	font-style:italic;}

@media screen and (orientation: portrait) {

.supertitle {font-size: 2em;
	}

.title {font-size: 1.2em;
 /* background: -webkit-linear-gradient(#2d92b6, #8abef6, #ffffff, #2490e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
	text-transform:uppercase;
	font-weight:100;
	padding: 1vh;
	text-align:center;
		font-family: 'Lato', sans-serif;	

	}


}
#SectionLanding

{	
/*background-color: rgba(0, 0, 0, 0.3);*/
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 0vw;
	background-image: url('images/accueil.jpg'); 
	background-repeat: no-repeat; background-size: cover; 
    background-position: center;


    margin-top: 0vh;
    position: relative;
    /* border-radius: 5vh;*/
    overflow: hidden;
    height: auto;
   /* border: white solid 5px;*/
}

#SectionLandingText

{	
display:grid;
align-content: center;
height: auto;
}

#LogoAccueil

{	
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 70vh;
    position: relative;
    border-radius: 0vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#LogoAccueil img

{	
    width: 20%;
    z-index: 1;
	    margin: 5vh;
		position:absolute;
}

#Slogan {
	
position: absolute;
    background-color: #0e0f0fa1;
    width: -webkit-fill-available;
	
}



#PhotoElagueur {
    width: 15vw;
    border-radius: 10%;
background: linear-gradient(114deg, #00b050, #208125, #165318, #63e89b);
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 5vh;
}	

#PhotoElagueur img{
    width: 95%;
    height: auto;
    border-radius: 10%;
	  filter: sepia(55%);
}



#PhotoNacelle {
    width: 13vw;
    border-radius: 10%;
background: linear-gradient(114deg, #00b050, #208125, #165318, #63e89b);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 5vh;
}

#PhotoNacelle img{
    width: 95%;
    height: auto;
    border-radius: 10%;
}

@media screen and (orientation: portrait) {
	
#PhotoElagueur {

	    width: 70vw;
	    float: unset;
		margin:0% 0% 4% 0%;;
}

#PhotoNacelle {

	    width: 55vw;
	    float: unset;
		margin:0% 0% 4% 0%;;
}
}

#PhotoElagueur2 {
    width: 15vw;
    border-radius: 10%;
background: linear-gradient(114deg, #00b050, #208125, #165318, #63e89b);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 5vh;
}	

#PhotoElagueur2 img{
    width: 95%;
    height: auto;
    border-radius: 10%;

}

@media screen and (orientation: portrait) {
	
#PhotoElagueur2 {

	    width: 70vw;
	    float: unset;
		margin:0% 0% 4% 0%;;
}
}




@media screen and (orientation: portrait) {
	
#LogoAccueil

{	
align-items: flex-start;
	justify-content: center;
	    height: 60vh;
}

#LogoAccueil img

{	
width:45%
}	

#Slogan {
	
	top: 40vh;
	
}
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



#Elagage {
	
background-color: white;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: 10vw;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    width: 80vw;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#ElagageText {
	    background-color: white;


    width: 80vw;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    padding: 5vh;
	text-align:justify;
	hyphens:auto;
	-webkit-hyphens : auto;

}

@media screen and (orientation: portrait) {

#Elagage .title

{	
    font-size: 1.5em;
}

#Elagage {
	

    margin-left: 0vw;
    width: 100vw;

}


#ElagageText {


    width: 100vw;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;



}

}







#Services {
background: linear-gradient(114deg, #00b050, #208125, #165318, #63e89b);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;

    margin-left: 5vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    width: 90vw;
	    display: flex;
    justify-content: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#ServicesText {
	
    background-color: white;
    width: 80vw;

    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
	text-align:justify;
	hyphens:auto;
	-webkit-hyphens : auto;
	    padding: 5vh;


}


@media screen and (orientation: portrait) {
	
#ServicesText {
    width: 75vw;
}


}




/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
	justify-content: center;
	 margin-top: 2vh;
}

.rowPresentation img{
width:100%;
height:30vh;
}

/* Create two equal columns */
.columnPresentationA, .columnPresentationB, .columnPresentationC {
flex: 33%;

    display: flex;
    align-items: center;
    flex-direction: column;
}






.columnPresentationA:hover, .columnPresentationB:hover, .columnPresentationC:hover  {
filter:grayscale(65%);
	transition: all 1000ms;
}




@media screen and (orientation: portrait) {
	
.rowPresentation {



}

.rowPresentation img{
width:100%;
height:17vh;
}


.columnPresentationA {
    flex: 100%;
    margin-bottom: 1vh;

}

.columnPresentationB {
    flex: 100%;
    margin-bottom: 1vh;

}
.columnPresentationC {
    flex: 100%;
    margin-bottom: 1vh;

}

.columnPresentationD {
    flex: 100%;
    margin-bottom: 1vh;

}

	
}

.button2 {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #000;
  background-color: #ac8f36;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  width: 80%;
  display: block;
  margin-bottom: 3vh;
}

@media screen and (orientation: portrait) {
.button2 {

  font-size: 12px;

}
}


.button2:hover {background-color: grey; color: #000;}



#AndréSolution {
	background-image: url('images/d.jpg'); 
	background-repeat: no-repeat; background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 400;
    width: 80vw;
	    display: flex;
    justify-content: flex-end;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}





#AndréSolutionText {
background-color: white;
    width: 40vw;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    padding: 5vh;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}



@media screen and (orientation: portrait) {

#AndréSolution .title

{	
    font-size: 1.5em;
}

#AndréSolution {
    background-size: contain;
    background-position: top;
}

#AndréSolutionText {
    width: 80vw;
    top: 35vh;
}
}





























#FAQ {
background: linear-gradient(114deg, #00b050, #208125, #165318, #63e89b);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    width: 100vw;
	    display: flex;
    justify-content: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#FAQText {
	
    background-color: white;
    width: 60vw;

    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 300;
    padding: 5vh;
	text-align:justify;
	hyphens:auto;
	-webkit-hyphens : auto;


}

@media screen and (orientation: portrait) {

#FAQ .title

{	
    font-size: 1.5em;
}

#FAQText {
   width: 90vw;
}
#FAQ {    top: 25vh;
}

#Avis {    margin-top: 25vh;
}

}


.rowDetail {
    display: flex;
    align-items: center;
}

@media screen and (orientation: portrait) {
	.rowDetail {
flex-direction: column;
}
	
}
.columnDetailA {
    flex: 80%;
    margin-bottom: 1vh;

}

.columnDetailB {
    flex: 25%;
    margin-bottom: 1vh;

}









#SectionContact

{	

	background-color: rgba(0, 0, 0, 0.1);
    height: auto;
    min-width: 70vw;
    max-width: 70vw;
    margin-left: 10vw;
    padding: 10px;
    margin-bottom: 5vh;
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;


}




/* Container for flexboxes */
.rowCONTACT {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

/* Create two equal columns */
.columnCONTACT {
flex: 40%;
    display: flex;
    align-content: center;
    flex-direction: column;
	    margin-bottom: 5vh;
align-items: center;
}








input {
width: 35vw;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    margin-left: 0vw;
    background-color: transparent;
    color: white;
	border: solid white 1px;
}

input::placeholder {
font-style: italic;
color:white;
}

textarea {
width: 35vw;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    margin-left: 0vw;
    background-color: transparent;
    color: white;
	border: solid white 1px;
}

textarea::placeholder {
font-style: italic;
color:white;
}

.ButtonForm {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    width: 35vw;
    margin-left: 0vw;
}

.ButtonForm:hover {background-color: grey;}

@media screen and (orientation: portrait) {


input {
width: 70vw;
}	

textarea {
width: 70vw;
}

.ButtonForm {
width: 70vw;
}

}


#bureau
{	
background-color: black; /* Used if the image is unavailable */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  min-height: 25vh; /* You must set a specified height */
  color:white;
}
@media screen and (orientation: portrait) {
#bureau
{	
 margin-top: 25vh;
}	
	
}
   

#footer
{	
background-color: black; /* Used if the image is unavailable */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  min-height: 5vh; /* You must set a specified height */
  color:#d6d4d4;
  font-size: 10px; 
}






#Landing2

{	
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 0vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0vh;
    position: relative;
    overflow: hidden;
    height: 50vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
}