@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin:0;
    padding:0;
    overflow-x: hidden !important; /* bloquer scroll horizontal */
    font-family: 'Open Sans', sans-serif;
}


/* @media (max-width: 740px) {
    body {
      margin-bottom: 150px; 
    }
  }

  @media (max-width: 412px) {
    body {
      margin-bottom: 230px; 
    }
  } */


#main {
    min-height: 100%;
}

/*** FOOTER **/
.footer {
    width:100%;
    background-color: #e6e6e6;
    font-size: 13px;
    position:relative;
    bottom:0;
    padding-left: 0;
    padding-right: 0;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
  }

  .semi-bold {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
  }

/**** NAV ****/
nav {
    width: 100%;
    max-width: 1300px;
}

.bg-light {
    background-color: #ffffff !important;
}
.nav-link {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    border-right: 1px solid #828383;
}

@media (max-width: 1044px) { 
    .nav-link {
        font-size: 12px;
    }
}

.nav-link .active {
    color: #00774b;
}


/*** END NAV ***/

.btnLien {
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    color:#ffffff;
    background-color: #e30613;
  }

#titre2 {
    margin-left: 3px;
    font-size:18px;
    line-height: 30px;
    margin-bottom: 0px;
}

.btnAccesAsso {
    background-color: #e30613;
    color:#fff;
    font-size:12px;
}

.btnAccesAssoActive {
    background-color: #b3d6c9;
    color:#fff;
    font-size:12px;
}

/* lg */
@media (min-width: 1200px) { 
    .btnAccesAsso, .btnAccesAssoActive {
        font-size:16px;
    }
}

/* Small device */
@media (max-width: 576px) { 

    #titre2 {
        font-size:12px;
    }
    .logoNav {
        max-width: 220px;
    }
}





/** BTN SEARCH **/

#btnSearch {
    background-color: #fff;
    color:#00774b;
    border: solid 1px #00774b;
    border-left:none;
    border-bottom-left-radius:none ;
    border-radius:0px 20px 20px 0px  ;
}

#inputSearch {
    background-color: #fff;
    color:#000;
    border: solid 1px #044029;
    border-right:none;
    border-bottom-right-radius:none ;
    border-radius:20px 0px 0px 20px ;
    width: 400px;
}







@media (min-width: 883px) and (max-width: 995px) { 
    .blocRechercheLogo {
        text-align: right;
    }
}

@media (max-width: 576px) { 
    #inputSearch {
        width: 230px;
    }

    .navbar-brand .bold {
        font-size: 25px;
    }
}


.ot-sdk-show-settings {

    font-size: 12px !important;
    color:#000000 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;

}

.btnAnnuaireSelected  {
    background-color:#5cc0c5 !important;
    color:#ffffff !important;
}

.btnAnnuaireSelected:hover  {
    color:#ffffff !important;
}

.btnAnnuaire{
    border:solid 2px #5cc0c5;
    color:#5cc0c5;
}

.btnAnnuaire:hover{
    color:#5cc0c5
}

.btnLetter:focus {
    box-shadow: none;
    border:none;
}

#scrollAlphabetique {
    position:fixed; 
    right:10px; 
    bottom:100px;
    display:none;
}

#scrollAlphabetique:hover {
    cursor: pointer;
}