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

    body {
        padding-top: 0;
    }

    /* ***************************************************************************************
	*       ____            _                         _                                       
	*      / ___|___  _ __ | |_ ___ _ __  _   _    __| | ___ ___   _ __   __ _  __ _  ___ ___ 
	*     | |   / _ \| '_ \| __/ _ | '_ \| | | |  / _` |/ _ / __| | '_ \ / _` |/ _` |/ _ / __|
	*     | |__| (_) | | | | ||  __| | | | |_| | | (_| |  __\__ \ | |_) | (_| | (_| |  __\__ \
	*      \____\___/|_| |_|\__\___|_| |_|\__,_|  \__,_|\___|___/ | .__/ \__,_|\__, |\___|___/
	*                                                             |_|          |___/          
	*
	****************************************************************************************** */

    h1,
    .entry-content .fond h1,
    #secondary.fond h1,
    h1 strong {
        font-size: 30px;
        line-height: 36px;
    }



    /* **************************
	*      _____           _     
	*     |_   ____   ___ | |___ 
	*       | |/ _ \ / _ \| / __|
	*       | | (_) | (_) | \__ \
	*       |_|\___/ \___/|_|___/
	*                            
	***************************** */

    .center,
    .center-prop-internaute {
        width: 620px;
    }

    .center-prop-internaute {
        margin-left: -290px;
    }

    #cboxCurrent {
        display: none !important;
    }

    /* ***************************************************
	*         _                        _ _                
	*        / \   ___ ___ ___ ___ ___(_| |__   __ _ _ __ 
	*       / _ \ / __/ __/ _ / __/ __| | '_ \ / _` | '__|
	*      / ___ | (_| (_|  __\__ \__ | | |_) | (_| | |   
	*     /_/   \_\___\___\___|___|___|_|_.__/ \__,_|_|   
	*                                                     
	****************************************************** */

    .accessibar-div .confortdelecture {
        box-sizing: border-box;
        width: 100%;
        height: 128px;
    }

    .accessibar-div .vocalisation {
        margin: 15px 0 0 0;
    }

    /* ****************************
	*      __  __                  
	*     |  \/  | ___ _ __  _   _ 
	*     | |\/| |/ _ | '_ \| | | |
	*     | |  | |  __| | | | |_| |
	*     |_|  |_|\___|_| |_|\__,_|
	*                              
    ******************************* */
    header .menu {
        flex-wrap: wrap;
        height: 140px;
        flex-direction: column;
        justify-content: flex-start;
    }
    header .menu__burger {
        display: flex;
        order: 3;
        width: 50%;
        justify-content: flex-start;
        background: #fff;
        margin-top: 20px;
    }

    header .menu__burger__text {
        display: block;
        margin-left: 8px;
        font-family: 'Poppins';
        font-size: 24px;
        line-height: 24px;
        align-items: center;
        text-transform: uppercase;
        color: #1C1B21;
    }

    header .menu__nav {
        flex: inherit;
    }

    header .menu__nav__list {
        display: none;
    }

    header .menu__nav__list.toggled {
        display: flex;
        position: absolute;
        left: 0;
        top: 140px;
        flex-flow: column;
        width: 620px;
        background: #F5F5F5;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    }

    header .menu__nav__list > li {
        height: auto;
        flex-flow: column;
        align-items: flex-start;
        border-right: none;
        border-top: 1px solid #1C1B21;
        padding: 0;
        min-height: 80px;
    }
    header .menu__nav__list > li:first-child {
        border-top: none;
    }

    header .menu__nav__list > li > a,
    header .menu__nav__list > li > span {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        min-height: 80px;
    }

    header .menu__nav__list > li > a br,
    header .menu__nav__list > li > span br {
        display: none;
    }

    header .menu__nav__list li:hover .sub-menu {
        display: none;
    }

    header .menu__nav__list li.active .sub-menu {
        display: block;
    }
    header .menu__nav__list > li:hover > a, header .menu__nav__list > li:hover > span {
        padding: 20px;
    }
    header .sub-menu:before {
        display: none;
    }
    header .menu__nav__list > li:nth-child(1).active {
        background: #FDB913;
    }
    header .menu__nav__list > li:nth-child(2).active {
        background: #5BC9E1;
    }
    header .menu__nav__list > li:nth-child(3).active {
        background: #BFD730;
    }

    /*Sub-menu*/
    header .sub-menu {
        width: 100%;
        position: initial;
        border-top: 1px solid #d4d4d4;
        padding: 0;
    }

    header .sub-menu ul.bloc-menu-left,
    header .sub-menu ul.bloc-menu-middle,
    header .sub-menu ul.bloc-menu-right {
        width: 100%;
        float: none;
    }
    header .identite {
        width: 50%;
        order: 1;
        padding-right: 0;
    }
    header .sub-menu > ul > li:last-child {
        border-bottom: none;
    }

    /* *************************************
	*      _   _                _           
	*     | | | | ___  __ _  __| | ___ _ __ 
	*     | |_| |/ _ \/ _` |/ _` |/ _ | '__|
	*     |  _  |  __| (_| | (_| |  __| |   
	*     |_| |_|\___|\__,_|\__,_|\___|_|   
	*                                       
    **************************************** */
    header {
        position: relative;
    }
    header .panel.fullpanel {
        width: 520px;
    }

    header .panel .search input {
        width: 400px;
        height: 40px;
        border: none;
        float: left;
        box-sizing: border-box;
        padding: 0 15px;
        color: #23282d;
    }

    header .panel .search button {
        width: 40px;
        height: 40px;
        border: none;
        float: left;
        cursor: pointer;
        box-sizing: border-box;
        background: #23282d;
        color: #eeeeee;
    }

    #searchform .ui-autocomplete {
        width: 400px !important;
    }

    .recherche-autocompletion form .ui-autocomplete li .image {
        display: none;
    }

    .recherche-autocompletion form .ui-autocomplete li .titre {
        font-size: 12px;
    }

    .admin-bar .panel {
        top: 46px;
        z-index: 10000003;
    }

    header .main-menu li:hover .sub-menu {
        display: none;
    }

    header .main-menu li.active .sub-menu,
    header .main-menu li.active:hover .sub-menu {
        display: block;
        top: 0;
    }
    iframe.goog-te-menu-frame {
        top: 162px !important;
        left: calc((50% + 400px / 2) - 191px) !important;
        box-shadow: none !important;
    }

    header .menu .utilitaires-header li a, header .menu .utilitaires-header li span, header .menu .btn-lines li a, header .menu .btn-lines li span {
        height: 55px!important;
    }
    header .menu .utilitaires-header li a, header .menu .utilitaires-header li span, header .menu .btn-lines li a, header .menu .btn-lines li span {
        margin: 0 10px;
    }
    .menu-utilitaires {
        order: 2;
        width: 50%;
        display: flex;
        justify-content: center;
        height: 55px;
    }
    header .identite svg {
        width: 280px;
        margin-top: 30px;
    }
    header .identite:hover svg {
        margin-top: 30px;
    }
    header .menu__burger svg {
        margin-left: 20px;
    }
    #wrapper .top-publication .header-page.avec-imagealaune {
        position: relative;
        padding: 0;
        height: auto;
    }
    #wrapper .top-publication .header-page > .center {
        position: relative;
    }
    #wrapper .top-publication .header-page .header-page__content {
        position: relative;
        top: 0!important;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }





    /* ******************************************************
	*      _____                _                            
	*     |  ____ __ ___  _ __ | |_   _ __   __ _  __ _  ___ 
	*     | |_ | '__/ _ \| '_ \| __| | '_ \ / _` |/ _` |/ _ \
	*     |  _|| | | (_) | | | | |_  | |_) | (_| | (_| |  __/
	*     |_|  |_|  \___/|_| |_|\__| | .__/ \__,_|\__, |\___|
	*                                |_|          |___/      
	*
    ********************************************************* */
    .home-events h1 {
        margin-top: -30px;
        max-width: 570px;
    }
    .home-events .events-container {
        margin-top: -35px;
        padding-top: 70px;
    }
    .home-events .events-container > .center {
        flex-direction: column;
    }
    .home-events .big-event a {
        width: 100%;
        margin-bottom: 15px;
    }
    .home-events .big-event .wrapper-description-container {
        margin-right: 90px;
    }
    .home-events .small-event a {
        width: 100%;
        margin-top: 30px;
    }
    .home-zoom-kiosque > .center {
        flex-direction: column;
    }
    .home-zoom {
        width: 100%;
    }
    .home-zoom a {
        width: 100%;
    }
    .ff-stream-wrapper {
        height: 330px!important;
    }
    .home-actus__container {
        flex-wrap: wrap;
    }
    .home-actus__container a:first-child {
        margin-bottom: 65px;
    }
    .home-actus__container a:nth-child(2) {
        margin-left: 0;
    }
    .home-actus__container a .wrapper-content {
        width: 265px;
    }
    .home-actus__container a:first-child .wrapper-content {
        width: 285px;
    }
    .home-actus .btn-actus {
        margin: 45px auto 20px;
    }
    .home-kiosque {
        width: 620px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-kiosque__slider li {
        width: 620px!important;
    }
    .home-une-access {
        display: flex;
        flex-direction: column;
        margin-bottom: 55px;
    }
    .home-une-access > .center {
        position: relative;
        justify-content: center;
    }
    .home-acces-rapides {
        width: 100%;
        height: 390px;
        position: relative;
    }
    #diaporama {
        height: 715px;
    }
    #a-la-une .a-la-une-media .a-la-une-item .bck-img {
        width: 100%;
        height: 543px;
        background-color: #C4C4C4;
    }
    #diaporama .diapo_info {
        position: relative;
    }
    #a-la-une .a-la-une-media .a-la-une-item {
        display: flex;
        flex-direction: column;
    }
    .diaporama-nav {
        bottom: auto;
        top: 527px;
    }
    .home-acces-rapides ul li {
        width: 30%;
        display: flex;
        justify-content: center;
    }
    .home-acces-rapides {
        align-items: center;
    }
    .acces-rapides__title {
        width: 50%;
    }
    #a-la-une .a-la-une-medias.a-la-une-video video {
        display: none;
    }
    #a-la-une .a-la-une-responsive {
        display: block;
        height: 543px;
    }
    #a-la-une .a-la-une-video .a-la-une-media .a-la-une-item {
        flex-direction: column-reverse;
    }


    /* *********************************
	*      _____           _            
	*     |  ______   ___ | |_ ___ _ __ 
	*     | |_ / _ \ / _ \| __/ _ | '__|
	*     |  _| (_) | (_) | ||  __| |   
	*     |_|  \___/ \___/ \__\___|_|   
	*                                   
    ************************************ */
    .scroll-top {
        display: none!important;
       /*  width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        text-align: center;
        bottom: 10px;
        right: 10px;
        z-index: 102;
        cursor: pointer;
        transition: 0.25s;
        border-radius: 50%;
        opacity: 1;
        right: 0;
        top: -50px; */
    }
    footer  {
        margin-top: 40px;
    }
    .footer-container > .center {
        flex-direction: column;
        align-items: center;
    }
    .footer-left {
        margin-right: 0;
    }
    .footer-right {
        margin-top: 35px;
    }
    .footer-right__coordonnees {
        margin-bottom: 50px;
    }
    .footer-right .footer-adresse {
        margin-right: 0;
        flex: 1;
    }
    .footer-horaires {
        flex: 1;
    }
    .footer-right ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-right ul li a {
        line-height: 25px;
        padding-bottom: 10px;
    }
    .footer-container {
        padding-bottom: 15px;
    }

    .home-une-access > .center {
        width: 620px;
        right: 0;
    }

    /* **************************
	*      ____                  
	*     |  _ \ __ _  __ _  ___ 
	*     | |_) / _` |/ _` |/ _ \
	*     |  __| (_| | (_| |  __/
	*     |_|   \__,_|\__, |\___|
	*                 |___/      
	*
	***************************** */
    .main-wrapper {
        width: 100%;
    }

    #primary.contextualites-on,
    .size-with-contextualites,
    .size-template-filtres,
    #primary .partage-social-media {
        width: 100%;
        float: left;
    }

    #wrapper .entry-content iframe {
        max-width: 100%
    }

    #wrapper .entry-content .pages {
        width: 100%;
    }

    body.post-template-template-meteo-php #wrapper .entry-content div {
        width: 100% !important;
        overflow-x: auto;
    }

    #wrapper .top-publication .imagealaune {
        display: block;
        position: relative;
        width: 100%;
        height: 540px;
        overflow: hidden;
        z-index: 6;
    }
    #wrapper .top-publication .header-page.avec-imagealaune {
        float: none;
        min-height: 0;
    }

    .single-affichage_liste #primary .wrapper-panel {
        margin: 0;
    }


    #primary.contextualites-on, .size-with-contextualites, .size-template-filtres, 
    .post-template-template-documents-php #primary > .entry-content, 
    .post-template-template-gestion-ressources-php #primary > .entry-content, 
    .post-template-template-agenda-php #primary > .entry-content, 
    .post-template-template-actualites-php #primary > .entry-content,
    .post-template-template-annuairecontact-php #primary > .entry-content {
        width: 100%;
    }

    #breadcrumbs {
        background-color: transparent;
        padding: 0;
    }

    /* ****************************************
	*      ____  _     _      _                
	*     / ___|(_) __| | ___| |__   __ _ _ __ 
	*     \___ \| |/ _` |/ _ | '_ \ / _` | '__|
	*      ___) | | (_| |  __| |_) | (_| | |   
	*     |____/|_|\__,_|\___|_.__/ \__,_|_|   
	*                                          
	******************************************* */

    .contactslie_v2 .relations-contacts-v2 ul li,
    .actualitelie .relation-actualites ul li,
    .relations-agenda ul li {
        width: 580px;
    }

    #secondary,
    #primary .wrapper-panel {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    /* *********************************
	*      _____ _ _ _                 
	*     |  ___(_) | |_ _ __ ___  ___ 
	*     | |_  | | | __| '__/ _ \/ __|
	*     |  _| | | | |_| | |  __/\__ \
	*     |_|   |_|_|\__|_|  \___||___/
	*                                  
	*********************************** */

    #primary .wrapper-panel .rester-informe,
    #primary .wrapper-panel .prop-publi {
        width: 100%;
        margin-top: 10px;
    }

    #primary .panel-agenda .form-panel .keywords,
    #primary .panel-agenda .form-panel .periode {
        width: 100%;
    }

    #primary .panel-agenda .form-panel .periode {
        margin-top: 20px;
    }

    #primary .panel-agenda .form-panel .periode .input-date input {
        width: 85%;
    }

    body.map-full-width #primary .panel-plan-interactif {
        width: 260px;
    }

    #primary .wrapper-panel .form-panel {
        border-bottom: none;
    }
    .blocButtonFavori {
        float: none;
    }
    .propose-filtrages.prop-publi a {
        width: 100%;
    }


    /* **************************************************
	*      ____           _                   _          
	*     |  _ \ ___  ___| |__   ___ _ __ ___| |__   ___ 
	*     | |_) / _ \/ __| '_ \ / _ \ '__/ __| '_ \ / _ \
	*     |  _ <  __/ (__| | | |  __/ | | (__| | | |  __/
	*     |_| \_\___|\___|_| |_|\___|_|  \___|_| |_|\___|
	*                                                    
	***************************************************** */

    .c-search-form_wrap input {
        background-color: transparent;
        line-height: 1.5em;
        font-size: 3em !important;
    }

    /* *****************************************************************************************
	*       ____                                        _                       _       _       
	*      / ___|___  _ __ ___  _ __ ___  _   _ _ __   | |_ ___ _ __ ___  _ __ | | __ _| |_ ___ 
	*     | |   / _ \| '_ ` _ \| '_ ` _ \| | | | '_ \  | __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
	*     | |__| (_) | | | | | | | | | | | |_| | | | | | ||  __/ | | | | | |_) | | (_| | ||  __/
	*      \____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|  \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
	*                                                                    |_|                    
	******************************************************************************************** */

    #primary .template-affilistes-navprofil ul.liste-publication li a .articles-content .title,
    #primary .template-actualites ul li a .articles-content span.title,
    #primary .template-actualites ul li.minime a .articles-content span.title,
    #primary .template-agenda ul li a .articles-content .title,
    #primary .template-annuaire-contacts ul li a .articles-content .title,
    #primary .template-bdocumentaire-phototheque ul li .information-document h4,
    #primary .template-gestion-ressources ul li span.articles-content .title {
        font-size: 16px;
        line-height: 20px;
    }

    #proposition-publication .bloc-form .demi-bloc-form,
    #proposition-publication .demi-field,
    #proposition-document .bloc-form .demi-bloc-form {
        width: 100%;
    }
    
    .centerPropBd {
        width: 620px;
    }
    
    #proposition-document #soumettre-document-form .bloc-form.demi-field {
        width: 100%;
    }
    
    #proposition-document #soumettre-document-form .bloc-form.demi-field.fright,
    #proposition-document #soumettre-document-form .bloc-form.demi-field.fleft {
        float: none;
    }

    /* *************************************************
	*         _        _               _ _ _    __      
	*        / \   ___| |_ _   _  __ _| (_) |_ /_/  ___ 
	*       / _ \ / __| __| | | |/ _` | | | __/ _ \/ __|
	*      / ___ \ (__| |_| |_| | (_| | | | ||  __/\__ \
	*     /_/   \_\___|\__|\__,_|\__,_|_|_|\__\___||___/
	*                                                   
	**************************************************** */

    #primary .template-actualites ul li a .img-actu {
        width: 140px;
    }

    #primary .template-actualites ul li .cats-date {
        left: 160px;
    }

    #primary .date-cat p.cats-actus {
        float: none;
        overflow: hidden;
    }

    #primary .date-cat {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 15px 5px;
    }

    #primary .date-cat p {
        margin: 0 5px 5px;
    }

    #primary .date-cat p.cats-actus {
        margin: 0 0 5px;
    }

    /* ****************************************
	*         _                        _       
	*        / \   __ _  ___ _ __   __| | __ _ 
	*       / _ \ / _` |/ _ \ '_ \ / _` |/ _` |
	*      / ___ \ (_| |  __/ | | | (_| | (_| |
	*     /_/   \_\__, |\___|_| |_|\__,_|\__,_|
	*             |___/       
	*                 
	******************************************* */

    #primary .template-agenda ul li a .date {
        width: 105px;
    }

    #primary .template-agenda ul li a .date p {
        font-size: 14px;
    }

    /*#primary .template-agenda ul li a .articles-content .lieu {display:none;}*/
    #primary .template-agenda ul li .categorie-agenda {
        left: 260px;
    }

    #primary .content-agenda .categorie-date .date-evenement p {
        font-size: 18px;
    }

    #primary .content-agenda .site-contact a {
        width: 100%;
    }

    #primary .content-agenda .site-contact a.nous-contactez {
        margin-top: 10px;
    }

    /* ****************************************************************************************************
	*         _                            _                _                        _             _       
	*        / \   _ __  _ __  _   _  __ _(_)_ __ ___    __| | ___    ___ ___  _ __ | |_ __ _  ___| |_ ___ 
	*       / _ \ | '_ \| '_ \| | | |/ _` | | '__/ _ \  / _` |/ _ \  / __/ _ \| '_ \| __/ _` |/ __| __/ __|
	*      / ___ \| | | | | | | |_| | (_| | | | |  __/ | (_| |  __/ | (_| (_) | | | | || (_| | (__| |_\__ \
	*     /_/   \_\_| |_|_| |_|\__,_|\__,_|_|_|  \___|  \__,_|\___|  \___\___/|_| |_|\__\__,_|\___|\__|___/
	*                                                                                                      
	******************************************************************************************************* */

    #primary .template-annuaire-contacts ul li .site-internet .reponsive-1024 {
        display: none;
    }

    #primary .template-annuaire-contacts ul li .site-internet .reponsive-480 {
        display: block;
    }

    #primary .contact-detail .label {
        width: 100%;
    }

    /* *******************************************
	*         _    _            _     _   _ ____  
	*        / \  | |       ___| |_  | \ | |  _ \ 
	*       / _ \ | |      / _ \ __| |  \| | |_) |
	*      / ___ \| |___  |  __/ |_  | |\  |  __/ 
	*     /_/   \_\_____|  \___|\__| |_| \_|_|    
	*                                             
	********************************************** */

    #primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content .title {
        margin-bottom: 5px;
    }

    #primary .accesrapide-resultats-alnp p.volet-alnp.open .open,
    #primary .accesrapide-resultats-alnp p.volet-alnp.close .close {
        display: none;
    }

    /********** **********
    ******** MODIFICATIONS AL / PROFILS BARRE CONTEXTUELLE ********
    ********** **********/
    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication {
        justify-content: space-between;
    }

    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication li.vignette {
        width: 48%;
    }

    #primary.contextualites-off .template-affilistes-navprofil ul.liste-publication li.vignette:nth-child(3n + 2) {
        margin-right: 0;
        margin-left: 0;
    }

    /* ********************************************************************************************************************
	*      ____                       _                   _           _           _        _   _      __                   
	*     | __ )  __ _ ___  ___    __| | ___   ___    ___| |_   _ __ | |__   ___ | |_ ___ | |_| |__   \_\  __ _ _   _  ___ 
	*     |  _ \ / _` / __|/ _ \  / _` |/ _ \ / __|  / _ \ __| | '_ \| '_ \ / _ \| __/ _ \| __| '_ \ / _ \/ _` | | | |/ _ \
	*     | |_) | (_| \__ \  __/ | (_| | (_) | (__  |  __/ |_  | |_) | | | | (_) | || (_) | |_| | | |  __/ (_| | |_| |  __/
	*     |____/ \__,_|___/\___|  \__,_|\___/ \___|  \___|\__| | .__/|_| |_|\___/ \__\___/ \__|_| |_|\___|\__, |\__,_|\___|
	*                                                          |_|                                           |_|           
	*
	*********************************************************************************************************************** */

    #primary .template-bdocumentaire-phototheque ul li .image-a-la-une {
        height: 200px;
    }

    #primary .template-bdocumentaire-phototheque ul li .information-document {
        min-height: 178px;
        height: auto;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication {
        justify-content: space-between;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication li.vignette {
        width: 48%;
    }

    #primary.contextualites-off .template-emploi ul.liste-publication li.vignette:nth-child(3n + 2) {
        margin-right: 0;
        margin-left: 0;
    }
    
    #emploi-ajax > div,
    #proposition-publication .bloc-form.select2 > .filtre-base {
        width: 48%;
    }


    /* ****************************************
	*         _    _ _            _         __ 
	*        / \  | | | ___   ___(_)_ __   /_/ 
	*       / _ \ | | |/ _ \ / __| | '_ \ / _ \
	*      / ___ \| | | (_) | (__| | | | |  __/
	*     /_/   \_\_|_|\___/ \___|_|_| |_|\___|
	*                                          
	******************************************* */

    .allocine-film .affiche-film {
        float: none;
        margin: 0 auto 20px;
    }

    .allocine-film .informations-film {
        width: 440px;
    }

    /* ****************************************
	*         _    _ _                         
	*        / \  | | |__  _   _ _ __ ___  ___ 
	*       / _ \ | | '_ \| | | | '_ ` _ \/ __|
	*      / ___ \| | |_) | |_| | | | | | \__ \
	*     /_/   \_\_|_.__/ \__,_|_| |_| |_|___/
	*                                          
	******************************************* */

    #primary .vignettes-album a .articles-content h4 {
        margin-bottom: 0 !important;
        padding: 41px 0 0 !important;
    }

    #primary .vignettes-album a .articles-content .introduction {
        margin-top: 5px !important;
    }

    #cboxPrevious:before,
    #cboxNext:before {
        display: none !important;
    }

    /* ************************
	*      _  _    ___  _  _   
	*     | || |  / _ \| || |  
	*     | || |_| | | | || |_ 
	*     |__   _| |_| |__   _|
	*        |_|  \___/   |_|  
	*                          
	*************************** */

    .page404 #searchform {
        text-align: center;
    }

    .page404 #searchform div {
        display: inline-block;
    }

    .page404 #searchform .rechercher {
        width: 240px;
    }

    /* ***************************************
	*       ____            _             _   
	*      / ___|___  _ __ | |_ __ _  ___| |_ 
	*     | |   / _ \| '_ \| __/ _` |/ __| __|
	*     | |__| (_) | | | | || (_| | (__| |_ 
	*      \____\___/|_| |_|\__\__,_|\___|\__|
	*                                         
	****************************************** */

    .page-contact .gform_wrapper ul li.gfield {
        width: 100%;
    }

    .page-contact .gform_wrapper ul li#field_1_5 {
        padding-top: 0;
    }

    /* ***************************************************
	*         _                                          
	*        / \   _ __  _ __   ___  _ __   ___ ___  ___ 
	*       / _ \ | '_ \| '_ \ / _ \| '_ \ / __/ _ \/ __|
	*      / ___ \| | | | | | | (_) | | | | (_|  __/\__ \
	*     /_/   \_\_| |_|_| |_|\___/|_| |_|\___\___||___/
	*                                                    
	*
	***************************************************** */
    .template-liste ul li.liste a .informations-pub {
        width: 34%;
    }

    .template-liste ul li.liste a .content-pub {
        width: 66%;
    }

    #acces-profil .liste-profils .profil {
        height: 150px; 
    }

    /* *****************************************************
	*      _   _            _       ___         ____  ____  
	*     | | | | __ _  ___| | __  / (_) ___   / / _|/ _\ \ 
	*     | |_| |/ _` |/ __| |/ / | || |/ _ \ / / |_| |_ | |
	*     |  _  | (_| | (__|   <  | || |  __// /|  _|  _|| |
	*     |_| |_|\__,_|\___|_|\_\ | ||_|\___/_/ |_| |_|  | |
	*                              \_\                  /_/ 
	*
	******************************************************** */

    body.gecko footer .middle-footer .newsletter-sms input[type="text"],
    body.gecko footer footer .middle-footer .newsletter-sms input[type="email"] {
        width: 308px;
    }

    body.ie .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {
        width: 389px;
    }

}