/*
* Surcharge menu (gestion des sous éléments)
*/
@media (max-width: 769px) {
    #navigation ul.navbar-nav li a.dropdown-item {
        display: block;
        color: #fff;
    }

    #navigation ul.navbar-nav li a.dropdown-item:hover {
        color: #fff;
    }
}

@media (min-width: 770px) {
    #navigation ul.navbar-nav li a.dropdown-item {
        display: block;
        color: #13334D;
    }

    #navigation ul.navbar-nav li a.dropdown-item:hover {
        color: #13334D;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #FFFFFF;
    background-color: #13334D;
}

#navigation ul.navbar-nav li.open,
#navigation ul.navbar-nav li.open>a {
    color: #FFFFFF;
    background-color: #13334D;
}

.dropdown-menu {
    min-width: 200px;
}

/*
* Surcharge alert (flashMessages Symfony)
*/

.sf-flash {
    z-index: 998;
    position: absolute;
    top: -45px;
    right: 100px;
    line-height: 1.3em;
}

.avmsd section select,
.lum section select,
.mavise section select,
.merlin section select {
    width: 100%;
}

.merlin form .form-group div {
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.merlin form .form-group {
    /* margin-bottom: 30px; */
}

.lum section .btn,
.mavise section .btn,
.merlin section .btn,
.avmsd section .btn {
    float: none;
}

.lum section a[role="button"],
.mavise section a[role="button"],
.merlin section a[role="button"],
.avmsd section a[role="button"],
.irisnews section a[role="button"] {
    color: #FFFFFF;
    text-decoration: none;
}

.icoDefault {
    height: 45px;
    width: 45px;
    border: 1px #DDDDDD solid;
    float: right;
}

.merlin form .form-group div {
    margin-bottom: 5px;
}

.merlin section input[type=radio], .mavise section input[type=radio], .merlin section input[type=radio], .avmsd section input[type=radio] {
    display: block;
}

.merlin form input[type="text"]{
    height: 34px;
}

.sortable, .asc, .desc {
    color:#FFFFFF !important;
}

div > #article_topics, #article_articleKinds, #article_articlesOrganizations, #article_countries {
    height: 300px;
    margin-bottom: 20px;
}

.collapselabel {
    margin-bottom: 10px;
}

#delete-form {
    display: inline-block;
}

div > #article_search_topics, #article_search_articleKinds, #article_search_articlesOrganizations, #article_search_countries {
    height: 130px;
    margin-bottom: 20px;
}

div > #article_search_backoffice_topics, #article_search_backoffice_articleKinds, #article_search_backoffice_articlesOrganizations, #article_search_backoffice_countries {
    height: 300px;
    margin-bottom: 20px;
}

.nav-link {
    margin-bottom: 10px !important;
}


/*
    Jquery Sortable
 */
body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}
ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}
/*
    Jquery Sortable end
 */

/*
    order drag and articles drop pool
 */
#articles-pool-sortable1, #articles-pool-sortable2 {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    margin-right: 10px;
    display: block;
    height: 600px;
    overflow-y: auto;
    min-height: 200px;
}
#articles-pool-sortable1 li, #articles-pool-sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    display: block;
}



/* 
Menu latéral newsletter frontoffice
*/
#newsletter-widget {
    display: inline-block;
    background: none repeat scroll 0 0 #fff;
    /* padding: 10px 10px 10px 10px; */
    /* position: absolute; 
    position: fixed; */
    width: 160px;
}

.btn-widget-newsletter {
    width: 160px !important;
}

/* 
Bouton remonter newsletter frontoffice
*/
#btn-up-newsletter {
    display: inline-block;
    background: none repeat scroll;
    /* border-radius: 25px; */
    margin-right: -221px;
    right: 350px;
    position: absolute;
    top: 800px;
    width: 180px;
    z-index: 20;
    position: fixed;
}

.btn-widget-newsletter {
    width: 160px !important;
}

/* 
Boutons réseaux sociaux frontoffice
*/
#share-widget {
    display: inline-block;
    background: none repeat scroll 0 0 #eee;
    border-radius: 25px;
    margin-left: -71px;
    padding: 10px 0 0 8px;
    /* left: 330px; */
    position: absolute;
    width: 46px;
    z-index: 20;
    /* position: fixed; */
    margin-top: 20px;
}

.share-link {
    padding-bottom: 10px;
}

.inline-block {
    display: inline-block;
}

div.popover.fade{opacity: 1;}

#cart-popover{
    background-color: #dfdfdf;
    width: 300px;
    position: relative;
    border: 2px solid #333;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
  }
  
  #cart-popover > p {
    background-color: #fff;
    line-height: 1.3em;
    padding: 5px;
    text-align: center;
    font-size: 1.5em;
}

#cart-popover > h1{
    font-size: 1.2em;
}
#cart-popover > ul{
    padding: 0;
    list-style-type: none;
}
#cart-popover > ul > li{
    margin-bottom: 5px;
}

.div-export-icon {
    margin-top: 20px;
    text-align: right;
}

.cke_textarea_inline {
    word-break: break-all;
}

.cke_textarea_inline {
    text-transform: none !important;
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 4px
}

.article-cart{
    /* display:inline;  */
    position:absolute; 
    right:66px;
    width:28;
    height:26;
}

.editoFront{
    margin-bottom:50px;
}

.imprintFront{
    margin-bottom:50px;
}

.advancedSearchLink{
    float: right; 
    margin-top:20px; 
    margin-right:10px;
}

.latestNewsLink{
    margin-top:50px;
}

#menuBurger {
	border:1px solid #ddd;
	padding: 11px 12px;
	margin-top: 45px;
	margin-right: 0.5px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border-radius: 2px;
}

.childOption {
    text-indent: 15px;
}

.parentOption {
    font-weight: bold;
}

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

.liTableOfContent_article {
    margin-left: 20px;
}