.locationcontent {
    width: 100%;
    text-align: justify;
}

.presentation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.explications {
    padding: 2rem 0;
}

.confirmationcontainer {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.formcontainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.formcontainer > .container {
    width: 50%;
}

.formcontainer form {
    padding-bottom: 3rem;
}

form .alert-danger {
    padding: 0.5rem 1rem;
}

.domaine_img,
.rooms_img,
.pool_img,
.rooms {
    width: 75%;
}

.presentation .texte {
    padding: 1rem 0;
    width: 75%;
    text-align: center;
}

.rooms {
    display: inline-block;
}

.rooms .texte {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    color: #9a9565;
}

.rooms .types {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    row-gap: 1.5rem;
}

.rooms .room_icone {
    width: 50%;
}

.rooms .gite {
    width: 50%;
    display: flex;
}

.rooms .tipi {
    width: 50%;
    display: flex;
    border-left: 2px solid #9a9565;
}

.room_info {
    padding: 0.5rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.roomtitle {
    font-weight: bold;
    font-size: 1.6rem;
    color: #9a9565;
}

.barre {
    text-decoration: line-through;
}


/* TODO responsive design avec 320px, 480px, 768px, 1024px, and 1200px */

@media screen and (max-width: 768px) {
    .formcontainer > .container {
        width: 100%;
    }

    .rooms {
        width: 100%;
    }

    .rooms .texte {
        width: 100%;
        font-size: 1.5rem;
    }

    .rooms .types {
        width: 100%;
        font-size: .8rem;
    }
    .roomtitle {
        font-size: 1.2rem;
    }
    .rooms .gite,
    .rooms .tipi {
        width: 100%;
    }
    .rooms .tipi {
        border-left: none;
    }
    .presentation .texte {
        width: 75%;
    }

    .domaine_img {
        width: 100%;
    }
    
    .rooms_img {
        width: 100%;
    }
    
    .pool_img {
        width: 100%;
    }

    .presentation .texte {
        width: 100%;
    }
}