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


@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
         url('assets/fonts/satoshi/Satoshi-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


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 */

}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select,
input[type="password"]{
	box-sizing: border-box;
	border-color: #C49B82;
	padding: 16px 24px;
	background: #F6F5F3;
	border-radius: 8px;
	width: 100%;
	font-family: 'Satoshi';
	color: #474239;
	border:none;
	line-height: 24px;
	font-size: 18px;
	font-weight:500;	
	
}
textarea {
	font-family: 'Satoshi';
	overflow: auto;
	resize:none;
	height:160px;
	padding: 16px 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight:500;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	border-radius: 8px;
	padding: 16px 48px 16px 24px;
	transition: all 0.25s linear;
	cursor: pointer;
	border: none;
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 21px) 20px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#B2E3F6;
	color:#000;
	background-image: url(assets/images/arrow-black.svg);
}

*{
	outline:none !important;
}


*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #918A81;
	font-style: italic;
}

*::-moz-placeholder { /* Firefox 19+ */
	color: #918A81;
	font-style: italic;
		opacity:1;
}

*:-ms-input-placeholder { /* IE 10+ */
	color: #918A81;
	font-style: italic;
}

*:-moz-placeholder { /* Firefox 18- */
	color: #918A81;
	font-style: italic;
	opacity:1;
}

/* styles
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: 'Satoshi';
	line-height: 24px;
	font-size: 18px;
	font-weight:500;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  	clear: both;
	font-family: 'Satoshi';
}
h1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1.5px;
	margin-bottom:32px;
}

h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.75px;
	margin-bottom:32px;
}

h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom:10px;
}

h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin-bottom:10px;
}
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 3em;
}
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-style: italic;
}
blockquote {
	margin: 1.5em 0;
	background: #F6F5F3;
	padding: 30px;
	box-sizing: border-box;
	border-left: 5px solid #0094D5;
}
blockquote p:last-of-type{
	margin-bottom:0;
}
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: #007998;
  -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,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* 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-large{
	width:calc(100% - 120px);
	margin:0 auto;
	box-sizing:border-box;
}

.container{
	width:1470px;
	margin:0 auto;
	box-sizing:border-box;
}

.container-small{
	width:970px;
	margin:0 auto;
	box-sizing:border-box;	
}
/*=============HEADER=============*/
#header-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;	
	z-index:9000;
	transition:all 0.35s linear;
}

#masthead.fixed {
	box-shadow: 0 0px 3px #ccc;
}

#masthead #logo img {
	width: 133px;
	transition: all 0.25s linear;
	padding: 5px 0;
	box-sizing: border-box;
}

#masthead.fixed #logo img {
	max-width: 80px;
}


@media screen and (min-width: 1351px) {
	#masthead.scrolldown{
		top:-300px;
	}
}

#main-menu {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: max-content;
	top: 40px;
	transition: top 0.25s linear;
}

#masthead.fixed #main-menu{
	top:20px;
}

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

#main-menu ul li{
	list-style:none;
	float:left;
	margin-left:8px;
}

#main-menu ul li a{
	padding:8px 16px;
	color:#000;
	border-radius:8px;
	font-size:16px;
	line-height:1;
	transition:all 0.25s linear;
}

#main-menu ul li:first-child{
	margin-left:0;
}

#main-menu ul li a:hover,
#main-menu ul li.current-menu-item a{
	background-color:#F6F5F3;
	color:#000;
}

#header-btn-section {
	display: flex;
}

#header-btn-section .btn-wrapper:nth-child(2){
	margin-left:9px;
}

#header-btn-section .btn:hover{
	background-color:#F6F5F3;
}

#header-btn-section .btn.btn-transparent:hover{
	border:1px solid #F6F5F3;
	color:#000;
}

/*=============PAGES=============*/
#profile-section #ld-profile {
	display: flex;
	justify-content: space-between;
}

#profile-section #ld-profile .ld-profile-summary {
	width: 23%;
}

#profile-section #ld-profile .ld-course-list {
	width: 70%;
}

#profile-section button{
	background-color: #000 !important;
	color: #fff;
	background-image: none;
	transition:all 0.25s ease;
}

#profile-section .ld-item-details span{
	color:#fff !important;
}

#profile-section .ld-item-details .ld-icon-arrow-down{
	background:none !important;
}

#profile-section .ld-search-prompt,
#profile-section .ld-search-prompt:hover{
	background: none !important;
}

.registration-btn-wrapper {
	display: flex;
	padding-top: 20px;
}

.registration-btn-wrapper .btn{
	margin-right:20px;
}


#profile-section button:hover{
	background-color: #B2E3F6 !important;
	color: #000;
}

#ld-profile .ld-icon-search{
	background-image: none;	
}

.form-message {
	color: red;
	margin-top: 20px;
}

.modal {
	position: fixed;
	inset: 0;
	z-index: 9000;

	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);

	display: flex;
	align-items: center;
	justify-content: center;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}


.modal.open{
	opacity:1;
	visibility: visible;	
}

.modal label {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.modal-content {
	width: 500px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 32px;
	box-shadow: 0px 1px 4px #d6d5d2;
}

.modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor:pointer;
	font-size: 40px;
}

#main {
	margin-top: 105px;
}

#banner-content {
	width: 45%;
	padding: 95px 0;
	box-sizing: border-box;
	font-size:21px;
	line-height:28px;
}

#page-banner .container-large {
	background-color: #F6F5F3;
	border-radius: 16px;
	background-image: url(assets/images/banner-graphic-v3.svg?v=2.2);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	position: relative;
}

.home #page-banner .container-large {
	background-image: url(assets/images/banner-graphic-v1.svg?v=2.2);
}

.page-template-formations  #page-banner .container-large,
.page-template-contact  #page-banner .container-large,
.page-id-2550 #page-banner .container-large{
	background-image: url(assets/images/banner-graphic-v2.svg);
}

#banner-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
}

#banner-image img {
	max-width: 100%;
	float: right;
	height:100%;
}

#page-banner.home-banner .container-large {
	background-color: #000;
	color: #fff;
}

#page-banner.home-banner  #banner-content{
	padding:120px 0;
}

.btn-user::after {
	content: '\f007';
	font-family: fontawesome;
	margin-left: 10px;
}

#ajax-register-form {
	margin-bottom: 20px;
}

.forgot-password{
	margin-top:20px;
}

.btn,
.ld-enrollment__join-button{
	display:inline-block;
	font-size:16px;
	line-height: 1;
	color:#fff;
	background-color:#000;
	border-radius:8px;
	padding:16px 24px;
	transition:all 0.25s linear;
}

.btn:hover,
.ld-enrollment__join-button:hover{
	background-color:#B2E3F6;
	color:#000;
}

.btn.btn-transparent{
	background-color:transparent;
	border:1px solid #000;
	color:#000;
	padding:15px 23px;
	box-sizing:border-box;
}

.btn.btn-transparent:hover{
	background-color:#000;
	color:#fff;
}

.btn.btn-white{
	background-color:#fff;
	color:#000;
}

.btn.btn-white:hover{
	background-color:#FDD801;
	color:#000;	
}

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

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

.row {
	display: flex;
	justify-content: space-between;
}

.row .col-2{
	width:46%;
}

.post-text a{
	text-decoration: underline;
	color:#000;
}

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

.post-text ul{
	margin:0 0 1.5em 0em;
}

.post-text ul li {
	list-style: none;
	position: relative;
	margin-bottom: 32px;
	padding-left: 36px;
}

.post-text ul li:last-child{
	margin-bottom:0;
}

.post-text ul li:before{
	background-image:url(assets/images/check_circle.svg);
	background-repeat:no-repeat;
	background-size:100%;
	width:20px;
	height:20px;
	content:'';
	position: absolute;
	left:0;
	top:3px;
}

.video-embed {
	background-color:#F6F5F3;
	padding:20px;
	box-sizing:border-box;
	border-radius:16px;
}

.video-embed iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
}

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

.row.flex-vertical-center{
	align-items:center;
}

#home-formations{
	background-color:#F6F5F3;
}

.section-title.title-center {
	text-align: center;
}

#formations-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.formation-item {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 8px 8px 32px 8px;
	box-sizing: border-box;
	border-radius: 12px;
	transition:all 0.25s linear;
}

.formation-item:hover{
	box-shadow: 0 1px 2px #DEDEDE;
	transform:scale(0.99);
}

.row.reverse-row {
	flex-direction: row-reverse;
}

.post-text.normal-list-style ul li:before{
	background-image: none;
	width: 6px;
	height: 6px;
	top: 9px;
	border-radius: 50%;
	background-color: #000;
}

.post-text.normal-list-style ul li {
	margin-bottom: 15px;
	padding-left:20px;
}

#mission-vission-section {
	background-color: #000;
	color: #fff;
}

.mission-item {
	border-top: 1px solid #6A6A6A;
	margin-top: 25px;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	padding-bottom:60px;
}

.mission-content.post-text p, .mission-content.post-text ul, .mission-content.post-text ol {
	opacity: 0.7;
}

.mission-item:first-child{
	margin-top: 0;	
}

.mission-item:last-child{
	padding-bottom: 0;	
}

.mission-title {
	width: 30%;
}

.mission-icon {
	width: 15%;
	text-align: center;
}

.mission-icon img {
	max-width: 120px;
}

.mission-content {
	width: 45%;
}

.mission-content p:last-of-type{
	margin:0;
}

.page-template-a-popos #cta {
	background-color: #000;
	margin-top: 0;
	padding-top: 120px;
}


.page-template-a-popos #cta #cta-wrapper {
	background-color: #FDD801;
	color: #000;
}

.page-template-a-popos #cta #cta-wrapper .btn{
	background-color:#000;
	color:#fff;
}

.page-template-a-popos #cta #cta-wrapper .btn:hover{
	background-color:#EB2927;
	color:#fff;
}

@media screen and (min-width: 1351px) {
	.formation-item{
		margin-right:20px;
		width: calc(25% - 16px);	
	}
	
	.formation-item:nth-child(4n),
	.formation-item:last-child{
		margin-right:0;
	}
}

.formations-image {
	background-size: cover;
	position: relative;
	background-position: center;
	height: 180px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.formation-item a{
	color:#000;
	display: block;
}

.formation-item .cat-name{
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;	
	padding:2px 8px;
	border-radius:32px;
	position: absolute;
	left:10px;
	top:8px;
}

.color-green{
	background-color:#8AC757;
}

.color-yellow{
	background-color:#FDD801;
} 

.color-sky{
	background-color:#B2E3F6;	
}

.color-blue{
	background-color:#0094D5;	
}

h3.formation-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;	
	margin-bottom:8px;
	padding:0 8px;
}

.formations-description{
	color: #474239;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;	
	padding:0 8px;	
}

.btn-wrapper.center-btn {
	text-align: center;
}

.btn.btn-arrow::after {
	content: '\e5c8';
	font-family: Material Symbols Outlined;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

#home-formations .btn-wrapper.center-btn {
	margin-top: 8px;
}

#hiw-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

#hiw-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

@media screen and (min-width: 1351px) {
	.hiw-item{
		width:calc(33.333% - 20px);
		margin-right:20px;
		margin-bottom:40px;
	}

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

img{
	max-width:100%;
}

#hiw-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding-top: 16px;
}

#how-it-works{
	padding-bottom:55px;
}

.hiw-item .post-text {
	padding-right: 20px;
	box-sizing: border-box;
}

#testimonial {
	background-color: #000;
	color: #fff;
	padding-bottom: 55px;
	background-image: url(assets/images/testimonial-bg.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}

.testimonial-item {
	margin-bottom: 40px;
	background-color: #fff;
	color:#000;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 12px;
	transition:all 0.25s linear;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	line-height: 22px;
}

@media screen and (min-width: 1351px) {
	.testimonial-item{
		margin-right:20px;
		width: calc(25% - 16px);	
	}
	
	.testimonial-item:nth-child(4n),
	.testimonial-item:last-child{
		margin-right:0;
	}
}

#testimonial-list {
	display: flex;
	flex-flow: wrap;
}

.testimonial-text {
	margin-bottom: 40px;
	position: relative;
	padding-top: 28px;
}

.testimonial-text::before {
	content: '\e244';
	font-family: Material Symbols Outlined;
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	color:#EB2927;
}

.testimonial-text a{
	color:#EB2927;
	text-decoration:none;
}

.testimonial-author strong {
	display: block;
}

.testimonial-item:nth-child(2) .testimonial-text::before,
.testimonial-item:nth-child(2) .testimonial-text a,

.testimonial-item:nth-child(6) .testimonial-text::before,
.testimonial-item:nth-child(6) .testimonial-text a

.testimonial-item:nth-child(10) .testimonial-text::before,
.testimonial-item:nth-child(10) .testimonial-text a{
	color:#0094D5;
}

.testimonial-item:nth-child(3) .testimonial-text::before,
.testimonial-item:nth-child(3) .testimonial-text a,

.testimonial-item:nth-child(7) .testimonial-text::before,
.testimonial-item:nth-child(7) .testimonial-text a

.testimonial-item:nth-child(11) .testimonial-text::before,
.testimonial-item:nth-child(11) .testimonial-text a{
	color:#8AC757;
}

.testimonial-item:nth-child(4) .testimonial-text::before,
.testimonial-item:nth-child(4) .testimonial-text a,

.testimonial-item:nth-child(8) .testimonial-text::before,
.testimonial-item:nth-child(8) .testimonial-text a

.testimonial-item:nth-child(12) .testimonial-text::before,
.testimonial-item:nth-child(12) .testimonial-text a{
	color:#FDD801;
}

#partners {
	padding: 65px 0;
	text-align: center;
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
	color: #474239;
}

.partners-section-intro{
	padding-bottom: 25px;	
}

.partners-item {
	filter: grayscale(100);
	transition: all 0.25s linear;
}

.partners-item:hover{
	filter: grayscale(0);
}

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

#partners .owl-stage {
	display: flex;
	align-items: center;
}

#cta #cta-wrapper {
	background-color: #000;
	border-radius: 12px;
	color: #fff;
	padding: 76px 64px;
	box-sizing: border-box;
	position: relative;
}

#cta {
	margin-top: 95px;
}

#cta-content {
	width: 45%;
}

#cta-content h2{
	font-size:40px;
	line-height:44px;
}

#cta-banner {
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 50%;
	line-height: 0;
	border-radius: 0 0 12px 0px;
	overflow: hidden;
}

#cta-banner img{
	max-width:100%
}

.page-title-top {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
}

.formation-item .cat-name.color-blue {
	color: #fff;
}

.pagination-wrapper {
	text-align: center;
	margin-top: 40px;
}

.pagination-wrapper ul {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-wrapper li {
	margin: 0 5px;
}

.pagination-wrapper a, .pagination-wrapper span {
	width: 45px;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	transition: background-color 0.25s;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-wrapper .current {
	background-color: #000;
	color: #fff;
}

.next.page-numbers::before {
	content: '\e5e1';
	font-family: Material Symbols Outlined;
	display: inline-block;
	color: #000;
}

.prev.page-numbers::before {
	content: '\e5e0';
	font-family: Material Symbols Outlined;
	display: inline-block;
	color: #000;
}

.prev.page-numbers,
.next.page-numbers{
	background-color: #F6F5F3;
}

#section-formations .formation-item {
	background-color: #F6F5F3;
}

#about-section{
	padding-bottom:30px;
}

.bottom-padding-65{
	padding-bottom:65px;
}

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

.article-thumb {
	width: 30%;
	background-position: center;
	background-size:cover;
	border-radius:12px;
	background-color:#EFEFEF;
}

.article-thumb:before{
	display: block;
	content:'';
	padding-top:60%;
}

.article-date {
	width: 30%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.article-content {
	width: 40%;
}

.article-content p:last-of-type{
	margin:0;
}

.page-template-blog .pagination-wrapper {
	margin-top: 70px;
}

.article-item a{
	color:#000;
	border-top: 1px solid #EFEFEF;
	margin-top: 32px;
	padding-top: 32px;
	display: flex;
	justify-content: space-between;
	transition:all 0.25s linear;
}

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

.retour-bt a {
	color: #000;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	display: inline-block;
}

.retour-bt a::before {
	content: '\e5c4';
	font-family: Material Symbols Outlined;
	margin-right: 4px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.retour-bt a:hover{
	color:#8AC757;
}

#top-section-flex .retour-bt a::before{
	display:none;
}

#top-section-flex .retour-bt a::after {
	content: '\e5c8';
	font-family: Material Symbols Outlined;
	margin-left: 4px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

#top-section-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-section-flex h2 {
	margin-bottom:0;
}

#article-title-main h1 {
	margin-bottom: 24px;
}

#article-date-main {
	font-size: 14px;
	line-height: 20px;
	margin-bottom:40px;
}

#article-thumb-main {
	width: 1200px;
	margin: 0 auto 40px auto;
}

#article-thumb-main img {
	width: 100%;
	border-radius:12px;
}

.small-text-section {
	padding: 0 130px;
	box-sizing: border-box;
}

.post-text ol{
	margin: 0 0 1.5em 1.2em;
}

.post-text ol li{
	margin-bottom:15px;
}

.post-text ul ul {
	margin-top: 10px;
}


.faq-question {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 700;
	position: relative;
	padding-right: 60px;
}

.faq-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.25s ease;
	font-size: 25px;
	font-weight: 400;
}

.faq-question.active::after {
	content: "";
	transform: rotate(180deg);
	top: 13px;
	right: 3px;
	background-color: #000;
	width: 13px;
	height: 2px;
}

.faq-answer {
	display: none;
	padding: 24px 0;
}

.faq-answer p:last-of-type{
	margin-bottom:0;
}

.faq-question.active .faq-icon {
	transform: rotate(180deg);
}

.faq-item {
	padding: 24px;
	background-color: #F6F5F3;
	border-radius: 8px;
	margin-bottom: 16px;
	transition: transform 0.25s ease;	
}

.faq-item.active {
	background-color: #EEEAE4;
}

.faq-item:last-child{
	margin-bottom:0;
}

.field-row {
	display: flex;
	justify-content: space-between;
}

.field-col-2 {
	width: 48.5%;
	margin-bottom: 24px;
}

.field-col-full{
	margin-bottom: 24px;	
	width:100% !important;
}

.field-col-2 input{
	width:100%;
	box-sizing:border-box;
}

.form-label {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1;
}

.form-label sup{
	color:#EB2927;
}


.field-checkbox .wpcf7-list-item{
	margin: 0;
}

.field-checkbox .wpcf7-list-item input{
	margin-right:12px;
}
	
.field-checkbox{
	margin-bottom: 24px;
}

.contactForm-description {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 24px;
}

.contactForm-description a{
	color:#000;
	text-decoration: underline;
}

.contactForm-description a:hover{
	text-decoration: none;	
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7-response-output {
	margin: 24px 0 0 0 !important;
	font-size: 14px;
}

.wpcf7-response-output {
	border-radius: 8px;
}

.wpcf7-not-valid-tip {
	color: #EB2927;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #8AC757;
}

/*========FOOTER==========*/
#footer-info {
	background-color: #F6F5F3;
	padding: 75px 0 32px 0;
}

.footer-col-title {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 12px;
}

.section-email {
	margin-bottom: 20px;
}

.section-social a {
	color: #000;
	font-size: 22px;
	margin-right: 10px;
}

.section-social a:hover{
	color:#EB2927;
}

#footer-left {
	display: flex;
}

.section-email a {
	color: #000;
}

.section-email a:hover{
	text-decoration:underline;
}

#footer-logo{
	margin-right:70px;
}

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

#footer-right {
	display: flex;
}

.footer-menu-col:last-child{
	margin-left:80px;
}

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

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

.footer-menu ul li:last-child{
	margin-bottom:0;
}

.footer-menu ul li a{
	color:#000;
	font-size:16px;
	line-height:22px;
}

.footer-menu ul li a:hover{
	text-decoration:underline;
}

#footer-bottom {
	color: #474239;
	font-size: 13px;
	line-height: 20px;
}

#footer-bottom a{
	color: #474239;
}

#footer-bottom-url a {
	margin-right: 12px;
}

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

#footer-logo img {
	width: 149px;
}

.learndash-wrapper-login-modal {
	display: none !important;
}

/*===========RESPONSIVE===========*/
#menu-toggle {
	width: 30px;
	height: 21px;
	position: relative;
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	background:#fff;
}

#menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 8px;
	transition: all 0.3s ease;
}

#menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
}

#menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

#menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
}

@media screen and (max-width: 1590px) {
	.container,.container-large{
		width:calc(100% - 60px);
	}
}

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

@media screen and (max-width: 1350px) {
	
	#profile-section #ld-profile {
		flex-direction: column;
	}

	#profile-section #ld-profile .ld-profile-summary {
		width: 100%;
	}

	#profile-section #ld-profile .ld-course-list {
		width: 100%;
	}
	
	
	#header-btn-section {
		margin-bottom: 15px;
	}
	
	#about-section .row.bottom-padding-65 {
		padding: 0;
	}
	
	#header-menu-wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}	
	
	#masthead #logo img {
		width: 133px !important;
	}	
	
	.container-small,#article-thumb-main{
		width:calc(100% - 60px);
	}
	
	#main-menu {
		position: fixed;
		background-color: #fff;
		width: 100%;
		top: 105px !important;
		display: flex;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s linear;
		left: 0;
		padding-top: 25px;
		border-top: 2px solid #000;
		box-sizing: border-box;
	}
	
	#main-menu.menu-active{
		opacity:1;
		visibility: visible;		
	}
	
	#menu-toggle{
		display:flex;
	}	
	
	#main-menu ul li {
		list-style: none;
		float: inherit;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#main-menu ul li a {
		padding: 12px 20px;
		border-radius: 0;
		width: 100%;
		display: block;
		position: relative;
		box-sizing: border-box;
	}	
	
	#main-menu ul li a::after {
		content: '';
		width: calc(100% - 40px);
		height: 1px;
		position: absolute;
		bottom: -1px;
		background: #ccc;
		left: 20px;
		box-sizing: border-box;
	}
	
	#main-menu ul li:last-child a:after{
		display:none;
	}
	
	#main-menu ul li a:hover, #main-menu ul li.current-menu-item a {
		background-color: #000;
		color: #fff;
	}	
	
	#main-menu ul li a:hover:after, #main-menu ul li.current-menu-item a:after{
		display: none;
	}

	#banner-image {
		width: 100%;
		height: 400px;
		position: relative;
	}	
	
	#banner-image img {
		height: 400px;
		width: auto;
		max-width: none;
	}		
	
	.home #banner-image::before {
		background-image: url(assets/images/banner-graphic-v1.svg?v=2.2);
	}
	
	.page-template-formations #page-banner #banner-image:before, .page-template-contact #page-banner #banner-image:before, .page-id-2550 #page-banner #banner-image:before {
		background-image: url(assets/images/banner-graphic-v2.svg);
	}
	
	
	#banner-image::before {
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		background-image: url(assets/images/banner-graphic-v3.svg?v=2.2);
		background-size: cover;
		left: 0;
		bottom: 0;
		z-index: 1;
		background-color: transparent;
	}

	#banner-image picture {
		z-index: 222;
		position: absolute;
		bottom: 0;
		right:0;
	}	
	
	
	#page-banner .container-large{
		background-image:none !important;
	}
	
	#page-banner .container-large {
		position: relative;
		overflow: hidden;
	}	
	
	#page-banner .container {
		position: relative;
	}
	
	#page-banner.home-banner #banner-content {
		padding: 90px 0;
	}	
	
	#banner-content {
		width: 100%;
		padding: 60px 0;
	}	
	
	.row.flex-vertical-center {
		align-items: inherit;
	}	
	
	.row {
		flex-direction: column;
	}	
	
	.row .col-2 {
		width: 100%;
	}	
	
	.row .col-2:first-child{
		margin-bottom:30px;
	}
	
	.formation-item{
		margin-right:20px;
		width: calc(50% - 10px);	
	}
	
	.formation-item:nth-child(2n),
	.formation-item:last-child{
		margin-right:0;
	}	
	
	.hiw-item {
		width: calc(50% - 20px);
		margin-right: 20px;
		margin-bottom: 40px;
	}	
	
	.hiw-item:nth-child(2n){
		margin-right:0;
	}
	
	.testimonial-item{
		margin-right:20px;
		width: calc(50% - 10px);	
	}
	
	.testimonial-item:nth-child(2n),
	.testimonial-item:last-child{
		margin-right:0;
	}	
	
	#cta #cta-wrapper {
		padding: 55px 40px;
	}	
	
	#footer-flex {
		flex-direction: column;
	}	
	
	#footer-left {
		justify-content: space-between;
		margin-bottom: 50px;
	}	
	
	#footer-right {
		display: flex;
		flex-direction: column;
	}	
	
	.footer-menu-col {
		width: 100%;

	}	
	
	.footer-menu-col:last-child {
		margin-left: 0;
		margin-top:32px;
	}	
	
	.row.reverse-row {
		flex-direction: column-reverse;
	}
	
	.row.reverse-row .col-2:last-child {
		margin-bottom: 30px;
	}
	
	.row.reverse-row .col-2:first-child {
		margin-bottom: 0;
	}
	
	.mission-title {
		width: 25%;
	}	
	
	.mission-icon img {
		max-width: 90px;
	}	
	
	.small-text-section {
		padding: 0;
	}	
	
	#hiw-list {
		justify-content: inherit;
	}	
	
	#testimonial{
		background-image:none;
	}	

}


@media screen and (max-width: 767px) {
	
	#main {
		margin-top: 110px;
	}	
	
	#page-banner.home-banner #banner-content,
	#banner-content{
		padding: 60px 0;
	}	
	
	#banner-image {
		position: relative;
		width:100%;
	}
	
	#banner-content {
		width: 100%;
	}	
	
	#banner-image img,#banner-image  {
		height: 300px;
	}
	
	.section-bottom-padding {
		padding-bottom: 60px;
	}	
	
	.section-top-padding {
		padding-top: 60px;
	}		

	.formation-item {
		margin-right: 0;
		width: 100%;
	}	
	
	#main-menu {
		top: 120px !important;
	}
	
	#header-btn-section .btn {
		font-size: 14px;
		line-height: 1;
		padding: 12px 15px;
	}	
	
	#masthead #logo img {
		max-width: 100%;
		width:100px;
	}	
	
	#masthead{
		padding:10px 0;
	}
	
	.hiw-item {
		width: 100%;
		margin-right: 0;
	}	
	
	.testimonial-item {
		margin-right: 0;
		width: 100%;
	}	
	
	#cta {
		margin-top: 0;
	}	
	
	#cta-content {
		width: 100%;
		position: relative;
		z-index: 2;
	}	
	
	#cta-banner {
		position: relative;
		width: calc(100% + 40px);
		border-radius: 0;
		margin-top: 40px;
		overflow: inherit;
	}	
	
	#cta #cta-wrapper {
		padding: 55px 40px 0 40px;
	}	
	
	#footer-left {
		flex-direction: column;
		margin-bottom: 32px;		
	}	
	
	#footer-logo {
		margin-right: 0;
		margin-bottom: 32px;
	}	
	
	.bottom-padding-65 {
		padding-bottom: 30px;
	}	
	
	.mission-item,.article-item a {
		flex-direction: column;
	}
	
	.mission-title,.mission-icon {
		width: 100%;
		margin-bottom: 24px;
	}	
	
	.mission-icon img{
		max-width:200px;
	}
	
	.mission-icon{
		text-align: left;
	}
	
	.mission-content {
		width: 100%;
	}	
	
	.mission-item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}	
	
	.page-template-a-popos #cta {
		padding-top: 0;
	}
	
	.article-thumb {
		width: 100%;
		margin-bottom: 24px;
	}
	
	.article-date {
		width: 100%;
		text-align: left;
		margin-bottom: 24px;
	}	
	
	.article-content {
		width: 100%;
	}	
	
	#top-section-flex {
		flex-direction: column-reverse;
	}	
	
	.field-col-2 {
		width: 100%;
	}	
	
	.field-row {
		flex-direction: column;
		align-items: self-start;		
	}
	
	.container-small,#article-thumb-main,
	.container,.container-large{
		width:calc(100% - 30px);
	}
	
	.faq-question {
		padding-right: 40px;
	}	
	
	
	h1,#cta-content h2 {
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -1.5px;
		margin-bottom:22px;
	}

	h2 {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.75px;
		margin-bottom:22px;
	}

	h3 {
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		margin-bottom:10px;
	}

	h4 {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		margin-bottom:10px;
	}	
	
	body,input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select,
	input[type="password"]{
		font-size:16px;
	}
	
}