/*
Theme Name: Art Rock
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
:root {
  /* --coul1: #e2007e; coul1 : rose */
  /* --coul2: #1C072A; /* coul2  : bleu foncé */
  /* --coul3: #0053A2; /* coul3 : bleu */
  --coul1: #ff0032; /* coul1 : rose */
  --coul2: #00009B; /* coul2  : bleu foncé */
  --coul3: #0053A2; /* coul3 : bleu */
  --noir: #101010;
  --gris: #f1f1f1;
  --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: 'Bricolage Grotesque', 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 12px;
  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 {
	background: var(--gris);
	font-family: 'Bricolage Grotesque', 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: 17px;
	line-height: 28px;
	margin: 15px 0px;
}
strong, b,.bold {
	font-weight: bold;
	color:#101010;
	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: 0 50px 30px 50px;
	border: none;
	padding-left: 30px;
}
blockquote p { 
	color: var(--noir);
	font-weight: 700;
	line-height: 34px;
	font-size: 24px;
	margin-top: 0;
}
blockquote em {
	font-weight: 400;
	color: #999
}
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;
	font-family: 'Bricolage Grotesque', sans-serif;
	font-style: normal;
}

h1 {font-size: 40px;line-height: 46px;font-weight: 700;margin: 20px 0;}
h2 {font-size: 34px;line-height: 38px;font-weight: 700;color:var(--coul2);margin: 20px 0}
h3 {font-size: 28px;line-height: 34px;font-weight: 700;color:var(--coul1);margin: 15px 0}
h4 {font-size: 22px;line-height: 30px;font-weight: 700;color:var(--coul3);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;
	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 !important;
	height: 1px;
	margin: 30px 0!important;
}

#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/logo-artrock-blanc.svg) no-repeat center center var(--coul2);
    background-size: 120px 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: 200px;
	height: 200px;
	border: 1px solid var(--coul2);
	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: 80px;
}

/* HEADER
-------------------------------------------------------------- */

#logo {
	margin: 0;
	position: absolute;
	left: 30px;
	top: 25px;
}
#logo img {
	width: 130px;
	height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 80px;
	z-index: 999;
	width: 100%;
	background: var(--blanc);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header nav {
	left: 180px;
	position: absolute;
	top: 0px;
	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;
	font-weight: 700;
	font-style: normal;
}
#header nav a {
	display: inline-block;*display:inline;zoom:1;
	vertical-align: middle;
	color: var(--coul2);
	font-size: 14px;
	padding: 0px 12px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 80px;
	position: relative;
}
#header nav a:active, #header nav a:visited, #header nav a:focus  {
	color:var(--coul2);
	text-decoration: none;
}
#header nav a:hover{
	color: var(--coul1);
}
#header nav a:before {
	content: "";
	width: 0%;
	height: 2px;
	background-color: var(--coul2);
	position: absolute;
	top: 0;
	left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header nav a:hover:before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: var(--coul2);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#header #menu-right {
	margin: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	background-color: var(--coul2);
}
#header #menu-right li {
	display: inline-block;
	padding: 0px;
	margin: 0;
	list-style-type: none;
}
#header #menu-right li a {
	display: block;
	font-size: 14px;
	padding: 0px 12px;
	letter-spacing: 0px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
}
#header #menu-right li a:hover {
	color: var(--coul1);
}
#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: 80px;
    visibility: visible;
}
#header nav li ul li {
	width: 250px;
}
#header nav li ul a  {
	display: block;
	text-align: left;
	text-transform: none;
	line-height: 24px;
	color: var(--blanc);
	padding: 12px 12px;
	letter-spacing: 0px;
	background: var(--coul2);
}
#header nav li ul a:before {
	display: none;
}
#header nav li ul a:active, #header nav li ul a:visited, #header nav li ul a:focus {
	background: var(--coul2);	
	color: var(--blanc);
}

#header nav li ul a:hover {
	background: var(--coul1);
	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(--coul1);
	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;
}
.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(--noir);
	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(--coul2);
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#hambmenu .overlay-menu {
	padding: 60px 20px 20px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: auto;
}
#hambmenu ul li {
  display: block;
  position: relative;
  margin: 15px 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
-------------------------------------------------------------- */
.typo2, .typo2 p {
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.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: 40px;
	height: 3px;
	background:var(--coul1);
}
.line.line-center {
	margin: 0 auto;
}
.marge-haut {
	margin-top: 30px;
}
.marge-bas {
	margin-bottom: 30px;
}
.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 */
}
.elementor-slideshow__footer {
	display:none!important;
}
#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;
}
.elementor-text-editor p:first-of-type {
    margin-top: 0
}
.elementor-text-editor p:last-of-type {
    margin-bottom: 0
}
.elementor-menu-anchor {
top: -100px;
position: relative;
}
.elementor-toc__list-wrapper li{
	padding-left:0 !important;
}
.elementor-toc__list-wrapper li:before {
	display:none !important;
}

/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 86%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 86% !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%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.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-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;
}
.col-marge-left {
	padding-left: 40px;
}
.col-marge-right {
	padding-right: 40px;
}
.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;
}
.blanc {
	background-color: #fff;
}
.gradient-coul1-coul2 {
	 background-image: linear-gradient(to right top, #e2007e, #a91174, #731662, #431348, #1c072a);
}
.gradient-coul3-coul2 {
 	background-image: linear-gradient(to right top, #0053a2, #263e82, #2a2b62, #251945, #1c072a);
}
.gradient-3d {
	 background-image: linear-gradient(to right top, #e2007e, #b70f77, #8e156c, #67165c, #431348, #391648, #2f1847, #251945, #29265b, #293472, #22438a, #0053a2);
}
.gradient-3d {  
	background-image: linear-gradient(to bottom, #ff7a20, #ff4857, #e32e86, #a63da9, #434db6);
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(255,122,32,1) 100%); 
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(16,186,212,1) 100%); 
	/* background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(241,27,27,1) 100%);
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(170,223,155,1) 100%); */
}
.gradient-bandeaux {
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(47,60,172,.6) 100%); 
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(16,186,212,1) 100%); 
}
.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);
}
.font-coul1 {color: var(--coul1);}
.font-coul2 {color: var(--coul2);}
.font-coul3 {color: var(--coul3);}
.font-noir {color: var(--noir);}
.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}

.coul1 a {
	color: var(--noir);
}
.coul1 a:hover {
	color: var(--coul2);
}
.coul2 a:hover {color:var(--noir);}
.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: 30px 0px 20px 0;
	padding: 0;
}
.bouton a, button, input[type=submit], .bouton-sans-lien  {
	display: inline-block;
	padding: 12px 25px 12px 25px;
	background: var(--coul1);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	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 a:hover, button:hover, input[type=submit]:hover {
	background: var(--coul2);
}

.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 50%;
}

/* -------------------------------------------------------------- */
/* SLIDER
/* -------------------------------------------------------------- */

#slider {
	padding: 70px 50px;
	height: 70%;
	position: relative;
}
#slider:after {
	content: "";
	width: 500px;
	height: 110px;
	background-color: var(--gris);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#slider #arrow-slider a{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
#slider #arrow-slider a:hover {
	top: 51%;
}
#slider .rangee {
	z-index: 2;
}
#slider .rangee .coltitre {
	position: relative;
	right: -100px;
	z-index: 1;
}
#slider h1 {
	color: #fff;
	font-size: 180px;
	line-height: 140px;
	margin: 10px 0 0px 0;
	text-shadow: 2px 1px 10px rgba(60,60,60,0.4);
}
#slider h1 span {
	font-family: 'Bricolage Grotesque', sans-serif;
	display: block;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0px;
	font-weight: 400;
}
#slider .sous-titre-slider {
	color: #fff;
	margin-top: 10px;
	font-size:32px;
	font-weight: 400;
}
#slider .bouton {
	display: inline-block;
}
ul.reso-home {
	margin:0;
	text-align: right;
	position: absolute;
	z-index: 99;
	bottom: 15px;
	right: 70px;
}
ul.reso-home li {
	display: inline-block;
	margin:0;
	margin-left: 18px;
	font-size: 19px;
}
ul.reso-home li:before {
	display: none !important;
}
ul.reso-home li a {
	color:var(--coul2);
}
ul.reso-home li a:hover {
	color:var(--coul1);
}
#flash {
	padding: 30px 0;
}
#flash p {
	display: inline-block;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	font-weight: 700;
}
#flash p.titre-flash {
	padding: 15px 25px;
	background-color: var(--coul2);
	color: #fff;
	letter-spacing: 0.5px;
}
#flash p.texte-flash a{
	display: block;
	padding: 5px 25px;
	border-right: 2px solid var(--coul2);
}
#news {
	position: relative;
}
#news .fond-news {
	width: 35%;
	height: 360px;
	position: absolute;
	bottom: -120px;
	right: 0;
	z-index: -1;
}
h2.titre {
	font-size: 60px;
	line-height: 55px;
}
#news .news {
	margin-bottom: 30px;
}
#news .bouton {
	margin-top: 60px;
}
#news .image-news {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
#news .content-news {
	padding: 40px;
	background:#fff;
	border-right: 3px solid var(--coul1);
}
#news.page-news {
	padding-top: 70px;
}
#news.page-news .content-news {
	border-right: 0px;
}
#news.page-news .col33 {
	margin-bottom: 30px;
}
#news .news-all {
	height: 100%;
	background-color: #fff;
	border-bottom: 3px solid var(--coul1);
}
#news .content-news h2{
	margin-top: 0;
}
#news .content-news h2 a {
	color: var(--coul2);
}
#news .content-news h2 a:hover {
	color: var(--coul1);
}
/* -------------------------------------------------------------- */
/* THEME
/* -------------------------------------------------------------- */
#page {
	padding: 70px 0;
}
#page h1 {
	font-size: 46px;
}
#une-prog {
	padding: 60px 60px ;
	position: relative;
	overflow: hidden;
}
#une-prog:after {
	content: "";
	width: 40%;
	height: 110px;
	background-color: #fff;;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#une-prog .image {
	z-index: 2;
}
#une-prog .bloc-titre-prog {
	position: relative;
	z-index: 9;
	left: 70px;
	top: -20px;
}
#une-prog .bloc-titre-prog h1{
	color: #fff;
	font-size: 150px;
	width: 100%;
	font-size: 8vw;
	line-height: 7vw;
	font-weight: 700;
	margin: 0 0 60px 0;
	text-shadow: 2px 1px 10px rgba(60,60,60,0.5);
}
#une-prog .bloc-titre-prog .pays {
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0;
}
#pratique-prog {
	padding: 40px 0;
	background-color: #fff;
}
#pratique-prog .col-pratique-prog {
	border-right: 1px solid var(--coul2);
	padding: 0 25px 0 0;
	
}
#pratique-prog .col-pratique-prog.last {
	border:0px;

}
#pratique-prog .col-pratique-prog p {
	margin: 0;
	font-weight: 700;
	color: var(--coul2);
	display: inline-block;
	vertical-align: middle;
}
#pratique-prog .col-pratique-prog i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 32px;
	color: var(--coul1);
}
#content-prog {
	padding: 50px 0;
}
.video-youtube {
	margin-top: 20px;
}
#single-prog .reseaux-artiste {
	font-size: 20px;
}
#single-prog .reseaux-artiste a {
	display: inline-block;
	margin: 0 20px 0 0;
}
.citations {
	padding: 0px;
	position: relative;
}
.section-presse {
	padding: 50px 50px 20px 50px;
}
.citations ul, .citations li {
	position: relative;
	margin: 0!important;
	list-style-type: none!important;
	padding: 0!important;
}

.citations li:before {
	display: none !important;
}
.citations p.source{
	color: var(--coul1);
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
.citations p.citation{
	color: var(--coul2);
	position: relative;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

.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: -70px;
	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;}

/* ////////// WIDGET ACCORDEON ///////////*/

.bloc-accordeon {
	margin: 30px 0 30px 0;
}

.bloc-accordeon .titre-accordeon {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 15px 0;
	margin: 0;
  color: var(--coul2);
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bloc-accordeon .titre-accordeon:hover {
  border-bottom: 1px solid var(--coul1);
  color: var(--coul1);
}
.bloc-accordeon .titre-accordeon:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f067';
  position: absolute;
  right:0;
  top: 10px;
  font-size: 20px;
  color: var(--coul2);
  padding: 5px;
  text-align: center;
	-webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.bloc-accordeon .titre-accordeon:hover:after {
  color:var(--coul1);
}

.bloc-accordeon .titre-accordeon.active:after {
  transform: rotate(45deg);
  color: var(--coul1);
}
.texte-accordeon {
	overflow: hidden;
	display: none;
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	background: #fff;
}

#autres-prog {
	padding: 20px 0 70px 0;
	background-image: url(img/cercle.png);
	background-repeat: no-repeat;
	background-position: bottom -100px left;
	background-size:contain;
}
#autres-prog .sous-titre {
	font-size: 40px;
	margin-bottom: 45px;
}
.vignette {
	display: block;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.vignette:hover {
	   	-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);
}
.vignette .image {
	margin: 0;
	position: relative;
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 98;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right top, #e2007e, #b70f77, #8e156c, #67165c, #431348, #391648, #2f1847, #251945, #29265b, #293472, #22438a, #0053a2);
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(255,122,32,1) 100%);
	background: linear-gradient(349deg, rgba(47,60,172,1) 5%, rgba(16,186,212,1) 100%); 
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mask i {
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
   	opacity: 0;
	visibility:hidden;
}
.vignette:hover .mask, .image-news:hover .mask {
	opacity: 0.8;
	visibility:visible;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.vignette:hover .mask i, .image-news:hover .mask i {
	top: 50%;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
   	opacity: 1;
	visibility:visible;
}
.vignette .content-vignette {
	margin: 0;
	padding: 25px;
	background-color: #fff;
}
.vignette .content-vignette h2 {
	margin: 0;
	color: var(--coul2);
}
.vignette .content-vignette .sous-titre-vignette {
	color: var(--coul1);
	margin: 10px 0 0 0;
	font-weight: 400;
}
/* -------------------------------------------------------------- */
/* PAGE PROG
/* -------------------------------------------------------------- */
#page-programmation {
	position: relative;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#page-programmation .vignette {
	margin-bottom: 30px;
}
#list-prog {
	padding: 30px 0 70px 0;
	background-image: url(img/cercle.png);
	background-repeat: no-repeat;
	background-position: bottom -100px left;
	background-size:contain ;
}
.bloc-titre-page {
	position: relative;
}
.bloc-titre-page .rangee{
	height: 470px;
}
.bloc-titre-page .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}
.bloc-titre-page .col100 {
	position: relative;
}
.bloc-titre-page h1 {
	font-size: 70px;
	line-height: 85px;
	color: #fff;
	margin-top: 30px;
	text-shadow: 2px 1px 10px rgba(60,60,60,0.5);
}
.bloc-titre-page .bouton a{
	margin: 10px 25px 0 0;
}
.tri .facetwp-facet {
    margin-bottom: 20px;
}
.tri .facetwp-checkbox {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom: 10px;
	color: var(--coul2);
	background-image: none;
	padding-left: 0px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
}
.tri .facetwp-checkbox:hover {
	color: var(--coul1);
}
.tri .facetwp-checkbox.checked {
	background-image: none;
	font-weight: 700;
	color: var(--coul1);
}
.tri .facetwp-checkbox.checked:before {
	content:"\f00d";
  	position: absolute;
  	font-family: 'Font Awesome 5 Pro';
  	top: 50%;
  	right: 0%;
  	transform: translate(-50%,-50%);
	font-weight: 300;
	color: var(--coul1);
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
}
.tri .facetwp-checkbox.checked:hover:before {
	color: var(--coul1);
}
.tri .facetwp-counter {
    display: none;
}
.tri-jours {
	position: relative;
	width: 100%;
}
.tri-jours .titre-tri {
	margin: 0 20px 0 0;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0;
	color: var(--coul1);
}
.tri-jours .facetwp-checkbox {
	display: inline-block;
	padding: 0 25px 0 0;
	margin: 10px 0;
	font-weight: 700;
}
.tri-jours .facetwp-facet {
	display: inline-block;
}
#btn-filtre {
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px 25px;
	color: #fff;
	font-size: 16px;
	background-color: var(--coul1);
	margin: 0;
	display: inline-block;
	font-weight: 700;
	border-radius: 5px;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
}
#btn-filtre:hover {
	background-color: var(--coul2);
}
#side-tri {
	position: absolute;
	top: 0px;
	right: -400px;
	z-index: 99;
	width: 400px;
	height: 100%;
	background:#fff;
	padding: 40px 40px;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
  	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
}
#side-tri.open {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all ease-out 0.4s;
  	-o-transition: all ease-out 0.4s;
  	transition: all ease-out 0.4s;
}
#side-tri .close-tri {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 30px;
	width: 20px;
	height: 20px;
	background: url('img/close-tri.svg') no-repeat center center;
	background-size: cover;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
}
#side-tri .close-tri:hover {
	opacity: .4
}
#side-tri h2 {
	margin-top: 0;
}
#side-tri .titre-tri {
	font-weight: 700;
	color: var(--coul1);
	margin-top: 0;
}
#side-tri button {
	margin: 30px 0;
}
/* -------------------------------------------------------------- */
/* SINGLE POST
/* -------------------------------------------------------------- */
#single {
	padding: 0 0 70px 0;
	position: relative;
	top: -40px;
}
#single h1 {
	display: inline-block;
	max-width: 500px;
	padding: 25px 40px;
	color: #fff;
}
.bloc-content {
	padding: 40px 60px;
}
/* -------------------------------------------------------------- */
/* FOOTER
/* -------------------------------------------------------------- */

#footer {
	position: relative;
	z-index: 99;
	padding:70px 0 50px 0;
	background: var(--noir);
}
#footer .titre-footer {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	color: var(--coul1);
}
#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin: 5px 0;
}
#footer a, #footer a:active, #footer a:visited, #footer a:focus {
	color: #fff;
}
#footer a i {
	margin-right: 10px;
}
#footer a:hover {
	color: var(--coul1);
}
#footer .footer-part-one {
	border-bottom: 0.5px solid #fff;
	padding-bottom: 35px;
}
#footer .footer-part-one .sur-titre-footer {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
#footer .footer-part-one .slogan-footer {
	font-size: 28px;
	font-weight: 700;
	text-transform: ;
	letter-spacing: 0.5px;
	color: #fff;
}
#footer .bouton {
	text-align: right;
}
#footer .bouton a {
	margin-left: 25px;
	color: #fff;
	border:1px solid var(--coul1);
}
#footer .bouton a:hover {
	background-color: transparent;
	color:var(--coul1);
	border:1px solid var(--coul1);
}
#footer .footer-part-two {
	padding-top: 35px;
}
#footer .footer-part-two .logo-footer {
	margin-top: 0;
	text-align: right;
}
#footer .footer-part-two .logo-footer img {
	width: 130px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
#footer ul li:before {
	display: none;
}
#footer ul.reso-footer {
	margin-bottom: 80px;
	text-align: right;
}
#footer ul.reso-footer li {
	display: inline-block;
	margin-left: 17px;
	font-size: 24px;
}
#credits {
	background:var(--noir);
	padding: 20px 0;
}
#credits p{
	font-size: 12px;
	margin: 0;
	font-weight: 300;
}
#credits .col40 p {
	text-align: right;
}
#credits .col60 p a{
	margin-right: 25px;
}
#credits p a {
	cursor: pointer;
	color: #efefef;
}
#credits p a:hover {
	color: var(--coul1);
}
