a{
    color: rgb(17, 4, 0);
    font-weight: bold; 
    font-size: x-large;
    text-decoration: none;
}
#a1, #a2, #a3, #a4{
    font-size: medium;
}

p{ 
    color: rgb(17, 4, 0);
    font-weight: bold; 
    font-size: medium; 
}
body{
    background-color: #869596e1;
    border: 6px double black;
    margin: 15px;
}
#h1{
    color: grey;
    font-size: xx-large;
    margin: auto;
    border: groove 5px;
    padding: 3%;
    text-align: center;
}
#p1, #p4{
    font-size: xx-large;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow :0px 0px 5px rgba(245, 102, 36, 0.966);
}
#p2{
    margin: auto;
}
#p3{
    font-size: xxx-large;
    font-weight: bold;
    color: black;
    text-align: center;
    text-shadow :0px 0px 5px rgba(245, 102, 36, 0.966);
}
.conteneur-flexible{
    text-align: center;
    height: 100px;
    width: 100%;
}
.conteneur-flexible-0{
    display: flex;
    flex-wrap: wrap;
    align-items: center;                                                                                    
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.conteneur-flexible-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.ligne{
    flex-direction: row;
}
.element-flexible-1{
    flex: 1 1 50px;
    width: 20%;
    height: 40%;
    padding: 20px;
    background-color: #0AD; 
    box-shadow :0px 0px 10px black;
    border: 1px solid white;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    font-size: x-large;
    border-radius: 20px;
    text-shadow :0px 0px 5px white;
}
#tr1{
    background-color: #0AD;
    transition-property: background-color;
    transition-duration: 0.5s;
}
  #tr1:hover{
    background-color: rgba(245, 102, 36, 0.966);
  }
#tr2{  
    background-color: #0AD;
    transition-property: background-color;
    transition-duration: 0.5s;
}
  #tr2:hover{
    background-color: rgba(245, 102, 36, 0.966);
  }
#tr3{
    background-color: #0AD;
    transition-property: background-color;
    transition-duration: 0.5s;
  }
  #tr3:hover{
    background-color: rgba(245, 102, 36, 0.966);
  }
#tr4{
    background-color: #0AD;
    transition-property: background-color;
    transition-duration: 0.5s;
}
  #tr4:hover{
    background-color: rgba(245, 102, 36, 0.966);
  }
.conteneur-flexible-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}
.element-flexible-2{
    width: 100%;
    height: 250px;
    padding: 5px 20px 5px 20px;
    background-color: #0AD;
    margin: 50%;
    flex: 1 1 50px;
    border: 2px solid rgb(228, 245, 228);
    box-shadow :0px 0px 5px black;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    text-shadow :0px 0px 5px white;
}
#padding1{
    padding: 0px 10px;
}
#padding2{
    padding: 20px 5px;
}
#padding3{
    padding: 20px 5px;
}
.conteneur-flexible-3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
}
.ligne{
    flex-direction: row;
}
.bloc-centre{
    width: 40%;
    height: 50px;
    padding : 7px;
    margin: 0 auto; 
    border: 2px solid rgb(228, 245, 228);
    text-shadow :0px 0px 5px white;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    box-shadow :0px 0px 10px black;
}
.conteneur-flexible-41{
    display: flex;
    flex-wrap: wrap;
    padding: 10px ;
    border: 1px solid black ;
    border-radius: 20px 10px ;
    margin: auto;
    background-color: #0d40ad77;
    box-sizing: border-box;
    width: 70%;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.element-flexible-4{
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.texte{
    text-align: justify;
    text-indent: 20px;
}
.h2{
    width: 40%;
    height: 50px;
    padding: 10px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #0AD; 
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.conteneur-flexible-42{
    display: flex;
    flex-wrap: wrap;
    padding: 20px ;
    border: 1px solid black ;
    border-radius: 20px 10px ;
    margin: 20px auto;

    box-sizing: border-box;
    width: 60%;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.element-flexible-42{
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 30px;
}

form{
    margin: 40px;
}
.texte{
    text-align: justify;
    text-indent: 20px;
}
.conteneur-flexible-51{
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 700px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.conteneur-flexible-5{
    display: block;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: auto;
}
#image-5{
    width:500px;
    margin: auto;
}
.conteneur-flexible-6{
    display: flex;
    flex-wrap: wrap;
    padding: 10px ;
    border: 1px solid black ;
    border-radius: 20px 10px ;
    margin: auto;
    margin-bottom: 20px;
    background-color: #0d40ad77;
    width: 700px;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.element-flexible-6{
    flex: 1 1 40px;
    width: 40%;
    padding: 10px;
    background-color: #0AD; 
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    text-align: left;
    font-size: 20px;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.conteneur{
    max-width: 576px;
    max-height: 200px;
    margin: auto;
    border-radius: 20px;
}
.element-flexible-60{
    flex: 1 1 40px;
    padding : 3% ;
    background-color: #0AD; 
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
#image, #image2{
    width: 90%;
    box-sizing: border-box;
}
.d1{
    width: 45%;
    height: 0px;
    padding-top: 75%;
    background-size: contain;
    animation: fondu 15s ease-in-out infinite both;
}
.d1:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
    33.33%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo2.png");}
    66.67%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo3.png");}
    100%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
}
.d2{
    width: 45%;
    height: 0px;
    padding-top: 75%;
    background-size: contain;
    animation: fondu 15s ease-in-out infinite both;
}
.d2:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
    33.33%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo2.png");}
    66.67%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo3.png");}
    100%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
}
.d3{
    width: 45%;
    height: 0px;
    padding-top: 75%;
    background-size: contain;
    animation: fondu 15s ease-in-out infinite both;
}
.d3:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
    33.33%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo2.png");}
    66.67%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo3.png");}
    100%{background-image: url("https://www.pierre-giraud.com/wp-content/uploads/2019/07/diapo1.png");}
}
.conteneur-flexible-42{
    display: flex;
    flex-wrap: wrap;
    padding: 10px ;
    border: 1px solid black ;
    border-radius: 20px 10px ;
    margin: auto;
    background-color: #0d40ad77;
    width: 90%;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.conteneur-flexible-7{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #0d40ad77;
}
.element-flexible-7{
    width: 50%;
    height: 250px;
    padding: 5px 20px 5px 20px;
    margin: 50%;
    flex: 1 1 50px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    text-shadow :0px 0px 5px white;
}
.conteneur-flexible-8{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color:#0d40ad77;
}
.conteneur-flexible-9{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    margin: 20px 20px;
}
.h3{
    width: 100%;
    height: 100px;
    padding: 5px 20px 5px 20px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #0AD; 
    border: 1px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 0px 20px rgba(245, 102, 36, 0.966)
}
.element-flexible-2{
    width: 100%;
    height: 100px;
    padding: 5px 20px 5px 20px;
    background-color: #0AD;
    margin: 50%;
    flex: 1 1 50px;
    border: 2px solid rgb(228, 245, 228);
    box-shadow :0px 0px 5px black;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    text-shadow :0px 0px 5px white;
}
.conteneur-flexible-10{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 90%;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
}
.bloc-centre-1{
    width: 50%;
    height: 50px;
    padding : 7px;
    margin: 0 auto; 
    border: 2px solid rgb(228, 245, 228);
    text-shadow :0px 0px 5px white;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    box-shadow :0px 0px 10px black;
}
.conteneur-flexible-11{
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.form{
    font-weight: bold;
}
.conteneur-flexible-20{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
}
#tr20{
    background-color: #0AD;
    transition-property: background-color;
    transition-duration: 0.5s;
}
  #tr20:hover{
    background-color: rgba(245, 102, 36, 0.966);
  }