#arrivage {
    margin-top: %;
    font-family: 'Sacramento', cursive;
    font-size: 40px;

}

body,
html {
    height: 100%;
}

#notrecarte {
    width: 100% !important;
    height: 80% !important;
    position: absolute;
    left: 0;
    right: 0;

}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.ancres {

    display: block;
    height: 65px;
    margin-top: -65px;
    visibility: hidden;

}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.intro-text2 {

    margin-bottom: 20%;
    padding-top: 55%;
}

.intro-text-phone {
    padding-top: 45%;
}

.pleinecran {
    height: 100%;
}

/*
#email{
    
    font-size: 1.4em;
    font-family: 'Arima Madurai', cursive;
    color: #fff;
    
}
*/

.texte {

    color: #fff;

}

.portfolio-item img {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;


}

/* Transition to a bigger shadow on hover */

.portfolio-item img:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);


}

.hovereffect {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    position: static;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.song {
    margin-top: 3%;
    margin-bottom: 6%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ancre-musique {
    display: block;
    height: 20px;
    margin-top: -20px;
    visibility: hidden;
}

/*.caption-title
{
    margin-top: 20px;
}*/

.logo-img {
    height: 12%;
    width: 20%;
}

.ville {
    display: none;
}

.restaurant {
    display: none;
}

.trieur{
    
}



#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}

#loadMoreRest {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMoreRest:hover {
    background-color: #fff;
    color: #33739E;
}

.voyages-selector {
    margin-top: 5%;
    margin-bottom: 5%;
}

#sendMessageButton {
    
}

.carousel-indicators{
    margin-bottom: 30px;
}

.navButton{
    background-color:transparent !important;
    font-size: 20px !important;
}

.croix{
    transition: transform ease-in-out 500ms, opacity linear 300ms;
}

.croix:hover {
    transform: rotate(0.75turn);
}