/*
Theme Name: Numero Fourriere Child Theme
Description: Theme enfant de Divi 
Author: Numero Fourriere
Template: Divi
Version: 1
*/

 /* Bloc Appel 
	 
@media only screen and (max-width : 980px) {
.theblocappel {
position: fixed;
bottom: 0;
width: 100%;
display: block;
z-index: 9999999;
}
}
FIN Bloc Appel */


/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.theblocappel {
position: fixed;
bottom: -13px;
width: 100%;
display: block;
z-index: 9999999;
}
.theblocappel p {

font-size: 0.70rem;
}
}

/* iPhone 6/7/8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.theblocappel {
position: fixed;
bottom: 0;
width: 100%;
display: block;
z-index: 9999999;
}
}
/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
.theblocappel {
position: fixed;
bottom: -10px;
width: 100%;
display: block;
z-index: 9999999;
}

.theblocappel p {

font-size: larger;
}
}

/* iPhone X MAX----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
.theblocappel {
position: fixed;
bottom: 0;
width: 100%;
display: block;
z-index: 9999999;
}
}


 /* FIN Bloc Appel */




 /* Footer WP */

#main-footer {
    background-color: #fff;
    
}

#footer-bottom {
    padding: 15px 0 5px;
    background-color: #ffffff;    
    
}

#footer-info {
    padding-bottom: 10px;
    color: #1772c0;
    text-align: center;
    float: none;
}

 /* FIN Footer WP */


/* Suppression des bordures table*/

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 24px;
    border-top: 0px solid #eee;
    }
    
.entry-content table, body.et-pb-preview #main-content .container table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 0px solid #eee;
    text-align: left;

}

/* Fin des bordures table*/




