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

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
    padding: 0;
	line-height: 1.4;
}

a, a:visited {
	text-decoration: none;
	color: #00767d;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Inter', sans-serif;
	font-weight: 300;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 3.5rem;
	/*font-family: 'Inter', sans-serif;
	 *font-weight: 200;*/
	text-align: center;
	margin-bottom: 25px;
}

h2 {
	font-size: 1.8rem;
}

strong, b {
	font-weight: 600;
}

/***********************
 * .spip
 **********************/

ul.spip {
	padding-left: 0;
}

ul.spip li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.indentation ul.spip li {
	margin-left: 30px;
}

.center {
	text-align: center;
}

ul.spip li::before {
	content: "> ";
}


/***********************
 * .actu-
 **********************/

.actu-Bloc {
	display: flex;
	flex-flow: column;
}

.actu-Body.article-Body {
	max-width: 1400px;
	padding-top: 10px;
}

.actu-Chapeau {
	margin: auto;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 1.3rem;
	max-width: 400px;
	flex-grow: 1;
}

.actu-Chapeau .autobr {
	display: none;
}

.actu-LienSuite, .actu-LienSuite:visited {
	display: inline-block;
	background-color: #fff;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #000;
	text-transform: uppercase;
	padding: 10px;
	line-height: 1;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.actu-LienSuite:hover, .actu-LienSuite:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00767d;
	border-color: #fff;
}

.actu-Liste {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	max-width: 1400px;
	margin: 40px auto;
}

.actu-Titre {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.actu-Titre a {
    text-decoration: none;
}

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

.article-Header {
	background-color: #00cecf;
	padding-top: 30px;
	padding-bottom: 30px;
}

.article-Header.version-Blank {
	background-color: #fff;
}

.article-Header h1 {
	margin-top: 20px;
}

.article-Body {
	max-width: 750px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: auto;
}

.article-HeaderContent {
	max-width: 750px;
	margin: auto;
}

.article-HeaderChapeau {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 30px;
	padding-bottom: 10px;
	/*font-family: 'Inter', sans-serif;
	font-weight: 300;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
}

.article-Body h2.spip {
	color: #00767d;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-bottom: 25px;
}

.article-TitreChapitre {

}


/***********************
 * .contact-
 **********************/

.contact-Body.article-Body {
	max-width: 1050px;
	padding-top: 10px;
}

.contact-Grid {
	display: grid;
	grid-template-areas:
		"vide titre"
		"ps texte";
	grid-template-columns: 300px 1fr;
	grid-column-gap: 100px;
	margin-top: 50px;
	
}

.contact-Ps {
	grid-area: ps;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 50px;
}

.contact-Texte {
	grid-area: texte;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 50px;
}

.contact-Grid:last-child .contact-Ps, .contact-Grid:last-child .contact-Texte {
	border: none;
}

.contact-Titre {
	grid-area: titre;
    font-size: 2.2rem;
}


/***********************
 * .header-
 **********************/

.header-Banner {
	max-width: 1400px;
	margin: auto;
	position: relative;
	padding-left: 135px;
	padding-top: 20px;
	
}

.header-Container {
	background-color: #00cecf;
	padding-top: 30px;
	/*font-family: 'Inter', sans-serif;
	font-weight: 200;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
}

.header-Container.version-Blank {
	background-color: #fff;
}

.header-Logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 117px;
	background-repeat: no-repeat;
	background-image: url("images/logo-haut.png");
}

.header-Langues {
    position: absolute;
	top: 0;
	right: 10px;
}

.header-LangueEncours {
    font-weight: bold;
}

.header-MenuPrincipal {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-bottom-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	list-style: none;
	font-size: 1.4rem;
}

.header-MenuPrincipal li {
	padding: 0;
	margin: 0;
}

.header-Lien,
.header-Lien:visited {
	color: #000;
}

.header-Lien:hover {
	text-decoration: none;
}

.header-Lien:hover {
	color: #fff;
}

.version-Blank .header-Lien:hover {
	color: #00767d;
}


.header-Lien.header-Current,
.header-Lien.header-Current:hover,
.header-Lien.header-Current:visited {
	color: #fff;
}

.header-SousMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.header-SousMenuItem {
	padding-left: 0;
	padding-top: 10px;
	margin: 0;
	
}

.header-SousMenuItem::after {
	content: "+";
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}

.header-SousMenuItem:last-child::after {
	content: "";
	padding-left: 0;
	padding-right: 0;
}


/***********************
 * .footer-
 **********************/

.footer-Adresse {
	font-size: 0.8em;
	margin-left: 40px;
	margin-right: 40px;
}

.footer-Adresse p {
	margin: 0;
}

.footer-Container {
	padding-top: 1px;
	background-color: #00cecf;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-Container > * {
	margin-top: 24px;
	
}

.footer-Coredem {
	padding-top: 100px;
	background-repeat: no-repeat;
	background-image: url("images/coredem.png");
	background-position: top center;
	margin-left: 40px;
	margin-right: 40px;
}

.footer-Fondation {
	font-size: 1.1em;
}

.footer-LienCoredem, .footer-LienCoredem:visited {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #000;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 5px;
}

.footer-LienCoredem:hover, .footer-LienCoredem:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00767d;
	border-color: transparent;
}

.footer-TitreAdresse {
	font-weight: 600;
}

.footer-Logo, .footer-Logo:visited {
	display: block;
	height: 76px;
	background-repeat: no-repeat;
	background-image: url("images/logo-pied-seul.png");
	padding-left: 88px;
	padding-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	color: #000;
}

.footer-MenuPied {
	margin-left: 40px;
	margin-right: 40px;
}

.footer-MenuPied p {
	margin: 0;
}

.footer-LienPied, .footer-LienPied:visited{
	/*font-family: 'Inter', sans-serif;
	font-weight: 500;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 0.8em;
}


/***********************
 * .pdf-
 **********************/

.pdf-Bloc {
    display: inline-block;
    max-width: 120px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.pdf-Lien {
    text-align: center;
}

.pdf-Descriptif {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.3em;
}


/***********************
 * .programme-
 **********************/

.programme-Item {
	/*font-family: 'Inter', sans-serif;
	font-weight: 300;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.4rem;
	padding: 20px;
}

.programme-Liste {
	display: grid;
	grid-template-columns: repeat(3, 33.33%);
	max-width: 1200px;
	margin: auto;
	padding-bottom: 60px;
	padding-top: 40px;
}

.programme-Lien:hover {

}

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

.recherche-Champs {
	display: flex;
}

.recherche-Details {
	position: relative;
}

.recherche-Affichage {
	display: block;
	width: 19px;
	height: 19px;
	list-style: none;
	background-repeat: no-repeat;
	background-image: url("images/loupe.png");
	border: none;
	background-color: transparent;
}

.recherche-Affichage:hover {
	cursor: pointer;
}

.recherche-Affichage.recherche-Active {
	background-image: url("images/croix.png");
}

.recherche-Form {
	background-color: #00cecf;
}

.version-Blank .recherche-Form {
	background-color: #fff;
}

.recherche-Form > div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 10px;
	background-color: #fff;
}

.recherche-Submit {
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url("images/loupe.png");
	border: none;
	background-color: #fff;
	margin-left: 10px;
}

.recherche-Input {
	width: 100%;
	text-align: center;
	border: none;
	color: #00767d;
	font-size: 1.3em;
	/*font-family: 'Inter', sans-serif;
	font-weight: 300; */
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
}

.recherche-Input::placeholder {
	font-style: italic;
}

.recherche-Input:focus {
	outline: none;
}

.recherche-Hidden {
	display: none;
}


/***********************
 * .sommaire-
 **********************/

.sommaire-Actualites {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 25px;
}

.sommaire-Couverture {
	min-height: 160px;
}

.sommaire-Publications {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.sommaire-Ouvrage {
	text-align: center;
}

.sommaire-Section {
	max-width: 1200px;
	margin: auto;
}

.sommaire-Accueil {
	min-height: 400px;
	background-repeat: no-repeat;
	background-image: url("images/fond-accueil.png");
	background-position: top center;
	background-color: #00cecf;
	padding-top: 10px;
	text-align: center;
	max-width: 1479px;
	margin: auto;
	padding-bottom: 30px;
}
	
.sommaire-Presentation {
	margin: auto;
	max-width: 750px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 1.4rem;
}


.sommaire-LienSuite, .sommaire-LienSuite:visited {
	display: inline-block;
	background-color: #fff;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #000;
	text-transform: uppercase;
	padding: 10px;
	line-height: 1;
	font-size: 0.8em;
}

.sommaire-LienSuite:hover, .sommaire-LienSuite:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00767d;
	border-color: transparent;
}

.sommaire-Titre {
	margin-top: 50px;
}



.sommaire-TitreOuvrage {
	font-variant: small-caps;
	max-width: 270px;
	margin: auto;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.2;
}

.sommaire-ChapeauOuvrage {
	max-width: 300px;
	margin: auto;
	margin-top: 30px;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 1.4rem;
}

.sommaire-LienOuvrage, .sommaire-LienOuvrage:visited {
	color: #009496;
}

.sommaire-Suite {
	background-image: url("images/fleche-turquoise.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 60px;
}

.sommaire-Accueil .sommaire-Suite {
	background-image: url("images/fleche-bas.png");
}

.sommaire-Ouvrage  .sommaire-Couverture {
	display: none;
}

.sommaire-Ouvrage  .sommaire-TitreOuvrage, .sommaire-Ouvrage .sommaire-ChapeauOuvrage {
	display: block;
}

.sommaire-Ouvrage:hover  .sommaire-Couverture {
	display: block;
}

.sommaire-Ouvrage:hover  .sommaire-TitreOuvrage, .sommaire-Ouvrage:hover  .sommaire-ChapeauOuvrage {
	display: none;
}

.sommaire-OuvrageSuite {
	margin: auto;
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}

/***********************
 * .sommaire-actu- 
 **********************/

.sommaire-actu-Presentation {
	margin: auto;
	max-width: 750px;
	margin-bottom: 40px;
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 1.4rem;
}

.sommaire-actu-Titre {
	margin: auto;
	max-width: 500px;
	margin-bottom: 5px;
}



/***********************
 * .sommaire-ecran-
 **********************/

.sommaire-ecran-Fond {
	position: fixed;
	background-color: #009496;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sommaire-ecran-FondImage {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.sommaire-ecran-Intro {
	z-index: 3;
	position: relative;
	color: #fff;
	text-align: center;
	margin: auto;
	max-width: 1479px;
}

.sommaire-ecran-Lien, .sommaire-ecran-Lien:visited {
	color: #fff;
	display: block;
	width: 26px;
	height: 50px;
	background-image: url("images/fleche-blanche.png");
	background-repeat: no-repeat;
	margin: auto;
}

.sommaire-ecran-Logo {
	background-image: url("images/logo-sommaire.png");
	background-repeat: no-repeat;
	background-position: 0 140px;
	width: 280px;
	height: 414px;
	margin-left: auto;
	margin-right: auto;
}

.sommaire-ecran-Partie1 {
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.sommaire-ecran-Partie2 {
	background-color: #fff;
	z-index: 3;
	position: relative;
	padding-top: 50px;
}

.sommaire-ecran-Texte {
	margin: auto;
	max-width: 600px;
	/*font-family: 'Inter', sans-serif;
	font-weight: 200;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	margin-bottom: 50px;
	font-size: 1.5em;
}

.sommaire-ecran-Titre {
	/*font-family: 'Inter', sans-serif;
	font-weight: 100;*/
	font-family: 'Karben 105 Light', sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 1.2;
}


/***********************
 * .separator
 **********************/

.separator-White, .separator-Color, .separator-Black {
	width: 150px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0;
}

.separator-Black {
	border-color: #000;
}

.separator-Color {
	border-color: #009496;
}


.separator-White  {
	border-color: #fff;
}


/***********************
 * @media(print
 **********************/

@media print {
	
	header.header-Container {
		display: none;
	}
	
	footer.footer-Container {
		display: none;
	}
	
	.article-Header {
		background-color: #fff;
	}
	
	div.article-Body {
		padding: 0;
		max-width: inherit;
	}
	
	.article-Body h2.spip {
		color: #000;
		font-size: 1.4em;
		margin-top: 0.3cm;
	}
	
	.article-HeaderChapeau {
		padding: 0;
	}
}


/***********************
 * 
 **********************/

@media screen and (max-width: 1199px) {
	
	.actu-Liste {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 659px) {
	.footer-Container {
		flex-flow: column;
		align-items: center;
	}
	
	.footer-MenuPied {
		display: flex;
		justify-content: center;
	}
	
	.footer-MenuPied p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.sommaire-Publications {
		display: block;
	}
	
	.sommaire-Ouvrage {
		margin-top: 40px;
	}
	
	.sommaire-Ouvrage .sommaire-Couverture {
		display: block;
	}
	
	.sommaire-Ouvrage:hover  .sommaire-TitreOuvrage, .sommaire-Ouvrage:hover  .sommaire-ChapeauOuvrage {
		display: block;
	}
	
	.sommaire-ChapeauOuvrage {
		margin-top: 10px;
	}
	
	.actu-Liste {
		display: block;
	}
	
	
}

@media screen and (max-width: 769px) {

	.article-Body, .sommaire-Section, .sommaire-Accueil, .sommaire-ecran-Texte {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.article-Header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.article-HeaderContent {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sommaire-ecran-Logo {
		height: 314px;
		background-position: 0 40px;
	}
	
	.header-MenuPrincipal {
		flex-flow: column;
		position: relative;
		margin-left: 145px;
	}
	
	.header-Banner {
		padding-top: 0;
		padding-left: 0;
	}
	
	.common-Nobr .autobr {
		display: none;
	}
	
	.header-Container {
		padding-top: 5px;
	}
	
	.header-Logo {
		top: 20px;
		left: 10px;
	}
	
	.recherche-Affichage {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.header-SousMenu {
		font-size: 1.0rem;
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}
	
	.header-SousMenu li {
		display: inline;
	}
	
	.contact-Grid {
		display: block;
	}

	.contact-Ps {
	}

	.contact-Texte {
		border: none;
		padding-bottom: 15px;
	}
	
	.sommaire-Accueil {
		background-image: url("images/fond-accueil-petit.png");
	}

}
