html, body{
	margin : 0;
	padding : 0;
	/* min-height : 120vh; */
	max-width : 1920px;
	position : relative;
}
*{
	box-sizing: border-box;
	font-family : Poppins;
}
#bandeau-haut{
	background: linear-gradient(40deg, #005172, #005172);
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0 0 0 120px;
}

/* logo pnrgm */
.logo-pnrgm{
	position: absolute;
    top: -40px;
    left: -20px;
    background: #fff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.logo-pnrgm img {
    width: 66%;
    height: auto;
    display: block;
    margin-top: 25px;
    margin-right: 12px;
}

/* titre plateformes */
#observatoire{
	position: absolute;
    top: 65px;
    left: 230px;
    z-index: 10;
    transform: rotate(358deg);
}
#observatoire-txt{
	color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0 5px -5px 21px;
    text-shadow: 0 -4px 9px #000;
}
#type-observatoire{
	background: #ffffff;
    color: #005172;
    font-size: 41px;
    font-weight: bold;
    padding: 10px 20px;
    width: max-content;
    margin: 0;
}
#lieu-observatoire{
	color: #fff;
    text-align: right;
    font-size: 23px;
    padding: 0 20px 0 0;
	text-shadow: 0 0 10px #000;
}

/* logos partenaires */
#partenaires{
	position : absolute;
	right : 10%;
	top : 30px;
	z-index : 900;
}
.partenaires-titre{
	color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
    background: #ffffff38;
    padding: 3px 10px;
}
#partenaires-logos{
	display : flex;
}
.partenaires-logo{
	background : #fff;
	width : 80px;
	height : 80px;
	border-radius : 60px;
	margin : 0 10px;
	display : flex;
	align-items: center;
	justify-content: center;
}
.partenaires-logo img{
	width : 85%;
	height : auto;
	display : block;
}
.logo-t1{
	width : 60% !important;
}




#bandeau-photo{
	height : calc(100vh - 180px);
	background-color : #728014;
	background-image :  url('../images/fond/01.jpg');
	background-repeat: no-repeat;
	background-size : cover;
	background-position : right center;
	position : relative;
	display : flex;
}

/* textes intro */
#intro{
	width: 40%;
    color: #fff;
    margin: 100px 40px;
    padding: 0 50px;
    border-right: 1px solid #fff;
    text-align: right;
	text-shadow: 0 0 5px #000;
}
.intro-p1{
	font-size : 32px;
	line-height : 46px;
	margin : 0;
}
.intro-p2{
	font-size: 25px;
	line-height : 40px;
	margin : 10px 0 0 0;
}
.intro-p3{
	font-size : 20px;
	line-height : 40px;
	margin : 40px 0 0 0;
	margin : 40px 0 0 0;
}


/* box plateformes */
#plateformes{
	width : 60%;
}
.ligne-plateforme{
	display : flex;
	justify-content : right;
	height: 100%;
    align-items: flex-end;
    padding-bottom: 110px;
	padding-right: 50px;
}
.plateforme{
	background: #fff;
    width: calc(33% - 50px);
    height: 44vh;
    border-radius: 5px;
    box-shadow: 0 5px 13px #0000009e;
    margin: 5px 25px;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
	position : relative;
	text-decoration : none;
}
.plateforme:hover {
    transform: scale(1.1);
    z-index: 2;
}
.plateforme-titre{
	padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    color: #fff;
    background: linear-gradient(40deg, #05666a, #168489);
    height: 150px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	
}
.plateforme img{
	width: 100%;
    height: calc(44vh - 150px);
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 0 0 4px 4px;
}
.plateforme-btn{
	position : absolute;
	bottom : 7px;
	right : 0;
	color : #fff;
	font-size : 30px;
	font-weight : bold;
	padding : 0 45px 0 0;
	text-shadow: 0 0 10px #000;
}
.plateforme-btn::after{
	content: '';
    background: url(../images/fleche-btn.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: calc(50% - 11px);
    right: 20px;
    width: 15px;
    height: 23px;
}
.plateforme:nth-child(1) .plateforme-titre{
	background : linear-gradient(40deg, #065b00, #008461) !important;
}
.plateforme:nth-child(3) .plateforme-titre{
	background : linear-gradient(40deg, #8f150b, #b82014) !important;
}


/* appli */
#appli{
	position: absolute;
    bottom: 7%;
    left: 7%;
	width: 320px;
}
.appli-lien{
	transition: all 0.5s;
    display: block;
    width: 80%;
    margin: 0;
    padding: 35px 0 0 0;
	transform-origin: 60% 50%;
}
.appli-lien:hover{
	transform: rotate(3deg);
	transform-origin: 60% 50%;
	/* transform: scale(1.1); */
}
.appli-lien:hover ~ .appli-titre{
	transform: rotate(-7deg);
	transform-origin: center;
}

.appli-screen{
	width: calc(100% - 10px);
    height: auto;
    margin-left: 40px;
    margin-top: 10px;
    display: block;
}
.appli-titre{
	font-weight: bold;
    font-size: 15px;
    transform: rotate(-4deg);
    background: #004f72;
    color: #fff;
    width: max-content;
    padding: 2px 10px;
    box-shadow: 2px 3px 7px #000000b0;
	transition: all 0.5s;
	position : absolute;
	top : 0;
	left : 0;
	transform-origin: 50% 50%;
}
.appli-fleche{
	transform: rotate(121deg);
    width: 50px;
    height: auto;
    position: absolute;
    left: -2px;
    top: 37px;
}

/* bas */
#mentions{
	position: absolute;
    bottom: 0;
    right: 0;
    background: #003955;
    width: 500px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    padding: 7px 0 0 20px;
}
#mentions span{
	color : #c1c1c1;
	text-decoration : none;
	cursor : pointer;
}
#mentions  span:hover{
	color : #fff;
}