@import url("https://use.typekit.net/wrm1wgw.css");


/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "ubuntu", sans-serif;
    font-size: 14px;
}

body {
    text-align: center;
}

#main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}


/* --------------------------------------------------------------- */
/*
/* Header
/*
/* --------------------------------------------------------------- */
#entete {
    position: relative;
    top: 0;
    left: 0;
    min-height: 130px;
    padding: 30px 0;
}

#main .logo {
    position: relative;
    top: 0;
    left: 0;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 26px;
    color: #003f79;
    text-decoration: none;
}

#main .logo span {
    display: block;
}

#main .logo span b {
    color: #e5d900;
}

#main .logo .ligne_2 {
    margin-left: 30px;
}

#main .logo .ligne_3 {
    font-family: "montserrat", sans-serif;
    font-size: 18px;
    margin-left: 75px;
    text-transform: uppercase;
    font-weight: 400;
}


/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */
#menu {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 30px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#menu ul li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
}

#menu ul li a {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    color: #003f79;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#menu ul li ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li ul li {
    margin: 0;
}

/* --------- Burger --------- */

#burger {
    display: none;
    position: absolute;
    right: 70px;
}

#burger span {
    display: block;
    background-color: #003f79;
    height: 5px;
    width: 50px;
    border-radius: 50px;
    margin: 7px 0;
}

/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */
#page {
    position: relative;
    top: 0;
    left: 0;
    min-height: 350px;
    background: url('../images/fond_page.png') no-repeat center left;
    padding: 60px 0;
}

#page h1 {
    position: relative;
    top: 0;
    left: 0;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #003f79;
    line-height: 53px;
    text-transform: uppercase;
}

#page h1.gauche:after, #page h1.droite:after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 26px;
    background-color: #e5d900;
}

#page h1.gauche:before, #page h1.droite:before {
    content: "";
    position: absolute;
    top: 0;
    width: 26px;
    height: 53px;
    background-color: #e5d900;
}

#page h1.gauche {
    padding-left: 100px;
}

#page h1.gauche:after {
    left: 0;
}

#page h1.gauche:before {
    left: 54px;
}

#page h1.droite {
    padding-right: 100px;
    text-align: right;
}

#page h1.droite:after {
    right: 0;
}

#page h1.droite:before {
    right: 54px;
}

#page h1.gauche + .texte {
    padding-left: 100px;
}

#page a {
    text-decoration: none;
}

#page .bouton {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    color: #FFF;
    padding: 20px 10px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003f79+0,002e58+100&0.52+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85003f79', endColorstr='#85002e58', GradientType=0); /* IE6-9 */
}

#page .section_gauche, #page .section_droite {
    position: relative;
}

#page .section_gauche:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    height: 240px;
    margin-left: -880px;
    background: url('../images/pointilles_gauche.png') no-repeat center center;
}

#page .section_droite:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 240px;
    height: 240px;
    margin-right: -880px;
    background: url('../images/pointilles_droite.png') no-repeat center center;
}

/* --------------------------------------------------------------- */
/*
/* EkkoLightBox
/*
/* --------------------------------------------------------------- */

.ekko-lightbox-item {
    position: relative;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 50%;
    left: -6%;
    width: 112%;
    display: flex;
    justify-content: space-between;
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a span {
    color: #ececec;
    font-size: 30px;
}

/* --------------------------------------------------------------- */
/*
/* Vignettes
/*
/* --------------------------------------------------------------- */

.bloc-vignette {
    text-align: center;
    margin-bottom: 50px;
}

.bloc-vignette h2 {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    color: #003f79;
    letter-spacing: 7px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.bloc-vignette .date {
    position: relative;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 0 15px;
    min-height: 55px;
}


.bloc-vignette .date:after,
.bloc-vignette .date:before {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 30px;
    background-color: #ede44c;
}


.bloc-vignette .date:after {
    right: 15px;
}

.bloc-vignette .date:before {
    left: 15px;
}

.bloc-vignette .date .heure {
    font-size: 21px;
    letter-spacing: 3px;
}

.bloc-vignette .bloc-text {
    position: relative;
    background-color: #fff;
    padding: 40px 30px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    text-align: center;
}

.bloc-vignette .bloc-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ede44c;
}

.bloc-vignette .bloc-text h3 {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.bloc-vignette .bloc-text h3 a {
    background: none;
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}

.bloc-vignette .bloc-text p {
    margin: 20px 0;
}

.bloc-vignette .bloc-text a {
    font-family: "lulo-one", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    display: inline-block;
    color: #FFF;
    padding: 8px 22px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 63, 121, 1) 0%, rgba(0, 46, 88, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85003f79', endColorstr='#85002e58', GradientType=0);
}


/* -------------- Detail ----------------- */

.bloc-vignette.large h2 {
    font-size: 22px;
    margin-bottom: 28px;
}

.bloc-vignette.large .date {
    font-size: 30px;
}

.bloc-vignette.large .date:after,
.bloc-vignette.large .date:before {
    width: 6px;
    height: 60px;
}

.bloc-vignette.large .image {
    height: 450px;
}

.bloc-vignette.large .bloc-text {
    padding: 70px 80px;
}

.bloc-vignette.large .bloc-text:after {
    height: 8px;
}

.bloc-vignette.large .bloc-text h3 {
    font-size: 25px;
    margin-bottom: 40px;
}

/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */
#pied {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 140px;
    background: url('../images/fond_pied.jpg') no-repeat center center;

}

#pied a {
    text-decoration: none;
    color: #003f79;
}

#pied #footer_haut {
    text-align: left;
    padding: 22px 0;
    font-family: "montserrat", sans-serif;
    font-size: 15px;
    color: #003f79;
    line-height: 25px;
    background-color: #f3f3f3;
}

#pied #footer_haut .contact i {
    padding-right: 10px;
    margin-right: 7px;
    position: relative;
}

#pied #footer_haut .contact i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #e5d900;
}

#pied #footer_haut .adresse {
    text-transform: uppercase;
}

#pied #footer_haut .reseaux {
    display: flex;
    justify-content: space-around;
}

#pied #footer_haut .reseaux a {
    font-size: 22px;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #e5d900;
}


#main #pied #logo_pied {
    font-size: 18px;
    line-height: 20px;
}

#main #pied #logo_pied .ligne_2 {
    margin-left: 25px;
}

#main #pied #logo_pied .ligne_3 {
    font-size: 15px;
    margin-left: 65px;
}


#pied #footer_bas {
    background-color: rgba(99, 99, 99, 0.6);
    color: #FFF;
    padding: 10px 0;
    font-family: "montserrat", sans-serif;
    font-size: 11px;
}

#pied #footer_bas a {
    color: #FFF;
    text-decoration: none;
}

/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */
a img {
    border: none;
}

/* -------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    .ekko-lightbox-nav-overlay {
        top: 45%;
        left: 5%;
        width: 90%;
    }

    .ekko-lightbox-nav-overlay a span {
        display: inline-block;
        font-size: 35px;
        background-color: rgba(23, 23, 23, 0.6);
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
    }

    #menu {
        display: none;
    }

    #burger {
        display: block;
    }

    #menu.active {
        display: block;
        position: absolute;
        z-index: 5;
        left: -60%;
        background-color: rgba(255, 255, 255, 0.95);
        width: 200%;
        height: auto;
        padding: 20px;
        top: 80px;
    }

    #menu.active ul {
        display: block;
    }

    #menu.active ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    #menu.active ul li a {
        color: #003f79;
        font-size: 18px;
        margin: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    #menu.active {
        left: -20%;
        width: 140%;
        padding: 20px;
        top: 30px;
    }


    #footer_haut .bloc-pied {
        margin: 20px 0;
    }

}

@media screen and (max-width: 575px) {
    #page h1 {
        font-size: 19px;
        line-height: 40px;
    }

    #page h1.gauche:after, #page h1.droite:after {
        content: "";
        position: absolute;
        top: 0;
        width: 50px;
        height: 16px;
        background-color: #e5d900;
    }

    #page h1.gauche:before, #page h1.droite:before {
        content: "";
        position: absolute;
        top: 0;
        width: 16px;
        height: 36px;
        background-color: #e5d900;
    }

    #page h1.gauche:before {
        left: 39px;
    }

    #page h1.droite:before {
        right: 39px;
    }

    #page h1.gauche {
        padding-left: 70px;
    }

    #page h1.droite {
        padding-right: 70px;
    }

    #page h1.gauche + .texte {
        padding-left: 30px;
    }

    #burger {
        right: 20px;
    }

    #menu.active ul li a {
        font-size: 15px;
    }
}


