body{
    background-color: #fffae4;
    background: #fffae4;
    font-family: Georgia, 'Times New Roman', Times, serif;
    }
    *{
        background-color: #fffae4;
        background: #fffae4;
        font-family: Georgia, 'Times New Roman', Times, serif;
      }
  
.centre{
    width: 1000px;
    
     margin-left: 250px;
 font-family: Georgia, 'Times New Roman', Times, serif ;

}
.diaporama1{
    margin: 0 auto;
    width: 700px;
    height: 442px;
    
    background-image: url("./image/09oranisation_de_voyage.jpg");
    -webkit-animation-name: diapo1;
    -webkit-animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;

     -moz-animation-name: dispo1;
     -moz-animation-name: diapo1;
     -moz-animation-duration: 9s;
     -moz-animation-timing-function: linear;
     -moz-animation-iteration-count: infinite;
     -moz-animation-direction: normal;

     
     animation-name: dispo1;
     animation-name: diapo1;
     animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;



}
@-webkit-keyframes diapo1{
    45%{background-image: url("./image/09oranisation_de_voyage.jpg");}
    54%{background-image: url("./image/09organisation_de_voyage1.jpg");}
    
    

}
 
@-moz-keyframes diapo1{
    45%{background-image: url("./image/09oranisation_de_voyage.jpg");}
    54%{background-image: url("./image/09organisation_de_voyage1.jpg");}
    
    
}
@keyframes diapo1{
    45%{background-image: url("./image/09oranisation_de_voyage.jpg");}
    54%{background-image: url("./image/09organisation_de_voyage1.jpg");}
    
    
}


@media screen and (max-width:680px){
    body{
        background-color: #fffae4;
        background:#fffae4;
        }
        *{
            background-color: #fffae4;
            background: #fffae4;
          }
    .centre{
        margin-left: 0px;
           text-align: left;
           font-family:'Times New Roman', Times, serif ;

           width:360px;
      }
      
      .diaporama1{
        width: 370px;
        height: 200px;
        text-align: left;
        background-image: url("orga_de_voyage.jpg");
        -webkit-animation-name: diapo1;
        -webkit-animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
    
         -moz-animation-name: diapo1;
         -moz-animation-name: diapo1;
         -moz-animation-duration:5s;
         -moz-animation-timing-function: linear;
         -moz-animation-iteration-count: infinite;
         -moz-animation-direction: normal;
    
         
         animation-name: diapo1;
         animation-name: diapo1;
         animation-duration: 5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: normal;
    
    
    
    }
    @-webkit-keyframes diapo1{
        30%{background-image: url("orga_de_voyage.jpg");}
     
        33%{background-image: url("orga_de_voyage1.jpg");}
        20%{background-image: url("orga_de_voyage2.jpg");}   
    }
    
    @-moz-keyframes diapo1{
        30%{background-image: url("orga_de_voyage.jpg");}
     
        33%{background-image: url("orga_de_voyage1.jpg");}
        20%{background-image: url("orga_de_voyage2.jpg");}
    }
    @keyframes diapo1{
        30%{background-image: url("orga_de_voyage.jpg");}
     
        33%{background-image: url("orga_de_voyage1.jpg");}
        20%{background-image: url("orga_de_voyage2.jpg");}
    
    }}