/*
Theme Name: Les 3 éléphants 
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
:root {
  --coul1: #F25B5C; /* rose-rouge */
  --coul1b: #c55051; /* rose-rouge hover */
  --coul2: #572C61; /* violet */
  --beige: #F5F0EA; /* beige */
  --noir: #2a2a2a;
  --gris: #f2f2f2;
  --blanc: #fff;
}

/* RESET CSS
-------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
small {
  font-size: 85%;
}

/* GLOBAL
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {width: 100%;height: 100%;margin:0;padding:0;} 
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	background: var(--blanc);
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position: relative;
}

p, ul, ol, li, table,label {
	color: #565656;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 15px 0px;
}
strong, b,.bold {
	font-weight: bold;
	color:#323232;
	font-weight: 700
}
ul li{
	line-height: 28px;
	margin-left: 15px;
	list-style-type: none;
}

ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 30px;
}

blockquote {
	margin: 50px 30px;
	border: none;
	position: relative;
	padding-left: 30px;
}
blockquote:before {
	content:url(img/quotes.svg);
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 999;
}
blockquote p { 
	font-family: "Playfair Display", serif;
	color: var(--noir);
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
}
blockquote em {
	font-family: "Montserrat", sans-serif;
	display: block;
	color: var(--coul2);
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 25px 0;
}
tr, td, th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
}
th {
	background: #333;
	color: #fff;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:var(--coul1);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:var(--coul1);
}
a:hover {
	color:var(--coul2);
	text-decoration: none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {font-size: 36px;line-height: 46px;font-weight: 700;margin: 20px 0;}
h2 {font-size: 26px;line-height: 36px;font-weight: 700;color:var(--coul1);margin: 20px 0}
h3 {font-size: 22px;line-height: 32px;font-weight: 700;color:var(--coul2);margin: 15px 0}
h4 {font-size: 20px;line-height: 30px;font-weight: 700;color:var(--noir);margin:15px 0}

input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="submit"] {
	background: var(--coul1);
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	text-shadow:none;
	padding: 5px 25px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover{
	background: var(--noir);
	color:#fff;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}
hr {
	border: 0;
	background-color: #ececec;
	height: 1px;
	margin: 30px 0;
}

#page404 {
	padding: 70px 0;
}
.titre-search {
	text-align: center;
}
#mobile-header {
	display: none;
}

/* LOADER
-------------------------------------------------------------- */


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(img/loader.png) no-repeat center center var(--noir);
    background-size: 210px auto;
    z-index:999991;
    opacity: 1;
    visibility: visible;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#preloader.open {
    position:fixed;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    z-index:-99;
    opacity: 0;
    visibility: hidden;
}
.circle-preloader {
	display: block;
	width: 280px;
	height: 280px;
	border: 1px solid var(--coul1);
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	animation: spin 1s infinite linear;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
#main {
	padding-top: 90px;
}

/* HEADER
-------------------------------------------------------------- */
#logo {
	position: absolute;
	left: 0;
	margin: 0;
	top: 35px;
}
#logo img {
	width: 140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 90px;
	z-index: 9999;
	width: 100%;
	background: var(--noir);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
	right: 140px;
	position: absolute;
	top: 30px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header nav ul {
	margin: 0;
	display:inline-block;*display:inline;zoom:1;
}
header nav ul li{
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
header nav a {
	position: relative;
	display: inline-block;*display:inline;zoom:1;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 13px;
	text-align: left;
	line-height: 20px;
}
header nav a:after {
	content:"";
	width: 0px;
	height: 2px;
	background:var(--coul1);
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-radius: 3px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	opacity: 0;
	visibility: hidden;
}
header nav a:hover:after {
	width: 25px;
	bottom: -10px;
	opacity: 1;
	visibility: visible;
}
header nav a:hover{
	color: var(--coul1);
}
header nav a:active, nav a:visited, nav a:focus  {
	color:#fff;
	text-decoration: none;
}
header nav li ul {
	float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120px;
    margin: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
header nav li:hover ul {
    opacity: 1;
    top: 90px;
    visibility: visible;
}
header nav li ul li {
	width: 250px;
}
header nav li ul a  {
	display: block;
	font-size: 16px;
	text-align: left;
	text-transform: none;
	line-height: 24px;
	color: var(--blanc);
	padding: 12px;
	padding-left:15px;
	background: var(--noir);
}
header nav li ul a:active, header nav li ul a:visited, header nav li ul a:focus {
	background: var(--noir);	
	color: var(--blanc);
}

header nav li ul a:hover {
	background: var(--coul2);
	color: #fff;
	border-top: none;
}
header nav ul li.current_page_item > a, 
header nav ul li.current_page_parent > a,
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a {
	color: var(--coul1);
}
header nav li ul li.current_page_item > a, 
header nav li ul li.current_page_parent > a,
header nav li ul li.current-menu-ancestor > a,
header nav li ul li.current-menu-item > a,
header nav li ul li.current-menu-parent > a {
	background: var(--coul2);
	color: #fff;
}
header nav li ul ul {
    left: 320px;
    opacity: 0;
    top: 0;
    position: absolute;
    margin: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

}
header nav li:hover ul ul {
	opacity: 0;
	visibility: hidden;
	top: 0px;
}
header nav li ul li:hover ul {
    opacity: 1;
    visibility: visible;
    left: 350px;
}
header .btn-billetterie {
	position: absolute;
	right: 0;
	margin: 0;
	top: 23px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header.sticky {
	height: 60px;
}
header.sticky #logo {
	top: 18px;
}
header.sticky #logo img {
	width: 150px;
}
header.sticky nav {
	top: 0;
}
header.sticky nav a {
	line-height: 60px;
}
header.sticky nav a:after {
	display: none;
}
header.sticky nav li:hover ul {
    top: 60px;
}
header.sticky nav li ul a  {
	line-height: 24px;
	color: var(--blanc);
	background: var(--noir);
}
header.sticky nav li ul a:active, header.sticky nav li ul a:visited, header.sticky nav li ul a:focus {
	background: var(--noir);	
	color: var(--blanc);
}
header.sticky nav li ul a:hover {
	background: var(--coul2);
	color: #fff;
}
header.sticky .btn-billetterie {
	position: absolute;
	right: 0;
	margin: 0;
	top: 0px;
}
header.sticky .btn-billetterie a{
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0px;
}
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	margin: 0;
	overflow: visible; 
	position: relative;
	z-index: 99991;
	top: -7px;
	left: 0px;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger-box {
	width: 35px;
	height: 20px;
	display: inline-block;
	top: 25px;
	left: 22px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--blanc);
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--slider .hamburger-inner {
	top: 5px; 
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.2s; 
}
.hamburger--slider .hamburger-inner::after {
	top: 20px; 
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); background-color: var(--blanc);
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);background-color: var(--blanc);
	opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg); background-color: var(--blanc);
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--noir);
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  top: 0;
}
#hambmenu .overlay-menu {
 width: 100%;
	padding: 60px 20px 20px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: center; width: 100%;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
  width: 
}
#hambmenu ul li {
	text-align: center;
  display: block;
  position: relative;
  margin: 20px 0;
  line-height: 28px;
}
#hambmenu ul li a {
	font-size: 17px;
	font-weight: 700;
  	color: #fff;
}
#hambmenu ul ul {display: none;}
#hambmenu i{
	font-size: 20px;
	margin-top: 20px;
}
#hambmenu ul li a:hover,
#hambmenu ul li a:focus,
#hambmenu ul li a:active {
  color: var(--coul1);
}
#hambmenu .reso-menu-second li {
	display: inline-block;
}
#hambmenu .reso-menu-second a{
	display: inline-block;
	margin: 3px;
	color: var(--coul1);
}
#hambmenu .reso-menu-second a:hover{
	color: #fff;
}
/* COMMON
-------------------------------------------------------------- */
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item {
	display: inline-block;
	margin: 0.5%;
}
.gallery-item a {
	background: url(img/icon-loupe.png) no-repeat center center #000;
}
.gallery-columns-1 .gallery-item {
	width: 99%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-item img {
	  display: block;
	  width: 100%;
	  height: auto;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item a:hover img{
	opacity: .1;
}
.line {
	width: 50px;
	height: 1px;
	background:var(--coul2);
	margin: 25px 0;
}
.line2 {
	width: 50px;
	height: 3px;
	background:var(--coul1);
	margin: 25px 0;
}
.marge-haut {
	margin-top: 30px;
}
.marge-bas {
	margin-bottom: 30px;
}
.shadow {
	-webkit-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.bouton{
	display: block;
	margin: 20px 0;
	padding: 0;
}
.bouton a, button, input[type=submit], .bouton-sans-lien {
	display: inline-block;
	padding: 12px 25px;
	background: var(--coul1);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton-sans-lien {
	background: var(--coul2);
}
.bouton a:hover, button:hover, input[type=submit]:hover {
	background: var(--coul1b);
}

.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 50%;
}
.zindex-plus {
	z-index: 99;
}
.text-center {
	text-align: center;
}
.angle,.angle2 {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: -180px;
}
.angle:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2.4deg);
  transform-origin: 100%;
  z-index: -1;
}
.angle2:after {
  background: inherit;
  top:-200px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4deg);
  transform-origin: 100%;
  z-index: -1;
}
.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*ELEMENTOR 
----------------------------------------------------- */
.elementor-text-editor ul , #main .rangee ul {
   padding: 0;
}
.elementor-text-editor ul li,#main .rangee ul li{
	list-style: none;
	padding-left:0.6em;
}
.elementor-text-editor ul li:before,#main .rangee ul li:before {
	content: "\f178"; /* FontAwesome Unicode */
	font-family: 'Font Awesome 5 Pro';
	font-weight:300;
	font-size:18px;
	margin-right:10px;
	color:var(--coul1);
	position:relative;
	top:1px;
	left: -15px;
	display: inline-block;
	margin-left: -0.6em; /* same as padding-left set on li */
	width: 0em; /* same as padding-left set on li */
}
#main .elementor-text-editor p:first-of-type {
    margin-top: 0
}
#main .elementor-editor-element-settings li {
	padding: 0!important;
}
#main .elementor-preset:before,#main .elementor-editor-element-settings li:before {
	display: none !important;
}

/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
	max-width: 1280px !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 90% !important;
}
.rangee.container, .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1280px !important;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .full, .rangee.full {
	width: 100% !important;
	max-width: 100% !important;
}
.col {
	position: relative;
	z-index: 9;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-petit {
	flex: 0 0 auto;
	padding: 0 10px;
}
.ecart-normal {
	flex: 0 0 auto;
	padding: 0 20px;
}
.aucun-ecart {
	padding:0;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 20px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 20px 0 0;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 30px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.justify-center {
	justify-content:center;
}
.align-center {
	align-items:center;
}
.align-end {
	align-items:flex-end;
}
/* ---------------------- FONTS ET COULEURS -----------------*/
.playfair {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
}
.blanc {
	background-color: #fff;
}
.gris {
	background-color: var(--gris);
}
.noir {
	background-color: var(--noir);
}
.coul1 {
	background-color: var(--coul1);
}
.coul2 {
	background-color: var(--coul2);
}
.coul3 {
	background-color: var(--coul3);
}
.gradient {
	background: -webkit-linear-gradient(110deg, rgb(242, 91, 92), rgb(87, 44, 97));
	background: linear-gradient(110deg, rgb(242, 91, 92), rgb(87, 44, 97));
}
.gradient-overlay {
	background: -webkit-linear-gradient(110deg, rgba(242, 91, 92,.8), rgba(87, 44, 97,.8));
	background: linear-gradient(110deg, rgba(242, 91, 92,.8), rgba(87, 44, 97,.8));
}
.font-coul1 {color: var(--coul1);}
.font-coul2 {color: var(--coul2);}
.font-coul3 {color: var(--coul3);}
.font-noir {color: var(--noir);}
.font-blanc {color:#fff;}
.font20 {font-size: 20px;}
.font25 {font-size: 25px;}
.font30 {font-size: 30px;}

.noir p, .coul1 p, .coul2 p, .coul3 p, .coul1 strong, .coul2 strong, .coul3 strong, .noir strong,.noir li, .coul1 li, .coul2 li, .coul3 li {color: #fff}
.noir .blanc p, .coul1 .blanc p, .coul2 .blanc p, .coul3 .blanc p, .coul1 .blanc strong, 
.coul2 .blanc strong, .coul3 .blanc strong, .noir .blanc strong,.noir .blanc li, .coul1 .blanc li, .coul2 .blanc li, .coul3 .blanc li {color: #565656}


/* SLIDER
-------------------------------------------------------------- */
.bx-wrapper{
	position:relative;
	margin-bottom:0px;
	padding:0;
	-ms-touch-action:pan-y;touch-action:pan-y;
}
.bx-wrapper img{
	max-width:100%;
	display:block
}
.bxslider{
	margin:0;
	padding:0;
	-webkit-perspective:1000
}
ul.bxslider{
	list-style:none
}
.bx-viewport{
	-webkit-transform:translateZ(0)
}
.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{
	position:absolute;
	width: 86%;
	bottom:35px;
	left: 50%;
	transform:translateX(-50%); 
	z-index: 99;
}
.bx-wrapper .bx-pager{
	text-align:left;
	margin-left: 20px;
	font-size:.85em;
	font-family:Arial;
	font-weight:700;
	color:#fff;
	padding-top:20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:var(--coul1);
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{
	display:inline-block;
	vertical-align:bottom
}
.bx-wrapper .bx-pager-item{
	font-size:0;
	line-height:0
}
#slider {
	position: relative;
}
#slider ul {
	margin: 0;
	padding: 0;
	height: 700px;
	transition: all ease-in-out 1s;
	opacity: 0;
	visibility: hidden;
}
#slider ul.active-slider {
	opacity: 1;
	visibility: visible;
}
#slider .slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slider .slide .rangee {
	height: 100%;
}
#slider .slide h2 {
	color: var(--noir);
	font-weight: 900;
	font-size: 64px;
	line-height: 60px;
	margin: 0px;
    transition: all 1s ease-in-out .3s;
    position: relative;
    top: -30px;
    opacity: 0;
    visibility: hidden;
}
#slider .bloc-contenu-slide {
	display: block;
	transition: all .8s ease-in-out .3s;
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 30%;
	background:#fff;
	padding: 30px 50px;
    opacity: 0;
    visibility: hidden;
}
#slider .bloc-contenu-slide:before {
	content: "";
	height: 0px;
	width: 4px;
	transition: height .4s ease-out  ;
	background:var(--coul1);
	position: absolute;
	left: 0;
	bottom: 0;
}
#slider .bloc-contenu-slide:hover:before {
	height: 100%;
	transition: height .4s ease-in  ;
}
#slider ul.active-slider .bloc-contenu-slide {
	bottom: 0;
	opacity: 1;
    visibility: visible;
}
#slider ul.active-slider .active-slide .bloc-contenu-slide {
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}

#slider .sous-titre-slide, #slider ul.active-slider .active-slide .sous-titre-slide {
	position: relative;
	font-weight: 700;
	color: var(--coul1);
	margin: 10px 0 0 0;
    transition: all ease-in-out 1.2s;
    top: -90px;
    opacity: 0;
    visibility: hidden;
}

#slider ul.active-slider .slide p,#slider ul.active-slider .slide h2,#slider ul.active-slider .sous-titre-slide {
	opacity: 1;
    visibility: visible;
}
#slider ul.active-slider .sous-titre-slide {
	top: 0;
}
#slider ul.active-slider .slide h2 {
	top: 0;
}
#slider ul.active-slider .sous-titre-slide:before {
	top: -30px;
}
#slider ul.active-slider .active-slide h2 {
    position: relative;
    top: -30px;
    opacity: 0;
    visibility: hidden;
}
#slider #reso-slide {
	margin: 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#slider #reso-slide a{
	margin: 0px 0;
	font-size: 22px;
	display: inline-block;
	color: #fff;
	display: block;
}
#slider #reso-slide a:hover{
	color: var(--coul1);
}

/* -------------------------------------------------------------- */
/* HOME
/* -------------------------------------------------------------- */
#news {
	padding: 70px 0 70px 0;
}
p.titre {
	font-size: 55px;
	line-height: 80px;
	margin-bottom: 30px;
	margin-top: 0;
}
.all {
	position: absolute;
	right: 20px;
	top: 30%;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.all a {
	color: #fff;
}
.all a:after {
	content: url(img/long-arrow-blanc.svg);
	margin-left: 10px;
	transition: all .6s ease-out;
}
.all a:hover:after {
	margin-left: 20px;
	transition: all .3s ease-in;
}
.news {
	height: 100%;
}
.news p.image {
	line-height: 0;
	position: relative;
}
.news p.image a{
	display: block;
	position: relative;
}
.mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .4s ease-in;
	opacity: 0;
	visibility: hidden;
}
.mask:after {
	font-family: "Font Awesome 5 Pro";
	content:"\f002";
	font-weight: 300;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all .5s ease-in;
}
.mask.mask-coul2 {
	background: rgba(87,44,97,.75);
}
.news p.image a:hover .mask {
	opacity: 1;
	visibility: visible;
	transition: all .6s ease-out;
}
.news p.image a:hover .mask:after {
	opacity: 1;
	visibility: visible;
	transition: all .4s ease-out;
}
.news .contenu {
	margin: 0;
	padding: 30px;
}
.news .contenu h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}
.news p {
	font-size: 16px;
}
#focus {
	position: relative;
	z-index: 999;
	top: -20px;
	margin-bottom: -55px;
}
#focus .all a, .vous-aimerez .all a{
	color: var(--coul1);
}
#focus .all a:after, .vous-aimerez .all a:after {
	content: url(img/long-arrow-rouge.svg);
}
.focus {
	display: block;
	overflow: hidden;
	height: 560px;
	position: relative;
}
.focus .mask-focus {
	display: block;
	width: 100%;
	padding: 60px 30px 80px 30px;
	position: absolute;
	bottom:-100px;
	left: 0;
	transition: all .4s ease-in;
	opacity: 0;
	visibility: hidden;
	transform: skewY(-6deg);
}
.focus .mask-focus .content-mask-focus {
	transform: skewY(6deg);
}
.focus:hover .mask-focus  {
	opacity: 1;
	visibility: visible;
	transition: all .6s ease-out;
	bottom:-40px;
}
.focus .mask-focus h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	margin: 0;
}
.focus .mask-focus .sous-titre-focus {
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	color: #fff
}

/* -------------------------------------------------------------- */
/* SINGLE ARTISTE
/* -------------------------------------------------------------- */
#image-une-artiste {
	height: 600px;
}
#single-artiste {
	padding:70px 0 0 0;
}
.section-contenu-artiste {
	z-index: 99;
}
#single-artiste h1 {
	display: block;
	position: relative;
	font-size: 90px;
	line-height: 90px;
	color: var(--noir);
	margin-top: 0;
}
.whitespace {
	height: 40px;
}
.underline {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 20px), var(--coul1) 20px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.underline span, .underline2 span {
	position: relative;
	top: 10px;
}

#single-artiste h2.titre-spectacle {
	display: inline-block;
	position: relative;
	font-size: 50px;
	line-height: 50px;
	color: var(--coul1);
	margin-top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#single-artiste .pays {
	margin-top: 25px;
	font-weight: 700;
	color: var(--coul2);
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
#single-artiste .site {
	font-weight: 700;
	color: var(--coul1);
}
#single-artiste .reseaux-artiste {
	font-size: 20px;
}
#single-artiste .reseaux-artiste a {
	display: inline-block;
	margin: 0 20px 0 0;
}
.infos-dates {
	text-align: center;
}
.icone-calendar {
	margin: 25px 0;
}
.jour {
	font-size: 19px;
	color: var(--coul1);
	margin: 0 0 2px 0;
	font-weight: 700;
	
}
.scene {
	margin: 0 0 20px 0;
	font-size: 19px;
	color: var(--coul2);
	font-weight: 300;
	
}
.infos-dates .bouton {
	margin-top: 30px;
}
.section-video {
	margin-top: 60px;
	background:var(--gris);
}
.section-video.no-relations {
	margin-bottom: -35px;
}
.section-video .video-container {
	position: relative;
	z-index: 9;
}
.section-video.no-marge {
	margin-top: 0px;
}
.section-presse {
	padding: 100px 0;
	background:#fff;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
.content-section-presse{
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
}
.vous-aimerez {
	padding: 70px 0 0px 0;
	position: relative;
	z-index: 999;
	top: -20px;
	margin-bottom: -55px;
}
.citations {
	padding: 0px;
	position: relative;
}
.citations ul, .citations li {
	position: relative;
	margin: 0!important;
	list-style-type: none!important;
	padding: 0!important;
}
.content-section-presse .col80:before {
	content:url(img/quotes.svg);
	position: absolute;
	left: 7%;
	top: -10px;
	z-index: 999;
}
.citations li:before {
	display: none !important;
}
.citations p.source{
	color: var(--coul2);
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
}
.citations p.citation{
	color: var(--noir);
	position: relative;
	font-size: 45px;
	line-height: 55px;
}

.unslider-nav {display: none;}
.unslider{margin:0;padding:0;position: relative;}
.unslider-wrap{
	position:relative;	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	flex-flow: row wrap;
	align-items:center;
}
.unslider-wrap.unslider-carousel li{display:inline-block!important;vertical-align:center;}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none;}
.unslider-arrow{position:absolute;top:50%;margin-top:-25px;left:0px;z-index:2;cursor:pointer}
.unslider-arrow.prev{display:none;}
.unslider-arrow.next{left:auto;right:20px;text-indent: -9999px;}
.unslider-arrow:after{
	position: absolute;
	text-indent: 0px;
	right: -80px;
	font-family: 'Font Awesome 5 Pro';
  	font-weight: 300;
  	font-size: 30px;
  	content: '\f061';
  	color: var(--coul2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.unslider-arrow:hover:after{color: var(--coul2);}
.no-arrows .unslider-arrow {display: none;}


/* -----------------CAROUSEL---------------*/
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    line-height: 1;
    opacity: .8;
    color: var(--coul2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -50px;
}
.slick-prev:before {
    content: "\f060"; /* FontAwesome Unicode */
}
.slick-next {
    right: -50px;
}
.slick-next:before {
    content: '\f061';
}

/* -------------------------------------------------------------- */
/* PAGE PROGRAMMATION
/* -------------------------------------------------------------- */
#bloc-titre-page {
	position: relative;
}
#bloc-titre-page .rangee{
	height: 400px;
	align-items: center;
}
#bloc-titre-page .rangee{
	height: 400px;
	align-items: center;
}
#bloc-titre-page .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}
#bloc-titre-page .col100 {
	position: relative;
	top: 30px;
}
#bloc-titre-page h1 {
	text-align: center;
	font-size: 60px;
	line-height: 65px;
	margin: 0;
	color: #fff;
}
#bloc-titre-page .bouton {
	text-align: center;
	margin-top: 40px;
}
#bloc-titre-page .bouton a{
	margin: 0 15px;
}
#programmation {
	padding-bottom: 70px;
}
.col-tri {
	margin-bottom: 40px;
}
.titre-tri {
	color: var(--noir);
	font-size: 28px;
	line-height: 26px;
}
.bloc-vignette {
	margin-bottom: 25px;
}
.vignette {
	position: relative;
	display: block;
	transform: scale(1);
   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;background:#fff;
    height: 100%;
}
.contenu-vignette {
	padding: 25px;
	background:#fff;
}
.contenu-vignette h2 {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
}
.contenu-vignette p {
	margin: 5px 0 0 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: var(--coul2);
}
.vignette:after {
	content:"";
	width: 0%;
	height: 3px;
	background:var(--coul1);
	position: absolute;
	bottom: 0;
	left:0;
	transition: width .4s ease-out  ;
}
.vignette:hover:after {
	width: 100%;
	transition: width .4s ease-in  ;
}
.vignette:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.vignette:hover h2 {
	color: var(--coul2);
}
#programmation .facetwp-checkbox {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom: 15px;
	color: #565656;
	background-image: url(img/checkbox.png);
	padding-left: 30px;
	background-size: 20px;
	background-position-x: 0px;
	background-position-y: 0px;
	position: relative;

	font-size: 15px;
	line-height: 22px;
}
#programmation .facetwp-checkbox:hover {
	color: var(--coul1);
}
#programmation .facetwp-checkbox.checked {
	background-image: url(img/checkbox-check.png);
	font-weight: 700;
	color: var(--coul1);
}
#programmation .facetwp-counter {
    display: none;
}

/* -------------------------------------------------------------- */
/* SINGLE
/* -------------------------------------------------------------- */
#single {
	padding: 0 0 60px 0;
	background:var(--gris);
}
#single h1 {
	text-align: center;
	font-size: 55px;
	line-height: 65px;
	margin-bottom: 20px;
	color: #fff;
}
#single .date {
	text-align: center;
	margin: 0;
	color: #fff;
}
#single .bloc-titre {
	padding: 100px 0 200px 0;
	text-align: center;
	margin-bottom: 60px;
}
#single .bloc-contenu {
	z-index: 99;
	top: -200px;
	margin-bottom: -200px;
}
#single .contenu {
	padding: 40px 50px;
}
.share {
	margin-top: 35px;
}
.share a{
	margin:0 10px;
}
.share a:hover{
	margin:0 10px;
}
#bloc-news h2.playfair {
	margin: 0;
	padding: 20px 0 25px 0;
	text-align: center;
	color: var(--noir);
	font-size: 42px;
}
#bloc-news .line2 {
	margin: 0 auto;
}
#bloc-news .news{
	position: relative;
	z-index: 999;
	bottom: -35px;
}
#bloc-news.page-news {
	position: relative;
	top: -260px;
	margin-bottom: -320px;
}
.insta-logo {
	margin-top: 100px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
	color: var(--noir)
}
.insta-logo i{
	margin-bottom: 20px;
	font-size: 40px;
	display: block;
	color: var(--coul1);
}
#page {
	padding: 70px 0;
}
#page h1 {
	color: var(--coul1);
	margin-bottom: 40px;
}
/* -------------------------------------------------------------- */
/* FOOTER
/* -------------------------------------------------------------- */
#pocpok {
	background:var(--coul2);
	padding: 80px 0 40px 0;
	position: relative;
	z-index: 99;
}
#pocpok p.madeby {
	text-transform: uppercase;
	color: var(--coul1);
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px 0;
}
#pocpok p.logo-pocpok {
	text-align: center;
	margin: 0;
}
#pocpok p.logo-pocpok img{
	width: 120px;
}
#reseaux-sociaux {
	padding: 20px;
	background:var(--noir);
}
#reseaux-sociaux p {
	margin: 0;
	text-align: center;
	font-size: 20px;
}
#reseaux-sociaux a {
	color: #fff;
	display: inline-block;
	margin: 0 25px;
}
#reseaux-sociaux a:hover {
	color: var(--coul1);
}
footer {
	position: relative;
	z-index: 99;
	padding:50px 0 70px 0;
	background: #2e2e2e;
}
footer ul {
	margin: 0;
	
}
footer ul li{
	list-style-type: none;
	padding: 0!important;;
	color: #ccc;
	font-size: 14px;
	line-height: 26px;
	margin: 5px 0;
}
footer ul li:before {
	display: none !important;
}
footer a, footer a:active, footer a:visited, footer a:focus {
	color: #ccc;
}
footer a:hover {
	color: var(--coul1);
}
.cm {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}
.cm img {
	width: 250px
}

.elementor-shape-bottom svg, .elementor-shape-top svg { z-index: -1; }