/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
    background: #fff;
    background:transparent;
}


body {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 100%; /* 1em = 12pt = 16px = 100% */
    font-weight: 300;
    min-width: 1024px;
}

.ds-2col-fluid > .group-left {
    float: left;
    width: 40%;
    padding: 0 5%;
}

* { 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

@font-face {
    font-family: "DINPro";
    font-weight: 400;
    src: url('../font/DINPro.otf');
}
@font-face {
    font-family: "DINPro";  
    font-weight: 800;
    src: url('../font/DINPro-Black.otf');
}
@font-face {
    font-family: "DINPro";
    font-weight: 700;
    src: url('../font/DINPro-Bold.otf');
}
@font-face {
    font-family: "DINPro";
    font-weight: 300;
    src: url('../font/DINPro-Light.otf');
}


/* =============================================================================
 *   Colors
 * ========================================================================== */

/*

Couleur principale des textes : #2d281e
Couleurs des liens menu enfants : #76736D
Sous titre : #57534B;
Détails champs et citations : #76736D;

Background gris transparent (BLoc de la Home + Hover des images) : 
background-color: rgba(45, 40, 30, 0.6);


Couleurs des background sur les liens Palais des Papes >> Vert: #F1F5EB;
Couleurs des border bottom sur les liens Palais des Papes >> Vert foncé: #D0DEBB;

Couleurs des liens Pont d'Avignon >> Rouge: #ffe6e6;
Couleurs des border bottom sur les liens Pont d'Avignon >> Rouge foncé: ;

*/


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #2D281E;
    margin: 75px 0 60px 0;
    text-transform: uppercase;
}
h1.page-title {
    margin:0;
}
.field-name-field-sous-titre {
    margin-bottom: 20px;
}
h2 {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

p {
    font-size: 0.9em;
}

blockquote {
    background: url(../images/quote-filaire-gris.png) no-repeat 15px 20px;
    padding: 1em 50px;
    margin: 0;
}

address {
    font-size: 0.9em;
}

pre,
code,
tt,
samp,
kbd,
var {
    font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
    font-size: 0.9em;
}

.ir {
    font: 0px;
    text-shadow: none;
    color: transparent;
}


/* =============================================================================
 *   Home Page
 * ========================================================================== */

body.front {
    background-color: #2D281E;
}

.front #main-content {
    padding-left: 0;
}
ul.front-page h2 {
    font-size: 1.250em;
    text-transform: uppercase;
    margin-top: 0;
}

ul.front-page p {
    font-size: 0.9em;
}
ul.front-page {
    margin-top: 18%;
}

ul.front-page li {
    position: relative;
    float: left;
    list-style-type: none;
    border-left: 1px dotted #fff;
    width: 14.2857142857%;

}

ul.front-page li:first-child {
    border-left: none;
    clear: both;
}

ul.front-page li a {
    color: #fff;
    display: inline-block;
    min-height: 280px;        /* à ajuster selon la hauteur du contenu */
    padding: 20px;
    text-decoration: none;
    width: 100%;
    word-wrap: break-word;
}
ul.front-page li:hover {
    background-color: rgba(45, 40, 30, 0.7);
}
ul.front-page li {
    background-color: rgba(45, 40, 30, 0);

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;

    -moz-transition-property: background-color;
    -moz-transition-duration: 1s;

    transition-property: background-color;
    transition-duration: 1s;
}

ul.front-page a:hover {
    text-decoration: none;
}

ul.front-page a:hover span.read-more:hover {
    background: #2D281E url(../images/arrow-search-white-hover.png) no-repeat 10px center;
    color: #fff;
}

ul.front-page .read-more {
    display: block;
    background: #fff url(../images/arrow-search.png) no-repeat 10px center;
    color: #2D281E;
    font-size: 0.7em;
    padding: 10px 18px 10px 28px;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
/*
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;

    -moz-transition-property: background-color;
    -moz-transition-duration: 1s;

    transition-property: background-color;
    transition-duration: 1s;
*/
}

.front a#logo  {
    float: left;
}

.front .top-node {
    width: 40%;
    float: right;
}

.top-contact, .top-webform-press{
    text-align: right;
    margin-bottom: 90px;
}

.front .bloc-search {
    background: url(../images/item-search-white.png) 13px 14px no-repeat;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
    /*float: right;*/
    cursor: pointer;
}

.front .bloc-search input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 0.8em;
}

.front .bloc-search input[type="submit"] {
    background: url(../images/arrow-search-white.png) 8px -1px no-repeat;
    background-color: transparent;
    padding-right: 0px;
    font: 0/0 a;
}

    .front .bloc-search input[type="submit"]:hover {
        background: url(../images/arrow-search-white-hover.png) 8px -1px no-repeat;
    }


/* placeholder */

.front .bloc-search ::-webkit-input-placeholder {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.front .bloc-search :-moz-placeholder { /* Firefox 18- */
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.front .bloc-search ::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.front .bloc-search :-ms-input-placeholder {  
   font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff; 
}

/* Message d'information sur Homepage*/

.front .message-info {
    margin: 24px 0 0 40px;
    width: 40%;
}

/* =============================================================================
 *   Sélecteur de langue 
 * ========================================================================== */


.select-lang li.lang-courante {
    background: transparent url(../images/item-select-lang.png) no-repeat 15px 12px; 
    transition-property: all;
    transition-duration: 1s;
}
.select-lang li.lang-courante:hover {
    background: #F4F4F4 url(../images/item-select-lang2.png) no-repeat 15px 12px;   
}
    
    .select-lang a {  
        display:block;  
        color: #76736D;  
        font-size: 10px;
        text-decoration:none; 
        text-transform: uppercase;
        transition-property: all;
        transition-duration: 1s;
        text-align: left;
    } 
        .select-lang a:hover {
            text-decoration:none;
        }

.select-lang > li,  
.select-lang > li li {  
    position: relative;  
    display:inline-block;  
    min-width: 110px;

} 

.select-lang > li li { background: transparent none; }  

.select-lang li.lang-courante a,
.select-lang ul li a { 
    display: block; 
    padding: 10px 20px 10px 35px; 
} 
.select-lang ul li:hover a { padding-left: 20px; } 
 

.select-lang ul {  
    position: absolute;  
    top: 2.2em; left:0;  
    max-height:0em;  
    margin:0; padding:0;  
    background-color: #F4F4F4;  
    overflow:hidden;  
    transition: 1s max-height 0.3s;  
}  
 
.select-lang > li:hover ul {  
    max-height:13em;  
} 

/* sélecteur de langues sur la Home */

.front .select-lang li.lang-courante {
    background: transparent url(../images/item-select-lang-white.png) no-repeat 15px 10px; 
    transition-property: all;
    transition-duration: 1s;
}
.front .select-lang li.lang-courante:hover {
    background: #F4F4F4 url(../images/item-select-lang-white2.png) no-repeat 15px 10px;   
}

.front .select-lang a {  
     color: #fff;  
} 

.front .select-lang ul,
.front .select-lang li.lang-courante:hover {
    background-color: rgba(45, 40, 30, 0.6);
}


/* =============================================================================
 *   Footer Home Page
 * ========================================================================== */

#menu-home {
    background : transparent;
    height: 55px;  /* +10px pour éviter les infobulles des liens */
    position : fixed;
    bottom : 0px;
    width : 100%;
    left : 0;
}

#menu-footer-links {
    padding: : 10px, 10px, 10px, 10px;
    background-color: transparent;
}
    #menu-footer-links a {
        padding-bottom: 3px;
    }
    

#menu-footer-links li {
    float: left;
    font-size: 0.8em;
    list-style-type: none;
    padding: 0 0 0 20px;

}

    #menu-footer-links li:hover {
        /*background: url(../images/arrow-menu-footer.png) center 0px no-repeat;*/
    }

#menu-home div {
    background : rgba(45, 40, 30, 0.6);
    height : auto;
    position : fixed;
    bottom : 55px;
    width : 100%;
    left : 0;  
}

.menu-footer-block-display {
    display: none;
}

#menu-footer-links li a.newsletter {
    background: url(../images/item-newsletter.png) 0px 2px no-repeat;
    padding-left: 20px;
}

#menu-footer-links li a.home-contact {
    background: url(../images/item-contact-small.png) 0px 2px no-repeat;
    padding-left: 20px;
}

#menu-footer-links li a.links {
    background: url(../images/item-links.png) 0px 2px no-repeat;
    padding-left: 20px;
}
#menu-footer-links .reseaux-sociaux {
    /* enleve la position relative du footer des pages interieures */
    position: static; 
}

#menu-footer-links li.reseaux-sociaux a {
    float: left;
    padding: 10px;
}
    #menu-footer-links li.reseaux-sociaux a:hover {
       border-bottom: none;
    }
#menu-footer-links a.trip-advisor {
    padding-right: 80px;
}

#menu-footer-links li.last {
    float: right;
    font-size: 0.75em;
    line-height: 2;
}

#footer-home ul {
        border-bottom: 1px solid transparent;
        list-style-type: none;
        padding: 10px;
    }
    .footer-hidden {
        display: none;
    }



#menu-presse li.expanded > a,
#menu-partenaires li.expanded > a {
    display: none;
}

#menu-home #menu-contact {
    padding: 40px 5px 20px 0;
}
    #menu-contact a {
        display: block;
        border-bottom:1px solid transparent;
        padding-left: 20px;
        margin-bottom: 5px;
    }
    #menu-home ul.menu a:hover,
    #menu-contact a:hover {
        border-bottom:1px dotted #fff;
    }
    #menu-contact a.tel-fr {
       background: url(../images/item-phone.png) 0px 0px no-repeat;
       width: 190px;
    }
    #menu-contact a.tel-en {
       background: url(../images/item-phone.png) 0px 0px no-repeat;
       width: 230px;
    }
    #menu-contact a.horaires {
        background: url(../images/item-horaires.png) 0px 2px no-repeat;
        width: 235px;
    }
    #menu-contact a.tel-fr:hover,
    #menu-contact a.tel-en:hover,
    #menu-contact a.horaires:hover {
        border-bottom:1px dotted #fff;

    }

/* liens espace presse et partenaires à cacher */

#menu-liens {
    padding: 10px 0;
}
    #menu-liens ul {padding-left: 20px;}

#menu-liens li.menu-item-2486, 
#menu-liens li.menu-item-2488 {
    display: none;
}


#menu-newsletter label {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 400;
}
#menu-newsletter .webform-component-email {
    padding: 30px;
    margin-bottom: 0;
}

#menu-newsletter #edit-actions--3 {  
    background: transparent;
    margin-bottom: 28px;
    margin-left: 19%;
}
#menu-newsletter .webform-client-form input[type="email"] {
    width: 20%;
}

#menu-newsletter .webform-client-form input[type="submit"] {
    background: url(../images/arrow-search.png) 0px center no-repeat;
    border: none;
    color: transparent;
    font-size: 0/0;
    width: 10px;
    height: 10px;
}
    #menu-newsletter .webform-client-form input[type="submit"]:hover {
        background: url(../images/arrow-search-hover.png) 0px center no-repeat;
        width: 10px;
        height: 10px;
    }
    #menu-newsletter div.message-newsletter {
        color: #fff;
        font-size: 0.8em;
        margin-left: 23%;
        width: 300px;
        bottom: 82px;
        background: transparent;
    }

#menu-home .block a {
    font-size:0.813em;
}
    #menu-home .block {
        display: none;
        padding: -1px 5px 5px 0;
    }


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

#main-content {
    color: #57534B;
    padding-left: 5%
}


/* .node a:link, .node a:visited , .node a:hover (Voir  aussi dans les fichiers css specifiques palais ou pont)*/

.node-content ul {
    font-size: 0.9em;
    padding-left: 60px;
}
.node-content ul li {
    background: url(../images/liste-puce-noir.png) no-repeat 0px 13px;
    list-style-type: none;
    line-height: 2.5;
    padding-left: 20px;
}
.field-name-field-sous-titre {
    font-size: 0.95em;
    text-transform: uppercase;
}

.field-name-field-mise-en-avant {
    font-size: 0.9em;
    font-style: italic;
    padding: 50px;
    clear: both;
}

.node-content h2,
.node-content h3,
.node-content h4,
.node-content h5,
.node-content h6 {
    color: #2D281E;
    text-transform: uppercase;
}

.node-content h2 {
    font-size: 1.25em;
}
.node-content h3 {
    font-size: 1em;
}
.node-content h4 {
    font-size: 0.95em;
}
.node-content h5 {
    font-size: 0.9em;
}
.node-content h6 {
    font-size: 0.8em;
}

/*
 * Footer wrapper
 */

#footer {
    background-color: #2D281E;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    text-decoration: none;
}

.jumptop,
.contact,
#block-menu-menu-menu-du-bas {
    border-right: 1px dotted #fff;
}

a.jumptop {
    background: url(../images/top-white-arrow.png) center 65px no-repeat;
    font-size: 0.688em;
    padding: 90px 0px 58px;
    text-align: center;
    text-transform: uppercase;
    width: 4%
}

a.jumptop:hover {
    background-color: #1E1914;
}


/* newsletter */

#block-webform-client-block-57 {
    padding: 20px 0 0 25px;
    width: 23.5%;
    margin-left: -140px; /* pour se caler avec le bloc réseaux sociaux */
}
#block-webform-client-block-57 label {
    background:url(../images/item-newsletter.png) 0px 3px no-repeat;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 0px 0 10px 20px;
    text-transform: uppercase;
}
#block-webform-client-block-57 input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 40px;
}
#block-webform-client-block-57 input[type="submit"] {
    background: url(../images/arrow-search.png) 0px center no-repeat #fff;
    border: none;
    color: transparent;
    font-size: 0/0;
    margin: 18px 0 0 -26px;
    width: 16px;
    height: 30px;
}
    #block-webform-client-block-57 input[type="submit"]:hover{
        background: url(../images/arrow-search-hover.png) 0px center no-repeat #fff;
    }

/* messages newsletter */

#block-block-9 {
    width: 23%;
    padding: 47px 20px 0 20px;
}
.message-newsletter-ok,
.message-newsletter-erreur {
    font-size: 0.8em;
    padding: 20px 10px;
}

.message-newsletter-erreur,
#menu-home div.message-newsletter-erreur {
    background-color: #F4DFDB;
    border: 1px solid #DEA39E;
    color: #AB0634;
}
.message-newsletter-ok,
#menu-home div.message-newsletter-ok {
    background-color: #F1F5EB;
    border: 1px solid #D0DEBB;
    color: #234600;
}

#menu-home div.message-newsletter-ok,
#menu-home div.message-newsletter-erreur {
    font-size: 1em;
    margin-left: 23%;
    padding: 10px;
    width: 300px;
    bottom: 80px;
}

/* fix Contact */

.node-type-webform #block-webform-client-block-57 input[type="submit"] {
    margin: 36px 0 0 -30px;
}

.node-type-webform #block-block-9 {
    padding: 65px 20px 0 20px;
}

.page-node-192 .top-node,
.page-node-193 .top-node,
.page-node-634 .top-node {
    text-align: right;
}

#block-webform-client-block-57 #webform-component-e-mail,
#block-webform-client-block-57 #edit-actions {
    float: left;
}

/* Réseaux sociaux */ 

.reseaux-sociaux {
    position: relative;
    top: 110px;
}

.reseaux-sociaux a {
    float: left;
    padding: 10px;
    opacity: 0.5;
}
    .reseaux-sociaux a:hover {
        opacity: 1
    }
.reseaux-sociaux a.facebook {
    background: url(../images/logo-facebook.png) 0 3px no-repeat;
    margin-left: 30px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.reseaux-sociaux a.trip-advisor {
    background: url(../images/logo-trip-advisor.png) 0px 5px no-repeat;
    padding-right: 70px;
    width: 80px;
    height: 20px;
}


/* contact */

#block-block-5 {
    width: 6.7%;
}
#block-block-5 p {margin:0;}

a.contact {
    background: url(../images/item-contact.png) center 60px no-repeat;
    font-size: 0.9em;
    padding: 90px 0px 60px;
    text-align: center;
    border-left: 1px dotted #fff;
    width: 100%;
    line-height: 0.9;
}
a.contact:hover {
    background-color: #1E1914;
}

#block-menu-menu-menu-du-bas {
    padding: 40px 0 25px 20px;
    width: 14.3%;
    line-height: 1;
}
#block-menu-menu-menu-du-bas ul.menu li {
    list-style-type: none;
    padding-bottom: 8px;
}
#block-menu-menu-menu-du-bas li {
    background:url(../images/arrow-search-white.png) no-repeat 0px 5px;
    padding-left: 20px;
}

#footer #block-menu-menu-menu-du-bas a:hover {
    text-decoration: underline;
}
.unesco {
    background: url(../images/logo-unesco.svg) 34px -1px no-repeat;
    padding-left: 64px;
    display: inline-block;
}

.last .unesco {
    background: url(../images/logo-unesco.svg) 0px 6px no-repeat;
    padding-left: 35px;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;

}
.qualite-tourisme {
    background: url(../images/logo-qualite-tourisme.png) 0px 0px no-repeat;
    padding-left: 26px;
    margin-right: 26px;
    display: inline-block;
}

.logos {
    float: right;
    text-align: right;
    font-size: 0.75em;
    padding: 60px 0 20px 0;
    padding-right: 20px;
}
    .logos span {
        display: block;
        padding-bottom: 25px;
        text-align: left;
    }

    .logos span.qualite-tourisme {
        margin-left: 35px;
    }

a.jumptop,
#block-webform-client-block-57,
#block-block-9,
#block-block-5,
#footer #block-menu-menu-menu-du-bas {
    float: left;
}




/*
 * Wraps the header
 */
#header-wrapper {
    /* Debug styles, is this working */
    background: rgba(255, 192, 203, 0.5);
}


/* =============================================================================
 *   Logo. (Voir  aussi dans les fichiers css specifiques palais ou pont)
 * ========================================================================== */

 .front #logo {
    float: left;
 }



/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * The main page title (h1)
 */
#page-title {
    color: #2D281E;
    text-transform: uppercase;
}

.node-type-page-de-contenu #page-title {
    margin:0;
    /*clear: both;*/
    margin-top: 58px;
    width: 47.5%;
    padding-right: 5%;
}

.node-type-page-de-contenu .top-node {
    width: 47.5%;
}




/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
    display: inline;
    float: none;
    margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
    display: inline;
    margin: 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: block;
}

ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
    margin: 0;
}

/*
 * Block alignement 
 */
.align {
    display: inline-block;
    vertical-align: top;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * First sidebar
 */
.region-sidebar-first {
    text-transform: uppercase;
}

.region-sidebar-first ul.menu a {
    border-bottom: 1px solid #EAE9E8;
    display: block;
    padding: 10px 10px 10px 10%;
}
.region-sidebar-first ul.menu a:hover {
    background-color: #f5f4f4;
}
/* (Voir  aussi dans les fichiers css specifiques palais ou pont) */


.region-sidebar-first ul.menu li.menu-depth-2 a {
    padding-left:40px;
}
.region-sidebar-first ul.menu li.menu-depth-2 a {
    color: #76736D;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
    text-decoration: none;
}

a:link,
a:visited {
    color:#76736D;
}

a:active,
a.active {
    color:#76736D;
}

a:hover,
a:focus {
    text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
    clear: both;
    margin: 10px 0;
}

.nav ul,
.nav ul.menu {
    margin: 0;
    padding: 0;
}

.nav li,
.nav ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li a,
.nav ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}

.nav .block {
    margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
    margin-bottom: 0;
}

ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
}


ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
    outline: 0;
}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
    outline: 0;
}

/*
 * Superfish blocks
 */

.block-superfish ul {
    margin: 0 !important;
    padding: 0 !important;
}

.block-superfish li {
    margin: 0 !important;
    padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
    width: 100%;
}

.sf-vertical li {
    width: 100%;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.sf-vertical li a {
    padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
    padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
    padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu li {
    margin: 0;
    padding: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
    list-style: none;
}

/* ul enfants dans le footer */

ul.menu li a {
    color: #2D281E;
    font-size: 0.75em;

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.25s;

    -moz-transition-property: background-color;
    -moz-transition-duration: 0.25s;

    transition-property: background-color;
    transition-duration: 0.25s;
}

.region-footer ul.menu li a {
    font-size: 0.75em;
}

ul.menu li a:hover,
ul.menu li a:focus {
    text-decoration: none;
}

ul.menu li.active-trail > {
    font-weight: bold
}
ul.menu li.first,
ul.menu li.last {
    width: 100%;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
    padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation .page-up {
    /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
    min-width: 2em;
    white-space: nowrap;
}

.book-navigation .menu {
    margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
    margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
    content: ":";
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
    display: inline;
}

#breadcrumb li {
    list-style: none;
    display: inline;
}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
    clear: both;
    font-size: 0.8em;
    color: #2D281E;
    margin: 0;
    text-align: left;
    border-top: 1px dotted #B5B4B0;
    padding-top: 20px;

}

.item-list .pager {
    text-align: left;
}

.item-list ul.pager li {
    margin: 0;
    padding: 1px;
}

ul.pager li {
    list-style-type: none;
}
    .item-list .pager li a {
        background-color: #F4F4F4;                    
        display: inline-block;
        padding: 10px 16px;
    }

ul.pager li.pager-current {
    font-weight: 700;
    padding: 10px 13px;
}

ul.pager li a:link,
ul.pager li a:visited { text-decoration: none;}

ul.pager li.pager-item {}

ul.pager li.first a {}
ul.pager li.last {}
ul.pager li.pager-current,
ul.pager li:hover {
    background-color: #FFF;
    color: #2D281E;
}
ul.pager li:hover a {
    color: #2D281E;
    font-weight: 700;
}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
    left: 50%;
    margin-left: -6.5em;
    margin-top: 0;
    padding: 0 0.5em;
    position: absolute;
    width: 12em;
    z-index: 50;
}

#skip-link a {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
    outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
    margin-bottom: 15px;
}

ul.primary {
    border-bottom-color: #ccc;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px;
}

ul.primary li a {
    background-color: #f5f5f5;
    border-color: #ccc;
    margin-right: 1px;
    padding: 0 10px;
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
    background-color: #eee;
    border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff;
}

ul.secondary {
    border-bottom: 1px solid #ccc;
    margin: 1em 0 0;
    padding: 0 .3em 1em;
}

ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
    border-bottom: none;
    text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
    margin: 20px 0 0;
    list-style: none;
}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Node page de contenu fields
 */

.content-details {
    font-size: 0.75em;
    padding: 40px 0;
}
.content-details .field-items {
    padding-bottom: 15px;
}
    .content-details .field-items .field-item {
        padding: 0 0 6px 25px;
        line-height: 1.3;
    }

    .content-details a:link, .node a:visited {
        padding: 0;
    }

.field-name-field-date {
    background: url(../images/item-dates.png) -2px 0px no-repeat;
}
.field-name-field-horaires {
    background: url(../images/item-horaires-gris.png) 0px 0px no-repeat;
}
.field-name-field-tarif {
    background: url(../images/item-tarif.png) 0px 0px no-repeat
}
.field-name-field-lieu,
.field-name-field-partnerais-address .field-item {
    background: url(../images/item-lieu.png) 0px 0px no-repeat;
}
.field-name-field-site-web {
    background: url(../images/item-link-gris.png) 0px 0px no-repeat;
}
.field-name-field-site-web .field-item a,
.field-name-field-mail .field-item a {
    border-bottom: 1px dotted #76736D;
    color: #76736D;
}
    .field-name-field-site-web .field-item a:hover,
    .field-name-field-mail .field-item a:hover {
        background: none;
        border-bottom: 1px solid #57534B;
        color: #57534B;
        padding-bottom: 0px;
    }

.field-name-field-site-web .field-item:hover {
    background: url(../images/item-link-noir.png) 0px 0px no-repeat;
    color: #2D281E;
}
.field-name-field-mail .field-item {
    background: url(../images/item-mail-gris.png) 0px 0px no-repeat;
    padding-left: 25px;
}
.field-name-field-mail .field-item:hover {
    background: url(../images/item-mail-noir.png) 0px 0px no-repeat;
    color: #2D281E;
}

.field-name-field-mail .field-item a {
    border-bottom: 1px dotted #57534B;
    text-decoration: none;
}
    .field-name-field-mail .field-item a:hover {
        text-decoration: none;
    }
.field-name-field-telephone {
    background: url(../images/item-phone-gris.png) 0px 0px no-repeat;
}


.field-name-field-bouton-reserver a:link,
.field-name-field-bouton-reserver a:visited {
    display: block;
    background: #2D281E url(../images/arrow-search-white.png) 10px center no-repeat;
    border-bottom: none;
    color: #fff!important;
    font-size: 0.8em;
    margin-top: 20px;
    padding: 10px 10px 10px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

.field-name-field-bouton-reserver a:hover {
    background: #1E1914 url(../images/arrow-search-white-hover.png) 10px center no-repeat;
}


.content-details .field-name-field-bouton-reserver .field-item {
    padding-left: 0;
}


/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
    font-size: 1em;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
    /* The same bottom margin as p, blockquote, ul, ol and dl */
    margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
    margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
    margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
    margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Block title
 */
.block-title {
    margin: 0;
}

.block-content li {
    margin: 0;
    padding: 0;
}

/*
 * "Search form" block
 */
.top-node {
    text-align: right;
}

.bloc-search {
    background: url(../images/item-search.png) 11px center no-repeat;
    border-left: 1px dotted #B5B4B0;
    border-right: 1px dotted #B5B4B0;
    height: 40px; 
    cursor: pointer;
}

.bloc-search input {
    background-color: #F4F4F4;
    border: none;
    color: #76736D;
    font-size: 0.8em;
}
.bloc-search input[type="search"]{
    width: 190px;
    height: 38px;
}
.bloc-search input[type="submit"]{
    background: url(../images/arrow-search.png) 11px -2px no-repeat #F4F4F4;
    padding-right: 0px;
    font: 0/0 a;
    width: 40px;
}
    .bloc-search input[type="submit"]:hover{
        background: url(../images/arrow-search-hover.png) 11px -2px no-repeat #F4F4F4;
    }

.bloc-search form {
    display: block; 

}
.bloc-search:hover form {
    display: block;

}

.bloc-search ::-webkit-input-placeholder {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #B5B4B0;
}

.bloc-search :-moz-placeholder { /* Firefox 18- */
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #B5B4B0;
}

.bloc-search ::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'DINPro', Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #B5B4B0;
}

.bloc-search :-ms-input-placeholder {  
   font-family: 'DINPro', Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #B5B4B0;
}

/*
 * Bloc Menu
 */

#block-views-menu-block {
    background-color: #F4F4F4;
    border-top: 1px solid #EAE9E8;
    margin-top: 25px;
}
#block-views-menu-block ul.menu-list li {
    border-left: 1px dotted #D5D4D2;
    color: #57534B;
    list-style-type: none;
    float: left;
    margin: 0;
    min-height: 436px;
    padding: 20px;
    width: 14.2857142857%;
}
#block-views-menu-block ul.menu-list li img {
    width: 100%;
}
#block-views-menu-block ul.menu-list  {
    margin: 0;
}
#block-views-menu-block ul.menu-list li a {
    color: #57534B;
}
    #block-views-menu-block ul.menu-list li .read-more a {
        background: #2D281E url(../images/arrow-search-white.png) no-repeat 10px center;
        color: #fff;
        font-size: 0.6em;
        padding: 10px 18px 10px 28px;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: none;
    }
    
    #block-views-menu-block ul.menu-list li:hover .read-more a {
        background: #1E1914 url(../images/arrow-search-white.png) no-repeat 10px center;
        display: inline-block;
    }
    #block-views-menu-block ul.menu-list li:hover .read-more a:hover {
        background: #1E1914 url(../images/arrow-search-white-hover.png) no-repeat 10px center;
        display: inline-block;
    }

#block-views-menu-block ul.menu-list li:first-child {
    border-left: none;
}
#block-views-menu-block ul.menu-list p {
    padding-bottom: 20px;
    font-size: 0.9em;
}
#block-views-menu-block ul.menu-list h2 {
    color: #57534B;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
#block-views-menu-block a:hover {
    text-decoration: none;
}
#block-views-menu-block li:hover {
    background-color: #fff;
}
#block-views-menu-block li:hover h2,
#block-views-menu-block li:hover p {
    color: #2D281E;
}



/*
 * "Main menu" block
 */
#block-system-main-menu {
    margin-top: 65px;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
    margin-bottom: 20px;
}

.node .column-left {
    float: left;
    padding: 0 5% 0 0;
    width: 47.5%;
}
.node .column-right {
    /*background-color: #2D281E;*/
    float: right;
    margin-top: -140px; /* à ajuster selon la hauteur de la div top-node */
    width: 52.5%;
}
.node .details {
    padding: 20px 40px;
}
.node .content-details {
   color: #76736D; 
}

/* liens dans content details */

    .node .content-details .field-name-field-site-web a:link,
    .node .content-details .field-name-field-site-web a:visited {,
       padding: 0;
       color: #76736D;
       border-bottom: 1px dotted #76736D;
       text-decoration: none;
    }
        .node .content-details .field-name-field-site-web a:hover {
            color: #675E52;
            border-bottom: 1px solid #675E52;
            text-decoration: none;
        }

.node .content-details .left {
    border-right: 1px dotted #B5B4B0;
}
.node .content-details .right,
.node .content-details .left {
    width: 49%
}
/*
 * Iframe Réserver
 */
iframe {
    width: 100%;
}
/*
 *  Images - Right Column
 */

.field-name-field-image-large {
    max-width: 100%;
    height: auto;
}

.field-name-field-image-vertical {
    width: 28.5714286%;
    height: auto;
    float: left;
}

.field-name-field-image-medium {
    width: 71.4285714%;
    height: auto;
    float: left;
}

.field-name-field-image-vertical-grand {
    width: 42.8571429%;
    height: auto;
    float: left;
}

.field-name-field-image-horizontal,
.field-name-field-image-horizontal-2 {
    width: 57.1428571%;
    height: auto;
    float: left;
}

.field-name-field-image-carre {
    width: 57.1428571%;
    height: auto;
    float: left;
}

.field-name-field-image-vertical-dernier {
    width: 42.8571429%;
    height: auto;
    float: left;
}

/*
 *  Effet de hover sur les images
 */

.field-type-image {
    line-height: 0;
    overflow: hidden;  
}

.field-type-image span.field-title,
.field-type-image span.field-alt {
    display: block;
    
    line-height: 1.5;
}
.field-type-image span.field-title {
    padding: 20px 20px 0 20px;
    font-weight: bold;
}
.field-type-image span.field-alt {
    padding: 0px 20px 0 20px;
}
.field-type-image span.field-title {
    text-transform: uppercase;
}
.field-type-image figure {
    position: relative;
    cursor: url(images/cursor.png), auto;
    cursor: url(images/cursor.cur), auto;
}
.field-type-image figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    background-color: rgba(45, 40, 30, 0);
    color: transparent;

    transition-property: all;
    transition-duration: 0.5s;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;

    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;

    transition-property: all;
    transition-duration: 0.5s;

}
.field-type-image figcaption,
.field-type-image figure:hover figcaption { display: none\9 }


.field-type-image figure:hover {
    cursor: url(images/cursor.png), auto;

} 

.field-type-image figure:hover figcaption {
    display: block;
    background-color: rgba(45, 40, 30, 0.5);
    color: #fff;
}

/*
 *  Page Informations pratiques
 */

.ds-2col > .group-left {
    float: left;
    width: 47.5%;
    /*padding-right: 5%;*/
}
.ds-2col > .group-right {
    float: left;
    width: 52.5%;
}

h2.horaires,
h2.tarifs,
h2.contact {
    color:#76736D;
    font-size: 0.9em;
    padding-left: 20px;
    background: no-repeat;
    text-transform: uppercase;
}

h2.horaires {
    background-image: url(../images/item-horaires-gris.png);
    background-position: 0 1px;
}
h2.tarifs {
    background-image: url(../images/item-tarif.png);
    background-position: 0 2px;
}
h2.contact {
    background-image: url(../images/item-phone-gris.png);
    background-position: 0 0px;
}

h3 {
    color: #2D281E;
    font-size: 0.9em;
    font-weight: 700;
}

.node-page-contact p {
    padding-right: 15%;
}

.node-page-contact table {
    color: #57534B;
    font-size: 0.9em;
    width: 85%
}

table td.price {
    text-align: right;
}

table td.grey {
    color:#76736D;
}

span.small {
    display: block;
    font-size: 0.8em;
}
span.mail {
    padding-top: 50px;


}
/*
 *  Google Maps
 */

#map-contact {
    float: right;
    width: 100%;
    height:768px;
}


/*
 *  Page Partenaires
 */
.view-nos-partenaires {
    margin-top: 50px;
}

.view-nos-partenaires .views-row {
    border-top: 1px dotted #B5B4B0;
    padding: 20px 0;
}
.view-nos-partenaires .views-row-last {
    border-bottom: 1px dotted #B5B4B0;
}
.page-nos-partenaires #page-title {
    margin: 75px 0 60px 0;
}

/* logo */
.view-nos-partenaires .partnaires_logo { 
    width: 33.3%;
    float: left;
    text-align: center;
}

.view-nos-partenaires .partnaires_logo img {
    width: 70%;
    margin-right: 40px;
}

/* texte */
.view-nos-partenaires p { 
    width: 41.7%;
    float: left;
}
/* détails */
.view-nos-partenaires .details { 
    width: 25%;
    float: left;
    padding: 0 20px;
}
.view-nos-partenaires .details .title { 
    color: #76736D;
    font-weight: 700;
}

.view-nos-partenaires .details .title,
.view-nos-partenaires .details .partenaris_address,
.view-nos-partenaires .details .telephone,
.view-nos-partenaires .details .mail,
.view-nos-partenaires .details .site_web {
    font-size: 0.8em;
    padding-bottom: 7px;
    padding: 0 0 0 25px;
    line-height: 2;
}



.view-nos-partenaires .details .partenaris_address {
    background: url(../images/item-lieu.png) no-repeat 0px 3px;
}
.view-nos-partenaires .details .telephone {
    background: url(../images/item-phone-gris.png) no-repeat 0px 4px;
}
.view-nos-partenaires .details .mail {
    background: url(../images/item-mail.png) no-repeat 1px 7px;
}
.view-nos-partenaires .details .site_web {
    background: url(../images/item-link-gris.png) no-repeat 1px 6px;
}

.view-nos-partenaires a {
    border-bottom: 1px dotted #57534B;
    color: #76736D;
    text-decoration: none;
}

    .view-nos-partenaires a:hover {
        border-bottom: 1px solid #2d281e;
        color: #2d281e;
        text-decoration: none;
    }

/* =============================================================================
 *   Page 404
 * ========================================================================== */

.node-page-404 .node-content {
    background: url(../images/404-error.png) no-repeat 60px center #F4DFDB;
    border: 1px solid #D68C89;
    color: #AB0634;
    padding: 95px 60px 75px 128px;
    float: left;
    width: 63%;
}

.node-page-404 h1 {
    margin: 25px 0 60px 0;
}
.node-page-404 header {
    clear: both;
}

.node-page-404 a:link, .node-page-404 a:visited {
    border: none;
}
.node-page-404 a.back { 
    border: 1px solid #EAE9E8;
    float: left;
}
.node-page-404 a.back:hover { 
    border: 1px solid #FFF;
}

a.back {
    background: url(../images/arrow-back.png) no-repeat center 76px #F4F4F4;
    border: 1px solid #EAE9E8!important;
    display: inline-block;
    padding: 112px 75px 83px;
    font-size: 0.8em;
    text-decoration: none;
    margin: 0 2%;
    width: 33%;
    text-align: center;
    text-transform: uppercase;
}
a.back:hover {
    background-color: #FFF;
    border: 1px solid #FFF!important;
    text-decoration: none;
}

.node-page-404 header .bloc-search  {
    margin: 20px 0 84px 0;
    width: 50%;
    margin-right: 20px;
    float: right;
}

.node-page-404 .top-node {
    width: 45%;
    float: right;
}

/* =============================================================================
 *   Résultats de la recherche
 * ========================================================================== */

.page-search-content div.error { display: none;}

.page-search-content h1, 
.page-actualite h1  {
    margin-top: 75px;
}

.page-search-content h2 , .page-actualite h2{
    font-weight: 400;
    font-size: 1em;
}

.page-search-content .message {
    background: url(../images/webform-error.png) no-repeat 60px center #FDF2E5;
    border: 1px solid #F5C68C;
    color: #E98000;
    display: inline-block;
    padding: 95px 60px 75px 128px;
    width: 62%;
}

.page-search-content a.back, .page-actualite a.back {
    font-size: 0.9em;
    padding: 96px 75px 76px;
}

.page-search-content label, .page-actualite label{
    font-size: 0.9em;
    margin-right: 20px;
}

.page-search-content .search-form label {
    display: none;
}

.page-search-content .node a:link, 
.page-search-content .node a:visited,
.page-actualite .node a:link, 
.page-actualite .node a:visited{
    border-bottom: none;
    color: #76736D;
    text-decoration: none;
}

.page-search-content .node a:hover, .page-actualite .node a:hover {
    background: none;
    color: #2d281e;
}

.page-search-content .field-name-title h2 , .page-actualite .field-name-title h2{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.page-search-content .group-middle, .page-actualite .group-right {
    font-size: 0.75em;
    padding: 0 40px;
}

.page-search-content .group-middle .field-item, 
.page-actualite .group-right .field-item {
    padding-left: 20px;
}
    .page-search-content .group-middle .field-items, 
    .page-actualite .group-right .field-items {
    padding-bottom: 10px;
}

.ds-3col-equal > .group-left {
    width: 41.66%;
    float: left;
}
.ds-3col-equal > .group-middle {
    width: 25%;
    float: left;
}
.ds-3col-equal > .group-right {
    width: 33.33%;
    float: right;
}

.view-content .ds-3col-equal > .group-left {
    width: 41.66%;
    float: left;
}
.view-content .ds-3col-equal > .group-middle {
    width: 35%;
    float: left;
}
.view-content .ds-3col-equal > .group-right {
    width: 23.33%;
    float: left;
}


.page-search-content .node, .page-actualite .node {
    margin-bottom: 0;
    padding: 20px;
    border-top: 1px dotted #B5B4B0; 
}
.page-search-content .node:hover, .page-actualite .node:hover {
    background-color:#F4F4F4;
    color: #2D281E;
}

.page-search-content .group-right .field-type-image figure img {
    width: 100%;
}

.page-actualite .group-left .field-type-image figure img {
    width: 100%;
    padding-right: 25px;
}

.page-search-content .group-right .field-type-image figure:hover, .page-actualite .group-left .field-type-image figure:hover   {
    cursor: auto;
}

.page-search-content .group-right .field-type-image figure:hover figcaption, .page-actualite .group-left .field-type-image figure:hover figcaption ,
.page-actualite .group-left .field-type-image figure figcaption {
    display: none;
}

.ds-search-highlight {
    background-color: #FDF2E5; 
}

.ds-search-extra {
    font-size: 0.9em;
    margin-bottom: 20px;
}

/* =============================================================================
 *   Listing A l'affiche
 * ========================================================================== */

.page-actualite h1 {margin-bottom: 0;}
.page-actualite .view-header h2 {
    text-transform: uppercase;
    margin-top: 0;
    width: 30%;
}

.page-actualite .link {
    text-align: right;
    padding: 2px;
    text-decoration: none;
    width: 26%;
    margin-left: 43%;
}
    .page-actualite .link a {
        background: #F4F4F4 url(../images/link-externe.png) no-repeat 97% 7px;
        border: 1px #EAE9E8 solid;
        font-size: 0.8em;
        padding: 5px 30px 5px 0px;
        text-decoration: none;
        display: block;
    
    }
    .page-actualite .link a:hover {
        background: #EAE9E8 url(../images/link-externe.png) no-repeat 97% 7px;
        border: 1px #F4F4F4 solid;
    }

    .page-actualite .field-name-body {
        font-size: 0.9em;
    }
    
    .page-actualite .field-name-field-mise-en-avant,
    .page-search .field-name-field-mise-en-avant {
        font-style: normal;
        padding: 10px 0px;
    }

    .page-actualite .views-row-last {
        border-bottom: 1px dotted #B5B4B0;
    }

.view-header {
    margin-bottom: 20px;
}  


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */

.webform-client-form label {
    color: #76736D;
    font-size: 0.75em;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
    height: 32px;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form textarea {
    padding: 0 10px;
    width: 100%;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}
.webform-client-form ::-webkit-input-placeholder {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

.webform-client-form :-moz-placeholder { /* Firefox 18- */
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

.webform-client-form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}
.webform-client-form :-ms-input-placeholder {  
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

#webform-component-order-prenom, 
#webform-component-order-ville,
#webform-component-order-ville,
#webform-component-qualite {
    padding-right: 20px;
}
#webform-component-order-prenom,
#webform-component-order-nom,
#webform-component-order-ville,
#webform-component-order-cp,
#webform-component-order-pays {
    width: 50%;
    float: left;
}

.webform-client-form input,
.webform-client-form select {
    font-size: 0.9em;
}
.webform-client-form select {
    color: #B5B4B0;
}
.webform-client-form select option {
    color: #B5B4B0;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}
.webform-client-form input,
.webform-client-form textarea,
.webform-client-form select {
    background-color: #F4F4F4;
    border: 1px solid #B5B4B0;
}
.resizable-textarea .grippie {display: none;}

.group-left .webform-client-form input:focus,
.group-left .webform-client-form textarea:focus {
    background-color: #FFF;
}

.group-left .webform-client-form input[type="submit"] {
    background: #1E1914 url(../images/bouton-submit-blanc.png) no-repeat 76px center;
    color: #fff;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    border: none;
    margin-left: 0;
    font-size: 0.7em;
    padding: 10px;
    padding-left: 0;
    text-transform: uppercase;
    width: 100px;
}
.group-left .webform-client-form input[type="submit"]:hover {
    background: #2D281E url(../images/bouton-submit-blanc.png) no-repeat 76px center;;
}

.selecteur select {
   background: transparent;
   width:100%;
   padding: 5px;
   font-family: 'DINPro', Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 32px;
   -webkit-appearance: none;
}

    .selecteur {
       width: 46.5%;
       height: 32px;
       overflow: hidden;
       background: url(../images/select-fleche-fond.png) no-repeat right #F4F4F4;
       border-top: 1px solid #B5B4B0;
       border-left: 1px solid #B5B4B0;
       border-bottom: 1px solid #B5B4B0;
   }
    .selecteur:hover {
       background: url(../images/select-fleche-fond-hover.png) no-repeat right #F4F4F4;
   }


/* formulaire de recherche page listing recherche */
#content .search-form input[type="submit"] {    
    background: url(../images/arrow-search.png) 0px center no-repeat #F4F4F4;
    border: none;
    color: transparent;
    font-size: 0/0;
    margin-left: -35px;
    width: 20px;
    height: 32px;
    vertical-align: middle;
}
    #content .search-form input[type="submit"]:hover {    
        background: url(../images/arrow-search-hover.png) 0px center no-repeat #F4F4F4;
    }
#content .search-form input[type="text"] {    
    background: url(../images/item-search.png) 12px center no-repeat #F4F4F4;
    border: 1px solid #EAE9E8;
    color: #76736D;
    font-size: 0.9em;
    padding: 12px 0 12px 45px;
}

.form-item {
    margin-top: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #F1AC59;
}

.form-item label {
    font-weight: 400;
    padding-bottom: 5px;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
    color: #93B363;
}

.form-item .description {
    font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {
    background-color: #1E1914;
    color: #fff;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    border: none;
    margin-left: 0;
    font-size: 0.7em;
    padding: 10px;
    text-transform: uppercase;
    width: 100px;
}

.container-inline div,
.container-inline label {
    display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
    border: 1px solid #ccc;
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
    margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

table.sticky-header {
    z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
    border-color: #fff;
}

table,
td,
th {
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
}

thead tr {
    font-weight: 700;
    background-color: #e5e5e5;

}

td,
th {
    border-bottom: 0;
    margin: 0;
    padding: 0px;
    font-weight: normal;
}

tbody tr {
    border-top: 1px solid #fff;
}


/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
    white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */

div.messages {
    margin:10px 0;
    padding: 20px 0 20px 20px;
    width: 40%;
}

div.messages ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0px;
    font-size: 0.813em;
}

div.error {
    color: #E98000;
    background: url(../images/webform-error.png) no-repeat 20px 20px;
    border-color: #F1AC59;
    padding: 35px 0 40px 75px;
}

div.status {
    background-image: url(../images/webform-ok.png);
    border-color: 1px solid #D0DEBB;
    padding: 20px 0 20px 75px;
}

div.status, .ok {
    color: #234600; 
}

div.status, table tr.ok {
    background-color: #F1F5EB;
}

div.error,
tr.error {
    background-color: #FDF2E5;
}

.error {
    color: #E98000;
}

div.newslet {
    margin-top: 135px;
}

div .newslet .status {
    border-color: #D0DEBB;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 30%;
}

/* Message d'information */

/*.message-info {
    margin: 20px auto !important;
    padding: 5px 20px 5px 16px;
    background: #E5F1FD;
	
    border: 2px solid #A6CEF8;
	display: block;
        text-align: left;
        color: #0073EB;
 
    }*/
.message-info {

    margin: 20px auto !important;
    padding: 20px 20px 20px 20px;
    background: #717C11;
     display: block;
    text-align: left;
    color: #fff;

}

.contact .message-info {
    width: 100%;
	 display: block;
}

.page-partenariat .message-info,
.page-actualite .message-info {
    width: 40%;
    display: block;
}
/*
 * Unpublished nodes
 */

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
    color: pink;
    color: rgba(239, 170, 170, 0.4);
    font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
    font-size: 75px;
    font-weight: bold;
    height: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
    position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
    padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
    margin: 0;
}

.db-offline .container {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 960px;
}

.db-offline div.messages {
    margin: 20px 0 0;
}

.db-offline #content {
    padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
    margin: 0;
    padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
    background: #eee;
    padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
    padding: 0 10px;
}

#styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto;
}

.item_lien {
    display:block;
    background: url(sites/all/themes/avignon/images/fondquadrille.jpg) 0 0 no-repeat;
    /*width:238px;*/
    height:350px;
    position: relative;
}

/* changement taille de typo pour résolutions < 1280px */

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

    /* homepage */
    ul.front-page {
        margin-top: 10%;
    }

    ul.front-page h2 {
        font-size: 0.80em;
    }

    ul.front-page p {
        font-size: 0.75em;
    }

    ul.front-page .read-more {
        font-size: 0.6em;
    }

    #menu-footer-links li {
        font-size: 0.75em;
    }

    #menu-footer-links li.last {
        font-size: 0.6em;
        line-height: 2;
        float: left;
    }

    /* footer pages internes */
    #block-views-menu-block ul.menu-list h2 {
        font-size: 0.9em;
    }

    #block-views-menu-block ul.menu-list p {
        font-size: 0.75em;
    }

    #block-views-menu-block ul.menu-list li .read-more a {
        font-size: 0.6em;
    }

    #block-block-9 {
        width: 23%;
        padding: 50px 20px 0 20px;
        font-size: 0.75em;
    }

    a.contact {
        font-size: 0.75em;
    }

    .region-footer ul.menu li a {
        font-size: 0.75em;
    }

    .logos {
        font-size: 0.6em;
    }

    .logos a {
        display: block;
        padding-top: 3px;
    }
    .last .unesco {
        background: url(../images/logo-unesco.svg) 0px 2px no-repeat;
        padding-left: 35px;
        display: inline-block;
        padding-top: 4px;
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 1024px) {

    #block-menu-menu-menu-du-bas {
        padding: 25px 10px 5px 10px;
    }

#block-block-9 {
        padding: 40px 10px;
    }


}





