.webentourage {
    width: 100%;
}

/*----------------------------------- FONTS -----------------------------------*/
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway-ExtraLight.ttf');
}

@font-face {
    font-family: 'quark';
    src: url('../fonts/quark-bold-webfont.woff');
}

@font-face {
    font-family: 'quark-light';
    src: url('../fonts/quark-light-webfont.woff');
}

/*----------------------------------- MENU -----------------------------------*/
#container-image, .container {
    font-family: glyphicons-halflings 13px;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*.marginBottom-0 {margin-bottom:0;}*/

/*.dropdown-submenu{position:relative;}*/
/*.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}*/
/*.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}*/
/*.dropdown-submenu:hover>a:after{border-left-color:#555;}*/
/*.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}*/

ul.dropdown-menu.menu_level_2 li {
    clear: both;
}

/*----------------------------------- CONTENU DES PAGES -----------------------------------*/
p {
    text-align: justify;
    text-justify: inter-word; /*For IE*/
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

/*.transbox.col-sm-12.col-centered{*/
/*text-align: center;*/
/*}*/
/*.container{*/
/*width: 100%;*/
/*}*/

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

[hidden] {
    display: none !important;
}

.center-block {
    text-align: center;
}

#contentError {
    margin: 2%;
    background-image: url('../images/broken.png');
    background-repeat: no-repeat;

}

.images img {
    max-width: 250px;
}

.images img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#titleImgListe {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

#titleImg {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
}

.carousel-caption #titleImg {
    background-color: RGBA(0, 0, 0, 0.65);
    border: 1px solid black;
}

.myCarousel {
    /*min-height: 250px;*/
    max-height: 500px;
    background: none;
}

.item img {
    max-height: 500px;
}

/*------------------------ MEDIA QUERIES ------------------------*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
    .myCarousel h3 {
        font-size: 15px;
    }
}

/* Smartphones and Tablets < 1024px ----------- */
@media screen and (max-width: 767px) {
    .navbar-nav > li {
        float: none;
        display: block;
    }
}

div#login {
    background-color: #FFF;
    border: 1px;
}

/******DAVID : login *********/
/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.passwd{
    height: 339px;
    margin-right: 134px;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}


.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

#userIcon {
    cursor: pointer;
}
