* {
	-webkit-locale: auto;
	white-space: normal;
}
.dsg_table{
		border-collapse: collapse;
}
.dsg_table td,.dsg_table th {
	border: 1px solid #333;
}

.nc_hero {
		max-width: 1440px;
		margin: 0 auto 40px;
		background: linear-gradient(180deg, #645E5C 0%, #8B8584 100%);
		background-repeat: no-repeat;
		background-size: cover;
		height: 510px;
}


.nc_hero__text {
		padding: 112px 0 134px 112px;
		width: 50%;
		max-width: 594px;
}

.nc_header__content {
		max-width: 800px;
		margin: auto;
		text-align: center;
		margin-top: 40px;
}

.nc_header h1 {
		margin-bottom: 24px;
}

.nc_header p {
		font-size: 20px;
		line-height: 30px;
}

[class*="nc"] h1 {
		color: #01003C;
		font-family: "Montserrat";
		font-size: 48px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 52px;
		text-transform: uppercase;
		margin-top: 0;
}

[class*="nc"] h2 {
		color: #010035;
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 40px;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 0;
}

[class*="nc"] h3 {
		color: #010035;
		font-family: "Montserrat";
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 40px;
		margin-bottom: 40px;
		margin-top: 0;
}
[class*="nc"] h3 .nc_title__picto {
		display: inline-block;
		width: 32px;
		height: 32px;
		margin-right: 16px;
		vertical-align: middle;
}

[class*="nc"] h4 {
		color: #010035;
		font-family: "Montserrat";
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 28px;
		margin-top: 0;
}

[class*="nc"] p {
		color: #545454;
		font-family: "Source Sans Pro";
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 30px;
		margin-top: 0;
}


.nc_hero h1 .movingline {
		position: relative;
}

.nc_hero h1 .movingline::after {
		content: "";
		background: #E9051E;
		height: 8px;
		bottom: -16px;
		width: 0;
		width: 180px;
		display: block;
		position: absolute;
		left: 0;
}

.nc_section {
		/* max-width: 1216px; */
		margin: auto;
		max-width: 1440px;
		padding: 40px 16px;
		overflow: hidden;
}
.nc_section_all{
		margin-top:40px;
}

.nc_section.nc_section__full {
		max-width: auto;
		padding: 0;
}

#nc_themathique_large .nc_container {
	max-width: 1250px;
			}
	
			#nc_themathique_large .nc_thematiques {
					max-width: 1250px;
	}

.nc_container {
		/* margin: 0 16px; */
		max-width: 1216px;
		margin: auto;
}

.nc_thematiques {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1036px;
		margin: auto;
}

.nc_thematiques__card {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 176px;
		width: 179px;
		border-radius: 4px;
		background-color: #FFFFFF;
		box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
		margin: 0 14px 14px;
}

.nc_thematiques__card:hover {
		box-shadow: 0 2px 8px 0 rgba(189, 189, 189, 0.5);
}

.nc_thematiques__card__picto {
		height: 64px;
		width: 64px;
		margin-bottom: 24px;
}

.nc_thematiques__card .nc_thematiques__card__title {
		color: #010035;
		font-family: "Source Sans Pro";
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 25px;
		margin: 0;
		text-align: center;
}

.nc_btn__newsletter {
		color: #E2010B;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 20px;
		text-align: center;
		border: 0;
		padding: 0 0 0 32px;
		background: none;
		background-image: url('../img/picto-inscription.png');
		background-repeat: no-repeat;
		background-position: left;
		cursor: pointer;
}

.nc_dfjcsb {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-bottom: 40px;
}

.nc_dfjcsb p, .nc_dfjcsb h3 {
		margin-bottom: 0;
}

.nc_slider {
		position: relative;
}

.nc_slider .swiper-wrapper {
		margin-bottom: 32px;
}
#prochaines_videos .nc_card.swiper-slide,#prochaines_videos .nc_card.swiper-wrapper {
		-webkit-transform: unset;
}

.nc_slider .swiper-pagination {
		position: static;
}


.nc_slider .swiper-pagination-bullet {
		height: 8px;
		width: 8px;
		margin: 0 4px;
		transition: width .3s linear;
		border-radius: 4px;
		opacity: 1;
		background: #97999D;
}
.swiper-pagination-bullet:focus{
		outline: none;
		box-shadow: 0 0 0 1pt #000;
		height: 6px;
		width: 6px;
		margin-bottom: 1px!important;
}
.swiper-pagination-bullet:hover{
		background : #C80319;
}

.nc_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
		height: 8px;
		width: 40px;
		background-color: #E9041E;
}

.nc_slider__controls {
		position: absolute;
		top: calc(50% - 24px);
		left: -64px;
		right: -64px;
		z-index: 99;
}

.nc_slider__controls .nc_btn__prev,
.nc_slider__controls .nc_btn__next {
		height: 48px;
		width: 48px;
		background-color: #FFFFFF;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
		border: none;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		position: absolute;
}


.nc_slider__controls .nc_btn__prev.swiper-button-disabled,
.nc_slider__controls .nc_btn__next.swiper-button-disabled {
		display: none;
}

.nc_slider__controls .nc_btn__prev {
		left: 0;
		transform: scaleX(-1);
}

.nc_slider__controls .nc_btn__next {
		right: 0;
}

.nc_slider__controls .nc_btn__prev::before,
.nc_slider__controls .nc_btn__next::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border: 2px solid #E2010B;
		transform: rotate(-45deg);
		margin: auto;
		border-left: none;
		border-top: none;
}

.nc_modal {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0 !important;
		padding: 2rem;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.4);
		overflow: hidden;
		z-index: 1000;
}

.nc_modal[aria-hidden="false"] {
		display: block;
}

.nc_modal__wrapper {
		margin: 0 auto;
		position: relative;
		width: 100%;
		max-width: 920px;
		padding: 4.375rem;
		outline: 0;
		box-sizing: border-box;
		background-color: #fff;
		max-height: 100%;
		height: 100%;
		overflow: hidden;
}

.nc_modal__content {
		overflow: auto;
		max-height: 100%;
}

.nc_modal__close {
		position: absolute;
		top: 1.5rem;
		right: 1.5rem;
		height: 1.5rem;
		width: 1.5rem;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
}

.nc_duree {
		display: inline-block;
		color: #FFFFFF;
		font-family: "Source Sans Pro";
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 15px;
		text-transform: uppercase;
		padding: 8px 0 8px 40px;
		background: transparent no-repeat url(../img/picto-video-32.png) left/contain;
		position: absolute;
		top: 140px;
}
.nc_duree.nc_duree__article {
		background-image: url(../img/picto-article-32.png);
}

.nc_label {
		font-family: "Source Sans Pro";
		font-size: 12px;
		letter-spacing: 0;
		line-height: 18px;
		display: inline;
		margin-bottom: 4px;
		text-transform: uppercase;
}

.nc_label.nc_label__red, .nc_label.nc_label__purple {
		padding: 4px 8px;
		border-radius: 2px;
		color: #FFFFFF;
		font-weight: 600;
		line-height: 20px;
}
.nc_label.nc_label_avenir{
		background-color: #7739C2;
		padding: 7px;
}

.nc_label.nc_label__red {
		background-color: #E9041E;
}

.nc_label.nc_label__purple {
		background-color: #010035;
}

.nc_button {
		height: 48px;
		/* width: 230px; */
		border-radius: 26px;
		background-color: #E2010B;
		color: #FFFFFF;
		padding: 16px 28px;
		box-sizing: border-box;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 16px;
		text-align: center;
		border: none;
		cursor: pointer;
		margin-bottom: 24px;
}
.nc_button:hover {
		background-color: #C80319;
}

.nc_link {
		color: #EE0324;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 24px;
}

.nc_link::after {
		content: '';
		display: inline-block;
		width: 1rem;
		height: 1rem;
		vertical-align: middle;
		background: transparent no-repeat url(../../../../assets/img/pictos/arrow_icon-droite.svg) center/contain;
		background-position-y: initial;
		margin-left: 8px;
}
.nc_link.nc_link__white {
		color: white;
}
.nc_slider .nc_link.nc_link__white {
		position: relative;
		bottom: auto;
}
.swiper-slide .nc_link {
		position: absolute;
		bottom: 16px;
}
.nc_link.nc_link__white::after {
		background-image: url(../../../../assets/img/pictos/ui-arrow-right.svg);
}
.nc_link.nc_link__back {
		padding-left: 1.5rem;
		position: relative;
}
.nc_link.nc_link__back::after {
		position: absolute;
		margin: 0;
		left: 0;
		transform: scaleX(-1);
		top: 2px;
}

.nc_link.nc_link__secondary {
		color: #545454;
		font-weight: normal;
		text-decoration: underline;
}
.nc_link.nc_link__secondary::after {
		content: none;
}

.nc_card, .nc_card.swiper-slide {
		border-radius: 4px;
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		background-color: #FFFFFF;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.nc_card.swiper-slide {
		height: 356px!important;
}
.swiper-wrapper .nc_card.swiper-slide:not(.swiper-slide-visible) {
		opacity: 60%;
}
.nc_card .nc_card__clickable {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
}

.nc_card, .nc_card.swiper-slide:hover {
		box-shadow: 0 2px 8px 0 rgba(189, 189, 189, 0.5);
}

.nc_card.nc__card__offer {
		height: auto;
		text-align: center;
		overflow: inherit;
}
.nc_card.nc__card__offer .dsg_o_offercards_card_sticker{
		position: absolute;
		right: -15px;
		top: -20px;
		width: 100px;
}

.nc_card.nc__card__offer .nc_card__content {
		align-items: center;
		padding: 48px 24px;
}

.nc_card .nc_card__visuel {
		height: 180px;
		min-height: 180px;
		position: relative;
}
.nc_card.swiper-slide .nc_card__visuel::after {
		content: "";
		background: linear-gradient(180deg, rgba(1,0,62,0) 0%, #010036 100%);
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		left: 0;
}
.nc_card .nc_card__visuel img {
		object-fit: cover;
		height: 100%;
		width: 100%;
}
.nc_card.nc__card__offer .nc_card__visuel::after,
.nc_card.nc_card-bg .nc_card__visuel::after,
.nc_card.nc_card__banner .nc_card__visuel::after {
		content: unset;
}
.nc_card .nc_card__visuel img[src="undefined"] { visibility: hidden; }
.nc_card .nc_card__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
}
.nc_card .nc_card__content .nc_card__picto {
		width: 64px;
		height:64px;
		margin-bottom: 28px;
}
.nc_card .nc_card__content .nc_card__title {
		margin-bottom: 8px;
		font-size: 20px;
}
.swiper-slide.nc_card .nc_card__content .nc_card__title {

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
}
.nc_card.nc__card__offer .nc_card__content .nc_card__title {
		font-size: 24px;
		line-height: 29px;
		height: 60px;
		margin-bottom: 15px;
}
.nc_card.nc__card__offer .nc_card__content .nc_card__text {
		height: 70px;
		margin-bottom: 30px;
}

.nc_card .nc_card__content .nc_card__text{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
		font-weight: normal;
}
.swiper-slide.nc_card .nc_card__content .nc_card__text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
}
.nc_card.nc_card-bg {
		box-shadow: none;
		background: linear-gradient(180deg, rgba(217,216,232,0) 0%, #010035 100%);
}
.nc_card.nc_card-bg .nc_card__visuel {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: transparent;
}
.nc_card.nc_card-bg .nc_card__content {
		color: white;
		padding: 0 52px 16px 16px;
		margin-top: auto;
}
.nc_card.nc_card-bg .nc_card__content .nc_card__title {
		color: white;
		margin-top: 12px;
}
.nc_card.nc_card-bg .nc_card__content .nc_card__text{
		color: white;
}

.nc_card.nc_card__banner {
		box-shadow: none;
		background-color: transparent;
		overflow: visible;
		margin-top: 40px;
}

.nc_card.nc_card__banner .nc_card__visuel {
		height: auto;
}

.nc_card.nc_card__banner .nc_card__content {
		position: absolute;
		width: 507px !important;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 90px;
		justify-content: center;
}

.nc_card.nc_card__banner .nc_label {
		margin-bottom: 16px;
}

.nc_card.nc_card__banner .nc_card__title {
		font-size: 32px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 40px;
		margin-bottom: 16px;
}
.nc_card.nc_card__banner .nc_card__text {  
		color: #010035;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
		margin-bottom: 16px;
}

.nc_filters {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		flex-wrap: wrap;
}

.nc_filters__filter {
		margin: 0 8px 16px;
		padding: 8px 16px;
		border: none;
		border-radius: 4px;
		background-color: #F4F5F6;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 18px;
		color: #E2010B;
		cursor: pointer;
		font-weight: bold;
}
.nc_filters__filter:hover {
	color: #fff;
	background-color: #C80319;
}
.nc_filters__filter[aria-selected="true"] {
		background-color: #545454;
		color: white;
}
.nc_filters__filter[aria-selected="true"]:hover {
		background-color: #B6B6B6;
}

.nc_grid {
		display: flex;
		flex-wrap: wrap;
}

.nc_grid.nc_grid__offer {
		justify-content: center;
}

.nc_grid .nc_card {
		width: 100%;
		max-width: 386px;
		margin-bottom: 40px;
}

.nc_grid .nc_card:nth-child(3n + 1),
.nc_grid .nc_card:nth-child(3n + 2) {
		margin-right: 28px;
}

.nc_pagination {
		display: flex;
		justify-content: center;
}

.nc_pagination__item,
.nc_pagination__prev,
.nc_pagination__next {
		margin: 0 4px;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 16px;
		border-radius: 16px;
		cursor: pointer;
		border: none;  
		color: #545454;
		text-decoration: underline;
		height: 32px;
		width: 32px;
		background-color: #FFFFFF;
		transition: all .3s linear;
}

.nc_pagination__item[aria-selected="true"] {
		color: #FFFFFF;
		background-color: #7739C2;
		text-decoration: none;
}

.nc_pagination__prev {
		left: 0;
		transform: scaleX(-1);
}

.nc_pagination__next {
		right: 0;
}

.nc_pagination__prev::before,
.nc_pagination__next::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border: 2px solid #545454;
		transform: rotate(-45deg);
		margin: auto;
		border-left: none;
		border-top: none;
}

.nc_select {
		position: relative;
		width: 240px;
		max-width: 240px;
		border: 1px solid #010035;
		border-radius: 4px;
		background-color: #FFFFFF;
		color: #545454;
		font-family: "Source Sans Pro";
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 20px;
		display: inline-block;
}

.nc_select select {
display: none; 
}

.nc_select .select-selected:after {
position: absolute;
content: "";
display: block;
width: 12px;
height: 12px;
top: 12px;
right: 20px;
border: 2px solid #545454;
border-top: none;
border-left: none;
transform: rotate(45deg);
}

.nc_select .select-selected.select-arrow-active:after {
top: 20px;
transform: rotate(-45deg) scaley(-1);
}

.select-items div,.select-selected {
padding: 12px 16px;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
}

.select-items {
position: absolute;
top: calc(100% + 8px);
left: 0;
right: 0;
z-index: 99;
border-radius: 4px;
background-color: #FFFFFF;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.select-hide {
display: none;
}

.select-items div:hover, .same-as-selected {
background-color: #F1F1FA;
} 

.dsg_a_list_style { 
		list-style-type: square;
		list-style: circle;
		display: block;
				}

@media screen and (max-width:1023px) {
		.dsg_a_button.-dsg_secondaire.-dsg_reverse {
				margin-top: 0px!important;
				white-space: pre-wrap;
		}
		.nc_header__content{
				margin-top:16px;
		}
		.nc_header__content h2{
				margin-bottom :16px;
		}
		.nc_card.nc_card__banner{
				margin-top:0;
		}
		.nc_hero {
				margin-bottom: 20px;
				background: linear-gradient(180deg, #645E5C 0%, #8B8584 100%);
				margin-top: -50px; /* template rustine */
				height: auto;
		}

		.nc_hero__text {
				width: 100%;
				max-width: 100%;
				padding: 32px 16px 40px 16px;
				box-sizing: border-box;
		}

		.nc_section {
				padding: 20px 16px;
		}
		.nc_section_all{
				margin-top:20px;
		}
		.nc_section__full.nc_section_mea{
				margin-top:40px;
		}
		[class*="nc"] h1 {
				font-size: 24px;
				font-weight: bold;
				line-height: 36px;
		}

		[class*="nc"] h2 {
				font-size: 24px;
				letter-spacing: 0.21px;
				line-height: 28px;
		}

		[class*="nc"] h3 {
				font-size: 20px;
				line-height: 30px;
				margin-bottom: 16px;
		}

		[class*="nc"] h4 {
				font-size: 16px;
				line-height: 20px;
		}

		[class*="nc"] p {
				font-size: 16px;
				font-weight: normal;
				letter-spacing: 0;
				line-height: 24px;
		}

		.nc_hero h1 .movingline::after {
				content: "";
				background: #E9051E;
				height: 4px;
				bottom: -16px;
				width: 0;
				width: 92px;
				display: block;
				position: absolute;
		}

		.nc_hero p {
				font-size: 18px;
				letter-spacing: 0;
				line-height: 27px;
		}

		.nc_thematiques {
				margin: 0 -8px;
		}

		.nc_thematiques__card {
				height: 116px;
				width: 109px;
				margin: 0 4px 8px;
		}

		.nc_thematiques__card__picto {
				margin-bottom: 16px;
		}
		.nc_thematiques__card__picto-cc{
				margin-bottom: unset;
		}
		.nc_thematiques__card .nc_thematiques__card__title {
				font-size: 14px;
				letter-spacing: 0.12px;
				line-height: 16px;
		}
		
		.nc_card.nc__card__offer .nc_card__content .nc_card__title {
		height: auto;
			}

		.nc_dfjcsb {
				display: block;
				margin-bottom: 24px;
		}

		.nc_dfjcsb p {
				margin-bottom: 16px;
		}

		.nc_modal {
				padding: 0 0 2rem;
		}

		.nc_modal__close {
				right: 0;
				left: 0;
				margin: auto;
		}

		.nc_modal__wrapper {
				padding: 3.5rem 1rem 2.5rem;
		}

		.nc_duree {
				padding: 4px 0 4px 32px;
				background: transparent no-repeat url(../img/picto-video-24.png) left/contain;
				position: absolute;
				top: 96px;
		}
		.nc_duree.nc_duree__article {
				background-image: url(../img/picto-article-24.png);
		}

		.nc_card.swiper-slide {
				height: 272px!important;
		}
		.nc_card.swiper-slide .nc_link:not(.nc_link__white){
				display:none;
		}

		.nc_card .nc_card__content .nc_card__title,
		.nc_card .nc_card__content .nc_card__text {
				font-size: 14px;
				margin-bottom: 8px;
		}

		.nc_card.swiper-slide .nc_card__visuel {
				height: 136px;
				min-height: 136px;
		}

		.nc_card.nc_card-bg .nc_card__visuel {
				height: 100%;
		}

		.nc_card.nc_card-bg .nc_card__content {
				padding: 0 40px 16px 16px;
		}

		.nc_card.nc_card-bg .nc_card__content .nc_card__text{
				font-size: 14px;
				line-height: 20px;
		}

		.nc_card.nc_card__banner .nc_card__content {
				position: static;
				background-color: #E4E4EF;
				width: auto;
				border-bottom: 8px solid #F3F3F8;
				margin-top: -4px;
		}

		.nc_card.nc_card__banner .nc_card__title {
				font-size: 24px;
				line-height: 32px;
		}

		.nc_grid .nc_card:nth-child(3n+1), .nc_grid .nc_card:nth-child(3n+2) {
				margin-right: 0;
		}
		.nc_select {
				width: 100%;
				max-width: 386px;
				margin-top: 8px;
		}
		.nc_slider .swiper-wrapper {
				margin-bottom: 24px;
		}

}
.dsg_a_button.-dsg_secondaire.-dsg_reverse {
		margin-top: 40px;
}
.dsg_a_button.-dsg_secondaire.-dsg_reverse::before {
		background: url(../../../../assets/img/pictos/arrow_icon-Gauche.svg) no-repeat;
		transform: rotate(360deg);
		height: 13px;
		width: 16px;
		margin-right: 0.50rem;
}
/*Conseiller*/
.dsg_m_conseiller {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 0;
}

.dsg_m_conseiller .dsg_a_image {
		border-radius: 50%;
		width: 5.5rem;
		height: 5.5rem;
		margin: 0;
				margin-right: 0px;
}

.dsg_a_image {
		max-width: 100%;
		max-height: 100%;
}

.dsg_image_banniere {
		height: inherit;
}

.dsg_atc.dsg_lp .dsg_atc_hero img {
		height: inherit !important;
}

.dsg_m_conseiller .dsg_contenu {
		text-align: left;
}

.dsg_m_conseiller .dsg_contenu p {
		margin: 0;
}

.dsg_m_conseiller .dsg_contenu .dsg_a_text:first-child {
		font-weight: bold;
		font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}


.nc_label.nc_label__purple {
		display:none;
}
