
/*** HOME ***/
.home-content {
  text-align: center;
  padding-left: 0; }
  .home-content .sidebar {
    display: none; }
  .home-content .logo img {
    margin: 70px 0 62px 0; }
  .home-content nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 0 29px 0;
    border-bottom: 1px solid #e6e6e6; }
    .home-content nav ul li {
      padding-top: 6px;
      position: relative; }
      .home-content nav ul li > a {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2d383a;
        text-transform: uppercase;
        position: relative;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px; }
        .home-content nav ul li > a:after {
          content: '';
          width: 31px;
          height: 1px;
          background-color: #2d383a;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: 0.15s ease; }
        .home-content nav ul li > a:hover {
          color: #2d383a;
          text-decoration: none; }
        .home-content nav ul li > a:hover:after {
          width: 59px; }
      .home-content nav ul li:last-child {
        padding-top: 0;
        padding-bottom: 0; }
      .home-content nav ul li .dropdown {
        display: none;
        position: absolute;
        top: 33px;
        left: 0;
        background: white;
        z-index: 5000;
        padding: 10px 0;
        /*border-left: 1px solid #2d383a;*/ }
        .home-content nav ul li .dropdown a {
          display: block;
          text-transform: uppercase;
          font-size: 1.4rem;
          text-decoration: none;
          color: #a6a6a6;
          line-height: 1.9rem;
          padding: 4px 20px;
          font-weight: 600; }
          .home-content nav ul li .dropdown a:hover {
            color: #2d383a;
            background-color: #e6e6e6;
            font-weight: bold; }
      .home-content nav ul li:hover .dropdown {
        display: block; }
    .home-content nav ul form {
      display: flex; }
      .home-content nav ul form .container-input-search {
        position: relative;
        flex: 1 1 237px; }
        .home-content nav ul form .container-input-search input {
          font-size: 1.6rem;
          height: 34px;
          line-height: 34px;
          color: #2d383a;
          border: 0;
          width: 100%;
          outline: none; }
          .home-content nav ul form .container-input-search input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #2d383a;
            opacity: 1;
            /* Firefox */
            text-transform: uppercase; }
          .home-content nav ul form .container-input-search input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #2d383a;
            text-transform: uppercase; }
          .home-content nav ul form .container-input-search input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #2d383a;
            text-transform: uppercase; }
        .home-content nav ul form .container-input-search:after {
          content: '';
          width: 31px;
          height: 1px;
          background-color: #2d383a;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: 0.15s ease; }
      .home-content nav ul form .container-input-search.focus:after {
        width: 237px; }
      .home-content nav ul form .container-bt-search {
        flex: 0 0 40px;
        text-align: right;
        padding-top: 7px; }
  /*.home-content .pictures {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 65px; }*/

    .home-content .pictures > div {
      width: 25%;
      float: left;
      position: relative;
    }
    .home-content .pictures > div .legende {
      position: absolute;
      bottom: 0;
      z-index: 3000;
      color: white;
      text-transform: uppercase;
      left: 0;
      right: 0;
      font-size: 1.6rem;
      line-height: 2rem;      
      background: rgba(0,0,0,.3);
      padding:8px 0;
      max-height: 36px;
    }
    .home-content .pictures  > div:hover {
      opacity: 0.8;
    }
    .home-content .pictures a div {
      height: 400px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .home-content .social a {
    font-size: 33px;
    line-height: 33px;
    display: inline-block;
    margin: 0 35px;
    color: black;
    margin-bottom: 64px;
    text-decoration: none; }
    .home-content .social a :hover {
      opacity: 0.2;
      text-decoration: none; }

/*** PAGE LISTE ARTISTES / LISTE NEWS ***/
.main-header {
  position: relative;
  padding-top: 60px;
  padding-bottom: 46px; }
  .main-header .filters-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .main-header .filters-title .title {
      flex: 1 1 330px;
      color: #2d383a;
      font-size: 4rem;
      line-height: 4.5rem;
      text-transform: uppercase;
      font-weight: bold;
      padding-bottom: 0;
      margin-bottom: 0; }
    .main-header .filters-title .filters {
      flex: 1 1 553px;
      padding-top: 12px;
      /*.only {
				padding: 0;
				border: 0;
			}*/ }
      .main-header .filters-title .filters form div {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
      .main-header .filters-title .filters label {
        margin-bottom: 0; }
      .main-header .filters-title .filters .title-filter {
        font-size: 1.3rem;
        line-height: 1.5rem;
        color: #a6a6a6;
        margin-right: 16px; }
      .main-header .filters-title .filters .filter-lang {
        display: flex;
        border-right: 1px solid #a6a6a6;
        /*padding: 4px 24px 4px 0;*/
        padding: 4px 129px 3px 0;
        position: relative;
        min-height: 22px; }
        .main-header .filters-title .filters .filter-lang .liste_deroulante {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 4000;
          padding: 0;
          margin: 0;
          list-style-type: none;
          width: 113px;
          color: #161f21;
          font-size: 1.3rem;
          line-height: 1.5rem;
          background: url(/media/img/2020/arrow-bottom.png) right 10px no-repeat white;
          height: 25px;
          overflow: hidden;
          margin-right: 24px; }
          .main-header .filters-title .filters .filter-lang .liste_deroulante > li:first-child {
            font-weight: bold; }
          .main-header .filters-title .filters .filter-lang .liste_deroulante:hover {
            height: auto; }
        .main-header .filters-title .filters .filter-lang a:hover {
          text-decoration: none; }
          .main-header .filters-title .filters .filter-lang a:hover li {
            background-color: #e6e6e6; }
        .main-header .filters-title .filters .filter-lang .liste_deroulante li {
          padding: 4px 8px;
          color: #161f21; }
          .main-header .filters-title .filters .filter-lang .liste_deroulante li img {
            vertical-align: top;
            margin-right: 5px; }
        .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-les, .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-langues {
          display: none; }
      .main-header .filters-title .filters .filter-sort {
        padding: 4px 33px 3px 34px;
        border-right: 1px solid #a6a6a6;
        line-height: 1.5rem; }
        .main-header .filters-title .filters .filter-sort label {
          text-transform: uppercase;
          color: #a6a6a6;
          cursor: pointer;
          position: relative;
          font-size: 1.3rem; }
        .main-header .filters-title .filters .filter-sort label:first-of-type {
          margin-right: 20px; }
        .main-header .filters-title .filters .filter-sort input {
          visibility: hidden;
          position: absolute; }
        .main-header .filters-title .filters .filter-sort input:checked + span {
          color: #2d383a;
          font-weight: bold; }
      .main-header .filters-title .filters .bt-search {
        margin-left: 24px; }
      .main-header .filters-title .filters .filter-search {
        display: none;
        position: relative;
        bottom: 30px;
        margin-right: 45px;
        margin-bottom: -30px;
        /* -22px */
        z-index: 5000;
        padding-left: 20px; }
        .main-header .filters-title .filters .filter-search input {
          width: 100%;
          height: 31px;
          font-size: 1.5rem;
          border: 0;
          border-bottom: 1px solid #a6a6a6;
          outline: none; }
    .main-header .filters-title.small-filters .title {
      flex: 1 1 410px; }
    .main-header .filters-title.small-filters .filters {
      flex: 1 1 240px; }
    .main-header .filters-title.small-filters .filter-sort {
      padding-left: 0; }
  .main-header:after {
    content: '';
    width: 59px;
    height: 1px;
    background-color: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 0; }

html .news-header .filters-title .title {
  flex: 1 1 210px; }

html .news-header .filters-title .filters .filter-sort {
  padding: 4px 0 2px 0;
  border-right: 0; }

html .news-header .filters-title .filters label {
  margin-right: 10px;
  font-size: 1.3rem; }
  html .news-header .filters-title .filters label input {
    margin-right: 3px; }

.artists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  grid-gap: 26px 30px;
  padding-bottom: 67px; }
  .artists-grid .artist-entry .photo {
    height: 264px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .artists-grid .artist-entry .infos {
    display: flex; }
    .artists-grid .artist-entry .infos .name {
      flex: 1 0 63.25%;
      text-transform: uppercase;
      font-size: 1.4rem;
      line-height: 1.4rem;
      padding-top: 15px; }
      .artists-grid .artist-entry .infos .name a, .artists-grid .artist-entry .infos .name a:hover {
        text-decoration: none;
        color: #a6a6a6; }
      .artists-grid .artist-entry .infos .name a span {
        display: block;
        color: #2d383a;
        font-weight: bold; }
    .artists-grid .artist-entry .infos .icons {
      font-size: 0;
      flex: 1 0 36.75%;
      text-align: right;
      padding-top: 16px; }
      .artists-grid .artist-entry .infos .icons img {
        margin-left: 5px;
        margin-bottom: 5px; }

.artists-grid.list {
  grid-gap: 10px;
  margin-top: 30px; }
  .artists-grid.list a {
    color: #2d383a;
    font-size: 1.4rem; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 30px 0;
  margin-bottom: 67px; }
  .news-grid .news-entry {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .news-grid .news-entry .photo {
      flex: 0 0 160px;
      height: 200px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 30px; }
    .news-grid .news-entry .infos {
      flex: 1 1 100px;
      padding-right: 30px; }
      .news-grid .news-entry .infos .category {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
        color: #a6a6a6;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .news-grid .news-entry .infos .date {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #a6a6a6;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .news-grid .news-entry .infos .title {
        font-size: 1.6rem;
        line-height: 1.8rem;
        color: #161f21;
        /*margin-bottom: 8px;*/
        margin-bottom: 30px;
        /*display: grid;*/
        align-items: center;
        /*height: 133px;*/
        height: auto; }
        .news-grid .news-entry .infos .title p, .news-grid .news-entry .infos .title span, .news-grid .news-entry .infos .title strong {
          font-size: 1.6rem !important;
          line-height: 1.8rem !important;
          font-family: sans-serif !important; }
        .news-grid .news-entry .infos .title a {
          color: #161f21; }
      .news-grid .news-entry .infos .link a {
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #a6a6a6;
        text-decoration: none;
        position: relative;
        padding: 5px 0;
        display: inline-block; }
        .news-grid .news-entry .infos .link a span {
          text-transform: uppercase; }
        .news-grid .news-entry .infos .link a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -1px;
          height: 1px;
          width: 56px;
          background-color: #a6a6a6;
          transition: 0.15s ease; }

/*** PAGE FICHE ARTISTE ***/
.artist-header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 55px; }
  .artist-header .title {
    font-size: 6rem;
    line-height: 6.5rem;
    color: #a6a6a6;
    text-transform: uppercase;
    margin: 59px 0 4px 0;
    font-weight: 300; }
    .artist-header .title strong {
      font-weight: 700; }
  .artist-header .subtitle {
    font-size: 2rem;
    line-height: 2.4rem;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }
    .artist-header .subtitle a {
      color: black; }
  .artist-header:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 0; }

.artist-content .link-download-pdf a, .artist-content .link-download-pdf a:hover {
  line-height: 1.8rem;
  margin-bottom: 28px; }
  .artist-content .link-download-pdf a .icon-pdf, .artist-content .link-download-pdf a:hover .icon-pdf {
    font-size: 3.4rem;
    top: 0; }
  .artist-content .link-download-pdf a strong, .artist-content .link-download-pdf a:hover strong {
    font-size: 1.9rem; }

.artist-content .artist-medias {
  margin-bottom: 60px; }
  .artist-content .artist-medias .main-picture {
    width: 100%;
    margin-bottom: 30px; }
  .artist-content .artist-medias .video {
    position: relative;
    margin-bottom: 30px; }
    .artist-content .artist-medias .video:after {
      content: '';
      background: url(/media/img/2020/ic-play-grey.png) center center no-repeat;
      width: 66px;
      height: 66px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -33px;
      margin-left: -33px; }
  .artist-content .artist-medias .container-videos {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 30px; }
    .artist-content .artist-medias .container-videos .container-link-video {
      position: relative;
      padding-bottom: 11px; }
      .artist-content .artist-medias .container-videos .container-link-video .link-video {
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        color: #a6a6a6;
        padding-bottom: 5px; }
        .artist-content .artist-medias .container-videos .container-link-video .link-video strong {
          color: #2d383a; }
        .artist-content .artist-medias .container-videos .container-link-video .link-video:hover {
          text-decoration: none; }
      .artist-content .artist-medias .container-videos .container-link-video:after {
        position: absolute;
        content: '';
        background-color: #a6a6a6;
        width: 35px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
  .artist-content .artist-medias .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-gap: 30px; }
    .artist-content .artist-medias .gallery .picture {
      width: 100%;
      height: 273px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .artist-content .artist-medias .link-more a {
    display: none;
    border-top: 1px solid #2d383a;
    border-bottom: 1px solid #2d383a;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #2d383a; }
  .artist-content .artist-medias .link-more a:hover {
    text-decoration: none; }

.artist-content .artist-resume {
  font-size: 1.5rem;
  line-height: 1.8rem; }
  .artist-content .artist-resume .discipline {
    margin-bottom: 27px; }
    .artist-content .artist-resume .discipline .title {
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: bold;
      color: #a6a6a6;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 11px;
      margin-bottom: 20px; }
      .artist-content .artist-resume .discipline .title:after {
        content: '';
        background-color: #a6a6a6;
        width: 35px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .artist-content .artist-resume .discipline .flag {
      margin-right: 11px;
      vertical-align: top; }
    .artist-content .artist-resume .discipline ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .artist-content .artist-resume .discipline ul li {
        margin-bottom: 10px; }
        .artist-content .artist-resume .discipline ul li:last-child {
          margin-bottom: 0; }
  .artist-content .artist-resume .various {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px; }
  .artist-content .artist-resume .experiences .discipline {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
    padding-bottom: 45px; }
    .artist-content .artist-resume .experiences .discipline .title {
      font-size: 3rem;
      line-height: 3.5rem;
      padding-bottom: 15px; }
      .artist-content .artist-resume .experiences .discipline .title:after {
        width: 56px; }
    .artist-content .artist-resume .experiences .discipline .entries .entry {
      display: flex; }
      .artist-content .artist-resume .experiences .discipline .entries .entry .year {
        flex: 0 0 57px;
        color: #a6a6a6;
        padding-right: 24px; }
      .artist-content .artist-resume .experiences .discipline .entries .entry .description {
        flex: 1 1 auto; }
        .artist-content .artist-resume .experiences .discipline .entries .entry .description em {
          text-transform: initial; }
    .artist-content .artist-resume .experiences .discipline:last-child {
      border: 0;
      margin-bottom: 15px; }

.container-video {
  padding: 30px;
  margin: 0 auto;
  color: #2d383a;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center; }
  .container-video a {
    color: #2d383a; }
  .container-video p {
    text-align: left;
    margin-top: 10px; }

/*** PAGE AGENTS ***/
.grid-agents {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 0; }

/*** MEDIA QUERIES ***/
@media screen and (max-width: 1700px) {
  main {
    padding-left: 288px; } }

@media screen and (max-width: 1220px) {
  main {
    padding-left: 0;
    min-height: initial; }
  .sidebar {
    position: static;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 25px 15px;
    align-items: center; }
    .sidebar .bt-menu-mobile {
      display: inline-block; }
    .sidebar .sidebar-logo {
      margin: 0;
      width: 120px; }
    .sidebar .sidebar-menu {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      width: 100%;
      padding: 15px; }
      .sidebar .sidebar-menu .sidebar-title {
        padding: 9px 0 7px 0;
        border: 0;
        margin-bottom: 2px; }
      .sidebar .sidebar-menu .bt-close-menu-mobile {
        display: inline-block; }
      .sidebar .sidebar-menu > a {
        padding: 5px 0;
        margin: 5px 0; }
      .sidebar .sidebar-menu > a:after {
        display: none; }
      .sidebar .sidebar-menu > a:before {
        display: none; }
      .sidebar .sidebar-menu .big {
        padding: 5px 0;
        margin-top: 7px; }
      .sidebar .sidebar-menu .langs {
        margin-top: 14px; }
        .sidebar .sidebar-menu .langs a {
          padding: 5px 0; } }
  @media screen and (max-width: 1220px) and (max-height: 431px) {
    .sidebar .sidebar-menu {
      overflow-y: scroll; } }

@media screen and (max-width: 1220px) {
  .main-header {
    padding-top: 30px; }
  .home-content {
    text-align: center; }
    .home-content .logo {
      display: none; }
    .home-content .pictures div {
      height: 300px; }
  .news-grid .news-entry .infos .link a::after {
    display: none; } }

@media screen and (min-width: 1221px) {
  .desktopHide {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .artist-header .title {
    font-size: 4rem;
    line-height: 4.5rem; }
  .artist-content .artist-medias .link-more a {
    display: block; }
  .artist-content .artist-medias .gallery {
    display: none; } }

@media screen and (max-width: 600px) {
  .main-header .filters-title .filters {
    padding-top: 20px; }
    .main-header .filters-title .filters .title-filter {
      display: none; }
    .main-header .filters-title .filters .filter-lang {
      padding: 4px 15px 4px 0; }
      .main-header .filters-title .filters .filter-lang .liste_deroulante {
        width: 165px; }
        .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-les, .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-langues {
          display: inline; }
    .main-header .filters-title .filters .filter-sort {
      padding: 4px 15px 2px 15px; }
    .main-header .filters-title .filters .bt-search {
      margin-left: 15px; }
  .main-header:after {
    display: none; }
  .news-header {
    padding-bottom: 0px; }
    .news-header .filters-title .filters .title-filter {
      display: inline; }
  .home-content nav ul li {
    padding-right: 15px; }
    .home-content nav ul li .span-les {
      display: none; }
  .home-content nav ul li:nth-child(3) {
    display: none; }
  .home-content nav ul li:nth-child(4) {
    grid-column: span 2;
    padding-right: 0; }
    .home-content .pictures > div {
      width: 33.333333333333333333333%;
    }
    .home-content .pictures > div:last-child {
      display: none; }
  .home-content .social a {
    margin: 0 25px 64px 25px; }
  .news-grid .news-entry .photo {
    flex: 0 0 100px;
    height: 124px;
    margin-right: 15px; }
  .news-grid .news-entry .infos .title {
    height: auto; } }

@media screen and (max-width: 400px) {
  .news-grid {
    grid-template-columns: 1fr; }
    .news-grid .news-entry .infos {
      padding-right: 0; } }

@media screen and (max-width: 360px) {
  .main-header .filters-title .filters .filter-lang .liste_deroulante {
    width: 85px; }
    .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-les, .main-header .filters-title .filters .filter-lang .liste_deroulante li .span-toutes {
      display: none; }
  .link-download-pdf a, .link-download-pdf a:hover {
    font-size: 1.5rem; } }
