﻿/*
Theme Name: Quartier.Quebec
Description: Thème enfant pour le thème GeneratePress
Author:  Medialogue
Template: generatepress
*/
@import url("../generatepress/style.css");
@import url("./calendrier.css");

:root {
	--lightblue: #d0f4ff;
	--blue: #19c8ff;
	--darkblue: #231f41;
	/*OLD*/
	--sidebar-width: 100%;
	--toggler-size: 30px;
	--toggler-line-number: 3;
	--toggler-line-size: calc(
		var(--toggler-size) /
			(var(--toggler-line-number) + var(--toggler-line-number) - 1)
	);
	--toggler-offset-left: 10px;
	--toggler-offset-top: 10px;
	--height-header: 135px;
}

@font-face {
	font-family: Neulis;
	src: url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/Neulis-Bold.woff2")
			format("woff2"),
		url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/Neulis-Bold.woff")
			format("woff");
	font-weight: bold;
}

@font-face {
	font-family: NeulisAlt;
	src: url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/NeulisAlt-Regular.woff2")
			format("woff2"),
		url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/NeulisAlt-Regular.woff")
			format("woff");
}

@font-face {
	font-family: NeulisAlt;
	src: url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/NeulisAlt-Bold.woff2")
			format("woff2"),
		url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/fonts/NeulisAlt-Bold.woff")
			format("woff");
	font-weight: bold;
}

html,
body {
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

#map {
	width: 100vw;
	height: 100vh;
	position: fixed !important;
	left: 0;
	top: 0;
	background-color: #242041;
}

h1,
h2,
h3,
h4 {
	color: #333;
}

header {
	display: none;
}

.hidden {
	display: none !important;
}

#topmsg {
	position: fixed;
	top: 85px;
	z-index: 1;
	left: 100%;
	width: 98%;
}

#dirigeable {
	position: relative;
	z-index: 10;
}

.marquee {
	position: absolute;
	top: 19%;
	overflow: visible;
	background-color: #fff;
	left: 75px;
	padding-left: 50px;
	padding-right: 0px;
}

.marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	animation-play-state: running;
	white-space: nowrap;
}

.marquee span {
	font-size: 18px;
	padding: 0 1.2vw;
	line-height: 30px;
	font-family: "Poppins";
}

.marquee:after {
	display: block;
	content: "";
	background-image: url("./img/fin-banderole.png");
	height: 30px;
	width: 40px;
	position: absolute;
	right: -40px;
	top: 0px;
}

.marquee__inner span:last-of-type {
	display: none;
}

.marquee__inner span:first-of-type {
	padding-left: 10px;
}

#topmsg button {
	position: fixed;
	right: 1%;
	border-radius: 50%;
	color: #fff;
	background-color: var(--blue);
	font-family: "Neulis";
	line-height: 1em;
	top: 96px;
	padding: 8px 10px 7px;
	box-shadow: -12px 0px 5px -3px rgb(255 255 255 / 80%);
	display: none;
}

#mainHeader {
	position: fixed;
	z-index: 30;
	top: 0;
	width: 100%;
	padding: 10px 15px 14px;
	display: flex;
	align-items: center;
}

#mainHeader:before {
	content: "";
	width: 100%;
	padding: 10px 20px;
	background-color: var(--lightblue);
	display: flex;
	justify-content: space-between;
	border-bottom: 4px solid var(--blue);
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 31;
	box-shadow: 0px 3px 3px 3px rgb(0 0 0 / 25%);
}

#logo {
	width: 155px;
	position: relative;
	z-index: 32;
}

.retourBtn {
	position: absolute;
	right: 27px;
	top: 13px;
	z-index: 10000;
	/* display: none; */
}

#menuTogglerLabel {
	margin-top: 10px;
	margin-bottom: 10px;
}

#loginBtn {
	position: relative;
	z-index: 35;
	margin-left: 20px;
}

#project-content {
	width: 75%;
	margin: 0 auto;
	height: 100vh;
	overflow: scroll;
	padding: 20px;
}

#overlay {
	width: 100%;
	height: calc(100vh - var(--height-header));
	overflow-y: scroll;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 28;
	transition: top 750ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

#overlay.display {
	top: var(--height-header);
}

#overlay-horaire.display {
	top: var(--height-header);
}

#postContent {
	background-color: #fff;
	color: var(--darkblue);
	padding: 30px 0 0;
	font-family: "Poppins";
	width: 100%;
	margin-left: 0;
	top: 0;
	position: relative;
	z-index: 10;
	min-height: calc(100vh - var(--height-header));
}

#postContent h1 {
	color: var(--darkblue);
	font-variant: small-caps;
	display: block;
	border-bottom: 2px solid var(--blue);
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 30px;
	letter-spacing: -1px;
}

#postContent p {
	font-weight: 300;
	color: #6a6a6a;
	line-height: 1.25em;
	font-size: 16px;
}

#postContent #contentPost .container {
	width: 90%;
	margin: 0 auto;
	min-height:55vh
}

#soutien {
	background-color: var(--blue);
	padding: 30px 0;
	font-family: "Neulis";
	color: #fff;
	margin-bottom: 0;
}

#soutien p {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1em;
	color: #fff;
	font-size: 20px;
}

#soutien .flexit {
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 10px 0;
}

#soutien img {
	width: 30%;
	border-radius: 5px;
}

#soutien.empty {
	margin: 20px auto 0;
	padding: 1px;
	width: 90%;
	margin-top: auto !important;
}

#contact {
	padding: 30px 0;
	font-family: "NeulisAlt";
	margin-bottom: 0;
	font-weight: bold;
}

#contact p {
	color: var(--blue);
	text-align: center;
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 20px;
}

#contact .flexit {
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 10px 0;
}
/* 
#contact img {
	width: 15%;
	border-radius: 5px;
} */

#contactSecond {
	background-color: var(--darkblue);
	padding: 30px 0 30px;
	font-family: "NeulisAlt";
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#contactSecond .flexit a:not(:last-of-type) {
	width: 30px;
	margin-right: 10px;
}

#contactSecond p:first-of-type {
	margin-bottom: 20px;
	line-height: 1em;
	color: #fff;
	font-size: 20px;
}

#contactSecond p:last-of-type {
	line-height: 1em;
	font-family: "Poppins";
	font-size: 16px;
	color: #fff;
	line-height: 1.2em;
	width: 90%;
	margin: 30px auto 0;
}

#contactSecond ul {
	margin: 0;
}

#contactSecond ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Poppins";
}

.leaflet-control-container {
	display: none;
}

/*OVERLAY MENU*/

#bouton-contact{
    z-index: 1000;
    position: fixed;
    right: 75px;
    font-size: 36px;
    border-radius: 50%;
    line-height: 1em;
    width: 50px;
    height: 50px;
    padding: 0px;
    background-color: #FFF;
    color:	var(--blue);
    border: 2px solid var(--blue);
}

#bouton-contact:hover{
    background-color: var(--blue);
	color:#FFF;
}

.sidebar,
.content {
	transition: all 500ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.sidebar {
	width: var(--sidebar-width);
	left: var(--sidebar-width);
	background: rgba(25, 200, 255, 0.8);
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	height: 100vh;
	opacity: 0.5;
	z-index: 15;
}

#menubar::-webkit-scrollbar,
#menubar::-webkit-scrollbar-thumb,
#menubar::-webkit-scrollbar-track {
	width: 10px;
	border: none;
	background: transparent;
}

#menubar::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #fff;
}

#menubar::-webkit-scrollbar-track {
	background-image: url("https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/img/scroll.png");
	background-repeat: repeat-y;
	background-size: contain;
}

.menu {
	list-style-type: none;
	padding: 0;
}

.menu__item,
.normal_menu_item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.menu__item img,
.normal_menu_item img {
	width: 80px;
	margin-right: 15px;
}

.menu__link,
.normal_menu_link {
	color: white;
	font-weight: 100;
	text-decoration: none;
	font-size: 6vmin;
	line-height: 10vmin;
	font-family: "Neulis";
	display: flex;
	align-items: center;
}

.menu-toggler {
	border-radius: calc(var(--toggler-line-size) / 2);
	display: block;
	width: var(--toggler-size);
	height: var(--toggler-size);
	position: relative;
	cursor: pointer;
	z-index: 33;
	margin-left: auto;
}

.menu-toggler__line {
	height: var(--toggler-line-size);
	background: var(--blue);
	position: absolute;
	border-radius: calc(var(--toggler-line-size) / 2);
	left: 0;
	right: 0;
	transition: all 0.25s ease-out;
}
.menu-toggler__line:nth-child(1) {
	top: calc(
		var(--toggler-line-size) * 1 + (var(--toggler-line-size) * (1 - 2))
	);
}
.menu-toggler__line:nth-child(2) {
	top: calc(
		var(--toggler-line-size) * 2 + (var(--toggler-line-size) * (2 - 2))
	);
}
.menu-toggler__line:nth-child(3) {
	top: calc(
		var(--toggler-line-size) * 3 + (var(--toggler-line-size) * (3 - 2))
	);
}

.input-toggler {
	position: absolute;
	left: -100%;
}
.input-toggler:focus ~ .menu-toggler {
	outline: 1px dotted;
}
.input-toggler:checked
	~ .menu-toggler
	.menu-toggler__line:not(:first-child):not(:last-child) {
	opacity: 0;
}
.input-toggler:checked ~ .menu-toggler .menu-toggler__line:first-child,
.input-toggler:checked ~ .menu-toggler .menu-toggler__line:last-child {
	background-color: var(--blue);
}
.input-toggler:checked ~ .menu-toggler .menu-toggler__line:first-child {
	transform: translateY(
			calc(var(--toggler-line-size) * (var(--toggler-line-number) - 1))
		)
		rotate(45deg);
}
.input-toggler:checked ~ .menu-toggler .menu-toggler__line:last-child {
	transform: translateY(
			calc(-1 * var(--toggler-line-size) * (var(--toggler-line-number) - 1))
		)
		rotate(-45deg);
}
.input-toggler:checked ~ .sidebar {
	left: 0;
	opacity: 1;
}

.wrapper {
	height: calc(100vh - 50px);
}

.sb-link {
	display: flex;
	height: 50px;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #bb5555;
	transition: background 0.3s;
}

.sb-link:hover,
.sb-link:focus,
.sb-link:active {
	background: #f7f7f7;
}

/*MENU*/
#menubar {
	margin: 0;
	margin-top: 8.75vh;
	height: 91.25vh;
	overflow: auto;
	padding-right: 20px;
	padding-top: 20px;
}

.flexit {
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	margin: 0px;
	justify-content: center;
	list-style-type: none;
}

.flexit a {
	display: block;
}

.flexit a img {
	width: 100%;
	display: block;
}

/*BREADCRUMB*/
#breadcrumb {
	position: fixed;
	width: 100%;
	left: 0;
	top: -67px;
	background-image: url("./img/bg.jpg");
	transition: all 500ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	z-index: 29;
	transition-delay: 500ms;
	display: flex;
	align-items: center;
	height: 65px;
	background-position: center center;
	box-shadow: 0 3px 8px 3px rgb(0 0 0 / 20%);
}

/* .display ~ #breadcrumb { */
#breadcrumb.show {
	top: 74px;
	transition-delay: 500ms;
}

#breadname {
	text-transform: uppercase;
}

#breadcrumb > img:not(.retour) {
	transform: rotate(-5deg);
	margin-left: 15px;
	width: auto;
	display: none;
	max-height: 40px;
}

#breadcrumb > img:not(.retour).show {
	display: block;
}

#arianne img {
	display: block;
}

#arianne div {
	font-weight: bold;
	font-family: "Poppins";
}

.retour {
	transition: filter 0.35s linear;
	filter: invert(0);
	cursor:pointer;
}

.retour:hover {
	filter: invert(1);
}

/*JOURNAL*/
.menuHidden {
	width: 100%;
	height: calc(100% - var(--height-header));
	position: fixed;
	background-color: #fff;
	top: -100%;
	left: 0;
	z-index: 15;
	transition: all 750ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	font-family: "Neulis";
	box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 30%);
	transition-delay: 0ms;
	overflow: hidden;
	padding-top: 30px;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.menuHidden::-webkit-scrollbar {
	display: none;
}

.menuHidden .retourBtn {
	display: block;
	top: -32px;
	right: 19px;
}

.display .menuHidden {
	top: var(--height-header);
	transition-delay: 1000ms;
	overflow-y: scroll;
	overflow-x: hidden;
}

#informationContact .menuHidden{
	height:auto;
}

#informationContact.display .menuHidden{
    top: 50%;
    transform: translateY(-50%);
	padding:0;
	background-color:var(--darkblue);
}

/*#informationBonCitoyen.display .menuHidden{
	top: 50%;
    transform: translateY(-50%);
    max-height:100vh;
}*/

#informationContact .container-listing{
	margin:0;
	width:100%;
}

#informationPolitique .menuHidden{
	height: calc(90% - var(--height-header));
}

.popupConfidentialité{
	cursor:pointer;
	color: var(--accent);
}

.popupConfidentialité:hover{
	color: var(--contrast);
}

.backgroundOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: none;
	z-index: 10;
	transition: opacity 500ms;
	left: 0px;
	opacity: 0;
	background-color: #000000;
}

#informationContact .menuHidden{
	z-index:999999;
}

#informationContact .backgroundOverlay{
	z-index:99;
}

.display .backgroundOverlay {
	pointer-events: all;
	left: 0;
	opacity: 0.7;
}

.menuHidden h1 {
	text-align: center;
	color: var(--darkblue);
	font-family: "NeulisAlt";
	font-weight: bold;
}

.menuHidden h3 {
	color: var(--darkblue);
}

.menuHidden .titre-section-separateur {
	color: var(--darkblue);
	font-weight: bold;
	display: block;
	border-bottom: 2px solid var(--blue);
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 24px;
	letter-spacing: -1px;
	font-family: "NeulisAlt";
}

.menuHidden ul {
	list-style-type: none;
	margin: 0;
	padding: 0 30px;
}

.menuHidden ul li {
	color: var(--darkblue);
	margin-bottom: 15px;
	cursor: pointer;
}

.menuHidden.chargement:before {
	background-color: #fff;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: fixed;
	z-index: 10;
}

.menuHidden.chargement:after {
	content: "";
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border: 5px solid var(--blue);
	border-bottom-color: var(--darkblue);
	border-radius: 50%;
	animation: rotation 1s linear infinite;
	z-index: 11;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*BOTTOM NAVIGATION*/
#bottom_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: var(--lightblue);
	padding-top: 10px;
	white-space: nowrap;
	overflow-x: auto;
	width: 100vw;
	transition: all linear 0.25s;
	border-top: 5px solid var(--blue);
}

#bottom_nav ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#bottom_nav ul li {
	display: inline-block;
	text-align: center;
	padding: 0 9px;
}

#bottom_nav ul li p {
	text-decoration: none;
	color: var(--darkblue);
	font-family: "Neulis";
	margin: 5px 0;
	font-size: 14px;
}

#bottom_nav img {
	display: block;
	margin: 0 auto;
}

#bottom_nav_button {
	position: fixed;
	bottom: 115px;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 17px 15px;
	background-color: var(--blue);
	transition: all linear 0.25s;
}

#bottom_nav_button:before,
#bottom_nav_button:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
}

#bottom_nav_button span {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

#bottom_nav_button:before {
	top: 4px;
}
#bottom_nav_button:after {
	bottom: 11px;
}

.hide {
	transform: translateY(100%);
	bottom: -8px !important;
}

/*CALENDRIER*/

.sectionCalendrier > p {
	padding: 0px 30px;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event {
	padding-left: 0px !important;
}

.tribe-common p {
	font-family: "Poppins";
	font-weight: 300;
	color: #6a6a6a;
	line-height: 1.25em;
	font-size: 16px;
}

.tribe-common h3 {
	font-size: 17px !important;
	font-family: "Poppins";
	text-transform: capitalize;
}

.tribe-common b {
	margin-top: 10px !important;
	display: block;
}

/*GALLERY*/

.form-control {
	margin-left: 5px;
	margin-bottom: 5px;
}

.grid{
	position: relative;
}

.item {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 5px;
	z-index: 1;
}

.item-content {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.item-content > img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-content > span {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	right: 0;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 1.2em;
	max-width: 90%;
	font-family: "Poppins";
	color: #000;
	font-weight: 300;
}

.size-95-200 {
	height: 210px;
}
.size-200-95 {
	width: 210px;
}

.size-195-195 {
	width: 210px;
	height: 210px;
}

/* @media screen and (max-width: 769px) { */
.item {
	width: calc(100% - 10px);
	padding-bottom: calc(100% - 10px);
}

.item-content {
	padding-bottom: 100%;
}

.grid {
	width: 100%;
}

.grid-sante .item {
	width: calc(50% - 10px);
	padding-bottom: calc(50% - 10px);
}
.grid-sante .item-content > span {
	font-size: 16px;
}
/* } */

/*ARCADE*/
#twitch-embed {
	width: 90%;
	margin: 0 auto;
}

/*SANTE*/

#twitch-sante iframe {
	aspect-ratio: 16 / 9;
	margin-bottom: 15px;
}
.container-listing {
	width: 90%;
	margin: 0 auto 30px;
	font-family: "Poppins";
	font-weight: 300;
	color: #6a6a6a;
	line-height: 1.25em;
	font-size: 16px;
}

.contentSante p,
.contentSante a {
	text-align: center;
	display: block;
}

.bouton-sante {
	display: inline-block !important;
	background: var(--blue);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
}

.resume {
	text-align: center;
	margin-bottom: 30px;
}

/*BOUTON*/
.wrapper {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	/* height: 50px; */
	margin-bottom: 5px;
	margin-left: 5px;
	/* overflow-x: auto; */
	width: 100%;
	flex-wrap:wrap;
	height:auto;
}

.wrapper .option {
	background: #fff;
	height: 50px;
	/* width: 100%; */
	display: flex;
	float:left;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 10px 0 0;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 10px;
	border: 2px solid lightgrey;
	transition: all 0.3s ease;
	margin-bottom:10px;
}

.wrapper .option .dot {
	height: 20px;
	width: 20px;
	background: #d9d9d9;
	border-radius: 50%;
	position: relative;
}

.wrapper .option .dot::before {
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: var(--blue);
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
}

input[type="radio"] {
	display: none;
}

.wrapper .option span {
	font-size: 20px;
	color: #808080;
	margin-left: 5px;
}

.container-listing input[type="radio"]:checked + label span {
	color: #fff;
}

.container-listing input[type="radio"]:checked + label {
	background-color: var(--blue);
}

.container-listing input[type="radio"]:checked + label .dot::before {
	opacity: 1;
	transform: scale(1);
	background-color: #fff;
}

.description-soon {
	display: block;
	font-family: "Poppins";
	font-weight: 300;
	color: #6a6a6a;
	line-height: 1.25em;
	font-size: 16px;
}

div:is(
		.texte-article-babillard,
		.image-article-babillard,
		.un-event-babillard
	):before {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: -15px;
	height: 41px;
	width: 41px;
}

div:is(
		.texte-article-babillard,
		.image-article-babillard,
		.un-event-babillard
	).pushpin1:before {
	background-image: url("./img/pushpin-01.png");
}

div:is(
		.texte-article-babillard,
		.image-article-babillard,
		.un-event-babillard
	).pushpin2:before {
	background-image: url("./img/pushpin-02.png");
}

div:is(
		.texte-article-babillard,
		.image-article-babillard,
		.un-event-babillard
	).pushpin3:before {
	background-image: url("./img/pushpin-03.png");
}

div:is(
		.texte-article-babillard,
		.image-article-babillard,
		.un-event-babillard
	).pushpin4:before {
	background-image: url("./img/pushpin-04.png");
}

.menuHidden {
	display: flex;
	flex-direction: column;
}

/* .home > :is(#mainHeader, .site-footer) {
	display: none;
}

.home .entry-content {
	margin-top: 0 !important;
} */

/*Scene OTM*/
#OTM ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding-left:0;
	margin-left:0;
	list-style-type: none;
	margin-bottom:0;
}

#OTM li{
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: #FFF;
	cursor:pointer;
}

#OTM li:hover{
	background-color:#FFF;
	color: var(--blue);
}


#OTM #OTMviewer{
	display:flex;
	padding-top:10px;
	border-top:2px solid var(--blue);
	margin-top:10px;
}

#OTM #boutonSrc{
	display:flex;
	flex-direction:column;
	width:30%;
}

#OTM .srcChanger{
	width:90%;
	padding:0;
	display:block;
	margin-bottom:10px;
}

#OTM .srcChanger img{
	display:block;
}

#OTM .full{
	width:70%;
}

#OTM iframe{
	width:100%;
	aspect-ratio: 16 / 9;
	position:sticky;
	top:20px;
}

/*PAGE DE COMPTE*/

.page-id-747 .site-main,
.page-id-750 .site-main {
	margin-top: 120px !important;
	margin-bottom: 46px;
}

/*.page-id-755 .site-main{
	margin-top:-200px;
}*/

.wpuf-el.recaptcha .wpuf-label {
	display: none;
}

.wpuf-submit-button {
	color: white !important;
	text-shadow: unset !important;
	font-family: poppins;
	border: 0px !important;
}

.page-id-747 .wpuf-form li:last-of-type .wpuf-label {
	display: none;
}

.englo-message-info {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999999;
}

.background-message-info {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
}

.message-info {
	background-color: white;
	width: 600px;
	height: 100px;
	z-index: 99999999;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding:20px;
	text-align: center;
}

.ferme-message-info {
	position: absolute;
	top: -12px;
	font-size: 19px;
	right: -10px;
	background-color: #d0f4ff;
	color: #19c8ff;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

.wpuf-section-title {
	color: #4370b6;
	text-align: left;
}

.jssocials-share {
	background-color: transparent;
	font-size: 0px;
}

.jssocials-shares {
	margin-left: 0px;
	display: flex;
	align-items: center;
}

.jssocials-share-facebook,
.jssocials-share-facebook a {
	width: 30px;
	height: 30px;
	padding: 0px !important;
	margin: 0px !important;
}

.jssocials-share-google,
.jssocials-share-google a {
	width: 46px;
	height: 46px;
	padding: 0px !important;
	margin: 0px 5px !important;
}

.jssocials-share-google img {
	width: 46px;
	height: 46px;
}

.wpuf-login-form hr {
	margin-bottom: 5px;
}

#loginform #wp-submit {
	background: var(--blue);
}

.page-id-755 .site-content {
	width: 100%;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
	min-height: 100vh;
	flex-wrap: wrap;
}

.site-content {
	flex-wrap: wrap;
}

#loginform p:first-of-type,
#loginform p:nth-of-type(2) {
	width: 47%;
	display: inline-block;
}

#loginform p:first-of-type {
	margin-right: 5%;
}

#loginform p:not(.forgetmenot) input {
	width: 100%;
}

#loginform p:first-of-type,
#loginform p:nth-of-type(2) {
	width: 100%;
	display: block;
}

#wpuf-user_pass,
#wpuf-user_login {
	border: 0px;
	border-bottom: 1px solid var(--blue);
	/*    background-color: #d0f4ff;*/
	color: #4370b6;
}

.page-id-755 #mainHeader {
	display: none !important;
}

.page-id-755 {
	background-color: #d0f4ff;
}

.logo-connexion {
	width: 350px;
	max-width: 70%;
}

.calendrier-present h1 {
	margin-top: 15px;
	padding-top: 10px;
}

.calendrier-present,
.calendrier-passe {
	padding: 0px 10px;
}

/*.page-id-755  .background-opacity{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#242041;
	opacity: 0.5;
}

.page-id-755{
	background-image:url(https://medialogueinc.ca/quartier_dev/wp-content/themes/generatepress-template/img/map-construct.png);
	background-size:cover;
}*/

.wpuf-submit .wpuf-label {
	display: none;
}

.event-overlay {
	cursor: pointer;
}

body form.wpuf-form-add ul.wpuf-form .wpuf-el {
	flex-wrap: wrap;
}

body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"] {
	background-color: #4370b6 !important;
	background: #4370b6 !important;
}

.not-connected{
	margin-top:40px;
}

.wpuf-section-title{
	margin-top:30px;
}

.terms_and_conditions{
	margin-bottom:30px;
}

.section-compte-cybercitoyen ul{
	padding: 0 0px;
}

.section-compte-cybercitoyen.connected .terms_and_conditions{
	display:none;
}

.wpuf-el.terms_and_conditions input{
	width:auto !important;
}

.section-point-cybercitoyen,
.section-compte-cybercitoyen{
	display:none;
}

.section-point-cybercitoyen.active,
.section-compte-cybercitoyen.active{
	display:block;
}

.englo-onglet-compte{
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}

.englo-onglet-compte div{
	width: 50%;
    text-align: center;
    cursor:pointer;
    padding: 10px;
    background-color:#d0f4ff;
    border-bottom:1px solid #4370b6;
    line-height:15px;
    color:black;
}

.englo-onglet-compte div.active{
	background-color: var(--blue);
	color:white;
}


#post-755 #wpuf-login-form {
	font-size:0px;
}

#post-755 #wpuf-login-form #lostpasswordform{
	font-size:20px;
}

/*BOTTIN*/

.englo-tab-bottin{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tablinks{
    width: auto;
    text-align: left;
    border-radius: 6px;
    padding: 15px 16px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: var(--lightblue);
    color: var(--darkblue);
    font-size: 14px;
}

.tablinks.active{
	background-color: var(--blue);
	color:white;
}

.tablinks:hover{
	background-color: var(--blue);
	color:white;
}

.tabcontent{
	display:none;
	width:100%;
}

.tab{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:30px;
}


@media only screen and (max-width: 768px) {
	.page-id-755 .site-content {
		flex-direction: unset;
	}

	#OTM ul{
		grid-template-columns: repeat(3, 1fr);
	}

	#informationPolitique .menuHidden{
		height: calc(80% - var(--height-header));
	}
}

@media only screen and (min-width:980px){
	.tablinks{
		width: 100%;
		padding:25px 20px;
		margin-bottom:4px;
		margin-left:0px;
		margin-right:0px;
		font-size:17px;
	}

	.tablinks.active{
		background-color: var(--blue);
		color:white;
	}

	.tabcontent{
		width:70%;
	}

	.tab{
		width:25%;
	}
}

@media only screen and (min-width: 500px) {
	#loginform p:first-of-type,
	#loginform p:nth-of-type(2) {
		width: 47%;
		display: inline-block;
	}

	body form.wpuf-form-add ul.wpuf-form .wpuf-el {
		flex-wrap: nowrap;
	}

	.wpuf-fields input,
	.wpuf-fields span {
		width: 90%;
/*		margin-left: 35px !important;*/
	}

	.wpuf-fields select {
		margin-left: 35px;
		width: 95%;
	}
}

@media only screen and (max-width: 500px) {
	#OTM #OTMviewer{
		flex-direction:column;
	}

	#OTM #boutonSrc {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(3,1fr);
	}

	#OTM .full{
		width:100%;
	}

	#OTM ul{
		grid-template-columns: repeat(2,1fr);
	}
}

/*FAVORITE*/

.simplefavorite-button {
	margin-bottom: 25px;
	border: 1px solid var(--blue);
	background: var(--blue);
	color: white;
	margin-right: 15px;
}

.simplefavorite-button.active {
	background: white;
	color: var(--blue);
	opacity: 1;
}

.simplefavorite-button:hover {
	color: white;
	background-color: var(--blue);
	opacity: 1;
}

.messageParticipation {
	margin-bottom: 20px;
	display: none;
}

.participeHidden{
	margin-bottom: 25px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: white !important;
    margin-right: 15px;
    padding: 10px 20px;
    display: inline-block;
    cursor:pointer;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400 !important;
    text-transform: none;
    font-size: 17px !important;
    line-height: 1.5 !important;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;}

.participeHidden.participe{
	background:white !important;
	color:var(--blue) !important;
	opacity: 0.7;
}

.participeHidden.participe:hover{
	background: var(--blue) !important;
	color:white !important;
}

#contentPost .simplefavorite-button{
	display:none;
}

.messageParticipation{font-weight:bold;}

/*FACEBOOK SHARE*/
#FBShare {
	border: 1px solid #4267b2;
	padding: 10px;
	background-color: #4267b2;
	color: #fff;
	font-weight: 300;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px;
	width: fit-content;
}

#FBShare:hover {
	background-color: #fff;
	color: #4267b2;
}


/*TEMPLE DE LA RENOMMÉE*/

.liste-temple div{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 40px;
}

.liste-temple{
	margin-top:70px;
}

.liste-temple li{
	cursor:default;
}

.liste-temple ul{
	padding:0px !important;
}



