.headerLogo.is__black {
    background-color: #000;
}

.content__legals{
    color: #fff;
    margin-top: 10rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inner__legals{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.35em;
    padding-left: 2rem;
    padding-right: 2rem;
}
.inner__legals h1{
    font-size: 3rem;
    line-height: 2em;
    font-weight: 600;
    text-align: center;
}
.inner__legals h2{
    text-align: left;
    font-size: 2rem;
    line-height: 2em;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.inner__legals p{
    font-size: 1.125rem;
    font-weight: 400;
    text-wrap: wrap;
}
.inner__legals p,
.inner__legals li,
.inner__legals a {
    text-wrap: wrap;
    overflow-wrap: break-word;
}


.footer__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
    border-top: 1px solid rgba(186, 131, 110, 0.5);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.footer__links ul{
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__links ul li a{
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #ba836e;
}
.footer__links ul li a:hover {
    text-decoration: underline;
}
.inner__legals table, 
.inner__legals th, 
.inner__legals td{
    border: 1px solid#fff;
    border-collapse: collapse;
    color: #fff;
}
.inner__legals p a,
.inner__legals li a{
    color:#ba836e;
}

.content__grid{
    background-color: #000;
    padding-bottom: 4rem;
}
.content__grid img{
    max-width: 100%;
}
.inner__gallery{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.grid__gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.grid__column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 32%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.item__gallery{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.item__gallery__small{
    max-width: calc(50% - 8px);
}
.item__gallery__big{
    width: 100%;
    min-width: 100%;
}
.text__item__gallery{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    background-color: #BE9171;
    color: #fff;
    margin: 0;
    opacity: 0;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    font-size: 1.25rem;
}
.item__gallery:hover .text__item__gallery {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.text__item__gallery b{
    font-size: 2.5rem;
    font-family: "Calibri", sans-serif;
    font-weight: 400;
}
.item__gallery__big .text__item__gallery {
    background-color: #4B5156;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.text__item__gallery small {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .item__gallery__small{
        width: 100%;
        max-width: 100%;
    }
    .text__item__gallery{
        position: static;
        background-color: transparent;
        opacity: 1;
    }
    .item__gallery__big .text__item__gallery{
        font-size: 1rem;
        color: #fff;
        background-color: transparent;
    }
    .item__gallery__big .text__item__gallery span{
        font-size: 1rem;
        color: #fff;
    }
    .item__gallery__big .text__item__gallery b{
        font-weight: 600;
    }
    .text__item__gallery b{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 640px){
    .content__legals{
        margin-top: 6rem;
    }
    .inner__legals h1{
        margin-top: 0;
        line-height: 1.35em;
        font-size: 2.5rem;
    }
    .inner__legals h2{
        font-size: 1.25rem;
        line-height: 1.35em;
        font-weight: 600;
    }
    .footer__links{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer__links ul{
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer__links ul{
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .footer__links ul li{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .footer__links ul li a{
        padding-left: 0;
        padding-right: 0;
        
    }
    .grid__gallery{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .grid__column{
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .text__item__gallery{
        padding-left: 0;
        font-size: 1rem;
    }
    
    .content__grid {
        padding-top: 2rem;
    }
    .item__gallery__small{
        max-width: calc(50% - 8px);
        width: auto;
    }
    .grid__gallery .grid__column:nth-child(2)  {

    }
    .grid__gallery .grid__column:nth-child(2) .item__gallery:nth-child(1){
        -webkit-box-ordinal-group:3;
            -ms-flex-order:2;
                order:2;
    }
    .grid__gallery .grid__column:nth-child(2) .item__gallery:nth-child(2){
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .grid__gallery .grid__column:nth-child(2) .item__gallery:nth-child(3){
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }


}