/* CSS Standard Artifica version 10.4 */

/******** SOMMAIRE ************/
/*
/* 00 = FONTS
/* 01 = RESET
/* 02 = STYLES GLOBAUX à tous les sites
/* 03 = STRUCTURE
/* 04 = HEADER
/* 05 = FOOTER
/* ==== PAGES ====================
/* 06 = ACCUEIL
/* 07 = PAGE INTERNE
/* 08 = ACTUALITÉS
/* 09 = AGENDA
/* 10 = ANNUAIRE
/* 11 = RECHERCHE
/* 12 = MÉDIATHÈQUE
/* 13 = VIDÉOTHÈQUE
/* 14 = SOMMAIRE
/* 15 = PUBLICATIONS
/* ==== MODULES ==================
/* 16 = BREADCRUMBS
/* 17 = OUTILS ET PARTAGE
/* 18 = FORMULAIRE
/* 19 = PAGINATION
/* 20 = DIAPORAMA
/* 21 = MODALES
/* 22 = LOGIN
/* 23 = PROFILS
/* 24 = MÉTÉO
/* 25 = LEAFLET
/* 26 = MENUS
/* 27 = FAQ
/* 28 = COOKIE CONSENT
/* 29 = PRINT
/*
/* RESPONSIVE
/*
/******************************/


/* 00 = FONTS */
body:last-child .blueimp-gallery>.play-pause::before,
body:last-child .blueimp-gallery-playing>.play-pause::before,
.form-fileupload-gallery-container .form-fileinput-element::before {
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
}


/* 01 = RESET */
/* BOOTSTRAP */
.sr-only { /* Pour Asqatasun */
    background-color: #fff;
    color: #000;
}
.modal-header {
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 0 0 35px;
}
.modal-header .close {
    margin: 0;
}
.textmedia-gallery, 
.textpic-gallery {
    margin-bottom: 0;/* Dans le cas où cette balise est vide */
}
.textmedia-gallery .gallery-row:last-child {
   margin-bottom: 0;
}
/* LOGO */
.navbar-brand {
    margin: 0;
    padding: 0;
}
/* Frames // marging-top négative !!! */
.frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
}
html,
body {
    height: 100%;/*Pour l'overflow: hidden de la page avec le cookie consent */
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,main,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0; 
    padding: 0;
}
html {
   min-height: 100%;
   max-width: 100%;
   -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
   font-size: 100%;
   overflow-x: hidden;
   scroll-behavior: smooth; /* Défilement de la page */
}
form,fieldset {
    border: none;
}
img {
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle;
}
input:-webkit-autofill { /* Enlève le fond jaune sur Chrome */
    -webkit-box-shadow:0 0 0px 1000px white inset;
}
abbr[title] {  
    text-decoration: underline; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
    text-decoration: underline dotted; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
}
button,
[type="button"],
[type="reset"],
[type="submit"] { /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { /* Remove the inner border and padding in Firefox */
    border-style: none;
    padding: 0;
}
/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
    */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/* Taille texte */
body {
      color: #333; 
      font-size: 1rem;
}
/* UTILISER d-none ! */
/*.hidden {
    display: none !important;
}*/
.frame {
    margin: 0; 
    padding: 0;
}


/* 02 = STYLES GLOBAUX  à tous les sites */
/* Tailles polices */
.typo_size1 .rte-content {font-size:100%;} 
.typo_size2 .rte-content {font-size:120%;}
.typo_size3 .rte-content {font-size:140%;}

/* LOADING */ /* VOIR SI ON PEUT FAIRE QUELQUE CHOSE POUR CETTE TAILLE ! */
/*** Reprend les styles de "fa fa-spinner fa-spin" // Changer le "background-color" et le "color" selon le projet,voire aussi le "content" */
.loading {
    position: relative;
    display: block;
    height: 250px; 
    margin: 0 auto; 
    max-height: 100%; 
    max-width: 100%;
    overflow: hidden;
    width: 710px;
    background: #f5f5f5 url("../Assets/blueimp/img/loading.gif") no-repeat center center;
}
.important {
    color: #dc3545!important;
    font-weight: bold;
}


/* 04 = HEADER */
/* Skip links */
.skip-links {
    position: absolute; 
    left: 0;
    top: 0;
    list-style-type: none;
}
    .skip-item {
        display: inline-block;
        position: absolute;
        left: 0; 
        top: -200px;
        padding: .6em;
        background: #000; 
        color: #fff; 
        white-space: nowrap;
    }
    .skip-item:focus {
        left:0; 
        top:0; 
        z-index:1;
    }

/*  05 = FOOTER */
/* Retour haut de page*/
.to-page-top,
.to-page-top:hover,
.to-page-top:active,
.to-page-top:focus {
    background-color: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: block;
    position: fixed;
    right: 20px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.to-page-top__icon { /* À RENOMMER ! */
	font-size: 1.3rem;
	transition: all 300ms;
}
.to-page-top:hover .to-page-top__icon { /* À RENOMMER ! */
	transform: translateY(-3px);
}


/* 06 = Accueil */
/* Carousel */
.carousel .carousel-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
    .valign .vcontainer {
        background-color: #fff;
        color: #333;
    }
.carousel .carousel-control .fas {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    color: #262626;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 30px;
}


/* 07 = PAGE INTERNE */
.rte-content .page-title {
    font-size: 2.6em;
    font-weight: 700;
}
.rte-content h1,
.rte-content h2,
.rte-content h3,
.rte-content h4,
.rte-content h5,
.rte-content h6 {
    margin-bottom: 1em;
}
.rte-content h2, 
.rte-content h2:last-child {
    margin-bottom: 2rem;
    font-size: 2.125em;
    font-weight: 700;
}
.rte-content h3 {
    margin-bottom: 1.5rem;
    font-size: 1.875em;
}
.rte-content h4 {
    margin-bottom: 1.2rem;
    font-size: 1.5em;
}
.rte-content h5 {
    margin-bottom: 1rem;
    font-size: 1.125em;
}
.rte-content h6 {
    margin-bottom: 1rem;
    font-size: 1em;
}
.rte-content .frame {
    width: 100%;
}
.frame-type-textmedia,
.frame-type-accordion {
    margin-bottom: 2em;
}
    .rte-content p {
        margin-bottom: 2em;
    }
    .rte-content blockquote {
        position: relative;
        padding: 1.25rem 1.5rem;
        border-left: 4px solid rgba(0,0,0,0.125);
        margin-bottom: 2em;
        font-size: 1.25rem;
    }
        .rte-content blockquote>*:last-child {
            margin-bottom: 0;
        }
    .rte-content .encart,
    .rte-content .frame-encart {
        margin-bottom: 1em;
        padding: 2em;
        background-color: #ccc;
    }

.rte-content ul,
.rte-content ul:last-child,
.rte-content ol,
.rte-content ol:last-child {
    margin-bottom: 2em;
    padding-left: 40px;
}
    .rte-content ul ul,
    .rte-content ol ol,
    .rte-content ul ol,
    .rte-content ol ul,
    .rte-content ul ul:last-child,
    .rte-content ol ol:last-child,
    .rte-content ul ol:last-child,
    .rte-content ol ul:last-child {
        margin-bottom: 0;
        padding-left: 25px;
    }
        .rte-content .list-normal li li,
        .rte-content ol li li {
            font-size: 1em;
        }

.embed-responsive-16by9 {
    margin-bottom: 2em;
}
.rte-content .last-update {
    display: block;
    margin: 1em 0;
    color: #999;
    font-size: .875em;
}
.layout-single .rte-content .last-update {
    display: none;
}


/* 08 = ACTUALITÉS */


/* 09 = AGENDA */
/* Filtres */
.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
}
    .filters .form-group {
        margin: 0 20px 0 0;
    }
    .filters .control-label .far,
    .filters .control-label .fa, 
    .filters .control-label .fas {
        margin-right: 5px;
    }

.filters .row {
    width: 100%;
}
/* Switch */
.filters .switch input + label {
    position: relative; 
    font-weight: 400;
    cursor: pointer;
}
.filters .switch input + label::before,
.switch input + label::after {
    position: absolute;
    display: block;    
    content: "";
}
.filters .switch input + label::before {
    left: 0;
    top: 34px;
    z-index: 1;
    border: 2px solid #ccc;
    border-radius: 17px;
    height: 34px;
    width: 60px;
    background-color: #ccc;
    transition-property: background-color;
}
.filters .switch input:checked + label::before {
    background-color: #30a1c0;
    border-color: #30a1c0;
}
.filters .switch input + label::after {
    left: 4px;
    top: 38px;
    z-index: 2;
    border-radius: 50%; 
    height: 26px;
    width: 26px;
    background-color: #fff;
    transition-property: background-color,left;
}
.filters .switch input:checked + label::after {
    left: 30px;
}
.filters .switch input:checked + label::before,
.filters .switch input:checked + label::after {
    color: #30a1c0;
}
/*.search-button { PAS TOUT SEUL !!!!
    border: 1px solid #ced4da;
    border-radius: 50%;    
    height: 38px;
    width: 38px;

    display: block;

    background-color: transparent;
    color: #333;

    cursor: pointer;
    }*/

/* Calendrier */
/*.filters .calendar .form-control {
  text-align: left;
}
.filters .dropdown .dropdown-menu {
  background-color: #fff; 
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.filters .calendar-render {
  min-width: 520px; 
  padding: 30px;
}
.filters .calendar-render .thosedates {
  display: flex;
  justify-content: space-between;
}
.filters .calendar-render .checkbox {
  display: inline-block;
  margin: 0;
}
.filters .calendar-render .btn::after,
.filters .calendar-render .btn::before {
  content: none;
}
.filters .ui-datepicker {
  padding: 20px 10px 0;
}
.filters .ui-datepicker-title {
  position: absolute;
  top: 0;

  margin-bottom:15px;
  width: 100%;

  color:#333; 

  font-size:1.5em; 
  font-weight:700;
}
.ui-datepicker-header {
  position:relative;
}
.calendar-render .ui-datepicker .ui-datepicker-prev,
.calendar-render .ui-datepicker .ui-datepicker-next {
  cursor:pointer;
}
.filters .ui-datepicker .ui-datepicker-prev::before,
.filters .ui-datepicker .ui-datepicker-next::before {
  position: absolute;

  display: inline-block; 

  color: #737373;

  font-size: 1.5rem;
  font-weight: 600;
}
.filters .ui-datepicker .ui-datepicker-prev::before {  
  content: "\f104";
  left: 0;
}
.filters .ui-datepicker .ui-datepicker-next::before {
  content: "\f105";
  right: 0;
}
.ui-datepicker-header .ui-icon {
  height: 0; 

  display: inline-block; 
  overflow: hidden; 

  text-indent: 200%;
}

.filters .ui-state-hover {
  border-color: #ec4b52;
}
.filters .ui-state-default {
  font-size: 1em;
}
.filters .ui-datepicker th {
  font-weight: 700;
}
.getpost {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f1f4ff;
}
.calendar-render .ui-datepicker table {
  margin: 1rem 0;
  width: 100%;
  font-size: 1.5em;
}
.calendar-render .ui-datepicker th,
.calendar-render .ui-datepicker td {
  padding:3px 0;
}
.calendar-render .ui-datepicker a {
  color: #666
}
.calendar-render .ui-datepicker a:hover,
.calendar-render .ui-datepicker .ui-state-highlight {
  color: #00acc1;
}*/
/* Critères */
.criteria .btn-primary {
    margin-right: 5px;
}
.criteria .btn-primary .fa-times {
    margin-left: 5px;
    cursor: pointer;
}
/* Ajouter à mon agenda */
#modalShareAgenda .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    max-width: inherit;
    transform: translate(-50%,-50%);
}
    #modalShareAgenda .modal-content {
        border: 0;
        border-radius: 5px;
        min-width: 630px;
        background-color: #f9f9f9;
        box-shadow: 0 0 20px rgba(0,0,0,.35);
    }
        #modalShareAgenda .modal-header {
            align-items: center;
            flex-direction: row;
            border: 0;
            padding: 30px;
            text-align: center;
        }
            #modalShareAgenda .title {
                font-size: 1.125em;
                font-weight: 600;
            }
    #modalShareAgenda .modal-body {
        padding: 0 30px 30px;
    }
        .modal-body .modal-list-item .legend,
        .modal-body .modal-date .legend {
            margin-bottom: 15px;
            font-weight: bold;
        }
        #modalShareAgenda .modal-body_title {
            color: #333;
            font-size: .875em;
            font-weight: 600;
            margin-bottom: 15px;
        }
        #modalShareAgenda .share-links {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;
        }
            #modalShareAgenda .btn-primary {
                display: inline-flex;
                align-items: center;
                border: 1px solid #e5e5e5;
                border-radius: 5px;
                height: 50px;
                padding: 0 12px;
                background-color: #fff;
                color: #000;
                font-size: .875em;
                width: calc(25% - 5px);
            }
                #modalShareAgenda .share-icon {
                    display: inline-block;
                    height: 32px;
                    margin-right: 15px; 
                    min-width: 32px;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 32px auto;
                }
                #modalShareAgenda .googleCalendar .share-icon {
                    background-image: url("../Img/modalShareAgenda/google.svg");
                }          
                #modalShareAgenda .windowsLive .share-icon {
                    background-image: url("../Img/modalShareAgenda/outlook.svg");
                }
                #modalShareAgenda .yahooCalendar .share-icon {
                    background-image: url("../Img/modalShareAgenda/yahoo.svg");
                }
                #modalShareAgenda .iCal .share-icon {
                    background-image: url("../Img/modalShareAgenda/iCal.svg");
                }
    #modalShareAgenda .modal-footer {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }
        #modalShareAgenda .close {
            border: 1px solid #e5e5e5;
            border-radius: 3px;
            height: 30px;
            padding: 0px 15px;
            background-color: #fff;
            color: #737373;
            opacity: 1;
        }
        #modalShareAgenda a {
            color: #498400;
        }


/* 16 = BREADCRUMBS */ /* RENOMMER ET REFAIRE PROPREMENT ! */
.breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .breadcrumb .breadcrumb-item {
        padding: 0 .5em;
    }
    .breadcrumb .breadcrumb-link {
        
    }
    .breadcrumb .breadcrumb-separator {
        color: inherit;
        margin: 0;
    }
    .breadcrumb .breadcrumb-last {
        font-weight: 400;
    }


/* 17 = OUTILS ET PARTAGE */
.site-main .site-tools {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
    .site-tools .tools-share {
        height: 20px;
        margin-left: 5px;
        width: 20px;
        text-align: center;
    }


/* 18 = FORMULAIRE */
.form-horizontal {
    margin: 0 auto;
    max-width: 730px;
}
    .form-horizontal .container-fluid {
        padding: 0;
    }
        .form-horizontal .obligatoires {
            color: red;
            font-size: .875em;
            font-style: italic;
        }
        .form-horizontal .text-center .submit,
        .form-horizontal .text-center .previous,
        .form-horizontal .text-center .next {
            margin: 60px 15px 20px;
        }
            .form-group .row {
                margin: 0;
            }
            .input-group-btn, 
            .input-group .form-control {
                display: table-cell;
            }
            .input-group .form-control {
                position: relative;
                z-index: 2;
                border: 1px solid #d5d8dc;
                min-height: 50px;
                margin-bottom: 20px;
                width: 100%;
                padding: 10px 5px;
                color: #333;
                font-size: .938rem;
                float: left;
            }
            .form-group select.form-control {
                margin-bottom: 30px;
            }
            select.form-control[size],
            select.form-control[multiple] {
                height: 50px;
            }
            .input-group .form-control:last-child, 
            .input-group-addon:last-child, 
            .input-group-btn:last-child > .btn, 
            .input-group-btn:last-child > .btn-group > .btn, 
            .input-group-btn:last-child > .dropdown-toggle, 
            .input-group-btn:first-child > .btn:not(:first-child), 
            .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }
            .form-group .form-control::-webkit-input-placeholder {
                color: #737373;
                font-style: italic;
            }
            .form-group .form-control:-ms-input-placeholder {
                color: #737373;
                font-style: italic;
            }
            .input-group-addon, 
            .input-group-btn {
                width: 1%;
                white-space: nowrap;
                vertical-align: middle;
            }
            .input-group-addon {
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #ccc;
                border-left: 0;
                border-radius: 0px;  
                height: 50px;
                width: 50px;
                background-color: #eee;
                color: #555;  
                font-size: 16px;
                font-weight: normal;                     
            }
            .input-group-addon:last-child {
                border-left: 0;
            }
            .form-group.form-title {
                font-size: 1.5em;
                font-weight: bold;
            }
            .form-group .control-label {
                position: relative;
                font-weight: bold;
            }
                .control-label abbr[title],
                #form-fieldset-captcha abbr[title] {
                    display: inline-block;
                    color: red;
                    text-decoration: none;
                }

            .form-group .input-group.date {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
                .input-group.date .col-sm-4 {
                    flex: 0 0 calc(33.3333334% - 10px);
                    padding: 0;
                }
            .form-group .radio:last-child,
            .form-group .checkbox:last-child {
                margin-bottom: 20px;
            }
                .radio label, 
                .checkbox label {
                    margin-bottom: 0;
                    cursor: pointer;
                }
                .radio input[type="radio"], 
                .radio-inline input[type="radio"], 
                .checkbox input[type="checkbox"], 
                .checkbox-inline input[type="checkbox"] {
                    position: static;  
                    display: inline-block;
                    margin: 0 .5rem 0 0;
                }
            .form-group .help-block {
                display: block;
                color: #737373;
                font-size: .875em;
                font-style: italic;
                font-weight: normal;
            }
            input[type="file"] {
                display: block;
            }
            .form-group .comments {
                padding: 10px 15px;
                background: #eee;
                color: #333;
                line-height: 1.5;
            }
                .form-group .comments em {
                    color: #666;
                    font-size: 1rem;
                }
            /* Dates */
            .date .form-control {
                margin: 0;
            }
            .date span {            
                min-width: 30px;
                text-align: center;
            }
                .form-group .date select.form-control {
                    margin-bottom: 0;
                }
            /* Photo */
            .form-fileupload-gallery-container .form-fileinput-element {
                position: relative;
                border: 1px solid #000000;
                height: 83px;
                padding: 0px;
                width: 83px;
            }
                .form-fileupload-gallery-container .form-fileinput-element::before {
                    position: absolute;
                    right: 0;
                    top: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    content: '\f2ed';
                    border: 0;
                    height: 24px;
                    width: 24px;
                    background: transparent;
                    color: #fff;
                    font-size: 16px;
                    text-shadow: 1px 1px 5px black;
                }

.form-fileupload-container {
    margin-bottom: 11px;
    display: table;
}

.form-fileupload-container .btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 8px 8px 8px;
}

.form-fileupload-container .form-fileupload-hide {
    display: none;
}

.form-fileupload-container .form-fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 1px !important;
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.form-fileupload-container .form-fileinput-wait {
    color: #2492E2;
}


.form-fileupload-container .btn i {
    background-size: 35px 35px;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
}

.form-fileupload-container .icon-file-loading {
    background: transparent url(../Img/ajax-loading-3.gif) no-repeat center center;
    width: 32px;
    height: 32px;
}

.form-fileupload-container .icon-file-add {
    background: transparent url(../Img/icon-file-add-3.png) no-repeat center center;
}

.form-fileupload-container .icon-file-blocked {
    background: transparent url(../Img/icon-file-check.png) no-repeat center center;
}

.form-fileupload-container span span {
    display: block;
    float: left;
    margin-top: 7px;
}

.form-fileupload-container button.remove {
    background: #ff7a7a;
    width: 100%;
    height: 30px;
    padding: 4px 0px 2px 0px;
    margin: 14px 0px 0px 0px;
    border: none;   
    color: #3d3232;
}


.form-fileupload-gallery-container {
    /*width: 80%;*/
}

.form-fileupload-gallery-container .btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 8px 8px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-fileupload-gallery-container .form-fileinput-button {
    border: 1px dashed #000;
    width: 150px;
    height: 150px;
    word-wrap: break-word;
    background: transparent url(../Img/icon-file-plus.png) no-repeat center center;
    opacity: 0.4;
}

.form-fileupload-gallery-container .form-fileinput-element {
    width: 150px;
    height: 150px;
    padding: 0px;
    border: 1px solid #000000;
}

.form-fileupload-gallery-container .form-fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 1px !important;
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.form-fileupload-gallery-container .form-fileinput-button span {
    display:none;
}


.form-fileupload-container span span {
    display: block;
    float: left;
    margin-top: 7px;
}

/* Captcha */
.captcha .todo {
    margin-bottom: 2em; 
    font-size: 1.25em;
}
    .captcha .serie {
        margin-top: 10px;
    }
        .captcha .serie li {
            position: relative;
            margin: 0 5px;
            overflow: hidden;
        }
        .serie .list-inline > li:not(:last-child) {
            margin-right: 5px;
        }
            .captcha .serie .control-label {
                border: 2px dashed #b5b7ba;
                border-radius: 5px;
                padding-top: 0;
                width: 40px;
                background-color: #fff;
                color: #333; 
                font-size: 25px;
                line-height: 40px;
                text-align: center;
                cursor: pointer;
            }
            #popup .captcha .serie .control-label {
                width: 38px;
                line-height: 38px;
            }
            .captcha .serie input:checked ~ label {
                border: 2px solid #333;
            }
            .captcha .serie input {
                position: absolute;
                left: -20px;
                top: -20px;
            }
            .captcha .serie input:checked {
                height: 40px;
            }
            .captcha .serie .control-label {
                border: 2px dashed #d2d2d2;
                border-radius: 0;
                width: 50px;
                color: #1b3a66;
                font-size: 1.125rem;
                line-height: 50px;
            }
            .captcha .serie input:checked ~ label {
                border-color: #1b3a66;
            }

/* Erreurs */
.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline, 
.has-error.radio label, 
.has-error.checkbox label, 
.has-error.radio-inline label, 
.has-error.checkbox-inline label {
    margin: 0;
    color:#f00;
}


/* 19 = PAGINATION */

/* pagination load more + 1 2 3 4 */
.pagination {
    margin: 2em 0;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

/* pagination 1 2 3 4 */
.pagination .btn {

}

.pagination .current {
    font-weight: bold;
}

/* pagination Load More */
.load-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid #999;
    padding: 1em;
    color: #333;
}

.load-more:hover {
    border: 1px solid #999;
}
.load-more.sweep::before {
    
}
.load-more.sweep:hover::before {
  
}


/* 20 = DIAPORAMA */
/* GALERIE */

/* BLUEIMP - GALLERY + CAROUSEL */
.blueimp-gallery-carousel {
    box-shadow: none;
}
.blueimp-gallery-carousel .title {
    font-size: 1rem; 
    font-weight: 700; 
    line-height: 1;
}
.blueimp-gallery-carousel .counter {
    position: absolute;
    bottom: 0; 
    left:5px;
    top: auto;
    color: #fff;
    font-size: 1.5rem;
    opacity:.5;
}
.blueimp-gallery-carousel .fullScreen {
    position: absolute;
    left: auto; 
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: #fff; 
    font-size:1.3em;
    line-height:50px;
    text-align:center;
    cursor:pointer;  
    opacity:.5;     
    transition-property:opacity;
}
.blueimp-gallery-carousel .fullScreen:active,
.blueimp-gallery-carousel .fullScreen:focus,
.blueimp-gallery-carousel .fullScreen:hover,
.blueimp-gallery-carousel .play-payse:active,
.blueimp-gallery-carousel .play-payse:focus,
.blueimp-gallery-carousel .play-payse:hover {
    opacity:1;
}
body:last-child .blueimp-gallery>.play-pause { 
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-image:none; 
    color:#fff;
    font-size:1.5rem;
    line-height:50px;  
    text-align: center;
    transition-property:opacity;
}
body:last-child .blueimp-gallery>.play-pause::before {
    content: "\f04b";
    display: inline-block;  
    font-size: inherit;
    font-weight: 700;
    text-rendering: auto;  
}
body:last-child .blueimp-gallery-playing>.play-pause::before { 
    content:"\f04c";
    font-weight: 700px;
}
.blueimp-gallery>.next,
.blueimp-gallery >.prev { 
    height: 46px;
    width: 46px;
    border-radius:50%;
    line-height: 0;
    text-shadow: none;     
    transition-property: opacity;
}
.blueimp-gallery-controls > .next .fa,
.blueimp-gallery-controls > .prev .fa {
    color: #fff; 
    font-size: 30px; 
    line-height: 45px;
}

/* Vignettes */
.diaporama-controls {
    text-align: center;
}
.diaporama-controls .next,
.diaporama-controls .prev {
    width: 10%;
}
.diaporama-controls .indicator,
.diaporama-controls .next,
.diaporama-controls .prev {
    display: inline-block; 
    vertical-align: middle;
}
.diaporama-controls .next,
.diaporama-controls .prev {
    height: 40px;
    width: 40px;
    border: 0 !important; 
    border-radius: 50% !important; 
    color: #222; 
    font-family: monospace; 
    font-size: 32px;
    line-height: 40px;
    cursor: pointer; 
    transition-property: background-color,color; 
}
.diaporama-controls .next::before,
.diaporama-controls .prev::before {
    color: #484848;
}
.diaporama-controls .next:active,
.diaporama-controls .prev:active,
.diaporama-controls .next:focus,
.diaporama-controls .prev:focus,
.diaporama-controls .next:hover,
.diaporama-controls .prev:hover {
    background-color: #222; 
    color: #fff;
    border-radius: 5px;
}
.diaporama-controls .next:active::before,
.diaporama-controls .prev:active::before,
.diaporama-controls .next:focus::before,
.diaporama-controls .prev:focus::before,
.diaporama-controls .next:hover::before,
.diaporama-controls .prev:hover::before {
    color:#fff;
}
.diaporama-controls .indicator {
    position: relative;
    height: 60px;
    width: 80%;
    overflow: hidden;
}
.diaporama-controls ul { 
    position: absolute;
    left: 0; 
    top: 0;
    margin:0; 
    padding:0;
    white-space: nowrap;
    transition: left .2s ease-in;
}
.diaporama-controls ul li {
    display: inline-block;
    border: 5px solid transparent; 
    border-radius: 0; 
    padding: 0;
    cursor: pointer;   
    -webkit-transition: all 0.2s ease; 
    transition: all 0.2s ease; 
    vertical-align: middle;
}
.diaporama-controls ul li::before {
    display:none;
}
.diaporama-controls ul li:hover {
    border-color:#222;
}
.diaporama-controls ul li.active {
    border-color:rgba(0,0,0,.9);
}
.diaporama-controls ul li img {
    height: 50px; 
    width: auto;
}
.blueimp-gallery>.indicator>li {  
    border: 5px solid transparent; 
    border-radius: 0; 
    -webkit-transition: all 0.2s ease; 
    transition: all 0.2s ease;
}
.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
    border-color: #222; 
    border-radius: 5px;
}
/* Galerie full-page */
.blueimp-gallery>.indicator>li {
    background-size:cover;
}
.blueimp-gallery>.close {
    height: 50px;
    width: 50px;
    padding: 0; 
    line-height: 50px;
    text-align: center;
}
.blueimp-gallery>.close .fa-times {
    font-size: 1.5rem;
}


/* 21 = MODALES */
.modal .modal-title {
    padding-right: 20px;
}
.modal .btn-adds {
    display: flex;
    justify-content: space-between;
}


/* 26 = MENUS */
/* plan du site */
.frame-type-menu_sitemap .frame-inner > ul > li > a {
    display: none;
}
.frame-type-menu_sitemap > div > div > ul > li {
    background: none;
}
.frame-type-menu_sitemap ul ul {
    margin: 0 0 0 3px;  
    padding: 10px 0 0;

    background: url("../Img/icons/sitemap-dot.png") 0 bottom repeat-y;

    list-style: none outside;
}
.frame-type-menu_sitemap ul ul ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.frame-type-menu_sitemap li {
    margin-left: 1px;
    padding: 0 0 0 10px;

    display: block;  

    background: url("../Img/icons/sitemap-dot.png") 0 12px repeat-x;
}
.frame-type-menu_sitemap a {
    display: block;
    border: 0;  
    padding: 0 0 10px 24px;
    background: url("../Img/icons/ico-page.png") 5px 6px no-repeat #FFF;
    color: #333;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.rte-content .frame-type-menu_sitemap a:hover {
    background-size: inherit;
    color: #8ec84b;
    text-decoration: underline;
}

.frame-type-menu_sitemap ul ul ul a {
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
.frame-type-menu_sitemap ul ul ul ul a {
    font-size: 1em;
    font-style: normal;
}
/* Menu secondaire */
.bloc-siblings {
    margin-bottom: 1rem;
}


/* 29 = PRINT // Boilerplate v8.0.0 */
@media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        /*background: #fff !important;
        color: #000 !important;*/
        /* Black prints faster *//*
        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) ")";
    }
    /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Bootstrap Package */
    .d-print-none {
        display:none !important
    }
    .d-print-inline {
        display:inline !important
    }
    .d-print-inline-block {
        display:inline-block !important
    }
    .d-print-block {
        display:block !important
    }
    .d-print-table {
        display:table !important
    }
    .d-print-table-row {
        display:table-row !important
    }
    .d-print-table-cell {
        display:table-cell !important
    }
    .d-print-flex {
        display:flex !important
    }
    .d-print-inline-flex {
        display:inline-flex !important
    }
    *,
    *::before,
    *::after {
        text-shadow:none !important;
        box-shadow:none !important
    }
    a:not(.btn) {
        text-decoration:underline
    }
    abbr[title]::after {
        content:" (" attr(title) ")"
    }
    pre {
        white-space:pre-wrap !important
    }
    pre,
    blockquote {
        border:1px solid #adb5bd;
        page-break-inside:avoid
    }
    thead {
        display:table-header-group
    }
    tr,
    img {
        page-break-inside:avoid
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3
    }
    h2,
    h3 {
        page-break-after:avoid
    }
    @page {
        size:a3
    }
    body {
        min-width:992px !important
    }
    .container {
        min-width:992px !important
    }
    .navbar {
        display:none
    }
    .badge {
        border:1px solid #000
    }
    .table {
        border-collapse:collapse !important
    }
    .table td,
    .table th {
        background-color:#fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border:1px solid #dee2e6 !important
    }

    body {
        background-color:#fff !important; color:#272727 !important; font-size:12pt!important; line-height:1.3; padding:12pt;
        /* https://www.alsacreations.com/astuce/lire/1160-une-feuille-de-styles-de-base-pour-le-media-print.html */
        width: auto!important;
        margin: auto!important;
    }
    *, *:before, *:after {
        /*color:#000!important;*/
    }
    * {
        overflow: visible !important;
    }
    /* DISPLAY : NONE */
    .hidden-print {
        display: none!important;
    }

    .frame, .frame-type-textmedia {
        clear: both;
    }
    .frame-space-after-none {
        margin: 0!important;
        clear: both;
    }
    .col-md {
        padding: 0;
    }

    /* IMPORTANT POUR FIREFOX ! */
    .row {
        display: block;
    }
    .col-lg-8 {
        width: 100%!important;
        max-width: 100%!important;
    }
    .col-lg-4 {
        width: 100%!important;
        max-width: 100%!important;
    }

    .textmedia-right .textmedia-item, .textmedia-left .textmedia-item, .textpic-right .textmedia-item, .textpic-left .textmedia-item, .textmedia-right .textpic-item, .textmedia-left .textpic-item, .textpic-right .textpic-item, .textpic-left .textpic-item {
        width: 100%;
    }

    .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
        clear: both;
        font-weight:bolder;
        margin-top:24pt;
    }
    .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, h1 *, h2 *, h3 *, h4 *, h5 * {
        font-family:inherit !important;
    }
    .h1, h1 {
        font-size:22pt !important;
    }
    .h2, h2 {
        font-size:20pt !important;
    }
    .h3, h3 {
        font-size:17pt !important;
    }
    .h4, h4 {
        font-size:15pt !important;
    }
    .h5, h5 {
        font-size:13pt !important;
    }
    p, blockquote {
        orphans:3;
        widows:3;
        font-size:12pt !important;
    }
    .h2, .h3, .h4, .h5, h2, h3, h4, h5, caption {
        page-break-after:avoid;
    }
    a[href]::after {
        content:none;
    }
    img, .gallery-item {
        display: block;
        margin: 0 0 12pt;
        page-break-inside: avoid;
        break-inside: avoid;
        max-width: 100%;
    }
    .gallery-row {
        max-width: 100%!important;
    }
    abbr[title]:after { /* Révéler les abréviations */
        content: " (" attr(title) ")";
    }
    .frame {
        margin:0;
        padding:0;
    }
    [class*="col-"], .row, .container {
        position:static !important;
        float:none !important;
        padding:0 !important;
        margin:0 !important;
        min-height:0 !important;
        width:auto !important;
    }
    .btn-default,
    .btn-info,
    .btn-primary,
    .btn-success {
        border:1pt dotted #272727 !important;
    }
    .frame > *:last-child,
    .frame-type-textmedia .encart,
    .frame-type-textmedia .encartDroite,
    .frame-type-textmedia .encartFond,
    .frame-type-textmedia .encartGauche,
    .frame-type-textmedia blockquote,
    .frame-type-textmedia h1,
    .frame-type-textmedia h2,
    .frame-type-textmedia h3,
    .frame-type-textmedia h4,
    .frame-type-textmedia h5,
    .frame-type-textmedia iframe,
    .frame-type-textmedia ol,
    .frame-type-textmedia p,
    .frame-type-textmedia table,
    .frame-type-textmedia ul {
        margin:0 0 12pt;
    }
    .frame-type-textmedia iframe,
    .frame-type-textmedia table {
        width:100%;
    }
    .frame-type-textmedia thead th,
    .frame-type-textmedia thead td {
        border-bottom:1pt dotted #272727;
    }
    .frame-type-textmedia tfoot th,
    .frame-type-textmedia tfoot td {
        border-top:1pt dotted #272727;
    }
    .frame-type-textmedia th,
    .frame-type-textmedia td {
        padding:12pt;
    }
    .frame-type-textmedia .encartDroite,
    .frame-type-textmedia .encartGauche,
    .frame-type-textmedia .encartFond,
    .frame-type-textmedia .encart {
        border:1pt dotted #272727;
        padding:12pt 12pt 0;
    }
    .frame-type-textmedia blockquote {
        border:0 none transparent;
        padding:12pt 12pt 0;
        font-size:1em;
        font-weight:lighter;
    }
    .frame-type-textmedia blockquote *:first-child::before,
    .frame-type-textmedia blockquote *:last-child::after {
        display:inline-block;
        font-size:2em;
        line-height:0;
        vertical-align:middle;
    }
    .frame-type-textmedia blockquote *:first-child::before {
        content:"“";
        margin-right:5pt;
    }
    .frame-type-textmedia blockquote *:last-child::after {
        content:"”";
        margin-left:5pt;
    }
    .frame-type-textmedia .text-center,
    .frame-type-textmedia .align-center {
        text-align:center;
    }
    .frame-type-textmedia .text-left,
    .frame-type-textmedia .align-left {
        text-align:left;
    }
    .frame-type-textmedia .text-right,
    .frame-type-textmedia .align-right {
        text-align:right;
    }
    .frame-type-textmedia .text-justify,
    .frame-type-textmedia .align-justify {
        text-align:justify;
    }
    .frame-type-textmedia small,
    .frame-type-textmedia .word-small {
        font-size:0.75em;
    }
    .frame-type-textmedia big,
    .frame-type-textmedia .word-big {
        font-size:1.25em;
    }
    .visible-print {
        display: block;
    }
    .with-bkg {
        height: auto;
    }
    .rte-content p, .rte-content ul, .rte-content li, .rte-content ol {
        font-size: 16pt!important;
    }
    .textmedia, .textpic {
        display: block!important;
    }

}


/* RESPONSIVE ************************************************ */

/* DESKTOP = Grands */
@media screen and (min-width:1200px) {

/* 09 = AGENDA */
    /* Filtres */
    .filters .col-xs-12 {
    padding: 0 5px;
    }
}


/* DESKTOP = Tous */
@media screen and (min-width:992px) {

}


/* TABLET & MOBILE */
@media screen and (max-width:991px) {

/* 09 = AGENDA */
    /* Filtres */
    .filters {

    }
    .filters .row {
        margin: 0;
        flex-direction: column;
    }
    .filters .col-xs-12,
    .filters .filters-search {
        padding: 0;
    }
    .filters .col-md-3 {
        max-width: inherit;
    }
    .filters .switch {
        height: 70px;
    }
}


/* MOBILE = Tous */
@media screen and (max-width:767px) {

/* 01 = RESET */
    .textmedia-text > *:last-child,
    .textpic-text > *:last-child {
        margin-bottom: 1rem;
    }
    .hide-mobile {
        display: none;
    }

/* 08 = BREADCRUMBS */
    .breadcrumb__separator--back {
        display: block;
    }
/* 09 = AGENDA */
    #modalShareAgenda .modal-dialog {
        left: 20px;
        right: 20px;
        transform: translate(0, -50%);
    }
        #modalShareAgenda .modal-content {
            min-width: inherit;
        }
            #modalShareAgenda .btn-primary {
                margin-bottom: 5px;
                width: 100%;
            }
/* 21 = MODALES */
    .modal .btn-adds {
        flex-direction: column;
    }

}


/* MOBILE = Petits */
@media screen and (max-width:480px) {

/* 20 = DIAPORAMA */
    /* BLUEIMP - GALLERY + CAROUSEL */
    .diaporama-controls .indicator {
        width: 68%;
    }
}
