/**********
 * Global *
 *********/

:root {
	--primary-color: #0060A6;
	--secondary-color: #000;
	--tertiary-color: #BED822;
	--heading-color: #CF0048;
	--global-text-color: #313439;
	--global-background-color: #D8E8DB;
	--global-main-font: 'Mostra Nuova', 'Arial', sans-serif;
}

/*********
 * Fonts *
 ********/
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Thin.otf') format('opentype');
    font-weight: 100;
  	font-style: normal;
  	font-display: swap;
}
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
  	font-family: 'Mostra Nuova';
  	src: url('/font/Mostra-Nuova/Mostra-Nuova-Heavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

html{
	margin: 0px;
	padding: 0px;
	color: var(--global-text-color);
	font-size: 12px;
	border: 0px solid transparent;
	font-family: var(--global-main-font);
	scroll-behavior: smooth;
}

body{
	margin: 0px;
	padding: 0px;
	width: 100%; 
}

a{ 
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

img {
	border: none; 
	max-width: 100%;
}

.pure-g [class*="pure-u"] {
	font-family: var(--global-main-font);
}

:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

::-moz-selection { 
	color: #fff; 
	background: var(--secondary-color); 
}
::selection  { 
	color: #fff; 
	background: var(--secondary-color); 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #515151;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #515151;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #515151;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #515151;
}
:placeholder-shown {
  color: #515151;
}

.swal2-confirm:focus,
.swal2-cancel:focus {
    box-shadow: none !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel{
	font-size: 1.5em!important;
}
.swal2-html-container{
	font-size: 1.5em!important;
}
.swal2-icon{
	border: none!important;
	width:10em!important;
	height:10em!important;
}

.f2em{
	font-size: 2em!important;
}

.alc { text-align: center !important; }
.alr { text-align: right !important; }
.prel { position: relative; }
.absolute{ position: absolute; }
.ovhid{ overflow: hidden; }
.dib { display: block; }
.din { display: none!important; }
.dit { display: table; }
.is-hidden { display: none; }
.is-visible { display: block; }
.mlauto{ margin-left: auto;}
.padB20{ padding: 0 0 20px 0; }
.w100{ width: 100%; }
.mt10{ margin-top: 10px!important; }
.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }

/* SWAL2 */
#strErreur, 
#strInfo,
#strValide,
#strLink { display: none; }

.swal2-image {
	max-width: 300px !important;
}

#map-canvas { 
	width: 100%; 
	height: 250px; 
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex.sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex.sa {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; 
}
.flex.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; 
}
.flex.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex.ac {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex.col { 
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
}
.acc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ac {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blue_background {
	background-color: var(--primary-color);
}

.strike{ text-decoration: line-through; }

.bold {
	font-weight: 700;
}

.content_max_width {
	max-width: 1366px;
	margin: 0 auto;
}

.container_max_width {
	max-width: 960px;
	margin: 0 auto;
}

.scene{
	border: solid 3px var(--primary-color);
	background: rgba(216, 232, 219, .3);
	padding: 30px;
	text-align: center;
	font-weight: 800;
	font-size: 2em;
	border-radius: 10px;
	margin-bottom: 15px;
	max-width: 750px;
}
.scene.spec{
	position: absolute;
	left: 50%;
	top: 55%;
	width: 30%;
	height: 30%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);	
}
.seat{
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 5px;
	margin: 0 2px;
	flex: 1 1 0px;
	position: relative;
	max-width: 15px;
	max-height: 15px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}
.seat:hover{
	background: var(--tertiary-color);
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
}
.seat.block{
	background: #EA4A16;
	border: solid 1px #EA4A16;	
}
.seat.reserve{
	background: none;
	border: solid 1px #D8E8DB;
	cursor: default;
}
/* INFOBULLE */
a.seat:hover:after,
a.seat:focus:after {
	content: attr(aria-label);
	position: absolute;
	top: -2.4em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1; 
	white-space: nowrap;
	padding: 5px 14px;
	background: var(--global-background-color);
	color: #000;
	border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 600;
}

a.seat[aria-label]:hover:before,
a.seat[aria-label]:focus:before {
	content: "▼";
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	color: var(--global-background-color);
}
a.seat[aria-label]:focus {
 	outline: none;
}

.zone[data-id="2"] a.seat:hover:after,
.zone[data-id="2"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(45deg);
		-ms-transform: translate(-50%, 0) rotate(45deg);
			transform: translate(-50%, 0) rotate(45deg);
}

.zone[data-id="2"] a.seat[aria-label]:hover:before,
.zone[data-id="2"] a.seat[aria-label]:focus:before{
	display: none;				
}

.zone[data-id="3"] a.seat:hover:after,
.zone[data-id="3"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
		-ms-transform: translate(-50%, 0) rotate(90deg);
			transform: translate(-50%, 0) rotate(90deg);
	left: 2.1em;
}

.zone[data-id="3"] a.seat[aria-label]:hover:before,
.zone[data-id="3"] a.seat[aria-label]:focus:before{
	display: none;
}

.zone[data-id="4"] a.seat:hover:after,
.zone[data-id="4"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(135deg);
		-ms-transform: translate(-50%, 0) rotate(135deg);
			transform: translate(-50%, 0) rotate(135deg);
	top: 2.1em;
}

.zone[data-id="4"] a.seat[aria-label]:hover:before,
.zone[data-id="4"] a.seat[aria-label]:focus:before{
	display: none;
}

.zone[data-id="5"] a.seat:hover:after,
.zone[data-id="5"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(-180deg);
		-ms-transform: translate(-50%, 0) rotate(-180deg);
			transform: translate(-50%, 0) rotate(-180deg);
	top: 1.7em;
}

.zone[data-id="5"] a.seat[aria-label]:hover:before,
.zone[data-id="5"] a.seat[aria-label]:focus:before{
	display: none;
}

.zone[data-id="6"] a.seat:hover:after,
.zone[data-id="6"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(-135deg);
		-ms-transform: translate(-50%, 0) rotate(-135deg);
			transform: translate(-50%, 0) rotate(-135deg);
	top: 2.1em;
}

.zone[data-id="6"] a.seat[aria-label]:hover:before,
.zone[data-id="6"] a.seat[aria-label]:focus:before{
	display: none;
}

.zone[data-id="7"] a.seat:hover:after,
.zone[data-id="7"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(-90deg);
		-ms-transform: translate(-50%, 0) rotate(-90deg);
			transform: translate(-50%, 0) rotate(-90deg);
	left: -1em;
}

.zone[data-id="7"] a.seat[aria-label]:hover:before,
.zone[data-id="7"] a.seat[aria-label]:focus:before{
	display: none;
}

.zone[data-id="8"] a.seat:hover:after,
.zone[data-id="8"] a.seat:focus:after {
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
		-ms-transform: translate(-50%, 0) rotate(-45deg);
			transform: translate(-50%, 0) rotate(-45deg);
}

.zone[data-id="8"] a.seat[aria-label]:hover:before,
.zone[data-id="8"] a.seat[aria-label]:focus:before{
	display: none;				
}

.seatNumber{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin: 0 2.5px;
	text-align: center;
	font-size: 1.4em;
	line-height: 20px;
}
.rang{
	padding: 5px 0;
}

.controls {
	display: none;
}

.salle{
	position: relative;
}
.salle[data-id="3"]{
	height: 750px;
	width: 750px;
	margin: 0 auto;
}
.zone[data-id="1"]{
	position: absolute;
	left: 50%;
	top: 0px;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);	
}
.zone[data-id="2"]{
	position: absolute;
	transform: rotate(-45deg);
	left: 0%;
	top: 15%;
}
.zone[data-id="3"]{
	position: absolute;
	left: -10%;
	top: 55%;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
		-ms-transform: translate(0, -50%) rotate(-90deg);
			transform: translate(0, -50%) rotate(-90deg);	
}
.zone[data-id="4"]{
	position: absolute;
	left: 0%;
	bottom: 0%;
	-webkit-transform: translate(0, -50%) rotate(-135deg);
		-ms-transform: translate(0, -50%) rotate(-135deg);
			transform: translate(0, -50%) rotate(-135deg);	
}
.zone[data-id="5"]{
	position: absolute;
	left: 50%;
	bottom: -5%;
	-webkit-transform: translate(-50%, 0) rotate(-180deg);
		-ms-transform: translate(-50%, 0) rotate(-180deg);
			transform: translate(-50%, 0) rotate(-180deg);	
}
.zone[data-id="6"]{
	position: absolute;
	transform: rotate(135deg);
	right: 0%;
	bottom: 5%;
}  
.zone[data-id="7"]{
	position: absolute;
	right: -10%;
	top: 55%;
	-webkit-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
			transform: translate(0, -50%) rotate(90deg);	
}
.zone[data-id="8"]{
	position: absolute;
	transform: rotate(45deg);
	right: 0%;
	top: 15%;
}

.main_slider {
	height: calc(100vh - 55px);
}

.tabBillet td{
	padding: 10px 0;
	border-bottom: solid 1px var(--global-background-color);
}
.tabBillet td:last-child{
	border-bottom: none;
}

.tableSTD{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.tableSTD tr th{
	padding: 10px 5px;
	font-size: 16px;
}
.tableSTD tr td{
	padding: 15px 5px;
	font-size: .8em;
}

/**********/

html, body {
	height: 100%;
}

* {
	margin:0;
	padding:0;
}

p {
	font-family: var(--global-main-font);
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}


/*************
**** BODY ****
**************/

.reg_content {
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 50px 0;
}
.reg_contentMenu {
	max-width: 1920px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 auto;
}
.reg_topGauche {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.reg_topDroite {
	-webkit-box-flex: 4;
	-ms-flex: 4 0 auto;
	flex: 4 0 auto;
}

.lSAction i {
	color: var(--secondary-color);
}

/* Required */
.hidden { opacity: 0; }
.visible { opacity: 1; }


/* Custom file input */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: red;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label span {
	font-family: var(--global-main-font);
	font-weight: 700;
	text-transform: uppercase;
}

.inputfile + label svg {
	margin-right: 5px;
	vertical-align: text-top;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

#countdown{
	font-size: 1.6em;
	text-align: center;
}

/***/

.reg_contentStd{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.m0auto {
	margin: 0 auto !important;
}
.mb10{
	margin: 0 0 10px 0;
}

/* Paddings */
.pt10 {
	padding-top: 10px!important;
}
.pt25 {
	padding-top: 25px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb50 {
	padding-bottom: 50px;
}
.ptb5 {
	padding: 5px 0;
}
.ptb15 {
	padding: 15px 0;
}
.ptb25 {
	padding: 25px 0;
}
.ptb50 {
	padding: 50px 0;
}
.plr30 {
	padding: 0 30px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad25 {
	padding: 25px;
}
.pad50 {
	padding: 50px;
}

/* Margins */
.mtb25 {
	margin: 25px inherit;
}
.mtb25auto {
	margin: 25px auto;
}

/* PAGINATOR */
.paginator .nav span {
	font-size: 1.8em;
}

.paginator {
	width: 60%;
	margin: 0 auto;
}

.paginator td {
	padding: 15px 0;
}

.paginator a,
.paginator i {
	font-size: 22px; 
	color: #2d3436; 
	padding: 50px 5px; 
	line-height: 100%;
}

.paginator .encours {
	color: #95A5A6; 
}

/* GLOBAL PAGE TITLE */
.global_page_title {
	font-size: 25px;
	font-synthesis: small-caps;
	color: var(--secondary-color);
	font-weight: 600;
	margin: 0;
	font-family: var(--global-main-font);
}

.global_page_title img {
	margin-right: 15px;
}

.global_page_title.alc {
	-webkit-box-shadow: 25px -5px 9px -8px rgba(0,0,0,0.27); 
	box-shadow: 25px -5px 9px -8px rgba(0,0,0,0.27);
}

.global_page_title strong {
	display: block;
	font-family: var(--global-main-font);
}

.global_page_title.white {
	color: #fff;
}

.global_page_title strong.red {
	color: var(--secondary-color);
}

.global_page_title.m0auto {
	text-align: center;
}

.global_page_title.m0auto.sep:after {
	margin-left: auto;
	margin-right: auto
}

.global_page_title.spe {
	color: #313439;
	font-family: var(--global-main-font);
	font-weight: 700;
	font-size: 1.8em;
}

.global_page_title.spe:after {
	content: '';
	display: block;
	width: 250px;
	height: 3px;
	margin: 5px 0;
	background-color: var(--secondary-color);
}

.global_page_subtitle {
	font-size: 18px;
	font-style: italic;
	padding: 15px 0;
}

/* GLOBAL PAGE TITLE */
.global_section_title {
	font-size: 40px;
	line-height: 40px;
	color: var(--secondary-color);
	padding-bottom: 20px;
	font-family: var(--global-main-font);
	font-weight: 400;
	/*font-synthesis: small-caps;*/
}

.global_section_title img {
	margin-right: 15px;
}

.global_section_title.green {
	color: var(--primary-color);
}

.global_section_title.white {
	color: #fff;
}

.global_section_title.bordered {
	border: 2px solid var(--primary-color);
	padding: 15px 80px;
	display: table;
}

.global_section_title strong {
	font-family: var(--global-main-font-bold);
}
h2.global_section_title{
	font-size: 38px;
}

.blocR{
	font-size: 28px;
	padding: 30px 0;
	border-bottom: solid 1px var(--primary-color);
	background: #F3F8F4;
}

.global_section_title.back strong{
	display: block;
}

.global_section_title.maj {
	text-transform: uppercase;
}

.global_section_title.m0auto {
	text-align: center;
}


/* GLOBAL FORM */
.global_form fieldset {
	padding: 0;
}

.global_form label:not(.title) {
	font-size: 16px;
	padding-bottom: 15px;
	padding-left: 5px;
	display: block;
	color: var(--primary-color);
	font-family: var(--global-main-font-bold);
}

.global_form label.required:after {
	content: '*';
	color: var(--primary-color);
	display: inline-block;
	padding-left: 5px;
}

.global_form input:not([type="submit"]),
.global_form textarea,
.global_form .input,
.global_form input.inputfile + label,
.global_form .select select,
div.area{
	border: 2px solid var(--global-background-color);
	font-size: 1.5em;
	border-radius: 8px;
	display: block;
	padding: 15px 25px;
	margin: 0;
	text-transform: none;
	font-family: var(--global-main-font);
	font-weight: 500;
	box-sizing: border-box;
	background: #FFF;
}
.global_form .select select {
	width: 100%;
	font-size: 1.1em;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.global_form .select {
	position: relative;
	font-size: 16px;
}

#iframePaiement{
	width: 100%;
	min-height: 680px;
	border: none;
	border-top: solid 1px var(--global-background-color);
}

.global_form .select::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	border-radius: 30px;
	color: var(--primary-color);
	width: 75px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 0;
	line-height: 100%;
	font-size: 26px;
}

.global_form .select select:focus {
	outline: none;
	border: 2px solid var(--heading-color);
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.global_form .select select option {
	height: 100%;
}

.global_form input.inputfile + label {
	border: 2px solid var(--tertiary-color);
	background-color: var(--tertiary-color);
	border-radius: 30px;
	line-height: 32px;
	font-family: var(--global-main-font);
	font-weight: 400;
	font-size: 22px;
	width: auto;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.global_form input.inputfile + label:hover {
	background-color: var(--heading-color);
	border-color: var(--heading-color);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.global_form input.inputfile + label img {
	vertical-align: bottom;
}

.global_form textarea,
div.area{
	min-height: 250px;
	padding-top: 25px;
	resize: none;
	font-family: var(--global-main-font);
	font-weight: 500;
	font-size: 1.2em;
}

.global_form cite,
.global_form cite a {
	color: var(--secondary-color);
	display: block;
	margin-left: auto;
	text-align: right;
	padding-right: 10px;
}

.global_form cite a:hover {
	color: #313439;
}

.global_form cite.info {
	font-size: 18px;
	color: var(--primary-color);
	text-align: left;
	display: block;
}

.global_form legend:not(.global_section_title) {
	font-size: 20px;
	color: var(--primary-color);
}

.global_form button{
	margin: 20px 0 20px 0;
	padding: 15px 50px 13px 50px;
}

.global_form button img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 23px;
	margin-right: 10px;
	vertical-align: bottom;
}

.global_form .mid {
	margin-left: auto;
	margin-right: auto;
}

.global_form .right {
	margin-left: auto;
	text-align: right;
}

.full {
	width: 100%;
	box-sizing: border-box;
}

/* MENU RESPONSIVE */
.mobile_menu_button {
	display: none;
}

.responsive-menu {
  display: none;
}

.reg_contentTop{
	z-index:100; 
	top:0;	
	width: 100%;
}

.reg_topGauche a { display: block; }
.reg_topGauche span {
	font-style: italic; 
	display: block; 
	margin-left: 20px; 
	margin-top: 5px; 
	text-align: center;
}

.menuTab .menuRow .menuCell.resp{ display: none; }
.menuCell.w50,.w50{ width: 50%; }
.menuCell a.none{
	position: relative;
	display: inline-block;
	outline: none;
	font-size: 1.5em; 
	margin: 0px auto;
	text-transform: uppercase;
	text-align: center;
	letter-spacing:0px;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	width: 100%;
	line-height: 100%;
	color: var(--global-text-color);
}

.menuCell a.none:hover,
.menuCell a.sel{
	color: var(--primary-color);
}

.menuCell a.sel {
	font-family: var(--global-main-font-bold);
	font-weight: 400;
	color: var(--primary-color);
}

.logoTop {
	display: block;
}

.logoTop object{
	width: 150px;
	margin: 0 auto;
	display: block;
	pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menuCell {
	display: block;
  text-align: left;
	padding: 15px 25px;
	font-family: var(--global-main-font);
	font-weight: 400;
	font-synthesis: small-caps;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.miniBar{ 
	position: fixed;	
	background: rgba(255,255,255,0.99);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.miniBar > .pad25 {
	padding: 15px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

.miniBar .padding{ padding: 5px; }
.miniBar a.name{ 
	font-size: 30px; 
	line-height: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
}

.miniBar a.none,
.miniBar a.btnStd { 
	padding: 8px; 
	font-size: 15px;
	background-image: none;
	box-sizing: border-box;
}
.miniBar a.btnStd:hover {
	background-image: none;
}
.miniBar a.logoTop{
	padding: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;		
}

.miniBar a.logoTop object {
	width: 80px;
}

.miniBar .menuCell {
	padding-bottom: 5px;
	padding-top: 5px;
}

.miniBar .reg_topGauche span { display: none; }

.miniBar a.logoTop strong{
	font-size: 22px;
	background-position: 0 -10px;
	min-height: 60px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
}

.miniBar .user_menu .user_menu_link {
	padding: 0 10px;
	-webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;	
}

.miniBar .user_menu .user_menu_link span.user_menu_title,
.miniBar .user_menu .user_menu_link .user_sign_out,
.miniBar .icon-service p {
	display: none;
}

.miniBar .reg_topGauche.flol{ 
	width: 10%; 
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;		
}

.miniBar .reg_topDroite.flor{ 
	width: 90%; 
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;	
}

.miniBar #user-login i{
	font-size: 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;	
}

.tabTarif{
	font-size: 2em;
	padding: 0 0 50px 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	max-width: 1000px;
}

.colorCat0{
	color: #E0AB24;
}
.backCat0{
	background: #E0AB24;
	border: solid 1px #E0AB24;
}
.colorCat1{
	color: #02F5FF;
}
.backCat1{
	background: #02F5FF;
	border: solid 1px #02F5FF;
}
.colorCat2{
	color: #FF05FE;
}
.backCat2{
	background: #FF05FE;
	border: solid 1px #FF05FE;
}
.colorCat3{
	color: #97CE8E;
}
.backCat3{
	background: #97CE8E;
	border: solid 1px #97CE8E;
}
.colorCat4{
	color: #97CE8E;
}
.backCat4{
	background: #97CE8E;
	border: solid 1px #97CE8E;
}
.bgblue{
	color: var(--primary-color);
}

/*************
*** BOTTOM ***
**************/

/* Footer */
.main_footer {
	font-size: 15px;
}

.main_footer strong {
	font-family: var(--global-main-font-bold);
	text-transform: uppercase;
	font-size: 22px;
	color: var(--primary-color);
	text-align: center;
	display: inline-block;
	width: 100%;
}
.main_footer strong:after {
	content: '';
	height: 2px;
	width: 55px;
	display: block;
	background-color: #fff;
	margin: 10px auto 25px auto;
	text-align: center;
}
.main_footer p{
	font-weight: 600;
	font-size: 16px;
}
.main_footer p i{
	padding-bottom: 5px;
}
.main_footer a i{
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.main_footer a:hover i{
	color: var(--heading-color);
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.footer_menu a {
	padding: 5px 0;
	color: var(--global-text-color);
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-family: var(--global-main-font-bold);
	font-synthesis: small-caps;
}

.footer_menu a:hover {
	color: var(--primary-color);
}

.main_footer .contact span {
	padding-bottom: 15px;
}

.main_footer .contact img {
	padding-right: 15px;
	max-width: 25px;
}

.part3 {
	font-family: var(--global-main-font);
}

.message{
	font-weight: 500;
	font-size: 16px;
	color: var(--heading-color);
	padding-right: 20px;
}

/* Footer - Copyright */

.copyright_info {
	padding: 15px;
	background-color: var(--primary-color);
	color: #fff;
	text-align: right;
}

.footer_copyright_menu a {
	padding-left: 25px;
}

.footer_copyright_menu a:hover {
	color: var(--global-text-color);
}

.backPrice{
	background: rgba(216, 232, 219, .2);
	border-radius: 10px;
	margin: 0 10px;
}
#form-recap{
	background: rgba(216, 232, 219, .2);
	border-radius: 10px;
	padding: 20px 10px;
}

/********************
**** BACK TO TOP ****
********************/

#returnOnTop {
  background: url('/imgs/picto.backtotop.png') no-repeat;
  bottom: 5%;
  cursor: pointer;
  display: none;
  filter: alpha(opacity = 100); /* IE < 8 */
  height: 50px;
  opacity: 1;
  position: fixed;
  right: 1%;
  width: 50px;
}
#returnOnTop:hover {
  filter: alpha(opacity = 100); /* IE < 8 */
  opacity: 1;
}
#loading{
	width: 0%;
	height: 3px;	
	background: var(--secondary-color);
	position: fixed;	
}

/**************
*** GENERAL ***
**************/
.reg_contentPad{ width: 95%; margin: 0 auto; padding: 0 0 30px 0; }
.reg_contentPad.bgIntro{ padding: 30px 0 0 0; }
.contact .reg_contentPad.bgIntro{ padding: 0px 0 30px 0; }
.reg_content p{
	width: 100%;
	margin: 0 auto;
	font-size: 17px;
	line-height: 20px;
	padding: 20px 0;
	color: #193333;
}

/**************
*** ACCUEIL ***
***************/

.home section {
	margin-top: 50px;
}
.home_background {
	background: url('/imgs/horizons-tickets.png') no-repeat center top / 100%;
	margin: 0 auto;
	min-height: 300px;
}

/* Avantages */
.avantages .global_section_title {
	color: var(--global-text-color);
	font-weight: 400;
}
.avantages .global_section_title {
	text-transform: uppercase;
}
.avantages .global_section_title strong {
	font-family:  var(--global-main-font-bold);
}
.avantages .avantage .shadow {
	margin: 30px;
	box-shadow: 2px -2px 3px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 15px;
	height: calc(100% - 60px);
}
.avantages .avantage h3 {
	color: var(--primary-color);
	font-family:  var(--global-main-font-bold);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.social-networks {
	position: absolute;
	z-index: 1000;
	left: 100px;
	bottom: 0;
	background-color: var(--secondary-color);
}
.social-networks a {
	font-size: 38px;
	padding: 5px 0;
	text-align: center;
	display: block;
	margin: 0 auto;
}

a.selDate{
	text-align: center;
}
a.selDate img{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	max-width: 350px;
	width: 100%;
	display: block;
}
a.selDate strong{
	background: #FFE046;
	display: inline-block;
	margin: 10px auto;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #08254B;
	border-radius: 5px;
}
a.selDate.hide{
	display: none;
}
a.selDate:hover img{
	transform: scale(.9);
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;	
}
a.selDate p{
	text-align: center;
	padding-top: 15px;
}
/* Note */
.note h2 {
	font-size: 22px;
	font-family: var(--global-main-font-bold);
	color: var(--primary-color);
}

.note p {
	font-family: var(--global-main-font);
	font-weight: 400;
	font-size: 18px;
}

.note strong {
	font-size: 16px;
	color: var(--secondary-color);
	font-weight: 600;
}


/*************
*** BOUTON ***
**************/

.btnStd, 
.controls button{
	font-family: var(--global-main-font-bold);
	font-weight: 600;
	display: table;
	padding: 15px 25px;
	font-size: 1.7em;
	text-align: center;
	border: 2px solid var(--heading-color);
	border-radius: 10px;
	color: #fff;	
	cursor: pointer;
	background-color: var(--heading-color);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnStd.rounded {
	border-radius: 20px;
}
.btnStd.arrow {
	background-image: url('/imgs/picto/white-right-arrow.png');
	background-repeat: no-repeat;
	background-position: 87% 55%;
	background-size: 25px;
	padding-right: 70px;
	padding-left: 30px;
}
.btnStd.valide {
	background-image: url('/imgs/picto/white-check.png');
	background-color: #28d300;
	background-repeat: no-repeat;
	border-color: #28d300;
	background-position: center;
}
.btnStd.download {
	background-image: url('/imgs/picto/telecharger.png');
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 30px;
	padding-left: 70px;
}
.btnStd.user {
	background-image: url('/imgs/picto/user.png');
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 30px;
	padding-left: 70px;
	padding-right: 30px;
	font-size: 18px;
	text-transform: none;
}
.btnStd.red {
	background-color: var(--tertiary-color);
	border-color: var(--tertiary-color);
}
.btnStd.red:hover {
	color: var(--tertiary-color);
}
.btnStd:hover{
	background-color: transparent;
	color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnStd.arrow:hover {
	background-image: url('/imgs/picto/green-right-arrow.png');
}
.btnStd.user:hover {
	background-image: url('/imgs/picto/green-user.png');
}
.btnStd.spe {
	background-color: #fff;
	color: var(--secondary-color);
}
.btnStd.spe:hover {
	background-color: var(--secondary-color);
	color: #FFFFFF;
}


/**************
*** CONTACT ***
***************/

.contact .header_top_background {
  background: linear-gradient(rgba(0, 0, 0, 0.4), 
  														rgba(0, 0, 0, 0.45)) repeat scroll 0% 0%, 
  														rgba(0, 0, 0, 0) url("/imgs/contenu/slide-contact.jpg") no-repeat scroll center top / cover;
  height: 650px;
}

fieldset{
	border:none; 
	padding: 15px 0; 
	margin: 0;
}

.aucunesInfos{
	font-size: 30px;
	text-align: center;
	padding: 0 0 50px; 
}

p.paiement{
	padding: 50px 0;
	line-height: 16px;
}

/*Checkboxes styles*/
.checkbox input[type="checkbox"] { display: none; }
.checkbox input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 25px 0; 
	color: #aaa;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 14px;
	line-height:20px;
	color: var(--heading-color);	
}
/*input[type="checkbox"] + label:last-child { margin-bottom: 0; }*/
.checkbox input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--secondary-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  margin-left: 2px;
}

.checkbox input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.cgv{
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 10px!important;
	color: var(--primary-color);
}

/**** Coordonnees ***/
.contactInfo{padding: 0 10px 0 0;}
.contactInfo h4{
	font-size:14px;
	padding: 5px 0;	
	color: #292929;
	display:block;
	line-height:25px;	
	font-weight:normal;
    padding: 0 0 18px 0;		
}
.contactInfo span{
	font-size:12px;
	padding: 8px 0 8px 30px;
	display:block;	
	line-height:22px;	
	color: #292929;	
	font-weight:normal;
}

/***********
*** RGPD ***
************/

.plc{color: #000; font-size: 15px;}
.rgpd{
  margin: 50px auto; 
  font-size: 1.1em;
}
.rgpd h1.titre {
	text-align: center;
	font-size: 26px; 
	padding: 20px 0;
	color: var(--secondary-color);
	text-transform: uppercase;
}
.rgpd .sousTitre {
	font-size: 18px; 
	padding: 15px;
	margin: 0px;
	text-align: center;
	color: #7d7d7d;
	padding: 20px 50px;
}
.rgpd h1{color: #313131;}
.rgpd b,
.rgpd strong {
  margin-bottom: 25px; 
  display: block;
  font-size: 1.3em;
  color: var(--secondary-color);
}
.rgpd ul{
  list-style-type: none;
  margin: 15px 0;
}
.rgpd > ul li{
  padding: 0 0 0 30px;
}
.rgpd > ul li a {
	color: var(--secondary-color);
}
.rgpd ul li ul li:before{               
  content: '•';
  margin-right: 8px;
}
.rgpd ul ul ul li {
	padding: 0 0 0 60px;
}
.rgpd ul ul ul li:before{               
  /*content: '■';*/
  content: '•';
  margin-right: 8px;
}
.rgpd hr{margin: 30px 0;}


/***************
*** MENTIONS ***
****************/

.mentionsCont{ width: 100%; margin: 15px auto; max-width: 1024px;}

.mentionsLeg {
	padding: 25px 0;
}

.mentionsLeg > div {
	flex-basis: 30%;
}

.mentionsLeg h2 {
	color: #000000;
  display: block;
	font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--global-main-font);
  margin-bottom: 5px;
	font-weight: 700;
}
.mentionsLeg h3 {
	color: #676666;
    display: block;
    font-size: 16px;
	line-height:20px;
	text-transform: uppercase;
	font-family: var(--global-main-font);
	font-weight: 700;
	padding-bottom: 15px;
}

.mentionsLeg p {
	flex-basis: 70%;
	padding: 0 25px;
}

/**********
*** CGV ***
***********/
.cgv strong.main,
.cgv strong.sub {
	display: block;
}

.cgv strong.main {
	padding: 25px 0 10px 0;
	font-size: 18px;
}

.cgv strong.sub {
	padding: 25px 25px 10px 25px;
}

.cgv span {
	display: block;
	padding-left: 25px;
}

/* 404  */
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: var(--global-main-font);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: var(--global-main-font);
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: var(--global-main-font);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

/* Click to bottom arrow */
.arrow-container{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  cursor: pointer;
}
.arrow-1{
  width: 120px;
  height: 120px;
  background: var(--primary-color);
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}
.arrow-2{
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
  background: url('/imgs/picto/white-bottom-arrow.png') no-repeat center center / 25px;
}
.arrow-2:before{
  width: 72px;
  height: 72px;
  content: "";
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.arrow-2 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

/***********
 * ECRAN 13 POUCES
 */
 
@media screen and (max-width: 1366px)
{
	.menuCell a.none,
	.menuCell a.btnStd {
		font-size: 14px;
	}
	.menuCell { 
		padding: 10px 5px; 
	}
}

@media screen and (max-width: 1280px)
{
	.seat{
		width: 15px;
		height: 15px;
	}

	.logoTop img {
		width: 250px;
	}

	/* Qui sommes-nous */
	.qui-sommes-nous .part-2 .pure-g {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/***********
 * TABLETTE PAYSAGE
 */
@media screen and (max-width: 1024px)
{	
	.reg_topGauche span {
		display: none;
	}
	.menuCell a.none,
	.menuCell a.btnStd {
		font-size: 12px;
	}
	.reg_content{width: 98%;}

	/* Accueil */
	.office_manager .text {
		margin: 0;
	}

	/* Prestations tarifs */
	.prestations .prestation .shadow {
		margin: 15px;
		height: auto;
	}


	/* Mentions légales */
	.mentionsLeg {
		flex-wrap: wrap;
	}

	.mentionsLeg h3,
	.mentionsLeg > div {
		flex-basis: 100%;
	}

	.mentionsLeg p {
		padding: 15px 0;
	}

	.menuCell:not(.user_account):not(.disconnect) {
		margin: 0 10px;
	}

	.seat{
		width: 5px;
		height: 5px;
		margin: 0 1px;
		border-radius: 2.5px;
		padding: 0px;
	}	

	.tableSTD tr td{
		font-size: .7em;
	}

	.tableSTD tr th{
		font-size: .8em;
	}

}

/***********
 * PETITE TABLETTE PAYSAGE
 */

@media screen and (max-width: 960px)
{
	.scene{
		padding: 10px;
	}
	.salle{
		width: 100%;
		overflow-x: auto;
		overflow-y: auto;
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.salle[data-id="3"]
	{	
		width: 100%; /* Largeur de la div */
		height: 800px; /* Hauteur de la div */
		overflow-x: auto; /* Activer le défilement horizontal si nécessaire */
		overflow-y: auto; /* Activer le défilement vertical si nécessaire */
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-basis: 100%;
	}
	.zone[data-id="2"]{
  		transform: rotate(-75deg);
  		left: -15%;
  		top: 20%;	
	}
	.zone[data-id="3"]{
		left: -20%;
	}
	.zone[data-id="4"]{
		left: -15%;
  		bottom: 10%;
		-webkit-transform: rotate(-105deg);
		-ms-transform: rotate(-105deg);
		transform: rotate(-105deg);		
	}
	.zone[data-id="6"]{
		right: -15%;
  		bottom: 10%;
		-webkit-transform: rotate(105deg);
		-ms-transform: rotate(105deg);
		transform: rotate(105deg);		
	}
	.zone[data-id="7"]{
		right: -20%;
	}
	.zone[data-id="8"]{
  		transform: rotate(75deg);
  		right: -15%;
  		top: 20%;	
	}
	.rang{ 
		padding: 0px 0; 
  		text-align: center;
	}

	.header_top_background,
	.home_background {
		height: 80px !important;
		min-height: 0px;
	}

	.menuCell{ margin: 0 0 5px 0; }
	.menuTab:nth-child(2){display: block; height: 31px; overflow:hidden; text-align: center;}
	a.logoTop{ padding: 0px; }
	.global_section_title { font-size: 28px; }

	.pad50 {
		padding: 25px;
	}

	.pad25 {
		padding: 15px;
	}

	.paiement .pad25{
		padding: 0px;
	}

	.paiement .pad50{
		padding: 10px;
	}

	.ptb50 {
		padding: 25px 0;
	}

	.btnStd {
		font-size: 14px;
		padding: 12px 20px 10px 20px;
	}

	/* Header */
	.header_top_background {
		height: 500px;
	}


	/* Mission */
	.arrow-container {
		bottom: 50px;
	}

	/* Responsive transition menu */

	.logoTop img {
		padding: 15px;
	}

	.menuTab {
		margin: 0 0 0 auto;
		width: auto;
	}

	.menuCell:not(.user_account):not(.disconnect) {
		border: none;
	}

	/*****/

	.part2.footer {
		padding: 	15px;
	}

	/* Responsive menu */
	.contentMenuTop{ 
		padding: 10px 0;
		position: fixed;
		z-index: 1000;
		width: 300px;
		right: -305px;
		top: 0;
		box-shadow: 3px 0 0 0 #515151;
		background-color: #fff;
		height: 100vh;
		-webkit-box-shadow: -3px 0px 5px -2px rgba(0,0,0,0.3); 
		box-shadow: -3px 0px 5px -2px rgba(0,0,0,0.3);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transition: right 0.4s ease;
		-o-transition: right 0.4s ease;
		transition: right 0.4s ease;
	}
	.menuTab.bloc2 {
		margin-top: 100px;
		margin-right: 15px;
	}
	.mobile_menu_button.open + .contentMenuTop { 
		right: 0;
		-webkit-transform: translate(100, 0);
		-ms-transform: translate(100, 0);
		transform: translate(100, 0);
	}
	.mobile_menu_button {
	  display: table;
	  margin-left: auto;
	  cursor: pointer;
	  position: relative;
	  z-index: 1100;
	}
	.bar1, .bar2, .bar3 {
	  width: 35px;
	  height: 5px;
	  background-color: #350d42;
	  margin: 6px 0;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	}
	.reg_contentMenu .global_menu {
		margin-right: 15px;
	}
	.navbar a:hover {
		background: none;
	}
	.contentMenuTop .desktop_menu {
		flex-wrap: wrap;
	}
	.contentMenuTop .desktop_menu a {
		font-size: 20px;
	}
	.mobile_menu_button.open .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
	  -ms-transform: rotate(-45deg) translate(-7px, 6px);
	  transform: rotate(-45deg) translate(-7px, 6px);
	}
	.mobile_menu_button.open .bar2 {opacity: 0;}
	.mobile_menu_button.open .bar3 {
	  -webkit-transform: rotate(45deg) translate(-9px, -9px);
	  -ms-transform: rotate(45deg) translate(-9px, -9px);
	  transform: rotate(45deg) translate(-9px, -9px);
	}
	.menuCell:not(.user_account) {
		border: none;
		padding: 25px 0;
	}

	.global_form_container .input_group:first-child input {
		margin-right: 0;
	}

	.global_form_container input {
		width: 95%;
	}

	.global_form_container {
		margin: 0 auto;
		display: table;
	}

	.global_form_container fieldset > .flex {
		justify-content: flex-start;
	}

	.global_form label:not(.title) {
		font-size: 16px;
	}

	.global_form .mid {
		margin: 0;
	}

}


/***********
 * TABLETTE PORTRAIT
 */
 
@media screen and (max-width: 768px)
{	
	.controls {
		display: flex;
	}

	.contentMenuTop .menuTab .menuRow .menuCell{padding: 0;}
	.logoTop img{width: 100%; padding-top: 15px; margin: 0;}
	a.logoTop{max-width: 200px;}

	.global_page_title {
		font-size: 2.5em;
	}

	/* Footer */
	.main_footer .dit {
		display: block;
	}
	footer .pure-u-1 {
		padding: 0;
	}

	.footer_menu a {
		padding: 15px 0;
	}

	/* 404 */
	.notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }

  .global_form label:not(.title) {
		font-size: 13px;
	}

	.global_page_title {
		font-size: 2em;
	}

	.global_section_title {
		font-size: 24px;
		line-height: 35px;
	}

}

/***********
 * PETITE TABLETTE PORTRAIT
 */
 
@media screen and (max-width: 600px)
{
	/* RGPD */
	.rgpd ul {padding: 10px;}
	.rgpd ul li {padding: 0 15px;}
	.rgpd ul ul ul li {padding: 0 30px;}
	.reg_content{ padding: 25px 0; }
	.input_group { width: 100%; }
	.input_group:first-child input { margin-bottom: 25px; }
	.global_form .mid { margin: 0; }
}


@media screen and (max-width: 568px)
{
	/* Qui suis-je */
	.cv img {
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}

	.btnStd.arrow {
		background-position: 90% 53%;
		background-size: 22px;
	}

	.global_form input.inputfile + label {
		font-size: 16px;
		padding: 15px;
	}

	.global_form cite.info {
		font-size: 14px;
	}

	.global_form .select {
		width: 100%;
	}

	.seatNumber{ 
		font-size: .8em;
	}

	/* Footer */
	.main_footer strong::after {
		margin: 10px auto 25px auto;
	}

	.main_footer .contact span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.copyright_info {
		font-size: 11px;
		padding: 0 10px;
	}

	.footer_menu {
		width: 100%;
	}

	.footer_menu a {
		display: block;
		text-align: center;
		padding: 15px 10px;
		font-size: 14px;
	}

	.part3.copyright {
		text-align: center !important;
		padding: 0;
	}

	.part3.copyright span {
		padding: 10px;
	}

}

/***********
 * MOBILE PAYSAGE
 */
 
@media screen and (max-width: 480px)
{
	/* Click to bottom arrow */
	.arrow-container {
		bottom: 10px;
	}
	.arrow-1,
	.arrow-container {
		width: 100px;
		height: 100px;
	}
	.arrow-2::before {
		width: 50px;
		height: 50px;
	}
	.arrow-2 {
		width: 58px;
		height: 58px;
	}

	/* Qui suis-je */
	.cv h3 {
		font-size: 22px;
	}

	.cv h3 em {
		display: block
	}

	.reg_content p{ width: 90%; }
	.reg_topGauche .logoTop,
	.reg_topGauche .bloc1{width: 100%; float: none; margin: 0 auto;}
	.contact .padField{padding: 10px 0; width: 90%; margin: 0 auto;}

	.rgpd { font-size: 1.05em; }

	p {
		font-size: 14px;
	}

	.home section {
		margin: 15px 0;
	}

	.tabTarif{
		padding: 10px 0;
	}

	.btnStd {
		font-size: 14px;
	}

	.global_form textarea {
		min-height: 180px;
	}

	/* Contact */
	.contact .global_form > .pad50 {
		padding: 0;
	}

	/* 404 */
	.notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }

  a.selDate img{
	width: 90%;
	margin: 0 auto;
  }

}

/***********
 * MOBILE PORTRAIT
 */
 
@media screen and (max-width: 380px)
{
	.global_section_title {
		font-size: 20px;
	}

	/* Prestation tarifs */
	.prestation-tarif > .pad50 {
		padding: 0;
	}

	/* Contact */
	fieldset .pad15 {
		padding: 10px 5px;
	}
}