/*
Theme Name: Cavom Institutionnel
Author : Com6 Interactive
Version : 1.0
Text Domain: yann-bs4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Colors
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

html {
    font-size: 62.5%;
}
html, body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    font-family: 'montserrat', sans-serif;
    /*font-size: 14px;*/
}
body {
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 1.6rem;
    background: #ddd;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    -webkit-font-smoothing: auto;
}
details, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a {
    color: inherit;
}
a:active,
a:hover {
    color: #269cbc;
}
small {
    font-size: 80%;
}
svg:not(:root) {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.cavom-light-blue{
    color: #73b3c6;
}

.cavom-blue{
    color: #269cbc;
}

.cavom-gray-blue{
    color: #52808e;
}

.cavom-green{
    color: #b2ca54;
}

.cavom-light-gray{
    color: #f3f4f2;
}

.cavom-light-gray{
    color: #f1c85a;
}

.dropdown-item.active,
.dropdown-item:active{
	background-color: #f8f9fa !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button {
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
}
.btn {
    border-radius: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute !important;
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.sr-only:focus,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
#scroll-to-top {
    display: none;
    padding: 3px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 3rem;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

#scroll-to-top:focus,
#scroll-to-top:hover{
    text-decoration: none;
}

#scroll-to-top:before{
    display: block;
    padding: 8px 10px;
    content: '\25B2';
    font-size: 1.2rem;
    color: #f3f4f2;
    background: #269cbc;
    transition: all 0.2s ease-in-out;
}

#scroll-to-top:focus:before,
#scroll-to-top:hover:before{
    color: #fff;
    text-decoration: none;
    background: #73b3c6;
}

#scroll-to-top.fixe {
    display: block;
}
.fake-link {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

article .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
article .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
article .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignleft, article .wp-caption.alignleft, article img.alignright, article .wp-caption.alignright {
    float: none;
    display: inline-block;
    margin-bottom: 1.25rem;
}
article img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    position: relative;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}
.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba( 0, 0, 0, .8);
    color: #fff;
    font-size: 11px;
    padding: .75em 1em;
    line-height: 1;
    font-style: italic;
}
@media screen and (min-width: 544px) {
    article img.alignright, article .wp-caption.alignright {
        float: right;
        margin: 0.313rem 0 1.25rem 1.25rem;
    }
    article img.alignnone {
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article img.alignleft, article .wp-caption.alignleft {
        float: left;
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article .wp-caption.alignleft {
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article .wp-caption.alignright {
        margin: 0.313rem 0 1.25rem 1.25rem;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .site-header:after {
    clear: both;
}
hr, h2, h3, h4, h5, h6 {
    clear: both;
}

/*--------------------------------------------------------------
# BOOTSTRAP MODIF
--------------------------------------------------------------*/


@media screen and (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}

@media screen and (min-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}

@media screen and (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
}

@media screen and (min-width: 1700px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}
}


@media screen and (min-width: 1800px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1600px;
	}
}



/*--------------------------------------------------------------
# BREADCRUMB FIL ARIANE + BARRE DE PARTAGE
--------------------------------------------------------------*/

.breadcrumb-partage{
    margin-bottom: 20px;
    box-shadow: 0 10px 10px #eee;
}

ol.breadcrumb{
    padding: 10px 15px;
    font-size: 1.4rem;
    background: none;
}

ol.breadcrumb a:focus,
ol.breadcrumb a:hover{
    color: #269cbc;
    text-decoration: underline;
}

/*ol.breadcrumb li:first-child a:focus,
ol.breadcrumb li:first-child a:hover{
	color: inherit;
	text-decoration: none;
	cursor: default;
}*/

ol.breadcrumb .breadcrumb-item.active{
    font-weight: bold;
    color: #269cbc;
}

ol.breadcrumb a.link-inactive:focus,
ol.breadcrumb a.link-inactive:hover{
    color: #212529;
    text-decoration: none;
    cursor: default;
}

.single-post ol.breadcrumb li:nth-child(2) span{
	cursor: pointer;
}

.single-post ol.breadcrumb li:nth-child(2) span:hover{
	color: #269cbc;
    text-decoration: underline;
}

.partage{
    padding-right: 0;
}

.partage .partager{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 5px 0;
}

.partage .partager li{
    list-style-type: none;
}

.partage .partager li button i,
.partage .partager li a i,
.partage .partager li sup{
    color: #269cbc;
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
}

.partage .partager li:focus button i,
.partage .partager li:hover button i,
.partage .partager li:focus a i,
.partage .partager li:hover a i,
.partage .partager li:focus sup,
.partage .partager li:hover sup{
    color: #b2ca54;
}

span.icon-acceo{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/picto-acceo.png') no-repeat center center;
}

.partage .btn-acceo,
.partage .btn-contraste,
.partage .btn-text-plus,
.partage .btn-text-reinit,
.partage .btn-text-moins{
    display: none;
}

/*.partage {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 2000000000;
}

.partage .partager {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 5px 0;
    background-color: #b2ca54 ;
}

.partage a,
.partage button {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border: 2px solid #b2ca54;
}

.partage i {
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    font-size: 16px;
    margin: 0 .2em;
}

.partage a:hover,
.partage button:hover{
    background: white; color: #b2ca54;
}
*/

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

    .partage .partager{
        justify-content: center;
    }

    .partage .partager li button{
        padding: 1rem 0.35rem;
    }

    ol.breadcrumb{
        overflow: auto;
        flex-wrap: nowrap;
    }

    ol.breadcrumb li{
        white-space: nowrap;
    }

}

/*--------------------------------------------------------------
# PAGE STANDARD CONTENT
--------------------------------------------------------------*/
.entry-content .wp-block-image {
    position: relative;
}

.entry-content .wp-block-image figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 5px 10px;
	color: white;
    font-size: 1.6rem;
	background: #52808e;
}

#content {
    margin-top: 2em;
    margin-bottom: 2em;
}

#content .single-content {
    /*padding: 0;*/
}
.entry-content a {
    text-decoration: underline;
}
.entry-content a[target="_blank"]:after {
    content: '\00A0\f08e';
    font-family: "cavom-icon";
}
.entry-content {
    margin-top: 10px;
    padding: 0 1em;
    color: #000;
}

.entry-content .page-excerpt p{
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.entry-content h2 {
    padding: 8px 0;
    font-weight: bold;
    font-size: 3rem;
    color: #269cbc;
    text-transform: uppercase;
    line-height: 1.2em;
}
.entry-content h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #269cbc;
	text-transform: uppercase;
}
.entry-content h4 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
}
.entry-content *+h2, .entry-content *+h3, .entry-content *+h4 {
    margin: 17px 0 12px 0;
}
.entry-content p {
    font-size: 1.6rem;
    line-height: 1.5;
}
.entry-content p a {
    font-weight: 700;
    color: #269cbc;
    transition: all 0.2s ease-in-out;
}
.entry-content p a:focus, .entry-content p a:hover {
    text-decoration: none;
    color: #269cbc;
}
.entry-content ul {
    list-style: none;
	padding-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.entry-content li {
    position: relative;
	padding-left: 25px;
    align-items: center;
    line-height: 1.9;
    white-space: break-spaces;
}
.entry-content li:before {
    /* fa-caret-right */
    content: ' ';
	position: absolute;
	top: 9px;
	left: 0;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #269cbc;
    border: 2px solid #269cbc;
    border-radius: 7px;
}

.entry-content ul ul li:before{
	background: white;
}
.entry-content ol {
    line-height: 1.9;
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    padding-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
.entry-content ol li {
    counter-increment: li;
	margin-bottom: 8px;
    padding-left: 45px;
    white-space: break-spaces;
}
.entry-content ol li::before {
    display: inline-block;
    content: counter(li) ".";
    width: 1.8em;
    /* min-width: 1.2em; */
    height: 1.8em;
    margin-top: -11px;
    padding: 4px 8px 4px 8px;
    /* direction: rtl; */
    /* margin-left: -1.5em; */
    /* margin-right: 0.5em; */
    /* text-align: center; */
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    background: #269cbc;
    border-radius: 20px;
    border: 3px solid #269cbc;
}

.entry-content .wp-block-pb-accordion-item{
	margin: 25px 0;
	background: #f3f4f2;
	border: none;
}

.entry-content .wp-block-pb-accordion-item h2{
	font-size: 1.8rem;
	color: #000;
	text-transform: none;
  margin-bottom: 0;
}

.entry-content .infos-pratiques-wrapper {
    padding: 15px 30px 30px 30px;
    color: #fff;
    background: #ed7d10;
}
.entry-content .infos-pratiques-wrapper h2 {
    color: #fff;
}

.entry-content .infos-pratiques-wrapper .infos-pratiques-1 > div,
.entry-content .infos-pratiques-wrapper .infos-pratiques-2 > div{
	margin: 3px 0;
}

.entry-content .infos-pratiques-wrapper li:before{
	background: #fff;
}

.entry-content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #1d778f;
}

.entry-content .wp-block-table table th{
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px;
	color: #fff;
	text-align: center;
	background: #269cbc;
	border: 1px solid #1d778f;
}

.entry-content .wp-block-table table td {
    padding: 15px;
    background: #f3f4f2;
    border: 1px solid #1d778f;
}



.entry-content .wp-block-table table tr td:nth-child(1n + 2){
  	background: #fff;
}

.entry-content figure figcaption {
    color: #808080;
}
.entry-content .caldera-grid {
    /*padding: 15px;*/
}
.entry-content .caldera-grid form {
    padding: 30px;
    background: #f3f4f2;
}

.entry-content .caldera-grid .row{
	margin: 15px 0;
}

.entry-content .caldera-grid form h2 {
    font-size: 2rem;
}
.entry-content .caldera-grid form select.form-control {
    /*width: 50%;*/
    height: 34px;
}
.entry-content .caldera-grid form input[type="submit"] {
    float: right;
    padding: 9px 30px;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #269cbc;
    background-color: #269cbc;
    transition: all 0.2s ease-in-out;
}
.entry-content .caldera-grid form input[type="submit"]:focus,
.entry-content .caldera-grid form input[type="submit"]:hover {
    color: #269cbc;
    background: #fff;
}

.entry-content .caldera-grid .form-control{
	background: transparent;
	border-top: none;
	border-bottom: 1px solid #269cbc;
	border-right: none;
	border-left: none;
	box-shadow: none;
}

.entry-content .caldera-grid .form-control:focus{
	background: #fff;
}

/*.entry-content .caldera-grid .checkbox,
.entry-content .caldera-grid .checkbox-inline,
.entry-content .caldera-grid .radio,
.entry-content .caldera-grid .radio-inline{ 
	display: flex;
	align-items: center;
}*/

.entry-content .caldera-grid .checkbox input[type=checkbox],
.entry-content .caldera-grid .checkbox-inline input[type=checkbox],
.entry-content .caldera-grid .radio input[type=radio],
.entry-content .caldera-grid .radio-inline input[type=radio]{
	height: 1px;
	width: 1px;
	visibility: hidden;
}

.entry-content .caldera-grid .checkbox label,
.entry-content .caldera-grid .checkbox-inline label,
.entry-content .caldera-grid .radio label,
.entry-content .caldera-grid .radio-inline label{
	display: flex;
	align-items: center;
	padding-left: 0;
}

.entry-content .caldera-grid .checkbox label:before,
.entry-content .caldera-grid .checkbox-inline label:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 30px;
	background: #fff;
	border: 2px solid #269cbc;
}

.entry-content .caldera-grid .checkbox label.on:before,
.entry-content .caldera-grid .checkbox-inline label.on:before{
	background: #269cbc;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #269cbc;
}

.entry-content .caldera-grid .radio label:before,
.entry-content .caldera-grid .radio-inline label:before{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 30px;
	background: #fff;
	border: 2px solid #269cbc;
	border-radius: 36px;
}

.entry-content .caldera-grid .radio label.on:before,
.entry-content .caldera-grid .radio-inline label.on:before{
	background: #269cbc;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #269cbc;
}


.wp-block-file {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #f3f4f2;
    transition: all 0.4s ease-in-out;
}
.wp-block-file:focus,
.wp-block-file:hover {
    background: #ddd;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}
.wp-block-file a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1px;
    padding-left: 180px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #269cbc;
    text-decoration: none;
}
.wp-block-file a:after {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 30px;
    height: 30px;
    content: "\e81b";
    font-family: 'cavom-icon';
    font-size: 1.5rem;
    font-weight: 400;
    color: #269cbc;
    background: transparent;
    border: 2px solid #269cbc;
    border-radius: 35px;
    transition: all 0.4s ease-in-out;
}
/*.wp-block-file:focus a:before, .wp-block-file:hover a:before {
    border-radius: 0;
    background: #269cbc;
}*/
body .wp-block-file a.wp-block-file__button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: auto;
  height: 100%;
  padding: 2px 12px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #269cbc !important;
  border-radius: 0;
  background: none;
  transition: all 0.2s ease-in-out;
}
.wp-block-file a.wp-block-file__button:before,
.wp-block-file a.wp-block-file__button:after {
    display: none;
}
.wp-block-file:focus a.wp-block-file__button,
.wp-block-file:hover a.wp-block-file__button {

}

.wp-block-file:focus a:after,
.wp-block-file:hover a:after{
    background: #fff;
}

@media screen and (max-width: 767px) {
	.entry-content{
		padding: 0;
	}
    
    .entry-content h2 {
    	font-size: 2.6rem;
    }

    .entry-content ol {
        padding-left: 3em;
    }
    .entry-content ul {
        padding-left: 2em;
    }

    body .wp-block-file{
    	display: flex;
    	flex-direction: column;
    }

    .wp-block-file a {
        display: inline-block;
        padding: 10px;
    }

    body .wp-block-file a.wp-block-file__button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 1.8rem;
        color: #fff !important;
        background: #269cbc;
        border: 2px solid #269cbc;
        transition: all 0.2s ease-in-out;
    }

    body .wp-block-file a.wp-block-file__button:focus,
    body .wp-block-file a.wp-block-file__button:hover{
    	color: #269cbc !important;
        background: #fff;
    }

    /*.wp-block-file a:before {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 2rem;
    }*/

    .wp-block-file a:after{
    	display: none;
    }
    
    /*body .wp-block-file a.wp-block-file__button:before {
        display: none;
        margin-left: 5px;
        content: "\f02e";
        font-family: 'cavom-icon';
    }
    
    body .wp-block-file a.wp-block-file__button:focus:before,
    body .wp-block-file a.wp-block-file__button:hover:before,
    body .wp-block-file a.wp-block-file__button:active:before {
        background: #fff;
        color: #ec234f;
    }*/
}
/*--- Galerie interne ------------------------------------*/

body .wp-block-gallery {
    display: block;
}
.entry-content li.blocks-gallery-item:before {
    display: none;
}
@media screen and (max-width: 767px) {
    .entry-content li:before {
        /* fa-caret-right */
        width: 8px;
        top: 10px;
        min-width: 8px;
        height: 8px;
        border-radius: 4px;
    }
}

/*--- Vidéo Youtube ------------------------------------*/

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
    padding: 0 !important;
}

/*--- Accordéon Accordion -------------------------------------------*/

.c-accordion__title {
    padding-right: 50px;
}
.is-open .c-accordion__title:after, .c-accordion__title:after {
    display: inline-block;
    right: 20px;
    margin-top: -13px;
    content: "\e801";
    color: #333;
    font-family: 'cavom-icon';
    transform: rotate(90deg);
}
.is-open .c-accordion__title:after {
    transform: rotate(270deg);
}
.c-accordion__item {
    padding: 12px 20px;
    border: 2px solid #d7d7d7;
}
@media screen and (max-width: 575px) {
    .c-accordion__item {
        padding: 12px 20px;
    }
    .entry-content .c-accordion__item h3 {
        font-size: 2rem;
        padding-right: 30px;
    }
    .entry-content .c-accordion__content {
        margin-top: 20px;
    }
    .is-open .c-accordion__title:after, .c-accordion__title:after {
        right: 0;
    }
}
/*--- Slider interne -------------------------------------------*/

/*.wp-block-gallery{
	display: flex;
	justify-content: center;

}*/

.wp-block-gallery ul {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    /*max-width: 80%;*/
    /*margin: 0 auto;*/
}

.wp-block-gallery ul li.blocks-gallery-item{
    padding: 0;
}

.wp-block-gallery .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    padding: 10px 8px;
    font-size: 1.6rem;
    color: #52808e;
    background: none;
    border: 2px solid #52808e;
    border-radius: 50%;
    /*text-shadow: 0px 0px 3px #000;*/
    z-index: 2;
}
.wp-block-gallery .slick-prev {
    left: 0;
}
.wp-block-gallery .slick-next {
    right: 0;
}
.wp-block-gallery .slick-disabled {
    opacity: .5;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure{
	margin: 0 8%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
	width: 84%;
	padding: 5px 15px;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
    line-height: 1.3;
	background: #52808e;
}

.wp-block-gallery .slick-dots{
	position: absolute;
	bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.wp-block-gallery .slick-dots li{
	display: inline-block;
}

.wp-block-gallery .slick-dots li:before{
	width: 12px;
	height: 12px;
	min-width: auto;
	margin-right: 5px;
	border: 1px solid #52808e;
	border-radius: 24px;
	background: #fff;
	opacity: 0.5;
}

.wp-block-gallery .slick-dots li.slick-active:before{
	opacity: 1;
}

.wp-block-gallery .slick-dots button{
	display: none;
}


@media screen and (max-width: 767px) {
    .wp-block-gallery .slick-arrow {
        padding: 0;
        font-size: 2rem;
        top: calc(50% - 30px);
    }

    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption,
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption{
        font-size: 1.3rem;
    }

}
/*--- Boutons -------------------------------------------*/

.wp-block-buttons .wp-block-button {
    margin: 12px 0;
}
.entry-content .wp-block-button a.wp-block-button__link {
	padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 1.8rem;
    border: 2px solid #269cbc;
    background-color: #269cbc;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.entry-content .wp-block-buttons a.wp-block-button__link:focus,
.entry-content .wp-block-buttons a.wp-block-button__link:hover {
    color: #269cbc;
    border: 2px solid #269cbc;
    background-color: #fff;
}
/*--- Liens externes alternatifs ---------------------------------------------------*/

.entry-content p a.lien-externe {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 1.8rem;
    color: #269cbc;
    text-decoration: none;
    background: #f3f4f2;
    transition: all 0.4s ease-in-out;
}
/*.entry-content .lien-externe:before {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    content: "\e817";
    font-family: 'cavom-icon';
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    background: #269cbc;
    transition: all 0.3s ease-in-out;
}*/
.entry-content a.lien-externe[target="_blank"]:after {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    content: "\f08e";
    font-family: 'cavom-icon';
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    background: #269cbc;
    border: 2px solid #269cbc;
    transition: all 0.4s ease-in-out;
}
.entry-content .lien-externe:focus,
.entry-content .lien-externe:hover {
    background: #ddd;
}
.entry-content .lien-externe:focus:before,
.entry-content .lien-externe:hover:before,
.entry-content a.lien-externe[target="_blank"]:focus:after,
.entry-content a.lien-externe[target="_blank"]:hover:after {
    border-radius: 0;
    /*background: #ed7d10;*/
}
.entry-content a.lien-externe[target="_blank"]:focus:after,
.entry-content a.lien-externe[target="_blank"]:hover:after {
    color: #269cbc;
    background: #fff;
}
@media screen and (max-width: 767px) {
    
    .entry-content p a.lien-externe{
    	display: flex;
    	flex-direction: column;
    	align-items: flex-start;
    	padding: 0;   	
    }

    .entry-content p a.lien-externe span{
    	display: inline-block;
    	padding: 10px;
    }

    .entry-content a.lien-externe[target="_blank"]:after {
       	position: relative;
    	display: flex;
        width: 100%;
        height: 50px;
        font-size: 2.5rem;
    	justify-content: center;
    	padding: 10px 0 7px 0;
    }
}
/*--- Mise en exergue Blockquote -------------------------------------------*/

.entry-content .wp-block-pullquote{
    padding: 0;
}

.entry-content blockquote {
    /*quotes: "“\00A0" "\00A0„";*/
    /*”*/
    margin: 30px 0;
    padding: 25px 20px 25px 115px;
    background: url('images/cavom-exergue.png') #f3f4f2 left center no-repeat;
    text-align: left;
}
.entry-content blockquote h3 {
    color: #9188a5;
    text-transform: uppercase;
}
/*.entry-content blockquote > :first-child::before,
.entry-content blockquote > :first-child::after { 
    font-size: 2em;
    line-height: 0;
}
.entry-content blockquote > :first-child::before {
    content: open-quote;
}
.entry-content blockquote > :first-child::after {
    content: close-quote;
}*/

/*--- Notation de la page -------------------------------------------*/
.rmp-rating-widget{
	margin-top: 30px;
    padding: 15px 30px;
    color: #888;
    border: 5px solid #f3f4f2;
}

.rmp-rating-widget p{
	font-size: 1.3rem;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon{
    white-space: nowrap;
}

.rmp-rating-widget li:before{
	display: none;
}

/* collapse shortcode */

.title-collapse {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: .25em;
}
a.btn-collapse {
    position: relative;
    display: block;
    padding-right: 2em;
    text-decoration: none;
}
a.btn-collapse:after {
    color: #ccc;
    position: absolute;
    right: 1em;
    content: '+';
    display: inline-block;
}
a.btn-collapse[aria-expanded=true]:after {
    content: '-';
}
.clear.collapse {
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
## ACCUEIL DE RUBRIQUE
--------------------------------------------------------------*/

.accueil-rubrique{
    min-height: 50vh;
}

.accueil-rubrique .rubrique{
	max-height: 275px;
	position: relative;
    margin: 15px 0;
}

.accueil-rubrique .rubrique .rubrique_thum{
	background: #269cbc;
	height: 100%;
	width: 100%;
	display: block;
		
}

.accueil-rubrique .rubrique .rubrique_thum img{
	width: 100%;
	opacity: 0.4;
}

.accueil-rubrique .rubrique h2{
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.accueil-rubrique .rubrique a{
	width: 100%;
	height: 100%;
    color: white;
    display: flex;
	padding: 0 15px;
    align-items: center;
	justify-content: center;
    text-align: center;
	transition: all 0.3s ease-in-out;
}

.accueil-rubrique .rubrique a:hover{
	text-decoration: none;
	font-weight: 600;
    letter-spacing: 1px;
}

.accueil-rubrique .rmp-rating-widget{margin-bottom: 30px;}

/*--------------------------------------------------------------
## SIDEBAR BARRE LATÉRALE
--------------------------------------------------------------*/

aside#secondary > div:first-child{margin-top: 10px;}


aside#secondary > div{
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #73b3c6;
}

aside#secondary .content_infos{
    position: relative;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

aside#secondary .content_infos .zc-title{
  transition: all 0.3s ease-in-out;
}

aside#secondary .content_infos:focus,
aside#secondary .content_infos:hover{
  box-shadow: 0 0 7px 7px #eee;
}

aside#secondary .infos_plus .content_infos:focus,
aside#secondary .infos_plus .content_infos:hover{
  box-shadow: none;
}


aside#secondary h3{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    background: url(images/zc-blue.jpg) no-repeat;
}

aside#secondary .zc-contact h3,
aside#secondary .infos_plus h3,
aside#secondary .zc-acces-rapide h3{
    background: url(images/zc-gray.jpg) no-repeat;
}

aside#secondary p a,
aside#secondary li a{
    font-weight: 700;
    color: #269cbc;
    transition: all 0.2s ease-in-out;
}

aside#secondary .zc-contact .zc-adresse,
aside#secondary .zc-contact .zc-tel,
aside#secondary .zc-contact .zc-contact-horaires{
    margin-bottom: 20px;
}

aside#secondary .zc-docu .content_infos{
	padding: 20px;
}

aside#secondary .zc-docu-img-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 50px 0 30px 0;
    background: #e2dddd;
}

aside#secondary .zc-docu-wrapper{
    position: relative;
}

aside#secondary .zc-docu-wrapper + .zc-docu-wrapper{
    margin-top: 40px;
}

aside#secondary .zc-img{
    margin-bottom: 20px;
    position: relative;
}

aside#secondary .zc-cat-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

aside#secondary .zc-agenda .zc-cat-date{
    display: block;
    margin: 10px 0;
}

aside#secondary .zc-cat{
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    font-size: 1.3rem;
    color: #fff;
    background: #52808e;
}

aside#secondary .zc-date,
aside#secondary .zc-horaires{
    margin: 5px 0px 5px 7px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #52808e;
}

aside#secondary .zc-agenda .zc-date,
aside#secondary .zc-agenda .zc-horaires{
    margin-left: 0;
}

aside#secondary .zc-title{
    margin-top: 20px;
    margin-bottom: 15px;  
    font-size: 2rem;
    font-weight: 700;
    color: #269cbc;
    text-transform: uppercase;
    line-height: 1.1;
}

aside#secondary .zc-contact .zc-title,
aside#secondary .lire-aussi .zc-title,
aside#secondary .acces-rapide .zc-title{
    color: #6b6b6b;
}

aside#secondary .zc-docu .ico-play-wrapper{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

aside#secondary .zc-docu .ico-play:before{
    padding: 10px 14px;
    content: '\25BA';
    color: #e8e8ea;
    font-size: 3.1rem;
    border-radius: 30px;
    background: #fff;
}

aside#secondary .zc-excerpt{
    margin-bottom: 15px;
}

aside#secondary .infos_plus .content_infos{
    margin-bottom: 20px;
}

aside#secondary .infos_plus .content_infos:focus,
aside#secondary .infos_plus .content_infos:hover{
    background: transparent;
}

aside#secondary .infos_plus .content_infos h2{
    font-weight: 700;
    font-size: 2rem;
    color: #6b6b6b;
}

aside#secondary .infos_plus .content_infos h3{
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #000;
    font-size: 1.8rem;
    text-transform: none;
    background: none;
}

aside#secondary .infos_plus .content_infos h4{
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}

aside#secondary .infos_plus ul{
	padding-left: 25px;
}

aside#secondary .infos_plus li{
	position: relative;
	list-style-type: none;
}

aside#secondary .infos_plus li:before{
	content: ' ';
    position: absolute;
    top: 7px;
    left: -17px;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #269cbc;
    border: 2px solid #269cbc;
    border-radius: 7px;
}

aside#secondary .zc-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

aside#secondary .zc-medias{
    padding-bottom: 15px;
}

aside#secondary .zc-medias .zc-media-img{
    margin-bottom: 15px;
}

aside#secondary .zc-medias .zc-media-video{
    position: relative;
}

aside#secondary .zc-media-video .ico-play-wrapper{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

aside#secondary .zc-media-video .ico-play:before{
    padding: 10px 14px;
    content: '\25BA';
    color: #e8e8ea;
    font-size: 3.1rem;
    border-radius: 30px;
    background: #fff;
}

aside#secondary .zc-lire-aussi ul,
aside#secondary .zc-acces-rapide ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

aside#secondary .zc-lire-aussi li,
aside#secondary .zc-acces-rapide li{
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none;
}

aside#secondary .zc-acces-rapide li a:focus,
aside#secondary .zc-acces-rapide li a:hover{
    color: #6b6b6b;
}


aside#secondary .zc-acces-rapide-title{
    font-weight: 700;
    color: #6b6b6b;
    text-transform: uppercase;
}


aside#secondary .zc-lire-aussi-title{
	color: #b2ca54;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}


aside#secondary .zc-acces-rapide-title{
  position: relative;
    display: inline-block;
  text-align: center;
    width: 100%;
    margin-bottom: 7px;
    padding: 8px 15px;
    font-weight: 400;
    color: #fff;
    background: #269cbc;
    border: 3px solid #269cbc;
    transition: all 0.2s ease-in-out;
}

aside#secondary .zc-lire-aussi li a:focus,
aside#secondary .zc-lire-aussi li a:hover{
	text-decoration: none;
	color: #269cbc;
}

aside#secondary li:first-child .zc-acces-rapide-title:before{
  content: "\e813";
  display: block;
  font-family: "cavom-icon";
  color: white;
  font-size: 3.0rem;
  transition : all 0.3s ease-in-out;
}

aside#secondary li:nth-child(2) .zc-acces-rapide-title:before{
  content: "?";
  display: flex;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    border-radius: 25px;
    border: 2px solid white;
    width: fit-content;
    padding: 0px 9px;
    margin: 5px auto;
  	transition : all 0.3s ease-in-out;
}

aside#secondary li .zc-acces-rapide-title:focus:before,
aside#secondary li .zc-acces-rapide-title:hover:before{
  color: #269cbc;
}

aside#secondary li:nth-child(2) .zc-acces-rapide-title:focus:before,
aside#secondary li:nth-child(2) .zc-acces-rapide-title:hover:before{
  border: 2px solid #269cbc;
}

aside#secondary .zc-acces-rapide-title:focus,
aside#secondary .zc-acces-rapide-title:hover{
    color: #269cbc;
    background: transparent;
}

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

	aside#secondary .zc-cat-date {
	    flex-direction: column;
	    align-items: flex-start;
	}

}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-content .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.post.hentry {
    margin-bottom: 4rem;
}
.entry-title>a {
    color: inherit;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-item a, .gallery-item a:hover,
.gallery-item a:focus {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    display: block;
    transition: filter 0.2s ease-in;
    backface-visibility: hidden;
    vertical-align: auto;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    filter: opacity(60%);
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
@media screen and (min-width: 480px) {
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
@media screen and (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/

.post-link{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
#page-header{
	justify-content: space-between;
	height: 100px;
}

#page-header .site-title img{padding: 15px;}

#page-header .bouton_links{margin-right: 20px;}

#page-header .bouton_links a img{
	position: relative;
	    background: white;
    border-radius: 20px;
	    margin: 0 10px 0px 5px;
}
#page-header .bouton_links a img:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	color: blue;
}

#page-header .bouton_links a{
	margin: 0 10px;
	display: flex;
	align-items: center;
	background: #269cbc;
	padding: 3px 10px 3px 0px;
	border-radius: 20px;
	color: white;
	font-size: 1.5rem;
	transition: 0.15s all ease-in-out;
}

#page-header .bouton_links a:hover{
	text-decoration: none;
	transform: scale(1.05);
}

#page-header .bouton_links a:before{
	margin-right: 10px;
	color: black;
	background: white;
	padding: 1px;
	font-size: 2rem;
	width: auto;
	border-radius: 10px;
}

#page-header .bouton_links .btn-acceo{
    background: transparent;
}

#page-header .navbar-toggler{
	display: none;
}

#page-header #menu_principal .navbar-nav .nav-item{margin: 0 10px;}

#page-header #menu_principal,
#page-header #menu_principal .navbar-nav,
#page-header #menu_principal .navbar-nav .nav-item,
#page-header #menu_principal .navbar-nav .nav-item .nav-link{
	height: 100px;
	position: relative;
}

#page-header #menu_principal .navbar-nav .nav-item button:before{
	content: "";
	display: inline-block;
	width: 100%;
	max-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #cad35a;
	border-radius: 2px;
	transition: all .2s ease-in-out;
}
#page-header #menu_principal .navbar-nav .current-parent .nav-link:before,
#page-header #menu_principal .navbar-nav .nav-item button:hover:before,
#page-header #menu_principal .navbar-nav .nav-item button[aria-expanded="true"]:before{
	max-width: 100%;
}

#page-header #menu_principal .navbar-nav .dropdown-item.current span{position: relative;}

#page-header #menu_principal .navbar-nav .dropdown-item.current span.nav-link-1{
    color: #269cbc;
}
#page-header #menu_principal .navbar-nav .nav-item.current:before,
#page-header #menu_principal .navbar-nav .dropdown-item.current span.nav-link-1:before{
    content: "";
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #cad35a;
	border-radius: 2px;
	transition: all .2s ease-in-out;
}
	
#page-header #menu_principal .navbar-nav .nav-item a.nav-link{
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}

#page-header #menu_principal #menu-primary .nav-link,
#page-header #menu_principal #menu-primary .dropdown-item{
	font-size: 1.7rem;
	font-family: 'montserrat';
	font-weight: 500;
	color: #000000;
	padding: 0 15px;
}

#menu-primary .dropdown-item:hover, 
#menu-primary .dropdown-item:focus{
    background-color: #fff;
}

#page-header #menu_principal #menu-primary .dropdown-toggle:after{
	display: none;
}

#page-header #menu_principal #menu-primary .dropdown-menu{
	top: 100%;
    min-width: 180px;
    margin: 0;
    padding: 22px 18px;
    box-shadow: 0 3px 6px -2px #666;
    border: none;
    border-radius: 0;
}

#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item,
#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item .nav-link-1,
#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item a{
	position: relative;
	min-height: 50px;
}

#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item .nav-link-1{
	display: flex;
	align-items: center;
    padding: 13px 0;
    white-space: normal;
}

#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item a:focus,
#page-header #menu_principal #menu-primary .dropdown-menu .dropdown-item a:hover{
    text-decoration: none;
}

#page-header #menu_principal #menu-primary .dropdown-menu > li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: inline-block;
    height: 4px;
    width: 40px;
    background-color: #cad35a;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}

#page-header #menu_principal #menu-primary .dropdown-menu > li a:hover::after,
#page-header #menu_principal #menu-primary .dropdown-menu > li a:focus::after{
    width: 100px;
    max-width: 100%;
}

/*
#page-header #menu_principal #menu-primary .dropdown-menu > li a:hover:after,
#page-header #menu_principal #menu-primary .dropdown-menu > li a:focus:after {
    width: 50%;
}
*/

.page-header{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 190px;
	background: url('images/background-h1.jpg') left center #73b3c6 no-repeat;
}

.page-header:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 274px;
    height: 100%;
    background: url(images/background-h1-after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.page-header img{
	position: absolute;
	max-width: 50%;
	right: 0;
	top: 0;
	bottom: 0px;
	left: 50%;
	height: 100%;
	width: 100%;
	object-fit: cover;
    z-index: 1;
}

.page-header .title-wrapper{
    padding: 30px 0;
    z-index: 5;
}
.page-header .title-wrapper h1{
	width: 50%;
	padding-left: 15px;
    font-family: 'montserrat',Arial, sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    color: #fff;
	text-transform: uppercase;
}

/*---- ACCEO ACCESSIBILITE -------------------*/
#menu-primary li.nav-item:last-child{
    display: none;
}

#page-header #menu_principal #menu-primary li.nav-item:last-child .nav-link{
    color: #269cbc;
    transition: all 0.2s ease-in-out;
}

#page-header #menu_principal #menu-primary li.nav-item:last-child .nav-link:focus,
#page-header #menu_principal #menu-primary li.nav-item:last-child .nav-link:hover{
    color: #000;
}

/*#page-header #menu_principal #menu-primary li.nav-item:last-child .nav-link:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url('images/picto-acceo.png') no-repeat center center;
}*/

#menu-primary li.nav-item:last-child{
    display: block;
}

ul.accessibilite-top{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

ul.accessibilite-top li{
    list-style-type: none;
}

ul.accessibilite-top li button i{
    color: #269cbc;
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
}

ul.accessibilite-top li button:focus i,
ul.accessibilite-top li button:hover i{
    color: #000;
}

@media screen and (min-width:1200px){
    #page-header #menu_principal #menu-primary .dropdown-menu{
        width: 450px;
    }
}
@media screen and (max-width:1199px){
    #page-header #menu_principal #menu-primary .dropdown-menu{
        width: 400px;
        left: inherit;
        right: 0;
    }
    #page-header #menu_principal #menu-primary .menu-item:nth-child(-n+2) .dropdown-menu{
        right: inherit;
        left: 0;
    }
}
@media screen and (max-width:767px){
	
	.page-header:after{
		display: none;
	}
	
	.page-header .title-wrapper{
		z-index: 2;
	} 
	
	.page-header .title-wrapper h1{
		width: 100%;
	}
	
	.page-header img {
		opacity: 0.4;
    	max-width: 100%;
    	left: 0;
	}

}

@media screen and (max-width:575px){
    ul.accessibilite-top {
        position: absolute;
        top: 89px;
        right: 0;
        background: #fff;
        z-index: 10;
    }
}

@media screen and (max-width:380px){
	
	.page-header .title-wrapper h1{
		font-size: 2.4rem;
	}


}

/* ----------------------RESPONSIVE MENU---------------------- */

@media screen and (max-width:1200px) and (min-width:768px){
	#page-header {
			justify-content: space-between;
			height: auto;
			flex-wrap: wrap-reverse;
	}
	
	#page-header .top-right{
		width: 100%;
		justify-content: space-between;
	}
}

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

    #page-header{
    	height: auto;
    }
	
	#page-header #menu_principal #menu-primary .dropdown-menu{
        display: block;
        width: 100%;
        padding: 0 0 15px;
        top: 0;
        max-height: 0;
        overflow: hidden;
        box-shadow: inherit;
        transition: all .5s ease-in-out;
	}
    #page-header #menu_principal #menu-primary .dropdown-menu.show{
        max-height: 500px;
    }
	
	#page-header #menu_principal .navbar-nav .nav-item, 
    #page-header #menu_principal .navbar-nav .nav-item .nav-link{
		height: inherit;
	}
    #page-header #menu_principal #menu-primary .nav-link{
        padding: 15px 0 15px 20px;
    }
    #page-header #menu_principal #menu-primary .nav-link::after{
        content: "\e801";
        position: absolute;
        width: 5px;
        height: inherit;
        left: 0;
        top: 0;
        bottom: 0;
        display: inline-flex;
        align-items: center;
        border: none;
        font-family: "cavom-icon";
        color: #000;
        transition: all .2s ease-in-out;
    }
    #page-header #menu_principal #menu-primary .nav-link[aria-expanded="true"]::after{
        transform: rotate(90deg);
    }

    #page-header #menu_principal #menu-primary .nav-link,
     #page-header #menu_principal #menu-primary .dropdown-item{
        width: 100%;
        text-align: left;
    }
	
	#page-header #menu_principal{
		position: initial;
	}
	
	#page-header #menu_principal .navbar-nav{
        height: auto;
        box-shadow: 0 7px 10px -5px #545454;
    }
	
	#page-header #menu_principal .dropdown-menu.level-0{
		background: white;
		position: relative;
	}
	
	#page-header #navigation{
		position: absolute;
		z-index: 99;
		background: white;
		top: 107px;
		left: 0;
		right: 0;
		/*height: 100vh;*/
	}

	/*#page-header .navbar-toggler*/
	#page-header .navbar-toggler{
		position: relative;
		display: flex;
        flex-direction: column;
        align-items: center;
        height: 47px;
    	width: 40px;
        transform: rotate(0deg);
        transition: .5 ease-in-out;
	}

	#page-header .navbar-toggler span{
		display: block;
	  position: absolute;
	  height: 5px;
	  width: 50%;
	  background: #269cbc;
	  border-radius: 5px;
	  opacity: 1;
	  left: 0;
	  transform: rotate(0deg);
	  transition: .25s ease-in-out;
  	}

  	#page-header .navbar-toggler span:nth-child(even) {
	  left: 50%;
	  border-radius: 0 9px 9px 0;
	}

	#page-header .navbar-toggler span:nth-child(odd) {
	  left: 0;
	  border-radius: 9px 0 0 9px;
	}

	#page-header .navbar-toggler span:nth-child(1),
	#page-header .navbar-toggler span:nth-child(2) {
	  top: 0px;
	}

	#page-header .navbar-toggler span:nth-child(3),
	#page-header .navbar-toggler span:nth-child(4) {
	  top: 11px;
	}

	#page-header .navbar-toggler span:nth-child(5),
	#page-header .navbar-toggler span:nth-child(6) {
	  top: 23px;
	}

	#page-header .navbar-toggler.open span:nth-child(1),
	#page-header .navbar-toggler.open span:nth-child(6) {
	  transform: rotate(45deg);
	}

	#page-header .navbar-toggler.open span:nth-child(2),
	#page-header .navbar-toggler.open span:nth-child(5) {
	  transform: rotate(-45deg);
	}

	#page-header .navbar-toggler.open span:nth-child(1) {
	  left: 5px;
	  top: 7px;
	}

	#page-header .navbar-toggler.open span:nth-child(2) {
	  left: calc(50% - 5px);
	  top: 7px;
	}

	#page-header .navbar-toggler.open span:nth-child(3) {
	  left: -50%;
	  opacity: 0;
	}

	#page-header .navbar-toggler.open span:nth-child(4) {
	  left: 100%;
	  opacity: 0;
	}

	#page-header .navbar-toggler.open span:nth-child(5) {
	  left: 5px;
	  top: 16px;
	}

	#page-header .navbar-toggler.open span:nth-child(6) {
	  left: calc(50% - 5px);
	  top: 16px;
	}

	#page-header .navbar-toggler:after {
	    position: absolute;
	    bottom: 0;
	    content: "menu";
	    text-transform: uppercase;
	    color: #269cbc;
	}

	#page-header #menu_principal{
		display: flex;
		align-items: center;
		order: 1;
		height: auto;
		margin-top: -3px;
	}
	#page-header .site-title{
		order: 2;
	}
	#page-header .top-right{
		order: 3;
	}
}

@media screen and (max-width:600px){
	
	#page-header #navigation {
    	top: 90px;
    }

	#page-header .top-right{
		flex-wrap: wrap;
		max-width: 50%;
	}
	
	#page-header .bouton_links{
		margin-right: 0px;
	}

	#page-header .menu-reseaux-sociaux-container{
		width: 100%;
		justify-content: center;
		display: flex;
		margin-top: 15px;
	}
	
}

@media screen and (max-width:450px){
	#page-header .top-right{
		flex-wrap: nowrap;
	}
	
	#page-header .bouton_links{
		flex-direction: column;
	}
	
		#page-header .menu-reseaux-sociaux-container{
		display: none;
		margin-top: 0;
	}
	
	#page-header #menu-reseaux-sociaux{
		flex-direction: column;
	}
	
	#menu-reseaux-sociaux li:before {
    width: 25px;
    padding: 7px 7px;
    font-size: 12px;
	}
	#page-header .bouton_links a{
		font-size: 1.2rem;
		margin: 5px 10px;
		margin-top: -9px;
	}
	
	#page-header .site-title img{
		max-width: 100px;
	}
}

@media screen and (max-width:400px){
	
	#page-header{
    	height: 70px;
    	padding-top: 4px;
    }

    #page-header #navigation {
    	top: 69px;
    }

	#page-header .site-title img{
		max-width: 87px;
		margin-top: -9px;
	}

}


/* ----------------------MENU RESEAUX SOCIAUX---------------------- */
#menu-reseaux-sociaux-1,
#menu-reseaux-sociaux{
	display: flex;
	padding-left: 0;
	list-style: none;
	margin:0;
}

#menu-reseaux-sociaux-1 li,
#menu-reseaux-sociaux li{
	position: relative;
}

#menu-reseaux-sociaux-1 li:before,
#menu-reseaux-sociaux li:before{
background: #b2ca54;
    width: 33px;
    color: white;
    padding: 7px 0px;
    border-radius: 20px;
    font-size: 18px;
} 

#menu-reseaux-sociaux-1 a,
#menu-reseaux-sociaux a{
	text-indent: -999px;
	text-align: left;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



/*--------------------------------------------------------------
## PAGE D'ACCUEIL
--------------------------------------------------------------*/
.home #content{margin-top: 0;}

.home .bloc-header{
	height: 343px;
    background: #73b3c6;
    position: relative;
    background-repeat: no-repeat;
    background-size: 1200px auto;
    background-position: center right;
}

.home .bloc-header-left-bg{
        position: absolute;
    top: 0;
    right: 500px;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 343px;
    background-image: url(images/background-header-texte.png);
}

.home .bloc-header .text_header_home{
	margin-left: 30px;
}

.home .bloc-header .home-header-infos{
    color: #fff;
	padding-left: 0;
}

.home .bloc-header .home-header-infos h2{
		font-weight: bold;
    padding: 30px 0;
    font-size: 3rem;
}

.home .bloc-header .home-header-infos p{
    font-weight: 300;
}

.home .bloc-header .home-header-infos a{
	display: inline-block;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px 30px;
	color: #73b3c6;
	border: 2px solid #fff;
	border-radius: 30px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.home .bloc-header .home-header-infos a:focus,
.home .bloc-header .home-header-infos a:hover{
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.home .flash-info-wrapper{
	margin: 5px;
}

.home section{
	padding: 30px 0;
	position: relative;
}

.home section.actualite{
	padding: 60px 0;
}

.home section .title_bloc{
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 700;
}

.home section .archive_link{
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 26px;
    text-align: center;
}
@media screen and (max-width:1200px) and (min-width:990px){
	.home .bloc-header-left-bg {
    right: 400px;
	}
	
	.home .bloc-header .home-header-infos h2 {
    font-size: 2.4rem;
	}
	.home .bloc-header{
		background-position: center center;
	}
}

@media screen and (max-width:990px){
	.home .bloc-header-left-bg{
        top: 0;
        bottom: 0;
        right: 0;
        height: 343px;
		background-image: none !important;
        background: #269cbc;
        opacity: 0.4;
	}
	.home .bloc-header .home-header-infos{
		flex: 0 0 100% !important;
    max-width: 100% !important;
	}
	.home .bloc-header .home-header-infos h2{
		font-size: 2.4rem;
	}

}

@media screen and (max-width:500px){
.home .bloc-header,
	.home .bloc-header-left-bg {
    height: 380px;
	}
	
	.home .bloc-header .home-header-infos h2 {
    font-size: 2rem;
}
}

/*--- SECTION FLASH INFO ---------------------------------*/
.open_alert_click{
    display: block;
    position: absolute;
    top: 60px;
    right: 30px;
    /*background: blue;*/
}

.flash-info{
    background: #FD9B3E;
	padding: 15px 0;
}

#flash-infos{
    width: calc(100% - 6rem);
    padding: 0 10px;
    position: relative;
}

.jctkr-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 35px;
    vertical-align: top;
    overflow: hidden;
}

.flash-info a.alerte-lien{
    color: #269cbc;
}

.flash-info a.alerte-lien:focus,
.flash-info a.alerte-lien:hover{
    color: #269cbc;
    text-decoration: underline;
}

.flash-info .flash-button{
    display: flex;
    justify-content: center;
    width: 100px;
}

.flash-info .flash-button #close_alert{
	margin: 0;
	width: 40px;
	height: 40px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: #AD6621;
	font-weight: bold;
	border: 2px solid #AD6621;
	border-radius: 30px;
    transform: rotate(45deg);
}

.flash-info .flash-button #close_alert span{
    font-size: 2.4rem;
}

.flash-titre {
	min-width: 240px;
    width: 280px;
    margin: 0;
    padding: 5px 25px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #AD6621;
}

.flash-titre span{
    font-size: 3rem;
}

/*@media screen and (min-width: 768px){
    .flash-titre {
        font-size: 1.9rem;
        width:150px;
    }    
}*/

#flash-infos ul{
    list-style: none;
    margin: 0
}

.jctkr-wrapper.jctkr-initialized ul{
    opacity: 1;
}

.jctkr-wrapper ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

#flash-infos li {
    margin-right: 250px;
    margin-bottom: 0;
    padding: .5em 1em;
    list-style: none;
    font-weight: 500;
    color: white;
}

.jctkr-wrapper ul li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.9;
}

#flash-infos li a{
	color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
}

@media screen and (max-width:767px){
	.flash-titre {
    max-width: 130px;
    padding-right: 0;
    font-size: 1.7rem;
		    min-width: inherit !important;
}
	.flash-info .flash-button #close_alert{
		padding: 0 10px;
	}
	
}
/* ------------SECTION RECHERCHE------------ */

.home .recherche-row{
    margin: 30px 0;
}

.home .recherche .title_bloc{
    width: 255px;
    color: #269cbc;
}

.home .recherche .home-acces-rapide{
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}

.home .recherche .home-acces-rapide li{
    flex: 50%;
	max-width: 50%;
	padding: 0 15px;
    list-style-type: none;
	margin-bottom: 15px;
}

.home .recherche .home-acces-rapide li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 15px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #269cbc;
    border-radius: 36px;
    background: #269cbc;
    transition: all 0.3s ease-in-out;
}

.home .recherche .home-acces-rapide li a span{
	padding-right: 10px;
}

.home .recherche .home-acces-rapide li a:focus,
.home .recherche .home-acces-rapide li a:hover{
    color: #269cbc;
    text-decoration: none;
    background: #fff;
}

.home .recherche .home-acces-rapide li a:after{
    content: "\e801";
    font-family: "cavom-icon";
    color: #fff;
}

.home .recherche .home-acces-rapide li a:focus:after,
.home .recherche .home-acces-rapide li a:hover:after{
    color: #269cbc;
}

.home .search-form{
    margin: 20px 0 !important;
}

.home .search-form input{
	margin-right: 60px;
    padding: 15px 15px 15px 0;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #269cbc;
}
.home .search-form .input-group .input-group-append{
	width: 55px;
    position: absolute;
    right: 30px;
    height: 55px;
    bottom: 0;
}
.home .search-form .input-group .input-group-append button{width: 100%;}

.home .search-form .input-group{
    position: relative;
    margin: 0;
}
.home .search-form .input-group:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 55px;
    height: 55px;
    background-position: center center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAADv0lEQVRYhcXZe4iUZRTH8c++btmWBnbDAi8UYdoVotzFUCKIsChxiJBuCNEUGfRXZlFt0MUuEJSUS4r9UfZHiRUZ0T9pIJNdJCmkooiwiLKl6KK1utof55lmdpvdeWd9Z/cHw3Nm5nkevu95nznvOWc6ute+Jqe60I1LcC5OSZ8NoB9f4H3sSO9zqVIuNZ3TmWOfeXgEVzWZfw1W4jA+wL3YmmP/pspG+W4qXsTnWIJBvIHrMReT0SHAT0+Q6/EHevAetmFGuyDPxle4Gf9gFU5KsBvFrR1IcwfxLd7ELTgRN2AvFuJLLC4acj4+xnQ1T6zGnzn3PIiXMRMviHP7lrjgQiDnitt0DNbgUvwyxr3/xq3Cu4exQZzrI4LswjtpXIs70+ZHqvUCtAOvYnarG9RDrha3aAfuKACuXhvwvLhDG1tdXIWcgRU4gGtxqCi6Ot2FH8Uv/4pWFlYhVyV7DfYUilbTgDhCxF3LrSy9bhTee7xYrv9ps/ghnq+Fs5mJczgFO/FTO8jqdAgvJfvqvIsynJnszUUTjaC303hl3gUZzkj2R4XjNNbONM7JuyATjzv4oXCcxuoXT6VpeRdkODbZ+9pBNIIGcXTeyRn+SvZxbcFprE7szzs5w8/Jnt0OmgaajklaSIwzfJPsi9tB1EAXpPHTvAsyfJ3spYXjNNaSNL6bd0EmHoO/4hzMagNUvTqxTAT13HE5E+nYuvT+/uK5hugmHC9qn9x5ajXBeFJkQMu1EGRb1BQ8leyWnFGF3Csqwgyv46jC0GpapxbAn1GLz01Vn/Q+it04C6+ITLoorcR1+B3f4UJRo+cCrYc8IJLR31ASqX6euryZ7hP540FRNV5UD9rTt6kp6PBCbA8W1IHuUktAWtUJ2IKHE+ASbBdHqyXQRiXtbpwn6uV5aXwWp+WEm4p7xAUvFhe8IAFX1RLoSM2BPaLf85gIUSvwPT7E3VgkuhbTRNLcjdtEgO5P67rSXl0an+/coB05GlanCs8sF15qpv0iQjwgOhkPii7IIlGJDtfJIpedhU+wsFIuDcnI8kBWNUlUepcJD8wU/aB9wnvb02urWgsGekcDrZRLevo2jQraCuSRaETQautvNNDRumpFQz4kPL9N9JuGqFIujXhGxwuSsYN2jSckYwN9brwhGQba07dpJNAe8RBYNhGQ5AAVjYr9mDxRkDQHfVrE5c/GKwSNpl618LRUZEdP4Pb02fyJ9CSolEu9ah7dIv4YqAIuqpRLuyYckv9ALxf/blREw3VOpVzaAf8CzcIBj6hvtPIAAAAASUVORK5CYII=');
}

@media screen and (max-width:850px) and (min-width:768px){
	.page-header {
    background-size: 50% 100%;
    background-image: url(images/background-h1.jpg);
	}
}

@media screen and (max-width:1200px) and (min-width:768px){
	.home .recherche-row .recherche-header {
		flex: 0 0 100%;
    max-width: 100%;
	}
	.home .recherche .title_bloc{
		width: 100%;
	}
	
	.home .recherche .recherche-infos{
		margin: 0;
				flex: 0 0 100%;
    max-width: 100%;
	}
	
}
@media screen and (max-width:767px){
	.home .recherche .title_bloc{
		width: 100%;
		margin-bottom: 15px;
	}
	.home .recherche .home-acces-rapide{
		padding: 0;
	}
	.home .recherche .home-acces-rapide li{
		margin: 0;
		margin-bottom: 10px;
		width: 100%;
		flex: 100%;
	}

	.home .recherche .home-acces-rapide li a{
		font-size: 1.4rem;
	}
	
}

@media screen and (max-width:575px){
	
    .home .search-form{
        margin: 0 !important;
    }

    .home .recherche .home-acces-rapide{
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.home .recherche .home-acces-rapide li{
		max-width: 100%;
	}
}

/* ------------SECTION ACTUALITES------------ */
.home section.actualite{
    background: url('images/background-home-actu.jpg') left center #73b3c6 no-repeat;
}

.home section.actualite .actu-title-link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.home section.actualite .title_bloc{
    color: #fff;
}
.home section.actualite .archive_link{
    font-weight: 500;
    color: #269cbc;
    background: #fff;
	    transition: all 0.3s ease-in-out;
    border: 2px solid white;
}

.home section.actualite .archive_link:hover{
	background: #73b3c6;
	color: white;
	text-decoration: none;
}

.home section.actualite article .thumbnail-wrapper img{
	/*width: 100%;
	height: 100%;*/
	object-fit: cover;
}

/*.home section.actualite article .thumbnail-inner{
	padding-right: 15%;
}*/

.home section.actualite article .categ_article{
	display: inline-block;
    padding: 5px 10px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    background: #52808e;
}
.home section.actualite article .date_article{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #52808e;
    font-weight: 700;
}

.home section.actualite article h3{
	margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.home section.actualite article h3 a:focus,
.home section.actualite article h3 a:hover{
    color: #fff;
}

.home section.actualite article .excerpt_article{
    color: #fff;
    font-size: 1.8rem;
    padding-bottom: 35px;
}

.home section.actualite .container{position: relative;}

.home section.actualite #actu-slider{
	padding:0;
}

.home section.actualite .actu-nav{
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: flex;
	list-style: none;
	padding-left: 15px;
}

.home section.actualite .actu-nav button{
    padding: 5px 6px;
    border: 2px solid #52808e;
    border-radius: 23px;
}

.home section.actualite .actu-nav button:before{
	font-family: 'cavom-icon';
	font-size: 1.6rem;
    color: #52808e;
}

.home section.actualite .actu-nav button.slick-prec:before{
    content: '\e804';
}

.home section.actualite .actu-nav button.slick-suiv:before{
    content: '\e803';
}

.home section.actualite .actu-nav li:last-child{
    margin-left: 25px;
}

@media screen and (max-width:1200px) and (min-width:768px){
	.home section.actualite .actu-nav{
		left: inherit;
		bottom: 15px;
		right: 0;
	}
	
	.home section.actualite article{
		flex-wrap: wrap;
	}
}

@media screen and (max-width:991px){
	
	.home section.actualite .col-md-8{
		padding-bottom: 35px;
	}

	.home section.actualite .actu-title-link{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.home section.actualite #actu-slider{
		flex: 0 0 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.home section.actualite article img{
		width: 100%;
	}
	
	/*.home section.actualite article > div{
		padding: 0;
	}*/
	
	.home section.actualite .archive_link {
    	margin-left: 15px;
	}
}

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

	.home section.actualite .actu-nav{
		left: inherit;
		bottom:5px;
		right: 15px;
	}
	
	.home section.actualite article{
		padding-bottom: 20px;
		flex-wrap: wrap;
	}


}
/* ------------SECTION DECOUVRIR(DOCUMENT)------------ */

.home section.decouvrir{
	padding-top: 60px;
}

.home section.decouvrir .title_bloc{
    color: #009ec0;
}

.home section.decouvrir .the_doc{
	font-size: 1.8rem;
	margin-top: 30px;
	padding-bottom: 50px;
}

.home section.decouvrir .the_doc .taille{
	font-size: 1.6rem;
}

.home section.decouvrir .archive_link{
    background: #009ec0;
    color: white;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease-in-out;
    border: 2px solid #009ec0;
}

.home section.decouvrir .archive_link:hover{
	background: white;
	color: #009ec0;
	text-decoration: none;
}

.home section.decouvrir article h3{
    text-transform: uppercase;
    font-weight: bold;
}

.home section.decouvrir article .img-wrapper{
	position: relative;
	
}

.home section.decouvrir article .img-wrapper img{
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.home section.decouvrir .doc-link-filter{
	position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(118,180,199,0.5);
	opacity: 1;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}

.home section.decouvrir .img-wrapper:focus .doc-link-filter,
.home section.decouvrir .img-wrapper:hover .doc-link-filter{
	opacity: 0;
}

.home section.decouvrir .doc-link-zone{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
    z-index: 2;
}

.home section.decouvrir article .img-wrapper .doc-link-infos{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0 35px;
	font-weight: 700;
	color: #fff;
    padding: 15px;
    border: 2px solid #fff;
}

.home section.decouvrir article .img-wrapper .doc-link-infos > *{
	text-shadow: 2px 2px #333;
}

.home section.decouvrir .title-wrapper{
	font-size: 2rem;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

.home section.decouvrir .extension-taille{
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 400;
}

.home section.decouvrir article .img-wrapper .dl_link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

.home section.decouvrir article .img-wrapper .dl_link:focus,
.home section.decouvrir article .img-wrapper .dl_link:hover{
	opacity: 0;
	text-decoration: none;
}

/*.home section.decouvrir .dl_link:hover span{
	transform: scale(1.3);
	text-decoration: none;
}*/

/*.home section.decouvrir article .img-wrapper .hover_image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 75px 75px;
    background-position: center center;
    background-repeat: no-repeat;
	transition: all 0.2s ease-in-out; 
}

.home section.decouvrir article .img-wrapper:hover .hover_image{
	background-size: 100px 100px;
}

.home section.decouvrir article .decouvrir_link{
    display: block;
}*/

@media screen and (max-width:1200px) and (min-width:768px){
	.home section.decouvrir .the_doc{
		margin: 30px 0;
	}	
}

@media screen and (max-width:991px){
	
	.home section.decouvrir .infos-wrapper{
		margin-bottom: 30px;
	}

	.home section.decouvrir .the_doc{
		padding-bottom: 0;
	}
		
	.home section.decouvrir .archive_link {
    	position: relative;
    	margin-top: 15px;
    	margin-left: 15px;
	}
}

@media screen and (max-width:767px){
	.home section.decouvrir .title-wrapper{
	    font-size: 1.4rem;
	}
	.home section.decouvrir .extension-taille{
	    font-size: 1.2rem;
	}
}
		
/* ------------SECTION AGENDA------------ */
.home section.agenda{
    background: url('images/background-home-event.png') left center #73b3c6 no-repeat;
}

.home section.agenda .title_bloc {
    color: #fff;
}

.home section.agenda .agenda-title-link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.home section.agenda .archive_link{
    font-weight: 500;
    color: #269cbc;
    background: #fff;
	transition: all 0.3s ease-in-out;
    border: 2px solid white;
}

.home section.agenda .archive_link:hover{
	background: #73b3c6;
	color: white;
	text-decoration: none;
}

.home section.agenda .the_event{position: relative;}

.home section.agenda .the_event .img-wrapper img{
	width: 100%;
	object-fit: cover;
}

.home section.agenda .the_event .title_event{
	font-weight: bold;
	font-size: 2.0rem;
	color: white;
	text-transform: uppercase;
}

.home section.agenda .the_event .date_event, 
.home section.agenda .the_event .horaires_event {
    font-size: 2.2rem;
    color: #52808e;
    font-weight: bold;
	margin-bottom: 0;
}

.home section.agenda .the_event .entry-meta{
	display: inline-block;
    background: #52808e;
    color: white;
    padding: 5px 15px;
    font-size: 1.3rem;
	margin-bottom: 15px;
}

.home section.agenda .the_event .excerpt{
	color: white;
}
@media screen and (max-width:1200px) and (min-width:768px){
	.home section.agenda .the_event .info-wrapper{
		margin-top: 10px
	}
}

@media screen and (max-width:990px){
	.home section.agenda .agenda-title-link{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.home section.agenda .the_event{
				flex: 0 0 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.home section.agenda .the_event img{width: 100%;}
	
	.home section.agenda .the_event > div{padding: 0;}
	
	.home section.agenda .archive_link {
    margin-left: 15px;
}
	
	.home section.agenda .the_event .entry-meta{margin-top: 15px;}
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
#page-footer{
	padding: 15px 0 ;
	padding-top: 30px;
    box-shadow: 0 -10px 20px #ddd;
}

#page-footer .sidebar-footer section h2,
#page-footer .sidebar-footer section h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8rem;
	color: #3898ac;
}

#page-footer #menu-menu-pied-de-page{
	list-style: none;
	padding-left: 0;
}


#page-footer #menu-menu-pied-de-page li{
	font-size: 1.6rem;
	font-weight: bold;
	color: #3898ac;
	text-transform: uppercase;
}

#page-footer #menu-menu-pied-de-page li a{
	padding: 0;
	line-height: 3.0rem;
}

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

	#page-footer section#media_image-3{
		padding-bottom: 0;
		text-align: center;
	}

	#page-footer section#text-4{
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}

	#page-footer section#nav_menu-7{
		margin-top: 0;
		padding-top: 0;
		text-align: center;
	}

	#page-footer #menu-menu-pied-de-page li{
		font-size: 1.4rem;
	}

}


/*--------------------------------------------------------------
## SEARCH PAGE / PAGE DE RECHERCHE
--------------------------------------------------------------*/
.search .searchandfilter ul{
	display: flex;
	padding-left: 0;
	padding: 30px;
	background: #73b3c6;
}

.search .searchandfilter ul li{
	width: 45%;
	height: 55px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
.search .searchandfilter ul li:last-child{
	width: 10%;
	padding-right: 0;
}

.search .searchandfilter ul li label,
.search .searchandfilter ul li label input,
.search .searchandfilter ul li input,
.search .searchandfilter ul li label select{
	width: 100%;
	height: 100%;
}

.search .searchandfilter ul li label,
.search .searchandfilter ul li.sf-field-post_type label{
	position: relative
}

.search .searchandfilter ul li.sf-field-post_type label:after{
	content: "\e801";
    font-family: "cavom-icon";
    display: block;
    font-size: 1.7rem;
    position: absolute;
    color: #52808e;
    right: 25px;
    top: 15px;
    transform: rotate(90deg);
}

.search .searchandfilter ul li label select{
	background: linear-gradient(#f4f4f4, #ddd);
    width: 100%;
    max-width: 100%;
    height: 55px;
    border-radius: 0 0 20px 0;
    border: none;
    color: #52808e;
    font-size: 1.8rem;
    padding-left: 15px;
    font-weight: 500;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.search .searchandfilter ul li.sf-field-search label input{
	width: 100%;
    height: 55px;
    font-weight: 300;
    padding-left: 15px;
    border: none;
    border-bottom: 1px solid #009ec0;
    position: relative;
}

.search .searchandfilter ul li.sf-field-submit input {
    color: white;
    border-radius: 28px;
    font-size: 1.8rem;
    padding: 5px 15px;
    height: 55px;
    width: 100%;
    font-weight: 500;
    border: 2px solid #269cbc;
    background: #269cbc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.search .searchandfilter ul li.sf-field-submit:focus input,
.search .searchandfilter ul li.sf-field-submit:hover input{
    background: #fff;
}

.search .searchandfilter ul li.sf-field-search input.sf-input-text::placeholder{
		color: #52808e;
    font-size: 1.8rem;
	font-style: italic;
	font-weight: 300;
}

.search .search-nb-results{
	margin-top: 15px;
}

.search article{
	position: relative;
}

.search article .search-category-name{
	display: inline-block;
    background: #52808e;
    color: white;
    padding: 5px 15px;
    margin-right: 15px;
    font-size: 1.3rem;
    font-weight: 500;
	
}
.search #results article.entry-content h2{
	transition: all 0.2s ease-in-out;
}

.search #results article:focus.entry-content h2,
.search #results article:hover.entry-content h2{
	color: #b2ca54;
}

.search .searchandfilter ul li:last-child{
	position: relative;
	cursor: pointer;
}

.search .searchandfilter ul li:last-child:after{
    content: "\e816";
    position: absolute;
    font-family: 'cavom-icon';
    top: -2px;
    color: white;
    right: 25px;
    width: 55px;
    height: 55px;
    font-size: 4rem;
    font-weight: 600;
}

.search .searchandfilter ul li.sf-field-submit:focus:after,
.search .searchandfilter ul li.sf-field-submit:hover:after{
	color: #269cbc;
}

.search .searchandfilter ul li:last-child input{
	text-indent:-999px;
	text-align:left;
	overflow:hidden;
	display:block
}
.search .content_search_resul{
	background: #73b3c6;
}
.search .content_search_resul .search-nb-results{
	display: flex;
	align-items: center;
	color: white;
	margin: 0;
}

.search .content_search_resul form{
	width: 90%;
}

.search .archive .suggest{
	margin: 10px 0;
}

.search article.entry-content{
	padding: 0;
}

@media screen and (max-width:990px){
	.search .content_search_resul {
    flex-wrap: wrap;
}
	
	.search .content_search_resul form {
    width: 100%;
}
	
	.search .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
		width: 100%;
	}
	
	.search .searchandfilter ul li {
    width: 100%;
    margin: 5px 0;
    padding-right: 0 !important;
	}
	
	.search .searchandfilter ul li:last-child{
		    width: 100%;
    display: flex;
    justify-content: center;
	}
	
	.search .searchandfilter ul li.sf-field-submit input{
		width: auto;
		min-width: 75px;
	}
	.search .searchandfilter ul li:last-child:after{
		right: calc(50% - 34px);
	}
	
	.search .content_search_resul .search-nb-results {
    display: flex;
    align-items: center;
    color: white;
    margin: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: -20px;
}
}
/*--------------------------------------------------------------
## RATE MU POST
--------------------------------------------------------------*/
ul.rmp-rating-widget__icons-list li:before{
	display: none;
}


/*--------------------------------------------------------------
## SEARCH AND FILTER
--------------------------------------------------------------*/
.search-side form ul{
	display: flex;
	margin: 0 15px;
	padding-left: 0 ;
}
/* --- ACTU --- */
/* --- DOCUTHEQUE --- */



/*--------------------------------------------------------------
## ACTUALITES / ARCHIVES ACTUALITES
--------------------------------------------------------------*/

.page-template-template-archive-actualite .search-side,
.archive .actu_search{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-template-archive-actualite .search-side li label,
.archive .actu_search li label{
	width: 100%;
}

.page-template-template-archive-actualite .search-side li:nth-child(3) label,
.archive .actu_search li:nth-child(3) label{
  width: 80%;
}


.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite li,
.archive .actu_search li.sf-field-post-meta-date_actualite li{
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-template-template-archive-actualite .search-side li,
.archive .actu_search li{
	margin-right: 20px;
	max-width: 300px;
	width: 250px;
	min-width: 150px;
	position: relative;
} 

.page-template-template-archive-actualite .search-side li:first-child,
.archive .actu_search li:first-child{
	width: 250px;
}

.archive .actu_search li:first-child:after,
.page-template-template-archive-actualite .search-side li:first-child:after{
	    content: "\e801";
    font-family: "cavom-icon";
    display: block;
    font-size: 1.7rem;
    position: absolute;
    color: #52808e;
    right: 25px;
    top: 25px;
    transform: rotate(90deg);
}

.page-template-template-archive-actualite .search-side li:nth-child(3),
.archive .actu_search li:nth-child(3){
	    width: 250px;
}

.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite,
.archive .actu_search li.sf-field-post-meta-date_actualite{
	    width: 160px;
    margin-right: 20px;
}

.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite ul li:after,
.archive .actu_search li.sf-field-post-meta-date_actualite ul li{position: relative;color: #52808e;}

.page-template-template-archive-actualite .search-side li:first-child select,
.archive .actu_search li:first-child select{
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}

.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite ul li:after,
.archive .actu_search li.sf-field-post-meta-date_actualite ul li:after{
    content: "\e801";
    font-family: "cavom-icon";
    display: block;
    font-size: 1.7rem;
    position: absolute;
    color: #52808e;
    right: 25px;
    top: 15px;
    transform: rotate(90deg);
}

.page-template-template-archive-actualite .search-side select::placeholder,
.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite input::placeholder,
.archive .actu_search select::placeholder,
.archive .actu_search li.sf-field-post-meta-date_actualite input::placeholder{
	color: #6b6b6b;
	font-weight: 500;
	font-size: 1.8rem;
}



.page-template-template-archive-actualite .search-side select,
.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite input,
.archive .actu_search select,
.archive .actu_search li.sf-field-post-meta-date_actualite input{
	background: linear-gradient(#f4f4f4, #ddd);
	width: 100%;
	max-width: 100%;
	height: 55px;
	    border-radius: 0 0 20px 0;
	border:none;
		color: #52808e;
	font-size: 1.8rem;
	padding-left: 15px;
	font-weight: 500;
	
}
.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite input::placeholder,
.archive .actu_search li.sf-field-post-meta-date_actualite input::placeholder{
	color: #52808e;
	font-weight: 500;
}

.page-template-template-archive-actualite .search-side li.sf-field-post-meta-date_actualite li,
.archive .actu_search li.sf-field-post-meta-date_actualite li{
	padding: 0;
	width: 100%;
}

.page-template-template-archive-actualite .search-side li:nth-child(3) input::placeholder,
.archive .actu_search li:nth-child(3) input::placeholder{
	font-style: italic;
	font-size: 1.8rem;
}

.page-template-template-archive-actualite .search-side li:nth-child(3) input,
.archive .actu_search li:nth-child(3) input{
		width: 100%;
	height: 55px;
	font-weight: 300;
	padding-left: 15px;
	border: none;
	border-bottom: 1px solid #009ec0;
	position: relative;
}

.page-template-template-archive-actualite .search-side li:nth-child(3):after,
.archive .actu_search li:nth-child(3):after{
    content: "\e816";
		position: absolute;
    top: 10px;
    font-family: 'cavom-icon';
	  color: #52808e;
    font-weight: 900;
    display: block;
    font-size: 40px;
    right: -5px;
    width: 55px;
    height: 55px;
}

.page-template-template-archive-actualite .search-side  li.sf-field-submit,
.archive .actu_search  li.sf-field-submit{
	width: 125px;
	margin-right: 10px;
}

.page-template-template-archive-actualite .search-side  li.sf-field-submit input,
.archive .actu_search  li.sf-field-submit input{
background: #009ec0;
    color: white;
    border-radius: 28px;
    font-size: 1.8rem;
    padding: 5px 15px;
	border: none;
	height: 55px;
	width: 100%;
	font-weight: 500;
	cursor: pointer;
  	border: 2px solid #269cbc;
    transition: all 0.3s ease-in-out;
}

.archive .actu_search  li.sf-field-submit:focus input,
.archive .actu_search  li.sf-field-submit:hover input{
  	color: #269cbc;
    background: white;
}

.page-template-template-archive-actualite .search-side .new_actus,
.archive .actu_search .old_actus{
	height: 55px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
  	padding: 5px 30px;
	border-radius: 28px;
	font-weight: 500;
  	font-size: 1.8rem;
	text-align: center;
	background: #73b3c6;
	transition: all 0.2s ease-in-out;
}

.page-template-template-archive-actualite .search-side .new_actus:focus,
.page-template-template-archive-actualite .search-side .new_actus:hover,
.archive .actu_search .old_actus:focus,
.archive .actu_search .old_actus:hover{
	background: #269cbc;
	text-decoration: none;
}

.page-template-template-archive-actualite article .archive-content .fiche_link,
.archive .articles_actus article .archive-content .fiche_link{
	position: absolute;
	bottom: 0;
	border: 3px solid #52808e;
	color: #52808e;
	height: 36px;
	width: 36px;
	display: block;
	padding: 4px;
	margin: 0;
	border-radius: 30px;
	font-size: 1.8rem;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
}

.page-template-template-archive-actualite article .archive-content .fiche_link span,
.archive .articles_actus article .archive-content .fiche_link span{
    text-align: center;
	font-weight: 500;
	font-size: 2rem;
    display: flex;
    justify-content: center;
	transition: all 0.3s ease-in-out
}

.page-template-template-archive-actualite article:hover .archive-content .fiche_link span,
.archive .articles_actus article:hover .archive-content .fiche_link span{
	transform: rotate(405deg);
	text-decoration: 0;
		transition: all 0.3s ease-in-out
}


.page-template-template-archive-actualite article .archive-content,
.archive .articles_actus article .archive-content{
	position: relative;
	width: calc(100% - 450px);
	margin-left: 30px;
	padding-bottom: 36px;
}

.page-template-template-archive-actualite article,
.archive .articles_actus article{
	    margin: 0 15px;
    padding: 30px 0;
    border-bottom: 1px dotted #adb999;
}


.page-template-template-archive-actualite .ll-skin-melon td .ui-state-hover,
.archive .ll-skin-melon td .ui-state-hover{
	color: #b2ca54;
}
.page-template-template-archive-actualite .ll-skin-melon td .ui-state-active,
.archive .ll-skin-melon td .ui-state-active{
	background: #b2ca54;
}

.page-template-template-archive-actualite .ll-skin-melon .ui-widget,
.archive .ll-skin-melon .ui-widget{
	background: #009ec0;
}

.page-template-template-archive-actualite article .entry-content,
.archive .articles_actus article .entry-content{
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	font-weight: normal;
}

.page-template-template-archive-actualite article .entry-meta span,
.archive .articles_actus article .entry-meta span{
	display: inline-block;
    background: #52808e;
    color: white;
    padding: 5px 15px;
	margin-right: 15px;
	font-size: 1.3rem;
	font-weight: 500;
}

.page-template-template-archive-actualite article .entry-meta,
.archive .articles_actus article .entry-meta{margin-bottom: 15px;}

.page-template-template-archive-actualite article .archive-content h3,
.archive .articles_actus article .archive-content h3{
		font-size: 2rem;
	color: #73b3c6;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.page-template-template-archive-actualite article:hover .archive-content h3,
.archive .articles_actus article:hover .archive-content h3{
	color: #b2ca54;
}

.page-template-template-archive-actualite article .archive-content .date_actu,
.archive .articles_actus article .archive-content .date_actu{
	font-weight: bold;
	font-size: 1.6rem;
	color: #52808e;
	margin-bottom: 10px;
}


@media screen and (max-width:1200px) and (min-width:768px){
	.page-template-template-archive-actualite .search-side form>ul,
	.archive .actu_search form>ul{flex-wrap: wrap;}
	
	.page-template-template-archive-actualite .search-side img, 
	.archive .actu_search img {
    position: absolute;
    top: 64px;
    width: 30px;
    height: 30px;
    right: 370px;
}
	
	.page-template-template-archive-actualite .search-side li, 
	.archive .actu_search li {
    width: 50%;
	}
	
	.archive .actu_search .old_actus{
		position: absolute;
    right: 40px;
    bottom: 85px;
	}
	
	.page-template-template-archive-actualite .search-side .new_actus{
    position: absolute;
    right: 90px;
    width: 150px;
    bottom: 5px;
    height: 50px;
}

	.page-template-template-archive-actualite article .page-thumbnail-wrapper, 
	.archive .articles_actus article .page-thumbnail-wrapper{
		max-width: 300px;
	}
	.page-template-template-archive-actualite article .archive-content, .archive .articles_actus article .archive-content {
    width: calc(100% - 300px);
    margin-left: 30px;
}
	
}

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

	
	
		.page-template-template-archive-actualite .search-side form>ul,
	.archive .actu_search form>ul{
		flex-wrap: wrap;
		padding-bottom: 75px;
	}
	
	.page-template-template-archive-actualite .search-side img, 
	.archive .actu_search img {
    position: absolute;
top: initial;
    bottom: 65px;
    width: 30px;
    height: 30px;
    right: 30px; 

}
	
	.page-template-template-archive-actualite .search-side li ul.sf_date_field,
	.archive .search-side li ul.sf_date_field{margin-right: 0;}
	
	.page-template-template-archive-actualite .search-side li, 
	.archive .actu_search li {
    width: 100% !important;
		max-width: 100%;
		margin-right: 0 !important;
	}
	
		.archive .actu_search .old_actus{
			max-width: 100%;
		position: absolute;
    right: 30px;
    bottom: 10px;
			left: 30px;
	}
	
	.page-template-template-archive-actualite .search-side .new_actus{
position: absolute;
    right: 40px;
    width: 220px;
    bottom: 10px;
    height: 55px;
}
	
	
	.page-template-template-archive-actualite .search-side li.sf-field-submit input, 
	.archive .actu_search li.sf-field-submit input {
    background: #009ec0;
    color: white;
    border-radius: 28px;
    font-size: 1.4rem;
    padding: 5px 15px;
    border: none;
		width: 100%;
}	
	.page-template-template-archive-actualite article, 
	.archive .articles_actus article  {
   flex-direction: column;
		margin: 0;
}
	
	.page-template-template-archive-actualite article .archive-content, 
	.archive .articles_actus article .archive-content {
    width: 100%;
    margin-left: 0;
}
}

/*--------------------------------------------------------------
## DOCUTHEQUE ARCHIVE
--------------------------------------------------------------*/
.sidebar-left  .sf-field-taxonomy-type-media{
	display: none;
}

.tax-type-media .sf-field-taxonomy-type-media{
	display: none !important;
}

.tax-type-media #docutheque-nav{
	border-radius: 15px 15px 0px 0px;
}

.tax-type-media #docutheque-nav li.cat-item-8 a:before{
	content: "\e813";
	font-family: "cavom-icon";
	font-size: 3rem;
	margin-right:15px;
	font-weight : 100;
}
.tax-type-media #docutheque-nav li.cat-item-9 a:before{
	content: "\f0f6";
	font-family: "cavom-icon";
	font-size: 3rem;
	margin-right:15px;
	font-weight : 100;
}

.tax-type-media #docutheque-nav li{
	color: #b6b7b5;
	background: #f3f4f2;
	width: 25%;
	border-bottom: 3px solid #73b3c6;
	border-radius: 15px 15px 0px 0px;
}

.tax-type-media #docutheque-nav li.current-cat{
	background: #73b3c6;
	color: white;
	background-size: 100% 100%;
	background-image: url('data:image/png;base64,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');
}

.tax-type-media #docutheque-nav li:first-child a{
  border-radius: 15px 15px 0 0;
}
  
.tax-type-media #docutheque-nav li a{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	    background: linear-gradient(#f3f4f2 75%, #d2d2d2);
	transition: all 0.3s ease-in-out;
}

.tax-type-media #docutheque-nav li:nth-child(2) a{
  border-radius: 15px 15px 0 0;
}

.tax-type-media #docutheque-nav li.current-cat a{background: none;}

.tax-type-media #docutheque-nav li a:hover{
	text-decoration: none;
	color: #269cbc;
}

.tax-type-media #docutheque-nav li.current-cat a:hover{color: white;}

.tax-type-media .search_docu{
	margin-bottom: 20px;
}

.tax-type-media .search_docu img{
	position: absolute;
    top: 10px;
    width: 55px;
    height: 55px;
    right: 200px;
}

.tax-type-media .search_docu ul{
	display: flex;
	padding-left: 0;
	width: 100%;
}

.tax-type-media .search_docu ul li{
	width: 40%;
	margin-right: 30px;
	position: relative;
}

.tax-type-media .search_docu ul li.sf-field-submit{
	width: 160px;
	margin-right: 0;
}

.tax-type-media .search_docu ul li.sf-field-taxonomy-categorie-media label,
.tax-type-media .search_docu ul li.sf-field-search label{width: 100%;}

.tax-type-media .search_docu ul li.sf-field-search input{
	    width: 100%;
    height: 55px;
    border: none;
    border-bottom: 1px solid #009ec0;
}

.tax-type-media .search_docu ul li select{
	background: linear-gradient(#f5f4f4, #cdcdcd);
		color: #52808e;
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 15px;
    width: 100%;
    max-width: 100%;
    height: 55px;
    border-radius: 0 0 20px 0;
    border: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.tax-type-media .search_docu ul li:first-child:after{
	content: "\e801";
	font-family: "cavom-icon";
	display: block;
	font-size: 1.7rem;
	position: absolute;
	color: #52808e;
	right: 35px;
	top: 25px;
	transform: rotate(90deg);
}

.tax-type-media .search_docu ul li:nth-child(3){
	max-width: 440px;
}
.tax-type-media .search_docu ul li:nth-child(3) label{
	padding-right: 40px;
}

.tax-type-media .search_docu ul li:nth-child(3):after {
    content: "\e816";
    font-family: 'cavom-icon';
    display: block;
    font-size: 40px;
    position: absolute;
    color: #52808e;
    font-weight: 900;
    top: 10px;
    right: 0px;
    width: 35px;
    height: 55px;
}

.tax-type-media .search_docu ul li:nth-child(3) input{
	font-weight: 300;
	font-style: italic;
	font-size: 1.8rem;
	padding-left: 15px;
}


.tax-type-media .search_docu ul li.sf-field-submit input{
	height: 55px;
	width: 100%;
    padding: 5px 15px;
    border-radius: 28px;
    font-size: 1.8rem;
	font-weight: 500;
    color: white;
    border: 2px solid #269cbc;
	background: #269cbc;
	transition: all 0.2s ease-in-out;
}

.tax-type-media .search_docu ul li.sf-field-submit input:focus,
.tax-type-media .search_docu ul li.sf-field-submit input:hover{
	cursor: pointer;
	color: #269cbc;
	background: #fff;
}

.tax-type-media #results article .img-wrapper.no_thumb{	
	width: 255px;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e2dddd;
}

.tax-type-media #results article .img-wrapper{position: relative;}

.tax-type-media #results article .img-wrapper.no_thumb img{
	width: 40%;
	object-fit: contain;
}

.tax-type-media #results article .img-wrapper i{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
	transition: all 0.2s ease-in-out;
}

.tax-type-media #results article:hover .img-wrapper i{
	font-size: 8rem;
}

.tax-type-media #results article .infos-wrapper div .tax{
	font-size: 1.3rem;
	background: #52808e;
    color: white;
	padding: 5px 12px;
}

.tax-type-media #results article .infos-wrapper div .date{
	font-size: 1.6rem;
	font-weight: bold;
	color: #52808e;
}

.tax-type-media #results article .infos-wrapper{
	position: relative;
	max-width: 255px;
	padding-bottom: 15px;
}

.tax-type-media #results article .infos-wrapper .d-flex{
	flex-direction: column;
	padding-top: 10px;
}

.tax-type-media #results article .infos-wrapper h2{
	font-size: 2rem;
	font-weight: bold;
	color: #269cbc;
	text-transform: uppercase;
	margin-top: 5px;
	transition: all 0.3s ease-in-out;
}

.tax-type-media #results article.videos:hover .infos-wrapper h2{
	color: #b2ca54;
}

.tax-type-media #results article .infos-wrapper ul.document-link{
	list-style: none;
	padding-left: 0px;
}
.tax-type-media #results article .infos-wrapper ul.document-link li{
	display: inline-block;
    margin-right: 10px;
	padding: 2px 5px;
    color: white;
	border: 2px solid #269cbc;
	background: #269cbc;
}
.tax-type-media #results article .infos-wrapper ul.document-link li i{
	border-radius: 20px;
	padding: 1px;
}

.tax-type-media #results article .infos-wrapper ul.document-link li:hover{
	text-decoration: none;
	color:#269cbc;
	background: white;
	transition: all 0.2s ease-in-out;
}

.tax-type-media #results article .infos-wrapper ul.document-link li:hover a{color: #269cbc; text-decoration: none;}

.tax-type-media #results article .infos-wrapper .taille{
	font-size: 1.4rem;
}

.tax-type-media #results article.videos .docu-link{
	background: #009ec0;
    color: white;
    border-radius: 28px;
    font-size: 1.4rem;
    padding: 5px 15px;
    border: none;
}

.tax-type-media #results article.videos .docu-link:hover{text-decoration: none;}

.single-docutheque article .date-pub{
	font-size: 1.6rem;
	font-weight: bold;
	color: #52808e;
}

@media screen and (max-width:1200px) and (min-width:768px){
	
	.tax-type-media #docutheque-nav li a{
		font-size: 2.3rem;
	}

	.tax-type-media .search_docu img {
    right: 115px;
	}
	
	.tax-type-media #results article .img-wrapper img{
		width: 100%;
    max-height: 400px;
	}
	
	.tax-type-media #results article .img-wrapper.no_thumb {
		width: 100%;
    height: 400px;
	}
	
}

@media screen and (max-width:991px){
	.tax-type-media #docutheque-nav li a{
		font-size: 2.3rem;
	}
}

@media screen and (max-width:767px){
	.tax-type-media #docutheque-nav{
		flex-wrap: wrap;
	}
	.tax-type-media #docutheque-nav li{
		width: 100%;
		border: 0;
	}
	
	.tax-type-media #docutheque-nav li:first-child{
		border-radius: 15px 15px 0px 0px;
	}
	.tax-type-media #docutheque-nav li:last-child{
		border-radius: 0px 0px 15px 15px
	}
	
	.tax-type-media #results article{
	margin-bottom: 20px;
	}
	
	.tax-type-media .search_docu ul {
    display: flex;
    flex-wrap: wrap;
	}
	
	.tax-type-media .search_docu ul li {
    width: 100%;
    margin-right: 0;
	}
	
	.tax-type-media #docutheque-nav {
    border-radius: 15px 15px 15px 15px;
	}
	
	.tax-type-media .search_docu img {
    top: 60px;
    right: 25px;
	}
	
	.tax-type-media .search_docu ul li.sf-field-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}
	
	.tax-type-media .search_docu ul li.sf-field-submit input{margin-left: 0;}
	
	.tax-type-media #results article .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
	.tax-type-media #results article .img-wrapper.no_thumb{
		width: 100%;
	}
	
}

/*--------------------------------------------------------------
## AGENDA ARCHIVE
--------------------------------------------------------------*/

.post-type-archive-evenement .search-side li.sf-field-taxonomy-type-evenement:after {
    content: "\e801";
    font-family: "cavom-icon";
    display: block;
    font-size: 1.7rem;
    position: absolute;
    color: #52808e;
    right: 35px;
    top: 25px;
    transform: rotate(90deg);
}

.post-type-archive-evenement .search-side select{
	background: linear-gradient(#f4f4f4, #ddd);
	width: 100%;
	max-width: 100%;
	font-size: 1.8rem;
	height: 55px;
	padding: 0 15px;
	font-weight: 500;
	color: #52808e;
	border-radius: 0 0 20px 0;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.post-type-archive-evenement .search-side  input{
	width: 100%;
	height: 55px;
	border: none;
	border-bottom: 1px solid #52808e;
	font-size: 1.8rem;
    font-weight: 500;
}
.post-type-archive-evenement .search-side .sf-field-search input{
	    font-weight: 300;
	padding-left: 15px;
	font-style: italic;
}
.post-type-archive-evenement .search-side img{
	position: absolute;
    top: 10px;
    width: 35px;
    height: 35px;
    right: 250px;
}

.post-type-archive-evenement .search-side li.sf-field-submit{
  margin: 0;
  width: 150px
}
.post-type-archive-evenement .search-side li.sf-field-submit input{
    max-width: 150px;
    padding: 5px 15px;
    font-size: 1.8rem;
	font-weight: 500;
    color: white;
	background: #269cbc;
    border-radius: 28px;
	cursor: pointer;
  border: 2px solid #269cbc;
  transition: all 0.3s ease-in-out;
}

.post-type-archive-evenement .search-side li.sf-field-submit:hover input{
    color: #269cbc;
	background: white;
}
  
.post-type-archive-evenement .search-side select:placeholder{
	color: #52808e;
}

.post-type-archive-evenement .search-side li{
	position: relative;
	margin-right: 20px;
}

.post-type-archive-evenement .search-side li.sf-field-taxonomy-type-evenement{
    width: 250px;
  min-width: 250px;
}
.post-type-archive-evenement .search-side li:nth-child(2){
	width: 160px;
}
.post-type-archive-evenement .search-side li:nth-child(3){width: 250px;}
.post-type-archive-evenement .search-side li:nth-child(3) label {
	width: 80%
}
.post-type-archive-evenement .search-side li:nth-child(2):after{
	content: "\e801";
    font-family: "cavom-icon";
    display: block;
    font-size: 1.7rem;
    position: absolute;
    color: #52808e;
    right: 35px;
    top: 25px;
    transform: rotate(90deg);

}
.post-type-archive-evenement .search-side li:nth-child(2) ul,
.post-type-archive-evenement .search-side li:nth-child(2) ul li{
	margin: 0;
}

.post-type-archive-evenement .search-side li.sf-field-post-meta-event_date_deb ul li input{
	background: linear-gradient(#f4f4f4, #ddd);
	font-size: 1.8rem;
	width: 100%;
	max-width: 100%;
	height: 55px;
	font-weight: 500;
	padding: 0 15px;
	color: #52808e;
	border-radius: 0 0 20px 0;
	border: none;
}

.post-type-archive-evenement .search-side li.sf-field-post-meta-event_date_deb ul li input::placeholder{
	color: #52808e;
}
.post-type-archive-evenement .search-side li:nth-child(3):after {
    content: "\e816";
		position: absolute;
    font-family: 'cavom-icon';
	  color: #52808e;
    font-weight: 900;
    display: block;
    font-size: 40px;
    top: 10px;
    right: 0px;
    width: 55px;
    height: 55px;
}

.post-type-archive-evenement .search-side li.sf-field-post-meta-event_date_deb ul li,
.post-type-archive-evenement .search-side li.sf-field-post-meta-event_date_deb ul li label{
	width: 100%;
	padding: 0;
}

.post-type-archive-evenement article{
	position: relative;
	margin: 0px 15px;
	padding: 35px 0;
	border-bottom: 1px dotted #6b6b6b;
	transition: all 0.3s ease-in-out;
}

/*
.post-type-archive-evenement .img-wrapper{overflow: hidden;}

.post-type-archive-evenement article:hover .img-wrapper img{transform: scale(1.00);transition: all 0.3s ease-in-out;}

.post-type-archive-evenement article:hover .img-wrapper img{
	transform: scale(1.03);
}
*/

.post-type-archive-evenement article:last-child{
	border: 0;
}

.post-type-archive-evenement article hr{
	max-width: 50%;
    margin-left: 0;
}

.post-type-archive-evenement article .info-wrapper{
	padding-left: 30px;
	padding-bottom:  40px;
}
.post-type-archive-evenement article .entry-meta{
	display: inline-block;
    background: #52808e;
    color: white;
    padding: 5px 15px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}


.post-type-archive-evenement article .date_event{
  margin-bottom: 0px;
}

.post-type-archive-evenement article .date_event,
.post-type-archive-evenement article .horaires_event{
	font-size: 2.6rem;
	color: #5e8896;
	font-weight: bold;
}

.post-type-archive-evenement article .entry-agenda-title{
	margin: 20px 0 10px 0;
	font-size: 2rem;
	color: #269cbc;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.post-type-archive-evenement article:hover .entry-agenda-title{
	color: #b2ca54;
}

.post-type-archive-evenement article .excerpt_event{
	font-size: 1.8rem;
}

.post-type-archive-evenement article .event-more-button i.icon-cancel:before{
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 7px 7px 8px 9px;
	font-size: 1.2rem;
	color: #52808e;
	transform: rotate(45deg);
	background: #fff;
	border: 2px solid #52808e;
	border-radius: 15px;
	transition: all 0.4s ease-in-out;
}

.post-type-archive-evenement article:focus .event-more-button i.icon-cancel:before,
.post-type-archive-evenement article:hover .event-more-button i.icon-cancel:before{
	color: #fff;
	background: #52808e;
	border: 2px solid #52808e;
}

.post-type-archive-evenement article .event-link{
    position: absolute;
    bottom: 0;
    border: 2px solid #52808e;
    color: #52808e;
    height: 36px;
    width: 36px;
    display: block;
    padding: 4px;
    margin: 0;
    border-radius: 30px;
    font-size: 1.8rem;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.post-type-archive-evenement article:hover .event-link{
	transform: rotate(360deg);
    text-decoration: 0;
}

@media screen and (max-width:767px){
	.post-type-archive-evenement article .info-wrapper{
		padding-left: 0;
	}
	
	.post-type-archive-evenement .search-side li.sf-field-submit,
	.post-type-archive-evenement .search-side li,
	.post-type-archive-evenement .search-side li:nth-child(2){
		width: 100%;;
		margin-right: 0;
	}
	
	.post-type-archive-evenement .search-side form ul {
    flex-wrap: wrap;
}
	
	.post-type-archive-evenement .search-side li.sf-field-submit input{
		max-width: 100%;
	}

}

/*--------------------------------------------------------------
## FAQ ARCHIVE
--------------------------------------------------------------*/
.post-type-archive-faq aside{
	z-index: 999;
}

.post-type-archive-faq .annuaire-select select{
	    background: linear-gradient(#f5f4f4, #cdcdcd);
	color: #52808e;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 15px;
	width: 100%;
	max-width: 100%;
	height: 55px;
	    border-radius: 0 0 20px 0;
	border: none;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.post-type-archive-faq .annuaire-select{margin-left: 15px;}

.post-type-archive-faq .annuaire-select div.input_form_faq label{
	position: absolute;
}

.post-type-archive-faq .annuaire-select div.input_form_faq{
	width: 40%;
  margin-right: 30px;
  position: relative;
	height: 55px;
	position: relative;
}

.post-type-archive-faq .annuaire-select div.input_form_faq:first-child:after{
	content: "\e801";
	font-family: "cavom-icon";
	display: block;
	font-size: 1.7rem;
	position: absolute;
	color: #52808e;
	right: 35px;
	top: 15px;
	transform: rotate(90deg);
}

.post-type-archive-faq .annuaire-select div.input_form_faq:nth-child(2){
	max-width: 400px;
	margin-right: 90px;
}

.post-type-archive-faq .annuaire-select div.input_form_faq:nth-child(2):after {
    content: "\e816";
    font-family: 'cavom-icon';
    display: block;
    font-size: 40px;
    position: absolute;
    color: #009ec0;
    font-weight: 900;
    top: 0px;
    right: -60px;
    width: 55px;
    height: 55px;
}

.post-type-archive-faq .annuaire-select div.input_form_faq input{
	width: 100%;
	height: 55px;
	border: none;
	margin-right: 40px;
		border-bottom: 1px solid #009ec0;
	font-size: 1.8rem;
	font-weight: 300;
	font-style: italic;
	padding-left: 15px;
}

.post-type-archive-faq .annuaire-select img{
	max-width: 30px;
	max-height: 30px;
}

.post-type-archive-faq .annuaire-select .search{
    position: relative;
}
.post-type-archive-faq .annuaire-select .search button{
	height: 55px;
	width: 160px;
    margin-right: 0;
    padding: 5px 15px;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    border: 2px solid #269cbc;
    border-radius: 28px;
	background: #269cbc;
	transition: all 0.2s ease-in-out;
}

.post-type-archive-faq .annuaire-select .search button:focus,
.post-type-archive-faq .annuaire-select .search button:hover{
	color: #269cbc;
	background: #fff;
}

.post-type-archive-faq .contact_bloc{
  margin: 30px 15px 0 15px;
  background: rgb(239 239 239);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px
}

.post-type-archive-faq .contact_bloc p{
  color: #808080;font-weight: bold;
  margin-bottom: 15px;
}

.post-type-archive-faq .contact_bloc a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 200px;
  margin-right: 0;
  padding: 5px 15px;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 28px;
  background: #269cbc;
  border: 2px solid #269cbc;
  transition: all 0.3s ease-in-out;
}

.post-type-archive-faq .contact_bloc a:hover{
  text-decoration: none;
  background: #fff;
  color: #269cbc;
}

.post-type-archive-faq .accordion-title{
	position: relative;
	background: rgb(239 239 239);
	text-transform: none;
	padding: 0;
	margin: 10px 0;
}

.post-type-archive-faq .accordion-title a[aria-expanded="true"]:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 2px;
	border-bottom: 2px dotted grey;
}

.post-type-archive-faq .accordion-title a{
	position: relative;
	width: 100%;
	font-weight: bold;
	text-align: left;
	padding: 20px 15px;
  	font-size: 1.8rem;
	color: black;
	text-decoration: none;
	white-space: inherit;
}

.post-type-archive-faq .accordion-title a[aria-expanded="false"]:after {
    content: "\e801";
	font-size: 2.4rem;
    font-family: "cavom-icon";
    position: absolute;
    right: 10px;
	top: 25px;
    height: 10px;
    transform: rotate(90deg);
}
.post-type-archive-faq .accordion-title a[aria-expanded="true"]:after {
    content: "\e801";
		font-size: 2.4rem;
    font-family: "cavom-icon";
    position: absolute;
    right: 55px;
		top:25px;
    height: 10px;
	transform: rotate(-90deg);
}

.post-type-archive-faq .accordion-content{
	background: rgb(239 239 239);
    padding: 20px 15px;
    margin-top: -10px;
}

.post-type-archive-faq .accordion-content .rmp-rating-widget{
	border: 0;
}

.post-type-archive-faq .accordion-content .rmp-rating-widget p{
	font-size: 1.4rem;
}

.post-type-archive-faq .accordion-content p{
		font-size: 1.8rem;
	font-weight: 400;
}

@media screen and (max-width:767px){
	.post-type-archive-faq .annuaire-select div.input_form_faq {
    width: 100%;
    margin-right: 0;
    margin: 15px 0;
	}
	
	.post-type-archive-faq  #results ul{
		padding-left: 0;
	}
	.post-type-archive-faq .annuaire-select{
		flex-wrap: wrap;
		margin-left: 0;
	}
	.post-type-archive-faq .accordion-title a{
		padding-right: 40px;
	}
	
	.post-type-archive-faq .accordion-title a[aria-expanded="false"]:after{right: 5px;}
	.post-type-archive-faq .accordion-title a[aria-expanded="true"]:after{right: 32px;}
	
	.post-type-archive-faq .annuaire-select div.input_form_faq:nth-child(2) {
    margin-right: 60px;
	}
	
	.post-type-archive-faq .annuaire-select .search{width: 100%; margin-top: 10px;}
	
	.post-type-archive-faq .annuaire-select .search button,
	.post-type-archive-faq .annuaire-select .search > *{width: 100%;}
}


/*--------------------------------------------------------------
## PAGINATION
--------------------------------------------------------------*/

.pagination{
	width: calc(100% - 30px);
	height: 150px;
	padding: 0 6%;
	background: #f3f4f2;
	margin: 0 15px;
}

.pagination > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/*.pagination > div:before{
	content: "Page";
	margin-right: 10px;
}*/

.pagination a{
	color: #52808e;
}

.pagination .first_link,
.pagination .last_link{
	width: 15%;
}

.pagination .first_link a,
.pagination .last_link a{
	display: flex;
    align-items: center;
}

.pagination .first_link a:focus,
.pagination .first_link a:hover,
.pagination .last_link a:focus,
.pagination .last_link a:hover{
	font-weight: 700;
	text-decoration: none;
}

.pagination .first_link a i:before,
.pagination .last_link a i:before{
display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 2px solid #52808e;
    border-radius: 25px
}

.pagination .first_link a i:before{margin-right: 15px;}
.pagination .last_link a i:before{margin-left: 15px;}

.pagination .page-numbers,
.pagination .page-numbers{
    margin: 0 10px;
    font-size: 1.5rem;
}

.pagination .page-numbers:focus,
.pagination .page-numbers:hover{
    color: #269cbc;
    font-size: 1.6rem;
    font-weight: 700;
}

.pagination .page-numbers.current{
	padding: 7px 13px;
    color: #fff;
    font-weight: 700;
    background: #269cbc;
    border-radius: 28px;
	margin: 0 10px;
}

.pagination .page-numbers.current:focus,
.pagination .page-numbers.current:hover{
	font-size: 1.5rem;
	color: #fff;
}

.pagination .page-numbers-container{
	width: 70%;
	text-align: center;
}

@media screen and (max-width:767px){
	.pagination .first_link, .pagination .last_link {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
	.pagination > div {
    flex-wrap: wrap;
}
	
	.pagination .page-numbers-container{
		width: 100%;
	}

}

/*---- TARTEAUCITRON ------*/

#tarteaucitronRoot *{
    color: #fff !important;
    background-color: #269cbc !important;
}

#tarteaucitronRoot #tarteaucitronIcon,
#tarteaucitronRoot #tarteaucitronManager{
    background: transparent !important;
}

#tarteaucitronAlertBig{
    background-color: #269cbc !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
    color: #fff !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert #tarteaucitronPartnersList{
    color: #000 !important;
}

#tarteaucitronRoot .tarteaucitronCTAButton{
    color: #fff !important;
    background: #73b3c6 !important;
    transition: all 0.2s ease-in-out !important;
}

#tarteaucitronRoot .tarteaucitronCTAButton:focus,
#tarteaucitronRoot .tarteaucitronCTAButton:hover,
#tarteaucitronRoot #tarteaucitronSaveButton:hover,
#tarteaucitronRoot #tarteaucitronSaveButton:focus{
    background: #000 !important;
}

#tarteaucitronRoot #tarteaucitronPrivacyUrl{
    text-decoration: underline;
}

#tarteaucitronRoot #tarteaucitronPrivacyUrl:focus,
#tarteaucitronRoot #tarteaucitronPrivacyUrl:hover{
    text-decoration: none;
}

#tarteaucitronRoot #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronSaveButton{
    border: 1px solid #fff !important;
}

#tarteaucitronCloseCross{
    color: #fff !important;
}

#tarteaucitronServices #tarteaucitronMainLineOffset,
#tarteaucitronServices .tarteaucitronBorder{
    color: #fff !important;
    background-color: #269cbc !important;
}

#tarteaucitronRoot #tarteaucitron,
#tarteaucitronRoot #tarteaucitronManager img{
    background: transparent !important;
}

#tarteaucitronRoot #tarteaucitronPrivacyUrlDialog{
    /* border: 1px solid #fff !important; */
    background: #73b3c6 !important;
    transition: all 0.2s ease-in-out;
}

#tarteaucitronRoot #tarteaucitronPrivacyUrlDialog:focus,
#tarteaucitronRoot #tarteaucitronPrivacyUrlDialog:hover{
    background: #000 !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronLine,
#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronName,
#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronName .tarteaucitronH3,
#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronName .tarteaucitronListCookies{
    color: #000 !important;
    background: #fff !important;
}

#tarteaucitronRoot #tarteaucitronMainLineOffset .tarteaucitronH2{
    margin-top: 0 !important;
}

#tarteaucitronRoot #tarteaucitronServices button{
    border-radius: 5px;
    background: #73b3c6 !important;
}

#tarteaucitronRoot #tarteaucitronServices button span::before{
    color: #fff !important;
    line-height: 1.3;
    background: #73b3c6 !important;
}

#tarteaucitronRoot button#tarteaucitron-toggle-group-video{
    background-color: #269cbc !important;
}