/*
	WEBSITE VARS


	TYPO

	font-family: 'toyota_displayregular', Arial, sans-serif;	
   	font-family: 'toyota_displaybold', Arial, sans-serif;


  COLOR

	main-color : #d13436; // toyota rouge
   	main-text : #464646;
   	main-cta : #7FC43F and #38A217;
   	secondary-cta : #DF358C and #B11A68;

*/

/* ==========================================================================
	TYPO
========================================================================== */

@font-face {
	font-family: "Toyota";
	src: url("../fonts/ToyotaType-Book.eot");
	src: url("../fonts/ToyotaType-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ToyotaType-Book.woff2") format("woff2"), url("../fonts/ToyotaType-Book.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Toyota";
	src: url("../fonts/ToyotaType-Light.eot");
	src: url("../fonts/ToyotaType-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ToyotaType-Light.woff2") format("woff2"), url("../fonts/ToyotaType-Light.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Toyota";
	src: url("../fonts/ToyotaType-Regular.eot");
	src: url("../fonts/ToyotaType-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ToyotaType-Regular.woff2") format("woff2"), url("../fonts/ToyotaType-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Toyota";
	src: url("../fonts/ToyotaType-Semibold.eot");
	src: url("../fonts/ToyotaType-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ToyotaType-Semibold.woff2") format("woff2"), url("../fonts/ToyotaType-Semibold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/* ==========================================================================
	GENERAL
========================================================================== */
html {
	font-size: 16px;
}
html,
body {
	height: 100%;
}

body {
	font-family: "Toyota", Tahoma, Geneva, sans-serif;
	color: #efefef;
	background: #181a1b;
	position: relative;
	font-weight: 100;
	font-size: 1rem;
	line-height: 1.5;
}

body .sweet-alert {
	font-family: "Toyota", Arial, sans-serif;
}

a,
a:focus,
a:hover {
	outline: none;
}

.header .container {
	position: relative;
}

.logo {
	height: 36px;
	display: inline-block;
	margin: 12px;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

.articlecontent {
	padding: 70px 0;
}

.articlecontent a {
	/*color: #d13436;*/
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.articlecontent a:hover {
	color: #fff;
	text-decoration: none;
}
.alert-danger .alert-link:hover {
  color: #843534;
}

.articlecontent a.btn {
	color: #fff;
	text-decoration: none;
}

.articlecontent a.btn:hover {
	color: #fff;
	text-decoration: none;
}

.closenav {
	position: fixed;
	top: -100%;
}

body .sweet-alert button.styled {
	border-radius: 0;
}

.alert-custom {
	background: #00222f;
	color: #fff;
	border-radius: 0;
}

#slick {
	max-height: 480px;
	overflow: hidden;
}

/*  ================================ 
    FOOTER
    ================================ */
#page {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -100px;
}

#page:after {
	content: "";
	display: block;
}

.footer,
#page:after {
	/* .push must be the same height as footer */
	height: 90px;
}

.footer {
	height: 99px;
	line-height: 99px;
	border-top: 1px solid #34393b;
	text-align: center;
	font-size: 11px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #efefef;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer p {
	margin: 0;
}

/* ==========================================================================
	HEADER
========================================================================== */

.print-logo {
	display: none;
}

.header {
	/*padding-top: 58px;*/
	min-height: 100px;
	padding: 20px 0;
}

.main-nav {
}

.navmenu {
	margin: 0;
	padding: 0;
}

.mobilenav {
	display: none;
}

.main-nav {
	float: right;
}

.main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.main-nav li a {
	display: block;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	/*font-family: /*'toyota_displaybold', Arial, sans-serif;*/
	padding: 20px 30px;
	/*border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;*/
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.main-nav li a.active,
.main-nav li a:hover {
	text-decoration: none;
	color: #cd3436;
}

.main-nav ul {
	margin: 0;
}

.mainlogo img {
	/*max-width: 155px;*/
	/*-webkit-box-shadow: 0px 1px 4px 1px #3339;
	-moz-box-shadow: 0px 1px 4px 1px #3339;
	-ms-box-shadow: 0px 1px 4px 1px #3339;
	box-shadow: 0px 1px 4px 1px #3339;*/
}

.mainlogo {
	position: absolute;
	bottom: 10%;
	right: 3%;
	max-width: 15%;
	display: none;
}
.showmobile {
        display: none !important;
        font-size: 0;
        max-height: 0;
        line-height: 0;
        padding: 0;
        height: 0px;
        mso-hide: all;
        /* hide elements in Outlook 2007-2013 */
}


#illu-header {
	background: url(../img/TME_ABC24.jpg) no-repeat center center / cover;
	aspect-ratio: 3000 / 785;
	/*min-height: 500px;
	position: relative;*/
}
#illu-header .illu-header {
	/*height: 100%;
	min-height: 500px;
	background: rgba(0, 0, 0, 0.3);*/
}
/*#illu-header .illu-header:after {
	content: "";
	display: block;
	background: #e9222f;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 20px;
}*/
#illu-header .illu-header img {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 50%;
}

.pageheader {
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #ebedef;
}

.pageheader h1 {
	margin: 0;
	font-size: 3.7rem;
	text-transform: uppercase;
	text-align: center;
	/*font-weight: bold;*/
	color: #00222f;
}

.homelist {
	padding-left: 30px;
}

#myregistration h2 {
	padding-top: 4rem;
}

.articlecontent h2 {
	margin: 0;
	padding: 0 0 1rem;
	font-size: 2.5rem;
	font-weight: lighter;
	/*text-align: left;*/
	color: #dddada;
	margin-bottom: 40px;
	padding-bottom: 35px;
	text-transform: uppercase;
	position: relative;
}
.articlecontent h2:after {
	content: "";
	display: block;
	background: #e9222f;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 5px;
}
.articlecontent .alert h2 {
	margin: 0;
	padding: 1rem 0;
	font-size: 2rem;
	font-weight: lighter;
	color: #a94442;
	border-bottom: none;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2.agenda-title {
	padding-top: 0;
	border-bottom: none;
}

/* ==========================================================================
	VENUE
========================================================================== */

.smaller {
	font-size: 1.9rem;
}

.smaller a {
}

/* ==========================================================================
	Register
========================================================================== */
/* BUTTONS */
.btn {
	border-radius: 30px;
	padding: 0.6rem 3rem 0.8rem;
	line-height: 1;
}

.btn-lc {
	background: #cd3436;
	border-color: #cd3436;
	border-width: 2px;
	color: #fff;
	transition: all ease-out 0.2s;
}
.btn-lc:hover {
	background: #cd3436;
	border-color: #cd3436;
	color: #fff;
}

.rounded-primary {
	border-radius: 12px;
}
/*
################
################
################
@FORM
################
################
################
*/
.form-horizontal .control-label {
	text-align: left;
}
.form-control,
select,
.dataTables_wrapper .dataTables_filter input,
.selectize-input,
.selectize-control.multi .selectize-input.has-items {
	height: auto;
	font-size: 1rem;
	background: #212223;
	border-color: #2a2c2e;
	border-width: 2px;
	box-shadow: none;
	border-radius: 0;
	color: inherit;
	padding: 0.5rem 0.5rem;
	border: none;
	border-bottom: 2px solid #2a2c2e;
}
textarea.form-control {
	resize: none;
}

select.form-control:focus {
	background: #181a1b;
	color: #fff;
}

.form-control:focus,
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter input:active,
.selectize-input.focus {
	background: transparent;
	border-color: #fff;
	box-shadow: none;
	color: inherit;
	outline: none;
}
.input-group-addon {
	background: #202325;
	border-color: #2a2c2e;
	border-width: 2px;
}
.has-error .input-group-addon {
	background: #202325;
	color: #dc3545;
	border-color: #dc3545;
}

.form-control--rounded,
.dataTables_wrapper .dataTables_filter input {
	border-radius: 30px;
}

.form-control--dark,
.dataTables_wrapper .dataTables_filter input {
	background: #101213;
	border: 1px solid #101213;
}

.dataTables_length select {
	padding: 0.2rem 0.7rem;
	border-radius: 30px;
}

select.form-control.dateselect {
	width: auto;
	display: inline-block;
}

.input-group-text {
	background: #202325;
	border: 1px solid #2a2c2e;
}

.input-group .form-control {
	border-left: none;
}

.custom-control-label {
	font-weight: 100;
}

.custom-control-label::before {
	background-color: #191b1c;
	border-color: #191b1c;
}

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

.form-section {
	padding: 2rem 0;
}

.faq-search .form-control {
	padding: 1rem 2rem;
	font-size: 1.2rem;
}

.has-error .form-control,
.has-error .form-control:focus {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	outline: none;
	box-shadow: none;
}
.has-error select.form-control {
	background-position: right calc(0.375em + 1rem) center;
	/*
    padding-right: calc(1.5em + .75rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    */
}
select.form-control option {
	color: #fff;
}

.has-success .form-control,
.has-success .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #2a2c2e;
}

.has-error .form-control:focus,
.has-success .form-control:focus {
	border-color: #fff;
}

.help-block.with-errors {
	color: #e02326;
	font-size: 0.8rem;
}

.input-group-prepend {
	position: relative;
	border-right: none;
	border: 2px solid #2e3133;
	border-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-prepend::after {
	content: "";
	width: 2px;
	height: 80%;
	background: #2e3133;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	z-index: 999;
}

.dropdown-toggle {
	color: #dddada;
	background: #272b2c;
	padding: 0.8rem;
	font-size: 0.8rem;
	border-radius: 6px;
}

.dropdown-toggle:hover {
	color: #fff;
}

.flag {
	width: 15px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
	border-radius: 0;
	background: #202325;
	color: #dddada;
}

.selectize-control.multi .selectize-input > div {
	background: #2e3133;
	color: inherit;
}

.conditional,
.form-templates {
	display: none;
}

.datetimepicker {
	background: #34393b;
	color: #a09b93;
}

.form-group.required div.col-sm-6::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 11px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/mandatory.png") no-repeat scroll 0 0 transparent;
}
label {
	font-weight: 100;
}
label .req {
	color: #e9222f;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #efefef;
	font-weight: 100;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #181a1b inset !important;
	-webkit-text-fill-color: #efefef !important;
}
.has-feedback label ~ .form-control-feedback {
  top: 32px;
  right: -30px;
}

/**/
/* https://stackoverflow.com/questions/44279398/customize-bootstrap-checkboxes */
.form-group-inactive {
	opacity: 0.5;
	color: #666;
}

.radio label,
.checkbox label {
	padding-left: 0;

	position: relative;
	padding-left: 30px;
}

.checkbox label:after,
.radio label:after {
	content: "";
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: 0.5em;

	position: absolute;
	left: 0;
}

.radio .cr {
	/*border-radius: 50%;*/
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: 0.8em;
	line-height: 0;
	top: 50%;
	left: 13%;

	position: absolute;
	font-size: 12px;
	line-height: 0;
	top: 10px;
	left: 3px;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3);
	opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: 0.5;
}

.isfull {
	color: #999 !important;
}

.form-horizontal .has-feedback .form-control-feedback {
	right: -15px;
	top: 5px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: transparent;
	color: #999;
}

#myRGPD {
	color: #111;
}
#myRGPD h2 {
	text-align: center;
	font-size: 25px;
}
#myRGPD .popup-group {
	margin-bottom: 25px;
}
#myRGPD .popup-border {
	border: 1px solid #111;
	padding: 10px 20px;
}

/* ==========================================================================
	RESPONSIVE
========================================================================== */

@media only screen and (min-width: 1650px) {
	#illu-header, #illu-header .illu-header {
		/*min-height: 600px;*/
	}
	.container {
		width: 1600px;
	}
}

@media only screen and (max-width: 1200px) {
	#illu-header, #illu-header .illu-header {
		/*min-height: 400px;*/
	}
	.main-nav li a {
		font-size: 1.4rem;
		padding: 13px 20px;
	}
}

@media only screen and (max-width: 992px) {
	#illu-header, #illu-header .illu-header {
		/*min-height: 300px;*/
	}
	.mainlogo {
		right: 30px;
	}

	.mainlogo img {
		max-width: 115px;
	}
}

@media only screen and (max-width: 768px) {
	#illu-header, #illu-header .illu-header {
		/*min-height: 250px;*/
	}

	.nodisplay, .noshow {
        display: none !important;
        font-size: 0 !important;
        max-height: 0 !important;
        line-height: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        mso-hide: all;
        /* hide elements in Outlook 2007-2013 */
        }
        .showmobile {
        display: block !important;
        max-height: none !important;
        line-height: auto !important;
        padding: 0 !important;
        height: auto !important;
   }



	html {
	}

	.navmenu {
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		background: #2d2d2d;
		z-index: 800;
		-webkit-transition: all ease-out 0.5s;
		-moz-transition: all ease-out 0.5s;
		-ms-transition: all ease-out 0.5s;
		-o-transition: all ease-out 0.5s;
		transition: all ease-out 0.5s;
		padding: 100px 0;
	}

	.navmenu li {
		display: block;
		float: none;
	}

	.navmenu li a {
		display: block;
		text-align: center;
		font-size: 2rem;
		color: #fff;
		border: none;
	}

	.navmenu li a.active,
	.navmenu li a:hover {
		/*color: #2d2d2d;*/
	}

	.mobilenav {
		display: block;
		border: none;
		background: none;
		font-size: 2rem;
		padding: 5px 20px;
	}

	.navmenu.open-nav {
		left: 0;
	}

	.closenav {
		border: none;
		background: none;
		font-size: 2rem;
		padding: 12px 20px;
		right: 0;
		color: #fff;
		z-index: 9999;
		-webkit-transition: top ease 0.7s 0s;
		-moz-transition: top ease 0.7s 0s;
		-ms-transition: top ease 0.7s 0s;
		-o-transition: top ease 0.7s 0s;
		transition: top ease 0.7s 0s;
	}

	.isopen .closenav {
		display: block;
		top: 0;
	}

	.mainlogo {
		bottom: auto;
		top: -40px;
		height: 36px;
		max-width: none;
		right: 10px;
	}

	.mainlogo img {
		width: auto;
		height: 100%;
	}
	.form-horizontal .has-feedback .form-control-feedback {
		display: none;
	}
	.articlecontent h2 {
		font-size: 1.5rem;
	}

	.footer {
		line-height: 1.5;
		
		padding: 30px;
	}
}

@media print {
	.print-logo {
		display: block;
		width: 205px;
		height: auto;
	}

	.header {
		display: none;
	}

	.navbar-brand {
		max-width: 200px;
	}

	.main-nav {
		display: none;
	}

	.page-illu {
		display: none;
	}

	.pageheader {
	}

	.pageheader h1 {
		font-size: 2rem;
	}

	.btn {
		display: none;
	}

	.timing.firstcell {
		position: inherit;
	}
}
