@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
  outline:none;
  box-sizing: border-box;
}

html{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #71706F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mainPage{
  padding:0;
  overflow:hidden;
  position:relative;
  transition: all 0.7s;
}

.container-fluid{
  max-width:100%;
  width:100%;
  margin:auto;
}

.container{
  max-width: 1295px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p, ul, ul li{
  margin:0;
  padding:0;
  transition: all 0.3s;
  padding-bottom: 15px;
}

ul, ul li{
  list-style-type:none;
}

a{
  text-decoration:none;
  color: #71706f;
}

a:hover, a:focus{
  color: inherit;
  text-decoration: none;
}

#mainPage .defaultPage a:hover{
  color: #FE2F1B;
}

#mainPage .defaultPage .page-numbers a:hover{
  color: #ffffff;
}

p{
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #161d24;
}

.defaultPage .bloc-texte p:last-child{
  padding-bottom: 0;
}

h1, .frontPage h2{
  font-weight: 300;
  font-size: 55px;
  line-height: 60px;
  color: #00b295;
  margin-bottom: 30px;
}

h2, .frontPage .bloc-1 h2, .frontPage .bloc-2 h2, .frontPage .actu h3{
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  color: #00245c;
  margin-bottom: 10px;
}

.defaultPage h2{
  margin-bottom: 20px;
}

.defaultPage .left h2{
  font-weight: bold;
}

h3{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #00245c;
}

.defaultPage h3{
  color: #00B295;
}

.defaultPage h3{
  margin-bottom: 10px;
}

.frontPage .bloc-1 h2{
  margin-bottom: 30px;
}

.bloc-center img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.d-block{
  display: block;
}
.d-flex{
  display: flex;
  flex-wrap: wrap;
}
.d-none{
  display: none;
}
.no-wrap{
  flex-wrap: nowrap;
}
.flex-direction-column{
  flex-direction: column;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-around{
  justify-content: space-around;
}
.justify-content-end{
  justify-content: flex-end;
}
.align-items-center{
  align-items: center;
}
.align-items-start{
  align-items: flex-start;
}
.align-items-end{
  align-items: flex-end;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.container-img{
  position: relative;
  overflow: hidden;
}
.container-img img{
  max-width: 100%;
  height: auto;
}
.t-uppercase{
  text-transform: uppercase;
}
.t-right{
  text-align: right;
}
.t-left{
  text-align: left;
}
.t-center{
  text-align: center;
}
.mw-100{
  max-width: 100%;
}
.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
#mainPage .noMargin{
  margin: 0;
}
#mainPage .noPadding{
  padding: 0;
}
.p-relative{
  position: relative;
}

.top-header{
  height: 35px;
  width: 100%;
  background: #00245C;
}

.top-header a{
  font-family: 'Lato', sans-serif;
}

.top-header h1, .top-header li a{
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}

.top-header h1{
  position: relative;
  left: 25px;
  margin-bottom: 0;
}

.header ul, .header li{
  padding-bottom: 0;
}

.top-header h1::before{
  content: '';
  display: block;
  background: url('../img/location-header.svg');
  width: 14px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.top-header li a{
  border-left: 1px solid #ffffff;
  padding: 0 7px;
}

.top-header li:first-child a{
  border: none;
}

.header-menu{
  height: 130px;
  display: flex;
  align-items: center;
}

.header-menu.sticky{
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 12;
  width: 100%;
  background: #ffffff;
}

.h-menu .menu{
  display: flex;
}

.h-menu .menu > li{
  border-left: 1px solid #00b295;
  height: 60px;
  padding-left: 8px;
}

.h-menu .menu > li > a{
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  color: #00245c;
  text-transform: uppercase;
  padding: 0 40px 0 0;
  text-align: left;
  height: 100%;
  display: block;
  transition: all 0.2s;
}

.h-menu .menu > li:hover > a{
  color: #00b295;
}

.h-menu .menu .menu-item-304 a{
  padding-top: 8px;
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu{
  display: none;
  position: absolute;
  left: 0;
  background: #FFF;
  z-index: 9;
  width: 100%;
  padding: 40px;
  transition: none;
  max-width: 1265px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 10px 15px rgb(0 0 0 / 10%);
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu > li.menu-item-has-children {
  width: calc(25% - 5px);
  display: inline-flex;
  flex-wrap: wrap;
}

.header-menu .h-menu .menu .menu-item-has-children.menu-item-303 > .sub-menu > li.menu-item-has-children {
  width: calc(20% - 5px);
  display: inline-flex;
  flex-wrap: wrap;
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > a{
  color: #00b295;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > .sub-menu li{
  margin-bottom: 15px;
  position: relative;
  left: 10px;
  width: calc(100% - 20px);
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > .sub-menu li a{
  color: #161d24;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  left: 0;
  pointer-events: all;
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > .sub-menu li a:hover{
  left: 5px;
  color: #FE2F1B;
}

.header-menu .h-menu .menu li > .sub-menu .menu-item-has-children > .sub-menu{
  display: block;
  padding: 20px 0 0 0;
  position: relative;
  box-shadow: none;
}

.header-menu .h-menu .menu li > .sub-menu .menu-item-has-children > .sub-menu .sub-menu{
  padding: 10px 0 0 0;
}

.header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > .sub-menu li > .sub-menu li{
  margin-bottom: 0;
}

.encart-header{
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 4;
  height: 170px;
  width: 50px;
  display: block;
}

.encart-header .top{
  background: #FE2F1B;
  padding: 10px;
  height: 80px;
}

.encart-header .top div.white{
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: block;
  transform-origin: 100% 100%;
}

.encart-header .bottom{
  background: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  height: calc(100% - 80px);
  flex-direction: column;
  justify-content: center;
}

.encart-header .bottom .phone{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FE2F1B;
}

.home-header{
  position: relative;
}

.home-slider .container-img{
  height: 740px;
}

.home-slider .container-img img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}

.frontPage .mainContent,
.defaultPage{
  background-image: url('../img/Trame-Fond.jpg');
  background-repeat: repeat;
}


.home-content{
  position: relative;
  bottom: 50px;
  z-index: 2;
}

.bloc-1, .bloc-2{
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.bloc-1{
  width: 80%;
  background: #ffffff;
  padding: 35px 40px;
  order: 1;
}

.bloc-1 > div{
  width: calc(33.33% - 45px);
}

.bloc-2{
  width: 20%;
  order: 2;
}

.frontPage .bloc-2 h2,
.frontPage .bloc-2 .top p {
  color: #ffffff;
}

.bloc-2 .top{
  background: #00245C;
  padding: 35px 30px;
  height: 60%;
}

.bloc-2 .bottom{
  background: #00B295;
  padding: 25px 30px;
  height: 40%;
}

.bloc-1 h2, .bloc-2 h2{
  margin-bottom: 20px;
}

.clic{
  width: calc(50% - 15px);
  padding: 15px 0;
}

.clic:nth-child(1), .clic:nth-child(2){
  padding: 0 0 15px 0;
}

.clic img{
  height: auto;
  transition: all 0.3s;
}

.clic:nth-child(2) img{
  width: 27px;
}

.clic .text, .demarches li a, .service .text{
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  color: #161d24;
  margin-left: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  left: 0;
}

.clic .text:hover, .demarches li a:hover, .service:hover .text{
  color: #00B295;
}

.demarches li{
  padding-bottom: 0;
}

.demarches li a{
  display: block;
  padding-bottom: 15px;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.sidebar .demarches li a{
  padding-bottom: 10px;
}

.sidebar .demarches li{
  margin-bottom: 15px;
}

.demarches li:hover a, .clic:hover .text{
  left: 5px;
}

.demarches li{
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(175, 182, 189, 0.45);
  position: relative;
}

.demarches li:last-child{
  margin-bottom: 0;
}

.demarches li::before{
  content:'';
  display: block;
  width: 5px;
  height: 8px;
  background-image: url('../img/arrowLi.svg');
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}

.link{
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-top: 5px;
  transition: all 0.3s
}

.link.green::after{
  content: '';
  display: block;
  width: 23px;
  height: 20px;
  background-image: url('../img/greenDoor.svg');
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s
}

.link.white::after{
  content: '';
  display: block;
  width: 23px;
  height: 20px;
  background-image: url('../img/whiteDoor.svg');
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s
}

.link:hover::after{
  right: -45px;
}

.demarches .link{
  font-size: 11px;
}

.service{
  width: calc(50% - 15px);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

.service .text{
  margin: 10px 0 0 0;
  text-align: center;
}

.service:nth-child(1)::after, .service:nth-child(3)::after{
  content: '';
  display: block;
  background:rgba(175, 182, 189, 0.3);
  width: 1px;
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  right: -15px;
}

.service:nth-child(3)::after{
  height: calc(100%);
}

.service:nth-child(1)::before, .service:nth-child(2)::before{
  content: '';
  display: block;
  background:rgba(175, 182, 189, 0.3);
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service:nth-child(2)::before{
  width: 100%;
}

.btn-mairie{
  font-size: 12px;
  line-height: 16px;
  color: #00b295;
  text-transform: uppercase;
  height: 50px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #00b295;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 230px;
  margin: 15px auto 0 auto;
  max-width: 100%;
}

.bloc-2 .bottom h2{
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

.btn, .form input[type="submit"], .btn-loadmore, .login-submit input[type="submit"]{
  width: 250px;
  height: 40px;
  border-radius: 20px;
  background: #00b295;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: 100%;
  transition: all 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}

#mainPage .defaultPage .btn:hover, #mainPage .defaultPage .form input[type="submit"]:hover{
  color: #ffffff;
}

.btn-loadmore{
  background: #00245C;
  cursor: pointer;
  margin: auto;
}

.btn-loadmore:hover{
  background: #00b295;
}

.btn:hover, .btn:focus{
  color: #ffffff;
  background: #00245C;
}

.btn.blue{
  background: #00245C;
}

.btn.blue:hover{
  background: #ffffff;
  color: #00245C;
}

.btn.white{
  background: #ffffff;
  color: #00B295;
}

.btn.white:hover{
  background: #00b295;
  color: #ffffff;
}

.btn-dll{
  width: 250px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #00245C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: 100%;
  transition: all 0.3s;
}

.btn-dll:hover, .btn-dll:focus{
  color: #ffffff;
  background: #00245C;
}

.btn-dll::before{
  content: '';
  display: block;
  background: url('../img/icon-dll.svg');
  background-size: cover;
  width: 21px;
  height: 19px;
  margin-right: 5px;
}

.bloc-3{
  width: calc(70% - 15px);
  padding: 40px 0 0;
  order: 3;
}

.bloc-4{
  width: calc(30% - 15px);
  order: 4;
  margin-top: 40px;
}

.bloc-5{
  width: 100%;
  order: 1;
}

.agenda{
  padding: 25px 55px;
  background: #ffffff;
  position: relative;
}

.bloc-4 .agenda{
  box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
}

.agenda h2{
  color: #00245C;
}

.bloc-3 h2, .bloc-4 h2{
  margin-bottom: 0;
}
.bloc-3 .homeActus-slider{
  margin: 30px 0 0;
}

.first-actu .container-img{
  height: 300px;
  position: relative;
  overflow: hidden;
}

.first-actu .container-img img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}

/*** workaround box shadow not visible ***/
.homeActus-slider .owl-stage-outer{
  overflow: visible;
}

.actu{
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background: #fff;
  margin-bottom: 20px;
}

.actu.oa-list-item {
  display: flex!important;
}

.actu:hover{
  box-shadow: 2px 10px 15px rgb(0 0 0 / 20%);
}

.actu:hover .link::after{
  right: -45px;
}

.alerteInfo:hover{
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.first-actu{
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.first-actu:hover{
  box-shadow: 10px 15px 40px rgb(0 0 0 / 22%);
}

.content-actu{
  background: #ffffff;
  border-top: 3px solid #00B295;
  width: 100%;
  position: relative;
}

.first-actu .content-actu{
  padding: 35px 40px;
}

.frontPage .actu h3{
  font-weight: bold;
}

.actu .category, .singlePage .category, .association .category, .professionnel .category{
  height: 24px;
  border-radius: 12px;
  background: #00b295;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: -14px;
}

.association .category, .professionnel .category{
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-width: calc(100% - 20px);
  padding-top: 5px;
}

.professionnel .category{
  background: #00245C;
}

.singlePage .content-page .category{
  position: relative;
  left: 0;
  color: #ffffff;
  top: 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 16px;
}


.singlePage .intro-page{
  border-bottom: 3px solid #00B295;
}

.first-actu .category{
  left: 40px;
}

.actu .content-actu p{
  color: #161d24;
}

.actu .date, .singlePage .left .date{
  width: 100%;
  font-style: italic;
  border-bottom: 1px solid #00b295;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #646b72;
}

.singleActus .left .date{
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  color: #161d24;
}

.home-otherActus .actu{
  width: calc(50% - 10px);
}

.singleIncontournable .home-otherActus .actu{
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.home-otherActus .actu .content-actu, .oa-event-list .oa-list-item .content-actu {
  padding: 20px 15px;
}

div.home-otherActus .actu h3 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #161d24;
}

.home-otherActus .actu .container-img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.home-otherActus .actu .container-img img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.agenda h2{
  margin-bottom: 20px;
}

.agenda .month{
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #646b72;
  text-transform: uppercase;
  display: inline-block;
}

.agenda .year{
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #646b72;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
}

.agendaLeft, .agendaRight{
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #00b295;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agendaLeft.disabled, .agendaRight.disabled {
  filter: grayscale(1);
  cursor: default;
}

.agenda .content{
  margin: 30px -15px 30px 0;
  max-height: 640px;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  scrollbar-color: #00B295 #f2f4f7;
  scrollbar-width: thin;
}

.agenda .date{
  border-radius: 12px;
  background: #f2f4f7;
  display: inline-flex;
  padding: 5px 12px;
  align-items: center;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  color: #646b72;
}

.agenda h3{
  color: #00b295;
}

.agenda .event p{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #00245c;
  margin-top: 15px;
}

.agenda .event{
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.agenda .event:hover .link::after{
  right: -45px;
}

.agenda .btn{
  width: 80%;
  display: inline-flex;
}

.home-encarts{
  padding: 70px 0 90px 0;
  background-image: url('../img/bandeauBg.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: top;
  background-position-x: center;
}

.home-encarts h2{
  color: #00245C;
}

.search-home{
  position: absolute;
  width: 20%;
  right: 0;
  top: -50px;
  z-index: 3;
  height: 50px;
  background: #ffffff;
}

.search-home .contain-btn{
  padding: 0 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  height: 50px;
}

.search-home .contain-btn input{
  border: none;
  position: relative;
  display: inline-block;
  line-height: 15px;
}

.search-home .contain-btn input::placeholder{
  color: #FE2F1B;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  text-align: left;
}

.bloc-6{
  background: #00b295;
  padding: 30px;
  width: calc(70% - 30px);
  margin-bottom: 30px;
  order: 2;
}

.bloc-7{
  background: #f2f4f7;
  padding: 30px;
  width: calc(30% - 30px);
  margin-bottom: 30px;
  order: 3;
}

.bloc-8{
  background: #f2f4f7;
  padding: 30px;
  width: calc(30% - 30px);
  margin-top: 30px;
  order: 4;
}

.bloc-9{
  padding: 30px;
  width: calc(70% - 30px);
  margin-top: 30px;
  background-image: url('../img/bgVille.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  order: 5;
}

.home-encarts h3{
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
}

.home-encarts .bloc-6 h3{
  color: #ffffff;
}

.home-encarts .bloc-7 h3, .home-encarts .bloc-8 h3, .home-encarts .bloc-9 h3{
  color: #00245C;
}

.bloc-6 .content{
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bloc-6 .kiosque-slider{
  width: 62px;
}

.kiosque-slider .owl-stage-outer{
  overflow: inherit;
}

.sliderOpen{
  overflow: hidden;
  width: calc(75% - 15px);
}

.bloc-6 h3{
  margin-bottom: 30px;
}

.bloc-6 .btn-dll{
  margin-bottom: 10px;
}

.kiosque-slider .owl-item:nth-child(2){
  z-index: 9;
}

.kiosque-slider .owl-item:nth-child(3){
  z-index: 8;
}

.kiosque-slider .owl-item:nth-child(4){
  z-index: 7;
}

.kiosque-slider .owl-item .item{
  transform: perspective(300px) rotateY(-40deg) translateX(-100px);
  width: 100%;
  height: 260px;
}

.kiosque-slider .owl-item.center{
  z-index: 10;
  position: relative;
}

.kiosque-slider .owl-item.active{
  transform: none;
  width: 190px!important;
}

.kiosque-slider .owl-item.active .item{
  transform: none;
}

.kiosque-slider .owl-item.active{
  position: relative;
  z-index: 20;
}

.kiosque-slider .owl-item img{
  position: absolute;
  width: 200px;
}

.kiosque-slider .owl-stage{
  width: 1000px!important;
}

.bloc-7 img{
  height: auto;
}

.bloc-7 .img{
  justify-content: flex-end;
  position: relative;
  bottom: 30px;
}

.bloc-7 .btn, .bloc-8 .btn{
  width: 150px;
}

.bloc-8 .btn{
  margin-top: 30px;
}

.bloc-8 h3 {
  margin-bottom: 30px;
}

.bloc-8 p{
  font-size: 16px;
  line-height: 20px;
}

.bloc-8 input{
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: #ffffff;
  border: 1px solid #afb6bd;
  padding: 0 15px;
  margin: 15px 0 30px;
  max-width: 100%;
}

.bloc-9 .btn{
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.top-footer{
  padding: 80px 0;
  background: #00B295;
}

.middle-footer{
  padding: 50px 0 35px 0;
  background: #ffffff;
}

.bottom-footer{
  padding: 10px 0;
  background: #F2F4F7;
}

.useful{
  padding: 0 50px;
}

.useful .item .picto img{
  height: 50px;
  width: auto;
  transition: all 0.3s;
}

.useful .item .text p{
  text-align: center;
  color: #00245c;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 15px;
  line-height: 17px;
}

.middle-footer .infos > div, .middle-footer .logo{
  width: calc(25% - 30px);
}

.middle-footer .logo {
  display: block;
}

.middle-footer .logo img{
  height: auto;
  max-width: 100%;
}

.middle-footer p, .middle-footer strong{
  font-size: 13px;
  color: #00245C;
  line-height: 16px;
}

.middle-footer strong{
  display: block;
  margin-bottom: 5px;
}

.middle-footer .text{
  margin-left: 20px;
}

.middle-footer .rdv a{
  color: #00b295;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.middle-footer .rdv2 a{
  color: #00b295;
}

.middle-footer .rdv a:hover, .middle-footer .rdv2 a:hover{  
  color: #FE2F1B;
}

.middle-footer .img{
  min-width: 35px;
}

.middle-footer .bloc{
  margin-bottom: 10px;
  position: relative;
}

.middle-footer .bloc:last-child{
  margin-bottom: 0;
}

.middle-footer .bloc.flex-row-reverse .text {
  margin-left: 0;
}

.middle-footer .middle-row .text p:last-child {
  padding-bottom: 0;
}

.tenlogo{
  position: absolute;
  bottom: 0;
  right: 0;
}

.middle-footer .label .text{
  max-width: 40%;
}

.middle-footer .rs{
  margin-left: 5px;
}

.middle-footer .rs a{
  margin: 0 5px;
}

.middle-footer .ccf{
  margin-top: 20px;
}

.middle-footer .ccf a{
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #00245c;
}

.middle-footer .footer-link {
  color: #00245C;
}

.bottom-footer .right span, .bottom-footer .right a{
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  color: #646b72;
}

.bottom-footer .left a{
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #00245c;
  margin-right: 30px;
}

.frontPage .collapsible{
  pointer-events: none;
}

.collapsible{
  position: relative;
}

.btn-menu{
  padding: 15px;
  position: relative;
  left: 15px;
}

.btn-menu span{
  display: block;
  width: 15px;
  height: 2px;
  background: #00245C;
  transition: all 0.4s;
}

.btn-menu span::before{
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #00245C;
  position: relative;
  bottom: 5px;
  transition: all 0.4s;
}

.btn-menu span::after{
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #00245C;
  position: relative;
  top: 3px;
  left: 5px;
  transition: all 0.4s;
  opacity: 1;
}

.open .btn-menu span{
  transform: rotate(45deg);
}

.open .btn-menu span::before{
  transform: rotate(90deg);
  bottom: 0px;
}

.open .btn-menu span::after{
  opacity: 0;
}

.m-menu{
  display: block;
  width: 320px;
  position: fixed;
  right: -320px;
  top: 125px;
  height: calc(100vh - 125px);
  background: #00245C;
  z-index: 22;
  padding: 40px 10px 40px 15px;
  text-align: right;
  transition: all 0.6s;
}

.open .m-menu{
  right: 0;
}

#mainContainer{
  position: relative;
  transition: all 0.6s;
  right: 0;
}

.open #mainContainer::before{
  opacity: 1;
}

.open #mainContainer{
  right: 320px;
}

body{
  width: 100%;
}

body.open{
  position:fixed;
  right: 0;
}

.m-menu li a{
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.m-menu .back{
  padding: 0 10px 10px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-weight: 300;
}

.m-menu li{
  position: relative;
}

.m-menu li a br{
  display: none;
}

.m-menu ul > li.menu-item-has-children::before{
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url(../img/arrowLiWhit.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.m-menu .sub-menu{
  display: block;
  width: 320px;
  position: fixed;
  right: -320px;
  top: 100px;
  height: calc(100vh - 100px);
  background: #00245C;
  z-index: 22;
  padding: 40px 20px 40px 15px;
  text-align: right;
  transition: all 0.6s;
}

.m-menu .sub-menu.openSub{
  right: -10px;
}

.m-menu .rs{
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.m-menu .rs li::before{
  display: none;
}

.m-menu .rs li a{
  font-size: 10px;
  line-height: 18px;
  border-left: 1px solid #ffffff;
  padding: 0 7px;
}

.m-menu .rs li:first-child a{
  border: none;
}

.defaultPage .bloc{
  padding: 30px 0;
}

.header-page {
  height: 280px;
  position: relative;
}

.header-page .container-header{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-page .container-header::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00245c;
  opacity: 0.5;
  z-index: 2;
}

.header-page .container-header img{
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

.header-page .text-header{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  z-index: 3;
  text-transform: uppercase;
}

.ariane{
  width: 100%;
  height: 40px;
  background: #f2f4f7;
  display: flex;
  align-items: center;
  padding: 0 60px;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #00b295;
}

.ariane span{
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #646b72;
}

.content-page{
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.defaultPage > .content{
  position: relative;
  bottom: 70px;
  z-index: 4;
}

.content-page > .left{
  width: 70%;
  padding: 50px;
}

.content-page > .right{
  width: 30%;
  padding: 50px 30px 50px 0;
}

.sidebar-accordion{
  border: 1px solid #dbdee1;
  margin-bottom: 30px;
}

.sidebar .collapsible{
  padding: 15px 10px 5px 30px;
  cursor: pointer;
}

.sidebar .contentCollapse{
  padding: 0 10px 20px 30px;
}

.sidebar .accordion{
  border-bottom: 1px solid rgba(175, 182, 189, 0.45);
}

.sidebar .accordion:last-child{
  border: none;
}

.sidebar .collapsible::after{
  content: '';
  display: block;
  background-image: url('../img/arrowAccordeon.svg');
  width: 10px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 30px;
  opacity: 1;
  transition: all 0.3s;
}

.sidebar .collapsibleSidebar h2{
  margin-bottom: 10px;
}

.sidebar .collapsible.active::after{
  opacity: 0;
}

.sidebar-search{
  margin-bottom: 30px;
}

.sidebar-search .search-form{
  text-align: center;
}

.sidebar-search .searchinput{
  width: 275px;
  max-width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  background: #ffffff;
  border: 1px solid #FE2F1B;
  padding: 0 30px;
  position: relative;
}

.sidebar-search .searchinput::placeholder{
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #FE2F1B;
}

.sidebar-search .contain-btn{
  position: relative;
  display: inline-block;
}

.sidebar-search .contain-btn::after, .search-home .contain-btn::after{
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../img/loupeHome.svg');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: text;
}

.search-home .contain-btn::after{
  background-image: url('../img/loupeHome.svg');
}

.sidebar-agenda .agenda{
  height: 550px;
  background: #f2f4f7;
  padding: 25px 35px;
  overflow: hidden;
}

.sidebar-agenda .agenda .content{
  max-height: 320px;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  scrollbar-color: #00B295 #f2f4f7;
  scrollbar-width: thin;
  margin: 30px -15px 15px 0;
}

.sidebar-agenda .agenda .content::-webkit-scrollbar, .frontPage .agenda .content::-webkit-scrollbar,
.content-single .left::-webkit-scrollbar{
  width: 4px;
  height: 8px;
  background-color: #C5C9CE;
  border-radius: 4px;
}

.sidebar-agenda .agenda .content::-webkit-scrollbar-thumb, .frontPage .agenda .content::-webkit-scrollbar-thumb,
.content-single .left::-webkit-scrollbar-thumb{
  background-color: #00B295;
  border-radius: 4px;
  width: 2px;
}

.sidebar-agenda .agenda .bg{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 15%;
  background: linear-gradient(rgba(242, 244, 247, 0) 0%, #f2f4f7 100%);
  z-index: 2;
  pointer-events: none;
}

.sidebar-agenda .agenda .btn{
  margin-top: 10px;
}

.sidebar-actualites{
  background: #F2F4F7;
  padding: 30px;
  margin-bottom: 30px;
}

.sidebar-actualites h2{
  font-weight: bold;
}

.sidebar-actualites h2 span{
  font-weight: 300;
}

.defaultPage .intro-page h1{
  font-weight: bold;
}

.defaultPage .intro-page h1 span{
  font-weight: 300;
}

.defaultPage .intro-page .intro-text{
  margin-top: 40px;
}

.defaultPage .intro-thumbnail{
  height: 260px;
  overflow: hidden;
  position: relative;
}

.defaultPage .intro-thumbnail img{
  max-width: 100%;
  height: auto;
  width: 100%;
}

.separateur{
  width: 100%;
  height: 1px;
  background: #afb6bd;
}

.defaultPage .bloc-liensFichiers{
  padding: 30px 0 15px 0;
}

.bloc-texte + .bloc-liensFichiers{
  padding: 15px 0 15px 0;
}

.bloc-texteImage .bloc-texte + .bloc-liensFichiers{
  padding: 15px 0 15px 0;
}

.defaultPage .bloc-texte + .bloc-texte-fond{
  margin: 0 0 30px 0;
}

.defaultPage .bloc-texte + .bloc-deuxTextesFond{
  padding: 0 0 30px 0;
}

.defaultPage .bloc-texte-fond + .bloc-deuxTextes{
  padding: 0 0 30px 0;
}

.defaultPage .bloc-deuxTextes + .bloc-texte{
  padding: 0 0 30px 0;
}

.defaultPage .bloc-texte + .bloc-deuxTextes {
  padding: 0 0 30px 0;
}

.bloc-liensFichiers .blocLink{
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
}

.bloc-liensFichiersSmall .blocLink{
  width: 100%;
  margin: 15px 0 15px 0;
}

.bloc-liensFichiers .blocLink .left{
  width: calc(20% - 5px);
  background: #00B295;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  transition: all 0.3s;
  height: auto;
}

.bloc-liensFichiers .blocLink .right{
  width: calc(80% - 5px);
  background: #F2F4F7;
  min-height: 80px;
  padding: 10px;
  position: relative;
  right: 0;
  transition: all 0.3s;
  height: auto;
}

.bloc-liensFichiers .blocLink:hover .left{
  left: 5px;
}

.bloc-liensFichiers .blocLink:hover .right{
  right: 5px;
}

.bloc-liensFichiers .blocLink .right .title{
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #00245C;
  word-break: break-word;
}

.bloc-liensFichiers .blocLink .right .desc{
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #161D24;
  font-style: italic;
}

.bloc-liensFichiers .blocLink .right .more{
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #00b295;
  margin-top: 5px;
}

.defaultPage .bloc-texte a, .defaultPage .intro-page a{
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #00b295;
}

.bloc-texteImage{
  align-items: flex-start;
}

.bloc-texteImage.bloc-texteImageFond{
  align-items: inherit;
}

.bloc-texteImageFond .right img{
  display: block;
}

.bloc-texteImage .left{
  width: calc(50% - 15px);
}

.bloc-texteImage .right{
  width: calc(50% - 15px);
  display: flex;
}

.bloc-texteImage.gauche .left{
  order: 2;
}

.bloc-texteImage.gauche .right{
  order: 1;
}

.bloc-texteImage.gauche .bloc-liensFichiers .blocLink:hover .right {
  right: -5px;
}

.bloc-texteImage.gauche .bloc-liensFichiers .blocLink:hover .left {
  left: -5px;
}

.bloc-texteImage > .d-flex > .right{
  justify-content: center;
}

.bloc-texteImageFond .left{
  width: 50%;
  background: #F2F4F7;
  padding: 40px 40px 10px 40px;
}

.bloc-texteImageFond .right{
  width: 50%;
}

.bloc-texteImageFond .right img{
  width: 100%;
  height: 100%;
}

.bloc-texte + .bloc-bouton{
  padding: 10px 0 30px 0;
}

.defaultPage .bloc-bouton + .bloc-bouton{
  margin-top: -30px;
}

.defaultPage ul:not(.pagination){
  padding-left: 20px;
  padding-bottom: 10px;
}

.defaultPage ul:not(.pagination) li{
  font-size: 14px;
  line-height: 20px;
  color: #161D24;
  position: relative;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}

.defaultPage ul li em{
  color: #00b295;
  font-style: normal;
}

.defaultPage ul li:last-child{
  margin-bottom: 0;
}

.defaultPage ul:not(.pagination):not([class^="oa-"]) li::before, .header-menu .h-menu .menu .menu-item-has-children > .sub-menu li > .sub-menu li::before{
  content:'';
  display: block;
  width: 5px;
  height: 8px;
  background-image: url('../img/arrowLi.svg');
  background-size: cover;
  position: absolute;
  left: -10px;
  top: 5px;
}

.defaultPage .bloc-texte-fond.green ul li::before{
  background-image: url('../img/arrowLiWhit.svg');
}

.defaultPage .bloc-titre{
  padding: 30px 0 0 0;
}

.defaultPage .bloc-titre + .bloc-deuxTextes{
  padding: 0 0 0 0;
}

.defaultPage .bloc-titre + .bloc-deuxTextes + .separateur {
  margin-top: 30px;
}

.defaultPage .bloc-deuxTextesFond > .d-flex > .right{
  padding: 40px 40px 25px 40px;
}

.defaultPage .bloc-deuxTextesFond .right p, .defaultPage .bloc-deuxTextesFond .right a, .defaultPage .bloc-deuxTextesFond .right h2,
.defaultPage .bloc-deuxTextesFond .right h3, .defaultPage .bloc-deuxTextesFond .right ul li{
  color: #ffffff;
}

.bloc-texteImage + .bloc-texte{
  padding: 0 0 30px 0;
}

.bloc-pages .pages{
  margin-bottom: 55px;
}

.bloc-pages .pages:last-child{
  margin-bottom: 0;
}

.bloc-pages .pages .list{
  margin: 0 -5px;
}

.bloc-pages .aPage{
  width: calc(33.33% - 10px);
  margin: 5px;
  min-height: 100px;
}

.bloc-pages .aPage .left{
  background: #00B295;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.bloc-pages .aPage .left img{
  height: auto;
  max-height: 40px;
}

.bloc-pages .aPage .right{
  background: #F2F4F7;
  width: 70%;
  padding: 20px;
  display: flex;
  align-items: center;
}

.bloc-pages .aPage .right .title{
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #161d24;
}

.defaultPage .bloc-texte + .bloc-fiches{
  padding: 0 0 30px 0;
}

.page-id-200 .bloc-fiches{
  border-top: 1px solid #afb6bd;
}

.bloc-fiches .fiche{
  width: calc(50% - 15px);
  background: #F2F4F7;
}

.bloc-fiches .fiche .head{
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  height: 60px;
  background: #00245c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloc-fiches .content{
  background: #F2F4F7;
  padding: 30px 30px 15px 30px;
}

.bloc-fiches .content p,
.bloc-fiches .content h2,
.bloc-fiches .content h3,
.bloc-fiches .content ul li{
  color: #00245c;
}

.bloc-accordeon .row-accordeon .collapsibleFlex{
  height: 60px;
  background: transparent;
  border: 1px solid #00b295;
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #00b295;
  cursor: pointer;
}

.bloc-accordeon .row-accordeon .collapsibleFlex{
  border-bottom: none;
  transition: all 0.2s;
  position: relative;
}

.bloc-accordeon .row-accordeon:last-child .collapsibleFlex{
  border-bottom: 1px solid #00b295;
}

.bloc-accordeon .row-accordeon .collapsibleFlex.active{
  background: #00B295;
  color: #ffffff;
}

.bloc-accordeon .row-accordeon .contentCollapseFlex{
  padding: 20px;
  background: #ffffff;
  border-left: 1px solid #00b295;
  border-right: 1px solid #00b295;
}

.bloc-accordeon .row-accordeon:first-child .contentCollapseFlex{
  display: block;
}

.bloc-accordeon .row-accordeon:last-child .contentCollapseFlex{
  border-bottom: 1px solid #00b295;
}

.bloc-accordeon .row-accordeon .contentCollapseFlex{
  display: none;
}

.collapsibleFlex .st0{
  fill:none;
  stroke:#00B295;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition: all 0.3s;
}

.collapsibleFlex.active .st0{
  stroke:#ffffff;
}

.collapsibleFlex svg{
  width: 8px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.collapsibleFlex.active svg{
  transform: rotate(90deg);
  transform-origin: 80% 40%;
}

.defaultPage .bloc-texte-fond{
  padding: 20px 20px 5px 20px;
  margin: 30px 0;
}

.defaultPage .bloc-texte-fond p, .defaultPage .bloc-texte-fond a, .defaultPage .bloc-texte-fond ul li, .defaultPage .bloc-texte-fond h2, .defaultPage .bloc-texte-fond h3{
  color: #ffffff;
}

.defaultPage .bloc-texte-fond.grey p, .defaultPage .bloc-texte-fond.grey a, .defaultPage .bloc-texte-fond.grey ul li, .defaultPage .bloc-texte-fond.grey h2, .defaultPage .bloc-texte-fond.grey h3{
  color: #161d24;
}

.defaultPage .bloc-texte-fond.grey{
  background: #F2F4F7;
}

.defaultPage .bloc-texte-fond.blue{
  background: #00245C ;
}

.defaultPage .bloc-texte-fond.green{
  background: #00B295;
}

.defaultPage .bloc-texte-fond a{
  text-decoration: underline;
}

.bloc-deuxTextes .left, .bloc-deuxTextes .right{
  width: calc(50% - 15px);
}

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

.defaultPage .content-page .left img{
  min-width: 100%;
}

.defaultPage .content-page .left #intramuros_news img, .defaultPage .content-page .left #intramuros_events img {
  min-width: auto;
}

.defaultPage .content-page .left .bloc-liensFichiers img{
  min-width:auto;
}

.defaultPage .content-page .left .bloc-logoTexte img{
  min-width:auto;
}

.bloc-photos h2{
  margin-bottom: 10px;
}

.bloc-photos .photos{
  margin: 15px -15px 0 -15px;
}

.bloc-photos .photo{
  display: block;
  width: calc(33% - 30px);
  height: 170px;
  overflow: hidden;
  margin: 0 15px 15px 15px;
  position: relative;
}

.singleAgenda .bloc-photos .photo {
  width: calc(50% - 30px);
  height: 270px;
}

.bloc-photos .photo img{
  max-width: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bloc-sousPages .child{
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border: 1px solid #00B295;
  display: block;
}

.bloc-sousPages .child .head{
  height: 160px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bloc-sousPages .child .head img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 440px;
  height: auto;
}

.bloc-sousPages .child .content{
  padding: 30px;
}

.bloc-sousPages .child .content .separateur{
  margin-bottom: 15px;
}

.defaultPage .contentCollapseSidebar ul {
  padding: 10px 10px 10px 10px;
}

.defaultPage .contentCollapseSidebar ul li{
  left: 0;
}

.list-elus{
  margin-bottom: 30px;
}

.list-elus:last-child{
  margin-bottom: 0;
}

.elu{
  width: calc(50% - 10px);
  height: 190px;
  border: 1px solid #00b295;
  overflow: hidden;
  margin-bottom: 20px;
}

.elu .container-img{
  width: 33.33%;
}

.elu .content{
  padding: 30px;
  width: 66.66%;
}

.elu .content p{
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #00245c;
}

.bloc-formulaire{
  padding: 30px 0 0 0;
}

.bloc-texte + .bloc-formulaire{
  padding: 15px 0 0 0;
}

.form .col{
  margin-bottom: 20px;
}

.form .col:last-child{
  margin-bottom: 0;
}

.form .col-1{
  width: 100%;
}

.form .col-2{
  width: calc(50% - 10px);
}

.form .col-3{
  width: calc(33.3333% - 10px);
}

.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=number],
.form input[type=date], .gj-textbox-md, .page-login input[type=text], .page-login input[type=password]{
  width: 100%;
  background: #f2f4f7;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}

.gj-textbox-md, .page-login input[type=text], .page-login input[type=password]{
  width: 360px;
  margin-top: 10px;
}

.gj-datepicker-md [role=right-icon] {
  right: 10px;
  top: 9px;
}

.form input::placeholder, label{
  color: #00245c;
  font-family: 'Roboto', sans-serif;
}

.form textarea{
  width: 100%;
  background: #f2f4f7;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 110px;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
}

.form textarea::placeholder{
  color: #00245c;
  font-family: 'Roboto', sans-serif;
}

.form .bloc{
  padding: 30px 0 10px 0;
}

.form .first-bloc{
  padding: 0 0 10px 0;
}

.form .contain-select .wpcf7-form-control-wrap{
  display: inline-block;
  height: 40px;
  background: #f2f4f7;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0 35px 0 15px;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  background: #f2f4f7;
}

.form .contain-select .wpcf7-form-control-wrap::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #444;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}

.wpcf7-radio{

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 2px solid #00245c;
  color: #00245c;
}

.bloc-deux-images .container-img{
  width: calc(50% - 15px);
}

.bloc-texte + .bloc-image{
  padding: 0 0 30px 0;
}

.defaultPage .bloc-liensFichiers + .bloc-liensFichiers{
  padding: 0;
}

.defaultPage.comptesRendusPage .cr{
  border: 1px solid #00b295;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.defaultPage.comptesRendusPage .cr h2{
  width: 100%;
}

.filter{
  margin-bottom: 30px;
}

.searchSelect{
  padding: 5px 55px 5px 20px;
  margin: 0 20px 20px 0;
  height: 40px;
  border: none;
  background: #f2f4f7;
  border-radius: 2px;
  font-size: 16px;
  color: #00245c;
  font-family: 'Roboto', sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-select.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.searchTitle{
  padding: 5px 55px 5px 20px;
  margin: 0 auto 20px auto;
  height: 40px;
  border: none;
  background: #f2f4f7;
  border-radius: 2px;
  font-size: 16px;
  color: #00245c;
  font-family: 'Roboto', sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.searchTitle::placeholder{
  color: #00245c;
}

.bloc-logoTexte .left{
  width: calc(10% - 10px);
  margin-right: 10px;
}

.bloc-logoTexte .right{
  width: calc(90% - 10px);
  margin-left: 10px;
}

.defaultPage .bloc-logoTexte{
  padding: 0;
}

.bloc-texte + .bloc-table{
  padding: 0 0 30px 0;
}

.bloc-table{
  overflow-x: auto;
}

.bloc-table thead{
  text-align: left;
}

.bloc-table table{
  border-collapse: collapse;
  width: 100%;
}

.bloc-table tr{
  border-top: 1px solid #00B295;
  border-bottom: 1px solid #00B295;
  padding: 0 5px;
}

.bloc-table th, .bloc-table td{
  padding: 8px 10px;
  border-right: 1px solid #00B295;
  font-size: 13px;
  color: #161D24;
}

.bloc-table th:first-child, .bloc-table td:first-child{
  border-left: 1px solid #00B295;
}

.bloc-table th{
  color: #00B295;
  font-size: 16px;
  font-weight: normal;
}

.ariane{
  color: #FE2F1B;
}

.archiveActus .actu{
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}

.archiveActus .home-otherActus{
  margin: 0 -15px;
}

.singleAgenda .entete{
  padding: 30px 0;
}

.singleAgenda .entete .left, .singleAgenda .entete .right{
  width: calc(50% - 15px);
}

.infosEvent{
  background: #f2f4f7;
  height: 100%;
}

.topEvent{
  background: #00245C;
  padding: 15px 20px;
}

.topEvent h2{
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.contentEvent{
  padding: 25px 20px;
}

.contentEvent h3{
  margin-bottom: 0;
}

.contentEvent .separateur + h3{
  margin-top: 15px;
}

.archiveAgenda .actuAgenda{
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  min-height: 250px;
  display: flex;
  border-top: 3px solid #00B295;
}

.archiveAgenda .actuAgenda .container-img, .oa-event-list .oa-list-item .container-img {
  height: 100%;
  width: 25%;
  background:#F0F0F0;
}

.archiveAgenda .actuAgenda .container-img img, .oa-event-list .oa-list-item .container-img img {
  width: auto;
  max-width:none;
}

.oa-event-list .oa-list-item .container-img {
  height: 300px;
}

.oa-event-list .oa-list-item .container-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.archiveAgenda .actuAgenda .content-actu, .oa-event-list .oa-list-item .content-actu {
  width: 75%;
  border-top: none;
}

.archiveAgenda .actuAgenda .date, .oa-event-list .oa-list-item .date {
  margin-bottom: 20px;
}

.singleAgenda .extrait, .singleIncontournable .extrait{
  margin-top: 40px;
}

.singleAgenda .extrait p, .singleIncontournable .extrait p{
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
}

.singleAgenda .extrait h2{
  margin: 0;
}

.alerteInfo h2{
  font-size: 20px;
  margin: 10px 0 0 0;
}

.association, .professionnel{
  width: calc(50% - 15px);
  border-top: 3px solid #00b295;
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background: #fff;
  padding: 25px 20px 35px 20px;
  position: relative;
  margin-bottom: 30px;
  background: #f2f4f7;
}

.professionnel{
  border-top: 3px solid #00245C;
}

.association:hover, .professionnel:hover{
  box-shadow: 2px 10px 15px rgb(0 0 0 / 15%);
}

.association h2, .professionnel h2{
  font-size: 18px;
  line-height: 24px;
}

.professionnel h3{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.professionnel .separateur{
  margin-bottom: 20px;
}

.content-singlePro{
  min-width: 380px;
}

.association .link, .professionnel .link{
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.content-single{
  overflow: hidden;
  max-width: 1024px;
  margin: auto;
  padding: 0;
  width: 100%;
}

.singleAssociations .content-single{
  max-width: auto;
  overflow: auto;
}

.content-single .left{
  width: 60%;
  padding: 20px;
  max-height: 580px;
  overflow: auto;
  background-image: url(../img/Trame-Fond.jpg);
  background-repeat: repeat;
}

.singleAssociations .content-single .left{
  max-height:none;
}

.content-single .right{
  width: 40%;
}

.content-single .right .logo{
  width: 100%;
  height: 40%;
}

.content-single .right .infos{
  width: 100%;
  height: 60%;
  padding: 20px;
  background: #00245C;
}

.content-single .right .infos h2,
.content-single .right .infos h3,
.content-single .right .infos p,
.content-single .right .infos ul li,
.content-single .right .infos a{
  color: #ffffff;
}

.content-single .encart{
  background: #00b295;
  padding: 20px;
  margin-bottom: 15px;
}

.content-single .encart p {
  color: #ffffff;
  padding: 0;
}

.content-single .right .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #ffffff;
}

.content-single .right .logo img{
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}

.asso-desc p, .asso-desc ul li, .asso-desc a{
  font-size: 13px;
  line-height: 18px;
}

.page-numbers{
  display: flex;
  justify-content: center;
}

ul.page-numbers li::before{
  display: none;
}

.page-numbers span{
  padding: 5px 10px;
  background: #f2f4f7;
  margin: 0 5px;
}

.page-numbers li a{
  padding: 5px 10px;
  background: #00b295;
  color: #ffffff;
  margin: 0 5px;
}

.swiper-container{
  width: calc(75% - 15px);
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.my-flipster{
  width: calc(75% - 15px);
}

.flipster-container{
  right: 100px;
}

.flipster-container .flipster__item--current .flipster__item__content{
  box-shadow: 7px 3px 15px rgba(0, 0, 0, 0.6);
}

.flipster-container .flipster__item--future .flipster__item__content{
  opacity: 0.9;
  box-shadow: 13px 3px 10px rgba(0, 0, 0, 0.4);
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster__button{
  opacity: 0.7;
}

.flipster__button svg {
  width: 25px;
  stroke: #FFF;
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
}

.all-bulletins{
  margin: 0 -15px;
}

.bulletin{
  width: calc(33.33% - 30px);
  display: block;
}

.bulletin .title{
  margin-top: 5px;
  font-size: 16px;
  color: #00245C;
}

.all-bulletins .bulletin{
  margin: 0 15px 60px 15px;
}

.defaultPage .content-page .bulletin img{
  min-width: auto;
}

.partenaire{
  width: calc(50% - 10px);
  border: 1px solid #00b295;
  overflow: hidden;
  margin-bottom: 20px;
}

.partenaire .content{
  padding: 15px;
}

.partenaire .container-img{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0 0 0;
}

.defaultPage .content-page .left .partenaire img{
  min-width: auto;
  width: auto;
  height: auto;
  max-width: 75%;
}

.partenaire h3{
  font-size: 16px;
  line-height: 22px;
}

.page-id-1290 .bloc-photos .photo img{
  max-width: 100%;
}

.page-id-1290 .bloc-photos .photo{
  height: 260px;
  width: calc(50% - 30px);
}

.filter-pro input.btn{
  cursor: pointer;
  width: 180px;
  margin: auto;
}

.submitPro{
  margin-top: 20px;
}

.itemsearch {
  margin-top: 25px;
  display: block;
}

.side-actu{
  display: block;
  margin-bottom: 10px;
  color: #161d24;
  position: relative;
  left: 20px;
  font-size: 13px;
  line-height: 16px;
  transition: all 0.3s;
}

#mainPage .defaultPage .side-actu:hover{
  color: #00B295;
}

.side-actu::before{
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url(../img/arrowLi.svg);
  background-size: cover;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.date-from label, .date-to label{
  margin-bottom: 10px;
  display: block;
}

#mainPage .defaultThumb{
  width: auto;
  min-width: auto;
  max-width: 70%;
  opacity: 0.5;
  filter: contrast(0);
}

.patrimoine .st1,
.patrimoine .st2{
   cursor: pointer;
}

.patrimoine .etape{
    position: relative;
}

.patrimoine .etape .tooltip{
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.patrimoine .etape.hover .tooltip{
    display: block;
    opacity: 1;
}

.patrimoine .etape .tooltip-txt{
    fill: #FFF;
    font-weight: bold;
}

.patrimoine .etape.hover .st1,
.patrimoine .etape:hover .st1{
    fill: #00b295;
}

.depart{
  padding-top: 35px;
}

.depart h2{
  margin-bottom: 0;
}

.legende {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.legende .legende-etape{
  display: flex;
  padding: 10px;
  border: solid 1px #00b295;
  width: calc(25% - 10px);
  margin: 5px;
  
}

.legende .legende-etape .num{
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background: #00245c;
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s;
}

.legende .legende-etape .info{
  margin-left: 10px;
  color: #00245c;
  transition: all 0.3s;
  width: calc(100% - 35px);
}

.legende .legende-etape .info strong{
  min-height: 28px;
  display: inline-block;
}

.legende .legende-etape .info span{
  color: #00b295;
  font-size: 11px;
}

.legende .legende-etape:hover .num{
  background: #00b295;
}

.legende .legende-etape:hover .info{
  color: #00b295;
}

.singleRecueils .inRecueils .bloc-liensFichiers{
  padding: 0 0 15px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00B295;
}

.wpcf7 form .wpcf7-response-output{
  color: #00245C;
}

.page-login{
  padding: 60px;
}

.login-username label, .login-password label{
  display: block;
}

.contain-btn .btn-search{
  background: transparent;
  border: none;
  position: absolute;
  right: 26px;
  top: 13px;
  cursor: pointer;
  z-index: 3;
  padding: 5px 14px;
}

.frontPage .contain-btn .btn-search{
  right: 15px;
  top: 0px;
}

.singleAgenda .content-page .btn{
  width: auto;
  display: inline-block;
  padding: 15px;
  height: auto;
}


.mobile-slider .container-img{
  height: 200px;
}

.mobile-slider .content-actu{
  padding: 20px;
}

.mobile-slider .actu{
  box-shadow: none;
  margin-bottom: 0;
}

.homeNews{
  margin-bottom: 30px;
}

.grecaptcha-badge{
  visibility: hidden;
}

.association{
  word-break: break-word;
}

.white{
  color: #ffffff;
}
.darkblue{
  color: #00245C;
}
.green{
  color: #00B295;
}
.gery{
  color: #F2F4F7;
}

.bloc-slogan {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 3;
    margin: 0 10px;
}

.bloc-slogan .slogan{
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  background: #00b295CC;
  box-shadow: 10px 0 0 #00b295CC, -10px 0 0 #00b295CC;
  color: #FFF;
  padding: 5px 0px;
  box-decoration-break: clone;
  margin-left: 10px;
  max-width: calc(100% - 80px);
}

.bloc-slogan .btn-style{
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  background: #FFFFFF;
  color: #00b295;
  padding: 5px 30px;
    margin-top: 10px;
    border-radius: 20px;
}

.page-id-386 .blocLink:nth-child(1){
  order: 4;
}
.page-id-386 .blocLink:nth-child(2){
  order: 5;
}
.page-id-386 .blocLink:nth-child(3){
  order: 6;
}
.page-id-386 .blocLink:nth-child(4){
  order: 7;
}
.page-id-386 .blocLink:nth-child(5){
  order: 8;
}
.page-id-386 .blocLink:nth-child(6){
  order: 2;
}
.page-id-386 .blocLink:nth-child(7){
  order: 9;
}
.page-id-386 .blocLink:nth-child(8){
  order: 1;
}
.page-id-386 .blocLink:nth-child(9){
  order: 3;
}

.bloc-2-1{
  width: 100%;
  order: 3;
  margin-top: 40px;
}

.bloc-2-1 h2{
  color: #00245C;
}

.bloc-2-1 .actu{
  width: calc(33.33% - 20px);
}

.featuredPosts{
  margin: 0 -10px;
}

.featuredPosts .actu{
  margin: 0 10px;
}

.featuredPosts .actu .container-img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.featuredPosts .actu .container-img img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

div.featuredPosts .actu h3 {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #161d24;
}

.featuredPosts .actu .content-actu, .alaune-slider .actu .content-actu {
  padding: 20px 15px;
}

.alaune-slider .actu {
  box-shadow: none;
  margin-bottom: 0;
}

.bloc-3{
  order: 4;
}

.bloc-4{
  order: 5;
}

.alaune-slider .container-img {
  height: 280px;
}

#intramuros_news ul.pagination > .active > a, #intramuros_events ul.pagination > .active > a {
  background-color: #00B295;
  border-color: #00B295;
  color: #fff;
}

#intramuros_news ul.pagination > li > a, #intramuros_news ul.pagination > li > span, #intramuros_events ul.pagination > li > a, #intramuros_events ul.pagination > li > span {
  color: #00245C;
}

@media screen and (min-width: 2048px){

  .home-content {
      bottom: 150px;
      margin-bottom: -100px;
  }


  .header-page {
      height: 430px;
  }

}

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

  .home-slider .container-img {
      height: 600px;
  }

}

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

  .featuredPosts .actu .container-img {
    height: 235px;
  }

  .header-logo img{
      width: 210px;
      height: auto;
  }

  .home-slider .container-img {
      height: auto;
  }

  .home-slider .container-img img {
      position: inherit;
      transform: none;
      left: 0;
      top: 0;
  }

  .h-menu ul li a {
      font-size: 14px;
      line-height: 15px;
  }

  h1, .frontPage h2 {
      font-size: 40px;
      line-height: 48px;
  }

  h2, .frontPage .content-header h2, .frontPage .actu h3 {
      font-size: 22px;
      line-height: 28px;
  }

  .bloc-1{
      padding: 35px;
  }

  .btn-mairie img{
      height: auto;
      width: 22px;
  }

  .bloc-1 > div {
      width: calc(33.33% - 30px);
  }

  .bloc-2 .bottom h2 {
      font-size: 16px;
      line-height: 22px;
  }

  .bloc-2 .bottom {
      padding: 20px;
  }

  .bloc-2 .top {
      padding: 20px;
  }

  .defaultPage .clic img {
      max-width: 26px;
  }

  .defaultPage .service img {
      max-width: 35px;
  }

  .clic .text{
      font-size: 11px;
      line-height: 13px;
  }

  .agenda {
      padding: 25px 30px;
  }

  .agenda .month {
      font-size: 15px;
      line-height: 18px;
  }

  .agendaLeft, .agendaRight {
      width: 25px;
      height: 25px;
  }

  .home-encarts h3 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px;
  }

  .first-actu .content-actu {
      padding: 30px;
  }

  .first-actu .category {
      left: 30px;
  }

  .useful .item .picto img {
      height: 40px;
  }

  .useful .item .text {
      font-size: 16px;
      line-height: 16px;
  }

  .top-footer {
      padding: 60px 0;
  }

  .tenlogo {
      right: 0;
  }

  .actu .content-actu p {
      font-size: 13px;
  }

  .bloc-6{
      width: calc(70% - 15px);
      margin-bottom: 15px;
  }

  .bloc-7{
      width: calc(30% - 15px);
      margin-bottom: 15px;
  }

  .bloc-8 {
      width: calc(30% - 15px);
      margin-top: 15px;
  }

  .bloc-9 {
      width: calc(70% - 15px);
      margin-top: 15px;
  }
  
  .defaultPage .intro-thumbnail {
      height: 200px;
  }

  .bloc-liensFichiers .blocLink .left {
      width: calc(25% - 5px);
  }

  .bloc-liensFichiers .blocLink .right {
      width: calc(75% - 5px);
  }

  .bloc-liensFichiers .blocLink .right .title {
      font-size: 13px;
  }

  .bloc-pages .aPage {
      width: calc(50% - 10px);
  }

  .bloc-sousPages .child .content {
      padding: 25px 20px;
  }

  .bloc-texteImageFond .left {
      padding: 30px;
  }

  .sidebar .contentCollapse {
      padding: 0 10px 20px 15px;
  }

  .home-encarts {
      padding: 50px 0 90px 0;
  }

  .elu .content {
      padding: 20px;
  }

  .elu {
      width: 80%;
  }

  .tenlogo {
      right: -50px;
  }

}

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

  .featuredPosts .actu .container-img {
    height: 170px;
  }

  .mobile-slider{
      display: block;
  }

  a[href^="tel"]{
      text-decoration:underline;
  }
  
  #mainContainer::before{
      content: '';
      display: block;
      background: rgba(0,0,0,0.6);
      width: 100%;
      height: 100%;
      z-index: 20;
      opacity: 0;
      transition: all 0.5s;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
  }

  .agenda .content{
      max-height: fit-content;
  }

  .bloc-slogan .slogan {
      font-size: 24px;
      line-height: 30px;
  }

  .h-menu{
      display: none;
  }

  .header-menu {
      height: 90px;
  }

  .header-logo img {
      width: 180px;
  }

  .top-header h1, .top-header li a {
      font-size: 10px;
      line-height: 18px;
  }

  .bloc-1, .bloc-2{
      width: 100%;
  }

  .bloc-1 {
      padding: 25px;
  }

  .bloc-2{
      display: flex;
  }

  .home-encarts h3 {
      font-size: 22px;
      line-height: 26px;
  }

  .bloc-7 .img {
      bottom: 0;
  }

  .bloc-7 .btn{
      margin-top: 20px;
  }

  .top-header h1, .top-header .rs{
      display: none;
  }

  .top-header .container > .d-flex{
      justify-content: flex-end;
  }

  .useful a{
      width: calc(33% - 15px);
      margin-bottom: 30px;
  }

  .top-footer{
      padding: 40px 0 10px;
  }

  .middle-footer {
      padding: 40px 0 25px 0;
  }

  .bloc-2 .top{
      height: auto;
  }
    
  .bloc-2 .bottom{
      height: auto;
  }

  .bloc-3, .bloc-4{
      width: 100%;
  }

  .row-agenda{
      position: absolute;
      right: 30px;
      top: 30px;
  }

  .agenda .month {
      margin: 0 10px;
  }

  .agenda .btn {
      width: 250px;
  }
  
  .middle-footer .logo {
      width: 100%;
      margin-bottom: 30px;
  }

  .middle-footer .infos > div{
      width: calc(33.33% - 30px);
  }

  .header-menu .d-flex.h-100{
      align-items: center;
  }

  .content-page > .left{
      width: 100%;
      padding: 15px;
  }

  .content-page > .right{
      width: 100%;
      padding: 15px;
  }

  .ariane{
      padding: 0 15px;
  }

  .sidebar-search .searchinput{
      width: 100%;
  }

  .agenda .year{
      margin-right: 8px;
  }

  .bloc-6 {
      width: 100%;
      margin-bottom: 15px;
  }

  .bloc-9{
      width: 100%;
      height: 280px;
  }

  .bloc-8, .bloc-7{
      width: calc(50% - 15px);
      margin-top: 0;
      margin-bottom: 0;
  }

  .flipster__button--prev {
      left: -30px;
  }

  .home-encarts {
      padding: 40px 0 40px 0;
  }

  .search-home {
      width: 250px;
  }

  .clic img {
      width: 24px;
  }

  .clic:nth-child(2) img {
      width: 22px;
  }

  .services .service img{
      width: 30px;
      height: auto;
  }

  .btn-menu{
      display: block;
  }

  .elu {
      width: calc(50% - 10px);
      height: 170px;
  }

  .elu .content {
      padding: 15px;
  }

  .elu h3 {
      margin-bottom: 5px;
  }

  .bloc-sousPages .child {
      width: 100%;
  }

  .defaultPage .bloc-liensFichiers {
      padding: 15px 0 0 0;
  }

  .sidebar-search {
      display: none;
  }
  
}

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

  .bloc-2-1{
    order: 1;
    background: #ffffff;
    padding: 15px 15px 0 15px;
  }

  .bloc-3{
    order: 2;
  }

  .bloc-2{
    order: 3;
  }

  .bloc-2-1 .featuredPosts{
    display: block;
  }

  .bloc-2-1 .actu {
    width: calc(100% - 20px);
  }

  .homeNews{
      margin-bottom: 15px;
  }

  .bloc-slogan .slogan{
      margin-left: 0;
  }

  .content-page > .right::before{
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #afb6bd;
      position: relative;
      bottom: 20px;
  }

  .encart-header{
      display: none;
  }

  h1, .frontPage h2 {
      font-size: 28px;
      line-height: 36px;
  }

  h2, .frontPage .content-header h2, .frontPage .actu h3 {
      font-size: 20px;
      line-height: 26px;
  }

  .frontPage .bloc-2 h2 {
      font-size: 20px;
      line-height: 28px;
  }

  .encart-header{
      top: 0;
  }

  .bloc-3{
      order: 1;
      background: #ffffff;
      padding: 15px 15px 65px 15px;
      position: relative;
  }
  
  .bloc-4{
      order: 3;
  }

  .bloc-1{
      order: 4;
  }

  .bloc-3 .home-otherActus{
      display: block;
  }

  .bloc-3 .home-otherActus .actu {
    width: 100%;
  }

  .first-actu .container-img {
      height: 150px;
  }

  .bloc-1 > div{
      width: 100%;
  }

  .bloc-3 .btn{
      position: absolute;
      bottom: 20px;
      left: 15px;
  }

  .first-actu .content-actu {
      padding: 20px;
  }

  .first-actu .category {
      left: 20px;
  }

  .bloc-2 .bottom {
      display: none;
  }

  .bloc-2 .top{
      width: 100%;
  }

  .row-agenda {
      right: 0;
      top: 35px;
  }

  .agenda {
      padding: 25px 20px;
  }

  .en1clic .contentCollapse{
      display: flex;
  }

  .bloc-6, .bloc-7, .bloc-8, .bloc-9{
      width: 100%;
  }

  .contentCollapse{
      display: none;
      padding-bottom: 20px;
  }

  .accordion{
      border-bottom: 1px solid rgba(175, 182, 189, 0.45);
      margin-bottom: 20px;
  }

  .sidebar-accordion .accordion{
      margin-bottom: 0;
  }

  .sidebar-agenda .agenda .content {
      max-height: fit-content;
  }

  .sidebar-agenda .agenda {
      height: auto;
  }

  .frontPage .collapsible{
      pointer-events: visible;
  }

  .collapsible::after{
      content: '';
      display: block;
      background-image: url('../img/arrowAccordeon.svg');
      width: 10px;
      height: 7px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      opacity: 1;
      transition: all 0.3s;
  }

  .collapsible.active::after{
      opacity: 0;
  }

  .bloc-7 .btn {
      margin-top: 0;
  }

  .bloc-7 .img {
      justify-content: center;
      bottom: 30px;
  }

  .bloc-7 img{
      width: 200px;
  }

  .bloc-9 {
      height: 200px;
  }

  .useful {
      padding: 0;
  }

  .useful .item .text {
      font-size: 14px;
      line-height: 16px;
  }

  .useful .item .picto img {
      height: 30px;
  }

  .middle-footer .infos > div {
      width: calc(50% - 15px);
  }

  .middle-footer .infos div.infos-3{
      width: 100%;
  }

  .bottom-footer .left a{
      margin-bottom: 10px;
      display: inline-block;
      margin-right: 15px;
  }

  .header-logo img {
      width: 120px;
  }

  .header-menu {
      height: 70px;
  }

  .m-menu {
      top: 100px;
      height: calc(100vh - 100px);
  }

  .top-header li a {
      font-size: 9px;
      line-height: 18px;
  }

  .top-header {
      height: 30px;
  }

  .header-page {
      height: 160px;
  }

  .defaultPage > .content {
      bottom: 30px;
  }

  .header-page .text-header {
      font-size: 22px;
      line-height: 28px;
      width: calc(100% - 40px);
  }

  .defaultPage .intro-thumbnail {
      height: auto;
  }

  .defaultPage h2 {
      margin-bottom: 15px;
  }

  .defaultPage p{
      text-align: justify;
  }

  .bloc-texteImageFond .left {
      width: 100%;
      padding: 20px 20px 20px 20px;
  }

  .bloc-texteImageFond .right {
      width: 100%;
  }

  .bloc-fiches .content {
      padding: 20px 20px 5px 20px;
  }

  .defaultPage .bloc {
      padding: 15px 0;
  }

  .defaultPage .bloc-texte-fond{
      padding: 15px 20px 5px 20px;
  }

  .bloc-deuxTextes .left, .bloc-deuxTextes .right {
      width: 100%;
  }
  
  .defaultPage .bloc-titre + .bloc-deuxTextes {
      padding: 0 0 15px 0;
  }

  .bloc-deuxTextesFond .right{
      margin-top: 15px;
  }

  .defaultPage .bloc-deuxTextesFond > .d-flex > .right {
      padding: 15px 20px 5px 20px;
  }

  .bloc-texteImage.gauche > .d-flex > .left {
      margin-top: 15px;
  }

  .bloc-texteImage.droite > .d-flex > .left {
      margin-bottom: 15px;
  }

  .bloc-logoTexte .left{
      width: calc(25% - 10px);
  }

  .bloc-logoTexte .right{
      width: calc(75% - 10px);
  }

  .bloc-fiches .fiche {
      width: 100%;
      margin-bottom: 20px;
  }

  .bloc-fiches .fiche:last-child{
      margin-bottom: 0;
  }

  .bloc-photos .photo {
      width: calc(50% - 7px);
  }

  .page-id-1290 .bloc-photos .photo {
      width: 100%;
  }

  .row-agenda {
      right: 20px;
      top: 25px;
  }

  .bloc-liensFichiers .blocLink {
      width: 100%;
      margin: 0 0 20px 0;
  }

  .bloc-texteImage .left, .bloc-texteImage .right {
      width: 100%;
  }

  .defaultPage ul:not(.pagination) {
      padding-left: 0;
  }

  .bloc-6 .content {
      width: 100%;
  }

  .my-flipster {
      width: 100%;
      margin-top: 30px;
  }

  .bloc-6 .content{
      flex-direction: row;
  }

  .bloc-6 .content > div{
      width: calc(50% - 5px);
  }

  .bloc-7{
      margin-bottom: 15px;
  }

  .flipster-container {
      right: 50px;
  }

  .bloc-3, .bloc-4{
      margin-bottom: 15px;
  }

  .bloc-4{
      margin-top: 15px;
  }

  .search-home {
      display: none;
  }

  .defaultPage .content > .container{
      padding: 0;
  }

  .elu {
      width: 100%;
  }

  .defaultPage.comptesRendusPage .cr {
      padding: 20px 20px 5px 20px;
  }

  .all-cr .cr h2 {
      font-size: 18px;
      line-height: 24px;
  }

  .bloc-pages .aPage .left img {
      max-height: 30px;
  }

  .bloc-pages .pages {
      margin-bottom: 30px;
  }

  .bloc-pages .aPage .right {
      padding: 15px;
  }
  
  .archiveActus div.home-otherActus .actu h3 {
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      display: block;
      overflow: hidden;
  }

  .defaultPage .bloc-texte-fond {
      margin: 15px 0;
  }

  .legende .legende-etape {
      width: calc(50% - 10px);
  }
  
  .bloc-slogan{
      top: 30px;
  }
  
  .bloc-slogan .slogan{
    display: inline;
    font-size:20px;
    line-height: 34px;
  }

  .bloc-slogan .btn-style{
    font-size: 16px;
    line-height: 25px;
  }

  .home-content {
      bottom: 30px;
  }

  .tenlogo {
      right: 0px;
      bottom: -85px;
      right: 65px;
  }

  .middle-footer .label .text {
      max-width: 80%;
  }

  .archiveAgenda .actuAgenda .content-actu {
      width: 60%;
  }

  .archiveAgenda .actuAgenda .container-img {
      width: 40%;
  }

  .singleAgenda .entete .left, .singleAgenda .entete .right {
      width: 100%;
  }

  .defaultPage .bloc-bouton + .bloc-bouton {
      margin-top: -15px;
  }

  .content-single .left {
      width: 100%;
      max-height: fit-content;
      overflow: inherit;
  }

  .content-single .right {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
  }

  .content-single .right .infos {
      height: auto;
  }

  .content-single .right .logo{
      padding: 15px;
  }

  .contentSingleAssos .contain-assos{
      display: block;
  }

  .content-single .right .logo img {
      max-height: 200px;
  }

  .contain-assos .right .infos{
      order: 1;
  }

  .contain-assos .right .logo{
      order: 2;
  }

  .alaune-slider .container-img img{
    width: 100%;
  }
}

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

  .partenaire {
      width: 100%;
      border: 1px solid #00b295;
      overflow: hidden;
      margin-bottom: 20px;
  }

  .home-content {
      bottom: 0px;
  }

  h1, .frontPage h2 {
      font-size: 26px;
      line-height: 34px;
  }

  .middle-footer .text{
      margin-left: 0;
  }

  .useful .item .text p {
      font-size: 13px;
      line-height: 15px;
  }

  .middle-footer .infos > div {
      width: calc(50% - 5px);
  }

  .middle-footer .label .text {
      max-width: 70%;
  }

  .actu .category, .singlePage .category, .association .category, .professionnel .category{
      height: 20px;
      font-size: 10px;
      top: -11px;
      padding-top: 3px;
  }

  .form .col-3{
      width: calc(50% - 10px);
  }

  .bloc-pages .aPage {
      width: 100%;
  }

  .ariane{
      height: auto;
      min-height: 50px;
  }

  .archiveActus .home-otherActus {
      margin: 0;
  }

  .archiveActus .actu {
      width: 100%;
      margin: 0 0 30px 0;
  }

  .bloc-slogan .slogan {
      font-size: 18px;
      line-height: 32px;
  }

  .form .col-2 {
      width: 100%;
  }

  .professionnel h3 {
      font-size: 11px;
      line-height: 18px;
  }

  .association h2, .professionnel h2 {
      font-size: 15px;
      line-height: 20px;
  }

  .association, .professionnel {
      width: calc(100%);
  }

  .content-single .right .logo img {
      max-height: 130px;
  }

}

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

  .row-agenda{
      position: relative;
      right: 0;
      top: 0;
  }

  .useful a {
      width: calc(50% - 5px);
      margin-bottom: 20px;
  }

  .bloc-6 .buttons a{
      font-size: 13px;
  }

  .bloc-6 .content .text{
      width: calc(45% - 5px);
  }

  .bloc-6 .content .buttons{
      width: calc(55% - 5px);
  }

  h1, .frontPage h2 {
      margin-bottom: 20px;
  }

  .bloc-3 .homeActus-slider {
      margin: 0;
  }

}

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

  h2, .frontPage .content-header h2, .frontPage .actu h3 {
      font-size: 16px;
      line-height: 22px;
  }

  h3 {
      font-size: 15px;
      line-height: 21px;
  }

  .middle-footer .label .text {
      max-width: 60%;
  }

  .middle-footer p, .middle-footer strong {
      word-break: break-word;
  }

  .bloc-6 .content {
      flex-wrap: wrap;
  }

  .bloc-6 .content .text, .bloc-6 .content .buttons{
      width: 100%;
  }

  .elu {
      height: auto;
  }

  .header-page .container-header img{
      width: 500px;
  }

  .tenlogo {
      display: none;
  }

}

/* INTRAMUROS STYLES WIDGET */
.content #intramuros_news .MuiTypography-h4, .content #intramuros_events .MuiTypography-h4 {
  color: #00B295;
  font-size: 32px;
}

.content #intramuros_news .MuiTypography-subtitle1 {
  display: inline-block;
  color: #fff!important;
  background-color: #00b295;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-transform: uppercase;
  height: 24px;
  border-radius: 12px;
  top: 14px;
  padding: 0 10px;
  font-style: normal!important;
  position: relative;
  margin-bottom: 24px;
}

.content #intramuros_news .MuiTypography-subtitle1:after {
  content: '';
  position: absolute;
  background-color: #00B295;
  height: 2px;
  width: 100%;
  top: calc(50% - 1px);
}

.content #intramuros_news #intramuros-news-content > div > div:not(:first-child) {
  margin: 48px 0;
}

.content #intramuros_events .css-tzs92q .css-13sljp9 {
  min-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  margin-bottom: 32px;
}

.content #intramuros_events .css-tzs92q .css-13sljp9 .css-nom936 {
  position: initial;
  transform: none;
  width: 100px;
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: #00245C;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

.content #intramuros_events .css-tzs92q .css-13sljp9 .css-iyp1hj {
  width: 25%;
  margin-top: 0;
}

.content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div:first-child, .content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div:nth-child(2) {
  display: none;
}

.content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div {
  align-items: start;
}

.content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div > div {
  flex-basis: auto;
}

.content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div > div p {
  padding-bottom: 0;
}

.content #intramuros_events .css-ta5v46 .css-s2t76h .css-15j76c0:last-child > div > div > div p.events-jss22 {
  margin-right: 16px;
}

/* OPENAGENDA */
@media (min-width: 992px) {
  .oa-event-timings {
    margin: 0;
  }

  .oa-event-content {
    display: flex;
    column-gap: 24px;
    align-items: flex-start;
  }

  .oa-event-content-left {
    min-width: 280px;
    position: sticky;
    top: 0px;
  }
}

.oa-event-timings .oa-month-header {
  background-color: #00245C;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
}

.oa-event-timings .oa-month-header svg {
  fill: #fff; 
}

.oa-event-timings ul.oa-months {
  margin: 0;
  padding: 0;
}

.oa-event-timings ul.oa-months li.oa-month {
  margin-left: 0;
}

.oa-event-timings ul.oa-months .oa-week {
  background-color: #f2f4f7;
  margin: 0;
  padding: 10px 15px!important;
}

.oa-event-timings ul.oa-months .oa-week li {
  margin-left: 0;
}

.oa-event-timings ul.oa-months .oa-timing-date {
  font-weight: bolder;
}

.oa-event-timings .oa-timing-seperator {
  margin: 0;
}

button.oa-button[disabled="true"] {
  opacity: 0;
}