/* #region section-3 */
#section-3-1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0px;
}

#section-3 h3 {
  text-align: center;
  font-size: 75px;

  font-weight: bold;
  margin-bottom: 50px;
}

#video {
  position: absolute;
  width: 100%;
}

.contentAJEl {
  text-align: left;
  padding-bottom: 20%;
  height: 315px;
}

.timelineAJ {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 27px;
}

.timelineAJ::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #60605f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.containerP {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.containerAJ {
  padding: 35px 40px;
  position: relative;
  background-color: inherit;
  /* width: 50%; */
}

.containerAJBis1 {
  padding: 35px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.containerAJ::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  background-color: var(--vert);
  border: 2px solid white;
  top: 30px;
  border-radius: 50%;
  z-index: 1;
}

.containerAJBis::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  background-color: var(--vert);
  border: 2px solid white;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.containerAJ2 {
  padding: 35px 40px;
  position: relative;
  background-color: inherit;
  /* width: 50%; */
}

.containerPReverse img {
  /* align-self: flex-end; */
}

#logonr {
  /* width: auto; */
  width: fit-content;
  align-self: flex-end;
}

.leftAJ {
  left: 0;
}

.leftAJ .contentAJ p {
  text-align: right;
}

.rightAJ {
  left: 50%;
}

.contentAJ {
  background-color: white;
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.contentAJ img {
  margin-bottom: 20px;
}

.contentAJEl img {
  padding-bottom: 20%;
}

.timelineh2right {
  text-align: left;
}

.timelineh2left {
  text-align: right;
}

.timelineAJ h2 {
  color: var(--noir);
  margin: 0;

  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}

.timelineAJ p {
  margin: 0;
  font-size: 15px;
}

.timelineAJ p strong {
  font-weight: bold;
}

/* #endregion */

/* #region section-4 */
#section-4 {
  margin-top: 50px;
}

#section-4-1 h2 {
  text-align: center;
  font-size: 26px;

  font-weight: bold;
  margin-bottom: 50px;
}

#section-4-2 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

#section-4-2-1 {
  padding-right: 3%;
  padding-bottom: 37px;
}

#section-4-2-2 {
  padding-right: 3%;
  padding-bottom: 37px;
}

#section-4-2-3 {
  padding-bottom: 37px;
}

#section-4-2-4 {
  padding-right: 3%;
  padding-bottom: 37px;
}

#section-4-2-5 {
  padding-right: 3%;
  padding-bottom: 37px;
}

#section-4-2-6 {
  padding-bottom: 37px;
}

.blocRelation {
  width: 97%;
}

.blocRelation > div:first-child {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4e4e4d26;
}

.blocRelation > div:last-child {
  background-color: var(--vert);
  display: flex;
  align-items: center;
  height: 57px;
}

.blocRelation > div:last-child > img {
  padding-left: 20px;
}

.blocRelation > div:last-child > p {
  color: var(--noir);
  font-size: 15px;

  font-weight: bold;
  padding-left: 10px;
}

.blocRelation > div:last-child > p > span {
  color: var(--noir);
  font-size: 28px;
}

/* #endregion */

/* #region section-5 */
#section-5 {
  text-align: center;
  margin-top: 100px;
}

#section-5 h2 {
  font-size: 26px;

  font-weight: bold;
}

#section-5 p {
  font-size: 15px;
  width: 56%;
  margin: auto;

  font-weight: 500;
  margin-top: 50px;
}
/* #endregion */

/* #region section-6 */
#section-6 {
  display: flex;
  margin-top: 50px;
}

#section-6-1 {
  width: 50%;
}

#section-6-1 p:first-child {
  margin-bottom: 25px;
}

#section-6-1 p:last-child {
  font-weight: bold;
}

#section-6-1 p:last-child img {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 94px;
}

#section-6-1 p {
  width: 80%;
  font-size: 15px;
  margin: auto;
  line-height: 1.7em;
}

#section-6-2 {
  width: 50%;
}

#section-6-2 img {
  width: 100%;
  height: 100%;
}
/* #endregion */

/* #region media */
@media (max-width: 1379px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1bis {
    width: 80%;
  }

  /*************/
  /* SECTION 6 */
  /*************/
  #section-6 {
    flex-direction: column;
  }

  #section-6-1 {
    width: 100%;
    margin-bottom: 50px;
  }

  #section-6-2 {
    width: 100%;
  }
}

/* Ecran moyen */

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
}

/* Ecran Tablette */

@media (max-width: 991px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-2 {
    display: none;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2 p {
    width: 70%;
  }
}

/* Ecran téléphone */

@media (max-width: 767px) {
  /*************/
  /* SECTION 3 */
  /*************/
  .containerP {
    display: block;
    width: 90%;
  }

  .timelineAJ::after {
    left: 31px;
  }

  .containerAJ {
    width: 100%;
    padding: 0;
  }

  .containerAJ::after {
    left: 21px !important;
  }

  .containerAJBis::after {
    left: 21px !important;
  }

  .containerPReverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .containerAJBis1 {
    padding: 10px 0;
    margin-bottom: 50px;
    width: 100%;
  }

  .contentAJ h2 {
    text-align: left;
    margin-left: 50px;
  }

  .contentAJ {
    margin-left: 50px;
    display: block;
  }

  .contentAJEl {
    text-align: left !important;
  }

  .containerAJ2 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }

  .contentAJEl {
    padding-bottom: 50px;
  }

  .containerAJBis {
    margin-bottom: 0 !important;
  }

  .exeption {
    padding: 0 !important;
  }

  .exeption img {
    padding: 0 !important;
  }

  #video {
    width: 90%;
  }

  .contentAJ img {
    /* align-self: auto; */
    width: 100%;
  }

  #logonr {
    /* width: auto; */
  }

  /*************/
  /* SECTION 4 */
  /*************/
  #section-4-2 {
    grid-template-columns: auto;
  }
}
/* #endregion */
