/*-----------------------------------------------------------------------------------
	MS_EntreDeux_WEB_15
	About: A shiny new Blocs website.
	Author: Yan Stive
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CatfishPress-Regular';
	src: url('./fonts/CatfishPress-Regular/CatfishPress-Regular.woff2');
	src: url('./fonts/CatfishPress-Regular/CatfishPress-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AmericanTypewriter-Medium';
	src: url('./fonts/AmericanTypewriter-Medium/AmeriTypMed.woff2');
	src: url('./fonts/AmericanTypewriter-Medium/AmeriTypMed.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'AmericanTypewriter-Bold';
	src: url('./fonts/AmericanTypewriter-Bold/AmeriTypBol.woff2');
	src: url('./fonts/AmericanTypewriter-Bold/AmeriTypBol.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgba(0, 0, 0, 0.78);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}




.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.heading_ms_1{
	font-family:"CatfishPress-Regular";
	font-size:80px;
	color:#000000!important;
	font-weight:bold;
}
.paragraph_ms_1{
	font-size:20px;
	color:#000000!important;
	font-family:"AmericanTypewriter-Medium";
	font-weight:normal;
}
.links{
	font-size:36px;
	font-weight:normal;
	text-transform:none;
	font-family:"CircularStd-Book";
	color:#000000!important;
}
.links:hover{
	font-size:36px;
	color:#4C4D4C!important;
	font-family:"CatfishPress-Regular";
}
.links:active{
	font-size:24px;
	color:#FFFEFE!important;
}
.menu{
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	text-shadow:0px 0px 0px #000000;
}
.button_mail{
	font-family:"CatfishPress-Regular";
	font-size:48px;
	color:#13FF0B!important;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	text-shadow:0px 0px 0px #000000;
	background-color:transparent;
	text-align:center;
}
.nav-toggle-white{
	box-shadow:0px 0px 0px #000000;
}
.logo{
	font-size:36px;
	font-family:"CatfishPress-Regular";
	color:#000000!important;
	font-weight:normal;
}
.nav-header{
	background-color:#24A335;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.sticky-nav.sticky{
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	background-color:rgba(0,0,0,0.80);
	padding-top:20px;
	padding-bottom:20px;
}
.link_ms{
	font-family:"CatfishPress-Regular";
	font-size:36px;
	font-weight:normal;
	color:#000000!important;
}
.link_ms:hover{
	color:#95E9AC!important;
	font-size:36px;
	font-family:"CatfishPress-Regular";
	font-weight:normal;
}
.titre_chanson{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:100px;
	text-align:center;
}
.img-17-style{
	width:598px;
}
.titre-chanson-2{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:60px;
	text-align:center;
}
.album{
	box-shadow:0px 0px 5px #000000;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.buton_spotify{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Spotify_GreenBlue-2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
	filter:blur(0px);
}
.buton_spotify:hover{
	background-image:url("img/Icon_Spotify_black-2.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton_spotify:active{
	background-color:transparent;
	background-image:url("img/Icon_Spotify_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_AppleMusic_GreenBlue-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic:hover{
	background-image:url("img/Icon_AppleMusic_black.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-applemusic:active{
	background-color:transparent;
	background-image:url("img/Icon_AppleMusic_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Deezer_GreenBlue-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer:hover{
	background-image:url("img/Icon_Deezer_black.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-deezer:active{
	background-color:transparent;
	background-image:url("img/Icon_Deezer_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Amazon_GreenBlue-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic:hover{
	background-image:url("img/Icon_Amazon_black-1.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-amazonmusic:active{
	background-color:transparent;
	background-image:url("img/Icon_Amazon_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_YouTube_GreenBLue-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic:hover{
	background-image:url("img/Icon_YouTube_black.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-youtubemusic:active{
	background-color:transparent;
	background-image:url("img/Icon_YouTube_GreenBLue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.titre_header{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:36px;
	text-align:center;
}
.icon_footer{
	margin-right:15px;
	margin-left:15px;
	background-color:transparent;
	color:#000000!important;
	background-repeat:no-repeat;
}
.icon_footer:hover{
	color:#95E9AB!important;
	background-repeat:no-repeat;
}
.icon_footer:active{
	color:#95E9AC!important;
	background-repeat:no-repeat;
	background-position:center center;
}
.link-ms-2{
	font-family:"CatfishPress-Regular";
	font-size:36px;
	font-weight:normal;
	color:#3DAC35!important;
}
.link-ms-2:hover{
	color:#3E7D35!important;
	font-size:36px;
	font-family:"CatfishPress-Regular";
	font-weight:normal;
}
.link-ms-2:active{
	color:#95E9AC!important;
}
.paroles{
	font-family:"AmericanTypewriter-Medium";
	font-size:20px;
	color:#000000!important;
}
.titre-chanson-3{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:60px;
	text-align:left;
}
.paroles-2{
	font-family:"AmericanTypewriter-Medium";
	font-size:16px;
	color:#000000!important;
	text-align:left;
}
.btn-style{
	width:23.05%;
}
.card-header-color{
	color:#ffffff;
}
.buton-modal{
	font-family:"AmericanTypewriter-Medium";
	font-weight:bold;
	color:#45DB55!important;
	background-color:#000000;
}
.titre_chanson_4{
	font-family:"CatfishPress-Regular";
	font-size:120px;
	color:#000000!important;
	text-align:center;
}
.buton-modal-2{
	font-family:"AmericanTypewriter-Medium";
	font-weight:bold;
	color:#000000!important;
	background-color:rgba(0,0,0,0.30);
	border-style:none;
	background-repeat:no-repeat;
	background-position:center center;
	border-color:#000000!important;
	border-width:1px 1px 1px 1px;
}
.divider_modal{
	margin-top:-30px;
	border-style:none;
}
.titre-chanson-80{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:80px;
	text-align:center;
	margin-top:50px;
	margin-bottom:0px;
}
.titre-chanson-80-gauche{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:80px;
	text-align:left;
}
.h5-encore-déjà-style{
	width:100%;
}
.buton-modal:hover{
	background-color:rgba(0,0,0,0.65);
	color:#45DB55!important;
}
.close{
	background-color:transparent;
	color:#000000!important;
	text-shadow:0px 0px 0px #000000;
	padding:10px 10px 10px 10px;
}
.close:hover{
	color:#000000!important;
}
.close:active{
	color:#000000!important;
}
.close-modal{
	background-color:transparent;
	color:#000000!important;
	text-shadow:0px 0px 0px #000000;
	padding:10px 10px 10px 10px;
}
.close-modal:hover{
	color:#000000!important;
	font-weight:normal;
	text-shadow:0px 0px 1px #000000;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.close-modal:active{
	color:#000000!important;
}
.titre_header:hover{
	color:#95E9AB!important;
	text-decoration:none;
}
.container-div-style{
	height:49px;
}
.buton-modal-2:hover{
	background-color:#000000;
	color:#95E9AB!important;
}
.titre-chanson-120{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:120px;
	text-align:center;
}
.column_ginger{
	;
}
.buton-modal-3{
	font-family:"AmericanTypewriter-Medium";
	font-weight:bold;
	color:rgba(69,219,85,0.45)!important;
	background-color:#000000;
}
.buton-modal-3:hover{
	background-color:rgba(0,0,0,0.65);
	color:#45DB55!important;
}
.buton-spotify-bottom-area{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Spotify_black-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-spotify-bottom-area:hover{
	background-image:url("img/Icon_Spotify_GreenBlue-2.png");
	background-color:transparent;
	background-size:38px 38px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-spotify-bottom-area:active{
	background-color:transparent;
	background-image:url("img/Icon_Spotify_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic-bottom-area{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_AppleMusic_black-2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic-bottom-area:hover{
	background-image:url("img/Icon_AppleMusic_GreenBlue-2.png");
	background-color:transparent;
	background-size:38px 38px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic-bottom-area:active{
	background-color:transparent;
	background-image:url("img/Icon_AppleMusic_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-bottom-area{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Deezer_black-2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-bottom-area:hover{
	background-image:url("img/Icon_Deezer_GreenBlue-2.png");
	background-color:transparent;
	background-size:38px 38px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-bottom-area:active{
	background-color:transparent;
	background-image:url("img/Icon_Deezer_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-light:hover{
	background-image:url("img/Icon_Deezer_GreenBlue-1.png");
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	width:40px;
	height:40px;
	background-size:38px 38px;
	background-repeat:no-repeat;
	background-position:center center;
}
.buton-amazonmusic-bottom-area{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Amazon_black-1.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic-bottom-area:hover{
	background-image:url("img/Icon_Amazon_GreenBlue-2.png");
	background-color:transparent;
	background-size:38px 38px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic-bottom-area:active{
	background-color:transparent;
	background-image:url("img/Icon_Amazon_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic-bottom-area{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_YouTube_black-2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic-bottom-area:hover{
	background-image:url("img/Icon_YouTube_GreenBLue-2.png");
	background-color:transparent;
	background-size:38px 38px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic-bottom-area:active{
	background-color:transparent;
	background-image:url("img/Icon_YouTube_GreenBLue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.image_encore{
	margin-top:80px;
}
.biographie{
	font-family:"AmericanTypewriter-Medium";
	font-size:18px;
	color:#3DAC35!important;
	text-align:left;
}
.titre-bio{
	color:#3EAC35!important;
	font-family:"CatfishPress-Regular";
	font-size:60px;
	text-align:left;
}
.sous-titre-bio{
	color:#3DAC35!important;
	font-family:"CatfishPress-Regular";
	font-size:60px;
	text-align:left;
}
.sous-titre-bio:hover{
	color:#95E9AB!important;
	text-decoration:none;
}
.nav-bar-header{
	background-color:rgba(0,0,0,0.81);
	box-shadow:0px 0px 16px rgba(0,0,0,0.00);
}
.nav-bar-header:hover{
	;
}
.header-link{
	color:#010088!important;
}
.header-link:hover{
	color:#B6AFA4!important;
}
.header-link:active{
	color:#E4E0DB!important;
}
.logo-light{
	font-size:36px;
	font-family:"CatfishPress-Regular";
	color:#3DAC35!important;
	font-weight:normal;
}
.biographie-2{
	font-family:"AmericanTypewriter-Medium";
	font-size:28px;
	color:#3DAC35!important;
	text-align:left;
}
.titre-chanson-150{
	color:#000000!important;
	font-family:"CatfishPress-Regular";
	font-size:150px;
	text-align:center;
}
.sous-titre-bio-2{
	color:#3DAC35!important;
	font-family:"CatfishPress-Regular";
	font-size:60px;
	text-align:center;
}
.sous-titre-bio-2:hover{
	color:#95E9AB!important;
	text-decoration:none;
}
.container-div-bloc-4-style{
	height:483px;
}
.header-titre-bio{
	font-size:60px;
	font-family:"CatfishPress-Regular";
	color:#3DAC35!important;
}
.icon-footer-light{
	margin-right:15px;
	margin-left:15px;
	background-color:transparent;
	color:#3DAC35!important;
	background-repeat:no-repeat;
}
.icon-footer-light:hover{
	color:#95E9AB!important;
	background-repeat:no-repeat;
}
.icon-footer-light:active{
	color:#95E9AC!important;
	background-repeat:no-repeat;
	background-position:center center;
}
.buton-spotify-light{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Spotify_Green2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-spotify-light:hover{
	background-image:url("img/Icon_Spotify_GreenBlue.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-spotify-light:active{
	background-color:transparent;
	background-image:url("img/Icon_Spotify_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.visuel-vert:hover{
	;
}
.buton-visuel-1{
	background-image:url("img/01_UnLongEte_Green2.png");
	background-size:162px 162px;
	width:165px;
	height:165px;
}
.buton-visuel-1:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	opacity:50;
}
.bio-padding{
	margin-top:50px;
	margin-bottom:50px;
}
.h1-style{
	font-family:"CatfishPress-Regular";
	font-size:80px;
}
.container-div-bio-et-visuels-style{
	height:20px;
}
.prev-lightbox, .next-lightbox{
	color:transparent!important;
	text-shadow:0px 0px 0px #000000;
	font-family:"AmericanTypewriter-Medium";
	font-size:30px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	background-color:transparent;
}
.h3-bloc-29-style{
	font-family:"CatfishPress-Regular";
	font-size:80px;
}
.h5-style{
	font-family:"CatfishPress-Regular";
	font-size:60px;
	line-height:px;
}
.h3-20-style{
	font-family:"CatfishPress-Regular";
	font-size:80px;
}
.biographie-3{
	font-family:"AmericanTypewriter-Medium";
	font-size:36px;
	color:#3DAC35!important;
	text-align:left;
}
.buton-applemusic-light{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_AppleMusic_Green2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-applemusic-light:hover{
	background-image:url("img/Icon_AppleMusic_GreenBlue-1.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-applemusic-light:active{
	background-color:transparent;
	background-image:url("img/Icon_AppleMusic_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-light{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Deezer_Green2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-deezer-light:active{
	background-color:transparent;
	background-image:url("img/Icon_Deezer_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic-light{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_Amazon_Green2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-amazonmusic-light:hover{
	background-image:url("img/Icon_Amazon_GreenBlue-1.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-amazonmusic-light:active{
	background-color:transparent;
	background-image:url("img/Icon_Amazon_GreenBlue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic-light{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(255,38,0,0.00);
	background-image:url("img/Icon_YouTube_Green2.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:40px;
	background-color:transparent;
	margin-right:15px;
	margin-left:15px;
}
.buton-youtubemusic-light:hover{
	background-image:url("img/Icon_YouTube_GreenBLue-1.png");
	background-color:transparent;
	background-size:40px 40px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
	background-position:center center;
}
.buton-youtubemusic-light:active{
	background-color:transparent;
	background-image:url("img/Icon_YouTube_GreenBLue-2.png");
	background-size:40px 40px;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	margin-right:15px;
	margin-left:15px;
}
.container-div-bloc-30-style{
	height:358px;
}
.p-style{
	font-family:"AmericanTypewriter-Medium";
}
.logo-header{
	width:15%;
}
.label-intro{
	font-family:"CircularStd-Book";
	font-size:26px;
	color:#FEFFFE!important;
	text-align:center;
	letter-spacing:1px;
}
.credtits_paragraph{
	font-family:"AmericanTypewriter-Medium";
	font-size:20px;
	color:#3DAC35!important;
	overflow:visible;
	background-color:transparent;
	text-shadow:0px 2px 0px rgba(0,0,0,0.00);
	background-position:center center;
	background-repeat:no-repeat;
}
.credtits-paragraph-black{
	font-family:"AmericanTypewriter-Medium";
	font-size:16px;
	color:#000000!important;
}
.container-div-bloc-5-style{
	height:97px;
}
.p-bloc-6-style{
	width:84.84%;
}
.p-30-style{
	width:44.36%;
	margin-bottom:646px;
	margin-left:164px;
}
.credtits-paragraph-2{
	font-family:"AmericanTypewriter-Medium";
	font-size:16px;
	color:#3DAC35!important;
	margin-bottom:30%;
	overflow:visible;
	background-color:transparent;
	text-shadow:0px 2px 0px #000000;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/Biche_X3_LARGE.png");
	background-size:1200px 900px;
	padding:400px 400px 400px 400px;
}
.p-margin-top{
	margin-top:1px;
	margin-bottom:203px;
	width:93.61%;
}
.p-bloc-35-style{
	width:86.59%;
	margin-bottom:334px;
	margin-left:77px;
	margin-top:0px;
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.p-30-bloc-35-style{
	width:84.34%;
	margin-bottom:360px;
	margin-left:27px;
}
.credtits-paragraph-3{
	font-family:"AmericanTypewriter-Medium";
	font-size:20px;
	color:#3DAC35!important;
	overflow:visible;
	background-color:transparent;
	text-shadow:0px 2px 0px rgba(0,0,0,0.00);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:right;
}
.carousel-nav-controls{
	color:transparent!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.carousel-control-prev{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	overflow:visible;
	font-family:"AmericanTypewriter-Bold";
	font-size:0px;
	color:transparent!important;
}
.carousel-control-next{
	font-size:0px;
}
.close-special-menu .close-icon{
	color:#FF0000!important;
}
.titre-milieu{
	font-family:"CatfishPress-Regular";
	text-align:center;
	color:#000000!important;
	font-size:55px;
}
.biographie-4{
	font-family:"AmericanTypewriter-Medium";
	font-size:42px;
	color:#3DAC35!important;
	text-align:left;
}
.biographie-4-link-blue{
	font-family:"AmericanTypewriter-Medium";
	font-size:42px;
	color:#00ACFF!important;
	text-align:left;
	text-decoration:none;
}
.biographie-4-link-blue:hover{
	color:#14C0FF!important;
}
.container-div-margin-bottom{
	margin-bottom:10px;
	margin-top:-100px;
}
.bloc-margin-bottom{
	margin-bottom:60px;
}
.container-div-bloc-top-hero-style{
	margin-top:50px;
}
.titre-end-bio{
	font-family:"CatfishPress-Regular";
	color:#3DAC35!important;
	font-size:120px;
}
.icon-footer-album{
	margin-right:15px;
	margin-left:15px;
	background-color:transparent;
	color:transparent!important;
	background-repeat:no-repeat;
}
.icon-footer-album:hover{
	color:rgba(149,233,171,0.10)!important;
	background-repeat:no-repeat;
}
.icon-footer-album:active{
	color:#95E9AC!important;
	background-repeat:no-repeat;
	background-position:center center;
}
.icon-footer-light-album{
	margin-right:15px;
	margin-left:15px;
	background-color:transparent;
	color:#000000!important;
	background-repeat:no-repeat;
}
.icon-footer-light-album:hover{
	color:#383635!important;
	background-repeat:no-repeat;
}
.icon-footer-light-album:active{
	color:#95E9AC!important;
	background-repeat:no-repeat;
	background-position:center center;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-forest-green-web{
	background-color:rgba(31,163,52,0.85);
}
.bgc-ufo-green{
	background-color:#46DC55;
}
.bgc-black{
	background-color:rgba(0,0,0,0.78);
}
.bgc-black-2{
	background-color:#000000;
}

/* Text colour styles */

.tc-dark-pastel-green{
	color:#16B128!important;
}

/* Icon colour styles */

.icon-granny-smith-apple{
	color:#96E9AC!important;
	border-color:#96E9AC!important;
}
.icon-dark-pastel-green{
	color:#16B128!important;
	border-color:#16B128!important;
}

/* Bloc image backgrounds */

.bg-Fond-1920x1080-B{
	background-image:url("img/Fond_1920x1080_B-1.jpg");
}
.bg-Fond-1920x1080-B{
	background-image:url("img/Fond_1920x1080_B-2.jpg");
}
.bg-Fond-1920x1080-B{
	background-image:url("img/Fond_1920x1080_B-3.jpg");
}
.bg-MadameSchlegel-PROFIL-1920-1080{
	background-image:url("img/MadameSchlegel_PROFIL_1920_1080.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.navbar-brand img{
		width:44px;
		height:44px;
	}
	.titre-chanson-2{
		font-size:50px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.titre-chanson-3{
		font-size:50px;
	}
	.titre-chanson-80{
		font-size:60px;
		margin-top:30px;
	}
	.titre-chanson-80-gauche{
		font-size:50px;
	}
	.titre_header{
		font-size:30px;
	}
	.container-div-style{
		height:35px;
	}
	.titre-chanson-120{
		font-size:55px;
	}
	.image_encore{
		margin-top:50px;
	}
	.titre-encore-ep{
		margin-top:25px;
	}
	.p-color{
		color:#ffffff;
	}
	.buton-modal{
		font-size:15px;
	}
	.titre-bio{
		font-size:50px;
	}
	.sous-titre-bio{
		font-size:30px;
	}
	.titre-chanson-150{
		font-size:60px;
	}
	.sous-titre-bio-2{
		font-size:30px;
	}
	.h1-style{
		font-size:70px;
	}
	.biographie-3{
		font-size:32px;
	}
	.bio-padding{
		margin-top:30px;
		margin-bottom:30px;
	}
	.logo-header{
		width:20%;
	}
	.label-intro{
		font-size:24px;
	}
	.credtits_paragraph{
		font-size:15px;
		text-align:left;
	}
	.credtits-paragraph-black{
		font-size:14px;
	}
	.credtits-paragraph-2{
		font-size:14px;
	}
	.p-margin-top{
		margin-bottom:94px;
	}
	.p-30-bloc-35-style{
		width:91.25%;
		margin-bottom:127px;
		margin-left:1px;
	}
	.p-bloc-35-style{
		width:89.66%;
		margin-bottom:113px;
		margin-left:39px;
	}
	.p-30-style{
		margin-bottom:312px;
		margin-left:102px;
	}
	.credtits-paragraph-3{
		font-size:15px;
		text-align:left;
	}
	.biographie-4{
		font-size:32px;
	}
	.biographie-4-link-blue{
		font-size:32px;
	}
	.sticky-nav.sticky{
		padding:10px 10px 10px 10px;
	}
	.container-div-bio-et-visuels-style{
		height:27px;
	}
	.titre-end-bio{
		font-size:80px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.button_mail{
		font-size:36px;
	}
	.titre-chanson-2{
		font-size:40px;
	}
	.titre-chanson-3{
		font-size:40px;
	}
	.titre-chanson-80{
		font-size:50px;
		margin-top:20px;
	}
	.titre-chanson-80-gauche{
		font-size:40px;
	}
	.feature-col-mt{
		margin-top:18px;
	}
	.container-div-bloc-top-hero-style{
		height:50px;
	}
	.buton-modal-3{
	}
	.image_encore{
		margin-top:50px;
	}
	.titre-encore-ep{
		margin-top:80px;
	}
	.buton-modal{
		font-size:14px;
	}
	.titre-bio{
		font-size:40px;
	}
	.bio-padding{
		margin-top:20px;
		margin-bottom:20px;
	}
	.biographie-3{
		font-size:28px;
	}
	.logo-header{
		width:25%;
	}
	.label-intro{
		font-size:18px;
	}
	.credtits_paragraph{
		font-size:11px;
	}
	.credtits-paragraph-black{
		font-size:11px;
	}
	.credtits-paragraph-2{
		font-size:11px;
	}
	.p-margin-top{
		margin-bottom:59px;
	}
	.p-30-bloc-35-style{
		margin-bottom:130px;
		width:86.14%;
		margin-left:12px;
	}
	.p-bloc-35-style{
		margin-bottom:130px;
		margin-left:30px;
		width:93.21%;
	}
	.p-30-style{
		margin-bottom:284px;
		margin-left:66px;
		width:50.27%;
	}
	.credtits-paragraph-3{
		font-size:11px;
		text-align:right;
	}
	.titre-chanson-120{
		font-size:55px;
	}
	.biographie-4{
		font-size:28px;
	}
	.biographie-4-link-blue{
		font-size:28px;
	}
	.sticky-nav.sticky{
		padding-top:10px;
		padding-bottom:10px;
	}
	.container-div-bio-et-visuels-style{
		height:30px;
	}
	.titre-end-bio{
		font-size:60px;
	}
	.h1-margin-top{
		margin-top:100px;
	}
	.biographie{
		font-size:16px;
	}
	.header-titre-bio{
		font-size:55px;
	}
	
}

@media (max-width: 575px){
	.nav-toggle-white{
		color:#FFFEFE!important;
	}
	.button_mail{
		font-size:24px;
	}
	.logo{
		font-size:28px;
	}
	.titre-chanson-2{
		font-size:30px;
	}
	.mt-1{
	}
	.titre-chanson-3{
		font-size:30px;
	}
	.titre-chanson-80{
		font-size:40px;
		margin-top:15px;
		margin-bottom:0px;
	}
	.titre-chanson-80-gauche{
		font-size:30px;
	}
	.buton_spotify{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic{
		height:30px;
		width:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-amazonmusic{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton_spotify:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer:hover{
		margin-right:5px;
		margin-left:5px;
		height:30px;
		width:30px;
		background-size:30px 30px;
	}
	.buton-amazonmusic:hover{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic:hover{
		margin-right:5px;
		margin-left:5px;
		width:30px;
		height:30px;
		background-size:30px 30px;
	}
	.feature-col-mt{
		margin-top:10px;
	}
	.feature-col-mt:hover{
	}
	.container-div-bloc-top-hero-style{
		height:55px;
	}
	.titre-chanson-120{
		font-size:50px;
	}
	.buton-modal{
		;
	}
	.buton-spotify-bottom-area{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-spotify-bottom-area:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic-bottom-area{
		height:30px;
		width:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic-bottom-area:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer-bottom-area{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer-bottom-area:hover{
		margin-right:5px;
		margin-left:5px;
		height:30px;
		width:30px;
		background-size:30px 30px;
	}
	.buton-amazonmusic-bottom-area{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-amazonmusic-bottom-area:hover{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic-bottom-area{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic-bottom-area:hover{
		margin-right:5px;
		margin-left:5px;
		width:30px;
		height:30px;
		background-size:30px 30px;
	}
	.titre_header{
		font-weight:normal;
	}
	.image_encore{
		margin-top:30px;
	}
	.titre-encore-ep{
		margin-top:60px;
	}
	.titre-bio{
		font-size:30px;
	}
	.sous-titre-bio{
		font-weight:normal;
	}
	.logo-light{
		font-size:28px;
	}
	.titre-chanson-150{
		font-size:50px;
	}
	.sous-titre-bio-2{
		font-weight:normal;
	}
	.buton-spotify-light{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-spotify-light:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic-light{
		height:30px;
		width:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-applemusic-light:hover{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer-light{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-deezer-light:hover{
		margin-right:5px;
		margin-left:5px;
		height:30px;
		width:30px;
		background-size:30px 30px;
	}
	.buton-amazonmusic-light{
		width:30px;
		height:30px;
		background-size:30px 30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-amazonmusic-light:hover{
		background-size:30px 30px;
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic-light{
		background-size:30px 30px;
		height:30px;
		width:30px;
		margin-right:5px;
		margin-left:5px;
	}
	.buton-youtubemusic-light:hover{
		margin-right:5px;
		margin-left:5px;
		width:30px;
		height:30px;
		background-size:30px 30px;
	}
	.biographie-3{
		font-size:20px;
	}
	.bio-padding{
		margin-top:20px;
		margin-bottom:20px;
	}
	.logo-header{
		width:33%;
	}
	.label-intro{
		font-size:14px;
	}
	.credtits_paragraph{
		font-size:6px;
	}
	.credtits-paragraph-black{
		font-size:10px;
	}
	.credtits-paragraph-2{
		font-size:10px;
	}
	.p-margin-top{
		margin-bottom:-26px;
	}
	.p-30-bloc-35-style{
		margin-bottom:41px;
		margin-left:8px;
		width:82.54%;
		margin-top:0px;
	}
	.p-bloc-35-style{
		margin-top:-37px;
		margin-bottom:40px;
		margin-left:10px;
		width:96.83%;
	}
	.p-30-style{
		margin-bottom:126px;
		margin-left:34px;
	}
	.credtits-paragraph-3{
		font-size:6px;
	}
	.close-special-menu .close-icon{
		;
	}
	.header-titre-bio{
		font-size:35px;
	}
	.biographie{
		font-size:14px;
	}
	.h1-style{
		font-size:40px;
	}
	.biographie-4{
		font-size:20px;
	}
	.biographie-4-link-blue{
		font-size:20px;
	}
	.container-div-bio-et-visuels-style{
		height:26px;
	}
	.titre-end-bio{
		font-size:40px;
	}
	.h1-margin-top{
		margin-top:100px;
	}
	
}

