/*  ----------------------------------------------------------*/
/*  Style Sheet for Custom CSS default theme                  */
/*  Override the original style CSS here                      */
/*  ----------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------*/
/* Feuille de styles pour du CSS personnalisé */
/* Surchargez ici le CSS du style original */
/* ----------------------------------------------------------*/
/* Exemple */
/* html, body {
     height: 100%;
     margin:0;
     padding:0;
}
 html {
     font-size: 100%;
     overflow-x: hidden;
}
 body {
     font-family:Verdana, Geneva, sans-serif;
     font-size: 1em;
     line-height: 1em;
     color: #777d8b;
     border:0px solid green;
     background:#1c66d1;
     width:100%;
}
 */
/* ---------- */
 @import url("font-awesome/css/font-awesome.min.css");
 .googlelink > a {
     font-size:18px;
     line-height: 24px;
     font-family: "open sans", "Helvetica Neue", Helvetica, Arial;
     padding: 10px 0px;
     margin: auto;
     background-color: #a60a1a;
     text-align: center;
     display: block;
     color: #ffc9ce!important;
    /* transition: opacity 0.3s ease;
     */
     vertical-align: middle;
     text-decoration: none!important;
     border:0;
     background-repeat: no-repeat;
     background-size: contain;
}
 .facebooklink > a {
     font-size:18px;
     line-height: 24px;
     font-family: "open sans", "Helvetica Neue", Helvetica, Arial;
     padding: 10px 0px;
     margin: auto;
     background-color: #a60a1a;
     text-align: center;
     display: block;
     color: #ffc9ce!important;
    /* transition: opacity 0.3s ease;
     */
     vertical-align: middle;
     text-decoration: none!important;
     border:0;
     background-repeat: no-repeat;
     background-size: contain;
}
 .fa-google-plus-square,.fa-facebook-square{
     margin-right: 10px;
}
 .googlelink > a:hover, .facebooklink > a:hover {
     border:0;
     background-color: #9f0717;
     color: #ffc9ce;
}
 .googlelink, .facebooklink {
     width: 100%;
     margin-bottom: 20px;
     margin-top: 20px;
     min-width: 160px;
}

#topbar {
    display: none;
}
#sidebar {
    display: none;
}
#page-wrapper {
    margin: 0px;
}
.footer{
    display: none;
}
body {
  background-color: #f3f3f4;
}
