/* 
BASE COLOR
-------------
width 980px (210 / 600 / 170 px)

blue #00568D

*/

@import url('normalize.css') all;
@import url('colorbox.css') all;


html,body
	{
	color:#171717;font-family:verdana,helvetica,arial,sans-serif;font-size:12px;line-height:1.35;
    background-color: #c4b6aa;
  	height:100%;
  	}

nav,
header,
footer,
section,
article
	{position:relative;}
address
	{font-style:normal;}
	
.print{display: none;}
	
/* MAIN BLOCK */
#container
	{position:relative;width:100%;margin:0 auto;z-index: 1;}

#preheader
	{
	position:relative;
    clear: both;
    width:980px;
	margin:0 auto;
	}
#header
	{
    position:relative;
    clear: both;
    width:980px;
	margin:0 auto;
	background-color:#f4efdd;
    height: 220px;
    overflow: hidden;
	}
#main
	{
    position:relative;
    clear: both;
    width:980px;
	margin:0 auto;
	background-color:#fff;
    }
#content{
    width:600px;
    float:left;
    position: relative;
}
#nav-main{
    width:210px;
    float:left;
}
#nav-side{
    width:170px;
    float:left;
}
#footer
	{
	position:fixed;
    width:980px;
    bottom: 0;
    left:0;
    width:100%;
	background-color:#fff;
    background-color:rgba(255, 255, 255, .95);
    border-top: 1px solid #f0f0f0;
	}
	
#glossaire_index{
	position: absolute;
	top:30px;
	width:130px;
}
.wrapper
	{position:relative;width:980px;margin:auto;padding:0;}
.padder
	{padding: 30px 20px;}
.clearfix
	{
	display:block;visibility:hidden;clear:both;margin:0;padding:0;
	font-size:0;height:0;
	}
img.responsive
	{
  	max-width:100%;
  	width:auto\9;height:auto;
  	vertical-align:middle;
  	border:0;
  	-ms-interpolation-mode: bicubic;
	}
.msgerr
{
    color: #f00;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #f00;
}
.alert-info
{
    color: #00568D;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #00568D;
    box-sizing: border-box;
}

/* NEWS */
#news-box{
    position: fixed; 
    top: 70px; right: 0;
    width:40px;
    z-index: 1000;
}

#news-box .icon{
    width:40px;height:40px;
    margin-top: 15px;
    background: #f4efdd url(img/news-i.png) top left no-repeat;
    background-size: 40px 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
#news-box .icon.close{display: none; background-image: url(img/news-close.png)}
#news-box .wrapper{
    position: absolute;
    left:40px;top:0; 
    width:295px; 
    box-sizing: border-box;
    padding: 20px 35px 20px 20px;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    display:block;
}

#news-box .wrapper .all{
    position: absolute;
    top: 0;
    right: 10px;
}
#news-box .wrapper .all a{
    display: block;
    background-color: #00568D;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 25px 2px 15px;
}
#news-box.active{
    right: 280px;
}
#news-box.active .wrapper
    {display:block;}

#news-box.active .icon.menu{
    display:none
}
#news-box.active .icon.close{
    display:block
}

#news-box .items{}
#news-box .items .item{padding: 15px 20px; margin: 0 -20px;cursor: pointer;}
#news-box .items .item:first-child{margin-top:-2px;}
#news-box .items .item:hover{background-color: #f4efdd;}
#news-box .items .item .date{font-size: 10px;}
#news-box .items .item img{margin: 7px auto;}
#news-box .items .item img.responsive{width: 40%; margin: 0 0 4px 7px; float:right;}
#news-box .items .item .plus{font-size: 10px; white-space: nowrap;}
#news-box .items .item .resume{font-style: italic;}



/* NEWS CONTENT */
#news-content{}
#news-content .items{margin: 0;}
#news-content .items .item{padding: 10px 25px 15px 20px; border-bottom: 1px solid #00568D; margin:0 -25px 0 -20px;}

#news-content .items .item .date{font-weight: normal;font-size: 11px;}
#news-content .items .item img{margin: 7px auto;}
#news-content .items .item .text{margin: 7px auto;}
#news-content .items .item img.small{float: left; width: 220px; cursor: pointer; margin: 7px 14px 14px 0;}


/* NAV */
nav ul{display: block; list-style-type: none;}
nav li{display: block; list-style-type: none;}

#preheader nav ul{
    text-align: left;
    padding: 20px 0 20px 20px;
}
#preheader nav ul li{
    display: inline-block;
    color: white;
    font-size: 11px;
    padding: 0;
}
#preheader nav ul li:after{content: ' l'}
#preheader nav ul li:last-child:after{content: ''}
#preheader nav ul li a{font-weight: bold;}
#preheader .user-info{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 11px;
    text-align: right;
    color: #f4efdd;
    font-weight: bold;
}


#nav-main,
#nav-side{background-color:#f4efdd;}

#nav-main ul li{
    padding: 5px 0 20px 30px;font-weight: bold;
    background: transparent url(img/navicon-home.png) top left no-repeat;
    background-size: 22px 22px;
    font-size: 12px;
    }

#nav-main ul li:nth-child(1){color:#00568d;background-image: url(img/navicon-home.png);}
#nav-main ul li:nth-child(2){color:#917763;background-image: url(img/navicon-intro.png);}
#nav-main ul li:nth-child(3){color:#009ce1;background-image: url(img/navicon-chretiens.png);}
#nav-main ul li:nth-child(4){color:#00a449;background-image: url(img/navicon-musulmans.png);}
#nav-main ul li:nth-child(5){color:#813389;background-image: url(img/navicon-juifs.png);}
#nav-main ul li:nth-child(6){color:#fab800;background-image: url(img/navicon-hindous.png?v=2);}
#nav-main ul li:nth-child(7){color:#e25805;background-image: url(img/navicon-bouddhistes.png?v=2);}
#nav-main ul li:nth-child(8){color:#917763;background-image: url(img/navicon-intro.png);}

#nav-side ul{
    -moz-column-count:3;
    -webkit-column-count:3;
    -o-column-count:3;
    column-count:3;
    -moz-column-gap:15px;
    -webkit-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
}
#nav-side li{padding: 10px 0 0 0;font-weight: bold;}
#nav-side li a{}
#nav-side li .empty{opacity: 0.25;}

#nav-footer ul{font-size: 11px; color:#00568d;}
#nav-footer ul li{display: inline-block;}
#nav-footer ul li:after{content: ' l'}
#nav-footer ul li:last-child:after{content: ''}

#header img{width:100%;}
#header img.titre{width:398px; position: absolute; top: 25px; left:20px; z-index: 500;}

#header .animation{position: absolute; z-index: 400; width: 100%; height:100%; top:0;left:0;overflow: hidden;}
#header .animation .mot{position: absolute; top:0;left:0;color:white; font-size: 60px;}
/* STANDARD DEFINITION */
hr{border: 0 none; border-top:1px solid #00568d;}
a {color:inherit; text-decoration: none;}
a.sign{text-decoration: underline;}
a.lnk_out{text-decoration: underline;}
a.lnk_in{text-decoration: underline;}

small,
p.small{font-size: .9em;}
h1{font-size: 14px; text-transform: uppercase;margin-bottom: 14px; color:#00568d;}
h2, .h2{font-size: 14px; margin: 14px 0 4px 0; color:#00568d;}
h3, .h3{font-size: 12px; margin: 4px 0 0 0; color:inherit;}
h4{font-size: 13px; font-weight: normal;margin-bottom: 14px;}
h5{font-size: 11px; font-weight: bold;margin: 14px 0 4px 0; color:#00568d;}

.note{font-size:.85em; margin: 15px 0 5px 0;}

#content p,
#content li{margin-bottom: 7px;}
#content ul{padding-left:20px;}

#content li li{list-style-type: none; text-indent: -10px;}
#content li li:before{content: '- '}

/* LAYOUT DETAILS */
#footer .logo{position: absolute; top: 10px; left:20px;z-index:100;}
#footer nav{padding-left: 210px;padding-top: 10px; padding-bottom: 20px;}


/* CONTENT - intentions pedagogiques */
body.intentions_pedagogiques #content .picto{float:left; padding: 0 7px 7px 0;width: 40px;}

body.intentions_pedagogiques #content ul{margin: 15px 0;}
body.intentions_pedagogiques #content li{clear:both; padding-bottom: 15px; list-style-type: none;}

/* GLOSSAIRE */
body.glossaire .filtre{ position: absolute; right:15px; top: 7px;}
dl.glossaire{}
dl.glossaire dt{font-size: 42px; font-weight: bold;margin-left: -4px; color:#00568d; line-height: 100%;}
dl.glossaire dd{}
dl.glossaire dd h3{font-size: 15px;}
dl.glossaire dd .description{margin-bottom: 10px;}
dl.glossaire dd .mots{margin: -5px 0 10px 0; font-size: 11px;}
dl.glossaire dd .mots a{}
dl.glossaire dd .mots a:hover{}
dl.glossaire dd .mots a:after{content: '  l  '}
dl.glossaire dd .mots a:last-child:after{content: ''}

/* ACCORDION */
dl.accordion{}
dl.accordion dt{clear: both;background: transparent url(img/traditions/orgs/puce_close.png) 0 4px no-repeat; background-size: 7px 7px; padding: 0 4px 7px 14px;font-weight: bold; text-transform: uppercase; font-size: 11px; color:#00568d;}
dl.accordion dt.selected{background-image: url(img/traditions/orgs/puce_open.png);}
dl.accordion dd{margin: -4px 0 7px 0; padding-left: 14px;}

.ressources .item{margin: 2px 0 0 0;position: relative;}
.ressources h4{font-weight: bold; font-size: 11px;margin-bottom: 0;line-height: normal;}

.ressources h4 a{display: block; margin-left: -7px; padding: 2px 7px 3px 7px;}
.ressources h4 a:hover{color:white; background-color:#00568d;}
.ressources h4 small{font-size: 11px; font-weight: normal;}

.ressources .description{font-style: italic; font-size: 11px;margin: -2px 0 4px 0;}
.ressources .source{font-style: italic; font-size: 11px;margin-bottom: 4px;}
.ressources .utilisation{font-size: 11px;margin: -2px 0 4px 0;}

.ressources .item .more button,
.ressources .item .less button
	{
		border: 0 none;
		background-color: #009ce1;
		background-size: 100% 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 2px 15px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
		margin: 14px 0;
	}

.ressources .item.IMAGEZOOM{float:left; margin: 5px 10px 5px 0; width: 125px;}
.ressources .item.IMAGEZOOM img{width:100%;}

.ressources .item.BIBLIO{clear: both;}
.ressources .item.BIBLIO h4{font-weight: normal;margin-bottom: 7px;}
.ressources .description{font-style: normal;}
.ressources .item.BIBLIO img.liste{float: left; margin-right: 10px;margin-bottom: 10px;}


.ressources .item.RESSOURCES_COMP{margin-bottom: 15px;padding-bottom: 15px; border-bottom: 1px solid #333;}
.ressources .item.RESSOURCES_COMP:last-child{margin-bottom: 0;border-bottom: 0 none;}
.ressources .item.RESSOURCES_COMP h4{margin-bottom: 7px;}
/*.ressources .item.RESSOURCES_COMP img.liste{float: right; margin-top: 15px;margin-left: 10px;margin-bottom: 10px; width: 220px;}*/

.ressources .item.RESSOURCES_COMP img.liste{float: left; margin-top: 4px; margin-right: 10px;margin-bottom: 4px; width: 160px;}

.ressources .item.RESSOURCES_COMP .liens a:before,
.ressources .item.RESSOURCES_COMP a.lnk_out:before{content:'» ';}
.ressources .item.RESSOURCES_COMP a.lnk_out{text-decoration: none;}

.ressources .item.RESSOURCES_COMP .liens,
.ressources .item.RESSOURCES_COMP .utilisation,
.ressources .item.RESSOURCES_COMP .source
	{display:none;}
.ressources .item.RESSOURCES_COMP.active .liens,
.ressources .item.RESSOURCES_COMP.active .utilisation,
.ressources .item.RESSOURCES_COMP.active .source
	{display:block;}


.ressources .intro,
.ressources .intro p{font-size: 11px;}



/*
.ressources .item.RESSOURCES_COMP .source{display: none;}
.ressources .item.RESSOURCES_COMP img.liste{display: none;}
*/

.ressources .types{
	float:right;
	right: 0px;
	width: 40px;
}

.ressources .types .type{
  width:25px; height:25px;
  overflow: hidden;
  background: #009ce1 url(img/types/image.png) left top no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  float: right;
}

.ressources .types .type .label{display: none;}

.ressources .types .type.image{background-image: url(img/types/image.png);}
.ressources .types .type.txt_info{background-image: url(img/types/txt_info.png);}
.ressources .types .type.video{background-image: url(img/types/video.png);}
.ressources .types .type.fiche_activite{background-image: url(img/types/fiche_activite.png);}
.ressources .types .type.cartes_infographies{background-image: url(img/types/cartes_infographies.png);}
.ressources .types .type.musique{background-image: url(img/types/musique.png);}
.ressources .types .type.bricolage{background-image: url(img/types/bricolage.png);}
.ressources .types .type.cuisine{background-image: url(img/types/cuisine.png);}
.ressources .types .type.audio{background-image: url(img/types/audio.png);}

.back{font-size: 10px; position: absolute; top:7px; left:20px;}

.img_zoom .description{padding: 20px; color:white; font-weight: bold;}
.img_zoom .copy{margin-top:15px;}
.img_zoom .img{line-height: 0; width:100%; overflow: hidden}
.img_zoom .img img{width:100%;}
.img_zoom  button
    {
    float:right;border: 0 none; background-color: white; font-weight: bold;padding: 3px 20px; text-transform: uppercase;font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
.img_zoom  button:hover{opacity: .9;}

.img_menu{margin: 20px 0;}
.img_menu .item{width: 87px;float:left; margin: 3px; opacity: .5;}
.img_menu .item.active,
.img_menu .item:hover{opacity: 1;}
.img_menu .item img{width: 100%;}


/* PUBLIC PAGE */
body.public{height: auto;}
body.public #main{
	margin-top: 70px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}
body.public #content{width: 100%;}
body.public .item_fiche{float:left; width: 450px; margin-bottom: 20px;}
body.public .item_fiche section{padding:0 20px;}
body.public .item_fiche:first-child section{width: 350px;}
body.public .item_fiche:first-child section{padding-left: 0;padding-right: 120px;}

body.public .first-visit section{
	background-color: #00568D; color: white; padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
body.public .connect section h2{margin-top: 0;}
body.public .first-visit section h2{color: white;margin-top: 0;}


body.public .connect section{
	border: 2px solid #00568D;padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #00568D;
	}
body.public .connect section h2{}

body.public input{
	border: 1px solid #00568D;
	padding: 2px 1px;
}

body.public input[type="submit"]{
	border: 0 none;
	padding: 7px 14px;
	color: white;
	background-color: #00568D;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

body.public .first-visit input[type="submit"]{
	color: #00568D;
	background-color: white;
}
body.public .form table{width: 100%;}
body.public .form td{padding: 2px;}
body.public .form td.label{font-weight: bold;}

body.public #footer{position: relative;background: 0 none;border:0 none;}


body.compte .tbl_form{width:100%;}
body.compte .tbl_form td{vertical-align: top;padding: 2px 0;}
body.compte .tbl_form .label{width:35%;}
body.compte .info{font-size: 10px;}

body.compte input{
	border: 1px solid #00568D;
	padding: 2px 1px;
}
body.compte input[type="submit"]{
	border: 0 none;
	padding: 7px 14px;
	color: white;
	background-color: #00568D;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*CONTENT */
#content ul.files{padding:0; padding-left: 20px;}
#content ul.files li{list-style: none; margin-bottom: 5px;}

#content a.file{
	display: inline-block; padding-left: 20px; padding-top: 2px;
	background: transparent url(img/doc-pdf.png) top left no-repeat;
}
#content a.file:hover{background-image:url(img/doc-pdf.active.png);}

#content a.file.icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: baseline;
	padding:0;
	margin-bottom: -3px;
}

#content a.eye{
	
	display: inline-block; padding-left: 20px; padding-top: 2px;
	background: transparent url(img/eye.png) top left no-repeat;
	
	background-size: 16px 16px;
}
#content a.eye:hover{background-image:url(img/eye.active.png);}

/* COLORS */
.cl{color:#00568D;}
.cl_back{background-color:#00568D;}
h1, h2, h3,
#nav-side
    {color:#00568D;}
#preheader
    {background-color:#00568D;}

/* COLORS - intro */
body.intro .cl{color:#917763;}
body.intro .cl_back{background-color:#917763;}
body.intro h1,
body.intro h2,
body.intro h3,
body.intro h5,
body.intro #nav-side
    {color:#917763;}

body.intro #preheader,
body.intro .ressources .types .type,
body.intro .ressources .item .more button,
body.intro .ressources .item .less button
    {background-color:#917763;}

/* COLORS - chretiens */
body.chretiens .cl{color:#009ce1;}
body.chretiens .cl_back{background-color:#009ce1;}
body.chretiens h1,
body.chretiens h2,
body.chretiens h3,
body.chretiens h5,
body.chretiens #nav-side
    {color:#009ce1;}

body.chretiens #preheader,
body.chretiens .ressources .types .type,
body.chretiens .ressources .item .more button,
body.chretiens .ressources .item .less button
    {background-color:#009ce1;}
    
body.chretiens dl.accordion dt{background-image: url(img/traditions/chretiens-puce_close.png); color:#009ce1;}
body.chretiens dl.accordion dt.selected{background-image: url(img/traditions/chretiens-puce_open.png);}
body.chretiens .ressources h4 a:hover{background-color:#009ce1;}

/* COLORS - musulmans */
body.musulmans .cl{color:#00a449;}
body.musulmans .cl_back{background-color:#00a449;}
body.musulmans h1,
body.musulmans h2,
body.musulmans h3,
body.musulmans h5,
body.musulmans #nav-side
    {color:#00a449;}

body.musulmans #preheader,
body.musulmans .ressources .types .type,
body.musulmans .ressources .item .more button,
body.musulmans .ressources .item .less button
    {background-color:#00a449;}
    
body.musulmans dl.accordion dt{background-image: url(img/traditions/musulmans-puce_close.png); color:#00a449;}
body.musulmans dl.accordion dt.selected{background-image: url(img/traditions/musulmans-puce_open.png);}
body.musulmans .ressources h4 a:hover{background-color:#00a449;}

/* COLORS - juifs */
body.juifs .cl{color:#813389;}
body.juifs .cl_back{background-color:#813389;}
body.juifs h1,
body.juifs h2,
body.juifs h3,
body.juifs h5,
body.juifs #nav-side
    {color:#813389;}

body.juifs #preheader,
body.juifs .ressources .types .type,
body.juifs .ressources .item .more button,
body.juifs .ressources .item .less button
    {background-color:#813389;}

body.juifs dl.accordion dt{background-image: url(img/traditions/juifs-puce_close.png); color:#813389;}
body.juifs dl.accordion dt.selected{background-image: url(img/traditions/juifs-puce_open.png);}
body.juifs .ressources h4 a:hover{background-color:#813389;}

/* COLORS - hindous */
body.hindous .cl{color:#fab800;}
body.hindous .cl_back{background-color:#fab800;}
body.hindous h1,
body.hindous h2,
body.hindous h3,
body.hindous h5,
body.hindous #nav-side
    {color:#fab800;}

body.hindous #preheader,
body.hindous .ressources .types .type,
body.hindous .ressources .item .more button,
body.hindous .ressources .item .less button
    {background-color:#fab800;}

body.hindous dl.accordion dt{background-image: url(img/traditions/hindous-puce_close.png); color:#fab800;}
body.hindous dl.accordion dt.selected{background-image: url(img/traditions/hindous-puce_open.png);}
body.hindous .ressources h4 a:hover{background-color:#fab800;}

/* COLORS - bouddhistes */
body.bouddhistes .cl{color:#e25805;}
body.bouddhistes .cl_back{background-color:#e25805;}
body.bouddhistes h1,
body.bouddhistes h2,
body.bouddhistes h3,
body.bouddhistes h5,
body.bouddhistes #nav-side
    {color:#e25805;}

body.bouddhistes #preheader,
body.bouddhistes .ressources .types .type,
body.bouddhistes .ressources .item .more button,
body.bouddhistes .ressources .item .less button
    {background-color:#e25805;}

body.bouddhistes dl.accordion dt{background-image: url(img/traditions/bouddhistes-puce_close.png); color:#e25805;}
body.bouddhistes dl.accordion dt.selected{background-image: url(img/traditions/bouddhistes-puce_open.png);}
body.bouddhistes .ressources h4 a:hover{background-color:#e25805;}


/* COLORS - introduction */
body.introduction .cl{color:#917763;}
body.introduction .cl_back{background-color:#917763;}
body.introduction h1,
body.introduction h2,
body.introduction h3,
body.introduction h5,
body.introduction #nav-side
    {color:#917763;}

body.introduction #preheader,
body.introduction .ressources .types .type,
body.introduction .ressources .item .more button,
body.introduction .ressources .item .less button
    {background-color:#917763;}

body.introduction dl.accordion dt{background-image: url(img/traditions/introduction-puce_close.png); color:#917763;}
body.introduction dl.accordion dt.selected{background-image: url(img/traditions/introduction-puce_open.png);}
body.introduction .ressources h4 a:hover{background-color:#917763;}

/* COLORS - annexes */
body.annexes .cl{color:#917763;}
body.annexes .cl_back{background-color:#917763;}
body.annexes h1,
body.annexes h2,
body.annexes h3,
body.annexes h5,
body.annexes #nav-side
    {color:#917763;}

body.annexes #preheader,
body.annexes .ressources .types .type,
body.annexes .ressources .item .more button,
body.annexes .ressources .item .less button
    {background-color:#917763;}

body.annexes dl.accordion dt{background-image: url(img/traditions/annexes-puce_close.png); color:#917763;}
body.annexes dl.accordion dt.selected{background-image: url(img/traditions/annexes-puce_open.png);}
body.annexes .ressources h4 a:hover{background-color:#917763;}