@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-Bold.eot');
	src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
		url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
		url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue.eot');
	src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue.woff2') format('woff2'),
		url('../fonts/HelveticaNeue.woff') format('woff'),
		url('../fonts/HelveticaNeue.ttf') format('truetype'),
		url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



html {
	font-size: 1.1rem;
	background-color: black;
	overflow-x: hidden;
	height: 100%;
} 

body {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: 'Helvetica Neue', sans-serif;
	color: white;
	background-color: black;
}

/*
body::after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-01.png?v=1.3') center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	transition: 1s;
}
*/


/*---------- COLORS ----------*/


section {
	background: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: white;
	font-weight: bold;
}

.colored {
	color: #EE7D00 !important;
}

a {
	color: #EE7D00;
	font-weight: bold;
} 

a:hover {
	color: #EE7D00;
	text-decoration: underline;
} 

ul.list-li {
	list-style-type: square;
}

.modal-content, .modal-content .h1, .modal-content .h2, .modal-content .h3, .modal-content .h4, .modal-content .h5, .modal-content .h6, .modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content h6, .modal-content p {
	color: black;
}

.btn,
.swal2-popup .swal2-styled.swal2-confirm {
	border-radius: 0 !important;
}


.btn-primary {
	color: #EE7D00;
	border: 2px solid #EE7D00;
	background: transparent;
}

.btn-primary:hover {
	color: #fff;
	border: 2px solid #EE7D00;
	background-color: #EE7D00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #EE7D00;
	border: 2px solid #EE7D00;
}


.btn-secondary {
	color: #EE7D00;
	border: 2px solid black;
	background: black;
}

.btn-secondary:hover {
	color: black;
	border: 2px solid #EE7D00;
	background-color: #EE7D00;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: black;
	background-color: #EE7D00;
	border: 2px solid #EE7D00;
}


.btn-group .btn-primary {
	border: 1px solid #EE7D00 !important;
}

.btn-group .btn-primary:hover {
	border: 1px solid #EE7D00 !important;
}

.btn-group .btn-primary:not(:disabled):not(.disabled).active, .btn-group .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	border: 1px solid #EE7D00 !important;
}


.btn-outline-primary {
	color: #EE7D00;
	border: 2px solid #EE7D00;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #EE7D00;
	border: 2px solid #EE7D00;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #EE7D00;
	border: 2px solid #EE7D00;
}

.btn-outline-secondary {
	color: white;
	background-color: black;
	border: 2px solid white;
}

.btn-outline-secondary:hover {
	color: black;
	background-color: white;
	border: 2px solid white;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: white;
	background-color: black;
	border: 2px solid black;
}

.btn-info,
.btn-info:active,
.btn-info.focus, .btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
	color: black;
	background-color: white;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(238,125,0,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(238,125,0,1);
	box-shadow: 5px 5px 0px 0px rgba(238,125,0,1);
	border-radius: 0;
	border-color: white;
}

.btn-info:hover {
	color: black;
	background-color: #EE7D00;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(255,255,255,1);
	box-shadow: 5px 5px 0px 0px rgba(255,255,255,1);
	border-color: #EE7D00;
}

span.underline1 {
	display: inline-block;
	position: relative;
}

span.underline1:after {
	content: "";
	position: absolute;
	background: url('../img/underline1.png') center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 20px;
	bottom: -20px;
	left: 5px;
}

@media (max-width:992px){
	span.underline1:after {
		width: 140px;
		height: 12px;
	}
}

.fs2 {
	/*font-size: 0.85em;*/
}

.fs3 {
	font-size: 1.2em;
}

ul.list-colored {
	list-style: none;
}

ul.list-colored li::before {
	content: "\2022";
	color: #EE7D00;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


/*---------- HEADER/FOOTER ----------*/

.navbar {
	border-bottom: 2px solid white;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw3QzkuNCw3LDksNy40LDksOGMwLDAuNiwwLjQsMSwxLDFjMCwwLDAsMCwwLDBoMTdjMC42LDAsMS0wLjQsMS0xYzAtMC42LTAuNC0xLTEtMWMwLDAsMCwwLDAsMEgxMHogTTMsMTQKCWMtMC42LDAtMSwwLjQtMSwxYzAsMC42LDAuNCwxLDEsMWMwLDAsMCwwLDAsMGgyNGMwLjYsMCwxLTAuNCwxLTFjMC0wLjYtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDN6IE0xMCwyMWMtMC42LDAtMSwwLjQtMSwxCgljMCwwLjYsMC40LDEsMSwxYzAsMCwwLDAsMCwwaDE3YzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDEweiIvPgo8L3N2Zz4K");
}

.navbar-toggler{
	width:55px;
	position: absolute;
	z-index: 110;
	top: 150px;
	right: 10px;
	display:flex;
	flex-direction:column;
	width:55px;
	cursor:pointer;
	transform-origin:top;
	transform:rotatez(180deg)
}

.navbar-toggler span{
	background: #fff;
	border-radius:8px;
	height:3px;
	margin: 3px 0;
	transition: .3s;
}

.navbar-toggler span:nth-of-type(1){
	width:75%;
}

.navbar-toggler span:nth-of-type(2){
	width:100%;
}

.navbar-toggler span:nth-of-type(3){
	width:75%;
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(1){
	transform-origin:bottom;
	transform:rotatez(45deg) translate(11px,4px);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(1px,-15px) rotatez(45deg);
}


.header, .navbar, .navbar-top {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-brand {
	margin-top: 2rem;
	margin-right: 0;
}
	
#navbar-logo {
	width: auto;
	max-height: 140px;
	transition: all .5s ease-in-out;
}

body.scroll #navbar-logo {
	width: auto;
	max-height: 60px;
}

#tagline {
	position: absolute;
	width: 200px;
	top: 40px;
	right: 40px;
}

#logo-orange {
	width: 400px;
}

@media (max-width:992px){
	
	#logo-orange {
		width: 45px;
	}

	#tagline {
		display: none;
	}
}

@media (max-width:576px){
	
	#logo-orange {
		width: 35px;
	}
}

.nav-link {
	color: white;
}

.navbar-nav .nav-link {
	font-size: 0.9rem;
	font-weight: bold;
}

.nav-item.active a, .nav-link.active, .nav-link:hover {
	color: #EE7D00;
}

.header {
	/*
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	*/
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
	margin-right: 0;
} 

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
} 

.header-collapse-show .navbar-nav .nav-link {
	font-size: 4rem;
	color: white;
	padding: 1rem;
}

.header-collapse-show #navbar-logo {
	/*opacity: 0;*/
}

@media (max-width:992px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 3rem;
		padding: 1rem;
	}
}

@media (max-width:768px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 2.6rem;
		padding: 1rem;
	}
}

@media (max-width:576px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 1.7rem;
		padding: 1rem;
	}
}


.header {
	transition: .5s;
	background-color: rgba(0, 50, 247, 0);
}
/*@media (max-width:576px){*/
	.header.header-collapse-show {
		background-color: rgba(0, 0, 0, 0.9);
	}
/*}*/

.header-collapse-show #logo-container {
	/*display: none;*/
}

.navbar-main {
	transition: .5s;
	margin-top: 10px;
}

.header-collapse-show .navbar-main {
	margin-top: 0px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	text-decoration: none;
	color: #EE7D00;
	font-weight: 800;
}



.main-content {
	/*
	position: fixed;
	top: 233px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	*/
}

.footer img {
	width: 110px;
}

.footer-dark {
	background: black;
}

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

.h-100 {
	height: 100%;
}

#accommodationConfirm,
#roommateErreur,
#roommateConfirmation,
#btn_close_accommodation {
	display: none;
}

.flightGoInfos:nth-of-type(n+2) label,
.flightRetInfos:nth-of-type(n+2) label {
	display: none;
}
/*
.modal.fade{
  opacity:1;
}

.modal.fade .modal-dialog {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}
*/

label {
	font-size: 1.1em;
	font-weight: bold;
}

#questionnaire label {
	font-size: 1em;
}

.form-group {
	margin-bottom: 0.5rem;
}

.form-control {
	background-color: transparent;
	border: 1px solid #EE7D00;
	color: #EE7D00;
	font-weight: bold;
}

.form-control:focus {
	background-color: transparent;
	border: 1px solid #EE7D00;
	color: #EE7D00;
}

.form-control::placeholder {
	color: rgba(238, 125, 0, 0.5);
}

.form-control:disabled, .form-control[readonly] {
	background-color: black;
	opacity: 0.7;
	cursor: not-allowed;
}

.custom-select {
	background-color: transparent;
	border: 1px solid #EE7D00;
	color: #EE7D00;
	font-weight: bold;
}

.custom-select:focus  {
	background-color: transparent;
	border: 1px solid #EE7D00;
	color: #EE7D00;
}

.custom-select::placeholder {
	color: rgba(238, 125, 0, 0.5);
}

.zone-diet-comment,
.zone-allergies-comment {
	display: none;
}

.modal-backdrop {
	background-color: black;
}

.card {
	border: 0;
}

.united {
	max-width: 330px;
}

#questionnaire h6 {
	font-size: 1.2em;
}

#questionnaire label.custom-control-label,
#questionnaire label.form-control-label {
	color: #EE7D00;
	font-size: 1.3em;
	font-weight: bold;
}

#questionnaire p a {
	font-size: 1.1em;
}

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: #EE7D00;
	background-color: #EE7D00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-right2 {
	float: right;
	width: 350px;
	margin-bottom: 60px;
	margin-left: 80px;
}

@media (min-width:1570px){
	.bg-right2 {
		width: 320px;
		margin-bottom: 40px;
		margin-left: 40px;
	}
}

@media (min-width:1200px){
	.navbar-expand-xl .navbar-nav.contributions .nav-item.lang .nav-link {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
}

@media (max-width:1200px){
	.bg-right2 {
		width: 320px;
		margin-bottom: 30px;
		margin-left: 40px;
	}
}

@media (max-width:992px){
	.bg-right {
		width: 50%;
	}
	.bg-right2 {
		display: none;
	}
}

@media (max-width:768px){
	.united {
		max-width: 280px;
	}
	
	.bg-right {
		width: 70%;
	}
	
	
}
@media (max-width:576px){
	.united {
		max-width: none;
		width: 85%;
	}
	
	.bg-right {
		width: 70%;
	}
}

/*
.dropzone {
	border: none;
	padding: 0;
	color: black;
}

.dropzone  .dz-message {
	padding: 3rem 1rem !important;
}

.dropzone .dz-message,
.dropzone .dz-preview {
	margin: 0;
	color: black;
	border: 2px dashed #EE7D00;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	display: none !important;
}

.dropzone .dz-preview {
	min-height: 150px;
	vertical-align: middle;
}

.dropzone .dz-preview .dz-details {
	padding: 3rem 1rem !important;
}
*/

#msgConfirmPhoto {
	display: none;
}

/*---------- AGENDA ----------*/

#agenda p {
	margin-bottom: 0.5rem;
}

#agenda p.agenda-horaire {
	color: #EE7D00;
	margin-bottom: 0.2rem;
}

#agenda p.agenda-sequence {
	font-weight: bold;
	margin-bottom: 0;
}

#agenda p.agenda-desc {
	font-size: 0.85em;
}

/*---------- INFOS PRATIQUES ----------*/

.accordion .card {
	background: black;
	border-radius: 0 !important;
}

.card-header {
	border-bottom: 2px solid #EE7D00;
	border-radius: 0 !important;
	padding-left: 0;
	padding-right: 22px;
	
}

.card-header h5,
.card-header h6 {
	/*color: #EE7D00;*/
	transition: all 0.5s;
}

.accordion .card-header[aria-expanded=false] h5 {
	color: #ffffff !important;
}

.accordion .card-header[aria-expanded=true] h5 {
	color: #EE7D00 !important;
}

.accordion>.card .card-header {
	margin-bottom: 0;
}

.accordion .card-header[aria-expanded=false]:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	color: #EE7D00;
	font-size: 0.9em;
	right: 0;
}

.accordion .card-header[aria-expanded=true]:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078';
	color: #EE7D00;
	font-size: 0.9em;
	right: 0;
}

.accordion h6 {
	color: #EE7D00;
	font-size: 1em;
}

.card-body {
	color: white;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.6em;
}

.download-link {
	position: absolute;
	left: 260px;
}

.signaletique .download-link {
	position: absolute;
	left: 440px;
}

.fotorama__dot {
	width: 5px !important;
	height: 5px !important;
	border: 1px solid #EE7D00 !important;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 0 !important;
	height: 0 !important;
	border-width: 3px !important;
}


#video-recorder,
#audio-recorder {
	margin: 0 auto;
	width: 640px;
}

@media screen and (max-width: 780px){
	#video-recorder,
	#audio-recorder {
		margin: 0 auto;
		width: auto;
	}
}

.pipeSvgIcon {
	width: 50px;
}

#pipeRecordRTC-video-recorder {
	margin: 0 auto;
	/*
	background: url('../img/bg-test.jpg') no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		*/
}

#pipeRecordRTC-audio-recorder {
	margin: 0 auto;
}

#pipeClickPowered-video-recorder,
#pipeClickPowered-audio-recorder {
	display: none !important;
}

.g-recaptcha div {
	margin: 0 auto;
}


/*---------- CONTRIBUTION ECRITE ----------*/

#infos-contribution-ecrite {
	position: relative;
	text-align: left;
	max-width: 640px;
}

#infos-contribution-ecrite p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: black;
}

#infos-contribution-ecrite-header {
	background: black;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#infos-contribution-ecrite-header a,
#infos-contribution-ecrite-header a:hover {
	color: #fff !important;
}

#infos-contribution-ecrite h1 {
	font-size: 1.4em;
	color: black;
}

#infos-contribution-ecrite h2 {
	font-size: 1.2em;
	color: black;

}

#infos-contribution-ecrite a,
#infos-contribution-ecrite a:hover {
	color: black;
}


.contributions {
	/*margin-bottom: 30px;*/
}

.contributions div.contribution {
	/*background: #4a4a4a;*/
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 20px;*/
	padding: 20px 130px 20px 25px;
	height: 210px;
	color: black;
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
	cursor: pointer;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: auto 80%;
	background-position: right center;
}

.contributions div.catContribution {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	height: 140px;
	color: black;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.contributions div.catContributionList {
	height: 200px;
	color: black;
	cursor: pointer;
	padding: 25px 150px 25px 35px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.contributions a,
.contributions a:hover {
	text-decoration: none;
	font-weight: normal;
}

.contributions div.contribution:hover {
	/*background: #EE7D00;*/
}

.contributions div.contribution p.prenom {
	font-size: 1.3em;
}

.contributions div.contribution p.organisation {
	font-size: 0.75em;
}

.contributions div.contribution p.fonction {
	font-size: 0.75em;
}

.contributions div.contribution p.categories {
	font-size: 0.75em;
}

.contributions div.catContributionList p.prenom {
	font-size: 1.3em;
	line-height: 1.2em;
}

.contributions div.catContributionList p.organisation {
	font-size: 0.75em;
}

.contributions div.catContributionList p.fonction {
	font-size: 0.75em;
}

.contributions div.catContributionList p.categories {
	font-size: 0.75em;
}

.nav-link.catContribution {
	font-weight: bold;
	width: 155px;
	height: 100px;
	/*display: flex;
	align-items: center;*/
	color: black;
	background-repeat: no-repeat;
	background-size: auto 85%;
	background-position: right bottom;
	font-size: 0.75em;
}
.nav-link.catContribution:hover {
	color: white;
	font-weight: bold;
}

.header-collapse-show .navbar-nav .nav-link.catContribution {
	font-size: 1.1em;
	width: 250px;
}

.header-collapse-show .navbar-nav.contributions .nav-item {
	margin: 0px auto 20px auto;
}

header:not(.header-collapse-show) .navbar-nav.contributions .nav-item.lang {
	margin-right: 0;
}

.navbar-nav.contributions .nav-item.lang a {
	font-weight: normal !important;
}

.header-collapse-show .navbar-nav.contributions .nav-item.lang a {
	font-size: 2em;
	font-weight: normal !important;
}

.header-collapse-show .navbar-nav.contributions {
	margin-top: 50px;
}

#page-contributions .container-fluid {
	max-width: 1900px !important;
}

#page-contributions .owl-dots {
	display: none !important;
}

.owl-carousel .center {
	left: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial;
}

.catParcours {
	background: url('../img/bg-contribution-v2.png') #ef8031;
}

.catConseil {
	background: url('../img/bg-contribution-v2.png') #6ebb8b;
}

.catTransmettre {
	background: url('../img/bg-contribution-v2.png') #67b3e1;
}

.catTips {
	background: url('../img/bg-contribution-v2.png') #f4b8e3;
}

.catAutre {
	background: url('../img/bg-contribution-v2.png') #a288d3;
}


.fancybox-slide--iframe .fancybox-content {
	max-width  : 900px !important;
	max-height : 600px !important;
	margin: 0;
}

.plyr {
	max-width: 900px !important;
	max-height: 600px !important;
	width: 100%;
	height: auto;
}



/*---------- PRIVACY POLICY ----------*/

#privacy-policy {
	position: relative;
	text-align: left;
	max-width: 1140px;
}

#privacy-policy p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: black;
}

#privacy-policy-header {
	background: black;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#privacy-policy-header a,
#privacy-policy-header a:hover {
	color: #fff !important;
}

#privacy-policy h1 {
	font-size: 1.4em;
	color: black;
}

#privacy-policy h2 {
	font-size: 1.2em;
	color: black;

}

#privacy-policy a,
#privacy-policy a:hover {
	color: #EE7D00;
}


#image-rights {
	position: relative;
	text-align: left;
	max-width: 1140px;
}

#image-rights p,
#image-rights ul li,
#image-rights ol li {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: black;
}

#image-rights-header {
	background: black;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#image-rights-header a,
#image-rights-header a:hover {
	color: #fff !important;
}

#image-rights h1 {
	font-size: 1.4em;
	color: black;
}

#image-rights h2 {
	font-size: 1.2em;
	color: black;

}

#image-rights a,
#image-rights a:hover {
	color: #EE7D00;
}



#directives-video {
	position: relative;
	text-align: left;
	max-width: 700px;
}

#directives-video p,
#directives-video ul li,
#directives-video ol li {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: black;
}

#directives-video-header {
	background: black;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#directives-video-header a,
#directives-video-header a:hover {
	color: #fff !important;
}

#directives-video h1 {
	font-size: 1.4em;
	color: black;
}

#directives-video h2 {
	font-size: 1.2em;
	color: black;

}

#directives-video a,
#directives-video a:hover {
	color: #EE7D00;
}


/* Barre d'outils d'accessibilité */

#accessibility-toggle {
	position: fixed;
	top: 5px;
	right: 5px;
	background: black;
	color: white;
	border: none;
	padding: 10px 10px;
	/*font-size: 36px;*/
	cursor: pointer;
	z-index: 10000;
}

#accessibility-toggle:hover {
	background: #EE7D00;
}

#accessibility-toolbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	color: white;
	padding: 6px 72px 6px 6px;
	text-align: center;
	/*display: flex;
	justify-content: center;
	gap: 10px;*/
	font-size: 14px;
	z-index: 9999;
	display: none;
}

#accessibility-toolbar button {
	background: black;
	color: white;
	border: none;
	margin: 5px;
	padding: 10px 14px;
	cursor: pointer;
	font-size: 20px;
}

#accessibility-toolbar button i {
	margin-right: 5px;
}

#accessibility-toolbar button:hover {
	background: #EE7D00;
}

/* Mode contraste élevé (noir et blanc) */
.high-contrast {
	filter: grayscale(100%);
}

/* Mode inversion des couleurs */
.invert-colors {
	filter: invert(100%);
	/*grayscale(100%);*/
}

/* Modification de la taille des polices */
.large-fonts {
	font-size: 120%;
}


#cookie-banner {
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	color: black;
	text-align: center;
	padding: 12px;
	font-size: 0.8rem;
	font-family: 'Helvetica Neue', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#cookie-banner a {
	color: #EE7D00;
	text-decoration: underline;
}
.cookie-button {
	background: #EE7D00;
	color: #fff;
	border: none;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 0px;
}
.cookie-button.reject {
	background: #888;
}

