

/*ol,ul{ padding-left: 0; list-style:none }*/

/* Hack sur les formulaires */
textarea, input { outline: none; } /* Suppr. du glow sur Safari / Chrome */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* Suppr. de la bordure ajoutée par Firefox */





/*-------------
 *   Layout 
 *-------------*/

body {
    background: #fcfcfc;
    color: #444;
    font-size: 16px;
    margin: 0;
}
body.has-fixed-top-navbar {
    padding-top: 50px; /* .top-navbar height */
}
    #page {
        
    }

header {
    background: #f5f5f5;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);        
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    height: 40px;
}
    header .wrap {
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        width: 780px;
    }

.site-footer {
    padding: 60px 0;
    background: #124D64;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 100%;
}
    .site-footer h6 {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .site-footer a {
        color: #fff;
    }
    .site-footer a:hover {
        color: #eee;
    }
    .site-footer .credits {
        opacity: 0.5;
    }
    .site-footer .fa-inverse {
        color: #124D64;
    }
    
.page-login .site-footer,
.page-signup .site-footer 
{
    display: none;
}

/* Responsive sticky footer, cf https://galengidman.com/2014/03/25/responsive-flexible-height-sticky-footers-in-css/ */
html,
body { height: 100%; }
body {
    display: table;
    width: 100%;
}
.page-row {
  display: table-row;
  height: 1px;
}
.page-row-expanded { height: 100%; }


/*-------------
 *   Général 
 *-------------*/

.clear {
    clear: both;
}

a {
    /*color: #027f8d;*/
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}


img {
    border: 0;
}

.hide {
    display: none;
}

.truncate { /* cf https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/ */
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-----------------
 *  Contenu Header 
 *-----------------*/

#auth {
    float: right;
    font-size: 12px;
    line-height: 40px;
    overflow: hidden;
}
    #auth ul li {
        padding: 0 10px;
        float: right;
    }
    #auth ul li:last-child {
        padding-right: 0;
    }
        #auth .account a {
            color: #444;
            font-weight: bold;
        }
        #auth .account img {
            -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
            height: 24px;
            vertical-align: middle;
            width: 24px;
        }
    #auth .logout {
        color: #aaa;
        font-size: 0.95em;
    }


/*
 * Menu principal (compte)
 */
#main-menu {
    float: right;
    margin-top: 7px;
}
    #main-menu > li {
        display: block;
        float: left;
        margin-left: 15px; 
    }
        #main-menu > li > a {
            color: #fff;
        }
        #main-menu > li > a:hover {
            text-decoration: none;
        }
        
        #main-menu > li > a.settings {
            
        }
            #main-menu > li > a.settings img {
                border: 1px solid rgba(255, 255, 255, 0.75);
                -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
                display: inline-block;
                height: 24px;
                margin-right: 5px;
                margin-top: -1px;
                vertical-align: top;
                width: 24px;
            }
            #main-menu > li > a.settings span {
                display: inline-block;
                font-size: 13px;
                font-weight: bold;
                height: 24px;
                line-height: 22px;
                text-shadow: 0 0 1em rgba(255, 255, 255, 0.5);
            }
            #main-menu > li > a.settings:hover span {
                 text-shadow: 0 0 1em rgba(255, 255, 255, 1);
            }
            #main-menu > li > a.settings .caret {
                border-top-color: #fff;
                margin-left: 4px;
                margin-top: 10px;
            }
        
        #main-menu > li > a.deactivated, #main-menu > li > a.deactivated:hover  {
            cursor: default;
            color: #aaa;
        }
        #main-menu > li > a.glyph {
            font-size: 19px;
            margin-top: -6px;
        }
        #main-menu > li > a.new-search-user, #main-menu > li > a.compose-tweet {
            margin-right: 30px;
        }    
    

/*-------------
 *   Contenu 
 *-------------*/

form .time-period .popover {
    /*margin-left: -40px !important;*/
}
    form .time-period .popover-content {
        font-size: 13px;
        line-height: 1.5em;
        max-height: 10em;
        overflow-y: scroll;
        padding: 0;
    }
        form .time-period .popover-content a {
            color: #888;
            padding: 0.25em 0.75em;
        }
        form .time-period .popover-content a:hover {
            background: #0F69A0;
            color: #fff;
            text-decoration: none;
        }


/* General UI */
.alert {
    /*margin: 0px;
    border: 0;
    border-radius: 0;*/
}




/*
 * #popupImage
 */

#popupImage {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10010;
}
#popupImage .bg {
    /*background: rgba(0, 0, 0, 0.8);*/
    background: #000;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10006;
    cursor: pointer;
}
    #popupImage img {
        left: 50%;
        position: fixed;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); /* cf https://css-tricks.com/quick-css-trick-how-to-center-an-object-exactly-in-the-center/ */
        z-index: 10010;
    }

.btn-close {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 0.65em;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    z-index: 10011;
}
.btn-close:hover {
    border-color: #ddd;
    color: #ddd;
    text-decoration: none;
}



/* ------------------------------------------------
 *         Ajouts / corrections Bootstrap
 * ------------------------------------------------*/

@media (min-width: 1200px) {
    .container {
        /*width: 970px;*/ /* same value as for @media (min-width: 992px) */
    }
}

.btn {
    /*border-radius: 0;*/
    text-shadow: none;
}

.btn-primary {
    background-color: #027f8d;
    border-color: #027f8d;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #06797B;
    border-color: #034B4C;
    color: #fff;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #296F70;
    border-color: #296F70;
}

.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-primary {
    color: #027f8d;
}
.text-yellow {
    color: #ffd633;
}
.text-light-green {
    color: #77CCA4;
}
.label-primary {
    background-color: #025D8C;
    color: #fff;
    font-weight: normal;
}
a:hover .label-primary {
    background-color: #014365;
}
.modal {
    z-index: 10001;
}
.modal-title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.jumbotron .h1, .jumbotron h1,
.panel-title {
    font-weight: 500;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
.pagination > li > a, .pagination > li > span {
    /*color: #1f7cae;*/
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #fff;
    border-color: #ddd;
    border-left: 3px solid #025D8C;
    color: #025D8C;
    padding-left: 13px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #027f8d;
    outline: 0;
}

.panel-default {
    border-color: hsl(195, 15%, 84%);
}
    .panel-default>.panel-heading {
        background-color: hsl(195, 15%, 95%);
        border-color: hsl(195, 15%, 84%);
    }
    .panel-title {
        color: hsl(195, 15%, 40%);
    }

.media {
    margin-top: 0;
}

/*
 * Extending Bootstrap
 */
.btn-yellow {
    background: #ffd633;
    border-color: #ffd633;
    color: #473900;
}
.btn-yellow.active, .btn-yellow.focus, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover, .open > .dropdown-toggle.btn-yellow {
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.btn-ghost-white {
    background: none;
    border-color: #fff;
    color: #fff;   
}
.btn-ghost-white.active, .btn-ghost-white.focus, .btn-ghost-white:active, .btn-ghost-white:focus, .btn-ghost-white:hover, .open > .dropdown-toggle.btn-ghost-white {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}
.btn-ghost-primary {
    background: none;
    border-color: #027f8d;
    color: #027f8d;
}
.btn-ghost-primary.active, .btn-ghost-primary.focus, .btn-ghost-primary:active, .btn-ghost-primary:focus, .btn-ghost-primary:hover, .open > .dropdown-toggle.btn-ghost-primary {
    background-color: #027f8d;
    border-color: #027f8d;
    color: #fff;
}

.fa.fa-2x5 {
    font-size: 2.5em;
}

div.bootstrap-tagsinput {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 10px 0;
    width: 100%;
}
    div.bootstrap-tagsinput .tag, .list-tags .tag {
        font-size: 14px;
        line-height: 2em;
    }
    div.bootstrap-tagsinput input {
        display: none;
    }
    
.twitter-typeahead {
    width: 100%;
}

.form-control[disabled].copy, .form-control[readonly].copy, fieldset[disabled] .form-control.copy:hover {
    cursor: default;
}

/* File input (http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/) */
.btn-file {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-collapse-hide[aria-expanded="true"] {
    display: none;
}

/* Add dropdown submenu to Bootstrap: https://www.bootply.com/6Rxq5saIeX ()modifié) */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;right:100%;max-width:180px;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0;border-right-color:#999;margin-top:5px;margin-right:10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;}
.dropdown-menu-right {margin-left:0;}

/* ------------------------------------------------
 *         Fin des ajouts / corrections Bootstrap
 * ------------------------------------------------*/

.bg-primary {
    background-color: #027f8d;
}
.jumbotron.bg-primary {
    color: #fff;
}
.bg-secondary {
    background-color: #124D64;
    color: #fff;
}
.bg-white {
    background: #fff !important;
}
.bg-pure-white {
    background: #fff;
}
.bg-grey {
    background: #f3f5f6; /* hsl(195, 14%, 96%) */
}
.bg-hero {
    background:#025D8C;
    background:linear-gradient(140deg,#025D8C, #027f8d);
    color: #fff;
}
.bg-yellow {
    background: #ffd633;
    color: #473900;
}

section {
    padding: 40px 0;
}

.prominent { /* for titles */
    margin-bottom: 20px;
    margin-top: 20px;
}
.prominent-lg {
    margin-bottom: 40px;
    margin-top: 40px;
}

.text-normal {
    font-weight: normal;
}
.text-default {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}
.text-break {
    word-wrap: break-word;
}

.title-h1 {
    color: #333;
    font-weight: 500;
    font-size: 24px;
}
.title-news {
    font-family: "Crete Round", serif;
}
.title-strong {
    font-weight: 500;
    color: #666;
}
.title-underlined:after, .title-underlined-left:after, .title-underlined-right:after {
    content: '';
    border-bottom: 2px solid #77CCA4;
    margin: 20px auto 0;
    width: 30px;
    display: block;
}
.title-underlined-left:after {
    margin-left: 0;
}
.title-underlined-right:after {
    margin-right: 0;
}
.thin {
    font-weight: 300;
}
.discreet {
    color: #888;
}
a.discreet:hover {
    color: #444;
}
.remove-html-spaces {
    font-size: 0;
}
hr {
    border-color: hsl(195, 15%, 84%);
}
.img-fullwidth {
    width: 100%;
    height: auto;
}
.widget-preview {
    border: 1px solid #ddd;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

/* Spacing */
.m-0 {
    margin: 0 !important;
}
.margin-t-0, .mt-0 {
    margin-top: 0 !important;
}
.margin-t-1, .mt-1 {
    margin-top: 15px !important;
}
.margin-t-2, .mt-2 {
    margin-top: 30px !important;
}
.margin-t-3, .mt-3 {
    margin-top: 45px !important;
}
.margin-t-4, .mt-4 {
    margin-top: 60px !important;
}
.margin-t-5, .mt-5 {
    margin-top: 75px !important;
}
.margin-t-6, .mt-6 {
    margin-top: 90px !important;
}
.margin-l-0, .ml-0 {
    margin-left: 0 !important;
}
.margin-l-1, .ml-1 {
    margin-left: 15px !important;
}
.margin-b-0, .mb-0 {
    margin-bottom: 0 !important;
}
.margin-b-1, .mb-1 {
    margin-bottom: 15px !important;
}
.margin-b-2, .mb-2 {
    margin-bottom: 30px !important;
}
.margin-r-0, .mr-0 {
    margin-right: 0 !important;
}
.margin-r-1, .mr-1 {
    margin-right: 15px !important;
}
.margin-r-2, .mr-2 {
    margin-right: 30px !important;
}
.padding-0, .p-0 {
    padding: 0 !important;
}
.padding-t-0, .pt-0 {
    padding-top: 0 !important;
}
.padding-t-1, .pt-1 {
    padding-top: 15px !important;
}
.padding-l-0, .pl-0 {
    padding-left: 0 !important;
}
.padding-l-1, .pl-1 {
    padding-left: 15px !important;
}
.padding-b-0, .pb-0 {
    padding-bottom: 0 !important;
}
.padding-b-1, .pb-1 {
    padding-bottom: 15px !important;
}

.push-top {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}

/* Borders */
.border-t-1 {
    border-top: 1px solid #ccc;
}
.border-b-1 {
    border-bottom: 1px solid #ccc;
}

/* Tabs */
.tabs-white {
    border-bottom: 0;
}
    .tabs-white a {
        border-bottom: 0 !important;
        color: #fff;
    }
    .tabs-white .active a {
        background: #fff !important;
        color: #333 !important;
    }
    
/* Lists */

ul.list-enum {
    display: inline;
    list-style: none;
    padding-left: 0;
}
    ul.list-enum > li {
        display: inline;
    }
    ul.list-enum > li:after {
        content: ", ";
    }
    ul.list-enum > li {
        display: inline;
    }
    ul.list-enum > li:last-child:after {
        content: "";
    }
    
ul.list-2cols {
    font-size: 0;
}
ul.list-2cols > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px; /* should be default font-size */
}

/**********
 * Divers *
 **********/

/* Google AdWords Retargeting iframe (cf http://stackoverflow.com/a/18588271 ) */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/*
 * jQuery UI Datepicker 1.8.21 (http://docs.jquery.com/UI/Datepicker#theming)
 */
.ui-datepicker { 
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 6px;
}
.ui-datepicker .ui-datepicker-header { 
    position:relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { 
    color: #aaa;
    cursor: pointer;
    font-size: 11px;
    position:absolute; 
    top: 50%;
    width: 1.8em;    
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { 
    /*top: 1px;*/ 
    color: #888;
    text-decoration: underline;
}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 11px;
}
.ui-datepicker th {
    border: 0;
    padding: 5px 0;
    text-align: center;
}
.ui-datepicker td { /*border: 0; padding: 1px;*/ 
    background: #fcfcfc;
    border: 1px solid #eee;
    text-align: center;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.ui-datepicker td span, .ui-datepicker td a {
    color: #555;
    display: block;
}
td.ui-datepicker-unselectable {
    /*background: none;*/
    background: #f5f5f5;
}
.ui-datepicker td a:hover {
    background: #eee;
    text-decoration: none;   
}
.ui-datepicker-today span, .ui-datepicker-today a {
    color: #1c88cc;
    font-weight: bold;
}
.ui-datepicker-current-day a, .ui-datepicker-current-day a:hover {
    background: #1c88cc !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


/* intlTelInput.js plugin */
.iti-flag { background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png") !important; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag { background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png") !important; }
}
.intl-tel-input {
    display: block !important;
}

/* reCAPTCHA */
.g-recaptcha {
    display: inline-block;
}