@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

*{
	padding:0px;
	border:0px;
	margin:0px;
}

html{
width:100%;
min-width:1000px;
scroll-behavior: smooth;
}

.main_width{
width:1000px;
margin:auto;
}


body{
font-family: 'Rubik', sans-serif;
font-weight:400;
background-color: white;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color:#3d3d3f;
line-height:25px;
font-size:17px;
margin-bottom:25px;
}

p.justify{
text-align: justify;
text-justify: inter-word;
}

h1{
color:#3d3d3f;
font-size: 40px;
font-weight: 500;
line-height: 52px;
margin-bottom:25px;
}

h2{
color:#3d3d3f;
font-size: 40px;
font-weight: 500;
line-height: 52px;
margin-bottom:25px;
}

.button{
display: inline-block;
text-decoration: none;
background-color: #64abb4;
padding: 9px 50px 9px 13px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: white;
position: relative;
}

.button:after{
content: "";
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
width: 27px;
height: 27px;
background-image: url(images/button-after.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
transition: all 0.4s;
}

.button:hover:after{
transform: translateY(-50%) translateX(-7px);
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
-webkit-appearance: none;
}

input, select, textarea{
-webkit-appearance: none;
}

p a{
color: #eb882d;
}
/*
.underline-orange, .underline-blue, .waves-blue, .waves-purple{
position: relative;
display: inline-block;
}

.underline-orange:before{
content: "";
position: absolute;
left: -4%;
width: 108%;
height: 35px;
bottom: -5px;
background-image: url(images/underline-orange.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}

.underline-blue:before{
content: "";
position: absolute;
left: -4%;
width: 108%;
height: 35px;
bottom: -2px;
background-image: url(images/underline-blue.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}

.waves-blue:before{
content: "";
position: absolute;
left: -1%;
width: 102%;
height: 12px;
bottom: -2px;
background-image: url(images/waves-blue.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}

.waves-purple:before{
content: "";
position: absolute;
left: -1%;
width: 102%;
height: 12px;
bottom: -2px;
background-image: url(images/waves-purple.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
*/
.underline-blue, .waves-blue{
color:#64abb4;
}
/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:30px;
text-align:center;
background-color:#64abb4;
}

#heading p{
	color: white;
}/* *********************** MENU *********************** */
#banner{position: relative;z-index: 100;}

#banner .menu_container{
	width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}

.menu{
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px 0 100px;
}

.menu .logo{
width: 250px;
}

.menu .logo img{
width: 100%;
height: auto;
}

#cssmenu{
width: auto;
}

.burger{
width: 100%;
}

#cssmenu ul{
list-style: none;
width: 100%;
display: flex;
justify-content: right;
}

#cssmenu ul:not(.important_menu){
	margin-top: -24px;
	transform: translateX(-7px);
}

#cssmenu ul.important_menu>li>a{
	text-transform: uppercase;
	color: #fff;
	padding: 0 9px 5px;
}

#cssmenu ul.important_menu>li>.link{
	text-transform: uppercase;
	color: #fff;
	padding: 0 9px 5px;
	text-decoration: none;
	transition: all 0.4s;
	position: relative;
	font-size: 14px;
}

#cssmenu ul a.small{
font-size: 12px;
text-transform: uppercase;
}

#cssmenu ul a{
text-decoration: none;
transition: all 0.4s;
position: relative;
padding: 0 9px 5px;
font-size: 14px;
}

/*
#cssmenu ul a.selected{
font-weight: 700;
}

#cssmenu ul li>a.selected:after, #cssmenu ul li>a:not(.psy-link):not(.partenaires-link):hover:after{
content:"";
width: 25px;
height: 5px;
border-radius: 3px;
background-color: #eb882d;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -5px;
}
*/
#cssmenu ul .psy-link{
font-size: 16px;
background-color: #64abb4;
border-radius: 20px;
padding: 4px 15px;
color: white;
position: absolute;
right: 139px;
top: -74px;
width: 163px;
text-transform: none !important;
}

#cssmenu ul .partenaires-link{
font-size: 16px;
background-color: #ebebeb;
border-radius: 20px;
padding: 4px 15px;
position: absolute;
right: 15px;
top: -74px;
text-transform: none !important;
}

#cssmenu ul .trouver-link{
font-size: 16px;
background-color: #8e44ad;
border-radius: 20px;
padding: 4px 15px;
color: white;
position: absolute;
right: -26px;
top: -74px;
width: 110px;
text-transform: none !important;
}

#cssmenu ul.important_menu{
	margin-top: 12px;
	position: absolute;
	background-color: #7e387e;
    padding: 10px 0;
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    top: 81px;
}

.menu-links{
display: none;
}

#cssmenu ul li{
position: relative;
}

#cssmenu ul li:last-of-type{
	position: unset;
}

#cssmenu .sub_menu{
height: 0;
width: 240px;
opacity: 0;
transition: all 0.4s;
position: absolute;
background-color: white;
text-align: left;
left: 2px;
bottom: -5px;
transform: translate(0, 100%);
overflow: hidden;
-webkit-box-shadow: 0px 0px 26px -11px rgb(0 0 0 / 50%);
-moz-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 26px -11px rgb(0 0 0 / 50%);
}

#cssmenu li:hover .sub_menu, #menu .sub_menu:hover {
height: unset;
opacity: 1;
}

#cssmenu .sub_menu a{
width: 100%;
display: block;
padding: 10px 10px;
box-sizing: border-box;
text-decoration: none;
margin: 0;
line-height: 25px;
font-size: 13px;
}
/*
#cssmenu .sub_menu a:first-of-type{
padding-left: 33px;
background-image: url(images/icon-group-menu.svg);
background-size: 18px;
background-repeat: no-repeat;
background-position: left 10px center;
}
*/
#cssmenu .sub_menu a:hover{
color: #eb882d;
}

#cssmenu .sub_menu a+a{
border-top: 1px solid #ebebeb;
}

/* *********************** WRAPPER *********************** */

/* *********************** PAGES *********************** */

/* ***** HOME ***** */
#home .c1{
	margin-top: -80px;
	height: 500px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden; 
}

#home video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transform: scale(1.02);
}

#home .c1 .h1-title{
position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
font-weight: 500;
font-size: 27px;
line-height: 32px;
width: 100%;
}

#home .c1 .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.3);
}

#home .c1 .title{
	position: absolute;
	left: 44px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
	pointer-events: none;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #5e5e60;
	cursor: pointer;
}

#home .c1 .title.active{
	top: -1px;
	left: 39px;
	transform: translateY(0);
	color: #d2d2d2;
	font-size: 13px;
	font-weight: 400;
}

#home .c1 select{        
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 16px 15px 16px 40px;
	border: 2px solid #eb882d;
	border-radius: 43px;
	box-sizing: border-box;
	cursor: pointer;
}

#home .c1 select option{   
  padding: 5px 10px;
}

#home .c1 .content:after{
	content: '';
	position: absolute;
	left: 14px;
	top: 16px;
	width: 20px;
	height: 20px;
	background-image: url(images/icon-search.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#home .c2{
margin: 55px 0 100px 0;
text-align: center;
}
/*
#home .c2 .image{
display: inline-block;
width: 32%;
vertical-align: middle;
position: relative;
}

#home .c2 .image img{
width: 100%;
height: auto;
}

#home .c2 .image:after{
content: "";
width: 150px;
height: 100px;
background-image: url(images/resme-reseau-de-sante-mentale-de-l-est-c2-after.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: -115px;
top: 60px;
}
*/
#home .c2 .content{
display: inline-block;
vertical-align: middle;
width: 45%;
margin-right: 9%;
text-align: left;
}

#home .c2 h2{
padding-bottom: 45px;
background-image: url(images/c2-title-background.svg);
background-size: 135px;
background-position: left bottom;
background-repeat: no-repeat;
}

#home .c2 .intro{
width: 45%;
display: inline-block;
padding: 30px 20px;
box-sizing: border-box;
border-radius: 17px;
border: 2px solid #eb882d;
text-align: center;
vertical-align: middle;
background-color: #fbfbfb;
}

#home .c2 .intro h1{
background: none;
padding-bottom: 0px;
margin-bottom: 25px;
font-size: 24px;
line-height: 29px;
}

#home .c2 .intro div{
width: 100%;
padding: 18px 20px;
box-sizing: border-box;
}

#home .c2 .intro div+div{
border-top: 1px solid #eb882d;
}

#home .c2 .intro p{
margin: 0;
}

#home .c2 .intro .title{
font-size: 19px;
line-height: 23px;
text-transform: uppercase;
font-weight: 500;
}

#home .c2 .intro .button{
	margin-top: 20px;
}

#home .c2.new-2025 .content{
display: inline-block;
vertical-align: middle;
width: 53%;
margin-right: 5%;
text-align: left;
}

#home .c2.new-2025 .content video{
    display: inline-block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 200px;
    margin-right: 25px;
    vertical-align: middle;
    margin-bottom: 40px;
}

#home .c2.new-2025 .content h1{
    font-size: 32px;
    line-height: 43px;
}

#home .c2.new-2025 .intro{
width: 41%;
}

#home .c3{
text-align: center;
margin: 100px auto 110px;
display: block;
list-style: none;
display: flex;
justify-content: space-between;
}

#home .c3 a{
width: 21%;
height: 210px;
background-image: url(images/home-c3-background.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
position: relative;
transition: all 0.4s;
}

#home .c3 a:hover{
	transform: scale(1.1);
}

#home .similes{
text-align: center;
margin-bottom: 120px;	
}

#home .c3 a span{
color: white;
position: absolute;
width: 76%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 15px;
line-height: 21px;
}

#home .c4{
text-align: center;
}

#home .c4 .item{
display: inline-block;
text-align: left;
text-decoration: none;
margin: 50px 1% 30px;
width: 30%;
vertical-align: top;
background-color: #fbfbfb;
padding: 20px 25px;
box-sizing: border-box;
border-radius: 17px;
border: 2px solid #eb882d;
transition: all 0.4s;
}

#home .c4 .item a{
	text-decoration: none;
}

#home .c4 .image{
width: 100%;
height: 350px;
position: relative;
overflow: hidden;
}

#home .c4 .image img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#home .c4 .date{
position: absolute;
right: 0;
bottom: 10px;
width: 120px;
height: 120px;
border-radius: 150px;
background-color: #ee882f;
text-align: center;
overflow: hidden;
border: 8px solid white;
}

#home .c4 .date .jour {
display: block;
font-size: 48px;
line-height: 54px;
font-weight: 600;
color: #ee882f;
text-shadow: 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white, 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
padding-top: 22px;
}

#home .c4 .date .jour+span {
text-transform: uppercase;
color: white;
font-weight: 600;
font-size: 13px;
display: block;
}

#home .c4 .content{
display: none;
}

#home .c4 .item:hover img{
transform: scale(1.1);
}

#home .c4 .item h2{
margin: 0 0 11px;
border: none;
font-size: 15px;
line-height: 20px;
position: relative;
min-height: 60px;
}

#home .c4 .content .button{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

#home .c4 .content .button{
margin-top: 30px;
}

#home .c4 a.button{
	display: block;
    width: fit-content;
    margin: 50px auto 0;
}

/* ***** Carrousel actualités ***** */
#home .c4 .news-carousel{
position: relative;
margin-top: 50px;
}

#home .c4 .news-viewport{
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
-ms-overflow-style: none;
scrollbar-width: none;
padding: 30px 0;
}

#home .c4 .news-viewport::-webkit-scrollbar{
display: none;
}

#home .c4 .news-track{
display: flex;
gap: 2%;
}

#home .c4 .news-track .item{
flex: 0 0 32%;
width: 32%;
max-width: 32%;
margin: 0;
scroll-snap-align: start;
display: block;
}

#home .c4 .news-arrow{
position: absolute;
top: 0;
z-index: 5;
width: 55px;
height: 100%;
border: none;
background-color: #ffffffbf;
color: #3d3d3f;
font-size: 26px;
line-height: 50px;
text-align: center;
cursor: pointer;
transition: all 0.4s;
}

#home .c4 .news-arrow:hover{
background-color: #ffffff;
}

#home .c4 .news-prev{
left: 0;
}

#home .c4 .news-next{
right: 0;
}

#home .c4 .news-arrow[hidden]{
display: none;
}

#home .c4 .news-track .item.item-all{
display: flex;
background-color: #ee882f;
border-color: #ee882f;
}

#home .c4 .news-track .item.item-all a{
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}

#home .c4 .news-track .item.item-all .all-content{
text-align: center;
}

#home .c4 .news-track .item.item-all h2{
color: #fff;
font-size: 20px;
line-height: 26px;
min-height: 0;
margin-bottom: 25px;
}

#home .c4 .news-track .item.item-all .button{
background-color: #fff;
color: #ee882f;
}

#home .c4 .evenement{
text-align: left;
width: 100%;
max-width: 100%;
margin: 50px auto 0;
display: flex;
flex-direction: row;
align-items: flex-start;
border: 2px solid #64abb4;
position: relative;
border-radius: 45px;
overflow: hidden;
align-items: stretch;
}

#home .c4 .evenement .date{
width: 200px;
text-align: center;
padding-top: 40px;
position: relative;
z-index: 2;
background-color: white;
height: unset;
border-radius: 0;
bottom: 0;
}

#home .c4 .evenement .date .finished{
font-size: 14px;
margin-bottom: 10px;
display: block;
background-color: #cc2e31;
color: white;
position: absolute;
top: 0;
left: -1px;
width: 201px;
z-index: -1;
padding: 5px 0;
text-transform: uppercase;
font-weight: 600;
}

#home .c4 .evenement .date .jour{
display: block;
font-size: 75px;
line-height: 65px;
margin-bottom: 5px;
font-weight: 600;
color: white;
text-shadow: 2px 0 #64abb4, -2px 0 #64abb4, 0 2px #64abb4, 0 -2px #64abb4, 1px 1px #64abb4, -1px -1px #64abb4, 1px -1px #64abb4, -1px 1px #64abb4;
}

#home .c4 .evenement .date .jour+span{
text-transform: uppercase;
color: #64abb4;
font-weight: 600;
font-size: 20px;
display: block;
}

#home .c4 .evenement .infos{
flex: 1;
background-color: #64abb4;
color: white;
padding: 40px 30px;
position: relative;
z-index: 1;
}

#home .c4 .evenement .infos:before{
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 120%;
height: 130px;
background-image: url(images/evenements-background.svg);
background-size: 100%;
background-position: bottom center;
background-repeat: no-repeat;
z-index: 0;
}

#home .c4 .evenement.background-2{
border: 2px solid #ebebeb;
}

#home .c4 .evenement.background-2 .infos{
background-color: #ebebeb;
}

#home .c4 .evenement.background-2 .infos:before{
background-image: url(images/evenements-background-2.svg);
}

#home .c4 .evenement.background-3{
border: 2px solid #843981;
}

#home .c4 .evenement.background-3 .infos{
background-color: #843981;
}

#home .c4 .evenement.background-3 .infos:before{
background-image: url(images/evenements-background-3.svg);
}

#home .c4 .evenement .infos h2{
margin: 0 0 20px;
border: none;
font-size: 30px;
line-height: 38px;
color: white;
z-index: 2;
position: relative;
}

#home .c4 .evenement .infos .organisation{
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
margin-bottom: 20px;
display: block;
margin-top: -15px;
}

#home .c4 .evenement .infos p{
color: white;
z-index: 2;
position: relative;
margin: 0;
}

#home .c4 .evenement .infos p+p{
margin-top: 25px;
}

#home .c4 .evenement .infos .date{
width: auto;
text-align: left;
background-color: transparent;
padding: 0;
}

#home .c4 .evenement .infos .button{
background-color: white;
color: #64abb4;
margin-top: 20px;
}

#home .c4 .evenement .infos .infos_content{
display: inline-block;
width: 68%;	
}

#home .c4 .evenement .infos .images{
display: inline-block;
width: 27%;
vertical-align: top;
margin: 0 0 0 4%;
z-index: 2;
position: relative;
}

#home .c4 .evenement .infos .images a{
display: block;
width: 100%;
margin: 0 auto 10px;
height: auto;
overflow: hidden;
}

#home .c4 .evenement .infos .images a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#home .c4 .evenement .infos .images a:hover img{
transform: scale(1.1);
}

#home .c4 .evenement .infos .pdfs{
width: 100%;
margin-top: 30px;
position: relative;
z-index: 2;
}

#home .c4 .evenement .infos .pdfs a {
display: block;
width: fit-content;
color: white;
text-decoration: underline;
padding-left: 35px;
background-image: url(images/icon-pdf.svg);
background-size: 20px;
background-position: 5px center;
background-repeat: no-repeat;
transition: all 0.4s;
}

#home .c4 .evenement .infos .pdfs a:hover {
background-position: 10px center;
}

#home .c4 .evenement .infos .pdfs a+a {
margin-top: 9px;
}

#home .c4+.c4{
	margin-top: 120px;
}

#home .c4>.button{
	margin-top: 50px;
}


#home .c4 #slider{
	display: block;
	width: 350px;
	height: auto;
	margin: 0 auto;
}

#home .c4 #slider .item a{
	display: unset;
	text-align: center;
	text-decoration: none;
	margin: unset;
	width: unset;
}

#home .c4 #slider .item{
	width: 100%;
}

#home .c4 #slider .item .image{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#home .c4 #slider .item .image img{
	border-radius: 0;
}

#home .c4 #slider .item .image:after{
	display: none;
}

#home .c4 #slider .item .content{
	width: 100%;
	text-align: left;
	margin: 0;
}

#home .c4 #slider .item .content h2{
	font-size: 22px;
	line-height: 28px;
}

#home .c4 #slider .item .content .button{
	margin: 0;
}

#home .c4 #slider .owl-nav button:first-of-type {
position: absolute;
left: -60px;
top: 50%;
transform: translateY(-107px);
font-size: 30px;
opacity: 0.6;
color: #fff;
background-color: #3d3d3f;
border-radius: 50px;
line-height: 30px;
width: 40px;
height: 40px;
}

#home .c4 #slider .owl-nav button:last-of-type {
position: absolute;
right: -60px;
top: 50%;
transform: translateY(-107px);
font-size: 30px;
opacity: 0.6;
color: #fff;
background-color: #3d3d3f;
border-radius: 50px;
line-height: 30px;
width: 40px;
height: 40px;
}

/* ***** SERVICES ***** */
#services .intro{
	text-align: center;
	margin: 20px 0 70px;
}

#services .content{
	width: 100%;
	margin: 0 auto;
}

#services .content .inline-1{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#services .content .inline-2{
	display: inline-block;
	width: 41%;
	margin-left: 7%;
	vertical-align: top;
}

#services .content .inline-2 img{
	margin: 0;
}

#services .content .inline-3{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

#services .content .inline-4{
	display: inline-block;
	width: 56%;
	margin-left: 3%;
	vertical-align: top;
}

#services .content h2{
	font-size: 32px;
	line-height: 38px;
	margin: 55px 0 20px;
}

#services .content h3{
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
	color: #3d3d3f;
	color: #64abb4;
}

#services .content p{
	text-align: justify;
}

#services .content p.demande-important{
	padding: 30px 20px;
	box-sizing: border-box;
	border-radius: 17px;
	border: 1px solid #eb882d;
	background-color: #fbfbfb;
}

#services .content p.small{
	font-size: 13px;
}

#services .content p.margin-top{
	margin-top: 50px;
}

#services.crse .split{
	text-align: center;
}

#services.crse .split .image{
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: auto;
	margin-right: 35px;
}

#services.crse .split .image img{
	width: 100%;
	height: auto;
	margin: 0;
}

#services.crse .split .content{
	display: inline-block;
	vertical-align: middle;
	width: fit-content;
	max-width: calc(100% - 170px);
	transform: translateY(12px);
	text-align: left;
}

#services .content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
}

#services .content thead {
    background: #f2f2f2;
}

#services .content thead th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

#services .content tbody td {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#services .content tbody tr:nth-child(even) {
    background: #fafafa;
}

#services .content tbody tr:hover {
    background: #feece1;
    transition: 0.2s;
}

#services .content td, #livraison th {
    vertical-align: middle;
}

#services .content th {
	font-size: 12px;
    font-weight: 600;
    color: #f39c12;
	text-transform: uppercase;
	padding: 10px;
	text-align: left;
}

#services .content table a{
	display: block;
	font-size: 13px;
}

#services .content table a+a{
	margin-top: 10px;
}

#services .content ul{
	list-style: none;
	margin: 20px 0 20px;
}

#services .content li{
	color: #64abb4;
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0;
}

#services .content img{
	width: 100%;
	height: auto;
	margin: 40px auto 25px;
}

.seances-de-groupes #services .content img{
	margin: 0 auto 30px;
}

#services .important-div{
background-color: #64abb4;
width: 90%;
padding: 20px 25px;
box-sizing: border-box;
margin: 50px auto;
border-radius: 20px;
}

#services .important-div .check-icon{
	padding-left: 30px;
	background-image: url(images/icon-check.svg);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

#services .content p.important-icon{
	padding-left: 30px;
	background-image: url(images/icon-important.svg);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

#services .important-div h2{
margin: 0 0 20px;
font-size: 26px;
color: #fff;
line-height: 33px;
}

#services .content .important-div li{
color: #fff;
}

#services .content .important-div p{
color: #fff;
}

#services .page-links{
	text-align: center;
}

#services .page-links a{
	display: inline-block;
	width: 42%;
	vertical-align: top;
	position: relative;
	border-radius: 20px;
	background-color: #ebebeb;
	box-sizing: border-box;
	text-align: left;
	margin: 0 1% 20px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.4s;
	overflow: hidden;
}

#services .page-links a.small{
	padding: 20px 30px;
}

#services .page-links a .image{
	display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

#services .page-links a:hover img{
	transform: scale(1.1);
}

#services .page-links a .image img{
	width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
	transition: all 0.4s;
}

#services .page-links a .title{
	padding: 18px 25px;
    text-align: left;
}

#services .split img{
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	margin-right: 5%;
}

#services .split .content{
	display: inline-block;
	vertical-align: middle;
	width: 52%;
}

#services .split .content+img{
	margin: 0 0 0 5%;
}

/* ***** TROUVER UN PSYCHOLOGUE ***** */

#trouver-un-psychologue .c1{
text-align: left;
display: inline-block;
width: 50%;
margin-right: 7%;
vertical-align: middle;
max-height: 470px;
overflow: hidden;
position: relative;
}

#trouver-un-psychologue .c1.open{
	max-height: unset;
}

#trouver-un-psychologue .c1:not(.open):after{
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: 100;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 4%, rgba(255,255,255,1) 68%);
}

#trouver-un-psychologue .c1:not(.open):before{
	content:'Lire plus';
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-decoration: underline;
	width: 100%;
	height: 20px;
	font-size: 15px;
	text-align: center;
	z-index: 101;
}

#trouver-un-psychologue h1{
margin-bottom: 40px;
}

#trouver-un-psychologue .c1 p{
max-width: 800px;
margin: 0 auto 25px;
}

#trouver-un-psychologue .c1 p+a{
display: block;
width: fit-content;
margin-bottom: 30px;
}

#trouver-un-psychologue .c1 a+a{
display: block;
width: fit-content;
}

#trouver-un-psychologue .c1 img{
width: 150px;
height: auto;
}

#trouver-un-psychologue .c1+.intro{
width: 42%;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}

#trouver-un-psychologue .c1+.intro .background-1{
padding: 25px 15px;
border: 1px solid #eb882d;
background-color: #fbfbfb;
border-radius: 17px;
text-align: center;
width: 100%;
height: auto;
box-sizing: border-box;
}

#trouver-un-psychologue .c1+.intro .background-2{
padding: 25px 15px;
background-color: #7e387e;
border-radius: 17px;
text-align: center;
width: 100%;
height: auto;
margin-top: 40px;
box-sizing: border-box;
}

#trouver-un-psychologue .c1+.intro .background-2 .button{
margin: 0 auto;
width: 250px;
max-width: 100%;
}

#trouver-un-psychologue .c1+.intro h2{
background: none;
padding-bottom: 0px;
margin-bottom: 0px;
font-size: 21px;
line-height: 29px;
}

#trouver-un-psychologue .c1+.intro .background-1 div{
width: 100%;
padding: 18px 20px;
box-sizing: border-box;
}

#trouver-un-psychologue .c1+.intro .background-1 div+div{
border-top: 3px solid #ffffff4a;
}

#trouver-un-psychologue .c1+.intro p{
color: white;
margin: 0;
}

#trouver-un-psychologue .c1+.intro .title{
font-size: 19px;
line-height: 23px;
text-transform: uppercase;
font-weight: 500;
}

#trouver-un-psychologue .c1+.intro .button{
	margin-top: 20px;
}

#trouver-un-psychologue .c2{
display: flex;
justify-content: flex-start;
margin-top: 60px;
}

#trouver-un-psychologue .c2 .filters{
width: 230px;
border-right: 1px solid #93939363;
border-top: 1px solid #93939363;
border-bottom: 1px solid #93939363;
padding-right: 25px;
box-sizing: border-box;
padding-bottom: 30px;
}

#trouver-un-psychologue .c2 .filters .form-part{
margin-top: 30px;
}

#trouver-un-psychologue .c2 .filters .form-part label{
display: block;
margin-bottom: 10px;
font-weight: 500;
font-size: 15px;
margin-left: 5px;
}

#trouver-un-psychologue .c2 .filters .form-part select{
display: block;
width: 100%;
border: 1px solid #64abb4;
padding: 7px 15px;
border-radius: 20px;
color: #5b5b5b;
background: transparent;
background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position: right 10px top 2px;
}

#trouver-un-psychologue .c2 .filters .multi-select-tags{
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 8px;
}

#trouver-un-psychologue .c2 .filters .multi-select-tag{
display: inline-flex;
align-items: center;
gap: 4px;
background-color: #64abb4;
color: white;
padding: 4px 10px;
border-radius: 20px;
font-size: 13px;
}

#trouver-un-psychologue .c2 .filters .multi-select-tag button{
background: none;
border: none;
color: white;
cursor: pointer;
font-size: 16px;
padding: 0;
line-height: 1;
font-weight: bold;
}

.reinitialisation-button{
background-color: #64abb4;
margin-top: 50px;
display: block;
width: 100%;
padding: 7px 15px;
border-radius: 20px;
box-sizing: border-box;
color: white;
text-decoration: none;
text-align: center;
}

#trouver-un-psychologue .c2 .psychologues_liste{
flex: 1;
text-align: left;
display: flex;
flex-wrap: wrap;
height: fit-content;
}

#trouver-un-psychologue .c2 .no-psy{
width: 100%;
text-align: center;
}

#trouver-un-psychologue .c2 .psychologue{
box-sizing: border-box;
width: calc( 100% / 3);
display: inline-block;
border-top: 1px solid #93939363;
border-bottom: 1px solid #93939363;
border-right: 1px solid #93939363;
position: relative;
min-height: 390px;
padding-bottom: 65px;
}

#trouver-un-psychologue .c2 .psychologue a{
	text-decoration: none;
}

#trouver-un-psychologue .c2 .psychologue .button{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	width: 125px;
}

#trouver-un-psychologue .c2 .psychologue .content{
transition: all 0.8s;
padding: 25px 15px;
opacity: 1;
}

#trouver-un-psychologue .c2 .psychologue:nth-of-type(3n-2){
border-left: 0;
}

#trouver-un-psychologue .c2 .psychologue:nth-of-type(3n){
border-right: 0;
}

#trouver-un-psychologue .c2 .psychologue:nth-of-type(n+4){
border-top: none;
}

#trouver-un-psychologue .c2 .psychologue .dispo{
width: 145px;
height: 145px;
margin: 0 auto 25px;
position: relative;
}

#trouver-un-psychologue .c2 .psychologue .image{
border-radius: 85px;
overflow: hidden;
width: 100%;
height: 100%;
}

#trouver-un-psychologue .c2 .psychologue .dispo:after{
content:"";
position: absolute;
top: -10px;
left: -10px;
background-color: transparent;
border: 1px solid #82ea53;
border-radius: 150px;
width: 165px;
height: 165px;
}

#trouver-un-psychologue .c2 .psychologue .dispo-2:after{
border: 1px solid #ff9f5a;
}

#trouver-un-psychologue .c2 .psychologue .dispo-3:after{
border: 1px solid #e85454;
}

#trouver-un-psychologue .c2 .psychologue .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#trouver-un-psychologue .c2 .psychologue .first-infos{
text-align: center;
}

#trouver-un-psychologue .c2 .psychologue .first-infos p{
margin-bottom: 0;
}

#trouver-un-psychologue .c2 .psychologue .first-infos .name{
font-size: 17px;
font-weight: 600;
}

#trouver-un-psychologue .c2 .psychologue .first-infos .type{
color: 5b5b5b;
opacity: 0.41;
font-size: 15px;
text-transform: uppercase;
}

#trouver-un-psychologue .c2 .psychologue .first-infos .localite{
background-position: left 4px;
background-size: 15px;
background-repeat: no-repeat;
font-size: 13px;
padding: 0 0 0 25px;
background-image: url(images/icon-localite.svg);
display: inline-block;
font-weight: 600;
}

#trouver-un-psychologue .c2 .psychologue .more-infos .first-infos .localite{
	line-height: 18px;
	margin-bottom: 10px;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo{
text-transform: uppercase;
margin-top: 15px;
font-size: 14px;
color: #82ea53;
padding-left: 20px;
position: relative;
display: inline-block;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo:after{
content: "";
width: 13px;
height: 13px;
background-color: #82ea53;
border-radius: 20px;
position: absolute;
left: 0;
top: 5px;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo.dispo-2{
color: #ff9f5a;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo.dispo-2:after{
background-color: #ff9f5a;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo.dispo-3{
color: #e85454;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo.dispo-3:after{
background-color: #e85454;
}

#trouver-un-psychologue .c3, #se-conventionner.c3{
border-radius: 45px;
background-image: url(images/trouver-c3-background.svg);
background-size: 100%;
background-position: bottom center;
background-repeat: no-repeat;
color: white;
padding: 40px 30px;
position: relative;
overflow: hidden;
margin-top: 120px;
}

#trouver-un-psychologue .c3+a, #se-conventionner.c3+a{
	margin: 50px auto 0;
	text-align: center;
	color: #eb882d;
	display: block;
	text-decoration: underline;
}

#trouver-un-psychologue .c3 .image, #se-conventionner.c3 .image{
display: inline-block;
width: 42%;
margin-right: 5%;
height: auto;
vertical-align: top;
z-index: 2;
}

#trouver-un-psychologue .c3 .image img, #se-conventionner.c3 .image img{
width: 100%;
height: auto;
}

#trouver-un-psychologue .c3 .content, #se-conventionner.c3 .content{
display: inline-block;
width: 52%;
vertical-align: top;
margin-top: 5px;
z-index: 2;
}

#trouver-un-psychologue .c3 h2, #se-conventionner.c3 h2{
color: white;
z-index: 1;
}

#se-conventionner.c3 p{
	color: #fff;
	text-align: justify;
}

#se-conventionner.c3 p a{
	color: #fff;
}

#trouver-un-psychologue .question{
background-color: white;
padding: 15px 60px 15px 25px;
border-radius: 23px;
margin-bottom: 20px;
position: relative;
cursor: pointer;
z-index: 5;
}

#trouver-un-psychologue .question:after{
content:"";
width: 34px;
height: 34px;
right: 10px;
top: 50%;
background-image: url(images/icon-open-question.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
position: absolute;
pointer-events: none;
transform: translateY(-50%) rotate(-90deg);
transition: all 0.4s;
}

#trouver-un-psychologue .question.open:after{
transform: translateY(-50%);
}

#trouver-un-psychologue .question p{
margin: 0;
}

#trouver-un-psychologue .response{
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.4s;
padding: 0 25px;
box-sizing: border-box;
transform: translateY(-50px);
}

#trouver-un-psychologue .response.open{
opacity: 1;
height: auto;
margin: 20px 0;
transform: translateY(0);
}

#trouver-un-psychologue .response p, #trouver-un-psychologue .response p a{
color: white;
}

#trouver-un-psychologue .response ul{
margin-bottom: 15px;
list-style: none;
}

#trouver-un-psychologue .response ul li{
padding-left: 25px;
position: relative;
margin-bottom: 10px;
}

#trouver-un-psychologue .response ul li:after{
content:"";
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 5px;
background-color: #eb882d;
border-radius: 10px;
}


/* ***** PSYCHOLOGUES ***** */

#wrapper>#psychologues{
	text-align: center;
}

#wrapper>#psychologues .intro .image{
	display: inline-block;
	vertical-align: top;
	width: 175px;
	height: 175px;
	position: relative;
}

#wrapper>#psychologues .intro .image:after{
	content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: transparent;
    border: 1px solid #64abb4;
    border-radius: 150px;
    width: 195px;
    height: 195px;
}

#wrapper>#psychologues .intro .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 200px;
	overflow: hidden;
}

#wrapper>#psychologues .intro .content{
	display: inline-block;
    width: 55%;
	vertical-align: top;
}

#wrapper>#psychologues .intro .image+.content{
    text-align: left;
	margin-left: 40px;
}

#wrapper>#psychologues .intro .content h1{
	margin: 20px 0 5px;
}

#wrapper>#psychologues .intro .content h1+p{
	text-transform: uppercase;
    font-size: 15px;
    color: #afafaf;
	margin: 0;
}

#wrapper>#psychologues .intro .content .info-dispo{
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0;
font-size: 14px;
color: #82ea53;
padding-left: 20px;
position: relative;
display: inline-block;
}

#wrapper>#psychologues .intro .content .info-dispo:after{
content: "";
width: 13px;
height: 13px;
background-color: #82ea53;
border-radius: 20px;
position: absolute;
left: 1px;
top: 5px;
}

#wrapper>#psychologues .intro .content .info-dispo.dispo-2{
color: #ff9f5a;
}

#wrapper>#psychologues .intro .content .info-dispo.dispo-2:after{
background-color: #ff9f5a;
}

#wrapper>#psychologues .intro .content .info-dispo.dispo-3{
color: #e85454;
}

#wrapper>#psychologues .intro .content .info-dispo.dispo-3:after{
background-color: #e85454;
}

#wrapper>#psychologues .intro+h2{
margin-top: 50px;
}

#wrapper>#psychologues .adresses{
margin-top: 30px;
display: flex;
justify-content: center;
align-items: flex-start;
}

#wrapper>#psychologues .adresses>div{
}

#wrapper>#psychologues .adresses .localite{
background-position: left 4px;
background-size: 15px;
background-repeat: no-repeat;
font-size: 15px;
padding: 0 0 0 25px;
background-image: url(images/icon-localite.svg);
display: inline-block;
font-weight: 600;
margin: 10px 0;
}

#wrapper>#psychologues .adresses>div+div{
border-left: 1px solid #3d3d3f;
}

#wrapper>#psychologues .adresses>div+div{
border-left: 1px solid #3d3d3f;
}

#wrapper>#psychologues .links{
margin-top: 50px;
}

#wrapper>#psychologues .links a{
display: block;
width: fit-content;
margin: 0 auto;
background-position: left 2px;
background-size: 16px;
background-repeat: no-repeat;
padding: 0 0 0 21px;
text-decoration: underline;
}

#wrapper>#psychologues .links a+a{
	margin-top: 20px;
}

#wrapper>#psychologues .links a.tel{
background-image: url(images/icon-phone-black.svg);
}

#wrapper>#psychologues .links a.mail{
background-image: url(images/icon-mail-black.svg);
}

#wrapper>#psychologues .links a.url{
background-image: url(images/icon-url-black.svg);
}

#wrapper>#psychologues .description{
margin-top: 50px;
}

#wrapper>#psychologues h2{
font-size: 30px;
line-height: 37px;
}

#wrapper>#psychologues .description p{
margin: 0 auto;
max-width: 650px;
text-align: justify;
}

#wrapper>#psychologues .button{
margin-top: 50px;
}

/* ***** NEWS ***** */
#news .intro{
text-align: center;
margin-bottom: 80px;
}

#news .intro h1{
margin-bottom: 50px;
}

#news .c1 {
text-align: center;
}

#news .c1 a{
display: block;
text-align: left;
text-decoration: none;
margin: 0 auto;
width: 100%;
max-width: 900px;
}

#news .c1 a+a{
margin-top: 75px;
}

#news .c1 .image_date{
display: inline-block;
width: 320px;
height: 270px;
position: relative;
vertical-align: middle;
}

#news .c1 .image{
width: 270px;
height: 270px;
position: relative;
}

#news .c1 .image:after{
content:"";
width: 306px;
height: 306px;
position: absolute;
left: -18px;
top: -18px;
background-color: transparent;
border: 1px solid #93939363;
border-radius: 200px;
}

#news .c1 .image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 150px;
}

#news .c1 .date{
position: absolute;
right: 0;
bottom: 10px;
width: 120px;
height: 120px;
border-radius: 150px;
background-color: #ee882f;
text-align: center;
overflow: hidden;
border: 8px solid white;
}

#news .c1 .date .jour {
display: block;
font-size: 48px;
line-height: 54px;
font-weight: 600;
color: #ee882f;
text-shadow: 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white, 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
padding-top: 22px;
}

#news .c1 .date .jour+span {
text-transform: uppercase;
color: white;
font-weight: 600;
font-size: 13px;
display: block;
}

#news .c1 .content{
width: calc(100% - 380px);
display: inline-block;
margin-left: 40px;
vertical-align: middle;
}

#news .c1 .content h2{
margin: 0 0 20px;
border: none;
font-size: 30px;
line-height: 38px;
position: relative;
}

#news .c1 .content .short_description{
display: block;
}

#news .c1 .content .button{
margin-top: 30px;
}

#news .microdata{
display: none;
}

#news .c2{
text-align: center;
}

#news .c2 .c2_c1{
display: inline-block;
width: 48%;
margin-right: 3%;
vertical-align: top;
text-align: left;
}

#news .c2 h1{
margin-bottom: 0;
}

#news .c2 p.date{
color: #eb882d;
text-transform: uppercase;
font-size: 15px;
}

#news .c2 .content{
margin-bottom: 50px;
}

#news .c2 .c2_c2{
display: inline-block;
width: 48%;
vertical-align: top;
}

#news .c2 .c2_c2>.photo{
width: 100%;
height: auto;
border-radius: 40px;
overflow: hidden;
}

#news .c2 .c2_c2>.photo img{
width: 100%;
height: 100%;
object-fit: cover;
}

#news .c2 .c2_c2 .demo-gallery{
display: flex;
flex-wrap: wrap;
margin-top: 30px;
justify-content: flex-start;
}

#news .c2 .c2_c2 .demo-gallery a{
width: 28%;
margin: 0 2% 30px;
height: 105px;
overflow: hidden;
border-radius: 20px;
}

#news .c2 .c2_c2 .demo-gallery a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#news .c2 .c2_c2 .demo-gallery a:hover img{
transform: scale(1.1);
}

#news .c2 .pdfs{
margin-bottom: 50px;
}

#news .c2 .pdfs a{
display: block;
width: 100%;
max-width: 235px;
margin: 0;
background-color: #64abb4;
color: white;
padding: 12px;
box-sizing: border-box;
transition: all 0.4s;
border-radius: 15px;
text-align: center;
text-decoration: none;
}

#news .c2 .pdfs a+a{
margin-top: 15px;
}

#news .c2 .pdfs a .title{
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
display: block;
}

#news .c2 .pdfs a .download{
font-size: 14px;
opacity: 0.7;
}

#news .c2 .pdfs a:hover{
text-decoration: none;
transform: scale(1.1);
}

#news .c2 .items_nav{
margin-top: 50px;
}

#news .c2 .items_nav .prev{
padding: 9px 13px 9px 50px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

#news .c2 .items_nav .prev:after{
transform: translateY(-50%)  rotate(180deg);
left: 7px;
right: unset;
}

#news .c2 .items_nav .prev:hover:after{
transform: translateY(-50%) translateX(7px) rotate(180deg);
}

#news .c2 .items_nav .prev+.next{
margin-left: 30px;
}

#news .c2 .related{
margin-top: 80px;
}

#news .c2 .related h2{
font-size: 34px;
line-height: 43px;
}

#news .c2 .related a{
display: block;
text-align: left;
text-decoration: none;
margin: 0 auto;
width: 100%;
max-width: 900px;
margin-top: 70px;
}

#news .c2 .related a+a{
margin-top: 75px;
}

#news .c2 .related .image_date{
display: inline-block;
width: 320px;
height: 270px;
position: relative;
vertical-align: middle;
}

#news .c2 .related .image{
width: 270px;
height: 270px;
position: relative;
}

#news .c2 .related .image:after{
content:"";
width: 306px;
height: 306px;
position: absolute;
left: -18px;
top: -18px;
background-color: transparent;
border: 1px solid #93939363;
border-radius: 200px;
}

#news .c2 .related .image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 150px;
}

#news .c2 .related .date{
position: absolute;
right: 0;
bottom: 10px;
width: 120px;
height: 120px;
border-radius: 150px;
background-color: #ee882f;
text-align: center;
overflow: hidden;
border: 8px solid white;
}

#news .c2 .related .date .jour {
display: block;
font-size: 48px;
line-height: 54px;
font-weight: 600;
color: #ee882f;
text-shadow: 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white, 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
padding-top: 22px;
}

#news .c2 .related .date .jour+span {
text-transform: uppercase;
color: white;
font-weight: 600;
font-size: 13px;
display: block;
}

#news .c2 .related .content{
width: calc(100% - 380px);
display: inline-block;
margin-left: 40px;
vertical-align: middle;
}

#news .c2 .related .content h2{
margin: 0 0 20px;
border: none;
font-size: 30px;
line-height: 38px;
position: relative;
}

#news .c2 .related .content .short_description{
display: block;
}

#news .c2 .related .content .button{
margin-top: 30px;
}

/* ***** AGENDA ***** */
#agenda .c1{
text-align: center;
}

#agenda h1 {
margin-bottom: 50px;
}

#agenda.seances-de-groupes h1{
text-align: center;
}

#agenda .c1 p {
max-width: 800px;
margin: 0 auto 25px;
}

#agenda .no-agenda{
text-align: center;
margin-top: 120px;
}

#agenda .c2{
margin-top: 50px;
text-align: center;
}

#agenda .c2 .evenement{
text-align: left;
width: 100%;
max-width: 100%;
margin: 50px auto 0;
display: flex;
flex-direction: row;
align-items: flex-start;
border: 2px solid #64abb4;
position: relative;
border-radius: 45px;
overflow: hidden;
align-items: stretch;
box-sizing: border-box;
}

#agenda .c2 .evenement .date{
width: 200px;
text-align: center;
padding-top: 40px;
position: relative;
z-index: 2;
background-color: white;
}

#agenda .c2 .evenement .date .finished{
font-size: 14px;
margin-bottom: 10px;
display: block;
background-color: #cc2e31;
color: white;
position: absolute;
top: 0;
left: -1px;
width: 201px;
z-index: -1;
padding: 5px 0;
text-transform: uppercase;
font-weight: 600;
}

#agenda .c2 .evenement .date .jour{
display: block;
font-size: 75px;
line-height: 65px;
margin-bottom: 5px;
font-weight: 600;
color: white;
text-shadow: 2px 0 #64abb4, -2px 0 #64abb4, 0 2px #64abb4, 0 -2px #64abb4, 1px 1px #64abb4, -1px -1px #64abb4, 1px -1px #64abb4, -1px 1px #64abb4;
}

#agenda .c2 .evenement .date .jour+span{
text-transform: uppercase;
color: #64abb4;
font-weight: 600;
font-size: 20px;
display: block;
}

#agenda .c2 .evenement .infos{
flex: 1;
background-color: #64abb4;
color: white;
padding: 40px 30px;
position: relative;
z-index: 1;
}

#agenda .c2 .evenement .infos:before{
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 120%;
height: 130px;
background-image: url(images/evenements-background.svg);
background-size: 100%;
background-position: bottom center;
background-repeat: no-repeat;
z-index: 0;
}

#agenda .c2 .evenement.background-2{
border: 2px solid #ebebeb;
}

#agenda .c2 .evenement.background-2 .infos{
background-color: #ebebeb;
}

#agenda .c2 .evenement.background-2 .infos .organisation, #agenda .c2 .evenement.background-2 .infos h2{
	color: #3d3d3f;
}

#agenda .c2 .evenement.background-2 .infos:before{
background-image: url(images/evenements-background-2.svg);
}

#agenda .c2 .evenement.background-3{
border: 2px solid #843981;
}

#agenda .c2 .evenement.background-3 .infos{
background-color: #843981;
}

#agenda .c2 .evenement.background-3 .infos h2, #agenda .c2 .evenement.background-3 .infos p{
	color: #fff;
}

#agenda .c2 .evenement.background-3 .infos:before{
background-image: url(images/evenements-background-3.svg);
}

#agenda .c2 .evenement .infos h2{
margin: 0 0 20px;
border: none;
font-size: 30px;
line-height: 38px;
z-index: 2;
position: relative;
color: #fff;
}

#agenda .c2 .evenement .infos .organisation{
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
margin-bottom: 20px;
display: block;
margin-top: -15px;
}

#agenda .c2 .evenement .infos p{
z-index: 2;
position: relative;
margin: 0;
color: #fff;
}

#agenda .c2 .evenement.background-2 .infos p{
color: #3d3d3f;
}

#agenda .c2 .evenement .infos p+p{
margin-top: 25px;
}

#agenda .c2 .evenement .infos .date{
width: auto;
text-align: left;
background-color: transparent;
padding: 0;
}

#agenda .c2 .evenement .infos .button{
margin-top: 20px;
}

#agenda .c2 .evenement .infos .infos_content{
display: inline-block;
width: 68%;	
}

#agenda .c2 .evenement .infos .images{
display: inline-block;
width: 27%;
vertical-align: top;
margin: 0 0 0 4%;
z-index: 2;
position: relative;
}

#agenda .c2 .evenement .infos .images a{
display: block;
width: 100%;
margin: 0 auto 10px;
height: auto;
overflow: hidden;
}

#agenda .c2 .evenement .infos .images a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#agenda .c2 .evenement .infos .images a:hover img{
transform: scale(1.1);
}

#agenda .c2 .evenement .infos .pdfs{
width: 100%;
margin-top: 30px;
position: relative;
z-index: 2;
}

#agenda .c2 .evenement .infos .pdfs a {
display: block;
width: fit-content;
color: white;
text-decoration: underline;
padding-left: 35px;
background-image: url(images/icon-pdf.svg);
background-size: 20px;
background-position: 5px center;
background-repeat: no-repeat;
transition: all 0.4s;
}

#agenda .c2 .evenement .infos .pdfs a:hover {
background-position: 10px center;
}

#agenda .c2 .evenement .infos .pdfs a+a {
margin-top: 9px;
}

#agenda.seances-de-groupes .c2 .evenement{
box-sizing: border-box;
}

#agenda.seances-de-groupes .c2 .evenement .infos h2{
display: inline-block;
margin: 0;
vertical-align: middle;
}

#agenda.seances-de-groupes .c2 .evenement .infos .cat, #agenda.seances-de-groupes .c2 .evenement .infos .lieu, #agenda.seances-de-groupes .c2 .evenement .infos .contact{
display: block;
width: fit-content;
margin: 10px 0 0;
vertical-align: middle;
background-color: white;
color: #64abb4;
font-size: 15px;
line-height: 19px;
padding: 4px 7px;
border-radius: 5px;
}

#agenda.seances-de-groupes .c2 .evenement .infos{
padding: 20px 30px;
width: 70%;
box-sizing: border-box;
}

#agenda.seances-de-groupes .c2 .evenement .infos:before{
display: none;
}

#agenda.seances-de-groupes .c2 .evenement .demo-gallery{
background-color: #64abb4;
text-align: center;
padding: 20px 30px 20px 0;
width: 29%;
box-sizing: border-box;
}

#agenda.seances-de-groupes .c2 .evenement .demo-gallery a{
width: 100%;
display: block;
}

#agenda.seances-de-groupes .c2 .evenement .demo-gallery a img{
width: 100%;
height: auto;
}

#agenda.seances-de-groupes .c2 .evenement .infos p+p{
margin-top: 11px;
}

#agenda.seances-de-groupes .c2 .evenement .demo-gallery a+a{
margin-top: 30px;
}

#agenda #services .c2{
	width: 100%;
	margin: 0;
	margin-top: 50px;
}

#agenda #services .inline-4 .c2{
	margin: 0;
}

#agenda.informations-psychologues .c1 .content{
display: inline-block;
width: 50%;
text-align: justify;
vertical-align: top;
}

#agenda.informations-psychologues .c1 .image{
display: inline-block;
width: 40%;
margin-left: 5%;
overflow: hidden;
vertical-align: top;
}

#agenda.informations-psychologues .c1 .image img{
width: 100%;
height: auto;
}

#agenda.seances-de-groupes .c1{
display: inline-block;
width: 36%;
text-align: left;
vertical-align: top;
}

#agenda.seances-de-groupes.informations-psychologues .c1{
width: 100%;
}

#agenda.seances-de-groupes .c1 h1{
	text-align: left;
}

#agenda.seances-de-groupes .c1 p{
	text-align: justify;
}

#agenda.seances-de-groupes .c2{
display: inline-block;
width: 56%;
margin: 0px 0 0 5%;
vertical-align: top;
}

#agenda.seances-de-groupes.informations-psychologues .c2{
	width: 100%;
	margin: 100px 0 0;
}

#agenda.seances-de-groupes:not(.informations-psychologues) .c2 .evenement{
	display: none;
}

#agenda.seances-de-groupes .c2 .evenement.visible{
	display: flex;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 950px;
	max-width: 90%;
	height: auto;
	max-height: 90vh;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	z-index: 1000;
	margin: 0;
	border-radius: 13px;
	background-color: #fbfbfb;
	border: 1px solid #eb882d;
}

#agenda.seances-de-groupes .c2 .evenement.visible p{
	color: #3d3d3f;
}

#agenda.seances-de-groupes .c2 .evenement h2.dark{
	color: #3d3d3f;
}

#agenda.seances-de-groupes .c2 .evenement .pdfs a.dark{
	color: #3d3d3f;
	background-image: url(images/icon-pdf-dark.svg);
}

#agenda.seances-de-groupes .c2 .evenement.visible .infos, #agenda.seances-de-groupes .c2 .evenement.visible .demo-gallery{
	background-color: #fbfbfb;
}

#agenda.seances-de-groupes.more-infos-visible .close-button{
	position: fixed;
    width: 30px;
    height: 30px;
    background-image: url(images/common/close.svg);
    right: 30px;
    top: 30px;
    z-index: 1001;
    cursor: pointer;
}

#agenda.seances-de-groupes .c2 .evenement-intro{
display: block;
  width: 100%;
  position: relative;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 1% 20px;
  border-radius: 13px;
  background-color: #fbfbfb;
  border: 1px solid #eb882d;
  cursor: pointer;
}

#agenda.seances-de-groupes .c2 .evenement-intro{
	max-width: 750px;
	margin: 0 auto 20px;
	transition: all 0.4s;
}

#agenda.seances-de-groupes .c2 .evenement-intro:hover{
	transform: scale(1.05);
}

#agenda.seances-de-groupes .c2 .evenement-intro h2{
	font-size: 18px;
  	line-height: 23px;
  	margin: 0;
 	 display: flex;
	align-items: flex-start;
 	 gap: 8px;
}

#agenda.seances-de-groupes .c2 .evenement-intro h2 .info-icon{
  	flex: 0 0 auto;
	color: #eb882d;
	margin-top: 1px;
}

#agenda.seances-de-groupes .c2 .evenement-intro.background-3 h2 .info-icon{
  color: #fff;
}

#agenda.seances-de-groupes .c2 .evenement-intro p{
	font-size: 14px;
    line-height: 17px;
    margin: 10px 0 0;
	word-break: break-word;
	hyphens: auto;
}

#agenda.seances-de-groupes .c2 .evenement-intro .button-container{
	text-align: left;
	margin-top: 10px;
}

#agenda.seances-de-groupes .c2 .evenement-intro .button-container .button{
	margin: 0 auto;
	cursor: pointer;
}

#agenda.seances-de-groupes .c2 .evenement-intro.background-2{
background-color: #ebebeb;
}

#agenda.seances-de-groupes .c2 .evenement-intro.background-3{
background-color: #843981;
}

#agenda.seances-de-groupes .c2 .popup-background{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

#agenda.seances-de-groupes.more-infos-visible .c2 .visible+.popup-background{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #808080a1;
	z-index: 999;
}

/* ***** CONTACT ***** */

#contact{
text-align:center;
}

#contact .main_width{
padding-bottom:100px;
}


#contact .c1{
display:inline-block;
vertical-align:top;
width:39%;
margin-right:5%;
text-align:left;
}

#contact .c1 h1{
margin-bottom: 30px;
}

#contact .c1 p span.head{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
color: #64abb4;
}

#contact .c1 p span.head_sup{
display:block;
width:100%;
font-size:15px;
line-height:14px;
text-transform:uppercase;
color: #ec882f;
}

#contact .c1 p.small{
font-size:13px;
line-height:17px;
margin-top: -17px;
}

#contact .c1 .microdata{
display:none;
}

#contact .c1 .nom{
display:none;
}

#contact .c1 a{
color: unset;
}

#contact .person{
margin-bottom: 35px;
}

#contact .person span{
display:block;
margin-bottom: 8px;
}

#contact .person .head{
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
margin: 0;
}

#contact .person .job{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
color: #64abb4;
}

#contact .c2{
display:inline-block;
vertical-align:top;
width:47%;
text-align:left;
}

#contact .c2 iframe{
width:100%;
height:320px;
}

#contact .map{
width:100%;
height:390px;
}


/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#legal .main_width{
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:100%;
max-width:600px;
box-sizing:border-box;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
	text-align:center;
background-position:bottom center;
margin-bottom:73px;
}


/* *********************** FOOTER *********************** */

#footer{
width:100%;
text-align:center;
margin-top: 120px;
border-top: 1px solid #93939363;
padding-top: 50px;
}

#footer .logo{
width: 300px;
height: auto;
margin: 0 auto 40px;
display: block
}

#footer .logo img{
width: 100%;
height: auto;
}

#footer .title{
font-weight: 700;
margin-bottom: 25px;
font-size: 18px;
}

#footer .c1{
display: block;
width: 100%;
text-align: center;
margin: 0 0 60px;
}

#footer .c1 .item{
padding-top:18px;	
}

#footer .c1 a{
display: block;
width: fit-content;
text-decoration: none;
background-position: left 4px;
background-size: 15px;
background-repeat: no-repeat;
font-size: 15px;
padding: 3px 0px 0px 30px;
margin: 0 auto 10px;
}

#footer .c1 a.maison{
background-image: url(images/icon-address.svg);
}

#footer .c1 a.phone{
background-image: url(images/icon-phone.svg);
}

#footer .c1 a.mail{
background-image: url(images/icon-mail.svg);
}

#footer .c1 .person{
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
margin: 20px 0 0;
display: block;
color: #3d3d3f;
}

#footer .c1 .job{
display: block;
width: 100%;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
color: #64abb4;
}

#footer .c2{
display: block;
width: 100%;
text-align: center;
}

#footer .c2+.c2{
	margin-top: 30px;
}

#footer .c2 a{
display: inline-block;
margin: 0 20px 20px;
vertical-align: middle;
}

#footer .c2 a img{
width: auto;
height: 48px;
}

#footer .c1+.c2 a:nth-of-type(1) img{
width: auto;
height: 30px;
}

#footer .c1+.c2 a:nth-of-type(3) img{
width: auto;
height: 50px;
}

#footer .c1+.c2 a:nth-of-type(5) img{
width: auto;
height: 55px;
}

#footer .main_width+a img{
	width: 100px;
	height: auto;
	margin-top: 30px;
}

#footer .c2+.c2 img{
	width: auto;
	height: 55px;
}

#footer .last_connect{
font-size: 14px;
margin: 60px 0 30px;
}

#footer p.copyright{
font-size: 14px;
margin: 0;
padding: 60px 0px 50px;
text-align: center;
position: relative;
}

#footer p.last_connect+p.copyright{
padding: 0 0 50px;
}

#footer p.copyright a{
color: #3d3d3f;
}

#footer p.copyright a:last-of-type{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 20px;
}

#footer .copyright a img{
display: inline-block;
width: 94px;
margin-left: 10px;
height: auto;
}

/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}