@font-face {
  font-family: "OpenMojiColor";
  src: url("/theme/base-2021/font/OpenMoji-Color.ttf") format("truetype");
  font-style: Color;
  unicode-range: U+23,U+2A,U+30-39,U+A9,U+AE,U+200D,U+203C,U+2049,U+20E3,U+2117,U+2120,U+2122,U+2139,U+2194-2199,U+21A9,U+21AA,U+229C,U+231A,U+231B,U+2328,U+23CF,U+23E9-23F3,U+23F8-23FE,U+24C2,U+25A1,U+25AA-25AD,U+25B6,U+25C0,U+25D0,U+25D1,U+25E7-25EA,U+25ED,U+25EE,U+25FB-25FE,U+2600-2605,U+260E,U+2611,U+2614,U+2615,U+2618,U+261D,U+2620,U+2622,U+2623,U+2626,U+262A,U+262E,U+262F,U+2638-263A,U+2640,U+2642,U+2648-2653,U+265F,U+2660,U+2663,U+2665,U+2666,U+2668,U+267B,U+267E,U+267F,U+2691-2697,U+2699,U+269B,U+269C,U+26A0,U+26A1,U+26A7,U+26AA,U+26AB,U+26B0,U+26B1,U+26BD,U+26BE,U+26C4,U+26C5,U+26C8,U+26CE,U+26CF,U+26D1,U+26D3,U+26D4,U+26E9,U+26EA,U+26F0-26F5,U+26F7-26FA,U+26FD,U+2702,U+2705,U+2708-270D,U+270F,U+2712,U+2714,U+2716,U+271D,U+2721,U+2728,U+2733,U+2734,U+2744,U+2747,U+274C,U+274E,U+2753-2755,U+2757,U+2763,U+2764,U+2795-2797,U+27A1,U+27B0,U+27BF,U+2934,U+2935,U+2B05-2B07,U+2B0C,U+2B0D,U+2B1B,U+2B1C,U+2B1F-2B24,U+2B2E,U+2B2F,U+2B50,U+2B55,U+2B58,U+2B8F,U+2BBA-2BBC,U+2BC3,U+2BC4,U+2BEA,U+2BEB,U+3030,U+303D,U+3297,U+3299,U+E000-E009,U+E010,U+E011,U+E040-E04B,U+E050-E057,U+E080-E0B4,U+E0C0-E0C6,U+E0FF-E10D,U+E140-E144,U+E146-E149,U+E150-E157,U+E181-E188,U+E1C0-E1C4,U+E1C6-E1D7,U+E200-E20D,U+E240-E269,U+E280-E282,U+E2C0-E2C4,U+E2C6-E2DA,U+E300-E303,U+E305-E30F,U+E312-E316,U+E318-E322,U+E324-E329,U+E32B,U+E340-E348,U+E380,U+E381,U+F000,U+F8FF,U+FE0F,U+1F004,U+1F0CF,U+1F10D-1F10F,U+1F12F,U+1F16D-1F171,U+1F17E,U+1F17F,U+1F18E,U+1F191-1F19A,U+1F1E6-1F1FF,U+1F201,U+1F202,U+1F21A,U+1F22F,U+1F232-1F23A,U+1F250,U+1F251,U+1F300-1F321,U+1F324-1F393,U+1F396,U+1F397,U+1F399-1F39B,U+1F39E-1F3F0,U+1F3F3-1F3F5,U+1F3F7-1F4FD,U+1F4FF-1F53D,U+1F549-1F54E,U+1F550-1F567,U+1F56F,U+1F570,U+1F573-1F57A,U+1F587,U+1F58A-1F58D,U+1F590,U+1F595,U+1F596,U+1F5A4,U+1F5A5,U+1F5A8,U+1F5B1,U+1F5B2,U+1F5BC,U+1F5C2-1F5C4,U+1F5D1-1F5D3,U+1F5DC-1F5DE,U+1F5E1,U+1F5E3,U+1F5E8,U+1F5EF,U+1F5F3,U+1F5FA-1F64F,U+1F680-1F6C5,U+1F6CB-1F6D2,U+1F6D5-1F6D7,U+1F6E0-1F6E5,U+1F6E9,U+1F6EB,U+1F6EC,U+1F6F0,U+1F6F3-1F6FC,U+1F7E0-1F7EB,U+1F90C-1F93A,U+1F93C-1F945,U+1F947-1F978,U+1F97A-1F9CB,U+1F9CD-1F9FF,U+1FA70-1FA74,U+1FA78-1FA7A,U+1FA80-1FA86,U+1FA90-1FAA8,U+1FAB0-1FAB6,U+1FAC0-1FAC2,U+1FAD0-1FAD6,U+1FBC5-1FBC9,U+1FEF4,U+E0061-E0065,U+E0067,U+E006C,U+E006E,U+E0073-E0075,U+E0077-E0079,U+E007F;
}
:root {
  --color-bg: #FBF0EF;
  --color-text: #25262D;
  --color-accent-primary: #F7AF9D;
  --color-accent-secondary: #67A286;
  --color-white: white;
}
.border-gray-200 {
    border-color: transparent;
}
/**, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #D3D0CB;
    border:1px solid blue;
}*/
html,body{
	overflow-x:hidden;
}
body{
	font-family: "Moderustic", sans-serif;
	background-color:var(--color-bg);
	background:var(--color-bg);
	color:var(--color-text);
}
ol, ul {
    list-style: disc;
    margin-left:15px;
    margin-top:10px;
}
main{
	margin-top:50px;
}
main h1{
	font-size: 3rem;
	font-weight: 700;
	padding-top:60px;
	padding-bottom:20px;
  line-height: 1.2;
}
main h2{
	font-size: 2rem;
	font-weight: 700;
	padding-top:60px;
	padding-bottom:20px;
}
main h3{
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom:0;
	margin-top:2em;
}
main .content-body{
	margin-top:2em;
}
.article p{
	margin-top:10px;
}
/*.article .content p:first-of-type:first-letter,.article .content p:first-of-type::first-letter{
    font-size:20px;
    color:var(--color-accent-secondary);
    font-weight:bold;
}*/
.content table{
	margin:20px 0px;
	width:100%;
}
.content table, .content th, .content td {
  border: 1px solid var(--color-text);
  background-color: var(--color-white);
}
.content th, .content td {
  padding:10px;
}
.content thead th{
	background-color: var(--color-accent-secondary);
	color:var(--color-bg);
	text-transform: uppercase;	
}
.content thead th{
	text-align:left;
}
table p {
    margin-top: 0px;
}
.gradient{
	background-color:#fff;
	background:var(--color-bg) !important;
}
.article .content{
	padding:50px 0px;
}
.article *, .article >p{
	font-size: 13px;
	color:var(--color-text);
}
/*.article p:nth-last-of-type(1), .article p:nth-last-of-type(2){
	font-size:20px;
    font-weight:bold;
    margin:0;
}*/
.article p:nth-last-of-type(2){
    padding-top:25px;
}
.article p:nth-last-of-type(2):after{
	content:' 🌙';
}
.prev a, .next a{
	color:var(--color-accent-secondary);
	font-size:13px;
}
.prev, .next{
	width:50%;
	z-index:999;
	position: relative;
}
.prev img, .next img{
	width:15px;
}
.prev img{
	float:left;
	margin-right:5px;
}
.next img{
	float:right;
	margin-left:5px;
}
.prev > span, .next > span{
	vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
}
.next > span{
	justify-content: flex-end;
}
.flex.flex-center{
	background-color:#D3D0CB;
	padding-top:60px;
	padding-bottom:20px;
	margin-top:-110px;
	margin-left:-1rem;
	width:calc(100% + 2rem);
	border-radius:0px 0px 50px 50px;
	justify-content: space-around;
	text-align: center;
}
.flex.flex-center >*{
	text-align: center;
}
p{
	font-size: 16px;
}
.icone{
	float:left;
	margin-right:15px;
	width:30px;
}
.article blockquote>p{
	font-size: 13px;
	border:none;
	background-color:#d3d0cb;
	border-radius:50px;
	padding:20px;
	padding-left:65px;
}
.article blockquote{
	position: relative;
}
.article blockquote:before{
	content:'';
	width:60px;
	height:60px;
	background-image:url('../img/icone/033-left-quote.svg');
	position: absolute;
	top:-8px;
	left:-5px;
	display: block;
}
.header-custom{
	background-color:#fff;
}
.header-custom .container{
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
}
.header-custom svg{
	width:200px;
}
.header-custom li{
	display: inline-block;
	margin-top:0px;
}
.header-custom li a{
	padding:0px 5px;
	font-size:11px;
	text-transform: uppercase;
	font-weight:600;
	line-height: 1;
	display:block;
	color:#43596b;
	transition:color 600ms ease-in-out;
	cursor:pointer;
}
.header-custom li:hover{
	background-color:var(--color-accent-secondary);
	mix-blend-mode: difference;
	transition: 350ms ease-in;
}
.header-custom li:hover a{
	color:#000;
	transition:color 600ms ease-in-out;
	cursor:pointer;
}
.header-custom li a:before{
	content:'';
	width:100%;
	height:40px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align:center;
	margin-bottom:10px;
}
.header-custom li:nth-child(1) a:before{
	background-image:url('../img/mobile/001-small-bookmark.svg');
}
.header-custom li:nth-child(2) a:before{
	background-image:url('../img/mobile/004-edit.svg');
}
.header-custom li:nth-child(3) a:before{
	background-image:url('../img/mobile/007-bullseye.svg');
}
.header-custom li:nth-child(4) a:before{
	background-image:url('../img/mobile/005-target-pen.svg');
}
.header-custom li:nth-child(5) a:before{
	background-image:url('../img/mobile/003-bookmark.svg');
}
.header-custom li:nth-child(6) a:before{
	background-image:url('../img/mobile/002-pencil.svg');
}
.header-custom li:nth-child(7) a:before{
	background-image:url('../img/mobile/003-camera-video.png');
}
article{
	z-index:2;
	position: relative;
}
.box-listing h2{
	margin-top:0;
	padding-top:0;
}
.box-listing-ressource h3{
	min-height:60px;
}
.box-listing-ressource > div{
	padding-bottom:40px;
	position: relative;
}
.box-listing-ressource a{
	position: absolute;
	bottom:1.5rem;
}
  .filters{ display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:1rem;}
  .chip{
    padding:.4rem .8rem;
    border-radius:999px;
    background:#fff; font-size:.9rem;
    border:none;
  }
   .chip:focus{
	border:none;
	outline:none;
   }
  .chip.is-active, .chip:hover{
	background:var(--color-accent-secondary);
	color:#fff;
}
  /* Lightbox image */
  .lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:grid;
    place-items:center;
    z-index:60;
  }
  .lightbox[hidden]{ display:none; }
  .lb-close{
    position:absolute;
    top:16px;
    right:16px;
    font-size:28px;
    color:#fff;
    background:transparent;
    border:0; cursor:pointer;
  }
  #lb-img{
    max-width:90vw;
    max-height:85vh;
    border-radius:8px;
  }

  /* Modale audio */
  .audio-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:grid;
    place-items:center;
    z-index:60;
  }
  .audio-modal[hidden]{ 
    display:none;
  }
  .audio-box{
    background:#fff;
    color:#111827;
    padding:18px;
    border-radius:10px;
    min-width:280px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    position:relative;
  }
  .am-close{
    position:absolute;
    top:6px; right:10px;
    font-size:22px;
    background:transparent;
    border:0;
    cursor:pointer;
  }
/* mobile copy */
.box-listing > div{
	background-color: #fff;
}
.header-custom .container{
	display: block;
}
.header-custom svg{
	margin:0 auto;
	width:150px;
	display: block;
}
.header-custom li:nth-child(4) a{
	margin:0px;
}
.header-custom nav{
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width: 100vw;
	padding:0px 20px;
	background-color: var(--color-accent-primary);
	z-index:3;
	margin-bottom:30px;
}
.header-custom nav ul{
	padding-top:0;
	margin-top:0;
}
.header-custom nav li{
	width:20%;
	padding:10px 20px;
}
.header-custom nav li a span{
	color:var(--color-text);
	margin-top:10px;
	text-align:center;
	display: block;
}
.header-custom ul{
	display:flex;
	margin-top:30px;
	align-items: flex-start;
	justify-content: space-between;
}
.header-custom li:nth-child(1) a:before{
	background-image:url('../img/daily.png');
}
.header-custom li:nth-child(2) a:before{
	background-image:url('../img/mobile/diary_2.png');
}
.header-custom li:nth-child(3) a:before{
	background-image:url('../img/mobile/diary.png');
}
.header-custom li:nth-child(4) a:before{
	background-image:url('../img/mobile/bullseye.png');
}
.header-custom li:nth-child(5) a:before{
	background-image:url('../img/calendar.png');
}
.header-custom li:nth-child(7) a:before{
	background-image:url('../img/mobile/handshake.png');
}
.header-custom li:nth-child(6) a:before{
	background-image:url('../img/mobile/google-docs.png');
}
.header-custom li:nth-child(8) a:before{
	background-image:url('../img/graph.png');
}
.header-custom li a:before{
	margin-bottom:0;
}
.link-logo span{
	display: none;
}
.link-logo{
	width:170px;
}
.bodyexcerpt{
	font-size: 13px;
}
.lien-plus{
	background-color:var(--color-accent-secondary);
	padding:5px 20px;
	padding-top:8px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 1.2;
	font-size:12px;
	transition:all 300ms ease;
	border-radius:50px;
}
.lien-plus:hover{
	background-color:var(--color-accent-primary);
	transition:all 300ms ease;
}
.date{
	margin-bottom:20px;
	margin-top:-20px;
	border-bottom:1px solid #E7E5DF;
	line-height: 2;
	width:100%;
	display:block;
	padding-bottom:10px;
	color:var(--color-text);
	font-size: 0.7rem;
}
.text-upper{
	text-transform: uppercase;
}
.link-menu{
	font-size:80%;
	line-height: 1;
    padding-top: 13px;
    margin:0 5px;
}
.link-menu::last-word{
	color:#ff6397;
}
.titre-blog{
	color:var(--color-accent-primary);
	text-transform: uppercase;
	margin-top:0;
  line-height: 1.2;
}
.titre-blog img{
	width:1.5em;
	position:absolute;
	bottom:1.3em;
	right:1.5em;
	height:1.5em;
	width:1.5em;
	opacity: 0.5;
}
.last{
	font-weight:900;
	color:#ff6397;
}
.titre-blog-single{
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:25px;
	color:#43596b;
  line-height: 1.2;
}
.single-diary{
	padding-bottom:2em;
  
}
.apprentissage{
	margin-top:1em;
}
.titre-listing{
	text-transform:uppercase;
	font-weight:700;
	color:#43596b;
  line-height: 1.2;
}
.datePost{
	position: relative;
	top:-120px;
	left:20px;
	right:20px;
	font-size:14px;
	font-weight: normal;
	color:#fff;
}
.anx-lebel p, .crise p, .datePost p, .sentiment p, .meteo p{
	font-size:45px;
	text-align: center;
    /*font-family: 'OpenMojiColor';*/
}
.anx-lebel img, .crise img, .datePost img, .sentiment img, .meteo img{
	width:35px;
}
.flex-center{
	align-content: center;
	margin-left:-20px;
}
.crise, .datePost, .meteo, .sentiment, .anx-lebel{
	padding-left:20px;
	padding-right:20px;
}
.titre-blog-single{
	position: relative;
	top:-110px;
	left:40px;
	width:calc(100% - 40px);
	z-index:3;
	text-transform: initial;
	color:var(--color-accent-secondary);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	line-height: 1.2;
}
.image{
	height: 350px;
    width: calc(100% + 2rem);
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    margin-left: -1rem;
    position: relative;
}
.image a{
	display: block;
	width:100%;
	height:100%;
}
.image img{
	object-fit:cover;
	object-position:center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    height:100%;
}
.box{
	width:50%;
	padding:20px 50px;
	margin:40px 0px;
	margin-top:50px;
}
.box:nth-child(1){
	border-right:1px solid #eeeeee;
	margin-left:-50px;
}
.box:nth-child(2){
	border-left:1px solid #eeeeee;
}
.box h3{
	margin-left:0;
	text-transform: uppercase;
	padding:5px 0px;
	padding-top:10px;
	display: inline-block;
	border-bottom:3px solid #43596b;
	line-height: 1.5;
	font-size:20px;
	font-weight:bold;
}
.box li{
	list-style-type:initial;
	margin-left:0px;
	border-bottom:1px solid #eeeeee;
	padding:15px 0;
	list-style: none;
	line-height: 1.1;
}
.box ul{
	margin-top:20px;
}
.image-body{
	img{
		height: 80vh;
		width:100%;
		object-fit: cover;
	}
}
.pagination{
	display: flex;
	width:100%;
	justify-content: center;
	align-content: center;
	margin:0;
	margin-top:40px;
}
.pagination li{
	display: inline-block;
	padding:0px 5px;
}
.pagination li:nth-child(1) a:before, .pagination li:last-child a:before{
	color:var(--color-accent-secondary);
}
.pagination li a{
	color: var(--color-text);
    text-decoration: none;
    padding: 5px 10px;
    padding-top: 10px;
    line-height: 01;
    display: inline-block;
    vertical-align: top;
    font-size:12px;
}
.pagination li a:hover{
	background-color:#fafafa;
}
.pagination li:nth-child(1) a, .pagination li:last-child a{
	font-size: 0;
}
.pagination li:nth-child(1) a:before{
	content:'←';
	display: inline-block;
	font-size: 20px;
}
.pagination li:last-child a:before{
	content:'→';
	display: inline-block;
	font-size: 20px;
}
video, .article img{
	max-height:100vh;
  	margin:0 auto;
}
.feel svg,
.feel img{
	width:30px;
}
@media (max-width:768px){
	body{
		margin-bottom:40px;
	}
	.header-custom{
		height:0;
	}
	.header-custom .container{
		display: block;
	}
	.header-custom svg{
		margin:0 auto;
		display: block;
	}
	.header-custom li:nth-child(4) a{
		margin:0px;
	}
	.header-custom nav ul{
		margin-top:0;
		width:100vw;
		margin: 0 auto;
		padding-top: 50px;
	}
	.header-custom nav li{
		width:100%;
	}
	.header-custom ul{
		display:flex;
		align-items: flex-start;
    	justify-content: space-between;
  }
  .header-custom ul li a{
padding:0;
  }
	.header-custom li a:before{
		margin-bottom:0;
	}
	main{
		padding:0px 30px;
		margin-top:0;
		margin-bottom:50px;
	}
	main h2{
		line-height: 1;
	}
	.datePost{
		left:-20px;
		top:-115px;
	}
	.titre-blog-single{
		left:0px;
		top:-95px;
	}
	.lien-plus{
		text-align: center;
    	display: block;
    	padding:10px;
    	padding-top: 13px;
	}
	.no-flex-mobile{
		display: block;
	}
	.box{
		margin:0;
		width:100%;
		padding:30px 0px;
	}
	.box:nth-child(1){
		border:none;
		margin-left:0px;
	}
	.box:nth-child(2){
		border:none;
	}
	.article h1 {
    	font-size:22px;
    	width:100%;
	}
	.box-listing{
		width:100%;
	}
  .single-diary h1{
font-size: 1.8em !important;
  }
}
@media (min-width:1025px){
  .article *, .article >p{
  	font-size:16px;
  }
}
.sf-minitoolbar{
	display: none !important;
}
.burger {
  display: none;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 4;
}
.burger:hover, .burger:focus, .burger:focus-within{
	outline: none;
	border:none;
}

/* Mobile */
@media (max-width: 768px) {
  .header-custom{
    position: relative;
    width: 100vw;
  }
  .header-custom ul{
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
	visibility: hidden;
    opacity:0;
	transition: all 300ms ease;
	z-index:1;
  }

  .header-custom ul.active {
    visibility: visible;
    opacity:1;
	transition: all 300ms ease;
  }

  .burger {
    display: block;
    color: #000;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

/* Important stuff */

nav.backend {
  position: fixed;
  bottom:0.5em;
  right:0.5em;
}
.dropdown-toggle {
    background: var(--color-accent-primary);
    border-radius: 10em;
    color: var(--color-text);
    font-size: 3em;
    line-height: normal;
    aspect-ratio: 1;
    height: 0.8em;
    width: 0.8em;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
	img{
		width:0.5em;
		height:0.5em;
	}
}
ul.dropdown {
  display:none;
  margin-top: 0.5em;
  background: var(--color-accent-primary);
  min-width: 12em;
  padding: 0;
  border-radius: 0 0 .2em .2em;
  margin-left:0;
    li {
      list-style-type: none;
      a {
        text-decoration: none;
        padding: .5em 1em;
        display: block;
		color: var(--color-text);
		transition: all 350ms ease-in-out;
		&:hover{
			background-color: #fff;
			transition: all 350ms ease-in-out;
		}
      }
   }
}