/*****************************************
 * elements
 ****************************************/

body {
	margin: 0;
    padding: 0;
	/*font-family: 'Montserrat', sans-serif;
	font-weight: 500;*/
	font-family: sans-serif;
	color: #00235c/*bleu marine*/;
	line-height: 1.5;
}

/*a, a:visited {
	text-decoration: none;
}*/

a img {
	border: none;
}

h1, h2, h3 {
	color: #0099ff/*bleu ciel*/;
}

h1 {
	text-transform: uppercase;
}

h2 {
	margin-top: 50px;
	margin-bottom: 35px;
}

h2.spip {
	text-align: left;
	margin-top: 2em; 
	margin-bottom: 1.4em;
	font-size: 1.15em;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

a, a:visited {
	color: #00235c/*bleu marine*/;
}

a:hover {
	color: #0099ff/*bleu ciel*/;
}


/*****************************************
 * .accueil-
 ****************************************/

.accueil-Article {
	margin: auto;
	max-width: 720px;
	
}

.accueil-Bloc {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("images/fond-accueil.png");
	height: 720px;
	width: 952px;
	margin: auto;
	position: relative;
}

.accueil-Enluminure_N {
	background-image: url("images/enluminure-N.png");
	display: block;
	position: absolute;
	width: 156px;
	height: 147px;
	left: 240px;
	top: 22px;
}

.accueil-Enluminure_O {
	background-image: url("images/enluminure-O.png");
	display: block;
	position: absolute;
	width: 268px;
	height: 172px;
	left: 0;
	top: 60px;
}

.accueil-Enluminure_S {
	background-image: url("images/enluminure-S.png");
	display: block;
	position: absolute;
	width: 228px;
	height: 220px;
	left: -160px;
	top: -10px;
}

.accueil-Enluminure_E {
	background-image: url("images/enluminure-E.png");
	display: block;
	position: absolute;
	width: 192px;
	height: 177px;
	left: 55px;
	top: 80px;
}

.accueil-Films {
    display: block;
	position: absolute;
    width: 184px;
	height: 60px;
	left: 412px;
	top: 291px;
    font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.accueil-Films a {
    display: block;
    width: 184px;
	height: 60px;
}

.accueil-Films a:hover {
    border-width: 1px;
    border-color: #0099ff;
    border-style: solid;
}

.accueil-Films .accueil-Texte {
    display: none;
}

.accueil-Layout {
	padding-top: 15px;
	margin: auto;
    max-width: 1200px;
}

.accueil-Pointcardinal {
	display: block;
	position: absolute;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.accueil-Pointcardinal a {
	text-decoration: none;
}

.accueil-Pointcardinal a:hover {
	text-decoration: underline;
}

.accueil-Pointcardinal_N {
	top: 10px;
	left: 280px;
}

.accueil-Pointcardinal_S {
	top: 440px;
	left: 400px;
}

.accueil-Pointcardinal_O {
	top: 160px;
	left: 10px;
}

.accueil-Pointcardinal_E {
	top: 245px;
	left: 700px;
}

.accueil-Recherche {
	text-align: center;
	margin-top: 40px;
}

.accueil-Recherche .boussole-search-Block {
	display: inline-flex;
	margin-top: 0;
}

.accueil-Soustitre {
    text-align: center;
    color: #0099ff/*bleu ciel*/;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
}

.accueil-Texte {
	display: block;
	color: #0099ff/*bleu ciel*/;
	max-width: 300px;
	
}

.accueil-Titre {
    text-align: center;
}

@media (max-width: 699px) {
	
	.accueil-Bloc {
		background-image: none;
		
	}
}

@media ((min-width: 700px) and (max-width: 951px)) {
	
	.accueil-Bloc {
		background-image: url("images/fond-pointcardinal.png");
	}
}

@media (max-width: 951px) {
	
	.accueil-Bloc {
		position: static;
		width: 100%;
		height: auto;
		background-position: 0 50px;
	}
	
	.accueil-Enluminure_N {
		background-image: url("images/enluminure-N.png");
		display: block;
		position: static;
		margin: auto;
		left: 0;
		top: 0;
	}

	.accueil-Enluminure_O {
		background-image: url("images/enluminure-O.png");
		display: block;
		position: static;
		margin: auto;
		left: 0;
		top: 0;
	}

	.accueil-Enluminure_S {
		background-image: url("images/enluminure-S.png");
		display: block;
		position: static;
		margin: auto;
		left: 0;
		top: 0;
	}

	.accueil-Enluminure_E {
		background-image: url("images/enluminure-E.png");
		display: block;
		position: static;
		margin: auto;
		left: 0;
		top: 0;
	}
	
	.accueil-Films {
        position: relative;
        top: 0;
		left: 0;
        width: 100%;
		height: auto;
        padding-top: 20px;
    }
    
    .accueil-Films a {
        width: 100%;
		height: auto;
        text-decoration: none;
        color: #0099ff/*bleu ciel*/;
        padding-top: 160px;
        background-image: url("images/touslesfilms.png");
        background-position: top center;
        background-repeat: no-repeat;
    }
    
    .accueil-Films a:hover {
        border: none;
        text-decoration: underline;
    }
    
    .accueil-Films .accueil-Texte {
        display: block;
    }
    
    .accueil-Pointcardinal {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 40px;
		padding-top: 20px;
	}
	
	.accueil-Texte {
		margin: auto;
		max-width: 500px;
		text-align: center;
	}
}


/*****************************************
 * .article-
 ****************************************/

.article-Chapo {
	margin-top: 25px;
}

.article-Enluminure_appelfilms {
	width: 605px;
	height: 342px;
	margin: auto;
	background-image: url("images/article/appel-films_605x342.png");
	background-repeat: no-repeat;
}

.article-Enluminure_cestquoi {
	width: 361px;
	height: 254px;
	margin: auto;
	background-image: url("images/article/c-est-quoi_361x254.png");
	background-repeat: no-repeat;
}

.article-Enluminure_actualites {
	width: 590px;
	height: 436px;
	margin: auto;
	background-image: url("images/article/actualites_590x436.png");
	background-repeat: no-repeat;
}

.article-Enluminure_programmation {
	width: 590px;
	height: 454px;
	margin: auto;
	background-image: url("images/article/programmation_590x454.png");
	background-repeat: no-repeat;
}

.article-Layout {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.article-RetourRubrique {
    font-size: 0.9em;
    text-align: right;
	margin-bottom: 20px;
}

@media (max-width: 630px) {

	
	.article-Enluminure_actualites {
		width: 300px;
		height: 222px;
		background-image: url("images/article/actualites_300x222.png");
	}
	
	.article-Enluminure_cestquoi {
		width: 200px;
		height: 141px;
		background-image: url("images/article/c-est-quoi_200x141.png");
	}
	
	.article-Enluminure_appelfilms {
		width: 304px;
		height: 172px;
		background-image: url("images/article/appel-films_304x172.png");
	}
	
	.article-Enluminure_programmation {
		width: 290px;
		height: 223px;
		background-image: url("images/article/programmation_290x223.png");
	}

}


/*****************************************
 * .boussole-
 ****************************************/

.boussole-List {
	list-style: none;
	padding-top: 0;
	padding-left: 0;
	margin: 0;
	padding-bottom: 17px;
	
}

.boussole-Home {
	background-image: url("images/boussole.png");
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: -18px;
	background-color: #fff;
	display: block;
	height: 36px;
	width: 87px;
	margin: auto;
}

.boussole-Nav {
	border-color: #00235c/*bleu marine*/;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 20px;
	position: relative;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.boussole-Point {
	min-height: 50px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 55px;
	margin-bottom: 12px;
	font-size: 0.9em;
	display: flex;
	align-items: center;
	line-height: 1.2em;
}

.boussole-Point:last-child {
	margin-bottom: 0;
}

.boussole-Point a {
	color: #00235c/*bleu marine*/;
	text-decoration: none;
}

.boussole-Point a:hover {
	text-decoration: underline;
}

.boussole-Point_N {
	background-image: url("images/pointcardinal-N.png");
}

.boussole-Point_O {
	background-image: url("images/pointcardinal-O.png");
}

.boussole-Point_S {
	background-image: url("images/pointcardinal-S.png");
}

.boussole-Point_E {
	background-image: url("images/pointcardinal-E.png");
}

@media (max-width: 951px) {


	.boussole-Nav {
		margin-top: 75px;
		margin-bottom: 25px;
	}

}


/*****************************************
 * .boussole-
 ****************************************/


.boussole-search-Block {
	display: flex;
	margin-bottom: 50px;
	margin-top: 30px;
	align-items: center;
	max-width: 350px;
}

.boussole-search-Button {
	border: none;
	background-color: #00235c;
	color: #fff;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	text-align: center;
}

.boussole-search-Input {
	border-color: #00235c;
	border-width: 6px;
	border-radius: 20px;
	padding: 6px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

@media (max-width: 951px) {
	
	.boussole-search-Block {
		display: none;
	}
}

@media ((min-width: 952px) and (max-width: 1099px)) {

	.boussole-search-Block {
		margin-top: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.boussole-Nav {
		margin-bottom: 25px;
	}

}


/*****************************************
 * .cellule-
 ****************************************/

.cellule-Description {
	font-size: 0.9em;
	margin-left: 110px;
	max-width: 500px;
}

.cellule-Liste {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
	list-style: none;
}

.cellule-Liste li {
	margin: 0;
    padding: 0;
}


.cellule-Realisateurs {
	margin-left: 110px;
}

.cellule-Titre  {
	margin-left: 110px;
}

.cellule-Titre a, .cellule-Titre a:visited {
	color: #0099ff/*bleu ciel*/;
	font-weight: bold;
	font-size: 1.1em;
}

.cellule-Titre a:hover {
	color: #00ccff/*bleu clair*/;
}

.cellule-Vignette {
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 100px;
}


@media (max-width: 450px) {

	.cellule-Description, .cellule-Titre, .cellule-Realisateurs {
		margin-left: 0;
	}
	
	.cellule-Vignette {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width: 799px) {

	.cellule-Liste {
		 grid-template-columns: 1fr;
		 grid-row-gap: 40px;
	}

}


/*****************************************
 * .details-
 ****************************************/

.details-Bloc {
	margin-bottom: 40px;
	margin-left: 25px;
	margin-top: 40px;
}

.details-Bloc > summary {
	color: #36a9e1/*bleu mauve*/;
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-image: url("images/fleche-fermee.png");
	padding-left: 25px;
	min-height: 30px;
	margin-bottom: 20px;
}

.details-Bloc > summary::-webkit-details-marker {
  display: none;
}

.details-Bloc[open] > summary {
	background-image: url("images/fleche-ouverte.png");
	color: #00ccff/*bleu clair*/;
}

.details-Bloc > summary:hover {
	cursor: pointer;
}

.details-Contenu {
	margin-left: 40px;
	margin-bottom: 40px;
}

.details-Sentiers li {
	margin-bottom: 15px;
	list-style-image: url("images/puce.png");
}

.details-Sentiers a {
	color: #00235c/*bleu marine*/;
	margin-bottom: 15px;
}

.details-Sentiers a:hover {
	color: #00235c/*bleu marine*/;
}


@media (max-width: 730px) {

	.details-Bloc {
		margin-left: 0;
	}

}

/*****************************************
 * .film-
 ****************************************/

.film-Credits {
	display: block;
    font-size: 0.8em;
    text-align: right;
}

.film-InfoTech {
	background-color: #eafdff/* bleu délavé*/;
	font-size: 0.9em;
	padding: 5px 10px 15px 15px;
}

.film-InfoTech dl {
	margin: 0;
	padding: 0;
}

.film-InfoTech dt {
	margin-top: 15px;
	margin-bottom: 4px;
}

.film-InfoTech dd {
	margin-top: 0;
}

.film-InfoTech p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.film-Organisme {
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
	margin-top: 20px;
	margin-bottom: 20px;
}


.film-Tessa {
	min-height: 64px;
	margin-bottom: 15px;
	clear: left;
	display: flex;
	align-items: center;
}

.film-tessa-Regroupement {
	min-height: 64px;
	margin-bottom: 15px;
	clear: left;
	display: flex;
	align-items: start;
	margin-bottom: 40px;
}

.film-tessa-Liste .lien-Chemin{
	display: block;
	margin-bottom: 10px;
}


/*****************************************
 * .lien-
 ****************************************/

.lien-Chemin {
	margin-left: 10px;
}


/*****************************************
 * .pointcardinal-
 ****************************************/

.pointcardinal-Bloc {
	background-position: 50px 0;
	background-repeat: no-repeat;
	padding-top: 235px;
}

.pointcardinal-Bloc_N {
	background-image: url("images/enluminure-N.png");
	background-position: 300px 30px;
}

.pointcardinal-Bloc_S {
	background-image: url("images/enluminure-S.png");
	background-position: 350px 0;
}

.pointcardinal-Bloc_E {
	background-image: url("images/enluminure-E.png");
	background-position: 280px 20px;
}

.pointcardinal-Bloc_O {
	background-image: url("images/enluminure-O.png");
	background-position: 280px 0;
}

.pointcardinal-Layout {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("images/fond-pointcardinal.png");
}

.pointcardinal-Title {
	padding-left: 30px;
}

@media (max-width: 469px) {
	
	.pointcardinal-Bloc_N {
		background-position: top center;
	}

	.pointcardinal-Bloc_S {
		background-position: top center;
	}

	.pointcardinal-Bloc_E {
		background-position: top center;
	}

	.pointcardinal-Bloc_O {
		background-position: top center;
	}

	.pointcardinal-Layout {
		background-image: none;
	}
}

@media ((min-width: 470px) and (max-width: 690px)) {
	
	.pointcardinal-Bloc_N {
		background-position: 200px 30px;
	}

	.pointcardinal-Bloc_S {
		background-position: 250px 0;
	}

	.pointcardinal-Bloc_E {
		background-position: 180px 20px;
	}

	.pointcardinal-Bloc_O {
		background-position: 180px 0;
	}

}


/*****************************************
 * .recherche-
 ****************************************/

.recherche-Input {
    border-style: solid;
    border-width: 4px;
    border-color: #1f1945;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    margin-right: 10px;
}

.recherche-Submit {   
    border: none;
    background-color: #00235c;
    color: #fff;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    text-align: center;
    vertical-align: middle;
}

.recherche-scopesearch-Footer {
    margin-top: 10px;
    text-align: right;
}

.recherche-scopesearch-Form {
    border-style: solid;
    border-width: 4px;
    border-color: #1f1945;
    border-radius: 12px;
    display: inline-block;
    padding: 10px;
    margin-left: 40px;
}

.recherche-scopesearch-Grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.recherche-scopesearch-Grid > div {
    display: contents;
}

.recherche-scopesearch-Title {
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.recherche-scopesearch-Title:hover {
    cursor: pointer;
}


/*****************************************
 * .tessa-
 ****************************************/

.tessa-Lien, .tessa-Lien:visited {
	display: inline-block;
	color: #0099ff/*bleu ciel*/;
	/*font-weight: bold;*/
	background-image: url("images/puce.png");
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left center;
}

.tessa-Initiales {
    margin-bottom: 50px;
}

.tessa-Lien:hover {
	color: #00ccff/*bleu clair*/;
}

.tessa-Icon64 {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.tessa-Icon64_N {
	background-image: url("images/icon64-N.png");
}

.tessa-Icon64_S {
	background-image: url("images/icon64-S.png");
}

.tessa-Icon64_E {
	background-image: url("images/icon64-E.png");
}

.tessa-Icon64_O {
	background-image: url("images/icon64-O.png");
}

.tessa-Spip h2.spip {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

.tessa-Texte {
	max-width: 700px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

