/*
Theme Name: Thème officiel Baiona en Mouvement 2026
Theme URI: https://www.baionaenmouvement.org
Author: Baiona en mouvement 2026
Version: 1.0.0
Description: Développement WordPress Baiona en mouvement 2026
*/


/* #region GÉNÉRALITÉS */

*, ::after, ::before {
    box-sizing: border-box;
}

:root{
	--rouge: #e95645;
	--vert: #3eaf79;
	--rose: #f2a6c9;
	--beige: #f9f0e4;
	--titleFont: 'Barlow Semi Condensed', sans-serif;
	--textFont: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

.majuscules{
	text-transform:uppercase;
}

.semigras{
	font-weight: 600;
}

.gras{
	font-weight: 700;
}

.tresgras{
	font-weight: 900;
}

.italique{
	font-style:italic;
}

a, a:hover, a:focus{
	color: var(--vert);
    text-decoration: none;
}

strong, 
content p strong,
content p b,
b{
	font-weight: 700;
}

#con

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    color: var(--vert);
    font-size: 2.0em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 30px;
}

h1.entry-title{
	margin: 0 auto 0px auto;
	text-align: center;
    color: #FFFFFF;
    line-height: 1.2em;
    text-transform: uppercase;
	font-style:italic;
    text-align: center;
    background: url('./images/background-h1.jpg') top center repeat-x;
    padding: 60px 30px;
}

h2{
	font-family: var(--titleFont);
    color: var(--vert);
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2.titre-wrapper, 
.titre-wrapper{
	font-family: var(--titleFont);
	text-align: center;
	font-size: 2.0em;
    margin-bottom: 50px;
    margin-bottom: 20px;
}

h3{
	font-size: 1.2em;
}

p, ul, ol{
	margin-top: 0px;
	line-height: 1.4em;
}

blockquote{
	font-size: 1.0em;
}

img{
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]), 
textarea,
select{
	width: 100%;
	padding: 10px;
	border-radius: 0px;
	border: none;
	background: #ededed;
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]):focus, 
textarea:focus,
select:focus{
	outline: none !important;
    box-shadow: 0 0 10px color-mix(in srgb, var(--rose) 50%, transparent);
}

.btn{
	display: inline-block;
	width: auto;
	border: none;
	padding: 12px 25px;
	border-radius: 15px;
	background: var(--vert);
	color: #fff;
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
	font-family:var(--titleFont);
	text-transform:uppercase;
	font-weight: 700;	
}

.btn.btn-blanc{
	background:#ffffff;
	color:var(--vert);
}

.btn.btn-blanc:hover{
	background:var(--vert);
	color:#ffffff;
}

.btn:hover,
.btn:focus{
	background: var(--rose);
	color: #fff;
	text-decoration: none;
}

.btn.disabled{
	opacity: 0.5;
	text-decoration: none;
}

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--vert);
	color: #fff;
	cursor: default;
}

.align-self-center{
    align-items: center;
}

.small{
	font-size: 0.8em;
	line-height: 1.4em;
}

.clearfix{
	clear: both;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-list-item{
	margin: 0px;
}

.wpcf7-form-control{
    margin-top: 10px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

hr{
	max-width: 150px;
	height: 7px;
	border: none;
	background: var(--rouge);
	margin-top:15px;
	margin-bottom:30px;
	margin-left:0;
}

h2+hr{
	margin-top:10px;
}

/* #endregion GÉNÉRALITÉS */

/* #region ALIGNEMENTS */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/* #endregion ALIGNEMENTS */

/* #region HEADER */

header{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
	background: #fff;
	padding: 0px;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
	transition: all 0.2s ease 0s;
}

body.home header{
    box-shadow: none;
}

body.home header.scrolled,
header.scrolled{
    box-shadow: 0px 0px 8px 0px #b3b3b3;
}

header .main-header{
	padding-top: 10px;
	padding-bottom: 10px;
}

header .container{
	display: flex;
	gap: 30px;
    justify-content: space-between;
    align-items: center;
	max-width:95%
}

header .top-header{
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .top-header ul{
	padding-left:0;
	list-style:none;
	display:flex;
	gap:5px;
	margin-bottom:0;
}

header .top-header .actions{
	display:flex;
}

header .top-header .actions a{
	color:#ffffff;
}

header .top-header a:hover{
	opacity:0.7;
}

header .top-header .border-right{
	border-right: 1px solid #ffffff;
	padding-left:10px;
	padding-right:10px;
}

a.border-right{
    display: flex;
    align-items: center;
    align-content: center;
}

header ul.langues{
	gap:0;
}

header ul.langues li{	
	padding-left:10px;
	padding-right:10px;
}

header ul.langues li+li{
	border-left: 1px solid #ffffff;
}

header .logo a{
	display: flex;
	width: 300px;
	transition: all 0.2s ease 0s;
    transform: scale(1.00);
    transform-origin: center center;
}

@media (pointer : fine){ 
	header .logo a:hover{
		transform: scale(1.01);
	}
}

header.scrolled .logo a{	
	width: 150px;
}

header .navigation{
	display: flex;
	gap: 30px;
    align-items: center;
}

header .top-header ul.reseaux-sociaux{
	list-style: none;
	margin: 0px;
	gap: 12px;
}

header .reseaux-sociaux a{
    display: flex;
    width: 20px;
    transition: all 0.15s ease 0s;
}

header .btn-recherche{
    width: 38px;
    display: flex;
    align-items: center;
}

header .btn-recherche a{
	display: flex;
    align-items: center;
}

header .actions a svg{
	width: 100%;
}

@media (pointer : fine){ 
	header .reseaux-sociaux a:hover{
		color: var(--rose);
		text-decoration: none;
	}
}

header .ouvrir-menu,
header .navigation .main-menu .fermer-menu{ 
	display: none;
}

nav:has(#menu-accessible) {
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#menu-accessible {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
    gap: 10px;
    list-style: none;
    background: #ededed;
    opacity: 0;
    height: 0;
    margin-bottom: 0px;
}

#menu-accessible.open {
    opacity: 1;
    padding: 15px;
    height: 45px;
}

nav:has(#menu-accessible.open) ~ header, nav:has(#menu-accessible.open) ~ main {
    top: 45px;
}

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	width: 40px;
	height: 40px;
	background: var(--vert);
	border: 1px solid var(--vert);
	color: #fff;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	transition: all 0.15s ease 0s;
}

.retour-haut svg{
	width: 30px;
	height: 30px;
}

@media (pointer : fine){ 
	.retour-haut:hover{
		text-decoration: none;
		background: var(--rose);
		border-color: #fff;
		color: #fff;
	}
}

/* #endregion HEADER */

/* #region.menu */

.main-menu-lateral{
	display: none;
}

header .navigation .menu{
	display: flex;
    justify-content: flex-end;
	gap: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	font-family:var(--titleFont);
	font-style:italic;
	text-transform: uppercase;
}

header .navigation .menu li{
    list-style: none;
}

header .navigation .menu li a{
	display: inline-block;
	font-size: 1.2em;
	padding-top: 8px;
	transition: all 0.15s ease 0s;
	color:#33525c;
}

header .navigation .menu li a:after{
	position: relative;
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	margin-top: 5px;
	background: var(--vert);
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.2s;
}

@media (pointer : fine){ 
	header .navigation .menu li a:hover:after,
	header .navigation .menu li.current-menu-item a:after{
		transform-origin: 0 0;
		transform: scaleX(1);
	}

	header .navigation .menu li a:hover, header .navigation .menu li.current-menu-item a{
		color: var(--vert);
		text-decoration: none;
	}
}

header .navigation .menu .menu-item-has-children{
    position: relative;
}

header .navigation .menu .rouge a{
	color:var(--rouge);
}

header .navigation .menu .rouge a:hover{
	color:var(--vert);
}

header .navigation .menu .rouge a:hover:after{
	background:var(--vert);
}


@media (pointer : fine){ 
	header .navigation .menu .menu-item-has-children:hover ul.sub-menu{
		visibility: visible;
		opacity: 1;
	}
}

header .navigation .menu ul.sub-menu{    
	position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;   
	padding: 0px;
	list-style: none;
	width:300px;
}

header .navigation .menu ul.sub.menu li a{ 
	display: inline-block;
	width: 100%;
	font-size: 1.0em;
	padding: 7px 20px;
	background: var(--vert);
	color: #fff;
}

header .navigation .menu ul.sub.menu li a:after{ 
	display: none;
}

@media (pointer : fine){ 
	header .navigation .menu ul.sub.menu li a:hover{ 
		background: var(--rose);
	}
}

/* #endregion.menu */

/* #region DIAPORAMA */

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-accueil .main-texte{
    position: absolute;
    width: 60%;
    right: 20%;
    color: #fff;
    top: 35%;
    font-family: var(--titleFont);
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
	font-size: 1.3em;
}

.swiper-accueil .main-texte .container{
	width: 100%;
	padding: 0 50px;
}

.swiper-accueil .main-texte .btn{
	margin-top: 20px;
	color:#3c3c3b;
}

.swiper-accueil .main-texte .btn:hover{
	color:#ffffff;
}

.swiper-accueil .texte{
	color: #fff;
	text-shadow: 0px 0px 5px #3c3c3b;
	font-size: 2.5em;
	line-height: 1.1em;
	font-style: italic;
}

.swiper-accueil .texte p:last-child{
	margin-bottom: 0px;
}

.swiper-accueil .lien{
	margin-top: 30px;
}

.swiper-pagination{
	bottom: 30px !important;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:none;
	border:2px solid #ffffff;
	opacity:1;
}

.swiper-pagination-bullet:hover{
	opacity:0.5;
}

.swiper-pagination-bullet-active{
	background-color: #ffffff;
}

.swiper-button-next, 
.swiper-button-prev{
	color: #ffffff;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover{
	opacity:0.5;
}


/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 400;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: #3c3c3b;
}

.archive main,
.blog main,
.search main,
.page-template-page-articles main,
.error404 main{
	padding-bottom: 80px;
}

#content{
	margin: auto;
}

#content p{
    font-size: 1.1em;
	font-weight: 300;
	margin-bottom:10px;
}

#content ul,
#content ol{
	font-weight: 300;
	font-size: 1.1em;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

.container{
	max-width: 1300px;  
	margin: auto;
	padding: 0 30px;
}

.titre-paragraphe{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #3c3c3b;
	font-weight: 900;
	font-size:1.9em;
	font-style: italic;
}

.titre-paragraphe .autres-langues{
	font-weight: 600;
}

.paragraphe{
	padding: 40px 0px 30px 0px;
}

.paragraphe.bgblanc{
	background: #fff;
}

.bgbeige{
	background: var(--beige);
}

.bgrouge{
	background: var(--rouge);
}

.bgvert{
	background: var(--vert);
}

.bgrose{
	background: var(--rose);
}

.paragraphe .introduction{
	margin-bottom: 50px;
}

.paragraphe.full-width{
	width: 100%;   
	padding-top: 0;
    padding-bottom: 0;
}

.paragraphe.full-width .container{
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.paragraphe.full-width .container .colonne{
    padding: 40px 5% 30px 5%;
}

.paragraphe .colonne.no-padding,
.paragraphe.full-width .container .colonne.no-padding{
	padding: 0px;
}

.paragraphe .colonnes{
	display: flex;
	gap: 50px;
}

.paragraphe .colonnes a:has(img) img{
	transition: opacity 0.2s;
}

@media (pointer : fine){ 
	.paragraphe .colonnes a:has(img):hover img{
		opacity: 0.8;
	}
}

.colonne-1{
	width: 100%;
}

.colonne-2-1-1,
.colonne-2-1-2{
	width: 50%;
}

.colonne-2-2-1,
.colonne-2-3-2,
.colonne-3-1,
.colonne-3-2,
.colonne-3-3{
	width: calc(100% / 3);
}

.colonne-2-4-1,
.colonne-2-5-2{
	width: 25%;
}

.colonne-2-4-2,
.colonne-2-5-1{
	width: 75%;

}

.colonne-2-2-2,
.colonne-2-3-1{
	width: calc(100% / 3 * 2);
}

.colonne-4{
	width: 25%;
}

.liste-articles{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.main-wrapper-articles{
	background: var(--rose);
	padding: 60px 0px;
}

.main-wrapper-articles hr{
	background:#ffffff;
}

.single-post .main-wrapper-articles{
	background: var(--rose);
}

.wrapper-articles .btn{
	display: table;
	margin: 50px auto 0 auto;
}

#searchform{
	display: flex;
}

#searchform .btn{
    display: flex;
    border-radius: 0px 25px 25px 0;
}

#searchform .btn svg{
    width: 20px;
}

/**** FAQ - ACCORDEON ***/
.faq{
	padding-bottom: 60px;
	padding-top: 60px;
}

.faq .container{
	max-width:75%;
}

.faq .accroche{
	text-align:center;
}

.wrapper-questions {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.question{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px 10px 0;
    border-top: 1px solid #D3D3D3;
    cursor: pointer;
	font-size:1.2em;
	font-weight: 600;
}

.question.open svg.bi-plus-lg {
    display: none;
}

.question svg.bi-dash-lg {
    display: none;
}

.question.open svg.bi-dash-lg {
    display: block;
}

.question svg{
    width: 25px;
}

.wrapper-questions .reponse{
    display: none;
    padding: 15px;
}

/* #endregion CORPS */

/* #region PAGE ACCUEIL */

#nos-objectifs-1 .colonne,
#nos-objectifs-2 .colonne,
#nos-objectifs-3 .colonne{
	background: #ffffff;
	padding: 15px 20px 5px 20px;
	border-radius: 20px;
}

#nos-objectifs-1 img.alignnone,
#nos-objectifs-2 img.alignnone,
#nos-objectifs-3 img.alignnone{
	margin-right: 15px;
}

.paragraphe.bgbeige+.paragraphe.bgbeige{
	padding-top:0;
}

#valeurs ul{
	display:flex;
	list-style:none;
	gap: 30px;
	padding-left:0;
}

#valeurs ul li{
	display:flex;
	height: 250px;
	width:100%;
	border-radius: 20px;
	padding: 25px;
	align-items:center;
	color:#ffffff;
	font-size: 2.0em;
	line-height:1.0em;
	text-transform:uppercase;
	font-style:italic;
	font-family:var(--titleFont);
	font-weight: 900;
}

/* #endregion PAGE ACCUEIL */

/* #region LA DEMARCHE */

#origine .container{
	max-width:900px;
}

/* #endregion LA DEMARCHE */

/* #region LA LISTE */

.page-template-page-trombi-ordre .paragraphe-1{
	padding-top: 70px;
}

.liste-membres{
	padding-left:0;
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
	list-style:none;
}

.liste-membres li{
	display:flex;
	gap:20px;
	align-items:center;
	font-size: 0.8em;
}

.lien-photo{
	overflow:hidden;
	position:relative;	
	border-radius: 15px;
}

.lien-photo .etiquette{
	position:absolute;
	width:100%;
	left:0;
	bottom:-3px;
	z-index:2;
}

.lien-photo img{
	width:100%;
	height: auto;
}

.liste-membres .situation-familiale{
	font-weight: 700;
}

.liste-membres .ligne-titre{
	display:flex;
	gap:10px;
	align-items:center;
	font-weight:700;
	font-size:1.4em;
}

.liste-membres .ligne-titre .chiffre{
	border-radius: 10px;
	padding: 10px 20px;
	background:var(--vert);
	color:#ffffff;
}

.liste-membres a{
	color:#3c3c3b;
	font-size: 0.8em;
	font-weight: 700;
	line-height:1.0em;	
	width:15%;
	display:flex;
}

.liste-membres a:hover{
	opacity:0.7;
}

.liste-membres .nom-membre-liste{
	padding-top: 10px;
	padding-bottom: 10px;
	width:85%;
}

.liste-membres .nom-membre-liste .ligne-2-identite{
	font-size: 0.8em;
	font-weight: 300;
}

.fancy-membre{
	max-width: 700px;
}

.fancy-membre .bloc-contenu{
	display:flex;
	gap:30px;
}

.fancy-membre .bloc-contenu .bloc-image{
	width:30%;
}

.fancy-membre .bloc-contenu .bloc-texte{
	width:70%;
}


/* #endregion LA LISTE */

/* #region SHORTCODES */

.main-wrapper-newsletter{
	background-size: 100%;
	background-repeat:no-repeat;
	padding-top:60px;
	padding-bottom:60px;
	background-position:top center;
}

.main-wrapper-newsletter .wrapper-newsletter{
	max-width:900px;
	background:#ffffff;
	border-radius: 40px;
	margin: auto;
	overflow:hidden;
}

.main-wrapper-newsletter .wrapper-newsletter .titre-newsletter{
	color:#ffffff !important;
	background:var(--rouge);
	padding: 20px 20px 5px 20px;
	font-size: 0.8em;
}

.main-wrapper-newsletter .wrapper-newsletter .titre-newsletter h2{
	color:#ffffff !important;
}

.main-wrapper-newsletter .wrapper-newsletter .texte-newsletter{
	padding: 30px;
}

/* #endregion SHORTCODES */

#instagram .container{
	max-width: 1000px;
}

/* #region ARTICLES */

.liste-categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.vignette-article a{
	display: block;
	height: 100%;
	border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

@media (pointer : fine){ 
	.vignette-article a:hover{    
		text-decoration: none;
		transform: translateY(10px);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

	.vignette-article a:hover .texte .titre{    
		color: var(--rose);
	}
}

.vignette-article .image{
	position: relative;
	height:300px;
}

.vignette-article .image img{
	display: block;
    width: 100%;
	height:100%;
	object-fit:cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vignette-article .image .date{
	font-size: 0.8em;
	color: #ffffff;
	background:var(--vert);
	display:inline-block;
	padding: 5px 20px;
	z-index:3;
	position:absolute;
	left:0px;
	bottom:-13px;
}

.vignette-article .texte{
	padding:15px;
}

.vignette-article .texte .titre{
	font-family: var(--textFont);
	font-size: 1.2em;
	line-height: 1.0em;
	color:#3c3c3b;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}


.single-post .top-article{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-post .top-article .date{
	color: var(--rose);
}

.single-post .top-article .categories{
	display: flex;
	gap: 10px;
}

.single-post .top-article .categories a.btn{
	font-size: 0.9em;
}

.gallery-item a{
	display: block;
	border-radius: 10px;
    transition: all 0.3s ease 0s;
}

@media (pointer : fine){ 
	.gallery-item a:hover{
		opacity: 0.8;
	}
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

#content ul.pagination{	
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#content ul.pagination a{
    transition: all 0.15s ease 0s;
}

@media (pointer : fine){ 
	#content ul.pagination a:hover{
		text-decoration: none;
		background: var(--rose);
		color: #fff;
	}
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
	border: 1px solid #ddd;
}

#content ul.pagination .current{
	background: var(--rose);
	color: #fff;
}

/* #endregion ARTICLES */

/* #region FOOTER */

footer .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#ffffff;
}

footer .top-footer .menu li{
	padding-top: 5px;
	padding-top: 5px;
}

footer .top-footer{
	background: var(--vert);
	color:#ffffff;
}

footer .top-footer a{
	color:#ffffff;
}

footer .top-footer a:hover{
	opacity:0.5;
}

footer .top-footer .container{
	display: flex;
	gap: 0px;
	padding: 50px 30px;
}

footer .top-footer .colonne{
	padding-left:25px;
	padding-right:25px;
}

footer .top-footer .main-logo{
    width: 50%;
	border-right: 1px solid #ffffff;
	padding-right:25px;
}

footer .top-footer .main-logo a.logo{
	display: block;
    transition: all 0.15s ease 0s;
	margin-bottom: 15px;
	max-width:80%;
}

footer .top-footer .main-logo a.logo img{
	width: 100%;
}

footer .top-footer .colonne+.colonne{
	border-left:1px solid #ffffff;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo a.logo:hover{
		transform: scale(1.05);
	}
}

footer .top-footer .reseaux-sociaux{
    display: flex;
    gap: 15px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom:5px;
}

footer .top-footer .reseaux-sociaux a{
    display: flex;
	width: 20px;
    transition: all 0.15s ease 0s;
	color:#ffffff;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo .reseaux-sociaux a:hover{
		color: var(--rose);
	}
}

footer .top-footer .reseaux-sociaux a svg{
	width: 100%;
}

footer .top-footer .colonne{
	width: 25%;
}

footer .top-footer .colonne .titre{
	font-family: var(--titleFont);
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 700;
}

footer .sub-footer{
	background: #ffffff;
}

footer .sub-footer .container{
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 50px;
	padding: 15px 30px;
	font-size: 0.8em;
}

footer .sub-footer .container .main-menu{
	display: flex;
	gap: 15px;
    align-items: center;
    justify-content: center;
}

footer .sub-footer .container .main-menu .copyright{
	line-height: 1.4em;
}

footer .sub-footer .container .main-menu .menu{
	display: flex;
	gap: 15px;
}

footer .sub-footer .container .main-menu .menu a:hover{	
	color:var(--rose);
	text-decoration:underline;
}

footer .signature{
	font-size: 0.8em;
}

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	header .container{
		max-width: 1300px;
	}
	
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	header .logo{
		width: calc(100% / 2);
	}
	
	header .navigation,
	header .ouvrir-menu{
		width: calc(100% / 4);
	}
	
	header .logo{
		order: 2;
	}

	header .logo a{
		display: table;
		margin: auto;
	}

	header .navigation{
		order: 1;
	}

	header .ouvrir-menu{   
		order: 3; 
		display: flex;
		justify-content: flex-end;
	}

	header .ouvrir-menu button{ 
		display: flex;
		width: 50px;
		color: #3c3c3b;
		background: none;
		border: none;
		padding: 0px;
	}
	
	header .ouvrir-menu button svg{ 
		width: 100%;
	}

	header .navigation .main-menu{
		display: flex;
		position: fixed;
		width: 90%;
		height: 100vh;
		z-index: 10;
		top: -100vh;
		background: var(--vert);
		padding: 80px 50px;
		transition: top 0.3s, transform 0.3s;		
        flex-direction: column;
		gap: 30px;
	}
		
	header .navigation .main-menu.open{
		top: 0vw;
	}
	
	header .navigation .main-menu .actions{
		display: flex;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
	}
	
	header .navigation .main-menu .actions ul{
		list-style:none;
		padding-left:0;		
		border-bottom: 1px solid #ffffff;
		padding: 10px;	
        flex-direction: row;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
		margin-bottom:0;
	}
			
	header .navigation .main-menu .actions ul.liens-courts li,
	header .navigation .main-menu .actions ul.reseaux-sociaux li,
	header .navigation .main-menu .actions ul.langues li{
		width:100%;
		text-align:center;
	}
	
	header .navigation .main-menu .actions ul.liens-courts li+li{
		border-left: 1px solid #ffffff;
	}
	
	header .navigation .main-menu .actions a{
		color:#ffffff;
	}
	
	header .navigation .main-menu .actions .border-right{
		border:none;
	}


	header .navigation .main-menu div{
		display: flex;
		align-items: center;
		width: 100%;
	}

	header .navigation .main-menu .menu{
		justify-content: flex-start;
		flex-direction: column;
		gap: 15px;
		width: 100%;
	}

	header .navigation .main-menu .menu li a{
		display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
		width: 100%;
		color: #fff;
		font-size: 1.4em;
		padding: 0px;
	}

	header .navigation .menu>li.menu-item-has-children > a:after{
		content: url('./images/fleche-sous-menu-mobile.svg');
        width: 20px;
        height: 20px;
        transition: all 0.2s ease 0s;
        transform-origin: center;
        transform: rotate(0deg);
        margin: 0px;
        background: none;
	}

	header .navigation .menu>li.menu-item-has-children>a.open::after{
		transform: rotate(180deg);
	}

	header .navigation .menu ul.sub-menu{
		display: none;
		position: relative;
		margin-top: 15px;
	}

	header .navigation .main-menu .fermer-menu{
		display: block;
		position: absolute;
		top: 15px;
		right: 30px;
		width: 50px;
		color: #fff;
		background: none;
		border: none;
		padding: 0px;
	}

	header .navigation .main-menu .fermer.menu svg{
		width: 100%;
	}

	.voile-opacite{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 4;
		background: rgba(0,0,0,0.6);
		transition: visibility 0.15s, opacity 0.15s linear;
	}
	
	.voile-opacite.visible {
		visibility: visible;
		opacity: 1;
	}
	
	.select-categories{
		margin-bottom: 30px;
	}
	
	#valeurs ul {
		display: flex;
		list-style: none;
		gap: 30px;
		padding-left: 0;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1180px) and (orientation: portrait) {
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	.retour-haut{
		width: 30px;
		height: 30px;
		bottom: 50px;
	}

	.retour-haut svg{
		width: 20px;
	}

	h1,
	h2.titre-wrapper{
		font-size: 1.6em;
		margin-bottom: 30px;
	}

	table{
		display:block;
		overflow-x: scroll;
	}

	header .navigation .reseaux-sociaux{
		gap: 10px;
	}

	header .navigation .reseaux-sociaux a{
		width: 20px;
		height: 20px;
	}

	header .logo a{
		display: flex;
		width: 100%;
		justify-content: center;
	}

	header.scrolled .logo a{
		width: 100%;
	}

	header .ouvrir-menu button{
		width: 30px;
	}

	header .navigation .main-menu .fermer-menu{
		width: 30px;
	}

	.swiper-button-next:after, 
	.swiper-button-prev:after{
		font-size: 1.2em;
	}
	
	.swiper-pagination{
		display:none;
	}
	
	.swiper-accueil .main-texte{
		top: auto;
		bottom: 0px;
		padding:50px;
		right: 0px;
		width: 100%;
	}

	.swiper-accueil .texte{
		font-size: 1.5em;
	}

	.paragraphe{
		padding: 35px 0px 25px 0px;
	}

	.paragraphe .colonnes{
		flex-direction: column;
		gap: 30px;
	}
	
	.paragraphe .colonnes.mobile-reverse{
		flex-direction: column-reverse;
	}

	.colonne-2-1-1,
	.colonne-2-1-2,
	.colonne-2-2-1,
	.colonne-2-2-2,
	.colonne-2-3-2,
	.colonne-2-3-1,
	.colonne-2-4-1,
	.colonne-2-4-2,
	.colonne-2-5-1,
	.colonne-2-5-2,
	.colonne-3-1,
	.colonne-3-2,
	.colonne-3-3,
	.colonne-4{
		width: 100%;
	}

	nav .breadcrumb{
		font-size: 0.8em;
		margin: 15px  0;
	}

	.liste-articles{
		grid-template-columns: repeat(1, 1fr);
	}

	.main-wrapper-articles{
		padding: 50px 0px;
	}

	.vignette-article a{
		display: flex;
		gap: 15px;
		padding: 15px;
	}

	.vignette-article .image,
	.vignette-article .texte{
		width: 50%;
		align-self: center;
	}

	.vignette-article .texte .titre{
		margin-top: 0px;
	}
	
	.vignette-article .image .main-image .survol img{
		width: 40px;
	}

	.single .date-article{
		margin-bottom: 15px;
	}

	#votre-temps{
		background: var(--vert);
	}
	
	#valeurs ul{
		flex-direction:column;
		gap: 30px;
	}
	
	.liste-membres{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.liste-membres li {
		flex-direction:column;
		font-size: 1.0em;
		align-items: flex-start;
	}
	
	.liste-membres a {
		width: 60%;
	}
	
	.liste-membres .nom-membre-liste{
		width:100%;
	}

	footer .top-footer .container{
		flex-direction: column;
		gap: 30px;
	}
	
	footer .top-footer .main-logo,
	footer .top-footer .colonne{
		width: 100%;
	}

	footer .top-footer .main-logo a.logo{
		display: table;
		margin: 0px auto 15px auto;
		width: 50%;
	}

	footer .top-footer .main-logo a.logo img{
		width: 100%;
	}

	footer .top-footer .main-logo .reseaux-sociaux{
		justify-content: center;
	}

	footer .sub-footer .container .main-menu,
	footer .sub-footer .container .main-menu .menu{
		flex-direction: column;
		gap: 5px;
	}
}

/* #endregion MOBILE */