#title {
    /*border: 2px solid red;*/
    text-align: center;

    /*font-size: 5vh;*/
    font-size: 3em;
    margin: 0;
}

.title {
    /*border: 2px solid black;*/

    display: flex;
    justify-content: center;
    align-items: center;

    height: 11.8vh;
}

#subtitle {
    /*border: 2px solid red;*/
    text-align: center;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    /*font-size: 3.8vh;*/
    font-size: 2em;
}

.subtitle {
    /*border: 2px solid black;*/

    display: flex;
    justify-content: center;
    align-items: center;

    height: 11.8vh;
}

.hook {
    /*border: 2px solid black;*/
    height: 60vh;
    min-height: 200px;
    background-image: url(../resources/images/wand_frieze_x500.jpeg);
    background-image: image-set(
		"../resources/images/wand_frieze_x500.webp" type("image/webp"),
		"../resources/images/wand_frieze_x500.jpeg" type("image/jpeg")
		);
    /*background-size: auto 60vh;*/
    background-size: auto 100%;
    background-repeat: repeat-x;
}

.feature {
    /*border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding: 20px;

    /*background-color: rgb(240, 190, 80);*/
    /*background-color: rgb(200, 140, 0);*/
    /*background-color: rgb(250, 230, 160);*/
}

.reverse {
    flex-direction: row-reverse;
    background-color: rgb(240, 240, 255);
}

.picture {
    /*border: 2px solid black;*/

    display: flex;
    /*padding: 0 0 0 20%;*/
    /*margin-right: 2.5%;*/
    margin: 0 10px 0 10px;
}

.picture img {
    /*border: 2px solid red;*/
    border-radius: 20px;
    width: 250px;
    height: 250px;
}

.description {
    /*border: 2px solid black;*/

    /*display: flex;
    flex-direction: column;*/

    margin: 10px 10px 10px 10px;
    font-size: 1.3em;
    /*font-size: 2.5vh;*/
    max-width: 800px;
    width: 100%;
}

.description > h3 {
    /*border: 2px solid black;*/

    /*display: flex;*/
    text-align: center;
    margin: 0;
    padding : 0;
}

.description > p, .description > li {
    /*border: 2px solid black;*/

    /*display: flex;*/
    /*margin: 0;
    padding : 0;*/

    text-align: center;
    font-style: italic;
}

body > .content > h1 {
    /*font-size: 4em;*/
    /*margin: 0;*/
}

.videos {
    /*border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: stretch;

    /*font-size: 1.5em;*/
    /*font-size: 2.5vh;*/
    font-size: 1.3em;

    background-color: rgb(240, 240, 255);
}

.videos > .diaporama {
    /*border: 2px solid black;*/

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;

    justify-content: space-evenly;
    margin: 0 0 2% 0;
}

.videos > h2 {
    /*border: 2px solid black;*/

    /*display: flex;*/
    text-align: center;
    /*margin: 0;
    padding : 0;*/
}

.element {
    /*display: flex;*/
    border: 2px solid black;
}

video {
    /*border: 2px solid black;*/
    display: flex;
    margin: 5px;
}

.technical-features {
    /*border: 2px solid black;*/
    display: flex;

    flex-direction: column;
    align-items: center;
    /*padding: 0 20% 0 20%;*/

    /*font-size: 1.5em;*/
    /*font-size: 2.5vh;*/
    font-size: 1.3em;
    text-align: center;
}

.technical-features > .content {
    /*border: 2px solid black;*/
    display: flex;

    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 2% 0;

    max-width: 1000px;
    width: 100%;
}

table {
    width: 100%;
}

tr:nth-child(even) {
    background-color: rgb(240, 240, 255);
}

th {
    text-align: left;
    width: 30%;
}

td {
    text-align: left;
}

.brochure {
    /*border: 2px solid black;*/
    display: flex;

    flex-direction: column;
    /*padding: 0 20% 0 20%;*/
    /*font-size: 1.5em;*/
    padding-bottom: 1vh;
    /*font-size: 2.5vh;*/
    font-size: 1.3em;
    text-align: center;

    background-color: rgb(240, 240, 255);
}

.brochure > .content {
    /*border: 2px solid black;*/
    display: flex;

    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 2% 0;
}

.brochure > .content img {
    /*border: 2px solid black;*/
    margin: 10px 20px 10px 20px;
}

.brochure > .content > a {
    /*border: 2px solid black;*/
    margin: 10px 20px 10px 20px;
    width: 200px;
    text-align: center;
}
