/*
Theme Name: Thème La Béglaise 2020
Theme URI: https://comtogether.fr
Author: Com Together
Author URI: https://comtogether.fr
*/
html {
    scroll-behavior: smooth;
}
/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff #161616;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #161616;
}
*::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #161616;
}

@font-face {
    font-family: 'Labor Union';
    src: url('fonts/LaborUnion-Regular.woff2') format('woff2'),
        url('fonts/LaborUnion-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.player {
    display: inline-flex;
    align-items: center;
    margin-left: 2rem;
    color:white;
    margin-top:2rem;
    position: absolute;
    bottom:15px;
    right:15px;
}
.player a.controls {
    display: inline-flex;
    align-items: center;
    color:white;
    text-decoration: none;
}
.player a.controls::before {
    content:'';
    width:30px;
    height:30px;
    margin-right:15px;
    background-image:url('images/controls.png');
    background-repeat: no-repeat;
    display: block;
}
.player.active a.controls::before {
    background-position: center right;
}
.player a.controls svg {
    width:100%;
    fill:white;
}
.player a:not(.controls) {
    color:white;
    text-decoration: none;
    margin-left:5px;
}
.player a:not(.controls):hover {
    color:#FFC000;
}
.blob {
    -webkit-mask-image: url('images/blob.png');
    mask-image: url('images/blob.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

/* MCE */

.alignnone {
    margin: 0px 00px 20px 0;
    max-width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-smiley {
    height: 20px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.img-fluid {
	width:100%;
	max-width:100%;
	height:auto;
}
.t-200 {
    padding-top:200px;
}
ul.reseaux {
	display:flex;
	align-items: center;
	list-style-type: none;
	padding-left:0;
}
ul.reseaux li {
	margin:.25em;
}
ul.reseaux li a svg {
	height:22px;
	width:auto;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size:.9em;
	font-weight:400;
	background-color:#161616;
	background-image: url('images/background.jpg');
	background-size:cover;
	background-attachment: fixed;
	width:100%;
	height:100vh;
    overflow-x: hidden;
}

body.show {
	overflow: hidden;
}
nav.__header {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#161616;
	background-image: url('images/background.jpg');
	background-size:cover;
	background-attachment: fixed;
	z-index: 9;
	visibility: hidden;
    opacity:0;
    transition:all .4s ease-in-out;
}
nav.__header.show {
	visibility: visible;
    opacity:1;
}
nav.__header .nav_principale {
	padding-left:0;
	list-style-type: none;
}
nav.__header .nav_principale li {
	margin:1em auto;
}
nav.__header .nav_principale a {
	color:white;
	font-family: 'Labor Union';
	font-size:2.188em;
	text-decoration: none;
	transition:all .3s ease-in-out;
}
nav.__header .nav_principale a:hover {
	color:#FFC000;
	transform: translateX(15px);
    display: block;
}
header {
	font-family: 'Labor Union';
    color: #FFC000;
    position: fixed;
    top: 1em;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 1.5em 0;
    transition:all .4s ease-in-out;
}
header.fixed {
   background: rgb(22,22,22);
background: -moz-linear-gradient(0deg, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6811099439775911) 50%, rgba(22,22,22,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6811099439775911) 50%, rgba(22,22,22,1) 100%);
background: linear-gradient(0deg, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6811099439775911) 50%, rgba(22,22,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#161616",GradientType=1);
    top: 0;
}
header a {
	color:#FFC000;
	text-decoration: none;
}
header a.navbar-brand img,
footer a.navbar-brand img {
	max-width:290px;
	display: block;
    margin: auto;
}
header ul.contact {
	display:flex;
	flex-wrap:wrap;
	list-style-type: none;
	padding-left:0;
}
header ul.contact li {
	margin:.5em;
}
header ul.contact li a {
	display:flex;
	align-items: center;
}
header ul.contact li a.telephone::before {
	content: url('images/phone.svg');
	margin-right:.5em;
}
header ul.contact li a.map::before {
	content: url('images/location.svg');
	margin-right:.5em;
}
header .menu-right {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
header .menu-right .open_nav {
	background: transparent;
    border: none;
    color:#FFC000;
    display: flex;
    align-items: center;
    outline:none;
    cursor: pointer;
}
header .menu-right .open_nav .lines .line {
    width: 25px;
    height: 4px;
    background: white;
    border-radius: 35px;
    display: block;
    margin: .35em 0 auto auto;
    transition:all .3s ease-in-out;
}
header .menu-right .open_nav .lines .line:first-child {
	margin-top:0;
}
header .menu-right .open_nav .lines .line:last-child {
	margin-bottom:0;
}
header .menu-right .open_nav .lines .line:nth-of-type(2) {
    width: 35px;
}
header .menu-right .open_nav .lines {
	margin-right:15px;
}
header ul.reseaux {
    margin-right: 3em;
}
header.show .menu-right .open_nav .lines .line:first-child {
	margin-top: 0;
    transform: rotate(45deg);
    transform-origin: center;
    margin: 0;
}
header.show .menu-right .open_nav .lines .line:nth-of-type(2) {
	display:none;
}
header.show .menu-right .open_nav .lines .line:last-child {
    margin-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    margin-top: -4px;
}

@media only screen and (max-width:992px) {
    header {
        top:0;
        padding:0;
    }
    header ul.contact {
        justify-content: space-between;
        font-size: .85em;
    }
    header .menu-right {
        justify-content: space-between;
    }
    nav.__header {
        padding-top:200px;
    }
    nav.__header .nav_principale a { 
        font-size:1.5em;
    }
    header a.navbar-brand img, footer a.navbar-brand img {
        max-width:250px;
        transition:all .4s ease-out;
    }
    header.fixed a.navbar-brand img {
        max-width:150px;
    }
}

section#home {
	position:relative;
	width:100%;
	height:100vh;
}
section#home #video-container {
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
section#home #video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.44);
}
section#home video.fillWidth {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}
.wrapContain {
	height:100%;
    position: relative;
}
section#home .wrapContain h1 {
	font-family: 'Labor Union';
	font-size:2.5em;
	font-weight:100;
	line-height: 1.3em;
}
section#home .wrapContain h1 span {
	display:block; 
}
section#home .wrapContain h1 .titre_jaune {
	color:#FFC000;
	font-size: 2em;
}
section#home .wrapContain h1 .titre_blanc {
	color:#fff;
}
section#home .menu_home {
	list-style-type: none;
	padding-left:0;
	margin-left:2em;
}
section#home .menu_home li {
	margin:1em auto;
}
section#home .menu_home li a {
    display: block;
    border: 1px solid #FFC000;
    text-align: center;
    padding: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffc000;
    font-weight: bold;
    font-family: 'Labor Union';
    transition:all .4s ease-in-out;
}
section#home .menu_home li a:hover {
	background:#FFC000;
	color:#161616;
}
section#content {
	padding-top:5em;
}
.blob_image {
	position:relative;
}
.blob_image.m2 {
    margin:2em;
}
.blob_image::before {
	content: url('images/blob.svg');
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.blob_image img {
    transform-origin: center;
    transform:scale(.95);
}
.blob_image .picture {
      -webkit-mask-image: url('images/blob.png');
    mask-image: url('images/blob.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width:100%;
    padding-top:100%;
    background-size:cover;
    transform-origin: center;
    transform:scale(.95);
    background-position: center;
}
section#content .home_infos {
	position:relative;
	transform:translateY(-20em);
	margin-bottom:-15em;
}
div#evenements .event {
    margin-top: 3em;
    margin-bottom: 3em;
}
section#content .home_infos .meteo,
section#content .home_infos .events,
div#evenements .img_post .date,
nav .meteo,
nav .events {
	display: inline-flex;
    width: 130px;
    position: absolute;
    height: 130px;
    align-items: center;
    top: 2em;
    left: 2em;
    z-index: 5;
}
section#content .home_infos .events,
nav .events {
    bottom: 2em;
    right: 2em;
    top: auto;
    left: auto;
}
section#content .home_infos .events .content .number,
nav .events .content .number {
    display: block;
    font-size: 2.2em;
    color: #ffc000;
}
section#content .home_infos .meteo::before,
section#content .home_infos .events::before,
div#evenements .img_post .date::before,
nav .meteo::before,
nav .events::before {
	content: url(images/blob_bg_white.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section#content .home_infos .meteo::after,
section#content .home_infos .events::after,
div#evenements .img_post .date::after,
nav .meteo::after,
nav .events::after {
	content: url(images/blob.svg);
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
}
section#content .home_infos .meteo .content,
section#content .home_infos .events .content,
div#evenements .img_post .date .content,
nav .meteo .content,
nav .events .content {
	display: block;
    text-align: center;
    width: 100%;
    font-family: 'Labor Union';
}
section#content .home_infos .meteo .content span.temperature,
nav .meteo .content span.temperature {
	display:block;
	font-size: 1.5em;
}
section#content .home_infos .meteo .content .pictometeo,
nav .meteo .content .pictometeo {
    width:auto;
    height:70px;
}
section#content .home_infos .meteo,
nav .meteo {
    line-height: .5;
    height: 110px;
}
section#content h2 {
	font-family: 'Labor Union';
	color:#FFC000;
	font-size:2em;
}
section#content p {
	color:white;
}
section#content .blason {
	max-width: 250px;
    margin: auto 0 auto auto;
    display: block;
}
section#content .bloc_citation {
	text-align:center;
}
section#content .bloc_citation .citation {
	display:inline-block;
}
section#content .bloc_citation .citation::before {
	content: url('images/quote-top.svg');
	width: 25px;
    display: block;
    margin: auto;
}
section#content .bloc_citation .citation::after {
	content: url('images/quote-bottom.svg');
	width: 25px;
    display: block;
    margin: auto;
}
a.btn {
	display: inline-block;
    background: #FFC000;
    text-align: center;
    padding: 1em 2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #161616;
    font-weight: bold;
    font-family: 'Labor Union';
    transition: all .4s ease-in-out;
    margin-top: 2em;
}
div#menu {
	    background-image: url(images/bg_carte.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top:4em;
    padding-bottom:4em;
    text-align: center;
    color:white;
}
div#menu ul {
    list-style-type: none;
    padding-left:0;
    line-height: 1.5em;
}
div#menu span.date, .introduction .date {
    color:#fff;
    display:block;
    font-family: 'Labor Union';
    font-size: 2em;
    margin-bottom: 1em;
}
div#menu h2 {
	font-size: 2.813em;
    line-height: .8em;
}
div#menu ul.actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:4em;
}
div#menu ul.actions li {
    width: calc((100% - 60px) / 4);
    margin: 0 1em;
}
div#menu ul.actions li a {
    display: block;
    background: #ffc000;
    padding: 1em 2em;
    text-decoration: none;
    color: #161616;
    font-family: 'Labor Union'
}
div#menu h2 .titre_jaune,
div#menu h3 {
    font-family: 'Labor Union';
	color:#FFC000;
	display:block;
	text-align:center;
}
div#menu h2 .titre_blanc {
	color:#fff;
	display:block;
	text-align:center;
}
div#menu h2::after {
	content: url('images/bandeau.svg');
	width:150px;
	display: block;
    margin: .5em auto;
} 
div#menu .owl-menu-semaine .owl-stage {
    display: flex;
}
div#menu .owl-menu-semaine .item {
    border: 2px solid white;
    padding: 20px;
    height: 100%;
}
div#menu .owl-menu-semaine .item h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 30px;
}
div#menu .owl-menu-semaine .item h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
div#menu .owl-menu-semaine .item h4:after {
    content: url(images/ruban.svg);
    display: block;
    width: 40px;
    margin: .1em auto;
}
div#menu .owl-menu-semaine .item p.allergene{
    font-size: 12px;
    font-style: italic;
    margin-top: 30px; 
}
div#menu .owl-menu-semaine .owl-dots {
    margin-top: 30px;
}
div#menu .owl-menu-semaine .owl-dots button {
    margin: 5px;
}
div#menu .owl-menu-semaine .owl-dots button.active span {
    background: #ffc000;
}
div#menu .owl-menu-semaine .owl-dots button span {
    width: 15px;
    height: 15px;
    border: 2px solid #ffc000;
    display: block;
    border-radius: 100%;
}
div#menu .nav-menu {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
div#menu .nav-menu li a {
    display: inline-block;
    background: #FFC000;
    text-align: center;
    padding: 1em 2em;
    text-transform: uppercase; 
    text-decoration: none;
    color: #161616;
    font-weight: bold;
    font-family: 'Labor Union';
    transition: all .4s ease-in-out;
}
div#menu .nav-menu li {
    margin: 5px;
}
div#evenements {
    padding-top:4em;
    padding-bottom:4em;
     background-image: url(images/bg_event.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
div#evenements h2 {
    text-align: center;
    margin-bottom:3em;
}
div#evenements h3,
div#evenements .date {
    font-family: 'Labor Union';
    font-size: 1.5625em;
    color: #ffc000;
    text-transform: uppercase;
    text-align: center;
    font-weight:100;
}
div#evenements .img_post {
    position:relative;
}
div#evenements .img_post .date {
    top: -2em;
    left: 0;
    right: 0;
    margin: auto;
    width:120px;
    height:120px;
}
div#evenements .date span {
    display:block;
    width:100%;
}
div#evenements .date span:first-child {
    color:#161616;
}
div#evenements .content_post {
    text-align: center;
    color:white;
}
div#evenements p {
    word-break: break-all;
    text-align: center;
    display:block;
    min-height:70px;
}

@media only screen and (max-width:992px) {
    #home {
        height:auto!important;
    }
    .player {
        position: initial;
        text-align: center;
        margin: 2rem;
    }
    #home .wrapContain:first-child {
        padding-top: 200px;
    }
    section#home .wrapContain h1 {
        line-height: 1;
        text-align: center;
        font-size: 1.5em;
    }
    section#home .menu_home {
        margin-left:0;
    }
    section#content .home_infos {
        transform: translateY(0);
        margin-bottom: 0;
    }
    section#content .blason {
        margin:2em auto;
    }
    section#content {
        text-align: center;
    }
    section#content div#menu ul.actions li {
        width: 100%;
        margin: 1em auto;
    }
}
footer {
	position:relative;
	min-height:360px;
	overflow: hidden;
	text-align:center;
    color:white;
    padding-bottom: 3em;
}
footer::before {
	content: url(images/bus-left.svg);
    display: block;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-20%);
}
footer::after {
	content: url(images/bus-right.svg);
    display: block;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20%);
}
footer ul.reseaux {
	justify-content: center;
}
footer span.title {
	display:block;
	color:#FFC000;
	font-size:1.2em;
    font-family: 'Labor Union';
    text-align: center;
    margin: 1em auto;
}
footer a {
	color:white;
	text-decoration: none;
}
footer span.name {
    display:none;
}
footer .telephone span, footer .email span {
    display:block;
}
footer ul.services {
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    list-style-type: none;
    padding-left:0;
    padding-top:0;
}
footer ul.services li {
    margin:.8em;
}
footer ul.services li img {
    width:auto;
    height:50px;
}
#credits .container {
    border-top: 1px solid white;
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: .9em;
}
#credits {
    text-transform: uppercase;
    color:white;
}
#credits a {
    color:white;
    text-decoration: none;
}

/* PAGE */

.introduction {
    text-align:center;
    color:white;
}
.introduction h1 {
    font-size:3.125em;
    font-family: 'Labor Union';
    color:#FFC000;
    font-weight:100;
    margin:0 auto;
}
.introduction h1::after {
    content: url('images/ruban.svg');
    display:block;
    width:70px;
    margin: .1em auto;
}
.introduction strong {
    font-family: 'Labor Union';
    font-weight:100;
}
.introduction a, .introduction a:hover, .introduction a:active, .introduction a:focus {
    color:#FFC000;
}

/* CARTE */
.page-template-carte main,
.page-template-menu-du-jour main,
.page-template-boisson main,
.page-template-carte-soir main {
    background-image: url('images/bg_carte.svg');
    background-size:cover;
}
.page-template-menu-du-jour #menu {
    background:none;
}
.page-template-carte #carte,
.page-template-boisson #carte,
.page-template-carte-soir #carte {
    padding-top:4em;
    padding-bottom:4em;
    
}
.page-template-carte .entete {
    min-height:75px;
}
.page-template-carte .entete h2,
.page-template-boisson .entete h2,
.page-template-menu-du-jour #menu h2,
.page-template-carte-soir #carte h2 {
    font-family: 'Labor Union';
    font-weight:100;
    color:#FFC000;
    font-size:1.6em;
    margin:0 auto;
}
.page-template-menu-du-jour #menu h2 {
    margin-top:1em;
}
.page-template-carte .entete h3,
.page-template-boisson .entete h3,
.page-template-carte-soir .entete h3 {
    font-family: 'Labor Union';
    font-size:0.938em;
    margin:0 auto;
}
.page-template-carte .entete::after,
.page-template-boisson .entete::after,
.page-template-menu-du-jour #menu h2::after,
.page-template-carte-soir .entete::after {
    content: url(images/ruban.svg);
    display: block;
    width: 40px;
    margin: .1em auto;
}
.page-template-carte .produit,
.page-template-boisson .produit,
.page-template-carte-soir .produit {
    margin:1.5em auto;
    font-size:16px;
}
.page-template-carte .produit .wrap,
.page-template-boisson .produit .wrap,
.page-template-carte-soir .produit .wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.page-template-carte .produit .description,
.page-template-carte-soir .produit .description {
    display:block;
    width:100%;
    text-align:left;
    font-style: italic;
    font-size:0.813em;
}
.page-template-carte .produit span.title,
.page-template-carte .produit span.prix,
.page-template-boisson .produit span.title,
.page-template-boisson .produit span.prix,
.page-template-carte-soir .produit span.title,
.page-template-carte-soir .produit span.prix {
    color:#FFC000;
    font-size:0.938em;
    text-transform:uppercase;
    font-weight:700;
    text-align: right;
}
.page-template-carte-soir .produit span.title {
	text-align: left;
	padding-right:20px;
}
.page-template-carte .produit span.title .precisions,
.page-template-boisson .produit span.title .precisions,
.page-template-carte-soir .produit span.title .precisions {
    color:white;
    text-transform: initial;
    font-weight:400;
}
.page-template-carte .note,
.page-template-carte-soir .note {
    background-image: url(images/brush.svg);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    width: 100%;
    color: #161616;
    font-family: 'Labor Union';
    font-weight:100;
    margin:2em auto;
    background-position:center;
}
.services {
    padding-top:4em;
}
.services a.btn {
    border:2px solid #FFC000;
    display:block;
    padding:1em;
    color:#FFC000;
    font-family: 'Labor Union';
    font-weight:100;
    text-decoration: none;
    margin: .5em auto;
    background:transparent;
}
.services a.btn:hover, .services a.btn:active, .services a.btn:focus, .services a.btn.active {
    background:#FFC000;
    color:#161616;
}
.page-template-boisson .produit span.title,.page-template-carte-soir .produit span.title {
    color:white;
    text-align:left;
}

/* CARTE */

.page .content.constructor {
    color:white;
    line-height:1.5;
    padding-top: 4em;
    padding-bottom: 4em;
}
.page .content.constructor a:not(.btn) {
    color:#FFC000;
}
.page .content.constructor a:active, .page .content.constructor a:focus, .page .content.constructor a:hover {
    color:white;
}
.page .content.constructor h2, .page .content.constructor h3, .page .content.constructor h4, .page .content.constructor h5 {
    color:#FFC000;
    font-family: 'Labor Union';
    font-weight:100;
    font-size:2.188em;
    line-height: 1;
}
.page .content.constructor h3 {
    font-size:1.563em;
}
.page .content.constructor h4 {
    font-size:1.250em;
}
.page .content.constructor h5 {
    font-size:1.125em;
}

/* EQUIPE */
#equipe {
    padding-top:4em;
    padding-bottom:4em;
}
#equipe .equipier {
    margin-top:1em;
    margin-bottom:1em;
}
#equipe span.name {
    display:block;
    width:100%;
    text-align:center;
    color:#FFC000;
    font-family: 'Labor Union';
    font-weight:100;
    font-size:1.5625em;
    margin-top:1em;
}
#equipe span.name::after {
    content: url(images/ruban.svg);
    display: block;
    width: 40px;
    margin: .1em auto;
}
#equipe span.poste {
    color:white;
    display:block;
    text-align:center;
    width:100%;
}

.page-template-events #evenements {
    padding-top:5em;
    padding-bottom:5em;
}
.page-template-events #evenements .pagination {
    margin: 2em auto;
    display: flex;
    justify-content: center;
}
.page-template-events #evenements .pagination .page-numbers:not(.next):not(.prev) {
    border: 2px solid #FFC000;
    font-family: 'Labor Union';
    font-weight: 100;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    color: #ffc000;
    border-radius: 100%;
    margin: .5em;
    transition: all .4s ease-out;
}
.page-template-events #evenements .pagination .page-numbers:not(.next):not(.prev):hover, .page-template-events #evenements .pagination .page-numbers:not(.next):not(.prev).current {
    background:#FFC000;
    color:#161616;
}
.event-content {
    color:white;
    padding-top:4em;
    padding-bottom:4em;
}
.event-content .ife_eventmeta .organizermain {
    background:transparent;
}
.event-content .ife_eventmeta .titlemain {
    color: #ffc009;
    font-family: 'Labor Union';
    font-weight: 100;
}
.event-content span.title {
    display:block;
    width:100%;
    color: #ffc009;
    font-family: 'Labor Union';
    font-weight: 100;
}
.event-content iframe {
    margin-top:2em !important;
}
.event-content span.name {
    display:block;
    margin-top:1em;
}
.event-content .blob_image .picture {
    padding-top:100%;
}

.single-nos-restaurants .services {
    padding-top:0;
}
#restaurants .listing {
    padding-top:4em;
    padding-bottom:4em;
}
#restaurants h3 {
    color: #ffc009;
    font-family: 'Labor Union';
    font-weight: 100;
    text-align:center;
        font-size: 2em;
    margin-bottom: 0.2em;
}
#restaurants a {
    text-decoration: none;
}
#restaurants .step {
    width: 80px;
    height: 80px;
    display: block;
    background: #ffc000;
    border-radius: 100%;
    line-height: 80px;
    font-size: 3em;
    margin: .5em auto;
    font-family: 'Labor Union';
    color: #161616;
    font-weight: 100;
}
#restaurants span.titre {
        font-size: 1.2em;
    margin: .5em auto;
    font-family: 'Labor Union';
    color: #ffc000;
    font-weight: 100;
}
#restaurants h2 {
    font-family: 'Labor Union';
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 3em;
}
#restaurants h2::after {
    content: url('images/ruban.svg');
    display:block;
    width:70px;
    margin: .1em auto;
}
#restaurants .restaurant .services {
    padding-top:2em;
}
#restaurants .restaurant {
    text-align:center;
    color:white;
}
#restaurants .restaurant a {
    color:white;
}
#restaurants .restaurant .services a.btn {
    padding:.5em;
    color:#ffc000;
}
#restaurants .restaurant .services a.btn:hover, #restaurants .restaurant .services a.btn:focus, #restaurants .restaurant .services a.btn:active {
    color:#161616;
}
#restaurants .restaurant span.title {
    color: #ffc000;
    display: block;
    text-align: center;
    padding: .5em;
    font-family: 'Labor Union';
    font-weight: 100;
}
@media only screen and (max-width:992px) {
    .t-200 {
        padding-top:250px;
    }
    .introduction h1 {
        font-size:2em;
    }
    .page .content.constructor {
        padding-top:0;
        padding-bottom:0;
        text-align:center;
    }
    .page-template-carte .produit .description {
        width:70%;
    }
    .page-template-events #evenements {
        padding-top:2em;
    }
    .event-content {
        padding-top:0;
        text-align: center;
    }
    .event-content .e-wrap-content {
        margin-top:2em;
    }
    #credits {
        text-align:center;
    }
}

#contact {
    padding-top:4em;
    padding-bottom:4em;
    color:white;
}
#contact h2 {
     font-family: 'Labor Union';
    color: #ffc009;
    font-weight: 100;
    text-align: left;
    font-size: 1.5em;
}
#contact .form input {
    border: 2px solid #ffc009;
    background: transparent;
    height: 35px;
    width:100%;
    outline:none;
    color:white;
}
#contact .form label {
    text-transform: uppercase;
    display:block;
    margin-bottom:.25em;
}
#contact .form textarea, #contact .form select {
    width:100%;
    border: 2px solid #ffc009;
    background: transparent;
    outline:none;
    color:white;
    padding:.5em;
}
#contact .form select {
    height:35px;
}
#contact .form select option {
    color:black;
}
#contact .form .group {
    margin:.5em auto;
}
#contact input#rgpd {
    width:20px;
    height:20px;
    border-radius:100%;
    border:2px solid #ffc009;
    appearance:none;
    -webkit-appearance:none;
    position:relative;
    text-transform:lowercase;
}
#contact input#rgpd:checked {
    background:#ffc009;
}
#contact .rgpd span {
    text-transform: lowercase;
    font-size: .9em;
    opacity: .8;
}
#contact input[type="submit"] {
    background: #ffc009;
    color: #161616;
    text-transform: uppercase;
    font-weight: 800;
    padding: 1em;
    height: auto;
}
#contact input[type="submit"]:disabled {
    opacity:.5;
}
#contact .wpcf7 form .wpcf7-response-output {
    padding: 1em;
    text-align: center;
}