



blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

img {
    max-width: 100%;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: 700;
}

dfn,
em,
i {
    font-style: italic;
}

 #search-field{
      display: none;
    }

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

mark {
    background-color: #cbd3e6;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    border: none;
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input:focus {
    outline: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-moz-selection {
    text-shadow: none;
    background: #cbeafb;
}

::selection {
    text-shadow: none;
    background: #cbeafb;
}

hr {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    margin: 2.5em 0 3.5em;
    padding: 0;
    border: 0;
    border-top: 1px solid #e3e9ed;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

blockquote,
dl,
ol,
p,
ul {
  width: 100%;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
    text-align: right;
    font-weight: 500;
    color: #15171a;
}

dd {
    margin: 0 0 5px;
    text-align: left;
}

blockquote {
    margin: 1.5em 0;
    padding: 0 1.6em;
    border-left: .5em solid #e5eff5;
}

blockquote p {
    margin: .8em 0;
    font-size: 1.2em;
    font-weight: 300;
}

blockquote small {
    display: inline-block;
    margin: .8em 0 .8em 1.5em;
    font-size: .9em;
    opacity: .8;
}

blockquote small:before {
    content: "\2014 \00A0";
}

blockquote cite {
    font-weight: 700;
}

blockquote cite a {
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #26a8ed;
}

a:hover {
    text-decoration: underline;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-position: 50%;
    background-size: cover;
}

.hidden {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px;
}

.site-wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -ms-flex-direction: column;
}

.site-main {
    z-index: 100;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.outer {
    position: relative;
    padding: 0 4vw;
}

.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    padding : 40px 0 0;
}

.site-nav .inner{
  padding: 0;
}

@media (min-width:900px) {
    .author-template .post-feed,
    .home-template .post-feed,
    .tag-template .post-feed {
        margin-top: -70px;
        padding-top: 0;
    }

    .home-template .site-nav {
        position: relative;
        top: -70px;
    }
}

.site-header {
    position: relative;
    padding-top: 12px;
    /* padding-bottom: 12px; */
    color: #fff;
	background-color: #fff;
    /* background: #090a0b no-repeat 50%; */
    /* background-size: cover; */
}

.publication .site-header{
  padding-top: 0;
}

/* .site-header:before {
    bottom: 0;
    background: rgba(0,0,0,.18);
}

.site-header:after,
.site-header:before {
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.site-header:after {
    bottom: auto;
    height: 80px;
    background: linear-gradient(rgba(0,0,0,.1), transparent);
}

.site-header.no-cover:after,
.site-header.no-cover:before {
    display: none;
} */

.site-header-content {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
	padding : 0 20px;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.site-title {
    z-index: 10;
    margin: 0;
    padding: 0;
    font-size: 3.8rem;
    font-weight: 700;
}

.site-logo {
    max-height: 45px;
}

.site-description {
    z-index: 10;
    margin: 0;
    padding: 5px 0;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: .5px;
    opacity: .8;
}

@media (max-width:500px) {
    .site-title {
        font-size: 3rem;
    }

    .site-description {
        font-size: 1.8rem;
    }
}

.site-nav {
    display: grid;
    z-index: 300;
    position: relative;
    grid-template-columns: 50% 50%;
    align-items: flex-start;
    justify-content: space-between;
	background-color:#fff;
    padding-bottom: 0;
    font-size: 1.2rem;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
		border-top : 3px solid #000;
	border-bottom : 3px solid #000;
}

.site-nav,
.site-nav-left {
    display: -ms-flexbox;
    display: flex;
/*    overflow-y: hidden;*/
}

.site-nav-left {
    align-items: center;
/*     margin-right: 10px;
    padding-bottom: 80px; */
    overflow-x: auto;
    letter-spacing: .4px;
    white-space: nowrap;
    -ms-flex-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
}

.site-nav-logo {
    display: block;
    flex-shrink: 0;
    margin-right: 24px;
    padding: 11px 0;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -.5px;
    color: #fff;
    -ms-flex-negative: 0;
}

.site-nav-logo:hover {
    text-decoration: none;
}



.logo{
	    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
	
}

#logo-menu{
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

.publication .site-nav{
  display: block;
  height: auto;
}

.au-programme .post-card{
 flex: 1 1 220px;
}

.accueil h2{
      float: left;
      margin-left: 20px;
}

.voir-tout{
      float: right;
      margin-right: 20px;
}

.accueil .large{
  width : 100%;
  padding: 10px 0 30px;
      border-bottom: 3px solid #000;
}

.accueil section.inner{
padding: 0 20px;
}

.accueil section.inner h2{
margin:0;
}

@media (max-width: 700px) {
    .voir-tout, .accueil h2{
      float: none;
      margin: 0;
    }

    .voir-tout{
      margin-top: 10px;
    }

    .accueil .inner{
      text-align: center;
    }
}

.accueil .video-mea{
  width : 48%;
  height: auto;
  float : left;
}

.accueil .video-mea + .video-mea{
  float : right;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    width: auto;
}

.nav li {
    padding: 0;
    text-transform: uppercase;
	border-left : 3px solid #000;
}

.nav li,
.nav li a {
    display: block;
    margin: 0;
}

.nav li a {
    padding: 0 18px;
    letter-spacing: 1px;
    color: #000;
    position: relative;
    font-weight: bold;
}

.nav li a:hover {
  text-decoration: none;
	border-bottom-color: #04467f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav li a.actif {
	background-color: #04467f;
  border-bottom: none;
  color:#fff;
}
.nav li a.actif:hover {
  border-bottom: none;
  border-radius: 0;
}

/*
.nav li:last-child a {
	background-color: #04467f;
}

.nav li:last-child a:hover {
	color: #000;
}
*/

/* Style du bouton menu burger */

.burger-menu {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.burger-menu::before {
    display: none;  /* cela permet au contenu de se comporter comme un élément en ligne tout en gardant les propriétés de block */
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    content: "☰";
}


/* Afficher le bouton menu burger pour les petits écrans */
@media (max-width: 700px) {
    .burger-menu{
      display: flex;
	  cursor : pointer;
    }
    .burger-menu::before {
      display: inline-block;
    }

    .publication .burger-menu{
      padding: 10px 0;
    }

    .site-nav{
      display: block;
	  background-color:#000;
    }

    .site-nav-left{
      display:none;
    }

    #search-field{
      display: none;
    }
}

/* Style du menu lorsqu'il est affiché */
.show-menu .site-nav-left {
    display: block;
    list-style-type: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    overflow-y: visible;
}

.show-menu .site-nav-left ul {
  display: block;
}

.show-menu .site-nav-left ul li {
}

.show-menu .site-nav-left ul li a{
    color: #000;
	padding: 5px 0;
}

.show-menu .site-nav-left ul li a.actif{
    color: #fff;
}

.show-menu .burger-menu::before{
    content:"✖";
}



.subscribe-button {
    display: block;
    padding: 4px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1em;
    color: #000;
    opacity: .8;
}

.subscribe-button:hover {
    text-decoration: none;
    opacity: 1;
}

.rss-button {
    opacity: .8;
}

.rss-button:hover {
    opacity: 1;
}

.rss-button svg {
    height: 2.1rem;
    margin-bottom: 1px;
    fill: #fff;
}

/* Colonnes */

.colonnes{
  width: 100%;
  display: inline-block;
  margin : 20px 0 0;
}

.colonne-gauche{
  width: 30%;
  display: inline-block;
  float: left;
}

.colonne-gauche img, .colonne-gauche p{
  width: 100%;
  height: fit-content;
}

.colonne-gauche img{
  border : black 3px solid;
  margin: 0;
}

.colonne-droite{
  width: 68%;
  display: inline-block;
  float: right;
  background-color: #fff;
  padding: 20px;
  border: 3px #fff solid;
  text-align : justify;
}

.colonne-droite img, .colonne-droite p{
  width: 100%;
  height: fit-content;
}

.colonne-droite .page-number{
  color: #04467f;
  font-style: italic;
  float: right;
  text-align: right;
  width: auto;
  min-width: auto;
}

.accueil section.inner .colonne-droite h2, .accueil section.inner .colonne-droite h3, .accueil section.inner .colonne-droite .h1{
  width: 100%;
  margin-bottom: 10px;
}

.accueil section.inner .colonne-droite .h1{
  margin-bottom: 20px;
}

.accueil section.inner .colonne-droite h2{
  font-size: 1.2rem;
  margin-top: 0;
}

.accueil section.inner .colonne-droite h3{
  font-size: 1.2rem;
  margin: 5px 0;
  font-weight: normal;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 2px 9px;
}

.accueil section.inner .colonne-droite h3.conclusion, .accueil section.inner .colonne-droite h3.interlude{
  font-weight: bold;
  background-color: #fff;
  cursor: default;
}

.accueil section.inner .colonne-droite ul{
  margin-left: 20px;
    font-size: 1.2rem;
font-style: italic;
}

#bloc-2 {
    display: none;
    transition: opacity 0.3s;
}

h3 {
    position: relative;
    cursor: pointer;
}

#bloc-2 ul {
    display: none;
}

.colonne-droite .btn-second::after{
  position: absolute;
  right : -40px;
  content :" ❤🙏";
  transition: opacity 0.3s;
  opacity: 0;
}

.colonne-droite .btn-second:hover::after{
  opacity: 1;
}

/* Symbole à droite : état fermé (par défaut) */
.accueil section.inner .colonne-droite h3 .symbol::before {
    content: "+";
    font-weight: 900;
    font-size: larger;
    float: right;
}

/* Symbole à droite : état ouvert */
.accueil section.inner .colonne-droite h3.active .symbol::before {
  content: "−";
}


@media (max-width: 700px) {
    .colonne-gauche, .colonne-droite{
      width: 100%;
    }
}

/* boutons */

.btn, button{
  display: inline-block;
  padding: 2px 25px;
  cursor: pointer;
  font-weight: bold;
  transition: opacity 0.3s;
  opacity: 1;
     border : 3px solid #000;
}

.btn:hover, button:hover{
  text-decoration: none;
  opacity: 0.9;
}


.form-input-wrapper input, textarea {
	line-height: normal;
    margin: 10px 0;
    width: 262px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
}

textarea {
	width : 100%;
	height : 300px;
}

#notification-manuel .form-field, #notification-manuel .buttons {
	text-align:center;
}

.btn-premier{
  font-size: initial;
  color: #fff;
  background-color: #000;
}


button{
  font-size: initial;
  color: #fff;
  background-color: #04467f;
}



.btn-premier:hover, button:hover{
  background-color: #111;
}

.post-feed p:first-of-type{
  margin : 0 20px 40px;
}

.post-feed .post-card .btn-premier{
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}

.post-feed .event .btn-premier{
  position: relative;
  bottom: auto;
  width: 100%;
  left: auto;
}

.post-feed .event .post-card-excerpt{
  color: #04467f;
  font-weight: bold;
}

.post-feed .event.geopolitique{
background-image: url('../images/geopolitique.png');
background-position: center;
background-size: cover;
}

.post-feed .event.reflexion{
  background-image: url('../images/reflexion.png');
background-position: center;
background-size: cover;
}

.post-feed .event.conference{
  background-image: url('../images/conference.png');
background-position: center;
background-size: cover;
}

.post-feed .event.megaphone{
  background-image: url('../images/megaphone.jpg');
background-position: center;
background-size: cover;
}


.post-feed .event .post-card-content-link{
  background-color: #000;
  padding: 10px 25px;
}

.post-feed .event .post-card-content-link header h2{
  color:#fff;
}

.post-feed .event .btn-container {
    display: flex;
    gap: 10px; /* Espacement entre les boutons */
    align-items: center;
}

.post-feed .event .btn-container .btn{
  display: flex;          /* Fait de chaque lien un conteneur flex */
  align-items: center;    /* Centre le contenu du lien verticalement */
  justify-content: center;/* Centre le contenu du lien horizontalement, optionnel si vous voulez aussi le centrer horizontalement */
  height: 50px;           /* Ou la hauteur que vous souhaitez pour vos boutons */
  padding: 0 15px;        /* Espacement horizontal, ajustez comme nécessaire */
  width: auto;
}

.post-feed .event .btn-container span.btn{
  background-color: #000;

}

.btn-second{
 background-color: #fff;
 color: #000;
 position: relative;

}

.fleche::before {
    content: ">";
    font-size: 1.5em;
    margin-right: 0.5em;
}


/* post */

.post-feed {
    position: relative;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 0 0;
    -ms-flex-wrap: wrap;
    width: 100%;
}

.post-card,
.post-feed {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.post-card {
    flex: 1 1 300px;
    flex-direction: column;
    margin: 0 20px 40px;
    min-height: 300px;
    overflow: hidden;
    background: #fff 50%;
    background-size: cover;
    transition: all .5s ease;
    -ms-flex: 1 1 300px;
    -ms-flex-direction: column;
	  border: black 3px solid;
}

.post-card:hover {
    /* box-shadow: 0 0 1px rgba(39,44,49,.1) ,0 3px 16px rgba(39,44,49,.07); */
    transition: all .3s ease;
    opacity: 0.9;
}

.post-card-image-link {
    display: block;
    position: relative;
    /* border-radius: 5px 5px 0 0; */
    overflow: hidden;
}

.post-card-image {
    width: auto;
    height: 200px;
    background: #c5d2d9 no-repeat 50%;
    background-size: cover;
}

.post-card-content-link {
    display: block;
    position: relative;
    padding: 25px 25px 0;
    color: #15171a;
}

.post-card-content-link:hover {
    text-decoration: none;
}

.post-card-tags {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: .5px;
    color: #738a94;
}

.post-card-title, h2.post-card-title {
    margin: 0;
    font-size: 90%;
    width: 100%;
}

.post-card-content {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    -ms-flex-positive: 1;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
}

.post-card-excerpt {
  float: left;
  width: 100%;
}

.post-card-meta {
    padding: 0 25px;
}

.author-profile-image {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 100%;
    object-fit: cover;
}

.post-card-author {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .5px;
}

@media (min-width:795px) {
    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) {
        flex: 1 1 100%;
        flex-direction: row;
        -ms-flex: 1 1 100%;
        -ms-flex-direction: row;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
        border-radius: 5px 0 0 5px;
        -ms-flex: 1 1 auto;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content {
        flex: 0 1 357px;
        -ms-flex: 0 1 357px;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) h2 {
        font-size: 1.8rem;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-meta {
        padding: 0 40px 30px;
    }
}

.home-template .site-header:after {
    display: none;
}

@media (max-width:650px) {
    .post-feed {
        padding-top: 5vw;
    }

    .post-card {
        margin: 0 20px 5vw;
    }
}

.page-template .site-main,
.post-template .site-main {
    padding-bottom: 4vw;
    background: #fff;
}

.post-full {
    z-index: 50;
    position: relative;
}

.post-full-header {
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
    text-align: left;
}

.post-full-header .post-full-title{
  padding: 0;
}

.chapeau{
  font-style: italic;
}

.notes-bas-de-page{
  list-style-type: none;
  padding: 0;
}

.notes-bas-de-page li{
  margin-bottom: 10px;
  font-style: italic;
}

@media (max-width:500px) {
    .post-full-header {
        padding: 14vw 3vw 10vw;
    }
}

.post-full-meta {
    display: -ms-flexbox;
    display: flex;
    justify-content:left;
    text-transform: uppercase;
    font-size: 1.5rem;
	margin-left : 20px;
    font-weight: 600;
    color: #738a94;
}

.post-full-meta-date {
    color: #04467f;
    font-size: 80%;
    font-weight: bold;
}

.post-full-title {
    margin: 0 20px;
    color: #090a0b;
}

.date-divider {
    display: inline-block;
    margin: 0 6px 1px;
}

.post-full-image {
    height: 800px;
    margin: 30px -10vw -500px;
    border-radius: 5px;
    background: #c5d2d9 50%;
    background-size: cover;
}

@media (max-width:1170px) {
    .post-full-image {
        height: 600px;
        margin: 30px -4vw -350px;
        border-radius: 0;
    }
}

@media (max-width:800px) {
    .post-full-image {
        height: 400px;
    }
}

.post-full-content {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
  min-height: 230px;
  background: #fff;
}

@media (max-width:1170px) {

}

@media (max-width:800px) {
    .post-full-content {
        font-size: 1.9rem;
    }
}

.no-image .post-full-content {
    padding-top: 0;
}

.no-image .post-full-content:after,
.no-image .post-full-content:before {
    display: none;
}

.kg-card-markdown {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    -ms-flex-direction: column;
    -ms-flex-align: center;
	text-align:justify;
}



@media (max-width:1040px) {
    .post-full-content img,
    .post-full-content video {
        width: 100%;
    }
}

.post-full-content img[src$="#full"] {
    width: 100vw;
    max-width: none;
}

.post-full-content img + br + small {
    display: block;
    margin-top: -3em;
    margin-bottom: 1.5em;
}

.post-full-content iframe {
    margin: 0 auto;
}

.post-full-content blockquote {
    margin: 0 0 1.5em;
    padding: 0 1.5em;
    border-left: 3px solid #04467f;
}

.post-full-content blockquote p {
    margin: 0 0 1em;
    font-size: inherit;
    font-style: italic;
    line-height: inherit;
    color: inherit;
}

.post-full-content blockquote p:last-child {
    margin-bottom: 0;
}

.post-full-content code {
    padding: 0 5px 2px;
    border-radius: 3px;
    font-size: .8em;
    font-weight: 400!important;
    line-height: 1em;
    background: #e5eff5;
}

.post-full-content pre {
    margin: 1.5em 0 3em;
    padding: 20px;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    overflow-x: auto;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #e5eff5;
    background: #0e0f11;
}

.post-full-content pre code {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
}

.post-full-content pre code * {
    color: inherit;
}

.post-full-content .fluid-width-video-wrapper {
    margin: 1.5em 0 3em;
}

.post-full-content hr {
    margin: 4vw 0;
}

.post-full-content hr:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-left: -10px;
    background: #e3e9ed;
    box-shadow: 0 0 0 5px #fff;
    transform: rotate(45deg);
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
    color: #090a0b;
}



.post-full-content h2 {
    margin: .5em 0 .2em;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width:500px) {
    .post-full-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:700px) {
    .post-full-content p{
      padding: 0 8vw;
      text-align: justify;
    }

    .post-full-content h2, .post-full-content h3, .post-full-content h4, .post-full-content h5, .post-full-content h6, .notes-bas-de-page{
      padding: 0 8vw;
    }
}



.post-full-content h3 {
    margin: .5em 0 .2em;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: inherit;
}

@media (max-width:500px) {
    .post-full-content h3 {
        font-size: 1.7rem;
    }
}

.post-full-content h4 {
    margin: .5em 0 .2em;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: inherit;
}

@media (max-width:500px) {
    .post-full-content h4 {
        font-size: 2.2rem;
    }
}

.post-full-content h5 {
    display: block;
    margin: .5em 0;
    padding: 1em 0 1.5em;
    border: 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.35em;
    color: #04467f;
    text-transform: inherit;
}

@media (min-width:1180px) {
    .post-full-content h5 {
        width: 100vw;
        max-width: 1060px;
    }
}

@media (max-width:500px) {
    .post-full-content h5 {
        padding: 0 0 .5em;
        font-size: 2rem;
    }
}

.post-full-content h6 {
    margin: .5em 0 .2em;
    font-size: 2rem;
    font-weight: 700;
    text-transform: inherit;
}

@media (max-width:500px) {
    .post-full-content h6 {
        font-size: 2rem;
    }
}

.footnotes-sep {
    margin-bottom: 30px;
}

.footnotes {
    font-size: 1.5rem;
}

.footnotes p {
    margin: 0;
}

.footnote-backref {
    text-decoration: none!important;
    font-size: 1.2rem;
    font-weight: 700;
    color: #04467f!important;
    box-shadow: none!important;
}

@media (max-width:500px) {
    .post-full-meta {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .post-full-title {
        font-size: 2.9rem;
    }

    .post-full-image {
        height: 350px;
        margin-bottom: 4vw;
    }

    .post-full-content {
        padding: 0;
    }

    .post-full-content:after,
    .post-full-content:before {
        display: none;
    }
}

.post-full-content table {
    display: inline-block;
    width: auto;
    margin: .5em 0 2.5em;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow-x: auto;
    font-size: 1.6rem;
    white-space: nowrap;
    vertical-align: top;
    background: radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;
    background-attachment: scroll,scroll;
    background-repeat: no-repeat;
    background-size: 10px 100%,10px 100%;
    -webkit-overflow-scrolling: touch;
}

.post-full-content table td:first-child {
    background-image: linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.post-full-content table td:last-child {
    background-image: linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.post-full-content table th {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .2px;
    color: #15171a;
    background-color: #f4f8fb;
}

.post-full-content table td,
.post-full-content table th {
    padding: 6px 12px;
    border: 1px solid #e3ecf3;
}

.subscribe-form {
    margin: 1.5em 0;
    padding: 6.5vw 7vw 7vw;
    border: 1px solid #edf4f8;
    border-radius: 7px;
    text-align: center;
    background: #f4f8fb;
}

.subscribe-form-title {
    margin: 0 0 3px;
    padding: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #15171a;
}

.subscribe-form p {
    margin-bottom: 1em;
    font-size: 2.2rem;
    line-height: 1.55em;
    letter-spacing: .2px;
    color: #738a94;
}

.subscribe-form form {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 420px;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.subscribe-form .form-group {
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.subscribe-email {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #dae2e7;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1em;
    color: #738a94;
    transition: border-color .15s linear;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    -ms-user-select: text;
}

.subscribe-form button {
    display: inline-block;
    height: 41px;
    margin: 0 0 0 10px;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 37px;
    outline: none;
    color: #fff;
    background: linear-gradient(#4fb7f0,#29a0e0 60%,#29a0e0 90%,#36a6e2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.14);
    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-form button:active,
.subscribe-form button:focus {
    background: #209cdf;
}

@media (max-width:650px) {
    .subscribe-form-title {
        font-size: 2.4rem;
    }

    .subscribe-form p {
        font-size: 1.6rem;
    }
}

@media (max-width:500px) {
    .subscribe-form form {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .subscribe-form .form-group {
        width: 100%;
    }

    .subscribe-form button {
        width: 100%;
        margin: 10px 0 0;
    }
}

.post-full-footer {
    justify-content: space-between;
    margin: 0 auto;
    padding: 3vw 0 6vw;
    max-width: 840px;
    -ms-flex-pack: justify;
}

.author-card,
.post-full-footer {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.author-card .author-profile-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.author-card-name {
    margin: 0 0 2px;
    padding: 0;
    font-size: 2rem;
}

.author-card-name a {
    font-weight: 700;
    color: #15171a;
}

.author-card-name a:hover {
    text-decoration: none;
}

.author-card-content p {
    margin: 0;
    line-height: 1.3em;
    color: #738a94;
}

.post-full-footer-right {
    flex-shrink: 0;
    margin-left: 20px;
    -ms-flex-negative: 0;
}

.author-card-button {
    display: block;
    padding: 9px 16px;
    border: 1px solid #aebbc1;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #738a94;
    transition: all .2s ease;
}

.author-card-button:hover {
    border-color: #04467f;
    text-decoration: none;
    color: #04467f;
}

.post-full-comments {
    margin: 0 auto;
    max-width: 840px;
}

.read-next-feed {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0 0;
    -ms-flex-wrap: wrap;
}

.read-next-card,
.read-next-feed {
    display: -ms-flexbox;
    display: flex;
}

.read-next-card {
    position: relative;
    flex: 1 1 300px;
    flex-direction: column;
    margin: 0 20px 40px;
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    background: #15171a 50%;
    background-size: cover;
    box-shadow: 8px 14px 38px rgba(39,44,49,.06) ,1px 3px 8px rgba(39,44,49,.03);
    -ms-flex: 1 1 300px;
    -ms-flex-direction: column;
}

.read-next-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background: linear-gradient(135deg,rgba(0,40,60,.8), rgba(0,20,40,.7));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.read-next-card-header {
    z-index: 50;
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.read-next-card-header-sitetitle {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3em;
    opacity: .8;
}

.read-next-card-header-title {
    margin: 0;
    padding: 0 20px;
    font-size: 3rem;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #fff;
}

.read-next-card-header-title a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
}

.read-next-card-header-title a:hover {
    text-decoration: none;
}

.read-next-divider {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    height: 80px;
    -ms-flex-pack: center;
}

.read-next-divider svg {
    width: 40px;
    fill: transparent;
    stroke: #fff;
    stroke-width: .5px;
    stroke-opacity: .65;
}

.read-next-card-content {
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
    position: relative;
    flex-grow: 1;
    font-size: 1.7rem;
    -ms-flex-positive: 1;
}

.read-next-card-content ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style: none;
    -ms-flex-direction: column;
}

.read-next-card-content li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.25em;
    letter-spacing: -.5px;
}

.read-next-card-content li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    font-weight: 500;
    vertical-align: top;
    color: #fff;
    transition: opacity .3s ease;
}

.read-next-card-content li:first-of-type a {
    padding-top: 10px;
}

.read-next-card-content li a:hover {
    opacity: 1;
}

.read-next-card-footer {
    position: relative;
    margin: 15px 0 3px;
    text-align: center;
}

.read-next-card-footer a {
    color: #fff;
}

.floating-header {
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: hsla(0,0%,100%,.95);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transform: translate3d(0,-120%,0);
    -ms-flex-align: center;
}

.floating-active {
    visibility: visible;
    transition: all .5s cubic-bezier(.22,1,.27,1);
    transform: translateZ(0);
}

.floating-header-logo {
    margin: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: -1px;
    white-space: nowrap;
}

.floating-header-logo a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.1em;
    color: #15171a;
    -ms-flex-align: center;
}

.floating-header-logo a:hover {
    text-decoration: none;
}

.floating-header-logo img {
    margin: 0 10px 0 0;
    max-height: 20px;
}

.floating-header-divider {
    margin: 0 5px;
    line-height: 1em;
}

.floating-header-title {
    flex: 1;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3em;
    white-space: nowrap;
    color: #2e2e2e;
    -ms-flex: 1;
}

.floating-header-share {
    justify-content: flex-end;
    padding-left: 2%;
    font-size: 1.3rem;
    line-height: 1;
    -ms-flex-pack: end;
}

.floating-header-share,
.floating-header-share a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.floating-header-share a {
    justify-content: center;
    -ms-flex-pack: center;
}

.floating-header-share svg {
    width: auto;
    height: 16px;
    fill: #fff;
}

.floating-header-share-label {
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 10px;
    font-weight: 500;
    color: rgba(0,0,0,.7);
    -ms-flex-negative: 0;
    -ms-flex-align: center;
}

.floating-header-share-label svg {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 10px;
    transform: rotate(90deg);
    stroke: rgba(0,0,0,.7);
}

.floating-header-share-fb,
.floating-header-share-tw {
    display: block;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    -ms-flex-align: center;
    -ms-grid-row-align: center;
}

.floating-header-share-tw {
    background: #33b1ff;
}

.floating-header-share-fb {
    background: #005e99;
}

.progress {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    border: none;
    color: #04467f;
    background: transparent;
}

.progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress::-webkit-progress-value {
    background-color: #04467f;
}

.progress::-moz-progress-bar {
    background-color: #04467f;
}

.progress-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.progress-bar {
    display: block;
    width: 50%;
    height: inherit;
    background-color: #04467f;
}

@media (max-width:900px) {
    .floating-header {
        height: 40px;
    }

    .floating-header-logo,
    .floating-header-title {
        font-size: 1.5rem;
    }

    .floating-header-share-fb,
    .floating-header-share-tw {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width:800px) {
    .floating-header-logo {
        margin-left: 10px;
    }

    .floating-header-logo a {
        color: #2e2e2e;
    }

    .floating-header-divider,
    .floating-header-title {
        visibility: hidden;
    }
}

@media (max-width:450px) {
    .floating-header-share-label {
        display: none;
    }
}

.site-header-content .author-profile-image {
    z-index: 10;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin: 0 0 20px;
    box-shadow: 0 0 0 6px hsla(0,0%,100%,.1);
    -ms-flex-negative: 0;
}

.site-header-content .author-bio {
    z-index: 10;
    flex-shrink: 0;
    margin: 5px 0 10px;
    max-width: 600px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: .5px;
    opacity: .8;
    -ms-flex-negative: 0;
}

.site-header-content .author-meta {
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-style: italic;
    -ms-flex-negative: 0;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.site-header-content .author-location svg {
    height: 1.9rem;
    stroke: #fff;
}

.site-header-content .bull {
    display: inline-block;
    margin: 0 12px;
    opacity: .5;
}

.site-header-content .social-link:first-of-type {
    padding-left: 4px;
}

@media (max-width:500px) {
    .site-header-content .author-bio {
        font-size: 1.8rem;
        line-height: 1.15em;
        letter-spacing: 0;
    }

    .author-location,
    .author-stats {
        display: none;
    }
}

.error-template .site-main {
    padding: 7vw 4vw;
}

.site-nav-center {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.site-nav-center .site-nav-logo {
    margin-right: 0;
}

.error-message {
    text-align: center;
}

.error-code {
    margin: 0;
    font-size: 12vw;
    line-height: 1em;
    letter-spacing: -5px;
    opacity: .3;
}

.error-description {
    margin: 0;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #738a94;
}

@media (max-width:800px) {
    .error-description {
        margin: 5px 0 0;
        font-size: 1.8rem;
    }
}

.error-link {
    display: inline-block;
    margin-top: 5px;
}

.error-template .post-feed {
    padding-top: 0;
}

.subscribe-overlay {
    display: -ms-flexbox;
    display: flex;
    z-index: 9000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(0,25,40,.97);
    transition: opacity .2s ease-in;
    pointer-events: none;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.subscribe-overlay:target {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-overlay-content {
    z-index: 9999;
    position: relative;
    margin: 0 0 5vw;
    padding: 4vw;
    text-align: center;
    color: #fff;
}

.subscribe-overlay-logo {
    position: fixed;
    top: 23px;
    left: 30px;
    height: 30px;
}

.subscribe-overlay-title {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 6rem;
    line-height: 1.15em;
}

.subscribe-overlay-description {
    margin: 0 auto 50px;
    max-width: 650px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.3em;
    opacity: .8;
}

.subscribe-overlay form {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.subscribe-overlay .form-group {
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.subscribe-overlay .subscribe-email {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .5px;
    color: #738a94;
    transition: border-color .15s linear;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    -ms-user-select: text;
}

.subscribe-email:focus {
    border-color: #becdd5;
    outline: 0;
}

.subscribe-overlay button {
    display: inline-block;
    height: 52px;
    margin: 0 0 0 15px;
    padding: 0 25px;
    border-radius: 8px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 37px;
    outline: none;
    color: #fff;
    background: linear-gradient(#4fb7f0,#29a0e0 60%,#29a0e0 90%,#36a6e2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.14);
    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {
    background: #209cdf;
}

.subscribe-overlay-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.subscribe-overlay-close:before {
    transform: rotate(45deg);
}

.subscribe-overlay-close:after,
.subscribe-overlay-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
    width: 30px;
    height: 2px;
    opacity: .8;
    background: #fff;
}

.subscribe-overlay-close:after {
    transform: rotate(-45deg);
}

.subscribe-overlay-close:hover {
    cursor: default;
}

.site-footer {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #fff;
    background: #000;
}

.site-footer-content {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
}

.site-footer-content,
.site-footer-content a {
    color: hsla(0,0%,100%,.7);
}

.site-footer-content a:hover {
    text-decoration: none;
    color: #fff;
}

.site-footer-nav {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.site-footer-nav a {
    position: relative;
    margin-left: 20px;
}

.site-footer-nav a:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: -11px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #fff;
}

.site-footer-nav a:first-of-type:before {
    display: none;
}

@media (max-width:650px) {
    .site-footer-content {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .site-footer-nav a:first-child {
        margin-left: 0;
    }
}

.kg-card-markdown,
.post-feed {
}

.social-links {
    display: flex;
}


.tempest {
    color: white;
    background-color: black;
}

.center {
    display: flex;
    justify-content: center;
}

.tags {
    display: flex;
    justify-content: space-around;
}

.p-category {
    padding: 5px;
    border-radius: 4px;
    background: #fafafa;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
}

/*# sourceMappingURL=screen.css.map */

html {
    scroll-behavior: smooth;
}

#app {
    z-index: 0;
    position: relative;
}

.flexbox-container {
    display: flex;
    margin-left: -25px;
}

.flexbox-container > span {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding: 5px;
}

.flexbox-container > span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
}

.reading-time {
    flex-shrink: 0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.5px;
    color: var(--midgrey);
}
