/*/ Polylog SA @ 2023 /*/

/*/ Police /*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&family=Nunito:wght@400;600;800&display=swap');

/*/ Bases /*/

html, body { 
	padding: 0; 
	margin: 0; 
	font-family: 'Nunito', sans-serif; 
	font-size: 13px; 
	line-height: 25px; 
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: auto;
	height: 100% !important;
	background: var(--white);
	color: var(--dark1);
	}
	
* { 
	box-sizing: border-box; 
	text-decoration: none; 
	color: inherit; 
	outline: 0; 
	outline: thin dotted \9; 
	}
	
b {
	font-weight: 600; 
	}
	
p a {
	border-bottom: 1.5px solid var(--main);
	}
	
p {
	margin: 0;
	}
	
p i { 
	display: inline-block; 
	width: 20px; 
	}
	
a:hover { 
	cursor: pointer; 
	}

h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 40px;
	}
	
h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 50px;
	margin: 0 0 40px;
	}

h2.small {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 40px;
	}
	
h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: inherit;
	margin: 0;
	display: inline-block;
	}
	
h2 i {
	display: inline-block;
	padding-right: 10px;
	}

h2 b {
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	line-height: inherit;
	}

h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 30px;
	white-space: pre-wrap; 
	}

h4.small {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px;
	}

h4.tiny {
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	margin: 0 0 40px;
	}
	
/*/ Scroll /*/

.fwk-container-modal::-webkit-scrollbar { 
	display: none; 
	}

/*/ Tooltip /*/

.fwk-js-tooltip { 
	padding: 5px 15px; 
	border: none !important; 
	box-shadow: none; 
	border-radius: 20px; 
	font-family: inherit; 
	font-size: 10px; 
	line-height: 20px;
	font-weight: 600;
	background: var(--red);
	color: var(--fixlight);
	}

/*/ Tampons /*/

.fwk-gap {
	clear: both;
	position: relative;
	display: block;
	}
.fwk-gap.isSmall {
	height: 10px;
	}
.fwk-gap.isMedium {
	height: 30px;
	}
.fwk-gap.isLarge {
	height: 40px;
	}
.fwk-gap.isPadded {
	padding: 20px;
	}	
	
/*/ Mapbox /*/

.fwk-mapbox {
	position: relative; 
	width: 100%; 
	height: 450px;
	}
.fwk-mapbox .wrapper {
	width: 100%; 
	height: 100%;
	overflow: hidden; 
	position: absolute;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	}
.fwk-mapbox .map {
	width: 100%; 
	height: 100%; 
	}

/*/ Chargement /*/

.fwk-js-loading { 
	display: none;
	z-index: 949; 
	position: fixed; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto; 
	text-align: center;
	}
.fwk-js-loading div { 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto auto 50px;
	width: 50px; 
	height: 50px; 
	line-height: 50px; 
	border-radius: 50px;
	text-align: center; 
	font-size: 35px;
	background: var(--dark1);
	color: var(--white);
	}

/*/ Avertissement relatif à la connection internet /*/

.fwk-offline { 
	z-index: 999; 
	position: fixed; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	background: var(--shadow1);
	}
.fwk-offline div { 
	position: absolute; 
	top: 0;
	right: 0;
	left: 0;
	margin: 100px auto auto; 
	width: 300px;
	min-height: 190px;
	text-align: center;
	font-weight: 600;
	border-radius: 20px;
	padding: 30px;
	background: var(--white);
	}
.fwk-offline b { 
	display: block;
	margin-bottom: 40px;
	font-size: 40px;
	color: var(--red);
	}
	
/*/ Compléments /*/

.fwk-hidden { 
	display: none; 
	}
	
.fwk-right { 
	float: right !important; 
	}

.fwk-left { 
	float: left !important; 
	}
		
.fwk-inline { 
	float: left; 
	}
	
.fwk-relative { 
	position: relative; 
	}
	
.fwk-hover:hover { 
	cursor: pointer; 
	opacity: 0.7; 
	}
