@charset "utf-8";
@font-face{font-family: "Chernobyl" ;src: url("Docu/Chernobyl.otf")}

body,td,th,a {
	font-family: "Chernobyl";
	text-decoration: none;
}
body {
	margin: 0; 
	top: 0px; 
	background-size: contain cover; 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-attachment: scroll; 
	background-image: url("Exports/SiteRMM_02.Emissions.png");
}
header {
	z-index: 10;
    position: fixed;
    top: 0px;
	right: 0px;
}
.bandeau{
    height: 450px;
	width: 200%;
    background-color: #FFC869;
    top: -230px;
	right: -50px;
	position: fixed;
	transform: rotate(-10deg);
}
h1 {
    color: #00171F;
    font-size: 80px;
    position: fixed;
    bottom: -60px;
    left: 50%;
    margin-left: 105px;
}
.logoRMM{
    height: 160px;
    width: 160px;
    position: fixed;
    bottom: 8px;
    left: 50%;
    margin-left: -60px;
    transform: rotate(10deg);
    background-image: url("Logos/1x/Plan de travail 1 copie.png");
    background-position: center center;
    background-size: contain;
}
main{
    margin: 250px 0px 0px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
    height: fit-content;
}
.col{
	position: relative;
	height: auto;
	aspect-ratio: 16/9;
}
iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

@media (max-width:900px){
	main{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:600px){
	.bandeau{
    	top: -300px;
		right: -50px;
	}
	h1{
		font-size: 60px;
    	bottom: -35px;
    	margin-left: 60px;
	}
	main{
		grid-template-columns: repeat(1, 1fr);
	}
	.logoRMM{
    	height: 100px;
    	width: 100px;
    	bottom: 10px;
    	margin-left: -70px;
	}
	.coltxt h2{
		font-size: 18px;
	}
	.coltxt2 h2{
		font-size: 15px;
	}
	.coldate h3{
		font-size: 15px;
	}
}