/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-avr.-2017, 11:36:21
    Author     : toubippc
*/

div#PrivacyContainer, .containerText
{
    margin : auto;
    padding : 20px;
    width : 75%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0px 0px 20px #000000;
}

footer
{
    margin: 50px 0 0 0;
    padding: 20px;
    min-height : 80px;
    width: 100%;
    text-align: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 10px 0px 20px #000000;
}