/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--primary-900);
	background-color: var(--primary-200);
	padding: 16px 32px;
	transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow:0 1px 8px rgba(0, 78, 148, 0.15), 0 3px 16px rgba(0, 78, 148, 0.05);
	border-radius: 35px;
	font-weight:500;
	border:none;
	cursor:pointer;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: var(--primary-200);
	background-color: var(--primary-900);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], input[type="datetime-local"], input[type="file"], input[type="time"], input[type="week"], input[type="search"], select, textarea {
	font-family: "Switzer-Variable", Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	display: block;
	width: 100%;
	padding: 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid #EEEEEE;
	color: #707070;
	outline-color: transparent;
	background-color: transparent;
	transition: outline-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="text"]:hover, input[type="text"]:focus-visible, input[type="email"]:hover, input[type="email"]:focus-visible, input[type="number"]:hover, input[type="number"]:focus-visible, input[type="password"]:hover, input[type="password"]:focus-visible, input[type="tel"]:hover, input[type="tel"]:focus-visible, input[type="url"]:hover, input[type="url"]:focus-visible, input[type="date"]:hover, input[type="date"]:focus-visible, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus-visible, input[type="file"]:hover, input[type="file"]:focus-visible, input[type="time"]:hover, input[type="time"]:focus-visible, input[type="week"]:hover, input[type="week"]:focus-visible, input[type="search"]:hover, input[type="search"]:focus-visible, select:hover, select:focus-visible, textarea:hover, textarea:focus-visible {
	border-color: #007EC8;
	outline-width: 1px;
	outline-style: solid;
	outline-color: #007EC8;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, input[type="url"]:disabled, input[type="date"]:disabled, input[type="datetime-local"]:disabled, input[type="file"]:disabled, input[type="time"]:disabled, input[type="week"]:disabled, input[type="search"]:disabled, select:disabled, textarea:disabled {
	cursor: not-allowed;
	background-color: #F7F7F7;
	border: none;
}

textarea {
	resize:none;
	height:200px;
}
/* styles
-------------------------------------------------------------- */

@font-face {
  font-family: "Switzer-Variable";
  src: url("assets/fonts/Switzer-Variable.woff2") format("woff2"), url("assets/fonts/Switzer-Variable.woff") format("woff"), url("assets/fonts/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Switzer-VariableItalic";
  src: url("assets/fonts/Switzer-VariableItalic.woff2") format("woff2"), url("assets/fonts/Switzer-VariableItalic.woff") format("woff"), url("assets/fonts/Switzer-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

:root {
  	--neutral-color1: #1C1C1C;
  	--neutral-700: #707070;
	
	--neutral-200: #F3F3F3;	
	--neutral-800: #505050;
	--primary-50: #DDF4FC;	
	--primary-200: #68CDF3;	
	--primary-500: #009EE9;		
	
	--primary-900: #004E94;
	--secondary-50: #F3F9EB;	
	
	--secondary-200: #CDE5AD;		
	--secondary-300: #BADA8C;	
	--secondary-500: #9BCA59;	
	--secondary-900: #36621E;	
}

body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Switzer-Variable", Arial, Helvetica, sans-serif;
  color: var(--neutral-color1);
  font-size: 16px;
  line-height: 24px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Switzer-Variable", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -2px;
  margin-bottom: 30px;
  font-variation-settings: "wght" 500;
}

h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 32px;
	letter-spacing: -0.33px;
}

h4 {
	font-size: 20px;
	line-height:24px;
	font-weight:600;
}

h5 {
	font-size: 118px;
	line-height: 24px;
	margin-bottom:4px;
	font-weight:600;	
}

h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom:4px;
	font-weight:600;	
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
	font-family: "Switzer-VariableItalic";
}

blockquote {
	margin: 0 0 12px 0;
	padding: 20px 28px;
	box-sizing: border-box;
	background-color: var(--primary-50);
	border-left: 8px solid var(--primary-500);
	border-radius: 8px;
}

blockquote p{
	margin-bottom:5px;
}

blockquote.green-blockquote{
	background-color: var(--secondary-50);
	border-left: 8px solid var(--secondary-500);	
}

address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: var(--primary-900);
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: var(--primary-200);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1320px;
	margin:0 auto;
}

body {
	padding: 25px;
	box-sizing: border-box;
}

/*------HEADER-----*/
#masthead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 24px 24px 24px 55px;
	box-sizing: border-box;
}

#masthead.scrolldown #header-menu{
	top: -200px;
}

#header-logo {
	margin: 24px 0 0 0;
	position: relative;
	z-index: 9001;
}

#header-menu {
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 0 24px 0 24px;
	position: fixed;
	top: 0;
	right:0;
	border-radius: 0 0 0 24px;
	transition:all 0.25s linear;	
	border:1px solid transparent;
	z-index:9000;
}

#header-menu  ul .wpml-ls-menu-item a {
	display: inline;
}

#header-menu ul.menu {
	display: flex;
}

#header-menu ul.menu > li.custom-menu-item {
	order: 10;
	margin-left: 32px;
}

#masthead.fixed #header-menu {
	border-style: solid;
	border-color: #ccc;
	border-width: 0px 0px 1px 1px;
}

#header-menu ul{
	margin:0;
	padding:0;
}

#header-menu ul.menu > li {
	list-style: none;
	float: left;
	margin-right: 32px;
	position: relative;
	padding: 42px 0 32px 0;
	transition:all 0.25s linear;	
}

#masthead.fixed #header-menu ul.menu > li {
	padding: 32px 0 32px 0;
}

#header-menu ul.menu > li:last-child{
	margin-right:0;	
}

#header-menu ul.menu > li > a {
	color: var(--neutral-color1);
	font-weight: 500;
	padding: 7px 13px;
	border-radius: 35px;
	transition:all 0.25s linear;
}

#header-menu ul.menu li a:hover,
#header-menu ul.menu > li.current-menu-item > a{
	color:var(--primary-900);
	background-color:var(--primary-50);	
}

#header-menu ul.menu > li.custom-menu-item > a {
	color: var(--primary-900);
	background-color: var(--primary-200);
	padding: 16px 32px;
}

#header-menu ul.menu > li.custom-menu-item > a:hover {
	color: var(--primary-200);
	background-color: var(--primary-900);
}

#header-menu ul.menu > li.menu-item-has-children > a:after {
	content: '\e5c5';
	font-family: Material Symbols Outlined;
	display: inline-block;
	color: var(--neutral-color1);
	vertical-align: middle;
	margin-left: 5px;
	font-size: 20px;
}

#header-menu ul ul {
	opacity:0;
	visibility: hidden;
	transition:all 0.25s linear;	
	border:1px solid transparent;
	position: absolute;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
	width: 270px;
	border-radius: 0 0 12px 12px;
	top: 99px;
}

#masthead.fixed #header-menu ul ul {
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	top: 90px;
}

#header-menu ul ul li a{
	color: var(--primary-900);
	transition:all 0.25s linear;
	display: block;
	padding:8px 16px;
	border-radius:4px;
	border:1px solid #fff;	
}

#header-menu ul ul li{
	list-style:none;
}

#header-menu ul ul li a:hover,
#header-menu ul ul li.current-menu-item a{
	background-color: var(--primary-50);	
	border:1px solid var(--primary-900);
}

#header-menu ul li:hover ul{
	opacity:1;
	visibility: visible;	
}

/*------HOME-----*/
#home-hero {
	padding: 180px 54% 300px 32px;
	border-radius: 24px;
	background-size: cover;
	background-position: bottom center;
	box-sizing: border-box;
}

.btn {
	color: var(--primary-900);
	background-color: var(--primary-200);
	padding: 16px 32px;
	transition:all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow:0 1px 8px rgba(0, 78, 148, 0.15), 0 3px 16px rgba(0, 78, 148, 0.05);
	border-radius: 35px;
	font-weight:500;
	display: inline-block;	
}

.btn:hover {
	color: var(--primary-200);
	background-color: var(--primary-900);
}

.btn.btn-type3{
	color: var(--primary-200);
	background-color: var(--primary-900);
}

.btn.btn-type3:hover{
	color: var(--primary-900);
	background-color: var(--primary-200);	
}

.btn.btn-type4{
	color: var(--primary-900);
	background-color: #fff;
}

.btn.btn-type4:hover{
	color: #fff;
	background-color: var(--primary-900);	
}

#header-menu ul.menu > li.custom-menu-item > a {
	color: var(--primary-900);
	background-color: var(--primary-200);
	padding: 16px 32px;
}

#home-hero .large-text p,
#home-hero .large-text li{
	color: var(--neutral-800);
}

#home-hero .button-flex {
	padding-top: 40px;
	display: flex;
}

.button-flex .btn-wrapper:first-child{
	margin-right:16px;
}

.btn.btn-type2{
	color: var(--secondary-900);
	background-color: var(--secondary-300);	
}

.btn.btn-type2:hover{
	color: var(--secondary-300);
	background-color: var(--secondary-900);	
}

.section-padding-top{
	padding-top:120px;
}

.section-padding-bottom{
	padding-bottom:120px;
}

#problem-home .section-title-wrapper {
	text-align: center;
	padding-bottom: 18px;
}

.section-subtitle {
	color: var(--neutral-800);
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: var(--neutral-200);
	padding: 8px 12px;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 34px;
}

#problems-item-wrapper {
	display: flex;
	flex-flow: wrap;
}

.problems-item {
	width: calc(33.333% - 16px);
	transition: all 0.25s linear;
	margin-right: 24px;
	margin-bottom: 48px;
}

#problem-home{
	padding-bottom:72px;
}

.problems-desc{
	color: var(--neutral-800);
}

.problems-item:nth-child(3n){
	margin-right:0;
}

.problems-item a{
	display: block;
	width:100%;
	height:100%;
}

.problems-image-inside {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 16px;
}

.problems-image-inside:before {
	content: '';
	padding-top: 71%;
	display: block;
}

.problems-image {
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	top: 0;
	left: 0;
	transition:all 0.25s linear;
	transform:scale(1);
}

.problems-item:hover{
	transform:scale(0.98);
}

.problems-item:hover .problems-image{
	transform:scale(1.02);
}

.problems-image-inside:after {
	content: '\f8ce';
	color: var(--primary-200);
	background-color: #fff;
	border-radius: 50%;
	font-family: Material Symbols Outlined;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
}

.problems-item:nth-child(2n) .problems-image-inside:after{
	color: var(--secondary-300);	
}

.problems-item a {
	color: var(--neutral-color1);
}

.problems-item-content h3 {
	margin-bottom: 0;
}

.etape-list {
    counter-reset: etape-counter;
}

.etape-item {
	counter-increment: etape-counter;
	position: relative;
	background-color: #F3F3F3;
	border-radius: 12px;
	margin-bottom: 8px;
	padding: 16px 16px 16px 64px;
	box-sizing: border-box;
	overflow: hidden;
}

.etape-item:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
}

.etape-item:nth-child(1):after,
.etape-item:nth-child(5):after,
.etape-item:nth-child(9):after {
	background: linear-gradient(90deg, rgba(104,205,243,1) 0%, rgba(136,241,248,1) 14%, rgba(255,255,255,0) 26%);	
}

.etape-item:nth-child(2):after,
.etape-item:nth-child(6):after,
.etape-item:nth-child(10):after {
	background:linear-gradient(90deg, rgba(186,218,140,1) 0%, rgba(238,234,137,1) 14%, rgba(255,255,255,0) 26%);	
}

.etape-item:nth-child(3):after,
.etape-item:nth-child(7):after,
.etape-item:nth-child(11):after {
	background: linear-gradient(90deg, rgba(240,223,0,1) 0%, rgba(255,207,134,1) 14%, rgba(255,255,255,0) 26%);	
}

.etape-item:nth-child(4):after,
.etape-item:nth-child(8):after,
.etape-item:nth-child(12):after {
	background:linear-gradient(90deg, rgba(45,190,200,1) 0%, rgba(98,243,217,1) 14%, rgba(255,255,255,0) 26%);	
}

.etape-item::before {
	content: counter(etape-counter);
	position: absolute;
	left: 16px;
	background: rgba(255,255,255,0.6);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: 600;
	z-index:2;
}

.etape-text{
	position: relative;
	z-index:2;	
}

#etapes-home {
	background-image: url(assets/images/etape-bg.jpg);
	background-size: cover;
	background-position: top right;
	border-radius: 24px;
	margin-bottom:80px;
}

#home-etape-wrapper {
	width: 50%;
}

.etape-list {
	counter-reset: etape-counter;
	margin-bottom: 25px;
	overflow: hidden;
}

#cta-section {
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: 60px 56px;
	box-sizing: border-box;
	color: #fff;
	min-height: 700px;
	display: flex;
	align-items: flex-end;
	background-position: top center;
}

#cta-section:after{
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background: linear-gradient(0deg, rgba(8,24,30,1) 5%, rgba(255,255,255,0) 76%);
}

#cta-section .section-title-wrapper p {
	opacity: 0.8;
}

.cta-wrapper {
	max-width: 830px;
	position: relative;
	z-index: 2;
}

.cta-wrapper .section-subtitle {
	margin-bottom: 24px;
}

.cta-wrapper h2 {
	margin-bottom: 24px;
}

#cta-section .section-subtitle {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

#temoignage-section {
	text-align: center;
}

#temoignage-section .section-title-wrapper {
	padding-bottom: 20px;
}

.temoignage-content{
	letter-spacing: -1px;	
	font-size: 48px;
	line-height: 56px;	
	margin-bottom:32px;
}

.temoignage-author {
	font-weight: 600;
}

.owl-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: var(--primary-200) !important;
	margin-left:16px;
	transition: all 0.25s linear;
	box-shadow:inherit;
}

.owl-dot:first-child{
	margin-left:0;
}

.owl-dot.active {
	width: 15px;
	height: 15px;
	background-color: var(--primary-900) !important;
}

.owl-dots {
	margin-top: 30px;
}

.temoignages-slider:before {
	content: '';
	width: 81px;
	height: 36px;
	position: absolute;
	left: -85px;
	background-image: url(assets/images/mark-left.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 11px;
}

.temoignages-slider:after {
	content: '';
	width: 81px;
	height: 36px;
	position: absolute;
	right: -85px;
	background-image: url(assets/images/mark-right.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 11px;
}

/*--------PAGE---------*/
#page-hero {
	background-image:url(assets/images/equipe-banner.jpg);
	background-size: cover;
	border-radius: 24px;
	overflow: hidden;
	min-height: 415px;
	margin-bottom: 16px;
	display: flex;
	align-items: flex-end;
	padding: 70px 0;
	box-sizing: border-box;
	position: relative;
}

#page-hero:before{
	background:linear-gradient(90deg, rgba(255,255,255,0.6978992280505952) 37%, rgba(255,255,255,0) 100%);
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#page-hero .container{
	position: relative;
}

.breadcrumbs {
	font-size: 13px;
	margin-bottom:90px;
}

.raquo {
	color: #AFAFAF;
	padding: 0 12px;
}

.breadcrumbs a{
	text-decoration:underline;
}

.breadcrumbs a:hover{
	text-decoration:none;
}

#equipe-wrapper .page-description {
	text-align: center;
}

.page-description{
	margin-bottom:48px;
}

.page-description p,.page-description ul, .page-description ol{
	color:#505050;	
}

.page-description h2{
	margin-bottom:20px;
}

.large-text{
	font-size:20px;
	line-height:28px;
}

.team-member-photo-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
}

.team-member-photo-wrapper:before{
	content:'';
	padding-top:120%;
	display:block;
}

.team-member-photo {
	background-image:url(assets/images/temp-member.jpg);
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:all 0.25s linear;	
}

.team-member {
	width:calc(25% - 18px);
	transition: all 0.25s linear;
	margin-right: 24px;
	margin-bottom: 48px;	
}

.team-member:nth-child(4n) {
	margin-right: 0;
}

.team-member h3 {
	color: var(--primary-900);
	margin-bottom:3px;
}

.team-member a{
	color:#505050;
	display:block;
}

.team-member-photo-wrapper:after {
	content: '\f8ce';
	color: var(--primary-200);
	background-color: #fff;
	border-radius: 50%;
	font-family: Material Symbols Outlined;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	transition:all 0.25s linear;
}

.equipe-administrative-item .team-member-photo-wrapper:after {
	display: none;
}

.team-member:nth-child(2n) .team-member-photo-wrapper:after {
	color: var(--secondary-300);
}

.team-member:hover{
	transform:scale(0.98);
}

.team-member:hover .team-member-photo{
	transform:scale(1.02);
}

.team-section {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 70px;
	justify-content: center;
}

#member-detail-description h2{
	margin-bottom:4px;
}

.member-title {
	color: var(--neutral-700);
	margin-bottom: 20px;
}

.member-bio {
	color: var(--neutral-800);
}

#member-tags-wrapper {
	background-color: var(--primary-50);
	border-radius: 12px;
	padding: 24px 24px 12px 24px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#member-tags-wrapper-inside{
	display: flex;
	flex-flow: wrap;	
} 

#member-detail-description {
	padding-bottom: 30px;
}

.member-tags {
	background-color: #fff;
	font-size: 14px;
	border-radius: 18px;
	padding: 4px 8px;
	line-height: 20px;
	margin: 0 12px 12px 0;
}

#member-tags-wrapper strong {
	display: block;
	margin-bottom: 12px;
}

#retour-url a{
	text-decoration:underline;
	position: relative;
}

#retour-url a::before {
	content: '<';
	display: inline-block;
	color: var(--neutral-700);
	margin-right:5px;
}

#retour-url a:hover{
	text-decoration:none;
}

#member-detail-wrapper {
	display: flex;
	justify-content: space-between;
}

#member-detail-left {
	width: 58%;
}

#member-detail-right {
	width: 32%;
}

#member-detail-photo {
	margin-bottom: 20px;
}

#member-detail-photo img {
	max-width: 100%;
	border-radius:12px;
	width:100%;
}

#member-detail-education {
	background-color: var(--neutral-200);
	border-radius: 12px;
	padding: 24px;
	box-sizing: border-box;
}

#problem-detail-description h2 {
	margin-bottom: 4px;
}

.problem-title {
	color: var(--neutral-700);
	margin-bottom: 20px;
}

.problem-text {
	color: var(--neutral-800);
}


.accordion {
	border-radius: 8px;
	margin-bottom: 50px;
}

.accordion-item {
	margin-bottom: 16px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
	background: var(--neutral-200);
	box-shadow: 0px 2px 8px rgba(0, 78, 148, 0.1);
	border-radius: 8px;
	padding:15px 60px 15px 24px;
	cursor:pointer;
	position: relative;
	transition:all 0.25s linear;
}

.accordion-header:hover,
.accordion-item.active .accordion-header{
    background: var(--primary-200);
}

.accordion-content {
	display: none;
	padding: 25px 24px 1px 24px;
	background: var(--primary-50);
	position: relative;
	margin-top: -10px;
	z-index: -1;
	border-radius: 8px;
}

.accordion-item.active .accordion-header:after{
	content: '\e15b';
}

.accordion-header:after {
	content: '\e145';
	font-family: Material Symbols Outlined;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 12px;
	top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	line-height: 0;
	color: var(--neutral-800);
}

#problem-detail-wrapper {
	display: flex;
	justify-content: space-between;
}

#problem-detail-left {
	width: 58%;
}

#problem-detail-description {
	padding-bottom: 30px;
}

.accordion-wrapper > h3{
	margin-bottom:20px;
}

#problem-detail-right {
	width: 32%;
}

#problem-detail-right img{
	max-width:100%;
	border-radius:12px;
}

#intro-text {
	padding: 60px 100px 30px 100px;
	box-sizing: border-box;
	border-radius: 12px;
	background-color: var(--secondary-200);
	text-align: center;
	margin-bottom: 120px;
}

#intro-text.large-text {
	font-size: 24px;
	line-height: 32px;
}

.services-item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 64px;
	padding-bottom: 64px;
}

.services-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;	
}

.service-icon {
	width: 200px;
	height: 200px;
	background-color: var(--neutral-200);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

.service-icon img {
	max-width: 65px;
}

.service-content {
	width: calc(100% - 225px);
}

#section-row-type1 {
	display: flex;
	justify-content: space-between;
}

.section-type1-left {
	width: 66%;
}

.section-type1-right,
#fixed-widget{
	width: 315px;
}

#fixed-widget h6 {
	margin-bottom: 16px;
}

.services-anchor {
	margin-bottom: 16px;
}

#contact-address {
	margin-bottom: 12px;
}

#contact-social {
	margin-top: 24px;
}

#contact-social a {
	background-color: var(--primary-200);
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	transition: all 0.25s linear;
	margin-right: 10px;
}

#contact-social a:hover{
	background-color: var(--primary-900);	
}

#contact-social a:hover img{
	filter:brightness(0) grayscale(100) invert(100);
}

#contact-social {
	display: flex;
	margin-bottom: 48px;
}

#contact-social img {
	max-width: 24px;
	transition: all 0.25s linear;	
}

.horaire-item {
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
}

#contact-left {
	width: 32%;
}

#opening-hours-details {
	margin-top: 24px;
}

#contact-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#contact-right {
	width: 40%;
	background-color: var(--primary-900);
	background-image: url(assets/images/cctm-contact-bg.svg);
	color: #fff;
	padding: 48px 40px;
	box-sizing: border-box;
	border-radius: 12px;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: calc(100% + 100px) calc(100% + 35px);
	background-size: 80%;
}

#contact-cta-phone a{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color:#fff;
}

#contact-cta-phone a::before {
	background-image: url(assets/images/call.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	content: '';
	vertical-align: top;
	top: 4px;
	position: relative;
	margin-right: 5px;
}

#contact-cta-phone a:hover{
	text-decoration:underline;
}

#contact-right p {
	color: var(--primary-50);
}

#page-section.contact-section {
	border-bottom: 1px solid #ccc;
}

li::marker {
	color: #009EE9;
	font-weight: 600;
}

/*--------FOOTER---------*/
#footer-cta {
	background-color: var(--primary-900);
	background-image: url(assets/images/footer-cta-bg.svg);
	color: #fff;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: right;
}

#footer-cta-content {
	max-width: 500px;
}

#footer-cta-flex {
	display: flex;
	align-items: center;
}

#footer-cta-flex > .btn-wrapper {
	margin-right: 32px;
}

#footer-cta-phone a{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color:#fff;
}

#footer-cta-phone a::before {
	background-image: url(assets/images/call.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	content: '';
	vertical-align: top;
	top: 4px;
	position: relative;
	margin-right: 5px;
}

#footer-cta-phone a:hover{
	text-decoration:underline;
}

#footer-cta-flex .btn:hover {
	background-color: #fff;
	color:var(--primary-900);
}

#footer-main {
	padding: 56px 56px 0 56px;
	box-sizing: border-box;
}

#footer-logo img {
	max-width: 280px;
}

#footer-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}

#footer-main a{
	color:var(--neutral-color1);
}

#footer-main a:hover{
	text-decoration:underline;
}

#footer-contact-col {
	width: 210px;
}

#footer-address {
	margin-bottom: 12px;
}

#footer-email {
	margin-bottom: 24px;
}

#footer-social a {
	background-color: var(--primary-200);
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	transition: all 0.25s linear;
	margin-right: 10px;
}

#footer-social a:hover{
	background-color: var(--primary-900);	
}

#footer-social a:hover img{
	filter:brightness(0) grayscale(100) invert(100);
}

#footer-social {
	display:flex;
}

#footer-social img {
	max-width: 24px;
	transition: all 0.25s linear;	
}

#footer-content-wrapper {
	display: flex;
	width: 70%;
}

.footer-menu-title {
	font-weight: 500;
	margin-bottom: 12px;
}

.footer-menu-wrapper ul{
	margin:0;
	padding:0;
}

.footer-menu-wrapper ul li{
	list-style:none;
	margin-bottom:5px;
}

#footer-partners span {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
}

#footer-contact-col {
	width: 210px;
	margin-right: 90px;
}

#footer-partners {
	width: 250px;
}

.footer-menu-col {
	width: 200px;
	margin-right: 40px;
}

#footer-logo {
	width: 20%;
}

#copyright {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #CCCCCC;
	padding:15px 0 0 0;
}

.footer-sep {
	padding: 0 8px;
}

#mobile-bt,
.child-mobile-arrow,
#responsive-logo,#cta-section-mobile,
.show-in-mobile,.show-on-responsive{
	display:none;
}

.desktop-view {
    display: flex !important;
}
.mobile-view {
    display: none !important;
}

img{
	max-width:100%;
}

@media screen and (min-width: 1401px){
	#header-menu{
		display: block !important;
	}
}


@media screen and (max-width: 1400px){
	.temoignages-slider:after{
		display:none;
	}
	
	.show-on-responsive{
		display:block;
	}
	
	#header-logo {
		margin: 8px 0 0 0;
	}
	
	#masthead.scrolldown #header-menu{
		top: 0;
	}	
	.temoignages-slider::before {
		position: relative;
		left: 0;
		top: 0;
		display: block;
		margin: 0 auto 15px auto;
	}
	
	#masthead.mobile-menu-opened #responsive-logo{
		display:block;
		position: fixed;
	}
	#masthead.mobile-menu-opened #desktop-logo{
		display:none
	}	
	#footer-cta {
		background-position: 60% bottom;
	}	
	
	#footer-cta-content {
		padding: 0 25px;
	}	
	
	#etapes-home {
		padding: 50px 24px 50px 24px;
		box-sizing: border-box;
		background-image: none;
		background-color:#EEEEEE;
	}	
	
	body{
		padding:15px;
	}
	
	.container{
		width:100%;
	}

	#footer-logo img {
		max-width: 100%;
	}	
	
	#footer-flex {
		flex-direction: column;
	}	
	
	#footer-logo {
		margin-bottom: 24px;
	}	
	
	#footer-logo {
		width: 100%;
	}	
	
	#footer-content-wrapper {
		width: 100%;
		justify-content: space-between;
	}	
	
	.footer-menu-col {
		width: auto;
		margin-right: 4%;
	}	
	
	.footer-menu-col {
		width: 20%;
		margin-right: 4%;
	}	
	
	#header-menu {
		display: none;
		backdrop-filter: inherit;
		background: var(--primary-900);
		border-radius: 0;
		width: 100%;
		height: 100vh;
		padding: 150px 24px 30px 24px;
		box-sizing: border-box;
		transition:none;
		border:none !important;
		overeflow:auto;
	}
	
	#header-menu ul.menu > li,
	#masthead.fixed #header-menu ul.menu > li{
		float: inherit;
		margin-right: 0;
		padding: 10px 0;
		border-bottom: 1px solid #3371A9;
	}	
	
	#header-menu ul.menu {
		flex-direction: column;
	}
	#header-menu ul.menu > li.custom-menu-item {
		margin-left: 0;
	}	
	#masthead.fixed #header-menu ul ul {
		top: 0;
		border: none;
	}
	
	#header-menu ul.menu > li > a {
		color: #fff !important;
		font-weight: 600;
		padding: 0;
		border-radius: 0;
		transition: all 0.25s linear;
		font-size: 20px;
		background: none !important;
		opacity: 0.7;
	}
	
	#header-menu ul.menu > li.custom-menu-item > a {
		color: var(--primary-900) !important;
		background-color: var(--primary-200) !important;
		padding: 16px 32px;
		border-radius: 56px;
		margin-top: 30px !important;
		display: inline-block;
		opacity: 1;
	}	
	
	#header-menu ul.menu > li.custom-menu-item {
		border:none !important;
	}
	
	#header-menu ul.menu li.current-menu-item > a,
	#header-menu ul.menu li.current-menu-parent > a,
	#header-menu ul.menu li.current-menu-item .child-mobile-arrow,
	#header-menu ul.menu li.current-menu-parent .child-mobile-arrow{
		opacity:1;
	}
	
	#header-menu ul ul {
		opacity: 1;
		visibility: visible;
		border: none;
		position: relative;
		background: transparent;
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		border-radius: 0;
		top: 0;
		transition:none;
		display:none;
	}	
	
	#header-menu ul ul li a {
		color: #fff !important;
		transition: all 0.25s linear;
		display: block;
		padding: 3px 0;
		border-radius: 4px;
		border: none;
		opacity: 0.7;
	}	
	
	#header-menu ul ul li a:hover, #header-menu ul ul li.current-menu-item a {
		background-color: transparent !important;
		border:0 !important;
	}	

	#header-menu ul.menu > li.menu-item-has-children > a::after {
		display:none
	} 
	
	#mobile-bt {
		display: block;
		background-image: url(assets/images/hamb.svg);
		width: 64px;
		height: 64px;
		background-color: var(--primary-900);
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		top: 0;
		right: 0;
		border-radius: 0 0 0 24px;
		z-index:9001;
	}
	
	#masthead.mobile-menu-opened #mobile-bt{
		background-image: url(assets/images/close.svg);		
	}
	
	.child-mobile-arrow {
		position: absolute;
		right: 0;
		top: 12px;
		display: block;
		color: #fff;
		opacity: 0.7;
		transition:all 0.25s linear;
	}
	
	.child-mobile-arrow:after {
		display: block;
		content: '\e313';
		font-family: Material Symbols Outlined;
		font-size: 40px;
		transition:all 0.25s linear;
	}		
	
	.child-mobile-arrow.mobile-arrow-active{
		transform: rotate(180deg);
	}
	
	#home-hero {
		padding: 180px 30% 200px 32px;
	}	
	
	#home-etape-wrapper {
		width: 100%;
	}

	#footer-main {
		padding: 56px 0 0 0;
	}	
	
	#page-hero .container {
		padding: 0 15px;
	}	
	
	#masthead {
		padding: 24px 24px 24px 30px;
	}	
	
	#page-hero {
		min-height: 315px;
		background-position: center;
	}	
	
	#header-logo img,#footer-logo img {
		max-width: 200px;
	}	
	
	#section-row-type1 {
		flex-direction: column-reverse;
	}	
	
	.section-type1-left {
		width: 100%;
	}	

	.section-type1-right, #fixed-widget {
		width: 100%;
		position: relative !important;
		margin-bottom: 24px;
		top: 0 !important;
	}	
	
	.services-anchor {
		margin-bottom: 8px;
	}	
	
	#etapes-home .section-subtitle {
		background-color: #fff;
	}	
	
	#cta-section {
		min-height: 500px;
	}	
}

@media screen and (max-width: 1100px){
	.problems-item {
		width: calc(50% - 12px);
		transition: all 0.25s linear;
		margin-right: 24px !important;
		margin-bottom: 48px;
	}	
	
	.problems-item:nth-child(2n){
		margin-right:0 !important;
	}
	
	#copyright {
		flex-direction:column ;
	}	
	
	.team-member {
		width: calc(33.333% - 18px);
		margin-right: 24px !important;
	}	
	
	.team-member:nth-child(3n){
		margin-right:0 !important;
	}
	
	#contact-left {
		width: 40%;
	}	
	
	#contact-right {
		width: 50%;
	}	
	
	#contact-right p br{
		display: none;
	}
	
	#cta-section{
		display:none;
	}
	#cta-section-mobile{
		display:block;
	}
	#cta-section-mobile .section-subtitle {
		background: #fff;
	}	
	.cta-wrapper-mobile {
		background: var(--primary-50);
		padding: 40px 16px;
		text-align: center;
		border-radius: 0 0 12px 12px;
	}	
	
	#cta-section-mobile img {
		max-width: 100%;
		border-radius: 12px 12px 0 0;
		position: relative;
		top: 10px;
	}
	
	
	
	
	#footer-logo {
		text-align: center;
	}	
	
	#footer-content-wrapper {
		flex-direction: column;
		text-align: center;
	}	
	
	#footer-contact-col {
		width: 100%;
		margin-right: 0;
	}	
	
	#footer-social {
		justify-content: center;
		margin-bottom: 70px;
	}	
	
	.footer-menu-col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}	
	
	#footer-logo, #footer-partners {
		text-align: center;
		width: 100%;
	}
	
	#copyright {
		text-align: center;
	}	
	
	.footer-sep {
		display: none;
	}	
	
	#copyright div:first-child a {
		display: block;
		margin: 10px 0;
	}	
	
	#copyright a{
		text-decoration:underline;
	}	
		
		
}


@media screen and (max-width: 767px){
	#intro-text.large-text {
		font-size: 16px;
		line-height: 24px;
	}	
	
	.show-in-mobile{
		display:block;
	}
	
	.hide-on-mobile{
		display:none;
	}	

	#member-detail-right h2 {
		margin-bottom: 4px;
	}
	
	.owl-dot {
		width: 6px;
		height: 6px;
		margin-left:10px;
	}
	.temoignage-content {
		letter-spacing: -0.5px;
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 20px;
	}	
	#problems-carousel .owl-dots {
		position: relative;
		left: 28%;
	}
	.owl-dot.active {
		width: 10px;
		height: 10px;
	}	
	#problems-carousel {
		width: 170%;
	}
	#problem-home {
		overflow: hidden;
	}	
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }	
	
	.problems-item {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}	
	
	h1{
		font-weight: 600;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -0.5px;
	}	
	
	h2{
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
	}
	h3{
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
	}
	#home-hero {
		text-align: center;
		padding: 125px 12px 600px 12px;
	}	
	
	#home-hero .button-flex {
		padding-top: 30px;
		justify-content: center;
	}	
	
	#home-hero  .button-flex .btn-wrapper:last-child {
		display:none;
	}	
	
	#home-hero {
		background-position: bottom center;
	}	
	
	.section-padding-bottom {
		padding-bottom: 70px;
	}

	.section-padding-top {
		padding-top: 70px;
	}	
	
	#home-etape-wrapper {
		width: 100%;
	}	
	
	.etape-item::before {
		width: 25px;
		height: 25px;
	}	
	
	#home-etape-wrapper .section-title-wrapper {
		text-align: center;
	}	
	
	#home-etape-wrapper .btn-wrapper {
		text-align: center;
	}	
	
	#footer-cta-content {
		padding: 0 15px;
	}	
	
	#footer-cta-content {
		max-width: 100%;
		text-align: center;
	}	
	
	#footer-cta-flex {
		flex-direction: column;
		align-items: inherit;
	}	
	
	#footer-cta-flex > .btn-wrapper {
		margin-right: 0;
		margin-bottom: 32px;
	}	
	
	#footer-cta {
		padding: 70px 0 200px 0;
		background-size: 100%;
		background-image: url(assets/images/mobile-bg-cta-blue.svg);
		background-repeat: no-repeat;
		background-position: bottom center;
	}	
	
	#etapes-home {
		padding: 50px 15px 50px 15px;
	}	
	
	.breadcrumbs {
		margin-bottom: 40px;
	}	
	
	.team-member {
		width: 100% !important;
		margin-right: 0 !important;
	}	
	
	#member-detail-wrapper {
		flex-direction: column-reverse;
	}	
	
	#member-detail-left {
		width: 100%;
	}	
	
	#member-detail-right {
		width: 100%;
		margin-bottom: 32px;
	}	
	
	#problem-detail-wrapper {
		flex-direction: column-reverse;
	}	
	
	#problem-detail-left {
		width: 100%;
	}	
	
	#problem-detail-right {
		width: 100%;
		margin-bottom: 32px;
	}	
	
	.large-text {
		font-size: 16px;
		line-height: 26px;
	}	
	
	#intro-text {
		padding: 32px 16px 10px 16px;
		margin-bottom: 32px;
	}	
	
	.services-item {
		flex-direction: column;
		margin-bottom: 32px;
		padding-bottom: 32px;
	}	

	.service-icon {
		width: 100px;
		height: 100px;
		margin-bottom: 16px;
	}	
	
	.service-icon img {
		max-width: 40px;
	}	
	
	.service-content {
		width: 100%;
	}	
	
	#contact-flex {
		flex-direction: column;
		align-items: inherit;
	}	
	
	#contact-left {
		width: 100%;
		margin-bottom: 32px;
	}	
	
	#contact-right {
		width: 100%;
	}	
}

@media screen and (max-width: 450px){
	#home-hero {
		padding: 115px 12px 450px 12px;
	}		
}
