h1 {
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-weight: lighter;
    font-size: 2em;
    font-style: normal;
    text-align: end;
    line-height: 0.3em;
}

h2 {
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-weight: lighter;
    font-size: 1.6em;
    font-style: normal;
    text-align: end;
    line-height: 0.3em;
}

a {
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-size: 1.2em;
    font-style: normal;
    text-decoration: none;
}

body {
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-size: 0.8em;
    font-style: normal;
    text-decoration: none;
}

body {
    margin: 0;
    background-color: #2b2c3a;
}
.wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px;
    grid-auto-rows: minmax(100px, auto);
}

.sentence {
    grid-column: 2 / 8;
    grid-row: 2 / 4;
    z-index: 3;
}

.sentence > div{
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-size: 4em;
    text-align: end;
    font-style: normal;
}

.top {
    z-index: 3;
    grid-column: 2 / 8;
    grid-row: 5 / 6;
    font-family: "Helvetica", Sans-Serif;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: lighter;
    text-align: end;
    font-style: normal;
    text-shadow: #000000 0 0 4px;
}

.line {
    z-index: 2;
    grid-column: 1 / 9;
    grid-row: 5 / 6;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
}

.actu {
    z-index: 3;
    grid-column: 2 / 8;
    grid-row: 7 / 9;
}
.actu > div{
    font-family: "Helvetica", Sans-Serif;
    color: #e0bd31;
    font-size: 5em;
    text-align: end;
    font-weight: bold;
    font-style: normal;
}

.bottom {
    z-index: 3;
    grid-column: 1 / 9;
    grid-row: 10 / 11;
    border-top: 2px dotted;
}

.bottom > address {
    text-indent: 2em;
}
.backgrimg {
    grid-column: 1 / 9;
    grid-row: 1 / 6;
}
.singleImg {
    overflow-x: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.logo {
    width: 40px;
    position:relative;
}