

.zoneDroite
{
    grid-area: main;
    margin:0px 0px 0px 0px;
    overflow: hidden;

    border: 0px solid transparent;
    border-radius: 0px;
    padding: 0px;
    background-color: white;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content 1fr;
    grid-gap: 0px;
    grid-template-areas:    "pub"
                            "pub-activite" 
                            "onglets"
                            "liste";
}

/*.leaflet-bottom
{
    bottom: 210px !important;
}*/

.blocAffichage
{
    margin-top:10px;
}

.blocLettres
{
    margin-top:10px;
}

#formulaireRecherche
{
    width: 100%;
}

#formulaireRecherche .row
{
    padding: 0px 10px 0px 10px;
}

.groupe_texte_complet.centre
{
    margin: 0 auto;
    padding-left: 2px;
}

.bouton-burger
{
    cursor:pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    margin-left: 10px;
    z-index: 999;
    border-radius: 5px;
    background-color: white;
    font-size: 14pt;
    border:1px solid lightgray;
}

#le-icone-burger 
{
  width: 26px;
  height: 30px;
  position: relative;
  margin-left:6px;
  margin-top:3px;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#le-icone-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#le-icone-burger span:nth-child(1) {
  top: 0px;
}

#le-icone-burger span:nth-child(2),#le-icone-burger span:nth-child(3) {
  top: 8px;
}

#le-icone-burger span:nth-child(4) {
  top: 16px;
}

#le-icone-burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#le-icone-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#le-icone-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#le-icone-burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}


.LE-panel
{
    display: block;
    width: 390px;
    height: calc(100vh - 100px);
    position: absolute;
    left: 10px;
    top: 80px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 1050;
    overflow: hidden;
    display: none;
    padding: 2px;
}

.LE-panel::-webkit-scrollbar 
{
    display: none;  /*  Webkit  */
}

.LE-panel
{
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.LE-panel .LE-panel-handle
{
    position: absolute;
    margin:0;
    top: calc(50vh - 32px);
    right:7px;
    width: 9px;
    height: 32px;
    /*background-color: rgba(75,75,75,1);*/
    border-radius: 7px;
    pointer-events: none;
    z-index: 1051;
    font-family: "Font Awesome 6 Pro";
}

.LE-panel .LE-panel-handle:after
{
    content: '\f054';
    font-weight: bold;
}

.LE-panel .LE-panel-handle.LE-panel-handle-opened:after
{
    content: '\f053';
}

.LE-panel .LE-panel-handle-zone
{
    position:absolute;
    top:0px;
    left:initial;
    right: 0px;
    width: 18px;
    height: 100%;
    cursor: pointer;
    z-index: 1052;
}

.LE-panel .LE-panel-content
{
    position: relative;
    margin:0px;
    padding:30px 25px 30px 0px;
    background-color: white;
    width:calc(100% - 10px);
    height: 2000px;
    overflow-y: auto;
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.LE-panel .LE-panel-content::-webkit-scrollbar 
{
    display: none;  /*  Webkit  */
}

.LE-panel .LE-panel-content 
{
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    padding-top: 5px;
}

/*.blocInformations
{
    position: absolute;
    left: 70px;
    top: 30px;
    z-index: 999;
    height: 40px;
    width: 250px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}*/

.rechercheLibre
{
    padding-bottom: 10px;
}

.main-wrapper
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-gap: 10px;
    grid-template-areas:    "rouge" 
                            "header" 
                            "main";
}

.zoneGauche
{
    display: none;
}

.bouton-burger
{
    width: 50px;
    height: 50px;
    font-size: 20pt;
    line-height: 28pt;
}

#le-icone-burger 
{
    margin-left:10px;
    margin-top:9px;
}

.LE-panel
{
    top:70px;
    height: calc(100dvh - 80px);
    position: fixed;
    background-color: white;
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
}

.LE-panel .LE-panel-content
{
    padding:20px 5px 10px 0px;
    width:100%;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box; /* So the width will be 100% + 17px */
    height: initial;
}

#blocElements
{
    padding-bottom: 250px;
}

/*.blocInformations
{
    position: absolute;
    left: 70px;
    top: 15px;
    z-index: 999;
    height: 50px;
    width: calc(100vw - 80px);
    padding: 0;
    margin: 0;
    vertical-align: middle;
}*/

.blocInformations .btn
{
    height: 50px !important;
    padding-top: 10px !important;
}

.dropdown-menu  
{
    max-height: 35dvh;
}

/*.cards-container:not([style*="display:none"]):first-child,
.cards-container[style*="display:none"] + .cards-container:not([style*="display:none"])
{
    margin-top: 60px;
}

.cards-container:not([style*="display:none"]):first-child ~ .cards-container,  
.cards-container[style*="display:none"] + .cards-container:not([style*="display:none"]) ~ .cards-container {  
    margin-top: 20px;
}*/

.publications-bienvenue-wrapper .bienvenue
{
    display: none !important;
}

.publications-bienvenue-wrapper .compte
{
    text-align: center !important;
    padding: 0 !important;
    line-height: 0px !important;
}

.publications-bienvenue-wrapper .drapeau 
{
    line-height: 0px !important;
    width: 20px !important;
}

.publications-connect-wrapper
{	
    display: block !important;
}

.publications-connect-logo
{
    display: inline-block !important;
}

.publications-connect-text
{
    margin-left: 0px !important;
    display: inline-block !important;
}

.LE-additional-wrapper,
.thematique-wrapper,
.decouvrez-wrapper,
.partenaire-titre,
.partenaires-wrapper,
.publications-informations-wrapper
{
    display: none !important;
}

.publications-connect-wrapper
{
    text-align: left !important;
}

.catalogues-sidebar-wrapper
{
	margin-left:1px;
}

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

    .LE-panel
    {
        top:70px;
        width: 100%;
        height: calc(100dvh - 70px);
        position: fixed;
        left: 0px;
        background-color: white;
        z-index: 1050;
        overflow-y: auto;
        overflow-x: hidden;
    }

}

