@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
}

.carte {
    border-radius: 15px;
    margin: 0;
    height: 40vh;
    overflow: hidden;
    background: #56BFDC;
    margin-top: 2vh;
}

.carte_div2,
.carte_div1 h1 {
    padding: 20px;
    margin: 0;
}

.carte_div1 {
    height: 65%;
}

.carte_div1 h1 {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.26);
}

.carte_div2 h1 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: white;
    margin-top: -0.5vh;
    margin-bottom: 1vh;
}

.carte_div2 a {
    background: none;
    border: white solid 1px;
    color: white;
    padding: 8px 15px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.boutongauche {
    border-radius: 10px 0px 0px 10px;
}

.boutondroit {
    border-radius: 0px 10px 10px 0px;
}

#carte_yverdon {
    background-image: url(images/img2.jpg);
    background-size: cover;
}

#carte_stx {
    background-image: url(images/img1.jpg);
    background-size: cover;
}

/* la ligne en haut */
header {
    border-bottom: 2px solid #56BFDC;
    margin: 2vh;
    padding-bottom: 2vh;
}

header #logos{
    display: flex;
    justify-content: space-between;
}
header h1 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-top: 0;
}

header img {
    height: 5vh;
    text-align: left;
}

.conteneur {
    align-items: right;
  }


/* la ligne en bas */
footer {
    text-align: center;
    border-top: 2px solid #56BFDC;
    margin: 2vh;
}

footer a {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #56BFDC;
}


section {
    margin: 2vh;
}

@media (min-width: 1024px) {
    section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .carte {
        margin: 2vh;
        height: 70vh;
    }
    .carte_div1 {
        height: 80%;
    }
    .carte_div2 a {
        margin-top: 1vh;
    }
    header img {
        width: 7vw;
        height: auto;
    }
}