@charset "utf-8";
/* CSS Document */

.page-content{
    color: #FFF;
    padding:40px 0 0 0;
    background-color:#493F34;
}

.page-content .container{
    padding: 0px 30px;
    max-width: 980px;
    margin:0 auto;
}

#explorer-la-terre-text{
    text-align: center;
    /* padding: 0 30px; */
}

#explorer-la-terre-text h1{
    font-family: 'poppins bold';
    font-size: 2.488rem;
}

#locations-to-explore{
    padding: 30px;
    max-width: 1280px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}

#locations-to-explore .location-item{
    width:33.3333333%;
    padding:0 30px 50px 30px;
    box-sizing: border-box;
    /*cursor: pointer;*/
}

#locations-to-explore .location-item .image-location{
    width:100%;
    position: relative;
}

#locations-to-explore .location-item .image-location .image-wrap img{
    max-width: 100%;
    transition: ease all 1.5s;
}

#locations-to-explore .location-item h2{
    margin:10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    border-left:4px solid #c60000;
    padding-left:10px;
}

#locations-to-explore .location-item .en-savoir-plus{
    position: absolute;
    right:-20px;
    bottom:30px;
    /*background: rgba(198, 0, 0, 0.65);*/
    background-image: url("../images/en-savoir-plus-bg2.png");
    background-repeat: repeat;
    box-shadow: 2px 0 10px 0px rgba(0,0,0,0.35);
    padding:10px 0 10px 45px;
    width:150px;
    font-weight: bold;
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
    transition: ease all 0.2s;
}

#locations-to-explore .location-item .image-location a{
    text-decoration: none;
    color: #FFF;
}

.image-wrap{
    display: block;
    overflow: hidden;
/*    height:206px;*/
}

.image-location:hover .en-savoir-plus{
    transform:translateX(-10px);
}
.image-location:hover .image-wrap img{
    transform:scale(1.1);
}

#text-on-darkbrown{
    background: rgba(0,0,0,0.2);
    /* padding: 0px 30px; */
    max-width: 100%;
    margin: 50px 0 0 0;
    overflow: hidden;
    padding:10px 0;
}

#text-on-darkbrown .notes{
    margin:55px 0;
}

#text-on-darkbrown .notes .text-note{
    max-width: 1070px;
    margin:0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-left: 15px;
    border-left: solid 6px #b8212f;

}

#text-on-darkbrown .text-note a{
/*    text-decoration: none;*/
    color: #b8212f;
    /* color: #d5c7b8; */
}



@media screen and (max-width: 900px) {
    #locations-to-explore .location-item{
        width:50%;
    }
    #explorer-la-terre-text h1{
        font-size: 1.602rem;
    }
}

@media screen and (max-width: 650px) {
    #locations-to-explore .location-item{
        width:100%;
    }
    #locations-to-explore{
        padding: 30px 0 0 0;
    }
}
