@font-face {
	font-family: Lato;
	src: url(https://static.grandnancy.eu/GDN/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
	font-family: Lato;
	src: url(https://static.grandnancy.eu/GDN/fonts/Lato/Lato-Italic.ttf);
	font-style:italic;
}

@font-face {
	font-family: Lato;
	src: url(https://static.grandnancy.eu/GDN/fonts/Lato/Lato-Bold.ttf);
	font-weight:700;
}

@font-face {
  font-family: Lato;
  src: url(https://static.grandnancy.eu/GDN/fonts/Lato/Lato-BoldItalic.ttf);
  font-weight:700;
  font-style:italic;
}

@font-face {
	font-family: Lato;
	src: url(https://static.grandnancy.eu/GDN/fonts/Lato/Lato-Black.ttf);
	font-weight:700;
}

@font-face {
	font-family: Montserrat;
	src: url(https://static.grandnancy.eu/GDN/fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Montserrat;
	src: url(https://static.grandnancy.eu/GDN/fonts/Montserrat/Montserrat-Italic.ttf);
	font-style:italic;
}

@font-face {
	font-family: Montserrat;
	src: url(https://static.grandnancy.eu/GDN/fonts/Montserrat/Montserrat-Bold.ttf);
	font-weight:700;
}

@font-face {
	font-family: Yantramanav;
	src: url(https://static.grandnancy.eu/GDN/fonts/Yantramanav/Yantramanav-Regular.ttf);
}

@font-face {
	font-family: Yantramanav;
	src: url(https://static.grandnancy.eu/GDN/fonts/Yantramanav/Yantramanav-Bold.ttf);
	font-weight:700;
}


/**********************************************************************************
************************************* GENERAL *************************************
**********************************************************************************/
html {
    width:100%;
    font-size:16px;
}

body {
    margin:0;
    font-size:16px;
    font-family:'Lato', sans-serif;
    font-size:1.05rem;
    color:#333333;
}

header {
    position:relative;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size:2.2rem;
    font-weight:900;
    color:black;
    letter-spacing:-0.3px
}

h2 {
    padding-top:.8rem;
    font-family:'Montserrat', sans-serif;
    /*font-size:1.1rem;*/
	font-size:1.3rem;
    /* color:#ed1c24; */
    color:#ED0D11;
    font-weight:700;
    margin-bottom:.8rem;
    margin-top:.6rem;
    letter-spacing:-0.35px;
}

#container-accueil h2 {
	font-size: 1.7rem;
    border-bottom: 1px solid #ED0D11;
    margin-top: 40px;
    color: #444444;
    padding-bottom: 0.2rem;
	text-transform:uppercase;
}

h3 {
    /*font-size: 1.05rem;*/
    font-size: 1.2rem;
    margin-bottom:1rem;
    font-weight:bold;
}

h4 {
    font-size: 1.1rem;
    margin-bottom:1rem;
    font-weight:bold;
}
    
a {
    color:#333333;
}

a:hover {
    color:#444444;
}

a.evitement {
   display: inline-block;
   color: #555;
   background: #fff;
   padding: .5em;
   position: absolute;
   left: -99999rem;
   z-index: 100;
}

a.evitement:focus, a.evitement:focus-within, a.evitement:focus-visible {
   left: 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-size:1.05rem;
    line-height:1.7rem;
}

p a {
    color:#333333 !important;
    text-decoration: underline;
}

li a  {
    text-decoration:underline;
}

p a:visited {
   color:grey;
}

hr {
    margin:1rem 0;
    text-align:left;
}

hr.titre_h1, hr.hr_titre_carrefour {
    display:block;
    height:1px;
    border:0;
    /* border-top: 2px solid #ed1c24; */
    border-top: 2px solid #ED0D11;
    width:70px;
}

hr.hr_titre_carrefour {
    border-color:#7c7c7c;
}

hr.hr_contenu {
    display:block;
    height:1px;
    border:0;
    border-top: 1px solid #585756;
    width:70px;
    margin-left:0;
}

ul, ol {
    padding:0;
    line-height:1.5rem;
    margin-top:.3rem;
}


li {
   list-style-type:none;
   position:relative;
   padding-left:1rem;
}

ul li:before {
    content:"- ";
    margin-left:1rem;
}

ol {
	padding-left:2rem;
}

ol li:before {
    /*content:"• ";*/
    margin-left:1rem;
}

ol li {
	padding-left:0;
	list-style-type:decimal;
}

.sommaire li:before {
    position:absolute;
    left:.1rem;
    content:"\f0da";
    //font-family:FontAwesome;
    font-family:"Font Awesome 5 Free";
    margin-left:0;
    font-weight:900;
}
.sommaire li {
    font-weight:normal;
}

.sommaire .groupByTitle {
    font-weight:bolder;
}

.sommaire .groupByTitle:before {
    content:"";
}

.list-unstyled li:before {
    content:"•";
    margin-right:.5rem;
}

.list-unstyled ul li ul li:before {
	content:'♢';
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.logo {
    width:155px;
    margin-left:1.2rem;
}

#content {
    background-color:white;
    flex:0 0 100%;
}

#icone_menu_ouvert, #icone_recherche, #icone_menu_fermer {
    color:white;
    font-size:1.5rem;
    padding:0 1.3rem;
}

i.fa-angle-down, i.fa-angle-up {
    float:right;
}

i.fa-bars {
   line-height:4.3rem;
}

i.fa-angle-left {
    margin-right:.5rem;
}

i.fa-angle-up{
    line-height:.6rem;
    font-size:1.5rem;
    font-weight:bolder;
}

niv_1 i.fa-angle-up {
    color:#dedede;
    margin-right:10px;
}

niv_2 i.fa-angle-up {
    color:#666666;
    width:10%;
}

a:active ~ i.fa-arrow-circle-right {
    /* color:#ed1c24; */
    color:#ED0D11;
}

.div_recherche i.fa-search {
   position:relative;
   top:-3.8rem;
   left:-3%;
   font-size:1.5rem;
   vertical-align:middle;
}

.header_menu i.fa-times {
   line-height:4.3rem;
   display:none;
   font-size:1.7rem;
}

.icone_menu {
    display:inline-block;
    /* background-color:#ed1c24; */
    background-color:#ED0D11;
    float:right;
    height:70px;
    width:70px;
    text-align:center;
}

.icone_menu_recherche {
    display:inline-block;
    background-color:#777777;
    float:right;
    height:70px;
    width:70px;
    text-align:center;
}

#icone_recherche {
    margin-top:1.3rem;
}

#menu i.RS {
    width:2rem;
    height:2rem;
    background-color:white;
    color:#424547;
    border-radius:50%;
    margin:0 .3rem;
    line-height:2rem;
}

/*#menu i.fa-facebook {
    margin-left: 1rem;
}*/

.fa-arrow-circle-right {
    float:left;
    margin-right:10px;
    margin-top:3px;
}

.fa-arrow-circle-right:active, .fa-arrow-circle-right:focus, .fa-arrow-circle-right:hover {
    /* color:#ed1c24; */
    color:#ED0D11;
}

.partage_RS {
    text-align:right;
    padding-top:1rem;
}

.partage_RS .fab, .sidebar_reseauxsociaux .fab, .partage_RS .fas, .sidebar_reseauxsociaux .fas {
    width:2rem;
    height:2rem;
    border-radius:50%;
    color:#ffffff;
    text-align:center;
    line-height:2rem;
    margin: 0 .1rem;
    transition:.5s ease;
}

.partage_RS .fa-facebook-f {
    background-color:#3b5998;
}

.partage_RS .fa-twitter, .partage_RS .fa-x-twitter {
    background-color:#33ccff;
}

.partage_RS .fa-envelope {
    background-color:#c9c9c9;
}

.partage_RS .fa-print {
    background-color:rgb(68,68,68);
    cursor:pointer;
}

.partage_RS .fa-facebook-f:hover, .partage_RS .fa-twitter:hover, .partage_RS .fa-x-twitter:hover, .partage_RS .fa-envelope:hover, .partage_RS .fa-print:hover {
    background-color:black
}

#main_content, #sub_content {
    background-color:white;
    padding-top:1rem;
    //padding-left:0;
    //padding-right:0;
}

#main_content h1 {
    padding-top:1rem;
   // padding-left:1rem;
}

.header_menu {
    transition:transform 0.2s;
    background-color:white;
    padding:0;
    
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,.30);
    -o-box-shadow: 0px 0px 10px 0px rgba(194,194,194,.30);
    box-shadow: 0px 0px 10px 0px rgba(194,194,194,.30);*/
}

#menu {
    background-color: #424547;
    display:none;
    font-family: 'Yantramanav', sans-serif;
    padding:0;
}

#menu ul {
	margin:0;
}

#menu ul li,#menu ul li.niv_1, #menu ul li.niv_2 {
	list-style-type:none;
	margin-bottom:0;
}

#menu ul li:before ,#menu ul li.niv_1:before, #menu ul li.niv_2:before {
	content:none;
}

div.niv_1, li.niv_1 {
    background-color:#666666;
    padding:.7rem 1rem;
    color:white;
    text-transform:uppercase;
    margin:0;
    font-size:1.1rem;
    font-weight:normal;
}

.niv_1 a {
	text-decoration:none;
	color:white;
}

div.div_niv_2, ul.div_niv_2 {
    display:none;
}

div.div_niv_2_desk, div.div_niv_2, ul.div_niv_2 {
    border-bottom:1px solid #dedede;
}

div.niv_2, div.niv_2_desk, li.niv_2 {
    font-size:1.1rem;
    border-bottom:1px solid #d0cfcf;
    background-color:#dedede;
    font-weight:normal;
    padding:.7rem 1rem .7rem 1.4rem;
}

div.div_niv_3 {
    border-bottom:1px solid #dedede;
    display:none;
    padding:10px 0;
    background-color:white;
    font-family:Arial, sans-serif;
    font-size:1rem;
}

div.niv_3 {
    padding:.5rem 1.4rem;
    font-size:1rem;
}

div.niv_3 span {
    line-height:1.6rem;
}

span.niv_3_selected, .sousmenu_niv_3_selected {
    padding-bottom:3px;
    /* border-bottom: 2px solid #ed1c24; */
    border-bottom: 2px solid #ED0D11;
    color:black;
}

div.niv_1_selected, .sousmenu_niv_1_selected, li.niv_1_selected {
    background-color:#555555;
    border:0;
}

div.niv_2_selected, .sousmenu_niv_2_selected, li.niv_2_selected {
    background-color:#d0cfcf;
    color:#333333;
    border:0;
}

.niv_2 a {
    display:block;
    width:100%;
	text-decoration:none;
}

.sousmenu_niv_2_selected a{
    line-height:2.2rem;
}

div#sousmenu, div#sousmenu_desk {
    font-family: 'Yantramanav', sans-serif;
}

div#sousmenu_desk {
    margin-bottom:1rem;
}

div#sousmenu_niv_1, div#sousmenu_niv_1_desk {
    padding:.7rem .05rem;
    color:white;
    text-transform:uppercase;
    font-weight:normal;
    font-size:1.1rem;
    
}

div#sousmenu_niv_1 a, div#sousmenu_niv_1_desk a {
   color:white;
}

div#sousmenu_niv_1_desk {
    padding:.7em 1rem;
}

div#sousmenu_niv_2 {
    font-size:1.1rem;
    font-weight:normal;
    padding:.5rem 0;
}

div#sousmenu_niv_2 .fa-angle-down {
    line-height:2.2rem;
}

div#sousmenu_div_niv_3 {
    padding:10px 0;
    font-family:Arial, sans-serif;
    background-color:#fcfcfc;
}

div.sousmenu_niv_3 {
    padding:10px 30px;
    font-size:.9rem;
    background-color:white;
}

.separation_sousmenu_content {
    border-bottom:3px solid #cccccc;
}

a.lien_menu, .lien_sousmenu{
    text-decoration:none;
}

#hautDePage{
    /* color:#ed1c24; */
    color:#ED0D11;
    background-color:white;
    border-radius:50%;
    bottom:45px;
    position:fixed;
    right:20px;
    z-index:2;
    height:40px;
    width:40px;
    line-height:2.5rem;
}
                     
#hautDePage:hover{
    box-shadow:none;
}

#logo_svg {
    text-align:left;
    left:-1.8rem;
}


#menu div.reseaux_sociaux {
    text-align:left;
    //min-height:35px;
    //clear:both;
    padding:1rem 0;
    border-top:1px solid #ececec;
   
}

#menu div.reseaux_sociaux .row {
    align-items:center;
}

#menu .nancy_votre_place {
    text-align:center;
}

#menu .nancy_votre_place img{
    margin-left:auto;
    margin-right:auto;
    height:auto;
    max-height:60px;
    width:100%;
}

#menu div.reseaux_sociaux i{
   text-align:center;
}

.btn_plus_actu {
        margin-top:2rem; 
        padding:1rem 0;
        font-size:.9rem;
    }
    
    .btn_plus_actu a {
        padding:.8rem 2rem;
		
        /* border:1px solid #ed1c24; */
        /* color:#ed1c24; */
		
        border:1px solid #ED0D11;
        color:#ED0D11;
        
        -webkit-transition:0.3s all ease;
        transition:0.3s ease all;
		
		display: block;
		margin-bottom: 1rem;
    }
    
    .btn_plus_actu a:hover {
        color:white;
        /* background-color:#ed1c24; */
        background-color:#ED0D11;
		font-weight:bold;
    }

/***** ACCORDEONS ****/
	.accordion_content .card {
		margin-bottom: 0.8rem;
		border-radius: 0 !important;
		-webkit-appearance: none;
		-webkit-border-radius: 0px;
		border: 0;
		margin-top: 0.8rem;
	}
	
	.accordion_content .card-header {
		background-color: transparent;
		border: 1px solid #ED0D11;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	
	.accordion_content .card-header[aria-expanded="true"] {
		border-bottom: 0;
	}
	
	.accordion_content .card-header h4, .accordion_content .card-header h2 {
		display: inline-flex;
		padding: 1rem;
		margin-top: 0;
		align-items: center;
		margin-bottom:0;
	}
	
	.accordion_content .card-header, .accordion_content .card-header:first-child {
		border-radius: 0 !important;
		-webkit-appearance: none;
		-webkit-border-radius: 0px;
	}
	
	.accordion_content .card-header .bouton-accordeon {
		display: inline-flex;
		background-color: #ED0D11;
		padding: 1rem;
		width: 10%;
		justify-content: center;
	}
	
	.accordion_content .card-header .bouton-accordeon i {
		color:white;
		font-size:1.8rem;
	}
	
	.accordion_content .multi-collapse.collapse {
		border-left: 1px solid #ED0D11;
		border-bottom: 1px solid #ED0D11;
		border-right: 1px solid #ED0D11;
	}
	
	.accordion_content .multi-collapse {
		border: 1px solid transparent;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.accordion_content .card-body {
		padding: 1rem 0;
	}
	
/***** FIN ACCORDEONS ****/

/*** GALLERY IMAGE ***/
	.image_gallery ul {
		display:flex;
		flex-flow: row wrap;
		width: 100%;
		counter-reset: brick;
	}
	
	.image_gallery ul li:before{
		content:none;
	}
	
	.image_gallery li {
		flex: auto;
		height: 17vh;
		min-width: 150px;
		margin: 0 0 8px 0; /* Some gutter */
		overflow:hidden;
		position:relative;
	}
	
	.image_gallery img {
		max-height:100%;
		min-width:100vw;
		object-fit:cover;
		vertical-align:bottom;
		width:inherit;
		height:inherit;
	}
	
	.image_gallery .legend {
		position: absolute;
		bottom: 0;
		background-color: rgba(255,255,255,.8);
		width: 100%;
		left: 0;
		padding: .1rem .5rem;
		font-size: .9rem;
		font-style: italic;
	}
	
	.image_gallery li:nth-child(4n+1) {
	  width: 250px;
	}
	.image_gallery li:nth-child(4n+1):nth-child(4n+2) {
	  width: 325px;
	}
	.image_gallery li:nth-child(4n+1):nth-child(4n+3) {
	  width: 180px;
	}
	.image_gallery li:nth-child(4n+1):nth-child(4n+4) {
	  width: 380px;
	}
/*** FIN GALLERY IMAGE ***/

/*** FORM ***/
	.form-check-label {
		margin-top:0;
	}
	
	.form-check-inline {
		margin-right:1rem;
	}
	
	.form-select {
		padding: .5rem .8rem;
		margin-top:.3rem;
	}
	
	.form-select div {
		margin-right: .2rem;
	}
/*** FIN FORM ***/

/**** RECHERCHE (INDEXED SEARH) *****/
	.tx-indexedsearch-search-submit.lien-bouton {
		margin-top:.5rem;
		margin-bottom:1rem;
	}
	
	.tx-indexedsearch-rules p {
		font-size:.9rem;
	}
	
	.tx-indexedsearch-browsebox li {
		display:inline-block;
	}
	
	.tx-indexedsearch-browsebox li:before {
		content:none;
	}
	
	.tx-indexedsearch-searchbox-button.btn {
		border:1px solid #F0F0F0;
		transition:all .3s ease-in-out;
	}
	
	.tx-indexedsearch-searchbox-button.btn:hover {
		background-color:transparent;
	}
	
	.tx_indexedsearch .recherche-avancee-simple a:hover {
		text-decoration:none;
	}
/**** FIN RECHERCHE (INDEXED SEARH) *****/

footer {
   color:white;
   font-family: 'Yantramanav' , Arial,sans-serif;
}

footer .container-fluid {
    background-color:#424547;
    padding-top:20px;
    /*position:relative;
    z-index:-100;*/
}

footer p {
    font-size:1rem;
    padding:0;
    margin:0;
    line-height:1.3rem;
    text-align:left;
    //margin-left:1rem;
    letter-spacing:0.3px;
}

footer p a {
    color:white !important;
}

footer a {
    color:#333333;
}

footer h2 {
    font-family: 'Yantramanav', sans-serif;
    margin:0 0 .5rem 0;
    text-transform:uppercase;
    padding:0;
    color:#bebebe;
    font-weight:900;
    font-size:1.3rem;
    letter-spacing:.4px;
}

footer address {
    text-align:left;
    margin-left:1rem;
    margin-bottom:0;
}

footer div.reseaux_sociaux {
    text-align:left;
}

footer p.footer_bouton {
    
    font-weight:bolder;
    border:1px solid white;
    //padding:1rem 0;
    margin-left:0;
   
}

footer #footer_contact .footer_bouton {
    width:136px;
    margin-top:1rem;
	text-align:center;
}

footer #footer_rs .footer_bouton {
    width:272px;
    margin-top:1rem;
}

footer p.footer_bouton a {
    text-decoration:none;
    padding:1rem 1.4rem 1rem 1.4rem;
	display:inline-block;
	width:100%;
}

footer p.footer_bouton:hover {
    background-color:white;
}

footer p.footer_bouton:hover a {
    color:#424547 !important;
}

footer p.footer_bouton a:visited {
    color:white;
}

footer p.footer_bouton a:hover {
    color:#424547;
}

footer div.reseaux_sociaux p {
    margin-left:0;
}

footer div.reseaux_sociaux i {
    text-align:center;
}

footer i.RS {
    width:2rem;
    height:2rem;
    background-color:white;
    color:#424547;
    border-radius:50%;
    margin:0 .3rem;
    line-height:2rem;
    transition: .5s ease;
}

footer ul li:before {
    margin-left:0;
    content:"";
}

.liste-images ul li:before {
    margin-left:0;
}

footer ul li {
    padding-left:0;
}

footer ul li a {
    color:white !important;
    text-decoration:underline;
}

footer ul li a:hover {
    color:white;
}

#footer_contact, #footer_horaires, #footer_acces, #footer_rs, #footer_applications, #footer_nancy_onyvit, #footer_acceo {
    padding: 1rem 0;
}

#footer_acceo {
	padding-top:0;
}

#footer_acceo img {
	max-width:200px;
}

#footer_applications img {
    width:60px !important;
    height:60px !important;
}

#footer_applications figure figcaption:before {
	content:none;
}

#footer_applications figure figcaption {
	margin-left:0;
}

footer #applications {
    padding-bottom:15px;
}

footer #applications p {
    display:inline-block;
    margin:0 .2rem;
}

footer #footer_nancy_onyvit img{
    width:100%;
    max-width:150px;
    height:auto;
}

footer #footer_nancy_onyvit figure figcaption {
	display:none;
}

footer #second_footer {
    background-color: #646466;
    text-align:center;
    padding:15px;
    color:white;
}

footer #second_footer ul li {
    //display:inline-block;
    padding-left: .5rem;
    padding-right: .5rem;
    margin:0;
    text-align:center;
    //width:49%;
}

footer #second_footer ul li:before {
    content:"";
}

footer #second_footer ul li a {
    color:white !important;
    text-decoration:none;
    cursor:pointer;
}

footer #second_footer div {
   padding:0;
}

/****** ACCUEIL ******/

#recherche_accueil {
    
    //background-image:url('/fileadmin/fichiers/_MEDIATHEQUE/PHOTO/ACCUEIL/photo.jpg');
    background-image:url('/typo3conf/ext/dsit_configuration/Resources/Public/Php/BackgroundImageRecherche.php');
    background-size:cover;
    background-repeat: no-repeat;
	background-position-x:center;
    padding:1rem .5rem;
    min-height:60vh;
}

#formulaire_recherche_accueil i.fa-search, #formulaire_recherche i.fa-search, #formulaire_recherche_contenu i.fa-search, #formulaire_formulaire_recherche_resultats i.fa-search {
    /* color:#ed1c24; */
    color:#ED0D11;
    //margin-top:.8rem;
    font-size:2rem;
    padding:.5rem;
    cursor:pointer;
	margin-left:1rem;
}

#formulaire_recherche_contenu i.fa-search {
  font-size:1.6rem;
}

#formulaire_recherche_accueil, #formulaire_recherche {
    text-align:center;
    padding-top:7vh;
	width:100%;
}

#formulaire_recherche {
    padding:4vh 0;
}

#formulaire_recherche_resultats {
    margin:1rem 0;
}

#formulaire_recherche_contenu {
    padding-bottom:1.3rem;
    padding-left:1.3rem;;
}

#formulaire_recherche_accueil > div, #formulaire_recherche_contenu > div{
    /* background-color:rgba(255,255,255,.6); */
    text-align:center;
}

#formulaire_recherche_accueil h2, #formulaire_recherche h2 {
    font-family:'Montserrat', sans-serif;
    color:black;
    text-transform:uppercase;
    font-size:1.2rem;
    text-align:center;
    margin:1.5rem 0;
    padding-left:3rem;
    padding-right:3rem;
    font-weight:700;
}

#formulaire_recherche_accueil .form-group, #formulaire_recherche_accueil .input-group, #formulaire_recherche_contenu .form-group, #formulaire_recherche_contenu .input-group,  #formulaire_recherche .form-group, #formulaire_recherche .input-group, #formulaire_formulaire_recherche_resultats .form-group, #formulaire_recherche_resultats .input-group{
    width:100%;
}

#formulaire_recherche_resultats .input-group {
    border-top:1px solid rgba(150,150,150,.3);
    border-bottom:1px solid rgba(150,150,150,.3);
}

#formulaire_recherche_accueil .input-group-btn, #formulaire_recherche_contenu .input-group-btn, #formulaire_recherche .input-group-btn, #formulaire_recherche_resultats .input-group-btn {
    
    border:0;
    /* border-right:3px solid #ed1c24; */
    border-right:3px solid #ED0D11;
    border-radius:0;
}


#formulaire_recherche_accueil .input-group-btn .btn, #formulaire_recherche_contenu .input-group-btn .btn, #formulaire_recherche .input-group-btn .btn, #formulaire_recherche_resultats .input-group-btn .btn {
    background-color:white;
}

#formulaire_recherche_contenu .input-group-btn {
    border-right:1px solid rgba(150,150,150,.3);
    border-top:1px solid rgba(150,150,150,.3);
    border-bottom:1px solid rgba(150,150,150,.3);
}

#formulaire_recherche .form-inline, #formulaire_recherche .form-inline {
    margin-bottom:0;
}

#formulaire_recherche_accueil input, #formulaire_recherche_contenu input, #formulaire_recherche input,  #formulaire_recherche_resultats input{
    /* border-left:3px solid #ed1c24; */
    border-left:3px solid #ED0D11;
    border-right:0;
    border-top:0;
    border-bottom:0;
    border-radius:0;
    //margin-top:.5rem;
    //width:100%;
    padding:1.9rem;
}

#formulaire_recherche_contenu input {
    border-width:2px;
}

#formulaire_recherche_accueil input:focus, #formulaire_recherche_contenu input:focus, #formulaire_recherche input:focus, #formulaire_recherche_resultats input:focus {
   box-shadow: none;
}

#formulaire_recherche_contenu {
    margin-bottom:1rem;
}

#formulaire_recherche_contenu input, #formulaire_recherche_contenu .input-group-text {
    border-top:1px solid rgba(150,150,150,.3);
    border-bottom:1px solid rgba(150,150,150,.3);
	background-color:transparent;
}

#formulaire_recherche_accueil .btn {
	border-radius:0;
	border-right: 3px solid #ED0D11;
    background-color: white;
    display: flex;
    align-items: center;
	padding-left:1rem;
	justify-content: space-around;
}

#formulaire_recherche_accueil .btn:hover span, #formulaire_recherche_accueil .btn:focus span,
#formulaire_recherche_contenu .btn:hover span, #formulaire_recherche_contenu .btn:focus span {
	text-decoration:underline;
}

.inputs-list {
	margin-left:1.5rem;
}

.errors li:before {
   content:"";
}

.titre-resultat, .titrage-text {
    font-weight:bolder;
    margin-bottom:0;
    margin-bottom:0;
}

.text-resultat {
    margin-bottom:1.8rem;
}

#actualite_accueil_une {
    padding-top:20px;
    background-color:white;
}

#actualite_accueil_une .texte-une p{
    margin:0;
    font-size:1rem;
    padding:0;
    font-weight:normal;
}

#actualite_accueil_une .bloc-actualite {
    margin:0;
    border-bottom:0;
    padding:0;
}

.flag-une {
    /* background-color:#ed1c24; */
    background-color:#ED0D11;
    color:white;
    position:absolute;
    padding:.1rem .5rem;
    top:-10px;
    left:10px;
    text-transform:uppercase;
}

.flag-une p {
    margin:0;
    font-size:.9rem;
}

.image-une {
    max-height:280px;
    overflow:hidden;
}

.image-une img{
    width:100%;
    height:auto;
}

.meta-actualite p {
    font-size:.8rem;
    color:#c4c4c4;
    margin:0;
    padding: 0 1rem;
}

.titre-actualite {
    font-weight: bolder;
    font-size:1.3rem;
    
    font-family:'Yantramanav', arial;
    border:0;
    
    margin:0;
    padding:.6rem 0 .3rem 0;
}

.titre-publication {
    font-weight: bolder;
    font-size:1.3rem;
    font-family:'Yantramanav', arial;
    border:0;
    margin:0;
}

.contenu-une {
    margin:0 1rem 2rem 1rem;
    padding-left:.5rem;
    /* border-left: 1px dotted #ed1c24; */
    border-left: 1px dotted #ED0D11;
}

h1.titre-une {
   padding:0;
   margin: 0 0 .5rem 0;
}

#en1clic_accueil{
    background-color:#fbf0ec;
    margin-top:0;
    margin-bottom:0;
}

#en1clic_accueil_titre, 
#agenda_accueil_titre, 
#actualite_accueil_titre, 
#video_accueil_titre, 
#reseaux_sociaux_accueil_titre, 
#resultat_recherche h1, 
#liste-actualites h1, 
#liste-agendas h1, 
#details-actualites h1, 
#details-agendas h1,  
#liste-presses h1, 
#details-presses h1, 
#details-alerte h1, .actualite-lie h4,
#agenda_accueil h1 {
    font-size:1.8rem;
    font-family:'Yantramanav', arial, sans-serif;
    margin-top:25px;
    margin-bottom:15px;
    color:black;
    font-weight:bold;
    text-transform:uppercase;
}

#details-actualites h1, #details-agendas h1, #liste-agendas h1  {
    padding-left:0;
    font-family:'Lato', arial, sans-serif;
    text-transform:initial;
    font-weight:900;
}

#en1clic_accueil_titre {
    text-align:left;
    /* color: #ed1c24; */
    color: #ED0D11;
}

#en1clic_accueil [id^=icone_] {
    display:inline-block;
    width:70px;
    height:70px;
    border-radius:50%;
    /* border: 4px double #ed1c24; */
    border: 4px double #ED0D11;
    margin:10px 0;
        
    background-color:white;
    background-repeat:no-repeat;
    
    font-family:"icomoon";
    font-size:50px;
    /* color:#ed1c24; */
    color:#ED0D11;
    padding-top:.4rem;
    
}

#en1clic_accueil [id^=icone_] ~ p {
    font-family:'Yantramanav', Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1.2rem;
}

#en1clic_accueil a {
    text-decoration:none;
}

.en1clic_accueil_bloc {
    min-height:170px;  
}

#agenda_accueil, #video_accueil, #agenda_accueil_bis {
    background-color:white;
    padding-bottom:25px;
}

 #video_accueil {
    padding-bottom:165px;
 }
 
 #video_accueil .video-container,  #video_accueil .video {
	margin-bottom:0;
 }

#agenda_accueil_titre, #video_accueil_titre, #reseaux_sociaux_accueil_titre, #agenda_accueil h1 {
   margin-top:42px;
}

#agenda_voirplus, #video_voirplus {
   margin-top:45px;
   font-size:1rem;
}

.agenda hr {
    color:lightgrey;
}

#agenda_accueil .media {
    vertical-align:middle;
    padding: 1rem;
}

.media .media-wrapper, .bloc-actualite .actualite-image, .news_specifiques .media-wrapper {
    display:flex;
    overflow:hidden;
}

#agenda_accueil .media:after {
    content:"";
    background-color:lightgrey;
    width:90%;
    height:1px;
    text-align:center;
    position:absolute;
    bottom:0;
}

#agenda_accueil .media img {
    width:180px;
}

#actualite_accueil .card img  {
    overflow:hidden;
}

.bloc-actualite .actualite-image img, #news_liees .card img, .news_specifiques .media img, #actualite_accueil .card img, .agenda .media img {
    //width:100%;
    //height:100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#agenda_accueil .media:hover img, .bloc-actualite:hover .actualite-image img, #news_liees .card:hover img, .news_specifiques .media:hover img, #actualite_accueil .card:hover img, .list-actualites {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.titre-agenda {
    margin-top:0;
    font-size:1.3rem;
    font-family:'Yantramanav', Arial, sans-serif;
    font-weight:bolder;
}

.text-agenda{
    margin-top:1.5rem;
}

#actualite_accueil, #liste-actualites {
    background:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/motif_section_actualites.svg');
    padding-bottom:65px;
}

.actualite-lie {
    background:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/motif_section_actualites.svg');
    padding-top:1rem;
}

#liste-actualites #main_content{
    background-color:transparent;
}

#bloc-titre-actualite {
    background-color:white;
    margin: 15px 0 8px 0;
}

#actualite_accueil_titre{
    margin: 1rem 0 .8rem 0;
}

#actualite_voirplus {
    margin-top: 1.3rem;
}

#actualite_accueil .actualite {
    padding: 0 8px 0 8px;
}

#actualite_accueil .card {
    border-color:white;
}

#actualite_accueil .card-body {
    padding:0;
}

.actualite > div {
    padding:0;
}

.bloc-actualite {
    background-color:white;
    margin:0 7px 8px 7px ;
    padding:.8rem .8rem 0 .8rem;
    border-bottom:.8rem solid white;
    height:auto;
}

.bloc-actualite .actualite-contenu {
    margin-top:1rem;
}

.actualite-image img{
    width:100%;
    height:auto;
}

.texte-actualite {
   margin-bottom:0;
}

.video-container {
    position: relative;
    padding: 1rem 0 56.25% 0;
    height: 0;
    overflow: hidden;
	margin-bottom:50px;
}

.col-12.video-container {
	padding: 1rem 0 56.25% 0;
}

.col-6.video-container {
	padding: 1rem 0 30% 0;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#actualite_accueil .text-chapeau {
    font-weight:normal;
    font-size: 1.05rem;
}

ul.pagination {
    flex-flow: wrap;
}

ul.pagination li.page-item {
    margin-top: 1rem;
}

ul.pagination li:before {
    content: none;
    margin-left: 0;
}

ul.pagination li a {
    color: black;
}

ul.pagination .page-link:hover {
    color: black;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

ul.pagination li.page-item.active .page-link {
    color: white;
    background-color: #424547;
    border-color: #424547;
    text-decoration: none;
}

ul.pagination li.page-item.active {
	color: white;
    background-color: #424547;
    border-color: #424547;
	padding: 0.5rem 0.75rem;
    margin-left: 1rem;
    line-height: 1.25;
}

#kiosque .actualite .card {
	border:0;
}

#kiosque .actualite .card > a {
	margin: 0 .3rem .5rem .3rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	height:100%;
}

/*TEST YOUTUBE LAZY LOAD */
.wrapper {
    width: 100%;
    //margin: 60px auto;
    //padding: 0 20px;
}

.youtube, .youtube_player {
    background-color: #000;
    //margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube_player {
	margin-bottom:0;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before,
.youtube_player iframe {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe, .youtube_player iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*FIN TEST YOUTUBE LAZY LOAD*/

#reseaux_sociaux_accueil {
    background-color:white;
    border:0;
    padding-bottom:2rem;
}

.reseaux_sociaux_accueil_icone {
    text-align:center;
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:50%;
    line-height:3.2rem;
    font-size:1.6rem;
    margin-right:15px;
    transition: .5s ease;
}

.reseaux_sociaux_accueil_icone a {
    color:white;
}


.reseaux_sociaux_accueil_icone.ifacebook, #RS_header_desk i.fa-facebook-f:hover, .reseaux_sociaux .fa-facebook-f.RS:hover, .sidebar_reseauxsociaux .fa-facebook-f {
    background-color:#3b5998;
}

.reseaux_sociaux_accueil_icone.itwitter, #RS_header_desk i.fa-twitter:hover, .reseaux_sociaux .fa-twitter.RS:hover, .sidebar_reseauxsociaux .fa-twitter,
.reseaux_sociaux_accueil_icone.itwitter, #RS_header_desk i.fa-x-twitter:hover, .reseaux_sociaux .fa-x-twitter.RS:hover, .sidebar_reseauxsociaux .fa-x-twitter {
    background-color:#1da1f2;
}

.reseaux_sociaux_accueil_icone.iinstagram, #RS_header_desk i.fa-instagram:hover, .reseaux_sociaux .fa-instagram.RS:hover, .sidebar_reseauxsociaux .fa-instagram {
    background-color:#d62976;
}

.reseaux_sociaux_accueil_icone.ilinkedin, #RS_header_desk i.fa-linkedin-in:hover, .reseaux_sociaux .fa-linkedin-in.RS:hover, .sidebar_reseauxsociaux .fa-linkedin-in {
    background-color:#0077b5;
}

.reseaux_sociaux .fa-youtube.RS:hover, #RS_header_desk i.fa-youtube:hover, .reseaux_sociaux .fa-youtube:hover, .sidebar_reseauxsociaux .fa-youtube {
    background-color:#cc181e;
}

.reseaux_sociaux_accueil_icone:hover, .reseaux_sociaux_accueil_icone:focus {
    background-color:#424547;
    cursor:pointer;
}

#RS_header_desk .nancy_votre_place {
    text-align:right;
}

#RS_header_desk .nancy_votre_place img {
    width:80%;
    max-width:130px;
    height:auto;
    margin-right:1.8rem;
    
}

/**** FIN ACCUEIL ****/

/****** CONTENU ******/

p.text-chapeau {
    font-weight:bold;
    font-size: 1.1rem;
}

p.text-intro {
    font-family: 'Lato', sans-serif;
    font-size:1.15rem;
    line-height:22px;
}

p.savoir_plus {
    padding:.8rem 1.3rem;
    display:inline-block;
    border:1px solid #333;
}

p.savoir_plus:before {
    content:'\f0a9';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
}

p.savoir_plus a {
    text-decoration:none;
    margin-left:.5rem;
    color:#333333;
}

#sub_content .sommaire {
   margin-bottom:1.5rem;
   margin-left:1.25rem;
}

.sommaire {
    border: 1px dotted #0e7acc;
    margin: 0;
}

.titre_sommaire {
    text-transform:uppercase;
    margin: 1rem 0 0 2rem;
    color:#0e7acc;
    padding-bottom:1.3rem;
    padding-top:0.9rem;
    font-family:'Montserrat', Arial, sans-serif;
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:-0.7px;
}

.sommaire ul {
   margin:.8rem 0;
}

.sommaire li {
   font-family:'Lato', sans-serif;
   font-size:1rem;
   color:#0e7acc;
   padding: .3rem 0 0 0;
}

.sommaire li a{
    color:#0e7acc;
    padding-left:.5rem;
    display:inline-block;
    width:95% !important;
    margin:0 0 0 1rem;
    padding:0;
    text-decoration:none;
}

.sommaire li a:hover {
    text-decoration:underline;
}

.titre_page_parent {
    text-transform:uppercase;
    margin-left:1.2rem;
    font-weight:600;
}

.titre_page_parent a, .titre_page_parent a:visited {
    text-decoration:none;
    color:#666666;
}

.titre_page_current {
   border-left:3px solid #0e7acc;
   padding-left:1.25rem;
   font-family:'Montserrat', sans-serif;
   font-weight:700;
   margin-bottom:1rem;
   //padding-bottom:1rem;
   color:#0e7acc;
   
   margin-left:1.2rem;
}

.titre_page_current a, .titre_page_current a:visited {
   color:#0e7acc;
   text-decoration:none;
}

.page_soeur:before {
   content:"";
   margin:0;
}

.page_soeur {
   /* border-left:3px solid #ed1c24; */
   border-left:3px solid #ED0D11;
   padding-left:1.25rem;
   font-weight:600;
   font-family:'Montserrat', sans-serif;
   padding-bottom:.3rem;
   
   margin-left:1.2rem;
}

.page_soeur a {
   color:#666666;
   text-decoration:none;
}

#breadcrumb {
    background-color:#e9ecef;
}

.breadcrumb-item::before {
    margin-left:0;
    content:" ";
}

.breadcrumb {
   border-radius:0;
   padding-left:2.2rem;
}

.breadcrumb li {
   font-family: 'Lato', sans-serif;
   padding-left:0;
   color:rgba(0,0,0,.5);
   list-style-type:none;
}

.breadcrumb li a, .breadcrumb li a:visited {
    opacity:1;
    //padding-left:.5rem;
    text-decoration:none;
    color:black;
}

.breadcrumb li.active {
    opacity:1;
}    

.breadcrumb li:first-child, .breadcrumb li:first-child a {
    padding-left:0;
}

figure {
    margin:0;
    margin-bottom:1rem;
}

figure figcaption {
    font-family:'Lato', sans-serif;
    font-size:.7rem;
    margin:.2rem 1rem;
}

figure figcaption:before {
	content:" — ";
	display:inline-block;
	margin-right:.5rem;
}

div.figure-right p, div.figure-left p, div.figure-center p, div.figure-right h3, div.figure-left h3, div.figure-center h3 {
    padding:0 1rem;
}

div.multiple-col figure {
	padding:0 !important;
}

.bouton {
    padding:1rem 1rem 1rem 0;
}

.bouton a{
    display:inline-block;
    border:1px solid #333333;
    color:#333333 !important;
    padding:.5rem 1.5rem;
    text-decoration:none;
}

.bouton a:hover {
    font-weight:900;
    padding: .5rem 1.33rem;
}

.btn_dechet {
    display:inline-block;
    background-color:#0a5389;
    color:white;
    text-decoration:none;
    padding: .5rem 1rem;
    width:36%;
    margin-left:.8rem;
    margin-top:.8rem;
    border-radius:.5rem;
}

#map {
    width:100%;
    height:430px;
    margin-bottom:1rem;
    z-index:1;
}

.item_carrefour {
    padding: .8rem 1rem 1rem 1rem ;
    position:relative;
}

.item_carrefour .picto {
    font-family:"icomoon_dechet";
    font-size:80px;
    /* color:#ed1c24; */
    color:#ED0D11;
    padding-top:.4rem;
}

.item_carrefour .picto .icon-Feru_Des_Sciences {
	background: url(/typo3conf/ext/dsit_configuration/Resources/Public/Images/logo_FeruDesSciences.svg);
    width: auto;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.item_carrefour .picto .icon-Chateau_Montaigu {
	background: url(/typo3conf/ext/dsit_configuration/Resources/Public/Images/logo_montaigu.svg);
    width: auto;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.item_carrefour .picto .icon-aquapole {
	background: url(/typo3conf/ext/dsit_configuration/Resources/Public/Fonts/icomoon_icones/PNG/Aquapole.png);
    width: auto;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.item_carrefour .picto .icon-ALOHE {
	background: url(/typo3conf/ext/dsit_configuration/Resources/Public/Images/logo_ALOHE-coul.svg);
    width: auto;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.item_carrefour .picto .icon-aquapole:before {
	content:none;
}

.item_carrefour img {
    height:90px;
    width:auto;
}

.item_carrefour > hr {
    position:absolute;
    bottom:0;
    width:85%;
    border-bottom: 1px dotted #666666;
}


.titre_carrefour {
    font-family: 'Lato', sans-serif;
    font-size:1.7rem;
    font-weight:900;
    line-height:2.5rem;
    margin-bottom:1rem !important;
}

.frame-layout-23 .card {
	margin-bottom:1rem;
}

form {
    font-family:'Lato', sans-serif;
    font-size:1.05rem;
}

form label {
    margin-top:1.5rem;
    margin-bottom:.2rem;
}

form legend {
    margin-bottom:.2rem;
    padding-top:2.5rem;
}

form .form-navigation .btn {
    background-color:white;
    /* color:#ed1c24; */
    /* border:1px solid #ed1c24; */
    color:#ED0D11;
    border:1px solid #ED0D11;
    border-radius:0;
    font-size:1.5rem;
    padding:.5rem 1.5rem;
}

form .form-navigation .btn:hover {
    /* background-color:#ed1c24; */
    background-color:#ED0D11;
    color:white;
    border:1px solid white;
}

form h2 {
    margin-bottom:3rem;
}

/**** FIN CONTENU ****/

/****** ALERTE ******/
#alerte_alloalerte {
    /* background-color:#ed1c24; */
    background-color:#ED0D11;
    color:white;
    padding:1rem 0;
    border-top:5px solid #ffffff;
    
    cursor:pointer;
}

.alerte_bleue {
	background-color:#1e32a3 !important;
}

#alerte_alloalerte h3 {
    margin-top:0;
    margin-bottom:0;
    text-transform:uppercase;
    font-weight:bolder;
    font-size:1.2rem;
    font-family:'Montserrat', sans-serif;
}

#alerte_alloalerte p {
    padding:0;
    margin-top:1rem;
}

#alerte_alloalerte a {
    padding:.6rem .8rem;
    color:white;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    margin:0 .5rem;
    border:1px solid white;
    
    cursor:pointer;
}

#closeAlerte, #openAlerte {
    float:right;
    font-size:1.4rem;
    line-height:1.3rem;
}

/**** FIN ALERTE ****/

/****** COOKIES ******/
/* #alerte_cookies { */
    /* position:fixed; */
    /* bottom:0; */
    /* z-index:200; */
    /* background-color:rgba(0,0,0,.8rem); */
    /* color:#ffffff; */
    /* font-size:.9rem; */
/* } */

/* #alerte_cookies i { */
    /* font-size:2.5rem; */
    /* margin:1rem .1rem; */
/* } */

#tarteaucitronRoot #tarteaucitronAlertBig {
    text-align:left;
    padding-top:.6rem;
    padding-bottom:.6rem;
}

#tarteaucitronRoot #tarteaucitronAlertBig span  {
    line-height:1.5rem;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size:.9rem;
    padding:.2rem .5rem;
}

/**** FIN COOKIES ****/

/****** BLOCS TYPE ******/

.infos-pratiques h4, .documents h4, .lire-egalement h4, .actualite-lie h4, .focus h4, .saviez-vous h4, .oubliez-pas  h4, .le-chiffre h4, .news_alerte h4, .oubliez-pas-alerte h4 {
    margin-bottom:1.2rem;
    margin-top:0;
    text-transform:uppercase;
    font-family:'Montserrat', Arial, sans-serif;
    font-weight:bold;
    font-size:1rem;
    padding-top:.8rem;
}

.documents h4, .lire-egalement h4, .actualite-lie h4 {
    padding: 1rem 0;
}

/*.actualite-lie h4 {
    //margin-bottom:0;
    border-bottom:1px solid #ed1c24;
    padding-bottom:.2rem;
}*/

.focus h4, .saviez-vous h4, .oubliez-pas h4, .infos-pratiques h4, .le-chiffre h4, .oubliez-pas-alerte h4 {
    padding-left: 3.5rem;
}


.infos-pratiques:before {
    content:'\f277';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2.3rem;
    color:#0e7acc;
    position:absolute;
    top:.5rem;
    font-weight:900;
}
    
.infos-pratiques {
    background-color:#ddf9ff;
    margin:.1rem;
    margin-bottom:1rem;
    padding:1rem 1rem 1.8rem 1rem;
    position:relative;
}

.infos-pratiques a {
    text-decoration:underline;
}

.titre-infos-pratiques, .titre-actualite-lie {
    font-weight: bold;
}

.bloc-infos-pratiques {
    padding-left:1rem;
    border-left: 1px solid rgba(0,0,0,.2);
    margin-bottom:1.2rem;
}

.bloc-infos-pratiques a{
    color: #333333 !important;
    text-decoration:underline;
}

.bloc-infos-pratiques .avertissement {
    font-style:italic;
}

.infos-pratiques .bloc-infos-pratiques.infos-acces {
   border-left: 4px double #0e7acc;
   color:#0e7acc;
   font-weight:bolder;
}

.infos-pratiques .bloc-infos-pratiques.bloc-avertissement {
    color:#0e7acc;
    border-color:#0e7acc;
    
    font-style:italic;
}

.infos-pratiques .bloc-avertissement a {
    color:#0e7acc;
}

.infos-pratiques p.bouton {
    padding:0;
    margin-right:1rem;
    margin-bottom:1.2rem;
}

.actualite-lie {
    //background-color:#ededed;
    margin-bottom:1rem;
    padding-bottom:1rem;
    
    padding-left:1rem;
    padding-right:1rem;
}

.actualite-lie img {
    margin-bottom:.8rem;
}

.documents {
    background-color:rgba(151,230,177,.2);
    margin-bottom:1rem;
    margin-top:1rem;
}

.documents p {
	margin-bottom:0;
}

.frame-type-text.frame-layout-14 .bloc-documents {
	padding:1rem;
}

.documents ul, .lire-egalement ul {
    margin-top:.5rem;
    margin-bottom:.5rem;
}

.documents li:before, .lire-egalement li:before {
    //font-family:'FontAwesome';
    font-family:'Font Awesome 5 Free';
    border-radius:50%;
    border: 2px solid white;
    //height:45px !important;
    //width:45px !important;
    text-align:center;
    line-height: 2.5rem;
    top:.7rem;
    font-size:1.4rem;
    margin-left:0;
    
    padding:.5rem;
    margin-right:1rem;
    
    transition:.5s ease;
    font-weight:900;
}

.documents li:hover:before, .lire-egalement li:hover:before {
    //color:white;
    border: 2px solid black;
}

.documents li:before {
    content:'\f15b';
}

.documents li, .lire-egalement li {
    padding:1.3rem 1rem 1.5rem 1rem;
    word-wrap: break-word;
}

.documents .ce-uploads-filesize {
	margin-left:.5rem;
}

.lire-egalement {
    background-color:rgba(102,150,198,.3);
    margin-bottom:1rem;
    margin-top:1rem;
}

.lire-egalement li.pdf:before {
    content:'\f15b';
}

.lire-egalement li.event:before {
    content:'\f073';
}

.lire-egalement li.article:before {
    content:'\f1ea';
}

/*.lire-egalement li:hover.pdf:before, .lire-egalement li.event:before:hover, .lire-egalement li.article:before:hover, .documents li:before:hover {
    border-color:black;
    color:white;
}*/

.saviez-vous h5, .focus h5, .oubliez-pas h5, .le-chiffre h5, .oubliez-pas-alerte h5 {
    margin-top:0;
    margin-bottom:.2rem;
    padding-left:3.5rem;
    padding-right:0;
    font-family:'Lato', sans-serif;
    font-size:1.05rem;
    font-weight:bold;
 }
  
.saviez-vous p, .focus p, .oubliez-pas p, .le-chiffre p, .oubliez-pas-alerte p {
    margin:0;
    padding:0;
    vertical-align:top;
    position:relative;
    top:12px;
}

.news_alerte p.text-chapeau {
    font-weight:normal;
    font-size: 1.05rem;
}

.saviez-vous a, .focus a, .oubliez-pas a, .le-chiffre a, .oubliez-pas-alerte a {
    color: #333333;
    text-decoration:underline;
}

.saviez-vous img {
    vertical-align:top;
    padding-left:2.8rem;
    padding-top:.5rem;
}

.focus:before {
    content:'\f00e';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2.5rem;
    color:#ffe200;
    position:absolute;
    top:.3rem;
    font-weight:900;
}
.focus {
    background-color:rgba(255,226,0,0.19);
    padding:1rem 1rem 1.8rem 1rem;
    margin:.1rem;
    position:relative;
    margin-bottom:1rem;
}

.saviez-vous:before {
    content:'\f0eb';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:3rem;
    color:#ffe200;
    position:absolute;
    top:.3rem;
}
.saviez-vous {
    padding:1rem 1rem 1.8rem 1rem;
    margin:.1rem;
    border: 1.2px dotted #ffe200;
    position:relative;
    margin-bottom:1rem;
}

.oubliez-pas-alerte:before {
    content:'\f249';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2.4rem;
    //color:#ef4423;
    color:rgba(255,116,61,0.8);
    position:absolute;
    top:.5rem;
}

.oubliez-pas:before {
    content:'\f249';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2.4rem;
    //color:#ef4423;
    color:rgba(255,116,61,0.8);
    position:absolute;
    top:.5rem;
}

.oubliez-pas-alerte {
    background-color:rgba(255,116,61,0.2);
    padding:1rem 1rem 1.8rem 1rem;
    margin:.1rem;
    position:relative;
    margin-bottom:1rem;
}

.oubliez-pas {
    background-color:rgba(255,116,61,0.2);
    padding:1rem 1rem 1.8rem 1rem;
    margin:.1rem;
    position:relative;
    margin-bottom:1rem;
}

.le-chiffre:before {
    content:'\f14a';
    //content:'\f046';
    //font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2rem;
    color:#ef4423;
    position:absolute;
    top:.5rem;
}

.le-chiffre {
    /* border: 3px double #ed1c24; */
    border: 3px double #ED0D11;
    padding:1rem 1rem 1.8rem 1rem;
    margin:.1rem;
    position:relative;
    margin-bottom:1rem;
}

.le-chiffre h4 {
    /* color:#ed1c24; */
    color:#ED0D11;
}

.le-chiffre h5 {
    font-size:2rem;
    font-weight:bolder;
    letter-spacing:-1.5px;
    margin-bottom:.1rem;
}

.le-chiffre h6 {
    padding-left:3.5rem;
    padding-right:0;
}

/*.le-chiffre p:first-of-type:before {
    content: " ";
    width:1.6rem;
    display:block;
    color:#ed1c24;
    background-color:#ed1c24;
    margin:.8rem 0 1rem 0;
    height:3px;
    
}*/


#resultat_recherche {
    background-color:white;
}

.rubrique_recherche, .affinez_recherche {
   font-size:1.5rem;
   font-family:'Lato', sans-serif;
   color:#0e7acc;
}

/**** FIN BLOCS TYPE ****/

/*** GLOBAL NEWS ***/
    .news-related {
        display:block;
        width:100%;
        padding:0;
        border:0;
    }
/*** FIN GLOBAL NEWS ***/

/**** LISTE ACTUALITES ****/

#liste-actualites, #liste-agendas, #liste-presses {
    padding-bottom:2rem;
}

#liste-actualites h1, #liste-agendas h1, #details-actualites h1, #details-agendas h1, #liste-presses h1, #details-presses h1, #details-alerte h1, .actualite-lie h4 {
    margin:0;
    background-color:white;
}

#liste-presses h1 {
    margin-bottom:1rem;
}

#liste-actualites h1, .actualite-lie h4 {
    padding:1rem 1rem .8rem 1rem;
}

#liste-actualites .list-unstyled hr, #liste-agendas .list-unstyled hr, #liste-presses .list-unstyled > hr, #details-presses .list-unstyled > hr, .actualite-lie hr{
   /* border-color:#ed1c24; */
   border-color:#ED0D11;
   border-style:dotted;
   width:40%;
   margin-left:1rem;
}

.actualite-lie hr {
    margin-left:0;
}

#liste-actualites .list-unstyled li:before, #details-actualites .list-unstyled li:before, #liste-agendas .list-unstyled li:before, #details-agendas .list-unstyled li:before, , #liste-presses .list-unstyled li:before, #details-presses .list-unstyled li:before {
    margin:0;
}

#liste-actualites .media, .actualite-lie .media {
    background-color:white;
    margin:.5rem 0;
    display:block;
    flex:1 1 100%;
    padding-top:1rem;
}

#liste-actualites .media-wrapper, #liste-actualites .media-body, .actualite-lie .media-wrapper, .actualite-lie .media-body {
    display:block;
}

#liste-actualites .media-body h4, #liste-agendas .media-body h4{
    font-weight:bold;
    font-size:1.6rem;
    font-family:'Yantramanav', Arial, sans-serif;
    padding-top:.5rem;
}

#liste-actualites .media-body .text-chapeau, #liste-agendas .media-body .text-chapeau, .actualite-lie .media-body .text-chapeau {
    font-weight:normal;
    font-size: 1.05rem;
}

#liste-actualites .media-body hr, #liste-agendas .media-body hr, #liste-presses li hr , #details-presses li hr, .actualite-lie .media-body hr {
    width:1%;
    border: 1px solid black;
    margin-left:0;
}

#liste-actualites img, .actualite-lie img {
    height:auto;
}

#agenda_accueil .media a {
	display:flex;
}


.news_alerte {
    background-color:rgba(255,116,61,0.6);
    padding:1rem;
    margin:1rem .1rem 1rem .1rem;
    position:relative;
    margin-bottom:1rem;
}

.news_alerte:before {
    content:'\f0f3';
   // font-family:fontAwesome;
    font-family:"Font Awesome 5 Free";
    font-size:2.4rem;
    color:#ef4423;
    position:absolute;
    top:.5rem;
}

.news_alerte h4, .news_alerte p {
   padding-left:2.5rem;
   margin-bottom:.5rem;
}

.news_specifiques {
    //background-color:lightgrey;
    background:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/motif_site_actu_specifiques.jpg');
    padding:1rem;
    margin-bottom:1rem;
}

.news_specifiques .media {
    background-color:white;
    display:block;
}

.news_specifiques img {
    width:200px;
}

.news_specifiques .media-body {
    padding:1rem;
}

.news_specifiques hr {
    width:10%;
    border-color:transparent;
}

.news_specifiques h4 {
    font-size:1.1rem;
    font-weight:bold;
}

#liste-presses a {
    text-decoration:none;
}

#liste-presses a:hover {
    text-decoration:underline;
}

#liste-archives .list-unstyled .body-text p strong {
	font-weight:400 !important;
}

.page-navigation p {
    font-size:.8rem;
}

.page-navigation ul li {
    display:inline-block;
}

.page-navigation ul li.current {
 font-weight:bolder;   
}

.page-navigation ul li a {
    cursor:pointer;
}
/**** FIN LISTE ACTUALITES ****/

/******* LISTE AGENDAS *******/

#liste-agendas h1 {
    margin-bottom:1rem;
}

.date-agenda {
    color:#e10617;
    margin-bottom:0;
}

.ville-agenda {
    color: grey;
    font-style:italic;
    margin-bottom:0;
}

.lieu-agenda {
    font-weight:bold;
    margin-bottom:0;
}

.agenda-tag {
    text-transform:uppercase;
    font-size:1.2rem;
    font-weight:bold;
}

#liste-agendas .media {
    margin:1rem 0;
}

#liste-agendas .media-body h4 {
    padding-top:0;
}

#liste-agendas img {
    width:180px;
}

/***** FIN LISTE AGENDAS *****/


/**** DETAILS ACTUALITES ****/

#details-actualites h2, #details-agendas h2 {
    color:#333333;
}

#details-actualites .feuilletez:before, #details-agendas .feuilletez:before {
    content:"\f276";
    //font-family: "FontAwesome";
    font-family: "Font Awesome 5 Free";
    /* color: #ed1c24; */
    color: #ED0D11;
    margin:.2rem;
}    

#details-actualites .feuilletez a, #details-agendas .feuilletez a {
    /* color: #ed1c24; */
    color: #ED0D11;
    font-weight:bolder;
}

#details-actualites .media, #details-agendas .media {
    display:block;
}

#details-actualites p.text-chapeau {
    font-size:1.15rem;
}

li.media:before {
    margin-left:0;
}

#details-actualites picture, #details-agendas picture {
    display:flex;
    margin-bottom:1rem;
    margin-top:1rem;
}

#details-actualites img, #details-agendas img {
    //margin-bottom:1rem;
    max-width:300px;
    height:100% !important;
    margin-left: auto !important;
    margin-right:auto !important;
}

#details-actualites .ce-center img {
	max-width:100%;
	height:auto;
}

#details-actualites #news-related-block hr, #details-agendas #news-related-block hr {
    /* border-color:#ed1c24; */
    border-color:#ED0D11;
    border-style: dotted;
    width:10%;
}

#details-actualites .news-related, #details-agendas .news-related {
    border:0;
}

#details-actualites .news-related h4, #details-agendas .news-related h4 {
    text-transform:uppercase;
}

#details-actualites .news-related-news .media-wrapper, #details-agendas .news-related-news .media-wrapper{
    width:100%;
}

#details-actualites .actualite-contenu, #details-agendas .actualite-contenu {
    font-weight:bold;
}

.pager .all {
    text-align:center;
}

.pager div {
    margin-top:1rem;
    margin-bottom:1rem;
}

.pager .previous a, .pager .next a, .pager .all a {
   //color:silver;
   color:#0a5389;
   font-weight:normal;
}

.pager .previous:before, .pager .next:before, .pager .all:before{
    content:"";
    margin:0;
}

.pager .fa-arrow-left, .pager .fa-arrow-right{
    //background-color:#eeeeee;
    font-weight:;
    padding:.5rem;
    //margin:0 .5rem;
    color:#0a5389;
}

/**** FIN DETAILS ACTUALITES ****/

/****** DETAILS AGENDAS ******/

#details-agendas h2 {
    padding-top:0;
}

#details-agendas .agenda-tag {
  padding-top:.8rem;  
}

#details-agendas .date-agenda, #details-agendas .lieu-agenda, #details-agendas .ville-agenda {
    /* color:#ed1c24; */
    color:#ED0D11;
    display:inline-block;
    padding:.15rem;
}

/**** FIN DETAILS AGENDAS ****/

 /****** NEWS LIEES ******/
    #news_liees {
        background:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/motif_site_actu_liees.jpg');
        //background:url('../Images/motif_section_actualites_liees_P.jpg');
        padding:2rem 0;
    }
    
    #news_liees .container {
        padding:0;
    }
    
    
    #news_liees .card .card-img-top {
        
        width:auto;
    }
    
    #news_liees .card {
        height:auto;
        border:0;
        overflow:hidden;
        margin-bottom:1rem;
        padding:.8rem;
    }
	
    #news_liees .card a {
        color:black;
		text-decoration:none;
    }
    
    #news_liees .card-text p {
        margin-bottom:0;
    }
    
    #news_liees .card-text p.text-chapeau {
        font-weight:normal;
        font-size: 1.05rem;
    }
    
    #news_liees .card-title {
        font-weight:900;
        margin-bottom:.5rem;
    }

/**** FIN NEWS LIEES ****/

/***** NEWS LISTE ******/

    .newsliste button.btn {
        width:100%;
        margin:.3rem 0;
    }

    .newsliste button.btn.active,  .newsliste button.btn:hover{
        /* border:1px solid #ed1c24; */
        border:1px solid #ED0D11;
        background-color:white;
        /* color:#ed1c24; */
        color:#ED0D11;
    }
    
    #news_archives {
        background:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/motif_site_actu_liees.jpg');
        padding: 3rem 1rem;
    }
    
    #news_archives p {
        display:inline-block;
        border: 2px solid grey;
        background-color:white;
        padding:.5rem 1rem;
        margin-bottom:0;
        
    }
    
    #news_archives p:hover {
        background-color:grey;
        color:white;
        //border:0;
    }
    
    #news_archives p:hover a {
        color:white;
    }
    
    #news_archives a {
        text-decoration:none;
        color:grey;
    }
    

    
/***** FIN NEWS LISTE ******/
    
/***** SIDEBAR NEWS ******/     

    #sidebar {
        margin-left:1.3rem;
        margin-right:1px;
        background-color:rgb(230,230,230);
        padding:1rem 0;
    }
    
    .sidebar_magazine {
        margin-bottom:1rem;
    }
    
    .sidebar_magazine img { 
        width:100%;
    }
    
    .sidebar_newsletter p {
        /* border: 2px solid #ed1c24; */
        border: 2px solid #ED0D11;
        padding:1rem .15rem;
        text-align:center;
        font-weight:bolder;
        //background-color:white;
        text-transform:uppercase;
    }
    
    .sidebar_newsletter a{
        text-decoration:none;
        /* color: #ed1c24; */
        color: #ED0D11;
        
    }
    
    .sidebar_newsletter a:visited {
        /* color:#ed1c24; */
        color:#ED0D11;
    }
    
    .sidebar_titre {
        font-weight:900;
        text-transform:uppercase;
    }
    
    .sidebar_reseauxsociaux .fab, .sidebar_reseauxsociaux .fas {
        margin-bottom:.5rem;
    }

/****** FIN SIDEBAR *******/

/***** TARTEAUCITRON *******/
.tac_activate {
    padding:1rem 0;
}

/***** FIN TARTEAUCITRON *******/



/**** SYNOMIA ****/
#smartInputFloater #smartInputResults td{
    padding:.5rem;
}
/**** FIN SYNOMIA ****/

/**** Stationnement temps reel ****/

    #stationnement_reel p{
        margin-bottom:0;
    }
    
    #stationnement_reel h3 {
        margin-top:2rem;
    }
    
    .info_tarifs {
        font-size:.9rem;
    }
    
    .tarif_samedi, .tarif_dimanche, .tarif_soiree {
       width:20px !important;
       height:20px;
       border-radius:5px;
       color:white;
       text-align:center;
       padding:.3rem .2rem 0 .2rem;
       vertical-align:middle;
       font-size:.6rem;
       margin-right:.3rem;
    }
    
    .tarif_samedi {
        background-color:#dc3545;
    }
    
    .tarif_dimanche {
        background-color:#17a2b8;
    }
    
    .tarif_soiree {
        background-color:#421494;
    }
    
    .liste_parking {
        /*border:1px solid #d0cfcf;*/
        -moz-box-shadow: 1px 1px 6px 0px #cfcfcf;
        -webkit-box-shadow: 1px 1px 6px 0px #cfcfcf;
        -o-box-shadow: 1px 1px 6px 0px #cfcfcf;
        box-shadow: 1px 1px 6px 0px #cfcfcf;
    }
    
    .occupation {
        padding:.1rem 1rem 1rem 1rem;
    }
    
    .element_liste_parking {
       padding:.5rem 1rem .5rem 1rem; 
    }
    
    .element_liste_parking p {
        display:inline-block;
    }
    
    .element_liste_parking p.NOM {
        display:block;
    }
    
    .HORAIRES {
        font-weight:normal;
        font-size:.9rem;
        color:#777676;
    }
    
    .liste_parking:hover {
      -moz-box-shadow: 1px 1px 15px 0px #6d6d6d;
        -webkit-box-shadow: 1px 1px 15px 0px #6d6d6d;
        -o-box-shadow: 1px 1px 15px 0px #6d6d6d;
        box-shadow: 1px 1px 15px 0px #6d6d6d;
        
        -webkit-transition: box-shadow .5s; /* Safari */
        transition: box-shadow .5s;
    }
    
    .occupation {
        color:white;
        text-align:center;
        //border-top:5px solid;
        background-color:#f5f5f5;
    }
    
    .element_liste_parking p.NOM {
       font-weight:bolder;
       font-size:1.3rem;
       color:#333333;
    }
    
    .element_liste_parking p {
      color:#777676;
      font-size:.9rem;
    }
    
    .parking_gestion {
        color:rgba(0,0,0,.5);
        margin-top:.5rem;
        font-size:.9rem;
    }
    
    .occupation_forte, .occupation_red  {
        color: #de383f;
        background-color: rgba(222,56,63,.2);
        /* //background-color: #E41818; */
        //border-top-color:#de383f;
    }
    
    .occupation_moyen, .occupation_orange {
        color: #ea8d02;
        background-color: rgba(234,141,2,.2);
        //background-color: #FF7E00;
        //border-top-color:#ea8d02;
        
    }
    
    .occupation_faible, .occupation_green {
        color: #72bf18;
        /*color: #666666;*/
        background-color: rgba(114,191,24,.2);
       /* background-color: #00D10A; */
    }
    
    .occupation_inconnue {
        color: #646466;
        background-color: rgba(100,100,102,.2);
        border-top-color:#646466;
    }
    
    .occupation_titre {
        font-size:.8rem;
        color:#666666;
    }
    
    .occupation_chiffre {
        font-weight:bold;
        font-size:2.2rem;
    }
    
    .occupation_complet {
        font-size:1.2rem;
    }
    
    .modal_parking  .occupation {
        padding:.2rem;
    }
    
    .modal_parking .occupation_titre {
        font-size:.8rem;
    }
    
    .modal_parking .occupation_chiffre {
        font-size:1.5rem;
    }
    
    .modal_parking .modal-dialog {
        margin:0;
        height:100vh;
        left:0;
        
        overflow-y: initial !important;
    }
    
    .modal_parking .modal-body {
       overflow-y:auto;
       padding-bottom:1.5rem;
    }
    
    .modal_parking .modal-header {
        padding:0;
        height:100%;
    }
    
    .modal_parking .modal-header .close {
        position:absolute;
        top:.5rem;
        right:.5rem;
        font-size:2.5rem;
        z-index:150;
        background-color:white;
        margin:0;
        opacity:1;
        padding:.3rem .8rem;
        border-radius:50%;
        border:1px solid lightgrey;
    }
    
    .modal_parking .modal-header .close:hover {
       color:#ed124c;
    }
    
    .modal_parking .modal-content {
        min-height:100%;
        border:0;
        border-radius:0;
    }
    
    .modal_parking .modal-title {
        font-weight:bolder;
        font-size:1.5rem;
    }
    
    .modal_parking #map {
        margin-bottom:0;
    }
    
    .modal-title small {
        font-size:60%;
    }
    
    .modal_parking h2 {
        margin-bottom:.3rem;
    }
    
    .modal_parking address {
        margin-bottom:0;
    }
    
    .modal_parking p {
        font-size:1rem;
        margin-bottom:.5rem;
    }
   
    .modal_parking hr {
        padding-left:-15px;
        padding-right:-15px;
    }
    
    .modal_parking .close {
        font-size:2rem;
    }
    
    .modal_parking .parking_tarifs {
        padding:0 1rem;
        margin-top:1rem;
    }
    
    .modal_parking .parking_tarifs p{
        font-size:.9rem;
    }
    
    .modal_parking .tarifs_duree {
        font-weight:bold;
        background-color:#fdf6e6;
    }
    
    .modal_parking .tarifs_prix {
        background-color:#fefff1;
    }
   
    #parking_modal_titre {
        /*-moz-box-shadow: 1px 1px 6px 0px #cfcfcf;
        -webkit-box-shadow: 1px 1px 6px 0px #cfcfcf;
        -o-box-shadow: 1px 1px 6px 0px #cfcfcf;
        box-shadow: 1px 1px 6px 0px #cfcfcf;*/
        
        //padding-top:.5rem;
        padding-bottom:1rem;
        
        //border-top:1px solid #cfcfcf;
        border-bottom:1px solid #e9ecef;
        
        margin-bottom:1rem;
    }
    
    a.link_modal:active, a.link_modal:hover{
        text-decoration:none;
    }
    
    #maj_donnees {
        display:block;
        position:fixed;
        bottom:0;
        background-color:#eaeaea;
        width:100%;
        z-index:15;
    }
    
    .div_hide {
        opacity:0;
         -webkit-transition: opacity 2s; /* Safari */
        transition: opacity 2s;
    }
    
    .parking_info_details {
        font-size:1.5rem;
        padding-top:1rem;
        color:grey;
        padding-right:.5rem;
    }
    
    #modal_Parking_body i {
        width:15px;
        margin-right:.8rem;
    }
    
    #modal_Parking_body .modal-title i {
        width:15px;
        margin-right:.8rem;
        color:rgba(14, 0, 90, 0.5);
        font-size:1.3rem;
    }
    
    #stationnement_reel .badge {
        margin-right:.5rem;
    }
    
    #stationnement_reel .badge-dark {
        background-color:#421494;
    }
    
    .modal-open {
       overflow-y:hidden !important;
       position:fixed;
    }   

/**** FIN Stationnement temps reel ****/


/*** BLOC TRAITEMENT DONNEES ***/
#c299 {
	padding:1rem;
	margin-top:1rem;
	background-color:whitesmoke;
}

/*** FIN BLOC TRAITEMENT DONNEES ***/

/*** SITE MAP ***/
	.frame-type-menu_sitemap_pages li {
		padding-top:.3rem;
		padding-bottom:.3rem;
	}
	
	.frame-type-menu_sitemap_pages ul {
		border-left:1px dotted lightgrey;
	}
/*** FIN SITE MAP ***/

/**** EMBED MAPS ***/	
	.embed-responsive::before {
		display:none;
	}
	
	.embed-responsive::after {
		display: block;
		content: "";
	}
	
	.embed-responsive-16by9::after {
		padding-bottom: 56.25%;
	}
/**** FIN EMBED MAPS ***/



/**********************************************************************************
*********************************** FIN GENERAL ***********************************
**********************************************************************************/


/*********************************************************************************
*********************************** RESPONSIVE ***********************************
*********************************************************************************/


/**** Mobile et + ****/
@media (min-width:360px) { 
    
    #en1clic_accueil [id^=icone_] {
        width:95px;
        height:95px;
        
        font-size:70px;
    }
    
    
}


/**** Mobile gros et + ****/
@media (min-width:576px) { 
    figure figcaption {
        margin:.5rem 1rem;
    }
    
    .modal_parking .modal-dialog {
        max-width:90vw;
        margin:1.75rem auto;
    }
    
}

/**** Tablette et + ****/
@media (min-width:768px) {
    
    #logo_svg {
        left:0;   
    }
    
    #RS_header_desk {
        text-align:right;
        border-top:5px solid #333333;
    }
    
    #RS_header_desk i.RS {
        width:2rem;
        height:2rem;
        background-color:#424547;
        border-radius:100%;
        margin:0 .15rem;
        line-height:2rem;
        color:white;
        transition: .5s ease;
        text-align:center;
    }
    
    #menu_desk{
        background-color:white;
        text-align:center;
        padding-left:0;
        padding-right:0;
        padding-top:1rem;
        
        font-size:.88rem;
        letter-spacing:0.2px
    }
    
    #menu_desk a, #menu a {
        text-decoration:none;
        color:#333;
    }

    #menu_desk ul {
        list-style-type:none;
        padding:0 1rem;
        margin-bottom:.3rem;
    }

    #menu_desk .dropdown-toggle {
        padding-left:0;
        padding-right:0;
        padding-bottom:0;
    }

    .menu_desk_niv_1:before {
        content:"";
        margin-left:0;
    }

    .menu_desk_niv_1{
        background-color:white;
        color:#333333;
        font-family: 'Lato', sans-serif;
        text-transform:uppercase;
        margin-bottom:10px;
    }
    
    .menu_desk_niv_1:first-of-type{
        padding-left:0;
    }
	
	.menu_desk_niv_1 button {
		border: 0;
		background-color: transparent;
		font-family: inherit;
		text-transform: inherit;
		color:inherit;
	}
	
	.menu_desk_niv_1 button:hover, .menu_desk_niv_1 button:focus {
		cursor:pointer;
		font-weight: bolder;
		outline: none;
	}

    .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav .show > a, .nav .show > a:hover, .nav .show > a:focus {
        background-color:white !important;
        border:0;
        
        font-weight:bolder;
    }

    .hr_menu_desk{
        /* border: 1px solid #ed1c24; */
        border: 1px solid #ED0D11;
        width:0px;
        opacity:0;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0;
        margin-top:5px;
        transition:.5s ease;
    }

    .nav > li:hover .hr_menu_desk, .nav > li.show .hr_menu_desk {
        width:15px;
        opacity:1;
    }
    
    #menu_desk .menu_desk_list_niv_2 li:before{
        content:"";
    }

    #menu_desk .menu_desk_list_niv_2 > li:before {
        border-left:3px solid #dddddd;
    }
    
    #menu_desk .menu_desk_list_niv_2 li {
        padding-left:0;
    }

    #menu_desk .menu_desk_list_niv_2.dropdown-menu {
        border:0;
        font-size:.88rem;
        padding-bottom:1.5rem;
        //padding-top:1.3rem;
        margin-top:1rem;
                
        -webkit-box-shadow: 0px 13px 24px 0px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 13px 24px 0px rgba(0,0,0,0.34);
        box-shadow: 0px 13px 24px 0px rgba(0,0,0,0.34);
    }
    
    #menu_desk li.bloc_titre_dropdown:before {
    border:0;
    }    

    #menu_desk .menu_desk_list_niv_2.dropdown-menu .bloc_titre_dropdown{
        padding-top:20px;
        margin-bottom:15px;
        font-size:1rem;
        color:black;
        height:40px;
    }

    #menu_desk .menu_desk_list_niv_2.dropdown-menu .bloc_titre_dropdown i {
        /* color:#ed1c24; */
        color:#ED0D11;
        float:right;
        font-size:1.3rem;
    }

    #menu_desk .menu_desk_list_niv_2 a:hover, #menu_desk .menu_desk_list_niv_2 a:focus, #menu_desk .menu_desk_list_niv_2 a:active {
        font-weight:bolder;
    }
    
    .dropdown-toggle:after {
        display:none;
    }
    
    #menu_desk .dropdown-menu > li > a {
        padding:5px 10px;
    }
    
    #menu_desk .dropdown-menu .dropdown-item:hover, #menu_desk .dropdown-menu .dropdown-item:active {
        background-color:white;
    }
    
    .dropdown-menu>li { 
        width:auto;
        word-wrap: break-word;
    }

    .dropdown-menu li a {
      width:100%;
      word-wrap: break-word;
      overflow-wrap:break-word;
    }

    .dropdown-menu>li:hover a {
        background-color:white;
    }

    .menu_desk_list_niv_3 {
        text-transform:none;
        text-align:left;
        margin-left:20px;
        padding-left:10px;
        /* border-left: 1px solid #ed1c24; */
        border-left: 1px solid #ED0D11;
    }
    
    #main_content.main_content_carrefour {
        padding-left:1rem;
    }
    
    #recherche {
        background-image:url('../Images/_MG_6204_web.jpg');
        background-size:cover;
        min-height:35vh;
        background-repeat:no-repeat;
        padding:1rem .5rem;
    }
    
    #actualite_accueil_titre, #actualite_accueil .actualite, #agenda_accueil_titre,  #agenda_accueil .agenda, #agenda_accueil_bis .frame-layout-20, #video_accueil, #en1clic_accueil_titre, #en1clic_accueil_contenu, #parent_subcontent, #breadcrumb nav, #agenda_accueil h1{
        max-width:1140px;
        margin-left:auto;
        margin-right:auto;
    }
    
    #liste-actualites, #liste-agendas, #liste-presses {
        padding-bottom:14rem;
    }
    
    
    footer #second_footer ul li {
        display:inline-block;
        width:auto;
    }
        
    div.figure-right  figure, div.figure-left  figure {
        width:50%; 
        padding:0 1rem;        
    }
    
    div.figure-center figure {
        padding:0 1rem;
        margin-bottom:2rem;
    }
    
    div.figure-right  figure {
        float:right;
    }
    
    div.figure-left  figure{
        float:left;
    }
	
	/*** GALLERY IMAGE ***/
		.image_gallery img {
			min-width:100%;
		}
		
		.image_gallery li {
			padding-left:.5rem;
		}
	/*** FIN GALLERY IMAGE ***/
    
    .saviez-vous p, .focus p, .oubliez-pas p, .le-chiffre p, .oubliez-pas-alerte p {
        padding-left:3.5rem;
        top:0;
    }
	
	.frame-type-textpic .focus p {
		padding-left:0;
	}
    
    .infos-pratiques p {
        margin-left:3.5rem;
    }
    
    .saviez-vous, .focus, .oubliez-pas, .infos-pratiques, .le-chiffre, .oubliez-pas-alerte {
        padding: 1rem;
    }
    
    .actualite-lie, .documents, .lire-egalement {
        margin-left:.1rem;
        margin-right:.1rem;
        
        padding-left:0rem;
        padding-right:0rem;
    }
    
    .actualite-lie img {
        max-width:180px;
    }
    
    .documents h4, .lire-egalement h4 {
        padding-bottom:0;
        margin-bottom:0;
    }
    
        
    
    .documents ul, .lire-egalement ul {
        margin:0;
    }
    
    .documents li, .lire-egalement li{
        border-bottom:1px solid black;
        margin-bottom:.5rem;
        padding-left:2.5rem;

    }
    
    .documents li:last-child, .lire-egalement li:last-child{
        border:none;
        margin-bottom:0;
    }
        
    .actualite-image img{
        //max-height:380px;
    }
    
    .bloc-actualite{
       // height:32.4rem;
        overflow:hidden;
    }
    
    .bloc-actualite .actualite-image {
        display:block;
    }
    
    #actualite_accueil {
        background:white;
    }

    #bloc-titre-actualite {
        background-color:transparent;
    }
    
    .bloc-actualite {
        background-color:transparent;
    }
    
    .actualite-contenu {
        margin: 0 1rem .5rem 1rem;
        padding: 0 0 0 1.2rem;
        /* border-left: 1px dotted #ed1c24; */
        border-left: 1px dotted #ED0D11;
    }
    
    #actualite_accueil .card-body {
        padding: 0 0 0 1.2rem;
    }
    
    #en1clic_accueil {
        padding-bottom: 3.2rem;
    }
    
    #en1clic_accueil_titre, #agenda_accueil_titre, #video_accueil_titre, #reseaux_sociaux_accueil_titre, #actualite_accueil_titre, #resultat_recherche h1, #liste-actualites h1, #liste-agendas h1, #details-actualites h1, #details-agendas h1, #liste-presses h1, #details-presses h1, #details-alerte h1, .actualite-lie h4, #agenda_accueil h1{ 
        font-size:1.7rem;
        /* border-bottom:1px solid #ed1c24; */
        border-bottom:1px solid #ED0D11;
        margin-top:40px;
        color:#444444;
        padding-bottom:.2rem;
    }
    
    #agenda_accueil_titre, #agenda_accueil h1 {
        margin-top:65px;
    }
    
    #details-actualites h1, #details-agendas h1, #details-presses h1, #details-alerte h1 {
        font-size:2.2rem;
        border-bottom:none;
        color:black;
    }
    
    #en1clic_accueil [id^=icone_] {
        border-color:lightgrey;
        font-size:70px;
        padding-top:.4rem;
    }
    
    #en1clic_accueil .en1clic_accueil_bloc:hover [id^=icone_] {
        /* border-color:#ed1c24; */
        border-color:#ED0D11;
    }
    
    #en1clic_accueil [id^=icone_] ~ hr {
        /* border: 1px solid #ed1c24; */
        border: 1px solid #ED0D11;
        width:15px;
        margin-left:auto;
        margin-right:auto;
    }
    
    #agenda_accueil .media {
        padding: 1rem .3rem;
    }

    
    #video_accueil_consulter {
        /* background-color:#ed1c24; */
        background-color:#ED0D11;
        font-size:.9rem;
        text-align:center;
        padding:.8rem;
    }
    
    #video_accueil_consulter p {
        margin:0;
    }
    
    #video_accueil_consulter p a {
        color:white !important;
        text-decoration:none;
    }

    #video_accueil_consulter p i {
        margin-right:.5rem;
        font-size:1.5rem
    }
    
    #reseaux_sociaux_accueil_bloc_icone {
        padding:1rem 3rem
    }
    
    #clearer_sticky {
        width:730px;
    }
    
    footer {
        position:relative;
    }
    
    footer address, footer p {
        margin-left:0;
    }

    footer i.fa-facebook-f, footer #applications > p {
        margin-left:0;
    }
    
    /*#footer_contact, #footer_horaires, #footer_acces, #footer_rs, #footer_applications {
        padding: 30px;
    }*/
    
    footer #footer_contact hr, footer #footer_acces hr, footer #footer_rs hr{
        border-bottom:1px solid white;
        width:30px;
        margin-left:15px;
    }
    
    #formulaire_recherche_accueil {
        padding-top:30vh;
    }
    
    #formulaire_recherche {
        padding:5vh 0;
    }
    
    #formulaire_recherche > div{
        background-color:rgba(255,255,255,.8);
        text-align:center;
    }
    
    .item_carrefour {
        padding:1rem;
        margin-top:2rem;
    }
    
    .item_carrefour p {
        margin-bottom:4rem;
    }
        
    .item_carrefour .picto {
        font-size:70px;
    }
    
    
    /**** LISTE ACTUALITES ****/
    
    #liste-actualites, .actualite-lie {
        background:none;
    }

    #liste-actualites h1, #details-actualites h1, #liste-agendas h1, #details-agendas h1, #liste-presses h1, #details-presses h1, #details-alerte h1, .actualite-lie h4 {
        margin-top:0;
        margin-bottom:1rem;
    }
    
    #liste-actualites .media, .actualite-lie .media {
        display:flex;
        flex:0 0 100%;
    }
    
    #liste-actualites .media-wrapper, .actualite-lie .media-wrapper {
        display:flex;
    }

    #liste-actualites .media-body h5, .actualite-lie .media-body h5 {
        font-weight:normal;
        font-size:1.25rem;
    }
    
    #liste-actualites img, .actualite-lie img {
        max-width:180px;
    }

    /**** FIN LISTE ACTUALITES ****/
    
    /**** DETAILS ACTUALITES ****/
	#details-actualites .media-wrapper figure {
		float:left;
		margin-right:1rem;
	}
    
    #details-actualites .media, #details-agendas .media {
        display:flex;
    }
    
    #details-actualites picture, #details-agendas picture {
        display:block;
        margin-bottom:0;
        margin-top:0;
    }

    #details-actualites img, #details-agendas img {
        margin-left: 0 !important;
        margin-right:1rem !important;
    }
    
    /**** FIN DETAILS ACTUALITES ****/
    
    
    /****** NEWS LIEES *******/
        
        #news_liees .card {
            height:550px;
        }
        
        #news_liees .card-text p:after {
            position: absolute;
            bottom: 0;
            left:0;
            height: 100%;
            width: 100%;
            content: "";
            background: linear-gradient(to top, 
            rgba(255,255,255, 1) 0%, 
            rgba(255,255,255, 0) 7%);
            pointer-events: none;
        }
        
        #news_liees .card-body{
            margin: 1rem 0 1rem .5rem;
            padding-left: 1.2rem;
            padding-top:0;
            /* border-left: 1px dotted #ed1c24; */
            border-left: 1px dotted #ED0D11;
            max-height:267px;
        }
    /****** FIN NEWS LIEES *******/
    
    /****** NEWS SPECIFIQUES *******/
    
        .news_specifiques .media {
            display:flex;
        }
    /****** FIN NEWS SPECIFIQUES *******/

    /********** PARKING **********/
        .modal_parking .modal-dialog {
            margin:1.5rem auto;
            height:auto;
            width:90vw;
            max-width:1100px;
        }
        
        
    /********* FIN PARKING ********/
	
	.media a {
		display:flex;
	}
	
	/***** ACCORDEONS ****/
		/*.accordion_content .intitule-bouton {
			color: white;
			font-weight: 700;
			text-transform: uppercase;
			font-style: italic;
		}*/
	/***** FIN ACCORDEONS ****/
    
}

/**** Ordi petit et + ****/
@media (min-width:992px) {
    
    #header {
        background-image:url('https://www.grandnancy.eu/typo3conf/ext/dsit_configuration/Resources/Public/Images/bandeau_header.svg');
        background-repeat:no-repeat;
        background-size:100%;
    }
    
    #content {
        padding-top:.5rem;
    }
    
    #parent_subcontent {
        flex:0 0 100%;
        display:table;
        padding-bottom:10rem;
    }
    
    #sub_content {
        //position: -webkit-sticky;
        //position:sticky;
        //top:150px;
        z-index:1;
       display:inline-block !important;
    }
    
    #main_content {
        padding-top:0;
        border-right:1rem solid white;
        float:right;
    }
    
    #logo_svg {
        /* border-top:5px solid #ed1c24; */
        border-top:5px solid #ED0D11;
    }
    
    #logo_svg img {
        width:230px;
        margin-left:52.5%;
        margin-top:1.5rem;
    }
    
    /*#RS_header_desk i.RS {
        margin:0 .2rem;
    }*/
    
    .header_menu{
        height:auto;
        //padding-bottom:15px;
    }
    
    .sommaire ul {
       padding:0 15px;
       margin: .6rem 0 ;
    }
    
    figure {
        margin:.5rem 0;
    }
    
    #affix {
        width:293px;
        top:10px;
    }
    
    .affix-bottom {
        position:absolute; 
    }
    
    .item_carrefour .picto {
        font-size:90px;
    }
    
    #clearer_sticky {
        width:655px;
    }
    
    /****** NEWS LIEES *******/
    
    #news_liees .card .card-img-top {
      //overflow:hidden;
    }
        
    /****** FIN NEWS LIEES *******/
    
     .modal-open {
       overflow-y:hidden !important;
       position:relative;
    }
	
	/***** ACCORDEONS ****/	
		.accordion_content .card-header .bouton-accordeon {
			width:8%;
			/*display: flex;
			justify-content: space-around;
			align-items: center;*/
		}
	/***** FIN ACCORDEONS ****/
	
	/*** GALLERY IMAGE ***/
		
		.image_gallery ul {
			margin-left: -8px; /* Adjustment for the gutter */
		}
		
		.image_gallery li {
			margin: 0 8px 8px 0;
			height: 20vh;
			padding-left:0;
		}
	/*** FIN GALLERY IMAGE ***/
	
	/**** DETAILS ACTUALITES ****/
	#details-actualites .media-wrapper figure {
		margin-right:0;
	}

}

/**** Ordi gros et + ****/
@media (min-width:1200px) {
    
    #logo_svg img {
        margin-left:59.5%;
    }
        
    #RS_header_desk i.RS {
        margin:0 .2rem;
    }
    
    #RS_header_desk {
        padding-right:4vh;
    }
        
    #affix {
       width:360px;
       top:10px;
    }
    
    #formulaire_recherche_accueil{
        padding-top:35.5vh;
    }
    
    #formulaire_recherche {
        padding:7vh 0;
    }
    
    .agenda .media-wrapper {
        display:block;
    }
    
    #agenda_accueil .media img {
        //width:100%;
        max-height:100%;
    }
    
    #clearer_sticky {
        width:760px;
    }
    
    #footer_contact, #footer_horaires, #footer_acces, #footer_rs, #footer_applications, #footer_acceo {
        padding:2rem;
    }
	
	#footer_acceo {
		padding-top:0;
	}
    
    #footer_nancy_onyvit {
        padding:0 2rem;
    }
    
    #RS_header_desk .nancy_votre_place img {
        margin-right:2.3rem;
    }
    
}

/*********************************************************************************
********************************* FIN RESPONSIVE *********************************
*********************************************************************************/


@media all and (-ms-high-contrast:none)
 {
 #parent_subcontent { display: flex; } /* IE10 */
 *::-ms-backdrop, #parent_subcontent { display: flex; } /* IE11 */
 }


/*********** MODIF COVID-19 ********************/

/*.oubliez-pas h4 {
 display: none;
}*/

/***********************************************/

/*********** ICONES TEMPORAIRES PAGE PRIMES ENERGIE ********************/

.icon-autres_primes {
  background-image: url(../Images/icon_prime_autres.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  padding: 0;
  display:inline-block;
}

.icon-copro {
  background-image: url(../Images/icon_prime_copro.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  padding: 0;
  display:inline-block;
}

.icon-particuliers {
  background-image: url(../Images/icon_prime_particulier.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  padding: 0;
  display:inline-block;
}

/***********************************************/
