        .bapteme-intro {
            width: 100%;
            color: #ffffff;
            padding: 1em;
            text-align: center;
            margin-bottom: 20px;
            margin-top: 80px;

        }
        .line10
        {
            width: 220px;
            height: 10px;
            border-bottom: 3px solid var(--ap-main);
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            margin-bottom: 30px;
            text-align: center;
        }
       
        #title-intro
        {
            font-size: 40px;
            color: var(--ap-main);
        }
        #text-intro
        {
            font-size: 20px;
            font-weight: bold;
            color: var(--ap-main);
        }



        #bapteme-bloc
        {
            max-width: 1140px;
            margin: 50px auto;
        }
        #title-piou-piou
        {
            font-size: 30px;
            font-weight: bold;
        }
        #image-product {
            border-radius: 15px;
        }
        .price
        {
            color: var(--ap-main);
            font-size: 25px;
            font-weight: bolder;
        }

        .reserver {
            background-color: var(--ap-main);
            border: none;
            color: white;
            border-radius: 7px;
            padding: 8px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 45px 2px;
            cursor: pointer;
        }

        .reserver:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .offir {
            background-color: white;
            border: 2px solid var(--ap-main);
            color: var(--ap-main);
            border-radius: 7px;
            padding: 8px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 45px 2px;
            cursor: pointer;
        }
        .offir:hover {
            color: var(--ap-main);
            text-decoration: none;
        }

        hr {
            background-color: #707070;
            border-top: 1px solid rgba(0,0,0,.1);
            width: 51%;
        }





        #exceptionnels{
            margin-top: 180px;
            background-color: #F2F7FF;
        }

        .title-exceptionnels
        {
            text-align: center;
            margin: 0px auto;
            margin-top: 40px;
            color: var(--ap-main);

        }
        .exceptionnels-bloc{
            margin: 40px 10px;
        }
        .text-title 
        {
            color: var(--ap-main);
            font-size: 17px;
            width: 61%;
        }

        #exceptionnels-title
        {
            text-align: left;
            margin-top: 40px;
            width: 80%;
            margin: 0;
            color: #3B5080;

        }

        #right-exceptionnels {
            margin-left: 40px;
        }
        .exceptionnels-bloc
        {
            width: 100%;
            margin-bottom: 40px;
            text-align: left;
            color: #3B5080;
        }

        li{
            list-style: none;
        }
        #exceptionnels li {
            height: 50px;
        } 
        #exceptionnels li:not(:hover):before {
          content: "";
        }

        #exceptionnels li:hover:before {
          content: "-> ";
        }

        /*
            MEDIA QUERIES
        */
        
        @media (max-width: 768px) { 

            .price {
                text-align: center;
            }
            .mobile-button {
                text-align: center;
            }
        }
