#bandeau-haut{
	background : linear-gradient(40deg, #8f150b, #b82014);
	height: 80px;
}
#bandeau-photo{
	height : calc(100vh - 140px);
	background-color: #728014;
    background-image: url(../images/fond/01.jpg);
}
#observatoire{
	top: 20px;
    left: 170px;
}
#observatoire-txt{
	font-size: 35px;
    margin: 0 5px -14px 21px;
}
#type-observatoire{
	font-size: 50px;
	color: #8f150b;
	padding : 0 20px;
}
#partenaires{
	right : 5%;
	top : 20px;
}
.partenaires-logo{
	width: 120px;
	height: 120px;
}
#intro{
	text-align : left;
	border : 0;
	width : 40%;
	margin : 120px 40px 0 120px;
}

/* especes */

#especes{
	position: absolute;
    right: 0;
    bottom: 50px;
	background: url(../images/caroussel-ombre.png) no-repeat;
	width : 55%;
	background-color: #00000059;
    padding: 10px 0;
}
#especes h2{
	color: #fff;
    margin: 0 0 -10px 20px;
    padding: 0;
    text-shadow: 2px 0 6px #000;
    font-size: 28px;
}
.ligne-sp{
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
    width: max-content;
	padding : 20px 20px 15px 20px;
	width : 100%;
    overflow-x: scroll;
    overflow-y: hidden;
	scrollbar-width: none;
}
.ligne-sp::-webkit-scrollbar{
	display : none;
}
.sp {
    background: #fff;
    width: 130px;
    height: 230px;
    border-radius: 5px;
    box-shadow: 0 5px 5px #0000007a;
    margin: 0;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    flex-shrink: 0;
    flex-grow: 0;
	cursor : pointer;
	position : relative;
}

.ligne-sp  .sp:hover {
    transform: scale(1.1); /* Agrandit l'élément */
    z-index: 2; /* Place l'élément agrandi au-dessus */
}
#carousel-btns{
	width: max-content;
    margin: 0 30px 0 15px
}
.carousel-prev, .carousel-next {
   border: 0px solid #ffffffc2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #911511;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin: 0 5px;
    transition: all 0.2s;
}
.carousel-prev::after{
	content: '';
    background: url(../images/fleche-btn.png) no-repeat;
    background-size: cover;
    background-position: center center;
   position: absolute;
    top: calc(50% - 12px);
    right: 14px;
    width: 15px;
    height: 24px;
    transform: rotate(180deg);
}
.carousel-next::after{
	content: '';
    background: url(../images/fleche-btn.png) no-repeat;
    background-size: cover;
    background-position: center center;
   position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    width: 15px;
    height: 24px;
}
.carousel-prev:hover, .carousel-next:hover{
	box-shadow: 0 0 5px #000;
	background : #b11b16;
	/* border : 1px solid #ffffff; */
}
.sp-titre{
	padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(40deg, #8f150b, #b82014);
    height: 41px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	
}
.sp img{
	width : 100%;
	height: 75px;
    object-fit: cover;
	display : block;
}
.sp-phenomene{
	/* font-weight: bold; */
    font-size: 11px;
    text-align: center;
    background: #d9d9d9;
    padding: 3px;
    margin: 0;
	color : #616161;
}
.sp-info{
	display : flex;
	justify-content: flex-end;
	align-items : end;
	margin : 8px 0;
}
.sp-infos{
	margin : 3px 0 0 0;
	padding: 0 9px 0 0px;
}
.sp-info-item{
	font-size: 10px;
    text-align: right;
    color: #616161;
    font-weight: bold;
    line-height: 11px;
    margin: 0 5px 0 0;
}
.sp-info-date{
	background: #b1b1b1;
    width: 95px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0px 8px;
}
.sp-info-date2{
	background : #919191;
}
.sp-info-date3{
	background : #6f6f6f;
}
.sp-plus{
	position : absolute;
	right : 10px;
	bottom : 10px;
	font-size : 12px;
	font-weight : bold;
	color: #941612;
	padding: 0 15px 0 0;
}
.sp-plus::after{
	content: '';
    background: url(../images/fleche-btn-gris.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 2px;
    right: 0;
    width: 8px;
    height: 14px;
}

/* bandeau suite */
#bandeau-suite {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn-suitelecture {
    cursor: pointer;
}

/* btn saisie */
.btn-saisie{
    width: 345px;
    height: 70px;
    border: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 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;
}

/* 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 : #9b1813;
	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 : #9b1813;					
}
#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;
}