/*
Theme Name: Decodeurs
Author: Antoine Jamelot
Author URI: 
Description: Thème Wordpress pour Décodeurs 360
Version: 2 */

/* RESET repris de normalize.css */

@charset "utf-8";

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body.hasJS {
  /* Si Javascript est activé, body est chargé d’une classe hasJS pour aménager son affichage. */
  display: none;
}

body {
  font-family: var(--police-sans);
  font-weight: 300;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  text-align: left;
  hyphens: none;
}

h1 {
  margin: 0;
  font-size: 135%;
  font-family: var(--police-serif);
  font-weight: 400;
}

hr {
  width: 100%;
  padding: 3px;
  background: transparent linear-gradient(90deg, #cd3266 0%, #95106d 100%) 0% 0%
    no-repeat padding-box;
  border: none;
}

.has-text-align-right + hr {
  margin-top: 37px;
  margin-bottom: 17px;
}

p {
  margin: 0;
  hyphens: auto;
}

p.has-text-align-center {
  border-left: solid 4px;
  padding-left: 10px;
  border-color: #95106d;
}

p.has-text-align-right {
  text-align: right;
}

blockquote footer::before {
  content: "— ";
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Remove the border on images inside links in IE */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
input[type="submit"] {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

input[type="email"],
input[type="file"],
input[type="text"],
input[type="url"],
textarea {
  padding-left: 0px;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  /* Concerne tout */
  font-family: var(--police-sans);
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

/*** VARIABLES ***/

:root {
  --rouge-decodeurs: #cc3737;
  --gris-decodeurs: #2a2b2c;
  --couleurfond: #e6e6e6;
  --police-serif: Roboto Slab, serif;
  --police-sans: Lato, sans-serif;
  --largeur-image: 624px;
  --header-height: 99px;
}

/*** LES CLASSES QUI SE RÉPÈTENT À TRAVERS LE SITE ***/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content {
  /* Pour les divs centrées et occupant toute la largeur intéressante. */
  /* Mêmes dimensions que la div #page : */
  margin: auto;
  width: 980px;
  max-width: 100%;
}

.bloc {
  /* les conteneurs qui se détachent du fond */
  border-radius: 2px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.rubriques a {
  margin: 0 3px;
  text-transform: uppercase;
  font-family: var(--police-sans);
  font-style: italic;
  text-decoration: none;
  color: #e7e7e7;
}

.rubriques a:hover {
  font-weight: 700;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
}

a.icone {
  height: 16px;
  margin-right: 10px;
}

a.icone svg {
  width: 16px;
}

a.ico-tw svg {
  width: 17px;
}

a.ico-yt svg {
  width: 19px;
}

svg .blanc {
  fill: #fff;
}

svg .ligneblanche {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

/*** STRUCTURES ***/

/*** DIVISIONS DE LA PAGE COMPLÈTE ***/

header#header,
footer#footer {
  /* Ze entête (et non le header des articles), et ze pied-de-page */
  /* font-family: var(--police-sans); */
  background: #cd3266;
  width: 100%;
  padding: 0 0;
  color: #fff;
}

#page {
  /* Concerne toute la page, sauf l’entête et le pied-de-page */
  margin: 0 auto 20px auto;
}

#s {
  width: 15em;
  background-color: #fff;
  opacity: 1;
  background-image: none;
  cursor: auto;
  color: #000;
  border: none;
}

#s:focus {
  width: 15em;
  padding: 10px;
  opacity: 1;
  background-image: none;
  cursor: auto;
  color: #000;
  outline: none;
}

.large-searchform {
  margin-bottom: 35px;
  width: 100%;
}

.large-searchform > input {
  padding: 9px 17px;
}

#sidebar {
  min-width: 200px;
  max-width: 99%;
  margin: 0 auto 20px auto;
  display: grid;
  grid-gap: 20px;
}

footer#footer {
  clear: both;
}

/*** EN-TÊTE ***/

h1.titre-site {
  margin: 10px 0 0 0;
  text-align: center;
}

h1.titre-site svg {
  max-width: 80%;
}

h2.description-site {
  /* Élément « description » dans l’entête */
  display: flex;
  justify-content: center;
  margin: 5px 0 10px 0;
  font-size: 110%;
  font-family: var(--police-serif);
  font-weight: 100;
}

.ligne {
  display: block;
  margin: 10px auto;
  max-width: 80%;
}

/*** BARRE NOIRE STYLÉE */

/*** PIED-DE-PAGE ***/
footer#footer nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 1fr;
  padding-right: 20px;
  grid-row-gap: 10px;
}

#footerlogo {
  height: 100px;
  width: 100px;
  margin-top: 25px;
}

footer#footer nav svg .logod360 {
  height: 9em;
  opacity: 1;
  margin: auto;
  padding: auto;
}

.colonne {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase;
  row-gap: 8px;
}

.colonne a {
  opacity: 0.6;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

footer#footer a:hover {
  opacity: 1;
}

#d360footerrightlogo {
  margin-top: 20px;
}

/*** CONTENU PRINCIPAL ***/

main#content {
  /* Concerne le contenu propre à la page */
  font-family: var(--police-serif);
  margin-bottom: 20px;
}

#content1 {
  font-family: var(--police-serif);
  width: 685px;
  max-width: 100%;
  float: left;
  margin-bottom: 45px;
}

#content h1 a:hover {
  color: var(--rouge-decodeurs);
}

/*** STYLES PARTICULIERS POUR LES ARCHIVES ***/

.supertitre {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.arch-respo-tab {
  margin-top: 9px;
}

body.category .categorie {
  display: none;
}

/*** STYLES POUR LES POSTS ***/

header .titre p {
  /* Données dans l’entête de chaque article */
  margin-top: -2px;
  font-family: var(--police-sans);
  font-weight: 700;
  color: #000;
}

.categorie {
  font-family: var(--police-sans);
  font-weight: 700;
  color: #b93c4d;
}

.type {
  font-family: var(--police-sans);
  font-weight: 700;
  font-size: 90%;
  color: #000;
}

time.date {
  font-style: italic;
}

.postmetadata {
  margin-top: 10px;
}

.auteur {
  color: black;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
}

.singledata {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin-right: 14px;
}

#singleheader {
  width: 98%;
  margin: 12px 0 20px;
  padding: 3px;
  background: transparent linear-gradient(90deg, #cd3266 0%, #95106d 100%) 0% 0%
    no-repeat padding-box;
  border: none;
}

.minipost h2.sous-titre,
.moyen-post h2.sous-titre {
  margin: 0;
  font-size: 100%;
  font-family: var(--police-sans);
}

.lire {
  align-self: flex-end;
  text-align: right;
  margin: 0 5px 5px 0;
  font-style: italic;
  font-weight: 400;
}

article.poste {
  background: #fff;
  padding: 3em;
  margin-bottom: 20px;
  border-radius: 2px;
}

.poste header {
  margin: 0 auto;
  text-align: left;
}

.poste header h1 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
}

.poste .attachment-post-thumbnail {
  display: block;
  margin: 0 auto 1ex auto;
}

.poste p.postmetadata {
  margin: 1ex 0 2ex 0;
  text-align: center;
}

.poste .post-content {
  max-width: 100%;
  margin: auto;
}

.poste .post-content .chapeau-magique {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.chapeau-magique h2 {
  text-align: left;
}

.poste .post-content .classeur {
  font-size: 110%;
}

.poste .post-content .type {
  font-family: inherit;
  font-size: inherit;
}

.poste h2.sous-titre {
  font-family: "EB Garamond", serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
}

.poste.type-Tribune .type,
.poste.type-Infographietribune .type {
  color: #cb2026;
}

.poste.type-Analyse .type,
.poste.type-Dcodageactu .type {
  color: #502b7b;
}

.poste.type-Interview .type {
  color: #1786a2;
}

.poste.type-Critiquecinma .type,
.poste.type-Critiqueexposition .type,
.poste.type-Critiquelittraire .type,
.poste.type-Critique .type {
  color: #cccd2a;
}

.poste.type-Dbat .type {
  color: #b16faf;
}

.poste.type-Tmoignage .type {
  color: #0957a2;
}

.poste.type-Interview h3 {
  /* En fait ce sont des questions. */
  text-align: justify;
  font-size: 1em;
  color: #1786a2;
}

.poste .post-content p,
.poste .post-content ul,
.poste .post-content ol {
  margin-bottom: 12px;
}

blockquote.wp-block-quote {
  margin: 20px auto;
}

.poste .post-content blockquote p {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.6em;
  border-left: solid 4px #95106d;
  padding-left: 10px;
}

.poste .post-content blockquote footer {
  text-align: right;
}

.poste .post-content h2,
.poste .post-content h3 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 27px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.poste .post-content h4 {
  font-size: 20px;
  line-height: 23px;
  margin: 25px 0 10px;
}

.poste .post-content,
.dauthorbox {
  /* for long words */
  overflow-wrap: break-word;
  word-break: break-word;
}
.poste .post-content a,
.dauthorbox a {
  color: var(--rouge-decodeurs);
}

.moyen-post {
  background: #fff;
  padding: 5px;
  height: auto;
  padding-bottom: 20px;
}

.moyen-post header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moyen-post header .titre {
  text-align: center;
}

.moyen-post .attachment-post-thumbnail {
  margin: auto;
}

.moyen-post .extrait {
  font-size: 85%;
}

/*** Notes de bas de page ~ Footnotes ***/
.footnote {
  display: grid;
  grid-template-columns: 26px 1fr;
}

.noteref:target,
.footnote:target,
h1:target /* essentially for /equipe#notre-equipe */ {
  padding-top: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
}

.footnote-backlink {
  font-weight: 700;
}

/*** PAGE D’ACCUEIL DU SITE ***/

body.home main#content {
  width: 100%;
}

#charles-de-gaulle {
  margin-bottom: 335px;
  margin-top: 335px;
  display: grid;
  grid-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
}

#une {
  /* L’article en haut, le dernier publié, la une en somme */
  grid-row: span 2;
  /* Occupe la première colonne de la grille Charles-de-Gaulle sur deux lignes */
  margin-bottom: 0;
}

#une header .classeur {
  display: none;
}

.notre-engagement,
#envoyer-un-article {
  color: #fff;
}

#envoyer-un-article {
  padding: 15px 0;
  background: var(--gris-decodeurs);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 120%;
  border: 1px solid var(--gris-decodeurs);
}

#envoyer-un-article:hover {
  background: #fff;
  color: var(--gris-decodeurs);
}

#envoyer-un-article p {
  font-size: 80%;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  bottom: 2.5px;
}

#envoyer-un-article #machine-a-ecrire {
  height: 30px;
  margin: 10px;
}

#dernieres-parutions,
#sous-mosaique {
  font-weight: 400;
  padding: 3px 0;
}

#dernieres-parutions {
  width: 100%;
  background: var(--rouge-decodeurs);
  font-family: var(--police-sans);
  font-size: 125%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 2px 2px 0 0;
}

.minipost header,
.minipost .chapeau-magique,
.minipost .post-content {
  margin: 0 5px;
}

.minipost header {
  align-self: flex-start;
  text-align: center;
}

.minipost h1 {
  font-size: 125%;
  font-weight: 300;
}

.minipost header p {
  font-size: 90%;
}

.minipost .chapeau-magique {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.minipost .chapeau-magique h2.sous-titre {
  align-self: center;
  margin-right: 5px;
}

.minipost .chapeau-magique .classeur {
  display: flex;
  justify-content: space-around;
}

.minipost .post-content {
  font-size: 75%;
}

#sous-mosaique {
  width: 100%;
  background: var(--gris-decodeurs);
  border-radius: 0 0 5px 5px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sous-mosaique .rubriques div {
  margin: 0 15px;
}

#francois-hollande {
  margin-bottom: 20px;
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 100%;
  grid-gap: 20px;
}

#francois-hollande .fb-page {
  grid-row: span 2;
}

#francois-hollande .videos-yt {
  display: grid;
  grid-gap: 1em;
  background: #fff;
  padding: 1em;
  grid-template-rows: 99vmin 99vmin 99vmin;
}

iframe {
  max-width: 100%;
}

.wp-block-embed {
  text-align: center;
}

iframe.yt {
  /* Vidéo Youtube */
  border: none;
  width: 100%;
  height: 100%;
  margin: auto;
}

/*** WIDGETS ***/

.titre-widget,
.widget-title {
  padding: 10px 0;
  text-align: center;
}

/*** BOITE AUTEUR ***/
.lauteur {
  background-color: #fff;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 1em;
  box-sizing: border-box;
  padding: 1em;
  font-family: var(--police-sans);
  hyphens: auto;
}

.lauteur header {
  text-align: left;
}

.lauteur img {
  order: -1;
  border: 1px solid #fff;
}

.lauteur * {
  grid-column: span 2;
  -ms-grid-column-span: 2;
}

.lauteur header,
.lauteur img {
  grid-column: span 1;
}

/*** MEDIA QUERIES ***/

/*** À PARTIR DE 600 PIXELS ***/

@media screen and (min-width: 600px) {
  #s {
    width: 1em;
    height: 1em;
    font-size: 15px;
    border: none;
    background-color: transparent;
    background-image: url("Icone/Icone/Loupe 2.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    color: transparent;
    transition: all 0.5s;
    margin-top: -2px;
  }

  #s:focus {
    width: 10em;
    background-color: #fff;
    opacity: 1;
    background-image: none;
    cursor: auto;
    color: #000;
    border-bottom: none;
  }

  header#header,
  footer#footer {
    background: #cd3266;
    padding: 35px;
    width: auto;
  }

  #charles-de-gaulle {
    grid-template-rows: auto auto;
    /* Notre engagement — Envoyer un article */
    grid-template-columns: 2fr 1fr;
  }

  #mosaique {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: auto 1fr 1fr auto;
  }

  article.minipost {
    grid-column: auto;
  }

  #fleche-gauche {
    grid-row: 1 / span 3;
    grid-column: 1 / 2;
  }

  #fleche-droite {
    grid-row: 1 / span 3;
    grid-column: -2 / -1;
  }

  #francois-hollande {
    grid-template-columns: 340px auto;
    grid-template-rows: auto auto;
  }

  #francois-hollande .videos-yt {
    grid-template-rows: repeat(3, calc(99vw - 344px - 3em));
  }

  .moyen-post header .titre {
    text-align: inherit;
  }
}

/*** À PARTIR DE 960 PIXELS ***/

@media screen and (min-width: 960px) {
  #s {
    width: 1em;
    height: 1em;
    border: none;
    background-color: transparent;
    background-image: url("Icone/Icone/Loupe\ 2.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    color: transparent;
    transition: all 0.5s;
    margin-top: -2px;
  }

  #s:focus {
    width: 15em;
    background-color: #fff;
    opacity: 1;
    background-image: none;
    cursor: auto;
    color: #000;
    border: none;
  }

  #charles-de-gaulle {
    grid-template-columns: 690px auto;
  }

  #une header .classeur {
    display: block;
  }

  .notre-engagement,
  #envoyer-un-article {
    width: 100%;
  }

  .notre-engagement h1 {
    margin-top: 0;
  }

  .notre-engagement ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  #envoyer-un-article {
    padding: 0;
  }

  #mosaique {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
  }

  #fleche-gauche a svg,
  #fleche-droite a svg {
    width: 50px;
    height: 50px;
  }

  #fleche-gauche {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
  }

  #fleche-droite {
    grid-row: 1 / span 2;
    grid-column: -2 / -1;
  }

  .minipost .chapeau-magique {
    display: block;
  }

  .minipost .chapeau-magique .classeur {
    float: right;
    flex-direction: column-reverse;
  }

  #francois-hollande .videos-yt {
    grid-template-rows: 180px;
    grid-template-columns: repeat(3, 1fr);
  }

  .moyen-post .imagextrait {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 1ex;
  }

  .moyen-post .imagextrait > a {
    height: 158px;
    width: 158px;
    overflow: hidden;
  }

  .moyen-post .imagextrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
  }

  .moyen-post:hover .imagextrait img {
    transform: scale(1.1);
  }

  .moyen-post .extrait {
    padding: 0 10px;
    padding-left: 25px;
  }

  #sidebar {
    margin-left: 10px;
    width: 275px;
    float: right;
  }
}

.sr-only {
  display: none;
}

@media screen and (max-width: 900px) {
  footer#footer nav {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    /* align-text: center; */
    grid-row-gap: 10px;
  }

  footer#footer a#logo {
    grid-column: 1/-1;
    margin-bottom: 50px;
    justify-self: center;
  }

  #d360footerrightlogo {
    grid-column: 1/-1;
    margin-top: 50px;
    justify-self: center;
  }
}

@media screen and (max-width: 600px) {
  footer#footer nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: start;
    padding-left: 40%;
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: auto;
  }

  footer#footer a#logo {
    justify-self: start;
  }

  #d360footerrightlogo {
    justify-self: start;
  }
}

@media screen and (max-width: 500px) {
  footer#footer nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: start;
    padding-left: 35%;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 350px) {
  footer#footer nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: start;
    padding-left: 25%;
    grid-row-gap: 10px;
  }
}

@media speech {
  .sr-only {
    display: inital;
  }
}

/*** VERSION À IMPRIMER ***/

/*========================================================================================
                              D360 Site Top Menu Css Starts Here
==========================================================================================*/

.d360topnav {
  width: 100%;
  padding: 0;
  position: fixed;
  background: transparent
    linear-gradient(90deg, #cd3266 0%, #98126d 100%, #95106d 100%) 0% 0%
    no-repeat padding-box;
  /* opacity: 1; */
  z-index: 999;
  height: 35px;
  font-weight: 600;
}

.d360topnav + div {
  padding-top: 35px;
}

.d360topnav a {
  /* display: block; */
  margin: 0px 8px 0 0px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-family: Poppins, sans-serif;
  padding: 6px 0 2px;
}

.d360topnav a > .searchform {
  margin-right: -8px;
}

/* Style the links inside the navigation bar */

.d360toplinks {
  width: 100%;
  z-index: 100;
  margin: auto;
  margin-right: 10%;
  padding: auto;
}

.top-bar {
  /* les menus sous forme de liste de liens */
  margin: 0;
  margin-right: max(50% - 575px, 61px);
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.d360topnav .d360toplinks .top-bar li {
  position: static;
  display: inherit;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}

.d360topnav .d360toplinks .top-bar > li:not(.menu-item-search):hover {
  border-bottom-color: white;
  text-decoration: none;
}

.d360topnav .d360toplinks .top-bar li .sub-menu {
  display: none;
  position: absolute;
  background-color: #cd3266;
  list-style-type: none;
  top: 100%;
  padding: 10px 20px 10px 20px;
  width: max-content;
  z-index: -1;
}

.d360topnav .d360toplinks .top-bar li .sub-menu a {
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 16px;
  text-transform: none;
  font-family: var(--police-sans);
  border: none;
  z-index: -1;
}

.d360topnav .d360toplinks .top-bar li .sub-menu li:not(.menu-item-black) {
  font-weight: 400;
}

.d360topnav .d360toplinks .top-bar li .sub-menu a:hover {
  text-decoration: underline;
}

.d360toplinks li .sub-menu li {
  line-height: 19px;
  border-bottom: none;
  margin-bottom: 5px;
}

.d360topnav li .sub-menu li > .dmenuitem {
  margin-top: 2px;
}

.menu-item-has-children::after {
  content: " ";
  background-image: url("assets/img/Polygon 5.svg");
  height: 4px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 17px 0 8px;
}

.d360topnav .d360toplinks .top-bar .menu-item-has-children:hover .sub-menu {
  display: block;
  content: none;
}

.d360logo {
  background: #96116d;
  position: absolute;
  left: max(50% - 540px, 42px);
  z-index: 100;
}

.d360logo a {
  display: block;
  line-height: 1;
  margin-right: 0px;
  padding: 15px 17px 14px 18px;
}

.d360logo a:hover {
  margin-right: 0px;
  border: none;
}

.d360topnav li:first-child a:hover {
  border-bottom: none;
}

/* Hide the link that should open and close the topnav on small screens */
.d360topnav .icon {
  display: none;
  font-size: 16px;
}

/******************************* Subnav Styles Starts from here **************************/

.menu-item-black {
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  .d360toplinks a {
    display: none;
  }

  .d360topnav a.icon {
    float: right;
    display: block;
    /* padding-right: 0px; */
    font-size: 26px;
    /* margin: auto; */
    /* padding: auto; */
    margin: -4px 14px 2px 2px;
  }

  .d360toplinks {
    margin-right: 2%;
    display: none;
  }
}

/******************************* Subnav Styles Starts from here **************************/

/*========================================================================================
								  D360 Site Top Menu Css Ends Here
==========================================================================================*/
/*========================================================================================
									Cover Image CSS Starts Here
==========================================================================================*/
.d360coverphoto {
  width: 100%;
  height: 477px;
  background-position: center bottom;
  background-image: url("assets/img/China.jpg");
  background-size: cover;
  border: none;
  position: relative;
}

.d360categoryarchive {
  width: 100%;
  height: 477px;
  background-position: center bottom;
  background-image: url("assets/img/Incredible.jpg");
  background-size: cover;
  border: none;
  position: relative;
}

.d360blogblanc {
  width: 35%;
  height: 175px;
  background: white 0% 0% no-repeat padding-box;
  padding: 30px 40px;
  bottom: 0px;
  right: 10%;
  position: absolute;
  position: center;
  color: black;
}

/******************************* Featured Aritcles Starts from here **************************/

/*Featured Aritcles Image Css Starts Here*/

.d360featuredcoverphoto {
  width: 100%;
  height: 477px;
  /* background-position: center bottom; */
  /* background-image:url('assets/img/China.jpg'); */
  /* background-size: cover; */

  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.d360featuredcoverphoto img {
  width: 100%;
  vertical-align: middle;
  height: 477px;
  object-fit: cover;
  position: relative;
}

@media screen and (max-width: 400px) {
  .d360featuredcoverphoto img {
    height: 228px;
  }
}

.d360featuredcoverphoto1 {
  display: grid;
  width: 100%;
  position: relative;
}

.d360featuredcoverphoto1 img {
  width: 100%;
  vertical-align: middle;
  height: 477px;
  object-fit: cover;
  position: absolute;
}

@media screen and (max-width: 620px) {
  .d360featuredcoverphoto1 {
    display: grid;
    justify-content: center;
  }
}

/******************************* First Aritcles Starts from here **************************/

.d360firstblogblanc {
  width: 60%;
  height: 175px;
  background: white 0% 0% no-repeat padding-box;
  padding: 30px 40px;
  bottom: 0px;
  right: 198px;
  position: absolute;
  position: center;
  color: black;
}

.d360firstblogblanc h1 {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.d360firstblogblanc p {
  object-fit: cover;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "EB Garamond", serif;
}

.d360firstblogblanc:hover {
  background: black;
  color: white;
}

.d360firstblogblanc h1:hover {
  color: white;
}

/******************************* First Aritcles Ends from here **************************/

.d360featuredblogblanc {
  margin-top: 257px;
  width: 457px;
  background: white;
  padding: 25px 30px;
  bottom: 0px;
  justify-self: center;
  position: relative;
  left: 182px;
  z-index: 1;
}

@media screen and (min-width: 1050px) {
  #firstblogmargin {
    left: unset;
    right: 198px;
  }
}

.d360featuredblogblanc h1 {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1050px) {
  .d360featuredblogblanc {
    left: unset;
  }
}

@media screen and (max-width: 850px) {
  .d360featuredblogblanc {
    width: 70%;
    background: white 0% 0% no-repeat padding-box;
    padding: 30px 40px;
    color: black;
  }
}

@media screen and (max-width: 450px) {
  .d360featuredblogblanc h1 {
    font-size: 25px;
  }
}

.d360featuredblogblanc p {
  object-fit: cover;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "EB Garamond", serif;
}

a:hover .d360featuredblogblanc {
  background: black;
  color: white;
}

.d360featuredblogblanc h1:hover {
  color: white;
}

/*Featured Aritcles Image Css Starts Here*/
.d360blogblanc h1 {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.d360blogblanc p {
  object-fit: cover;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "EB Garamond", serif;
}

.d360blogblanc:hover {
  background: black;
  color: white;
}

.d360blogblanc h1:hover {
  color: white;
}

@media screen and (max-width: 750px) {
  .d360blogblanc {
    width: auto;
    height: 220px;
    background: white 0% 0% no-repeat padding-box;
    padding: 25px;
    bottom: 0px;
    justify-content: center;
    margin: 0% 0% 0% 10%;
    position: absolute;
    position: center;
    color: black;
  }
}
/*========================================================================================
									Cover Image CSS Ends Here
==========================================================================================*/

/*========================================================================================
									Main Content CSS Starts Here
==========================================================================================*/
#d360mainrow {
  display: grid;
  grid-template-columns: auto auto;
  width: min-content;
  margin: auto;
  margin-top: 80px;
}

.container {
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  width: min-content;
  margin-bottom: 65px;
  margin-top: 65px;
  grid-column-gap: 15px;
}

/*********************************Main Column CSS Starts Here********************************/

.archive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  grid-column-gap: 23px;
  grid-row-gap: 20px;
}

.article {
  margin: 10px;
  background: #fff;
  position: relative;
  display: inline-grid;
  grid-template-rows: auto auto 1fr;
}

.article .dres580 {
  overflow: hidden;
}

.article img {
  display: block;
  width: 250px;
  height: 230px;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.article:hover .dres580 img {
  transform: scale(1.1);
}

.d360thumbnail {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.d360thumbnailsize {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.d360thumnailbottombelt {
  background: transparent linear-gradient(90deg, #cd3266 0%, #95106d 100%) 0% 0%
    no-repeat padding-box;
  line-height: 33px;
  width: 250px;
  font-size: 15px;
  color: white;
  position: absolute;
  top: 230px; /* hauteur de l’image */
  z-index: 10;
  transform: translate(0, -100%);
  text-align: center;
}

.article:hover .d360thumnailbottombelt {
  background: #00000061;
}

.article h1 {
  width: 250px;
  object-fit: cover;
  padding: 13px 0px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 19px;
}

.article p {
  width: 250px;
  object-fit: cover;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "EB Garamond", serif;
  font-size: 16px;
}

.d360toprighttag {
  width: 100px;
  height: 23px;
  position: absolute;
  top: 0;
  color: black;
  margin: 4px 4px;
  font-family: var(--police-sans);
  font-weight: 900;
}

.d360toprighttag img {
  width: auto;
  height: auto;
  position: absolute;
  margin: 4px 5px;
}

.d360taglinetext {
  margin-left: 25px;
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.d360thumnailbottombelt {
  font-family: var(--police-sans);
  font-weight: 900;
  font-size: 13px;
}

.archive .article:hover h1 {
  color: #96106d;
}

/***********************************Main Column CSS Ends Here********************************/

/************************************Sidebar CSS Starts Here***********************************/
.d360sidebar {
  display: grid;
  /* display: inline-block; */
  grid-template-columns: 1fr;
  /* padding-top: 15px; */
  height: min-content;
  justify-content: center;
}

.aligncenter {
  grid-column: 1/-1;
  justify-items: center;
}

@media screen and (max-width: 850px) {
  .container {
    grid-template-columns: auto;
  }

  .d360sidebar {
    display: flex;
    padding-top: 15px;
    grid-column-gap: 25px;
  }
}

@media screen and (max-width: 1171px) {
  .archive {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 950px) {
  #d360mainrow {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 861px) {
  .d360firstblogblanc {
    width: 584px;
  }
}

@media screen and (max-width: 860px) {
  #d360mainrow {
    grid-template-columns: max-content;
  }

  .d360featuredcoverphoto {
    display: flex;
    justify-content: center;
  }

  .d360firstblogblanc {
    right: auto;
  }
}

@media screen and (max-width: 768px) {
  #d360mainrow {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  #d360mainrow {
    grid-template-columns: 1fr;
    width: 100%;
    padding: auto;
    margin: auto;
    margin-top: 80px;
  }

  .container {
    grid-template-columns: auto;
    max-width: 400px;
    width: 100%;
  }

  .archive .article {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
  }

  .d360sidebar {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
  }

  #d360mainrow .d360sidebar {
    grid-template-columns: auto auto;
    width: 85%;
    margin: auto;
  }

  .d360toprighttag img {
    width: auto;
    height: auto;
    margin: 4px;
  }

  .article .d360articlecontent {
    padding-left: 5%;
  }
}

.d360rightaid {
  width: 250px;
  background: #cd3266 0% 0% no-repeat padding-box;
  text-align: center;
}

.d360rightaidheading,
.mottoheading {
  font-size: 22px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 20px 25px;
  line-height: 1.2;
  color: white;
}

.d360rightaidfeatures,
.dicons > i {
  font-size: 15px;
  font-family: var(--police-sans);
  font-weight: 400;
  color: white;
  text-align: left;
  margin-bottom: 9px;
}

.d360rightaidfeatures {
  margin-left: 40px;
  margin-right: 40px;
}

.d360rightaidfeatures > .icone::before,
.dicons > .icone::before {
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  width: 17px;
}

.ico-participatif::before {
  height: 17px;
  background-image: url(Icone/Icone/Participatif.svg);
}

.ico-oeil::before {
  height: 11px;
  background-image: url(Icone/Icone/Oeil.svg);
}

.ico-drapeau::before {
  height: 15px;
  background-image: url(Icone/Icone/Drapeau.svg);
}

.d360rightaifooter,
.dmottofo {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px 17px;
  line-height: 22px;
  letter-spacing: 1.23px;
  color: white;
}

.d360sidebarbottombeltau {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 20px;
  margin-bottom: 25px;
  background: #96106d 0% 0% no-repeat padding-box;
  color: white;
  font-family: var(--police-sans);
  font-weight: 900;
}

.d360sidebarbottombeltau > a:hover,
.d360sidebarbottombeltau > a:focus {
  opacity: 0.6;
}

.d360sidebarbottombelt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: var(--police-sans);
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 15px;
}

.d360sidebarbottombelt:hover {
  background-color: rgba(42, 42, 42, 0.7);
  color: white;
}

.d360sidebarbottombelt > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d360sidebarimg img {
  width: 250px;
  height: 167px;
}

.d360sidebararticle {
  background-color: #2a2a2a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-weight: Bold;
  font-size: 16px;
  width: 250px;
  height: 38px;
  margin-top: 15px;
  text-transform: uppercase;
}

.d360sidebararticle:hover {
  outline: 1px solid black;
  background-color: white;
  color: black;
}

.d360sidebararticle > svg {
  width: 15.44px;
  height: 19.84px;
  margin-right: 12px;
}

.d360articleicon {
  /* margin-left: 5px; */
  padding-top: 5px;
}

.d360articles {
  width: 250px;
}

.d360articletext {
  padding: 0;
  margin: 0;
  margin-right: 15px;
}

.d360sidebarteam {
  display: flex;
  width: 250px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border: solid 1px #d5d5d5;
  color: black;
  margin-top: 15px;
  font-family: Poppins;
  font-weight: Bold;
  font-size: 16px;
  text-transform: uppercase;
}

.d360sidebarteam:hover {
  background: #2a2a2a;
  color: white;
}

.d360sidebararticlelink {
  font-family: Poppins;
  font-weight: 600;
  font-size: 17px;
  width: 220px;
  padding: 5px 20px;
  margin-top: 30px;
}

.d360sidebararticlelink a:hover {
  color: #96106d;
  text-decoration: underline;
}

.d360sidebararticlelinkauthor {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 15px;
  object-fit: cover;
  padding: 0px 20px;
  color: #96106d;
}

.d360articles .d360sidebararticlelinkauthor > a:hover {
  color: black;
}

/************************************Sidebar CSS Ends Here***********************************/

.n2-ss-slider .n2-ss-slide-background-image img {
  border: 7px solid #efefef !important;
  box-sizing: border-box !important;
}

/*========================================================================================
									Main Content CSS Ends Here
==========================================================================================*/
/*========================================================================================
							Article Signle Page CSS Starts Here
==========================================================================================*/
.d360singlecontainer {
  display: grid;
  grid-template-columns: 1fr 747px;

  margin: auto;
  width: min-content;
  margin-bottom: 100px;
  margin-top: 100px;
}

.d360authorarchivecontainer {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: auto;
  width: min-content;
  margin-bottom: 60px;
  margin-top: 100px;
  justify-items: center;
}

.d360singleleft {
  display: grid;
  height: min-content;
  margin-left: 40px;
  grid-row-gap: 35px;
}

.d360singleleft1 {
  display: grid;
  height: min-content;
  /* margin-right:40px; */
}

.d360singleright12 {
  display: grid;
  max-width: 700px;
  width: 100%;
  margin-top: -300px;
  z-index: 10;
  padding: 30px;
  padding-top: 10px;
  background-color: white;
}

.d360singleright {
  box-sizing: border-box;
  display: grid;
  width: 747px;
  margin-top: -300px;
  z-index: 10;
  padding: 34px min(64px, 50vw - 290px) 30px;
  background-color: white;
}

.darchpadding {
  padding: 40px 60px;
}

.d360singlerightarch {
  display: grid;
  margin-top: -300px;
  z-index: 10;
  padding: 40px 60px;
  background-color: white;
}

.d360singleauthor {
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  border: solid 1px #d5d5d5;
  text-align: center;
}

.d360singleauthor img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 99px;
  height: 99px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.d360singleauthor p {
  margin-top: 15px;
  margin-bottom: 15px;
  hyphens: none;
}

.dauthorbox {
  margin: 0px 20px 20px;
  font-family: "EB Garamond", serif;
  line-height: 22px;
}

.n2-section-smartslider {
  max-width: 250px;
  justify-content: center;
  display: grid;
}

.d360singleauthorname {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-top: 66px;
  margin: 60px 20px 0;
}

.d360singleauthornames {
  line-height: 23px;
  font-size: 17px;
  color: #96106d;
  margin-bottom: 3px;
}

.d360singleauthorspan {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

#d360singleauthormar {
  margin-bottom: 40px;
}

.bottommargin40 {
  margin-bottom: 30px;
  justify-items: center;
  justify-content: center;
}

.bottommargin20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  .d360singlecontainer {
    grid-template-columns: 1fr auto;
  }

  .below930 {
    grid-template-columns: auto;
  }

  .d360singleright {
    width: 450px;
  }

  .d360singleright article.poste {
    width: auto;
  }
}

@media screen and (max-width: 930px) {
  .d360singlecontainer {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 830px) {
  .d360singlecontainer {
    grid-template-columns: min-content;
    justify-content: center;
  }

  .d360singleright {
    grid-row: 1;
    width: auto;
  }

  .ecrirebelow830 {
    width: 100%;
  }

  .d360singleleft {
    grid-row: 2;
    z-index: 100;
    grid-template-columns: auto auto;
  }

  .d360singleauthor {
    margin: 90px auto;
    width: 456px;
    border: solid 1px #efefef;
    text-align: center;
    grid-column: 1/-1;
  }

  #d360singleauthormar {
    margin-bottom: 90px;
  }

  #d360adslider {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .d360singleright {
    width: auto;
    overflow: hidden;
    margin-top: -100px;
    padding: 0px;
  }

  .d360singleright article.poste {
    width: auto;
  }

  .d360singleleft {
    grid-row: 2;
    z-index: 100;
    grid-template-columns: auto;
    align-items: center;
    margin: auto;
    padding: auto;
  }

  .d360singleauthor {
    margin: auto;
    width: 256px;
    border: solid 1px #d5d5d5;
    text-align: center;
    grid-column: 1/-1;
    margin-top: 60px;
  }

  .d360sidebarbottombelt {
    max-width: 250px;
  }

  .d360firstblogblanc {
    width: 70%;
    padding: 30px 40px;
  }
}
/*========================================================================================
							Article Signle Page CSS Ends Here
==========================================================================================*/

/*========================================================================================
							Category Archinve Page CSS Starts Here
==========================================================================================*/
#d360archivecat {
  font-size: 19px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.d360archivecatp {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px;
}

.d360archivecatar {
  font-size: 13px;
  font-family: var(--police-sans);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 6px;
  align-items: left;
}

/*========================================================================================
							Category Archinve Page CSS Ends Here
==========================================================================================*/

/*========================================================================================
							Author Archinve Page CSS Starts Here
==========================================================================================*/
#d360archivecat {
  font-size: 19px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.d360archivecatp {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  padding-top: 5px;
}

.d360archivecatar a {
  font-size: 13px;
  font-family: var(--police-sans);
  font-weight: 900;
  text-transform: none;
}

#auarch {
  grid-column-gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
  justify-items: center;
  grid-template-columns: auto;
  margin-top: 131px;
  grid-row-gap: 0px;
}

@media screen and (max-width: 1090px) {
  #auarch {
    grid-template-columns: auto auto;
  }
  #auarch > .d360singleauthor {
    display: none;
  }
  .d360singlerightf {
    grid-row: 1;
  }
}

@media screen and (max-width: 800px) {
  #auarch {
    grid-template-columns: auto auto;
  }

  .disappearbelow800 {
    display: none;
  }

  #authorarchivemobslid {
    grid-column: 1/-1;
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 801px) {
  .disappearabove800 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #auarch {
    grid-template-columns: auto;
  }
}

/*========================================================================================
							Author Archinve Page CSS Ends Here
==========================================================================================*/

.d360categoryauthor {
  width: 100%;
  height: 477px;
  background-position: center top;
  /* background-image:url('assets/img/AuthorImage.jpg'); */
  background-size: cover;
  border: none;
  position: relative;
  grid-template-columns: auto auto;
  overflow: hidden;
}

.reseaux-sociaux {
  display: inline-block;
  width: 100%;
  opacity: 1;
}

.reseaux-sociaux a {
  opacity: 1;
}

.reseaux-sociaux a:not(:hover) path.variable {
  fill: #fff;
}

a.ico-insta {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(Icone/reseaux-sociaux/sprite-Instagram.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

a.ico-insta:hover {
  background-position: 0 -20px;
}

a.ico-in .fond {
  fill: none;
}

a.ico-in:hover .variable {
  fill: #0077b7;
}

a.ico-in:hover .fond {
  fill: #fff;
}

a.ico-fb .cls-1 {
  fill: none;
}

a.ico-fb:hover .cls-1 {
  fill: #fff;
}

a.ico-fb:hover .cls-2 {
  fill: #3a589e;
}

a.ico-yt .cls-1 {
  fill: none;
}

a.ico-yt:hover .cls-1 {
  fill: #fff;
}

a.ico-yt:hover .cls-2 {
  fill: #fa021d;
}

a.ico-tw:hover path {
  fill: #52b1ff;
}

a.ico-rss:hover path {
  fill: #ff7300;
}

#d360standardpageheading {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
}

#d360standardpagecontent {
  font-family: "EB Garamond", serif;
  font-size: 17px;
}

.d360contributorsnames12 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.d360contributorsnames {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#d360contributorslist {
  font-family: "EB Garamond", serif;
  font-size: 17px;
  columns: 3;
  list-style: square;
  font-weight: lighter;
}

#d360contributers {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  justify-content: center;
}

.d360members {
  display: grid;
  max-width: 290px;
  width: 100%;
  grid-gap: 1em;
  grid-template-rows: 20px auto auto 1fr;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  border: solid #d5d5d5 1px;
}

.d360members img {
  width: 99px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  align-self: center;
  z-index: 100;
  border-radius: 50%;
  object-fit: cover;
}

.d360contributorsnames1 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.d360contributorsnames2 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.d360contributersdescription {
  font-family: "EB Garamond", serif;
  text-align: center;
  font-size: 16px;
}

.d360contributorscontact {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 15px;
  list-style-type: none;
  text-align: center;
}

article {
  line-height: 1.6;
}

article#formulaire-ecrire {
  padding: 1.5em;
  text-align: center;
  font-family: "EB Garamond", serif;
  color: black;
  font-size: 17px;
}

article#formulaire-ecrire header {
  display: grid;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
}

article#formulaire-ecrire h1 {
  grid-column: 2;
  font-family: var(--police-sans);
  font-weight: 900;
  text-transform: uppercase;
}

article h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

article p,
article ol,
article ul {
  font-family: "EB Garamond", serif;
  font-size: 18.4px;
  text-align: left;
}

#d360paraghraph {
  font-family: "EB Garamond", serif;
  font-size: 17px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="file"] {
  background: #cd3266;
  overflow: hidden;
  height: 36px;
}

.marginbottom15 {
  margin-bottom: 15px;
  opacity: 0.5;
}

input[type="email"],
input[type="file"],
input[type="text"],
input[type="url"],
textarea {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  font-family: var(--police-sans);
  font-weight: 400;
  font-size: 17px;
}

#ecrire-envoyer {
  display: flex;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 20px;
  font-size: 150%;
  width: 155px;
  margin: 1ex 0;
  cursor: pointer;
  border: solid 2px #d5d5d5;
  background: none;
  justify-content: center;
}

#ecrire-envoyer:hover span {
  background-color: #cd3266;
  color: white;
}

@media screen and (min-width: 680px) {
  div.section-formulaire {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-auto-flow: row dense;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #dformulationlast {
    margin-left: 70px;
    margin-top: 30px;
  }

  #dformulationlast1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .d360formmain {
    padding: 1.5em;
  }

  #description-auteur textarea {
    height: 355px;
  }

  #description-auteur input[type="file"],
  textarea {
    height: 100px;
  }
}

#d360myLinks .has-submenu a.prett::after {
  transform: rotate(-90deg);
}

/*========================================================================================
							Newslatter Popup CSS Starts Here
==========================================================================================*/

#click {
  display: none;
}

/**************** Sidebarnewslatter **************/

.d360sidebarnewslatter {
  display: flex;
  background: #96106d 0% 0% no-repeat padding-box;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 250px;
  height: 38px;
  /* margin-top: -10px; */
  cursor: pointer;
  text-transform: uppercase;
}

.d360sidebarnewslatter:hover {
  background-color: black;
  color: white;
}

/* .d360newslattericon { */
/* float: left; */
/* margin-left: 40px; */

/* } */
.d360sidebarnewslatter img {
  width: 17.34px;
  height: 12px;
  padding-right: 12px;
}

/* .d360newslatterletter { */
/* float: right; */

/* } */

/**************** Sidebarnewslatter **************/

.dpcontent {
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  /* opacity: 1; */
  /* visibility: visible; */
  width: 364px;
  max-width: 80vw;
  height: auto;
  padding: 7px 38px 38px;
  background: white;

  /* border-radius: 3px; */
  box-shadow: 0px 3px 6px #00000029;
  color: black;
  justify-content: center;
}

.full-screen {
  position: fixed;
  max-width: 100%;
  top: 32px;
  opacity: 1;
  height: auto;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* background-color: #a3a3a3; */
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  z-index: 90;
  cursor: pointer;
  /* margin-top: 500px; */
}

#dpopup {
  margin: 0;
  max-width: 95%;
  height: auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.35);
  /* background-color: #00000029; */
  height: auto;
  position: relative;
  cursor: auto;
}

.dcenter,
.dpcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

#click:checked ~ .full-screen {
  opacity: 1;
  visibility: visible;
}

.dpheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: black;
  justify-content: center;
  align-items: center;
}

#dnewslatterheader {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  /* margin-bottom: 09px; */
}

.fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
  font-weight: bold;
  cursor: pointer;
}
.fa-times::before {
  content: "×";
}

.fa-check {
  font-size: 50px;
  color: #27ae69;
  font-weight: bold;
  margin: 30px 0 0 160px;
  height: 80px;
  width: 80px;
  border: solid 2px #27ae69;
  padding-top: 13px;
  padding-left: 13px;
  border-radius: 50%;
  box-sizing: border-box;
}

#newsp {
  color: #000000;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 5px;
  font-family: "EB Garamond", serif;
  font-size: 17px;
  width: auto;
  text-transform: none;
}

.line {
  position: absolute;
  bottom: 65px;
  width: 100%;
  height: 3px;
  background: silver;
}

.close-btn {
  /* position: absolute; */
  /* bottom: 12px; */
  /* right: 25px; */
  border: solid 1px #27ae60;
  border-radius: 3px;
  color: #27ae60;
  padding: 8px 10px;
  font-size: 18px;
  cursor: pointer;
}

.close-btn:hover {
  background: #27ae60;
  color: white;
  transition: all 0.5s;
}

.flex-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

input.dnewsplace {
  border: 1px solid #d5d5d5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 16px 8px 18px;
}

.newslattescheck {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}

.newslatterconfirmcheck {
  display: flex;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 20px;
  padding-top: 6px;
}

#newscheckbox {
  height: 15px;
  width: 15px;
}

.newslatterregisterbtn {
  background: transparent linear-gradient(90deg, #cd3266 0%, #95106d 100%) 0% 0%
    no-repeat padding-box;
  /* Green */
  border: none;
  color: white;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}

.newslatterregisterbtn span {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#newslatterparagraph {
  font-family: "EB Garamond", serif;
  color: #000000;
  font-size: 17px;
  hyphens: none;
}

#newslattertermscond {
  font-family: "EB Garamond", serif;
  color: #000000;
  font-weight: 700;
  font-size: 17px;
}

/*========================================================================================
							Newslatter Popup CSS Ends Here
==========================================================================================*/

/*========================================================================================
							Menu Popup CSS Ends Here
==========================================================================================*/
#click1 {
  display: none;
}

#click1:checked ~ .full-screen {
  opacity: 1;
  visibility: visible;
}

/*========================================================================================
							Menu Popup CSS Ends Here
==========================================================================================*/

#dimporter {
  display: flex;
  align-items: center;
  /* width: 308.97px; */
  height: 38px;
  color: white;
  background: #cd3266;
  cursor: pointer;
  font-family: var(--police-sans);
  font-weight: 700;
  font-size: 16px;
}

#dimporter span {
  padding-left: 20px;
  font-family: var(--police-sans);
  font-weight: 400;
  font-size: 16px;
  color: white;
  /* text-transform: uppercase; */
}

.dplaceholder {
  height: 38px;
  border: solid 1px #d5d5d5;
  display: flex;
  align-items: center;
}

#dformspan {
  text-align: left;
}

#dformfinalcheck {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 20px;
}

#accepte-TdP {
  width: 15px;
  height: 15px;
}

/*******************Contact Page Css Starts Here*/
#contact-envoyer1 {
  width: 115px;
  height: 40px;
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  background-color: white;
  border: solid 2px #ededed;
}

#contact-envoyer1:hover {
  background-color: #cd3266;
  color: white;
  border: none;
}

/*******************Contact Page Css Starts Here*/

/*========================================================================================
							Archive Page CSS Starts Here
==========================================================================================*/

@media screen and (max-width: 1200px) {
  .d360singlerightarch {
    padding: 40px 40px;
  }

  .d360singleleft {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1071px) {
  .d360singlerightarch {
    padding: 40px 30px;
    height: min-content;
  }
}

@media screen and (max-width: 1180px) {
  .d360singleright12 {
    width: 650px;
  }
}

@media screen and (max-width: 930px) {
  .d360singlerightarch {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 890px) {
  .d360singlerightarch {
    padding: 20px 20px;
    justify-content: center;
    margin-top: -150px;
  }

  /* .d360singleleft { */
  /* margin: auto; */
  /* } */
  /* .d360singlerightarch { */
  /* padding: 20px 20px; */
  /* justify-content: center; */
  /* margin-top: -200px; */
  /* } */
  /* main#content { */
  /* margin-bottom: 90px; */
  /* } */
}

@media screen and (max-width: 600px) {
  .arch-respo-tab {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    justify-content: center;
  }

  .d360singlerightarch {
    padding: 20px 35px;
    margin-top: -240px;
  }

  .d360singleleft {
    margin: auto;
    justify-items: center;
  }

  .dres580 {
    display: grid;
    justify-content: center;
  }

  .archive {
    grid-template-columns: auto;
  }

  .d360authorarchivecontainer {
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  main#content {
    width: 100%;
  }

  .d360authorarchivecontainer {
    grid-template-columns: auto;
    margin: 0px;
    width: auto;
  }

  .d360singlerightarch {
    padding: 0px;
    margin-top: 0px;
  }

  .dres580 img {
    max-width: 400px;
    width: 100%;
  }

  .d360thumbnailsize {
    overflow: visible;
    width: 400px;
  }

  .dpadding {
    padding: 30px 5px 20px 5px;
    margin-bottom: 0px;
  }

  .article h1 {
    width: auto;
    hyphens: none;
  }

  .article h1 a {
    hyphens: none;
  }

  .article p {
    width: auto;
    hyphens: none;
  }

  .article .d360articlecontent {
    padding: 5px 25px;
    hyphens: none;
  }
}

/*========================================================================================
							Archive Page CSS Ends Here
==========================================================================================*/
.marginright45 {
  margin-right: 45px;
}

@media screen and (min-width: 830px) {
  .disb830 {
    display: none;
  }

  .disab830 {
    display: visible;
  }
}

@media screen and (max-width: 830px) {
  .bottommargin40 {
    display: none;
  }

  .disab830 {
    display: visible;
  }
}

@media screen and (max-width: 600px) {
  .bottommargin40 {
    display: grid;
    display: visible;
    margin-bottom: 30px;
    justify-items: center;
    justify-content: center;
  }

  .disab830 {
    display: none;
  }
}

.marginleft45 {
  margin-left: 45px;
}

.d360topnav .d360toplinks .top-bar li .sub-menu:hover a {
  border-bottom: none;
  border: none;
}

/*========================================================================================
                              D360 Article Single Page Css Starts Here
==========================================================================================*/

.d360singlecontainerf {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  justify-items: center;
}

@media screen and (max-width: 800px) {
  .d360singlecontainerf {
    margin-left: 4%;
    margin-right: 4%;
  }
}

.d360singleleftf {
  display: grid;
  justify-items: center;
  height: min-content;
  justify-content: center;
  margin-top: 110px;
  grid-row-gap: 35px;
}

.d360singlerightf {
  max-width: 747px;
  width: 100%;
  margin-top: -250px;
  z-index: 80;
  justify-content: center;
  justify-items: center;
}

.d360singlerightf > .d360rightaid {
  display: flex;

  flex-direction: column;
  justify-content: center;
  justify-items: center;
}

.d360singlerightf .d360rightaid .d360rightaidfeatures {
  text-align: center;
  margin: auto;
}

.d360singlerightf .singlemotto .d360rightaid {
  width: 100%;
}

.singlemotto {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #cd3266, #95106d);
  margin: 31px -31px 0;
}

.dicons {
  display: flex;
  flex-direction: column;
  color: white;
}

.mottoheading {
  width: min-content;
  font-size: 22px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: white;
  text-align: center;
}

.dicons > i {
  font-style: normal;
}

.dmottofo {
  max-width: 160px;
  text-align: center;
}

.minheight {
  height: min-content;
}

@media screen and (max-width: 950px) {
  .auteur {
    display: grid;
    grid-row: 1/-1;
  }

  .singleinvisiblesm {
    display: none;
    height: min-content;
  }
}
@media screen and (max-width: 1090px) {
  .d360singleleftf {
    margin: 60px 0px;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
  }
  .d360singleleftf > .d360singleauthor {
    margin-top: 0px;
    grid-column: 1/-1;
    max-width: 456px;
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .d360singleleftf > .d360singleauthor {
    max-width: 300px;
  }
}

@media screen and (min-width: 600px) {
  .singlemotto {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .d360singleleftf {
    grid-template-columns: auto;
  }

  #singleheader {
    display: none;
  }
}

/*========================================================================================
                               D360 Article Single Page Css Ends Here
==========================================================================================*/
.taxauteurcontainer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  justify-items: center;
}

.taxauteurcontainer > .d360singleauthor {
  display: none;
}

.taxright {
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  padding: 34px min(64px, 50vw - 290px) 3em;
  justify-items: center;
  height: min-content;
  margin-top: -200px;
  background-color: white;
  z-index: 100;
  max-width: 747px;
}

.taxleft {
  display: grid;
  margin-top: 80px;
  justify-content: center;
  height: min-content;
  grid-row-gap: 35px;
}

.res1071 {
  display: none;
}

@media screen and (max-width: 1090px) {
  .taxleft {
    display: grid;
    margin-top: 80px;
    justify-content: center;
    height: min-content;
    grid-row-gap: 35px;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
  }

  .moyen-post {
    display: none;
  }

  main#content {
    width: auto;
    overflow: visible;
  }

  .d360singlerightarch {
    padding: 20px 30px;
    height: min-content;
    justify-content: center;
  }

  .moyen-post {
    display: none;
  }

  .arch-respo-tab {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    justify-content: center;
  }

  .supertitre {
    margin-bottom: 0px;
    padding: 25px 20px 50px 20px;
  }

  .marginleft45 {
    margin-left: 0px;
  }

  .taxright {
    margin-top: -100px;
    padding-bottom: 0px;
  }

  .taxauteurcontainer {
    grid-template-columns: auto;
  }

  .taxauteurcontainer > .d360singleauthor {
    display: flex;
    margin: 90px auto 100px;
    max-width: 456px;
    width: 90%;
  }

  .res1071 {
    display: inline-grid;
  }
}

@media screen and (max-width: 890px) {
  .taxauteurcontainer {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 600px) {
  .taxauteurcontainer > .d360singleauthor {
    margin-bottom: 0;
  }
}

.load-more {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 47px;
  align-items: center;
}
.load-more-button {
  cursor: pointer;
  background: transparent;
  padding: 9px 17px 7px;
  border: 1px solid #d5d5d5;
  margin: auto;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
}
.load-more-button:hover,
.load-more-button:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.load-more::before,
.load-more::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #d5ddd5;
}

@media screen and (max-width: 600px) {
  .dres580 img {
    max-width: 500px;
    width: 100%;
  }

  .articlept p {
    width: 90%;
  }

  .articlept h1 {
    width: 90%;
  }

  .taxright {
    padding: 30px;
    margin: 30px 0px;
  }

  main#content {
    grid-template-columns: auto;
  }

  .d360thumnailbottombelt {
    max-width: 500px;
    width: 100%;
    overflow-x: hidden;
  }

  .taxright {
    max-width: 400px;
    width: 100%;
    padding: 30px;
  }

  #dcatarchivesidebar {
    grid-template-columns: auto;
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .taxright {
    padding: 0px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .res400 {
    padding: 0px;
  }

  .d360singlecontainerf {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*========================================================================================
                               D360 Article Single Page Css Ends Here
==========================================================================================*/
/*========================================================================================
                               D360 Article Single Page Content Slider Css Starts Here
==========================================================================================*/

.dadslider {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 20px 0px;
}

@media screen and (min-width: 630px) {
  .below630show {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .d360singlerightf article.poste {
    padding: 41px 31px 10px;
  }
}

@media screen and (max-width: 330px) {
  .article {
    padding: none;
  }
}

/*========================================================================================
                               D360 Article Single Page Content Slider Css Ends Here
==========================================================================================*/
/* .d360categoryauthor img { */
/* max-width: unset; */
/* height: 100%; */
/* width: auto; */
/* } */

.d360categoryauthor img {
  width: 100%;
  height: 477px;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .article h1 {
    width: auto;
  }

  .article p {
    width: auto;
  }
}

/*========================================================================================
                               D360 Article Equipe Page Css Starts Here
==========================================================================================*/

.d360equipecon {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: auto;
  width: min-content;
  margin-bottom: 60px;
  margin-top: 100px;
  justify-items: center;
}

.d360equipeleft {
  display: grid;
  width: 700px;
  margin-top: -200px;
  z-index: 10;
  padding: 30px;
  padding-top: 10px;
  background-color: white;
}

.d360members {
  height: min-content;
}

@media screen and (max-width: 1080px) {
  .d360equipecon {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 810px) {
  .d360equipeleft {
    width: 500px;
  }

  #d360contributorslist {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5em;
  }
}

/*========================================================================================
                               D360 Article Equipe Page Css Ends Here
==========================================================================================*/

/*========================================================================================
                               D360 Mobile Menu Css Starts Here
==========================================================================================*/
@media screen and (max-width: 750px) {
  .menu-item-has-children:focus-within > ul.sub-menu {
    padding-left: 20px;
  }

  .menu-item-has-children:focus-within > ul.sub-menu a {
    text-transform: none;
  }

  ul#menu-mobile-menu {
    padding-left: 27px;
  }

  #d360myLinks a.icone:not(:hover) path.variable {
    fill: #000;
  }

  #d360myLinks ul.sub-menu a {
    font-family: var(--police-sans);
  }

  #d360myLinks a.ico-insta:not(:hover) {
    background-position-y: -40px;
  }

  #d360myLinks #s {
    width: 8em;
  }
}

/*========================================================================================
                               D360 Mobile Menu Css Ends Here
==========================================================================================*/

@media screen and (max-width: 600px) {
  #d360contributorslist {
    grid-template-columns: auto;
  }

  .d360equipeleft {
    width: auto;
  }

  #d360contributers {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 340px) {
  .d360equipeleft {
    padding: 10px;
  }

  .article {
    padding: 0px;
  }
}

.d360quipecontainer {
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  width: min-content;
  margin-bottom: 60px;
}

.d360equiperight {
  display: grid;
  height: min-content;
  margin-left: 40px;
  grid-row-gap: 35px;
  margin-top: 100px;
}

@media screen and (max-width: 1090px) {
  .d360quipecontainer {
    grid-template-columns: auto;
  }

  .d360equiperight {
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin: auto;
  }
  .d360singlecontainerf {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 600px) {
  .d360equiperight {
    grid-template-columns: auto;
  }
}

.d360contributorsnames3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}

ul.dequipeauthorsocial {
  padding: 0px;
}

/*========================================================================================
                               D360 Article Equire Page Css Ends Here
==========================================================================================*/

/*========================================================================================
                               D360 Article Ecrire Page Css Starts Here
==========================================================================================*/
.d360formleft {
  display: grid;
  width: auto;
  margin-top: -300px;
  z-index: 10;
  padding: 30px;
  padding-top: 10px;
  background-color: white;
}

.d360formleft > main#content {
  width: 750px;
}

@media screen and (max-width: 1200px) {
  .d360singleleft {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .d360formleft > main#content {
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .d360form {
    display: grid;
    grid-template-columns: auto;
  }

  .gridcolumn {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    margin: auto;
    grid-row-gap: 20px;
  }

  .dgridrow2 {
    grid-column: 2;
    /* margin-top: -100px; */
  }

  .dgridrow3 {
    grid-row: 3;
  }
}

@media screen and (min-width: 600px) {
  .d360formleft {
    width: 500px;
  }

  #dimporter {
    margin-bottom: 20px;
  }

  /* .dgridrow2 {
		margin-top: -100px;
	}  */
}

@media screen and (min-width: 680px) {
  .d360formleft {
    width: 600px;
  }

  .dgridrow2 {
    margin-top: auto;
    margin: 0px;
  }
}

@media screen and (max-width: 600px) {
  #dimporter {
    width: auto;
    margin-bottom: 20px;
  }

  .gridcolumn {
    grid-template-columns: auto;
  }

  .dgridrow {
    grid-row: 2;
  }

  .dgridrow2 {
    grid-column: 1;
    /* margin-top: -100px; */
  }
}

@media screen and (max-width: 600px) {
  .d360formleft {
    padding: 0px;
  }
}

@media screen and (min-width: 1150px) {
  .d360formleft {
    width: 750px;
  }
}

@media screen and (max-width: 360px) {
  .g-recaptcha > div {
    max-width: calc(100vw - 50px);
    overflow-x: scroll;
  }

  .d360firstblogblanc p {
    -webkit-line-clamp: 3;
  }
}

/*========================================================================================
                               D360 Article Ecrire Page Css Ends Here
==========================================================================================*/

/*========================================================================================
                               D360 Mobile Menu Css Starts Here
==========================================================================================*/

#clickmenu {
  display: none;
}

.iconmenu {
  font-size: 28px;
  float: right;
  margin-top: 2px;
  margin-right: 20px;
  color: white;
}

i.fa {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.fa-bars::before {
  content: "☰";
}

#clickmenu:checked ~ .full-screen {
  opacity: 1;
  visibility: visible;
  margin-top: 35px;
}

.dmobilemenu {
  width: 250px;
  height: 250px;
  background-color: white;
  color: white;
}

.innersq {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 750px) {
  .iconmenu {
    display: none;
  }
}

#d360myLinks {
  background: white;
  width: 100%;
  width: 240px;
  color: white;
  overflow-y: auto;
  height: 100%;
}

#d360myLinks a {
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  display: inline-flex;
  margin-right: 10px;
  text-decoration: none;
}

ul.sub-menu {
  /* display: none; */
  padding-left: 20px;
}

#d360myLinks .menu-item-has-children a {
  border-bottom: solid #c12b67;
}

#d360myLinks .menu-item-has-children a::after {
  content: url("assets/img/Polygon black.svg");
  display: inline-flex;
  width: 7px;
  height: 4px;
  padding-left: 8px;
}

.menu-item-has-children:focus-within > ul.sub-menu {
  display: block;
}

#d360myLinks ul.sub-menu {
  font-weight: 400;
}

#d360myLinks ul.sub-menu a {
  border: none;
  text-transform: none;
  font-family: var(--police-sans);
}

#d360myLinks ul.sub-menu a:hover {
  text-decoration: underline;
}

#d360myLinks ul.sub-menu a::after {
  content: none;
}

@media screen and (max-width: 380px) {
  .d360logo {
    left: 10px;
  }
}

@media screen and (max-width: 380px) {
  #d360myLinks {
    width: 195px;
  }
}

/*========================================================================================
                               D360 Mobile Menu Css Ends Here
==========================================================================================*/
#s:focus::placeholder {
  opacity: 1;
}

#s:not(:focus)::placeholder {
  visibility: hidden;
}

#dgridrow2 {
  margin: 0px;
}

/*========================================================================================
                               Flux Css Starts Here
==========================================================================================*/
.fluxarchive {
  display: grid;
  grid-template-columns: auto auto;
}

#fluxright {
  display: grid;
  width: auto;
}

@media screen and (min-width: 1090px) {
  .fluxarchive {
    display: grid;
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 900px) {
  #flux-maincontainer {
    grid-template-columns: auto;
  }

  #dfluxleft {
    margin: auto;
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  #fluxright {
    max-width: 400px;
    width: 100%;
  }

  #dfluxleft {
    grid-template-columns: auto;
  }

  .fluxarchive {
    grid-gap: 20px;
  }
}

#fluxhead {
  margin-top: 30px;
}

/*========================================================================================
                               D360 Flux Css Ends Here
==========================================================================================*/

/*========================================================================================
                               D360 Notre-Engagement Css Starts Here
==========================================================================================*/
.d360singlepage {
  display: grid;
  width: 700px;
  margin-top: -300px;
  z-index: 10;
}

#pagecontent {
  font-family: var(--police-serif);
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}

.d360pageleft {
  display: grid;
  height: min-content;
  margin-left: 40px;
  grid-row-gap: 35px;
}

.d360pagecontainer {
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 100px;
  justify-content: center;
}

.d3640singlepage {
  margin-top: -250px;
  z-index: 100;
}

@media screen and (max-width: 1050px) {
  .d360pagecontainer {
    display: grid;
    grid-template-columns: auto;
  }

  .d360pageleft {
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .d360pageleft {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 400px) {
  #pagecontent > article.poste {
    padding: 1em;
  }

  #pagecontent > .poste header {
    padding-top: 10px;
  }
}

/*========================================================================================
                               D360 Notre-Engagement Css Ends Here
==========================================================================================*/
#contactright {
  display: grid;
  max-width: 680px;
  justify-content: center;
  padding: 3em;
  justify-items: center;
  height: min-content;
  margin-top: -200px;
  background-color: white;
  z-index: 100;
}

article#formulaire {
  margin-bottom: 50px;
}

#contactright {
  padding-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .g-recaptcha {
    max-width: 200px;
  }

  div#dformulationlast1 {
    display: grid;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 630px) {
  #contactright {
    padding: 2em;
  }

  .marginbottom {
    max-width: 400px;
  }
}

@media screen and (max-width: 400px) {
  #contactright {
    padding: 1em;
  }

  article#formulaire {
    padding: 1em;
  }

  #contactright {
    padding: 0;
  }
}
