/* CSS Document */

/* =Reset
-------------------------------------------------------------- */


 * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}


body {

	font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
color: #233743;
}

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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.full-no-navbar {
  width: 100%;
  height: 100vh;
}


.col-50 {
  width: calc(100% / 2);
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}


body{
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
color: #233743;
background: #fff;
height: 100vh;
overflow: hidden;
}




#coordonnees.bloc {
	overflow: visible;
}

#login {
    background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
    overflow: hidden;
}

#login::before {
	content: '';
	display: block;
	position: absolute;
	top: -190px;
	left: -20%;
	width: 60%;
	height: calc(100% + 317px);
	background-color: #23374399;
	transform: rotate(15deg);
}

#login::after {
	content: '';
	display: block;
	position: absolute;
	top: -188px;
	left: 41.6%;
	width: 33%;
	height: calc(100% + 317px);
	background-color: #23374338;
	transform: rotate(15deg);
}

#login .inner-full {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1124px;
}

#login #auth-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    
}

#login .col-50 {
    box-shadow: 0px 0px 22px 7px #00000059;
}

#login #a-left {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 23%;
	background: rgba(35,55,67,0.7);
	background-blend-mode: multiply;
    position: relative;
    height: 480px;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.button {

  font-family: 'Ubuntu', sans-serif;
  display: inline-block;
  font-size: 1.3em;
  background-color: #fff;
  
  text-transform: uppercase;
  padding: 4px 30px;
  font-weight: bold;
}

.button.gfs {
	border: 2px solid red;
	color: red;
}

.button.va {
	border: 2px solid #0081A4;
	color: #0081A4;
}

form input:not([type="checkbox"]):not([type="submit"]) {
  background-color: #e9ebec;
  border-radius: 5px;
  padding: 7px 20px;
  border: none;
  font-size: .85em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
    font-size: inherit;
  margin: 0;
    margin-left: 0px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

button, input, select, textarea {
  max-width: 100%;
}

h1, h2, h3, h4, .title {
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}

h2, .title {
  font-size: 2.1em;
  font-weight: bold;
}

#login #logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 431px;
	height: 238px;
	background: transparent url('../assets/img/logo-long2.png') no-repeat scroll center center / 100% auto;
}

#login #logo_vallier {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 431px;
	height: 238px;
	background: transparent url('../assets/img/custom/vallier/logo_vallier.png') no-repeat scroll center center / 100% auto;
}

#login #a-right {
    background-color: #fff;
    text-align: center;
    /* height: 405px;
    position: relative; */
}

#login #a-right #a-inner {
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	transform: translate(-50%, -50%); */
	padding: 50px;
	padding-bottom: 25px;
}



#login .title.gfs {
    color: red;
}

#login .title.va {
    color: #0081A4;
}

#login .title::after {
	content: '';
	display: block;
	height: 4px;
	width: 12%;

	margin: 20px auto 0 auto;
}

#login .title.gfs::after {
		background-color: red;
}
#login .title.va::after {
		background-color: #0081A4;
}

#login form {
	padding-top: 50px;
	padding-bottom: 10px;
}

#login form i {
    color: #7f878f;
}

#login form label {
	display: block;
    background-color: #f5f6f7;
    padding: 13px 25px;
    margin-bottom: 15px;
    text-align: left;
}

#login form input:not(.button) {
	margin-left: 7px;
	background-color: #f5f6f7;
	width: calc(100% - 30px);
	outline: none;
	color: #333;
}

#login .button {
	display: block;
	width: 100%;
}

.inner-full {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    padding: 0 65px;
	z-index: 2;	
}


#formoublie{display: none;}

#login .button.blue {
	border-radius: 0;
}

#login form input[type="submit"] {
	margin-top: 20px;
}

#login #a-right #pwd-oublie, #login #a-right #seconnecte {
    text-transform: uppercase;
    font-size: .7em;
    color: red;
}

#login #a-right #pwd-oublie:hover, #login #a-right #seconnecte:hover {
	color: #7f878f;
}

#login .line {
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.15em;
	margin-bottom: -13px;
}

#login .line::before, #login .line::after {
	background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
	width: 50%;
}

#login .line::before {
	right: 0.7em;
    margin-left: -50%;
}

#login .line::after {
	left: 0.7em;
    margin-right: -50%;
}

#login .container {
	padding: 30px 40px;
	background-color: #efecea;
}

/* Nouveau compte */
#account-creation {
	width: 100%;
}


#home {
	background-color: rgba(255,255,255,0.7);
	float: right;
	padding: 100px 30px 50px;
	border-radius: 0 0 0 15px;
	margin: 0;
	position: relative;
	max-width: 310px;
	min-height: 400px;
}

@keyframes login {
    from { margin-top: 150px; }
    to { margin-top: 50px; }
}

@-webkit-keyframes login {
    from { margin-top: 150px; }
    to { margin-top: 50px; }
}

#home form {
	margin-top: 150px;
	-webkit-animation: 1s ease 0.5s normal forwards 1 running login;
	-o-animation: 1s ease 0.5s normal forwards 1 running login;
	animation: 1s ease 0.5s normal forwards 1 running login;
}

#home label {
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}

#home label[for="ps"] {
	margin-right: 25px;
}

#home input.texte {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b2b8be;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 30px auto 0;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.4s ease-out 0s;
    width: 200px;
}

#home input#connexion {
	background-color: #FF0000;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 150px;
	margin: 30px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#home input#connexion:hover {
	background-color: #262626;
}

#home #logo_fournisseur {
	margin-top: 100px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

#home #logo_fournisseur img {
	height: 50px;
	width: auto;
	max-width: 300px;
}

/*RESPONSIVE*/

@media screen and (max-width: 1040px) {

	#login #logo { width: 100%; background-size: contain; }
	#login #a-right #a-inner { padding: 30px; }
	#login .title { font-size: 1.5em; }

}

@media screen and (max-width: 800px) {

	#login #auth-wrap { flex-direction: column; }
	#login .col-50 { width: 100%; }
	#login #a-left { height: 180px; }

}


@media screen and (max-width: 450px) {

	body { font-size: 16px; }
	#login .inner-full { padding: 0 15px; }
	#login form label { padding: 10px 20px; }
	form input:not([type="checkbox"]):not([type="submit"]) { padding: 7px 0px; }

}