/*
Theme Name: Bibliothèques de Rennes
Author: La Confiserie
Author URI: https://www.laconfiserie.fr
Description: Thème sur-mesure
Version: 1.0
*/
:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: initial;
}
/* 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, 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;
	vertical-align: baseline;
}


/* GLOBAL
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {
	width:100%;
	scroll-behavior: smooth;
	line-height: 1.15; /* 1 */
  	-webkit-text-size-adjust: 100%; 
} 
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
	overflow: hidden;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// GRILLE
----------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 96%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 700px;
}
.fullwidth, .full, .rangee.full, .section-flexible.fullwidth .rangee{
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col3 {
	flex-basis:3%;
	width: 3%;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col15 {
	flex-basis:15%;
	width: 15%;
}
.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%;
}
.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%;
}
.col57 {
	flex-basis:57%;
	width: 57%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col66 {
	flex-basis:66.6%;
	width: 66.6%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal{
	flex: 0 0 auto;
	padding: 15px 20px;
}
.aucun-ecart {
	padding: 0;
}
.aucun-ecart .ecart-normal{
	padding:15px 0;
}
.fullwidth .aucun-ecart .ecart-normal{
	padding:0;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 40px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 40px 0 0;
}
.fullwidth.ecart-full .aucun-ecart, .section-flexible.aucun-ecart .ecart-normal, .section-flexible.aucun-ecart .colonne01, .section-flexible.aucun-ecart .colonne02 {
	padding:0 ;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 40px;
}
.col-left-marge {
	padding-right: 40px;
}
.col-right-marge {
	padding-left: 40px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 40px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:end;
}
.space-between {
	justify-content:space-between;
}
.items-align-end {
	align-items: end;
}
.align-center, .items-align-center {
	align-items:center;
}
.align-stretch {
	align-items: stretch;
}
.align-end {
	align-items:flex-end;
}
.row-reverse {
	flex-direction: row-reverse;
}
.padding {
	padding: 80px 0 ;
}
.padding-bottom {
	padding-bottom: 80px;
}
.padding-top {
	padding-top: 80px;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:var(--wp--preset--font-family--typotitre);
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.2;
}
h1 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--huge);
	line-height: 1;
}
h2 {
	color: var(--wp--preset--color--noir);
	margin-top: 25px;
	font-size:var(--wp--preset--font-size--big);
}

h3 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--large);
}
h4 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--medium);
}
h5 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--medium);
}
h6 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--normal);
}
.typo-small{
	font-size: var(--wp--preset--font-size--small);
}
.typo-normal{
	font-size: var(--wp--preset--font-size--normal);
}
.typo-medium{
	font-size: var(--wp--preset--font-size--medium);
}
.typo-large{
	font-size: var(--wp--preset--font-size--large);
}
.typo-large-mobile{
	font-size: var(--wp--preset--font-size--large-mobile);
}
.typo-big{
	font-size: var(--wp--preset--font-size--big);
}
.typo-big-mobile{
	font-size: var(--wp--preset--font-size--big-mobile);
}
.typo-huge{
	font-size: var(--wp--preset--font-size--huge);
}
.typo-huge-mobile{
	font-size: var(--wp--preset--font-size--huge-mobile);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// GLOBAL
----------------------------------------------------------------- */
p, ol, li, table,label {
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.5;
	margin: 15px 0px;
}
ol, li {
	margin: 5px 0;
}
.bold {
	font-weight: 700;
}
strong, b {
	font-weight: 700;
	color:var(--wp--preset--color--noir);
}
ul {
	margin: 10px 0;
}
ul li{
	margin-left: 16px;
	list-style-type: disc;
}
ul li li {
	list-style-type: circle;
}
ol li{
	margin-left: 15px;
}
blockquote {
	position: relative;
    font-family: var(--wp--preset--font-family--typotitre);
    font-style: normal;
	padding: 40px 80px 40px 80px;
	color: var(--wp--preset--color--noir);
	line-height: 1.5;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
}
blockquote p {
	color: var(--wp--preset--color--noir);
	font-weight: 400;
	padding: 30px 0;
	font-style: italic;
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
tr, td, th {
	padding: 10px;
	text-align: left;
	font-size: var(--wp--preset--font-size--normal);
	border: 1px solid #ccc;
}
table p {
	margin: 5px 0;
}
tr h3 {
	line-height: 1.5;
}
a {
	color:var(--wp--preset--color--noir);
	text-decoration: underline;
	-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 {
	color:var(--wp--preset--color--noir);
}
a:hover {
	opacity: .7;
}
em {
	font-style: italic;
}

img {
	pointer-events: none;
}
input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
#searchform input[type="text"] {
	height: 20px;
	padding: 10px;
}
textarea {
	font-family: inherit;
}
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:var(--wp--preset--font-size--small);
	font-style: italic;
}
hr {
	border: 0;
	background-color: var(--wp--preset--color--noir);
	height: 1px;
	margin: 25px 0;
}
.section-separateur hr {
	margin: 0;
}
.section-separateur .ecart-normal {
	padding-top: 0;
	padding-bottom: 0;
}
.blanc {background-color:  var(--wp--preset--color--blanc);}
.gris {background-color: var(--wp--preset--color--gris)!important;}
.noir {background-color:  var(--wp--preset--color--noir)!important;}
.bleu {background-color:  var(--wp--preset--color--bleu)!important;}
.bleu-light {background-color:  var(--wp--preset--color--bleu-light)!important;}
.violet {background-color:  var(--wp--preset--color--violet)!important;}
.violet-light {background-color:  var(--wp--preset--color--violet-light)!important;}
.vert {background-color:  var(--wp--preset--color--vert)!important;}
.jaune {background-color:  var(--wp--preset--color--jaune)!important;}
.orange {background-color:  var(--wp--preset--color--orange)!important;}
.cream {background-color:  var(--wp--preset--color--cream)!important;}
.cream-light {background-color:  var(--wp--preset--color--cream-light)!important;}

.color-blanc,.all-color-blanc * {
	color:  var(--wp--preset--color--blanc) !important;
}
.color-gris, .all-color-gris * {
	color:  var(--wp--preset--color--gris)!important;
}
.color-noir, .all-color-noir * {
	color:  var(--wp--preset--color--noir)!important;
}
.color-violet, .all-color-violet * {
	color:  var(--wp--preset--color--violet)!important;
}
.color-bleu, .all-color-bleu * {
	color:  var(--wp--preset--color--bleu)!important;
}
.color-bleu-light , .all-color-bleu-light  * {
	color:  var(--wp--preset--color--bleu-light)!important;
}
.color-violet-light , .all-color-violet-light  * {
	color:  var(--wp--preset--color--violet-light)!important;
}
.color-vert , .all-color-vert  * {
	color:  var(--wp--preset--color--vert)!important;
}
.color-jaune , .all-color-jaune  * {
	color:  var(--wp--preset--color--jaune)!important;
}
.color-cream, .all-color-cream  * {
	color:  var(--wp--preset--color--cream)!important;
}
.color-orange, .all-color-orange * {
	color:  var(--wp--preset--color--orange)!important;
}
.color-cream-light, .all-color-cream-light * {
	color:  var(--wp--preset--color--cream-light)!important;
}
.gradient-one {
	background: var(--wp--preset--gradient--gradient-one);
}
.gradient-titre {
	background: var(--wp--preset--gradient--gradient-titre);
}
.shadow {
   	-webkit-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	-moz-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
}
.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);
}
p:first-of-type{
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// BOUTONS ET CLASS
----------------------------------------------------------------- */
.bouton, .bouton-sans{
	margin-top: 15px;
	vertical-align: middle;
}
.bouton a, input[type=submit], .wpforms-submit-container button{
	text-decoration: none !important;
	position: relative !important;
	display: inline-block;
	text-align: center;
	font-family:var(--wp--preset--font-family--typotext)!important;
	background: var(--wp--preset--color--noir) !important;
    font-weight: 400 !important;
	font-size:1rem !important;
	color: var(--wp--preset--color--blanc) !important;
	border: 1px solid var(--wp--preset--color--noir);
	border-radius: 100px !important;
	text-shadow:none;
	line-height: 1.2 !important;
	padding: 12px 24px !important;
	-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;
	cursor: pointer;
}
.bouton a:hover, input[type=submit]:hover, .wpforms-submit-container button:hover{
	background: transparent !important;
	color: var(--wp--preset--color--noir) !important;
}
.bouton-blanc a, .btn-blanc a {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
	border: 1px solid var(--wp--preset--color--noir);
}
.bouton-blanc a:hover, .btn-blanc a:hover{
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--blanc) !important;
}

.bouton a img {
	height: 15px;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.bouton a span {
	vertical-align: middle;
	display: inline-block;
}
.bouton-simple {
	margin: 0 ;
}
.bouton-simple a {
	text-decoration: underline;
	padding-left: 0px;
	border: none;
	position: relative; 
	background: transparent !important;
}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-blanc a {color: var(--wp--preset--color--blanc);}
.bouton-simple a:hover {
	opacity: .7;
}
.rond img {
	border-radius: 100%;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.back-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.relative {
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cap, .uppercase {
	text-transform: uppercase;
}
.no-marge {
	margin: 0;
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}

.image {
	position: relative;
	margin: 0;
	line-height: 0;
}
.image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.image-logo img {
	height: 100px;
	width: auto;
}
.image-upload img {
	max-width: 100%;
}
.no-radius img {
	border-radius: 0px;
}
.image-expand {
	width: calc(100vw - ((100vw - 1240px) / 2));
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#mobile-header {
	display: none;
}
.only-mobile {
	display: none !important;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// LOGO
----------------------------------------------------------------- */
#logo {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
	line-height:0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
#logo a {
	display:block;
	cursor: pointer;
}
#logo a img {
	height: 30px;
	width: auto;
	position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// HEADER
----------------------------------------------------------------- */
#main {
	padding-top: 0px;
}
header#header {
	width: 100%;
	position: relative;
	height: 80px;
	z-index: 99;
	top: 0px;
	background: var(--wp--preset--color--blanc);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid var(--wp--preset--color--noir);
}
header#header nav {
	position: absolute;
	z-index: 9;
	top:0px;
	right:70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
header#header nav ul {
	margin: 0;
}
header#header nav ul li{
	display:inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
header#header nav a {
	font-family:var(--wp--preset--font-family--typotext);
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: var(--wp--preset--color--noir);
	font-size: .9rem;
    font-weight: 400;
	position:relative;
	padding: 0px;
	margin: 0 11px;
	text-align: left;
	line-height: 80px;
}
header#header nav .bouton a {
	font-size:.9rem !important;
}
header#header nav a:active,header#header nav a:visited, header#header nav a:focus  {
	color:var(--wp--preset--color--noir);
	text-decoration: none;
}
header#header nav a:hover {
	text-decoration: underline;
}
header#header nav ul li.current_page_item > a, 
header#header nav ul li.current_page_parent > a,
header#header nav ul li.current-menu-ancestor > a,
header#header nav ul li.current-menu-item > a,
header#header nav ul li.current-menu-parent > a {
	color: var(--wp--preset--color--noir);
}

header#header nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: var(--wp--preset--color--gris);
    padding: 0;
    min-width: 240px;
    opacity: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
}
header#header nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header#header nav ul li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 10;
}
header#header nav ul li .sub-menu li {
    display: block;
    margin: 0;
}
header#header nav ul li .sub-menu a {
    padding: 12px 12px;
    margin: 0;
    display: block;
   	font-size: .9rem;
   	line-height: 1.15;
    color: var(--wp--preset--color--noir);
    background: transparent;
    transition: background 0.2s ease;
}
header#header nav ul li .sub-menu a:hover {
    background: var(--wp--preset--color--blanc);
}
header#header nav ul li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    border: solid var(--wp--preset--color--noir);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    position: relative;
    top: 2px;
    vertical-align: middle;
    transition: transform 0.4s ease, border-color 0.4s ease;
    pointer-events: none;
}
header#header nav ul li.menu-item-has-children:hover > a::after {
    transform: rotate(-135deg);
}

#btn-compte {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
}
#btn-compte img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.3s ease;
}
#btn-compte:hover img {
  opacity: .7;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// MENU HAMBURGER
----------------------------------------------------------------- */
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	color: var(--wp--preset--color--blanc);
	margin: 0;
	overflow: visible; 
	position: absolute;
	z-index: 99991;
	top: 0px;
	right: 15px;
}
.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: 35px;
	display: inline-block;
	top: 25px;
	left: 10px;    
	-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(--wp--preset--color--noir);
	border-radius: 5px;
	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(--wp--preset--color--noir);
}
.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(--wp--preset--color--noir);
	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(--wp--preset--color--noir);
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--wp--preset--color--blanc);
  top: 80px;
  right: -100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  right: 0;
  overflow-y: auto;
}
#hambmenu .overlay-menu {
 width: 100%;
padding: 30px 60px 60px 30px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left; 
	width: 100%;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
#hambmenu ul li {
	font-family: var(--wp--preset--font-family--typotitre);
	text-align: left;
  	display: block;
  	position: relative;
  	margin: 20px 0;
}
#hambmenu ul li a {
	text-decoration: none;
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 700;
  	color: var(--wp--preset--color--noir);
  	display: block;
}
#hambmenu ul li a:focus,
#hambmenu ul li a:visited,
#hambmenu ul li a:active {
  color: var(--wp--preset--color--noir);
}
#hambmenu ul li a:hover {
  text-decoration: underline;
}

#hambmenu li.menu-item-has-children a{
	position: relative;
}
#hambmenu li.menu-item-has-children a:after {
	content:"";
	position: relative;
	z-index: 0;
	display: inline-block;
	width:20px;
	height: 20px;
	background: url(img/chevron-menu.svg) no-repeat center center;
	background-size: 15px auto;
	right: -15px;
	top: 5px;
	transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#hambmenu li.menu-item-has-children ul.sub-menu, #hambmenu li.current-page-parent.no-active ul.sub-menu {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin-top: 0px;
    -webkit-transition: all 0.3s cubic-bezier(.65,.05,.36,1);
    -moz-transition: all 0.3s cubic-bezier(.65,.05,.36,1);
    transition: all 0.3s cubic-bezier(.65,.05,.36,1);
    border-left: 1px solid var(--wp--preset--color--noir);
}
#hambmenu li.menu-item-has-children ul.sub-menu li a{
	font-weight: 400;
	text-transform: none;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.15;
}
#hambmenu li.menu-item-has-children.active a:after {
	transform: rotate(180deg);
}
#hambmenu li.menu-item-has-children.active ul.sub-menu, #hambmenu li.current-page-parent ul.sub-menu, #hambmenu li.current-menu-parent ul.sub-menu {
	max-height: 800px;
	opacity: 1;
	transition: all 0.3s cubic-bezier(.65,.05,.36,1);
}
#hambmenu li.current-menu-item a {
	color: var(--wp--preset--color--bleu);
}
#hambmenu li.menu-item-has-children ul.sub-menu a:after {
	display: none;
}
#hambmenu .bouton {
	margin-top: 0px;
}
#hambmenu .bouton a {
	display: inline-block;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-family: var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	line-height: 1.15;
}
h1 {
	font-size: var(--wp--preset--font-size--huge);
}
h2 {
	font-size: var(--wp--preset--font-size--large);
}
h3 {
	font-size: var(--wp--preset--font-size--medium);
}
.typo2 {
    font-style: 700;
    font-family: var(--wp--preset--font-family--typotitre);
}
.has-small-font-size, .typo-small{
	font-size: var(--wp--preset--font-size--small);
}
.has-normal-font-size, .typo-normal{
	font-size: var(--wp--preset--font-size--normal);
}
.has-medium-font-size, .typo-medium{
	font-size: var(--wp--preset--font-size--medium);
}
.has-large-font-size, .typo-large{
	font-size: var(--wp--preset--font-size--large);
}
.has-big-font-size, .typo-big{
	font-size: var(--wp--preset--font-size--big);
}
.has-huge-font-size, .typo-huge{
	font-size: var(--wp--preset--font-size--huge);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// TITRE PAGE
----------------------------------------------------------------- */
#bloc-titre-page {
	position: relative;
	overflow: hidden;
}
#bloc-titre-page .rangee {
	z-index: 9;
}
#bloc-titre-page .overlay-titre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
}
#bloc-titre-page h1 {
	margin-bottom: 20px;
}
#bloc-titre-page h1 span {
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 15px;
}
#bloc-titre-page p.sous-titre-page {
	margin: 0 0 0 0;
	font-weight: 700;
	font-family: var(--wp--preset--font-family--typotitre);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.2;
}
#bloc-titre-page .image-titre img {
	width: 100%;
	height: auto;
}
#bloc-titre-page .image-titre span.image-illu {
	position: relative;
	z-index: 1;
}
#bloc-titre-page .image-titre span.image-illu img {
	border-radius: 15px;
}
#bloc-titre-page .image-titre .icon01 {
	position: absolute;
	top: -120px;
	right: -130px;
	z-index: 0;
}
#bloc-titre-page .image-titre .icon01 img {
	width: 220px;
}
#bloc-titre-page .image-titre .icon02 {
	position: absolute;
	bottom: -110px;
	left: -50px;
	z-index: 2;
}
#bloc-titre-page .image-titre .icon02 img {
	width: 260px;
}
#bloc-titre-page.hero h1, #bloc-titre-page.hero p.sous-titre-page {
	color: #fff;
}
#bloc-titre-page.hero .rangee {
	min-height: 750px;
	padding: 140px 0;
}
#bloc-titre-page.hero .rangee p.desc-titre {
	color: #fff;
}
p.desc-titre {
	margin-top: 10px;
}
#bloc-titre-page.hero .rangee .bouton a {
	background-color: #fff !important;
	color: var(--wp--preset--color--noir)!important;
}
#bloc-titre-page.hero .rangee .bouton a:hover {
	background-color: var(--wp--preset--color--cream)!important;
	color: var(--wp--preset--color--noir)!important;
}
#bloc-titre-page .bouton, #titre-illus .bouton, #titre-simple .bouton{
	margin-top: 25px;
}
#titre-simple .bouton a {
	margin:5px 5px 5px 0;
}
#titre-simple h1 {
	color: var(--wp--preset--color--noir);
	margin-bottom: 0px;
}
#titre-simple h1 span {
	display: block;
	font-size: var(--wp--preset--font-size--large);
	line-height: 1;
	margin-bottom: 10px;
}
#titre-simple p.sous-titre-page {
	margin-bottom: 0;
	margin-top: 10px;
	color: var(--wp--preset--color--noir);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--medium);
}
#titre-simple.noir h1, #titre-simple.noir p{
	color: #fff;
} 
#titre-simple.noir .bouton a{
	background: #fff !important;
	color: var(--wp--preset--color--noir)!important;
}
#titre-simple.noir .bouton a:hover{
	background: var(--wp--preset--color--transparent)!important;
	color: var(--wp--preset--color--blanc)!important;
}
.bg-half-right {
  position: relative;
  overflow: hidden;
}
.bg-half-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: 0;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// SINGLE
----------------------------------------------------------------- */
#single{
	position: relative;
	padding-top: 40px;
}
#single h1 {
	font-size: var(--wp--preset--font-size--huge);
	margin-top: 5px;
	text-align: center;
}
#single .image-single {
	position: relative;
}
#single .image-single img {
	width: 100% ;
	height: auto;
	position: relative;
	border-radius: 15px;
	margin: 25px 0 0 0;
}
#single .date-publi {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--noir);
	margin: 0;
}
#single .date-publi::first-letter {
	text-transform: uppercase;
}
#single .wp-block-image, #single .wp-block-cover {
	margin: 40px 0;
}
.content-single h2 {
	font-size: var(--wp--preset--font-size--large-mobile);
	color: var(--wp--preset--color--noir);
	margin-top: 0;
}
.content-single p + h2, .content-single p + h3,
.content-single ul + h2, .content-single ul + h3,
.content-single ol + h2, .content-single ol + h3 {
  margin-top: 25px;
}
.content-single h3 {
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0px;
}

#single-livre{
	position: relative;
	padding-top: 60px;
}
#single-livre h1 {
	margin-top: 0;
}
#single-livre .date-publi {
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--noir);
}
#single-livre .date-publi::first-letter {
	text-transform: uppercase;
}
.info-livre {
	margin: 5px 0;
}
.content-single .bouton {
	display: inline-block;
}
.content-single .bouton:first-of-type {
	margin-top: 30px;
}
.content-single h2 {
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0;
}
.content-single p + h2, .content-single p + h3,
.content-single ul + h2, .content-single ul + h3,
.content-single ol + h2, .content-single ol + h3 {
  margin-top: 25px;
}
.content-single h3 {
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FOCUS
----------------------------------------------------------------- */
a.bloc-focus {
	position: relative;
	display: block;
	min-height: 350px;
	border-radius: 15px;
}
a.bloc-focus span.titre-focus {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 99;
	padding: 40px;
	font-size: var(--wp--preset--font-size--normal);
	color: var(--wp--preset--color--blanc);
}
a.bloc-focus span.titre-focus em {
	display: block;
	font-style: normal;
	font-size: var(--wp--preset--font-size--large-mobile);
	line-height: 1.2;
	margin: 0;
	font-weight: 700;
}
a.bloc-focus span.titre-focus span {
	font-weight: 400;
}
a.bloc-focus span.titre-focus span img {
	width: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
a.bloc-focus.cta-center span.titre-focus {
	text-align: center;
	top: 50%;
	bottom: inherit;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}
a.bloc-focus .overlay-focus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 15px;
	background: var(--wp--preset--gradient--gradient-titre);
}
a.bloc-focus:hover .overlay-focus {
	opacity: .5;
}
.no-radius a.bloc-focus, .no-radius a.bloc-focus .overlay-focus {
	border-radius: 0px;
}

/* -------------------------------------------------------------- 
///////////////////////////////////  WIDGET BLOC LIENS
----------------------------------------------------------------- */

.widget-bloc-couleur .bloc-liens-normal {
	padding: 30px;
	border-radius: 15px;
}
.bloc-liens-normal ul {
	margin: 0;
	padding: 0;
}
.bloc-liens-normal.no-color {
	padding: 0;
	margin-bottom: 0;
}
.bloc-liens-normal h2 {
	font-size: var(--wp--preset--font-size--medium);
	margin-top:0;
}
.bloc-liens-normal ul li {
	color: var(--wp--preset--color--foreground);
	margin: 12px 0px;
	list-style-type: none;
    position: relative;
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--normal);
}
.bloc-liens-normal li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px; 
    background-image: url('img/arrow-right-noir.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.bloc-liens-normal ul li a {
	color: var(--wp--preset--color--foreground);
}
.bloc-liens-normal ul li a:hover {
	text-decoration: underline;
}
.bloc-liens-normal.noir h2,
.bloc-liens-normal.noir a{
	color: #fff;
}
.bloc-liens-normal.noir a:hover{
	color: #fff;
	opacity: .6;
}
.bloc-liens-normal.noir li::before{
	background-image: url('img/arrow-right.svg');
}

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

.bloc-accordeon {
	border-bottom: 1px solid var(--wp--preset--color--noir);
	margin: 10px 0;
}
.bloc-accordeon .titre-accordeon {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 18px 35px 18px 0;
    margin: 0;
    font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    font-size: var(--wp--preset--font-size--normal);
    line-height: 1.2;
    color: var(--wp--preset--color--noir);
    border-top: 1px solid var(--wp--preset--color--noir);
    position: relative;
}
.bloc-accordeon .titre-accordeon:hover {
    text-decoration: underline;
}
.bloc-accordeon .titre-accordeon::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(img/plus.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.bloc-accordeon .titre-accordeon[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(45deg);
}
.texte-accordeon {
    display: none;
    padding: 0 0 25px 0;
    border-bottom: 1px solid var(--wp--preset--color--noir);
}

.section-col.noir .bloc-accordeon {
	border-bottom: 1px solid var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .titre-accordeon,
.section-col.noir .bloc-accordeon .texte-accordeon *{
	color: #fff;
}
.section-col.noir .bloc-accordeon .titre-accordeon {
	border-top: 1px solid var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .titre-accordeon:after {
	background-image: url(img/plus.svg);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active {
	border-bottom: 0px solid var(--wp--preset--color--noir);
	color:var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active:after {
	color:var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .texte-accordeon {
	border-bottom: 1px solid var(--wp--preset--color--noir);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// ANIMATIONS
----------------------------------------------------------------- */

.widget, .anim {
    opacity: 1;
    transform: translateY(0);
    transition: none; /* Pas d'animation si JS est désactivé */
}
.js-enabled .widget, .js-enabled .anim {
	opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.js-enabled .anim15 {
    transition: opacity 1.5s cubic-bezier(0.25, 0.8, 0.25, 1), transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.js-enabled .is-visible {
    opacity: 1;
    transform: translateY(0);
}
.scroll-element {
  position: relative;
  transition: transform 0.1s ease-out;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FLEXIBLE
----------------------------------------------------------------- */

.section-flexible {
	z-index: 9;
	position: relative;
}
.section-flexible.bande-grise {
	  background: linear-gradient(transparent 0 calc(100% - 100px), var(--wp--preset--color--gris) calc(100% - 100px) 100%);
}
.section-flexible.fullwidth .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-flexible.largeur-container .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-col .col-padding-right {
	padding-right: 25px;
}
.section-col .col-padding-left {
	padding-left: 25px;
}

.section-col .bloc-colonne {
	padding: 40px;
	border-radius: 15px;
}
.bloc-colonne.noir p{
	color: #fff;
}
.section-col .banniere {
	padding: 15px 20px;
}
.section-col .banniere .rangee {
	padding: 30px;
	border-radius: 15px;
	width: calc(92% - 30px);
}
.section-col .banniere .noir p, .section-col .banniere .noir p {
	color: #fff;
} 
.section-col .banniere .rangee.decalage-image .widget-image {
	position: absolute;
	top: -40px;
}
.widget-image {
	position: relative;
}
.widget-image .image a {
	display: block;
	position: relative;
}
.widget-image .image a img {
	transition: all 0.3s;
}
.widget-image .image a:hover img {
	opacity: .7;
}
.widget-image.align-image-center {
	text-align: center;
}
.widget-image.align-image-right {
	text-align: right;
}
.section-col .widget {
	padding: 0 0 20px 0;
}
.section-col .widget:last-of-type {
	padding-bottom:0;
}
.section-col .widget.widget-titre {
	padding-bottom: 15px;
}
.section-col .widget.widget-titre h2, .section-col .widget.widget-titre h3 {
	margin-bottom: 0;
}
.section-col .widget.widget-titre h2, h2.sous-titre, .bloc-encadre h2 {
	margin-top: 0;
}
h2.sous-titre {
	margin-bottom: 0;
}
.section-col .widget.widget-titre p {
	font-family:var(--wp--preset--font-family--typotitre);
	line-height: 1.3;
}
.section-col .widget.widget-titre .typo-light {
	font-weight: 300;
}
.section-col .widget.widget-titre .typo-regular {
	font-weight: 400;
}
.section-col .widget.widget-titre .typo-bold {
	font-weight: 700;
}
.section-col .widget-titre .color-blanc a {
	color: #fff;
}
.section-col .widget-titre .color-blanc a:hover {
	text-decoration: underline;
}
.section-col .widget.widget-icone {
	padding-bottom: 10px;
}
.section-col .widget-bouton .bouton {
	margin-top: 0;
}
.section-col .widget-bouton .bouton.btn-blanc a{
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
	border: 1px solid transparent !important;
}
.section-col .widget-bouton .bouton.btn-blanc a:hover {
	background: transparent !important;
	border: 1px solid var(--wp--preset--color--noir) !important; 
}
.section-col .widget-bouton.widget-liste-boutons p.bouton {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0;
}

.bloc-boutons {
	border-radius: 15px;
	padding: 0 25px;
}
.bloc-boutons .btn-detail a{
	padding: 25px 0;
	position: relative;
	display: block;
	border-bottom: 1px solid var(--wp--preset--color--noir);
}
.bloc-boutons .btn-detail:last-of-type a{
	border: none;
}
.bloc-boutons .btn-detail a span {
	display: block;
	font-size: 1.15rem;
	line-height: 1.3;
}
.bloc-boutons .btn-detail a span.sous-titre-detail {
	font-size: 1rem;
	margin-top: 5px;
}
.bloc-boutons .btn-detail a img {
	width: 15px;
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bloc-boutons.noir .btn-detail a, .bloc-boutons.noir .btn-detail strong {
	color: #fff;
}
.bloc-boutons .btn-detail a:hover {
	text-decoration: underline;
}
.colonne01 {
	min-height: 100%;
}
.section-col .widget.widget-sommaire{
	position: sticky;
	top: 30px;
	padding: 30px;
	background: var(--wp--preset--color--gris);
	border-radius: 15px;
}
.section-col .widget.widget-sommaire h2 {
	margin: 0 0 10px 0;
	font-size: var(--wp--preset--font-size--medium);
}
.section-col .widget.widget-sommaire .ancre {
	padding: 0;
	margin: 0;	
}
.section-col .widget.widget-sommaire .ancre li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.section-col .widget.widget-sommaire .ancre a {
	padding: 10px 15px;
	border-radius: 10px;
	display: block;
}
.section-col .widget.widget-sommaire .ancre a:hover {
	background: #fff;
}
.section-col .widget.widget-texte .bloc-encadre {
	padding: 40px;
	border-radius: 15px;
}
.section-col .widget.widget-texte .bloc-encadre.noir *, 
.section-col .widget.widget-texte .bloc-encadre.noir *,
.section-col .widget.widget-texte.text-blanc * {
	color: #fff;
}
.section-col .widget.widget-texte a {
	text-decoration: underline;
}
.section-col .icone img {
	height: 50px;
	width: auto;
}
.espaceur {
	display: block;
}
.widget-separateur .ligne {
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
.widget-separateur .tiret {
	width: 40px;
	height: 4px;
}
.text-center .widget-separateur .tiret {
	margin: 0 auto;
} 
.section-logos .logo  {
	text-align: center;
}
.section-logos .logo a {
	display: block;
}
.section-logos .logo img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	max-width: 240px;
}

.section-reassurance p.titre-argument {
	font-weight: 700;
	margin: 0px;
	font-family:var(--wp--preset--font-family--typotitre);
	line-height: 1.3;
}
.section-reassurance .icone {
	margin-bottom: 10px;
}
.section-reassurance .icone img {
	height: 50px;
	width: auto;
}
.section-reassurance p.texte-argument {
	margin-top: 10px;
}
.section-reassurance p.lien-argument {
	margin-top: 0px;
	font-weight: 700;
}
.section-reassurance p.lien-argument a{
	text-decoration: underline;
}
.section-reassurance.noir p,
.section-reassurance.noir h2,
.section-reassurance.noir p,
.section-reassurance.noir h2 {
	color: #fff;
}

.section-chiffres {
	padding: 30px 0;
}
.section-chiffres .sous-titre {
	margin: 0;
}
.section-chiffres .chiffre p {
	margin: 0;
}
.section-chiffres .rangee.ligne-chiffres {
	justify-content: space-between;
}
.section-chiffres .chiffre p.nombre-chiffre {
	font-weight: 700;
	color: var(--wp--preset--color--noir);
}
.section-chiffres .chiffre p.texte-chiffre {
	margin-top: 5px;
}
.section-chiffres.noir p,
.section-chiffres.noir h2 {
	color: #fff;
}


.section-galerie .gallery-container {
	display: flex;
	width: 100%;
	margin: 0 auto;
	position: relative;
	flex-flow: column wrap;
  	margin-top: 0px;
}
.section-galerie .gallery-item {
	position: relative;
	flex-basis: calc(33.3% - 20px);
	width: calc(33.3% - 20px);
	line-height: 0;
	margin-bottom: 20px;
	display: block;
}
.section-galerie .gallery-item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
}
.section-galerie .gallery-item:hover:after {
	opacity: 1;
	visibility: visible;
}
.section-galerie .gallery-item img {
	width: 100%;
	height: auto;
	line-height: 0;
	border-radius: 10px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--wp--preset--color--bleu) !important;
}

.widget-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.owl-carousel {
  padding: 0; 
  max-width: 1000px;
  width: calc(92% - 30px) !important;
  margin: 0 auto;
}
.owl-stage-outer {
  overflow: visible; /* permet de voir les éléments hors du cadre */
}
.owl-carousel {
  overflow: visible !important; /* permet aux items de déborder */
}

.owl-stage-outer {
  overflow: visible !important; /* essentiel */
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .item {
  margin: 0 15px;
  transition: transform 0.3s ease;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 20px) !important;
    transform: translateY(-50%);
    background-color: var(--wp--preset--color--blanc) !important;
	background-image: url(img/arrow-left-noir.svg)!important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px auto !important;
    border: none !important;
    border-radius: 100% !important;
   	width: 60px !important;
	height: 60px !important;
	text-indent: -9999px;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(img/arrow-right-noir.svg) !important;
}
.owl-carousel .owl-nav .owl-prev { left: -30px; }
.owl-carousel .owl-nav .owl-next { right: -30px; }

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--wp--preset--color--noir);
}
.owl-carousel-item img{
	border-radius: 15px !important;
}
.widget-embed iframe {
	border-radius: 10px;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// VIGNETTE
----------------------------------------------------------------- */

.content-vignette {
	padding: 30px;
	position: relative;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.content-vignette h2 {
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0px;
	margin-bottom: 7px;
}
.content-vignette h2 a{
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
}
.content-vignette a:hover{
	text-decoration: underline;
}
.content-vignette p {
	margin: 10px 0 0 0;
}
.content-vignette p.lien {
	font-weight: 700;
}
.content-vignette p.lien a {
	position: relative;
	padding-right: 20px;
}
.content-vignette p.lien a:after {
	content: "";
	width: 15px;
	height: 20px;
	position: absolute;
	right: 0;
	top:2px;
	background-image:url(img/chevron-lien.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center center;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.content-vignette p.lien a:hover:after {
	right: -5px;
}
.content-vignette .date {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--small);
}
.content-vignette .date:first-letter {
	text-transform: uppercase;
}
.widget-cta {
	height: 100%;
	border-radius:15px;
	padding-bottom: 0;
}
.widget-cta p.image-vignette {
	position: relative;
	margin: 0;
	line-height: 0;
}
.widget-cta p.image-vignette img {
	width: 100%;
	height: auto;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}


.widget-tableau {
	border-radius: 15px;
	margin-bottom: 20px;
}
.widget-tableau table.tableau-dynamique {
  	width: 100%;
	border-collapse: collapse;
  	border-radius: 15px;
}
.widget-tableau table tr, .widget-tableau table td, .widget-tableau table th {
	border: 0px solid #ccc;
}
.widget-tableau .tableau-dynamique th,
.widget-tableau .tableau-dynamique td {
  	border: none ;
  	padding: 15px 20px;
  	text-align: left;
}
.widget-tableau .tableau-dynamique td:not(:empty) {
  	border-top: 1px solid var(--wp--preset--color--noir);
}
.widget-tableau .tableau-dynamique thead {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--normal);
	border-bottom: 2px solid var(--wp--preset--color--noir);
}
.widget-tableau .tableau-dynamique td:first-child {
	font-weight: 700;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// OPEN AGENDA
----------------------------------------------------------------- */
.col-sticky {
	position: sticky;
}
.col-vignette {
	margin-bottom: 0px;
	position: relative;
	z-index: 99;
	flex-basis:33.3%;
	width: 33.3%;
}
.oa-preview .col-vignette {
	flex-basis:33.3%;
	width: 33.3%;
}
.bloc-vignette {
	border-radius: 15px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all ease-in 0.4s;
  	-o-transition: all ease-in 0.4s;
  	transition: all ease-in 0.4s;
  	background:var(--wp--preset--color--cream-light);
}
.bloc-vignette .statut {
	display:inline-block;
	position:absolute;
	z-index:9;
	top:0;
	left:0;
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	line-height: 18px;
	padding: 5px 12px;
	background: var(--wp--preset--color--noir);
	color: var(--wp--preset--color--blanc);
	vertical-align: middle;
	font-weight: 700;
}
.bloc-vignette .image-vignette {
	display: block;
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 16 / 10;
	width: 100%;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
  	line-height: 0;
}
.content-vignette p.dates {
	font-family:var(--wp--preset--font-family--typotext);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--wp--preset--color--noir);
	margin: 10px 0;
	display: flex;
}
.content-vignette p.dates::first-letter {
	text-transform: uppercase;
}
.temps-forts .content-vignette p.dates {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--normal);
}
.content-vignette p.dates img {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: auto;
	margin-right: 12px;
	position: relative;
	top: -1px;
}
.content-vignette p.dates span {
	display: inline-block;
	vertical-align: middle;
}
.content-vignette p.courte-desc {
	font-family:var(--wp--preset--font-family--typotext);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--wp--preset--color--noir);
	margin: 0;
}
.content-vignette hr {
  margin: 20px 0;
}

.mois-livres {
	padding-bottom: 0;
}
.mois-livres h2 {
	font-size: var(--wp--preset--font-size--medium);
	margin: 20px 0 0 0;
}
.mois-livres h2::first-letter {
	text-transform: uppercase;
}
.mois-livres:first-of-type h2{
	margin: 0;
}
.bloc-vignette.vignette-livre .image-vignette {
	aspect-ratio: 3 / 4;
}
.bloc-vignette.vignette-livre .auteur {
	display: block;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.3;
	margin-top: 5px;
	font-weight: 400;
}
.bloc-vignette.vignette-livre .genre {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
}
.roll {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: var(--wp--preset--gradient--gradient-one);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-out 0.3s;
  	-o-transition: all ease-out 0.3s;
  	transition: all ease-out 0.3s;
}
.roll:after {
	content: "";
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	background-image: url(img/loupe.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.bloc-vignette a:hover .roll {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease-in 0.4s;
  	-o-transition: all ease-in 0.4s;
  	transition: all ease-in 0.4s;
}
.oa-pagination li {
	list-style-type: none;
}
/* -------------------------------------------------------------- */
/* SINGLE EVENT
/* -------------------------------------------------------------- */

#single-event p.types,#single-event p.categories {
	margin-top: 20px;
	display: inline-block;
}
#single-event .statut span{
	background: var(--wp--preset--color--noir);
	padding: 6px 12px;
	color: #fff;
	margin-top: 15px;
}
#single-event .dates {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 400;
	margin: 5px 0;
	white-space: nowrap;
}

#single-event p.dates::first-letter {
	text-transform: uppercase;
}
#single-event p.dates img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
#single-event p.dates span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
#single-event h1 {
	font-size: 45px;
	margin: 15px 0 10px 0;
}
#single-event .bloc-content-single .bloc-desc {
	margin: 20px 0 40px 0;
}
#single-event .courte-desc {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	margin: 25px 0;
	font-size: var(--wp--preset--font-size--medium);
}
#single-event .bouton, #single-event .bouton-sans {
	margin: 20px 10px 10px 0;
	display:inline-block;
}
#single-event .image-single {
	margin-bottom: 35px;
}
#single-event .image-single figure {
	border-radius: 10px;
}
#single-event .image-single figcaption {
	margin-top: 20px;
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
	text-align: right;
}
.bloc-infos-single {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.bloc-infos-single p{
	margin: 5px 0;
}
.bloc-infos-single h2 {
	margin-top: 0;
	color:  var(--wp--preset--color--noir);
}
.bloc-infos-single h3 {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--normal);
	margin-bottom: 0;
	margin-top: 20px;
}
.bloc-infos-single a {
	text-decoration: underline;
}
.bloc-infos-single a:hover {
	opacity: .7;
}

#single-event .accessibility {
	display: inline-block;
	margin: 10px 15px 0 0;
}
#single-event .accessibility:last-of-type {
	margin-right: 0;
}
#single-event .accessibility img{
	height: 40px;
	width: auto;
}
#single-event .horaires ul.oa-week {
  margin-top: 0;
  list-style: none;
  padding: 0;
}
#single-event .horaires ul.oa-months {
	margin-bottom: 15px;
}
#single-event .horaires ul.oa-months li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#single-event .horaires ul.oa-months li.oa-month {
	margin: 10px 0;
}
#single-event .horaires ul.oa-months .oa-month-label {
	font-weight: 700;
	display: block;
}
#single-event .horaires ul.oa-months li:first-letter,
#single-event .horaires ul.oa-months .oa-month-label:first-letter,
#single-event .horaires ul.oa-months span:first-letter {
	text-transform: uppercase;
}
#single-event .horaires .oa-button {
	display: block;
}
#single-event .horaires ul .oa-timing {
	display: flex;
	justify-content: space-between;
}
.italic {
	font-style: italic;
}
#single-event .horaires .oa-month-header {
	background: var(--wp--preset--color--gris);
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// OPEN AGENDA
----------------------------------------------------------------- */
#oa-container {
	padding: 30px 0;
}
.oa-widget {
	margin-bottom: 15px;
}
.oa-events-total-widget span {
	color:var(--wp--preset--color--noir);
	font-weight: 700;
	font-style: italic;
}
.rdrYearPicker, .rdrDateDisplayWrapper {
  	display: none !important;
}
.rdrWeekDay {
	color:var(--wp--preset--color--noir)!important;
}

.oa-widget input[type="search"] {
	width: 100%;
	height: 32px;
	padding: 6px 15px;
}
.oa-search-widget {
	position: relative;
}
.oa-search-widget .input-group-append {
	position: absolute;
	right: 15px;
	top: 15px;
	display: none;
}
.oa-widget input[type="radio"], .oa-widget input[type="checkbox"] {
	margin: 0 10px 0 0;
	border: 1px solid #000 !important;
    background: #fff!important;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.oa-widget .checkbox {
	margin-bottom: 10px;
}
.oa-widget .checkbox:last-of-type {
	margin-bottom: 0;
}
.oa-filter-total {
	font-weight: 700;
	color: var(--wp--preset--color--blanc);
}
.oa-pagination li {
	list-style: none;
}
.oa-page-link.active {
	font-weight: 700;
}
.oa-update-overlay {
	background: transparent !important;
}
.no-result {
	font-weight: 700;
	font-size: 1.3rem;
}
.rdrDefinedRangesWrapper {
	width: 100%;
}
button.rdrStaticRange {
  background:#fff;
  box-shadow: none;
  border:1px solid transparent;
  border-radius:4px;
  color: inherit;
  cursor: pointer;
  display: block;
  margin-bottom: 0px;
  margin-right: 10px;
  outline:0;
  padding:0;
}
.rdrStaticRangeLabel {
  color: inherit;
  display: block;
  font-weight: normal;
  line-height: 18px;
  outline:0;
  padding:5px;
  text-align: left;
  text-transform: none;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
     border-radius:4px;
}
.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: var(--wp--preset--color--noir) !important;
  font-weight: 700;
  border-color: var(--wp--preset--color--noir);
}
.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background:var(--wp--preset--color--cream-light);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TRI
----------------------------------------------------------------- */
.col-tri {
	position: sticky;
	top: 30px;
}
.tri {
	padding: 30px;
	background: var(--wp--preset--color--gris);
	border-radius: 15px;
	margin-bottom: 25px;
}
.wpgb-facet .wpgb-facet-title {
	margin-bottom: 12px !important;
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--normal)!important;
	font-weight: 700;
	text-decoration: none;
}
.wpgb-facet .wpgb-select, .wpgb-date-facet, .wpgb-facet .wpgb-search-facet input[type="search"]{
	height: auto!important;
    min-height: 40px!important;
	background: #fff!important;
    border: 1px solid var(--wp--preset--color--noir) !important;
    color: var(--wp--preset--color--noir) !important;
    border-radius: 5px !important;
}
.wpgb-facet .wpgb-date-facet label input[type="text"], .wpgb-search-facet label input[type="text"]{
	height: auto!important;
    min-height: 40px!important;
	background: #fff!important;
    border: 1px solid var(--wp--preset--color--noir) !important;
    color: var(--wp--preset--color--noir) !important;
}
.wpgb-facet > fieldset {
    margin-bottom: 0px!important;
}
.wpgb-facet .wpgb-clear-button:hover, 
.wpgb-facet .wpgb-select button:hover, .wpgb-facet .wpgb-select input, 
.wpgb-facet .acplt-clear:hover, 
.wpgb-facet .wpgb-hierarchy:hover .wpgb-hierarchy-control, 
.wpgb-facet .wpgb-rating .wpgb-rating-control, 
.wpgb-facet .wpgb-rating-reset:hover .wpgb-rating-control {
  color: var(--wp--preset--color--noir) !important;
}
.wpgb-select-dropdown ul li.wpgb-focused {
 background-color:rgba(0, 0, 0,.1)!important; 
}
.wpgb-select-dropdown ul li[aria-selected="true"] {
 background-color:var(--wp--preset--color--noir) !important;
 font-size: var(--wp--preset--font-size--small)!important;
}
.wpgb-select-placeholder {
	padding-left: 10px !important;
}
.wpgb-facet .wpgb-pagination li {
	font-size: 20px !important;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
  color: var(--wp--preset--color--bleu) !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox {
  box-shadow: none;
  display: block;
  line-height: 1;
  list-style:none;
  margin:0;
  outline:none;
  padding:0;
}
.wpgb-facet .wpgb-checkbox-control {
	border-radius: 0px !important;
	border-color:var(--wp--preset--color--noir) !important;
}
.wpgb-facet .wpgb-checkbox:hover:not([tabindex="-1"]) .wpgb-checkbox-control {
  border-color:var(--wp--preset--color--bleu) !important;
}
.wpgb-facet .wpgb-checkbox-label {
	 color: var(--wp--preset--color--noir) !important;
	 font-size: 16px !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
  border-color:var(--wp--preset--color--bleu) !important;
  background: var(--wp--preset--color--bleu) !important;
}
.wpgb-hierarchical-list li{
	display: block !important;
}
 .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
  border-color: var(--wp--preset--color--bleu) !important;
}
.wpgb-button-label:first-letter {
	text-transform: uppercase !important;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FORM
----------------------------------------------------------------- */
div.wpforms-container-full:not(:empty) {
	margin: 15px 0 !important;
}
.wpforms-container .wpforms-field {
    padding: 0 0 15px 0 !important;
    position: relative;
}
.wpforms-container input, .wpforms-container textarea{
	max-width: 100% !important;
	background-color: var(--wp--preset--color--blanc) !important;
	border-color:var(--wp--preset--color--noir) !important;
	border-radius: 5px!important;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader, div.wpforms-container div.wpforms-uploader {
	background-color: var(--wp--preset--color--blanc) !important;
	border-color:#ddd !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input{
	position: relative !important;
	top: 2px !important;
}
.wpforms-container button {
	height:auto !important;
}
.wpforms-form button[type=submit], button.wpforms-page-button {
	background-color: var(--wp--preset--color--noir)  !important;
	border-color: var(--wp--preset--color--noir) !important;
	color: #fff !important;
}
.wpforms-submit:hover,
.wpforms-container button:hover,
div.wpforms-container-full input[type="submit"]:hover, div.wpforms-container-full input[type="submit"]:active, div.wpforms-container-full button[type="submit"]:hover, div.wpforms-container-full button[type="submit"]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type="submit"]:hover, .wp-core-ui div.wpforms-container-full input[type="submit"]:active, .wp-core-ui div.wpforms-container-full button[type="submit"]:hover, .wp-core-ui div.wpforms-container-full button[type="submit"]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active{
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--blanc) !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  	background: var(--wp--preset--color--cream) !important;
  	border: 1px solid var(--wp--preset--color--cream) !important;
}
div.wpforms-container-full input[type="checkbox"]::before, div.wpforms-container-full input[type="radio"]::before {
  border-color: var(--wp--preset--color--noir) !important;
}

.wpforms-field-checkbox {
	margin: 15px 0 !important;
}
.wpforms-field-description {
	color: var(--wp--preset--color--noir) !important;
}
.wpforms-field-checkbox label a {
	text-decoration: underline !important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FIL D'ARIANE
----------------------------------------------------------------- */
#breadcrumb {
	margin: 0 0 20px 0;
}
.breadcrumb {
	position: relative;
	z-index: 9;
}
.breadcrumb p, .breadcrumb li {
	font-size: var(--wp--preset--font-size--small);
	margin: 0px 0;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
footer#footer {
	padding: 50px 0px 20px 0;
	background-color: var(--wp--preset--color--noir);
}
footer#footer .logo-footer img{
	width: 180px;
	height: auto;
}
footer#footer .logo-ville {
	line-height: 0;
}
footer#footer .logo-ville img{
	width: 185px;
	height: auto;
}
footer#footer p {
	margin: 0;
	color: var(--wp--preset--color--blanc);
}
footer#footer ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
footer#footer ul li {
	list-style: none;
	font-size: 1rem;
	color: var(--wp--preset--color--blanc);
	line-height: 2;
	padding: 0;
	margin: 0;
}
footer#footer p.titre-footer {
	font-family:var(--wp--preset--font-family--typotitre);
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 700;
	margin-bottom: 15px;
}
footer#footer p.bouton-footer {
	margin: 30px 0 !important;
}
footer#footer a {
	color: var(--wp--preset--color--blanc);
	text-decoration: none;
}
footer#footer a:hover{
	text-decoration: underline;
}
footer#footer ul.reso-footer {
	margin: 20px 0;
}
footer#footer ul.reso-footer li{
	display: inline-block;
	margin: 0;
	padding: 0px 20px 0 0px;
	list-style-type: none;
}
footer#footer ul.reso-footer li a {
	display: block;
	line-height: 0;
}
footer#footer ul.reso-footer li a:hover {
	opacity: .7;
}
footer#footer ul.reso-footer li a img{
	height: 25px;
	width: auto;
}
footer#footer #credits {
	margin-top: 40px;
	padding: 0px 0;
}
footer#footer #credits p {
	font-size: var(--wp--preset--font-size--small);
}


/* -------------------------------------------------------------- 
/////////////////////////////////// SEARCH
----------------------------------------------------------------- */
#page-search {
	padding: 50px 0;
}
#search {
	width: 100%;
	position: fixed;
	top: -20px;
	left: 0;
	z-index: 999999;
	background: var(--wp--preset--color--noir);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
}
#search.open {
	top: 0px;
	opacity: 1;
	visibility: visible;
}
#search .close-search {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(img/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	position: absolute;
	z-index: 999;
	right: 40px;
	top: 30px;
}
#search form {
	padding: 100px;
	width: 100%;
}
#search input[type="submit"] {
	display: none;
}
#search input[type="search"] {
	position: relative;
	border: 0;
	height: 100px;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	background: transparent;
	padding: 0 0px;
	border-color: none;
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #fff;
	-webkit-appearance: none;
}
#search input[type="search"]:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
	background: transparent;
}
#search form span {
	display: block;
	margin-top: 25px;
	text-align: right;
	font-size: var(--wp--preset--font-size--small);
	color: #fff;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FLASH
----------------------------------------------------------------- */

.hide-top-bar #top-bar {
  display: none !important;
}
#top-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--wp--preset--color--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

#top-bar.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.top-bar-content {
    padding: 10px 80px;
}
.top-bar-content p {
	font-size: var(--wp--preset--font-size--small);
	line-height: 2;
	color: var(--wp--preset--color--noir);
	font-weight: 400;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}
.top-bar-content p a {
	text-decoration: underline;
}
.top-bar-content p a:hover {
	opacity: .7;
}
#top-bar-close {
    width: 30px;
    height: 30px;
    background-image: url(img/close-noir.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: transparent;
}
#top-bar-close:focus {
    outline: 2px solid var(--wp--preset--color--noir);
    outline-offset: 2px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// BACK TO TOP
----------------------------------------------------------------- */
#backtotop {
  display: inline-block;
  background-color: var(--wp--preset--color--cream);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
	content: "";
  	display:block;
  	background-image:url('img/backtotop.svg') ;
  	background-repeat: no-repeat;
  	background-position: center center;
    background-size: 17px auto;
 	height: 17px;
  	width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#backtotop:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--cream-light);
}
#backtotop:active {
  background-color: var(--wp--preset--color--cream-light);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}