#bandeau-haut{
	background : linear-gradient(40deg, #065b00, #00841e);
	height: 80px;
}
#bandeau-photo{
	height : calc(100vh - 140px);
	background-color: #728014;
    background-image: url(../images/fond/01.jpg);
	background-position : right top;
}
#observatoire{
	top: 20px;
    left: 170px;
}
#observatoire-txt{
	font-size: 35px;
    margin: 0 5px -14px 21px;
}
#type-observatoire{
	font-size: 50px;
	color: #006c27;
	padding : 0 20px;
}
#partenaires{
	right : 5%;
	top : 20px;
}
.partenaires-logo{
	width: 120px;
	height: 120px;
}
#intro{
	text-align : left;
	border : 0;
	width : 55%;
	margin : 120px 40px 0 120px;
}
.intro-p1{
	font-weight : bold;
}

/* bandeau suite */
#bandeau-suite {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-suitelecture {
    cursor: pointer;
}

/* btn saisie */
.btn-saisie {
    width: 365px;
    height: 90px;
    border: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    right: 170px;
}
.btn-saisie::after {
    bottom: 26px;
    position: absolute;
    right: 0.5rem;
    height: 2rem;
    width: 55%;
    box-shadow: 0 1.7rem 1rem rgba(0, 0, 0, .66);
    content: '';
    transform: rotate(7deg);
    z-index: 9;
}
.btn-saisie a {
    width: 100%;
    height: 100%;
    background: #333333;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: right;
    padding-right: 55px;
    font-size: 19px;
    display: flex;
    justify-content: right;
    align-items: center;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.8s;
}
.btn-saisie a::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;
}
.btn-saisie a:hover {
    background: #1a1a1a;
}
.btn-saisie-fixed{
	position : fixed !important;
	top : 0 !important;
	bottom : auto !important;
}

/* popup */
#blanc{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    z-index: 1000;
	display : none;
}
#popup{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
	max-width : 750px;
    background-color: white;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    z-index: 1002;
    padding: 40px 30px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
	display : none;
}
.popup-fermer {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    z-index: 2010;
    background: #b41e19;
    border-radius: 50%;
}
.popup-fermer:after {
    content: "+";
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -11px;
    font-size: 23px;
}
.popup-contenu{
	display : flex;
}
.popup-c1{
	width : 55%;
	margin-right : 20px;
}
.popup-c2{
	width : 45%;
	position : relative;
}
#popup .sp-titre {
    border-radius: 0;
    height: 25px;
    justify-content: left;
	padding : 7px 5px 5px 7px;
}
#popup p {
    font-size: 13px;
    text-align: justify;
    line-height: 15px;
    position: relative;
}
#popup .sp-txt-item {
    font-weight: bold;
    color: #af1e18;
    font-size: 14px;
}
.quenoter {
    background: #b31f19;
    padding: 20px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0 0 0;
}
.quenoter .sp-txt-item {
    background: #fff;
    position: absolute;
    top: -8px;
    padding: 3px 10px;
    box-shadow: 0 0 10px #000;
    transform: rotate(357deg);
}
.anoterduau{
	display: block;
    background: #f5f5f5;
    width: max-content;
    padding: 0 10px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin: 8px 0 -5px auto;
}
.c2-img{
	display : block;
	width : 100%;
	height : auto;
}
#popup .btn-saisie{
    width: 125px;
    height: 47px;
    left: auto;
	right : 0;
    bottom: 0;
}
#popup .btn-saisie a {
    font-size: 13px;
    line-height: 15px;
    padding-right: 23px;
}
#popup .btn-saisie a::after {
    top: calc(50% + 1px);
    width: 8px;
    height: 13px;
    right: 8px;
}
.infos-obs{
	margin : 10px 0 0 0;
	min-height : 160px;
}
.infos-obs-titre{
	background : #f0f0f0;
	font-size : 13px;
	padding : 3px 10px 1px;
	margin : 0 0 10px;
	font-weight : bold;
}
.obs-graph{
	width: 100%;
    height: auto;
}
.infos-obs-nb{
	font-size : 11px;
}

/* zone texte */
#contenu-detail {
    margin: 40px 170px;
}
#contenu-detail h2{
	color : #fff;
	background : #006c27;
	padding : 5px 10px; 
	font-size : 20px; 
	font-weight : bold; 
	width : max-content;
}

/* footer */
#bas {
    margin: 80px 0 0 0;
    padding: 40px 0 20px 0;
    background: #006c27;
}
#bas-logos {
    display: flex;
    justify-content: center;
}
.bas-logo {
    background: #fff;
	border : 0px solid #a9a9a9;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px;
    font-size: 10px;
}
.bas-logo img {
    width: 85%;
    height: auto;
    display: block;
}
#bas-mentions {
    border-top: 1px solid #d3d3d3;
    font-size: 12px;
    text-align: right;
    margin: 60px 170px 15px 170px;
    padding: 9px 0 0 0;
    color: #fff;
}
#bas-mentions a{
	color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 0 2px auto;
    width: max-content;
}
#bas-mentions a:hover{
	text-shadow : 0 0 5px #000;
}