<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: iDizJoAndCo
Author: iDizBox
Author URI: http://idizbox.com/
Version: 1.00
Text Domain: idizbootstrap3
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Josefin Sans', sans-serif;
    color: #252223;
    width: 100vw;
    overflow-x: hidden;
}

::selection {
    background-color: #f22415;
    color: #FFFFFF;    
}
::-moz-selection {
    background-color: #f22415;
    color: #FFFFFF;    
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/********************************************/
/********************************************/
/******************* NAVBAR *****************/ 
/********************************************/
/********************************************/

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    padding: 0 60px;
}

.navbar-joandco {
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
}

.navbar-nav&gt;li&gt;a {
    margin-top: 45px;
    margin-bottom: 45px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0 15px;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #252223;
    font-weight: 900;
/*    font-size: 18px;*/
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-default .navbar-nav&gt;li.social_follow&gt;a {
    font-size: 15px;
}

img.logo-nav {
    height: 80px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar-brand {
    height: 80px;
    padding: 0;
    margin: 15px 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;    
}

nav.navbar.scrolled img.logo-nav, nav.navbar.scrolled .navbar-brand {
    height: 50px;
}

nav.navbar.scrolled .navbar-nav&gt;li&gt;a {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #512724;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: inherit;
    background-color: transparent;
}

.navbar-default .navbar-nav&gt;.nav-active&gt;a, .navbar-default .navbar-nav&gt;.nav-active&gt;a:focus, .navbar-default .navbar-nav&gt;.nav-active&gt;a:hover {
    background-color: transparent;
    position: relative;
}

.navbar-default .navbar-nav&gt;.menu-item&gt;a:after {
    content: "";
    background-color: #f22416;
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;   
}

.navbar-default .navbar-nav&gt;.nav-active&gt;a:after, .navbar-default .navbar-nav&gt;li&gt;a:hover:after {
    width: 24px;
}

.navbar-default .navbar-nav&gt;li.social_follow&gt;a:hover:after {
    width: 0;
}

.navbar-default .navbar-nav&gt;li.social_follow&gt;a:hover {
    color: #f22416;
}

nav.navbar.scrolled {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.scrolline{
    height: 3px;
    margin-bottom: -2px;
    background: #f22416;
    width: 0%;
    left: 0;
    position: absolute;    
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
    height: 100vh;
}

li.social_follow {
    display: inline-block;
}

.dropdown-menu&gt;.active&gt;a {
    background-color: transparent;
    color: inherit;
}

.dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover {
    background-color: #f22517;
}

.dropdown-menu&gt;li&gt;a {
    text-transform: uppercase;
}

ul.dropdown-menu {
    padding: 0;
}

/********************************************/
/********************************************/
/******************* GLOBAL *****************/ 
/********************************************/
/********************************************/

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #252223;
}

:focus {
    outline: 0!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DEDEDE;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DEDEDE;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #DEDEDE;
}

.mobile_only {
    display:none!important;
}

#contenu_page {
    padding-top: 110px;
}

.padding-70 {
    padding: 70px 0;
}

.bgc_gris {
    background-color: #F8F8F8;
}

h1 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

h1.joco {
    margin-bottom: 70px;
}

h1.joco::after {
    content: "";
    background-image: url(img/joandco.png);
    position: absolute;
    top: -10px;
    width: 115px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    opacity: 0.05;
}

h2.label_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

h3 {
    padding: 0;
    margin: 0;
}

section {
    position:relative;
}

.btn_contour, a.btn_contour {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f22416;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #f22416;
    background-color: transparent;    
    padding: 8px 30px;
    border-radius: 60px;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn_contour:hover {
    color: #FFFFFF;
    background-color: #f22416;
    text-decoration: none;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.row-eq-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized .slick-slide {
    display: block;
    cursor: -webkit-grab;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 46%;
    z-index: 100;
    display: block;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: transparent;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #f22416;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.slick-next {
    right: 5%;
    transform: translate(50px,-50%);
}

.slick-prev {
    left: 5%;
    transform: translate(-50px,-50%);
}

.slick-prev:before, .slick-next:before {
    font-family: 'simple-line-icons';
    font-size: 20px;
    line-height: 60px;
    position: relative;
    color: #f22416;
}

.slick-prev:before {
    content: '\e605';
}

.slick-next:before {
    content: '\e606';
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.slick-prev:hover, .slick-next:hover {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

/********************************************/
/********************************************/
/******************* HOME *******************/ 
/********************************************/
/********************************************/

/* SLIDER MISES EN AVANT */ 

#slider_mea_car {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#slider_mea_car.slick-initialized { opacity: 1; visibility: visible;}

.slider_mea_post {
    margin: 0 30px;
/*    opacity: 0.25;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.slick-active.slick-center .slider_mea_postimg {
    opacity: 1;  
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;    
}

.slider_mea_postimg {
/*    height: 50vh;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    opacity: 0.25;
}

.slider_mea_posttitre {
    font-weight: 300;
    font-size: 18px;
    margin-top: 15px;
    opacity: 0;
    color: #252223;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;    
}

.slick-active.slick-center .slider_mea_posttitre {
    opacity: 1;
}

.slider_mea_posttitre span {
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}

.slider_mea_posttitre span::after {
    content: "";
    background-color: #f22416;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.slider_mea_post:hover .slider_mea_posttitre span::after {
    width: 80%;
}

/* ACTUALITES */ 

#actualites .jocoexplo img {
    position: absolute;
    right: -20%;
    top: 5%;
    height: 400px;
    z-index: -1;
    opacity: 0.3;
}

.actu_solo {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    position: relative;
}

.actu_solo:hover {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}

.actualites_row {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.actu_solocontenu {
    background-color: #FFFFFF;
    padding: 15px;    
}

.actu_soloartiste {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.actu_soloartiste::after {
    content: "";
    background-color: #f22416;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.actu_solo:hover .actu_soloartiste:after {
    width: 80%;
}

.actu_solo .actu_soloimg img {
    transform: scale(1) perspective(1px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;    
}

.actu_solo:hover .actu_soloimg img {
    transform: scale(1.05) perspective(1px);
}

.actu_solotitre {
    font-size: 16px;
    font-weight: 300;
}

.details {
    padding-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;    
}

.actu_solodate {
    color: #C3C3C3;
    text-transform: uppercase;
}

.actu_solotexte {
    height: 0;
    overflow: hidden;
    padding: 15px 0;
    color: #868686;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;    
}

.actu_solotexte a {
    color: #f22517;
}

.actu_solocontenuexpand.active .actu_solotexte {
    height: auto;
    overflow: auto;
}

.actu_solotexte iframe {
    max-width: 100%;
    max-height: 200px;
    pointer-events: all;
    z-index: 9;
    position: relative;    
}

.actu_solocontenuexpand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: height 0.5s;
}

.actu_solocontenuexpand.active {
    height: 100%!important;
}

.actu_solopm {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f22416;
    text-transform: uppercase;
    float: right;    
    cursor: pointer;    
}

.actu_solocontenuexpand .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #FFFFFF;
}

.plus_actu {
    display: inline-block;
}

/* ARTISTES */ 

section#artistes {
    overflow: hidden;
}

#artistes .container {
    z-index: 2;
    position: relative;    
}

#artistes .jocoexplo_left img, #artistes .jocoexplo_right img {
    position: absolute;
    height: 400px;
    z-index: 1;
    opacity: 0.3;
}

#artistes .jocoexplo_left img {
    left: -20%;
    top: 10%;
}

#artistes .jocoexplo_right img {
    right: -30%;
    bottom: 15%;
}

/*
.bloc_artiste.v1 {
    background: blue;
}
.bloc_artiste.v2 {
    background: pink;
}
.bloc_artiste.v3 {
    background: green;
}
.bloc_artiste.v4 {
    background: red;
}
*/

.bloc_artiste {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;    
    margin-bottom: 30px;   
    opacity: 0.25;
    display: none; /* EDIT 0705 */
}

.bloc_artiste.active {
    opacity: 1;
    display: block; /* EDIT 0705 */
}

.bloc_artiste.active.notransform {
    transform: none!important;
}

.bloc_artiste:hover .artiste_photo {
    transform: scale(1.05) perspective(1px);
}

.artiste_photo_container {
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-transition: all 0.2s ease-out;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.fitre_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

img.fitre_logo_img {
    height: 30%;
    min-height: 39px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.bloc_artiste:hover .fitre_logo {
    opacity: 1;
}

.artiste_photo {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;  
}

.artiste_nom {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
    color: #252223;
    display: inline-block;    
}

.artiste_nom::after {
    content: "";
    background-color: #f22416;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;  
}

.bloc_artiste:hover .artiste_nom::after {
    width: 80%;
}

.tri_labartistes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tri_labartistes ul li {
    display: inline-block;
    color: #f22416;
    padding: 5px 20px;
    border: 1px solid #f22416;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
}

.tri_labartistes ul li.active, .tri_labartistes ul li:hover {
    background-color: #f22416;
    color: #FFFFFF;
}

/* PLAYLISTS */ 

.player_youtube, .player_soundsgood {
    margin: 0 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.player_youtube .player_playlistsolo, .player_soundsgood .player_playlistsolo, .player_youtube .video_titre, .player_soundsgood .video_titre {
    opacity: 0.25;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.player_youtube.slick-active.slick-center .player_playlistsolo, .player_soundsgood.slick-active.slick-center .player_playlistsolo {
    opacity: 1;
    cursor: pointer;
}

.player_youtube.slick-active.slick-center .video_titre, .player_soundsgood.slick-active.slick-center .video_titre {
    opacity: 1;
}

.player_playlistsolo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.video_titre {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
}

.video_titre::after {
    content: "";
    background-color: #f22416;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.player_youtube:hover .video_titre:after, .player_soundsgood:hover .video_titre:after {
    width: 60px;
}

.player_youtube_play, .player_soundsgood_play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.11);
    z-index: 111;
    color: #FFFFFF;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.play_icon {
    background-color: rgb(255, 255, 255);
    color: #1c1a1d;
    font-size: 28px;
    padding: 26px;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.player_youtube_play:hover .play_icon, .player_soundsgood_play:hover .play_icon {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.slick-active.slick-center .player_youtube_play, .slick-active.slick-center .player_soundsgood_play {
    pointer-events: all;
    opacity: 1;
}

/* CONTACT */

#contact {
    overflow: hidden;
}

#contact .jocoexplo img {
    position: absolute;
    left: -30%;
    top: 5%;
    height: 400px;
    z-index: 1;
    opacity: 0.3;
}

#contact .container {
    z-index: 2;
    position: relative;    
}

.contact_form {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    background-color: #FFFFFF;
}

.contact_form h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.contact_form h2::after {
    content: "";
    background-color: #f22416;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.contact_bloc strong {
    font-size: 18px;
}

.contact_bloc p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
}

.contact_bloc input[type="email"], .contact_bloc input[type="text"], .contact_bloc textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
}

p.contact_joandco_merci {
    display: none;
    padding: 15px;
}

input.contact_envoyer {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/********************************************/
/********************************************/
/****************** ARTISTE *****************/ 
/********************************************/
/********************************************/

#artiste_solo {
    position: relative;
}

#artiste_solo .container {
    z-index: 1;
    position: relative;
}

.artiste_solo_headerimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.04;
}

.artiste_solo_mea {
    padding-top: 40px;
}

.artiste_soloheader_cover img {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    overflow: hidden;
}

.artiste_solo_description {
    display: flex;
    align-items: center;
    justify-content: left;
}

.artiste_solo_description p {
    font-size: 24px;
    font-weight: 300;
}

a.btn_linkfire {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f22416;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #f22416;
    padding: 8px 30px;
    border-radius: 60px;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.btn_linkfire:hover {
    color: #FFFFFF;
    background-color: #f22416;
    text-decoration: none;
}

.artiste_soloheader_social a {
    color: inherit;
}

.artiste_soloheader_social a:hover {
    color: #f22416;
}

#artiste_solo_bio {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.artiste_solo_nom {
    position: relative;
}

.artiste_solo_nom::after {
    content: "";
    background-color: #f22416;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: 0;
}

#artiste_solo_videos .artiste_solo_nom {
    margin-bottom: 70px;
}

a.artiste_soloheader_socialsite {
    font-family: 'Roboto Condensed', sans-serif;
    color: inherit;
    border: 1px solid #252223;
    padding: 5px 15px;
    border-radius: 30px;
}

a.artiste_soloheader_socialsite:hover {
    background-color: #f22416;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #f22416;
}

.artiste_soloheader_social i {
    padding: 0 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.artiste_soloheader_social i:last-of-type {
  padding-right: 0;
}

.tousnosartistes_soloart {
    margin: 0 15px;
    opacity: 0.2;
    pointer-events: none;
}

.tousnosartistes_soloart.slick-active {
    opacity: 0.8;
    pointer-events: all;
}

.tousnosartistes_soloart .artiste_nom {
    opacity: 0;
}

.tousnosartistes_soloart.slick-active:hover {
    opacity: 1;
}

.tousnosartistes_soloart:hover .artiste_nom {
    opacity: 1;
}

.tousnosartistes_soloart a {
    color: inherit;
    text-decoration: none;
}

/********************************************/
/********************************************/
/******************* EQUIPE *****************/ 
/********************************************/
/********************************************/

.membre_image img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    opacity: 0.8;
}

.membre_nom {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
}

.membre_nom::after {
    content: "";
    background-color: #f22416;
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;  
}

.membre_solo:hover .membre_nom::after {
    width: 50%;
}

.membre_poste {
    font-size: 14px;
    font-weight: 300;
}

/********************************************/
/********************************************/
/******************* FOOTER *****************/ 
/********************************************/
/********************************************/

footer {
    border-bottom: 3px solid #f22416;
}

.single-artiste footer {
    background-color: #f8f8f8;
}

.joandco_contacts {
    padding-top: 70px;
    padding-bottom: 50px;
}

footer .joandco_contacts h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.joandco_contacts p {
    font-weight: 300;
}

.joandco_contacts a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.joandco_contacts a:hover {
    color: #f22416;
}

p.copyrights {
    font-family: 'Roboto Condensed', sans-serif;
    color: #A2A2A2;
    font-size: 10px;
    font-weight: 300;
}

#contenu_page.page404 {
    padding-top: 180px;
}

/********************************************/
/********************************************/
/************** MEDIA QUERIES ***************/ 
/********************************************/
/********************************************/

@media screen and (max-width: 768px) {
    
    .desktop_only {
        display:none!important;
    }
    
    .mobile_only {
        display:block!important;
    }
    
    .navbar-default {
        padding: 0;
    }
    
    .navbar-toggle {
        margin-top: 24px;
        margin-bottom: 24px;
    }    
    
    .navbar-brand, img.logo-nav {
        height: 50px;
    }    
    
    #contenu_page {
        padding-top: 80px;
    }    
    
    .slider_mea_post, .player_youtube, .player_soundsgood {
        margin: 0 5px;
    }

    #actualites .row {
        display: block;
        margin-bottom: 0;
    }    
    
    .tri_labartistes ul li {
        padding: 5px 15px;
    }    
    
    .row-eq-height {
        display: block;
    }    
    
    .slick-prev, .slick-next {
        display:none!important;
    }
    
    .slider_mea_posttitre {
        font-size: 16px;
    }
    
    .actu_solo {
        margin-bottom: 15px;
    }
    
    .tri_labartistes {
        text-align: left;
        margin-bottom: 30px;    
    }
    
    .jocoexplo img, .jocoexplo_left img, .jocoexplo_right img {
        display:none;
    }
    
    .contact_form {
        margin-top: 30px;
    }
    
    .artiste_soloheader_social {
        text-align: left;
        margin-top: 30px;
    }
    
    .artiste_solo_description p {
        font-size: 20px;
    }
    
    .tousnosartistes_soloart .artiste_nom {
        opacity: 1;
    }
    
    
}</pre></body></html>