body{
	/* background:url('../image/index-fond.svg')no-repeat center fixed; */
	/* background-size: cover; */
}
p, ul{
	margin-bottom: 5px;
}
#logoDiv{
	padding: 0vh;
    text-align: center;
    vertical-align: middle;
}
.formConn{
	margin: 0;
}
.TailleDiv{
	height: 10vh;
}
.TailleDiv2{
	height: 8vh;
}
.TailleDiv3{
	height: 6vh;
}
.TailleDiv4{
	height: 4vh;
}
.TailleDiv5{
	height: 100%;
}
@media (max-width: 1024px) {
	#wrapper {		
		/* transform: translate(-50%, -50%); */
		/* max-height: 90vh; */
		/* width: 50vh; */
	}
	#imgConn {
		display: none;
	}
	#logoDiv {
		width: 100%
	}
	.TailleDiv{
		height: 20vh;
	}
	.TailleDiv2{
		height: 15vh;
	}
	.TailleDiv3{
		height: 10vh;
	}
	.TailleDiv4{
		height: 10vh;
	}
}
.gaucheLabel {
	cursor: auto; 
	float: left; 
	width: 40%;
	left: 0;
	color: #9098a9;
	font-weight: 400;
	transform-origin: 0 0;
	transition: all 0.2s ease;
	font-size: 16px;
	text-align: justify;
	margin: 0vh;
    min-height: 22px;
}
.droiteLabel {
	cursor: auto; 
	float: left; 
	width: 60%;
	left: 0;
	color: #9098a9;
	font-weight: 400;
	transform-origin: 0 0;
	transition: all 0.2s ease;
	font-size: 14px;
	text-align: justify;
	margin: 0vh;	
    min-height: 22px;
}
.btnBas{ 
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
    padding: 0px;
    border: 0px;
	background: #FFF;
	border-top: 1px solid rgba(41, 63, 61, 0.8);
}
.disa{ 
	cursor: not-allowed !important;
}
.masque{
	display: none;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
}
.inp2 {
  position: relative;
  margin: auto;
  width: 100%;
  display: none; 
  cursor: pointer; 
  text-align: justify;
  font-weight: 400;
  margin-top: 10px;
}
.inp3 {
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer; 
  text-align: justify;
  font-weight: 400;
  margin-top: 5px;
}
.choix {
	/* max-height: 80vh; */
    width: 100%;
    /* overflow: auto; */
    float: left;
}
.coulClient{
  color: #00B0F0;
}
.backClient{
  background: #00B0F0;
}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #9098a9;
  font-weight: 400;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  cursor: auto;
}
.label2 {
  /* position: absolute; */
  top: -1vh;
  left: 10px;
  text-align: center;
  font-size: 16px;
  color: #d43f3a;
  font-weight: 400;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  cursor: auto;
  text-align: left;
}
.label3 {
	position: absolute;
	left: 0;
	color: #9098a9;
	font-weight: 400;
	transform-origin: 0 0;
	transition: all 0.2s ease;
	cursor: auto;
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin-top: -2vh;
    font-style: italic;
}
.label4 {
	left: 0;
	color: #9098a9;
	font-weight: 400;
	transform-origin: 0 0;
	transition: all 0.2s ease;
	cursor: auto;
	font-size: 16px;
	text-align: justify;
	width: 100%;
	margin: 0vh;
	cursor: pointer;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%; 
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.inp input { 
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 10px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid rgba(41, 63, 61, 0.8);
}
.inp input:not(:placeholder-shown) + span {
  color: #5a667f; 
  transform: translateY(-35px) scale(0.75);
}
.inp input:focus { 
  background: none;
  outline: none;
}
.inp input:focus + span {
  transform: translateY(-35px) scale(0.75);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}

a {
  text-decoration: none;
  color: inherit;
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: #black; }
a:active { color: black; }
a { color: black; }

.cta {
  position: relative;
  margin: auto;
  padding: 11px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  color: black;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  /* background: #00B0F0; */
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.footer {
   position: fixed;
   left: 0; 
   bottom: 0; 
   width: 100%;
   /* background-color: #2A403D; */
   color: white;
   text-align: center;
   font-size: 15px;
   min-height: 30px; 
   padding-top: 3px;
}