@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
  font-family: "Whyte";
  src: url("../fonts/ABCWhyteVariableEdu-Regular.woff") format("woff");
  src: url("../fonts/ABCWhyteVariableEdu-Regular.woff2") format("woff2");
    src: url("./../fonts/ABCWhyteVariableEdu-Regular.woff") format("woff");
  src: url("./../fonts/ABCWhyteVariableEdu-Regular.woff2") format("woff2");
}
* {
	margin: 0px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
::selection{
    background-color: rgba(0, 0, 0, 0);
}
header {
	display: flex;
	flex-direction: column;

    height: 100%;

    justify-content: center;
    align-items: center;

    min-height: 100vh;

    padding: 0;
	width: 100%;
}
h1{line-height: 66.5vh;}
main{
	margin: 16px;
	font-size: 1.25rem;
}
footer {
    text-align: center;
    bottom: 0;
    /*
    position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgb(0, 38, 255);
    font-weight: 400;
	height: 48px;
    color: #fafafa;
	text-transform: uppercase;
	background-color: rgb(0, 38, 255);
	letter-spacing: 0.251rem;
  font-family:'Whyte;
}
footer::selection {
    color: #39fc03;
    background-color: rgba(0, 0, 0, 0);
}
h2 {
	margin-top: 2.5rem;
}
#pro:hover {
	font-size: 1.5rem;
	transition: 0.2s ease-in;
}
a {
	color: inherit;
}
a:active {color: rgb(0, 38, 255);transition:200ms ease-in;}
.pro {
	text-decoration: none;
}
#pro p:active {color: rgb(0, 38, 255);font-weight:600;}
#pro {
	height: 48px;
	align-items: center;
	letter-spacing: 0.1rem;
	p {
		border-bottom: 1px solid rgb(0, 38, 255);
		font-weight: 400;
	}
}
p {
	margin-bottom: 0.75rem;
}
a, p {
	font-weight: 300;
}
.propos-contact {
	display: flex;
	flex-direction: row;
	section {
		width: 50%;
		margin-right: 32px;
	}
}
.propos {		margin-right: 32px;
}
.contact {		margin-right: 32px;
}
@media screen and (max-width: 750px) {
	.propos-contact{
		flex-direction: column;
		section {
			width: 100%;
		}
	}
}
@media screen and (max-width: 570px) {
	p:hover {
		font-size: 1.25rem;
		transition: 0s;
	}
	p {
		font-size: 1.25rem;
		transition: 0s;
	}
}
@media screen and (max-width: 570px) {
	p:hover {
		font-size: 1.25rem;
		transition: 0s;
	}
	p {
		font-size: 1.25rem;
		transition: 0s;
	}
}  
@media screen and (max-width: 522px) {
  h1{line-height: 58vh;}
		 .prol {margin-bottom:32px;}}
	  @media screen and (max-width: 334px) {
		 .prol {margin-bottom:48px;}}
	  	  @media screen and (max-width: 260px) {
		 .prol {margin-bottom:80px;}}
	  	  	  @media screen and (max-width: 185px) {
		 .prol {margin-bottom:110px;}}
	  	  @media screen and (max-width: 260px) {
		 .pro-oo {margin-bottom:32px;}}
	  	  	  @media screen and (max-width: 194px) {
		 .pro-oo {margin-bottom:48px;}}
	  
	  	  	  @media screen and (max-width: 232px) {
		 .pro-nm {margin-bottom:32px;}}
	  
	  	  	  @media screen and (max-width: 244px) {
		 .pro-hr {margin-bottom:32px;}}
	  	  	  	  @media screen and (max-width: 160px) {
		 * {font-size:0.5rem;}}
	  
	  	  	  	  @media screen and (max-width: 244px) {
		h1, h2, h3 {font-size:0.8rem;}}
	  
	  	  	  	  @media screen and (max-width: 220px) {
		 p {font-size:0.8rem;}}
	  
	  @media screen and (max-width:382px) {.mail {
       writing-mode:  vertical-lr;
    }}