#partenaire{
    background: url(../img/bgpagepartenaire.png) no-repeat;
    width: 1920px;
    height: 1080px;
}

#part-boutonretour{
    margin-left: 1787px;
    margin-top: -7px;
}

#part-boutongd{
    display: flex;
    justify-content: space-between;
}

#part-boutondroite{
    padding-right: 15px;
}

#part-boutongauche{
    padding-left: 15px;
}

#part-oiseau{
    margin-top: -90px;
   
}

#part-logo{
    margin-top: -1082px;
}


#part-centreur{
    margin-top: -331px;
    padding-left: 995px;   
    animation: fadeIn 3s; 
    
   
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

#part-font{
    font-size: 35px;
    text-align: justify;
    width: 75%; 
    color: #000;
    /*animation-duration: 2s;
    animation-delay: 0s;
    animation-name: glissement;
    animation-iteration-count: 1;
    animation-direction: normal;*/

}

.part-left {
  width: 40%;
  height: 643px;  
  shape-outside: polygon(0% 0, 100% 100%, 0 100%);
  float: left;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  /*background-color: aqua;*/
}

 /*@keyframes glissement {
    from {
        width: 100%;
        margin-left: 100%;
       }}*/
      
    