/*!
Theme Name: breathevision
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: breathevision
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

breathevision is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  color: #135c72;
}
body.postid-321 h2 {
	color: #fabf19;
	font-weight: normal;
	font-size: 1.5rem
}
h1, h2 {
	font-size: 2rem;
	margin: 0 0 20px;
	font-weight: 200;
	font-weight: 700;
}
h3 {
	font-size: 25px;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
body.home {
	background: url(img/lung.svg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 3.1vw 0 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 30px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
.wp-block-embed iframe {
	display: block;
	margin: 0 auto;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}


a:hover {
	color: #0066CB;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 0;
	background: #fbbe12;
	color: #135c72;
	font-weight: bold;
	border-radius: 10px;
	padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
	cursor: pointer;
	text-decoration: none;
}
.wp-block-buttons {
	justify-content: center;
}
.wp-block-button a,
button.large-btn {
	display: inline-block;
	font-size: 25px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 30px;
	font-weight: normal;
	margin: 0 auto;
	display: block;
	width: 300px;
	background: #fbbe12;
	color: #135c72;
}
button.btn:hover,
a.btn:hover,
.wp-block-button a:hover {
	color: #fbbe12;
	background: #135c72;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fbbe12;
	background: #135c72;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*			Contact form
--------------------------------------------*/
.nf-form-fields-required {
	margin: 0 0 15px;
	font-size: 12Px;
	color: #999;
	font-style: italic;
	display: none;
}
#nf-form-1-cont nf-fields-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(3),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(2),
#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(1){
	grid-column: 1 / 3;
}
#nf-form-1-cont .nf-field-container {
	margin: 0;
}
div.field-wrap:not(.checkbox-wrap):not(.file_upload-wrap) .nf-field-label {
	display: none;
}
@media screen and (max-width: 500px) {
	#nf-form-1-cont nf-fields-wrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(3),
	#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(2),
	#nf-form-1-cont nf-fields-wrap > nf-field:nth-last-child(1){
		grid-column: 1 / 2;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------
			Carousel
--------------------------------------------*/
section.banner {
	max-width: 1240px;
	margin: 0 auto;
}
.swiper {
	border-radius: 10px;
	position: relative;
}
.swiper-pagination {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	display: inline-block;
	border: 2px solid #FFF;
	background: #111;
	border-radius: 50%;
	margin: 0 0 0 5px;
	cursor: pointer;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper img {
	width: 100%;
	aspect-ratio: 1240 / 700;
	object-fit: cover;
	display: block;
}
.swiper .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 10px 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
}
.swiper p {
	margin: 0;
}
.swiper a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
@media screen and (max-width: 1240px) {
	.swiper {
		border-radius: 0px;
	}
}
/*--------------------------------------------
			Small posts
--------------------------------------------*/

section.latest {
	max-width: 1200px;
	padding: 0 15px;
	position: relative;
	margin: 100px auto 0;
}
section.list + section {
	margin-top: 100px;
	padding: 100px 0 0;
	border-top : 1px solid #CCC;
}
section.list h2 {
	text-transform: capitalize;
}
section .items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
section.latest .source {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
	display: flex;
	flex-direction: column;
}
section.latest article {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
body:not(.home) .list_item {
	padding: 15px;
  border: 3px solid #1da9c8;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0);
	transition: all ease 0.3s;
}
body.archive .list_item {
	margin: 0 0 30px;
}
body.archive .list_item.has_thumbnail {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-gap: 30px;
}
section.latest h2{
	padding: 5px 15px;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	background: #135c72;
	color: #FFF;
}
.list_item h2 {
	margin: 0;
	line-height: 120%;
}
.list_item h3 {
	font-size: 22px;
	line-height: 30px;
	color: #135c72;
	margin:0;
	flex-grow: 1;
	padding: 15px 0;
}
section.latest h3 {
	padding: 15px;
}
.list_item .date {
	color: #1da9c8;
	font-weight: bold;
	padding: 10px 0 0;
	font-size: 20px;
}
section.latest .list_item .date{
	padding: 10px 15px 0;
}
.list_item .readmore {
	text-align: right;
	font-style: italic;
	transition: all ease 0.3s;
	color: #A1BDE2;
}
body.archive .list_item .readmore a {
}
section.latest .readmore {
	padding: 0 15px 15px;
}
section.latest a,
section .items  a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.latest article:hover .readmore{
	padding: 0 25px 15px 15px;
}
section .items article:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1)
}
section .items article:hover .readmore{
	padding: 0 10px 0 0;
}
@media (min-width: 768px) {
	section.latest > div {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
		align-items: stretch;
		justify-content: space-between;
		grid-gap: 30px;
	}
}
@media (max-width: 767px) {
	section.latest {
		margin: 50px 0;
	}
	section.latest > div >div + div {
		margin: 15px 0 0;
	}
}
@media screen and (max-width: 1000px) {
	section .items {
		grid-template-columns: repeat(2, 1fr);
  }
	body.archive .list_item.has_thumbnail {
		grid-template-columns: 150px 1fr;
	}
	.list_item h2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 500px) {
	section .items {
		grid-template-columns: 1fr;
  }
	body.archive .list_item.has_thumbnail {
		grid-template-columns: 1fr;
	}
	.list_item h2 {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------
			Members
--------------------------------------------*/

section.members > div {
	margin: 100px 0 0;
	padding: 0 50px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	grid-gap: 20px;
}
section.members > div > div {
	max-width: calc((100% - 160px) / 9);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}
section.members img {
	height: auto;
	flex-grow: 1;
	max-height: 100px;
	object-fit:contain;
}
section.members a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1001px) and (max-width: 1800px) {
	section.members > div {
		flex-wrap: wrap;
	    justify-content: center;
	}
	section.members > div > div {
		max-width: calc((100% - 80px) / 5);
	}
}
@media (min-width: 501px) and (max-width: 1000px) {
	section.members > div {
		flex-wrap: wrap;
	    justify-content: center;
	   padding: 0 20px;
	}
	section.members > div > div {
		max-width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 500px) {
	section.members > div {
		flex-wrap: wrap;
	    justify-content: center;
	 padding: 0 20px;
	  margin: 50px 0 0;
	}
	section.members > div > div {
		max-width: calc((100% - 20px) / 2);
	}
}
/*			Members list
--------------------------------------------*/

ul.members-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 40px;
	text-align: center
}
ul.members-list img {
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: contain;
}
ul.members-list h3 {
	font-size: 15px;
	font-weight: bold;
}
ul.members-list a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
  padding: 5px 10px;
	background: #145c72;
	color: #FFF;
	border-radius: 3px;
}
ul.members-list a:hover {
	background: #1da9c8;
}
@media screen and (max-width: 1200px ) {
	ul.members-list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-gap: 40px;
		text-align: center
	}
}

/*--------------------------------------------
			Page templates
--------------------------------------------*/

section.child-pages > div {
	padding: 100px 0 0;
}
section.child-pages > div > article {
	border-top: 1px solid #ccc;
	padding: 100px 0;
}
@media (max-width: 767px) {
	section.child-pages > div > article {
		position: relative;
		padding: 30px 0;
	}
}
section.endorsers {
	border-top: 1px solid #ccc;
	padding: 100px 0 0;
	margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
	section.child-pages > div {
		padding: 50px 0 0;
	}
	section.child-pages > div > article {
		padding: 50px 0;
	}
	section.endorsers {
		padding: 50px 0 0;
		margin: 50px 0 0;
	}
}

@keyframes slideInTop {
  from {
    transform: translateY(-200px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Modale complète */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}

/* Contenu de la modal */
.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  position: relative;

  /* Animation */
  animation: slideInTop 0.4s ease;
}
.modal-content span.close {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 30px;
	cursor: pointer;
	color: #fbbe12;
	padding: 15px;
}

/* pagination
--------------------------------------------- */
div.pagination {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
div.pagination a,
.pagination span {
	display: block;
	height: 40px;
	padding: 0 10px;
	background: #CCC;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
}
div.pagination a {
	background: #145c72;
}
div.pagination span.current,
div.pagination a:hover {
	background: #FBBE12;
	color: #145c72;
}
div.pagination > *:first-child {
	border-radius: 3px 0 0 3px;
}
div.pagination > *:last-child {
	border-radius:  0 3px 3px 0;
}
@media screen and (max-width: 767px) {
	div.pagination a {
		display: none;
	}
	div.pagination a.next,
	div.pagination a.prev{
		display: block;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
body {
	--logo-width: 15vw;
	--logo-height: 13vw;
	--logo-padding: 20px;
}
.site-header {
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.admin-bar .site-header {
	top: 32px;
}
.site-branding {
	padding: var(--logo-padding);
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 10;
	box-sizing: content-box;
	transition: all ease 0.3s;
	position: absolute;
	left: 0;
	top: 0;
}
.site-branding p {
	display: none;
}
.smaller .site-branding {
	transform: translate(0,-100%);
}
.home .site-branding {
	margin: 5vh auto;
	border-radius: 10px;
	position: initial;
	width: var(--logo-width);
}
.site-branding a {
	display: block;
}
.site-branding img {
	display: block;
	background-size: contain;
	height: var(--logo-height);
	width: var(--logo-width);
	margin: 0;
}
.site-branding h1 {
	display: none;
}
#banner {
	height: calc(var(--logo-height) + (var(--logo-padding) * 2));
	background: url(img/lung.svg) no-repeat center;
	background-size: cover;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
	body {
		--logo-width: 130px;
		--logo-height: 130px;
	}
	.site-header {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.site-branding {
		padding: var(--logo-padding);
		background: #FFF;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		z-index: 10;
		transition: all ease 0.3s;
		position: initial;
	}
	.smaller .site-branding {
		transform: translate(0,0%);
	}
}

/* Navigation
--------------------------------------------- */

nav {
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	border-bottom: 1px solid #FFF;
}
@media (max-width: 767px) {
	nav {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #0d5c72;
		width: 100%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 40px;
		border: none;
	}
	nav a {
		color: #FFF;
	}
	nav button {
		border: none;
		padding: 10px;
		margin: 0;
		background: none;
		z-index: 10;
		position: relative;
		border-radius: none;
		transition: all ease 0.3s;
	}
	nav.toggled button {
		margin: 0 10px 10px 0;
		background: #f8c10c;
		border-radius: 50%;
	}
	nav button:focus {
		outline: none !important;
	}
	nav button .bar {
		background: #FFF;
		height: 4px;
		width: 20px;
		border-radius: 5px;
		transition: all ease 0.3s;
	}
	nav button .bar + .bar {
	 margin: 3px 0 0;
	}
	nav.toggled button .fir {
	 transform: translate(0,7px) rotate(45deg);
	}
	nav.toggled button .sec {
	 opacity: 0;
	}
	nav.toggled button .thi {
	 transform: translate(0,-7px) rotate(-45deg) ;
	}
	nav .open button {
		background: #26475c;
		border-left: 1px solid rgba(255, 255, 255, 0.7);
		border-top: 1px solid rgba(255, 255, 255, 0.7);
		padding: 10px 10px 9px 9px;
	}
	nav button span {
		width: 24px;
		display: block;
		background: #FFF;
		height: 4px;
		border-radius: 2px;
	}
	nav button span + span {
		margin: 4px 0 0;
	}
	nav .closed nav {
		display: none;
	}
	nav ul.menu {
		display: none;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #26475c;
		width: 100%;
		animation: menuin 0.3s;
		margin: 0;
		padding: 0;
	}
	nav.toggled ul.menu {
		display: block;
	}
	nav ul.menu {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		max-height: 50vh;
		overflow: auto;
	}
	nav ul.menu > li {
		width: 100%;
	}
	nav ul.menu > li > a {
		padding: 7px 20px;
		line-height: 25px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
		display: block;
	}
	nav ul.menu > li > ul {
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
		padding: 0 0 0 20px;
		margin: 0;
		font-size: 90%;
		font-weight: normal;
	}
	nav ul.menu > li > ul > li {
		display: block;
	}
	nav ul.menu > li > ul > li > a {
		padding: 7px 20px 7px 0;
		line-height: 25px;
		display: block;
	}
	nav ul.menu > li > ul > li + li > a {
		padding: 0 20px 0 0;
		line-height: 39px;
		border-top: 1px dotted rgba(255, 255, 255, 0.4);
		display: block;
	}
	@keyframes menuin {
		from {transform: translate(0,100%);}
		to {transform: translate(0,0);}
	}
}
@media (min-width: 768px) {
	nav#site-navigation {
		width: 100%;
    background: #145c72;
		z-index: 5;
		font-size: 1.1vw;
		line-height: 1.5vw;
		min-height: 3.1vw;
	}
	nav button {
		display: none;
	}
	nav a,
	nav a:hover{
		color: #FFF;
		text-decoration: none;
	}

	nav ul.menu {
		display: grid;
		grid-template-columns: calc(var(--logo-width) + (var(--logo-padding) * 2)) repeat(6, 1fr);
		align-items: stretch;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
		transition: all ease 0.3s;
	}
	.home nav ul.menu {
		grid-template-columns: repeat(6, 1fr);
	}
	body:not(.home) .smaller nav ul.menu {
		grid-template-columns: 100px repeat(6, 1fr);
	}
	
	nav navright ul.menu {
		justify-content: flex-start;
	}
	nav ul.menu > li {
		display: flex;
		align-items: stretch;
		position: relative;
		border-right: 1px solid #FFF;
		transition: all ease 0.3s;
	}
	.home nav ul.menu > li:first-child {
		display: none;
	}
	nav ul.menu > li:first-child {
		font-size: 0;
		line-height: 0;
		background: url(img/logo-white.svg) no-repeat center;
		background-size: auto 70%;
	}
	nav ul.menu > li > a{
		display:block;
		padding:0.8vw;
		position:relative;
		text-align:center;
		width:100%;
	}
	nav ul.menu a:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		height: 5px;
		background: #1da9c8;
		transform: translate(-50%,0);
		transition: all ease 0.3s;
	}
	nav ul.menu > li:first-child a:after {
		display: none;
	}
	nav ul.menu a:hover:after,
	nav ul.menu li.active > a:after {
		width: 100%;
	}
	nav ul ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		padding: 1px 0 0;
		width: 100%;
		margin: 0;
	}
	nav ul.menu li:hover > ul {
		display: block;
	}
	nav ul.menu ul > li {
		display: block;
		margin: 3px 0 0;
	}
	nav ul.menu ul > li + li {
		display: block;
	}
	nav ul.menu ul > li > a{
		padding: 5px 10px;
		display: block;
		border-top: none;
		background: #135c72;
		border: 1px solid #FFF;
		text-align: center;
		position: relative;
		font-weight: normal;
		font-size: 80%;
	}
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Social menu
--------------------------------------------- */
.social {
	margin: 50px auto 0;
	width: 300px;
	max-width: 100%;
}
aside .social {
	margin-top: 0;
}
.social > div.title {
	display: block;
  background: #fbbe12;
  color: #135c72;
  font-size: 34px;
  line-height: 60px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  border-radius: 30px;
}
.social > div.menu-social-medias-container {
	position: relative;
	z-index: 10;
	margin: 0 0 -10Px;
	font-size: 1.4rem;
}
.social ul.menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 10px;
}
.social .menu a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: var(--background, #000);
	line-height: 40px;
	text-align: center;
	color: #FFF;
}
.social .menu a:hover {
	outline: 1px solid #fbbe12;
  outline-offset: 3px;
}
li.twitter {
	--background: #1ea1f2;
}
li.linkedin {
	--background: #0277b5;
}
li.youtube {
	--background: #ff0000;
}
@media screen and (max-width:1200px ){
	.social > div.title {
		font-size: 24px;
		line-height:50px;
	}
}

/* main
--------------------------------------------- */
body:not(.home) main#primary {
	--padding: 100px;
	margin: 0 auto;
	max-width: 1490px;
	padding: var(--padding) calc(var(--padding) / 2);
}
main.twocol {
	display: grid;
	grid-template-columns: 350px 1fr;
	grid-gap: 50px;
}

.wp-block-separator {
	margin: var(--padding) 0;
	border: none;
	border-top: 1px solid #CCC;
}
@media screen and (max-width: 1200px) {
	main.twocol {
	 grid-template-columns: 200px 1fr;
	}
}
@media screen and (max-width: 767px ){
	body:not(.home) main#primary {
	--padding: 50px;
}
	main.twocol {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 768px) {
	main.twocol aside {
		order: 1;
	}
	main.twocol .content {
		order: 2;
	}
}


/* Posts and pages
--------------------------------------------- */

footer{
    line-height: 20px;
    font-size: 15px;
    color: #FFF;
    background: #26475C;
    text-align: center;
    padding: 15px;
    /*! margin: 100px 0 0 0; */
    position: relative;
}
.home footer {
	margin: 100px 0 0;
}
footer a {
	color: #FFF;
}
  

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Tables
--------------------------------------------- */

table thead th {
	background: #135c72;
	padding: 10px;
	color: #FFF;
}
table td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
table#breathevision-endorsers.dataTable.stripe > tbody > tr:nth-child(2n+1) > *, 
table#breathevision-endorsers.dataTable.display > tbody > tr:nth-child(2n+1) > *,
table#breathevision-endorsers.dataTable.hover > tbody > tr:hover > *, 
table#breathevision-endorsers.dataTable.display > tbody > tr:hover > *,
table#breathevision-endorsers.dataTable.display tbody tr > .sorting_1, 
table#breathevision-endorsers.dataTable.order-column.hover tbody tr > .sorting_1{
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	table {
		font-size: 80%;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
