/*
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, h2, 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 */

@font-face {
    font-family: 'AUTHENTICSans90';
    src: url('fonts/AUTHENTICSans90.woff2') format('woff2'),
         url('fonts/AUTHENTICSans90.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AUTHENTICSans130';
    src: url('fonts/AUTHENTICSans130.woff2') format('woff2'),
         url('fonts/AUTHENTICSans130.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
select {
	font-family: 'AUTHENTICSans90';
	font-size: 17px;
	background-color: white;
	color: #2B3785;
	letter-spacing: 0.01em;
	line-height: 1.35em;
}

select {
	background-color: #D3F2E2;
}

b,
strong {
	font-family: 'AUTHENTICSans130';
}

em {
	font-style: italic;
}

header {
	color: #D3F2E2;
}

a {
	color: #2B3785;
}

header a,
.sub-menu a,
.pro a,
.atelier a,
.article a {
	text-decoration: none;
}

header a,
.sub-menu a {
	font-family: 'AUTHENTICSans130';
	color: #D3F2E2;
}

.sub-menu,
.sub-menu a {
	color: #000000;
}

footer {
	font-family: 'AUTHENTICSans90';
	font-size: 13px;
	letter-spacing: 0.01em;
	line-height: 1.3em;
}

h1 {
	font-family: 'AUTHENTICSans130';
	font-size: 42px;
	color: #000000;
	letter-spacing: 0.01em;
	line-height: 0.95em;
	margin-bottom: 0.75em;
}

h2 {
	font-family: 'AUTHENTICSans130';
	font-size: 25px;
	letter-spacing: 0.01em;
	line-height: 1.05em;
	margin-bottom: 0.75em;
	margin-top: 1em;
}

.privacy-policy h3,
.page-template-template-infos-pratiques h3 {
	font-family: 'AUTHENTICSans90';
	font-size: 17px;
	background-color: rgba(0, 0, 0, 0.05);
	color: #2B3785;
	letter-spacing: 0.01em;
	line-height: 1.35em;
	display: inline-block; 
	padding: 6px 9px;
	border-radius: 30px; 
}

.atelier h2 {
	margin-top:  0.8em;
}

h2.no-margin-top {
	margin: 0;
}

div > h2:first-child {
	margin-top: 0;
}

h1,
.menu a {
	text-transform: lowercase;
}

.pro-single h2 {
	margin-bottom: 0.2em;
}

/* End Typo */

header {
	position: fixed;
	width: 100%;
	background: #2B3785;
	z-index: 10;
}

.container {
	position: relative;
	max-width: calc(1500px - 40px);
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}

.part {
	position: relative;
	width: calc(25% - 40px);
	padding: 0 20px;
	float: left;
}

.part.two {
	width: calc(50% - 40px);
}

.part.three {
	width: calc(75% - 40px);
}

.part.right {
	text-align: right;
}

.part .part.no-padding,
.part.no-padding {
	padding: 0;
}

.logo_mono {
	width: 140px;
}

.logo {
	width: 104.2%;
	margin-left: -4.2%;
	margin-bottom: 1em;
}

.menu {
	margin-top: 34px;
}

.menu ul {
	margin-top: 1em;
}

.menu li,
.map > div {
	width: calc(50% - 20px);
	padding: 0 20px 0 0;
	float: left;
}

.menu li:nth-child(even) {
	padding: 0 0 0 20px;
}

.menu a {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: left center;
	padding-left: 1.4em;
}

.social {
	padding-top: 51px;
}

.social img {
	width: 1.4em;
	margin-left: 0.5em;
	margin-bottom: 5px;
}

section {
	position: absolute;
	top: 190px;
	width: 100%;
	bottom: 200px;
	z-index: 2;
}

.background {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}

.shape {
	position: absolute;
	width: 50%;
}

.shape.left {
	left: 0;
}

.shape.right {
	right: 0;
}

.shape.top {
	top: 0;
}

.shape.bottom {
	bottom: 0;
}

.shape.left.medium {
	transform: translate(-20%, 0); 
}

.shape.right.medium {
	transform: translate(50%, 0); 
}

.shape.left.big {
	transform: translate(-40%, 0); 
}

.shape.right.big {
	transform: translate(40%, 0); 
}

.shape.big svg,
.shape.big svg path {
	width: 50vw;
}

.shape.medium svg,
.shape.medium svg path {
	width: 30vw;
}

.text-zone ul,
p {
	margin: 1em 0;
}

p:first-child {
	margin-top: 0;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-80 {
	opacity: 0.8;
}

footer {
	width: 100%;
	background: #D3F2E2;
}

section .container.first {
	min-height: calc(100vh - 300px);
}

.sub-menu,
.popup-left {
	position: fixed;
	width: calc(25% - 50px);
	max-width: 325px;
	z-index: 10;
}

.rub > div {
    margin-top: -250px;
    padding-top: 250px;
    overflow: hidden;
    margin-bottom: 1em;
}

.menu ul li:hover,
.sub-menu ul li:hover,
.current,
.pro:hover img,
.article:hover .photo-article > div {
	opacity: 0.35;
}

.article .photo-article > div,
.pro img,
ul li {
	transition: all 0.3s ease;
}

.part .part.pro:nth-child(3n+1) {
	padding: 0;
	clear: both;
}

.part .part {
	width: calc((100% - 80px) / 3);
	padding: 0 0 0 40px;
	float: left;
}

.photo-pro img {
	width: 100%;
	display: block;
}

.pro-single img {
	width: 60%;
	display: block;
}

.photo-article,
.photo-pro {
	background-color: white;
}

.sub-menu .last {
	margin-top: 1em;
	display: block;
}

.border {
	padding: 1.7em 1em 0.5em 1em;
	border: none;
}

.banner.green,
.popup.green,
.border.green {
	background-color: #56D693;
}

.banner.orange,
.popup.orange,
.border.orange {
	background-color: #FFB402;
}

.banner.eau,
.line.eau,
.popup.eau,
.border.eau {
	background-color: #D3F2E2;
}

.banner.violet,
.popup.violet,
.border.violet {
	background-color: #CCA2E6;
}

.banner.marine,
.popup.marine,
.border.marine {
	background-color: #2B3785;
	color: #ffffff;
}

.banner.doux,
.popup.doux,
.border.doux {
	background-color: #4C5DE4;
	color: #ffffff;
}

a.phone,
a.email,
a.website,
span.extern,
span.dispo,
span.complet {
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: left center;
	padding-left: 1.4em;
}

a.phone,
a.email,
a.website {
	word-break: break-all;
}

a.phone {
	background-image: url(img/icon-phone.png);
}

a.email {
	background-image: url(img/icon-email.png);
}

span.extern,
a.website {
	background-image: url(img/icon-website.png);
}

span.dispo {
	background-image: url(img/icon-dispo-normal.png);
}

span.complet {
	background-image: url(img/icon-dispo-bold.png);
}

span.intern,
span.extern {
	text-decoration: underline;
}

.text-zone ul li {
	display: block;
	padding: 0.1em 1em;
}

.text-zone ul li::before {
	content: "• ";
}

.accordion {
	margin-top: 2em;
}

.accordion-item .accordion-header {
	border-top: 2px solid #2B3785;
	padding: 1em 0;
}

.accordion-item .accordion-header.first {
	border-top: none;
	padding-top: 0;
}

.accordion-item.active .accordion-header h2:before {
	display: none;
}

.accordion-item.active .accordion-header h2:after {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-item.active .accordion-body {
	max-height: 3000px;
	transition: max-height 0.3s ease-in 0s, padding 0.2s ease-in 0s; 
}

.accordion-item.active .accordion-body p {
	opacity: 1;
	transition: opacity 0.2s ease-in 0.2s;
}

.accordion-header {
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
}

.accordion-header h2 {
	position: relative;
	margin: 0;
	padding-right: 1.5em;
}

.accordion-header h2:before, .accordion-header h2:after {
	content: "";
	position: absolute;
	background-color: #2B3785;
	transition: background-color 0.2s ease-in 0s, -webkit-transform 0.2s ease 0s;
	transition: background-color 0.2s ease-in 0s, transform 0.2s ease 0s;
	transition: background-color 0.2s ease-in 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.accordion-header h2:before {
	width: 12px;
	height: 2px;
	right: 0;
	top: 50%;
}

.accordion-header h2:after {
	width: 2px;
	height: 12px;
	right: 5px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}

.accordion-body {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out 0s, padding 0.1s ease-out 0.2s;
}

.accordion-body p {
	opacity: 0;
	margin: 0 0 16px 0;
	transition: opacity 0.2s ease-in 0s;
}

.photo-article div {
	background-color: #2B3785;
	mix-blend-mode: multiply;
}

.photo-article img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	filter: grayscale(100%) contrast(1.1);
	mix-blend-mode: screen;
	display: block;
}

.part .part.two {
	width: calc((100% - 80px) / 3 * 2 + 40px);
}

.article,
.part.pro {
	margin-bottom: 1em;
}

.atelier a,
.pro a,
.article a {
	display: inline-block;
}

.liens a {
	text-decoration: none;
	display: block;
}

.liens a h2 {
	text-decoration: underline;
}

p.introduction {
  margin: 1em 0 0 0;
}

#mapepicentre {
  width: 100%;
  height: 300px;
}

.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-bottom-left {
    display: none;
}

.mapboxgl-marker {
	background-image: url('img/marker-map.png');
	background-size: cover;
	cursor: pointer;
}

.mapboxgl-marker svg {
	opacity: 0;
}

.map {
	overflow: hidden;
	clear: both;
	margin: 1em 0;
}

.guide,
.mobile {
	display: none;
}

.atelier {
	margin-bottom: 40px !important;
}

.atelier img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	transition: all 0.3s ease;
}

.atelier:hover img {
	opacity: 0.7;
}

.a-propos img,
.single-atelier .pro-single img {
	width: 80%;
	margin: 1em 0;
	display: block;
}

.single-atelier .pro-single h2 {
	margin-bottom: 0.75em;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin: 1em 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.titre {
	margin: 1em 0;
	display: block;
}

.cn-close-icon {
	display: none;
}

#cookie-notice {
	background-color: #FAFAFA !important;
}

#cn-notice-text,
#cookie-notice .cn-button {
	font-family: 'AUTHENTICSans90' !important;
	font-size: 14px !important;
	letter-spacing: 0.01em !important;
	line-height: 1.35em !important;
}

#cn-notice-text {
	color: #2B3785 !important;
}

#cookie-notice .cn-button {
	background-color: #2B3785 !important;
}

.gtranslate_wrapper {
	font-size: 14px;
}

.gtranslate_wrapper a {
	margin-left: 3px;
}

a.glink.gt-current-lang {
	font-weight: normal;
	opacity: 0.5;
}

h1 font:nth-child(3),
.menu a font:nth-child(3) {
	display: none;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button {
	border-radius: none !important;
	background: url("img/arrow-right.png") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	border-radius: unset !important;
	width: 35px;
	height: 25px;
}

.flickity-prev-next-button.previous {
	background-image: url("img/arrow-left.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;
}

.galerie {
	width: 100%;
	overflow: visible;
}

.galerie .carousel-cell {
	width: 100%;
	height: auto;
}

.galerie .carousel-cell img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	width: 100%;
}

.galerie .carousel-cell .legende {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.galerie .carousel-cell .legende span {
	padding: 7px;
	background-color: #2B3785;
	color: #ffffff;
}

.popup {
	width: 100%;
}

.grecaptcha-badge {	
	opacity: 0;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 400px;
    max-height: 400px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #4CAF50;
    color: #2B3785;
    padding: 0;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    animation: zoom 2s infinite;
	animation-delay: 0s;
    margin: 0 auto;
}

#popup-left-text,
#popup-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    padding-top: 20%;
    padding-bottom: 20%;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    transform: scale(1);
    transition: all 0.3s ease;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

.popup:hover,
.popup.delay:hover {
    animation-play-state: paused;
}

.popup.delay {
    animation: zoom 2.5s infinite;
	animation-delay: 0s;
}

.popup:hover #popup-left-text,
.popup.delay:hover #popup-right-text {
	opacity: 0.5;
}

.lien-popup {
	text-decoration: none;
}

.round {
	border-radius: 20px;
}

.a-propos img.photo-rub {
	margin: 0;
	width: 100%;
}

.page-template-template-a-propos .rub > div,
.page-template-template-infos-pratiques .rub > div {
	margin-bottom: 2em;
}

.page-template-template-infos-pratiques #introduction {
	margin-bottom: 2.5em;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fond sombre */
  display: none; /* Caché par défaut */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  max-width: 65vw; /* Limite la largeur maximale à 55% de l'écran */
  max-height: 65vh; /* Limite la hauteur maximale à 55% de l'écran */
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Aligne l'image en haut */
  flex-direction: column; /* Place les éléments en colonne */
  position: relative;
}

.image-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 65vw;
  max-height: 65vh;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Permet de garder les proportions de l'image */
}

.close-modal {
  position: absolute;
  top: -20px; /* Positionne le bouton en dehors de l'image */
  right: -20px; /* Positionne le bouton en dehors de l'image */
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1001;
}

.soutiens img {
	display: inline;
	width: auto;
	height: 4em;
	mix-blend-mode: multiply;
}

a.soutiens {
	text-decoration: none;
	margin-right: 1em;
	margin-bottom: 1em;
}

#articles .column {
	float: left;
}

#articles .column:first-child {
	padding-left: 0;
}

.privacy-policy .sub-menu h1,
.privacy-policy .addtoany_content {
	display: none;
}

.home section .part.two {
	margin-bottom: 1.5em;
}





























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

body,
select {
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.35em;
}

footer {
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.3em;
}

h1 {
	font-size: 32px;
	letter-spacing: 0.01em;
	line-height: 0.95em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 21px;
	letter-spacing: 0.01em;
	line-height: 1.07em;
	margin-bottom: 0.75em;
	margin-top: 1em;
}

.menu {
	margin-top: 49px;
}

.social {
	padding-top: 61px;
}

}


































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

h1 {
	margin-top: 1em;
}

header {
	position: relative;
}

.mobile {
	display: block;
}

.menu ul {
	margin-top: 0;
}

.container {
	width: calc(100% - 24px);
	padding: 12px;
}

header .container .part {
	width: calc(25% - 6px);
	padding-right: 12px;
	float: left;
}

.logo_mono {
	width: 70%;
}

header .container .part.menu {
	width: calc(65% - 6px);
	padding: 0;
	float: left;
	margin-top: 0.3em;
}

.menu li {
	width: 100%;
	padding: 0 !important;
	float: none;
}

header .container .part.social {
	padding: 0;
	width: 10%;
	float: right;
}

.social img {
	width: 1.5em;
	margin-left: 0.1em;
	margin-right: 0.2em;
	display: block;
	margin-bottom: 0.6em;
	float: right;
	clear: both;
}

.screen {
	display: none;
}

.shape.left.medium {
	transform: translate(-40%, 0); 
}

.shape.right.medium {
	transform: translate(50%, 0); 
}

.shape.left.big {
	transform: translate(-40%, 0); 
}

.shape.right.big {
	transform: translate(20%, 0); 
}

.shape.big svg,
.shape.big svg path {
	width: 90vw;
}

.shape.medium svg,
.shape.medium svg path {
	width: 50vw;
}

.part {
	width: 100%;
	padding: 0;
	float: none;
}

.sub-menu, 
.popup-left {
	width: 100%;
	max-width: none;
	position: relative;
}

.part.two,
.part.three {
	width: 100%;
}

.part .part,
.part .part.pro:nth-child(3n+1) {
	width: calc((100% - 12px) / 2);
	padding: 0 0 0 12px;
	clear: none;
}

.part .part.pro:nth-child(2n+1) {
	padding: 0;
	clear: both;
}

section {
	position: relative;
	top: 0;
	bottom: 0;
}

.part.article,
.single-pro .part.two,
.home .part.two {
	width: 100%;
}

.logo {
	width: 70%;
	margin-left: 0;
	padding-right: 3.5%;
	padding-top: 7%;
	margin: 0 auto;
	display: block;
}

footer .part {
	width: calc(50% - 6px);
	padding-right: 12px;
	float: left;
}

footer .part.adresse {
	padding: 0;
}

section .container.first {
	min-height: calc(100vh - 67px - 137px);
}

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

.pro-single img {
	width: 80%;
}

.pro-single .part.pro-infos {
	margin-bottom: 1.5em;
}

.rub > div {
    margin-top: -12px;
    padding-top: 12px;
}

.part.article {
	padding: 0;
}

.pro-single .mobile #menu1 {
	margin-bottom: 2em;
}

.container.top-page {
	position: fixed;
	top: 0;
	width: 100vw !important;
	height: 100vh !important;
	bottom: 0;
	z-index: 10;
	background: #2B3785;
	margin: 0 !important;
	padding: 0 !important;
	display: none;
}

.container.mobile {
	height: 34px;
	z-index: 9999999999999999999999999999;
	position: fixed;
	width: calc(100% - 24px);
	background: #2B3785;
}

.logo_mono {
    width: auto;
    height: 100%;
    float: left;
    
}

.burger {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    margin: 6px 0;
    float: right;
    transition: transform 0.5s ease;
}

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

.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 .menu {
    width: fit-content;
    padding: 0;
    float: none;
    margin-top: 0;
	top: 30%; 
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'AUTHENTICSans90';
	font-size: 20px;
	color: #2B3785;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}

#burger-content .menu ul,
#burger-content .menu li {
    width: fit-content;
}

section {
    top: 58px;
}

#burger-content .social {
width: fit-content;
    padding: 0;
    float: none;
    margin-top: 160px;
    position: absolute;
    height: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30%;
}

#burger-content .social img {
	width: 25px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    float: left;
    clear: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

#burger-content .social .gtranslate_wrapper {
	font-size: 14px;
    width: fit-content;
    padding-right: 0;
    float: none;
    padding-top: 0;
}

.logo {
    padding-top: 16%;
    padding-bottom: 11%;
}

/* Style de la banderole */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto; /* Ajuste la hauteur de la banderole */
    display: flex;
    align-items: center; /* Centre verticalement le texte */
    white-space: nowrap; /* Empêche le retour à la ligne */
    font-size: 14px !important; /* Fixer la taille de la police */
    line-height: 2em !important; /* Fixe la hauteur de ligne pour que la taille reste constante */
}

/* Conteneur du texte défilant */
.banner .text1, .banner .text2 {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText linear infinite; /* Animation continue */
    font-size: inherit; /* Inhérer la taille de la police de .banner */
}

.banner a {
    text-decoration: none;
    font-size: inherit !important; /* Fixer la taille de la police pour les liens */
    font-size: 14px !important; /* Fixer la taille de la police */
    line-height: 2em !important; /* Fixe la hauteur de ligne pour que la taille reste constante */
}

/* Animation keyframes */
@keyframes scrollText {
    0% {
        transform: translateX(0); /* Le texte commence sans transformation */
    }
    100% {
        transform: translateX(-50%); /* Le texte défile vers la gauche */
    }
}

/* Assure que la deuxième bannière utilise la même animation */
.banner .text2 {
    animation: scrollText linear infinite; /* Même animation pour le deuxième texte */
}

.part .part.two {
  width: calc(100% - 12px);
}

#articles .column {
    width: 100%;
    padding: 0;
    clear: none;
}

.atelier img {
  width: 60%;
}

.single-formation .text-zone h2,
.single-atelier .text-zone h2,
.single-projet .text-zone h2 {
	margin-top: 1.5em;
	margin-bottom: 1em;
}





}