/*@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');*/
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");*/

@font-face {
    font-family: 'Viga';
    src: url('../assets/vendor/polices/Viga-Regular.ttf'), format('truetype');
    /*font-display: swap;*/
}

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    color: #222;
    font-size: 100%;
}

html,
body {
    height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    color: #444444;
    font-style: normal;
    font-weight: 400;
    background-color: #FFFFFF;
    line-height: 1.5em;
    font-size: 1.1em;
}

@media (max-width: 576px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-size: 95% !important;
        line-height: 1.3em;
    }
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}



a {
    background-color: transparent;
    /* 1 */
}

a,
a:active {
    /*color: #bc883f;*/
    color: #9f6008;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #7e6138;
    text-decoration: underline;
}


a:active,
a:hover {
    outline-width: 0;
}

h1 {
    font-family: 'Viga', sans-serif;
    font-size: 2.1em;
    letter-spacing: 0.3px;
    margin: 0;
    padding-bottom: 15px;
}

h2 {
    font-family: 'Viga', sans-serif;
    letter-spacing: 0.1px;
    font-size: 1.8em;
    color: #2f4d5a;
    font-weight: bold;
    margin: 0;
    padding-bottom: 25px;
    line-height: 1.2em;
}

h3 {
    font-family: 'Viga', sans-serif;
    letter-spacing: 0.1px;
    font-size: 1.7em;
    color: #2f4d5a;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.3em;
}

h4,
h5 {
    font-family: 'Viga', sans-serif;
    letter-spacing: 0.2px;
    font-size: 1.4em;
    /*font-weight: bold;*/
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.35em;
    }

    h2 {
        font-size: 2em;
        letter-spacing: 0.2px;
    }

    h3 {
        font-size: 1.8em;
        padding-bottom: 25px;
        letter-spacing: 0.3px;
    }

    h4,
    h5 {
        font-size: 1.6em;
        padding: 15px 0 5px 0;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 975px) and (max-width: 1200px) {
    .container {
        max-width: 1000px !important;
        padding-left: 0 !important;
    }

}

hr {
    /* normalise
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
    */
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

audio,
canvas,
iframe,
svg,
video {
    vertical-align: middle;
    border-style: none;
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

video {
    max-width: 100%;
}

video::cue {
    font-family: sans-serif;
    background-color: #000000;
    color: #FFFFFF;
}

/* Pour que le sous-titre soit en gras
video::cue(b) {
  color: #FFFFFF;
}
*/
/* Mise en forme des textes */
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.container {
    padding-right: 5px !important;
    padding-left: 15px;
}

.container > .row {
    width: 100%;
}

.centrer {
    text-align: center;
}

@media (max-width: 576px) {
    .centrerMobile {
        text-align: center;
    }
}

.aDroite {
    text-align: right;
}

.aGauche {
    text-align: left;
}

.gras {
    font-weight: bold;
}

.italique {
    font-style: italic;
}

.majuscules {
    text-transform: uppercase;
}

.petit {
    font-size: 0.9em;
}

.police_1_15 {
    font-size: 1.15em;
    /* mobile*/
}

.police_1_5 {
    font-size: 1.5em;
    /* mobile*/
}

.interligne_plusgrand {
    line-height: 2em;
}

.interligne_1_5 {
    line-height: 1.5em;
}

.rouge {
    color: #990033;
}
.fondRouge {
    background-color: #990033;
    color: #FFFFFF;
    padding: 8px;
    margin: 0 0 35px 0 !important;
    border: 1px solid #efb800;
    border-radius: 10px;
}

.bleu {
    color: #0F7C99;
}

.gris {
    color: #666666;
}

.remarque {
    padding: 8px;
    margin: 5px 0 !important;
    border: 1px solid #efb800;
    border-radius: 10px;
    font-size: 0.9em;
    font-style: italic;
    color: #666666;
}

@media (min-width: 768px) {
    .remarque {
        margin: 5px 35px 5px 0 !important;
    }
}


.messageOK {
    display: block;
    padding: 5px 5px 5px 15px;
    font-size: 1.05em;
    color: #54b24c;
    background-color: #e3fce5;
    font-weight: bold;
}

.messageErreur {
    display: block;
    padding: 5px 5px 5px 15px;
    font-size: 1.05em;
    color: #a31746;
    background-color: #ffeef4;
    font-weight: bold;
}

/* Espace sur tous les écrans */
.espaceHaut_mobileBureau {
    padding-top: 40px !important;
}
.espaceBas_mobileBureau {
    padding-bottom: 40px !important;
}

/* Espace sur bureaux */
.espaceHaut {
    padding-top: 5px;
}

.espaceBas {
    padding-bottom: 5px;
}

/* Espaces sur mobile */
.espaceHautMobile {
    padding-top: 40px !important;
}

.espaceBasMobile {
    padding-bottom: 40px;
}

.margeHaut {
    margin-top: 2px !important;
}

.margeBas {
    margin-bottom: 5px;
}

.suppr_espaceHaut {
    padding-top: 0 !important;
}

.suppr_espaceBas {
    padding-bottom: 0 !important;
}

.suppr_margeHaut {
    margin-top: 0 !important;
}

.suppr_margeBas {
    margin-bottom: 0;
}

.sansPaddingCotes {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 566px) {
    .suppr_espaceBas_mobile {
        padding-bottom: 0 !important;
    }

    .suppr_espaceHaut_mobile {
        padding-top: 0 !important;
    }

}

.colonne_sans_marge_gauche {
    margin-left: 0;
    padding-left: 0 !important;
    text-align: left;
}

.cadre_bordeaux {
    border: 1px solid #990033;
    padding: 10px;
    margin: 10px auto;
    background-color: rgba(153, 0, 51, 0.05);
}

@media (min-width: 768px) {
    .espaceHaut {
        padding-top: 60px !important;
    }

    .espaceBas {
        padding-bottom: 40px;
    }

    .margeHaut {
        margin-top: 40px !important;
    }

    .margeBas {
        margin-bottom: 40px;
    }

    /*
    .suppr_espaceBas_mobile{
        padding-bottom: 30px!important;
    }
    .suppr_espaceHaut_mobile{
        padding-top: 60px!important;
    }  
    */

    .police_1_15 {
        font-size: 1.15em;
    }

    .espaceBasMobile {
        padding-bottom: 5px;
    }

    .espaceHautMobile {
        padding-top: 5px !important;
    }
}

/* FORMULAIRES */

label {
    display: inline;
}

/* CACHER ELEMENTS SUR MOBILE */

.invisible_mobile {
    display: none;
}

@media (min-width: 768px) {
    .invisible_mobile {
        display: block !important;
    }
}

/* TABLEAUX */
.tableau_td_50poucent {
    width: 50%;
}

/* --- ANCRES plus hautes à cause du header fixe --- */
.ancre {
    scroll-margin-top: 80px;
}

/*  ------------------------------------------------------------------
 ---------------------------- COULEURS -------------------------------
---------------------------------------------------------------------*/
.bordeaux {
    color: #990033;
}

.bleu {
    color: #377e9d;
}

/*  ------------------------------------------------------------------
----------------------------- IMAGES PHOTOS --------------------------------
---------------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

.image_pres {
    box-shadow: 15px 15px 0px #7c4457;
    text-align: center;
    margin: 0 auto 15px auto;
    border-radius: 15px;
}

.image_bordure {
    border: 2px solid #a12c4e;
}
.image_ombre {
    box-shadow: 2px 2px 8px #999999;
}
.image_bordure_arrondi {
    box-shadow: 5px 5px 5px #999999;
    text-align: center;
    border-radius: 25px;
}

.img_a_droite {
    padding-right: 0 !important;
    text-align: center;
}

.img_a_gauche {
    padding-left: 0 !important;
    text-align: center;
}

.img_survol a:hover img {
    opacity: 0.6;
    transition: opacity 0.4s;
}

.img_reduit_mobile img {
    max-height: 250px;
}

@media (min-width: 768px) {
    .image_pres {
        margin: 0;
    }

    .img_reduit_mobile img {
        max-height: 100%;
    }
}

/* Hide alternate text except from screen readers */

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

/*  ------------------------------------------------------------------
----------------------------- LISTES --------------------------------
---------------------------------------------------------------------*/
.liste {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    /*background: linear-gradient(to right,#F7F7F7, #FFFFFF);*/
}

.liste div:first-child {
    border-top: none;
}

.liste_element {
    padding: 10px;
    border-top: 1px solid #CCCCCC;
    border-collapse: collapse;
    font-size: 0.95em;
    font-weight: 500;
}

.liste_element i {
    font-size: 1.8em;
    vertical-align: middle;
    color: #0F7C99;
    padding: 0 5px 2px 0;
}

.listeAPuces div {
    /*border-bottom: 1px solid #CCCCCC;*/
    padding: 6px 0 6px 0;
    font-size: 1em;
}

.listeAPuces i {
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    color: #a33c5e;
    padding: 0 6px 2px 0;
}


@media (min-width: 768px) {
    .listeAPuces div {
        padding: 6px 0 6px 20px;
    }

    .liste_element i {
        font-size: 1.7em;
        padding: 0 12px 2px 0;
    }
}

/*  -----------------------------------------------------------------------
----------------------------- FIL D'ARIANE --------------------------------
---------------------------------------------------------------------------*/
.ariane{
    display: none;
}
@media (min-width: 768px) {
    .ariane{
        display: block;
        margin: 0 auto;
        padding: 0;
        font-size: 0.8em;
        /*background-color: #000000;*/
        color: #990033;
    }
    .breadcrumb{
        padding: 0 0 0 10px;
        margin: 0;
        border-bottom: 1px dashed #990033;
    }
    .breadcrumb-item, .breadcrumb-item::before, .breadcrumb-item a, .breadcrumb-item a:visited, .breadcrumb-item.active, .breadcrumb-item.active::before{
        color: #990033!important;
    }
    .breadcrumb-item:hover{
        text-decoration: none;
    }
}

/*  ------------------------------------------------------------------
----------------------------- LIENS --------------------------------
---------------------------------------------------------------------*/
.lien_dans_texte {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}

.lien_dans_texte:hover {
    margin-left: 18px;
    transition: margin-left 0.5s;
    text-decoration: none;
}

/* -- Accordeon --- */
/* Bouton - pour accessibilité des liens accordéon */
.btn_accordeon {
    border: none;
    background: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    padding: 0;
    letter-spacing: inherit;
    margin: inherit;
    line-height: inherit;
    cursor: pointer;
}

.accordeon h3 {
    line-height: 1.25em;
    font-size: 1.3em;
    color: #990033;
    font-weight: normal;
}

.accordeon i {
    font-size: 1.5em;
    vertical-align: middle;
    padding-right: 5px;
}


@media (min-width: 768px) {
    .accordeon h3 {
        font-size: 1.4em;
    }

}

/*  ------------------------------------------------------------------
----------------------------- BOUTONS --------------------------------
---------------------------------------------------------------------*/

.bouton {
    display: inline-block;
    background-color: #990033;
    /*margin-top: 15px;*/
    padding: 10px 44px 12px 30px;
    color: #ffffff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
}

.bouton i {
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 12px;
    color: #FFFFFF !important;
}

.bouton:hover {
    /* background: #7bbad7;*/
    background-color: #c72e61;
    color: #FFFFFF;
    padding-right: 50px;
    transition: background-color 0.4s ease-out, padding-right 0.5s;
    text-decoration: none;
}

.btn_bandeau {
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0;
    padding: 10px 15px 10px 10px;
    color: #990033;
    border-radius: 15px;
    box-shadow: 2px 2px #650626;
    transition: 0.3s;
    position: relative;
    font-size: 0.95em;
    /*font-weight: 500;*/
    letter-spacing: 0;
}

.btn_bandeau:hover {
    /* background: #7bbad7;*/
    color: #e86d88;
    transition: all 0.4s ease-out, border 0.5s;
    text-decoration: none;
}
.btn_clair {
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 5px;
    padding: 8px 15px;
    color: #990033;
    font-weight: bold;
    border-radius: 35px;
    border: 2px solid #990033;
    /*position: relative;*/
}

.btn_clair:hover {
    background-color: #F6F6F6;
    color: #771536;
    padding: 8px 22px 8px 20px;
    border: 2px solid #771536;
    transition: all 0.4s ease-out;
    text-decoration: none;
}

.btn_clair i {
    font-size: 0.9em !important;
}

.btn_clair:hover i {
    padding-left: 2px;
    transition: all 0.4s ease-out;
}

.btn_clair_fin {
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 15px;
    padding: 5px 15px;
    color: #990033;
    border-radius: 30px;
    border: 1px solid #990033;
    transition: 0.3s;
    position: relative;
}

.btn_clair_fin:hover {
    /* background: #7bbad7;*/
    background-color: #f0dbe2;
    color: #771536;
    padding: 5px 20px 5px 15px;
    transition: background-color 0.4s ease-out, padding-left 0.5s, padding-right 0.5s;
    text-decoration: none;
}

/* Btn bleu refait 2023 */
.btn_bleu {
    display: inline-block;
    background-color: #105e76;
    padding: 8px 20px 6px 20px;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 3px solid #0d485a;
    border-radius: 15px 0;
}

.btn_bleu:hover {
    background-color: #247993;
    color: #fafaf6;
    transition: all 0.4s ease-out;
    text-decoration: none;
}

.btn_bleu i {
    display: inline !important;
    font-size: 0.8em !important;
    color: #f4d3de !important;
    vertical-align: baseline !important;
    padding: 0 2px !important;
}

.btn_bleu:hover i {
    color: #ffffff !important;
    padding-left: 1px;
    transition: all 0.4s ease-out;
}

.btn_bleu_legende {
    color: #3f7891;
    font-style: italic;
    font-weight: bold;
}


.btn_date_conf {
    display: block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-top: 2px solid #205e7b;
    border-right: 2px solid #205e7b;
    border-bottom: 6px solid #205e7b;
    border-left: 2px solid #205e7b;
    padding: 10px 5px 8px 5px;
    text-align: center;
    color: #205e7b;
    font-weight: bold;
}

.btn_date_conf:hover {
    background-color: #dbeaf0;
    color: #196689;
    text-decoration: none;
}

.btn_agenda {
    display: block;
    background-color: #FFFFFF;
    border-radius: 10px 0;
    border-top: 2px solid #205e7b;
    border-right: 2px solid #205e7b;
    border-bottom: 6px solid #205e7b;
    border-left: 2px solid #205e7b;
    padding: 5px;
    margin: 15px auto;
    width: 150px;
    text-align: center;
    color: #205e7b;
    font-weight: bold;
    transition: all 0.2s ease-out;
}

.btn_agenda i {
    padding-right: 10px;
}

.btn_agenda:hover {
    background-color: #f6f6f6;
    border-color: #0F7C99;
    color: #2f4d5a;
    text-decoration: none;
}


.btn_largemobile {
    width: 100%;
    display: block;
    background-color: #006588;
    margin-top: 10px;
    padding: 10px 15px;
    color: #FFFFFF;
    border-radius: 15px;
    transition: 0.3s;
    position: relative;
    text-align: center;
}

.btn_captcha {
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #205e7b;
    padding: 10px 18px 8px 18px;
    text-align: center;
    color: #205e7b;
}

.btn_captcha:hover {
    background-color: #dbeaf0;
    color: #196689;
    text-decoration: none;
}

.btn_captcha i {
    display: inline !important;
    font-size: 1.5em !important;
    padding: 0 5px 0 0 !important;
    /*color: #771536!important;*/
    vertical-align: middle !important;
}

/*
.btn_captcha{
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-top: 2px solid #205e7b;
    border-right: 2px solid #205e7b;
    border-bottom: 6px solid #205e7b;
    border-left: 2px solid #205e7b;
    padding: 10px 8px 8px 8px;
    text-align: center;
    color: #205e7b;
    font-weight: bold;
}

.btn_captcha:hover {
    background-color: #dbeaf0;
    color: #196689;
    text-decoration: none;
}

.btn_captcha i{
    display: inline!important;
    font-size: 1.5em!important;
    padding: 0 5px 0 0!important;
vertical-align:middle !important;
}

*/
.btn_largemobile:hover {
    /* background: #7bbad7;*/
    background-color: #75aabc;
    color: #FFF;
    transition: background-color 0.4s ease-out;
    text-decoration: none;
}

@media (min-width: 768px) {
    .btn_largemobile {
        display: inline-block;
    }

    .btn_date_conf {
        padding: 10px 20px 8px 20px;

    }

    .btn_bleu {
        padding: 6px 20px 4px 20px;
    }

}

/* -------------- ICONES ---------------- */
.icon-boxes .icon-box .btn_bleu_legende i {
    font-size: 25px !important;
    margin-bottom: 0 !important;
    vertical-align: bottom;
}

/*
.icofont-simple-up:before{
    content:"\F27E";
}
*/

/*--------------------------------------------------------------
# Back to top - Bouton Remonter
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 20px;
    bottom: 20px;
    background: #a38b93;
    color: #fff;
    transition: display 0.3s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #990033;
    transition: background 0.2s ease-in-out;
}



/*--------------------------------------------------------------
# EFFETS
--------------------------------------------------------------*/

.zoom:hover {
    animation: zoomsurelement 0.5s ease-in-out;
    /*cursor: pointer;*/
}

.effet_opacite_zoom:hover {
    animation: diminue_opacite_augmente_zoom 0.6s ease-in-out;
    /*cursor: pointer;*/
}



@keyframes zoomsurelement {
    from {
        transform: scale(1);
        opacity: 100;
    }

    70% {
        transform: scale(2);
        opacity: 0;
    }

    72% {
        transform: scale(1);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 100;
    }
}

.effet_zoom_sur_img{    
    transition:0.5s ease-in-out;
}
.effet_zoom_sur_img:hover {
    /*animation: zoomsurimg_simple 0.7s;*/
    transform: scale(1.05);
    
}

@keyframes zoom_btn {
    from {
        transform: scale(1);
        opacity: 30%;
    }

    to {
        transform: scale(1.1);
        opacity: 100%;
    }
}

@keyframes zoomsurimg_simple {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.02);
    }
}


@keyframes zoomsurimg {
    from {
        transform: scale(1);
        opacity: 80%;
    }

    40% {
        transform: scale(1.04);
        opacity: 80%;
    }

    to {
        transform: scale(1);
        opacity: 80%;
    }
}

@keyframes diminue_opacite_augmente_zoom {
    from {
        transform: scale(1);
        opacity: 100%;
    }

    50% {
        transform: scale(1.05);
        opacity: 50%;
    }

    to {
        transform: scale(1);
        opacity: 100%;
    }
}

@keyframes clignotter {
    from {
        padding-top: 12px;
        background: rgba(255, 255, 255, 0);
    }

    50% {
        padding-top: 16px;
        background: rgba(255, 255, 255, 0.15);
    }

    to {
        padding-top: 12px;
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes attention {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes attentionFond {
    from {
        background-color: #990033;
    }

    50% {
        background-color: #b5456a;
    }

    to {
        background-color: #990033;
    }
}

/* ------------------------------------------------------------------
------------------------------- MAIN --------------------------------
------------------------------------------------------------------ */
main {
    /* 1 */
    display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* ------------ Menu accès rapide (accessibilité) ------------- */
#accesRapide{
    background-color: #FFFFFF;
    margin: 0 auto; 
    padding: 0 0;
    height: 28px;
    top: 0;
    display: block; 
}
#accesRapide ul{
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
}
#accesRapide li{
    display: inline-block;
    font-size: 0.6em;
    border-right: 1px solid #333333;
    padding: 0 8px;
}

#accesRapide li a{
    font-weight: normal;
    text-decoration: underline;
}
#accesRapide li:last-child{
    border-right: none;    
}

@media (min-width: 1200px) {
    #accesRapide{
        padding: 0 25px;
    }
    #accesRapide li{
        font-size: 0.7em;
    }
    #accesRapide ul{
        text-align: right;
        max-width: 1320px;
    }
}

/* ------------- NOUVEAU MENU BOOTSTRAP -------------------- */

.navbar {
    height: 70px;
    background: #000000;
    margin: 0 0 0 0 !important;
    /* margin: -5 0 0 0 !important; */
    padding: 0;
    top: 0px;
}
.navbar .container{
    height: 70px;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    border-bottom: none !important;
}

.navbar-brand img {
    max-width: 80px;
    margin: 0 10px;
}

.nav-item {
    box-sizing: border-box;
    font-size: 1.1em !important;
}

.navbar a,
.navbar a:focus {
    display: block;
    position: relative;
    color: #FFFFFF !important;
    padding: 25px 15px 15px 15px;
    margin-right: 4px;
    transition: 0.3s;
    letter-spacing: 0px;
    font-family: 'Viga', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 5px solid #000;
}

.navbar a:hover,
.navbar .active > a,
.navbar li:hover > a {
    text-decoration: none;
    padding: 25px 15px 15px 15px;
    border-bottom: 5px solid #990033;
    color: #d985a1;
}
.dropdown-menu {
    border-radius: 0;
}
.nav-link a:hover{
    color: antiquewhite!important;
}
a.dropdown-item:link,
a.dropdown-item:visited,
a.dropdown-item:focus,
a.dropdown-item:active {
    padding: 15px 20px !important;
    font-size: 1.15em;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #25607a !important;
    border: none !important;
    background: none;
}

a.dropdown-item:hover {
   /* color: #5293b1 !important;*/
    color: #990033!important;
    background-color: rgb(252, 248, 252);
    border: none;
}

a.dropdown:after {
    font-family: "bootstrap-icons";
    content: "\F229";
    padding-left: 5px;
    vertical-align: bottom;
}

.navbar-toggler {
    margin-top: -30px;
    margin-right: 5px;
    padding: 0;
    background-color: #000000;
}
/* mettre le FR en plus petit sur les menus anglais et esp*/
.info_langue { 
    font-size: 0.85em;
    color: #f4d99c;
}
/* ANCIEN */
/*
.my-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.my-toggler-icon > span {
    font-size: 0.5em;
    color: #FFFFFF;
    text-align: center;
}
*/
/* ==============================================
   SOLUTION CSS PUR POUR L'ICÔNE BURGER
   ============================================== */

/* Styles de base pour l'icône burger */
.my-toggler-icon {
    width: 30px;
    height: 24px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /* Supprime l'ancienne image de fond */
    background-image: none !important;
}

/* Les trois lignes du burger */
.my-toggler-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    left: 0;
}

/* Position des lignes */
.my-toggler-icon span:nth-child(1) { 
    top: 0; 
}

.my-toggler-icon span:nth-child(2) { 
    top: 10px; 
    font-size: 0.6em;
    line-height: 3.1em;
}

.my-toggler-icon span:nth-child(3) { 
    top: 20px; 
}

/* ==============================================
   ANIMATION AU CLIC (OPTIONNELLE)
   ============================================== */

/* Quand le menu est ouvert, ajouter la classe 'active' */
.my-toggler-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.my-toggler-icon.active span:nth-child(2) {
    opacity: 0;
}

.my-toggler-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ==============================================
   VARIANTES DE COULEURS
   ============================================== */

/* Version avec couleur personnalisable */
.my-toggler-icon.dark span {
    background: #333;
}

.my-toggler-icon.light span {
    background: white;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

/* Ajustements pour très petits écrans */
@media screen and (max-width: 480px) {
    .my-toggler-icon {
        width: 30px;
        height: 22px;
    }
    
    .my-toggler-icon span {
        height: 2px;
    }
    
    .my-toggler-icon span:nth-child(2) { 
        top: 9px; 
    }
    
    .my-toggler-icon span:nth-child(3) { 
        top: 18px; 
    }
}

.resa_btnmenu a {
    /*color: #c40041;*/
    color: #840002 !important;
    background-color: #f0d53e;
    border-bottom: 3px solid #f0d53e;
    border-radius: 10px 0;
    letter-spacing: 0px !important;
    padding: 12px 16px 8px 16px !important;
    margin: 12px 2px 0 2px;
    display: block;
    min-width: 210px !important;
    font-size: 0.9em;
    text-align: left;
}

.resa_btnmenu a i {
    padding-right: 5px;
}

.resa_btnmenu a:hover, .resa_btnmenu a:focus,
.resa_btnmenu a:active {
    color: #990033 !important;
    background-color: rgb(226, 195, 25) !important;
    border-bottom: 3px solid #990033 !important;
}

/* ---- Menu mobile --- */

@media (max-width: 976px) {
.navbar-collapse {
    padding-top: 42px;
    margin-top: -42px;
    background-color: #000000!important;
}
}

/* Menu mobile : les liens principaux n'ont pas de bordure */
.show a,
.show a:focus {
    border-bottom: none !important;
}

.show a:hover,
.show a:active {
    border-bottom: none !important;
}

/* ----- Bouton résa dans le menu sur mobile ----- */
.show .resa_btnmenu a {
    background-color: #f0d53e;
    border-bottom: none;
    border-radius: 0;
    padding: 16px !important;
}

.show .resa_btnmenu a:hover,
.show .resa_btnmenu a:focus {
    padding: 16px !important;
    border-bottom: none !important;
}

@media (min-width: 769px) {
    .navbar {
        height: 78px !important;
    }

.navbar .container{
    height: 78px;
}
    .nav-item {
        font-size: 1em !important;
    }

    .navbar-brand {
        padding: 0px 25px 0 0 !important;
    }

    .navbar-brand img {
        max-width: 90px;
        margin: 5px;
    }

    .resa_btnmenu a {
       text-align: center;
    }

}
@media (min-width: 1400px) {
    .navbar {
        height: 80px !important;        
        /* position: absolute; */
    }
    .navbar .container{
        height: 80px;
    }

    .nav-item {
        font-size: 1.15em !important;
    }

    .navbar-brand {
        /*padding: 35px 50px 0 0 !important;*/
        padding: 0 50px 0 0 !important;
    }

    .navbar-brand img {
        max-width: 100%;
        margin: 0 10px;
    }

    .navbar a {
        padding: 25px 15px 15px 15px;
    }

    .navbar a:hover,
    .navbar a:focus .navbar .active > a,
    .navbar li:hover > a {
        padding: 25px 15px 15px 15px;
    }

    .navbar-collapse {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

}

/* Bouton RESA sur mobile, toujours apparent, hors menu*/
.nav_resa {
    margin: -15px auto 0 0;
    width: 50%;
}

.nav_resa a, .nav_resa a:active, .nav_resa a:focus, .nav_resa a:visited {
    display: inline-block;
    width: 100%;
    padding: 8px 10px 0 10px;
    margin: 0;
    height: 45px;
    color: #990033 !important;
    background-color: rgb(240, 213, 62);
    border-radius: 10px;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: -0.5px !important;

}

.nav_resa i {
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    font-size: 1.4em;
    padding: 0px 5px 0 0 !important;
}

.nav_resa a:hover,
.nav_resa a:active,
.nav_resa a:hover {
    padding: 8px 10px 0 10px;
}


@media (min-width:576px) {
    .nav_resa {
        margin: -15px auto 0 auto;
        width: 60%;
    }

    .nav_resa i {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .nav_resa {
        display: none;
    }
}





/* ----- SOUS MENU ACCESSIBILITE ------ */
.pageSousMenu {
    list-style: none;
    padding-left: 5px;
}

.pageSousMenu li a {
    color: #9f6008;
    display: block;
    border-bottom: solid 1px #0F7C99;
    padding: 10px;
    margin: 2px auto;
    font-size: 1.1em;
}

.pageSousMenu li a:before {
    font-family: 'Bootstrap-icons';
    content: '\F51C';
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #0F7C99;
}

.pageSousMenu li a:hover,
.pageSousMenu li a:active {
    color: #b59261;
    padding-left: 15px;
    text-decoration: none;
    transition: padding-left 0.5s;
}

/*--------------------------------------------------------------
# bandeau Section
--------------------------------------------------------------*/
/* Class native de bootstrap */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#bandeauAccueil,
#bandeauSecondaire {
    max-width: 100%;
    position: relative;
    background-color: #000000;
}

#bandeauAccueil {
    height: 340px;
    background: url("../images/grottes_sare_bandeau_mobile.jpg") top center;
    background-size: cover;
    width: 100%;
    text-align: center;
}

#bandeauSecondaire {
    height: 310px;
    background: url("../images/grottes_sare_bandeau_secondaire_mobile.jpg") top center;
    background-size: auto;
    box-shadow: 0 4px 6px #666666;
}

/*
.secondaire2 {
    height: 280px;
    background: url("../images/grottes_sare_bandeau_secondaire_mobile.jpg") top center;
    background-size: auto;
    box-shadow: 0 4px 6px #666666;
}

.secondaire2 h1 {
    margin: 60px 0 0 0 !important;
}
*/
#bandeauAccueil .bandeau-container,
#bandeauSecondaire .bandeau-container {
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 20px;
}

/*
#bandeauAccueil .logoAccueil a, #bandeauSecondaire .logoAccueil a {
    padding: 0;
    margin: 0;
}
*/
#bandeauAccueil h1,
#bandeauSecondaire h1 {
    font-size: 2.1em;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0px;
    margin: 100px 0 0 0;
    padding: 50px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 1px 2px #000000;
    z-index: 0;
}


#bandeauAccueil h2,
#bandeauSecondaire h2 {
    font-family: sans-serif;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    margin: 5px 0 10px 0;
    padding: 8px 12px 5px 12px;
    letter-spacing: 0px;
    color: #f0e2e7;
    z-index: 0;
}

/*
#bandeau .btn-get-started {
    display: none;
}
*/

@media (min-width: 768px) {
    #bandeauAccueil {
        font-size: 1.25em;
        height: 560px;
        background: url("../images/grottes_sare_bandeau.jpg") top center;
    }

    #bandeauSecondaire {
        height: 420px;
        background: url("../images/grottes_sare_bandeau_secondaire.jpg") top center;
    }

    /*
    .secondaire2 {
        height: 430px;
        background: url("../images/grottes_sare_bandeau_secondaire.jpg") top center;
    }
*/
    #bandeauAccueil .bandeau-container,
    #bandeauSecondaire .bandeau-container {
        padding-top: 0;
    }

    #bandeauAccueil h1 {
        margin: 70px 0 0 0;
        padding: 180px 0 10px 0;
        line-height: 1.35em;
    }

    #bandeauAccueil h2 {
        margin: 15px 0 20px 0;
        letter-spacing: 1px;
        text-shadow: 2px 2px 0px #000000;
        background: none;
        line-height: 1.6em;
    }

    #bandeauSecondaire h1 {
        margin: 170px 0 0 0;
        padding: 10px 0 10px 0;
        line-height: 1.35em;
    }

    /*
    #bandeau .btn-get-started {
        font-size: 30px;
        display: inline-block;
        padding: 10px 0 4px 0;
        margin: 10px 10px 10px 10px;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #fff;
        color: #fff;
        animation: clignotter 1.6s ease-in-out infinite;
    }

    #bandeau .btn-get-started:hover {
        animation-play-state: paused;
        background: rgba(255, 255, 255, 0.5);
        color: #fac57a;
        border-color: #fac57a;
    }*/
}

@media (min-width: 1024px) {
    #bandeauAccueil {
        height: 620px;
    }

    #bandeauSecondaire {
        /*height: 448px;*/
    }

    #bandeauAccueil,
    #bandeauSecondaire {
        /*background-attachment: fixed;*/
        top:28px;
    }

    #bandeauAccueil h1,
    #bandeauSecondaire h1 {
        font-size: 2.3em;
    }

    #bandeauAccueil h2,
    #bandeauSecondaire h2 {
        font-size: 1.9em;
    }

}

@media (min-width: 1400px) {

    #bandeauAccueil h1,
    #bandeauSecondaire h1 {
        font-size: 2.9em;
    }

    #bandeauAccueil h2,
    #bandeauSecondaire h2 {
        font-size: 2.1em;
    }
}

/* -------------------------------------------------------------
ICON BOX
-------------------------------------------------------------- */
.icon-boxes .icon-box {
    margin-top: 5px;
    margin-bottom: 10px;
}

.icon-boxes .icon-box i {
    font-size: 40px;
    color: #0F7C99;
    margin-bottom: 10px;
}

.icon-boxes .icon-box h4 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0a7591;
}

.icon-boxes .icon-box p {
    font-size: 1em;
    color: #666;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.section-title h2 {
    font-family: 'Viga', sans-serif;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    color: #2f4d5a;
    z-index: 2;
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    background: url(../images/titre_fond1.png) no-repeat;
    z-index: -1;
}

.section-title p {
    margin-bottom: 0;
}

/* ------------------ Sections ------------------ */
.rappelBas{
        margin-top: 70px;
        padding-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left!important;
}
.rappelBas .icones_3col i{
        text-align: left!important;
        display: none;
}
.rappelBas .icones_3col > div{
    padding-bottom: 20px;
}
.rappelBas .container{
    padding-bottom: 20px!important;
}

@media (min-width: 768px) {
    .rappelBas {
        margin-top: 70px;
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .rappelBas .icones_3col i{
            display: block;
    }
    .rappelBas .icones_3col > div{
        padding-bottom: 10px;
    }
}

.sectionGris {
    background-color: #F7F7F7 !important;
    margin: 0 auto;
    padding: 25px 5px 20px 5px;
    text-align: center;
}

.sectionParallax {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url("../images/fond_video.jpg") fixed center center;
    background-size: cover;
    padding: 40px 5px;
}

@media (min-width: 768px) {
    .sectionGris {
        text-align: left;
        padding: 40px 15px;
    }
}

.presentation {
    /*position: relative;*/
    text-align: center;
    padding: 10px 0 10px 0;
    max-width: 100%;
}

/*
.presentation::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
}*/

.presentation .container {
    /*position: relative;*/
    /*z-index: 10;*/
    padding-bottom: 75px;
}

.presentation .container .row {
    margin-right: auto;
    margin-left: auto;
}

.presentation img {
    width: auto;
    height: inherit;
}

.presentation .content {
    padding: 10px;
}

.presentation .content p {
    margin-bottom: 20px;
}


@media (min-width: 1200px) {
    .presentation .content {
        padding: 10px 30px 0 0;
    }
}

@media (min-width: 768px) {
    .presentation {
        padding: 30px 0 0 0;
        text-align: left;
    }
}


/* SECTION Quand et comment visiter */
.presInfo {
    /*position: relative;*/
    /*text-align: center;*/
    padding: 30px 0 10px 0;
    max-width: 100%;
    font-size: 0.95em;
}

.presInfo h4 {
    color: #0F7C99;
    font-size: 1.3em;
    font-weight: bold;
}

.listeInfo{
    padding-bottom: 15px;
    font-size: 1.05em;
}
.presInfo .listeInfo h4 {
    color: #a12c4e;
    border-bottom: 3px dotted #c3617d;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.presInfo .listeInfo i {
    font-size: 1.2em;
    padding-right: 5px;
    vertical-align: middle;
}

img {
    width: auto;
    height: inherit;
}

.presInfo .row {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .presInfo {
        padding: 30px 0 40px 0;
        text-align: left;
    }
}

.citation {
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url("../images/fond_video.jpg") fixed center center;
    background-size: cover;
    padding: 50px 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.7em;
}

.citation h2 {
    font-size: 1.6em;
    padding-bottom: 20px;
    line-height: 1.2em;
}

.citation i {
    font-size: 1.4em;
    vertical-align: middle;
    color: #7c4457;
    margin: 0;
    padding: 0;
}

.fond_poisson {
    background-image: url("../images/poisson.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.icones_3col i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    vertical-align: bottom;
    color: #0f7c99;
    padding: 20px 0 5px 0;
}

.icones_3col h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0f7c99;
    font-size: 1.1em;
    letter-spacing: normal;
}

@media (min-width: 768px) {
    .citation {
        font-size: 1.1em;
    }

    .citation h2 {
        font-size: 2em;
    }

}

/* ---- PICTOGRAMMES ---- */
.lignePicto {
    text-align: center;
    padding: 20px 0 10px 0;
    line-height: 1.8em;
}

.lignePicto img {
    width: auto;
    max-height: 42px;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 3px;
}

@media (min-width: 768px) {
    .lignePicto img {
        max-height: 100%;
        padding-right: 15px;
    }

    .icones_3col i {
        text-align: left;
        padding: 0 0 5px 0;
    }
}

.lignePictoInfos {
    text-align: center;
    padding: 20px 0 10px 0;
    line-height: 1.5em;
    max-width: 100%;
}

.lignePictoInfos img {
    width: auto;
    max-height: 42px;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 3px;
}

@media (min-width: 1400px) {
    .lignePictoInfos img {
        max-height: 50px;
        padding-right: 4px;
    }
}

/* ------------------------------------------------------------------------------------------------- */
/* --------------------------------------- BANDEAU INFO -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.bandeau_info {
    display: block;
    position: relative;
    padding: 15px 4px 15px 8px;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
    background-color: #990033;
    color: #ffffff;
    font-size: 0.9em;
    letter-spacing: 0px;
    animation: attentionFond 1.5s ease-in-out infinite;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTopBtn_mobile {
    padding-top: 10px;
}

.bandeau_info i {
    font-size: 1.4em;
    padding-right: 5px;
    vertical-align: bottom;
}

@media (min-width: 1025px) {
    .bandeau_info {
        text-align: left;
        padding: 15px;
        letter-spacing: 1px;
        font-size: 1em;
    margin: 20px 0 0 0;
    }

    .paddingTopBtn_mobile {
        padding-top: 0;
    }
}

.lienblanc a,
.lienblanc a:active,
.lienblanc a:hover {
    color: #FFFFFF !important;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------- GALERIE PHOTOS -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.fondNoir {
    background-color: #000000;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE ACCUEIL --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.accroche {
    font-family: serif;
    font-size: 1.15em;
    font-weight: normal;
    text-align: center;
    color: #00455d;
    line-height: 1.4em;
    letter-spacing: 0px;
    /*text-transform: normal;*/
    font-style: italic;
}

.accroche h3 {
    font-family: serif;
    line-height: 1.5em;
    font-size: 1.3em;
    color: #006588;
    padding-top: 5px;
    text-transform: none;
    letter-spacing: 0.4px;
    font-style: normal;
}
h4.accroche {
    font-family: serif;
    font-size: 1.25em;
    text-align: center;
    color: #00455d;
    line-height: 1.3em;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: bold;
    padding: 30px 10px 0 10px!important;
}

.accroche .row {
    padding-right: 0;
    padding-left: 0;
}

.accroche div {
    padding-right: 0;
    /*padding-left: 0;*/
}

.accroche i {
    display: none;
}

@media (min-width: 1224px) {

    .accroche {
        font-size: 1.45em;
        letter-spacing: 0.2px;
        font-weight: bold;
    }

    .accroche h3 {
        letter-spacing: -1px;
        text-transform: uppercase;
        font-size: 1.3em;
    }

    h4.accroche {
        padding: 30px 0 30px 0!important;
        font-size: 1.4em;
        text-align: left;
    }

    .accroche i {
        display: inline-block;
        float: left;
        margin-top: -20px;
        padding-right: 15px;
        font-size: 3em;
    }
}


/* Cadre Avis */
.cadre {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #333333;
    box-shadow: 10px 10px 0px #7c4457;
    background-color: #ffffff;
}

.cadre h4 {
    padding-bottom: 5px;
}

.cadre .imageAvis img {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.txtAvis {
    padding: 8px 8px;
    background-color: #205e7b;
    color: #FFFFFF;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
}

.cadreActus {
    margin: 0;
    padding: 0 20px;
    line-height: 1.4em;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 5px #333;
    font-size: 0.95em;
}

.cadreActus h3 {
    font-size: 1.5em;
    font-weight: normal;
}

.cadreActus .date {
    font-style: italic;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.cadreActus p {
    margin-bottom: 2px;
}

.cadreActus .row {
    padding: 25px 0;
    border-bottom: 1px solid #CCCCCC;
}

/*
.photoEven {
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}*/

@media (min-width: 768px) {
    .cadre {
        margin: 0 30px 0 0;
    }

    .cadreActus p {
        margin-bottom: 1rem;
    }

    .txtAvis {
        padding: 8px 12px;
    }
}

/*--- Actus -------------------------*/
.actualites {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(247, 247, 247, 0.8)), url("../images/fond_video.jpg") fixed center center;
    background-size: cover;
    padding: 40px 0;
    margin: 0 10px;
}

.actualites h4 {
    padding-top: 0;
}

.actualites .reseauxsociaux > div a,
.actualites .reseauxsociaux > div a:active {
    display: block;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
    color: #0F7C99;
    font-weight: bold;
}

.actualites .reseauxsociaux > div a:hover {
    text-decoration: none;
    padding-left: 4px;
    background: linear-gradient(145deg, #dbe9ed, rgba(255, 255, 255, 0) 30%);
    transition: 0.5s;
}

.actualites .reseauxsociaux i {
    font-size: 3em;
    color: #0F7C99;
}

.actualites .reseauxsociaux img {
    padding: 0 0 0 10px;
    vertical-align: top;
}

/*--- Services -------------------------*/
.services {
    background-color: #f6f6f6;
    font-size: 1.05em;
    padding-top: 10px;
    line-height: 1.4em;
}

.services h2 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.services h3 {
    font-size: 1.2em;
    /*color: #bc883f;*/
    color: #9f6008;
    padding: 15px 0 0 0;
    font-weight: normal;
}

.services .row {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    opacity: 100%;
    text-align: center;
}

/*
.services .row > div:hover {
    opacity: 75%;
    transition: 0.5s;
    cursor: pointer;
}*/

.services i {
    font-size: 4em;
    font-weight: normal;
    /*color: #bc883f;*/
    color: #9f6008;
    text-align: center;
}

@media (min-width: 768px) {
    .services {
        padding-top: 60px;
    }

    .services h2 {
        margin-bottom: 0.8rem;
        padding-bottom: 10px;
    }

    .services h4 {
        padding: 40px 0 0 0;
    }

    .services .row {
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: normal;
    }
}

/*--- Galerie -------------------------*/
.portfolio {
    padding-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.portfolio .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.portfolio .row {
    padding-bottom: 20px;
    opacity: 100%;
}

.portfolio .row div:hover {
    cursor: pointer;
}
.portfolio .row div img:hover {
    animation: zoomsurimg 0.6s ease-in-out;
}
/* Première ligne : photos centrées sur mobile */
.portfolio .aGauche, .portfolio .aDroite{
    text-align: center;
}
.portfolio img {
    box-shadow: 3px 3px 2px #333333;
}
.portfolio .audiodescription{
    color:#FFFFFF;
    text-align: left;
    padding-left: 30px;
}
.portfolio .audiodescription a, .portfolio .audiodescription a:active, .portfolio .audiodescription a:hover{
    color:#FFFFFF;
    font-size: 0.75em;
    font-style: italic;
}

@media (min-width: 768px) {
    .portfolio {
        padding-top: 60px;
    }
}
@media (min-width: 992px) { /* LG */
    /* Première ligne : photos à droite et à gauche sur grand écran */
    .portfolio .aGauche{
        text-align: left;
    }
    .portfolio .aDroite{
        text-align: right;
    }
}

@media (max-width: 768px) {
    .portfolio {
        margin-bottom: 0;
    }

    .portfolio .row {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .portfolio .row img {
        padding: 10px;
    }

    .portfolio img {
        box-shadow: none;
        min-width: 70%;
        max-width: 90%;
    }

}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE SITE --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.bulles {
    text-align: center;
    font-size: 1em;
    opacity: 1;
}

.bulles h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-variant: small-caps;
}

.bulles a:hover {
    text-decoration: none;
    color: #cc6600;
    opacity: 0.7;
    transition: opacity 0.5s;
}



/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------------- PAGE LEZEA ----------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.iconePres {
    font-size: 1.5em;
    vertical-align: bottom;
    padding: 0 10px 0 0;
    font-weight: bold;
}


.txt_dolmen,
.txt_coffre,
.txt_tumuCrom,
.txt_tumulus,
.txt_cromlech,
.txt_bat64 {
    padding: 10px 15px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE PARC --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.rites_funeraires h3 {
    font-size: 1.2em;
    color: #990033;
}

.rites_funeraires {
    text-align: left !important;
}

@media (max-width: 768px) {
    .rites_funeraires h2 {
        font-size: 1.5em;
    }
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE MUSEE --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.musee_vestiges h4 {
    padding: 30px 5px 15px 5px;
}

.remarqueBarandiaran {
    padding: 8px 15px;
    margin: 30px 0 15px 0;
    border: 1px solid #efb800;
    border-radius: 10px;
    font-size: 0.9em;
    font-style: italic;
    color: #990033;
    text-align: left;
    font-weight: normal;
}

.remarqueBarandiaran i {
    display: block;
    padding-right: 10px;
    font-size: 2.6em;
    float: left;
}

@media (max-width: 768px) {
    #barandiaran {
        padding-top: 40px;
    }

    .remarqueBarandiaran {
        text-align: center;
        margin: 10px 0 15px 0;
    }
}


/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------- PAGE HORAIRES TARIFS ------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.infoCovid {
    background-color: #990033;
    border: 2px solid #670123;
    color: #FFFFFF;
    padding: 5px 10px 10px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5em;
    animation: attentionFond 1.5s ease-in-out infinite;
}

.infoCovid i {
    color: #FFFFFF !important;
    vertical-align: bottom;
    font-size: 1.8em;
    padding-right: 5px;
}

.resa_tarifs {
    background-color: #efe3e7;
    padding: 25px 15px 15px 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px 0 20px 0;
    font-size: 0.95em;
}

.resa_tarifs .intro i {
    display: block;
    font-size: 4em !important;
    padding-bottom: 10px;
    color: #baa8bc !important;
}

.resa_tarifs h3 {
    font-size: 1.5em !important;
    color: #990033 !important;
    padding-bottom: 10px !important;
}

.resa_tarifs a,
.resa_tarifs a:visited {
    color: #004e77;
}

.resa_tarifs a:hover {
    color: #0c364b;
}

/* 2ème cadre resa_tarifs pour Achat des Billets */
.fondGris {
    background-color: #e9eff2;
    border-radius: 0 20px;
}

.fondGris h4 {
    font-size: 1.1em !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #213D48 !important;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .resa_tarifs {
        padding: 25px 20px 50px 20px;
    }

    .resa_tarifs h3 {
        font-size: 1.7em !important;
    }

}

/* 3ème cadre resa pour Groupes */
.infoResa_groupes {
    background-color: #e9eff2;
    border-radius: 0 20px;
}
.infoResa_groupes h4 {
    font-size: 1.5em !important;
    color: #990033 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.infoResa_groupes .intro i {
    font-size: 3em !important;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .infoResa_groupes {
        padding: 20px 20px 20px 20px;
    }

    .infoResa_groupes h4 {
        font-size: 1.5em !important;
    }

}

/* SECTION HORAIRES */
.horaires {
    padding: 40px 0;
}

.horaires .container h3 {
    font-size: 1.9em;
    font-weight: 700;
    color: #2f4d5a;
    padding-bottom: 0;
    margin-bottom: 0;
}

.horaires .container h4 {
    font-size: 1.3em;
    color: #990033;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.horaires .row {
    padding: 0 5px;
}

.horaires .bordurebas {
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 10px;
}

.horaires .infoHoraire {
    color: #990033;
    font-weight: bold;
}

.horaires .infoHoraire i {
    font-size: 2em;
    color: #efb800;
    vertical-align: middle;
    padding-right: 10px;
}

.horaires i {
    font-size: 1.5em;
    color: #990033;
    vertical-align: middle;
}


.horaires .ligneBis {
    padding: 10px;
    background-color: #F3F3F3;
}

.horaires .ligne {
    padding: 10px;
    background-color: #FFFFFF;
}

@media (min-width: 768px) {

    .horaires .row {
        padding: 20px 0;
    }

    .horaires .bordurebas {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

/* SECTION TARIFS */
.tarifs {
    background-color: #FAFAFA;
    padding: 40px 0;
}

.tarifs .container h3 {
    font-size: 1.9em;
    font-weight: 700;
    color: #2f4d5a;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.tarifs .container h4 {
    font-size: 1.3em;
    color: #990033;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tarifs ul {
    margin-top: 0;
    padding-left: 30px;
    list-style-type: square;
}

.tarifs ul li {
    padding: 5px 0;
}

.tarifs .row {
    padding: 0 5px;
}

.tarifs .bordurebas {
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 10px;
}

.tarifs .ico_paiement {
    padding: 15px 0;
}

.tarifs .ico_paiement img {
    padding-right: 0;
    margin-right: 0;
}


.audioguide a:hover img {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.audioguide a {
    font-weight: bold;
    color: #4ba076;
}

.audioguide a:hover {
    text-decoration: none;
    color: #3d895e;
    transition: color 0.5s;
}

@media (min-width: 768px) {

    .tarifs .row {
        padding: 20px 0;
    }

    .tarifs .bordurebas {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tarifs .ico_paiement img {
        padding-right: 10px;
        margin-right: 2%;
    }
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE ACCES -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.carte a:hover img {
    animation: zoomsurimg 0.6s ease-in-out;
    /*
    box-shadow: 12px 12px 0px #af5f79;
    margin: 2px 0 0 2px;
    transition: all 0.4s;*/
}


/* ------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE INFOS ------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.ligneIcoServices {
    background-color: #F3F3F3;
    text-align: center;
    padding: 30px 0;
    line-height: 1.8em;
}

.ligneIcoServices img {
    width: auto;
    max-height: 38px;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .ligneIcoServices img {
        max-height: 100%;
        padding-right: 15px;
    }
}

.surplace_3col {
    text-align: center;
    font-size: 0.95em;
    padding: 15px 0;
}

.surplace_3col i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    vertical-align: bottom;
    color: #0f7c99;
    padding: 20px 0 20px 0;
}

.surplace_3col .pictosIcone {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    vertical-align: bottom;
    color: #0f7c99;
    padding: 20px 0 20px 0;
}

.surplace_3col h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0f7c99;
    font-size: 1.3em;
    letter-spacing: normal;
    text-align: center;
}

.outils {
    padding-bottom: 60px;
    line-height: 2em;
    font-size: 0.9em;
}

.outils h3 {
    font-size: 1.6em;
    padding-top: 10px;
}

.outils i {
    display: inline-block;
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    font-size: 55px;
    text-align: center;
    vertical-align: middle;
    color: #51869d;
    margin: 0 0 15px 0;
    padding: 10px 5px 5px 5px;
    border: 5px solid #51869d;
    border-radius: 50%;
}

.outils > div > div {
    background-color: rgba(224, 204, 211, 0.2);
    border-radius: 15px;
    padding: 55px 15px 35px 15px;
    margin-top: -60px;
}

.outils > div > div > div {
    padding: 0 15px 15px 15px;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------- PAGE PAIEMENT ---------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.commentResa {
    font-weight: 500;
}

/* Personnalisée la liste numérotée */
.commentResa ol {
    list-style: none;
    counter-reset: li;
}

.commentResa ol li::before {
    content: counter(li);
    color: #0F7C99;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    width: 1em;
    margin-left: -1em;
}

.commentResa li {
    counter-increment: li;
}

.icoQuestion i {
    font-size: 10em;
    text-align: center;
    color: #0F7C99;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- PAGE FAQ ---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.faq h3 {
    line-height: 1.8em;
    font-size: 1.15em;
    font-weight: normal;
    color: #990033;
}

.faq i {
    font-size: 1.5em;
    vertical-align: middle;
    padding-right: 10px;
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------ PAGE ACCESSIBILITE ----------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.pres_accessibilite {
    line-height: 1.7em;
    padding-top: 25px;
    padding-bottom: 15px;
}

.pres_accessibilite h2 {
    line-height: 1.2em;
}

.pres_accessibilite .liste .liste_element i {
    font-size: 2.5em;
}

.autreHandicap {
    padding-top: 30px;
}

/* ------------------------------------ PAGE ACCESSIBILITE et LIENS / ALENTOURS ------------------------------------ */

.sectionRemarque {
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url("../images/fond_video.jpg") fixed center center;
    background-size: cover;
    padding: 0 0 50px 0;
    margin: 100px 0 0 0;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.7em;
}

.sectionRemarque h2 {
    color: #990033;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 15px;
}

.sectionRemarque i {
    display: inline-block;
    font-size: 105px;
    vertical-align: middle;
    color: #990033;
    margin: -50px 0 0 0;
    padding: 0px 0 30px 0;
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------ PAGE GROUPES ----------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.produits_groupesAdulte {
    background-color: #FFFFFF;
    padding: 50px 15px 20px 15px;
    position: relative;
}

.produits_groupesAdulte h2 {
    font-weight: 700;
    color: #2f4d5a;
}

.produits_groupesAdulte .container {
    position: relative;
    z-index: 10;
    padding-bottom: 55px;
    padding-left: 0;
}

.produits_groupesAdulte .infos {
    color: #990033;
    font-style: italic;
    padding: 0;
}

.separation {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    min-height: 80px;
    background-image: url("../images/motif.png");
}

.separation_rose {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    min-height: 80px;
    background-image: url("../images/motif3.png");
}

.separation2 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    min-height: 120px;
    background-image: url("../images/separation_chauve_souris2.png");
}

.produits_groupesEnf {
    background-color: #f9f9ff;
    padding: 50px 0 20px 0;
    position: relative;
}

.produits_groupesEnf h2 {
    /*font-size: 2.3em;*/
    font-weight: 700;
    color: #2f4d5a;
}

.produits_groupesEnf .container {
    position: relative;
    z-index: 10;
    padding-bottom: 55px;
    padding-left: 0;
}

.produits_groupesEnf .infos {
    color: #990033;
    font-style: italic;
    padding: 0;
}

.caracteristiques {
    background-color: #F0F0F0;
    padding: 5px;
    text-align: center;
}
.tarifIndicatif{
    margin: 15px 0 0 0;
    padding: 2px 10px;
    background-color: #e9eff1;
    border-radius: 5px;
}

.ligne_produit_groupe {
    line-height: 1.6em;
    /*background-color: #F0F3F9;*/
    border-bottom: 1px solid #CCCCCC;
    padding: 25px 10px;
    margin: 8px 0;
    font-size: 0.9em;
}

.ligne_produit_groupe .remarque {
    font-size: 1.1em;
}

.ligne_produit_groupe h3 {
    font-size: 1.6em;
    margin-bottom: 12px;
}

.ligne_produit_groupe .btn_bleu {
    margin-top: 0px;
    margin-bottom: 15px;
}

.ligne_produit_groupe h4{
    padding: 0!important;
}
.ligne_produit_groupe h4 i {
    font-size: 0.65em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
}
.groupes_combinaison{
    text-transform: uppercase;
    font-weight: bold;
    color: #990033;
}

/*
.btnBrochure {
    padding-bottom: 10px;
}
*/
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------ PAGE PRESSE - RESSOURCES ----------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.reseauxsociaux i {
    display: inline-block;
    width: 80px;
    background-color: inherit;
    font-size: 3em;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: #51869d;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.presseRemarque{
    padding: 15px;
    background-color: #e8e8e8;
    color: #205e7b;
    font-weight: bold;
    margin-bottom: 25px;
    border-radius: 10px;
}
.presse h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #990033;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    font-weight: 500;
}
.presse .langue{
    display: inline-block;
    background-color: #51869d;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 15px;
    text-transform: uppercase;
}

.presse .date {
    padding: 10px 0;
}

.presse {
    padding-bottom: 40px;
}

.presse .bouton {
    margin-top: 20px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BANDEAU COVID --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.covid_bandeau {
    display: block;
    padding: 15px 4px 15px 8px;
    text-align: center;
    margin: 0;
    width: 100%;
    background-color: #990033;
    color: #ffffff;
    font-size: 1.05em;
    animation: attentionFond 1.5s ease-in-out infinite;
}

.covid_bandeau i {
    font-size: 2em;
    animation: attention 1s ease-in-out infinite;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .covid_bandeau {
        text-align: left;
        padding: 15px;
    }
}

.bandeau_lien {
    background-color: #000000;
    padding: 0 15px;
    font-size: 1.3em;
}

/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------- PAGE COVID ------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* ---- Page covid ----- */
.cadreCovidBarriere {
    margin: 20px auto 0 auto;
    padding: 20px 20px 25px 20px;
    width: 100%;
    line-height: 1.9em;
    /*background-color: #990033;*/
    background-color: rgba(153, 0, 51, 0.9);
    font-size: 1.1em;
    /* 1.15 */
    color: #FFFFFF;
    border: 10px solid #ce084a;
    animation: fade-in 1s;
    /*text-align: center;*/
}

.cadreCovidBarriere hr {
    margin: 20px 0;
}

.cadreCovidBarriere h2 {
    text-align: center;
    font-size: 1.6em !important;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px #333333;
    margin: 15px 0;
    padding: 0 0 0 0;
    font-family: inherit;
    background-image: none;
    border-bottom: none;
    border-left: none;
    text-transform: uppercase;
}

.cadreCovidBarriere h2 i {
    padding-right: 15px;
    padding-left: 15px;
}

.cadreCovidBarriere h3 {
    color: beige;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 0;
}

.boutonCovid {}

.boutonCovid a,
.boutonCovid a:active,
.boutonCovid a:visited {
    display: block;
    max-width: 400px;
    margin: 15px 0 10px 0;
    padding: 5px;
    border-radius: 5px;
    border-top: 2px solid #363636;
    border-bottom: 4px solid #363636;
    border-right: 2px solid #363636;
    border-left: 2px solid #363636;
    font-size: 1.15em;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #ffffff;
    color: #990033;
    text-align: center;
    text-decoration: none;
    animation: boutonPousse 1s;
}

.boutonCovid a:hover {
    background-color: #333;
    color: #fff;
    transition: background-color 0.4s ease-out;
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------ PAGE CONTACT ----------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.contact_icone {
    font-size: 1.1em;
}

.contact_icone i {
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 2em;
    color: #67b0d1;
}

/* IconCaptcha : Pour l'accessibilité, la couleur du texte "iconCaptcha" n'éant pas assez constrasté, on ne l'affiche plus */
.iconcaptcha-modal__body-info{
    display: none!important;
}

fieldset {
    border: none;
}

form div + div {
    margin-top: 0.6em;
}

.g-recaptcha {
    margin: 0 auto 15px auto !important;
    text-align: center !important;
}

textarea {
    vertical-align: top;
    /* Pour aligner correctement les champs multilignes et leurs étiquettes */
    height: 5em;
    /* Pour donner assez d'espace pour entrer du texte */
    width: 90%;
    resize: both;
    /* Pour permettre de redimensionner le champ - ne marche pas avec tous les navigateurs  */
}

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------- PAGE CONFERENCES / EVENEMENTS --------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.conference .row {
    margin: auto;
}

.conference {
    padding: 10px 5px 0 10px;
    text-align: left;
    max-width: 100%;
    font-size: 1em;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.45em;
}

.conference h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.1px;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.3em;
}

.conference h3 {
    /*display: block;
    max-width: 500px;*/
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.3px;
    /*padding-bottom: 0px;*/
    margin-bottom: 15px;
    /*border-bottom: 8px dotted #6b93a3;*/
}

.conference .container {
    padding-top: 40px;
    padding-bottom: 50px;
}

/*
.conference img {
    width: auto;
    height: inherit;
    border-radius: 0 20px 0 20px;
}
*/
.conference .content {
    padding: 10px;
}

.conference .content p {
    margin-bottom: 15px;
}

.conference div,
.conference p {
    padding-left: 0px;
}

.chapeau {
    font-size: 1.2em;
    font-weight: 600;
    color: #990033;
    line-height: 1.4em;
}

.cadreDateConf {
    padding: 2px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    color: #bf496c;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    border-bottom: 5px solid #9d3d59;
    border-radius: 10px 10px 0 0;
    line-height: 1.5em;
}

.infoConf {
    font-style: italic;
    color: #01697c;
}

.infoConf i {
    font-size: 1.8em;
    color: #008199;
    vertical-align: sub;
    padding-right: 5px;
}


@media (min-width: 768px) {
    .conference {
        padding: 20px 0 0 0;
        text-align: left;
        font-size: 1.1em;
    }

    .conference h2 {
        font-size: 1.7em;
    }

    .conference h3 {
        font-size: 1.6em;

    }

    .cadreDateConf {
        margin-top: 0px !important;
        background-color: #bf496c !important;
        color: #fff !important;
    }

    .chapeau {
        font-size: 1.35em;
    }

    .conference div,
    .conference p {
        padding-left: 10px;
    }
}

/* 1ère version AGENDA
.even{
    border: 1px solid #cc9900;
    border-radius: 10px 0;
    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #000;
    box-shadow: 0px 0px 10px #999999;
    transition : all 0.25s linear;	
}
.even:hover{
    box-shadow: 0 0 20px 2px #666666;
}

.evenCliquable{    
    color: #2f4d5a;
    text-decoration: none;
    background-color: #FFFFFF;
    background-position : bottom right ;
}
.evenCliquable:hover{
    text-decoration: none;
    color: #556971;    
    background-image:  url(../images/loupe.png) ;
    background-position : bottom right ;
    background-repeat : no-repeat;
    background-color: #f7f0f2;
}

.imgCase{
    background-color: #cc9900;
    border-radius: 10px 0 0 0;
}

.categorie{
    padding: 8px 4px;
    color: #cc9900;
    font-weight: bold;
    background-color: #ffffff;  
    border-bottom: 1px solid #cc9900;   
    border-collapse: collapse; 
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
}
.categorie a:hover{
    text-decoration: none;
    
}
*/
/* ------------- AGENDA ------------- */

.imgEvenement {
    /*background-color: #2f4d5a;*/
    max-height: 205px;
    overflow: hidden;
    padding-top: 3px;
    transition: all 0.2s;
    box-shadow: 0 -2px 10px #999999;
}

.imgEvenement img {
    width: 405px;
    text-align: center;
}

.imgEvenement:hover {
    opacity: 0.8;
}

/* ROW Date, catégorie */
.dateBloc {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    background-color: #0f7c99;
    background: linear-gradient(to right, #219ebf, #205e7b);
    font-size: 1.55em;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    line-height: 1.1em;
    /*text-shadow: #333333 1px 1px 3px;*/
    transition: all 0.2s;
    /*box-shadow: 1px 1px 8px #999999;*/
    border-radius: 0;
    border: none;
}

.dateBloc:hover {
    text-decoration: none;
    color: #ebebeb;
}

.anneeFr {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
}

@media (min-width: 768px) {
    .dateBloc {
        display: block;
        position: absolute;
        height: 78px;
        margin-top: -35px;
        margin-left: 15px;
        padding: 8px 18px 5px 18px;
        border-radius: 10px 0;
        border: 2px solid #FFFFFF;
    }

    .anneeFr {
        font-size: 0.8em;
    }
}

.contenuCourtEven h4 {
    font-size: 1.3em;
    line-height: 1.1em;
    padding-bottom: 5px;
}

.contenuCourtEven {
    background-color: #fbfdfd;
    box-shadow: 1px 1px 8px #999999;
    padding: 5px 15px 10px 15px;
    font-size: 0.9em;
}

/* Catégorie */
.categorieEvenement {
    display: block;
    width: 50%;
    margin: 0 0 0 50%;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1em;
    color: #205e7b;
}

@media (min-width: 768px) {

    .contenuCourtEven {
        padding: 15px;
    }

    .categorieEvenement {
        margin-bottom: 15px;
    }

}

/* Recherche */
.rechercheAgenda {
    width: 95%;
    padding: 30px 15px;
    margin: 30px auto 50px auto;
    background-color: #eceeef;
    font-size: 1em;
}

.rechercheAgenda h3 {
    display: block;
    font-size: 1.45em;
    padding: 10px;
    margin-bottom: 25px;
    /*background-color: #f5f5f5;*/
    border-bottom: 2px solid #2f4d5a;
}
/*Réinitilaisation de la liste déroulante*/
.listeDeroulante {
    border: 1px solid #CED4DA;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 5px;
    height: 34px;
}
.rechercheAgenda .form_btn {
    display: inline-block;
    /*position: relative;*/
    padding: 5px 25px;
    color: #990033;
    background-color: #e3dee0;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #c1b3b7;
    border: 1px solid #ac9ca1;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
}
.rechercheAgenda .form_btn i{
    padding-right: 10px;
}
.rechercheAgenda .form_btn:hover {
    color: #771536;
    transition: background-color 0.4s ease-out, padding-left 0.5s, padding-right 0.5s;
    text-decoration: none;
}
.rechercheAgenda .toutAfficher{
    padding: 12px 30px 10px 32px;
    font-style: italic;
    color: #2f4d5a;
}
.rechercheAgenda .toutAfficher > button {
    display: inline-block;
    padding: 2px 15px;
    margin-left: 15px;
    color: #333333;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d3dadd;
    border-radius: 5px;
    border: 2px solid #2f4d5a;
    transition: 0.3s;
    position: relative;
}

.rechercheAgenda .toutAfficher:hover > button {
    color: #2f4d5a;
    transition: background-color 0.4s ease-out, padding-left 0.5s, padding-right 0.5s;
    text-decoration: none;
}
.rechercheAgenda .toutAfficher i{
    padding-right: 5px;
    font-size: 1.3em;
    vertical-align:bottom;
}

/* Formulaires */
.rechercheAgenda #cat{
    background-color: #FFFFFF;
}

.aucunResultat {
    padding: 20px 10px 50px 10px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    color: #990033;
}

.aucunResultat i {
    font-size: 3em;
    display: block;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .aucunResultat {
        padding: 100px 10px;
    }
}
/* Bloc MARRUMAKA */

.sectionMarrumaka {
    background-color: #F7F7F7 !important;
    margin: 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
}
.marrumaka{
    background-image: url("../images/marrumaka_bandeau.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #5383a4;
    color: #FFFFFF;
    padding: 15px 0 25px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}

.marrumaka h2{
    font-size: 2.1em; 
    padding: 20px 0;
    color: #f2dbe1!important;
    text-shadow: 2px 3px 5px #333333;
}
.marrumaka div{
    text-shadow: 2px 3px 5px #333333;
    letter-spacing: 0.4;
    font-size: 1.25em;
    animation: attentionMarrumaka 1s ease-in-out infinite;
}

@keyframes attentionMarrumaka {
    from {
        scale: 100%;
    }

    50% {
        scale: 96%;
    }

    to {
        scale: 100%;
    }
}

/* Page Lezearen oroimena */
.pres_bandeau {
    font-size: 1.15em;
    line-height: 1.15em;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}

@media (min-width: 1200px) {
    .pres_bandeau {
        font-size: 1.4em;
        line-height: 1.4em;
        padding-top: 20px;
    }
}


/*-------------------------- Actus -------------------------*/


/* -------------------------------------------------------------------------- */
/* --------------------------- PAGE EVENEMENTS ------------------------------ */
/* -------------------------------------------------------------------------- */

.actualiteDetail {
    padding: 20px 0;
    border-bottom: 2px solid #CCCCCC;
    font-size: 1em;
}

.actualiteDetail p {
    margin-bottom: 10px !important;
}


.actualiteDetail img {
    max-width: 100%;
}

.actualiteDetail h3 {
    font-size: 1.6em !important;
}

/* -- Zoom sur image de l'actu -- */
.imgActu_contenant {
    overflow: hidden;
}

.imgActu_contenant img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 0 10% / 0 15%;
}

.imgActu_contenant img:hover {
    width: 100%;
    animation: actuZoom 1s ease-in-out;
}


@media (min-width: 576px) {
    .actualiteDetail h3 {
        font-size: 1.8em !important;
    }
}


/* ---------------------------------------------------------------------------------------------------- */
/* -----------------------------------------  FOOTER -------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#footer {
    background: #263f49;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 0.9em;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #67b0d1;
    text-align: center;
    padding: 30px 20px;
}

#footer h3 {
    font-size: 1.6em;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: sans-serif;
}

#footer .social-links a {
    display: inline-block;
    background: #2f4d5a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #67b0d1;
    color: #fff;
    text-decoration: none;
}

#footer h4 {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffe3ec;
    position: relative;
    padding-top: 0px;
    padding-bottom: 15px;
}

#footer .footer-links {
    margin-bottom: 30px;
}


#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul i {
    padding-right: 2px;
    color: #b5d9e9;
    line-height: 1;
}

#footer ul li {
    padding: 3px 0;
}

#footer ul li:first-child {
    padding-top: 0;
}

#footer ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    text-decoration:underline;
}

#footer ul a:hover {
    color: #a2cfe3;
    text-decoration: none;
}
#footer .btn_clair_fin{
    margin-top: 0;
    margin-bottom: 5px;
}
#footer .copyright {
    border-top: 1px solid #385b6b;
    text-align: center;
    padding-top: 30px;
}

#footer .copyright a {
    color: #f9c987;
}

#footer .copyright a:hover {
    color: #ffffff;
}

@media (max-width: 576px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
    
#footer ul li {
    padding: 6px 0;
}
}


/* -------------------------------------------------------------------------------------- */
/* --------------------------------- AOS Animations ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*
@media screen and (max-width: 768px) {
  .aos-animate {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
}
*/
/* ===================================================================================================
   ==========================				Print styles				  	=========================
   =============================================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
