:root {
    --danger-color: red;
    --marian-blue: #35408fff;
    --maya-blue: #6dc9f0;
    --black: #000108ff;
    --delft-blue: #2b3367ff;
    --space-cadet: #1e2341ff;
    --citron: #e1ca67ff;
    --orange-yellow: #ffd668;
    --primary-color: var(--orange-yellow);
    --secondary-color: var(--maya-blue);
}



/**
 * MENU SIDEBAR
 **/

#header {
    background: linear-gradient(90deg, var(--marian-blue) 0%, var(--delft-blue) 100%)!important;
    color: var(--primary-color)!important;
    margin-right: 20px!important;
}

#header-logo h2 {
    color: var(--citron) !important;
    font-weight: bold;
    margin-top: 1em!important;
}

#header-logo img {
    width: 10em;
    border-radius: 1em;
    box-shadow: var(--primary-color) 0px 30px 60px -12px inset, var(--marian-blue) 0px 18px 36px -18px inset;
}

#user-profile {
    font-weight: bold !important;
    color: var(--primary-color) !important;
    border-left: 0 !important;
    border-top: 1px solid var(--primary-color) !important;
    border-right: 0 !important;
    border-bottom: 2px solid var(--primary-color) !important;
    border-radius: 5px 5px 0 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: var(--delft-blue);
}


.header-navigation {
    color: var(--primary-color);
    border-radius: .5em .5em 0 0;
    color: var(--primary-color) !important;
    font-size: 13px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
    padding-left: 1.5rem !important;
    border-left: 1px solid var(--primary-color) !important;
    border-top: 1px solid var(--primary-color) !important;
    border-right: 1px solid var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
}
#menu-body {
/*    border-radius: 10% 12% 10px 10px !important;
    background-color: var(--primary-light-color) !important;*/
}

#profil-navigation, #lv-navigation, #carnet-navigation, #about-navigation {
    background-image: none !important;
}

#profil-navigation {
    background-image: url(/img/profil12.png) !important;
}

#lv-navigation {
    background-image: url(/img/expeditions12.png) !important;
}

#carnet-navigation {
    background-image: url(/img/contacts12.png) !important;
}

#about-navigation {
    background-image: url(/img/apropos12.png) !important;
}

#profil-navigation, #lv-navigation, #carnet-navigation, #about-navigation {
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: left !important;
    background-size: 2rem !important;
    color: var(--primary-color) !important;
}


.ul.menu .li {
    background-color: var(--secondary-color);
    color: var(--delft-blue);
}

.ul.menu .li:hover {
    background-color: var(--delft-blue);
    color: var(--primary-color);
}

.menu-wrapper {
    -webkit-border-radius: 6px 16px;
    -moz-border-radius: 6px 16px;
    border-radius: 6px 6px;
}


/**
 * CONTENUE
 **/
#content {
    background-color: lightyellow;
    margin: 5px 10px 10px 180px;
    padding-bottom: 15px;
    border-radius: 6px 16px;
    border: 2px solid var(--marian-blue);
/*  min-width: 50%!important;
    max-width: 70%!important;*/
    box-shadow: var(--primary-color); 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
h4 {
    background-color: var(--delft-blue);
    color: var(--primary-color);
    -webkit-border-radius: 6px 16px 0 0;
    -moz-border-radius: 6px 16px 0 0;
    border-radius: 6px 16px 0 0;
}
#lgf-fond-placer img {
    width: 70%;
}

.ml-1 {
    margin-left: 1em !important;
}
#content h4 {
    padding-top: 1em;
    padding-bottom: 1em;
}
#content h5 {
    color: var(--delft-blue) !important;
    font-size: 1.5em;
    font-weight: bold !important;
    border-bottom: 2px solid var(--primary-color) !important;
    text-align: left!important;
    margin-bottom: 10px!important;
}

div.subsection-action {
    margin-top: 5px !important;
    width: 684px;
    padding: 20px !important;
    border-bottom: 1px solid var(--primary-color) !important;
}
div.subsection-action a {
    background-color: var(--delft-blue) !important;
    color: var(--primary-color) !important;
    font-size: .9rem !important;
    padding: .5rem 1rem !important;
    text-decoration: none;
    outline-color: transparent;
    text-align: center;
    line-height: 16px;
    margin-bottom: 1px !important;
    margin-right: 1rem !important;
    font-weight: bold;
    border-left: 2px solid var(--primary-color) !important;
    border-top: 2px solid var(--primary-color) !important;
    border-right: 2px solid var(--primary-color) !important;
    border-bottom: 0 !important;
    border-radius: .5em .5em 0 0  !important;
}
#lgf-lv-list,
#search-fields,
#filters-list {
    min-width: 70% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: var(--primary-light-color) !important;
    border-radius: 10px !important;
    padding: 10px !important;
}
/**
 * FORMULAIRES
 **/
#lgf-lv-list,
#lgf-liste-journaux,
.zend_form_extended {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    height: auto !important;
    border-radius: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

p#adresse_legend.subform_legend,
p#conteneurs_legend.subform_legend {
    color: var(--primary-color)!important;
    border-top: 1px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    background-color: var(--delft-blue) !important;
    padding-left: .5rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    border-radius: 5px !important;
    min-width: none !important;
    max-width: none !important;
}

p#options_legend.subform_legend {
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: var(--primary-color) !important;
    background-color: var(--delft-blue) !important;
    margin-left: 0!important;
}
div#options-true_group.field_group{
    background-color: lightyellow!important;
    color: var(--delft-blue)!important;
}
div.subform_group{
    background-color: lightyellow!important;
}
#submit-group {
    padding-bottom: 1rem !important;
}
label.field_label {
    color: var(--primary-color); 
    background-color: var(--delft-blue);
}

div.field_group {
    background-color: lightyellow;
    min-width: 50%!important;
}

label.required:after {
    color: var(--danger-color)!important;
    font-weight: bold!important;
}

button {
    cursor: pointer !important;
    color: var(--primary-color) !important;
    background-color: var(--marian-blue) !important;
    font-weight: bold!important;
    /*border-bottom: 0 !important;*/
    /*border-radius: 10px !important;*/
}

input,
select,
select option {
    border: 1px solid var(--marian-blue) !important;
    border-radius: 3px !important;
    padding: 5px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

input[type="text"],
input[type="password"],
input[type="textarea"],
select,
select option {
    min-width: 200px !important;
}

input[type="submit"] {
    background-color: var(--marian-blue) !important;
    color: var(--primary-color) !important;
    font-weight: bold !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

input[type="submit"].input_cancel {
    background-color: var(--black) !important;
    color: var(--primary-color) !important;
    margin-bottom: 1rem !important;
}

input[type="submit"]:hover, .subsection-action a:hover ,button:hover{
    background-color: lightyellow !important;
    color: var(--delft-blue) !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border: 1px solid var(--delft-blue) !important;
}
/* hack login page */
dl.zend_form {
    border: 1px solid var(--delft-blue);
    border-radius: .5em .5em 0 0  !important;
    min-height: 150px !important;
    height: auto !important;
    padding: 10px !important;
    background-color: white!important;
    background-image: url("/img/fondlogin.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 40% 100% !important;*/
/*  background-color: var(--primary-color)!important;
    min-width: 50% !important;
   background: linear-gradient(to right,var(--secondary-color),var(--secondary-color), lightyellow, transparent 80%), url("/img/fondlogin.jpg") right center / 40% 100% no-repeat !important;*/
}


/*.lgf-login-warning {
    color: var(--danger-color);
    font-size: 1rem !important;
    background-color: lightyellow; !important;
    border-radius: 5px !important;
    width: 50% !important;
    padding: 10px !important;
    line-height: 2.5 !important;
}*/

dl.zend_form dd {
    margin-left: 0px;
    margin-bottom: 10px !important;
}

dt#user-label, dt#pass-label {
    margin-bottom: 10px !important;
}

dl.zend_form dd input[type=text],
dl.zend_form dd input[type=password] {
    width: 150px;
    padding: 2px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
#conteneurs_group.subform_group,
#options_group.subform_group,
#adresse_group.subform_group, {
    background-color: transparent !important;
}
#conteneurs_end.subform_end{
    color: var(--primary-color)!important;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--delft-blue) !important;
    padding-left: 5px !important;
    min-width: none !important;
    max-width: none !important;
}

/*A Propos*/
img.legende-traca {
    width: 55% !important;
    padding: 1rem !important;
    border-radius: 30px !important;
    transition: transform 0.4s ease !important;
}
#content p.apropos-texte {
    font-size: 1rem !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    line-height: 1.5rem !important;
    color: var(--marian-blue) !important;
}
/*table {
    width: 100% !important;
}*/
button.demande-suppression-lv{
    background-color: var(--danger-color)!important;
    color: var(--primary-color)!important;
    font-weight: bold!important;
}
form#lgf-lv-list {
    margin-bottom: 10px !important;
}

p.listevide {
    background-color: var(--secondary-color) !important;
    color: var(--marian-blue) !important;
    line-height: 2.5 !important;
    font-size: 1.5em!important;
    min-width: 50%!important;
    padding: 10px!important;
    border-radius:10px;
}
#submit-label {
    display: none !important;
}

/**
 * Error
 **/
.lgf-login-warning{
    padding: 5px!important;
    font-size: 1rem !important;
    border-radius: 5px!important;
    background-color: var(--danger-color);
    color: var(--primary-color)!important;
    font-weight: bold!important;
}
.error_page {
    margin-left: 10px !important;
    color: var(--secondary-color) !important;
    margin-right: 10px !important;
    background-color: var(--primary-light-color) !important;
    border-radius: 10px !important;
    padding: 10px !important;
}
div.error_page hr {
    border-top: 1px solid var(--primary-color) !important;
    background-color: var(--secondary-color) !important;
    max-width: none !important;
    height: 5px !important;
}
