2017-02-26 10:34:11 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Comic Neue Angular';
|
|
|
|
src: url('../fonts/ComicNeue-Angular-Bold.eot');
|
|
|
|
src: url('../fonts/ComicNeue-Angular-Bold.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold.woff2') format('woff2'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold.woff') format('woff'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Comic Neue Angular';
|
|
|
|
src: url('../fonts/ComicNeue-Angular-Bold-Oblique.eot');
|
|
|
|
src: url('../fonts/ComicNeue-Angular-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold-Oblique.woff2') format('woff2'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold-Oblique.woff') format('woff'),
|
|
|
|
url('../fonts/ComicNeue-Angular-Bold-Oblique.ttf') format('truetype');
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: oblique;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper {
|
2018-06-07 23:58:35 +02:00
|
|
|
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
|
2017-02-26 10:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
header h1 {
|
|
|
|
border-style:none !important;
|
|
|
|
color:#FFF;
|
|
|
|
font-weight:700;
|
|
|
|
font-size:5.4em;
|
|
|
|
font-family: 'Comic Neue Angular';
|
|
|
|
font-style:oblique;
|
|
|
|
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
|
|
|
|
padding-bottom:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
margin-top:40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .container .navbar-brand {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand img {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width:1199px) {
|
|
|
|
.reseaux-sociaux {
|
|
|
|
margin-top:44px
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
max-width:100%;
|
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width:991px) {
|
|
|
|
.reseaux-sociaux {
|
|
|
|
margin-top:20px;
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
max-width:548px;
|
|
|
|
height:auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.article-meta .media-left .media-object {
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta author {
|
|
|
|
display:block;
|
|
|
|
font-weight:600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta .media-body {
|
|
|
|
padding-top:8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta {
|
|
|
|
margin-bottom:15px;
|
|
|
|
margin-left:15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta time {
|
|
|
|
display:block;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.partager {
|
2018-06-08 00:05:31 +02:00
|
|
|
margin:15px;
|
2017-02-26 10:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
2018-06-08 00:05:31 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #FFF;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.3);
|
|
|
|
border-color: rgba(0,0,0,0.15);
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0px;
|
2017-02-26 10:34:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-noheader {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
border-style:none;
|
|
|
|
border-width:0px;
|
|
|
|
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
|
|
|
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.reagir {
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
|
|
|
text-align:center;
|
|
|
|
padding-bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titre-commentaires {
|
|
|
|
color:white;
|
|
|
|
text-align:center;
|
|
|
|
font-size:2.2em;
|
|
|
|
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
|
|
|
|
padding-bottom:15px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-pills {
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item {
|
|
|
|
border-style:none;
|
|
|
|
border-width:0px;
|
|
|
|
border-radius:0px;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.list-group-item:hover {
|
|
|
|
border-style:none;
|
|
|
|
border-width:0px;
|
|
|
|
border-radius:0px;
|
|
|
|
background-color:rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-heading {
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
border-width:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn:active {
|
|
|
|
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-primary > .panel-heading, .btn-primary {
|
|
|
|
background-color:#3f51b5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-danger > .panel-heading, .btn-danger {
|
|
|
|
background-color:#b71c1c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-warning > .panel-heading, .btn-warning {
|
|
|
|
background-color:#ff6f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-success > .panel-heading, .btn-success {
|
|
|
|
background-color:#43a047;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-info > .panel-heading, .btn-info {
|
|
|
|
background-color:#03a9f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-dark > .panel-heading, .btn-dark {
|
|
|
|
background-color:#263238;
|
|
|
|
color:#FFF
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-blue > .panel-heading, .btn-blue {
|
|
|
|
background-color:#1976d2;
|
|
|
|
color:#FFF
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary:hover, .btn-primary:active {
|
|
|
|
background-color:#ab47bc;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-success:hover, .btn-success:active {
|
|
|
|
background-color:#4caf50;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-info:hover, .btn-info:active {
|
|
|
|
background-color:#4fc3f7;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-warning:hover, .btn-warning:active {
|
|
|
|
background-color:#ffb300;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-danger:hover, .btn-danger:active {
|
|
|
|
background-color:#e53935;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-blue:hover, .btn-blue:active {
|
|
|
|
background-color:#1e88e5;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-dark:hover, .btn-dark:active {
|
|
|
|
background-color:#455a64;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-blue:hover, .btn-blue:active {
|
|
|
|
background-color:#2196f3;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
border-radius:0px;
|
|
|
|
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
color:#FFF;
|
|
|
|
text-align:center;
|
|
|
|
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
2018-06-08 00:07:10 +02:00
|
|
|
.align-center {
|
2017-02-26 10:34:11 +01:00
|
|
|
text-align:center;
|
|
|
|
}
|
2018-06-08 00:07:10 +02:00
|
|
|
|
|
|
|
.align-left {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-right {
|
|
|
|
text-align:right;
|
|
|
|
}
|