.thematique-main {
  width: 1200px;
  margin: auto;
}

.thematique-main {
  display: flex;
}

.thematique-left {
  width: 75%;
}

.thematique-right {
  width: 25%;
  border-left: 1px solid rgba(235, 235, 235, 1);
  padding: 30px 0 30px 20px;
}

.thematique-content {
  padding: 30px 30px 30px 0px;
  color: var(--secondary-color--text-cdc)!important;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}

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

.thematique-date {
  display: flex;
  align-items: center;
  color: var(--secondary-color--text-cdc);
  justify-content: right;
  border-top: 1px solid rgba(229, 232, 236, 1);
  border-bottom: 1px solid rgba(229, 232, 236, 1);
  padding: 20px 0px 20px 0px;
  margin-top: 10px;
}

.thematique-date svg {
  margin-left: 5px;
}

.thematique-content a {
  transition: color .3s ease-in-out;
  color: rgba(88, 207, 144, 1);
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}

.thematique-content a:hover {
  color: #CBD0DC;
  text-decoration: none;
}

.thematique-content h2 {
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.thematique-links {
  margin-top: 40px;
  border: 1px solid rgba(229, 232, 236, 1);
  border-radius: 3px;
  padding: 30px 20px;
}

.thematique-links a {
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  transition: color .3s ease-in-out;
  text-transform:uppercase;
  color: #CBD0DC!important;
}

.thematique-links a:hover {
  color: rgba(88, 207, 144, 1) !important;
  text-decoration: none;

}

.next-node {
  text-align: right;
}

.thematique-content .field--name-field-media-image img {
  width: 100%;
}


.thematique-content .field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.thematique-content .field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.thematique-content table tr th,
.thematique-content table tr td {
  padding: 15px;
}

.thematique-content table thead tr th{
  color:white;
  background-color: rgba(88, 207, 144, 1);
  border-color: rgba(88, 207, 144, 1);
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
}

.thematique-content table tbody tr td:last-child {
  border-right: 1px solid #dadada;
}

.thematique-content table tbody tr td{
  background-color: white;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  color: rgba(120, 114, 124, 1);
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}

@keyframes textFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.thematique-fade-in {
  font-family: Georgia, Times, 'Century Schoolbook L', serif;
  font-size: 16px;
  color: #33cccc;
  opacity: 0;
}

.thematique-fade-in.animate {
  animation: textFade 2s ease-in-out forwards;
}

.icon-text-fade-in {
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  color: rgba(120, 114, 124, 1);
  opacity: 0;
}

.icon-text-fade-in h2 {
  font-family: 'Oxygen';
  text-align: left;
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(76, 85, 98, 1);
  font-size: 32px;
  line-height: 40px;
}

.icon-text-fade-in.animate {
  animation: textFade 2s ease-in-out forwards;
}

.ampoule-icon {
  width: 45px;
  height: 45px;
  background-color: rgba(88,207,144,1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thematique-icon-text,
.icon-text-fade-in {
  display: flex;
  width: 100%;
}

.thematique-icon-text .left{
  padding-right: 30px;
}

.icon-text-fade-in .left{
  padding-right: 15px;
}

@keyframes iconGrow {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.eye-icon {
  border: solid 10px rgb(88, 207, 144);
  border-radius: 50%;
  background-color: rgb(76, 85, 98);
  width: 100px;
  height: 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transform: scale(0.5);
  transition: opacity 1s, transform 1s;
}

.eye-icon.animate {
  animation: iconGrow 1s forwards;
}


@media (max-width: 1200px) {
  .thematique-main {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 798px) {
  .thematique-main {
    flex-direction: column;
  }

  .thematique-left,
  .thematique-right {
    width: 100%;
  }
  .thematique-right {
    border-left: none;
    border-top: 1px solid rgba(235, 235, 235, 1);

  }

}

@media (max-width: 800px) {
  .thematique-content {
    padding: 30px 0 30px 0px;
  }
}

