/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@font-face {
	font-family: 'big-noodle';
	src: url('../fonts/big_noodle_titling.ttf');
	src: url('../fonts/big_noodle_titling.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dax-bold';
	src: url('../fonts/dax_bold.ttf');
	src: url('../fonts/dax_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'oswaldregular';
	src: url('../fonts/Oswald-Regular.ttf');
	src: url('../fonts/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MaterialIcons-Regular.ttf'),
	url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.content {
	display: flex;
	flex-direction: column;
	min-height:100vh;
}

.content .center {
	flex-grow: 1;
	padding-bottom: 50px;
}

.material-icons {
	font-family: 'Material Icons', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	color: black;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: white;
	color: #757575;
	height: 100%;
}

body {
	background: url(../img/drone_background_blue.png) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 0;
}

.creationCompte {
	color: #000;
}

/* Header                               */
/* ************************************ */
.header {
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	min-height: 130px;
}

.alphatango-logo {
	cursor: pointer;
}

.input-container .franceconnect-btn {
	width: 216px;
	height: 60px;
	cursor: pointer;
	background: url("../img/franceconnect-bouton.png") no-repeat;
	display: inline-block;
	border: none;
	margin-bottom: 8px;
	color: #00000000;
}

.input-container .franceconnect-btn:hover {
	background: url("../img/franceconnect-bouton-hover.png") no-repeat;
}

.franceconnect-lien-explication {
	text-decoration: none;
	color: #757575;
	cursor: pointer;
}

.franceconnect-lien-explication:hover, .franceconnect-lien-explication:focus {
	text-decoration: underline;
	color: #0859A0;
}

.separation-connexion-rond {
	color: #545454;
	border: 14px solid #c2c9d6;
	width: 18px;
	background-color: #c2c9d6;
	border-radius: 48px;
	margin: 15px auto 0 auto;
	position: relative;
}

.separation-connexion-ligne {
	border: 1px solid #c2c9d6;
	position: relative;
	top: 38px;
	background: #c2c9d6;
}

.catchphrase {
	font-family: 'big-noodle', sans-serif;
	align-items: center;
	font-size: 38px;
	margin-left: 25px;
	font-variant: small-caps;
	color: black;
}

.titre, .sousTitre {
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
}

.titre, .titre a {
	font-family: big-noodle, sans-serif;
	font-size: 120pt;
	color: #C55301;
	padding-top: 0;
	text-decoration: none;
}

.sousTitre {
	font-family: dax-bold, sans-serif;
	font-size: 35px;
	color: black;
}

/* Container des formulaires		     */
/* ************************************ */
.creation-connection-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 50px;
	position: relative;
}

.creation-connection-container#FranceConnect {
	padding-top: 20px;
}

.franceConnect-logo {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.franceConnect-description-message {
	width: 74%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.form.franceConnect-description {
	display: block;
	flex-direction: row;
	justify-content: center;
	position: relative;
	width: 870px;
	margin: 50px auto 0px auto;
}

/* CSS li� au deux formulaires     */
/* ************************************ */
.form {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px 20px;
	margin: 0px 10px 0px 10px;
}

/* Formulaire de creation de compte     */
/* ************************************ */
.text-container {
	color: #757575;
	margin-top: 20px;
	font-size: 15px;
}

.text-container#fcButtonDescription {
	text-align: center;
}

/* Formulaire de login                  */
/* ************************************ */
.connection-form {
	width: 405px;
	position: relative;
}

.creation-container {
	display: flex;
	flex-direction: column;
	padding: 0px 20px;
}

form#loginForm {
	display: flex;
	flex-direction: column;
}

.show-error input {
	border-color: #d1332a;
}

#error {
	color: #d1332a;
}

.error {
	text-align: left;
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
	margin: auto;
}

.majerror {
	color: #d1332a;
	background: rgba(0, 0, 0, 0.7);
	text-align: left;
	font-size: 20px;
	padding: 15px;
	text-align: center;
}

.input-container {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.input-label {

}

span.subtitle, .connection-form h2, h2.title-mdp {
	font-size: 1.5rem;
	color: #C55301;
	font-family: oswaldregular, arial, sans-serif;
	align-self: flex-start;
	display: flex;
	font-weight: inherit;
	margin: 0;
}

.input-subcontainer {
	position: relative;
	width: 92%;
}

.all-label-text-container .input-subcontainer {
	position: relative;
	width: 274px;
}

.input-subcontainer input {
	height: 2rem;
	padding: 0 0.625rem;
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}

.all-label-text-container input {
	margin-bottom: 0;
}

.visibility-toggle {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
}

.visibility-toggle .material-icons {
	color: #444;
}

.tooltip-icon-input {
	padding-left: 8px !important;
}

.mdp-label-text-container {
	display: flex;
}

.container-login-icon {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.container-login-icon .input-label {
	color: #757575;
	margin-bottom: 3px;
}

.login-icon-input {
	position: absolute;
	top: 25px;
	right: -30px;
}

.btn {
	text-align: center;
}

.btncreationAccount {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	padding-bottom: 34px;
	width: calc(100% - 40px);
	color: #757575;
}

.btn button, button.btn, a.creationAccount {
	background-color: #C55301 !important;
	color: white;
	border: 0.188rem solid #C55301;
	margin: 15px;
	padding: 3px 25px;
	text-decoration: none;
	cursor: pointer;
	font-family: oswaldregular, sans-serif;
	font-size: clamp(1rem, 3.5vw, 1.2rem);
	text-transform: uppercase;
}

.btn button:hover, button.btn:hover, a.creationAccount:hover, .btn button:focus, button.btn:focus, a.creationAccount:focus {
	background-color: #fff !important;
	color: #C55301 !important;
}

.btnLogin button img {
	height: 40px;
}

a.link-redefine-password {
	color: #757575;
	text-align: center;
}

a.link-redefine-password:hover, a.link-redefine-password:focus {
	color: #0859A0;
	text-decoration: underline;
}

a.condition-generale:focus, a.condition-generale:hover {
	color: #0859A0 !important;
	text-decoration: underline;
}

/* Footer                               */
/* ************************************ */
.footer {
	position: fixed;
	bottom: 0px;
	padding: 10px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
}

.footer div {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.footer img {
	height: 60px;
}

.liens {
	margin-top: 15px;
	color: black;
}

.liens a {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #C55301;
}

.logos img {
	height: 60px;
}

header.header-scrolling {
	height: 0;
}

/* Surcharge du positionnement par d�faut des tooltips car le formulaire de login est un peu diff�rent */
.tooltip-icon-input-login {
	padding-top: 15px !important;
}

@media screen and (max-width: 768px) {

	html {
		font-size: 100%;
	}

	.alphatango-image {
		width: 45%;
	}

	.franceconnect-lien-explication {
		font-size: 10px;
	}

	.header {
		background: white;
		display: flex;
		flex-direction: column;
		padding: 10px 10px;
		text-align: center;
	}

	.catchphrase {
		font-family: 'big-noodle', sans-serif;
		align-items: center;
		font-size: 24px;
		margin: 10px 10px;
		font-variant: small-caps;
		color: black;
	}

	.creation-connection-container {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding-top: 10px;
		position: relative;
		align-items: center;
	}

	.connection-form {
		width: 80%;
		margin-bottom: 20px;
	}

	.btncreationAccount {
		display: flex;
		justify-content: center;
		position: unset;
		bottom: 0;
		padding-bottom: unset;
		width: unset;
		color: #757575;
	}
	
	.visibility-toggle {
		top: 0px;
	}
	
	.tooltip-icon-input.mobile-remove-padding-top {
		padding-top: unset;
	}

    .connection-form .submit {
        display: flex;
        flex-direction: column;
        gap: 1vh;
    }
	
    .connection-form .btn button, .connection-form a.creationAccount {
        padding: 0 1.25rem;
        margin: 15px 0;
        font-size: 0.9375rem;
    }

    .form.franceConnect-description {
        width: 80%;
        margin: 10px auto 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
        position: relative;
        align-items: center;
    }

    .franceConnect-logo {
        width: 45%;
    }
}