/*
Theme Name:	Formation agregation
Template: cs
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');
:root {
	--text-color: #353739;
}

.modal-backdrop.fade.in {
    display: none;
}
.theme-all {
	--color: #353739;
	--trame50: rgba(53, 55, 57, 0.5);
	--trame10: rgba(53, 55, 57, 0.1);
}
.theme-default {
	--color: #878b8e;
	--trame50: rgba(135, 139, 142, 0.5);
	--trame20: rgba(135, 139, 142, 0.2);
	--trame10: rgba(135, 139, 142, 0.1);
}
.theme-hg {
	--color: #7451EB;
	--trame50: rgba(116, 81, 235, 0.5);
	--trame20: rgba(116, 81, 235, 0.2);
	--trame10: rgba(116, 81, 235, 0.1);
}
.theme-lm,
.theme-let {
	--color: #1a4f89;
	--trame50: rgba(26, 79, 137, 0.5);
	--trame20: rgba(26, 79, 137, 0.2);
	--trame10: rgba(26, 79, 137, 0.1);
}
.theme-lc,
.theme-gram {
	--color: #ad8e58;
	--trame50: rgba(173, 142, 88, 0.5);
	--trame20: rgba(173, 142, 88, 0.2);
	--trame10: rgba(173, 142, 88, 0.1);
}
.theme-lv,
.theme-esp,
.theme-ang {
	--color: #e87d41;
	--trame50: rgba(232, 125, 65, 0.5);
	--trame20: rgba(232, 125, 65, 0.2);
	--trame10: rgba(232, 125, 65, 0.1);
}
.theme-sc,
.theme-math,
.theme-phch,
.theme-svstu {
	--color: #2a5837;
	--trame50: rgba(42, 88, 55, 0.5);
	--trame20: rgba(42, 88, 55, 0.2);
	--trame10: rgba(42, 88, 55, 0.1);
}
.theme-ph {
	--color: #ea8bc4;
	--trame50: rgba(234, 139, 196, 0.5);
	--trame20: rgba(234, 139, 196, 0.2);
	--trame10: rgba(234, 139, 196, 0.1);
}
.theme-crpe {
	--color: #C34646;
	--trame50: rgba(195, 70, 70, 0.5);
	--trame20: rgba(195, 70, 70, 0.2);
	--trame10: rgba(195, 70, 70, 0.1);
}
.theme-mod {
	--color : #22223B;
	--trame50: rgba(34, 34, 59, 0.5);
	--trame20: rgba(34, 34, 59, 0.2);
	--trame10: rgba(34, 34, 59, 0.1);
}
.theme-arts {
	--color: #b99b5c;
	--trame50: rgba(185, 155, 92, 0.5);
	--trame20: rgba(185, 155, 92, 0.2);
	--trame10: rgba(185, 155, 92, 0.1);
}
.collapse {
	visibility: unset;
}
#mainContent a,
#mainContent a:link {
	color: var(--color);
}
#mainContent {
	position: relative;
	font-family: 'Open Sans';
	font-size: 14px;
	background-color: #fff;
	color: var(--text-color);
}
.learning-container {
	padding: 0 15px;
}
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5 {
	font-weight: 700;
}
#mainContent h1 {
	font-size: 2.8em;
	font-weight: 500;
}
#mainContent h2 {
	font-size: 2.1em;
}
#mainContent h3 {
	font-size: 1.65em;
}
#mainContent h4 {
	font-size: 1.4em;
}
#mainContent hr {
	border-color: #bfbfbf;
}
#mainContent .dashicons,
#mainContent .far,
#mainContent .fas {
	font-size: 16px;
	margin-right: 7px;
}
.remove .fas {
    margin-right: 0 !important;
    margin-left: 8px;
    font-size: 13px !important;
}
/****** BTN *******/
.btn {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
}
.btn-simple {
	color: #fff !important;
	background-color: var(--color);
	padding: 10px 30px;
}
.btn-outline {
	color: var(--color);
	border-color: var(--color);
}
.btn-rounded {
	border-radius: 5em;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-trame:hover {
    background-color: var(--trame20);
    color: var(--color);
}
#mainContent .btn-outline:active,
#mainContent .btn-outline:hover {
    background-color: var(--color);
    color: #fff;
}
.btn:focus {
    outline: none;
    color: var(--color);
    box-shadow: 0 0 0 0.25rem var(--trame50);
}
button.accordion-button.collapsed {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3e%3c/svg%3e");
}
/******* Accordion **************/
.accordions-list {
	display: flex;
}
.accordion {
	flex-basis: 50%;
}
.accordion-item-faq {
	width: 50%;
}
button.accordion-button.collapsed {
	box-shadow: none;
	border-radius: unset;
	border: unset!important;
}
#accordionFaq .accordion-item {
    margin: 0 30px;
}
.accordion-item-faq.fleft {
	float: left;
}
.accordion-item-faq.fright {
	float: right;
}
/******* TAGS **************/
.tag {
    padding: .1em .6em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: inline;
    line-height: 1;
    border-radius: .25em;
    color: #fff;
}
.tag-new {
	background-color: #F7B93E;
}

/****** Fil d'ariane *******/
#breadcrumb {
	background-color: var(--color);
}
#breadcrumb .link-tree {
	margin: 12px 0;
}
#breadcrumb .link-tree.hidden-xs a,
#breadcrumb .link-tree.hidden-xs li {
	color: #fff;
	font: 14px 'Open Sans';
}
#breadcrumb .link-tree.hidden-xs a {
	font-weight: 700;
}

/******** Header Formation ********/
#header-background {
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;
}
#header-background img {
	width: 100%;
}
#learningHeader {
	position: relative;
	height: calc(340px - 150px);
}
.header-content {
	position: absolute;
	right: 0;
	left: 0;
	top: -150px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.learning-title{
	padding: 15px 0;
}
.learning-desc {
    margin-bottom: 20px;
}
.learning-infos {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.learning-infos .field {
	display: flex;
	align-items: center;
}
.learning-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.btn i.fas {
    font-size: 20px;
}
/******** ContentModule ********/
#learningFinancement .footer-block .btn.btn-outline {
    color: #fff !important;
    border-color: #fff;
    padding: 8px 15px !important;
}
#contentModule {
	padding: 0;
}
#learningProg, #faq {
	padding: 60px 0;
}
#contentModule #learningHeader {
	height: calc(340px - 200px);
}
.header-block {
    padding-bottom: 40px;
    text-align: center;
}
.mention {
    text-align: center;
    padding: 15px;
    font-size: 80%;
    font-style: italic;
}
.footer-block{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}
.right {
    margin-left: 15px;
    margin-right: 30px;
}
.left {
    margin-left: 30px;
    margin-right: 15px;
}
#accordionProg .accordion-item {
    margin-bottom: 30px;
}
#contentModule #learningContent {
    padding: 60px 0;
}
.list-promo-3 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.list-promo-3 .card-promo-img {
    background-color: var(--color);
}
.list-promo-3 .card-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.list-promo-3 .card-promo-body {
	text-align: center;
}
#contentModule #learningFinancement {
    background-color: var(--color);
    color: #fff;
}
.card-price {
    background: #FFF;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    width: 355px;
}
.card-price .info-tag {
    background-color: var(--color);
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.card-price .calcul {
    display: flex;
    flex-direction: column;
    font-size: .75em;
    font-weight: 700;
	line-height: 1.6;
    margin-bottom: 5px;
}
.price {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    margin-bottom: 5px;
}
.price div {
    font-size: 1.8em;
    color: #78C0E0;
}
.calcul div:before {
    display: inline-block;
    content: '';
    background-image: url(../images/coche.png);
    width: 14px;
    height: 10px;
    margin-right: 10px;
}
/******** Section learningPromo ********/
#learningPromo,
#learningProg,
#learningFinancement {
	background-color: var(--trame10);
}
#learningPromo {
	border-bottom: 1px solid var(--color);
}
.list-promo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	padding: 60px 0;
}
.card-promo {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 15px;
}
.card-promo-img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--trame20);
}
.card-promo svg {
    fill: #343434;
}
.card-promo-body p {
	padding: 10px 0 15px 0;
	line-height: 1.8;
}
/******** Section learningContent ********/
#navTabs {
	border-bottom: 1px solid var(--trame20);
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
}
#navTabs .nav > li > a {
    color: var(--color-text);
}
#mainContent .tab-pane h2 {
    margin-bottom: 15px;
}
.learning-nav-tabs > li {
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    border-bottom: 2px solid transparent;
    float: left;
}
.learning-nav-tabs > li > a {
	line-height: 1.75;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: unset;
}
.learning-nav-tabs > li:hover {
	color: var(--color);
}
.learning-nav-tabs > li.active {
	color: var(--color);
    border-bottom: 2px solid var(--color);
}
#learningContent {
	padding: 0;
}
#learningContent .tab-pane {
	background-color: unset;
	border: none;
	padding-top: 0;
}
#learningContent .tab-pane p {
	margin-bottom: 10px;
}
.tab-pane ul {
	padding-left: 20px;
	text-align: justify;
	margin: 15px 0;
}
.tab-pane > ul > li {
    margin-bottom: 10px;
}
.tab-pane .table {
	font-size: 0.85em;
}
.sub-title {
	display: block !important;
	margin: 15px 0;
}
.block-infos {
    background-color: #CFE9F1;
    padding: 15px;
    padding-left: 30px;
    position: relative;
    margin: 15px 0 30px;
}
.block-infos:before {
    content: '';
    background: url(../images/exclam.svg);
    height: 28px;
    width: 30px;
    position: absolute;
    top: -6px;
    left: -8px;
}
/******** Aside Block *******/
.container-aside {
	position: sticky;
	top: 100px;
}
.block-ref-pricing,
.block-ref-subscribe,
.block-ref-dates {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2),
				0 1px 1px rgba(0, 0, 0, .14),
				0 1px 3px rgba(0, 0, 0, .12);
}
.content-table {
	margin-top: 30px;
}
.header-table,
.body-table {
    padding: 15px;
}
.header-table {
    background-color: var(--color);
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.body-table {
    background-color: var(--trame10);
    border-radius: 0 0 5px 5px;
}
.ref-pricing p {
	line-height: 1.8;
}
.ref-pricing .field {
	float: right;
}
.footer-pricing,
.formation-mensual-price,
.formation-acompte {
	font-weight: 700;
	font-size: 1.5em;
}
.footer-pricing {
    color: #bc0820;
    text-align: right;
    padding: 10px 15px 0;
}
.block-ref-subscribe {
    background-color: var(--trame10);
    text-align: center;
}
.title-subscribe h3 {
    font-size: 22px !important;
    line-height: 30px;
    margin-bottom: 30px;
}
.subscribe-limit {
	font-size: 0.9em;
	color: #5e5e5e;
	margin-top: 30px;
	font-style: italic;
}
.text-mute {
    padding-top: 10px;
    color: rgba(53,55,57,.6);
}
.small-text {
    font-size: 75%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: #999;
    font-style: italic;
}
.container-aside hr {
    border-color: var(--trame20);
    margin-bottom: 10px;
    margin-top: 15px;
}
.option {
    display: flex;
    padding-top: 5px;
    padding-bottom: 15px;
    position: relative;
    flex-grow: 1;
}
.option input,
.choice input {
	position: absolute;
	opacity: 0;
}
.option label,
.choice label {
    display: grid;
    grid-template-columns: 2em 1fr 2.8em;
    grid-template-areas: "checkbox label";
    width: 100%;
    gap: 10px;
}
.choice label{
    grid-template-columns: 2em 1fr;
}
.option label::before,
.option label::after,
.choice label::before,
.choice label::after {
	content: '';
	grid-area: checkbox;
	display: block;
	margin-top: 0.1em;
}
.option label::before,
.choice label::before {
	width: 100%;
	height: 17px;
	border-radius: 1em;
	border: solid 1px var(--color);
	transition: background-color .3s, border-color .3s;
}
.choice label::before{
	border: solid 1px rgba(26, 79, 137, .3);
}
.option label::after,
.choice label::after {
	position: relative;
	top: 2px;
	left: 2px;
	width: calc(1em - 2px);
	height: calc(1em - 1px);
	border-radius: 50%;
	background-color: var(--color);
	transition: background-color .3s, transform .3s;
}
.choice label::after {
	background-color: rgba(26, 79, 137, 1);
}
.option input:checked + label::before {
	background-color: var(--color);	
}
.choice input:checked + label::before{
	background-color: rgba(26, 79, 137, 1);	
}
.option input:checked + label::after,
.choice input:checked + label::after {
	background-color: #fff;
	transform: translateX(.85em);
}
/********** Section learningFinancement ***********/
#learningFinancement {
	margin-top: 30px;
    padding: 30px;
}
#mainContent #learningFinancement a,
#mainContent #learningFinancement a:link {
	color: var(--text-color);
}
.container-body h2 {
    padding-bottom: 15px;
}
#learningFinancement .nav {
    display: flex;
    border-bottom: unset;
}
#learningFinancement .nav-tabs > li {
    border-top: 3px solid;
    margin-bottom: 0;
    flex-grow: 1;
    flex-basis: 0;
}
#learningFinancement .nav-tabs li.active {
    border-top: 3px solid var(--color);
}
#mainContent #learningFinancement .nav-tabs > li.active > a {
	color: var(--color);
    background-color: #fff;
}
#learningFinancement .nav-tabs > li > a {
    font-weight: 700;
    text-align: center;
    border-radius: inherit;
    margin-right: -1px;
    font-size: 1.2em;
    border: 1px solid #e0e0e0;
    border-top: unset;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
#learningFinancement .nav-tabs > li > a:hover {
    background-color: var(--trame10);
}
#learningFinancement .tab-pane {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    padding: 30px;
}
#learningFinancement h4 {
	margin-bottom: 15px;
}
#learningFinancement .financement-mensuel {
	display: grid;
    grid-template-columns: 14% 55% 24%;
    grid-gap: 30px;
    align-items: center;
}
.tab-img {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-img.img-radius {
    border-radius: 50%;
    overflow: hidden;
}
.tab-img img {
    width: 100%;
}
.tab-content img {
	max-width: 100%;
}
.financement-cpf,
.financement-public {
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-column-gap: 30px;
}
.financement-public {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bfbfbf;
}
.financement-public:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.action {
   	margin-top: 15px;
   	text-align: right;
}
#learningFinancement .tabpanel-body {
}
#formation-mensual-price p {
    padding: 15px 0;
}
#formation-mensual-price {
    text-align: center;
}
.financement-details {
    display: grid;
	gap : 15px;
    grid-template-columns: 1fr 250px 1fr;
}
#pricing-acompte p {
    padding-top: 5px;
}
.pricing-checkbox {
    display: flex;
}
.pricing-checkbox .option label {
	grid-template-columns: 2em 1fr;
	gap: 5px;
}
.financement-choices {
	margin-top: 15px;
}
/******** Section LearningLink ********/
#learningLink {
	padding: 3em 0;
}
#learningLink .links {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	margin-top: 15px;
}
#learningLink .btn {
	text-transform: none;
	font-weight: 500;
}
/******** Responsive ********/
@media (max-width: 1200px) {
	#breadcrumb {
		padding: 0 16px;
	}
	.list-promo {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1100px) {
	.financement-details {
		grid-template-columns: repeat(2, 2fr);
	}
}
@media (max-width: 1000px) {
	.financement-details {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	#header-background {
		height: 200px;
	}
	#header-background img {
		height: 100%;
	}
	#learningHeader,
	#contentModule #learningHeader {
		height: auto;
	}
	.accordion {
		margin: 0 30px;
	}
	#mainContent #contentModule h2 {
		padding: 0;
	}
	.header-content {
		position: relative;
		top: 0;
	}
	.learning-infos {
		padding-bottom: 30px;
	}
	.learning-infos .field-session {
		display: grid;
		grid-template-columns: 2.6em 7.5em;
	}
	.list-promo {
		grid-template-columns: repeat(2, 1fr);
	}
	.accordions-list {
		display: block;
	}
	.accordion-item-faq {
	    width: 100%;
	}
	.card-price {
   		margin-bottom: 15px;
	}
	#learningFinancement .financement-mensuel {
		grid-template-rows: 100px 1fr;
		grid-column-gap: 0;
	}
	.financement-mensuel .tabpanel-body {
		grid-row: 2;
		grid-column: 1 / span 3;
	}
	.financement-mensuel #formation-mensual-price {
		grid-column: 2 / span 3;
	}
	#learningFinancement .financement-mensuel,
	.financement-cpf,
	.financement-public {
		grid-template-columns: 100px 1fr;
	}
}
@media (max-width: 660px) {
	.list-promo {
		grid-template-columns: 1fr;
	}
	.learning-infos .field {
		padding-bottom: 15px;
	}
}
@media (max-width: 540px) {
	#learningFinancement {
		padding: 30px 0;
	}
}
@media (max-width: 480px) {
	.financement-cpf .tab-img,
	.financement-public .tab-img {
		display: none;
	}
	.financement-cpf,
	.financement-public {
		display: block;
	}
	.card-price {
		width: 90%;
	}
}
@media (max-width: 425px) {
	.tab-img.img-radius {
		display: none;
	}
	#learningFinancement .financement-mensuel {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}
	.financement-mensuel #formation-mensual-price {
		grid-column: 1 / span 3;
	}
}

/************* Archive Foramtion ******************/
.header-archive {
	display: flex;
	align-items: center;
}
#backgroundArchive {
	max-height: 400px;
	overflow: hidden;
	width: 100%;
}
#backgroundArchive img {
	width: 100%;
}
.breadcrumb-archive {
	position: absolute;
	left: 0;
	right: 0;
}
.breadcrumb-archive .link-tree {
	margin: 10px 0;
}
#mainContent .breadcrumb-archive li {
	font: 14px 'Open Sans';
	color: #fff;
}
#mainContent .breadcrumb-archive a,
#mainContent .breadcrumb-archive a:link {
	font-weight: 700;
}
.header-title {
	position: absolute;
	width: 100%;
}
#mainContent .header-title h1 {
	font-weight: 700;
	width: 40%;
	color: #FFF;
	margin: 0 15px;
}
.header-title h1 > span {
	background-color: #29556c;
	box-shadow: rgb(41, 85, 108) 15px 0 0, rgb(41, 85, 108) -15px 0 0;
}
.content-archive {
	margin: 30px 0;
}
.grid-archive-formation {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.grid-archive-formation > li {
	list-style: none;
	border: 1px solid #e0e0e0;
}
.grid-archive-formation > li > a {
	text-decoration: none;
}
.grid-archive-formation .card-path:hover {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}
.card-path {
	max-width: 100%;
	transition: all .4s;
}
.card-path-header {
	font-size: 0;
}
.card-img-top {
	max-width: 100%;
	min-height: 180px;
}
.card-path-content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	min-height: 180px;
	padding: 15px 20px;
}
.card-path-categorie {
	display: inline-block;
	color: var(--color);
	text-transform: uppercase;
}
#mainContent .card-path-content h3 {
	font-size: 1.4em;
	height: 3em;
	margin-bottom: 1em;
}
.card-path-information-content {
	display: inline-block;
	margin-right: 15px;
}
.nav-archive {
    margin-bottom: 20px;
}
.nav_formation {
    border-bottom: 1px solid rgba(53, 55, 57, .2);
    display: flex;
    flex-wrap: wrap;
    background: rgba(224, 224, 224, .2);
}
#formation_category {
    position: relative;
    width: 70%;
    background-color: #fff;
}
#formation_categories,
#formation_sub_categories {
	padding: 30px 5px 20px 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
#formation_sub_categories {
	padding-top: 0;
	margin-top: -17px;
	display: none;
}
.sub_show {
	display: flex !important;
}
#formation_categories li,
#formation_sub_categories li {
	margin-right: 13px;
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
}
#formation_sub_categories li {
	display: none;
}
.link-category {
    font-size: 1.03em;
    border: 1px solid;
    padding: 0.3em 0.75em;
    border-radius: 50px;
    border-color: var(--color);
    color: var(--color);
	transition: all .4s;
}
.link-category.active {
    background-color: var(--color);
    color: #FFF !important;
    border: none;
}
.link-category:hover,
.link-category:focus {
	text-decoration: none;
}
.link-category:hover {
	background-color: var(--trame10);
}
#choices {
	position: relative;
	width: 30%;
    padding: 30px 5px 20px 15px;
    border-left: 1px solid #e0e0e0;
}
.concours_choices, 
.parcours_choices {
    display: grid;
    grid-template-columns: 50% 1fr;
    margin-bottom: 10px;
}
.choice {
    margin-bottom: 5px;
}
.remove {
	display: none;
}
.concours_choices a.active .remove,
.parcours_choices a.active .remove {
	color: red;
}
.loadmore_block {
	margin-top: 30px;
	text-align: center;
}

/************* Responsive archive Formation ****************/
@media (max-width: 991px) {
	.grid-archive-formation {
		grid-template-columns: repeat(2, 1fr);
	}
	#mainContent .header-title h1 {
		width: 55%;
	}
	#formation_category {
		width: 55%;
	}
	#choices {
		width: 45%;
	}
}
@media (max-width: 767px) {
	.nav-archive .container-fluid {
		max-width: 100%;
	}
	#formation_category {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	#mainContent h2,
	.content-archive {
		padding: 0 15px;
	}
	#choices {
		width: 100%;
	}
}
@media (max-width: 575px) {
	#mainContent .header-title h1 {
		width: 100%;
	}
}
@media (max-width: 550px) {
	#mainContent .header-title h1 {
		margin-left: 0;
		padding-left: 15px;
		font-size: 2.3em;
	}
	.grid-archive-formation {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-archive-formation > li > a {
		min-width: 100%;
	}
	.card-img-top {
		min-width: 100%;
	}
}
/************* Modal inscription ****************/
#modal-subscribe, #modal-stage {
    background-color: rgba(0,0,0,.5);
}
#modal-subscribe .modal-dialog,
#modal-stage .modal-dialog {
    width: 60%;
}
#modal-subscribe .modal-content,
#modal-stage .modal-content {
    padding: 15px;
}
#modal-subscribe a.btn.btn-simple {
    margin: 10px 0;
}
#modal-subscribe .modal-content .alert {
	font-size: 1.1em;
}
#modal-subscribe .modal-content li>ul {
    margin-left: 40px;
    list-style-type: disclosure-closed;
}