/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*COLORS*/
:root {
	--light: #ebcdbd;
	--red: #940e04;
	--dark: #0d0c0b;
}
.light {
	background: var(--light);
}
.red {
	background: var(--red);
}
.red * {
	color: white;
}
.red h2, .red h4, .red a:hover {
    color: var(--light);
}
.dark p, .dark h1, .dark h2, .dark h3 {
    color: var(--light);
}
.dark {
	background: var(--dark);
}


/*LOADER/SPLASH*/
.splash.timeout {
    pointer-events: none;
	opacity: 0;
}
.splash {
    position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    -webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
    transform: scale(1);
    opacity: 1;
    pointer-events: initial;
}
.splash img {
    width: 500px;
	opacity:0;
 	animation: fadein 1s ease both;
    animation-delay: 0.15s;
	display:none;
}


/*GENERAL*/
html {
    -webkit-text-size-adjust: 100%!important; /* Prevent font scaling in landscape while allowing user zoom */
}
body .featured-image {
    display: none!important;
}
body .wpb_content_element {
    margin-bottom: 0;
}
a {
    color: #473047;
    text-decoration: none;
}
#contact p a {
    border-bottom: 1px solid;
}
a:hover, a:focus, a:active {
    color: #204663;
}
body .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body {
    overflow-x: hidden;
    background: white;
    font-family: "Barlow Condensed", sans-serif;
}
body .grid-container {
    max-width: 100%;
}
.main-row {
    padding:125px 10%;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
.inside-article .entry-header {
	display:none;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0;
}
.separate-containers .site-main {
    margin: 0;
}
.separate-containers .featured-image {
    display: none;
}
h1 {
    font-size: 75px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #1d2067;
    padding-bottom: 40px;
}
h2 {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 50px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
body, p, h1, h2, h3 {
    color: var(--dark);
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: white;
    border: 0;
    background: var(--red);
    border-radius: 0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 15px 45px;
    text-transform: uppercase;
    margin-top: 40px;
    min-height: 45.5px;
    display: flex;
    align-items: center;
}
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    box-shadow: none;
    background: var(--red);
}
body .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0;
}


/*POPUP LIGHTGALLERY*/
body .lg-outer .lg-thumb-outer, body .lg-actions {
    display: none;
}
body .lg-outer .lg-item {
	background: url('/wp-content/uploads/loading.svg') no-repeat scroll center center transparent;
}
body .lg-outer {
    z-index: 999999;
}
body #lg-download, body #lg-counter {
    display: none;
}
body .lg-toolbar .lg-icon.lg-close {
    line-height: 50px;
    font-size: 50px;
    color: white;
    right: 0;
    left: 0;
    top: 20px;
    width: 40px;
    position: absolute;
    padding: 0;
    width: 100%;
}
body .lg-toolbar {
    opacity: 1!important;
    height: auto!important;
}
body .lg-outer .lg-video-cont {
    max-width: 1500px!important;
    padding: 0!important;
}
body .lg-outer .lg-video {
    width: 55vw !important;
    max-width: 850px !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin: 0 auto;
    aspect-ratio: 4 / 3.2;
    overflow: hidden;
}
body .lg-outer .lg-video .lg-object {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
body .lg-backdrop.in {
    opacity: 0.85;
    background: black;
    z-index: 999999;
	backdrop-filter: blur(5px);
}
body .lg-hide-items .lg-toolbar {
    transform: none!important;
}
body .lg-toolbar .lg-close:after {
    font-weight: 300;
    font-family: 'Font Awesome 6 pro';
    content: "\f00d";
    position: relative;
    font-size: 36px;
}


/*ACCUEIL*/
@-webkit-keyframes fadein {
    100% { opacity:1;}
}
@keyframes fadein {
    100% { opacity:1;}
}
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
#accueil {
    background: var(--dark);
    height: 100vh;
    background-size: cover;
    background-position: center;
    text-align: center;
}
#accueil video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
    opacity: .7;
}
#accueil:after {
    content: "";
    background: linear-gradient(0deg, var(--dark) 0, transparent 50%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    display: block;
    z-index: 2;
	pointer-events: none;
    height: 100vh;
}
.play-btn {
	opacity:0; 
	animation: fadein 0.5s ease both;
    animation-delay: 0.5s;
}
.play-btn, .play-btn a {
    font-size: 100px;
    margin: 0 auto;
    color: white;
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn:after {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    pointer-events: none;
    border: 15px solid white;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.entry-content > .wpb-content-wrapper > div {
    text-align: center;
}
.musique-grid-section * {
    color: white;
}
.musique-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
}
.musique-grid:has(> :nth-child(2):last-child) > :first-child {
    grid-column: 2;
}
.musique-grid:has(> :nth-child(2):last-child) > :nth-child(2) {
    grid-column: 3;
}
.musique-item {
	text-align: center;
}
.musique-cover-link {
	display: block;
}
.musique-cover {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
.musique-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    font-weight: 500;
}
#biographie p {
    max-width: 800px;
    margin: 0 auto 25px;
    color: white;
	font-size:20px;
}
.merch {
    padding-bottom: 25px;
}
.merch a {
    overflow: hidden;
    position: relative;
}
.merch p {
    padding-top: 10px;
}
.merch img {
	transform: scale(1);
	transition:.3s;
}
.merch img:hover {
	transform: scale(1.05);
}
#parallax {
    background-size: cover;
    background-position: bottom;
}
#parallax .vc_column-inner {
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.socials i {
    line-height: 33px;
    height: 32px;
    font-size: 18px;
    width: 32px;
    text-align: center;
    border-radius: 50px;
    background: white;
    color: var(--red);
    transition: .3s;
}
.socials i:hover {
    background: #d65151;
}
#contact {
    text-align: center;
    background: var(--red);
    color: white;
}
#contact .socials {
    margin-top: 50px;
}


/*HEADER*/
.main-navigation .main-nav ul li.smooth a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 20px;
	color: white;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--light);
}
.main-navigation .main-nav ul li a {
    display: flex;
	transition:.3s;
}
body.nav-float-right #site-navigation {
    margin-left: 0;
}
.site-header .header-image {
    vertical-align: middle;
    width: 250px;
    padding-top: 0px;
    transition: 0.5s;
}
header .inside-header {
    padding: 0 50px;
	justify-content: space-between;
	transition:.3s;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header .inside-header, .site-header {
	height:100px;
	transition:0.3s;
}
.scrolled .site-header {
    background: var(--red);
}
.scrolled header .inside-header, .scrolled .site-header {
	height:80px;
}
.site-header, .main-navigation, .main-navigation ul ul, .main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a, .main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{
    background-color: transparent;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--light);
    background-color: transparent;
}
.scrolled .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .scrolled .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .scrolled .main-navigation .menu-bar-item:hover > a, .scrolled .main-navigation .menu-bar-item.sfHover > a {
    color: var(--light);
    background-color: transparent;
}
.scrolled .main-navigation .main-nav ul li a i:hover {
    background: transparent;
}
.scrolled .main-navigation .main-nav ul li a i {
    background: white;
    color: var(--red);
}


/*SOCIALS*/
.social-icons {
    width: 250px;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
.social-icons a {
    color: white;
    font-size: 20px;
	transition:.3s;
}
.social-icons a:hover {
    color: var(--light);
}


/*FOOTER*/
footer.site-info {
    color: white;
    text-transform: uppercase;
    background: var(--red);
    text-align: center;
    letter-spacing: 1px;
    font-size: 11px;
}
.inside-site-info {
    padding: 0px 15px 125px;
    flex-direction: column;
	margin-top:-2px;
}
.inside-site-info p {
    margin-bottom: 0;
}
.site-footer .social-icons {
    width: auto;
	margin-bottom: 75px;
    justify-content: center;
}
.inside-site-info img {
    max-width: 700px !important;
    width: 100%;
}


/*FULLSCREEN MENU*/
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0!important;
}
html.mob-menu-no-scroll {
    overflow: auto;
}
body .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
body .mobmenu-right-alignment {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
body .mobmenu-content li a {
    display: block;
    letter-spacing: 0;
    padding: 0;
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 5px 0 0;
    font-weight: 300;
}
body .mobmenu-content li a {
    padding: 0;
}
body .mobmenu-content li a.wpml-ls-link {
    padding-bottom:0;
}
body .mob-menu-header-holder {
    top: 0;
    right: 0;
    display: block;
    z-index: 9999;
    position: fixed;
    right: 45px;
    width: 40px;
    height: 100px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .mobmenul-container, body .mobmenur-container {
    position: relative;
    top: auto;
    margin: 0!important;
    right: auto;
    height: 100px;
    display: flex;
    align-items: center;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
    height: 100%;
    background: var(--red);
    opacity: 1;
    width: 100%;
    transition: transform .8s cubic-bezier(.76, 0, .24, 1) .3s;
    left: 0;
}
body.show-nav-right.mob-menu-slideout-over .mobmenu-right-alignment {
	transition: transform .8s cubic-bezier(.76,0,.24,1);
}
body .mobmenu-right-alignment .mob-cancel-button {
    color: white;
    font-size: 32px!important;
}
body .mobmenur-container i {
    transition:.3s;
}
body.show-nav-right .mobmenu-overlay {
    background: transparent;
}
body .mobmenu-right-alignment .mob-cancel-button {
    display: block;
}
body .mob-icon-menu:before, body .mob-icon-cancel-1:before {
    font-weight: 300;
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f7a4";
    position: relative;
    font-size: 36px;
    color: white;
    width: auto;
    margin: 0;
    text-align: right;
    opacity: 1;
    transition: .3s;
    top: 1px;
}
body .mob-icon-cancel-1:before {
    content: "\f00d";
}
body .mobmenu-content #mobmenuright > li > a:hover, body .mobmenu-content #mobmenuright li:hover, body .mobmenu-content #mobmenuright li:hover {
    background: transparent;
}
body #mobmenuright li.current-menu-item a:hover {
    padding-right: 0;
}
body .mobmenu-content>div {
    width:100%;
}
body .mobmenu-content .social-icons {
    justify-content: center;
}
body #mobmenuright li a {
    line-height: 1;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    color: white !important;
    transition: .3s;
    text-align: center;
    margin: 30px auto;
    max-width: fit-content;
    padding-left: 2vw;
    position: relative;
    z-index: 999;
    padding: 0;
    font-family: "Barlow Condensed", sans-serif;
}
body #mobmenuright li a:hover {
    color: white!important;
}
body #mobmenuright li.sm a{
    font-size: 40px;
}
body #mobmenuright li.sm.btx a{
    margin-top: 35px;
}
body .mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent;
    margin-top: -6px;
    margin-bottom: 12px;
    text-transform: lowercase;
}
body .mob-expand-submenu {
    position: absolute;
    padding-right: 150px;
    left: -45px;
    margin-top: -60px;
    height: 50px;
}
body #mobmenuright li i, body .show-nav-right .mob-expand-submenu i {
    color: var(--red)!important;
    background: white;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 22px;
    text-align: center;
    border-radius: 50px;
    margin: 0 3px;
}
body .mobmenu-content li > .sub-menu li {
    padding: 0;
    display: inline-flex;
    width: fit-content;
}
body .mobmenu-content li > .sub-menu li:after {
    content: "—";
    padding: 0 20px;
    display: block;
    position: relative;
    color: white;
    font-size: 23px;
}
body .mobmenu-content li > .sub-menu li:last-child:after {
    display: none;
}
body .mobmenu-content #mobmenuright .sub-menu a {
    color: white!important;
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    padding: 0;
    padding-left: 0;
    text-transform: lowercase;
	font-family: 'Inter', sans-serif;
    font-weight: 600;
}
body #mobmenuright li.current-menu-item a {
    color:white;
}
body .rightmtop img {
    width: 250px;
}
body .rightmtop {
    position: absolute;
    top: 17px;
    left: 50px;
}
body .rightmtop .cta {
    position: fixed;
    left: auto;
    right: 120px;
    top: 32px;
}
body .rightmtop .cta a {
    color: white;
    background: #242a2a;
}
body .rightmtop .cta a i {
    color: #00974f;
}
body .mobmenu-content {
    margin-top: 0;
    z-index: 1;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
    text-align: center;
    animation: fadeout 1s ease both;
}
body .mobmenu-right-panel li, body .rightmbottom, .rightmtop {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}
body .mobmenu-right-panel li.smooth {
    display: block;
}
body .mob-icon-down-open:before, body .mob-icon-up-open:before {
    content: '\2b';
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}
body .mob-icon-up-open:before {
    content: '\f068';
}
body.show-nav-right .mobmenu-content {
	opacity:0;
	animation: fadein 1s ease both;
    animation-delay: 0.5s;
}
body .mobmenu-content .rightmtop, body .mobmenu-content .rightmtop li, body .mobmenu-content .rightmtop li a {
    padding: 0;
    margin: 0;
}
body .mobmenu-content .rightmtop li a img {
    position: absolute;
    left: 23px;
    top: 30px;
    width: 55px;
}
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
    right: 51px;
    top: 17px;
}
body .rightmbottom, .mobmenu-content .widget {
    margin: 0;
    width: 100%;
    padding: 16px 0 0;
}
.widget ul li {
    margin-bottom: 0;
}
body #custom_html-5, body .mobmenu-content li#text-2{
    width: 100%;
}
body .mobmenu-content p {
    margin: 0;
    padding-top: 30px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
}
body .mobmenu-content li a.rdv, a.rdv, body .rdv .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1;
    background: transparent;
    width: fit-content;
    padding: 23px 36px;
    border-radius: 0;
    margin-top: calc(30px + 4vh);
    border: 2px solid;
}
body .mobmenu-content li a.rdv {
    color: white!important;
}
body .mobmenu-content li#nav_menu-2 a {
    display: block;
    letter-spacing: 0;
    line-height: 0.9;
    text-decoration: none;
    font-size: 2vw;
    color: white;
    margin: 4vh 0;
    padding: 0;
    font-weight: 200;
}
body .mobmenu-content li#nav_menu-2 li:first-child a {
    margin-top:0;
}
body .mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 0;
}
body #main-header, body #et-top-navigation, body .site-header, body .site-branding {
    display: block!important;
}


/*************************RESPONSIVE************************/
/*************************RESPONSIVE************************/
/*************************RESPONSIVE************************/


@media only screen and (max-width: 1200px) {
.social-icons {
    width: auto;
}
.site-header .social-icons {
    margin-right: 70px;
}
header .inside-header, .site-header, body .mobmenul-container, body .mobmenur-container, body .mob-menu-header-holder {
	height:80px;
}
.scrolled header .inside-header, .scrolled .site-header {
	height:80px;
}
body .lg-toolbar .lg-icon.lg-close {
    top: 8px;
}
}


@media only screen and (max-width: 1024px) {
h2 {
    font-size: 60px;
    padding-bottom: 40px;
}
.merch .vc_col-sm-3 {
	width:50%;
	float:left;
	padding-bottom:25px;
}
.merch {
	padding-bottom:0;
}
body .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
body .lg-outer .lg-video {
    width: 75vw !important;
}
.site-header .header-image, body .rightmtop img {
    max-width: 200px;
    width: 200px;
}
body .rightmtop {
    top: 22px;
}
.musique-grid {
	grid-template-columns: repeat(2, 1fr);
}
.musique-grid:has(> :nth-child(2):last-child) > :first-child {
    grid-column: 1;
}
.musique-grid:has(> :nth-child(2):last-child) > :nth-child(2) {
    grid-column: 2;
}
#videos .vc_col-sm-4, #contact .vc_col-sm-3 {
	width: 100%;
	float:left;
	padding-bottom: 30px;
}
#videos .vc_col-sm-4:last-child, #contact .vc_col-sm-3:last-child {
	padding-bottom:0;
}
#contact p {
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 768px) {
.social-icons {
    gap: 20px;
}
#parallax .vc_column-inner {
    height: 70vh;
}
.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
	margin: 0;
}
.inside-site-info {
    padding: 0px 15px 50px;
}
#musique .vc_col-sm-3.vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
#musique .vc_col-sm-3:first-child, #musique .vc_col-sm-3:nth-child(2) {
    padding-bottom:20px;
}
.main-row {
    padding: 90px 7.5%;
}
header .inside-header {
    padding: 0 25px;
}
body .rightmtop {
    left: 25px;
}
body .mob-menu-header-holder {
    right: 25px;
}
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
    right: 32px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: none;
}
.main-navigation ul{
    display: flex!important;
}
.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
    flex-basis: auto!important;
}
h2 {
    font-size: 55px;
}
}


@media only screen and (max-width: 641px) {
.merch .vc_col-sm-3 {
	width:100%;
	padding-bottom:35px;
}
.merch .vc_col-sm-3:last-child {
	padding-bottom:10px;
}
.site-header .social-icons {
	display: none;
}
#biographie p {
    font-size: 18px;
}
.musique-grid {
	grid-template-columns: 1fr;
}
.musique-grid:has(> :nth-child(2):last-child) > :nth-child(2) {
	grid-column: 1;
}
body .lg-outer .lg-video {
	width: 100vw !important;
}
h2 {
    font-size: 45px;
}
header .inside-header {
    padding: 0 20px;
}
body .rightmtop {
    left: 20px;
}
#accueil {
    height: 100vh!important;
    height: calc(var(--vh, 1vh) * 100)!important;
}
.main-row {
    padding: 85px 5%;
}
#contact .socials i {
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 22px;
}
#contact>.vc_column_container>.vc_column-inner {
    padding: 0;
}
body .lg-toolbar .lg-icon.lg-close {
	text-align: right;
	right: 32px;
	left:auto;
}
}