
.pageTitleWidth {
    width:100%;
    max-width: 1250px;
    margin:auto;
    padding:4rem 2rem 0 2rem;
    border-bottom:1px solid #b1b1b1;
}

.pageTitle h1{
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 2.6rem;
    color: #006666;
    margin: 0;
    font-weight: 300;
}

.wb-width-page {
    width:100%;
    max-width: 1250px;
    margin:auto;
}

.post-content {
    padding: 2rem;
}
.post-content a.icon-file-pdf{
    line-height: 1.85rem;
    padding: 0.8rem;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.2rem
}
.post-content a.icon-file-pdf:before{
    font-family: 'icomoon';
    padding: 0.5rem;
    font-size:1.5em;
    line-height: 1.85rem;
}

.post-content h1 {
    color:#e33333;
}
.post-content h2 {
    color:#006666;
}
.post-content h3 {
    color:#f85252;
}
.post-content h4 {
    color:#098484;
}
.post-content h5 {
    color:#cb1e1e;
}
.post-content h6 {
    color:#1aa5a5;
}

.post-content {
    color:#656565;
}

.post-content p{
    padding:0.5rem 0 !important;
}


.post-content  a {
    padding:0 0.5rem;
    margin:0 0.2rem;
    color:#e33333 !important;
    text-decoration: none;
    cursor: pointer;
}
.post-content  a:hover {
    background:#e33333;
    color:white !important;
}

.post-content  a:hover label {
    cursor:pointer;
}

.post-content ul, .post-content ol {
    margin:0;
    padding:0.2rem 1rem 0.2rem 1rem;
}

.post-content li {
    padding:0.2rem 1rem 0.2rem 1rem;
    display:block;
    position:relative;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    
}

.post-content iframe {
    display: block;
    margin: auto;
    
}
.post-content img.img-responsive:hover {
    cursor:pointer;
    
}

.post-content ul li:before{
content: '•';
counter-increment: li;
position: absolute;
left: -1em;
line-height:1.1rem;
min-width: 1.1rem;
text-align: center;
font-weight: bold;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
color:#e33333;
background:#e33333;
}
.post-content ul {
	counter-reset: li;
	display:block;
	clear:both;
}


.post-content ol {
 counter-reset: section;                /* On crée une nouvelle instance du                                 compteur section avec chaque ol */
  list-style-type: none;
 counter-reset: li;
}

.post-content ol li:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: -1em;
line-height:1.5rem;
min-width: 1.5rem;
text-align: center;
font-weight: bold;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
color:#FFF;
background:#fff;
}

.gallery-item {
    padding:0.5rem;
    position:relative;
}




.gallery-item .gallery-icon {
background-size:cover !important;
    background-position: 50% 50% !important;
}

.gallery-item .gallery-icon a:hover:after {
    font-size:3rem;
    color:#fff;
    font-family:'icomoon' !important;
  content: "\e989";
   position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    line-height: 80px;
    width:80px;
    height:80px;
    border-radius: 50%;
    text-shadow: 2px 2px 8px #000;
}

.gallery-item .gallery-icon a{
    background:none;
    display:block;
    width:100%;
    position:relative;
    padding-bottom:56.25%;
    overflow:hidden;
}

.gallery-item .gallery-icon img {
    display:none;
    left:0;
    top:0;
    position:absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
}
.gallery-item .gallery-icon a:hover img {
    opacity: 0.5;
    left:0;
    top:0;
    position:absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    top: 0;
}



/* DOWNLOAD ITEM */ 

#download {
    padding:2rem;
}

#download .downloadTitle {
    font-size:1.5rem;
}

#download .downloadable{
    cursor: pointer;
    line-height: 3rem;
}
#download .downloadable:hover{
    color: #e33333;
    cursor: pointer;
}


#download .downloadFile {
    text-align: right;
}

#download .downloadFile a {
    padding:0 1rem;
    display: inline-block;
    text-align: right;
    font-size:1rem;
    background:none;
    border:1px solid #e33333;
}
#download .downloadFile a:hover {
    background:none;
    color:white !important;
    background:#e33333;
}


/*  SEARCH OVERLAY ON THE RIGHT */ 

.uk-offcanvas-bar {
    background:#e33333 !important;
    border-left:5px solid #e33333;
}
.uk-offcanvas-bar ul {
    padding:0;
    margin:1.5rem;
}
.uk-offcanvas-bar .uk-search{
    color:white;
width:100%;
}

.uk-offcanvas-bar .uk-search input[type="text"], .uk-offcanvas-bar .uk-search input[type="email"], .uk-offcanvas-bar .uk-search input[type="url"], .uk-offcanvas-bar .uk-search input[type="password"], .uk-offcanvas-bar .uk-search input[type="search"], .uk-offcanvas-bar .uk-search input[type="number"], .uk-offcanvas-bar .uk-search input[type="tel"], .uk-offcanvas-bar .uk-search input[type="range"], .uk-offcanvas-bar .uk-search input[type="date"], .uk-offcanvas-bar .uk-search input[type="month"], .uk-offcanvas-bar .uk-search input[type="week"], .uk-offcanvas-bar .uk-search input[type="time"], .uk-offcanvas-bar .uk-search input[type="datetime"], .uk-offcanvas-bar .uk-search input[type="datetime-local"], .uk-offcanvas-bar .uk-search input[type="color"], .uk-offcanvas-bar .uk-search textarea{
color:white;
width:100%;
}


.uk-offcanvas-bar .uk-search-input {
    width:100%;
    border:2px solid white;
    color:white;
    background:#e33333 !important;
    border-left:5px solid #e33333;
}


/*Artice containers*/
.articleContainer{
    min-height: 300px;
}

/*Loading*/

.loading {
    position:absolute;
    z-index: 2;
}

span.loading p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.loading.uk-label , .noresult {
    padding: 2px 4px ;
    margin: 0 1.5em;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
    

.loading span:before,
.loading p:before{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.loading span:before,
.loading p:before {
    display: inline-block;
    min-width: auto;
    margin-right: 15px;
}