html {
    font-size: 16px;
    color: black;
    background-color: white;
    min-height: 100vh;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
}

.modal.fade.show .modal-dialog{
    top: 50%;
    transform: translateY(-50%);
}

.afc_container {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding-left:0px !important;
    padding-right:0px !important;
}

#map{
    height: 250px;
    width: 500px;
  
}
.leaflet-attribution-flag { display: none !important; }

.container_page {
    position:relative;
    width:100%;
   

}
#message_pa_renew
{
    max-width: 300px;
}
#btn_previous_payment_create
{
    display: inline-block; height: 40px; 
}
#btn_next_payment_create
{
display: inline-block; height: 40px; 
}

.header-banner-signin {
    width: 100%;
}
.header-banner-account {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-top:50px !important;
    background-color:#93176c;
  
}
.header-image-account {
   width:200px;
}

/* .contents {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 64vh;
    background-color:white;
    border-right: 2px solid #bd91bd;
    border-left: 2px solid #bd91bd;
    border-bottom: 2px solid #bd91bd;

    padding-right:10px !important;
} */
.sign-in-title{
    font-weight: bold;
    text-align: center;
}
.sign-in{
    width:100%;
}
.sign-in-intro{
    width:100%;
    text-align: center;
    padding-bottom:20px;
}

.sign-in-up-block{
    
    padding-left:10%;
    padding-right:10%;
    


}

.sign-in-block{

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;

}

.sign-in-block {
    margin-right: 40px;
}

.sign-up-block {
    flex: 1;
    min-width: 0;
    margin-left: 40px;
}

.sign-up-block .field-login {
    width: 100%;
}

.sign-up-block .oe_login_buttons {
    margin-top: 16px;
    margin-bottom: 16px;
}

.sign-up-block p.alert {
    margin-top: 16px !important;
}

.page {
    z-index:1;
    position:relative;
    background-color:white;
    width:100%;
    padding-left:10px;
    padding-right:10px;
}

.display{
    z-index:2 !important;
    opacity: 1;

}
.btn-primary{
    background-color:#bd91bd !important;
    border-color:#bd91bd !important;
}
/* LINK SECTION
GREEN */
.green-link {
    color: #3FB650;
    position: relative;
    margin: 5px auto;
    transition: color .3s ease-in-out;
}

.green-link::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #3FB650;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.green-link:hover, .green-link:active {
    color: #3FB650;
}

.green-link:hover::before, .green-link:active::before {
    transform: scale(1);
}

/* WHITE */
.white-link-selected {
    color: white;
    position: relative;
    margin: 5px auto;
   
}

.white-link {
    color: white;
    position: relative;
    margin: 5px auto;
    transition: color .3s ease-in-out;
}

.white-link::before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.white-link:hover, .white-link:active {
    color: white;
}

.white-link:hover::before, .white-link:active::before {
    transform: scale(1);
}

/* SIDE MENU */
#afc_my_account_side_menu {
    width: 140px;
    background-color: #bd91bd;
    color: white;
    text-wrap: wrap;
}

#afc_my_account_side_menu_donor {
    width: 200px;
    background-color: #bd91bd;
    color: white;
    text-wrap: wrap;
}

#afc_my_account_side_menu menu {
    margin: 10px auto;
}

#afc_my_account_side_menu ul {
    padding: 0;
    margin: 0;
}

#afc_my_account_side_menu ul li {
    max-height: 0;
    opacity: 0;
    margin: 0;
    list-style: none;
    transition: max-height 0.5s ease-out, opacity 0.4s ease-out 0.1s;
}

#afc_my_account_side_menu ul li.appear-li {
    max-height: 100px;
    opacity: 1;
    margin: 10px 13px;
    transition: max-height 0.5s ease-in, opacity 0.4s ease-in 0.1s;
}
/* SIDE MENU */

/* FOOTER */
footer {
   
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
}

footer .footer-information:first-child {
    width: 46%;
}

footer .footer-information {
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .footer-information .contact-mode {
    margin-right: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .footer-information img {
    width: 10%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .footer-information .contact-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.page_title{
    font-weight: bold;
    text-align: center ;
}
.bienvenue
{
    font-weight: bold;
    text-align: center ;
    color:darkgrey;
    font-size:18px;
}

.page_sub_title{
    font-weight: bold;
    text-decoration-line: underline;
    text-align:center;
}
.page_sub_title2{
    font-weight: bold;
    text-align:center;
}
.input_field{
    margin-right:10px;
}

.btn_nav{
    margin-right:10px;
    margin-bottom:10px;
}
.afc_input_checkbox{
    margin-right:10px;
   
}

.btn_area{
    margin-top:10px;
}

.page_loader {
    position:relative;
    width:100%;
    height:100%
    z-index:100;
    opacity: 50%;

}
.loader {
    border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:fixed;
}
input[type=number][size="4"]
{
    width: 6em;
    }
input[type=password]
{
width: 15em;
}


    @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
.afc_navbar
{
    border-right: 2px solid #bd91bd;
    border-left: 2px solid #bd91bd;
    padding-bottom:30px !important;
}
/* MEDIA QUERIES PART : RESPONSIVE PART
MOBILE PART */
 @media screen and (min-width: 600px) {

   .contents {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 64vh;
    background-color:white;
    border-right: 2px solid #bd91bd;
    border-left: 2px solid #bd91bd;
    border-bottom: 2px solid #bd91bd;
    /* padding-right:10px !important; */
    
    }
}

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

   .contents {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 64vh;
    background-color:white;
    padding-right:10px !important;
    }
}

/* TABLET / SMALL LAPTOP PART */
/* @media screen and (max-width: 1100px) {

    html {
        font-size: 18px;
    }
}  */

#hiding-button
{
    display:inline-block !important;
}
#hiding-button2
{
    display:inline-block !important;
}

/* Address suggestions */

.suggestion-div {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    /* border-radius: ; */
    z-index: 99;
    /*top: 100%;*/
    left: 0;
    right: 0;
    color:black;
    background-color: white;
  }

  .membership_active{

    background-color: green;
    color:white;
    margin-top:5px;
    margin-right:10px;
    padding-right:3px;
    padding-left:3px;
    text-align: center;
    vertical-align: middle;
    margin-bottom:10px;


  }

  .membership_non_active{

    background-color: red;
    color:white;
    margin-right:10px;
    padding-right:3px;
    padding-left:3px;
    text-align: center;
    vertical-align: middle;
    margin-bottom:10px;


  }
  .input_button{
    display:inline-block;
    vertical-align: bottom;

  }

  .picture-account{

    display:flex;
    flex-direction: column;
    justify-content: space-between; 
    max-width: 20%;

  }

.picture-account-img{
   width:100%;
  }

  .header_buttons{
    margin-left:10px;
   
  }

  .alert-box {
	border: 1px solid transparent;
    border-radius: 4px;  
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}

.fadeIn {
  animation: fadein 2500ms;
}

.fadeOut {
   animation: fadeout 2500ms;
}


