@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAisAAAC8AAAAYGNtYXAaVsyIAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zt7QSU4AAAF4AAAAyGhlYWQGWZcXAAACQAAAADZoaGVhB30DxwAAAngAAAAkaG10eA0AAEUAAAKcAAAAGGxvY2EAjABiAAACtAAAAA5tYXhwAAgAHQAAAsQAAAAgbmFtZZlKCfsAAALkAAABhnBvc3QAAwAAAAAEbAAAACAAAwMAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5gH//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAAAgAMAAwAABgAACQEnBwkBJwKA/oCAgAEAAgCAAwD+gICA/wACAIAAAAEAAAABAADEVKGpXw889QALBAAAAAAA0cApjQAAAADRwCmNAAAAAAO7AwAAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA7sAAQAAAAAAAAAAAAAAAAAAAAYEAAAAAAAAAAAAAAACAAAABAAARQMAAAAAAAAAAAoAFAAeAE4AZAAAAAEAAAAGABsAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    height: 100%;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
     color: #fff;
     text-shadow: none;
     background: #444;
}

::-moz-selection {
     color: #fff;
     text-shadow: none;
     background: #444;
}

/* Basics */


p{
    font-size: 14px;
    line-height: 19px;
}

header {
    position: relative;
    margin-bottom: 40px
}

/*************NavBar****************/

.navbar {

  margin-bottom:0;
}

.navbar .container{
    max-width: 970px;
}
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

@media (min-width: 767px) {
    .navbar-nav.nav-justified > li {
        float: none;
    }
    .navbar-nav.nav-justified > li:last-child {
        float: none;
    }
}

.navbar-nav {
    margin: 0;
    font-size: 17px;
    position:relative
}

.navbar-nav .mlogo{
    min-width: 0px;
    display: list-item;
    float: left !important;
    margin-right: 5px;
    border-right: none !important;
    width: 48px;
    position:absolute;
    left:-55px
}

.navbar-nav .mlogo:first-child img{
    height: 47px;
    position: relative;
    top: 1px;
}

.navbar-custom {
    background-color: #1C9AD2; /*#4AB4DF*/
    font-weight: 700;
    text-transform: uppercase;
    border-width: 0;
}

.navbar-custom .navbar-nav>li>a {
    color: #FFF;
    text-transform: none;
    font-weight: normal;
    text-align: left;
}


.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-toggle {
    outline: 0;
}



#mlogo{
    cursor: pointer;
}

#nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    width: 100%;
}
/***********************************/


#login{
    margin-top: 37px
}

#lang *{
    color: #f5f5f5;
    font-size: 13px;
}

#login-button{
    background: #58abd0;
    padding: 7px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-decoration: none;
    color: #f5f5f5;
    box-shadow: 0px 0px 0px 1px #6695B4;
    font-size: 14px;
    font-weight: bold;
}

.separateur{
    margin-top: 3px;
    background: url('../../images/sep.png') repeat-x;
    width: 100%;
    min-width: 976px;
    height:13px
}

#logo{
    /* margin-top:5px; */
}

#container {
    position: absolute;
    width: 840px;
    /*height: 280px;*/
    top: 130px;
    left: 50%;

    margin-left: -420px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    /*-webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;*/
}


#login-container {
    position: absolute;
    width: 340px;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -170px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    /*-webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;*/
}
#container .alert ,#login-container .alert{
     margin: 20px;
}

#login-container form {
    margin-top: 0px;
    float: left;
    width: 100%;
}
form {
    margin: 0 auto;
    margin-top: 70px;
    float: right;
}

label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}


p a:hover {
    color: #555;
}

input {
    font-size: 12px;
    outline: none;
}

input[type=name],
input[type=password], textarea {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}



#lower {
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px;
    box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
    border-radius: 30px;
    border: 1px solid #66add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
    background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
    background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
    background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
    background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}



.error_login{
    background-color: #FFD1D1;
    border-radius: 6px;
    color: #D40000;
    font-size: 14px;
    margin: 1em;
    padding: 10px;
    text-align: center;
}

.connexion-popup{
    width: 310px;
    background: #fff;
    z-index: 999;
    padding: 0;
    text-align: left;
    margin: 0 auto;
}


.connexion-popup h3{
    color: #9bd151;
    font-weight: normal;
    font-size: 18px;
    width:100%;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 40px;
}

.connexion-popup input{
    display: block;
    width: 83%;
    margin: auto;
    height: 34px;
    border: #d9d9d9 1px solid;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
}

#create select,#create input{
    display: block;
    width: 83%;
    margin: auto;
    height: 34px;
    border: #d9d9d9 1px solid;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
}


.connexion-popup input[type="checkbox"]{
    display: inline;
    height: 19px;
    width: 19px;
    margin-left: 14px;
}

.connexion-popup span{
    color: #999;
    font-size: 13px;
    position: relative;
    top: -4px;
    left: 2px;
}

.connexion-popup .orange-button{
    display:block;
    margin: auto;
    float: none;
    text-align: center;
    color: #fff;
    background:#ff901d;
    margin-top: 12px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 1px 1px #d9d9d9;
    border-radius: 5px;
    text-decoration: none;
    width: 83% !important;
    z-index: 999;
    text-align: center;
    padding: 8px;
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 10px;
}

.info_demo .orange-button{
    display:block;
    margin: auto;
    float: none;
    text-align: center;
    color: #fff;
    background:#ff901d;
    margin-top: 12px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 1px 1px #d9d9d9;
    border-radius: 5px;
    text-decoration: none;
    width: 100% !important;
    z-index: 999;
    text-align: center;
    padding: 8px;
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 10px;
}

.connexion-popup .orange-button:hover{
    background:#ff901d;
}

.connexion-popup a.forgot-pass{
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top:11px;
    color: #48C3FC;
    text-decoration: underline;
}
.connexion-popup p{
    font-size: 13px;
    text-align:center;
    font-style: italic;
}

.connexion-popup img#captcha{
    margin-left: 50px;
}
b {
    font-weight: 700
}

small {
    font-size:11px;
}

.info_demo {

    width: 425px;
    border-style: none;
    border-color: transparent;
    background-color: #f5f5f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 14px 14px 43.2383720930232px 22px;
    color:#333;
    margin-left:2em;
    margin-bottom:2em;
    
}

.retour{
    width: 80px !important;
    float: left !important;
    margin-left: 15px !important;
    cursor: pointer
}

.continue{
    width: 100px !important;
    float: right!important;
    margin-right: 12px !important;
    margin-top: 8px !important;
}

.login_success{
    font-size: 14px;
    margin-top: 15px;
    /*width: 100%;*/
    margin-left: 20px;
    margin-right: 20px;
    line-height: 180%;
}

.back{
    cursor:pointer;
    width: 80px !important;
    margin-left:10px !important;
    margin-top:7px !important;
    float:left;
}

.popup-h3{
    color: #9bd151;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

#login-popup a{
    color: #1c9ad2;
    text-decoration:
    underline;
    font-size:13px
}

#login-popup .signup-link{
	color: #888;
	width: 85%;
	text-align: left;
	font-size: 12px;
	margin-top: 24px;
}

#login-popup .signup-link a{
    text-decoration: none;
}

#login-popup .password-forgot{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

/*************** Footer ************/
footer{
    width: 100%;
    background: #333;
}

footer .footer *{
    color: #888;
    font-size: 13px;
}

footer .footer{
    width: 920px;
    padding: 20px 40px;
    background: #333;
    margin: auto;
	padding-bottom: 20px;
}

footer .footer a{
    text-align: center;
    text-decoration: underline;
}

footer .footer .footer-links{
    margin-bottom: 16px;
}

footer .footer #copyrights{
    text-align: center;
}

footer .footer li{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
    list-style-type: none;
}

footer .footer .contact p{
    border-right: 1px solid #888;
}

footer .footer .contact .socials{
    border-right: none;
    width: 31%;
}

footer .footer .fb{
    background: url('../../images/fb.png');
}

footer .footer .gp{
    background: url('../../images/gp.png');
}

footer .footer .yt{
    background: url('../../images/yt.png');
}

footer .footer-links li:hover {
  background-position: 102%;
}

.alert {
  position: relative;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
