*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth ;

}
main{
    top: 0;
    height:720px;
    width: auto;
    background: url(/IMAGES/Design\ sans\ titre\ \(27\).png);
    background-position: center;
    background-size: cover;
}
header {
    top: 0;
    width: 100%;
    transition: background 0.5s ease-in-out;
}

.header_container {
    height: 80px;
    width: auto;
}

.header_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}

.header_logo {
    text-align: center;
    font-size: 32px;
    font-family: 'Great Vibes', cursive;
    color: #ffffff;
}

.header_list {
    display: flex;
}

.header_list li {
    margin: 10px;
    list-style: none;
}

.header_list a {
    margin: 10px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.header_list a:hover {
    color: #00a99e;
    border-bottom: 1px solid #00a99e;
}
/******DESIGN CSS SECTION******/

.section_container{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 30px;
}
.section_content{
    display: flex;
    flex-direction: column;
    margin-top: 130px;
}
.section_title{
    color: #ffffff;
    font-size: 68px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.section_image{
    height:48px;
}
/******DESIGN CSS SVG******/
  

/******DESIGN CSS SECTION 1******/

.section1_container {
    display: flex;
    min-height: 500px;
    margin-left: 245px;
}

.section1_content {
    display: flex;
    flex-direction: column;
    width: 1300px;
}

.section1_tarifs {
    display: flex;
    margin-top: 20px;
}

.title_page{
    color: #00a99e;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-top: 60px;
    text-transform: uppercase;
    line-height: 35px;
    align-items: center;
}
.section1_title1{
    color: #333333;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Poppins';
    margin-top: 30px;
    margin-bottom: 10px;
}

.section1 ,p{
    line-height: 28px;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .section1 ,li{
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    list-style: circle;
    line-height: 26px;
  }
  
  .section1_tarifs span{
    font-weight: 700;
    color: #666666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .section1_photo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 100px;
    margin-left: 100px;
}

.section1_photo img {
    height: 250px;
    width: 400px;
    background-position: center;
    margin-bottom: 10px;
    border: 2px solid #00a99e;
    border-radius: 10px;
    transition: filter 0.3s ease; /* Ajouter une transition pour une animation en douceur */
}
/******SECTION 2 DESIGN CSS*****/
.section2{
    background: #F2F2F2;
    height: 500px;
}
.section2_container{
    margin-left: 245px;
}
.section2 h2{
    padding-top: 70px;
}
.section2 p{
    color: #666666;
    font-weight: 400;
    font-family: 'Segoe UI';
    font-size: 15px;

}
.section2 .text_section2{
    line-height: 35px;
}
.section2 span{
    font-weight: 700;
    color: #666666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
.section2 a{
    text-decoration: none;
    color: #33333396;
    font-weight: 500;
    border-bottom: 1px solid #33333396;
}

/*****SECTION3 DESIGN CSS*****/
.section3 {
    background-color: #ffffff; /* Set your desired background color */
    padding: 0px 60px;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin-top: 60px;
}
.section3_title{
    margin-top: 100px;
    text-align: center;
}
.image-item {
    overflow: hidden;
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: not-allowed;
}

/*****SECTION4 DESIGN CSS*****/
.section4 {
    color: #fff;
    font-family: 'Poppins';
    background: #eeeeee;
    margin-top: 100px;
}
.section4-container{
    min-height: 700px;
    width: auto;
}
.section4-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
form{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 500px;
    gap: 13px;
    align-items: center;
    outline: none;
}
input{
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-size: 14px; /* Taille de la police */
    color: #333; /* Couleur du texte */
    background-color: #f8f8f8; /* Couleur de fond */
    font-family: 'Poppins';
}
textarea{
    resize: none;
    height: 200px;
    padding:10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-size: 14px; /* Taille de la police */
    color: #333; /* Couleur du texte */
    background-color: #f8f8f8; /* Couleur de fond */
    font-family: 'Poppins';
}
.section4 button{
    margin-top: 30px;
    padding: 10px 20px;
    width: 40%;
    border: 2px solid #00a99e;
    border-radius: 5px;
    background: white;
    color: #00a99e;
    font-family: 'Poppins';
    font-size: 13px;
    transition: 0.4s;
    cursor: pointer;
}
.section4 button:hover{
    color: white;
    background: #00a99e;
    border: 2px solid #00a99e;
}
@media only screen and (max-width:1600px){
    main{
        height: 720px;
    }
    .section1_container{
        margin-left: 135px;
    }
    .section2_container{
        margin-left: 135px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}
@media only screen and (max-width:1500px){
    main{
        height: 620px;
    }
    .section_title{
        font-size: 60px;
    }
    .section1_container{
        margin-left: 100px;
    }
    .section2_container{
        margin-left: 100px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    /***A PROPOS CSS*/
    .section1_container {
        min-height: 300px;
    }
    .section1_title{
        font-size: 28px;
    }
    .section1 ,p{
        line-height: 28px;
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      }
      .section1 ,li{
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        list-style: circle;
        line-height: 30px;
      }
      
      .section1_tarifs span{
        font-weight: 700;
        color: #666666;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      }
    
      .section1_photo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 100px;
        margin-left: 70px;
    }
    
    .section1_photo img {
        height: 250px;
        width: 350px;
        background-position: center;
        margin-bottom: 10px;
        border: 2px solid #00a99e;
        border-radius: 10px;
    }


    .section2 p{
        color: #666666;
        font-weight: 400;
        font-family: 'Segoe UI';
        font-size: 13px;
    
    }
    .section2 .text_section2{
        line-height: 35px;
    }
    .section2 span{
        font-weight: 700;
        color: #666666;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      }
    .section2 a{
        text-decoration: none;
        color: #33333396;
        font-weight: 500;
        border-bottom: 1px solid #33333396;
    }

    .section2_title{
        font-size: 28px;
    }
    .section3_title{
        font-size: 28px;
        
    }

    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .section3 {
        background-color: #ffffff; /* Set your desired background color */
        padding: 40px 70px;
    }

}
@media only screen and (max-width:1450px){
    .section1_photo{
        display: none ;
    }
    .section1_content{
        width: auto;
    }
}
@media only screen and (max-width:520px){
    .header_list{
        display: none;
    }
    header{
        background: #00a99e;
        position: fixed;
    }
    .header_container{
        height: 98px;
    }
    main{
        height:520px;
    }
    .section_title{
        color: #ffffff;
        font-size: 45px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 50px;
    }
    .section_image{
        height:30px;
    }
    .section1_container{
        margin-left: 0;
        padding: 0px 30px;
    }
    .section2_container{
        margin-left: 0;
        padding: 0px 30px;

    }
    .section2{
        background: #F2F2F2;
        min-height: 550px;
    }.section3 {
        background-color: #ffffff; /* Set your desired background color */
        padding: 0px 30px;
    }
    .section3_title{
        font-size: 30px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    form{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        width: 410px;
        gap: 13px;
        align-items: center;
    }
}
@media only screen and (max-width:462px){
    .header_list{
        display: none;
    }
    header{
        background: #00a99e;
        position: fixed;
    }
    .header_container{
        height: 98px;
    }
    main{
        height:520px;
    }
    .section_title{
        color: #ffffff;
        font-size: 45px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 50px;
    }
    .section_image{
        height:30px;
    }
    .section1_container{
        margin-left: 0;
        padding: 0px 30px;
    }
    .section2_container{
        margin-left: 0;
        padding: 0px 30px;

    }
    .section2{
        background: #F2F2F2;
        min-height: 550px;
    }.section3 {
        background-color: #ffffff; /* Set your desired background color */
        padding: 0px 30px;
    }
    .section3_title{
        font-size: 28px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    form{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        width: 380px;
        gap: 13px;
        align-items: center;
    }
    textarea{
        width: 380px;
    }
}
@media only screen and (max-width:440px){
    .header_list{
        display: none;
    }
    header{
        background: #00a99e;
        position: fixed;
    }
    .header_container{
        height: 98px;
    }
    main{
        height:520px;
    }
    .section_title{
        color: #ffffff;
        font-size: 45px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 50px;
    }
    .section_image{
        height:30px;
    }
    .section1_container{
        margin-left: 0;
        padding: 0px 30px;
    }
    .section2_container{
        margin-left: 0;
        padding: 0px 30px;

    }
    .section2{
        background: #F2F2F2;
        min-height: 550px;
    }.section3 {
        background-color: #ffffff; /* Set your desired background color */
        padding: 0px 30px;
    }
    .section3_title{
        font-size: 28px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    form{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        width: 380px;
        gap: 13px;
        align-items: center;
    }
    textarea{
        width: 380px;
    }
}
@media only screen and (max-width:400px){
    .header_list{
        display: none;
    }
    header{
        background: #00a99e;
        position: fixed;
    }
    .header_container{
        height: 98px;
    }
    main{
        height:470px;
    }
    .section_title{
        color: #ffffff;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 40px;
    }
    .section_image{
        height:22px;
    }
    .section1_container{
        margin-left: 0;
        padding: 0px 30px;
    }
    .section2_container{
        margin-left: 0;
        padding: 0px 30px;

    }
    .section2{
        background: #F2F2F2;
        min-height: 550px;
    }.section3 {
        background-color: #ffffff; /* Set your desired background color */
        padding: 0px 30px;
    }
    .section1_title{
        font-size: 25px;
    }
    .section2_title{
        font-size: 25px;
    }
    .section3_title{
        font-size: 25px;
    }
    .image-grid{
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    form{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        width: 320px;
        gap: 11px;
        align-items: center;
    }
    textarea{
        width: 320px;
    }
    .section4 button{
        width: 60%;
    }
}
