body.legalesBackground {
    background: #525659 !important;
}
.legalesBox {
    position: relative;
    background: #fff;
    padding: 50px 80px;
    margin: 100px 0px -50px;
    box-shadow: 0 0 20px rgba(0,0,0,1);
    border: 1px solid #ccc;
    width: 1000px;
    left: calc(50% - 500px);
}
.legalesBox.Fin {
    margin: 100px 0px;
}

.legalesLogo {
    position: relative;
    left: 20px;
    float: left;
    padding: 10px;
    height: 180px;
    width: 180px;
    border-radius: 20px;
    background-color: #212122;
}
.legalesLogo img {
    height: 160px;
    width: 160px;
}
.legalesInfos {
    text-align: right;
    margin-top: 10px;
}
.legalesInfos p {
    color: #000;
    font-size: 18px;
}
.legalesInfos strong {
    font-weight: 900;
    color: #162c3b;
    font-size: 20px;
}
.legalesContent .legalesH2 {
    background: #4978ff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
}
.legalesContent .legalesH3 {
    color: #000;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.legalesContent .legalesH4 {
    color: #000;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.legalesContent p {
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.legalesContent em {
    font-weight: bold;
    font: italic;
    font-size: 18px;
}
.legalesContent a {
    color: grey;
    font-weight: bold;
    text-decoration: none;
    transition: 0.6s;
}
.legalesContent a:hover {
    color: #4978ff;
    text-decoration: underline;
}
.legalesContent ul {
    color: #000;
    margin-left: 25px;
}
.legalesContent .legalesCredit {
	margin: 10px 0 10px 20px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.05);
}
.legalesContent .legalesCredit::before {
	position: absolute;
	transform: translate(-25px, -20px);
	content: "«";
	color: #191e25;
	font-size: 30px;
}
.legalesContent .legalesCredit::after {
    position: absolute;
    right: 0;
    transform: translate(-65px, -12px);
    content: "»";
    color: #191e25;
    font-size: 30px;
}

@media (max-width: 1024px) {
    .legalesBox {
        padding: 50px 50px;
        margin: 100px 0px;
        width: 90%;
        left: calc(50% - 45%);
    }
}
@media (max-width: 768px) {
    .legalesLogo img {
        left: calc(50% - 90px);
        float: none;
    }
    .legalesInfos {
        margin-top: 50px;
    }
}
@media (max-width: 425px) {
    .legalesBox {
        padding: 50px 15px;
        width: 95%;
        left: calc(50% - 47.5%);
    }
}