/* css spécifique à www.salamandre.net*/

/************************************************
  MOBILE FIRST : 
  règles valables à partir de XS bootstrap
  surcharge responsive pour les écrans plus grands dans responsive.css
 ************************************************/

/************************************************
FONTS NAME USED :
font-family: 'morl_sansitalic', sans-serif;
font-family: 'morlmedium', serif;
// font-family: 'morlbold';
font-family: 'morl_sansbold', sans-serif;
font-family: 'morl_sansregular', sans-serif;
font-family: 'morl_sanslight', sans-serif;
font-family: 'morl_sanslight_italic', sans-serif;
font-family: 'morl_sansblack', sans-serif;
// font-family: 'morl_sansthin', sans-serif;
font-family: 'comspot_basicregular', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Domine', serif;
 font-family: 'SourceSerifVariable-Roman';
   font-family: 'morlextrabold';
  ************************************************/

/************************************************
  author : dev.anquetin@gmail.com / www.davidanquetin.fr
 ************************************************/

/* useful variables */

:root {
	--yellow: #ffe200;
	--grey1: #b5b5b5;
	--grey-footer: #666666;
	--dark-blue: #121e31;
	--light-blue : #6193ab;
	--red: #e70f4c;
	--beige: #f6f4f0;
	--border-grey: #ccc;
}

/* global */

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: "morl_sansregular", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	width: 100%;
	top: 0;
	position: absolute;
	right: 0;
	overflow-x: hidden;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
	height: 100%;
	overflow: hidden;
}

iframe:not(.video-player iframe),
iframe:not(.video-container iframe) {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	/*height: auto;*/
	overflow: visible;
}

/*
.video-container iframe,
.video-player iframe{
   /* height: unset !important; /* fix safari bug 
}*/

p {
	font-family: "morl_sanslight", sans-serif;
}

a,
a:hover,
button,
button:hover,
.button,
.button:hover {
	transition: all 0.2s ease-out;
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
}

button,
.button,
button:hover {
	background: transparent;
	outline: none;
	border: none;
}

.button {
	display: inline-block;
	position: relative;
}

a:hover,
button:hover,
.button:hover {
	cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "morl_sansbold", sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #000;
}

/* Classes utiles */

.alert-danger {
	color: var(--red);
	background-color: #e70f4c29;
	border-color: #e70f4ca1;
}

iframe:not(.video-container iframe):not(.cadre iframe) {
	height: 100%;
	position: relative;
}

audio {
	width: 100%;
}

.ulli-reset,
.ulli-reset li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overlay {
	position: fixed;
	z-index: 400;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.clearfix:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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



/*bords arrondis*/
.rounded {
	border-radius: 40px;
}

/* avec bordure */
.bordered,
.bordered:hover,
.bordered:active {
	border: 1px solid black;
}

/* ombre */
.button-shadow {
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
}

.uppercase {
	text-transform: uppercase;
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:active {
	background-color: var(--grey1);
	cursor: default;
}

.button-style-1 {
	text-align: center;
	padding: 15px 30px;
	line-height: normal;
	width: auto;
	font-family: "comspot_basicregular", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-appearance: none;
}

.button-arrow{
	padding: 15px 10px;
}

.button-arrow:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 10px;
	background-image: url("../img/arrow-black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 5px;
}

.button-arrow.button-yellow:after {
	background-image: url("../img/arrow-black.png");
}

.button-arrow.button-yellow:hover::after,
.button-arrow.button-black:after {
	background-image: url("../img/arrow-yellow.png");
}

.button-white {
	color: #000;
	background-color: #fff;
}

.button-white:hover {
	color: #000;
	background-color: var(--yellow);
}

.button-yellow {
	color: #000;
	background-color: var(--yellow);
}

.button-yellow:hover {
	color: #fff !important;
	background-color: #000;
}

.button-black {
	color: #fff;
	background-color: #000;
}

.button-black:hover {
	color: #fff !important;
	background-color: #000;
}

.button-plusweb {
	padding: 10px 20px 5px;
}

.button-plusweb:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
	top: -2px;
}

.button-plusweb.button-download:before {
	background-image: url("../img/picto-download-2.png");
}

.button-plusweb.button-ecouter:before {
	background-image: url("../img/picto-ecouter.png");
}

.button-plusweb.button-voir:before {
	background-image: url("../img/picto-voir.png");
}

.button-plusweb-2 {
	width: 100%;
}


.button-close{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	
}

.button-close,
.button-close:hover, 
.button-close:active{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23010202;%7D .st1%7Bfill:%23FFE204;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='100' cy='100' r='100'/%3E%3Cpath class='st1' d='M110.6,100L132,78.6c2.9-2.9,2.9-7.7,0-10.6c-2.9-2.9-7.7-2.9-10.6,0L100,89.4L78.6,68c-2.9-2.9-7.7-2.9-10.6,0 c-2.9,2.9-2.9,7.7,0,10.6L89.4,100L68,121.4c-2.9,2.9-2.9,7.7,0,10.6c1.5,1.5,3.4,2.2,5.3,2.2s3.8-0.7,5.3-2.2l21.4-21.4l21.4,21.4 c1.5,1.5,3.4,2.2,5.3,2.2s3.8-0.7,5.3-2.2c2.9-2.9,2.9-7.7,0-10.6L110.6,100z'/%3E%3C/svg%3E%0A");
} 

/******************* ICONS ******************/

.icon{
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
.icon.warning-white{
	background-image: url('../img/warning-white.png');
	width: 45px;
	height: 40px;
}

.icon.warning-rose{
	width: 20px;
	height: 20px;
	background-image: url('../img/warning.png');
}

.icon.edit{
	width: 24px;
	height: 24px;
	background-image: url('../img/edit-btn.png');
}

.icon.forcollapse{
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 199.6 199.6'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-moins-white%3C/title%3E%3Cpath class='a' d='M99.8,0a99.8,99.8,0,1,0,99.8,99.8A99.82,99.82,0,0,0,99.8,0ZM153,108.7H46.7a8.9,8.9,0,0,1,0-17.8H153a8.9,8.9,0,1,1,0,17.8Z'/%3E%3C/svg%3E");
}


.icon.forcollapse.yellow{
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFE209;%7D%0A%3C/style%3E%3Cpath class='st0' d='M99.8,0C44.7,0,0,44.7,0,99.8s44.7,99.8,99.8,99.8s99.8-44.7,99.8-99.8S155,0,99.8,0z M153,108.7H46.7 c-4.9,0-8.9-4-8.9-8.9c0-4.9,4-8.9,8.9-8.9H153c4.9,0,8.9,4,8.9,8.9C161.9,104.7,157.9,108.7,153,108.7z'/%3E%3C/svg%3E%0A");
}

.collapsed .icon.forcollapse{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-plus-white%3C/title%3E%3Cpath class='a' d='M100.1,0a99.8,99.8,0,1,0,99.8,99.8A99.82,99.82,0,0,0,100.1,0Zm53.1,108.7H109V153a8.9,8.9,0,0,1-17.8,0V108.7H47a8.9,8.9,0,0,1,0-17.8H91.3V46.7a8.9,8.9,0,1,1,17.8,0V91h44.3a8.92,8.92,0,0,1,8.9,8.9A9.21,9.21,0,0,1,153.2,108.7Z'/%3E%3C/svg%3E");
}

.collapsed .icon.forcollapse.yellow{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFE209;%7D%0A%3C/style%3E%3Cpath class='st0' d='M100.1,0C45,0,0.3,44.7,0.3,99.8s44.7,99.8,99.8,99.8s99.8-44.7,99.8-99.8S155.2,0,100.1,0z M153.2,108.7H109 V153c0,4.9-4,8.9-8.9,8.9c-4.9,0-8.9-4-8.9-8.9v-44.3H47c-4.9,0-8.9-4-8.9-8.9c0-4.9,4-8.9,8.9-8.9h44.3V46.7c0-4.9,4-8.9,8.9-8.9 c4.9,0,8.9,4,8.9,8.9v44.3h44.3c4.9,0,8.9,4,8.9,8.9C162.1,104.7,158.1,108.7,153.2,108.7z'/%3E%3C/svg%3E%0A");
}
/*************************************/




.img-container {
	position: relative;
	overflow: hidden;
}

.img-container img {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-import .img-container{
	text-align: unset;
}
.content-import .img-container img{
	margin-bottom: 0;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	max-width: 100%;
	width: auto;
	height: auto;
	min-height: auto;
	min-width: auto;
}

.back-img-container {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

a + a > .rubrique-title,
a > .rubrique-title {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid transparent;
}

a:hover + a > .rubrique-title,
a:hover > .rubrique-title {
	border-bottom: 3px solid var(--yellow);
}

.rubrique-title {
	margin: 15px 0;
	text-align: center;
	font-family: "morlmedium", serif;
	font-size: 18px;
}

.label {
	font-family: "morl_sansbold";
	color: #fff;
	width: 75px;
	height: 75px;
	padding: 10px;
	border-radius: 100%;
	font-size: 28px;
	line-height: 20px;
	justify-content: center;
}

.label-1 {
	background-color: #f58700;
}

.label-2 {
	background-color: #aad2f5;
}

.label-3 {
	background-color: var(--yellow);
}

.img-dotted {
	background: transparent;
}

a.link-yellow {
	border-bottom: 2px solid var(--yellow);
}

a.link-yellow:hover,
a.link-yellow:active {
	border-bottom: 2px solid #000;
}

a.link-more {
	margin-left: 30px;
	position: relative;
}
a.link-reset {
	border: none !important;
}
a.link-reset:hover,
a.link-reset:active {
	border-bottom: none !important;
	text-decoration: none !important;
}

a.link-more:before {
	content: "+";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: var(--yellow);
	line-height: 18px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: -30px;
}

a.button.preview {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

a.button.preview img {
	margin-right: 10px;
}

/************ INPOUT GLOBAL ***************/
input,
select,
optgroup {
	font-family: "comspot_basicregular", sans-serif;
	font-size: 16px;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
	border-color: var(--yellow);
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--yellow);
}

input::-webkit-input-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
	font-size: 12px;
}

input::-moz-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
	font-size: 12px;
}

input:-ms-input-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
	font-size: 12px;
}

input:-moz-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
	font-size: 12px;
}

/*********** CHECKBOX GLOBAL **************/

.checkbox,
.checkbox + .checkbox {
	margin-top: 0;
}

.checkbox + .checkbox {
	margin-left: 20px;
}

.checkbox input[type="checkbox"] {
	visibility: hidden;
}

.checkbox label {
	position: relative;
	line-height: normal;
	margin-left: 5px;
}

.checkbox label:before,
.checkbox.checked label:after {
	content: "";
	display: inline-block;
	top: 43%;
	transform: translateY(-50%);
	vertical-align: text-bottom;
	position: absolute;
}

.checkbox label:before {
	left: 0;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
}

.checkbox.checked label:after {
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #000;
}

.checkbox.invalid label {
	color: var(--red);
}

.checkbox.invalid label:before {
	border: 1px solid var(--red);
}

/*********** FILTRES GLOBAL **************/

section.filters .open button.dropdown-toggle {
	box-shadow: none;
}

section.filters form > ul > li.filter-by {
	font-family: "morl_sanslight", sans-serif;
	font-size: 16px;
}

section.filters form > ul > li button.dropdown-toggle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	background-image: url("../img/arrow-down-black.png");
	width: 8px;
	height: 6px;
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: top center;
}

section.filters form > ul > li .open button:after {
	transform: rotate(-180deg);
}

section.filters form > ul > li.nosubmenu {
	padding: 5px 10px;
}

section.filters .applied-filters {
	padding: 20px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

section.filters .applied-filters ul {
	justify-content: flex-start;
	align-items: center;
}

section.filters .applied-filters ul li {
	margin-right: 10px;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 5px 10px;
}

section.filters button.filter-button {
	width: 90px;
	height: 90px;
	padding: 0 0 10px;
	font-family: "morl_sanslight", sans-serif;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(199, 199, 199);
	border: 4px solid #fff;
	line-height: 12px;
}

section.filters button.filter-button:hover {
	border: 4px solid var(--yellow);
}

section.filters button.filter-button input {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

section.filters button.filter-button.checked {
	background-color: var(--yellow);
	border: 4px solid var(--yellow);
}

section.filters button.filter-button img {
	margin-bottom: 15px;
}

/*********** FILTRES MOBILE **************/

section.mobile-filters {
	width: 100%;
	background-color: #fff;
}

section.mobile-filters button#show-filters {
	margin: 0 auto 30px;
	display: block;
}

section.mobile-filters #mobile-filters-content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 70px;
}

section.mobile-filters #mobile-filters-content #close-filters {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	background-color: #fff;
}

section.mobile-filters #mobile-filters-content > ul {
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: scroll;
	display: block;
}

section.mobile-filters #mobile-filters-content > ul > li {
	text-align: left;
	padding: 15px;
	width: 100%;
}

section.mobile-filters
	#mobile-filters-content
	> ul
	> li:nth-last-child(-n + 2) {
	width: 50%;
	float: left;
}

section.mobile-filters #mobile-filters-content > ul > li:not(:last-child) {
	border-bottom: 1px solid var(--grey1);
}

section.mobile-filters #mobile-filters-content > ul > li.filter-by {
	text-transform: uppercase;
}

section.mobile-filters #mobile-filters-content > ul > li.nosubmenu {
	border: none;
}

section.mobile-filters #mobile-filters-content > ul > li.nosubmenu button {
	padding: 5px 10px;
}

section.mobile-filters #mobile-filters-content .applied-filters ul {
	flex-wrap: wrap;
}

section.mobile-filters #mobile-filters-content .applied-filters ul li {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0 10px;
}

section.mobile-filters #mobile-filters-content .btn-group,
section.mobile-filters #mobile-filters-content button.dropdown-toggle {
	text-align: left;
	width: 100%;
}

section.mobile-filters #mobile-filters-content .open > .dropdown-menu {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 15px;
	top: 0;
	left: 0;
	float: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

section.mobile-filters .filters-footer {
	background-color: #fff;
	justify-content: space-between;
	padding: 15px;
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.1);
	margin-top: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}

/*********** PRODUCT ITEM **************/

.product-item {
	margin-bottom: 40px;
	height: 100%;
	justify-content: flex-start;
}

.product-item p {
	max-width: 90%;
	display: inline-block;
}

.product-item .product-image {
	position: relative;
	margin-bottom: 15px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.product-item .product-image img:last-child {
	position: relative;
	min-width: 1px;
	max-height: 100%;
	width: auto;
}

.product-item .product-image img.like {
	position: absolute;
	top: -22px;
	left: -22px;
	z-index: 2;
}

.product-item .product-title {
	font-family: "morl_sanslight", sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

.product-item .product-price {
	font-family: "morl_sansregular", sans-serif;
	font-size: 22px;
}

.product-item .product-price,
.product-item .product-buttons a.button:first-child {
	margin-top: auto;
}

.product-item .product-buttons a.button.preview {
	margin-top: 20px;
}

.product-item.big {
	flex-direction: column;
	justify-content: center;
}

.product-item.big .product-infos {
	align-items: center;
	padding: 0 15px;
}

.product-item.big .product-title {
	font-family: "morl_sansbold", sans-serif;
	font-size: 20px;
	height: auto;
	margin-bottom: 0;
	font-style: italic;
}

.product-item.big .product-subtitle {
	font-family: "morl_sansbold", sans-serif;
	margin-bottom: 10px;
}

.product-item.big .product-price {
	margin-bottom: 10px;
}

.product-item.big a.button {
	display: inline-block;
	margin-right: 10px;
}

.product-item .product-buttons {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}

/*********** MAGAZINE ITEM **************/
.mag-item {
	height: 100%;
	justify-content: flex-start;
}

.mag-item .mag-image {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.mag-item .mag-image a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#menu-mobile .mag-item .mag-image a {
	position: relative;
}

.mag-item .mag-image .back-img-container {
	height: 150px;
	width: 200px;
	position: relative;
	display: inline-block;
}

.mag-item .back-img-container img {
	min-width: 1px;
}

.mag-item .mag-image .label {
	position: absolute;
	top: -10px;
	right: -20px;
	z-index: 2;
}

.mag-button {
	padding: 10px 40px;
	border-radius: 40px;
	margin-bottom: 0;
}

.mag-button span {
	text-transform: none;
	display: block;
	font-family: "PT Serif", serif;
}

.mag-item .mag-infos {
	margin-top: auto;
}

.mag-item.with-abo .mag-infos{
	gap: 30px
}

/*********** SOCIALS **************/
.socials ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.socials ul li a {
	font-family: "morl_sanslight", sans-serif;
	font-size: 22px;
	opacity: 1;
}

.socials ul li a:hover {
	opacity: 0.6;
}

.socials ul li a.talk {
	position: relative;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	width: 25px;
}

.socials ul li a.talk img {
	margin: 0 auto;
}

/************** AUDIO (item preview) **************/

.audio {
	position: relative;
}

.audio .ressource-image {
	position: relative;
}

.audio .ressource-image:after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play-sound.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thumbline.audio .ressource-image:after {
	width: 30px;
	height: 30px;
}


/************** VIDEO (item preview) **************/

.video {
	position: relative;
}

.video .ressource-image {
	position: relative;
}

.video .ressource-image:after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thumbline.video .ressource-image:after {
	width: 30px;
	height: 30px;
}

/************** VIDEO PLAYER (item preview) **************/

.video-player {
	height: 240px;
	position: relative;
}

.video-player:hover {
	cursor: pointer;
}

.video-player img {
	height: 100%;
	position: relative;
	width: auto;
	min-width: 100%;
	max-width: none;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.video-player:hover img {
	opacity: 0.8;
	transition: opacity 0.2s ease-in-out;
}

.video-player .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-player a.play {
	width: 70px;
	height: 70px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-player.video-une img {
	height: auto;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tag {
	background-color: var(--yellow);
	color: #000;
	text-transform: uppercase;
	padding: 0 5px;
}

.abonne-picto {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	background-color: var(--red);
	color: #fff;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	padding: 0;
}

.promo-abonne .picto-abonne {
	margin-left: auto;
	margin-right: auto;
}
.promo-abonne .abonne-picto,
.promo-abonne .picto-abonne,
.promo-abonne .promo-advert {
	margin-bottom: 15px;
}

.promo-abonne .promo-advert {
	background-color: var(--yellow);
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.promo-abonne .promo-advert img {
	height: 30px;
	width: auto;
	margin-right: 5px;
}

/*
.promo-abonne p:last-of-type{
    margin-bottom: 40px;
    font-size: 20px;
}*/
.promo-abonne .promo-advert p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 25px;
	font-family: "morl_sansbold";
	color: #000;
}

.promo-abonne .abo > img {
	/*left: 20%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);*/
	opacity: 0.4;
}

.abonne-label {
	background-color: #fff;
	/*color: var(--red);*/
	text-transform: uppercase;
	padding: 2px 5px 1px;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.abonne-label.unlogged {
	border: 1px solid var(--yellow);
	border-radius: 10px;
}

.abonne-label.invisible {
	display: none;
}

.abonne-label:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 16px;
	background-image: url("../img/logo-small.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
}

.abonne-label .abonne-text {
	font-weight: bold;
}

/******************************************** GLOBAL  ***********************************************/

main section,
main section > .bloc:not(:last-of-type) {
	margin-bottom: 50px;
}

.page-liste main section > .bloc:not(:last-of-type) {
	margin-bottom: 20px;
}

.page-content h1 {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.text {
	padding: 15px 0;
}

.text h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
	font-family: "morl_sansbold", sans-serif;
}

#breadcrumb {
	font-family: "morl_sanslight", sans-serif;
	background-color: transparent;
	margin-bottom: 40px;
	padding-top: 20px;
	display: none;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb > li + li::before {
	display: none;
}

.breadcrumb li.sep {
	font-size: 16px;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.breadcrumb > .active {
	color: #000;
}

.pagination-container {
	display: flex;
	flex: row;
	justify-content: center;
	margin-bottom: 20px;
}

.pagination > li > a {
	border: none;
	font-family: "morl_sanslight", sans-serif;
	color: #000;
	font-size: 16px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	border: none;
	color: #000;
	background-color: var(--yellow);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: #fff;
	color: var(--yellow);
	border: none;
}

.pagination .pager-nav {
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url("../img/arrow-black.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .pager-nav.prev {
	transform: rotateY(180deg);
}

.pagination .pager-nav:hover {
	background-image: url("../img/arrow-yellow.png");
}

/******************************************** HEADER ***********************************************/

header{
	background-color: transparent;
}
header .header-nav{
	padding: 15px 0 0;
	background: #FFF;
}

header .header-intersite{
	background: var(--beige);
}

header .header-intersite .row{
	justify-content: center;
}

.header-intersite ul ,
.header-intersite ul li{
	display: inline-block;
}

.header-intersite ul a {
    font-family: "Morl-Light", sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 1;
    padding: 10px 13px 10px 32px;
    display: inline-block;
    position: relative;
}



.header-intersite ul a:before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top center;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.header-intersite ul .salamandre a:hover,
.header-intersite ul .salamandre a:active,
.header-intersite ul li.active a {
    background: #FFF;
}

.header-intersite ul .salamandre a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 19'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23ffe12d;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0)'%3E%3Crect class='cls-1' width='24' height='19'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EFichier 1%3C/title%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cg id='Calque_1-2' data-name='Calque 1'%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M23.56,3.2S22-1.21,16.8.33c0,0-.46.15-1.26.37C18.08,2.33,19,5,18,5.69c-1.64,1-3-2-6.39-2-1.18,0-2.07.62-2.07,1.64,0,2.92,9.94,1.88,9.94,8.91a5.39,5.39,0,0,1-.09,1c3.76-3.49,5.53-8.54,4.2-12.06M5,2.78C-1.55,4.71-2.14,17,6.09,18.84l.85.16C4.27,17.28,3.51,14.44,5,13.86c1.31-.49,2.45,2.22,6.59,2.22,1.46,0,2.5-.66,2.5-1.68,0-3.35-9.78-1.56-9.78-9A5.79,5.79,0,0,1,5,2.78' transform='translate(0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 14px;
    height: 12px;
}

.header-intersite ul .boutique a:hover,
.header-intersite ul .boutique a:active,
.header-intersite ul .films a:hover,
.header-intersite ul .films a:active{
	background: #232f3f;
    color: #ffffff;
}
.header-intersite ul .boutique a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' data-name='Calque 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 21'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23ffe200;%7D%3C/style%3E%3CclipPath id='clip-path'%3E%3Crect class='cls-1' width='22' height='21'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EPlan de travail 1%3C/title%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M21.79,3.47a.94.94,0,0,0-.71-.33H5.37L4.61.65A.9.9,0,0,0,3.73,0H.92A.92.92,0,0,0,0,.91a.91.91,0,0,0,.92.9H3.05L6.49,13.17a2.7,2.7,0,0,0-.33,2.44,2.43,2.43,0,0,0,2.39,1.08h.06c.08,0,8-.72,10.75-.57a.73.73,0,0,0,.77-.67.72.72,0,0,0-.69-.75c-2.78-.16-10.27.51-10.93.57s-1-.15-1-.28a1,1,0,0,1,.09-.69h.06l12-1.43a.89.89,0,0,0,.79-.72L22,4.22a.88.88,0,0,0-.19-.75M15.12,7.86H11.34V5h3.78Zm-8.06.86h3.41v3.4l-2.3.27Zm4.28,0h3.78v2.85L11.34,12Zm8.05-.86H16V5h4ZM10.47,5V7.86H6.8L5.92,5ZM16,11.46V8.72h3.24l-.48,2.41Z'/%3E%3Cpath class='cls-3' d='M7.42,17.38a1.81,1.81,0,1,1-1.84,1.81,1.83,1.83,0,0,1,1.84-1.81'/%3E%3Cpath class='cls-3' d='M17.88,17.38A1.81,1.81,0,1,1,16,19.19a1.82,1.82,0,0,1,1.84-1.81'/%3E%3C/g%3E%3C/svg%3E");
	width: 13px;
    height: 12px;
}


.header-intersite ul .films a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 95 95'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%23ffe12d;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0 0)'%3E%3Crect class='cls-1' width='95' height='95'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EFichier 1%3C/title%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cg id='Calque_1-2' data-name='Calque 1'%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M47.5,0A47.5,47.5,0,1,0,95,47.5,47.54,47.54,0,0,0,47.5,0M62.8,49.9,40.4,64.8a2.89,2.89,0,0,1-4.5-2.4V32.6a2.89,2.89,0,0,1,4.5-2.4L62.8,45.1a2.9,2.9,0,0,1,0,4.8' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 13px;
    height: 13px;
}

.main-logo {
	justify-content: flex-start;
	align-self: flex-end;
}

#header-top {
	justify-content: space-between;
	border-bottom: 2px solid rgba(113, 113, 113, 0.2);
	padding: 0 0 10px;
}

.home #header-top {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.search.search-consigne {
	font-size: 14px;
	position: absolute;
	margin: 2px 0 0 5px;
	color: #000;
}

#search-box {
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 20px;
	background-color: #fff;
}

#search-box form {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 0;
}

#search-box input {
	width: 220px !important;
}

#search-box input,
#search-box button {
	color: #000;
	border: 0;
	background: none;
}

.home #search-box {
	border: 0;
}

#search-box button {
	font-size: 24px;
}

#search-box button i:hover {
	cursor: pointer;
}

#search-box input::-webkit-input-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
}

#search-box input::-moz-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
}

#search-box input:-ms-input-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
}

#search-box input:-moz-placeholder {
	font-family: "comspot_basicregular", sans-serif;
	color: #000;
}

#search-box button:hover {
	color: #706f76;
}

#header-top li:not(.search),
#header-top-mobile li {
	font-size: 14px;
	font-family: "comspot_basicregular", sans-serif;
}

.header-top li.jeunesse,
#menu-mobile .jeunesse,
.header-top li.connect a {
	color: #000;
}

.home .header-top li.jeunesse,
.home .header-top li.connect a {
	color: #fff;
}

.header-top li.connect a:hover {
	color: var(--yellow);
}

#menu-mobile .jeunesse button,
.header-top li.jeunesse button {
	font-size: 15px;
	background-color: transparent;
	border: none;
	outline: none;
	position: relative;
}

#menu-mobile .jeunesse .dropdown-menu,
.header-top li.jeunesse .dropdown-menu {
	border-radius: 0;
}

.header-top li.jeunesse .dropdown-menu {
	width: 312%;
	margin-top: 11px;
	padding: 15px;
}

.header-top li.jeunesse .dropdown-menu img {
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}

.header-top li.jeunesse.open .dropdown-menu {
	display: flex;
	flex-direction: row;
}

.header-top li.jeunesse .dropdown-menu section {
	justify-content: flex-start;
}

.header-top li.jeunesse .dropdown-menu section:last-of-type {
	border-left: 1px solid var(--grey1);
}

.header-top li.jeunesse .dropdown-menu section ul {
	width: 100%;
}

.header-top li.jeunesse.open .dropdown-menu section ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
}

.header-top li.jeunesse.open .dropdown-menu section ul li a:hover,
.header-top li.jeunesse.open .dropdown-menu section ul li a:active {
	background-color: var(--yellow);
}

.header-top li.jeunesse.open .dropdown-menu section ul li a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 12px;
	background-image: url("../img/arrow-black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#menu-mobile .jeunesse .dropdown-menu > li > a,
.header-top li.jeunesse .dropdown-menu > li > a {
	text-transform: none;
	border-bottom: 3px solid transparent;
}

#menu-mobile .jeunesse .dropdown-menu > li > a:active,
.header-top li.jeunesse .dropdown-menu > li > a:hover {
	background-color: transparent;
	border-bottom: 3px solid var(--yellow);
}

#menu-mobile .jeunesse button > img.menu-arrow,
.header-top li.jeunesse button > img.menu-arrow {
	position: relative;
	top: -2px;
	left: 5px;
}

#menu-mobile .jeunesse button > img.menu-line,
.header-top li.jeunesse button > img.menu-line {
	position: absolute;
	left: 8px;
	bottom: -5px;
}

.header-top li.connect a,
.header-top li.connect img {
	vertical-align: middle;
}

.header-top li.connect img {
	margin: 0 5px;
}

.header-top li.abo-btn a {
	border: 1px solid #000;
}

.home .header-top li.abo-btn a,
.header-top li.boutique a {
	border: 0;
}

#header-top li.jeunesse,
#menu-mobile .jeunesse {
	font-family: "morl_sansbold", sans-serif;
}

/********************************************* HEADER MOBILE **********************************************/

#header-top-mobile {
	position: relative;
	justify-content: flex-start;
	margin-bottom: 15px;
	padding: 10px 0;
}

#header-top-mobile:after {
	position: absolute;
	bottom: -15px;
	height: 1px;
	width: 200%;
	border: 1px solid #ccc;
	content: "";
}

#btn-menu-mobile {
	width: 30px;
	height: 30px;
	left: 0;
	/*position: absolute;*/
	background-image: url("../img/menu.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: none;
}

#btn-menu-mobile.open {
	width: 30px;
	height: 25px;
	background-image: url("../img/close.png");
	transition: none;
}

#header-top-mobile li {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

#header-top-mobile li.main-logo {
	margin: 0 30px;
}

#header-top-mobile li.abo-btn {
	right: 0;
	/*position: absolute;*/
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header-top-mobile li.abo-btn a {
	padding: 5px 20px;
	/*border: 1px solid #000;*/
}

#header-top-mobile li.connect {
	/*position: absolute;
	left: 50px;*/
	margin-left: auto;
}

#header-top-mobile li.connect a {
	color: #000;
}

.search-mobile {
	margin: 15px 0;
}

.search-mobile #search-box {
	border: 1px solid #000;
}

.search-mobile #search-box input {
	font-size: 14px;
	width: 80% !important;
}

/*************************************** #MAIN_MENU *******************************/

#main-menu {
	clear: both;
	padding: 15px 0;
}

#main-menu-menu {
	position: relative;
}

#main-menu-menu > li {
	display: inline-block;
	margin: 0;
	padding: 2px 0;
}

#main-menu-menu > li.conseils {
	position: relative;
}

#main-menu-menu > li#small-logo {
	display: none;
}

#main-menu-menu > li:hover {
	cursor: pointer;
}

#main-menu-menu > li:hover > a {
	color: var(--yellow);
	position: relative;
}

#main-menu-menu > li:not(#small-logo) > a:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	border-bottom: 1px solid var(--yellow);
	transition: all 0.2s ease-out;
}

#main-menu-menu > li:not(#small-logo):hover > a:before {
	width: 100%;
	transition: all 0.2s ease-out;
}

#main-menu-menu > li:nth-child(6) {
	margin-left: auto;
}

#main-menu-menu > li > a {
	font-size: 16px;
}

#main-menu-menu li.point:before {
	content: "";
	margin: 0 5px 0 8px;
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: var(--yellow);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#main-menu-menu > li:nth-child(n + 6) {
	background-color: var(--yellow);
}

.home #main-menu-menu > li:nth-child(n + 6) {
	background-color: transparent;
}

.home #main-menu-menu > li:nth-child(n + 6) > a {
	color: var(--yellow);
}

#main-menu-menu > li:nth-child(n + 6) > a:hover,
#main-menu-menu > li:nth-child(n + 6):hover > a {
	color: #fff;
}

#main-menu-menu > li.point:nth-child(n + 6):before {
	background-color: #fff;
}

#main-menu-menu > li > a {
	position: relative;
	text-transform: uppercase;
	color: #000;
}

.home #main-menu-menu > li > a {
	color: #fff;
}

#main-menu-menu > li.opened > a:before {
	display: none;
}

#main-menu-menu > li.opened > a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid var(--yellow);
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
}

/*Sous menu  généraux */
#main-menu-menu .more {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	top: 41px;
	visibility: hidden;
	transition: all 0.2s ease-out;
	opacity: 0;
	background-color: #fff;
	margin: 0;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-top: 3px solid var(--yellow);
}

#main-menu-menu .conseils .more {
	width: auto;
}

#main-menu-menu .more:hover {
	cursor: default;
}

#main-menu-menu .more.open {
	visibility: visible;
	opacity: 1;
}

#main-menu-menuli .more .submenu {
	height: 100%;
}

#main-menu-menu .more .submenu:not(:first-child) {
	border-left: 1px solid var(--border-grey);
}

#main-menu-menu .more .subsubmenu img {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	padding: 0;
}

#main-menu-menu .more .submenu li {
	display: block;
	margin-bottom: 15px;
}

#main-menu-menu .more .submenu a.link {
	text-transform: none;
	font-family: "morl_sanslight", sans-serif;
	color: #000;
	border-bottom: 3px solid transparent;
	font-size: 17px;
}

#main-menu-menu .more .submenu li:hover {
	cursor: pointer;
}

#main-menu-menu .more .submenu:not(.dossiers) li:hover a.link,
#main-menu-menu .more .submenu:not(.dossiers) a.link:hover {
	font-family: "morl_sansregular", sans-serif;
	border-bottom: 3px solid var(--yellow);
}
#main-menu-menu .thematiques .more .submenu:not(.dossiers) li:hover a.link,
#main-menu-menu .thematiques .more .submenu:not(.dossiers) a.link:hover {
	border-bottom: 3px solid var(--yellow);
}

#main-menu-menu .more .submenu.dossiers li {
	border-bottom: 3px solid transparent;
}

#main-menu-menu .more .submenu.dossiers li:hover {
	border-bottom: 3px solid transparent;
}

#main-menu-menu .more .submenu a > img {
	opacity: 1;
}

#main-menu-menu .more .submenu a > img:hover {
	opacity: 0.8;
}

#main-menu-menu .more .submenu a.link,
#main-menu-menu .more .submenu a.link:hover,
#main-menu-menu .more .submenu img,
#main-menu-menu .more .submenu img:hover {
	transition: all 0.2s ease-out;
}

#main-menu-menu .more .submenu p.main-menu-title,
#menu-mobile-content p.main-menu-title {
	font-family: "morl_sansblack", sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
}

/*********************** SOUS MENUS PARTICULIERS ********************/

/** HOME **/
#main-menu-menu .home .more section {
	width: 100%;
}

#main-menu-menu .home .more section:not(:last-of-type) {
	padding-bottom: 15px;
}

#main-menu-menu .home .more section:not(:first-of-type) {
	padding-top: 15px;
	border-top: 1px solid var(--border-grey);
}
#main-menu-menu .home .more .submenu:nth-child(2) ul {
	justify-content: flex-start;
}
#main-menu-menu .home .more .submenu:nth-child(2) li {
	margin-bottom: 0;
}

#main-menu-menu .home .more .submenu:nth-child(2) li a {
	position: relative;
	margin-right: 15px;
	width: calc(100% - 15px);
	display: inline-block;
	overflow: hidden;
}

#main-menu-menu .home .more .submenu:nth-child(2) li a .rubrique-title {
	font-size: 15px;
	line-height: 1;
}

#main-menu-menu .home .more .submenu:nth-child(2) li a img {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main-menu-menu .home .more .submenu:nth-child(2) li a.video:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#main-menu-menu .home .more .submenu:nth-child(2) li a.audio:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	display: inline-block;
	background-image: url("../img/play-sound.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#main-menu-menu .home .more section.submenu-actu {
	justify-content: flex-start;
}

#main-menu-menu .home .more section.submenu-actu  p.main-menu-title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

#main-menu-menu .home .more section.submenu-actu  p.main-menu-title,
#main-menu-menu .home .more section.submenu-actu  img {
	margin-right: 15px;
}

#main-menu-menu .home .more section.submenu-actu  a {
	margin-right: 30px;
	margin-top: 3px;
}

/** THEMATIQUES */
#main-menu-menu .thematiques .more .submenu li {
	display: flex;
	justify-content: flex-start;
	height: 50px;
}

#main-menu-menu .thematiques .more ul.submenu li img {
	margin: 0 15px;
}

#main-menu-menu .thematiques .more .submenu.dossiers a {
	font-family: "morl_sansregular", sans-serif;
	font-size: 18px;
	max-height: 50px;
	overflow: hidden;
}

#main-menu-menu .thematiques .more .submenu.dossiers a:hover,
#main-menu-menu .thematiques .more .submenu.dossiers a:focus {
	font-weight: 600;
	transition: none;
}

#main-menu-menu .thematiques .more .submenu.dossiers li {
	margin-bottom: 10px;
}

#main-menu-menu .thematiques .more .submenu.dossiers .thumb {
	height: 100%;
	padding: 0;
}

.dossiers .thumb {
	border-right: 3px solid var(--yellow);
}

/** NOS REVUES */
#main-menu-menu .revues .more .submenu {
	justify-content: flex-start;
}

#main-menu-menu .revues .more .submenu .mag-image,
#main-menu-menu .revues .more .submenu ul {
	width: 100%;
}

#main-menu-menu .revues .more .submenu .mag-image:hover img {
	opacity: 0.8;
}

#main-menu-menu .revues .more .submenu .mag-image {
	height: 200px;
}

#main-menu-menu .revues .more .submenu ul li {
	text-align: center;
}

/** NOS LIVRES ET FILMS */
#main-menu-menu .produits .more .submenu {
	justify-content: flex-start;
}

#main-menu-menu .produits .more .submenu:nth-child(1) img,
#main-menu-menu .produits .more .submenu:nth-child(2) img {
	margin-bottom: 15px;
}

#main-menu-menu .produits .more .submenu:nth-child(3) {
	justify-content: space-between;
}

#main-menu-menu .produits .more .submenu p {
	text-align: center;
}

#main-menu-menu .produits .more .submenu .img-container {
	height: 200px;
	width: 100%;
	margin-bottom: 15px;
}

#main-menu-menu .produits .more .submenu:last-of-type {
	align-items: flex-start;
}

#main-menu-menu .produits .more .submenu:last-of-type > .row {
	width: 100%;
	height: 100%;
}

#main-menu-menu .produits .more .submenu:last-of-type > .row > div {
	height: 100%;
}

/*************************************** MENU MOBILE *******************************/

#menu-mobile {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

#menu-mobile #menu-mobile-content {
	width: 200%;
	transform: translateX(0%);
	transition: all 0.2s ease-out;
	overflow-y: scroll;
	position: relative;
}

#menu-mobile #menu-mobile-content.translate {
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
}

#menu-mobile #menu-mobile-content .content-col {
	width: 50%;
	display: block;
	position: relative;
	float: left;
	overflow: auto;
}

#menu-mobile-header {
	margin: 0;
	border-top: 1px solid var(--grey1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

#menu-mobile-header div {
	padding: 15px 0;
}

#menu-mobile .thematiques .dossiers li {
	width: 100%;
}

#menu-mobile .thematiques .dossiers li a {
	padding: 0;
}

#menu-mobile .thematiques .dossiers .thumb.img-container {
	height: 50px;
}

#menu-mobile .jeunesse .dropdown-menu {
	width: 100%;
}

#menu-mobile .jeunesse.open .dropdown-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#menu-mobile .jeunesse .dropdown-menu section {
	margin-bottom: 50px;
}

#menu-mobile .jeunesse .dropdown-menu section ul {
	width: 100%;
}

#menu-mobile .jeunesse .dropdown-menu li a {
	font-size: 18px;
}

#menu-mobile .jeunesse .dropdown-menu li a:hover,
#menu-mobile .jeunesse .dropdown-menu li a:active {
	background-color: var(--yellow);
}

#menu-mobile-content .content-col > ul > li:not(:last-of-type) {
	border-bottom: 1px solid var(--grey1);
}

#menu-mobile-content ul li.border-blue {
	border-left: 5px solid var(--dark-blue);
}

#menu-mobile-content ul li.border-yellow {
	border-left: 5px solid var(--yellow);
}

#menu-mobile-content .content-col ul li a:focus,
#menu-mobile-content .content-col ul li a:hover,
#menu-mobile-content .content-col ul li a:active {
	background-color: var(--yellow);
	color: #000;
}

#menu-mobile-header .jeunesse .dropdown-menu ul li a,
#menu-mobile-content .content-col > ul > li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
}

#menu-mobile-header .jeunesse .dropdown-menu ul li a:after,
#menu-mobile-content .content-left > ul > li > a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 12px;
	background-image: url("../img/arrow-black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#menu-mobile-content .content-left ul li a:active {
	background-color: var(--yellow);
	color: #000;
}

#menu-mobile-content #submenu-back {
	width: 100%;
	background-color: var(--dark-blue);
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	text-align: left;
}

#menu-mobile-content #submenu-back img {
	transform: rotateY(180deg);
	margin-right: 10px;
}

#menu-mobile-content #submenu-back span,
#menu-mobile-content #submenu-back img {
	display: inline-block;
	vertical-align: middle;
}

#menu-mobile-content .content-right ul li a:not(.button) {
	text-transform: none;
}

#menu-mobile-content section {
	padding: 15px;
}

#menu-mobile-content section li a:not(.button) {
	padding: 10px 10px 10px 0;
}

#menu-mobile-content section .rubrique-title {
	text-align: left;
}

#menu-mobile-content ul.thematiques > li > a > img {
	margin-right: 10px;
}

#menu-mobile-content ul.thematiques > li > a > span {
	display: inline-block;
	vertical-align: middle;
}

#menu-mobile-content ul.dossiers .thumb {
	padding-right: 0;
}

#menu-mobile-content ul.revues .mag-item {
	padding: 15px;
}

#menu-mobile-content ul.revues .mag-item ul {
	width: 100%;
}

#menu-mobile-content ul.revues .mag-item ul > li > a {
	width: 100%;
	display: inline-block;
	padding: 15px;
	text-align: center;
}

#menu-mobile-content ul.produits section li {
	margin-bottom: 15px;
}

#menu-mobile-content ul.produits .product-item p {
	max-width: 100%;
}

#menu-mobile-content ul.produits .product-item .product-image img {
	height: 150px;
}

/*************************************** FOOTER *******************************/

footer {
	background-color: #000;
	color: #fff;
	padding: 15px 0;
	font-family: "morl_sanslight", sans-serif;
	position: relative;
	z-index: 99;
}

footer > .row {
	margin-bottom: 15px;
}

footer .footer-row-1 .footer-col {
	align-items: center;
}

footer .footer-row-2 .footer-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

footer .main-logo,
footer .coords,
footer p {
	margin-bottom: 20px;
	text-align: center;
}

footer .coords {
	font-size: 20px;
}

footer .footer-row-1 .footer-col:first-of-type p {
	color: var(--grey-footer);
	font-size: 18px;
	line-height: normal;
}

footer p.footer-title {
	text-transform: uppercase;
	font-family: "morl_sansregular", sans-serif;
	font-size: 20px;
}

a.footer-link {
	color: #fff;
}

a.footer-link:hover,
a.footer-link:active,
footer .copyright a:hover,
footer .copyright a:active {
	font-family: "morl_sansregular", sans-serif;
	color: var(--yellow);
}

footer section {
	width: 100%;
}

footer .footer-row-1 .footer-col section {
	margin-top: 20px;
}

footer section ul.ulli-reset li {
	margin-bottom: 15px;
}

footer .copyright p,
footer .copyright a {
	color: var(--grey-footer);
}

footer .logos a {
	margin-top: 15px;
}

footer .socials a {
	color: #fff;
}

footer .socials a:hover,
footer .socials a:active {
	color: var(--yellow);
}

footer .main-logo {
	align-self: center;
}

/***************** UP BUTTON **********************/

button.up {
	background: transparent;
	position: fixed;
	z-index: 9998;
	right: 2%;
	bottom: 6%; /* David: j'ai changé de 2% à 6% pour eviter la superposition du bouton avec le bandeau cookie. Je te laisse corriger le z-index pour eviter ca */
	transition: all 0.2 ease-out;
	opacity: 0.8;
}

.mobile-size button.up {
	opacity: 1;
}

button.up:hover {
	opacity: 1;
	transition: all 0.2 ease-out;
}

button.up span {
	font-family: "morl_sansbold", sans-serif;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/***************** SEPARATEUR **********************/
section.separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid black;
}

/***************** FRONT PAGE **********************/
section h2 {
	width: 80%;
	font-family: "Domine", serif;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 30px;
}

section .bloc {
	margin-bottom: 20px;
}

section#top-article {
	margin-bottom: 0;
	height: 390px;
	position: relative;
}

section#top-article a {
	height: 100%;
	width: 100%;
	display: block;
}

section#top-article .img-container {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section#top-article .img-container img {
	height: auto;
	width: auto;
}

section#top-article .container {
	position: relative;
	height: 100%;
	margin: auto;
}

section#top-article #top-article-infos {
	position: relative;
	height: 100%;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

section#top-article #top-article-infos button {
	margin-bottom: 40px;
	padding: 15px 40px;
}

section#top-article h2 {
	text-align: center;
	font-family: "morl_sansblack", sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 36px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.21);
	margin-bottom: 40px;
}

section#revues {
	margin-top: 100px;
}

.home section#revues {
	margin-top: 0;
	margin-bottom: 0;
}

section#revues {
	position: relative;
}

section#revues header {
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

section#revues header h2 {
	font-family: "morl_sansblack", sans-serif;
	font-size: 40px;
	width: 100%;
	margin-bottom: 0;
}

section#revues header p.subtitle {
	/*font-family: 'morl_sanslight', sans-serif;*/
	font-family: "PT Serif", serif;
	font-size: 20px;
	text-align: center;
}

section#revues header p:not(.subtitle) {
	font-size: 16px;
	font-family: "PT Serif", serif;
	/*font-family: 'morl_sanslight', sans-serif;*/
}

section#revues .revues {
	background-color: #fff;
	padding: 15px;
}

section#home-articles > header img {
	margin-left: -20px;
}

/**************** GLOBAL RESSOURCE ITEM ***************************/

.ressource-item {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	height: 100%;
	position: relative;
}

.ressource-item:hover .ressource-image {
	opacity: 0.8;
	transition: all 0.2s ease-out;
}

.ressource-item .ressource-image {
	position: relative;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.ressource-item:not(.thumbline) .ressource-image {
	width: 100%;
	height: 200px;
}

.ressource-item .ressource-image .img-container {
	height: 100%;
}

.ressource-item .ressource-image .ressource-tag {
	position: absolute;
	z-index: 2;
	left: 15px;
	bottom: 0;
}

.ressource-item:not(.thumbline) .ressource-infos {
	width: calc(100% - 30px);
	border-left: 3px solid var(--yellow);
	margin: 15px;
	padding: 0 0 0 15px;
}

.ressource-item .ressource-infos .ressource-tag {
	display: none;
}

.ressource-item .ressource-infos {
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
}

.ressource-item .ressource-infos .ressource-title {
	text-align: left;
}

.ressource-item .ressource-infos h4 {
	font-size: 24px;
	text-align: left;
	font-family: "morl_sansbold", sans-serif;
}

.ressource-item:not(.thumbline) .ressource-description {
	margin-top: 10px;
	text-align: left;
	margin-bottom: 0;
}

.ressource-item .ressource-infos .ressource-description {
	font-family: "morl_sanslight", sans-serif;
	line-height: 20px;
}

/** ressource LINE avec thumb **/
.ressource-item.thumbline .ressource-image {
	padding: 0;
}

.ressource-item.thumbline .ressource-image .ressource-tag {
	display: none;
}

.ressource-item.thumbline .ressource-infos .ressource-tag {
	display: inline;
}

.activite-item > a:first-child {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.activite-item .rating-infos {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.activite-item a.favorite {
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	transform: rotate(-45deg);
	border: 2px solid var(--yellow);
	border-radius: calc(20px / 50);
	border-top-color: transparent;
	border-right-color: transparent;
	transition: none;
}

.activite-item a.favorite:before,
.activite-item a.favorite:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid var(--yellow);
	border-bottom-color: transparent;
	border-right-color: transparent;
	transition: none;
}

.activite-item a.favorite:before {
	top: calc(-20px / 2);
	left: -2px;
	transform: rotate(45deg);
}

.activite-item a.favorite:after {
	top: -2px;
	left: calc(20px / 2 - 2px * 2);
	transform: rotate(135deg);
}

.activite-item a.favorite:hover,
.activite-item a.favorite:hover:after,
.activite-item a.favorite:hover:before,
.activite-item a.favorite.like,
.activite-item a.favorite.like:after,
.activite-item a.favorite.like:before {
	transition: none;
	background-color: var(--yellow);
}

.activite-item .target {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	font-family: "morl_sanslight", sans-serif;
}

.activite-item .target span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.activite-item .rating-infos .comments {
	margin: 4px 0 0 10px;
	font-family: "morl_sanslight", sans-serif;
}

.activite-item .ressource-infos > div:nth-child(2) {
	margin-bottom: 10px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

/**************** GESTION DES BLOCS  ***************************/
.bloc .left {
	margin-bottom: 40px;
}

/*.bloc-with-aside .big .ressource-item .ressource-image,*/
.bloc-with-aside .big .ressource-item .ressource-infos {
	position: absolute;
	left: 0;
}

.bloc-with-aside .big .ressource-item .ressource-infos h4 {
	font-size: 24px;
}



.bloc-with-aside .big .ressource-item .ressource-image .ressource-tag {
	display: none;
}

.bloc-with-aside .big .ressource-item .ressource-infos .ressource-tag {
	display: inline-block;
	bottom: 100%;
	left: 15px;
	position: absolute;
}

.bloc-with-aside .big .ressource-item .ressource-infos {
	bottom: 0;
	margin: 0;
	padding: 15px 15px 0;
}




/*************** TOP SECTION ***************************/

.top .top-header {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
	padding: 0;
}

.top .top-label {
	margin-right: 10px;
	background: #000;
	color: var(--yellow);
	font-family: "morl_sansbold", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	padding: 2px 5px 0;
}

.top .thumbline {
	position: relative;
}

.top .thumbline .abonne-label {
	position: absolute;
	right: 0;
	top: 0;
}

.top h3 {
	font-family: "Domine", serif;
	font-size: 28px;
	/*text-transform: lowercase;*/
	max-height: 30px;
}

.top .thumbline .ressource-infos {
	justify-content: flex-start;
}

.top .thumbline .ressource-image .img-container {
	border-right: 3px solid var(--yellow);
}

.top .thumbline .ressource-image .img-container img {
	height: 100%;
}

.bloc .thumbline {
	height: 70px;
	margin-bottom: 20px;
}

.bloc .thumbline .ressource-image,
.bloc .thumbline .ressource-infos,
aside .sidebar-bloc .thumbline .ressource-image,
aside .sidebar-bloc .thumbline .ressource-infos {
	height: 100%;
}

.top .thumbline .ressource-tag,
aside .sidebar-bloc .thumbline .ressource-tag {
	font-size: 13px;
	height: 20px;
	margin-bottom: 5px;
	overflow-y: hidden;
}

.top .thumbline .ressource-infos h4,
aside .sidebar-bloc .thumbline .ressource-infos h4, {
	/*font-family: "morl_sansregular", sans-serif;*/
	font-size: 15px;
	font-weight: 400;
}

.top ul.top-list {
	width: 100%;
}

.top .abonne-label:not(.invisible) + .ressource-title {
	max-width: 65%;
}

/******* BLOC ABONNEMENT HOME ***********/

.abo {
	margin-bottom: 40px;
	position: relative;
	height: 100%;
	border: 1px solid var(--yellow);
	padding: 15px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
}

.abo .abo-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	max-width: none;
	width: auto;
	z-index: 0;
}
.abo.activites .abo-img {
	height: auto;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%, -50%);
	opacity: 0.4;
}
.abo.plusweb {
	background-image: url(../img/abo-back-plusweb-bg@2x);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.abo .abo-infos {
	height: 100%;
	justify-content: flex-end;
}

.abo h3 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.abo h3 span {
	color: var(--red);
}

.abo .abo-infos p {
	text-align: center;
	margin-bottom: 20px;
	font-family: "morl_sanslight", sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.abo .abo-infos p:first-of-type strong {
	font-family: "morl_sansbold", sans-serif;
	font-size: 24px;
}

.abo .abo-infos p.abo-price {
	font-size: 18px;
}

.abo .abo-infos p.abo-price strong {
	font-family: "morl_sansregular", sans-serif;
	font-size: 28px;
}

.abo .abo-infos p.abo-price img {
	display: inline-block;
	margin-left: 10px;
	vertical-align: text-bottom;
	width: auto;
	height: 30px;
}

.abo .abo-infos a.button {
	margin-bottom: 20px;
}

/*************** section vidéos *********/

section.bloc-videos {
	background-color: var(--dark-blue);
	padding: 40px 0;
}

section.bloc-videos h2 {
	color: #fff;
	margin-bottom: 50px;
}

section.bloc-videos .container {
	text-align: center;
}

section.bloc-videos .bloc > .right {
	justify-content: space-between;
}

section.bloc-videos .bloc > .right .ressource-item.thumbline .ressource-infos {
	background-color: transparent;
}

section.bloc-videos
	.bloc
	> .right
	.ressource-item.thumbline
	.ressource-infos
	.ressource-title
	h4 {
	color: #fff;
}

section.bloc-videos
	.bloc
	> .right
	.ressource-item
	.ressource-infos
	.ressource-title {
	height: auto;
	padding: 5px 0;
}

section.bloc-videos
	.bloc
	> .right
	.ressource-item
	.ressource-infos
	.ressource-title
	h4 {
	font-size: 16px;
}

section.bloc-videos
	.bloc
	> .right
	.ressource-item
	.ressource-image
	.ressource-tag,
section.bloc-videos .bloc > .right .ressource-description {
	display: none;
}

section.bloc-videos .ressource-item .ressource-infos {
	background-color: var(--dark-blue);
	color: #fff;
}

section.bloc-videos .ressource-item .ressource-title h4 {
	background-color: var(--dark-blue);
	color: #fff;
}

/******************* NEWSLETTER ********************/

.newsletter {
	width: 100%;
}

.newsletter #newsletter-widget {
	padding: 15px;
	position: relative;
}

.newsletter .newsletter-content {
	text-align: center;
	z-index: 1;
    position: relative;
}

.newsletter img {
	position: absolute;
}

.newsletter h3 {
	font-family: "morl_sansbold", sans-serif;
	margin-bottom: 10px;
}

.newsletter p,
.newsletter .form input {
	font-family: "morl_sanslight", sans-serif;
}

.newsletter p.message small{
	font-size: 75%;
}

.newsletter .form input,
.newsletter .form button {
	display: block;
}

.newsletter .form input {
	margin-bottom: 20px;
	padding: 11px 20px;
}

/* STYLE 1 */

.newsletter-style-1#newsletter-widget {
	border: 5px solid var(--yellow);
}

.newsletter-style-1 img {
	width: 200px;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}

.newsletter-style-1 .newsletter-content {
	margin-top: 100px;
}

.newsletter-style-1 {
	padding-top: 100px;
}

/* STYLE 2 */
.newsletter-style-2 {
	z-index: 99;
	background-color: var(--yellow);
}

.newsletter-style-2 img {
	width: 100px;
	position: relative;
	margin: 0 auto;
}

.newsletter-style-2 .link-yellow {
	border-bottom: 2px solid #000;
}


/* STYLE 3 */


.newsletter-style-3 img {
	
	top: 50%;
	right:0;
	transform: translateY(-50%);
	max-width: none;
	width: auto;
	min-width: 100%;
	min-height: 110%; /* not 100% to avoid border bottom in image */
}



.newsletter-style-3 {
	overflow: hidden;
	padding-top: 40px;
}

.newsletter-style-3 .newsletter-register h3{
	text-align: center!important;
	visibility: hidden;
}
.newsletter-style-3 h3,
.newsletter-style-3 p,
.newsletter-style-3 small, 
.newsletter-style-3 small a{
	color: #FFF;
}



.newsletter-style-3 h3 span{
	color: var(--yellow);
}

/******************* HOME LINKS ********************/

#home-links .bloc {
	display: flex;
	flex-direction: column;
}

#home-links .bloc .link-item {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
}

#home-links .bloc .link-item .content {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#home-links .bloc .link-item .content > div:first-of-type {
	padding: 0;
}

#home-links .bloc .link-item .shadow {
	box-shadow: 10px 20px 20px -20px rgba(155, 96, 96, 0.2);
	height: 60%;
	width: calc(100% - 30px);
	position: absolute;
	z-index: 0;
	left: 15px;
	bottom: -10px;
}

#home-links .link-item img {
	height: auto;
	width: auto;
	margin: 0 auto 10px;
}

#home-links .link-item h3 {
	margin-bottom: 10px;
	font-family: "morl_sansblack", sans-serif;
}

#home-links .link-item a.button {
	font-size: 12px;
	padding: 10px;
}

#home-links .bloc .link-item .link-item-infos {
	justify-content: space-between;
}

/******************* BLOC PRODUITS ********************/
section.products {
	text-align: center;
}

section.products h2 span {
	font-family: "morl_sanslight", sans-serif;
	color: #000;
	font-size: 30px;
}

/******************* HOME ENGAGEMENTS ********************/
#home-engagements {
	position: relative;
}

#home-engagements .container {
	border-top: 1px solid #000;
	padding-top: 40px;
	text-align: center;
}

#home-engagements h2 {
	font-family: "morl_sansblack", sans-serif;
	font-size: 36px;
}

#home-engagements p {
	color: #333333;
	font-family: "PT Serif", serif;
}

#home-engagements .right {
	flex-wrap: wrap;
	justify-content: space-between;
}

#home-engagements .right .engagements-list {
	flex-wrap: wrap;
}

#home-engagements .engagement-col {
	height: 120px;
	width: 50%;
	justify-content: flex-end;
}

#home-engagements .engagement-col img {
	height: 60px;
	width: auto;
	margin-bottom: 10px;
}

#home-engagements .engagement-col h4 {
	text-align: center;
	font-family: "morlsans_bold";
	text-transform: uppercase;
	font-size: 16px;
}

#home-engagements a.button {
	display: inline-block;
	margin: 20px auto;
}

/******************************* PAGE LISTE *********************/

.button#more-articles {
	left: 50%;
	transform: translateX(-50%);
}

/******************************* ITEM author *********************/

.author {
	margin-bottom: 20px;
}

.author a {
	border: none;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.author a:focus,
.author a:hover {
	border: none;
}

.author .author-portrait {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.author .avatar {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.author .avatar img {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.author p {
	margin-bottom: 0;
}

.author.big h4,
.author.big p {
	text-align: center;
}

.author.small h4,
.author.small p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
}

.author h4 {
	font-family: "morl_sansregular", sans-serif;
}

.author .author-category {
	font-family: "morl_sanslight", sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.author.small h4 {
	font-size: 12px;
}

.author.big h4 {
	margin-bottom: 10px;
}

.author .author-infos {
	padding: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.author.small .author-infos {
	padding: 0 15px 0 0;
}

.author.big .author-infos {
	background-color: var(--beige);
}

/*************** PAGE AUTEUR  **********************/
.page-auteur h1 {
	text-align: center;
}

.page-auteur .authors-bio {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-auteur .authors-bio img {
	margin: 0 auto 2rem;
	width: 80%;
}

/*************** GALERIE SMALL **********************/

.da-gallery {
	margin: 40px 0;
}

/*************** GALERIE GRID **********************/
.gallery.grid {
	position: relative;
	margin: 30px 0;
}

.gallery.grid .row {
	margin: 0;
}

.gallery.grid .row a {
	border: none;
	display: inline-block;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 70px;
	width: 100%;
}

.gallery.grid .row a:hover,
.gallery.grid .row a:focus {
	border: none;
}

.gallery.grid .row a:not(:last-child) {
	margin-right: 5px;
}

.gallery.grid .row a img {
	opacity: 1;
	transition: opacity 0.2s ease-out;
	position: absolute;
	-moz-outline-radius-topright: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	width: 100%;
	height: auto;
}

.gallery.grid .row a:hover img {
	opacity: 0.7;
	transition: opacity 0.2s ease-out;
}

.gallery.grid .more-row {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	align-items: flex-end;
}

/*********************** CARTE DOTS *********************/
.carte.img-dotted {
	margin-bottom: 40px;
}

.carte.img-dotted .content .dot .the-dot {
	border: 2px solid #000;
	background-color: var(--yellow);
}

.carte.img-dotted .content .dot .the-content {
	padding: 15px;
	font-family: "morl_sanslight", sans-serif;
	border: 0;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.carte.img-dotted .content .dot .the-content p {
	margin: 0;
}

/***********************SIDEBAR GLOBAL ***********************************/

aside .sidebar-bloc .sidebar-bloc-header {
	padding: 12px 15px;
	position: relative;
}

aside .sidebar-bloc .sidebar-bloc-header img,
aside .sidebar-bloc .sidebar-bloc-header i {
	color: #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

aside .sidebar-bloc .sidebar-bloc-header i {
	font-size: 24px;
}

aside .sidebar-bloc .sidebar-bloc-header h2 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: "morl_sansitalic", sans-serif;
	color: #fff;
}

aside .sidebar-bloc .sidebar-bloc-content {
	text-align: left;
}

aside .sidebar-bloc .sidebar-bloc-content > h3 {
	font-size: 24px;
	margin: 20px 0;
	width: 100%;
}

aside .sidebar-bloc .sidebar-bloc-content p {
	font-family: "morl_sanslight", sans-serif;
	line-height: normal;
	margin-bottom: 20px;
}

aside .sidebar-bloc .thumbline {
	height: 70px;
	margin-bottom: 10px;
}

aside .sidebar-bloc .thumbline .abonne-label {
	display: none;
}

/************************SIDEBAR BLOCS SPECIFIQUES **************************/

/* EN SAVOIR PLUS */
.sidebar-bloc.savoir-plus .sidebar-bloc-header {
	background-color: #5aa5b0;
}

/* ENFANTS */
.sidebar-bloc.enfants .sidebar-bloc-header {
	background-color: #c7195e;
}

.sidebar-bloc.enfants .navtabs {
	width: 100%;
	margin-bottom: 20px;
}

.sidebar-bloc.enfants .navtabs a {
	border: 1px solid black;
}

.sidebar-bloc.enfants .navtabs a:first-child {
	margin-right: 10px;
}

.sidebar-bloc.enfants .navtabs .active a {
	background-color: var(--yellow);
	border: none;
}

.sidebar-bloc.enfants .tab-content {
	position: relative;
	width: 100%;
}

.sidebar-bloc.enfants .tab-content > .tab-pane {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

/* BOUTIQUE */

.sidebar-bloc.boutique .sidebar-bloc-header {
	background-color: #9c2342;
}

/* ACTIVITES */
.sidebar-bloc.activite .sidebar-bloc-header {
	background-color: #3d4c5d;
}

/* newsletter */
.sidebar-bloc.newsletter-sidebar > h3 {
	text-align: center;
}

/************************************** BLOC PROMOTION ******************************/

section.promotion-mag {
	position: relative;
	z-index: 2;
}

section.promotion-mag > img {
	height: 200px;
	margin: 0 auto 20px;
}

section.promotion-mag .promotion-infos > p {
	font-family: "morl_sansbold", sans-serif;
	font-size: 20px;
	text-align: center;
}

section.promotion-mag .promotion-details {
	text-align: center;
	font-family: "morl_sanslight", sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

section.promotion-mag .promotion-details span:first-child {
	font-size: 30px;
}

section.promotion-mag .promotion-buttons {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

section.promotion-mag .promotion-buttons a.button > img {
	height: 22px;
	width: auto;
}

section.promotion-mag .promotion-buttons a.button-row {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

section.promotion-mag .promotion-buttons a.button-col {
	width: 100%;
	padding: 10px 40px;
	border-radius: 40px;
	margin-bottom: 15px;
}

section.promotion-mag .promotion-buttons a.button img {
	margin-right: 10px;
}

section.promotion-mag .promotion-buttons a.button:last-child span {
	text-transform: none;
	display: block;
	font-family: "PT Serif", serif;
}

/************************************** BLOC TAXONOMIE ******************************/

section.taxonomie h5,
section.taxonomie .categorie p {
	text-transform: uppercase;
}

section.taxonomie .categorie h5,
section.taxonomie .tags h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

section.taxonomie p,
section.taxonomie ul li a {
	font-family: "morl_sansregular", sans-serif;
}

section.taxonomie ul {
	padding: 0 15px;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 0;
	align-items: center;
}

section.taxonomie ul li {
	margin: 0 10px 10px 0;
}

section.taxonomie ul li a {
	text-transform: capitalize;
}

section.taxonomie .tag {
	padding: 0 5px;
}

section.taxonomie button.more-tag {
	border-radius: 30px;
	height: 30px;
	width: 30px;
}

section.taxonomie button.more-tag a {
	font-family: "morl_sanslight", sans-serif;
	font-size: 20px;
}

/************************************** Articles d'un dossiers ******************************/
section.same-articles {
	padding: 15px;
}

section.same-articles .dossiers-header {
	background-color: var(--beige);
	align-items: flex-start;
}

section.same-articles .dossiers-header p,
section.same-articles .dossiers-header h4 {
	color: #000;
}

section.same-articles .dossiers-list {
	background-color: var(--beige);
	padding: 0 15px;
}

section.same-articles .dossiers-list ul li {
	height: 70px;
	padding: 0 15px 0 0;
}

section.same-articles .dossiers-list .ressource-item.thumbline,
section.same-articles
	.dossiers-list
	.ressource-item.thumbline
	.ressource-image {
	height: 100%;
}

section.same-articles
	.dossiers-list
	.ressource-item.thumbline
	.ressource-infos
	.ressource-tag {
	display: none;
}

section.same-articles .dossiers-list ul li .active-overlay {
	width: calc(100% -15px);
	left: 0;
	flex-direction: row;
}

section.same-articles .ressource-item.thumbline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section.same-articles .ressource-item.thumbline .ressource-infos h4 {
	font-size: 18px;
}

section.same-articles .dossiers-list ul li .active-overlay > img,
section.same-articles .dossiers-list ul li .active-overlay p {
	margin-bottom: 0;
}

section.same-articles .dossiers-list ul li .active-overlay > img {
	margin-right: 10px;
}

section.same-articles .dossiers-list ul li .active-overlay p {
	font-size: 18px;
}

/************************************** PAGE PRESENTATION LIVRES / FILMS******************************/

#livres-categories,
#films-categories {
	text-align: center;
}

/************************************** SLIDER ******************************/

.slider {
	position: relative;
	width: 100%;
}

.slider .slick-list,
.slider .slick-track {
	height: 100%;
}

.slider .slider-nav {
	width: 25px;
	height: 36px;
	background-image: url("../img/arrow-nav.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 999;
	top: 40%;
}

.slider .slider-nav.slider-prev {
	transform: rotate(180deg);
	left: 2%;
}

.slider .slider-nav.slider-next {
	right: 2%;
}

.presentation-slider .slide {
	position: relative;
}

.presentation-slider .slide,
.presentation-slider .slide > .container,
.presentation-slider .slide > .container > .row {
	height: 100%;
}

.presentation-slider .slide .slide-content .right,
.presentation-slider .slide .slide-content .left {
	height: 40%;
	text-align: center;
}

.presentation-slider .slide .item-background {
	height: 80%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.presentation-slider .slide .item-background .shadow {
	position: absolute;
	height: 150px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(90, 90, 90, 0.51) 100%
	);
}

.presentation-slider .slide > .container {
	position: relative;
	z-index: 1;
}

.presentation-slider .slide .slide-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.presentation-slider .slide .slide-content .left,
.presentation-slider.slide .slide-content .right {
	justify-content: center;
	align-items: center;
}

.presentation-slider .slide .slide-content .left h2,
.presentation-slider .slide .slide-content .left p {
	color: #fff;
	margin-bottom: 10px;
}

.presentation-slider .slide .slide-content .left h2 {
	line-height: 35px;
	max-height: 100px;
	overflow: hidden;
	font-family: "morl_sansblack", sans-serif;
	font-size: 38px;
}

.presentation-slider .slide .slide-content .left .mag-button {
	margin-bottom: 20px;
}

.presentation-slider .slide .slide-content .right .mag {
	text-align: center;
	position: relative;
}

.presentation-slider .slide .slide-content .right .mag img {
	display: inline-block;
}

.presentation-slider .slide .slide-content .right .mag img.mag-image {
	height: 210px;
	width: auto;
	margin-top: 20px;
}

/* SLIDER PAGE REVUES */
#slider-revues {
	height: 900px;
}

#slider-revues .slide .slide-content .left {
	height: 35%;
}

#slider-revues .slide .item-background {
	height: 50%;
}

#slider-revues .slide .slide-content .left .item-age {
	margin-bottom: 20px;
}

#slider-revues .slide .slide-content .left .item-age li:not(.age-label) {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background-color: #fff;
}

#slider-revues .slide .slide-content .left .item-age li:first-child img {
	width: 7px;
}

#slider-revues .slide .slide-content .left .item-age li:nth-child(2) img {
	width: 10px;
}

#slider-revues .slide .slide-content .left .item-age li:nth-child(3) img {
	width: 12px;
}

#slider-revues .slide .slide-content .left .item-age li:not(.age-label) a {
	width: 100%;
	height: 100%;
	border-radius: 36px;
	justify-content: center;
	align-items: center;
}

#slider-revues .slide .slide-content .left .item-age li:not(:last-child) {
	margin-right: 10px;
}

#slider-revues .slide .slide-content .left .item-age li:not(.age-label):focus,
#slider-revues .slide .slide-content .left .item-age li:not(.age-label):hover {
	cursor: pointer;
}

#slider-revues .slide .slide-content .left .item-age li:not(.age-label):focus,
#slider-revues .slide .slide-content .left .item-age li:not(.age-label):hover,
#slider-revues .slide .slide-content .left .item-age li:not(.age-label).active {
	background-color: var(--yellow);
}

#slider-revues .slide .slide-content .left a.button.preview {
	padding: 15px;
}

#slider-revues .slide .slide-content .label {
	width: 60px;
	font-size: 20px;
	height: 60px;
}

#slider-revues .slide .slide-content p.mag-description {
	position: relative;
	font-family: "PT Serif", serif;
	color: #000;
	left: 0;
	padding: 10px 15px;
}

#slider-revues .slide .slide-content .right .mag p.mag-title {
	font-family: "morlmedium", serif;
	margin-top: 10px;
}

#slider-revues .slide .slide-content .right a.preview {
	width: 70%;
	margin: 0 auto 10px;
}

/* SLIDER PAGE LIVRES */

#slider-livres,
#slider-films {
	height: 600px;
}

#slider-livres .slide .slide-content .left p,
#slider-films .slide .slide-content .left p {
	font-size: 20px;
}

#slider-livres .slide .slide-content .right .mag,
#slider-films .slide .slide-content .right .mag {
	margin-bottom: 10px;
}

#slider-livres .slide .slide-content .right img.new,
#slider-films .slide .slide-content .right img.new {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#slider-livres .slide .slide-content .right a.preview,
#slider-films .slide .slide-content .right a.preview {
	width: 70%;
	margin: 0 auto;
}

/************************************** BLOC GAMME ******************************/

section.gamme {
	margin-bottom: 0 !important;
	position: relative;
}

section.gamme .background {
	height: 150px;
}

section.gamme .infos {
	background-color: #fff;
	padding: 15px;
	width: calc(100% - 30px);
	float: right;
	text-align: left;
	position: relative;
	top: -50px;
}

section.gamme .infos h3 {
	margin-bottom: 20px;
}

section.gamme .infos p {
	font-family: "morl_sanslight", sans-serif;
}

section.gamme .mag {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 25%;
}

section.gamme .mag > img {
	height: 70%;
	margin-bottom: 10px;
}

/************************************** BLOC COULISSES ******************************/
section.coulisses {
	background-color: var(--beige);
	padding: 0 15px 15px;
}

section.coulisses .intro {
	text-align: center;
}

section.coulisses h3 {
	color: var(--yellow);
	background-image: url("../img/crayon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	margin: -15px auto 15px;
}

section.coulisses h3:after {
	content: "";
	display: none;
	width: 76px;
	height: 21px;
	position: absolute;
	left: 110%;
	background-image: url("../img/arrow-big.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

section.coulisses p {
	text-align: left;
	margin-bottom: 20px;
}

section.coulisses .ressource-item.thumbline {
	height: 65px;
	margin-bottom: 10px;
}

section.coulisses .ressource-item.thumbline .ressource-image {
	width: 33.33333%;
	height: 100%;
}

section.coulisses .ressource-item.thumbline .ressource-infos {
	background-color: transparent;
	width: 66.66666667%;
}

section.coulisses .ressource-item.thumbline .ressource-tag {
	display: none;
}

/************************************** BLOC COULISSES ******************************/

section.editions {
	margin-bottom: 100px;
}

section.editions .left {
	position: relative;
	margin-bottom: 60px;
}

section.editions .right {
	justify-content: flex-start;
	align-items: flex-start;
}

section.editions .right h3,
section.editions .right h4,
section.editions .right p {
	margin-bottom: 20px;
	text-align: left;
}

section.editions .right h3 {
	font-size: 30px;
}

section.editions .right h4 {
	font-size: 20px;
}

section.editions .right p {
	font-family: "PT Serif", serif;
}

section.editions .right p:last-of-type {
	max-height: 155px;
	overflow: hidden;
}

/********************* BLOC REVUES LINKS **********************/

#revues-links .left {
	position: relative;
}

#revues-links .left p {
	background-color: var(--yellow);
	padding: 15px;
	font-size: 20px;
	text-align: left;
	padding-left: 40%;
	border-radius: 20px;
	line-height: 25px;
	margin-bottom: 50px;
}

#revues-links .left img.mascotte {
	position: absolute;
	height: 150px;
	top: -30px;
}

#revues-links .left img:last-of-type {
	position: absolute;
	top: 100%;
	left: 40%;
	transform: rotate(50deg);
	width: 50px;
}

#revues-links .right {
	text-align: center;
}

#revues-links .right a.button {
	padding: 15px 30px;
	position: relative;
	margin: 0;
	top: -20px;
}

#revues-bande .img-container,
#revues-bande h3 {
	margin-bottom: 10px;
}

#revues-bande p {
	font-family: "PT Serif", serif;
	text-align: center;
}

#revues-bande .img-container {
	height: 150px;
	width: 100%;
	text-align: center;
}

#revues-bande .img-container img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	min-width: auto;
	min-height: auto;
	position: relative;
	transform: none;
	top: 0;
	left: 0;
}

#revues-bande .bande-item {
	margin-bottom: 20px;
	padding: 0 15px;
	justify-content: flex-start;
}

#revues-pourquoi {
	padding: 30px 0;
	background-color: var(--beige);
}

#revues-pourquoi ul li {
	justify-content: flex-start;
}

#revues-pourquoi ul li .img-container {
	width: 150px;
	height: 150px;
}

#revues-pourquoi ul li .img-container img {
	height: 100%;
	width: auto;
}

#revues-pourquoi ul li p {
	padding: 15px;
	font-family: "PT Serif", serif;
	text-align: center;
}

/*********************** BLOC AVIS ***********************/

.avis {
	padding: 30px;
	background: rgb(246, 244, 240);
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(246, 244, 240, 1) 0%,
		rgba(255, 255, 255, 1) 53%,
		rgba(255, 255, 255, 1) 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f4f0', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.avis .avis-item {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.avis .avis-item h4 {
	font-family: "morl_sansbold", sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

.avis .avis-item .shadow {
	box-shadow: 10px 20px 20px -20px rgba(155, 96, 96, 0.2);
	position: absolute;
	height: 60%;
	bottom: 0;
	z-index: 0;
	left: 15px;
	width: calc(100% - 30px);
}

.avis .avis-item blockquote {
	padding: 10px 30px;
	font-family: "PT Serif", serif;
	font-style: italic;
	border: 0;
	margin: 0 0 10px;
	position: relative;
}

.avis .avis-item blockquote:before,
.avis .avis-item blockquote:after {
	font-family: "PT Serif", serif;
	content: "";
	display: inline-block;
	font-size: 70px;
	color: var(--yellow);
	position: absolute;
	line-height: 75px;
	font-weight: 600;
}

.avis .avis-item blockquote:before {
	content: "\201F";
	top: 0;
	left: -15px;
}

.avis .avis-item blockquote:after {
	content: "\201E";
	bottom: 14px;
	right: -15px;
}

.avis .avis-item p {
	font-family: "morl_sansregular", sans-serif;
	font-size: 15px;
}

.avis h3 {
	font-family: "morl_sansblack", sans-serif;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 40px;
}

.avis h3 span {
	color: var(--red);
}

.avis .row:last-child,
.avis .row:last-child > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.avis .row:last-child img:first-child {
	height: 100px;
	width: auto;
	margin-bottom: 20px;
}

#revues-decouverte .left {
	text-align: center;
	margin-bottom: 20px;
}

.bloc-hors-series {
	border: 5px solid var(--yellow);
	position: relative;
	margin-top: 100px;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.bloc-hors-series p {
	margin-top: 50px;
	padding: 15px;
}

.bloc-hors-series p strong {
	font-family: "morl_sansregular", sans-serif;
	font-size: 30px;
}

.bloc-hors-series .image {
	background-color: #fff;
	padding: 0 10px;
	position: absolute;
	height: 120px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.bloc-hors-series .image img {
	height: 100%;
	width: auto;
}

.bloc-explorer {
	position: relative;
}

.bloc-explorer div {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px;
}

.bloc-explorer p {
	text-transform: uppercase;
	font-family: "morl_sansregular", sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.revues-programmes-content {
	background-color: var(--beige);
	padding: 15px 0;
	margin-top: 45px;
}

.revues-programmes-content > img {
	position: relative;
	top: -45px;
	margin-bottom: -30px;
}

#rubrique-slider {
	margin-bottom: 10px;
}

#rubrique-slider h3,
#rubrique-slider p {
	width: 60%;
	text-align: center;
	margin: 0 auto 10px;
}

#rubrique-slider p {
	height: 90px;
	overflow: hidden;
}

#rubrique-slider img {
	margin: 0 auto 20px;
	width: 90%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.363);
}

#rubrique-slider .slider-nav {
	width: 20px;
	height: 14px;
	background-image: url("../img/arrow-black.png");
	top: 10%;
}

#rubrique-slider .slider-nav.slider-prev {
	transform: rotateY(180deg);
}

/********************* MON COMPTE **********************/
#compte #compte-menu {
	margin-bottom: 20px;
}

#compte ul.nav-tabs {
	padding: 0 15px;
	border: none;
}

#compte .nav-tabs > li > a {
	padding: 10px;
}

#compte .nav-tabs > li > a,
#compte .nav-tabs > li > a:focus,
#compte .nav-tabs > li > a:hover,
#compte .nav-tabs > li.active > a,
#compte .nav-tabs > li.active > a:focus,
#compte .nav-tabs > li.active > a:hover {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #000;
	border-radius: 0;
}

#compte .nav-tabs > li.active > a {
	border-bottom: 2px solid var(--yellow);
}

#compte .nav-tabs > li > a:focus,
#compte .nav-tabs > li > a:hover {
	border-bottom: 2px solid #000;
}

#compte #compte-intro {
	background-color: var(--beige);
	padding: 15px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#compte #compte-intro p {
	font-family: "morl_sansregular", sans-serif;
	font-size: 20px;
}

#compte #compte-content,
#compte #compte-content h2,
#compte #compte-content > div {
	text-align: left;
}

#compte #preferences-newsletter {
	padding: 15px;
}

#compte #preferences-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
	background: var(--beige);
}

#compte #newsletter-form h4 {
	margin-bottom: 30px;
}

#compte #newsletter-form .newsletter-questions {
	border-bottom: 1px solid var(--grey1);
	margin-bottom: 40px;
}

#compte #newsletter-form .newsletter-questions li {
	margin-bottom: 20px;
}

#compte #newsletter-form input[type="radio"] {
	margin-left: 10px;
	margin-right: 20px;
}

#compte #newsletter-form .newsletter-age,
#compte #newsletter-form .newsletter-mag {
	justify-content: flex-start;
	align-items: center;
}

/******************* HOME ACTIVITES ******************/

.sal-filters form {
	text-align: center;
	justify-content: center;
	align-items: center;
}

.sal-filters .filters {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.sal-filters .filters .radio,
.sal-filters .filters .radio + .radio {
	margin: 0;
}

.sal-filters .filters .radio input {
	opacity: 0;
}

.sal-filters .filters .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.articles-filters .filters .col button,
.sal-filters .filters .col:not(.radio) span,
.sal-filters .filters .radio label {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	font-family: "morl_sanslight", sans-serif;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(199, 199, 199);
	border: 4px solid #fff;
	line-height: 12px;
}

.articles-filters .filters .col.open button img {
	transform: rotate(180deg);
}
.articles-filters .filters .col.open .dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
}
.articles-filters .filters .col .dropdown-menu li.checkbox {
	margin-left: 0;
}
.articles-filters .filters .col .dropdown-menu li.checkbox:last-child {
	margin-bottom: 0;
}

.sal-filters .filters .col:not(.radio) span {
	background: var(--beige);
	border: 4px solid var(--beige);
	padding: 0;
	line-height: calc(70px - 2 * 4px);
}

.articles-filters .filters .col.open button,
.articles-filters .filters .col button.checked,
.sal-filters .filters .radio label.checked {
	border: 4px solid var(--yellow);
}

.sal-filters .filters .radio label img {
	height: 25px;
	width: auto;
}

.sal-filters .applied-filters {
	display: none;
	padding: 15px 0;
}
.sal-filters .applied-filters p {
	font-family: "morl_sansregular", sans-serif;
}
.sal-filters .applied-filters ul {
	margin-bottom: 20px;
}
.sal-filters .applied-filters ul li {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
}
.sal-filters .applied-filters ul li:not(:first-of-type) {
	border-left: 1px solid #000;
	padding-left: 5px;
}

.sal-filters .applied-filters button {
	border-color: var(--yellow);
}

#search-activite-input {
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 20px;
	background-color: #fff;
	width: 90%;
	margin-bottom: 10px;
}

.activites-slider {
	margin-bottom: 40px;
}

.activites-slider .slide {
	height: 150px;
	position: relative;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}

.activites-slider .slide a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.activites-slider .slide:hover {
	cursor: pointer;
}

.activites-slider .slide:hover img {
	opacity: 0.8;
	transition: opacity 0.2s ease-out;
}

.activites-slider .slide .img-container {
	position: absolute;
	height: 100%;
	overflow: hidden;
	width: calc(100% - 20px);
}

.activites-slider .slide img {
	opacity: 1;
	transition: opacity 0.2s ease-out;
	z-index: 0;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.activites-slider .slide h4 {
	color: #fff;
	z-index: 1;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}

.activite-slider .slider-nav,
.activites-slider .slider-nav {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(198, 198, 198);
	background-image: url("../img/arrow-black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	position: absolute;
	z-index: 999;
	top: 40%;
}

.activite-slider .slider-nav:hover,
.activites-slider .slider-nav:hover {
	background-color: var(--yellow);
}

.activite-slider .slider-nav.slider-prev,
.activites-slider .slider-nav.slider-prev {
	transform: rotate(190deg);
}

.explore-activites {
	text-align: center;
}

.page-home-activites .products h2 .small {
	color: #000;
}

/*************************** GLOBAL TABS SALAMANDRE STYLE ***************/

.salamandre-tabs .nav li.quart {
	width: 25%;
}

.salamandre-tabs .nav li.tiers {
	width: 33.333339%;
}

.salamandre-tabs .nav li a {
	text-align: center;
	background-color: #e4e4e4;
	border-radius: 0;
	border: none;
}

.salamandre-tabs .nav li:hover a,
.salamandre-tabs .nav li.active a {
	background-color: #fff;
	box-shadow: 0 -2px 5px -2px var(--border-grey);
	border-radius: 0;
}

.salamandre-tabs .nav li a {
	color: #666666;
	font-family: "morl_sanslight", sans-serif;
	margin-right: 0;
	line-height: normal;
	font-size: 13px;
	min-height: 50px;
}

.salamandre-tabs .nav li:not(:last-of-type) a {
	border-right: 1px solid #fff;
}

.salamandre-tabs .nav li:hover a,
.salamandre-tabs .nav li.active a {
	cursor: pointer;
	border: none;
	outline: none;
	color: #000;
	font-family: "morl_sansregular", sans-serif;
}

.salamandre-tabs .tab-content {
	padding: 50px 15px;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 var(--border-grey);
}

/************************** PAGE SINGLE ACTIVITE *****************/
.page-activite .activite-header {
	margin-bottom: 20px;
}

.page-activite .activite-header > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.page-activite .activite-header h1 {
	margin-bottom: 10px;
}

.page-activite .activite-header .lieu {
	margin-left: 20px;
	font-family: "morl_sanslight", sans-serif;
}

.page-activite .activite-header .lieu img {
	margin-right: 10px;
}

.page-activite .activite-presentation .img-container {
	height: 200px;
	margin-bottom: 20px;
}

.page-activite .activite-presentation .img-container img {
	/*height: 100%;*/
	height: auto;
}

.page-activite .activite-presentation > .left {
	justify-content: space-between;
	align-items: flex-start;
}

.page-activite .activite-presentation ul {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid var(--border-grey);
	padding-bottom: 10px;
}

.page-activite .activite-presentation ul li {
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
}

.page-activite .activite-presentation ul li:first-child {
	padding-left: 0;
}

.page-activite .activite-presentation ul li:last-child {
	padding-right: 0;
}

.page-activite .activite-presentation ul li img {
	height: 20px;
	margin-bottom: 10px;
}

.page-activite .activite-presentation ul li p {
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: 15px;
}

.page-activite .activite-presentation .activite-description {
	padding: 20px 0;
	font-size: 20px;
	line-height: 30px;
}

.page-activite .activite-presentation .author {
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}

.page-activite .activite-presentation .author .avatar {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}

.page-activite .activite-presentation .author-infos {
	margin-bottom: 0;
	padding: 0 15px;
}

.page-activite .activite-presentation .right > div:last-child {
	width: 100%;
	justify-content: center;
	align-items: center;
}

.page-activite .activite-presentation .right .abonne-label {
	margin-right: 10px;
}

.page-activite .activite-presentation .right > div:last-child img {
	margin-right: 5px;
}

.page-activite .activite-details {
	margin-top: 50px;
	background: var(--beige);
}

.page-activite .salamandre-tabs,
/*.page-contact .salamandre-tabs,*/
.page-faq .salamandre-tabs {
	top: -43px;
	position: relative;
}

.page-activite #activite-infos ul li {
	justify-content: flex-start;
	margin-bottom: 20px;
	/*font-family: "morl_sanslight", sans-serif;*/
}

.page-activite #activite-infos ul li strong {
	font-family: "morl_sansregular", sans-serif;
}

.page-activite #activite-infos .activite-picto-container {
	width: 30px;
	height: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
}

.page-activite #activite-infos .carte.img-dotted {
	margin-bottom: 5px;
}

.page-activite #activite-infos .carte.img-dotted + .carte-legend {
	margin-bottom: 30px;
}

.page-activite #activite-infos .balade-item {
	padding: 30px 0;
}

.page-activite #activite-infos .balade-item:first-child {
	padding-top: 0;
}

.page-activite #activite-infos .balade-item:not(:last-of-type) {
	border-bottom: 1px solid var(--border-grey);
}

.page-activite #activite-infos .balade-item ul {
	width: 95%;
	margin: 20px 0 20px 20px;
	padding: 5px 10px;
	border-left: 3px solid var(--yellow);
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.page-activite #activite-infos .balade-item ul li {
	margin-right: 20px;
	margin-bottom: 0;
}

.page-activite #activite-infos .balade-item .activite-picto-container {
	width: 30px;
	height: 20px;
	margin-right: 10px;
	background-position: center right;
}

.page-activite #activite-infos .balade-item p {
	font-family: "PT Serif", serif;
}

.page-activite #activite-infos .balade-item p a {
	border-bottom: 2px solid var(--yellow);
}

.page-activite #activite-infos .balade-item p a:hover,
.page-activite #activite-infos .balade-item p a:active {
	border-bottom: 2px solid #000;
}

.page-activite #activite-infos .decouvrir-balade {
	position: relative;
}

.page-activite #activite-infos .decouvrir-balade .left p {
	position: absolute;
	background-color: var(--yellow);
	font-family: "morl_sanslight", sans-serif;
	font-size: 20px;
	padding: 15px;
	border-radius: 10px;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: auto;
	white-space: nowrap;
}

.page-activite #activite-infos .decouvrir-balade .left img {
	position: absolute;
	top: 210px;
	z-index: 3;
	left: 70px;
}

.page-activite .bloc-with-aside .big .activite-item .ressource-infos {
	max-height: 110px;
}

.page-activite #activite-decouvrir h3 {
	border-bottom: 1px solid var(--border-grey);
	margin-bottom: 20px;
}

.page-activite #activite-decouvrir .right img {
	width: 100%;
}

.page-activite .activite-slider .slide {
	position: relative;
}

.page-activite .activite-slider .img-container {
	height: 200px;
	width: 100%;
}

.page-activite .activite-slider .img-container img {
	height: 100%;
	min-width: auto;
}

.page-activite .activite-slider .text-content {
	border-top: 3px solid var(--yellow);
	/* position: absolute;
    width: 98%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;*/
	background: #fff;
	padding: 5px;
}

/***************************** COMMUNS PLUS WEB, CONCOURS, FORUM ******************/
.img-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	height: 250px;
}

.img-header img {
	max-width: none;
	min-width: 100%;
	width: auto;
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/********************************* PAGE PLUS WEB **********************************/

.page-plusweb .row h2 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 20px;
}

.page-plusweb #plusweb-month {
	background-color: var(--beige);
	margin-bottom: 30px;
}

.plusweb-small-item {
	background: #fff;
	box-shadow: 5px 5px 5px 0 var(--border-grey);
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.plusweb-small-item .left,
.plusweb-small-item .right,
.plusweb-small-item .img-container {
	height: 100%;
}

.plusweb-small-item .img-container {
	height: 180px;
	width: 100%;
}

.plusweb-small-item .left {
	padding: 0;
}

.plusweb-small-item .right {
	padding: 15px;
	justify-content: space-between;
}

.plusweb-small-item .right h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.plusweb-small-item.line {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	background: transparent;
	box-shadow: none;
	position: relative;
	height: 120px;
}

.plusweb-small-item.line a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: inline-block;
}

.plusweb-small-item.line .left,
.plusweb-small-item.line .right {
	padding: 0;
	height: 100%;
}

.plusweb-small-item.line .left {
	justify-content: center;
}

.plusweb-small-item.line .right {
	justify-content: center;
	align-items: flex-start;
}

.plusweb-small-item.line img {
	width: 40px;
	height: 40px;
	max-width: none;
}

.plusweb-small-item.line .right {
	padding: 0 15px;
}

.plusweb-small-item.line h3 {
	font-size: 18px;
}

.plusweb-small-item.line p {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	max-height: 85px;
}

.plusweb-items {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.plusweb-item {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}

.plusweb-item .content > img {
	height: 200px;
}

.plusweb-item:after {
	content: "";
	display: inline-block;
	clear: both;
	float: none;
}

.plusweb-item .content {
	position: relative;
	z-index: 1;
	align-items: center;
}

.plusweb-item .plusweb-content {
	position: relative;
	width: 100%;
	left: 0;
	background-color: var(--beige);
	padding: 15px;
	z-index: 3;
}

.plusweb-item .plusweb-content ul li {
	margin-bottom: 10px;
	padding: 0 15px;
}

.plusweb-item .shadow {
	box-shadow: 10px 20px 20px -15px rgba(155, 96, 96, 0.2);
	height: 60%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}

.plusweb-item > img {
	height: 200px;
}

.plusweb-item .plusweb-details {
	text-align: center;
	font-family: "morl_sanslight", sans-serif;
	font-size: 14px;
	margin: 10px auto;
}

.plusweb-item .plusweb-details span:first-child {
	font-size: 18px;
}

.plusweb-pop .plusweb-pop-picto {
	width: 30px;
}

.plusweb-pop {
	text-align: center;
}

.plusweb-pop .pop-container {
	width: 100%;
	max-height: 90%;
	/*height: auto;*/
}

.plusweb-pop .button-download {
	margin-bottom: 20px;
}

.plusweb-pop .pop-content p {
	text-align: left;
	margin-bottom: 20px;
}

/********************************* PAGE CONCOURS **********************************/

.page-concours p.concours-description {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 30px;
}

#moment,
#concours-archive {
	border-radius: 10px;
	box-shadow: 0 0 20px 0 var(--border-grey);
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	position: relative;
}

#moment h2,
#concours-archive h2 {
	padding: 10px;
	border-radius: 10px;
	background-color: var(--yellow);
	font-size: 30px;
	font-family: "morl_sansbold", sans-serif;
	text-transform: uppercase;
	position: relative;
	top: -40px;
	margin-bottom: 0;
}

#moment .moment-inner > div,
#concours-archive .archive-inner > div {
	width: 95%;
	margin: auto;
	padding: 20px 0;
}

#moment blockquote {
	font-family: "Domine", serif;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	width: 70%;
	border: none;
	padding: 0;
	position: relative;
}

#moment blockquote:before,
#moment blockquote:after {
	font-family: "PT Serif", serif;
	content: "";
	display: inline-block;
	font-size: 70px;
	color: var(--yellow);
	position: absolute;
	line-height: 70px;
	font-weight: 600;
}

#moment blockquote:before {
	content: "\201C";
	top: -20px;
	left: -50px;
}

#moment blockquote:after {
	content: "\201E";
	bottom: 10px;
	right: -50px;
}

#moment .moment-date {
	margin: 10px auto;
	font-size: 24px;
}

#moment .moment-date img {
	margin-right: 10px;
}

#moment .moment-mascotte {
	max-height: 200px;
}

#moment #moment-collapse {
	padding: 20px 0;
}

#moment .moment-comment {
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid var(--border-grey);
	text-align: center;
	margin-top: 20px;
	position: relative;
}

#moment .moment-comment button {
	/*width: 100%;*/
}

#moment .moment-comment button img {
	transform: rotate(180deg);
}

#moment .moment-comment button.collapsed img {
	transform: rotate(0deg);
}

#moment h3 {
	font-size: 36px;
}

#moment #moment-collapse #moment-regles > div span {
	display: block;
	background: var(--yellow);
	border-radius: 71px;
	width: 71px;
	height: 71px;
	line-height: 71px;
	font-size: 48px;
	font-family: "Domine", serif;
	text-align: center;
	margin-bottom: 10px;
}

#moment #moment-collapse #moment-regles > div p {
	font-size: 18px;
	text-align: center;
}

#moment #moment-collapse .button-send {
	margin: 20px auto;
}

#moment #moment-collapse #moment-adresses {
	width: 100%;
	padding: 20px;
	border-top: 1px solid var(--border-grey);
}

#moment #moment-collapse #moment-adresses p,
#moment #moment-collapse #moment-adresses address {
	margin-right: 20px;
}

#moment #moment-collapse #moment-adresses address {
	font-size: 18px;
	font-family: "morl_sanslight", sans-serif;
}

#moment #moment-collapse #moment-adresses address strong {
	font-family: "morl_sansbold", sans-serif;
}
#concours-gagnants-container {
	background-color: #ffdf02;
	margin-bottom: 50px;
}
#concours-gagnants {
	padding: 15px;

	position: relative;
	margin-bottom: 0;
}
#concours-gagnants > img {
	width: 100px;
	margin: 20px auto;
}
#concours-gagnants > div > img {
	width: 80%;
}

#concours-archive ul li a {
	text-align: center;
	font-family: "morl_sanslight", sans-serif;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid var(--yellow);
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#concours-archive ul li a:hover,
#concours-archive ul li a:focus,
#concours-archive ul li a:active {
	font-family: "morl_sansregular", sans-serif;
	background-color: var(--yellow);
}

.page-grid {
	margin: 30px 0;
}

.page-grid .grid-sizer,
.page-grid .grid-item {
	width: calc(50% - 10px);
}

.page-grid .grid-item {
	position: relative;
	margin-bottom: 10px;
	border: 1px;
	box-shadow: 5px 5px 5px 0 var(--border-grey);
}

.page-grid .grid-item div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.page-grid .grid-item p {
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 10px;
}

.page-grid .grid-item a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page-grid .grid-item:hover img {
	opacity: 0.8;
}

.page-grid .grid-item:hover div {
	background: rgba(0, 0, 0, 0.8);
}

.page-grid .grid-item:hover img,
.page-grid .grid-item:hover div {
	transition: all 0.2s ease-in-out;
}

.page-concours #revues {
	margin-top: 0;
}

/*************************************** PAGE FORUM ***********************************/

.page-forum #forum-search input {
	width: 100%;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 10px;
}

.page-forum .forum-no-results .alert {
	padding: 20px;
	margin-bottom: 0;
}

.page-forum .forum-no-results .alert img {
	margin: 0 auto;
	height: 150px;
	width: auto;
}

.page-forum .forum-no-results .alert h2 {
	margin-bottom: 10px;
}

.page-forum .forum-no-results .alert p {
	font-size: 24px;
}

.page-forum .forum-no-results .alert .border {
	height: 1px;
	float: none;
	margin: 40px auto;
	display: inline-block;
	border: 1px solid var(--border-grey);
}

.page-forum .forum-no-results h3 {
	margin-bottom: 20px;
}

.page-forum .forum-no-results .buttons {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.page-forum .forum-no-results .buttons .button-forum-item {
	border-radius: 5px;
	position: relative;
	margin: 10px;
	display: inline-block;
	box-shadow: 5px 5px 10px 0 var(--border-grey);
	padding: 0;
	height: 90px;
}

.page-forum .forum-no-results .buttons .button-forum-item img {
	height: 100%;
	margin: 0 auto;
}

.page-forum .forum-no-results .buttons .button-forum-item a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.page-forum .forum-no-results .buttons .button-forum-item .left {
	height: 100%;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.page-forum .forum-no-results .buttons .button-forum-item .right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-forum .forum-no-results .buttons .button-forum-item .right p {
	margin: 0;
	font-size: 24px;
}

.page-forum .forum-no-results .buttons .question-forum .left {
	background-color: #ffe200;
}

.page-forum .forum-no-results .buttons .back-forum .left {
	background-color: #e84e2e;
}

.page-forum .forum-no-results .buttons .button {
	margin-bottom: 15px;
}

.page-forum #forum-presentation > div:first-of-type {
	margin-bottom: 20px;
}

.page-forum #forum-presentation img {
	margin-bottom: 10px;

	margin: 0 auto;
	height: 100px;
	width: auto;
}

.page-forum #forum-presentation h4 {
	font-family: "morl_sansregular", sans-serif;
	font-size: 20px;
}

.page-forum #forum-presentation #forum-cadre {
	background-color: var(--yellow);
	padding: 20px;
	line-height: 25px;
}

.page-forum #forum-presentation #forum-cadre h3 {
	font-size: 24px;
}

.page-forum #forum-presentation #forum-cadre p {
	font-size: 20px;
	margin-bottom: 20px;
}

.forum-item {
	margin-bottom: 100px;
}

.forum-item .forum-question,
.forum-item .forum-answer {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 40px 20px;
	position: relative;
}

.forum-item .forum-question {
	background-color: #d4dce0;
	box-shadow: 0 0 10px 0 rgb(196, 196, 196);
}

.forum-item .forum-question .tag {
	position: absolute;
	left: 0;
	top: 0;
}

.forum-item .forum-question .content img,
.forum-item .forum-answer .content img {
	max-height: 150px;
	margin: auto;
}

.forum-item .forum-question h5 {
	font-size: 24px;
}

.forum-item .forum-answer {
	top: 50px;
	box-shadow: 0 0 20px 10px rgb(244, 244, 244);
}

.forum-item .forum-answer > img {
	width: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.forum-item p {
	font-family: "morl_sanslight_italic", sans-serif;
	color: #333333;
}

/*************************************** PAGE PETITS DEFIS **************************************/

.page-defis p.defis-description {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 30px;
}

.page-defis .grid-item p {
	margin: 0;
	color: #fff;
	padding: 0 10px;
}

.page-defis #moment .moment-inner > div:first-of-type > a,
.page-defis #moment .moment-inner > div:first-of-type > a img {
	width: 100%;
	display: block;
}

.page-defis .grid-item p.defi_title {
	font-family: "morl_sansregular", sans-serif;
	font-size: 18px;
	color: var(--yellow);
}

.page-defis .grid-item p.defi_details {
	font-size: 14px;
}
/************************************* GLOBAL FORM ***************************************/

.sal-form{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.sal-form .form-group label:not(.radio-inline) {
	display: block;
	text-align: left;
	font-weight: normal;
}

.sal-form  label {
	font-weight: 400;
	font-size: 18px;
}

.sal-form p{
	font-size: 16px !important;
	font-family: 'morl_sanslight', sans-serif !important;
}

.sal-form .form-control {
	border: 1px solid #000;
}



.sal-form .form-group label:not(.radio-inline),
.sal-form .form-group input:not([type="radio"]),
.sal-form select {
	width: 100%;
}


.sal-form .select-custom {
	position: relative;
}

.sal-form .select-custom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sal-form select::-ms-expand {
	display: none;
}

.sal-form .select-custom:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	right: 25px;
	bottom: 12px;
	background-image: url("../img/arrow-down-black.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	pointer-events: none;
}

.sal-form input[type="file"] {
	padding: 6px 0;
}

.sal-form .form-group {
	margin-bottom: 20px;
}

.sal-form .form-info {
	font-family: "morl_sanslight_italic", sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	display: inline-block;
	margin-top: 5px;
}


.sal-form .g-recaptcha > div {
	/*margin: auto;*/
}


.sal-form .required:after {
	content: "*";
	display: inline-block;
	margin-left: 5px;
}

.sal-form select {
	padding: 6px 12px;
}
/************************************* CONTACT FORM ***************************************/

.contact-form {
	margin-top: 30px;
}


/*************************************** GLOBAL POPUP ******************/
.pop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.pop-container {
	padding: 15px;
	position: absolute;
	min-width: 50%;
	max-width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: #fff;
}

.pop-content {
	overflow-y: auto;
	width: 100%;
	height: 90%;
	padding: 20px 0;
}

.pop-content form {
	max-height: 95%;
	/*overflow-y: auto;*/
}

/************************************ PAGE CONTACT *********************/
.page-contact .contact-header{
	position: relative;
}

.page-contact .contact-header__inner{
	position: absolute;
	padding: 15px 0;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page-contact .contact-header__inner h1, 
.page-contact .contact-header__inner p{
	color: #FFF;
} 
.page-contact .contact-header__inner h1{
	text-shadow: -1px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
	text-align: center;
}
.page-contact .contact-header__inner p {
	font-size: 16px;
	line-height: 1;
}

.page-contact .contact-faq h2,
.page-contact .contact-adresses h2{
	font-family: 'morl_sansbold', sans-serif;
	text-align: left;
	width: 100%;
}

.page-contact .contact-faq__subtitle{
	color: #FFF;
	background-color: #f5bb00;
	padding: 5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
}

.page-contact .contact-faq ul li{
	padding: 15px;
	border: 1px solid var(--border-grey);
	border-top: 0;
	position: relative;
	
}

.page-contact .contact-faq ul:first-of-type li:first-of-type{
	border-top: 1px solid  var(--border-grey);
	
}

.page-contact .contact-faq ul li a{
	font-family: 'morl_sansregular', sans-serif;
	font-size: 18px;
	display: inline-block;
	width: calc(100% - 15px - 24px);
}

.page-contact .contact-faq ul li a .icon{
	position: absolute;
	right: 15px;
	top: 15px;
}

.page-contact .contact-faq ul li .contact-faq__answer{
	font-family: 'PT Serif', serif;
	margin-top: 20px;
}

.page-contact .contact-adresses .contact-adresses__inner{
	padding: 0;
	margin-top: 50px;
	background: var(--beige);
}

.page-contact .contact-adresses .tab-content .adress-item {
	justify-content: flex-start;
	align-items: flex-start;
}

.page-contact .contact-adresses .tab-content .adress-item > div {
	justify-content: flex-start;
	margin-bottom: 10px;
}

.page-contact .contact-adresses .tab-content .adress-item > div:first-of-type {
	margin-bottom: 20px;
}

.page-contact .contact-adresses .tab-content .adress-item .place {
	position: relative;
	align-items: center;
	height: 50px;
}

.page-contact .contact-adresses .tab-content .adress-item .place h3 {
	padding: 0;
}

.page-contact .contact-adresses .tab-content .adress-item .place h3:before {
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
}

.page-contact
	.contact-adresses
	.tab-content
	.adress-item:nth-child(1)
	.place
	h3:before {
	width: 63px;
	height: 40px;
	background-image: url("../img/contact-suisse.png");
}

.page-contact
	.contact-adresses
	.tab-content
	.adress-item:nth-child(2)
	.place
	h3:before {
	width: 51px;
	height: 50px;
	background-image: url("../img/contact-france.png");
}

.page-contact
	.contact-adresses
	.tab-content
	.adress-item:nth-child(3)
	.place
	h3:before {
	width: 64px;
	height: 43px;
	background-image: url("../img/contact-belgique.png");
}

.page-contact .contact-adresses .tab-content .adress-item address {
	font-size: 18px;
	font-family: "morl_sanslight", sans-serif;
	padding: 0;
}

.page-contact .contact-adresses .tab-content .adress-item address strong {
	font-family: "morl_sansregular", sans-serif;
}

.page-contact .contact-adresses .tab-content .adress-item .address,
.page-contact .contact-adresses .tab-content .adress-item .tel {
	align-items: flex-start;
}

.page-contact .contact-adresses .tab-content .adress-item .address img,
.page-contact .contact-adresses .tab-content .adress-item .tel img {
	width: auto;
	margin: 0 auto;
}

.page-contact .contact-adresses .tab-content .adress-item .address img {
	height: 35px;
}

.page-contact .contact-adresses .tab-content .adress-item .tel img {
	height: 30px;
}

.text #contact-form {
	background: #fff;
	box-shadow: 0 5px 10px var(--border-grey);
	border-radius: 20px;
	padding: 40px 0;
}

.brexit-alert__inner {
	background-color: #ffe100;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.brexit-alert .icon{
	margin: 0 auto 15px;
	flex-shrink: 0;
}


.brexit-alert p{
	margin: 0;
	color: #000;
	font-size: 16px;
	font-family: 'morl_sansregular', sans-serif;
	text-align: center;
}

/***********************************PAGE SOMMMAIRE ************************/
.page-sommaire .sommaire-header {
	margin-bottom: 30px;
}

.sommaire-header h2 {
	margin-bottom: 30px;
}

.page-sommaire .sommaire-header .row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-sommaire #sommaire-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.page-sommaire #sommaire-grid:before,
.page-sommaire #sommaire-grid:after {
	display: none;
}

.sommaire-item {
	/*width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);*/
	margin-bottom: 30px;
	position: relative;
	justify-content: flex-start;
}

.sommaire-item .img-container {
	height: 200px;
	width: 100%;
	margin-bottom: 10px;
}

.sommaire-item .img-container:hover {
	cursor: pointer;
}

.sommaire-item .img-container img {
	height: 100%;
	width: auto;
	min-width: auto;
}

.sommaire-item .sommaire-infos {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.sommaire-item .sommaire-infos p {
	margin: 0;
	font-size: 12px;
}

.sommaire-item .sommaire-infos .sommaire-num {
	font-size: 24px;
}

.sommaire-item .button {
	width: 95%;
}

.sommaire-item .sommaire-buttons {
	width: 100%;
}

.sommaire-item .sommaire-buttons .button {
	margin-bottom: 10px;
}

.sommaire-item .sommaire-buttons .button img {
	margin-right: 10px;
}

.sommaire-item .sommaire-overlay {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.2s ease-in-out;
}

.sommaire-item .sommaire-overlay .button {
	width: auto;
}

/************************************* RESULTATS DE RECHERCHE *********************/
.page-recherche #search-results-filters ul {
	justify-content: flex-start;
	flex-wrap: wrap;
	/*margin-bottom: 20px;*/
	padding: 15px;
}

.page-recherche #search-results-filters ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.page-recherche #search-results-filters ul li a {
	padding: 10px 30px;
}

.page-recherche #search-results-filters ul li a.active {
	color: #000;
	background-color: var(--yellow);
}

.page-recherche #search-results-filters ul li a.active:hover {
	color: #fff !important;
	background-color: #000;
}

.page-recherche section#revues {
	margin-top: 150px;
}

.page-recherche section.results .results-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.page-recherche section.results .results-header h2 {
	width: auto;
	text-align: left;
	margin: 0;
}

.page-recherche section.results .results-header a.link-yellow {
	font-size: 14px;
}

.page-recherche .slider .slide {
	margin-right: 10px;
}

.page-recherche .results-slider .slider-nav {
	background-color: var(--yellow);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background-size: 40%;
	top: 30%;
}

.page-recherche .results-slider .slider-nav.slider-prev {
	left: -2%;
}

.page-recherche .results-slider .slider-nav.slider-next {
	right: -2%;
}

.page-recherche #results-articles .ressource-item .ressource-image {
	height: 150px;
}

.page-recherche #results-articles .ressource-item .ressource-title {
	margin: 5px 0;
}

.page-recherche .ressource-item.dossier .img-container .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-recherche #results-images .results-slider .slide {
	position: relative;
}

.page-recherche #results-images .results-slider .slide .img-container {
	height: 200px;
}

.page-recherche #results-images .results-slider .slide .img-container img {
	min-width: auto;
}

.page-recherche
	#results-images
	.results-slider
	.slide
	.img-container:hover
	img {
	opacity: 0.8;
	transition: opacity 0.2s ease-in-out;
}

.page-recherche #results-forum .forum-item {
	margin-bottom: 0;
	padding: 0;
}

.page-recherche #results-forum .forum-item .forum-question > a {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: inline-block;
	top: 0;
	left: 0;
}

.page-recherche .list .ressource-item .ressource-image {
	height: 60px;
}

.page-recherche .list .ressource-item h4 {
	font-size: 18px;
}

.page-recherche .list .ressource-item .ressource-image img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	height: auto;
}

/***************************** PAGE ENGAGEMENTS ******************/

.page-engagements section.engagement {
	position: relative;
	margin: 0;
}

.page-engagements section.engagement h2 {
	margin-right: 0;
	margin-left: 0;
}

.page-engagements #engagement-1 .left {
	padding: 20px;
}

.page-engagements section.engagement:not(#engagement-1) .left {
	padding: 30px;
	left: 0;
	text-align: left;
}

.page-engagements section.engagement:not(#engagement-1) .right {
	padding: 30px;
	right: 0;
	text-align: right;
}

.page-engagements #engagement-2 .right {
	height: 300px;
}

.page-engagements #engagement-1,
.page-engagements #engagement-2 .right,
.page-engagements #engagement-4,
.page-engagements #engagement-5 .right {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-engagements #engagement-1 {
	background-position: 60% center;
	background-image: url("../img/engagement-1-back.jpg");
}

.page-engagements #engagement-2 .right {
	background-image: url("../img/engagement-2-back.jpg");
}

.page-engagements #engagement-4 {
	background-image: url("../img/engagement-4-back.jpg");
}

.page-engagements #engagement-5 .right {
	background-image: url("../img/engagement-back-5.png");
}

.page-engagements #engagement-1 h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.page-engagements #engagement-1 h3 {
	text-align: center;
	color: #fff;
	line-height: 30px;
}

.page-engagements #engagement-3 {
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-engagements .engagement-item {
	padding: 0;
	position: relative;
	text-align: center;
}

.page-engagements .engagement-item .img-container {
	height: calc(100vw / 2);
	width: 100%;
}

.page-engagements .engagement-item .img-container img {
	height: 100%;
	min-height: none;
	min-width: none;
}

.page-engagements .engagement-item .engagement-links {
	position: relative;
	top: -35px;
	margin-bottom: 0;
	display: inline-block;
}

.page-engagements .engagement-item .engagement-links:hover .picto-engagement {
	border: 2px solid #fff;
}

.page-engagements .engagement-item .engagement-links h4 {
	margin-bottom: 10px;
	/*height: 60px;*/
}

.page-engagements .engagement-item .engagement-links.active > img {
	transition: all 0.1s ease-in-out;
}

.page-engagements .engagement-item .engagement-links.active > img {
	transform: rotate(98deg);
	transition: all 0.1s ease-in-out;
}

.page-engagements .engagement-item .picto-engagement {
	width: 70px;
	height: 70px;
	background: var(--yellow);
	border-radius: 100%;
	margin: 0 auto 20px;
	border: 2px solid var(yellow);
	transition: all 0.1sec ease-in-out;
}

.page-engagements .engagement-item .engagement-content {
	position: relative;
	width: calc(200%);
	padding: 15px;
	z-index: 3;
	text-align: left;
}

.page-engagements #engagement-6 .engagement-item .engagement-content {
	background-color: var(--yellow);
}

.page-engagements .engagement-item .engagement-content p a {
	font-weight: 600;
}

.page-engagements .engagement-item .engagement-content p a:hover {
	text-decoration: underline;
}

.page-engagements #engagement-4 h2 {
	color: #fff;
}

.page-engagements #engagement-4 h3 {
	text-align: center;
}

.page-engagements #engagement-5 .left {
	background: var(--yellow);
}

/* sections 6 et 7 */
.page-engagements #engagement-6 .row,
.page-engagements #engagement-7 .row {
	margin: 0;
	height: auto;
}

.page-engagements #engagement-6 .left,
.page-engagements #engagement-7 .right {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
}

.page-engagements #engagement-6 h2,
.page-engagements #engagement-7 h2 {
	color: #fff;
	margin-top: 20%;
}

.page-engagements #engagement-6 h2 {
	text-align: left;
}

.page-engagements #engagement-7 h2 {
	text-align: right;
}

.page-engagements #engagement-6 figure,
.page-engagements #engagement-7 figure {
	position: relative;
	z-index: 1;
	height: 300px;
	width: 100%;
	overflow: hidden;
}

.page-engagements #engagement-6 figure img,
.page-engagements #engagement-7 figure img {
	z-index: 1;
	position: absolute;
	height: 100%;
	width: auto;
	min-height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.page-engagements #engagement-6 figcaption {
	position: absolute;
	z-index: 2;
	right: -30px;
	bottom: 40px;
	color: #fff;
	font-size: 10px;
	transform: rotate(-90deg);
}

.page-engagements #engagement-6 .engagement-row,
.page-engagements #engagement-7 .engagement-row {
	position: relative;
	z-index: 2;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-engagements #engagement-6 .engagement-row {
	background: var(--yellow);
}

.page-engagements #engagement-6 .engagement-item {
	width: 50%;
}

.page-engagements #engagement-6 .engagement-item .engagement-links,
.page-engagements #engagement-7 .engagement-item .engagement-links {
	margin-bottom: 30px;
}

.page-engagements #engagement-6 .engagement-item .engagement-links h4,
.page-engagements #engagement-7 .engagement-item .engagement-links h4 {
	margin-bottom: 10px;
	height: 45px;
}

.page-engagements #engagement-6 .engagement-item .picto-engagement {
	background: #fff;
	border: 2px solid #fff;
}

.page-engagements
	#engagement-6
	.engagement-item
	.engagement-links:hover
	.picto-engagement {
	border: 2px solid #000;
}

.page-engagements
	#engagement-6
	.engagement-item:nth-child(odd)
	.engagement-content,
.page-engagements
	#engagement-7
	.engagement-item:nth-child(odd)
	.engagement-content {
	left: 0;
}

.page-engagements
	#engagement-6
	.engagement-item:nth-child(even)
	.engagement-content,
.page-engagements
	#engagement-7
	.engagement-item:nth-child(even)
	.engagement-content {
	left: -100%;
}

.page-engagements
	#engagement-6
	.engagement-item:nth-child(5)
	.engagement-content {
	left: -50%;
}

/************************************* FAQ ****************************************/
.page-faq h1 + p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.page-faq #faq {
	background-color: var(--beige);
}

.page-faq #faq .faq-tabs .nav li a {
	min-height: auto;
}

.page-faq #faq .faq-content {
	justify-content: flex-start;
	align-items: flex-start;
}

.page-faq #faq .faq-content li {
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid var(--border-grey);
}

.page-faq #faq .faq-content li a.question {
	font-size: 18px;
	display: block;
	width: 100%;
	position: relative;
	transition: none;
	padding: 10px 30px 10px 10px;
}

.page-faq #faq .faq-content li a.question:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../img/arrow-down-black.png");
	transform: rotate(180deg) translateY(-50%);
	transition: all 0.2s ease-in-out;
}

.page-faq #faq .faq-content li .response {
	padding: 10px;
}

.page-faq #faq .faq-content li a.question,
.page-faq #faq .faq-content li .response {
	background: var(--yellow);
}

.page-faq #faq .faq-content li a.question.collapsed {
	background: transparent;
}

.page-faq #faq .faq-content li a.question.collapsed:after {
	transform: rotate(0deg) translateY(-50%);
	transition: all 0.2s ease-in-out;
}

/*********************************** page-404 **************************/

.page-404 .bloc-404 {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.page-404 .bloc-404 .bg-404 {
	position: absolute;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	max-width: none;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.page-404 .bloc-404 .half {
	padding: 30px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.page-404 .bloc-404 .half:first-of-type {
	justify-content: flex-start;
	margin-bottom: 4rem;
}
.page-404 .bloc-404 .half:last-of-type {
	justify-content: flex-end;
}

.page-404 .bloc-404 .logo-404 {
	width: 30%;
}

.page-404 .bloc-404 h1 {
	font-size: 5rem;
	font-family: "morlextrabold", sans-serif;
}

.page-404 .bloc-404 h1 span {
	margin-left: 1rem;
	display: inline-block;
	border-radius: 3rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--yellow);
}

.page-404 .bloc-404 .half:last-child p:not(:first-child) {
	font-family: "morl_sanslight", sans-serif;
	margin: 1rem 0;
}
.page-404 .bloc-404 .half:last-child p:first-child {
	transform: rotate(-20deg);
	margin-bottom: 5rem;
	font-size: 7rem;
	font-family: "morlextrabold", sans-serif;
}

.page-404 .bloc-404 .yellow {
	color: var(--yellow);
}

.page-404 .bloc-404 .button-style-1 {
	text-transform: none;
}

.page-404 .list .ressource-item .ressource-image {
	height: 60px;
}

.page-404 .list .ressource-item .ressource-description {
	text-align: left;
}

.page-404 .list .ressource-item h4 {
	font-size: 18px;
}

.page-404 .list .ressource-item .ressource-image img {
	min-width: auto;
	min-height: auto;
	max-width: 100%;
}

/*********************************** global pages connexion inscription etc **************************/
.page-inscription h1,
.page-newsletter h1,
.page-connexion h1 {
	text-align: center;
	font-size: 30px;
}

.page-inscription h2,
.page-newsletter h2,
.page-connexion h2 {
	width: 100%;
}

/*********************************** page-connexion **************************/
.page-connexion .connexion-header .intro ul {
	font-family: "morl_sanslight", sans-serif;
}

.page-connexion .connexion-header .intro ul strong {
	font-family: "morl_sansregular", sans-serif;
}

.page-connexion .connexion-form form {
	width: 100%;
	margin-bottom: 0;
}

.page-connexion .connexion-form .left {
	background-color: var(--beige);
}

/*********************************** page-inscription **************************/

.page-inscription form {
	width: 100%;
}

.page-inscription .colored {
	padding: 15px;
	background: var(--beige);
}

.page-inscription .help a {
	font-family: "morl_sanslight", sans-serif;
	font-size: 16px;
}

.page-inscription .help {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.page-inscription .connect .button {
	margin-bottom: 20px;
}

.page-inscription a.btn-info {
	border-color: #000;
}

.page-inscription a.btn-info:hover,
.page-inscription a.btn-info:active {
	background-color: #fff;
}

/*********************************** page-newsletter **************************/

/*
.page-newsletter h3 {
	margin-bottom: 10px;
}

.page-newsletter #newsletter-confirm-header {
	background: var(--beige);
	padding: 15px;
	margin-bottom: 30px;
}

.page-newsletter #newsletter-confirm-header ul li {
	margin-bottom: 20px;
}
*/
/*.page-compte #preferences-newsletter #newsletter-themes,
.page-newsletter #newsletter-themes {
	padding: 15px;
}

.page-compte #preferences-newsletter .newsletter-item,
.page-newsletter .newsletter-item {
	margin-bottom: 20px;
	padding: 15px;
}

.page-compte #preferences-newsletter .newsletter-item-img,
.page-newsletter .newsletter-item-img {
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
}*/

/*
.page-newsletter form#desinscription {
	background: var(--beige);
	padding: 15px;
}

.page-newsletter form#desinscription .button {
	margin: 20px auto 0;
} */

.page-compte #preferences-newsletter .newsletter-input-button {
	margin-left: 15px;
}

/************************* HEADER PUBLICATION **************************/
.publication-header {
	position: relative;
}

.publication-header .item-background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.publication-header .item-background .shadow {
	position: absolute;
	z-index: 2;
	height: 150px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(90, 90, 90, 0.51) 100%
	);
}

.publication-header .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.publication-header .content .left,
.publication-header .content .right {
	padding: 20px;
	justify-content: center;
	align-items: center;
}

.publication-header .mag img {
	height: 150px;
}

.publication-header h2 {
	width: 100%;
	margin-bottom: 20px;
}

.publication-header .mag-infos span {
	font-size: 20px;
}

.publication-header .preview.button {
	margin-bottom: 15px;
}

/****************************** PAGE ARBRE **************************/

/** tree counter */

.tree-counter h2 {
	margin-bottom: 20px;
	text-align: center;
}

.tree-counter-numbers {
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.tree-counter-number {
	width: 150px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: relative;
	background: #4c4c4c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#4c4c4c 0%,
		#000000 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 15rem;
}

.tree-counter .content-form {
	overflow: hidden;
	margin: 40px auto;
	padding: 20px 40px;
	background-color: #f5f5f5;
}

/************************************* COVID-ALERT ********************************/
.covid-alert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.covid-alert p {
	background-color: var(--yellow);
	color: #000;
	font-family: "morl_sansbold", sans-serif;
	padding: 10px 30px;
	border-radius: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.covid-alert .button {
	padding: 10px 30px;
	border: 1px solid var(--yellow);
}

/********************************* PAGE POLITIQUE DE CONFIDENTIALITE *****************************************/
.page-politique #main-content h2 {
	margin: 30px 0;
	text-align: left;
}
.page-politique #main-content p,
.page-politique #main-content ul {
	margin-bottom: 20px;
}

.page-politique #main-content ul li {
	font-weight: normal;
	font-family: "morl_sanslight", sans-serif;
	margin-bottom: 10px;
	padding-left: 15px;
}

/********************************* PAGE PROFIL *****************************************/
.page-profil .promo-abonne {
	height: 400px;
}

.page-profil .account-buttons a.button {
	margin: 0 20px 20px;
}

.page-profil .nb-article ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-grey);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-profil .nb-article small {
	display: block;
	text-align: center;
	font-family: "morl_sanslight", sans-serif;
}

/******************************* TEST IMAGE HEADER **********************************/
.header-img{
	margin-bottom: 20px;
}


.header-img > figure a{
	width: 100%;
	height: 100%;
}
.header-img > figure picture{
	height: 100%;
	width: 100%;
}
figure .low-header-img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.header-img > figure {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.header-img > figure {
	position: relative;
}
.header-img > figure .low-header-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-img picture img,
.header-img > figure a {
	position: absolute;
	left: 0;
	top: 0;
}

.header-img figcaption span,
.activite-presentation  span.credits {
	display: block;
	font-family: "morl_sanslight", sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	color: #000;
	background-color: #fff;
}

.header-img > figure picture {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.header-img > figure picture img {
	min-width: 100%;
	max-width: none;
	height: auto;
	min-height: 100%;
	/*width: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/******************************* PAGE LISTE DOSSIER **********************************/
.page-liste .page-content .chapeau .left p {
	font-size: 18px;
	font-family: "PT Serif", serif;
}

/***************************** GRID MASONRY ***************************************/
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
	width: calc(50% - 20px);
	margin-bottom: 10px;
}
.masonry-grid a.grid-item,
.masonry-grid a.grid-item:hover,
.masonry-grid a.grid-item:active{
	border: none;
}


/***************************** IMAGE ALERTE ***************************************/
#img-pop-alert {
	display: none;
	position: absolute;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.9);
	background: var(--yellow);
	color: #000;
	font-size: 13px;
	font-family: "morl_sanslight", sans-serif;
	padding: 5px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.54);
}

/*****************************  ALERTE CHRONO 24h***************************************/

.chrono-alert-container,
.chrono-alert {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.chrono-alert-container {
	margin: 20px auto;
}
.chrono-alert {
	border: 1px solid var(--yellow);
	justify-content: flex-start;
}
.chrono-alert .chrono-alert-img {
	padding: 5px;
	background-color: var(--yellow);
}
.chrono-alert img {
	width: 35px;
}
.chrono-alert .chrono-alert-text {
	padding: 0 5px;
}
.chrono-alert p {
	font-family: "morl_sansbold", sans-serif;
	margin-bottom: 0;
}

.chrono-alert p span {
	font-size: 120%;
	display: inline-block;
	padding: 2px;
	background-color: var(--yellow);
}

/*****************************  BANDEAU COOKIES ***************************************/
.cookie-warning {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	padding: 2%;
	background: #727179;
	width: 100%;
	z-index: 9999;
}

.cookie-warning h1{
	color: #FFF;
}
.cookie-warning p,
.cookie-warning a {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.cookie-warning a {
	font-size: inherit;
}

.cookie-warning .right{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.cookie-warning button {
	padding: 10px 20px;
	
}
.cookie-warning button:first-of-type{
	margin-bottom: 20px;
}

.cookie-warning .cookie-refuse:hover{
	background-color: white;
}

/************************************ PAGE CHANT DES OISEAUX ************************/
.page-chant .page-content {
	scroll-behavior: smooth;
}
.page-chant article {
	margin-bottom: 0;
}
.page-chant .subintro p {
	font-size: 18px;
	font-family: 'PT Serif',serif;
}

.page-chant .introcredits p {
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "morl_sanslight_italic", sans-serif;
}

.page-chant .intro,
.page-chant .subintro {
	margin-bottom: 20px;
}

.page-chant .chant-anchors {
	flex-wrap: wrap;
}

.page-chant .chant-anchor {
	padding: 30px;
	border: 2px solid var(--yellow);
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-top: 30px;
}
.page-chant h2 {
	font-family: "morl_sansbold", sans-serif;
}
.page-chant .chant-anchor h2,
.page-chant .chant-section-header h2,
.page-chant .chant-anchor p,
.page-chant .chant-section-header p {
	text-align: center;
	margin-bottom: 0;
}

.page-chant .chant-anchor p,
.page-chant .chant-section-header p {
	font-family: "morlmedium", serif;
}

.page-chant .chant-anchor:hover,
.page-chant .chant-anchor:active {
	background-color: rgba(255, 225, 0, 0.3);
	border: 2px solid var(--yellow);
}
.page-chant .chant-pastille {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background-color: var(--yellow);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page-chant .chant-anchor .chant-pastille {
	width: 44px;
	height: 44px;
	border-radius: 44px;
	top: -22px;
	font-size: 37px;
}

.page-chant .chant-section .container {
	position: relative;
}

.page-chant .chant-section .chant-pastille {
	z-index: 3;
	width: 92px;
	height: 92px;
	border-radius: 92px;
	top: -46px;
	font-size: 74px;
}

.page-chant .chant-section .chant-section-header {
	padding: 70px 15px 50px;
}

.page-chant .chant-section-header h2 {
	width: 100%;
	font-size: 40px;
}
.page-chant .chant-section-header p {
	font-size: 20px;
	line-height: 1;
}

.page-chant .chant-list-section h3 {
	font-family: "morl_sanslight", sans-serif;
}
.page-chant .chant-list-section-header {
	justify-content: space-between;
	padding-bottom: 20px;
	cursor: pointer;
}
.page-chant .chant-list-section-header.collapsed {
	border-bottom: 2px solid var(--yellow);
}
.page-chant .chant-list-section-header.collapsed .btn-collapse {
	transform: rotate(180deg);
	transition: rotate 0.3s ease;
}

.page-chant .chant-list-section-header .btn-collapse {
	width: 30px;
	height: 20px;
	background-image: url("../img/collapse.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	transition: rotate 0.3s ease;
}

.page-chant .chant-sound {
	width: 100%;

	margin-bottom: 20px;
}

.page-chant .chant-sound-main {
	position: relative;
	height: 80px;
	overflow: hidden;
	border: 2px solid var(--yellow);
}

.page-chant .chant-sound-main.playing,
.page-chant .chant-sound-more-item.playing {
	background-color: rgba(255, 225, 0, 0.3);
}
.page-chant .chant-sound .chant-sound-thumb,
.page-chant .chant-sound .sal-audio-player,
.page-chant .chant-sound-answers-title {
	position: relative;
	height: 100%;
	width: 80px;
	flex-shrink: 0;
}
.page-chant .chant-sound .chant-sound-thumb {
	overflow: hidden;
}
.page-chant .chant-sound .chant-sound-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	width: auto;
	max-width: none;
}

.page-chant .chant-sound .chant-sound-desc {
	height: 100%;
	overflow: hidden;
	padding: 0 15px;
	flex-grow: 1;
	align-items: flex-start;
}

.page-chant .chant-sound .chant-sound-desc p {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1;
	margin: 0;
	font-family: "morl_sansregular", sans-serif;
}

.page-chant .chant-sound .chant-sound-desc span {
	font-family: "morl_sanslight", sans-serif;
}

.page-chant .chant-sound .sal-audio-player {
	background-color: var(--yellow);
}
.page-chant .chant-sound .sal-audio-player .btn-chant {
	height: 100%;
	width: 100%;
	background-image: url("../img/audioplayer.png");
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s ease-out;
}

.page-chant .chant-sound .sal-audio-player:hover {
	opacity: 0.7;
	transition: opacity 0.2s ease-out;
}

.page-chant .chant-sound-more {
	margin-top: 0.5rem;
	justify-content: space-between;
}

.page-chant .chant-sound-more span{
	margin-right: 5px;
}

.page-chant .chant-sound-more  .chant-sound-more-sounds{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 68%;
}

.page-chant .chant-sound-more .chant-sound-more-item {
	width: 100%;
	border: 1px solid var(--yellow);
	height: 55px;
	margin-bottom: 0.5rem;
}

.page-chant .chant-sound-more .chant-sound-more-item p {
	font-size: 1.2rem;
}

.page-chant .chant-sound-more .sal-audio-player {
	width: 50px;
	height: 55px;
}

.page-chant .chant-sound-answers {
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 5px;
	min-height: 35px;
}

.page-chant .chant-sound-answers-button {
	padding: 0;
	height: 35px;
	align-items: center;
	justify-content: flex-start;
}

.page-chant .chant-sound-answers-title {
	height: 100%;
	line-height: 0.5;
	padding: 15px;
	font-family: "morl_sansbold", sans-serif;
	font-size: 13px;
	background-color: var(--yellow);
}

.page-chant .btn-answers-arrow {
	margin-left: 5px;
	width: 30px;
	height: 100%;
	flex-grow: 0;

	background-image: url("../img/collapse-right.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.page-chant .chant-sound-answers-content:not(.hidden) {
	display: flex;
	flex-direction: row;
	justify-content: start;
	flex-wrap: wrap;
}

.page-chant .chant-sound-answers-content li {
	font-family: "morl_sanslight", sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	display: block;
    width: 100%;
}

.page-chant .header-img>figure picture img{
	top: 0%;
	transform: translate(-50%, 0);
}
/*************** PAGE LISTE ACTIVITES *******************/
.activites-list .ressource-item.activite-item  .ressource-image .img-container img{
	max-width: 100%;
}

/************** GLOBAL CREDITS ************************/

.credits{
	position: absolute;
	display: block;
	bottom: 0;
	right: 5px;
	z-index: 2;
    font-family: "morl_sanslight",sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
    color: #fff;
    background-color: transparent;
	text-shadow: 0 0 2px #000;
}

/************** PAGE MON COMPTE ************************/
.page-compte .compte-header{
	background: var(--beige);
}

.page-compte .compte-header__inner{
	padding: 15px;
	position: relative;
}

.page-compte .compte-header__inner h1{
	margin-bottom: 15px;
	text-align: center;
}

.page-compte .compte-header__inner h2{
	margin-bottom: 15px;
	font-family: 'morl_sanslight', sans-serif;
	font-weight: normal;
}

.page-compte .compte-logout{
	margin-top: 15px;
}
.page-compte .compte-logout .icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 489.55 499.04'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%23ffe200;%7D%3C/style%3E%3CclipPath id='a' transform='translate(0 0)'%3E%3Crect class='a' width='489.55' height='499.04'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Elogout%3C/title%3E%3Cg class='b'%3E%3Cpath class='c' d='M.62,237A244.77,244.77,0,0,0,405.21,439.11a244.75,244.75,0,0,0-1.5-371,28.09,28.09,0,1,0-36.5,42.71,188.16,188.16,0,0,1,66.13,143.44c0,104-84.59,188.57-188.57,188.57S56.2,358.24,56.2,254.25a188.46,188.46,0,0,1,65-142.4A28.09,28.09,0,0,0,84.3,69.46,243.13,243.13,0,0,0,.62,237' transform='translate(0 0)'/%3E%3Cpath class='c' d='M244.77,0a28.13,28.13,0,0,0-28.1,28.1V270.51a28.1,28.1,0,0,0,56.19,0V28.1A28.12,28.12,0,0,0,244.77,0' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	
}

.page-compte .compte-logout a{
	font-family: 'PT Serif', serif;
}


.page-compte .compte-forms__menu,
.page-compte .compte-forms__inner .tab-content.main-tab{
	border-radius: 5px;
-o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=135, Strength=10);
}

.page-compte .compte-forms__menu{
	border: 0;
	padding: 30px 25px;
}
.page-compte .compte-forms__menu > li {
	padding: 0;
	margin-bottom: 15px;
	width: 100%;
}
.page-compte .compte-forms__menu > li a{
	border: none;
	border-radius: 0;
	margin: 0%;
	line-height: 1;
	color: #000;
	background-color: transparent;
	padding: 0;
	font-family: 'morl_sanslight', sans-serif;
	
}

.compte-forms__menu>li.active>a, 
.compte-forms__menu>li.active>a:focus, 
.compte-forms__menu>li.active>a:hover,
.compte-forms__menu>li>a:hover,
.compte-forms__menu>li>a:active{
	cursor: pointer;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	font-family: 'morl_sansregular', sans-serif;
}

.compte-forms__menu .compte-forms__submenu{
	padding: 20px 0 0 20px;
	border: 0;
}
.compte-forms__menu .compte-forms__submenu>li>a{
	font-size: 16px;
	color: var(--grey-footer);
	font-family: 'morl_sanslight', sans-serif;
	line-height: 1.4;
} 
.compte-forms__menu .compte-forms__submenu>li.active>a, 
.compte-forms__menu .compte-forms__submenu>li.active>a:focus, 
.compte-forms__menu .compte-forms__submenu>li.active>a:hover,
.compte-forms__menu .compte-forms__submenu>li>a:hover,
.compte-forms__menu .compte-forms__submenu>li>a:active{
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #000;
	font-family: 'morl_sansregular', sans-serif;
}

.page-compte .compte-forms__inner h2{
	width: 100%;
	font-family: 'morl_sansbold', sans-serif;
	text-align: left;
}

.page-compte .compte-forms__inner h3{
	margin-bottom: 25px;
}

.page-compte .compte-forms__menu .icon.warning-rose{
	margin-left: 10px;

}
.page-compte .compte-forms__inner .tab-content.main-tab{
	overflow: hidden;
}
.page-compte .compte-forms__inner .tab-pane{
	padding: 30px 15px;
} 
.page-compte main form .form-section{
	position: relative;
	padding-bottom: 30px;
	
}
.page-compte main form .form-section:not(:last-of-type){
	margin-bottom: 30px;
}
.page-compte main form .form-section.border:after{
	content:'';
	display: inline-block;
	width: 200%;
	height: 1px;
	border-top: 1px solid var(--border-grey);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.page-compte main form button[type="submit"]{
	margin: 20px auto;
}

.page-compte #account-form-informations .link-newsletter{
	margin-left: 25px;
	font-size: 14px;
	font-family: 'morl_sanslight', sans-serif;
}
.page-compte .link-compte{
	font-family: 'PT Serif', serif;
}


.page-compte .undisplayed-abo-link{

	margin-top: -30px;
    display: inline-block;
	margin-bottom: 0;
}


.page-compte  .undisplayed-abo{
	margin: 30px 0;
	padding: 25px;
	background: var(--beige);
}

.page-compte  .undisplayed-abo > p{
	font-size: 20px;
	margin-bottom: 30px;
	font-family: 'morl_sansbold', sans-serif;
}

.page-compte #account-form-display-abo label + .link-compte{
	margin-left: 10px;
}


.page-compte #account-form-display-abo button[type="submit"]{
	width: auto;
	margin: auto;
}

.page-compte .abo-section .abo-subtitle{
	cursor: pointer;
	background: var(--yellow);
	padding: 5px 15px;
	margin-bottom: 20px;
	text-align: center;

}

.page-compte  .abo-section  .abo-subtitle h3,
.page-compte  .abo-section  .abo-subtitle span{
	display: inline-block;
	vertical-align: middle;
}
.page-compte  .abo-section  .abo-subtitle h3{
	margin-bottom: 0;
	
}
.page-compte  .abo-section  .abo-subtitle span{
	font-size: 18px;
	font-family: 'morl_sanslight', sans-serif;
}



.page-compte  .abo-section  .abo-subtitle i:after{
	content:'';
	float: none;
	clear: both;
}

.page-compte .abo-section h4{
	padding: 5px 20px ;
	background: var(--beige);
	margin-bottom: 15px;
	text-align: center;
}

.page-compte  .abo-section  .abo-subsection{
	margin-bottom: 40px;
}

.page-compte .contact-popup{

}


/************ BLOC ABONNEMENT (PAGE MON COMPTE) **********/
.abonnement-bloc{
	border: 1px solid var(--border-grey);
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;

}



.abonnement-bloc .left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.abonnement-bloc .left img{
	margin: 0 auto 15px;
}

.abonnement-bloc .abonnement-infos{
	line-height: 1.2;
	font-family: 'morl_sanslight', sans-serif;
	color: var(--grey-footer);
}

.abonnement-bloc .abonnement-infos strong{
	font-weight: normal;
	color: #000;
	font-family: 'morl_sansregular', sans-serif;
}

.abonnement-bloc .abonnement-infos,
.abonnement-bloc .right p{
	line-height: 1.2;
}

.abonnement-bloc .abo-label{
	padding: 2px 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-right: 5px;
	display: inline-block;
	font-size: 14px;
}

.abonnement-bloc .abo-label.age-label{
	color: #FFF;
	background : var(--light-blue);
}

.abonnement-bloc .abo-label.periodicity-label{
	color: #000;
	background : var(--yellow);
}
.abonnement-bloc .edit-btn{
	margin-bottom: 15px;
}
.abonnement-bloc .edit-btn .icon{
	margin-right: 10px;
}

.abonnement-bloc .abonnement-expiration{
	padding: 15px;
	width: calc(100% - 30px);
	margin: auto;
	background: var(--red);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
-o-box-shadow: 3px 3px 20px 10px rgba(0,0,0,0.2);
box-shadow: 3px 3px 20px 10px rgba(0,0,0,0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=135, Strength=20);
}


.abonnement-bloc.is-expired .abonnement-overlay{
	background-color: #232f3f;
		padding: 10px;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.abonnement-bloc.is-expired .abonnement-expiration{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.abonnement-bloc.will-expire .abonnement-expiration{
	margin-top: 15px;
}

.abonnement-bloc .abonnement-expiration p {
	margin-bottom: 0;
	font-family: 'morl_sansregular', sans-serif;
	font-size: 18px;
	color: #FFF;
}

.abonnement-bloc .abonnement-expiration .warning-white{
	width: 23px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 10px;
}

.abonnement-bloc .abonnement-expiration .button{
	margin-top: 15px;
	flex-shrink: 0;
}


/*********************** GLOBAL_POPUP ******************/
.sal-popup{
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sal-popup__overlay{
	height: 100%;
	width: 100%;
	background-color: #232f3f;
	opacity: 0.7;

}
.sal-popup__inner{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius: 5px;
	box-shadow: 3px 3px 20px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 20px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}

.sal-popup__header{
	background: var(--yellow);
	color: #FFF;
	text-align: center;
	padding: 10px 15px;
	position: relative;
	
}

.sal-popup__header .button-close{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.sal-popup__content{
	padding: 15px;
}

/* confirmation page *********************/



/*****************************  BANDEAU COOKIESTARTE AU CITRON ***************************************/
body.salamandre #tarteaucitronRoot div#tarteaucitronAlertBig {
	top: auto;
	bottom: 0;
	padding: 20px;
	background-color: #727179!important;
	width: 100%;
	border-radius: 0;
	transform: translateX(-50%);
	box-shadow: none;
}

body.salamandre #tarteaucitronRoot div#tarteaucitronAlertBig:before{

	font-family: "morl_sansbold",sans-serif!important;
}

body.salamandre #tarteaucitronRoot span#tarteaucitronDisclaimerAlert{
	color: #FFF;
	font-size: 16px;
	background-color: #727179!important;

	font-family: "morl_sanslight",sans-serif!important;

}

/*body.salamandre #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{
	background-color: #727179!important;
	border-color: #727179!important;
}*/

body.salamandre #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, 
body.salamandre #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, 
body.salamandre .tac_activate .tarteaucitronAllow,
body.salamandre #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body.salamandre #tarteaucitronAlertBig #tarteaucitronPersonalize, 
body.salamandre #tarteaucitronAlertBig #tarteaucitronPersonalize2, 
body.salamandre .tarteaucitronCTAButton, 
body.salamandre #tarteaucitron #tarteaucitronPrivacyUrl, 
body.salamandre #tarteaucitron #tarteaucitronPrivacyUrlDialog, 
body.salamandre #tarteaucitronRoot .tarteaucitronDeny, 
body.salamandre #tarteaucitronRoot .tarteaucitronAllow {
	padding: 10px 20px;
	font-family: "comspot_basicregular",sans-serif!important;
	font-size: 16px!important;
	text-transform: uppercase;
    font-weight: 600;
	box-shadow: 3px 3px 7px 0 rgb(0 0 0 / 20%);
	border-radius: 40px;
	
}

body.salamandre #tarteaucitronRoot .tarteaucitronAllow{
	background: var(--yellow)!important;
}
body.salamandre #tarteaucitronRoot .tarteaucitronDeny{
	
	border: 1px solid #000;
	background: transparent;
}
body.salamandre #tarteaucitronRoot .tarteaucitronAllow,
body.salamandre #tarteaucitronRoot .tarteaucitronDeny,
body.salamandre #tarteaucitronRoot  #tarteaucitronCloseAlert{
	color: #000 !important;
}
body.salamandre #tarteaucitronRoot  .tarteaucitronCheck::before,
body.salamandre #tarteaucitronRoot .tarteaucitronCross::before{
	margin-right: 10px;
}
body.salamandre #tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before,
body.salamandre #tarteaucitronRoot  .tarteaucitronAllow .tarteaucitronCheck::before{
	color: #000!important;
}

body.salamandre #tarteaucitronAlertBig a, 
body.salamandre #tarteaucitronAlertSmall a{
	border-bottom: 2px solid var(--yellow);
	font-size: inherit;
	font-family: inherit!important;
}

body.salamandre #tarteaucitronAlertBig a:hover, 
body.salamandre #tarteaucitronAlertSmall a:hover{
	border-bottom: 2px solid #000;
}


/*********************** POPUPS 2024 ****************************/


.pop.noscroll .pop-container{
	width: 70vw;
	max-width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	.pop.noscroll .pop-container{
		min-height: 300px;
		max-height: none;
		min-width: 600px;
		max-width: none;
		width: max-content;
		
	}
}

.pop-promo .pop-container{
	height: auto;
	padding: 0;
	overflow: hidden;
	box-shadow: none;
	border-radius: 20px;
}

.pop-promo  button.close{
	position: absolute;
	width: 25px;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	opacity: 0.6;
}

.pop-promo  button.close:active,
.pop-promo  button.close:hover{
	opacity: 1;
}



.pop-promo  .pop-img{
	position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
	
.pop-promo  .pop-img{
    height: 100%;
	max-width: none;
	width: auto;
    transform: translateX(-50%);
    left: 50%;
}

}



.pop-promo .pop-content{
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
}



.pop-promo .pop-content .left{
	justify-content: center;
	align-items: center;
	padding: 20px ;
}

#pop-collect .pop-content .left{
	justify-content: start;
	overflow-y: auto;
}


@media screen and (min-width: 768px) {

	.pop-promo .pop-content{
		flex-direction: row;
		align-items: stretch;
	}

	.pop-promo .pop-content .left{
		width: auto;
		max-width: 300px;
	}
	.pop-promo .pop-content .left,
	.pop-promo .pop-content .right{
		/*height: 100%;*/
	}
}
.pop-promo .pop-content .right{
	overflow: hidden;
	text-align: center;
}
.pop-promo .pop-content .right img{
	height: auto;
	position: relative;
}

@media screen and (min-width: 768px) {
	.pop-promo .pop-content .right img{
		height: 100%;
		max-width: none;
		width: auto;
		position: relative;
		transform: translateX(-50%);
		left: 50%;
	}

}


#pop-collect .pop-content form{
	justify-content: center;
	margin-bottom: 0;
}
#pop-collect .pop-content form .form-group{
	width: 100%;
}
#pop-collect .pop-content form input{
	margin-bottom: 0rem;
	width: 100%;
}

#pop-collect .message{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#pop-collect .message.error{
	color: var(--red);
}



/******* PAGE NEWSLETTER 2024 *************/




.page-content .page-newsletter-header h1{
	margin-bottom: 0;
}

.page-content h2{
	font-family: "morl_sansregular";
	font-weight: 400;
}

.page-newsletter-form-header{
	background-color: #d9dada;
}
#account-newsletter .page-newsletter-form-header{
	background-color: transparent;
}

.page-newsletter-form-header {
	padding-bottom: 200px;
}
.page-newsletter-form-header .newsletter-edit-label{
	
	margin: 0;
}
.page-newsletter-form-header .form-control{
	border-color: #000;
	box-shadow: none;
	cursor: pointer;
}

.page-newsletter-theme{
	position: relative;
	--labelSize : 76px;
	--checkboxSize : 23px;
	margin-top: calc(-125px - (var(--labelSize) / 2));
	margin-bottom: calc(125px +(var(--labelSize) / 2));
	padding-bottom: 50px;
}
.page-newsletter-theme .newsletter-item{
	margin-top:  calc(var(--labelSize) / 2);
	margin-bottom: 20px;
}
.page-newsletter-theme .newsletter-item-content{
	position: relative;
}

.page-newsletter-theme .newsletter-item-label{
	width: var(--labelSize);
	height: var(--labelSize);
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	top: calc(-1 * var(--labelSize) / 2);
	left:  50%;
	transform: translate(-50%);
}

.page-newsletter-theme .newsletter-item-label p{
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	display: inline-block;
	margin: 0;
	font-family: 'morl_sansblack', sans-serif;
}

.page-newsletter-theme .newsletter-item-label p span{
	color: var(--yellow);
	
}
.page-newsletter-theme .newsletter-item-img{
	height: auto;
	width: 100%;
	aspect-ratio: 1;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #FFF;
}

.page-newsletter-theme .newsletter-item-text{
	text-align: left;
}
.page-newsletter-theme .newsletter-item-text h4{
	font-size: 25px;
	font-weight: 900;
}

.page-newsletter-theme .newsletter-item-text p{
	font-family: 'morl_sansregular', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.page-newsletter-theme .newsletter-item-link{
	font-family: 'morlmedium', serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 14px;
}


.page-newsletter-theme .newsletter-item-input label{
	border-bottom: 2px solid var(--yellow);
}
.page-newsletter-theme .newsletter-item-input .checkbox label{
	margin-left: 30px;
	padding-left: 0;
	cursor: pointer;
	font-size: 20px;
	font-family: 'morlextrabold';
}

.page-newsletter-theme .newsletter-item-input .checkbox:hover label{
	border-color: #000;
}

.page-newsletter-theme .newsletter-item-input .checkbox label:before{
	width: var(--checkboxSize);
	height: var(--checkboxSize);
	margin-top: 2px;
}
.page-newsletter-theme .newsletter-item-input .checkbox label:before,
.page-newsletter-theme .newsletter-item-input .checkbox label:after{
	left: -30px;
	
	
}
.page-newsletter-theme .newsletter-item-input .checkbox.checked label:after{
	content: url('../img/check_yellow.png');
	background-color: transparent;
	width: 14px;
	height: 14px;
	margin-left: calc((var(--checkboxSize) - 14px) / 2);
	top: 38%;
	transform: translateY(-50%);
}


.page-newsletter-theme:before{
	content:'';
	background-image:url(../img/newsletter-bottom.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 180px;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.page-newsletter-theme .newsletter-validation{
	margin-top: 3rem;
}
.page-newsletter-theme .newsletter-validation button{
	padding: 15px 40px;
	
}

.newsletter-policy{
	background-color: #ffe20061;
}

.newsletter-policy p{
	font-size: 13px;
	font-family: 'morl_sansitalic', sans-serif;
}
.newsletter-policy p a{
	border-bottom: 2px solid #000;
}

.newsletter-policy p a:hover,
.newsletter-policy p a:active{
	border-color: var(--yellow);
}


/****************** PAGE QUIZ NEWSLETTER 10/2024 ************************/
.page-quiz-newsletter .page-inner{
	background-image : url(../img/quiz_newsletter_bg.jpeg);
	background-position: center top;
	background-size : cover;
	background-repeat: no-repeat;
	padding-bottom: 30vh;
}

.page-quiz-newsletter .answer img{
	aspect-ratio: 352/339;
	
}

.page-quiz-newsletter .answer{
	display: flex;
	flex-direction: column;
	margin: 40px 0;
	gap: 40px;
}

.page-quiz-newsletter .answer-text,
.page-quiz-newsletter .answer-description p,
.page-quiz-newsletter .revues h2{
	/*font-family: 'Barlow';*/
	color: #FFF;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

.page-quiz-newsletter .text-highlight{
	text-transform: uppercase;
	color: var(--yellow);
}
.page-quiz-newsletter .answer-text {
	line-height: normal;
	font-size: 40px;
	
	
}
.page-quiz-newsletter .answer-text span{
	position: relative;
	font-size: 70px;
	
}

.page-quiz-newsletter .answer-text span:before{
	display: none;
}
/*
.page-quiz-newsletter .answer .line{
	height: 0.3vh; 
	flex: 0.8;
	background-color: var(--yellow);
}*/

.page-quiz-newsletter .answer-description{
	margin: 30px 0;
	
}

.page-quiz-newsletter .answer-description p{
	font-family: "PT Serif", serif;
	font-size: 25px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.page-quiz-newsletter .revues{
	margin-top: -25vh;
	
}
.page-quiz-newsletter .revues h2{
	font-family: 'morl_sansbold', sans-serif;
	font-size: 30px;
}
.page-quiz-newsletter .revues h2 span{
	font-size: 45px;
}


.page-quiz-newsletter .revues-list{
	margin-bottom: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.page-quiz-newsletter .revues .mag-item{
	gap: 30px;
}
.page-quiz-newsletter .revues .mag-item .mag-image{
	width: 100%;
	margin: 0;
}


/**************************** STICKY ***********************/
#sal-sticky{
	padding: 1em;
	background: var(--yellow);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}

#sal-sticky .sal-sticky-container{
	gap: 1em;
}


#sal-sticky .sal-sticky-container p{
	font-weight: 600;
}

#sal-sticky button.close{
		opacity: 0.7;
	
}
#sal-sticky button.close:hover,
#sal-sticky button.close:active{
	
	opacity: 1;
}

#sal-sticky .button-style-1{
	border: 1px solid var(--yellow);
}
#sal-sticky .button-style-1:hover,
#sal-sticky .button-style-1:active{
	border: 1px solid #000;
}

/**************************** VIDEO VERTICAL ***********************/
.video-container.video-vertical{
	aspect-ratio: 1080/1920;
}

.video-container.video-vertical iframe{
	height: 100%;
}