@font-face {
  font-family: "DevGothic";
  src: url("../fonts/devgothic-webfont.eot");
  src: url("../fonts/devgothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/devgothic-webfont.woff2") format("woff2"), url("../fonts/devgothic-webfont.woff") format("woff"), url("../fonts/devgothic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*=== GLOBAL ===*/
body {
  background-color: #6069A2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 574.98px) {
  #header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#header-logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 574.98px) {
  #header-logo-home {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #header-logo-home {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #header-logo-home {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #header-logo-home {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header-logo-home {
    margin-bottom: 0;
  }
}

#header-logo-home-img {
  height: 50px;
}

#header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -15px;
}
@media screen and (max-width: 574.98px) {
  #header-links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #header-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #header-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #header-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  #header-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#header-links-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

#header-links-social-item {
  margin-right: 1px;
}

#header-links-social-item img {
  max-height: 13px;
  height: 20px;
  width: auto;
  display: block;
}

#header-links-social-item a:hover, #header-links-social-item a:focus {
  opacity: 0.6;
}

#header-links-backhome {
  margin-left: 10px;
  margin-bottom: 9px;
}

#header-links-backhome a {
  background: #545F9E;
  padding: 4px 6px;
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  color: #BDC3DD;
  font-size: 1rem;
  text-decoration: none;
}

#header-links-backhome a:hover, #header-links-backhome a:focus {
  opacity: 0.8;
}

/*=== HOMEPAGE ===*/
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 574.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 574.98px) {
  .home-section-side-title {
    width: auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .home-section-side-title {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .home-section-side-title {
    width: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .home-section-side-title {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .home-section-side-title {
    width: 130px;
  }
}

.home-side-title-text {
  width: 100px;
  height: 50px;
  padding: 20px;
  letter-spacing: 0.05em;
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 574.98px) {
  .home-side-title-text {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .home-side-title-text {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .home-side-title-text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .home-side-title-text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-side-title-text {
    font-size: 1.7rem;
  }
}

.home-side-title-text a {
  color: #FFFFFF;
  text-decoration: none;
}

.home-side-title-text a:hover, .home-side-title-text a:focus {
  opacity: 0.8;
}

#home-stripes {
  width: 100%;
  height: 140px;
  background: url("../img/home_footer_stripes.png") repeat-x;
}

footer {
  height: 50px;
  padding-top: 10px;
}

#footer-credits-link {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  color: #1E202D;
}

#footer-credits-link:hover, #footer-credits-link:focus {
  color: #FFFFFF;
}

.home-medias-more-link {
  padding: 3px 10px;
  background: #5b799d;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  text-decoration: none;
  color: #c6d5db;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 25px;
}
.home-medias-more-link:hover {
  background: #b22f75;
  color: #FFFFFF;
}

/*-- Blog --*/
#home-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 574.98px) {
  #home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #home-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home-blog-title {
  background: #6B8CB0;
}

#home-blog-articles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #709CB6;
}

#home-blog-articles-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 574.98px) {
  #home-blog-articles-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-blog-articles-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-blog-articles-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-blog-articles-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #home-blog-articles-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

a.home-blog-articles-link:hover .home-blog-articles-item-title-text {
  background: #3b7297;
}

a.home-blog-articles-link:focus .home-blog-articles-item-title-text {
  background: #3b7297;
}

.home-blog-articles-item {
  height: 100%;
  width: 100%;
  position: relative;
}

.home-blog-articles-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-blog-articles-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.home-blog-articles-item-title-text {
  padding: 10px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(59, 114, 151, 0.85);
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 574.98px) {
  .home-blog-articles-item-title-text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .home-blog-articles-item-title-text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .home-blog-articles-item-title-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .home-blog-articles-item-title-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-blog-articles-item-title-text {
    font-size: 1rem;
  }
}

/*-- Medias --*/
#home-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 574.98px) {
  #home-medias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #home-medias {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home-medias-title {
  background: #7780B8;
}

#home-medias-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 574.98px) {
  #home-medias-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #home-medias-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home-medias-videos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #7F88C0;
}

#home-medias-selections {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8790C7;
}
@media screen and (max-width: 574.98px) {
  #home-medias-selections {
    width: auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias-selections {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias-selections {
    width: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias-selections {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #home-medias-selections {
    width: 400px;
  }
}

#home-medias-videos-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 574.98px) {
  #home-medias-videos-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias-videos-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias-videos-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias-videos-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #home-medias-videos-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 574.98px) {
  #home-medias-videos-toggle-published {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias-videos-toggle-published {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias-videos-toggle-published {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias-videos-toggle-published {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #home-medias-videos-toggle-published {
    margin-right: 10px;
  }
}

.home-medias-videos-toggle-link {
  padding: 3px 10px;
  background: #C1C6E8;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8rem;
  text-decoration: none;
  color: #323650;
  cursor: pointer;
}

.home-medias-videos-toggle-link-active {
  padding: 3px 10px;
  background: #b22f75;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8rem;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

.home-medias-videos-toggle-link:hover, .home-medias-videos-toggle-link:focus {
  opacity: 0.8;
}

#home-medias-videos-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 574.98px) {
  #home-medias-videos-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-medias-videos-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-medias-videos-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-medias-videos-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #home-medias-videos-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-medias-videos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-medias-videos-item-thumb {
  margin-right: 10px;
}

.home-medias-videos-item-thumb img {
  display: inline-block;
  border: 1px solid #FFFFFF;
}

.home-medias-videos-item-thumb a:hover img {
  border: 1px solid #b22f75;
}

.home-medias-videos-item-infos-date {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #C1D5DC;
  font-weight: normal;
  text-transform: uppercase;
}

.home-medias-videos-item-infos-element {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #1E202D;
}

.home-medias-videos-item-infos-channel {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #1E202D;
}

#home-medias-selections-titre {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #1E202D;
  margin-bottom: 10px;
}

#home-medias-selections-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-medias-selections-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.home-medias-selections-item-thumb {
  margin-right: 10px;
}

.home-medias-selections-item-thumb img {
  display: inline-block;
  border: 1px solid #FFFFFF;
}

.home-medias-selections-item-thumb a:hover img {
  border: 1px solid #b22f75;
}

.home-medias-selections-item-infos-title {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1E202D;
  font-weight: bold;
}

.home-medias-selections-item-infos-description {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #465187;
}

/*-- Forums --*/
#home-forums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 574.98px) {
  #home-forums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-forums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-forums {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-forums {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #home-forums {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home-forums-title {
  background: #57609B;
}

#home-forums-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 574.98px) {
  #home-forums-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-forums-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-forums-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-forums-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #home-forums-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#home-forums-topics-title {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #C1D5DC;
  margin-bottom: 10px;
}

#home-forums-topics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #525C98;
}

#home-forums-sections {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4F5996;
}
@media screen and (max-width: 574.98px) {
  #home-forums-sections {
    width: auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #home-forums-sections {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #home-forums-sections {
    width: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #home-forums-sections {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #home-forums-sections {
    width: 400px;
  }
}

#home-forums-topics-list {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

#home-forums-topics-list li {
  list-style: none;
  margin-bottom: 5px;
}

#home-forums-topics-list a {
  text-decoration: none;
}

#home-forums-topics-list a:hover .home-forums-topics-item-title, #home-forums-topics-list a:focus .home-forums-topics-item-title {
  color: #FFFFFF;
}

.home-forums-topics-item-title {
  color: #C1D5DC;
}

.home-forums-topics-item-section {
  color: #1E202D;
}

#home-forums-sections-title {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #C1D5DC;
  margin-bottom: 10px;
}

#home-forums-sections-list {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

#home-forums-sections-list li {
  list-style: none;
  margin-bottom: 5px;
}

#home-forums-sections-list a {
  color: #C1D5DC;
  text-decoration: none;
}

#home-forums-sections-list a:hover, #home-forums-sections-list a:focus {
  color: #FFFFFF;
}

/*=== MEDIAS ===*/
/*-- Homepage --*/
#medias-tagline {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  color: #BDC3DD;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: 4px;
  display: block;
}
@media screen and (max-width: 574.98px) {
  #medias-tagline {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 25px;
    width: 70%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-tagline {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-tagline {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-tagline {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #medias-tagline {
    font-size: 1rem;
    text-align: center;
  }
}

#medias-new {
  background: #709CB6;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#medias-new-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 574.98px) {
  #medias-new-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 574.98px) {
  #medias-new-head-data {
    margin-top: 10px;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-head-data {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-head-data {
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-head-data {
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-head-data {
    margin-top: 0;
    text-align: right;
  }
}

#medias-new-head-title {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #1F3642;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#medias-new-head-data-clock {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-top: -2px;
}

#medias-new-head-data-count {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  color: #FFFFFF;
  margin-top: 1px;
}

#medias-new-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 574.98px) {
  #medias-new-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.medias-new-list-item a {
  text-decoration: none;
}

.medias-new-list-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.medias-new-list-item-thumb {
  outline: 1px solid #FFFFFF;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}
@media screen and (max-width: 574.98px) {
  .medias-new-list-item-thumb {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .medias-new-list-item-thumb {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .medias-new-list-item-thumb {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .medias-new-list-item-thumb {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .medias-new-list-item-thumb {
    width: 100%;
    height: 100%;
  }
}

.medias-new-list-item-thumb:hover {
  outline: 3px solid #b22f75;
  -webkit-transition: outline 0.2s ease;
  transition: outline 0.2s ease;
}

.medias-new-list-item-thumb img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.medias-new-list-item-infos {
  background: #78ABC4;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 574.98px) {
  .medias-new-list-item-infos {
    display: block;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .medias-new-list-item-infos {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .medias-new-list-item-infos {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .medias-new-list-item-infos {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .medias-new-list-item-infos {
    display: none;
  }
}

.medias-new-list-item-infos-element {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #1F3642;
}

.medias-new-list-item-infos-channel {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #1F3642;
}

#medias-new-footer {
  margin-top: 15px;
}

#medias-new-footer-infos {
  min-height: 34px;
  width: 100%;
  background: #525c94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 574.98px) {
  #medias-new-footer-infos {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-footer-infos {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-footer-infos {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-footer-infos {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-footer-infos {
    display: block;
  }
}

#medias-new-footer-infos span {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  color: #FFFFFF;
  background: #525c94;
  padding: 3px 10px;
}

#medias-new-footer-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 574.98px) {
  #medias-new-footer-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-footer-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-footer-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-footer-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-footer-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 574.98px) {
  #medias-new-footer-more div {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-new-footer-more div {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-new-footer-more div {
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-new-footer-more div {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  #medias-new-footer-more div {
    margin-right: 5px;
  }
}

.medias-new-footer-more-link {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #527E93;
  border-left: 4px #B22F75 solid;
  padding: 3px 10px;
}

.medias-new-footer-more-link:hover, .medias-new-footer-more-link:focus {
  opacity: 0.8;
}

#medias-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 574.98px) {
  #medias-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #medias-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#medias-search-selections {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #7780B8;
  padding: 20px;
}

#medias-search-form {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
  background: #29366C;
  padding: 20px;
}

#medias-search-random {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #7780B8;
  background: url("../img/medias_random_background.png") repeat #7780B8;
  padding: 20px;
}

.medias-search-title {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.medias-search-selections-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.medias-search-selections-item-thumb {
  margin-right: 10px;
}

.medias-search-selections-item-thumb img {
  display: inline-block;
  border: 1px solid #FFFFFF;
  width: 90px;
  height: auto;
}

.medias-search-selections-item-thumb a:hover img {
  border: 1px solid #b22f75;
}

.medias-search-selections-item-infos-title {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1E202D;
  font-weight: bold;
}

.medias-search-selections-item-infos-description {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #465187;
  margin-bottom: 5px;
}

#medias-search-selections-more-link {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #515C93;
  padding: 3px 10px;
  border-left: 4px #B22F75 solid;
}

#medias-search-selections-more-link:hover, #medias-search-selections-more-link:focus {
  opacity: 0.8;
}

.medias-search-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.medias-search-form-item-label {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media screen and (max-width: 574.98px) {
  .medias-search-form-item-label {
    width: 80px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .medias-search-form-item-label {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .medias-search-form-item-label {
    width: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .medias-search-form-item-label {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .medias-search-form-item-label {
    width: 90px;
  }
}

#medias-search-form .medias-search-form-item-label {
  color: #FFFFFF;
}

.medias-search-form-item-input {
  margin-right: 5px;
}

.medias-search-form-item select {
  background: #5C6699;
  color: #FFFFFF;
  font-size: 0.9rem;
  border: 1px solid #5C6699;
}

#medias-search-form-submit {
  margin-top: 15px;
}
@media screen and (max-width: 574.98px) {
  #medias-search-form-submit {
    margin-left: 80px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-search-form-submit {
    margin-left: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-search-form-submit {
    margin-left: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-search-form-submit {
    margin-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  #medias-search-form-submit {
    margin-left: 90px;
  }
}

#medias-search-form-submit input {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #465187;
  padding: 5px 10px;
  cursor: pointer;
}

#medias-search-random {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#medias-search-random-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#medias-search-random-content {
  margin: 0px 0;
}

#medias-search-random-thumb img {
  display: inline-block;
  border: 1px solid #FFFFFF;
  width: 180px;
  height: auto;
}

#medias-search-random-thumb a:hover img, #medias-search-random-thumb a:focus img {
  border: 1px solid #b22f75;
}

#medias-search-random-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}

#medias-search-random-date-previous, #medias-search-random-date-next {
  opacity: 0.3;
}

#medias-call-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#medias-call {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4F5996;
  color: #7895CE;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#medias-call-sideblock {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  padding: 20px;
  font-size: 0.8rem;
  background: #b22f75;
  color: #FFFFFF;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-left: auto;
}
@media screen and (max-width: 574.98px) {
  #medias-call-sideblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-call-sideblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5%;
            flex: 0 0 24.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-call-sideblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5%;
            flex: 0 0 24.5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-call-sideblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5%;
            flex: 0 0 24.5%;
  }
}
@media screen and (min-width: 1200px) {
  #medias-call-sideblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5%;
            flex: 0 0 24.5%;
  }
}

#medias-call-sideblock a {
  text-decoration: underline;
  color: #b5b9d7;
}

.textnew {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #527E93;
}

#medias-call-title {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#medias-call-text {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

#medias-call-text a {
  text-decoration: underline;
  color: #7895CE;
}

#medias-call-text a:hover, #medias-call-text a:focus {
  text-decoration: none;
}

/*-- Results --*/
#medias-results-head {
  background: #709CB6;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#medias-results-list {
  background: #323650;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#medias-results-footer {
  background: #709CB6;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#medias-results-head-infos-type {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #1F3642;
  margin-bottom: 5px;
}

#medias-results-head-infos-object {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #1F3642;
}

#medias-results-head-infos-quantity {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #1F3642;
}

#medias-results-head-reset a {
  display: inline-block;
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #527E93;
  padding: 4px 10px;
}

#medias-results-list-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
@media screen and (max-width: 574.98px) {
  #medias-results-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  #medias-results-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #medias-results-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #medias-results-list-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #medias-results-list-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.medias-results-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.medias-results-list-item-thumb img {
  display: inline-block;
  border: 1px solid #fff;
  width: 130px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.medias-results-list-item-link {
  text-decoration: none;
}

.medias-results-list-item-link:hover img {
  border: 1px solid #b22f75;
}

.medias-results-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #6069A2;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.medias-results-list-item-info-channel {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  color: #FFFFFF;
}

.medias-results-list-item-info-type-show {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  color: #FFFFFF;
}

.medias-results-list-item-info-date-lenght {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  color: #1E202D;
  margin-top: 5px;
}

.medias-results-list-item-onair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.medias-results-list-item-onair-text {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  background: #4D588E;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9EACDD;
}

#medias-results-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#medias-results-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#medias-results-footer-current {
  margin: 0 15px;
}

.medias-results-footer-switch-page a {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #527E93;
  padding: 3px 10px;
}

.medias-results-footer-switch-page a:hover, .medias-results-footer-switch-page a:focus {
  opacity: 0.8;
}

#medias-results-footer-current {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
}

#medias-results-error {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  background: #323650;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 200px 50px;
}

/*=== CONTRIBUTION FORM ===*/
#contribute {
  background: #323650;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contribute-title h1 {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
  padding: 0;
}

#contribute-title p {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 5px;
}

#contribute-form {
  margin-top: 20px;
}

.contribute-form-item {
  margin-bottom: 10px;
}

.contribute-form-item-label {
  margin-bottom: 3px;
}

.contribute-form-item-label label {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6069A2;
  text-transform: uppercase;
}

.contribute-form-item-input input {
  background: #6069A2;
  height: 20px;
  padding: 3px;
  color: #FFFFFF;
  border: none;
}

.contribute-form-item-input textarea {
  background: #6069A2;
  padding: 3px;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 574.98px) {
  .contribute-form-item-input-text-short {
    width: 100%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .contribute-form-item-input-text-short {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .contribute-form-item-input-text-short {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .contribute-form-item-input-text-short {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .contribute-form-item-input-text-short {
    width: 300px;
  }
}

@media screen and (max-width: 574.98px) {
  .contribute-form-item-input-textarea {
    width: 100%;
  }
}
@media screen and (min-width: 575px) and (max-width: 767.98px) {
  .contribute-form-item-input-textarea {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .contribute-form-item-input-textarea {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .contribute-form-item-input-textarea {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .contribute-form-item-input-textarea {
    width: 400px;
  }
}

.contribute-form-item input[type=file] {
  color: #FFFFFF;
}

.contribute-form-item-submit {
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6069A2;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

#contribute-join {
  margin-top: 20px;
  letter-spacing: 0.05em;
}

#contribute-join h2 {
  font-family: "DevGothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0 0 5px 0;
  padding: 0;
}

#contribute-join p {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

#contribute-join a {
  color: #FFFFFF;
  text-decoration: underline;
}

#contribute-join a:focus, #contribute-join a:hover {
  color: #FFFFFF;
  text-decoration: none;
}