html, body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 25px;
}

.clearfix::after {
    display: table;
    content: " ";
    clear: both;
}

.container {
    width: 395px !important;
    margin: 0 auto;
}

.btn-social {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 185px;
    height: 41px;
    cursor: pointer;
}

.btn-social span.is-sr-only {
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: 0.01em !important;
    height: 0.01em !important;
    padding: 0 !important;

    white-space: nowrap !important;

    border: none !important;
}

.social-buttons {
    margin: 15px 0 15px;
    text-align: center;
}

.social-buttons #btn-linkedin {
    background: url("Images/linkedin.png") no-repeat top left transparent;
}

.social-buttons #btn-viadeo {
    background: url("Images/viadeo.png") no-repeat top left transparent;
    float: right;
}

#switch-banner {
    height: 37px;
    position: relative;
    margin-bottom: 25px;
}

#switch-banner .line {
    border-top: 1px solid #aeacac;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
}

#switch-banner span {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 0;
    width: 37px;
    height: 37px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #aeacac;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#subscription {
    display: inline-block;
    padding: 13px 0;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #323232;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-family: 'Open Sans Semi Bold', Arial, sans-serif;
    cursor: pointer;
}

a#reset-password {
    float: right;
    font-style: italic;
    font-size: 13px;
    margin-right: 5px;
    color: #323232;
}

#btn-login {
    text-align: right;
    padding: 20px 0 10px;
}

.tab-col-1 {
    width: inherit !important;
}

#tab-cv {
    margin-bottom: 15px;
}

#upload-cv {
    float: right;
    margin-right: 16px;
}

#upload-cv:after {
    content: " ";
    display: table;
    clear: both;
}

#upload-cv input[type=file],
#upload-cv label {
    display: none;
}

#upload-cv button {
    font-size: 12px;
    font-family: 'Open Sans Semi Bold', Arial, sans-serif;
    background: url("Images/file-cv.png") no-repeat 17px center hsl(222, 7%, 36%);
    display: inline-block;
    padding: 12px 17px 12px 43px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    appearance: none;
}

.tab-col-field {
    text-align: right;
}

.message,
.tab-full td div.message {
    padding: 10px;
    margin-bottom: 10px;
}

.info,
.tab-full td div.info {
    border-radius: 3px;
    color: hsl(206, 82%, 29%);
    background: hsl(203, 94%, 94%);
}

.error,
.tab-full td div.error {
    border-color: #ff0000;
    background: #fbe7e7;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    display:none;
    width: 185px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    border: 1px solid #959595;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 110%;
    -moz-box-shadow: 1px 1px 9px 3px #c0c0c0;
    -webkit-box-shadow: 1px 1px 9px 3px #c0c0c0;
    box-shadow: 1px 1px 9px 3px #c0c0c0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media \0screen {
    .tooltip .tooltiptext { top: 0; }
}

.tooltip.tooltip-left .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #959595;
}
.tooltip.active .tooltiptext {
    display:inline-block;
}

.body-mentions-legales {
    padding-bottom: 10px;
}

@media (max-width: 530px) {

    .social-buttons {
        text-align: center;
    }

    .social-buttons #btn-linkedin,
    .social-buttons #btn-viadeo {
        margin: 0 auto 20px;
        float: none;
    }
}

@media (max-width: 400px) {
    .container {
        width: 100% !important;
    }

    #subscription {
        font-size: 12px;
    }
}

.flex-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}