@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:750px;
scroll-behavior: smooth;
}

.main_width{
width:750px;
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: 50px;
font-weight: 500;
line-height: 66px;
margin-bottom:25px;
}

h2{
color:#3d3d3f;
font-size: 50px;
font-weight: 500;
line-height: 66px;
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 *********************** */
.menu{
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px 0 70px;
}

.menu .logo{
width: 250px;
}

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

#cssmenu{
}

.burger{
width: 100%;
}

#cssmenu ul a{
text-decoration: none;
transition: all 0.4s;
position: relative;
}

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

#cssmenu ul .psy-link{
color: white;
font-size: 16px;
background-color: #64abb4;
border-radius: 20px;
padding: 7px 15px;
color: white;
display: inline-block;
margin-left: 18px;
line-height: 26px;
margin-top: 30px;
}

#cssmenu ul .partenaires-link{
color: white;
font-size: 16px;
background-color: #eb882d;
border-radius: 20px;
padding: 7px 15px;
color: white;
display: inline-block;
margin-left: 18px;
line-height: 26px;
margin-top: 20px;
margin-bottom: 40px;
}

.menu-links{
display: block;
cursor: pointer;
}

.menu-links.open{
text-transform: uppercase;
font-size: 18px;
}

.menu-links.open img{
width: 25px;
height: 25px;
transform: translateY(5px);
margin-right: 9px;
}

.menu-links.close{
padding: 20px 0 0 20px;
}

.menu-links.close img{
width: 20px; 
height: 20px;
}

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
background-color: white;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: auto;
z-index: 100;
}

.burger.open{
right: 0;
}

.burger li:hover > ul{
display: none;
}

.burger li:hover > ul li{
margin-bottom: 3px;
}

.burger li:hover > ul li:last-of-type{
margin-bottom: 0;
}

.burger li:hover > ul a{
padding: 0 20px;
}

.burger ul {
    text-align: left;
	padding: 25px 0 25px;
}

.burger ul li > a, .burger .sub_menu a{
    font-weight: 500;
    line-height: 64px;
    display: block;
    position: relative;
    color: #000;
    padding: 0 20px;
    font-size: 21px;
	text-decoration: none;
}
.burger ul  li > a:after, .burger .sub_menu a:hover{
    content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 50px;
	top: 18px;
	opacity: 0;
	transition: all 0.4s;
}
.burger ul li > a:hover:after, .burger .sub_menu a:hover:after{
	right: 20px;
	opacity: 1;
}
.burger ul li > a.selected, .burger ul li > a:hover , .burger .sub_menu a.selected, .burger .sub_menu a:hover{
    color: white;
    background: #64abb4; 
} 
.burger ul li > a:hover, .burger .sub_menu a:hover{
	color: white;
    background: #64abb4; 
}

.burger .sub_menu a .sub_title{
	display: none;
}

.burger .has_sub>.title{
	display: none;
}

.burger .sub_menu a .title{
	display: block;
}

#cssmenu .sub_menu{
	display: none;
}

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

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

/* ***** HOME ***** */
#home .c1{
text-align: center;
position: relative;
}

/*
#home .c1 .content{
display: inline-block;
width: 40%;
vertical-align: top;
margin-right: 9%;
margin-top: 110px;
}
*/
#home .c1 .content{
vertical-align: middle;
display: block;
width: 100%;
margin: 0 auto 20px;
max-width: 550px;
text-align: left;
}

#home .c1 .content h1{
}

#home .c1 .content .button{
margin-top: 10px;
}

/*
#home .c1 .images{
display: inline-block;
width: 50%;
vertical-align: top;
transform: rotate(10deg) translateX(45px);
transform-origin: top right;
}

#home .c1 .images .grid{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-gap: 20px;
}

#home .c1 .images .grid div:nth-of-type(1){
transform: translateY(40px);
}

#home .c1 .images .grid div:nth-of-type(3){
transform: translateY(-25px);
}
*/

#home .c1 .image{
display: inline-block;
border-radius: 1000px;
border: 1px solid #dfdfdf;
width: 320px;
position: relative;
height: 320px;
margin: 0 auto;
}

#home .c1 .image>div{    
position: absolute;
left: 50%;
top: 50%;
width: 300px;
height: 300px;
border-radius: 300px;
overflow: hidden;
transform: translate(-50%, -50%);
}

#home .c1 .image video{    
width: 100%;
height: 100%;
object-fit: cover;
}

/*
#home .c1 .intro{
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
padding: 20px 20px;
box-sizing: border-box;
background-color: #eb882d;
border-radius: 30px;
display: flex;
justify-content: space-between;
text-align: center;
}
*/
/*
#home .c1 .intro{
margin-top: 100px;
width: 100%;
padding: 20px 20px;
box-sizing: border-box;
background-color: #eb882d;
border-radius: 30px;
display: flex;
justify-content: space-between;
text-align: center;
}

#home .c1 .intro div{
width: 33%;
padding: 20px 30px;
box-sizing: border-box;
}

#home .c1 .intro div+div{
border-left: 3px solid #ffffff4a;
}

#home .c1 .intro p{
color: white;
margin: 0;
}

#home .c1 .intro .title{
margin-bottom: 15px;
font-size: 35px;
text-transform: uppercase;
font-weight: 500;
}
*/
#home .c2{
margin: 100px 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{
vertical-align: middle;
width: 45%;
text-align: left;
display: block;
width: 100%;
max-width: 650px;
margin: 0 auto 50px;
}

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

#home .c2 .intro{
width: 100%;
max-width: 550px;
display: inline-block;
padding: 30px 20px;
box-sizing: border-box;
background-color: #eb882d;
border-radius: 30px;
text-align: center;
vertical-align: middle;
}

#home .c2 .intro h2{
background: none;
padding-bottom: 0px;
margin-bottom: 25px;
font-size: 27px;
line-height: 32px;
color: white;
}

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

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

#home .c2 .intro p{
color: white;
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 .c3{
text-align: center;
margin: 70px auto 150px;
}

#home .c3 ul{
margin-top: 50px;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#home .c3 li{
width: 36%;
height: 310px;
margin: 0 2%;
background-image: url(images/home-c3-background.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
/*
#home .c3 li:nth-of-type(1):after{
content: "1";
background-color: #64abb4;
border: 8px solid white;
padding: 9px 22px;
border-radius: 50px;
position: absolute;
top: -15px;
right: 10px;
font-size: 40px;
font-weight: 600;
color: white;
}

#home .c3 li:nth-of-type(2):after{
content: "2";
background-color: #64abb4;
border: 8px solid white;
padding: 9px 20px;
border-radius: 50px;
position: absolute;
bottom: -15px;
right: 10px;
font-size: 40px;
font-weight: 600;
color: white;
}

#home .c3 li:nth-of-type(3):after{
content: "3";
background-color: #64abb4;
border: 8px solid white;
padding: 9px 20px;
border-radius: 50px;
position: absolute;
top: -15px;
left: 10px;
font-size: 40px;
font-weight: 600;
color: white;
}

#home .c3 li:nth-of-type(4):after{
content: "4";
background-color: #64abb4;
border: 8px solid white;
padding: 9px 20px;
border-radius: 50px;
position: absolute;
bottom: -15px;
left: 10px;
font-size: 40px;
font-weight: 600;
color: white;
}
*/
#home .c3 li span{
color: white;
position: absolute;
width: 70%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 24px;
}
#home .similes{
text-align: center;
margin-bottom: 150px;	
}

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

#home .c4 a{
display: block;
text-align: left;
text-decoration: none;
margin: 0 auto;
width: 100%;
}

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

#home .c4 .image_date{
display: inline-block;
width: 300px;
height: 300px;
position: relative;
vertical-align: middle;
}

#home .c4 .image{
width: 250px;
height: 250px;
position: relative;
}

#home .c4 .image:after{
content: "";
width: 270px;
height: 270px;
position: absolute;
left: -11px;
top: -11px;
background-color: transparent;
border: 1px solid #93939363;
border-radius: 200px;
}

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

#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{
width: calc(100% - 360px);
display: inline-block;
margin-left: 50px;
vertical-align: middle;
}

#home .c4 .content h2{
margin: 0 0 20px;
border: none;
font-size: 35px;
line-height: 45px;
position: relative;
}

#home .c4 .content .short_description{
display: block;
}

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

#home .c4 a.button{
	display: inline-block;
    width: auto;
}


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

#home .c4 .evenement .date{
width: 100%;
padding: 20px 0;
text-align: center;
position: relative;
z-index: 2;
background-color: white;
}

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

#home .c4 .evenement .date .jour{
display: block;
font-size: 95px;
line-height: 80px;
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: 24px;
display: block;
}

#home .c4 .evenement .infos{
flex: 1;
background-color: #64abb4;
color: white;
padding: 50px 40px;
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 #eb882d;
}

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

#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: 35px;
line-height: 45px;
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: 70%;	
}

#home .c4 .evenement .infos .images{
display: inline-block;
width: 25%;
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: 150px;
}

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

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

#trouver-un-psychologue .c1{
text-align: center;
max-height: 525px;
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: 50px;
}

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

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

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

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

#trouver-un-psychologue .c1+.intro{
width: 100%;
margin: 50px auto 0;
display: inline-block;
box-sizing: border-box;
text-align: center;
vertical-align: middle;
}

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

#trouver-un-psychologue .c1+.intro .background-2{
padding: 30px 20px;
background-color: #8e44ad;
border-radius: 30px;
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>.button{
position: absolute;
left: 50%;
bottom: -81px;
width: 220px;
text-align: left;
transform: translateX(-50%);
}

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

#trouver-un-psychologue .c1+.intro .background-1 div{
width: 100%;
padding: 20px 30px;
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: 180px;
padding-right: 30px;
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: 16px;
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;
}

.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;
justify-content: center;
height: fit-content;
}

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

#trouver-un-psychologue .c2 .psychologue{
box-sizing: border-box;
width: 100%;
max-width: 270px;
display: inline-block;
border: 1px solid #93939363;
position: relative;
min-height: 430px;
padding-bottom: 70px;
}

#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: 30px 30px;
opacity: 1;
}

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

#trouver-un-psychologue .c2 .psychologue .image{
border-radius: 100px;
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: 148px;
height: 148px;
}

#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: 18px;
font-weight: 600;
}

#trouver-un-psychologue .c2 .psychologue .first-infos .type{
color: 5b5b5b;
opacity: 0.41;
font-size: 16px;
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: 12px;
color: #82ea53;
padding-left: 18px;
position: relative;
display: inline-block;
}

#trouver-un-psychologue .c2 .psychologue .info-dispo:after{
content: "";
width: 9px;
height: 9px;
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: 55px;
background-image: url(images/trouver-c3-background.svg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
color: white;
padding: 50px 40px;
position: relative;
overflow: hidden;
margin-top: 150px;
}

#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: none;
}

#trouver-un-psychologue .c3 .content, #se-conventionner.c3 .content{
display: inline-block;
vertical-align: top;
width: 100%;
margin: 0;
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 70px 15px 30px;
border-radius: 23px;
margin-bottom: 20px;
position: relative;
cursor: pointer;
z-index: 5;
}

#trouver-un-psychologue .question:after{
content:"";
width: 40px;
height: 40px;
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 30px;
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: 200px;
	height: 200px;
	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: 220px;
    height: 220px;
}

#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: 64%;
	vertical-align: top;
}

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

#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: center;
flex-direction: column;
}

#wrapper>#psychologues .adresses>div{
width: fit-content;
max-width: 100%;
padding: 0 2%;
box-sizing: border-box;
}

#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 .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 .description p{
margin: 0 auto;
max-width: 650px;
text-align: justify;
}

#wrapper>#psychologues h2{
font-size: 35px;
line-height: 42px;
}

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

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

#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%;
}

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

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

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

#news .c1 .image:after{
content:"";
width: 270px;
height: 270px;
position: absolute;
left: -11px;
top: -11px;
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% - 360px);
display: inline-block;
margin-left: 50px;
vertical-align: middle;
}

#news .c1 .content h2{
margin: 0 0 20px;
border: none;
font-size: 35px;
line-height: 45px;
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: 47%;
margin-right: 5%;
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: 47%;
vertical-align: top;
}

#news .c2 .c2_c2>.photo{
width: 100%;
height: auto;
border-radius: 50px;
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: 45%;
margin: 0 2% 30px;
height: 120px;
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: 100px;
}

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

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

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

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

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

#news .c2 .related .image:after{
content: "";
width: 270px;
height: 270px;
position: absolute;
left: -11px;
top: -11px;
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% - 360px);
display: inline-block;
margin-left: 50px;
vertical-align: middle;
}

#news .c2 .related .content h2{
margin: 0 0 20px;
border: none;
font-size: 35px;
line-height: 45px;
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: 150px;
}

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

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

#agenda .c2 .evenement .date{
width: 100%;
padding: 20px 0;
text-align: center;
position: relative;
z-index: 2;
background-color: white;
}

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

#agenda .c2 .evenement .date .jour{
display: block;
font-size: 95px;
line-height: 80px;
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: 24px;
display: block;
}

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

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

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

#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:before{
background-image: url(images/evenements-background-3.svg);
}

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

#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{
color: white;
z-index: 2;
position: relative;
margin: 0;
}

#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{
background-color: white;
color: #64abb4;
margin-top: 20px;
}

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

#agenda .c2 .evenement .infos .images{
display: inline-block;
width: 25%;
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 .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{
box-sizing: border-box;
}

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

#agenda.seances-de-groupes .c2 .evenement .demo-gallery a{
width: 100%;
max-width: 200px;
display: block;
margin: 0 auto;
}

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

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

#agenda.informations-psychologues .c1 .content{
text-align: justify;
}

#agenda.informations-psychologues .c1 .image{
display: block;
width: 100%;
margin: 70px auto 0;
overflow: hidden;
max-width: 450px;
}

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

#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: 1100px;
	max-width: 85%;
	height: auto;
	max-height: 90vh;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	z-index: 1000;
	margin: 0;
	background-color: #f39c12;
	border: 2px solid #f39c12;
}

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

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

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

#agenda.seances-de-groupes .c2 .evenement-intro{
	display: inline-block;
    width: 30%;
    vertical-align: top;
    position: relative;
    border-radius: 20px;
    background-color: #f39c12;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 1% 20px;
}

#agenda.seances-de-groupes .c2 .evenement-intro h2{
	font-size: 23px;
	line-height: 27px;
	color: #fff;
	margin-bottom: 15px;
}

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

#agenda.seances-de-groupes .c2 .evenement-intro .button-container{
	text-align: center;
}

#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: #eb882d;
}

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


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

#contact{
text-align:center;
}

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


#contact .c1{
display: block;
width: 100%;
max-width: 550px;
margin: 0 auto 50px;
vertical-align:top;
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 .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: 90%;
max-width: 550px;
text-align:left;
}

#contact .c2 .streetview{
width:100%;
height:357px;
}

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


/* ***** 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:600px;
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:90%;
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:90%;
padding:1%;
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: 150px;
border-top: 1px solid #93939363;
padding-top: 50px;
}

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

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

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

#footer .c1{
text-align: left;
vertical-align: top;
display: block;
width: 100%;
margin: 0 auto;
max-width: 500px;
}


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

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

#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%;
max-width: 500px;
margin: 50px auto 0;
}

#footer .c2 a{
display: block;
margin-bottom: 20px;
}

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

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

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

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

#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;
}