#cgu-overlay {
    padding: 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
}

#cgu-popup {
    background-color: #fff;
    border-radius: 8px;
    padding: 2% 3% 5% 3%;
    height: 100%;
}

#cgu-popup .btn-primary, #cgu-popup .btn-default  {
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-top: 7%;
    text-shadow: none;
    text-transform: uppercase;
    outline-style: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#cgu-popup .btn.refus {
    border:1px solid #aaa;
    padding-top:0.5em;
    color: #828282;
    line-height: 1em;
}
#cgu-popup .btn.refus span {
    font-style: italic;
    font-size:0.7em;
    text-transform: lowercase;
}
#cgu-popup .btn.ok:hover {
    color: #de302e;
    background: white;
    border:1px solid #de302e;
}
#cgu-popup h1 {
    padding-bottom: 3%;
    font-family: 'dejavu_sanscondensed_bold', sans-serif;
    font-style: normal;
    background-color: transparent !important;
    text-decoration: none !important;
    border: medium none !important;
    font-size: 30px !important;
    overflow: hidden;
    list-style: none;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
}
#cgu-content {
    color: #6a6565;
    padding-right: 2%;
    height: 80%;
    line-height: 13px;
    overflow-y: scroll;
    text-align: justify;
}
#cgu-content h2 {
    color: #6a6565;
    font-size: 16px;
}
#cgu-content p {
    font-size: 11px;
}

@media (max-width : 767px) {
    #cgu-popup h1 {
        font-size: 20px !important;
    }
    #cgu-content h2 {
        font-size: 14px;
    }
    #cgu-content {
        height:60%;
    }
}
@media (max-width : 1199px) {
    #cgu-popup {
        padding: 3% 5% 5% 5%;
    }
}
@media (max-width : 767px) {
    #cgu-popup {
        padding: 4% 7% 5% 7%;
    }
}


/** DEV VERSION :
#cgu-overlay
{
    padding          : 5%;
    position         : fixed;
    top              : 0;
    left             : 0;
    width            : 100%;
    height           : 100%;
    z-index          : 9000;
    background-color : rgba(0, 0, 0, 0.6);
}

#cgu-popup
{
    background-color : #FFFFFF;
    border-radius    : 8px;
    padding          : 2% 3% 5% 3%;
    height           : 100%;
}

#cgu-popup .btn-primary
{
    border                : 0 none;
    font-size             : 16px;
    font-weight           : bold;
    height                : 48px;
    margin-top            : 7%;
    text-shadow           : none;
    text-transform        : uppercase;
    outline-style         : none;
    border-radius         : 3px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
}

#cgu-popup h1
{
    padding-bottom   : 3%;
    font-family      : 'dejavu_sanscondensed_bold', sans-serif;
    font-style       : normal;
    background-color : transparent !important;
    text-decoration  : none !important;
    border           : medium none !important;
    font-size        : 30px !important;
    overflow         : hidden;
    list-style       : none;
    line-height      : 1.2em;
    margin-bottom    : 0;
    margin-top       : 0;
}

#cgu-content
{
    color         : #6A6565;
    padding-right : 2%;
    height        : 80%;
    line-height   : 13px;
    overflow-y    : scroll;
    text-align    : justify;
}

.ie_SocialNetwork li
{
    display : inline-block;
}

.ie_SocialNetwork
{
    padding-left : 0px;
}

.cguPage
{
    margin-top : 166px;
}

.cguContent p
{
    color            : #6A6565 !important;
    font-family      : 'dejavu_sanscondensed', sans-serif;
    font-style       : normal;
    background-color : transparent !important;
    text-decoration  : none !important;
    border           : medium none !important;
    font-size        : 13px !important;
    overflow         : hidden;
    list-style       : none;
    text-align       : justify;
    line-height      : 1.42857;
    margin-bottom    : 0;
    margin-top       : 0;
    padding          : 0;
}

.cguContent h2
{
    color       : #6A6565 !important;
    font-family : 'dejavu_sanscondensed', sans-serif;
    font-style  : normal;
    font-weight : bold;
    font-size   : 17px !important;
}

@media (max-width : 767px)
{
    #cgu-popup h1
    {
        font-size : 20px !important;
    }

    #cgu-content h2
    {
        font-size : 14px;
    }
}

@media (max-width : 1199px)
{
    #cgu-popup
    {
        padding : 3% 5% 5% 5%;
    }
}

@media (max-width : 767px)
{
    #cgu-popup
    {
        padding : 4% 7% 5% 7%;
    }
}
*/