/* ===================================================================================================================================================== */
/* IMAGE RESPONSIVE OVERRIDE */
/* ===================================================================================================================================================== */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WIDTH <= 900 px -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1264px) {

	#headerwrapcenter #logoHeader .logo, #header_opcompte .logo {
		background: url(../images/logo_override.png) no-repeat top left;	
		background-position: 22px 3px;
		background-size: contain;
		margin: 0;
	}

        #headerwrapcenter #logoHeader {
		padding-bottom: 10px;
		background-color: #fff;
    		border-radius: 0.5em;
    		// margin-top: 2px;
        }

        body {
                background: none;
        }

        #header {
                background: #007bc0;
                z-index: -1;
        }


}

@media (max-width: 960px) {
	.fullpage.body {
        	 margin-top: 230px !important;
                 z-index:-2;
        }       
        #header #infoabo {
                  margin-left: 6px important!;
                   width: 100%;
       }
       .fleft {
          width: 100% !important;
       }
      #footer.nomargin {
        z-index: -2;
      }
}

@media (max-width: 600px) {
        .fullpage.body {
                 margin-top: 430px !important;
        }
         #detailcurrentabo {
           display: none !important;
       }
       #pagetitle .alertmsg {
             display: none !important;
       }

}

