html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.one{
    position: relative;
    background: url(images/bg.jpg) center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 120vh;
    min-height: 750px;
    overflow: hidden;
}

.one img{
    position: absolute;
    height: 100%;
    width: 110%;
    object-fit: cover;
}

.plaine {
    z-index: 3;
    margin-left: -10px;
}

.arbres {
    z-index: 2;
}

.fond {
    z-index: 1;
    margin-left: -50px;
}

.titre {
    width: 70%;
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 51%;
    transform: translate(-50%, -50%);
}

h1 {
    margin: 60px 0 0 20px;
    font-size: 5.5vw;
    line-height: 5.5vw;
    color: white;
    text-shadow: 0 0 10px black;
}

.titre .logo {
    position: relative;
    width: 300px;
}

.astyle {
    background-color: #008CBA;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

button {
    background-color: #008CBA;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.description {
    position: relative;
}


.continuer {
    position: absolute;
    right: 0;
    font-size: 1.2vw;
    padding: 20px 25px;
}

.map {
    width: 90%;
    height: 100%;
    margin-left: 4vw;
}

.imgp {
    margin-right: 4vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
    max-width: 40vw;
    max-height: auto;
}

.paragraphe {
    position: absolute;
    z-index: -2;
    width: calc(100% - 640px);
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 4vw;
}

h2 {
    font-size: 3vw;
    color: white;
}

.descri {
    color: white;
    font-size: 1vw;
    width: 50vw;
}



@media only screen and (max-width: 768px) {

    .one img {
        margin-left: -500px;
        width: auto;
    }

    .titre {
        flex-direction: column;
        width: auto;
        align-items: center;
    }

    .titre .logo {
        margin-left: 0;
        width: 250px;
        filter: drop-shadow(3px 3px 5px white);

    }

    h1 {
        margin: 0;
        text-align: center;
        font-size: 50px;
        line-height: 60px;
    }

    .contact100-map {
        display: none;
    }

    body .conteneur {
        justify-content: center;
        padding: 20px;
        width: auto;
    }

    .conteneur .formulaire {
        margin: auto;
    }

    .formulaire .valider {
        font-size: 18px;
    }

    .paragraphe {
        position: relative;
        width: 85%;
        text-align: center;
    }

    .conteneur2 {
        flex-direction: column;
    }

    .descri {
        font-size: 13px;
        width: 100%;
    }

    #texte {
        font-size: 18px;
    }
}