* {
    box-sizing: border-box;
}

body {
    font-family: "Times New Roman", Arial;
}



.accessibilite {
    position: fixed;
    z-index: 9999;
    top:0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
}
.accessibilite ul, .accessibilite ul li {
    margin:0px;
    padding: 0px;
}
.accessibilite ul li {
    list-style-type: none;
    float: left;
    width: 40px;
    padding-top: 5px;
    padding-bottom: 4px;
}
.accessibilite ul li a {
    display: block;
    width: 30px;
    text-align: center;
    color:#000000;
    background-color: #FFFFFF;
    font-weight: bold;
}
.accessibilite ul li.font-reset,
.accessibilite ul li.font-reset a {
    width: auto;
    color:#ffffff;
    background-color: transparent;
}
.accessibilite ul li.font-reset {
    padding-left: 10px;
    padding-right: 10px;
}
.accessibilite ul li.affichage-classique {
    float: right;
    width: auto;
}
.accessibilite ul li.affichage-classique a {
    display: inline-block;
    color:#ffffff;
    background-color: transparent;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}


/*=======================================================================================================
STYLE GENERAL
=======================================================================================================*/


div.responsive-menu,
div.menu > div.menu-head > ul.options > li.malvoyant,
div.menu > div.menu-nav > ul > li.search > a,
div.diaporama,
div.home-slides > ul,
div.home-slides > div > p.next,
div.foot-head div.maps,
div.head-content > ul.options > li.text-up,
div.head-content > ul.options > li.text-down,
div.page-push-inline ul.nav,
div.google-maps,
div.google-maps-sita,
div.hide-show > p,
div.page-section iframe,
div.sita-fiche div.right-col,
div.sita-fiche ul.sita-selection > li.selected > a.add,
div.sita-fiche ul.sita-selection > li:not(.selected) > a.rmv,
ul.sita-result ul.options > li.like.selected > a.add,
ul.sita-result ul.options > li.like:not(.selected) > a.rmv,
ul.sita-result div.result-content > p.number,
div.sita-switch-display,
div.form-multi-int > div > ul,
ul.result > li div.result-content p.menu {
    display: none !important;
}

*[data-image] {
    background-image: none !important;
}

h1 {
    font-size: 2.3em;
}


/*=======================================================================================================
STYLE DU DISPLAY SUPPORT
=======================================================================================================*/

.display-smartphone,
.display-tablette {
    display: none !important;
}
.display-desktop {
    display: block !important;
}

/*=======================================================================================================
STYLE DU CALENDRIER
=======================================================================================================*/

div.calendars-slide ul,
div.calendars-slide ul li,
div.calendar ul,
div.calendar ul li,
ul.calendars,
ul.calendars ul,
ul.calendars li{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    list-style: none;
}



div.calendar {
    flex: none;
    position: absolute;
    z-index: 5;
    top: 42px;
    left: 0;
    background-color: #FFFFFF;
    padding: 15px;
    border: 1px solid #dddddd;
}
div.calendars-slide {
    position: relative;
    padding: 25px;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    overflow: hidden;
    width: 323px;
}
div.calendar ul {
    padding: 0 !important;
    margin: 0 !important;
}
div.calendar ul > li::before {
    content: "" !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
}
ul.calendars {
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
div.calendars-slide ul.calendars {
    transform: translate(0px);
    transition: transform 0.6s;
}
ul.calendars > li {
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
}
div.calendars-slide ul.calendars > li {
    margin-right: 25px;
}
ul.calendars > li:last-child {
    margin-right: 0px;
}


ul.calendar {
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 273px;
}
ul.calendar > li {
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    margin: -1px 0 0 -1px;
    text-align: center;
    border: 1px solid rgba(127, 127, 127, 0.5);
    cursor: pointer;
    line-height: 38px;
}
div.calendars-slide ul.calendar > li {
    cursor: text;
}
ul.calendar > li > a {
    display: block;
}
ul.calendar > li.month {
    -ms-flex: none;
    flex: none;
    width: 274px;
    height: 45px;
    line-height: 25px;
    margin: 0;
    border: 0;
}
ul.calendar > li.day {
    border: 0;
}
ul.calendar > li.off {
    color: rgba(127, 127, 127, 0.5);
    cursor: text;
}
ul.calendar > li.empty {
    border: 0;
}
ul.calendar > li.select {
    background-color: rgba(127, 127, 127, 0.5);
}

ul.calendar > li.prev,
ul.calendar > li.prev_2,
ul.calendar > li.next,
ul.calendar > li.next_2 {
    border: 0;
}

ul.calendar > li.close {
    margin-top: 15px;
    width: 100%;
}

/*=======================================================================================================
STYLE CADRE
=======================================================================================================*/

div.cadre {
    position: relative;
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
div.cadre > header,
div.cadre > section,
div.cadre > footer {
    padding: 15px;
}
div.cadre > header {
    padding-top: 150px;
    -ms-flex: 1;
    flex: 1;
}
div.cadre > section {
    padding-top: 150px;
    -ms-flex: 2;
    flex: 2;
}
div.cadre > footer {
    -ms-flex: none;
    flex: none;
    width: 100%;
}


/*=======================================================================================================
STYLE MENU
=======================================================================================================*/


div.menu > div.menu-head {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
div.menu > div.menu-head > ul {
    padding: 15px 0 15px 40px;
}
div.menu > div.menu-head > ul.options > li.selection span.count {
    font-weight: bold;
}

div.menu > div.menu-nav > ul > li.envie {
    display: none;
    margin-bottom: 30px;
}
body.home div.menu > div.menu-nav > ul > li.envie {
    display: list-item;
}
div.menu > div.menu-nav > ul > li.search {
    margin-top: 30px;
}


/*=======================================================================================================
STYLE FOOTER
=======================================================================================================*/


div.footer {

}
div.footer > div.back {
    text-align: right;
}
div.footer > div.foot-head,
div.footer > div.foot-head div.medias,
div.footer > div.foot-head div.partenaires > div > ul {
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
div.footer > div.foot-head > div.infos {
    -ms-flex: 3;
    flex: 3;
}
div.footer > div.foot-head > div.contact {
    -ms-flex: 1;
    flex: 1;
}
div.footer > div.foot-head div.medias > div {
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
}
div.footer > div.foot-head div.partenaires > div > ul > li {
    -ms-flex: none;
    flex: none;
    padding: 0;
    margin: 0 15px 0 0;
    list-style: none;
}
div.footer > div.foot-head div.partenaires > div > ul > li > a > img {
    height: 60px;
    width: auto;
}


div.section {
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
div.section > * {
    flex: none;
    order: 2;
}

/*=======================================================================================================
STYLE FIL ARIANE
=======================================================================================================*/

div.head-content {
    order: 1;
}
div.head-content,
div.head-content > ul.fil,
div.head-content > ul.options,
div.head-content > ul.options > li.share > ul {
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
div.head-content > ul.fil  {
    -ms-flex: 2;
    flex: 2;
}
div.head-content > ul.options {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
div.head-content > ul.fil > li,
div.head-content > ul.options > li,
div.head-content > ul.options > li.share > ul > li  {
    -ms-flex: content;
    flex: content;
    list-style: none;
    margin: 0 10px 5px 0;
}
div.head-content > ul.fil > li:before  {
    content: " > ";
}
div.head-content > ul.options > li.share > a:after  {
    content: " :";
}
div.head-content > ul.options > li.share > ul > li:before  {
    content: " / ";
}
div.head-content > ul.options > li.share > ul > li:first-child:before  {
    content: none;
}
/*=======================================================================================================
STYLE HOME
=======================================================================================================*/


div.home-slides > div {
    min-height: 0 !important;
}
div.home-slides > div > p.next {
    display: none;
}


/*=======================================================================================================
STYLE INLINE PUSH
=======================================================================================================*/

div.page-push-inline ul.push {
    transform: none !important;
}

/*=======================================================================================================
STYLE SITA FICHE
=======================================================================================================*/

/*=======================================================================================================
STYLE SITA FORMULAIRE
=======================================================================================================*/

div.form-sita div.form-multi-checkbox > div > label {
    display: block;
}
div.form-sita div.form-multi-int div.form-text {
    margin-bottom: 15px;
}
div.form-sita div.form-multi-int div.form-text > label {
    display: block;
}
div.form-sita div.form-multi-date > div > div {
    display: block !important;
    height: auto !important;
    width: 596px;
    padding: 15px !important;
}
div.form-sita div.form-multi-date > div > div ul.nav,
div.form-sita div.form-multi-date > div > div ul.nav li{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    list-style: none;
}
div.form-sita div.form-multi-date > div > div ul.nav {
    display: -ms-flex;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
div.form-sita div.form-multi-date > div > div ul.nav > li {
    -ms-flex: content;
    flex: content;
}

div.form-sita div.form-multi-date > div > div ul.nav > li.prev > a:before {
    content: "< ";
}
div.form-sita div.form-multi-date > div > div ul.nav > li.next > a:after {
    content: " >";
}





/*=======================================================================================================
STYLE SITA RESULT
=======================================================================================================*/

ul.sita-result div.result-content {
    margin-bottom: 15px;
}
ul.sita-result > li {
    cursor: pointer;
}

/*=======================================================================================================
STYLE CONNEXION
=======================================================================================================*/
/*=======================================================================================================
STYLE FORMULAIRE
=======================================================================================================*/

div.page-section-form,
div.page-connexion {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
div.page-connexion {
    width: 50%;
}
div.page-section-form > form > div,
div.page-connexion form > div {
    margin-bottom: 15px;
}
div.page-section-form label,
div.page-connexion label {
    display: block;
}
div.page-section-form div.form-checkbox label,
div.page-connexion div.form-checkbox label {
    display: inline;
}
div.page-section-form div.form-text input,
div.page-section-form div.form-select select,
div.page-section-form div.form-textarea textarea,
div.page-connexion div.form-text input {
    width: 100%;
}


div.form-validate > input {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*=======================================================================================================
STYLE SEARCH RESULT
=======================================================================================================*/


ul.result > li {
    cursor: pointer;
}


@media screen and (max-width: 1220px) {
    /*=======================================================================================================
    STYLE DU DISPLAY SUPPORT
    =======================================================================================================*/
    .display-smartphone,
    .display-desktop {
        display: none !important;
    }

    .display-tablette {
        display: block !important;
    }
}

@media screen and (max-width: 650px) {
    /*=======================================================================================================
    STYLE DU DISPLAY SUPPORT
    =======================================================================================================*/

    .display-tablette,
    .display-desktop {
        display: none !important;
    }

    .display-smartphone {
        display: block !important;
    }
}
