body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #000000;
    background: #f0f0f0;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}

h2 {
    margin:0;
    padding:4px;
    font-size: 24px;
    font-weight: bold;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #6aa5a8;
}

a:link { color: #6aa5a8; }
a:visited { color: #6aa5a8; }
a:focus { color: #6aa5a8; text-decoration: none; }
a:hover { color: #6aa5a8; text-decoration: none; }
a:active { color: #6aa5a8; text-decoration: none; }

header {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 10px 10px -10px #929292;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.slogan {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.desc {
    margin-bottom: 20px;
}


main {
    height: 520px;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: -10px 0 5px -5px #9f9f9f, 10px 0 5px -5px #9f9f9f;
}

.bloc-trans {
    margin-top: 30px;
    padding: 14px;
    opacity: 0.7;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 3px 2px 2px #030303;
}

.popup-bonsplans {
    display: none;
    float: right;
    margin-top: -240px;
    margin-right: 30px;

    width: 230px;
}

.popup-bonsplans-title {
    background: #dfdedc;
    border: 3px solid #b0b0b0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4c4e4c;
}

.popup-bonsplans-desc {
    background: #505050;
    opacity: 0.8;
    color: white;
    padding: 10px;
    font-weight: bold;
}


footer {
    width: 100%;
    background: #e4e4e4;
    border-top: 3px solid #68c9cd;
    border-bottom: 3px solid #68c9cd;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 11px;
    box-shadow: 0px 3px 5px #838383, 0px -3px 5px #838383
}

.mentions {
    padding: 20px 20px 20px 20px;
    background: #6aa5a8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #686868;
    border-right: 1px solid #686868;
}

.mentions a {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.cnil {
    padding-top: 25px;
    color: #6e6e6e;
}

.cnil img {
    vertical-align: bottom;
}

.actiplay {
    padding-top: 10px;
    color: #6aa5a8;
}


@media (min-width: 995px) {
    .container {
        width: 995px
    }
}

@media (max-width: 991px) {
    .popup-bonsplans {
        float: none;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
    }
}