html {
  scroll-behavior: smooth;

}
body
{
margin: 0px;
font-family: 'Raleway', sans-serif;	
color:white;
font-weight:300;



}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    display: none;
}

h1 {
		font-weight:300;	
		font-size:2em;
}

h2 {
		font-weight:300;
		font-size:1.5em;
}

h3 {
	font-weight:200;
	font-size:1em;
}

h4 {
	font-weight:100;
}

p {
	font-weight:300;
	font-size: 0.5em;
	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: #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;}

.button2 {
  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: 0 0 3vh 0;
}

.button2:hover {background-color: #165087; color: #c9e6fa;}

a{text-decoration:underline; font-weight:200; color:#4267b2;}

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:blue;
} 

.line-break {border-bottom:1px solid white; width: 150px; margin:0 auto; }	
.margin-top-10 {padding-top:10px;}


#Landing

{	
background-image: url("images/Pont-Mindin.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 */
}

/* 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;
}





#SectionLanding

{	
    background-color: rgba(0, 0, 0, 0.5);
    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: 0px;
	overflow:hidden;
	height: 70vh;
}

#SectionLandingText

{	
display:grid;
align-content: center;
height: 70vh;
}

@media screen and (orientation: portrait) {
	
	#SectionLanding
{	
    top: 0vh;
	height: 100vh;
}
#SectionLandingText
{	
	height: 100vh;
}
}

#Landing2

{	
background-image: url("images/definition.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 */
}

#SectionLanding2

{	
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5vh;
    position: relative;
    border-radius: 0px;
	overflow:hidden;
	height: 40vh;
}

#SectionLandingText2

{	
display:grid;
align-content: center;
height: 40vh;
}

@media screen and (orientation: portrait) {
	
	#SectionLanding2
{	
    top: 0vh;
	height: 50vh;
}
#SectionLandingText2
{	
	height: 50vh;
}
}
#Suite

{	
background: linear-gradient(114deg, #3c63a2, #dde8ef, #3484ba, #37569f);
background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: auto;
    overflow: hidden;
	hyphens: auto;
	-webkit-hyphens: auto;
}

@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;

}

#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: 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;
	border-radius: 50px;
	   

}



#SectionPresentationText

{	
    display: grid;
    align-content: center;
	 color: black;
}

#SectionConseil

{	
background-color: #2f2a2ad4;
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
    margin-left: 10vw;
    width: 80vw;
    padding: 2vh;
    color: white;
    line-height: 2;
    text-align: justify;
	border-radius: 50px;
}

#SectionConseil .title

{	
    text-align: center;
    font-size: 2.5em;
}

#PhotoCabinet {
	
float: right; 
border: 1px dotted black; 
margin: 0px 0px 15px 20px;
width:30%;
height:auto;
}

@media screen and (orientation: portrait) {
	
	#PhotoCabinet {

width:100%;

}

#SectionConseil .title

{	
    text-align: center;
    font-size: 1.5em;
}
	
}


#APP

{	
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
}

#SectionAPP

{	
width: 80vw;
    background-color: #fff;
    padding: 2vh;
    margin-left: 10vw;
    color: #252323;
	border-radius: 50px;
}

#SectionAPP .title

{	
    text-align: center;
    font-size: 2.5em;
}

/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 70vw;
	justify-content: center;
}

/* Create two equal columns */
.columnPresentationA {
flex: 48%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    flex-direction: column;
}

.columnPresentationB {
flex: 48%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    flex-direction: column;
}


.Row_title{
font-weight: 700;
    color: #4267b2;
	    margin-bottom: 1vh;
		text-align: 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;
    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;}


#LienUtile

{	
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
}

#SectionLienUtile

{	
width: 80vw;
    background-color: #fff;
    padding: 2vh;
    margin-left: 10vw;
    color: #252323;
	border-radius: 50px;
}

#SectionLienUtile .title

{	
    text-align: center;
    font-size: 2.5em;
}

#SectionLienUtile .button

{	
margin: 0 0 3vh 0;
}




#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) and (max-width:500px) 
{
	

	
}

@media screen and (orientation: portrait) {
	
.mapouter {display:none;}

.columnLanding {
	flex: 50%;
    margin: 20px;
    /*min-height: 25vh;*/
	/*max-height: 25vh;*/
}



.columnCONTACT {
    flex: 50%;
    display: flex;
	flex-wrap: nowrap;
    justify-content: center;
}

input {
width: 70vw;
}
textarea {
width: 70vw;
}
.ButtonForm {
    width: 70vw;
}



}



/*  Galaxy Fold*/

@media only screen and (max-width: 359px)
{

h1 {font-size:1.5em;}
h2 {font-size:1.2em;}
	
}

/* smartphone*/
@media only screen and (min-width: 360px) and (max-width:379px) 
{
	
h1 {font-size:1.5em;}
h2 {font-size:1.2em;}

}



/* smartphone*/
@media only screen and (min-width: 380px) and (max-width:480px) 
{
h1 {font-size:1.5em;}
h2 {font-size:1.2em;}

}



/* 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)
{

h1 {font-size:1.2em;}
h2 {font-size:1em;}



}



/* 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)
{

h1 {font-size:1.2em;}
h2 {font-size:1em;}


}

/* 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) 
{


}






