/*
Theme Name: Petite Bibliothèque Ronde
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
:root {
  --coul1: #ea2326;
  --coul2: #EC7F7D;
  --coul3: #1D1D1D;
  --noir: #1D1D1D;
  --gris: #ECE8E4;
  --blanc: #ffffff;
}

/* 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;
}
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 {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

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

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

/* GLOBAL
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {width: 100%;height: 100%;margin:0;padding:0;} 
body {
	background: var(--gris);
	font-family: 'myriad-pro', sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position: relative;
}

p, ul, ol, li, table,label {
	color: #7a7a7a;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0px;
}
strong, b,.bold {
	font-weight: bold;
	color:var(--noir);
	font-weight: 700
}
ul li{
	line-height: 28px;
	margin-left: 15px;
	list-style-type: disc;
}

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;
}

h1 {font-size: 36px;line-height: 46px;color:var(--coul1);margin: 20px 0;}
h2 {font-size: 28px;line-height: 38px;color:var(--coul1);margin: 20px 0}
h3 {font-size: 24px;line-height: 34px;color:var(--coul3);margin: 15px 0}
h4 {font-size: 20px;line-height: 30px;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;
	text-transform: uppercase;
	color: #fff;
	border: none;
	text-shadow:none;
	padding: 5px 25px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover{
	background: var(--noir);
	color:#fff;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}
hr {
	border: 0;
	background-color: var(--noir);
	height: 1px;
	margin: 25px 0;
}

#page404 {
	padding: 70px 0;
}
.titre-search {
	text-align: center;
}
#mobile-header {
	display: none;
}
body.no-scroll {
	overflow: hidden;
}
/* LOADER
-------------------------------------------------------------- */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:  #fff;
    z-index:999991;
    opacity: 1;
    visibility: visible;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	
}
#preloader.open {
    position:fixed;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    z-index:-99;
    opacity: 0;
    visibility: hidden;
}
.circle-preloader {
	display: block;
	width: 280px;
	height: 280px;
	background: url(img/icone.svg) no-repeat center center #fff;
    background-size: 120px auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: spin 4s infinite linear;
	
}

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

/* HEADER
-------------------------------------------------------------- */
#logo {
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 23px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#logo img {
	width: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 90px;
	z-index: 999;
	width: 100%;
	background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header nav {
	right: 40px;
	position: absolute;
	top: 0px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header nav ul {
	margin: 0;
	display:inline-block;*display:inline;zoom:1;
}
header#header nav ul li{
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
header#header nav a {
	display: inline-block;
	vertical-align: middle;
	color: var(--coul1);
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	position:relative;
	padding: 0px 13px;
	text-align: left;
	line-height: 90px;
}
header#header nav a:after {
	content:"";
	width:25px;
	height:0px;
	background:var(--coul1);
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translatex(-50%);
	opacity:0;
	visibility:hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header#header nav a:active,header#header nav a:visited, header#headernav a:focus  {
	color:var(--coul1);
	text-decoration: none;
}
header#header nav a:hover{
	color: var(--coul2);
}
header#header nav a:hover:after {
	height:3px;
	opacity:1;
	visibility:visible;
	bottom:20px;
}
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(--coul2);
}
header#header nav li ul {
	float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110px;
    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;
   	-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);
}
header#header nav li:hover ul {
    opacity: 1;
    top: 90px;
    visibility: visible;
}
header#header nav li ul li {
	width: 200px;
}
header#header nav li ul a  {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	line-height: 16px;
	color: #fff;
	padding: 10px 12px;
	background: var(--coul2);
	color: var(--blanc);
}
header#header nav li ul a:after {
	display: none;
}
header#header nav li ul a:active, header nav li ul a:visited, header nav li ul a:focus {
	background:var(--coul2);
	color: var(--blanc) !important;
}
header#header nav li ul a:hover {
	background:var(--coul1);
	color: var(--blanc);
	border-top: none;
}
header#header nav li ul li.current_page_item > a, 
header#header nav li ul li.current_page_parent > a,
header#header nav li ul li.current-menu-ancestor > a,
header#header nav li ul li.current-menu-item > a,
header#header nav li ul li.current-menu-parent > a {
	color: var(--noir);
	background: var(--coul2);
}
.btn-search {
	position: absolute;
	top: 15px;
	right: 0;
	color: var(--coul1);
	background: none;
	padding: 0 20px;
	line-height: 60px;
	font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header.sticky .btn-search{
	top: 0px;
}
header#header.sticky {
	height: 60px;
}
header#header.sticky #logo {
	top: 8px;
}
header#header.sticky #logo img {
	width: 150px;
}
header#header.sticky nav {
	top:0px;
}
header#header.sticky nav a {
	line-height: 60px;
}
header#header.sticky nav a:after {
	display: none;
}
header#header.sticky nav li:hover ul {
    top: 60px;
}
header#header.sticky nav li ul a  {
	line-height: 16px;
}
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	color: #fff;
	margin: 0;
	overflow: visible; 
	position: relative;
	z-index: 99991;
	top: 0px;
	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: #fff;
}
.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: #fff;
	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: #fff;
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--coul1);
  top: 0;
  left: -100px;
  width: 400px;
  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: 100%;
}
#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(--coul2);
}
#hambmenu .reso-menu-second li {
	display: inline-block;
}
#hambmenu .reso-menu-second a{
	display: inline-block;
	margin: 3px;
	color: var(--blanc);
}
#hambmenu .reso-menu-second a:hover{
	color: #fff;
}
/* COMMON
-------------------------------------------------------------- */
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item {
	display: inline-block;
	margin: 0.5%;
}
.gallery-item a {
	background: url(img/icon-loupe.png) no-repeat center center #000;
}
.gallery-columns-1 .gallery-item {
	width: 99%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-item img {
	  display: block;
	  width: 100%;
	  height: auto;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item a:hover img{
	opacity: .1;
}
.line {
	width: 40px;
	height: 8px;
	background:var(--coul1);
	margin: 0 auto;
}
.marge-haut {
	margin-top: 30px;
}
.marge-bas {
	margin-bottom: 30px;
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}
.padding50 {padding: 50px 0}
.padding60 {padding: 60px 0}
.padding70 {padding: 70px 0}
.padding80 {padding: 80px 0}

.radius {
	border-radius: 5px;
}
.recherche {
	padding:20px 30px;
}
/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 95%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 95% !important;
}
.elementor-widget-text-editor p:first-of-type {
	margin-top: 0;
}
.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}
.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;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.col-left-marge {
	padding-right: 30px;
}
.col-right-marge {
	padding-left: 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;
}
.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, input[type=submit], .elementor-button {
	display: inline-block;
	padding: 12px 25px!important;
	background: var(--coul1) !important;
	border-radius: 5px!important;
	color: #fff!important;
	font-size: 15px!important;
	line-height: 20px!important;
	font-weight: 700!important;
	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, input[type=submit]:hover, .elementor-button:hover{
	background: var(--coul2)!important;
}
.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 50%;
}
.text-center {
	text-align: center;
}
.back-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.elementor-slideshow__footer {
	display: none!important;
}
#page {
	padding-bottom: 70px;
}
/* IMAGE DE UNE
-------------------------------------------------------------- */
#bloc-titre {
	height: 450px;
	position: relative;
}
#bloc-titre .rangee {
	height: 100%;
}
.overlay-titre {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(30, 30, 30, 0.75);
}
#bloc-titre h1 {
	text-align: center;
	color: #fff;
	font-size: 65px;
	line-height: 65px;
	margin-top: 0;
}
.bloc-titre-formation #bloc-titre h1 {
	text-align: center;
	color: #fff;
	font-size: 55px;
	line-height: 55px;
}
#bloc-titre .surtitre {
	text-align: center;
	color: #fff;
	margin: 0;
}
/* SLIDER
-------------------------------------------------------------- */
.bx-wrapper{
	position:relative;
	margin-bottom:0px;
	padding:0;
	-ms-touch-action:pan-y;touch-action:pan-y;
}
.bx-wrapper img{
	max-width:100%;
	display:block
}
.bxslider{
	margin:0;
	padding:0;
	-webkit-perspective:1000
}
ul.bxslider{
	list-style:none
}
.bx-viewport{
	-webkit-transform:translateZ(0)
}
.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{
	position:absolute;
	width: 86%;
	bottom:35px;
	left: 50%;
	transform:translateX(-50%); 
	z-index: 99;
}
.bx-wrapper .bx-pager{
	text-align:left;
	margin-left: 20px;
	font-size:.85em;
	font-family:Arial;
	font-weight:700;
	color:#fff;
	padding-top:20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:var(--noir);
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{
	display:inline-block;
	vertical-align:bottom
}
.bx-wrapper .bx-pager-item{
	font-size:0;
	line-height:0
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: transparent;
	text-indent: -99999px;
}
.bx-controls-direction a.bx-prev {
	left: 10px;
}
.bx-controls-direction a.bx-next {
	right: 10px;
}
.bx-controls-direction a:after {
	font-family:'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 22px;
	color: var(--coul1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-indent: 0;
}
.bx-controls-direction a.bx-prev:after {
	content: "\f060";
}
.bx-controls-direction a.bx-next:after {
	content: "\f061";
}
.bx-controls-direction a:hover:after {
	color: var(--coul2);
}
#slider {
	padding: 70px 0 40px 0;
}
#slider ul{
	margin: 0;
	padding: 0;
	transition: all ease-in-out 1s;
	opacity: 0;
	visibility: hidden;
}
#slider .active-slider {
	opacity: 1;
	visibility: visible;
}
#slider .slide {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slider .bloc-content-slide {
	position: relative;
	z-index: 999;
	bottom:0;
	left: -80px;
	padding: 0px;
	transition: all 1s ease-in-out .3s;
	opacity: 0;
    visibility: hidden;
}
/** #slider .bloc-content-slide:after {
	content: "";
	width: 100px;
	height: 100px;
	background: url(img/icone.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top:-32px;
	left: -45px;
}
**/
#slider .slide p {
	color: #fff;
}
#slider .slide .titre-slide {
	color: var(--blanc);
	text-shadow: 4px 2px 5px rgba(30,30,30,.3);
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
    transition: all 1s ease-in-out .3s;
    position: relative;
    z-index: 9;
    top: -30px;
    opacity: 0;
    visibility: hidden;
}
#slider .slide p.bouton {
	transition: all 1.6s ease-in-out .5s;
    position: relative;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}
#slider .slide p.bouton a {
	background: var(--coul1);
	color: var(--blanc);
}
#slider .slide p.bouton a:hover {
	background: var(--coul2);
}
#slider .active-slider .slide p,
#slider .active-slider .slide p.bouton, #slider .active-slider .bloc-content-slide {
	opacity: 1;
    visibility: visible;
}

#slider .active-slider .slide .titre-slide {
	top: 0;
}
#slider .active-slider .active-slide .titre-slide {
    position: relative;
    top: -30px;
    opacity: 0;
    visibility: hidden;
}
#slider .active-slider .active-slide .bloc-content-slide{
    position: relative;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
}
#slider .active-slider .active-slide p.bouton{
    opacity: 0;
    visibility: hidden;
}

/* -------------------------------------------------------------- */
/* NEWS
/* -------------------------------------------------------------- */
#news {
	padding: 0px 0 50px 0;
}
#news.page-news {
	padding: 70px 0;
}
#news h2 {
	margin-top: 0;
}
.col-vignette {
	position: relative;
	z-index: 99;
	margin-bottom: 40px;
}
.bloc-vignette {
	border-radius: 5px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all ease-in 0.4s;
  	-o-transition: all ease-in 0.4s;
  	transition: all ease-in 0.4s;
   	-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);
}

.bloc-vignette:hover {
	-webkit-box-shadow: 0px 0px 30px 10px rgba(50,50,50,0.03);
	-moz-box-shadow: 0px 0px 30px 10px rgba(50,50,50,0.03);
	box-shadow: 0px 0px 30px 10px rgba(50,50,50,0.03);
}
.bloc-vignette .image-vignette {
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 230px;
	width: 100%;
	-webkit-transition: all ease-in 0.3s;
  	-o-transition: all ease-in 0.3s;
  	transition: all ease-in 0.3s;
	transform: scale(1);
}
.bloc-vignette:hover .image-vignette {
	transform: scale(1.04);
}
.bloc-vignette .content-vignette{
	padding: 25px 40px 35px 40px;
	position: relative;
	background: #fff;
}
.bloc-vignette .content-vignette h2{
	font-size: 28px;
	line-height: 28px;
	color: var(--coul1);
	margin:0;
}
.bloc-news {
	margin-bottom: 30px;
}
.bloc-vignette .content-vignette p.date-news {
	margin: 5px 0;
	font-size: 14px;
}
.bloc-vignette .content-vignette p.date-news::first-letter {
	text-transform: uppercase;
}
.roll {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(30,30,30,.7);
	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: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 26px;
}
.bloc-vignette: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;
}
.extrait p {
	margin:15px 0 0 0;
}

#single {
	padding: 60px 0;
	background-image: url(img/icone-moitie-gauche.svg);
	background-repeat: no-repeat;
	background-position: right -180px;
	background-size: 200px auto;
}
#single h1 {
	font-size: 55px;
	line-height: 55px;
	margin-top: 5px;
	margin-bottom: 40px;
	color: var(--coul1);
}
#single .content-single {
	padding: 30px 40px;
}
#single .sur-titre {
	margin:0;
	font-size: 16px;
	color: var(--coul3);
}
 .image-une{
	margin: 20px 0 0px 0;
	position: relative;
	text-align:center;
	left: 0px;
}
.image-une span img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	line-height: 0;
}
.image-une span {
	text-align:center;
}
.size-full {
	margin: 25px 0 15px 0;
	position: relative;
	left: -70px;
	width: calc(80% + 140px);
	height: auto;
	border-radius: 5px;
}
#single h2 {
	color: var(--coul1)
}
.share ul {
	margin:0;
	padding: 0;
	font-size: 14px;
}
.share ul li {
	display: inline-block;
	margin: 0;
	font-size: 14px;
}
.share ul, .share ul li {
	font-size: 16px;
}
.share i {
	margin:0 10px;
	position: relative;
	top: 1px;
}
/* -------------------------------------------------------------- */
/* THEME
/* -------------------------------------------------------------- */
.sous-titre {
	position: relative;
	font-size: 28px;
	line-height: 36px;
	color: var(--coul3);
	margin-bottom: 30px;
	display: inline-block;
	padding-right: 40px;
}
.sous-titre:after {
	content: "";
	width: 25px;
	height: 4px;
	background: var(--coul1);
	position: absolute;
	right: 0;
	top: 20px;
}
.sous-titre-center {
	position: relative;
	font-size: 28px;
	line-height: 36px;
	color: var(--coul3);
	margin-bottom: 40px;
	display: inline-block;
	padding:0 40px;
}
.sous-titre-center:after {
	content: "";
	width: 25px;
	height: 4px;
	background: var(--coul1);
	position: absolute;
	right: 0;
	top: 20px;
}
.sous-titre-center:before {
	content: "";
	width: 25px;
	height: 4px;
	background: var(--coul1);
	position: absolute;
	left: 0;
	top: 20px;
}
#agenda{
	position: relative;
	padding:70px 0 70px 0;
}
#projets {
	position: relative;
	padding:50px 0 70px 0;
}
#agenda.agenda-home {
	padding-top: 0;
	padding-bottom: 40px;
}
#agenda .icone-droite, #projets .icone-droite {
	position: absolute;
	right: 0;
	top: -167px;
}
#agenda .icone-droite img,#projets .icone-droite img{
	width: 160px;
	height: auto;
}
.col-agenda {
	margin-bottom: 30px;
}
.ligne-agenda {
	display: block;
	padding: 25px 30px;
	height: 100%;
	cursor: pointer;
	background: #fff;
	transform: scale(1);
	border-left: 0px solid var(--coul1);
	border-radius: 5px;
}
.ligne-agenda:hover {
	transform: scale(1.03);
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
	opacity: .85;
	border-left: 0px solid var(--coul3);
}
.ligne-agenda h3{
	color: var(--coul1);
	font-size: 28px;
	line-height: 28px;
	margin: 5px 0 5px 0;
}
#agenda p.dates {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	color: var(--coul3);
}
#agenda p.dates:first-letter {
	text-transform: uppercase;
}
.sous-titre-agenda {
	margin: 0;
}
.image-agenda {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px 0 !important;
	line-height: 0 !important;
	text-align: center;
}
.image-agenda img {
	max-height: 200px;
	width: auto;
}
p.age em:last-of-type {
	display: none;
}
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	right: 0px;
	z-index: 999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}
.popup.open {
	opacity: 1;
	visibility: visible;
}
.popup .content-popup {
	position: absolute;
	top: 0;
	right: -100px;
	width: 600px;
	height: 100%;
	padding: 30px 50px;
	background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.popup .content-popup .contentbloc {
	overflow-y: auto;
	height: 100%;
}
.popup.open .content-popup {
	right: 0;	
}
.popup .close {
	position: absolute;
	left: -50px;
	top: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(img/cross.png) no-repeat center center var(--coul1);
	background-size: 20px auto;
}
.popup .close:hover {
	background-color:var(--coul2);
}
.popup .content-popup h2{
	margin: 15px 0 10px 0;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
}

#agenda .bouton {
	margin-top: 10px;
	text-align: center;
}
#agenda .popup .bouton {
	margin-top: 25px;
}
/* -------------------------------------------------------------- */
/* FACET
/* -------------------------------------------------------------- */
#projets #tri {
	margin-top: 40px;
}
.wpgb-date-facet *, .wpgb-search-facet * {
	font-family: 'myriad-pro', sans-serif;
}
.wpgb-facet .wpgb-facet-title {
	margin-bottom: 15px !important;
}
.wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
    height: 30px!important;
    min-height: 30px!important;
    background: #fff!important;
}
.wpgb-facet .wpgb-select, .wpgb-date-facet input[type="text"] {
	height: 45px!important;
    min-height: 45px!important;
    background: #fff!important;
}
.wpgb-facet .wpgb-checkbox .wpgb-checkbox-control {
    border-color: #1d1d1d;
    background: #fff!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
    border-color: var(--coul1) !important;
    background-color: var(--coul1) !important;
}
.wpgb-facet .wpgb-load-more {
	background-color: var(--coul1) !important;
}
.wpgb-reset {
 	font-family: 'arboria', sans-serif;
 	font-weight: 700!important;
 	font-size: 16px!important;
 	background-color: var(--coul1) !important;
}
.wpgb-reset:hover {
	background-color: #1D1D1D!important;
}
.wpgb-result-count {
	display: block!important;
	margin-bottom: 20px!important;
	font-style: italic!important;
	font-weight: 700!important;
	color: #1D1D1D!important;
}
.wpgb-facet > fieldset:last-child {
    margin-bottom: 30px!important;
}
.wpgb-hierarchical-list li {
	display: inline-block!important;
	margin-right: 15px!important;
}
.wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed="true"] .wpgb-radio-control {
    border-color: var(--coul1) !important;
}
.wpgb-facet .wpgb-radio-facet .wpgb-radio-control::after {
    background-color: var(--coul1) !important;
}

/* -------------------------------------------------------------- */
/* FORMATION
/* -------------------------------------------------------------- */
#single-formations {
	padding: 20px 0 70px 0;
}
.but {
	padding:0 20px 30px 20px;
}
.but p {
	color: var(--noir);
	font-weight: 700;
	font-size: 22px;
}
.bloc-content-formations {
	padding: 40px 40px 100px 40px;
}
#single-formations .bloc-formation h2 {
	color: var(--coul1);
	font-size: 22px;
	margin: 25px 0 10px 0;
}
#single-formations .bloc-formation:first-of-type h2 {
	margin-top: 10px;
}
#single-formations .bloc-content {
	margin-top: 15px;
	padding: 20px 25px;
	border-radius: 5px;
}
#single-formations .bloc-content h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
#single-formations .bloc-content a:hover{
	color: var(--coul1);
}
#single-formations .bloc-content h2 {
	margin-top: 10px;
}
.boutons-action {
	text-align: center;
	position: relative;
	top: -25px;
}
.boutons-action p {
	margin: 0 10px;
	display: inline-block;
}
#autres {
	padding-top: 30px;
}

.pres-taxo {
	margin-bottom: 0px;
}
#single-projets {
	padding: 70px 0 70px 0;
}
.bloc-content-projet {
	padding: 30px 40px;
	background: #fff;
}
.galerie {
	padding: 30px 0 0 0;
}

/* SEARCH
-------------------------------------------------------------- */

#search {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background:rgba(0,0,0,.9);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
}
#search.open {
	opacity: 1;
	visibility: visible;
}
#search .close {
	cursor: pointer;
	display: block;
	font-size: 50px;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
}
#search form {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#search input[type="submit"] {
	display: none;
}
#search input[type="search"] {
	position: relative;
	border: 0;
	height: 100px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 0px;
	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: 15px;
	color: #fff;
}
#page-search h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* -------------------------------------------------------------- */
/* FOOTER
/* -------------------------------------------------------------- */

#footer {
	position: relative;
	z-index: 99;
	padding:50px 0;
	background: #1D1D1D;
}
#footer .titre-footer {
	font-weight: 700;
	font-size: 18px;
	color: var(--coul1);
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	color: #ececec;
	font-size: 14px;
	line-height: 26px;
	margin: 5px 0;
}
#footer ul li a, #footer ul li a:active, #footer ul li a:visited, #footer ul li a:focus {
	color:  #ececec;
}
#footer ul li a:hover {
	color: var(--coul1);
}
#footer .reso li {
	display: inline-block;
	margin-right: 20px;
	font-size: 28px;
}
#footer .reso li a {
	display: block;
}
#credits {
	background:var(--noir);
	padding: 20px 0;
}
#credits p{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	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);
}
