
@font-face {
	font-family: 'barlow';
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/barlow-v4-latin-regular.eot"),url("../fonts/barlow-v4-latin-regular.woff2") format('woff2'),url("../fonts/barlow-v4-latin-regular.woff") format('woff'),url("../fonts/barlow-v4-latin-regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}


html, body {
	background-color: #ffffff;
	overflow-x: hidden;
	height: 100%;
}

body {
	font-size: 1rem;
	line-height: 1.4rem;
	/*letter-spacing: 0.07rem;*/
	font-family: barlow,Arial,sans-serif;
	font-weight: normal;
}

@media screen and (min-width:1200px) {
	.container {
	    max-width: 960px;
	}
	#page-live .container {
		max-width: 1140px;
	}

}

/*
@media screen and (min-width:992px){
	.container{max-width:720px}
}
*/


.main-content .container {
	padding-top: 0rem;
	padding-bottom: 0rem;
}


.main-content {
	background-color: transparent;
}

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

.bg-dark {
    background-color: #004991!important;
}

.bg-content {
	background-color: transparent;
}

section {
    background-color: transparent;
}

.footer-dark {
    background-color: transparent;
}

.titre-formulaire {
	width: 100%;
	max-width: 450px;
}


.h1, h1 {
	color: #141d29;
	font-family: barlow,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.9em;
	line-height: 1em;
}

.h1 span, h1 span {
	color: #141d29;
	font-weight: normal;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	color: #141d29;
	font-family: barlow,Arial,sans-serif;
}

p {
	color: #141d29;
}

p a,
.alert a {
	color: #255b8e;
	text-decoration: underline;
}

p a:hover,
.alert a:hover {
	color: #255b8e;
}

.text-sm {
    font-size: .9rem!important;
}

label a {
	color: #255b8e;
	text-decoration: underline;
}

label a:hover {
	color: #255b8e;
}

label {
	font-size: 1em;
	letter-spacing: 0.02em;
	color: #141d29;
}

.btn {
	font-family: barlow,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.07rem;
}

.btn-link {
    color: #141d29;
}

.btn-link:hover {
    color: #141d29;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.5rem;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled:hover {
    color: #a4a4a4;
    background-color: transparent;
    border-color: #a4a4a4;
}

.btn-outline-primary:hover {
    color: #6e00ff;
    background-color: rgba(112, 0, 255, 0.7);
    background-color: transparent;
    border-color: rgba(110, 0, 255, 0.7);
}

.hover-scale-90:hover,.scale-90{
	-webkit-transform:scale(0.9)!important;
	-ms-transform:scale(0.9)!important;
	transform:scale(0.9)!important;
}

#btn_attend_no:hover {
	color: #7391b7;
}

.title-container h1 {
	font-size: 1.9em;
	color: #ffffff;
	margin: 250px 20px 20px 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.title-container2 h1 {
	font-size: 1.9em;
	color: #ffffff;
	margin: 300px 20px 20px 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.title-container3 h1 {
	font-size: 1.9em;
	color: #ffffff;
	margin: 330px 20px 20px 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}

@media screen and (max-width:992px) {
	.title-container h1 {
		font-size: 1.75em;
		margin: 220px 20px 20px 20px;
		line-height: 1.2em;
	}
	
	.title-container3 h1 {
		font-size: 1.75em;
		margin: 250px 20px 20px 20px;
		line-height: 1.2em;
	}
	
	.titre-formulaire {
		max-width: 350px;
	}
}

@media screen and (max-width: 768px) {
	.title-container h1 {
		font-size: 1.6em;
		margin: 200px 20px 20px 20px;
		line-height: 1.2em;
	}
	
	.title-container3 h1 {
		font-size: 1.6em;
		margin: 250px 20px 20px 20px;
		line-height: 1.2em;
	}
	
	.titre-formulaire {
		max-width: 300px;
	}
}

@media screen and (max-width: 680px) {
	.title-container h1 {
		font-size: 1.2em;
		margin: 130px 20px 20px 20px;
		line-height: 1.2em;
	}
	
	.title-container3 h1 {
		font-size: 1.2em;
		margin: 160px 20px 20px 20px;
		line-height: 1.2em;
	}
}

.intro {
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: 3em;
}

@media screen and (max-width: 680px) {
	.intro {
		font-size: 1.2em;
		line-height: 1.1em;
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

.bg-contribution-video {
	background: #2b2b2b;
	z-index: 200;
}

.bg-contribution-audio {
	background: #50c3e1;
	z-index: 100;
}

.bg-contribution-video p,
.bg-contribution-audio p {
	color: #ffffff;
	margin-left: 50px;
	margin-right: 50px;
	transition-delay: 0.5s;
	transition-property: background;
}

.bg-contribution-video:hover,
.bg-contribution-audio:hover {
	background: #ebebeb;
}


#zone-contribution-video-hover,
#zone-contribution-audio-hover {
	display: none;
	width: 100%;
}

.zone-contribution {
	/*display: none;*/
}

#contribution_texte {
	min-height: 50px;
}

.swal2-popup .swal2-title {
	font-family: barlow,Arial,sans-serif;
	font-weight: 300;
}

#maintenance .slice {
	padding-bottom: 0;
}

.video-responsive { 
	overflow:hidden; 
	padding:56.25% 0 0 0;
	position:relative; 
}

.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

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

.header {
	max-width: 800px;
	width: 100%; /* IE Fix */
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:992px) {
	.header {
		max-width: 620px;
	}
}

@media screen and (min-width:1200px) {
	#page-live .header {
		max-width: 1140px;
	}

}

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

header.header-collapse-show .navbar-brand {
	/*margin-top: 2rem;*/
}

.navbar .container {
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7a7979;
}

.navbar.navbar-collapsed .container,
.navbar.navbar-collapsed-out .container {
	border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 680px) {
	.navbar .container {
		margin-top: 10px;
		padding-bottom: 20px;
	}
}


.navbar-toggler {
	/*
	position: absolute;
	z-index: 200;
	top: 92px;
	right: 70px;
	*/
}


@media screen and (min-width:992px) {
	.navbar-toggler {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.navbar-toggler {
		right: 40px;
		margin-right: 10px;
	}
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(55, 96, 156)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header, .navbar, .navbar-top {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
    
#navbar-logo,
#navbar-logo-event {
	width: auto;
	max-height: 70px;
}

@media screen and (max-width: 680px) {
	#navbar-logo,
	#navbar-logo-event {
		max-height: 60px;
	}
}

.navbar-nav {
	margin-top: 15px;
}

.nav-item {
	border-right: 1px solid #375f9b;
}

.header-collapse-show .nav-item {
	border-right: none;
}

.nav-item:last-child {
	border-right: none;
}

.navbar-nav .nav-link {
    font-size: 1.3rem;
    color: #375f9b;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.1em;
}

.navbar-nav .nav-link:hover {
	color: #50c3e1;
}

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

.header-collapse-show .navbar-nav .nav-link {
    margin-top: 0.8em;
}

.header-collapse-show {
	background-color: #ffffff;
}

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

.navbar-main {
	transition-property: background;
	transition-duration: 1s;
}

.navbar-main.navbar-collapsed {
	background-color: #ffffff;
}

.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: underline;
}

.slice {
    padding-top: 0;
    padding-bottom: 0;
}

#logo-footer {
	width: 130px;
	margin-bottom: 9px;
}

.footer .container {
	border-top: 1px solid #275aa7;
}

.footer p {
	font-size: 11px;
	letter-spacing: 0.05em;
}

.footer p span {
	border-left: 1px solid #2b2b2b;
	margin-left: 15px;
	padding-left: 15px;
}

@media screen and (max-width: 680px) {
	#logo-footer {
		width: 90px;
		margin-bottom: 9px;
	}
	
	.footer p {
		font-size: 9px;
		letter-spacing: 0.05em;
	}
}


/*---------- RESGISTER ----------*/

.form-control {
	color: #2b2b2b;
	border-color: #bcbfcf,
	background-color: #fff;
	border-radius: 0px;
}

.form-control:focus {
	border-color: #255b8e;
	background-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}


.form-control::placeholder {
	color: #2b2b2b;
}


.custom-control-label:before {
	background-color: #ebebeb;
    border: none;
    transform: scale(1.5);
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: #ebebeb;
    background-color: #ebebeb;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #ebebeb;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23003264' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	transform: scale(1.5);
}

.btn-outline-primary {
    color: #2b2b2b;
    border-color: #2b2b2b;
    background: #ffffff;
}

.btn-outline-primary:hover {
    color: #ffffff;
    border-color: #2b2b2b;
    background: #2b2b2b;
}

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


.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled:hover {
    color: #a4a4a4;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.btn-outline-secondary {
    color: #2b2b2b;
    border-color: #2b2b2b;
    background: #ffffff;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    border-color: #2b2b2b;
    background: #2b2b2b;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: rgba(0, 50, 100, 0.6);
    background-color: #ffffff;
    border-color: rgba(0, 50, 100, 0.6);
}


.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled:hover {
    color: rgba(0, 50, 100, 0.6);
    background-color: #ffffff;
    border-color: rgba(0, 50, 100, 0.6);
}


.accordion .card {
	background-color: transparent;
	border: none;
}

.accordion .card-header:after {
	color: #c82832;
}

.card-header {
    border-bottom: none;
    padding-right: 3rem;

}

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

.accordion h6 {
	font-family: barlow,Arial,sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	color: #2b2b2b;
}

.accordion h6 span {
	color: #c82832;
	display: inline-block;
	width: 35px;
}

.accordion .card-body {
	padding-top: 0;
}

.accordion .card-body p,
.accordion .card-body ul {
	margin-left: 45px;
	color: #2b2b2b;
}

.btn-primary {
    font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.23;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 1.5rem 2.5rem;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: .2rem;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background: #2a5e9e;
	border-radius: 0;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
    background: #19407d;
}

.btn-secondary {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #d22238;
    border-color: #d22238;
    background: #ffffff;
}

.swal2-confirm {
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.23;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 1.5rem 2.5rem;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background: #2a5e9e !important;
	border-radius: 0 !important;
}

.btn-dark {
	/*
    color: #fff;
    background-color: #273444;
    border-color: #273444;
    */
    color: #d22238;
    border-color: #d22238;
    background: #ffffff;
}

.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    /*
    color: #fff;
    background-color: #273444;
    border-color: #273444;
    */
    color: #ffffff;
    background-color: #d22238;
    border-color: #d22238;
}

#contribution_ecrite {
	font-size: 1.2em;
}

.txt-required {
	color: #141d29;
}

.txt-form-infos {
	font-size: 0.7em;
	letter-spacing: 0.02em;
	line-height: 1.3em;

}

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

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

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

#pipeRecordRTC-video-recorder svg,
#pipeRecordRTC-audio-recorder svg {
	width: auto;
}

.pipeStartRecording-video-recorder,
.pipeCustomUpload,
.pipeRecordRTC span {
	font-family: barlow,Arial,sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: normal;
}

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

.controls button i {
	margin-left: 2px;
}

.controls button#recordbtn {
	padding-top: 1px;
}

.controls button#recordbtn i {
	margin-left: 1px;
}

.controls button#playbtn i {
	margin-left: 3px;
}

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


/*---------- FANCYBOX ----------*/

.fancybox-bg {
	background: #ffffff;
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
}
	
.fancybox-content {
	background: #23242E;
}

.fancybox-content .btn#btn_no {
	/*
    color: #fff;
    background-color: #d22238;
    border-color: #d22238;
    */
}

.fancybox-content .btn#btn_no:hover {
	/*
    color: #2b2b2b;
    background-color: #ffffff;
    border-color: #2b2b2b;
    */
}

.fancybox-content .btn-outline-primary {
    color: #2b2b2b;
    border-color: #2b2b2b;
    background: #d9d9d9;
}

.fancybox-content .btn-outline-primary:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    background: #ffffff;
}

.fancybox-active {
    height: 100% !important;
}

.fancybox-content .content-scroll {
	/*
  max-height: calc(100vh - 200px);
  overflow: auto;
  */
  /*padding: 40px 20px 0 20px;*/
}

/*
body.fancybox-active {
	touch-action: none;
	overscroll-behavior: none;
	-webkit-overflow-scrolling: auto;
	overflow: hidden;
}
*/


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

@media screen and (max-width: 680px) {
	#privacy-link {
		font-size: 0.9em;
	}
}

#privacy-policy {
	position: relative;
	text-align: justify;
	max-width: 640px;
}

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

#privacy-policy-header {
	/*background: #273444;*/
	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-family: barlow,Arial,sans-serif;
	font-size: 1.4em;
	color: #ffffff;
}

#privacy-policy h2 {
	font-family: barlow,Arial,sans-serif;
	font-size: 1.2em;
	color: #ffffff;

}

#privacy-policy h3 {
	font-family: barlow,Arial,sans-serif;
	font-size: 1em;
	color: #ffffff;

}

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


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

#btn_contrib_ecrite {
	width: 215px;
}

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

#infos-contribution-ecrite p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #ffffff;
}

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

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

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

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

}

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