#box {
    width: 100%;
    margin-top: 60px;
}

#content {
    margin-top: 6rem;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    text-align: justify;
}

@media (min-width: 640px) {
    #content {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    #content {
        margin-left: 100px;
        margin-right: 100px;
    }
}

#content h1 {
    color: #5d317a;
    font-weight: bold;
    font-size: 45px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 0;
    clear: both;
}

#content h2 {
    color: #cb6ce6;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 8px;
    text-align: left;
    margin-left: 0;
    clear: both;
}

#content h3 {
    color: #dea1ea;
    font-weight: bold;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: 40px;
    clear: both;
}

#content h4 {
    color: #bc8f8f;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    clear: both;
}

#content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.5rem;
    max-width: 400px;
    max-height: 400px;
}

@media (max-width: 640px) {
    #content img {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.5rem;
        max-width: 90%;
        max-height: 400px;
    }
}

#content img.content-img-large {
    max-width: 800px;
    max-height: 800px;
}

#content img.content-img-max {
    max-width: 100%;
    max-height: 800px;
}

#content img.content-img-left {
    float: left;
    max-height: 400px;
    max-width: 400px;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 3rem;
}

#content img.content-img-right {
    float: right;
    margin-top: 0rem;
    margin-left: 3rem;
    margin-right: 0rem;
    max-height: 400px;
    max-width: 400px;
}

@media (max-width: 640px) {
    #content img.content-img-large {
        max-width: 90%;
        max-height: 90%;
    }

    #content img.content-img-max {
        max-width: 100%;
        max-height: 90%;
    }

    #content img.content-img-left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    #content img.content-img-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}

ul {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: circle;
    list-style-position: outside;
}

@media (min-width: 640px) {
    ul {
        padding-left: 35px;
    }
}

ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    list-style-type: decimal;
    list-style-position: outside;
}

@media (min-width: 640px) {
    ol {
        padding-left: 15px;
    }
}

li {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-left: 5px;
}

@media (min-width: 640px) {
    li {
        padding-left: 15px;
    }
}

#content .legende {
    text-align: center;
    color: gray;
    font-style: italic;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

#content button {
    margin: 0.2rem 0.5rem;
    padding: 0.5rem;
    background-color: #dea1ea;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 0.75rem;
    min-width: 5rem;
}

#content button:hover {
    background-color: rgb(190 24 93);
}

#content a {
    color: #cb6ce6;
}

#content a:hover {
    color: #dea1ea;
}

#content a:visited {
    color: #bc8f8f;
}

#sejour {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    text-align: justify;
}

@media (min-width: 640px) {
    #sejour {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    #sejour {
        margin-left: 50px;
        margin-right: 50px;
    }
}

#sejour h1 {
    color: #5d317a;
    font-weight: bold;
    font-size: 45px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 0;
    clear: both;
}

#sejour h2 {
    color: #cb6ce6;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: 0;
    clear: both;
}

#sejour h3 {
    color: #dea1ea;
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: 40px;
    clear: both;
}

#sejour h4 {
    color: #bc8f8f;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    clear: both;
}

#sejour img {
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 400px;
    max-height: 400px;
}

@media (max-width: 700px) {
    #sejour img {
        border-radius: 0.5rem;
        max-width: 90%;
        max-height: 400px;
    }
}

.sejour-img-bloc-right {
    float: right;
    max-width: 400px;
    margin-left: 15px;
}

.sejour-img-bloc-left {
    float: left;
    max-width: 400px;
    margin-right: 15px;
}

.sejour-img-left {
    float: left;
    max-height: 400px;
    max-width: 400px;
    margin-left: 0rem;
    margin-right: 3rem;
}

.sejour-img-center {
    max-height: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.sejour-img-right {
    float: right;
    margin-left: 3rem;
    margin-right: 0rem;
    max-height: 400px;
    max-width: 400px;
}

@media (max-width: 640px) {
    .sejour-img-left {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sejour-img-right {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.legende {
    font-style: italic;
    color: lightslategray;
}

#sejour ul {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: circle;
    list-style-position: outside;
}

@media (min-width: 640px) {
    #sejour ul {
        padding-left: 35px;
    }
}

#sejour ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    list-style-type: decimal;
    list-style-position: outside;
}

@media (min-width: 640px) {
    #sejour ol {
        padding-left: 15px;
    }
}

#sejour li {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-left: 5px;
}

@media (min-width: 640px) {
    #sejour li {
        padding-left: 15px;
    }
}

#sejour .legende {
    text-align: center;
    color: gray;
    font-style: italic;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

#sejour button {
    margin: 0.2rem 0.5rem;
    padding: 0.5rem;
    background-color: #dea1ea;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 0.75rem;
    min-width: 5rem;
}

#sejour button:hover {
    background-color: rgb(190 24 93);
}

#sejour a {
    color: #cb6ce6;
}

#sejour a:hover {
    color: #dea1ea;
}

#sejour a:visited {
    color: #bc8f8f;
}

.tarif {
    background-color: whitesmoke;
    border-width: 2px;
    border-radius: 1em;
    padding: 15px;
    margin: 15px;
}

.tarif-amagila {
    border-color: #dea1ea;
}

.tarif-aube {
    border-color: #e8985b;
}

.tarif-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.tarif-blocs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.tarif-bloc {
    margin: 10px;
    flex-grow: 1;
    /*max-width: 350px;*/
}

iframe {
    border-radius: 0.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (min-width: 640px) {
    iframe {
        max-width: 540px;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 15px;
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
