/**
 * @file
 * Subtheme specific CSS.
 */

/* ****************************************************************************************************************** */
/* Afficher le lecteur PDF sur une hauteur de 800 px */
div.field--name-field-media-file {
    height: 800px;
}

div.field--name-field-media-file div.field__item {
    height: 800px;
}

/* ****************************************************************************************************************** */
/*                                                Styles pour CKeditor                                                */
/* ****************************************************************************************************************** */

p.code {
    text-align: left;
    margin: 20px 15px !important;
    display: block !important;
    padding: 9.5px !important;
    font-family: 'Courrier' , monospace !important;
    font-size: 90% !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    overflow: auto;
    white-space: nowrap;
}


span.purple {
    color: var(--color-purple);
}
span.green|Texte vert {
    color: var(--color-green);
}

span.blue {
    color: var(--color-blue);
}

span.orange {
    color: var(--color-orange);
}
span.red {
    color: var(--color-red);
}

/* ****************************************************************************************************************** */
/*                                                Styles de titres par défaut                                         */
/* ****************************************************************************************************************** */

h1.defaultStyle {
    font-size: 2em;
    font-weight: bolder;
    margin: .67em 0;
    text-align: left;
}

h2.defaultStyle {
    font-size: 1.5em;
    font-weight: bolder;
    margin: .80em 0;
    text-align: left;
}

h3.defaultStyle {
    font-size: 1.17em;
    font-weight: bolder;
    margin: .83em 0;
    text-align: left;
}

h4.defaultStyle {
    font-size: 1em;
    font-weight: bolder;
    margin: 1em 0;
    text-align: left;
}

h5.defaultStyle {
    font-size: .83em;
    font-weight: bolder;
    margin: 1.5em 0;
    text-align: left;
}

h6.defaultStyle {
    font-size: .67em;
    font-weight: bolder;
    margin: 1.67em 0;
    text-align: left;
}

p.normal {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5;
}

blockquote {
    display: block;
    margin: 1em 40px;
    font-size: .9em;
}

/* ****************************************************************************************************************** */
/*                                      Styles pour paragraphe "Sommaire"                                             */
/* ****************************************************************************************************************** */

div.paragraph--type--stories-summary {
    display: block;
    background-color: #eaeaea;
    border: 1px solid #a0a0a0;
    margin: 15px auto;
    padding: 20px;
    width: 80%;
}

div.paragraph--type--stories-summary  div.field--name-field-stories-summary {
    margin: 10px;
}

/* ****************************************************************************************************************** */
/*                                      Styles pour paragraphe "Image adaptative"                                     */
/* ****************************************************************************************************************** */

div.paragraph--type--stories-responsive-image {
    display: block;
    margin: 15px auto;
    padding: 20px;
    width: 100%;
}

div.paragraph--type--stories-responsive-image  div.field--name-field-stories-responsive-image {
	display: block;
	float: none !important;
    margin: 10px auto;
    text-align: center;
}



/* ****************************************************************************************************************** */
/*                                      Styles pour paragraphe "Citation"                                             */
/* ****************************************************************************************************************** */

div.paragraph--type--stories-quote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "«" "»" "‹" "›";
  position: relative;
}

div.field--name-field-stories-quote-text {
  padding: 0 40px;
  font-style: italic;
  color: #666666;
  position: relative;
}

div.field--name-field-stories-quote-text:before {
  position: absolute;
  top: -8px;
  left: 8px;
  content: open-quote;
  font-size: 50px;
  line-height: 30px;
  color: #999;
  
}

div.field--name-field-stories-quote-text:after {
  position: absolute;
  bottom: 0px;
  right: 10px;
  content: close-quote;
  font-size: 50px;
  line-height: 30px;
  color: #999;
  
}

div.field--name-field-stories-quote-citation {
  padding: 0 40px;
  font-weight: bold;
  color: #666666;
}

div.field--name-field-stories-quote-citation::before {
 content: "\2014\0020"  
}

div.field--name-field-stories-quote-citation-url {
  margin-top: 5px;
  padding: 0 40px;
  font-size: 0.9em;
}



/* ****************************************************************************************************************** */
/*                                                Styles pour paragraphes                                             */
/* ****************************************************************************************************************** */

.field--name-field-first-of-two-columns,
.field--name-field-second-of-two-columns {
    float: left;
    width: 49%;

}

.field--name-field-first-of-two-columns {
    margin-right: 2%;
}

/* Clear floats after the columns */
.paragraph--type--texte-sur-deux-colonnes:after {
    content: "";
    display: table;
    clear: both;
}



.paragraph--type--im-left-text-foat-right .field--name-field-my-med {
    float: left;
    margin : 0 8px 5px 0;
}

.paragraph--type--im-left-text-foat-right:after {
    content: "";
    display: table;
    clear: both;
}

.paragraph--type--im-left-text-float-right .field--name-field-my-img {
    float: left;
    margin : 0 8px 5px 0;
}

.paragraph--type--im-left-text-float-right .field--name-field-my-tx{
    color: blue;
}

.paragraph--type--im-left-text-float-right:after {
    content: "";
    display: table;
    clear: both;
}


/* ****************************************************************************************************************** */
/*                                                Styles pour media "Image"                                           */
/* ****************************************************************************************************************** */

.field--name-field-media-image {
    float: none !important;
    text-align: center;
}

.field--name-field-legende {
    color: white;
    font-style: italic;
    background-color: grey;
    text-align: center;
    float: none;
    margin: 0 200px;
}

/* ****************************************************************************************************************** */
/*                                                Styles pour colorbox                                                */
/* ****************************************************************************************************************** */

#cboxTitle {
    color: white;
    font-style: italic;
    background-color: grey;
    text-align: center;
    float: none;
}


/* ****************************************************************************************************************** */
/*                                       Retrait à gauche du logo dans la topbar                                      */
/* ****************************************************************************************************************** */

a.navbar-brand {
    padding-left: 8px;
}


/* ****************************************************************************************************************** */
/*                                            Menus thématiques sidebar                                               */
/* ****************************************************************************************************************** */

#sidebar_first {
    float: left;
    width: 25%;
}

main#content {
    float: left;
    width: 75%;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
}

/* ****************************************************************************************************************** */
/*                                          Bloc "Nom du site" dans la topbar                                         */
/* ****************************************************************************************************************** */

div#titre_site {
    background: transparent url(../img/logo_lulu.svg) no-repeat top 0px left 0px;
    height: 71px;
    padding-left: 90px;
}

div#titre_site:hover {
    cursor: pointer;
    opacity: .6;
}

span#nom_site {
    display: block;
    color: var(--color-one);
    font-size: 1.9em;
}

span#nom_detaille_site {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    color: var(--color-two);
}

div#titre_site a {
    text-decoration: none !important;
}

/* ****************************************************************************************************************** */
/*                                       Formulaire de recherche dans la topbar                                       */
/* ****************************************************************************************************************** */



div#block-formulaireexposerecherchesimple-search-block {
    background-color: transparent !important;
    border-color: transparent !important
}

form#views-exposed-form-recherche-simple-search-block > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    height: 44px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    border-radius: 24px;
    margin: 0 auto;
    width: calc(var(--search-width) + 42px);
}

form#views-exposed-form-recherche-simple-search-block > div:focus-within {
    outline: 4px solid var(--color-three);
    border-radius: 24px;
}

form#views-exposed-form-recherche-simple-search-block > div div.form-item-search-api-fulltext-2 {
    padding: 0 4px 0 14px;
    border-right: 1px solid #dadce0 !important;
    width: var(--search-width);
    height: 32px;
    margin-top: 4px;
}

input#edit-search-api-fulltext-2, input#edit-search-api-fulltext-2--2 {
    width: 100%;
    border: none !important;
    outline:0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    height: 32px;
}

input#edit-search-api-fulltext-2:focus, input#edit-search-api-fulltext-2--2:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

form#views-exposed-form-recherche-simple-search-block > div div#edit-actions,
form#views-exposed-form-recherche-simple-search-block > div div#edit-actions--2 {
    width: 30px;
    background-color: transparent !important;
    padding-left: 5px !important;
}
        
button#edit-submit-recherche, button#edit-submit-recherche--2 {
    color: transparent !important;
    border: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center; 
    background-image: 
    url("data:image/svg+xml;utf8,<svg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='rgb(153,0,112)' stroke='rgb(153,0,112)'></path></svg>");
    width: 80%;
}

button#edit-submit-recherche:hover, button#edit-submit-recherche--2:hover {
    background-image: 
    url("data:image/svg+xml;utf8,<svg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='rgb(53, 69, 148)' stroke='rgb(53, 69, 148)'></path></svg>");
}

/* ****************************************************************************************************************** */
/*                                       Bloc "Menu de l'utilisateur" dans la topbar                                  */
/* ****************************************************************************************************************** */

ul#block-lulu-custom-barrio-account-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#block-lulu-custom-barrio-account-menu > li:nth-child(1) a {
    text-decoration: none !important;
    font-size: 0.9em;
}

ul#block-lulu-custom-barrio-account-menu > li:nth-child(2) {
    width: 10em;
    margin-top: 6px;
    margin-left: auto;
    padding: 3px;
    border: 1px solid var(--color-one);
    border-radius: 5px;
    background: transparent url(../img/logout.svg) no-repeat top 6px left 7px;
    pointer-events: none;
    font-size: 0.8em;
}

ul#block-lulu-custom-barrio-account-menu > li:nth-child(2):hover {
    background: url(../img/logout_hover.svg) #f1f1f1  no-repeat top 6px left 7px;
    border: 1px solid var(--color-two);
}

ul#block-lulu-custom-barrio-account-menu > li:nth-child(2) a {
    pointer-events: auto;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none !important;

}


/* ****************************************************************************************************************** */
/*                                                     Région "En-tête"                                               */
/* ****************************************************************************************************************** */


/** Conteneur "En-tête" */
nav#navbar-main {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    border-bottom: 2px solid var(--color-two);
}

/** Premier élément ("titre site") */
div#block-nomsite {
    flex-basis: 100%;
    text-align: left;
    margin-left: 15px;
}

/** Deuxième élément ("moteur de recherche") */
div#block-formulaireexposerecherchesimple-search-block {
    flex-basis: 100%;
    text-align: center;
}

/** Troisième élément ("menu utilisateur") */
nav#block-lulu-custom-barrio-account-menu {
    flex-basis: 100%;
    text-align: right;
    margin-right: 15px;
}

div#titre_site {
    display: flex;
}


div#block-lulu-custom-barrio-breadcrumbs {
    padding-top: 15px;
}

/* ****************************************************************************************************************** */
/*                                        Menu de navigation principale                                               */
/* ****************************************************************************************************************** */

div#block-navigationprincipale {
    border-bottom: 1px solid grey;
    background-color: var(--color-one);
}

li.bopath-sf-list {
   /* background-color: white !important;**/
}

li.sf-depth-2, li.sf-depth-3 {
    background-color: white !important;
}

ul.sf-menu.bopath-sf-main-ul .sf-sub-indicator::after {
    top: -4px !important;
}

ul#superfish-main {
    display: table;
    margin: 0 auto;
}

ul#superfish-main li {
    margin: 0 2px;
}

ul#superfish-main li a.sf-depth-1 {
    color: white !important;
}

a#superfish-main-toggle {
    background : transparent url(../img/menu.svg) no-repeat top 3px left 0px;
    padding-left: 25px;
    color: white !important;
}

a#superfish-main-toggle:hover {
    background : transparent url(../img/menu_hover.svg) no-repeat top 3px left 0px;
    color:white !important;
}

a#superfish-main-toggle:focus {
    color:white !important;
}

ul#superfish-main-accordion a.sf-depth-1 {
    color:white;
}




/* ****************************************************************************************************************** */
/*                                                     Home page                                                      */
/* ****************************************************************************************************************** */

div.bopath-home-page.view-display-id-actualites {
    margin-top: 60px;
}

div.bopath-home-page.view-display-id-actualites div.view-header h2 {
    margin-top: 40px;
}

div.bopath-home-page.view-display-id-actualites div.view-footer div.bopath-home-page div.view-content div.views-row,
div.bopath-home-page.view-id-actualites.view-display-id-page_1 div.view-content div.views-row,
div.bopath-home-page.view-id-actualites.view-display-id-page_2 div.view-content div.views-row ,
div.bopath-home-page.view-id-actualites.view-display-id-page_3 div.view-content div.views-row  {
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin: 15px;
    padding: 15px;
    width: calc(100% - 30px);
}

/* Couleur de fond pour lignes paires */
div.bopath-home-page.view-display-id-actualites div.view-footer div.bopath-home-page div.view-content div.views-row.even,
div.bopath-home-page.view-id-actualites.view-display-id-page_1 div.view-content div.views-row.even,
div.bopath-home-page.view-id-actualites.view-display-id-page_2 div.view-content div.views-row.even ,
div.bopath-home-page.view-id-actualites.view-display-id-page_3 div.view-content div.views-row.even{
    background-color: #f7f7f7;
}

div.bopath-home-page div.views-row div.views-field-title {
    padding-bottom: 10px;
}

div.bopath-home-page div.views-row div.views-field-title span {
    font-size: 1.2em;
}

div.bopath-home-page div.views-row div.views-field-field-date-de-debut {
    font-style: italic;
    font-size: 0.9em;
    padding-bottom: 10px;
}

div.bopath-home-page div.views-row div.views-field-field-date-de-debut > div.field-content {
    display: inline;
}

div.bopath-home-page div.views-row div.views-field-field-news-picture {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

div.bopath-home-page div.views-row div.views-field-field-news-picture:after {
    content: "";
    display: table;
    clear: both;
}

/* ****************************************************************************************************************** */
/*                                       Marge sur les blocs de la sidebar                                            */
/* ****************************************************************************************************************** */

.sidebar .block {
    margin: 20px 0 !important;
}

/* ****************************************************************************************************************** */
/*                                           Marge pour le titre de page                                              */
/* ****************************************************************************************************************** */

h1.title {
    margin: 40px 0;
}

/* ****************************************************************************************************************** */
/*                                                   Tag clouds                                                       */
/* ****************************************************************************************************************** */

div.content span.tagclouds-term {
    display: block;
    margin-bottom: 8px;
}

div.content span.tagclouds-term:before {
    content: "- ";
}

div#block-bopath-custom-barrio-content {
    margin: 0 20px;
}


/* ****************************************************************************************************************** */
/*                                                   Styles contenus                                                  */
/* ****************************************************************************************************************** */


article code.language-plaintext {
    font-family: 'Courrier' , monospace !important;
}

article code.special {
    padding: 2px 4px !important;
    font-size: 90% !important;
    color: #3d3d6e !important;
    background-color: #f9f2f4 !important;
    border-radius: 4px !important;
    font-family: 'Courrier' , monospace !important;
}

article em.important {
    font-style: italic !important;
    font-size: 1em !important;
    color: black !important;
}

article .rtejustify, article.text-align-justify {
    text-align: justify;
}

article .rteindent1 {
    margin-left: 40px;
}


article pre {
    display: block !important;
    padding: 9.5px !important;
    margin: 10px 0 !important;
    font-family: 'Courrier' , monospace !important;
    font-size: 90% !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

article li {
    padding-bottom: 12px;
    font-size: 1.071em;
    text-align: justify;
    line-height: 1.5; /** Pour équivalence vues CKeditor et Front office */
}

article li li, article li li li {
    padding-bottom: 12px;
    font-size: 1em;
    text-align: justify;
    line-height: 1.5; /** Pour équivalence vues CKeditor et Front office */
}

article ul, article ol {
    margin-top: 10px;
}

article p.justify, article p.normal {
    font-size: 1.071em;
    text-align: justify;
    line-height: 1.5; /** Pour équivalence vues CKeditor et Front office */
}

article h2.defaultStyle {
    font-size: 1.5em;
    font-weight: bolder;
    margin: .75em 0;
    text-align: left;
}

article h3.defaultStyle {
    font-size: 1.17em;
    font-weight: bolder;
    margin: .83em 0;
    text-align: left;
}

article h4.defaultStyle {
    font-size: 1em;
    font-weight: bolder;
    margin: 1em 0;
    text-align: left;
}

article h5.defaultStyle {
    font-size: .83em;
    font-weight: bolder;
    margin: 1.5em 0;
    text-align: left;
}

article h6.defaultStyle {
    font-size: .67em;
    font-weight: bolder;
    margin: 1.67em 0;
    text-align: left;
}


/* ****************************************************************************************************************** */
/*                                           Styles menus de navigation                                               */
/* ****************************************************************************************************************** */

nav.block-menu.navigation ul.nav li.nav-item {
    float: left;
    width: 100%;
}

nav.block-menu.navigation ul.nav li.nav-item a.nav-link {
    color: var(--color-one);
}

nav.block-menu.navigation ul.nav li.nav-item a.nav-link:hover {
    color: var(--color-two);
}

/* ****************************************************************************************************************** */
/*                                         Style pour formulaires d'authentification                                  */
/* ****************************************************************************************************************** */

/** Champs de saisie du nom d'utilisateur et du mot de passe */
input#edit-name:focus-within,
input#edit-pass:focus-within {
    outline: 3px solid var(--color-three);
    border-radius: 6px;
}


/** Bouton de soumission */
form#user-login-form button#edit-submit,
form#user-pass button#edit-submit,
form#session-limit-form button#edit-submit {
    margin-top: 20px;
    background-color: var(--color-one);
    border-radius: 6px;
    color: white;
}

form#user-login-form button#edit-submit:hover,
form#user-pass button#edit-submit:hover,
form#session-limit-form button#edit-submit:hover {
    background-color: white;
    border-radius: 6px;
    border: 1px solid var(--color-two);
    color: var(--color-one);
}


/* ****************************************************************************************************************** */
/*                                      Style pour le "visuel" d'une "page simple"                                    */
/* ****************************************************************************************************************** */

article.node.node--type-page-simple.node--view-mode-full div.node__content.clearfix {
    text-align:center;
}

article.node.node--type-page-simple.node--view-mode-full div.field--name-field-visuel.field--type-image {
    float: none !important;
    text-align: center !important;
    margin: 40px auto !important;
    display: inline-block;
}

article.node.node--type-page-simple.node--view-mode-teaser header::after {
    content:"  ";
    clear:both;
    display: block;
}


article.node.node--type-page-simple.node--view-mode-teaser div.field.field--name-field-visuel.field--type-image,
article.node.node--type-page-simple.node--view-mode-full div.field.field--name-field-visuel.field--type-image  {
    width: auto;
    border: 1px solid #515152;
    padding: 5px;
    border-radius: 10px;
    /* box-shadow */
 -webkit-box-shadow: rgba(81, 81, 82, 1) 0px 0 5px;
 -moz-box-shadow: rgba(81, 81, 82, 1) 0 0 5px;
 box-shadow: rgba(81, 81, 82, 1) 0 0 5px;
}

article.node.node--type-page-simple.node--view-mode-teaser div.field.field--name-field-visuel.field--type-image  img, 
article.node.node--type-page-simple.node--view-mode-full div.field.field--name-field-visuel.field--type-image  img {
    margin: 0 !important;
}

article.node.node--type-page-simple.node--view-mode-full {
    margin: 0 15px;
}

/* ****************************************************************************************************************** */
/*                      Style pour la légende et le résumé d'un media audio inséré dans une page simple               */
/* ****************************************************************************************************************** */

article.node.node--type-page-simple.node--view-mode-full div.field--name-field-media-caption {
    font-style: italic;
}

article.node.node--type-page-simple.node--view-mode-full div.field.field--name-field-media-summary {
    margin-top: 20px;
    padding-left: 40px;
    font-size: 0.9em;
}

/* ****************************************************************************************************************** */
/*                               Style pour "Documents associés" dans une page simple                                 */
/* ****************************************************************************************************************** */

div.field.field--name-field-linked-files.field--type-file {
    margin-top: 20px;
    text-align: left;
}

div.field.field--name-field-linked-files.field--type-file div.field__label {
    text-decoration: underline;
}

div.field.field--name-field-linked-files.field--type-file div.field__label::after {
    content: " :";
}

/* ****************************************************************************************************************** */
/*                                       Style pour "Tableaux" dans une page simple                                   */
/* ****************************************************************************************************************** */

article.node.node--type-page-simple.node--view-mode-full table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
}

article.node.node--type-page-simple.node--view-mode-full table tr th {
    position: relative;
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: .4em;
    background: rgba(0,0,0,.05);
    color: black;
    font-weight: 700;
    text-align: center;
}

article.node.node--type-page-simple.node--view-mode-full table tr td {
	background: #fff;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    padding: 0.5rem 1rem;
    text-align: left;
}

article.node.node--type-page-simple.node--view-mode-full p.indented {
    display: block;
    margin: 1em 40px;
    font-size: .9em;
    text-align: justify
}

/* ****************************************************************************************************************** */
/*                                           Style pour légende de tableau                                            */
/* ****************************************************************************************************************** */

article.node.node--type-page-simple.node--view-mode-full table caption {
    /*margin: 15px 30px;*/
    background-color: #f3f3f3;
    caption-side: top;
    color: black;
    display: table-caption;
    font-size: .9em;
    font-style: italic ;
    outline-offset: -1px;
    text-align: center;
    word-break: break-word;
    margin: 0px auto 15px auto; 
    padding:7px;
}

/* ****************************************************************************************************************** */
/*                                           Fixer l'en-tête en haut de page                                          */
/* ****************************************************************************************************************** */

div#page {
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    position: relative;
}

div#page > header {
    position: sticky; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    min-height: 89px;
    z-index: 100;
}

div#page > div.featured-top > aside, 
div#page > div#main-wrapper > div#main {
    margin-left:0 !important;
    margin-right: 0 !important;
}

div#page > div.featured-top aside {
    position: relative;
    z-index: 1;
}

/* ****************************************************************************************************************** */
/*                                           Style pour texte en pali/sanscrit                                        */
/* ****************************************************************************************************************** */

span.pali {
    color: #c83244;
}


/* ****************************************************************************************************************** */
/*                                           Style pour notes de bas de page                                          */
/* ****************************************************************************************************************** */


p.footnote {
    padding-bottom: 0;
    font-size: .9em;
    text-align: justify;
    margin-bottom: 10px;
}

/* ****************************************************************************************************************** */
/*                                           Style pour lien non souligné                                             */
/* ****************************************************************************************************************** */

a.notunderlined {
    text-decoration: none;
}

/* ****************************************************************************************************************** */
/*                                  Style pour paragraphe "Texte avec titre"                                          */
/* ****************************************************************************************************************** */

div.paragraph--type--texte-avec-titre div.field--name-field-titre-element div.field__item {
    border-bottom: 1px solid #a2a9b1;
    margin-top: 1em;
    margin-bottom: 0.35em;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: left;
}

/* ****************************************************************************************************************** */
/*                                  Style pour paragraphe "Légende image"                                             */
/* ****************************************************************************************************************** */

div.paragraph--type--legende-image div.field--name-field-image-caption div.field__item {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #a2a9b1;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
