/* GENERAL
******************************************************************************************/

body {
    font-family: Marine-Rounded-Regular;
    font-size: 18px;
    }

h3 {
    font-weight: 200;
}

h5 {
    color: grey;
    margin: 12px 0;
    font-size: 90%;
}

.hidden, .print {
    display: none;
}

.froala-wrapper.f-basic > div {
    /*   display: none; */
}

.jumbotron:not(#login) {
    width: 80vw;
    margin: 0 auto;
    }

/* ACCUEIL
******************************************************************************************/
#accueil h4 {
    font-family: Marine-Rounded-Black;
    text-transform: uppercase;
    }

#accueil .scroll-gutter {
    border-right:1px solid #f0f0f0;
    padding-right: 1em;

    }

#accueil .column h6, #timeline-wrapper h6 {
    color:#666;
    text-transform: uppercase;
    font-family: Marine-Rounded-Light;
    font-size: 200%;
    padding: 2em 0 .5em;
    
    }


.column{
    font-size: 80%;
    line-height: 1.1em;
}

.timeline>div>div, .timeline div.item {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0em;
    border-bottom:1px dotted silver;
}

.timeline .date {
    margin:0;
    padding: 0;
    color:#777
}

#timeline-wrapper {
    width: 80vw;
    margin: 0 auto;
    }

#timeline-nav {
    position: fixed;
    top:20vh;
    height: 70vh;
    right:0vw;
    padding: 0 1em 0 .5em;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }

#timeline-nav a {
    color:#666;
    font-size: 80%;
    margin: 1px auto;
    }

#frmTimeline {
    position: absolute;
    right:1em
    }

.btn-link {
    font-size: 50%;
    float: right;
    margin: .5em 1em 0 0;
    text-transform: none;
    }

.scroll-gutter {
    }

#debug {
    display: none;
    }

/* LOGIN
******************************************************************************************/

.login h2 {
    text-align: center;
    margin: 50px auto 20px;
    color: #333;
}

.login .alert-box {
    float: left;
    width: 100%;
}

.login .alert-box strong {
    font-size: 140%;
    color: maroon
}

.login .button-bar {
    margin: 0
}

.button.connexion {
    margin: 20px auto;
    width: 120px;
    float: right;
}

.button.lost_password {
    float: right;
    background: maroon;
    margin: 0 auto 0px auto;
}

/* MENU
******************************************************************************************/
.top-bar {
    margin-bottom: 36px;
}

/* GRID
******************************************************************************************/
table.grid {
    width: 100%;
    border-radius: 4px;
    -webkit-border-horizontal-spacing: 0;
}

table.grid tr {
    padding: 0;
}

table.grid tbody tr {
    width: 100%;
}

table.grid tbody tr:hover {
    background: #ffffea
}

table.grid td.first {
    margin: 0;
    border: 0;
    padding: 0 4px;
    line-height: 1em;
}

table.grid td {
}

table.grid td.orderHandle {
    width: 20px;
}

table.grid td.button-column {
    width: 80px;
    height: 80px;
    vertical-align: top;
    text-align: center;
    padding: 20px;
}

table.grid td.button-column .button {
    position: relative;
    top: 0px;
}

table.grid td.button-column .button.disabled {
    background: silver;
    color: gray;
}

.button.new.grid {
    float: left;
    margin: 4px 10px 0 0;
}

.grid .button {
    top: 10px;
}

.button i {
    font-size: 120%;
}

#search-form input[type='search'] {
    margin-top: 4px;
    float: left;
    width: 80%
}

#search-form .button {
    top: 4px;
    float: right;
}

#filter-form select {
    margin-top: 4px;
    float: left;
    width: 100%
}

#filter-form .button {
    top: 4px;
    float: right;
}

.bar.left {
    padding-left: 0px;
}

.order-handler {
    cursor: move
}

button.btn-checkbox {
    background: none;

    border:0;
}

button.btn-checkbox i {
    display: block;
    font-size: 120%;
    height: 20px;

}

button.btn-checkbox i.yes {
    color: green;
}

.color-column {
    width: 20px;
    height: 20px;
    border-radius: 20px;

}

[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

.details-list {
    padding: 0;
    margin: 0;
}

.details-list li {
    list-style-type: none;
    font-size: 75%;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

/* FORM
******************************************************************************************/

.alert-box.success.radius {
    background: forestgreen;
    color:white;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 40px;
    }

form.form-edit {
    width: 1030px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    padding: 20px;
}

form h3 {
    margin: 20px auto;
    color: #008cba;
}

.field {
    margin: 0 0 24px 0;
}

label>span {
    display: block;
    font-weight: bold;
    margin-top:1em;
}

form em.remarque {
    font-size: 12px;
}

.help_text {
    font-weight: normal;
    font-size: 90%;
    color: #AAA;
    margin: 2px 0 0 0;
}

input[type=text], select, input[type=checkbox], input[type=file], input[type=email], input[type=number], input[type=password] {
    margin: 0;
}

.field.members select {
    padding: .375rem .75rem;
    height: calc(2.25rem + 2px);
}

.field.members button {
    height: 40px;

    color:white
}

.field.members button.alert {
    background: maroon;
    width: 40px;
    padding:0;
}

.field.members button.add-user {
    background: green;
    width: auto;
    border-radius: 8px;
    border:0;
}


.error > label > small {
    text-transform: none;
}

.errorUnique {
    border: 1px solid maroon;
    background: maroon;
    color:white;
    }

small.error {
    margin-bottom: 0;

}

.big.icon {
    font-size: 56px;
}

.radio-box {
    float: left;
    width: 100%;
    margin-top: 4px;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    padding: 8px;
}

dd a {
    font-weight: bold;
}

dd div.content.active {
    box-shadow: inset 0 8px 8px -8px silver, inset 0 -8px 8px -8px silver;
}

dd div.content {
    background: red;
    border: 1px solid #e3e3e3;
}

.radio-box label {
    width: auto;
    padding-right: 40px;
    float: left;
    font-weight: normal;
}

.medium.icon {
    font-size: 28px;
}

.mce-tinymce.mce-container.mce-panel {
    margin-bottom: 0px;
}

.no-richtext {
    height: 150px;
}

.form-edit .back {
    margin-right: 12px;
}

.back.top {
    float: left;
    margin-right: 12px;
}

.form-edit .button {
    font-size: 80%
}

.button.delete.file {
    float: right;
}

.button.save {
    float: right;
}

.row.upload {
    background: #f9f9f9;
    border-radius: 5px;
    margin: 10px auto 0;
    border: 1px solid #f0f0f0
}

.row.upload .columns {
    padding: 10px;
}

.accordion.history {
    display: none;
    margin-bottom: 50px;
}

.accordion.small dt, .accordion.small dd a {
    font-size: 90%;
    padding: 4px;
}

.accordion.small dd {
    padding: 2px 0;
}

#btn-history {
    margin: 20px 0;
}

.history table {
    width: 100%;
}

.history > table th {
    width: 30%;
}

.history > table > tr, .history > table > td, .history > table > td > p, .history .content table > th {
    vertical-align: top;
    font-size: 90%;
}

.tabs-content {
    background: #f0f0f0;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs dd a {
    padding: 8px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 90%;
    color: #AAA;
    font-weight: bold;
}

.tabs dd a:hover {
    color: #333;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background: #f0f0f0;
    color: black;
}

.tabs dd a, .tabs .tab-title a {
    background: white;
}

.button-bar {
    margin: 10px 0 0;
}

fieldset legend {
    background: none;
}

/* DASHBOARD
******************************************************************************************/
#dashboard {
    padding-bottom: 100px;
}

#dashboard li {
    list-style: none;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px dotted silver;
    float: left;
    width: 100%;
}

#dashboard h3 {
    margin-top: 42px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

#dashboard li.completed {
    color: gray;
    text-decoration: line-through;
}

#dashboard .complete_problem {
    font-size: 50%;
    float: right;
}

#dashboard .problems {
    color: maroon;
}

#dashboard .downloads {
    color: green;
}

#dashboard .stats, #dashboard .stats a {
    color: #666
}

#dashboard a:hover {
    background: #f0f0f0;
}

#dashboard input[type='search'] {
    float: left;
    width: 80%;
    margin: 0 5px 0 15px;
    padding: 0 10px;
    border-radius: 40px;
    font-size: 80%;
}

.no-results {
    color: #999;
    margin: 50px auto;
    text-align: center;
}

/* SCHEMA
******************************************************************************************/
#schema ul {
    list-style: none;
}

#schema ul .selected {
    font-weight: bold;
    color: black;
}

/* INTERFACE
******************************************************************************************/
.tool-bar {
    background: silver;
    padding: 4px 4px 2px;
    border-radius: 4px;
    font-size: 70%;
    margin: 20px auto 40px;
    font-weight: 200;
    width: 100%;
}

.tool-bar .new {
    background: #ececec;
    height: 70px
}

.no-results {
    margin: 100px auto;
    font-size: 250%;
    font-weight: 100;
    text-align: center;
    color: gray
}

/* TOGGLE
******************************************************************************************/
.toggle {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* SELECT IMAGE
********************************************************************************/
.select_image > div {
    display: block;
}

input[type=radio] {
    width: auto;
    float:left;
}

input[tpye=radio].hidden {
    display: none;
}

input[type=radio]:checked + label > img {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
}

input[type=radio] + label > img {
    margin-top: 5px;
    width: 150px;
    max-height: 200px;
    transition: 500ms all;
}

/* VERSION 2 */
.navbar {
    margin-bottom: 36px;
}

.header h3 {
    margin-top: 4px;
}

.header #search-form div {
    margin-top: 4px !important;
}

.header #filter-form select {
    margin-top: 4px !important;
}

.table.grid {
    margin-top: 1em;
}

.table.grid tr:hover td {
    background-color: wheat;
}

#history .card {
    margin-bottom: 20px;
}

#history .table {
    margin-bottom: 0;
}

.field > label {
    width: 100%;
}

nav.navbar div.dropdown-menu {
    display: block;
    top: 90%;
    transform: scale3d(0, 0, 1);
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
}

nav.navbar li.nav-item:hover div.dropdown-menu {
    transform: scale3d(1, 1, 1);
}

.dropdown-sep {
   color:#999;
    padding: .5rem 1.5rem .25rem ;
    margin-bottom: .25rem;
    font-size: 90%;
    border-bottom: 1px dotted #eee;
    }

.dropdown-sep:first-child {
    padding-top: 0;
    }

.top-buffer {
    margin-top: 20px;
}

input:read-only {
    background-color: white !important;
}

small.error {
    display: none;
}

nav.navbar li.nav-item {
    font-size: 1.3vw;
    }


/* EVENEMENTS
******************************************************************************************/
#eventFilter {
    font-size: 90%;
    background: #f0f0f0;
    border-radius: 4px;
    margin: 20px auto;
    padding: .5em;
    }

#eventFilter input, #eventFilter select {    font-size: 90%;
    }



.error {
    background:    maroon;
    color:         white;
    padding:       1em;
    border-radius: 10px;
    margin:        0 0 2em 0;
    width: 80vw;
    margin: 0 auto;
    }

.error h3 {
    
    font-family:    Marine-Rounded-Black;
    text-transform: uppercase;
    margin-bottom:  1em;
    
    }

.error h3 span {
    display:        block;
    font-family:    Marine-Rounded-Light;
    text-transform: uppercase;
    
    }

.error p {
    margin: 0 0 3px 0;
    }

 .foreign-item {
    float:         left;
    display:       flex;
    align-content: center;
    margin:        0 20px 0 0;
    }

.foreign-item input[type=checkbox] {
    /*float:left;*/
    width:  1em;
    margin: .1em .1em 0 0;
    }

.help_text {
    font-family:    Marine-Rounded-Light;
    padding:        .5em 0 0 0;
    font-size:      90%;
    color:          #888;
    font-size: 80%;
    text-transform: none;
    }

.jumbotron h4 {
    font-family:    Marine-Rounded-Light;
    padding:        2em 0 0em;
    color:          #666;
    text-transform: uppercase;
    }


.jumbotron .action {
    background: grey;
    padding: 1em;
    margin: 2em 0;
    color:white;
    border-radius: 4px;
    }

input[readonly] {
    background: white;
    }

.field {
      padding: 0;
    margin: 0;
    }

.field > label {
    width:   100%;
    padding: .5em 0 .5em 0;
    }

.jumbotron textarea {
    width:      100%;
    min-height: 400px;
    }

.field.checkbox > label {
    width: auto;
    
    }

input[type=text], select, input[type=checkbox], input[type=file], input[type=email], input[type=number], input[type=password] {
    margin: 0;
    }


#evenements .grid .small {
    font-size: 60%;
    }

.table td.no-padding {
    padding: 0;
    text-align: center;
    }

/* AUTOCOMPLETE */

.custom-combobox {
    display: block;
    border:  1px dotted transparent;
    
    }

.custom-combobox-toggle {
    position:    absolute;
    top:         25px;
    bottom:      0;
    margin-left: -1px;
    padding:     1em 0;
    height:      30px;
    border: 1px solid silver;
    width: 30px;
    /*content: "\f0d7";*/
    }

.custom-combobox-toggle:after {
    content: "\25bc";
    color:   gray;
    position:    absolute;
    margin:-12px 0 0 6px
    }

#evenements .jumbotron .custom-combobox {
    font-size: 12px;
    margin-top: 0;
    }

#evenements .jumbotron .custom-combobox-toggle {
    top:56px;
    }

.ui-autocomplete {
    max-height:    350px;
    overflow-y:    auto;
    /* prevent horizontal scrollbar */
    overflow-x:    hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    }


.ui-button {
    height: 27px;
    }

.ui-button:after {
    content: "\f0d7";
    }

.custom-combobox-input {
    margin:    0;
    padding:   5px 10px;
    width:     calc(100% - 3em);
    font-size: 1.2em;
    }

/*.custom-combobox {*/
/*    display:block;*/
/*    border: 1px dotted red;*/
/*    */
/*    }*/
/*.custom-combobox-toggle {*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    bottom: 0;*/
/*    margin-left: -1px;*/
/*    padding: 1em 0;*/
/*    height: 30px;*/
/*    */
/*    }*/

/*.ui-button {*/
/*    height: 27px;*/
/*    }*/
/*.custom-combobox-input {*/
/*    margin: 0;*/
/*    padding: 5px 10px;*/
/*    width: 100%;*/
/*    font-size: 1.2em;*/
/*    }*/

/*.ui-autocomplete {*/
/*    max-height: 350px;*/
/*    overflow-y: auto;*/
/*    !* prevent horizontal scrollbar *!*/
/*    overflow-x: hidden;*/
/*    !* add padding to account for vertical scrollbar *!*/
/*    padding-right: 20px;*/
/*    }*/

/*.search-combobox {*/

/*    }*/

.small-deleted {
    font-size: 10px;
    color:red;
    }

li.hidden {
    display: none;
    }

ul.suggestion {
    width: 80%;
    }

ul.suggestion li a {
    padding: 0 1em;
    }


#stat-chart {
    background:    #e9ecef;
    border-radius: 5px;
    overflow:      hidden;
    margin:        5vh 0;
    }


td.detail {
    color: blue
    }

td.site {
    color: green
    }

td.billeterie {
    color: red
    }

td.calendrier {
    color: orange
    }

td.none {
    opacity: .5;
    }

td i {
    opacity: 1;
    }

/* AGENDA PREVISIONNEL */

 .agenda-previsionnel {
    padding: 2em;
    margin: 0 0em;
    }

.agenda-previsionnel.day {
    margin-top: 1em;
    border-top: 1px dashed silver;
    }

 .agenda-previsionnel h5 {
    font-family: Marine-Rounded-Black;
    
    }

 .agenda-previsionnel h6 {
    font-family: Marine-Rounded-Black;
    text-transform: uppercase;
    font-size: 110%;
    padding: 0;
    margin: 0;
    }

.agenda-previsionnel .filter {
    margin: 0 0 2em 0;
    background: #f0f0f0;
    padding: .5em;
    border-radius: 4px;
    font-size: 90%;

    }

.agenda_previsionnel .filter .btn {
    padding: 0 .9em;
    
    font-size: 90%;
    }

.agenda_previsionnel .action a {
    color: silver;
    }

.agenda_previsionnel .action a:hover {
    color: black;
    }

 .right {
    text-align: right;
    }

 .center {
    text-align: center;
    }
#oCalendar {
    width: 100%;
    }

#oCalendar th {
    display: none;
    }

tr.days td {
    text-transform: uppercase;
    text-align: center;
    }

td.calendar-day {
    /*display: flex;*/
    /*flex-direction: column;*/
    height: 15vh;
    border: 1px silver solid;
    vertical-align: top;
    width: 14%;
    color: #666;
    padding: 2px;
    }

.calendar-day span {
    margin: 1px;
    
    display: block;
    
    }

.calendar-day span div {
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 75%;
    color: white
    }

.calendar-day span div a {
    color: white;
    }

.calendar-day span div a:hover {
    text-decoration: none;
    }

agenda_previsionnel .tooltip-inner {
    text-align: left;
    line-height: 1em;
    }

.agenda_previsionnel .tooltip-inner strong {
    margin-bottom: .5em;
    
    }

.agenda_previsionnel .prev {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cccccc' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }
  
.counter {
    color:#999999;
    /*display: flex;*/
    /*height: 100%;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    text-align: center;
    }
.prev {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cccccc' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }
/* MAILING
******************************************************************************************/
#mailing textarea {
    height: 400px;
    }

#mailing #pied_de_page {
    height: 150px;
    }

.container {
    border:1px solid silver;
    padding: 1em;
    height: 70vh;
    overflow: scroll
    }

.container p.destinataires {
    margin: 0 0 2px 0;
    padding-bottom: 2px;
    font-size: 12px;
    border-bottom: 1px dotted #d9d9d9;
    }

.download a {
    display: block;
    width: 400px;
    padding: 2em;
    border:1px solid #333;
    border-radius: 8px;
    color:#333;
    margin: 100px auto;
    text-align: center;
    font-weight: 900
    }

.tags p{
    font-size: 12px;
    margin: 0 0 8px 0;
    }

.tags p strong {
    display: block;
    float:left;
    width: 10em;
    }

.tag {
    padding: 2px 8px;
    text-align: center;
    border-radius: 10px;
    background: #4da0ff;
    color:white;
    cursor: pointer;
    }

.message-item {
    border-bottom: 1px solid silver;
    box-shadow: 0px 1px 4px 0px silver;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 80%;
    }

.message-item em {
    color:gray;
    font-size: 80%;
    display: block;
    margin-bottom: 1em;
    }

#modeles {
    float:right;
    margin-top: -2em;
    }

#modeles select {
    width: 150px;
    font-size: 75%;
    padding: 2px;
    
    }

.stat_table {
    width: 80%;
}

.stat_table thead {
    color:white;
    background: black;

}

.stat_table td, .stat_table th {
    padding: .2em .5em;
}

.stat_table tr:nth-child(even) {
    background: #f0f0f0;
}

.stat_table .total {
    border-top:3px solid black;
    font-weight: 900;
}


#stat-lettre-info h3, #stat-lettre-info h4  {
    text-align: center;
    margin: 1em 0;
}

#stat-lettre-info h3 strong, #stat-lettre-info h4 strong  {
    font-family: Marine-Rounded-Black;
}



/* EVENEMENTS
****************************************************************************************************/

/* TYPO
**************************************************/

.evt-item {
    padding: 0;
    }

.evt-item .evt-infos h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2vmin;
    padding: 0.1em 0;
    line-height: 1em;
    min-height: 1.3em;
    font-family: "Marine-Rounded-Bold", sans-serif;
    
    }

.evt-item .evt-infos h4 {
    font-size: 1.2vmin;
    font-weight: 300;
    opacity: .8;
    
    text-transform: uppercase;
    }

.evt-item .evt-infos h5 {
    font-size: 1.5vmin;
    font-weight: 400;
    opacity: .8;
    color:white;
    }

.evt-item .evt-infos .evt-infos a:hover, .evt-item a:hover {
    text-decoration: none;
    }

/* iPad */
/*@media only screen*/
/*and (min-device-width: 1024px)*/
/*and (max-device-width: 1366px)*/
/*{*/
/*.evt-item .evt-infos h3 {*/
/*font-size: 1vmin;*/
/*} */
/*}*/

/* LISTE
**************************************************/

.evts-list {
    margin:  2px auto;
    width:   10vw;
    
    display: block;
    }
.evts-list {
    /*width: 60vw;*/
    /*margin-top: 250px;*/
    /*margin-left: 20vw;*/
    /*position:       absolute;*/
    display: flex;
    flex-direction: column;
    align-content: flex-start;;
    padding-bottom: 10vh;
    min-width: 60vw;
    }

.list-header {
    font-family: "Marine-Rounded-Light";
    color: rgba(255, 255, 255, .9);
    padding: .7em 0 .2em;
    font-size: 2vmin;
    width: 60vw;
    z-index: 50;
    background: #222;
    }

.list-header sup {
    font-size: .5em;
    vertical-align: top;
    top: 1em;
    }

.list-header.expo {
    width: auto;
    }

/*.list-header:first-of-type {*/
/*padding-top: 0;*/
/*}*/

.list-header.fixed {
    position: fixed;
    
    background: #222;
    top: 200px;
    
    }

.evts-list .evt-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1vh;
    color: white;
    height: 12vh;
    
    }

.evt-item a {
    color: white;
    }

.evts-list .evt-item .evt-date {
    padding: .5vw 2vw;
    flex: 1 1 20%;
    order: 1;
    min-height: 100%;
    font-size: 3vmin;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    }

.evts-list > .evt-item .evt-date a {
    width: 100%;
    height: 100%;
    }

.period {
    font-size: 1.5vmin;
    line-height: 1.1em;
    text-align: left;
    
    }

.period .article {
    font-weight: 400;
    }

.evts-list .evt-item .evt-infos {
    padding: .5vw;
    flex: 1 1 55%;
    display: flex;
    order: 2;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    }

.evts-list .evt-item .evt-infos a {
    width: 100%;
    text-decoration: none;
    }

.evts-list .evt-item .evt-image {
    flex: 0 1 25%;
    order: 0;
    overflow: hidden;
    
    }

.evts-list .evt-item .evt-image div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    }

.evt-list .evt-image .lazy {
    margin: 2px;
    width: 10vw;
    height: 10vh;
    display: block;
    }

/* ACTIONS */

.evt-action {
    flex: 1 1 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 3;
    padding: .5vw;
    
    }

.evt-action a.btn-action {
    display:none;
    font-family: "Marine-Rounded-Bold";
    font-size: 1.5vmin;
    padding: .5em .5em .2em;
    line-height: 1em;
    text-transform: uppercase;
    /*background:     rgba(0, 0, 0, .8);*/
    background: transparent;
    border: 0;
    /*border-radius: 2px;*/
    margin: 3px 0;
    transition: .3s opacity ease;
    text-align: right;
    
    }

.evt-action a.btn-action i {
    width: 2em;
    text-align: center;
    }

.btn-calendar {
    font-size: 90%;
    border-radius: 100px;
    color: white;
    
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    padding: .1em;
    line-height: 1.1em;
    margin: -4px 10px 0 0;
    }

.btn-calendar:hover {
    color: white;
    }

.evts-list .btn-calendar {
    display: none;
    }

.evts-list .evt-action a.btn-action {
    font-size: 1.2vmin;
    border-radius: 9px;
    transition: .3s all ease;
    }

/*noinspection SyntaxError*/
.evts-list .evt-action a {
    opacity: 0;
    padding: .2em 1em;
    }

.evts-list .evt-action a:hover {
    background: rgba(0, 0, 0, .5);
    
    }

.evt-item:hover .evt-action a {
    opacity: 1;
    }

.evt-map .btn-action {
    width: 100%;
    }

.btn-secondary .rounded-0 {
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    border: 0;
    }

/* ADMIN */
.evt-admin-btn {
    font-family: Marine-Rounded-Regular;
    }

.evt-admin-btn a {
    font-family: Marine-Rounded-Regular;
    }

/* STATUS */

.evt-item .evt-infos .evt-status {
    font-family: "Marine-Rounded-Black";
    width: 10vw;
    position: absolute;
    left: 21vw;
    background-color: rgba(0, 0, 0, .85);
    color: white;
    font-size: 1.2vmin;
    transform: rotate(-30deg);
    text-align: center;
    padding: 0.3em 1em 0;
    z-index: 20;
    margin-top: 3em;
    
    box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
    }

/* label*/
.evts-list .evt-labels {
    /*position: relative;*/
    /*right:10vw;*/
    
    }

.evts-list .evt-label {
    font-family: Marine-Rounded-Bold;
    text-transform: uppercase;
    color: white;
    background: black;
    font-size: 1.2vmin;
    line-height: .9em;
    padding: 0.1em .5em;
    border-radius: 100px;
    display: block;
    float: left;
    margin: 0 1em 0 0;
    
    }

.evts-list .evt-action .share-buttons {
    display: none
    }

.evts-list .no-result {
    font-size: 1vw;
    padding: 1em 0;
    text-align: center;
    color: white
    }

.action-20ans100francs {
    padding: 0;
    }

.operation_20ans100francs {
    width: 6em;
    }

.operation_20ans100francs.liste {
    width: 4vw;
    }

.tools-wrapper {
    width: 80vw;
    margin: 0 auto;
    }

#affiches-wrapper {
    background: black;
    padding: 5vw;
    color:white;
    text-transform: uppercase;
    }

#affiches-wrapper h5, #affiches-wrapper h6 {
    color:white
    }

#affiches-wrapper h5 {
    font-size: 125%;
    font-weight: 900;
    }

#affiches-wrapper .evt {
    margin: 10px;
    padding: 10px;
    display: block;
    border:2px solid transparent;
    }

#affiches-wrapper .evt i {
    float:right;
    color:white
    }

#affiches-wrapper .evt:hover {
    text-decoration: none;
    border:2px solid white;
    }



#affiches-wrapper .date {
    color:white;
    font-size:150%;
    margin-top: 1em;
    }


/* VALIDATION */
.validation-item {
    width: 90vw;
    margin: 2vh 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted silver;
    padding-bottom: 2vh;
    border-left: 10px transparent solid;
    padding-left: 10px;

}

.validation-item .picture {
    flex: 0 0 20%;
    padding: 0 10px;

}

.validation-item .textes {
    flex: 0 0 40%
}

.validation-item .infos {
    flex: 0 0 20%
}

.validation-item .erreurs {
    flex: 0 0 20%
}


.validation-item .picture img {
    width: 100%;
}

.validation-item h3, .validation-item h4 {
    flex: 0 0 100%
}

.validation-item .message-erreur {
    font-weight: 900;
    color:maroon
}

.validation-item .message-avertissement {
    color:orange
}

.validation-item.erreur {
    border-left: rgba(128, 0, 0, 1) 10px solid;
}

/* NOUVELLE TIMELINE
 *******************************************************************************************************************************/
#fltTimeline {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    width: 90vw;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

#fltTimeline .form-control {
    flex: 0 0 16%
}

._filter_input_radio {
    flex: 0 0 90%;
}



#timeline-wrapper {
    width: 90vw;
    margin: 20px auto;
}
#timeline-wrapper h3 {
    margin-top: 2em;
}

.timeline-infos {
    color:grey;
    font-size: 90%;
}

#fltTimeline input[type=radio] {
    float: none;
}

.timeline-row {
    display: flex;
    margin: 2px 0;
    border-bottom: 1px dotted silver;
    padding: 2px 0;
    transition: .5s ease-in-out background-color;
}

.timeline-row:hover {
    background-color: #f0f0f0;
    }

.timeline-row>div {
    align-content: center;
}



.timeline-picto {
    flex: 0 0 2%
}

.timeline-date {
    flex: 0 0 5%
}

.timeline-categories {
    flex: 0 0 5%;
    font-size: 70%;
}

.timeline-image {
    flex: 0 0 5%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-right: 1em;
}

.timeline-image img {
    width: 100%;
}

.timeline-description {
    flex: 1 0 70%
}

.timeline-actions {
    flex: 0 0 15%
}
._filter_input_radio {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

._filter_input_radio span {
    cursor: pointer;
    padding: 3px .5em;
    border-radius: 4px;
    box-shadow: 0 1px 2px silver;
    font-size: 1.1vw;
}

._filter_input_radio span.active {
    background-color: silver;
    box-shadow: inset 0 2px 2px grey;
}

._filter_input_radio input[type=radio] {
    display: none;
}
#fltTimeline #fltPeriode.form-control
{
    flex: 0 0 10%;
    width: 20px;
    margin-top: 6px;
}

#timeline-loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid grey; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 120px auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#timeline-no-result {
    color:silver;
    margin: 100px auto;
    text-align: center;
}

.timeline-actions a {
    display: inline-block;
    width: 2em;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    margin-left: 4px;
    color:white;
    transition: .5s ease-in-out background-color;
}

.timeline-btn-validate {
    background-color:green;
    color:white;
    cursor: pointer;
    }

.timeline-btn-validate i {
    color:white;
    }

.timeline-btn-preview {
    background-color: orangered;
    }

.timeline-btn-edit {
    background-color: #1e88e5;
    }

.timeline-actions a:hover {
    background-color: black;
}

.doublons-read, .doublons-read a {
    color:silver
}

.timeline-actions .timeline-btn-toggle-flag {

    cursor: pointer;
}

.timeline-actions .timeline-btn-toggle-flag i {

}

.timeline-actions  .timeline-btn-toggle-flag:hover {
    background: transparent;
}

.flagged i {
    color:red
}