@font-face {
	font-family: "Lato";
	src: local("Lato-Light"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"),
		url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.svg#Lato-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.woff2") format("woff2"),
		url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"),
		url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.woff2") format("woff2"),
		url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"),
		url("fonts/Lato-Bold.svg#Lato-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* =====[ RESET ]======================================================================== */

/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* =====[ VARIABLES CSS ]======================================================================== */

:root {
	--bleu_marin: #090a29;
	--bleu_pale: #d6dce9;
	--bleu_moyen: #94a4c4;
	--bleu_royal: #2a4989;
	--hover: #375eaf;
}

/* =====[ GLOBAL STYLES ]======================================================================== */

*:not(.icon) {
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

input,
button,
a {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

body {
	font-weight: 400;
	font-size: 15px;
	color: #0e0e0e;
	margin: 0;
	padding: 0;
	z-index: 0;
	font-weight: 400;
	background: #fff;
}

.ddl-pdf {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	padding: 5px 10px;
	background: #231f20;
	color: #fff;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.ddl-pdf:hover {
	background: #888b8d;
	color: #fff;
}

h1 {
	color: #fff;
	font-size: 4.5rem;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

h3 {
	color: #fff;
	font-size: 22px;
}

h4 {
	color: #666666;
	font-size: 17px;
}

p {
	padding: 10px 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

hr {
	height: 1px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #d4d4d5;
	margin: 0 0 10px 0;
}

.page {
	margin: 0 auto;
	max-width: 85%;
	position: relative;
}

.icon {
	font-size: 25px;
	vertical-align: middle;
	padding-left: 10px;
}

/* =====[ Header ]======================================================================== */
.header {
	padding-bottom: 0;
}

.header .page {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 1% 0;
}

.logos-client-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logos-client-container img {
	max-width: 100%;
	width: 200px;
	height: auto;
}

.logos-client-container img:first-of-type {
	margin-right: 50px;
}

header .icon {
	font-size: 16px;
	padding: 0;
	vertical-align: top;
}

header .petit {
	font-size: 14px;
}

header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	position: relative;
	z-index: 2;
	padding: 0;
}

header ul li {
	list-style: none;
	display: inline-block;
	color: #161b1d;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
}

header ul li a span {
	color: var(--bleu_royal);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

header ul li a:hover span {
	color: var(--hover);
}

header ul li.deconnexion a,
header ul li.deconnexion a span {
	color: #fff;
}

header ul li.deconnexion {
	padding: 10px 15px;
	background: #922746;
}

header ul li.deconnexion:hover {
	background: #2d4a58;
}

header ul li.deconnexion a:hover,
header ul li.deconnexion a:hover span {
	color: #fff;
}

header ul li.deconnexion span {
	color: #0058b8;
	font-size: 17px;
	padding-left: 5px;
}

.accueil {
	background: url(/client/mjq/portail/images/2022_v1/background_loby_mjq_5-6-mai.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

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

.titre-accueil {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
	padding-right: 25px;
}

.titre-accueil img {
	max-width: 100%;
	height: auto;
}

.titre-accueil span:last-of-type {
	font-size: 2rem;
	text-transform: uppercase;
}

.accueil .page {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.accueil {
	font-size: 26px;
	color: #454545;
}

.titre {
	background-color: rgba(241, 241, 241, 1);
	padding: 25px 0;
	font-size: 17px;
}

.titre h1 {
	padding-top: 10px;
}

.titre span {
	padding-left: 35px;
}

.titre-horaire {
	display: inline-block;
	color: #000;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

.head {
	padding: 50px 0 0 0;
}

/* Connexion en haut */

.connexion {
	width: 33%;
	z-index: 1;
}

.connexion h2 {
	font-size: 24px;
	text-align: left;
}

.connexion form,
.connexion div {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
}

.connexion input {
	height: 40px;
}

.connexion input[type="submit"] {
	padding: 0px 20px;
	width: 60%;
	font-size: 18px;
}

.connexion input[type="email"],
.connexion input[type="password"],
.connexion select {
	margin: 0 5px 0 0;
	border: none;
	background: #f1f1f1;
}

.connexion ul {
	width: 100%;
}

.connexion ul li:first-child {
	padding: 0 20px 0 0;
}

.connexion ul li:last-child {
	background: none;
	padding: 0 0 0 15px;
}

.connexion ul li span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: #e4eaeb;
	padding: 4px 0;
	width: 100%;
}

.large {
	width: 60%;
}

.decompte2 ul {
	width: 100%;
}

.decompte2 ul li {
	list-style: none;
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 0;
	width: 85%;
	color: #fff;
	margin: 0 auto 10px auto;
}

.decompte2 ul li span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: #fff;
	padding: 4px 0;
	width: 100%;
	color: #494949;
}

/* =====[ INSCRIPTION ]======================================================================== */

.inscription {
	width: 450px;
	text-align: center;
}

.inscription form,
.inscription .message,
.inscription .decompte2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10%;
	background: var(--bleu_marin);
	text-align: center;
	height: 100%;
	min-height: 500px;
}

.inscription h2 strong {
	font-size: 3rem;
}

.inscription h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 25px;
}

.inscription p {
	text-align: center;
	color: #fff;
	padding: 0;
	font-size: 1rem;
	margin: 25px 0;
	font-weight: 700;
}

.nowebcast p {
	font-size: 20px;
}

.date-inscription {
	color: #fff;
	font-size: 1.2rem;
}

.titre-inscription {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 700;
	padding: 20px 0;
}

input[type="Submit"] {
	background: var(--bleu_royal);
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	padding: 10px 60px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.inscription input[type="Submit"]:hover {
	background: var(--hover);
	color: #fff;
}

input[type="Submit"]:hover,
a.btn-main:hover,
a.btn-sec:hover {
	background: var(--hover);
	color: #fff;
}

.message h2.icon,
.decompte2 h2.icon {
	font-size: 50px;
	padding: 0;
}

.message h2 {
	font-weight: 700;
}

.add-calendar {
	background: #262626;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 15px;
}

.add-calendar a {
	color: #fff;
}

.add-calendar a:hover {
	color: #c5242a;
}

.add-calendar .icon {
	font-size: 30px;
}

.message p {
	font-size: 19px;
	padding: 15px 0;
	margin: 0;
	font-weight: 300;
}

.message p span {
	font-size: 22px;
}

.message img {
	width: 50px;
	height: auto;
	padding-bottom: 25px;
}

.inscription .large {
	padding: 20% 35px;
	min-height: 250px;
}

.inscription-anchor span {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.inscription-anchor span:hover {
	color: #bb2953;
}
.presentation-horaire {
	width: 50%;
	margin: 0 auto;
}

.presentation-horaire p {
	text-align: center;
}

.activite {
	margin: 5% auto;
}

.activite img {
	margin: 30px 0;
}

.activite ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	gap: 10px;
}

.activite ul li {
	grid-column: span 1;
	list-style-type: none;
}

.activite ul li img {
	width: 15px;
	height: auto;
	float: right;
	padding: 10px 20px 0 0;
}

.activite ul li div.date {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 75px;
	font-size: 18px;
	padding: 18px 0px;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.activite ul li a {
	display: flex;
	color: #373737;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.schedule-dsecription-container {
	height: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10%;
}

.schedule-dsecription-container h3 {
	font-size: 1rem;
	color: #000;
}

.activite ul li.noactiv .bouton {
	border: 2px solid #ebebeb;
	color: #cccccc;
	cursor: default;
}

.activite ul li.noactiv .bouton:hover {
	background: #fff;
	color: #cccccc;
}

.activite ul li.noactiv p {
	height: auto;
	padding: 70px 15px 20px 15px;
}

.partenaires {
	padding: 50px 0 25px 0;
}

.partenaires h3 {
	color: var(--bleu_marin);
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 50px;
}

.logos_partenaires {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 25px;
}

.schedule-container {
	padding: 5% 0;
}

.schedule-container h3 {
	color: var(--bleu_marin);
	text-transform: uppercase;
}

.schedule-container p {
	color: var(--bleu_marin);
}

.liste-activ {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 5px;
	margin-bottom: 5px;
}

#horaire-mobile {
	display: none;
}

.am-container,
.pm-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--bleu_marin);
	padding: 5%;
	/* flex-grow: 1; */
}

.am-container span,
.pm-container span {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
}

.schedule-description-container {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding: 5%;
}

.schedule-description-container.empty-block {
	background: #ccd3e3;
}

.horaire-section-title-container {
	margin-bottom: 15px;
}

/* .schedule-description-container .countdown-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 0.8rem;
	color: #ccd3e3;
	min-height: 40px;
} */

.tag_en_direct {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tag_en_direct span {
	text-transform: uppercase;
	color: #fd0000;
	font-weight: 700;
	margin-left: 10px;
	text-align: center;
}

.tag_en_direct .red-circle {
	height: 16px;
	width: 16px;
	background: #fd0000;
	margin: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.tag_pre_archive {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tag_pre_archive span {
	text-transform: uppercase;
	color: #334a57;
	font-weight: 700;
	text-align: center;
}

.tag_archive {
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tag_archive span {
	text-transform: uppercase;
	color: #334a57;
	font-weight: 700;
	text-align: center;
}

.schedule-description-container .heures-container {
	width: 100%;
}

.heures-container p {
	padding: 0;
}

.calendrier-calendar {
	text-align: center;
	font-weight: 400;
}

.calendrier-calendar > div {
	text-align: center;
	margin-top: 15px;
}

.calendrier-calendar a {
	color: var(--bleu_royal);
}

.calendrier-calendar a:hover {
	color: var(--hover);
}

/* .countdown-block div {
	text-align: center;
	position: relative;
	margin: 0 10px;
	flex: 1 1 auto;
}

.countdown-block div:last-child,
.countdown-container span {
	font-size: 1.15rem;
} */

.activ {
	flex: 1 1 19%;
	background: #ccd3e3;
	color: var(--bleu_marin);
	height: 100%;
	position: relative;
}

.activ a.btn-main {
	padding: 7px;
	font-size: 1rem;
	min-width: 200px;
}

.activ h2 {
	text-align: center;
	color: var(--bleu_marin);
}

.activ p {
	text-align: center;
}

.activ.en_direct {
	background: var(--bleu_pale);
}

.activ.en_prearchive {
	background: var(--bleu_pale);
}

.activ.en_archive {
	background: var(--bleu_pale);
}

.activ.en_direct .btn-main,
.activ.en_archive .btn-main {
	background: var(--bleu_royal);
	color: #fff;
}

.activ.en_direct .btn-main:hover,
.activ.en_archive .btn-main:hover {
	background: var(--hover);
	color: #fff;
}

.activ.en_prearchive .btn-main {
	background: #d3d3d3;
}

.date {
	background: var(--bleu_marin);
	padding: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
}

.date sup {
	font-size: 0.5rem;
}

.input-info {
	position: relative;
}
.input-info .tooltip {
	position: absolute;
	right: 10px;
	top: 7px;
}

.input-info {
	display: flex;
	align-items: center;
	width: 100%;
}
/* .input-info input{margin-bottom:0;} */
.tooltip {
	position: relative;
	display: inline-block;
	padding: 0 0 0 5px;
	margin: 0;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 240px;
	background-color: black;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: -16px;
	right: 135%;
	font-weight: 200;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* =====[ FORMULAIRE ]======================================================================== */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #2d4a58;
	opacity: 1 !important;
	font-weight: 300;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #2d4a58;
	opacity: 1 !important;
	font-weight: 300;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #2d4a58;
	opacity: 1 !important;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #2d4a58;
	font-weight: 300;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

form em {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	display: block;
	text-align: center;
	margin: 15px 0;
}

form p {
	padding: 10px 0 25px 0;
}

label {
	display: none;
}

input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
}

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea,
select {
	background: #fff;
	padding: 10px;
	border: none;
	font-size: 13px;
	color: #000;
	border-radius: 0px;
	margin-bottom: 10px;
	font-weight: 300;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
}

textarea {
	width: 100%;
	font-size: 17px;
}

select {
	width: 100%;
	height: 38px;
}

a.btn-main {
	display: inline-block;
	background: var(--bleu_royal);
	color: #fff;
	border: none;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 60px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

a.bouton,
.bouton {
	background: #231f20;
	/* border: 2px solid #ebebeb; */
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 30px;
	display: block;
	text-transform: uppercase;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

input[type="Submit"]:hover,
a.bouton:hover,
.bouton:hover {
	background: #494949;
	color: #fff;
}

a.btn-bleu:hover,
a.btn-rouge:hover {
	background: #494949;
}

a.btn-border:hover {
	background: #0058b8;
	color: #fff;
}

a.btn-rouge {
	background: #e30a01;
	border: none;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
	text-transform: uppercase;
}

a.btn-bleu {
	background: #838383;
	border: none;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
}

a.btn-border {
	background: #fff;
	border: #0058b8 2px solid;
	font-size: 20px;
	color: #0058b8;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 40px;
}

a.btn-bleu img {
	width: 30px;
	height: auto;
	vertical-align: middle;
	padding-right: 15px;
}

a.btn-bleu span {
	font-size: 25px;
	padding-right: 15px;
	vertical-align: middle;
}

.tab2 {
	border: none;
	background: #fff;
	width: 100%;
	height: auto;
	display: flex;
}

/* Style the buttons inside the tab */

.tab2 button {
	background: var(--bleu_royal);
	color: #fff;
	padding: 5px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

/* Change background color of buttons on hover */

.tab2 button:hover {
	background: var(--hover);
	color: #fff;
}

/* Create an active/current "tab button" class */
.tab2 button.active2 {
	background: var(--bleu_marin);
	color: #fff;
}

/* Style the tab content */
.tabcontent2 {
	/* padding: 15px 0 0 0; */
	width: 100%;
	border-left: none;
	height: auto;
}

/* =====[ ERROR message ]======================================================================== */

span.error {
	color: #ff0000;
	text-transform: none;
	font-size: 15px;
	padding-bottom: 5px;
}

.error {
	color: #ff0000;
}

.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ff0000;
}

.error::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error:-moz-placeholder {
	/* Firefox 18- */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error::-moz-placeholder {
	/* Firefox 19+ */
	color: #ff0000 !important;
	opacity: 1 !important;
}

.error:-ms-input-placeholder {
	color: #ff0000 !important;
}

.message_archive_inscription {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10%;
	color: red;
}

.message_archive {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10%;
	color: red;
}

.generic_error {
	color: red;
}

.message_champs_requis {
	text-align: right;
}

/* =====[ PLAYER - conférence ]======================================================================== */

.bg_player {
	padding: 5% 5% 0 5%;
}

.player {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	border: 1px solid #d4d4d5;
}

.question {
	max-width: 960px;
	width: 100%;
	margin-top: 5%;
}

.question input[type="Submit"] {
	margin-top: 25px;
}

.question input[type="text"],
.question input[type="email"],
.question input[type="password"],
.question select {
	width: 49.5%;
	background: #f7f7f7;
}

.question textarea {
	background: #f7f7f7;
}

.question input:nth-child(2n + 2),
.question select:nth-child(2n + 2) {
	float: right;
}

.sondage {
	text-align: center;
	margin: 5% 0;
}

.succes {
	text-align: center;
	padding: 0 0 20px 0;
}

.succes .icon {
	font-size: 60px;
	padding: 0 0 20px 0;
}

.succes img {
	padding: 10px;
}

.succes p {
	text-align: center;
	margin-top: 20px;
}

/* =====[ CONTENU ]======================================================================== */

.bg-info {
	padding: 30px 0;
	background: #fff;
}

.bg-info h2 {
	font-size: 25px;
	border-bottom: 1px solid #838383;
	padding-bottom: 15px;
	margin-bottom: 40px;
	color: #e30a01;
}

.conf,
.conf1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: flex-start;
}

.conf ul {
	width: 48%;
	margin-bottom: 35px;
}

.conf1 ul {
	width: 100%;
	margin-bottom: 35px;
}

.conf ul li,
.conf1 ul li {
	margin: 0;
	list-style: none;
	text-align: left;
}

.conf ul li img,
.conf1 ul li img {
	padding: 0 0 20px 0;
	width: 140px;
	height: auto;
}

.conf h3,
.conf1 h3 {
	font-size: 20px;
	color: #e30a01;
}

.info {
	margin-bottom: 50px;
}

.info p {
	padding: 0 0 20px 0;
}

.info ul li,
.info ul.load {
	list-style: none;
}

.info ul li:before {
	content: "> ";
}

.info ul.load li:before {
	content: none;
}

.info ul.load li {
	/*list-style:url('/client/tmq/images/2020_v1/pointeur_list.png');*/
	margin-left: 0;
	padding: 0;
}

/*pour une liste de téléchargement*/

.info ul.load li span {
	padding: 0 10px 0 0;
	color: #e30a01;
}

/* =====[ BAS DE PAGE ]======================================================================== */

.bg-soutien {
	background: #ccd3e3;
}

.soutien .icon {
	font-size: 50px;
	padding: 0 0 10px 0;
}

.soutien .petit {
	font-size: 40px;
	padding: 0 0 20px 0;
}

ul.soutien {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
}

ul.soutien li {
	display: inline-block;
	margin: 0 5%;
	padding: 25px;
	vertical-align: top;
	font-size: 13px;
}

ul.soutien li img {
	vertical-align: middle;
	padding-bottom: 15px;
}

ul.soutien li a,
ul.soutien li a h2 {
	color: var(--bleu_marin);
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

ul.soutien li a:hover,
ul.soutien li a:hover h2 {
	color: var(--hover);
}

.copyright {
	padding: 30px 0;
	text-align: center;
	font-size: 13px;
	background: var(--bleu_marin);
	color: #fff;
}

.copyright a {
	color: #ececec;
	text-decoration: none;
}

/* :::::[ IPAD HORIZONTAL ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1300px) {
	h1 {
		margin: 5px 0;
	}

	.connexion {
		right: 6%;
		width: 50%;
	}

	.connexion input[type="submit"] {
		width: 100%;
	}

	.accueil img.theme {
		display: block;
		width: 100%;
		height: auto;
		margin-top: -200px;
	}

	.large {
		width: 65%;
	}

	.schedule-description-container {
		padding: 0;
		min-height: 300px;
	}

	.liste-activ {
		flex-direction: column;
	}

	.inscription form,
	.inscription .message,
	.inscription .decompte2 {
		min-height: 0;
	}

	.schedule-description-container.empty-block {
		display: none;
	}

	#horaire-mobile {
		display: block;
	}

	#horaire-desktop {
		display: none;
	}
}

/* :::::[ GENERALE plus petit qu'un ipad vertical' ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1008px) {
	.header ul li img {
		width: 25px;
	}

	.accueil {
		background: url(background_loby_mobile01_mjq);
	}

	.connexion form,
	.connexion div {
		flex-wrap: wrap;
	}

	.connexion input[type="email"],
	.connexion input[type="password"],
	.connexion select {
		margin: 0 0 5px 0;
	}

	.connexion {
		width: 45%;
	}

	.conf ul {
		width: 100%;
	}

	.activite ul {
		grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
	}

	.accueil .page {
		flex-direction: column;
	}

	.titre-accueil {
		width: 100%;
		padding: 0;
	}

	.inscription {
		width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width: 832px) {
	.activite ul {
		flex-direction: column;
	}
}
/* :::::[ 480 PIXELS LAYOUT (IPHONE HORIZONTALE)]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 752px) {
	.header .outil .page {
		width: 80%;
	}

	.header .page {
		justify-content: center;
	}

	.logos-client-container {
		flex-direction: column;
		align-items: center;
	}

	.logos-client-container img:first-of-type {
		margin: 0;
	}

	.titre span {
		padding-left: 0;
		display: block;
	}

	.bg_player {
		padding: 10% 0;
	}

	.connexion {
		width: 50%;
	}

	.connexion ul li span {
		background: #fff;
	}

	.connexion ul li {
		font-size: 12px;
	}

	.sondage a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.activ {
		flex: 1 1 auto;
	}

	.activite ul {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

/* :::::[ 320 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 464px) {
	.header ul {
		text-align: center;
	}

	.inscription .message {
		min-height: 0;
	}

	.connexion {
		width: 100%;
	}

	.connexion h2 {
		text-align: center;
	}

	.connexion input[type="email"],
	.connexion input[type="password"],
	.connexion select {
		margin: 0 0 5px 0;
		width: 100%;
	}

	.connexion input[type="submit"] {
		width: 100%;
		font-size: 20px;
	}

	.connexion ul li span {
		border: none;
	}

	.btn-bleu,
	.btn-rouge {
		display: block;
	}

	a.btn-vert img {
		padding-right: 0;
		margin: 0 auto;
	}

	.sondage img,
	.sondage a {
		display: block;
	}

	.sondage img {
		margin: 0 auto;
	}

	.question input[type="submit"] {
		width: 100%;
	}

	.question input[type="text"],
	.question input[type="email"],
	.question input[type="password"],
	.question select {
		width: 100%;
	}

	.question input:nth-child(2n + 2),
	.question select:nth-child(2n + 2) {
		float: none;
	}

	.schedule-dsecription-container h3 {
		font-size: 0.85rem;
	}

	.tab2 {
		flex-direction: column;
	}
}
