html {
  scroll-behavior: smooth;

}
body
{
margin: 0px;
font-family: 'Montserrat Alternates', sans-serif;
color:white;
font-weight:100;



}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    display: none;
}

h1 {
		font-weight:300;	
}

h2 {
		font-weight:200;
}

h3 {
	font-weight:200;
}

h4 {
	font-weight:100;
}

p {
	font-weight:300;
	font-size: 0.75em;
}

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:3vw;
}

.button:hover {background-color: #165087; color: #c9e6fa;}

a {text-decoration:none; font-weight:200; color:white;}

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:green;
} 

#VideoDiv{ display : grid;
align-content: center;
justify-content: center;}	



#Landing

{	
background-image: url("images/consultant.jpg?format=webp");
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 */
}

/* Container for flexboxes */
.rowLanding {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 80vw;
}

/* Create two equal columns */
.columnLanding {
flex: 30%;

    margin: 20px;
    min-height: 50vh;
	max-height: 50vh;
	    display: flex;
	  max-width: 80vw;
	  align-items: center;
	  justify-content: center;
	  flex-wrap: wrap;
}





#SectionLanding

{	
    background-color: rgba(0, 0, 0, 0.1);
    min-height: 70vh;
    max-height: 70vh;
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 15vh;
    position: relative;
    border-radius: 50px;
}

#SectionLandingText

{	
display:grid;
align-content: center;
min-height: 70vh;
max-height: 70vh;

}

#Experience

{	
   background-color: white;
	background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: auto;
    overflow: hidden;
}

#SectionExperience
{	
    background-color: rgba(0, 0, 0, 0);
    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;
    border-radius: 50px;
}

/* Container for flexboxes */
.rowEXP {
display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 70vw;
    margin-left: 2.5vw;
    background: linear-gradient(114deg, #73e843, #99dbaa, #8ee8e1, #6dcb6a);   
    border-radius: 2vh;
    padding: 1vh;
	

}



/* Create two equal columns */
.columnEXPA {
flex: 30%;
    padding: 0px;
    margin: 0px;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.columnEXPB {
flex: 20%;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#SectionExperienceText
{	

}

#Suite

{	
    background: linear-gradient(114deg, #73e843, #99dbaa, #8ee8e1, #6dcb6a);   
	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;
	margin-top: 5vh;
    margin-bottom: 5vh;
    position: relative;
    border-radius: 50px;
}

#SectionSuiteText

{	



}

#Suite2

{	
   background-color: white;
	background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: auto;
    overflow: hidden;
}

#SectionSuite2
{	
    background-color: rgba(0, 0, 0, 0);
    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;
    border-radius: 50px;
}

#SectionSuiteText2

{	

}

#Presentation

{	
background-image: url("images/evenement.png");
background-color: #cccccc; /* Used if the image is unavailable */

  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 */
  min-height:100vh;
  max-height:100vh;
}


#SectionPresentation

{
	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: 10vh;
    position: relative;
    border-radius: 50px;

}

/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 70vw;
	margin-left: 2.5vw;
;
}

/* Create two equal columns */
.columnPresentationA {
flex: 50%;
    padding: 3vh;	
	display: flex;
    justify-content: center;
}

.columnPresentationB {
flex: 30%;
    padding: 3vh;
}



#SectionPresentationText

{	
    display: grid;
    align-content: center;
}










#Contact

{	

background: linear-gradient(-45deg, #339444, #000000, #339444, #bdbdbd);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: auto;
	
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#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;
    border-radius: 50px;


}




/* 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;}


#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; 
}





#logo
{	
padding: 15px;
}


* {
  box-sizing: border-box;
}












@media screen and (orientation: portrait) {
	
#Experience {
	height:auto;	
}

#SectionExperience {
	min-height: auto;
	top:0vh;
}

#SectionExperienceText {

}
	
	
#Suite {
	height:auto;	
}

#SectionSuite {
	min-height: auto;
	top:0vh;
}

#SectionSuiteText {

}

#Suite2 {
	height:auto;	
}

#SectionSuite2 {
	min-height: auto;
	top:0vh;
}

#SectionSuiteText2 {

}



.columnLanding {
	flex: 40%;
    margin: 20px;
    min-height: 25vh;
	max-height: 25vh;
}

.rowPresentation {

flex-direction: column-reverse;}

.columnPresentationA {

    padding: 0vh;	

}

.columnPresentationB {

    padding: 0vh;
}


.mapouter {display:none;}


}

/* smartphone*/
@media only screen and (max-width: 359px)
{
  #imgLogo 
{   
width: 50vw;
border-radius:2vh;
opacity:1;
z-index:1;
	}
h1 {font-size: 1.3em;}
h2 {font-size: 1em;}
h3 {font-size: 0.8em;}
h4 {font-size: 0.6em;}

input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}



}



/* smartphone*/
@media only screen and (min-width: 360px) and (max-width:379px) 
{
#imgLogo 
{   
width: 50vw;
border-radius:2vh;
opacity:1;
z-index:1;
	}
h1 {font-size: 1.7em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1em;}
h4 {font-size: 0.75em;}

input {width: 50vw;}
input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}

}
/* smartphone*/
@media only screen and (min-width: 380px) and (max-width:480px) 
{
#imgLogo 
{   
width: 50vw;
border-radius:2vh;
opacity:1;
z-index:1;
	}
h1 {font-size: 1.7em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1em;}
h4 {font-size: 0.75em;}

input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}

}



/* tablet*/
@media only screen and (min-width: 481px) and (max-width:768px) and (orientation: portrait)
{
#imgLogo 
{ 
width: 50vw;
border-radius:2vh;
opacity:1;
z-index:1;
    }
	
	
	
h1 {font-size: 1.9em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}

input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}

}
/* tablet*/
@media only screen and (min-width: 481px) and (max-width:768px) and (orientation: landscape)
{
#imgLogo 
{   
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;
	}
h1 {font-size: 1.9em;}
h2 {font-size: 1em;}
h3 {font-size: 0.75em;}
h4 {font-size: 0.5em;}

input {width: 35vw;}
textarea {width: 35vw;}
.ButtonForm {width: 35vw;}



}



/* tablet */
@media only screen and (min-width: 769px)  and (max-width:1023px) and (orientation: portrait)
{
#imgLogo 
{  
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;
    }
h1 {font-size: 2.9em;}
h2 {font-size: 2.5em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1em;}

input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}


}


/* laptop */
@media only screen and (min-width: 769px)  and (max-width:1023px) and (orientation: landscape)
{
#imgLogo 
{ 
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;
}
h1 {font-size: 1.9em;}
h2 {font-size: 1.25em;}
h3 {font-size: 0.75em;}
h4 {font-size: 0.5em;}

input {width: 35vw;}
textarea {width: 35vw;}
.ButtonForm {width: 35vw;}


}

/* desktop*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: portrait) 
{
h1 {font-size: 2.9em;}
h2 {font-size: 2em;}
h3 {font-size: 1em;}
h4 {font-size: 0.75em;}

input {width: 55vw;}
textarea {width: 55vw;}
.ButtonForm {width: 55vw;}




#imgLogo 
{ 
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;
    }

}
/* desktop*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: landscape)
{
h1 {font-size: 2.9em;}
h2 {font-size: 2em;}
h3 {font-size: 1em;}
h4 {font-size: 0.75em;}

input {width: 35vw;}
textarea {width: 35vw;}
.ButtonForm {width: 35vw;}



#imgLogo 
{ 
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;

}



}
/* XL screen*/

@media only screen and (min-width: 1201px) 
{
h1 {font-size: 2.9em;}
h2 {font-size: 2em;}
h3 {font-size: 1em;}
h4 {font-size: 0.75em;}

#imgLogo 
{   
width: 30vw;
border-radius:2vh;
opacity:1;
z-index:1;
	}


}












