html {
    scroll-behavior: smooth;
}
body {
	
	font-family:Raleway;
}

/* Pour WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Pour Firefox */
* {
    scrollbar-width: none;       /* cache la scrollbar */
    scrollbar-color: transparent transparent; /* rend la thumb et le track transparents */
}

/* Pour Internet Explorer 10+ et Edge Legacy */
@supports (-ms-overflow-style: none) {
  * {
    -ms-overflow-style: none; /* cache la scrollbar */
  }
}

a {text-decoration:none; font-weight:200; color:#ffffff;}

a:hover {text-decoration:none; font-weight:200; 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:yellow;
} 

.button {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #ffff00;
  background-color: #000000;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 3vh;
}

.button:hover {background-color: grey; color: #ffff00;}

.button2 {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #00ffe3;
  background-color: #000000;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  width: 80%;
  display: block;
  margin-bottom: 3vh;
}

.button2:hover {background-color: #0084cec9; color: #ffffff;}

@media screen and (orientation: portrait) {
.button2 {

  font-size: 12px;

}
}


.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 92%;
    margin: 4%;
}

.column {
    flex: 40%;
    margin: 20px;
    display: grid;
    align-content: center;
    max-width: 80vw;
    justify-content: center;
    justify-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;
}

.Effect {
background: linear-gradient(114deg, #52abe3, #ffffff, #78b5dd, #1684c8); background-size: 400% 400%; animation: gradient 10s ease infinite;	
}

.Format80 {
width:80vw;

padding:3vh;
	
}



.shadow {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(200, 200, 200, 0.2);
}

.shadow2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.radius {
    border-radius: 2vh;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

#Contact .title{

 
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
    padding: 1vh;
    text-align: center;
	color:white;
}

	

input {
width: 60vw;
margin-left:5vw;
    padding: 6px 10px;
    margin-bottom: 1vh;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
	border: solid white 1px;
}

input::placeholder {
font-style: italic;
color:white;
}

textarea {
width: 60vw;
margin-left:5vw;
    padding: 6px 10px;
    margin-bottom: 1vh;
    box-sizing: border-box;
    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: 60vw;
margin-left:5vw;
}

.ButtonForm:hover {background-color: grey;}

@media screen and (orientation: portrait) {
input {
width: 70vw;
}
textarea {
width: 70vw;
}
.ButtonForm {
width: 70vw;
}
}

/* Container for flexboxes */
.rowPresentation {
    display: flex;
    flex-wrap: wrap;
    top: 15vh;
    width: 100vw;
	justify-content: center;
}

/* Create two equal columns */
.columnPresentationA {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationB {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}
.columnPresentationC {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationD {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationE {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.columnPresentationF {
flex: 16%;

    display: flex;
    align-items: center;
    flex-direction: column;
}



.Row_title{
font-weight: 700;
    color: #182135;
	    margin-bottom: 3vh;
		text-align: center;
		font-family:oswald;
		text-transform:uppercase;
}
.Ico_Title

{
background-color: transparent;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
}

.Ico_Title img

{

width: 10vw;
    height: 10vw;
    border-radius: 50%;
	
}

@media screen and (orientation: portrait) {
	
.Row_title{
font-size:0.8em;
}

	.Ico_Title img {

width: 12vh;
    height: 12vh;
    border-radius: 50%;

}

.columnPresentationA {
flex: 32%;

}

.columnPresentationB {
flex: 32%;

}
.columnPresentationC {
flex: 32%;

}

.columnPresentationD {
flex: 32%;

}

.columnPresentationE {
flex: 32%;

}

.columnPresentationF {
flex: 32%;

}
	
}

#bureau
{	
background-color: #0770ab; /* 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;
}


/*  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) 
{


}


