/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */

/* Style added by Amlal Nabil 04/01/2021  */

/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */


.member_parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
    

.b_member img {
    max-width: 5em;
    margin: 0 auto;
}

.b_member h5 {
    text-align: center;
}

.b_member .card-title {
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.b_member .card-text {
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 1em;
    text-align: left;
}

.b_member .view-more-hp {
    padding-top: 0;
}

.b_member .view-more-hp button {
    color: #02ABBC;
    background: none;
    border: none;
}

.b_member .view-more-hp img {
    margin-right: 5px;
}

.b_member .card-body {
    padding-left: 0;
    padding-right: 0;
}

.b_member {
    max-width: 13em;
    margin: 0 5px;
    height: 25em;
    margin-bottom: 1em;
}

.b_member div.card
{
    padding: 1em;
    height: 100%;
}


.pays_parent{
    display: flex;
  justify-content: center;
  align-items: center;
}

.pays
{
    width: 5em;
    height: 6em;
    margin: 1em;
}

.pays img {
    width: 3em;
    height: 3em;
    margin: 0 1em;
}

.pays h6 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.sect_prv_parent, .partenaire-technique {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect_prv, .part-technq {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect_prv img, .part-technq img {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    max-width: 10em;
    width: 100%;
}

.sect_prv img:hover {
    scale: 0.7;
}

.part-technq img:hover {
    scale: 0.7;
}


.partenaires {
    background: #fafbf0;
    clip-path: polygon(0 0, 100% 8em, 100% 100%, 0 100%);
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.part_img {
    margin: 2em 0;
}

.ong {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ong img {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ong img:hover {
    scale: 0.7;
}


#footer {
    /*margin-top: 0 !important;*/
}


/*------------ PopUp member style ---------------*/


#popup_member
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

.popup_card
{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35em;
    height: 55em;
    max-height: 90%;
    background: #fff;
    padding: 1em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#popup_img
{
    width: 8em;
    height: 8em;
}

#popup_title
{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.3em;
    margin: 1em 0;
    color: #482D0D;
    font-weight: bold;
}

#popup_text
{
    text-align: center;
    color: #482D0D;
}

#popup_desc
{
  width: 100%;
  border-top: 2px solid #E0E0E0;
  padding-top: 26px;
  color: #979797;
  padding-bottom: 20px;
  overflow: hidden;
  overflow-y: auto;
}

#ul_desc
{
  list-style: disc;
}

#ul_desc li
{
  list-style: unset;
}

#close_popup_member
{
    position: absolute;
    right: -2em;
    top: 0;
    text-indent: -9999px;
    width: 1.5em;
    height: 1.5em;
    background: none;
    border: none;
    background: url('/sites/default/files/inline-images/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.common-title-hp p
{
  padding: 0 0 26px 0;
}


.logo-hp img {
    height: 110px;
}


.solution-icon-hp {
    text-align: center;
}


ul.sub-menu
{
  font-size: 16px;
  text-align: left;
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 9999;
  padding: 10px 20px;
  width: 20em;
  width: 250px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 2em;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

ul.sub-menu li
{
  list-style: none;
  color: #000;
  position: relative;
  padding: 0;
}

.nav > li ul.sub-menu li a
{
  color: #000;
  color: #585e6d;
  display: block;
  font-size: 15px;
  padding: 8px 18px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}


ul.navbar-nav li:hover ul {

  opacity: 1;
  visibility: visible;
  margin-top: 0;
}



.nav > li ul.sub-menu li a:hover
{
  color: #b28045;
}



.btn_proces-home
{
  background: #adbe00;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  margin-top: 1rem;
  width: 220px;
  font-weight: 600;
  border: 1px solid #adbe00;
}

.btn_proces-home:hover
{
  color: #adbe00;
  background: transparent;
}




div.text-left
{
    padding-right: 52%;
}


.div-left-text p
{
  text-align: justify;
}


.row-pdfs
{
  margin-bottom: 2em;
}

.row-pdfs h6
{
  font-size: 1.4em;
  color: #482D0D;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 1em;
}

.lien-pdf {
  padding: 10px 0;
}

.lien-pdf span
{
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 1em;
  background: #ADBE00;
  margin: 0;
  margin-right: 10px;
  border-radius: 2px;
}

.lien-pdf a {
  color: #482D0D;
  font-weight: 600;
}

.lien-pdf a:hover {
  color: #482D0D;
  text-decoration: underline;
}


.h5-title
{
  color: #7b5a2b;
  margin: 1em 0;
}

.no-top-padding
{
  padding-top: 0 !important;
}

.investment div
{
  column-count: 2;
  column-gap: 30px;
}


.contexte_parg
{
  column-count: 2;
  column-gap: 30px;
}

.contexte_parg p
{
  padding: 3px 0;
}





 /* Mediatheque*/
 
 .mediatheque
 {
    margin-top: 5rem;
 }
 
 
 .mediatheque .center
{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3em 1em;
    box-shadow: 1px 2px 5px 0px rgba(72,45,13,0.2);
    transition: all 0.3s ease-in-out;
}

 .mediatheque .center:hover
 {
   background: #FAFBEF;
    box-shadow: 8px 22px 18px 0px rgba(72,45,13,0.2);
 }

.mediatheque .center img
{
    width: 3.6em;
    height: 6em;
    margin-bottom: 1em;
}

.mediatheque .center h6
{
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 2em;
    font-family: 'CerebriSans';
    font-weight: 700;
    color: #482D0D;
}

.mediatheque .center a
{
  width: 2.3em;
  height: 2.3em;
}

.mediatheque .center a img
{
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}


.mediatheque .center a:hover img
{
  transform: rotate(180deg);
}

.last_block
{
  padding-bottom: 6rem;
}

 /**/
 
 
 /* Contact */
 
.contact_us form .js-form-item-message
{
  width: 100% !important;
}

.contact_us form .js-form-submit
{
  text-align: center;
  float: unset !important;
  margin: 0;
  margin: 0 auto !important;
}


.btn-page
{
  background: #ffffff !important;
  color: #aebf16 !important;
  border: 3px solid #aebf16 !important;
}

.btn-page:hover
{
  background: #aebf16 !important;
  color: #ffffff !important;
}

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

  div.text-left
  {
      padding-right: 0;
  }
  
  .investment div
  {
    column-count: 1;
  }
  
  .contexte_parg
  {
    column-count: 1;
  }
  
  .popup_card
  {
      width: 90%;
      height: 90%;
  }
  
  #close_popup_member
  {
      top: -2em;
      right: 0;
      
  }
}


