@charset "utf-8";
/* CSS Document */
body{ margin:0;background-color: white;font-family: 'Montserrat', sans-serif;color:#000;}
.wrapper {
	width:960px;
	margin:150px auto;
}
.demof {
border: 1px solid #ccc;
margin: 25px 0;
	 -moz-box-shadow: 0px 0px 4px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 4px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 4px 0px #c0c0c0;
	box-shadow: 0px 0px 4px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=4); 
    moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;   
}
.demof ul {
padding: 0;
list-style: none;
}
.demof li {
padding: 20px;
/*border-bottom: 1px dashed #ccc;*/
}
.demof li.odd {
background: #fafafa;
}
.demof li:after {
content: '';
display: block;
clear: both;
}
.demof img {
float: left;
width: 177px;
margin: 5px 15px 0 0;
}
.demof a {
font-family: Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #06f;
}
.demof p {
margin: 15px 0 0;
font-size: 14px;
}


    
    
ul {
	padding: 0px;
	 /*margin: 0px; */
	list-style: none;
}

  
    
    
 
.menu {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	z-index: 999;
	position: relative;
	display: block;
	list-style-type: none;
	font-weight: bold;
}
/*.languede .menu li.item3 {font-size:11px;	}*/ 
.menu li {
float:left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 13px;
	padding-left: 30px;
    text-align:center;
    position:relative;
}
.menu .active a {color:#000;}
.menu li:hover a {color:#00abff;}
 
.menu a {
color:#76664F;	
text-decoration:none;
width:100%;
height:100%;
}

.menu ul a:hover, .menu #current ul a:hover {color:#f3f3f3;}
.menu li.item9 li a:hover, .menu li.item7 li a:hover {color:#00abff;}
.menu #current a {color:#fff;}
.menu #current.item1 {background-color: #1d23bc;}
.menu #current.item2 {background-color:#1d23bc;}
.menu #current.item3 {background-color:#7453fd;}
.menu #current.item4 {background-color:#d66258;}
.menu #current.item5 {background-color:#f08630;}
.menu #current.item0 {background-color:#f3f3f3;}


}
 
    
    
    
.row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.colm-logo {
    flex: 0 0 50%;
    text-align: center;
}

.colm-form {
    flex: 0 0 100%;
    text-align: center;
}

.colm-logo img {
    max-width: 400px; 
}

.colm-logo h2 {
    font: 26px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 32px;
}

.colm-form .form-container {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    /*max-width: 400px;*/
}

.colm-form .form-container input, .colm-form .form-container .btn-login {
    width: 100%;
    margin: 5px 0;
    height: 45px;
    vertical-align: middle;
    font-size: 16px;
}

.colm-form .form-container input {
    border: 1px solid #dddfe2;
    color: #1d2129;
    padding: 0 8px;
    outline: none;
}

.colm-form .form-container input:focus {
    border-color: #1877f2;
    box-shadow: 0 0 0 2px #e7f3ff;
}

.colm-form .form-container .btn-login {
    background-color: #00a9ff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 0 16px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.colm-form .form-container a {
    display: block;
    color: #00a9ff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadde1;
}

.colm-form .form-container a:hover {
    text-decoration: underline;
}

.colm-form .form-container .btn-new {
    background-color: #42b72a;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 48px;
    padding: 0 16px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px; 
}

.colm-form p {
    font-size: 14px;
}

.colm-form p a {
    text-decoration: none;
    color: #1c1e21;
    font-weight: 600;
}

.colm-form p a:hover {
    text-decoration: underline;
}
 
 
 
h4 {
  color: #eee;
}
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
    margin-bottom: 15px;
}
input:focus {
  outline: 0;
  border-color: #fefefe;
}
input:focus + .input-icon i {
  color: #000;
}
input:focus + .input-icon:after {
  border-right-color: #eee;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: left;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #eee;
  color: #000;
  border-color: #eee;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #000;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #eee;
  color: #000;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
    
  
     .valide{width: 150px;}   

.vava {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background-color:#00a6fe;
	border-radius:3px;
	border:1px solid #00a6fe;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	padding:14px 31px;
	text-decoration:none;
	text-shadow:0px 1px 10px #263666;
}
.vava:hover {
	background-color:#0688fa;
}
.vava:active {
	position:relative;
	top:1px;
}