@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');

@media (min-width: 500px) {
  .col-sm-6 {
    width: 50%;
  }
}
html, body {
  height: 100%;
  min-height: 18em;
}

.shop-side {
  background-image: url("../img/fondsEcran/mannequinDeboutR.jpg");
}

.lexperience-side {
  background-image: url("../img/fondsEcran/paireEcaille.jpg");
}

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  font-size: 2em;
  color: white;
  font-family: 'Open Sans', sans-serif;
	font-weight:300;
;
}
@media(min-width: 500px) {
  .split-pane {
    padding-top: 2em;
    height: 100%;
  }
}
.split-pane-central-div {
  position: relative;
  top: 5%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  text-align: center;
}
@font-face {
    font-family: 'Stavok_Grotesque_Light'; /*a name to be used later*/
    src: url('../fonts/stavokgrotesque-light.otf'); /*URL to font*/
}
.split-pane-bottom-div-left {
  position: relative;
  top: 75%;
  text-align: center;
  font-family: 'Stavok_Grotesque_Light';
  font-size: 20px;
}
.split-pane-bottom-div-right {
  position: relative;
  top: 75%;
  text-align: right;
  font-family: 'Stavok_Grotesque_Light';
  font-size: 20px;
}

.split-pane-bottom-div-right a:visited, .split-pane-bottom-div-right a { 
  font-family: 'Stavok_Grotesque_Light';
  color: white;
  cursor: pointer;
}

.split-pane > div .text-content {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.split-pane > div .text-content .big {
  font-size: 2em;
}
.split-pane > div img {
  height: 1.3em;
}
@media (max-width: 500px) {
  .split-pane > div img {
    display:none;
  }
}
.split-pane button, .split-pane a.button { 
  font-family: 'Stavok_Grotesque_Light';
  background: #FFFFFF;
  /*border: 1px solid white;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 20em;
  padding: 0.7em;
  font-size: 0.8em;
  /*-moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;*/
  text-decoration: none;
  color: black;
  display: inline-block;
	cursor: pointer;
}
.split-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  color:black;
  font-weight:500;
  background-color: #EEEEEE; 
  border-color: white;
	cursor: pointer;
}
.lexperience-side.split-pane button:hover, .split-pane a.button:hover {
  color: black;
} 
.shop-side.split-pane button:hover, .split-pane a.button:hover {
  color: black;
}

#split-pane-or {
  font-size: 2em;
  color: white;
  font-family: 'Stavok_Grotesque_Light';
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display:none;
}


@media (max-width: 925px) {
  #split-pane-or {
    top:15%;
  }
}
#split-pane-or > div img {
  height: 2.5em;
}
@media (max-width: 500px) {
  #split-pane-or {
    position: absolute;
    top: 50px;
  }
  #split-pane-or > div img {
    height:2em;
  }
}
@media(min-width: 500px) {
  #split-pane-or {
    font-size: 3em;
  }
}
.big {
  font-size: 2em;
}

#slogan {
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: center;
  vertical-align: baseline;
  top: 0.5em;
  color: white;
  font-family: 'Stavok_Grotesque_Light', sans-serif;
  font-size: 1.4em;
}
@media(min-width: 500px) {
  #slogan {
    top: 5%;
    font-size: 1.8em;
  }
}
#slogan img {
  height: 0.7em;
}
.bold {
	text-transform:uppercase;
}
.big {
	font-weight:800;
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

*, *:after, *:before {
	box-sizing: border-box;
}


.card {
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 425px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(#999, .25);
	padding: .75rem;
}

.card-image {
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 65%;
	background-image: url('https://assets.codepen.io/285131/coffee_1.jpg');
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: 0 5%;
	position: relative;
}

.card-heading {
	position: absolute;
	left: 10%;
	top: 15%;
	right: 10%;
	font-size: 1.75rem;
	font-weight: 700;
	color: #735400;
	line-height: 1.222;
	small {
		display: block;
		font-size: .75em;
		font-weight: 400;
		margin-top: .25em;
	}
}

.form-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #735400;
	line-height: 1.222;
	margin-top:3rem;
}

.card-form {
	padding: 2rem 1rem 0;
}

.input {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 1.5rem;
	&+.input {
		margin-top: 1.5rem;
	}
}

.input-civilite {
	display: flex;
	flex-direction: row;
	position: relative;
	padding-top: 1.5rem;
	margin-bottom:0.8rem;
}

.input-label {
	color: #735400;
	position: absolute;
	top: 1.5rem;
	transition: .25s ease;
	font-size: 1.5rem;
}

.input-field {
	color:black;
	border: 0;
	z-index: 1;
	background-color: transparent;
	border-bottom: 2px solid #eee; 
	font: inherit;
	font-size: 1.2rem;
	padding: .25rem 0;
	
		outline: 0;
		border-bottom-color: #735400;
		&+.input-label {
			color: #735400;
			transform: translateY(-2rem);
		}
	
}

.civilite {
	/*transform: translateY(-1.5rem);*/
	color: #735400;
	/*position: absolute;*/
	top: 1.5rem;
	transition: .25s ease;
	font-size: 1.5rem;
	flex-direction:row;
}

.radio-civilite {
	color:black;
	border: 0;
	z-index: 1;
	background-color: transparent;
	font: inherit;
	font-size: 1.125rem;
	padding: .25rem 0;
	margin-left: 0.5rem;
	cursor: pointer;
}
input[type=radio] {
	margin-left: 2rem; margin-bottom:1rem;	cursor: pointer;
}

.action {
	margin-top: 2rem;
}

.action-button {
	font: inherit;
	font-size: 1.25rem;
	padding: 1em;
	width: 100%;
	font-weight: 500;
	background-color: #735400;
	border-radius: 6px;
	color: #FFF;
	border: 0;
	&:focus {
		outline: 0;
	}
}

.card-info {
	padding: 1rem 1rem;
	text-align: center;
	font-size: 1.2rem;
	color: #8597a3;
	a {
		display: block;
		color: #735400;
		text-decoration: none;
	}
}




