/* CSS Document */

body {
	font-family: 'Karla', sans-serif;
	height: 1080px;
}

h1 {
	text-align: center;
	font-size: 68px;
	background-color: #82cb4d;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	font-family: 'Caveat', cursive;
}

.container {
	margin: auto;
	width: 1840px;
}

#infos {
	display: flex;
	justify-content: center;
	margin-top: 120px;
}

#infos img {
	width: 100%;
}

#infos p {
	background-color:#CE36C5;
	padding: 50px 13px 16px;
	color: white;
	margin-top: -5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
}

#infos .nuance {
	background-color: #9e1cb0;
}

.col4 a {
	text-decoration: none;
}

.col4 {
	width: 20%;
}

#net, #btn {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

#btn {
	padding-top: 60px;
}

.rectangle {
	border: 3px solid #82cb4d;
	border-radius: 25px;
	width: 35%;
	padding: 20px 0;
	text-align: center;
	margin: auto;
}

.rectangle a {
	color: #82cb4d;
	text-decoration: none;
	font-family: 'Caveat', cursive;
	font-size: 35px;
}

.cercle {
	text-align: center;
	margin: auto;
	height: 50%;
	width: 30%;
	border-radius: 100px;
	background-color: #82cb4d;
	padding: 20px 0;
}

.cercle a {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 35px;
	font-family: 'Caveat', cursive;
}

video, iframe{
	width: 100%;height: 100%; position: absolute; top:0;left:0;"
}

a.btn{
	padding: 20px;
	background: #82cb4d;
	z-index: 1000;
	position: fixed;
	top: 50%;
	font-size: 26px;
	color:#fff;
	text-decoration: none;
}