﻿@charset "utf-8";

/* CSS Document */

[class^="icon-"],
[class*=" icon-"] {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('fonts/ElegantIcons.eot');
    src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?qawvem");
    src: url("fonts/icomoon.eot?qawvem#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qawvem") format("truetype"), url("fonts/icomoon.woff?qawvem") format("woff"), url("fonts/icomoon.svg?qawvem#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* quicksand-300 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/quicksand-v29-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-300.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/quicksand-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-regular.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/quicksand-v29-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-500.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-600 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/quicksand-v29-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-600.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/quicksand-v29-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-700.svg#Quicksand') format('svg');
    /* Legacy iOS */
}
/* ************** SURCHARGE CSS ************** */


/* ************** CSS PLAN INTERACTIF ************** */
/* ************** CSS PLAN carte.css ************** */

/* body { */
	/* width:100%; */
	/* font-size: calc(14px + 0.3vw); */
	/* background-color: white; */
	/* margin: 0; */
	/* padding: 0; */
	/* display:flex; */
	/* flex-direction:column; */
	/* flex-wrap:nowrap; */
    /* justify-content: flex-start; */
/* } */

#corps {
	position: relative;
	margin: 0 8vw;
	padding: 0;
    flex:0 0 auto;
	display:flex;
	flex-direction:row;
}


#fullscreen {
	position: absolute;
    width : 6vw;
    max-width : 60px;
    top : 0;
    right : 0;
    cursor:pointer;
}

/* ****************** SURCHARGE ILLUSTRATIONS ******************* */
h3.section-velocity-title {  
background-color: darkgray;
    color: darkslateblue;
    font-size: x-large;
    padding: 3px;
	
}

/* ****************** FIN SURCHARGE ILLUSTRATIONS ******************* */


/* Carte */


#carte {
	position:relative;
	margin: auto 2vw;
	flex:1 1 auto;
/*     background-color:red; */
}

#fond_carte {
  display: block;
  width: 100%;
  height: auto;
  margin:auto;
}

#carte span img {
  width: 100%;
  display: none;
}


#carte span {
	display: block;
	position:absolute;
	width: 4vw;
	height: 4vw;
	margin-left: -2vw;
	margin-top: -4vw;
	background-image: url("/basicimagedownload.ashx?itemGuid=C3C08227-376C-4842-8B63-746729DA37E9"); 
	background-size: contain;
	background-repeat: no-repeat;
 	opacity:1;
    cursor:pointer;
    transition: 0.3s;
}



/* Liste */

#liste {
	flex:0 1 auto;
    padding : 0.5vw 2vw 0 2vw;
}

#liste span {
	display:block;
    white-space:nowrap;
    cursor:pointer;
    color:white;
    background-color: #a71532;
    border: 0.15vw solid black;
    border-radius: .5vw;
    margin :  0 0.6vw 0.4vw 0.6vw;
    padding : 0.3vw 0.5vw;
}

/* #liste span:hover {
    background-color: #ffa61a;
} */


/* Lightgallery, taille des boutons et couleur */

.lg-icon {
	font-size: 40px !important;
	line-height: 20px !important;
	height: 45px !important;
	width: 45px !important;
	font-weight: bold !important;
	background-color : #a71532 !important;
	color : white !important;
    border: 2px solid black !important;
	border-radius:999px !important;
	margin:5px;
}

.lg-backdrop.in {
    opacity: 0.85 !important;
}

.lg-has-iframe {
    padding-top: 30px !important;
    width:80vw !important; /* spécifie la largeur de l'iframe. Attention, en vw sur 100 ! */
}

.lg-outer .lg-video {
    padding-bottom: 90vh !important;  /* spécifie la hauteur de l'iframe, incompréhensible mais ça marche ! */ 
    
}

/* ************** CSS carte_protrait.css ************** */

#corps {
	flex-direction:column;
    margin: 0;
}


#liste {
text-align : justify;
text-align-last: justify;
}

#liste span {
	display: inline-block;
    padding : 0.8vw;
}

#carte span {
	width: 6vw;
	height: 6vw;
	margin-left: -3vw;
	margin-top: -6vw;
}


/* ************** CSS courant.css ************** */


@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('fonts/titillium-web-v8-latin-regular.woff2') format('woff2'),
         url('fonts/titillium-web-v8-latin-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ************** CSS poi.css ************** */
#corps {
 	line-height: 30px;
    text-align: justify;
}


.audio {
 	padding-left:5vw;
}

.audio_txt {
    color: #a71532;
    font-style:italic;
    cursor:pointer;
}

.audio_txt div {
    display:none;
    color: #494949;
}

.audio_txt:before{
content: 'Lire la transcription de l\'audio';
}



#photos {
    text-align: center;
}

#photos div {
    display : inline-block;
    max-width : 100%;
    border: 1px solid black;
    border-radius:1vw;
    padding : 2vw;
    margin-top: 40px;
}

#photos div img {
    max-width : 100%;
}

#photos span {
    display : block;
    line-height: 20px;
}

#photos i {
	font-size: 16px;
}


/* ************** CSS BEARSLIDER ************** */
.beer-slider {
	display: inline-block;
	overflow: hidden;
	position: relative
}

.beer-slider *,
.beer-slider:after,
.beer-slider :after,
.beer-slider:before,
.beer-slider :before {
	box-sizing: border-box
}

.beer-slider img,
.beer-slider svg {
	vertical-align: bottom
}

.beer-slider>* {
	height: 100%
}

.beer-slider>img {
	height: auto;
	max-width: 100%
}

.beer-reveal {
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 50%;
	top: 0;
	transition: opacity .35s;
	z-index: 1
}

.beer-reveal>:first-child {
	height: 100%;
	max-width: none;
	width: 200%
}

.beer-reveal>img:first-child {
	height: auto
}

.beer-range {
	-moz-appearance: none;
	-ms-touch-action: auto;
	-webkit-appearance: slider-horizontal !important;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: -1px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	touch-action: auto;
	width: calc(100% + 2px);
	z-index: 2
}

.beer-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 300vh
}

.beer-range::-moz-range-thumb {
	-webkit-appearance: none;
	height: 300vh
}

.beer-range::-ms-tooltip {
	display: none
}

.beer-handle {
	background: hsla(0, 0%, 100%, .5);
	border-radius: 50%;
	box-shadow: 0 0 6px transparent;
	color: #000;
	height: 48px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: background .3s, box-shadow .3s, opacity .5s .25s;
	width: 48px;
	z-index: 2
}

.beer-handle:after,
.beer-handle:before {
	border-left: 2px solid;
	border-top: 2px solid;
	content: "";
	height: 10px;
	position: absolute;
	top: 50%;
	transform-origin: 0 0;
	width: 10px
}

.beer-handle:before {
	left: 10px;
	transform: rotate(-45deg)
}

.beer-handle:after {
	right: 0;
	transform: rotate(135deg)
}

.beer-range:focus~.beer-handle {
	background: hsla(0, 0%, 100%, .85);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
	background: hsla(0, 0%, 100%, .75);
	border-radius: .125rem;
	content: attr(data-beer-label);
	line-height: 1;
	padding: .5rem;
	position: absolute;
	top: 1.5rem
}

.beer-slider[data-beer-label]:after {
	right: 1.5rem
}

.beer-reveal[data-beer-label]:after {
	left: 1.5rem
}

.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
	content: none
}

.beer-ready .beer-handle,
.beer-ready .beer-reveal {
	opacity: 1
}

/* ************** FIN BEARSLIDER ************** */



/* ************** CSS PERSONNALISATION EDITORIALE ************** */

.type-page h2{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	text-align: center;
    padding-top: 7px;
	
}

.type-page .share-label-editorial h5 {
	font-weight: 400;
    color: var(--rouge);
    text-align: center;
    font-size: 20px;
}


.type-page {
	display: grid;
}

.contenu-page h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xxx-large;
	text-align: center;
}

.contenu-page h2{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
	text-align: center;
}

.contenu-page h3{
	font-weight: 400;
	color: var(--rouge);
	/*font-size: 2.1em;*/
}

.contenu-page p{
	text-align: justify;
}

.contenu-page {
	text-align: justify;
}

h6.date-publication-editorial {
	color: #999999;
	text-align: center;  
}

.hastag-editorial {
	margin-left: 10px; 
	margin-top: 20px;
}

.hastag-editorial h6{
	color: #999999; 
}

.zoom-img {
	transition: all 0.1s ease-out;
}

.opacite:hover {
	opacity:0.33;
}

.zoom-img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.); /* Safari 3-8 */
	transform: scale(1.1);
	}


.titre {
	text-align: center;
}

.titre h2{
	font-size: xxx-large;
}

.mt-70 {
	margin-top: -70px;
}

.chapo-generique {
	color: #808080;
	text-align: justify;
	font-size: 16px;
    margin-top: -5px;
}



.chapo-generique  ul.fleche li::before {
	-webkit-font-smoothing: antialiased;
    color: rgb(185, 46, 69);
    content: "→";
    padding-right: 1em;
}




.chapo-publication {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-publication h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-publication p{
	font-style: normal;
	color: #000;
}


.chapo-actualite {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-actualite h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}


.chapo-multimedia {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-multimedia h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}


.chapo-multimedia .lien-externe::after {
	color: rgb(185, 46, 69);
	content: " \f35d";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.chapo-multimedia .lien-externe {
	font-weight: 900;
}




.chapo-exposition {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-exposition h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-exposition p{
	font-style: normal;
	color: #000;
}

.chapo-video {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-video h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-album {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-album h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-journees-etudes {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}

.chapo-journees-etudes h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-carnet {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}


.chapo-carnet h1{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	font-size: xx-large;
}

.chapo-carnet nav {
	font-style: normal;
}

.sommaire-carnet {
	font-weight: bold;
	font-style: normal;
}

.chapo-breve {
	color: #808080;
	font-style: italic;
	text-align: justify;
	font-size: 16px;
}



.btn-perso:hover {
	background-color: darkslategray;
}

.contenu-page .lien-externe::after {
	color: rgb(185, 46, 69);
	content: " \f35d";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.contenu-page .lien-externe {
	font-weight: 600;
}

.contenu-page .lien-dossier::after {
	color: rgb(185, 46, 69);
	content: " \f07c";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.contenu-page .lien-dossier {
	font-weight: 900;
}


.contenu-page .lien-phototheque::after {
	color: rgb(185, 46, 69);
	content: " \f030";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.contenu-page .lien-phototheque {
	font-weight: 900;
}





.contenu-page .lien-dossier-before::before {
	color: rgb(185, 46, 69);
	content: " \f07c";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.contenu-page .lien-article-before::before {
    color: rgb(185, 46, 69);
    content: " \f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contenu-page .lien-video-before::before {
    color: rgb(185, 46, 69);
    content: " \f03d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contenu-page .lien-galerie-before::before {
    color: rgb(185, 46, 69);
    content: " \f302";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contenu-page .lien-carto-before::before {
    color: rgb(185, 46, 69);
    content: " \f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contenu-page .lien-biblio-before::before {
    color: rgb(185, 46, 69);
    content: " \f02d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.contenu-page .idee::before {
    color: rgb(185, 46, 69);
    content: " \f0eb";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contenu-page .lien-expo-before::before {
    color: rgb(185, 46, 69);
    content: " \f53f";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*****************  DEBUT STYLE DE PUCE ***************** */
.contenu-page  ul.fleche li::before {
	-webkit-font-smoothing: antialiased;
    color: rgb(185, 46, 69);
    content: "→";
    padding-right: 1em;
}


.contenu-page ul.fleche {
	margin-left: 40px;
}



.contenu-page ul.telecharger li::before {
    color: rgb(185, 46, 69);
    content: "\f381";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right: 1em;
    
	
}


.contenu-page ul.telecharger {
	margin-left: 40px;
}

/***************** FIN STYLE DE PUCE ***************** */

.margin-slider {
	margin-left: 50px;
	margin-right: 50px;
}




  /* ************** LIEN SOULIGNE AVEC TRANSITION GAUCHE DROITE ************** */
a.souligne {
	font-size: 14px;
    text-transform: uppercase;
    padding: 8px 16px;
	position: relative;
	text-decoration: none;
	color:var(--rouge);
  }
   
  a.souligne:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--rouge);
	transition: width 150ms ease;
  }
   
  a.souligne:hover:after {
	width: 100%;
  }
/* ************** FIN LIEN SOULIGNE AVEC TRANSITION GAUCHE DROITE ************** */




  /* ************** MASQUAGE DES BOUTONS DE RECHERCHE CAPTUREE ************** */
.btn-display-none .btn {
	display: none;
}

.btn-default {
	border: 1px;
}
  /* ************** FIN MASQUAGE DES BOUTONS DE RECHERCHE CAPTUREE ************** */


/* ************** ONGLETS ROUGE************** */
.nav-tabs > li > a {
	font-weight: normal;
	border-bottom: 2px solid #900d23;
}

.nav-tabs > li > a:hover {
	background-color: var(--rouge);
	border-bottom: 2px solid #900d23;
	color: white;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: var(--rouge);
	color: white;
	border-bottom: 2px solid #900d23;
}
/* ************** FIN ONGLETS ************** */




/* ************** ONGLETS GRIS************** */
.nav-tabs-gris > li > a {
	font-weight: normal;
	border-bottom: 2px solid #900d23;
}

.nav-tabs-gris > li > a:hover {
	background-color: var(--rouge);
	border-bottom: 2px solid #900d23;
	color: white;
}

.nav-tabs-gris>li.active>a, .nav-tabs-gris>li.active>a:focus, .nav-tabs-gris>li.active>a:hover {
    background-color: var(--rouge);
	color: white;
	border-bottom: 2px solid #900d23;
}
/* ************** FIN ONGLETS ************** */






/* ************** FIN CSS PERSONNALISATION EDITORIALE ************** */





/***************** DEBUT GRID 3 COLONNES RESPONSIVES *****************/

.container_grid3 {
	display: grid;
	gap: .5ch;
	grid-template-areas: 
	  "content";
  }
  
  
  .content_grid3 {
	grid-area: content;
  }
  
  
  @media (min-width: 576px) {
	.container_grid3 {
	  grid-template-areas:
		"content";
	}
  }
  
  @media (min-width: 900px) {
	.container_grid3 {
	  grid-template-areas:
		"content";
	}
  
	.content_grid3 {
	  display: grid;
	  grid-template-columns: 37.5% 37.5% 25%;
	  gap: inherit;
	}
  
  }
  
  
  .container_grid3>*,
  .content_grid3>* {
	padding: 1rem;
  }
  
  /***************** FIN GRID 3 COLONNES RESPONSIVES *****************/




 /***************** DEBUT GRID 2 COLONNES RESPONSIVES 50-50   *****************/

.container_grid2-5-5 {
	display: grid;
	gap: .5ch;
	grid-template-areas: 
	  "content";
  }
  
  
  .content_grid2-5-5 {
	grid-area: content;
  }
  
  
  @media (min-width: 576px) {
	.container_grid2-5-5 {
	  grid-template-areas:
		"content";
	}
  }
  
  @media (min-width: 900px) {
	.container_grid2-5-5 {
	  grid-template-areas:
		"content";
	}
  
	.content_grid2-5-5 {
	  display: grid;
	  grid-template-columns: 50% 50%;
	  gap: inherit;
	}
  
  }
  
  
  .container_grid2-5-5>*,
  .content_grid2-5-5>* {
	padding: 1rem;
  }
  
  /***************** FIN GRID 2 COLONNES RESPONSIVES *****************/





  /***************** DEBUT GRID 2 COLONNES RESPONSIVES 40-60   *****************/

.container_grid2 {
	display: grid;
	gap: .5ch;
	grid-template-areas: 
	  "content";
  }
  
  
  .content_grid2 {
	grid-area: content;
  }
  
  
  @media (min-width: 576px) {
	.container_grid2 {
	  grid-template-areas:
		"content";
	}
  }
  
  @media (min-width: 900px) {
	.container_grid2 {
	  grid-template-areas:
		"content";
	}
  
	.content_grid2 {
	  display: grid;
	  grid-template-columns: 40% 60%;
	  gap: inherit;
	}
  
  }
  
  
  .container_grid2>*,
  .content_grid2>* {
	padding: 1rem;
  }
  
  /***************** FIN GRID 2 COLONNES RESPONSIVES *****************/




  /***************** DEBUT GRID 2 COLONNES RESPONSIVES 60-40   *****************/

.container_grid2-6-4 {
	display: grid;
	gap: .5ch;
	grid-template-areas: 
	  "content";
  }
  
  
  .content_grid2-6-4 {
	grid-area: content;
  }
  
  
  @media (min-width: 576px) {
	.container_grid2-6-4 {
	  grid-template-areas:
		"content";
	}
  }
  
  @media (min-width: 900px) {
	.container_grid2-6-4 {
	  grid-template-areas:
		"content";
	}
  
	.content_grid2-6-4 {
	  display: grid;
	  grid-template-columns: 60% 40%;
	  gap: inherit;
	}
  
  }
  
  
  .container_grid2-6-4>*,
  .content_grid2-6-4>* {
	padding: 1rem;
  }
  
  /***************** FIN GRID 2 COLONNES RESPONSIVES *****************/










  /***************** DEBUT GRID 2 COLONNES RESPONSIVES 20-80   *****************/

.container_grid2-2-8 {
	display: grid;
	gap: .5ch;
	grid-template-areas: 
	  "content";
  }
  
  
  .content_grid2-2-8 {
	grid-area: content;
  }
  
  
  @media (min-width: 576px) {
	.container_grid2-2-8 {
	  grid-template-areas:
		"content";
	}
  }
  
  @media (min-width: 900px) {
	.container_grid2-2-8 {
	  grid-template-areas:
		"content";
	}
  
	.content_grid2-2-8 {
	  display: grid;
	  grid-template-columns: 20% 80%;
	  gap: inherit;
	}
  
  }
  
  
  .container_grid2-2-8>*,
  .content_grid2-2-8>* {
	padding: 1rem;
  }
  
  /***************** FIN GRID 2 COLONNES RESPONSIVES 20 80*****************/






 /***************** CITATION  *****************/

.citation {
  position: relative;
  background: #d6d6d6;
  padding: 40px 70px;
  border-radius: 30px;
  margin: 50px;
}
.citation p {
  margin: 0;
}
.citation:before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: rgb(185, 46, 69);
}
.citation:after {
  position: absolute;
  bottom: 25px;
  right: 25px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: rgb(185, 46, 69);
}

.titre-citation {
	color: var(--rouge);
    font-size: xx-large;	
}

 /***************** FIN CITATION*****************/
























 /***************** STYLAGE CARTE FRAMACARTE ****************

  .umap-popup-content img {
	float: left;
	margin-right: 10px;
	
  }*/





  /* ****************** MENU AUTOGRID LIGNE******************* */

.menu-autogrid {
	display: grid;
	grid-gap: 1rem;
	grid-auto-flow: column;
	/*grid-auto-columns: 1fr;*/
	justify-items: center;
	border: 1px dotted red;
	padding: .5rem;
	margin-bottom: 2rem;
  }
  
  
  .menu-autogrid a:hover,
  .menu-autogrid a:focus {
	  outline: none;
	  color: black;
  }
  
 /* ****************** FIN MENU AUTOGRID LIGNE ******************* */




 /* ****************** MENU AUTOGRID COLONNE ******************* */

 .menu-autogrid-colonne {
	display: grid;
	grid-gap: 1rem;
	/*grid-auto-flow: column;
	grid-auto-columns: 1fr;*/
	justify-items: center;
	border: 1px dotted red;
	padding: .5rem;
	margin-bottom: 2rem;
  }
  
  
  .menu-autogrid-colonne a:hover,
  .menu-autogrid-colonne a:focus {
	  outline: none;
	  color: black;
  }
  
 /* ****************** FIN MENU AUTOGRID COLONNE ******************* */






 
  /* ****************** DEBUT EFFET DE MENU AVEC ACCOLADE ******************* */
  
 
  .cl-effect-1 a::before,
  .cl-effect-1 a::after {
	  display: inline-block;
	  opacity: 0;
	  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
	  transition: transform 0.3s, opacity 0.2s;
  }
  
  .cl-effect-1 a::before {
	  margin-right: 10px;
	  content: '[';
	  -webkit-transform: translateX(20px);
	  -moz-transform: translateX(20px);
	  transform: translateX(20px);
  }
  
  .cl-effect-1 a::after {
	  margin-left: 10px;
	  content: ']';
	  -webkit-transform: translateX(-20px);
	  -moz-transform: translateX(-20px);
	  transform: translateX(-20px);
  }
  
  .cl-effect-1 a:hover::before,
  .cl-effect-1 a:hover::after,
  .cl-effect-1 a:focus::before,
  .cl-effect-1 a:focus::after {
	  opacity: 1;
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  transform: translateX(0px);
  }
  
  
   /* ****************** FIN EFFET DE MENU AVEC ACCOLADE ******************* */
   
	/* ****************** REDIMENSION DES GALERIES ******************* */
	
	/* Hauteur : modifier l'attribut height de flex-gallery-item et flex-gallery-item img */
	/* Largeur : modifier l'attribut width de flex-gallery et flex-gallery-item img */
	
	.flex-gallery-container.h-500 .flex-gallery-item,
	.flex-gallery-container.h-500 .flex-gallery-item img 
	{
		height: 500px;
	}
	
	.flex-gallery-container.l-500 .flex-gallery,
	.flex-gallery-container.l-500 .flex-gallery-item img {
		width: 500px;
	}
	
	
	/* ****************** FIN REDIMENSION DES GALERIES ******************* */



/* ****************** SURCHARGE DOSSIERS ******************* */
#menu-sommaire-identite .menu-tabs {  background: #58d2d5;
}

/* ****************** FIN SURCHARGE DOSSIERS ******************* */


/* ****************** SURCHARGE HOME PAGE ******************* */
.theme_2 .panel-heading>h2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    color: #acacac;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: normal;
    position: relative;
    text-align: left;
    
}

.theme_4 .panel-front>h2, .theme_4 .panel-heading>h2 {
    
    font-size: 40px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    color: #acacac;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: normal;
    position: relative;
    
}

/* ****************** FIN SURCHARGE HOME PAGE ******************* */

/* ****************** SURCHARGE AGENDA ******************* */

#notice_longue_description>h3:first-child {
	font-weight: 400;
	color: var(--rouge);
	font-size: xx-large;
	max-width: 75%;
	}
.event-description-wrapper>h4:first-child {
	display: none;
	}
#detail-holdings-abstract {
	display: none;
}

.audience {
	display: none;
}



.type-page-agenda h5{
	font-weight: 400;
	color: var(--rouge);
	margin-bottom: -5px;
	text-align: center;
    padding-top: 20px;
	font-size: 20px;
}

.type-page-agenda {
	display: grid;
}



.hastag-editorial-agenda {
	margin-left: 10px; 
	margin-top: 20px;
}

.hastag-editorial-agenda h6{
	color: #999999; 
}


.event-description .lien-externe::after {
	color: rgb(185, 46, 69);
	content: " \f35d";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.event-description .lien-externe {
	font-weight: 900;
}


/* ****************** SURCHARGE AGENDA ******************* */



/* ********************* MARGIN ET PADDING ***************** */

.mg15 {
	margin: 15px;
}

.text-suite-parcours {
	color: #808080;
    font-size: 18px;
}


h2.lvg-h2 {
	font-size: 40px;
    text-align: center;
	
}

/* ********************* MARGIN ET PADDING ***************** */



/* ********************* TOOLTIP NOM DE PERSONNE DANS LES DOSSIERS ***************** */
.tooltip-description {
	
	background: antiquewhite;
	padding: 50px;
	color: white;
	
}

/* ********************* TOOLTIP NOM DE PERSONNE DANS LES DOSSIERS ***************** */





/* ********************* BOUTON SLIDE ***************** */

.contenu-page .button_slide {
  color: #FFF;
  border: 2px solid rgb(216, 2, 134);
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #D80286;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.contenu-page  .slide_down:hover {
  box-shadow: inset 0 100px 0 0 #D80286;
}

.contenu-page  .slide_right:hover {
  box-shadow: inset 400px 0 0 0 #D80286;
}

.contenu-page  .slide_left:hover {
  box-shadow: inset 0 0 0 50px #D80286;
}

.contenu-page  .slide_diagonal:hover {
  box-shadow: inset 400px 50px 0 0 #D80286;
}

.contenu-page #outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}

/* ********************* FIN BOUTON SLIDE ***************** */

