/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/


*{
    margin: 0px;
    padding: 0px;  
    -webkit-box-sizing: border-box;  
            box-sizing: border-box;
    outline: none; 
    font-family: Verdana, Geneva, Tahoma, sans-serif
}  
    

body #content{
    min-height: 100%;
   
  
}
                                                                         /*code Zone 1  */

                                                                          /* banniere */
.zone1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: linear-gradient(to top, #fafafa 0%, white 100%);
}


                                                            /* Code zone 2 titre banniere */
.zone1 table h1{
    padding-top:15px;
    font-family: Impact;
    color: rgb(65, 65, 65);
    font-size: 50px;
    text-align: center;
    text-shadow: 3px 3px 3px rgb(206, 204, 204) ;
}


                                                                /* desgin des tableau */

.zone1 table{
    border-collapse:collapse;
    margin: 0 auto;
    padding: 30px;
    width: 90%;
    height: auto;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);
    
}
                                                                    /* ligne et colonnes */
td, th{
    padding: 20px;
    text-align: center;
    font-family: arial narrow;
    background-origin: padding-box;
    background-color: rgba(255, 255, 255, 0.945);      
}

                                                                    /* texte table */
table p{
    text-align: justify;
    font-style: italic;
    font-family: calibri;
    font-size: 25px;
    padding-bottom: 27px;
}  

                                                                /*  button table */

table span1 button{
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #37a5ff 100%);
    border: none;
}
table span1 button:hover{
    background-color: #0098f0;
    background-image: linear-gradient(160deg, #0097ee 0%, #49adff 100%);
}
.zone1 table i{
    color: #fff;
}
.zone1 table button{
    color: #fff;
}
                                                                    /* tableau 2 */
.tableau2 {
    width: 90%;
    margin:0 auto;
    height: auto;
    background-color: white;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);

}
                                                                        /* tableau 3 */
.tableau3 {
    width: 90%;
    margin:0 auto;
    height: auto;
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);

}
.tableau3 h1{
    text-align: center;
    font-size: 40px;
    color: rgb(49, 49, 49);
    text-shadow: 3px 3px 3px rgb(206, 204, 204) ;
    padding-bottom: 30px;
    font-family: 'impact';
}

.tableau3 p{
    text-align: justify;
    line-height: 25px;
    color: rgb(77, 76, 76);
    font-size: 18px;
}


.tableau3 span{
    font-style: italic;
    text-decoration: underline;
}


 
 





@media only screen and (max-width:800px){
                                                                            /*code Zone 1  */

                                                                          /* banniere */
.zone1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


                                                            /* Code zone 2 titre banniere */
.zone1 table h1{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Impact;
    color: rgb(65, 65, 65);
    font-size: 30px;
    text-align: center;
    text-shadow: 3px 3px 3px rgb(206, 204, 204) ;
}


                                                                /* desgin des tableau */

.zone1 table{
    border-collapse:collapse;
    margin: 0 auto;
    padding: 30px;
    width: 85%;
    height: auto;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);
    
}
                                                                    /* ligne et colonnes */
td, th{
    padding: 20px;
    text-align: center;
    font-family: arial narrow;
    background-origin: padding-box;
    background-color: rgba(255, 255, 255, 0.945);      
}

                                                                    /* texte table */
table p{
    text-align: justify;
    font-style: italic;
    font-family: calibri;
    font-size: 18px;
    padding-bottom: 27px;
    line-height: 22px;
}  

                                                                /*  button table */

table span1 button{
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: none;
}
                                                                    /* tableau 2 */
.tableau2 {
    width: 85%;
    margin:0 auto;
    height: auto;
    background-color: white;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);
}
.tableau2 a img{
    margin-top: 20px;
    margin-bottom: 20px;
}
                                                                        /* tableau 3 */
.tableau3 {
    width: 85%;
    margin:0 auto;
    height: auto;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 0.7em rgb(240, 240, 240);

}
.tableau3 h1{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Impact;
    color: rgb(65, 65, 65);
    font-size: 25px;
    text-align: center;
    text-shadow: 3px 3px 3px rgb(206, 204, 204) ;
}

.tableau3 p{
    text-align: justify;
    font-style: italic;
    font-family: calibri;
    font-size: 18px;
    padding-bottom: 27px;
}

.tableau3 span{
    font-style: italic;
    text-decoration: underline;
}
.tableau3 p span3{
    color: rgb(15, 15, 15);
    text-align: justify;
    font-style: italic;
    font-family: calibri;
    font-weight: bold;
    font-size: 18px;

}

}