@font-face{
    font-family: 'Din';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/din.otf') format('opentype');
}
@font-face{
    font-family: 'FuturaDem';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Futura-Dem.otf') format('opentype');
}
@media (max-width: 767px){
    #act_comment_add_question textarea{
        border-radius: 15px 15px 15px 15px;
        height: 40px;
        width: 100%;
        font-size: 14px;
    }
    #act_comment_add_question span{
        border-radius: 15px 15px 15px 15px;
        padding: 10px;
        margin-left: 0px;
    }
    #act_comment_add_question span a{
        font-size: 13px;
    }
    .first-star-new-comment{
        margin-left: 0px !important;
    }
}
@media (min-width: 768px){
    #act_comment_add_question textarea{
        border-radius: 25px 0 0 25px;
        height: 70px;
        width: 76%;
        font-size: 17px;
    }
    #act_comment_add_question span{
        border-radius: 0 25px 25px 0;
        padding: 27px;
        margin-left: -5px;
    }
    #act_comment_add_question span a{
        font-size: 18px;
    }
}
#act-beta-comment-add-btn{
    display: inline-block;
    margin: 20px 0 5px 0;
    padding: 10px;
}
#act_comment_add_question textarea{
    border-color: transparent;
    background-color: #dcf2f6;
    font-family: Din;
    font-weight: 100;
    min-height: 52px;
    resize: vertical;
}
#act_comment_add_question span{
    border-color: transparent;
    background-color: #9ec35b;
}
#act_comment_add_question span a{
    color: white;
}
#answer_ids label{
    float: left;
    margin: 2px 0 10px 0;
    width: 92%;
}
#case-list{
    margin-left: 25px;
}
#comment-module-answer-number{
    color: #72d0dd !important;
    font-size: 12px;
    font-family: FuturaDem;
    line-height: 22px
}
#comment-module-answer-number a:focus{
    color: #72d0dd !important;
    text-decoration: none;
}
#comment-module-answer-number a:hover{
    text-decoration: none;
}
#comment-module-answer-number span{
    background-color: #72d0dd;
    border-radius: 75px; 
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 3px;
}
#content{
    margin-bottom: 200px;
}
#environment-infos{
    background-color: #d4ffaa;
    color: #007f00;
    font-size: 12px;
    margin: 0 5px;
    padding: 10px;
    width: 400px;
}
#env-recette #page-bg{
    background: url('../images/bg_recette.png') repeat;
}
#lightbox-loader{
    background: #000;
    display: none;
    filter: alpha(opacity=75);
    height: 100%;
    khtml-opacity: 0.75;
    left: 0;
    moz-opacity: 0.75;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#lightbox-loader div{
    color: #FFF;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 500px;
    z-index: 1001;
}
#modal-card-intro-text{
    color: #61CAD9 !important;
}
#page{
    padding-top: 28px;
}
#page.container{
    max-width: 950px;
}
#page-bg{
    background: #fff;
    margin: auto;
    padding-bottom: 100px;
}
#page-bg-repeat{
    background: none;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
}
#partners{
    border: 1px solid #E6E6E6;
    margin: 47px 0 0 0;
    padding: 18px 18px 0 18px;
    text-align: center;
}
#toolbar .navbar-text{
    margin-bottom: 0;
    margin-top: 8px;
}
.act-comment-submit{
    font-family: FuturaDem;
    text-transform: uppercase;
}
.alert{
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.bg-black{
    background-color: #101010!important;
}
.bg-dark-grey{
    background-color: #292929;
}
.bg-default{
    background-color: #61CAD9!important;
}
.bg-green{
    background-color: #dff0d8!important;
}
.bg-light-grey{
    background-color: #E8E8E8;
}
.bg-primary{
    background-color: #ee8310!important;
}
.bg-verylightgrey{
    background-color: #fafafa;
}
.bg-white{
    background-color: #FFF;
}
.big{
    font-size: 16px!important;
}
.black{
    color: #000!important;
}
.block{
    background: #FFF url('../images/block_arrow.png') no-repeat 25px 25px;
    border: 1px solid #DDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 20px 0 0 0;
    min-height: 80px;
    moz-border-radius-topleft: 5px;
    moz-border-radius-topright: 5px;
    padding: 25px 15px 18px 60px;
    webkit-border-top-left-radius: 5px;
    webkit-border-top-right-radius: 5px;
}
.block .with-tab{
    margin-right: 100px;
}
.block ul{
    list-style-type: disc;
    margin: 8px 0 0 16px;
}
.block-bg{
    background-color: #FFF;
    padding: 10px;
}
.block-bg-grey{
    background-color: #EEE;
    padding: 10px;
}
.block-bg-lightgrey{
    background-color: #F8F8F8;
    padding: 10px;
}
.block-bg-white{
    background-color: #FFF;
    padding: 10px;
}
.block-bottom{
    background: #EEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
    padding: 15px 45px 15px;
    webkit-border-bottom-left-radius: 5px;
    webkit-border-bottom-right-radius: 5px;
}
.block-bottom.block-bottom-with-footer{
    margin: 0;
}
.block-div{
    background: #EEE;
    z-index: 0;
}
.block-footer{
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 7px 10px;
}
.block-with-infotip{
    border-radius: 5px;
    margin: 20px 0 0 0;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}
.block-with-infotip .block{
    margin: 0;
}
.block-with-infotip .block-bottom{
    padding: 15px 15px 15px 25px;
}
.block-with-infotip .subtitle{
    padding-right: 15px;
}
.block-with-infotip h2{
    padding-right: 15px;
}
.bold{
    font-weight: bold;
}
.border-green{
    border: 1px solid #73b352;
}
.border-grey{
    border: 1px solid #B3B3B3;
}
.border-lightgrey{
    border: 1px solid #E8E8E8;
}
.border-orange{
    border: 1px solid #ee8310;
}
.blue {
    color:#5bc0de;
}
.btn{
    display: inline-block;
    white-space: normal;
}
.btn-default{
    background-color: #61CAD9;
    border: 1px solid #61CAD9;
    color: #FFF;
}
.btn-default:hover,
.btn-default:focus{
    background-color: #57B5C3;
    border: 1px solid #57B5C3;
    color: #FFF;
}
.btn-grey{
    background-color: #737373;
    border: 1px solid #737373;
    color: #FFF;
}
.btn-grey:hover{
    background-color: #5C5C5C;
    border: 1px solid #5C5C5C;
    color: #FFF;
}
.btn-info-custom{
    padding: 1px 6px !important;
    text-shadow: none !important;
}
.clear{
    clear: both;
}
.clickable{
    cursor: pointer;
}
.color-default{
    color: #61CAD9!important;
}
.color-primary{
    color: #ee8310!important;
}
.custom-intro-js{
    font-size: 15px;
}
.custom-intro-js i {
    font-size: 23px;
}
.custom-intro-js a {
    border: none;
    text-shadow: none;
    background-color: white;
    background-image: none;
}
.custom-intro-js .introjs-button {
    color: #61CAD9;
}
.custom-intro-js .introjs-button i:hover {
    border-radius: 10px;
    box-shadow: 0px 3px 6px #888888;
}
.custom-intro-js .introjs-disabled,
.custom-intro-js .introjs-disabled:hover{
/*    color: #9a9a9a !important;*/
    display: none;
}
.custom-intro-js .introjs-tooltipbuttons .introjs-skipbutton{
    visibility: hidden;
    display: none;
    color: #000;
}
.custom-intro-js .introjs-tooltipbuttons .introjs-skipbutton:focus{
    outline: 0;
}
.introjs-helperNumberLayer{
    background: #b94a48 !important;
    text-shadow: none;
    font-size: 15px;
    text-shadow: none;
}
.dashboard-post-sortable{
        cursor: move;
}
.dark-grey{
    color: #808080!important;
}
.dark-red{
    color: #d43f3a!important;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color: #5cb85c;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    background-color: #5cb85c;
}
.dropdown-menu-max-height{
    max-height: 300px;
    overflow-y: auto;
}
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu.pull-left{
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
    moz-border-radius: 6px 0 6px 6px;
    webkit-border-radius: 6px 0 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}
.dropdown-submenu:hover>a:after{
    border-left-color: #ffffff;
}
.dropdown-submenu>.dropdown-menu{
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    min-width: 300px;
    moz-border-radius: 0 6px 6px 6px;
    top: 0;
    webkit-border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after{
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.errorMessage{
    color: red;
}
.form-control{
    font-size: 12px;
}
.form-control:focus{
    border-color: #57B5C3;
    box-shadow: none;
    webkit-box-shadow: none;
}
.form-group{
    margin-bottom: 8px;
}
.form-horizontal .control-label{
    text-align: left;
}
.full-width{
    width: 100%;
}
.green{
    color: #4ca559!important;
}
.grey{
    color: #B3B3B3!important;
}
.hidden-lg-inline{
    display: inline !important;
}
.hidden-sm-inline{
    display: inline !important;
}
.hidden-xs-inline{
    display: inline !important;
}
.important#environment-infos{
    background-color: #ffbdaa;
    color: #FF0000;
}
.infotip{
    background: #F5F5F5;
    border: 1px solid #DDD;
    color: #777;
    font-style: italic;
    margin: 30px auto 0 auto;
    padding: 20px;
    width: 80%;
}
.infotip h3{
    color: #61CAD9;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.infotip img{
    height: auto!important;
    width: 100%!important;
}
.infotip ul{
    list-style-type: disc;
    padding: 0 0 0 40px;
}
.infotip-arrow{
    background: #F5F5F5;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    height: 35px;
    margin: -17px 0 0 20%;
    moz-transform: rotate(45deg);
    o-transform: rotate(45deg);
    position: absolute;
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
    width: 35px;
}
.initialcase{
    text-transform: initial;
}
.intro{
    margin-bottom: 25px;
    margin-top: 28px;
}
.italic{
    font-style: italic;
}
.label{
    font-size: 11px;
}
.label-like{
    color: #72d0dd !important;
}
.label-unlike{
    color: #dcf2f6 !important;
}
.label-set-like{
    float: right;
    font-size: 22px;
}
.label-set-like span{
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background-color: #9ec35b;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-left: 15px;
    margin-top: -6px;
}
.label-primary{
    background-color: #ee8310!important;
}
.light-grey{
    color: #E8E8E8!important;
}
.lowercase{
    text-transform: lowercase;
}
.margin0{
    margin: 0!important;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-custom{
    border-top: none;
    border-bottom: none;
}
.modal-header h3{
    font-size: 19px;
}
.navbar-brand{
    padding: 15px 15px 0 15px;
}
.navbar-form{
    margin: 0;
}
.navbar-inverse .dropdown-menu{
}
.navbar-nav #change-collectivity{
    margin: 10px 0 0 0;
}
.navbar-right .dropdown-submenu>.dropdown-menu{
    left: inherit;
    right: 100%;
}
.none{
    display: none;
}
.orange{
    color: #ee8310!important;
}
.padding0{
    padding: 0!important;
}
.paddingtop10{
    padding-top: 10px;
}
.partners-title{
    border-bottom: 1px solid #E6E6E6;
    display: block;
    padding: 0 0 8px 0;
}
.red{
    color: #FF0000!important;
}
.relative{
    position: relative;
}
.size13{
    font-size: 13px!important;
}
.size14{
    font-size: 14px!important;
}
.size16{
    font-size: 16px!important;
}
.size18{
    font-size: 18px!important;
}
.size20{
    font-size: 25px!important;
}
.size25{
    font-size: 25px!important;
}
.size30{
    font-size: 30px!important;
}
.size40{
    font-size: 40px!important;
}
.size50{
    font-size: 50px!important;
}
.size60{
    font-size: 60px!important;
}
.size80{
    font-size: 80px!important;
}
.small{
    font-size: 11px!important;
}
.star-new-comment{
    float: left;
    margin-left: -25px;
}
.subtitle{
    color: #6A6A6A;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}
.table-vertical-align thead>tr>td,
.table-vertical-align thead>tr>th,
.table-vertical-align tbody>tr>td{
    vertical-align: middle;
}
.text-center {
    text-align: center;
}
.thin{
    font-weight: normal;
}
.underline{
    text-decoration: underline;
}
.uppercase{
    text-transform: uppercase;
}
.verysmall{
    font-size: 10px!important;
}
.white{
    color: #FFF;
}
.window.window-left.window-invert ul.nav.nav-stacked li>a:hover,
.window.window-right.window-invert ul.nav.nav-stacked li>a:hover{
    background-color: #777;
}
.window.window-left.window-invert ul.nav.nav-stacked.nav-striped>li:not(.li-footer):nth-child(2n)>a:hover,
.window.window-right.window-invert ul.nav.nav-stacked.nav-striped>li:not(.li-footer):nth-child(2n)>a:hover{
    background-color: #777;
}
.yamm .yamm-content{
    background-color: #FFF;
    font-size: 13px;
    padding: 0 20px 20px 20px;
}
.yamm .yamm-content .mega-menu-header{
    color: #ee8310;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.yamm .yamm-content .mega-menu-list{
    line-height: 22px;
    margin: 0;
    max-width: 325px;
    min-width: 265px;
    padding: 0 15px 0 0;
}
.yamm .yamm-content a:hover{
    text-decoration: underline;
}
.yamm .yamm-content,
.yamm .yamm-content a{
    color: #444;
}
.yellow{
    color: #FFC414!important;
}
.z-index0{
    z-index: 0!important;
}
.z-index-20{
    z-index: -20!important;
}
@font-face{
    font-family: 'AleoRegular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Aleo-Regular.otf') format('truetype');
}
@media (max-width: 1199px){
    .yamm .dropdown .dropdown-menu
    {
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px){
    .hidden-xs-inline
    {
        display: none !important;
    }
}
@media (max-width: 768px){
    #page-bg
    {
        padding-bottom: 20px;
    }
    html,
     body,
     #page-bg-repeat,
     #page-bg
    {
        background: #FFF;
        webkit-overflow-scrolling: touch;
    }
}
@media (min-width: 1199px){
    .hidden-lg-inline
    {
        display: none !important;
    }
}
@media (min-width: 768px){
    .block-bottom.picto-economie
    {
        background: url('../images/pictos/geste_economie.png') no-repeat right bottom;
        background-color: #EEE;
    }
    .block-bottom.picto-environnement
    {
        background: url('../images/pictos/geste_environnement.png') no-repeat right bottom;
        background-color: #EEE;
    }
    .block-bottom.picto-temps
    {
        background: url('../images/pictos/geste_temps.png') no-repeat right bottom;
        background-color: #EEE;
    }
    .block-with-infotip
    {
        display: table;
        width: 100%;
    }
    .block-with-infotip .block
    {
        border-right: none;
        border-top-right-radius: 0px;
        margin: 0;
        moz-border-radius-topright: 0px;
        webkit-border-top-right-radius: 0px;
    }
    .block-with-infotip > .col-sm-4
    {
        background: #F5F5F5;
        border-top-right-radius: 5px;
        display: table-cell;
        float: none;
        moz-border-radius-topright: 5px;
        vertical-align: top;
        webkit-border-top-right-radius: 5px;
    }
    .block-with-infotip > .col-sm-8
    {
        background: #EEE;
        border-right: 1px solid #DDD;
        border-top-left-radius: 5px;
        display: table-cell;
        float: none;
        moz-border-radius-topleft: 5px;
        vertical-align: top;
        webkit-border-top-left-radius: 5px;
    }
    .infotip
    {
        border: none;
        border-top-right-radius: 5px;
        margin: 0;
        moz-border-radius-topright: 5px;
        padding: 35px 20px 35px 30px;
        webkit-border-top-right-radius: 5px;
        width: 100%;
    }
    .infotip-arrow
    {
        border: none;
        border-bottom: 1px solid #DDD;
        border-left: 1px solid #DDD;
        margin: 23px 0 0 -18px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm-inline
    {
        display: none !important;
    }
}
@media (min-width: 992px){
    #menu
    {
        min-height: 380px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hidden-md-inline
    {
        display: none !important;
    }
}
@media screen and (min-width: 768px){
    .modal-dialog
    {
        width: 50%;
    }
}
a,
a:hover{
    color: inherit;
    text-decoration: none;
}
body{
    overflow-x: hidden;
    background-color: #fff;
    background-image: none;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}
h2.intro{
    color: #F29032;
    font-family: AleoRegular;
    font-size: 25px;
    font-weight: normal;
}
hr{
    border-top: 1px solid #ccc;
}
html,
body{
    height: 100%;
}
input[type="checkbox"].answer_checkbox{
    float: left;
    margin-right: 1%;
}
label{
    font-weight: normal;
    text-align: left;
}
li.sub-act-comment hr{
    margin: 20px 0;
}
p{
    margin: 5px 0;
}
select.form-control{
    padding-left: 8px;
}
span.required{
    color: red;
}
ul{
    list-style: none;
    padding: 0;
}
.rgpd-list {
    list-style-type: disc;
    padding-left: 40px;
}


.graphe_appel { background:lightgray; }
.graphe_appel .statut_complet { background:#4688476b; }             .graphe_appel .statut_complet:hover { background:#468847; }
.graphe_appel .statut_incomplet { background:#ffa5006b; }           .graphe_appel .statut_incomplet:hover { background:#ffa500; }
.graphe_appel .statut_divers { background:#cccccc6b; }              .graphe_appel .statut_divers:hover { background:#cccccc; }
