.bg-presentation{
    background-image: url(../images/bg-presentation.jpg);
}


.page-template-presentation h2{
    color: #447683;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
}

.page-template-presentation .intervention .qualite{

    width: 100px;
    height: 100px;
    border: 2px solid white;
    margin-left: 15px;
    margin-right:15px;
    font-size:20px;
    padding: 16px 0;
    text-align: center;
}

.page-template-presentation .intervention .qualite img{
    padding-bottom: 5px;
    font-size:40px;
}

p{
    text-align: center;
    font-size: 16px;
    width: 870px;
    margin: 0 auto;
}
.page-template-presentation  h3{
    text-align: center;
    font-size: 16px;
    color: #303030;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 20px;
}

.row-images{
    margin-top: 80px;
}
.image{
    padding: 20px;
}

table.tarif{
    width:840px;
    margin: 0 auto;
    table-layout: auto;
    margin-bottom:35px;
}
table.tarif td{
    padding: 5px 15px;
    border-collapse: collapse;
    text-transform: uppercase;
}
table.tarif .libelle{
    border: 1px solid #9a9a9a;
    border-right:none;
    color:#447683;
    font-size: 30px;
    font-weight: 900;
    width:100%;
    vertical-align: initial;
}
table.tarif .libelle img{
    width:80%;
    margin: 15px auto;
}
table.tarif .libelle sub{

    font-weight: 900;
    color: #000;
    font-size: 16px;
    top: -0.05em;
    padding-left :5px;
}

table.tarif .prix{
    border: 1px solid #64c3da;
    background-color: #64c3da;
    color: white;
    font-size: 30px;
    font-weight: 900;
    padding-left:20px;
    padding-right:25px;
}
table.tarif .prix sup{
    padding-left:5px;
    font-size:0.7em;
    top: -0.4em;
}

table.tarif .detail{
    border: 1px solid #9a9a9a;
    border-right:none;
    font-size: 16px;
    font-weight: 900;
    color: #303030;
    text-align: center;
}

table.tarif .zone{
    padding-left:40px;
    padding-right:40px;
}
table.tarif .detail2{
    color: #303030;
    font-size: 16px;
    font-weight: 900;
}

table.tarif .detail3{
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}
table.tarif .detail4{
    font-size: 18px;
}
table.tarif .acompte{
    line-height:23px;
    padding-top: 12px;
}

table.tarif .prix-border{
    border-bottom: 1px solid white;
}

table.tarif .couleur-zone{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

table.tarif .couleur-zone1{
    background-color: #d3edf3;
}

table.tarif .couleur-zone2{
    background-color: #9ed9e4;
}

table.tarif .couleur-zone3{
    background-color: #8bc2ca;
}

table.tarif .couleur-zone4{
    background-color: #7eb1b8;
}

table.tarif .couleur-zone5{
    background-color: #71a1a7;
}