    #all-forfaits {
        width: 621px;
        font-family: "Lato", sans-serif;
        font-weight: 300;
    }
    #all-forfaits .inner-forfait {
        display: inline-block;
        background: #f3f3f3;
        padding: 30px;
    }
        #all-forfaits .inner-forfait .forfait-left {
            width: 315px;
            float: left;
            border-right: 1px solid #e4e4e4;
            padding-right: 0;
            margin-right: 15px;
        }
            #all-forfaits .inner-forfait .forfait-left h2 {
                font-family: "Lato", sans-serif;
                font-weight: 300;
                font-size: 26px;
                margin-top:0px;
            }
            #all-forfaits .inner-forfait .forfait-left ul {
                margin: 0px 25px 30px 0px; padding: 0px;
            }
                #all-forfaits .inner-forfait .forfait-left ul li {
                    list-style: none;
                    background: url(../Images/bullet-forfait.jpg) 0px 5px no-repeat;
                    padding-left: 15px;
                    margin-bottom: 10px;
                    font-size: 14px;
                    font-family: "Lato", sans-serif !important;
                }

            #all-forfaits .inner-forfait .forfait-left a {
                padding: 10px 20px;
                text-decoration: none;
                font-family: "Lato", sans-serif;
                color: #ffffff;
                font-weight: 300;
                border-radius: 2px;
                font-size: 13px;
                display: inline-block;
            }


        #all-forfaits .inner-forfait .forfait-right {
            width: 230px;
            float: left;
        }
            
            #all-forfaits .inner-forfait .forfait-right .content-absolute {
                position: relative;
            }
                #all-forfaits .inner-forfait .forfait-right .inner-price {
                    /*margin: auto;
                    position: absolute;
                    top: 0; left: 0; bottom: 0; right: 0;
                    width: 190px;
                    height: 70px;
                    background: rgba(255, 255, 255, 0.6);
                    text-align: center;
                    padding-top: 20px;
                    font-size: 13px;
                    font-family: "Lato", sans-serif;
                    font-weight: 300;
                    color: #000;*/
                    
                    margin: auto;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    width: 190px;
                    height: 70px;
                    border: 1px solid #fff;
                    background: rgba(255, 255, 255, 0.1);
                    text-align: center;
                    padding-top: 20px;
                    font-size: 13px;
                    font-family: "Lato", sans-serif;
                    font-weight: 300;
                    color: #fff;
                    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61)
                }
                    #all-forfaits .inner-forfait .forfait-right .inner-price span {
                        font-size: 30px;
                        display: block;
                        font-weight: 400;
                    }

                #all-forfaits .inner-forfait .forfait-right img {
                
                }

.no-bg {
    background: none !important;
}








#fiche-forfait {
        width: 621px;
        font-family: "Lato", sans-serif;
        font-weight: 300;
    }
        #fiche-forfait h1 {
            font-family: "Lato", sans-serif;
            font-weight: 300;
            font-size: 30px;
            margin-top:20px;
            margin-bottom: 0px;
        }

        #fiche-forfait #header-fiche-forfait {
            display: inline-block;
            padding: 1em 0 1em 0;
        }  

            #fiche-forfait #header-fiche-forfait .content-fiche-absolute {
                position:relative;
            }
                #fiche-forfait #header-fiche-forfait .content-fiche-absolute .inner-price {
                    margin: auto;
                    position: absolute;
                    top: 0; left: 0; bottom: 0; right: 0;
                    width: 400px;
                    height: 120px;
        
                    text-align: center;
                    padding-top: 20px;
                    font-size: 13px;
                    font-family: "Lato", sans-serif;
                    font-weight: 300;
                

                    color: #fff;
                    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
                    border: 1px solid #fff;
                    background: rgba(255, 255, 255, 0.1);
                }
                    #fiche-forfait #header-fiche-forfait .content-fiche-absolute .inner-price span {
                        font-size: 30px;
                        display: block;
                        font-weight: 400;
                    }
                    #fiche-forfait #header-fiche-forfait .content-fiche-absolute .inner-price p {
                        color: #fff !important;
                    }




        #fiche-forfait #content-fiche-forfait {
            display: inline-block;
            padding: 1em 0 0 0;
        }   

            #fiche-forfait #content-fiche-forfait h2 {
                font-family: "Lato", sans-serif;
                font-weight: 300;
                font-size: 26px;
                margin-top:0px;
                margin-bottom:13px;
                color: #000;
            }

            #fiche-forfait #content-fiche-forfait ul {
                margin: 0px 25px 30px 0px; padding: 0px;
            }
                #fiche-forfait #content-fiche-forfait ul li{
                    list-style: none;
                    background: url(../Images/bullet-forfait.jpg) 0px 5px no-repeat;
                    padding-left: 15px;
                    margin-bottom: 10px;
                    font-size: 15px;
                    font-family: "Lato", sans-serif !important;
                }


        #fiche-forfait #inner-boutons-fiche {
            display: inline-block;
            padding: 1em 0 1em 0;
        }

            #fiche-forfait #inner-boutons-fiche .fiche-boutons-left {
                width: 415px;
                float: Left;
                display: inline-block;
                margin-right: 20;
            }
                #fiche-forfait #inner-boutons-fiche .fiche-boutons-left a {
                    padding: 10px 20px;
                    text-decoration: none;
                    font-family: "Lato", sans-serif;
                    color: #ffffff;
                    font-weight: 300;
                    border-radius: 2px;
                    font-size: 18px;
                    display: inline-block;
                }
                #fiche-forfait #inner-boutons-fiche .fiche-boutons-left .reservation-tel {
                    font-size: 16px;
                    margin-top: 10px;
                }
                    #fiche-forfait #inner-boutons-fiche .fiche-boutons-left .reservation-tel span {
                        font-size: 20px;
                        display: block;
                        font-weight: 400;
                        margin-top: 7px;
                    }


            


        #fiche-forfait #inner-boutons-fiche .fiche-boutons-right {
            width: 186px;
            float: Left;
            display: inline-block;
        }


        #fiche-forfait #fiche-forfait-valcartier {
            background: url(../Images/bg-valcartier.png) 90% 50% no-repeat #fbfbfb;
            border-top: 4px solid #fcbb00;
            border-bottom: 4px solid #116694;
            padding: 2em;
            margin: 1em 0em;
        }
            #fiche-forfait #fiche-forfait-valcartier h2 {
                margin-top: 0;
                font-family: "Lato", sans-serif;
                font-weight: 300;
                font-size: 26px;
                margin-top:0px;
                margin-bottom: 13px;
                color: #000;
            }

            #fiche-forfait #fiche-forfait-valcartier h2::before {
                content: " ";
                height: 32px;
                width: 45px;
                display: block;
                background: url(../Images/ico-calendrier.png) top left no-repeat;
                margin-right: 2px;
                float: left;
            }

            #fiche-forfait #fiche-forfait-valcartier p {
                font-size: 13px;
                font-family: "Lato", sans-serif;
            }

        #fiche-forfait #notes-fiche-forfaits{
            border-top: 2px solid #efefef;
            margin-top: 2em;
            padding-top: 2em;
        }
        #fiche-forfait #notes-fiche-forfaits h2 {
            margin-top: 0;
            font-family: "Lato", sans-serif;
            font-weight: 300;
            font-size: 26px;
            margin-top:0px;
            margin-bottom: -15px;
            color: #000;
        }

        #fiche-forfait #notes-fiche-forfaits ul li{
            font-size: 13px;
            line-height: 1em;
            font-family: "Lato", sans-serif;
        }

        #fiche-forfait #notes-fiche-forfaits p a{
            line-height: 1em;
            font-family: "Lato", sans-serif;
        }



/*** Couleur pour les forfaits ***/

.forfait-color-1 {
    color: #1c8eb1;
}
.forfait-color-2 {
    color: #107898;
}
.forfait-color-3 {
    color: #b11341;
}
.forfait-color-4 {
    color: #65152c;
}

.forfait-fill-color-1 {
    background-color: #1c8eb1;
}
.forfait-fill-color-2 {
    background-color: #107898;
}
.forfait-fill-color-3 {
    background-color: #b11341;
}
.forfait-fill-color-4 {
    background-color: #65152c;
}