/*********** COMMENT ? ***********/
#comment .container {
  display: flex;
  flex-direction: column;
  gap: 64px ;
}

#comment .trait-vertical {
  border-right: 1px solid;
}

#comment h2 {
  margin-bottom: 0px;
}

#comment .ligne-2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#comment h3 {
  line-height: 1.3;
}

#comment .soutien {
  color: white;
  font-size: 41px;
  font-weight: 700;
}

#comment .ligne-2 p {
  font-size: 20px;
}

#comment .ligne-2 img {
  width: 50px;
}

#comment .ligne-2_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0px;
  gap: 20px;
}

#comment .ligne-2_1 p.center {
  border-left: 1px dashed black;
  border-right: 1px dashed black;
}

#comment .ligne-2_2 {
  display: flex;
  justify-content: center;
}

.ligne-2_3 p {
  margin-bottom: 0;
}

#comment .ligne-4, #comment .ligne-3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 0;
}

#comment .ligne-4 .col, #comment .ligne-3 .col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  padding: 32px 32px 32px 64px;
  border: 3px dashed;
  border-radius: 8px;
  width: 48%;
}

#etou {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--bleu-80);
  color: white;
  border-radius: 99px;
  padding: 25px 25px;
  margin : 0 ;
  aspect-ratio: 1/1;
  font-size: 30px;
  font-weight: 700;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#comment .ligne-4 .col h3, #comment .ligne-3 .col h3 {
  font-size: 2rem;
  margin-bottom: 0px;
}

#comment .ligne-4 .col span, #comment .ligne-3 .col span {
  font-size: 2.1rem;
}

#comment .ligne-4 .col-1, #comment .ligne-3 .col-1 {
  border-color: var(--bleu-70);
  color: var(--bleu-80);
}

#comment .ligne-4 .col-1 span, #comment .ligne-3 .col-1 span {
  color : var(--bleu-70) ;
}

#comment .ligne-4 .col-2, #comment .ligne-3 .col-2  {
  border-color: var(--jaune-50);
  color: var(--jaune-110);
}

#comment .ligne-4 .col-2 h3, #comment .ligne-3 .col-2 h3 {
  color: var(--jaune-110);
}

#comment .ligne-4 .col-2 span, #comment .ligne-3 .col-2 span {
  color : var(--jaune-50) ;
}

.ligne-4, .ligne-3 {
  width: 100%;
}

.ligne-4 .col, .ligne-3 .col {
  max-width: 100%;
  box-sizing: border-box;
}

#comment .ligne-4 .bloc {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#comment .ligne-4 .bloc .texte_icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

#comment .ligne-4 .col p {
  width: 70%;
  margin: 0;
}

#comment .ligne-4 img {
  max-width: 59px;
}

#comment .ligne-4 .col-1 .bloc-2 img {
  object-fit: none; 
  height: 59px;
  object-position: 5px 10px;
  transform: scale(1.2);
}

#comment .boutonLien {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

#comment .bouton-jaune-75 {
  height: fit-content;
  text-align: center;
}

.section-sengager .boutonLien .bouton {
  border: none;
  box-shadow: 0px 1px var(--bleu-70);
}

.section-sengager .boutonLien .bouton:hover {
  border: none;
  box-shadow: 0px 1px var(--bleu-110);
}

@media (max-width: 768px) {
  
  .ligne-4 , .ligne-3 {
    flex-direction: column;
  }

  #comment .ligne-4 .col, #comment .ligne-3 .col {
    width: 100%;
    padding-left: 32px;
  }

  #etou {
    position: static;
    padding: 15px;
    font-size: 25px;
    align-self: center;
    margin: 0;
    transform: translate(0%, 0%);
  }

  #comment .ligne-2_1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin-top: 20px;
  gap: 20px;
  margin-bottom: 20px;
}

#comment .ligne-2_1 p {
  margin: 0;
}

#comment .ligne-2_1 p.center {
  border: none ;
}

#comment .ligne-4 .col p, #comment .ligne-3 .col p  {
  width: 100%;
}
}
