/* #2936A3 #1E56B5 #709EC1 */

/* * { border: solid red 1px;} */
:root {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;

}

body {
    color: #2936A3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}

/* TITLE CATCHPHRASE */
.main-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lang-button {
    align-self: center;
    padding-right: 1rem;
}

/* Language buttons */
button.fr-btn,
button.en-btn {
    width: 2rem;
    border: none;
    margin: 0.25rem;
    padding: 0;
    background: none;
    /* opacity: 0.5; */
    cursor: pointer;
    float: right;
}

/* Landing Page */
.landing-page {
    height: 100vh;
}

.landing-page-image {
    min-height: calc(100vh - 8rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(/asset/gallery/coast_line_east_karystos.jpg); */
    position: relative;
}

h1 {
    text-align: left;
    text-transform: uppercase;
    color: #2936A3;
    padding: 1rem 1rem;
    /* float: left; */
    font-weight: 800;

}

.menu {
    height: 4rem;
}

.navbar-light {
    color: #2936A3;
}

/* Introduction catch Phrase */
#intro {
    padding-top: 4rem;
}

.introduction {
    height: 100vh;
}

.introduction .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: auto;
    width: 80%;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #2936A3;
}

.introduction .text p {
    text-align: justify;
    text-justify: inter-word;
}

/* Gallery */
#image {
    padding-top: 4rem;
    min-height: 100vh;
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
    margin: 0.5rem 0;
}

.gallery-image {
    object-fit: cover;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-image-desc {
    display: none;
    position: absolute;
    z-index: 9001;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1;
    width: 100%;
}

.gallery-image:hover {
    opacity: 0.5;
}

.gallery-image:hover+.gallery-image-desc {
    display: block;
}

/* Amenities */
#service {
    position: relative;
    /* padding-top: 4rem; */
}

.icon {
    max-height: 2rem;
}

.amenities p {
    color: #2936A3;
}

.amenities {
    height: 100vh;
}

.amenities-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

h2.en-equip-title, h2.fr-equip-title {
    text-transform: uppercase;
    padding: 2rem 0.5rem 0rem;
}
/* Maps */
.map-container {
    padding-top: 4rem;
    height: 100vh;
}

.map-container .map-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* Contact */
#contact-us {
    padding-top: 8rem;
    min-height: 100vh;
}

.form-control, .form-control-file {
    border-radius: 0 !important;
    color: #2936A3 !important;
    border: none !important;
    border-bottom: #2936A3 solid 0.15rem !important;
}

/* Footer */
.footer {
    /* text-transform: uppercase; */
    margin-top: 4rem;
    min-height: 50vh;
    background: #2936A3;
    color: white;
    text-align: center;
    z-index: 8999;
    margin-left: -1rem;
    margin-right: -1rem;
    /* width: 100vw; */
    /* overflow: hidden; */
}

.footer a {
    text-decoration: none;
    color: white;
}
/*################## DEBUT COOKIES ######################*/

.cookiealert {
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9002;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #f3fbfb;
    background-color: #709EC1;
}

.cookiealert.show {
    opacity: 0.9;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a:link {
    color: #2936A3;
    text-decoration: none;
}

.cookiealert a:visited {
    color: #2936A3;
    text-decoration: none;
}

.cookiealert a:hover {
    color: grey;
    text-decoration: none;
}

.cookiealert a:active {
    color: #2936A3;
    text-decoration: none;
}

.cookiealert .acceptcookies {
    vertical-align: baseline;
    /* background-color: #f3fbfb; */
    letter-spacing: 0.1rem;
}

.acceptcookies.btn:hover {
    /* color: #f3fbfb; */
    color: #2936A3;
    /* background-color: #808080; */
    background-color: #ffffff;
}

/*################## FIN COOKIES ######################*/
/* Back to top button */
#GoToTopBtn {
    display: none;
    position: fixed;
    z-index: 9000;
    border: #709EC1 1px solid;
    outline: none;
    background-color: transparent;
    color: #709EC1;
    cursor: pointer;
    font-size: 1rem;
    bottom: 1rem;
    right: 2rem;
    padding: 0.2rem 0.5rem;
}

#GoToTopBtn:hover {
    background-color: #2936A3;
    color: #709EC1;
    border-color: #709EC1;
    transition: background-color 2s ease-out;
}

/* Admin */
input {
    width: 100%;
}

.action-button {
    display: flex;
    flex-direction: row;
}

thead {
    border-bottom: #2936A3 solid 3px;
}

.main-title-admin-index h2 {
    font-size: 1rem;
}

/* Media querries */
/* sm  */
@media screen and (max-width: 575px) {
    :root {
        font-size: 14px;
    }

    .landing-page-image {
        min-height: calc(100vh - 101px);
    }

    h1.title {
        font-size: 100%;
    }

    .gallery-image-desc {
        display: block;
    }

    .amenities {
        height: unset;
        padding-top: 4rem;

    }
    .amenities-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }

    .map-container {
        padding-top: 4rem;
        height: unset;
    }

    .map-container .map-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }
}

@media screen and (max-width: 767px) {
    :root {
        font-size: 15px;
    }
    .introduction .text {
        width: unset;
    }

    .gallery-image-desc {
        display: block;
    }
    
    .amenities {
        height: unset;
        padding-top: 4rem;

    }
    .amenities-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }

    .map-container {
        padding-top: 4rem;
        height: unset;
    }

    .map-container .map-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }
}

@media screen and (max-width: 991px) {
    :root {
        font-size: 16px;
    }

    .landing-page-image {
        min-height: calc(100vh - 104px);
    }
    .introduction .text {
        width: unset;
    }

    .gallery-image-desc {
        display: block;
    }
    
    .amenities {
        height: unset;
        padding-top: 4rem;

    }
    .amenities-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }

    .map-container {
        padding-top: 4rem;
        height: unset;
    }

    .map-container .map-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        font-size: 17px;
    }

    .gallery-image-desc {
        display: block;
    }
    
    .amenities {
        height: unset;
        padding-top: 4rem;

    }

    .amenities-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }
}

@media screen and (max-width: 1399px) {
    :root {
        font-size: 18px;
    }

    .amenities {
        height: unset;
        padding-top: 4rem;
    }

    .amenities-content {
        position: unset;
        top: unset;
        transform: unset;
        -moz-transform: unset;
    }
}

@media screen and (min-width: 1400px) {
    :root {
        font-size: 20px;
    }

}