*{
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    color: #757575;
}

/* image + filtre */
.cadre_image_container{position:relative;height:380px;margin-bottom:40px;background:url('../res/photo_accueil.jpg') no-repeat center left;background-size:cover;overflow:hidden;}
.cadre_image_opaque{opacity:0.8;width:60%;border-right: 400px solid transparent;border-top: 380px solid #ffffff;}

/* Header / titre */
#cadre_action{
    position:absolute;
    width: 100%;
    top:0px;
}

#cadre_action>div>a>button>p{
    margin-bottom: 3px;
    font-weight: bold;
}

#div_entete{
    min-height:5px;
    background-color:#3b4654;
    margin-bottom:100px;
}

#div_logo_am{
    position:absolute;
    z-index:100;
    margin-left:50%;
    left:-110px;
    top:0;
    border-top:5px solid #ffffff;
    width:220px;
    height:70px;
    background:url('../res/logo_am_ext.png') no-repeat;

  /*  position:absolute;
    z-index:100;
    margin-left:50%;
    left:-88px;
    top:0;
    width:176px;
    height:70px;
    background:url('../res/logo_am.png') no-repeat;*/
}
.container{
    max-width: 100% !important;
}
#div_titre{
    text-align:center;
    margin-bottom:25px;
}
#div_titre_page_part2{
    text-align: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size:2.1em;
    color: #ffffff !important;
    background-color:#005da8;
}
#td_titre_page_part1{
    color:#005da8;
    font-style:italic;
    font-size:2.1em;
    text-align:right;
}


/* 3 icones */
#div_bienvenue_container{margin-bottom:10px;}
#div_picto_container{text-align:center;margin-bottom:30px;}
.div_picto_content{width:150px;display:inline-block;margin-left:20px;margin-right:20px;margin-top:20px;vertical-align:top;}
.picto_lib_titre{font-weight:bold;}

/* ----- boutons ----- */
.btn_inline {

    display: inline-block;
    margin-right: 20px;

}
.btn {

    /* width: 120px; */
    /* height: 34px; */
    margin: auto;
        margin-right: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

}

/* ----- pied de page ----- */
.footer{
    /* position: static; */
    /* vertical-align: bottom; */
    /* bottom: 0; */
    background:#f7f7f7;
    width:100%;
    border-top:1px solid #2a83bf;
}
#compatibilite_icon{
    padding-top: 5px;
    padding-left: 10px;
    
}
#compatibilite_icon img {
    opacity:0.5;
    width:32px;
}
#compatibilite_icon img:hover {
    opacity:1;
}
#ameli_logo{
    width:127px;
    height:42px;
    background:url('../res/logo_ameli.svg') no-repeat;
    padding-right:10px;
}
#text-footer{
    font-size: 0.8em;
}

.btn_bas_style2{
    background-color:#ffffff;
    border:1px solid #2a83bf;
}
.btn_bas_style2 a{
    display:inline-block;
    width:100%;
    min-width:50px;
    text-decoration:none;
    color:#2a83bf !important;
    font-weight:bold;
    text-align:center !important;
    white-space:nowrap;    
}
.btn_bas_style2 img{
    height: 20px;
}
.btn_bas_style2:hover{
    background-color:#ebebff;
}

.min_width{width:1%;}

.titre_bienvenue{
    font-weight:bold;
    font-size:1.4em;
    margin-bottom:20px;
}

#div_form_caisse_encours {
    position: absolute;
    z-index: 50;
    top: 15px;
    right: 15px;
    text-align: right;
    font-size: 0.8em;
}
#caisse_encours, #div_caisse_encours a {
    color: #f68526;
}

#div_form_user_encours{
    position: absolute;
    z-index: 50;
    top: 40px;
    right: 15px;
    text-align: right;
    font-size: 0.8em;
}