/* Styles de base */
body {
    background-color: #F2F2F2;
}

/* Header */
.header {
    width: 100%;
    height: 95px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 16px;
}

.header .logo {
    padding-right: 16px;
}

.header .votreEspace {
    padding-top: 0.3rem;
}

@media (max-width: 768px) {
    .header .votreEspace {
        display: none;
    }
}

/* Typographie */
h1 {
    font-size: 32px;
    line-height: 3.5rem;
    font-weight: 700;
}

/* Layout principal */
.container {
    padding: 16px;
}

@media (min-width: 992px) {
    .container {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 768px) {
    .left-block, .right-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .left-block {
        margin-top: 5rem;
    }
}

/* Utilitaires */
.margin {
    margin-bottom: 2rem;
}

/* Boutons */
.button {
    background-color: #00828B;
    color: #FFFFFF;
    border: none;
    padding: 9.5px 12px;
    font-family: Relative, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button .button-text {
    margin-right: 10px;
}

.button .button-icon {
    display: inline-block;
    background: transparent no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 16.625L14.875 10.5L8.75 4.375L7.4375 5.6875L12.25 10.5L7.4375 15.3125L8.75 16.625Z' fill='white'/%3E%3C/svg%3E%0A");
    transition: left 0.2s;
    border: none;
}

.button:hover {
    background-color: #381A0A;
}

@media (max-width: 768px) {
    .button {
        width: 100%;
    }
}

/* Footer */
footer .ogi-footer-copyright {
    margin-top: 16px;
    text-align: center;
}

footer .ogi-footer-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
}

footer .ogi-footer-mentions {
    background-color: #fff;
    border-top: 1px solid #ddddd4;
}

footer .ogi-footer-mentions-list {
    font-size: 14px;
    line-height: 3.4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 0;
    list-style: none;
}

footer .ogi-footer-mentions-list li {
    width: auto !important;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}

footer .ogi-footer-mentions-list li a {
    line-height: 3.4rem;
    text-decoration: none;
    color: #381a0a;
    cursor: pointer;
}

footer .ogi-footer-mentions-list li a:hover {
    text-decoration: underline;
}

footer .ogi-footer-mentions-list li:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 0;
    height: 14px;
    position: absolute;
    left: 0;
    top: 1.3rem;
    border-left: 1px solid #381a0a;
}
