@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Oswald&family=Roboto&family=Viga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Spicy+Rice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-family: "Outfit", sans-serif;
}
.entete_page{
    display: flex; justify-content: center;align-items: flex-end;height: 19vh; width: 100%;
}
.index_top>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    width: 50%;
    background-color: #adca0cc0;
    color: rgb(255, 248, 248);
    text-align: center;
    font-family: "Outfit", sans-serif;
    border-radius: 5px;
   padding: 30px;
}

.index_top>img {
    width: 100%;
    height: 100vh;
   
}
.parallax {
    /* The image used */
    background-image: url('../img/img_index.jpg');
  
    height: 100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.index_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end
}
.index_desc {
    width: 100%;
    display: flex;
    align-items: center;
}

.index_desc>div {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
    padding-top: 3%;
    display: flex;
    border-radius: 2px;
    flex-direction: column;
    align-items: center;
}

p {
    margin-top: 10px;
    text-align: justify;
    font-size: 25px;
    font-family: "Outfit", sans-serif;
}
.affiche_resp{
    width: 100%;
}
h3 {
    border-radius: 10px;    font-family: "Outfit", sans-serif;
        font-size: 40px;
    color: #AECA0C;
}

footer {
    height: 10vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #AECA0C;
}

.index_desc_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.btn_balisage{
    background: url('../img/button_rouge.svg') 50% no-repeat;
    font-size: 25px;
    width: 20%;
    height: 59px;
    display: flex;
    align-items: center;
    margin: 1%;
    color: white;
    justify-content: center;
}
.btn_balisage:hover{
    transform: scale(1.1);
}

.Seconde_page{
    display: flex; height: 80vh
}
@media (max-width: 1250px) {
    .entete_page{
        display: flex; justify-content: center;align-items: flex-end;height: 12vh; width: 100%;
    }
    .Seconde_page{
        display: flex; height: 88vh;
    }
    #map {
        height: 85vh;
    }
    .PR {
        width: 48%;
        margin: 1%;
        height: 84vh;
    }
  }.entete_page{
    display: flex; justify-content: center;align-items: flex-end;height: 19vh; width: 100%;
}