@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Baloo|Margarine|Playfair+Display');
@import url('/css/fonts.css');

:root {
  --colDark: rgba(25,25,25,1.00);
  --colLight: rgba(255,255,255,1.00);
  --colPink: rgb(248, 18, 207);
}

*::-webkit-scrollbar,section::-webkit-scrollbar,div::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(201,185,185,0.3);
  border-radius: 10px;
  position: relative;
}
*::-webkit-scrollbar-track,section::-webkit-scrollbar-track,div::-webkit-scrollbar-track {
}
*::-webkit-scrollbar-thumb,section::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb {
  background: rgba(129,0,0,0.30);
  border-radius: 10px;
  width: 8px;
  height: 8px;
  border: solid 1px rgba(255,255,255,1);
}
*:hover::-webkit-scrollbar-thumb,section:hover::-webkit-scrollbar-thumb,div:hover::-webkit-scrollbar-thumb {
  background: rgba(129,0,0,0.50);
}
body {
  margin: 0;
  font-family: "Gotham Rounded Book", sans-serif;
}
#pageContent {
  transition-duration: 1s;
}
.content {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: 'Poetsen-One', sans-serif;
  font-weight: normal;
}
h1 {
  margin: 0;
  font-size: 30pt;
  line-height: 1;
  background: -moz-linear-gradient(left, #b2262b 0%, #e73b34 100%);
  background: -webkit-linear-gradient(left, #b2262b 0%, #e73b34 100%);
  background: linear-gradient(to right, #b2262b 0%, #e73b34 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2262b', endColorstr='#e73b34', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 span {
  font-family: 'Gotham Rounded Light', sans-serif;
  font-weight: 100;
  font-size: 12pt;
}
h2, h3 {
  margin: 0;
  font-size: 20pt;
  line-height: 1;
  color: #e73b34;
}
h1.parts {
  text-align: center;
  font-family: 'Gotham Rounded Light';
  font-size: 20pt;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #535353;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h1.parts hr {
  height: 1px;
  width: 100%;
  background-color: rgba(229, 194, 195, 1.00);
  border: none;
  position: absolute;
  z-index: 0;
  top: 6px;
}
h1.parts p {
  background-color: rgba(255, 255, 255, 1.00);
  padding: 5px 20px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
h1.parts strong {
  font-family: 'Poetsen-One', sans-serif;
  font-weight: normal;
  font-size: 120%;
  -webkit-text-fill-color: #000000;
}
nav {
  font-family: 'Gotham Rounded Light';
  color: #989898;
  font-size: 11pt;
  background: rgba(237, 237, 237, 0.20);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  border-top: solid 1px rgba(237, 237, 237, 0.70);
  border-bottom: solid 1px rgba(237, 237, 237, 0.70);
}
nav ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a::after {
  display: inline-block;
  color: #000;
  content: '>';
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}
nav ul li a {
  color: rgba(39, 47, 163, 1.00);
}
.blur {
  filter: blur(8px);
}
.textcolor_actualite {
  color: #3D92DA;
}
.textcolor_sport {
  color: #03c54c;
}
.textcolor_people, .textcolor_buzz-people {
  color: #333333;
}
.textcolor_radiomelodie, .textcolor_chronique {
  color: #e73b34;
}
.textcolor_insolite {
  color: #E837A4;
}
.textcolor_jeux {
  color: #9C9711;
}
.textcolor_high-tech {
  color: #3b5a97;
}
.bgcolor_actualite {
  background-color: #3D92DA;
  text-shadow: none;
}
.bgcolor_sport {
  background-color: #03c54c;
  text-shadow: none;
}
.bgcolor_people, .bgcolor_buzz-people {
  background-color: #333333;
  text-shadow: none;
}
.bgcolor_radiomelodie, .bgcolor_chronique, .bgcolor_flashinfo {
  background-color: #e73b34;
  text-shadow: none;
}
.bgcolor_insolite {
  background-color: #E837A4;
  text-shadow: none;
}
.bgcolor_jeux {
  background-color: #9C9711;
  text-shadow: none;
}
.bgcolor_high-tech {
  background-color: #3b5a97;
  text-shadow: none;
}
#topBkGd {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: rgba(237, 237, 237, 0.70);
}
#topBkGd div {
  display: inline-block;
  max-width: 728px;
  width: 100%;
  background: rgba(210, 210, 210, 0.7);
}
#cookiedisclaimer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 96%;
  max-width: 96%;
  padding: 1% 2%;
  background-color: rgba(220, 220, 220, 0.93);
  -webkit-backdrop-filter: blur(7px);
  -moz-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-top: solid 1px rgba(255, 255, 255, 1.00);
  border-radius: 0 0 0 0;
  z-index: 100;
  font-size: 10pt;
  font-weight: 300;
}
#cookiedisclaimer a {
  color: rgba(46, 37, 114, 1.00);
  text-decoration: underline;
  font-weight: 500;
}
#cookiedisclaimer p {
  width: auto;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.3;
}
#cookiedisclaimer p strong {
  margin: 0 0 5px 0;
  display: inline-block;
  font-size: 13pt;
  font-weight: normal;
  font-family: 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
}
#cookiedisclaimer svg, #cookiedisclaimer img.button {
  margin-top: 20px;
  width: 140px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#cookiedisclaimer div {
  margin-top: 0;
  padding: 10px 40px;
  background: rgb(191, 210, 85);
  background: -moz-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
  background: linear-gradient(to bottom, rgba(191, 210, 85, 1) 0%, rgba(142, 185, 42, 1) 50%, rgba(114, 170, 0, 1) 51%, rgba(158, 203, 45, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
  font-weight: 700;
  color: rgba(255, 255, 255, 1.00);
  font-size: 12pt;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 1.00);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#cc-grower div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
footer#ft2 {
  width: 100%;
  padding: 0 0 0 0;
  margin: 100px 0;
  font-family: 'Gotham Rounded Book', sans-serif;
  background-color: inherit;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 1.00);
}
footer#ft2 #line1 {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #b2262b;
  background: -moz-linear-gradient(left, #b2262b 0%, #e73b34 100%);
  background: -webkit-linear-gradient(left, #b2262b 0%, #e73b34 100%);
  background: linear-gradient(to right, #b2262b 0%, #e73b34 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b2262b', endColorstr='#e73b34', GradientType=1);
}
footer#ft2 #line1 svg {
  fill: #FFFFFF;
  height: 50px;
  margin: -5px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
footer#ft2 #line1 p {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  text-align: left;
  color: #FFFFFF;
  font-family: 'Gotham Rounded Medium', sans-serif;
  line-height: 1.2;
  font-size: 11pt;
}
footer#ft2 #line1 p strong {
  font-family: 'Gotham Rounded Medium', sans-serif;
  font-weight: 600;
  font-size: 12pt;
}
footer#ft2 ul.big {
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer#ft2 ul.big li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  font-size: 12pt;
  color: rgba(0, 0, 0, 1.00);
  font-family: 'Gotham Rounded Medium', sans-serif;
}
footer#ft2 ul.big li img {
  height: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
}
footer#ft2 ul.small {
  margin: 10px 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer#ft2 ul.small li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  font-size: 10pt;
  color: rgba(0, 0, 0, 1.00);
  font-weight: 300;
}
footer#ft2 ul.small li img {
  height: 20px;
  margin-bottom: -3px;
  margin-right: 5px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer#ft2 ul.small li:hover img {
  -ms-transform: scale(1.3) translateY(-5px);
  -webkit-transform: scale(1.3) translateY(-5px);
  transform: scale(1.3) translateY(-5px);
  opacity: 1;
}
footer#ft2 ul li {
  border-bottom: solid 1px rgba(221, 16, 20, 0);
}
footer#ft2 ul li:hover {
  border-bottom: solid 1px rgba(221, 16, 20, 1.00);
}
footer#ft2 .icons {
  text-align: center;
  margin-top: 10px;
}
footer#ft2 .icons img {
  height: 30px;
  padding: 5px;
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer#ft2 .icons img:hover {
  -ms-transform: rotate(-3deg) scale(1.1);
  -webkit-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
}