/*====================================================================================================
  :: FONTS
==================================================================================================== */

@font-face {
    font-family: 'pt-sans-regular';
    src: url('../Fonts/PTS55F-webfont.eot');
    src: url('../Fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/PTS55F-webfont.woff') format('woff'), url('../Fonts/PTS55F-webfont.ttf') format('truetype'), url('../Fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt-sans-narrow-bold';
    src: url('../Fonts/PTN77F-webfont.eot');
    src: url('../Fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/PTN77F-webfont.woff') format('woff'), url('../Fonts/PTN77F-webfont.ttf') format('truetype'), url('../Fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway-bold';
    src: url('../Fonts/raleway-bold.eot');
    src: url('../Fonts/raleway-bold.eot?iefix') format('embedded-opentype'), url('../Content/Fonts/raleway-bold.woff') format('woff'), url('../Fonts/raleway-bold.ttf') format('truetype'), url('../Fonts/raleway-bold.svg#Raleway-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway-light';
    src: url('../Fonts/raleway-light.eot');
    src: url('../Fonts/raleway-light.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/raleway-light.woff') format('woff'), url('../Fonts/raleway-light.ttf') format('truetype'), url('../Fonts/raleway-light.svg#Raleway-Light') format('svg');
}

@font-face {
    font-family: 'interstate';
    src: url('../Fonts/interstate-regular-webfont.eot');
    src: url('../Fonts/interstate-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/Fonts/interstate-regular-webfont.woff') format('woff'), url('../Fonts/interstate-regular-webfont.ttf') format('truetype'), url('../Fonts/interstate-regular-webfont.svg#webfontjeQgvMIS') format('svg');
}
/*===================================================================================================
    :: GENERAL
===================================================================================================== */

#agenda {
    font-family: Arial, sans-serif;
    font-size: 0.95em;
    font-size: 0.85rem;
    color: #254875;
}

#agenda h1 {
    font-family: 'raleway-light';
    font-size: 3.25em;
    font-size: 3.25rem;
    font-weight: normal;
    color: #5d7482;
}

#agenda h2 {
    font-family: 'raleway-light';
    font-size: 1.7em;
    font-size: 1.7rem;
    font-weight: normal;
    color: #254875;
}

#agenda h3 {
    font-family: 'raleway-bold';
    font-size: 1.6em;
    font-size: 1.6rem;
    color: #254875;
    text-transform: uppercase;
}

#agenda h4 {
    font-family: 'raleway-bold';
    font-size: 1.4em;
    font-size: 1.35rem;
    color: #254875;
    text-transform: uppercase;
}

#agenda a {
    font-family: Arial, sans-serif;
    color: #254875;
    text-decoration: none;
}

#agenda a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

#agenda ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#agenda ul li {
    margin: 0;
    padding: 0;
}

#agenda strong {
    display: inline;
    vertical-align: baseline;
    font-family: 'raleway-bold';
    font-size: 110%;
    font-weight: normal;
}

#agenda img {
    max-width: 100%;
}

#agenda .horsChamp {
    display: none;
}
/*====================================================================================================
  :: MAINCONTENT
==================================================================================================== */

#agenda {
    margin: 16px 0;
}

#agenda.mainContent {
    max-width: 850px;
    margin: 0 auto;
}

#agenda.mainContent .mainTitle {
    position: relative;
    padding: 8px;
}

#agenda.mainContent .mainTitle img {
    display: none;
}

#agenda.mainContent .mainTitle h2 {
    margin-bottom: 0;
}

#agenda.mainContent .mainTitle h2 strong {
    display: block;
}

#agenda.mainContent .mainTitle button.print {
    position: absolute;
    right: 8px;
    bottom: 8px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 0;
}

#agenda.mainContent .mainTitle button.print:focus {
    outline: none;
}
/*---------------------------------------------------------------------------------------------------- 
  :: Notes
 -----------------------------------------------------------------------------------------------------*/

#agenda .notes {
    position: relative;
    margin-top: 8px;
    padding: 12px 42px 12px 12px;
    min-height: 30px;
    background: #FFFFCC;
}

#agenda .notes p {
    margin-bottom: 0;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.2em;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#agenda .notes-btn {
    cursor: pointer;
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 10px;
    padding: 0 0 0 30px;
    border: 0 none;
    background: url(https://www.transparence.gouv.qc.ca/fileadmin/templates/images/contenu/drop-up.gif);
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

#agenda .notes-btn:focus {
    outline: none;
}

#agenda .notes-btn.active {
    background: url(https://www.transparence.gouv.qc.ca/fileadmin/templates/images/contenu/drop-down.gif);
}

#agenda .notes-label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 2px 0;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.2em;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #35521b;
}

#agenda #notes-content {
    display: block;
}

#agenda .notes-content {
    margin-top: 4px;
    margin-left: 39px;
    font-family: Arial, Helvetica, sans-serif;
    color: #35521b;
}

#agenda .notes-content ol {
    padding-left: 20px;
}

#agenda .notes-content ol li {
    position: relative;
    margin-bottom: 16px;
    z-index: 0;
}

#agenda .notes-content ol li:before {
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    content: "";
    font-family: 'pt-sans-bold';
    z-index: -1;
}
/*---------------------------------------------------------------------------------------------------- 
  :: Calendrier
 -----------------------------------------------------------------------------------------------------*/

#agenda .calendrier {
    margin-top: 48px;
    padding: 0 8px 8px 8px;
    border: 6px solid #EEF1EC;
    background: #fff url(https://www.transparence.gouv.qc.ca/fileadmin/templates/images/contenu/fond-degrade.jpg) left top repeat-x;
}

#agenda .calendrier h3 {
    margin-top: 0;
}

#agenda .calendrier h4 {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 8px;
}

#agenda .calendrier p {
    margin-top: 0;
}

#agenda .calendrier .date {
    margin-bottom: 0;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.5em;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

#agenda .calendrier .date > span {
    display: inline-block;
    vertical-align: top;
}

#agenda .calendrier .date .mois {
    min-width: 100px;
    min-height: 100px;
    margin: -35px 10px 0px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
    font-size: 1.35rem;
    line-height: 0.8;
    background: url(https://www.transparence.gouv.qc.ca/fileadmin/templates/images/contenu/pastille.png) center no-repeat;
}

#agenda .calendrier .date .numero {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-family: 'interstate';
    font-size: 2.25em;
    font-size: 2.5rem;
    line-height: 1 !important;
}

#agenda .calendrier abbr,
.calendrier .abbr {
    display: block;
    color: #fff;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.5em;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1 !important;
    border-bottom: 0;
}

#agenda .calendrier .listeHoraire ul li {
    margin: 0;
    margin-bottom: 8px;
    padding: 8px 8px 8px 0;
    border: 3px solid #EEF1EC;
    list-style-type: none;
}

#agenda .calendrier .listeHoraire ul li p {
    margin-bottom: 8px;
}

#agenda .calendrier .listeHoraire .heure {
    display: block;
    width: 16%;
    padding-left: 4%;
    float: left;
    text-align: left;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.3em;
    font-size: 1.3rem;
}

#agenda .calendrier .listeHoraire .lieu {
    display: block;
    width: 80%;
    padding-left: 20%;
    
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.3em;
    font-size: 1.3rem;
}

#agenda .calendrier .listeHoraire .description {
    display: block;
    width: 80%;
    padding-left: 20%;
    font-family: Arial, sans-serif;
}

#agenda .calendrier li.last {
    margin-bottom: 0 !important;
}

#agenda .calendrier .listeRencontres ul li {
    margin: 0;
    margin-bottom: 8px;
    padding: 8px;
    border: 3px solid #EEF1EC;
    background: #EEF1EC;
}

#agenda .calendrier .listeRencontres ul li p {
    margin-bottom: 0;
}

#agenda .calendrier .listeRencontres .titre,
.calendrier .listeRencontres .lieu {
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.3em;
    font-size: 1.3rem;
}

#agenda .calendrier .listeRencontres .description {
    font-family: Arial, sans-serif;
}
/*---------------------------------------------------------------------------------------------------- 
  :: Top Btn
 -----------------------------------------------------------------------------------------------------*/

#agenda #backToTop {
    display: inline-block;
    min-height: 20px;
    margin: 20px 0;
    padding: 0px 10px 0px 8px;
    border: 2px solid #d9e0e8;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #d9e0e8;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1em;
    font-size: 1rem;
    line-height: normal;
    vertical-align: middle;
    color: #254875;
}

.lte8 #agenda #backToTop {
    background-color: #d9e0e8;
    border-radius: 25px;
    behavior: url(PIE.htc);
    color: #254875;
    position: relative;
    z-index: 0;
}

#agenda #backToTop:before {
    display: inline-block;
    margin-right: 3px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-size: 1rem;
    color: #254875;
}

#agenda #backToTop:hover,
#agenda #backToTop:focus,
#agenda #backToTop:active {
    text-decoration: none;
    border: 2px solid #254875;
}
/*---------------------------------------------------------------------------------------------------- 
  :: Afficher + Btn
 -----------------------------------------------------------------------------------------------------*/

#agenda .tout-agenda .calendrier:nth-child(n+6) {
    display: none;
}

.lte8 #agenda .calendrier.nth-child_ie8 {
    display: none;
}

#agenda .center {
    text-align: center;
}

#agenda #afficherPlus {
    cursor: pointer;
    margin: 20px 0;
    padding: 5px 15px;
    border: 2px solid #477515;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background: #477515;
    font-family: 'pt-sans-narrow-bold';
    font-size: 1.15em;
    font-size: 1.15rem;
    line-height: 1.15;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.lte8 #agenda #afficherPlus {
    background-color: #477515;
    border: 2px solid #477515;
    border-radius: 60px;
    behavior: url(fileadmin/templates/styles/PIE.htc);
    color: #FFF;
    position: relative;
    z-index: 0;
}

#agenda #afficherPlus:hover {
    text-decoration: none;
    background-color: #254875;
    border: 2px solid #d9e0e8;
    outline: none;
}

#agenda #afficherPlus:focus {
    outline: none;
}
/*---------------------------------------------------------------------------------------------------- 
  :: IMPRESSION
 -----------------------------------------------------------------------------------------------------*/

@media print {
    html {
        font-size: 85%;
    }
    #agenda * {
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: normal;
        color: #000 !important;
        background: transparent !important;
        overflow: visible;
    }
    #agenda #notes-btn,
    #agenda .icon-blue,
    #agenda #backToTop,
    #agenda #afficherPlus {
        display: none !important;
    }
    #agenda #notes-content {
        margin: 0;
    }
    #agenda.mainContent .mainTitle h2 {
        margin: 0;
    }
    #agenda .calendrier {
        margin-top: 16px;
    }
    #agenda .calendrier .date {
        background: #EEF1EC !important;
        margin: 0 -8px;
        line-height: 1.5;
    }
    #agenda .calendrier .date > span,
    #agenda .calendrier .date .mois,
    #agenda .calendrier .date .numero,
    #agenda .calendrier .date .abbr {
        display: inline;
        position: static;
        vertical-align: initial;
        font-size: 20px;
        font-size: 1.5rem;
        line-height: 1;
    }
}

/*------------------------------------------------
  :: Début : Actualités commun
 -------------------------------------------------*/
.actus-filtrage {
    line-height: 40px;
    background-color: #9D9D9C;
    padding-left: 10px;
}

.ng-pristine,
.ng-valid {
    margin-right: 20px !important;
}

.actus-img-thumbnail {
    max-width: 80px !important;
    max-height: 80px !important;
    float: left !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.actualites-mern .actus-filtrage button {
    height: 24px !important;
    letter-spacing: 1px !important;
    margin-bottom: 2px !important;
    line-height: 17px !important;
    vertical-align: middle !important;
    color: #FFFFFF !important;
    background-color: #1163AD !important;
    border: none !important;
}

.actualites-mffp .actus-filtrage button {
    height: 24px !important;
    letter-spacing: 1px !important;
    margin-bottom: 2px !important;
    line-height: 17px !important;
    vertical-align: middle !important;
    color: #FFFFFF !important;
    background-color: #1163AD !important;
    border: none !important;
}

.spinner-actus {
  	min-height: 50px;
	margin-top:50px;
}

/*------------------------------------------------
  :: Fin : Actualités commun
 -------------------------------------------------*/
/*------------------------------------------------
  :: Début : Actualités MFFP
 -------------------------------------------------*/
.actus-article-wrapper-mffp {
    background-color: #ECECEC !important;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    padding-right: 1% !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #FFFFFF !important;
    height: 90% !important;
    min-height: 100px !important;
    max-height: 200px !important;
}

.actus-date-article-mffp {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.8em !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding-left: 10px !important;
    color: #585858 !important;
    line-height: 1.9em !important;
}

.actus-contenu-article-mffp h3/*, .actualites-mffp button, .actualites-mern button*/ {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    padding-left: 10px;
    line-height: 1.1em !important;
    color: #1163AD !important;
    margin: 0px !important;
}

.actus-texte-article-mffp {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.85em !important;
    font-weight: normal !important;
    text-transform: none !important;
    padding-left: 10px !important;
    color: #1163AD !important;
    line-height: 1.2em !important;
}

.actus-contenu-article-mffp h3 a:link,
.actus-contenu-article-mffp a:link {
    text-decoration: none !important;
}

.actus-contenu-article-mffp h3 a:hover,
.actus-titre-article-mffp h3 a:active,
.actus-contenu-article-mffp a:hover,
.actus-titre-article-mffp a:active {
    text-decoration: underline !important;
}

/*------------------------------------------------
  :: Fin : Actualités
 -------------------------------------------------*/
/*------------------------------------------------
  :: Début : Actualités MERN
 -------------------------------------------------*/
.actus-article-wrapper-mern {
    background-color: #ECECEC !important;
    padding-right: 1% !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #ECECEC !important;
    height: 90% !important;
    max-height: 200px !important;
    padding-left: 10px;
}

.actus-date-evenement-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-transform: none !important;
    color: #000000 !important;
    line-height: 1.9em !important;
}
.actus-etiquette-article-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-transform: none !important;
    color: #000000 !important;
    line-height: 1.9em !important;
}

.actus-etiquette-article-image-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding-left: 0px !important;
    color: #000000 !important;
    line-height: 1.9em !important;
}

.actus-separateur-titre-article-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding-left: 0px !important;
    color: #000000 !important;
    line-height: 1.9em !important;
}

.actus-categorie-article-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    padding-left: 0px !important;
    color: #000000 !important;
    line-height: 1.9em !important;
}

.actus-date-article-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.7em !important;
    font-weight: normal !important;
    text-transform: none !important;
    color: #319CCF !important;
    line-height: 1.9em !important;
}

.actus-contenu-article-mern h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    line-height: 1.1em !important;
    color: #319CCF !important;
    margin: 0px !important;
}

.actus-contenu-article-evenement-mern {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    line-height: 1.1em !important;
    color: #000000 !important;
    margin: 0px !important;
}

.actus-texte-article-mern p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.85em !important;
    font-weight: normal !important;
    text-transform: none !important;
    color: #319CCF !important;
    line-height: 1.2em !important;
}

.actus-separateur-article-mern {
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.actus-separateur-evenement-mern {
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.actus-contenu-article-mern h3 a:link,
.actus-contenu-article-mern a:link {
    text-decoration: none !important;
    color: #319CCF !important;
}

.actus-contenu-article-mern h3 a:hover,
.actus-titre-article-mern h3 a:active,
.actus-contenu-article-mern a:hover,
.actus-titre-article-mern a:active {
    text-decoration: underline !important;
}

.actus-pager-mffp button,
.actus-pager-mern button {
	font-family: Arial, Helvetica, sans-serif !important;
    background:none!important;
    border:none; 
    padding:0!important;
    font: inherit;
    cursor: pointer;
    margin: 20px 20px 20px 10px !important;
    text-decoration: underline;
 }

.actus-pager-mffp button {
    color: #1163AD;
}
 
.actus-pager-mern button {
    color: #2ea3f2;
}

/*------------------------------------------------
  :: Fin : Actualités MERN
 -------------------------------------------------*/

/*
Mis en commentaire le 17 mars. Ça n'affichait pas les actualités dans Wordpress lorsqu'activé.
.clearfix {
    overflow: auto;
}
*/



@media all and (max-width: 980px) {
	#agenda .calendrier .listeHoraire .heure {
    	padding-left: 2%;
		
}
