/* Theme Name: archipel
   Theme URI: http://www.archipel.fr/
   Description: archipel
   Version: 1.1
   Author: A l'Encre bleue
   Author URI: https://alencrebleue.com
*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/wp-content/themes/archipel/assets/fonts/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/wp-content/themes/archipel/assets/fonts/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/wp-content/themes/archipel/assets/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/wp-content/themes/archipel/assets/fonts/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
:root {
    /* Couleurs */
    --color-primary:#000000;
    --color-secondary:#E3C472;
    /*--color-secondary:#E9CC71;*/
    --color-gray:#737373;
    --color-gray-dark:#4D4847;
    --color-gray-light:#F4F4F4;
    --color-white:#ffffff;
	--color-bleu:#0C4EE2;
	--color-rouge: #DA2109;
	--color-vert:#1B8282;
    /* Border-radius */
    --radius-8: 8px;
    --radius-12: 12px;
    --radius-16: 16px;
    --radius-24: 24px;
    --radius-48: 48px;
    /* Fonts */
    --font-family: "Poppins", serif;
    /* TYPOGRAPHIE */
    --p-font-size: 16px;
    --small-font-size: 13px;
    --li-font-size: 16px;
    /* Desktop */
    --h1-desktop-font-size: 44px;
    --h2-desktop-font-size: 32px;
    --h3-desktop-font-size: 24px;
    --h4-desktop-font-size: 18px;
    /* Tablet */
    --h1-tablet-font-size: 40px;
    --h2-tablet-font-size: 32px;
    --h3-tablet-font-size: 22px;
    --h4-tablet-font-size: 16px;
    /* Mobile */
    --h1-mobile-font-size: 40px;
    --h2-mobile-font-size: 26px;
    --h3-mobile-font-size: 20px;
    --h4-mobile-font-size: 18px;
    /* Arrow et puce */
    --puce-menu: url('/wp-content/themes/archipel/images/puce-menu.svg');
    --puce-formule: url('/wp-content/themes/archipel/images/puce-formule.svg');
    --puce-liste: url('/wp-content/themes/archipel/images/puce-liste.svg');
    --puce-liste-white: url('/wp-content/themes/archipel/images/puce-liste-white.svg');
	--puce-duree: url('/wp-content/themes/archipel/images/puce-duree.svg');
	--puce-participants: url('/wp-content/themes/archipel/images/puce-participants.svg');
	--puce-niveau: url('/wp-content/themes/archipel/images/puce-niveau.svg');
	
    --link-external: url('/wp-content/themes/archipel/images/link-external.svg');
    --link-external-white: url('/wp-content/themes/archipel/images/link-external-white.svg');
	
    --pattern-classic: url('/wp-content/themes/archipel/images/pattern-classic.svg');
    --pattern-vector: url('/wp-content/themes/archipel/images/icon-vector-bg.svg');
    --pattern-vector-tabplus: url('/wp-content/themes/archipel/images/icon-vector-bg-tabplus.svg');
    --pattern-vector-tab: url('/wp-content/themes/archipel/images/icon-vector-bg-tab.svg');
    --pattern-vector-mob: url('/wp-content/themes/archipel/images/icon-vector-bg-mob.svg');
    --pattern-medical: url('/wp-content/themes/archipel/images/icon-activite.svg');
    --fleche-grise: url('/wp-content/themes/archipel/images/fleche-grise.svg');
    --icon-adv: url('/wp-content/themes/archipel/images/icon-adv.svg');
    --icon-adv2: url('/wp-content/themes/archipel/images/icon-adv2.svg');
	
    /* Picto coordonnées */
    --email: url('/wp-content/themes/archipel/images/mail_line.svg');
    --telephone: url('/wp-content/themes/archipel/images/phone_line.svg');
    --telephone-donateur: url('/wp-content/themes/archipel/images/phone-accueil.svg');
    --localisation: url('/wp-content/themes/archipel/images/map_line.svg');
    --social: url('/wp-content/themes/archipel/images/social.svg');
    --calendar: url('/wp-content/themes/archipel/images/calendar.svg');
}
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-family: var(--font-family), sans-serif;
  font-style: normal;
  color: var(--color-primary);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
    overflow-x: hidden;	
}
body {
	background: var(--color-primary);
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
main {
    /*background: var(--color-secondary);
    background: var(--color-white);
    padding-top: 95px; */
}
/* Button */
input.gform_button, form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
form textarea {
  border: none;
}
form .ginput_container_consent input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: initial;
}
/* Grid */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	background: var(--color-white);	
	border-radius: 24px;	
	padding:30px 18px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > * {
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1280px) {
.container {
	max-width: 1200px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
.container {
	width: 95%;
}
} 
@media screen and (min-width: 1200px)  {
.container {
	padding:30px 18px;
}
} 
@media screen and (min-width: 481px) and (max-width: 1199px) {
.container {
	width: 90%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.container {
	padding: 24px 12px;	
}
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
.container {
	padding: 20px 12px;	
}
.row > * {
    padding-left: 8px;
    padding-right: 8px;
}
}
@media screen and (min-width: 481px) and (max-width: 800px) {
.container {
	padding: 24px;	
}
}
@media screen and (max-width:480px) {
.container {
    width: 95%;
    padding: 12px;
}
}	

@media screen and (max-width:800px) {
.row > * {
	padding-left: 0;
	padding-right: 0;
}
}
/* Main */
a { 
	color: var(--color-primary);
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: var(--color-red);
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
}
:focus {
	outline: none;
}
img {
	height: auto;
	max-width: 100%;
}
.btn {
	color: var(--color-primary);
    padding:12px 20px;
    font-weight: 700;
    font-size: 16px;
	line-height:1.3;
    border-radius: 8px;
    display: block;
    position: relative;
    width: 100%;	
    max-width: max-content;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 2px solid;
    cursor: pointer;
}
.btn-primary{
	border-color: var(--color-secondary);
	background: var(--color-secondary);
}
.btn-primary:hover{
	color: var(--color-white);
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-secondary{
	color: var(--color-white);
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-secondary:hover{
	color: var(--color-primary);
	border-color: var(--color-secondary);
	background: var(--color-secondary);
}
.btn-third{
	color: var(--color-primary);
	border-color: var(--color-white);
	background: var(--color-white);
}
.btn-third:hover{
	color: var(--color-white);
	border-color: var(--color-primary);
	background: var(--color-primary);
}
.btn-fourth{
	color: var(--color-primary);
	border-color: transparent;
	background: transparent;
	padding-left:0;
	font-weight:400;
	padding-right:2em;
}
.btn-fourth span{
	position: relative;
	border-bottom: 1px solid;
}
.btn-fourth span:after{
	position: absolute;
	content: var(--link-external);
    top: 50%;
    right: -2em;
    transform: translate(0,-50%);
}
.btn-single{
	border:none;
	padding:12px 16px;
}
.btn-single:before{
	content:'';
	position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%,-50%);
	height: 100%;
	max-height: 21px;
	width: 4px;
	background: var(--color-primary);
}
.btn-single:hover:before{
	background: var(--color-secondary);
}
@media only screen and (min-width: 801px) {
.bloc-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.bloc-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.bloc-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%; 
}
.bloc-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.bloc-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.bloc-2-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66%;
	flex: 0 0 66.66%;
	max-width: 66.66%;
}
.bloc-3-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.bloc-2-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.bloc-3-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.bloc-4-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}
}
hr {
  border: none;
}
@media only screen and (min-width: 1024px) {
hr.small {
	margin: 0.5em 0;
}
hr.medium {
	margin: 1em 0;
}
hr.large {
	margin: 2em 0;
}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
hr.small {
	margin: 0.25em 0;
}
hr.medium {
	margin: .75em 0;
}
hr.large {
	margin: 1em 0;
}
}
@media only screen and (max-width: 480px) {
hr.small {
	margin: 0.125em 0;
}
hr.medium {
	margin: .5em 0;
}
hr.large {
	margin: .75em 0;
}
}
/* Misc */
::selection {
  background: #424242;
  color: var(--color-secondary);
  text-shadow: none;
}
::-webkit-selection {
  background: #424242;
  color: var(--color-secondary);
  text-shadow: none;
}
::-moz-selection {
  background: #424242;
  color: var(--color-secondary);
  text-shadow: none;
}
/* Typography */
h1 {
  font-weight: 600;
  line-height: 1.1;
}
h2 {
  font-weight: 600;
  line-height: 1.2;
}
h3 {
  font-weight: 600;
  line-height: 1.2;
}
h4 {
  font-weight: 600;
  line-height: 1.2;
}
p {
  font-weight: 400;
  line-height: 1.3;
  margin: .5em 0;
  font-size: var(--p-font-size);
}
p strong {
  font-weight:600;
}
small, small strong{
	font-size:14px;
	font-style: italic;
}
ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
ol {
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
li {
  font-size: var(--li-font-size);
  line-height: 1.4;
}
section {
  padding: 16px 0;
}
@media screen and (min-width: 1200px) {
h1 {
  font-size: var(--h1-desktop-font-size);
}
h2 {
  font-size: var(--h2-desktop-font-size);
}
h3 {
  font-size: var(--h3-desktop-font-size);
}
h4 {
  font-size: var(--h4-desktop-font-size);
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
h1 {
  font-size: var(--h1-tablet-font-size);
}
h2 {
  font-size: var(--h2-tablet-font-size);
}
h3 {
  font-size: var(--h3-tablet-font-size);
}
h4 {
  font-size: var(--h4-tablet-font-size);
}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
h1 {
  font-size: var(--h1-tablet-font-size);
}
h2 {
  font-size: var(--h2-tablet-font-size);
}
h3 {
  font-size: var(--h3-tablet-font-size);
}
h4 {
  font-size: var(--h4-tablet-font-size);
}
}
@media screen and (max-width: 480px) { 
h1 {
  font-size: var(--h1-mobile-font-size);
}
h2 {
  font-size: var(--h2-mobile-font-size);
}
h3 {
  font-size: var(--h3-mobile-font-size);
}
h4 {
  font-size: var(--h4-mobile-font-size);
}
section {
  padding: 10px 0;
}	
}
/* ============================
========= HEADER ==============
=============================*/
header {
  /*position: fixed;
  z-index: 99;*/
  transition: transform 0.8s ease-in-out; 
  width: 100%;
  background: var(--color-primary);
}
.navbar-hidden {
  transform: translateY(-100%);
}
#menu-aeb.smallogo {
  background: var(--color-primary);
  box-shadow: 0 0px 5px #8d8d8d69;
}
#menu-aeb .contain {
    height: 100%;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-top: 48px;
    background: var(--color-white);
    border-radius: 24px 24px 0 0;
}
header .wrap {
    display: flex;
    justify-content: flex-end;
	gap:20px;
}
header .wrap-nav a,
.dropdown,
.itemnolink {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: var(--color-primary);
  cursor:pointer;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-content li {
	border-bottom: 1px solid var(--color-secondary);
}
.dropdown .dropdown-content li:last-of-type {
	border-bottom: none;
}
.dropdown .dropdown-content a {
	font-size: 16px;
	padding: 10px 12px;
	display: block;
}
.dropdown .dropdown-content > ul > li .sub-menu{
    display: none;
}
.dropdown .dropdown-content > ul > li:hover .sub-menu{
    left: 100%;
    position: absolute;
    width: 100%;
    top: 0;
	display: block;
}
.dropdown .dropdown-content .list-submenu li{
	background: #080840;
}
header .wrap-nav .current-page a{
	position: relative;
	font-weight: 700;
}
header .wrap-nav .current-page a:before {
    position: absolute;
    top: 2px;
    left: -10px;
    transform: translate(-50%, -50%);
    content: var(--btn);
}
header .wrap-nav a:hover {
    color: var(--color-gray-dark);
}
.menu {
  width: 90%;
}
.logo-header {
  width: max-content;
}
.logo-header a{
    display: flex;
}
.logo-header img {
  height: 60px;
}

/* footer */
footer {
    padding-top: 16px;
}
footer .container{
    border-radius: 24px;
	margin-bottom: 40px;
	padding-bottom: 12px;
}
footer *{
	color: var(--color-primary);
}
footer .row.newsglobe .newsletter{
	background: var(--color-primary);
	border-radius: 24px;
	padding:30px;
	display: flex;
	justify-content: space-between;	
	margin: 24px 0;
    align-items: center;	
	position: relative;
}
footer .row .newsletter > * {
    width: initial;
}
footer .row .newsletter .bloc-news h2{
	color: var(--color-secondary);
}
footer .row .newsletter .bloc-news p{
	color: var(--color-white);
    margin-top: 1em;	
}
footer .row .newsletter:after{
	content: var(--pattern-classic);
    position: absolute;
    right: 25px;
    bottom: 12px;
}
footer .row .newsletter .btn-news{
    position: relative;
    z-index: 1;
}
footer .row .newsletter .bloc-news{
    padding-left:0;
}
footer .row.footer{
	justify-content: space-between;	
}
footer .row.footer *{
	width: inherit;
}
footer .row.footer div > p:first-of-type{
	margin-top: 0;
}
footer .row.footer div > .btn{
	margin-top: 0.5em;
}
footer .bloc-logo img{
	max-width: 240px;
}
.mbp {
    text-align: center;
}
.mbp p,
.mbp a {
	color: var(--color-primary);
	font-size: 14px;
    margin: .5em 0 0;
}
.mbp a:hover {
  color: var(--color-gray);
}
/* POPUP NEWSLETTER */
.newsglobe .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}
.newsglobe .popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}
.newsglobe .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsglobe .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsglobe .content .gform-footer{
    display: flex;
    justify-content: center;
}
#gform_submit_button_4{
	color: var(--color-primary);
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 8px;
    display: block;
    position: relative;
    width: 100%;
    max-width: max-content;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 2px solid;
    cursor: pointer;
    border-color: var(--color-secondary);
    background: var(--color-secondary);	
}
#gform_submit_button_4:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
}
#gform_4 .gfield_required{
	display: none;
}
body .fieldsobligatoire em {
    font-size: 12px;
}
#field_4_7{
	text-align: center;
}
.gform-theme--foundation #gform_4 .gform_fields {
    row-gap: 16px;
}
.gform-theme--foundation #gform_4 input {
	border-radius: 8px;
}
.gform-theme--foundation #gform_4{
	margin-top:2em;
}
/* Style pour le body quand il est figé */
body[style*="position: fixed"] {
    overflow-y: scroll; /* Évite le saut de la page */
}
/* FOOTER RESPONSIVE */
@media screen and (max-width: 1199px) {
footer .row .newsletter .btn-news {
    width: 100%;
    max-width: 300px;
}
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
}
@media screen and (min-width: 1024px) {
footer .row.newsglobe{
    padding-left: 12px;
    padding-right: 12px;
}	
}	
@media screen and (min-width: 801px) and (max-width: 1023px) {
footer .row.newsglobe{
    padding-left: 8px;
    padding-right: 8px;
}	
footer .row.newsglobe .newsletter{
	padding:20px;
	margin:20px 0;
}
#blog .btn-primary {
    margin: 20px auto 0;
}
}	
@media screen and (min-width: 601px) and (max-width: 1023px) {
footer .row.footer > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}	
@media screen and (min-width: 801px) {
footer .row .newsletter .bloc-news p {
    padding-right: 1em;
}	
}
@media screen and (max-width: 800px) {
footer .row.newsglobe .newsletter {
    flex-direction: column;
    text-align: center;
}	
footer .row .newsletter .bloc-news p {
    margin: .5em 0;
}
footer .row.newsglobe .newsletter {
    padding: 20px;
}
footer .row.newsglobe .btn-popup-newsletter .btn{
    margin:.5em auto 0;
}
}
@media screen and (min-width: 481px) and (max-width: 860px) {
footer .row.newsglobe .newsletter {
    padding: 30px 20px;
}	
}
@media screen and (min-width: 481px) and (max-width: 800px) {
}
@media screen and (max-width: 600px) {
.mbp p,
.mbp a {
    font-size: 12px;
    padding-bottom: 5px;
} 
footer .row .newsletter:after {
    content: '';
}
footer .row.footer {
    justify-content: center;
    display: flex;
    gap: 16px;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
footer .row.footer * {
    text-align: center;
}	
footer .row.footer div > .btn {
    margin-top: 0;
}
footer .row.footer .menu-rs {
    margin-bottom: 0.5em;
    margin-top: .5em;
}
footer > div > div.row.footer > div.bloc-coordonnees > div > p:nth-child(2){
    margin: 0 auto;
}
footer .container {
    margin-bottom: 1em;
	padding:20px 12px 12px;
}
footer {
    padding-top: 10px;
}
}

/* HEADER RESPONSIVE */
@media screen and (min-width: 1200px) {
.hamb {
  display: none;
}
.dropdown-content {
  display: none;
}
header .wrap-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 28px;
}
header ul{
    list-style-type: none;
    margin: 0;
}
.dropdown .dropdown-content > ul > li {
    background: var(--color-gray-light);
}	
/*.dropdown:hover .dropdown-content a:hover {
  background: var(--color-gray-light);
}*/
.dropdown .dropdown-content a {
	min-width:190px;
	max-width:240px;	
}
.dropdown {
    padding-right: 1em;
}
li.list-submenu.dropdown {
    padding-bottom: .5em;
}	
.dropdown:hover .dropdown-content {
	display: grid;
	position: absolute;
	top:1.5em;
	width: max-content;
	z-index:99;
	padding-top:.5em;
}
.dropdown:hover:before {
    content: '';
    background: var(--color-white);
    height: 2px;
    width: 100%;
    bottom: -3px;
    position: absolute;
}
.dropdown:after {
	content: var(--puce-menu);
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translate(0, -50%);
}	
}
@media screen and (max-width: 1199px) {
.menu-open-html, .menu-open-body{
    overflow: hidden;
    height: 100%;
}
#menu-aeb .contain {
	justify-content: space-between;	
    background: #fff;
    position: relative;
    z-index: 1200; 
}
div.logo-header {
    position: relative;
    z-index: 1200; /* Z-index plus élevé que le menu et ses sous-menus */
}
#menu-aeb.smallogo .contain {
  padding:10px 0;
}	
.hamb {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.menu {
    position: fixed;
    top: 0;
    left: 50%;
    width: 90%;
    height: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 108px, #000 108px);    overflow: hidden;
    transform: translateX(-50%);
    transform-origin: top;
    transition: height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
    z-index: 1000; 
    border-radius: 24px;
    margin-top: 48px;
}
.menu.active {
    height: 100vh;
    opacity: 1;
    overflow-y: auto; /* Permet le défilement du menu principal */
}

#top.fixe {
  overflow: hidden;
  position: initial;
}
header .wrap-nav a {
  color: var(--color-primary);
  text-align: center;
}
header .wrap-nav a:hover {
  color:  var(--color-secondary);
}
header .wrap-nav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	margin: auto;
    max-width: 300px;
    width: 95%;
	list-style-type: none;
	padding:30px 0;
}
.menu .wrap {
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 108px, #ffffff 108px);
    border-radius: 0 0 24px 24px;
    padding-top: 108px;
    overflow-y: visible; /* Changé de 'auto' à 'visible' pour ne pas limiter la hauteur */
    overflow-x: hidden;
    height: auto; /* Permet au conteneur de s'adapter à son contenu */
}

.menu .dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; /* Correction du 'ease-out' */
    position: static; /* Assure que le sous-menu reste dans le flux */
	 z-index: 1100;
}

.menu .dropdown.active .dropdown-content {
    max-height: none; /* Permet au sous-menu de s'étendre complètement */
    overflow: visible;
    padding: 10px 0;
    transition: max-height 0.3s ease-in, padding 0.3s ease-in; /* Correction du 'ease-in' */
    width: max-content;
    margin: auto;
    min-width: 240px;
    position: static; /* Assure que le sous-menu reste dans le flux */
}
.menu-mob.active .btn{
	margin: auto;
}
header .wrap-nav > li {
    text-align: center;
    padding: 15px 0;	
	border-bottom: 1px solid var(--color-secondary);
    width: 100%;	
}
header .wrap-nav > li:last-of-type {
	border-bottom: none;
}
.dropdown .dropdown-content > ul > li:first-of-type{
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.dropdown span {
    position: relative;
    cursor: pointer;
    padding: 0 20px;	
}
.menu .dropdown.active .dropdown-content {
    overflow: visible;
    transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}
header .wrap-nav > li.dropdown.active{
    padding-bottom: 0;
}
header .wrap-nav > li.dropdown.active span{
    padding-bottom: 15px;
}
header .wrap-nav > li.dropdown.active .dropdown-content ul {
    background: var(--color-gray-light);
	list-style-type: none;
	margin-left: 0; 
	margin-top:0;
	margin-bottom: .5em;
	border-radius: 24px
}
.dropdown span:before, .dropdown span:after {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
	right: 0;
	top: 8px;
    margin: 0;
    height: 2px;
    width: 8px;
    border-radius: 6px;
    background: var(--color-primary);
    transition: transform 0.35s, background-color 0.35s;
}
.dropdown span:after {
    transform: rotate(-45deg);
    top: 13px;
}
.dropdown.active span:before {
    transform: rotate(45deg);
    right: 0;
    top: 13px;
    transition: transform 0.35s, background-color 0.35s;
}
.dropdown.active span:after {
    transform: rotate(-45deg);
    right: -5px;
    top: 13px;
    transition: transform 0.35s, background-color 0.35s;
}
.logo-header a {
  display: flex;
}
.logo-header img {
  height: 60px;
}

/* menu hamburger */
.allelement {
  cursor: pointer;
  position: relative;
  width: 40px; /* Taille du bouton */
  height: 40px;
  z-index: 1001; /* S'assurer qu'il est au-dessus des autres éléments */
}
.element {
  width: 40px;
  height: 4px;
  background-color: var(--color-secondary);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.element::before,
.element::after {
  width: 40px;
  height: 4px;
  background-color: var(--color-secondary);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  opacity: 1;
  right: 0;
}
.element::before {
  top: -14px;
}
.element::after {
  top: 14px;
}
.element1 {
  width: 40px;
  height: 4px;
  opacity: 0;
  background-color: var(--color-secondary);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  top: 50%;
  transform: translate(51px, -50%);
}
.element1::before,
.element1::after {
  width: 40px;
  height: 4px;
  background-color: var(--color-secondary);
  border-radius: 20px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  content: "";
  transform: translate(102px, 0);
}
.element1::before {
  top: -14px;
}
.element1::after {
  top: 14px;
}
.hamb:hover .element {
  transform: translate(-51px, 50%);
  opacity: 0;
}
.hamb:hover .element::before,
.hamb:hover .element::after {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamb:hover .element1 {
	opacity: 1;
	transform: translate(0, 2px);
}
.hamb:hover .element1::before,
.hamb:hover .element1::after {
  opacity: 1;
  transform: translate(0%, 0);
}
.hamb.is-active .element {
  display: none;
}
.hamb.is-active .element1 {
	opacity: 1;
	transform: rotate(45deg);
	z-index: 9999;
}
.hamb.is-active .element1::before {
  transform: translate(0, 14px) rotate(90deg);
  transform-origin: center;
}
.hamb.is-active .element1::after {
  opacity: 0;
}
}
/*@media screen and (min-width: 1100px) and (max-width: 1199px) {
#menu-aeb .contain {
	max-width: 1030px;
}
}
@media screen and (min-width: 800px) and (max-width: 1099px) {
#menu-aeb .contain {
	width: calc(90% - 30px);
}
}*/


@media screen and (min-width: 1280px) {
#menu-aeb .contain {
    max-width: 1200px;
}
	
}
@media screen and (max-width: 1199px) {
#menu-aeb .contain {
	width: 90%;
}
}
@media screen and (min-width: 1200px) {
#menu-aeb .contain {
    padding: 30px 45px 24px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
#menu-aeb .contain {
	width: 95%;
}
#menu-aeb .contain {
    padding: 30px 45px 24px;
}	
} 
@media screen and (min-width: 801px) and (max-width: 1199px) {
#menu-aeb .contain {
    padding: 24px 38px;
}
} 
@media screen and (max-width: 800px) {
#menu-aeb .contain {
    padding: 24px 38px;
}
} 
@media screen and (max-width: 480px) {
#menu-aeb .contain {
	width: 95%;
	margin-top: 1em;	
	padding: 24px 20px;
}
.menu {
    margin-top: 1em;
	width: 95%;	
}
header .wrap-nav {
    padding: 20px 0 30px;
}
#div-blanc-overlay {
    position: absolute;
    background: linear-gradient(white 85%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1001;
    border-radius: 24px;
    pointer-events: none;
}
/* Style pour l'overlay sombre sur le main quand le menu est ouvert */
body.menu-open-body main {
  position: relative;
}

body.menu-open-body main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 999;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
	
} 
@media screen and (max-width: 432px) {
#menu-aeb .contain .logo-header {
	max-width: 200px;
}
#menu-aeb .contain {
    padding: 16px 20px;
}	
.menu .wrap {
    background: #fff;
    padding-top:92px;
	position: relative;
}
.menu .wrap:before {
	content:'';
    background: #000;
    width: 100%;
	height: 100%;
}
.menu.active {
    height: 80vh;
    opacity: 1;
    overflow-y: auto;
}
.menu {	
    background: #fff;
} 

} 	
 

#blog{ 
	position:relative;
}
#blog h2{
	text-align:center;
	margin-bottom: 16px;
}
#actualites #blog .bloc-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em 0;
}
#blog .bloc-3{
    position: relative;
    z-index: 1;
}
#blog .bloc-article{
	background: var(--color-gray-light);
    border-radius:var(--radius-24);	
	height:100%;
	position: relative;
}
.bloc-article .image-container img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
#blog .article {
    padding: 20px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
#blog .article h4 { 
    font-weight: 600;
    margin: 8px 0;
}
#blog .article a:hover h4 {
    color: var(--color-secondary);
}
#blog .article .last-date {
    margin:  0;
	padding-left: 32px;
	position: relative;
}
#blog .article .last-date:before {
    content: var(--calendar);    
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
#blog .btn-primary{ 
	margin: 24px auto 0;
}
.image-container {
    position: relative;
    display: flex;
}
.image-container a.last-cat{
	padding:10px 20px;
	position:absolute;
	bottom:0;
	right:0;
	color: var(--color-secondary);
	background: var(--color-primary);
	font-weight:600;
}
.bloc-titre h2{
	text-align: center;
}
@media screen and (max-width: 1100px) {
#blog .bloc-article a.last-cat {
    font-size: 14px;
    padding: 7px 15px;
}
}
@media screen and (max-width: 1023px) {

}
@media screen and (min-width: 481px) and (max-width: 1023px) {
#blog .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (min-width: 661px) and (max-width: 800px) {
#blog.sectionactu .bloc-3 {
    padding: 0 8px;
}
#blog.sectionactu .bloc-3:nth-child(even) {
    padding-left: 0;
}
#blog.sectionactu .bloc-3:nth-child(odd) {
    padding-right: 0;
}
}
@media screen and (min-width: 481px) and (max-width: 660px) {
#blog.sectionactu .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-top:1em;
}
#blog.sectionactu .bloc-3:first-of-type { 
	margin-top:0;
}
}
@media screen and (max-width: 1023px) {
#blog.sectionactu .item-3 {
	display: none;
}	
}
@media screen and (min-width: 481px) and (max-width:599px) {
#blog .article h3 {
    font-size: 16px;
}
}
@media screen and (max-width: 599px) {
#blog .article {
    padding: 15px;
}
}
@media screen and (max-width: 480px) {
#blog h2 {
    margin-bottom: 15px;
}
#blog .btn.btn-primary {
    margin: 1em auto 0;
}
#blog.sectionactu .bloc-3 {
	margin-top:1em;
}
#blog.sectionactu .bloc-3:first-of-type { 
	margin-top:0;
}	
#blog.sectionactu .container{ 
	padding:20px 12px;
}	
#blog.sectionactu h2 {
    margin-bottom: 10px;
}
}


/* Réseaux sociaux */
.menu-rs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin-left:0;
	margin-top: 10px;
}
.menu-rs li {
	margin-left: 10px;
}
.menu-rs a{
    display: flex;
}
.menu-rs li:first-of-type {
	margin: 0;
}
footer .row.footer .sprites, .sprites, footer .row.footer .sprites:hover, .sprites:hover {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.sprites {
	background: url(/wp-content/themes/archipel/images/sprites.svg) no-repeat center center;
}
.sprites:hover {
  background: url(/wp-content/themes/archipel/images/sprites-hover.svg) no-repeat center center;
}
.rs-linkedin,
.rs-linkedin:hover {
	background-position: 0 0;
}
.rs-facebook,
.rs-facebook:hover {
	background-position: -42px 0;
}
.rs-instagram,
.rs-instagram:hover {
	background-position: -84px 0;
}

/* Personnalisation du theme */
.hero, .hero .container{
	padding-top:0;
	border-radius: 0 0 24px 24px;
}
.hero .bloc-2.bloc-hero-img {
    display: flex;
}
.hero .bloc-2 {
    margin-bottom: 24px;
}
.hero .bloc-2 img{
    border-radius: 24px;
	object-fit: cover;
}
.bloc-hero{
	background: var(--color-vert);
    border-radius: 24px;
	padding:30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;	
	position: relative;
}
.bloc-hero:after{
    position: absolute;
    right:30px;
    bottom: 30px;
}
.bloc-hero h1, .bloc-hero p {
	color: var(--color-white);
	max-width: 480px;
	margin:0;
}
.bloc-hero .btn-primary:hover, .btn-news .btn-primary:hover{
	border-color: var(--color-secondary);
}
.bloc-activite{
	display: flex;
}
.bloc-activite h3{
	font-size: 12px;
	text-align: center;
}

.bloc-type-activite{
    background: var(--color-gray-light);
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:16px;
    position: relative;
} 
.bloc-activite {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bloc-activite p{
    margin:0;
}
.bloc-type-activite .activite a{
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
} 
.bloc-type-activite .btn.btn-fourth {
    position: absolute;
    top: 30px;
    right: 30px;
}
@media screen and (min-width: 1280px) {
.bloc-type-activite .activite a{
    width: 160px;
    height: 160px;
    padding: 2em 20px 20px;
} 	
.bloc-hero:after {
	content: var(--pattern-vector);
}
}
@media screen and (min-width: 801px) and (max-width: 1279px) {
.bloc-hero:after {
	content: var(--pattern-vector-tabplus);
}
}		
@media screen and (min-width: 1200px) and (max-width: 1279px) {
/* Base styles for the activity blocks */
.bloc-activite {
    flex-wrap: wrap;
}
.bloc-type-activite .activite {
	flex: 1 1 16%;
	max-width: 160px;
	box-sizing: border-box;
}	
.bloc-type-activite .activite a {
    height: 100%;
	padding: 2em 10px 20px;	
}	
}	
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.bloc-type-activite {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
}
.bloc-type-activite .activite {
    flex: 1 1 16%;
    max-width: 16%;
    box-sizing: border-box;
    padding: 0 5px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1240px) {
.bloc-type-activite .activite a {
    padding: 1.5em 10px 15px;
}
}
@media screen and (max-width: 1199px) {

}	
@media screen and (min-width: 801px) and (max-width: 1199px) {
.hero .bloc-2:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.hero .bloc-2:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.hero .bloc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.hero .bloc-1 {
    margin-bottom: 24px;
}	
.hero .bloc-activite img {
    width: 80%;
    max-width: 150px;
}	
.bloc-type-activite .activite a {
    padding: 1em 5px 10px;
    height: 100%; 
}
.hero .bloc-activite .activite:first-of-type{
    padding-left:0;
}
.hero .bloc-activite .activite:last-of-type{
    padding-right:0;
}		
}	
@media screen and (min-width: 801px) and (max-width: 960px) {
.bloc-activite {
    justify-content: space-between;
}
}	
@media screen and (min-width: 801px) and (max-width: 1023px) {
.hero .bloc-2, .hero .bloc-1{
    margin-bottom: 20px;
}
.bloc-hero, .bloc-type-activite {
    padding: 20px;
}
.hero .bloc-activite .activite {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 5px;
}	
.bloc-type-activite > p {
    margin-bottom: 0; 
}
}	
@media screen and (min-width:601px) and (max-width:800px) {
.hero .bloc-activite {
    row-gap: 10px;
}	
.hero .bloc-activite .activite {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 5px;
}
.hero .bloc-activite .activite:nth-child(3n+1) {
    padding-left: 0;
}
.hero .bloc-activite .activite:nth-child(3n) {
    padding-right: 0;
}
}
@media screen and (max-width:800px) {
.bloc-hero h1, .bloc-hero p {
    color: var(--color-white);
    max-width: inherit;
    margin: 0;
}	
.bloc-hero:after {
	content: var(--pattern-vector-tab);
}
.hero .bloc-2 img {
    width: 100%;
    max-height: 300px;
}	
.hero .bloc-2, .hero .bloc-1 {
    margin-bottom: 24px;
}	
.bloc-hero, .bloc-type-activite {
    padding: 24px;
    gap: 10px;
}	
.bloc-hero {
    gap: 16px;
}	
.bloc-type-activite {
    padding-bottom: 16px;
}	
.hero .bloc-activite{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bloc-type-activite .activite a {
    height: 100%;
    padding: 20px 10px 10px;
}	
.bloc-type-activite .btn.btn-fourth {
    margin: auto;
	position: inherit;
	top:inherit;
	right:inherit;
}
}	
@media screen and (max-width:600px) {
.hero .bloc-activite .activite{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding:0 5px;
}
.hero .bloc-activite .activite:nth-child(even){
	padding-right:0;
}
.hero .bloc-activite .activite:nth-child(odd){
	padding-left:0;
}
.hero .bloc-activite {
    row-gap: 10px;
}
.hero .bloc-activite img {
    max-width: 80%;
}
}	
@media screen and (max-width:480px) {
.hero .bloc-2, .hero .bloc-1 {
    margin-bottom: 10px;
}	
.bloc-type-activite {
    padding: 20px 10px 12px;
    text-align: center;
}	
.bloc-hero {
    padding: 30px 20px;
}	
.bloc-hero:after {
	content: var(--pattern-vector-mob);
    bottom: 5px;
    right: 15px;
}
.bloc-hero .btn-third{
    margin: 0 auto;
}	
.bloc-hero h1, .bloc-hero p {
    text-align: center;
}
}	
/*@media screen and (max-width:419px) {
.bloc-hero:after {
    content: '';
}
}	*/
@media screen and (min-width:351px) and (max-width:378px) {
.bloc-hero h1{
    font-size: 36px;
}
}	
	
@media screen and (max-width:350px) {
.bloc-hero h1{
    font-size: 32px;
}
}	

/* Section Concept */
#concept .container{
	border-radius: 24px;
}
#concept img{
	border-radius: 24px;
}
#concept .bloc-5{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#concept .wellness-chiffre {
    background: var(--color-primary);
    width: 100%;
    border-radius: 12px;
    padding: 1em;
}
#concept .wellness-chiffre:nth-child(even){
    background: var(--color-vert);
}
#concept .wellness-chiffre *{
    color: var(--color-white);
	text-align: center
}
#concept .wellness-chiffre .prefix-wellness{
    font-size: 14px;
	margin: 0;
}
#concept .wellness-chiffre p:last-of-type{
	margin: 0;
}
#concept .wellness-chiffre p strong{
    font-size: 32px;
}
#concept .wellness-chiffre p strong span{
    font-size: 24px;
}
#concept .bloc-2-5.wellness-stats {
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
#concept .bloc-2-5.wellness-stats p{
    margin: 0;
}
@media screen and (min-width: 1280px) {	
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
#concept .bloc-2-5.wellness-stats {
    padding: 0 1em;
    gap: 16px;
}	
#concept .bloc-5 {
    gap: 15px;
}	
#concept img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}	
}	
@media screen and (min-width: 801px) and (max-width: 1023px) {
#concept .bloc-2-5.wellness-stats {
    padding: 0 12px;
}	
}
@media screen and (min-width: 801px) and (max-width: 960px) {
#concept .bloc-5 {
    gap: 15px;
}	
#concept img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}	
}	
@media screen and (min-width: 1200px) and (max-width: 1279px) {	
}
@media screen and (max-width: 1199px) {
}	
@media screen and (min-width: 961px) and (max-width: 1199px) {
}	
@media screen and (min-width: 801px) and (max-width: 1199px) {	
}	
@media screen and (min-width: 801px) and (max-width: 960px) {
}	
@media screen and (min-width: 801px) and (max-width:870px) {	
}	
@media screen and (min-width:601px) and (max-width:800px) {
#concept .row {
    flex-direction: row-reverse;
}	
#concept .bloc-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    padding-left: 1em;
}
#concept .bloc-2-5 img{
    height: 100%;
    object-fit: cover;
}
#concept .bloc-2-5.wellness-stats {
    padding: 0;
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;	
}
}
@media screen and (max-width:800px) {
#concept .bloc-5 {
	padding:0;
    margin-top: 1em;
	gap:15px;
    flex-direction: row;	
}	
#concept .wellness-chiffre {
    padding: 1em;
    min-height: 150px;
}	
}	
@media screen and (max-width:600px) {
#concept .bloc-2-5.wellness-stats {
    padding: 1em 0 0;
    gap: 16px;
}
#concept .bloc-5 {
    gap: 10px;
}	
#concept .wellness-chiffre .section-header{
    padding: 1em .5em .5em;
}	
}	
@media screen and (max-width:480px) {
#concept .bloc-5 {
    flex-direction: column;
}
#concept .wellness-chiffre {
    padding: 1em;
    min-height: 120px;
}
#concept > div > div > div:nth-child(1)	{ order:2; display: none;}
#concept > div > div > div:nth-child(2)	{ order:1}
#concept > div > div > div:nth-child(3)	{ order:3}	
#concept .bloc-2-5.wellness-stats * {
	text-align: center;
}
#concept .bloc-2-5.wellness-stats .btn {
	margin: auto;
}	
#concept .container{
    padding:20px 12px 12px;
}
#concept .bloc-2-5.wellness-stats { 
    padding: 0;
}	
#concept .bloc-2-5.wellness-stats h2, #concept .bloc-2-5.wellness-stats p {
    padding: 0 10px;
}	
}	

/* Section Nos professionnels */
.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
#term-posts .row{
	background: var(--color-gray-light);
    border-radius: 24px;
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 12px;	
}
#term-posts .card-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0;
	row-gap: 24px;
}
#term-posts .card-activity .info-article a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#term-posts.professionnels-preview .card-activity .info-article p {
    text-align: center;
}
#term-posts .card-activity .info-article p {
    margin: 0;
}
#term-posts .card-activity .bloc-4,
#term-posts .card-activity .presentation-term{
    padding-left: 12px;
    padding-right: 12px;
}
#term-posts .info-article{
    padding: 1em;
    background: #ffff;
    border-radius: 0 0 16px 16px;
}
#term-posts .professionnel .bloc-img {
    padding: 1em 1em 0;
    background: #ffff;
    border-radius: 16px 16px 0 0;
}
#term-posts .professionnel .bloc-article .image-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}
#term-posts .professionnel .bloc-article h4, #term-posts .professionnel .bloc-article p.specialite {
    text-align: center;
}
.pro-header h2, .pro-header p{
    text-align: center;
}
.pro-header p{
    max-width: 880px;
	margin-bottom: 0;
}
.pro-button .btn{
    margin:auto;
}
#term-posts.professionnels-preview .container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}	


@media screen and (min-width: 1140px) {	
#term-posts.composant-pro .card-activity .bloc-4.professionnel.last-item{
	display: none;
}
#term-posts.composant-pro .card-activity .bloc-4 .bloc-article{
    height: 100%;
    background: #fff; 
    border-radius: 16px;
}	
}
@media screen and (max-width: 1139px) {	
#term-posts.composant-pro .card-activity .bloc-4 .bloc-article{
    height: 100%;
    background: #fff;
    border-radius: 16px;
}	
} 
@media screen and (min-width: 1024px) and (max-width: 1199px) {	
#term-posts .row {
    padding: 24px 12px;
    margin: 0 12px;
}
} 
@media screen and (min-width: 801px) and (max-width: 1023px) {	
#term-posts.professionnels-preview .container {
    gap: 16px;
}	
#term-posts .card-activity {
    row-gap: 16px;
}	
#term-posts .card-activity .bloc-4, #term-posts .card-activity .presentation-term {
    padding-left: 8px;
    padding-right: 8px; 
}
#term-posts .row {
    padding: 20px 10px;
    margin: 0 8px;
}
} 
@media screen and (min-width: 700px) and (max-width: 1139px) {	
#term-posts.composant-pro .card-activity .bloc-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
} 
@media screen and (max-width: 699px) {	
#term-posts.composant-pro .card-activity .bloc-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
} 
@media screen and (max-width: 800px) {	
#term-posts .row {
    padding: 24px 12px;
    margin: 0;
}
} 
@media screen and (max-width: 480px) {	
.section-header {
    padding: 0 12px;
}	
#term-posts .info-article {
    padding: .5em;
}
#term-posts .professionnel .bloc-img{
        padding: .5em .5em 0;
}	
#term-posts .card-activity .bloc-4, #term-posts .card-activity .presentation-term {
    padding-left: 6px;
    padding-right: 6px;
}	
#term-posts .row {
    padding: 16px 6px;
}	
#term-posts.professionnels-preview .container {
    gap: 16px;
	padding:20px 12px;
}	
#term-posts .card-activity {
    row-gap: 12px;
}	
} 
@media only screen and (min-width: 360px) and (max-width: 432px) {
#term-posts .professionnel .bloc-article h4 {
    font-size: 16px;
}	
#term-posts .professionnel .bloc-article p.specialite {
    font-size: 13px;
}		
}
@media only screen and (max-width: 432px) {
#term-posts .professionnel .bloc-article h4 {
    height: 38px;
    display: flex;
    align-items: center;
	justify-content: center;
}
}




/* Bandeau chiffres */
#adv-chiffres .container {
    border-radius: 24px;
}	
.bloc-4-5.row{
	padding:0;
}
.logo-block {
    background: var(--color-secondary);
    padding: 30px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}
.logo-block h3 {
	margin: 0;
	color: var(--color-primary);
}	
.logo-icon:after {
    content: var(--icon-adv);
    position: absolute;
    right: 18px;
    bottom: 15px;
    max-width: 85%;
}
.stat-box {
    background: var(--color-gray-light);
    padding: 2em 15px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    height: 100%;
}
.number {
    color:var(--color-primary);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.label {
    color: #333;
    font-size: 1.1rem;
}
.banner-image {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.banner-image img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 24px;
}
@media screen and (min-width: 1280px) {	
}
@media screen and (min-width: 801px) and (max-width: 1279px) {
	
}	
@media screen and (min-width: 1200px) and (max-width: 1279px) {	
}
@media screen and (max-width: 1199px) {
}	
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.logo-block {
    padding: 30px 20px;
}
.logo-icon:after {
    zoom: .7;
}	
}	
@media screen and (min-width: 801px) and (max-width: 1023px) {	
#adv-chiffres{
    display: none;
}	
}	
@media screen and (min-width: 801px) and (max-width: 960px) {
}	
@media screen and (min-width: 801px) and (max-width:870px) {	
}	
@media screen and (min-width:481px) and (max-width:800px) {
#adv-chiffres .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding: 0 6px;
}	
#adv-chiffres .bloc-4-5.row .bloc-4:first-of-type {
    padding-left: 0;
}		
#adv-chiffres .bloc-4-5.row .bloc-4:nth-of-type(4) {
    padding-right: 0;
}		
#adv-chiffres .bloc-4-5.row, #adv-chiffres .banner-image {
    margin-top: 12px;
}
#adv-chiffres .banner-image img {
    min-height: 120px;
	object-fit: cover;
}
#adv-chiffres .stat-box {
    justify-content: space-between;
}	
#adv-chiffres .label {
    font-size: 14px;
    line-height: 1.3;
}	
}
@media screen and (max-width:800px) {
}	
@media screen and (max-width:600px) {
}	
@media screen and (min-width:481px) and (max-width:600px) {
.number {
    font-size: 26px;
}	

}
@media screen and (max-width:480px) {
#adv-chiffres .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0 6px;
}	
#adv-chiffres .bloc-4:nth-child(even) {
    padding-right: 0;
}		
#adv-chiffres .bloc-4:nth-child(odd) {
    padding-left: 0;
}		
#adv-chiffres .row {
    row-gap: 12px;
}	
#adv-chiffres .banner-image {
    margin-top: 0;
}	
#adv-chiffres .banner-image img {
    min-height: 120px;
	object-fit: cover;
}	
#adv-chiffres .label {
    font-size: 14px;
    line-height: 1.3;
}
#adv-chiffres h3{
    font-size: 28px;
}	
#adv-chiffres h3 br:last-child{
    display: none;
}	
.logo-icon:after {
    zoom: 0.8;
}
.logo-block {
    padding: 30px 20px;
}	
}	


/* Section Batiment */
#batiment .container{
	border-radius: 24px;
}
#batiment h2{
	text-align: center;
	margin-bottom: 15px;
}
#map-container {
	position: relative;
	width: 100%;
	display: flex;
}
#map-container img {
    border-radius: 24px;
}
.map-marker {
	position: absolute;
	width:60px;
	height: 60px;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    border: 3px solid #fff;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;	
}
.map-marker.active{
	background: var(--color-secondary);
}
.map-marker:before, .map-marker:after {
	content:'';
	width: 24px;
	height: 3px;
	background-color: var(--color-white);
	border-radius: 20px;
	position: absolute;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.5s;
	top: 50%;
	left:50%;
	opacity: 1;
}
.map-marker:before {
        transform: translate(-50%, -50%) rotate(180deg);
}
.map-marker:after {
        transform: translate(-50%, -50%) rotate(90deg);
}
.popupmarker {
	display: none;
	position: absolute;
	background: white;
	padding: 20px 20px 16px;
	border-radius: 8px;
	z-index: 1000;
	max-width: 280px;
	box-shadow: 0 2px 6px 2px rgb(0 0 0 / 7%);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;	
}
.popupmarker .close {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;	
}
.popupmarker .close:hover {
    color: rgba(0, 0, 0, 0.25);
}
.popupmarker.fade-in {
	opacity: 1;
}
.popupmarker.fade-out {
	opacity: 0;
}
@media screen and (min-width: 1280px) {	
}
@media screen and (min-width: 801px) and (max-width: 1279px) {
}	
@media screen and (min-width: 1200px) and (max-width: 1279px) {	
}
@media screen and (max-width: 1024px) {
.map-marker {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
}	
.map-marker:before, .map-marker:after {
    width: 15px;
    height: 2px;
}	
.popupmarker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}
.popupmarker.fade-in {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}	
#map-container {
    display: flex;
}
#batiment h2 {
    margin-bottom: 10px;
}	
}	
@media screen and (min-width: 961px) and (max-width: 1199px) {
}	
@media screen and (min-width: 801px) and (max-width: 1199px) {	
}	
@media screen and (min-width: 801px) and (max-width: 960px) {
}	
@media screen and (min-width: 801px) and (max-width:870px) {	
}	
@media screen and (min-width:601px) and (max-width:800px) {
}
@media screen and (max-width:800px) {
	
}	
@media screen and (max-width:600px) {
}	
@media screen and (max-width:480px) {
.map-marker {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
}	
.map-marker:before, .map-marker:after {
    width: 12px;
    height: 1px;
}	
.popupmarker {
    max-width: 360px;
    width: 90%;
}	
#batiment .container{
    padding:20px 12px;
}		
}	

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    gap: 10px;
}
.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    border: none;
}
.pagination .page-numbers:hover {
    background-color: #000;
    color: #ffffff;
}
.pagination .page-numbers.current {
    background-color: #000;
    color: #ffffff;
}
.pagination a.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.pagination .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #000;
    font-weight: bold;
}
/* Pagination AJAX */
.ajax-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    gap: 10px;
	width:100%;
}
.ajax-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    background: none;
    cursor: pointer;
    padding: 0;
}
.ajax-pagination .prev,
.ajax-pagination .next {
    border: none;
}
.ajax-pagination .page-numbers:hover {
    background-color: #000;
    color: #ffffff;
}
.ajax-pagination .page-numbers.current {
    background-color: #000;
    color: #ffffff;
}
.ajax-pagination button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

#globe.sitemap .container{
	border-radius: 0;
}
#globe.sitemap #other_page .container{
	border-radius: 0 0 24px 24px;
}
@media screen and (max-width:800px) {
.ajax-pagination {
    margin: 10px auto 0;
}
}

/* BACK TO TOP */
#backtop {
    display: inline-block;
    background-color:var(--color-primary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index:98;
	border-radius: 8px;
    box-shadow: -1px 1px 5px #00000029;
}
#backtop svg {
    position: absolute;
    top: 50%;
    right: -50%; 
    width: 100%;
    height: 50%;
    transform: translate(-50%,-50%);
}
#backtop:hover {
	cursor: pointer;
	background-color: var(--color-secondary);
}
#backtop:active {
	background-color: #555;
}
#backtop.show {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 1200px) {
#backtop {
	margin: 30px;
}
}
@media (min-width: 1025px) {
#backtop {
    width: 50px;
    height: 50px;
}
#backtop::after {
	font-size: 2em;
	line-height: 50px;
}
}
@media (max-width: 1024px) {
#backtop {
    width: 40px;
    height: 40px;
}
#backtop::after {
	font-size: 1.5em;
	line-height: 40px;
}
}
@media (max-width: 480px) {
#backtop {
    bottom: 1em;
    right: 1em;
}
}