.body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    /*max-width: 1300px;*/
    margin-left: 10%;
    margin-right: 10%;
    background: #fef194;
}
.title1 {
    color: #000000;
    font-weight: normal;
}
.title2 {
    color: #000000;
    font-weight: 900;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
}
.title3 {
    color: #000000;
    font-weight: normal;
}
.wrapper {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    row-gap: 10px;
    column-gap: 10px;
}
.dessin {
    order: 1;
    display: block;
    width: 700px;
    height: 423px;
    background-image: url("images/dessin.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}
.textblock {
    order: 2;
    display: block;
    width: 45%;
}
.text01 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
}
.text02 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
}
.text03 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    margin-left: 40px;
}
.text04 {
    color: #000000;
    font-size: 14px;
    font-weight: 900;
    margin-top: 110px;
}
.text05 {
    color: #616161;
    font-size: 18px;
    font-weight: 900;
}
.text06 {
    color: #616161;
    font-size: 28px;
    font-weight: 900;
}
.text07 {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    margin-top: 20px;
}
.text08 {
    color: #000000;
    font-size: 14px;
    font-weight: 900;
    text-align: right;
}
.text09 {
    color: #000000;
    font-size: 28px;
}
.text10 {
    color: #000000;
    font-size: 22px;
}
.text11 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 2px;
}
.text12 {
    color: #616161;
    font-size: 28px;
    font-weight: 900;
    margin-left: 50%;
}
.text13 {
    color: #000000;
    font-size: 14px;
}
.text14 {
    color: #000000;
    font-size: 14px;
    margin-left: 10%;
}
.text16 {
    color: #616161;
    font-size: 28px;
    font-weight: 900;
}
.text17 {
    color: #000000;
    font-size: 14px;
    margin-top: -5px;
}
.mcb {
    font-style: italic;
    font-weight: 900;
}
.photo {
    display: block;
}
.photo1 {
    width: 40%;
}