@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  margin: 0;
}

#afghanistan {
  background: #252525;
}
#afghanistan .top-content {
  background: #252525;
  min-height: 100px;
  position: relative;
}
#afghanistan .sticky-wrapper .citation-d-entree {
  background: rgba(0, 0, 0, 0.6);
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
  font-style: italic;
  font-size: 55px;
  line-height: 57px;
  text-transform: uppercase;
  color: #B9A935;
  padding: 15px;
  max-width: 700px;
  width: 90%;
  text-align: left;
  z-index: 2;
  margin: -12% auto;
  position: relative;
}
@media (max-width: 700px) {
  #afghanistan .sticky-wrapper .citation-d-entree {
    font-size: 35px;
    line-height: 37px;
  }
}
#afghanistan .sticky-wrapper .titre-d-entree {
  background: rgba(0, 0, 0, 0.6);
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
  font-size: 55px;
  line-height: 57px;
  text-transform: uppercase;
  color: #B9A935;
  padding: 25px 35px;
  max-width: 700px;
  width: 90%;
  text-align: left;
  z-index: 2;
  margin: -12% auto;
  position: relative;
}
@media (max-width: 700px) {
  #afghanistan .sticky-wrapper .titre-d-entree {
    font-size: 35px;
    line-height: 37px;
  }
}
#afghanistan .shrink-me {
  height: 560px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: height ease-in-out 1.2s;
}
#afghanistan .shrink-me.shrink-acteur {
  max-width: 700px;
  height: 425px;
}
#afghanistan .shrink-me.shrunk {
  height: 200px;
}
@media (max-width: 700px) {
  #afghanistan .shrink-me {
    height: 375px;
  }
}
#afghanistan .shrink-me img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 700px) {
  #afghanistan .shrink-me img {
    width: 150%;
    max-width: 150%;
    left: -25%;
  }
}
#afghanistan .shrinker {
  position: relative;
  padding-top: 11%;
  padding-bottom: 5%;
}
#afghanistan .shrinker .credits-photo {
  padding: 25px 0 5px;
  max-width: 700px;
  width: 90%;
  margin: auto;
}
#afghanistan .shrinkable-acteur .shrinker {
  padding-top: 5%;
  padding-bottom: 0;
}
#afghanistan .no-photo-acteur {
  padding-top: 10%;
}
#afghanistan .no-photo-acteur .shrinker {
  padding-top: 0;
  padding-bottom: 5%;
}
#afghanistan .credits-photo {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  color: #797979;
}
#afghanistan .credits-and-bdv {
  display: flex;
  max-width: 700px;
  width: 90%;
  margin: 25px auto 15px;
}
#afghanistan .credits-and-bdv .credits {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  align-items: center;
  text-align: right !important;
  color: #797979;
}
#afghanistan .credits-and-bdv .bdv {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  color: #E5E0BA;
  margin-bottom: 40px;
  flex-grow: 1;
}
#afghanistan .sep {
  height: 1px;
  max-width: 1000px;
  background: #B9A935;
  margin: 30px auto;
}
#afghanistan #chapitre4 h1, #afghanistan #chapitre4 p, #afghanistan #chapitre2 h1, #afghanistan #chapitre2 p {
  max-width: 700px !important;
  width: 90%;
}
#afghanistan .chapitre {
  background: #252525;
}
#afghanistan .chapitre.decole-du-haut {
  margin-top: 60px;
}
#afghanistan .chapitre h1, #afghanistan .chapitre p, #afghanistan .chapitre h2, #afghanistan .chapitre p strong, #afghanistan .chapitre blockquote, #afghanistan .chapitre .credits, #afghanistan .chapitre .bdv {
  max-width: 640px !important;
  width: 90%;
  margin: auto !important;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  text-align: left;
}
#afghanistan .chapitre h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #E6E0BA;
  margin: 50px auto 20px;
}
#afghanistan .chapitre h1:not(.no-bottom) {
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
#afghanistan .chapitre h1.no-bottom {
  font-size: 55px;
  line-height: 55px;
}
@media (max-width: 700px) {
  #afghanistan .chapitre h1.no-bottom {
    font-size: 35px;
    line-height: 37px;
  }
}
#afghanistan .chapitre:not(.shrinkable-chapter) h1 {
  color: #B9A935;
}
#afghanistan .chapitre h2 {
  font-weight: 900 !important;
  font-size: 18px !important;
  line-height: 24px;
  color: #B9A935 !important;
  padding: 10px 0 20px !important;
}
#afghanistan .chapitre p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 0 15px;
}
#afghanistan .chapitre p strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #E5E0BA;
  text-align: left;
  padding: 15px 0;
  margin: 0 !important;
  display: block;
}
#afghanistan .chapitre .photo {
  max-width: 640px;
  margin: 25px auto;
}
#afghanistan .chapitre .photo img {
  width: 100%;
}
#afghanistan .chapitre .photo .credits {
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  align-items: center;
  text-align: right;
  color: #797979;
}
#afghanistan .chapitre .photo .bdv {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #E5E0BA;
  margin-bottom: 40px;
}
#afghanistan .chapitre .photo .bdv, #afghanistan .chapitre .photo .credits {
  max-width: 640px !important;
  width: 100%;
}
#afghanistan .chapitre blockquote {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #B9A935;
  margin-bottom: 25px !important;
}
#afghanistan .chapitre blockquote span {
  text-transform: none;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-photo {
  max-width: 1000px;
  margin: auto;
  z-index: 0;
  position: relative;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-photo img {
  width: 100%;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau {
  max-width: 636px;
  width: 85%;
  padding: 32px;
  background: #151515;
  margin: -25% auto 0;
  z-index: 1;
  position: relative;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .credits-photo {
  padding: 5px 0 10px;
  width: 100%;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau {
    padding: 16px;
    width: 92%;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau h1 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 53px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: left;
  color: #B9A935;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau h1 {
    font-size: 31px;
    line-height: 31px;
    padding: 0 !important;
    margin-top: 10px !important;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  border-top: 1px solid #B9A935;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne.ligne-solo + .ligne {
  padding-bottom: 0;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne.ligne-solo + .ligne + .sep {
  margin-top: 10px;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne {
    flex-direction: column;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne div:not(.left, .right) {
  flex-grow: 1;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-titre {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 30px;
  text-align: left;
  color: #E5E0BA;
  padding: 0 0 40px;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-titre {
    line-height: 55px;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  color: #E5E0BA;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication br {
    display: none;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication.ralonge {
  max-width: 190px;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication.ralonge {
    max-width: 100%;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication ul {
  margin: 0 0 0 32px;
  padding: 0;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication ul li {
  list-style-type: disc;
  padding-bottom: 5px;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .recap-explication ul li {
    padding-bottom: 10px;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .third {
  align-self: flex-start;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .third .recap-titre {
  padding-bottom: 15px;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .third:nth-child(1) {
  flex-basis: 45%;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .third:nth-child(2) {
  flex-basis: 30%;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .third:nth-child(3) {
  flex-basis: 25%;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #B9A935;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs {
    font-size: 18px;
    line-height: 21px;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(185, 169, 53, 0.5);
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .left strong, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .left span, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .right strong, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .right span {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 47px;
  text-align: center;
  color: #E5E0BA;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .left strong, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .left span, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .right strong, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .right span {
    font-size: 30px;
    line-height: 30px;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .left span, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .top .right span {
  font-weight: 500;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite:not(:last-of-type) {
  border-bottom: 1px dashed rgba(185, 169, 53, 0.5);
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .left, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .right {
  flex-grow: 1;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .left strong, #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .right strong {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  color: #E5E0BA;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .vs {
  max-width: 200px;
}
@media (min-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne .vs .suite .vs {
    min-width: 200px;
  }
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne:nth-child(3) .recap-titre {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne-solo {
    align-items: flex-start;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .ligne-solo .recap-titre {
  padding-right: 10px;
  padding-bottom: 0;
}
#afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .credits-tableau {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .tableau-tableau .credits-tableau {
    line-height: 16px;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .halves {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  #afghanistan .chapitre .tableau-recapitulatif .halves {
    flex-direction: column;
  }
}
#afghanistan .chapitre .tableau-recapitulatif .halves .left, #afghanistan .chapitre .tableau-recapitulatif .halves .right {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  text-align: left;
  padding: 0 15px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #E5E0BA;
}
#afghanistan .chapitre .tableau-recapitulatif .halves .left strong, #afghanistan .chapitre .tableau-recapitulatif .halves .right strong {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #E5E0BA;
}
#afghanistan .chapitre .tableau-recapitulatif .halves .left ul, #afghanistan .chapitre .tableau-recapitulatif .halves .right ul {
  margin: 0 0 20px;
  padding: 5px 20px;
}
#afghanistan .chapitre .tableau-recapitulatif .halves .left ul li, #afghanistan .chapitre .tableau-recapitulatif .halves .right ul li {
  list-style-type: disc;
}
#afghanistan .acteurs {
  max-width: 700px;
  margin: auto;
  background: #151515;
}
@media (max-width: 700px) {
  #afghanistan .acteurs {
    width: 95%;
  }
}
#afghanistan .acteurs strong {
  background: #151515;
  font-family: "barlow", sans-serif !important;
  text-align: left;
  font-style: normal;
  font-weight: 900;
  font-size: 37px;
  line-height: 76px;
  color: #B9A935;
  display: block;
  margin: 0;
  border-top: 40px solid #252525;
  padding-left: 30px;
}
@media (max-width: 700px) {
  #afghanistan .acteurs strong {
    font-size: 32px;
    line-height: 40px;
    padding-top: 20px;
  }
}
#afghanistan .acteurs .acteur {
  background: #151515;
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  margin: 0 30px;
}
@media (max-width: 700px) {
  #afghanistan .acteurs .acteur {
    flex-direction: column;
  }
}
#afghanistan .acteurs .acteur:not(.no-bottom) {
  border-bottom: 1px dashed rgba(185, 169, 53, 0.5);
}
#afghanistan .acteurs .acteur .left, #afghanistan .acteurs .acteur .right {
  flex-basis: 50%;
}
#afghanistan .acteurs .acteur .left .credits-photo, #afghanistan .acteurs .acteur .right .credits-photo {
  padding: 8px 0;
}
#afghanistan .acteurs .acteur .left img, #afghanistan .acteurs .acteur .right img {
  width: 100%;
}
@media (min-width: 700px) {
  #afghanistan .acteurs .acteur .right {
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  #afghanistan .acteurs .acteur .right {
    padding-top: 20px;
  }
}
#afghanistan .acteurs .acteur .quote, #afghanistan .acteurs .acteur .quote-author, #afghanistan .acteurs .acteur .quote-details {
  font-family: "barlow", sans-serif !important;
  text-align: left;
}
#afghanistan .acteurs .acteur .quote {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
#afghanistan .acteurs .acteur .quote span {
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 28px;
  color: #B9A935;
}
#afghanistan .acteurs .acteur .quote-author {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #B9A935;
  padding-top: 20px;
}
#afghanistan .acteurs .acteur .quote-details {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #E5E0BA;
  padding-top: 0;
}
#afghanistan .acteur2 {
  background: #151515;
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: -10% auto 0;
  padding-top: 30px;
  padding-bottom: 40px;
}
#afghanistan .acteur2 .credits-and-bdv {
  margin: -10px 0 0;
}
#afghanistan .acteur2 .credits-and-bdv .credits {
  padding-right: 15px;
}
#afghanistan .acteur2 .credits-and-bdv .bdv {
  padding-left: 15px;
}
#afghanistan .acteur2 p strong, #afghanistan .acteur2 h1, #afghanistan .acteur2 p, #afghanistan .acteur2 p span {
  font-family: "barlow", sans-serif !important;
  font-style: normal;
  text-align: left;
}
#afghanistan .acteur2 h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  color: #E5E0BA !important;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
  border-bottom: none;
}
#afghanistan .acteur2 p {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
#afghanistan .acteur2 p strong {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #B9A935;
}
#afghanistan .acteur2 p span {
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 28px;
  color: #B9A935;
}
#afghanistan .sommaire-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all ease 0.4s;
  font-family: "Barlow", sans-serif !important;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  color: #B9A935;
  height: 40px;
  padding: 0 15px;
  background: #000000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  z-index: 4;
}
#afghanistan .sommaire-button.shrunk {
  font-size: 0;
  width: 40px;
  padding: 0;
  justify-content: center;
}
#afghanistan .sommaire-button.active {
  font-size: 13px;
  width: auto;
  padding: 0 15px;
  border: 1px solid #B9A935;
}
#afghanistan .sommaire-button.hidden {
  display: none;
}
#afghanistan .sommaire-button .hamburger {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#afghanistan .sommaire-button .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #B9A935;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#afghanistan .sommaire-button .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#afghanistan .sommaire-button .hamburger span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#afghanistan .sommaire-button .hamburger span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#afghanistan .sommaire-button.active .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
#afghanistan .sommaire-button.active .hamburger span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#afghanistan .sommaire-button.active .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}
#afghanistan .sommaire {
  display: flex;
  flex-direction: column;
  background: #000000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 3;
  width: 270px;
  padding: 15px 25px 0;
  transition: all ease-in-out 0.6s;
  border-radius: 8px;
}
@media (max-width: 700px) {
  #afghanistan .sommaire {
    width: 100%;
    right: 0;
  }
}
#afghanistan .sommaire.inactive {
  bottom: -800px;
}
#afghanistan .sommaire.inactive .sommaire-item {
  opacity: 0;
}
#afghanistan .sommaire.hidden {
  display: none;
}
#afghanistan .sommaire .sommaire-item {
  font-family: "Barlow", sans-serif !important;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  padding: 14px 0;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all ease-in-out 0.6s;
  border-bottom: 1px solid rgba(185, 169, 53, 0.3);
  position: relative;
  z-index: 2;
}
#afghanistan .sommaire .sommaire-item:first-of-type {
  border-top: 1px solid rgba(185, 169, 53, 0.3);
}
#afghanistan .sommaire .sommaire-item.active {
  color: #B9A935;
  font-weight: 900;
}
#afghanistan .sommaire::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #000000;
  margin: -22px auto 0;
  transform: rotate(45deg);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 0;
  position: relative;
  bottom: -10px;
  right: -100px;
}

@media (max-width: 700px) {
  [data-cy=detailedStoryBody] {
    padding: 0;
  }

  [data-cy=detailedStoryTitle], [data-cy=detailedStorySubtitle] {
    padding: 0 15px;
    display: block;
  }

  [data-testid=storyAuthorImage] {
    margin-left: 10px;
  }

  [data-testid=storySourceLogo] {
    margin-right: 15px;
  }
}

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