/*********************
* GLOBAL ********************
*********************/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
}

html {
    background-color: #2c2c2c;
    ;
}

body {
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

.site {
    overflow: hidden;
}

.site-main {
    margin-top: 120px;
    margin-bottom: 50px;
}

.site-main-home {
    margin-top: 50px;
}

h1, h2, h3, h4, h5, b, s, a {
    color: #064c42;
    font-weight: normal !important;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
    text-align: center;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

p {
    font-size: 1.2rem;
}

ul {
    margin-left: 0;
    font-size: 1.2rem;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: #064c42;
    outline: none;
}

.btn {
    width: 100%;
    background-color: #064c42;
    border-color: #064c42;
    color: white !important;
    font-size: 1.2rem;
}

.btn:hover {
    background-color: #e7b40b;
    border-color: #e7b40b;
}

.scale {
    transition: 0.25s;
}

.scale:hover {
    transform: scale(0.95);
}

/*********************
* HEADER ********************
*********************/

#wp-admin-bar-edit {
    display: none !important;
}

/*********************
* NAVIGATION ********************
*********************/

.navbar {
    margin: auto;
    z-index: 999;
    padding: .5rem 1rem;
}

.logo-link-mobil {
    display: none;
}

.logo-link-screen {
    height: 70px;
    padding-right: 0.5rem;
}

.logo-link-screen img {
    height: 70px;
    width: auto;
}

.navbar-nav {
    display: table-cell;
    height: 70px;
    margin: 0;
}

.navbar-nav li {
    vertical-align: middle;
    display: table-cell;
}

/* .navbar-collapse {
    background-color: white;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: 0.25s;
} */

.dropdown {
    position: static;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-li {
    position: static;
}

.nav-link, .dropdown-item {
    font-size: 1.2rem;
}

.dropdown-item {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-item:active {
    background-color: #064c42;
}

.page-item.active .page-link {
    background-color: #064c42;
    border-color: #064c42;
}

.page-link:hover {
    color: black;
}

/*********************
* SLIDER ********************
*********************/

.box-slider a {
    position: relative;
    display: inline-block;
}

.tab-slider {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.cell-slider {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-slider {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    /* font-weight: bold; */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.content-slider {
    font-size: 2rem;
    line-height: 1.5;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.img-slider {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li button::before {
    opacity: 1;
    color: white;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #064c42;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*********************
* ACCUEIL ********************
*********************/

.link-event {
    display: block;
    position: relative;
}

.tab-event {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.cell-event {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-event {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.bg-news {
    background-color: #064c42;
}

.div-cc {
    border-radius: 1rem;
    background-color: #064c42;
    text-align: center;
}

.div-cc h1, .div-cc h2, .div-cc h3, .div-cc h4, .div-cc h5, .div-cc h6 {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.div-cc p {
    color: white;
    padding-bottom: 15px;
}

.icon-cc {
    font-size: 4rem;
    color: white;
}

/*********************
* CONTACT ********************
*********************/

.map-contact iframe {
    height: 635px;
}

.txt-contact {
    font-size: 1rem;
}

/*********************
* ACCESSIBILITÉ ********************
*********************/

.img-acces {
    display: inline;
    width: 100px;
    margin-right: 10px;
    float: left;
}

/*********************
* ARCHIVE ********************
*********************/

.nav-filter-archive {
    text-align: center;
}

.nav-filter-archive li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.link-archive, .link-galerie {
    overflow: hidden;
    position: relative;
    display: block;
}

.title-archive {
    position: absolute;
    top: -150px;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    transition: 0.25s;
    color: black;
    font-size: 1.5rem;
}

.content-archive {
    position: absolute;
    bottom: -150px;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    transition: 0.25s;
    color: black;
    font-size: 1rem;
}

.img-archive, .img-galerie {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 235px;
}

.pagination {
    margin: 0;
}

/*********************
* CONTENT ARCHIVE ********************
*********************/

.nav-archive {
    font-size: 1.2rem;
}

.nav-archive a {
    width: auto;
    background-color: #064c42;
    border-color: #064c42;
    color: white !important;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 400;
    border-radius: .25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-archive a:hover {
    background-color: #e7b40b;
    border-color: #e7b40b;
    text-decoration: none;
}

/*********************
* FOOTER ********************
*********************/

.bloc-footer-map {
    height: 400px;
    position: relative;
}

.bloc-footer-map iframe {
    width: 100%;
    height: 400px;
}

.bloc-footer-1 {
    background-color: #2c2c2c;
    color: white;
}

.bloc-footer-2 {
    background-color: #2c2c2c;
    ;
    font-size: 12px;
    color: white;
}

.bloc-footer-2 a {
    color: white;
}

.bloc-footer-2 .bi {
    font-size: 1.2em;
}

.icon-footer {
    color: white !important;
    transition: 0.25s;
}

.icon-footer:hover {
    color: #064c42 !important;
}

.icon-footer i {
    font-size: 3rem;
}

/*********************
* RESPONSIVE ********************
*********************/

@media (max-width: 575px) {
    .box-news {
        width: auto;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .box-news {
        width: 540px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-news {
        width: 720px;
        margin: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-news {
        width: 960px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .box-news {
        width: 1140px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .navbar {
        margin: auto;
        /* height: 70px; */
        height: auto;
    }

    /* .navbar-collapse{
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: 0.25s;
    } */

    .navbar-nav {
        display: inline;
    }

    .navbar-nav li {
        vertical-align: auto;
        display: inline;
    }

    .navbar-toggler {
        /* margin-right: 0.5rem; */
    }

    .logo-link-mobil {
        display: block;
        /* height: calc(70px - 1rem); */
        height: 70px;
        /* margin-left: 0.5rem; */
    }

    .logo-link-mobil img {
        /* height: calc(70px - 1rem); */
        height: 70px;
        width: auto;
    }

    .logo-link-screen {
        display: none !important;
    }

    .nav-link, .dropdown-item {
        font-size: 1rem;
    }

    .dropdown-menu {
        padding: 0;
    }

    .btn {
        font-size: 1rem;
    }

    .nav-archive {
        font-size: 1rem;
    }

    .nav-archive a {
        font-size: 1rem;
    }

    ul {
        font-size: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .title-slider {
        font-size: 2rem;
        line-height: 1;
    }

    .content-slider {
        font-size: 1rem;
        line-height: 1.5;
    }

    .title-event {
        font-size: 2rem;
    }

    .title-archive {
        top: 0px;
        font-size: 1.5rem;
    }

    .content-archive {
        bottom: 0px;
        font-size: 1rem;
    }
}