/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS RESET */
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

/* Typo */	

@font-face {
	font-family: BreeBold;
	src: url("fonts/BreeBold.eot")
}

@font-face {
	font-family: BreeBold;
	src: url("fonts/BreeBold.ttf")
}

@font-face {
	font-family: BreeLight;
	src: url("fonts/BreeLight.eot")
}

@font-face {
	font-family: BreeLight;
	src: url("fonts/BreeLight.ttf")
}

@font-face {
	font-family: BreeSerifRegular;
	src: url("fonts/BreeSerifRegular.eot")
}

@font-face {
	font-family: BreeSerifRegular;
	src: url("fonts/BreeSerifRegular.ttf")
}

@font-face {
	font-family: BreeSerifLight;
	src: url("fonts/BreeSerifLight.eot")
}

@font-face {
	font-family: BreeSerifLight;
	src: url("fonts/BreeSerifLight.ttf")
}

body,
.small,
.cookie-notice-container,
.sib-form {
	font-family: BreeSerifLight; 
	font-size: 16px;
	line-height: 1.3em;
	color: #001616;
}

strong {
	font-family: BreeSerifRegular; 
}

em {
    font-style: italic;
}

h1,
h2,
h4 {
	font-family: BreeBold; 
	font-size: 50px;
	line-height: 1em;
}

h2 {
	margin-bottom: 0.35em;
}

h3,
.photo-adresse span,
.button.big {
	font-family: BreeBold; 
	font-size: 35px;
	line-height: 1em;
	margin-bottom: 0.35em;
}

.button,
.button_solo {
	font-family: BreeBold; 
	text-transform: uppercase;
	line-height: 1em;
}

.button.big {
	text-transform: none;
}

#where,
h4 {
	font-family: BreeLight; 
}

#where,
select,
.slogan,
.photo-adresse span {
	font-family: BreeLight; 
	font-size: 22px;
	line-height: 1.25em;
}

.slogan {
	display: block;
	width: 75%;
}

a {
	color: #001616;
}

.a-propos .button,
.button.yellow,
.button.red,
.button.simple,
#logo,
#where a,
.rubrique,
.photo-adresse {
	text-decoration: none
}

#logo {
	display: inline-block;
	width: 50%;
}

.photo-adresse,
.rubrique {
	display: block;
}

p {
	margin-bottom: 1em;
}



/* End Typo */

/* Color */	

.red {
	background-color: #F45B64;
	overflow: hidden;
}

.yellow {
	background-color: #FFCD3C;
	overflow: hidden;
}

.simple {
	overflow: hidden;
}

.white {
	background-color: #ffffff;
	overflow: hidden;
}

footer {
	background: #fff5d9;
	overflow: hidden;
	clear: both;
}

/* End Color */	

body {
	background: #fff5d9;
	background: rgb(255,245,217);
	background: linear-gradient(-145deg, rgba(255,245,217,1) 0%, rgba(255,255,255,1) 100%);
}

#content {
	max-width: 1350px; /* UNITE */
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}

.box-1,
.box-2,
header {
	padding: 50px; /* UNITE */
	overflow: hidden;
}

.box-1,
header {
	width: calc(100% - 100px); /* UNITE */
	clear: both;
}

.box-2 {
	width: calc(100% / 2 - 100px); /* UNITE */
	float: left;
	position: relative;
	z-index: 10;
}

.box-4 {
	width: calc(100% / 4 - 18.75px); /* UNITE */
	padding: 0 25px 25px 0; /* UNITE */
	float: left;
}

.home .box-2,
.box-2.event {
	min-height: 350px; /* UNITE */
}

.home-slide .carousel-cell {
	min-height: 450px; /* UNITE */
}

#social {
	position: absolute;
	right: 50px; /* UNITE */
	top: 50px; /* UNITE */
}

#where {
	width: calc(100% / 2 - 50px); /* UNITE */
	position: absolute;
	right: 50px; /* UNITE */
	bottom: 50px; /* UNITE */
}

#where nav li a {
	display: block;
	padding-left: 50px; /* UNITE */
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: 20px center;
}

#where nav .current-menu-item a,
.page-template-template-professionnels #menu-item-1408 a,
.page-template-template-map #where nav #menu-item-1470 a,
.page-template-template-map-wallonie #where nav #menu-item-1470 a,
.single-adresse #where nav #menu-item-1470 a,
.single-province #where nav #menu-item-1470 a,
.single-commune #where nav #menu-item-1470 a,
.page-template-template-adresses-wallonie #where nav #menu-item-1470 a,
.page-template-template-adresses #where nav #menu-item-1470 a {
	background-image: url("img/next_noir.png");
	font-family: BreeBold; 
}

#where nav li a:hover {
	background-image: url("img/next_noir.png");
}

.flickity-prev-next-button {
	width: 50px; /* UNITE */
	height: 50px; /* UNITE */
}

.flickity-prev-next-button.previous {
	left: 50px; /* UNITE */
}

.flickity-prev-next-button.next {
	right: 50px; /* UNITE */
}

.event {
	margin-bottom: 50px; /* UNITE */
}

#social img {
	height: 34px; /* UNITE */
	margin-left: 15px; /* UNITE */
}

.flickity-prev-next-button {;
	background-size: 37px auto !important; /* UNITE */
}

.button,
.button_solo {
	border: solid 2px #001616; /* UNITE */
	border-radius: 50px; /* UNITE */
	padding: 15px 20px; /* UNITE */
}

.partners-slide {
	margin-bottom: 15px; /* UNITE */
}

.button.yellow {
	border: solid 2px #FFCD3C; /* UNITE */
}

.button.red {
	border: solid 2px #F45B64; /* UNITE */
}

.slogan.shop,
.slogan.map,
.slogan.facebook,
.slogan.instagram {
	padding-left: 50px; /* UNITE */
	background-size: auto 34px; /* UNITE */
}

.home footer .box-2 {
	min-height: auto;
}

.clear {
	clear: both;
}

.box-1 .box-4:nth-child(4n+4) {
	padding-right: 0;
}

header {
	position: relative;
	display: block;
}

#logo img {
	height: 1.6em;
	width: 1.663em;
	height: auto !important;
	margin-bottom: 0.2em;
	display: block;
}

.titre-rubrique img,
.rubrique img {
	height: 1.6em;
	width: auto;
	margin-bottom: 0.4em;
	display: block;
}

#logo hr {
	width: 2.8em;
	height: 0.6em;
	background-color: #001616;
	display: block;
	border: 0;
	margin: 0.35em 0 0.7em 0;
	padding: 0;
}

.home-slide .carousel-cell {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.gradient {
	background-image: url("img/gradient.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
}

.flickity-prev-next-button {
	border-radius: none !important;
	background: url("img/next_blanc.png") !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	border-radius: unset !important;
}

.flickity-prev-next-button.previous {
	background-image: url("img/prev_blanc.png") !important;
}

.flickity-prev-next-button.next {
	background-position: right center !important;
}

.flickity-prev-next-button .flickity-button-icon {
	display: none;
}

.flickity-button:disabled {
	opacity: 0 !important;
}

.button,
.button_solo {
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease;
	margin: 1em 0;
}

.button_solo {
	margin-right: 1em;
}

div.rubrique > a {
	text-decoration: none;
}

.a-propos .button:hover,
a:hover .button_solo:hover,
.rubrique:hover .button {
	background: #001616;
	color: #ffffff;
}

.partners-slide .carousel-cell {
	width: 50% !important;
}

.partners-slide {
	width: 70%;
}

.partners-slide .carousel-cell img {
	max-width: 85%;
	margin-right: 15%;
}

.button.black {
	margin-top: 1.5em;
	background: #001616;
	color: #ffffff;
	cursor: pointer;
}

.button.yellow,
.button.red {
	color: #ffffff;
	cursor: pointer;
	margin: 0 0.5em 1em 0.5em;
}

.button.simple {
	cursor: pointer;
	margin: 0 0.5em 1em 0.5em;
}

.button.big {
	cursor: pointer;
	margin: 0 0.25em 1em 0.25em;
}

.button.email {
	margin-top: 1.5em;
	text-align: left;
	margin-right: 1em;
}

.home-slide h4 {
	color: #ffffff;
	display: block;
	width: 70%;
	margin: 0 15%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.photo-adresse div {
	border-radius: 50%;
	width: 100%;
	overflow: hidden;
}

.photo-adresse img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 100%;
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.photo-adresse:hover img {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	opacity: 0.5;
}

.photo-adresse {
	text-align: center;
}

.a-propos h3,
footer h3 {
	margin-bottom: 0.5em;
}

.photo-adresse h3 {
	margin-top: 0.5em;
}

.photos-adresses > div:nth-child(4n+1) {
	clear: both;
}

.box-1.communes {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}

.photo-adresse span {
	margin-bottom: 0.5em;
	display: block;
}

.slogan.shop,
.slogan.map,
.slogan.facebook,
.slogan.instagram {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.2em;
	padding-bottom: 1em;
}

.slogan.map {
	background-image: url("img/map_blanc.png");
}

.slogan.shop {
	background-image: url("img/shop_blanc.png");
}

.slogan.facebook {
	background-image: url("img/facebook_blanc.png");
}

.slogan.instagram {
	background-image: url("img/instagram_blanc.png");
}

.yellow-white,
.white-red {
	position: relative;
	overflow: hidden;
}

.yellow-white .background,
.white-red .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.yellow-white .background div:nth-child(1) {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #FFCD3C;
}

.yellow-white .background div:nth-child(2) {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
}

.white-red .background div:nth-child(1) {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #ffffff;
}

.white-red .background div:nth-child(2) {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #F45B64;
}

.event {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.a-propos .slogan {
	width: 100%;
}

.gradient a {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.shadow {
	background-image: url("img/shadow.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.button.yellow.commune,
.button.yellow:hover {
	border-color: #F45B64;
	background-color: #F45B64;
}

.button.red:hover,
.button.red.current {
	border-color: #FFCD3C;
	background-color: #FFCD3C;
}

.button.simple:hover {
	color: #ffffff;
	background-color: #001616;;
}

.home-slide.adresse img {
	width: 100%;
	display: block;
}

.box-2.mobile,
.box-1.communes.mobile {
	display: none;
}

select {
	background-color: #FFCD3C;
	color: #001616;
	padding: 5px;
}

.slogan.shop ul li {
	margin-left: 1em;
	list-style-type: '• ';
}

.cn-button  {
	display: inline-block !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
	margin: 1em 0.5em 0 0.4em !important;
	border: solid 2px #001616 !important;
	border-radius: 50px !important;
	padding: 15px 20px !important;
	font-family: BreeBold !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	background-color: transparent !important;
}

#cn-notice-text {
	display: block !important;
	margin: 0 20px 0 20px;
}

.photo-adresse span {
	width: 100%;
	text-align: center;
}

.video-container {
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 54% !important;
    padding-top: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.video-container .play {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("img/play.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10% auto;
}

.video-container span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800000;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/* Newsletter */	

.sib-form {
    padding: 0;
    margin: 0;
}

#sib-container,
.sib-form .entry__field {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}

.sib-form-block {
    padding: 0;
}

input#EMAIL,
.sib-form-block__button,
.sib-form-block__button-with-loader {
    border: solid 2px #001616;
    border-radius: 50px;
    padding: 15px 20px;
    text-align: left;
    margin-right: 1em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: left;
    font-family: BreeBold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
    background: white;
    width: auto;
    height: auto;
}

.sib-form-block__button,
.sib-form-block__button-with-loader {
    margin-top: 0;
    background: #001616;
    color: #ffffff;
    cursor: pointer;
    margin-top: 0.5em;
}

.sib-form-message-panel {
    margin: 0;
    border: none;
}

.sib-form .entry__error {
    padding-bottom: 0;
    margin: 0;
}

/* End Newsletter */	

.box-2.no-padding-top {
    padding-top: 0;
}

p .button.simple {
    margin: 0.3em 0 0 0;
}

.photo-container {
    width: 100%;
    height: 72vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative; /* Nécessaire pour positionner les images à l'intérieur */
    background-color: grey; /* Assure que le fond est noir, ou utilisez une autre couleur unie si nécessaire */
    z-index: 1; /* Assure que l'image principale est au-dessus */
}

.photo-container .photo {
    position: relative; /* Positionné normalement dans le flux du conteneur */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Remplir le conteneur en gardant les proportions */
    object-position: center; /* Centrer l'image */
}

.titre-rubrique {
	padding: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}

.titre-rubrique.white {
	padding: 0 50px;
}

.titre-rubrique h2 {
	margin-bottom: 0;
}

.box-1.les-adresses {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.box-1.les-adresses {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.page-template-template-professionnels .box-1.les-adresses {
	margin-bottom: calc(50px - 1em);
}

.box-1.les-adresses .button.simple {
	margin: 0;
}

section ul {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1em;
}

section ul li {
    display: block; /* Permet un alignement naturel des lignes */
    position: relative; /* Nécessaire pour placer les puces */
    padding-left: 1em; /* Espace pour la puce personnalisée */
    margin-bottom: 0.5em;
}

section ul li::before {
    content: "•"; /* Ajoute la puce */
    position: absolute; /* Place la puce indépendamment */
    left: 0; /* Aligne la puce à gauche */
    top: 0; /* Aligne verticalement */
    padding-right: 0.5em; /* Espace entre la puce et le texte */
}

.box-2.video {
	width: 50%;
	padding: 0;
}

#burger-content {
	display: none;
}

.box-4.hidden-box {
    display: none !important;
}

.box-4.visible {
    display: block !important;
}

#show-more-button {
	font-size: 16px;
	line-height: 1em;
	background-color: white;
	margin: 0 auto;
	display: block;
}

#show-more-button:hover {
	color: #ffffff;
	background-color: #001616;
}

.box-1.bouton-more {
	width: 100%;
	margin-top: -50px;
  padding: 0 0 50px 0;
}















@media only screen and (min-width : 1100px) {

.box-4 {
  width: calc(100% / 5 - 20px);
  padding: 0 25px 25px 0;
  float: left;
}

.photos-adresses > div:nth-child(4n+1) {
  clear: none;
}

.photos-adresses > div:nth-child(5n+1) {
  clear: both;
}

.box-1 .box-4:nth-child(4n+4) {
  padding-right: 25px;
}

.box-1 .box-4:nth-child(5n+5) {
  padding-right: 0;
}

}













































@media only screen and (max-width : 950px) {

/* Typo */	

body,
.small {
	font-size: 14px;
}

h1,
h2,
h4 {
	font-size: 40px;
}

h3,
#where {
	font-size: 26px;
}

#where,
select,
.slogan,
.photo-adresse span {
	font-size: 18px;
}

.slogan {
	font-size: 18px;
	width: 90%;
}

/* End Typo */

.box-1,
.box-2,
header {
	padding: 25px; /* UNITE */
}

.box-1,
header {
	width: calc(100% - 50px); /* UNITE */
}

.box-2 {
	width: calc(100% / 2 - 50px); /* UNITE */
}

.box-4 {
	width: calc(100% / 4 - 9.375px); /* UNITE */
	padding: 0 12.5px 12.5px 0; /* UNITE */
}

.home .box-2,
.box-2.event {
	min-height: 250px; /* UNITE */
}

.home-slide .carousel-cell {
	min-height: 350px; /* UNITE */
}

#social {
	right: 25px; /* UNITE */
	top: 25px; /* UNITE */
}

#where {
	width: calc(100% / 2 - 50px); /* UNITE */
	padding-left: 25px; /* UNITE */
	right: 25px; /* UNITE */
	bottom: 25px; /* UNITE */
	background-size: 20px auto;
	background-position: 0 center;
}

.flickity-prev-next-button {
	width: 25px; /* UNITE */
	height: 25px; /* UNITE */
}

.flickity-prev-next-button.previous {
	left: 25px; /* UNITE */
}

.flickity-prev-next-button.next {
	right: 25px; /* UNITE */
}

.event {
	margin-bottom: 25px; /* UNITE */
}

#social img {
	height: 26px; /* UNITE */
	margin-left: 10px; /* UNITE */
}

.flickity-prev-next-button {;
	background-size: 26px auto !important; /* UNITE */
}

.button,
.button_solo {
	border: solid 2px #001616; /* UNITE */
	border-radius: 30px;
	padding: 10px 15px;
}

.partners-slide {
	margin-bottom: 15px; /* UNITE */
}

.button.yellow {
	border: solid 2px #FFCD3C; /* UNITE */
}

.slogan.shop,
.slogan.map,
.slogan.facebook,
.slogan.instagram {
	padding-left: 36px;
	background-size: auto 27px;
}

#logo hr {
	width: 2.35em;
	height: 0.45em;
}

.titre-rubrique {
	padding: 25px;
	margin-bottom: 25px;
}

.page-template-template-professionnels .box-1.les-adresses {
	margin-bottom: calc(25px - 1em);
}

.box-1.bouton-more {
	margin-top: 0;
	padding: 0 0 50px 0;
}

}




























@media only screen and (max-width : 650px) {

/* Typo */	

h1,
h2,
h4 {
	font-size: 28px;
}

h3,
#where,
#burger-content li {
	font-size: 21px;
}

#where,
select,
.slogan,
.photo-adresse span {
	font-size: 16px;
}

/* End Typo */

#logo {
	width: 100%;
}

.home-slide h4 {
	width: 60%;
	margin: 0 20%;
}

.box-1.photos-adresses,
.a-propos.box-2.clear,
footer .box-2.clear {
	padding-bottom: 0;
}

.box-1.communes.screen,
.box-2.screen {
	display: none;
}

.box-1.communes.mobile,
.box-2.mobile {
	display: block;
}

#where {
	display: none;
}

.box-2 {
	width: calc(100% - 50px);
}

.box-4 {
	width: calc(100% / 2 - 12.5px);
	padding: 0 25px 15px 0;
}

.box-1 .box-4:nth-child(2n+2),
.box-1 .box-4:nth-child(4n+4) {
	padding-right: 0;
}

.photos-adresses > div:nth-child(4n+1),
.photos-adresses > div:nth-child(2n+1) {
	clear: both;
}

.home .box-2,
.box-2.event {
	min-height: 200px; /* UNITE */
}

.home-slide .carousel-cell {
	min-height: 300px; /* UNITE */
}

.single .home-slide .carousel-cell {
	min-height: auto;
}

#social img {
	height: 23px; /* UNITE */
	margin-left: 8px; /* UNITE */
}

#logo hr {
	width: 1.7em;
	height: 0.35em;
}

.photo-container {
    height: 60vh;
}

.box-1.les-adresses {
	display: inline-block;
	align-items: none;
	justify-content: none;
}

.box-1.les-adresses select {
	margin: 0 0.25em 1em 0.25em;
}

#social {
	top: 65px;
}

.burger {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    margin: 0;
    float: right;
    transition: transform 0.3s ease;
    position: fixed;
    top: 25px;
    right: 25px;
	z-index: 9999;
}

.burger .line {
    width: 100%;
    height: 4px;
    transition: all 0.5s ease;
    border-radius: 2px;
    background: black;
}

.burger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px); /* Ajuster les valeurs pour centrer */
}

.burger.active .line:nth-child(2) {
    opacity: 0; /* La ligne du milieu disparaît */
}

.burger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px); /* Ajuster pour que la croix soit symétrique */
}

#burger-content {
	height: 100vh;
	background: #FFCD3C;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
}

.burger.active {
    height: 21px;
}

#burger-content nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#burger-content,
#burger-content nav,
#burger-content ul, 
#burger-content div,
#burger-content li {
	text-align: center;
	width: 100%;
}

#burger-content li a {
	text-decoration: none;
	line-height: 1.5em;
}

#logo {
    width: 65%;
}

.box-1.bouton-more {
	margin-top: 25px;
}


}










































