/*
Theme Name: Malakoff
*/

html {
	font-size: 62.5%;
}
 
body { 
	font-size: 1.8rem;
	margin: 0 auto;
	-webkit-font-smoothing: auto;
	font-family: Arial, Helvetica, sans-serif;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	clear: both;
}

.main {
	background-color: #fff;
	position: relative;
}




.entry-content {
	padding-bottom: 30px;
	clear: both;
}

button,
button::before,
button::after,
a,
a::before,
a::after {
    transition: all .2s ease-in-out;
}

a { color: inherit;  }

a:active,
a:hover {
	color: inherit;
}

h1,h2, h3, h4,h5,h6 {
	clear: both; 
}

.main img {
	max-width: 100%;
	height: auto;
}


.slick-next:before, 
.slick-prev:before{
	color: black;
}

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


.bold-word{
	font-weight: 800;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
.embed-responsive {
	margin-bottom: 1rem;
}
button {
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
}

.btn { border-radius: 0; }

.fake-link { cursor: pointer; }

h1, h2, h3, h4, h5{
  font-family: "Swiss";
}


/*--------------------------------------------------------------
# MODIFICATION CLASSE BOOTSTRAP
--------------------------------------------------------------*/
@media screen and (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px !important; 
  }
}

/*--------------------------------------------------------------
# BACKGROUND
--------------------------------------------------------------*/

.page_content_full{
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(https://www.malakoff-habitat.fr/wp-content/themes/Malakoff/images/triangle_bg.png);
}
.page_content_full > .container{
	background: transparent;
	position: relative;
	z-index: 2;
}

.page_content_full > .container > *{
	background: transparent;
}

/*
.page_content_full:before{
	content: "";
    display: block;
    position: absolute;
    width: 250px; 
    height: 800px;
    z-index: 1;
    top: calc(50% - 800px);
    right: 0;
    background-image: url(https://www.malakoff-habitat.fr/wp-content/themes/Malakoff/images/triangle_bg.png);
    background-size: 100% 100%;
}
*/


.page_content_full:after{
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 800px;
  z-index: 1;
  bottom: 225px;
  left: 0;
  transform: rotate(180deg);
  background-image: url(https://www.malakoff-habitat.fr/wp-content/themes/Malakoff/images/triangle_bg.png);
  background-size: 100% 100%;
}

@media screen and (max-width:767px){
	.page_content_full:after{
		display: none;
		}
}

/*--------------------------------------------------------------
# BARRE DE PARTAGE
--------------------------------------------------------------*/
.partage {
  position: fixed;
  display: flex;
  left: calc(100% - 40px);
  bottom: 50vh;
  flex-direction: column;
  transform: translate(0,50%);
  transition: all .5s ease-in-out;
  z-index: 9999;
}

.partage ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.partage ul > li > a,
.partage ul > li > button {
    display: block;
    margin: 0;
    padding: 10px 12px;
    font-size: 15px;
    background-color: #213a8e;
    color: #fff;
  transition: all 0.3s ease-in-out;
}

.partage ul > li > a:hover,
.partage ul > li > button:hover,
.partage ul > li > a:focus,
.partage ul > li > button:focus{
  color: #cf1f41;
}

.partage ul > li > a:focus .sr-only,
.partage ul > li > button:focus .sr-only{
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  clip: unset;
  right: 45px;
  color: black;
}

@media screen and (max-width:767px){
  
  .partage ul > li > a:focus .sr-only,
.partage ul > li > button:focus .sr-only{
    top: -25px;
    right: 0;
    left: 0;
  }
  
  .partage {
    position: fixed;
    display: flex;
    left: 0;
    right: 0;
    bottom: -22px;
    transition: all .5s ease-in-out;
    z-index: 9999;
		transform: none;
	}

  .partage.show{
    bottom: 0;
  }
  
	.partage ul{
		background: #213a8e;
		width: 100%;
    justify-content: space-between;
	}
}

/*--------------------------------------------------------------
# INTERIEUR DE PAGE
--------------------------------------------------------------*/

.entry-content h2{
  font-size: 4.0rem;
  text-transform: uppercase;
  color: #213a8e;
  font-weight: bold;
  line-height: 39px;
  margin-top : 40px;
  margin-bottom: 15px;
}
.entry-content h3{
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #213a8e;
  font-weight: bold;
  line-height: 39px;
  margin-top : 40px;
  margin-bottom: 1px;
}

.entry-content p{
  color: #213a8e;
  line-height: 22px;
} 

.entry-content a{
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.entry-content a:hover{
  color: #cf1f41;
}

.entry-content .wp-block-button a{ 
	border-radius: 0;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px 70px 10px 15px;
	height: 55px;
	background: #213a8e;
	color: white;
	font-family: "Swiss";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.0rem; 
	margin-top: 15px;
  text-decoration: none;
}

.entry-content .wp-block-button a:before{
	content: '\e800';
	font-family: "icones";
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cf1f41;
	color: white;
	font-size: 3.0rem;
	transition: all 0.3s ease-in-out;
}

.entry-content .wp-block-button a:hover{text-decoration: none;}

.entry-content .wp-block-button a:hover:before{
	font-size: 3.5rem;
}

.entry-content .wp-block-file{
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ebebea;
	position: relative;
}

.entry-content .wp-block-file a:first-child{
	display: block;
	width: 100%;
  color: #7f7f7f;
  background: none;
  padding: 14px 15px;
}

.entry-content .wp-block-file a:first-child:hover{
	text-decoration: none;
}

.entry-content .wp-block-file a:last-child{
display: none;
}

.entry-content .wp-block-file a:first-child:before{
  content: "\e843";
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
  align-items: center;
  justify-content: center;
  width: 55px;
	height: 55px;
  background: #d0d0cf;
  color: white;
  font-family: "icones";
  font-size: 2.8rem;
	transition: all 0.3s ease-in-out;
}

.entry-content .wp-block-file a:first-child:hover:before{
	background: #cf1f41;
}

.entry-content .wp-block-file object + a{
	position: relative;
	display: block;
    width: 100%;
    color: #7f7f7f;
    background: 0 0;
    padding: 14px 15px;
}

.entry-content .wp-block-file object + a:hover{
	text-decoration: none;
}

.entry-content .wp-block-file object + a:before{
	height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    background: #d0d0cf;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    content: "\e843";
    color: #fff;
    font-family: "icones";
    font-size: 2.8rem;
}

.entry-content .wp-block-file object + a:hover:before{
	background: #cf1f41;
}

.entry-content .wp-block-quote{
  font-weight: 900;
  background: #ebebea;
  border-left: none;
  margin: 15px 0;
  padding: 20px;
}

.entry-content .wp-block-pullquote{
  display: flex;
  align-items: center;
  border-top: none;
  border-bottom: none;
  font-style: italic;
  margin: 15px 0;
  padding: 20px;
  background: #ebebea;
}

.entry-content .wp-block-pullquote:before{
	content: "";
	position: relative;
	z-index: 2;
	background-image: url(https://www.malakoff-habitat.fr/wp-content/themes/Malakoff/images/info.png);
	background-size: 35px 35px;
	background-repeat: no-repeat;
	font-family: "icones";
	background-position: center;
	margin: 30px;
	color: white;
	font-style: normal;
	min-width: 55px;
	min-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.entry-content .wp-block-pullquote:after{
	content: "";
	position: absolute;
	z-index: 1;
	font-family: "icones";
	margin: 30px;
	color: white;
	background: #cf1f41 center;
	font-style: normal;
	min-width: 55px;
	min-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.entry-content .wp-block-pullquote p{
  color: #7f7f7f;
  font-size: 1.8rem;  
}

.entry-content .wp-block-pb-accordion-item{
  background: #ebebea;
  margin: 20px 0;
}

.entry-content .wp-block-pb-accordion-item.is-open{
  display: block;
  height: auto;
}

.entry-content .wp-block-pb-accordion-item > .c-accordion__title{
  transition: all 0.3s ease-in-out;
  color: #7f7f7f;
    width: 100%;
    margin: 0;
    padding: 12.5px 55px 12.5px 15px;
}

.entry-content .wp-block-pb-accordion-item.is-open > .c-accordion__title{
  color: #213a8e;
}

.entry-content .wp-block-pb-accordion-item .c-accordion__title:before {
  content: "";
    display: flex;
    position: absolute;
    align-items: center;
  justify-content: center;
  width: 55px;
  background: #d0d0cf;
      top: 0;
    right: 0px;
  bottom: 0;
}


.entry-content .wp-block-pb-accordion-item .c-accordion__title:after {
    display: flex;
    position: absolute;
    align-items: center;
  justify-content: center;
  height: 100%;
  width: 55px;
  text-align: center;
    top: 0;
    right: 0px;
    content: "\e800";
  font-family: "icones";
    color: white;
  
    font-weight: 300;
  transform: none;
  transition: all 0.3s ease-in-out;
}

.entry-content .wp-block-pb-accordion-item .c-accordion__title:hover:after{
  transform: rotate(45deg);
}

	.entry-content .wp-block-pb-accordion-item.is-open .c-accordion__title:after{
  transform: rotate(90deg);

    color: #213a8e;
}

.entry-content .wp-block-pb-accordion-item .c-accordion__content{
  width: 100%;
  background: #f7f7f7;
  color: #213a8e;
  padding: 15px;
}

.entry-content ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.entry-content li {
    position: relative;
    padding-left: 25px;
    align-items: center;
    line-height: 1.9;
	color: #213a8e;
}

.entry-content li:before {
    content: ' ';
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    min-width: 13px;
    height: 13px;
    background: #cf1f41;
    border: 2px solid #cf1f41;
}

.entry-content ol {
    line-height: 1.9;
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.entry-content ol li {
    counter-increment: li;
    margin-bottom: 8px;
    padding-left: 45px;
	color: #213a8e;
}

.entry-content ol li::before {
    display: inline-block;
    content: counter(li);
    width: 1.8em;
    height: 1.8em;
    margin-top: -11px;
    padding: 4px 8px 4px 8px;
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    background: #cf1f41;
    border: 3px solid #cf1f41;
}

.entry-content .blocks-gallery-grid li{
  padding-left: 0px;
  margin-bottom: 0;
}

.entry-content .blocks-gallery-grid li img{
	transform: scale(1.1);
}

.entry-content .blocks-gallery-grid .slick-prev:before {
    color: white;
    content: "\e800";
    font-family: "icones";
	font-size : 4.0rem;
}

.entry-content .blocks-gallery-grid .slick-next:before {
    color: white;
    content: "\e800";
    font-family: "icones";
	font-size : 4.0rem;
}


.entry-content .blocks-gallery-grid li:before{
  display: none;
}

.entry-content .wp-block-gallery .blocks-gallery-caption{
	text-align: left;
}

.entry-content .wp-block-media-text__content p{
  line-height: inherit;
}

.entry-content .blocks-gallery-grid{
  width: 100%;
  overflow: hidden;
	margin-bottom: 10px;
}

.entry-content .blocks-gallery-grid .slick-arrow:before{
  color: white;
}

.entry-content .blocks-gallery-grid .slick-prev {
    z-index: 1;
    top: 0;
    left: 0;
    width: 50px;
    background: #1e3480;
    height: 100%;
    transform: none;
	    transform: rotate(180deg);
}

.entry-content .blocks-gallery-grid .slick-next {
  right: 00px;
  top: 0;
  z-index: 1;
  width: 50px;
  background: #1e3480;
  height: 100%;
  transform: none;
}

.entry-content .wp-block-table td{
  background: #ebebea;
	color: #213a8e;
	border: 1px solid #ffffff;
}

.entry-content .wp-block-table thead{
  background: #213a8e;
  color: white;
}

.entry-content .wp-block-table thead tr th
{
  border: 1px solid white;
}

@media screen and (max-width:767px){
	.entry-content h2{
		font-size: 3.0rem;
	}
	
	.entry-content .wp-block-pb-accordion-item{
		min-height: 55px;
		height: auto;
	}
	.entry-content .wp-block-pb-accordion-item .c-accordion__title{
		min-height: 55px;
		height: auto;
	}
	
	.entry-content .wp-block-pb-accordion-item .c-accordion__title:after{
		height: 100%;
		min-height: 55px;
	}
	
	.entry-content .blocks-gallery-grid .slick-prev,
	.entry-content .blocks-gallery-grid .slick-next{
		width: 30px;
	}
	
	.entry-content .blocks-gallery-grid .slick-prev:before,
	.entry-content .blocks-gallery-grid .slick-next:before{
		font-size: 2.0rem;
	}
}


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

.pagination .page-numbers{
  margin: 0 10px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  background: #ebebea;
  font-family: "Swiss";
  text-transform: uppercase;
  font-size: 2.0rem;
  padding: 10px 20px;
  font-weight: bold;
  color: #213a8e;
}


/*--------------------------------------------------------------

--------------------------------------------------------------*/
.forminator-guttenberg .forminator-custom-form{
	    background: #f7f7f7 !important;
    padding: 25px 20px!important;
}

.forminator-guttenberg .forminator-custom-form .forminator-input{
	background: transparent !important;
	box-shadow: none !important;
	font-style: italic !important;
	padding: 3px 5px !important;
	
}

.forminator-guttenberg .forminator-custom-form .forminator-label{
	padding: 5px 0px !important;
	font-style: italic !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-floating--textarea,
.forminator-guttenberg .forminator-custom-form .forminator-is_active .forminator-label,
.forminator-guttenberg .forminator-custom-form .forminator-has_error .forminator-label{
	padding: 3px 5px !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-is_active .forminator-input:focus{
	box-shadow: none !important;
	background: white !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-input:focus::placeholder{
	font-weight: bold !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-button-submit:last-child::after{
	content: "";
	background: red !important;
	width: 10px !important;
	
}
.forminator-guttenberg .forminator-custom-form .forminator-button-submit:last-child{
	float: right !important;
	background: #213a8e !important;
		color: white !important;
	font-size: 2.0rem !important;
	font-family: "Swiss" !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-input::placeholder{
	color: #213a8e !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-has_error .forminator-input{
	border: 2px solid #c83656 !important;
}

.forminator-guttenberg .forminator-custom-form .forminator-has_error .forminator-input::placeholder{
	color: #c83656 !important;
}
	
/*--------------------------------------------------------------
# SEARCH & FILTER
--------------------------------------------------------------*/

.searchandfilter ul{
  padding-left: 0;
}


.searchandfilter ul > li > ul > li{
  color: #213a8e;
    display: flex;
  align-items: center;
}

.searchandfilter ul > li > ul > li input{
  position: relative;
  height: 30px;
  width: 30px;
  outline : none;
  overflow : hidden;
  text-indent : 0.01px;
  text-overflow : '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.searchandfilter ul > li > ul > li input:before{
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: block;
  background: #ebebea;
}

.searchandfilter ul > li > ul > li.sf-option-active input:after{
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 7px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: #213a8e;
}

.searchandfilter .sf-field-search label,
.searchandfilter .sf-field-search label input{
  position: relative;
  width: 100%;
}

.searchandfilter .sf-field-search input{
  border: none;
  background: #ebebea;
  font-style: italic;
  font-family: "Swiss";
  font-size: 2.0rem;
  color: #a2a2a2;
  padding: 10px;
  height: 50px;
}

.searchandfilter .sf-field-search label:before{
  content: "\e804";
  font-family: "icones";
  position: absolute;
  right: 0;
  top: 0;
  background: #cf1f41;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.searchandfilter h4{
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #213a8e;
  line-height: 26px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.skip-link:focus{
  position: fixed;
  left: 10px;
  top: 25px;
  clip: unset;
  color: black;
  width: auto;
  height: auto;
  font-size: 16px;
  z-index: 10;
}

#site-header{
	position: relative;
	z-index: 3;
}

#site-header .reseaux-sociaux-menu:before{
content: "";
height: 0;
width: 0;
position: absolute;
border-right: 308px solid transparent;
border-bottom: 348px solid white;
bottom: 0;
left: 0;
}

#site-header .reseaux-sociaux-menu{
  background: #213a8e;
	position: relative;
}

#site-header .reseaux-sociaux-menu ul{
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

#site-header .reseaux-sociaux-menu ul li{
  font-size: 2.0rem;
  color: white;
  margin: 5px;
}

#site-header h1 img{
  max-height: 90px;
  object-fit: contain;
}

#site-header .content_header {
	padding: 0 10px;
	background: white;
}

#site-header{
  position: static;
  top: -75px;
  transition: all 0.3s ease-in-out;
}

#site-header.fixe {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  background: white;
  transition: all 0.3s ease-in-out;
}

#site-header.fixe.show{
  top: 0;
}

.header_archive{
  min-height: 210px;
  position: relative;
	z-index: 2;
}

.header_archive:before{
	content: "";
  z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height : 0;
	width : 0;
	border-top : 210px solid white;
	border-right : 215px solid transparent;
}

.header_archive:after{
	content: "";
  z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	display : inline-block;
	height : 0;
	width : 0;
	border-bottom : 190px solid white;
	border-left : 120px solid transparent;
}

@media screen and (min-width:1100px){
	.header_archive .container{
  max-width: 1000px !important;
	}
}


.header_archive img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header_archive .container .page-title{
  position: relative;
  padding-top: 60px;
  color: white;
  font-family: "Swiss";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 7.0rem;
	text-shadow: 0.1em 0.1em 0.2em #000;
}


@media screen and (max-width:1200px){
  #site-header.fixe {
    top: -75px;
  }
}
@media screen and (max-width:990px){
	.header_archive .container .page-title{
		font-size: 5.0rem;
    padding-top: 80px;
	}
	
	.header_archive:before {
    border-top: 125px solid white;
    border-right: 125px solid transparent;
	}
	
	.header_archive:after {
    border-bottom: 125px solid white;
    border-left: 125px solid transparent;
	}
	
}
 
@media screen and (max-width:767px){
  
  
  
  #site-header .reseaux-sociaux-menu:before{bottom: -1px;}
  #site-header h1 img{
    margin-top: -30px;
    margin-bottom: 5px;
  }
  
	.header_archive .container .page-title{
		font-size: 4.0rem;
		padding-top: 90px;
	}
	
	.header_archive:before {
    border-top: 75px solid white;
    border-right: 75px solid transparent;
	}
	
	.header_archive:after {
    border-bottom: 75px solid white;
    border-left: 75px solid transparent;
	}
	
}
@media screen and (max-width:360px){
  
  #site-header .reseaux-sociaux-menu:before {
    border-right: 260px solid transparent;
    border-bottom: 250px solid white;
  }
}


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

#site-header #menu-menu-principal{
  width: 100%;
}

#site-header #menu-menu-principal li{
  padding: 0 15px;
}

#site-header #menu-menu-principal li.level-1{
	padding: 5px 15px;
}

#site-header #menu-menu-principal li.level-0:first-child{
	padding-left: 0;
}

#site-header #menu-menu-principal li a.nav-link,
#site-header #menu-menu-principal li button.nav-link,
#site-header #menu-menu-principal li span.nav-link{
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Swiss";
  font-size: 2.0rem;
  color: #213a8e;
  line-height: 82px;
}

#site-header #menu-menu-principal li a.nav-link:before,
#site-header #menu-menu-principal li button.nav-link:before,
#site-header #menu-menu-principal li span.nav-link:before{
      content: "";
  left: 0;
  bottom: 30px;
  right: 0;
    position: absolute;
    background: #213a8e;
    height: 2px;
    width: 0;
    transition: all .3s ease-in-out;
}

#site-header #menu-menu-principal li:first-child a.nav-link:before,
#site-header #menu-menu-principal li:first-child button.nav-link:before,
#site-header #menu-menu-principal li:first-child span.nav-link:before{
  display: none;
}



#site-header #menu-menu-principal li.show .nav-link:before,
#site-header #menu-menu-principal li a.nav-link:hover:before,
#site-header #menu-menu-principal li button.nav-link:hover:before,
#site-header #menu-menu-principal li span.nav-link:hover:before,
#site-header #menu-menu-principal li a.nav-link:focus:before,
#site-header #menu-menu-principal li button.nav-link:focus:before,
#site-header #menu-menu-principal li span.nav-link:focus:before{
  width: 100%;
}

#site-header #menu-menu-principal li:first-child.show .nav-link,
#site-header #menu-menu-principal li:first-child a.nav-link:hover,
#site-header #menu-menu-principal li:first-child button.nav-link:hover,
#site-header #menu-menu-principal li:first-child span.nav-link:hover,
#site-header #menu-menu-principal li:first-child a.nav-link:focus,
#site-header #menu-menu-principal li:first-child button.nav-link:focus,
#site-header #menu-menu-principal li:first-child span.nav-link:focus{
  background:#cf1f41; 
}

#site-header .navbar-brand{
	display: flex;
	justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
	min-width: 195px;
}

#site-header .navbar-brand h1{
  margin-bottom: 0;
}

#site-header .navbar-brand img{
	   max-height: 90px;
    object-fit: contain;
}

#site-header #menu-menu-principal li.dropdown-item:hover{
	background: none;
}

#site-header #menu-menu-principal:before{
	content: "";
	position: absolute;
	top: 0;
	display: inline-block;
	height : 0;
	width : 0;
	border-top : 92px solid white;
	border-right : 94px solid transparent;
  z-index: 1;
}



#site-header #menu-menu-principal li.level-0:first-child > span,
#site-header #menu-menu-principal li.level-0:first-child > button,
#site-header #menu-menu-principal li.level-0:first-child > a{
	position: relative;
  text-transform: uppercase;
  color: white;
  background: #25aee2;
  font-weight: bold;
  max-height: 95px;
  padding: 5px 50px 5px 85px;
}

#site-header #menu-menu-principal li.recherche{
  font-size: 2.5rem;
}

#menuPrincipal .dropdown-toggle::after {
    font-family: "icones";
    content: '\e803';
    border: 0;
    vertical-align: .4em;
    font-size: 30px;
    margin-left: 0;
    color: #cf1f41;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#menuPrincipal li:first-child .dropdown-toggle::after{
  color: white;
}

#menuPrincipal .show .dropdown-toggle::after {
    transform: translateX(-50%) rotate( 
180deg
 );
}


.dropdown-item.active, .dropdown-item:focus,
.dropdown-item.active, .dropdown-item:active{
  background: transparent;
}

#site-header #menu-menu-principal li a.nav-link-1,
#site-header #menu-menu-principal li button.nav-link-1,
#site-header #menu-menu-principal li span.nav-link-1{
  position: relative;
  font-family: "Swiss";
  font-size: 2.0rem;
	color: white;
}

#site-header #menu-menu-principal li a.nav-link-1:before,
#site-header #menu-menu-principal li button.nav-link-1:before,
#site-header #menu-menu-principal li span.nav-link-1:before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: white;
  height: 2px; 
  width : 0;
  transition: all 0.3s ease-in-out;
}

#site-header #menu-menu-principal .level-1 .dropdown-item:focus a,
#site-header #menu-menu-principal .level-1 .dropdown-item:hover a{
	text-decoration: none;
}

#site-header #menu-menu-principal li a.nav-link-1:hover:before,
#site-header #menu-menu-principal li button.nav-link-1:hover:before,
#site-header #menu-menu-principal li span.nav-link-1:hover:before,
#site-header #menu-menu-principal li a.nav-link-1:focus:before,
#site-header #menu-menu-principal li button.nav-link-1:focus:before,
#site-header #menu-menu-principal li span.nav-link-1:focus:before{

  width: 100%;
}

#site-header .menuMobile{
		background: black;
		width: 40px;
		height: 40px;
}

#site-header .menuMobile{
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: relative;
  margin-top: -15px;
}

#site-header .menuMobile:after{
  position: absolute;
  bottom: -10px;
  content: "menu";
  text-transform: uppercase;
  color: #213a8e;
  font-size: 13px;
}

.line {
  fill: none;
  stroke: #213a8e;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


@media screen and (min-width: 1201px){  
	#site-header .menuMobile{
		background: black;
		width: 40px;
		height: 40px;
  display: none;
}
	
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 0px;
    background: #213a8e;
    color: white;
}
  
  .navbar-expand-xl .navbar-nav li:first-child .dropdown-menu{
    right: 15px;
  }
}

@media screen and (max-width: 1200px){  
  
  #site-header #menu-menu-principal li a.nav-link:before, #site-header #menu-menu-principal li button.nav-link:before, #site-header #menu-menu-principal li span.nav-link:before{
    display: none;
  }
  
  #site-header #menu-menu-principal:before{
    display: none;
  }
  
  #site-header #menu-menu-principal li a.nav-link-1, #site-header #menu-menu-principal li button.nav-link-1, #site-header #menu-menu-principal li span.nav-link-1{
    line-height: 35px;
    height: 40px;
  }
  
  
  #menuPrincipal .dropdown.show > .nav-link::before {
    display: none;
  }
  
  .dropdown-menu {
    border: none;
  }
  
  #site-header #menu-menu-principal li.level-1{
    padding: 0;
  }
  
  #site-header #menu-menu-principal li a.nav-link, #site-header #menu-menu-principal li button.nav-link, #site-header #menu-menu-principal li span.nav-link{
    line-height: 35px;
    height: 40px;
  }
  
  #menuPrincipal .dropdown-toggle::after{
    bottom: inherit;
    position: relative;
    margin-left: 30px;
    left: inherit;
  }
  
  #site-header #menu-menu-principal li.level-0:first-child > span, #site-header #menu-menu-principal li.level-0:first-child > button, #site-header #menu-menu-principal li.level-0:first-child > a{
    padding: 5px 15px 5px 15px;
  }
  
  #site-header #menu-menu-principal li.level-0:first-child > span:before, #site-header #menu-menu-principal li.level-0:first-child > button:before, #site-header #menu-menu-principal li.level-0:first-child > a:before{
    display: none;
  }
  
  #site-header #menu-menu-principal li a.nav-link-1, #site-header #menu-menu-principal li button.nav-link-1, #site-header #menu-menu-principal li span.nav-link-1{
    color: #25aee2;
    padding-left: 10px;
  }
  
}
/*--------------------------------------------------------------
# FLASH INFO 
--------------------------------------------------------------*/


.jctkr-wrapper,
.jctkr-wrapper *{
  box-sizing: border-box;
}
.jctkr-wrapper{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 35px;
  vertical-align: top;
  overflow: hidden;
}
.jctkr-wrapper ul{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul{
  opacity: 1;
}
.jctkr-wrapper ul li{
  display: inline-block;
  font-size: 13px;
  line-height:1.8;
}
.jctkr-label{
  display: inline-block;
}


.flash-info {
	padding: 20px 0;
	box-shadow: 0px 5px 10px 0px rgba(91, 109, 196, 0.2);
}

.flash-titre {
	border-right: 1px solid #c1c1c4;
	width: 4em;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}
.flash-titre span {
	color: #213a8e;
}
#flash-infos {
	width: calc( 100% - 6rem );
	padding: 0 10px;
	position: relative;
}
#flash-infos:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0; right: 0; width: 30px;
	background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, #fff 100% ); 
}

#flash-infos ul { list-style: none; margin: 0;}
#flash-infos  li {
	list-style: none;
	font-weight: 600;
	margin-bottom: 0;
	padding: .5em 1em;
}
#flash-infos a {
	color: #cf1f41;
}
#flash-infos a:hover {
	text-decoration: underline;
}
@media screen and (min-width:768px) {
	.flash-titre {
		font-size: 1.9rem;
		width: 16rem;
	}
	#flash-infos {
		width: calc( 100% - 16rem );
	}
}
@media screen and (min-width:992px) {
	.flash-info {
		font-size: 1.5rem;
	}
	#flash-infos  p {
		padding: .5em 1em 1em;
	}
}

@media screen and (max-width:767px) {
  .flash-info{
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# FIL D'ARIANE / BREADCRUMB
--------------------------------------------------------------*/
.breadcrumb{
  background: transparent;
	padding: 0;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item a span{
  font-size: 1.8rem;
  color: #b8b8b6;
}

.breadcrumb .breadcrumb-item.active span{
  font-weight: bold;
}

/*--------------------------------------------------------------
# ACCUEIL DE RUBRIQUE
--------------------------------------------------------------*/
#accueil_rubrique .rubrique .rubrique-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #213a8e;
  color: white;
  border: 1px solid #213a8e;
  transition: all 0.3s ease-in-out;
}

#accueil_rubrique .rubrique .rubrique-wrapper:hover{
  background: white;
}

#accueil_rubrique .rubrique .rubrique-wrapper a{
  background: transparent;
  right: 15px;
  left: 15px;
}

#accueil_rubrique .rubrique .rubrique-wrapper h3{
  margin-top: 0;
  color: white;
  transition: all 0.3s ease-in-out;
}

#accueil_rubrique .rubrique .rubrique-wrapper:hover h3{
    color: #213a8e;
}
/*--------------------------------------------------------------
# SEARCH GLOBAL
--------------------------------------------------------------*/
#site-header #menu-menu-principal li.recherche button:after{
  display: none;
}

#menu-search {
    padding: 80px 70px;
    margin: 0;
    right: -10px;
    left: -10px;
    background-color: #213a8e;
}

#menu-search form{
  display: flex;
  justify-content: center;
}

#menu-search .dropdown-item:focus,#menu-search .dropdown-item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #213a8e;
}

#search-menu form.search-form .input-group {
    display: inline-flex;
    width: 600px;
}

#search-menu .input-wrapper input{
  max-width: 600px;
    height: 50px;
    border: none;
    background-color: white;
    font-size: 2rem;
  padding-left: 15px;
}

#search-menu .input-wrapper input::placeholder{
  color: inherit;
}

#search-menu  .input-group .input-wrapper{
  display: flex;
  width: 100%;
}

#search-menu  .input-group button{
  width: 50px;
  height: 50px;
  color: white;
  background: #cf1f41;
  font-size: 2.2rem;
  align-items: center;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#footer a#scroll-to-top{display: none;}
#footer a#scroll-to-top.fixe {
    position: fixed;
    display: flex;
    /* left: calc(100% - 40px); */
    bottom: 100px;
    right: 15px;
    flex-direction: column;
    transform: translate(0,50%);
    transition: all .5s ease-in-out;
    z-index: 9999;
    background: #213a8e;
    padding: 5px 10px;
    color: white;
}

#footer a#scroll-to-top i{
	transform:rotate(-90deg);
}

#footer{
  margin-top: 100px;
	position: relative;
	z-index: 3;
	padding-top: 30px;
	box-shadow: 0px 0px 25px -10px rgb(0 0 0 / 50%);
}

#footer .info-footer{
	position: relative;
	margin-bottom: 30px;
}

#footer .info-footer .reseaux-sociaux-menu{
	position: absolute;
	right: 0;
	bottom: 0
}

#footer .info-footer .reseaux-sociaux-menu ul{
	display: flex;
	list-style: none;
	padding-left: 0;
	padding-right: 25px;
}

#footer .info-footer .reseaux-sociaux-menu ul li{
	margin: 0 5px;
}

#footer .info-footer .reseaux-sociaux-menu ul li a{
	font-size: 4.0rem;
	color: #213a8e;
}

#footer .info-footer .widget_text{
  color: #213a8e;
}

#footer .info-footer .widget_text h2{
  font-weight: bold;
  font-family: "Arial";
  font-size: 1.8rem;
}


#footer #custom_html-6 p{
	margin-bottom: 0px;
}

#footer #custom_html-6 .textwidget div{
	display: flex;
}

#footer #custom_html-6 a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 70px 10px 15px;
	height: 55px;
	background: #213a8e;
	color: white;
	font-family: "Swiss";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.0rem;
	margin-top: 15px;
  transition : all ease-in-out;
}

#footer #custom_html-6 a span{
  transition : all ease-in-out;
}

#footer #custom_html-6 a:hover span{
  font-size: 2.2rem;
}

#footer #custom_html-6 a:hover{
  text-decoration: none;
}

#footer #custom_html-6 a span{
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cf1f41;
	color: white;
	font-size: 3.0rem;
}


#footer .info-footer .widget_text ul{
  list-style: none;
  padding-left: 0;
}

#footer .footer-bottom{
  position: relative;
  height: 70px;
  background: #213a8e;
  color: white;
	padding: 0 15px;
}

#footer .footer-bottom:after{
  content: "";
 display : inline-block;
 height : 0;
 width : 0;
 border-bottom : 70px solid white;
 border-left : 45px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;

}

#footer .footer-bottom div.col-12{height: 70px;}

#footer .footer-bottom #menu-menu-footer{
  font-weight: bold;
}

#footer .footer-bottom p{
  margin-bottom: 0;
}

@media screen and (max-width:990px){
  #footer .info-footer{
    flex-wrap: wrap;
}
  
  #footer .footer-widget{
    width: 50%; 
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px){
  
  #footer #custom_html-6 a:first-child{
    margin-bottom: 10px;
  }
  
  #footer #custom_html-6 a span{
    height: 100%;
  }
  
  #site-header #menu-menu-principal li.level-0:first-child{
    padding-right: 0;
  }
  
  #search-menu form.search-form .input-group{
    width: auto;
  }
  
  #menu-search{
    padding: 10px 10px;
  }
  
  #footer #custom_html-6 .textwidget div{
    margin: 15px -15px 0 -15px;
  }
  
  #footer #custom_html-6 a{
    margin: 0 15px;
    height: inherit;
    font-size: 1.7rem;
  }
  
  #footer .widget_media_image{
    margin-top: 15px ;
  }
  
  #footer .footer-bottom:after{
    display: none;
  }
  
  #footer .footer-bottom{
    margin:  0 -15px;
    padding: 15px;
  }
  
  #footer{
    padding: 0 15px;
  }
  
  #footer .footer-widget{
    width: 100%; 
  }
  
  #footer .info-footer .footer-widget:nth-child(4),
  #footer .info-footer .footer-widget:nth-child(3){
    width: 50%;
  }
  
  #footer .footer-bottom div.col-12,
  #footer .footer-bottom{
    height: auto;
    margin-bottom: 15px;
  }
} 

/*--------------------------------------------------------------
# PAGE D'ACCUEIL
--------------------------------------------------------------*/
.home .partage{
	display: none;
}

.home #sliderActu{
	background: white;
}

.home #sliderActu .slick-list{
	padding-bottom: 30px;
}

.home #sliderActu .slick-list,
.home #sliderActu .slick-slide div,
.home #sliderActu .slick-list > div,
.home #sliderActu .slick-list > div article{
  height: 100%
}

.home #sliderActu .slick-list > div article{
	position: relative;
	display: flex !important;
	align-items: flex-end;
  background-position: center 25%;
  background-repeat: no-repeat;
	background-size: 100%;
	min-height: 475px;
}

.home #sliderActu article:after{
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
 display : inline-block;
 height : 0;
 width : 0;
 border-bottom : 190px solid white;
 border-left : 140px solid transparent;
}

.home #sliderActu article .inside_article{
  margin: 30px auto;
  height: auto;
	position: relative;
}

.home #sliderActu article .inside_article .category_actu{
	font-family: "Swiss";
	font-size: 2.0rem;
	color: #213a8e;
	display: inline-block;
	background: white;
	padding: 5px 10px;
	max-width: 450px;
}

.home #sliderActu article .inside_article h2{
	font-family: "Swiss";
	font-weight: bold;
	font-size: 7.0rem;
	line-height: 64px;
	color: white;
	text-transform: uppercase;
	max-width: 500px;
  text-shadow: 0.1em 0.1em 0.2em black;
}

.home #sliderActu article .inside_article .excerpt_actu{
	color: white;
	line-height: 22px;
	max-width: 450px;
  text-shadow: 0.1em 0.1em 0.2em black;
}

.home #sliderActu article .inside_article a{
	font-family: "Swiss";
	font-weight: bold;
	font-size: 2.0rem;
	text-transform: uppercase;
	background: #213a8e;
	color: white;
	position: absolute;
	bottom: -60px;
	height: 55px;
	display: flex;
	align-items: center;
	padding-left: 25px;
}

.home #sliderActu article .inside_article a span{
	background: #cf1f41;
	color: white;
	height: 55px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	transition: all 0.3s ease-in-out;
}


.home #sliderActu article .inside_article a:hover{
	text-decoration: none;
}

.home #sliderActu article .inside_article a:hover span{font-size: 2.5rem;}

.home #sliderActu .slick-dots{
	position: relative;
	bottom: 0;
	text-align: left;
	margin: auto;
	padding: 0 15px 0 50px;
}
.home #sliderActu .slick-dots li button:before {
    font-family: slick;
    font-size: 13px;
    line-height: 20px;
		opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '•';
    text-align: center;
    color: #cf1f41;
}

.home #sliderActu .slick-dots li.slick-active button:before{
	color: #213a8e;
	opacity: 1;
}

.home .header_home{
	position: relative;
	z-index: 2;
}

.home section.header_home:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 210px solid white;
    border-right: 215px solid transparent;
    z-index: 2;
}

.home .header_home .slick-next, .home .header_home .slick-prev{
  bottom: 30px;
  top: inherit;
}



.home #article-slider-nav .link_archive_actu{
  height: 55px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0;
  font-family: "Swiss";
  font-weight: bold;
  font-size: 2.0rem;
  text-transform: uppercase;
  background: #213a8e;
  color: white;
  padding-left: 25px;
}

.home #article-slider-nav .link_archive_actu span{
  background: #cf1f41;
  color: white;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
	transition: all 0.3s ease-in-out;
}

.home #article-slider-nav .link_archive_actu:hover{
	text-decoration: none;
}
.home #article-slider-nav .link_archive_actu:hover span{
	font-size: 2.5rem;
}

.home #article-slider-nav .slick-prev{
	left: inherit;
	right: 180px;
	background: #213a8e;
	width: 80px;
	height: 80px;
	margin-bottom: 40px;
  transform: rotate(180deg);
}

.home #article-slider-nav .slick-next{
	display: flex;
	align-items: center;
	right: 0px;
	background: #213a8e;
	width: 170px;
	height: 80px;
	padding: 40px;
	overflow: hidden;
}

.home #article-slider-nav .slick-next:after{
content: "";
    height: 0;
    width: 0;
    border-bottom: 146px solid white;
    border-left: 108px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home #article-slider-nav .slick-next:before {
    color: white;
    content: "\e800";
    font-family: "icones";
	font-size : 5.0rem;
}

.home #article-slider-nav .slick-prev:before {
    color: white;
    content: "\e800";
    font-family: "icones";
	font-size : 5.0rem;
}

.home .menuen1clic{
  padding: 50px 0;
}

.home .menuen1clic #menu-menu-en-1-clic{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

.home .menuen1clic #menu-menu-en-1-clic li{
  width: auto;
}

.home .menuen1clic #menu-menu-en-1-clic li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
    align-items: center;
}

.home .menuen1clic #menu-menu-en-1-clic li a span:first-word{
	display: block;
}

.home .menuen1clic #menu-menu-en-1-clic li a span{
  font-family: "Swiss";
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.home .menuen1clic #menu-menu-en-1-clic li:first-child a span{color: #f47540;}
.home .menuen1clic #menu-menu-en-1-clic li:nth-child(2) a span{color: #29aeb2;}
.home .menuen1clic #menu-menu-en-1-clic li:nth-child(3) a span{color: #b3365a;}
.home .menuen1clic #menu-menu-en-1-clic li:nth-child(4) a span{color: #25aee2;}
.home .menuen1clic #menu-menu-en-1-clic li:last-child a span{color: #5fa94c;}


.home .menuen1clic #menu-menu-en-1-clic li a img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.home .menuen1clic #menu-menu-en-1-clic li a:focus img,
.home .menuen1clic #menu-menu-en-1-clic li a:hover img{
  transform: scale(0.9);
}


.home .carte_interactive_home{
  padding: 50px 0;
}

.home .carte_interactive_home h2.title-section{
  font-family: "Swiss";
  font-weight: bold;
  color: #213a8e;
  font-size: 4.0rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home .carte_interactive_home #projet-slider-nav .slick-arrow{
  top: -43px;
  width: 40px;
  height: 40px;
  background: #213a8e;
}


.home .carte_interactive_home #projet-slider-nav .slick-arrow.slick-prev{
  left: inherit;
  right: 56px;
	top: -63px;
	transform: rotate(180deg);
}

.home .carte_interactive_home #projet-slider-nav .slick-arrow.slick-next{
  right: 14px;
}

.home .carte_interactive_home #projet-slider-nav .slick-arrow.slick-prev:before{
  color: white;
  content: "\e800";
  font-family: "icones";
}

.home .carte_interactive_home #projet-slider-nav .slick-arrow.slick-next:before{
  color: white;
  content: "\e800";
  font-family: "icones";
}

.home .carte_interactive_home #sliderProjet article img{
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 340px;
}

.home .carte_interactive_home #sliderProjet article{
  position: relative;
  padding: 5px 15px;
  min-height: 340px;
}



.home .carte_interactive_home #sliderProjet article .info_projet{
  padding: 10px 20px;
  color: white;
  filter: Alpha(opacity=80);
  transform: scale(0) translateZ(0);
  -o-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -moz-transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
  transform-origin: bottom right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 5px;
  left:15px;
  right: 15px;
  bottom: 5px;
  z-index: 1;
  background: rgb(33 58 140 / 70%);
  transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}

.home .carte_interactive_home #sliderProjet article .post-link{
  left: 15px; 
  right: 15px;
  top: 5px;
  bottom: 5px;
  z-index: 2;
}

.home .carte_interactive_home #sliderProjet article a:focus .info_projet{
   color: red;
}


.home .carte_interactive_home #sliderProjet article .post-link:focus .info_projet,
.home .carte_interactive_home #sliderProjet article:focus .info_projet,
.home .carte_interactive_home #sliderProjet article:hover .info_projet{

  transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  transform-origin: top left;
}

.home .carte_interactive_home #sliderProjet article .info_projet h3{
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
}

.home .carte_interactive_home #sliderProjet article .info_projet h3:before {
    content: "";
    display: block;
    width: 50%;
    height: 5px;
    background: white;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.home .carte_interactive_home .col-md-3 img{
  width: 100%;
min-height: 340px;
  object-fit: cover;
}

.home .carte_interactive_home .col-md-3 {
  padding: 5px 15px;
}

.home .carte_interactive_home .col-md-3 .post-link{
  top: 5px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.home .home_chiffre_cle{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 30px;
}

.home .home_chiffre_cle .content_bloc{
  display: flex;
  flex-direction: column;
  align-items: center;
	text-align: center;
	max-width: 180px;
}

.home .home_chiffre_cle .content_bloc .wrapper{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .home_chiffre_cle .content_bloc img{
	object-fit: contain;
}

.home .home_chiffre_cle .content_bloc .chiffre{
	font-size: 7.0rem;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Swiss";
	color: #213a8e;
	margin-top: 15px;
}

.home .home_chiffre_cle .content_bloc .intitule{
	font-size: 3.0rem;
	font-family: "Swiss";
	color: #213a8e;
} 


.home .publication_home{
	margin: 50px 0;
}

.home .publication_home article .publi{
	margin: 0 15px;
	background: #3f94d4;
	padding: 40px;
	min-height: 290px;
	position: relative;
}

.home .publication_home article:nth-child(2) .publi{
	background: #4dacad;
}

.home .publication_home article .left_info a{
	width: 50px;
	height: 50px;
	display: flex;
	position: absolute;
	bottom: 0;
	background: #0000004d;
	justify-content: center;
	align-items: center;
}

.home .publication_home article .left_info a span{
	color: white;
	font-size: 2.8rem;
	transition: all 0.3s ease-in-out;
}

.home .publication_home article .left_info a:hover span{
	font-size: 3.1rem;
}

.home .publication_home article .left_info h2{
	color: white;
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: bold;
	margin-right: 40px;
}

.home .publication_home article .left_info .sous_title{
	font-family: "Swiss";
	font-size: 3.0rem;
	color: white;
}

.home .publication_home article .right_info{
	min-width: 200px;
	width: 200px;
}

.home .publication_home article .right_info img{
	position: absolute;
	width: 200px;
	height: 280px;
	box-shadow: 3px 3px 16px 0px #0000008f;
}

  .home .carte_interactive_home .link_archive{
    display: none;
  }

@media screen and (max-width:990px){
    .home .carte_interactive_home .link_archive{
      width: fit-content;
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
      margin-top: 15px;
    font-family: "Swiss";
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    background: #213a8e;
    color: #fff;
    padding-left: 25px;
  }
  
    .home .carte_interactive_home .link_archive span{
    background: #cf1f41;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 25px;
    transition: all .3s ease-in-out;
  }
	.home #article-slider-nav .slick-prev{
		right: 150px;
	}
	
	.home #article-slider-nav .slick-next {
    width: 140px;
	}
	
	.home #article-slider-nav .slick-next:after {
    border-bottom: 98px solid white;
    border-left: 55px solid transparent;
	}
	
	.home #sliderActu article:after {
    border-bottom: 140px solid white;
    border-left: 80px solid transparent;
	}
	
	.home section.header_home:after {
    border-top: 125px solid white;
    border-right: 125px solid transparent;
	}
	
	.home #sliderActu article .inside_article h2{
		max-width: 450px;
	}
	
	.home .home_chiffre_cle{
		padding: 50px 0;
	}
	
	.home .publication_home article .publi .content_publi{
		justify-content: space-between;
	}
	
	.home .publication_home article:first-child{
		margin-bottom: 50px;
	}
	
}

@media screen and (max-width:767px){
  .home #sliderActu article .inside_article .category_actu{
    float: right;
  }
  
	.home #sliderActu .slick-list > div article{
		min-height: 350px;
	}
	
	.home #sliderActu .slick-list > div article{
		background-size: inherit;
	}
	
  .home .publication_home article .publi{
    padding-bottom: 80px;
  }
  
  .home .menuen1clic #menu-menu-en-1-clic li a span{
    font-size: 2.5rem;
  }
  
  .home #article-slider-nav .link_archive_actu span{
    height: 40px;
    width: 40px;
    margin-left: 15px;
  }
  
  .home #article-slider-nav .link_archive_actu{
    justify-content: space-between;
    left: 40px;
    right: 40px;
    bottom: -45px;
    height: 40px;
    padding-left: 15px;
    font-size: 1.8rem;
  }
  
  .home .menuen1clic #menu-menu-en-1-clic li a img{
    width: 80px;
    height: 80px;
  }
  
  .home #article-slider-nav{margin-bottom: 15px;}
  
	.home #article-slider-nav .slick-prev {
    right: 60px;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    bottom: -10px;
	}
	
	.home #article-slider-nav .slick-prev:before {
    font-size: 2rem;
	}
	
	.home #article-slider-nav .slick-next {
		width: 40px;
    right: 15px;
    height: 40px;
    padding: 12px;
    bottom: -10px;
	}
	
	.home #article-slider-nav .slick-next:before{
		font-size: 2rem;
	}
	
	.home #article-slider-nav .slick-next:after{
		display: none;
	}
	
	.home .header_home .slick-next, .home .header_home .slick-prev {
		bottom: 20px;
	}
	
	.home #sliderActu article:after{
		display: none;
	}
	
	.home .menuen1clic #menu-menu-en-1-clic{
		overflow-x: auto;
	}
	
	.home .menuen1clic #menu-menu-en-1-clic li{
		padding: 0 20px;
	}
	
	.home .carte_interactive_home h2.title-section {
		padding-right: 90px;
	}
  
    	.home .publication_home article .publi .content_publi{
		flex-wrap: wrap;
		justify-content: center;
	}
  
  .home .publication_home article .right_info img {
    position: relative;
}
  #footer .info-footer .reseaux-sociaux-menu{
    display: none;
  }
	.home .home_chiffre_cle{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .home .home_chiffre_cle .content_bloc{
    max-width: 50%;
  }
} 
  
  
@media screen and (max-width:400px){
  
    .home #article-slider-nav .link_archive_actu{
    left: 15px;
    right: 15px;
  }
	
	.home .carte_interactive_home h2.title-section{
		padding-right: 0;
	}
	
	
	.home #sliderActu article .inside_article a span{
		margin-left: 15px;
		width: 40px;
		height: 40px;
	}
	
	.home #sliderActu article .inside_article a{
    bottom: -50px;
    height: 40px;
    padding-left: 15px;
	}
	
	.home .header_home .slick-next, .home .header_home .slick-prev {
    bottom: 19px;
	}
	
	.home #article-slider-nav .slick-prev {
    margin-bottom: 20px;
	}

	.home #sliderActu article .inside_article h2{
		font-size: 3.0rem;
		line-height: 40px;
	}
	.home #sliderActu article .inside_article{
		padding-left: 15px;
	}
	
	.home #sliderActu .slick-dots {
    padding: 0 15px 0 15px;
	}

	
	.home .home_chiffre_cle .content_bloc{
		padding: 0 15px;
	}
	
	.home .publication_home article .left_info h2{
		margin: 0
	}
	
	.home .publication_home article .left_info a span{
		font-size: 1.6rem;
	}
	
	.home .publication_home article .publi{
		padding: 20px;
		padding-bottom: 50px;
	}
  
	.home .publication_home article .left_info a {
    width: 40px;
    height: 40px;
	}
	
	.home .carte_interactive_home h2.title-section{
		margin-bottom: 70px;
	}
	
	
}

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

.archive-actu .page_content_full:before{
	display: none;
}

.archive-actu #results{
  padding: 0;
}

.archive-actu #results article:hover{
  box-shadow: 0px 0px 20px -5px grey;
}

.archive-actu #results article{
	position: relative;
  margin-bottom: 30px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.archive-actu #results article .excerpt-article{
  line-height: 22px;
  color: #213a8e;
}

.archive-actu #results article h2{
  font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #213a8e;
    line-height: 27px;
  padding-top: 20px;
}

.archive-actu #results article .img-article {
  min-height: 50px;
}

.archive-actu #results article .img-article img{
	height: 190px;
	width: 100%;
	object-fit: cover;
}

.archive-actu #results article .category_news{
  background: #25aee2;
  color: white;
  font-size: 20px;
  font-family: 'Swiss';
  padding: 10px 20px;
  position: absolute;
  top: -50px;
}


.archive-actu #results article .article_actu_home .content-article{
  position: relative;
  padding-bottom: 60px;
}

.archive-actu #results article .link_article{
  background: #cf1f41;
  color: white;
  position: absolute;
  height: 50px;
  width: 50px;
  left: 15px;
  bottom:15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;
}

.archive-actu #results article .link_article:hover{
  background: #213a8e;
}

.archive-actu #results article:first-child{
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.archive-actu #results article:first-child .article_actu_home{
  display: flex;
}

.archive-actu #results article:first-child .category_news{
  position: relative;
  top: inherit;
  display: inline-block;
}

.archive-actu #results article:first-child .article_actu_home .img-article{
  max-width: 480px;
  flex: 0 0 60%;
}

.archive-actu #results article:first-child .article_actu_home .img-article img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-actu #results article:first-child .article_actu_home .content-article .link_article{
  left: 30px;
}

.archive-actu #results article:first-child .article_actu_home .content-article{
  padding-left: 30px;
}

.archive-actu #results article:first-child h2{
  font-weight: bold;
    text-transform: uppercase;
    font-size: 4.0rem;
    color: #213a8e;
    line-height: 39px;
	padding-top: 10px;
}

.archive-actu #results article:first-child .link_article{
	left: calc( 60% - 15px);
}

@media screen and (max-width:990px){
	.archive-actu #results article:first-child{
		margin-top: 30px;
	}
	
	.archive-actu #results article:first-child .article_actu_home{
		flex-direction: column;
		align-items: center;
	}
	
	.archive-actu #results article:first-child .link_article{
		left: 45px;
	}
	
	
	.archive-actu #secondary form > ul li.sf-field-category ul,
	.archive-actu #secondary form > ul{
		display: flex;
	}
	
	.archive-actu #secondary form > ul li.sf-field-category ul{
		flex-wrap: wrap;
	}
	
	.archive-actu #secondary form > ul{flex-direction: column;}
	
	.archive-actu #secondary form > ul li.sf-field-category ul li{
		padding-right: 15px;
	}
}

@media screen and (max-width:767px){
	.archive-actu #results article:first-child .link_article {
    left: 15px;
}
	
	.archive-actu #secondary form > ul{
		display: block;
	}
	
	.archive-actu #secondary form > ul li.sf-field-category{
		padding-left: 0;
	}
	
	.archive-actu #results article:first-child .article_actu_home{
		flex-direction: column;
	}
	.archive-actu #results{padding: 0 15px;}
	
	.archive-actu #results article:first-child .article_actu_home .content-article{
		padding-left: 0;
		margin-top: -50px;
	}
	.archive-actu #results article:first-child .article_actu_home .content-article .link_article{left: inherit;}
}

/*--------------------------------------------------------------
# PAGE TROMBINOSCOPE (template-trombi)
--------------------------------------------------------------*/




.page-template-template-trombinoscope .elu-wrapper .infos-wrapper{
  padding: 20px 10px;
}

.page-template-template-trombinoscope .elu-wrapper img{
	width: 100%;
}

.page-template-template-trombinoscope .elu-wrapper .infos-wrapper .nom{
  font-size: 2.4rem; 
  font-weight: bold;
  line-height: 28px;
}


/*--------------------------------------------------------------
# CARTE INTERACTIVE
--------------------------------------------------------------*/
#carteInteractive{
	height: 800px;
}

.content_map_search{
	position: relative;
}

.content_map_search .sidebar-carte{
	position: absolute;
	top: 0;
	left: 0;
	z-index:999;
	background: white;
	padding: 30px 50px;
}

.content_map_search .sidebar-carte h2{
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #213a8e;
}

.content_map_search .sidebar-carte form ul li:first-child{
	margin-bottom: 30px;
}

.content_map_search .sidebar-carte form ul li{
	padding: 5px 0;
}

.content_map_search .sidebar-carte form label{width: 100%;}
.content_map_search .sidebar-carte form select{
	height: 55px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background: #ebebea;
	border: 0;
	color: #213a8e;
	padding: 0 10px;
	font-family: "arial";
	font-size: 1.8rem;
}

.content_map_search .leaflet-popup-content-wrapper{
  border-radius: 0px;
  padding: 0;
}

.content_map_search .leaflet-popup-content-wrapper .leaflet-popup-content{
  border: 7px solid #f47540;
  margin: 0;
  min-width: 625px;
}

.content_map_search .wrapper-infos .link-post{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: white;
  background: #f47540;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_map_search .wrapper-infos .link-post:hover{
  text-decoration: none;
}

.content_map_search .wrapper-infos .link-post span:before{
  display: block;
  font-weight: 900;
}

.content_map_search .wrapper-infos .link-post span{
  font-size: 2.0rem;
  transition: all 0.3s ease-in-out;
}
.content_map_search .wrapper-infos .link-post:hover span{
  font-size: 3.0rem;
  text-decoration: none;
}

.content_map_search .wrapper-infos.siege .link-post{
	display: none;
}

.content_map_search .wrapper-infos.siege h2{
	padding-right: 40px;
}

.content_map_search .wrapper-infos{
  padding: 15px 65px 15px 15px;
}

.content_map_search .wrapper-infos h2{
  font-family: "Arial";
  font-size: 2.0rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #f47540;
}


.content_map_search .wrapper-infos .adresse, 
.content_map_search .wrapper-infos .tel{
  font-size: 1.8rem;
  color: #213a8e;
  margin: 10px 0;
}

.content_map_search .wrapper_article .wrapper-img{
  min-width: 130px;
}

.content_map_search .wrapper_article  img{
  width: 130px;
    height: 100%;
    object-fit: cover;
}

.content_map_search .wrapper-infos .chiffre_habitat{
  flex-wrap: wrap;
}

.content_map_search .wrapper-infos .chiffre_habitat div{
	display: flex;
  background: #f1f3f4;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 16px;
  color: #213a8e;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
	align-items: center;
}

.content_map_search .wrapper-infos .chiffre_habitat div span{
    margin-right: 10px;
    font-size: 2rem;
    color: #f47540;
}

.content_map_search .leaflet-popup-close-button{
  position: absolute !important;
    top: 0;
    right: 0;
    width: 50px !important;
    height: 50px !important;
    color: white !important;
    background: #f47540 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
		font: 25px Tahoma, Verdana, sans-serif !important;
    padding: 0 !important;
	transition: all 0.3s ease-in-out;
}

.content_map_search .leaflet-popup-close-button:hover{
	font: 35px Tahoma, Verdana, sans-serif !important;
}
.content_map_search .leaflet-popup-tip-container .leaflet-popup-tip {
    background: #f47540;
}

.content_map_search .leaflet-popup-content-wrapper .wrapper_article{
  display: flex;
  background: white;
}

.content_map_search .sidebar-carte form .sf-field-reset{
	position: relative;
	padding: 0;
	margin-top: 5px;
}

.content_map_search .sidebar-carte form .sf-field-reset a{
	position: relative;
	align-items: center;
	display: flex;
	height: 55px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background: #ebebea;
	border: 0;
	color: #213a8e;
	padding: 0 15px;
	font-family: "arial";
	font-size: 1.8rem;
}

.content_map_search .sidebar-carte form .sf-field-reset a:hover{
	text-decoration: none;
}

.content_map_search .sidebar-carte form .sf-field-reset a:after{
	content: "\e832";
	font-family: "icones";
	position: absolute;
	right: 0;
	top: 0px;
	background: #cf1f41;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	margin: 0;
	padding: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.content_map_search .sidebar-carte form .sf-field-reset a:hover:after{
	font-size: 20px;
}

@media screen and (max-width:990px){
  .archive-carte #carteInteractive{
    height: 600px;
  }
  
  .archive-carte .content_map_search .sidebar-carte{
    position: relative;
    padding: 30px 0;
    background: none;
		z-index: 1;
  }
  
  .archive-carte .content_map_search .searchandfilter ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  
  .archive-carte .content_map_search .sidebar-carte form ul li:first-child{
    width: 100%;
  }
  
   .archive-carte .content_map_search .sidebar-carte form ul li{
    margin-right: 10px;
  }
  
  .archive-carte .content_map_search .searchandfilter .sf-field-search label input{
    border: 1px solid white;
  }
  
  .archive-carte .content_map_search .sidebar-carte form select{
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    border: 1px solid white;
  }

  
}

@media screen and (max-width:767px){
  .archive-carte .content_map_search .sidebar-carte form ul li{
    margin-right: 0;
  }
  
  .archive-carte .content_map_search .searchandfilter ul{
    display: block;
  }
  
  .archive-carte .content_map_search .sidebar-carte form select{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
  }
  
   .archive-carte .content_map_search .leaflet-popup-content-wrapper .wrapper_article{
    display: block;
  }
  
  .archive-carte .content_map_search .leaflet-popup-content-wrapper .leaflet-popup-content{
    min-width: inherit;
  }
  
  .content_map_search .wrapper_article img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 200px;
  }
  
  .content_map_search .wrapper-infos h2{
    font-size: 1.6rem;
  }
  
  .content_map_search .wrapper-infos{
    padding: 5px;
  }
  
  .content_map_search .wrapper-infos .adresse, .content_map_search .wrapper-infos .tel {
    font-size: 1.4rem;
  }
  
  .content_map_search .wrapper-infos .chiffre_habitat{
    overflow-x: auto;
  }
  
  .content_map_search .wrapper-infos .chiffre_habitat div{
    font-size: 1.3rem;
  }
  
  
  
}


/*--------------------------------------------------------------
# SINGLE CARTE INTERACTIVE
--------------------------------------------------------------*/
.single-carte-interactive .infos.wrapper-info{
	display: flex;
  background: #efefef;
}

.single-carte-interactive #single-map{
  min-height: 500px;
}

.single-carte-interactive .infos .wrapper-img{
  margin: 15px 0;
}

.single-carte-interactive .infos .wrapper-img img{
  max-width: 270px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-carte-interactive .infos .text_info{
  width: 60%;
  padding: 15px;
}

.leaflet-container a{
  background: none;
  color: inherit;
}

.single-carte-interactive .row-infos{
  margin: 0px 0 30px 0px !important;
}

.single-carte-interactive .infos .text_info p{
  color: #5d6369;
  font-size: 1.7rem;
}

.single-carte-interactive .infos  .text_info p b{
  color: #213a8e;
  font-size: 1.8rem;
}

.single-carte-interactive .link_archive{
	font-family: "Swiss";
    font-weight: bold;
    font-size: 2.0rem;
    text-transform: uppercase;
    background: #213a8e;
    color: white;
    height: auto;
	width: fit-content;
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding-left: 15px;
	margin-bottom: 15px;
}

.single-carte-interactive .link_archive span{
	background: #cf1f41;
    color: white;
    min-height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
	transition: all 0.3s ease-in-out;
}
	
.single-carte-interactive .link_archive:hover{
	text-decoration: none;
}

.single-carte-interactive .link_archive:hover span{
	font-size: 2.5rem;
}


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

	
  .single-carte-interactive #single-map{
    min-height: 400px;
    margin: 0 15px;
    margin-top: 15px;
    width: 100%;
  }
.single-carte-interactive .infos.wrapper-info{
	margin: 0 15px;
	display: flex;
	}
}
  

@media screen and (max-width:767px){
	.single-carte-interactive .infos.wrapper-info{
		display: block;
		margin: 0;
	}
	
		.single-carte-interactive .row-infos{
  margin: 0px -15px 30px -15px !important;
}
	
  .single-carte-interactive .infos .wrapper-info{flex-direction: column;}
  .single-carte-interactive .infos .wrapper-img{width: 100%;}
  .single-carte-interactive .infos .text_info{
    width: 100%;
		flex-wrap: wrap;
  }
}



/*--------------------------------------------------------------
# ARCHIVE FAQ
--------------------------------------------------------------*/
.archive-faq .annuaire-select{
  display: flex;
  flex-direction: column;
} 



.archive-faq .annuaire-select .input_form_faq,
.archive-faq .annuaire-select .search{
  margin-bottom: 15px;
}

.archive-faq .annuaire-select .input_form_faq select,
.archive-faq .annuaire-select .search button,
.archive-faq .annuaire-select .input_form_faq input{
  height: 50px;
    position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.archive-faq .annuaire-select .search .input-group-append{
  width: 100%;
}

.archive-faq .entry-content ul:first-child,
.archive-faq .entry-content h2:first-child{
	margin-top: 0;
}

.archive-faq .annuaire-select .search .input-group-append button{
  background: #213a8e;
  color: white;
  font-size: 1.8rem;
  font-family: "Swiss";
  font-weight: bold;
  letter-spacing: 1px;
}

.archive-faq .annuaire-select label{
  position: relative;
  display: block;
  margin: 0;
}


.archive-faq .annuaire-select .input_form_faq select{
  position: relative;
  padding: 10px;
	height: 55px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background: #ebebea;
	border: 1px solid white;
	color: #213a8e;
	padding: 0 10px;
	font-family: "arial";
	font-size: 1.8rem;
}



.archive-faq .annuaire-select .input_form_faq input{
    border: 1px solid white;;
  background: #ebebea;
  font-style: italic;
  font-family: "Swiss";
  font-size: 2.0rem;
  color: #a2a2a2;
  padding: 10px;
  height: 50px;
}

.archive-faq .annuaire-select .input_form_faq.keywords label:before{
  content: "\e804";
  font-family: "icones";
  position: absolute;
  right: 0;
  top: 0;
  background: #cf1f41;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.archive-faq .accordion-title{
  margin-bottom: 10px;
	background: white;
  height: 50px;
  box-shadow: 5px 5px 25px -10px grey;
  display: flex;
  align-items: center;
	margin-top: 20px;
}
.archive-faq .accordion-title a{
  position: relative;
  width: 100%;
  text-align: left;
    font-size: 2.5rem;
  text-transform: uppercase;
  color: #213a8e;
  background: none;
  line-height: 26px;
	padding-right: 40px;
}

.archive-faq .accordion-title a:before{
  content:"\e800";
  font-family: "icones";
  color: #213a8e;
  position: absolute;
  top: calc( 50% - 14px);
  right: 15px;
  display: block;
  font-size: 25px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
	transform: rotate(90deg);
}

.archive-faq .accordion-content {
  padding: 10px;
}

.archive-faq .entry-content ul{
  padding: 0;
}
.archive-faq .accordion-title a[aria-expanded="true"]:before{
  transform: rotate(-90deg);
}

@media screen and (max-width:990px){
	.archive-faq .accordion-title{
		min-height: 50px;
		height: auto;
	}
}

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#secondary .section-sidebar{
	padding: 10px;
	background: #f7f7f7;
	margin-bottom: 40px;
}

#secondary .section-sidebar:last-child{
	margin-bottom: 0;
}


#secondary .section-sidebar.zc-alire .content_lirea{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#secondary .zc-alire h3{
  padding-right: 50px;
}

#secondary .section-sidebar h2.page-title{
	font-size: 4.0rem;
	font-family: "Swiss";
	color: #cf1f41;
	font-weight: bold;
	text-transform: uppercase;
}

#secondary .zc-publication .wrapper-img,
#secondary .zc-actu .wrapper-img{
	position: relative;
}



#secondary .zc-publication .category_news,
#secondary .zc-actu .category_news{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin-bottom: 0;
	font-size: 2.0rem;
	font-family: "Swiss";
	color: white;
	background: #f47540;
	padding: 5px 10px;
}

#secondary .zc-actu .inner{
	padding: 15px;
}

#secondary .zc-alire h3,
#secondary .zc-contact h3,
#secondary .zc-publication h3,
#secondary .zc-actu .inner h3{
	font-family: "Swiss";
	font-weight: bold; 
	font-size: 2.5rem;
	color: #213a8e;
	text-transform: uppercase;
}

#secondary .link_article{
	display: flex;
	justify-content: flex-end;
}

#secondary .link_article span{
	width: 50px;
	height: 50px;
	background: #cf1f41;
	display: flex;
	justify-content: center;
	align-items: center;
}

#secondary .link_article:focus,
#secondary .link_article:hover{
	text-decoration: none;
}

#secondary .zc-contact i,
#secondary .zc-contact span{
	color: #cf1f41;
	padding-right: 10px;
	background: #f7f7f7;
}

#secondary .zc-contact a{
	background: transparent;
	color: #213a8e;
}

#secondary .zc-infos_plus .entry-content,
#secondary .zc-contact .entry-content,
#secondary .zc-actu .entry-content{
	padding-bottom: 0;
}

#secondary .link_article span:before{
	color: white;
	font-size: 2.3rem;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

#secondary .link_article:hover span:before{
	font-size: 2.5rem;
}

#secondary .infos_plus .entry-content{
	padding-bottom: 0;
}

@media screen and (max-width:990px){
	#secondary .zc-actu .article > div{
		display: flex;
	}
	
	#secondary .zc-actu .wrapper-img{
		min-width: 40%;
	}
	
	#secondary .zc-actu .link_article{
		align-self: flex-end;
	}
	
	#secondary .zc-publication div.article{
	display: flex;
	}
	
	#secondary .zc-publication div.info{
	padding-left: 15px;
	}
}

@media screen and (max-width:767px){
	#secondary .zc-actu .article > div{display: block;}
	
	#secondary .zc-actu .wrapper-img{
		display: flex;
		justify-content: center;
	}
	
		#secondary .zc-actu .wrapper-img img{
		width: 100%;
	}
	
	#secondary .zc-publication div.article {
/*    display: block;*/
}
}

/*--------------------------------------------------------------
# ARCHIVE PUBLICATION
--------------------------------------------------------------*/

.archive-publication .sidebar .search_publication{
  flex-direction: column;
}

.archive-publication .sidebar h2{
	font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #213a8e;
    line-height: 26px;
}

.archive-publication .sidebar .input_form_publication.keywords label{display: block;}

.archive-publication .sidebar .input_form_publication.keywords input{
	width: 100%;
	border: none;
	background: #ebebea;
	font-style: italic;
	font-family: "Swiss";
	font-size: 2.0rem;
	color: #a2a2a2;
	padding: 10px;
	height: 50px;
}

.archive-publication .sidebar form label{width: 100%;}

.archive-publication .sidebar form select{
	height: 55px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background: #ebebea;
	border: 0;
	color: #213a8e;
	padding: 0 10px;
	font-family: "arial";
	font-size: 1.8rem;
}



.archive-publication .sidebar .input_form_publication.keywords{position: relative;}

.archive-publication .sidebar .input_form_publication.keywords:before {
    content: "\e802";
    font-family: "icones";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #cf1f41;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.archive-publication .sidebar .input_form_publication.categorie{margin-top: 20px;}

.archive-publication .sidebar .input_form_publication.categorie label span{
	font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #213a8e;
    line-height: 26px;
}

.archive-publication .sidebar .input_form_publication.categorie div{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.archive-publication .sidebar .input_form_publication.categorie input[type=checkbox]{
	position: relative;
	height: 30px;
	margin-right: 10px;
	appearance: none; 
	-moz-appearance: none;
	-webkit-appearance: none;
}

.archive-publication .sidebar .input_form_publication.categorie input[type=checkbox]:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ebebea;
}

.archive-publication .publication_en_avant{
	padding: 0;
	margin-bottom: 50px;
}

.archive-publication .publication_en_avant article{
	margin: 0 15px;
	background: #3f94d4;
	padding: 40px;
	min-height: 290px;
	position: relative;
}

.archive-publication .publication_en_avant article:nth-child(2){
	background: #4dacad;
}

.archive-publication .publication_en_avant article .left_info a{
	width: 60px;
	height: 60px;
	display: flex;
	position: absolute;
	bottom: 0;
	background: #0000004d;
	justify-content: center;
	align-items: center;
}

.archive-publication .publication_en_avant article .left_info a span{
	color: white;
	font-size: 3.0rem;
	transition: all 0.3s ease-in-out;
}

.archive-publication .publication_en_avant article .left_info a:hover span{
	font-size: 3.3rem;
}

.archive-publication .publication_en_avant article .left_info h2{
	color: white;
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: bold;
	margin-right: 40px;
}

.archive-publication .publication_en_avant article .left_info .sous_title{
	font-family: "Swiss";
	font-size: 3.0rem;
	color: white;
}

.archive-publication .publication_en_avant article .right_info{
	min-width: 200px;
	width: 200px;
}

.archive-publication .publication_en_avant article .right_info img{
	position: absolute;
	width: 200px;
	height: 280px;
	box-shadow: 3px 3px 16px 0px #0000008f;
  background: white;
  padding: 10px;
}


.archive-publication #results{
  display: flex;
  flex-wrap: wrap;
}

.archive-publication #results article{
	padding: 15px;
  padding-bottom: 50px;
	transition: all 0.3s ease-in-out;
}

.archive-publication #results article:hover{
	box-shadow: 0px 0px 16px -2px rgb(0 0 0 / 30%);
}

.archive-publication #results article .category_publi{
	font-family: 'Swiss';
	font-size: 2.0rem;
	color: white;
	background: #3f94d4;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 0;
}

.archive-publication #results article h2{
	font-size: 2.5rem;
	margin-top: 20px;
	margin-bottom: 0;
}

.archive-publication #results article h2 a{
	background: transparent;
	color: #213a8e;
}

.archive-publication #results article h2 a:hover{
	text-decoration: none;
}

.archive-publication #results article span.info{
	font-size: 1.8rem;
	color: #213a8e;
}

.archive-publication #results article .post-link{
	background: transparent;
}

.archive-publication #results article div{
	position: relative;	
}

.archive-publication #results article div img{
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: auto;
}

.archive-publication #results article .pub{
	font-size: 1.5rem;
	color: #959595;
}

.archive-publication #results article a.link_bot{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
	background: #cf1f41;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.archive-publication #results article:hover a.link_bot{
margin-left: calc(100% - 80px);
	background: #213a8e;
}

.archive-publication #results article a.link_bot span{
	color: white;
	font-size: 3.3rem;
}

@media screen and (max-width:990px){
	.archive-publication .publication_en_avant{
		flex-wrap: wrap;
	}
	
	.archive-publication .publication_en_avant article:first-child{
		margin-bottom: 50px;
	}
	
	.archive-publication .publication_en_avant article .content_publi{
		justify-content: space-between;
	}
	
	
}

@media screen and (max-width:767px){
	.archive-publication .publication_en_avant article .left_info a{
		bottom: 40px;
		left: inherit;
		right: 15px;
	}
	
	.archive-publication .publication_en_avant article .left_info{
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	
	.archive-publication .publication_en_avant article .content_publi{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.archive-publication .publication_en_avant article .left_info h2{
		margin-right: 0;
		text-align: center;
	}
	
	.archive-publication .publication_en_avant article .right_info img{
		position: relative;
		
	}
}

/*--------------------------------------------------------------
# ARCHIVE MARCHE PUBLICS
--------------------------------------------------------------*/
.archive-marche article.marche{
  margin-bottom: 15px;
  width: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
}

.archive-marche article.marche:hover,
.archive-marche article.marche:focus{
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.archive-marche .article_marche .img-article{
  position: relative;
  min-width: 400px;
  padding: 10px;
}

.archive-marche .article_marche .img-article img{
  height: 100%;
}

.archive-marche .article_marche .content-article{
  padding: 10px;
  width: 100%;
}

.archive-marche .article_marche .content-article .category_marche{
  display: inline-block;
  font-size: 2.0rem;
  font-family: "Swiss";
  color: white;
  background: #25aee2;
  padding: 10px 20px;
  margin-bottom: 15px;
}


.archive-marche .article_marche .content-article h2{
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Swiss";
  color: #213a8e;
  text-transform: uppercase;
}

.archive-marche .article_marche .content-article .date_limit{
  color: #213a8e;
}

.archive-marche .article_marche .content-article .downland{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ebebea;
  height: 55px;
  color: #7f7f7f;
  padding-left: 15px;
  margin-bottom: 10px;
}

.archive-marche .article_marche .content-article .downland span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  background: #d0d0cf;
  color: white;
  border-radius: 0px;
  float: right;
}

.archive-marche .article_marche .content-article .excerpt-article{
    color: #b0b0b0;
}

.archive-marche .article_marche .content-article .links_marche .link_marche{
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: space-between;
  background: #ebebea;
  color: #7f7f7f;
  padding-left: 15px;
  margin-bottom: 10px;
}

.archive-marche .article_marche .content-article .links_marche .link_marche:hover{
  text-decoration: none;
}

.archive-marche .article_marche .content-article .links_marche .link_marche span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  background: #d0d0cf;
  color: white;
  transition: all 0.3s ease-in-out;
}

.archive-marche .article_marche .content-article .links_marche .link_marche:hover span{
  color: #213a8e;
}

.archive-marche .article_marche .content-article .link_article{
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cf1f41;
  color: white;
  transition: all 0.3s ease-in-out;
}

.archive-marche .pagination{
  margin-top: 20px;
}

.archive-marche .article_marche:focus .content-article .link_article,
.archive-marche .article_marche:hover .content-article .link_article{
      margin-left: calc(100% - 55px);
  background: #213a8e;
}

@media screen and (max-width:990px){
  .archive-marche main > .container > .row{
    margin: 0 !important;
  }
  .archive-marche #results{margin: 0 15px;}

  .archive-marche .article_marche .img-article{min-width: inherit;}
  
  .archive-marche article.marche .article_marche {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:767px){
  .archive-marche .header_archive:before {
    border-top: 50px solid white;
    border-right: 50px solid transparent;
}
}