/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *







 */



body { padding-top: 70px; }

body{
    background: url('backgrounds/background-1.png') center repeat;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
}

.no-bottom{
    margin-bottom: 0 !important;
}

.outils{
    width: 235px;
    margin: auto;
    padding: 26px 30px 9px 30px;
    background: #27b5bf;
    color: #fff;
    margin-bottom: 10%;
}
.outils a{
    color: #fff;
    cursor: pointer;
}

.goch{
    background: url("image-4.jpg");
    background-size: cover;
    height: 100%;
}
html,
body {
    height: 100%;
}


.logo_home_header{
    float: left;
    width: 60px;
    height: 60px;
    margin-left: -77px;
    margin-top: -17px;
    background: #25cbdc;
}
.pagination > .active > a{
    background-color: #25cbdc !important;
    border-color: #25cbdc !important;
    color: #fff !important;
}
.pagination > li > a{
    color: #25cbdc !important;
}

a.drawer-brand{
    visibility: hidden;
}

.drawer-menu li.drawer-menu-item-li{
    float: left;
    width: 111px;
    height: 124px;
    margin-left: 35px;
}
.drawer-menu-item-li a{
    padding: 62px 0px 62px 0px;
}

.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 3rem !important;
    padding: 0;
    padding-top: 17px !important;
    padding-right: 1.75rem !important;
    padding-bottom: 0 !important;
    padding-left: 77px !important;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px !important;
    border-bottom: 1px solid #eee;
}
.page-header p{
    color: #4e1f16;
}
.page-header h1{
    color: #4e1f16;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}
.globe{
    background-color: #fff;
    padding-bottom: 5%;
    padding-top: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
}
.outils{
    height: 197px;
}
.outils a:hover{
    color: #4e1f16;
    transition: all 0.5s ease;
    text-decoration: none;
}
.outils p:first-child{
    margin-bottom: 25px;
}
.visu{
    width: 300px;
    height: 200px;
    text-align: center;
    overflow: hidden;
}
.visu img{
    width: 250px;
    margin: 0 auto;
}
.fichi{
    width: 300px;
    text-align: center;
    min-height: 250px;
}
.navbar-default .navbar-nav > li > a{
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #25cbdc !important;
    transition: all 0.5s ease;
}
.navbar-default .navbar-nav > .open > a{
    background-color: transparent !important;
    color: #25cbdc !important;
}
.breadcrumb{
    margin-top: -19px;
    border-radius: 0 !important;
}
.blue{
    background-color: #1acfcf;
}

.sweet-alert button {
    background-color: #1acfcf !important;
}
.sweet-alert button:hover {
    background-color: #1a9292 !important;
}

.horsdevu{
    display: none;
}
.headcol {
    position:absolute;
    width: 94px;
    top:auto;
    border-right: 0 none black;
    border-top-width:3px; /*only relevant for first row*/
    background-color: #fff;
}
.label-primary {
    background-color: #1acfcf !important;
}

.visu i{
    margin-top: 24%;
}
