/*  
Theme Name: Le Mas
Theme URI: 
Description: Site web du mas des escaravatiers
Version: 1
Author: Thibaut De Saint Florent ( Biiiim : www.biiiim.com )
Author URI: www.biiiim.com

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
    display: block;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    width: 100%;
    height: auto;
}
a,
.link {
    color: #4ce89b;
    cursor: pointer;
    transition: color 0.35s ease;
}
a:hover,
.link:hover {
    color: #4ce89b;
}
a {
    color: #000;
    text-decoration: none;
}
h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 20px;
}

.first-word {
    font-family: "AvenirNext-Italic";
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/
body {
    background-color: #f4f4f4;
    font-family: "AvenirNext-Bold", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #323232;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - FONTS 
/////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: "AvenirNext-Bold";
    src: url("./fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/AvenirNext-Bold.woff") format("woff"),
        url("./fonts/AvenirNext-Bold.ttf") format("truetype"),
        url("./fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GlossAndBloom";
    src: url("./fonts/GlossAndBloom.eot?#iefix") format("embedded-opentype"),
        url("./fonts/GlossAndBloom.woff") format("woff"),
        url("./fonts/GlossAndBloom.ttf") format("truetype"),
        url("./fonts/GlossAndBloom.svg#GlossAndBloom") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext-MediumItalic";
    src: url("./fonts/AvenirNext-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/AvenirNext-MediumItalic.woff") format("woff"),
        url("./fonts/AvenirNext-MediumItalic.ttf") format("truetype"),
        url("./fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNext-Italic";
    src: url("./fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"),
        url("./fonts/AvenirNext-Italic.woff") format("woff"),
        url("./fonts/AvenirNext-Italic.ttf") format("truetype"),
        url("./fonts/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LibreBaskerville-Regular";
    src: url("./fonts/LibreBaskerville-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("./fonts/LibreBaskerville-Regular.otf") format("opentype"),
        url("./fonts/LibreBaskerville-Regular.woff") format("woff"),
        url("./fonts/LibreBaskerville-Regular.ttf") format("truetype"),
        url("./fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - FORMS 
/////////////////////////////////////////////////////////////////////*/
select {
    font-family: "AvenirNext-Bold";
    text-transform: uppercase;
    border: 0;
    background: transparent;
    padding: 5px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  02.5 - TITLE 
/////////////////////////////////////////////////////////////////////*/
.page-template-default .logo_part h1 {
    font-family: "LibreBaskerville-Regular";
}
.page-template-default .logo_part h1::first-line {
    font-family: "AvenirNext-Bold";
}

.home .logo_part h1 {
    font-family: "AvenirNext-Bold";
}
/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/
#site {
    overflow: hidden;
    /*position: relative;*/
}

/*//////////////////////////////////////////////////////////////////// 
//  04 - Header
////////////////////////////////////////////////////////////////////*/
header {
    width: 100%;
    height: 0px;
    line-height: 75px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    vertical-align: middle;
    padding: 0 30px;
    transform: translateZ(0px);
}
header div {
    transition: ease line-height 0.35s;
    line-height: 75px;
    display: inline-block;
}
header svg {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
#logo {
    margin-left: 50px;
}

.header_right {
    float: right;
}
.social_network svg {
    width: 35px;
    height: 35px;
}

.header_right .billeterie {
    font-family: "AvenirNext-Bold";
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.header_right .billeterie span {
    vertical-align: middle;
}

.header_right .billeterie_menu {
    position: absolute;
    top: 75px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px 20px 0 30px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: ease opacity 0.2s;
}
header.scroll .billeterie_menu {
    top: 61px;
}

.billeterie li {
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.billeterie li:last-child {
    border-bottom: 0px;
}
.header_right .billeterie_menu a {
    cursor: pointer;
    display: block;
    height: 100%;
}

.header_right .billeterie:hover .billeterie_menu {
    visibility: visible;
    opacity: 1;
}

.header_right .billeterie_menu img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#logo {
    transform: scale(1.6);
    transition: all ease 0.35s;
}
header {
    transition: all ease 0.35s;
}

header.scroll {
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
}

header.scroll div {
    line-height: 60px;
}

header.scroll #logo {
    transform: scale(1.1);
    margin-left: 30px;
}

header.scroll #logo path {
    fill: #4ce89b;
}

header.scroll .billeterie {
    color: #4ce89b;
    font-size: 12px;
}

#menu .st0 {
    fill: #4ce89b;
}
#logo .st0 {
    fill: #ffffff;
}
#billeterie .st0 {
    fill: #ffe800;
}
#billeterie .st1 {
    fill: #ffffff;
}

header.scroll #billeterie path {
    fill: #4ce89b;
}

.social_network svg path {
    fill: #4ce89b;
    transition: 0.25s all cubic-bezier(0.13, 1.02, 0.44, 1.31);
}
#menu,
#menu path {
    cursor: pointer;
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
    transform-origin: center center;
}

#menu:hover g > path:first-child {
    transform: rotate(60deg);
}
#menu:hover g > path:nth-child(2) {
    transform: translateY(-20px);
}
#menu:hover g > path:nth-child(3) {
    transform: scaleX(0.75);
}
#menu:hover g > path:nth-child(4) {
    transform: translateY(20px);
}
/*//////////////MENU/////////////*/

nav.main_menu {
    position: fixed;
    display: block;
    z-index: 1500;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 0px;
    padding: 0px;
    height: 100vh;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: auto;
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
    white-space: nowrap;
    transform: translateZ(0px);
}

nav.main_menu.open {
    width: 400px;
    padding: 20px;
}
nav.main_menu a {
    color: #4ce89b;
}
nav.main_menu a:hover {
    color: #000;
}
.header.scroll #menu_close {
    top: 5px;
}
#menu_close {
    width: 50px;
    height: 50px;
    fill: #4ce89b;
    position: absolute;
    top: 13px;
    left: 30px;
    z-index: 1;
    cursor: pointer;
    transition: all ease 0.35s;
}

#menu_close path {
    transform-origin: center center;
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
}

#menu_close:hover #contour {
    transform: rotate(60deg);
}
#menu_close:hover #trais1 {
    transform: rotate(45deg) translate(-50px, -40px);
}
#menu_close:hover #trais3 {
    transform: rotate(-45deg) translate(-50px, 40px);
}
#menu_close:hover #trais2 {
    transform: scaleX(0);
}
.menu-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
}

ul#menu-menu {
    /*position: absolute;*/
    display: block;
    /*	top: 50%;
	transform: translateY(-50%);*/
    margin-top: 100px;
    transition: transform ease 1s;
}

nav.main_menu .menu-menu-container > ul > li {
    display: block;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 0;
}

nav.main_menu .menu-menu-container > ul > li > ul {
    max-height: 0px;
    transition: ease all 0.35s;
    transition-delay: 0s;
}
nav.main_menu .menu-menu-container > ul > li.menu_hover > ul {
    max-height: 1000px;
    transition-delay: 0s;
    margin-bottom: -20px;
    line-height: 18px;
}

nav.main_menu .menu-menu-container > ul > li > ul > li {
    font-size: 13px;
    padding: 15px 0 10px 40px;
}

.bg_menu {
    width: 0vw;
    height: 100vh;
    opacity: 0;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1499;
    transition: ease opacity 0.35s;
    transform: translateZ(0px);
}
.bg_menu.open {
    opacity: 0.5;
    width: 100vw;
}

#logo {
    cursor: pointer;
}
#logo path,
#logo g {
    transform-origin: center center;
    transition: all ease 0.35s;
}
#logo:hover #outside {
    transform: scale(1.15);
}
#logo:hover #inside {
    transform: scale(1.1);
}

#facebook:hover path {
    fill: #3b5998;
    transform: translateY(-5px);
}
#instagram:hover path {
    fill: url(#instagram-radial-gradient);
    transform: translateY(-5px);
}
#twitter:hover path {
    fill: #00acee;
    transform: translateY(-5px);
}
#youtube:hover path {
    fill: #cc181e;
    transform: translateY(-5px);
}
#billeterie path {
    transform-origin: center center;
    transition: all ease 0.35s;
}
.billeterie:hover #billeterie path:nth-child(1) {
    transform: scale(1.15);
}
.billeterie:hover #billeterie path:nth-child(2) {
    transform: rotate(90deg);
}

#share path {
    transform-origin: center center;
    transition: all ease 0.35s;
}
.share:hover #share path {
    transform: scale(1.15);
}
.home_decompte {
    margin-top: 50px;
    font-size: 0;
}
.home_decompte div:first-child {
}
.home_decompte div {
    display: inline-block;
    font-size: 110px;
    line-height: 120px;
    letter-spacing: 25px;
    padding-right: 100px;
    width: 25%;
    color: #4ce89b;
}
.home_decompte div span:first-child {
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: 20px;
}
#home_slideshow {
    width: 100%;
    height: auto;
    position: relative;
}
.home_slides {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 660px;
    position: relative;
    overflow: hidden;
}
.home_slide {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.home_slide_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1.05);
    transition: all 1s ease-in-out !important;
}

.home_slide_link {
    position: absolute;
    display: table;
    min-width: 55vw;
    max-width: calc(100% - 20px);
    padding: 0 50px;
    bottom: 30%;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}
.home_slide_infos {
    font-family: "AvenirNext-Bold";
    color: #fff;
}
.home_slide_infos.slide_decompte .event_title {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.home_slide_infos .event_category {
    font-family: "GlossAndBloom";
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 5px;
    overflow: visible;
}
.home_slide_infos .event_date {
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.home_slide_infos .event_title {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 10px;
    transition: color ease 0.35s;
}
.home_slide_infos #fleche-svg {
    width: 100px;
    height: 20px;
    transition: all 0.35s ease;
}
.home_slide_link:hover #fleche-svg {
    transform: translate(50px);
}
.home_slide_link:hover .event_title {
    color: #4ce89b;
}
.home_slides li {
    width: 100%;
    height: 100%;
}

.home_slides .home_slide_infos {
    opacity: 0;
    transform: translateY(10px);
    transition: all ease 0.5s;
    transition-delay: 0s;
}
.home_slides .rslides1_on .home_slide_infos {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

a.rslides_nav {
    width: 10%;
    display: block;
    position: absolute;
    height: calc(100vh - 175px);
    top: 75px;
    left: 0;
    /*background-image:url(images/svg/fleche-droite.svg);*/
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right center;
    z-index: 3;
    transition: 0.35s ease all;
    transform: rotate(180deg);
}

a.rslides_nav.next {
    left: auto;
    right: 0;
    background-position: right center;
    transform: rotate(0deg);
}

a.rslides_nav:hover {
}

ul.rslides_tabs {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 300;
}

.rslides_tabs li {
    display: inline-block;
    margin: 5px;
    width: 14px;
    height: 14px;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color 0.35s;
}
.rslides_tabs li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.rslides_tabs li a {
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block;
    border-radius: 50%;
}
/**/
.rslides_tabs li.rslides_here {
    background-color: #fff;
}

.rslides1_on .home_slide_bg {
    transform: scale(1) !important;
}

/*////////////////////////////////////////////////////////////////////
LIGHTBOX
////////////////////////////////////////////////////////////////////*/

.eventbox {
    position: fixed;
    width: 100vw;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1000;

    overflow: hidden;
    transition: 0.35s ease all;
}
.eventbox-open .eventbox {
    height: 100vh;
}

span.close_btn svg {
    width: 50px;
    height: 50px;
}
span.close_btn svg path {
    transform-origin: center center;
    transition: ease transform 0.35s;
}
span.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

span.close_btn:hover svg path:nth-child(1) {
    transform: scale(1.15);
}
span.close_btn:hover svg path:nth-child(2) {
    transform: scale(0.8) rotate(90deg);
}

span.close_lightbox svg {
    width: 50px;
    height: 50px;
}
span.close_lightbox svg path {
    transform-origin: center center;
    transition: ease transform 0.35s;
}
span.close_lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

span.close_lightbox:hover svg path:nth-child(1) {
    transform: scale(1.15);
}
span.close_lightbox:hover svg path:nth-child(2) {
    transform: scale(0.8) rotate(90deg);
}
/*.eventbox .artiste-box {
	background-color: #fff;
	min-width: 500px;
	min-height: 400px;
	margin-top: 50vh;
	margin-left: 50vw;
	transform: translate(-50%, 0%);
	padding: 20px;
	display: inline-block;
	transition: 0.35s ease all;
	
}
*/
.eventbox-open .eventbox .artiste-box {
    transform: translate(-50%, -50%);
    transition: 0.35s ease all;
}

.artiste-box {
    width: 55%;
    min-width: 900px;
    height: auto;
    min-height: 60vh;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    font-size: 0;
    transition: 0.35s ease all;
    display: table;
}

.left-box,
.right-box {
    width: 50%;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100%;
    vertical-align: top;
    position: relative;
    text-align: center;
    max-height: calc(100vh - 20px);
    overflow: auto;
}
.right-box {
    position: absolute;
}
.eventbox.onecolumn .artiste-box {
    width: 45%;
}

.eventbox.onecolumn .left-box {
    width: 100%;
}
.eventbox.onecolumn .right-box {
    display: none;
}
.left-box {
    padding: 20px;
}

.left-box-inside {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.left-box-header {
    display: table-header-group;
}
.eventbox .infos {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}
.eventbox .links {
    margin: auto;
    width: auto;
    display: table-footer-group;
    text-align: center;
}
.eventbox .description {
    padding: 0 20px 30px 20px;
}
.eventbox .description img {
    width: initial;
    max-width: 100%;
    margin: auto;
}
.eventbox .when {
    margin-bottom: 50px;
}
.eventbox .when span {
    margin: 15px 0;
}
.eventbox span.artiste {
    margin-bottom: 40px;
    font-size: 40px;
}
.left-box-header span.categorie {
    font-family: "GlossAndBloom";
    text-transform: capitalize;
    font-size: 30px;
    padding-top: 10px;
    display: block;
}

.eventbox .social_network svg path {
    fill: #000;
}

.eventbox .social_network .disabled {
    display: none;
}

ul.galerie li {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
ul.galerie {
    width: 100%;
    height: 100%;
    position: relative;
}

.eventbox .links > div {
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
}

.eventbox .links svg path {
    fill: #000 !important;
}
.eventbox .links a:hover svg path {
    fill: #4ce89b !important;
}
.eventbox .links svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.lightbox {
    position: fixed;
    width: 100vw;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1500;

    overflow: hidden;
    transition: 0.35s ease all;
}
.lightbox-open .lightbox {
    height: 100vh;
}
.lightbox .box {
    background-color: #fff;
    min-width: auto;
    min-height: auto;
    margin-top: 50vh;
    margin-left: 50vw;
    transform: translate(-50%, 0%);
    padding: 20px;
    display: inline-block;
    transition: 0.35s ease all;
    max-height: calc(100vh - 20px);
    overflow: auto;
}

.lightbox-open .lightbox .box {
    transform: translate(-50%, -50%);
    transition: 0.35s ease all;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 60px;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    /* font-weight: 700; */
    outline: none;
    position: relative;
    transition: all 0.3s ease;
}
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn-fb {
    border: 1px solid #4568b2;
    color: #4568b2;
}

.btn-fb:hover,
.btn-fb:active {
    color: #fff;
    background: #4568b2;
}

.btn-twitter {
    border: 1px solid #1da1f2;
    color: #1da1f2;
}

.btn-twitter:hover,
.btn-twitter:active {
    color: #fff;
    background: #1da1f2;
}
.btn.btn-link {
    border: 1px solid #4ce89b;
    color: #4ce89b;
    z-index: 1;
}
.btn-link:hover,
.btn-link:active {
    color: #fff;
    background: #4ce89b;
}

input.link {
    width: 100%;
    height: 0px;
    border: 1px solid #4ce89b;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-50px);
    z-index: -1;
}

.lightbox .box {
    padding: 50px 180px;
}

.lightbox h3 {
    font-family: glossAndBloom;
    text-transform: capitalize;
    color: #4ce89b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    transform: rotate(-10deg) translateX(-100px);
    margin-bottom: 80px;
}
.lightbox .share-box h3 {
    transform: rotate(-10deg);
    margin-bottom: 50px;
}
.lightbox .share-box.box {
    padding: 20px;
}
.newsletter-box .tab-content {
    width: 400px;
}
.newsletter-box p {
    max-width: 500px;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    font-family: AvenirNext-Italic;
    text-transform: uppercase;
}

.form_input span {
    font-size: 14px;
    line-height: 20px;
    font-family: AvenirNext-MediumItalic;
    text-transform: uppercase;
    padding-right: 20px;
}
.form_input input.email {
    width: 280px;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #4ce89b;
    font-family: AvenirNext-Italic;
    text-transform: uppercase;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn.submit {
    border: 1px solid #4ce89b;
    color: #4ce89b;
    border-radius: 50px;
    padding: 15px 60px;
    width: auto;
    display: inline-block;
    float: right;
    margin-top: 50px;
    transform: translate(100px);
}

form.loading .btn {
    animation: 0.5s linear 0s normal none infinite running move;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 47, 52, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 47, 52, 0.15) 50%,
        rgba(255, 47, 52, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}

/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

section {
    height: 100vh;
}
#content {
    width: 80vw;
    margin: auto;
    padding-top: 60px;
}
/*//////////////////////////////////////////////////////////////////// 
//  06 - LE CONCEPT
////////////////////////////////////////////////////////////////////*/
.logo_part {
    position: relative;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
    margin-top: 30px;
}

.logo_part h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #4ce89b;
    vertical-align: middle;
    line-height: 26px;
    width: 135px;
    transform: translateY(-50%);
    font-weight: normal;
    top: 50%;
    position: absolute;
    letter-spacing: 2px;
}

.page-id-2 .logo_part h1 {
    transform: rotate(-10deg) translateY(-50%);
    font-style: italic;
    text-transform: none;
}
.page-id-2 .logo_part h1::first-line {
    font-family: "GlossAndBloom";
    text-transform: capitalize important;
}
.logo_part:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.bloc_content {
    margin-top: 50px;
    position: relative;
}

.ligne {
    width: 250px;
    height: 3px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.title_bloc {
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

/*//////// BLOC IMAGE TEXT //////////*/

.bloc_image_text {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.bloc_image_text .bloc_image,
.bloc_image_text .bloc_text {
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    text-transform: uppercase;
}
.bloc_image_text .bloc_image {
    width: 40%;
}
ul.slideshow_blocimage {
    width: 100%;
    height: 100%;
    position: relative;
}
.slideshow_blocimage li {
    width: 100%;
    height: 50vh;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}

.bloc_image_text .bloc_text {
    width: 60%;
}

.bloc_image_text.right .bloc_image {
    padding-left: 30px;
    float: right;
}
.bloc_image_text.left .bloc_image {
    padding-right: 30px;
    float: left;
    position: relative;
}

/*//////// BLOC VIDEO //////////*/

.bloc_video {
    text-align: center;
    position: relative;
}
.bloc_video iframe {
    max-width: 100%;
}

/*//////// BLOC EVENTS //////////*/

/*//////// BLOC CATEGORIES //////////*/
.article_link {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 11px;
}

.article_link svg path {
    fill: #4ce89b;
    transform-origin: center center;
    transition: all ease 0.25s;
}

.article_link svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.article_link > * {
    display: inline-block;
    vertical-align: middle;
}

.text_link span {
    display: block;
    margin-left: 12px;
}

.article_link:hover svg path:first-child {
    transform: translateY(10px) scaleX(1.1);
}
.article_link:hover svg path:nth-child(2) {
    transform: translateY(20px);
    transition-delay: 0.1s;
}
.bloc_categories {
    font-size: 0;
}
.bloc_cat {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    width: calc(100% / 3);
    text-align: center;
    vertical-align: top;
    margin-top: 30px;
    padding: 30px;
}

h3.title_cat {
    font-size: 60px;
    line-height: 60px;
    font-family: GlossAndBloom;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: normal;
}

.pastille {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    text-align: left;
    padding-left: 18px;
    vertical-align: middle;
    position: relative;
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
    z-index: 1;
}
.pastille svg {
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
}
.pastille span.nombre {
    font-size: 28px;
    display: block;
    padding-top: 13px;
}
.pastille span {
    font-size: 15px;
    line-height: 20px;
    transition: ease 0.35s;
    color: #000 !important;
}
.pastille path {
    fill: #000;
}

.pastille:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transform: scale(0);
    transition: all cubic-bezier(0.13, 1.02, 0.44, 1.31) 0.35s;
}

.pastille:hover:after {
    transform: scale(0.9);
    opacity: 1;
}
.pastille:hover {
    transform: rotate(-12deg);
    padding-left: 10px;
}

.pastille:hover span:first-child {
    margin-left: 13px;
}

.pastille:hover span:nth-child(2) {
    letter-spacing: 3px;
}
.pastille:hover svg {
    transform: translateX(20px);
}
/*//////// BLOC ARTISTES //////////*/

.bloc_artistes {
    position: relative;
    width: 400px;
    height: 80vh;
    max-height: 800px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: -20px;
    z-index: 1;
    padding: 20px;
}

.title_bloc.artistes {
    max-width: 15ch;
    line-height: 30px;
    position: absolute;
    top: 70px;
    z-index: 2;
}
.title_bloc.artistes::first-line {
    font-weight: 100;
    font-family: "AvenirNext-MediumItalic";
}

.ligne.artistes {
    position: absolute;
    top: 20px;
    z-index: 2;
    margin-top: 0;
}

.slideshow_artistes {
    width: 100vw;
    height: 80vh;
    max-height: 800px;
    position: absolute;
    top: 0;
    z-index: 0;
    transform: translateX(-10%);
}

ul.years {
    margin-top: 170px;
    height: calc(80vh - 190px);
    overflow: auto;
}
li.year {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    transition: ease all 0.35s;
    cursor: pointer;
}
li.year:hover,
li.year.hover {
    color: #4ce89b;
    letter-spacing: 4px;
}

li.artiste {
    max-height: 0;
    overflow: hidden;
    transition: ease all 0.35s;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    letter-spacing: 1px;
    transition: ease all 0.35s;
}
li.artiste:hover,
li.artiste.hover {
    color: #4ce89b;
    letter-spacing: 2px;
}

li.year.hover li.artiste {
    max-height: 100px;
    transition: ease all 0.35s;
}
.slideshow_artistes .rslides {
    height: 100%;
    width: 100%;
}

.slideshow_artistes .rslides li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}
/*//////// BLOC EQUIPE //////////*/
.bloc_equipe {
    font-size: 0;
    text-align: center;
}

.accroche span {
    font-family: "AvenirNext-Italic";
    font-size: 21px;
}
.accroche {
    color: #f59293;
    font-size: 22px;
    text-align: center;
    margin: 20px 0 40px;
    letter-spacing: 2px;
}
.bloc_membre {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    text-transform: uppercase;
    font-size: 11px;
    padding: 30px;
    color: #000;
    min-width: 280px;
    transition: all ease 0.35s;
}

.bloc_membre > * {
    display: block;
    text-align: center;
}
.bloc_membre a {
    color: #000;
}
.bloc_membre a:hover {
    color: #4ce89b;
}
.bloc_membre .photo {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.bloc_membre .nom {
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: 0.35s all ease;
}
.bloc_membre .fonction {
    font-size: 13px;
    margin-bottom: 2px;
}

.bloc_membre .tel {
    font-size: 13px;
}
.bloc_membre .mail {
    font-size: 9px;
}

.bloc_membre:hover {
    /*background-color: rgba(0,0,0,0.08);
		border-radius: 50%;*/
}

.bloc_membre:hover .nom {
    color: #4ce89b;
    letter-spacing: 2px;
}

/*///////////////////////////////////////////////////////////////////// 
//  PAGE LE MAS AUTREMENT
////////////////////////////////////////////////////////////////////*/

.page-id-5 .logo_part h1 {
    font-family: "LibreBaskerville-Regular";
}
.page-id-5 .logo_part h1::first-line {
    font-family: "AvenirNext-Bold";
}
ul.autrement_menu {
    font-size: 0;
    margin-top: 80px;
}
ul.autrement_menu > li {
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.35s;

    filter: saturate(0%);
}
ul.autrement_menu li:hover {
    filter: saturate(100%);
}
ul.autrement_menu img {
    max-width: 350px;
}

ul.autrement_menu li.bloc_on {
    filter: saturate(100%);
}

ul.autrement_bloc {
    margin-top: 50px;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    position: relative;
}

ul.autrement_bloc > li {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.35s;
    z-index: -1;
    pointer-events: none;
}
ul.autrement_bloc li.bloc_on {
    left: 0;
    top: 0;
    opacity: 1;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    transition: all ease 0.35s;
    transition-delay: 0.35s;
}

.autrement_bloc_left {
    background-color: #fff;
    padding: 30px 20px;
    display: inline-block;
    width: 40%;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: top;
    transform: translateX(-20px);
    transition: ease all 0.35s;
}
ul.autrement_bloc li.bloc_on .autrement_bloc_left,
ul.autrement_bloc li.bloc_on .autrement_bloc_right {
    transition: ease all 0.35s;
    transform: translateX(0);
    transition-delay: 0.35s;
}

.autrement_bloc_left h3 {
    font-size: 16px;
    letter-spacing: 1px;
}
.autrement_bloc_left .ligne {
    margin-left: 0px;
    margin-top: 20px;
    transition: ease all 0.35s;
}
ul.autrement_bloc li.bloc_on .autrement_bloc_left .ligne {
    margin-left: -100px;
    transition: ease all 0.35s;
    transition-delay: 0.35s;
}

.autrement_bloc_left ul {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 0;
}
.autrement_bloc_left li.icon {
    display: inline-block;
    width: 33%;
    font-size: 10px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}
.autrement_bloc_left li.icon img {
    width: 50px;
    display: block;
    margin: auto;
}
li.icon h6 {
    font-size: 10px;
    line-height: 9px;
    margin-top: 5px;
}

.autrement_bloc_left li.icon:hover {
    filter: saturate(100%);
}

.autrement_bloc_left .mail {
    width: 30px;
    height: 30px;
    fill: #4ce89b;
    margin-left: -7px;
    margin-top: -4px;
}

.autrement_bloc_right {
    display: inline-block;
    width: 60%;
    font-size: 11px;
    vertical-align: top;
    padding-left: 30px;
    transform: translateX(20px);
    transition: ease all 0.35s;
}

.autrement_bloc_right .commentaire {
    font-family: "LibreBaskerville-Regular";
    text-transform: uppercase;
    font-size: 14px;

    margin-top: 70px;
}
.autrement_bloc_right .auteur {
    font-size: 10px;
    font-family: "AvenirNext-Bold";
    margin-top: -3px;
    display: block;
}
ul.slideshow_autrement {
    position: relative;
    width: 100%;
    height: 26vw;
}
.slideshow_autrement li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}
.autrement_bloc_right ul.rslides_tabs {
    position: absolute;
    top: calc(26vw - 30px);
    text-align: center;
    width: 100%;
    z-index: 300;
}

/*///////////////////////////////////////////////////////////////////// 
//  PAGE PRATIQUE
////////////////////////////////////////////////////////////////////*/

ul.bloc_3_colonnes {
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 80px;
}

ul.bloc_3_colonnes li.colonne {
    width: 35%;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    letter-spacing: 1px;
}

ul.bloc_3_colonnes li.colonne:nth-child(1) {
    width: 30%;
}

ul.bloc_3_colonnes li.colonne:nth-child(1) p {
    margin-bottom: 30px;
}

ul.bloc_4_colonnes {
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 80px;
}

ul.bloc_4_colonnes li.colonne {
    width: 25%;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    letter-spacing: 1px;
}
ul.bloc_3_colonnes li.colonne p,
ul.bloc_4_colonnes li.colonne p {
    margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////// 
//  08 PAGE NOUS SOUTENIR
////////////////////////////////////////////////////////////////////*/

.soutenir_bloc {
    font-size: 0;
    margin-top: 60px;
}

.soutenir_bloc_left {
    width: 30%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}
.soutenir_bloc_right {
    display: inline-block;
    width: 70%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: top;
}

.soutenir_bloc_left small {
    line-height: 10px;
    display: block;
}
.soutenir_bloc_left img {
    width: initial;
    margin: 20px -10px;
    display: block;
}
ul.soutenir_membre_liste {
    font-size: 0;
    letter-spacing: 0;
}
ul.soutenir_membre_liste li.membre {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    padding: 20px;
    cursor: pointer;
    transition: ease all 0.35s;
    border-radius: 20px;
}
.membre:hover {
    background-color: #fff;
}
.soutenir_membre_liste li.membre #coeur {
    width: 27px;
    height: 27px;
}
.membre .pastille svg {
    vertical-align: middle;
    width: 100px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -10px;
}
.membre .pastille {
    margin: 20px 0;
}
.membre:hover .pastille svg {
    left: 20px;
}

.membre:hover .pastille:after {
    transform: scale(0.9);
    opacity: 1;
}
.membre:hover .pastille {
    transform: rotate(-12deg);
    padding-left: 10px;
}
.soutenir_bloc_right .membre li:before {
    content: "+";
    margin-right: 8px;
    color: inherit;
}
.membre .tarif {
    font-size: 20px;
    margin-top: -15px;
    display: block;
    margin-bottom: 40px;
    font-weight: 100;
}
.membre a {
    color: #000;
}
/*////mecene////*/
.mecene_bloc {
    font-size: 0;
}

.mecene_bloc_left {
    width: 30%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}
.mecene_bloc_left .ligne {
    margin-top: 0;
}
.mecene_bloc_right {
    width: 70%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    text-align: center;
}
.mecene_bloc_left p {
    margin-bottom: 40px;
}

ul.mecene_liste,
ul.partenaire_liste {
    font-size: 0;
    text-align: center;
}
li.mecene,
li.partenaire {
    display: inline-block;
    vertical-align: top;
    background-color: #f4f4f4;
    padding: 10px 26px;
}

li.mecene:hover img,
li.partenaire:hover img {
    filter: grayscale(0%) brightness(100%);
    transform: translateY(-7px);
}
.mecene img,
.partenaire img {
    filter: grayscale(100%) brightness(120%);
    transition: all ease 0.35s;
    mix-blend-mode: multiply;
    width: 120px;
}

/*//////////////////////////////////////////////////////////////////// 
//  09 - EVENTS
////////////////////////////////////////////////////////////////////*/

.events .logo_part {
    margin-left: 10vw;
    margin-bottom: 20px;
}

.events .logo_part h1 {
    text-transform: capitalize;
    transform: rotate(-15deg) translateY(-50%);
    font-style: italic;
}
.events .logo_part h1::first-line {
    font-family: "GlossAndBloom";
    font-style: normal;
}

.events #content {
    width: 100%;
}
.events .classement {
    margin-left: 10vw;
    margin-bottom: 30px;
}

ul.liste_event {
    font-size: 0;
}
li.event {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: calc(100vw / 5);
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    background-color: #000;
    transform: translateZ(0px);
    transition: all ease 0.35s;
}
li.event.hidden {
    width: 0px;
    padding: 0px;
    height: 0px;
}

.event_inside {
    position: relative;
    z-index: 5;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 25px;
}
li.event .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    opacity: 0.5;
    filter: grayscale(50%);
    transform: scale(1);
    transition: ease all 0.35s;
}
li.event:hover .bg_img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}
li.event .categorie {
    font-size: 25px;
    font-family: "GlossAndBloom";
    color: #fff;
    display: table-header-group;
}
.event_info {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
    transition: ease opacity 0.35s;
}
.event .event_info span {
    margin: 25px 0;
    transition: 0.35s letter-spacing ease;
}
li.event:hover .event_info span {
    letter-spacing: 4px;
}
li.event:hover .event_info {
    opacity: 0;
}
span.jour {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 17px;
}
span.date {
    display: block;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
span.artiste {
    font-size: 29px;
    letter-spacing: 4px;
    line-height: 29px;
    text-transform: uppercase;
    display: block;
}

.event .event_info span.complet {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 29px;
    text-transform: uppercase;
    display: block;
    color: #f00;
    margin-top: -13px;
}
.eventbox span.complet {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 29px;
    text-transform: uppercase;
    display: block;
    color: #f00;
    margin-top: 15px;
}

.event_lien {
    display: table-footer-group;
    width: 100%;
    position: relative;
}
.event_lien svg {
    width: 60px;
    height: 60px;
}
.event_lien a:hover svg > path {
}
li.event:hover .event_lien a svg path {
    fill: #fff !important;
}
/*///////////////////////////////////////////////////////////////////// 
//  09 - PLAYLIST
////////////////////////////////////////////////////////////////////*/
.player {
    position: fixed;
    z-index: 410;
    right: -310px;
    bottom: 50%;
    transform: translateY(50%) translateZ(0px);
    border: 4px solid #fff;
    border-radius: 4px;
    width: 308px;
    height: 388px;
    transition: ease all 0.35s;
}

.player.on {
    right: 34px;
}

.player:before {
    content: "playlist du mas";
    position: absolute;
    z-index: 1;
    transform-origin: center center;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    left: -106px;
    font-size: 14px;
    color: #4ce89b;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    /* background-color: #fff; */
    background-image: url(./images/playlist_bg.png);
    background-position: top center;
    padding: 7px 50px;
}

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

footer {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    color: #4ce89b;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#logo_footer {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#logo_footer * {
    fill: #4ce89b;
}

.footer_left {
    display: inline-block;
    width: 40%;
    text-align: right;
    vertical-align: middle;
}
.footer_left span {
    transition: ease all 0.35s;
    display: inline-block;
}
.footer_left span:hover {
    color: #000;
    fill: #000;
    cursor: pointer;
}
.footer_left span svg path {
    transform-origin: center center;
    transition: ease all 0.35s;
}
.footer_left span:hover svg path {
    transform: scale(1.3);
    fill: #000;
}

.footer_right {
    display: inline-block;
    width: 40%;
    text-align: left;
    font-size: 10px;
    vertical-align: middle;
    line-height: 10px;
}
.footer_right svg,
.footer_left svg {
    width: 50px;
    height: 50px;
    fill: #4ce89b;
    display: inline-block;
    vertical-align: middle;
    transition: ease all 0.35s;
}

.footer_right svg path {
    transform-origin: center center;
    transition: ease all 0.35s;
    cursor: pointer;
}
.footer_right svg:hover path {
    transform: scale(1.3);
    fill: #000;
}

.footer_right span {
    display: block;
}
.footer_right span a {
    color: #4ce89b;
}
.footer_right span a:hover {
    color: #000;
}
footer .infos {
    position: relative;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
}

footer .infos:before {
    background-color: #4ce89b;
    content: "";
    width: 1px;
    height: 35px;
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
footer .social_network {
    margin-top: 15px;
}
.legales {
    font-family: "AvenirNext-Italic";
    color: #cdcdcd;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 11px;
}
.legales a {
    color: #cdcdcd;
}
.legales a:hover {
    color: #4ce89b;
}
div#map_canvas {
    width: 100%;
    height: 400px;
}
.map_loader {
    height: 400px;
    overflow: hidden;
    transition: ease all 0.35s;
}

.map_loader.close {
    height: 0;
}
/*//////////////////////////////////////////////////////////////////// 
//  13 - NEWSLETTER
////////////////////////////////////////////////////////////////////*/

.widgettitle {
    max-width: 500px;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    font-family: AvenirNext-Italic;
    text-transform: uppercase;
    font-weight: initial;
    margin-bottom: 30px;
}
.mailjet-widget-form-group {
    margin-bottom: 20px !important;
}
.mailjet-widget-form-group input {
    width: 280px;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #4ce89b;
    font-family: AvenirNext-Italic;
    text-transform: uppercase;
}
.mailjet-widget-form-group label {
    font-size: 14px;
    line-height: 20px;
    font-family: AvenirNext-MediumItalic;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 10px;
}

#mailjetSubscriptionForm input[type="submit"] {
    border: 1px solid #4ce89b;
    color: #4ce89b;
    border-radius: 50px;
    padding: 15px 60px;
    width: auto;
    display: inline-block;
    float: right;
    margin-top: 50px;
    transform: translate(100px);
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}

.mailjet_widget_form_message {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family: AvenirNext-MediumItalic;
}

.header_right .newsletter_btn svg {
    fill: #4ce89b;
    transition: fill ease 0.25s;
}
.header_right .newsletter_btn {
    cursor: pointer;
}
.header_right .newsletter_btn:hover svg {
    fill: #000;
    transition: fill ease 0.25s;
}
/*//////////////////////////////////////////////////////////////////// 
//  13 - Plugins
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  14 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1600px) {
    .event .event_info span {
        margin: 15px 0;
    }
    span.date {
        font-size: 35px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 16px;
    }
    span.artiste {
        font-size: 25px;
        letter-spacing: 3px;
    }

    .lightbox .box {
        padding: 50px 140px;
    }

    .eventbox span.date {
        font-size: 35px;
        letter-spacing: 2px;
    }
    .eventbox span.jour {
        letter-spacing: 2px;
        font-size: 16px;
    }
    .eventbox span.artiste {
        font-size: 30px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    .eventbox .when {
        margin-bottom: 30px;
    }
    .artiste-box {
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    li.event {
        width: calc(100% / 3);
        height: 33vw;
    }
    .event .event_info span {
        margin: 25px 0;
    }
    span.date {
        font-size: 40px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 19px;
    }
    span.artiste {
        font-size: 30px;
        letter-spacing: 3px;
    }
    #content {
        width: 90vw;
    }

    .home_decompte div {
        padding-right: 50px;
    }
    .lightbox .box {
        padding: 50px 100px;
    }
    .lightbox h3 {
        transform: rotate(-10deg) translateX(-60px);
    }
    .lightbox .submit {
        transform: translateX(60px);
    }

    .soutenir_bloc_left {
        width: 100%;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        vertical-align: top;
        margin: auto;
    }
    .soutenir_bloc_right {
        display: inline-block;
        width: 100%;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        vertical-align: top;
    }
}

@media screen and (max-width: 1020px) {
    .bloc_image_text.left .bloc_image,
    .bloc_image_text.left .bloc_text {
        padding-right: 0px;
        margin-bottom: 20px;
        /* float: left; */
        width: 100%;
    }

    .event .event_info span {
        margin: 15px 0;
    }
    span.date {
        font-size: 35px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 16px;
    }
    span.artiste {
        font-size: 25px;
        letter-spacing: 3px;
    }
    .autrement_bloc_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .autrement_bloc_right {
        width: 100%;
        padding-left: 0px;
    }

    ul.slideshow_autrement {
        position: relative;
        width: 100%;
        height: 40vw;
    }
    .autrement_bloc_right ul.rslides_tabs {
        position: absolute;
        top: calc(40vw - 30px);
    }
    .lightbox .box {
        padding: 50px 100px;
    }
    .lightbox h3 {
        transform: rotate(-10deg) translateX(-30px);
    }
    .lightbox .submit {
        transform: translateX(30px);
    }
}
@media screen and (max-width: 1000px) {
    .footer_left,
    .footer_right {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer_left svg {
        display: none;
    }
    .footer_right svg {
        display: block;
        margin: auto;
    }
    footer .infos:before {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .home_decompte div {
        padding-right: 30px;
    }
    .home_decompte div span:first-child {
        font-size: 14px;
        letter-spacing: 5px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        line-height: 0px;
    }
    .home_decompte span.nb {
        font-size: 80px;
        line-height: 100px;
        letter-spacing: 10px;
        display: block;
    }
    .home_slide_infos.slide_decompte .event_title {
        font-size: 25px;
        line-height: 23px;
    }
    li.event {
        width: 50%;
        height: 50vw;
    }
    .event .event_info span {
        margin: 25px 0;
    }
    span.date {
        font-size: 40px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 19px;
    }
    span.artiste {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .artiste-box {
        width: calc(100% - 20px);
        min-width: auto;
        height: calc(100% - 20px);
        max-height: calc(100% - 20px);
        overflow: auto;
        display: none;
    }

    .eventbox-open .artiste-box {
        display: block;
    }
    .eventbox.onecolumn .artiste-box {
        width: calc(100% - 20px);
        min-width: auto;
        height: calc(100% - 20px);
        max-height: calc(100% - 20px);
    }

    .left-box {
        width: 100%;
        display: table;
        height: auto;
    }
    .right-box {
        /*		width: 100%;
		position: relative;
		height: 100vh;*/
        display: none;
    }

    .left-box-header span.categorie {
        text-align: left;
    }
    .eventbox .infos {
        padding: 0px 0 30px 0;
    }

    ul.autrement_menu > li {
        width: 50%;
    }

    .lightbox .box {
        padding: 50px;
    }
    .lightbox h3 {
        transform: rotate(-10deg);
        margin-bottom: 35px;
    }
    .btn.submit {
        transform: translateX(0px);
    }

    .btn {
        padding: 10px 40px;
    }

    ul.bloc_3_colonnes li.colonne {
        width: 50% !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .event .event_info span {
        margin: 15px 0;
    }
    span.date {
        font-size: 35px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 16px;
    }
    span.artiste {
        font-size: 25px;
        letter-spacing: 3px;
    }

    .home_decompte {
        margin-top: 30px;
        font-size: 0;
    }
    .home_decompte div span:first-child {
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        line-height: 0px;
    }
    .home_decompte span.nb {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 7px;
        display: block;
    }

    .bloc_cat {
        width: 100%;
        text-align: center;
        vertical-align: top;
        margin-top: 30px;
        padding: 30px;
    }

    .bloc_artistes {
        width: 300px;
    }

    .btn {
        padding: 10px 30px;
    }

    ul.bloc_4_colonnes li.colonne {
        width: 50% !important;
        margin-bottom: 30px;
    }

    ul.soutenir_membre_liste li.membre {
        width: 100%;
        margin-bottom: 30px;
    }

    .mecene_bloc_left,
    .mecene_bloc_right {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    li.event {
        width: 100%;
        height: auto;
    }
    .event .event_info span {
        margin: 25px 0;
    }
    span.date {
        font-size: 40px;
        letter-spacing: 2px;
    }
    span.jour {
        letter-spacing: 2px;
        font-size: 19px;
    }
    span.artiste {
        font-size: 30px;
        letter-spacing: 3px;
    }

    header {
        padding: 0 10px;
    }

    .header_right .billeterie span {
        display: none;
    }

    .header_right .billeterie {
        margin-right: 0px;
    }

    .header_right .billeterie_menu {
        position: fixed;
        top: 75px;
        right: 0;
        left: unset;
    }

    .header.scroll .billeterie_menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    header.scroll #logo {
        margin-left: 10px;
    }
    #logo {
        margin-left: 15px;
    }

    #menu_close {
        left: 10px;
    }

    .logo_part {
        position: relative;
        height: 90px;
        line-height: 90px;
        vertical-align: middle;
        margin-top: 20px;
    }
    .logo_part:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    .logo_part h1 {
        font-size: 20px;
        text-transform: uppercase;
        color: #4ce89b;
        vertical-align: middle;
        line-height: 16px;
        width: 135px;
        transform: translateY(-50%);
        font-weight: normal;
        top: 50%;
        position: absolute;
        letter-spacing: 2px;
    }

    .accroche span {
        font-family: "AvenirNext-Italic";
        font-size: 18px;
    }
    .accroche {
        font-size: 18px;
        text-align: center;
        margin: 20px 0 40px;
        letter-spacing: 2px;
    }

    .home_slide_infos .event_category {
        font-size: 35px;
        line-height: 45px;
    }

    .home_slide_infos .event_date {
        font-size: 20px;
        line-height: 23px;
    }

    .home_slide_infos .event_title {
        font-size: 37px;
        line-height: 32px;
        letter-spacing: 3px;
    }

    ul#menu-menu {
        margin-top: 50px;
    }
    .home_slide_link {
        padding: 0 20px;
    }

    .lightbox .box {
        padding: 30px;
        width: calc(100vw - 20px);
    }
    .newsletter-box .tab-content {
        width: auto;
        max-width: 400px;
        margin: auto;
    }

    ul.bloc_3_colonnes li.colonne {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 430px) {
    ul.autrement_menu > li {
        width: 50%;
    }
    .accroche {
        margin: 0;
        margin-top: 10px;
    }
    ul.autrement_menu {
        margin-top: 10px;
    }

    ul.autrement_bloc {
        margin-top: 20px;
    }
    header svg {
        vertical-align: middle;
        width: 40px;
        height: 40px;
    }
    .social_network svg {
        width: 25px;
        height: 25px;
    }
    nav.main_menu .menu-menu-container > ul > li {
        font-size: 17px;
    }

    .home_decompte {
        margin-top: 20px;
        font-size: 0;
    }
    .home_decompte div span:first-child {
        font-size: 7px;
        letter-spacing: 0px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        line-height: 0px;
    }
    .home_decompte span.nb {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 3px;
        display: block;
    }
    .lightbox .box {
        padding: 20px;
    }
    .lightbox h3 {
        font-size: 30px;
    }
    .newsletter-box p {
        font-size: 14px;
        line-height: 16px;
    }

    .btn {
        padding: 10px 20px;
    }

    .btn.submit {
        padding: 10px 30px;
        font-size: 12px;
        margin-top: 20px;
    }
    .form_input span {
        font-size: 12px;
    }
    .form_input input.email {
        width: 100%;
        font-size: 12px;
    }

    .home_slide_link {
        bottom: 20%;
    }
    ul.bloc_4_colonnes li.colonne {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .accroche {
        font-size: 14px;
        text-align: center;
        line-height: 14px;
    }
    .accroche span {
        font-size: 13px;
    }
    ul.autrement_menu > li {
        padding: 0;
    }
    .player.on {
        right: 50%;
        bottom: 0%;
        transform: translate(50%, -5px) translateZ(0px);
    }
    .player:before {
        top: -53px;
        left: 50%;
        transform: translateX(-50%);
    }

    .player {
        transform: translate(50%, 100%) translateZ(0px);
        right: 50%;
        bottom: 0px;
    }
}

@media screen and (max-height: 660px) {
    .home_slides {
        min-height: 100vh;
    }
    /*
	.artiste-box {
		width: calc(100% - 20px);
		min-width: auto;
		height: calc(100% - 20px);;
		max-height: calc(100% - 20px);
		overflow: auto;
		display: none;
	}


	.eventbox-open .artiste-box {
		display: block;
	}
	.eventbox.onecolumn .artiste-box {
		width: calc(100% - 20px);
		min-width: auto;
		height: calc(100% - 20px);;
		max-height: calc(100% - 20px);
	}

	.left-box {
		width: 100%;
		display: table;
		height: auto;
	}
	.right-box {
		width: 100%;
		position: relative;
		height: 100vh;
		display: none;
	}

	.left-box-header span.categorie {

		text-align: left;
	}
	.eventbox .infos {

		padding: 0px 0 30px 0;

	}*/
}
