html {
  scroll-behavior: smooth;

}
body
{
margin: 0px;
font-family: 'Raleway', sans-serif;	
color:white;
font-weight:100;



}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    display: none;
}

h1 {
		font-weight:300;	

}

h2 {
		font-weight:300;

}

h3 {
	font-weight:200;

}

h4 {
	font-weight:100;
}

p {
	font-weight:300;

	color:grey;
}


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: white;
    background-color: #c9902e;
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    z-index: 3;
    margin: 3vw;
}

.button:hover {background-color: grey; color: #c9902e;}

a {text-decoration:underline; font-weight:200; color:#ae7518;;}

a:hover {text-decoration:none; font-weight:200; color:grey;}

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:#b17816;
} 





#Landing

{	
background-image: url("images/accueil.jpg");
background-color: #cccccc; /* Used if the image is unavailable */
  min-height: 100vh; /* You must set a specified height */
  max-height: 100vh;
   max-width: 100vw;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
    align-items: center;
}







#SectionLanding

{	
background-color: rgba(0, 0, 0, 0.5);
    margin-left: 0vw;
    border-radius: 0px;
    padding: 3vh;
    height: auto;
	width: 100vw;
}

#SectionLanding h1

{	
		font-weight:300;	
		font-size:2em;
}

#SectionLanding h2

{	
		font-weight:300;	
		font-size:1.5em;
		color:grey;
}

#SectionLandingText

{	


}

#Logo

{	
width:10%;
border-radius:10%;
margin-left: 45%;
}

@media screen and (orientation: portrait) {
	
#Logo

{	
width:40%;
margin-left: 30%;
}
	
}


#Suite

{	
   background: linear-gradient(114deg, silver, black, silver, black);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: auto;
    overflow: hidden;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#SectionSuite
{	
    background-color: rgba(0, 0, 0, 0.1);
    min-height: 90vh;
    max-height: 90vh;
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    top: 5vh;
    position: relative;
    border-radius: 50px;
}

#SectionSuiteText

{	

min-height: 45vh;
max-height: 45vh;

}



#SectionDistance

{
    background-color: white;
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
	   

}

#SectionDistanceText
{	
  display: grid;
    align-content: center;
    color: black;
    justify-items: center;
	font-weight: 400;
}

#SectionDistanceText .title

{	
   font-size:1.5em;
      text-align: center;
	   color: #c9902e;
}

#SectionDistanceText .subtitle

{	
   font-size:1.5em;
      text-align: center;
	   color: black;
	   margin: 2vh 0 2vh 0;
}


#SectionPresentation

{
    background-color: white;
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
	   

}

/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 70vw;
	justify-content: center;
}

/* Create two equal columns */
.columnPresentationA {
flex: 24%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationB {
flex: 24%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.columnPresentationC {
flex: 24%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationD {
flex: 24%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Row_title{
font-weight: 700;
    color: #ae7518;
	    margin-bottom: 1vh;
		text-align: center;
}
.Ico_Title

{
background-color: #ae7518;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
}


 .question {
            cursor: pointer;
            font-weight: 400;
			margin: 2vh;
        }

        .answer {
            display: none;
font-weight: 400;
    margin: 2vh;
    background-color: silver;
    border-radius: 2vh;
    padding: 3vh;
        }
		
		
@media screen and (orientation: portrait) {
	
	.Ico_Title {

    width: 20vh;
    height: 20vh;

}
	
}

.Ico_Title2

{
background-color: #6cce2a;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (orientation: portrait) {
	
	.Ico_Title2 {

    width: 20vh;
    height: 20vh;

}
	
}



#SectionPresentationText

{	
  display: grid;
    align-content: center;
    color: black;
    justify-items: center;
}

#SectionPresentationText .title

{	
   font-size:1.5em;
   text-align: center;
}


#SectionEtape

{
    background-color: white;
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
	   

}

#SectionEtapeText
{	
  display: grid;
    align-content: center;
    color: black;
    justify-items: center;
	font-weight: 400;
}

#SectionEtapeText .title

{	
   font-size:1.5em;
      text-align: center;
}


#SectionDescription

{
    background-color: #1f1d1db5;
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
}

#SectionDescriptionText

{	
    color: white;
    overflow: hidden;
	padding:2%;
	text-align: justify;
	line-height: 2;
}

#SectionDescriptionText .title

{	
   font-size:1.5em;
   text-align: center;
   margin-bottom: 1%;
}

#ImgReparation {
	width:30%;
float: right;
    margin: 2% 2% 2% 2%;
}

@media screen and (orientation: portrait) {
	
#ImgReparation {
	width:100%;
float: right;
    margin: 2% 2% 2% 2%;
}
	
}


#SectionActu

{
    background-color: #1f1d1db5;
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
}

#SectionActu .title

{	
   font-size:1.5em;
   text-align: center;
   margin-bottom: 1%;
}

#Actu

{
display: flex;
    justify-content: center;
}

#SectionContact

{	

	background-color: rgba(0, 0, 0, 0.1);
    height: auto;
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
        margin-top: 5vh;
    margin-bottom: 5vh;
    position: relative;



}




/* Container for flexboxes */
.rowCONTACT {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
	top:2vh;
}

/* Create two equal columns */
.columnCONTACT {
flex: 40%;
    display: flex;
    align-content: center;
    flex-direction: column;
	    margin-bottom: 5vh;
align-items: center;
}

@media screen and (orientation: portrait) {
	
.columnCONTACT {
flex: 51%;
}
	
}




input {
    width: 80%;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    margin-left: 10%;
    background-color: transparent;
    color: white;
    border: solid white 1px;
}

input::placeholder {
font-style: italic;
color:white;
}

textarea {
    width: 80%;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    margin-left: 10%;
    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: 80%;
    margin-left: 10%;
}

.ButtonForm:hover {background-color: grey;}

@media screen and (orientation: portrait) {
	
.mapouter {
	display:none;
}
	
}

#Dep

{	
background-image: url("images/Install.jpg");
background-color: #cccccc; /* Used if the image is unavailable */
  min-height: 50vh; /* You must set a specified height */
  max-height: 50vh;
   max-width: 100vw;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
    align-items: center;
}

#SectionDep

{	
background-color: rgba(0, 0, 0, 0.5);
    margin-left: 0vw;
    border-radius: 0px;
    padding: 3vh;
    height: auto;
	width: 100vw;
}

#SectionDep h1

{	
		font-weight:300;	
		font-size:2em;
}

#SectionDep h2

{	
		font-weight:300;	
		font-size:1.5em;
		color:grey;
}

#SectionDepText

{	


}

/* Container for flexboxes */
.rowLanding {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 80vw;
}

/* Create two equal columns */
.columnLanding {
    flex: 40%;
    margin: 20px;
    /*min-height: 50vh;*/
	/*max-height: 50vh;*/
    display: grid;
    align-content: center;
    max-width: 80vw;
    justify-content: center;
	justify-items: center;
}

#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;
}

#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; 
}











	





@media screen and (orientation: portrait) {
	


}



/*  Galaxy Fold*/

@media only screen and (max-width: 359px)
{


	
}

/* smartphone*/
@media only screen and (min-width: 360px) and (max-width:379px) 
{
	


}



/* smartphone*/
@media only screen and (min-width: 380px) and (max-width:480px) 
{


}



/* tablet*/
@media only screen and (min-width: 481px) and (max-width:767px) and (orientation: portrait)
{
	

}


/* tablet*/
@media only screen and (min-width: 481px) and (max-width:768px) and (orientation: landscape)
{



}



/* tablet */
@media only screen and (min-width: 768px)  and (max-width:1023px) and (orientation: portrait)
{




}


/* laptop or large smartphone landscape*/
@media only screen and (min-width: 769px)  and (max-width:1023px) and (orientation: landscape)
{



}

/* large tablet portrait*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: portrait) 
{
	


}
/* desktop*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: landscape)
{




}
/* XL screen*/

@media only screen and (min-width: 1201px) 
{


}






