    body {
        max-width: 1440px;
        margin: 0 auto;

        
    }

    h1,
    h2,
    h3,
    p,
    ul,
    li,
    a,
    figure {
        margin: 0;
        padding: 0;
    }
    a {
        text-decoration: none;
        color: black;
    }

    ul {
        list-style: none;
        
    }
    header {
        display: flex;
        justify-content: space-between;
        padding: 1em 0;
        width: 100%;
    }

    header ul {
        display: flex;
        list-style: none;
        font-size: 19px;
        
    }
    header p:hover
    {
        border-top: 3px #0065FC solid;
        border-bottom: none;
        width: 80px;
        height: 50px;
        color: #0065FC;
        cursor: pointer;
    }
    header p   
    {
        color: black;
        font-size: 18px;
    }
    header .signup_1:hover
    {
        border-top: 3px #0065FC solid;
        border-bottom:none;
        width: 70px;
        height: 50px;
         
    }
    header .signup_1 
    {
        color: blue;
    }
    header .signup
    {
        color: #0065FC;
    }
    header li {
        padding: 0 1em;
    }
    header a{
        color: blue;
        text-decoration:none;
    }
    .vacation {
        padding-bottom: 0.5em;
        font-size: 19px;
    }

    .vacation h1 {
        padding-bottom: 0.5em;
        
    }
    
    /* recherche */

    .search_header {
        display: flex;
        padding: 1em 0;
        
    }

    .search_header .fa-search {
        color: white;
        font-size: 0px;
    }

    .search_map {
        background-color: #F2F2F2;
        padding: 0 10px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 54px;
    }
    .search_input input {
        border: none;
        border-top: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
        padding: 11px 0;
        height: 28px;
        width: 180px;
        font-size: 18px;
        text-align: center;
        
    }
    .search_button {
        background-color: #0065FC;
        padding: 10px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 120%;
        height: 31px;
        line-height: 26px;
        display: flex;
        justify-content: center;
        color: white;
    }

    .search_button p {
        color: white;
        font-size: 20px;
    }

    /* filtre */

    #box_filtres {
        display: flex;
        align-items: center;
        padding: 1em;
    }
    .containerFilter {
        display: flex;
        
    }

    .elementFilter {
        display: flex;
    }

    .elementFilter:hover {
        background-color: #F2F2F2 ;
    }

    .containerFilter  {
        margin: 0 1em;
    }

    .elementFilter {
        border: 2px solid  #F2F2F2;
        border-radius: 50px;
        height: 50px;
        margin-right: 40px;
        
    }

    .containerFilter p {
        padding: 0 0.5em;
        display: flex;
        align-items: center;
    }

    .containerFilter i {
        background-color: #DEEBFF;
        color: #0065FC;
        padding: 0.7em;
        border-radius: 50px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -2px;
    }

    .info_plus {
        display: flex;
        align-items: center;
        margin: 2em 0;
        
    }
    .info_plus p 
    {
        font-size: larger;
        
    }
    .info {
        border: 2px solid #F2F2F2;
        width: 30px;
        height: 30px;
        margin-right: 1em;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .info_plus i {
        color: #0065FC;
    }

    /* hebergement */

    #hebergement {
        display: flex;
        justify-content: space-between;
    }
    #hebergement [data-active="false"] 
    {
        color: #d9d9d9;
    }
    #hebergement [data-active="true"]
    {
        color: hsl(224, 86%, 61%);
    }
    #hebergement img {
        max-width: 100%;
    }
    #hebergement p,
    #hebergement h3, 
    #hebergement ul
    {
        margin-left: 15px;
    }
    #hebergement h3
    {
        font-size: 20px;
    }
    #hebergement p
    {
        font-size: 15px;
    }
    .hebergement_a_marseille {
        width: 65%;
        background-color: #F2F2F2;
        border-radius: 20px;
        padding: 2em;
    }
    .hebergement_a_marseille h2
    {
        margin-bottom: 25px;
        font-size: 28px;
        
    }
    .show_more
    {
        font-size: 16px;
        font-weight: bold;
    }
    .plus_populaire {
        width: 30%;
        background-color: #F2F2F2;
        border-radius: 20px;
        padding: 2em;
        margin-left: 2em;
    }
    .flex-item1,
    .flex-item2 {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1em;
        height: 235px;
    }

    .flex-item1>div,
    .flex-item2>div {
        width: 30%;
        height: 215px;
        background-color: white;
        border-radius: 20px;
    }

    .flex-item1 ul,
    .flex-item2 ul {
        display: flex;
    }

    .flex-item1 div a div,
    .flex-item2 div a div {
        padding: 5px;
    }

    .flex-item1 img,
    .flex-item2 img {
        width: 100%;
        height: 120px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        object-fit: cover;
    }
    .fa-chart-line
    {
        font-size: larger;
        margin-right: 10px;
    }
    .popular_Line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .popular1 ul 
    {
        margin-top: 40px;
    } 
    .popular2 ul 
    {
        margin-top: 20px;
    }
    .popular3 ul 
    {
        margin-top: 40px;
    }
    .popular1 a,
    .popular2 a,
    .popular3 a {
        display: flex;
        background-color: white;
        border-radius: 20px;
        height: 150px;
        margin-bottom: 1em;
    }

    .popular1 a div,
    .popular2 a div,
    .popular3 a div {
        width: 150px;
        padding: 5px;
    }

    .popular1 img,
    .popular2 img,
    .popular3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    #hebergement div.plus_populaire div a div ul {
        display: flex;
        
    }

    /*activitie*/
    .travel {
        display: flex;
        margin-top: 2em;
        padding: 1em;
        height: 700px;
       
    }

    .travel img {
        width: 100%;
        height: 0px;
        object-fit: cover;
        
        
    }
    .activites_a_marseille h2
    {
        font-size: 28px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .activites_a_marseille h3
    {
        margin-left: 15px;
    }
    .activites_a_marseille {
        width: 100%;
        
    }
    .containActivity div a 
    {
        display: flex;
    }
    .containActivity {
        display: flex;
        justify-content: space-between;
    }

    .containActivity>div a figure  {
        width: 300px;
        height: 550px;
        border-radius: 20px;
        box-shadow: 0px 0px 7px 4px #F2F2F2;
        
    }

    .containActivity>div a figure img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        
    }

    .containActivity>div:nth-child(odd) img {
        height: 500px;
        width: 100%;
        
    }
    .containActivity .a_1 figcaption,
    .containActivity .a_2 figcaption
    {
        height: 45px;
        
    }
    .containActivity .a_1,
    .containActivity .a_2 {
        width: 300px;
        height: 550px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .containActivity .a_1 figure,
    .containActivity .a_2 figure {
        height: 100%;
        width: 100%;
    }

    .containActivity .a_1  img,
    .containActivity .a_2  img {
        width: 100%;
        height: 200px;
    }

    footer {
        background-color: #F2F2F2;
        display: flex;
        justify-content: space-between;
        padding: 3em;
        font-size: 20px;
        line-height: 35px;
        height: 200px;
    }
    .footer_column1
    {
        margin-right: 80px;
    }
    .footer_column2
    {
        margin-right: 100px;
    }
    .footer_column3 
    {
        margin-right: 500px;
    }
    footer h3 {
        padding: 1em 0;
        font-size: 25px;
    }

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

        header 
        {
            height: 170px;
            flex-wrap: wrap;
            font-family: 'Raleway', sans-serif;
            display: flex;

        }
        header img 
        {
            position: relative; left: 1em;
            position: relative; bottom: 1em;
            
        }
       
        header>a{position: absolute;}
        nav 
        {
            width: 100%;
        }
        nav ul 
        {
            display: flex;
            flex-wrap: wrap-reverse;
        }
        nav ul li 
        {
            width: 50%;
            padding: 0;
            text-align: center;
            line-height: 50px;
        }
        header 
        {
            border-bottom: 3px #f2f2f2 solid;
            position: relative;bottom: 2em;
            height: 120px;
            width: 85%;
        }
        header p  
        {
            position: relative;left: 3em;top: 2em;
        }
        header  p:hover 
        {
            border-bottom: 3px #0065FC solid;
            border-top: none;
            color: #0065FC;
            width: 100%;
            height: 50px;
            position: relative;top: 35px;
        }
        header .signup
        {
            width: 90%;
            text-align: right;
            position: relative;top: 0.5em;left: 4em;
        }
        header img 
        {
            position: relative;top: 0.5em;
        }
        nav ul li a
        {
            width: 100%;
        }
        header .signup_1
        {
            position: relative;left: 0em;top: 2em;
            
        }
        header .signup_1:hover 
        {
            
            border-top: white;
            
            
        }
        header .signup_1:hover 
        {
            border-bottom: 3px #0065FC solid;
            border-top: none;
            width: 50%;
            height: 50px;
            position: relative;top: 35px;
            
        }
        .search_header .fa-search
        {
            color: white;
            font-size: 18px;
            line-height: 35px;
            
        }
        .search_input input
        {
            height: 28px;
            width: 100%;
            text-align: center;
        }
        #header_vacation
        {
            margin-left: 20px;
           
            
        }
        .search_button 
        {
            border-radius: 15px;
        }
        .search_button p    
        {
            display: none;
        }
        #box_filtres,
        .containerFilter {
            flex-wrap: wrap;
        }

        #hebergement {
            flex-direction: column-reverse;
        }
        .plus_populaire h2 
        {
            margin-left: 20px;
        }
        .plus_populaire,
        .hebergement_a_marseille {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        .hebergement_a_marseille  
        {
            height: 2450px;
        }
        .show_more
        {
            margin-left: 10px;
        }
        .flex-item1
        {
            height: 1100px;
        }
        .flex-item2
        {
            height: 1200px;
        }
        .flex-item1,
        .flex-item2 {
            flex-direction: column;
            
        }
        .flex-item1>div,
        .flex-item2>div 
        {
            width: 100%;
            height: 330px;
        }
        .flex-item1 img,
        .flex-item2 img 
        {  
            width: 100%;
            height: 240px;
            
        }
        .vieux_port
        {
            position: relative;top: 0em;
        }
        .parc_longchamp
        {
            position: relative;top: 30em;
        }
        .fort_de_pomegues
        {
            position: relative;top: 2em;
        }
        .Notre-Dame-de-la-Garde
        {
            position: relative;top: 6em;
        }
        .parc_national_des_calanques
        {
            position: relative;top: 4em;
        }
        .ile_du_frioul
        {
            position: relative;top: 48em;
        }
        .travel
        {
            height: 2200px;
        }
        .containActivity .a_1,
        .containActivity .a_2  
        {
            height: 0px;
            
        }
        .containActivity>div a figure  
        {
            width: 500px;
            height: 320px;
        }
        .containActivity>div:nth-child(odd) img
        {
            height: 250px;
            width: 100%;
        }
        .containActivity {
            flex-direction: column;
            height: 0;
            
        }
        .containActivity .a_1,
        .containActivity .a_1 img,
        .containActivity .a_2,
        .containActivity .a_2 img 
        {
            height: 250px;
            width: 100%;
        }
        .containActivity .a_1,
        .containActivity .a_1 div a figure,
        .containActivity .a_2,
        .containActivity .a_2 div a figure {
            width: 100%;
            height: 320px;
            
            margin: 0;
        }

        footer {
            flex-direction: column;
            height: auto; 

        }
    }
   
    @media (min-width:601px) and (max-width:800px) {

        
        footer {
            display: flex;
            height: 300px;
            font-size: 18px;
            width: 100%;
            margin: 0;
            padding: 0;
            

        }
        footer h3
        {
            font-size: 20px;
        }
        header 
        {
            width: 100%;
        }
        .footer_column1
        {
            margin-right: 40px;
        }
        .footer_column2
        {
            margin-right: 50px;
        }
        .footer_column3
        {
            margin-right: 50px;
        }
        #box_filtres,
        .containerFilter
        {
            flex-wrap: wrap;
            
        }
        #hebergement
        {
            display: flex;
            flex-direction: column-reverse;
            justify-content: space-between;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        #header_vacation
        {
            margin-left: 20px;
            width: 80%;
            
        }
        .plus_populaire h2 
        {
            margin-left: 20px;
        }

        .plus_populaire
        {
            width: 95%;
            height: 600px;
            border-radius: 0px;
            margin-left: 20px;
            margin: 0;
            padding: 0;
            position: relative;left: 2em;

        }
        .hebergement_a_marseille
        {
            width: 85%;
            height: 1020px;
            margin: 15px;
            padding: 0;
            flex-direction: column;
            display: flex;
            justify-content: space-between;
            background-color: white;
            
        }
        .flex-item1>div,
        .flex-item2>div 
        {
            width: 70%;
            height: 330px;
            margin: 10px;
            align-content:space-between;
            box-shadow: 0px 0px 7px 4px #F2F2F2;
        }
        .flex-item1 img,
        .flex-item2 img
        {
            width: 100%;
            height: 200px;
            
        }
        .hebergement_a_marseille h2  
        {
            margin-left: 20px;
        }
        .flex-item1,
        .flex-item2
        {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 700px;
            
            margin: 0;
            padding: 0;
            width: 54%;
        }
        .show_more
        {
            position: relative;bottom: 31em;
            margin-left: 20px;
        }
        .flex-item2
        {
            position: relative;left: 55%;
            position: relative;bottom: 43em;

            margin: 0;
            padding: 0;
        }
        .travel
        {
            height: 950px;
            width: 80%;
            margin: 5px;
            padding: 5px;
        }
        .containActivity>div a figure  
        {
            width: 100%;
            height: 250px;

            margin: 0;
            padding: 0;
            
        }
        .activites_a_marseille h2
        {
            margin-left: 35px;
        }
        .vieux_port
        {
            position: relative; left: 2em;
            width: 40%;
        }
        .parc_national_des_calanques 
        {
            position: relative; left: 2em;
            position: relative; bottom: 16em;
            width: 40%;
            margin: 0;
            padding: 0;
        }
        .Notre-Dame-de-la-Garde
        {
            position: relative; bottom: 16em;

            margin: 0;
            padding: 0;
        }
        .parc_longchamp
        {
            position: relative; bottom: 17em;

            margin: 0;
            padding: 0;
        }
        .ile_du_frioul 
        {
            position: relative; right: 19em; 
            position: relative; top: 17em;
            width: 90%;
            margin: 0;
            padding: 0;
        }
        .containActivity>div:nth-child(odd) img 
        {
            height: 200px;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        .containActivity
        {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .containActivity .a_1
        {
            width: 20%;
        }
        .containActivity .a_1,
        .containActivity .a_2
        {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0;
            padding: 0;
            width: 45%;
        }
    }
    @media (min-width:801px) and (max-width:1225px) {
        .containActivity figure{margin: 0 8px;} 
        .flex-item1,
        .flex-item2
        {
            width: 104%;
            height: auto;
            margin-right: 5em;
        }
        #header_vacation
        {
            margin-left: 20px;
           
            
        }
        .hebergement_a_marseille
        {
            width: 680px;
        }
        footer 
        {
            height: auto;
        }

        
    }