        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;

        }

        body {
            font-family: Arial, sans-serif;
        }

        .slider-container {
            margin-left: auto;
            max-width: 675px;
            position: relative;
            overflow: hidden;
            background-color: rgb(49, 44, 43);
			margin-top: 40px;
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            height: 400px;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 12px 19px;
            font-size: 18px;
            border-radius: 50%;
            transition: background-color 0.3s;
        }

        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        .dots {
            text-align: center;
            padding: 10px 0;
        }

        .dot {
            cursor: pointer;
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            background-color: #bbb;
            border-radius: 50%;
            transition: background-color 0.3s;
        }

        .dot.active {
            background-color: #fff;
        }

        .container_slider {
            padding-top: 30px;
            padding-bottom: 38px;
            display: flex;
            background-color: rgb(49, 44, 43);
        }

        .container_text {
            margin-right: auto;
            padding-left: 54px;
            padding-right: 35px;
            padding-top: 19px;
            padding-bottom: 32px;
            width: 100%;
            height: 100px;
            -moz-box-align: center;
            align-items: center;
            height: 100%;
            width: 100%;
            max-width: 520px;
        }

        .xxDYR {
            color: rgb(239, 232, 215);
            font-size: 20px;
        }

        .ixYTKv {
            color: rgb(146, 123, 119);
            opacity: 1;
            margin-bottom: 0px;
            font-size: 42px;
        }

        .gBIbm {
            color: rgb(146, 123, 119);
            text-decoration: line-through;
            opacity: 1;
            margin-bottom: 0px;
            font-size: 32px;
        }
		
		.gs {
			font-weight: bold;          /* gras */
			text-decoration: underline;/* souligné */
		}

        .bsegpo {
            margin-top: -22px;
            color: rgb(239, 232, 215);
            text-align: left;
        }

        .eIePZZ {
        display: flex;
        }
		
		.pp_center {
			width:780px;
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		}

        .bxgKQE {
        display: flex;
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
        border-radius: 50px;
        border: medium;
        max-width: 300px;
        padding-right: 40px;
        padding-left: 40px;
        box-sizing: border-box;
        height: 50.5px;
        line-height: 50px;
        cursor: pointer;
        color: rgb(239, 232, 215);
        background: linear-gradient(-180deg, rgb(146, 123, 119) 0%, rgb(105, 84, 80) 96%);
        box-shadow: none;
        }
		
        .bxgKQE1 {
        display: flex;
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
        border-radius: 50px;
        border: medium;
        max-width: 300px;
        padding-right: 40px;
        padding-left: 40px;
        box-sizing: border-box;
        height: 50.5px;
        line-height: 50px;
        cursor: pointer;
        color: rgb(239, 232, 215);
        background: linear-gradient(-180deg, rgb(146, 123, 119) 0%, rgb(105, 84, 80) 96%);
        box-shadow: none;
        }

        .bxgKQE > div:first-child {
        background-image: url("../img/111.png");
        }

        .dCosnJ {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        }

        .lidzNb {
        display: flex;
        flex-wrap: wrap;
        -moz-box-align: center;
        align-items: center;
        gap: 30px;
        margin-top: 23px;
				justify-content:center;
        }
		
        .WM_GLOBAL_heading55 {
			font-family: Montserrat;
			font-weight: 700;
			font-size: 20px;
        }

        .lidzNb .link-wrapper {
        color: rgb(146, 123, 119);
        }

        .link-wrapper {
        display: flex;
        align-items: center;
        position: relative;
        }

        .bijtyL .learn-more-link {
        -moz-box-align: center;
        align-items: center;
        }

        .bijtyL .link {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        text-decoration: none;
        font-weight: 500 !important;
        font-size: 16px !important;
		color: rgb(239, 232, 215);
		font-family: Montserrat;
        }

        .bijtyL .learn-more-link:hover {
        opacity: 0.7;
        }

    .element {
        position: relative;
        display: inline-block;
        font-size: 32px;
        }

    .element::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px; /* Épaisseur du trait */
        background-color: rgb(146, 123, 119); /* Couleur du trait */
        transform: translateY(-50%);
        }

        /* Responsive */
        @media (max-width: 600px) {
            .slide {
                height: 300px;
            }
        }

        @media (max-width: 1200px) {
            .container_slider {
                flex-direction: column;
                 order: 1;
                 padding-bottom: 30px;
            }

            .slider-container {
                max-width: 100%;
                order: 2;
            }

            .slide img {
            width: 100%;
            height: 100%;
            object-fit: revert-layer;
            }

            .container_text {
            margin: auto;
            max-width: 850px;
			padding-left: 35px;
			padding-bottom: 8px;
            }

            .xxDYR {
                text-align: center;
				padding-right: 11px;
				font-size: 35px;
            }

            .ixYTKv {
                text-align: center;
				padding-right: 16px;
            }
			
			.container_slider {
				padding-top: 9px;
			}
			
			.pp_center {
				width:780px;
			  display: flex;
			  align-items: center;
			  justify-content: space-between;
			}
        }