/*************************************************
    $   Inclusions
*************************************************/

@import url('include/ovidentia.css');
@import url('include/gridpak.css');
@import url(http://fonts.googleapis.com/css?family=Sintony:700);
@import url('include/noyau.css');

/*************************************************
    $   Général
*************************************************/

body {
    margin : 0;
    
    font-family : Arial, Helvetica, sans-serif;
    font-size : 0.9em;
}

a,
a:link,
a:visited {
    color : inherit;
    text-decoration : underline;
}

a img {
    border : none;
}

button, input, select, textarea {
    font-family : inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.BabTopicsTitleBackground {
    font-family : 'Sintony', sans-serif;
    color : #232F4D;
}

h2.msgerror {
	color: #232F4D;
}

div.title {
    font-size : 1.5em;
}

p,
ul,
ol {
    line-height : 1.5em;
}

.container {
    margin : 0 auto;
    width : 100%;
    max-width : 1024px;
    
    position : relative;
}

.clear {
    clear : both;
}

.col {
    margin-top : 1px;
}

/* % Blocs d'administration ******************/

.manage {
    position : absolute;
    top : 10px;
    left : 10px;
    
    z-index : 50;
}

.manage.bottom {
    top : auto;
    bottom : 10px;
}

.manage.right {
    left : auto;
    right : 10px;
}

.manage.static {
    position : static;
}

.manage.static.right {
    text-align : right;
}

.manage a {
    text-decoration : none;
}

/* % Bouton de retour en haut de page *******/

.return-top {
    display : block;
    margin-top : -25px;
    height : 50px;
    width : 50px;
    
    position : fixed;
    top : 50%;
    right : 20px;
    
    background-image : url(../images/up.png);
    
    text-align : center;
    line-height : 50px;
    font-size : 0;
    
    z-index : 100;
}

/*************************************************
    $   En-tête
*************************************************/

.header {
    position : fixed;
    top : 0;
    left : 0;
    right : 0;

    opacity : 0.95;
    background-color : #232F4D;
    background-image : url(../images/trame.png);
    z-index : 100;
}

/* % Logo ***********************************/

.header .logo {
    display : block;
    height : 100px;
    
    float : left;
    
    color : white;
    font-size : 1.8em;
    line-height : 100px;
    text-decoration : none;
}

.header .logo img {
    vertical-align : middle;
}

.header .logo .name {
    display : inline;
    margin-left : 20px;
    
    color : white;
    font-size : 1em;
    font-family : 'Sintony', sans-serif;
}

/* % Menu ***********************************/

.header .nav .menu {
    position:relative;
    float : right;
    
    text-align : right;
}

.header .nav .menu ul {
    margin : 0;
    padding : 0;
    height : 100px;
    
    list-style-type : none;
    text-align : right;
}

.header .nav .menu ul li {
    display : inline-block;
    padding : 20px 15px;
    
    color : white;
    line-height : 60px;
    font-size : 1.2em;
    font-weight : bold;
}

.header .nav .menu ul li a,
.header .nav .menu ul li a:link,
.header .nav .menu ul li a:visited {
    text-decoration : none;
}

.header .nav .menu ul li a:hover {
    color : #efef3b;   
}

/* % Langues ********************************/

.header .nav .langues {
    position : absolute;
    top : 10px;
    right : 15px;
    
    background-color : white;
    
    font-size : 0.7em;
    text-align:left;
    
    z-index : 20;
}

.header .nav .langues a {
    display : block;
    border : 1px solid gray;
    padding : 3px 20px 3px 5px;
    
    background : url(../images/fleche-bas.png) no-repeat center right 5px;
    
    text-decoration : none;
}

.header .nav .langues ul {
    margin : 0;
    padding : 0;
    height : 0px;
    
    overflow : hidden;
    
    list-style-type : none;
}

.header .nav .langues:hover ul {
    height : auto;
}

.header .nav .langues ul li a {
    display : block;
    border-top : 0;
    
    background-image : none;
}

.header .nav .langues ul li a:hover {
    background-color:#eee;
}

/*************************************************
    $   Pied de page
*************************************************/

.footer {
    background-color : #232F4D;
    background-image : url(../images/trame.png);
    width : 100%;
    overflow : hidden;
}

/* % Menu ***********************************/

.footer .nav {
    padding : 30px 0 0;
}

.footer .nav a,
.footer .nav a:link,
.footer .nav a:visited {
    text-decoration : none;
}

.footer .nav a:hover {
    text-decoration : underline;
}

.footer .nav ul {
    margin : 0;
    padding : 0;
    
    list-style-type : none;
}

.footer .nav ul li {
    display : inline-block;
    margin-left : 40px;
    margin-bottom : 50px;
    
    color : white;
    font-size : 1.3em;
    vertical-align : top;
    font-family : 'Sintony', sans-serif;
}

.footer .nav ul ul li {
    display : block;
    font-size : 0.9em;
    margin : 0;
    font-family : Arial, sans-serif;
}

/*************************************************
    $   Contenu
*************************************************/

/* % Menu contextuel ************************/

.menu-contextuel {
    border : 1px solid #ddd;
    padding-left : 0;
    
    list-style-type : none;
    
    border-radius : 5px;
    overflow : hidden;
}

.menu-contextuel li {
    line-height : 2em;
}

.menu-contextuel a,
.menu-contextuel span {
    display : block;
    padding : 0 15px;
    
    color : #232F4D;
    background-color : white;
    background-color : rgba(255,255,255,0.4);
}

.menu-contextuel a:hover {
    color : #7E8BA8;
}
    
.menu-contextuel span {
    color : white;
    background-color : #232F4D;
    font-weight : bold;
}

/* % Contenu ********************************/

.wrapper {
    border-bottom : 1px solid #232F4D;
    padding-top : 100px;
    
    background-image : url('../images/noise.png');
}

.wrapper .aside,
.wrapper .content {
    padding:0 1.5%;
    
    float:left;
    
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

.wrapper .aside {
    padding-top : 20px;
    width : 23.5%;
    min-height : 1px;
}

.wrapper .aside.home {
    float : right;
}

.wrapper .content {
    padding : 20px 20px 50px;
    width : 74.5%;
    
    position : relative;
    
    background-image : url(../images/noir-transparent-5.png);
}

.wrapper .content.home {
    margin : 0;
    width : 100%;
}

.wrapper .aside.home {
    margin-left:2%;
}

.wrapper .aside + .content {
    margin-left:2%;
}

.wrapper .aside.home + .content {
    margin-left:0;
}



#ovidentia-stable-target {
	display: inline-block;
    border: 1px solid white;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    padding: 10px;
    border-radius: 10px;
    background-color: #62c462;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    white-space: nowrap;
    color: white;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    transition: all 0.1s linear;
    cursor:pointer;
    width:182px;
    color:#fff;
    
    }
	.stableVersion, .developmentVersion {
		display:block;
	}
	
	.stableVersion a {
	text-decoration : none;
	}
	
	.developmentVersion {
		margin-top:30px;
	}
/* % Carrousel ******************************/

.carrousel {
    position : relative;
    
    z-index : 10;
}

.cantico-slider {
    /*height: 385px;*/
    
    color: white;
}

/*
.cantico-slider-window {
    height: 385px;
}
*/

.cantico-slider .title {
    margin: 15px 0;
    font-size: 2.8em;
    
    color : white;
}

.carrousel .element {
    display: none;
    /*height : 385px;*/
    
    text-shadow : 2px 1px 2px rgba(0,0,0,0.75);
}

.carrousel .element.cantico-slider-element {
    display: inherit;
    margin-bottom : -1000px;
    padding: 20px 40px 1000px !important;
}

.cantico-slider a.big-button,
.bab_repeat a.big-button{
    display : inline-block;

    border : 1px solid white;
    border-color : rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    padding : 10px 20px 10px 10px;
    margin-right: 30px;

    border-radius : 10px;
    background-image : url("../images/trame-fond-clair.png");
    white-space : nowrap;

    color : white;
    font-family : Helvetica;
    text-decoration : none;
    font-size : 1.2em;
    line-height : 36px;
    text-shadow : 0 -1px 0 rgba(0,0,0,0.25);

    transition : all 0.1s linear;
}

.cantico-slider a i.pull-left{
    margin-right: 0;
}

/**************Addons************************/
    
    .addonsTags {
    
        background: #62c462;
        padding: 1em;
        margin: -20px -20px 0 -20px;
    }

    .addonslist .addon {
        margin-bottom: 3.5em;
    }
    
    .addonslist h2 {
        margin-bottom:0;
    }

    .addonslist a.lastversion,
    .fulladdon  a.lastversion {
       background: #2D3855;
       padding: 5.5px 11px;
       -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
       border-radius: 8px;
       color: white;
       font-size: 16px;
       text-decoration: none;
       vertical-align: middle;
       width: auto;
       border: none;
        text-decoration: none!important;
    }
    
    .longDescription {
        background: #fff;
        padding: .8em;
        margin-bottom: 1.5em;
    }
    
    
    .longDescription h1, 
    .longDescription h2 {
        font-size: 1.2em;
    }
    .longDescription h3 {
        font-size: 1.1em;
    }

    .fulladdon ul {
        list-style-type:none;
        margin-left: 1em;
        padding-left: 0;
    }
    
    .fulladdon li {
        margin-left: 0;
    }

    #requirements {
        display: block;
        padding-top: 10px;
        width: 38%;

    }

    .versionsList li {
        display: inline-block;
    }

    .versionsList a {
        background-color: #2D3855;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
     }
     
    .checkboxFilter, #checkAll {
        width: 20px;
        position: relative;
        margin:8px;
    }

    label {
        margin-left: 2px;
    }

/* % News ***********************************/

.news {
    position:relative;
}

.news h2 {
    margin-bottom : 0;
}

.news .infos {
    font-size : 0.8em;
}

.news .illustration {
    margin : 1em 1em 1em 0;
    
    float : left;
}

/* % Management *****************************/

/*
    Il s'agit de la page management.ovml qui permet d'afficher les différents
    menus auxquels les utilisateurs peuvent accéder.
*/

.gestion div {
    float : left;
    width : 50%;
}

/* % Autre ? ********************************/

.main-separator {
    color : gray;
    width : 80%;
    display : block;
    margin : 15px auto;
}

a.BabTopics.footerMoreLink:Link,
a.BabTopics.footerMoreLink:Visited {
    color : #232F4D;
}

.BabLoginCadreBackground {
    background-image: url(../images/noir-transparent-2-5.png);
}

/*************************************************
    $   Portlets
*************************************************/

/* % Général ********************************/

body .portlets-sortable.ui-sortable-disabled .portlet-frame,
body .portlets-sortable.ui-sortable-disabled .portlet-frame:hover {
    border : none;
}

body .portlets-sortable.ui-sortable-disabled .portlet-toolbar {
    display : none;
}

/* % portlet-versions-ovidentia *************/

/*
    Portlet OVML
    Il permet d'afficher les dernières versions stable et en développement
    d'Ovidentia.
*/

.portlet-versions-ovidentia a.download-button,
.BabTopicsBackground a.download-button{
  display : inline-block;
  
  border : 1px solid white;
  border-color : rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  padding : 10px;

  border-radius : 10px;
  background-color : #62c462;
  background-image : linear-gradient(to bottom,#62c462,#51a351);
  white-space : nowrap;

  color : white;
  font-family : Helvetica;
  text-decoration : none;
  font-size : 18px;
  text-shadow : 0 -1px 0 rgba(0,0,0,0.25);
  
  transition : all 0.1s linear;
}

.portlet-versions-ovidentia a i {
  margin-top: 4px;
}

.portlet-versions-ovidentia a .text {
    display : inline-block;
}

.portlet-versions-ovidentia a #versioncourantezip {
    font-size:0.7em;
}

/* % portlet-last-forum-threads *************/

/*
    Portlet OVML
    Il permet d'afficher les derniers sujets du forum
*/

.portlet-last-forum-threads .element {
    margin-bottom : 20px;
}

.portlet-last-news .element {
    margin-bottom : 20px;
}

/*************************************************
    $   Noyau
*************************************************/

.threads.list table,
.posts.list table,
.posts.list table thead tr,
.posts.list table tbody tr.even {
    background-image : url(../images/noir-transparent-5.png);
}

/*************************************************
    $   Responsive
*************************************************/

@media screen and (max-width:1024px) {
    body {
        font-size : 0.8em;
    }
}

@media screen and (max-width:900px) {
    .wrapper .aside,
    .wrapper .aside.home,
    .wrapper .content,
    .wrapper .aside + .content {
        margin : 0;
        width : auto;
        
        float : none;
    }
}

@media screen and (max-width:800px) {
    .header .nav .menu {
        position:relative;
        float : none;
        
        text-align : left;
        clear : both;
    }
    
    .header .nav .menu ul {
        height : auto;
        
        text-align : left;
    }
    
    .header .nav .menu ul li {
        padding : 0 15px;
        height : 30px;
    
        line-height : 30px;
    }
    
    .wrapper {
        padding-top:130px;
    }
}

@media screen and (max-width:550px) {
    .header {
        position : static;
    }
    
    .header .nav .menu ul {
        border-top:1px solid #121D38;
    }
    
    .header .nav .menu ul li {
        display : block;
        padding : 0;
        border-bottom:1px solid #121D38;
        height : auto;
    
        line-height : normal;
        text-align : center;
    }
    
    .header .nav .menu ul li a {
        display : block;
        padding : 10px;
    }
    
    .wrapper {
        padding-top:0;
    }
}

.download_table {
	width: 50%;
	float: left;
}

.download_table ul {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
}

.download_table ul li a,
.download_table ul li h3,
.download_table ul li,
.download_table ul {
	line-height: 0.5em;
}

.download_table ul a {
	text-decoration: none;
}

.download_table ul li h3.file-name {
	display: inline-block;
	padding 5px;
}

.download_table ul li span.version-zip{
	display: inline-block;
	padding 5px;
}

.download_table h2 {
	text-decoration: underline;
}

div.manage {
    position:absolute;
    top:10px;
    right:10px;
}

span.bab_buttons a {
	line-height: 15px;
	margin-left: 5px;
}

span.bab_buttons a img {
	vertical-align: middle;
}

.bab_repeat h2.art-title {
	margin-top: 2px;
	margin-bottom: 2px;
}

.bab_repeat a.big-button {
	display: none;
	background-color: #62C462;
	line-height: 16px
}

.bab_repeat:hover a.big-button {
	float: right;
	display: block;
	
}

.BabTopicsBackground a.download-button i {
	margin-top: 0px;
	font-size: 24px;
}

		