/* Bootstrap */
.card,
.alert {
    border-radius: 0;
    border: 0;
}

/* Block heading - #carousel-home */

#carousel-home .block-heading
{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 28px;
    background-color: #000000;
    background-position: -20px 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#carousel-home .block-heading a
{
    text-decoration: none;
}
#carousel-home .block-heading .content
{
    width: 45%;
    min-height: 315px;
    margin-left: auto;
    padding: 65px 20px;
}
@media(max-width: 992px)
{
    #carousel-home .block-heading
    {
        background-image: none !important;
    }
    #carousel-home .block-heading .content
    {
        width: 100%;
        padding: 25px 50px;
    }
}
#carousel-home .block-heading h2
{
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    line-height: 38px;
    margin: 0 0 35px 0;
}
#carousel-home .block-heading h4
{
    font-weight: lighter;
    color: #ffffff;
    font-size: 19px;
    margin: 0;
}

/* Block heading - #carousel-fullwidth */

#carousel-fullwidth .block-heading {
	height: 540px;
}

#carousel-fullwidth .block-heading {
	background-size:100% auto;
	background-position:center;
}

#carousel-fullwidth .carousel-caption {
    right: 5%;
    bottom: 100px;
    left: 50%;
	padding:20px 20px 0 20px;
}

#carousel-fullwidth .carousel-caption p {
	color:#FFFFFF;
	font-size:19px;
	font-weight:lighter;
}

#carousel-fullwidth h2 {
	margin: 0 0 10px 0;
}

#carousel-fullwidth .head-link {
    display: block;
    position: absolute;
    width: 100%;
    top: -14px;
    text-align: center;
    left: 0;
    margin: auto;
    height: 20px;
}

#carousel-fullwidth .head-link .link {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    border: 3px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #02604E;
}

@media (max-width: 992px) {
	#carousel-fullwidth .block-heading {
		background-size: auto 100%;
	}

	#carousel-fullwidth .carousel-caption {
		left: 5%;
		bottom: 30px;
	}
}


/* Block Shortcut */

.block-shortcut
{
    font-family: 'Open Sans', sans-serif;
/*    margin: 30px 0;*/
}
.block-shortcut ul
{
    border-bottom: 2px solid #02604E;
}
.block-shortcut .nav-tabs>li
{
    margin: 0 4px 0 0;
}
.block-shortcut .nav-tabs>li:last-child
{
    margin-right: 0;
}
.block-shortcut .nav-tabs li a {
    margin: 24px 0 0 0;
}
.block-shortcut .nav-tabs>li a.active
{
    margin-top: 0;
}
.block-shortcut .nav-tabs>li>a,
.block-shortcut .nav-tabs>li>a:hover,
.block-shortcut .nav-tabs>li>a:focus
{
    font-weight: lighter;
    font-size: 17px;
    color: #000000;
    background-color: #E6EFEE;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 15px;
    border: none;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
}

/* spn
.block-shortcut .nav-tabs>li>a:after
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #02604E transparent;
    left: 44.5%;
    bottom: -2px;
}*/
.block-shortcut .nav-tabs>li a.active,
.block-shortcut .nav-tabs>li a.active:hover,
.block-shortcut .nav-tabs>li a.active:focus
{
    min-height: 66px;
    background: #02604E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 12px 42px;
    font-size: 24px;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    position: relative;
}
.block-shortcut .nav-tabs>li> a.active:after
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 7px 7px 0 7px;
    border-color: #02604E transparent transparent transparent;
    left: 49.5%;
    bottom: -9px;
}
.block-shortcut .tab-content .tab-pane
{
    width: 100%;
}
.block-shortcut .tab-content .tab-pane .background
{
    background: #02604E;
    height: 68px;
}
.block-shortcut .tab-content .shortcut-link
{
    display: table;
    text-align: center;
    width: 25%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    height: 68px;
    font-weight: bold;
    position: relative;
    background-color: rgba(255, 255, 255, 0.80);
}
.block-shortcut .tab-content .shortcut-link:hover,
.block-shortcut .tab-content .shortcut-link:focus
{
    text-decoration: none;
}
.block-shortcut .tab-content .shortcut-link:nth-child(even)
{
    background: rgba(255, 255, 255, 0.9);
}
.block-shortcut .tab-content .content
{
    display: table-cell;
    vertical-align: middle;
}
.block-shortcut .tab-content .content.don
{
    position: relative;
}
.block-shortcut .tab-content .content.don:after
{
    position: absolute;
    content: "";
    right: 34px;
    top: 39px;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #02604E transparent transparent transparent;
}
.block-shortcut .tab-content .content.don select
{
    height: 22px;
    border: none;
    padding: 0px 4px 0 13px;
    margin: auto;
    font-size: 14px;
    width: 80%;
    font-weight: 100;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    display: none;
}
.block-shortcut .tab-content .content.don:hover select,
.block-shortcut .tab-content .content.don:hover:after
{
    display: block;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}
.block-shortcut .tab-content .content.don:hover span
{
    text-align: left;
    display: block;
    margin-left: 11%;
}
.block-shortcut .tab-content .content img
{
    height: 30px;
    margin-right: 10px;
}
/* spn */

@media(max-width: 1199px) {
    .col-md-6 .block-shortcut .nav-tabs>li,
    .col-md-9 .block-shortcut .nav-tabs>li {
        width: 100%;
        margin:0;
    }
    
    .col-md-6 .block-shortcut .nav-tabs li a,
    .col-md-9 .block-shortcut .nav-tabs li a {
        margin: 0;
        text-align:center;
    }
    
    /* utilisation flex-lg-column */ 

    .block-shortcut .nav-tabs.flex-lg-column>li {
        margin:0;
    }
    
    .block-shortcut .nav-tabs.flex-lg-column>li>a {
        margin: 0;
        text-align:center;
    }

}

@media(max-width: 767px) {
    .block-shortcut .nav-tabs>li {
        float: none !important;
        margin: 0;
        width:100%;
    }
   
    .block-shortcut .nav-tabs>li a.active {
        height: auto;
    }
    
    .block-shortcut .nav-tabs li a {
        margin: 0;
        text-align:center;
    }
    
/*    .block-shortcut .nav-tabs>li>a:after
    {
        display: none;
    } */
    .block-shortcut .tab-content .shortcut-link {
        width: 50%;
    }
    .block-shortcut .tab-content .tab-pane .background
         {
        height: 136px;
    }
}

/* Block Shortcut Mobile */
/*
.block-shortcut.mobile
{
    display: none;
}
@media(max-width: 768px)
{
    .block-shortcut.mobile
    {
        display: block;
    }
}
.block-shortcut.mobile .card {
    border-radius: 0;
    border: 0;
}
.block-shortcut.mobile .card-header
{
    padding: 6px 20px;
    background-color: #7BA55E;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #fff;
}
.block-shortcut.mobile .card-header h4 {
    margin: 0;
}
.block-shortcut.mobile .card-header h4 a {
    font-size: 21px;
    text-transform: uppercase;
}
.block-shortcut.mobile .card-body {
    padding: 0;
    margin: 0 0 10px 0;
}
.block-shortcut.mobile .card-body a {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 40px;
    background-color: #7BA55E;
}
.block-shortcut.mobile .card-body a:nth-child(even) {
    background-color: #7BA55E;
}
*/

/* card-columns */

@media (min-width: 476px){
    .card-columns {
        column-count: 1;
    }
}
@media (min-width: 768px){
    .card-columns {
        column-count: 2;
    }
}
@media (min-width: 992px){
    .card-columns {
        column-count: 3;
    }
}
@media (min-width: 1200px){
    .card-columns {
        column-count: 4;
    }
    
    .article .card-columns {
        column-count: 3;
    }
}

/* Block heads up */

.block-heads-up
{
    height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 8px center;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px){
    .block-heads-up.video h4 {
        height: 90px;
    }
    
    .block-heads-up.video h4 a {
        margin-top: 30px;
    }
}

@media (min-width: 992px){
    .block-heads-up.video h4 {
        height: 50px;
    }
    
    .block-heads-up.video h4 a {
        margin-top: 10px;
    }
}

@media (min-width: 1200px){
    .block-heads-up {
        height: 250px;
    }
    
    .block-heads-up.video h4 {
        height: 50px;
    }
    
    .block-heads-up.video h4 a {
        margin-top: 10px;
    }
}

@media (max-width: 767px){
    .block-heads-up.video {
        height: auto;
    }
}

.block-heads-up a
{
    display: block;
    position: relative;
    height: 100%;
    z-index: 10;
}
.block-heads-up .part
{
    margin-bottom: 5px;
    position: relative;
    z-index: 9;
}
.block-heads-up .part span
{
    color: #ffffff;
    background-color: #000000;
    padding: 4px 15px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 22px;
}

.block-heads-up.video h4 {
    background-color: #000000;
    padding: 4px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.block-heads-up.video h4 a {
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.block-heads-up .more
{
    display: block;
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 64px;
    height: 47px;
    background-image: url('../images/block-news-more.svg');
}
.block-heads-up .more img
{
    width: 32px;
    height: 32px;
    background-image: url('../images/block-news-more-button.svg');
    position: absolute;
    right: 15px;
    bottom: 22px;
    background: #000000;
    padding: 6px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.block-heads-up .logo
{
    position: absolute;
    top: 70px;
    width: 100%;
    left: 8px;
    z-index: 5;
    text-align: center;
}
.block-heads-up .logo img
{
    width: 64px;
}
.block-heads-up .background
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(233, 205, 97, 0.69);
    margin-left: 8px;
}



/* Block Calendar */
.block-calendar
{
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
.block-calendar .slimScrollDiv:after
{
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 15px;
    z-index: 99;
    left: 30px;
    background: rgb(3, 46, 92);
    background: rgba(3,46,92,0);
    background: -moz-linear-gradient(top, rgba(3,46,92,0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(3,46,92,0) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(3,46,92,0) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgba(3,46,92,0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(3,46,92,0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032e5c', endColorstr='#032c5c', GradientType=0 );
}
.block-calendar h3
{
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    background-color: #02604E;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    padding: 14px 45px 16px 30px;
    display: inline-block;
}
.block-calendar .content
{
    position: relative;
    padding: 15px 0 0 15px;
    border-top: 2px solid #02604E;
    border-left: 15px solid #02604E;
    display: block !important;
}
.block-calendar .event
{
    padding: 7px 15px; 
/*    background-color: #E6E6E6; */
    color: #000000;
    font-size: 18px;
    line-height: 17px;
    position: relative;
    margin-bottom: 8px;
}
.block-calendar .event a,
.block-shortcut.mobile .block-calendar .card-body a {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
.block-calendar .event:before
{
    position: absolute;
    content: "";
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #02604E;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
}
.block-calendar .event:after
{
    position: absolute;
    content: "";
    width: 30%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
}
.block-calendar .special-event
{
    margin-bottom: 8px;
}
.block-calendar .special-event h4
{
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    padding: 7px 45px;
    color: #ffffff;
    background-color: #02604E;
}
.block-calendar .special-event h4:before
{
    position: absolute;
    content: "";
    left: -3px;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #02604E transparent transparent;
}
.block-calendar .date
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.block-calendar .date span
{
    color: #02604E;
}
.block-calendar .date .semi-bold
{
    font-weight: 500;
}
.block-calendar .date .bold
{
    font-weight: 800;
}
.block-calendar .link
{
    background-color: #02604E;
    padding: 12px 13px 12px 14px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}
.block-calendar .read-more
{
    background: rgba(0,0,0,0.15);
    height: 100%;
    width: 16px;
    position: absolute;
    padding: 25px 8px;
    overflow: hidden;
    top: 0;
    right: 0;
    text-indent: -9000px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block-calendar .read-more span
{
    visibility: hidden;
    display: block;
    white-space: nowrap;
    opacity: 0;
    padding: 2px 0 0 0;
}
.block-calendar .event:hover .event-content
{
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block-calendar .event:hover .read-more
{
    width: 146px;
    z-index: 95;
    background: #02604E;
    text-indent: 0;
    padding: 25px 10px;
    transition: width .3s ease;
}
.block-calendar .event:hover .read-more span
{
    visibility: visible;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    top: 5px;
    opacity: 1;
    position: relative;
    transition: 200ms opacity linear 200ms;
}
.block-calendar .read-more .img-link
{
    opacity: 0;
}
.block-calendar .event:hover .read-more .img-link
{
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid white;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #02604E;
    float: right;
    opacity: 1;
    transition: opacity linear 300ms;
}
.block-calendar .read-more .img-link img
{
    visibility: hidden;
}
.block-calendar .event:hover .read-more .img-link img
{
    width: 18px;
    height: 30px;
    margin: 0px 0px 0px 4px;
    top: -2px;
    visibility: visible;
    position: relative;
}
@media(max-width: 767px)
{
    .block-calendar .event:hover .read-more
    {
        display: none;
    }
}
.block-calendar.without-border .content
{
    padding: 0 0 0 15px;
    border-top: none;
}
/* Block Heading 1 */
.block-heading-1
{
    margin-bottom: 30px;
/*    margin-bottom: 15px; spm */
    text-align: center;
    border-bottom: 2px solid #02604E;
    font-family: 'Open Sans', sans-serif;
}
.block-heading-1 h3
{
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    border-top: 4px solid rgba(0, 0, 0, 0.15);
    background-color: #02604E;
    margin: 0;
    padding: 15px 65px;
    display: inline-block;
}
.block-heading-1 h3:after
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #02604E transparent transparent transparent;
    text-align: center;
    bottom: -8px;
    left: 49%;
}


/* Block Heading 2 */
.block-heading-2
{
    background-color: #000000;
    text-align: center;
}
.block-heading-2 h3
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 70px;
    font-weight: lighter;
    margin: 0;
    padding: 11px 0;
}
@media(max-width: 1200px)
{
    .block-heading-2 h3
    {
        font-size: 60px;
    }
}
@media(max-width: 992px)
{
    .block-heading-2 h3
    {
        font-size: 40px;
    }
}
@media(max-width: 767px)
{
    .block-heading-2 h3
    {
        font-size: 26px;
    }
}
@media(max-width: 400px)
{
    .block-heading-2 h3
    {
        font-size: 19px;
    }
}
/* Block Heading 3 */
.block-heading-3
{
    text-align: center;
    background-color: #3D7E94;
    margin: 0 0 5px 0;
    position: relative;
}
.block-heading-3:before
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 40px 40px 0 40px;
    border-color: #FFFFFF transparent transparent transparent;
}
.block-heading-3 h3
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 95px 0 70px 0;
    position: relative;
    font-weight: 100;
    font-size: 50px;
    text-transform: uppercase;
}

@media (max-width: 792px)
{
    .block-heading-3 h3
    {
        font-size: 30px;
    }
}

/* Block Heading 4 */
.block-heading-4
{
    text-align: center;
    border-bottom: 2px solid #000;
    position: relative;
    margin: 50px 0 50px 0;
}
.block-heading-4:before
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 40px 40px 0 40px;
    border-color: #000000 transparent transparent transparent;
}
.block-heading-4 h3
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    background-color: #000000;
    padding: 20px 0 20px 0;
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
}
@media(max-width: 767px)
{
    .block-heading-4 h3
    {
        font-size: 30px;
    }
}

/* Block Top Post */
.block-top-post
{
    margin-bottom: 28px;
    font-family: 'Open Sans', sans-serif;
}
.block-top-post a
{
    text-decoration: none;
    color: #000000;
}
.block-top-post .image
{
    max-width: 100%;
    margin-bottom: 15px;
    height:auto;
}
.block-top-post h3,
.block-top-post h4
{
    margin: 0;
}
.block-top-post h3
{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
}
.block-top-post h4,
.block-justified-mansory .content h4
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.block-top-post .content
{
    font-size: 18px;
    font-weight: lighter;
    line-height: 24px;
    margin-bottom: 18px;
}
.block-top-post .content p
{
    margin: 0;
	text-align:left;
}
.block-top-post .link
{
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid white;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #02604E;
}
.block-top-post .link img
{
    width: 18px;
    margin: 0px 0px 0px 4px;
}


/* Block Justified Mansory */
.block-justified-mansory
{
    font-family: 'Open Sans', sans-serif;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.block-justified-mansory.big
{
    margin-bottom: 28px;
    height: 456px;
    background-position:center;
}
/*
@media (max-width: 768px) {
    .block-justified-mansory.big
    {
        height: 220px;     
    }
}
*/

.block-justified-mansory.small
{
    height: 220px;
    margin-bottom: 16px;
}

/* Format 16/9 */
@media (max-width: 768px) {
    .block-justified-mansory.big,
    .block-justified-mansory.small
        {
    height:unset;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;    
    }
    
    .block-justified-mansory.big::before,
    .block-justified-mansory.small::before
    {
    padding-top: 56.25%;
    display: block;
    content: "";
    }
}

.block-justified-mansory.xsmall
{
    height: 102px;
    margin-bottom: 16px;
}

.block-justified-mansory-button a{
	font-weight: 400;
    font-size: 22px;
}

.block-justified-mansory-button .btn-danger {
	background-color:#db1e26;
	border-color:#db1e26;
}

.block-justified-mansory-button .btn-danger:hover {
	opacity:0.83;
}

.block-justified-mansory a
{
    display: block;
    height: 100%;
}
.block-justified-mansory .content
{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
    padding: 30px 15px 12px 15px;
}
.block-justified-mansory .content h3
{
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.block-justified-mansory .content p
{
    font-weight: lighter;
    font-size: 18px;
    margin: 0;
	text-align:left;
}
.block-justified-mansory .link img
{
    width: 14px;
    margin: 6px;
}
.block-justified-mansory .head-link
{
    display: block;
    position: absolute;
    width: 100%;
    top: -14px;
    text-align: center;
    left: 0;
    margin: auto;
    height: 20px;
}
.block-justified-mansory .head-link .link
{
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    border: 3px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #02604E;
}


/* affichage normal sur mobile */
@media(max-width: 991px){
	.block-justified-mansory.big,
	.block-justified-mansory.small,
	.block-justified-mansory.xsmall{
		background:none!important;
		overflow:visible;
		height:unset;
		display:block;
	}
	
	.block-justified-mansory.big:before,
	.block-justified-mansory.small:before {
		padding-top:0;
	}
	
	.block-justified-mansory .content {
		position:relative;
		background:none;
		padding:0;
	}
	.block-justified-mansory a:hover .content,
	.block-justified-mansory a:hover .content h3 {
		opacity:0.83;
	}
	.block-top-post .image {
		margin:0;
	}
	.block-top-post h3,
	.block-justified-mansory .content h3 {
		background-color:#000000;
		color:#FFFFFF;
		padding:4px 15px;
		margin: 0 0 10px 0;
	}
	
	.block-justified-mansory .content h4 {
		color:#000000;
	}
		.block-justified-mansory .content p	{
		color:#000000;
	}
}
@media(min-width: 992px){
	.block-top-post .link{
		display:none;
	}
}

.sommaire_archeveque .block-top-post h3,
.sommaire_archeveque .block-top-post h4
{
	background-color: #FFFFFF;
    color: #000000;
	padding:0;
}

.sommaire_archeveque .block-top-post a:hover h3,
.sommaire_archeveque .block-top-post a:hover h4
{
	color: #AAAAAA;
}

@media (max-width: 767px) {
	.sommaire_archeveque .block-top-post h3
	{
		background-color: #000000;
		color: #FFFFFF;
		padding:4px 15px;
	}
}

.block-quote
{
    padding: 25px 40px;
    clear: both;
    color: #000000;
    font-size: 30px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    background-color:rgba(0,0,0,0.15);
    margin-bottom:30px;
}
.block-quote span
{
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    display: block;
}

.block-quote span:first-letter {
    text-transform: capitalize;
}

.block-quote strong
{
    display:none;
}

.block-quote p:before
{

}

.block-quote p:after
{

}

/* Block News */
.block-news-two-parts {
    width: 50%;
    float: left;
}

.col-md-12 .block-news-two-parts:nth-child(odd) {
    padding-right:10px;
}

.col-md-12 .block-news-two-parts:nth-child(even) {
    padding-left:10px;
}

@media(max-width: 992px)
{
    .block-news-two-parts
    {
        width: 100%;
    }
	.col-md-12 .block-news-two-parts:nth-child(odd) {
    padding-right:0;
	}

	.col-md-12 .block-news-two-parts:nth-child(even) {
		padding-left:0;
	}
}

.block-news,
.block-event {
    font-family: 'Open Sans', sans-serif;
    margin-bottom : 30px; /* spn */
}

.nav-tabs + .tab-content .block-news,
.nav-tabs + .tab-content .block-events {
     margin-top : 30px; /* spn */
}

.block-news .media
{
    margin: 0; /*spn */
    background-color: #ffffff;
}

.block-news a:hover .media{
    border: none;
    opacity:0.83;
}

.block-news a:hover .media .media-heading{
    border: none;
    background: rgba(0, 0, 0, 0.83);
}

.block-news .media:nth-child(even),
.block-news .media:nth-child(even):hover

{
    background: rgba(255, 255, 255, 0.83);
    border-top: 1px solid rgba(0,0,0,0.10);
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.block-news .media .media-body
{
    font-size: 14px;
    position: relative;
    font-weight: lighter;
    padding: 0 35px 0 0;
    float: right;
}

.block-news .media .media-body p {
    margin: 0;
    font-size:18px;
}

.block-news .media .media-body p.media-subtitle,
.block-news .media .media-body p.block-event-date,
.titre-pnd-date {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.titre-pnd-date {
    text-align:right;
}

.block-news .media .media-heading {
    background: #000000;
    color: #ffffff;
    padding: 4px 15px;
    margin: 0 0 10px 0;
    font-weight: 400;
    left: 0;
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.block-news .media img + .media-body p,
.block-news .media picture + .media-body p {
    margin: 0 0 0 10px;
	text-align:left;
}

.block-news .media img + .media-body .content .media-heading,
.block-news .media picture + .media-body .content .media-heading {
    left: -30px;
}

.block-news .media .read-more
{
    padding: 35px 8px;
    background: rgba(0,0,0,0.15);
    height: 100%;
    width: 16px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    text-indent: -9000px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block-news .media .read-more .img-link
{
    opacity: 0;
}
.block-news .media .read-more span
{
    visibility: hidden;
    display: block;
    white-space: nowrap;
    opacity: 0;
    padding: 2px 0 0 0;
}

.block-news .media:hover .content
{
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block-news .media:hover .read-more
{
    padding: 35px 10px;
    width: 146px;
    z-index: 100;
    background: #02604E;
    text-indent: 0;
    transition: width .3s ease;
    overflow: hidden;
}
.block-news .media:hover .read-more span
{
    visibility: visible;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    top: 5px;
    opacity: 1;
    position: relative;
    transition: 200ms opacity linear 200ms;
}
.block-news .media:hover .read-more .img-link
{
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid white;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #02604E;
    float: right;
    opacity: 1;
    transition: opacity linear 300ms;
}
.block-news .media .read-more .img-link img
{
    visibility: hidden;
}
.block-news .media:hover .read-more .img-link img
{
    width: 18px;
    margin: 3px 0px 0px 4px;
    visibility: visible;
}

.block-news .media .media-body {
    padding:0 35px 0 0;
}

@media (min-width: 769px) {
    .block-news img {
        width: 170px;
        height: auto;
    }
	
	.block-news.block-news-photos img {
		width: 33.3%;
        height: auto;
	}
	
}

@media (max-width: 768px) {

    .media {
        display:block;
    }
    
    .block-event {
        overflow:hidden;
    }
    
	.block-news img {
		width: 100%;
		height: auto;
        margin:0;
	}
    
    .col-md-12 .block-news-two-parts:nth-child(odd),
    .col-md-12 .block-news-two-parts:nth-child(even) {
        padding:0;
    }
    
    .block-news-two-parts .block-news .media img + .media-body p,
    .block-news-two-parts .block-news .media picture + .media-body p {
        margin:0;
    }

    .block-news .media img + .media-body .content .media-heading,
    .block-news .media picture + .media-body .content .media-heading,
    .block-news .media .media-heading {
        left:0;
        width:100%;
    }
    
    .block-news .media .media-body {
        float:none;
    }

    .block-news .media .media-body .content {
        display:block;
    }
    
    .block-news .media .media-body,
    .col-md-12 .block-news-two-parts:nth-child(odd),
    .col-md-12 .block-news-two-parts:nth-child(even)  {
        padding: 0;
    }
    
    .block-news .media img + .media-body p,
    .block-news .media .media-body p {
        margin: 0;
    }
    
    .block-news .read-more,
    .block-news .media:hover .read-more   {
        display: none;
    }
}

/* Block Important */
.block-important
{
    background-color: #02604E;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    line-height: 27px;
}
.block-important:after
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 7px 7px 0 7px;
    opacity: .2;
    filter: alpha(opacity=20);
    border-color: #02604E transparent transparent transparent;
}
.block-important.full
{
    background-color: #000000;
    color: #FFFFFF;
}
.block-important.full:after
{
    border-color: #000000 transparent transparent transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}
.block-important .content
{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.block-important.full .content
{
    background: none;
    border: none;
}

/* Block Info */
.block-info
{
    background-color: #02604E;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 28px;
}
.block-info .content
{
/*    border: 1px solid rgba(0, 0, 0, 0.1); */
    background-color: rgba(255, 255, 255, 0.8);
}
.block-info .content .title
{
    display: block;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: #02604E;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
    color: #000;
}
.block-info .content .title:after
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 7px 7px 0 7px;
    border-color: #02604E transparent transparent transparent;
}
.block-info .content .description
{
    padding: 0 25px;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
.block-info .content hr
{
    margin: 0 10px;
    border-color: #7F7F7F;
}
.block-info .content .dates
{
    padding: 0 25px;
}
.block-info .content .dates .item
{
    font-weight: lighter;
    font-size: 14px;
    margin: 20px 0;
}
.block-info .content .dates .date
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.block-info .content .dates .date:before
{
    position: absolute;
    content: "";
    left: -26px;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #02604E;
    opacity: .4;
}
.block-info .content .dates .date:after
{
    position: absolute;
    content: "";
    left: -27px;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #FFFFFF;
}
.block-info .content .dates .add
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    display: block;
    position: relative;
}
.block-info .content .dates .add:before
{
    position: absolute;
    content: "";
    width: 0;
    right: -26px;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #02604E transparent transparent;
    opacity: .4;
    top: 2px;
}
.block-info .content .dates .add:after
{
    position: absolute;
    content: "";
    top: 2px;
    width: 0;
    right: -27px;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}
.block-info .content .dates .add a,
.block-info .content .dates .add a:hover,
.block-info .content .dates .add a:focus
{
    text-decoration: none;
    color: #000000;
    position: relative;
    z-index: 3;
}
.block-info .content .dates .add a:hover
{
    background: #02604E;
}
.block-info .content .dates .add a:after
{
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -2px;
    position: absolute;
    background: #02604E;
    z-index: -1;
}
.block-info .content .subscribe
{
    padding: 0 25px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: lighter;
}
.block-info .content .subscribe .link
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    display: block;
    position: relative;
}
.block-info .content .subscribe .link a,
.block-info .content .subscribe .link a:hover,
.block-info .content .subscribe .link a:focus
{
    text-decoration: none;
    color: #000000;
    position: relative;
    z-index: 3;
}
.block-info .content .subscribe .link a:hover
{
    background: #02604E;
}
.block-info .content .subscribe .link a:after
{
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -2px;
    position: absolute;
    background: #02604E;
    z-index: -1;
}
.block-info .content .subscribe .link:before
{
    position: absolute;
    content: "";
    width: 0;
    right: -26px;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #02604E transparent transparent;
    opacity: .4;
    top: 2px;
}
.block-info .content .subscribe .link:after
{
    position: absolute;
    content: "";
    top: 2px;
    width: 0;
    right: -27px;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

/* Block Contact */

.block-contact
{
    background-color: #02604E;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 28px;
}
.block-contact .content
{
    background-color: rgba(255, 255, 255, 0.8);
}
.block-contact .content .title,
.block-contact .card-header
{
    display: block;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    border-bottom:0;
    width: 100%;
    padding: 20px 5px; /* spn */
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: #02604E;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
    color: #ffffff;
}

.block-contact .content,
.block-contact .card-body
{
    background-color: #000000;
    color: #ffffff;
}
.block-contact .content hr
{
    margin: 0 10px;
    border-color: #7F7F7F;
}
.block-contact .content .tel
{
    padding: 0 25px;
    display: block;
}

.block-contact .card-body a {
    color:#FFF;
    text-decoration: underline;
}

.block-contact .card-body a:hover,
.block-contact .card-body a:focus {
    color:#FFF;
    text-decoration: none;
}

.block-contact .content .tel a,
.block-contact .content .tel a:hover,
.block-contact .content .tel a:focus
{
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}
.block-contact .content .tel a:after
{
    position: absolute;
    content: "";
    left: -27px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #FFFFFF;
}
.block-contact .content .mail
{
    display: block;
    top: -5px;
    position: relative;
    padding: 0 25px;
    text-align: right;
    margin: 0 0 5px 0;
}
.block-contact .content .mail a,
.block-contact .content .mail a:hover,
.block-contact .content .mail a:focus
{
    color: #02604E;
    text-decoration: none;
    font-weight: 800;
    position: relative;
    font-size: 12px;
}
.block-contact .content .mail a:after
{
    position: absolute;
    content: "";
    top: 2px;
    width: 0;
    right: -27px;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}
.block-contact .content .website
{
    display: block;
    padding: 10px 25px;
}
.block-contact .content .website a,
.block-contact .content .website a:hover,
.block-contact .content .website a:focus
{
    color: #02604E;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
.block-contact .content .infos
{
    padding: 10px 25px;
    font-weight: lighter;
    font-size: 14px;
    line-height: 17px;
}

.block-contact .figure-caption {
    color:#FFF;
}

/* Block-cards (pas colonne) */

.block-cards .card {
    margin-bottom:30px;
}

/* Blocs spéciaux (one page) */
.block-collapse
{
    background: #316576;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}
.block-collapse span.container
{
    display: block;
}
.block-collapse .panel-heading
{
    background-color: #316576;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #ffffff !important;
}
.block-collapse .panel-heading.active
{
    background-color: #18323B;
    border: none !important;
}
.block-collapse .panel-heading .panel-title a
{
    position: relative;
}
.block-collapse .panel-heading .panel-title a:after
{
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    right: 0;
    top: 26px;
    background-image: url('../images/icon-collapse-close.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px;
}
.block-collapse .panel-heading.active .panel-title a
{
    position: relative;
}
.block-collapse .panel-heading.active .panel-title a:after
{
    opacity: .2;
    background-image: url('../images/icon-collapse-open.svg');
}

.block-collapse .panel-heading a
{
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    padding: 30px 0;
    font-size: 24px;
}
.block-collapse .panel-heading a:hover,
.block-collapse .panel-heading a:focus
{
    text-decoration: none;
}
.block-collapse .panel-group .panel,
.block-collapse .panel-group .panel+.panel
{
    margin: 0;
    border: none;
    border-radius: 0;
}
.block-collapse .panel.panel-default,
.block-collapse .panel-collapse,
.block-collapse .panel-collapse .panel-body
{
    background: transparent;
}
.block-collapse .panel-collapse .panel-body
{
    border: none !important;
    padding: 30px 0;
    background: rgba(255,255,255,0.8);
    font-size: 24px;
    color: #000000;
    line-height: 31px;
}
.block-collapse .panel-collapse .panel-body p
{
    margin: 0 0 20px;
}

/* Block Thumbnail */
.block-thumbnail
{
    margin: 0 0 70px 0;
}
.block-thumbnail .thumbnail
{
    padding: 0;
    background: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
.block-thumbnail .thumbnail .image
{
    overflow: hidden;
    height: 200px;
}
.block-thumbnail .thumbnail .image img
{
    border-radius: 50%;
}
.block-thumbnail .thumbnail .caption
{
    padding: 0;
}
.block-thumbnail .thumbnail h4
{
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 25px 0;
    background-color: #ffffff;
    padding: 5px 0;
}
.block-thumbnail .thumbnail .description
{
    font-weight: 100;
    font-size: 20px;
    color: #ffffff;
    line-height: 23px;
    text-align: left;
}

/* Block Gallery */
.block-gallery
{
    background-color: transparent;
    padding: 45px 0 70px 0;
    position: relative;
    margin: 85px 0 0 0;
}
.block-gallery:before
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 40px 40px 0 40px;
    border-color: #FFFFFF transparent transparent transparent;
}
.block-gallery h3,
.block-board h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 50px;
    margin: 0 0 25px 0;
    text-align: center;
    color: #3D7E94;
}

.block-gallery h3 {
    color: #02604e;
}

.block-board h5 {
    font-size: 2rem;
}

/* Block Image */
.block-image
{
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    position: relative;
}
.block-image .container
{
    position: relative;
    padding-top:400px;
}
.block-image h3
{
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: lighter;
    padding: 20px;
    text-align: center;
    margin: 0;
    color: #ffffff;
}

@media(max-width: 767px)
{
    .block-image h3
    {
        font-size: 30px;
    }
}

.block-image h3:before
{
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10;
    border-width: 40px 40px 0 40px;
    border-color: #FFFFFF transparent transparent transparent;
}

/* Block Carousel */
.block-carousel
{
    font-family: 'Open Sans', sans-serif;
}
.block-carousel span
{
    width: 100%;
    height: 330px;
    display: block;
}
.block-carousel h4
{
    font-size: 10px;
    padding: 7px 10px;
    margin: 3px 0 10px 0;
    background: #000;
    color: #fff;
}
.block-carousel .text
{
    font-size: 21px;
    font-weight: 600;
    padding: 0px 10px 13px 0;
    line-height: 22px;
}
.block-carousel h4,
.block-carousel .text
{
    display: none;
}
.block-carousel .slick-active.slick-current + .slick-slide h4,
.block-carousel .slick-active.slick-current + .slick-slide .text
{
    display: block;
}
.block-carousel .slick-active.slick-current + .slick-slide
{
    border-bottom: 2px solid #000000;
}
.block-carousel .slick-active.slick-current + .slick-slide span
{
    height: 211px;
}
.block-carousel .slick-slide
{
    margin: 0 10px;
    height: 330px;
    overflow: hidden;
}
.block-carousel span.prev,
.block-carousel span.next
{
    position: absolute;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
}
.block-carousel span.prev
{

    left: -56px;
    border-width: 30px 52.0px 30px 0;
    border-color: transparent #000000 transparent transparent;
}
.block-carousel span.next
{
    right: -107px;
    border-width: 30px 0 30px 52.0px;
    border-color: transparent transparent transparent #000000;
}
@media(max-width: 1325px)
{
    .block-carousel span.next
    {
        right: -47px;
        border-width: 15px 0 15px 30px;
        border-color: transparent transparent transparent #000000;
    }
    .block-carousel span.prev
    {
        left: -15px;
        border-width: 15px 30px 15px 0;
        border-color: transparent #000000 transparent transparent;

    }
}
@media(max-width: 767px)
{
    .block-carousel span.prev,
    .block-carousel span.next
    {
        display: none !important;
    }
}

.header .top-header .menu-social.mini li.social
{
    border: 1px solid rgba(0, 0, 0, 0);
}

.infos a {
	color:#02604e;
}

.pagination > li > a,
.pagination > li > span {
    color: #02604e;
}



.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #02604e;
    border-color: #02604e;
}

.block-news .media a {
    height: auto;
}

.article .block-gallery {
	margin-bottom:100px;
    background-color: #e6efed;
}

@media(max-width: 992px) {
    .sidebar img.spip_logos  {
        display: none;
    }
}

/* ACCUEIL */

.block-red .content .title
{
    display: block;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: #F15A22;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
    color: #000;
}

.block-red .content .title a
{
	color:#FFFFFF;
}

.block-red .content .title a:hover
{
	color:#F9B59B;
}

.block-2squares-home {
    border-top: 2px solid #02604E;
    padding-top:15px;
}

.block-articles-planches .spip_logo {
    margin: 0!important;
}

.block-articles-planches img {
    width:100%;
    height:auto;
}


/** PRINT  **/


@media print {
    .hidden-print {
        display: none;
    }
    
    .row .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}