@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/OpenSans-Light.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/OpenSans-LightItalic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/OpenSans-Regular.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/OpenSans-Italic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/OpenSans-SemiBold.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/OpenSans-SemiBoldItalic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/OpenSans-Bold.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/OpenSans-BoldItalic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/OpenSans-ExtraBold.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/OpenSans-ExtraBoldItalic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Raleway-Bold.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Raleway;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Raleway-BoldItalic.woff2)format("woff2")
}
@font-face {
    font-display : swap;
    font-family: Rasa;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Rasa-Medium.woff2)format("woff2")
}
@font-face {
    font-display : block;
    font-family: bootstrap-icons;
    src: url(../fonts/bootstrap-icons.woff2)format("woff2"),
    url(../fonts/bootstrap-icons.woff)format("woff")
}

*, :after, :before {
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body
{
	-webkit-text-size-adjust:100%;
	font-family: "Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 0.875rem;
	text-align: start;
	padding-bottom: 3.5rem;
	line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1f2937;
    font-family: Raleway,Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 700;
    line-height: 1.2;
	margin-bottom: 1rem;
    margin-top: 0;
}
.h1, h1 {
    font-size: calc(1.325rem + .9vw);
}
.h2, h2 {
    font-size: calc(1.3rem + .6vw);
}
.h4, h4 {
    font-size: 1.25rem;
}
.h6, h6 {
    color: #4b5563;
    font-size: .75rem;
    text-transform: uppercase;
	margin-bottom: 0.25rem;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	margin: 0;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
a {
    color: #111827;
    text-decoration: underline;
}
a:hover {
    color: #dc0425;
    text-decoration: none;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
img, svg {
    vertical-align: middle;
}
img, picture {
    height: auto;
    max-width: 100%;
}
ol, ul {
    padding-left: 2rem;
}
dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
label {
    display: inline-block;
}

.btn, .orejime-Button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	color: #374151;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.7142857;
	padding: 0.375rem 0.75rem;
	text-align: center;
	text-decoration: none;
	transition: color.15s ease-in-out,
	background-color.15s ease-in-out,
	border-color.15s ease-in-out,
	box-shadow.15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle
}
.btn-chip, .btn-link {
	text-decoration: underline
}
.btn-close {
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    width: 1em;
	background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")50% / 1em auto no-repeat;
	border: 0;
    border-radius: 0.375rem;
    padding: 0.25em;
}
.btn:hover, .orejime-Button:hover {
    color: #dc0425;
}
.btn.disabled, .btn:disabled, .disabled.orejime-Button, .orejime-Button:disabled, fieldset:disabled.btn, fieldset:disabled.orejime-Button {
	color:#fff;
	opacity:.65;
	pointer-events:none
}
.btn.btn-primary {
	background-color: #dc0425;
	border: 1px solid #dc0425;
	color: #fff;
}
.btn.btn-primary:hover {
    color: #fff;
	background-color: #bb031f;
	border-color: #b0031e;
}
.btn-outline-dark {
	border: 1px solid #e5e7eb;
}
.btn.btn-outline-dark:hover {
    color: #fff;
	background-color: #1f2937;
	border-color: #1f2937;
}
.fade {
	transition:opacity.15s linear
}
.evitement {
    position: absolute;
    padding: 0.3rem;
    top: 0.5rem;
    left: 0.5rem;
    color: #f1f1f1;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.evitement:focus {
    outline: solid #FABF09 4px;
    outline-offset: 1px;
    z-index: 9999;
}


/* HEADER */
.header {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.navbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.5rem 0;
	position: relative
}
.navbar-bottom {
    background-color: #fff;
    box-shadow: 0 1px #e5e7eb;
}
.navbar-top {
    background-color: #1c1e3b;
}
.nav-link {
	color: #1f2937;
	display: block;
    font-weight: 700;
	padding: 0.5rem 0;
	text-decoration: none;
	transition: color.15s ease-in-out, background-color.15s ease-in-out, border-color.15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: #dc0425;
}
.navbar-top, .navbar-top .nav-link {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar .nav-link {
    background-color: transparent;
    border: none;
}
.list-links>li, .nav-link-arrow {
    -webkit-padding-start: 1.5em;
    display: inline-block;
    padding-inline-start: 1.5em;
    position: relative;
    text-decoration: none;
}
.list-links>li:before, .nav-link-arrow:before {
    speak: never;
    color: #dc0425;
    display: inline-block;
    font-family: bootstrap-icons,cursive;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    text-rendering: auto;
    text-transform: none;
    vertical-align: -0.125em;
    content: "\f138";
    left: 0;
}
.navbar-bottom .dropdown-item.nav-link-arrow:before, .navbar-bottom .list-links>li.dropdown-item:before, .navbar-bottom .priority-nav__dropdown .list-links>li.nav-link:before, .navbar-bottom .priority-nav__dropdown .nav-link-arrow.nav-link:before, .priority-nav__dropdown .navbar-bottom .list-links>li.nav-link:before, .priority-nav__dropdown .navbar-bottom .nav-link-arrow.nav-link:before {
    left: 1rem;
}
.list-links>li[href]:hover, .nav-link-arrow[href]:hover {
    color: #dc0425;
    text-decoration: underline;
}
.navbar-brand {
	color: rgba(0,0,0,.9);
	font-size: 1.125rem;
	margin-right: 1rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 0;
    padding-top: 0
}
.navbar-brand>img {
    height: 2.5rem
}
.navbar-bottom .navbar-brand {
    z-index: 10;
	position: relative;
}
.navbar-bottom .dropdown-toggle {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-bottom .dropdown-toggle.show {
    color: #dc0425
}
.navbar-bottom .dropdown-item:focus, .navbar-bottom .dropdown-item:hover, .navbar-bottom .priority-nav__dropdown .nav-link:focus, .navbar-bottom .priority-nav__dropdown .nav-link:hover, .priority-nav__dropdown .navbar-bottom .nav-link:focus, .priority-nav__dropdown .navbar-bottom .nav-link:hover {
    color: #dc0425;
}
.navbar-bottom .navbar-collapse {
    background-color: #fff;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    overflow-y: auto;
    padding-top: 3.5rem;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    z-index: -1
}
.navbar-bottom .navbar-collapse .row {
	margin-left: 0;
    margin-right: 0;
}
.navbar-bottom .navbar-collapse .row>* {
	padding-left: 0;
    padding-right: 0;
}
.navbar-bottom .navbar-collapse.collapsing {
    height: auto;
    transition: transform.35s ease-in-out, box-shadow.35s ease-in-out
}
.navbar-bottom .navbar-collapse.show {
    transform: translateX(0);
    transition: transform.35s ease-in-out, box-shadow.35s ease-in-out
}
.navbar-bottom .navbar-collapse.collapsing, .navbar-bottom .navbar-collapse.show {
    transition: transform .35s ease-in-out,box-shadow .35s ease-in-out;
}
.navbar-top .nav-link {
    line-height: 2.5rem;
    text-transform: uppercase;
}
.navbar-collapse {
	align-items: center;
	flex-basis: 100%;
	flex-grow: 1;
}
.navbar-toggler {
	background-color: transparent;
	border: 0;
	border-radius: 0.375rem;
	color: #1f2937;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.25rem 0.75rem;
	transition: box-shadow 0.15s ease-in-out;
	height: 2.5rem;
    justify-items: center;
    position: absolute;
    top: 0;
    width: 3rem;
}
.navbar-toggler:first-of-type {
    left: 0;
}
.navbar-toggler:last-of-type {
    right: 0
}
.navbar-toggler-icon {
	display: inline-block;
	vertical-align: middle;
	left: 14px;
}
.navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    background: #1f2937;
    border-radius: 50rem;
    height: .125rem;
    position: absolute;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19);
    width: 1.25rem;
}
.navbar-toggler-icon:after, .navbar-toggler-icon:before {
    content: "";
    display: block;
}
.navbar-toggler-icon:before {
    top: -0.375rem;
    transition: top 75ms ease .12s,opacity 75ms ease;
}
.navbar-toggler-icon:after {
    bottom: -0.375rem;
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.collapse:not(.show) {
    display: none;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu, .navbar-nav .priority-nav__dropdown {
	position: static
}
.navbar-text {
    color: rgba(0,0,0,.55);
	padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-bottom .navbar-text {
	background-color: #e5e7eb;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
    color: #dc0425;
}
.navbar-bottom .navbar-text a {
    color: #111827;
}
.me-auto {
	margin-right: auto!important
}
.me-1 {
    margin-right: 0.25rem!important;
}
.ms-auto {
	margin-left: auto!important
}
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle:after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em
}
.dropdown-toggle:empty:after {
	margin-left: 0
}
.dropdown-toggle:after {
	border: none;
	content: "\f282";
	font-family: bootstrap-icons;
	vertical-align: -0.125em;
}
.dropend .dropdown-toggle:after {
	border: none;
	content: "\f285"
}
.dropstart .dropdown-toggle:after {
	border: none;
	content: "\f284"
}
.dropdown-toggle.show:not(.dropend .dropdown-toggle.show):not(.dropstart .dropdown-toggle.show):after {
	content: "\f286"
}
.dropdown-menu, .priority-nav__dropdown {

	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.175);
	border-radius: 0.375rem;
	color: #374151;
	display: none;
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	min-width: 10rem;
	padding: 0.5rem 0 ;
	position: absolute;
	text-align: left;
	z-index: 1000;
	top: 100%;
}
.navbar-top .dropdown-menu, .navbar-top .priority-nav__dropdown {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .2);
    margin-top: 0
}
.navbar-bottom .dropdown-menu, .navbar-bottom .priority-nav__dropdown {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-bottom .dropdown-menu .nav, .navbar-bottom .priority-nav__dropdown .nav {
    background-color: #f3f4f6;
}
.dropdown-menu.show, .show.priority-nav__dropdown {
    display: block;
}
.dropend .dropdown-menu, .dropend.priority-nav__dropdown {
    top: 0;
	left: 100%;
    margin-left: 0.125rem;
    right: auto;
	max-height: 328px;
	overflow-y: auto;
}
.dropdown-item, .priority-nav__dropdown.nav-link {
	background-color: transparent;
	border: 0;
	clear: both;
	color: #111827;
	display: block;
	font-weight: 400;
	padding: 0.25rem 1rem;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	width: 100%
}
.dropdown-item:focus, .dropdown-item:hover, .priority-nav__dropdown .nav-link:focus, .priority-nav__dropdown .nav-link:hover {
    color: #0f1623;
	background-color: #e5e7eb;
}
.navbar-top .dropdown-item, .navbar-top .priority-nav__dropdown .nav-link, .priority-nav__dropdown .navbar-top .nav-link {
    font-size: .75rem;
    font-weight: 600;
}
.navbar-bottom .dropdown-item, .navbar-bottom .priority-nav__dropdown .nav-link, .priority-nav__dropdown .navbar-bottom .nav-link {
    font-weight: 600;
    white-space: normal;
}
.navbar-bottom .dropdown-item.nav-link-arrow, .navbar-bottom .list-links>li.dropdown-item, .navbar-bottom .priority-nav__dropdown .list-links>li.nav-link, .navbar-bottom .priority-nav__dropdown .nav-link-arrow.nav-link, .priority-nav__dropdown .navbar-bottom .list-links>li.nav-link, .priority-nav__dropdown .navbar-bottom .nav-link-arrow.nav-link {
    font-weight: 700!important;
	padding-left: 2.5rem;
}
.navbar-bottom .navbar-nav:nth-child(3) .nav-link {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
	border-bottom: none;
}
.navbar-quick-access {
    bottom: 0;
    display: block;
    position: fixed;
    z-index: -2;
	background-color: #fff;
    box-shadow: 0 -1px #e5e7eb;
    padding-bottom: 0;
    padding-top: 0;
	left: 0;
    right: 0;
}
.navbar-quick-access .nav-item {
    flex: 1;
}
.navbar-quick-access .nav-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    height: 3.5rem;
    justify-content: center;
	border-bottom: 0.25rem solid transparent;
    padding: 0.5rem 0.25rem 0.25rem;
    text-align: center;
}
.navbar-quick-access .nav-icon {
    height: 1.25rem;
}
.navbar-quick-access .nav-link>span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .625rem;
    font-weight: 600;
    overflow: hidden;
}
.navbar-quick-access .videos {
	color: #dc0425;
}

.offcanvas {
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform .3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
	background-clip: padding-box;
    background-color: #fff;
}
.offcanvas-top {
    height: fit-content!important;
}
.offcanvas.offcanvas-top {
    height: 30vh;
    max-height: 100%;
    top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0,0,0,.175);
    transform: translateY(-100%);
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas-backdrop {
	background-color:#000;
	height:100vh;
	left:0;
	position:fixed;
	top:0;
	width:100vw;
	z-index:1040
}
.offcanvas-backdrop.fade {
	opacity:0
}
.offcanvas-backdrop.show {
	opacity:.5
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
	padding: 1rem;
}
.offcanvas-header .btn-close {
    margin-bottom: calc(1rem*-.5);
    margin-top: calc(1rem*-.5);
    padding: calc(1rem*.5) calc(1rem*.5);
	margin-right: calc(1rem*-.5);
}
.offcanvas-title {
    line-height: 1.5;
	margin-bottom: 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
	padding: 1rem;
}
.offcanvas-top .offcanvas-body, .offcanvas-top .offcanvas-header {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(1.5rem*.5);
    padding-right: calc(1.5rem*.5);
}
.form-control {
    appearance: none;
    color: #374151;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7142857;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
	background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}
.form-label {
    color: #1f2937;
    font-weight: 700;
	margin-bottom: 0.5rem;
}
.form-select {
	appearance: none;
    background-color: #fff;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 12px;
	background-position: right 0.75rem center;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
	color:#374151;
    display:block;
    font-size:.875rem;
    font-weight:400;
    line-height:1.7142857;
    padding:.375rem 2.25rem.375rem.75rem;
    transition:border-color.15s ease-in-out,
    box-shadow.15s ease-in-out;
    width:100%
}
.form-select:focus {
    border-color:#ee8292;
    box-shadow:0 0 0.25rem rgba(220, 4, 37, .25);
    outline:0
}
.form-select[multiple], .form-select[size]:not([size = "1"]) {
    background-image:none;
    padding-right:.75rem
}
.form-select:disabled {
    background-color:#e5e7eb
}
.form-select:-moz-focusring {
    color:transparent;
    text-shadow:0 0 0#374151
}
.form-select-sm {
    border-radius:.25rem;
    font-size:.75rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    padding-top:.25rem
}
.form-check {
    display:block;
    margin-bottom:.125rem;
    min-height:1.3125rem;
    padding-left:1.5em
}
.form-check .form-check-input {
    float:left;
    margin-left:-1.5em
}
.form-check-input {
    color-adjust:exact;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#fff;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    border:1px solid rgba(0, 0, 0, .25);
    height:1em;
    margin-top:.25em;
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
    vertical-align:top;
    width:1em
}
.form-check-input[type = checkbox]{
    border-radius:.25em
}
.form-check-input[type = radio]{
    border-radius:50 %
}
.form-check-input:active {
    filter:brightness(90%)
}
.form-check-input:focus {
    border-color:#ee8292;
    box-shadow:0 0 0.25rem rgba(220, 4, 37, .25);
    outline:0
}
.form-check-input:checked {
    background-color:#dc0425;
    border-color:#dc0425
}
.form-check-input:checked[type = checkbox]{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}
.form-check-input:checked[type = radio]{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}
.form-check-input[type = checkbox]:indeterminate {
    background-color:#1c1e3b;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color:#1c1e3b
}
.form-check-input:disabled {
    filter:none;
    opacity:.5;
    pointer-events:none
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    cursor:default ;
    opacity:
    .5
}
.form-control-col {
    display:flex;
	flex-direction:column;
    margin-right:1rem
}
.form-switch {
    padding-left:2.5em
}
.form-switch .form-check-input {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position:left center;
    border-radius:2em;
    margin-left:-2.5em;
    transition:background-position.15s ease-in-out;
    width:2em
}
.form-switch .form-check-input:focus {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ee8292'/%3E%3C/svg%3E")
}
.form-switch .form-check-input:checked {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position:right center
}
.reset
{
	display: none;
	margin-top: 16px;
}
.search_form.advanced .reset
{
	display: inline-block;
}
.recherche_avancee
{
	display: none;
}
.search_form.advanced .recherche_avancee
{
	display: block;
}
.form-section
{
	border: 1px solid #9ca3af;
    border-radius: 0.375rem;
	padding: 20px 16px 12px 16px;
	position: relative;
	margin-bottom: 1rem;
}
.form-section>.form-section
{
	margin-top: 1rem;
	margin-bottom: 0;
	width: fit-content;
}
.form-section.period
{
	display: none;
}
.form-section.period.show
{
	display: block;
}
.form-section-title
{
    color: #1f2937;
	background-color: #fff;
    font-weight: 700;
	position: absolute;
	top: -10px;
	padding: 0 2px;
}
.page-header .form-section-title
{
	background-color: #f3f4f6;
}
.datepicker
{
	border: 1px solid #9ca3af;
}
.datepicker.date_input
{
	background-image: url(../img/calendar.png);
	background-repeat: no-repeat;
	background-position-x: 2px;
    padding-left: 30px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}


.bi:before, [class*=" bi-"]:before, [class^=bi-]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
}
.bi-arrow-left:before {
    content: "\f12f";
}
.bi-arrow-right:before {
    content: "\f138";
}
.bi-search:before {
    content: "\f52a";
}
.bi-play-fill:before {
    content: "\f4f4";
}
.bi-twitter:before {
    content: "\f5ef";
}
.bi-twitter-x:before {
    content: "\f8db";
}
.bi-facebook:before {
    content: "\f344";
}
.bi-linkedin:before {
    content: "\f472";
}
.bi-instagram:before {
    content: "\f437";
}
.bi-youtube:before {
    content: "\f62b";
}
.bi-tiktok:before {
    content: "\f6cc";
}
.bi-envelope-fill:before {
	content:"\f32c"
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(220,4,37,1)!important;
}
.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-1 {
	margin-bottom:.25rem!important
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.ms-auto {
    margin-left: auto!important;
}
.w-100 {
	width:100%!important
}
.w-auto {
    width: auto!important;
}
.fs-sm {
    font-size: .75rem!important;
}
.fw-bold {
    font-weight: 700!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
    width: 100%
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl {
	align-items: center;
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
    position: relative;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0,0,0,0)!important;
    border: 0!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important;
}
.row {
    display: flex;
    flex-wrap: wrap;
	margin-top: 0;
	margin-left: calc(1.5rem*-.5);
    margin-right: calc(1.5rem*-.5);
}
.row.gy-4 {
	margin-top: -1.5rem;
}
.row>* {
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
	margin-top: 0;
	padding-left: calc(1.5rem*.5);
    padding-right: calc(1.5rem*.5);
}
.row.gy-4>* {
	margin-top: 1.5rem;
}
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.hstack {
    align-items: center;
    flex-direction: row;
}
.hstack, .vstack {
    align-self: stretch;
    display: flex;
}
.stretched-link:after {
	bottom:0;
	content:"";
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1
}
.text-bg-secondary {
    color: #fff!important;
	background-color: RGBA(220,4,37,1)!important;
}
.position-relative {
    position: relative!important;
}
.flex-fill {
	flex:1 1 auto!important
}
.flex-column {
    flex-direction: column!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.align-items-center {
    align-items: center!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center!important;
}
.text-end {
    text-align: right!important;
}
.d-none {
    display: none!important;
}
.d-flex {
    display: flex!important;
}
.gap-2 {
    gap: 0.5rem!important;
}
.list-inline {
    list-style: none;
	padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.hr, hr {
    opacity: 1;
    overflow: visible;
	border: none;
    border-top: 1px solid #d1d5db;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: center;
}
.link-primary {
	color:#dc0425!important
}
.modal {
	display:none;
	height:100%;
	left:0;
	outline:0;
	overflow-x:hidden;
	overflow-y:auto;
	position:fixed;
	top:0;
	width:100%;
	z-index:1055
}
.modal-dialog {
	margin:0.5rem;
	pointer-events:none;
	position:relative;
	width:auto
}
.modal.fade.modal-dialog {
	transform:translateY(-50px);
	transition:transform.3s ease-out
}
@media(prefers-reduced-motion:reduce) {
	.modal.fade.modal-dialog {
		transition:none
	}
}
.modal.show.modal-dialog {
	transform:none
}
.modal.modal-static.modal-dialog {
	transform:scale(1.02)
}
.modal-dialog-scrollable {
	height:calc(100% - 0.5rem * 2)
}
.modal-dialog-scrollable.modal-content {
	max-height:100%;
	overflow:hidden
}
.modal-dialog-scrollable.modal-body {
	overflow-y:auto
}
.modal-dialog-centered {
	align-items:center;
	display:flex;
	min-height:calc(100% - 0.5rem * 2)
}
.modal-content {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid transparent;
	/*border-radius:0.5rem;*/
	display:flex;
	flex-direction:column;
	outline:0;
	pointer-events:auto;
	position:relative;
	width:100%
}
.modal-backdrop {
	background-color:#000;
	height:100vh;
	left:0;
	position:fixed;
	top:0;
	width:100vw;
	z-index:1050
}
.modal-backdrop.fade {
	opacity:0
}
.modal-backdrop.show {
	opacity:.5
}
.modal-header {
	align-items:center;
	display:flex;
	flex-shrink:0;
	justify-content:space-between;
	padding:1rem
}
.modal-header.btn-close {
	margin:calc(1rem * -.5) calc(1rem * -.5) calc(1rem * -.5) auto;
	padding:calc(1rem * .5) calc(1rem * .5)
}
.modal-title {
	line-height:1.5;
	margin-bottom:0;
	font-size: 32px;
	font-weight: bold;
	font-family: Raleway;
}
.modal-body {
	flex:1 1 auto;
	padding:1rem;
	position:relative
}
.modal-footer {
	align-items:center;
	display:flex;
	flex-shrink:0;
	flex-wrap:wrap;
	justify-content:center;
	padding:calc(1rem - 0.5rem * .5)
}
.modal-footer> * {
	margin:calc(0.5rem * .5)
}

/* CONTENT */
.page-header {
    color: #4b5563;
    display: flex;
    flex-direction: column;
    min-height: 8rem;
    position: relative;
	background-color: #f3f4f6;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.page-header .container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    position: relative;
}
.page-header img {
    max-height: 100px;
}
/*.page-title:last-child {
    margin-bottom: 0;
}*/
.page-title~p {
    margin-bottom: 0.5rem;
}
.page-title~p:last-of-type {
    margin-bottom: 0;
}
.page-lead {
    font-size: 1.125rem;
}
.page-subtitle {
    order: -1;
}
.page-content {
    flex-grow: 1
}
.page-content, .page-footer {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}
.page-footer {
    background-color: #f3f4f6
}
.page-content .section:not(:first-child) {
    margin-top: 1.5rem
}
.page-content .section-bg:not(:nth-child(2)) {
	margin-top: 0!important;
	padding-top: 0;
}
.page a:not(.btn):not(.orejime-Button) {
    font-weight: 600;
}
.section-bg {
    position: relative;
	padding-bottom: 3rem;
    padding-top: 3rem;
}
.section-bg:before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: calc(100vw - 17px*.5);
    z-index: -1;
	background-color: #f3f4f6;
	left: 50%;
    margin-left: -50vw;
}
.section>h2>img {
	height: 40px;
	margin-right: 8px;
	margin-top: -12px;
}
.section-description {
	color: #4B5563;
	margin-top: 8px;
}
.section-subtitle {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 700;
	color: #4B5563;
}
.card {
	word-wrap:break-word;
	background-clip:border-box;
	background-color:#fff;
	border:1px solid #d1d5db;
	border-radius:0;
	display:flex;
	flex-direction:column;
	min-width:0;
	position:relative
}
.card-auto {
    height: 100%;
}
.card-featured {
    border: none;
}
.card-figure {
	background-color: #111827;
    margin-bottom: 0;
}
figure {
    margin: 0 0 1rem;
}
figure img, figure picture {
    display: block;
}
figure img, figure picture, figure img, figure picture {
    margin-left: auto;
    margin-right: auto;
}
.card-body {
    flex: 1 1 auto;
	padding: 1rem 1rem;
}
.card-body:last-child {
    margin-bottom: 0;
}
.card-default .card-body {
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.card-featured .card-body {
    aspect-ratio: auto;
	background-color: #fff;
    border-top: 0.25rem solid #dc0425;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-default .card-title {
    font-size: 1.25rem;
	margin-bottom: auto;
}
.card-featured .card-title {
    font-size: 1.5rem;
}
.card-featured.card-more .card-title {
    font-size: 1.1rem;
}
.card-default .card-title>a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
}
.card-default .card-title>a:focus, .card-default .card-title>a:hover {
    text-decoration: underline;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
.card-img, .card-img-top {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.card-img, .card-img-bottom {
	border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.card-figure .card-img, .card-figure picture {
    height: 100%;
}
.card-figure .card-img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-slim .card-figure .card-img {
	aspect-ratio: 3/2;
}
.card-live-instance .card-figure .card-img {
	aspect-ratio: 2.4;
}
.card-subtitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    order: -1;
    overflow: hidden;
	margin-bottom: 0;
    margin-top: calc(0.5rem*-.5);
}
.card-subtitle, .list-group-subtitle, .page-subtitle {
    color: #dc0425;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
}
time {
    color: #6b7280;
}
.card-time {
    font-size: .75rem;
	margin-top: 0.25rem;
}
.card-slim {
    background-color: transparent;
    border: none;
}
.card-slim .card-body {
    padding: 0;
}
.card-slim .card-figure~.card-body {
    padding-top: 1rem;
}
.card-header {
    background-color: rgba(0,0,0,0.3);
    border-bottom: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.card-footer, .card-header {
    background: transparent;
}
.card-default .card-header {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
}
.card-duration {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
	background-color: rgba(17,24,39,.5);
    border-radius: 0.375rem;
    padding: 0.25em 0.75em;
}
.card-live .card-duration {
	background-color: #dc0425;
	padding-top: 1px;
}
.card-live .card-duration:before {
	content: url(../img/live.png);
	position:relative;
	top: 4px;
	left: -4px;
}
.card-icon {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
	background: rgba(220,4,37,1);
    border-radius: 50%;
	visibility: hidden;
}
.card:hover .card-icon {
	visibility: visible;
}

.swiper {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-cards:not(.swiper-navigation-disabled) {
    margin-top: -3.5rem;
    padding-top: 3.5rem;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
	transition-property: transform;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 100%;
	transition-property: transform;
}
.swiper-cards .swiper-slide {
    height: auto;
    width: 356px;
}
.page-footer .swiper-cards .swiper-slide {
    width: 16.3125rem
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-slide.active {
    border: 2px solid #dc0425;
}
.swiper-button-next, .swiper-button-prev {
    align-items: center;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    transition: border-color .3s ease-in-out,opacity .3s ease-in-out;
    width: 2.5rem;
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 100%;
    cursor: pointer;
}
.swiper-button-next:not(.swiper-button-disabled):hover, .swiper-button-prev:not(.swiper-button-disabled):hover {
    border-color: #111827;
}
.swiper-button-disabled {
    opacity: .6;
    pointer-events: none;
	cursor: default;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none;
}
.swiper-button-lock {
    display: none;
}
.swiper-cards .swiper-button-next, .swiper-cards .swiper-button-prev {
    top: 0;
	right: 0;
}
.swiper-cards .swiper-button-prev {
    right: 3rem;
}


/* Footer */
.footer {
    color: #fff;
	background: #1c1e3b;
}
.footer>:not(:first-child) {
    border-top: 1px solid hsla(0,0%,100%,.15);
}
.footer-bottom, .footer-middle, .footer-top {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.footer .h6 {
    color: inherit;
}
.footer .h6.empty {
	margin-top: 18px;
}
.footer-socials {
    align-items: center;
    display: flex;
    gap: 1rem;
    list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.footer a {
    color: currentColor;
    font-weight: 400;
    text-decoration: none;
}
.footer a:focus, .footer a:hover {
    color: currentColor;
    text-decoration: underline;
}
.footer-socials>li>a {
    font-size: 1.125rem;
    opacity: .7;
}
.footer-middle {
    font-size: .875rem;
}
 .footer-bottom, .footer-middle, .footer-top {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.footer-middle .nav-link {
    padding: 0.25rem 0;
}
.footer-bottom {
    font-size: .75rem;
}
.footer .list-links>li:before, .footer .nav-link-arrow:before {
    color: currentColor;
}
address {
    font-style: normal;
    line-height: 1.5;
	margin-bottom: 1rem;
}

/* VIDEOS */
.page-breadcrumb {
    margin-bottom: 1.5rem;
}
.breadcrumb-toggler {
    padding: 0;
	font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
}
.breadcrumb-toggler[aria-expanded=true] {
    display: none!important;
}
.breadcrumb {
    display: list-item;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 600;
    list-style: none;
    margin-bottom: 0;
    padding: 0 0;
}
.breadcrumb-item {
    display: inline;
    font-size: 0.75rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: #4b5563;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 320 512'%3E%3Cpath d='M319.9 0h-71.1L.1 512h71.1L319.9 0z' fill='%234b5563'/%3E%3C/svg%3E");
    float: unset;
    padding-right: 0.5rem;
}
.breadcrumb-item>a {
    text-decoration: none;
}
.breadcrumb-item>a:focus, .breadcrumb-item>a:hover {
    color: #dc0425;
    text-decoration: underline;
}
.live_more
{
	border-left: 4px solid #dc0425;
	font-size: 12px;
	padding: 0 1rem;
}
.more-title
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Raleway;
}
.more-label
{
	font-weight: bold;
}


/* DEMANDE DE REPUBLICATION */

.republishing 
{
	position : relative;
	margin: 30px 0;
}

.republishing h2
{
	padding: 10px 0;
}

.republishing label
{
	width: 200px;
}

.republishing input
{
	margin-bottom: 10px;
}

.republishing input#email,
.republishing input#reason
{
	width: 300px;
}

.republishing .btns input
{
	width: 220px;
	height: 40px;
	border: none;
	padding: 0;
	font-size: 14px;
	margin: 0 5px;
}


/* LIGNES VIDEOS */

.home_focus_line
{
	position: relative;
	margin: 0 -12px;
}

.home_focus_line h2
{
	margin-left: 12px;
}

.home_focus_line.associated_videos
{
	text-align: left;
}

.home_focus_line .swiper-slide
{
	width: 353px;
	margin: 0 12px 48px 12px;
	display: inline-block;
	vertical-align: top;
}

.home_focus_line .card
{
	min-height: 338px;
}

.home_focus_line .card.card-reduced
{
	min-height: 322px;
}

.home_focus_line.associated_videos .video_focus_container
{
	margin: 0 4px;
}

.home_focus_line .swiper-slide.unpublished
{
	opacity: 0.5;
}

.home_focus_line .video_focus_container .video_thumbnail
{
	background-color : white;
	background-size: cover;
	width: 302px;
	height: 170px;
	position: relative;
}

.home_focus_line .video_focus_container .video_thumbnail:hover
{
	cursor: pointer;
}

.home_focus_line .video_focus_container .video_thumbnail img
{
	border: none;
}

.home_focus_line .video_focus_container .video_thumbnail .video_duration
{
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 2px 6px;
}

.home_focus_line .video_focus_container .bloc
{
	background-color: white;
	padding: 12px;
	height: 140px;
	overflow: hidden;
}

.home_focus_line .video_focus_container h2
{
	font-size: 14px;
	color: #333333;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.home_focus_line .video_focus_container h2:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.home_focus_line .video_focus_container .place
{
	color: #c80947;
	margin-bottom: 10px;
	font-size: 11px;
}

.home_focus_line .video_focus_container .place:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.home_focus_line .video_focus_container .description
{
	color: #666666;
	font-size: 12px;
}

.home_focus_line.last_videos
{
	margin-bottom: 10px;
}

/** PAGINATION **/

.pagination
{
	display: none;
    list-style: none;
	padding-left: 0;
}
.pagination.active
{
	display: flex;
}
.page-item:first-child {
	margin-left: auto;
}
.page-item:last-child {
	margin-right: auto;
}
.page-item.desktop-page {
	display: none;
}
.page-link {
    color: #111827;
    display: block;
    font-size: 0.875rem;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}
.page-link:hover {
    color: #111827;
    z-index: 2;
	background-color: #e5e7eb;
    border-color: #e5e7eb;
}
.page-item-more .page-link:hover {
    background-color: transparent;
}
.active>.page-link, .page-link.active {
    color: #fff;
    z-index: 3;
    background-color: #dc0425;
    border-color: #dc0425;
}
.disabled>.page-link, .page-link.disabled {
    color: #4b5563;
    pointer-events: none;
	background-color: #fff;
    border-color: transparent;
}
.disabled>.page-link, .page-link {
    align-items: center;
    display: inline-flex;
    height: 2.375rem;
    justify-content: center;
    min-width: 2.375rem;
    border: 1px solid #9ca3af;
    border-radius: 0.375rem;
    padding: 6px 12px;
    text-align: center;
}
.disabled>.page-link {
    opacity: .5;
}
.page-item .page-link {
    border-radius: 0.375rem;
}
.page-item .disabled>.page-link, .page-item .page-link {
    border-radius: 0.375rem;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0.25rem;
}


/* LOADERS */

.loader 
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.search_form.advanced .recherche_avancee .loader.active
{
	display: block;
}

.home_focus_line .loader.active
{
	display: block;
	position: relative;
	min-height: 100px;
	margin-bottom: 50px;
    background-color: transparent;
}

.spinner 
{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.double-bounce1, .double-bounce2 
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 
{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce 
{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce 
{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/** Datepicker **/

.datepicker .datepicker-days table
{
	font-size: 12px;
}

/** RSS **/

.rss
{
	position: absolute;
	right: 350px;
	top: 4px;
	width:32px;
	height:32px;
}

/** Research **/

/*.research
{
    position: absolute;
    right: 0;
    top: 0;
}

.research:hover
{
	cursor: pointer;
}
    
.research input
{
	display: inline-block;
	border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
	background-color: #C80947;
	vertical-align: top;
}

.research .button
{
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url("../img/search_logo.png") no-repeat right 10px center #C80947;
    background-size: 20px;
    
}

.research input::-webkit-input-placeholder
{
	color: white;
}*/
