/*** 
 modified : 12-08-19 14:08:35 
 type : css
***/


@import 'ie.addon.css'; html, body{ margin:auto; padding: initial; } body{ background-color : #ffffff; color:#333; font-size:13px; background-attachment: fixed; background-position: 50% 25%; background-repeat: no-repeat; background-size: cover; } body.home, body.signup{ background-image: url(../../assets/images/backgrounds/couple-2.jpg); } body.login, body.reset{ background-image: url(../../assets/images/backgrounds/login.jpg); } body.static{ background-image: url(../../assets/images/backgrounds/data_protection.jpg); /* background: linear-gradient(15deg, #d6860f, #f90000); */ } .bar-header{ background: rgba(255,255,255, 0.56); border-bottom: 1px solid #dfdfdf; line-height: 2; } .bar-header a{ text-decoration: none; color: #333; } .bar-header a:hover{ color: #000; } .connexion{ background: rgba(255, 255, 255, .9); border-radius: 6px; box-shadow: inset 0 0 2em 0.2em #e2e2e2; } .connexion .legal{ font-size: 11px; color:#999; } .connexion .legal > a{ color:#666; } .data-infos{ font-size: 18px; color: #333; } .data-infos > p{ font-size: 85%; } .data-infos > div > strong{ display: block; margin-top: 6px; margin-bottom: 4px; } .credits{ margin-top: 45px; margin-bottom: 15px; color: #000; font-size: 12px; padding: 8px 12px; background: rgba(255, 255, 255, .86); border-radius: 6px; } .credits a{ text-decoration: none; color:#666; margin: auto 6px; }