/*
Theme Name: Child Theme Les Flibustiers
Description: Theme enfant de Divi par Les Flibustiers
Template: Divi
*/

/*----------RESET----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------ELEMENTS DE BASE----------*/

/*Centrer verticalement*/
.centrer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  /* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
  }
/*Inverser ordre des colonnes sur mobile*/
@media only screen and (max-width : 980px) {
  .inverser-section .inverser-ligne {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*Mettre exposants et indices à la bonne taille*/
sup, sub {
  font-size: 70%;
}
/*Scroller dans le menu mobile*/
.et_mobile_menu {
  overflow: scroll !important;
  max-height: 60vh;
  }
/*Aligner les images verticalement*/
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer*/
.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/*----------GLOBAL----------*/

@font-face {
  font-family: 'LibelSuitRg';
  src: url('/wp-content/uploads/fonts/LibelSuitRg-Regular.eot');
  src: url('/wp-content/uploads/fonts/LibelSuitRg-Regular.eot?#iefix') format('embedded-opentype'),
  url('/wp-content/uploads/fonts/LibelSuitRg-Regular.woff2') format('woff2'),
  url('/wp-content/uploads/fonts/LibelSuitRg-Regular.woff') format('woff'),
  url('/wp-content/uploads/fonts/LibelSuitRg-Regular.ttf') format('truetype'),
  url('/wp-content/uploads/fonts/LibelSuitRg-Regular.svg#svgwpf') format('svg');
}


@media only screen and (min-width : 980px) {
	body #et-main-area {
	left: 236px;
	position: relative;
	width: calc(100% - 236px);
	}
}

p,
ul,
li,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure,
hgroup,
input,
.cmplz-title, .cmplz-message, .cmplz-buttons, .cmplz-links, .cmplz-btn, div  {
	color: #000F21;
	font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

h1, h2, h3, h4 {
	color: #000F21;
  font-family: 'poppins', sans-serif;
  font-style: normal;
}
h1, .h2-like-h1 h2 {
  font-size: 42px;
	font-weight: 600;
  line-height: 44px;
}
h2, .h2-like p{
  font-size: 28px;
	font-weight: 600;
  line-height: 34px;
}
.et_pb_post_content h2,
.et_pb_post h2 {
	margin: 24px 0;
}
h3 {
  font-size: 18px;
	font-weight: 600;
  line-height: 20px;
}
.et_pb_post_content h3,
.et_pb_post h3 {
	margin: 8px 0;
}
h4 {
  font-size: 16px;
	font-weight: 500;
  line-height: 18px;
}
@media only screen and (max-width : 980px) {
	h1, .h2-like-h1 h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	}
	h2, .h2-like p{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	}
	.et_pb_post_content h2,
	.et_pb_post h2 {
	margin: 24px 0;
	}
	h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	}
	.et_pb_post_content h3,
	.et_pb_post h3 {
	margin: 8px 0;
	}
	h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	}
	p,
	ul,
	li,
	ol,
	dl,
	blockquote,
	pre,
	td,
	th,
	label,
	textarea,
	caption,
	details,
	figure,
	hgroup,
	input,
	.cmplz-title, .cmplz-message, .cmplz-buttons, .cmplz-links, .cmplz-btn, div  {
		font-size: 13px;
	}	
}
em, i, .ital div{
	font-style: italic!important;
}
strong, b {
	font-weight: 700;
}
.medium, .medium p, .medium h1, .medium h2, .medium h3, .medium h4 {
  font-weight: 500!important;
}
.semibold, .semibold p, .semibold h1, .semibold h2, .semibold h3, .semibold h4 {
  font-weight: 600!important;
}

.white, .white p, .white div, .white ul, .white ol, .white li, .white a, .white span, .white h1, .white h2, .white h3, .white h4 {
  color: #FFFFFF !important;
}

.font-LibelSuitRg, .font-LibelSuitRg div, .font-LibelSuitRg p, .font-LibelSuitRg h1, .font-LibelSuitRg h2, .font-LibelSuitRg h3, .font-LibelSuitRg h4 {
	font-family: 'LibelSuitRg', 'poppins', sans-serif;
	font-weight: 500;
}
header{
	position:relative!important;
	z-index:499!important;
}
/* Buttons */

.et_pb_button,
.et_pb_button_0,
.et_pb_button_1 {
	background-color: transparent;
  border: 2px solid #000F21;
  border-radius: 4px;
  color: #000F21;
  font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px !important;
	margin: 0;
  padding: 8px 24px !important;
}
.et_pb_button:hover,
.et_pb_button_0:hover,
.et_pb_button_1:hover {
	background-color: #000F21 !important;
	color: #FFFFFF;
}
.et_pb_button::after,
.et_pb_button_0::after,
.et_pb_button_1::after {
  display: none !important;
}
.button-black {
	background-color: #000F21;
  color: #FFFFFF;
}
.button-black:hover {
	background-color: transparent !important;
	border: 2px solid #000F21 !important;
  color: #000F21;
}

/* Searchbar */

.et_pb_section .block-searchbar #ajaxsearchlite1 .probox {
  border: none;
	border-radius: 4px;
  padding: 16px 32px;
}
.et_pb_section .block-searchbar #ajaxsearchlite1 .probox .proinput {
	margin: 0;
	padding: 0;
}
.et_pb_section .block-searchbar #ajaxsearchlite1 .probox .proinput input {
	font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px !important;
}
.et_pb_section .block-searchbar #ajaxsearchlite1 .probox button.promagnifier .innericon {
	content: url('/wp-content/uploads/icon-searchbar.svg');
	height: 24px;
	position: relative;
  width: 24px;
}
.et_pb_section .block-searchbar #ajaxsearchlite1 .probox button.promagnifier .innericon svg {
	display: none;
}
/* facettes agenda*/
.wpgb-search-facet {
  border: none;
	border-radius: 4px;
}
.wpgb-search-facet{
	margin: 0;
	padding: 0;
}
.wpgb-search-facet {
	font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px !important;
}
.wpgb-search-facet:after{
	content: url('/wp-content/uploads/icon-searchbar.svg');
	height: 24px;
	position: absolute;
  	width: 24px;
	top:14px;
	right:12px;
}
.wpgb-search-facet svg {
	display: none;
}
.wpgb-area-top-1 .wpgb-facet-1{
	flex:2!important;
	max-width:none!important;
}
.wpgb-search-facet input {
	padding: 25px 32px!important;
}
.wpgb-grid-32 select{
	height:54px!important;
	color:black;
}
.wpgb-facet-5{
    max-width: 50%!important;
    flex: 2!important;
	margin-right:5%;

}
.wpgb-facet .wpgb-hierarchical-list li {
    margin: 0!important;
}
.wpgb-facet .wpgb-hierarchical-list {
    position: relative;
    display: flex!important;
    margin: 0;
	margin-top:15px!important;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.wpgb-facet .wpgb-date-facet label input[type="text"] {
    min-height: 54px!important;
}
.wpgb-facet-1{
	margin-right:5%;
}
.wpgb-facet-4{
    flex: 0 0 35%!important;
    max-width: 35%!important;
}
.wpgb-facet-6{
    width: fit-content;
    flex: 0 0 15%!important;
}
.wpgb-reset{
    background-color: #5CBA9D!important;
	display:flex;
}
.wpgb-reset:before{
	content:url('/wp-content/uploads/reinitialiser.svg');
	width:18px;
	height:18px;
	margin-right:12px;
	display:block;
}
	/* Kastellin Hebdo */

.et_pb_section .block-kastellin-hebdo .et_pb_code_inner {
	z-index: 9;
}
.et_pb_section .block-kastellin-hebdo p {
	padding-bottom: 16px;
}
.et_pb_section .block-kastellin-hebdo p.title-kastellin-hebdo {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 8px;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 {
	margin: 0 !important;
	position: relative;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row .forminator-field-email input {
	color: #6D7272;
	font-size: 15px;
	font-style: italic;
	padding: 8px 16px !important;
	height: 40px !important;
	width: 356px !important;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row-last {
	display: inline-block;
	height: 36px;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	top: 2px;
	width: 36px;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row-last button.forminator-button-submit {
	background-color: transparent;
  border: none !important;
  box-shadow: none !important;
	height: 36px !important;
	margin: 0 !important;
	min-width: initial !important;
	padding: 0 !important;
	width: 36px !important;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row-last button.forminator-button-submit::before {
	content: url('/wp-content/uploads/icon-input-validation.svg');
	height: 36px;
	position: relative;
	width: 36px;
}
.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row-last:hover button.forminator-button-submit::before {
	content: url('/wp-content/uploads/icon-input-validation-hover.svg');
}

/* Forminator */

.et_pb_section .et_pb_code .forminator-custom-form .forminator-row-last {
	margin-bottom: 0 !important;
}
.et_pb_section .et_pb_code .forminator-custom-form .forminator-row .forminator-button-submit {
	background-color: #000F21;
	border: 2px solid #000F21 !important;
	border-radius: 4px !important;
  color: #FFFFFF;
	font-family: 'poppins', sans-serif;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 8px 24px !important;
}
.button-black {
	background-color: #000F21;
  color: #FFFFFF;
}
.et_pb_section .et_pb_code .forminator-custom-form .forminator-row .forminator-button-submit:hover {
	background-color: transparent !important;
	border: 2px solid #000F21 !important;
	box-shadow: none !important;
	color: #000F21 !important;
}

/* Breadcrumb */

.et_pb_section .block-breadcrumb .et_pb_code .et_pb_code_inner {
	background-color: #FFFFFF;
	display: inline-block;
  padding: 4px 8px;
}
.et_pb_section .block-breadcrumb .et_pb_code .et_pb_code_inner span,
.et_pb_section .block-breadcrumb .et_pb_code .et_pb_code_inner span > a {
	color: #000F21;
	font-size: 14px;
	line-height: 24px;
}

/* Sidebar */
.activeh2{
	color:#5CBB83!important;
	font-weight:bold!important;
	font-size:17px!important;
}
#listeH2 a{
	color:#3A3D3C;
}
#listeH2 ::marker{
	color:white;
}
#listeH2 a::before{
    content: url('/wp-content/uploads/ronds-h2.svg');
    position: absolute;
    height: 25px;
    left: -8px;
    width: 15px;
}
#listeH2 .activeh2::before{
    content: url('/wp-content/uploads/ronds-h2-vert.svg')!important;
    position: absolute;
    height: 25px;
    left: -10px;
    width: 18px;
}
/*.et_pb_section .block-sticky-sidebar .et_pb_text::before {
  background-color: #3A3D3C;
	content: '';
  display: block;
	height: 56px;
  left: 9px;
  position: absolute;
  top: -16px;
	width: 2px;
}
.et_pb_section .block-sticky-sidebar .et_pb_text:hover::before {
  background-color: #5CBA9D;
}
.et_pb_section .block-sticky-sidebar .et_pb_text:first-child::before {
	height: 70px;
  top: -30px;
}
.et_pb_section .block-sticky-sidebar .et_pb_text:last-child::before {
	height: 70px;
}
.et_pb_section .block-sticky-sidebar .et_pb_text::after {
	background: #FFFFFF;
	border: 2px solid #3A3D3C;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	width: 16px;
}
.et_pb_section .block-sticky-sidebar .et_pb_text .et_pb_text_inner > p {
	font-size: 17px;
  line-height: 26px;
}
.et_pb_section .block-sticky-sidebar .et_pb_text:hover::after {
	border: 2px solid #5CBA9D;
}
.et_pb_section .block-sticky-sidebar .et_pb_text:hover .et_pb_text_inner > p {
	color: #5CBA9D;
	font-weight: 700;
}
*/
/* Categories */

/* Categories */

.section-page .block-category .et_pb_text_inner {
	background: #EBF7F3;
	color: #000F21;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 4px 8px 0px;
	font-style: normal;
	text-transform: uppercase;
}
.category-citoyennete-et-municipalite .section-page .block-category .et_pb_text_inner {
	background: #AFABD6;
}
.category-culture .section-page .block-category .et_pb_text_inner {
	background: #F3B2CC;
}
.category-demarche-administrative .section-page .block-category .et_pb_text_inner {
	background: #FAA275;
}
.category-enfance-jeunesse-et-education .section-page .block-category .et_pb_text_inner {
	background: #EFC88A;
}
.category-environnement .block-category .section-page .et_pb_text_inner {
	background: #A3CB95;
}
.category-lien-utile .block-category .section-page .et_pb_text_inner {
	background: #DAAAE3;
}
.category-loisir .block-category .section-page .et_pb_text_inner {
	background: #EC8776;
}
.category-patrimoine .block-category .section-page .et_pb_text_inner {
	background: #F1C64C;
}
.category-solidarite-et-sante .section-page .block-category .et_pb_text_inner {
	background: #B8CDF8;
}
.category-sport .block-category .section-page .et_pb_text_inner {
	background: #CB876E;
}

/* Library Divi */

.model-divi-introduction .et_pb_text .et_pb_text_inner > p {
	font-size: 18px;
	line-height: 26px !important;
}
.model-divi-catalogue .text-phone .et_pb_text_inner > p,
.model-divi-catalogue .text-email .et_pb_text_inner > p,
.model-divi-catalogue .text-location .et_pb_text_inner > p {
	font-size: 16px;
	line-height: 23px !important;
}
.model-divi-list .text-service .et_pb_text_inner > p,
.model-divi-service .text-service .et_pb_text_inner > p {
	color: #5CBA9D;
	font-size: 19px;
	font-weight: 700;
	line-height: 26px !important;
}
.model-divi-important-information .et_pb_text .et_pb_text_inner > h2 {
	color: #5CBA9D;
	font-size: 28px;
	font-weight: 700;
  line-height: 34px !important;
}
.model-divi-important-information .et_pb_text .et_pb_text_inner > p {
	color: #5CBA9D;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px !important;
}
.model-divi-highlighting .et_pb_text .et_pb_text_inner > p {
	color: #5CBA9D;
	font-family: 'LibelSuitRg', 'poppins', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 39px !important;
}


/*----------PERSONNALISATION----------*/

/* Header */

header {
	z-index: 1;
}
header .block-accessibility .et_pb_text_inner > p {
	color: #FFFFFF !important;
	font-size: 15px;
	line-height: 24px;
}
header .block-accessibility:hover {
	background-color: #FFFFFF;
}
header .block-accessibility:hover .et_pb_text_inner > p {
	color: #000F21 !important;
	cursor: pointer;
}

header .block-translation .gtranslate_wrapper a.glink {
	align-items: center;
	display: flex;
	flex-direction: row;
}
header .block-translation .gtranslate_wrapper a.glink.gt-current-lang {
	display: none;
}
header .block-translation .gtranslate_wrapper a.glink > img {
	display: none;
}
header .block-translation .gtranslate_wrapper a.glink[data-gt-lang="en"]::before {
	content: url('/wp-content/uploads/icon-flag-en.svg');
	height: 24px;
  margin-right: 8px;
	position: relative;
  width: 24px;
}
header .block-translation .gtranslate_wrapper a.glink > span {
	color: #FFFFFF !important;
	font-size: 15px;
	line-height: 24px;
	margin-right: 0;
}
header .block-translation:hover {
	background-color: #5CBA9D;
}
header .block-translation:hover .gtranslate_wrapper a.glink > span {
	color: #000F21 !important;
}

header .et_pb_menu__wrap,
header .et_pb_menu__wrap .et_pb_menu__menu,
header .et_pb_menu__wrap .et_pb_menu__menu nav.et-menu-nav {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
header .et_pb_menu ul.et-menu {
	align-items: stretch;
	display: flex;
  flex-direction: column;
	margin: 0 !important;
}
header .et_pb_menu ul.et-menu > li {
	display: block;
	margin-top: 0 !important;
	padding: 12px 32px !important;
}
header .et_pb_menu ul.et-menu > li > a {
	align-items: center;
	display: flex;
	padding: 0;
	transition: all .1s ease-in-out;
}
header .et_pb_menu ul.et-menu > li > a:hover {
	opacity: 1;
}
header .et_pb_menu ul.et-menu > li a::before {
	height: 24px;
  margin-right: 8px;
	position: relative;
  width: 24px;
}

header .block-main-menu ul.et-menu > li.current-menu-item > a {
	color: #5CBA9D !important;
	font-weight: 700;
}
header .block-main-menu ul.et-menu > li:not(.current-menu-item):hover {
	background-color: #5CBA9D;
}
header .block-main-menu ul.et-menu > li:not(.current-menu-item):hover > a {
	color: #000F21 !important;
}
header .block-main-menu ul.et-menu > li.icon-home > a::before {
  content: url('/wp-content/uploads/icon-home.svg');
}
header .block-main-menu ul.et-menu > li.icon-home:hover > a::before {
  content: url('/wp-content/uploads/icon-home-hover.svg');
}
header .block-main-menu ul.et-menu > li.icon-home.current-menu-item > a::before {
  content: url('/wp-content/uploads/icon-home-active.svg');
}
header .block-main-menu ul.et-menu > li.icon-inquire-about > a::before {
  content: url('/wp-content/uploads/icon-inquire-about.svg');
}
header .block-main-menu ul.et-menu > li.icon-inquire-about:hover > a::before {
  content: url('/wp-content/uploads/icon-inquire-about-hover.svg');
}
header .block-main-menu ul.et-menu > li.icon-inquire-about.current-menu-item > a::before {
  content: url('/wp-content/uploads/icon-inquire-about-active.svg');
}
header .block-main-menu ul.et-menu > li.icon-process > a::before {
  content: url('/wp-content/uploads/icon-process.svg');
}
header .block-main-menu ul.et-menu > li.icon-process:hover > a::before {
  content: url('/wp-content/uploads/icon-process-hover.svg');
}
header .block-main-menu ul.et-menu > li.icon-process.current-menu-item > a::before {
  content: url('/wp-content/uploads/icon-process-active.svg');
}
header .block-main-menu ul.et-menu > li.icon-entertainment > a::before {
  content: url('/wp-content/uploads/icon-entertainment.svg');
}
header .block-main-menu ul.et-menu > li.icon-entertainment:hover > a::before {
  content: url('/wp-content/uploads/icon-entertainment-hover.svg');
}
header .block-main-menu ul.et-menu > li.icon-entertainment.current-menu-item > a::before {
  content: url('/wp-content/uploads/icon-entertainment-active.svg');
}
header .block-main-menu ul.et-menu > li.icon-search > a::before {
  content: url('/wp-content/uploads/icon-search.svg');
}
header .block-main-menu ul.et-menu > li.icon-search:hover > a::before {
  content: url('/wp-content/uploads/icon-search-hover.svg');
}
header .block-main-menu ul.et-menu > li.icon-search.current-menu-item > a::before {
  content: url('/wp-content/uploads/icon-search-active.svg');
}
header .block-main-menu ul > li.menu-item-has-children > a::after {
	display: none;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu {
	border-top: none;
	box-shadow: none;
	display: grid;
	gap: 64px;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: max-content;
	height: 100vh;
  left: 236px;
	opacity: 0;
	padding: 100px;
  position: fixed;
  top: 0;
	visibility: hidden;
  width: calc(87% - 236px);

	/*** A DEBUGGUER ***/
	display: none !important;
}
header .block-main-menu ul.et-menu > li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page {
	padding: 0;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > a {
	color: #FFFFFF !important;
  cursor: default;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	padding: 0;
	pointer-events: none;
	width: 100%;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > a:hover {
	background-color: transparent;
	opacity: 1;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > ul.sub-menu {
	border-top: none;
	box-shadow: none;
	display: block;
	left: initial;
	margin-top: 8px;
  padding: 0;
	opacity: 1;
	position: relative;
	top: initial;
	visibility: visible;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > ul.sub-menu > li {
	margin-bottom: 12px;
	padding: 0;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > ul.sub-menu > li > a {
	color: #000F21 !important;
	display: block;
	font-size: 19px;
	font-weight: 500;
	line-height: 26px;
	padding: 0;
}
header .block-main-menu ul.et-menu > li > ul.sub-menu > li.menu-item-object-thematic-page > ul.sub-menu > li > a:hover {
	background-color: transparent;
	opacity: 1;
	text-decoration: underline;
}

header .block-secondary-menu ul.et-menu > li:last-child {
	padding-bottom: 0 !important
}
header .block-secondary-menu ul.et-menu > li > a {
	color: #000F21 !important;
}
header .block-secondary-menu ul.et-menu > li:not(.label):hover > a {
	text-decoration: underline;
}
header .block-secondary-menu ul.et-menu > li.current-menu-item > a {
	font-weight: 700;
}
header .block-secondary-menu ul.et-menu > li.label {
	padding: 0 32px 4px !important
}
header .block-secondary-menu ul.et-menu > li.label > a {
	font-size: 17px;
	font-weight: 700;
  line-height: 26px;
}
header .block-secondary-menu ul.et-menu > li.icon-newcomer a::before {
  content: url('/wp-content/uploads/icon-newcomer.svg');
}
header .block-secondary-menu ul.et-menu > li.icon-newcomer.current-menu-item a::before {
  content: url('/wp-content/uploads/icon-newcomer-active.svg');
}
header .block-secondary-menu ul.et-menu > li.icon-professional a::before {
  content: url('/wp-content/uploads/icon-professional.svg');
}
header .block-secondary-menu ul.et-menu > li.icon-professional.current-menu-item a::before {
  content: url('/wp-content/uploads/icon-professional-active.svg');
}
header .block-secondary-menu ul.et-menu > li.icon-association a::before {
  content: url('/wp-content/uploads/icon-association.svg');
}
header .block-secondary-menu ul.et-menu > li.icon-association.current-menu-item a::before {
  content: url('/wp-content/uploads/icon-association-active.svg');
}
/*mobile header*/
#header-mobile, #header-mobile-bottom{
	display:none;
}
#header-mobile-bottom img{
	width:30px!important;
}
#header-mobile-bottom p{
	font-size:10px!important;
	font-weight:600!important;
}

@media only screen and (max-width : 980px) {
	#header-mobile, #header-mobile-bottom{
		display:block;
	}
}	
/* Footer */

footer .block-social-label,
footer .block-social-link {
	display: inline-block;
}
footer .block-social-label .et_pb_text_inner > p {
	font-weight: 500;
}
footer .column-text-label .et_pb_text_inner > p {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px !important;
}
footer .block-partners .et_pb_text:not(.column-text-label) .et_pb_text_inner > p {
	font-size: 16px;
	font-weight: 500;
}
footer .block-informations .et_pb_text:not(.column-text-label) .et_pb_text_inner > p {
	font-size: 15px;
}
footer .block-post-footer ul.et-menu > li > a {
	color: #000F21;
	font-size: 15px;
	font-weight: 500;
}
footer .block-post-footer ul.et-menu > li > a:hover {
	opacity: 1;
}
footer .block-post-footer .small > div,
footer .block-post-footer .small > div a {
	color: #000F21;
	font-size: 13px;
  line-height: 15px;
}

/* Home */

.section-home-alert .et_pb_text .et_pb_text_inner p {
	font-size: 19px;
	line-height: 26px;
}
.section-home-alert .et_pb_text.number-phone .et_pb_text_inner p {
	font-size: 22px;
	line-height: 32px;
}
.section-home-news .background-title-vertically,
.section-home-agenda .background-title-vertically {
	position: absolute;
	transform: rotate(-90deg);
}
.section-home-news .background-title-vertically {
	left: -165px;
  top: 330px;
}
.section-home-agenda .background-title-vertically {
	left: -146px;
  top: 385px;
}
.section-home-news .background-title-vertically .et_pb_text_inner p,
.section-home-agenda .background-title-vertically .et_pb_text_inner p {
	color: #EBF7F3 !important;
	display: inline-block;
	font-size: 108px;
	line-height: 130px;
	text-transform: uppercase;
}
.section-home-theme-shortcuts .et_pb_column .et_pb_text .et_pb_text_inner > p {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
}
.section-home-theme-shortcuts .et_pb_column:hover {
	cursor: pointer;
}
.section-home-theme-shortcuts .et_pb_column:hover .et_pb_image .et_pb_image_wrap  > img {
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}
.section-home-theme-shortcuts .et_pb_column:hover .et_pb_text .et_pb_text_inner > p {
	text-decoration: underline;
}
.section-home-publications .publication-link > a {
	display: inline-block;
	height: 36px;
	width: 36px;
}
.section-home-citykomi-and-reviews .block-citykomi .citykomi-link-download p {
	font-weight: 500;
}
/*accessibility*/
.pojo-a11y-toolbar-toggle{
	display:none!important;
}
#pojo-a11y-toolbar{
	position:unset!important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    border: 0px!important;
    width: 100%!important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
	height:80vh;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.pojo-a11y-toolbar-item {
    border: 2px solid;
    border-radius: 10px;
    margin: 2%;
	width:28%;
	height:20%;
}
.pojo-a11y-toolbar-item:hover {
    border: 3px solid #5CBA9D!important;
}
.pojo-a11y-toolbar-icon{
	display:none!important;
}
.pojo-a11y-btn-resize-plus:before{
	content:url('/wp-content/uploads/taille-texte-1-1.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-resize-minus:before{
	content:url('/wp-content/uploads/taille-texte-.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-grayscale:before{
	content:url('/wp-content/uploads/niveaux-gris.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-high-contrast:before{
	content:url('/wp-content/uploads/haut-contraste.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-negative-contrast:before{
	content:url('/wp-content/uploads/negaif-contraste.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-light-background:before{
	content:url('/wp-content/uploads/arriere-plan-clair.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-links-underline:before{
	content:url('/wp-content/uploads/lien-surbrillance.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-readable-font:before{
	content:url('/wp-content/uploads/police-lisible.svg');
	display:block;
	width:50%;
	margin:auto;
}
.pojo-a11y-btn-reset:before{
	content:url('/wp-content/uploads/reinitialiser.svg');
	width:15%;
	display:block;
}
.a11y-line-height:before{
	content:url('/wp-content/uploads/espacement-lettres.svg');
	display:block;
	width:50%;
	margin:auto;
}
.a11y-letter-spacing:before{
	content:url('/wp-content/uploads/interligne.svg');
	display:block;
	width:50%;
	margin:auto;
}
.a11y-toggle-images:before{
	content:url('/wp-content/uploads/desactiver-images.svg');
	display:block;
	width:50%;
	margin:auto;
}
.images-desactivees img {
    visibility: hidden; /* Utilisez 'display: none;' pour les retirer complètement du flux de la page */
}
.no-background-images * {
    background-image: none !important;
}
.interligne-augmente p,.interligne-augmente div,.interligne-augmente span{
    line-height: 2em!important; /* Ajustez cette valeur selon vos besoins */
}

.espacement-lettres-augmente {
    letter-spacing: 0.12em; /* Ajustez cette valeur selon vos besoins */
}
ul.pojo-a11y-toolbar-items li:last-child {
   border:none!important;
}
ul.pojo-a11y-toolbar-items li:last-child a {
   flex-direction:row!important;
	align-items:center;
	justify-content:space-around!important;
}
.croix_menu img{
	visibility:visible!important;
}
#et-fb-app #pojo-a11y-toolbar{
	display:none!important;
}
/* menus survol*/
.page-overlay{
    display: none;
    position: fixed; /* Ou 'absolute' si 'fixed' ne fonctionne pas bien avec ton layout */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur d'arrière-plan semi-transparente */
    z-index: 999; /* Assure-toi que cela soit en dessous de tes menus mais au-dessus du reste du contenu */
}
.page-overlay-agenda {
    display: none;
    position: fixed; /* Ou 'absolute' si 'fixed' ne fonctionne pas bien avec ton layout */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur d'arrière-plan semi-transparente */
    z-index: 242; /* Assure-toi que cela soit en dessous de tes menus mais au-dessus du reste du contenu */
}
/* back-to-top */
#back-to-top .et_pb_blurb_content{
	margin-top: 10px;
}

#back-to-top .et_pb_main_blurb_image {
    position: absolute;
    left: 245px;
    margin-top: -8px;
}
#back-to-top .et_pb_blurb_container{
	margin-top: 16px;
}
@media only screen and (max-width : 1180px) {
	#back-to-top h4{
	display:none!important;
	}
	#back-to-top .et_pb_main_blurb_image {
    position: absolute;
    left: 160px;
    margin-top: -8px;
}
}
.asl_w_container{
	width:auto!important;
	margin:0!important;
}
/*divers*/
#image-elu img{
	height: 64px;
	width: 64px;
}
#nom-elu div{
    font-size: 18px!important;
    font-weight: 700!important;
}
#colonne-elus .et_pb_column {
	width:100%!important;
}
#colonne-elus .et_pb_section {
	padding:0!important;
}
#fichier1 div,#fichier2 div, #fichier3 div,#fichier4 div,#fichier5 div,#fichier6 div,#fichier7 div,#fichier8 div,#fichier9 div,#fichier10 div{
	font-weight:500!important;
	width:80%;
}
.poids-fichier div {
	color:#6D7272!important
}
#share-facebook, #share-twitter, #share-email, #share-sms{
	margin-right:10px;
}
#mobileSelectH2 {
    display: none;
    width: 100%;
    border: 2px #020F20 solid;
    border-radius: 4px;
    padding: 5%;
    font-size: 16px;
    color: black;
    font-weight: 600;
}
#sommaire .et_pb_code_inner{
	width:100%!important;
	padding:0;
}
#deplace-partage{
	display:none;
}
/*1280px*/
.actus_home_1{
	width:55%!important;
}
.actus_home_2{
	width:42%!important;
}
@media only screen and (max-width : 1520px) {
	/*home*/
	.actus_home_1, .actus_home_2{
	width:100%!important;
	margin-bottom:5%;
	}
	.actus_home_2{
	width:100%!important;
	}
	.actus_home_2 .wpgb-card-inner, .actus_home_2 .wpgb-card-body  {
    width: 98%!important;
	}
	.actus_home_2 .et_pb_code_3:before {
    content: url('/wp-content/uploads/background-pattern-newsletter.svg');
    height: 152px;
    position: absolute;
    right: -33%;
    width: 100%;
	}
	.et_pb_section .block-kastellin-hebdo form#forminator-module-346 .forminator-row .forminator-field-email input {
	width: 80% !important;
	}
	.block-kastellin-hebdo{
	display:flex;
	justify-content:center!important;
	}
	#citykomi{
		flex-direction:column!important;
	}
	#citykomi .et_pb_column {
		width:90%;
		margin:auto auto 5%!important;
	}
	/*agenda*/
	.wpgb-grid-32 .wpgb-area{
		flex-direction:column!important;
	}
	.wpgb-facet{
		max-width:none!important;
		margin-right:0!important;
	}
	/*filtres agenda*/
	.wpgb-facet .wpgb-hierarchical-list {
	flex-direction:column;
    margin-top: 15px!important;
    justify-content: space-between;
	}
	.wpgb-facet .wpgb-hierarchical-list li {
    padding: 15px 0!important;
	}
	#colonne-texte-contenu{
		width:59%!important;
		margin-left:4%!important;
	}
	#colonne-texte-contenu2{
		width:59%!important;
	}
}
/*980px*/
@media only screen and (max-width : 980px) {
	#actus-home .actus-home-col{
		width:100%!important;
		max-width:100%!important;
	}
	#colonne-texte-contenu, #colonne-texte-contenu2{
		width:100%!important;
		margin:0!important;
	}
	#partage{
		width:100%!important;
	}
	#back-to-top .et_pb_main_blurb_image {
    position: absolute;
    left: 90px;
    margin-top: -5px;
	}
	#infos-pratiques{
		min-width:100%!important;
	}
	#titre{
		margin-bottom:0!important;
	}
		#colonne-texte-contenu .et_pb_text{
		padding-left:14px!important;
			margin-left:0!important;
	}
	#infos-pratiques-actus {
    margin: auto;
    width: 85%;
	}
	#partage div{
		padding-top:50px;
		padding-bottom:50px;
	}
	.section-kastellin-hebdo{
		padding-top:0!important;
	}
	
}
