@charset "UTF-8";

/*****************************************
1. UTILITIES
2. CORE
3. HEADER-XS
4. HEADER-MD
5. FOOTER
6. ITEMS
7. SEARCH
8. ACTUS
9. CMS
10. ACTUALITE
11. JOURNAUX
12. ACTUALITES
13. CONTACT
14. HOME
15. EVENEMENTS
16. EVENEMENT
17. VIE LOCALE
18. VILLE
19. COMPTE CONNEXION
20. COMPTE INSCRIPTION
21. COMPTE ACCUEIL
22. COMPTE PROFIL
23. COMPTE PAGE ORGANISATEUR
24. COMPTE EVENEMENT
25. PAGE ORGANISATEUR
26. CGU
27. POINTS RELAIS
*****************************************/





/*****************************************/
/******** 1. UTILITIES *******************/
/*****************************************/
:root {
    --bordRad-formulaire: 20px;
}
.py-6 {padding-top: 2.5rem !important;padding-bottom: 2.5rem !important;}
.py-8 {padding-top: 3.5rem !important;padding-bottom: 3.5rem !important;}
.py-10 {padding-top: 4.5rem !important;padding-bottom: 4.5rem !important;}

body {
  font-family: Poppins;
  font-weight: 300;
}

a {
  text-decoration: none !important;
}
a * {
  text-decoration: none !important;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
}

.bgi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

p strong {
  font-weight: 600 !important;
}

.fw-600 {
  font-weight: 600;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  color: white;
  filter: invert(1);
}

.tac {
  text-align: center;
}

.flexCCC {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flexCC {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexCL {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flexCR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flexTR {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.flexTL {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexCSB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexSC {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.flexSSB {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.flexTSB {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flexTL {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexVert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fg1 {
  flex-grow: 1;
}

.fg2 {
  flex-grow: 2;
}

.fg3 {
  flex-grow: 3;
}

.fg4 {
  flex-grow: 4;
}

.fg5 {
  flex-grow: 5;
}

.fg6 {
  flex-grow: 6;
}

.fg7 {
  flex-grow: 7;
}

.fg8 {
  flex-grow: 8;
}

.ttup {
  text-transform: uppercase;
}

.cta {
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  transition: 0.3s all ease-out;
  color: white;
}
.cta i {
  transition: 0.3s all ease-out;
}
.cta.ctaWhite {
  border: 1px solid white;
  height: 36px;
  padding: 0 20px;
  color: white;
}
.cta.ctaWhite i {
  margin-left: 10px;
}
.cta.ctaWhite:hover {
  background-color: white;
  color: var(--blueDark);
}
.cta.ctaWhite.ctaFooter {
  color: black;
  border-color: black;
  width: 120px;
  margin: 10px auto 0;
  font-size: 14px;
  height: 30px;
  border-radius: 15px;
  padding: 0 15px;
}
.cta.ctaWhite.ctaFooter:hover {
  border-color: var(--blueDark);
  background-color: var(--blueDark);
  color: white;
}
.cta.ctaLarge {
  border: 2px solid white;
  height: 48px;
  border-radius: 28px;
  padding: 0 24px;
  font-weight: 600;
}
.cta.ctaLarge i {
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  right: -14px;
}
.cta.ctaLarge.ctaNewsletter {
  border-color: var(--bg1);
  background-color: var(--bg1);
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: var(--bs-gray);
}
.cta.ctaLarge.ctaBlue {
  color: var(--blueLight);
  border-color: var(--blueLight);
}
.cta.ctaLarge.ctaBlue.full {
  color: white;
  background-color: var(--blueLight);
}
.cta.ctaLarge.ctaBlue:hover {
  background-color: var(--blueDark);
  border-color: var(--blueDark);
  color: white !important;
}
.cta.ctaLarge.ctaRed {
  background-color: var(--bs-red);
  border-color: var(--bs-red);
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.cta.ctaLarge.ctaRed::-moz-placeholder {
  color: white;
}
.cta.ctaLarge.ctaRed:-ms-input-placeholder {
  color: white;
}
.cta.ctaLarge.ctaRed::placeholder {
  color: white;
}
.cta.ctaLarge.ctaRed:hover {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
.cta.ctaSubmit {
  border-color: var(--blueLight);
  background-color: var(--blueLight);
  width: 120px;
  margin: 10px auto 0;
  font-size: 14px;
  height: 30px;
  border-radius: 15px;
  padding: 0 15px;
}
.cta.ctaSubmit:hover {
  border-color: var(--blueDark);
  background-color: var(--blueDark);
  color: white;
}
.cta.ctaRed {
  background-color: var(--bs-red);
  border-color: var(--bs-red);
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.cta.ctaRed::-moz-placeholder {
  color: white;
}
.cta.ctaRed:-ms-input-placeholder {
  color: white;
}
.cta.ctaRed::placeholder {
  color: white;
}
.cta.ctaRed:hover {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}

@media screen and (max-width: 991px) {
  .bandeauBleu .wrapper {
    flex-direction: column;
  }
  .bandeauBleu .wrapper .bandeauTitle {
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0;
  }
  .order1 {
    order: 1;
    margin-bottom: 20px;
  }
  .order2 {
    order: 2;
    margin-bottom: 20px;
  }
  .order3 {
    order: 3;
    margin-bottom: 20px;
  }
  .order4 {
    order: 4;
    margin-bottom: 20px;
  }
}
output {
  background: #ff4500;
  padding: 5px 16px;
  border-radius: 3px;
  color: #fff;
}

input[type=number] {
  width: 40px;
  padding: 4px 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.modal .modal-header {
  background-color: var(--blueLight);
  display: block;
  position: relative;
}
.modal .modal-header span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.modal .modal-header button {
  color: white !important;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: -5px 0 0 0;
  padding-right: 0;
  background: transparent;
  opacity: 1;
}
.modal .modal-header button i {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
  }
}
header .intro-page {
  text-align: center;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  header .intro-page {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.partager {
  margin-top: 35px;
  margin-bottom: 15px;
  position: relative;
}
.partager a.bt {
  width: 140px;
}
.partager .cta.ctaLarge i {
  right: 0;
}
.partager .boutons-rezo {
  position: absolute;
  left: -1070px;
  width: calc(100% - 170px);
  height: 35px;
  top: 7px;
  transition: all 0.45s;
}
.partager .boutons-rezo a {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.85;
}
.partager .boutons-rezo a img {
  width: 35px;
  height: 35px;
}
.partager .boutons-rezo a:hover {
  opacity: 1;
}
.partager .boutons-rezo.active {
  left: 170px;
}

/* SWAL */
.swal2-styled.swal2-confirm {
  background-color: var(--blueDark) !important;
}

.swal2-title {
  font-family: "Poppins";
  font-size: 1.4em !important;
}

/* PUB BAS HORIZONTALE */
.pub-bas {
  display: none;
}

@media (min-width: 768px) {
  .pub-bas {
    display: block;
  }
}

/*.mb-20-not-iphone {margin-bottom:0!important;}*/
@media (min-width: 576px) {
	.mb-20-not-iphone {margin-bottom:0!important;}
}

/*** FORMULAIRE et champs formulaire ***/
.form-control {border-radius: var(--bordRad-formulaire); padding: 0.625rem 0.75rem; font-size: 0.9rem; background: #fff!important;}
.form-control::placeholder {font-size: 14px; }
.input-group-attribut {position: relative; }
.input-group-attribut .avec-attribut {padding-left: 50px;}
.input-group-attribut .attribut {padding: 0 0.8rem; left: 10px; color: #aaa; line-height: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.input-group-attribut .attribut img {height: 20px;}
.input-group-attribut-right {position: relative; }
.input-group-attribut-right .avec-attribut {padding-right: 50px;}
.input-group-attribut-right .attribut {padding: 0 0.8rem; right: 10px; color: #aaa; line-height: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.input-group-attribut-right .attribut img {height: 20px;}
.input-group-attribut-right .attribut.attribut-titre img {height: 12px;}
.input-group-attribut-right .avec-attribut-select {background: url(../images/attributs-input/select.svg) right 15px center #fff!important; background-repeat: no-repeat!important; background-size: 23px auto!important;}

.input-group-text-left {position: relative; }
.input-group-text-left .avec-text {padding-left: 50px;}
.input-group-text-left .text-left {padding: 0 0.8rem; left: 10px; color: #aaa; line-height: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

form .ligne-form {padding-bottom: 20px;}
form .ligne-form.ligne-form-reduit1 {padding-bottom: 10px!important;}
form .ligne-form.ligne-form-reduit2 {padding-bottom: 0px!important;}
form .ligne-form.ligne-form-expand1 {padding-bottom: 30px!important;}
form .ligne-form.ligne-form-expand2 {padding-bottom: 60px!important;}
form .ligne-form.ligne-form-expand3 {padding-bottom: 50px!important;}


/*** popup calendrier ***/
.ui-datepicker table{font-size: 12px;}
.ui-datepicker select.ui-datepicker-day, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {font-size: 12px;}
.ui-widget button {font-size: 12px;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 46%; text-align: center;}
.ui-datepicker .ui-datepicker-title select {margin: 1px 2px;}


/* The switch - the box around the slider */
.switch-bouton {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch-bouton input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-switch:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider-switch {
  background-color: var(--blueLight);
}
input.readonly + .slider-switch {
  background-color: var(--blueLight);
}
input:focus + .slider-switch {
  box-shadow: 0 0 1px var(--blueLight);
}
input:checked + .slider-switch:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
input.readonly + .slider-switch:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
/* Rounded sliders */
.slider-switch.round {
  border-radius: 26px;
}
.slider-switch.round:before {
  border-radius: 50%;
}

/*.switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem}.switch label{margin:0}.switch input:empty{margin-left:-999px;height:0;width:0;overflow:hidden;position:absolute;opacity:0}.switch input:empty~span{display:inline-block;position:relative;float:left;width:1px;text-indent:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch input:empty~span:before,.switch input:empty~span:after{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;bottom:0;left:0;content:" ";-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in}.switch input[disabled]{cursor:not-allowed}.switch input[disabled]~span:after,.switch input[disabled]~span:before{cursor:not-allowed;opacity:.5}.switch.switch-icon input:checked~span:after{font-family:Ki;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;content:"";line-height:0}.switch input:empty~span{margin:2px 0;height:30px;width:57px;border-radius:15px}.switch input:empty~span:before,.switch input:empty~span:after{width:54px;border-radius:15px}.switch input:empty~span:after{height:24px;width:24px;top:3px;bottom:3px;margin-left:3px;font-size:.65em;text-align:center;vertical-align:middle}.switch input:checked~span:after{margin-left:26px}.switch.switch-sm input:empty~span{margin:2px 0;height:24px;width:40px;border-radius:12px}.switch.switch-sm input:empty~span:before,.switch.switch-sm input:empty~span:after{width:38px;border-radius:12px}.switch.switch-sm input:empty~span:after{height:20px;width:20px;top:2px;bottom:2px;margin-left:2px;font-size:.55em;text-align:center;vertical-align:middle}.switch.switch-sm input:checked~span:after{margin-left:16px}.switch.switch-lg input:empty~span{margin:2px 0;height:40px;width:75px;border-radius:20px}.switch.switch-lg input:empty~span:before,.switch.switch-lg input:empty~span:after{width:72px;border-radius:20px}.switch.switch-lg input:empty~span:after{height:34px;width:34px;top:3px;bottom:3px;margin-left:3px;font-size:.75em;text-align:center;vertical-align:middle}.switch.switch-lg input:checked~span:after{margin-left:34px}.switch input:empty~span:before{background-color:#ebedf3}.switch input:empty~span:after{background-color:#fff;opacity:.7}.switch input:checked~span:before{background-color:#ebedf3}.switch input:checked~span:after{opacity:1;color:#fff;background-color:#3699ff}.switch.switch-primary:not(.switch-outline) input:empty~span:before{background-color:#3699ff}.switch.switch-primary:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-primary:not(.switch-outline) input:checked~span:before{background-color:#3699ff}.switch.switch-primary:not(.switch-outline) input:checked~span:after{opacity:1;color:#3699ff;background-color:#fff}.switch.switch-outline.switch-primary input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-primary input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-primary input:checked~span:before{border:2px solid #3699ff;background-color:transparent}.switch.switch-outline.switch-primary input:checked~span:after{color:#fff;background-color:#3699ff}.switch.switch-secondary:not(.switch-outline) input:empty~span:before{background-color:#e4e6ef}.switch.switch-secondary:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-secondary:not(.switch-outline) input:checked~span:before{background-color:#e4e6ef}.switch.switch-secondary:not(.switch-outline) input:checked~span:after{opacity:1;color:#e4e6ef;background-color:#fff}.switch.switch-outline.switch-secondary input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-secondary input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-secondary input:checked~span:before{border:2px solid #e4e6ef;background-color:transparent}.switch.switch-outline.switch-secondary input:checked~span:after{color:#fff;background-color:#e4e6ef}.switch.switch-success:not(.switch-outline) input:empty~span:before{background-color:#1bc5bd}.switch.switch-success:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-success:not(.switch-outline) input:checked~span:before{background-color:#1bc5bd}.switch.switch-success:not(.switch-outline) input:checked~span:after{opacity:1;color:#1bc5bd;background-color:#fff}.switch.switch-outline.switch-success input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-success input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-success input:checked~span:before{border:2px solid #1bc5bd;background-color:transparent}.switch.switch-outline.switch-success input:checked~span:after{color:#fff;background-color:#1bc5bd}.switch.switch-info:not(.switch-outline) input:empty~span:before{background-color:#8950fc}.switch.switch-info:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-info:not(.switch-outline) input:checked~span:before{background-color:#8950fc}.switch.switch-info:not(.switch-outline) input:checked~span:after{opacity:1;color:#8950fc;background-color:#fff}.switch.switch-outline.switch-info input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-info input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-info input:checked~span:before{border:2px solid #8950fc;background-color:transparent}.switch.switch-outline.switch-info input:checked~span:after{color:#fff;background-color:#8950fc}.switch.switch-warning:not(.switch-outline) input:empty~span:before{background-color:#ffa800}.switch.switch-warning:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-warning:not(.switch-outline) input:checked~span:before{background-color:#ffa800}.switch.switch-warning:not(.switch-outline) input:checked~span:after{opacity:1;color:#ffa800;background-color:#fff}.switch.switch-outline.switch-warning input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-warning input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-warning input:checked~span:before{border:2px solid #ffa800;background-color:transparent}.switch.switch-outline.switch-warning input:checked~span:after{color:#fff;background-color:#ffa800}.switch.switch-danger:not(.switch-outline) input:empty~span:before{background-color:#f64e60}.switch.switch-danger:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-danger:not(.switch-outline) input:checked~span:before{background-color:#f64e60}.switch.switch-danger:not(.switch-outline) input:checked~span:after{opacity:1;color:#f64e60;background-color:#fff}.switch.switch-outline.switch-danger input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-danger input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-danger input:checked~span:before{border:2px solid #f64e60;background-color:transparent}.switch.switch-outline.switch-danger input:checked~span:after{color:#fff;background-color:#f64e60}.switch.switch-light:not(.switch-outline) input:empty~span:before{background-color:#f3f6f9}.switch.switch-light:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-light:not(.switch-outline) input:checked~span:before{background-color:#f3f6f9}.switch.switch-light:not(.switch-outline) input:checked~span:after{opacity:1;color:#f3f6f9;background-color:#fff}.switch.switch-outline.switch-light input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-light input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-light input:checked~span:before{border:2px solid #f3f6f9;background-color:transparent}.switch.switch-outline.switch-light input:checked~span:after{color:#fff;background-color:#f3f6f9}.switch.switch-dark:not(.switch-outline) input:empty~span:before{background-color:#181c32}.switch.switch-dark:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-dark:not(.switch-outline) input:checked~span:before{background-color:#181c32}.switch.switch-dark:not(.switch-outline) input:checked~span:after{opacity:1;color:#181c32;background-color:#fff}.switch.switch-outline.switch-dark input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-dark input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-dark input:checked~span:before{border:2px solid #181c32;background-color:transparent}.switch.switch-outline.switch-dark input:checked~span:after{color:#fff;background-color:#181c32}.switch.switch-white:not(.switch-outline) input:empty~span:before{background-color:#fff}.switch.switch-white:not(.switch-outline) input:empty~span:after{background-color:#fff;opacity:.7}.switch.switch-white:not(.switch-outline) input:checked~span:before{background-color:#fff}.switch.switch-white:not(.switch-outline) input:checked~span:after{opacity:1;color:#fff;background-color:#fff}.switch.switch-outline.switch-white input:empty~span:before{border:2px solid #ebedf3;background-color:transparent}.switch.switch-outline.switch-white input:empty~span:after{background-color:#ebedf3}.switch.switch-outline.switch-white input:checked~span:before{border:2px solid #fff;background-color:transparent}.switch.switch-outline.switch-white input:checked~span:after{color:#fff;background-color:#fff}*/
/*****************************************/
/******** 2. CORE ************************/
/*****************************************/
.pub {
  /*border: 1px solid #666;*/
  display: block;
  margin: 0 auto;
}
.pub.pub1 {
  max-width: 300px;
}
.pub.pub2 {
  max-width: 352px;
}
.pub.pub3 {
  max-width: 968px;
}

section {
  background-color: var(--bg1);
  padding: 40px 0;
}
section .sectionTitle {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .firstLine .item {
    /*  height: 500px;*/
  }
}
.communesDisplay {
  overflow: scroll;
  padding-left: 8px;
}

.carousel {
  padding-left: 8px;
}

.commune {
  width: 200px;
  min-width: 200px;
  height: 260px;
  border-radius: var(--bordRad);
  overflow: hidden;
  margin: 0 auto;
}
.commune .innerCommune {
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.commune .innerCommune * {
  color: white;
}
.commune .innerCommune .name {
  text-align: center;
}
.commune .innerCommune .name i {
  font-size: 32px;
}
.commune .innerCommune .name .communeTitle {
  margin: 10px 0 0 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
}
.commune:hover .cta {
  color: var(--blueDark);
  background-color: white;
}
.commune:hover .cta i {
  color: var(--blueDark);
}

@media screen and (max-width: 767px) {
  .communesDisplay .commune {
    width: 180px;
    height: 240px;
    min-width: 180px;
  }
}
.carousel.owl-theme .owl-nav span,
.carousel .owl-dots {
  display: none;
}

.carousel.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  padding: 10px 0 0px;
}

.carousel.owl-theme .owl-nav button {
  margin-left: 20px;
  margin-right: 20px;
}

.carousel.owl-theme .owl-nav i {
  color: black;
  font-size: 24px;
}



/*****************************************/
/******** 3. HEADER-XS *******************/
/*****************************************/
header .header-xs {
  /*padding-top: 38px;*/
}
header .header-xs .headerTop {
  background-color: var(--blueDark);
  position: fixed;
  top: 0;
  left: 0;
  font-size: 0.9em !important;
  width: 100%;
  z-index: 15;
}
header .header-xs .headerTop.ombre {
  box-shadow: 0px 1px 6px #212121;
}
header .header-xs .headerTop a.icone {
  width: 32px;
}
header .header-xs .headerTop .flexCL {
  /*width: 64px;*/
  width: 32px; /*remettre à 64 quand on activera le compte user */
}
header .header-xs .headerSearch {
  background: var(--blueLight);
  height: 39px;
  padding-top: 7px;
  top: 90px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 15;
  display: none;
  color: #fff;
}
header .header-xs .headerSearch form input[type=text] {
  height: 26px;
  background: #fff;
  border-radius: 15px;
  padding: 4px;
  border: none;
  text-align: center;
  font-size: 13px;
}
header .header-xs .headerSearch form input[type=text]::-moz-placeholder {
  color: #000;
}
header .header-xs .headerSearch form input[type=text]:-ms-input-placeholder {
  color: #000;
}
header .header-xs .headerSearch form input[type=text]::placeholder {
  color: #000;
}

@media screen and (min-width: 399px) {
  header .header-xs .headerSearch {
    top: 94px;
  }
}
.modal .modal-header {
  background-color: var(--blueLight);
  display: block;
  position: relative;
}
.modal .modal-header span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.modal .modal-header button {
  color: white !important;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: -5px 0 0 0;
  padding-right: 0;
  background: transparent;
  opacity: 1;
}
.modal .modal-header button i {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
  }
}
div#voirToutModal .modal-header {
  background-color: var(--blueLight);
  display: block;
  position: relative;
}
div#voirToutModal .modal-header span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
div#voirToutModal .modal-header button {
  color: white !important;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: -5px 0 0 0;
  padding-right: 0;
  background: transparent;
  opacity: 1;
}
div#voirToutModal .modal-header button i {
  font-size: 24px;
}
div#voirToutModal .wrapperCategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#voirToutModal .wrapperCategories .cat {
  width: 30%;
  min-width: 30%;
  display: block;
  text-align: center;
  height: 44px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s all ease-out;
  color: black;
  font-weight: 300;
}
div#voirToutModal .wrapperCategories .cat:last-child {
  border: 0;
}
div#voirToutModal .wrapperCategories .cat:hover {
  color: var(--blueLight);
}

#menuModal .modal-header {
  border: 0;
  background-color: var(--blueDark) !important;
}
#menuModal .modal-header span {
  color: var(--blueDark) !important;
}
#menuModal .modal-body {
  background-color: var(--blueDark);
  display: flex;
  align-items: center;
  justify-content: center;
  /*ul{
      margin-top: -60px;
      li{
          margin: 15px 0;
          text-align: center;
          a{
              font-size: 20px;
              color: white;
              i{
                  font-size: 24px;
              }
          }
      }
  }*/
}
#menuModal .modal-body button {
  position: fixed;
  top: 12px;
  right: 12px;
  background: none;
  color: #fff;
  height: 45px;
  width: 45px;
  opacity: 0.7;
}
#menuModal .modal-body button i {
  font-size: 52px;
}
#menuModal .modal-body button:hover {
  opacity: 1;
}
#menuModal .modal-body .contenu {
  display: block;
  /*max-width: 320px;
  margin: 0 auto;*/
  padding-left: 5px;
}
#menuModal .modal-body .contenu .gros-liens {
  padding-bottom: 100px;
}
#menuModal .modal-body .contenu .gros-liens a {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
#menuModal .modal-body .contenu .gros-liens a:hover {
  text-decoration: underline !important;
}
#menuModal .modal-body .contenu .on-aime {
  color: #fff;
}
#menuModal .modal-body .contenu .on-aime .titre {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 1px #74a0e3;
  margin-bottom: 10px;
}
#menuModal .modal-body .contenu .on-aime .colonne {
  margin-bottom: 5px;
}
#menuModal .modal-body .contenu .on-aime a {
  color: #9bc3ef;
}
#menuModal .modal-body .contenu .on-aime a:hover {
  color: #fff;
}
#menuModal .modal-body .contenu .on-aime a.cta {
  width: 120px;
  padding: 0;
  height: 26px;
  color: #fff;
}
#menuModal .modal-body .contenu .on-aime a.cta:hover {
  background-color: var(--blueLight);
}

#menuModal .modal-body .contenu form {
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left !important;
 /* background-color: var(--bg1);*/
 border: solid 1px #fff;
 color: #fff;
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
}
#menuModal .modal-body .contenu  form input {
  border: 0;
  background: none;
  color: #fff;
  /*width: 240px;*/
}
#menuModal .modal-body .contenu form input::-moz-placeholder {
  color: #fff;
}
#menuModal .modal-body .contenu form input:-ms-input-placeholder {
  color: #fff;
}
#menuModal .modal-body .contenu  form input::placeholder {
  color: #fff;
}
#menuModal .modal-body .contenu form button {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 7px;
  transition: 0.3s all ease-out;
}
#menuModal .modal-body form button i {font-size: 25px;}
#menuModal .modal-body .contenu form button:hover {
  /*background-color: var(--blueDark) !important;*/
}


#menuModal .modal-body .contenu .autres-liens {
  margin-top: 40px;
}
#menuModal .modal-body .contenu .autres-liens .colonne {
  margin-bottom: 5px; line-height: 30px;
}
#menuModal .modal-body .contenu .autres-liens a {
  color: #fff; font-size: 17px;
}
#menuModal .modal-body .contenu .autres-liens a:hover {
  color: #fff; text-decoration: underline;
}
#menuModal .modal-body .contenu .autres-liens a i {
  font-size: 25px;
  margin-right: 5px;
}

header .header-xs .logo img {
  height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 399px) {
  header .header-xs .logo img {
    height: 95px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header .header-xs .headerBottom {
  background-color: var(--blueDark);
  padding-top: 88px;
  padding-bottom: 14px;
}
header .header-xs .headerBottom .col {
  padding: 0;
  margin: 0;
}
header .header-xs .headerBottom ul li {
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  display: block;
  border-left: 1px solid #fff;
  color: #fff;
}
header .header-xs .headerBottom ul li:first-child {
  padding-left: 0;
  border: 0;
}
header .header-xs .headerBottom ul li:last-child {
  padding-right: 0;
}
header .header-xs .headerBottom ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
header .header-xs .headerBottom ul li a:hover {
  color: #fff;
}
header .header-xs .headerBottom ul li a.current {
  font-weight: 700;
}
header .header-xs .headerBottom form {
  margin: 0 auto;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left !important;
  background-color: var(--bg1);
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
}
header .header-xs .headerBottom form input {
  border: 0;
  background: none;
  /*width: 240px;*/
}
header .header-xs .headerBottom form input::-moz-placeholder {
  color: #000;
}
header .header-xs .headerBottom form input:-ms-input-placeholder {
  color: #000;
}
header .header-xs .headerBottom form input::placeholder {
  color: #000;
}
header .header-xs .headerBottom form button {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 7px;
  transition: 0.3s all ease-out;
}
header .header-xs .headerBottom form button:hover {
  background-color: var(--blueDark) !important;
}
header .header-xs .headerBottom .user {
  margin-left: 20px;
}
header .header-xs .headerBottom .user img {
  height: 50px;
}

@media screen and (min-width: 399px) {
  header .header-xs .headerBottom {
    padding-top: 98px;
  }
}
/*
@media screen and (max-width: 991px){
    header{
        .headerBottom{
            a{
                font-size: 16px !important;
            }
            ul.flexCL{
                display: block !important;
                li{
                    padding: 5px 0;
                    border:0;
                    height: auto;
                }
            }
            .logo{
                img{
                    height: 80px;
                }
            }
        }
    }
}

@media screen and (max-width: 640px){
    header{
        .headerBottom{
            .wrapper{
                display: block;
                form{
                    width: calc(100% - 65px);
                }
                .logo{
                    margin-bottom: 40px;
                    img{
                        height: 120px;
                    }
                }
                .user{
                    margin: 0px;
                    img{
                        min-width: 50px;
                    }
                }
                .flexCR{
                    justify-content: space-between;
                }

            }
        }
    }
}
*/




/*****************************************/
/******** 4. HEADER-MD *******************/
/*****************************************/
@media screen and (max-width: 767px) {
  header .header-md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .header-xs {
    display: none;
  }
}
header .header-md {
  padding-top: 38px;
  margin-bottom: 20px;
}
header .header-md .headerTop {
  background-color: var(--blueDark);
  position: fixed;
  top: 0;
  left: 0;
  font-size: 0.9em !important;
  width: 100%;
  z-index: 15;
}
header .header-md nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}
header .header-md nav > div ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-md nav > div ul li {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-md nav > div ul li a {
  color: white;
}
header .header-md nav > div ul li a:hover {
  color: white;
}
header .header-md nav .left li {
  margin-right: 20px;
}
header .header-md nav .left li:last-child {
  margin-right: 0;
}
header .header-md nav .left a {
  font-weight: 500;
}
header .header-md nav .left a.cta-points-relais {border: 2px solid white;
    height: 24px;
    border-radius: 12px;
    padding: 0 8px;
    font-weight: 600;border-color: var(--blueLight);color: white;
    background-color: var(--blueLight);}
header .header-md nav .left a.cta-points-relais i {font-size: 15px;    margin-right: 6px;    position: relative;   }
header .header-md nav .left a.cta-points-relais:hover {background-color: var(--blueDark);  
  text-decoration: none !important;
}

header .header-md nav .left a:hover {
  text-decoration: underline !important;
}
header .header-md nav .left a.cta:hover {
  text-decoration: none !important;
}
header .header-md nav .right li {
  margin-left: 20px;
}
header .header-md nav .right li:last-child {
  margin-left: 0;
}
header .header-md nav .right li.social {
  margin-left: 10px;
}
header .header-md nav .right i {
  font-size: 20px;
}
header .header-md nav .right a {
  font-weight: 500;
}
header .header-md nav .right a:hover {
  text-decoration: underline !important;
}
header .header-md nav .right a.cta:hover {
  text-decoration: none !important;
}
header .header-md nav .right a.icone-menu:hover {
  text-decoration: none !important;
}
header .header-md nav .cta.ctaWhite {
  height: 28px !important;
}

@media screen and (max-width: 950px) {
  header .header-md nav .hideFirst {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  header .header-md nav .hideSecond {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-md nav .hideThird {
    display: none !important;
  }
}
/*
@media screen and (max-width: 1200px){
    header .header-md nav .hideThird{
        display: none !important;
    }
}*/
header .header-md .logo img {
  height: 120px;
  /*filter: invert(25%) sepia(73%) saturate(1380%) hue-rotate(193deg) brightness(92%) contrast(98%);*/
  /*filter: invert(26%) sepia(97%) saturate(1205%) hue-rotate(194deg) brightness(82%) contrast(94%);*/
}

header .header-md .headerBottom {
  padding: 40px 0;
  padding-bottom: 20px;
}
header .header-md .headerBottom .col {
  padding: 0;
  margin: 0;
}
header .header-md .headerBottom ul li {
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  display: block;
  border-left: 1px solid var(--border);
}
header .header-md .headerBottom ul li:first-child {
  padding-left: 0;
  border: 0;
}
header .header-md .headerBottom ul li:last-child {
  padding-right: 0;
}
header .header-md .headerBottom ul li a {
  font-size: 18px;
  font-weight: 500;
}
header .header-md .headerBottom ul li a:hover {
  color: var(--blueDark);
}
header .header-md .headerBottom ul li a.current {
  font-weight: 700;
}
header .header-md .headerBottom form {
  margin: 0 auto;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left !important;
  background-color: #fff;
  border: solid 1px var(--border);
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
}
header .header-md .headerBottom form input {
  border: 0;
  background: none;
  width: calc(100% - 35px);
}
header .header-md .headerBottom form input::-moz-placeholder {
  color: var(--border);
}
header .header-md .headerBottom form input:-ms-input-placeholder {
  color: var(--border);
}
header .header-md .headerBottom form input::placeholder {
  color: var(--border);
}
header .header-md .headerBottom form button {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 7px;
  transition: 0.3s all ease-out;
  opacity: 0.65;
}
header .header-md .headerBottom form button i {font-size: 24px; color: #2196f3 !important; }
header .header-md .headerBottom form button:hover {
  /*background-color: var(--blueDark) !important;*/opacity: 1;
}
header .header-md .headerBottom .user {
	display: block; width: 175px; margin: 0 auto; color: #000; font-weight: 600; padding-left: 49px; background: url(../images/header/user-desktop.svg) left center no-repeat; background-size: auto 38px;  padding-top: 11px; height: 52px; font-size: 18px;
}
/*header .header-md .headerBottom .user img {
  height: 50px;
}*/

/*
@media screen and (max-width: 991px){
    header .header-mdheader{
        .headerBottom{
            a{
                font-size: 16px !important;
            }
            ul.flexCL{
                display: block !important;
                li{
                    padding: 5px 0;
                    border:0;
                    height: auto;
                }
            }
            .logo{
                img{
                    height: 80px;
                }
            }
        }
    }
}
*/

header .header-md .headerBottom #zone-3liens {
  width: 325px;
}
header .header-md .headerBottom form {
  width: 325px;
  margin-top: 10px;
  /*margin-left: 70px;*/
}



@media screen and (max-width: 1160px) {
	header .header-md .headerBottom #zone-3liens ul {display: block;}
	header .header-md .headerBottom #zone-3liens ul li {text-align: center; border-left: none!important; padding:0 !important; padding-bottom: 30px !important; padding-left: 20px!important; }
	header .header-md .headerBottom form {width: 235px;}
	header .header-md .headerBottom #zone-3liens {width: 235px;}	
}
@media screen and (max-width: 991px) {	
	header .header-md .headerBottom form {width: 185px;}
	header .header-md .headerBottom #zone-3liens {width: 155px;}	
}


/*****************************************/
/******** 5. FOOTER **********************/
/*****************************************/
footer.footer-ligne-haut {border-top: solid 1px #dedede;}
.bandeauBleu {
  padding: 20px 0;
}
.bandeauBleu .bandeauTitle {
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 40px;
  color: white;
  margin-bottom: 0;
}

.bandeauGris {
  background-color: var(--bg1);
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.bandeauGris a {
  color: #000;
}
.bandeauGris a:hover {
  text-decoration: underline !important;
}

.footerMiddle {
  padding: 60px 0;
  padding-bottom: 20px;
}
.footerMiddle .logo img {
  height: 80px;
  display: block;
  margin: 0 auto;
}


footer ul.link li {
  text-align: center;
}
footer ul.link li.title {
  font-weight: bold;
  font-size: 18px; line-height: 21px;
  padding-bottom: 8px;
}
footer ul.link li a:not(.cta) {
  color: #000;
  padding: 5px;
  display: inline-block;
}
footer ul.link li a:hover {
  text-decoration: underline !important;
}
footer ul.link li a.cta:hover {
  text-decoration: none !important;
}
footer ul.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
footer ul.social li {
  padding: 0 5px;
}
footer ul.social li a i {
  font-size: 28px;
}
footer .bloc-newsletter {display: none;}

.colonne-rubriques, .colonne-plan {
  display: none;
}

@media screen and (min-width: 768px) {
  .colonne-rubriques, .colonne-plan {
    display: block;
  }
  footer .bloc-newsletter {display: block;}
  .footerMiddle {padding-bottom: 60px;}
}


/*****************************************/
/******** 6. ITEMS ***********************/
/*****************************************/
.withItems .itemTitle {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 600px;
  font-weight: 600;
  font-size: 22px;
  color: black;
  transition: all 0.3s ease-in-out;
}

.metaBox {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  text-align: center;
}
.metaBox p {
  color: inherit;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.metaBox p > span {
  text-transform: uppercase;
  font-weight: 600;
}
.metaBox p > span span {
  font-weight: 300;
  text-transform: initial;
}
.metaBox p > span a {
  color: #fff;
}
.metaBox p > span a:hover {
  text-decoration: underline !important;
}


.withItems .pub {display: flex; height:100%; justify-content: space-between; align-items: center; margin: 0 auto;}
.withItems span.zone-pub {width:100%; height: 100%; display: block; align-items: center; justify-content: space-between;}
.withItems .pub img {display: block; margin: 0 auto;}
.withItems.withItems-agenda span.zone-pub {/*height: calc(100% - 24px);*/ height: 100%;}
.withItems .item {
  border: 1px solid var(--border);
  border-radius: var(--bordRad);
  overflow: hidden;
 /* cursor: pointer;*/
  background-color: white;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.withItems .item .targetItem {
  position: absolute;
  width: 100%;
  height: 200px;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
}
.withItems .featuredItem.item .targetItem {height: 400px;}
.withItems .item .targetItem .cadre {height: 100%; position: relative;}
.withItems .item .targetItem .cadre a.lien {display: block; height: 100%;}
.withItems .item.col {
  padding: 0;
}
.withItems .item .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 206px;
}
.withItems .item .innerImage {
  width: 100%;
  padding: 10px 15px 10px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
}
.withItems .item .itemContent {
  padding: 0 20px 10px;
}
.withItems .item .itemContent .metaBox {
  color: #aaa;
  font-size: 14px;
  height: 30px;
  line-height: 17px;
}
.withItems .item .itemContent .metaBox a {
  color: #aaa;
}
.withItems .item .itemContent .itemTitle {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px !important; text-align: left;
}
.withItems .item.featureditem .image {
 /* height: 100%;*/
}
.withItems .item.featureditem .image .innerImage {
  padding: 80px 30px 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
.withItems .item.featureditem .itemTitle {
  color: white;
  font-size: 35px;
  margin-bottom: 20px;
}
.withItems .item.featureditem a {
  color: white;
}
.withItems .item.featureditem a:hover {
  /*color: var(--blueLight);*/
  text-decoration: underline !important;
}
.withItems .item.featureditem .metaBox {
  color: white;
}
.withItems .item.featureditem .metaBox a {
  color: white;
}
.withItems .item.featureditem .metaBox .nom-ville a {
  color: white;
}
.withItems .item.featureditem .metaBox .nom-ville a:hover {
  text-decoration: underline !important;
}
.withItems .item.featureditem .metaBox .nom-categorie a {
  color: white;
}
.withItems .item.featureditem .metaBox .nom-categorie a:hover {
  text-decoration: underline !important;
}
.withItems .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.withItems .item:hover .itemContent .itemTitle {
  color: var(--blueLight);
}
.withItems .item.item2 {
 /* border: none;
  border-radius: 0;
  border-top-left-radius: var(--bordRad); border-top-right-radius: var(--bordRad);*/
  background: var(--bs-white);
  height: 100%;
}
.withItems .featuredItem.item.item2 {height: calc(100% - 24px); }
.withItems .item.item2 .image {
  border-top-left-radius: var(--bordRad); border-top-right-radius: var(--bordRad);
}
.withItems .item.item2 .image .innerImage {
  border-top-left-radius: var(--bordRad); border-top-right-radius: var(--bordRad);  
  z-index: 2;
}
.withItems .item .metaBox2 {
  color: #9e9e9e;
  padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px;
  font-size: 0.82rem;  
}
.withItems .item .metaBox2 a {
  color: #9e9e9e;
  font-weight: 600;
  text-transform: uppercase;
}
.withItems .item .metaBox2 a:hover {text-decoration: underline!important;}
.withItems .item.item2 .itemContent {
  padding-left: 20px; padding-right: 20px; padding-bottom: 20px;
}
.withItems .item.item2 .itemContent .itemTitle {
  align-items: flex-start !important;
  justify-content: left;
  height: auto !important;
  text-align: left;
  margin: 0 !important; margin-top: 15px!important; margin-bottom: 15px!important;
}
/*.withItems .item.item2:hover {
  box-shadow: none !important;
}*/
.withItems .item.item2.featureditem .image {
  /*height: 200px !important;*/
}
.withItems .item.item2.featureditem .image .innerImage {
  padding: 20px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
}
.withItems .item.item2.featureditem .itemContent {
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
}
.withItems .item.item2.featureditem a {
  color: #000;
}
.withItems .item.item2.featureditem a:hover {
  color: var(--blueLight);
  text-decoration: none !important;
}
.withItems .item.item2.featureditem .metaBox {text-align: left!important;}
.withItems .item.item2.featureditem .metaBox a {color: #fff;}
.withItems .item.item2.featureditem .metaBox a:hover {text-decoration: underline !important;}
.withItems .item.item2.featureditem .metaBox2 a {
  color: #9e9e9e;
}
.withItems .item.item2.featureditem .metaBox2 a:hover {
  text-decoration: underline !important;
}
.withItems .item.item2.featureditem .chapeau {
  font-size: 17px;
  line-height: 22px;
  margin-top: 5px;
}
.withItems .item.item2.featureditem .debut-article {display: none;}


@media (min-width: 280px) {
	/*.withItems .item .image {height: 260px;}*/
	.withItems .item .image {height: auto;}
	.withItems .item .image:before {
	  content: "";
	  display: block;
	  height: 0;
	  width: 1px;
	  padding-top:56.25%; /* 16/9 */
	}
	/*.withItems .item.item2.featureditem .image {height: 260px !important;}*/
	.withItems .item.item2.featureditem .image:before{padding-top:75%;}
	
	.page-actualite .withItems .item .image:before {padding-top: 100%;}
}
@media (min-width: 450px) {
	/*.withItems .item .image {height: 280px;}*/
	/*.withItems .item.item2.featureditem .image {height: 280px !important;}*/
}
@media (min-width: 510px) {
	.withItems .item .itemContent .itemTitle {height: 100px;}
	/*.withItems .item.item2.featureditem .image {height: 310px !important;}*/
}
@media (min-width: 576px) {
	/*.withItems .item .image {height: 226px;}*/
	
	/*.withItems .item.item2.featureditem .image {height: 380px !important;}*/
}
@media (min-width: 768px) {
	/*.withItems .item.item2.featureditem .image {height: 420px !important;}*/
	.page-actualite .withItems .item .image:before {padding-top: 56.25%;}
}
@media (min-width: 800px) {
	/*.withItems .item.item2.featureditem .image {height: 500px !important;}*/
}
@media (min-width: 992px) {
  .withItems .item.featureditem .image {
    /*height: 100% !important;*/height: 300px!important;
  }
  .withItems .item.item2.featureditem .debut-article {
	  display: block;
	  font-size: 17px;
	  line-height: 22px;
	  margin-top: 15px;
	}
  
}
@media (min-width: 1200px) {
	.withItems .item .image {height: 200px;}
  .withItems .item.item2.featureditem .image {height: 400px!important;}
   /*.withItems .item .image:before {display: none;}*/
}

section.withItems .row > div {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.zone-pagination {
  font-family: Poppins;
  text-align: center;
}
.zone-pagination a {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.07rem;
}
.zone-pagination a.current {
  font-weight: bold;
}
.zone-pagination a.fleche {
  width: 25px;
  height: 35px;
  vertical-align: bottom;
}
.zone-pagination a.fleche.fleche-precedente {
  background: url(../images/fleche-pagination-prev.svg) center center no-repeat;
  background-size: 25px auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
}
.zone-pagination a.fleche.fleche-precedente:hover {
  background: url(../images/fleche-pagination-prev-hover.svg) center center no-repeat;
  background-size: 25px auto;
}
.zone-pagination a.fleche.fleche-suivante {
  background: url(../images/fleche-pagination-next.svg) center center no-repeat;
  background-size: 25px auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
}
.zone-pagination a.fleche.fleche-suivante:hover {
  background: url(../images/fleche-pagination-next-hover.svg) center center no-repeat;
  background-size: 25px auto;
}



/*****************************************/
/******** 7. SEARCH **********************/
/*****************************************/
#search {
  margin: 20px 0 24px;
  border-radius: var(--bordRad);
}
#search fieldset {
  width: 250px;
}
#search fieldset label {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  color: white;
  display: block;
}
#search .carquois {
  margin: 0 30px;
  padding-top: 60px;
}
#search .carquois img {
  width: 26px;
  height: 22px;
}
#search #searchBtn:hover {
  background-color: var(--bs-orange) !important;
  border-color: var(--bs-orange) !important;
}
#search .date input {
  cursor: pointer;
}

.fieldRange {
  padding-top: 10px;
}
.fieldRange > span,
.fieldRange label {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 600;
  color: white;
}
.fieldRange span span {
  font-weight: 300;
}
.fieldRange input {
  width: 140px;
}

.fieldBox {
  position: relative;
  border-radius: var(--bordRad);
  background-color: #fff;
  height: 48px;
  padding: 0 0px 0 15px;
  overflow: hidden;
  z-index: 10;
}
.fieldBox i {
  color: var(--bs-red);
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}
.fieldBox input,
.fieldBox select {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  display: block;
  padding-right: 36px;
}
.fieldBox input::-moz-placeholder, .fieldBox select::-moz-placeholder {
  color: black;
}
.fieldBox input:-ms-input-placeholder, .fieldBox select:-ms-input-placeholder {
  color: black;
}
.fieldBox input::placeholder,
.fieldBox select::placeholder {
  color: black;
}

select.form-select {
  background-image: url(../images/arrow-select.svg);
  background-size: 22px auto;
  cursor: pointer;
  border-radius: var(--bordRad);
  height: 48px;
  padding: 0 0px 0 15px;
}

/* SELECTEUR RANGE */
input[type=range] {
  -webkit-appearance: none;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(var(--bs-primary), var(--bs-primary)) !important;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border-radius: 7px;
}

input.rouge[type=range] {
  background-image: linear-gradient(var(--bs-red), var(--bs-red)) !important;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--bs-primary);
  cursor: ew-resize;
  position: relative;
  top: 1px;
}

input.rouge[type=range]::-webkit-slider-thumb {
  background: var(--bs-red);
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

/*
input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-image: linear-gradient(#ff4500, #ff4500)!important;
    background-size: 70% 100%;
    background-repeat: no-repeat;
  }


  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
  }

  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
  }

  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
  }

  input[type="range"]::-webkit-slider-thumb:hover {
    background: #ff0200;
  }

  input[type="range"]::-moz-range-thumb:hover {
    background: #ff0200;
  }

  input[type="range"]::-ms-thumb:hover {
    background: #ff0200;
  }


  input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }


*/
@media screen and (max-width: 800px) {
  #search .flexSC {
    flex-direction: column;
    justify-content: center;
  }
  #search .flexSC fieldset {
    margin: 0 auto 20px;
  }
  #search .flexSC .carquois {
    display: none;
  }
  .headerActu {
    flex-direction: column;
    justify-content: center;
  }
  section .sectionTitle {
    margin-bottom: 30px !important;
    text-align: center;
  }
}


/*****************************************/
/******** 8. ACTUS ***********************/
/*****************************************/
.col-agenda {margin-bottom: 20px;}
.actuTitle {
  margin: 0 auto 0px;
  text-align: center;
  max-width: 600px;
  font-weight: 600;
  font-size: 18px;
  color: black;
  transition: all 0.3s ease-in-out;
  font-family: Poppins;
 /* height: 80px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.actuTitle a {
  color: #000;
}
.actuTitle a:hover {
  color: var(--bs-red);
}

.actu {
  border: 1px solid var(--border);
  border-radius: var(--bordRad);
  overflow: hidden;
  /*cursor:pointer;*/
  transition: all 0.3s ease-in-out;
  position: relative;
  /*background: linear-gradient(to left, var(--bs-orange) 0%, var(--bs-red) 100%);*/
  background: #fff;
  padding-bottom: 6px;
  margin-bottom: 24px;
}
.actu .targetItem {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
}
.actu .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 210px;
  position: relative;
 /* cursor: pointer;*/
}
.image.bgi a.lien-photo {display: block; height: 100%;width: 100%;}
.actu .image .infos {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.actu .image .infos .date {
  background: linear-gradient(to right, #dc4145 0%, #c5305e 100%);
  border-radius: var(--bordRad);
  padding: 6px 8px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  line-height: 1;
}
.actu .image .infos .date span {
  display: block;
  font-size: 23px;
}
.actu .image .infos .date span em {
  font-size: 18px;
  font-style: normal;
  padding-left: 2px;
}
.actu .image .infos .date i {
  font-size: 14px;
}
.actu .image .infos .cat {
  background-color: #fff;
  padding: 0px 10px;
  color: var(--bs-red);
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.actu .image .infos .cat a {
  color: var(--bs-red);
}
.fav {
  position: absolute;
  padding: 10px 15px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 50;
}
.fav i {
  color: #aaa;
  font-size: 24px;
}
.fav i.fa-solid {
  display: none;
}
.fav.is-fav i.fa-light {
  display: none;
}
.fav.is-fav i.fa-solid {
  display: block;
}
.actu:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.actu:hover .actuContent .actuTitle {
  color: var(--bs-red);
}

.actuContent {
  padding: 15px 25px 0;
  background-color: #fff;
}
.actuContent .metaBox {
  padding-top: 15px;
  margin-top: 13px;
  border-top: 1px dotted var(--border);
}
.actuContent .metaBox.metaBoxAgenda {margin-bottom: 20px;}
.actuContent .metaBox p {
  color: black;
  font-size: 14px;
}
.actuContent .metaBox i {
  color: var(--bs-red);
  margin-right: 5px;
  font-size: 16px;
}
.actuContent .metaBox a {
  color: #000;
}
.actuContent .metaBox a:hover {
  text-decoration: underline;
}
.actuContent .quand {text-align: center; color: var(--bs-red); font-weight: 600; font-size: 18px; line-height: 22px;}
.actuContent .quoi {text-align: center; text-transform: uppercase; color: #9e9e9e; font-weight: 600; font-size: 16px; padding: 10px 0;}
.actuContent .quoi a {color: #9e9e9e; }
.actu .actuFooter {position: absolute; bottom: 0; height: 6px; background: linear-gradient(to left, var(--bs-orange) 0%, var(--bs-red) 100%); border-bottom-left-radius: var(--bordRad); border-bottom-right-radius: var(--bordRad); width: 100%;}
@media screen and (min-width: 768px) {
	.actuContent .metaBox.metaBoxAgenda {margin-bottom: 0px;}
}

/*****************************************/
/******** 9. CMS *************************/
/*****************************************/
.texte-cms {
  text-align: left; font-size:1.1em;
}
.texte-cms .citation {
  border-left: solid 4px #e4e4f1;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  list-height: 1.15;
  margin-bottom: 20px;
  margin-top: 8px;
}
.texte-cms .youtubeIntegration {
  width: 100%;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
}
.texte-cms a {
  text-decoration: underline !important;
  color: var(--blueLight);
}
.texte-cms ul {margin-bottom: 25px;}
.texte-cms li {
	list-style: disc; margin-left: 25px; padding-left: 5px;
}

@media screen and (min-width: 500px) {
  .texte-cms .youtubeIntegration {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .texte-cms .citation {
    margin-left: 25px;
    margin-right: 25px;
  }
  .texte-cms .youtubeIntegration {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .texte-cms {
    margin-right: 15px;
  }
}
body.page-cms .zone-corps {
  padding-top: 0;
}


/*****************************************/
/******** 10. ACTUALITE ******************/
/*****************************************/
.page-actualite .ligne-elargie {--bs-gutter-x: 2.5rem;}
.page-actualite .zone-chapeau {
  text-align: center;
  padding-top: 0; padding-bottom:0;
}
.page-actualite .zone-chapeau .ligne1 {
  /*border-top: solid 1px #878787;*/
  padding-top: 25px;
}
.page-actualite .zone-chapeau h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-top: 1rem;
}
.page-actualite .zone-chapeau .lieu {
  color: #1552a0;
  font-size: 20px;
}
.page-actualite .zone-chapeau .lieu a {
  color: #1552a0;
  font-weight: 700;
}
.page-actualite .zone-chapeau .lieu a:hover {
  text-decoration: underline !important;
}
.page-actualite .zone-chapeau h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}

.page-actualite .zone-photos {padding-bottom: 40px;}


.page-actualite .zone-photos .image.bgi .label {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  color: #fff;
  background-color: var(--blueLight);
  padding: 5px;
  padding-left: 20px;
  padding-right: 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-weight: 600;
  font-size: 15px;
}
.page-actualite .zone-photos .image.bgi .label a {color: #fff;}
.page-actualite .zone-photos .image.bgi .label a:hover {text-decoration: underline;}
.page-actualite .zone-photos .image.bgi .legende {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: #333 1px 0 5px;
}
.page-actualite .zone-photos .image.bgi .legende .titre {
  font-weight: bold;
}

.page-actualite .zone-photos .photo-xs {text-align: center; position: relative;}
.page-actualite .zone-corps {
  padding-top: 0;
}
.page-actualite .zone-corps .item {
  position: relative; border: none;
  /*display: none;*/
}

.page-actualite .zone-corps .photo-xs {}
.page-actualite .zone-corps .photo-xs img {
  border-radius: var(--bordRad);
}
.page-actualite .zone-corps .photo-xs .zone-photo1 {display: inline-block; margin: 0 auto; position: relative;}
.page-actualite .zone-corps .photo-xs .label {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  color: #fff;
  background-color: var(--blueLight);
  padding: 5px;
  padding-left: 20px;
  padding-right: 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-weight: 600;
  font-size: 15px;
}
.page-actualite .zone-corps .photo-xs .label a {color: #fff;}
.page-actualite .zone-corps .photo-xs .label a:hover {text-decoration: underline;}
.page-actualite .zone-corps .photo-xs .legende {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: #333 1px 0 5px;
}
.page-actualite .zone-corps .photo-xs .legende .titre {
  font-weight: bold;
}



.page-actualite .zone-corps .article-auteur {
  text-align: left;
  padding-bottom: 12px;
  border-bottom: solid 1px #7f7f7f;
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 500;
}
.page-actualite .zone-corps .zone-pub2.marge-haute {
  padding-top: 32px;
}
.page-actualite .zone-corps .withItems .texte-cms span.zone-pub {height: auto; margin-top: 20px; margin-bottom: 30px; background: #f1f1f7;}
.page-actualite .zone-corps .withItems .texte-cms .pub {height: auto;}
.page-actualite .zone-corps code {
  color: inherit;
  display: block;
  border-left: solid 4px #e4e4f1;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 20px;
  margin-top: 8px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Poppins;
}
.page-actualite .zone-corps .infos-supplementaires {
  border-radius: 12px;
  background: #f1f1f8;
  margin-top: 40px;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 {
  margin-left: 0px;
  margin-right: 0px;
  border-top: solid 3px #2196F3;
  overflow: auto;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-i {
  float: left;
  width: 50px;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-i .fond {
  background: #2196F3;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-i .fond img {
  width: 30px;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte {
  float: left;
  width: calc(100% - 50px);
}
/*.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte ul {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}*/
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte .contenu-texte {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte .contenu-texte.non-formate {font-weight: 700;}

.page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte ul li {
  padding-bottom: 10px;
  padding-left: 16px;
  background: url(../images/actualite/puce-info.svg) top left no-repeat;
  background-size: 9px auto;
}


.page-actualite .zone-pubs {display: none;}

@media screen and (min-width: 600px) {
  .page-actualite .zone-corps .infos-supplementaires .cadre1 .zone-texte contenu-texte {
    padding-left: 70px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-actualite .zone-chapeau .ligne1 {border-top: solid 1px #878787;}
  .page-actualite .zone-corps .infos-supplementaires .cadre1 {
    margin-left: 50px;
    margin-right: 50px;
    border-top: solid 4px #2196F3;
  }
}
@media screen and (min-width: 992px) {
	.page-actualite .zone-photos .image.bgi {height: 680px!important;}
	.page-actualite .zone-corps .withItems .texte-cms span.zone-pub {display: none;}
	.page-actualite .zone-pubs {display:block; text-align: center;}
.page-actualite .zone-pubs .item {margin-bottom: 80px;}

  .page-actualite .zone-corps .item {
    display: block;
  }
  .page-actualite .zone-corps .photo-xs {
   /* display: none;*/
  }
}
@media screen and (min-width: 1200px) {
	.page-actualite .zone-photos .image.bgi {height: 620px!important;}
}


.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical #lightSliderVertical > li {
  background-position: center center;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lSAction {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  height: 0;
 /* z-index: 80;*/
  z-index: 14;
}

.lSAction > a {
  opacity: 0.8;
  font-size: 0;
  position: absolute;
  text-decoration: none !important;
  display: block;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='white' d='M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z'/></svg>") no-repeat center center;
  transition: all 0.3s ease-in-out;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSNext {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='white' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/></svg>");
}

.lSAction > a.disabled {
  pointer-events: none;
}

.lSSlideWrapper {
  width: 690px;
}

/*.lSSlideOuter {padding-right: 210px !important;}*/
.lSSlideOuter {
  padding-right: 0px !important;
}

.lSSlide li img {
  width: 100%;
  height: auto;
}

.lSPager.lSGallery {
  width: 210px !important;
}

.lSPager.lSGallery li {height: auto!important;}

.lSPager.lSGallery li a {
  display: block;
  position: relative;
}

.lSPager.lSGallery li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--blueDark);
  cursor: pointer;
  background: rgba(22, 82, 161, 0.8) url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/></svg>") no-repeat top center;
  background-position: center 40px;
  background-size: 50px 50px; border-radius: 12px;
}

.lSPager.lSGallery li a:hover:after {
  opacity: 0.8;
}

.lSSlideOuter.vertical li {
 
  position: relative;
}
.lSSlideOuter.vertical li img { border-radius: 12px;}

.lSSlideOuter.vertical li .legende {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: #333 1px 0 5px;
}

.lSSlideOuter.vertical li .legende .titre {
  font-weight: bold;
}

.description-slider-desktop {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media ((min-width: 768px) and (max-width: 991px)) or (min-width: 1100px)  {
  .lSSlideWrapper {
    width: 950px;
  }
  /*.lSSlideOuter {padding-right: 255px !important;}*/
  .lSSlideOuter {
    padding-right: 210px !important;
  }
  .lSPager.lSGallery {
    width: 255px !important;
  }
  .lSPager.lSGallery a img {
    position: relative;
   /* margin-top: -7px;*/
  }
  .lSSlideOuter.vertical .lSGallery {
    display: block;
  }
  .lSPager.lSGallery {
    width: 190px !important;
  }
  /*.lSSlideOuter .lSPager.lSGallery li {height: auto!important;}*/
}
@media (min-width: 1200px) {
  /*.lSSlideWrapper {width: 825px;}
  .lSSlideOuter {padding-right: 255px !important;}
  .lSPager.lSGallery {width: 255px !important;}
  .lSPager.lSGallery a img {position: relative; margin-top: -7px;}*/
  /*.lSSlideOuter .lSPager.lSGallery li {height: auto!important;}*/
} /*
@media (min-width: 1500px) { 
  .lSSlideWrapper {width: 1050px;}
  .lSSlideOuter {padding-right: 300px !important;}
  .lSPager.lSGallery {width: 330px !important;}
  .lSPager.lSGallery a img {margin-top: -27px;}
}
*/
section.voir-aussi {
  padding-bottom: 0;
}
section.voir-aussi .sectionTitle {
  font-family: "Poppins";
  font-size: 28px;
  margin-bottom: 40px;
}
section.voir-aussi .sectionTitle .t {
  vertical-align: bottom;
}
section.voir-aussi .sectionTitle .t span {
  font-weight: 400;
  font-size: 22px;
}
section.voir-aussi .sectionTitle a:hover {text-decoration: underline!important; color: #000 !important;}
/*
section.voir-aussi .sectionTitle a {
  display: inline-block;
  margin-left: 8px;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  border: solid 1px #000;
  border-radius: 18px;
  font-size: 12px;
}
section.voir-aussi .sectionTitle a:hover {
  background: #000;
  color: #fff;
}
section.voir-aussi .sectionTitle a span {
  font-weight: 400;
}*/
section.voir-aussi .item-actualite {
  border: none !important;
  border-radius: 0px !important;
  background: none;
}
section.voir-aussi .item-actualite:hover .image .metaBox {
  display: block !important;
}
section.voir-aussi .item-actualite:hover h3 a {
  color: var(--blueLight);
}
section.voir-aussi .item-actualite .image {
  border-radius: var(--bordRad) !important;
  position: relative;
}
section.voir-aussi .item-actualite .image .metaBox {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 300;
}
section.voir-aussi .item-actualite .image .metaBox p {
  font-size: 0.86em;
}
section.voir-aussi .item-actualite .innerImage {
  border-bottom-left-radius: var(--bordRad) !important;
  border-bottom-right-radius: var(--bordRad) !important;
  background: none !important;
}
section.voir-aussi .item-actualite .innerImage:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: auto;
  border-radius: var(--bordRad) !important;
  background-color: var(--blueDark);
  cursor: pointer;
  background: rgba(22, 82, 161, 0.8) url(../images/actualite/bt-voir-actu.svg) no-repeat top center;
  background-position: center 40px;
  background-size: 50px 50px;
}
section.voir-aussi .item-actualite .innerImage:hover:after {
  opacity: 0.8;
}
section.voir-aussi .item-actualite .innerImage.survol:after {
  opacity: 0.8;
}
section.voir-aussi .item-actualite .itemContent {
  padding-top: 10px !important;
}
section.voir-aussi .item-actualite .itemContent .itemTitle {
  margin-bottom: 0 !important;
}
section.voir-aussi .item-actualite:hover {
  box-shadow: none !important;
}


/*****************************************/
/******** 11. JOURNAUX *******************/
/*****************************************/

.page-journaux section.section-header {
  background: url(../images/journaux/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-journaux section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.page-journaux section.section-header form {max-width: 550px; margin: 0 auto;}
.page-journaux section.section-header form .form-control {/*display: inline-block; width: auto;*/}
.page-journaux section.section-header form .mini-action {font-size: 13px; margin-top: 4px;}
.page-journaux section.section-header form .mini-action a {text-decoration: none!important; color: #fff;}
.page-journaux section.section-header form .mini-action a:hover {text-decoration: underline!important; color: #fff;}
/*
.page-journaux .invite-points-relais {background: #ededed; padding: 20px; margin-bottom: 40px;}
.page-journaux .invite-points-relais .invite {padding-top: 4px;}
.page-journaux .invite-points-relais .invite strong {font-weight: 700; display: block;}
.page-journaux .invite-points-relais a {width: 150px; margin: 0 auto; margin-top: 10px;}
.page-journaux .invite-points-relais .cta-desktop {display: none;}
@media (min-width: 500px) {
	.page-journaux .invite-points-relais .cta-mobile {display: none;}
	.page-journaux .invite-points-relais .cta-desktop {display: flex;}
	.page-journaux .invite-points-relais a {width: 250px;}
}
@media (min-width: 768px) {
	.page-journaux .invite-points-relais a {margin-top: 0;}
}
@media (min-width: 992px) {
	.page-journaux .invite-points-relais .invite strong {display: inline;}
}*/
.page-journaux .accroche-ajout {
  background: var(--bg1);
  border-radius: var(--bordRad);
  padding: 16px;
  margin-bottom: 30px;
}
.page-journaux .accroche-ajout .info {
  font-size: 1.16em;
}
.page-journaux .accroche-ajout .info strong {
  font-weight: 800; display: block;
}
.page-journaux .accroche-ajout .cta {
  width: 280px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
}
@media (min-width: 1160px) {
	.page-journaux .accroche-ajout .info strong {display: inline;}
}


/*
.page-journaux section.section-header {
  background: url(../images/journaux/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-journaux section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  font-size: 35px;
}
.page-journaux section.section-header a {
  border-radius: 12px;
  color: #fff;
  padding: 10px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.page-journaux section.section-header a:hover {
  background: #2196f3;
}
.page-journaux section.section-header a.current {
  background: #2196f3;
}
.page-journaux section.section-header .liste-criteres {
  
}
.page-journaux section.section-header .liste-criteres img.logo-journal {
  height: 70px;
  margin-bottom: 3px;
}
.page-journaux section.section-header .liste-criteres select {
  display: inline-block;
  width: 120px;
  padding: 0 0px 0 8px;
  margin-left: 10px;
  font-size: 0.93rem;
  font-weight: 700;
  background-image: url(../images/arrow-select-bleu.svg);
  text-align: center;
 
  padding-right: 28px;
}

@media screen and (min-width: 500px) {
  .page-journaux section.section-header {
    height: 240px;
  }
  .page-journaux section.section-header .liste-criteres {
    display: flex;
  }
}
*/


.page-journaux section.section-listing {
  text-align: center;
  font-family: Poppins;
}
.page-journaux section.section-listing .item {
  margin-bottom: 50px;
}
.page-journaux section.section-listing .edition {
  margin-top: 15px;
}
.page-journaux section.section-listing .edition a {
  border: solid 1px #000;
  padding: 3px;
  /*padding-left: 10px; padding-right: 10px;*/
  border-radius: 22px;
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.25s;
}
.page-journaux section.section-listing .edition a:hover {
  background: var(--blueLight);
  color: #fff;
}
.page-journaux section.section-listing .numero {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 15px;
  line-height: 1.2;
}
.page-journaux section.section-listing .date {
  font-size: 0.92rem;
}

@media (min-width: 450px) {
  .page-journaux section.section-listing .edition a {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}



/*****************************************/
/******** 12. ACTUALITES *****************/
/*****************************************/
.page-actualites section.section-header {
  background: url(../images/vie-locale/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-actualites section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.page-actualites section.section-header form {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page-actualites section.section-header form .icone-lieu {
  display: none;
}
.page-actualites section.section-header form input {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-right: 22px;
}
.page-actualites section.section-header form button {
  height: 38px;
  width: 38px;
  border-radius: 19px;
  position: absolute;
  right: 8px;
  top: 7px;
  transition: 0.3s all ease-out;
}
.page-actualites section.section-header form button:hover {
  background-color: var(--blueDark) !important;
}
.page-actualites section.section-header form button i {
  font-size: 19px;
}
.page-actualites section.section-header .mini-action {
  margin-top: 15px;
  font-size: 0.74rem;
  text-align: center;
  color: #fff;
}
.page-actualites section.section-header .mini-action a {
  color: #fff;
  text-decoration: underline !important;
}

@media screen and (min-width: 500px) {
  .page-actualites section.section-header form {
    --heightForm: 70px;
    height: var(--heightForm);
    padding: 0 calc(var(--heightForm) * 0.5);
    border-radius: calc(var(--heightForm) * 0.5);
  }
  .page-actualites section.section-header form .icone-lieu {
    display: inline;
    font-size: 28px;
  }
  .page-actualites section.section-header form input {
    font-size: 20px;
    margin-right: 45px;
    width: 300px;
  }
  .page-actualites section.section-header form button {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    right: 8px;
    top: 10px;
  }
  .page-actualites section.section-header form button i {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .page-actualites section.section-header form {
    width: 420px;
  }
  .page-actualites section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 991px) {
  .page-actualites section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .page-actualites section.section-header h1 {
    font-size: 35px;
  }
}



/*****************************************/
/******** 13. CONTACT ********************/
/*****************************************/
.page-contact .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-contact .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-contact .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-contact .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-contact .section-header h1 { font-size: 34px;}
}

.page-contact form#formContact {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  margin-top: 20px;
}
.page-contact form#formContact .ligne {
  margin-bottom: 12px;
}
.page-contact form#formContact input[type=text], .page-contact form#formContact input[type=email] {
  display: block;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #656576;
  border-radius: var(--bordRad);
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #656576;
}
.page-contact form#formContact textarea {
  display: block;
  padding: 5px;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #656576;
  border-radius: var(--bordRad);
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  color: #656576;
  height: 150px;
}
.page-contact form#formContact input[type=submit] {
  background: var(--blueLight);
  transition: all 0.25s;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border: none;
  border-radius: var(--bordRad);
  width: 280px;
  font-size: 18px;
  cursor: pointer;
}
.page-contact form#formContact input[type=submit]:hover {
  background: var(--blueDark);
}
.page-contact form#formContact .g-recaptcha {
  width: 304px;
  margin: 0 auto;
  margin-bottom: 20px;
}



/*****************************************/
/******** 14. HOME ***********************/
/*****************************************/
.page-home .pub1-index {
  display: none;
}

@media (min-width: 992px) {
  .page-home .pub1-index {
    display: block;
  }
}


/*****************************************/
/******** 15. EVENEMENTS *****************/
/*****************************************/
.page-evenements section.section-header {
  padding: 0;
}
.page-evenements section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
}
.page-evenements section.section-header #search {
  border-radius: 0;
}
.page-evenements section.section-header #search .carquois {
  padding-top: 16px;
}
.page-evenements section.section-header #search .nb-resultats {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 10px;
}
.page-evenements section.section-header #search .nb-resultats a {
  color: #fff;
}
.page-evenements section.section-header #search .nb-resultats a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 500px){
	.page-evenements .autocomplete-suggestions {
		margin-left: -15px;
	}
}


.page-evenements .accroche-ajout {
  background: var(--bg1);
  border-radius: var(--bordRad);
  padding: 16px;
}
.page-evenements .accroche-ajout .info {
  font-size: 1.16em;
}
.page-evenements .accroche-ajout .info strong {
  font-weight: 800;
}
.page-evenements .accroche-ajout .cta {
  width: 280px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
}

.page-evenements section.withItems {
  padding-top: 30px;
}

.page-evenements .zone-pagination a:hover {
  color: var(--bs-red);
}
@media (max-width: 775px) {
	.page-evenements section.section-header #search {margin-top:0;}
}



/*****************************************/
/******** 16. EVENEMENT ******************/
/*****************************************/


.page-evenement h1 {
  font-family: "Poppins";
  font-weight: 700; margin-top: 10px; 
}
.page-evenement .categories a {
  display: inline-block;
  width: auto;
  font-size: 1.187em; font-weight: 700;
  color: var(--bs-red); text-transform: uppercase;
}
.page-evenement .categories a:hover {
  text-decoration: underline!important;
}
.page-evenement .bloc-pub {padding: 20px 0; text-align: center;}


.page-evenement .infos1 .item {
  margin-bottom: 25px; text-align: center;
}
.page-evenement .infos1 .item .type-info {
  text-transform: uppercase;
  font-size: 0.86em;
  color: var(--greyLight);
  font-weight: 600;
}
.page-evenement .infos1 .item .quoi {
  font-size: 1.2em;
}
.page-evenement .infos1 .item .quoi span {
  font-weight: 700;
}
.page-evenement .infos1 .item .quoi span.email {
  font-weight: 400;
  font-size: 0.8em;
}
.page-evenement .infos1 .item .quoi a.document {
  font-size: 0.8em;
  text-decoration: underline !important;
  color: var(--bs-red);
}
.page-evenement .infos1 .item .cta {
  color: var(--bs-red);
  margin-top: 6px;
  border: solid 1px var(--bs-red);
  width: auto;
  display: inline-block;
  font-size: 0.72em;
  padding: 3px 13px;
}
.page-evenement .infos1 .item .cta .fa {
  margin-left: 0.25rem !important;
  font-size: 1.12em;
}
.page-evenement .infos1 .item .cta:hover {
  background: var(--bs-red);
  color: #fff;
}


.page-evenement .intersection {
  text-align: center; margin-bottom: 20px;
  background: url(../images/evenement/bg-intersection2.svg) top repeat-x;
}
.page-evenement .intersection img {
  height: 30px;
  background: #fff;
}
.page-evenement .description-2 {display: none;}
.page-evenement .description .titre {
  font-weight: 700;
  color: var(--bs-red);
  text-align: center;
  font-size: 1.2em;
}
.page-evenement .description .partager .cta {
  /*height: 32px;
  font-size: 0.9em;
  width: 110px;
  border: solid 1px var(--blueLight);*/
  margin: 0 auto;
}
.page-evenement .description .partager .cta i {
  font-size: 18px;
}
.page-evenement .description .partager .boutons-rezo.active {
  left: calc(50% + 110px);
  top: 0px;
  margin-top: 5px;
}
.page-evenement .organisateur {
  margin: 30px 0;
  background: #fff;
  border-radius: 10px;
}
.page-evenement .pubs-inactives .organisateur {
	margin-top:0;
}
.page-evenement .organisateur .titre {
  color: #fff;
  background: linear-gradient(to right, #e04b50, #d53d5c, #c82f6c);
  padding: 8px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
}
.page-evenement .organisateur .infos {
  padding: 20px;
  text-align: center;
}
.page-evenement .organisateur .infos .titre-organisateur {font-weight: 600; padding-top: 10px; text-transform: uppercase;}
.page-evenement .organisateur .infos .lieu {font-size: 0.75rem; margin-bottom: 15px; margin-top: 2px;}
.page-evenement .organisateur .infos .lieu a {display:inline-block; padding-left: 20px; background: url(../images/evenement/cursor-map.svg) left center no-repeat; background-size: 14px auto; font-weight: 600; text-transform: uppercase; }
.page-evenement .organisateur .infos .cta {
  margin: 10px auto; margin-bottom: 0px;
  padding: 2px 0;
  color: #000;
  border: solid 1px #000;
  font-weight: 600;
  width: 105px;
  font-size: 0.8em;
}
.page-evenement .organisateur .infos .cta i {
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 2px;
}
.page-evenement .organisateur .infos .cta:hover {
  background: #000;
  color: #fff;
}
.page-evenement .bt-ajout {margin-bottom: 10px; padding: 0 14px; height: 40px;}

@media screen and (max-width: 991px) {
	.page-evenement .zone-corps {padding:0;}
	.page-evenement .zone-corps .wrapper {padding: 0}
	.page-evenement .zone-corps .wrapper .row.pour-mobile {margin-left:0; margin-right: 0;}
	.page-evenement .zone-corps .wrapper .row.pour-mobile > * {padding-left: 0; padding-right: 0;}
	.page-evenement .zone-corps .bloc-titre {background: #fff; padding: 20px; padding-top: 40px; text-align: center;}
	.page-evenement .zone-corps .bloc-photos {background: #fff; padding: 20px;}
	.page-evenement .zone-corps .bloc-dates {background: #fff; padding: 20px;}	
	.page-evenement .zone-corps .bloc-texte {background: #fff; padding: 20px;}
	.page-evenement .intersection {display: none;}
	.page-evenement .zone-corps .bloc-organisateur {background: #fff; padding: 20px; }
	.page-evenement .zone-corps .bloc-organisateur .organisateur {border: solid 1px var(--border);}
	.page-evenement .zone-corps .bloc-pub4 {display: none;}
}
@media screen and (max-width: 575px) {
	.page-evenement .description .partager .boutons-rezo.active {left: calc(50% - 40px); top: 48px;}
}
@media screen and (min-width: 992px) {
	.page-evenement .zone-corps .colonne-gauche {padding:10px 30px; background: #fff; border-radius: var(--bordRad);}
	.page-evenement .zone-corps .bloc-titre {padding-top: 20px; padding-bottom: 10px;}
	.page-evenement h1 {margin-top:0; margin-bottom: 20px; font-size:2.1rem;}
	.page-evenement .zone-corps .colonne-gauche .bloc-pub1 {display: none;}
}
@media screen and (min-width: 1200px) {
	.page-evenement .infos1 .item {text-align: left;}
}



/*.page-evenement section.voir-aussi .item-actualite .innerImage:after {height: 226px;}*/
.page-evenement section.voir-aussi .item-actualite .innerImage:after {background: rgba(226,6,18, 0.8) url(../images/actualite/bt-voir-actu.svg) no-repeat top center; background-position: center 40px;
    background-size: 50px 50px;}
.page-evenement section.voir-aussi .item-actualite:hover h3 a {color: var(--bs-red);}
/*
.page-evenement .evenement-corps {}
.page-evenement .evenement-corps > .row {--bs-gutter-x: 2rem; --bs-gutter-y: 0rem; }
.page-evenement .evenement-corps .blocA {background: #fff; padding: 20px 40px; border-radius: var(--bordRad);}
.page-evenement .evenement-corps h1 {
  font-family: "Poppins";
  font-weight: 700; margin-bottom: 1px; 
}
.page-evenement .evenement-corps .categories a {
  display: inline-block;
  width: auto;
  font-size: 1.187em; font-weight: 700;
  color: var(--bs-red); margin-right: 30px;
}
.page-evenement .evenement-corps .categories a:hover {
  text-decoration: underline!important;
}
.page-evenement .evenement-corps .bloc1 {--bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem;
  margin-top: 0px;
  font-weight: 400;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item {
  margin-bottom: 25px;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .type-info {
  text-transform: uppercase;
  font-size: 0.86em;
  color: var(--greyLight);
  font-weight: 600;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .quoi {
  font-size: 1.2em;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .quoi span {
  font-weight: 700;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .quoi span.email {
  font-weight: 400;
  font-size: 0.8em;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .quoi a.document {
  font-size: 0.8em;
  text-decoration: underline !important;
  color: var(--bs-red);
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .cta {
  color: var(--bs-red);
  margin-top: 6px;
  border: solid 1px var(--bs-red);
  width: auto;
  display: inline-block;
  font-size: 0.72em;
  padding: 3px 13px;
  font-weight: bold;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .cta .fa {
  margin-left: 0.25rem !important;
  font-size: 1.12em;
}
.page-evenement .evenement-corps .bloc1 .zone-infos .infos1 .item .cta:hover {
  background: var(--bs-red);
  color: #fff;
}
.page-evenement .evenement-corps .intersection {
  text-align: center; margin-bottom: 20px;
  background: url(../images/evenement/bg-intersection2.svg) top repeat-x;
}
.page-evenement .evenement-corps .intersection img {
  height: 30px;
  background: #fff;
}
.page-evenement .evenement-corps .description-2 {display: none;}
.page-evenement .evenement-corps .description .titre {
  font-weight: 700;
  color: var(--bs-red);
  text-align: center;
  font-size: 1.2em;
}
.page-evenement .evenement-corps .description .partager .cta {
  height: 32px;
  font-size: 0.9em;
  width: 110px;
  border: solid 1px var(--blueLight);
}
.page-evenement .evenement-corps .description .partager .cta i {
  font-size: 18px;
}
.page-evenement .evenement-corps .description .partager .boutons-rezo.active {
  left: 130px;
  top: 0px;
  margin-top: -2px;
}
.page-evenement .evenement-corps .pub-gauche {text-align: center;}
.page-evenement .evenement-corps .organisateur {
  margin: 30px 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-evenement .evenement-corps .organisateur .titre {
  color: #fff;
  background: linear-gradient(to right, #e04b50, #d53d5c, #c82f6c);
  padding: 8px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
}
.page-evenement .evenement-corps .organisateur .infos {
  padding: 20px;
  text-align: center;
}
.page-evenement .evenement-corps .organisateur .infos .titre-organisateur {font-weight: 600; padding-top: 10px; text-transform: uppercase;}
.page-evenement .evenement-corps .organisateur .infos .lieu {font-size: 0.75rem; margin-bottom: 15px; margin-top: 2px;}
.page-evenement .evenement-corps .organisateur .infos .lieu a {display:inline-block; padding-left: 20px; background: url(../images/evenement/cursor-map.svg) left center no-repeat; background-size: 14px auto; font-weight: 600; text-transform: uppercase; }
.page-evenement .evenement-corps .organisateur .infos .cta {
  margin: 10px auto; margin-bottom: 0px;
  padding: 2px 0;
  color: #000;
  border: solid 1px #000;
  font-weight: 600;
  width: 105px;
  font-size: 0.8em;
}
.page-evenement .evenement-corps .organisateur .infos .cta i {
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 2px;
}
.page-evenement .evenement-corps .organisateur .infos .cta:hover {
  background: #000;
  color: #fff;
}

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-evenement .evenement-corps .bloc1 .pub-gauche {
    display: none;
  }
  .page-evenement .evenement-corps .description-1 {display: none;}
  .page-evenement .evenement-corps .description-2 {display: block; margin-top: 20px;}
  .page-evenement .evenement-corps .description-2 .description {background:#fff; border-radius: var(--bordRad); padding: 20px; }
}

.page-evenement .zone-pub2 {text-align: center;}
.page-evenement .bt-ajout {margin-bottom: 30px; padding: 0 14px; height: 40px;}
*/


/* ******************************* SLIDER */
#slider-evenement {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

#slider-evenement li img {
  border-radius: 12px;
}

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.flexslider .slides, .flexslider .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
  height: auto;
  -moz-user-select: none;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  height: auto;
}

.flexslider .slides {
  zoom: 1;
  z-index: 50;
}

.flexslider .slides > li {
  position: relative;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading:after {
  background-color: #ddb65c;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  -webkit-animation: rotate-loading 1.2s infinite ease-in-out;
  animation: rotate-loading 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.flex-control-paging {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 70;
}

.flex-control-paging li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background-color: #fff;
  opacity: 0.5;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

.flex-control-paging li a:hover, .flex-control-paging li a:focus {
  opacity: 0.75;
}

.flex-control-paging li a.flex-active {
  opacity: 1 !important;
}

.flex-direction-nav {
  top: 50%;
  margin-top: -30px;
  *height: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 80;
}

.flex-direction-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-direction-nav .flex-nav-prev {
  float: left;
}

.flex-direction-nav .flex-nav-next {
  float: right;
}

.flex-direction-nav a {
  font-size: 0;
  position: absolute;
  text-decoration: none !important;
  display: block;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-nav-next a {
  right: 0;
}

.flex-direction-nav a:before {
  content: "";
  display: inline-block;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4) url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='white' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'/></svg>") no-repeat center center;
}

.flex-direction-nav a.flex-next:before {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='white' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/></svg>");
}

.flex-direction-nav a:hover:before {
  opacity: 1;
}

/*#slider-evenement, #slider-evenement .slides > li {height: 450px;}*/
#slider-evenement .slides > li {
  display: none !important;
  transition: all 0.13s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; /*height: 350px; box-shadow: 1px 1px 12px #555;*/
}

#slider-evenement .slides > li.flex-active-slide {
  display: block !important;
}

#slider-evenement .slides > li a {
  display: block; /*height: 100%;*/
}

/*#slider-evenement .slides > li span {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0;background-color: rgba(0,0,0,0.6);}*/
#slider-evenement .flex-control-paging {
  bottom: 30px;
}

#slider-evenement .flex-control-paging li {
  margin: 0 5px;
}

#slider-evenement .flex-control-paging li a {
  width: 20px;
  height: 5px;
  border-radius: 0;
}

/*#slider-evenement .flex-direction-nav {display: none;}*/
#slider-evenement .flex-direction-nav a:before {
  background-color: transparent;
}

@media (min-width: 768px) {
  /*#slider-evenement, #slider-evenement .slides > li {height: 660px;}*/
  /*#slider-evenement .flex-control-paging li a {width: 60px;}*/
}
@media (min-width: 992px) {
  #slider-evenement .flex-direction-nav {
    display: block;
    top: calc(50% - 35px);
    margin-top: 0;
    left: 30px;
    right: 30px;
  }
  #slider-evenement .flex-direction-nav a:before {
    width: 30px;
    height: 70px;
  }
}
#carousel .flex-viewport {
  overflow: visible !important;
}

.carousel-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.carousel-item-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  height: 500px;
  padding: 30px 15px;
  text-align: center;
}

.carousel-item-title {
  margin-bottom: 115px;
  font-size: 1.5em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.6);
  transition: all 0.4s 0s;
}

.carousel-item-title strong {
  display: block;
  color: #fff;
  font-family: "Poppins-Bold";
}

.carousel-item-title span {
  display: block;
  color: #ddb65c;
  text-transform: uppercase;
}

.carousel-item-specs {
  transition: all 0.4s 0s;
}

.carousel-item-specs span {
  color: #fff;
  font-size: 0.85em;
  display: block;
}

.carousel-item:hover .carousel-item-title,
.carousel-item:hover .carousel-item-specs {
  opacity: 0;
}

.carousel-item-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(221, 182, 92, 0.9);
  opacity: 0;
  transition: all 0.4s 0s;
}

.carousel-item:hover .carousel-item-layer {
  opacity: 1;
}

.carousel-item-layer a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 170px;
  transition: all 0.4s 0s;
}

.carousel-item:hover a {
  padding-top: 150px;
}

.carousel-item-layer svg {
  width: 105px;
  height: 105px;
  opacity: 0.4;
  margin-bottom: 20px;
}

.carousel-item-layer span {
  color: #fff;
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: 0.9em;
}

#carousel .flex-direction-nav {
  margin-top: -20px;
  left: 10px;
  right: 10px;
}

#carousel .flex-direction-nav a:before {
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z'/></svg>") no-repeat center center;
}

#carousel .flex-direction-nav a.flex-next:before {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'/></svg>");
}

.slider-list .slider-li img {
  width: 100%;
  height: auto;
}

.slider-list .flex-control-paging li a {
  width: 12px;
  height: 12px;
}



/*****************************************/
/******** 17. VIE LOCALE *****************/
/*****************************************/
.page-vie-locale section.section-header {
  background: url(../images/vie-locale/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-vie-locale section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.page-vie-locale section.section-header form {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page-vie-locale section.section-header form .icone-lieu {
  display: none;
}
.page-vie-locale section.section-header form input {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-right: 22px;
}
.page-vie-locale section.section-header form button {
  height: 38px;
  width: 38px;
  border-radius: 19px;
  position: absolute;
  right: 8px;
  top: 7px;
  transition: 0.3s all ease-out;
}
.page-vie-locale section.section-header form button:hover {
  background-color: var(--blueDark) !important;
}
.page-vie-locale section.section-header form button i {
  font-size: 19px;
}
.page-vie-locale section.section-header .mini-action {
  margin-top: 15px;
  font-size: 0.74rem;
  text-align: center;
  color: #fff;
}
.page-vie-locale section.section-header .mini-action a {
  color: #fff;
  text-decoration: underline !important;
}

@media screen and (min-width: 500px) {
  .page-vie-locale section.section-header form {
    --heightForm: 70px;
    height: var(--heightForm);
    padding: 0 calc(var(--heightForm) * 0.5);
    border-radius: calc(var(--heightForm) * 0.5);
  }
  .page-vie-locale section.section-header form .icone-lieu {
    display: inline;
    font-size: 28px;
  }
  .page-vie-locale section.section-header form input {
    font-size: 20px;
    margin-right: 45px;
    width: 300px;
  }
  .page-vie-locale section.section-header form button {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    right: 8px;
    top: 10px;
  }
  .page-vie-locale section.section-header form button i {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .page-vie-locale section.section-header form {
    width: 420px;
  }
  .page-vie-locale section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 991px) {
  .page-vie-locale section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .page-vie-locale section.section-header h1 {
    font-size: 35px;
  }
}

@media screen and (min-width: 460px) and (max-width: 575px) {
	.page-vie-locale #contenu-villes > div {width: 50%!important;}
}
.page-vie-locale .commune {
  width: auto;
  height: 185px;
}
.page-vie-locale .commune .innerCommune {
  padding: 10px;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.08s;
  cursor: pointer;
}
.page-vie-locale .commune .innerCommune a {
  margin: 0;
}
.page-vie-locale .commune .innerCommune a span {
  display: inline-block;
  background-color: var(--bs-primary);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-left: 7px;
}
.page-vie-locale .commune .innerCommune:hover {
  background: rgba(0, 0, 0, 0);
}
.page-vie-locale #lien-encore {
  display: inline-block;
  height: 36px;
  margin: 0 auto;
}
.page-vie-locale #lien-encore.cta.ctaLarge i {
  top: 4px;
}

@media screen and (max-width: 575px) {
  .page-vie-locale .commune.no-photo {
    background: none !important;
    background-color: var(--bs-primary) !important;
  }
}



/*****************************************/
/******** 18. VILLE **********************/
/*****************************************/
.page-ville .section-header {
  padding: 0;
  background: url(../images/vie-locale/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
}
.page-ville .section-header .filtre {
  background: rgba(22, 82, 161, 0.85);
  padding: 40px;
  color: #fff;
  text-align: center;
}
.page-ville .section-header .no-filtre {
  padding: 40px;
  color: #fff;
  text-align: center;
}
.page-ville .section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.page-ville .section-header .cta.ctaLarge {
  display: inline-block;
  height: 40px;
  padding-top: 3px;
  font-size: 1.2em;
}
.page-ville .section-header .cta.ctaLarge i {
  top: 3px;
}
.page-ville h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.page-ville .bt-encore {
  display: inline-block;
  height: 36px;
  margin: 0 auto;
}
.page-ville .bt-encore.cta.ctaLarge i {
  top: 4px;
}
.page-ville .section-header-agenda {
  padding-bottom: 20px;
}
.page-ville .section-header-agenda #search {
  margin-bottom: 0;
}
.page-ville .bt-ajouter-agenda {
  display: block;
  width: 240px;
  height: 38px;
  font-size: 0.87rem;
  margin-right: 0;
  margin-left: auto;
  padding: 0 12px;
}
.page-ville .bt-ajouter-agenda i {
  top: 4px;
  right: -4px;
}

@media screen and (max-width: 576px) {
	.page-ville .section-header .filtre { padding: 20px;}
}
@media screen and (max-width: 967px) {
  .page-ville .bt-ajouter-agenda {
    margin-left: 0;
  }
}



/*****************************************/
/******** 19. COMPTE CONNEXION ***********/
/*****************************************/
.page-compte-connexion .section-connexion .encarts {justify-content: space-between; display: flex;}
.page-compte-connexion .section-connexion .encart1 {background: #fff; border-radius: var(--bordRad); }
.page-compte-connexion .section-connexion .encart2 {background: url('../images/compte-connexion/bg-encart2.svg') center center no-repeat; background-size: cover; color: #ffffff; border-radius: var(--bordRad); }
.page-compte-connexion .section-connexion form {margin: 0 auto; max-width: 380px;}
.page-compte-connexion .section-connexion form h1 {font-family: 'Playfair Display', serif; font-weight: 700;}
.page-compte-connexion .section-connexion form .lien-mini {text-align: right; padding-right: 20px; font-size: 11px; font-style: italic; text-decoration: underline;}
.page-compte-connexion .section-connexion form .lien-retour {text-align: center; font-size: 11px; font-style: italic; text-decoration: underline;}
.page-compte-connexion #zoneOubli {display: none;}
.page-compte-connexion .encart1 .cta {margin: 0 auto; height: 42px;  }
.page-compte-connexion .encart1 .cta i {right: -8px; margin-left: 0;}
.page-compte-connexion .section-connexion .intro {text-align: center; font-size: 0.87rem;}
.page-compte-connexion .encart2 .cta {margin: 0 auto; height: 42px;  }
.page-compte-connexion .encart2 .cta i {right: -8px; margin-left: 0;}
@media screen and (min-width: 992px) {
	.page-compte-connexion .section-connexion .encart1 {border-radius: 0; border-top-left-radius: var(--bordRad); border-bottom-left-radius: var(--bordRad); }
	.page-compte-connexion .section-connexion .encart2 {border-radius: 0; border-top-right-radius: var(--bordRad); border-bottom-right-radius: var(--bordRad); }
	
}



/*****************************************/
/******** 20. COMPTE INSCRIPTION *********/
/*****************************************/
.page-compte-inscription .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-compte-inscription .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-compte-inscription .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-compte-inscription .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-compte-inscription .section-header h1 { font-size: 34px;}
}


.page-compte-inscription .encart {background: #fff; border-radius: var(--bordRad);}
.formulaire-user .ligne-form label {padding-bottom: 5px; padding-left: 5px; font-weight: 500;}
.formulaire-user .row.deux-colonnes {--bs-gutter-x: 3.5rem;}
.formulaire-user .info1 {font-style: italic; font-size: 0.75rem; }
.formulaire-user .ligne-newsletter {/*padding-left: 20px;*/}
.formulaire-user .ligne-form .label-newsletter {font-weight: 600; font-size: 1.15rem;}
.formulaire-user .ligne-newsletter input {-webkit-appearance: checkbox; -moz-appearance: checkbox; margin-right: 8px;}
.formulaire-user .cta {margin: 0 auto; height: 42px;  }
.formulaire-user .cta i {right: -8px; margin-left: 0;}
@media screen and (min-width: 768px) {
	.formulaire-user .ligne-form label {padding: 0; padding-top: 10px; }
	.formulaire-user .label-newsletter {padding:0; }
	.formulaire-user .info1 {text-align: right; padding-left: 15px;}
}
@media screen and (max-width: 767px) {
	form .ligne-form.ligne-form-reduit2 {padding-bottom: 20px;}
}

.section-donnees {padding-top: 10px; }
.section-donnees .titre {font-weight: 700; font-size: 1.2rem;}
.section-donnees .mentions {font-style: italic;}
.section-donnees a {text-decoration: underline!important;}

.page-compte-inscription .section-merci .bg-white{text-align: center;  border-radius: var(--bordRad);}
.page-compte-inscription .section-merci h1 img {vertical-align: bottom; height: 45px;}



/*****************************************/
/******** 21. COMPTE ACCUEIL *********/
/*****************************************/
.page-compte-accueil .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-compte-accueil .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-compte-accueil .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-compte-accueil .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-compte-accueil .section-header h1 { font-size: 34px;}
}

.page-compte-accueil .listing {border-radius: var(--bordRad);}
.page-compte-accueil .listing h2 {font-family: Poppins; font-weight: 700; font-size: 23px; margin-bottom: 20px;}
.page-compte-accueil .listing-evenements .entete {padding:0 20px; display: none;}
.page-compte-accueil .listing-evenements .entete div {text-align: center; font-size: 11px; font-weight: 600; color: #B2B2B2;}
.page-compte-accueil .listing-evenements .entete div.eve-statut {text-align: left;}
.page-compte-accueil .listing-evenements .resultat {padding: 8px 20px; background: var(--bg1); font-size: 0.88rem; margin-bottom: 6px; margin-top: 2px;}
.page-compte-accueil .listing-evenements .resultat div {text-align: center;}
.page-compte-accueil .listing-evenements .resultat .eve-titre {font-weight: 700; margin-bottom: 4px; font-size: 1.0rem; margin-top: 4px;}
.page-compte-accueil .listing-evenements .resultat .eve-dates {margin-bottom: 4px; padding-top: 5px;}
.page-compte-accueil .listing-evenements .resultat .eve-statut {font-weight: 600; text-align: left; padding-top: 5px;}
.page-compte-accueil .listing-evenements .resultat .eve-statut.eve-statut-1 {color: #ff8751;}
.page-compte-accueil .listing-evenements .resultat .eve-statut.eve-statut-10 {color: #7ac652;}
.page-compte-accueil .listing-evenements .resultat .eve-statut img {height: 20px;}
.page-compte-accueil .listing-evenements .resultat .eve-actions .cta {width:20px; margin: 0 auto; }
.page-compte-accueil .listing-evenements .ma-pagination {text-align: center; margin-top: 20px;}
.page-compte-accueil .listing-evenements .ma-pagination a {font-size: 1.2rem;}
.page-compte-accueil .listing-evenements .ma-pagination a.current {font-weight: bold;}

@media screen and (min-width: 576px) {
	.page-compte-accueil .listing-evenements .resultat .eve-dates {margin-bottom: 0;}
}
@media screen and (min-width: 992px) {
	.page-compte-accueil .listing-evenements .entete {display: block;}
}
@media screen and (min-width: 1200px) {
	.page-compte-accueil .listing-evenements .resultat .eve-titre {text-align: left; margin-bottom: 0; font-size: 0.88rem;}	
}


.page-compte-accueil .listing-favoris {margin-top: 20px;}
.page-compte-accueil .listing-favoris .withItems .item.item2 {height: calc(100% - 20px);}
.page-compte-accueil .listing-favoris .withItems .item.item2 .itemContent .itemTitle {padding-bottom: 20px;}
.page-compte-accueil .listing-favoris .item .itemFooter {
    position: absolute;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to left, var(--blueDark) 0%, var(--blueLight) 100%);
    border-bottom-left-radius: var(--bordRad);
    border-bottom-right-radius: var(--bordRad);
    width: 100%;
}
.page-compte-accueil .listing-favoris .ma-pagination {text-align: center; margin-top: 20px;}
.page-compte-accueil .listing-favoris .ma-pagination a {font-size: 1.2rem;}
.page-compte-accueil .listing-favoris .ma-pagination a.current {font-weight: bold;}


.page-compte-accueil .colonne-droite {text-align: center;}
.page-compte-accueil .colonne-droite .cta {margin: 0 auto;}

.page-compte-accueil .colonne-droite .encart .titre {border-top-left-radius: var(--bordRad); border-top-right-radius: var(--bordRad); color: #fff; background: var(--blueLight); padding: 10 15px; text-align: left; position: relative; font-weight: 600;}
.page-compte-accueil .colonne-droite .encart .titre .cta {border: solid 1px #fff; position: absolute; right: 6px; top: 10px; padding: 0 5px; width: 80px; height: 22px; font-size: 0.75rem; font-weight: 500;}
.page-compte-accueil .colonne-droite .encart .titre .cta:hover {background: #fff; color: var(--blueLight);}
.page-compte-accueil .colonne-droite .encart .contenu {border-bottom-left-radius: var(--bordRad); border-bottom-right-radius: var(--bordRad); padding: 15px 15px; }
.page-compte-accueil .colonne-droite .encart .moi {font-weight: 600; font-size: 15px; padding-bottom: 10px;}
.page-compte-accueil .colonne-droite .encart .logout {font-size: 12px; text-decoration: underline!important; font-weight: 500;}

.page-compte-accueil .colonne-droite .item-organisateur {border-bottom: solid 1px #ededed;}
.page-compte-accueil .colonne-droite .item-organisateur.dernier {border-bottom: none;}
.page-compte-accueil .colonne-droite .item-organisateur .orga-nom {text-align: left; padding-top: 7px; padding-bottom: 7px;}
.page-compte-accueil .colonne-droite .item-organisateur .orga-actions {text-align: right; padding-top: 7px; padding-bottom: 7px; display: flex; align-items: center; justify-content: center;}
.page-compte-accueil .colonne-droite .item-organisateur.premier .orga-nom {padding-top: 0px;}
.page-compte-accueil .colonne-droite .item-organisateur.premier .orga-actions {padding-top: 0px;}
.page-compte-accueil .colonne-droite .item-organisateur.dernier .orga-nom {padding-bottom: 0px;}
.page-compte-accueil .colonne-droite .item-organisateur.dernier .orga-actions {padding-bottom: 0px;}
.page-compte-accueil .colonne-droite .item-organisateur .orga-actions .cta {width: 20px;}
@media (max-width: 575px) {
	.page-compte-accueil .colonne-droite .item-organisateur .col-sm-9, .page-compte-accueil .colonne-droite .item-organisateur .col-sm-10 {flex: 0 0 auto;width: 66.66666667%;}
	.page-compte-accueil .colonne-droite .item-organisateur .col-sm-3, .page-compte-accueil .colonne-droite .item-organisateur .col-sm-2 {flex: 0 0 auto;width: 33.33333333%;}
	.page-compte-accueil .listing-favoris .colonne-favori {margin-bottom: 20px;}
}

.page-compte-accueil .colonne-droite .encart-delete-compte .cta {border: solid 1px #000; /*padding: 0 5px; */width: 200px; /*height: 22px;*/ font-size: 0.75rem; font-weight: 500; background: none; color: #000;}
.page-compte-accueil .colonne-droite .encart-delete-compte .cta:hover {background: #000; color: #fff;}




/*****************************************/
/******** 22. COMPTE PROFIL *********/
/*****************************************/
.page-compte-profil .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-compte-profil .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-compte-profil .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-compte-profil .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-compte-profil .section-header h1 { font-size: 34px;}
}

.page-compte-profil .encart {background: #fff; border-radius: var(--bordRad);}
.page-compte-profil .encart h3 {font-family: Poppins; font-weight: 700; font-size: 21px;}




/*****************************************/
/******** 23. COMPTE PAGE ORGANISATEUR *********/
/*****************************************/
.page-compte-page .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-compte-page .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-compte-page .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-compte-page .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-compte-page .section-header h1 { font-size: 34px;}
}

.page-compte-page .section-merci .bg-white{text-align: center;  border-radius: var(--bordRad);}
.page-compte-page .section-merci h1 img {vertical-align: bottom; height: 40px;}
.page-compte-page .section-merci .cta {width: 300px; margin: 0 auto;}


.page-compte-page .encart {background: #fff; border-radius: var(--bordRad);}
.page-compte-page .encart h3 {font-family: Poppins; font-weight: 700; font-size: 21px; text-align: center;}

.page-compte-page input[type=file] {position: absolute; margin-top: 0px; margin-left: 0px;height: 1px; width: 1px; z-index: -5;}
.page-compte-page #file-select-button-dossier {font-weight: 700; /*color: var(--blueLight); */font-size: 0.92rem; cursor: pointer; border: 0; width: 270px; background: var(--bg1);  margin: 0; padding-top: 22px;}
.page-compte-page #file-select-button-dossier:hover {background: var(--blueLight);}
.page-compte-page #file-select-button-dossier i {display: none;}
.page-compte-page .precisions {font-style: italic; font-size: 0.9rem;}
.page-compte-page .precisions a {text-decoration: underline!important;}
.page-compte-page #formSupp {text-align: center;}
.page-compte-page #preview {display: block; width: 100%; max-width: 250px; margin: 0 auto; margin-top: 20px; }
@media screen and (min-width: 480px) {
	.page-compte-page #file-select-button-dossier {width: 385px; font-size: 1.1rem; background: url(../images/compte-page/photo.svg) left 20px center no-repeat var(--bg1); background-size: 34px; padding-left: 35px; padding-top:0;}
	.page-compte-page #file-select-button-dossier:hover {background: url(../images/compte-page/photo-blanc.svg) left 20px center no-repeat var(--blueLight); background-size: 34px; color: #fff;}
	.page-compte-page #file-select-button-dossier i {display: var(--fa-display, inline-block);}	
}
@media screen and (min-width: 576px) {
	.page-compte-page #preview {margin-top: 0px;}
}





/*****************************************/
/******** 24. COMPTE EVENEMENT ***********/
/*****************************************/
.page-compte-evenement .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-compte-evenement .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-compte-evenement .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-compte-evenement .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-compte-evenement .section-header h1 { font-size: 34px;}
}

.page-compte-evenement .section-merci .bg-white{text-align: center;  border-radius: var(--bordRad);}
.page-compte-evenement .section-merci h1 img {vertical-align: bottom; height: 40px;}
.page-compte-evenement .section-merci .cta {width: 300px; margin: 0 auto;}


.page-compte-evenement .ligne-elargie {--bs-gutter-x: 2.5rem;}
.page-compte-evenement .zone-pubs {display:none;}

.page-compte-evenement .encart {background: #fff; border-radius: var(--bordRad);}
.page-compte-evenement .encart h3 {font-family: Poppins; font-weight: 700; font-size: 21px; text-align: center;}

.page-compte-evenement form .ligne-form {/*padding-bottom: 30px;*/}
.page-compte-evenement .precisions {font-style: italic; font-size: 0.82rem;}
.page-compte-evenement textarea {padding: 12px;}
.page-compte-evenement #contact {height: 100px;}
.page-compte-evenement #texte {height: 290px;}

.page-compte-evenement .upload-zone-photo {text-align: center;}
.page-compte-evenement .upload-zone-photo .precisions {margin-top: 5px; display: block;}

.page-compte-evenement input[type=file] {position: absolute; margin-top: 0px; margin-left: 0px;height: 1px; width: 1px; z-index: -5;}
.page-compte-evenement #file-select-button-dossier {font-weight: 700; /*color: var(--blueLight); */font-size: 1.1rem; cursor: pointer; border: 0; width: 270px; margin: 0 auto; background: url(../images/compte-page/photo.svg) left 20px center no-repeat var(--bg1); background-size: 34px; padding-left: 35px;}
.page-compte-evenement #file-select-button-dossier:hover {background: url(../images/compte-page/photo-blanc.svg) left 20px center no-repeat var(--blueLight); background-size: 34px; color: #fff;}
.page-compte-evenement #file-select-button-dossier i {display: none;}
.page-compte-evenement #formSupp {text-align: center;}

.page-compte-evenement .thumb {position: relative; height: 200px;}
.page-compte-evenement .thumb a.lien-vignette {display: block; height: 100%;}
.page-compte-evenement .thumb .delete {position: absolute;top: 5px;right: 28px; padding: 0.25rem 0.25rem;}
.page-compte-evenement .thumb .avancer {position: absolute;top: 5px;left:4px; right: inherit; padding: 0.25rem 0.25rem;}
.page-compte-evenement .thumb .reculer {position: absolute;top: 5px;right: 4px; padding: 0.25rem 0.25rem;}

@media screen and (min-width: 402px) {
	.page-compte-evenement #file-select-button-dossier {width: 305px;}
	.page-compte-evenement #file-select-button-dossier i {display: var(--fa-display, inline-block);}
}
@media screen and (min-width: 992px) {
	.page-compte-evenement .zone-pubs {display:block; text-align: center;}
	.page-compte-evenement .zone-pubs .item {margin-bottom: 80px;}
}


/*****************************************/
/******** 25. PAGE ORGANISATEUR ***********/
/*****************************************/
.page-organisateur .section-header {background: url(../images/organisateur/bg-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-organisateur .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
.page-organisateur .section-header h1 span {font-weight: 400;}
@media screen and (min-width: 600px) {
	.page-organisateur .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-organisateur .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-organisateur .section-header h1 { font-size: 34px;}
}

.page-organisateur .fiche-organisateur {}
.page-organisateur .fiche-organisateur .actu {padding: 20px; padding-bottom: 0; background: url(../images/organisateur/bg-fiche.svg) center center no-repeat; background-size: auto 100%; color: #fff; text-align: center;}
.page-organisateur .fiche-organisateur .img-organisateur {background: #fff; padding: 20px; border-radius: var(--bordRad);}
.page-organisateur .fiche-organisateur.sans-photo .actu {background-size: 100% auto; }
.page-organisateur .fiche-organisateur .actu .lieu {padding: 15px; border-bottom: dotted 1px #fff; margin-bottom: 0px; text-transform: uppercase; font-size: 1.15rem;}
.page-organisateur .fiche-organisateur .actu .lieu a {color: #fff;font-weight: 600;}
.page-organisateur .fiche-organisateur .actu .coordonnees {padding-top: 10px;}
.page-organisateur .fiche-organisateur .actu .telephone {font-weight: 600; font-size: 1.15rem; padding-bottom: 10px;}
.page-organisateur .fiche-organisateur .actu .boutons a {height: 25px; padding: 0 10px; padding-top: 2px; font-size: 0.85rem; display:inline-block; font-weight: 600; }
.page-organisateur .fiche-organisateur .actu .boutons a:hover {color: var(--bs-red);}




/*****************************************/
/******** 26. CGU *********/
/*****************************************/
.page-cgu .section-header {background: url(../images/bg-section-header.svg) center center no-repeat; background-size: cover; text-align: center; padding-top: 20px;padding-bottom: 20px;}
.page-cgu .section-header h1 {color: #fff; font-family: Poppins; font-weight: 900; font-size: 24px; margin-bottom: 0px; margin-top: 0px; }
@media screen and (min-width: 600px) {
	.page-cgu .section-header h1 {font-size: 27px;}
}
@media screen and (min-width: 992px) {
	.page-cgu .section-header h1 {font-size: 30px;}
}
@media screen and (min-width: 1200px) {
	.page-cgu .section-header h1 { font-size: 34px;}
}

.page-cgu h2 {margin-top: 35px;}





/*****************************************/
/******** 27. POINTS RELAIS **************/
/*****************************************/
/*
.page-points-relais section.section-header {
  background: url(../images/points-relais/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-points-relais section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  font-size: 35px;
}
.page-points-relais section.section-header p {color: #fff;}
.page-points-relais section.section-header a {
  border-radius: 12px;
  color: #fff;
  padding: 10px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.page-points-relais section.section-header a:hover {
  background: #2196f3;
}
.page-points-relais section.section-header a.current {
  background: #2196f3;
}
.page-points-relais section.section-header .liste-criteres {
}
.page-points-relais section.section-header .liste-criteres img.logo-journal {
  height: 70px;
  margin-bottom: 3px;
}

@media screen and (min-width: 500px) {
  .page-points-relais section.section-header {
    height: 240px;
  }
  .page-points-relais section.section-header .liste-criteres {
    display: flex;
  }
}

*/








.page-points-relais section.section-header {
  background: url(../images/points-relais/header.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-points-relais section.section-header h1 {
  color: #fff;
  font-family: Poppins;
  font-weight: 900;
  /*font-size: calc(1.675rem + 1.5vw);*/
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
}
/*
.page-points-relais section.section-header form {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  --heightForm: 50px;
  height: var(--heightForm);
  padding: 0 calc(var(--heightForm) * 0.5);
  border-radius: calc(var(--heightForm) * 0.5);
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page-points-relais section.section-header form .icone-lieu {
  display: none;
}
.page-points-relais section.section-header form input {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-right: 22px;
}
.page-points-relais section.section-header form button {
  height: 38px;
  width: 38px;
  border-radius: 19px;
  position: absolute;
  right: 8px;
  top: 7px;
  transition: 0.3s all ease-out;
}
.page-points-relais section.section-header form button:hover {
  background-color: var(--blueDark) !important;
}
.page-points-relais section.section-header form button i {
  font-size: 19px;
}
.page-points-relais section.section-header .mini-action {
  margin-top: 15px;
  font-size: 0.74rem;
  text-align: center;
  color: #fff;
}
.page-points-relais section.section-header .mini-action a {
  color: #fff;
  text-decoration: underline !important;
}

@media screen and (min-width: 500px) {
  .page-points-relais section.section-header form {
    --heightForm: 70px;
    height: var(--heightForm);
    padding: 0 calc(var(--heightForm) * 0.5);
    border-radius: calc(var(--heightForm) * 0.5);
  }
  .page-points-relais section.section-header form .icone-lieu {
    display: inline;
    font-size: 28px;
  }
  .page-points-relais section.section-header form input {
    font-size: 20px;
    margin-right: 45px;
    width: 300px;
  }
  .page-points-relais section.section-header form button {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    right: 8px;
    top: 10px;
  }
  .page-points-relais section.section-header form button i {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .page-points-relais section.section-header form {
    width: 420px;
  }
  .page-points-relais section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 991px) {
  .page-points-relais section.section-header h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .page-points-relais section.section-header h1 {
    font-size: 35px;
  }
}
*/
.page-points-relais {
	--bs-primary: #3b74be;
	--bs-danger: #f52a25;
	--bs-success: #ffaa00;
	--bs-info: #0dcaf0;
}
.page-points-relais .bg-primary {background-color: var(--bs-primary)!important;}
.page-points-relais .bg-danger {background-color: var(--bs-danger)!important;}
.page-points-relais .bg-success {background-color: var(--bs-success)!important;}
.page-points-relais .bg-info {background-color: var(--bs-info)!important;}


.page-points-relais section.section-header form {max-width: 550px; margin: 0 auto;}
.page-points-relais section.section-header form .form-control {/*display: inline-block; width: auto;*/}
.page-points-relais section.section-header form .mini-action {font-size: 13px; margin-top: 4px;}
.page-points-relais section.section-header form .mini-action a {text-decoration: none!important; color: #fff;}
.page-points-relais section.section-header form .mini-action a:hover {text-decoration: underline!important; color: #fff;}


.page-points-relais .header-listing .boutons-editions {width: 50px; white-space: nowrap;}
.page-points-relais .header-listing .text-right {text-align: right;}
.page-points-relais .header-listing .text-center {text-align: center;}
.page-points-relais .header-listing .explications { font-size: 1.4rem;}
.page-points-relais .header-listing .gras {font-weight: 800;}
.page-points-relais .header-listing .gras span {font-weight: normal; white-space: nowrap;}
.page-points-relais .header-listing .cta {display: inline-block; font-weight: 600; border: solid 1px #fff; padding: 4px 12px; padding-left: 24px; margin-right: 5px; position: relative; font-size: 0.9rem; }
.page-points-relais .header-listing .cta:before {content:' '; display: block; background-color: #fff; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 11px; left: 8px;}
.page-points-relais .header-listing .cta-primary {color: var(--bs-primary); border-color: var(--bs-primary); }
.page-points-relais .header-listing .cta-primary:hover:before, .page-points-relais .header-listing .cta-primary.current:before {content:' '; background-color:  var(--bs-primary); }
.page-points-relais .header-listing .cta-danger {color: var(--bs-danger); border-color: var(--bs-danger);}
.page-points-relais .header-listing .cta-danger:hover:before, .page-points-relais .header-listing .cta-danger.current:before {content:' '; background-color:  var(--bs-danger); }
.page-points-relais .header-listing .cta-success {color: var(--bs-success); border-color: var(--bs-success);}
.page-points-relais .header-listing .cta-success:hover:before, .page-points-relais .header-listing .cta-success.current:before {content:' '; background-color:  var(--bs-success); }
.page-points-relais .header-listing .cta-info {color: var(--bs-info); border-color: var(--bs-info);}
.page-points-relais .header-listing .cta-info:hover:before, .page-points-relais .header-listing .cta-info.current:before {content:' '; background-color:  var(--bs-info); }
.page-points-relais .header-listing .cta-conches {color: #8b2ad1; border-color: #8b2ad1;}
.page-points-relais .header-listing .cta-conches:hover:before, .page-points-relais .header-listing .cta-anet.current:before {content:' '; background-color:  #8b2ad1; }
.page-points-relais .header-listing .cta-anet {color: var(--bs-info); border-color: var(--bs-info);}
.page-points-relais .header-listing .cta-anet:hover:before, .page-points-relais .header-listing .cta-anet.current:before {content:' '; background-color: var(--bs-info); }

/*
.leaflet-left {left: calc(50% - 60px);}
.leaflet-top {bottom: 10px; top:inherit;}
.leaflet-control-zoom {display: none; margin: 0!important;}*/

@media screen and (max-width: 992px) {
	.page-points-relais .header-listing td {display: block;}
	.page-points-relais .header-listing .text-center {text-align: left!important; padding-top: 10px;}
	.page-points-relais .header-listing .explications {text-align: center!important;}
}

/*
.col-xl-2_4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1140px) {
    .col-xl-2_4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}*/

.page-points-relais .map {height: 550px;}
/*.page-points-relais .list {display: none;}*/

.page-points-relais .zero {margin-top: 2rem;}

.page-points-relais .results > div {margin-top: 1.5rem;}
.page-points-relais .item {margin-bottom: 25px;  background: #fff;  height: 100%; border-radius: 10px;}
.page-points-relais .item h4 {color: #fff; text-align: center; text-transform: uppercase; padding: 10px 0; border-top-left-radius: 10px; border-top-right-radius: 10px; font-family: inherit; font-weight: 600; font-size: 1.1rem; margin-bottom: 20px;}
.page-points-relais .item .infos {padding: 10px; text-align: center;}
.page-points-relais .item .item-contenu img {max-width: calc(100% - 30px); }
.page-points-relais .item.item-popup {margin:0; padding:0; background: transparent;}
.page-points-relais .item.item-active {background: var(--blueLight); color: #fff;}
.page-points-relais .item .adresse span.ville {font-weight: 700; text-transform: uppercase;}
.page-points-relais .item .telephone {margin-top: 5px;}
.page-points-relais .item .site {margin-top: 5px;}
.page-points-relais .item .site a {color: var(--blueLight); text-decoration: underline !important;}
.page-points-relais .item .itineraire .cta {color: #000; border: solid 1px #000; width: 104px; margin: 0 auto; padding: 1px 0; font-size: .9rem; }

.page-points-relais .encart-entete .item {text-align: center; color: #fff; padding: 20px 15px; margin-bottom: 0;}
.page-points-relais .encart-entete .item.success {background-color:  var(--bs-success); }
.page-points-relais .encart-entete .item.danger {background-color:  var(--bs-danger); }
.page-points-relais .encart-entete .item.primary {background-color:  var(--bs-primary); }
.page-points-relais .encart-entete .item.conches {background-color:  #8b2ad1; }
.page-points-relais .encart-entete .item.anet {background-color: var(--bs-info); }
.page-points-relais .encart-entete .intro strong {font-weight: 700;}
.page-points-relais .encart-entete .intro {margin-bottom: 15px;}
.page-points-relais .encart-entete .dernier {font-weight: 700; width: 200px; padding: 8px; border: solid 1px #fff; border-radius: 40px; margin: 0 auto; margin-bottom: 20px; }
.page-points-relais .encart-entete .dernier .numero {font-size: 1.8rem;}
.page-points-relais .encart-entete .prochain {}
.page-points-relais .encart-entete .prochain .date {font-weight: 700;}
.page-points-relais .encart-entete .thumb {max-height: 155px; margin: 0px auto; margin-bottom: 10px;}
@media screen and (min-width: 767px) and (max-width: 1199px) {
	.page-points-relais .encart-entete .dernier {width: 170px;}
}
@media screen and (min-w.page-points-relais .item .adresseidth: 767px) {
	.page-points-relais .item .adresse {min-height: 68px;}
}
.page-points-relais .item.success .itineraire .cta:hover {color: #fff; background-color:  var(--bs-success); border-color:  var(--bs-success);}
.page-points-relais .item.danger .itineraire .cta:hover {color: #fff; background-color:  var(--bs-danger); border-color:  var(--bs-danger);}
.page-points-relais .item.primary .itineraire .cta:hover {color: #fff; background-color:  var(--bs-primary); border-color:  var(--bs-primary);}
.page-points-relais .item.conches .itineraire .cta:hover {color: #fff; background-color:  #8b2ad1; border-color:  #8b2ad1;}
.page-points-relais .item.anet .itineraire .cta:hover {color: #fff; background-color: var(--bs-info); border-color:  var(--bs-info);}
.page-points-relais .item.item-active .site a {color: #fff;}
.page-points-relais .js-hide {display: none;}

.page-points-relais .leaflet-popup-content {margin: 0; min-width: 190px;}
.page-points-relais .leaflet-container a.leaflet-popup-close-button {color: #fff; top:8px; right: 2px; font-size: 25px; font-family: Poppins;}
.page-points-relais .leaflet-container .item {margin-bottom: 10px;}
.page-points-relais .leaflet-container .item h4 {font-size: 0.95rem;}
.page-points-relais .leaflet-container .item h4 span {display: block; margin-left: 25px; margin-right: 25px;}
.page-points-relais .leaflet-container .item-contenu {padding:0 15px;}
.page-points-relais .leaflet-container .item .adresse {min-height: none; padding-bottom: 8px;}

/*.page-points-relais .marker.leaflet-popup {margin-bottom: 16px; cursor: pointer; font-size: 12px; font-weight: bold; padding: 5px 10px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff;}
.page-points-relais .marker.leaflet-popup::after {content:''; position: absolute; top:100%; left: 50%; width:0; height:0; margin-left: -8px;
	border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; }
.page-points-relais .marker .leaflet-popup-content-wrapper {background: transparent; color: inherit; box-shadow: none; text-align: inherit;}
.page-points-relais .marker .leaflet-popup-content {text-align: inherit; color: inherit; margin: 0;}
.page-points-relais .marker .leaflet-popup-tip-container {display: none;}
.page-points-relais .marker.is-active {z-index: 300; background: #5069ff; color: #fff;}
.page-points-relais .marker.is-active::after {border-top-color: #5069ff;}*/


@media only screen and (min-width: 992px) {
	/*.page-points-relais .section-listing .container {display: grid; grid-template-columns: 3fr 8fr;}
	.page-points-relais .list {display: grid; grid-template-columns: repeat(1, 1fr); grid-column-gap: 20px; padding: 0 20px;}*/
	/*.page-points-relais .map {background-color: #ededed; position: sticky!important; top:0; left: 0; right: 0; height: 85vh;}*/
}