/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: "BrandonGrotesque-Black";
    src: url("fonts/Brandon_blk.otf");
}

@font-face {
    font-family: "BrandonGrotesque-Bold";
    src: url("fonts/Brandon_bld.otf");
}

@font-face {
    font-family: "BrandonGrotesque-Light";
    src: url("fonts/Brandon_light.otf");
}

@font-face {
    font-family: "BrandonGrotesque-Medium";
    src: url("fonts/Brandon_med.otf");
}

@font-face {
    font-family: "BrandonGrotesque-Regular";
    src: url("fonts/Brandon_reg.otf");
}

@font-face {
    font-family: "BrandonGrotesque-Thin";
    src: url("fonts/Brandon_thin.otf");
}

:root {
    /* Fonts */
    --font-brandonGrotesque-thin: "BrandonGrotesque-Thin";
    --font-brandonGrotesque-light: "BrandonGrotesque-Light";
    --font-brandonGrotesque-regular: "BrandonGrotesque-Regular";
    --font-brandonGrotesque-medium: "BrandonGrotesque-Medium";
    --font-brandonGrotesque-bold: "BrandonGrotesque-Bold";
    --font-brandonGrotesque-black: "BrandonGrotesque-Black";
    /* Colors */
    --red: #E02723;
    --grey-1: #3B4A4B;
    --grey-2: #5f7475;
    --grey-3: #dfe3e3;
    --grey-4: #eff1f1;
    --white: #ffffff;
    --black: #121314;
    --labels-color: #837E7E;
    --select-accent-color: #78C0F6;
}

body {
    font-family: var(--font-brandonGrotesque-regular);
}

/* Nav-Bar */

#Bandeau-Haut {
    background-color: var(--white);
    position: initial;
    width: 100%;
    padding: 1vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


#Image-Logo {
    position: initial;
    width: auto;
    height: 71.9px;
}

/* Content-Section */

#Content-Section {
    position: initial;
    width: auto;
    height: 75vh;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

/* CONNEXION À VOTRE ESPACE CLIENT */

.login-title {
    font-family: var(--font-brandonGrotesque-medium);
    font-size: 2.2rem;
    text-align: center;
    color: var(--red);
}

.login-label {
    clear: both;
    font-family: var(--font-brandonGrotesque-regular);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 39px;
    font-style: normal;
    text-align: left;
    color: var(--labels-color);
}

.login-label span {
    color: var(--red);
}

#input-wrapper {
    position: relative;
}

#input-wrapper input {
    font-family: var(--font-brandonGrotesque-regular);
    background-color: var(--grey-4) !important;
    color: var(--black);
    border: 1px solid;
    height: 65px;
    border-radius: 7px;
    padding: 0 1.5em;
    font-size: 1.4em;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=text] {
        -webkit-text-size-adjust: 1.4em;
    }
} */

/* #input-wrapper input:-webkit-autofill::first-line, */
#input-wrapper input:-webkit-autofill{
    font-family: var(--font-brandonGrotesque-regular);
    background-color: transparent;
    color: var(--black);
    border: 1px solid;
    height: 65px;
    border-radius: 7px;
    padding: 0 1.5em;
    font-size: 1.4em;
}

/* #input-wrapper input:-webkit-autofill, */
/* #input-wrapper input:-webkit-autofill:hover,
#input-wrapper input:-webkit-autofill:focus,
#input-wrapper input:-webkit-autofill:active, */
/* #input-wrapper input:-internal-autofill*/
/* #input-wrapper input:-internal-autofill-previewed, */
/* #input-wrapper input:-webkit-autofill::first-line {
    font-size: 2.4em !important;
    color: var(--red) !important;
} */

#input-wrapper .icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#input-wrapper .icon img {
    vertical-align: middle;
    height: 2em;
    width: 2em;
}

.btn-login {
    font-family: var(--font-brandonGrotesque-medium);
    background-color: var(--red);
    color: var(--white);
    width: 100%;
    border-radius: 1.3rem;
    height: 55px;
    font-size: 1.5rem;
}

.btn-login:hover {
    color: var(--grey-4);
}

.form-switch .form-check-input {
    width: 2.7em;
    height: 1.2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2.7em;
    transition: background-position .15s ease-in-out;
}

.form-check-input:checked {
    background-color: var(--select-accent-color);
    border-color: var(--select-accent-color);
}

.login-footer-container h3 {
    font-family: var(--font-brandonGrotesque-regular);
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.login-footer-container h5 {
    font-family: var(--font-brandonGrotesque-light);
    font-size: 1.5rem;
    text-align: center;
    color: var(--labels-color);
}

.login-tooltip {
    position: relative;
    font-size: 1.3em;
    z-index: 1;
    left: 93%;
    top: -40px;
    color: var(--grey-2);
    cursor: pointer;
    width: 0;
}

.center {
    margin: auto;
    padding: 10px;
}

.tooltip {
    background: var(--white);
    box-shadow: 1px 1px 1px 1px var(--white);
    opacity: 1;
    border: solid 1px var(--red);
    border-radius: 1.3rem;
    margin-left: 30px;
}

.tooltip .tooltip-inner {
    font-family: var(--font-brandonGrotesque-regular);
    background: none;
    color: var(--red);
    font-size: 1.05rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border: none !important;
}