@font-face {
    font-family: 'bricebold';
    src: url('font/brice-bold-webfont.eot');
    src: url('font/brice-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/brice-bold-webfont.woff2') format('woff2'),
         url('font/brice-bold-webfont.woff') format('woff'),
         url('font/brice-bold-webfont.ttf') format('truetype'),
         url('font/brice-bold-webfont.svg#bricebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

a, a:hover {
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

/* HEADER */
.site-header {
  max-width: 1140px;
}
.site-branding {
  margin-top: -53px;
  z-index: 99999;  
}
/*.page-id-13 .site-branding {
  margin-top: -52px;
  z-index: 99999;  
}*/
.site-branding .custom-logo-link {
  background: #F3CB05;
  width: 230px;
  height: 170px;
  text-align: center;
  padding: 0;
}
.site-branding .custom-logo-link img {
  /* max-width: 125px;*/
 /* -moz-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);*/
  /*margin-left: 10px;*/
  margin-top: 50px;
}

.menu-menu-secondaire-container {
  position: absolute;
  width: 100%;
  top: 0;
  background: #1F61AD;
  left: 0;
  z-index: 9999;
  height: 133px;
}
.menu-menu-secondaire-container .menu-secondaire {
  max-width: 1140px;
  margin: 0 auto;
  text-align: right;
}
.menu-menu-secondaire-container .menu-secondaire li {
  display: inline-block;
  list-style-type: none;
  margin: 3px 20px;
  vertical-align: top;
  position: relative;
}
.menu-menu-secondaire-container .menu-secondaire li a {
  color: #E5F2EE;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 5px;
}
.menu-menu-secondaire-container .menu-secondaire li a:hover {
  color: #1F61AD;
  background: #FF7F7C;
  padding: 3px 5px;
}
.menu-menu-secondaire-container .menu-secondaire li .sub-menu {
  display: none;
  position: absolute;
  background: #1F61AD;
  left: 0;
  padding: 0;
}
.menu-menu-secondaire-container .menu-secondaire li .sub-menu li {
  display: block;
  margin: 3px 0;
}
.menu-menu-secondaire-container .menu-secondaire li:hover .sub-menu {
  display: block;
}
.menu-menu-secondaire-container .menu-secondaire li .sub-menu li a {
  width: 160px;
  display: block;
  text-align: left;
}

.menu-menu-principal-container {
  position: relative;
  z-index: 10;
}
#menu-menu-principal .menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  display: block;
  outline: none;
  line-height: 1;
}
#menu-menu-principal a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
#menu-menu-principal a::before,
#menu-menu-principal a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7F7C;
  transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
#menu-menu-principal .menu-item:hover a::before {
  transform: translate3d(100%,0,0) translate3d(1px,0,0);
}
#menu-menu-principal .menu-item:hover a::after {
  transform: translate3d(0,0,0);
}
#menu-menu-principal a::after {
  top: calc(50% - 2px);
  height: 0px;
  color: #FF7F7C;
}
.bandeau {
  background: url('https://www.laluciole.org/wp-content/uploads/2022/12/LUCIOLE_site_2560x630px2-scaled.jpg');
  position: absolute;
  width: 100%;
  height: 310px;
  background-size: contain;
  top: 120px;
  left: 0;
  text-align: center;
}
.bandeau h1 {
  background: #E5F2EE;
  font-family: 'bricebold';
  color: #1F61AD;
  display: inline-block;
  margin: 110px auto;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 3.5em;
  max-width: 39%;
}

.bandeau.home, .home .bandeau, .home .page-header h1.entry-title, .single-post .bandeau { display: none; }
.home .bandeau.home { display: block; height: 560px; top: 130px; background: none; }
.bandeau.archive, .archive .bandeau { display: none; }
.archive .bandeau.archive, .single-post .bandeau.archive { display: block; }

.home .site-header {
  height: 790px;
}
.home .site-navigation {
  margin-top: 640px;
  height: 30px;
}

.site-navigation {
  margin-top: 330px;
  width: 1140px;
  z-index: 9999;
}
.site-navigation ul.menu li {
  margin: 0 25px;
}
.site-navigation ul.menu li:last-child {
  margin-right: 0;
}
.site-navigation li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1F61AD;
}
.site-navigation ul.menu li a:hover {
  color: #FF7F7C;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: none;
}
.site-navigation ul.menu li ul {
  background: #FF7F7C;
  border: 0;
  min-width: 100%;
  z-index: 999;
}

.site-navigation ul.menu li ul li {
  margin: 0;
}
.site-navigation ul.menu li ul li a {
  color: #E5F2EE;
  font-size: 13px;
}
.site-navigation ul.menu li ul li a:hover {
  color: #1F61AD;
}

/* GENERAL */
.container, body .site-main {
  max-width: 1140px !important;
  margin: 0 auto;
}
body {
  font-family: 'Montserrat', Helvetica Neue, arial, sans-serif;
  background: #E5F2EE;
}
.none, #wpadminbar {
  display: none !important;
}
h2 {
  font-family: 'bricebold' !important;
  text-transform: uppercase;
  font-size: 40px;
  color: #1F61AD;
  line-height: 45px;
  margin: 50px 0;
}
h2 .red {
  color: #FF7F7C;
  font-size: 60px;
}

li.alm-item {
  display: inline-block;
  width: 32%;
  padding: 0 !important;
  vertical-align: top;
  margin: 0 7px 50px 7px !important;
}

li.alm-item img {
 -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

li.alm-item:hover img {
  -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
 -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

li.alm-item .bloc-img {
  display: block;
  width: 100%;
  overflow: hidden;

}

.elementor-tab-title.elementor-active, .elementor-tab-title:hover {
  background-color: #F3CB05 !important;
}

.elementor-tab-title:hover a {
  color: #1F61AD !important;
}

.home .alm-btn-wrap { display: none; }

.bloc-actu-home .elementor-post {
  position: relative;
}
.bloc-actu-home .elementor-post__text {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 88px 0;
}
.bloc-actu-home h3.elementor-post__title a {
  color: #E7BDBC;
  font-weight: 600;
  font-size: 22px;
  padding: 30px 20px 0 20px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.90);
}
.home .elementor-posts .elementor-post__meta-data {
    line-height: 1.3em;
    font-size: 12px;
    margin: 5px 0;
    color: #B29CC4;
    background: #E7BDBC;
    width: auto;
    display: inline-block;
    min-width: 30%;
    padding: 3px;
}
.bloc-actu-home .elementor-post .elementor-post__text:hover {
  background: rgba(72, 108, 178, .8);
  display: block;
  width: 100%;
  height: 230px;
}
.bloc-rendez-vous .alm-item:nth-child(2) {
  margin-top: 100px !important;
}
.bloc-rendez-vous .alm-item:last-child {
  margin-top: 200px !important;
}
.alm-btn-wrap .alm-load-more-btn.more {
  background: transparent;
  border-radius: 0;
  color: #1F61AD;
  text-transform: uppercase;
  border: 1px solid #FF7F7C;
  font-size: 14px;
  padding: 7px 20px;
  height: auto;
}
.alm-btn-wrap .alm-load-more-btn.more:hover {
  background: #FF7F7C;
  color: #E7BDBC;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
 display: none; 
}
.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.alm-listing .alm-reveal>li.alm-item img.attachment-thumb-agenda {
  max-width: 100%;
  position: relative;
  width: 380px;
  height: 230px;
  object-fit: cover;
  border-radius: 0;
  margin-top: 38px;
}
.bloc-style {
  color: #1F61AD;
  background: #F3CB05;
  text-transform: uppercase;
  font-weight: 300;
  padding: 7px 10px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  z-index: 999;
}
.infos {
  background: #1F61AD;
  color: #fff;
  padding: 7px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 999;
  max-width: 70%;
}
.bloc-jour, .bloc-resa .date-time .jour {
  background: #FF7F7C;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bricebold';
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  width: 80px;
  z-index: 999;
  text-align: center;
}
.bloc-resa .date-time .jour,
.bloc-resa .date-time .date,
.bloc-resa .date-time .heure {
  position: relative !important;
  display: inline-block;
  vertical-align: middle;
  top: 0 !important;
  width: 103px !important;
}
.bloc-resa .infos {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: 0;
  max-width: 100%;
}

.bloc-date, .bloc-resa .date-time .heure {
  background: #F3CB05 !important;
  color: #1F61AD !important;
}

.bloc-heure {
  color: #fff !important;
  background: #1F61AD !important;
}

.page-id-2459 .bloc-heure, .eicon-share-arrow { display: none; }

.dialog-type-lightbox { z-index: 9999999999 !important; }

.bloc-resa .date-time .date {
  color: #F3CB05 !important;
}

.post-navigation__prev--label, .post-navigation__next--label {
  font-family: 'bricebold' !important;
}

.bloc-date, .bloc-resa .date-time .date {
  background: #F3CB05;
  right: 0;
  top: 38px;
  padding: 5px;
  width: 80px;
  position: absolute;
  text-align: center;
  color: #FF7F7C;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 999;
  font-family: 'bricebold';
}

.single .bloc-resa .date-time .date b {
  color: #fff;
}

.single .bloc-resa .date-time .jour {
  color: #1F61AD;
}

.bloc-date b, .bloc-resa .date-time .date b {
  display: block;
  color: #1F61AD;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'bricebold'; 
}
.bloc-resa .date-time .date b {
  display: inline-block;
}
.bloc-resa .date-time .date {
  background: transparent;
}
.bloc-heure, .bloc-resa .date-time .heure {
  background: #B29CC4;
  color: #FF7F7C;
  font-family: 'bricebold';
  font-size: 18px;
  padding: 5px;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 109px; 
  width: 80px;
  text-align: center;
}
body .alm-item h3 {
  text-align: center;
  line-height: 30px;
  margin-top: 10px !important;
  display: block;
}
.alm-item h3 a {
  color: #FF7F7C;
  font-family: 'bricebold';
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
}
.list-event .alm-item {
  position: relative;
  width: 31%;
}
.list-event ul {
  margin: 0;
  padding: 0;
}
.link-spotify {
  background: #7CD7A0 url('https://www.laluciole.org/wp-content/uploads/2020/09/casque.png') no-repeat;
  background-size: 12%;
  background-position: 20px 9px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px 10px 50px;
  margin: 20px 0;
  display: block;
  width: 35%;
  text-align: center;
}
.link-covoit {
  display: block;
  background: #E7BDBC url('https://www.laluciole.org/wp-content/uploads/2020/09/picto-covoit.png') no-repeat;
  background-size: 18%;
  color: #1F61AD;
  text-transform: uppercase;
  font-size: 14px;
  width: 70%;
  padding: 7px 0 7px 30px;
  text-align: center;
  margin: 15px 0 0 15px;
  font-weight: 600;
  background-position: 15px 7px;
}
.link-covoit:hover, .link-fb:hover {
  color: #FF7F7C !important;
}
.title-link {
  color: #F4E8CD;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 10px 15px;
}
.post-event .page-content {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
.post-event .page-content .thumb img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.post-event .bloc-resa {
  width: 28%;
  display: inline-block;
  background: #1F61AD;
  padding: 0px 0 20px 0;
}
.post-event h2 {
  color: #FF7F7C;
  font-size: 48px;
  text-transform: uppercase; 
  text-align: center;
  margin: 10px 0 20px;
}
.post-event p {
  color: #1F61AD;
  font-size: 15px;
}
.post-event p a {
  color: #1F61AD;
}
.post-event p a:hover {
  color: #FF7F7C;
}
.post-event .bloc-resa .entry-title {
  font-family: 'bricebold';
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  padding: 0 15px;
  margin: 10px 0;
}
.post-event .bloc-resa .style {
  text-transform: uppercase;
  color: #E5F2EE;
  border-top: 1px solid #E5F2EE;
  border-bottom: 1px solid #E5F2EE;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
  padding: 3px 15px;
  display: block;
}

h4 {
  color: #1F61AD;
}

.post-event .bloc-resa .bloc-tarifs {
  text-transform: uppercase;
  color: #E5F2EE;
  font-size: 13px;
  font-weight: 400;
}
.post-event .bloc-resa .bloc-tarifs .tarif {
  background: #F3CB05;
  color: #1F61AD;
  font-size: 24px;
  font-weight: 600;
  width: 80px;
  height: 40px;
  margin: 5px 5px 5px 15px;
  display: inline-block;
  text-align: center;
}
.bloc-tarifs .tarif-gratuit {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 5px;
}
.label-tarif {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
.post-event .bloc-resa .btn-resa {
  background: #FF7F7C;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 30px;
  margin: 15px;
  display: block;
  text-align: center;
  border: 2px solid #FF7F7C;
}
.post-event .bloc-resa .btn-resa:hover {
  background: #1F61AD;
} 
.bloc-resa .link-fb {
  background: url('https://www.laluciole.org/wp-content/uploads/2020/09/lien-fb-event.png') no-repeat;
  background-size: 100%;
  width: 139px;
  height: 20px;
  display: block;
  color: #1F61AD;
  font-size: 10px;
  text-align: center;
  padding: 2px 0 2px 20px;
  margin: 5px 15px;
}

.plaquette h3 {
  font-family: 'bricebold';
  font-size: 20px;
}
.plaquette li {
  color: #1F61AD;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  list-style-type: none;
}
.plaquette li .number {
  background: #1F61AD;
  color: #F4E8CD;
  font-family: 'bricebold';
  font-size: 25px;
  padding: 11px 20px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  border: 3px solid #FF7F7C;
}
.plaquette li .para {
  display: inline-block;
  width: 70%;
}

body .page-header .entry-title {
  display: none;
}

.page-id-13 li,
.page-id-51 .elementor-text-editor li,
.page-id-39 .elementor-text-editor li,
.page-id-41 .projet .elementor-text-editor li,
.page-id-29 .elementor-text-editor li,
.page-id-27 .elementor-text-editor li,
.page-id-19 .elementor-text-editor li {
  list-style-type: none;
  margin-top: 20px;
}

.page-id-39 .elementor-text-editor li:before,
.page-id-13 .elementor-text-editor li:before,
.page-id-41 .projet .elementor-text-editor li:before,
.page-id-51 .elementor-text-editor li:before,
.page-id-29 .elementor-text-editor li:before,
.page-id-27 .elementor-text-editor li:before,
.page-id-19 .elementor-text-editor li:before,
.post-projet li:before {
  display: inline-block;
  content: '';
  background: url("https://www.laluciole.org/wp-content/uploads/2022/06/arrow-rose.png") no-repeat;
  background-size: contain;
  height: 11px;
  width: 11px;
  background-position: -5px;
}

.blue-bloc a { color: #aec8e2 !important; text-decoration:underline !important; }
.blue-bloc a:hover { color: #FF7F7C !important; }

.elementor-text-editor p a {
  color: #B29CC4;
  text-decoration: underline !important;
}
.elementor-text-editor p a:hover {
  color: #FF7F7C;
}


.page-template-default .addtoany_share_save_container { text-align: center; }

.alm-filters-container {  
  background: #1F61AD;
  display: block;
  margin-bottom: 10px !important;
  padding: 0 30px 0 !important;
  text-align: left;
}
.alm-filters-container:before {
  content:'Filtrer par :';
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}
.alm-filters-container .alm-filter {
  display: inline-block !important;
  width: 20%;
  vertical-align: middle;
  margin: 20px 9px 3px !important;
}
.alm-filters-container .alm-filter select {
  background: #E7BDBC url('https://www.laluciole.org/wp-content/uploads/2020/09/arrow-bottom-1.png') 95% 45% no-repeat;
  background-size: 7%;
  border: 1px solid #FF7F7C;
  color: #1F61AD;
  font-family: 'Montserrat', arial, helvetica, sans-serif ;
  font-size: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 16px !important;
  margin-top: -6px !important;
  height: 30px !important;
}

.alm-filters-container .alm-filter--text-wrap.has-button input[type=text] {
  border: 1px solid #FF7F7C !important;
  font-size: 13px;
  height: 34px;
}
.alm-filters-container .alm-filter--text-wrap button[type=button] {
  background: #FF7F7C;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.alm-filters-container .alm-filter--submit {
  text-align: center;
}
.btn-back-filter {
  display: block;
  text-align: center;
  color: #E7BDBC;
  background: #1F61AD;
  border: 1px solid #E7BDBC;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 40px;
  line-height: 30px;
  height: auto;
  width: 100%;
}
.btn-back-filter:hover {
  background: #E7BDBC;
  color: #1F61AD;
  border: 1px solid #1F61AD;
}

.n2-ss-layers-container {
  width: 100% !important;
  margin: 0 !important;
}

.bloc-compte {
  background: #1F61AD;
  text-align: center;
  padding: 30px; 
  height: 400px;
}
.bloc-compte h3, .bloc-login h3 {
  font-family: 'bricebold' !important;
  text-transform: uppercase;
  color: #F3CB05 !important;
  font-size: 20px;
}
body .bloc-compte input, body .bloc-login input {
  background: #E5F2EE !important;
  color: #B29CC4;
  border-radius: 0;
  min-height: 30px;
  padding: 5px;
}
.bloc-compte button {
  background: #FF7F7C;
  color: #E5F2EE;
  width: 60%;
  border-radius: 0;
  margin-top: 10px;
}
body .bloc-login button {
  border: 1px solid #FF7F7C !important;
  color: #E7BDBC;
  text-transform: uppercase;
  background-color: #FF7F7C !important;
  border-radius: 0;
}
.bloc-login {
  background: #1F61AD;
  margin: 0 20px 0 0;
  padding: 30px;
  height: 400px;
}
body .bloc-login a {
  color: #aec8e2 !important;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 10px auto;
}



.logged-in .pull-right {
  display: none;
}
.logged-in .btn-group {
  width: 100%;
  padding: 0 15px;
}
.logged-in .btn-group .btn {
  border: 0;
  display: none;
}
.logged-in .btn-group ul {
  padding: 0;
  margin: 0;
}
.logged-in .btn-group li {
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.logged-in .btn-group li.dropdown-header {
  font-family: 'bricebold';
  font-size: 20px;
  color: #FF7F7C;
}
.logged-in .btn-group li:last-child {
  float: right;
}
.logged-in .btn-group li:last-child a {
  border: 1px solid #FF7F7C;
  float: right;
  color: #FF7F7C;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 20px;
}
.logged-in .btn-group li:last-child a:hover {
  background: #FF7F7C;
  color: #E7BDBC;
}

.logged-in .bloc-formulaire h3 {
  font-family: 'bricebold' !important;
  font-size: 24px;
  text-transform: uppercase;
}

.logged-in .bloc-drive a {
  color: #E7BDBC;
  text-decoration: none !important;
}

.elementor-login__logged-in-message {
  color: #aec8e2 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
body .bloc-login .elementor-login__logged-in-message a {
  display: inline-block;
  color: #1F61AD;
  background: #1F61AD;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 10px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: 0 !important;
  background: #E7BDBC;
  height: 34px;
  padding: 5px !important;
}
.login-form { 
  border-radius: 0; 
  height: 400px;
}
.login-form input[type="submit"] {
  background: #FF7F7C !important;
  border: 1px solid #1F61AD !important;
  color: #E7BDBC;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.login-form input[type="submit"]:hover {
  background: #1F61AD !important;
}
.fui-user:before, .fui-lock:before {
  display: none;
}
.lostp {
  color: #B29CC4;
  text-decoration: underline;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.archive .page-content .post {
  width: 32%;
  margin: 20px 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.archive .page-content .post .bloc-style {
  top: -20px;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
}
.archive .page-content .post .bloc-style a {
  font-family: 'Montserrat', sans-serif;
  color: #F4E8CD;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 13px;
}
.archive .page-content .post .thumb {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.archive .page-content .post .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
   -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.archive .page-content .post .thumb:hover img {
   -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
 -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.archive .page-content {
  margin-top: 5%;
}
.single-post .page-content img {
  margin-bottom: 3%;
}
.single-post .page-content #bannerR {
  font-size: 14px;
}

.page .post-actu .nav, .page .post-actu header { display: none; }

/* FOOTER */
.bloc-newsletter {
  width: 50%;
}
#mailjet-widget-title-wrap {
  display: none;
}
.mailjet-widget-form-group input[type="email"] {
  border: 0;
  background: #fff;
  width: 100%;
}
.mailjet-widget-form-group {
  display: inline-block;
  vertical-align: top;
}
#mailjetSubscriptionForm input[type="submit"] {
  border: 1px solid #FF7F7C;
  background: #E7BDBC;
  color: #1F61AD;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  padding: 6px 10px;
}
.nous-suivre {
  padding: 30px 0;
}
.nous-suivre .bloc-left,
.nous-suivre .bloc-right {
  display: inline-block;
  vertical-align: top;
}
.nous-suivre .bloc-left h2 {
  margin-bottom: 30px;
}
.nous-suivre .bloc-left {
  width: 30%;
 /* background: url('https://www.laluciole.org/wp-content/uploads/2021/12/Pictos-La-Luciole_Son.png') no-repeat;
  background-size: 110px 110px;
  background-position: bottom center;*/
  height: 420px;
}
.nous-suivre .bloc-right {
  width: 68%;
  background: url('https://www.laluciole.org/wp-content/uploads/2021/09/bg-footer-1.png') no-repeat;
  background-size: contain;
  padding: 30px 0px 0 120px;
  height: 600px;
  margin-top: 80px;
}
.nous-suivre h3 {
  color: #1F61AD;
  font-size: 22px;
  font-weight: 600;
}
.nous-suivre h4 {
  font-family: 'bricebold';
  text-transform: uppercase;
  font-size: 22px;
  color: #1F61AD;
}
.nous-suivre h4 .red {
  color: #FF7F7C;
} 
.nous-suivre .bloc-liens {
  width: 50%;
}

.btn-newsletter {
	margin-bottom: 30px !important;
}

.nous-suivre .bloc-liens a,
.btn-newsletter {
  background: #FF7F7C;
  text-transform: uppercase;
  color: #1F61AD;
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block;
  margin: 5px;
  width: 130px;
  text-align: center;
}
.nous-suivre .bloc-liens a:hover,
.btn-newsletter:hover {
  background: #1F61AD;
  color: #FF7F7C;
}
.nous-suivre .bloc-programme {
  display: inline-block;
  float: right;
  margin-top: -310px;
  margin-right: 30px;
}
.nous-suivre .bloc-programme img {
  width: 260px;
}
.bloc-social .social {
  margin: 0 0 40px 0;
  padding: 0;
}
.bloc-social .social li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
.bloc-social .social li a {
  height: 42px;
  width: 42px;
  display: block;
  background: #1F61AD;
  padding: 7px;
  text-align: center;
}
.bloc-social .social li a:hover {
  background: #FF7F7C;
}
.bloc-social .social li a i {
  color: #E7BDBC;
  font-size: 28px;
} 
.main-footer {
  background: #1F61AD;
  padding: 30px 0 0 0;
}
.main-footer .menu-luciole,
.main-footer .menu-bold,
.main-footer .menu-light,
.main-footer .bloc-infos,
.main-footer .logo-footer {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
}
.main-footer ul {
  padding: 0;
  margin: 0;
}
.main-footer .menu-luciole li,
.main-footer .menu-bold li a,
.main-footer .menu-bold li {
  color: #E5F2EE;
  text-transform: uppercase;
  font-size: 14px; 
  list-style-type: none;
  font-weight: 600;
 /* line-height: 25px;*/
}
.main-footer .menu-luciole li a {
  color: #E5F2EE;
  font-size: 10px;
  text-transform: none;
}
.main-footer .menu-light li a,
.main-footer .menu-light li {
  color: #E5F2EE;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px; 
  list-style-type: none;
  line-height: 20px;
}
.main-footer .bloc-infos .title-white {
  color: #E5F2EE;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.main-footer .bloc-infos .title strong {
  color: #FF7F7C;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.main-footer .bloc-infos .title {
  color: #FF7F7C;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  display: block;
}
.main-footer .bloc-infos .adresse {
  color: #E5F2EE;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
.main-footer .bloc-infos .tel {
  color: #FF7F7C;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.main-footer .bloc-infos .contact {
  background: #F3CB05;
  color: #1F61AD;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
}
.main-footer .bloc-infos .contact:hover {
  background: #E5F2EE;
  color: #1F61AD;
}
.main-footer .social li, .social.head li {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.main-footer .social li a, .social.head li a {
  background: #E5F2EE; 
  height: 33px;
  width: 33px;
  display: block;
  text-align: center;
  padding: 5px;
}

.social.head {
  display: block;
  z-index: 9999999;
  float: right;
  text-align: right;
  width: auto;
  margin-left: 55%;
}

.main-footer .social li a:hover, .social.head li a:hover {
  background: #E5F2EE;
  cursor: pointer;
}
.main-footer .social li i, .social.head li i {
  color: #1F61AD;
  font-size: 23px;
}
.menu-bottom {
  background: #E5F2EE;
  text-align: center;
}
.menu-bottom li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #1F61AD; 
}
.menu-bottom li a {
  font-size: 10px;
  color: #1F61AD; 
}
.menu-bottom li a:hover {
  color: #1F61AD;
}

.elementor-g-recaptcha iframe, .elementor-g-recaptcha {
  max-width: 90%;
  width: 90%;
}
.elementor-field-type-recaptcha .elementor-field {
  width: 100%;
}

.menu-luciole, .menu-bold, .menu-light {
  position: relative;
  z-index: 10;
}
.menu-luciole ul li, .menu-bold ul li, .menu-light ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  display: block;
  outline: none;
  line-height: 20px;
}
.menu-luciole ul a, .menu-bold ul a, .menu-light ul a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.menu-luciole ul a:hover, .menu-bold ul a:hover, .menu-light ul a:hover {
  color: #FF7F7C;
}
.menu-luciole ul a::before,
.menu-luciole ul a::after,
.menu-bold ul a::before,
.menu-bold ul a::after,
.menu-light ul a::before,
.menu-light ul a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7F7C;
  transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menu-luciole ul li:hover a::before,
.menu-bold ul li:hover a::before,
.menu-light ul li:hover a::before {
  transform: translate3d(100%,0,0) translate3d(1px,0,0);
}
.menu-luciole ul li:hover a::after,
.menu-bold ul li:hover a::after,
.menu-light ul li:hover a::after {
  transform: translate3d(0,0,0);
}
.menu-luciole ul a::after,
.menu-bold ul a::after,
.menu-light ul a::after {
  top: calc(50% - 2px);
  height: 0px;
  color: #FF7F7C !important;
}

.nav {
  margin: 20px 0;
}
.btn-nav {
  border: 1px solid #FF7F7C;
  text-transform: uppercase;
  color: #1F61AD;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 20px;
}
.btn-nav:hover {
  color: #FF7F7C;
}
.right { float: right; }

.post-projet .projet-thumb img {
  object-fit: cover;
  object-position: 50% 30%;
  height: 400px;
  width: 100%;
}
.post-projet h1 {
  color: #FF7F7C;
  font-family: 'bricebold';
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
.post-projet h2 {
  color: #1F61AD;
  font-family: 'Montserrat', Helvetica, arial !important;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  margin: 0px;
}

.post-projet .content ul {
  margin-left: 70px;
}
.post-projet .content li {
  color: #FF7F7C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 10px;
}
.post-projet .content {
  font-size: 14px;
}
.post-projet .content h4 {
  color: #1F61AD;
  font-weight: 700;
  font-size: 14px;
  margin-top: 50px;
}

.post-projet .addtoany_content {
  display: none;
}

.post-projet .logos-gal { margin: 50px 0; padding: 0; }

.post-projet .logos-gal li {
  list-style-type: none;
  border: 1px solid #1F61AD;
  padding: 20px;
  max-width: 200px;
  text-align: center;
  display: inline-block;
}
.post-projet .logos-gal li img {
  width: 150px;
  object-fit: contain;
}
.post-projet .logos-gal li:before,
.post-projet .description-projet .logo-ville li:before {
  display: none !important;
}

.post-projet .description-projet {
  background: #1F61AD;
  color: #E7BDBC;
  font-size: 14px;
  padding: 30px 50px;
  margin-top: 40px;
}
.post-projet .description-projet h3 {
  font-family: 'bricebold';
  font-size: 20px;
  text-transform: uppercase;
}
.post-projet .description-projet ul {
  margin-left: 40px;
}
.post-projet .description-projet li {
  margin-bottom: 40px;
  list-style-type: none;
}
.post-projet .description-projet li strong {
  text-transform: uppercase;
  color: #FF7F7C;
}
.post-projet .description-projet h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 40px 0;
}
.post-projet .description-projet .logo-ville {
  padding: 0;
  margin: 40px 0 0 40px;
}
.post-projet .description-projet .logo-ville li img {
  height: 90px;
  object-fit: contain;
}
.post-projet .description-projet .logo-ville li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.page-id-29 .elementor-widget-container h3 a {
  font-family: 'bricebold' !important;
  text-transform: uppercase;
}

/* RESPONSIVE */

@media only screen (min-width: 1200px) and (max-width : 1290px) {
   .n2-ss-layer-col.n2-ss-layer-content {
    padding: 0.625em 7em 0.625em 0.625em !important;
   }
}



    /* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
    .site-navigation ul.menu li {
      margin: 0 25px;
    }
    .site-navigation {
      width: 100%;
      max-width: 100%;
    }
    .main-footer {
      padding: 30px 20px 0 20px;
    }
    h2, h3 {
      padding-left: 20px;
    }
    .menu-menu-principal-container {
      width: 100%;
    }
    .bloc-resa .date-time .jour, .bloc-resa .date-time .date, .bloc-resa .date-time .heure {
      width: 98px !important;
    }
    .post-event .page-content {
      width: 68%;
      margin-left: 20px;
    }

    .social.head { margin-left: 57%; }
}

  @media only screen and (max-width : 1080px) {
    .home .bandeau.home { height: 510px; }
    .home .site-navigation { margin-top: 570px; }
    .home .site-header { height: 690px; }
    .site-navigation ul.menu li { margin: 0 19px; }
    li.alm-item { width: 31%; }
    .social.head { margin-left: 54%; }
  }
  
  @media only screen and (max-width : 992px) {
     .bloc-resa .date-time .jour, .bloc-resa .date-time .date, .bloc-resa .date-time .heure {
      width: 90px !important;
     }
  }

  @media only screen and (max-width : 960px) {
    .home .bandeau.home { height: 430px; top: 113px; }   
    .home .site-navigation { margin-top: 475px; }
    .site-navigation ul.menu li { margin: 0 3px; }
    .home .site-header { height: 570px; }
    body .alm-item h3 { padding-left: 0; line-height: 21px; }
    .alm-item h3 a { font-size: 20px; }
    .nous-suivre .bloc-left { width: 100%; background: none; height: auto; }
    .nous-suivre .bloc-right { width: 90%; margin-top: 20px; }
    h2 .red { font-size: 50px; }
    h2 { font-size: 35px; }
    .main-footer .menu-luciole, .main-footer .menu-bold, .main-footer .menu-light, .main-footer .bloc-infos, .main-footer .logo-footer { width: 32.5%; }
    .main-footer .bloc-infos { margin-top: 50px; margin-bottom: 20px; }
    .main-footer .logo-footer { width: 25%; float: right; margin-top: 27px; margin-right: 50px; }
    .bloc-resa .date-time .jour, .bloc-resa .date-time .date, .bloc-resa .date-time .heure { width: 75px !important; }
    .link-covoit { width: 88%; }
    .link-spotify { width: 45%; }
    .bandeau h1 { font-size: 2.2em; max-width: 52%; }
    .site-branding .custom-logo-link { width: 185px; height: 150px; }
    .site-branding .custom-logo-link img { max-width: 105px; }

    .social.head { margin-left: 46%; margin-top: -10px; }
    .menu-menu-secondaire-container { height: 113px; }
  }

  @media only screen and (max-width : 840px) {
   .site-navigation li a { font-size: 13px; }
   .home .bandeau.home { height: 380px; }
   .home .site-navigation { margin-top: 400px; }
   .home .site-header { height: 550px; }
   .site-branding { margin-top: -14px; margin-bottom: 40px; }
   .main-footer .logo-footer { margin-top: 68px; }

   body .elementor-2 .elementor-element.elementor-element-cee92e2 > .elementor-widget-container { margin: 0; padding: 0; }
   .site-navigation { margin-top: 80px; }
   li.alm-item { width: 48%; }
   .bloc-style { top: 6px; font-size: 12px; }
   .post-event .bloc-resa { width: 100%; }
   .bloc-resa .date-time .jour, .bloc-resa .date-time .date, .bloc-resa .date-time .heure { width: 115px !important; }
   .post-event .page-content { width: 94%; }
   .bloc-resa .date-time { text-align: center; }
   .bloc-resa { margin-top: 40px; }
   .link-covoit { width: 27%; }

   .site-branding .custom-logo-link img { max-width: 80px; }
   .site-branding .custom-logo-link {
    width: 140px;
    height: 111px;}

    .social.head { margin-top: 0px; }
    #responsive-menu-container { z-index: 99999999; }

    .site-header { height: 410px; }

  }


    /* Small Devices, Tablets */
    @media only screen and (max-width : 740px) {
      .home .site-header { height: 370px; }
    .home .bandeau.home { height: 185px; }
   .home .site-navigation { margin-top: 100px; display: none; }
   .site-header { height: 270px; }
    
    .social.head { display: none; }
    .site-branding { margin: -13px auto; }
    
    .site-branding .custom-logo-link { padding: 2px 0; }
    
    h2 { line-height: 15px !important; font-size: 1.4em !important; }
    .page-template-default h2 { line-height: 30px !important; }
    li.alm-item { width: 96%; }
    .bloc-rendez-vous .alm-item:nth-child(2), .bloc-rendez-vous .alm-item:last-child { margin-top: 40px !important; }
    li.alm-item { margin-bottom: 0 !important; }
    h2 .red { display: block; font-size: 35px; padding-top: 20px; }
    .nous-suivre .bloc-right { background: none; padding: 0 0 0 20px; }
    .nous-suivre .bloc-liens { width: 100%; }
    .nous-suivre .bloc-programme { float: none; margin-top: 0; }
    .nous-suivre .bloc-programme img { width: 120px; }
    .elementor-2 .elementor-element.elementor-element-fdabf9c:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap { background: none; }

    .bandeau { height: 150px; }
    .bandeau h1 { font-size: 25px; margin: 50px auto; }
    .site-navigation { margin-top: 0; }

    .main-footer .menu-luciole, .main-footer .menu-bold, .main-footer .menu-light, .main-footer .bloc-infos, .main-footer .logo-footer { width: 49%; }
    .main-footer .bloc-infos, .main-footer .menu-light { margin-top: 20px; }

    .main-footer .logo-footer { margin-top: -197px; float: left; width: 35% !important; }
    .main-footer .social li a { width: 28px; height: 28px; padding: 3px; }

    .link-spotify { width: 100%; }

    .single iframe { width: 96%; }
    .post-event h2 { line-height: 30px !important; padding: 0; }
    .post-event .page-content .thumb img { height: 230px; width: 96%; }
    .btn-nav { width: 100%; display: block; }
    .right { float: none; }
    .btn-nav.prev { margin: 10px 0;} 
    .page-id-13 h2 { line-height: 30px !important; }
    .bloc-newsletter { width: 100%; }

    .bloc-actu-home .elementor-post__text { padding: 25px 0; }
    .slider-margin-right { margin-right: 40px !important; }
    .slide-align-center { text-align: center !important; }

    .alm-filters-container:before { font-size: 13px; margin-right: 0;  }
    body .alm-filters-container .alm-filter--select select { font-size: 11px; }
    body .alm-filters-container { padding: 10px 10px 0 !important; }
    body .alm-filters-container .alm-filter { width: 37%; margin: 0 4px 0px !important; }
    body .alm-filter--title { display: none; }

    body .bloc-login { margin: 0 20px; height: auto; }
    body .bloc-compte { margin: 20px; height: auto; }

    #responsive-menu-container #responsive-menu li.responsive-menu-item a { line-height: 30px; }
    .bandeau h1 { max-width: 100%; display: block; padding-left: 15%; }
    .single-post h2 { line-height: 25px !important; }
    .nous-suivre .bloc-right { height: auto; }
    .elementor-2 .elementor-element.elementor-element-4524902 > .elementor-widget-container { background-image: none; }
    /*.page-id-59 .elementor-gallery-item { width: 46%; display: inline-block; float: left; }*/
    }

    body button#responsive-menu-button {
      background: #1F61AD;
      color: #E7BDBC;
      border-radius: 0;
      width: 100%;
      top: 0;
      height: 30px;
      right: 0;
    }

    @media only screen and (max-width : 660px) {
      .elementor-13 .elementor-element.elementor-element-bec647b > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-98734b3 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-9a7773c > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-4ebd0f0 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-74b2e23 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-aea6032 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-922fa53 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-9faae68 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-2ebc9da > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-c2dbf47 > .elementor-widget-container,
      .elementor-13 .elementor-element.elementor-element-574319e > .elementor-widget-container,
      .page-id-13 ul { padding: 0; }
      .page-id-13 .wp-image-346.picto { margin: 0 30px 20px 20px; }
      #responsive-menu { padding-top: 40px; }
      li.alm-item { margin-bottom: 30px !important; }
      .btn-nav { padding: 5px 4px; }
      .btn-nav.prev, .btn-nav.next { display: inline-block; width: 49%; }
      .btn-nav.next { text-align: right; }
      .link-covoit { width: 57%; }
    }

   @media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation:landscape) {
     .bandeau h1 {
        font-size: 2.5em !important;
        max-width: 50% !important;
    }
    .site-navigation ul.menu li {
        margin: 0 15px !important;
    }

  }



    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 580px) {
      
    } 

   @media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 667px) 
  and (orientation : landscape) {
     

  }

  @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
        
    }


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
  
}

   @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {

      
  }