.zoomContainer{ z-index: 9999;}
.zoomWindow{ z-index: 9999;}

.marge_container_home_sante {
	margin-top: 3%;
}
.header_home_animaux{
    min-height:900px;
    /*background: linear-gradient( rgb(92, 114, 136), rgba(255, 255, 255, 0.0) ), url(/images/sante/carvie-assurances-sante-mutuelle-particulier-tns.jpg) no-repeat center top scroll;*/
    
    background: url(/images/animaux/comparateur-assurance-animaux-chien-chat.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header_form_animaux {
    margin-bottom: 15px;
}
/*
.accroche-sante {	
	text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.89);
}
.accroche-sante h1 {
	font-size:3em;
}
.accroche-sante h2 {
	font-size:2.5em;
}
*/
.liste-part-animaux img {
    margin-top: 2em;
}
#logo-part-animaux1 {
    margin-right: 5em;
}
.sante {
    margin-top: 3%;
    margin-bottom: 5%;
}

.sante_color {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
}
.accroche-sante {	
	/*text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.89);*/
}
.accroche-sante h1 {
	font-size:3.5em;
        color:#fff;
        font-weight: 700;
}
.accroche-sante p {
    font-size: 1.25em;
    color:#fff;
    text-align: left;
}
.accroche-sante h1 small {
    color: #fff;
}
.accroche-sante h2 {
	font-size:2.5em;
}
.img-chrono {
    margin-left: 20px;
}
/* Paysage juqu'a 1024px */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .marge_container_home_sante {
	margin-top: 2%;
    }
	
}

@media only screen and (min-device-width :1281px) {
	
	.header_home_sante {
		height:910px;
	}
}
/* Menu Recherche remboursement */
.liste_recherche_home {
    height: 130px;
    text-align: center;
}

.liste_recherche_home a {
    display:inline-block;
}

.img_recherche1 {
    margin-right: 20px;
}
/* Opacité */
.img_recherche_anim {
        opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img_recherche_anim:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
        opacity: .8;
}
.btn_recherche {
    position: relative;
    width: 150px;
    height:120px; 
}
.btn_recherche span {
	position: absolute;
	bottom: -20px;
	left: 0;
	display: block;
	width: 150px;
        height:120px; 
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.btn_recherche:hover span {
    bottom: -100px;
    opacity: 1;
    font-size: 1.05em;
}

.exemple-resultat-sante {
    background-color: #44587d;
    border-radius: 15px;
    padding:15px 15px 15px 15px;
}
.exemple-sante {
    font-size: 1.4em;
    color: white;
    padding: 15px 15px 15px 15px;
    
    
}

#form_sante_formule_eco, #form_sante_formule_med, #form_sante_formule_prem {
    display: none;
}

.height-recherche {
    min-height: 775px;
}
.exemple-resultat-sante tr th {
    text-align: center;
    font-size: 0.9em;
}
.exemple-resultat-sante tr td{
    padding-top: 15px;
    text-align: center;
    font-size: 1.1em;
}

.part_mutuelle {
    color:#99FFFF;
}

.acharge {
    color:#BFFF00;
}

.f1-step { width: 25%;}

.modal-lg {
    width: 90%;
}
.result-sante {
    border: 2px solid #ccc;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}
.btn-select-result {
    text-align: right;
    margin-top: 15px;
}

.result-sante .tarif_mensuel {
    line-height: 1em;
    font-weight: 600;
}
.result-sante .tarif_annuel {
    padding-top: 10px;
}
.documentation-sante, .information-sante {
    font-size: 1.2em;
}
.documentation-sante h3 {
    font-size: 1.3em;
}
.information-sante i {
    color:#26AE3D;
}
.documentation-sante i {
    color: #ff1da3;
}
.documentation-sante ul, .information-sante ul {
    list-style: none;
    padding-left: 15px;
    
}
.color_i_info {
    color: #434657 !important;
}
.documentation-sante ul li, .information-sante ul li {
    margin-bottom: 5px;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    background-color: #444;
}
.tooltip.top .tooltip-arrow {
    
    border-top-color: #444;
}
