*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}
/**********Connecter**********/
header{
	width: 100%;
	float: left;
}
header .p-1{
	width: 100%;
	background-color: orangered;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 1vw;
}
header .header-1{
	width: 90%;
	padding: 1% 0%;
	margin: 0% 5%;
	float: left;
	border-bottom: 1px solid orangered;
}
header .header-1 .logo{
	width: 15%;
	float: left;
	display: grid;
	grid-template-columns: 22% 76%;
	grid-column-gap: 2%;
}
header .header-1 .logo img{
	width: 100%;
}
header .header-1 .logo h1{
	width: 100%;
	margin: auto;
	font-family: "Poiret One", sans-serif;
	font-size: 1.3vw;
	color: orangered;
}
#bars,#close{
	display: none;
}
header .header-1 ul{
	width: 60%;
	margin-top: 1%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-column-gap: 5%;
}
header .header-1 ul li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: "Poiret One", sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
}
header .header-2{
	width: 90%;
	padding: 0% 5%;
	margin-top: 2%;
	float: left;
}

header .header-2 .imgs{
	width: 90%;
	position: fixed;
	background-color: ;
}
header .header-2 .imgs section{
	padding: 1%;
	position: absolute;
	border: 1px solid lightskyblue;
	border-radius: 100vw;
}
header .header-2 .imgs section:nth-child(1){
	width: 18vw;
	height: 18vw;
	margin-top: 25%;
}
header .header-2 .imgs section:nth-child(2){
	width: 18vw;
	height: 18vw;
	margin-top: 5%;
	margin-left: 20%;
	animation: expend 2s alternate infinite;
}
header .header-2 .imgs section:nth-child(3){
	width: 20vw;
	height: 20vw;
}
header .header-2 .imgs section:nth-child(3) p{
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: transparent;
	border: 3px dashed lightskyblue;
	animation: circul 15s alternate infinite;
}
header .header-2 .imgs section:nth-child(4){
	width: 12vw;
	height: 12vw;
	margin-top: 25%;
	margin-left: 50%;
	animation: expend 2s alternate infinite;
	animation-delay: 2s;
}
header .header-2 .imgs section:nth-child(5){
	width: 17vw;
	height: 17vw;
	margin-top: 10%;
	margin-left: 50%;
}
header .header-2 .imgs section:nth-child(5) p{
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: transparent;
	border: 3px dashed lightskyblue;
	animation: circul 15s alternate infinite;
}
header .header-2 .imgs section img{
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 100vw;
	object-fit: cover;
}
header .header-2 .imgs section p{
	width: 100%;
	height: 100%;
	background-color: lightskyblue;
	border-radius: 100vw;
}
@keyframes expend{
	to{
		transform: scale(1.3);
	}
}
@keyframes circul{
	to{
		transform: rotate(360deg);
	}
}

.page{
	width: 80%;
	padding: 5%;
	margin-left: 5%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3);
}
.page section{
	width: 100%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.page section h2{
	grid-column-start: 1;
	grid-column-end: 3;
	font-family: "Poiret One", sans-serif;
	font-size: 4vw;
}
.page section p{
	width: 100%;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.3vw;
}
















/***************650px***************/
@media only screen and (max-width: 650px) {

/**********Connecter**********/
header{
	width: 100%;
	float: left;
}
header .p-1{
	width: 100%;
	background-color: orangered;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 3vw;
}
header .header-1{
	width: 90%;
	padding: 1% 0%;
	margin: 0% 5%;
	float: left;
	border-bottom: 1px solid orangered;
}
header .header-1 .logo{
	width: 35%;
	float: left;
	display: grid;
	grid-template-columns: 25% 73%;
	grid-column-gap: 2%;
}
header .header-1 .logo img{
	width: 100%;
}
header .header-1 .logo h1{
	width: 100%;
	margin: auto;
	font-family: "Poiret One", sans-serif;
	font-size: 3.5vw;
	color: orangered;
}
#bars,#close{
	display: unset;
}
#bars{
	width: auto;
	margin-top: 1%;
	float: right;
	font-size: 8vw;
	color: orangered;
}
#close{
	width: auto;
	margin-top: 3%;
	margin-right: 5%;
	margin-bottom: 15%;
	float: right;
	font-size: 8vw;
	color: white;
}
header .header-1 ul{
	width: 80%;
	height: 100%;
	margin-top: 0%;
	background-color: orangered;
	position: fixed;
	float: unset;
	display: unset;
	top: 0;
	right: 0;
	grid-template-columns: auto auto auto auto auto auto;
	grid-column-gap: 5%;
	z-index: 2;
	display: none;
	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.3);
}
header .header-1 ul li{
	width: 90%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed rgba(35, 43, 43, 1.0);
	text-align: left;
	font-family: "Poiret One", sans-serif;
	font-size: 5vw;
	font-weight: bold;
	color: white;
}
header .header-2{
	width: 90%;
	padding: 0% 5%;
	margin-top: 2%;
	float: left;
	display: grid;
}




header .header-2 .imgs{
	width: 90%;
	position: absolute;
	background-color: ;
}
header .header-2 .imgs section{
	padding: 1%;
	position: absolute;
	border: 1px solid lightskyblue;
	border-radius: 100vw;
}
header .header-2 .imgs section:nth-child(1){
	width: 50vw;
	height: 50vw;
	margin-top: 100%;
}
header .header-2 .imgs section:nth-child(2){
	width: 45vw;
	height: 45vw;
	margin-top: 15%;
	margin-left: 45%;
	animation: expend 2s alternate infinite;
}
header .header-2 .imgs section:nth-child(3){
	width: 45vw;
	height: 45vw;
}
header .header-2 .imgs section:nth-child(3) p{
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: transparent;
	border: 3px dashed lightskyblue;
	animation: circul 15s alternate infinite;
}
header .header-2 .imgs section:nth-child(4){
	width: 45vw;
	height: 45vw;
	margin-top: 55%;
	margin-left: 35%;
	animation: expend 2s alternate infinite;
	animation-delay: 2s;
}
header .header-2 .imgs section:nth-child(5){
	width: 45vw;
	height: 45vw;
	margin-top: 110%;
	margin-left: 50%;
}
header .header-2 .imgs section:nth-child(5) p{
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: transparent;
	border: 3px dashed lightskyblue;
	animation: circul 15s alternate infinite;
}
header .header-2 .imgs section img{
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 100vw;
	object-fit: cover;
}
header .header-2 .imgs section p{
	width: 100%;
	height: 100%;
	background-color: lightskyblue;
	border-radius: 100vw;
}

.page{
	width: 80%;
	padding: 5%;
	margin-left: 5%;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3);
}
.page section{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: unset;
}
.page section h2{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	font-family: "Poiret One", sans-serif;
	font-size: 7vw;
}
.page section p{
	width: 100%;
	float: left;
	margin-bottom: 5%;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3.5vw;
}




}