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;	
		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: 1em;
	color:grey;
}

.subtitle {
	
	text-align: center;
    font-size: 1.5em;
}
.margin-top-10 {padding-top:10px;}
.line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}


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:400; color:#840b47;}

a:hover {text-decoration:underline; font-weight:400; color:grey;}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: underline; /* 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:#db6401;
} 

#VideoDiv{ display : grid;
align-content: center;
justify-content: center;}	



#Landing

{	
background-image: url("images/SteVictoire.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;
}

.supertitle {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1vh;
    text-align: center;
}


.title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
    padding: 1vh;
    text-align: center;
}

.subtitle {
    font-size: 1.5em;
    text-align: center;
    padding: 1vh;
}



@media screen and (orientation: portrait) {
    .supertitle {
        font-size: 2em;
    }

    .title {
        font-size: 1.5em;
    }

    .subtitle {
        font-size: 1.2em;
    }
}

@media screen and (orientation: landscape) and (max-width: 1024px){
    .supertitle {
        font-size: 1.5em;
    }

    .title {
        font-size: 1.2em;
    }

    .subtitle {
        font-size: 1.1em;
    }
}


#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;
}
}

#Suite

{	
    background: linear-gradient(114deg, #840b47, #7e8284, #4d1933, #805b6d);
    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;

}


#AppelDirect {
    margin-top: 3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: white;
	
	}

.Appel {
    width: 20vw;
    height: 70px;
    background-color: #840b47de;
    z-index: 10;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Appel a {
    color: white;
    font-size: 2.5vh;
    text-decoration: none;

}

@media screen and (orientation: portrait) {
	
#AppelDirect {
	flex-direction: column;
	font-size: 3em;
	}

.Appel {
	width: 60vw;
    height: 90px;
}

.Appel a {
    font-size: 3vh;
}	

}

#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;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
	   

}



#SectionPresentationText

{	
    display: grid;
    align-content: center;
	 color: black;
	     padding: 1vh;

}




#Realisation

{	
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
    margin-left: 10vw;
    width: 80vw;
}

#SectionRealisation

{	
background-color: #2f2a2ad4;
padding: 2vh;
}

#SectionRealisation .title

{	
    text-align: center;
    font-size: 2.5em;
}

@media screen and (orientation: portrait) {

#SectionRealisation .title

{	
    font-size: 1.5em;
}
}



#HLT

{	
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
    width: 80vw;
    margin-left: 10vw;
}

#SectionHLT

{	
    background-color: #fff;
    padding: 2vh;
    color: #252323;
	font-weight: 400;
}

#SectionHLT .title

{	
    text-align: center;
    font-size: 2.5em;
}

#FAQ

{	
    height: auto;
    overflow: hidden;
    margin-bottom: 10vh;
    width: 80vw;
    margin-left: 10vw;
}

#SectionFAQ

{	
    background-color: #fff;
    padding: 2vh;
    color: #252323;
	font-weight: 400;
}

#SectionFAQ .title

{	
    text-align: center;
    font-size: 2.5em;
}

 .question {
            cursor: pointer;
            font-weight: 400;
			margin: 2vh;
        }

        .answer {
            display: none;
			 font-weight: 300;
            margin: 2vh;
        }

@media screen and (orientation: portrait) {

#SectionHLT .title

{	
    font-size: 1.5em;
}

#SectionFAQ .title

{	
    font-size: 1.5em;
}
}



/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 70vw;
	justify-content: center;
}

/* Create two equal columns */
.columnPresentationA {
flex: 30%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationB {
flex: 45%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.columnPresentationC {
flex: 45%;
    padding: 0vh;
    margin: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Row_title{
font-weight: 700;
    color: #f8057ebe;
	    margin-bottom: 1vh;
		text-align: center;
}

#Actu

{	
    overflow: hidden;
    margin-bottom: 10vh;
    width: 80vw;
    margin-left: 10vw;
}

#SectionActu

{	
    background-color: #2f2a2ad4;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#SectionActu .title
{	
    text-align: center;
    font-size: 2.5em;
}

@media screen and (orientation: portrait) {

#SectionActu .title

{	
    font-size: 1.5em;
}
}


#Qui {
background-color: white;
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    border-radius: 0px;
    color: black;
    font-size: 1em;
    font-weight: 400;
}

#Qui .title

{	
    text-align: center;
    font-size: 2em;
	  color: #840b47;
}

#Qui .SubTitle

{	
    text-align: center;
    font-size: 1.2em;
	  color: #840b47;
	  
}

@media screen and (orientation: portrait) {

#Qui .title

{	
    font-size: 1.5em;
}
}

#QuiText {

    padding: 5vh;


}



#Avis

{	
    overflow: hidden;
    margin-bottom: 10vh;
    width: 80vw;
    margin-left: 10vw;
}

#SectionAvis

{	
    background-color: #2f2a2ad4;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#SectionAvis .title
{	
    text-align: center;
    font-size: 2.5em;
}

@media screen and (orientation: portrait) {

#SectionAvis .title

{	
    font-size: 1.5em;
}
}

.bubble {
  --r: 25px; /* the radius */
  --t: 30px; /* the size of the tail */
  
  max-width: 40vw;
  padding: calc(2*var(--r)/3);
  -webkit-mask: 
    radial-gradient(var(--t) at var(--_d) 0,#0000 98%,#000 102%) 
      var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat,
    conic-gradient(at var(--r) var(--r),#000 75%,#0000 0) 
      calc(var(--r)/-2) calc(var(--r)/-2) padding-box, 
    radial-gradient(50% 50%,#000 98%,#0000 101%) 
      0 0/var(--r) var(--r) space padding-box;
background: linear-gradient(135deg,#fd7300,#b0a4a1) border-box;
  color: #fff;
}
.left {
  --_d: 0%;
  border-left: var(--t) solid #0000;
  margin-right: var(--t);
  place-self: start;
  margin-right: 30%;
}
.right {
  --_d: 100%;
  border-right: var(--t) solid #0000;
  margin-left: var(--t);
  place-self: end;
  margin-left: 30%;
}

#BB {
  margin: 0;
  display: grid;
  place-content: center;
  gap: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (orientation: portrait) {
	
#BB {
  font-size: 16px;
}	

.bubble {
  max-width: 80vw;
}
.left {
  margin-right: 0%;
}
.right {
  margin-left: 0%;
}
	
}



#SectionContact

{	

	background-color: rgba(0, 0, 0, 0.1);
    height: auto;
    min-width: 80vw;
    max-width: 80vw;
    margin-left: 10vw;
    padding: 10px;
        margin-top: 5vh;
    margin-bottom: 5vh;
    position: relative;


}




/* 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;}




#Social {text-align:center;}

#Social img {width:5%;}



#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) {
	
.mapouter2 {display:none;}

.columnLanding {
	flex: 50%;
    margin: 20px;
}



.columnCONTACT {
    flex: 50%;
    display: flex;
	flex-wrap: nowrap;
    justify-content: center;
}

input {
width: 70vw;
}
textarea {
width: 70vw;
}
.ButtonForm {
    width: 70vw;
}

#Social img{width:15%;}

}


#logo
{	
padding: 15px;
}









	


#imgLogo 
{   
width: 25vw;
border-radius:5vh;
z-index:1;
	}
	
@media screen and (orientation: portrait) {
	
#imgLogo 
{   
width: 40vw;
border-radius:2vh;
z-index:1;
	}
	
.mapouter{position:relative;text-align:right;height:250px;width:400px;}

.gmap_canvas {overflow:hidden;background:none!important;height:250px;width:400px;}

}

@media screen and (orientation: portrait) and (max-width:500px) 
{
	
.mapouter {width: 100vw;}

.gmap_canvas {
    width: 90vw;
    margin-left: 5vw;
}
	
}

	




#Landing2

{	
background-image: url("images/toiture.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;
    position: relative;
    border-radius: 0px;
	overflow:hidden;
	height: 50vh;
}

#SectionLandingText2

{	
display:grid;
align-content: center;
height: 50vh;
}

@media screen and (orientation: portrait) {
	
	#SectionLanding2
{	
    top: 0vh;
	height: 50vh;
}
#SectionLandingText2
{	
	height: 50vh;
}
}


/* Container for flexboxes */
.rowDetail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.columnDetailA {
flex: 60%;
    margin: 20px;
    display: grid;
    align-content: center;
    max-width: 80vw;
    justify-content: center;
    justify-items: center;
    text-align: justify;
    hyphens: auto;
}

.columnDetailB {
    flex: 25%;
    margin: 20px;
    /*min-height: 50vh;*/
	/*max-height: 50vh;*/
    display: grid;
    align-content: center;
    max-width: 80vw;
    justify-content: center;
	justify-items: center;
}









/*  Galaxy Fold*/

@media only screen and (max-width: 359px)
{
h1 {
		font-weight:300;	
		font-size:2em;
}

h2 {
		font-weight:300;
		font-size:1.2em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}

	
}

/* smartphone*/
@media only screen and (min-width: 360px) and (max-width:379px) 
{
h1 {
		font-weight:300;	
		font-size:2em;
}

h2 {
		font-weight:300;
		font-size:1.2em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}	


}



/* smartphone*/
@media only screen and (min-width: 380px) and (max-width:480px) 
{
h1 {
		font-weight:300;	
		font-size:2em;
}

h2 {
		font-weight:300;
		font-size:1.2em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}

}



/* tablet*/
@media only screen and (min-width: 481px) and (max-width:767px) and (orientation: portrait)
{
h1 {
		font-weight:300;	
		font-size:2em;
}

h2 {
		font-weight:300;
		font-size:1.2em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}	

}


/* tablet*/
@media only screen and (min-width: 481px) and (max-width:768px) and (orientation: landscape)
{

h1 {
		font-weight:300;	
		font-size:1.4em;
}

h2 {
		font-weight:300;
		font-size:1.1em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}

}



/* tablet */
@media only screen and (min-width: 768px)  and (max-width:1023px) and (orientation: portrait)
{

h1 {
		font-weight:300;	
		font-size:3em;
}

h2 {
		font-weight:300;
		font-size:1.4em;
}

h3 {
	font-weight:200;
	font-size:1em;
}

}


/* laptop or large smartphone landscape*/
@media only screen and (min-width: 769px)  and (max-width:1023px) and (orientation: landscape)
{


h1 {
		font-weight:300;	
		font-size:1.5em;
}

h2 {
		font-weight:300;
		font-size:1.2em;
}

h3 {
	font-weight:200;
	font-size:0.9em;
}


}

/* large tablet portrait*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: portrait) 
{
	
h1 {
		font-weight:300;	
		font-size:3em;
}

h2 {
		font-weight:300;
		font-size:1.4em;
}

h3 {
	font-weight:200;
	font-size:1em;
}

}
/* desktop*/
@media only screen and (min-width: 1024px)  and (max-width:1200px) and (orientation: landscape)
{




}
/* XL screen*/

@media only screen and (min-width: 1201px) 
{


}






