@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Raleway", "Sans serif";
  margin: 0;
}

.fas{
    color: #0065FC;
}
body{
    width: 100%;
    margin: auto;
}

.main{
    width: 93%;
    margin: auto;
}

.starsempty .fas{
    color: #D9D9D9;
    font-size: 0.9em;
}
.fa-star{
    font-size: 0.9em;
}
@media only screen and (max-width: 668px)
 {
    body{
        width: 100%;
    }
    .main{
        width: 100%;
    }

}
@media only screen and (min-width:669px) and (max-width:1025px)
 {
    body{
        width: 100%;
        margin-left: 0px;
    }
    .main{
        width: 100%;
        margin: 0px;
    }

}
/*------------------------------------*\
  #NAV
\*------------------------------------*/
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px; 
    margin-top: 39px;
}

.logo{
    height: 100%;
}
ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    width: 30%;
}
.navigation{
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-right: 50px;
}
.TABhebergements{
    position: relative;
    bottom: 30px;
    width: 150px;
    padding-left: 15px;
    padding-top:10px;
    border-top: 20px solid #0065FC;
    font-size: 1.3em;
}
.TABhebergements p{
    color: #0065FC;
    font-size: 1em;
    
}
.TABactivity p{
    color:black;
    font-size: 1.3em;
}
.TABactivity:hover{
    border-top: 4px solid #0065FC;
}
.login p{
    color: #0065FC;
    font-size: 1.3em;
    font-weight: bold;
}

@media only screen and (max-width: 668px)
 {
    .logo{
        position: relative;
        right: 115px;
        margin: -35px;
    } 
    .login{
        position: absolute;
        top:1px;
        right: 20px; 
    }
    nav{
        flex-direction: column;
    }
    .TABhebergements{
        border-bottom:5px solid #0065FC;
        width: 50%;
        position: relative;
        top: 30px;
        right: 152px;
        padding-right: 125px;
        border-top: none;
    }    
    .TABactivity{
        border-bottom:5px solid #DEEBFF;
        position: relative;
        top: 30px;
        right: 155px;
        padding-top: 10px;
        padding-right: 65px;
        padding-left: 35px;
    }
}
@media only screen and (min-width:600px) and (max-width:668px)
 {
    .logo{
        position: relative;
        right: 250px;
    }
    .TABhebergements{
        position: relative;
        right: 254px;
        width: 100%;

    }
    .TABhebergements  p{
        margin-left: 80px;
        margin-right: 150px;

    }
    .TABactivity{
        position: relative;
        right: 253px;
        
    }
    .TABactivity p{
        margin-left: 100px;
        margin-right: 45px;
    }
 }
@media only screen and (min-width:669px) and (max-width:800px)
 {
    nav{
        width: 70%;
    }
 }
@media only screen and (min-width:669px) and (max-width:1025px)
 {  
    nav{
        margin-left: 10px;
        margin-right: 120px;
    }
    .TABhebergements{
        position: relative;
        right: 30px;
    }
    .login{
        margin-left: 35px;
    }
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
}
h1{
    margin-bottom: -5px;
    font-size: 1.8em;
}
.subTITLEheader{
    font-size: 1.2em;
}
.logoimg {
    width: 10%;
}
#searchCONTENT{ 
    color: white;
    display: flex;
    width: 34.5%;
    height: 55px;
    margin-bottom: 40px;
}
.searchbutton{
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    background-color:#0065FC;
    border-top-right-radius: 20px;
    border-bottom-right-radius:20px ;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
::placeholder{
    color: black;
}
.maps{
    background-color: #f2f2f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px ;
    height: 102%;
    min-width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.5px;    
}
.maps .fa-map-marker-alt{
    color: black;
    font-size: 1.5em;
}
input{
    height: 100%;
    font-weight: bold;
    font-size: 1.05em;
    padding-left:1em ; 
}

#FILTERcontent{
    margin-left: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 80%;
}


.underFILTER:hover{
    box-shadow: 0 0 16px blue;

}
.titlesfilter{
    font-size: 1.4em;
}
.underFILTERcontent{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.underFILTER{
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    position: relative;
    left: 35px;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 17px;
    width: 100%;
    height: 35px;
    margin-right: 15px;
    color: black;
}   

.underFILTER .fas{
    border-radius: 50px ;
    background-color: #DEEBFF;
    padding: 5px;
    margin-left: -3px;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:link{
    color: black;
    text-decoration: none;

}
.underFILTER p{
    font-weight: bold;
}
.info{
    display: flex;
    margin-left: 20px;
    margin-bottom: 25px;
}
.infoICON{
    font-size: 20px;
    border-radius: 50px;
    height: 18px;
    width: 14px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    background-color:#0065FC ;
    display: flex;
    align-self: center;
}
.infotext{
    padding-left: 25px;
    font-size: 1.2em;
}
.infoICON .fas {
    color:white;
    border: 2px solid #f2f2f2;
    border-radius: 50px;
    font-size: 1em;
    position: relative;
    right: 10px;
    font-size: 30px;
}
.fa-search{
    display: none;
}
@media only screen and (min-width:669px) and (max-width:1025px)
 {  
    header{
        margin-left: 10px;
    }
    #FILTERcontent{
        width: 90%;
        
    }
    .underFILTERcontent{
        justify-content: space-between;
        
    }
    #searchCONTENT{
        width: 46%;
    }
 }
@media only screen and (min-width:669px) and (max-width:800px)
 {
    h1{
        font-size: 1.5em;        
    }
    .underFILTER p{
        font-size: 0.75em;
    }
    .titlesfilter{
        font-size: 1.3em;
    }
    #searchCONTENT{
        width: 80%;
    }
 }

@media only screen and (max-width: 668px)
 {  
    h1{
        flex-wrap: wrap;
    }
    #searchCONTENT{
        width: 95%;
        
    }
    #searchCONTENT p{
        display: none;
    }
    .searchbutton{
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        position: relative;
        right: 15px;
    }
    .fa-search{
        display: block;
        color: white;
    }
    #FILTERcontent{
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 250px;
        
    }
    .titlesfilter{
        padding-right: 85px;
        margin-bottom: -10px;
    }
    .maps{
        font-size: 0.9em;
        width: 150px;
    }
    .underFILTERcontent{
        flex-wrap:  wrap;
        height: 100%;
    }
    header{
        margin-top: 100px;
        margin-left: 15px;
    }
    #FILTERcontent{
        margin-left: -30px;
    
    }
    .titlesfilter{
        margin-left: -100px;
    }
    

 }
@media only screen and (min-width:600px) and (max-width:668px)
 {
    h1{
        font-size: 1.5em;
    }
    .maps{
        width: 60px;

    }
    .titlesfilter{
        margin-right:250px;
    }
    #FILTERcontent{
        height: 200px;
    }

 }

/*------------------------------------*\
  #SECTION hebergements
\*------------------------------------*/
#TOPbody{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media only screen and (min-width:669px) and (max-width:1025px)
 {
    #TOPbody{
        width: 100%;
        display: flex;
    }

 }

@media only screen and (max-width: 668px)
 {
    #TOPbody{
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

}

#hebergement{
    background-color:#f2f2f2;
    border-radius: 30px;
    width: 68%;
    height: 675px;
    display: flex;
    flex-direction: column;
}

.HBtitle{
    padding-left: 45px;
}
.HBmore{
    padding-left: 50px;
    margin-top: -25px;
    font-weight: bold;
    text-decoration: underline black;

}
.HBmore p{
    color: black;
    
}
.HBarticle{
    width: 25%;
    height: 40%;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    margin-right: 40px;
    box-shadow: 0 0 16px #0000002e;
}
.HBarticle2{
    width: 25%;
    height: 40%;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    margin-right: 40px;
    box-shadow: 0 0 16px #0000002e;
}
.HBarticle:hover{
    box-shadow: 0 0 16px blue;

}
.HBarticle2:hover{
    box-shadow: 0 0 16px blue;

}

.infoHB{
    position: relative;
    bottom:15px;
    left: 15px;
    color: black;
}
.starsHB{
    position: relative;
    bottom: 25px;
    right: 40px;
}
.starsHB1{
    position: relative;
    bottom: 25px;
    right: 40px;
}
.priceHB{
    position: relative;
    bottom: 15px;
}
#figure1{
    width: 100%;
    height: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.imgHB{
    width: 100%;
    height: 60%;
    object-fit: cover;
    border-top-left-radius: 30px ;
    border-top-right-radius: 30px ;
}

@media only screen and (min-width:669px) and (max-width:1025px)
 { 
    #hebergement{
        background-color:#f2f2f2;
        border-radius: 0px;
        width: 68%;
        height: 675px;
        display: flex;
        flex-direction: column;
    }

    #figure1{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 0px;
        margin-top: -5px;
    }
    .HBarticle{
        width: 90%;
        height: 28%;
        display: flex;
        margin: auto;
        margin-top: 39px;
    }
    .HBarticle2{
        display: none;
    }
    .imgHB{
        height: 100%;
        width: 280px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .HBtitle{
        margin-left: -30px;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .HBmore{
        margin-top: 15px;
        margin-left: -20px;
    }
    .infoHB{
        position: relative;
        left: 290px;
        bottom: 170px;
        flex-wrap: wrap;
    }
    .infoHB H3{ 
        width: 99%;
        
    }
    .starsHB{
        position: relative;
        top: 45px;
    }
    .starsHB1{
        position: relative;
        top: 45px;
    }
 }
 @media only screen and (min-width:669px) and (max-width:800px)
 { 
    #hebergement{
        background-color:#f2f2f2;
        border-radius: 0px;
        width: 68%;
        height: 675px;
        display: flex;
        flex-direction: column;
    }

    #figure1{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 0px;
        margin-top: -5px;
    }
    .HBarticle{
        width: 90%;
        height: 28%;
        display: flex;
        margin: auto;
        margin-top: 39px;
    }
    .HBarticle2{
        display: none;
    }
    .imgHB{
        height: 100%;
        width: 200px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .HBtitle{
        margin-left: -30px;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .HBmore{
        margin-top: 15px;
        margin-left: -20px;
 
    }
    .infoHB{
        position: relative;
        left: 210px;
        bottom: 170px;
        flex-wrap: wrap;
    }
    .infoHB H3{ 
        width: 99%;
        
    }
    .starsHB{
        position: relative;
        top: 45px;
    }
    .starsHB1{
        position: relative;
        top: 25px;
    }
 }
@media only screen and (max-width: 668px)
 { 
    #hebergement{
        border-radius: 30px;
        width: 100%;
        height: 1800px;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        background-color: white;
    }

    #figure1{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: 0px;
        margin-top: -15px;
    }
    .HBarticle{
        width: 90%;
        height: 14%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 30px;
    }
    .HBarticle2{
        width: 90%;
        height: 14%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 30px;
    }
    .imgHB{
        height: 120px;
    }
    .HBtitle{
        margin-left: -30px;
    }
    .HBmore{
        margin-top: 35px;
        margin-left: -30px ;
    }
    .starsHB{
        font-size: 0.8em;
    }
    .starsHB1{
        font-size: 0.8em;
    }
 }

/*------------------------------------*\
  #ASIDE
\*------------------------------------*/
aside{
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 30%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
}

#titlepopular{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: -20px;
    align-items: center;
}
.fa-chart-line{
    color: black;
    font-size: 1.5em;
}
.contentpopularimg{ 
    padding: 5px;
    background-color: white;
    border-radius: 20px;
    width: 83%;
    max-height: 150px;
    margin: auto;
    display: flex;
    box-shadow: 0 0 16px #0000002e; 
}
.txtpopular{
    position: relative;
    bottom: 15px;
    left: 10px;
    width: 99%;  
}
.pricepopular{
    position: relative;
    bottom: 10px;
}
.txtpopular {
    color: black;

}
h3{
    font-size: 15px;
}
p{
    font-size: 15px;
}
.contentpopularimg:hover{
    box-shadow: 0 0 16px blue;
}
.imgpopular{
    width: 150px;
    max-width: 50%;
    max-height: 150px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    object-fit: cover;
}
.starscontent1{
    position: relative;
    right: 30px;
    top: 10px;
}
.starscontent2{
    position: relative;
    right: 30px;
    top: 10px;
}   
@media only screen and (max-width: 668px)
 {
    aside{
        width: 100%;
        border-radius: 0px;
    }
    .starscontent1{
        position: relative;
        top: 15px;
        font-size: 0.8em;
    }
    .starscontent2{
        position: relative;
        top: 15px;
        font-size: 0.8em;
    }
    .contentpopularimg{
        display: flex;
        justify-content: space-between;
        width: 90%;
    }
    .contentpopularimg{
        height: 150px;
    }
    .imgpopular{
        width: 140px;
    }
    .infopopular{
        width: 60%;
    }
    
 }
 @media only screen and (min-width:669px) and (max-width:800px)
 {
    .imgpopular{
        width: 45%;
    }
    .infopopular{
        width: 60%;
        height: 110%;
    }
    .txtpopular{
        font-size: 0.8em;
    }
    .starscontent1{
        margin-top: 38px;
        
    }
    .starscontent2{
        margin-top: 38px;
        
    }
 }
 
 @media only screen and (min-width:669px) and (max-width:1025px)
 {
    aside{
        width: 50%;
        background-color: white;
        
    }
    .contentpopularimg{
        margin-bottom: 20px;
        height: 79%;
    }
    #titlepopular{
        margin-top: -15px;
        margin-bottom: 7px;
    }
    .starscontent1{
        position: relative;
        top: 0px;
    }
    .starscontent2{
        margin-right: 2px;
        position: relative;
        top: 0px;
    }
    .imgpopular{
        height: 141px;
    }

}
@media only screen and (min-width:600px) and (max-width:668px)
 {
    .imgpopular{
        width: 240px;
    }
    .starscontent2{
        position: relative;
        top: 35px;
    }
    .starscontent1{
        position: relative;
        top: 35px;
    }
 }
@media only screen and (min-width:1026px) and (max-width:1138px)
 {
    .starscontent2{
        position: relative;
        top: -10px;
    }
 }
/*------------------------------------*\
  #SECTION activity
\*------------------------------------*/
#activity{
    width: 100%;
    height: 550px;
    margin-top: 50px;
}
.activityfigure{
    display: flex;
    width: 100%;
    margin-left: 0px;
}

.groupe1{
    height: 574px;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    right: 30px;
}
.groupe2{
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}
.soloactivity{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 97%;
    box-shadow: 0 0 16px #0000002e;
}
.soloactivity:hover{
    box-shadow: 0 0 16px blue;
}
.soloactivity2{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    width: 86%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 20px;
    height: 97%;
    box-shadow: 0 0 16px #0000002e;
}
.soloactivity2:hover{
    box-shadow: 0 0 16px blue;
}

.sousgroupe11{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 0 16px #0000002e;
}
.sousgroupe11:hover{
    box-shadow: 0 0 16px blue;
}
.sousgroupe12{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 0 16px #0000002e;
    height: 230px;
    margin-bottom: 17px;
}
.sousgroupe12:hover{
    box-shadow: 0 0 16px blue;
}
.sousgroupe21{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 0 16px #0000002e;
}
.sousgroupe21:hover{
    box-shadow: 0 0 16px blue;
}
.sousgroupe22{
    box-shadow: 2px 2px 2px #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 0 16px #0000002e;
    height: 280px;
    margin-bottom: 17px;
}
.sousgroupe22:hover{
    box-shadow: 0 0 16px blue;
}


.imgactivity{
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    height: 90%;
    object-fit: cover;
    margin-bottom: 6px; 
}

.imggroupe11{
    width: 100%;
    height: 230px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    object-fit: cover;
}
.imggroupe12{
    width: 100%;
    height: 165px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    object-fit: cover;
}

.imggroupe21{
    width: 100%;
    height: 190px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    object-fit: cover;
}
.imggroupe22{
    width: 100%;
    height: 220px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    object-fit: cover;
}

.titleactivity{
    margin-bottom: 25px;
}
.activitydescription{
    position: relative;
    left: 15px;
    bottom: 3px;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
}
.GRPactivitydescription{
    position: relative;
    left: 15px;
    bottom: 15PX;
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
}
@media only screen and (min-width:669px) and (max-width:1025px)
 {
    #activity{
        width: 95%;
        margin-left: 40px;
    }
    .titleactivity{
       margin-left: 15px; 
    }
    .soloactivity{
        box-shadow: 2px 2px 2px #f2f2f2;
        border-radius: 30px;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 97%;
        box-shadow: 0 0 16px #0000002e;
    }
    .soloactivity2{
        box-shadow: 2px 2px 2px #f2f2f2;
        border-radius: 30px;
        width: 86%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        left: 20px;
        height: 97%;
        box-shadow: 0 0 16px #0000002e;
    }
    .soloactivity2 p{
        font-size: 0.9em;
    }
    .sousgroupe11{
        width: 100%;
    }
    .groupe2{
        display: none;
    }

 }
 @media only screen and (min-width:669px) and (max-width:800px)
 {
    .soloactivity2{
        width: 80%;
    }

    .soloactivity2 img{
        margin-bottom: -7px;
    }
    #activity{ 
        width: 94%;
        margin-bottom: 450px;
    }
    .groupe1{
        position: relative;
        right: 12px;
        height: 100%;
    }
    .activityfigure{
        height: 100%;
    }
 }
@media only screen and (max-width: 668px)
 {

    #activity{
        width: 100%;
        margin-top: -200px;
            
    }
    .titleactivity{
        margin-left: 15px;
    }
    .activityfigure{
        display: flex;
        flex-direction: column; 
        width: 90%;
        margin: auto;
    }
    .soloactivity{
        width: 100%;
        height: 180px;
    }
    .imgactivity{
        width: 100%;
        height: 75%;
    }
    .soloactivity2{
        width: 100%;
        margin-top: -115px;
        margin-left: -20px;
        height: 180px;
    }
    .groupe1{
        width: 100%;
    }
    .sousgroupe11{
        margin-top: 35px;
        margin-left: 30px;
        width: 100%;
        height: 180px;
    }
    .imggroupe11{
        height: 75%;
    }
    .sousgroupe12{
        margin-bottom: 150px;
        margin-left: 30px;
        width: 100%;
        height: 180px;
    }
    .imggroupe12{
        height: 75%;
    }
    .groupe2{
        width: 100%;
    }
    .sousgroupe21{
        width: 100%;
        height: 180px;
        margin-top: 35px;
    }
    .imggroupe21{
        height: 75%;
    }

    .sousgroupe22{
        margin-top: 35px;
        width: 100%;
        height: 180px;
    }
    .imggroupe22{
        height: 75%;
    }
    .titleactivity{
        padding-bottom: 20px;
    }
 }

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer{
    display: flex;
    justify-content: space-around;
    background-color:#f2f2f2;
    width: 100%;
    position: absolute;
    left: 0px;
    margin-top: 130px;
}
.containefooter{
    position: relative;
    right: 80px;
}
.containefooter p{
    color: black;
    font-size: 1.1em;
}
@media only screen and (max-width: 668px)
 {
    footer{
        display: flex;
        flex-direction: column;
        margin-top: 850px;
    }
    .containefooter{
        margin-left: 140px;
    }
 }

@media only screen and (min-width:669px) and (max-width:800px)
  {
    footer{
        position: relative;
        bottom: 270px;
    }
    .containefooter{
        position: relative;
        right: 75px;
       
    }
  }
@media only screen and (min-width:669px) and (max-width:1025px)
 {
    footer{
        width: 100%;

    }
    .containefooter{
        margin-left: 150px;
       
    }
 }
