.ETETE{
    width: 100%  !important;
    /* background: linear-gradient(-52deg , rgba(219, 219, 219, 0.932) ,
    rgba(0, 8, 121, 0.932) ,rgba(0, 8, 121, 0.932) 
    ,rgba(108, 115, 255, 0.932) ) ; */
    background: #0a5d56;
    /* background: linear-gradient(45deg , rgba(22, 65, 43, 0.993) 
    , rgb(13, 63, 19), rgba(243, 242, 242)  , rgba(243, 242, 242)  
    , rgb(243, 242, 242) , rgb(243, 242, 242)  ,rgb(243, 242, 242)  ) ; 
    background-blend-mode: darken; */
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0.78;
    

}





/* .eta{
  color: #212529;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  right: 2%;
  bottom: 25px;
} */

body{
    overflow-x: hidden;
    
}

.ETETE::before{
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6 ;
    position: absolute;
}


  /* Styles pour la notification */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4caf50; /* Couleur de fond */
    color: white; /* Couleur du texte */
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    opacity: 0; /* Initialement invisible */
    transform: translateY(-20px); /* Légèrement hors de la vue */
    transition: opacity 0.5s, transform 0.5s; /* Animation */
    z-index: 10;
}

/* Afficher la notification */
.notification.show {
    opacity: 1;
    transform: translateY(0);
}



animated-div {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 300px;
  padding: 15px;
  background-color: #ffc107;
  color: #212529;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

animated-div.visible {
  opacity: 1;
  transform: translateX(0);
}

animated-div.hidden {
  display: none;
}


.grad0{
  width: 100% !important;
  height: 100%;
  background-blend-mode: darken;
  position: absolute;
  top: 37rem !important;
}

.atreETT{
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0.78;
}


.barr0{
  width: 100% !important;
  height: 100%;
  background-blend-mode: darken;
  z-index: -100px;
  
}

.barr1{
  width: 100% !important;
  height: 100%;
  background: #0a5d56;
  opacity: 0.9 ;
  background-blend-mode: darken;
  position: absolute;
  top: 79px;
}

.barr3{
  width: 100% !important;
  padding: 3rem;
  background-blend-mode: darken;
  position: absolute;
  top: -10rem;
}

.barr3 .cadreBiv {
  display: flex;
  flex-direction: row;
  margin: 2rem;
  grid-gap: 2;
}

.barr3 .cadreBiv .divBiv{
  display: flex;
  flex-direction: column;
  margin: 3rem;
  grid-gap: 5;
}

.barr3 .cadreBiv .divBiv .texteBiv{
  margin: 1rem;
  padding-top: 3rem;
  padding-right: 14rem;
  color :#eafaf9ee;
  font-size: 19px;
}

.barr3 .cadreBiv .divBiv .texteBiv span{

  color: #eafaf9ee;
  font-size: 100px;
}

.barr3 .cadreBiv .divBiv .textintropre{
  margin: 2rem;
  padding-top: 1rem;
  color: #eafaf9ee;
  font-size: 17px;
}

.barr3 .cadreBiv .divBiv .textintropre .btnB{
  background-color: #1356a3;
  color: white;
}


.barr3  .cadreBiv  .cadreimBiv{
  width: 80%;
  height: 80%;
}

.barr3  .cadreBiv  .cadreimBiv .imbiv{
  width: 100%;
  height: 100%;
  margin-top: 5rem;
}


.barr3  .cadreBiv  .cadreimBiv .imbiv img{
  width: 100%;
  height: 100%;

}


.barr4{
  padding: 4rem;
  background-color: white;
}

.barr4 .cadrepres .divpres{
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

.barr4 .cadrepres .divpres .textepres p{
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}   

.barr4 .cadrepres .divpres  .textintropre span{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
} 


.barr5{
  padding: 4rem;
  background-color: #0a5d56;
}

.barr5 .cadrepres{
  display: flex;
  flex-direction: column;
}

.barr5 .cadrepres .cardreInfos{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.barr5 .cadrepres .divpres .textepres p{
    color: #ececec;
    font-size: 50px;
    font-weight: bold;
}

.barr5 .cadrepres .cardreInfos .unInfo{
  flex: 75%;
  padding: 3rem;
  background-color: #eafaf9;
  margin: 2rem;
  border-radius: 8px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}

.barr5 .cadrepres .cardreInfos .unInfo .imgInfo{
  width: 100%;
  height: 50%;
  margin-bottom: 5rem;
}

.barr5 .cadrepres .cardreInfos .unInfo .imgInfo img{
  width: 100%;
  height: 100%;
  
}

.barr5 .cadrepres .cardreInfos .textInfo .titreTnfo p{
  color: #050c13;
  font-size: 19px;
}

.barr5 .cadrepres .cardreInfos .textInfo .corpsInfo p{
  color: #000000;
  font-size: 14px;
  font-weight: 100;
}

.footer1{
  text-align: center;
  padding: 20px;
  background-color: #0a5d56;
  border-top: 1px solid #ffd700;
  color: white;
}

.footer1 .copyI{
  margin-bottom: 5px;
}

.footer1 .copyII{
  font-size: 0.9rem;
  color: #d1d1d1;
}