/* ----------------------------------------BLOC 3------------------------------------------------------------ */
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

html,body{
    width: 100%;
}

h1{
    font-size: 65px;
    font-weight: 800;
    color: #2c2524
}

h2{
    font-size: 50px;
    font-weight: 800;
    color: #2c2524
}

h3{
    font-size: 30px;
    font-weight: 800;
    color: #2c2524; 
    font-family: 'Poppins';
}

/* header */
.header{
    width: 100%;
    display: flex;
    background-color: #fffaf6;
}
.header.about{
    background-color: white;
}

a.link-home {
    justify-content: center;
    display: flex;
}

.nav {
    display: flex;
    margin: 30px 120px;
    width: 100%;
}

.nav-section{
    width: 100%;
    display: flex;
}

.main-vet_x{
    margin-top: 10px;
}

.nav-menu {
    display: flex;
    margin: 0px auto;
    width: 600px;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #2c2524;
}

a.sub-nav{
    font-size : 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #2c2524;
}

a.sub-nav:hover{
    color: #fe6b59;
}

a.link-btn{
    text-decoration: none;
}

a.sub-nav.cart{
    font-size : 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #2c2524;
}

select.select-1{
    font-size : 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #2c2524;
    background-color: transparent;
    border: none;
}

select.select-2{
    font-size : 22px;
    background-color: transparent;
    font-weight: 700;
    width: 80px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #2c2524;
    border: none;
}

.contact-btn {
    display: flex;
    justify-content: right;
}

.navburger {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
    backdrop-filter: blur(10px);
    z-index: 999;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

a.sub-nav-burger{
    color: red;
    width:  100%;
    padding: 20px;
    font-size: 30px;
}

.contact-btn button {
    background-color: #FE6B59;
    color: white;
    padding: 20px 35px;
    border-radius: 20px;
    border: none;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.contact-btn button:hover{
    transform: scale(1.3);
}

.menu-burger{
    display: none;
}

img.logo{
    max-width: 134px;
    cursor: pointer;
}

img.menu-bg{
    display: flex;
    padding: 22px;
    justify-content: center;
    align-items: center;
    width: 25px;
}

@media screen and (max-width: 1236px) {

    .header{
        width: 100%;
        display: flex;
        background-color: #fffaf6;
    }
    
    .header.about{
        background-color: white;
    }

    .nav {
        display: flex;
        margin: 30px 20px;
        width: 97%;
    }

    .nav-section{
        width: 95%;
        display: flex;
    }
    
    .nav-menu {
        display: flex;
        margin: 0px 3%;
        width: 500px;
        align-items: center;
        justify-content: end;
        font-size: 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: #2c2524;
    }
    
    a.sub-nav.cart{
        display: flex;
    }

    a.sub-nav{
        font-size : 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: #2c2524;
        display: none;
    }
    
    a.link-home {
        justify-content: center;
        display: flex;
    }

    select.select-1{
        display: none;
        font-size : 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: #2c2524;
        background-color: transparent;
        border: none;
    }
    
    select.select-2{
        display: none;
        font-size : 18px;
        background-color: transparent;
        font-weight: 500;
        width: 80px;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: black;
        border: none;
    }
    
    .contact-btn {
        display: flex;
        justify-content: right;
    }
    
    .contact-btn button {
        background-color: #FE6B59;
        color: white;
        padding: 19px 0px;
        border-radius: 20px;
        border: none;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s ease;
        cursor: pointer;
        width: 200px;
    }

    .contact-btn button:hover{
        transform: none;
    }
    
    .menu-burger {
        display: flex;
        border-radius: 20px;
        position: relative;
        justify-content: right;
        margin-left: 7%;
        width: 70px;
        background-color: #fe6b59;
        height: 70px;
    }
    
    .burger-icon {
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        background-color: #333;
        color: white;
    }
    
    .menu {
        display: none;
        position: absolute;
        top: 40px;
        border: 5px solid white;
        left: -90px;
        z-index: 999;
        border-radius: 20px;
        width: 250px;
        background-color: #fe6b59;
    }

    .li{
        background-color: red;
    }
    
    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .menu li a {
        display: block;
        padding: 15px 15px;
        text-decoration: none;
        color: white;
        font-size: 20px;

    }
    
    .menu li a:hover {
        background-color: red;
    }
    
    .submenu {
        display: none;
    }
    
    .submenu li {
        border-bottom: none;
        padding-left: 20px;
    }
    
    .menu li.active .submenu {
        display: block;
    }

}

@media screen and (max-width: 650px) {
    .contact-btn {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    
    .header{
        width: 100%;
        display: flex;
        background-color: #fffaf6;
    }
    
    .nav {
        display: flex;
        margin: 30px 20px;
        width: 93%;
    }
    
    .header.about{
        background-color: white;
    }

    .nav-section{
        width: 100%;
        display: flex;
    }
    
    a.link-home {
        justify-content: center;
        display: flex;
    }
    
    .nav-menu {
        display: flex;
        margin: 0px 3%;
        width: 500px;
        align-items: center;
        justify-content: end;
        font-size: 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: black;
    }
    
    a.sub-nav.cart{
        display: flex;
    }

    a.sub-nav{
        font-size : 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: black;
        display: none;
    }
    
    select.select-1{
        display: none;
        font-size : 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: black;
        background-color: transparent;
        border: none;
    }
    
    select.select-2{
        display: none;
        font-size : 18px;
        background-color: transparent;
        font-weight: 500;
        width: 80px;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        color: black;
        border: none;
    }
    
    .contact-btn button {
        border: none;
        width: 163px;
        display: flex;
        background-color: #fe6b59;
        color: white;
        margin-top: 0px;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
        margin-left: 18%;
        padding: 20px 25px;
        font-family: "Roboto", system-ui;
        font-weight: 700;
        font-size: 17px;
        cursor: pointer;
        transition: none;
    }
    
    .section-header{
        display: flex;
        width: 100%;
        background-color: cyan;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
}

/* maq 1*/
.bloc1{
    overflow: hidden;
}

.section-header{
    display: flex;
    width: 100%;
    height: 708px;
    border-radius: 0%;
    background-color: #fffaf6;
} 

.txt-section{
    padding-left: 10%;
    padding: 10% 40% 0% 10%;
    width: 50%;
    display: block;
    z-index: 1;
    flex: 1;
}

.sub-title {
    width: 100%;
    max-width: 700px;
}

.section-title {
    width: 100%;
    max-width: 860px;
}

.section-img{
    display: flex;
    width: 70%;
    flex: 1;
}


img.img-dog{
    position: absolute;
    z-index: 2;
    display: flex;
    margin-top: 5%;
    margin-left: 57%;
    margin-right: 0%;
    bottom: 0;
    max-width: 26%;
}

.header-left {
    display: flex;
    justify-content: left;
}

.yellow-pellet{
    position: absolute;
    z-index: 1;
    bottom: 487px;
    margin-left: 76%;
    width: 8%;
    transform: rotate(200deg);
}

.shape-red{
    position: absolute;
    z-index: 1;
    margin-left: 56%;
    margin-top: 16%;
    bottom: 70px;
    transform: rotate(11deg);
    width: 14%;
}

.shape-yellow{
    position: absolute;
    z-index: 1;
    width: 210px;
    margin-top: 19%;
    bottom: 85px;
    transform: rotate(45deg);
    margin-left: 76%;
}


.shape-bleu{
    position: absolute;
    margin-top: 7%;
    width: 4%;
    bottom: 500px;
    margin-left: 60%;
    transform: rotate(200deg);
    z-index: 1;
}

.croiss{
    background-color: #fffaf6;
    display: flex;
    margin-top: -690px;
    width: 150%;
    margin-left: -26%;
    position: relative;
    z-index: 0;
    bottom: 0;
    overflow: hidden;
    height: 841px;
    border-radius: 0% 0% 50% 50%;
}

@media screen and (max-width: 1500px) {

    .txt-section {
        padding: 0%;
        place-items: center;
        width: 32%;
        display: block;
        z-index: 1;
        flex: 1;
    }

    .section-title {
        width: 100%;
        max-width: 860px;
        text-align: center;
    }

    .sub-title {
        width: 100%;
        max-width: 700px;
        text-align: center;
    }

    .header-left {
        display: flex;
        justify-content: center;
    }

    .croiss {
        background-color: #fffaf6;
        display: flex;
        margin-top: -10%;
        width: 150%;
        margin-left: -25%;
        position: relative;
        z-index: 0;
        bottom: 0;
        overflow: hidden;
        height: 841px;
        border-radius: 0% 0% 50% 50%;
    }

    .yellow-pellet {
        position: absolute;
        z-index: 1;
        bottom: 470px;
        margin-left: 57%;
        margin-top: 10%;
        width: 10%;
        transform: rotate(145deg)
    }

    .shape-bleu {
        position: absolute;
        margin-top: 13%;
        width: 5%;
        bottom: 580px;
        margin-left: 39%;
        transform: rotate(145deg);
        z-index: 1;
    } 

    img.img-dog {
        position: absolute;
        z-index: 2;
        bottom: 0;
        margin-left: 33%;
        max-width: 33%;
    }
    
    .shape-red{
        position: absolute;
        z-index: 1;
        margin-left: 33%;
        margin-top: 19%;
        bottom: 210px;
        transform: rotate(-55deg);
        width: 14%;
    }
    
    .shape-yellow{
        position: absolute;
        z-index: 1;
        width: 10%;
        bottom: 10px;
        margin-top: 27%;
        transform: rotate(213deg);
        margin-left: 60%;
    }

}

@media screen and (max-width: 1000px) {
    .croiss {
        background-color: #fffaf6;
        display: flex;
        margin-top: -400px;
        width: 150%;
        margin-left: -25%;
        position: relative;
        z-index: 0;
        bottom: 0;
        overflow: hidden;
        height: 841px;
        border-radius: 0% 0% 50% 50%;
    }

    .shape-bleu {
        bottom: 450px;
    }

    .yellow-pellet {
        bottom: 320px;
    }

    .shape-red {
        bottom: 110px;
    }
}

@media screen and (max-width: 768px) {
    .croiss {
        background-color: #fffaf6;
        display: flex;
        margin-top: -400px;
        width: 150%;
        margin-left: -25%;
        position: relative;
        z-index: 0;
        bottom: 0;
        overflow: hidden;
        height: 841px;
        border-radius: 0% 0% 50% 50%;
    }

    img.img-dog {
        position: absolute;
        z-index: 2;
        margin-top: 10%;
        margin-left: 34%;
        width: 34%;
    }

    .shape-yellow {
        position: absolute;
        z-index: 1;
        width: 12%;
        margin-top: 53%;
        transform: rotate(335deg);
        margin-left: 60%;
    }

    .yellow-pellet {
        position: absolute;
        z-index: 1;
        margin-left: 58%;
        margin-top: 20%;
        width: 9%;
        transform: rotate(145deg);
    }

    .shape-bleu {
        position: absolute;
        margin-top: 20%;
        width: 5%;
        margin-left: 37%;
        transform: rotate(145deg);
        z-index: 1;
    }

    .shape-red {
        position: absolute;
        z-index: 1;
        margin-left: 34%;
        margin-top: 39%;
        transform: rotate(-55deg);
        width: 16%;
    }

}


@media screen and (max-width: 740px) {
    .croiss {
        background-color: #fffaf6;
        display: flex;
        margin-top: -200px;
        width: 150%;
        margin-left: -25%;
        position: relative;
        z-index: 0;
        bottom: 0;
        overflow: hidden;
        height: 841px;
        border-radius: 0% 0% 50% 50%;
    }

    img.img-dog {
        position: absolute;
        z-index: 2;
        margin-top: 20%;
        margin-left: 22%;
        max-width: 70%;
        width: 54%;
    }

    .shape-yellow {
        position: absolute;
        z-index: 1;
        width: 22%;
        margin-top: 79%;
        transform: rotate(335deg);
        margin-left: 66%;
    }

    .yellow-pellet {
        position: absolute;
        z-index: 1;
        margin-left: 60%;
        bottom : 323px;
        margin-top: 31%;
        width: 20%;
        transform: rotate(175deg);
    }

    .shape-bleu {
        position: absolute;
        margin-top: 35%;
        width: 10%;
        margin-left: 30%;
        bottom: 365px;
        transform: rotate(180deg);
        z-index: 1;
    }

    .shape-red {
        position: absolute;
        z-index: 1;
        bottom : 0;
        margin-left: 17%;
        margin-top: 68%;
        transform: rotate(0deg);
        width: 25%;
    }

}

@media screen and (max-width: 500px) {
    .croiss {
        background-color: #fffaf6;
        display: flex;
        margin-top: -100px;
        width: 150%;
        margin-left: -25%;
        position: relative;
        z-index: 0;
        bottom: 0;
        overflow: hidden;
        height: 841px;
        border-radius: 0% 0% 50% 50%;
    }


    img.img-dog {
        width: 70%;
        margin-left: 12%;
    }

    .shape-red{
        bottom: 130px;
    }
}

.case1 {
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 5%;
    width: 45%;
    margin-left: 10%;
}

.case2 {
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 5%;
    width: 45%;
}

.case3 {
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 5%;
    width: 45%;
}



@media screen and (max-width: 1500px) {
    .case1{
        display: block;
        margin-left: 2%;
    }

    .case2{
        display: block;
    }

    .case3{
        display: block;
        margin-left: 14%;
    }
}

.info-section {
    display: flex;
    justify-content: center;
    gap: 15%;
    margin-top: 150px;
    background-color: #fff;
}
  
.info-item {
    text-align: center;
    font-family: "Poppins", sans-serif;
    display: flex;
    margin-left: -5%;
}
  
.xt {
    text-align: left;
}

.icon img {
    width: 100px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin-right: 20px;
    margin-top: 50px;
}
  
h1.title-case {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 1350px) {
    .info-section {
        display: flex;
        justify-content: center;
        gap: 10%;
        margin-top: 150px;
    }
      
    .info-item {
        text-align: center;
        max-width: 200px;
        display: block;
        margin: 0%;
    }
     
    .icon img {
        width: 100px;
        border-radius: 50%;
        background-color: #f0f0f0;
        margin-right: 20px;
        margin-top: 50px;
    }
      
    h1.title-case {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 750px) {

    .info-section {
        display: block;

    }

    .info-item{
        display: flex;
        margin-bottom: 5%;
        max-width: 300px;
    }
}

/* -------------------------------------------------Bloc 2------------------------------------------------------------------------------------- */

.bloc2{
    overflow: hidden;
    margin-bottom: 150px;
    margin-top: 200px;
  }
  
.title-and-arrows{
    display: flex;
    justify-content: center;
    gap: 49%;
}

.carousel-controlers2 button{
    background: white;
    border: solid 2px #d1d1d1a1;
    border-radius: 20px;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    margin-right: 25px;
    margin-top: 25px;
}

.arrow-left{
    transform: rotate(180deg);
}

.service-cards{
    display: flex;
    gap: 40px;
    width: 3070px;
    margin-left: 200px;
    transition: transform 0.5s ease-in-out;
}

.service-cards button{
    background-color: white;
    border: 2px solid #80808052;
    border-radius: 30px;
    padding: 35px 50px 76px 55px;
}

.service-card-content{
    display: flex;
    text-align: left;
}

.info-card{
    margin-left: 30px;
}

.icon-cards img{
    width: 150px;
    margin-top: 40px;
}

.title-card{
    margin-bottom: -10px;
}

.info-card-bottom{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-left: 45px;
}

.first-button, .second-button{
    background-color: #f2f1ef;
    padding-left: 25px;
    display: flex;
    gap: 10px;
    padding-right: 25px;
    border-radius: 10px;
}

.dollar img, .hour img{
    margin-top: 22.5px;
    width: 25px;
}

.description p{
    color: #2d2523;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
}

.two-buttons{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.button-services{
    margin-top: 46px;
}

@media screen and (max-width: 1138px) {
    .service-cards{
        display: flex;
        gap: 40px;
        width: 3070px;
        margin-left: 30px;
        transition: transform 0.5s ease-in-out;
    }

    .title-and-arrows{
        display: flex;
        justify-content: center;
        gap: 20%;
    }
}

@media screen and (max-width: 762px) {
   .services-title h2{
            font-size: 40px;
   }

   .carousel-controlers2 button {
        background: white;
        border: solid 2px #d1d1d1a1;
        border-radius: 20px;
        color: white;
        font-size: 18px;
        padding: 0px 0px; 
        cursor: pointer;
        z-index: 2;
        margin-right: 0px; 
        margin-top: 25px;
    }

    .title-and-arrows{
        display: flex;
        justify-content: center;
        gap: 5%;
    }

    .service-cards button {
        background-color: white;
        border: 2px solid #80808052;
        border-radius: 30px;
        padding: 25px 46px 27px 29px;
    }

    .service-cards {
        display: flex;
        gap: 40px;
        width: 1700px;
        margin-left: 30px;
        transition: transform 0.5s ease-in-out;
    }
  
}

/* ----------------------------Bloc 3------------------------------------------------------------------------------------------------------------------ */


.bloc3{
    background-color: #fffaf6;
    margin-bottom: 100px;
    width: 100%;
    padding-bottom: 250px;
}

.container{
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 30px;
}

.side-left, .side-right{
    flex: 1;
}

.side-left{
    margin-left: 150px;
    margin-top: 50px;
}

.side-right{
    margin-top: 50px;
}

.first-image{
    width: 600px;
    position: absolute;
    transform: rotate(-3deg);
    border-radius: 40px;
}

.second-image{
    width: 320px;
    position: relative;
    z-index: 2; 
    margin-left: 450px;
    margin-top: 70px;
    transform: rotate(3deg);
    border: 8px solid;
    border-color: #fffaf6;
    border-radius: 30px;
}

.model-text{
    color:#817d7d;
    font-size: 23px;
    font-weight: 600; 
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}

.about-us-text{
    margin-top: -5%;
}

.skill{
    display: flex;
    margin-bottom: 7px;
}

.skill img{
    width: 40px;
    height: 40px;
}

.skill p{
    margin-left: 20px;
    margin-top: 5px;
    font-weight: 700;
    color: #2c2524;
    font-size: 23px;
}

.red-btn button{
    background-color: #FE6B59;
    color: white;
    padding: 30px 65px;
    border-radius: 20px; 
    border: none;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.red-btn button:hover{
    transform: scale(1.3);
}

.more-about-us{
    margin-top: 50px;
}

@media screen and (max-width: 1162px) {
    .bloc3{
        background-color: #fffaf6;
        margin-bottom: 100px;
        width: 100%;
        padding-bottom: 400px;
    }

    .side-left{
        margin-left: 150px;
        margin-top: 60px;
    }

    .side-right{
        margin-top: 170px;
        margin-left: 200px;
    }

    .first-image{
        width: 600px;
        position: absolute;
        transform: rotate(-3deg);
        border-radius: 40px;
    }
    
    .second-image{
        width: 320px;
        position: relative;
        z-index: 2; 
        margin-left: 450px;
        margin-top: 70px;
        transform: rotate(3deg);
        border: 8px solid;
        border-color: #fffaf6;
        border-radius: 30px;
    }
}

@media screen and (max-width: 940px) {
    .side-left{
        margin-top: 60px;
        margin-left: 200px;
    }

    .side-right{
        margin-top: 170px;
        margin-left: 200px;
    }

    .first-image{
        width: 500px;
        position: absolute;
        transform: rotate(-3deg);
        border-radius: 40px;
    }
    
    .second-image{
        width: 230px;
        position: relative;
        z-index: 2; 
        margin-left: 353px;
        margin-top: 70px;
        transform: rotate(3deg);
        border: 8px solid;
        border-color: #fffaf6;
        border-radius: 30px;
    }
}

@media screen and (max-width: 800px) {
    .container{
        display: flex;
        justify-content: left;
        flex-wrap: wrap-reverse;
        gap: 30px;
    }

    .side-right{
        margin-left: 30px;
    }

    .side-left{
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .about-us-title h2{
        font-size: 50px;
    }
}

@media screen and (max-width: 642px) {
    .first-image{
        width: 320px;
        position: absolute;
        transform: rotate(-3deg);
        border-radius: 40px;
    }
    
    .second-image{
        width: 160px;
        position: relative;
        z-index: 2; 
        margin-left: 218px;
        margin-top: 70px;
        transform: rotate(3deg);
        border: 8px solid;
        border-color: #fffaf6;
        border-radius: 30px;
    }
}

/* ----------------------------------------BLOC 4------------------------------------------------------------ */
.bloc4 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    place-items: center;
    margin-bottom: 600px;
}

.client-title{
    text-align: center;
}

.client-subtitle{
    text-align: center; 
    max-width: 1000px; 
    margin-bottom: -30px;
}

.container{
    position: relative;
    top: 100px;
}

.background-slide1{
    position: absolute;
    transform: rotate(135deg);
    top: -109px;
    left: -150px;
    width: 300px;
}

.background-slide2{
    position: absolute;
    transform: rotate(130deg);
    left: 1120px;
    bottom: -110px;
    width: 160px;
}

.carousel-container {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 25px;
    border: solid 2px #d1d1d1a1;
    background: white;
    position: relative;
}

.carousel-item {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 40px 45px;
}

.carousel-item.active {
    display: flex;
}

.testimonial {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.testimonial-image img {
    max-width: 500px;
    border-radius: 30px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -80px;
}

.testimonial-content h3 {
    font-size: 30px;
    color: #2c2524;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    margin-top: 100px;
}

.paragraph-slide{
    margin-top: -25px;
}

.name1{
    font-family: "Poppins", sans-serif;
    color: #2c2524;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: -24px;
    margin-top: -5px;
}

.carousel-controls {
    margin-top: -250px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 70em;
}

.carousel-controls button {
    background: white;
    border: solid 2px #d1d1d1a1;
    border-radius: 20px;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
}

button #prevBtn{
    margin-left: 100px;
}

#prevBtn img{
    transform: rotate(180deg);
}

.carousel-controls button, .carousel-controlers2 button:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1470px){
    .background-slide1, .background-slide2{
        display: none;
    }
}

@media screen and (max-width: 1317px){
    .bloc4{
        margin-bottom: 100px;
    }

    .carousel-controls {
        margin-top: 100px;
        width: 0%;
        display: flex;
        justify-content: center;
        gap: 10em;
    }

    .carousel-container {
        width: 99%;
        overflow: hidden;
        border-radius: 25px;
        border: solid 2px #d1d1d1a1;
        background: white;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .bloc4{
        margin-bottom: 600px;
    }

    .background-slide1, .background-slide2{
        display: flex;
    }

    .background-slide1{
        position: absolute;
        transform: rotate(100deg);
        top: -109px;
        left: -177px;
        width: 240px;
    }

    .background-slide2{
        position: absolute;
        transform: rotate(95deg);
        left: 430px;
        bottom: -60px;
        width: 120px;
    }

    .testimonial {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .carousel-controls {
        margin-top: -530px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        gap: 30em;
    }

    .carousel-container {
        width: 500px;
        max-width: 100%;
        overflow: hidden;
        border-radius: 25px;
        border: solid 2px #d1d1d1a1;
        background: white;
        position: relative;
    }

    .testimonial-image img {
        max-width: 400px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 680px) {
    .bloc4{
        margin-bottom: 100px;
    }

    .background-slide1, .background-slide2{
        display: none;
    }

    .carousel-controls {
        margin-top: 100px;
        width: 0%;
        display: flex;
        justify-content: center;
        gap: 10em;
    }
}

@media screen and (max-width: 500px) {
    .carousel-container {
        width: 400px;
        max-width: 100%;
        overflow: hidden;
        border-radius: 25px;
        border: solid 2px #d1d1d1a1;
        background: white;
        position: relative;
    }

    .testimonial-image img {
        max-width: 340px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 440px) {
    .bloc4{
        margin-bottom: 800px;
    }

    .background-slide1, .background-slide2{
        display: flex;
    }

    .background-slide1{
        position: absolute;
        transform: rotate(114deg);
        top: -74px;
        left: -24px;
        width: 240px;
    }

    .background-slide2{
        position: absolute;
        transform: rotate(130deg);
        left: 280px;
        bottom: -60px;
        width: 120px;
    }

    .carousel-controls button {
        background: white;
        border: solid 2px #d1d1d1a1;
        border-radius: 20px;
        color: white;
        font-size: 18px;
        padding: 0px 0px;
        cursor: pointer;
        z-index: 2;
    }

    .carousel-controls {
        margin-top: -600px;
        width: 0%;
        display: flex;
        justify-content: center;
        gap: 18em;
    }
}

/* ------------------------------------BLOC VERT------------------------------------------------------------------------------------------------------------ */

bloc-green {
    overflow: hidden;
    margin-bottom: 5%;
}

.section-green {
    margin-top: 10%;
    background-color: #2C786C;
    display: flex;
    padding-right: 8%;
    margin-bottom: -10px;
    position: relative;
    z-index: -1;
}

.left-section-green {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.left-section-green img {
    position: absolute;
    transform: rotate(311deg);
    left: -16%;
    top: -19%;
    width: 35%;
}

.left-section-green h1 {
    color: white;
    font-weight: 800;
    font-size: 2.6vw;
}

.txt-left-section-green {
    padding: 18% 19%;
    width: 80%;
}

.right-section-green {
    position: relative;
    width: 55%;
}

.women-dog-green {
    position: relative;
    margin-top: -20%;
    width: 90%;
    z-index: 1;
}

.red-shape-3 {
    position: absolute;
    right: -7%;
    bottom: -10%;
    z-index: 0;
    transform: rotate(309deg);
    width: 42%;
}

.red-shape-5 {
    position: absolute;
    left: -11%;
    bottom: 12%;
    z-index: 0;
    transform: rotate(125deg);
    width: 36%;
}

.white-grass-5 {
    position: absolute;
    z-index: 0;
    left: -2%;
    top: 33%;
    transform: rotate(125deg);
    width: 18%
}

.white-grass-6 {
    position: absolute;
    z-index: 0;
    bottom: 25.8%;
    right: -10.1%;
    transform: rotate(118deg);
    width: 17%;
}

@media screen and (max-width: 768px) {

    .section-green{
        padding: 0%;
        display: block;
    }

    .left-section-green {
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .left-section-green img {
        transform: rotate(277deg);
        left: -6%;
        top: -4%;
        width: 22%;
    }

    .left-section-green h1 {
        font-size: 33px;
        width: 53%;
        margin: 5% auto;
    }

    .right-section-green {
        width: 70%;
        margin-top: 9%;
        margin-left: 20%;
    }

    .red-shape-5 {
        bottom: 15%;
        left: -19%;
        transform: rotate(96deg);
        width: 43%;
    }

    .white-grass-5 {
        left: -9%;
        top: 20%;
        transform: rotate(94deg);
        width: 20%;
    }

    .txt-left-section-green {
        padding: 0%;
        width: 100%;
        display: flex;
        margin-bottom: 7%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .red-shape-3 {
        right: -4%;
        bottom: -9%;
        transform: rotate(286deg);
        width: 50%;
    }

    .white-grass-6 {
        bottom: 32%;
        right: -10%;
        transform: rotate(100deg);
        width: 20%;
    }
}

@media screen and (max-width: 440px) {

    .section-green {
        overflow: hidden;
    }

    .left-section-green h1 {
        font-size: 30px;
        width: 80%;
    }

    .red-shape-5 {
        bottom: 16%;
        left: -8%;
        transform: rotate(117deg);
        width: 42%;
    }

    .left-section-green img {
        transform: rotate(294deg);
        left: -12%;
        top: -4%;
        width: 25%;
    }

    .right-section-green {
        width: 100%;
        margin: 0%;
        text-align: center;
        margin-top: 15%;
    }

    .women-dog-green {
        width: 85%;
        padding-bottom: 1%;
    }

    .red-shape-3 {
        right: -10%;
        bottom: -11%;
        transform: rotate(303deg);
        width: 50.5%;
    }

    .white-grass-5 {
        left: 2%;
        top: 17%;
        transform: rotate(115deg);
        width: 20%
    }

    .white-grass-6 {
        bottom: 34%;
        right: -14%;
        transform: rotate(119deg);
        width: 20%;
    }
}


/* ----------------------------------------------BLOC CHAT ET CHIEN----------------------------------------------------------------------------------------- */

.article-container{
    text-align: center;
    background-color: #fbfbfb;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .article-image {
      display: flex;
      justify-content: center;
      gap: 50px;
      flex-wrap: wrap;
      
  }
  .news {
      text-align: center;
      width: 500px;
  }
  
  .news img {
      width:100%;
      margin-bottom: 15px;
      border-radius: 10px;
    }
  
  .btn-title {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
  }
  
  .btn-browse{
    background-color: #F2F1EF;
    border-radius: 20px;
    border-style: none;
    font-family: 'Poppins';
    font-size: 23px;
    padding: 30px 50px;
    margin-bottom: 30px;
    cursor: pointer;
    margin-top: 45px;
    font-weight: 600;
  }
  
    .article h1 {
      font-family:Poppins ;
      font-weight :800;
      margin-bottom: 30px;
      color: #2c2524;
      margin-top: 100px;
    }
  
  .btn-dogs{
    width: 100px;
    height: 51px;
    border-radius: 10px;
    border-style: none;
    color: white;
    background-color: #FE6B59;
    font-family: 'Poppins';
    font-size: 18px;
    padding-right: 14px;
    padding-left: 14px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
  }
  
  .btn-container{
      position: relative; 
  }
  
  .btn-read{
    border-style: none;
    color: #FE6B59;
    background-color: #fbfbfb;
    cursor: pointer;
    font-weight: 550;
    font-size: 22px;
    font-family: 'Poppins';
  }
  
  .center {
    display: flex;
    justify-content: center;
    gap:25%;
  }
  
  .center p {
    color: #817d7d;
    font-weight: 600;
    font-size: 22px;
  }
  
  @media screen and (max-width:816px){
  .btn-title{ 
    display: grid;
  }
}

@media screen and (max-width: 504px) {
    .btn-title h2{
        font-size: 40px;
    }
}
    

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer{
    margin-top: 200px;
}

.bloc-title{
    display: flex;
}

.follow-us {
    justify-content: center;
}

.bloc-title .instagram-text{
    color: #ff5a5f;
    text-decoration: underline;
}

.picture{
    display: flex;
    justify-content: center;
    margin:  3% 7% 7% 7%;
}

.left{
    flex: 1;
}

.left, .middle{
    display: flex;
    margin-left: 1.5%;
}

.background1{
    position: absolute;
    z-index: 1;
    transform: rotate(120deg);
    width: 17%;
    margin: -6% 0% 0% 2%;
    left: 0;
}

.picture1, .picture2{
    position: relative;
    z-index: 2;
    width: 100%;
}

.picture1, .picture2 img{
    border-radius: 6%;
}

.background2{
    position: absolute;
    z-index: 1;
    transform: rotate(120deg);
    width: 15%;
    margin: 5% 0% 0% -9%;
}

.middle{
    flex: 1;
    text-align: center;
}

.right{
    display: grid;
    flex: 1;
    gap: 5%;
    margin-left: 1.5%;
}

.right1, .right2{
    display: flex;
    gap: 5%;
}

.picture-right, .picture-right1{
    position: relative;
    z-index: 2;
    border-radius: 12%;
    width: 45%;
}

.background3{
    position: absolute;
    z-index: 1;
    transform: rotate(120deg);
    width: 10%;
    margin: -3.7% 0% 0% 19.5%;
}

@media screen and (max-width: 768px) {

    .background1{
        position: absolute;
        z-index: 1;
        transform: rotate(90deg);
        width: 22%;
        margin: -8% 0% 0% 0%;
        left: 0;
    }

    .background2{
        position: absolute;
        z-index: 1;
        transform: rotate(85deg);
        width: 22%;
        margin: 1% 0% 0% -22%;
    }

    .background3{
        position: absolute;
        z-index: 1;
        transform: rotate(85deg);
        width: 10%;
        margin: -3.7% 0% 0% 19.5%;
    }
}

@media screen and (max-width: 600px) {
    .follow-us h2{
        font-size: 35px;
    }
}

@media screen and (max-width: 440px) {

    .picture{
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        gap: 3%;
    }

    .picture-right, .picture-right1{
        position: relative;
        z-index: 2;
        border-radius: 12%;
        width: 100%;
    }

    .right1, .right2{
        display: flex;
        gap: 7%;
    }

    .background1{
        position: absolute;
        z-index: 1;
        transform: rotate(110deg);
        width: 22%;
        margin: -8% 0% 0% 0%;
        left: 0;
    }

    .background2{
        position: absolute;
        z-index: 1;
        transform: rotate(110deg);
        width: 22%;
        margin: 29% 0% 0% 27%;
    }

    .background3{
        position: absolute;
        z-index: 1;
        transform: rotate(110deg);
        width: 13%;
        margin: -49.7% 0% 0% 75.5%;
    }
}


.custom-line{
    border: none;
    border-bottom: 2px solid;
    color: #80808030;
    margin-top: 200px;
}

.custom-line button{
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.footer2{
    display: flex;
    justify-content: center;
    margin-top: 6%;
    gap: 150px;
    flex-wrap: wrap;
}

.image-vet_x img{
    width: 200px;
}

.social-media{
    margin-left: -25px;
}

.social-media img{
    width: 45px;
    margin-left: 20px;
}

.categbloc1{
    display: flex;
    gap: 50px
}

.categbloc2{
    display: flex;
    gap: 150px;
    margin-top: -20px;
}

.model-text2 {
    font-size: 21px;
    color: #817d7d;
    font-weight: 600;
    font-family: 'Poppins'
}

.title-list{
    font-size: 23px;
    color: #2c2524;
    font-weight: 600;
    margin-bottom: 30px;
}

.list a{
    text-decoration: none;
    color: #817d7d;
}

.list{
    line-height: 1.8;
}

.list p:hover{
    border-bottom: 4px solid;
    border-color: #fe8b7c;
    color: #fe8b7c;
    cursor: pointer;
    width: fit-content;
}

.contact-us{
    position: relative; 
    z-index: 2;
    margin-top: 30px;
}

.rightfoot{
    position: relative;
    z-index: 2;
    background-color: #fbfbfb;
    width: 470px;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-div{
    font-size: 30px;
    color: #2c2524;
    font-weight: 900;
    margin: 0px 0px -30px 45px;
}

.info1, .info2, .info3{
    display: flex;
}

.info2{
    margin-top: -20px;
}

.info3{
    margin-top: -20px;
}

.info-company{
    margin-left: 45px;
}

.info-company p{
    font-size: 25px;
    font-weight: 600;
    color: #817d7d;
    margin-left: 15px;
}

.info-company img{
    width: 7%;
}

.localisation{
    margin-top: -40px;
}

.background4{
    position: absolute;
    right: 0;
    margin: -40px 378px 0 0;
    transform: rotate(110deg);
    width: 150px;
}

.background5{
    position: absolute;
    right: -48px;
    width: 150px;
    transform: rotate(110deg);
    bottom: 86px;
}

@media screen and (max-width: 1793px) {
    .vet_x{
        margin-right: 630px;
    }

    .background4{
        position: absolute;
        right: 0;
        margin: -40px 370px 0 0;
        transform: rotate(80deg);
        width: 150px;
    }
    
    .background5{
        position: absolute;
        right: -29px;
        width: 150px;
        transform: rotate(80deg);
        bottom: 86px;
    }
}

@media screen and (max-width: 1173px) {
    .vet_x{
        margin-right: 100px;
    }

    .categbloc1{
        display: grid;
        gap: 50px
    }

    .background4{
        position: absolute;
        right: 0;
        margin: -40px 435px 0 0;
        transform: rotate(110deg);
        width: 150px;
    }
    
    .background5{
        position: absolute;
        right: 8px;
        width: 150px;
        transform: rotate(110deg);
        bottom: -63px;
    }
}

@media screen and (max-width: 584px) {
    .footer2{
        display: flex;
        justify-content: center;
        margin-top: 10%;
        gap: 100px;
        flex-wrap: wrap;
    }

    .vet_x{
        margin-right: 50px;
    }
    
    .image-vet_x img{
        width: 200px;
    }
    
    .social-media img{
        width: 35px;
        margin-left: 20px;
    }
    
    .categbloc1{
        display: grid;
        gap: 50px
    }
    
    .categbloc2{
        display: flex;
        gap: 50px;
        margin-top: -20px;
        justify-content: center;
    }
    
    .model-text2{
        font-size: 19px;
        color: #817d7d;
        font-weight: 600;
    }
    
    .title-list{
        font-size: 19px;
        color: #2c2524;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .list{
        line-height: 1.8;
    }
    
    .contact-us{
        position: relative; 
        z-index: 2;
        margin-top: 30px;
    }
    
    .rightfoot{
        position: relative;
        z-index: 2;
        background-color: #fbfbfb;
        width: 370px;
        border-radius: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .title-div{
        font-size: 25px;
        color: #2c2524;
        font-weight: 900;
        margin: 0px 0px -30px 45px;
    }
    
    .info-company p{
        font-size: 20px;
        font-weight: 600;
        color: #817d7d;
        margin-left: 15px;
    }
    
    .info-company img{
        width: 6%;
    }
    
    .localisation{
        margin-top: -40px;
    }

    .background4{
        position: absolute;
        right: 0;
        margin: -20px 370px 0 0;
        transform: rotate(110deg);
        width: 100px;
    }
    
    .background5{
        position: absolute;
        right: 38px;
        width: 100px;
        transform: rotate(110deg);
        bottom: -40px;
    }
}

@media screen and (max-width: 481px) {
    .footer2 {
        display: flex;
        justify-content: left;
        margin-top: 10%;
        gap: 100px;
        flex-wrap: wrap;
        margin-left: 10px;
    }
}

/* -------------------------------Maquette2------------------------------------------------- */
/* ------------------------------------BLOC 1------------------------------------------------------------------------------------------- */
.bloc-contact-us{
    overflow: hidden;
}

.section-title2{
    width: 100%;
    max-width: 860px;
}

img.img-case-contact {
    width: 50px;
}

.img-case.contact {
    width: 10%;
}

img.img-case.contact{
    width: 15%;
}

.case1.contact {
    display: flex;
    height: 50px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    margin-left: 0%;
}

.sect-contact {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    font-family: Arial, sans-serif;
    padding: 10% 0 15%;
}

.section-header2.contact{
    padding: 0%;
    height: auto;
    margin-top: -785px;
    display: flex;
    margin-bottom: 150px;
}

.subtitle-contact {
    display: flex;
    padding: 5% 0;
    margin: 0%;
    width: 80%;
    margin-top: -50px;
}

.txt-section2.contact {
    padding: 4% 0 0 8%;
    text-align: left;
    display: block;
    flex: 1;
}

.section-title.contact{
    display: flex;
    padding: 0% 0;
    margin: 0%;
    font-size: 3vw;
    width: 80%;
}

.croiss-contact {
    display: flex;
    width: 140%;
    margin-left: -16%;
    height: 775px;
    border-radius: 0% 0% 50% 50%;
    background-color: #fffaf6;
}

.txt-case p{
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #2c2524;
}

img.shape-yellow-contact {
    display: flex;
    position: absolute;
    width: 14%;
    z-index: 0;
    transform: rotate(100deg);
    margin-left: -5%;
}

img.shape-green-contact {
    display: flex;
    position: absolute;
    width: 7%;
    margin-left: 45%;
    z-index: 0;
    transform: rotate(297deg);
}

img.shape-form {
    z-index: 0;
    width: 13%;
    display: flex;
    position: absolute;
    transform: rotate(145deg);
    margin-top: 8%;
    margin-left: 17%;
}

.contact-form {
    padding: 2% 7%;
    width: 35%;
    border-radius: 4%;
    border: 2px solid #80808047;
    z-index: 1;
    margin: 5% 5% 5% 0%;
    background-color: white;
}

img.shape-red-contact {
    position: absolute;
    width: 13%;
    margin-top: 63%;
    transform: rotate(259deg);
    margin-left: 30%;
}

.form{
    width: 100%;
}

.form-top{
    width: 125%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: -11%;
}

.case-rep2{
    margin-left: -10%;
}

p.rep-categ {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 900;
    padding: 5% 0 0%;
    color: #2c2524;
}

input[type="text"] {
    font-size: 21px;
    font-family: 'Poppins';
    width: 80%;
    padding: 7%;
    border: 2px solid #c9c9c9;
    border-radius: 20px;
    font-weight: 600;
}

input[type="text-mess"] {
    padding-bottom: 25%;
    padding-top: 3%;
    border: solid;
    border-radius: 20px;
    border-color: #817d7d;
    border-width: 1px;
    padding-left: 2%;
    font-size: 20px;
}

.case-rep2 textarea {
    width: 110%; 
    font-family: 'Poppins', sans-serif; 
    font-size: 21px; 
    font-weight: 600; 
    height: 217px; 
    border-radius: 20px; 
    border: 2px solid #cbc9c9;
}

.btn-form{
    margin-top: 5%;
    margin-left: -10.5%;
}

@media screen and (max-width: 1120px) {
    .section-header2.contact{
        padding: 0%;
        height: auto;
        margin-top: -785px;
        flex-direction: column;
    }

    .contact-form{
        padding: 2% 29%;
        width: 35%;
        border-radius: 4%;
        border: 2px solid #80808047;
        z-index: 1;
        margin: 5% 5% 5% 4%;
        background-color: white;
    }

    .form-top{
        width: 247%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: -69%;
    }

    img.shape-yellow-contact {
        display: flex;
        position: absolute;
        width: 24%;
        z-index: 0;
        transform: rotate(323deg);
        margin-left: -2%;
        margin-top: -4%;
    }
    
    img.shape-green-contact {
        display: flex;
        position: absolute;
        width: 12%;
        margin-left: 84%;
        z-index: 0;
        transform: rotate(146deg);
        margin-top: -2%;
    }

    img.shape-red-contact {
        position: absolute;
        width: 20%;
        margin-top: 106%;
        transform: rotate(208deg);
        margin-left: 66%;
    }

    .case-rep2{
        margin-left: -68%;
    }

    .case-rep2 textarea {
        width: 142%; 
        font-family: 'Poppins', sans-serif; 
        font-size: 21px; 
        font-weight: 600; 
        height: 217px; 
        border-radius: 20px; 
        border: 2px solid #cbc9c9;
    }

    .btn-form{
        margin-top: 5%;
        margin-left: -68.5%;
    }
}

@media screen and (max-width: 610px) {
    .section-title2 h1{
        font-size: 50px;
    }

    .form-top{
        width: 150%;
        display: block;
        grid-template-columns: 1fr 1fr;
        margin-left: -60%;
    }

    img.shape-yellow-contact {
        display: flex;
        position: absolute;
        width: 30%;
        z-index: 0;
        transform: rotate(267deg);
        margin-left: -5%;
        margin-top: -6%;
    }
    
    img.shape-green-contact {
        display: flex;
        position: absolute;
        width: 18%;
        margin-left: 78%;
        z-index: 0;
        transform: rotate(106deg);
        margin-top: -4%;
    }

    img.shape-red-contact {
        position: absolute;
        width: 30%;
        margin-top: 261%;
        transform: rotate(315deg);
        margin-left: 59%;
    }
    
    input[type="text"] {
        font-size: 21px;
        font-family: 'Poppins';
        width: 136%;
        padding: 7%;
        border: 2px solid #c9c9c9;
        border-radius: 20px;
        font-weight: 600;
    }

    .txt-case p{
        margin-left: 30px;
    }
}


/* ----------------------------------BLOC 2--------------------------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
   
}

.bloc10{
    background-color: #f9f9f9;
    overflow: hidden;
    padding-bottom: 200px;
}

.question-title{
    justify-content: center;
}

.question-subtitle{
    margin-bottom: 150px;
    text-align: center;
    margin-top: -40px;
}

.faq-container {
    display: flex;
    justify-content: center;
}

.faq-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-button {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 30px 80px 30px 40px;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-buttons button{
    font-size: 23px;
    color: #2c2524;
}

.faq-button:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

.faq-button.active {
    color: #ff4d4d;
    border-color: #ff4d4d;
    font-weight: bold;
}

.question-container{
    display: flex;
    justify-content: center;
    position: relative;
    left: 100px;
}

.faq-content {
    background-color: white;
    border-radius: 30px;
    padding: 75px 100px;
    border: 1px solid #8080805e;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 660px;
}

.faq-content p{
    font-family: "Poppins", sans-serif;
}

.faq-content.hidden {
    display: none;
}

.background-faq1{
    position: absolute;
    width: 180px;
    transform: rotate(85deg);
    right: 90%;
    bottom: 82%;
}

.background-faq2{
    position: absolute;
    width: 230px;
    transform: rotate(90deg);
    right: -5%;
    bottom: 70%;
}

.background-faq3{
    position: absolute;
    width: 200px;
    right: 85%;
    top: 73%;
}

@media screen and (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }

    .question-container{
        display: flex;
        justify-content: center;
        position: relative;
        left: 0px;
        margin-top: 100px;
    }

    .faq-content {
        background-color: white;
        border-radius: 30px;
        padding: 75px 100px;
        border: 1px solid #8080805e;
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 500px;
    }

    .background-faq1{
        position: absolute;
        transform: rotate(67deg);
        right: 85%;
        bottom: 87%;
        width: 180px;
    }
    
    .background-faq2{
        position: absolute;
        transform: rotate(67deg);
        right: 0%;
        bottom: 77%;
        width: 230px;
    }
    
    .background-faq3{
        position: absolute;
        width: 200px;
        right: 78%;
        top: 80%;
    }
}

@media screen and (max-width: 440px){
    .faq-content {
        background-color: white;
        border-radius: 30px;
        padding: 75px 30px;
        border: 1px solid #8080805e;
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 350px;
    }

    .background-faq1{
        position: absolute;
        transform: rotate(150deg);
        right: 73%;
        bottom: 89%;
        width: 180px;
    }
    
    .background-faq2{
        position: absolute;
        transform: rotate(150deg);
        right: -20%;
        bottom: 81%;
        width: 230px;
    }
}

/* ----------------------------------------------------------------------------Maquette 3---------------------------------------------------------- */
/* -------------------------------------------BLOC 1----------------------------------------------------------------------------------------- */
.header2{
    width: 100%;
    display: flex;
}

.about-us-maq-title, .subtitle-about-us{
    text-align: center;
}

.subtitle-about-us{
    margin-top: -30px;
}

.img-about-us{
    margin-top: 9%;
    display: flex;
    justify-content: center;
}

.img-about-us .woman-with-dog{
    position: absolute;
    transform: rotate(-3deg);
    width: 50%;
    border-radius: 5%;
    margin-left: -35%;
}

.img-about-us .two-dog{
    position: absolute;
    z-index: 2;
    transform: rotate(7deg);
    width: 50%;
    border-radius: 5%;
    border: 13px solid;
    border-color: white;
    margin-left: 40%;
    margin-top: 10%;
}

.img-about-us .background-yellow1{
    position: absolute;
    transform: rotate(90deg);
    width: 15%;
    z-index: 2;
    margin-left: -83%;
    margin-top: -4%;
}

.img-about-us .background-yellow2{
    position: absolute;
    z-index: -1;
    width: 21%;
    margin-left: 20%;
    transform: rotate(125deg);
    margin-top: -4%;
}

.img-about-us .background-red1{
    position: absolute;
    transform: rotate(90deg);
    z-index: 3;
    margin-left: 81.5%;
    margin-top: 44%;
    width: 12%;
}

.img-about-us .background-red2{
    position: absolute;
    transform: rotate(90deg);
    margin-left: 38.5%;
    margin-top: 34%;
    width: 25%;
}

@media screen and (max-width: 768px) {
    
    .img-about-us .background-yellow1{
        position: absolute;
        transform: rotate(235deg);
        width: 18%;
        z-index: 2;
        margin-left: -78%;
        margin-top: -4%;
    }
    
    .img-about-us .background-yellow2{
        position: absolute;
        z-index: -1;
        width: 24%;
        margin-left: 29%;
        transform: rotate(267deg);
        margin-top: -4%;
    }
    
    .img-about-us .background-red1{
        position: absolute;
        transform: rotate(90deg);
        z-index: 3;
        margin-left: 82.5%;
        margin-top: 46%;
        width: 15%;
    }
    
    .img-about-us .background-red2{
        position: absolute;
        transform: rotate(90deg);
        margin-left: 44.5%;
        margin-top: 34%;
        width: 30%;
    }
}

/* -------------------------------------------BLOC 2-------------------------------------------------------------------------------------------*/

.bloc-paragraph{
    background-color: #fffaf6;
    margin-top: 70%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.first-side{
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.second-side{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
    flex-wrap: wrap-reverse;
}

.bloc-title-about{
    width: 100%;
    max-width: 600px;
}

.bloc-paragraph-about p{
    width: 100%;
    max-width: 700px;
    line-height: 2;
    margin-top: -10px;
}

.dog-img{
    transform: rotate(3deg);
}

.dog-img img{
    width: 700px;
    border-radius: 30px;
}

.dog-img2{
    transform: rotate(-3deg);
}

.dog-img2 img{
    width: 700px;
    border-radius: 30px;
}

@media screen and (max-width: 730px) {
    .first-side{
        display: flex;
        justify-content: center;
        gap: 0px;
        flex-wrap: wrap;
    }

    .second-side{
        display: flex;
        justify-content: center;
        gap: 0px;
        margin-top: 100px;
        flex-wrap: wrap-reverse;
    }

    .dog-img img{
        width: 400px;
        border-radius: 30px;
    }

    .dog-img2 img{
        width: 400px;
        border-radius: 30px;
    }
}



/* ----------------------------------------------------Bloc 3------------------------------------------------------ */
.bloc11{
    margin-top: 100px;
}

.bloc-title-values{
    justify-content: center;
}

.top-values, .bottom-values{
    display: flex;
    justify-content: center;
    gap: 100px;
}

.values{
    gap: 30px;
    display: grid;
}

.value-flex{
    display: flex;
}

.info-value{
    width: 100%;
    max-width: 500px;
    line-height: 1.9;
    margin-top: -20px;
}

.img-value img{
    width: 150px;
    margin-top: 50px;
    margin-right: 50px;
}

@media screen and (max-width: 830px) {
    .value-flex{
        display: grid;
        text-align: center;
    }
}

@media screen and (max-width: 485px) {
    .top-values, .bottom-values{
        display: grid;
        justify-content: center;
        gap: 100px;
    }
}

/* --------------------------------------------------BLOC 5------------------------------------------------------------------------- */

.team-section_about {
    text-align: center;
    background-color: #fbfbfb;
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 200px; 
}

.team-section_about h2{
    width: 1000px;
}

.bloc-title-members {
    display: flex;
    justify-content: center;;
}

.team-container_about {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
}

.team-member_about {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #D0CCCB;
    text-align: center;
    width: 400px;
}

.team-member_about img {
    width:100%;
    margin-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team-member_about h3 {
    margin: 0;
    margin-top: 20px ;
}

.team-member_about p {
    padding:20px;
    width: 350px;
    margin: 0;
    margin-bottom: 30px;
}

/* --------------------------Maquette 4--------------------------------------------------------------------*/
.bloc-shop{
    overflow: hidden;
}

.Shop{
    margin-top: -600px;
}

.Background{
    background-color: #FFFAF6;
    background-repeat: no-repeat;
    width: 120%;
    margin-left: -10%;
    border-radius: 0% 0% 50% 50%;
    height: 650px;
}

.title-shop {
    text-align: center;
}

.sub-title-shop{
    margin-top: -20px;
    text-align: center;
    margin-bottom: 60px;
}

.shop-container{
    display: grid;
    gap: 100px;
}

.top-shop, .bottom-shop{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.img-shop img{
    width: 430px;
    border-radius: 30px;
}

.title-shop-content{
    font-size: 25px;
    color: #2c2524;
    font-weight: 900;
}

.info-shop{
    width: 431px;
}

.two-prices{
    display: flex;
    gap: 20px;
    margin-top: -20px;
}

.price-shop{
    font-size: 25px;
    color: #FE6B59;
    font-weight: 900;
}

.price-shop2{
    font-size: 25px;
    color: #d7d4d4;
    font-weight: 600;
    text-decoration: line-through;
}

@media screen and (max-width: 1352px) {
    .shop-container{
        display: grid;
        gap: 0px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 864px) {
    .shop-container{
        display: grid;
        gap: 0px;
        grid-template-columns: 1fr;
    }
}
/* ---------------------------Maquette 5----------------------------------------------------------------- */

.product-container {
    display: flex;
    gap: 14%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
  }

  .product-details h2{
    max-width: 600px;
    margin-bottom: -24px;
  }

.ball-container{
    margin-left: -100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-image{
    width: 660px;
    border-radius: 40px;
    margin-bottom: 25px;
}

.mini-ball{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
}

.mini-ball img{
    width: 206px;
    border-radius: 25px; 
}

.imgball{
    cursor: pointer;
    transform: transition 0.3s;
}

.imgball:hover{
    transform: scale(1.1);
}

.product-details {
    flex: 1;
  }

.product-details .price {
    color: #F97561;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  
  .quantity-selector,
  .color-selector {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #2c2524;
  }
  .quantity-selector{
    gap: 20px;
    margin-top: 40px;
  }
  
#quantity{
  border-radius: 10px;
  width:90px;
  height:65px;
  border:1px, solid ,#D0CCCC;

}
#color {
    border-radius: 10px;
    width: 433px;
    height: 69px;
    border: 1px, solid, #D0CCCC;
    font-size: 20px;
    color: gray;
    font-weight: 600;
    font-family: 'Poppins';
}

  .add-to-cart {
    background-color: #F97561;
    color: #fff;
    border: none;
    padding: 29px;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
    width: 544px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 40px;
  }
  
  .add-to-cart:hover {
    background-color: #F97561;
  }
  
  .tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  
  .tab-button {
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    border: 1px, solid, #D0CCCC;
    width: 292px;
    padding: 25px;
  }
  
  .tab-button.active {
    background-color: #F97561;
    color: white;
  }
  
  .tab-content {
    padding: 10px;
  }
  
  .product-info-container {
    margin: 50px auto;
    padding: 123px;
    padding-top: 90px;
    background: #fff;
    border-radius: 20px;
    border: 1px, solid, #D0CCCC;
    max-width: 900px;
  }
  
  .product-info-container h2 {
    margin-bottom: 15px;
  }
  
  .product-info-container strong {
    color: #000;
    font-weight: bold;
  }

 .ask-purchase {
    text-align: center;
    background-color:#fffaf6 ;
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .ask-purchase h1 {
    font-family:Poppins ;
    font-weight :800;
    margin-bottom: 30px;
    color: #2c2524;
  }

  .ask-container {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  
  .ask-bloc {
    background-color: #fffaf6;
    border-radius: 20px;
    text-align: center;
    width: 400px;
  }
  
  .ask-bloc img {
    width:50%;
    margin-bottom: 15px;
  }
  
  .ask-bloc h3 {
    margin: 0;
    margin-top: 20px ;
    color: #2c2524;
    font-family:Poppins ;
    font-size: 26px ;
    font-weight :800;
  }
  
  .ask-bloc p {
    padding:20px;
    margin: 0;  
  }
  
  @media screen and (max-width:1450px){
    .product-container {
        display: grid;
        gap: 0%;
        max-width: 1200px;
        margin: 50px auto;
        padding: 20px;
        border-radius: 8px;
      }  
      
      .quantity-selector,
    .color-selector {
        display: block;
        align-items: center;
        gap: 20px;
        font-weight: bold;
        font-size: 20px;
        color: #2c2524;
  }
  .quantity-selector{
    gap: 20px;
    margin-top: 40px;
  }
  
  label.col{
    margin-left: 20px;
  }

  #color {
    border-radius: 10px;
    width: 433px;
    height: 69px;
    border: 1px, solid, #D0CCCC;
    font-size: 20px;
    color: gray;
    font-weight: 600;
    font-family: 'Poppins';
    margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .ball-container {
        margin-left: -100px;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mini-ball {
        display: grid;
        flex-direction: row;
        align-items: center;
        gap: 26px;
        margin-bottom: 20px;
    }

    .mini-ball img {
        width: 135px;
        border-radius: 25px;
        margin-left: 20px;
    }

    #main-image{
        width: 460px;
        border-radius: 40px;
        margin-bottom: 25px;
    }    
}

@media screen and (max-width: 570px) {
    .ball-container {
        margin-left: 00px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mini-ball {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0px;
        margin-bottom: 20px;
        margin-right: 21px;
    }

    .mini-ball img {
        width: 100px;
        border-radius: 25px;
        margin-left: 20px;
    }

    #main-image{
        width: 400px;
        border-radius: 40px;
        margin-bottom: 25px;
    }  

    .tabs {
        display: grid;
        justify-content: center;
        gap: 30px;
      }

      .add-to-cart {
        background-color: #F97561;
        color: #fff;
        border: none;
        padding: 29px;
        font-size: 22px;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s;
        width: 350px;
        font-family: 'Poppins';
        font-weight: 600;
        margin-top: 40px;
        margin-left: 90px;
    }

    .quantity-selector,
    .color-selector {
        display: flex;
        align-items: center;
        gap: 20px;
        font-weight: bold;
        font-size: 20px;
        color: #2c2524;
  }
  .quantity-selector{
    gap: 20px;
    margin-top: 40px;
  }

  #color {
    border-radius: 10px;
    width: 288px;
    height: 69px;
    border: 1px, solid, #D0CCCC;
    font-size: 20px;
    color: gray;
    font-weight: 600;
    font-family: 'Poppins';
    margin-left: 20px;
    }
}

@media screen and (max-width: 470px) {
    .quantity-selector, .color-selector {
        display: flex;
        align-items: center;
        gap: 0px;
        font-weight: bold;
        font-size: 20px;
        color: #2c2524;
    }

    .add-to-cart {
        background-color: #F97561;
        color: #fff;
        border: none;
        padding: 29px;
        font-size: 22px;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s;
        width: 350px;
        font-family: 'Poppins';
        font-weight: 600;
        margin-top: 40px;
        margin-left: 30px;
    }
}


